@charset "UTF-8";
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("../fonts/NotoSansJP-Black.woff") format("truetype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/NotoSansJP-Bold.woff") format("truetype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/NotoSansJP-Medium.woff") format("truetype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/NotoSansJP-Regular.woff") format("truetype");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/Montserrat-Regular.woff") format("truetype");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/Montserrat-Medium.woff") format("truetype");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/Montserrat-SemiBold.woff") format("truetype");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/Montserrat-Bold.woff") format("truetype");
}
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/Barlow-Regular.woff") format("truetype");
}
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/Barlow-Medium.woff") format("truetype");
}
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/Barlow-SemiBold.woff") format("truetype");
}
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/Barlow-Bold.woff") format("truetype");
}
/*-- utilityフォルダの中の_index.scss --*/
@media screen and (max-width: 767px) {
  .u-br-sp-none {
    display: none;
  }
}

.u-br-sp-block {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-br-sp-block {
    display: block;
  }
}

@media screen and (max-width: 1080px) {
  .u-br-tb-none {
    display: none;
  }
}

.u-br-tb-block {
  display: none;
}
@media screen and (max-width: 1080px) {
  .u-br-tb-block {
    display: block;
  }
}

@media screen and (max-width: 1080px) {
  .u-br-tbNone-spBlock {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .u-br-tbNone-spBlock {
    display: block;
  }
}

@media only screen and (min-width: 768px) {
  .u-br-pcNone {
    display: none;
  }
}

.u-inline-block {
  display: inline-block;
}

@media screen and (max-width: 1080px) {
  .u-inline-block__tb {
    display: inline-block;
  }
}

@media only screen and (min-width: 768px) {
  .u-inline-block__spnone {
    display: inline-block;
  }
}

@media screen and (max-width: 767px) {
  .u-inline-block__sp {
    display: inline-block;
  }
}

.u-mt-25 {
  margin-top: 25px;
}

.u-mt-43 {
  margin-top: 43px;
}
@media screen and (max-width: 767px) {
  .u-mt-43 {
    margin-top: 24px;
  }
}

.u-mt-34-50 {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .u-mt-34-50 {
    margin-top: 34px;
  }
}

.u-mt-30-50 {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .u-mt-30-50 {
    margin-top: 30px;
  }
}

.c-lower-ttl {
  font-size: 52px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.1;
  padding-bottom: 16px;
}
@media screen and (max-width: 1080px) {
  .c-lower-ttl {
    font-size: 36px;
  }
}
@media screen and (max-width: 767px) {
  .c-lower-ttl {
    font-size: 23px;
  }
}
.c-lower-ttl.--black {
  color: #2d2e31;
}
.c-lower-ttl.--notfound {
  font-weight: 700;
  line-height: 1.5;
}
.c-lower-ttl .u-ib {
  display: inline-block;
}
.c-lower-ttl__cntr {
  display: flex;
  align-items: flex-end;
  padding: 90px 0;
  aspect-ratio: 1800/580;
  position: relative;
  overflow: hidden;
  border-radius: 75px;
}
@media screen and (max-width: 1600px) {
  .c-lower-ttl__cntr {
    padding: 60px 0 40px;
    border-radius: 40px;
  }
}
@media screen and (max-width: 1080px) {
  .c-lower-ttl__cntr {
    aspect-ratio: 1200/360;
  }
}
@media screen and (max-width: 767px) {
  .c-lower-ttl__cntr {
    aspect-ratio: 670/440;
    padding: 32px 0;
    border-radius: 20px;
  }
}
.c-lower-ttl__cntr.--simple {
  aspect-ratio: 1800/360;
  border-radius: 0;
}
@media screen and (max-width: 1080px) {
  .c-lower-ttl__cntr.--simple {
    aspect-ratio: 300/70;
  }
}
@media screen and (max-width: 767px) {
  .c-lower-ttl__cntr.--simple {
    aspect-ratio: 885/330;
    border-radius: 0;
  }
}
.c-lower-ttl__cntr.--notfound {
  aspect-ratio: auto;
}
@media screen and (max-width: 767px) {
  .c-lower-ttl__cntr.--notfound {
    aspect-ratio: auto;
  }
}
.c-lower-ttl__wrap {
  position: relative;
  z-index: 1;
  border-left: solid 10px #39b382;
  padding-left: 100px;
  padding-right: 100px;
}
@media screen and (max-width: 1080px) {
  .c-lower-ttl__wrap {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (max-width: 767px) {
  .c-lower-ttl__wrap {
    border-width: 5px;
    padding-left: 24px;
    padding-right: 24px;
  }
}
.c-lower-ttl__img {
  position: absolute;
  inset: 0;
  -o-object-fit: cover;
     object-fit: cover;
  background-position: cover;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}
.c-lower-ttl__en {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .c-lower-ttl__en {
    font-size: 12px;
    padding-bottom: 0;
  }
}
.c-lower-ttl__en.--black {
  color: #2d2e31;
}

.p-service {
  padding: 80px 0 120px;
}
@media screen and (max-width: 1080px) {
  .p-service {
    padding: 40px 0 80px;
  }
}
@media screen and (max-width: 767px) {
  .p-service {
    padding: 16px 0 60px;
  }
}/*# sourceMappingURL=service.css.map */