@charset "UTF-8";
body {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
}

@media (prefers-reduced-motion: no-preference) {
  html:focus-within {
    scroll-behavior: smooth; /* ここが本題 */
  }
}
a {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

@media (max-width: 767px) {
  .is-pc {
    display: none;
  }
}

@media (min-width: 641px) {
  .is-sp {
    display: none;
  }
}

.mv {
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 2720/1154;
  background-image: url(../img/mv.jpg);
  background-size: contain;
  position: relative;
}
@media (max-width: 767px) {
  .mv {
    padding-top: 5vw;
    justify-content: flex-end;
    flex-direction: column-reverse;
    gap: 20px;
    aspect-ratio: 750/777;
    background-image: url(../img/mv-sp.jpg);
  }
}
.mv__text {
  width: 11.2417340191vw;
}
@media (max-width: 767px) {
  .mv__text {
    width: 44.1333333333vw;
  }
}
.mv__logo {
  width: 296px;
  position: absolute;
  top: 50px;
  left: 50px;
}
@media (max-width: 767px) {
  .mv__logo {
    width: 256px;
    position: static;
  }
}

.intro {
  text-align: center;
  background-color: #f5eed7;
  background-image: url(../img/intro_bg.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  padding-block: 30px 52px;
}
@media (max-width: 767px) {
  .intro {
    padding-block: 35px;
    background-image: url(../img/intro_bg-sp.png);
    background-size: cover;
  }
}
.intro-wrapper {
  width: min(820px, 100%);
  margin-inline: auto;
  position: relative;
}
.intro__title {
  font-size: 30px;
  font-weight: bold;
  font-family: "Zen Kaku Gothic New";
  letter-spacing: 0.05em;
  line-height: 1.7666666667;
  text-decoration: underline;
  text-decoration-color: #fff;
  text-decoration-thickness: 3px;
  text-underline-offset: 10px;
}
@media (max-width: 767px) {
  .intro__title {
    font-size: 17px;
    text-underline-offset: 5px;
  }
}
.intro__subtitle {
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  font-family: "Zen Kaku Gothic New";
  background-color: #fff;
  padding: 5px 20px;
  margin-top: 39px;
}
@media (max-width: 767px) {
  .intro__subtitle {
    font-size: 13px;
    margin-top: 20px;
  }
}
.intro__text {
  font-size: 18px;
  letter-spacing: 0.075em;
  line-height: 2.0555555556;
  margin-top: 26px;
}
@media (max-width: 767px) {
  .intro__text {
    font-size: 12px;
    margin-top: 15px;
  }
}
.intro__button {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 136px;
  aspect-ratio: 1;
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  font-family: "Zen Kaku Gothic New";
  line-height: 1.4117647059;
  letter-spacing: 0.05em;
  background-color: #5ccee1;
  border-radius: 50%;
  position: fixed;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  z-index: 1;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .intro__button {
    display: block;
    width: 100%;
    aspect-ratio: unset;
    border-radius: unset;
    font-size: 20px;
    padding: 15px 10px;
    top: unset;
    bottom: 0;
    right: 0;
    transform: unset;
  }
  .intro__button br {
    display: none;
  }
}
.intro__button span {
  position: relative;
}
.intro__button::after {
  content: "＞";
  position: relative;
}
@media (max-width: 767px) {
  .intro__button::after {
    margin-left: 1em;
    font-size: 16px;
  }
}
.intro__button::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  transition: 0.1s;
}
.intro__button:hover::before {
  width: 100%;
  height: 100%;
}
.intro__button:hover span, .intro__button:hover::after {
  color: #5ccee1;
}

.nav {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #019ea7;
  padding-block: 18px;
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1;
}
@media (max-width: 767px) {
  .nav {
    padding-block: 10px;
  }
}
.nav-item {
  color: #fff;
  font-size: 18px;
  letter-spacing: 0.075em;
  padding-inline: 40px;
}
@media (max-width: 767px) {
  .nav-item {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex: 1;
    font-size: 13px;
    padding-inline: 10px;
  }
}
.nav-item img {
  margin-right: 10px;
}
.nav-item:first-of-type img {
  width: 38px;
}
.nav-item:nth-of-type(2) img {
  width: 20px;
}
.nav-item:nth-of-type(3) img {
  width: 32px;
}
.nav-item:not(:last-of-type) {
  border-right: 1px solid #fff;
}
.plan {
  padding-block: 49px 153px;
}
@media (max-width: 767px) {
  .plan {
    padding-block: 30px 50px;
    padding-inline: 20px;
  }
}
.plan__titlebig {
  font-size: 38px;
  letter-spacing: 0.075em;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 767px) {
  .plan__titlebig {
    font-size: 25px;
  }
}
.plan__text {
  font-size: 18px;
  text-align: center;
  letter-spacing: 0.075em;
  line-height: 2.0555555556;
  padding-top: 33px;
}
@media (max-width: 767px) {
  .plan__text {
    font-size: 12px;
    line-height: 1.8333333333;
    padding-top: 25px;
  }
}
.plan-type-title {
  margin-top: 55px;
  text-align: center;
}
@media (max-width: 767px) {
  .plan-type-title {
    margin-top: 40px;
  }
}
.plan-type-title__text {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.075em;
  text-decoration: underline;
  text-underline-offset: 1.4em;
  margin-top: 16px;
}
.plan-type-icons {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 40px;
  padding-top: 40px;
}
@media (max-width: 767px) {
  .plan-type-icons {
    width: 240px;
    flex-wrap: wrap;
    gap: 20px;
    margin-inline: auto;
  }
}
.plan-type-icons__item {
  font-size: 15px;
  text-align: center;
  letter-spacing: 0.075em;
  list-style: none;
}
@media (max-width: 767px) {
  .plan-type-icons__item {
    width: 105px;
    font-size: 10px;
  }
}
.plan-type-icons__item img {
  margin-bottom: 10px;
}
.plan-type {
  padding-top: 85px;
}
.plan-type:last-of-type {
  padding-bottom: 50px;
}
@media (max-width: 767px) {
  .plan-type:last-of-type {
    padding-bottom: 20px;
  }
}
.plan__title {
  padding: 10px 0;
  width: min(380px, 100%);
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.075em;
  margin-inline: auto;
  padding: 16px 15px;
  position: relative;
}
@media (max-width: 767px) {
  .plan__title {
    width: min(266px, 100%);
    font-size: 15px;
    padding: 10px 15px;
  }
}
.plan__title::before, .plan__title::after {
  content: "";
  display: block;
  width: 34px;
  aspect-ratio: 1;
  position: absolute;
}
@media (max-width: 767px) {
  .plan__title::before, .plan__title::after {
    width: 23px;
  }
}
.plan__title::before {
  border-top: 3px solid #efaa4e;
  border-left: 3px solid #efaa4e;
  top: 0;
  left: 0;
}
@media (max-width: 767px) {
  .plan__title::before {
    border-top-width: 2px;
    border-left-width: 2px;
  }
}
.plan__title::after {
  border-right: 3px solid #efaa4e;
  border-bottom: 3px solid #efaa4e;
  bottom: 0;
  right: 0;
}
@media (max-width: 767px) {
  .plan__title::after {
    border-right-width: 2px;
    border-bottom-width: 2px;
  }
}
.plan-caption {
  width: min(720px, 100%);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 19px;
  margin-top: 25px;
  margin-inline: auto;
  padding-top: 30px;
  /*    padding-inline: 43px;*/
  border-top: 1px solid #e0e0e0;
}
@media (max-width: 767px) {
  .plan-caption {
    flex-direction: column;
  }
}
.plan-caption__label {
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.05em;
  border: 1px solid #efaa4e;
  padding: 5px 15px;
}
@media (max-width: 767px) {
  .plan-caption__label {
    font-size: 12px;
  }
}
.plan-caption__text {
  font-size: 14px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .plan-caption__text {
    font-size: 13px;
  }
}
.plan-household {
  width: min(700px, 100%);
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  padding-top: 20px;
  padding-inline: 43px;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .plan-household {
    justify-content: center;
    font-size: 13px;
  }
}
.plan-household-color {
  display: block;
  width: 56px;
  height: 19px;
}
@media (max-width: 767px) {
  .plan-household-color {
    width: 50px;
    height: 16px;
  }
}
.plan-household-color.--parent {
  background-color: #f8e9e9;
}
.plan-household-color.--child {
  background-color: #e8f0eb;
}
.plan-image {
  max-width: 100%;
  display: flex;
  width: -moz-max-content;
  width: max-content;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  gap: 30px;
  margin-top: 40px;
  text-align: center;
  margin-inline: auto;
  position: relative;
}
@media (max-width: 767px) {
  .plan-image {
    width: -moz-max-content;
    width: max-content;
    justify-content: flex-start;
    flex-direction: column;
    margin-top: 30px;
    margin-inline: auto;
  }
}
.plan-image-item {
  position: relative;
}
@media (max-width: 767px) {
  .plan-image__img--hiraya {
    width: 320px;
  }
  .plan-image__img--2f01 {
    width: 320px;
  }
  .plan-image__img--2f02 {
    width: 262px;
  }
  .plan-image__img--3f01 {
    width: 278px;
  }
  .plan-image__img--3f02 {
    width: 192px;
  }
  .plan-image__img--3f03 {
    width: 192px;
  }
}
.plan-image__place {
  position: absolute;
  cursor: pointer;
  animation: zoom 2s ease-in-out infinite;
}
.plan-image__place.--1a {
  top: 156px;
  left: 147px;
}
@media (max-width: 767px) {
  .plan-image__place.--1a {
    width: 52px;
    top: 96px;
    left: 89px;
  }
}
.plan-image__place.--1b {
  bottom: 118px;
  left: 147px;
}
@media (max-width: 767px) {
  .plan-image__place.--1b {
    width: 63px;
    bottom: 96px;
    left: 89px;
  }
}
.plan-image__place.--1c {
  right: 172px;
  bottom: 85px;
}
@media (max-width: 767px) {
  .plan-image__place.--1c {
    width: 91px;
    right: 80px;
    bottom: 76px;
  }
}
.plan-image__place.--2a {
  top: 184px;
  left: 33px;
}
@media (max-width: 767px) {
  .plan-image__place.--2a {
    width: 45px;
    top: 129px;
    left: 22px;
  }
}
.plan-image__place.--2b {
  top: 148px;
  left: 189px;
}
@media (max-width: 767px) {
  .plan-image__place.--2b {
    width: 40px;
    top: 107px;
    left: 138px;
  }
}
.plan-image__place.--2c {
  left: 33px;
  bottom: 55px;
}
@media (max-width: 767px) {
  .plan-image__place.--2c {
    width: 82px;
    left: 22px;
    bottom: unset;
    top: 211px;
  }
}
.plan-image__place.--3a {
  top: 225px;
  left: 151px;
}
@media (max-width: 767px) {
  .plan-image__place.--3a {
    width: 63px;
    top: 229px;
    left: 154px;
  }
}
.plan-image__place.--3b {
  right: 2px;
  bottom: 2px;
}
@media (max-width: 767px) {
  .plan-image__place.--3b {
    width: 91px;
    right: 5px;
    bottom: 4px;
  }
}
.plan-image__place.--3c {
  bottom: 9px;
  right: 5px;
}
@media (max-width: 767px) {
  .plan-image__place.--3c {
    width: 91px;
    right: 5px;
    bottom: 2px;
  }
}
.plan-request-button {
  display: block;
  color: #000;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  border: 1px solid #000;
  border-radius: 100vw;
  padding-block: 10px;
  padding-inline: 45px 70px;
  margin: 50px auto 0;
  background-image: url(../img/arrow.png);
  background-size: 33px auto;
  background-position: calc(100% - 20px) center;
  transition: background-position 0.3s;
}
@media (max-width: 767px) {
  .plan-request-button {
    font-size: 13px;
    text-align: center;
    background-size: 25px auto;
    margin-top: 30px;
  }
}
.plan-request-button:hover {
  background-position: calc(100% - 15px) center;
}

@keyframes zoom {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.08);
    opacity: 0.7;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.plan-modal {
  width: 100%;
  height: 100%;
  display: flex;
  display: none;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
}
.plan-modal-close {
  width: 33px;
  aspect-ratio: 1;
  position: absolute;
  top: 40px;
  right: 20px;
}
@media (max-width: 767px) {
  .plan-modal-close {
    width: 20px;
    top: 30px;
    right: 15px;
  }
}
.plan-modal-close::before, .plan-modal-close::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #000;
  position: absolute;
  top: 0;
  right: 0;
}
.plan-modal-close::before {
  rotate: 45deg;
}
.plan-modal-close::after {
  rotate: -45deg;
}
.plan-modal-inner {
  width: min(820px, 100%);
  max-height: calc(100vh - 50px);
  background-color: #fff;
  padding: 50px;
  position: relative;
  overflow: auto;
}
@media (max-width: 767px) {
  .plan-modal-inner {
    width: 90%;
    padding: 50px 20px;
    overflow: hidden;
  }
}
.plan-modal-item {
  width: min(490px, 100%);
  margin-inline: auto;
}
@media (max-width: 767px) {
  .plan-modal-item {
    width: 275px;
  }
}
.plan-modal-item__title {
  padding: 10px 0;
  max-width: -moz-max-content;
  max-width: max-content;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  font-family: "Zen Kaku Gothic New";
  letter-spacing: 0.075em;
  margin-inline: auto;
  padding: 10px 20px;
  position: relative;
}
@media (max-width: 767px) {
  .plan-modal-item__title {
    font-size: 13px;
    padding: 5px 15px;
  }
}
.plan-modal-item__title::before, .plan-modal-item__title::after {
  content: "";
  display: block;
  width: 20px;
  aspect-ratio: 1;
  position: absolute;
}
@media (max-width: 767px) {
  .plan-modal-item__title::before, .plan-modal-item__title::after {
    width: 13px;
  }
}
.plan-modal-item__title::before {
  border-top: 3px solid #efaa4e;
  border-left: 3px solid #efaa4e;
  top: 0;
  left: 0;
}
@media (max-width: 767px) {
  .plan-modal-item__title::before {
    border-top-width: 2px;
    border-left-width: 2px;
  }
}
.plan-modal-item__title::after {
  border-right: 3px solid #efaa4e;
  border-bottom: 3px solid #efaa4e;
  bottom: 0;
  right: 0;
}
@media (max-width: 767px) {
  .plan-modal-item__title::after {
    border-right-width: 2px;
    border-bottom-width: 2px;
  }
}
.plan-modal-item__image {
  text-align: center;
  margin-top: 50px;
}
@media (max-width: 767px) {
  .plan-modal-item__image {
    margin-top: 20px;
  }
}
.plan-modal-item__place {
  font-family: "Zen Kaku Gothic New";
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .plan-modal-item__place {
    font-size: 13px;
    text-align: center;
  }
}
.plan-modal-item__label {
  display: inline-block;
  width: 25px;
  aspect-ratio: 1;
  color: #fff;
  font-size: 20px;
  font-family: "Zen Kaku Gothic New";
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 23px;
  margin-top: 20px;
  margin-right: 0.5em;
}
@media (max-width: 767px) {
  .plan-modal-item__label {
    display: block;
    margin-inline: auto;
    width: 17px;
    font-size: 13px;
    margin-bottom: 10px;
    line-height: 1;
  }
}
.plan-modal-item__label.--a {
  background-color: #f18da1;
}
.plan-modal-item__label.--b {
  background-color: #71beef;
}
.plan-modal-item__label.--c {
  background-color: #6659cb;
}
.plan-modal-item__label.--d {
  background-color: #9bc900;
}
.plan-modal-item__text {
  font-size: 14px;
  line-height: 1.7857142857;
  font-weight: 400;
  padding-top: 20px;
}
@media (max-width: 767px) {
  .plan-modal-item__text {
    font-size: 12px;
    padding-top: 10px;
  }
}
.plan-modal-item__text small {
  display: block;
  font-size: 12px;
  line-height: 1.3333333333;
  padding-top: 1em;
}

.performance {
  background-color: #f4d27f;
  padding-block: 100px 125px;
  counter-reset: number 0;
}
@media (max-width: 767px) {
  .performance {
    padding-block: 50px;
  }
}
.performance__title {
  font-size: 23px;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: center;
}
@media (max-width: 767px) {
  .performance__title {
    font-size: 13px;
  }
}
.performance__title span {
  display: inline-block;
  font-size: 30px;
  letter-spacing: 0.05em;
  border-bottom: 3px solid #fff;
  padding-bottom: 0.3em;
}
@media (max-width: 767px) {
  .performance__title span {
    font-size: 17px;
  }
}
.performance__text {
  text-align: center;
  padding-top: 30px;
  font-size: 18px;
  letter-spacing: 0.075em;
  line-height: 2.0555555556;
}
@media (max-width: 767px) {
  .performance__text {
    font-size: 12px;
    line-height: 1.8333333333;
  }
}
.performance-item {
  width: min(820px, 100%);
  margin-top: 90px;
  margin-inline: auto;
  position: relative;
}
@media (max-width: 767px) {
  .performance-item {
    width: min(275px, 100%);
    margin-top: 50px;
  }
}
.performance-item::before {
  counter-increment: number 1;
  content: counter(number, decimal-leading-zero);
  font-size: 52px;
  font-weight: bold;
  font-family: "Zen Kaku Gothic New";
  letter-spacing: 0.05em;
  line-height: 1;
  padding-bottom: 0.2em;
  padding-inline: 5px;
  border-bottom: 4px solid #efaa4e;
  position: absolute;
  left: 45px;
  top: 0;
  transform: translateY(-52%);
}
@media (max-width: 767px) {
  .performance-item::before {
    left: 30px;
  }
}
.performance-item-inner {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: #fff;
  padding: 25px 30px 25px 45px;
}
@media (max-width: 767px) {
  .performance-item-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    padding: 50px 30px 30px;
  }
}
.performance-item__text {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.7272727273;
}
@media (max-width: 767px) {
  .performance-item__text {
    font-size: 12px;
  }
}
.performance-item small {
  font-size: 12px;
  float: right;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .performance-item small {
    font-size: 10px;
    margin-left: auto;
    margin-top: unset;
  }
}

.support {
  background-color: #f5eed7;
  padding-block: 46px 69px;
}
@media (max-width: 767px) {
  .support {
    padding-block: 30px;
    padding-inline: 20px;
  }
}
.support__title {
  font-size: 24px;
  font-weight: bold;
  font-family: "Zen Kaku Gothic New";
  letter-spacing: 0.05em;
  text-align: center;
  line-height: 2.2083333333;
  text-decoration: underline;
  text-decoration-color: #fff;
  text-decoration-thickness: 3px;
  text-underline-offset: 10px;
}
@media (max-width: 767px) {
  .support__title {
    font-size: 16px;
  }
}
.support-wrapper {
  width: min(750px, 100%);
  display: flex;
  flex-direction: column;
  gap: 25px;
  margin-top: 35px;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .support-wrapper {
    align-items: center;
    margin-top: 30px;
  }
}
.support-card {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 40px 75px;
  background-color: #fff;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .support-card {
    width: 275px;
    flex-direction: column;
    gap: 15px;
    padding: 30px 20px;
  }
}
.support-card::after {
  content: "";
  display: block;
  width: 115px;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 12px solid #ffd94e;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .support-card::after {
    width: 80px;
    border-width: 8px;
  }
}
.support-card:nth-of-type(even) {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .support-card:nth-of-type(even) {
    flex-direction: column;
  }
}
.support-card:nth-of-type(even)::after {
  border-color: #efaa4e;
  left: unset;
  right: 0;
  transform: translate(50%, -50%);
}
.support-card-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  text-align: center;
}
.support-card-content > * {
  margin-top: 10px;
}
.support-card__title {
  font-size: 24px;
  font-weight: bold;
  font-family: "Zen Kaku Gothic New";
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .support-card__title {
    font-size: 18px;
  }
}
.support-card__text {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height: 1.5333333333;
}
@media (max-width: 767px) {
  .support-card__text {
    font-size: 12px;
  }
}
.support-card__text2 {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .support-card__text2 {
    font-size: 14px;
  }
}
.support-card-image {
  width: 262px;
}
@media (max-width: 767px) {
  .support-card-image {
    width: 80%;
  }
}
.support-card-image__caption {
  font-size: 12px;
  line-height: 1.4166666667;
  text-align: left;
}
.support-card-list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
@media (max-width: 767px) {
  .support-card-list {
    gap: 5px;
  }
}
.support-card-list__item {
  list-style-type: none;
  width: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.4;
  background-color: #efaa4e;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .support-card-list__item {
    width: 76px;
    font-size: 13px;
  }
}

.request {
  text-align: center;
  background-color: #ef674e;
  padding-block: 48px 53px;
}
@media (max-width: 767px) {
  .request {
    padding-block: 30px;
    padding-inline: 20px;
  }
}
.request__title {
  color: #fff;
  font-size: 25px;
  font-weight: bold;
  font-family: "Zen Kaku Gothic New";
}
@media (max-width: 767px) {
  .request__title {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    font-size: 17px;
  }
}
.request__title img {
  margin-right: 20px;
}
@media (max-width: 767px) {
  .request__title img {
    width: 40px;
    margin-right: unset;
  }
}
.request-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 24px;
  gap: 25px;
}
.request-item {
  width: min(362px, 100%);
}
@media (max-width: 767px) {
  .request-item {
    width: 275px;
  }
}
.request-item small {
  display: block;
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  margin-top: 10px;
}
.request-card {
  min-height: 200px;
  background-color: #fff;
  padding: 21px 30px 10px;
  position: relative;
}
@media (max-width: 767px) {
  .request-card {
    min-height: unset;
    padding: 20px;
  }
}
.request-card--second {
  padding-top: 40px;
}
@media (max-width: 767px) {
  .request-card--second {
    padding-top: 20px;
  }
}
.request-card::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent #ffff00 transparent;
  border-width: 0px 0px 28px 28px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.request-card__text14 {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height: 1.5714285714;
}
@media (max-width: 767px) {
  .request-card__text14 {
    font-size: 13px;
  }
}
.request-card__text40 {
  font-size: 40px;
  font-weight: 900;
  line-height: 0.8;
  font-family: "Zen Kaku Gothic New";
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .request-card__text40 {
    font-size: 39px;
  }
}
.request-card__text50 {
  font-size: 65px;
  font-weight: 900;
  line-height: 0.8;
  font-family: "Zen Kaku Gothic New";
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .request-card__text50 {
    font-size: 58px;
  }
}
.request-card__text52 {
  font-size: 52px;
  font-weight: 900;
  line-height: 1;
  font-family: "Zen Kaku Gothic New";
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .request-card__text52 {
    font-size: 47px;
  }
}
.request-card__text21 {
  font-size: 21px;
  font-weight: 900;
  font-family: "Zen Kaku Gothic New";
}
@media (max-width: 767px) {
  .request-card__text21 {
    font-size: 15px;
  }
}
.request-card__text24 {
  font-size: 24px;
  font-weight: 900;
  font-family: "Zen Kaku Gothic New";
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .request-card__text24 {
    font-size: 21px;
  }
}
.request-card__text31 {
  font-size: 31px;
  font-weight: 900;
  font-family: "Zen Kaku Gothic New";
  line-height: 1.3225806452;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .request-card__text31 {
    font-size: 21px;
  }
}
.request-card sup {
  font-weight: 300;
  font-size: 12px;
}

.present {
  background-color: #f4d27f;
  padding-block: 77px 91px;
}
@media (max-width: 767px) {
  .present {
    padding: 30px 20px;
  }
}
.present-container {
  width: min(816px, 100%);
  text-align: center;
  background-color: #fff;
  padding-block: 50px;
  margin-inline: auto;
  position: relative;
}
@media (max-width: 767px) {
  .present-container {
    width: 300px;
    padding-block: 60px;
    padding-inline: 30px;
  }
}
.present-container-frame {
  width: calc(100% - 68px);
  height: 35px;
  position: absolute;
  top: 26px;
  left: 34px;
  pointer-events: none;
}
@media (max-width: 767px) {
  .present-container-frame {
    width: calc(100% - 26px);
    height: 25px;
    top: 25px;
    left: 13px;
  }
}
.present-container-frame::before, .present-container-frame::after {
  content: "";
  display: block;
  width: 35px;
  aspect-ratio: 1;
  border-top: 3px solid #efaa4e;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .present-container-frame::before, .present-container-frame::after {
    width: 25px;
  }
}
.present-container-frame::before {
  border-left: 3px solid #efaa4e;
  left: 0;
}
.present-container-frame::after {
  border-right: 3px solid #efaa4e;
  right: 0;
}
.present-container-frame.--bottom {
  top: unset;
  bottom: 34px;
}
@media (max-width: 767px) {
  .present-container-frame.--bottom {
    bottom: 25px;
  }
}
.present-container-frame.--bottom::before, .present-container-frame.--bottom::after {
  content: "";
  display: block;
  width: 35px;
  aspect-ratio: 1;
  border-top: unset;
  border-bottom: 3px solid #efaa4e;
  position: absolute;
  bottom: 0;
}
.present-container-frame.--bottom::before {
  border-left: 3px solid #efaa4e;
  left: 0;
}
.present-container-frame.--bottom::after {
  border-right: 3px solid #efaa4e;
  right: 0;
}
.present__title {
  font-family: "Zen Kaku Gothic New";
  font-size: 34px;
  font-weight: bold;
  margin-top: -6px;
}
@media (max-width: 767px) {
  .present__title {
    font-size: 24px;
    margin-top: unset;
  }
}
.present__title span {
  font-size: 20px;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
  position: relative;
}
@media (max-width: 767px) {
  .present__title span {
    font-size: 15px;
  }
}
.present__title span::before, .present__title span::after {
  content: "";
  display: inline-block;
  width: 3px;
  height: 27px;
  background-color: #000;
  margin-inline: 0.5em;
  position: absolute;
  top: 0.1em;
}
@media (max-width: 767px) {
  .present__title span::before, .present__title span::after {
    width: 2px;
    height: 20px;
  }
}
.present__title span::before {
  rotate: -20deg;
  left: -1.5em;
}
.present__title span::after {
  rotate: 20deg;
  right: -1.5em;
}
.present-image {
  padding-block: 32px 39px;
}
@media (max-width: 767px) {
  .present-image {
    padding-block: 20px;
  }
}
.present__button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 25px 10px;
  width: min(410px, 100%);
  color: #fff;
  font-size: 24px;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: center;
  background-color: #efaa4e;
  border: 1px solid #efaa4e;
  border-radius: 20px;
  margin-inline: auto;
  position: relative;
  transition: scale 0.2s;
}
@media (max-width: 767px) {
  .present__button {
    font-size: 19px;
    line-height: 1.2631578947;
    padding: 15px 10px;
    margin-bottom: 30px;
    align-items: flex-start;
  }
}
.present__button::after {
  content: "＞";
  display: inline-block;
  font-size: 18px;
  margin-left: 1em;
  position: relative;
}
@media (max-width: 767px) {
  .present__button::after {
    font-size: 15px;
    margin-top: 0.2em;
  }
}
.present__button span {
  position: relative;
}
.present__button:hover {
  scale: 1.05;
}

.showroom {
  width: min(1100px, 100%);
  margin-inline: auto;
  padding-top: 63px;
}
@media (max-width: 767px) {
  .showroom {
    padding-top: 30px;
  }
}
.showroom__title {
  font-size: 25px;
  color: #fff;
  font-weight: bold;
  font-family: "Zen Kaku Gothic New";
  letter-spacing: 0.05em;
  text-align: center;
  background-color: #ef674e;
  padding-block: 10px;
}
@media (max-width: 767px) {
  .showroom__title {
    font-size: 25px;
  }
}
.showroom-container {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px 45px;
  padding-top: 35px;
}
@media (max-width: 767px) {
  .showroom-container {
    flex-direction: column-reverse;
    row-gap: 30px;
    padding-inline: 25px;
    padding-top: unset;
  }
}
.showroom-buttons {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(3, auto);
  gap: 22px;
}
@media (max-width: 767px) {
  .showroom-buttons {
    width: 100%;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding-top: 30px;
  }
}
.showroom__button {
  display: block;
  width: min(303px, 100%);
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  font-family: "Zen Kaku Gothic New";
  letter-spacing: 0.1em;
  text-align: center;
  background-color: #53462e;
  border-radius: 20px;
  padding: 20px 10px;
  position: relative;
  transition: opacity 0.3s;
}
.showroom__button:hover {
  opacity: 0.75;
}
.showroom__button::after {
  content: "＞";
  font-size: 18px;
  position: absolute;
  right: 20px;
  top: 1.5em;
  line-height: 1;
}
.showroom__text {
  font-size: 21px;
  letter-spacing: 0.05em;
  line-height: 1.9047619048;
  text-align: center;
  padding-top: 50px;
}
@media (max-width: 767px) {
  .showroom__text {
    font-size: 12px;
    padding-top: 30px;
  }
}

.footer {
  text-align: center;
  border-top: 1px solid #808080;
  padding-block: 58px 100px;
  margin-top: 78px;
}
@media (max-width: 767px) {
  .footer {
    padding-block: 50px 100px;
    margin-top: 50px;
  }
}
.footer__logo {
  display: inline-block;
  width: 439px;
}
@media (max-width: 767px) {
  .footer__logo {
    width: 323px;
  }
}
.footer-sitemap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2em;
  list-style: none;
  padding-top: 35px;
}
@media (max-width: 767px) {
  .footer-sitemap {
    flex-direction: column;
    gap: 1em;
  }
}
.footer-sitemap__item {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.05em;
}
.footer-sitemap__item a {
  color: #000;
  transition: opacity 0.3s;
}
.footer-sitemap__item a:hover {
  opacity: 0.7;
}
.footer .copy {
  padding-top: 100px;
}
@media (max-width: 767px) {
  .footer .copy {
    padding-top: 30px;
  }
}
.footer .copy small {
  font-size: 12px;
  letter-spacing: 0.2em;
  font-weight: 400;
}/*# sourceMappingURL=style.css.map */