.l-service{display:flex;gap:60px;width:100%}.c-serviceUpper{display:flex;justify-content:space-between;width:100%}.c-serviceUpperLeft{display:grid;gap:64px}.c-serviceLower{display:grid;gap:40px;grid-template-rows:1fr 1fr}.c-serviceLowerCont{background-color:var(--main-color);border-radius:8px;box-sizing:border-box;color:#fff;gap:32px;padding:42px 52px}.c-serviceLowerCont__ttl{align-items:center;display:flex;justify-content:space-between;margin-bottom:24px}.c-serviceLowerCont__ttl h4{margin:0}.c-serviceLowerCont__ttl a{color:#fff;font-family:var(--afont);text-decoration:underline}.c-serviceLowerCont__ttl a i{margin-left:2px}.c-serviceUpperRight{max-width:44%}.c-serviceUpperRight img{width:100%}@media screen and (max-width:768px){.c-serviceUpper{display:flex;flex-direction:column}.c-serviceUpperLeft{gap:40px;order:2}.c-serviceUpperRight{order:1}.c-serviceLower{display:none}.c-serviceUpperRight{max-width:100%}}@media screen and (min-width:769px) and (max-width:1600px){.c-serviceLowerCont{gap:12px;padding:24px;width:528px}.c-serviceLowerCont__ttl{height:50px}}