@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600&family=Noto+Serif+JP:wght@400;600&display=swap");
/*! 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: 400;
  color: #333;
  font-size: 16px;
  line-height: 1.75;
  width: 100%;
  font-family:
    "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic",
    sans-serif;
}
@media not all and (min-width: 769px) {
  body {
    font-size: 14px;
    line-height: 1.5714285714;
  }
}
a {
  text-decoration: none;
  color: #333;
}
a[href^="tel:"].disabled {
  cursor: default;
}
.header {
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
  z-index: 99;
}
@media not all and (min-width: 769px) {
  .header {
    top: 21px;
  }
}
.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: 205px;
  margin-right: 20px;
}
@media (min-width: 769px) {
  .header__logo img {
    -webkit-filter: brightness(0%) invert(100%);
    filter: brightness(0%) invert(100%);
  }
}
@media (max-width: 1232px) {
  .header__logo img {
    width: 180px;
  }
}
@media not all and (min-width: 769px) {
  .header__logo img {
    width: 103px;
    margin-right: 11px;
  }
}
.header__logo p {
  padding-bottom: 10px;
  font-size: 18px;
  line-height: 1;
  color: #fff;
}
@media (max-width: 1232px) {
  .header__logo p {
    font-size: 14px;
  }
}
@media not all and (min-width: 769px) {
  .header__logo p {
    padding-bottom: 3px;
    font-size: 11px;
    line-height: 16px;
    letter-spacing: 0;
    color: #000;
    text-shadow:
      1px 1px 0 #fff,
      -1px -1px 0 #fff,
      -1px 1px 0 #fff,
      1px -1px 0 #fff,
      0px 1px 0 #fff,
      -1px 0 #fff,
      -1px 0 0 #fff,
      1px 0 0 #fff;
  }
}
@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: 75px;
  -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 {
    top: auto;
    bottom: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    width: 100%;
    height: 70px;
  }
}
.cta a {
  display: block;
  height: 100%;
  -webkit-filter: drop-shadow(8px 13.856px 29px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(8px 13.856px 29px rgba(0, 0, 0, 0.1));
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (min-width: 769px) {
  .cta a:hover {
    opacity: 0.7;
  }
}
@media not all and (min-width: 769px) {
  .cta a.touching {
    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;
    -webkit-filter: none;
    filter: none;
    -webkit-box-shadow: 4px 7px 15px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 4px 7px 15px 0px rgba(0, 0, 0, 0.1);
    font-weight: bold;
    font-size: 24px;
    line-height: 27px;
    white-space: nowrap;
    color: #065ee2;
    background: #fff600;
    border-width: 5px 0;
    border-style: solid;
    border-color: #fff transparent #00cef3;
  }
  .cta a:after {
    content: "";
    width: 30px;
    height: 27px;
    margin-left: 7px;
    background: url("../images/reservation_icon.png") no-repeat center center/contain;
  }
  .cta a small {
    font-size: 20px;
  }
}
.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: #fff5fe;
}
@media not all and (min-width: 769px) {
  .footer {
    padding: 11px 0 81px;
  }
}
.footer__copyright {
  text-align: center;
}
.footer__copyright small {
  font-size: 14px;
  letter-spacing: 0.06em;
  color: #003d98;
}
@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";
  letter-spacing: 0.07em;
}
.inline_block {
  display: inline-block;
}
.lh1 {
  line-height: 1 !important;
}
b {
  font-weight: bold;
}
main {
  position: relative;
  overflow: hidden;
}
.yellow {
  color: #fff600;
}
.blue_stripe {
  background-size: auto auto;
  background-color: #003d98;
  background-image: repeating-linear-gradient(
    -45deg,
    transparent,
    transparent 4px,
    rgba(0, 0, 0, 0.1) 4px,
    rgba(0, 0, 0, 0.1) 8px
  );
}
@media not all and (min-width: 769px) {
  .blue_stripe {
    background-image: repeating-linear-gradient(
      -45deg,
      transparent,
      transparent 2px,
      rgba(0, 0, 0, 0.1) 2px,
      rgba(0, 0, 0, 0.1) 4px
    );
  }
}
.slip_box {
  position: relative;
  background-color: #fff;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
}
@media not all and (min-width: 769px) {
  .slip_box {
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  }
}
.slip_box:after,
.slip_box:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
}
.slip_box:before {
  top: -10px;
  left: -10px;
  background-color: #fff600;
}
@media not all and (min-width: 769px) {
  .slip_box:before {
    top: -5px;
    left: -5px;
  }
}
.slip_box:after {
  bottom: -10px;
  right: -10px;
  background-color: #003d98;
}
@media not all and (min-width: 769px) {
  .slip_box:after {
    bottom: -5px;
    right: -5px;
  }
}
.slip_box.bc_sky:after {
  background-color: #00cef3;
}
.sec_ttl {
  font-size: 40px;
  text-align: center;
  position: relative;
  z-index: 1;
  color: #003d98;
  font-style: italic;
}
@media not all and (min-width: 769px) {
  .sec_ttl {
    font-size: 20px;
  }
}
.sec_ttl.white {
  color: #fff;
}
.sec_ttl:before {
  content: "";
  width: 146px;
  height: 146px;
  background: url("../../assets/images/ttl_bg.svg") no-repeat center center/contain;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
  pointer-events: none;
}
@media not all and (min-width: 769px) {
  .sec_ttl:before {
    width: 73px;
    height: 73px;
  }
}
.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 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.kv__text {
  width: 50vw;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 214px 2.9282576867vw 77px calc((100vw - 1200px) / 2);
  color: #fff;
  background-size: auto auto;
  background-color: #003d98;
  background-image: repeating-linear-gradient(
    -45deg,
    transparent,
    transparent 4px,
    rgba(0, 0, 0, 0.1) 4px,
    rgba(0, 0, 0, 0.1) 8px
  );
}
@media (max-width: 1232px) {
  .kv__text {
    width: 60vw;
    padding: 170px 16px 50px;
  }
}
@media not all and (min-width: 769px) {
  .kv__text {
    width: 100%;
    background: url("../images/kv_bg_sp.jpg") no-repeat center center/cover;
    padding-top: 213px;
    padding-bottom: 63px;
  }
}
.kv__img {
  width: 100%;
}
.kv__img img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.kv__copy {
  font-size: 40px;
  line-height: 1.3;
  font-style: italic;
}
@media (max-width: 1232px) {
  .kv__copy {
    font-size: 33px;
  }
}
@media not all and (min-width: 769px) {
  .kv__copy {
    font-size: 24px;
    color: #003d98;
    text-shadow:
      1px 1px 0 #fff,
      -1px -1px 0 #fff,
      -1px 1px 0 #fff,
      1px -1px 0 #fff,
      0px 1px 0 #fff,
      -1px 0 #fff,
      -1px 0 0 #fff,
      1px 0 0 #fff;
  }
}
.kv__subcopy {
  margin-top: 20px;
  font-size: 16px;
  font-weight: bold;
}
@media (max-width: 1232px) {
  .kv__subcopy {
    font-size: 14px;
  }
}
@media not all and (min-width: 769px) {
  .kv__subcopy {
    font-size: 13px;
    margin-top: 9px;
    line-height: 18px;
  }
}
@media not all and (min-width: 769px) {
  .kv__subcopy span {
    display: inline-block;
    background-color: #0f3475;
    padding-left: 3px;
    line-height: 16px;
  }
}
.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%;
  margin-top: 49px;
  padding: 21px 22px;
  border: 5px solid #fff;
  color: #fff;
}
@media (max-width: 1232px) {
  .kv__cv {
    border-width: 4px;
  }
}
@media not all and (min-width: 769px) {
  .kv__cv {
    border-width: 3px;
    max-width: 450px;
    margin: -29px auto 0;
    padding: 15px 16px 17px;
    background-size: auto auto;
    background-color: #003d98;
    background-image: repeating-linear-gradient(
      -45deg,
      transparent,
      transparent 2px,
      rgba(0, 0, 0, 0.1) 2px,
      rgba(0, 0, 0, 0.1) 4px
    );
    position: relative;
    z-index: 2;
  }
}
.kv__cv__title {
  font-weight: bold;
  font-size: 24px;
  line-height: 1.5;
  text-align: center;
  position: relative;
}
@media (max-width: 1232px) {
  .kv__cv__title {
    font-size: 21px;
  }
}
@media not all and (min-width: 769px) {
  .kv__cv__title {
    font-size: 14px;
  }
  .kv__cv__title span {
    padding-left: 2px;
  }
}
@media not all and (min-width: 370px) {
  .kv__cv__title {
    font-size: 13px;
  }
}
.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: 21px;
  padding: 0 13px;
}
@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;
    margin-top: 24px;
  }
}
.kv__cv__btn__item {
  width: 46.017699115%;
  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: 62px;
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  white-space: nowrap;
  position: relative;
  z-index: 1;
  color: #065ee2;
}
@media (max-width: 1232px) {
  .kv__cv__btn__item a {
    height: 50px;
    font-size: 16px;
  }
}
@media (min-width: 769px) {
  .kv__cv__btn__item a:hover > i:before {
    bottom: -6px;
    right: -6px;
  }
  .kv__cv__btn__item a:hover > i:after {
    top: -7px;
    left: -7px;
  }
}
@media not all and (min-width: 769px) {
  .kv__cv__btn__item a.touching > i:before {
    bottom: -6px;
    right: -6px;
  }
  .kv__cv__btn__item a.touching > i:after {
    top: -7px;
    left: -7px;
  }
}
@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: 51px;
    padding-left: 48px;
    font-size: 20px;
  }
}
@media not all and (min-width: 370px) {
  .kv__cv__btn__item a {
    padding-left: 35px;
    font-size: 18px;
  }
}
.kv__cv__btn__item a > i {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  -webkit-transform: skewX(-17deg);
  transform: skewX(-17deg);
}
.kv__cv__btn__item a > i:after,
.kv__cv__btn__item a > i:before {
  content: "";
  width: calc(100% + 6px);
  height: calc(100% + 6px);
  position: absolute;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.kv__cv__btn__item a > i:before {
  background-color: #fff;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.kv__cv__btn__item a > i:after {
  background-color: #00cef3;
  top: 0;
  left: 0;
  z-index: 2;
}
.kv__cv__btn__item a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff600;
  z-index: -1;
  -webkit-transform: skewX(-17deg);
  transform: skewX(-17deg);
}
@media not all and (min-width: 769px) {
  .kv__cv__btn__item.reserve {
    margin-top: 33px;
  }
}
.kv__cv__btn__item.reserve a:before {
  content: "";
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 27px;
  height: 23px;
  margin-right: 6px;
  background: url("../images/reservation_icon.png") no-repeat center center/contain;
}
@media (max-width: 1232px) {
  .kv__cv__btn__item.reserve a:before {
    width: 23px;
    height: 20px;
    margin-right: 3px;
  }
}
@media not all and (min-width: 769px) {
  .kv__cv__btn__item.reserve a:before {
    width: 27px;
    height: 23px;
    margin-right: 7px;
  }
}
@media not all and (min-width: 370px) {
  .kv__cv__btn__item.reserve a:before {
    margin-right: 10px;
  }
}
.kv__cv__btn__item.document a:before {
  content: "";
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 24px;
  height: 26px;
  margin-right: 5px;
  background: url("../images/request_icon.png") no-repeat center center/contain;
}
@media (max-width: 1232px) {
  .kv__cv__btn__item.document a:before {
    width: 20px;
    height: 22px;
    margin-right: 3px;
  }
}
@media not all and (min-width: 769px) {
  .kv__cv__btn__item.document a:before {
    width: 24px;
    height: 26px;
    margin-right: 5px;
  }
}
@media not all and (min-width: 370px) {
  .kv__cv__btn__item.document a:before {
    margin-right: 13px;
  }
}
.kv__cv__tel {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 16px;
}
@media not all and (min-width: 769px) {
  .kv__cv__tel {
    margin-top: 24px;
  }
}
.kv__cv__tel dt {
  font-size: 12px;
  line-height: 1.4166666667;
  letter-spacing: -0.06em;
  margin-left: -3px;
}
.kv__cv__tel dd {
  margin-left: 11px;
}
.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;
  letter-spacing: 0.03em;
  line-height: 1;
  white-space: nowrap;
  color: #fff;
}
@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;
  -webkit-filter: brightness(0%) invert(100%);
  filter: brightness(0%) invert(100%);
}
.kv__cv__schedule {
  margin-top: 23px;
  font-size: 14px;
  line-height: 1.4285714286;
  font-weight: bold;
}
@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 (max-width: 1232px) {
  .kv__cv__schedule {
    font-size: 12px;
  }
}
@media not all and (min-width: 769px) {
  .kv__cv__schedule {
    margin-top: 8px;
    font-size: 12px;
    line-height: 1.4166666667;
    letter-spacing: 0.05em;
  }
}
.kv__cv__schedule .tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 32px;
  letter-spacing: -0.02em;
  white-space: nowrap;
  margin-right: 29px;
}
@media (max-width: 1232px) {
  .kv__cv__schedule .tel {
    font-size: 24px;
    margin-right: 20px;
  }
}
.kv__cv__schedule .tel:before {
  content: "";
  width: 23px;
  height: 30px;
  margin-right: 5px;
  background: url("../images/tel_icon.svg") no-repeat center center/contain;
  -webkit-filter: brightness(0%) invert(100%);
  filter: brightness(0%) invert(100%);
}
@media (max-width: 1232px) {
  .kv__cv__schedule .tel:before {
    width: 16px;
    height: 21px;
  }
}
.kv__cv__schedule .text {
  letter-spacing: -0.05em;
  font-weight: 500;
}
@media not all and (min-width: 769px) {
  .kv .kv__cv {
    display: none;
  }
}
.campaign {
  padding: 39px 0 8.2723279649vw;
  background: #81b3ff url("../images/cloud.png") no-repeat center bottom/100% auto;
}
@media not all and (min-width: 769px) {
  .campaign {
    padding-top: 0;
    padding-bottom: 12.2666666667vw;
    background-size: 100% auto;
  }
}
.campaign__title {
  font-size: 40px;
  line-height: 60px;
  color: #003d98;
  text-align: center;
  font-weight: bold;
}
@media not all and (min-width: 769px) {
  .campaign__title {
    font-size: 20px;
    line-height: 30px;
    margin-top: 35px;
  }
}
@media not all and (min-width: 370px) {
  .campaign__title {
    font-size: 18px;
  }
}
.campaign__title small {
  font-size: 0.8em;
}
.campaign__title .marker_white,
.campaign__title .marker_yellow {
  display: inline-block;
  padding: 0 4px 0 8px;
  vertical-align: middle;
  line-height: 50px;
}
@media not all and (min-width: 769px) {
  .campaign__title .marker_white,
  .campaign__title .marker_yellow {
    padding: 0 3px 0 6px;
    line-height: 25px;
  }
}
.campaign__title .marker_white {
  background-color: #fff;
}
.campaign__title .marker_yellow {
  background-color: #fff600;
  margin-left: 7px;
}
@media not all and (min-width: 769px) {
  .campaign__title .marker_yellow {
    margin-left: 3px;
  }
}
.campaign__limit {
  display: block;
  margin-top: 18px;
}
@media not all and (min-width: 769px) {
  .campaign__limit {
    margin-top: 13px;
  }
}
.campaign__limit img {
  width: 273px;
  margin: 0 auto;
}
@media not all and (min-width: 769px) {
  .campaign__limit img {
    width: 156px;
    margin: 0 auto;
  }
}
.reason {
  padding-top: 40px;
  padding-bottom: 130px;
  position: relative;
}
@media not all and (min-width: 769px) {
  .reason {
    padding-bottom: 63px;
  }
}
.reason:before {
  content: "";
  width: 100%;
  height: 350px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(white),
    color-stop(19%, rgba(255, 255, 255, 0.738)),
    color-stop(34%, rgba(255, 255, 255, 0.541)),
    color-stop(47%, rgba(255, 255, 255, 0.382)),
    color-stop(56.5%, rgba(255, 255, 255, 0.278)),
    color-stop(65%, rgba(255, 255, 255, 0.194)),
    color-stop(73%, rgba(255, 255, 255, 0.126)),
    color-stop(80.2%, rgba(255, 255, 255, 0.075)),
    color-stop(86.1%, rgba(255, 255, 255, 0.042)),
    color-stop(91%, rgba(255, 255, 255, 0.021)),
    color-stop(95.2%, rgba(255, 255, 255, 0.008)),
    color-stop(98.2%, rgba(255, 255, 255, 0.002)),
    to(rgba(255, 255, 255, 0))
  );
  background: linear-gradient(
    to bottom,
    white 0%,
    rgba(255, 255, 255, 0.738) 19%,
    rgba(255, 255, 255, 0.541) 34%,
    rgba(255, 255, 255, 0.382) 47%,
    rgba(255, 255, 255, 0.278) 56.5%,
    rgba(255, 255, 255, 0.194) 65%,
    rgba(255, 255, 255, 0.126) 73%,
    rgba(255, 255, 255, 0.075) 80.2%,
    rgba(255, 255, 255, 0.042) 86.1%,
    rgba(255, 255, 255, 0.021) 91%,
    rgba(255, 255, 255, 0.008) 95.2%,
    rgba(255, 255, 255, 0.002) 98.2%,
    rgba(255, 255, 255, 0) 100%
  );
}
.reason__inner {
  position: relative;
  z-index: 2;
}
.reason__inner:after {
  content: "";
  width: 146px;
  height: 73px;
  background: url("../images/reason_dolphin.png") no-repeat center center/contain;
  position: absolute;
  bottom: -111px;
  left: -47px;
}
@media not all and (min-width: 769px) {
  .reason__inner:after {
    width: 73px;
    height: 37px;
    bottom: -54px;
    left: 3px;
  }
}
.reason .overview {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 55px 4.1666666667% 43px;
  -webkit-box-shadow: 0 20px 21px 0 rgba(0, 40, 100, 0.13);
  box-shadow: 0 20px 21px 0 rgba(0, 40, 100, 0.13);
}
@media not all and (min-width: 769px) {
  .reason .overview {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 37px 16px 35px;
  }
}
.reason .overview__title {
  width: 100%;
  font-size: 32px;
  line-height: 1.5;
  color: #003d98;
  font-weight: bold;
  padding-left: 4.5454545455%;
}
@media (max-width: 1232px) {
  .reason .overview__title {
    font-size: 27px;
  }
}
@media not all and (min-width: 769px) {
  .reason .overview__title {
    font-size: 20px;
    line-height: 1.275;
    padding-left: 0;
  }
}
.reason .overview__desc {
  width: 50%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 16px;
  line-height: 2;
  font-weight: bold;
}
@media not all and (min-width: 769px) {
  .reason .overview__desc {
    width: 100%;
    font-size: 15px;
    line-height: 24px;
    margin-top: 30px;
  }
}
.reason .overview__desc .marker {
  color: #fff;
  background-color: #003d98;
  padding: 3px;
}
@media not all and (min-width: 769px) {
  .reason .overview__desc .marker {
    padding: 2px 1px;
  }
}
.reason .sec_ttl {
  margin-top: 111px;
  position: relative;
}
@media not all and (min-width: 769px) {
  .reason .sec_ttl {
    margin-top: 61px;
  }
}
.reason .sec_ttl:after {
  content: "";
  width: 116px;
  height: 77px;
  background: url("../images/reason_seagull.png") no-repeat center center/contain;
  position: absolute;
  top: -6px;
  left: calc(50% + 424px);
}
@media not all and (min-width: 769px) {
  .reason .sec_ttl:after {
    width: 58px;
    height: 38px;
    top: -40px;
    left: calc(50% + 114px);
  }
}
.reason__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 4.1666666667%;
  margin-top: 88px;
}
@media not all and (min-width: 769px) {
  .reason__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;
    padding: 0 21px;
    margin-top: 45px;
  }
}
.reason__list__item {
  width: 30%;
  padding: 38px 5px 129px;
  font-size: 24px;
  line-height: 40px;
  text-align: center;
  font-weight: bold;
  background-repeat: no-repeat;
  background-position: center bottom 40px;
  background-size: 75px auto;
}
@media not all and (min-width: 769px) {
  .reason__list__item {
    width: 100%;
    max-width: 400px;
    padding: 16px 20px;
    font-size: 16px;
    line-height: 21px;
    background-position: right 26px center;
    background-size: 55px auto;
    text-align: left;
  }
}
.reason__list__item:first-letter {
  font-size: 40px;
  color: #003d98;
}
@media not all and (min-width: 769px) {
  .reason__list__item:first-letter {
    font-size: 20px;
  }
}
.reason__list__item:first-child {
  background-image: url("../images/reason_icon1.png");
}
.reason__list__item:nth-child(2) {
  background-image: url("../images/reason_icon2.png");
}
.reason__list__item:nth-child(3) {
  background-image: url("../images/reason_icon3.png");
}
@media not all and (min-width: 769px) {
  .reason__list__item:nth-child(n + 2) {
    margin-top: 22px;
  }
}
.feature {
  padding: 116px 0 138px;
}
@media not all and (min-width: 769px) {
  .feature {
    padding: 70px 0;
  }
}
.feature__list {
  max-width: 1100px;
  margin: 89px auto 0;
}
@media not all and (min-width: 769px) {
  .feature__list {
    width: calc(100% - 10px);
    margin-top: 47px;
  }
}
.feature__list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 32px;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
}
@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;
    padding: 20px 20px 18px;
  }
}
.feature__list__item .img {
  width: 270px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 40px;
}
@media not all and (min-width: 769px) {
  .feature__list__item .img {
    width: 100%;
    max-width: 400px;
    margin-right: 0;
  }
}
.feature__list__item .text {
  font-size: 16px;
  line-height: 1.75;
  font-weight: bold;
}
@media not all and (min-width: 769px) {
  .feature__list__item .text {
    font-size: 15px;
    line-height: 1.6;
    margin-top: 17px;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    letter-spacing: 0;
  }
}
.feature__list__item .text .title {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.25;
  margin-bottom: 19px;
  color: #003d98;
}
@media not all and (min-width: 769px) {
  .feature__list__item .text .title {
    font-size: 16px;
    line-height: 1.3125;
    margin-bottom: 11px;
  }
}
.feature__list__item:nth-child(n + 2) {
  margin-top: 51px;
}
@media not all and (min-width: 769px) {
  .feature__list__item:nth-child(n + 2) {
    margin-top: 29px;
  }
}
.tryit {
  border-width: 5px 0;
  border-style: solid;
  border-color: #00cef3;
}
@media not all and (min-width: 769px) {
  .tryit {
    border: none;
  }
}
.tryit__inner {
  background: #fff url("../images/tryit_bg.jpg") no-repeat left center/auto 100%;
  padding: 130px 0 126px;
  border-width: 10px 8px;
  border-style: solid;
  border-color: #003d98;
}
@media (max-width: 1232px) {
  .tryit__inner {
    padding: 32px 0 78.9333333333vw;
    border-width: 1.3333333333vw;
    background: #fff url("../images/tryit_bg_sp.jpg") no-repeat center bottom/100% auto;
  }
}
@media (max-width: 1232px) {
  .tryit .container {
    width: calc(100% - 50px);
  }
}
@media not all and (min-width: 375px) {
  .tryit .container {
    width: 86.1495844875%;
  }
}
.tryit .text {
  width: 47.0833333333%;
  margin: 0 0 0 auto;
}
@media (max-width: 1232px) {
  .tryit .text {
    width: 100%;
  }
}
.tryit .text .title {
  font-size: 32px;
  line-height: 1.5;
  font-weight: bold;
  white-space: nowrap;
  color: #003d98;
}
@media (max-width: 1232px) {
  .tryit .text .title {
    font-size: 20px;
    line-height: 1.275;
    letter-spacing: 0.01em;
  }
}
@media not all and (min-width: 375px) {
  .tryit .text .title {
    font-size: 5.3333333333vw;
  }
}
.tryit .text .desc {
  font-size: 16px;
  line-height: 2;
  font-weight: bold;
  margin-top: 22px;
}
@media (max-width: 1232px) {
  .tryit .text .desc {
    font-size: 15px;
    line-height: 1.6;
    margin-top: 30px;
  }
}
@media not all and (min-width: 375px) {
  .tryit .text .desc {
    font-size: 4vw;
    margin-top: 8vw;
  }
}
.tryit .text .desc .marker {
  color: #fff;
  background-color: #003d98;
  padding: 3px;
}
@media not all and (min-width: 769px) {
  .tryit .text .desc .marker {
    padding: 2px 1px;
  }
}
.price {
  padding-top: 101px;
  background-color: #fff;
  background-image: url("../images/wave1.jpg"), url("../images/curve.jpg");
  background-repeat: no-repeat;
  background-position:
    center top -17px,
    right top 648px;
  background-size:
    100% 218px,
    23.7920937042vw auto;
}
@media (max-width: 1232px) {
  .price {
    background-size:
      100% auto,
      325px auto;
  }
}
@media not all and (min-width: 769px) {
  .price {
    padding-top: 61px;
    background-image: url("../images/wave1_sp.jpg"), url("../images/curve.jpg");
    background-position:
      center top -1px,
      right top 374px;
    background-size:
      100% 100px,
      163px auto;
  }
}
.price .sec_ttl .en {
  top: 54px;
  right: -20px;
  height: 48px;
}
@media not all and (min-width: 769px) {
  .price .sec_ttl .en {
    top: 32px;
    right: -16px;
    height: 30px;
  }
}
/* .price__intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 60px;
}
@media not all and (min-width: 769px) {
  .price__intro {
    margin-top: 30px;
  }
}
.price__intro p {
  font-size: 20px;
  line-height: 1.75;
  font-weight: bold;
}
@media not all and (min-width: 769px) {
  .price__intro p {
    font-size: 15px;
    line-height: 1.35;
    letter-spacing: 0;
  }
}
.price__table {
  background-color: #fff;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}
.price__table__wrapper {
  margin-top: 53px;
  position: relative;
  z-index: 1;
}
@media not all and (min-width: 769px) {
  .price__table__wrapper {
    margin-top: 28px;
  }
}
.price__table td,
.price__table th {
  border: 1px solid #003d98;
  font-size: 20px;
  line-height: 1.0833333333;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.075em;
  height: 72px;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}
@media not all and (min-width: 769px) {
  .price__table td,
  .price__table th {
    font-size: 12px;
    height: 36px;
  }
  .price__table td:nth-child(n + 2),
  .price__table th:nth-child(n + 2) {
    border-left-width: 0;
  }
}
.price__table td.bridal_course,
.price__table th.bridal_course {
  background-color: #dcfaff;
  font-weight: bold;
}
.price__table td.sp_course,
.price__table th.sp_course {
  background-color: #fffee9;
  font-weight: bold;
}
@media (min-width: 769px) {
  .price__table td:first-child,
  .price__table th:first-child {
    border-left-width: 2px;
  }
  .price__table td:last-child,
  .price__table th:last-child {
    border-right-width: 2px;
  }
}
.price__table th:first-child {
  background-color: #003d98;
  color: #fff;
}
@media (min-width: 769px) {
  .price__table thead th {
    border-top-width: 2px;
  }
}
.price__table thead th:not(:first-child) {
  width: 36.6666666667%;
}
@media not all and (min-width: 769px) {
  .price__table thead th:not(:first-child) {
    width: 33.2361516035%;
  }
}
.price__table thead th:first-child {
  border-bottom-color: #fff;
}
.price__table thead th.bridal_course {
  background-color: #00cef3;
  color: #fff;
}
.price__table thead th.sp_course {
  background: #fff600;
  color: #003d98;
}
@media not all and (min-width: 769px) {
  .price__table tbody tr td,
  .price__table tbody tr th {
    border-top-width: 0;
  }
}
.price__table tbody tr th:first-child {
  border-top-color: #fff;
}
.price__table tbody tr:not(:last-child) th:first-child {
  border-bottom-color: #fff;
}
@media (min-width: 769px) {
  .price__table tbody tr:last-child td,
  .price__table tbody tr:last-child th {
    border-bottom-width: 2px;
  }
} */
.price__note {
  margin: 70px auto 0;
  padding: 37px 30px 36px 62px;
  width: 100%;
  max-width: 809px;
  background-color: #e9faff;
}
@media not all and (min-width: 769px) {
  .price__note {
    margin-top: 35px;
    max-width: 500px;
    padding: 17px 5px 11px;
  }
}
.price__note__item {
  font-size: 24px;
  line-height: 1.35;
  font-weight: bold;
  color: #003d98;
  padding-left: 56px;
  position: relative;
}
@media not all and (min-width: 769px) {
  .price__note__item {
    font-size: 15px;
    line-height: 1.4;
    text-align: center;
    padding-left: 0;
  }
}
.price__note__item:before {
  content: "";
  width: 39px;
  height: 23px;
  background: url("../images/icon_seagull.png") no-repeat center center/contain;
  position: absolute;
  top: 6px;
  left: 0;
}
@media not all and (min-width: 769px) {
  .price__note__item:before {
    width: 20px;
    height: 12px;
    top: -13px;
    right: 0;
    margin: 0 auto;
  }
}
.price__note__item:nth-child(n + 2) {
  margin-top: 10px;
}
@media not all and (min-width: 769px) {
  .price__note__item:nth-child(n + 2) {
    margin-top: 16px;
  }
}
@media not all and (min-width: 769px) {
  .price__note__item:first-child:before {
    content: none;
  }
}
.support {
  padding-top: 321px;
  padding-bottom: 130px;
  position: relative;
  z-index: 1;
}
@media not all and (min-width: 769px) {
  .support {
    padding-top: 118px;
    padding-bottom: 64px;
  }
}
.support:before {
  content: "";
  width: calc(100% + 200px);
  height: 123px;
  background: url("../images/wabe2.png") no-repeat center top/100% 100%;
  position: absolute;
  top: -1px;
  left: -100px;
  pointer-events: none;
  z-index: 2;
}
@media not all and (min-width: 769px) {
  .support:before {
    width: 782px;
    height: 60px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.support:after {
  content: "";
  width: 215px;
  height: 117px;
  background: url("../images/wabe2_white.png") no-repeat center center/contain;
  position: absolute;
  top: 86px;
  left: -20px;
  pointer-events: none;
  z-index: 3;
}
@media not all and (min-width: 769px) {
  .support:after {
    width: 110px;
    height: 60px;
    background-image: url("../images/wabe2_white_sp.png");
    top: 67px;
    left: 0;
  }
}
.support__desc {
  margin-top: 73px;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.6;
  text-align: center;
  color: #fff;
}
@media not all and (min-width: 769px) {
  .support__desc {
    margin-top: 28px;
    padding: 0 16px;
    font-size: 15px;
  }
}
.support__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 43px auto 0;
  max-width: 1100px;
}
@media (max-width: 1232px) {
  .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;
  }
}
@media not all and (min-width: 769px) {
  .support__list {
    margin-top: 32px;
  }
}
.support__list__item {
  width: 45.4545454545%;
  min-height: 180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 51px 250px 10px 35px;
  position: relative;
  background-repeat: no-repeat;
  background-position: top right;
  background-size: auto 100%;
}
@media (max-width: 1232px) {
  .support__list__item {
    width: 100%;
    max-width: 500px;
  }
}
@media not all and (min-width: 769px) {
  .support__list__item {
    width: calc(100% - 10px);
    min-height: 116px;
    padding: 20px 145px 5px 20px;
  }
}
@media not all and (min-width: 370px) {
  .support__list__item {
    min-height: 100px;
  }
}
.support__list__item .text .title {
  font-size: 24px;
  line-height: 1;
  color: #003d98;
  font-weight: bold;
  position: relative;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  white-space: nowrap;
}
@media not all and (min-width: 769px) {
  .support__list__item .text .title {
    font-size: 18px;
  }
}
@media not all and (min-width: 370px) {
  .support__list__item .text .title {
    font-size: 16px;
  }
}
.support__list__item .text .desc {
  font-size: 16px;
  line-height: 24px;
  margin-top: 12px;
  font-weight: bold;
}
@media not all and (min-width: 769px) {
  .support__list__item .text .desc {
    font-size: 15px;
    line-height: 1.6;
    margin-top: 11px;
  }
}
@media not all and (min-width: 370px) {
  .support__list__item .text .desc {
    font-size: 13px;
  }
}
@media (max-width: 1232px) {
  .support__list__item:nth-child(n + 2) {
    margin-top: 60px;
  }
}
@media not all and (min-width: 769px) {
  .support__list__item:nth-child(n + 2) {
    margin-top: 30px;
  }
}
.support__list__item:first-child {
  background-image: url("../images/support_item1_img.png");
}
.support__list__item:nth-child(2) {
  background-image: url("../images/support_item2_img.png");
}
.voice {
  padding-top: 117px;
  padding-bottom: 100px;
}
@media not all and (min-width: 769px) {
  .voice {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.voice__box {
  border: 10px solid #003d98;
  padding: 85px 30px 80px;
}
@media not all and (min-width: 769px) {
  .voice__box {
    border-width: 5px;
    padding: 57px 21px 20px;
  }
}
.voice__list {
  margin-top: 85px;
}
@media not all and (min-width: 769px) {
  .voice__list {
    margin-top: 40px;
  }
}
.voice__list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 26px;
}
@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: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-left: 0;
  }
}
.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: 229px;
  min-height: 60px;
  padding: 0 43px;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.06em;
  white-space: nowrap;
  font-weight: bold;
  background-color: #00cef3;
  color: #fff;
  position: relative;
}
@media not all and (min-width: 769px) {
  .voice__list__item .name {
    min-width: 167px;
    min-height: unset;
    font-size: 14px;
    line-height: 30px;
  }
}
.voice__list__item .name i:after,
.voice__list__item .name i:before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #fff;
  position: absolute;
}
@media not all and (min-width: 769px) {
  .voice__list__item .name i:after,
  .voice__list__item .name i:before {
    width: 3px;
    height: 3px;
  }
}
.voice__list__item .name i:first-of-type:before {
  top: 0;
  left: 0;
}
.voice__list__item .name i:first-of-type:after {
  bottom: 0;
  left: 0;
}
.voice__list__item .name i:nth-of-type(2):before {
  top: 0;
  right: 0;
}
.voice__list__item .name i:nth-of-type(2):after {
  bottom: 0;
  right: 0;
}
.voice__list__item .name .icon {
  position: absolute;
  width: 40px;
  height: auto;
  pointer-events: none;
}
.voice__list__item .name .icon.type1 {
  width: 40px;
  left: -15px;
  bottom: -7px;
}
@media not all and (min-width: 769px) {
  .voice__list__item .name .icon.type1 {
    width: 22px;
    left: -9px;
    bottom: -5px;
  }
}
.voice__list__item .name .icon.type2 {
  width: 48px;
  right: -32px;
  bottom: -5px;
}
@media not all and (min-width: 769px) {
  .voice__list__item .name .icon.type2 {
    width: 26px;
    right: -18px;
    bottom: -3px;
  }
}
.voice__list__item .name .icon.type3 {
  width: 69px;
  right: -19px;
  bottom: -11px;
}
@media not all and (min-width: 769px) {
  .voice__list__item .name .icon.type3 {
    width: 35px;
    right: -10px;
    bottom: -5px;
  }
}
.voice__list__item .name .icon.type4 {
  width: 56px;
  left: -18px;
  top: -14px;
}
@media not all and (min-width: 769px) {
  .voice__list__item .name .icon.type4 {
    width: 28px;
    left: -9px;
    top: -7px;
  }
}
.voice__list__item .desc {
  width: 100%;
  font-size: 18px;
  line-height: 1.7777777778;
  background-color: #e9faff;
  padding: 22px 26px 27px;
  margin-left: 56px;
}
@media not all and (min-width: 769px) {
  .voice__list__item .desc {
    width: 100%;
    font-size: 14px;
    line-height: 1.6785714286;
    margin-left: 0;
    margin-top: 16px;
    padding: 10px 16px 14px;
  }
}
.voice__list__item:nth-child(n + 2) {
  margin-top: 30px;
  padding-top: 29px;
  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: 20px;
    padding-top: 20px;
  }
}
.cv {
  padding: 59px 0 68px;
  background: url("../images/cv_bg.jpg") no-repeat center center/cover;
}
@media not all and (min-width: 769px) {
  .cv {
    padding: 0;
    background: none;
  }
}
@media not all and (min-width: 769px) {
  .cv .container {
    width: 100%;
  }
}
.cv__title {
  font-size: 32px;
  line-height: 1.35;
  text-align: center;
  font-weight: bold;
  color: #fff;
  font-style: italic;
}
@media not all and (min-width: 769px) {
  .cv__title {
    padding: 35px 0 33px;
    font-size: 24px;
    line-height: 1.4375;
    background-color: #003d98;
    font-style: normal;
  }
}
.cv__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 39px auto 0;
  width: 100%;
  max-width: 640px;
}
@media not all and (min-width: 769px) {
  .cv__btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 0;
    background-color: rgba(0, 206, 243, 0.4);
    max-width: none;
  }
}
.cv__btn__item {
  position: relative;
  max-width: 290px;
  width: 45.3125%;
}
@media not all and (min-width: 769px) {
  .cv__btn__item {
    width: 100%;
    padding: 35px 16px;
    max-width: none;
  }
}
.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: 62px;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  white-space: nowrap;
  position: relative;
  z-index: 1;
  color: #065ee2;
}
@media not all and (min-width: 769px) {
  .cv__btn__item a {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    max-width: 280px;
    height: 51px;
    padding-left: 48px;
    font-size: 20px;
    margin: 0 auto;
  }
}
@media not all and (min-width: 370px) {
  .cv__btn__item a {
    padding-left: 35px;
    font-size: 18px;
  }
}
.cv__btn__item a > i {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  -webkit-transform: skewX(-17deg);
  transform: skewX(-17deg);
}
.cv__btn__item a > i:after,
.cv__btn__item a > i:before {
  content: "";
  width: calc(100% + 6px);
  height: calc(100% + 6px);
  position: absolute;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cv__btn__item a > i:before {
  background-color: #fff;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.cv__btn__item a > i:after {
  background-color: #00cef3;
  top: 0;
  left: 0;
  z-index: 2;
}
@media (min-width: 769px) {
  .cv__btn__item a:hover > i:before {
    bottom: -6px;
    right: -6px;
  }
  .cv__btn__item a:hover > i:after {
    top: -7px;
    left: -7px;
  }
}
@media not all and (min-width: 769px) {
  .cv__btn__item a.touching > i:before {
    bottom: -6px;
    right: -6px;
  }
  .cv__btn__item a.touching > i:after {
    top: -7px;
    left: -7px;
  }
}
.cv__btn__item a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff600;
  z-index: -1;
  -webkit-transform: skewX(-17deg);
  transform: skewX(-17deg);
}
@media not all and (min-width: 769px) {
  .cv__btn__item.reserve {
    background: url("../images/cv_bg1.jpg") no-repeat center center/cover;
  }
}
.cv__btn__item.reserve a:before {
  content: "";
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 27px;
  height: 23px;
  margin-right: 6px;
  background: url("../images/reservation_icon.png") no-repeat center center/contain;
}
@media (max-width: 1232px) {
  .cv__btn__item.reserve a:before {
    width: 23px;
    height: 20px;
    margin-right: 3px;
  }
}
@media not all and (min-width: 769px) {
  .cv__btn__item.reserve a:before {
    width: 27px;
    height: 23px;
    margin-right: 7px;
  }
}
@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 {
    background: url("../images/cv_bg2.jpg") no-repeat center center/cover;
  }
}
.cv__btn__item.document a:before {
  content: "";
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 24px;
  height: 26px;
  margin-right: 5px;
  background: url("../images/request_icon.png") no-repeat center center/contain;
}
@media (max-width: 1232px) {
  .cv__btn__item.document a:before {
    width: 20px;
    height: 22px;
    margin-right: 3px;
  }
}
@media not all and (min-width: 769px) {
  .cv__btn__item.document a:before {
    width: 24px;
    height: 26px;
    margin-right: 5px;
  }
}
@media not all and (min-width: 370px) {
  .cv__btn__item.document a:before {
    margin-right: 13px;
  }
}
.flow {
  padding-top: 113px;
  padding-bottom: 110px;
}
@media not all and (min-width: 769px) {
  .flow {
    padding-top: 60px;
    padding-bottom: 65px;
  }
}
.flow__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1180px;
  margin: 104px 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: 46px;
    padding: 0 5px;
  }
}
.flow__list__item {
  position: relative;
  width: 27.9661016949%;
  padding: 25px 25px 17px;
}
@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: 19px 10px 17px 20px;
  }
}
.flow__list__item .icon {
  display: block;
  height: 155px;
}
@media (min-width: 769px) {
  .flow__list__item .icon {
    background-color: #f2f2f2;
  }
}
@media not all and (min-width: 769px) {
  .flow__list__item .icon {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 77px;
    height: 77px;
  }
}
.flow__list__item .icon img {
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.flow__list__item__inner {
  width: 100%;
  margin-top: 15px;
}
@media not all and (min-width: 769px) {
  .flow__list__item__inner {
    margin-top: 0;
    margin-left: 16px;
  }
}
.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;
  }
}
.flow__list__item__desc {
  margin-top: 9px;
  font-size: 16px;
  line-height: 1.75;
}
@media not all and (min-width: 769px) {
  .flow__list__item__desc {
    margin-top: 9px;
    font-size: 14px;
    line-height: 1.6071428571;
  }
}
.flow__list__item__desc a {
  text-decoration: underline;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (min-width: 769px) {
  .flow__list__item__desc a:hover {
    opacity: 0.7;
  }
}
@media not all and (min-width: 769px) {
  .flow__list__item__desc a.touching {
    opacity: 0.7;
  }
}
@media not all and (min-width: 769px) {
  .flow__list__item:nth-child(n + 2) {
    margin-top: 55px;
  }
}
.flow__list__item .arrow {
  width: 0;
  height: 0;
  border-width: 22px 0 22px 22px;
  border-style: solid;
  border-color: transparent transparent transparent #003d98;
  position: absolute;
  top: 163px;
  left: -17.6%;
}
@media not all and (min-width: 769px) {
  .flow__list__item .arrow {
    top: -38px;
    right: 0;
    left: 0;
    border-width: 20px 20px 0 20px;
    border-color: #003d98 transparent transparent transparent;
    margin: 0 auto;
  }
}
.message {
  padding-top: 123px;
  padding-bottom: 126px;
  background: url("../images/message_bg.jpg") no-repeat center center/cover;
}
@media not all and (min-width: 769px) {
  .message {
    padding-top: 51px;
    padding-bottom: 43px;
    background-position: right bottom;
    background-image: url("../images/message_bg_sp.jpg");
  }
}
@media not all and (min-width: 769px) {
  .message__box {
    padding: 0 26px;
  }
}
.message__title {
  font-size: 40px;
  line-height: 1.75;
  text-align: center;
  color: #fff;
}
@media not all and (min-width: 769px) {
  .message__title {
    font-size: 20px;
  }
}
.message__body {
  font-size: 20px;
  line-height: 2;
  font-weight: 600;
  text-align: center;
  color: #fff;
  max-width: 900px;
  margin: 20px auto 0;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
@media not all and (min-width: 769px) {
  .message__body {
    margin-top: 25px;
    font-size: 15px;
    line-height: 1.9333333333;
    text-align: left;
  }
}
.message .logo {
  width: 103px;
  margin: 36px auto 0;
  -webkit-filter: brightness(0%) invert(100%);
  filter: brightness(0%) invert(100%);
}

/* --- 料金表追加 ---*/
.price__txt {
  text-align: center;
  margin-top: 61px;
  font-size: 20px;
  font-weight: 700;
}
@media not all and (min-width: 769px) {
  .price__txt {
    font-size: 15px;
    max-width: 590px;
    margin: 30px auto 0;
  }
}
.price__wrap {
  margin-top: 50px;
}
@media not all and (min-width: 769px) {
  .price__wrap {
    margin-top: 27px;
  }
}
.price__box {
  display: flex;
  gap: 40px;
  justify-content: space-between;
}
@media not all and (min-width: 769px) {
  .price__box {
    flex-direction: column;
    align-items: center;
    gap: 0;
  }
}
.price__img {
  width: 100%;
  max-width: 510px;
  position: relative;
}
@media not all and (min-width: 769px) {
  .price__img {
    max-width: 400px;
  }
}
.price__img img {
  width: 100%;
  max-width: 550px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.11);
}
.price__content {
  width: 100%;
  min-width: 500px;
}
@media not all and (min-width: 769px) {
  .price__content {
    max-width: 40rem;
    min-width: auto;
  }
}
.price__caution {
  margin-top: 23px;
}
@media not all and (min-width: 769px) {
  .price__caution {
    margin-top: 20px;
  }
}
.price__caution__item {
  font-size: 15px;
  line-height: 1.7333333333;
  letter-spacing: 0.025em;
}
@media not all and (min-width: 769px) {
  .price__caution__item {
    font-size: 12px;
    line-height: 1.5;
  }
}
.price__table {
  width: 100%;
  line-height: 1;
  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);
}
@media not all and (min-width: 769px) {
  .price__table {
    margin-top: 23px;
    border-width: 1px;
  }
}
.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;
  letter-spacing: 0.075em;
}
@media not all and (min-width: 769px) {
  .price__table th,
  .price__table td {
    border-left: 1px solid #fff;
    font-size: 11px;
    padding: 0;
    height: 35px;
  }
}
.price__table thead tr {
  display: flex;
}
.price__table thead tr th {
  width: 22%;
  background-color: #003d98;
}
.price__table thead tr .price__empty {
  border-left: none;
}
.price__table thead tr .price__a-course {
  width: 26%;
  background-color: #00cef3;
  color: white;
}
.price__table thead tr .price__s-course {
  width: 26%;
  background-color: #fff600;
  color: #065ee2;
}
.price__table thead tr .price__n-course {
  width: 26%;
  border-right: none;
  background-color: #66e2a0;
}

.price__table tbody tr {
  display: flex;
}
.price__table tbody tr:first-of-type th {
  border-top: 2px solid #fff;
}
@media not all and (min-width: 769px) {
  .price__table tbody tr:first-of-type th {
    border-top: 1px solid #fff;
  }
}
.price__table tbody tr:last-of-type th {
  border-bottom: 2px solid #fff;
}
@media not all and (min-width: 769px) {
  .price__table tbody tr:last-of-type th {
    border-bottom: 1px solid #fff;
  }
}
.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;
  background-color: #003d98;
  color: white;
}
@media not all and (min-width: 769px) {
  .price__table tbody tr th {
    letter-spacing: 0;
    border-top: 1px solid #ededed;
  }
}
.price__table tbody tr td {
  border-top: 2px solid #fff;
}
@media not all and (min-width: 769px) {
  .price__table tbody tr td {
    border-top: 1px solid #fff;
  }
}
.price__table tbody tr td span {
  color: #003d98;
  font-size: 13px;
}
@media not all and (min-width: 769px) {
  .price__table tbody tr td span {
    font-size: 10px;
  }
}
.price__table tbody tr .price__a-course {
  width: 26%;
  background-color: #dcfaff;
}
.price__table tbody tr .price__s-course {
  width: 26%;
  background-color: #fffee9;
}
.price__table tbody tr .price__n-course {
  width: 26%;
  border-right: none;
  background-color: #dbfbea;
}

/* --- お問い合わせフォーム追加 ---*/
.form__container {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media not all and (min-width: 769px) {
  .form__container {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.form__wrap {
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.17);
  border-radius: 20px;
}
@media not all and (min-width: 769px) {
  .form__wrap {
    border-radius: 10px;
  }
}
.form__head {
  background-color: #003d98;
  /* border-radius: 20px 20px 0 0; */
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
@media not all and (min-width: 769px) {
  .form__head {
    padding: 18px 20px;
    /* border-radius: 10px 10px 0 0; */
  }
}
.form__ttl {
  color: #fff;
  font-weight: bold;
  position: relative;
  font-size: 16px;
}
@media not all and (min-width: 769px) {
  .form__ttl {
    font-size: 20px;
    letter-spacing: 0.025em;
  }
}
.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;
}
@media not all and (min-width: 769px) {
  .form__ttl::before,
  .form__ttl::after {
    content: none;
  }
}
.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;
  padding: 27px 40px 48px;
  font-size: 16px;
}
@media not all and (min-width: 769px) {
  .form__content {
    padding: 20px;
  }
}
.form__flex {
  display: flex;
  gap: 40px;
}
@media not all and (min-width: 769px) {
  .form__flex {
    flex-direction: column;
    gap: 20px;
  }
}
.form__flex .form__item {
  width: 50%;
}
@media not all and (min-width: 769px) {
  .form__flex .form__item {
    width: 100%;
  }
}
.form__inner dt {
  font-weight: bold;
}

.form__inner {
  margin-top: 31px;
}
@media not all and (min-width: 769px) {
  .form__inner {
    margin-top: 20px;
  }
}
.form__inner:first-of-type {
  margin-top: 0;
}
.form__inner select {
  width: 100%;
  border-radius: 10px;
  background-color: #f6f6f6;
  padding: 14px 22px;
  font-weight: bold;
  border: none;
}
.form__inner select {
  cursor: pointer;
}
@media screen and (max-width: 769px) {
  .form__inner select {
    font-size: 14px;
    padding: 13px 21px;
    border-radius: 5px;
  }
}

.form__inner .form__caution {
  display: inline-block;
  margin-top: 16px;
}
@media not all and (min-width: 769px) {
  .form__inner .form__caution {
    margin-top: 7px;
    font-size: 12px;
    letter-spacing: 0;
  }
}
@media not all and (min-width: 769px) {
  .form__inner dt {
    font-size: 14px;
  }
}
.form__inner dd {
  margin-top: 7px;
}
@media not all and (min-width: 769px) {
  .form__inner dd {
    margin-top: 5px;
  }
}
.form__inner::placeholder {
  color: #9c9c9c;
  font-weight: bold;
}
@media not all and (min-width: 769px) {
  .form__inner input,
  .form__inner label {
    font-size: 14px;
  }
}
.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;
}
@media not all and (min-width: 769px) {
  .form__inner input[type="radio"] {
    width: 17px;
    height: 17px;
    margin-right: 7px;
  }
}
.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: #003d98;
  content: "";
}
@media not all and (min-width: 769px) {
  .form__inner input[type="radio"]:checked:before {
    width: 9px;
    height: 9px;
  }
}
.form__inner input[type="checkbox"] {
  display: inline-block;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 22px;
  height: 22px;
  border-radius: 4px;
  border: 1px solid #cacaca;
  margin-right: 12px;
  vertical-align: -5px;
  background-color: #fff;
  position: relative;
}
.form__inner input[type="checkbox"]:checked {
  background-color: #003d98;
}
.form__inner input[type="checkbox"]:checked:before {
  content: "";
  position: absolute;
  top: 1px;
  left: 5.5px;
  -webkit-transform: rotate(50deg);
  transform: rotate(50deg);
  width: 6px;
  height: 12px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
@media not all and (min-width: 769px) {
  .form__inner input[type="checkbox"] {
    width: 17px;
    height: 17px;
    margin-right: 7px;
    vertical-align: -3px;
  }
  .form__inner input[type="checkbox"]:checked:before {
    width: 5px;
    height: 10px;
    top: 0;
    left: 4px;
  }
}
.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;
}
@media not all and (min-width: 769px) {
  .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: 172px;
  margin-right: 13px;
}
@media not all and (min-width: 769px) {
  .form__inner .birth input {
    width: 137px;
    margin-right: 10px;
  }
}
.form__inner .birth span {
  font-weight: bold;
}
@media not all and (min-width: 769px) {
  .form__inner .birth span {
    font-size: 14px;
  }
}
.form__inner .radio-type .wpcf7-list-item {
  margin-left: 30px;
}
@media not all and (min-width: 769px) {
  .form__inner .radio-type .wpcf7-list-item {
    margin-left: 40px;
  }
}
.form__inner .radio-type .wpcf7-list-item:first-of-type {
  margin-left: 0;
}
.form__inner .radio-area .wpcf7-list-item {
  margin-left: 65px;
}
@media not all and (min-width: 769px) {
  .form__inner .radio-area .wpcf7-list-item {
    margin-left: 40px;
  }
}
.form__inner .radio-area .wpcf7-list-item:first-of-type {
  margin-left: 0;
}
.form__inner .raido-sex .wpcf7-list-item {
  margin-left: 65px;
}
@media not all and (min-width: 769px) {
  .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 {
  display: flex;
  flex-wrap: wrap;
  column-gap: 65px;
}
.form__inner .check-person .wpcf7-list-item {
  margin-left: 65px;
}
.form__inner .check-person .wpcf7-list-item:first-of-type {
  margin-left: 0;
}
@media not all and (min-width: 769px) {
  .form__inner .radio-school .wpcf7-radio {
    column-gap: 53px;
  }
}
.form__inner .radio-school .wpcf7-list-item {
  margin-left: 0;
}
@media not all and (min-width: 769px) {
  .form__inner .radio-school .wpcf7-list-item {
    min-width: 110px;
  }
}
@media not all and (min-width: 769px) {
  .form__inner .radio-type,
  .form__inner .radio-area,
  .form__inner .raido-sex,
  .form__inner .radio-school {
    margin-top: 0;
  }
}
.form__btn {
  margin-top: 40px;
  text-align: center;
}
@media not all and (min-width: 769px) {
  .form__btn {
    margin-top: 20px;
  }
}
.form__btn .confirm_button {
  max-width: 320px;
  width: 100%;
}
.contact__btn {
  background-color: #fff600;
  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);
  color: #003d98;
}
.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;
}
@media not all and (min-width: 769px) {
  .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;
  }
}

/* --- 確認画面 ---*/
.confirm-area__ttl {
  font-size: 24px;
  font-weight: bold;
}
@media not all and (min-width: 769px) {
  .confirm-area__ttl {
    font-size: 18px;
  }
}
.confirm-area__input {
  margin-top: 20px;
  font-weight: bold;
}
@media not all and (min-width: 769px) {
  .confirm-area__input {
    line-height: 1.2;
    margin-top: 15px;
    font-size: 14px;
  }
}
.confirm-area__input span {
  font-weight: 500;
}

.confirm-area__btn-wrap {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-top: 40px;
}
@media not all and (min-width: 769px) {
  .confirm-area__btn-wrap {
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin-top: 30px;
  }
}
.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;
}

.wpcf7-radio label,
.wpcf7-checkbox label {
  cursor: pointer;
}

.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-not-valid-tip {
  font-weight: 500 !important;
}

.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 #003d98;
  border-right: 2px solid #003d98;
  position: absolute;
  right: 16px;
  top: 40%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  pointer-events: none;
  z-index: 4;
}
@media screen and (max-width: 769px) {
  .wpcf7-form-control-wrap:has(select) {
    width: 100%;
  }
}

/***************************************
サンクページ
****************************************/
.thanks .header {
  width: 100%;
  padding-block: 20px;
  position: static;
}
@media not all and (min-width: 769px) {
  .thanks .header {
    padding-block: 15px;
  }
}
.thanks .header__logo img {
  filter: none;
}
.thanks .header__logo p {
  color: #333;
}
.thanks .footer {
  width: 100%;
  padding-bottom: 23px;
}

@media not all and (min-width: 769px) {
  .thanks .footer {
    padding-bottom: 11px;
  }
}
