@charset "UTF-8";
.en {
  font-family: "Newsreader", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

@media print, screen and (min-width: 768px) {
  body {
    margin-top: 8rem;
  }
}

.section-ttl {
  text-align: center;
  font-size: 2.8rem;
  font-weight: 700;
  color: #1d407d;
  margin-bottom: 6rem;
}
@media only screen and (max-width: 767px) {
  .section-ttl {
    font-size: 4.2rem;
    margin-bottom: 7.2rem;
    letter-spacing: -0.08em;
  }
}
.section-ttl::after {
  background: rgba(193, 150, 90, 0);
  background: linear-gradient(90deg, rgba(193, 150, 90, 0) 0%, rgb(225, 201, 148) 20%, rgb(255, 252, 247) 42%, rgb(225, 201, 148) 58%, rgb(225, 201, 148) 80%, rgba(193, 150, 90, 0) 100%);
  content: "";
  display: block;
  width: 50rem;
  height: 2px;
  margin: 2.9rem auto;
}
@media only screen and (max-width: 767px) {
  .section-ttl::after {
    height: 3px;
    width: 60.5rem;
    margin: 3.6rem auto;
  }
}
.section-ttl .en {
  display: block;
  color: #ab8765;
  font-size: 2rem;
  font-weight: 600;
  font-style: italic;
  margin-bottom: 1.5rem;
  letter-spacing: 0.03em;
}
@media only screen and (max-width: 767px) {
  .section-ttl .en {
    font-size: 3rem;
  }
}

.bg-white {
  background: #fff;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
  padding: 4.3rem 5rem 3.9rem;
}
@media only screen and (max-width: 767px) {
  .bg-white {
    padding: 4.8rem 4rem 4.2rem;
  }
}

.reservation-btn {
  width: 50rem;
}
@media only screen and (max-width: 767px) {
  .reservation-btn {
    width: 60.8rem;
  }
}
.reservation-btn a, .reservation-btn button {
  background: url("../img/home/mv-btn-bg.svg") no-repeat center/cover;
  display: block;
  height: 10.5rem;
  width: 100%;
  padding: 2.4rem 0;
  position: relative;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  .reservation-btn a, .reservation-btn button {
    padding: 3rem 0;
  }
}
.reservation-btn a:hover, .reservation-btn button:hover {
  opacity: 0.7;
}
.reservation-btn a:hover::after, .reservation-btn button:hover::after {
  right: 2rem;
}
@media only screen and (max-width: 767px) {
  .reservation-btn a:hover::after, .reservation-btn button:hover::after {
    right: 3rem;
  }
}
.reservation-btn a::after, .reservation-btn button::after {
  content: "";
  background: url("../img/common/arrow1.svg") no-repeat center/cover;
  width: 3.5rem;
  height: 1.4rem;
  position: absolute;
  top: 0;
  right: 3rem;
  bottom: 0;
  margin: auto;
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  .reservation-btn a::after, .reservation-btn button::after {
    width: 4.5rem;
    height: 1.7rem;
    right: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .reservation-btn a, .reservation-btn button {
    height: 13.6rem;
    font-size: 3.2rem;
    padding: 2.4rem 0;
  }
}
.reservation-btn a::before, .reservation-btn button::before {
  content: "";
  width: 47.6rem;
  height: 8.4rem;
  border: 1px solid #fff;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .reservation-btn a::before, .reservation-btn button::before {
    width: 58rem;
    height: 11rem;
  }
}
.reservation-btn a span, .reservation-btn button span {
  display: block;
  color: #754c24;
  font-size: 2rem;
}
@media only screen and (max-width: 767px) {
  .reservation-btn a span, .reservation-btn button span {
    font-size: 2.6rem;
  }
}

.source-txt {
  text-align: right;
}
.source-txt p {
  font-size: 1.2rem;
  line-height: 2.66;
}
@media only screen and (max-width: 767px) {
  .source-txt p {
    font-size: 2rem;
  }
}
.source-txt p a {
  text-decoration: underline;
}

.header {
  background: #000;
  height: auto;
  padding: 1rem 4.7rem 1.5rem;
}
.header__wrapper {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .header {
    padding: 1.2rem 2.4rem 1.8rem 3.4rem;
  }
}
.header__logo {
  width: 20rem;
}
.header__logo a {
  display: block;
}
.header__content {
  display: flex;
  align-items: center;
  margin-left: auto;
}
@media only screen and (max-width: 767px) {
  .header__content {
    margin-top: 1.3rem;
  }
}
.header__content .navigation {
  display: flex;
  align-items: center;
  gap: 5.7rem;
  margin: 0 5.2rem 0 0;
}
@media only screen and (max-width: 767px) {
  .header__content .navigation {
    display: none;
  }
}
.header__content .navigation li a {
  color: #fff;
  font-size: 1.6rem;
}
.header__tel * {
  color: #fff;
}
.header__tel .telephone {
  display: flex;
  align-items: flex-start;
  gap: 1.1rem;
  font-size: 4.4rem;
  font-weight: 400;
  line-height: 0.9;
}
@media print, screen and (min-width: 768px) {
  .header__tel .telephone {
    pointer-events: none;
  }
}
@media only screen and (max-width: 767px) {
  .header__tel .telephone {
    gap: 1.8rem;
    font-size: 5.8rem;
    align-items: flex-start;
    margin-bottom: -0.4rem;
  }
}
.header__tel .telephone::before {
  content: "";
  width: 2.8rem;
  height: 2.8rem;
  background: url("../img/common/tel-icon.webp") no-repeat center/cover;
}
@media only screen and (max-width: 767px) {
  .header__tel .telephone::before {
    width: 3.6rem;
    height: 3.6rem;
  }
}
.header__tel .time {
  display: flex;
  align-items: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.15rem;
  font-weight: 400;
  gap: 0.4rem;
}
@media only screen and (max-width: 767px) {
  .header__tel .time {
    font-size: 1.478rem;
    gap: 1rem;
    justify-content: flex-end;
    margin-right: 0.6rem;
  }
}
.header__tel .time span {
  border: 1px solid #fff;
  display: inline-block;
  padding: 0.2rem 0.5rem;
}
@media only screen and (max-width: 767px) {
  .header__tel .time span {
    width: 4.8rem;
    line-height: 2.1rem;
    text-align: center;
  }
}

.mv {
  position: relative;
}
.mv::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .mv::before {
    top: 12rem;
  }
}
.mv .img {
  position: relative;
}
.mv--catch {
  position: absolute;
  top: 5.3rem;
  right: 0;
  left: 0;
  margin: auto;
}
@media print, screen and (min-width: 768px) {
  .mv--catch {
    width: 110rem;
  }
}
@media only screen and (max-width: 767px) {
  .mv--catch {
    padding: 0 4rem;
    top: 17.1rem;
  }
}
.mv--catch .title {
  margin-bottom: 2.3rem;
}
@media only screen and (max-width: 767px) {
  .mv--catch .title {
    margin-bottom: 6.4rem;
  }
}
.mv--catch .title .sub-title {
  background: url("../img/home/mv-btn-bg.svg") no-repeat center/cover;
  width: 23.8rem;
  line-height: 3.58rem;
  text-align: center;
  font-size: 1.615rem;
  font-weight: 700;
  margin-bottom: 2.2rem;
}
@media only screen and (max-width: 767px) {
  .mv--catch .title .sub-title {
    width: 28.5rem;
    height: 4.8rem;
    font-size: 2rem;
  }
}
.mv--catch .title .sub-title strong {
  font-size: 2.295rem;
}
@media only screen and (max-width: 767px) {
  .mv--catch .title .sub-title strong {
    font-size: 2.8rem;
  }
}
.mv--catch .title .sub-title span {
  font-size: 1.275rem;
}
@media only screen and (max-width: 767px) {
  .mv--catch .title .sub-title span {
    font-size: 1.5rem;
  }
}
.mv--catch .title h1 {
  color: #fff;
  font-size: 5rem;
  font-weight: 600;
  line-height: 1.25;
  text-shadow: 3px 3px 2px #000;
  margin-bottom: 3.7rem;
  letter-spacing: 0.08em;
}
@media only screen and (max-width: 767px) {
  .mv--catch .title h1 {
    font-size: 6rem;
    margin-bottom: 4.7rem;
  }
}
.mv--catch .title h1 strong {
  font-size: 5.8rem;
}
@media only screen and (max-width: 767px) {
  .mv--catch .title h1 strong {
    font-size: 6.96rem;
  }
}
.mv--catch .title h1 .catch-question {
  width: 15.8rem;
  height: 6rem;
  background: no-repeat center/cover;
  display: inline-block;
  margin: 0 1.5rem;
  background-image: -webkit-image-set(url("../img/home/mv-question1.webp") type("image/webp"), url("../img/home/mv-question1.png") type("image/png"));
  background-image: image-set(url("../img/home/mv-question1.webp") type("image/webp"), url("../img/home/mv-question1.png") type("image/png"));
}
@media only screen and (max-width: 767px) {
  .mv--catch .title h1 .catch-question {
    width: 19rem;
    height: 7.2rem;
    position: relative;
    top: 1rem;
  }
}
.mv--catch .title .catch {
  font-size: 2.4rem;
  font-weight: 600;
  color: #eace82;
  text-shadow: 3px 3px 2px #000;
  line-height: 1.416;
}
@media only screen and (max-width: 767px) {
  .mv--catch .title .catch {
    font-size: 3.2rem;
    line-height: 1.4375;
  }
}
.mv--catch .title .catch:not(:last-of-type) {
  margin-bottom: 1.5rem;
}
.mv--catch .title .catch .catch-question {
  width: 7.5rem;
  height: 2.8rem;
  display: inline-block;
  background: no-repeat center/cover;
  background-image: -webkit-image-set(url("../img/home/mv-question2.webp") type("image/webp"), url("../img/home/mv-question2.png") type("image/png"));
  background-image: image-set(url("../img/home/mv-question2.webp") type("image/webp"), url("../img/home/mv-question2.png") type("image/png"));
  margin: 0 1rem;
  position: relative;
  top: 0.5rem;
}
@media only screen and (max-width: 767px) {
  .mv--catch .title .catch .catch-question {
    width: 10.2rem;
    height: 3.8rem;
    position: relative;
    top: 0.7rem;
  }
}
.mv--catch .reservation-btn {
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .mv--catch .reservation-btn {
    margin: 0 auto 2rem;
  }
}
.mv--catch .small-txt small {
  color: #fff;
  display: block;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .mv--catch .small-txt small {
    font-size: 2rem;
  }
}

.amazon_banner {
  width: 86rem;
  margin: -2.6rem auto 10.5rem;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .amazon_banner {
    width: 62.7rem;
    margin: -5rem auto 11.8rem;
  }
}
.amazon_banner a {
  margin-bottom: 1.7rem;
  display: block;
}
@media only screen and (max-width: 767px) {
  .amazon_banner a {
    margin-bottom: 2.4rem;
  }
}
.amazon_banner .small-txt {
  text-align: center;
  margin-bottom: 1.1rem;
}
@media only screen and (max-width: 767px) {
  .amazon_banner .small-txt {
    text-align: left;
    margin-bottom: 1.7rem;
  }
}
.amazon_banner .small-txt small {
  display: block;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.66;
}
@media only screen and (max-width: 767px) {
  .amazon_banner .small-txt small {
    font-size: 2rem;
    padding-left: 2rem;
    text-indent: -2rem;
  }
}
.amazon_banner .conditions {
  text-align: center;
}
.amazon_banner .conditions a {
  display: inline-block;
  text-decoration: underline;
  margin-bottom: 0;
  font-size: 1.6rem;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .amazon_banner .conditions a {
    font-size: 2.7rem;
  }
}

.read {
  text-align: center;
  margin-bottom: 12rem;
}
@media only screen and (max-width: 767px) {
  .read {
    margin-bottom: 14rem;
  }
}
.read .inner {
  margin: auto;
}
@media print, screen and (min-width: 768px) {
  .read .inner {
    width: 100rem;
  }
}
@media screen and (max-width: 1023px) {
  .read .inner {
    width: 130rem;
  }
}
@media only screen and (max-width: 767px) {
  .read .inner {
    width: 68.7rem;
  }
}
.read .inner h2 {
  font-size: 3.4rem;
  font-weight: 600;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 767px) {
  .read .inner h2 {
    font-size: 5.1rem;
    line-height: 1.47;
  }
}
.read .inner h2::after {
  content: "";
  background: rgba(193, 150, 90, 0);
  background: linear-gradient(90deg, rgba(193, 150, 90, 0) 0%, rgb(225, 201, 148) 20%, rgb(255, 252, 247) 42%, rgb(225, 201, 148) 58%, rgb(225, 201, 148) 80%, rgba(193, 150, 90, 0) 100%);
  width: 50rem;
  height: 3px;
  display: block;
  margin: 2.8rem auto;
}
@media only screen and (max-width: 767px) {
  .read .inner h2::after {
    width: 60.7rem;
    height: 5px;
    margin: 3.8rem auto;
  }
}
.read .inner p {
  text-align: center;
  margin-bottom: 8.8rem;
  font-size: 2.2rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 2.09;
}
@media only screen and (max-width: 767px) {
  .read .inner p {
    font-size: 3.2rem;
    line-height: 1.875;
    letter-spacing: 0;
    margin-bottom: 10.4rem;
  }
}
.read .inner dl {
  padding: 3.2rem 0 3.6rem;
  border-top: 2px solid #ab8765;
  border-bottom: 2px solid #ab8765;
}
@media only screen and (max-width: 767px) {
  .read .inner dl {
    padding: 3.7rem 0 4.3rem;
  }
}
.read .inner dl dt {
  font-size: 2.6rem;
  font-weight: 700;
  color: #1d407d;
  letter-spacing: 0.1em;
  line-height: 1.57;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 767px) {
  .read .inner dl dt {
    font-size: 3.8rem;
    letter-spacing: 0;
  }
}
.read .inner dl dd {
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.666;
}
@media only screen and (max-width: 767px) {
  .read .inner dl dd {
    font-size: 2rem;
    text-align: left;
    line-height: 1.58;
  }
}

.household {
  background: no-repeat top center/cover;
  background-image: -webkit-image-set(url("../img/home/content-bg1.webp") type("image/webp"), url("../img/home/content-bg1.jpg") type("image/jpeg"));
  background-image: image-set(url("../img/home/content-bg1.webp") type("image/webp"), url("../img/home/content-bg1.jpg") type("image/jpeg"));
  background-attachment: fixed;
  padding: 7.4rem 0 8rem;
  margin-bottom: 11.3rem;
}
@media only screen and (max-width: 767px) {
  .household {
    background: none;
    padding: 9.2rem 0 10.1rem;
    margin-bottom: 13rem;
    position: relative;
    overflow: hidden;
    clip-path: inset(0);
    -webkit-clip-path: inset(0);
  }
  .household::before {
    content: "";
    background: no-repeat center/cover;
    background-image: -webkit-image-set(url("../img/home/sp/content-bg1.webp") type("image/webp"), url("../img/home/sp/content-bg1.jpg") type("image/jpeg"));
    background-image: image-set(url("../img/home/sp/content-bg1.webp") type("image/webp"), url("../img/home/sp/content-bg1.jpg") type("image/jpeg"));
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    will-change: transform;
    transform: translateZ(0);
  }
}
.household .inner {
  margin: auto;
}
@media print, screen and (min-width: 768px) {
  .household .inner {
    width: 110rem;
  }
}
@media only screen and (max-width: 767px) {
  .household .inner {
    width: 68.7rem;
  }
}
.household--content h3 {
  text-align: center;
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 3.2rem;
  letter-spacing: 0.08em;
}
@media only screen and (max-width: 767px) {
  .household--content h3 {
    font-size: 3.3rem;
    margin-bottom: 3.9rem;
  }
}
.household--content .canvas-box {
  width: 75rem;
  margin: 0 12.5rem 4.8rem auto;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .household--content .canvas-box {
    width: 100%;
    margin: 0 auto 5.8rem;
  }
}
.household--content .canvas-box ul {
  position: absolute;
  top: 11.6rem;
  right: -1.7rem;
}
@media only screen and (max-width: 767px) {
  .household--content .canvas-box ul {
    top: 7.6rem;
    right: -3rem;
  }
}
.household--content .canvas-box ul li {
  font-size: 1.4rem;
  margin-bottom: 0.5rem;
}
@media only screen and (max-width: 767px) {
  .household--content .canvas-box ul li {
    font-size: 2.1rem;
    margin-bottom: 0.65rem;
  }
}
.household--content .canvas-box ul li.color1::before {
  background: #3453b7;
}
.household--content .canvas-box ul li.color2::before {
  background: #c0b39d;
}
.household--content .canvas-box ul li.color3::before {
  background: #b2a490;
}
.household--content .canvas-box ul li.color4::before {
  background: #d9d9d9;
}
.household--content .canvas-box ul li::before {
  content: "";
  display: inline-block;
  margin-right: 1rem;
  width: 2.2rem;
  height: 2.2rem;
  position: relative;
  top: 0.5rem;
}
@media only screen and (max-width: 767px) {
  .household--content .canvas-box ul li::before {
    width: 3.3rem;
    height: 3.3rem;
    margin-right: 1.8rem;
  }
}
.household--content .canvas-box #assetPieChart {
  height: 36rem !important;
}
@media only screen and (max-width: 767px) {
  .household--content .canvas-box #assetPieChart {
    position: relative;
    left: -9.3rem;
  }
}
.household--text {
  width: 100rem;
  border: 1px solid #ccc;
  padding: 1.4rem 2.3rem 2.1rem;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 767px) {
  .household--text {
    width: 100%;
    padding: 1.4rem 4rem 3.3rem;
  }
}
.household--text dt {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 1rem;
  letter-spacing: 0.2em;
  line-height: 2.55;
}
@media only screen and (max-width: 767px) {
  .household--text dt {
    font-size: 2.88rem;
    margin-bottom: 0.6rem;
  }
}
.household--text dd {
  font-size: 1.6rem;
  line-height: 1.875;
}
@media only screen and (max-width: 767px) {
  .household--text dd {
    font-size: 2.6rem;
    line-height: 1.7;
    letter-spacing: -0.08em;
  }
}
.household--text dd strong {
  font-weight: 700;
}

.inflation {
  margin-bottom: 12rem;
}
@media only screen and (max-width: 767px) {
  .inflation {
    margin-bottom: 14rem;
  }
}
.inflation .inner {
  margin: auto;
}
@media print, screen and (min-width: 768px) {
  .inflation .inner {
    width: 110rem;
  }
}
@media screen and (max-width: 1023px) {
  .inflation .inner {
    width: 140rem;
  }
}
@media only screen and (max-width: 767px) {
  .inflation .inner {
    width: 100%;
  }
}
.inflation--content {
  padding: 4.2rem 4.9rem 4.6rem;
  border: 1px solid #ccc;
}
@media only screen and (max-width: 767px) {
  .inflation--content {
    padding: 4.6rem 0 6rem;
    width: 68.7rem;
    margin: auto;
  }
}
.inflation--content h3 {
  text-align: center;
  margin-bottom: 3rem;
  font-size: 2.2rem;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .inflation--content h3 {
    font-size: 3.3rem;
    margin-bottom: 4.4rem;
  }
}
.inflation--content h3 .sub--ttl {
  display: block;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .inflation--content h3 .sub--ttl {
    font-size: 2.1rem;
  }
}
.inflation--content .canvas-box {
  position: relative;
  margin-bottom: 4.2rem;
  padding: 0 2.2rem;
}
@media only screen and (max-width: 767px) {
  .inflation--content .canvas-box {
    padding: 0 0.9rem;
    margin-bottom: 4.7rem;
  }
}
.inflation--content .canvas-box ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  top: 1.1rem;
  right: 0;
  left: 0;
  margin: auto;
}
@media print, screen and (min-width: 768px) {
  .inflation--content .canvas-box ul {
    position: absolute;
  }
}
.inflation--content .canvas-box ul li {
  font-size: 1.4rem;
  color: #686868;
}
@media only screen and (max-width: 767px) {
  .inflation--content .canvas-box ul li {
    font-size: 2rem;
  }
}
.inflation--content .canvas-box ul li::before {
  content: "";
  width: 1.8rem;
  height: 1.8rem;
  display: inline-block;
  position: relative;
  top: 0.2rem;
  margin-right: 0.5rem;
}
@media print, screen and (min-width: 768px) {
  .inflation--content .canvas-box ul li::before {
    border-radius: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .inflation--content .canvas-box ul li::before {
    width: 3.3rem;
    height: 3.3rem;
  }
}
.inflation--content .canvas-box ul li.color1::before {
  background: #dadfe6;
}
.inflation--content .canvas-box ul li.color2::before {
  background: #1d40af;
}
@media only screen and (max-width: 767px) {
  .inflation--content .canvas-box #cpiLineChart {
    height: 28rem;
  }
}
@media print, screen and (min-width: 768px) {
  .inflation--text {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 767px) {
  .inflation--text {
    padding: 0 4rem;
  }
}
.inflation--text dl {
  border: 1px solid #ccc;
  padding: 2.3rem 2.4rem 2.7rem;
  margin-bottom: 1.7rem;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .inflation--text dl {
    width: 60.7rem;
    margin: 0 auto 2.4rem;
    padding: 3rem 3.8rem 3.2rem;
  }
}
.inflation--text dl dt {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .inflation--text dl dt {
    font-size: 2.8rem;
    line-height: 1.714;
    margin-bottom: 1.8rem;
  }
}
.inflation--text dl dd {
  font-size: 1.6rem;
  line-height: 1.875;
}
@media only screen and (max-width: 767px) {
  .inflation--text dl dd {
    font-size: 2.6rem;
    line-height: 1.7;
  }
}
.inflation--text dl dd strong {
  font-weight: 700;
}
@media print, screen and (min-width: 768px) {
  .inflation--small {
    width: 60%;
  }
}
@media only screen and (max-width: 767px) {
  .inflation--small {
    margin-bottom: 0.5rem;
  }
}
.inflation--small small {
  font-size: 1.2rem;
  display: block;
}
@media only screen and (max-width: 767px) {
  .inflation--small small {
    font-size: 2rem;
    padding-left: 2rem;
    text-indent: -2rem;
    line-height: 1.54;
  }
}
.inflation .source-txt {
  margin-left: auto;
}
.inflation .source-txt p {
  color: #4d4d4d;
  font-size: 1.2rem;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .inflation .source-txt p {
    font-size: 2rem;
  }
}

.real_estate {
  background: no-repeat top center/cover;
  background-image: -webkit-image-set(url("../img/home/content-bg2.webp") type("image/webp"), url("../img/home/content-bg2.jpg") type("image/webp"));
  background-image: image-set(url("../img/home/content-bg2.webp") type("image/webp"), url("../img/home/content-bg2.jpg") type("image/webp"));
  background-attachment: fixed;
  padding: 7.3rem 0 8rem;
  margin-bottom: 11.4rem;
}
@media only screen and (max-width: 767px) {
  .real_estate {
    background: none;
    padding: 9.4rem 0 10rem;
    margin-bottom: 13rem;
    position: relative;
    overflow: hidden;
    clip-path: inset(0);
    -webkit-clip-path: inset(0);
  }
  .real_estate::before {
    content: "";
    background: no-repeat center/cover;
    background-image: -webkit-image-set(url("../img/home/sp/content-bg2.webp") type("image/webp"), url("../img/home/sp/content-bg2.jpg") type("image/jpeg"));
    background-image: image-set(url("../img/home/sp/content-bg2.webp") type("image/webp"), url("../img/home/sp/content-bg2.jpg") type("image/jpeg"));
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    will-change: transform;
    transform: translateZ(0);
  }
}
.real_estate .inner {
  margin: auto;
}
@media print, screen and (min-width: 768px) {
  .real_estate .inner {
    width: 110rem;
  }
}
@media screen and (max-width: 1023px) {
  .real_estate .inner {
    width: 130rem;
  }
}
@media only screen and (max-width: 767px) {
  .real_estate .inner {
    width: 68.7rem;
  }
}
.real_estate h3 {
  text-align: center;
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 767px) {
  .real_estate h3 {
    font-size: 3.3rem;
    margin-bottom: 3.1rem;
  }
}
.real_estate h3 span {
  font-size: 1.6rem;
}
@media only screen and (max-width: 767px) {
  .real_estate h3 span {
    font-size: 2.4rem;
  }
}
.real_estate .canvas-box {
  margin-bottom: 4.1rem;
  padding: 0 2rem;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .real_estate .canvas-box {
    padding: 0 1rem;
  }
}
.real_estate .canvas-box ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .real_estate .canvas-box ul {
    margin-bottom: 1rem;
  }
}
.real_estate .canvas-box ul li {
  font-size: 1.4rem;
}
@media only screen and (max-width: 767px) {
  .real_estate .canvas-box ul li {
    font-size: 2rem;
  }
}
.real_estate .canvas-box ul li::before {
  content: "";
  display: inline-block;
  width: 2.2rem;
  height: 1.2rem;
  margin-right: 1rem;
}
@media only screen and (max-width: 767px) {
  .real_estate .canvas-box ul li::before {
    width: 3.2rem;
    height: 1.74rem;
  }
}
.real_estate .canvas-box ul li.color1::before {
  background: #60a5fa;
}
.real_estate .canvas-box ul li.color2::before {
  background: #1d40af;
}
.real_estate .canvas-box ul li.color3::before {
  background: #88befc;
}
@media print, screen and (min-width: 768px) {
  .real_estate--text {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 767px) {
  .real_estate--text {
    width: 60.7rem;
    margin: auto;
  }
}
.real_estate--text dl {
  border: 1px solid #ccc;
  padding: 2.2rem 2.4rem 2.4rem;
  margin-bottom: 1.5rem;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .real_estate--text dl {
    padding: 2.9rem 3.6rem 3.1rem;
    margin-bottom: 2.5rem;
  }
}
.real_estate--text dl dt {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 767px) {
  .real_estate--text dl dt {
    font-size: 2.8rem;
    letter-spacing: 0;
  }
}
.real_estate--text dl dd {
  font-size: 1.6rem;
  line-height: 1.875;
  letter-spacing: -0.015em;
}
@media only screen and (max-width: 767px) {
  .real_estate--text dl dd {
    font-size: 2.6rem;
    line-height: 1.7;
    letter-spacing: -0.09em;
  }
}
.real_estate--text dl dd strong {
  font-weight: 700;
}
.real_estate--data p {
  font-size: 1.1rem;
  line-height: 1.8;
}
@media only screen and (max-width: 767px) {
  .real_estate--data p {
    font-size: 2rem;
    line-height: 1.5;
    letter-spacing: -0.1em;
    margin-bottom: 0.6rem;
  }
}
.real_estate .source-txt {
  margin-left: auto;
}
.real_estate .source-txt p {
  line-height: 1.66;
}
.real_estate .bg-white {
  padding: 4.3rem 5rem 4.3rem;
}
@media only screen and (max-width: 767px) {
  .real_estate .bg-white {
    padding: 4.8rem 0 5rem;
  }
}

.wealthy {
  margin-bottom: 11.2rem;
}
@media only screen and (max-width: 767px) {
  .wealthy {
    margin-bottom: 13rem;
  }
}
.wealthy .inner {
  margin: auto;
}
@media print, screen and (min-width: 768px) {
  .wealthy .inner {
    width: 110rem;
  }
}
@media screen and (max-width: 1023px) {
  .wealthy .inner {
    width: 140rem;
  }
}
@media only screen and (max-width: 767px) {
  .wealthy .inner {
    width: 68.7rem;
  }
}
.wealthy--content {
  border: 1px solid #ccc;
  padding: 4.5rem 4.9rem 4.8rem;
  margin-bottom: 10rem;
}
@media only screen and (max-width: 767px) {
  .wealthy--content {
    padding: 4.5rem 0rem 5.5rem;
    margin-bottom: 12rem;
  }
}
.wealthy h3 {
  text-align: center;
  margin-bottom: 3rem;
  font-size: 2.2rem;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .wealthy h3 {
    font-size: 3.3rem;
    margin-bottom: 4.2rem;
  }
}
.wealthy h3 span {
  font-size: 1.6rem;
}
@media only screen and (max-width: 767px) {
  .wealthy h3 span {
    font-size: 2.4rem;
  }
}
.wealthy h3 span.sub--ttl {
  display: block;
  font-size: 1.4rem;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .wealthy h3 span.sub--ttl {
    font-size: 2.1rem;
  }
}
.wealthy .canvas-box {
  padding: 0 2.5rem;
  margin-bottom: 5.5rem;
}
@media only screen and (max-width: 767px) {
  .wealthy .canvas-box {
    padding: 0 0.4rem;
    margin-bottom: 4rem;
  }
}
.wealthy .canvas-box ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .wealthy .canvas-box ul {
    gap: 2.5rem;
    margin-bottom: -2rem;
  }
}
.wealthy .canvas-box ul li {
  font-size: 1.4rem;
}
@media only screen and (max-width: 767px) {
  .wealthy .canvas-box ul li {
    font-size: 2.1rem;
  }
}
.wealthy .canvas-box ul li::before {
  content: "";
  width: 2.2rem;
  height: 1.2rem;
  display: inline-block;
  margin-right: 1rem;
}
@media only screen and (max-width: 767px) {
  .wealthy .canvas-box ul li::before {
    width: 3.3rem;
    height: 1.8rem;
    margin-right: 2rem;
  }
}
.wealthy .canvas-box ul li.color1::before {
  background: #427cf1;
}
.wealthy .canvas-box ul li.color2::before {
  background: #cdc1af;
}
.wealthy--text {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
@media only screen and (max-width: 767px) {
  .wealthy--text {
    width: 60.7rem;
    margin: auto;
  }
}
.wealthy--text dl {
  border: 1px solid #ccc;
  padding: 2.2rem 2.8rem 2.8rem;
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .wealthy--text dl {
    padding: 2.9rem 3.8rem 2.8rem;
    margin-bottom: 2.5rem;
  }
}
.wealthy--text dl dt {
  text-align: center;
  margin-bottom: 1.9rem;
  font-weight: 700;
  font-size: 1.8rem;
}
@media only screen and (max-width: 767px) {
  .wealthy--text dl dt {
    font-size: 2.8rem;
    margin-bottom: 2.4rem;
  }
}
.wealthy--text dl dd {
  font-size: 1.6rem;
  line-height: 1.85;
}
@media only screen and (max-width: 767px) {
  .wealthy--text dl dd {
    font-size: 2.6rem;
    line-height: 1.7;
  }
}
.wealthy--text dl dd strong {
  font-weight: 700;
}
.wealthy--small small {
  display: block;
  font-size: 1.2rem;
}
@media only screen and (max-width: 767px) {
  .wealthy--small small {
    font-size: 1.9rem;
    padding-left: 7rem;
    text-indent: -7rem;
  }
}
.wealthy .source-txt {
  margin-left: auto;
}
.wealthy .source-txt p {
  line-height: 1.6;
}
.wealthy .inflation-text {
  background: #C49656;
  background: radial-gradient(circle, rgb(196, 150, 86) 0%, rgb(149, 114, 66) 100%);
  padding: 4.1rem 0 4.4rem;
  margin-bottom: 8rem;
}
@media print, screen and (min-width: 768px) {
  .wealthy .inflation-text {
    width: 100rem;
    margin: 0 auto 8rem;
  }
}
@media only screen and (max-width: 767px) {
  .wealthy .inflation-text {
    padding: 3.6rem 4rem 4.4rem;
    margin-bottom: 10rem;
  }
}
.wealthy .inflation-text * {
  color: #fff;
}
.wealthy .inflation-text h3 {
  font-size: 2.6rem;
  font-weight: 600;
  margin-bottom: 3.4rem;
}
@media only screen and (max-width: 767px) {
  .wealthy .inflation-text h3 {
    font-size: 3.9rem;
    margin-bottom: 2.8rem;
  }
}
.wealthy .inflation-text h3::after {
  content: "";
  width: 80rem;
  height: 2px;
  background: rgba(193, 150, 90, 0);
  background: linear-gradient(90deg, rgba(193, 150, 90, 0) 0%, rgb(225, 201, 148) 20%, rgb(255, 252, 247) 42%, rgb(225, 201, 148) 58%, rgb(225, 201, 148) 80%, rgba(193, 150, 90, 0) 100%);
  display: block;
  margin: 2.3rem auto 0;
}
@media only screen and (max-width: 767px) {
  .wealthy .inflation-text h3::after {
    width: 100%;
    margin: 3.4rem auto 0;
  }
}
.wealthy .inflation-text p {
  font-size: 1.6rem;
  font-weight: 400;
  margin-bottom: 2.2rem;
  line-height: 1.8;
}
@media print, screen and (min-width: 768px) {
  .wealthy .inflation-text p {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .wealthy .inflation-text p {
    font-size: 2.6rem;
    letter-spacing: -0.105em;
    line-height: 1.71;
  }
}
.wealthy .inflation-text .small-txt {
  margin-bottom: 1.6rem;
}
@media only screen and (max-width: 767px) {
  .wealthy .inflation-text .small-txt {
    margin-bottom: 1rem;
  }
}
.wealthy .inflation-text .small-txt li {
  font-size: 1.2rem;
  line-height: 1.66;
}
@media print, screen and (min-width: 768px) {
  .wealthy .inflation-text .small-txt li {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .wealthy .inflation-text .small-txt li {
    font-size: 2rem;
    padding-left: 2rem;
    text-indent: -2rem;
    line-height: 1.56;
  }
}
.wealthy .inflation-text .source-txt {
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .wealthy .inflation-text .source-txt {
    width: 88rem;
  }
}
.wealthy .inflation-text .source-txt p {
  font-size: 1.2rem;
  text-align: right;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .wealthy .inflation-text .source-txt p {
    font-size: 2rem;
  }
}
.wealthy .reservation-btn {
  margin: auto;
}
.wealthy .reservation-btn small {
  display: block;
  text-align: center;
  margin-top: 1rem;
  font-size: 1.4rem;
  color: #1d407d;
}
@media only screen and (max-width: 767px) {
  .wealthy .reservation-btn small {
    font-size: 2.1rem;
    letter-spacing: -0.01em;
    margin-top: 1.5rem;
  }
}
.wealthy .reservation-btn small strong {
  font-size: 1.8rem;
}
@media only screen and (max-width: 767px) {
  .wealthy .reservation-btn small strong {
    font-size: 2.8rem;
  }
}
.wealthy .reservation-btn small strong span {
  font-size: 1.6rem;
}
@media only screen and (max-width: 767px) {
  .wealthy .reservation-btn small strong span {
    font-size: 2.4rem;
  }
}

.about {
  background: #34538A;
  background: radial-gradient(circle, rgb(52, 83, 138) 0%, rgb(0, 32, 81) 100%);
  padding: 9.1rem 0 9.8rem;
  margin-bottom: 10.8rem;
}
@media only screen and (max-width: 767px) {
  .about {
    padding: 10.3rem 0 11.6rem;
    margin-bottom: 11.8rem;
  }
}
.about .inner {
  margin: auto;
}
@media print, screen and (min-width: 768px) {
  .about .inner {
    width: 110rem;
  }
}
@media screen and (max-width: 1023px) {
  .about .inner {
    width: 140rem;
  }
}
@media only screen and (max-width: 767px) {
  .about .inner {
    width: 100%;
  }
}
.about h2,
.about .read-txt {
  color: #fff;
  text-align: center;
}
.about h2 {
  font-size: 3.4rem;
  font-weight: 700;
  margin-bottom: 4.6rem;
}
@media only screen and (max-width: 767px) {
  .about h2 {
    font-size: 5.1rem;
    margin-bottom: 5.4rem;
  }
}
.about h2 span {
  display: block;
  margin-bottom: 4rem;
  font-size: 2.6rem;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .about h2 span {
    font-size: 3.9rem;
    line-height: 1.692;
  }
}
.about h2::after {
  content: "";
  width: 50rem;
  height: 2px;
  background: rgba(193, 150, 90, 0);
  background: linear-gradient(90deg, rgba(193, 150, 90, 0) 0%, rgb(225, 201, 148) 20%, rgb(255, 252, 247) 42%, rgb(225, 201, 148) 58%, rgb(225, 201, 148) 80%, rgba(193, 150, 90, 0) 100%);
  display: block;
  margin: 3rem auto 0;
}
.about .read-txt {
  line-height: 2.2;
  margin-bottom: 4.8rem;
  font-size: 2rem;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .about .read-txt {
    font-size: 3rem;
    line-height: 1.95;
    margin-bottom: 5.7rem;
  }
}
.about .read-txt strong {
  color: #e7bf32;
  weight: 700;
}
.about--list {
  display: flex;
  align-items: stretch;
  gap: 3rem;
  margin-bottom: 1.6rem;
}
@media only screen and (max-width: 767px) {
  .about--list {
    flex-wrap: wrap;
    width: 60.7rem;
    margin: 0 auto 2.5rem;
    gap: 3.9rem;
  }
}
.about--list .single {
  border: 1px solid #fff;
  background: #fff;
  width: calc((100% - 6rem) / 3);
  box-shadow: 5px 5px 3px rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width: 767px) {
  .about--list .single {
    width: 100%;
  }
}
.about--list .single figure {
  position: relative;
}
.about--list .single figure figcaption {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .about--list .single figure figcaption {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4rem;
  }
}
.about--list .single figure figcaption * {
  color: #fff;
  text-align: center;
}
.about--list .single figure figcaption .en {
  font-size: 5rem;
  font-style: italic;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .about--list .single figure figcaption .en {
    font-size: 7.5rem;
    margin-left: -3rem;
    margin-right: 3rem;
  }
}
.about--list .single figure figcaption h3 {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.16em;
}
@media only screen and (max-width: 767px) {
  .about--list .single figure figcaption h3 {
    font-size: 3rem;
  }
}
.about--list .single .content-txt {
  font-size: 1.6rem;
  line-height: 1.625;
  padding: 3rem 2rem 2.4rem;
  letter-spacing: -0.05em;
}
@media only screen and (max-width: 767px) {
  .about--list .single .content-txt {
    padding: 2.1rem 2.9rem;
    font-size: 2.6rem;
    line-height: 1.7;
  }
}
.about .small-txt {
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .about .small-txt {
    width: 60.7rem;
    margin: auto;
  }
}
.about .small-txt li small {
  font-size: 1.2rem;
  display: block;
}
@media only screen and (max-width: 767px) {
  .about .small-txt li small {
    font-size: 2rem;
    padding-left: 3.6rem;
    text-indent: -3.6rem;
    line-height: 1.5;
  }
}

.merit {
  margin-bottom: 9.7rem;
}
@media only screen and (max-width: 767px) {
  .merit {
    margin-bottom: 13.5rem;
  }
}
.merit .inner {
  margin: auto;
}
@media print, screen and (min-width: 768px) {
  .merit .inner {
    width: 110rem;
  }
}
@media screen and (max-width: 1023px) {
  .merit .inner {
    width: 140rem;
  }
}
@media only screen and (max-width: 767px) {
  .merit .inner {
    width: 100%;
  }
}
.merit .section-ttl {
  margin-bottom: 5.3rem;
}
@media only screen and (max-width: 767px) {
  .merit .section-ttl {
    margin-bottom: 6.1rem;
  }
}
.merit .section-ttl h2 {
  font-size: 3.4rem;
}
@media only screen and (max-width: 767px) {
  .merit .section-ttl h2 {
    font-size: 5.1rem;
  }
}
.merit .section-ttl h2 span {
  color: #000;
  display: block;
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1.92;
  margin-bottom: 3.6rem;
}
@media only screen and (max-width: 767px) {
  .merit .section-ttl h2 span {
    font-size: 3.9rem;
    line-height: 1.72;
    margin-bottom: 4rem;
  }
}
.merit--list {
  display: flex;
  align-items: stretch;
  gap: 3.2rem;
}
@media only screen and (max-width: 767px) {
  .merit--list {
    flex-wrap: wrap;
    gap: 3.2rem;
  }
}
.merit--list .single {
  width: calc((100% - 6.4rem) / 3);
}
@media only screen and (max-width: 767px) {
  .merit--list .single {
    width: 68.7rem;
    margin: auto;
  }
}
.merit--list .single dt {
  color: #1d407d;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
  padding-bottom: 1.3rem;
  margin-bottom: 1.5rem;
  border-bottom: 2px solid #1d407d;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .merit--list .single dt {
    font-size: 3rem;
    margin-bottom: 2.1rem;
  }
}
.merit--list .single dt span {
  font-size: 1.6rem;
}
@media only screen and (max-width: 767px) {
  .merit--list .single dt span {
    font-size: 2.4rem;
  }
}
.merit--list .single dd p {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.625;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 767px) {
  .merit--list .single dd p {
    font-size: 2.6rem;
    line-height: 1.68;
    margin-bottom: 1.4rem;
  }
}
.merit--list .single dd .small li {
  font-size: 1.2rem;
  line-height: 1.66;
  text-indent: -1.2rem;
  padding-left: 1.2rem;
}
@media only screen and (max-width: 767px) {
  .merit--list .single dd .small li {
    font-size: 2rem;
    padding-left: 2rem;
    text-indent: -2rem;
    line-height: 1.56;
  }
}

.reason {
  padding: 8.6rem 0 9.2rem;
  background: #CDCDCD;
  background: linear-gradient(90deg, rgba(205, 205, 205, 0.5) 0%, rgba(242, 242, 242, 0.5) 50%, rgba(242, 242, 242, 0.5) 74%, rgba(190, 190, 190, 0.5) 100%);
  margin-bottom: 10.7rem;
}
@media only screen and (max-width: 767px) {
  .reason {
    padding: 10rem 0 9.2rem;
    margin-bottom: 13.9rem;
  }
}
.reason .inner {
  margin: auto;
}
@media print, screen and (min-width: 768px) {
  .reason .inner {
    width: 110rem;
  }
}
@media screen and (max-width: 1023px) {
  .reason .inner {
    width: 130rem;
  }
}
@media only screen and (max-width: 767px) {
  .reason .inner {
    width: 100%;
  }
}
.reason .section-ttl {
  color: #000;
  line-height: 1.82;
  margin-bottom: 4.5rem;
}
@media only screen and (max-width: 767px) {
  .reason .section-ttl {
    font-size: 3.9rem;
    line-height: 1.72;
    margin-bottom: 5.3rem;
  }
}
.reason .section-ttl::after {
  display: none;
}
.reason .content-ttl figure {
  margin-bottom: 5rem;
}
@media only screen and (max-width: 767px) {
  .reason .content-ttl figure {
    margin-bottom: 5.6rem;
  }
}
.reason .content-ttl figure img {
  width: 29.5rem;
  display: block;
  margin: 0 auto 1.4rem;
}
@media only screen and (max-width: 767px) {
  .reason .content-ttl figure img {
    width: 50rem;
  }
}
.reason .content-ttl figure figcaption h3 {
  text-align: center;
  font-size: 3.4rem;
  font-weight: 600;
  color: #1d407d;
}
@media only screen and (max-width: 767px) {
  .reason .content-ttl figure figcaption h3 {
    font-size: 5.1rem;
  }
}
.reason--list {
  margin-bottom: 10.6rem;
}
@media only screen and (max-width: 767px) {
  .reason--list {
    width: 60.7rem;
    margin: 0 auto 11.3rem;
  }
}
.reason--list .single:not(:last-of-type) {
  margin-bottom: 5rem;
}
@media only screen and (max-width: 767px) {
  .reason--list .single:not(:last-of-type) {
    margin-bottom: 5.2rem;
  }
}
.reason--list .single:nth-of-type(even) figure {
  flex-direction: row-reverse;
}
@media print, screen and (min-width: 768px) {
  .reason--list .single figure {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
  }
}
.reason--list .single figure .thumb {
  width: 52.5rem;
}
@media only screen and (max-width: 767px) {
  .reason--list .single figure .thumb {
    width: 100%;
  }
}
.reason--list .single figure .thumb .image-txt {
  font-size: 1.2rem;
  margin-top: 0.5rem;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .reason--list .single figure .thumb .image-txt {
    font-size: 2rem;
  }
}
.reason--list .single figure figcaption {
  width: calc(100% - 52.5rem);
  padding: 3rem 4rem 0;
}
@media only screen and (max-width: 767px) {
  .reason--list .single figure figcaption {
    width: 100%;
    padding: 1.9rem 0 0;
  }
}
.reason--list .single figure figcaption h4 {
  display: flex;
  align-items: center;
  margin-bottom: 1.3rem;
  font-size: 2.8rem;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .reason--list .single figure figcaption h4 {
    display: grid;
    grid-template-columns: -webkit-max-content -webkit-max-content;
    grid-template-columns: max-content max-content;
    font-size: 4.2rem;
    margin-bottom: 1rem;
  }
}
.reason--list .single figure figcaption h4::before {
  content: "";
  width: 8rem;
  height: 8rem;
  margin-right: 2rem;
}
@media only screen and (max-width: 767px) {
  .reason--list .single figure figcaption h4::before {
    width: 12rem;
    height: 12rem;
    margin-right: 2.5rem;
  }
}
.reason--list .single figure figcaption p {
  font-size: 1.6rem;
  line-height: 1.875;
}
.reason--list .single figure figcaption p strong {
  text-decoration: underline;
}
@media only screen and (max-width: 767px) {
  .reason--list .single figure figcaption p {
    font-size: 2.6rem;
    line-height: 1.7;
  }
}
.reason--list .single figure figcaption p small {
  display: block;
  font-size: 1.1rem;
  margin-top: 1rem;
}
@media only screen and (max-width: 767px) {
  .reason--list .single figure figcaption p small {
    font-size: 2rem;
  }
}
.reason--list .single.reason1 figure figcaption h4::before {
  background: url("../img/home/reason-icon1.svg") no-repeat center/cover;
}
@media only screen and (max-width: 767px) {
  .reason--list .single.reason2 figure figcaption h4 {
    letter-spacing: -0.12em;
  }
}
.reason--list .single.reason2 figure figcaption h4::before {
  background: url("../img/home/reason-icon2.svg") no-repeat center/cover;
}
.reason--list .single.reason3 figure figcaption h4::before {
  background: url("../img/home/reason-icon3.svg") no-repeat center/cover;
}
.reason .answer {
  margin-bottom: 8.3rem;
}
@media only screen and (max-width: 767px) {
  .reason .answer {
    margin-bottom: 9.3rem;
  }
}
.reason .answer h3 {
  text-align: center;
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1.923;
  margin-bottom: 9.8rem;
}
@media only screen and (max-width: 767px) {
  .reason .answer h3 {
    font-size: 3.6rem;
    margin-bottom: 10.8rem;
  }
}
@media print, screen and (min-width: 768px) {
  .reason .answer--content {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 0 5rem;
  }
}
.reason .answer--content .read-txt {
  text-align: center;
  width: 100%;
}
.reason .answer--content .read-txt h4 {
  color: #603813;
  margin-bottom: 2.6rem;
  font-size: 2.8rem;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .reason .answer--content .read-txt h4 {
    font-size: 4.2rem;
  }
}
.reason .answer--content .read-txt p {
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 4.7rem;
}
@media only screen and (max-width: 767px) {
  .reason .answer--content .read-txt p {
    font-size: 3rem;
    letter-spacing: -0.04em;
    line-height: 1.8;
  }
}
.reason .answer--content .single {
  width: 52.5rem;
}
@media screen and (max-width: 1023px) {
  .reason .answer--content .single {
    width: calc(50% - 2.5rem);
  }
}
@media only screen and (max-width: 767px) {
  .reason .answer--content .single {
    width: 60.7rem;
    margin: auto;
  }
  .reason .answer--content .single:not(:last-of-type) {
    margin-bottom: 4rem;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .reason .answer--content .single:not(:last-of-type) {
    margin-bottom: 4.6rem;
  }
}
.reason .answer--content .single h4 {
  text-align: center;
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 2.4rem;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 767px) {
  .reason .answer--content .single h4 {
    font-size: 3.3rem;
  }
}
.reason .answer--content .single h4 span {
  display: block;
  margin-top: 0.2rem;
  letter-spacing: 0;
  font-size: 1.4rem;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .reason .answer--content .single h4 span {
    font-size: 2.1rem;
  }
}
.reason .answer--content .single--content {
  background: #fff;
  padding: 5rem 6rem 4.5rem;
}
@media only screen and (max-width: 767px) {
  .reason .answer--content .single--content {
    padding: 5rem 4rem 4.5rem;
  }
}
.reason .answer--content .single--content .canvas_box {
  width: 36rem;
  margin: 0 0 2.3rem;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .reason .answer--content .single--content .canvas_box {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .reason .answer--content .single--content .canvas_box {
    width: 70%;
    margin: 1rem 0 2.3rem 4.7rem;
  }
}
.reason .answer--content .single--content .canvas_box ul {
  position: absolute;
  top: 4.2rem;
  right: -0.7rem;
}
@media only screen and (max-width: 767px) {
  .reason .answer--content .single--content .canvas_box ul {
    top: 0.6rem;
    right: -3rem;
  }
}
.reason .answer--content .single--content .canvas_box ul li {
  font-size: 1.4rem;
  margin-bottom: 0.15rem;
}
@media only screen and (max-width: 767px) {
  .reason .answer--content .single--content .canvas_box ul li {
    font-size: 2.1rem;
    margin-bottom: 0.25rem;
  }
}
.reason .answer--content .single--content .canvas_box ul li::before {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
  margin-right: 1rem;
  position: relative;
  top: 0.2rem;
}
@media only screen and (max-width: 767px) {
  .reason .answer--content .single--content .canvas_box ul li::before {
    width: 2.25rem;
    height: 2.25rem;
    margin-right: 1.4rem;
  }
}
.reason .answer--content .single--content .canvas_box ul li.color1::before {
  background: #5b8dbe;
}
.reason .answer--content .single--content .canvas_box ul li.color2::before {
  background: #e17b39;
}
.reason .answer--content .single--content .canvas_box ul li.color3::before {
  background: #9e9e9e;
}
.reason .answer--content .single--content .canvas_box ul li.color4::before {
  background: #d4a051;
}
.reason .answer--content .single--content .canvas_box ul li.color5::before {
  background: #7ec4cf;
}
.reason .answer--content .single--content .canvas_box ul li.color6::before {
  background: #7eb068;
}
.reason .answer--content .single--content .canvas_box canvas {
  width: 100% !important;
  height: auto !important;
  position: relative;
  left: -4.3rem;
}
@media only screen and (max-width: 767px) {
  .reason .answer--content .single--content .canvas_box canvas {
    left: -7.3rem;
    height: 30rem !important;
  }
}
.reason .answer--content .single--content p {
  font-size: 1.6rem;
  line-height: 1.875;
}
@media only screen and (max-width: 767px) {
  .reason .answer--content .single--content p {
    font-size: 2.6rem;
    line-height: 1.7;
  }
}
.reason .answer--content .single--content p strong {
  font-weight: 700;
}
.reason .answer--content .small {
  margin-top: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .reason .answer--content .small {
    width: 60.7rem;
    margin: 4.3rem auto 0;
  }
}
.reason .answer--content .small li {
  font-size: 1.2rem;
}
@media only screen and (max-width: 767px) {
  .reason .answer--content .small li {
    font-size: 2rem;
    padding-left: 2rem;
    text-indent: -2rem;
  }
}
.reason .question h3 {
  text-align: center;
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1.923;
  margin-bottom: 6.8rem;
}
@media only screen and (max-width: 767px) {
  .reason .question h3 {
    font-size: 3.9rem;
    line-height: 1.74;
    margin-bottom: 8.9rem;
  }
}
.reason .question .reservation-btn {
  margin: 0 auto;
}
.reason .question .reservation-btn a {
  margin-bottom: 1rem;
}
@media only screen and (max-width: 767px) {
  .reason .question .reservation-btn a {
    margin-bottom: 1.5rem;
  }
}
.reason .question .reservation-btn small {
  text-align: center;
  display: block;
  color: #1d407d;
  font-size: 1.4rem;
}
@media only screen and (max-width: 767px) {
  .reason .question .reservation-btn small {
    font-size: 2.1rem;
    letter-spacing: -0.02em;
  }
}
.reason .question .reservation-btn small strong {
  font-size: 1.8rem;
}
@media only screen and (max-width: 767px) {
  .reason .question .reservation-btn small strong {
    font-size: 2.8rem;
  }
}
.reason .question .reservation-btn small strong span {
  font-size: 1.6rem;
}
@media only screen and (max-width: 767px) {
  .reason .question .reservation-btn small strong span {
    font-size: 2.4rem;
  }
}

.plan {
  margin-bottom: 12rem;
}
@media only screen and (max-width: 767px) {
  .plan {
    margin-bottom: 14rem;
  }
}
.plan .inner {
  margin: auto;
}
@media print, screen and (min-width: 768px) {
  .plan .inner {
    width: 110rem;
  }
}
@media screen and (max-width: 1023px) {
  .plan .inner {
    width: 140rem;
  }
}
@media only screen and (max-width: 767px) {
  .plan .inner {
    width: 100%;
  }
}
.plan h2 {
  text-align: center;
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1.923;
  margin-bottom: 3.7rem;
}
@media only screen and (max-width: 767px) {
  .plan h2 {
    font-size: 3.9rem;
    line-height: 1.75;
    margin-bottom: 4.1rem;
  }
}
.plan--content {
  margin-bottom: 8.4rem;
}
@media only screen and (max-width: 767px) {
  .plan--content {
    margin-bottom: 9.4rem;
  }
}
.plan--content h3 {
  color: #1d407d;
  font-size: 3.4rem;
  font-weight: 700;
  margin-bottom: 4.9rem;
  text-align: center;
  letter-spacing: 0.14em;
}
@media only screen and (max-width: 767px) {
  .plan--content h3 {
    font-size: 5.1rem;
    margin-bottom: 5.5rem;
  }
}
.plan--content h3.other {
  font-size: 2.8rem;
  letter-spacing: 0;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 767px) {
  .plan--content h3.other {
    font-size: 4.2rem;
    margin-bottom: 2.1rem;
  }
}
.plan--content .content-sub_ttl {
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  line-height: 2.2;
  margin-bottom: 4.7rem;
}
@media only screen and (max-width: 767px) {
  .plan--content .content-sub_ttl {
    font-size: 3rem;
    letter-spacing: -0.02em;
    line-height: 2;
    margin-bottom: 5.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .plan--content .small-txt {
    width: 68.7rem;
    margin: auto;
  }
}
.plan--content .small-txt small {
  font-size: 1.2rem;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .plan--content .small-txt small {
    font-size: 2rem;
    padding-left: 2.5rem;
    text-indent: -2.5rem;
  }
}
.plan--list {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 3rem;
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .plan--list {
    width: 68.7rem;
    margin: 0 auto 2.5rem;
    gap: 3.9rem;
  }
}
.plan--list .single {
  width: calc((100% - 6rem) / 3);
  background: #f2f2f2;
  box-shadow: 5px 5px 3px rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 767px) {
  .plan--list .single {
    width: 100%;
    display: flex;
    align-items: flex-start;
  }
}
.plan--list .single figure {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .plan--list .single figure {
    width: 30rem;
  }
}
.plan--list .single figure picture img {
  width: 100%;
}
.plan--list .single figure figcaption {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
}
.plan--list .single figure figcaption * {
  color: #fff;
  text-align: center;
}
.plan--list .single figure figcaption .en {
  font-size: 5rem;
  font-style: italic;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .plan--list .single figure figcaption .en {
    font-size: 7.5rem;
  }
}
.plan--list .single figure figcaption h4 {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.2em;
}
@media only screen and (max-width: 767px) {
  .plan--list .single figure figcaption h4 {
    font-size: 3rem;
  }
}
.plan--list .single .content-txt {
  padding: 2.4rem 1.9rem 3.1rem;
  font-size: 1.6rem;
  line-height: 1.625;
  letter-spacing: -0.13em;
}
@media only screen and (max-width: 767px) {
  .plan--list .single .content-txt {
    width: calc(100% - 30rem);
    font-size: 2.3rem;
    letter-spacing: -0.09em;
    padding-bottom: 1rem;
    padding: 2.2rem 3rem 1rem;
    line-height: 1.9;
  }
}
.plan--list .single .content-txt small {
  font-size: inherit;
}
@media only screen and (max-width: 767px) {
  .plan--list .single .content-txt small {
    padding-left: 2.5rem;
    text-indent: -2.5rem;
    display: inline-block;
  }
}
.plan .example {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
  gap: 3rem;
}
@media only screen and (max-width: 767px) {
  .plan .example {
    gap: 4rem;
  }
}
.plan .example .check-content {
  width: 47.5rem;
  box-shadow: 5px 5px 3px rgba(0, 0, 0, 0.2);
  border: 1px solid #ccc;
  padding: 2.3rem 3rem 3.1rem;
}
@media only screen and (max-width: 767px) {
  .plan .example .check-content {
    width: 68.7rem;
    padding: 2.7rem 2.6rem 3.1rem 3.8rem;
  }
}
.plan .example .check-content dl dt {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  color: #1d407d;
  letter-spacing: 0.2em;
  border-bottom: 2px solid #ab8765;
  padding-bottom: 1.5rem;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 767px) {
  .plan .example .check-content dl dt {
    font-size: 3rem;
    border-bottom-width: 3px;
    margin-bottom: 2.6rem;
  }
}
@media print, screen and (min-width: 768px) {
  .plan .example .check-content dl dd {
    padding: 0 0 0 2rem;
  }
}
.plan .example .check-content dl dd ul li {
  padding-left: 4.3rem;
  position: relative;
  font-size: 1.5rem;
  letter-spacing: -0.04em;
}
@media only screen and (max-width: 767px) {
  .plan .example .check-content dl dd ul li {
    font-size: 2.4rem;
    padding-left: 6rem;
    letter-spacing: -0.02em;
  }
}
.plan .example .check-content dl dd ul li:not(:last-of-type) {
  margin-bottom: 1.6rem;
}
@media only screen and (max-width: 767px) {
  .plan .example .check-content dl dd ul li:not(:last-of-type) {
    margin-bottom: 2.2rem;
  }
}
.plan .example .check-content dl dd ul li::before {
  content: "";
  width: 2.8rem;
  height: 2.6rem;
  background: url("../img/common/check-icon.svg") no-repeat center/cover;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .plan .example .check-content dl dd ul li::before {
    width: 4.2rem;
    height: 4rem;
  }
}

.support .inner {
  background: #CDCDCD;
  background: linear-gradient(90deg, rgba(205, 205, 205, 0.5) 0%, rgba(242, 242, 242, 0.5) 50%, rgba(242, 242, 242, 0.5) 74%, rgba(190, 190, 190, 0.5) 100%);
  padding: 9rem 0 10rem;
}
@media only screen and (max-width: 767px) {
  .support .inner {
    padding: 10rem 0 11.6rem;
  }
}
.support h2 {
  text-align: center;
  font-size: 3.4rem;
  font-weight: 700;
  margin-bottom: 2.5rem;
  color: #1d407d;
}
@media only screen and (max-width: 767px) {
  .support h2 {
    font-size: 5.1rem;
    margin-bottom: 2rem;
  }
}
.support p {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 5.3rem;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .support p {
    font-size: 3rem;
    line-height: 1.8;
  }
}
.support .loop-area {
  overflow: hidden; /* はみ出しを隠す */
}
.support .js-loop-list {
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content; /* 中身に合わせて幅を広げる */
  -webkit-animation: infinity-loop 20s linear infinite;
          animation: infinity-loop 20s linear infinite;
  gap: 3rem;
}
@media only screen and (max-width: 767px) {
  .support .js-loop-list {
    gap: 4rem;
    -webkit-animation: infinity-loop 30s linear infinite;
            animation: infinity-loop 30s linear infinite;
  }
  .support .js-loop-list li {
    width: 45rem;
  }
  .support .js-loop-list li img {
    width: 100%;
  }
}
.support .js-loop-list:hover {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.support--txt {
  text-align: center;
  padding-top: 10.7rem;
}
@media only screen and (max-width: 767px) {
  .support--txt {
    padding-top: 12.3rem;
  }
}
.support--txt h3 {
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1.923;
  margin-bottom: 3.9rem;
}
@media only screen and (max-width: 767px) {
  .support--txt h3 {
    font-size: 3.9rem;
    line-height: 1.7;
    margin-bottom: 4.1rem;
  }
}
.support--txt p {
  color: #1d407d;
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 1.47;
  margin-bottom: 5rem;
}
@media only screen and (max-width: 767px) {
  .support--txt p {
    font-size: 5.1rem;
    margin-bottom: 6rem;
  }
}

@-webkit-keyframes infinity-loop {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  } /* 2セット分あるうちの半分まで行ったら0%に戻る */
}

@keyframes infinity-loop {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  } /* 2セット分あるうちの半分まで行ったら0%に戻る */
}
.amazon-gift {
  background: #C49656;
  background: radial-gradient(circle, rgb(196, 150, 86) 0%, rgb(149, 114, 66) 100%);
  padding: 2.9rem 0 3rem;
}
@media only screen and (max-width: 767px) {
  .amazon-gift {
    padding: 3.4rem 4rem;
  }
}
.amazon-gift .gift--title {
  display: flex;
  align-items: center;
  width: 89rem;
  margin: 0 auto 1.6rem;
}
@media only screen and (max-width: 767px) {
  .amazon-gift .gift--title {
    margin: 0 auto 2.4rem;
    width: auto;
  }
}
.amazon-gift .gift--title .limited {
  background: #fff;
  display: block;
  width: 12.4rem;
  line-height: 4.08rem;
  border-radius: 0.5rem;
  box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.2);
  color: #ab8765;
  text-align: center;
  font-size: 2.3rem;
  font-weight: 700;
  margin-right: 1.6rem;
}
@media only screen and (max-width: 767px) {
  .amazon-gift .gift--title .limited {
    width: 14.4rem;
    line-height: 4.8rem;
    font-size: 2.68rem;
  }
}
.amazon-gift .gift--title h2 {
  color: #fff;
  font-size: 3.4rem;
  font-weight: 600;
  text-shadow: 3px 3px 2px rgba(0, 0, 0, 0.4);
  line-height: 1.2;
  letter-spacing: 0.02em;
}
@media only screen and (max-width: 767px) {
  .amazon-gift .gift--title h2 {
    font-size: 4.2rem;
    text-align: center;
  }
}
.amazon-gift .gift--title h2 span {
  font-size: 2.8rem;
}
@media only screen and (max-width: 767px) {
  .amazon-gift .gift--title h2 span {
    font-size: 3.4rem;
  }
}
.amazon-gift .gift-text {
  text-align: center;
  width: 50rem;
  height: 4rem;
  border: 1px solid #fff;
  margin: 0 auto 0.5rem;
}
@media only screen and (max-width: 767px) {
  .amazon-gift .gift-text {
    width: 100%;
    height: 5.6rem;
    margin: 0 auto 0.2rem;
  }
}
.amazon-gift .gift-text p {
  display: inline-block;
  text-shadow: 3.6px 3.6px 2.4px rgba(0, 0, 0, 0.4);
  color: #fff;
  line-height: 4rem;
  font-size: 1.6rem;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .amazon-gift .gift-text p {
    font-size: 2.2rem;
  }
}
.amazon-gift .gift-text p strong {
  font-size: 2rem;
}
@media only screen and (max-width: 767px) {
  .amazon-gift .gift-text p strong {
    font-size: 2.8rem;
  }
}
.amazon-gift .link {
  text-align: center;
}
.amazon-gift .link a {
  color: #fff;
  display: inline-block;
  text-decoration: underline;
  font-size: 1.4rem;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .amazon-gift .link a {
    font-size: 2rem;
  }
}

.contact {
  padding: 5.4rem 0 10rem;
  background: #D3B572;
  background: linear-gradient(90deg, rgba(211, 181, 114, 0.2) 0%, rgba(255, 232, 169, 0.2) 42%, rgba(255, 243, 212, 0.2) 67%, rgba(241, 216, 150, 0.2) 88%);
  margin-bottom: 11.4rem;
}
@media only screen and (max-width: 767px) {
  .contact {
    padding: 6.2rem 4rem 12rem;
    margin-bottom: 14rem;
  }
}
.contact .inner {
  margin: auto;
}
@media print, screen and (min-width: 768px) {
  .contact .inner {
    width: 110rem;
  }
}
@media screen and (max-width: 1023px) {
  .contact .inner {
    width: 140rem;
  }
}
@media only screen and (max-width: 767px) {
  .contact .inner {
    width: 100%;
  }
}
.contact .inner .must {
  color: #603813;
  font-size: inherit;
  font-weight: 700;
}
.contact .inner .must-txt {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 2.3rem;
}
@media only screen and (max-width: 767px) {
  .contact .inner .must-txt {
    font-size: 2.4rem;
    margin-bottom: 1.7rem;
  }
}
.contact--form .error_message {
  color: red;
  font-size: 1.4rem;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  .contact--form .error_message {
    font-size: 2.2rem;
  }
}
.contact--form .input-list {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 0.7rem;
}
@media only screen and (max-width: 767px) {
  .contact--form .input-list {
    margin-bottom: 1.2rem;
  }
}
.contact--form .input-list dl {
  width: 52.2rem;
  display: flex;
  align-items: flex-start;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 767px) {
  .contact--form .input-list dl {
    width: 100%;
    margin-bottom: 1.1rem;
  }
}
.contact--form .input-list dl dt {
  margin-top: 1rem;
  font-size: 1.6rem;
  font-weight: 700;
  color: #333;
}
@media only screen and (max-width: 767px) {
  .contact--form .input-list dl dt {
    margin-top: 2rem;
    width: 23rem;
    font-size: 2.4rem;
  }
}
.contact--form .input-list dl dt.grid-label {
  margin-top: 0.2rem;
}
@media only screen and (max-width: 767px) {
  .contact--form .input-list dl dt.grid-label {
    margin-top: 0.5rem;
  }
}
.contact--form .input-list dl dd {
  width: 37rem;
  margin-left: auto;
}
@media only screen and (max-width: 767px) {
  .contact--form .input-list dl dd {
    width: calc(100% - 23rem);
  }
}
.contact--form .input-list dl dd div {
  margin-bottom: 1rem;
}
.contact--form .input-list dl dd div.select-box {
  position: relative;
}
.contact--form .input-list dl dd div.select-box::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-top: 8px solid #a36b00;
  border-bottom: 0;
  position: absolute;
  top: 0;
  right: 1.5rem;
  bottom: 0;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .contact--form .input-list dl dd div.select-box::after {
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 0.7rem solid transparent;
    border-left: 0.7rem solid transparent;
    border-top: 1.2rem solid #a36b00;
    border-bottom: 0;
    right: 3rem;
  }
}
.contact--form .input-list dl dd input,
.contact--form .input-list dl dd select {
  background: #fff;
  border: 1px solid #ccc;
  padding: 0 1.5rem;
  line-height: 4.8rem;
  font-size: 1.6rem;
  font-weight: 600;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .contact--form .input-list dl dd input,
.contact--form .input-list dl dd select {
    line-height: 7.4rem;
    font-size: 2.4rem;
  }
}
.contact--form .input-list dl dd select option {
  color: #333;
}
.contact--form .input-list dl dd input::-moz-placeholder {
  color: #b3b3b3;
}
.contact--form .input-list dl dd input::placeholder {
  color: #b3b3b3;
}
.contact--form .input-list dl dd .grid-content ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem 2.5rem;
}
@media only screen and (max-width: 767px) {
  .contact--form .input-list dl dd .grid-content ul {
    gap: 1.5rem 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .contact--form .input-list dl dd .grid-content ul li.other {
    grid-column: 1/span 2;
  }
}
.contact--form .input-list dl dd .grid-content ul li input {
  display: none;
}
.contact--form .input-list dl dd .grid-content ul li input[type=radio] + span::before, .contact--form .input-list dl dd .grid-content ul li input[type=radio] + span::after {
  content: "";
}
.contact--form .input-list dl dd .grid-content ul li input[type=radio] + span::before {
  width: 3rem;
  height: 3rem;
  background: #fff;
  border: 1px solid #b3b3b3;
  border-radius: 3rem;
}
@media only screen and (max-width: 767px) {
  .contact--form .input-list dl dd .grid-content ul li input[type=radio] + span::before {
    width: 4.5rem;
    height: 4.5rem;
  }
}
.contact--form .input-list dl dd .grid-content ul li input[type=radio] + span::after {
  position: absolute;
  top: 0;
  left: 0.7rem;
  bottom: 0;
  margin: auto;
  width: 1.6rem;
  height: 1.6rem;
  background: #ab8765;
  border-radius: 1.6rem;
  display: none;
}
@media only screen and (max-width: 767px) {
  .contact--form .input-list dl dd .grid-content ul li input[type=radio] + span::after {
    width: 2.25rem;
    height: 2.25rem;
    left: 1.1rem;
  }
}
.contact--form .input-list dl dd .grid-content ul li input[type=radio]:checked + span::after {
  display: block;
}
.contact--form .input-list dl dd .grid-content ul li input[type=checkbox]:checked + span::after {
  display: block;
}
@media only screen and (max-width: 767px) {
  .contact--form .input-list dl dd .grid-content ul li input[type=checkbox] + span {
    letter-spacing: -0.05em;
  }
}
.contact--form .input-list dl dd .grid-content ul li input[type=checkbox] + span::before, .contact--form .input-list dl dd .grid-content ul li input[type=checkbox] + span::after {
  content: "";
}
.contact--form .input-list dl dd .grid-content ul li input[type=checkbox] + span::before {
  width: 3rem;
  height: 3rem;
  background: #fff;
  border: 1px solid #b3b3b3;
}
@media only screen and (max-width: 767px) {
  .contact--form .input-list dl dd .grid-content ul li input[type=checkbox] + span::before {
    width: 4.5rem;
    height: 4.5rem;
  }
}
.contact--form .input-list dl dd .grid-content ul li input[type=checkbox] + span::after {
  width: 1.2rem;
  height: 2rem;
  border-right: 3px solid #ab8765;
  border-bottom: 3px solid #ab8765;
  transform: rotate(45deg);
  position: absolute;
  top: 0.1rem;
  left: 0.9rem;
  display: none;
}
@media only screen and (max-width: 767px) {
  .contact--form .input-list dl dd .grid-content ul li input[type=checkbox] + span::after {
    width: 2rem;
    height: 3.5rem;
    top: -1.4rem;
    left: 1.2rem;
    bottom: 0;
    margin: auto;
  }
}
.contact--form .input-list dl dd .grid-content ul li span {
  display: grid;
  gap: 1rem;
  grid-template-columns: -webkit-max-content -webkit-max-content;
  grid-template-columns: max-content max-content;
  align-items: center;
  position: relative;
  font-size: 1.5rem;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .contact--form .input-list dl dd .grid-content ul li span {
    font-size: 2.2rem;
  }
}
.contact--form .check-list {
  margin-bottom: 5.3rem;
}
@media only screen and (max-width: 767px) {
  .contact--form .check-list {
    margin-bottom: 6rem;
  }
}
.contact--form .check-list p {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
@media only screen and (max-width: 767px) {
  .contact--form .check-list p {
    font-size: 2.4rem;
    margin-bottom: 1rem;
  }
}
.contact--form .check-list .check-content {
  border: 1px solid #cccccc;
  background: rgba(255, 255, 255, 0.5);
  padding: 3rem 0;
}
@media only screen and (max-width: 767px) {
  .contact--form .check-list .check-content {
    padding: 3.9rem;
  }
}
.contact--form .check-list .check-content ul {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1.5rem 0;
}
@media only screen and (max-width: 767px) {
  .contact--form .check-list .check-content ul {
    gap: 1.8rem 0;
  }
}
.contact--form .check-list .check-content ul li {
  width: 50%;
  padding-left: 3rem;
  font-size: 1.5rem;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .contact--form .check-list .check-content ul li {
    padding-left: 0;
    width: 100%;
    font-size: 2.2rem;
  }
}
.contact--form .check-list .check-content ul li label input {
  display: none;
}
.contact--form .check-list .check-content ul li label input:checked + span::after {
  display: block;
}
.contact--form .check-list .check-content ul li label span {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: -webkit-max-content -webkit-max-content;
  grid-template-columns: max-content max-content;
  align-items: center;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .contact--form .check-list .check-content ul li label span {
    grid-template-columns: 1fr 13fr;
  }
}
.contact--form .check-list .check-content ul li label span::before, .contact--form .check-list .check-content ul li label span::after {
  content: "";
}
.contact--form .check-list .check-content ul li label span::before {
  width: 3rem;
  height: 3rem;
  background: #fff;
  border: 1px solid #b3b3b3;
}
@media only screen and (max-width: 767px) {
  .contact--form .check-list .check-content ul li label span::before {
    width: 4.5rem;
    height: 4.5rem;
  }
}
.contact--form .check-list .check-content ul li label span::after {
  width: 1.2rem;
  height: 2rem;
  border-right: 3px solid #ab8765;
  border-bottom: 3px solid #ab8765;
  transform: rotate(45deg);
  position: absolute;
  top: 0.1rem;
  left: 0.9rem;
  display: none;
}
@media only screen and (max-width: 767px) {
  .contact--form .check-list .check-content ul li label span::after {
    width: 2rem;
    height: 3.5rem;
    top: -1.4rem;
    left: 1.2rem;
    bottom: 0;
    margin: auto;
  }
}
.contact--form .check-area dl {
  margin-bottom: 1.9rem;
}
@media print, screen and (min-width: 768px) {
  .contact--form .check-area dl {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .contact--form .check-area dl {
    margin-bottom: 3.1rem;
  }
}
.contact--form .check-area dl dt {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 767px) {
  .contact--form .check-area dl dt {
    font-size: 2.6rem;
    text-align: center;
    margin-bottom: 1.7rem;
  }
}
.contact--form .check-area dl dd {
  width: 84rem;
  margin: auto;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.714;
}
@media only screen and (max-width: 767px) {
  .contact--form .check-area dl dd {
    width: 100%;
    font-size: 2.2rem;
  }
}
.contact--form .check-area dl dd a {
  color: #a36b00;
  text-decoration: underline;
}
.contact--form .check-area .check-btn {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 4rem;
}
.contact--form .check-area .check-btn label input {
  display: none;
}
.contact--form .check-area .check-btn label input:checked + span::after {
  display: block;
}
.contact--form .check-area .check-btn label span {
  font-size: 1.6rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .contact--form .check-area .check-btn label span {
    font-size: 3.2rem;
  }
}
.contact--form .check-area .check-btn label span::before, .contact--form .check-area .check-btn label span::after {
  content: "";
}
.contact--form .check-area .check-btn label span::before {
  width: 3rem;
  height: 3rem;
  background: #fff;
  border: 1px solid #b3b3b3;
}
@media only screen and (max-width: 767px) {
  .contact--form .check-area .check-btn label span::before {
    width: 4.5rem;
    height: 4.5rem;
  }
}
.contact--form .check-area .check-btn label span::after {
  width: 1.2rem;
  height: 2rem;
  border-right: 3px solid #ab8765;
  border-bottom: 3px solid #ab8765;
  transform: rotate(45deg);
  position: absolute;
  top: 0.1rem;
  left: 0.9rem;
  display: none;
}
@media only screen and (max-width: 767px) {
  .contact--form .check-area .check-btn label span::after {
    width: 2rem;
    height: 3.5rem;
    top: -1.4rem;
    left: 1.2rem;
    bottom: 0;
    margin: auto;
  }
}
.contact--form .check-area .check-btn .error_message {
  width: 100%;
  margin-top: 1rem;
}
.contact--form .check-area .reservation-btn {
  margin: auto;
}

.footer {
  background: #34538A;
  background: radial-gradient(circle, rgb(52, 83, 138) 0%, rgb(0, 32, 81) 100%);
  padding-bottom: 4rem;
}
@media only screen and (max-width: 767px) {
  .footer {
    padding-bottom: 7rem;
  }
}
.footer--catch {
  background: rgba(0, 0, 0, 0.4);
  line-height: 8rem;
  text-align: center;
  margin-bottom: 3.7rem;
}
@media only screen and (max-width: 767px) {
  .footer--catch {
    line-height: 12.9rem;
    margin-bottom: 6.6rem;
  }
}
.footer--catch p {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.13em;
}
@media only screen and (max-width: 767px) {
  .footer--catch p {
    font-size: 2.6rem;
  }
}
.footer--txt dl {
  color: #fff;
  width: 100rem;
  margin: 0 auto 4rem;
}
@media only screen and (max-width: 767px) {
  .footer--txt dl {
    width: 68.7rem;
    margin-bottom: 7.1rem;
  }
}
.footer--txt dl dt {
  text-align: center;
  font-size: 2rem;
  font-weight: 400;
  margin-bottom: 1.8rem;
}
@media only screen and (max-width: 767px) {
  .footer--txt dl dt {
    font-size: 3.2rem;
    margin-bottom: 2.7rem;
  }
}
.footer--txt dl dd {
  border: 1px solid #fff;
  padding: 1.5rem 2rem;
  font-size: 1.2rem;
  line-height: 1.66;
}
@media only screen and (max-width: 767px) {
  .footer--txt dl dd {
    font-size: 1.9rem;
    padding: 2.4rem 3rem;
    line-height: 1.54;
  }
}
.footer--txt dl dd span {
  font-size: 1.4rem;
  line-height: 1.428;
  display: block;
  margin-bottom: 0.6rem;
}
@media only screen and (max-width: 767px) {
  .footer--txt dl dd span {
    font-size: 2.4rem;
    display: block;
    margin-bottom: 0.2rem;
  }
}
.footer .copyright {
  text-align: center;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 767px) {
  .footer .copyright {
    margin-bottom: 3rem;
  }
}
.footer .copyright small {
  color: #fff;
  font-size: 1.2rem;
  display: block;
}
@media only screen and (max-width: 767px) {
  .footer .copyright small {
    font-size: 2rem;
  }
}
.footer--menu {
  display: flex;
  justify-content: center;
  align-items: stretch;
}
.footer--menu li {
  color: #fff;
  display: flex;
  align-items: stretch;
  font-size: 1.2rem;
}
@media only screen and (max-width: 767px) {
  .footer--menu li {
    font-size: 2rem;
  }
}
.footer--menu li:not(:last-of-type)::after {
  content: "";
  width: 1px;
  height: 100%;
  background: #fff;
  display: block;
  margin: 0 1.5rem;
}