@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: unset;
  color: inherit;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23adb5bd' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e") right 0.75rem center/16px 12px;
  background-repeat: no-repeat;
}

input, textarea {
  border: unset;
}
input:focus-visible, textarea:focus-visible {
  outline: unset;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #c2c2c2;
  font-weight: normal;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #c2c2c2;
  font-weight: normal;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #c2c2c2;
  font-weight: normal;
}
input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #c2c2c2;
  font-weight: normal;
}
input::placeholder, textarea::placeholder {
  color: #c2c2c2;
  font-weight: normal;
}

button {
  border: none;
  cursor: pointer;
  font-family: inherit;
  background: unset;
}

input, select, textarea {
  font-size: inherit;
  font-family: inherit;
}

.eff {
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.eff.slidein-left {
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.eff.slidein-right {
  -webkit-transform: translate(50%, 0);
          transform: translate(50%, 0);
}
.eff.slidein-up {
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.eff.slidein-bottom {
  -webkit-transform: translate(0, 100px);
          transform: translate(0, 100px);
}
.eff.fly-top-r {
  -webkit-transform: translate(100px, -100px);
          transform: translate(100px, -100px);
}
.eff.fly-top-l {
  -webkit-transform: translate(-100px, -100px);
          transform: translate(-100px, -100px);
}
.eff.fly-bottom-r {
  -webkit-transform: translate(100px, 100px);
          transform: translate(100px, 100px);
}
.eff.rotate {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  -webkit-transition: all 1s;
  transition: all 1s;
}
.eff.scale::before {
  -webkit-transition: 1s;
  transition: 1s;
  scale: 1.2;
}
.eff.scrollin {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
  scale: 1;
}
.eff.scrollin::before {
  scale: 1;
}

@-webkit-keyframes rotate-anime {
  0% {
    rotate: 0deg;
  }
  100% {
    rotate: 360deg;
  }
}

@keyframes rotate-anime {
  0% {
    rotate: 0deg;
  }
  100% {
    rotate: 360deg;
  }
}
@-webkit-keyframes rotate-to {
  0% {
    -webkit-transform: skew(-35deg, 0deg);
            transform: skew(-35deg, 0deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: 0deg, 0deg;
            transform: 0deg, 0deg;
    opacity: 1;
  }
}
@keyframes rotate-to {
  0% {
    -webkit-transform: skew(-35deg, 0deg);
            transform: skew(-35deg, 0deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: 0deg, 0deg;
            transform: 0deg, 0deg;
    opacity: 1;
  }
}
@-webkit-keyframes rotate-speed {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  60% {
    -webkit-transform: rotate(-60deg);
            transform: rotate(-60deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate-speed {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  60% {
    -webkit-transform: rotate(-60deg);
            transform: rotate(-60deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  color: #232323;
  line-height: 1.4;
  font-size: clamp(12px, 4px + 2.86vw, 16px);
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.15em;
  background: #F6F7F5;
}
body.ready {
  font-family: "IBM Plex Sans JP", sans-serif;
}
@media screen and (min-width: 768px) {
  body {
    font-size: clamp(16px, 12.44px + 0.46vw, 18px);
  }
}

.container {
  max-width: 1118px;
  margin: 0 auto;
  padding: 0 15px;
  width: 100%;
}

.br-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .br-sp {
    display: inline-block;
  }
}

@media screen and (max-width: 767px) {
  .br-pc {
    display: none;
  }
}

img {
  width: 100%;
  height: auto;
}

p {
  line-height: 1.9;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: clamp(18px, -15322px + 2000vw, 38px);
  z-index: 10;
}
.header .container {
  max-width: 1372px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header__logo {
  max-width: 276px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.header__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(5px, -3.62px + 3.08vw, 20px);
  background: #000;
  border-radius: 5px;
  padding: 16px clamp(5px, -3.62px + 3.08vw, 20px) 12px;
  font-weight: 700;
  color: #fff;
  font-size: clamp(12px, 1.71px + 2.86vw, 16px);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header__contact::before {
  content: "";
  min-width: clamp(15px, 9.25px + 2.05vw, 25px);
  aspect-ratio: 1;
  background: url("../img/top/icon-email.svg") no-repeat center/contain;
  display: inline-block;
}
.header__contact::after {
  content: "";
  min-width: clamp(5px, 1.55px + 1.23vw, 11px);
  aspect-ratio: 0.69;
  background: url("../img/top/btn-arr.svg") no-repeat center/contain;
  display: inline-block;
}
.header__contact:hover {
  background: #fff;
  color: initial;
  outline: solid 2px #000;
}
.header__contact:hover::after, .header__contact:hover::before {
  -webkit-filter: invert(1);
          filter: invert(1);
}
.header__txt {
  font-weight: 700;
  font-size: clamp(8px, -4.73px + 4.55vw, 18px);
  line-height: 1.7;
}
.header.scroll {
  position: fixed;
  background: rgba(255, 255, 255, 0.8);
  padding: 10px 0;
}
.header.scroll .header__txt {
  font-size: clamp(8px, -4.73px + 4.55vw, 18px);
}
@media screen and (min-width: 768px) {
  .header__contact {
    padding: 22px 20px 18px;
  }
  .header__contact::before, .header__contact::after {
    -webkit-transform: translateY(-0.1em);
            transform: translateY(-0.1em);
  }
  .header__txt {
    font-size: 25px;
  }
  .header.scroll .header__logo {
    max-width: 200px;
  }
  .header.scroll .header__txt {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .header__logo {
    max-width: 160px;
  }
}

#page-top .header:not(.scroll) .header__contact {
  display: none;
}

.footer {
  background: #232323;
  padding: 65px 0 clamp(65px, 11585px + -1500vw, 80px);
  color: #fff;
}
.footer__tel {
  margin: 50px 0 60px;
}
.footer__tel a {
  font-size: clamp(30px, 18.5px + 4.11vw, 50px);
  color: #E5E0A4;
  font-weight: 700;
}
.footer__tel a::before {
  content: "";
  min-width: clamp(22px, 12.23px + 3.49vw, 39px);
  aspect-ratio: 1;
  background: url("../img/top/footer-tel.svg") no-repeat center/contain;
  display: inline-block;
  margin-right: clamp(4px, -1.75px + 2.05vw, 14px);
}
.footer__tel p {
  font-weight: 600;
  line-height: 1.4;
}
.footer__logo img {
  max-width: 313px;
  -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7480%) hue-rotate(49deg) brightness(100%) contrast(104%);
          filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7480%) hue-rotate(49deg) brightness(100%) contrast(104%);
}
.footer__list {
  margin: 60px 0;
  color: #E5E0A4;
  font-weight: 600;
}
.footer__list a:hover {
  text-decoration: underline;
}
.footer__copyright {
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .footer__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 50px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .footer__list-item:not(:first-child) {
    margin-top: 20px;
  }
}

:root {
  --secondary-font: "LOGOG_EG";
}

main {
  overflow: hidden;
}

.list__stl,
.note__stl {
  padding-left: 1em;
  position: relative;
  display: inline-block;
}
.list__stl::before,
.note__stl::before {
  content: "・";
  position: absolute;
  left: 0;
}

.note__stl::before {
  content: "※";
}

.btn__primary {
  padding: 22px clamp(28px, -11.11px + 5.09vw, 50px) 18px;
  background: -webkit-gradient(linear, left top, right top, from(#41BC68), to(#8DEC14));
  background: linear-gradient(to right, #41BC68, #8DEC14);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  font-size: clamp(16px, 5.33px + 1.39vw, 22px);
  font-weight: 700;
  border-radius: 5px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  z-index: 2;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  overflow: hidden;
}
.btn__primary::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#8DEC14), to(#91ff00));
  background: linear-gradient(to right, #8DEC14, #91ff00);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  left: -100%;
  top: 0;
  z-index: -1;
}
.btn__primary::after {
  content: "";
  min-width: clamp(10px, 7.13px + 1.03vw, 15px);
  aspect-ratio: 0.63;
  background: url("../img/top/btn-arr.svg") no-repeat center/contain;
  display: inline-block;
  -webkit-transform: translateY(-0.1em);
          transform: translateY(-0.1em);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn__primary:hover {
  color: initial;
}
.btn__primary:hover::before {
  left: 0;
}
.btn__primary:hover::after {
  -webkit-filter: invert(1);
          filter: invert(1);
}

.to__top {
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 9;
  display: none;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  text-align: center;
}

h2::before {
  content: "";
  min-width: 48px;
  aspect-ratio: 2.53;
  background: url("../img/top/icon-h2.svg") no-repeat center/contain;
  display: inline-block;
}
h2 .en {
  font-size: clamp(30px, 12.22px + 2.31vw, 40px);
  font-weight: 500;
  letter-spacing: 0.05em;
  display: inline-block;
  margin: 10px 0;
  text-transform: uppercase;
}
h2 .ja {
  font-weight: 700;
  color: #AEAEAE;
}
h2.light {
  color: #fff;
}
h2.light .ja {
  color: #DDDDDD;
}
h2.light::before {
  -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7480%) hue-rotate(49deg) brightness(100%) contrast(104%);
          filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7480%) hue-rotate(49deg) brightness(100%) contrast(104%);
}

.cm__contact {
  max-width: 1088px;
  margin: 0 auto;
  padding: 63px 15px;
}
.cm__contact.bg {
  background: url("../img/top/cm-contact-bg.jpg") no-repeat center/cover;
}
.cm__contact h2 .ja {
  color: initial;
}
.cm__contact-txt {
  margin: 45px 0 5px;
  font-weight: 600;
  font-size: clamp(16px, 13.7px + 0.82vw, 20px);
}
.cm__contact .btn__primary {
  margin: 0 auto;
}

body > img:nth-of-type(1) {
  width: 1px;
  height: 1px;
  display: none;
}

.sub__main {
  padding: 30px 0;
  margin-top: 100px;
  background: #232323;
}
@media screen and (min-width: 768px) {
  .sub__main {
    margin-top: 180px;
  }
}

h1::before {
  content: "";
  min-width: 48px;
  aspect-ratio: 2.53;
  background: url("../img/top/icon-h2.svg") no-repeat center/contain;
  display: inline-block;
}
h1 .en {
  font-size: clamp(30px, 12.22px + 2.31vw, 40px);
  font-weight: 500;
  letter-spacing: 0.05em;
  display: inline-block;
  margin: 10px 0;
  text-transform: uppercase;
}
h1 .ja {
  font-weight: 700;
  color: #AEAEAE;
}
h1.light {
  color: #fff;
}
h1.light .ja {
  color: #DDDDDD;
}
h1.light::before {
  -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7480%) hue-rotate(49deg) brightness(100%) contrast(104%);
          filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7480%) hue-rotate(49deg) brightness(100%) contrast(104%);
}

.thanks__banner {
  text-align: center;
}
.thanks__banner .strong {
  color: #41BC68;
}

.privacy__content {
  padding: 100px 0;
  text-align: left;
  background: url("../img/top/intro-bg.jpg") repeat-y;
  background-size: 100% auto;
}
.privacy__content p {
  margin-bottom: 35px;
}
.privacy__content p span {
  font-weight: 700;
}
.privacy__content h2, .privacy__content h3 {
  font-weight: 800;
  margin: 35px 0 20px;
}
.privacy__content ol {
  list-style: decimal;
  padding: 20px 0 0 25px;
}
.privacy__content ol li + li {
  margin-top: 15px;
}
.privacy__content .fBold {
  font-weight: 800;
}

.company__content .container {
  max-width: 714px;
}
.company__content dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: solid 1px #232323;
  line-height: 1.7;
}
.company__content dl:first-child {
  border-top: solid 1px #232323;
}
.company__content dl dt {
  width: 130px;
  font-weight: bold;
  color: #232323;
  padding: 20px 20px;
  border-left: solid 1px #232323;
  border-right: solid 1px #232323;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .company__content dl dt {
    width: clamp(172px, 143.56px + 3.7vw, 188px);
  }
}
.company__content dl dd {
  padding: 20px 20px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-right: solid 1px #232323;
}

.wrap-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 50px;
}

.contact__content-form {
  padding: clamp(70px, 62.53px + 2.67vw, 83px) clamp(30px, -48.22px + 10.19vw, 74px);
  position: relative;
  border: 3px solid #444;
  z-index: 2;
  background: #fff;
}
.contact__content-form::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: calc(100% - clamp(30px, 12.22px + 2.31vw, 40px));
  height: calc(100% + clamp(30px, 12.22px + 2.31vw, 40px));
  border: 3px solid #444;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #fff;
  mix-blend-mode: multiply;
}
.contact__content-form h2 {
  text-align: center;
  font-weight: 700;
  color: #88801D;
  font-size: clamp(24px, 13.33px + 1.39vw, 30px);
}
.contact__content-form h2::before {
  content: unset;
}
.contact__content-form .confirm-title {
  display: none;
  text-align: center;
  margin-top: 20px;
}
.contact__content-form .tab {
  display: none;
}
.contact__content-form .tab.current {
  display: block;
  margin-top: 30px;
}
.contact__content-form .tab.confirm .row__field {
  margin-bottom: 5px;
}
.contact__content-form .tab.confirm .row.date .row__field {
  margin-top: unset;
}
.contact__content-form h3 {
  text-align: center;
  font-size: clamp(18px, 10.89px + 0.93vw, 22px);
  margin: 60px 0 40px;
}
.contact__content-form h3,
.contact__content-form .add,
.contact__content-form .privacy,
.contact__content-form .agree,
.contact__content-form .single {
  grid-column: 1/3;
}
.contact__content-form .row .required::after {
  content: "必須";
  color: #e72424;
  font-size: clamp(10px, 7.7px + 0.82vw, 14px);
  vertical-align: top;
  margin-left: 10px;
}
.contact__content-form .row.ver {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
}
.contact__content-form .row.ver .row__field {
  margin-top: auto;
}
.contact__content-form .row__title {
  font-weight: 500;
}
.contact__content-form .row__field {
  position: relative;
}
.contact__content-form .row__field input {
  width: 100%;
  height: 36px;
  border-bottom: solid 2px #000;
  background: transparent;
  border-radius: 0;
}
.contact__content-form .row__field input:not([type=file]) {
  font-size: clamp(16px, -1518px + 200vw, 18px);
}
.contact__content-form .row__field input + .abs {
  position: absolute;
  left: 0;
  bottom: 11px;
  color: #888;
  z-index: -1;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
.contact__content-form .row__field input:focus + .abs {
  -webkit-transform: translateY(-24px);
          transform: translateY(-24px);
  font-weight: 500;
  color: initial;
}
.contact__content-form .row__field input:not(:-moz-placeholder-shown) + .abs {
  transform: translateY(-24px);
  font-weight: 500;
  color: initial;
}
.contact__content-form .row__field input:not(:-ms-input-placeholder) + .abs {
  transform: translateY(-24px);
  font-weight: 500;
  color: initial;
}
.contact__content-form .row__field input:not(:placeholder-shown) + .abs {
  -webkit-transform: translateY(-24px);
          transform: translateY(-24px);
  font-weight: 500;
  color: initial;
}
.contact__content-form .row__radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px 0;
}
.contact__content-form .row__radio.sp {
  margin-top: 10px;
  gap: 10px;
}
.contact__content-form .row__radio.sp label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.contact__content-form .row__radio select {
  width: 100%;
  height: 36px;
  border: unset;
  border-bottom: solid 2px #000;
  font-size: clamp(16px, -1518px + 200vw, 18px);
  border-radius: 0;
}
.contact__content-form .row__radio select:focus {
  outline: unset;
}
.contact__content-form .row__radio label:not(:last-child) {
  margin-right: clamp(10px, -7.78px + 2.31vw, 20px);
}
.contact__content-form .row.date .row__field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-top: 30px;
}
.contact__content-form .row.date .row__field .date__col {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.contact__content-form .row.addr .row__field {
  margin-top: 10px;
  display: block;
}
.contact__content-form .row.addr .row__field .date__col:first-child {
  display: block;
}
.contact__content-form .row.addr .row__field .date__col:nth-of-type(2) input {
  margin-top: auto;
}
.contact__content-form .add {
  text-align: center;
}
.contact__content-form .privacy {
  height: 260px;
  padding: 20px 10px;
  overflow-y: scroll;
  background-color: #333;
  color: #fff;
  border: 1px solid #ababab;
}
@media screen and (max-width: 767px) {
  .contact__content-form .privacy {
    font-size: clamp(10px, 7.7px + 0.82vw, 14px);
  }
}
.contact__content-form .privacy p {
  margin-bottom: 20px;
}
.contact__content-form .privacy p:last-child {
  margin-bottom: unset;
}
.contact__content-form .privacy .ttl-top {
  margin-bottom: 20px;
  font-weight: 700;
}
.contact__content-form .privacy .ttl {
  margin-bottom: 8px;
}
.contact__content-form .agree {
  text-align: center;
}
.contact__content-form .agree span {
  font-weight: 700;
}
.contact__content-form .agree label.error {
  display: block;
}
.contact__content-form .btn_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
}
.contact__content-form .btn_area .btn__primary {
  line-height: 1.4;
}
.contact__content-form .btn_area .btn__primary::after {
  -webkit-transform: unset;
          transform: unset;
}
.contact__content-form .btn_area .btn__back {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.contact__content-form .btn_area .btn__back::after {
  rotate: 180deg;
}
.contact__content-form label.error {
  color: #e72424;
  font-size: clamp(10px, 7.7px + 0.82vw, 14px);
}
.contact__content-form [type=radio],
.contact__content-form [type=checkbox] {
  width: 20px;
  aspect-ratio: 1;
  -webkit-transform: translateY(0.2em);
          transform: translateY(0.2em);
  margin-right: 5px;
}
@media screen and (min-width: 768px) {
  .contact__content-form .tab.current {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px 20px;
  }
  .contact__content-form .row.addr .row__field {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px 20px;
  }
  .contact__content-form .row.addr .row__field .ver .date__col {
    margin-top: auto;
  }
  .contact__content-form h3 {
    margin: 30px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .contact__content-form .row {
    margin-bottom: 50px;
  }
  .contact__content-form .privacy {
    margin: 40px 0;
  }
}

#form-sending .sending-mask {
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  z-index: 2000;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
}
#form-sending .sending-content {
  width: 100%;
  height: 80px;
  margin-top: -40px;
  position: fixed;
  left: 0;
  top: 50%;
  text-align: center;
  z-index: 2001;
  font-size: 42px;
  color: #fff;
  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;
}
#form-sending .sending-content img {
  height: 60px;
  width: auto;
  vertical-align: bottom;
}

.thanks-section {
  padding: 100px 0;
  text-align: left;
  background: url(../img/top/intro-bg.jpg) repeat-y;
  background-size: 100% auto;
  letter-spacing: 0.01em;
}
.thanks-section .subtitle {
  color: #41BC68;
  font-size: 1.14em;
  margin-bottom: 1em;
  text-align: center;
  font-weight: bold;
  line-height: 1.5;
}
.thanks-section .subtitle.-large {
  font-size: 35px;
}
@media screen and (max-width: 767px) {
  .thanks-section .subtitle.-large {
    font-size: 24px;
  }
}
.thanks-section p + p {
  margin-top: 1em;
}
.thanks-section .element-button {
  color: #fff;
  background-color: #32373c;
  border-radius: 9999px;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-decoration: none;
  padding: calc(0.667em + 2px) calc(1.333em + 2px);
  font-size: 1.125em;
  background-color: #06c755;
  display: block;
  max-width: 460px;
  line-height: 1.2;
  margin-left: auto;
  margin-right: auto;
  font-weight: bold;
  -webkit-transition: 0.25s ease-out;
  transition: 0.25s ease-out;
}
.thanks-section .element-button:hover {
  opacity: 0.68;
}
.thanks-section .img img {
  width: 270px;
}

.thanks-content {
  text-align: center;
}

.line-content {
  margin-top: 60px;
  text-align: center;
}
.line-content .fs15 {
  font-size: 15px;
}