@charset "UTF-8";
.section-1 *,
.section-2 *,
.section-3 *,
.section-4 *,
.section-5 * {
  font-feature-settings: "palt";
  font-size: 62.5%;
  font-family: "游ゴシック体", YuGothic, "Yu Gothic";
  letter-spacing: 0.1em;
  color: #4d4d4d;
  box-sizing: border-box;
}

body {
  overflow-x: hidden;
}

.l-container {
  max-width: 1100px;
  padding: 0 50px;
  width: 100%;
  height: 100%;
}

.c-heading-1 {
  display: flex;
  align-items: center;
  gap: 15px;
}
.c-heading-1 .c-heading-1__en {
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.2em;
}
.c-heading-1 span {
  font-size: 2.4rem;
}
.c-heading-1 .c-heading-1__ja {
  font-size: 1.8rem;
}

.section-1,
.section-2,
.section-3,
.section-4,
.section-5 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
}

main .section-1 {
  height: 392px;
  background-color: #fef3f5;
}
main .section-1 .l-container {
  display: flex;
  align-items: center;
}
main .section-1 .l-container .section-1__phone {
  height: 100%;
  width: 27%;
  margin-right: 40px;
}
main .section-1 .l-container .section-1__lines {
  width: 11.5%;
}
main .section-1 .l-container .section-1__text-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px;
  position: relative;
  left: -10px;
  top: -10px;
  padding-right: 30px;
  max-width: 36.5%;
}
main .section-1 .l-container .section-1__text-box span {
  font-size: 2.8rem;
  font-weight: bold;
}
main .section-1 .l-container .section-1__text-box img {
  width: 100%;
}
main .section-1 .l-container .section-1__round {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 20%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #fff;
  font-size: 2.4rem;
  flex-shrink: 0;
  line-height: 1.4;
  font-weight: bold;
}
main .section-2 {
  padding: 74px 0;
}
main .section-2 p {
  text-align: center;
  font-size: 20px;
  line-height: 2;
  font-weight: bold;
}
main .section-3 {
  padding-top: 74px;
  position: relative;
}
main .section-3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 260px;
  background-color: #f7f8f8;
  z-index: -2;
}
main .section-3::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 30vw;
  height: 15px;
  background-color: #fbdbe2;
  z-index: -1;
}
main .section-3 .section-3__block-1 {
  display: flex;
  justify-content: space-between;
  gap: 110px;
}
main .section-3 .section-3__block-1 .section-3__block-1__text-box {
  display: flex;
  flex-direction: column;
  gap: 170px;
}
main .section-3 .section-3__block-1 .section-3__block-1__text-box h3 {
  display: flex;
  flex-direction: column;
  gap: 35px;
}
main .section-3 .section-3__block-1 .section-3__block-1__text-box h3 img {
  width: 345px;
}
main .section-3 .section-3__block-1 .section-3__block-1__text-box h3 span {
  font-size: 2.4rem;
  font-weight: bold;
}
main .section-3 .section-3__block-1 .section-3__block-1__text-box > p {
  font-size: 2rem;
  line-height: 2;
}
main .section-3 .section-3__block-1 > img {
  width: 47%;
  height: 465px;
  -o-object-fit: cover;
     object-fit: cover;
}
main .section-3 .section-3__block-2 {
  padding-top: 104px;
}
main .section-3 .section-3__block-2 .section-3__block-2__box {
  display: flex;
  justify-content: space-between;
  padding-top: 30px;
}
main .section-3 .section-3__block-2 .section-3__block-2__box .section-3__block-2__item {
  width: 47%;
  height: 205px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 43px;
  background-color: #FEF3F5;
  border-radius: 7px;
}
main .section-3 .section-3__block-2 .section-3__block-2__box .section-3__block-2__item > p {
  font-size: 2.1rem;
  font-weight: bold;
  line-height: 1.5;
}
main .section-3 .section-3__block-2 .section-3__block-2__box .section-3__block-2__item > img {
  width: 32%;
}
main .section-3 .section-3__block-3 {
  padding-top: 63px;
}
main .section-3 .section-3__block-3 .section-3__block-3__box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 35px;
}
main .section-3 .section-3__block-3 .section-3__block-3__box .section-3__block-3__item {
  width: 31%;
  height: 205px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #FEF3F5;
  border-radius: 7px;
  gap: 20px;
}
main .section-3 .section-3__block-3 .section-3__block-3__box .section-3__block-3__item > p {
  font-size: 1.8rem;
  font-weight: bold;
}
main .section-4 {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 160px;
}
main .section-4 .section-4__heading {
  display: flex;
  flex-direction: column;
  align-items: center;
}
main .section-4 .section-4__heading img {
  max-width: 354px;
}
main .section-4 .section-4__heading > p {
  font-size: 2.4rem;
  font-weight: bold;
  padding: 30px 0 40px;
}
main .section-4 .section-4__heading > span {
  height: 11px;
  width: 74px;
  background-color: #B3B3B3;
}
main .section-4 .section-4__container {
  background-color: #F7F8F8;
  width: 100%;
  padding: 80px 0;
  margin-top: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
main .section-4 .section-4__container .l-container {
  padding: 0;
}
main .section-4 .section-4__container .l-container .section-4__tab-btn-wrap {
  display: flex;
  justify-content: space-evenly;
  align-items: flex-end;
}
main .section-4 .section-4__container .l-container .section-4__tab-btn-wrap .section-4__tab-btn {
  max-width: 38%;
  font-size: 2.6rem;
  padding: 16px;
  font-weight: bold;
  width: 100%;
  text-align: center;
  background-color: #808080;
  color: #fff;
  cursor: pointer;
  transition: 0.3s ease;
}
@media screen and (min-width: 1024px) {
  main .section-4 .section-4__container .l-container .section-4__tab-btn-wrap .section-4__tab-btn:hover {
    background-color: rgb(170, 170, 170);
  }
}
main .section-4 .section-4__container .l-container .section-4__tab-btn-wrap .section-4__tab-btn.is-active {
  background-color: #fff;
  color: #808080;
  cursor: auto;
}
main .section-4 .section-4__container .l-container .section-4__tab-panel {
  padding: 60px 80px;
  background-color: #fff;
  display: none;
}
main .section-4 .section-4__container .l-container .section-4__tab-panel.is-show {
  display: block;
}
main .section-4 .section-4__container .l-container .section-4__tab-panel .section-4__tab-panel__top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
}
main .section-4 .section-4__container .l-container .section-4__tab-panel .section-4__tab-panel__top .section-4__tab-panel__top__item {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 260px;
}
main .section-4 .section-4__container .l-container .section-4__tab-panel .section-4__tab-panel__top .section-4__tab-panel__top__item .section-4__tab-panel__top__item__number {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
main .section-4 .section-4__container .l-container .section-4__tab-panel .section-4__tab-panel__top .section-4__tab-panel__top__item .section-4__tab-panel__top__item__number::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #4D4D4D;
  position: absolute;
  top: 59%;
  left: 50%;
  z-index: 1;
  translate: -50% -50%;
}
main .section-4 .section-4__container .l-container .section-4__tab-panel .section-4__tab-panel__top .section-4__tab-panel__top__item .section-4__tab-panel__top__item__number p {
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.2em;
  background-color: #fff;
  padding: 0 20px;
  position: relative;
  z-index: 2;
}
main .section-4 .section-4__container .l-container .section-4__tab-panel .section-4__tab-panel__top .section-4__tab-panel__top__item .section-4__tab-panel__top__item__number p > span {
  font-size: 3rem;
}
main .section-4 .section-4__container .l-container .section-4__tab-panel .section-4__tab-panel__top .section-4__tab-panel__top__item > img {
  padding-top: 30px;
  width: 104%;
  max-width: none;
}
main .section-4 .section-4__container .l-container .section-4__tab-panel .section-4__tab-panel__top .section-4__tab-panel__top__item .section-4__tab-panel__top__item__heading {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0;
  padding-top: 30px;
}
main .section-4 .section-4__container .l-container .section-4__tab-panel .section-4__tab-panel__top .section-4__tab-panel__top__item > p {
  font-size: 1.6rem;
  letter-spacing: 0;
  padding-top: 20px;
  line-height: 1.8;
  width: 100%;
}
main .section-4 .section-4__container .l-container .section-4__tab-panel .section-4__tab-panel__top .section-4__tab-panel__top__item > p > span {
  font-size: 1.3rem;
  padding-top: 10px;
  display: block;
}
main .section-4 .section-4__container .l-container .section-4__tab-panel .section-4__tab-panel__bottom {
  padding: 50px 60px;
  background-color: #F4F4F4;
  margin-top: 50px;
}
main .section-4 .section-4__container .l-container .section-4__tab-panel .section-4__tab-panel__bottom .section-4__tab-panel__bottom__heading {
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
}
main .section-4 .section-4__container .l-container .section-4__tab-panel .section-4__tab-panel__bottom ul {
  padding-top: 30px;
}
main .section-4 .section-4__container .l-container .section-4__tab-panel .section-4__tab-panel__bottom ul li {
  font-size: 1.5rem;
  line-height: 1.7;
}
main .section-5 {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 90px 0 100px;
}
main .section-5 .section-5__heading {
  display: flex;
  flex-direction: column;
  align-items: center;
}
main .section-5 .section-5__heading img {
  max-width: 125px;
}
main .section-5 .section-5__heading > p {
  font-size: 2.4rem;
  font-weight: bold;
  padding: 30px 0 40px;
}
main .section-5 .section-5__heading > span {
  height: 11px;
  width: 74px;
  background-color: #B3B3B3;
}
main .section-5 .section-5__container {
  background-color: #F7F8F8;
  width: 100%;
  padding: 50px 0 100px;
  margin-top: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
main .section-5 .section-5__container .l-container details {
  margin-top: 25px;
}
main .section-5 .section-5__container .l-container details summary {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: solid 1px #4D4D4D;
  padding: 25px 30px 25px 10px;
}
main .section-5 .section-5__container .l-container details summary .section-5__q {
  display: flex;
  align-items: center;
  gap: 35px;
}
main .section-5 .section-5__container .l-container details summary .section-5__q > p {
  font-size: 2.7rem;
  font-weight: bold;
}
main .section-5 .section-5__container .l-container details summary > span {
  width: 40px;
  height: 3px;
  background-color: #f3869d;
  position: relative;
}
main .section-5 .section-5__container .l-container details summary > span::before {
  content: "";
  width: 3px;
  height: 40px;
  background-color: #f3869d;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  transition: 0.3s ease;
}
main .section-5 .section-5__container .l-container details .section-5__a {
  overflow: hidden;
}
main .section-5 .section-5__container .l-container details .section-5__a p {
  font-size: 2.1rem;
  padding: 40px 70px;
  line-height: 1.8;
  background-color: #fff;
}
main .section-5 .section-5__container .l-container details.is-opened summary > span::before {
  rotate: 90deg;
}/*# sourceMappingURL=style.css.map */