@charset "UTF-8";
html {
  --pink: #A9344B;
  --brown: #231815;
  --green: #415B34;
  --line: #B9B9B9;
  @import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap&family=Overpass:ital,wght@0,100..900;1,100..900&display=swap");
}
html .none {
  display: none;
}
@media screen and (max-width: 1050px) {
  html .sp-w-100 {
    width: 100% !important;
    height: auto !important;
  }
}
@media screen and (max-width: 1050px) {
  html .sp_flex-show {
    display: flex !important;
  }
}
@media screen and (min-width: 1051px) {
  html .sp_flex-show {
    display: none !important;
  }
}
@media screen and (max-width: 1050px) {
  html .pc_flex-show {
    display: none !important;
  }
}
@media screen and (min-width: 1051px) {
  html .pc_flex-show {
    display: flex !important;
  }
}
@media screen and (max-width: 1050px) {
  html .sp-show {
    display: block !important;
  }
}
@media screen and (min-width: 1051px) {
  html .sp-show {
    display: none !important;
  }
}
@media screen and (max-width: 1050px) {
  html .pc-show {
    display: none !important;
  }
}
@media screen and (min-width: 1051px) {
  html .pc-show {
    display: block !important;
  }
}
html body * {
  box-sizing: border-box;
  color: var(--pink);
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
}
html body .center {
  text-align: center;
}
html body a {
  text-decoration: unset;
  cursor: pointer;
  transition: 0.3s;
}
html body a:hover {
  opacity: 0.7;
}
html body a img:hover {
  opacity: 1;
}
html body ul,
html body li {
  list-style: none;
}
html body table {
  display: table;
}
html body input[type=text],
html body select,
html body textarea {
  display: block;
  width: 100%;
}
html body select {
  cursor: pointer;
}
html body .flex {
  display: flex !important;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
html body .flex .reverse {
  flex-direction: row-reverse;
}
html body .flex.main-flex {
  justify-content: center;
  gap: 5px;
}
html body img,
html body picture {
  display: block;
  max-width: 100%;
  height: auto;
}
html body .inner {
  max-width: 1200px;
  margin: 0 auto;
}
html body .slick-dotted.slick-slider {
  margin-bottom: 0;
}
html body .overpass {
  font-family: "Overpass", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
html body .fz-16 {
  font-size: 16px !important;
}
html body .fz-20 {
  font-size: 20px !important;
}
@media screen and (max-width: 1050px) {
  html body .fz-16 {
    font-size: 4.2105263158vw !important;
  }
  html body .fz-20 {
    font-size: 5.2631578947vw !important;
  }
}
html body .bg-green {
  background: #4492b1 !important;
  color: #fff;
}
html body .bg-green * {
  color: #fff;
}
html body .bg-gold {
  background: #d3a463;
  color: #fff;
}
html body .org {
  color: #4492b1 !important;
}
html body .gold {
  color: #d3a463;
}
html body .black {
  color: #3c3c3c !important;
}
html body .btn {
  width: 300px;
  height: 60px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  cursor: pointer;
  position: relative;
  transition: 0.3s;
  background: var(--pink);
  font-weight: bold;
  color: #fff;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
html body .btn:before {
  content: "";
  position: absolute;
  left: 3px;
  top: 3px;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  border-radius: 27px;
  border: 1px solid #fff;
  box-sizing: border-box;
}
html body .btn:after {
  content: "";
  position: absolute;
  right: 20px;
  top: calc(50% - 5px);
  width: 8px;
  height: 10px;
  background: #fff;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
html body .btn span {
  color: #fff;
  font-weight: 500;
}
html body .btn.orange {
  background: var(--pink);
}
html body .btn.orange:before {
  border: 1px solid #fff;
}
html body .btn.orange:after {
  background: #fff;
}
html body .btn.orange span {
  color: #fff;
}
html body #top-btn {
  position: fixed;
  bottom: 30px;
  right: calc(50% - 260px + 20px);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #fff;
  z-index: 100;
  opacity: 0;
  pointer-events: none;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.25);
}
html body #top-btn:before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(../img/icon-top.svg) no-repeat;
  background-size: contain;
  width: 18px;
  height: 9px;
}
html body #top-btn:hover {
  box-shadow: unset;
}
html body #top-btn.on {
  opacity: 1;
  pointer-events: auto;
}
@media screen and (max-width: 1050px) {
  html body #top-btn {
    bottom: 15.7894736842vw;
    right: 4vw;
    width: 10.6666666667vw;
    height: 10.6666666667vw;
    border: unset;
    box-shadow: 0.6666666667vw 0.6666666667vw 1.0666666667vw rgba(0, 0, 0, 0.1);
  }
  html body #top-btn:before {
    width: 2.9333333333vw;
    height: 1.3333333333vw;
    left: 52%;
  }
}
html body .float-bnr {
  position: fixed;
  bottom: 0;
  width: 100%;
  flex-direction: unset;
  opacity: 0;
  transition: 0.3s;
  pointer-events: none;
  z-index: 50;
  display: flex;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 5px 0px 20px rgba(0, 0, 0, 0.35);
}
html body .float-bnr a {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.05em;
  height: 13.1578947368vw;
  font-size: 4.2105263158vw;
  position: relative;
  background: #CBD2A6;
  color: var(--green);
}
html body .float-bnr a + a {
  background: var(--green);
  color: #fff;
  font-size: 3.6842105263vw;
}
html body .float-bnr a:before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/icon-arrow_w.svg) no-repeat;
  background-size: contain;
  width: 2.1052631579vw;
  height: 3.4210526316vw;
  right: 5.2631578947vw;
  transition: 0.3s;
  display: none;
}
html body .float-bnr.on {
  opacity: 1;
  pointer-events: auto;
}
@media screen and (min-width: 1231px) {
  html body .float-bnr {
    display: none;
  }
}
html body .footer {
  background: #fff;
  padding: 100px 0 40px;
}
html body .footer a {
  display: block;
}
html body .footer a img {
  margin: 0 auto;
}
html body .footer a + a {
  margin-top: 40px;
}
html body .footer .copy {
  font-family: "Overpass", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  margin-top: 128px;
  font-size: 12px;
  text-align: center;
  color: var(--green);
}
@media screen and (max-width: 1050px) {
  html body .footer {
    padding: 26.3157894737vw 0 13.1578947368vw;
  }
  html body .footer a + a {
    margin-top: 10.5263157895vw;
  }
  html body .footer .copy {
    margin-top: 33.6842105263vw;
    font-size: 3.1578947368vw;
  }
}
html body aside {
  height: 100vh;
  width: 100%;
  position: fixed;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 36.875vw;
  width: calc((100% - 520px) / 2);
}
@media screen and (max-width: 1050px) {
  html body aside {
    display: none;
  }
}
html body aside .logo {
  display: block;
  margin-bottom: 45px;
}
html body aside .navi {
  padding-left: 25px;
}
html body aside .navi li {
  position: relative;
}
html body aside .navi li.new:before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  transform: unset;
  background: url(../img/new-open.png) no-repeat;
  background-size: contain;
  width: 66px;
  height: 27px;
  right: -32px;
  top: -13px;
}
html body aside .navi li a {
  font-size: 20px;
  line-height: 2.875;
  font-weight: 600;
  color: var(--pink);
  display: block;
  position: relative;
}
html body aside .navi li a:before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/navi_cherry.webp) no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  top: 50%;
  transform: translateY(-50%);
  left: -30px;
  transition: 0.2s;
  opacity: 0;
  z-index: 2;
}
html body aside .navi li a:hover {
  opacity: 1;
}
html body aside .navi li a:hover:before {
  opacity: 1;
}
html body aside .btn {
  margin-top: 70px;
  width: 230px;
  height: 50px;
  box-shadow: none;
}
html body aside .btn:after {
  content: none;
}
html body aside.left {
  left: 0;
  background: no-repeat left center/cover url(../img/left-bg.webp);
}
html body aside.left > * {
  position: relative;
  z-index: 15;
}
html body aside.right {
  background: url(../img/bg-aside.webp) no-repeat;
  background-size: cover;
  background-position: center;
  right: 0;
  padding: 0;
}
html body aside.right img {
  padding-left: 42px;
  padding-right: 22px;
}
@media screen and (max-width: 1230px) {
  html body aside.right img {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 2065px) {
  html body aside {
    max-width: unset;
  }
}
html body main {
  width: 520px;
}
@media screen and (max-width: 1050px) {
  html body main {
    margin-left: 0;
    border: unset;
    width: 100%;
  }
}
html body main .count-down {
  height: 90px;
  background: no-repeat center/cover url(../img/count-bg.webp);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
html body main .count-down_top {
  display: block;
  font-size: 16px;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 6px;
  color: #fff;
}
html body main .count-down_cont {
  display: flex;
  align-items: center;
}
html body main .count-down_cont span {
  display: block;
  color: #fff;
  display: flex;
  line-height: 1;
}
html body main .count-down_cont span.last {
  font-size: 20px;
  font-weight: bold;
  margin-right: 10px;
  padding-top: 3px;
}
html body main .count-down_cont span.number {
  font-size: 40px;
  font-weight: bold;
  display: flex;
  align-items: end;
  margin-right: 7px;
}
html body main .count-down_cont span .unit {
  display: block;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 1050px) {
  html body main .count-down {
    height: 23.6842105263vw;
  }
  html body main .count-down_top {
    font-size: 4.2105263158vw;
    margin-bottom: 1.5789473684vw;
  }
  html body main .count-down_cont span.last {
    font-size: 5.2631578947vw;
    margin-right: 2.6315789474vw;
    padding-top: 0.7894736842vw;
  }
  html body main .count-down_cont span.number {
    font-size: 10.5263157895vw;
    margin-right: 1.8421052632vw;
  }
  html body main .count-down_cont span .unit {
    font-size: 3.9473684211vw;
  }
}
html body main canvas {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  z-index: 10;
  backface-visibility: hidden;
  transform: translateZ(0);
}
html body main .sections {
  background: #fff;
  width: 100%;
  position: relative;
}
html body main .sections .sections-inner {
  position: relative;
}
html body main .sections .sections-inner .head_h2 {
  position: relative;
}
html body main .sections .sections-inner .head_h2 span {
  display: block;
}
html body main .sections .sections-inner .head_h2.white-back {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  flex-direction: column;
}
html body main .sections .sections-inner .head_h2.white-back span {
  width: 320px;
  height: 46px;
  text-align: center;
  line-height: 1;
  font-size: 22px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  background: no-repeat center/contain url(../img/choice_title_bg.png);
  margin-bottom: 30px;
}
@media screen and (max-width: 1050px) {
  html body main .sections .sections-inner .head_h2.white-back span {
    width: 84.2105263158vw;
    height: 12.1052631579vw;
    font-size: 5.7894736842vw;
    margin-bottom: 7.8947368421vw;
  }
}
html body main .sections.mv .sections-inner {
  z-index: 15;
}
html body main .sections.mv .sections-inner img {
  margin: 0 auto;
}
@media screen and (max-width: 1050px) {
  html body main .sections.mv .sections-inner .top .logo {
    position: absolute;
    left: 2.6315789474vw;
    top: 5.2631578947vw;
    width: 27.1052631579vw;
    height: 4.7368421053vw;
  }
}
html body main .sections.reserve {
  background: no-repeat center/cover url(../img/reserve_bg.webp);
}
html body main .sections.reserve .sections-inner {
  padding: 74px 90px 60px;
}
html body main .sections.reserve .sections-inner .head_h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
html body main .sections.reserve .sections-inner .head_h2 span {
  text-align: center;
  font-size: 22px;
  line-height: 1;
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: 2px solid #000;
  display: inline-block;
  letter-spacing: 0;
}
html body main .sections.reserve .sections-inner .head_h2 span + img {
  margin-top: 30px;
}
html body main .sections.reserve .sections-inner > img {
  margin: 30px auto 0;
}
html body main .sections.reserve .sections-inner .present > img {
  margin: 20px auto;
}
html body main .sections.reserve .sections-inner .present p {
  text-align: center;
  line-height: 1.5;
  font-weight: bold;
  font-size: 20px;
}
html body main .sections.reserve .accordion .about {
  cursor: pointer;
  margin: 20px auto 0;
  border: 1px solid #9fa0a0;
  width: 310px;
  height: 60px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: bold;
  position: relative;
}
html body main .sections.reserve .accordion .about:before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: 21px;
  background: url(../img/icon-arrow_g_b.svg) no-repeat;
  background-size: contain;
  width: 14px;
  height: 8px;
  transition: 0.3s;
}
html body main .sections.reserve .accordion .accordion__content {
  margin-top: 19px;
  padding: 41px 90px 40px;
  transition: border 0.3s;
  border: 20px solid #fff;
}
html body main .sections.reserve .accordion .accordion__content * {
  line-height: 200%;
}
html body main .sections.reserve .accordion .accordion__content img {
  margin: 0 auto 20px;
}
html body main .sections.reserve .accordion .accordion__content .ttl {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
}
html body main .sections.reserve .accordion .accordion__content .txt {
  margin: 13px auto 20px;
}
html body main .sections.reserve .accordion .accordion__content .btn {
  margin: 0 auto;
}
html body main .sections.reserve .accordion .accordion__item.is-active .about:before {
  transform: translateY(-50%) rotate(180deg);
}
html body main .sections.reserve .accordion .accordion__item.is-active .accordion__content {
  border: 20px solid #dbe7ed;
}
html body main .sections.reserve .btn {
  background: transparent;
  width: 250px;
  height: 55px;
  margin: 30px auto 80px;
  border-radius: 100px;
  border: 1px solid #3c3c3c;
  color: #3c3c3c;
}
html body main .sections.reserve .btn:before {
  right: 20px;
  background: url(../img/icon-arrow.svg) no-repeat;
  background-size: contain;
  width: 8px;
  height: 12px;
}
@media screen and (max-width: 1050px) {
  html body main .sections.reserve {
    background: no-repeat center/cover url(../img/reserve_bg@sp.webp);
  }
  html body main .sections.reserve .sections-inner {
    padding: 19.4736842105vw 5.2631578947vw 15.7894736842vw;
  }
  html body main .sections.reserve .sections-inner .head_h2 span {
    font-size: 5.7894736842vw;
    padding: 0 0.5263157895vw;
    padding-bottom: 2.6315789474vw;
  }
  html body main .sections.reserve .sections-inner .head_h2 span + img {
    width: 100%;
    margin-top: 7.8947368421vw;
  }
  html body main .sections.reserve .sections-inner > img {
    margin: 7.8947368421vw auto 0;
    width: 100%;
  }
  html body main .sections.reserve .sections-inner .present > img {
    margin: 5.2631578947vw auto;
  }
  html body main .sections.reserve .sections-inner .present p {
    font-size: 5.2631578947vw;
  }
  html body main .sections.reserve .accordion .about {
    margin: 5.2631578947vw auto 0;
    width: 81.5789473684vw;
    height: 15.7894736842vw;
    border-radius: 2.6315789474vw;
  }
  html body main .sections.reserve .accordion .about:before {
    right: 5.5263157895vw;
    width: 3.6842105263vw;
    height: 2.1052631579vw;
  }
  html body main .sections.reserve .accordion .accordion__content {
    margin-top: 5vw;
    padding: 10.7894736842vw 23.6842105263vw 10.5263157895vw;
    border: 5.2631578947vw solid #fff;
  }
  html body main .sections.reserve .accordion .accordion__content img {
    margin: 0 auto 5.2631578947vw;
  }
  html body main .sections.reserve .accordion .accordion__content .ttl {
    font-size: 4.7368421053vw;
  }
  html body main .sections.reserve .accordion .accordion__content .txt {
    margin: 3.4210526316vw auto 5.2631578947vw;
  }
  html body main .sections.reserve .accordion .accordion__item.is-active .accordion__content {
    border: 5.2631578947vw solid #dbe7ed;
  }
  html body main .sections.reserve .btn {
    width: 65.7894736842vw;
    height: 14.4736842105vw;
    margin: 7.8947368421vw auto 21.0526315789vw;
  }
  html body main .sections.reserve .btn:before {
    right: 5.2631578947vw;
    width: 2.1052631579vw;
    height: 3.1578947368vw;
  }
}
html body main .sections.cta-section {
  overflow: hidden;
  background-color: #fff;
}
html body main .sections.cta-section .sections-inner {
  z-index: 15;
}
html body main .sections.cta-section .sections-inner .txt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
  height: 200px;
  position: relative;
}
html body main .sections.cta-section .sections-inner .head_h2 {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.05em;
  display: flex;
  justify-content: center;
  align-items: end;
}
html body main .sections.cta-section .sections-inner .head_h2 .large {
  font-size: 30px;
}
html body main .sections.cta-section .sections-inner .btn {
  border-radius: 100px;
}
html body main .sections.cta-section.present .sections-inner .head_h2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
html body main .sections.cta-section.present .sections-inner .head_h2 .img {
  background: #fff;
  width: 340px;
  padding: 20px 0;
}
html body main .sections.cta-section.present .sections-inner .head_h2 .img img {
  margin: 0 auto;
}
@media screen and (max-width: 1050px) {
  html body main .sections.cta-section canvas {
    height: 52.6315789474vw;
  }
  html body main .sections.cta-section .sections-inner .txt {
    gap: 5.2631578947vw;
    height: 52.6315789474vw;
  }
  html body main .sections.cta-section .sections-inner .head_h2 {
    font-size: 5.2631578947vw;
  }
  html body main .sections.cta-section .sections-inner .head_h2 .large {
    font-size: 7.8947368421vw;
    font-weight: bold;
  }
  html body main .sections.cta-section.present .sections-inner .head_h2 .img {
    width: 89.4736842105vw;
    padding: 5.2631578947vw 0;
  }
}
html body main .sections.choice {
  background: #d8ebef;
  margin-top: -1px;
}
html body main .sections.choice > .sections-inner {
  padding: 60px 20px 20px;
}
html body main .sections.choice > .sections-inner .head_h2 {
  margin-bottom: 30px;
}
html body main .sections.choice > .sections-inner .head_h2 img {
  margin: 22px auto 0;
}
html body main .sections.choice > .sections-inner .head_h2 + p {
  text-align: center;
  line-height: 1;
  font-weight: bold;
}
html body main .sections.choice > .sections-inner .nav {
  margin-top: 30px;
  margin-bottom: 50px;
  justify-content: center;
  gap: 10px;
}
html body main .sections.choice > .sections-inner .nav a {
  display: block;
}
html body main .sections.choice > .sections-inner .content-more > p {
  text-align: center;
  font-size: 20px;
  line-height: 1.5;
  font-weight: bold;
}
html body main .sections.choice > .sections-inner .content-more > p .gold {
  font-weight: bold;
}
html body main .sections.choice > .sections-inner .content-more > p .more {
  color: #fff;
  line-height: 1;
  font-size: 13px;
  height: 26px;
  width: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  margin-right: 5px;
  position: relative;
  top: -3px;
}
html body main .sections.choice > .sections-inner .content-more .flex {
  margin: 20px auto 60px;
  position: relative;
  justify-content: center;
  gap: 60px;
  padding-left: 20px;
}
html body main .sections.choice > .sections-inner .content-more .flex:before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  background: #13487c;
  width: 1px;
  height: 152px;
  left: 50%;
  transform: translate(-50%, -50%);
}
html body main .sections.choice > .sections-inner .content-more .flex .flex-item * {
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
html body main .sections.choice > .sections-inner .content-more .flex .flex-item img {
  margin: 0 auto 10px;
}
html body main .sections.choice > .sections-inner .content-more .flex .flex-item p span {
  font-size: 10px;
}
html body main .sections.choice .content {
  padding: 25px 0 50px;
  position: relative;
  background: #fff;
  width: 100%;
}
html body main .sections.choice .content .sections-inner .head_h3 {
  position: relative;
  margin-bottom: 10px;
}
html body main .sections.choice .content .sections-inner .head_h3 .num {
  position: absolute;
  left: 55px;
  top: 0px;
}
html body main .sections.choice .content .sections-inner .head_h3 small {
  display: block;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
}
html body main .sections.choice .content .sections-inner .head_h3 span.ttl {
  font-size: 32px;
  line-height: 150%;
  font-weight: bold;
  max-width: 340px;
  margin: 0 auto;
  display: block;
  padding-top: 62px;
}
html body main .sections.choice .content .sections-inner .head_h3 span.arrival {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  border: 1px solid #000;
  width: 114px;
  height: 45px;
  border-radius: 22.25px;
  position: absolute;
  right: 70px;
  top: 4px;
  padding-bottom: 10px;
}
html body main .sections.choice .content .sections-inner .head_h3 span.arrival span {
  display: block;
  font-weight: bold;
  line-height: 1;
}
html body main .sections.choice .content .sections-inner .head_h3 span.arrival span.left {
  margin-right: 2px;
  font-size: 15px;
}
html body main .sections.choice .content .sections-inner .head_h3 span.arrival span.people {
  margin-right: 3px;
  font-size: 30px;
  transform: translateY(2px);
}
html body main .sections.choice .content .sections-inner .head_h3 span.arrival span.right {
  font-size: 18px;
}
html body main .sections.choice .content .sections-inner .about,
html body main .sections.choice .content .sections-inner .about + img,
html body main .sections.choice .content .sections-inner .about + img + p,
html body main .sections.choice .content .sections-inner .more,
html body main .sections.choice .content .sections-inner .accordion {
  max-width: 340px;
  margin: 0 auto;
}
html body main .sections.choice .content .sections-inner .about {
  position: relative;
  display: flex;
  gap: 0;
}
html body main .sections.choice .content .sections-inner .about * {
  height: 50px;
  font-weight: bold;
  font-size: 18px;
  display: flex;
  align-items: center;
}
html body main .sections.choice .content .sections-inner .about > * {
  flex-shrink: 0;
}
html body main .sections.choice .content .sections-inner .about .course {
  background: #d8ebef;
  padding-left: 10px;
  min-width: 232px;
  flex-grow: 1;
  line-height: 1;
}
html body main .sections.choice .content .sections-inner .about .course span {
  font-size: 10px;
  line-height: 1;
  display: inline;
}
html body main .sections.choice .content .sections-inner .about .course.w-100 {
  width: 100%;
  padding: 0;
  justify-content: center;
}
html body main .sections.choice .content .sections-inner .about .course.large {
  height: 77px;
}
html body main .sections.choice .content .sections-inner .about .course.fz-15 {
  font-size: 15px;
}
html body main .sections.choice .content .sections-inner .about .course.block {
  display: block;
  padding-top: 3px;
}
html body main .sections.choice .content .sections-inner .about .free {
  padding: 0 9px;
  min-width: 70px;
  justify-content: center;
}
html body main .sections.choice .content .sections-inner .about + img {
  margin-top: 20px;
}
html body main .sections.choice .content .sections-inner .about + .about {
  margin-top: 24px;
  position: relative;
}
html body main .sections.choice .content .sections-inner .about + .about:before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  top: -19px;
  transform: translate(-50%, 0);
  background: url(../img/icon-choice_plus.svg) no-repeat;
  background-size: contain;
  width: 14px;
  height: 14px;
  left: 50%;
}
html body main .sections.choice .content .sections-inner .about ~ p {
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  margin: 10px auto 30px !important;
  line-height: 1.5;
}
html body main .sections.choice .content .sections-inner .about ~ p * {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
}
html body main .sections.choice .content .sections-inner .about + .accordion {
  margin-top: 20px;
}
html body main .sections.choice .content .sections-inner .accordion__title {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 1px solid #9fa0a0;
  letter-spacing: 0.05em;
  width: 250px;
  height: 55px;
  position: relative;
  font-weight: bold;
  transition: 0.3s;
  margin: 0 auto;
  cursor: pointer;
}
html body main .sections.choice .content .sections-inner .accordion__title:before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/icon-arrow_choice-more.svg) no-repeat;
  transition: 0.3s;
  background-size: contain;
  width: 12px;
  height: 8px;
  right: 18px;
}
html body main .sections.choice .content .sections-inner .accordion__item .accordion__title {
  position: relative;
}
html body main .sections.choice .content .sections-inner .accordion__item .accordion__title * {
  transition: 0.3s;
  position: absolute;
  margin: 0;
  font-weight: bold;
}
html body main .sections.choice .content .sections-inner .accordion__item .accordion__title .close {
  opacity: 0;
}
html body main .sections.choice .content .sections-inner .accordion__item .accordion__content {
  padding-top: 40px;
}
html body main .sections.choice .content .sections-inner .accordion__item .accordion__content .ttl {
  height: 50px;
  font-weight: bold;
  font-size: 18px;
  display: flex;
  align-items: center;
  background: #d8ebef;
  min-width: 232px;
  flex-grow: 1;
  line-height: 1;
  justify-content: center;
  text-align: center;
}
html body main .sections.choice .content .sections-inner .accordion__item .accordion__content .ttl span {
  color: #fff;
  font-size: 10px;
  line-height: 1;
  display: inline;
}
html body main .sections.choice .content .sections-inner .accordion__item .accordion__content .ttl.w-100 {
  width: 100%;
  padding: 0;
  justify-content: center;
}
html body main .sections.choice .content .sections-inner .accordion__item .accordion__content .ttl.large {
  height: 77px;
}
html body main .sections.choice .content .sections-inner .accordion__item .accordion__content .ttl.fz-15 {
  font-size: 15px;
}
html body main .sections.choice .content .sections-inner .accordion__item .accordion__content .ttl.block {
  display: block;
  padding-top: 3px;
}
html body main .sections.choice .content .sections-inner .accordion__item .accordion__content .ttl + .sub-ttl,
html body main .sections.choice .content .sections-inner .accordion__item .accordion__content .ttl + img,
html body main .sections.choice .content .sections-inner .accordion__item .accordion__content .ttl + .middle {
  margin-top: 20px;
}
html body main .sections.choice .content .sections-inner .accordion__item .accordion__content .ttl + .txt {
  margin-top: 26px;
}
html body main .sections.choice .content .sections-inner .accordion__item .accordion__content .bold {
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.5;
}
html body main .sections.choice .content .sections-inner .accordion__item .accordion__content .middle {
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  line-height: 1.5;
}
html body main .sections.choice .content .sections-inner .accordion__item .accordion__content .middle.large {
  font-size: 24px;
}
html body main .sections.choice .content .sections-inner .accordion__item .accordion__content .middle + img {
  margin-top: 10px;
  margin-bottom: 14px;
}
html body main .sections.choice .content .sections-inner .accordion__item .accordion__content .middle + img + small {
  margin-top: 0;
}
html body main .sections.choice .content .sections-inner .accordion__item .accordion__content .middle + small {
  margin-top: 10px;
}
html body main .sections.choice .content .sections-inner .accordion__item .accordion__content .txt {
  line-height: 1.5;
  font-size: 15px;
}
html body main .sections.choice .content .sections-inner .accordion__item .accordion__content .txt + .ttl {
  margin-top: 30px;
}
html body main .sections.choice .content .sections-inner .accordion__item .accordion__content .txt + img {
  margin-top: 20px;
}
html body main .sections.choice .content .sections-inner .accordion__item .accordion__content img {
  margin: 0 auto;
  height: auto;
}
html body main .sections.choice .content .sections-inner .accordion__item .accordion__content img + .ttl {
  margin-top: 30px;
}
html body main .sections.choice .content .sections-inner .accordion__item .accordion__content img + .bold,
html body main .sections.choice .content .sections-inner .accordion__item .accordion__content img + .txt,
html body main .sections.choice .content .sections-inner .accordion__item .accordion__content img + small {
  margin-top: 20px;
}
html body main .sections.choice .content .sections-inner .accordion__item .accordion__content img + .middle,
html body main .sections.choice .content .sections-inner .accordion__item .accordion__content img + .sky {
  margin-top: 10px;
}
html body main .sections.choice .content .sections-inner .accordion__item .accordion__content small {
  font-size: 12px;
  display: block;
  line-height: 1.5;
}
html body main .sections.choice .content .sections-inner .accordion__item .accordion__content small + .ttl {
  margin-top: 28px;
}
html body main .sections.choice .content .sections-inner .accordion__item .accordion__content small + .txt {
  margin-top: 10px;
}
html body main .sections.choice .content .sections-inner .accordion__item .accordion__content small + img {
  margin-top: 20px;
}
html body main .sections.choice .content .sections-inner .accordion__item .accordion__content .sub-ttl {
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  color: #d3a463;
}
html body main .sections.choice .content .sections-inner .accordion__item .accordion__content .sub-ttl + p,
html body main .sections.choice .content .sections-inner .accordion__item .accordion__content .sub-ttl + img {
  margin-top: 20px;
}
html body main .sections.choice .content .sections-inner .accordion__item.is-active .accordion__title:before {
  transform: translateY(-50%) rotate(180deg);
}
html body main .sections.choice .content .sections-inner .accordion__item.is-active .accordion__title .more {
  opacity: 0;
}
html body main .sections.choice .content .sections-inner .accordion__item.is-active .accordion__title .close {
  opacity: 1;
}
html body main .sections.choice .content + .content {
  margin-top: 20px;
}
html body main .sections.choice .content.choice-3 .sections-inner .about .course span {
  font-size: 12px;
  display: contents;
}
html body main .sections.choice .content.choice-3 .sections-inner .accordion__item .accordion__content small + img {
  margin-top: 18px;
  margin-bottom: 20px;
}
html body main .sections.choice .content.choice-4 .sections-inner .head_h3 span.ttl {
  padding-top: 67px;
}
html body main .sections.choice .content.choice-4 .accordion small + .ttl {
  margin-top: 40px;
}
html body main .sections.choice .content.choice-4 .accordion .flex {
  align-items: flex-start;
  margin-top: 20px;
}
html body main .sections.choice .content.choice-4 .accordion .flex .txtarea * {
  text-align: center;
}
html body main .sections.choice .content.choice-4 .accordion .flex .txtarea img {
  margin-bottom: 10px;
}
html body main .sections.choice .content.choice-4 .accordion .flex .txtarea p b {
  font-weight: bold;
}
html body main .sections.choice .content.choice-4 .accordion .flex .txtarea small {
  font-size: 10px;
  margin-bottom: 10px;
}
html body main .sections.choice .content.choice-4 .accordion .flex .txtarea .txt {
  font-size: 10px;
  text-align: left;
}
html body main .sections.choice .content.choice-4 .accordion .flex > img {
  object-fit: contain;
  margin: 0;
}
html body main .sections.choice .content.choice-4 .accordion .flex > * {
  width: 160px;
}
html body main .sections.choice .content.choice-4 .accordion .flex + .ttl {
  margin-top: 40px;
}
@media screen and (max-width: 1050px) {
  html body main .sections.choice > .sections-inner {
    padding: 15.7894736842vw 1.3157894737vw 1.3157894737vw;
  }
  html body main .sections.choice > .sections-inner .head_h2 {
    margin-bottom: 7.8947368421vw;
  }
  html body main .sections.choice > .sections-inner .head_h2 img {
    width: 90%;
    margin: 2.6315789474vw auto 0;
  }
  html body main .sections.choice > .sections-inner .head_h2 + p {
    font-size: 4.2105263158vw;
  }
  html body main .sections.choice > .sections-inner .nav {
    margin-top: 7.8947368421vw;
    margin-bottom: 13.1578947368vw;
    gap: 2.6315789474vw;
  }
  html body main .sections.choice > .sections-inner .nav img {
    width: 43.4210526316vw;
  }
  html body main .sections.choice > .sections-inner .content-more > p {
    font-size: 5.2631578947vw;
  }
  html body main .sections.choice > .sections-inner .content-more > p .more {
    font-size: 3.4210526316vw;
    height: 6.8421052632vw;
    width: 15.7894736842vw;
    border-radius: 1.5789473684vw;
    margin-right: 1.3157894737vw;
    top: -0.7894736842vw;
  }
  html body main .sections.choice > .sections-inner .content-more > p .gold {
    font-size: 5.2631578947vw;
  }
  html body main .sections.choice > .sections-inner .content-more .flex {
    margin: 5.2631578947vw auto 15.7894736842vw;
    gap: 15.7894736842vw;
    padding-left: 5.2631578947vw;
  }
  html body main .sections.choice > .sections-inner .content-more .flex:before {
    height: 40vw;
  }
  html body main .sections.choice > .sections-inner .content-more .flex .flex-item img {
    margin: 0 auto 2.6315789474vw;
  }
  html body main .sections.choice > .sections-inner .content-more .flex .flex-item p span {
    font-size: 2.6315789474vw;
  }
  html body main .sections.choice .content {
    padding: 5.2631578947vw 0 7.8947368421vw;
  }
  html body main .sections.choice .content .sections-inner .head_h3 {
    margin-bottom: 2.6315789474vw;
  }
  html body main .sections.choice .content .sections-inner .head_h3 small {
    font-size: 3.6842105263vw;
  }
  html body main .sections.choice .content .sections-inner .head_h3 .num {
    width: 36.8421052632vw;
    left: 0;
  }
  html body main .sections.choice .content .sections-inner .head_h3 span.ttl {
    font-size: 8.4210526316vw;
    max-width: 89.4736842105vw;
    padding-top: 16.3157894737vw;
  }
  html body main .sections.choice .content .sections-inner .head_h3 span.arrival {
    width: 30vw;
    height: 11.8421052632vw;
    border-radius: 5.8552631579vw;
    right: 3.9473684211vw;
    top: 1.0526315789vw;
    padding-bottom: 2.6315789474vw;
  }
  html body main .sections.choice .content .sections-inner .head_h3 span.arrival span.left {
    margin-right: 0.5263157895vw;
    font-size: 3.9473684211vw;
  }
  html body main .sections.choice .content .sections-inner .head_h3 span.arrival span.people {
    margin-right: 0.7894736842vw;
    font-size: 7.8947368421vw;
    transform: translateY(0.5263157895vw);
  }
  html body main .sections.choice .content .sections-inner .head_h3 span.arrival span.right {
    font-size: 4.7368421053vw;
  }
  html body main .sections.choice .content .sections-inner .about,
  html body main .sections.choice .content .sections-inner .about + img,
  html body main .sections.choice .content .sections-inner .about + img + p,
  html body main .sections.choice .content .sections-inner .more,
  html body main .sections.choice .content .sections-inner .accordion {
    width: 100%;
    max-width: 89.4736842105vw;
    margin: 0 auto;
  }
  html body main .sections.choice .content .sections-inner .about .about *,
  html body main .sections.choice .content .sections-inner .about + img .about *,
  html body main .sections.choice .content .sections-inner .about + img + p .about *,
  html body main .sections.choice .content .sections-inner .more .about *,
  html body main .sections.choice .content .sections-inner .accordion .about * {
    height: 13.1578947368vw;
    font-size: 4.7368421053vw;
  }
  html body main .sections.choice .content .sections-inner .about .about .course span,
  html body main .sections.choice .content .sections-inner .about + img .about .course span,
  html body main .sections.choice .content .sections-inner .about + img + p .about .course span,
  html body main .sections.choice .content .sections-inner .more .about .course span,
  html body main .sections.choice .content .sections-inner .accordion .about .course span {
    font-size: 2.6315789474vw;
  }
  html body main .sections.choice .content .sections-inner .about .about .course.large,
  html body main .sections.choice .content .sections-inner .about + img .about .course.large,
  html body main .sections.choice .content .sections-inner .about + img + p .about .course.large,
  html body main .sections.choice .content .sections-inner .more .about .course.large,
  html body main .sections.choice .content .sections-inner .accordion .about .course.large {
    height: 20.2631578947vw;
  }
  html body main .sections.choice .content .sections-inner .about .about .course.fz-15,
  html body main .sections.choice .content .sections-inner .about + img .about .course.fz-15,
  html body main .sections.choice .content .sections-inner .about + img + p .about .course.fz-15,
  html body main .sections.choice .content .sections-inner .more .about .course.fz-15,
  html body main .sections.choice .content .sections-inner .accordion .about .course.fz-15 {
    font-size: 3.9473684211vw;
  }
  html body main .sections.choice .content .sections-inner .about .about .course.block,
  html body main .sections.choice .content .sections-inner .about + img .about .course.block,
  html body main .sections.choice .content .sections-inner .about + img + p .about .course.block,
  html body main .sections.choice .content .sections-inner .more .about .course.block,
  html body main .sections.choice .content .sections-inner .accordion .about .course.block {
    padding-top: 0.7894736842vw;
  }
  html body main .sections.choice .content .sections-inner .about .about .free,
  html body main .sections.choice .content .sections-inner .about + img .about .free,
  html body main .sections.choice .content .sections-inner .about + img + p .about .free,
  html body main .sections.choice .content .sections-inner .more .about .free,
  html body main .sections.choice .content .sections-inner .accordion .about .free {
    padding: 0 2.3684210526vw;
    min-width: 18.4210526316vw;
  }
  html body main .sections.choice .content .sections-inner .about .about + img,
  html body main .sections.choice .content .sections-inner .about + img .about + img,
  html body main .sections.choice .content .sections-inner .about + img + p .about + img,
  html body main .sections.choice .content .sections-inner .more .about + img,
  html body main .sections.choice .content .sections-inner .accordion .about + img {
    margin-top: 5.2631578947vw;
  }
  html body main .sections.choice .content .sections-inner .about .about + .about,
  html body main .sections.choice .content .sections-inner .about + img .about + .about,
  html body main .sections.choice .content .sections-inner .about + img + p .about + .about,
  html body main .sections.choice .content .sections-inner .more .about + .about,
  html body main .sections.choice .content .sections-inner .accordion .about + .about {
    margin-top: 6.3157894737vw;
  }
  html body main .sections.choice .content .sections-inner .about .about + .about:before,
  html body main .sections.choice .content .sections-inner .about + img .about + .about:before,
  html body main .sections.choice .content .sections-inner .about + img + p .about + .about:before,
  html body main .sections.choice .content .sections-inner .more .about + .about:before,
  html body main .sections.choice .content .sections-inner .accordion .about + .about:before {
    top: -5vw;
    width: 3.6842105263vw;
    height: 3.6842105263vw;
  }
  html body main .sections.choice .content .sections-inner .about .about ~ p,
  html body main .sections.choice .content .sections-inner .about + img .about ~ p,
  html body main .sections.choice .content .sections-inner .about + img + p .about ~ p,
  html body main .sections.choice .content .sections-inner .more .about ~ p,
  html body main .sections.choice .content .sections-inner .accordion .about ~ p {
    font-size: 4.7368421053vw;
    margin: 2.6315789474vw auto 7.8947368421vw !important;
  }
  html body main .sections.choice .content .sections-inner .about .about ~ p *,
  html body main .sections.choice .content .sections-inner .about + img .about ~ p *,
  html body main .sections.choice .content .sections-inner .about + img + p .about ~ p *,
  html body main .sections.choice .content .sections-inner .more .about ~ p *,
  html body main .sections.choice .content .sections-inner .accordion .about ~ p * {
    font-size: 4.7368421053vw;
  }
  html body main .sections.choice .content .sections-inner .about .about + .accordion,
  html body main .sections.choice .content .sections-inner .about + img .about + .accordion,
  html body main .sections.choice .content .sections-inner .about + img + p .about + .accordion,
  html body main .sections.choice .content .sections-inner .more .about + .accordion,
  html body main .sections.choice .content .sections-inner .accordion .about + .accordion {
    margin-top: 5.2631578947vw;
  }
  html body main .sections.choice .content .sections-inner .about .accordion__title,
  html body main .sections.choice .content .sections-inner .about + img .accordion__title,
  html body main .sections.choice .content .sections-inner .about + img + p .accordion__title,
  html body main .sections.choice .content .sections-inner .more .accordion__title,
  html body main .sections.choice .content .sections-inner .accordion .accordion__title {
    width: 65.7894736842vw;
    height: 14.4736842105vw;
  }
  html body main .sections.choice .content .sections-inner .about .accordion__title:before,
  html body main .sections.choice .content .sections-inner .about + img .accordion__title:before,
  html body main .sections.choice .content .sections-inner .about + img + p .accordion__title:before,
  html body main .sections.choice .content .sections-inner .more .accordion__title:before,
  html body main .sections.choice .content .sections-inner .accordion .accordion__title:before {
    width: 3.1578947368vw;
    height: 2.1052631579vw;
    right: 4.7368421053vw;
  }
  html body main .sections.choice .content .sections-inner .about .accordion__title *,
  html body main .sections.choice .content .sections-inner .about + img .accordion__title *,
  html body main .sections.choice .content .sections-inner .about + img + p .accordion__title *,
  html body main .sections.choice .content .sections-inner .more .accordion__title *,
  html body main .sections.choice .content .sections-inner .accordion .accordion__title * {
    font-size: 4.2105263158vw;
  }
  html body main .sections.choice .content .sections-inner .about .accordion__item .accordion__content,
  html body main .sections.choice .content .sections-inner .about + img .accordion__item .accordion__content,
  html body main .sections.choice .content .sections-inner .about + img + p .accordion__item .accordion__content,
  html body main .sections.choice .content .sections-inner .more .accordion__item .accordion__content,
  html body main .sections.choice .content .sections-inner .accordion .accordion__item .accordion__content {
    padding-top: 13.1578947368vw;
  }
  html body main .sections.choice .content .sections-inner .about .accordion__item .accordion__content .ttl,
  html body main .sections.choice .content .sections-inner .about + img .accordion__item .accordion__content .ttl,
  html body main .sections.choice .content .sections-inner .about + img + p .accordion__item .accordion__content .ttl,
  html body main .sections.choice .content .sections-inner .more .accordion__item .accordion__content .ttl,
  html body main .sections.choice .content .sections-inner .accordion .accordion__item .accordion__content .ttl {
    font-size: 4.7368421053vw;
    height: 13.1578947368vw;
  }
  html body main .sections.choice .content .sections-inner .about .accordion__item .accordion__content .ttl + .sub-ttl,
  html body main .sections.choice .content .sections-inner .about .accordion__item .accordion__content .ttl + img,
  html body main .sections.choice .content .sections-inner .about .accordion__item .accordion__content .ttl + .middle,
  html body main .sections.choice .content .sections-inner .about + img .accordion__item .accordion__content .ttl + .sub-ttl,
  html body main .sections.choice .content .sections-inner .about + img .accordion__item .accordion__content .ttl + img,
  html body main .sections.choice .content .sections-inner .about + img .accordion__item .accordion__content .ttl + .middle,
  html body main .sections.choice .content .sections-inner .about + img + p .accordion__item .accordion__content .ttl + .sub-ttl,
  html body main .sections.choice .content .sections-inner .about + img + p .accordion__item .accordion__content .ttl + img,
  html body main .sections.choice .content .sections-inner .about + img + p .accordion__item .accordion__content .ttl + .middle,
  html body main .sections.choice .content .sections-inner .more .accordion__item .accordion__content .ttl + .sub-ttl,
  html body main .sections.choice .content .sections-inner .more .accordion__item .accordion__content .ttl + img,
  html body main .sections.choice .content .sections-inner .more .accordion__item .accordion__content .ttl + .middle,
  html body main .sections.choice .content .sections-inner .accordion .accordion__item .accordion__content .ttl + .sub-ttl,
  html body main .sections.choice .content .sections-inner .accordion .accordion__item .accordion__content .ttl + img,
  html body main .sections.choice .content .sections-inner .accordion .accordion__item .accordion__content .ttl + .middle {
    margin-top: 5.2631578947vw;
  }
  html body main .sections.choice .content .sections-inner .about .accordion__item .accordion__content .ttl + .txt,
  html body main .sections.choice .content .sections-inner .about + img .accordion__item .accordion__content .ttl + .txt,
  html body main .sections.choice .content .sections-inner .about + img + p .accordion__item .accordion__content .ttl + .txt,
  html body main .sections.choice .content .sections-inner .more .accordion__item .accordion__content .ttl + .txt,
  html body main .sections.choice .content .sections-inner .accordion .accordion__item .accordion__content .ttl + .txt {
    margin-top: 6.8421052632vw;
    font-size: 15px;
  }
  html body main .sections.choice .content .sections-inner .about .accordion__item .accordion__content .middle,
  html body main .sections.choice .content .sections-inner .about + img .accordion__item .accordion__content .middle,
  html body main .sections.choice .content .sections-inner .about + img + p .accordion__item .accordion__content .middle,
  html body main .sections.choice .content .sections-inner .more .accordion__item .accordion__content .middle,
  html body main .sections.choice .content .sections-inner .accordion .accordion__item .accordion__content .middle {
    font-size: 5.2631578947vw;
  }
  html body main .sections.choice .content .sections-inner .about .accordion__item .accordion__content .middle.large,
  html body main .sections.choice .content .sections-inner .about + img .accordion__item .accordion__content .middle.large,
  html body main .sections.choice .content .sections-inner .about + img + p .accordion__item .accordion__content .middle.large,
  html body main .sections.choice .content .sections-inner .more .accordion__item .accordion__content .middle.large,
  html body main .sections.choice .content .sections-inner .accordion .accordion__item .accordion__content .middle.large {
    font-size: 6.3157894737vw;
  }
  html body main .sections.choice .content .sections-inner .about .accordion__item .accordion__content .middle + img,
  html body main .sections.choice .content .sections-inner .about + img .accordion__item .accordion__content .middle + img,
  html body main .sections.choice .content .sections-inner .about + img + p .accordion__item .accordion__content .middle + img,
  html body main .sections.choice .content .sections-inner .more .accordion__item .accordion__content .middle + img,
  html body main .sections.choice .content .sections-inner .accordion .accordion__item .accordion__content .middle + img {
    margin-top: 2.6315789474vw;
    margin-bottom: 3.6842105263vw;
  }
  html body main .sections.choice .content .sections-inner .about .accordion__item .accordion__content .middle + small,
  html body main .sections.choice .content .sections-inner .about + img .accordion__item .accordion__content .middle + small,
  html body main .sections.choice .content .sections-inner .about + img + p .accordion__item .accordion__content .middle + small,
  html body main .sections.choice .content .sections-inner .more .accordion__item .accordion__content .middle + small,
  html body main .sections.choice .content .sections-inner .accordion .accordion__item .accordion__content .middle + small {
    margin-top: 2.6315789474vw;
  }
  html body main .sections.choice .content .sections-inner .about .accordion__item .accordion__content .txt,
  html body main .sections.choice .content .sections-inner .about + img .accordion__item .accordion__content .txt,
  html body main .sections.choice .content .sections-inner .about + img + p .accordion__item .accordion__content .txt,
  html body main .sections.choice .content .sections-inner .more .accordion__item .accordion__content .txt,
  html body main .sections.choice .content .sections-inner .accordion .accordion__item .accordion__content .txt {
    font-size: 3.9473684211vw;
  }
  html body main .sections.choice .content .sections-inner .about .accordion__item .accordion__content .txt + .ttl,
  html body main .sections.choice .content .sections-inner .about + img .accordion__item .accordion__content .txt + .ttl,
  html body main .sections.choice .content .sections-inner .about + img + p .accordion__item .accordion__content .txt + .ttl,
  html body main .sections.choice .content .sections-inner .more .accordion__item .accordion__content .txt + .ttl,
  html body main .sections.choice .content .sections-inner .accordion .accordion__item .accordion__content .txt + .ttl {
    margin-top: 10.5263157895vw;
  }
  html body main .sections.choice .content .sections-inner .about .accordion__item .accordion__content .txt + img,
  html body main .sections.choice .content .sections-inner .about + img .accordion__item .accordion__content .txt + img,
  html body main .sections.choice .content .sections-inner .about + img + p .accordion__item .accordion__content .txt + img,
  html body main .sections.choice .content .sections-inner .more .accordion__item .accordion__content .txt + img,
  html body main .sections.choice .content .sections-inner .accordion .accordion__item .accordion__content .txt + img {
    margin-top: 5.2631578947vw;
  }
  html body main .sections.choice .content .sections-inner .about .accordion__item .accordion__content img + .ttl,
  html body main .sections.choice .content .sections-inner .about + img .accordion__item .accordion__content img + .ttl,
  html body main .sections.choice .content .sections-inner .about + img + p .accordion__item .accordion__content img + .ttl,
  html body main .sections.choice .content .sections-inner .more .accordion__item .accordion__content img + .ttl,
  html body main .sections.choice .content .sections-inner .accordion .accordion__item .accordion__content img + .ttl {
    margin-top: 7.8947368421vw;
  }
  html body main .sections.choice .content .sections-inner .about .accordion__item .accordion__content img + .bold,
  html body main .sections.choice .content .sections-inner .about .accordion__item .accordion__content img + .txt,
  html body main .sections.choice .content .sections-inner .about .accordion__item .accordion__content img + small,
  html body main .sections.choice .content .sections-inner .about + img .accordion__item .accordion__content img + .bold,
  html body main .sections.choice .content .sections-inner .about + img .accordion__item .accordion__content img + .txt,
  html body main .sections.choice .content .sections-inner .about + img .accordion__item .accordion__content img + small,
  html body main .sections.choice .content .sections-inner .about + img + p .accordion__item .accordion__content img + .bold,
  html body main .sections.choice .content .sections-inner .about + img + p .accordion__item .accordion__content img + .txt,
  html body main .sections.choice .content .sections-inner .about + img + p .accordion__item .accordion__content img + small,
  html body main .sections.choice .content .sections-inner .more .accordion__item .accordion__content img + .bold,
  html body main .sections.choice .content .sections-inner .more .accordion__item .accordion__content img + .txt,
  html body main .sections.choice .content .sections-inner .more .accordion__item .accordion__content img + small,
  html body main .sections.choice .content .sections-inner .accordion .accordion__item .accordion__content img + .bold,
  html body main .sections.choice .content .sections-inner .accordion .accordion__item .accordion__content img + .txt,
  html body main .sections.choice .content .sections-inner .accordion .accordion__item .accordion__content img + small {
    margin-top: 5.2631578947vw;
  }
  html body main .sections.choice .content .sections-inner .about .accordion__item .accordion__content img + .middle,
  html body main .sections.choice .content .sections-inner .about .accordion__item .accordion__content img + .sub-ttl,
  html body main .sections.choice .content .sections-inner .about + img .accordion__item .accordion__content img + .middle,
  html body main .sections.choice .content .sections-inner .about + img .accordion__item .accordion__content img + .sub-ttl,
  html body main .sections.choice .content .sections-inner .about + img + p .accordion__item .accordion__content img + .middle,
  html body main .sections.choice .content .sections-inner .about + img + p .accordion__item .accordion__content img + .sub-ttl,
  html body main .sections.choice .content .sections-inner .more .accordion__item .accordion__content img + .middle,
  html body main .sections.choice .content .sections-inner .more .accordion__item .accordion__content img + .sub-ttl,
  html body main .sections.choice .content .sections-inner .accordion .accordion__item .accordion__content img + .middle,
  html body main .sections.choice .content .sections-inner .accordion .accordion__item .accordion__content img + .sub-ttl {
    margin-top: 2.6315789474vw;
  }
  html body main .sections.choice .content .sections-inner .about .accordion__item .accordion__content small,
  html body main .sections.choice .content .sections-inner .about + img .accordion__item .accordion__content small,
  html body main .sections.choice .content .sections-inner .about + img + p .accordion__item .accordion__content small,
  html body main .sections.choice .content .sections-inner .more .accordion__item .accordion__content small,
  html body main .sections.choice .content .sections-inner .accordion .accordion__item .accordion__content small {
    font-size: 3.1578947368vw;
  }
  html body main .sections.choice .content .sections-inner .about .accordion__item .accordion__content small + .ttl,
  html body main .sections.choice .content .sections-inner .about + img .accordion__item .accordion__content small + .ttl,
  html body main .sections.choice .content .sections-inner .about + img + p .accordion__item .accordion__content small + .ttl,
  html body main .sections.choice .content .sections-inner .more .accordion__item .accordion__content small + .ttl,
  html body main .sections.choice .content .sections-inner .accordion .accordion__item .accordion__content small + .ttl {
    margin-top: 7.3684210526vw;
  }
  html body main .sections.choice .content .sections-inner .about .accordion__item .accordion__content small + .txt,
  html body main .sections.choice .content .sections-inner .about + img .accordion__item .accordion__content small + .txt,
  html body main .sections.choice .content .sections-inner .about + img + p .accordion__item .accordion__content small + .txt,
  html body main .sections.choice .content .sections-inner .more .accordion__item .accordion__content small + .txt,
  html body main .sections.choice .content .sections-inner .accordion .accordion__item .accordion__content small + .txt {
    margin-top: 2.6315789474vw;
  }
  html body main .sections.choice .content .sections-inner .about .accordion__item .accordion__content small + img,
  html body main .sections.choice .content .sections-inner .about + img .accordion__item .accordion__content small + img,
  html body main .sections.choice .content .sections-inner .about + img + p .accordion__item .accordion__content small + img,
  html body main .sections.choice .content .sections-inner .more .accordion__item .accordion__content small + img,
  html body main .sections.choice .content .sections-inner .accordion .accordion__item .accordion__content small + img {
    margin-top: 5.2631578947vw;
  }
  html body main .sections.choice .content .sections-inner .about .accordion__item .accordion__content .sub-ttl,
  html body main .sections.choice .content .sections-inner .about + img .accordion__item .accordion__content .sub-ttl,
  html body main .sections.choice .content .sections-inner .about + img + p .accordion__item .accordion__content .sub-ttl,
  html body main .sections.choice .content .sections-inner .more .accordion__item .accordion__content .sub-ttl,
  html body main .sections.choice .content .sections-inner .accordion .accordion__item .accordion__content .sub-ttl {
    font-size: 5.2631578947vw;
  }
  html body main .sections.choice .content .sections-inner .about .accordion__item .accordion__content .sub-ttl + p,
  html body main .sections.choice .content .sections-inner .about .accordion__item .accordion__content .sub-ttl + img,
  html body main .sections.choice .content .sections-inner .about + img .accordion__item .accordion__content .sub-ttl + p,
  html body main .sections.choice .content .sections-inner .about + img .accordion__item .accordion__content .sub-ttl + img,
  html body main .sections.choice .content .sections-inner .about + img + p .accordion__item .accordion__content .sub-ttl + p,
  html body main .sections.choice .content .sections-inner .about + img + p .accordion__item .accordion__content .sub-ttl + img,
  html body main .sections.choice .content .sections-inner .more .accordion__item .accordion__content .sub-ttl + p,
  html body main .sections.choice .content .sections-inner .more .accordion__item .accordion__content .sub-ttl + img,
  html body main .sections.choice .content .sections-inner .accordion .accordion__item .accordion__content .sub-ttl + p,
  html body main .sections.choice .content .sections-inner .accordion .accordion__item .accordion__content .sub-ttl + img {
    margin-top: 5.2631578947vw;
  }
  html body main .sections.choice .content .sections-inner .about * {
    height: 13.1578947368vw;
    font-size: 4.7368421053vw;
  }
  html body main .sections.choice .content .sections-inner .about .free {
    padding: 0 2.3684210526vw;
    min-width: 18.4210526316vw;
  }
  html body main .sections.choice .content .sections-inner .about .course {
    padding-left: 2.6315789474vw;
    min-width: 61.0526315789vw;
  }
  html body main .sections.choice .content .sections-inner .about .course.block {
    padding-top: 0.7894736842vw;
  }
  html body main .sections.choice .content .sections-inner .about .course img {
    width: auto;
  }
  html body main .sections.choice .content .sections-inner .about .course span {
    font-size: 2.6315789474vw;
  }
  html body main .sections.choice .content .sections-inner .about + img {
    margin-top: 5.2631578947vw;
  }
  html body main .sections.choice .content .sections-inner .about ~ p {
    font-size: 4.7368421053vw;
    margin: 2.6315789474vw auto 7.8947368421vw !important;
  }
  html body main .sections.choice .content .sections-inner .about ~ p * {
    font-size: 4.7368421053vw;
  }
  html body main .sections.choice .content + .content {
    margin-top: 1.3157894737vw;
  }
  html body main .sections.choice .content.choice-3 .sections-inner .about .course span {
    font-size: 2.6315789474vw;
  }
  html body main .sections.choice .content.choice-3 .accordion__item .accordion__content small + img {
    margin-top: 4.7368421053vw;
    margin-bottom: 5.2631578947vw;
  }
  html body main .sections.choice .content.choice-4 {
    padding-bottom: 6.5789473684vw;
  }
  html body main .sections.choice .content.choice-4 .sections-inner .head_h3 span.ttl {
    padding-top: 17.6315789474vw;
  }
  html body main .sections.choice .content.choice-4 .accordion small + .ttl {
    margin-top: 10.5263157895vw;
  }
  html body main .sections.choice .content.choice-4 .accordion small + img {
    width: 100%;
  }
}
html body main .sections.designer {
  background-size: 100% auto;
  padding: 60px 0 60px;
  margin-top: -1px;
}
html body main .sections.designer > img {
  margin: 0 auto 20px;
}
html body main .sections.designer .designer_logo {
  display: block;
  width: 200px;
  margin: 0 auto;
}
html body main .sections.designer .head_h2 {
  line-height: 1.5;
  font-size: 28px;
  font-weight: 600;
  color: var(--green);
  text-align: center;
  margin-bottom: 20px;
}
html body main .sections.designer .head_h2 ~ img {
  margin: 0 auto 40px;
}
html body main .sections.designer .slider * {
  font-size: 0;
}
html body main .sections.designer .slider img {
  border-radius: 5px;
}
html body main .sections.designer .slider + .slider {
  margin-top: 10px;
}
html body main .sections.designer .slider.to-right {
  direction: rtl;
}
html body main .sections.designer .slider.to-right .slick-slide {
  direction: ltr;
}
html body main .sections.designer .sections-inner {
  margin-top: 50px;
  padding: 0 90px;
}
html body main .sections.designer .sections-inner .head_h3 {
  line-height: 1.5;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 20px;
  color: var(--green);
}
html body main .sections.designer .sections-inner p {
  font-size: 15px;
  line-height: 1.5;
  font-weight: normal;
  color: var(--green);
}
html body main .sections.designer .sections-inner img {
  margin: 20px auto 0;
}
@media screen and (max-width: 1050px) {
  html body main .sections.designer {
    padding: 15.7894736842vw 0 15.7894736842vw;
  }
  html body main .sections.designer > img {
    margin: 0 auto 5.2631578947vw;
  }
  html body main .sections.designer .head_h2 {
    font-size: 7.3684210526vw;
    margin-bottom: 10.5263157895vw;
  }
  html body main .sections.designer .slider .slider-item {
    padding: 0 1.3157894737vw;
  }
  html body main .sections.designer .slider .slider-item img {
    width: 100%;
  }
  html body main .sections.designer .slider + .slider {
    margin-top: 2.6315789474vw;
  }
  html body main .sections.designer .sections-inner {
    margin-top: 13.1578947368vw;
    padding: 0 5.2631578947vw;
  }
  html body main .sections.designer .sections-inner .head_h3 {
    font-size: 5.2631578947vw;
    margin-bottom: 5.2631578947vw;
  }
  html body main .sections.designer .sections-inner p {
    font-size: 3.9473684211vw;
  }
  html body main .sections.designer .sections-inner img {
    margin: 5.2631578947vw auto 0;
  }
}
html body main .sections.voice .head_h2 {
  background: url(../img/bg-voice.webp) no-repeat;
  background-size: contain;
  height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
  position: relative;
}
html body main .sections.voice .head_h2:before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  top: 0;
  left: 0;
  transform: unset;
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
}
html body main .sections.voice .head_h2 span {
  text-align: center;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  font-size: 16px;
}
html body main .sections.voice .head_h2 * {
  position: relative;
  z-index: 5;
}
html body main .sections.voice .sections-inner {
  max-width: 340px;
  margin: 0 auto;
  padding: 50px 0 80px;
}
html body main .sections.voice .sections-inner .content .flex {
  gap: 13px;
  justify-content: flex-start;
  align-items: flex-start;
}
html body main .sections.voice .sections-inner .content .flex .txt {
  max-width: 262px;
}
html body main .sections.voice .sections-inner .content .flex .txt .name {
  font-size: 13px;
  line-height: 2.4615384615;
  margin-bottom: 8px;
}
html body main .sections.voice .sections-inner .content .flex .txt .ttl {
  line-height: 1.5;
  font-weight: bold;
  font-size: 18px;
}
html body main .sections.voice .sections-inner .content .flex + img {
  margin-top: 20px;
  margin-bottom: 30px;
}
html body main .sections.voice .sections-inner .content .btn {
  background: #4492b1;
  border-radius: 100px;
}
html body main .sections.voice .sections-inner .content .btn:before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/icon-arrow_w.svg) no-repeat;
  background-size: contain;
  width: 8px;
  height: 12px;
  right: 20px;
}
html body main .sections.voice .sections-inner .content + .content {
  margin-top: 60px;
}
@media screen and (max-width: 1050px) {
  html body main .sections.voice .head_h2 {
    background: url(../img/bg-voice@sp.webp) no-repeat;
    background-size: contain;
    height: 65.7894736842vw;
    gap: 5.2631578947vw;
  }
  html body main .sections.voice .head_h2 img {
    width: auto;
    height: 7.8947368421vw;
  }
  html body main .sections.voice .head_h2:before span {
    font-size: 4.2105263158vw;
  }
  html body main .sections.voice .sections-inner {
    max-width: 89.4736842105vw;
    padding: 13.1578947368vw 0 21.0526315789vw;
  }
  html body main .sections.voice .sections-inner .content .flex {
    gap: 3.4210526316vw;
  }
  html body main .sections.voice .sections-inner .content .flex img {
    width: 15.7894736842vw;
  }
  html body main .sections.voice .sections-inner .content .flex .txt {
    max-width: 68.9473684211vw;
  }
  html body main .sections.voice .sections-inner .content .flex .txt .name {
    font-size: 3.4210526316vw;
    margin-bottom: 2.1052631579vw;
  }
  html body main .sections.voice .sections-inner .content .flex .txt .ttl {
    font-size: 4.7368421053vw;
  }
  html body main .sections.voice .sections-inner .content .flex + img {
    margin-top: 5.2631578947vw;
    margin-bottom: 7.8947368421vw;
  }
  html body main .sections.voice .sections-inner .content .btn:before {
    width: 2.1052631579vw;
    height: 3.1578947368vw;
    right: 5.2631578947vw;
  }
  html body main .sections.voice .sections-inner .content + .content {
    margin-top: 15.7894736842vw;
  }
}
html body main .sections.model-house {
  background: #D8EBEF;
}
html body main .sections.model-house .top {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../img/model-house.webp) no-repeat;
  background-size: cover;
  background-position: center;
  height: 250px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  padding-top: 97.41px;
}
html body main .sections.model-house .top * {
  color: #fff;
  font-weight: 400;
  display: block;
  text-align: center;
}
html body main .sections.model-house .top .head_h2 span {
  line-height: 1;
  margin-top: 19.87px;
  font-size: 16px;
}
html body main .sections.model-house .sections-inner {
  max-width: 340px;
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 80px;
}
html body main .sections.model-house .sections-inner * {
  line-height: 1.5;
}
html body main .sections.model-house .sections-inner .lead {
  margin-bottom: 50px;
}
html body main .sections.model-house .sections-inner p {
  font-size: 15px;
}
html body main .sections.model-house .sections-inner .content .head_h3 {
  margin-bottom: 20px;
}
html body main .sections.model-house .sections-inner .content .head_h3 img {
  margin-bottom: 20px;
}
html body main .sections.model-house .sections-inner .content .head_h3 span {
  display: block;
  font-weight: bold;
  text-align: center;
  font-size: 20px;
  line-height: 1;
}
html body main .sections.model-house .sections-inner .content .head_h4 {
  font-size: 18px;
  font-weight: bold;
  margin: 20px auto;
}
html body main .sections.model-house .sections-inner .content ul {
  display: flex;
  gap: 5px;
  margin-bottom: 20px;
  justify-content: center;
}
html body main .sections.model-house .sections-inner .content ul li {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 4px;
  font-size: 13px;
  width: 100px;
  height: 34px;
  padding: 0 5px;
}
html body main .sections.model-house .sections-inner .content img {
  margin: 0 auto;
}
html body main .sections.model-house .sections-inner .content img + img {
  margin-top: 20px;
}
html body main .sections.model-house .sections-inner .content + .content {
  margin-top: 60px;
}
@media screen and (max-width: 1050px) {
  html body main .sections.model-house .top {
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../img/model-house@sp.webp) no-repeat;
    background-size: cover;
    background-position: center;
    height: 65.7894736842vw;
    padding-top: 25.6342105263vw;
  }
  html body main .sections.model-house .top .head_h2 img {
    width: auto;
    height: 6.6131578947vw;
  }
  html body main .sections.model-house .top .head_h2 span {
    margin-top: 5.2289473684vw;
    font-size: 4.2105263158vw;
  }
  html body main .sections.model-house .sections-inner {
    max-width: 89.4736842105vw;
    padding-top: 13.1578947368vw;
    padding-bottom: 15.7894736842vw;
  }
  html body main .sections.model-house .sections-inner .lead {
    margin-bottom: 13.1578947368vw;
  }
  html body main .sections.model-house .sections-inner p {
    font-size: 3.9473684211vw;
  }
  html body main .sections.model-house .sections-inner .content .head_h3 {
    margin-bottom: 5.2631578947vw;
  }
  html body main .sections.model-house .sections-inner .content .head_h3 img {
    margin-bottom: 5.2631578947vw;
  }
  html body main .sections.model-house .sections-inner .content .head_h3 span {
    font-size: 5.2631578947vw;
  }
  html body main .sections.model-house .sections-inner .content .head_h4 {
    font-size: 4.7368421053vw;
    margin: 5.2631578947vw auto;
  }
  html body main .sections.model-house .sections-inner .content ul {
    gap: 1.3157894737vw;
    margin-bottom: 5.2631578947vw;
  }
  html body main .sections.model-house .sections-inner .content ul li {
    border-radius: 1.0526315789vw;
    font-size: 3.4210526316vw;
    width: 26.3157894737vw;
    height: 8.9473684211vw;
    padding: 0 1.3157894737vw;
  }
  html body main .sections.model-house .sections-inner .content img + img {
    margin-top: 5.2631578947vw;
  }
  html body main .sections.model-house .sections-inner .content + .content {
    margin-top: 15.7894736842vw;
  }
}
html body .modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
  justify-content: center;
  align-items: center;
  overflow: auto;
  z-index: 10;
}
html body .modal .modal-wrap {
  max-width: 700px;
  width: 100%;
  max-height: 400px;
  height: 100%;
  position: relative;
}
html body .modal .modal-wrap .modal-close {
  cursor: pointer;
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/icon-close.svg) no-repeat;
  background-size: contain;
  width: 40px;
  height: 40px;
  top: 20px;
  right: 20px;
  transform: unset;
  z-index: 10;
}
html body .modal .modal-content {
  max-width: 700px;
  border-radius: 10px;
  width: 100%;
  max-height: 400px;
  height: 100%;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
html body .modal .modal-content::-webkit-scrollbar {
  display: none;
}
html body .modal .modal-content .modal-inner {
  max-width: 100%;
  margin: 0 auto;
  padding: 30px 20px 50px;
}
html body .modal .modal-content .modal-inner * {
  line-height: 200%;
}
html body .modal .modal-content .modal-inner .ttl {
  font-size: 14px;
  font-weight: bold;
}
html body .modal .modal-content .modal-inner .ttl + p {
  font-size: 12px;
  margin-top: 10px;
  font-weight: normal;
}
html body .modal .modal-content .modal-inner .ttl + p + .ttl {
  margin-top: 30px;
}
html body .modal.voice .customer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}
html body .modal.voice .modal-wrap {
  max-width: 500px;
  max-height: 540px;
}
html body .modal.voice .modal-content {
  max-width: 500px;
  max-height: 540px;
}
html body .modal.voice .modal-content .modal-inner {
  padding-bottom: 40px;
}
html body .modal.voice .modal-content .modal-inner p {
  line-height: 1.5;
}
html body .modal.voice .modal-content .modal-inner .ttl {
  font-size: 18px;
}
html body .modal.voice .modal-content .modal-inner .ttl + img {
  margin-top: 30px;
}
html body .modal.voice .modal-content .modal-inner .ttl + .sub-ttl {
  margin-top: 20px;
}
html body .modal.voice .modal-content .modal-inner .ttl + ol {
  margin-top: 20.5px;
}
html body .modal.voice .modal-content .modal-inner .sub-ttl {
  font-weight: bold;
  font-size: 15px;
}
html body .modal.voice .modal-content .modal-inner .sub-ttl + .txt {
  margin-top: 10px;
}
html body .modal.voice .modal-content .modal-inner .txt {
  font-size: 15px;
}
html body .modal.voice .modal-content .modal-inner .txt + img {
  margin-top: 30px;
}
html body .modal.voice .modal-content .modal-inner .txt + .ttl {
  margin-top: 30px;
}
html body .modal.voice .modal-content .modal-inner .txt + .sub-ttl {
  margin-top: 20px;
}
html body .modal.voice .modal-content .modal-inner img + .ttl,
html body .modal.voice .modal-content .modal-inner img + img {
  margin-top: 30px;
}
html body .modal.voice .modal-content .modal-inner ol {
  padding-left: 20px;
}
html body .modal.voice .modal-content .modal-inner ol li {
  font-weight: bold;
  font-size: 15px;
  list-style: auto;
  line-height: 1.7;
}
html body .modal.voice .modal-content .modal-inner ol li * {
  font-weight: bold;
  line-height: 1.7;
  font-size: 12px;
}
html body .modal.voice .modal-content .modal-inner ol + .txt {
  margin-top: 10.5px;
}
@media screen and (max-width: 1050px) {
  html body .modal .modal-wrap {
    max-width: 78.9473684211vw;
    max-height: 105.2631578947vw;
  }
  html body .modal .modal-wrap .modal-close {
    width: 10.5263157895vw;
    height: 10.5263157895vw;
    top: 2.6315789474vw;
    right: 2.6315789474vw;
  }
  html body .modal .modal-content {
    max-width: 78.9473684211vw;
    border-radius: 2.6315789474vw;
    max-height: 105.2631578947vw;
  }
  html body .modal .modal-content .modal-inner {
    padding: 7.8947368421vw 5.2631578947vw 13.1578947368vw;
  }
  html body .modal .modal-content .modal-inner u {
    font-size: 3.1578947368vw;
  }
  html body .modal .modal-content .modal-inner .ttl {
    font-size: 3.6842105263vw;
  }
  html body .modal .modal-content .modal-inner .ttl + p {
    font-size: 3.1578947368vw;
    margin-top: 2.6315789474vw;
  }
  html body .modal .modal-content .modal-inner .ttl + p + .ttl {
    margin-top: 7.8947368421vw;
  }
  html body .modal.voice .customer {
    gap: 2.6315789474vw;
    margin-bottom: 5.2631578947vw;
  }
  html body .modal.voice .modal-wrap {
    max-width: 78.9473684211vw;
    max-height: 142.1052631579vw;
  }
  html body .modal.voice .modal-content {
    max-width: 78.9473684211vw;
    max-height: 142.1052631579vw;
  }
  html body .modal.voice .modal-content .modal-inner {
    padding-bottom: 10.5263157895vw;
  }
  html body .modal.voice .modal-content .modal-inner .customer img {
    width: 15.7894736842vw;
    height: 15.7894736842vw;
  }
  html body .modal.voice .modal-content .modal-inner .customer p {
    font-size: 3.4210526316vw;
  }
  html body .modal.voice .modal-content .modal-inner .ttl {
    font-size: 4.7368421053vw;
  }
  html body .modal.voice .modal-content .modal-inner .ttl + img {
    margin-top: 7.8947368421vw;
  }
  html body .modal.voice .modal-content .modal-inner .ttl + .sub-ttl {
    margin-top: 5.2631578947vw;
  }
  html body .modal.voice .modal-content .modal-inner .ttl + ol {
    margin-top: 5.3947368421vw;
  }
  html body .modal.voice .modal-content .modal-inner .sub-ttl {
    font-size: 3.9473684211vw;
  }
  html body .modal.voice .modal-content .modal-inner .sub-ttl + .txt {
    margin-top: 2.6315789474vw;
  }
  html body .modal.voice .modal-content .modal-inner .txt {
    font-size: 3.9473684211vw;
  }
  html body .modal.voice .modal-content .modal-inner .txt + img {
    margin-top: 7.8947368421vw;
  }
  html body .modal.voice .modal-content .modal-inner .txt + .ttl {
    margin-top: 7.8947368421vw;
  }
  html body .modal.voice .modal-content .modal-inner .txt + .sub-ttl {
    margin-top: 5.2631578947vw;
  }
  html body .modal.voice .modal-content .modal-inner img + .ttl,
  html body .modal.voice .modal-content .modal-inner img + img {
    margin-top: 7.8947368421vw;
  }
  html body .modal.voice .modal-content .modal-inner ol {
    padding-left: 5.2631578947vw;
  }
  html body .modal.voice .modal-content .modal-inner ol li {
    font-size: 3.9473684211vw;
  }
  html body .modal.voice .modal-content .modal-inner ol li * {
    font-size: 3.1578947368vw;
  }
  html body .modal.voice .modal-content .modal-inner ol + .txt {
    margin-top: 2.7631578947vw;
  }
}
html body .cv_area {
  padding: 30px 0;
  background: url("../img/cv_bg.webp") no-repeat center;
  background-size: cover;
  text-align: center;
}
html body .cv_area.--slider {
  padding: 60px 0;
  background: no-repeat center/cover url(../img/cv_bg_green.webp);
}
html body .cv_area.--slider .btn {
  background: #fff;
}
html body .cv_area.--slider .btn::before {
  border: 1px solid var(--green);
}
html body .cv_area.--slider .btn::after {
  background: var(--green);
}
html body .cv_area.--slider .btn span {
  color: var(--green);
}
html body .cv_area .cv_area_cloud {
  font-size: 16px;
  color: var(--pink);
  letter-spacing: 0.1em;
  font-weight: 600;
  width: 100%;
  max-width: 260px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 5px;
  margin: 0 auto 13px;
}
html body .cv_area .cv_area_cloud + h2 {
  font-size: 28px;
  color: var(--pink);
  margin-bottom: 15px;
}
html body .cv_area h2 {
  color: var(--green);
  font-size: 28px;
  font-weight: 600;
  text-align: center;
  padding-bottom: 30px;
}
html body .cv_area .cv_area_slider {
  margin-bottom: 68px;
}
html body .cv_area .cv_area_slider .slick-prev,
html body .cv_area .cv_area_slider .slick-next {
  top: 35%;
  width: 30px;
  height: 30px;
  z-index: 10;
}
html body .cv_area .cv_area_slider .slick-prev {
  left: calc(50% - 140px);
}
html body .cv_area .cv_area_slider .slick-next {
  top: 33%;
  right: calc(50% - 140px);
  transform: translate(0, -50%) rotate(180deg);
}
html body .cv_area .cv_area_slider .slick-slide {
  margin: 0 10px;
  text-align: center;
  width: 250px !important;
}
html body .cv_area .cv_area_slider .img {
  margin-bottom: 7px;
}
html body .cv_area .cv_area_slider .img img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 10px;
  margin: 0 auto;
}
html body .cv_area .cv_area_slider .title {
  font-size: 18px;
  line-height: 180%;
  font-weight: 600;
  color: var(--green);
}
html body .cv_area .cv_area_slider .desc {
  font-size: 14px;
  line-height: 180%;
  color: var(--green);
  text-align: left;
  font-weight: normal;
}
html body .cv_area .cv_date {
  font-size: 20px;
  letter-spacing: 0.05em;
  color: #fff;
  margin-bottom: 20px;
}
html body .cv_area .cv_date .large {
  font-size: 30px;
  color: #fff;
  margin: 0 3px;
  font-weight: 600;
}
html body .cv_area .btn {
  background: var(--green);
}
@media screen and (max-width: 767px) {
  html body .cv_area {
    padding: 7.8947368421vw 0;
    background: url("../img/cv_bg_sp.webp") no-repeat center;
    background-size: cover;
    text-align: center;
  }
  html body .cv_area.--slider {
    padding: 15.7894736842vw 0;
    background: no-repeat center/cover url(../img/cv_bg_green_sp.webp);
  }
  html body .cv_area .cv_area_cloud {
    font-size: 4.2105263158vw;
    color: var(--pink);
    letter-spacing: 0.1em;
    font-weight: 600;
    width: 100%;
    max-width: 68.4210526316vw;
    height: 10.5263157895vw;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 5px;
    margin: 0 auto 3.4210526316vw;
  }
  html body .cv_area .cv_area_cloud + h2 {
    font-size: 7.3684210526vw;
    color: var(--pink);
    margin-bottom: 3.9473684211vw;
  }
  html body .cv_area h2 {
    font-size: 7.3684210526vw;
    font-weight: 500;
    text-align: center;
    padding-bottom: 3.9473684211vw;
  }
  html body .cv_area .cv_area_slider {
    margin-bottom: 17.8947368421vw;
  }
  html body .cv_area .cv_area_slider .slick-prev,
  html body .cv_area .cv_area_slider .slick-next {
    top: 36%;
    width: 7.8947368421vw;
    height: 7.8947368421vw;
    z-index: 10;
  }
  html body .cv_area .cv_area_slider .slick-prev {
    left: calc(50% - 38.5vw);
  }
  html body .cv_area .cv_area_slider .slick-next {
    top: 33%;
    right: calc(50% - 38.5vw);
    transform: translate(0, -50%) rotate(180deg);
  }
  html body .cv_area .cv_area_slider .slick-slide {
    margin: 0 10px;
    text-align: center;
    width: 65.7894736842vw !important;
  }
  html body .cv_area .cv_area_slider .img {
    margin-bottom: 7px;
  }
  html body .cv_area .cv_area_slider .img img {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
    border-radius: 5px;
    margin: 0 auto;
  }
  html body .cv_area .cv_area_slider .title {
    font-size: 4.7368421053vw;
    line-height: 180%;
    font-weight: 600;
  }
  html body .cv_area .cv_area_slider .desc {
    font-size: 3.6842105263vw;
    line-height: 180%;
    text-align: left;
  }
  html body .cv_area .cv_date {
    font-size: 5.2631578947vw;
    letter-spacing: 0.05em;
    margin-bottom: 5.2631578947vw;
  }
  html body .cv_area .cv_date .large {
    font-size: 7.8947368421vw;
    margin: 0 3px;
    font-weight: 600;
  }
}
html body .gift {
  text-align: center;
  padding-top: 60px;
  padding-bottom: 120px;
  background: linear-gradient(to bottom, #FDDDDE 0%, #FBF0E8 100%);
  position: relative;
  z-index: 1;
}
html body .gift::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: no-repeat center bottom/100% url(../img/gift_bg.webp);
  z-index: -1;
}
html body .gift figure {
  text-align: center;
}
html body .gift figure img {
  margin: 0 auto;
}
html body .gift figure.img01 {
  max-width: 330px;
  margin: 0 auto 20px;
}
html body .gift figure.img03 {
  max-width: 360px;
  margin: 0 auto;
}
html body .gift .btn.small {
  margin: 20px auto 40px;
  height: 44px;
  background-color: #fff;
}
html body .gift .btn.small span {
  color: var(--pink);
}
html body .gift .btn.small::before {
  border: 1px solid var(--pink);
}
html body .gift .btn.small::after {
  background: var(--pink);
}
@media screen and (max-width: 767px) {
  html body .gift {
    text-align: center;
    padding-bottom: 120px;
  }
  html body .gift::before {
    background: no-repeat center bottom/100% url(../img/gift_bg_sp.webp);
  }
  html body .gift .img02 {
    padding: 20px;
  }
  html body .gift .img02 img {
    width: 100%;
  }
  html body .gift .btn.small {
    margin: 0 auto 40px;
    height: 44px;
  }
  html body .gift .btn.small::after {
    background: var(--pink);
  }
  html body .gift .img03 {
    padding: 0 15px;
  }
  html body .gift .img03 img {
    width: 100%;
  }
}
html body .loop {
  width: 100%;
  overflow: hidden;
}
html body .loop .top {
  animation: loop_animation_right 30s linear infinite;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
html body .loop .top img {
  max-width: initial;
  height: 150px;
}
html body .loop .bottom {
  animation: loop_animation_left 30s linear infinite;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
html body .loop .bottom img {
  max-width: initial;
  height: 150px;
}
@keyframes loop_animation_left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes loop_animation_right {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100%);
  }
}
html body .sect_ttl {
  padding-bottom: 20px;
}
html body .sect_ttl small {
  display: block;
  font-size: 16px;
  text-align: center;
  color: var(--pink);
  margin-bottom: 8px;
}
html body .sect_ttl em {
  display: block;
  font-size: 28px;
  color: var(--pink);
  text-align: center;
  font-weight: 600;
}
html body .modelhouse {
  padding: 60px 0 60px;
  background-color: #FBF0E8;
  overflow: hidden;
}
html body .modelhouse .modelhouse_topSlider {
  margin-bottom: 40px;
}
html body .modelhouse .modelhouse_topSlider .slick-prev,
html body .modelhouse .modelhouse_topSlider .slick-next {
  top: 50%;
  width: 30px;
  height: 30px;
  z-index: 10;
}
html body .modelhouse .modelhouse_topSlider .slick-prev {
  left: calc(50% - 186px);
}
@media (max-width: 380px) {
  html body .modelhouse .modelhouse_topSlider .slick-prev {
    left: -3px;
  }
}
html body .modelhouse .modelhouse_topSlider .slick-next {
  top: 46%;
  right: calc(50% - 183px);
  transform: translate(0, -50%) rotate(180deg);
}
@media (max-width: 380px) {
  html body .modelhouse .modelhouse_topSlider .slick-next {
    right: -3px;
  }
}
html body .modelhouse .modelhouse_topSlider .slick-slide {
  margin: 0 10px;
  text-align: center;
  width: 340px !important;
}
html body .modelhouse .modelhouse_topSlider img {
  width: 100%;
  aspect-ratio: 340/227;
  object-fit: cover;
  border-radius: 10px;
  margin: 0 auto;
}
html body .modelhouse .modelhouse_topSlider .slick-dots li,
html body .modelhouse .modelhouse_topSlider .slick-dots li button {
  width: 6px;
  height: 6px;
  padding: 0;
  margin: 0 3px;
}
html body .modelhouse .modelhouse_topSlider .slick-dots li button:before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 1 !important;
  background-color: #D9D9D9;
}
html body .modelhouse .modelhouse_topSlider .slick-dots li.slick-active button:before {
  background-color: var(--pink);
}
html body .modelhouse .modelhouse_lead {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 600;
  text-align: center;
  margin-bottom: 30px;
}
html body .modelhouse .modelhouse_inner {
  padding: 0 90px;
}
html body .modelhouse .modelhouse_inner .item {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 20px;
  padding: 20px 0;
  border-bottom: 1px solid #D3A9AC;
  position: relative;
}
html body .modelhouse .modelhouse_inner .item:first-child {
  border-top: 1px solid #D3A9AC;
}
html body .modelhouse .modelhouse_inner .item figure {
  flex-shrink: 0;
}
html body .modelhouse .modelhouse_inner .item .text {
  width: calc(100% - 100px);
}
html body .modelhouse .modelhouse_inner .item .text small {
  display: block;
  font-size: 12px;
}
html body .modelhouse .modelhouse_inner .item .text em {
  display: block;
  font-size: 18px;
  font-weight: 600;
}
html body .modelhouse .modelhouse_inner .item .toggle {
  position: absolute;
  right: 0;
  top: 74px;
  font-size: 12px;
  color: var(--pink);
  display: block;
  text-align: right;
  padding-right: 32px;
  line-height: 26px;
  transition: all 0.2s ease;
}
html body .modelhouse .modelhouse_inner .item .toggle.on span:after {
  transform: rotate(0deg);
}
html body .modelhouse .modelhouse_inner .item .toggle:hover {
  opacity: 0.7;
}
html body .modelhouse .modelhouse_inner .item .toggle span {
  position: absolute;
  right: 0;
  top: 0;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: var(--pink);
}
html body .modelhouse .modelhouse_inner .item .toggle span:before {
  content: "";
  position: absolute;
  left: 7px;
  top: 12px;
  width: 12px;
  height: 2px;
  background: #fff;
}
html body .modelhouse .modelhouse_inner .item .toggle span:after {
  content: "";
  position: absolute;
  left: 7px;
  top: 12px;
  width: 12px;
  height: 2px;
  background: #fff;
  transition: all 0.2s ease;
  transform: rotate(90deg);
}
html body .modelhouse .modelhouse_inner .item .sub_box {
  width: 100%;
}
html body .modelhouse .modelhouse_inner .item .sub_box h3 {
  font-size: 18px;
  padding-bottom: 1em;
}
html body .modelhouse .modelhouse_inner .item .sub_box p {
  font-size: 14px;
  padding-bottom: 30px;
  font-weight: normal;
}
html body .modelhouse .modelhouse_inner .item .sub_box .container {
  position: relative;
  z-index: 1;
  margin-left: -20px;
  padding-bottom: 30px;
}
html body .modelhouse .modelhouse_inner .item .sub_box .container .swiper {
  position: relative;
  padding: 0 20px;
  width: calc(100% + 20px);
}
html body .modelhouse .modelhouse_inner .item .sub_box .container .swiper.mySwiper2 {
  margin-bottom: 8px;
}
html body .modelhouse .modelhouse_inner .item .sub_box .container .swiper img {
  border-radius: 3px;
}
html body .modelhouse .modelhouse_inner .item .sub_box .container .swiper .swiper-button-next {
  margin-top: -13px;
  right: 7px;
  width: 26px;
  height: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: #fff;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
html body .modelhouse .modelhouse_inner .item .sub_box .container .swiper .swiper-button-next:after {
  content: "";
  width: 6px;
  height: 8px;
  background: var(--pink);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
html body .modelhouse .modelhouse_inner .item .sub_box .container .swiper .swiper-button-prev {
  margin-top: -13px;
  left: 7px;
  width: 26px;
  height: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: #fff;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
html body .modelhouse .modelhouse_inner .item .sub_box .container .swiper .swiper-button-prev:after {
  content: "";
  width: 6px;
  height: 8px;
  background: var(--pink);
  clip-path: polygon(100% 0, 100% 100%, 0 50%);
}
html body .modelhouse .modelhouse_inner .item .sub_box address {
  font-size: 14px;
  padding-bottom: 20px;
  font-weight: normal;
}
html body .modelhouse .modelhouse_inner .item .sub_box .googlemap {
  width: 100%;
  height: 200px;
  position: relative;
  border: 1px solid var(--line);
  box-sizing: border-box;
  border-radius: 5px;
}
html body .modelhouse .modelhouse_inner .item .sub_box .googlemap iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
}
html body .modelhouse .modelhouse_inner .item .sub_box .data {
  padding-top: 20px;
}
html body .modelhouse .modelhouse_inner .item .sub_box .data li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
}
html body .modelhouse .modelhouse_inner .item .sub_box .data li em {
  width: 76px;
  flex-shrink: 0;
}
html body .modelhouse .modelhouse_inner .item .sub_box .data li span {
  font-weight: normal;
}
html body .modelhouse .modelhouse_inner .item .sub_box .data li ~ li {
  margin-top: 10px;
}
html body .modelhouse .modelhouse_inner .item .sub_box .btn_box {
  padding: 20px 0;
}
html body .modelhouse .modelhouse_inner .item .sub_box .btn_box .btn {
  background: var(--pink);
  color: var(--pink);
}
html body .modelhouse .modelhouse_inner .item .sub_box .btn_box .btn::before {
  border: 1px solid #fff;
}
html body .modelhouse .modelhouse_inner .item .sub_box .btn_box .btn::after {
  background: #fff;
}
html body .modelhouse .modelhouse_inner .item .sub_box .btn_box .btn span {
  color: #fff;
}
html body .modelhouse .modelhouse_inner .item:first-child a {
  border-top: 1px solid #C8BEB4;
}
@media screen and (max-width: 767px) {
  html body .modelhouse .modelhouse_inner {
    padding: 0 20px;
  }
}
html body .entry {
  background: #FBF0E8;
  padding: 0px 90px 60px;
}
html body .entry .input {
  padding-bottom: 30px;
}
html body .entry .input h3 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  padding-bottom: 15px;
}
html body .entry .input h3 em {
  width: 34px;
  height: 23px;
  background: var(--pink);
  color: #fff;
  font-size: 12px;
  line-height: 23px;
  text-align: center;
  border-radius: 3px;
}
html body .entry .input h3 em.gray {
  background: #B9B9B9;
}
html body .entry .input h3 span {
  font-size: 16px;
  color: var(--pink);
}
html body .entry .input .input_inner {
  width: 100%;
}
html body .entry .input .input_inner.flex {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  gap: 8px;
}
html body .entry .input .input_inner.vertical {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
html body .entry .input .input_inner ~ .input_inner {
  margin-top: 10px;
}
html body .entry .btn_box {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  html body .entry {
    padding: 0 20px 60px;
  }
}
html body .error {
  padding-top: 5px;
  font-size: 12px;
  color: var(--pink);
}
html body fieldset {
  border: none;
  margin: 0;
  padding: 0;
  position: relative;
}
html body fieldset.input_error input {
  background: #FFE2D2;
}
html body fieldset .placeholder {
  position: absolute;
  left: 10px;
  top: 11px;
  font-size: 14px;
  color: #9D9D9D;
  z-index: 1;
  pointer-events: none;
  transition: all 0.2s ease;
  pointer-events: none;
}
html body fieldset .placeholder.small {
  position: absolute;
  left: 8px;
  top: 12px;
  font-size: 12px;
}
html body fieldset input:focus ~ .placeholder,
html body fieldset .placeholder.completed {
  font-size: 10px;
  transform: scale(0.7);
  transform-origin: left;
  left: 7px;
  top: 4px;
}
html body input[type=text],
html body input[type=email],
html body input[type=tel],
html body input[type=date] {
  width: 100%;
  max-width: 100%;
  padding: 12px 12px 0;
  height: 44px;
  box-sizing: border-box;
  font-size: 14px;
  border-radius: 5px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
  -webkit-appearance: none;
  border: var(--line) solid 1px;
  background: #fff;
  color: #1E221F;
}
html body input[type=text].narrow,
html body input[type=email].narrow,
html body input[type=tel].narrow,
html body input[type=date].narrow {
  width: calc(50% - 5px);
}
html body input[type=text].middle,
html body input[type=email].middle,
html body input[type=tel].middle,
html body input[type=date].middle {
  width: 60%;
}
html body input[type=text].wide,
html body input[type=email].wide,
html body input[type=tel].wide,
html body input[type=date].wide {
  width: 60%;
}
html body input[type=text]:focus,
html body input[type=email]:focus,
html body input[type=tel]:focus,
html body input[type=date]:focus {
  background: #fff;
}
html body textarea {
  -webkit-appearance: none;
  border-radius: 5px;
  width: 100%;
  height: 150px;
  padding: 10px;
  box-sizing: border-box;
  border: var(--line) solid 1px;
  font-size: 16px;
  background: #fff;
  color: #1E221F;
}
html body textarea::placeholder {
  font-size: 14px;
  color: #9D9D9D;
}
html body .selectbox {
  display: block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
}
html body .selectbox.input_error select {
  background: #FFE2D2;
}
html body .selectbox.input_error:after {
  background: #FFE2D2;
}
html body .selectbox select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: medium none;
  border-radius: 5px;
  box-sizing: border-box;
  font-size: 16px;
  height: 44px;
  padding: 0 10px;
  box-sizing: border-box;
  background: #fff;
  border: var(--line) solid 1px;
  padding-right: 50px;
  color: #9D9D9D;
  width: 125%;
  max-width: none;
  box-shadow: none;
}
html body .selectbox select option,
html body .selectbox select optgroup {
  color: var(--brown);
  font-style: normal;
}
html body .selectbox:before {
  background: #F6F1EC;
  content: "";
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  pointer-events: none;
}
html body .selectbox:after {
  background: #fff;
  color: var(--pink);
  content: "▼";
  font-size: 10px;
  height: 100%;
  line-height: 40px;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  width: 40px;
  box-sizing: border-box;
  border: var(--line) solid 1px;
  border-left: 0;
  display: inline-block;
  border-radius: 0 5px 5px 0;
}
html body .checkbox {
  display: block;
  text-align: center;
  margin-bottom: 30px;
}
html body .checkbox.input_error label:before {
  background: #FFE2D2;
}
html body .checkbox input[type=checkbox] {
  display: none;
}
html body .checkbox input[type=checkbox]:checked ~ label:after {
  opacity: 1;
}
html body .checkbox label {
  display: block;
  width: fit-content;
  height: 26px;
  line-height: 26px;
  padding-left: 32px;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
  color: var(--pink);
  font-size: 14px;
  white-space: nowrap;
}
html body .checkbox label:before {
  display: inline-block;
  content: "";
  width: 26px;
  height: 26px;
  border-radius: 3px;
  border: var(--line) solid 1px;
  position: relative;
  box-sizing: border-box;
  position: absolute;
  left: 0px;
  top: 0px;
  background: #fff;
  transition: all 0.2s ease;
  backface-visibility: hidden;
}
html body .checkbox label:after {
  content: "";
  position: absolute;
  left: 8px;
  top: 3px;
  width: 10px;
  height: 15px;
  border-right: 3px solid var(--pink);
  border-bottom: 3px solid var(--pink);
  box-sizing: border-box;
  transform: rotate(45deg) scale(1);
  transition: all 0.2s ease;
  backface-visibility: hidden;
  opacity: 0;
}
html body .checkbox label a {
  text-decoration: underline;
}
html body .radio {
  width: auto;
  height: 30px;
  padding-right: 20px;
}
html body .radio input[type=radio] {
  display: none;
}
html body .radio input[type=radio]:checked ~ label:after {
  transform: scale(1);
}
html body .radio label {
  display: block;
  width: 100%;
  height: 22px;
  line-height: 22px;
  padding-left: 32px;
  margin: 0;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
  color: var(--pink);
  font-size: 14px;
  white-space: nowrap;
}
html body .radio label:before {
  display: inline-block;
  content: "";
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: var(--line) solid 1px;
  position: relative;
  box-sizing: border-box;
  position: absolute;
  left: 0px;
  top: 0px;
  background: #fff;
  transition: all 0.2s ease;
  backface-visibility: hidden;
}
html body .radio label:after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  left: 5px;
  top: 5px;
  background: var(--pink);
  transform: scale(0);
  transition: all 0.1s ease;
  backface-visibility: hidden;
}
html body .submitbox {
  width: 300px;
  height: 60px;
  margin: 0 auto;
  position: relative;
}
html body .submitbox:before {
  content: "";
  position: absolute;
  left: 3px;
  top: 3px;
  z-index: 1;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  border-radius: 27px;
  border: 1px solid #fff;
  box-sizing: border-box;
  pointer-events: none;
}
html body .submitbox:after {
  content: "";
  position: absolute;
  right: 20px;
  top: calc(50% - 5px);
  z-index: 1;
  width: 8px;
  height: 10px;
  background: #fff;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  pointer-events: none;
}
html body .submitbox input[type=submit] {
  width: 100%;
  height: 100%;
  border-radius: 30px;
  background: var(--pink);
  color: #fff;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  transition: all 0.2s ease;
}
html body .submitbox input[type=submit]:hover {
  opacity: 0.7;
}

body.error-page .error {
  color: #B22123;
}
body.error-page .entry .input h3 em {
  background-color: #B22123;
}
body.error-page fieldset.input_error input,
body.error-page .selectbox.input_error select,
body.error-page .selectbox.input_error:after,
body.error-page .checkbox.input_error label:before {
  background: #FEECEA;
}

body.send-page .send-message {
  font-weight: normal;
}/*# sourceMappingURL=style.css.map */