@charset "utf-8";

.invisible-style{
  display: none!important;
}

html {
  word-break: auto-phrase;
}

body{
  font-family: "IBM Plex Sans JP", sans-serif;
  color: #000000;
  font-size: clamp(0.875rem, 0.792rem + 0.17vw, 1rem);
  line-height: 1.7;
}

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

a {
  text-decoration: none;
  cursor: pointer;
  color: #000000;
}

a:hover {
  text-decoration: none;
  transition: all 0.5s;
}
.link-opacity:hover {
  opacity: 0.5;
}


img {
  max-width: 100%;
  display: block;
  width: 100%;
}

p,
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

u {
  text-decoration: none;
  display: inline-block;
}
strong {
  font-weight: unset;
  display: inline-block;
}


/* 共通パーツ */
.inner {
  max-width: 1920px;
  margin: 0 auto;
}

/* パンくずリスト */
.pg-breadcrumb {
       display: flex;
    column-gap: 0.5em;
    align-items: center;
}
.breadcrumb__text {
    font-size: clamp(0.75rem, 0.667rem + 0.17vw, 0.875rem);
    font-weight: 400;
    color: #000;
    line-height: 1;
}

/* pg-fv */
.pg-fv {
  padding-top: 94px;
  border-bottom: clamp(0.313rem, 0.229rem + 0.17vw, 0.438rem) solid #F9B1C5;
}
.pg-fv__inner {
  padding: 0 clamp(2.5rem, -7.833rem + 21.53vw, 18rem);
}
.pg-fv__container {
      padding-top: clamp(2rem, 0.667rem + 2.78vw, 4rem);
    padding-bottom: clamp(1.25rem, 0.417rem + 1.74vw, 2.5rem);
    display: flex;
    justify-content: space-between;
    align-items: end;
}
.pg-fv__left {
      display: flex;
    flex-direction: column;
    row-gap: clamp(0.188rem, -0.104rem + 0.61vw, 0.625rem);
}
.pg-fv__sub {
      font-size: 14px;
    font-weight: 400;
    position: relative;
}
.pg-fv__sub::before{
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background: #CCB25E;
    position: absolute;
    left: -18px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.pg-fv__main {
      font-size: clamp(1.5rem, 1.167rem + 0.69vw, 2rem);
    font-weight: 300;
}
@media (max-width: 767px) {
  .pg-fv {
    padding-top: 49px;
  }
  .pg-fv__container {
        flex-direction: column;
    row-gap: 24px;
    align-items: flex-start;
    padding-bottom: 10px;
  }
}

/* section__title */
.section-title__icon {
      width: clamp(1.188rem, 0.438rem + 1.56vw, 2.313rem);
    height: clamp(1.188rem, 0.438rem + 1.56vw, 2.313rem);
    background-color: #CCB25E;
}
.section-title__main {
      font-size: clamp(1.125rem, 0.875rem + 0.52vw, 1.5rem);
    font-weight: 300;
    padding-left: clamp(1.188rem, 0.104rem + 2.26vw, 2.813rem);
}

/* cta */
.cta {
  padding: 40px 0;
}
.cta__inner {
  padding: 0 clamp(1.25rem, -13.917rem + 31.6vw, 24rem);
}
.cta__container {
      background-color: #9CC0CE;
    height: 251px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.cta__title {
      font-size: clamp(1.25rem, 0.75rem + 1.04vw, 2rem);
    font-weight: 700;
    color: #fff;
}
.cta__text {
      margin-top: clamp(0.625rem, 0.042rem + 1.22vw, 1.5rem);
    text-align: center;
    font-weight: 500;
    color: #fff;
}
.cta-btn__wrap {
      margin-top: clamp(1.25rem, 0.75rem + 1.04vw, 2rem);
    display: flex;
    column-gap: clamp(1.25rem, 0.417rem + 1.74vw, 2.5rem);
}
.cta__btn {
      display: flex;
    column-gap: clamp(0.75rem, 0.583rem + 0.35vw, 1rem);
    background-color: #fff;
    width: clamp(15.938rem, 12.896rem + 6.34vw, 20.5rem);
    height: clamp(2.813rem, 2.271rem + 1.13vw, 3.625rem);
    align-items: center;
    justify-content: center;
    border: 2px solid #5F5F5F;
    border-radius: 31px;
}
.cta-btn__icon {
  width: clamp(1.25rem, 1rem + 0.52vw, 1.625rem);
}
.cta-btn__text {
      font-size: clamp(1.125rem, 0.875rem + 0.52vw, 1.5rem);
    line-height: 1;
    color: #5F5F5F;
}
@media (max-width: 767px) {
  .cta__container {
    height: 264px;
  }
  .cta-btn__wrap {
        flex-direction: column;
    row-gap: 30px;
  }
}

/* よくあるご質問　*/
.faq {
  margin-top: clamp(5rem, 3.333rem + 3.47vw, 7.5rem);
}
.fac__container {
      padding: 40px clamp(1.25rem, -9.917rem + 23.26vw, 18rem) 80px;
    background-color: #F8F8F8;
}
.accordion__items {
      margin-top: clamp(1.5rem, 3.13vw, 3.75rem);
    padding: 0 clamp(0rem, -4rem + 8.33vw, 6rem);
    display: flex;
    flex-direction: column;
    row-gap: 32px;
}
.f-accordion {
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid #9CC0CE;
}
.f-accordion-content {
  display: none;
  position: relative;
      padding-top: clamp(1.25rem, 0.75rem + 1.04vw, 2rem);
    border-top: 1px solid rgb(112, 112, 112);
    margin: 0px clamp(1.25rem, 0.417rem + 1.74vw, 2.5rem);
}
.f-accordion-header {
  padding: clamp(1.5rem, 1.071rem + 0.67vw, 1.875rem) 40px;
    transition: background .3s ease;
    cursor: pointer;
    position: relative;
}
.f-accordion-header::before {
        position: absolute;
    content: "Q";
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    font-size: clamp(0.625rem, 0.208rem + 0.87vw, 1.25rem);
    font-weight: 300;
    line-height: 1;
    left: clamp(1.25rem, 0.417rem + 1.74vw, 2.5rem);
    background-color: #9CC0CE;
    height: clamp(1.063rem, 0.354rem + 1.48vw, 2.125rem);
    width: clamp(1.063rem, 0.354rem + 1.48vw, 2.125rem);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.f-accordion-header__text{
  position: relative;
      padding-left: clamp(1.875rem, 0.625rem + 2.6vw, 3.75rem);
    font-size: clamp(0.875rem, 0.625rem + 0.52vw, 1.25rem);
    font-weight: 300;
    padding-right: clamp(1.875rem, 0.625rem + 2.6vw, 3.75rem);
}
.f-accordion-header__text::before,
.f-accordion-header__text::after {
        position: absolute;
    content: '';
    top: 1px;
    right: 0;
    bottom: 0;
    width: clamp(1.375rem, 0.875rem + 1.04vw, 2.125rem);
    height: clamp(0.25rem, 0.167rem + 0.17vw, 0.375rem);
    margin: auto;
    background: #9CC0CE;
}
.f-accordion-header__text::after {
  transform:rotate(-90deg);
  transition:transform 0.3s;
}
.f-accordion-header.active .f-accordion-header__text::after{
  transform:rotate(0deg);
}
.f-accordion-content p{
  position: relative;
      padding-left: clamp(1.875rem, 0.625rem + 2.6vw, 3.75rem);
    padding-right: clamp(1.875rem, 0.625rem + 2.6vw, 3.75rem);
    font-weight: 400;
  padding-bottom: clamp(1.25rem, 0.417rem + 1.74vw, 2.5rem);
}
@media (max-width: 767px) {
  .f-accordion-header__text {
    padding-left: 10px;
  }
  .f-accordion-content p {
        padding-left: 0;
    padding-right: 0;
  }
}

.btn1 {
  padding: 16px 40px;
  border:2px solid #5F5F5F;
      background: #fff;
    width: fit-content;
    border-radius: 31px;
}
.arrow_r_b {
      position: relative;
    display: inline-block;
    padding-left: 42px;
    color: #5F5F5F;
    font-size: clamp(1.125rem, 0.375rem + 0.94vw, 1.5rem);
    line-height: 1;
}
.arrow_r_b:before {
      content: '';
    width: clamp(1.313rem, 1.104rem + 0.43vw, 1.625rem);
    height: clamp(1.313rem, 1.104rem + 0.43vw, 1.625rem);
    background: transparent;
    border: 2px solid #5F5F5F;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}
.arrow_r_b:after {
      content: '';
    width: clamp(0.563rem, 0.479rem + 0.17vw, 0.688rem);
    height: clamp(0.563rem, 0.479rem + 0.17vw, 0.688rem);
    border: 0;
    border-top: solid 2px #5F5F5F;
    border-right: solid 2px #5F5F5F;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    left: 4px;
    bottom: 0;
    margin: auto;
}