@charset "UTF-8";
/*--------------------------------------------------------------
Foundation
--------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, b, em, i, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, figure, figcaption,
button, input, textarea, select, i {
  border: 0;
  font-style: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
  letter-spacing: inherit;
  color: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 10px;
}

@media screen and (min-width: 768px) and (max-width: 1260px) {
  html {
    font-size: calc(100vw * 10 / 1260);
  }
}

@media screen and (max-width: 375px) {
  html {
    font-size: calc(100vw * 10 / 375);
  }
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-size: 1.6rem;
  line-height: 1.5;
  background: #fff;
  color: #231815;
  overflow-x: hidden;
  overflow-y: scroll;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}

ul, li {
  list-style: none;
}

table {
  border-collapse: collapse;
  width: 100%;
}

a:hover,
a:active,
a:focus {
  outline: 0;
}

a {
  backface-visibility: hidden;
  transition: .2s ease-in;
  transition-property: opacity, color, border, background, transform, box-shadow;
  opacity: 1;
  line-height: inherit;
}

img {
  vertical-align: middle;
}

img,
input[type="image"] {
  border: 0;
  height: auto;
  max-width: 100%;
}

input[type="submit"], input[type="button"], button {
  cursor: pointer;
  -webkit-appearance: none;
  border-radius: 0;
  font-size: inherit;
  letter-spacing: inherit;
  background: none;
}

strong, b {
  font-weight: bold;
}

a {
  text-decoration: none;
}

a:hover,
input[type="image"]:hover {
  opacity: 0.7;
}

main {
  overflow: hidden;
}

.m_ft {
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.ft_e {
  font-family: "Quicksand", sans-serif;
  font-weight: bold;
}

/*--------------------------------------------------------------
Component
--------------------------------------------------------------*/
.evt {
  visibility: hidden;
}

.evt.done {
  visibility: visible;
}

.c_anchor {
  position: absolute;
  width: 100%;
  left: 0;
  margin-top: -14rem;
}

@media screen and (max-width: 767px) {
  .c_anchor {
    margin-top: -8rem;
  }
}

.evt_ttl {
  overflow: hidden;
}

.evt_ttl.evt {
  visibility: visible;
}

.evt_ttl i {
  display: inline-block;
  transform: translateY(-110%) rotate(-45deg);
  transition: transform 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  min-width: .25em;
}

.evt_ttl i:nth-child(1) {
  transition-delay: 0s;
}

.evt_ttl i:nth-child(2) {
  transition-delay: 0.1s;
}

.evt_ttl i:nth-child(3) {
  transition-delay: 0.2s;
}

.evt_ttl i:nth-child(4) {
  transition-delay: 0.3s;
}

.evt_ttl i:nth-child(5) {
  transition-delay: 0.4s;
}

.evt_ttl i:nth-child(6) {
  transition-delay: 0.5s;
}

.evt_ttl i:nth-child(7) {
  transition-delay: 0.6s;
}

.evt_ttl i:nth-child(8) {
  transition-delay: 0.7s;
}

.evt_ttl i:nth-child(9) {
  transition-delay: 0.8s;
}

.evt_ttl i:nth-child(10) {
  transition-delay: 0.9s;
}

.evt_ttl i:nth-child(11) {
  transition-delay: 1s;
}

.evt_ttl i:nth-child(12) {
  transition-delay: 1.1s;
}

.evt_ttl i:nth-child(13) {
  transition-delay: 1.2s;
}

.evt_ttl i:nth-child(14) {
  transition-delay: 1.3s;
}

.evt_ttl.show i {
  transform: none;
}

.en_ttl {
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  font-size: 6rem;
  color: #00A8C3;
  line-height: 1.2;
}

.en_ttl.w {
  color: #fff;
}

.c_ttl {
  display: flex;
  gap: 4rem;
  align-items: flex-end;
  margin-bottom: 6.5rem;
}

@media screen and (max-width: 767px) {
  .c_ttl {
    flex-direction: column;
    gap: 1rem;
    align-items: flex-start;
    margin-bottom: 5.5rem;
  }
}

.c_ttl.w {
  color: #fff;
}

.c_ttl.w .en_ttl {
  color: #fff;
}

.c_ttl .head {
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 2;
}

.c_num {
  font-size: 1.4rem;
  background: #00A8C3;
  line-height: 2.6rem;
  width: 4.7rem;
  text-align: center;
  color: #fff;
  display: inline-block;
  border-radius: 3em;
  font-family: "Quicksand", sans-serif;
  font-weight: bold;
}

.c_btn {
  text-align: center;
}

.c_btn a {
  text-align: center;
  display: inline-block;
  background: #E35285 url(../img/arrow-right-03.svg) no-repeat calc(100% - 2rem) center/1.2rem;
  color: #fff;
  width: 26rem;
  line-height: 6rem;
  border-radius: 3em;
}

.c_btn a.b {
  background-image: url(../img/arrow-back.svg);
  font-weight: bold;
  background-position: 2rem;
}

.c_btn a.b:hover {
  background-position: 1.5rem center;
}

.c_btn a:hover {
  background-position: calc(100% - 1.5rem) center;
}

a:has(.c_arrow) .ttl2 {
  transition: color .2s;
}

a:has(.c_arrow) .c_arrow:before {
  right: -3.5em;
}

a:has(.c_arrow):hover {
  opacity: 1;
}

a:has(.c_arrow):hover .ttl2 {
  color: #E35285;
}

a:has(.c_arrow):hover .c_arrow:before {
  background-position: 65% 50%;
}

.c_arrow {
  position: relative;
  display: inline-block;
}

.c_arrow:before {
  content: '';
  position: absolute;
  width: 4rem;
  height: 2.4rem;
  border-radius: 3em;
  border: solid 1px #E35285;
  right: 0;
  bottom: 0;
  background: #fff url(../img/arrow-right-05.svg) no-repeat 50%/1rem;
  transition: background .3s;
}

a.c_arrow:hover {
  opacity: 1;
}

a.c_arrow:hover .ttl {
  color: #E35285;
}

a.c_arrow:hover:before {
  background-position: 65% 50%;
}

/*--------------------------------------------------------------
Utility
--------------------------------------------------------------*/
.u_wrap {
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .u_inner {
    width: 118rem;
    max-width: calc(100% - 4rem);
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .u_inner {
    margin: 0 2rem;
  }
}

.u_switch_img {
  opacity: 1;
}

.u_relative {
  position: relative;
}

@media screen and (min-width: 768px) {
  .is_sp {
    display: none;
  }
  .is_tel {
    pointer-events: none;
    cursor: default;
  }
  .is_tel:hover {
    opacity: 1;
  }
}

@media screen and (max-width: 767px) {
  .is_pc {
    display: none;
  }
}

/*--------------------------------------------------------------
Layout/PageBase
--------------------------------------------------------------*/
#header {
  position: fixed;
  z-index: 66;
  top: 0;
  transition: background .2s;
}

@media screen and (max-width: 767px) {
  #header {
    width: 100%;
    height: 12rem;
  }
  header:is(.fixed) #header {
    background: #fff;
  }
}

@media screen and (min-width: 768px) {
  #header {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 3rem 6rem;
    left: 0;
  }
  header:is(.fixed, .open) #header {
    background: #fff;
  }
  header.home:not(.open, .fixed) #header .h_nav {
    color: #fff;
  }
  header.open #header {
    width: calc(100% - 4rem);
    padding: 1rem 4rem;
    top: 2rem;
    left: 2rem;
    border-radius: 2rem 2rem 0 0;
  }
}

@media screen and (min-width: 768px) {
  header.open:before {
    display: block;
    animation: itemFadeIn .7s;
  }
  header.open .h_nav .sub {
    display: block;
    animation: itemFadeIn .7s;
  }
  header.close:before {
    animation: itemFadeOut .5s;
  }
  header.close .h_nav .sub {
    animation: itemFadeOut2 .5s;
    opacity: 0;
  }
  header:before {
    content: '';
    width: 100%;
    position: fixed;
    background: rgba(35, 24, 21, 0.6);
    height: 100%;
    left: 0;
    top: 0;
    z-index: 10;
    display: none;
  }
}

@keyframes itemFadeOut2 {
  from {
    opacity: 1;
    display: block;
  }
  to {
    opacity: 0;
  }
}

@media screen and (max-width: 767px) {
  .h_logo {
    position: absolute;
    left: 2rem;
    top: 3rem;
  }
}

.h_logo img {
  width: 18rem;
}

@media screen and (max-width: 767px) {
  .h_logo img {
    width: 14.85rem;
  }
}

@media screen and (min-width: 768px) {
  .h_inner {
    display: flex;
    gap: 4rem;
    align-items: center;
    height: 7.7rem;
  }
}

.h_nav .btn a {
  display: block;
  background: #FDF5F8 url(../img/arrow-right-01.svg) no-repeat calc(100% - 2rem) center/1.2rem;
  border-radius: 3em;
  line-height: 6rem;
  color: #E35285;
  padding-left: 2rem;
}

@media screen and (min-width: 768px) {
  .h_nav .btn a {
    font-size: 1.4rem;
    line-height: 4rem;
    width: 16rem;
    display: inline-block;
    background-size: .8rem;
  }
}

.h_nav dt {
  font-weight: bold;
  font-size: 1.6rem;
}

.h_nav dd {
  font-size: 1.5rem;
}

.h_nav img {
  border-radius: 1.2rem;
  width: 24rem;
}

@media screen and (min-width: 768px) {
  .h_nav {
    display: flex;
    font-size: 1.5rem;
    gap: 2em;
  }
  .h_nav .sub {
    display: none;
    position: absolute;
    background: #fff;
    border-radius: 0 0 2rem 2rem;
    left: 0;
    top: 9.7rem;
    padding: 3.3rem 0 2rem;
    width: 100%;
    padding: 3rem 4rem;
  }
  .h_nav .row {
    display: flex;
    width: 120rem;
    max-width: calc(100% - 6rem);
    margin: 0 auto;
  }
  .h_nav .head {
    width: 28rem;
  }
  .h_nav .head p {
    font-weight: bold;
    font-size: 1.6rem;
    margin-bottom: 6.2rem;
  }
  .h_nav .head p i {
    display: block;
    font-size: 4rem;
    color: #00A8C3;
  }
  .h_nav .list {
    width: calc(100% - 28rem);
  }
  .h_nav dl {
    display: flex;
    border-top: solid 1px #EEEEEE;
    padding: 2rem 0 4rem;
    position: relative;
  }
  .h_nav dl:before {
    content: '';
    position: absolute;
    width: 2rem;
    background: #00A8C3;
    height: 1px;
    top: -1px;
  }
  .h_nav dt {
    width: calc(100% - 50rem);
  }
  .h_nav dd {
    width: 50rem;
  }
  .h_nav .row2 {
    display: flex;
    gap: 4rem;
    align-items: center;
  }
  .h_nav .row2 > * {
    width: 50%;
  }
  .h_nav .row3 {
    display: flex;
    gap: 4rem;
  }
  .h_nav .row3 p {
    margin-top: 2rem;
  }
  .h_nav .row3 > * {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .h_nav {
    color: #fff;
    margin-bottom: 4rem;
  }
  .h_nav li {
    border-bottom: solid 1px rgba(255, 255, 255, 0.2);
  }
  header.open .h_nav li:has(.sub) {
    border-bottom: none;
  }
  .h_nav a {
    display: block;
    line-height: 8.25rem;
    padding-left: 2rem;
  }
  .h_nav .exp {
    line-height: 8.25rem;
  }
  .h_nav .sub {
    display: none;
    background: #fff;
    border-radius: 3rem;
    padding: 4rem 2rem;
    color: #231815;
    margin: 0 -2rem;
  }
  .h_nav dl {
    font-size: 1.4rem;
    margin-top: 4rem;
  }
  .h_nav dt {
    border-bottom: solid 1px #EEEEEE;
    position: relative;
    padding-bottom: 1rem;
  }
  .h_nav dt:before {
    content: '';
    position: absolute;
    width: 2rem;
    background: #00A8C3;
    height: 1px;
    bottom: -1px;
  }
  .h_nav dd a {
    display: flex;
    gap: 2rem;
    margin-top: 2rem;
    padding: 0;
  }
  .h_nav dd img {
    width: 11rem;
  }
  .h_nav dd p {
    line-height: 1.6;
  }
}

.h_nav .exp {
  padding-right: 2.2rem;
  position: relative;
}

.h_nav .exp:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 1.2rem;
  background: url(../img/arrow-down-01.svg) no-repeat right center/1.2rem;
  right: 0;
  transition: transform .3s;
}

header.open .h_nav .exp:before {
  transform: rotate(180deg);
}

@media screen and (max-width: 767px) {
  .h_nav .exp:before {
    background-image: url(../img/arrow-down-01-sp.svg);
  }
  .h_nav .exp.open:before {
    background-image: url(../img/arrow-up-01-sp.svg);
  }
}

.h_mail {
  text-align: center;
}

.h_mail a {
  background: #E35285;
  color: #fff;
  line-height: 4.2rem;
  width: 10rem;
  display: inline-block;
  border-radius: 3em;
}

@media screen and (max-width: 767px) {
  .h_mail a {
    font-size: 1.8rem;
    line-height: 6rem;
    width: 16rem;
  }
}

@media screen and (min-width: 768px) {
  #toggle_menu {
    display: block !important;
    opacity: 1 !important;
  }
}

@media screen and (max-width: 767px) {
  .h_menu {
    position: absolute;
    right: 2rem;
    top: 4rem;
    cursor: pointer;
  }
  .h_menu img {
    width: 4rem;
  }
  #toggle_menu {
    display: none;
    position: fixed;
    overflow-y: auto;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #00A8C3;
    padding: 12rem 4rem 4rem;
  }
  body.open {
    overflow-y: hidden;
  }
  body.open #toggle_menu {
    display: block;
    animation: itemFadeIn 1s;
  }
  body.close #toggle_menu {
    display: none;
    animation: itemFadeOut .8s;
  }
}

@keyframes itemFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes itemFadeOut {
  from {
    opacity: 1;
    display: block;
  }
  to {
    opacity: 0;
  }
}

#footer {
  background: #231815;
  color: #fff;
  padding: 8rem 0 0;
}

@media screen and (min-width: 768px) {
  #footer {
    padding: 11rem 0 0;
  }
  #footer .u_inner {
    width: 120rem;
  }
}

.f_contact {
  position: relative;
  top: -3rem;
  margin-bottom: 7rem;
}

@media screen and (max-width: 767px) {
  .f_contact {
    margin-bottom: 5rem;
  }
}

.f_contact a {
  padding: 0 23rem 0 8rem;
  height: 21.8rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(255, 255, 255, 0.06);
  border-radius: 2rem;
}

@media screen and (max-width: 767px) {
  .f_contact a {
    flex-direction: column;
    height: auto;
    padding: 6rem 2rem;
    gap: 4rem;
  }
}

.f_contact a:hover {
  animation: ripple 1.5s infinite;
  opacity: 1;
}

.f_contact .c_ttl {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .f_contact .c_ttl {
    position: relative;
    padding-left: 6.5rem;
  }
}

.f_contact .c_ttl:before {
  content: '';
  background: url(../img/ico-contact.svg) no-repeat 50%/contain;
  width: 4.2rem;
  height: 4.2rem;
  display: block;
}

@media screen and (max-width: 767px) {
  .f_contact .c_ttl:before {
    margin: 0 auto 1rem;
  }
}

@media screen and (min-width: 768px) {
  .f_contact .c_ttl:before {
    position: absolute;
    left: 0;
    top: .2em;
  }
}

.f_contact .c_ttl .en_ttl {
  font-size: 4rem;
}

.f_contact .c_ttl .head {
  font-size: 1.6rem;
}

.f_contact .lead {
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  .f_contact .lead br {
    display: none;
  }
}

@keyframes ripple {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
  }
  80% {
    box-shadow: 0 0 0 2rem rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

.f_logo {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-bottom: 3rem;
}

@media screen and (max-width: 767px) {
  .f_logo {
    flex-direction: column;
    gap: 1rem;
  }
}

.f_logo img {
  width: 18rem;
}

@media screen and (max-width: 767px) {
  .f_logo img {
    width: 14.85rem;
  }
}

.f_logo p {
  font-size: 1.4rem;
  font-weight: 400;
  position: relative;
  top: .2em;
}

.f_info {
  font-size: 1.4rem;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .f_info {
    text-align: center;
  }
}

.f_partner {
  display: flex;
  gap: 2rem;
  align-items: center;
  margin-top: 6rem;
}

@media screen and (max-width: 767px) {
  .f_partner {
    margin-top: 2.5rem;
    justify-content: center;
  }
}

.f_partner dt {
  font-size: 1.4rem;
  font-weight: 400;
}

.f_partner ul {
  display: flex;
  gap: 1rem;
}

@media screen and (max-width: 767px) {
  .f_partner ul {
    gap: .5rem;
  }
}

.f_partner img {
  width: 5rem;
  border-radius: .4rem;
}

@media screen and (min-width: 768px) {
  .f_row {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
}

.f_nav {
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .f_nav {
    position: relative;
    margin: 0 2rem 8rem;
  }
  .f_nav > ul {
    width: 50%;
    padding-right: 4rem;
  }
  .f_nav > ul:nth-child(3) {
    position: absolute;
    right: 0;
    padding-right: 0;
    padding-left: 4rem;
    top: 0;
    width: 50%;
  }
}

.f_nav li {
  margin-bottom: 2.5rem;
}

.f_nav li p {
  margin-bottom: 2.5rem;
}

.f_nav li li {
  color: rgba(255, 255, 255, 0.6);
  font-size: 1.2rem;
  margin-bottom: 1.2rem;
}

.f_nav a:hover {
  text-decoration: underline;
  opacity: 1;
}

@media screen and (min-width: 768px) {
  .f_nav {
    display: flex;
    gap: 6rem;
  }
}

.f_copy {
  text-align: center;
  font-size: 1.2rem;
  font-weight: 400;
  border-top: solid 1px #383838;
  padding: 3.2rem 0 4rem;
  margin-top: 4rem;
}

@media screen and (max-width: 767px) {
  .f_copy {
    margin-top: 6rem;
    padding: 2rem 0;
  }
}

/*--------------------------------------------------------------
Project
--------------------------------------------------------------*/
.top_main {
  position: relative;
  padding-top: 14rem;
}

@media screen and (min-width: 768px) {
  .top_main {
    height: 80rem;
  }
  .top_main .u_inner {
    padding-right: 6rem;
    position: relative;
    left: 5rem;
  }
}

@media screen and (max-width: 767px) {
  .top_main {
    padding: 16rem 0 8rem;
  }
}

.top_main:before {
  content: '';
  position: absolute;
  background: #00A8C3;
  right: 0;
  z-index: -1;
}

@media screen and (min-width: 768px) {
  .top_main:before {
    top: 0;
    border-radius: 0 0 0 2rem;
    width: calc(50% + 12rem);
    height: 54rem;
  }
}

@media screen and (max-width: 767px) {
  .top_main:before {
    bottom: 0;
    width: 100%;
    aspect-ratio: 750 / 540;
  }
}

.top_main:after {
  content: '';
  position: absolute;
  background: url(../img/mv-bg.png) no-repeat 50%/contain;
  width: 66rem;
  height: 36.7rem;
  left: calc(50% + 22rem);
  top: 0;
}

@media screen and (max-width: 767px) {
  .top_main:after {
    background-image: url(../img/mv-bg-sp.webp);
  }
}

.top_main .ttl {
  font-weight: bold;
  font-size: 3.8rem;
}

@media screen and (min-width: 768px) {
  .top_main .ttl {
    position: absolute;
    top: 28rem;
    left: calc(50% - 54rem);
  }
}

@media screen and (max-width: 767px) {
  .top_main .ttl {
    text-align: center;
  }
}

.top_main .ttl span {
  display: block;
}

.top_main .ttl .l {
  font-size: 4rem;
}

.top_main .ttl .r {
  color: #E35285;
}

.top_main .ttl .b {
  color: #00A8C3;
}

.top_main li {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

@media screen and (max-width: 767px) {
  .top_main li {
    flex-direction: column;
    align-items: center;
  }
}

.top_main li .logo {
  text-align: center;
  margin-bottom: 2.7rem;
}

.top_main li .logo img {
  height: 12rem;
  width: auto;
}

@media screen and (max-width: 767px) {
  .top_main li .logo {
    margin-bottom: 4rem;
  }
}

@media screen and (min-width: 768px) {
  .top_main li figure {
    width: 57rem;
  }
}

.top_main li figure {
  mask: url(../img/mv-mask.png) no-repeat center top/contain;
}

.top_main li figure img {
  width: 100%;
  transition: transform 8s ease-in-out;
  transition-timing-function: linear;
  aspect-ratio: 570 / 490;
  object-fit: cover;
}

@media screen and (max-width: 767px) {
  .top_main li figure img {
    aspect-ratio: 670 / 621;
  }
}

@media screen and (max-width: 767px) {
  .top_main li figure {
    mask-image: url(../img/mv-mask-sp.png);
  }
}

.top_main p {
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .top_main p {
    margin: 5rem 2rem;
  }
  .top_main p br {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .top_main p {
    position: absolute;
    font-size: 1.8rem;
    bottom: 0;
    left: calc(50% + 1rem);
  }
}

.top_main .swiper-fade .swiper-slide {
  transition-property: opacity !important;
}

.top_main .swiper-slide-active figure img {
  transform: scale(1.1);
}

.top_main .pager {
  display: flex;
  gap: .8rem;
}

@media screen and (max-width: 767px) {
  .top_main .pager {
    margin-top: 1rem;
  }
}

@media screen and (min-width: 768px) {
  .top_main .pager {
    width: 57rem;
    margin-left: auto;
    margin-top: 3rem;
  }
}

.top_main .swiper-pagination-bullet {
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: #EEEEEE;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .top_main .swiper-pagination-bullet {
    border: solid 1px #fff;
    background: none;
  }
}

.top_main .swiper-pagination-bullet-active {
  background: #00A8C3;
}

@media screen and (max-width: 767px) {
  .top_main .swiper-pagination-bullet-active {
    background: #fff;
  }
}

.top_logos {
  margin: 7rem 0 3rem;
}

@media screen and (max-width: 767px) {
  .top_logos {
    margin: 3rem 0;
  }
}

.top_logos .swiper-wrapper {
  transition-timing-function: linear;
}

.top_logos .swiper-slide {
  width: auto;
  display: flex;
  align-items: center;
  gap: 2rem;
}

.vision_header {
  position: relative;
  padding: 10rem 0;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .vision_header {
    border-bottom: solid 10rem #00A8C3;
    background: #F0FAFB;
    border-radius: 2rem 2rem 0 0;
  }
}

@media screen and (min-width: 768px) {
  .vision_header {
    padding: 12rem 0 18.5rem;
    height: 85.4rem;
  }
  .vision_header .u_inner {
    width: 113.4rem;
    max-width: calc(100% - 14rem);
  }
  .vision_header:after {
    content: '';
    position: absolute;
    left: 50%;
    translate: -50% 0;
    width: 136rem;
    max-width: calc(100% - 4rem);
    height: calc(100% - 8rem);
    top: 0;
    z-index: -1;
    background: #F0FAFB;
    border-radius: 2rem;
  }
  .vision_header:before {
    content: '';
    position: absolute;
    background: #00A8C3;
    height: 50rem;
    width: 100%;
    z-index: -1;
    left: 0;
    bottom: 0;
  }
}

.vision_header .ttl {
  font-size: 3rem;
  line-height: 2;
  font-weight: bold;
  margin: 3rem 0 6rem;
}

@media screen and (max-width: 767px) {
  .vision_header .ttl {
    line-height: 1.6;
  }
}

.vision_header .row {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .vision_header .row {
    flex-direction: column;
    gap: 6rem;
  }
}

.vision_header figure img {
  border-radius: 1.2rem;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .vision_header figure img {
    border-radius: 2rem;
  }
}

.vision_header .desc p {
  line-height: 2;
}

.vision_header .desc p + p {
  margin-top: 2em;
}

@media screen and (min-width: 768px) {
  .vision_header .desc {
    width: 61.4rem;
  }
  .vision_header .head {
    width: 42rem;
  }
}

.vision_body {
  background: rgba(0, 168, 195, 0.06);
  position: relative;
  z-index: 0;
  padding: 8rem 0 14rem;
}

@media screen and (max-width: 767px) {
  .vision_body {
    padding: 7.5rem 0 10rem;
  }
}

.vision_body .bg {
  position: absolute;
  background: url(../img/vision-bg.webp) no-repeat 50%/contain;
  width: 68rem;
  aspect-ratio: 68 / 98.4;
  left: calc(50% + 32rem);
  top: 13rem;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .vision_body .bg {
    background-image: url(../img/vision-bg-sp.webp);
    aspect-ratio: 339 / 459;
    left: 41%;
    width: 90%;
    top: -3.5rem;
  }
}

@media screen and (min-width: 768px) {
  .vision_body.scrolling .bg {
    position: fixed;
    transition: opacity .3s;
  }
  .vision_body.scrolling.abs .bg {
    position: absolute;
    top: auto;
    bottom: 0;
    opacity: 0;
  }
  .vision_body li {
    height: 62.81rem;
  }
  .vision_body li .row {
    transition: .1s linear;
    transition-property: transform, opacity;
    transform-origin: center top;
  }
  .vision_body li .row:before {
    transition: .1s linear;
    transition-property: transform, opacity;
  }
  .vision_body li.fixed .wrap {
    position: fixed;
    top: 0;
    left: 50%;
    translate: -50% 0;
    width: 118rem;
  }
  .vision_body li.fixed.a2 .row:before {
    opacity: .8;
  }
  .vision_body li.fixed.a3 .row {
    transform: scale(0.95);
  }
  .vision_body li.fixed.a3 .row:before {
    opacity: .6;
  }
  .vision_body li.fixed.a4 .row {
    transform: scale(0.9);
  }
  .vision_body li.fixed.a4 .row:before {
    opacity: .4;
  }
  .vision_body li.fixed.a5 .row {
    transform: scale(0.85);
  }
  .vision_body li.fixed.a5 .row:before {
    opacity: .2;
  }
  .vision_body li.fixed.a6 .row {
    transform: scale(0.8);
    opacity: .9;
  }
  .vision_body li.fixed.a6 .row:before {
    opacity: 0;
  }
  .vision_body li.fixed.a7 .row {
    transform: scale(0.75);
    opacity: .6;
  }
  .vision_body li.fixed.a8 .row {
    transform: scale(0.7);
    opacity: .2;
  }
  .vision_body li.fixed.a9 .row {
    opacity: 0;
  }
  .vision_body li:not(.fixed) .row {
    position: relative;
    z-index: 3;
  }
}

@media screen and (max-width: 767px) {
  .vision_body ul {
    display: flex;
    overflow-x: auto;
    margin-right: -2rem;
    gap: 0 1rem;
  }
  .vision_body li {
    min-width: calc(100vw - 6rem);
  }
  .vision_body .wrap, .vision_body .row {
    height: 100%;
  }
}

.vision_body .row {
  border-radius: 2rem;
  padding: 5rem 2rem;
  white-space: normal;
  position: relative;
  z-index: 0;
}

.vision_body .row:before {
  content: '';
  position: absolute;
  inset: 0;
  background: #fff;
  z-index: -1;
  border-radius: inherit;
}

@media screen and (min-width: 768px) {
  .vision_body .row {
    padding: 4rem;
    display: flex;
    justify-content: space-between;
    gap: 2rem;
  }
}

.vision_body .row i {
  font-size: 1.4rem;
  background: #00A8C3;
  line-height: 2.6rem;
  width: 4.7rem;
  text-align: center;
  color: #fff;
  display: inline-block;
  border-radius: 3em;
}

.vision_body .ttl {
  font-size: 3rem;
  font-weight: bold;
  line-height: 2;
  margin: .3em 0 1.1em;
}

@media screen and (max-width: 767px) {
  .vision_body .ttl {
    font-size: 2.5rem;
  }
}

.vision_body p {
  font-weight: 400;
  line-height: 1.6;
}

.vision_body p strong {
  font-weight: bold;
  line-height: 2.11;
  font-size: 1.8rem;
  display: block;
  margin-bottom: 1.7em;
}

@media screen and (max-width: 767px) {
  .vision_body figure {
    margin-bottom: 3rem;
  }
}

.vision_body figure img {
  border-radius: 1.6rem;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .vision_body figure img {
    border-radius: 1rem;
  }
}

@media screen and (min-width: 768px) {
  .vision_body figure {
    width: 44rem;
  }
}

@media screen and (min-width: 768px) {
  .vision_body .desc {
    width: 66rem;
    padding: 8rem 8rem 0;
  }
}

@media screen and (min-width: 768px) {
  .vision_body li:nth-child(even) .row {
    flex-direction: row-reverse;
  }
  .vision_body li + li {
    margin-top: 4rem;
  }
}

.top_number {
  position: relative;
  overflow: hidden;
  z-index: 0;
  background: #53595D;
  padding: 14rem 0;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .top_number {
    padding: 10rem 0;
  }
}

.top_number .slider {
  position: absolute;
  display: flex;
  gap: 2rem;
  top: 0;
  left: calc(50% + 30rem);
  z-index: -1;
  height: 150%;
  top: -30%;
  transform: rotate(-15deg);
}

@media screen and (max-width: 767px) {
  .top_number .slider {
    left: -30%;
    top: 30%;
    gap: 1rem;
    height: 100%;
    transform: rotate(-28.65deg);
  }
}

.top_number .slider img {
  border-radius: 3rem;
  width: 22rem;
}

@media screen and (max-width: 767px) {
  .top_number .slider img {
    border-radius: 1rem;
    width: 16rem;
  }
}

.top_number .swiper-wrapper {
  transition-timing-function: linear;
}

.top_number .swiper-slide {
  width: auto;
  height: auto;
  margin: 1rem 0;
}

@media screen and (max-width: 767px) {
  .top_number .swiper-slide {
    margin: .5rem 0;
  }
}

.top_number .list {
  display: flex;
  gap: 2rem;
}

@media screen and (max-width: 767px) {
  .top_number .list {
    flex-direction: column;
    gap: 1rem;
  }
}

.top_number .list li {
  width: 100%;
  text-align: center;
  background: #4C4F52;
  border-radius: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 28rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .top_number .list li {
    height: 22rem;
  }
}

.top_number dt {
  font-size: 2.4rem;
}

.top_number dd {
  font-size: 3rem;
}

.top_number dd i {
  font-size: 6.6rem;
  margin-right: .2em;
}

@media screen and (max-width: 767px) {
  .top_number dd i {
    font-size: 6rem;
  }
}

.top_case {
  padding: 10rem 0;
}

@media screen and (min-width: 768px) {
  .top_case {
    padding: 14rem 0;
  }
  .top_case .u_inner {
    position: relative;
  }
  .top_case .c_btn {
    position: absolute;
    right: 0;
    top: 1rem;
  }
  .top_case figure {
    width: 52rem;
  }
  .top_case .desc {
    width: 50rem;
    margin-top: 4rem;
  }
  .top_case .c_num {
    position: absolute;
    top: 0;
    left: 0;
  }
}

@media screen and (max-width: 767px) {
  .top_case .c_btn {
    margin-top: 6rem;
  }
}

.top_case .ttl {
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.77;
  margin-bottom: 2.3em;
  transition: color .3s;
}

@media screen and (max-width: 767px) {
  .top_case .ttl {
    margin-bottom: 1em;
  }
}

.top_case li {
  border-top: solid 1px #EEEEEE;
  padding-top: 2rem;
  position: relative;
}

@media screen and (max-width: 767px) {
  .top_case li + li {
    margin-top: 6rem;
  }
}

.top_case li:before {
  content: '';
  position: absolute;
  width: 2rem;
  background: #00A8C3;
  height: 1px;
  top: -1px;
}

.top_case li p {
  font-weight: 400;
  line-height: 1.6;
}

.top_case li a {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
}

.top_case li a:hover figure img {
  transform: scale(1.08);
}

.top_case li a figure {
  overflow: hidden;
  border-radius: 2rem;
}

.top_case li a figure img {
  width: 100%;
  transition: transform .5s;
}

@media screen and (max-width: 767px) {
  .top_case li a {
    flex-direction: column;
    gap: 4rem;
    padding-bottom: 5.5rem;
  }
}

.top_case li a:hover {
  opacity: 1;
}

.top_case li a:hover .ttl {
  color: #E35285;
}

.top_case li a:hover:before {
  background-position: 65% 50%;
}

@media screen and (min-width: 768px) {
  .top_case li a {
    padding-top: 4rem;
    padding-left: 6rem;
  }
}

.top_case li + li {
  margin-top: 6rem;
}

.top_service {
  padding: 10rem 0;
  background: #00A8C3;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .top_service {
    padding: 14rem 0;
  }
  .top_service .u_inner {
    position: relative;
  }
  .top_service .c_btn {
    position: absolute;
    right: 0;
    top: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .top_service .c_btn {
    margin: 4rem 0 6rem;
    text-align: left;
  }
}

.top_service .ttl {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 1.2em;
}

@media screen and (max-width: 767px) {
  .top_service .ttl {
    background: #fff;
    display: inline-block;
    border-radius: .2rem;
    padding: .05em 1em;
    color: #00A8C3;
  }
}

.top_service .lead {
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .top_service .lead {
    line-height: 1.6;
  }
}

.top_service figure {
  position: relative;
  z-index: 0;
  width: 94.65278%;
}

.top_service figure.show img {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

.top_service figure.show svg #block01, .top_service figure.show svg #block02, .top_service figure.show svg #block03, .top_service figure.show svg #block04, .top_service figure.show svg #block05 {
  opacity: 1;
  transform: none;
}

.top_service figure svg {
  width: 100%;
  height: 100%;
  display: block;
}

.top_service figure svg #block01, .top_service figure svg #block02, .top_service figure svg #block03, .top_service figure svg #block04, .top_service figure svg #block05 {
  opacity: 0;
  transition: opacity .6s, transform .6s;
}

.top_service figure svg #block01 {
  transform: translateY(-5rem);
  transition-delay: .1s;
}

.top_service figure svg #block02 {
  transition-delay: .3s;
  transform: translateY(-5rem);
}

.top_service figure svg #block03 {
  transition-delay: .5s;
  transform: translateY(-5rem);
}

.top_service figure svg #block05 {
  transition-delay: .5s;
}

.top_service figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  transition: 1s linear;
}

.news_list li {
  background: linear-gradient(to right, #231815 2px, transparent 2px) repeat-x left bottom/8px 1px;
  padding-bottom: 2rem;
}

@media screen and (max-width: 767px) {
  .news_list li {
    padding-bottom: 3rem;
  }
}

.news_list li + li {
  padding-top: 3rem;
}

.news_list a {
  display: flex;
  align-items: flex-start;
  padding: 0 2rem;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .news_list a {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 1.5rem;
    padding: 0;
  }
  .news_list a p {
    width: 100%;
  }
}

.news_list a:hover {
  opacity: 1;
}

.news_list a:hover p {
  color: #00A8C3;
}

.news_list i {
  display: inline-block;
  width: 12rem;
  background: #00A8C3;
  font-size: 1.2rem;
  padding: 0 .8em;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #fff;
  border-radius: 3em;
  line-height: 1.8;
  position: relative;
  top: .2em;
}

.news_list time {
  font-family: "Quicksand", sans-serif;
}

.news_list p {
  transition: color .3s;
  line-height: 1.6;
  font-weight: 400;
}

@media screen and (min-width: 768px) {
  .news_list p {
    width: calc(100% - 24.5rem);
  }
}

.top_news {
  padding: 10rem 0;
  background: rgba(0, 168, 195, 0.06);
}

@media screen and (min-width: 768px) {
  .top_news {
    padding: 14rem 0;
  }
  .top_news .u_inner {
    position: relative;
    padding-left: 28rem;
  }
  .top_news .left {
    position: absolute;
    left: 0;
  }
  .top_news .c_ttl {
    gap: 2rem;
    margin-bottom: 5.7rem;
  }
  .top_news .en_ttl {
    font-size: 4rem;
  }
  .top_news .head {
    font-size: 1.6rem;
    line-height: 2.3;
  }
  .top_news .btn a {
    padding-right: 6rem;
    font-weight: bold;
  }
}

@media screen and (max-width: 767px) {
  .top_news .c_btn {
    margin-top: 4rem;
    text-align: left;
  }
}

.low {
  margin-top: 14rem;
}

@media screen and (max-width: 767px) {
  .low {
    margin-top: 8rem;
  }
}

.low_header {
  position: relative;
  padding: 24rem 0 12rem;
}

@media screen and (max-width: 767px) {
  .low_header {
    padding: 16rem 0 8rem;
  }
}

.low_header:before {
  content: '';
  position: absolute;
  background: url(../img/page-header-bg-01.jpg) no-repeat 50%/cover;
  width: calc(50% + 12rem);
  right: 0;
  top: 0;
  height: 40.6rem;
  border-radius: 0 0 0 2rem;
  z-index: -2;
}

@media screen and (max-width: 767px) {
  .low_header:before {
    height: 23rem;
    width: 80%;
  }
}

.low_header:after {
  content: '';
  position: absolute;
  background: url(../img/page-header-bg-02.png) no-repeat right top/contain;
  width: 37.5rem;
  height: 32.7rem;
  left: calc(50% + 42rem);
  top: 7.4rem;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .low_header:after {
    left: auto;
    right: -5.5rem;
    top: 0;
    width: 26rem;
    height: 23rem;
  }
}

.low_header .ttl {
  font-size: 4.6rem;
  font-weight: bold;
  margin-bottom: 8rem;
}

@media screen and (max-width: 767px) {
  .low_header .ttl {
    font-size: 3.6rem;
    margin-bottom: 3rem;
  }
}

.serv_header .ttl {
  font-size: 4.2rem;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .serv_header .ttl {
    font-size: 3.2rem;
  }
}

.serv_header .ttl small {
  display: block;
  font-size: 1.6rem;
  margin-bottom: 3rem;
}

@media screen and (max-width: 767px) {
  .serv_header .ttl small {
    margin-bottom: 1.5rem;
  }
}

@media screen and (min-width: 768px) {
  .serv_header .u_inner {
    position: relative;
  }
  .serv_header figure {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 54rem;
  }
  .serv_header .ttl {
    width: 55.2rem;
  }
}

@media screen and (max-width: 767px) {
  .serv_header figure {
    margin-bottom: 1.5rem;
  }
}

.serv_header figure img {
  border-radius: 1.6rem;
  width: 100%;
}

.low_path {
  font-weight: 400;
  font-size: 1.2rem;
  white-space: nowrap;
  overflow-x: auto;
}

.low_path + .low_path {
  margin-top: .5rem;
}

.low_path li {
  display: inline-block;
}

.low_path li:after {
  content: '／';
  color: #CCCCCC;
  margin: 0 .8em 0 1em;
}

.low_path li:last-child:after {
  content: none;
}

.low_path a {
  color: #CCCCCC;
}

.c_sec {
  padding: 14rem 0;
}

@media screen and (max-width: 767px) {
  .c_sec {
    padding: 10rem 0;
  }
}

.low_nav {
  font-size: 1.4rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 3rem;
}

@media screen and (max-width: 767px) {
  .low_nav {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}

.low_nav a {
  display: block;
  line-height: 5rem;
  background: #FDF5F8 url(../img/arrow-down-03.svg) no-repeat calc(100% - 2rem) center/1.2rem;
  color: #E35285;
  padding-left: 4rem;
  border-radius: 3em;
}

@media screen and (max-width: 767px) {
  .low_nav a {
    padding-left: 2rem;
  }
}

.low_nav a:hover {
  opacity: 1;
  background-color: #E35285;
  color: #fff;
  background-image: url(../img/arrow-down-02.svg);
}

@media screen and (min-width: 768px) {
  .com_msg .u_inner {
    display: flex;
    justify-content: space-between;
  }
  .com_msg .c_ttl {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
  .com_msg figure {
    width: 36rem;
  }
  .com_msg .desc {
    width: 72rem;
    margin-top: 5.7rem;
  }
}

@media screen and (max-width: 767px) {
  .com_msg figure {
    width: 80%;
    margin: 0 auto 4rem;
  }
}

.com_msg figure img {
  border-radius: 2rem;
  width: 100%;
}

.com_msg .catch {
  font-size: 4rem;
  line-height: 1.4;
  text-indent: -8.9rem;
  margin-left: 8.9rem;
  margin-bottom: 5.4rem;
}

@media screen and (max-width: 767px) {
  .com_msg .catch {
    white-space: nowrap;
    font-size: 2.8rem;
    text-indent: -3rem;
    margin-left: 3rem;
    margin-bottom: 4rem;
  }
}

.com_msg .desc p {
  line-height: 1.6;
  font-weight: 400;
}

.com_msg .desc p + p {
  margin-top: 1.6em;
}

.com_msg .sign {
  text-align: right;
  font-size: 1.4rem;
}

.com_msg .sign b {
  font-size: 2.4rem;
  margin-left: .5em;
}

.com_info {
  background: rgba(0, 168, 195, 0.06);
}

.com_info dl {
  background: #fff;
  border-radius: 2rem;
  padding: 6rem;
}

@media screen and (max-width: 767px) {
  .com_info dl {
    padding: 4rem 2rem;
  }
}

@media screen and (min-width: 768px) {
  .com_info dl {
    display: flex;
    flex-wrap: wrap;
    gap: 3rem 0;
  }
  .com_info dt, .com_info dd {
    border-bottom: solid 1px #EEEEEE;
    padding-bottom: 2rem;
  }
  .com_info dt {
    position: relative;
  }
  .com_info dt {
    width: 18rem;
    padding-left: 2rem;
  }
  .com_info dd {
    width: calc(100% - 18rem);
  }
}

.com_info dt, .com_info dd {
  line-height: 1.6;
}

.com_info dt {
  position: relative;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .com_info dt {
    padding-top: 2rem;
    border-top: solid 1px #EEEEEE;
  }
}

.com_info dt:before {
  content: '';
  position: absolute;
  border-bottom: solid 1px #00A8C3;
  bottom: -1px;
  width: 2rem;
  left: 0;
}

@media screen and (max-width: 767px) {
  .com_info dt:before {
    top: -1px;
    bottom: auto;
  }
}

.com_info dd {
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .com_info dd + dt {
    margin-top: 2rem;
  }
}

.com_access {
  background: #53595D;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .com_access .u_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .com_access .map {
    width: 60rem;
  }
  .com_access .left {
    width: 50rem;
  }
}

.com_access dl {
  background: #4C4F52;
  border-radius: 2rem;
  padding: 4rem;
  display: flex;
}

@media screen and (max-width: 767px) {
  .com_access dl {
    padding: 4rem 2rem;
  }
}

.com_access dt, .com_access dd {
  line-height: 1.6;
}

.com_access dt {
  font-weight: bold;
  width: 4em;
}

.com_access dd {
  width: calc(100%r - 4em);
}

.com_access .link {
  text-align: right;
  margin-top: 2rem;
}

.com_access .link a {
  background: url(../img/ico-pin.svg) no-repeat left center/1.4rem;
  display: inline-block;
  font-weight: 400;
  padding-left: 2rem;
}

.com_access .map {
  height: 44rem;
}

@media screen and (max-width: 767px) {
  .com_access .map {
    margin-top: 4rem;
    height: auto;
    aspect-ratio: 600 / 440;
  }
}

.com_access .map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}

.com_sponsor {
  background: #00A8C3;
  color: #fff;
  position: relative;
  z-index: 0;
}

.com_sponsor:before {
  content: '';
  position: absolute;
  background: url(../img/sponsor-bg.webp) no-repeat 50%/contain;
  bottom: 0;
  width: 67.8rem;
  height: 64rem;
  left: calc(50% + 30rem);
  z-index: -1;
}

.com_sponsor .lead {
  line-height: 1.6;
  margin-bottom: 6rem;
}

@media screen and (max-width: 767px) {
  .com_sponsor .slide {
    margin-top: 4rem;
  }
}

.com_sponsor .slide img {
  border-radius: 2rem;
  width: 100%;
}

.com_sponsor dt {
  font-weight: bold;
  font-size: 2.2rem;
  margin-bottom: 1em;
}

.com_sponsor dd {
  display: flex;
  gap: 1rem;
}

.com_sponsor dd img {
  width: 9rem;
}

.com_sponsor .swiper-fade .swiper-slide {
  transition-property: opacity !important;
}

@media screen and (min-width: 768px) {
  .com_sponsor .u_inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  .com_sponsor .slide {
    width: 60rem;
  }
  .com_sponsor .left {
    width: 50rem;
  }
}

.article_wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 14rem;
}

@media screen and (max-width: 767px) {
  .article_wrap {
    flex-direction: column;
    justify-content: flex-start;
    gap: 8rem;
  }
}

.article_body .ttl {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 5.4rem;
}

.article_body .preparation {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .article_body {
    width: 84rem;
  }
}

@media screen and (min-width: 768px) {
  .article_side {
    width: 28rem;
  }
}

.article_side .ttl {
  font-weight: bold;
  border-bottom: solid 1px #EEEEEE;
  position: relative;
  padding-left: 1rem;
  padding-bottom: 2rem;
  margin-bottom: 3rem;
}

.article_side .ttl:before {
  content: '';
  position: absolute;
  border-bottom: solid 1px #00A8C3;
  bottom: -1px;
  width: 2rem;
  left: 0;
}

.article_side li {
  margin-top: 1rem;
}

.article_side ul + .ttl {
  margin-top: 4rem;
}

.article_side a {
  display: block;
  border: solid 1px #F0FAFB;
  color: #00A8C3;
  border-radius: 3em;
  line-height: 4rem;
  padding-left: 3rem;
  background: #F0FAFB url(../img/arrow-right-04.svg) no-repeat calc(100% - 2rem) center/0.8rem;
}

.article_side a:hover, .article_side a.active {
  opacity: 1;
  border: solid 1px #00A8C3;
  background-color: #fff;
}

.screen-reader-text {
  display: none;
}

.nav-links {
  display: flex;
  font-family: "Quicksand", sans-serif;
  gap: 1.2rem;
  margin-top: 6rem;
}

.nav-links a, .nav-links span {
  display: block;
  width: 4rem;
  line-height: 4rem;
  color: #E35285;
  text-align: center;
  border-radius: 50%;
  border: solid 1px #EEEEEE;
}

.nav-links .current {
  background: #E35285;
  border-color: #E35285;
  color: #fff;
}

.nav-links .dots {
  border: none;
  width: auto;
}

.nav-links .next, .nav-links .prev {
  color: transparent;
  background: url(../img/arrow-prev.svg) no-repeat 50%/contain;
}

.nav-links .next {
  background-image: url(../img/arrow-next.svg);
}

.case_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem;
}

@media screen and (max-width: 767px) {
  .case_list {
    grid-template-columns: repeat(1, 1fr);
  }
}

.case_list a {
  display: block;
  padding: 4rem 2rem 0;
}

.case_list img {
  border-radius: 2rem;
  aspect-ratio: 360 / 270;
  width: 100%;
  object-fit: cover;
}

.case_list li {
  position: relative;
  border-top: solid 1px #EEEEEE;
}

.case_list li:before {
  content: '';
  position: absolute;
  border-top: solid 1px #00A8C3;
  top: -1px;
  width: 2rem;
  left: 0;
}

.case_list .name {
  font-weight: bold;
  line-height: 1.6;
  margin: 3rem 0;
}

.case_list p {
  font-weight: bold;
  font-size: 1.4rem;
}

.case_list dl {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem 0;
  margin-top: 1.6rem;
}

.case_list dt {
  width: 12rem;
  line-height: 2rem;
  font-size: 1.2rem;
  color: #fff;
  background: #00A8C3;
  border-radius: 3em;
  text-align: center;
}

.case_list dd {
  width: calc(100% - 14rem);
  font-weight: 400;
  font-size: 1.4rem;
}

.single_body .line {
  background: linear-gradient(to right, #231815 2px, transparent 2px) repeat-x left bottom/8px 1px;
  height: 1px;
  margin: 5rem 0 3rem;
}

.single_body .ttl {
  font-size: 3.2rem;
  margin-bottom: 5rem;
}

.single_body .date {
  font-family: "Quicksand", sans-serif;
  margin: -4rem 0 5rem;
  display: block;
}

.single_body p, .single_body li {
  line-height: 1.6;
  font-weight: 400;
  margin-bottom: 1em;
}

.single_body p a, .single_body li a {
  color: #E35285;
  text-decoration: underline;
}

.single_body .cat {
  display: flex;
  margin-bottom: 1.2em;
  font-size: 1.2rem;
  gap: 1em;
}

.single_body .cat a {
  text-decoration: none;
  font-style: normal;
  background: #00A8C3;
  min-width: 12rem;
  text-align: center;
  font-weight: 500;
  border-radius: 3em;
  color: #fff;
  padding: 0 1em;
  display: block;
}

.single_body h2, .single_body h3, .single_body h4, .single_body h5 {
  font-weight: bold;
  margin: 5rem 0 1.15em;
}

.single_body h2 {
  position: relative;
  border-bottom: solid 1px #EEEEEE;
  font-size: 2.6rem;
  padding-bottom: .5em;
}

.single_body h2:before {
  content: '';
  position: absolute;
  border-bottom: solid 1px #00A8C3;
  bottom: -1px;
  width: 2rem;
  left: 0;
}

.single_body h3 {
  font-size: 2.2rem;
  background: linear-gradient(to right, #231815 2px, transparent 2px) repeat-x left bottom/8px 1px;
  padding-bottom: .35em;
}

.single_body h4 {
  font-size: 2rem;
}

.single_body h5 {
  font-size: 1.8rem;
}

.single_body i, .single_body em {
  font-style: italic;
}

.single_body li {
  position: relative;
  margin-bottom: 0;
}

.single_body li:before {
  content: '';
  position: absolute;
  border-radius: 50%;
  background: #00A8C3;
  left: 0;
}

.single_body ol {
  counter-reset: item;
  margin-bottom: 1em;
}

.single_body ol li {
  counter-increment: item;
  padding-left: 3.8rem;
  line-height: 1.8;
}

.single_body ol li + li {
  margin-top: .2em;
}

.single_body ol li:before {
  content: counter(item);
  position: absolute;
  top: .2em;
  text-align: center;
  font-family: "Quicksand", sans-serif;
  font-weight: bold;
  color: #fff;
  font-size: 1.4rem;
  width: 2.6rem;
  line-height: 2.6rem;
}

.single_body ul {
  margin-bottom: 1em;
}

.single_body ul li {
  padding-left: 2rem;
}

.single_body ul li:before {
  width: .8rem;
  height: .8rem;
  top: .55em;
}

.single_body .has-small-font-size {
  font-size: 1.4rem;
}

.single_body .has-medium-font-size {
  font-size: 1.8rem;
}

.single_body .has-large-font-size {
  font-size: 2.2rem;
}

.single_body .has-x-large-font-size {
  font-size: 3.2rem;
}

.single_body .has-xx-large-font-size {
  font-size: 4.8rem;
}

.single_body figure {
  margin-bottom: 5rem;
}

.single_body figure img {
  border-radius: 2rem;
}

.single_body .is-layout-flex {
  margin-bottom: 5rem;
  gap: 5rem 4rem !important;
}

.single_body .is-layout-flex figure {
  margin-bottom: 0;
}

.pp_body {
  margin-bottom: 14rem;
}

@media screen and (max-width: 767px) {
  .pp_body {
    margin-bottom: 10rem;
  }
}

.pp_body p {
  line-height: 1.8;
  font-weight: 400;
  margin-bottom: 1.8em;
}

.pp_body .ttl {
  font-weight: bold;
  font-size: 2.4rem;
  margin: 2em 0 1em;
}

.pp_body ul {
  margin: 1.8em 0;
  font-weight: 400;
}

.pp_body li {
  margin-left: 1em;
  text-indent: -1em;
  margin-top: .5em;
}

.pp_body li:before {
  content: '・';
}

.pp_body a {
  text-decoration: underline;
}

.contact_body {
  margin-bottom: 14rem;
}

@media screen and (min-width: 768px) {
  .contact_body .u_inner {
    width: 96rem;
  }
}

@media screen and (max-width: 767px) {
  .contact_body {
    margin-bottom: 10rem;
  }
}

.contact_body .ttl {
  text-align: center;
  font-weight: bold;
  font-size: 3.5rem;
  margin-bottom: 4rem;
}

@media screen and (max-width: 767px) {
  .contact_body .ttl {
    font-size: 2.6rem;
  }
}

.contact_body .lead {
  text-align: center;
  line-height: 1.8;
  margin-bottom: 8rem;
}

.contact_body .contact-form-item {
  font-weight: 400;
  position: relative;
  border-bottom: solid 1px #EEEEEE;
  padding-bottom: 2rem;
  position: relative;
}

.contact_body .contact-form-item:before {
  content: '';
  position: absolute;
  width: 2rem;
  background: #00A8C3;
  height: 1px;
  bottom: -1px;
}

.contact_body .contact-form-item * {
  font-weight: 400;
}

@media screen and (min-width: 768px) {
  .contact_body .contact-form-item__inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .contact_body .contact-form-item__inner > p {
    width: 22rem;
    margin-top: 1.6rem;
  }
  .contact_body .contact-form-item__inner > p + * {
    width: 70rem;
  }
  .contact_body .contact-form-item__inner .contact-form-error {
    text-align: center;
    width: 100%;
  }
}

.contact_body .contact-form-item:nth-child(1) .contact-form-checkbox-list {
  justify-content: flex-start;
  gap: 4rem;
  margin-top: 1.5rem;
}

.contact_body .contact-form-item:nth-child(7) {
  border: none;
  padding: 0;
}

.contact_body .contact-form-item:nth-child(7) .contact-form-item__inner {
  justify-content: center;
}

.contact_body .contact-form-item:nth-child(7):before {
  content: none;
}

.contact_body .contact-form-item:nth-child(7) .contact-form-label {
  display: none;
}

.contact_body .contact-form-item:nth-child(7) a {
  color: #E35285;
  text-decoration: underline;
}

.contact_body .contact-form-item:nth-child(8) {
  border: none;
  padding: 0;
}

.contact_body .contact-form-item:nth-child(8) .contact-form-item__inner {
  justify-content: center;
}

.contact_body .contact-form-item:nth-child(8):before {
  content: none;
}

.contact_body .contact-form .contact-form-label {
  position: relative;
}

.contact_body .contact-form .contact-form-label__text {
  font-size: 1.6rem;
  position: relative;
}

@media screen and (max-width: 767px) {
  .contact_body .contact-form .contact-form-label__text {
    font-size: 16px;
  }
}

.contact_body .contact-form .contact-form-required {
  background: #00A8C3;
  font-size: 1.2rem;
  border-radius: .4rem;
  padding: .2em 1em;
  position: absolute;
  right: 0;
}

.contact_body .contact-form input[type="text"], .contact_body .contact-form input[type="email"], .contact_body .contact-form input[type="tel"], .contact_body .contact-form textarea, .contact_body .contact-form select {
  background: #F6F6F6;
  border: none;
  border-radius: .4rem;
}

.contact_body .contact-form input[type="text"]:hover, .contact_body .contact-form input[type="email"]:hover, .contact_body .contact-form input[type="tel"]:hover, .contact_body .contact-form textarea:hover, .contact_body .contact-form select:hover {
  box-shadow: none;
  border: none;
}

.contact_body .contact-form textarea {
  height: 14em;
}

.contact_body .contact-form-body {
  gap: 4rem;
  margin-top: -2rem;
}

.contact_body .contact-form-checkbox-list {
  justify-content: center;
  flex-direction: row;
}

.contact_body .contact-form-checkbox-item {
  background: none;
  padding: 0;
  gap: .5em;
  white-space: nowrap;
}

.contact_body .contact-form-checkbox-item:hover {
  box-shadow: none;
}

.contact_body .contact-form-checkbox-item-control:checked + span {
  background: #E35285;
}

.contact_body .contact-form-checkbox-item-control:checked + span:before {
  top: calc(50% - 0.55em);
  left: 0;
  background: none;
  width: 0.5em;
  height: 0.8em;
  border: none;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg) translate(50%, -30%);
}

.contact_body .contact-form-checkbox-item:has(.contact-form-checkbox-item-control:checked) {
  background: none;
  box-shadow: none;
}

.contact_body .contact-form-checkbox-item-icon {
  background: #EEEEEE;
  border-radius: .4rem;
}

.contact_body .contact-form-submit {
  width: 26rem;
  border-radius: 3em;
  background: #E35285;
  height: 6rem;
  font-size: 16px;
  font-weight: bold;
  min-width: 0;
  padding: 0;
}

.contact_body .contact-form-submit:after {
  content: none;
}

.contact_body .contact-form-submit-outer {
  margin: 0;
}

.serv_lead {
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .serv_lead .u_inner {
    display: flex;
    justify-content: space-between;
  }
  .serv_lead figure {
    width: 57rem;
  }
  .serv_lead .ttl {
    margin-top: 12rem;
  }
}

.serv_lead figure {
  mask: url(../img/service-mask.png) no-repeat center top/contain;
}

@media screen and (max-width: 767px) {
  .serv_lead figure {
    margin-top: 3rem;
  }
}

.serv_lead figure img {
  width: 100%;
  aspect-ratio: 570 / 530;
  object-fit: cover;
}

.serv_lead .ttl {
  font-weight: bold;
  font-size: 3.2rem;
  line-height: 1.875;
}

@media screen and (max-width: 767px) {
  .serv_lead .ttl {
    font-size: 2.6rem;
  }
}

.serv_lead .ttl small {
  font-size: .75em;
}

.c_bg {
  position: relative;
  background: rgba(0, 168, 195, 0.06);
}

.c_bg:before {
  content: '';
  position: absolute;
  background: url(../img/service-bg.webp) no-repeat center top/contain;
  width: 67.9rem;
  aspect-ratio: 679 / 984;
  right: calc(50% + 22rem);
  z-index: -1;
  top: 14rem;
}

@media screen and (max-width: 767px) {
  .c_bg:before {
    top: 6rem;
    width: 50%;
    right: auto;
    left: -8rem;
  }
}

.serv_list {
  padding: 12rem 0 14rem;
  margin-top: -12rem;
}

.serv_list:before {
  top: 17rem;
}

@media screen and (max-width: 767px) {
  .serv_list:before {
    top: 20rem;
  }
}

.serv_list .sub {
  text-align: center;
  font-size: 2.4rem;
  line-height: 1;
  margin: 12rem 0 1.4rem;
}

.serv_list .ttl {
  font-size: 4.2rem;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .serv_list .ttl {
    font-size: 3.6rem;
  }
}

.serv_list .ttl2 {
  font-weight: bold;
  font-size: 3rem;
  margin-bottom: 3.4rem;
}

.serv_list .desc p {
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 1.6em;
}

.serv_list .row {
  display: flex;
  background: #fff;
  padding: 4rem;
  margin-top: 4rem;
  border-radius: 2rem;
}

@media screen and (max-width: 767px) {
  .serv_list .row {
    flex-direction: column;
    gap: 3rem;
    padding: 4rem 2rem;
  }
}

@media screen and (min-width: 768px) {
  .serv_list .row {
    justify-content: space-between;
  }
  .serv_list .row figure {
    width: 44rem;
  }
  .serv_list .row .desc {
    width: 58rem;
    margin-top: 6rem;
  }
}

.serv_list figure img {
  border-radius: 2rem;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .serv_list figure img {
    aspect-ratio: 1 / 1;
    object-fit: cover;
  }
}

.serv_list .btn {
  margin-top: 6.2rem;
}

.serv_list .btn a {
  font-weight: bold;
  padding-right: 3.5em;
}

.serv_problem {
  background: #53595D;
  color: #fff;
  text-align: center;
  padding: 13rem 0 12rem;
}

@media screen and (max-width: 767px) {
  .serv_problem {
    padding: 10rem 0;
  }
}

.serv_problem .ttl {
  font-weight: bold;
  font-size: 3.2rem;
  margin-bottom: 4.3rem;
}

@media screen and (max-width: 767px) {
  .serv_problem .ttl {
    font-size: 2.8rem;
  }
}

.serv_problem .ttl2 {
  font-weight: bold;
  font-size: 2rem;
  margin: 1.5rem 0 3rem;
}

.serv_problem p {
  line-height: 1.6;
  text-align: left;
  font-weight: 400;
}

.serv_problem ul {
  display: flex;
  gap: 2rem;
}

@media screen and (max-width: 767px) {
  .serv_problem ul {
    flex-direction: column;
  }
}

.serv_problem figure {
  margin-bottom: 3rem;
}

.serv_problem figure img {
  border-radius: 50%;
  width: 18rem;
}

.serv_problem li {
  background: #4C4F52;
  border-radius: 2rem;
  padding: 4rem;
}

.serv_problem li i {
  background: #231815;
  width: 4.9rem;
}

.serv_ttl {
  text-align: center;
  font-weight: bold;
  font-size: 4.2rem;
  margin-bottom: 4.2rem;
}

@media screen and (max-width: 767px) {
  .serv_ttl {
    font-size: 3.4rem;
  }
}

.serv_ttl i {
  display: block;
  color: #00A8C3;
  font-size: 2.4rem;
  margin-bottom: .25em;
}

@media screen and (max-width: 767px) {
  .serv_ttl i {
    font-size: 2.2rem;
  }
}

.serv_reason {
  padding: 12rem 0;
  background: rgba(0, 168, 195, 0.06);
}

@media screen and (max-width: 767px) {
  .serv_reason {
    padding: 10rem 0;
  }
}

.serv_reason .sec {
  background: #fff;
  padding: 8rem;
  border-radius: 2rem;
  margin-top: 4rem;
}

@media screen and (max-width: 767px) {
  .serv_reason .sec {
    padding: 6rem 2rem;
  }
}

.serv_reason .ttl {
  font-size: 3rem;
  font-weight: bold;
  position: relative;
  margin-bottom: 3rem;
}

@media screen and (min-width: 768px) {
  .serv_reason .ttl {
    padding-left: 7rem;
    margin-bottom: 4.5rem;
  }
}

@media screen and (min-width: 768px) {
  .serv_reason .ttl i {
    position: absolute;
    left: 0;
    top: .75em;
  }
}

@media screen and (max-width: 767px) {
  .serv_reason .ttl i {
    display: block;
    margin-bottom: 1em;
  }
}

.serv_reason p {
  font-weight: 400;
  line-height: 1.6;
}

.serv_reason .row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .serv_reason .row {
    flex-direction: column;
    gap: 3rem;
  }
}

.serv_reason .row p {
  margin-bottom: 1.6em;
}

.serv_reason .row figure img {
  border-radius: 1.6rem;
  width: 100%;
}

.serv_reason .row figure .line {
  border: solid 1px #E7E7E7;
}

@media screen and (min-width: 768px) {
  .serv_reason .row figure {
    width: 44rem;
  }
  .serv_reason .row .desc {
    width: 50rem;
  }
}

.serv_reason .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-top: 4rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .serv_reason .list {
    grid-template-columns: repeat(1, 1fr);
    gap: 3rem;
  }
}

.serv_reason .list li {
  background: rgba(0, 168, 195, 0.06);
  padding: 5.5rem 2rem;
  border-radius: 1.6rem;
}

@media screen and (max-width: 767px) {
  .serv_reason .list li {
    padding: 4rem 2rem;
  }
}

.serv_reason .list li > p:last-child {
  margin-bottom: 0;
}

.serv_reason .list p {
  font-weight: 500;
  border: solid 1px #00A8C3;
  border-radius: .8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2.4rem 1rem;
  background: #fff;
  margin-bottom: 3rem;
  position: relative;
}

@media screen and (max-width: 767px) {
  .serv_reason .list p {
    padding: 1.6rem .5rem;
  }
}

.serv_reason .list p:before {
  content: '';
  position: absolute;
  left: 0;
  top: -3.1rem;
  background: url(../img/arrow-down-step.svg) no-repeat 50%/contain;
  height: 2.4rem;
  width: 100%;
}

.serv_reason .list .one {
  padding: 1.6rem 1rem;
}

.serv_reason .list .none:before {
  content: none;
}

.serv_reason .list .bg {
  background: #00A8C3;
  color: #fff;
}

.serv_reason .list em {
  display: block;
  position: relative;
  top: -1.5rem;
}

.serv_reason .list .row2 {
  display: flex;
  gap: 1rem;
}

.serv_reason .list .row2 p {
  flex: 1;
}

.serv_reason .list .line {
  margin-bottom: 5.4rem;
  position: relative;
}

.serv_reason .list .line:before {
  content: '';
  position: absolute;
  left: 50%;
  translate: -50% 0;
  width: calc(50% + 1rem);
  height: 2.6rem;
  border: solid 1px #00A8C3;
  position: absolute;
  bottom: -2.5rem;
  border-top: none;
}

.serv_reason .list .line p {
  margin-bottom: 0;
}

.serv_reason .step {
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: 3rem;
}

@media screen and (min-width: 768px) {
  .serv_reason .step {
    height: 8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 4rem;
  }
}

.serv_reason .step i {
  color: #00A8C3;
  font-family: "Quicksand", sans-serif;
  font-size: 1.6rem;
  display: block;
}

.serv_reason .sol {
  display: flex;
  padding: 4rem;
  border-radius: 1.6rem;
  gap: 3.5rem;
  background: #F0FAFB;
  margin-top: 4rem;
}

@media screen and (max-width: 767px) {
  .serv_reason .sol {
    flex-direction: column;
    padding: 4rem 2rem 8rem;
  }
}

@media screen and (min-width: 768px) {
  .serv_reason .sol {
    height: 30.9rem;
  }
}

.serv_reason .sol li {
  position: relative;
  border-radius: .8rem;
  width: 15rem;
  height: 10rem;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 1px #fff;
}

@media screen and (max-width: 767px) {
  .serv_reason .sol li {
    height: 5rem;
    font-size: 1.4rem;
    width: calc(50% - 1.5rem);
  }
}

.serv_reason .sol li:last-child:after {
  content: '';
  position: absolute;
  top: 0;
  right: -5rem;
  background: url(../img/service-dot.svg) no-repeat 50%/contain;
  width: 2rem;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .serv_reason .sol li:last-child:after {
    width: 100%;
    height: 2rem;
    background-image: url(../img/service-dot-down.svg);
    top: auto;
    bottom: -5rem;
    right: 0;
  }
}

.serv_reason .sol li:before {
  content: '';
  position: absolute;
  top: 0;
  right: -2.4rem;
  background: url(../img/arrow-right-step.svg) no-repeat 50%/contain;
  width: 2.4rem;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .serv_reason .sol li:before {
    width: 100%;
    height: 2.4rem;
    background-image: url(../img/arrow-down-step.svg);
    top: auto;
    bottom: -2.4rem;
    right: 0;
  }
}

.serv_reason .sol li:nth-child(2), .serv_reason .sol li:nth-child(4) {
  border-color: #00A8C3;
}

.serv_reason .sol li:nth-child(3), .serv_reason .sol li:nth-child(5) {
  background: #00A8C3;
  color: #fff;
}

.serv_reason .sol p {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background: #231815;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 13rem;
}

@media screen and (max-width: 767px) {
  .serv_reason .sol p {
    top: 0;
    left: calc(100% + 3rem);
  }
}

.serv_reason .sol p:before {
  content: '';
  position: absolute;
  left: 0;
  top: -3.5rem;
  background: url(../img/arrow-down-step.svg) no-repeat 50%/contain;
  height: 2.4rem;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .serv_reason .sol p:before {
    height: 100%;
    width: 2.4rem;
    background-image: url(../img/arrow-right-step.svg);
    top: 0;
    left: -3rem;
  }
}

.serv_philo {
  background: #00A8C3;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .serv_philo .serv_ttl {
    text-align: left;
  }
  .serv_philo .u_inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .serv_philo figure {
    width: 60rem;
  }
  .serv_philo .desc {
    width: 46rem;
  }
}

.serv_philo p {
  line-height: 1.6;
  margin-top: 1.6em;
}

@media screen and (max-width: 767px) {
  .serv_philo figure {
    margin-top: 3rem;
  }
}

.serv_philo figure img {
  border-radius: 2rem;
  width: 100%;
}

.serv_staff ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

@media screen and (max-width: 767px) {
  .serv_staff ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
  }
}

.serv_staff li {
  padding: 4rem;
  border-radius: 2rem;
  background: #fff;
}

.serv_staff figure {
  margin-bottom: 3rem;
}

.serv_staff figure img {
  border-radius: 2rem;
  width: 100%;
}

.serv_staff dt {
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: 2.2rem;
}

.serv_staff dt i {
  font-family: "Quicksand", sans-serif;
  color: #00A8C3;
  font-size: 1.6rem;
  margin-left: 1em;
}

dd {
  line-height: 1.6;
  font-weight: 400;
}

.serv_info {
  background: #00A8C3;
}

.serv_info .serv_ttl {
  color: #fff;
}

.serv_info .box {
  border-radius: 3rem;
  background: #fff;
  padding: 6rem 8rem 5.7rem;
  position: relative;
  text-align: center;
  margin-top: 7rem;
}

@media screen and (max-width: 767px) {
  .serv_info .box {
    padding: 5rem 2rem;
  }
}

.serv_info .ttl {
  background: #fff;
  line-height: 5.2rem;
  color: #00A8C3;
  border-radius: 3em;
  white-space: nowrap;
  top: 0;
  left: 50%;
  padding: 0 1em;
  translate: -50% -50%;
  position: absolute;
  font-size: 2.2rem;
  font-weight: bold;
  border: solid 1px #00A8C3;
}

@media screen and (max-width: 767px) {
  .serv_info .ttl {
    font-size: 2rem;
  }
}

.serv_info .sub {
  background: #231815;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 1.588rem;
  padding: .5em 1em;
  display: inline-block;
  border-radius: .37em;
}

.serv_info .blue {
  background: #F0FAFB;
}

.serv_info .green {
  background: #F0F7E9;
}

.serv_info .green i {
  color: #519E00;
}

.serv_info .pink {
  background: #FDF5F8;
}

.serv_info .pink i {
  color: #E35285;
}

.serv_info .yellow {
  background: #FDF8E1;
}

.serv_info .yellow i {
  color: #CEAC00;
}

.serv_total ul {
  display: flex;
  margin: 4.5rem 0 1.55rem;
  gap: 6rem;
}

@media screen and (max-width: 767px) {
  .serv_total ul {
    gap: 2.6rem;
  }
}

.serv_total li {
  border-radius: .8rem;
  flex: 1;
  border: solid 1px #00A8C3;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .serv_total li {
    font-size: 1.4rem;
    padding: 2rem .4rem;
  }
}

@media screen and (min-width: 768px) {
  .serv_total li {
    height: 10rem;
  }
}

.serv_total li:last-child:before {
  content: none;
}

.serv_total li:before {
  content: '';
  position: absolute;
  top: 0;
  right: -4.8rem;
  background: url(../img/arrow-right-step-02.svg) no-repeat 50%/contain;
  width: 4.8rem;
  height: 100%;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .serv_total li:before {
    background-image: url(../img/arrow-right-step.svg);
    width: 2.4rem;
    right: -2.4rem;
  }
}

.serv_total li:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -6.1rem;
  background: url(../img/service-dot-line.svg) no-repeat 50%/contain;
  height: 5.6rem;
  width: 100%;
}

.serv_total li i {
  font-family: "Quicksand", sans-serif;
  font-weight: bold;
  display: block;
  color: #00A8C3;
  margin-bottom: .5em;
}

.serv_total .large {
  text-align: right;
  margin-bottom: 1.55rem;
  position: relative;
}

.serv_total .large:before, .serv_total .large:after {
  content: '';
  position: absolute;
  top: 50%;
  translate: 0 -50%;
}

.serv_total .large:before {
  width: calc(100% - 11rem);
  height: .2rem;
  background: #E35285;
  left: 0;
}

@media screen and (max-width: 767px) {
  .serv_total .large:before {
    width: calc(100% - 9rem);
  }
}

.serv_total .large:after {
  width: 1rem;
  height: 1.2rem;
  background: #E35285;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  right: 10rem;
}

@media screen and (max-width: 767px) {
  .serv_total .large:after {
    right: 8rem;
  }
}

.serv_total .large em {
  background: #E35285;
  color: #fff;
  border-radius: 3em;
  font-size: 1.4rem;
  line-height: 3.4rem;
  width: 8.8rem;
  display: inline-block;
  text-align: center;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .serv_total .large em {
    width: 7rem;
    font-size: 1.3rem;
  }
}

.serv_total .result {
  background: #00A8C3;
  color: #fff;
  border-radius: .8rem;
  padding: .81em 0;
}

.serv_total .result small {
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .serv_total .result small {
    display: block;
  }
}

.serv_hr .box {
  padding: 4.5rem 1.6rem 3rem;
}

@media screen and (min-width: 768px) {
  .serv_hr .box2 {
    position: absolute;
    left: 50%;
    translate: -50% 0;
    bottom: 5.3rem;
    width: 110.7rem;
  }
}

.serv_hr .list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: .9rem;
}

@media screen and (max-width: 767px) {
  .serv_hr .list {
    grid-template-columns: repeat(2, 1fr);
    gap: .5rem;
  }
}

.serv_hr .green p {
  border-color: #519E00;
}

.serv_hr .pink p {
  border-color: #E35285;
}

.serv_hr .yellow p {
  border-color: #CEAC00;
}

.serv_hr .sub {
  margin-top: -2rem;
}

@media screen and (max-width: 767px) {
  .serv_hr .sub {
    margin-top: 2rem;
  }
}

.serv_hr dl {
  border-radius: 1.6rem;
  flex: 1;
  padding: 4rem 2rem 15.7rem;
}

@media screen and (max-width: 767px) {
  .serv_hr dl {
    padding: 2rem 1rem 2rem;
  }
}

.serv_hr dt {
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: 1em;
}

@media screen and (max-width: 767px) {
  .serv_hr dt {
    font-size: 1.8rem;
  }
}

.serv_hr dt i {
  font-family: "Quicksand", sans-serif;
  display: block;
  font-size: 1.6rem;
  color: #00A8C3;
}

.serv_hr dd p {
  background: #fff;
  font-weight: 500;
  border: solid 1px #00A8C3;
  border-radius: .6rem;
  padding: .4em 0;
  margin-top: .8rem;
}

@media screen and (max-width: 767px) {
  .serv_hr dd p {
    font-size: 1.3rem;
    margin-top: .5rem;
  }
}

.serv_hr dd small {
  display: block;
  font-size: .75em;
}

.serv_hr ul {
  display: flex;
  justify-content: center;
  font-size: 1.2rem;
  font-weight: 600;
  gap: 1rem;
  background: #fff;
  padding: 4rem 2rem 2rem;
  margin: -2rem 0 0;
}

@media screen and (max-width: 767px) {
  .serv_hr ul {
    flex-direction: column;
    gap: .5rem;
  }
}

.serv_hr ul li {
  border-radius: 3em;
  padding: 0 1.5em;
  line-height: 2.6rem;
}

.serv_hr ul .blue {
  color: #00A8C3;
}

.serv_hr ul .green {
  color: #519E00;
}

.serv_hr ul .pink {
  color: #E35285;
}

.serv_hr ul .yellow {
  color: #CEAC00;
}

.serv_sc .box {
  padding: 6rem 1.45rem 3rem;
}

@media screen and (max-width: 767px) {
  .serv_sc .box {
    padding: 6rem 2rem 3rem 3rem;
  }
}

@media screen and (max-width: 767px) {
  .serv_sc .sub {
    position: absolute;
    top: 50%;
    translate: 0 -50%;
    left: -2rem;
    text-align: center;
    writing-mode: vertical-rl;
    padding: 1em .7em;
  }
}

@media screen and (min-width: 768px) {
  .serv_sc .sub {
    position: absolute;
    left: 50%;
    translate: -50% 0;
    top: -1.7rem;
  }
}

.serv_sc .line {
  position: relative;
}

@media screen and (max-width: 767px) {
  .serv_sc .line {
    padding: 2rem 2rem 2rem 4rem;
    background-image: radial-gradient(circle, #231815 1px, transparent 1px), radial-gradient(circle, #231815 1px, transparent 1px), radial-gradient(circle, #231815 1px, transparent 1px), radial-gradient(circle, #231815 1px, transparent 1px);
    background-position: left 5px top, right top 5px, left 5px bottom, left top 5px;
    background-repeat: repeat-x, repeat-y, repeat-x, repeat-y;
    background-size: 12px 2px, 2px 12px, 12px 2px, 2px 12px;
  }
}

@media screen and (min-width: 768px) {
  .serv_sc .line {
    padding: 4rem 2rem 2rem;
    background: url(../img/service-info-sc-line.svg) no-repeat center top/100%;
    height: 31rem;
  }
}

.serv_sc ul {
  display: flex;
}

@media screen and (max-width: 767px) {
  .serv_sc ul {
    flex-direction: column;
    gap: 1rem;
  }
}

@media screen and (min-width: 768px) {
  .serv_sc ul {
    justify-content: space-between;
  }
}

.serv_sc li {
  border-radius: 1.6rem;
  padding: 2.5rem 2rem;
}

@media screen and (min-width: 768px) {
  .serv_sc li {
    padding: 4rem 2rem 2.5rem;
    width: 27.8rem;
    height: 24.67rem;
  }
  .serv_sc li:nth-child(2) {
    width: 53.58rem;
  }
}

.serv_sc dt {
  font-weight: bold;
  border: solid 1px #00A8C3;
  border-radius: .6rem;
  height: 7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  margin-bottom: 1.2em;
}

@media screen and (max-width: 767px) {
  .serv_sc dt {
    margin-bottom: .8em;
    height: 6rem;
  }
}

.serv_sc dd {
  line-height: 1.6;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .serv_sc dd {
    font-size: 1.4rem;
  }
}

.serv_sc .blue dt {
  border-color: #00A8C3;
}

.serv_sc .green {
  display: flex;
  gap: 2rem;
}

@media screen and (max-width: 767px) {
  .serv_sc .green {
    flex-direction: column;
  }
}

.serv_sc .green dl {
  flex: 1;
}

.serv_sc .green dt {
  border-color: #519E00;
}

.serv_sc .pink {
  color: #E35285;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 2em;
  padding-right: 2em;
  font-size: 1.984rem;
}

@media screen and (max-width: 767px) {
  .serv_sc .pink {
    font-size: 1.7rem;
    padding-left: 2em;
    padding-right: 2em;
  }
}

.serv_sc .pink p {
  font-weight: bold;
  line-height: 1.6;
  text-align: left;
}

.serv_flow ul {
  display: flex;
  gap: 2rem;
  margin-top: 5.5rem;
}

@media screen and (max-width: 767px) {
  .serv_flow ul {
    flex-direction: column;
    gap: 4rem;
  }
}

.serv_flow li {
  border: solid 1px #00A8C3;
  border-radius: 2rem;
  text-align: center;
  padding: 3rem 0 5rem;
  position: relative;
  background: #fff;
  flex: 1;
}

@media screen and (max-width: 767px) {
  .serv_flow li {
    display: flex;
    justify-content: center;
    gap: 2rem;
    align-items: center;
    padding: 2rem 0;
  }
}

.serv_flow li:last-child {
  background: #00A8C3;
  color: #fff;
}

.serv_flow li:last-child i {
  color: #00A8C3;
  background: #fff;
}

.serv_flow li:last-child:before {
  content: none;
}

.serv_flow li:before {
  content: '';
  width: 1.4rem;
  height: 3rem;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  background: #00A8C3;
  z-index: -1;
}

@media screen and (min-width: 768px) {
  .serv_flow li:before {
    position: absolute;
    top: 50%;
    translate: 0 -50%;
    right: -1rem;
  }
}

@media screen and (max-width: 767px) {
  .serv_flow li:before {
    position: absolute;
    left: 50%;
    translate: -50% 0;
    bottom: -1rem;
    clip-path: polygon(0 0, 50% 100%, 100% 0);
    width: 3rem;
    height: 1.4rem;
  }
}

.serv_flow li i {
  background: #00A8C3;
  font-family: "Quicksand", sans-serif;
  line-height: 2.6rem;
  color: #fff;
  width: 8.4rem;
  border-radius: 3em;
  top: 0;
  left: 50%;
  translate: -50% -50%;
  position: absolute;
  font-size: 1.4rem;
  font-weight: bold;
  border: solid 1px #00A8C3;
}

.serv_flow li img {
  width: 10rem;
}

.serv_flow li p {
  line-height: 1.6;
}

@media screen and (min-width: 768px) {
  .serv_flow li p {
    margin-top: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .serv_flow li p {
    width: 15rem;
  }
}

/*# sourceMappingURL=style.css.map */