@charset "UTF-8";
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP&display=swap");
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;
}
.font-mincho {
  font-family: "游明朝", YuMincho, "Noto Serif JP", serif;
  font-weight: 400 !important;
}
.font-gothic {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック",
    "Yu Gothic", sans-serif;
}
@media (min-width: 769px) {
  .sp {
    display: none !important;
  }
}
@media not all and (min-width: 769px) {
  .pc {
    display: none !important;
  }
}
body {
  font-weight: 500;
  color: #fff;
  font-size: 18px;
  line-height: 1.8888888889;
  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.6875;
  }
}
a {
  text-decoration: none;
  color: #fff;
}
a[href^="tel:"].disabled {
  cursor: default;
}
.header__logo {
  width: 205px;
}
@media not all and (min-width: 769px) {
  .header__logo {
    width: 103px;
  }
}
.footer {
  background-color: #faf3e2;
  padding: 23px 0;
}
@media not all and (min-width: 769px) {
  .footer {
    padding: 11px 0;
  }
}
.footer__copyright {
  text-align: center;
}
.footer__copyright small {
  font-size: 14px;
  color: #000;
}
@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;
  }
}
.sec_ttl {
  font-size: 48px;
  line-height: 1.3333333333;
  text-align: center;
  letter-spacing: -0.02em;
  font-family: "游明朝", YuMincho, "Noto Serif JP", serif;
  font-weight: 400 !important;
}
@media (max-width: 1264px) {
  .sec_ttl {
    font-size: 34px;
  }
}
@media not all and (min-width: 769px) {
  .sec_ttl {
    font-size: 26px;
  }
}
.sec_ttl i {
  display: block;
  width: 78px;
  height: 2px;
  margin: 19px auto 0;
  background-image: linear-gradient(
    to right,
    #b0a56a,
    #b0a56a 2px,
    transparent 2px,
    transparent 7px
  );
  background-size: 7px 2px;
  background-position: left bottom;
  background-repeat: repeat-x;
  position: relative;
}
@media not all and (min-width: 769px) {
  .sec_ttl i {
    width: 40px;
    height: 1px;
    background-image: linear-gradient(
      to right,
      #b0a56a,
      #b0a56a 1px,
      transparent 1px,
      transparent 3px
    );
    background-size: 3px 1px;
  }
}
.sec_ttl i:after,
.sec_ttl i:before {
  content: "";
  width: 80px;
  height: 1px;
  background-color: #b0a56a;
  position: absolute;
  top: 0;
}
@media not all and (min-width: 769px) {
  .sec_ttl i:after,
  .sec_ttl i:before {
    width: 40px;
  }
}
.sec_ttl i:after {
  left: calc(100% + 4px);
}
@media not all and (min-width: 769px) {
  .sec_ttl i:after {
    left: calc(100% + 2px);
  }
}
.sec_ttl i:before {
  right: calc(100% + 4px);
}
@media not all and (min-width: 769px) {
  .sec_ttl i:before {
    right: calc(100% + 2px);
  }
}
.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: opacity 2s cubic-bezier(0.25, 0.1, 0.25, 1),
    -webkit-transform 2s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: opacity 2s cubic-bezier(0.25, 0.1, 0.25, 1),
    -webkit-transform 2s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: opacity 2s cubic-bezier(0.25, 0.1, 0.25, 1),
    transform 2s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: opacity 2s cubic-bezier(0.25, 0.1, 0.25, 1),
    transform 2s cubic-bezier(0.25, 0.1, 0.25, 1),
    -webkit-transform 2s cubic-bezier(0.25, 0.1, 0.25, 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 {
  padding: 40px 0 47px;
  background: #664f3f url("../images/kv_bg.jpg") no-repeat center center/cover;
  overflow: hidden;
}
@media not all and (min-width: 769px) {
  .kv {
    padding: 20px 0 37px;
    background-image: url("../images/kv_bg_sp.jpg");
  }
}
.kv .container__inner {
  max-width: 1120px;
  margin: 92px auto 0;
  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: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media not all and (min-width: 769px) {
  .kv .container__inner {
    margin-top: 75px;
  }
}
.kv__title {
  font-size: 70px;
  line-height: 1.1428571429;
  font-family: "游明朝", YuMincho, "Noto Serif JP", serif;
  font-weight: 400 !important;
  text-shadow: 0 0 16px #000;
  position: relative;
}
@media not all and (min-width: 769px) {
  .kv__title {
    font-size: 34px;
  }
}
@media not all and (min-width: 370px) {
  .kv__title {
    font-size: 32px;
  }
}
.kv__title:before {
  content: "";
  width: 111px;
  height: 158px;
  position: absolute;
  top: -32px;
  left: -55px;
  background: url("../images/kv_title_img1.png") no-repeat center center/contain;
}
@media not all and (min-width: 769px) {
  .kv__title:before {
    width: 73px;
    height: 72px;
    top: -15px;
    left: -36px;
  }
}
.kv__title:after {
  content: "";
  width: 122px;
  height: 177px;
  position: absolute;
  bottom: -137px;
  right: 2px;
  background: url("../images/kv_title_img2.png") no-repeat center center/contain;
}
@media not all and (min-width: 769px) {
  .kv__title:after {
    width: 62px;
    height: 90px;
    bottom: -74px;
    right: -34px;
  }
}
.kv__title i {
  display: inline-block;
}
.offs .kv__title i {
  -webkit-transition-delay: 0;
  transition-delay: 0;
  opacity: 0;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-filter: blur(1px);
  filter: blur(1px);
}
@media not all and (min-width: 769px) {
  .offs .kv__title i {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
.ons .kv__title i {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-filter: blur(0px);
  filter: blur(0px);
  -webkit-transition-property: opacity, -webkit-transform, -webkit-filter;
  transition-property: opacity, -webkit-transform, -webkit-filter;
  transition-property: opacity, transform, filter;
  transition-property: opacity, transform, filter, -webkit-transform, -webkit-filter;
  -webkit-transition-duration: 2s;
  transition-duration: 2s;
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.13, 0.79);
  transition-timing-function: cubic-bezier(0, 0, 0.13, 0.79);
}
.kv__text {
  font-size: 20px;
  line-height: 1.6;
  margin-top: 20px;
  text-shadow: 0 0 16px #000;
}
@media not all and (min-width: 769px) {
  .kv__text {
    font-size: 12px;
    line-height: 1.5833333333;
    margin-top: 9px;
  }
}
.kv__cv {
  margin-top: 25px;
  padding: 29px 56px 23px 61px;
  background: url("../images/kv_cv_frame.png") no-repeat center center/100% 100%;
  width: 711px;
}
@media not all and (min-width: 769px) {
  .kv__cv {
    background-image: url("../images/kv_cv_frame_sp.png");
    width: 100%;
    max-width: 375px;
    margin: 0 auto;
    padding: 29px 32px 23px;
  }
}
.kv__cv__title {
  font-size: 18px;
  text-align: center;
  font-family: "游明朝", YuMincho, "Noto Serif JP", serif;
  font-weight: 400 !important;
}
@media not all and (min-width: 769px) {
  .kv__cv__title {
    font-size: 14px;
  }
}
.kv__cv__schedule {
  font-size: 16px;
}
@media not all and (min-width: 769px) {
  .kv__cv__schedule {
    font-size: 12px;
    line-height: 1.4166666667;
  }
}
.kv__cv__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 11px;
}
@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: 14px;
  }
}
.kv__cv__btn a {
  width: calc(50% - 12px);
  height: 71px;
  border-radius: 10px;
  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;
  font-size: 23px;
  white-space: nowrap;
  letter-spacing: -0.07em;
  font-family: "游明朝", YuMincho, "Noto Serif JP", serif;
  font-weight: 400 !important;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media not all and (min-width: 769px) {
  .kv__cv__btn a {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-left: 23px;
    border-radius: 5px;
    width: 100%;
    height: 70px;
    font-size: 22px;
    letter-spacing: 0;
  }
}
@media not all and (min-width: 370px) {
  .kv__cv__btn a {
    font-size: 20px;
  }
}
.kv__cv__btn a.reserve {
  color: #fff;
  background: linear-gradient(
    135deg,
    #740605,
    #740605 38%,
    #9f0907 47%,
    #780605 56%,
    #9f0907 65%,
    #740605 74%,
    #740605 100%
  );
  padding-right: 10px;
}
.kv__cv__btn a.reserve:before {
  content: "";
  width: 27px;
  height: 25px;
  background: url("../images/reservation_icon.png") no-repeat center center/contain;
  margin-right: 9px;
}
@media not all and (min-width: 769px) {
  .kv__cv__btn a.reserve:before {
    width: 31px;
    height: 27px;
    margin-right: 14px;
  }
}
.kv__cv__btn a.document {
  color: #1a623e;
  background-color: #fff;
  border: 2px solid #1a623e;
}
@media not all and (min-width: 769px) {
  .kv__cv__btn a.document {
    margin-left: 0;
    margin-top: 20px;
    border-width: 1px;
  }
}
.kv__cv__btn a.document:before {
  content: "";
  width: 33px;
  height: 36px;
  background: url("../images/request_icon.png") no-repeat center center/contain;
  margin-right: 8px;
}
@media not all and (min-width: 769px) {
  .kv__cv__btn a.document:before {
    width: 29px;
    height: 32px;
    margin-right: 16px;
  }
}
@media (min-width: 769px) {
  .kv__cv__btn a:hover {
    opacity: 0.8;
  }
}
@media not all and (min-width: 769px) {
  .kv__cv__btn a.touching {
    opacity: 0.8;
  }
}
.kv__cv__tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 8px;
  margin-bottom: -3px;
}
@media not all and (min-width: 769px) {
  .kv__cv__tel {
    margin-top: 14px;
    margin-bottom: 5px;
  }
}
.kv__cv__tel dt {
  font-size: 16px;
  line-height: 1.4375;
  font-weight: 500;
  letter-spacing: -0.06em;
}
@media not all and (min-width: 769px) {
  .kv__cv__tel dt {
    font-size: 12px;
    line-height: 1.4166666667;
  }
}
.kv__cv__tel dd {
  margin-left: 15px;
}
@media not all and (min-width: 769px) {
  .kv__cv__tel dd {
    margin-left: 8px;
  }
}
.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-size: 32px;
  font-weight: bold;
  white-space: nowrap;
}
@media not all and (min-width: 769px) {
  .kv__cv__tel dd a {
    font-size: 25px;
    text-shadow: none;
  }
}
@media not all and (min-width: 370px) {
  .kv__cv__tel dd a {
    font-size: 23px;
  }
}
.kv__cv__tel dd a:before {
  content: "";
  width: 23px;
  height: 30px;
  background: url("../images/tel_icon.svg") no-repeat center center/contain;
  margin-right: 6px;
}
@media not all and (min-width: 769px) {
  .kv__cv__tel dd a:before {
    width: 18px;
    height: 23px;
    -webkit-filter: none;
    filter: none;
  }
}
@media not all and (min-width: 769px) {
  .kv .kv__cv {
    display: none;
  }
}
.campaign {
  padding: 35px 0 38px;
  background: url("../images/campaign_bg.jpg") no-repeat center center/cover;
  overflow: hidden;
}
@media not all and (min-width: 769px) {
  .campaign {
    padding: 33px 0 25px;
    background-image: url("../images/campaign_bg_sp.jpg");
  }
}
@media (min-width: 769px) {
  .campaign .kv__cv {
    display: none;
  }
}
.campaign__box {
  max-width: 940px;
  border-width: 3px 0;
  border-style: solid;
  border-color: #b0a56a;
  position: relative;
  padding: 5px 10px;
  font-family: "游明朝", YuMincho, "Noto Serif JP", serif;
  font-weight: 400 !important;
}
@media not all and (min-width: 769px) {
  .campaign__box {
    border-width: 2px 0;
    padding: 7px 5px;
    margin-top: 24px;
  }
}
.campaign__box:after,
.campaign__box:before {
  content: "";
  width: 99px;
  height: 132px;
  background: url("../images/campaign_icon.png") no-repeat center center/contain;
  position: absolute;
  top: 23px;
}
.campaign__box:before {
  right: calc(100% + 24px);
}
.campaign__box:after {
  left: calc(100% + 24px);
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.campaign__box p {
  border-width: 1px 0;
  border-style: solid;
  border-color: #b0a56a;
  text-align: center;
  font-size: 39px;
  line-height: 1.2820512821;
  color: #191919;
  padding: 23px 0 25px;
}
@media not all and (min-width: 769px) {
  .campaign__box p {
    font-size: 26px;
    line-height: 1.4230769231;
    padding-bottom: 29px;
  }
}
@media not all and (min-width: 370px) {
  .campaign__box p {
    font-size: 6.9333333333vw;
  }
}
.campaign__box p b {
  font-weight: 400;
  color: #b59139;
}
.reason {
  position: relative;
  padding: 139px 0 374px;
  overflow: hidden;
  background-color: #134029;
  background-image: url("../images/reason_bg_top.png"), url("../images/reason_bg_bottom2.png"),
    url("../images/reason_bg.jpg");
  background-position: center top, right bottom 232px, center;
  background-size: 100% auto, 983px auto, cover;
  background-repeat: no-repeat;
}
@media not all and (min-width: 769px) {
  .reason {
    padding: 65px 0 268px;
    background-image: url("../images/reason_bg_top_sp.png"), url("../images/tree_sp.png"),
      url("../images/reason_bg_sp.jpg");
    background-position: center top, center bottom, center;
    background-size: 100% auto, 100% auto, cover;
  }
}
.reason:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  max-width: 1366px;
  height: 100%;
  margin: 0 auto;
  background: url("../images/tree.png") no-repeat center bottom/100% auto;
  pointer-events: none;
}
@media not all and (min-width: 769px) {
  .reason:before {
    content: none;
  }
}
.reason:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 110px;
  background: url("../images/reason_bg_bottom.png") no-repeat center bottom/100% 100%;
  pointer-events: none;
}
@media (max-width: 1264px) {
  .reason:after {
    height: 100%;
    background-size: 100% auto;
  }
}
@media not all and (min-width: 769px) {
  .reason:after {
    background-image: url("../images/reason_bg_bottom_sp.png");
  }
}
.reason .container {
  position: relative;
  z-index: 3;
}
.reason__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 57px;
}
@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;
    margin-top: 34px;
  }
}
.reason__list__item {
  width: calc((100% - 32px) / 3);
  pointer-events: none;
}
@media not all and (min-width: 769px) {
  .reason__list__item {
    width: 100%;
    max-width: 290px;
  }
  .reason__list__item:nth-child(n + 2) {
    margin-top: 20px;
  }
}
.reason__list__item img {
  -webkit-filter: drop-shadow(0 0 70px rgba(0, 0, 0, 0.14));
  filter: drop-shadow(0 0 70px rgba(0, 0, 0, 0.14));
}
.reason__desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
  margin-top: 77px;
  padding: 51px 40px 71px;
}
@media not all and (min-width: 769px) {
  .reason__desc {
    -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: 48px;
    padding: 47px 16px 40px;
  }
}
.reason__desc:after,
.reason__desc:before {
  content: "";
  position: absolute;
  width: 92px;
  height: 92px;
  background: url("../images/reason_desc_frame1.png") no-repeat center center/contain;
}
@media not all and (min-width: 769px) {
  .reason__desc:after,
  .reason__desc:before {
    width: 45px;
    height: 45px;
  }
}
.reason__desc:before {
  top: 0;
  left: -10px;
}
.reason__desc:after {
  right: -1px;
  bottom: 0;
  background-image: url("../images/reason_desc_frame2.png");
}
.reason__desc .text {
  width: 50%;
}
@media not all and (min-width: 769px) {
  .reason__desc .text {
    width: 100%;
  }
}
.reason__desc .text .title {
  margin-bottom: 44px;
  font-size: 48px;
  line-height: 1.4375;
  white-space: nowrap;
  font-family: "游明朝", YuMincho, "Noto Serif JP", serif;
  font-weight: 400 !important;
}
@media (max-width: 1264px) {
  .reason__desc .text .title {
    font-size: 3.7974683544vw;
  }
}
@media not all and (min-width: 769px) {
  .reason__desc .text .title {
    margin-bottom: 40px;
    font-size: 28px;
    line-height: 1.578125;
  }
}
@media not all and (min-width: 370px) {
  .reason__desc .text .title {
    font-size: 24px;
  }
}
.reason__desc .text p {
  font-size: 20px;
  line-height: 1.95;
}
@media not all and (min-width: 769px) {
  .reason__desc .text p {
    font-size: 17px;
    line-height: 1.8333333333;
  }
}
.reason__desc .img {
  position: relative;
  width: 50%;
  padding-top: 11px;
}
@media not all and (min-width: 769px) {
  .reason__desc .img {
    width: 100%;
    margin-top: 46px;
    padding-top: 0;
  }
}
.reason__desc .img > img {
  width: 89.2857142857%;
  margin: 0 auto;
  -webkit-filter: drop-shadow(0 0 70px rgba(0, 0, 0, 0.28));
  filter: drop-shadow(0 0 70px rgba(0, 0, 0, 0.28));
}
@media not all and (min-width: 769px) {
  .reason__desc .img > img {
    width: 100%;
    max-width: 245px;
    -webkit-filter: drop-shadow(0 0 35px rgba(0, 0, 0, 0.28));
    filter: drop-shadow(0 0 35px rgba(0, 0, 0, 0.28));
  }
}
.reason__desc .img i {
  position: absolute;
  right: -15px;
  bottom: -28px;
  width: 222px;
}
@media not all and (min-width: 769px) {
  .reason__desc .img i {
    right: 11px;
    bottom: -18px;
    width: 110px;
  }
}
.support_menu {
  padding: 20px 0;
  background: url("../images/support_menu_bg.jpg") no-repeat center center/cover;
  overflow: hidden;
}
@media not all and (min-width: 769px) {
  .support_menu {
    padding: 10px 0;
    background-image: url("../images/support_menu_bg_sp.jpg");
  }
}
.support_menu__inner {
  position: relative;
  padding: 87px 0 150px;
  border-width: 2px 0;
  border-style: solid;
  border-color: #b0a56a;
}
@media not all and (min-width: 769px) {
  .support_menu__inner {
    padding: 54px 0;
    border-width: 1px 0;
  }
}
.support_menu__inner:after,
.support_menu__inner:before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-image: linear-gradient(
    to right,
    #b0a56a,
    #b0a56a 2px,
    transparent 2px,
    transparent 7px
  );
  background-position: left bottom;
  background-size: 7px 2px;
  background-repeat: repeat-x;
}
@media not all and (min-width: 769px) {
  .support_menu__inner:after,
  .support_menu__inner:before {
    height: 1px;
    background-image: linear-gradient(
      to right,
      #b0a56a,
      #b0a56a 1px,
      transparent 2px,
      transparent 4px
    );
    background-size: 4px 1px;
  }
}
.support_menu__inner:before {
  top: 10px;
}
@media not all and (min-width: 769px) {
  .support_menu__inner:before {
    top: 5px;
  }
}
.support_menu__inner:after {
  bottom: 10px;
}
@media not all and (min-width: 769px) {
  .support_menu__inner:after {
    bottom: 5px;
  }
}
.support_menu .sec_ttl {
  margin-bottom: 41px;
}
@media not all and (min-width: 769px) {
  .support_menu .sec_ttl {
    margin-bottom: 23px;
  }
}
.support_menu .center {
  text-align: center;
}
.support_menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: calc(100% - 64px);
  margin-top: 57px;
}
@media not all and (min-width: 769px) {
  .support_menu__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 46px;
  }
}
.support_menu__list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 46.6666666667%;
  padding: 30px 40px 24px;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
@media not all and (min-width: 769px) {
  .support_menu__list__item {
    width: 100%;
    padding: 15px 7.7170418006% 10px;
  }
}
.support_menu__list__item:after,
.support_menu__list__item:before {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  border-style: solid;
  -o-border-image: linear-gradient(to bottom, #c1b776 0%, #5d3e09 100%) 1;
  border-image: -webkit-gradient(linear, left top, left bottom, from(#c1b776), to(#5d3e09)) 1;
  border-image: linear-gradient(to bottom, #c1b776 0%, #5d3e09 100%) 1;
  pointer-events: none;
  -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.13, 0.79);
  transition: all 0.3s cubic-bezier(0, 0, 0.13, 0.79);
}
@media not all and (min-width: 769px) {
  .support_menu__list__item:after,
  .support_menu__list__item:before {
    width: 16px;
    height: 16px;
  }
}
.support_menu__list__item:before {
  top: 0;
  left: 0;
  border-width: 1px 0 0 1px;
}
.support_menu__list__item:after {
  right: 0;
  bottom: 0;
  border-width: 0 1px 1px 0;
}
.support_menu__list__item .img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 43.75%;
}
.support_menu__list__item dl {
  padding-left: 5.2083333333%;
}
.support_menu__list__item dl dt {
  position: relative;
  margin-bottom: 12px;
  padding-bottom: 15px;
  font-size: 28px;
  line-height: 1.1;
  letter-spacing: -0.1em;
  white-space: nowrap;
  font-family: "游明朝", YuMincho, "Noto Serif JP", serif;
  font-weight: 400 !important;
}
@media (max-width: 1264px) {
  .support_menu__list__item dl dt {
    font-size: 2.2151898734vw;
  }
}
@media not all and (min-width: 769px) {
  .support_menu__list__item dl dt {
    margin-bottom: 8px;
    padding-bottom: 8px;
    font-size: 16px;
  }
}
@media not all and (min-width: 370px) {
  .support_menu__list__item dl dt {
    font-size: 14px;
  }
}
.support_menu__list__item dl dt:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 1px;
  background-color: #b0a56a;
}
@media not all and (min-width: 769px) {
  .support_menu__list__item dl dt:after {
    width: 16px;
  }
}
.support_menu__list__item dl dd {
  font-size: 24px;
  line-height: 1.3333333333;
}
@media (max-width: 1264px) {
  .support_menu__list__item dl dd {
    font-size: 1.8987341772vw;
  }
}
@media not all and (min-width: 769px) {
  .support_menu__list__item dl dd {
    font-size: 14px;
    line-height: 1.3928571429;
  }
}
@media not all and (min-width: 769px) {
  .support_menu__list__item:nth-child(n + 2) {
    margin-top: 25px;
  }
}
.cv {
  padding: 70px 0;
  background: url("../images/cv_bg.jpg") no-repeat center center/cover;
}
@media not all and (min-width: 769px) {
  .cv {
    padding: 31px 0;
    background-image: url("../images/cv_bg_sp.jpg");
  }
}
.cv__box {
  position: relative;
  padding: 77px 0 81px;
  background-color: rgba(255, 255, 255, 0.91);
}
@media not all and (min-width: 769px) {
  .cv__box {
    padding: 41px 0 61px;
  }
}
.cv__box:after,
.cv__box:before {
  content: "";
  position: absolute;
  top: 18px;
  width: 69px;
  height: calc(100% - 36px);
  background-image: url("../images/cv_deco1.png"), url("../images/cv_deco2.png");
  background-position: left top, left bottom;
  background-size: 100% auto;
  background-repeat: no-repeat;
  pointer-events: none;
}
@media not all and (min-width: 769px) {
  .cv__box:after,
  .cv__box:before {
    top: 13px;
    width: 34px;
    height: calc(100% - 30px);
  }
}
.cv__box:before {
  left: 18px;
}
@media not all and (min-width: 769px) {
  .cv__box:before {
    left: 13px;
  }
}
.cv__box:after {
  right: 18px;
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
@media not all and (min-width: 769px) {
  .cv__box:after {
    right: 13px;
  }
}
.cv__box .frame1 {
  position: absolute;
  top: 22px;
  left: 86px;
  width: calc(100% - 172px);
  height: calc(100% - 44px);
  pointer-events: none;
}
@media not all and (min-width: 769px) {
  .cv__box .frame1 {
    top: 15px;
    left: 47px;
    width: calc(100% - 94px);
    height: calc(100% - 34px);
  }
}
.cv__box .frame1:after,
.cv__box .frame1:before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #755c12;
}
.cv__box .frame1:before {
  top: 0;
}
.cv__box .frame1:after {
  bottom: 0;
}
.cv__box .frame2 {
  position: absolute;
  top: 86px;
  left: 22px;
  width: calc(100% - 44px);
  height: calc(100% - 172px);
  pointer-events: none;
}
@media not all and (min-width: 769px) {
  .cv__box .frame2 {
    top: 47px;
    left: 15px;
    width: calc(100% - 30px);
    height: calc(100% - 98px);
  }
}
.cv__box .frame2:after,
.cv__box .frame2:before {
  content: "";
  position: absolute;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #755c12;
}
.cv__box .frame2:before {
  left: 0;
}
.cv__box .frame2:after {
  right: 0;
}
.cv__title {
  color: #010101;
  font-size: 42px;
  line-height: 1.4166666667;
  text-align: center;
  font-family: "游明朝", YuMincho, "Noto Serif JP", serif;
  font-weight: 400 !important;
}
@media not all and (min-width: 769px) {
  .cv__title {
    font-size: 24px;
  }
}
@media not all and (min-width: 370px) {
  .cv__title {
    font-size: 6.4864864865vw;
  }
}
.cv__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 36px;
}
@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: 18px;
  }
}
.cv__btn 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;
  width: 340px;
  height: 85px;
  border-radius: 10px;
  font-size: 28px;
  letter-spacing: -0.07em;
  white-space: nowrap;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  font-family: "游明朝", YuMincho, "Noto Serif JP", serif;
  font-weight: 400 !important;
}
@media not all and (min-width: 769px) {
  .cv__btn a {
    width: 81.6326530612%;
    height: 70px;
    padding-left: 23px;
    border-radius: 5px;
    font-size: 21px;
    letter-spacing: 0;
  }
}
@media not all and (min-width: 370px) {
  .cv__btn a {
    padding-left: 6.1333333333vw;
    font-size: 5.6vw;
  }
}
@media (min-width: 769px) {
  .cv__btn a:hover {
    opacity: 0.8;
  }
}
@media not all and (min-width: 769px) {
  .cv__btn a.touching {
    opacity: 0.8;
  }
}
.cv__btn a.reserve {
  padding-right: 10px;
  background: linear-gradient(
    135deg,
    #740605,
    #740605 38%,
    #9f0907 47%,
    #780605 56%,
    #9f0907 65%,
    #740605 74%,
    #740605 100%
  );
  color: #fff;
}
.cv__btn a.reserve:before {
  content: "";
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 32px;
  height: 27px;
  margin-right: 10px;
  background: url("../images/reservation_icon.png") no-repeat center center/contain;
}
@media not all and (min-width: 769px) {
  .cv__btn a.reserve:before {
    width: 31px;
    height: 27px;
    margin-right: 14px;
  }
}
@media not all and (min-width: 370px) {
  .cv__btn a.reserve:before {
    width: 8.2666666667vw;
    height: 7.2vw;
    margin-right: 3.7333333333vw;
  }
}
.cv__btn a.document {
  border: 2px solid #1a623e;
  border-radius: 10px;
  background-color: #fff;
  color: #1a623e;
}
@media not all and (min-width: 769px) {
  .cv__btn a.document {
    margin-left: 0;
    border-width: 1px;
    border-radius: 5px;
  }
}
.cv__btn a.document:before {
  content: "";
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 40px;
  height: 44px;
  margin-right: 12px;
  background: url("../images/request_icon.png") no-repeat center center/contain;
}
@media not all and (min-width: 769px) {
  .cv__btn a.document:before {
    width: 29px;
    height: 32px;
    margin-right: 16px;
  }
}
@media not all and (min-width: 370px) {
  .cv__btn a.document:before {
    width: 7.8378378378vw;
    height: 8.6486486486vw;
    margin-right: 4.3243243243vw;
  }
}
.cv__btn a:nth-child(n + 2) {
  margin-left: 64px;
}
@media not all and (min-width: 769px) {
  .cv__btn a:nth-child(n + 2) {
    margin-top: 20px;
    margin-left: 0;
  }
}
.feature {
  position: relative;
  padding: 153px 0 166px;
  overflow: hidden;
  background: -webkit-gradient(linear, left top, left bottom, from(#8d2020), to(#5d1010));
  background: linear-gradient(to bottom, #8d2020, #5d1010);
}
@media not all and (min-width: 769px) {
  .feature {
    padding: 56px 0 139px;
  }
}
.feature:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: url("../images/feature_bg.png") no-repeat center top/100% auto;
  pointer-events: none;
}
@media not all and (min-width: 769px) {
  .feature:before {
    background-image: url("../images/feature_bg_sp.png");
  }
}
.feature .container {
  position: relative;
  z-index: 2;
}
.feature__list {
  margin-top: 82px;
}
@media not all and (min-width: 769px) {
  .feature__list {
    margin-top: 34px;
  }
}
.feature__list__item {
  position: relative;
  padding-top: 50px;
}
@media not all and (min-width: 769px) {
  .feature__list__item {
    padding-top: 0;
  }
}
.feature__list__item .img {
  position: absolute;
  top: 0;
  left: 40px;
  z-index: 2;
  width: 43.3333333333%;
}
@media not all and (min-width: 769px) {
  .feature__list__item .img {
    top: calc(100% - 121px);
    right: 0;
    left: 0;
    width: calc(100% - 32px);
    max-width: 311px;
    margin: 0 auto;
  }
}
@media (min-width: 769px) {
  .feature__list__item .img + .text {
    margin: 0 0 0 auto;
    padding-right: 40px;
    padding-left: 34.25%;
  }
  .feature__list__item .img + .text:before {
    right: 23px;
  }
}
.feature__list__item .img:before {
  content: "";
  position: absolute;
  bottom: -33px;
  left: -89px;
  width: 205px;
  height: 150px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 1264px) {
  .feature__list__item .img:before {
    bottom: -2.6107594937vw;
    left: -7.0411392405vw;
    width: 16.2183544304vw;
    height: 11.8670886076vw;
  }
}
@media not all and (min-width: 769px) {
  .feature__list__item .img:before {
    bottom: -22px;
    left: -42px;
    width: 103px;
    height: 76px;
  }
}
.feature__list__item .img img {
  border-radius: 40px;
  -webkit-box-shadow: 0 0 70px rgba(74, 69, 40, 0.28);
  box-shadow: 0 0 70px rgba(74, 69, 40, 0.28);
}
@media not all and (min-width: 769px) {
  .feature__list__item .img img {
    border-radius: 20px;
    -webkit-box-shadow: 0 0 35px rgba(74, 69, 40, 0.28);
    box-shadow: 0 0 35px rgba(74, 69, 40, 0.28);
  }
}
.feature__list__item .text {
  position: relative;
  z-index: 1;
  width: 81.0833333333%;
  padding: 43px 34.25% 42px 40px;
  border: 2px solid;
  -o-border-image: linear-gradient(to bottom, #9a7a47 0%, #fff 50%, #937a52 100%) 1;
  border-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#9a7a47),
      color-stop(50%, #fff),
      to(#937a52)
    )
    1;
  border-image: linear-gradient(to bottom, #9a7a47 0%, #fff 50%, #937a52 100%) 1;
  background-color: #7b1212;
}
@media not all and (min-width: 769px) {
  .feature__list__item .text {
    width: 100%;
    padding: 28px 16px 146px;
    border-width: 1px;
  }
}
@media (min-width: 769px) {
  .feature__list__item .text + .img {
    right: 40px;
    left: auto;
  }
  .feature__list__item .text + .img:before {
    right: -89px;
    left: auto;
  }
}
.feature__list__item .text:before {
  content: "";
  position: absolute;
  top: -35px;
  right: calc(34.25% + 46px);
  z-index: 1;
  width: 150px;
  height: 150px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 1264px) {
  .feature__list__item .text:before {
    top: -2.7689873418vw;
    width: 11.8670886076vw;
    height: 11.8670886076vw;
  }
}
@media not all and (min-width: 769px) {
  .feature__list__item .text:before {
    top: -17px;
    right: 3px;
    width: 75px;
    height: 75px;
  }
}
.feature__list__item .text .title {
  margin-bottom: 29px;
  font-size: 32px;
  line-height: 1.625;
  letter-spacing: -0.02em;
  white-space: nowrap;
  font-family: "游明朝", YuMincho, "Noto Serif JP", serif;
  font-weight: 400 !important;
}
@media (max-width: 1264px) {
  .feature__list__item .text .title {
    font-size: 2.5316455696vw;
  }
}
@media not all and (min-width: 769px) {
  .feature__list__item .text .title {
    margin-bottom: 21px;
    font-size: 24px;
    line-height: 1.5;
    white-space: normal;
  }
}
@media not all and (min-width: 370px) {
  .feature__list__item .text .title {
    font-size: 18px;
  }
}
@media not all and (min-width: 370px) {
  .feature__list__item .text p {
    font-size: 14px;
  }
}
.feature__list__item .text .title,
.feature__list__item .text p {
  position: relative;
  z-index: 2;
}
.feature__list__item:nth-child(n + 2) {
  margin-top: 65px;
}
@media not all and (min-width: 769px) {
  .feature__list__item:nth-child(n + 2) {
    margin-top: 120px;
  }
}
.feature__list__item:first-child .img:before {
  background-image: url("../images/feature_item1_img_deco.png");
}
.feature__list__item:first-child .text:before {
  background-image: url("../images/feature_item1_text_deco.png");
}
.feature__list__item:nth-child(2) .img:before {
  background-image: url("../images/feature_item2_img_deco.png");
}
.feature__list__item:nth-child(2) .text:before {
  background-image: url("../images/feature_item2_text_deco.png");
}
.feature__list__item:nth-child(3) .img:before {
  background-image: url("../images/feature_item3_img_deco.png");
}
.feature__list__item:nth-child(3) .text:before {
  background-image: url("../images/feature_item3_text_deco.png");
}
.feature__list__item:nth-child(2) .text:before {
  top: -27px;
}
@media (max-width: 1264px) {
  .feature__list__item:nth-child(2) .text:before {
    top: -2.1360759494vw;
  }
}
@media not all and (min-width: 769px) {
  .feature__list__item:nth-child(2) .text:before {
    top: -32px;
    right: -10px;
  }
}
.feature__list__item:nth-child(3) .text:before {
  top: -46px;
  right: -69px;
}
@media (max-width: 1264px) {
  .feature__list__item:nth-child(3) .text:before {
    top: -3.6392405063vw;
    right: -5.4588607595vw;
  }
}
@media not all and (min-width: 769px) {
  .feature__list__item:nth-child(3) .text:before {
    top: 6px;
    right: -18px;
  }
}
.feature__list__item:nth-child(2n) .img:before {
  right: -44px;
  left: auto;
}
.voice {
  padding: 119px 0 115px;
  background: #1f6943 url("../images/voice_bg_pattern.png") repeat left top/650px auto;
}
@media not all and (min-width: 769px) {
  .voice {
    padding: 56px 0 57px;
    background-size: 300px auto;
  }
}
.voice__box {
  position: relative;
  padding: 62px 70px 118px;
  -webkit-box-shadow: 0 0 68px rgba(6, 57, 31, 0.48);
  box-shadow: 0 0 68px rgba(6, 57, 31, 0.48);
  background-color: #fff;
}
@media not all and (min-width: 769px) {
  .voice__box {
    padding: 58px 16px 82px;
    -webkit-box-shadow: 0 0 34px rgba(6, 57, 31, 0.48);
    box-shadow: 0 0 34px rgba(6, 57, 31, 0.48);
  }
}
.voice__box:after,
.voice__box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: -webkit-gradient(linear, left top, left bottom, from(#f8efb7), to(#5d3e09));
  background: linear-gradient(to bottom, #f8efb7, #5d3e09);
}
@media not all and (min-width: 769px) {
  .voice__box:after,
  .voice__box:before {
    height: 3px;
  }
}
.voice__box:after {
  top: auto;
  bottom: 0;
}
.voice__box .frame1,
.voice__box .frame2 {
  position: absolute;
  left: 30px;
  width: calc(100% - 60px);
}
@media not all and (min-width: 769px) {
  .voice__box .frame1,
  .voice__box .frame2 {
    left: 15px;
    width: calc(100% - 30px);
  }
}
.voice__box .frame1:after,
.voice__box .frame1:before,
.voice__box .frame2:after,
.voice__box .frame2:before {
  content: "";
  position: absolute;
  width: 92px;
  height: 92px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media not all and (min-width: 769px) {
  .voice__box .frame1:after,
  .voice__box .frame1:before,
  .voice__box .frame2:after,
  .voice__box .frame2:before {
    width: 46px;
    height: 46px;
  }
}
.voice__box .frame1:before,
.voice__box .frame2:before {
  left: 0;
}
.voice__box .frame1:after,
.voice__box .frame2:after {
  right: 0;
}
.voice__box .frame1 {
  top: 30px;
}
@media not all and (min-width: 769px) {
  .voice__box .frame1 {
    top: 15px;
  }
}
.voice__box .frame1:after,
.voice__box .frame1:before {
  top: 0;
  background-image: url("../images/reason_desc_frame1.png");
}
.voice__box .frame1:after {
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.voice__box .frame2 {
  bottom: 30px;
}
@media not all and (min-width: 769px) {
  .voice__box .frame2 {
    bottom: 15px;
  }
}
.voice__box .frame2:after,
.voice__box .frame2:before {
  bottom: 0;
  background-image: url("../images/reason_desc_frame2.png");
}
.voice__box .frame2:before {
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.voice .sec_ttl {
  color: #b59139;
}
.voice__list {
  margin-top: 53px;
}
@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: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
  padding: 0 8px;
}
@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;
    padding: 0;
  }
}
.voice__list__item .name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  min-width: 358px;
  margin-top: 15px;
  padding: 15px 10px 15px 90px;
  border: 1px solid #978b4b;
  background: #faf3e2 url("../images/voice_icon1.png") no-repeat 16px center/60px auto;
  color: #887129;
  font-family: "游明朝", YuMincho, "Noto Serif JP", serif;
  font-weight: 400 !important;
}
@media not all and (min-width: 769px) {
  .voice__list__item .name {
    width: 100%;
    min-width: auto;
    margin-top: 0;
    padding: 14px 10px 14px 70px;
    background-position: 14px center;
    background-size: 45px auto;
  }
}
.voice__list__item .desc {
  width: 100%;
  margin-left: 31px;
}
@media not all and (min-width: 769px) {
  .voice__list__item .desc {
    margin-top: 18px;
    margin-left: 0;
  }
}
.voice__list__item .desc dl dt {
  color: #887129;
  padding-bottom: 8px;
  margin-bottom: 5px;
  position: relative;
  font-family: "游明朝", YuMincho, "Noto Serif JP", serif;
  font-weight: 400 !important;
}
.voice__list__item .desc dl dt:after {
  content: "";
  width: 30px;
  height: 1px;
  background-color: #887129;
  position: absolute;
  bottom: 0;
  left: 3px;
}
@media not all and (min-width: 769px) {
  .voice__list__item .desc dl dt:after {
    left: 1px;
  }
}
.voice__list__item .desc dl dt:nth-child(n + 2) {
  margin-top: 25px;
}
.voice__list__item .desc dl dd {
  color: #000;
}
.voice__list__item:nth-child(n + 2) {
  margin-top: 28px;
  padding-top: 31px;
  border-top: 1px solid #b59139;
}
@media not all and (min-width: 769px) {
  .voice__list__item:nth-child(n + 2) {
    margin-top: 23px;
    padding-top: 28px;
  }
}
.voice__list__item:nth-child(n + 2):after,
.voice__list__item:nth-child(n + 2):before {
  content: "";
  position: absolute;
  top: -1px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #b59139;
}
.voice__list__item:nth-child(n + 2):before {
  left: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.voice__list__item:nth-child(n + 2):after {
  right: 0;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}
.voice__list__item:first-child .name {
  background-image: url("../images/voice_icon1.png");
}
.voice__list__item:nth-child(2) .name {
  background-image: url("../images/voice_icon2.png");
}
.voice__list__item:nth-child(3) .name {
  background-image: url("../images/voice_icon3.png");
}
.flow {
  position: relative;
  padding: 112px 0 129px;
  overflow: hidden;
  background-color: #1f6943;
}
@media not all and (min-width: 769px) {
  .flow {
    padding: 68px 0 73px;
  }
}
.flow:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: radial-gradient(rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.4));
  pointer-events: none;
}
.flow > * {
  position: relative;
  z-index: 2;
}
.flow__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 943px;
  margin-top: 62px;
}
@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: 39px;
  }
}
.flow__list__item {
  position: relative;
  width: 26.5111346766%;
}
@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%;
  }
}
.flow__list__item .icon {
  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;
  height: 155px;
  padding-top: 13px;
  border-radius: 0 40px;
  background-color: #1c7647;
}
@media not all and (min-width: 769px) {
  .flow__list__item .icon {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 125px;
    height: 77px;
    margin-top: 6px;
    padding-top: 5px;
    border-radius: 0 20px;
    background-size: 50px auto;
  }
}
.flow__list__item .icon img {
  width: 111px;
}
@media not all and (min-width: 769px) {
  .flow__list__item .icon img {
    width: 55px;
  }
}
.flow__list__item .icon:after {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  width: 100%;
  height: 155px;
  background: url("../images/flow_icon_border.png") no-repeat center center/100% 100%;
  pointer-events: none;
}
@media not all and (min-width: 769px) {
  .flow__list__item .icon:after {
    top: 5px;
    left: 5px;
    height: 77px;
  }
}
.flow__list__item__inner {
  width: 100%;
}
@media not all and (min-width: 769px) {
  .flow__list__item__inner {
    margin-left: 6.6666666667vw;
  }
}
.flow__list__item .title {
  margin-top: 25px;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.7;
}
@media not all and (min-width: 769px) {
  .flow__list__item .title {
    margin-top: 0;
    font-weight: 500;
    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: 8px;
    font-size: 14px;
    line-height: 1.5714285714;
  }
}
.flow__list__item .desc a {
  color: #fff;
  text-decoration: underline;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.flow__list__item .desc a:hover {
  color: #b59139;
}
@media not all and (min-width: 769px) {
  .flow__list__item:nth-child(n + 2) {
    margin-top: 59px;
  }
}
.flow__list__item:nth-child(n + 2):before {
  content: "";
  position: absolute;
  top: 177px;
  left: -22%;
  width: 0;
  height: 0;
  border-width: 22px 0 22px 22px;
  border-style: solid;
  border-color: transparent transparent transparent #b59139;
}
@media not all and (min-width: 769px) {
  .flow__list__item:nth-child(n + 2):before {
    top: -34px;
    right: 0;
    left: 0;
    margin: 0 auto;
    border-width: 20px 20px 0 20px;
    border-color: #b59139 transparent transparent transparent;
  }
}
.flow .frame1,
.flow .frame2 {
  position: absolute;
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
  width: 30.9663250366vw;
  height: 3px;
  border-width: 1px 0;
  border-style: solid;
  -o-border-image: linear-gradient(to right, #9a7a47 0%, #fff 50%, #937a52 100%) 1;
  border-image: -webkit-gradient(
      linear,
      left top,
      right top,
      from(#9a7a47),
      color-stop(50%, #fff),
      to(#937a52)
    )
    1;
  border-image: linear-gradient(to right, #9a7a47 0%, #fff 50%, #937a52 100%) 1;
  pointer-events: none;
}
@media not all and (min-width: 769px) {
  .flow .frame1,
  .flow .frame2 {
    width: 211px;
  }
}
.flow .frame1 {
  top: -0.3660322108vw;
  right: -15.4465592972vw;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}
@media not all and (min-width: 769px) {
  .flow .frame1 {
    top: -3px;
    right: -105px;
  }
}
.flow .frame2 {
  bottom: -3.2210834553vw;
  left: -12.2254758419vw;
  -webkit-transform-origin: right top;
  transform-origin: right top;
}
@media not all and (min-width: 769px) {
  .flow .frame2 {
    bottom: -22px;
    left: -83px;
  }
}
.copy {
  padding: 119px 0 121px;
  overflow: hidden;
  background: #8d2020 url("../images/message_bg_pattern.png") repeat left top/650px auto;
}
@media not all and (min-width: 769px) {
  .copy {
    padding: 50px 0 39px;
    background-size: 300px auto;
  }
}
.copy:after,
.copy:before {
  content: "";
  display: block;
  width: 391px;
  height: 64px;
  margin: 0 auto;
  background: url("../images/message_frame.png") no-repeat center center/contain;
}
@media not all and (min-width: 769px) {
  .copy:after,
  .copy:before {
    width: 222px;
    height: 36px;
  }
}
.copy:after {
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}
.copy__title {
  margin: 52px 0 29px;
  font-weight: 400;
  font-size: 40px;
  line-height: 1.6;
  letter-spacing: -0.03em;
  text-align: center;
  font-family: "游明朝", YuMincho, "Noto Serif JP", serif;
  font-weight: 400 !important;
}
@media not all and (min-width: 769px) {
  .copy__title {
    margin: 24px 0 18px;
    font-size: 28px;
    line-height: 1.4464285714;
  }
}
@media not all and (min-width: 370px) {
  .copy__title {
    font-size: 20px;
  }
}
.copy p {
  font-weight: 400;
  font-size: 24px;
  line-height: 2.375;
  letter-spacing: -0.07em;
  text-align: center;
  font-family: "游明朝", YuMincho, "Noto Serif JP", serif;
  font-weight: 400 !important;
}
@media not all and (min-width: 769px) {
  .copy p {
    font-size: 18px;
    line-height: 1.8333333333;
  }
}
.copy .logo {
  width: 189px;
  margin: 43px auto;
}
@media not all and (min-width: 769px) {
  .copy .logo {
    width: 110px;
    margin: 21px auto;
  }
}
/*# sourceMappingURL=styles.css.map */

/* 料金表 */
.price {
  background-image: linear-gradient(#871e1e, #5d1010);
}
.price__container {
  padding-block: 20px;
}

.price__intro {
  text-align: center;
  font-weight: bold;
  line-height: calc(35 / 18);
  margin-top: 55px;
  font-size: 18px;
}

.price__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 35px;
  margin-top: 60px;
}

.price__img {
  width: 100%;
  max-width: 510px;
}
.price__img img {
  width: 100%;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(10, 56, 68, 0.13);
  box-shadow: 0px 0px 20px 0px rgba(10, 56, 68, 0.13);
}
.price__txt {
  font-size: 15px;
  letter-spacing: 0.075em;
  line-height: 1.7333333333;
  margin-top: 20px;
}
.price__content {
  width: 100%;
  max-width: 575px;
}
.price__table {
  width: 100%;
  min-width: 500px;
  table-layout: fixed;
  border-spacing: 0;
  display: table;
  -webkit-box-shadow: 0px 0px 27px 0px rgba(10, 56, 68, 0.13);
  box-shadow: 0px 0px 27px 0px rgba(10, 56, 68, 0.13);
}
.price__table tr {
  display: table-row;
}
.price__table th,
.price__table td {
  display: table-cell;
  border: 3px solid #fff;
  line-height: 1.375;
  height: 60px;
  vertical-align: middle;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
}
.price__table th {
  background-color: #2e2e2e;
  color: #fff;
}
.price__table td {
  color: #333;
}
.price__table td span {
  font-size: 10px;
}
.price__table thead {
  display: table-header-group;
}
.price__table thead .price__table--a {
  background-image: linear-gradient(#871e1e, #5d1010);
}
.price__table thead .price__table--s {
  background-image: linear-gradient(#b0943e, #806820);
}
.price__table thead .price__table--n {
  background-image: linear-gradient(#1f6943, #115231);
}
.price__table tbody {
  display: table-row-group;
}
.price__table tbody .price__table--a {
  background-color: #ffebe9;
}
.price__table tbody .price__table--s {
  background-color: #fffde9;
}
.price__table tbody .price__table--n {
  background-color: #f2fff8;
}

.price__lead {
  text-align: center;
  margin-top: 90px;
  color: #fff;
}
.price__lead span {
  font-size: 28px;
  line-height: calc(60 / 28);
  letter-spacing: 0.1em;
  font-weight: 400;
  font-family: "游明朝", YuMincho, "Noto Serif JP", serif;
  display: inline-block;
  position: relative;
}
.price__lead span::after {
  content: "";
  width: 100%;
  height: 1px;
  display: inline-block;
  background-color: #fff;
  mask-image: linear-gradient(to right, transparent 2%, #fff 50%, transparent 92%);
  position: absolute;
  left: 0;
  bottom: 0;
}
.price__lead + .price__txt {
  text-align: center;
  margin-top: 25px;
}

@media screen and (max-width: 900px) {
  .price__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .price__table {
    min-width: auto;
  }
}
@media screen and (max-width: 768px) {
  .price__container {
    padding-block: 10px;
  }
  .price__intro {
    text-align: left;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: calc(24 / 15);
    margin-top: 35px;
  }
  .price__box {
    margin-top: 15px;
  }
  .price__img .price__txt,
  .price__content .price__txt {
    margin-top: 15px;
  }
  .price__img img {
    display: block;
    max-width: 400px;
    margin-inline: auto;
    -webkit-box-shadow: 0 0 10px 0 rgba(10, 56, 68, 0.13);
    box-shadow: 0 0 10px 0 rgba(10, 56, 68, 0.13);
  }
  .price__table {
    -webkit-box-shadow: 0 0 13px 0 rgba(10, 56, 68, 0.13);
    box-shadow: 0 0 13px 0 rgba(10, 56, 68, 0.13);
  }
  .price__table th,
  .price__table td {
    border: 1px solid #fff;
    line-height: 1.375;
    height: 35px;
    letter-spacing: 0;
  }
  .price__table th {
    color: #fff;
    font-size: 12px;
    line-height: 1.25;
  }
  .price__table td {
    font-size: 12px;
  }
  .price__table td span {
    font-size: 11px;
  }
  .price__table thead th {
    font-size: 11px;
  }
  .price__table thead th:nth-of-type(1) {
    width: 22%;
  }
  .price__table thead th:nth-of-type(2) {
    width: 26%;
  }
  .price__table thead th:nth-of-type(3) {
    width: 26%;
  }
  .price__table thead th:nth-of-type(4) {
    width: 26%;
  }
  .price__table tbody tr:nth-of-type(6) td {
    font-size: 11px;
  }
  .price__txt {
    font-size: 12px;
  }
  .price__lead {
    margin-top: 30px;
  }
  .price__lead span {
    font-size: 15px;
    letter-spacing: -0.1em;
  }
  .price__lead + .price__txt {
    margin-top: 10px;
  }
}

/* ---------- お問い合わせ ----------*/
.form {
  background: #1f6943 url(../images/voice_bg_pattern.png) repeat left top / 650px auto;
  color: #333;
}
.form__container {
  padding-top: 100px;
  max-width: 1080px;
}

@media screen and (max-width: 768px) {
  .form__container {
    padding-top: 60px;
    padding-bottom: 0;
  }
}
.form__wrap {
  border-radius: 5px;
}

@media screen and (max-width: 768px) {
  .form__wrap {
    border-radius: 4px;
  }
}
.form__head {
  background-color: #871e1e;
  border-radius: 5px 5px 0 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;
  padding: 31px;
}

@media screen and (max-width: 768px) {
  .form__head {
    padding: 23px 20px;
    border-radius: 4px 4px 0 0;
  }
}
.form__ttl {
  color: #fff;
  font-weight: bold;
  position: relative;
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .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 screen and (max-width: 768px) {
  .form__ttl::before,
  .form__ttl::after {
    content: none;
  }
}
.form__ttl::before {
  top: 50%;
  left: -17px;
  -webkit-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
}

.form__ttl::after {
  top: 50%;
  right: -17px;
  -webkit-transform: translate(100%, -50%);
  transform: translate(100%, -50%);
}

.form__content {
  background-color: #fff;
  border-radius: 0 0 5px 5px;
  padding: 27px 40px 64px;
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .form__content {
    padding: 23px 20px 32px;
    border-radius: 0 0 4px 4px;
  }
}
.form__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}

@media screen and (max-width: 768px) {
  .form__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }
}
.form__flex .form__item {
  width: 50%;
}

@media screen and (max-width: 768px) {
  .form__flex .form__item {
    width: 100%;
  }
}
.form__inner dt {
  font-weight: bold;
}

.form__inner {
  margin-top: 31px;
}

@media screen and (max-width: 768px) {
  .form__inner {
    margin-top: 20px;
  }
}
.form__inner:first-of-type {
  margin-top: 0;
}

.form__inner .form__caution {
  display: inline-block;
  margin-top: 16px;
}
.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: 768px) {
  .form__inner select {
    font-size: 14px;
    padding: 13px 21px;
    border-radius: 5px;
  }
}

@media screen and (max-width: 768px) {
  .form__inner .form__caution {
    margin-top: 7px;
    font-size: 12px;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 768px) {
  .form__inner dt {
    font-size: 14px;
  }
}
.form__inner dd {
  margin-top: 7px;
}

@media screen and (max-width: 768px) {
  .form__inner dd {
    margin-top: 5px;
  }
}
.form__inner::-webkit-input-placeholder {
  color: #9c9c9c;
  font-weight: bold;
}
.form__inner::-moz-placeholder {
  color: #9c9c9c;
  font-weight: bold;
}
.form__inner:-ms-input-placeholder {
  color: #9c9c9c;
  font-weight: bold;
}
.form__inner::-ms-input-placeholder {
  color: #9c9c9c;
  font-weight: bold;
}
.form__inner::placeholder {
  color: #9c9c9c;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .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 screen and (max-width: 768px) {
  .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%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #871e1e;
  content: "";
}

@media screen and (max-width: 768px) {
  .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 {
  width: 100%;
  border-radius: 10px;
  background-color: #f6f6f6;
  padding: 14px 22px;
  font-weight: bold;
  border: none;
  line-height: 2;
  letter-spacing: 0.075em;
}
.form__inner input[type="text"]::-webkit-input-placeholder,
.form__inner input[type="tel"]::-webkit-input-placeholder,
.form__inner input[type="email"]::-webkit-input-placeholder {
  color: #9c9c9c;
  letter-spacing: 0.075em;
}
.form__inner input[type="text"]::-moz-placeholder,
.form__inner input[type="tel"]::-moz-placeholder,
.form__inner input[type="email"]::-moz-placeholder {
  color: #9c9c9c;
  letter-spacing: 0.075em;
}
.form__inner input[type="text"]:-ms-input-placeholder,
.form__inner input[type="tel"]:-ms-input-placeholder,
.form__inner input[type="email"]:-ms-input-placeholder {
  color: #9c9c9c;
  letter-spacing: 0.075em;
}
.form__inner input[type="text"]::-ms-input-placeholder,
.form__inner input[type="tel"]::-ms-input-placeholder,
.form__inner input[type="email"]::-ms-input-placeholder {
  color: #9c9c9c;
  letter-spacing: 0.075em;
}
.form__inner input[type="text"]::placeholder,
.form__inner input[type="tel"]::placeholder,
.form__inner input[type="email"]::placeholder {
  color: #9c9c9c;
  letter-spacing: 0.075em;
}

@media screen and (max-width: 768px) {
  .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 screen and (max-width: 768px) {
  .form__inner .birth input {
    width: 137px;
    margin-right: 10px;
  }
}
.form__inner .birth span {
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .form__inner .birth span {
    font-size: 14px;
  }
}
.form__inner .radio-type .wpcf7-list-item {
  margin-left: 30px;
}

@media screen and (max-width: 768px) {
  .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 screen and (max-width: 768px) {
  .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 screen and (max-width: 768px) {
  .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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 65px;
  -moz-column-gap: 65px;
  column-gap: 65px;
}

@media screen and (max-width: 768px) {
  .form__inner .radio-school .wpcf7-radio {
    -webkit-column-gap: 53px;
    -moz-column-gap: 53px;
    column-gap: 53px;
  }
}
.form__inner .radio-school .wpcf7-list-item {
  margin-left: 0;
}

@media screen and (max-width: 768px) {
  .form__inner .radio-school .wpcf7-list-item {
    min-width: 110px;
  }
}
@media screen and (max-width: 768px) {
  .form__inner .radio-type,
  .form__inner .radio-area,
  .form__inner .raido-sex,
  .form__inner .radio-school {
    margin-top: 0;
  }
}
.form__btn {
  margin-top: 48px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .form__btn {
    margin-top: 20px;
  }
}
.form__btn .confirm_button {
  max-width: 320px;
  width: 100%;
}

.contact__btn {
  background-color: #871e1e;
  padding: 26px;
  font-size: 20px;
  line-height: 1;
  border-radius: 5px;
  text-align: center;
  font-weight: bold;
  color: white;
  position: relative;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.contact__btn:not([disabled]):hover {
  opacity: 0.7;
}

@media screen and (max-width: 768px) {
  .confirm-area__btn-wrap .contact__btn,
  .confirm-area__btn-wrap .back_button,
  .form__btn .contact__btn,
  .form__btn .back_button {
    max-width: 300px;
    font-size: 16px;
    padding: 17px;
    border-radius: 4px;
  }
  .confirm-area__btn-wrap .contact__btn::before,
  .confirm-area__btn-wrap .back_button::before,
  .form__btn .contact__btn::before,
  .form__btn .back_button::before {
    width: 7px;
    height: 11px;
  }
  .confirm-area__btn-wrap .contact__btn::before,
  .form__btn .contact__btn::before {
    right: 16px;
  }
  .confirm-area__btn-wrap .back_button::before,
  .form__btn .back_button::before {
    left: 16px;
  }
}
/* --- 確認画面 ---*/
.confirm-area__ttl {
  font-size: 24px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .confirm-area__ttl {
    font-size: 18px;
  }
}
.confirm-area__input {
  margin-top: 20px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 40px;
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .confirm-area__btn-wrap {
    -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;
    gap: 20px;
    margin-top: 30px;
  }
}
.confirm-area__btn {
  width: 100%;
  max-width: 250px;
}

.confirm-area__btn button {
  width: 100%;
}

.back_button {
  background-color: gray;
  position: relative;
  padding: 26px;
  font-size: 20px;
  line-height: 1;
  border-radius: 5px;
  text-align: center;
  font-weight: bold;
  color: white;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}

.back_button:hover {
  opacity: 0.7;
}

.wpcf7-radio 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-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 #9d8754;
  border-right: 2px solid #9d8754;
  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) {
  .wpcf7-form-control-wrap:has(select) {
    width: 100%;
  }
}
.thanks .copy p {
  padding-inline: 20px;
}
