@charset "UTF-8";
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
h1 {
  font-size: 2em;
}
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.5;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  display: none;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none !important;
  padding: 0;
  margin: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select::-ms-expand {
  display: none !important;
}
img {
  -webkit-backface-visibility: hidden;
}
li {
  list-style: none;
}
table {
  border-collapse: collapse;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}
main,
picture {
  display: block;
}
button {
  background: none;
  border: none;
}
img {
  display: block;
  width: 100%;
  height: auto;
}
em,
i {
  font-style: normal;
}
@media (min-width: 769px) {
  .sp {
    display: none !important;
  }
}
@media not all and (min-width: 769px) {
  .pc {
    display: none !important;
  }
}
body {
  font-weight: 500;
  color: #333;
  font-size: 18px;
  line-height: 1.7777777778;
  width: 100%;
  font-family:
    "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic",
    sans-serif;
}
@media not all and (min-width: 769px) {
  body {
    font-size: 16px;
    line-height: 1.5625;
  }
}
a {
  text-decoration: none;
  color: #000;
}
a[href^="tel:"].disabled {
  cursor: default;
}
.header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.header__logo img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 171px;
  margin-right: 22px;
}
@media not all and (min-width: 769px) {
  .header__logo img {
    width: 103px;
    margin-right: 11px;
  }
}
.header__logo p {
  padding-bottom: 6px;
  font-size: 15px;
  line-height: 21px;
}
@media not all and (min-width: 769px) {
  .header__logo p {
    padding-bottom: 3px;
    font-size: 11px;
    line-height: 16px;
  }
}
@media not all and (min-width: 370px) {
  .header__logo p {
    font-size: 9px;
  }
}
.cta {
  display: block;
  position: fixed;
  top: 30%;
  right: 0;
  z-index: 99;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  width: 110px;
  -webkit-transition-property:
    opacity,
    -webkit-transform;
  transition-property:
    opacity,
    -webkit-transform;
  transition-property: opacity, transform;
  transition-property:
    opacity,
    transform,
    -webkit-transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
@media not all and (min-width: 769px) {
  .cta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    top: auto;
    bottom: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    width: 100%;
    height: 80px;
    background: -webkit-gradient(linear, left top, right top, from(#97feee), to(#8ddae9));
    background: linear-gradient(to right, #97feee, #8ddae9);
  }
  .cta:after,
  .cta:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    width: 75px;
    height: 100%;
    background: url("../images/cta_ptn.png") no-repeat right bottom/100% 100%;
    pointer-events: none;
  }
  .cta:after {
    -webkit-transform: scale(-1, -1);
    transform: scale(-1, -1);
    right: auto;
    left: 0;
  }
}
.cta a {
  display: block;
  -webkit-box-shadow: 0 0 18px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.2);
}
@media (min-width: 769px) {
  .cta a {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .cta a:hover {
    opacity: 0.7;
  }
}
@media not all and (min-width: 769px) {
  .cta a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 2;
    width: calc(50% - 8px - 16px);
    max-width: 303px;
    height: 60px;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 9px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 9px rgba(0, 0, 0, 0.2);
    font-weight: bold;
    font-size: 16px;
    letter-spacing: -0.04em;
    white-space: nowrap;
  }
  .cta a:before {
    content: "";
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 27px;
    height: 23px;
    margin-right: 13px;
    background: url("../images/reservation_icon.png") no-repeat center center/contain;
  }
  @media not all and (min-width: 370px) {
    .cta a:before {
      margin-right: 10px;
    }
  }
  .cta a.reserve {
    background: -webkit-gradient(linear, left bottom, right top, from(#6fe5a9), to(#3bcd83));
    background: linear-gradient(to top right, #6fe5a9, #3bcd83);
    color: #fff;
  }
  .cta a.reserve:before {
    content: "";
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 24px;
    height: 20px;
    margin-right: 8px;
    background: url("../images/reservation_icon.png") no-repeat center center/contain;
  }
  @media not all and (min-width: 370px) {
    .cta a.reserve:before {
      margin-right: 5px;
    }
  }
  .cta a.document {
    border: 1px solid #3bcd83;
    background-color: #fff;
    color: #3bcd83;
    margin-left: 18px;
  }
  .cta a.document:before {
    content: "";
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 19px;
    height: 21px;
    margin-right: 8px;
    background: url("../images/request_icon.png") no-repeat center center/contain;
  }
  @media not all and (min-width: 370px) {
    .cta a.document:before {
      margin-right: 5px;
    }
  }
}
@media not all and (min-width: 370px) {
  .cta a {
    font-size: 18px;
  }
}
.cta.hide {
  opacity: 0;
  pointer-events: none;
}
@media (min-width: 769px) {
  .cta.hide {
    -webkit-transform: translateX(calc(100% + 1px));
    transform: translateX(calc(100% + 1px));
  }
}
@media not all and (min-width: 769px) {
  .cta.hide {
    -webkit-transform: translateY(calc(100% + 1px));
    transform: translateY(calc(100% + 1px));
  }
}
.footer {
  padding: 23px 0;
  background-color: #144b82;
}
@media not all and (min-width: 769px) {
  .footer {
    padding: 11px 0 91px;
  }
}
.footer__copyright {
  text-align: center;
}
.footer__copyright small {
  font-size: 14px;
  color: #fff;
  letter-spacing: 0.06em;
}
@media not all and (min-width: 769px) {
  .footer__copyright small {
    font-size: 12px;
  }
}
.container {
  width: calc(100% - 32px);
  max-width: 1200px;
  margin: 0 auto;
}
.nobr {
  white-space: nowrap;
}
.palt {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}
.inline_block {
  display: inline-block;
}
section {
  padding: 100px 0;
}
@media not all and (min-width: 769px) {
  section {
    padding: 50px 0;
  }
}
b {
  font-weight: bold;
}
main {
  overflow: hidden;
}
.sec_ttl {
  font-size: 40px;
  line-height: 1;
  text-align: center;
  font-weight: bold;
  color: #37bad3;
}
@media not all and (min-width: 769px) {
  .sec_ttl {
    font-size: 24px;
  }
}
.sec_ttl span {
  display: inline-block;
  position: relative;
  padding-bottom: 18px;
  background: linear-gradient(131deg, #37bad3, #58dcc7);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media not all and (min-width: 769px) {
  .sec_ttl span {
    padding-bottom: 9px;
  }
}
.sec_ttl span:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(
    to right,
    #88e2d8,
    #88e2d8 5px,
    transparent 5px,
    transparent 10px
  );
  background-size: 10px 1px;
  background-position: left bottom;
  background-repeat: repeat-x;
}
.fadeIn_item.offs,
.offs .fadeIn_item {
  opacity: 0;
}
.fadeIn_item.ons,
.ons .fadeIn_item {
  opacity: 1;
  -webkit-transition: all 1.2s cubic-bezier(0, 0, 0.13, 0.79);
  transition: all 1.2s cubic-bezier(0, 0, 0.13, 0.79);
}
.fadeIn_item.img_blur.offs,
.offs .fadeIn_item.img_blur {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.fadeIn_item.img_blur.ons,
.ons .fadeIn_item.img_blur {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 1.4s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: all 1.4s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.fadeIn_item.bottom-up.offs,
.offs .fadeIn_item.bottom-up {
  -webkit-transform: translate3d(0, 30px, 0);
  transform: translate3d(0, 30px, 0);
}
.fadeIn_item.bottom-up.ons,
.ons .fadeIn_item.bottom-up {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 2s cubic-bezier(0.33, 1, 0.68, 1);
  transition: all 2s cubic-bezier(0.33, 1, 0.68, 1);
}
@media not all and (min-width: 769px) {
  .js_touchzoom {
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition:
      transform 0.3s,
      -webkit-transform 0.3s;
  }
  .js_touchzoom.touching {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@media (-ms-high-contrast: none\0), (prefers-reduced-motion: reduce) {
  *,
  :after,
  :before {
    -webkit-transition: none !important;
    transition: none !important;
    -webkit-animation: none !important;
    animation: none !important;
  }
  .fadeIn_item {
    opacity: 1 !important;
    -webkit-transform: none !important;
    transform: none !important;
    -webkit-filter: none !important;
    filter: none !important;
  }
}
.kv {
  position: relative;
  padding: 28px 0 69px;
  overflow: hidden;
  background: #faeeee url("../images/kv_bg.jpg") no-repeat center center/cover;
}
@media not all and (min-width: 769px) {
  .kv {
    padding: 20px 0 29px;
    background-image: url("../images/kv_bg_sp.png");
    background-position: right bottom;
  }
}
.kv .container__inner {
  margin-top: 128px;
}
@media not all and (min-width: 769px) {
  .kv .container__inner {
    max-width: 400px;
    margin: 80vw auto 0;
  }
}
.kv__copy {
  font-weight: bold;
  font-size: 44px;
  line-height: 1.3863636364em;
  letter-spacing: 0.01em;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
}
@media not all and (min-width: 769px) {
  .kv__copy {
    font-size: 32px;
    line-height: 1.23203125em;
  }
}
@media not all and (min-width: 370px) {
  .kv__copy {
    font-size: 28px;
  }
}
.kv__copy em {
  font-size: 1.5227272727em;
}
.kv__copy small {
  font-size: 0.7727272727em;
}
.kv__copy .ls {
  letter-spacing: 0.12em;
}
.kv__copy .red {
  color: #ec537f;
}
.kv__copy .green {
  color: #3bcd83;
}
.kv__copy .fadeIn_item {
  display: inline-block;
}
.kv__text {
  max-width: 600px;
  margin-top: 12px;
  font-size: 22px;
  line-height: 36px;
}
@media not all and (min-width: 769px) {
  .kv__text {
    margin-top: 10px;
    margin-left: 3px;
    font-size: 15px;
    line-height: 20px;
    text-align: left;
  }
}
.kv__text .marker {
  background-image: -webkit-gradient(linear, left top, right top, from(#fff), to(#fff));
  background-image: linear-gradient(90deg, #fff, #fff);
  background-position: bottom left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.kv__cv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 710px;
  margin-top: 52px;
  padding: 19px 40px 22px;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 16px rgba(1, 21, 0, 0.23);
  box-shadow: 0 0 16px rgba(1, 21, 0, 0.23);
  background-color: rgba(255, 255, 255, 0.8);
}
@media not all and (min-width: 769px) {
  .kv__cv {
    position: relative;
    z-index: 3;
    max-width: 450px;
    margin: 0 auto;
    padding: 20px 20px 24px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 8px rgba(1, 21, 0, 0.23);
    box-shadow: 0 0 8px rgba(1, 21, 0, 0.23);
  }
}
.kv__cv__title {
  font-weight: bold;
  font-size: 22px;
  line-height: 1.6363636364;
  letter-spacing: 0.06em;
  text-align: center;
}
@media not all and (min-width: 769px) {
  .kv__cv__title {
    font-size: 14px;
    letter-spacing: -0.05em;
  }
}
.kv__cv__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  margin-top: 25px;
}
@media not all and (min-width: 769px) {
  .kv__cv__btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 19px;
  }
}
.kv__cv__btn__item {
  position: relative;
  z-index: 1;
  width: 48%;
  max-width: 300px;
}
@media not all and (min-width: 769px) {
  .kv__cv__btn__item {
    width: 100%;
    max-width: 311px;
    margin: 0 auto;
  }
}
.kv__cv__btn__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 72px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 18px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.2);
  font-weight: bold;
  font-size: 20px;
  white-space: nowrap;
}
@media (min-width: 769px) {
  .kv__cv__btn__item a {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .kv__cv__btn__item a:hover {
    opacity: 0.7;
  }
}
@media not all and (min-width: 769px) {
  .kv__cv__btn__item a {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    height: 73px;
    padding-left: 42px;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 9px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 9px rgba(0, 0, 0, 0.2);
    font-size: 20px;
    letter-spacing: -0.04em;
  }
}
@media not all and (min-width: 370px) {
  .kv__cv__btn__item a {
    padding-left: 35px;
    font-size: 18px;
  }
}
.kv__cv__btn__item.reserve a {
  background: -webkit-gradient(linear, left bottom, right top, from(#6fe5a9), to(#3bcd83));
  background: linear-gradient(to top right, #6fe5a9, #3bcd83);
  color: #fff;
}
.kv__cv__btn__item.reserve a:before {
  content: "";
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 27px;
  height: 23px;
  margin-right: 13px;
  background: url("../images/reservation_icon.png") no-repeat center center/contain;
}
@media not all and (min-width: 769px) {
  .kv__cv__btn__item.reserve a:before {
    width: 27px;
    height: 23px;
    margin-right: 13px;
  }
}
@media not all and (min-width: 370px) {
  .kv__cv__btn__item.reserve a:before {
    margin-right: 10px;
  }
}
@media not all and (min-width: 769px) {
  .kv__cv__btn__item.document {
    margin-top: 20px;
  }
}
.kv__cv__btn__item.document a {
  border: 2px solid #3bcd83;
  background-color: #fff;
  color: #3bcd83;
}
@media not all and (min-width: 769px) {
  .kv__cv__btn__item.document a {
    border-width: 1px;
  }
}
.kv__cv__btn__item.document a:before {
  content: "";
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 24px;
  height: 26px;
  margin-right: 13px;
  background: url("../images/request_icon.png") no-repeat center center/contain;
}
@media not all and (min-width: 769px) {
  .kv__cv__btn__item.document a:before {
    width: 24px;
    height: 26px;
    margin-right: 16px;
  }
}
@media not all and (min-width: 370px) {
  .kv__cv__btn__item.document a:before {
    margin-right: 13px;
  }
}
.kv__cv__tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 17px;
}
.kv__cv__tel dt {
  font-weight: bold;
  font-size: 12px;
  line-height: 1.4166666667;
  letter-spacing: -0.06em;
}
.kv__cv__tel dd {
  margin-left: 14px;
}
.kv__cv__tel dd a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: bold;
  font-size: 23px;
  line-height: 1;
  white-space: nowrap;
}
@media not all and (min-width: 370px) {
  .kv__cv__tel dd a {
    font-size: 23px;
  }
}
.kv__cv__tel dd a:before {
  content: "";
  width: 18px;
  height: 23px;
  margin-right: 5px;
  background: url("../images/tel_icon.svg") no-repeat center center/contain;
}
.kv__cv__schedule {
  margin-top: 16px;
  font-size: 14px;
  line-height: 1.4166666667;
}
@media (min-width: 769px) {
  .kv__cv__schedule {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  }
}
@media not all and (min-width: 769px) {
  .kv__cv__schedule {
    margin-top: 8px;
    font-size: 12px;
    line-height: 1.4166666667;
  }
}
.kv__cv__schedule .tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: bold;
  font-size: 24px;
  letter-spacing: -0.02em;
  white-space: nowrap;
}
.kv__cv__schedule .tel:before {
  content: "";
  width: 16px;
  height: 21px;
  margin-right: 13px;
  background: url("../images/tel_icon.svg") no-repeat center center/contain;
}
.kv__cv__sp_wrapper {
  padding-bottom: 24px;
  background-color: #faeeee;
}
@media not all and (min-width: 769px) {
  .kv .kv__cv {
    display: none;
  }
}
.overview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 35px 0 41px;
  background: -webkit-gradient(linear, left top, right top, from(#97feee), to(#8ddae9));
  background: linear-gradient(to right, #97feee, #8ddae9);
}
@media not all and (min-width: 769px) {
  .overview {
    padding: 25px 0 20px;
  }
}
.overview:after,
.overview:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 312px;
  height: 100%;
  background: url("../images/overview_ptn.png") no-repeat right bottom/100% 100%;
  pointer-events: none;
}
@media not all and (min-width: 769px) {
  .overview:after,
  .overview:before {
    width: 103px;
    height: 125px;
    background-image: url("../images/overview_ptn_sp.png");
  }
}
.overview:after {
  top: auto;
  right: 0;
  bottom: 0;
  left: auto;
  -webkit-transform: scale(-1, -1);
  transform: scale(-1, -1);
}
.overview__title {
  position: relative;
  z-index: 2;
  height: 47px;
  padding: 0 73px;
  border-radius: 24px;
  background-image: url("../images/icon_sakura.png"), url("../images/icon_sakura.png");
  background-position:
    left 24px center,
    right 24px center;
  background-size: 30px auto;
  background-repeat: no-repeat;
  background-color: #3bcd83;
  color: #fff;
  font-weight: bold;
  font-size: 26px;
  line-height: 47px;
  text-align: center;
}
@media not all and (min-width: 769px) {
  .overview__title {
    width: calc(100% - 32px);
    max-width: 343px;
    height: 30px;
    padding: 0;
    border-radius: 12px;
    background-position:
      left 14px center,
      right 14px center;
    background-size: 19px auto;
    font-size: 16px;
    line-height: 30px;
  }
}
@media not all and (min-width: 350px) {
  .overview__title {
    font-size: 14px;
  }
}
.overview__title .italic {
  display: inline-block;
  margin-left: -5px;
  padding-right: 8px;
  font-style: italic;
}
@media not all and (min-width: 769px) {
  .overview__title .italic {
    margin-left: -3px;
    padding-right: 7px;
  }
}
.overview__price {
  position: relative;
  z-index: 2;
  margin-top: 22px;
  font-weight: bold;
  font-size: 42px;
  line-height: 50px;
  text-align: center;
}
@media not all and (min-width: 769px) {
  .overview__price {
    margin-top: 9px;
    font-size: 27px;
    line-height: 37px;
  }
}
@media not all and (min-width: 350px) {
  .overview__price {
    font-size: 24px;
  }
}
.overview__price .marker {
  display: inline-block;
  height: 50px;
  margin: 0 7px;
  padding: 0 8px 0 5px;
  background-image: -webkit-gradient(linear, left top, right top, from(#fff), to(#fff));
  background-image: linear-gradient(90deg, #fff, #fff);
  background-position: bottom left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  color: #3bcd83;
  letter-spacing: 0.02em;
}
@media not all and (min-width: 769px) {
  .overview__price .marker {
    height: 32px;
    margin: 0 3px;
    padding: 0 3px;
    line-height: 32px;
  }
}
.overview__price small {
  margin-left: 3px;
  font-size: 36px;
  letter-spacing: -0.02em;
}
@media not all and (min-width: 769px) {
  .overview__price small {
    margin-left: 2px;
    font-size: 18px;
  }
}
.overview__schedule {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 2;
  width: calc(100% - 32px);
  max-width: 600px;
  margin-top: 10px;
}
@media not all and (min-width: 769px) {
  .overview__schedule {
    max-width: 400px;
    margin-top: 8px;
  }
}
.overview__schedule:after,
.overview__schedule:before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #333;
}
@media not all and (min-width: 769px) {
  .overview__schedule:after,
  .overview__schedule:before {
    height: 1px;
  }
}
.overview__schedule__text {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 0 9px;
  font-weight: bold;
  font-size: 24px;
  letter-spacing: 0.075em;
  text-align: center;
}
@media not all and (min-width: 769px) {
  .overview__schedule__text {
    font-size: 16px;
  }
}
.overview__schedule__text small {
  font-size: 20px;
}
@media not all and (min-width: 769px) {
  .overview__schedule__text small {
    font-size: 14px;
  }
}
.reason {
  padding: 0;
}
.reason .spring {
  position: relative;
  padding: 84px 0 18.5944363104vw;
  background: #d6f5ff url("../images/reason_bg1.png") no-repeat center bottom/100% auto;
}
@media not all and (min-width: 769px) {
  .reason .spring {
    padding: 41px 0 36vw;
    background-image: url("../images/reason_bg1_sp.png");
  }
}
.reason .spring:before {
  content: "";
  position: absolute;
  top: 107px;
  right: 0;
  z-index: 2;
  width: 292px;
  height: 581px;
  background: url("../images/reason_deco1.png") no-repeat right center/contain;
  pointer-events: none;
}
@media (max-width: 1152px) {
  .reason .spring:before {
    top: 43.4027777778vw;
    width: 25.3472222222vw;
    height: 50.4340277778vw;
  }
}
@media not all and (min-width: 769px) {
  .reason .spring:before {
    top: 197px;
    right: -11px;
    width: 148px;
    height: 292px;
  }
}
.reason .spring:after {
  content: "";
  position: absolute;
  bottom: 140px;
  left: -48px;
  z-index: 2;
  width: 244px;
  height: 394px;
  background: url("../images/reason_deco2.png") no-repeat left center/contain;
  pointer-events: none;
}
@media (max-width: 1152px) {
  .reason .spring:after {
    bottom: 50px;
    left: -4.1666666667vw;
    width: 21.1805555556vw;
    height: 34.2013888889vw;
  }
}
@media not all and (min-width: 769px) {
  .reason .spring:after {
    bottom: 26px;
    left: 0;
    width: 90px;
    height: 146px;
  }
}
.reason .spring__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: calc(100% - 32px);
  max-width: 1120px;
  margin: 0 auto;
}
.reason .spring__icon {
  width: 110px;
}
@media not all and (min-width: 769px) {
  .reason .spring__icon {
    width: 75px;
  }
}
.reason .spring__text {
  position: relative;
  margin-top: 44px;
  text-align: center;
}
@media not all and (min-width: 769px) {
  .reason .spring__text {
    width: 100%;
    max-width: 343px;
    margin-top: 7px;
  }
}
.reason .spring__text__title {
  font-weight: 500;
  font-size: 48px;
  line-height: 72px;
}
@media not all and (min-width: 769px) {
  .reason .spring__text__title {
    font-size: 24px;
    line-height: 36px;
  }
}
.reason .spring__text__title em {
  display: inline-block;
  margin-left: 9px;
  background: -webkit-gradient(linear, left top, right top, from(#24b0d8), to(#104d91));
  background: linear-gradient(to right, #24b0d8, #104d91);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #104d91;
  font-size: 72px;
  line-height: 1;
  vertical-align: text-bottom;
}
@media not all and (min-width: 769px) {
  .reason .spring__text__title em {
    margin-left: 1px;
    font-size: 36px;
  }
}
.reason .spring__text__body {
  margin-top: 21px;
  font-size: 24px;
  line-height: 1.6666666667;
}
@media not all and (min-width: 769px) {
  .reason .spring__text__body {
    margin-top: 13px;
    font-size: 16px;
    line-height: 1.5;
  }
}
.reason .spring__text .img {
  position: absolute;
  top: -154px;
  right: calc(100% + 17px);
  width: 404px;
}
@media (max-width: 1152px) {
  .reason .spring__text .img {
    position: relative;
    top: auto;
    right: auto;
    width: 303px;
    margin-top: 31px;
  }
}
@media not all and (min-width: 769px) {
  .reason .spring__text .img {
    width: 202px;
  }
}
.reason .spring__why {
  position: relative;
  width: 100%;
  margin-top: 145px;
  padding: 59px 10px 73px;
  border-radius: 10px;
  background-color: #fff;
}
@media not all and (min-width: 769px) {
  .reason .spring__why {
    margin-top: 45px;
    padding: 40px 20px 35px;
    border-radius: 5px;
  }
}
.reason .spring__why:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 2px solid transparent;
  border-radius: 10px;
  background: -webkit-gradient(linear, left top, left bottom, from(#125698), to(#24add5)) border-box
    border-box;
  background: linear-gradient(to bottom, #125698, #24add5) border-box border-box;
  pointer-events: none;
  -webkit-mask:
    -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) padding-box,
    -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) border-box;
  -webkit-mask:
    linear-gradient(#fff 0 0) padding-box,
    linear-gradient(#fff 0 0) border-box;
  -webkit-mask-composite: destination-out;
  -webkit-mask:
    linear-gradient(#fff 0 0) padding-box,
    linear-gradient(#fff 0 0) border-box;
  mask:
    -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) padding-box,
    -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) border-box;
  mask:
    linear-gradient(#fff 0 0) padding-box,
    linear-gradient(#fff 0 0) border-box;
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
@media not all and (min-width: 769px) {
  .reason .spring__why:before {
    border-width: 1px;
    border-radius: 5px;
  }
}
.reason .spring__why__title {
  margin-bottom: 32px;
  letter-spacing: 0.05em;
}
@media not all and (min-width: 769px) {
  .reason .spring__why__title {
    margin-bottom: 19px;
  }
}
.reason .spring__why__body {
  font-weight: bold;
  font-size: 18px;
  line-height: 2.0555555556;
  letter-spacing: -0.03em;
  text-align: center;
}
@media not all and (min-width: 769px) {
  .reason .spring__why__body {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0;
    text-align: left;
  }
}
.reason .spring__why__body .marker {
  display: inline;
  background-image: -webkit-gradient(linear, left top, right top, from(#dbf4f9), to(#dbf4f9));
  background-image: linear-gradient(90deg, #dbf4f9, #dbf4f9);
  background-position: bottom left;
  background-size: 100% 40%;
  background-repeat: no-repeat;
  color: #0073a2;
}
.reason .reason__list {
  padding: 103px 0 100px;
  background: url("../images/reason_bg2.png") no-repeat center center/cover;
}
@media not all and (min-width: 769px) {
  .reason .reason__list {
    padding: 40px 0 41px;
    background-image: url("../images/reason_bg2_sp.png");
  }
}
@media not all and (min-width: 350px) {
  .reason .reason__list__title {
    font-size: 22px;
  }
}
.reason .reason__list__title span {
  background: none;
  -webkit-text-fill-color: unset;
  color: #fff;
}
.reason .reason__list__title span:after {
  background-image: linear-gradient(to right, #fff, #fff 5px, transparent 5px, transparent 10px);
}
.reason .reason__list__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: calc(100% - 32px);
  max-width: 1127px;
  margin: 0 auto;
  margin-top: 70px;
}
@media not all and (min-width: 769px) {
  .reason .reason__list__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 30px;
  }
}
.reason .reason__list__item {
  width: 32%;
  max-width: 309px;
  pointer-events: none;
  -webkit-filter: drop-shadow(10px 10px 59px rgba(0, 0, 0, 0.15));
  filter: drop-shadow(10px 10px 59px rgba(0, 0, 0, 0.15));
}
@media not all and (min-width: 769px) {
  .reason .reason__list__item {
    width: 100%;
    max-width: 240px;
    -webkit-filter: drop-shadow(5px 5px 30px rgba(0, 0, 0, 0.15));
    filter: drop-shadow(5px 5px 30px rgba(0, 0, 0, 0.15));
  }
}
@media not all and (min-width: 769px) {
  .reason .reason__list__item:nth-child(n + 2) {
    margin-top: 24px;
  }
}
.feature {
  padding-top: 120px;
  padding-bottom: 119px;
  background: url("../images/feature_bg.png") no-repeat center top/cover;
}
@media not all and (min-width: 769px) {
  .feature {
    padding-top: 39px;
    padding-bottom: 40px;
    background-image: url("../images/feature_bg_sp.png");
  }
}
.feature__list {
  width: calc(100% - 80px);
  margin: 120px auto 0;
}
@media not all and (min-width: 769px) {
  .feature__list {
    width: 100%;
    margin-top: 105px;
  }
}
.feature__list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 10px;
  -webkit-box-shadow: 3px 3px 46px rgba(0, 0, 0, 0.1);
  box-shadow: 3px 3px 46px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
@media not all and (min-width: 769px) {
  .feature__list__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 400px;
    margin: 0 auto;
    border-radius: 5px;
    -webkit-box-shadow: 2px 2px 23px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 2px 23px rgba(0, 0, 0, 0.1);
  }
}
.feature__list__item .img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  width: 50%;
  border-radius: 10px 0 0 10px;
  background: -webkit-gradient(linear, left top, right top, from(#58dcc7), to(#8ddae9));
  background: linear-gradient(to right, #58dcc7, #8ddae9);
}
@media not all and (min-width: 769px) {
  .feature__list__item .img {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
    border-radius: 5px 5px 0 0;
  }
}
@media (min-width: 769px) {
  .feature__list__item .img + .text {
    padding: 70px 20px 50px 28px;
  }
}
.feature__list__item .img:after,
.feature__list__item .img:before {
  content: "";
  -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 0);
  clip-path: polygon(0 100%, 100% 100%, 100% 0);
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 100px;
  height: 100%;
  background-color: #fff;
}
@media not all and (min-width: 769px) {
  .feature__list__item .img:after,
  .feature__list__item .img:before {
    -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 0);
    clip-path: polygon(0 100%, 100% 100%, 100% 0);
    width: 100%;
    height: 40px;
  }
}
.feature__list__item .img:after {
  right: -1px;
}
@media not all and (min-width: 769px) {
  .feature__list__item .img:after {
    right: 0;
    bottom: -1px;
  }
}
.feature__list__item .img img {
  position: relative;
  z-index: 2;
  -webkit-transform: translate(-40px, -40px);
  transform: translate(-40px, -40px);
  -webkit-filter: drop-shadow(3px 3px 46px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(3px 3px 46px rgba(0, 0, 0, 0.1));
}
@media not all and (min-width: 769px) {
  .feature__list__item .img img {
    -webkit-transform: none;
    transform: none;
    width: 81.6326530612%;
    max-width: 280px;
    margin: -81px auto 0;
    -webkit-filter: drop-shadow(2px 2px 23px rgba(0, 0, 0, 0.1));
    filter: drop-shadow(2px 2px 23px rgba(0, 0, 0, 0.1));
  }
}
.feature__list__item .text {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  width: 50%;
  padding: 70px 50px 50px 39px;
  background: url("../images/feature_grass1.png") no-repeat right 8px bottom/66px auto;
}
@media not all and (min-width: 769px) {
  .feature__list__item .text {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
    padding: 20px 20px 22px;
    background-image: url("../images/feature_grass1_sp.png");
    background-position: right 3px bottom;
    background-size: 57px auto;
  }
}
@media (min-width: 769px) {
  .feature__list__item .text + .img {
    border-radius: 0 10px 10px 0;
  }
  .feature__list__item .text + .img:after,
  .feature__list__item .text + .img:before {
    -webkit-clip-path: polygon(0 0, 0 100%, 100% 0);
    clip-path: polygon(0 0, 0 100%, 100% 0);
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
  }
  .feature__list__item .text + .img:after {
    right: auto;
    left: -1px;
  }
}
.feature__list__item .text .title {
  color: #38b8cd;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.5;
}
@media not all and (min-width: 769px) {
  .feature__list__item .text .title {
    font-size: 16px;
  }
}
.feature__list__item .text p {
  margin-top: 23px;
  font-weight: 400;
  font-size: 16px;
  line-height: 2;
  letter-spacing: -0.06em;
}
@media not all and (min-width: 769px) {
  .feature__list__item .text p {
    margin-top: 9px;
    font-size: 14px;
    line-height: 1.5714285714;
  }
}
.feature__list__item:nth-child(2) .text {
  background-image: url("../images/feature_grass2.png");
  background-position: right 67px bottom;
  background-size: 56px auto;
}
@media not all and (min-width: 769px) {
  .feature__list__item:nth-child(2) .text {
    background-image: url("../images/feature_grass2_sp.png");
    background-position: right 18px bottom;
    background-size: 38px auto;
  }
}
.feature__list__item:nth-child(3) .text {
  background-image: url("../images/feature_grass3.png");
  background-position: right 17px bottom;
  background-size: 70px auto;
}
@media not all and (min-width: 769px) {
  .feature__list__item:nth-child(3) .text {
    background-image: url("../images/feature_grass3_sp.png");
    background-position: right 19px bottom;
    background-size: 49px auto;
  }
}
.feature__list__item:nth-child(n + 2) {
  margin-top: 89px;
}
@media not all and (min-width: 769px) {
  .feature__list__item:nth-child(n + 2) {
    margin-top: 106px;
  }
}
.price {
  background-color: #ecfaff;
}
@media not all and (min-width: 769px) {
  .price {
    padding: 40px 0;
  }
}
.price__note {
  margin-top: 23px;
}
@media not all and (min-width: 769px) {
  .price__note {
    margin-top: 20px;
  }
}
.price__note__item {
  font-size: 15px;
  line-height: 1.7333333333;
  padding-left: 1em;
  text-indent: -1em;
}
@media not all and (min-width: 769px) {
  .price__note__item {
    font-size: 12px;
    line-height: 1.5;
  }
}
.support {
  padding: 98px 0 100px;
  background: url("../images/support_bg.png") no-repeat center center/cover;
}
@media not all and (min-width: 769px) {
  .support {
    padding: 40px 0 39px;
    background-image: url("../images/support_bg_sp.png");
  }
}
.support__title span {
  background: none;
  -webkit-text-fill-color: unset;
  color: #fff;
}
.support__title span:after {
  background-image: linear-gradient(to right, #fff, #fff 5px, transparent 5px, transparent 10px);
}
.support__desc {
  margin-top: 10px;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.7;
  text-align: center;
}
@media not all and (min-width: 769px) {
  .support__desc {
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.5;
  }
}
.support__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 40px;
}
@media not all and (min-width: 769px) {
  .support__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 22px;
  }
}
.support__list__item {
  width: 49%;
  max-width: 559px;
}
@media not all and (min-width: 769px) {
  .support__list__item {
    width: 100%;
    max-width: 343px;
  }
  .support__list__item:nth-child(n + 2) {
    margin-top: 25px;
  }
}
.voice {
  background-color: #ecfaff;
}
@media not all and (min-width: 769px) {
  .voice {
    padding: 40px 0;
  }
}
.voice__box {
  position: relative;
  padding: 99px 40px 140px;
  -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  border-radius: 10px;
  position: relative;
}
@media not all and (min-width: 769px) {
  .voice__box {
    padding: 40px 20px 80px;
    -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
  }
}
.voice__box .frame {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
.voice__box .frame:after,
.voice__box .frame:before {
  content: "";
  position: absolute;
  top: 30px;
  left: 30px;
  width: 117px;
  height: 115px;
  background: url("../images/voice_frame.png") no-repeat center center/contain;
}
@media not all and (min-width: 769px) {
  .voice__box .frame:after,
  .voice__box .frame:before {
    top: 12px;
    left: 10px;
    width: 59px;
    height: 58px;
  }
}
.voice__box .frame:after {
  left: auto;
  right: 30px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
@media not all and (min-width: 769px) {
  .voice__box .frame:after {
    right: 10px;
  }
}
.voice__box .frame i:after,
.voice__box .frame i:before {
  content: "";
  position: absolute;
  bottom: 30px;
  left: 30px;
  width: 117px;
  height: 115px;
  background: url("../images/voice_frame.png") no-repeat center center/contain;
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}
@media not all and (min-width: 769px) {
  .voice__box .frame i:after,
  .voice__box .frame i:before {
    bottom: 12px;
    left: 10px;
    width: 59px;
    height: 58px;
  }
}
.voice__box .frame i:after {
  left: auto;
  right: 30px;
  -webkit-transform: rotate(90deg) scale(-1, 1);
  transform: rotate(90deg) scale(-1, 1);
}
@media not all and (min-width: 769px) {
  .voice__box .frame i:after {
    right: 10px;
  }
}
.voice__list {
  margin-top: 69px;
}
@media not all and (min-width: 769px) {
  .voice__list {
    margin-top: 20px;
  }
}
.voice__list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
@media not all and (min-width: 769px) {
  .voice__list__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.voice__list__item .name {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 190px;
  min-height: 60px;
  padding: 0 48px;
  background-image: url("../images/voice_grass1_l.png"), url("../images/voice_grass1_r.png");
  background-repeat: no-repeat;
  background-position:
    left 0px center,
    right 0px center;
  background-size: 34px auto;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}
@media not all and (min-width: 769px) {
  .voice__list__item .name {
    min-width: unset;
    min-height: unset;
    height: 30px;
    padding: 0 23px;
    background-size: 17px auto;
  }
}
.voice__list__item .desc {
  border-radius: 10px;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(88, 220, 199, 0.12)),
    to(rgba(141, 218, 233, 0.12))
  );
  background: linear-gradient(to right, rgba(88, 220, 199, 0.12), rgba(141, 218, 233, 0.12));
  padding: 22px 26px;
  margin-left: 35px;
}
@media not all and (min-width: 769px) {
  .voice__list__item .desc {
    width: 100%;
    margin-left: 0;
    border-radius: 5px;
    margin-top: 16px;
    padding: 9px 15px 10px;
  }
}
.voice__list__item:nth-child(n + 2) {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #dcf3f7;
  -o-border-image: linear-gradient(
    to right,
    rgba(220, 243, 247, 0),
    #dcf3f7 30%,
    #dcf3f7 70%,
    rgba(220, 243, 247, 0)
  );
  border-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(220, 243, 247, 0)),
    color-stop(30%, #dcf3f7),
    color-stop(70%, #dcf3f7),
    to(rgba(220, 243, 247, 0))
  );
  border-image: linear-gradient(
    to right,
    rgba(220, 243, 247, 0),
    #dcf3f7 30%,
    #dcf3f7 70%,
    rgba(220, 243, 247, 0)
  );
  border-image-slice: 1;
}
@media not all and (min-width: 769px) {
  .voice__list__item:nth-child(n + 2) {
    margin-top: 25px;
    padding-top: 19px;
  }
}
.voice__list__item:nth-child(2) .name {
  background-image: url("../images/voice_grass2_l.png"), url("../images/voice_grass2_r.png");
  background-size: 33px auto;
}
@media not all and (min-width: 769px) {
  .voice__list__item:nth-child(2) .name {
    background-size: 17px auto;
  }
}
.voice__list__item:nth-child(3) .name {
  background-image: url("../images/voice_grass3_l.png"), url("../images/voice_grass3_r.png");
  background-size: 30px auto;
}
@media not all and (min-width: 769px) {
  .voice__list__item:nth-child(3) .name {
    background-size: 15px auto;
  }
}
.cv {
  padding: 59px 0 49px;
  background: -webkit-gradient(linear, left top, right top, from(#24b0d8), to(#104d91));
  background: linear-gradient(to right, #24b0d8, #104d91);
  position: relative;
}
@media not all and (min-width: 769px) {
  .cv {
    padding: 36px 0 40px;
  }
}
.cv .container {
  position: relative;
}
.cv .container:before {
  content: "";
  width: 125px;
  height: 231px;
  background: url("../images/cv_branch_l.png") no-repeat center center/contain;
  position: absolute;
  left: -29px;
  top: 0;
  z-index: 1;
  pointer-events: none;
}
@media not all and (min-width: 769px) {
  .cv .container:before {
    width: 49px;
    height: 80px;
    background-image: url("../images/cv_branch_l_sp.png");
    left: -9px;
    top: -23px;
  }
}
.cv .container:after {
  content: "";
  width: 125px;
  height: 231px;
  background: url("../images/cv_branch_r.png") no-repeat center center/contain;
  position: absolute;
  right: -29px;
  top: 0;
  z-index: 1;
  pointer-events: none;
}
@media not all and (min-width: 769px) {
  .cv .container:after {
    width: 44px;
    height: 80px;
    background-image: url("../images/cv_branch_r_sp.png");
    top: auto;
    bottom: -30px;
    right: -12px;
  }
}
.cv__title {
  font-size: 46px;
  line-height: 1.3333333333;
  text-align: center;
  font-weight: bold;
  color: #fff;
  letter-spacing: -0.05em;
  position: relative;
  z-index: 2;
}
@media not all and (min-width: 769px) {
  .cv__title {
    font-size: 24px;
  }
}
.cv__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 30px auto 0;
  width: 100%;
  max-width: 910px;
  padding: 33px 59px 30px 59px;
  background-color: rgba(255, 255, 255, 0.43);
  border-radius: 10px;
  position: relative;
  z-index: 2;
}
@media not all and (min-width: 769px) {
  .cv__btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 35px;
    border-radius: 5px;
    padding: 25px 19px 25px 20px;
  }
}
.cv__btn__item {
  position: relative;
  z-index: 1;
  width: 48%;
  max-width: 371px;
}
@media not all and (min-width: 769px) {
  .cv__btn__item {
    width: 100%;
    max-width: 311px;
    margin: 0 auto;
  }
}
.cv__btn__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 89px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 18px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.2);
  font-weight: bold;
  font-size: 25px;
  white-space: nowrap;
  letter-spacing: -0.05em;
}
@media (min-width: 769px) {
  .cv__btn__item a {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .cv__btn__item a:hover {
    opacity: 0.7;
  }
}
@media not all and (min-width: 769px) {
  .cv__btn__item a {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    height: 73px;
    padding-left: 42px;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 9px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 9px rgba(0, 0, 0, 0.2);
    font-size: 20px;
    letter-spacing: -0.04em;
  }
}
@media not all and (min-width: 370px) {
  .cv__btn__item a {
    padding-left: 35px;
    font-size: 18px;
  }
}
.cv__btn__item.reserve a {
  background: -webkit-gradient(linear, left bottom, right top, from(#6fe5a9), to(#3bcd83));
  background: linear-gradient(to top right, #6fe5a9, #3bcd83);
  color: #fff;
}
.cv__btn__item.reserve a:before {
  content: "";
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 33px;
  height: 28px;
  margin-right: 13px;
  background: url("../images/reservation_icon.png") no-repeat center center/contain;
}
@media not all and (min-width: 769px) {
  .cv__btn__item.reserve a:before {
    width: 27px;
    height: 23px;
    margin-right: 13px;
  }
}
@media not all and (min-width: 370px) {
  .cv__btn__item.reserve a:before {
    margin-right: 10px;
  }
}
@media not all and (min-width: 769px) {
  .cv__btn__item.document {
    margin-top: 20px;
  }
}
.cv__btn__item.document a {
  border: 2px solid #3bcd83;
  background-color: #fff;
  color: #3bcd83;
}
@media not all and (min-width: 769px) {
  .cv__btn__item.document a {
    border-width: 1px;
  }
}
.cv__btn__item.document a:before {
  content: "";
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 30px;
  height: 32px;
  margin-right: 13px;
  background: url("../images/request_icon.png") no-repeat center center/contain;
}
@media not all and (min-width: 769px) {
  .cv__btn__item.document a:before {
    width: 24px;
    height: 26px;
    margin-right: 16px;
  }
}
@media not all and (min-width: 370px) {
  .cv__btn__item.document a:before {
    margin-right: 13px;
  }
}
.flow {
  padding: 100px 0;
  background-color: #ecfaff;
}
@media not all and (min-width: 769px) {
  .flow {
    padding: 39px 0 35px;
  }
}
.flow__title {
  width: 243px;
  margin: 0 auto;
}
@media not all and (min-width: 769px) {
  .flow__title {
    width: 100%;
    max-width: 173px;
  }
}
.flow__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1060px;
  margin: 48px auto 0;
}
@media not all and (min-width: 769px) {
  .flow__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 25px;
  }
}
.flow__list__item {
  position: relative;
  width: 28.3018867925%;
  padding: 25px 25px 23px;
  border: 1px solid #929292;
  background-color: #fff;
}
@media not all and (min-width: 769px) {
  .flow__list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    padding: 20px 20px 18px;
  }
}
.flow__list__item .icon {
  display: block;
  height: 155px;
  border: 2px solid #1567a4;
  -o-border-image: linear-gradient(to bottom, #1567a4, #25b0d8);
  border-image: -webkit-gradient(linear, left top, left bottom, from(#1567a4), to(#25b0d8));
  border-image: linear-gradient(to bottom, #1567a4, #25b0d8);
  border-image-slice: 1;
}
@media not all and (min-width: 769px) {
  .flow__list__item .icon {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 77px;
    height: 77px;
    border-width: 1px;
  }
}
.flow__list__item .icon img {
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.flow__list__item__inner {
  width: 100%;
  margin-top: 18px;
}
@media not all and (min-width: 769px) {
  .flow__list__item__inner {
    margin-top: 0;
    margin-left: 21px;
  }
}
.flow__list__item__title {
  font-weight: bold;
  font-size: 20px;
  line-height: 1.7;
}
@media not all and (min-width: 769px) {
  .flow__list__item__title {
    font-size: 16px;
    line-height: 1.75;
  }
}
.flow__list__item__desc {
  margin-top: 8px;
  font-size: 18px;
  line-height: 1.6666666667;
}
@media not all and (min-width: 769px) {
  .flow__list__item__desc {
    margin-top: 3px;
    font-size: 14px;
    line-height: 1.5714285714;
  }
}
.flow__list__item__desc a {
  text-decoration: underline;
}
@media (min-width: 769px) {
  .flow__list__item__desc a {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .flow__list__item__desc a:hover {
    opacity: 0.7;
  }
}
@media not all and (min-width: 769px) {
  .flow__list__item:nth-child(n + 2) {
    margin-top: 51px;
  }
}
.flow__list__item:nth-child(n + 2):before {
  content: "";
  position: absolute;
  top: 201px;
  left: -17%;
  width: 0;
  height: 0;
  border-width: 22px 0 22px 22px;
  border-style: solid;
  border-color: transparent transparent transparent #b3ebf0;
}
@media not all and (min-width: 769px) {
  .flow__list__item:nth-child(n + 2):before {
    top: -36px;
    right: 0;
    left: 0;
    margin: 0 auto;
    border-width: 20px 20px 0 20px;
    border-color: #b3ebf0 transparent transparent transparent;
  }
}
.message {
  position: relative;
  padding: 106px 0 84px;
  background: url("../images/message_bg.png") no-repeat center center/cover;
}
@media not all and (min-width: 769px) {
  .message {
    padding: 46px 0 35px;
    background-image: url("../images/message_bg_sp.png");
  }
}
.message:after,
.message:before {
  content: "";
  position: absolute;
  top: 0;
  z-index: 1;
  width: 385px;
  height: 100%;
  background: url("../images/message_leaf.png") no-repeat left top/100% auto;
  pointer-events: none;
}
@media not all and (min-width: 769px) {
  .message:after,
  .message:before {
    width: 115px;
    background-image: url("../images/message_leaf_sp.png");
  }
}
.message:before {
  left: 0;
}
@media (max-width: 1152px) {
  .message:before {
    right: calc(50% + 576px - 385px);
    left: auto;
  }
}
@media not all and (min-width: 769px) {
  .message:before {
    right: auto;
    left: 0;
  }
}
@media not all and (min-width: 375px) {
  .message:before {
    right: calc(50% + 188px - 115px);
    left: auto;
  }
}
.message:after {
  right: 0;
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
@media (max-width: 1152px) {
  .message:after {
    right: auto;
    left: calc(50% + 576px - 385px);
  }
}
@media not all and (min-width: 769px) {
  .message:after {
    right: 0;
    left: auto;
  }
}
@media not all and (min-width: 375px) {
  .message:after {
    right: auto;
    left: calc(50% + 188px - 115px);
  }
}
.message__title {
  position: relative;
  z-index: 2;
  font-weight: 500;
  font-size: 48px;
  line-height: 1.4583333333;
  letter-spacing: 0.075em;
  text-align: center;
  white-space: nowrap;
}
@media not all and (min-width: 769px) {
  .message__title {
    font-weight: bold;
    font-size: 24px;
    line-height: 1.3333333333;
  }
}
.message__body {
  position: relative;
  z-index: 2;
  margin-top: 37px;
  font-size: 24px;
  line-height: 1.6666666667;
  letter-spacing: 0.16em;
  text-align: center;
}
@media not all and (min-width: 769px) {
  .message__body {
    margin-top: 19px;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.5625;
    letter-spacing: 0.075em;
  }
}
.message .bird {
  position: relative;
  z-index: 2;
  width: 99px;
  margin: 50px auto 0;
}
@media not all and (min-width: 769px) {
  .message .bird {
    width: 75px;
    margin-top: 26px;
  }
}
/*# sourceMappingURL=styles.css.map */

/* --- 料金表追加 ---*/
.price__txt {
  text-align: center;
  margin-top: 35px;
}

.price__wrap {
  margin-top: 60px;
}

.price__box {
  display: flex;
  gap: 40px;
  justify-content: space-between;
}

.price__img {
  width: 100%;
  max-width: 510px;
  position: relative;
}
.price__img img {
  width: 100%;
  max-width: 550px;
  border-radius: 20px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.11);
}

.price__content {
  width: 100%;
  min-width: 500px;
}

.price__table {
  width: 100%;
  line-height: 1;
  border-radius: 10px;
  border: 2px solid #fff;
  border-collapse: separate;
  border-spacing: 0;
  background-color: white;
  box-shadow: 0px 0px 27px 0px rgba(0, 75, 53, 0.13);
}
.price__table th,
.price__table td {
  border-left: 2px solid #fff;
  height: 59px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  padding: 10px 7px;
  text-align: center;
  font-size: 15px;
  line-height: 1.2;
  font-weight: bold;
}
.price__table thead tr {
  display: flex;
}
.price__table thead tr th {
  width: 22%;
  background-color: #d6d6d6;
  border-radius: 10px 0 0 0;
}
.price__table thead tr .price__empty {
  border-left: none;
}
.price__table thead tr .price__a-course {
  width: 26%;
  background-color: #4bc9bf;
  color: #fff;
  border-radius: 0;
}
.price__table thead tr .price__s-course {
  width: 26%;
  border-right: none;
  background-color: #4c96bd;
  border-radius: 0;
  color: #fff;
}
.price__table thead tr .price__n-course {
  width: 26%;
  border-radius: 0 10px 0 0;
  border-right: none;
  color: #fff;
  background-color: #a3c8f5;
}
.price__table tbody tr {
  display: flex;
}
.price__table tbody tr:first-of-type th {
  border-top: 2px solid #fff;
}
.price__table tbody tr:last-of-type th {
  border-bottom: 2px solid #fff;
}
.price__table tbody tr:last-of-type .price__n-course {
  border-radius: 0 0 10px 0;
}
.price__table tbody tr:nth-of-type(3) th {
  letter-spacing: 0;
}
.price__table tbody tr:nth-of-type(4) th {
  letter-spacing: 0.05em;
}
.price__table tbody tr th {
  width: 22%;
  border-top: 2px solid #ededed;
  border-left: none;
}
.price__table tbody tr td {
  border-top: 2px solid #fff;
}
.price__table tbody tr td span {
  color: #10a37f;
  font-size: 13px;
}
.price__table tbody tr .price__a-course {
  width: 26%;
  background-color: #e9fffd;
}
.price__table tbody tr .price__s-course {
  width: 26%;
  background-color: #e7f8ff;
}
.price__table tbody tr .price__n-course {
  width: 26%;
  border-right: none;
  background-color: #d9e7f7;
}
@media screen and (max-width: 900px) {
  .price__box {
    flex-direction: column;
    align-items: center;
    gap: 0;
  }
  .price__table {
    margin-top: 23px;
  }
}
@media screen and (max-width: 768px) {
  .price__txt {
    text-align: left;
    max-width: 590px;
    margin: 20px auto 0;
    line-height: 1.75;
  }
  .price__wrap {
    margin-top: 25px;
  }
  .price__img {
    max-width: 400px;
  }
  .price__img img {
    border-radius: 1rem;
  }
  .price__content {
    max-width: 400px;
    min-width: auto;
  }
  .price__table {
    border-radius: 5px;
    border-width: 1px;
  }
  .price__table th,
  .price__table td {
    border-left: 1px solid #fff;
    font-size: 11px;
    padding: 0;
    height: 35px;
  }
  .price__table thead tr th {
    border-radius: 5px 0 0 0;
  }
  .price__table thead tr .price__n-course {
    border-radius: 0 5px 0 0;
  }
  .price__table tbody tr:first-of-type th {
    border-top: 1px solid #fff;
  }
  .price__table tbody tr:last-of-type th {
    border-bottom: 1px solid #fff;
  }
  .price__table tbody tr:last-of-type .price__n-course {
    border-radius: 0 0 5px 0;
  }
  .price__table tbody tr th {
    letter-spacing: 0;
    border-top: 1px solid #ededed;
  }
  .price__table tbody tr td {
    border-top: 1px solid #fff;
  }
  .price__table tbody tr td span {
    font-size: 10px;
  }
}

/* --- お問い合わせフォーム追加 ---*/
.form__wrap {
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.17);
  border-radius: 20px;
}

.form__head {
  background-color: #144b82;
  border-radius: 20px 20px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 31px;
}

.form__ttl {
  color: #fff;
  font-weight: bold;
  position: relative;
  font-size: 16px;
}
.form__ttl::before,
.form__ttl::after {
  content: "";
  display: inline-block;
  width: 93px;
  height: 5px;
  background: url(../images/form_ttl_icon.png) center/contain no-repeat;
  position: absolute;
}
.form__ttl::before {
  top: 50%;
  left: -17px;
  transform: translate(-100%, -50%);
}
.form__ttl::after {
  top: 50%;
  right: -17px;
  transform: translate(100%, -50%);
}

.form__content {
  background-color: #fff;
  border-radius: 0 0 20px 20px;
  padding: 27px 40px 48px;
  font-size: 16px;
}

.form__flex {
  display: flex;
  gap: 40px;
}
.form__flex .form__item {
  width: 50%;
}

.form__inner dt {
  font-weight: bold;
}

.form__inner {
  margin-top: 31px;
}
.form__inner:first-of-type {
  margin-top: 0;
}
.form__inner .form__caution {
  display: inline-block;
  margin-top: 16px;
}
.form__inner dd {
  margin-top: 7px;
}
.form__inner ::placeholder {
  color: #9c9c9c;
  font-weight: bold;
}
.form__inner input[type="radio"] {
  position: relative;
  width: 22px;
  height: 22px;
  border: 2px solid #dcdcdc;
  border-radius: 50%;
  background-color: #fff;
  vertical-align: -4px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  display: inline-block;
  margin-right: 15px;
}
.form__inner input[type="radio"]:first-of-type {
  margin-left: 0;
}
.form__inner input[type="radio"]:checked:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #144b82;
  content: "";
}
.form__inner input[type="text"],
.form__inner input[type="tel"],
.form__inner input[type="email"],
.form__inner select {
  width: 100%;
  border-radius: 10px;
  background-color: #f6f6f6;
  padding: 14px 22px;
  font-weight: bold;
  border: none;
  line-height: 2;
}
.form__inner select {
  cursor: pointer;
}
.form__inner .birth input {
  width: 172px;
  margin-right: 13px;
}
.form__inner .birth span {
  font-weight: bold;
}
.form__inner .radio-type .wpcf7-list-item {
  margin-left: 30px;
}
.form__inner .radio-type .wpcf7-list-item:first-of-type {
  margin-left: 0;
}
.form__inner .radio-area .wpcf7-list-item {
  margin-left: 65px;
}
.form__inner .radio-area .wpcf7-list-item:first-of-type {
  margin-left: 0;
}
.form__inner .raido-sex .wpcf7-list-item {
  margin-left: 65px;
}
.form__inner .raido-sex .wpcf7-list-item:first-of-type {
  margin-left: 0;
}
.form__inner .radio-school .wpcf7-radio {
  display: flex;
  flex-wrap: wrap;
  column-gap: 65px;
}
.form__inner .radio-school .wpcf7-list-item {
  margin-left: 0;
}

.form__btn {
  margin-top: 40px;
  text-align: center;
}
.form__btn .confirm_button {
  max-width: 320px;
  width: 100%;
}
.contact__btn {
  background: linear-gradient(to top right, #6fe5a9, #3bcd83);
  padding: 15px;
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  color: white;
  position: relative;
  cursor: pointer;
  transition: 0.3s;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.2);
}
.contact__btn::before {
  content: "";
  display: inline-block;
  width: 45px;
  height: 50px;
  background: url(../images/arrow_white.png) center / contain no-repeat;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.contact__btn:not([disabled]):hover {
  opacity: 0.7;
}

/* --- 確認画面 ---*/
.confirm-area__ttl {
  font-size: 24px;
  font-weight: bold;
}

.confirm-area__input {
  margin-top: 20px;
  font-weight: bold;
}
.confirm-area__input span {
  font-weight: 500;
}

.confirm-area__btn-wrap {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-top: 40px;
}

.confirm-area__btn {
  width: 100%;
  max-width: 25rem;
}
.confirm-area__btn button {
  width: 100%;
}

.back_button {
  background-color: gray;
  position: relative;
  padding: 15px;
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  color: white;
  transition: 0.3s;
  cursor: pointer;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.2);
}
.back_button::before {
  content: "";
  display: inline-block;
  width: 45px;
  height: 50px;
  background: url(../images/arrow_white.png) center / contain no-repeat;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) scale(-1, 1);
}
.back_button:hover {
  opacity: 0.7;
}
.ui-datepicker table,
.ui-datepicker thead,
.ui-datepicker tbody,
.ui-datepicker tr {
  display: revert;
}
.ui-datepicker .ui-datepicker-week-end:first-of-type {
  color: red;
}
.ui-datepicker .ui-datepicker-week-end:last-of-type {
  color: blue;
}
.ui-datepicker .ui-datepicker-current {
  display: none;
}
.ui-datepicker .ui-corner-all {
  cursor: pointer;
}

.ui-datepicker-calendar .day-sunday > a,
.ui-datepicker-calendar .day-holiday > a {
  background: #ffc0c0;
}

.ui-datepicker-calendar .day-saturday > a {
  background: #c0d0ff;
}

/*確認画面と完了画面を非表示*/
.confirm-area {
  display: none;
}

/*デフォルトのサンクスメッセージを非表示*/
.wpcf7-response-output {
  display: none;
}
.wpcf7-form-control-wrap:has(select) {
  position: relative;
  display: inline-block;
}
.wpcf7-form-control-wrap:has(select)::before {
  content: "";
  width: 6px;
  height: 6px;
  border-bottom: 2px solid #144b82;
  border-right: 2px solid #144b82;
  position: absolute;
  right: 16px;
  top: 40%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  pointer-events: none;
  z-index: 4;
}

@media screen and (max-width: 768px) {
  .form__wrap {
    border-radius: 10px;
  }
  .form__head {
    padding: 23px 20px;
    border-radius: 10px 10px 0 0;
  }
  .form__ttl {
    font-size: 20px;
    letter-spacing: 0.025em;
  }
  .form__ttl::before,
  .form__ttl::after {
    content: none;
  }
  .form__content {
    padding: 20px;
    border-radius: 0 0 10px 10px;
  }
  .form__flex {
    flex-direction: column;
    gap: 20px;
  }
  .form__flex .form__item {
    width: 100%;
  }
  .form__inner {
    margin-top: 20px;
  }
  .form__inner .form__caution {
    margin-top: 7px;
    font-size: 12px;
    letter-spacing: 0;
  }
  .form__inner dt {
    font-size: 14px;
  }
  .form__inner dd {
    margin-top: 5px;
  }
  .form__inner input,
  .form__inner label,
  .form__inner select {
    font-size: 14px;
  }
  .form__inner input[type="radio"] {
    width: 17px;
    height: 17px;
    margin-right: 7px;
  }
  .form__inner input[type="radio"]:checked:before {
    width: 9px;
    height: 9px;
  }
  .form__inner input[type="text"],
  .form__inner input[type="tel"],
  .form__inner input[type="email"],
  .form__inner select {
    padding: 13px 21px;
    border-radius: 5px;
    line-height: 1.5;
  }
  .form__inner .birth input {
    width: 137px;
    margin-right: 10px;
  }
  .form__inner .birth span {
    font-size: 14px;
  }
  .form__inner .radio-type .wpcf7-list-item {
    margin-left: 40px;
  }
  .form__inner .radio-area .wpcf7-list-item {
    margin-left: 40px;
  }
  .form__inner .raido-sex .wpcf7-list-item {
    margin-left: 80px;
  }
  .form__inner .raido-sex .wpcf7-list-item:first-of-type {
    margin-left: 0;
  }
  .form__inner .radio-school .wpcf7-radio {
    column-gap: 53px;
  }
  .form__inner .radio-school .wpcf7-list-item {
    min-width: 110px;
  }
  .form__inner .radio-type,
  .form__inner .radio-area,
  .form__inner .raido-sex,
  .form__inner .radio-school {
    margin-top: 0;
  }
  .form__btn {
    margin-top: 20px;
  }
  .form__btn button {
    max-width: 300px;
  }
  .contact__btn,
  .back_button {
    font-size: 16px;
    padding: 10px;
  }
  .contact__btn::before,
  .back_button::before {
    width: 35px;
    height: 40px;
  }
  .wpcf7-form-control-wrap:has(select) {
    width: 100%;
  }
  /* --- 確認画面 ---*/
  .confirm-area__ttl {
    font-size: 18px;
  }
  .confirm-area__input {
    line-height: 1.2;
    margin-top: 15px;
    font-size: 14px;
  }
  .confirm-area__btn-wrap {
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin-top: 30px;
  }
}

/***************************************
サンクページ
****************************************/
.thanks .reason .spring {
  padding-top: 28px;
}
.thanks .header {
  position: absolute;
  width: 100%;
}
.thanks .spring__icon {
  margin-top: 80px;
}
.thanks .reason .spring__why {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .thanks .reason .spring__why__title {
    font-size: 20px;
  }
}
