@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;800&family=Roboto:wght@400;800&family=Noto+Sans+JP:wght@400;700&display=swap");
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ul,
li {
  text-decoration: none;
  list-style: none;
}

a {
  text-decoration: none;
}

a,
img,
span {
  display: inline-block;
}

img {
  max-width: 100%;
  width: 100%;
  height: auto;
  vertical-align: top;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -o-object-fit: cover;
     object-fit: cover;
}

em {
  font-style: normal;
}

:root {
  --black: #000;
  --m-blue: #0B66AB;
  --m-skyblue: #2FB1C7;
  --m-skyblue2: #2DA7C6;
  --a-yellow: #FFF88E;
  --b-yellow: #FCF8C1;
  --s-blue: #356A88;
  --b-blue: #E1F3FF;
  --m-blue2: #2F7DBA;
  --b-liteblue: #F4FBFF;
  --text: #3F3F3F;
  --gray: #333333;
  --white: #FFFFFF;
  --m-plus: "M PLUS Rounded 1c", sans-serif;
  --roboto: "Roboto", sans-serif;
  --leading-trim:calc((1em - 1lh)/2);
}

/* $m-blue2: var(--m-blue2); */
.sp-only {
  display: none;
}
@media (max-width: 768px) {
  .sp-only {
    display: block;
  }
}

.tab-only {
  display: none;
}
@media (min-width: 769px) and (max-width: 1024px) {
  .tab-only {
    display: block;
  }
}

.pc-only {
  display: block;
}
@media (max-width: 768px) {
  .pc-only {
    display: none;
  }
}

.spbtm-only {
  display: none;
}
@media (max-width: 350px) {
  .spbtm-only {
    display: block;
  }
}

/*丸ハイライト */
html {
  font-size: 62.5%;
}
@media screen and (min-width: 1025px) and (max-width: 1600px) {
  html {
    font-size: 0.6944444444vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  html {
    font-size: 0.78125vw;
  }
}
@media screen and (min-width: 601px) and (max-width: 768px) {
  html {
    font-size: 2.5641025641vw;
  }
}
@media screen and (max-width: 600px) {
  html {
    font-size: 2.5641025641vw;
  }
}

body {
  font-weight: 400;
  font-size: 1rem;
  line-height: normal;
  letter-spacing: normal;
  color: var(--text);
  font-family: "Noto Sans JP";
}

h3, h2 {
  font-weight: 700;
  color: var(--text);
  font-family: "Noto Sans JP";
}

span, p {
  color: var(--text);
  font-family: "Noto Sans JP";
}

a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: var(--text);
}
@media (hover: hover) and (pointer: fine) {
  a:hover {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}

.u-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.u-flex-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
}

/* .wrapper {
  max-width: min(1080px, 75%);
  margin-inline: auto;

  @include mq(SP) {
    max-width: 100%;
    width: calc(100% - rem(28 * 2));
  }
} */
.mb-120 {
  margin-bottom: -12rem;
}
@media screen and (max-width: 768px) {
  .mb-120 {
    margin-bottom: -6rem;
  }
}

.ml0 {
  margin-left: 0 !important;
}

.p0 {
  padding: 0 !important;
}

.gap-40 {
  gap: 4rem !important;
}
@media screen and (max-width: 768px) {
  .gap-40 {
    gap: 2rem !important;
  }
}

.tal {
  text-align: left !important;
}

.tac {
  text-align: center !important;
}

.tar {
  text-align: right !important;
}

.lh2 {
  line-height: 2 !important;
}

.mobile {
  display: none;
}
@media screen and (max-width: 768px) {
  .mobile {
    display: block;
  }
}

.bg-blue {
  background-color: var(--b-blue) !important;
}

.bg-liteblue {
  background-color: var(--b-liteblue) !important;
  position: relative;
  z-index: 1;
}

.mobile {
  display: block !important;
}

.descktop {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .descktop {
    display: block !important;
  }
}

.l-wrapper860 {
  width: min(86rem, 67%);
  max-width: 100%;
  margin-inline: auto;
}

.l-wrapper551 {
  width: min(55.1rem, 55%);
  max-width: 100%;
  margin-inline: auto;
}

.l-wrapper1100 {
  width: min(110rem, 80%);
  max-width: 100%;
  margin-inline: auto;
}

.l-wrapper1200 {
  width: min(120rem, 85%);
  max-width: 100%;
  margin-inline: auto;
}

.l-wrapper1440 {
  width: min(144rem, 100%);
  max-width: 100%;
  margin-inline: auto;
}

.wrapper {
  max-width: 1600px;
  margin-inline: auto;
}

@media screen and (max-width: 768px) {
  .l-wrapper551,
  .l-wrapper860,
  .l-wrapper1100,
  .l-wrapper1200,
  .l-wrapper1440 {
    width: 100%;
  }
}
.c-title {
  font-family: "Noto Sans JP";
  font-size: 3.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-title {
    font-size: 2.4rem;
    line-height: 1.5;
  }
}

.mt-10 {
  padding-top: 1rem;
}

.mt-80 {
  margin-top: 8rem;
}
@media screen and (max-width: 768px) {
  .mt-80 {
    margin-top: 4.8rem;
  }
}

.pt-20 {
  padding-top: 2rem;
}

.pt-80 {
  padding-top: 8rem;
}

.c-title--skyblue {
  color: var(--m-skyblue);
  font-weight: 700;
}

.c-title--white {
  color: var(--white);
}

.c-title--small {
  font-size: 2.8rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .c-title--small {
    font-size: 2.4rem;
    line-height: 1.4583333333;
  }
}

.c-title--fsz32 {
  font-size: 3.2rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .c-title--fsz32 {
    font-size: 2rem;
  }
}

.c-title--fsz44 {
  font-size: 4.4rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .c-title--fsz44 {
    font-size: 2.8rem;
  }
}

.midasi {
  padding: 1rem 2rem;
  line-height: 1.2;
  font-size: 2rem;
  border-radius: 3.2rem 3.2rem 3.2rem 0;
  color: var(--white);
  background: var(--m-skyblue);
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .midasi {
    padding: 1rem 1.2rem;
    font-size: 1.6rem;
    line-height: 1.4375;
  }
}

.bdr-40 {
  border-radius: 4rem 4rem 0 0;
}

.bdr-20 {
  border-radius: 2rem;
}

.footer {
  background-color: var(--m-skyblue2);
  padding-block: 8rem;
}
.footer .footer__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 3rem;
}
.footer__logo {
  width: 100%;
}
.footer__logo img {
  margin-left: -2rem;
}
.footer .footer__section {
  width: 33%;
}
.footer .footer__section:has(.footer__title) {
  margin-top: 1.5rem;
  width: 28.5%;
}
.footer .footer__section:has(.footer__title) .footer__title {
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: 700;
  border-bottom: 1px solid var(--white);
  color: var(--white);
  margin-bottom: 2rem;
  padding-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .footer .footer__section:has(.footer__title) .footer__title {
    font-size: 1.8rem;
    line-height: 1.5;
  }
}
.footer p,
.footer a {
  color: var(--white);
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 500;
}
.footer__contact {
  margin-top: 3rem;
}
.footer__item {
  list-style: disc;
  color: var(--white);
  margin-left: 2rem;
}
.footer__item a {
  padding-block: 0.5rem;
  font-family: "Noto Sans JP";
}
.footer__item a:hover {
  color: var(--white) !important;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-decoration-offset: 4px;
}
@media screen and (max-width: 768px) {
  .footer {
    padding-block: 4rem;
    padding-inline: 2.5rem;
  }
  .footer .footer__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3rem;
  }
  .footer .footer__section {
    width: 100%;
  }
  .footer .footer__section:has(.footer__title) {
    margin-top: 0rem;
    width: 100%;
  }
  .footer .footer__address.pc-only {
    display: none;
  }
  .footer__address {
    margin-top: 2rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    row-gap: 1rem;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    color: var(--white);
    font-family: "Noto Sans JP";
    font-weight: 500;
  }
  .footer__address dt {
    width: 18%;
  }
  .footer__address dd {
    width: 80%;
  }
  .footer__contact {
    line-height: 1.7;
  }
  .footer__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 1rem;
    width: 100%;
  }
  .footer__item {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 30%;
  }
  .footer__item a {
    padding-block: 0;
  }
  .footer__item--lg {
    max-width: 50%;
  }
}

.fv {
  background: url(../assets/images/pc/fv-bg.png) no-repeat center center;
  background-size: cover;
  aspect-ratio: 1440/809;
  width: 100%;
  max-height: 80rem;
}
.fv .fv-top {
  background: url(../assets/images/pc/fv-img.webp) no-repeat center center;
  background-size: cover;
  aspect-ratio: 1156/506;
  width: 115.6rem;
  margin-inline: auto;
}
.fv .fv-top__title-wrapper {
  width: min(50rem, 45%);
  margin-inline: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-family: var(--m-plus);
  font-size: 4rem;
  font-weight: 800;
  line-height: 1;
  color: var(--white);
}
.fv .fv-top__title--city {
  padding: 1.2rem 1.6rem;
  background: var(--a-yellow);
  color: var(--m-blue2);
  font-family: var(--m-plus);
  font-weight: 800;
  text-align: center;
  border-radius: 0.4rem;
}
.fv .fv-top__title--city + span {
  margin-top: 2.4rem;
  font-family: var(--m-plus);
}
.fv .fv-top__subheader,
.fv .fv-top__header--small {
  margin-top: 1.6rem;
  font-size: 6.4rem;
  font-weight: 800;
  line-height: 1;
  color: var(--white);
  font-family: var(--m-plus);
}
.fv .fv-top__header--small {
  font-size: 4.4rem;
  padding-left: 0.8rem;
}
.fv img {
  margin-top: 1.6rem;
  display: block;
  max-width: 47.8rem;
  width: 100%;
}
.fv .fv-top__img + .fv-top__img img {
  margin-top: 2rem;
}
.fv .fv-btm {
  background: var(--m-skyblue2);
  padding-block: 2.4rem 2.8rem;
}
.fv .fv-btm__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.6rem;
}
.fv .fv-btm__title-wrapper {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.2rem;
}
.fv .fv-btm__header {
  width: 70%;
  border-radius: 2.4rem;
  border: 3px solid var(--white);
  background: var(--m-blue);
  color: var(--white);
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  padding-block: 1rem;
}
.fv .fv-btm__header--reverse {
  background: var(--white);
  border: 3px solid var(--white);
  color: var(--m-blue);
  width: 30%;
}
.fv .fv-btm__list {
  gap: 1.3rem;
}
.fv .fv-btm__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-block: 0.6rem 0.8rem;
  border-radius: 0.8rem;
  background: var(--white);
}
.fv .fv-btm__item img {
  margin-top: 0;
}
.fv .fv-btm__text {
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 1.1666666667;
  color: var(--m-blue);
}
@media (min-width: 1601px) {
  .fv {
    max-height: 807px;
  }
}
@media screen and (max-width: 768px) {
  .fv {
    background: url(../assets/images/sp/fv-bg.jpg) no-repeat center center;
    background-size: cover;
    aspect-ratio: 390/809;
    width: 100%;
    /* height: rem(800); */
    max-height: none;
    padding-top: 0;
  }
  .fv .fv-top {
    background: url(../assets/images/sp/fv-img.webp) no-repeat center center;
    background-size: cover;
    aspect-ratio: 390/505;
    width: 100%;
  }
  .fv .fv-top__title-wrapper {
    width: 30.8rem;
    font-size: 3.6rem;
    padding-top: 11.3rem;
  }
  .fv .fv-top__title--city {
    padding: 0.8rem 1.2rem;
    font-size: 2.8rem;
  }
  .fv .fv-top__title--city + span {
    margin-top: 1.2rem;
  }
  .fv .fv-top__subheader,
  .fv .fv-top__header--small {
    margin-top: 0.8rem;
    font-size: 3.6rem;
  }
  .fv .fv-top__header--small {
    font-size: 2.4rem;
  }
  .fv img {
    margin-top: 0.8rem;
    max-width: 100%;
    width: 100%;
  }
  .fv .fv-top__img + .fv-top__img {
    display: none;
  }
  .fv .fv-btm {
    padding-block: 1.8rem 2rem;
    padding-inline: 1.6rem;
  }
  .fv .fv-btm__title-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.2rem;
  }
  .fv .fv-btm__header {
    width: 100%;
    border-radius: 1.6rem;
    font-size: 1.6rem;
  }
  .fv .fv-btm__header--reverse {
    width: 25.4rem;
  }
  .fv .fv-btm__list {
    gap: 0.8rem;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-inline: 2.25rem;
  }
  .fv .fv-btm__item {
    width: min(31%, 9.9rem);
    padding-block: 0.6rem;
    border-radius: 0.6rem;
  }
  .fv .fv-btm__text {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}

.important-news {
  margin-top: 2rem;
  max-width: min(1300px, 90%);
  margin-inline: auto;
  display: block;
  background-color: var(--m-blue);
  padding-block: 1rem;
  text-align: center;
}
.important-news p {
  padding-bottom: 0.3rem;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-bottom: 1px solid var(--white);
  color: var(--white);
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
.important-news p::after {
  content: "";
  background: url(../assets/images/pc/arrow-right-long.png) no-repeat center center;
  background-size: contain;
  aspect-ratio: 1/1;
  width: 2.2rem;
  display: inline-block;
  margin-left: 1rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.important-news:hover p::after {
  -webkit-transform: translate(2px, -2px);
          transform: translate(2px, -2px);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .important-news {
    max-width: 100%;
    margin-inline: 1.6rem;
  }
  .important-news p {
    font-size: 1.6rem;
    line-height: 1.4375;
  }
}

.consider {
  padding: 2.4rem 6.4rem;
  background: var(--white);
  border-radius: 10rem;
  border: 3px solid var(--m-blue);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.consider .c-title {
  font-size: 2.8rem;
}
.consider .c-title--blue {
  color: var(--m-blue);
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.consider .mt-10 {
  display: inline-block;
  padding-top: 0.5rem;
}
@media screen and (max-width: 768px) {
  .consider {
    padding: 1.2rem 3.2rem;
    margin-inline: 1.6rem;
  }
  .consider .c-title {
    font-size: 2rem;
    line-height: 1.5;
  }
  .consider .c-title--blue {
    font-size: 2.4rem;
    line-height: 1.5;
  }
  .consider .mt-10 {
    display: inline-block;
  }
}

.promise {
  padding-top: 3.2rem;
  position: relative;
  z-index: 1;
}
.promise::before {
  position: absolute;
  content: "";
  background: url(../assets/images/pc/promise-bg.svg) repeat-x center center;
  background-size: contain;
  opacity: 0.1;
  aspect-ratio: 1440/1302;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.promise .promise__highlight {
  background-color: var(--m-skyblue);
  color: var(--white);
  font-weight: 700;
  border-radius: 50%;
  aspect-ratio: 1/1;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 3.6rem;
  width: 6.2rem;
}
.promise .promise__title .c-title--blue {
  color: var(--m-blue);
  font-size: 4rem;
  font-weight: 700;
  display: inline-block;
  margin-right: 1rem;
}
.promise .promise__list {
  margin-top: 2.4rem;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.2rem;
}
.promise .promise__list .promise__item:nth-child(even) .promise__number {
  background-color: var(--m-skyblue);
}
.promise .promise__item {
  background-color: var(--white);
  border-radius: 4rem;
  padding: 0.8rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
}
.promise .promise__item,
.promise .promise__item--blue,
.promise .promise__item--skyblue {
  font-size: 2.4rem;
  line-height: 1.4166666667;
  font-weight: 700;
}
.promise .promise__item--blue {
  color: var(--m-blue);
}
.promise .promise__item--skyblue {
  color: var(--m-skyblue);
}
.promise .promise__number {
  border-radius: 50%;
  aspect-ratio: 1/1;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 3.6rem;
  width: 5.4rem;
  color: var(--white);
  background-color: var(--m-blue);
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .promise {
    padding-top: 2rem;
    padding-inline: 1.6rem;
  }
  .promise .promise__title {
    font-size: 2.8rem;
    line-height: 1.4285714286;
  }
  .promise .promise__title .c-title--blue {
    font-size: 3.2rem;
    line-height: 1.4375;
  }
  .promise .promise__highlight {
    margin-top: 0.8rem;
  }
  .promise .mr-2 {
    margin-right: -0.2rem;
  }
  .promise .promise__item {
    padding: 1.3rem 0.8rem;
    gap: 1.2rem;
  }
  .promise .promise__item,
  .promise .promise__item--blue,
  .promise .promise__item--skyblue {
    font-size: 1.8rem;
    line-height: 1.4444444444;
  }
  .promise .promise__item--blue,
  .promise .promise__item--skyblue {
    display: inline;
  }
  .promise .promise__number {
    width: 5.4rem;
    height: 5.4rem;
  }
}

.collect {
  padding-block: 8rem 0rem;
}
.collect .collect__title {
  padding-block: 2rem;
  border: 3px solid var(--m-blue);
  border-left: none;
  border-right: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.collect .c-title--blue {
  color: var(--m-blue);
  letter-spacing: 0.05em;
  font-weight: 700;
  line-height: 1.5;
}
.collect .c-title--blue + .c-title--blue {
  margin-top: 1.6rem;
}
.collect .c-title--bg {
  font-size: 3.6rem;
  line-height: 1.5;
}
.collect .c-title--city {
  padding: 0.4rem 2rem;
  border-radius: 4rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: 3px solid var(--m-skyblue);
  background: var(--white);
  color: var(--m-skyblue);
}
.collect .collect-top {
  margin-top: 5.4rem;
  padding-inline: 2.3rem;
  gap: 2rem;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.collect .collect-top + .collect-btm__item {
  width: 49.2rem;
}
.collect .collect-top__item {
  width: 50%;
}
.collect .collect-top__item:nth-child(2) {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 52.2rem;
}
.collect .collect-top__midasi-wrapper {
  -webkit-box-pack: left;
  -webkit-justify-content: left;
      -ms-flex-pack: left;
          justify-content: left;
  gap: 0.8rem;
}
.collect .collect-top__title {
  padding-right: 2.4rem;
  margin-top: 1.6rem;
  color: var(--m-blue);
  line-height: 1.5;
  text-align: left;
}
.collect .collect-top__text {
  margin-top: 1.6rem;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.6111111111;
  letter-spacing: 0.05em;
}
.collect .collect-btm__list {
  margin-top: 4.8rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.2rem;
  padding-bottom: 0.4rem;
}
.collect .collect-btm__item {
  outline: 2px solid var(--m-blue);
  border-radius: 1.6rem;
  background: var(--white);
}
.collect .collect-btm__item img {
  aspect-ratio: 345/167;
}
.collect .collect-btm__title {
  border-radius: 1.1rem 1.1rem 0 0;
  background: var(--m-blue);
  padding-block: 1rem;
  text-align: center;
  font-size: 2rem;
  line-height: 1.2;
  color: var(--white);
  font-weight: 700;
  letter-spacing: 0.05em;
}
.collect .collect-btm__text {
  padding: 1.6rem 2.4rem;
  font-size: 1.6rem;
  line-height: 1.625;
  background: var(--white);
  border-radius: 0 0 1.6rem 1.6rem;
}
@media screen and (max-width: 768px) {
  .collect .collect__title {
    padding-block: 2rem;
    margin-inline: 1.6rem;
  }
  .collect .c-title--blue + .c-title--blue {
    margin-top: 0.8rem;
  }
  .collect .c-title--bg {
    font-size: 2.8rem;
    line-height: 1.5;
  }
  .collect .c-title--city {
    display: block;
    margin-inline: auto;
    margin-bottom: 0.8rem;
  }
  .collect .collect-top {
    margin-top: 4rem;
    padding-inline: 1.3rem;
    gap: 0rem;
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    /*  + .collect-btm__item {
      width: rem(492);
    } */
  }
  .collect .collect-top__item {
    width: 100%;
  }
  .collect .collect-top__item:nth-child(2) {
    max-width: 100%;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 1.6rem;
  }
  .collect .collect-top__item--first {
    display: contents;
  }
  .collect .collect-top__midasi-wrapper {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .collect .collect-top__title {
    padding-right: 0rem;
    font-size: 2.8rem;
    line-height: 1.5;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .collect .collect-top__text {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
    font-size: 1.6rem;
    line-height: 1.625;
  }
  .collect .collect-btm__list {
    padding-inline: 1.6rem;
    margin-top: 4rem;
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
    padding-bottom: 0.4rem;
  }
  .collect .collect-btm__title {
    font-size: 2rem;
    line-height: 1.45;
  }
  .collect .collect-btm__text {
    padding: 1.6rem 1.6rem;
  }
}

.introduction {
  padding-top: 6rem;
  padding-bottom: 5rem;
}
.introduction .introduction__title {
  text-align: center;
  font-size: 2.8rem;
  line-height: 1.5;
  font-weight: 700;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.introduction .introduction__title--skyblue {
  color: var(--m-skyblue);
}
.introduction .introduction__title--big {
  font-size: 4rem;
  line-height: 1.5;
  color: var(--m-skyblue);
}
.introduction .introduction__list {
  margin-top: 1.6rem;
  padding-block: 4rem;
  gap: 1.6rem;
}
@media screen and (max-width: 768px) {
  .introduction {
    padding-top: 6.4rem;
    padding-bottom: 8rem;
    padding-inline: 1.6rem;
  }
  .introduction .introduction__title {
    font-size: 2rem;
    line-height: 1.5;
  }
  .introduction .introduction__title--big {
    font-size: 2.8rem;
    line-height: 1.5;
  }
  .introduction .introduction__list {
    padding-block: 0rem;
    padding-inline: 2.3rem;
    gap: 1.6rem;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
}

.reason {
  background: -webkit-gradient(linear, left top, left bottom, from(#0b66ab), to(#2fb1c7));
  background: -webkit-linear-gradient(top, #0b66ab 0%, #2fb1c7 100%);
  background: linear-gradient(180deg, #0b66ab 0%, #2fb1c7 100%);
  padding-block: 8rem;
  border-radius: 4rem;
}
.reason .reason__title {
  color: var(--white);
  text-align: center;
  font-weight: 700;
  line-height: 1.4444444444;
}
.reason .reason__title img {
  display: inline;
  width: 21.8rem;
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 218/53;
  vertical-align: bottom;
}
.reason .reason__title--number {
  border-radius: 50%;
  aspect-ratio: 1/1;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 3.6rem;
  width: 6.4rem;
  background: var(--a-yellow);
  color: var(--m-blue);
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 1;
}
.reason .reason__title--small {
  font-size: 2.8rem;
  font-weight: 700;
  color: var(--white);
}
.reason .reason__list {
  margin-top: 4rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.6rem;
  margin-top: 4rem;
}
.reason__item {
  background-color: var(--white);
  border-radius: 2rem;
  padding: 2.4rem;
  gap: 1.2rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.reason__item--first {
  grid-column: span 2;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 3.2rem;
}
.reason__item--first picture {
  width: min(27.3rem, 32%);
  display: block;
}
.reason__item-wrapper {
  max-width: min(50.7rem, 507px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.6rem;
}
.reason__content {
  gap: 1.6rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.reason__number {
  background-color: var(--b-yellow);
  border: 2px solid var(--m-blue);
  color: var(--m-blue);
  border-radius: 50%;
  aspect-ratio: 1/1;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 3.6rem;
  width: 8rem;
  font-size: 3.2rem;
  line-height: 1.15625;
  font-weight: 800;
  font-family: var(--roboto);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.reason__number::before {
  content: "Reason";
  font-size: 1.4rem;
  line-height: 1.1428571429;
  font-weight: 700;
  font-family: var(--roboto);
  color: var(--m-blue);
  display: block;
}
.reason__subtitle {
  font-size: 2.4rem;
  line-height: 1.5;
  color: var(--m-blue);
  font-weight: 700;
  letter-spacing: 0.05em;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.reason__text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6875;
  text-align: justify;
}
.reason__img {
  width: min(27.3rem, 32%);
  width: 100%;
}
@media screen and (max-width: 768px) {
  .reason {
    padding-block: 4.8rem 6.7rem;
    padding-inline: 1.6rem;
  }
  .reason .reason__title {
    font-size: 2.8rem;
    line-height: 1.4285714286;
  }
  .reason .reason__title img {
    width: 15.9rem;
  }
  .reason .reason__title--number {
    border-radius: 50%;
    aspect-ratio: 1/1;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 3.6rem;
    width: 5.4rem;
    font-size: 3.6rem;
  }
  .reason .reason__title--small {
    font-size: 2.4rem;
    line-height: 1.4166666667;
  }
  .reason .reason__list {
    margin-top: 2.8rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .reason__item {
    padding: 1.2rem;
  }
  .reason__item--first {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.2rem;
  }
  .reason__item--first picture {
    width: 100%;
  }
  .reason .reason__item--first .reason__text {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .reason__item-wrapper {
    max-width: 100%;
    display: contents;
  }
  .reason__number {
    width: 6rem;
    font-size: 2.4rem;
    line-height: 1.1666666667;
  }
  .reason__number::before {
    font-size: 1.2rem;
    line-height: 1.1666666667;
  }
  .reason__subtitle {
    font-size: 1.8rem;
    line-height: 1.5;
  }
  .reason__text {
    font-size: 1.5rem;
    line-height: 1.6666666667;
  }
  .reason__img {
    width: 27.3rem;
    margin-inline: auto;
    display: block;
  }
}

.testimonial {
  padding-block: 8rem;
  text-align: center;
}
.testimonial__title {
  color: var(--m-blue);
  letter-spacing: 0.05em;
}
.testimonial__title img {
  margin-right: 0.8rem;
  display: inline-block;
  width: 21.8rem;
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 218/53;
  vertical-align: bottom;
}
.testimonial__title--lg {
  color: var(--m-blue);
}
.testimonial__list {
  margin-top: 4.8rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-column-gap: 2.8rem;
     -moz-column-gap: 2.8rem;
          column-gap: 2.8rem;
  row-gap: 4.8rem;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}
.testimonial__list::after {
  position: absolute;
  content: "";
  background: url(../assets/images/pc/testimonial-img01.svg) no-repeat center center;
  background-size: contain;
  aspect-ratio: 253/183;
  width: 25.3rem;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.testimonial__item {
  width: calc(33.3% - 2.8rem);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: var(--white);
  border-radius: 2rem;
  padding: 2.4rem;
  gap: 1.2rem;
  position: relative;
}
.testimonial__item:nth-child(2) {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}
.testimonial__item:nth-child(4) {
  margin-left: 8.5rem;
}
.testimonial__item:nth-child(5) {
  margin-right: 8.5rem;
}
.testimonial__item::before {
  content: "";
  background: url(../assets/images/pc/icon-star.png) no-repeat center center;
  background-size: contain;
  aspect-ratio: 47/51;
  width: 4.6rem;
  position: absolute;
  top: -1.9rem;
  left: -1.1rem;
}
.testimonial__subtitle {
  font-size: 2rem;
  margin-bottom: 0.8rem;
  color: #0077cc;
  font-family: "Noto Sans JP", serif;
}
.testimonial__text {
  font-size: 1.5rem;
  line-height: 1.4666666667;
  text-align: left;
  font-family: "Noto Sans JP", serif;
}
@media screen and (max-width: 768px) {
  .testimonial {
    padding-inline: 1.6rem;
    padding-block: 8rem 24rem;
  }
  .testimonial__title {
    font-size: 1.8rem;
    line-height: 1.5;
  }
  .testimonial__title img {
    display: inline-block;
    width: 16rem;
  }
  .testimonial__title--lg {
    font-size: 2.4rem;
    line-height: 1.5;
    letter-spacing: 0.05em;
  }
  .testimonial__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.6rem;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    position: relative;
  }
  .testimonial__list::after {
    bottom: -22.8rem;
  }
  .testimonial__item {
    width: 100%;
    padding: 2.4rem 1.6rem;
  }
  .testimonial__item:nth-child(2) {
    -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
            align-self: flex-start;
  }
  .testimonial__item:nth-child(4) {
    margin-left: 0;
  }
  .testimonial__item:nth-child(5) {
    margin-right: 0;
  }
  .testimonial__subtitle {
    line-height: 1.5;
    margin-bottom: 0rem;
  }
}

.service {
  padding-block: 4rem 8rem;
  text-align: center;
}
.service .service__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.6rem;
  font-size: 3.2rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.service .service__midasi {
  font-size: 2.4rem;
  line-height: 1.5;
  padding: 0.8rem 2rem;
  width: 40.1rem;
}
.service .services__list {
  margin-top: 4rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.15rem;
}
.service .services__item {
  background-color: var(--white);
  border-radius: 1.6rem 1.6rem 0 0;
  padding: 1.6rem 2rem;
  border-bottom: 2px solid var(--m-skyblue);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.6rem;
}
.service .services__image {
  border-radius: 0.4rem;
  margin-inline: auto;
}
.service .services__title {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
  color: var(--m-skyblue);
}
.service .services__description {
  font-size: 1.5rem;
  line-height: 1.6;
  font-weight: 500;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .service {
    padding-block: 2rem 4rem;
    padding-inline: 4rem;
  }
  .service .service__title {
    font-size: 2.8rem;
    line-height: 1.5;
  }
  .service .service__midasi {
    font-size: 1.8rem;
    line-height: 1.5;
    padding: 0.8rem 1rem;
    width: 30rem;
  }
  .service .services__list {
    margin-top: 2rem;
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
  }
  .service .services__image {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .service .services__title {
    font-size: 1.8rem;
    line-height: 1.5;
  }
}

.flow {
  background: var(--white);
  padding-block: 8rem 7.5rem;
  text-align: center;
}
.flow .flow__title {
  line-height: 1.5;
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: var(--m-blue);
}
.flow .flow__title span {
  margin-top: 0.4rem;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.5;
  color: var(--m-blue);
}
.flow .flow__list {
  margin-top: 4.4rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.8rem;
}
.flow .flow__list .flow__item:last-child .flow__num::after {
  content: none;
}
.flow .flow__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
}
.flow .flow__num {
  border-radius: 50%;
  aspect-ratio: 1/1;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 3.6rem;
  width: 4rem;
  color: var(--m-blue);
  background: var(--b-yellow);
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1;
  border: 1px solid var(--m-blue);
  position: relative;
  z-index: 1;
}
.flow .flow__num::after {
  content: "";
  height: 2px;
  width: 24.7rem;
  background: var(--m-blue);
  position: absolute;
  top: 50%;
  right: -24.7rem;
  z-index: -1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.flow .flow__step-title {
  white-space: nowrap;
  margin-top: 0.4rem;
  font-size: 2rem;
  line-height: 1.45;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.flow .flow__image {
  margin-inline: auto;
}
.flow .flow__description {
  padding: 0.8rem 1.2rem;
  font-size: 1.5rem;
  line-height: 1.6666666667;
  font-weight: 500;
  text-align: left;
  background: var(--b-liteblue);
}
@media screen and (max-width: 768px) {
  .flow {
    padding-block: 4.8rem;
    padding-inline: 2.4rem;
  }
  .flow .flow__title span {
    font-size: 3.2rem;
    line-height: 1.5;
  }
  .flow .flow__list {
    margin-top: 3.2rem;
    grid-template-columns: repeat(1, 1fr);
    gap: 0rem;
    width: 100%;
  }
  .flow .flow__list .flow__item:last-child::before {
    content: none;
  }
  .flow .flow__item {
    margin-left: auto;
    width: 27.8rem;
    position: relative;
    padding-block: 0.5rem 2rem;
  }
  .flow .flow__item::before {
    position: absolute;
    background: var(--m-blue);
    content: "";
    height: 100%;
    width: 2px;
    top: 0;
    left: -4.2rem;
    z-index: 0;
  }
  .flow .flow__num {
    position: absolute;
    left: -6.2rem;
    top: 0;
  }
  .flow .flow__num::after {
    content: none;
  }
  .flow .flow__step-title {
    margin-top: 0rem;
    font-size: 2rem;
    line-height: 1.45;
  }
}

.recycle {
  padding-block: 8rem 4rem;
}
.recycle .recycle__title {
  font-size: 2.8rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .recycle .recycle__title {
    font-size: 2rem;
    line-height: 1.5;
  }
}
.recycle .recycle__title span {
  color: var(--m-skyblue);
}
.recycle .recycle__wrapper {
  margin-top: 5rem;
}
.recycle .recycle__wrapper img {
  width: 100%;
  max-width: 103.2rem;
  aspect-ratio: 901/512;
  margin-inline: auto;
  display: block;
}
@media screen and (max-width: 768px) {
  .recycle {
    padding-block: 4rem;
  }
  .recycle .recycle__wrapper {
    padding-inline: 1.6rem;
  }
  .recycle .recycle__wrapper img {
    max-width: 100%;
    aspect-ratio: 390/980;
  }
}

.sdgs {
  padding-bottom: 4rem;
}
.sdgs .sdgs__wrapper {
  background: var(--white);
  padding-block: 3.6rem;
}
.sdgs .sdgs__title {
  font-size: 2.8rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .sdgs .sdgs__title {
    font-size: 2rem;
    line-height: 1.5;
  }
}
.sdgs .sdgs__img-wrapper {
  margin-top: 2.6rem;
}
.sdgs .sdgs__img-wrapper img {
  width: 100%;
  display: block;
  margin-inline: auto;
}
.sdgs .sdgs__link {
  margin-top: 2.6rem;
  display: block;
  width: 33.1rem;
  margin-inline: auto;
  padding-block: 1rem;
  text-align: center;
  color: var(--white);
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.5;
  background: var(--m-skyblue);
  border-radius: 0.4rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.sdgs .sdgs__link:hover {
  background: var(--white);
  color: var(--m-skyblue);
  outline: 1px solid var(--m-skyblue);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .sdgs {
    padding-inline: 1.6rem;
  }
  .sdgs .sdgs__wrapper {
    padding-block: 2rem;
  }
  .sdgs .sdgs__link {
    width: 25rem;
    font-size: 1.8rem;
    line-height: 1.5;
  }
}

.value {
  padding-block: 8rem;
  padding-inline: 4rem;
}
.value__wrapper {
  background: var(--white);
  border-radius: 2rem;
  padding: 4rem 12.8rem 5.6rem;
  border: 2px solid var(--m-blue);
}
@media (width <= 1024px) {
  .value__wrapper {
    padding-inline: 6rem;
  }
}
.value .value__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  text-align: center;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(90%, transparent), color-stop(90%, var(--b-yellow)));
  background: -webkit-linear-gradient(transparent 90%, var(--b-yellow) 90%);
  background: linear-gradient(transparent 90%, var(--b-yellow) 90%);
  padding: 0 4px;
  letter-spacing: 0.05em;
}
.value__title--blue {
  color: var(--m-blue);
  font-weight: 700;
  font-size: 4.4rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.value .value-top {
  margin-top: 4.8rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4rem;
}
.value .value-top__title {
  font-size: 2.8rem;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: var(--m-blue);
}
@media screen and (max-width: 768px) {
  .value .value-top__title {
    font-size: 2rem;
    line-height: 1.5;
  }
}
.value .value-top__description {
  margin-top: 1.2rem;
  font-size: 1.8rem;
  line-height: 1.7222222222;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.value .value-top__content-left {
  width: 50rem;
}
.value .value-top__content-right {
  width: 32.2rem;
}
.value .value-top__content-right img {
  width: 100%;
}
.value__description-wrapper {
  width: 100%;
  position: relative;
  z-index: 1;
}
.value__description-wrapper:before {
  content: "";
  top: 50%;
  left: 0;
  width: 100%;
  height: 3px;
  background: var(--m-blue);
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
}
.value__description {
  margin-top: 4.8rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  color: var(--m-blue);
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: 700;
  padding-inline: 1.6rem;
  background: var(--white);
}
@media screen and (max-width: 768px) {
  .value__description {
    font-size: 1.8rem;
    line-height: 1.5;
  }
}
.value__list {
  margin-top: 1.6rem;
  gap: 1.8rem;
}
.value__item {
  -webkit-box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.1019607843);
          box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.1019607843);
  border-radius: 0.8rem;
}
.value__item img {
  border-radius: 0.8rem 0.8rem 0 0;
}
.value__text-wrapper {
  padding: 1.6rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.2rem;
}
.value__name {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 700;
}
.value__price {
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: 700;
  font-family: var(--roboto);
  color: var(--m-blue);
  text-align: right;
}
@media screen and (max-width: 768px) {
  .value__price {
    font-size: 1.8rem;
    line-height: 1.5;
  }
}
.value__price--small {
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 700;
  color: var(--m-blue);
  padding-right: 0.8rem;
  vertical-align: middle;
}
.value__price--smaller {
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 700;
  color: var(--m-blue);
}
.value-btm {
  margin-top: 4.8rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: var(--b-liteblue);
  border-radius: 1.6rem;
  padding: 2.2rem 3.6rem 0.1rem;
  gap: 4rem;
}
.value-btm__note {
  width: 46.1rem;
}
.value-btm__note-title {
  font-size: 2.8rem;
  line-height: 1.5;
  font-weight: 700;
  color: var(--m-blue);
}
@media screen and (max-width: 768px) {
  .value-btm__note-title {
    font-size: 2rem;
    line-height: 1.5;
  }
}
.value-btm__note-title span {
  color: var(--white);
  border-radius: 0.2rem;
  background: var(--m-blue);
  padding: 0.2rem 0.8rem;
  margin-right: 0.6rem;
}
.value-btm__note-title span:last-child {
  margin-right: 0.8rem;
}
.value-btm__note-description {
  margin-top: 2rem;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 500;
}
.value-btm__images {
  width: 35.1rem;
}
.value-btm__images img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .value {
    padding-block: 4.8rem;
    padding-inline: 1.6rem;
  }
  .value__wrapper {
    padding: 4rem 1.6rem;
  }
  .value .value__title {
    background: none;
    padding: 0;
  }
  .value__title--blue {
    font-size: 3.2rem;
    line-height: 1.5;
  }
  .value__title--line {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(85%, transparent), color-stop(85%, var(--b-yellow)));
    background: -webkit-linear-gradient(transparent 85%, var(--b-yellow) 85%);
    background: linear-gradient(transparent 85%, var(--b-yellow) 85%);
  }
  .value .value-top {
    margin-top: 2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .value .value-top__title {
    font-size: 2.4rem;
    line-height: 1.5;
    padding: 0;
  }
  .value .value-top__description {
    margin-top: 1.2rem;
    font-size: 1.5rem;
    line-height: 1.7333333333;
  }
  .value .value-top__content-left {
    width: 100%;
  }
  .value .value-top__content-right {
    width: 100%;
  }
  .value__description {
    margin-top: 2rem;
  }
  .value__list {
    margin-top: 1.6rem;
    overflow-x: scroll;
    gap: 1.2rem;
    padding-bottom: 2rem;
  }
  .value__item {
    width: 20.6rem;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }
  .value__price--small {
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .value-btm {
    margin-top: 0rem;
    padding: 3.2rem 1.6rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
  .value-btm__note {
    width: 100%;
  }
  .value-btm__images {
    width: 100%;
    position: relative;
  }
  .value-btm__images img {
    width: 100%;
  }
  .value-btm__images::before {
    content: "";
    position: absolute;
    top: 0;
    left: -2.2rem;
    width: 8.8rem;
    height: 4.7rem;
    background: url(../assets/images/sp/value-img07-02.svg) no-repeat center center;
    background-size: contain;
  }
  .value-btm__images::after {
    content: "";
    position: absolute;
    bottom: -5rem;
    right: -2rem;
    width: 8.5rem;
    height: 12.6rem;
    background: url(../assets/images/sp/value-img07-01.svg) no-repeat center center;
    background-size: cover;
  }
}

.area {
  padding-block: 6.4rem;
}
.area__wrapper {
  padding: 3.2rem;
  padding-bottom: 4.4rem;
  background: var(--white);
  border-radius: 1.2rem;
}
.area__title {
  font-size: 2.8rem;
  line-height: 1.5;
  color: var(--white);
  background: var(--m-skyblue);
  text-align: center;
  letter-spacing: 0.04em;
  padding-block: 1.2rem;
  border-radius: 0.8rem;
}
@media screen and (max-width: 768px) {
  .area__title {
    font-size: 2rem;
    line-height: 1.5;
  }
}
.area__list {
  margin-top: 3.6rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  row-gap: 2rem;
  -webkit-column-gap: 6.8rem;
     -moz-column-gap: 6.8rem;
          column-gap: 6.8rem;
  padding-inline: 3rem;
}
@media (width <= 1024px) {
  .area__list {
    -webkit-column-gap: 2.8rem;
       -moz-column-gap: 2.8rem;
            column-gap: 2.8rem;
  }
}
.area__item {
  width: 100%;
}
.area__link {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.2rem;
  border-bottom: 1px solid var(--m-skyblue);
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: var(--text);
}
@media screen and (max-width: 768px) {
  .area__link {
    font-size: 1.8rem;
    line-height: 1.5;
  }
}
.area__link::before {
  background: url(../assets/images/pc/check-icon.png) no-repeat center center;
  background-size: contain;
  content: "";
  aspect-ratio: 1/1;
  width: 2.8rem;
  display: inline-block;
}
.area__link:hover::before {
  scale: 1.01;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.area__note {
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: 700;
  color: var(--m-skyblue);
  text-align: center;
  letter-spacing: 0.05em;
  margin-top: 3.6rem;
}
@media screen and (max-width: 768px) {
  .area__note {
    font-size: 1.8rem;
    line-height: 1.5;
  }
}
@media screen and (max-width: 768px) {
  .area {
    padding-block: 4rem;
  }
  .area__wrapper {
    padding: 1.6rem;
    padding-bottom: 4rem;
  }
  .area__list {
    margin-top: 2rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
    padding-inline: 0rem;
  }
  .area__item {
    width: 100%;
  }
  .area__link {
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .area__link::before {
    background: url(../assets/images/pc/check-icon.png) no-repeat center center;
    background-size: contain;
    content: "";
    aspect-ratio: 1/1;
    width: 2.8rem;
    display: inline-block;
  }
  .area__note {
    font-size: 2.4rem;
    line-height: 1.5;
    font-weight: 700;
    color: var(--m-skyblue);
    text-align: center;
    letter-spacing: 0.05em;
    margin-top: 3.6rem;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .area__note {
    font-size: 1.8rem;
    line-height: 1.5;
  }
}

.rubbish {
  background: var(--white);
  padding-block: 6.4rem;
}
.rubbish__wrapper {
  padding: 4rem;
  background: var(--b-liteblue);
  border-radius: 2rem;
}
.rubbish__title {
  font-size: 2.8rem;
  line-height: 1.5;
  padding-block: 1rem;
  border-top: 2px solid var(--m-blue);
  border-bottom: 2px solid var(--m-blue);
}
@media screen and (max-width: 768px) {
  .rubbish__title {
    font-size: 2rem;
    line-height: 1.5;
  }
}
.rubbish__content {
  margin-top: 4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3.6rem;
}
.rubbish__text {
  width: 53.1rem;
}
.rubbish__subtitle {
  font-size: 2.4rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: var(--m-blue);
}
@media screen and (max-width: 768px) {
  .rubbish__subtitle {
    font-size: 1.8rem;
    line-height: 1.5;
  }
}
.rubbish__description {
  margin-top: 1.6rem;
  font-size: 1.6rem;
  line-height: 1.6875;
}
.rubbish__link {
  margin-top: 1.6rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: 1px solid var(--m-blue);
  font-size: 1.6rem;
  line-height: 1.5;
  color: var(--m-blue);
  letter-spacing: 0.05em;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-weight: 700;
}
.rubbish__link:hover {
  scale: 1.02;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.rubbish__image {
  width: 45.3rem;
  aspect-ratio: 453/389;
}
.rubbish__image img {
  width: 100%;
  border-radius: 1.2rem;
}
@media screen and (max-width: 768px) {
  .rubbish {
    padding-block: 4rem;
    padding-inline: 1.6rem;
  }
  .rubbish__wrapper {
    padding: 2.8rem 1.6rem;
  }
  .rubbish__content {
    margin-top: 2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
  .rubbish__text {
    width: 100%;
  }
  .rubbish__description {
    margin-top: 1.6rem;
    font-size: 1.5rem;
    line-height: 1.6666666667;
  }
  .rubbish__link {
    font-size: 1.5rem;
    line-height: 1.4666666667;
  }
  .rubbish__image {
    width: 100%;
  }
}

.company {
  background: var(--m-blue);
  padding-block: 8rem;
}
.company__wrapper {
  padding: 4rem 6.4rem 5.6rem;
  background: var(--white);
  border-radius: 2.4rem;
}
@media (width <= 1024px) {
  .company__wrapper {
    padding: 4rem;
  }
}
.company__title {
  padding-top: 3.2rem;
  text-align: center;
  line-height: 1.3888888889;
  letter-spacing: 0.05em;
  font-weight: 800;
  font-family: var(--m-plus);
  color: var(--m-blue);
  position: relative;
}
.company__title:before, .company__title:after {
  content: "";
  background: var(--b-yellow);
  width: 3.2rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  position: absolute;
}
.company__title:before {
  top: 0;
  left: 0;
}
.company__title:after {
  top: 0;
  right: 0;
}
.company__content {
  margin-top: 2.8rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 4rem;
}
.company__images-wrapper {
  position: relative;
  width: min(45.7rem, 50%);
}
.company__image {
  width: 100%;
  aspect-ratio: 457/422;
}
.company__image img {
  width: 100%;
}
.company__cta {
  position: absolute;
  bottom: 0rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: var(--b-liteblue);
  border: 2px solid var(--m-blue);
  padding-block: 2rem;
  padding-inline: 4rem;
  border-radius: 1.6rem;
}
@media (width <= 1024px) {
  .company__cta {
    padding-inline: 2rem;
    bottom: 1.5rem;
  }
}
.company__name {
  font-size: 1.8rem;
  line-height: 1.3888888889;
  font-weight: 700;
  letter-spacing: 0.04em;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  color: var(--gray);
}
.company__name-sub {
  color: var(--gray);
  vertical-align: middle;
  font-size: 1.4rem;
  line-height: 1.7857142857;
  letter-spacing: 0.02em;
  font-weight: 500;
  padding-inline: 0.8rem 0.2rem;
}
.company__button {
  width: 100%;
  margin-top: 1.6rem;
  border-radius: 2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
  padding-block: 1rem;
  padding-inline: 2rem;
  font-size: 1.8rem;
  line-height: 1.3888888889;
  font-weight: 500;
  background: var(--m-blue);
  color: var(--white);
}
.company__button::after {
  background: url(../assets/images/pc/circle-arrow-right.svg) no-repeat center center;
  background-size: contain;
  content: "";
  aspect-ratio: 1/1;
  width: 1.6rem;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.company__button:hover {
  color: var(--white);
}
.company__button:hover::after {
  -webkit-transform: translateX(4px);
          transform: translateX(4px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.company__text {
  width: 47.5rem;
}
.company__text p:not(:first-of-type) {
  margin-top: 1.6rem;
}
.company__text p:last-of-type {
  margin-bottom: 1.6rem;
}
.company__description {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.8125;
  letter-spacing: 0.05em;
}
.company__description--line {
  display: inline;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, var(--b-yellow)));
  background: -webkit-linear-gradient(transparent 70%, var(--b-yellow) 70%);
  background: linear-gradient(transparent 70%, var(--b-yellow) 70%);
  padding: 0 4px;
  font-weight: 700;
}
.company .company-btm__list {
  margin-top: 4rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem;
}
.company .company-btm__item {
  border-radius: 1.6rem;
  padding: 2rem;
  border: 2px solid var(--white);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
.company .company-btm__item::before {
  content: attr(data-number);
  position: absolute;
  top: 0.8rem;
  left: 2.8rem;
  border-radius: 50%;
  aspect-ratio: 1/1;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 3.6rem;
  width: 7.2rem;
  color: var(--m-blue);
  background: var(--b-yellow);
  border: 3px solid var(--m-blue);
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.company .company-btm__image {
  border-radius: 0.4rem;
  margin-inline: auto;
}
.company .company-btm__title {
  margin-top: 1.6rem;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
  color: var(--white);
  letter-spacing: 0.05em;
}
.company .company-btm__description {
  margin-top: 1.2rem;
  font-size: 1.5rem;
  line-height: 1.5333333333;
  font-weight: 500;
  text-align: left;
  color: var(--white);
}
@media screen and (max-width: 768px) {
  .company {
    padding-block: 4.8rem 8rem;
    padding-inline: 1.6rem;
  }
  .company__wrapper {
    padding: 2rem;
    background: var(--white);
  }
  .company__title {
    padding-top: 6rem;
    line-height: 1.4166666667;
  }
  .company__content {
    margin-top: 2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 6rem;
  }
  .company__images-wrapper {
    width: 100%;
    padding-inline: 0.5rem;
  }
  .company__cta {
    position: absolute;
    bottom: -4rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    padding-inline: 1.8rem;
  }
  .company__button {
    gap: 2rem;
    padding-block: 0.8rem;
    padding-inline: 2.9rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
    font-size: 1.8rem;
    line-height: 1.5;
  }
  .company__text {
    width: 100%;
  }
  .company__text p:not(:first-of-type) {
    margin-top: 0.8rem;
  }
  .company__text p:last-of-type {
    margin-bottom: 0.8rem;
  }
  .company__description--line {
    display: contents;
    padding: 0;
  }
  .company .company-btm {
    padding-inline: 0.5rem;
  }
  .company .company-btm__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 2.4rem;
  }
  .company .company-btm__image {
    width: 100%;
  }
}

.faq {
  background: var(--b-blue);
  padding-block: 8rem;
}
.faq .faq__accordion {
  margin-top: 4.8rem;
}
.faq .accordion_wrapper {
  width: 100%;
  background-color: var(--white);
  border: 2px solid var(--m-blue);
  cursor: pointer;
  position: relative;
  padding-inline: 3.2rem;
  padding-block: 2rem;
  border-radius: 1.6rem;
}
.faq .accordion_one:not(:first-of-type) {
  margin-top: 2rem;
}
.faq .accordion_header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.faq .accordion_header_inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.6rem;
}
.faq .accordion__font-qa {
  border-radius: 50%;
  aspect-ratio: 1/1;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 3.6rem;
  width: 3.2rem;
  font-size: 1.8rem;
  color: var(--m-blue);
  font-weight: 700;
  line-height: 1;
  border: 1px solid var(--m-blue);
}
.faq .accordion__title {
  font-size: 1.8rem;
  letter-spacing: 0.04em;
  line-height: 1.3888888889;
  font-weight: 700;
}
.faq .accordion__text {
  font-size: 1.6rem;
  padding-inline: 1.6rem 2.4rem;
  line-height: 1.8125;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.faq .one_i {
  width: 2.4rem;
  height: 2.4rem;
  position: relative;
}
.faq .one_i::before {
  content: "";
  position: absolute;
  top: 50%;
  width: 100%;
  height: 2px;
  background: var(--m-blue);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.faq .one_i::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 100%;
  height: 2px;
  rotate: 90deg;
  background: var(--m-blue);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.faq .active .one_i::after {
  rotate: 0deg;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.faq .accordion_inner {
  display: none;
  padding-top: 3.6rem;
}
.faq .box_one {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.faq .box_one .accordion__font-qa {
  background: var(--m-blue);
  color: var(--white);
}
.faq .active.accordion_inner {
  display: block;
}
@media screen and (max-width: 768px) {
  .faq {
    padding-inline: 1.6rem;
    padding-block: 4rem;
  }
  .faq .faq__accordion {
    margin-top: 2.4rem;
  }
  .faq .accordion_wrapper {
    padding-inline: 1.6rem;
    padding-block: 2rem;
  }
  .faq .accordion_one:not(:first-of-type) {
    margin-top: 2rem;
  }
  .faq .accordion_header_inner {
    gap: 1.2rem;
  }
  .faq .accordion__font-qa {
    width: 3.2rem;
    height: 3.2rem;
    min-width: 32px;
    font-size: 1.5rem;
  }
  .faq .accordion__title {
    font-size: 1.5rem;
    line-height: 1.6666666667;
    padding-right: 1.6rem;
  }
  .faq .accordion__text {
    font-size: 1.4rem;
    padding-inline: 1.2rem 3.6rem;
    line-height: 1.7857142857;
  }
  .faq .one_i {
    width: 2rem;
    height: 2rem;
    position: relative;
  }
  .faq .accordion_inner {
    padding-top: 1.8rem;
  }
}

.coupon {
  position: relative;
  z-index: 1;
  margin-top: 8rem;
  width: 100%;
}
.coupon__wrapper {
  background-image: url(../assets/images/pc/coupon-subtract.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 2.7rem 8.8rem 2.2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 36rem;
  width: 100%;
  border-radius: 0.8rem;
  overflow: hidden;
}
.coupon__title {
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: 700;
  padding-block: 0.8rem;
  text-align: center;
  width: 100%;
  background: var(--a-yellow);
  color: var(--m-blue);
  border-radius: 6.25em;
}
.coupon__body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 60.3rem;
  width: 100%;
  margin-inline: auto;
  margin-top: 0.7rem;
}
.coupon__subtitle {
  font-size: 2.4rem;
  line-height: 1.2083333333;
  white-space: nowrap;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: var(--a-yellow);
  padding-block: 0.8rem calc(0.8rem - 3px);
  border-bottom: 3px solid var(--a-yellow);
}
.coupon__main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 3.1rem;
  margin-top: 0.8rem;
}
.coupon__main-title {
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: var(--white);
  width: 13.6rem;
  height: 11.2rem;
  border-radius: 0.8rem;
  border: 3px solid var(--white);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--m-skyblue2);
}
.coupon__main-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.coupon__main-text--01 {
  width: 32.35rem;
}
.coupon__main-text--01 img {
  width: 100%;
}
.coupon__main-text--02 {
  font-size: 2.8rem;
  line-height: 1;
  font-weight: 900;
  font-family: var(--m-plus);
  letter-spacing: 0.05em;
  color: var(--white);
}
.coupon__text {
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 500;
  color: var(--m-blue);
  margin-top: 0.8rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  color: var(--white);
}
.coupon__text._pc {
  display: block;
}
.coupon__text._sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .coupon__text._pc {
    display: none;
  }
  .coupon__text._sp {
    display: block;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .coupon__wrapper {
    padding: 2.7rem 8rem;
  }
}
@media screen and (max-width: 768px) {
  .coupon {
    max-width: 32rem;
    width: 100%;
    margin-left: 3.3rem;
    margin-top: 4.8rem;
  }
  .coupon__wrapper {
    background-image: url(../assets/images/sp/coupon-subtract.webp);
    padding: 1.5rem 2.2rem 0.6rem;
    min-height: inherit;
  }
  .coupon__body {
    margin-top: 0.5rem;
  }
  .coupon__title {
    font-size: 1.8rem;
    line-height: 1.5;
    font-weight: 700;
    max-width: inherit;
    width: 100%;
    margin-inline: auto;
    padding-block: 0.4rem;
  }
  .coupon__subtitle {
    font-size: 1.6rem;
    line-height: 1.4375;
    white-space: wrap;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
    text-align: center;
    padding-top: 0.8rem;
    padding-bottom: calc(0.4rem - 2px);
    border-width: 2px;
  }
  .coupon__main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.4rem;
  }
  .coupon__main-title {
    font-size: 1.5rem;
    line-height: 1.2;
    letter-spacing: 0em;
    width: 14.4rem;
    height: 3.4rem;
    border: 2px solid var(--white);
    color: var(--white);
  }
  .coupon__main-title br {
    display: none;
  }
  .coupon__main-text--01 {
    width: 16.1rem;
    margin-inline: auto;
  }
  .coupon__main-text--02 {
    font-size: 2rem;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.05em;
    margin-top: -0.4rem;
  }
  .coupon__text {
    font-size: 1.3rem;
    line-height: 1.5;
    margin-top: 1.2rem;
    max-width: 28.9rem;
    margin-inline: auto;
    color: var(--text);
  }
}

.invoice {
  position: relative;
  z-index: 1;
}
.invoice__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.6rem;
  background: var(--white);
  border: 3px solid var(--m-blue);
  border-radius: 1.2rem;
  padding: calc(2rem - 3px) calc(8rem - 3px);
  margin-top: 4rem;
}
.invoice__icon {
  width: 6rem;
}
.invoice__body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8rem;
}
.invoice__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 0.4rem;
  font-size: 4rem;
  line-height: 1.45;
  font-weight: 700;
  color: var(--m-blue);
  letter-spacing: 0;
}
.invoice__title span {
  font-size: 2.8rem;
  color: var(--m-blue);
  line-height: 1.4642857143;
}
.invoice__text {
  font-size: 2rem;
  line-height: 1.45;
  font-weight: 500;
  color: var(--text);
}
@media screen and (max-width: 768px) {
  .invoice__wrapper {
    max-width: 32.4rem;
    width: 100%;
    margin-inline: auto;
    padding: calc(2rem - 3px) calc(3.65rem - 3px);
    gap: 0.8rem;
    margin-top: 2rem;
  }
  .invoice__icon {
    width: 3.9rem;
  }
  .invoice__body {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    gap: 0.4rem;
  }
  .invoice__title {
    font-size: 2.4rem;
    line-height: 1.4583333333;
  }
  .invoice__title span {
    font-size: 2rem;
    line-height: 1.45;
    white-space: nowrap;
  }
  .invoice__text {
    font-size: 1.6rem;
    line-height: 1.4375;
  }
}

.compensation {
  margin-block: 4rem 6.5rem;
}
.compensation__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
  width: 100%;
  aspect-ratio: 858/197;
  background-image: url(../assets/images/pc/compensation-bg.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 3.6rem;
  -webkit-box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.25);
}
.compensation__copy {
  width: 12.5rem;
  height: 12.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0.2rem;
  padding-top: 1.6rem;
  position: relative;
  z-index: 1;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.compensation__copy::before {
  content: "";
  display: block;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border-radius: 50%;
  border: 5px solid #E3C14F;
  background: -webkit-gradient(linear, left top, left bottom, from(#DDBF84), color-stop(41%, #FDF4CA), to(#D6A441));
  background: -webkit-linear-gradient(top, #DDBF84 0%, #FDF4CA 41%, #D6A441 100%);
  background: linear-gradient(180deg, #DDBF84 0%, #FDF4CA 41%, #D6A441 100%);
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.compensation__copy-text {
  width: 9.9rem;
}
.compensation__copy-text-img {
  width: 100%;
}
.compensation__copy-vector {
  width: 11.1rem;
}
.compensation__copy-vector-img {
  width: 100%;
}
.compensation__body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.2rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.compensation__title {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 0.4rem;
}
.compensation__title span {
  font-family: "Yumincho", "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "MS PMincho", "MS Mincho", serif;
  color: #FDF0C4;
  text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
}
.compensation__text {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6;
  color: #FDF0C4;
  text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 768px) {
  .compensation {
    margin-block: 2rem 3.5rem;
  }
  .compensation__wrapper {
    background-image: url(../assets/images/sp/compensation-bg.webp);
    max-width: 32.4rem;
    width: 100%;
    height: 37.5rem;
    margin-inline: auto;
    padding: 3.6rem 3rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.2rem;
  }
  .compensation__body {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
  .compensation__title {
    font-size: 2.4rem;
    line-height: 1.4583333333;
    letter-spacing: 0em;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  .compensation__text {
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 1.5;
    padding-block: 0.1rem;
  }
}

.campain {
  background: var(--m-blue);
  border-radius: 2.4rem;
  position: relative;
  -webkit-box-pack: left;
  -webkit-justify-content: left;
      -ms-flex-pack: left;
          justify-content: left;
}
.campain::before {
  content: "";
  background-image: url(../assets/images/pc/campain-bg05.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  bottom: 0;
  left: -1.2rem;
  width: 17.4rem;
  aspect-ratio: 174/184;
  height: auto;
}
@media (width <= 1024px) {
  .campain::before {
    width: 14.4rem;
  }
}
.campain::after {
  content: "";
  background-image: url(../assets/images/pc/campain-bg04.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  right: -0.6rem;
  width: 13.9rem;
  height: auto;
  aspect-ratio: 139/190;
  z-index: 1;
}
@media (width <= 1024px) {
  .campain::after {
    width: 11.1rem;
  }
}
.campain .campain__wrapper {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.campain .campain__wrapper::before {
  content: "";
  background-image: url(../assets/images/pc/campain-bg01.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  margin-top: 1.4rem;
  left: 0.6rem;
  width: 15.2rem;
  aspect-ratio: 152/143;
  height: auto;
}
.campain .campain__wrapper::after {
  content: "";
  background-image: url(../assets/images/pc/campain-bg03.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  bottom: 0;
  right: 0rem;
  width: min(28.7rem, 24%);
  height: auto;
  aspect-ratio: 287/288;
  z-index: 1;
}
@media (width <= 1024px) {
  .campain .campain__wrapper::after {
    right: -4rem;
  }
}
.campain .campain__content {
  padding-block: 4.8rem 8rem;
  max-width: 85rem;
  margin-inline: auto;
  gap: 4.8rem;
}
.campain .campain__details {
  width: 27.5rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.6rem;
  text-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.campain .campain__details p {
  color: var(--white);
  font-weight: 700;
}
.campain .campaign__name-img {
  width: 27rem;
}
.campain .campain__text {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid var(--white);
  border-radius: 0.8rem;
  font-size: 1.8rem;
  line-height: 1.7777777778;
  letter-spacing: 0.02em;
  padding: 0.8rem 2rem 0.8rem 1.6rem;
}
.campain .campain__text:before {
  content: "";
  display: inline-block;
  width: 1.6rem;
  height: 2.1rem;
  margin-right: 0.8rem;
  background-image: url(../assets/images/pc/campain-icon05.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.campain .campain__service {
  font-size: 2.4rem;
  line-height: 1.4166666667;
  letter-spacing: 0.04em;
}
.campain .campain__offer {
  width: 52.8rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-radius: 1.6rem;
  text-align: center;
  background: var(--white);
  padding-bottom: 2.4rem;
}
.campain .campain__offer p {
  font-weight: 700;
}
.campain .campain__web {
  text-align: center;
  background: var(--a-yellow);
  border-radius: 1.8rem 1.8rem 0 0;
  border-bottom: 3px solid var(--m-blue);
  padding-block: 1rem;
  color: var(--m-blue);
  font-size: 2.4rem;
  font-weight: 800;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.campain .campain__web span {
  font-weight: 800;
  display: inline-block;
  margin-right: 0.8rem;
}
.campain .campain__description {
  text-align: center;
  margin-top: 1.6rem;
  font-size: 2rem;
  line-height: 1.5;
}
.campain .campain__discount {
  margin-top: 1.6rem;
  gap: 0.8rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.campain .campain__discount img {
  width: 21.1rem;
}
.campain .campain__discount-text {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 700;
  color: var(--white);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.8rem 2rem;
  border-radius: 2rem 2rem 0 2rem;
  background: var(--m-blue);
}
.campain .campain__discount-price {
  font-size: 2.4rem;
  line-height: 1;
  font-weight: 700;
}
.campain .link-content {
  z-index: 1;
  position: absolute;
  margin-top: -4rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  margin-inline: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 2.4rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.campain .link-content__item {
  border-radius: 4rem;
  background: var(--white);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.campain .link-content__item--blue {
  border: 3px solid var(--m-blue);
}
.campain .link-content__item--blue .link-content__text {
  color: var(--m-blue);
}
.campain .link-content__item--blue .link-content__text span {
  color: var(--m-blue);
}
.campain .link-content__item--green {
  border: 3px solid #06c755;
}
.campain .link-content__item--green .link-content__text {
  color: #06c755;
}
.campain .link-content__item--green .link-content__text span {
  color: #06c755;
}
.campain .link-content__item--skyble {
  border: 3px solid var(--m-skyblue);
}
.campain .link-content__item--skyble .link-content__text {
  color: var(--m-skyblue);
}
.campain .link-content__item--skyble .link-content__text span {
  color: var(--m-skyblue);
}
.campain .link-content__item:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.1019607843);
          box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.1019607843);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.campain .link-content__link {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem 4rem 1rem 1.2rem;
  gap: 1.6rem;
}
.campain .link-content__link img {
  width: 5.4rem;
  aspect-ratio: 1/1;
}
.campain .link-content__text {
  text-align: center;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.campain .link-content__text span {
  font-size: 2.4rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.split-element {
  padding-block: 5.4rem 9rem;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, var(--b-blue)), color-stop(50%, var(--b-liteblue)));
  background: -webkit-linear-gradient(top, var(--b-blue) 50%, var(--b-liteblue) 50%);
  background: linear-gradient(to bottom, var(--b-blue) 50%, var(--b-liteblue) 50%);
}
@media screen and (max-width: 768px) {
  .split-element {
    padding-block: 2rem 5.9rem;
  }
}

@media screen and (max-width: 768px) {
  .campain {
    border-radius: 1.6rem;
    position: relative;
  }
  .campain::before {
    content: none;
  }
  .campain::after {
    content: none;
  }
  .campain .campain__wrapper::before {
    content: none;
  }
  .campain .campain__wrapper::after {
    content: none;
  }
  .campain .campain__content {
    padding-block: 2.8rem 15.3rem;
    padding-inline: 1.2rem;
    max-width: 100%;
    gap: 27.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .campain .campain__details {
    width: 100%;
  }
  .campain .campaign__name-img {
    width: 24rem;
  }
  .campain .campain__offer {
    width: 100%;
    padding-bottom: 1.6rem;
    position: relative;
    z-index: 1;
  }
  .campain .campain__offer::before {
    content: "";
    background-image: url(../assets/images/sp/campain-img01.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: -27rem;
    z-index: -1;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 26.8rem;
    aspect-ratio: 268/269;
  }
  .campain .campain__offer::after {
    content: "";
    background-image: url(../assets/images/sp/campain-img02.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: -25rem;
    z-index: -1;
    left: -2rem;
    width: 38.4rem;
    aspect-ratio: 374/232;
  }
  .campain .campain__web {
    text-align: center;
    background: var(--a-yellow);
    border-radius: 1.6rem 1.6rem 0 0;
    font-size: 2rem;
    line-height: 1.5;
  }
  .campain .campain__description {
    margin-top: 0.8rem;
    font-size: 1.5rem;
    line-height: 1.5333333333;
  }
  .campain .campain__discount {
    margin-top: 0.8rem;
    gap: 1.2rem;
  }
  .campain .campain__discount img {
    width: 13.9rem;
  }
  .campain .campain__discount-text {
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .campain .campain__discount-price {
    font-size: 1.6rem;
  }
  .campain .link-content {
    z-index: 1;
    position: absolute;
    margin-top: 0rem;
    bottom: -3rem;
    left: 0%;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    width: 100%;
    margin-inline: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 0.8rem;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .campain .link-content__item {
    border-radius: 4rem;
    background: var(--white);
  }
  .campain .link-content__item--blue {
    border: 2px solid var(--m-blue);
    max-width: 100%;
    width: 25.4rem;
  }
  .campain .link-content__item--blue .link-content__link {
    padding: 1rem 4rem 1rem 1.2rem;
  }
  .campain .link-content__item--blue img {
    width: 4.2rem;
  }
  .campain .link-content__item--green {
    border: 2px solid #06c755;
    max-width: 45%;
    width: 17.5rem;
  }
  .campain .link-content__item--green .link-content__text {
    font-size: 1.4rem;
    line-height: 1.5;
    letter-spacing: 0;
  }
  .campain .link-content__item--green .link-content__text span {
    font-size: 1.8rem;
    line-height: 1.5;
    letter-spacing: 0;
  }
  .campain .link-content__item--skyble {
    border: 2px solid var(--m-skyblue);
    max-width: 48%;
    width: 18.5rem;
  }
  .campain .link-content__item--skyble .link-content__text {
    font-size: 1.4rem;
    line-height: 1.5;
    letter-spacing: 0;
  }
  .campain .link-content__item--skyble .link-content__text span {
    font-size: 1.8rem;
    line-height: 1.5;
    letter-spacing: 0;
  }
  .campain .link-content__link {
    padding: 1rem 2rem 1rem 0.8rem;
    gap: 0.4rem;
  }
  .campain .link-content__link img {
    width: 4rem;
  }
  .campain .link-content__text span {
    font-size: 2rem;
    line-height: 1.5;
  }
}
.trouble {
  position: relative;
  width: 100%;
  background: var(--m-skyblue);
  padding: 4.8rem 4.8rem 13rem;
  border-radius: 12rem;
}
.trouble__head {
  position: relative;
  z-index: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.trouble__title {
  color: var(--white);
  text-align: center;
  line-height: 1.5;
}
.trouble__title .c-title--fsz44 {
  color: var(--s-blue);
  margin-inline: 0.4rem;
}
.trouble__body {
  position: relative;
  margin-top: 4rem;
  padding-inline: 0.8rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 4.4rem;
}
.trouble__list {
  width: calc(50% - 2.2rem);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.6rem;
}
.trouble__list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.trouble__list li::before {
  content: "";
  display: block;
  width: 3.6rem;
  height: 4rem;
  background-image: url(../assets/images/pc/trouble-check.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-right: 1.6rem;
}
.trouble__list li span {
  padding-block: 1rem;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  color: var(--white);
  letter-spacing: 0;
}
.trouble__fig {
  position: absolute;
}
.trouble__fig--01 {
  width: 7.2rem;
  top: 2.2rem;
  left: -26.9rem;
}
.trouble__fig--02 {
  width: 6.6rem;
  top: 0.4rem;
  left: -11.4rem;
}
.trouble__fig--03 {
  width: 7.2rem;
  top: 0rem;
  right: -11rem;
}
.trouble__fig--04 {
  width: 19.4rem;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.trouble__fig--05 {
  width: 12.6rem;
  bottom: -7.9rem;
  right: -8.9rem;
}
@media screen and (max-width: 768px) {
  .trouble {
    border-radius: 8rem;
    padding: 4.8rem 4.5rem 12.5rem;
  }
  .trouble__head {
    position: static;
  }
  .trouble__title {
    font-size: 2.8rem;
    line-height: 1.5;
  }
  .trouble__body {
    position: static;
    margin-top: 0.8rem;
    gap: 0;
    padding: 0;
  }
  .trouble__list {
    width: 100%;
    gap: 0;
  }
  .trouble__list li::before {
    width: 2.7rem;
    height: 2.9rem;
    margin-right: 1.2rem;
  }
  .trouble__list li span {
    padding-block: 0.75rem;
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .trouble__fig {
    position: absolute;
  }
  .trouble__fig img {
    width: 100%;
  }
  .trouble__fig--01 {
    width: 5rem;
    top: auto;
    bottom: 4rem;
    left: 3.2rem;
  }
  .trouble__fig--02 {
    width: 6.6rem;
    top: -1.2rem;
    left: 1.6rem;
  }
  .trouble__fig--03 {
    width: 7.2rem;
    top: -1.6rem;
    right: 0.8rem;
  }
  .trouble__fig--04 {
    width: 19.4rem;
    bottom: 0;
    left: 10.3rem;
    -webkit-transform: none;
            transform: none;
  }
  .trouble__fig--05 {
    width: 7.2rem;
    bottom: 3.3rem;
    right: 0.8rem;
  }
}

.leave {
  position: relative;
}
.leave__dot {
  width: 2.1rem;
  margin-inline: auto;
  margin-block: 2rem 4rem;
}
.leave__title {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.8rem;
}
.leave__title .img {
  position: absolute;
  top: -4.5rem;
  left: -5.7rem;
  width: 6.6rem;
}
.leave__title .aicolor {
  width: 28rem;
  aspect-ratio: 280/56;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.leave__body {
  padding-block: 3.2rem 7.6rem;
  width: 100%;
}
.leave__section01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 3.7rem;
}
.leave__section01-img {
  width: 35rem;
  aspect-ratio: 350/378;
  border-radius: 2rem;
  overflow: hidden;
}
.leave__section01-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.leave__section01-body {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
.leave__section01-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  width: 100%;
}
.leave__section01-item-img {
  width: 11.9rem;
  aspect-ratio: 119/106;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.leave__section01-item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.leave__section01-item-body {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.8rem;
}
.leave__section01-item-title {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: var(--m-skyblue);
}
.leave__section01-item-text {
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.leave__section02 {
  position: relative;
  margin-top: 8rem;
  background: var(--m-skyblue);
  padding: 8.5rem 4.8rem 4rem;
  border-radius: 1.6rem;
}
.leave__section02-title {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  color: var(--m-skyblue);
  background: var(--white);
  padding: 1rem 2rem;
  max-width: calc(76.4rem + 10px);
  width: 100%;
  margin-inline: auto;
  text-align: center;
  border-radius: 6.25em;
  border: 5px solid var(--m-skyblue);
  position: absolute;
  top: calc(-1.3rem - 5px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.leave__section02-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3.2rem;
}
.leave__section02-img {
  width: 25rem;
  aspect-ratio: 250/232;
  border-radius: 0.8rem;
  overflow: hidden;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.leave__section02-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.leave__section02-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.leave__section02-text p {
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: var(--white);
}
.leave__section02-text p + p {
  margin-top: 1.6rem;
}
@media screen and (max-width: 768px) {
  .leave {
    max-width: 35.8rem;
    width: 100%;
    margin-inline: auto;
  }
  .leave__dot {
    margin-block: 4rem;
    width: 1.2rem;
  }
  .leave__title .img {
    position: absolute;
    top: -6.1rem;
    left: -1.2rem;
    width: 6.6rem;
  }
  .leave__title .aicolor {
    width: 16rem;
    height: 3.2rem;
  }
  .leave__body {
    padding-block: 3.2rem 4rem;
  }
  .leave__section01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .leave__section01-img {
    width: 100%;
    aspect-ratio: 358/240;
  }
  .leave__section01-body {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
  }
  .leave__section01-item-title {
    font-size: 2rem;
  }
  .leave__section01-item-text {
    font-size: 1.4rem;
  }
  .leave__section02 {
    margin-top: 4rem;
    padding: 10rem 1.6rem 2rem;
    border-radius: 0.8rem;
  }
  .leave__section02-title {
    padding: 1rem 1.6rem;
    max-width: calc(32.6rem + 10px);
    border-radius: 2rem;
    font-size: 2rem;
    top: -5px;
  }
  .leave__section02-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .leave__section02-img {
    width: 100%;
    aspect-ratio: 326/200;
  }
  .leave__section02-text {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
  .leave__section02-text p {
    font-size: 1.6rem;
  }
}

.proud {
  position: relative;
  padding-block: 8rem 4rem;
  background-image: url(../assets/images/pc/proud-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
}
.proud__title {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
}
.proud__wrapper {
  padding-bottom: 4rem;
}
.proud__table {
  margin-top: 5.4rem;
  width: 86rem;
  margin-inline: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.proud__list {
  width: calc((100% - 25.4rem) / 3);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.proud__list .text {
  height: 7.3rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.04em;
}
.proud__list .text._bg {
  background: #F5F5F5;
}
.proud__list .text:nth-of-type(1) {
  height: 8.8rem;
}
.proud__list--attention {
  position: relative;
  z-index: 1;
  width: 25.4rem;
  background: var(--white);
  -webkit-box-shadow: 0px 4px 20px 0px rgba(47, 177, 199, 0.2);
          box-shadow: 0px 4px 20px 0px rgba(47, 177, 199, 0.2);
  border-radius: 0rem 0rem 0.75rem 0.75rem;
}
.proud__list--attention .text {
  font-size: 2.4rem;
  color: var(--m-skyblue);
}
.proud__list--attention .text._bg {
  background: var(--b-blue);
}
.proud__list--attention .text:nth-of-type(1) {
  position: relative;
  font-family: var(--m-plus);
  color: var(--m-blue);
  font-size: 3.2rem;
  letter-spacing: 0.05em;
}
.proud__list--attention .text:nth-of-type(1)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0.4rem;
  background: var(--m-skyblue);
}
.proud__list:first-of-type .text {
  border-radius: 1.2rem 0rem 0rem 1.2rem;
}
.proud__list:last-of-type .text {
  border-radius: 0rem 1.2rem 1.2rem 0rem;
}
@media screen and (max-width: 768px) {
  .proud {
    background-image: url(../assets/images/sp/proud-bg.webp);
    padding-block: 6.4rem 3.2rem;
  }
  .proud__wrapper {
    padding-left: 1.6rem;
    width: 100%;
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding-bottom: 3.2rem;
  }
  .proud__wrapper::-webkit-scrollbar {
    display: none;
  }
  .proud__title {
    font-size: 2.8rem;
  }
  .proud__table {
    width: 69.6rem;
    margin-top: 4rem;
    padding-right: 1.6rem;
  }
  .proud__list:nth-of-type(1) {
    width: 10rem;
  }
  .proud__list:nth-of-type(1) .text {
    font-size: 1.5rem;
  }
  .proud__list:nth-of-type(3) {
    width: 20rem;
  }
  .proud__list:nth-of-type(4) {
    width: 20.7rem;
  }
  .proud__list .text {
    height: 7.3rem;
  }
  .proud__list--attention {
    width: 17.3rem;
  }
  .proud__list--attention .text:nth-of-type(1) {
    font-size: 2.4rem;
  }
}

.price {
  padding-block: 8rem 8rem;
}
.price__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.4rem;
}
.price__title {
  font-size: 4rem;
}
.price__text {
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.price__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 2rem;
  margin-top: 4.8rem;
}
.price__item {
  width: calc(33.3333333333% - 1.3333333333rem);
  background: #fff;
  border-radius: 0.4rem;
  overflow: hidden;
  border-width: 2px;
  border-style: solid;
}
.price__item-head-title {
  width: 100%;
  height: 6.8rem;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.price__item-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.6rem;
  background: var(--white);
  padding-block: 0.8rem 1.6rem;
}
.price__item-img {
  width: 100%;
}
.price__item-text {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
}
.price__item-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.7rem;
  width: 100%;
  padding-inline: 1.6rem;
}
.price__item-info dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.8rem;
}
.price__item-info dl dt {
  border-width: 1px;
  border-style: solid;
  border-color: inherit;
  width: 6.4rem;
  height: 4.3rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4666666667;
  letter-spacing: 0em;
  border-radius: 0.4rem;
}
.price__item-info dl dd {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.4375;
  letter-spacing: 0.05em;
  text-align: center;
  color: var(--text);
}
.price__item-info dl dd._price {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  font-family: var(--roboto);
}
.price__item-info dl dd._price:after {
  content: "円(税込)〜";
  display: inline;
  font-size: 1.3rem;
  line-height: 1.4615384615;
  letter-spacing: 0em;
  font-family: inherit;
}
.price__item-col {
  display: contents;
}
@media screen and (min-width: 769px) {
  .price__item--wide {
    width: 100%;
  }
  .price__item--wide .price__item-img {
    width: 16.3rem;
  }
  .price__item--wide .price__item-text {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.2rem;
    text-align: left;
  }
  .price__item--wide .price__item-text ._fszL {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.05em;
  }
  .price__item--wide .price__item-text ._fszS {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0em;
  }
  .price__item-col {
    max-width: 68.2rem;
    width: calc(100% - 2rem);
    margin-inline: auto;
    gap: 5.4rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.price__item:nth-of-type(1) {
  background: var(--s-blue);
  color: var(--s-blue);
  border-color: var(--s-blue);
}
.price__item:nth-of-type(1) ._bg {
  color: var(--white);
  background: var(--s-blue);
  border-color: var(--s-blue);
}
.price__item:nth-of-type(1) ._price {
  color: var(--s-blue);
}
.price__item:nth-of-type(2) {
  background: var(--m-blue);
  color: var(--m-blue);
  border-color: var(--m-blue);
}
.price__item:nth-of-type(2) ._bg {
  background: var(--m-blue);
  color: var(--white);
  border-color: var(--m-blue);
}
.price__item:nth-of-type(2) ._price {
  color: var(--m-blue);
}
.price__item:nth-of-type(3) {
  background: var(--m-skyblue);
  color: var(--m-skyblue);
  border-color: var(--m-skyblue);
}
.price__item:nth-of-type(3) ._bg {
  background: var(--m-skyblue);
  color: var(--white);
  border-color: var(--m-skyblue);
}
.price__item:nth-of-type(3) ._price {
  color: var(--m-skyblue);
}
.price__item:nth-of-type(4) {
  background: #29AD9B;
  color: #29AD9B;
  border-color: #29AD9B;
}
.price__item:nth-of-type(4) ._bg {
  background: #29AD9B;
  color: var(--white);
  border-color: #29AD9B;
}
.price__item:nth-of-type(4) ._price {
  color: #29AD9B;
}
.price__care {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 4rem;
  padding: 1.6rem 1.8rem 1.6rem 2rem;
  gap: 2.8rem;
}
.price__care-icon {
  width: 4rem;
}
.price__care-icon img {
  width: 100%;
}
.price__care-body {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.price__care-text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.price__thing {
  margin-top: 4rem;
  border-radius: 62.5em;
  background: var(--white);
  border: 2px solid var(--m-blue);
  padding: 2rem 0rem 0rem;
}
.price__thing-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2.8rem;
  max-width: 70rem;
  width: 100%;
  margin-inline: auto;
}
.price__thing-person {
  width: 21.2rem;
}
.price__thing-person img {
  width: 100%;
}
.price__thing-body {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.8rem;
  padding-top: 0.4rem;
}
.price__thing-title {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: var(--m-blue);
}
.price__thing-text {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .price {
    padding-block: 5.5rem 4.8rem;
  }
  .price__title {
    font-size: 3.2rem;
  }
  .price__text {
    font-size: 1.6rem;
    max-width: 31.8rem;
    width: 100%;
    margin-inline: auto;
  }
  .price__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: calc(28rem + 4px);
    width: 100%;
    margin-inline: auto;
  }
  .price__item {
    width: 100%;
  }
  .price__item-img {
    width: 100%;
  }
  .price__item-img img {
    width: 100%;
  }
  .price__item-info dl {
    gap: 2.5rem;
  }
  .price__item:nth-of-type(4) .price__item-head-title {
    height: 10.4rem;
    text-align: center;
  }
  .price__item:nth-of-type(4) .price__item-body {
    padding-inline: 2rem;
    gap: 1.2rem;
  }
  .price__item:nth-of-type(4) .price__item-img {
    width: 16.3rem;
    margin-inline: auto;
  }
  .price__item:nth-of-type(4) .price__item-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.2rem;
    text-align: left;
  }
  .price__item:nth-of-type(4) .price__item-text ._fszL {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.05em;
  }
  .price__item:nth-of-type(4) .price__item-text ._fszS {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0;
  }
  .price__care {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 3.2rem;
    padding: 1.6rem 2rem;
    gap: 0.8rem;
  }
  .price__care-body {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
  .price__care-text {
    font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: 0.05em;
  }
  .price__thing {
    margin-top: 3.2rem;
    border-radius: 8rem;
    padding: 2.2rem 1.8rem;
    max-width: 35rem;
    width: 100%;
    margin-inline: auto;
  }
  .price__thing-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.6rem;
    max-width: inherit;
  }
  .price__thing-body {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
  .price__thing-title {
    text-align: center;
  }
}/*# sourceMappingURL=templates.css.map */