@charset "UTF-8";
/*-- componentフォルダの中の_index.scss --*/
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-display: swap;
  src: url(../font/NotoSansJP-Medium-Subset.woff2) format("woff2"), url(../font/NotoSansJP-Medium-Subset.woff) format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 700;
  font-display: swap;
  src: url(../font/NotoSansJP-Bold-Subset.woff2) format("woff2"), url(../font/NotoSansJP-Bold-Subset.woff) format("woff");
}
.c-width {
  margin-left: auto;
  margin-right: auto;
  max-width: 1380px;
  padding: 0 50px;
  width: 100%;
}
@media only screen and (max-width: 1440px) {
  .c-width {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 767px) {
  .c-width {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 480px) {
  .c-width {
    padding: 0 16px;
  }
}
@media only screen and (max-width: 350px) {
  .c-width {
    padding: 0 12px;
  }
}
.c-width--wide {
  max-width: 1540px;
}

.c-news-list__item {
  background-color: #f6ffef;
  margin-top: 16px;
  padding: 19px 57px 18px 43px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .c-news-list__item {
    padding: 20px 40px 20px 20px;
  }
}
@media only screen and (max-width: 480px) {
  .c-news-list__item {
    padding: 15px 30px 15px 15px;
  }
}
.c-news-list__item::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 29px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 18px;
  height: auto;
  aspect-ratio: 1/1;
  background-image: url("../media/images/common/link-arrow_01.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media only screen and (max-width: 767px) {
  .c-news-list__item::before {
    right: 15px;
  }
}
@media only screen and (max-width: 480px) {
  .c-news-list__item::before {
    right: 10px;
  }
}
.c-news-list__item:first-child {
  margin-top: 0;
}

.c-news-list__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media only screen and (min-width: 768px) {
  .c-news-list__link:hover {
    opacity: 0.7;
  }
}
@media only screen and (max-width: 1271px) {
  .c-news-list__link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media only screen and (max-width: 1271px) {
  .c-news-list__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.c-news-list__date {
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 480px) {
  .c-news-list__date {
    font-size: 12px;
  }
}

.c-news-list__cat {
  margin-top: 4px;
  background-color: #123b30;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 2px 4px 2px;
  min-width: 126px;
  border-radius: 3px;
}
@media only screen and (max-width: 1271px) {
  .c-news-list__cat {
    margin-top: 0;
    margin-left: 15px;
  }
}
@media only screen and (max-width: 480px) {
  .c-news-list__cat {
    min-width: 70px;
    font-size: 12px;
    padding: 1px 5px 2px;
  }
}

.c-news-list__title {
  margin-left: 32px;
  font-weight: bold;
  letter-spacing: 0.04em;
}
@media only screen and (max-width: 1271px) {
  .c-news-list__title {
    margin-left: 0;
    margin-top: 10px;
  }
}

.c-arrow-link {
  position: relative;
  display: block;
  border-bottom: solid 1px #707070;
  padding-bottom: 10px;
  padding-right: 24px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media only screen and (min-width: 768px) {
  .c-arrow-link:hover {
    opacity: 0.6;
  }
}
.c-arrow-link::before {
  content: "";
  position: absolute;
  top: 9px;
  right: 0;
  width: 18px;
  height: auto;
  aspect-ratio: 1/1;
  background-image: url("../media/images/common/link-arrow_01.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media only screen and (max-width: 480px) {
  .c-arrow-link::before {
    top: 5px;
  }
}
.c-arrow-link--white {
  color: #fff;
  border-color: #fff;
}

.c-lower-main-title-wrap {
  background-color: #0d845c;
  position: relative;
  height: 196px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 1023px) {
  .c-lower-main-title-wrap {
    height: 150px;
  }
}
@media only screen and (max-width: 767px) {
  .c-lower-main-title-wrap {
    height: 130px;
  }
}
@media only screen and (max-width: 480px) {
  .c-lower-main-title-wrap {
    height: 100px;
  }
}

.c-lower-main-title__bg {
  position: absolute;
  top: 0px;
  right: 0;
  width: calc(88.54% - 170px);
  height: 100%;
  background: #31a07b;
  background: linear-gradient(225deg, rgb(49, 160, 123) 5%, rgb(34, 34, 34) 80%, rgb(34, 34, 34) 100%);
}
@media only screen and (max-width: 1271px) {
  .c-lower-main-title__bg {
    width: calc(90% - 130px);
  }
}
@media only screen and (max-width: 767px) {
  .c-lower-main-title__bg {
    width: calc(90% - 80px);
    background: linear-gradient(225deg, rgb(49, 160, 123) 5%, rgb(34, 34, 34) 55%, rgb(34, 34, 34) 100%);
  }
}
@media only screen and (max-width: 480px) {
  .c-lower-main-title__bg {
    width: calc(95% - 50px);
    background: linear-gradient(225deg, rgb(49, 160, 123) 5%, rgb(34, 34, 34) 70%, rgb(34, 34, 34) 100%);
  }
}
.c-lower-main-title__bg::before {
  content: "";
  position: absolute;
  top: 0px;
  right: 100%;
  width: 170px;
  height: 100%;
  background-color: #222222;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
}
@media only screen and (max-width: 1271px) {
  .c-lower-main-title__bg::before {
    width: 130px;
  }
}
@media only screen and (max-width: 767px) {
  .c-lower-main-title__bg::before {
    width: 100px;
  }
}
@media only screen and (max-width: 480px) {
  .c-lower-main-title__bg::before {
    width: 50px;
  }
}

.c-lower-main-title {
  position: relative;
  font-size: 40px;
  font-weight: bold;
  color: #fff;
  z-index: 1;
}
@media only screen and (max-width: 1271px) {
  .c-lower-main-title {
    font-size: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .c-lower-main-title {
    font-size: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .c-lower-main-title {
    font-size: 24px;
  }
}

.c-contact-cta {
  position: relative;
  background-image: url("../media/images/common/contact_bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
}

.c-contact-cta__deco {
  position: absolute;
  top: 0px;
  left: 0px;
  width: auto;
  height: 100%;
  aspect-ratio: 720/717;
  background-image: url("../media/images/common/contact_deco.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-position: right;
  max-width: 37.5%;
}
@media only screen and (max-width: 767px) {
  .c-contact-cta__deco {
    aspect-ratio: 116/182;
    background-image: url(../media/images/common/contact_deco_sp.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left;
    width: 29%;
    height: auto;
    max-width: none;
  }
}
@media only screen and (max-width: 480px) {
  .c-contact-cta__deco {
    height: 150px;
  }
}
@media only screen and (max-width: 400px) {
  .c-contact-cta__deco {
    height: 150px;
  }
}

.c-contact-cta__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 717px;
}
@media only screen and (max-width: 767px) {
  .c-contact-cta__inner {
    min-height: auto;
    padding: 100px 0px 80px;
  }
}

.c-contact-cta__title {
  font-size: 48px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 1.58;
}
@media only screen and (max-width: 767px) {
  .c-contact-cta__title {
    font-size: 36px;
  }
}
@media only screen and (max-width: 480px) {
  .c-contact-cta__title {
    font-size: 28px;
  }
}

.c-contact-cta__detail {
  margin-top: 56px;
  color: #fff;
  letter-spacing: 0.04em;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .c-contact-cta__detail {
    margin-top: 30px;
  }
}
.c-contact-cta__btn-list-wrap {
  margin-top: 80px;
  max-width: 696px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .c-contact-cta__btn-list-wrap {
    margin-top: 40px;
  }
}

.c-contact-cta__btn-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -28px;
}
@media only screen and (max-width: 767px) {
  .c-contact-cta__btn-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
  }
}

.c-contact-cta__btn-item {
  width: 50%;
  padding: 0 28px;
}
@media only screen and (max-width: 767px) {
  .c-contact-cta__btn-item {
    width: 100%;
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .c-contact-cta__btn-item + .c-contact-cta__btn-item {
    margin-top: 20px;
  }
}

.c-contact-cta__btn {
  background-color: #fff;
  border-radius: 9999px;
  padding: 20px 10px 18px;
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  -webkit-transition: color 0.3s, background-color 0.3s;
  transition: color 0.3s, background-color 0.3s;
  display: block;
  width: 100%;
  height: 100%;
  line-height: 2;
  color: #222222;
}
@media only screen and (max-width: 480px) {
  .c-contact-cta__btn {
    font-size: 15px;
    padding: 12px 10px 10px;
  }
}
@media only screen and (min-width: 768px) {
  .c-contact-cta__btn:hover {
    background-color: #19503e;
    color: #fff;
  }
}

.c-basic-title {
  position: relative;
  font-weight: bold;
  padding-left: 77px;
  font-size: 40px;
}
@media only screen and (max-width: 767px) {
  .c-basic-title {
    font-size: 30px;
    padding-left: 35px;
  }
}
@media only screen and (max-width: 480px) {
  .c-basic-title {
    font-size: 23px;
    padding-left: 24px;
  }
}
.c-basic-title::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0px;
  width: 58px;
  height: auto;
  aspect-ratio: 58/52;
  background-color: #31a07b;
  clip-path: polygon(83% 0, 100% 0, 17% 100%, 0 100%);
}
@media only screen and (max-width: 767px) {
  .c-basic-title::before {
    top: 9px;
    width: 30px;
    clip-path: polygon(70% 0, 100% 0, 30% 100%, 0 100%);
    aspect-ratio: 50/60;
  }
}
@media only screen and (max-width: 480px) {
  .c-basic-title::before {
    top: 8px;
    aspect-ratio: 2/3;
    width: 18px;
    clip-path: polygon(65% 0, 100% 0, 35% 100%, 0 100%);
  }
}

.c-basic-title__text {
  display: block;
  margin-top: -20px;
  margin-bottom: 20px;
}

/*-- utilityフォルダの中の_index.scss --*/
@media only screen and (min-width: 1024px) {
  .u-pc-hide {
    display: none;
  }
}

@media only screen and (max-width: 1023px) {
  .u-tb-show {
    display: none;
  }
}

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

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

@media only screen and (max-width: 767px) {
  .u-pc {
    display: none !important;
  }
}

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

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

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

.u-txt-left {
  text-align: left;
}

.u-txt-center {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .u-txt-center.--sp {
    text-align: left;
  }
}

.u-txt-right {
  text-align: right;
}

@media only screen and (max-width: 1279px) {
  .u-block-center-tb {
    margin-left: auto;
    margin-right: auto;
  }
}

.u-ml-auto {
  margin-left: auto;
}

.u-mr-auto {
  margin-right: auto;
}

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

.u-bold {
  font-weight: 700;
}

a.u-link-txt {
  text-decoration: underline;
  color: Blue;
  font-weight: 700;
}

.u-bg-light-sky {
  background-color: blue;
}

.u-bg-white {
  background-color: #fff;
}

.u-mt8 {
  margin-top: 8px;
}

.u-mt16 {
  margin-top: 16px;
}

.u-mt18 {
  margin-top: 0.9375vw;
}
@media only screen and (max-width: 1279px) {
  .u-mt18 {
    margin-top: 2.34375vw;
  }
}
@media only screen and (max-width: 767px) {
  .u-mt18 {
    margin-top: 4.8vw;
  }
}

.u-mt20 {
  margin-top: 1.0416666667vw;
}
@media only screen and (max-width: 1279px) {
  .u-mt20 {
    margin-top: 2.6041666667vw;
  }
}
@media only screen and (max-width: 767px) {
  .u-mt20 {
    margin-top: 5.3333333333vw;
  }
}

.u-mt24 {
  margin-top: 1.25vw;
}
@media only screen and (max-width: 1279px) {
  .u-mt24 {
    margin-top: 3.125vw;
  }
}
@media only screen and (max-width: 767px) {
  .u-mt24 {
    margin-top: 6.4vw;
  }
}

.u-mt30 {
  margin-top: 1.5625vw;
}
@media only screen and (max-width: 1279px) {
  .u-mt30 {
    margin-top: 3.90625vw;
  }
}

.u-mt32 {
  margin-top: 1.6666666667vw;
}
@media only screen and (max-width: 1279px) {
  .u-mt32 {
    margin-top: 3.6458333333vw;
  }
}

.u-mt35 {
  margin-top: 1.8229166667vw;
}

.u-mt40 {
  margin-top: 40px;
}

.u-mt48 {
  margin-top: 48px;
}

.u-mt56 {
  margin-top: 56px;
}

.u-mt64 {
  margin-top: 64px;
}

.u-mt72 {
  margin-top: 3.75vw;
}
@media only screen and (max-width: 767px) {
  .u-mt72 {
    margin-top: 14.4vw;
  }
}

.u-mt80 {
  margin-top: 80px;
}

.u-mt82 {
  margin-top: 4.2708333333vw;
}

.u-mt88 {
  margin-top: 88px;
}

.u-mt96 {
  margin-top: 96px;
}

.u-mt100 {
  margin-top: 5.2083333333vw;
}

.u-mt104 {
  margin-top: 104px;
}

.u-mt112 {
  margin-top: 112px;
}

.u-mt120 {
  margin-top: 120px;
}

.u-mb80 {
  margin-bottom: 4.1666666667vw;
}

.u-ml8 {
  margin-left: 8px;
}

.u-ml16 {
  margin-left: 16px;
}

.u-ml24 {
  margin-left: 24px;
}

.u-ml32 {
  margin-left: 32px;
}

.u-ml40 {
  margin-left: 40px;
}

.u-ml48 {
  margin-left: 48px;
}

.u-ml56 {
  margin-left: 56px;
}

.u-ml64 {
  margin-left: 64px;
}

.u-ml72 {
  margin-left: 72px;
}

.u-ml80 {
  margin-left: 80px;
}

.u-ml88 {
  margin-left: 88px;
}

.u-ml96 {
  margin-left: 96px;
}

.u-ml104 {
  margin-left: 104px;
}

.u-ml112 {
  margin-left: 112px;
}

.u-ml120 {
  margin-left: 120px;
}

/*-- layoutフォルダの中の_index.scss --*/
.l-wrap {
  overflow: hidden;
  position: relative;
}

.l-main {
  padding-top: 123px;
}
@media only screen and (max-width: 1271px) {
  .l-main {
    padding-top: 80px;
  }
}
.l-main--home {
  padding-top: 0;
}

.is-sp-menu-open {
  overflow: hidden;
}

.l-footer {
  background-color: #333333;
  padding: 96px 0 132px;
}
@media only screen and (max-width: 1271px) {
  .l-footer {
    padding: 24px 0;
  }
}

.l-footer__inner {
  padding: 0 96px 0 57px;
}
@media only screen and (max-width: 1400px) {
  .l-footer__inner {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 767px) {
  .l-footer__inner {
    padding: 0 24px;
  }
}

.l-footer__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 1271px) {
  .l-footer__flex {
    display: block;
  }
}

@media only screen and (max-width: 1271px) {
  .l-footer__right-col {
    display: none;
  }
}

@media only screen and (max-width: 480px) {
  .l-footer__logo {
    max-width: 170px;
  }
}

.l-footer__logo-link {
  display: block;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media only screen and (min-width: 768px) {
  .l-footer__logo-link:hover {
    opacity: 0.6;
  }
}

.l-footer__copy {
  color: #fff;
  margin-top: 32px;
  font-size: 14px;
  font-weight: normal;
}
@media only screen and (max-width: 1271px) {
  .l-footer__copy {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .l-footer__copy {
    margin-top: 6px;
    font-size: 10px;
  }
}

.l-footer__list-set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.l-footer__list-set--service {
  -webkit-transform: translate(-6px, 0);
          transform: translate(-6px, 0);
}
.l-footer__list-set + .l-footer__list-set {
  margin-top: 47px;
}

.l-footer__list-head {
  position: relative;
  padding-right: 32px;
  color: #fff;
  letter-spacing: 0.04em;
}
@media only screen and (max-width: 1400px) {
  .l-footer__list-head {
    padding-right: 16px;
  }
}
.l-footer__list-head::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 1px;
  height: 23px;
  background-color: #fff;
}

.l-footer__link-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.l-footer__link-list--service {
  margin-left: 32px;
}
@media only screen and (max-width: 1400px) {
  .l-footer__link-list--service {
    margin-left: 16px;
  }
}

.l-footer__link-item {
  margin-left: 32px;
}
@media only screen and (max-width: 1400px) {
  .l-footer__link-item {
    margin-left: 16px;
  }
}
.l-footer__link-item:first-child {
  margin-left: 0;
}

.l-footer__link {
  color: #fff;
  letter-spacing: 0.04em;
  display: block;
  position: relative;
  padding-left: 24px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.l-footer__link::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 16px;
  height: auto;
  aspect-ratio: 1/1;
  background-image: url("../media/images/common/link-arrow_02.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media only screen and (min-width: 768px) {
  .l-footer__link:hover {
    opacity: 0.6;
  }
}

.l-footer__sp-nav-wrap {
  display: none;
}
@media only screen and (max-width: 1271px) {
  .l-footer__sp-nav-wrap {
    display: block;
  }
}

.l-footer__sp-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.l-footer__sp-nav-item + .l-footer__sp-nav-item {
  margin-left: 24px;
}

.l-footer__sp-nav-link {
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .l-footer__sp-nav-link {
    font-size: 14px;
  }
}
@media only screen and (max-width: 480px) {
  .l-footer__sp-nav-link {
    font-size: 12px;
  }
}

.l-sp-menu-btn {
  position: fixed;
  top: 30px;
  right: 24px;
  width: 32px;
  height: 12px;
  z-index: 1000;
  display: none;
}
@media only screen and (max-width: 1271px) {
  .l-sp-menu-btn {
    display: block;
  }
}
.l-sp-menu-btn.is-scroll .l-sp-menu-btn__border {
  background-color: #31a07b;
}
.l-sp-menu-btn.is-open .l-sp-menu-btn__border {
  background-color: #fff;
}
.l-sp-menu-btn.is-open .l-sp-menu-btn__border--01 {
  -webkit-transform: translate(0, 6px) rotate(45deg);
          transform: translate(0, 6px) rotate(45deg);
}
.l-sp-menu-btn.is-open .l-sp-menu-btn__border--02 {
  -webkit-transform: translate(0, -5px) rotate(-45deg);
          transform: translate(0, -5px) rotate(-45deg);
}
.l-sp-menu-btn--home .l-sp-menu-btn__border {
  background-color: #fff;
}

.l-sp-menu-btn__border {
  position: absolute;
  left: 0;
  background-color: #31a07b;
  width: 100%;
  height: 2px;
  -webkit-transition: opacity 0.3s, background-color 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, background-color 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
  transition: transform 0.3s, opacity 0.3s, background-color 0.3s, -webkit-transform 0.3s;
}
.l-sp-menu-btn__border--01 {
  top: 0;
}
.l-sp-menu-btn__border--02 {
  bottom: 0;
}

.l-sp-menu {
  position: fixed;
  top: -100%;
  left: 0;
  background-color: rgba(25, 80, 62, 0.9);
  width: 100%;
  height: 100%;
  padding: 134px 16px 134px;
  -webkit-transition: top 0.5s;
  transition: top 0.5s;
  z-index: 998;
}
.l-sp-menu.is-open {
  top: 0;
}

.l-sp-menu__nav-item {
  margin-top: 40px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .l-sp-menu__nav-item {
    margin-top: 32px;
  }
}
.l-sp-menu__nav-item:first-child {
  margin-top: 0;
}

.l-sp-menu__nav-link {
  display: inline-block;
}
.l-sp-menu__nav-link--contact {
  position: relative;
  padding-left: 40px;
}
@media only screen and (max-width: 767px) {
  .l-sp-menu__nav-link--contact {
    padding-left: 34px;
  }
}
.l-sp-menu__nav-link--contact::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0px;
  width: 32px;
  height: auto;
  aspect-ratio: 1/1;
  background-image: url("../media/images/common/icon_header-contact.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media only screen and (max-width: 767px) {
  .l-sp-menu__nav-link--contact::before {
    top: 3px;
    width: 24px;
  }
}

.l-sp-menu__nav-text {
  font-size: 28px;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  line-height: 1.45;
}
@media only screen and (max-width: 767px) {
  .l-sp-menu__nav-text {
    font-size: 20px;
  }
}