@charset "UTF-8";
/* ========================================

common

======================================== */
/* Zen Kaku Gothic New
Light : 300
Regular : 400
Medium : 500
Bold : 700
Black : 900
*/
.en_r,
.page_title .en,
.inquiry ul li .box_text h2 .en {
  font-family: 'Outfit', sans-serif;
  font-weight: 400;
}

.en_m,
.scroll,
.hl_en,
.hl_en_rl,
.inquiry ul li .box_text .btn a strong {
  font-family: 'Outfit', sans-serif;
  font-weight: 500;
}

.en_sb,
.inquiry ul li .box_text .num,
.inquiry ul li .box_text .note span {
  font-family: 'Outfit', sans-serif;
  font-weight: 600;
}

.en_b {
  font-family: 'Outfit', sans-serif;
  font-weight: 700;
}

.f_mx {
  font-family:
    'Outfit', 'Zen Kaku Gothic New', 'Noto Sans JP', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'MS PGothic',
    'MS Pゴシック', sans-serif;
}

.f_jp {
  font-family:
    'Zen Kaku Gothic New', 'Noto Sans JP', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'MS PGothic',
    'MS Pゴシック', sans-serif;
}

.p_hover a:hover {
  opacity: 0.7;
}

.svg {
  width: 100%;
  height: auto;
}
.svg.c_white svg {
  fill: #fff;
}
.svg.c_black svg {
  fill: #000;
}

.img-fit {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.img-fit::before {
  width: 100%;
  height: 0;
  content: '';
  display: block;
  padding-top: 100%;
  position: relative;
}
.img-fit img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 1;
  -webkit-transition: all 0.3s cubic-bezier(0.33, 1, 0.68, 1);
  transition: all 0.3s cubic-bezier(0.33, 1, 0.68, 1);
}

.replace_img {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
}

.l_tel {
  pointer-events: none;
}

.c_key {
  color: var(--c_key1);
}

.ta_center {
  text-align: center;
}

@media screen and (max-width: 800px) {
  .l_tel {
    pointer-events: auto;
  }
}
/* ========================================

inview

======================================== */
.is-fade > *:not(.is-not) {
  opacity: 0;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: all 0.6s cubic-bezier(0.33, 1, 0.68, 1);
  transition: all 0.6s cubic-bezier(0.33, 1, 0.68, 1);
}
.is-fade.fadeIn > *:not(.is-not) {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.box-fade {
  opacity: 0;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: all 0.6s cubic-bezier(0.33, 1, 0.68, 1);
  transition: all 0.6s cubic-bezier(0.33, 1, 0.68, 1);
}
.box-fade.fadeIn {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.is-fade > *:not(.is-not):nth-child(0) {
  -webkit-transition-delay: 100ms;
  transition-delay: 100ms;
}

.is-fade > *:not(.is-not):nth-child(1) {
  -webkit-transition-delay: 220ms;
  transition-delay: 220ms;
}

.is-fade > *:not(.is-not):nth-child(2) {
  -webkit-transition-delay: 340ms;
  transition-delay: 340ms;
}

.is-fade > *:not(.is-not):nth-child(3) {
  -webkit-transition-delay: 460ms;
  transition-delay: 460ms;
}

.is-fade > *:not(.is-not):nth-child(4) {
  -webkit-transition-delay: 580ms;
  transition-delay: 580ms;
}

.is-fade > *:not(.is-not):nth-child(5) {
  -webkit-transition-delay: 700ms;
  transition-delay: 700ms;
}

.is-fade > *:not(.is-not):nth-child(6) {
  -webkit-transition-delay: 820ms;
  transition-delay: 820ms;
}

.is-fade > *:not(.is-not):nth-child(7) {
  -webkit-transition-delay: 940ms;
  transition-delay: 940ms;
}

.is-fade > *:not(.is-not):nth-child(8) {
  -webkit-transition-delay: 1060ms;
  transition-delay: 1060ms;
}

.is-fade > *:not(.is-not):nth-child(9) {
  -webkit-transition-delay: 1180ms;
  transition-delay: 1180ms;
}

.is-fade > *:not(.is-not):nth-child(10) {
  -webkit-transition-delay: 1300ms;
  transition-delay: 1300ms;
}

.is-fade > *:not(.is-not):nth-child(11) {
  -webkit-transition-delay: 1420ms;
  transition-delay: 1420ms;
}

.is-fade > *:not(.is-not):nth-child(12) {
  -webkit-transition-delay: 1540ms;
  transition-delay: 1540ms;
}

.is-fade > *:not(.is-not):nth-child(13) {
  -webkit-transition-delay: 1660ms;
  transition-delay: 1660ms;
}

.is-fade > *:not(.is-not):nth-child(14) {
  -webkit-transition-delay: 1780ms;
  transition-delay: 1780ms;
}

.is-fade > *:not(.is-not):nth-child(15) {
  -webkit-transition-delay: 1900ms;
  transition-delay: 1900ms;
}

.is-fade > *:not(.is-not):nth-child(16) {
  -webkit-transition-delay: 2020ms;
  transition-delay: 2020ms;
}

.is-fade > *:not(.is-not):nth-child(17) {
  -webkit-transition-delay: 2140ms;
  transition-delay: 2140ms;
}

.is-fade > *:not(.is-not):nth-child(18) {
  -webkit-transition-delay: 2260ms;
  transition-delay: 2260ms;
}

.is-fade > *:not(.is-not):nth-child(19) {
  -webkit-transition-delay: 2380ms;
  transition-delay: 2380ms;
}

.is-fade > *:not(.is-not):nth-child(20) {
  -webkit-transition-delay: 2500ms;
  transition-delay: 2500ms;
}

/* ========================================

button

======================================== */
.line,
.line_h,
.line_v {
  display: block;
  border-radius: 1px;
  background-color: var(--c_base1);
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.line::before,
.line_h::before,
.line_v::before,
.line::after,
.line_h::after,
.line_v::after {
  content: '';
  display: block;
  background-color: var(--c_base1);
  border-radius: 1px;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.line_h {
  width: 35px;
  height: 2px;
  margin-right: 20px;
  margin-left: clamp(10px, 1.1689vw, 18px);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: end;
  align-content: flex-end;
}
.line_h::before,
.line_h::after {
  width: 5px;
  height: 2px;
  margin-left: 5px;
  -webkit-transform: translateX(35px);
  transform: translateX(35px);
}
.line_v {
  width: 2px;
  height: 35px;
  margin: 20px 0 0 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}
.line_v::before,
.line_v::after {
  width: 2px;
  height: 5px;
  margin-top: 5px;
  -webkit-transform: translateY(35px);
  transform: translateY(35px);
}

@media screen and (max-width: 800px) {
  .line_h {
    height: 1.5px;
  }
  .line_h::before,
  .line_h::after {
    height: 1.5px;
  }
  .line_v {
    width: 1.5px;
    margin: 20px 0 0 0;
  }
  .line_v::before,
  .line_v::after {
    width: 1.5px;
  }
}
.ico_arrow {
  position: relative;
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.3s cubic-bezier(0.33, 1, 0.68, 1);
  transition: all 0.3s cubic-bezier(0.33, 1, 0.68, 1);
}
.ico_arrow::before,
.ico_arrow::after {
  width: 3.5px;
  height: 2px;
  content: '';
  display: block;
  margin-right: 2px;
  background-color: #fff;
  border-radius: 1px;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.ico_arrow > span {
  width: 20px;
  height: 2px;
  display: block;
  background-color: #fff;
  border-radius: 1px;
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  -webkit-transition: all 0.3s cubic-bezier(0.33, 1, 0.68, 1);
  transition: all 0.3s cubic-bezier(0.33, 1, 0.68, 1);
}
.ico_arrow > span::before,
.ico_arrow > span::after {
  width: 7px;
  height: 2px;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #fff;
  border-radius: 1px;
}
.ico_arrow > span::before {
  -webkit-transform: translateY(1px) rotate(45deg);
  transform: translateY(1px) rotate(45deg);
  -webkit-transform-origin: 100% 0%;
  transform-origin: 100% 0%;
}
.ico_arrow > span::after {
  -webkit-transform: translateY(-1px) rotate(-45deg);
  transform: translateY(-1px) rotate(-45deg);
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}
.ico_arrow.black::before,
.ico_arrow.black::after {
  background-color: #222;
}
.ico_arrow.black > span {
  background-color: #222;
}
.ico_arrow.black > span::before,
.ico_arrow.black > span::after {
  background-color: #222;
}

a:hover .ico_arrow > span,
button:hover .ico_arrow > span {
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transform: scaleX(1.25);
  transform: scaleX(1.25);
}
a:hover .ico_arrow > span::before,
button:hover .ico_arrow > span::before {
  -webkit-transform: scaleX(0.8) translate(5%, 50%) rotate(45deg);
  transform: scaleX(0.8) translate(5%, 50%) rotate(45deg);
}
a:hover .ico_arrow > span::after,
button:hover .ico_arrow > span::after {
  -webkit-transform: scaleX(0.8) translate(-5%, -50%) rotate(-45deg);
  transform: scaleX(0.8) translate(-5%, -50%) rotate(-45deg);
}

@media screen and (max-width: 800px) {
  .ico_arrow::before,
  .ico_arrow::after {
    width: 2.5px;
    height: 1px;
  }
  .ico_arrow span {
    width: 20px;
    height: 1px;
  }
  .ico_arrow span::before,
  .ico_arrow span::after {
    width: 5.5px;
    height: 1px;
  }
  .ico_arrow span::before {
    -webkit-transform: translate(3%, 50%) rotate(45deg);
    transform: translate(3%, 50%) rotate(45deg);
  }
  .ico_arrow span::after {
    -webkit-transform: translate(3%, -50%) rotate(-45deg);
    transform: translate(3%, -50%) rotate(-45deg);
  }
}
.btn_base {
  font-size: 15px;
  letter-spacing: 0.06em;
  max-width: 280px;
  height: 60px;
}
.btn_base a,
.btn_base button {
  color: #fff;
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  cursor: pointer;
  padding: 0 16px 2px 0;
  background-color: var(--c_base1);
  border-radius: 60px;
  -webkit-transition: all 0.3s cubic-bezier(0.33, 1, 0.68, 1);
  transition: all 0.3s cubic-bezier(0.33, 1, 0.68, 1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.btn_base a .ico_arrow,
.btn_base button .ico_arrow {
  position: absolute;
  top: calc(50% - 1px);
  right: 30px;
}
.btn_base a:hover,
.btn_base button:hover {
  background-color: var(--c_key1);
}

@media screen and (max-width: 800px) {
  .btn_base {
    max-width: 280px;
    height: 60px;
  }
  .btn_base a,
  .btn_base button {
    font-size: 14px;
  }
}
.btn_circle,
.btn_circle_l,
.btn_circle_d {
  font-size: clamp(13px, 0.974vw, 15px);
  font-weight: 500;
  text-align: center;
  line-height: 1.625;
  width: clamp(108px, 8.7012vw, 134px);
  height: clamp(108px, 8.7012vw, 134px);
  border-radius: 50%;
  position: relative;
  z-index: 2;
  border-radius: 50%;
}
.btn_circle a,
.btn_circle_l a,
.btn_circle_d a {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  background-color: var(--c_base2);
  border: 2px solid var(--c_base2);
  border-radius: 50%;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.btn_circle a::before,
.btn_circle_l a::before,
.btn_circle_d a::before {
  width: 100%;
  height: 100%;
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
  border: 2px solid var(--c_base1);
}
.btn_circle a .ico_arrow,
.btn_circle_l a .ico_arrow,
.btn_circle_d a .ico_arrow {
  margin-top: clamp(12px, 1.41666vw, 17px);
}
.btn_circle_l a .ico_arrow::before,
.btn_circle_l a .ico_arrow::after {
  background-color: var(--c_base1);
}
.btn_circle_l a .ico_arrow > span {
  background-color: var(--c_base1);
}
.btn_circle_l a .ico_arrow > span::before,
.btn_circle_l a .ico_arrow > span::after {
  background-color: var(--c_base1);
}
.btn_circle_l a:hover {
  background-color: var(--c_base3);
}
.btn_circle_d a {
  color: var(--c_base2);
  background-color: var(--c_base1);
  border-color: var(--c_base1);
}
.btn_circle_d a::before {
  border-color: var(--c_base2);
}
.btn_circle_d a:hover {
  border-color: var(--c_key1);
  background-color: var(--c_key1);
}

.btn_border,
.btn_border_l,
.btn_border_d {
  font-size: clamp(11px, 2vw, 14px);
  font-weight: 500;
  letter-spacing: 0.06em;
  width: 210px;
  max-width: 280px;
  height: clamp(30px, 10.2565vw, 60px);
}
.btn_border a,
.btn_border_l a,
.btn_border_d a {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  border-radius: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.btn_border a .ico_arrow,
.btn_border_l a .ico_arrow,
.btn_border_d a .ico_arrow {
  position: absolute;
  top: calc(50% - 1px);
  right: 20px;
}
.btn_border a .ico_arrow > span,
.btn_border_l a .ico_arrow > span,
.btn_border_d a .ico_arrow > span {
  width: 13px;
}
.btn_border a:hover,
.btn_border_l a:hover,
.btn_border_d a:hover {
  background-color: var(--c_key1);
}
.btn_border_l {
  color: var(--c_base1);
}
.btn_border_l a {
  background-color: var(--c_base2);
  border: 1.5px solid var(--c_base1);
}
.btn_border_l a .ico_arrow::before,
.btn_border_l a .ico_arrow::after {
  background-color: var(--c_base1);
}
.btn_border_l a .ico_arrow > span {
  background-color: var(--c_base1);
}
.btn_border_l a .ico_arrow > span::before,
.btn_border_l a .ico_arrow > span::after {
  background-color: var(--c_base1);
}
.btn_border_l a:hover {
  background-color: var(--c_base3);
}
.btn_border_d {
  color: #fff;
  border-radius: 60px;
  border: 1.5px solid var(--c_base1);
}
.btn_border_d a {
  background-color: var(--c_base1);
  border: 1.5px solid var(--c_base2);
}

.scroll {
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  position: absolute;
  left: 0;
  width: 80px;
  height: 100vh;
  padding-bottom: 100px;
  padding-right: 2px;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.scroll::after {
  width: 2px;
  height: 40px;
  content: '';
  display: block;
  margin-top: 26px;
  background-color: var(--c_base1);
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  -webkit-animation: scroll cubic-bezier(0.33, 1, 0.68, 1) 3s infinite;
  animation: scroll cubic-bezier(0.33, 1, 0.68, 1) 3s infinite;
}
.scroll .bar {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.scroll .bar::before,
.scroll .bar::after {
  width: 2px;
  height: 5px;
  content: '';
  display: block;
  margin-top: 5px;
  background-color: var(--c_base1);
  border-radius: 1px;
}
.scroll .bar::before {
  -webkit-animation: scroll2 linear 3s infinite;
  animation: scroll2 linear 3s infinite;
}
.scroll .bar::after {
  -webkit-animation: scroll3 linear 3s infinite;
  animation: scroll3 linear 3s infinite;
}

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    transform-origin: top;
  }
  40% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: top;
    transform-origin: top;
  }
  50% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
  }
  90% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
  }
  100% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
  }
}

@keyframes scroll {
  0% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    transform-origin: top;
  }
  40% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: top;
    transform-origin: top;
  }
  50% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
  }
  90% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
  }
  100% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
  }
}
@-webkit-keyframes scroll2 {
  0% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    transform-origin: top;
  }
  28% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
  32% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: top;
    transform-origin: top;
  }
  82% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
  }
  86% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
  }
  to {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
  }
}
@keyframes scroll2 {
  0% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    transform-origin: top;
  }
  28% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
  32% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: top;
    transform-origin: top;
  }
  82% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
  }
  86% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
  }
  to {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
  }
}
@-webkit-keyframes scroll3 {
  0% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    transform-origin: top;
  }
  34% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
  38% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: top;
    transform-origin: top;
  }
  88% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
  }
  92% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
  }
  to {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
  }
}
@keyframes scroll3 {
  0% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    transform-origin: top;
  }
  34% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
  38% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: top;
    transform-origin: top;
  }
  88% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
  }
  92% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
  }
  to {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
  }
}
@media screen and (max-width: 800px) {
  .scroll {
    display: none;
  }
}
/* ========================================

headline

======================================== */
.hl_wrap {
  width: clamp(112px, 11.5943%, 160px);
  position: -webkit-sticky;
  position: sticky;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  z-index: 2;
}

@media screen and (max-width: 800px) {
  .hl_wrap {
    width: 100%;
    display: block;
    position: relative;
    top: auto !important;
    margin: 0 auto;
  }
}
.hl_en,
.hl_en_rl {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.hl_en .t,
.hl_en_rl .t {
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}
.hl_en .line,
.hl_en_rl .line,
.hl_en .line_h,
.hl_en_rl .line_h,
.hl_en .line_v,
.hl_en_rl .line_v {
  width: 40px;
}
.hl_en .line::before,
.hl_en_rl .line::before,
.hl_en .line_h::before,
.hl_en_rl .line_h::before,
.hl_en .line_v::before,
.hl_en_rl .line_v::before,
.hl_en .line::after,
.hl_en_rl .line::after,
.hl_en .line_h::after,
.hl_en_rl .line_h::after,
.hl_en .line_v::after,
.hl_en_rl .line_v::after {
  -webkit-transform: translateX(40px);
  transform: translateX(40px);
}
.hl_en_rl {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.hl_en_rl .line,
.hl_en_rl .line_h,
.hl_en_rl .line_v {
  width: 2px;
  height: 40px;
  margin: 18px 0 0;
}
.hl_en_rl .line::before,
.hl_en_rl .line_h::before,
.hl_en_rl .line_v::before,
.hl_en_rl .line::after,
.hl_en_rl .line_h::after,
.hl_en_rl .line_v::after {
  width: 2px;
  height: 5px;
  margin-left: 0;
  margin-top: 5px;
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
}

@media screen and (max-width: 800px) {
  .hl_en,
  .hl_en_rl {
    font-size: 14px;
  }
  .hl_en .t,
  .hl_en_rl .t {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  .hl_en .line,
  .hl_en_rl .line,
  .hl_en .line_h,
  .hl_en_rl .line_h,
  .hl_en .line_v,
  .hl_en_rl .line_v {
    width: 30px;
    height: 1.5px;
    margin-left: 16px;
  }
  .hl_en .line::before,
  .hl_en_rl .line::before,
  .hl_en .line_h::before,
  .hl_en_rl .line_h::before,
  .hl_en .line_v::before,
  .hl_en_rl .line_v::before,
  .hl_en .line::after,
  .hl_en_rl .line::after,
  .hl_en .line_h::after,
  .hl_en_rl .line_h::after,
  .hl_en .line_v::after,
  .hl_en_rl .line_v::after {
    height: 1.5px;
    -webkit-transform: translate(30px);
    transform: translate(30px);
  }
  .hl_en_rl::before,
  .hl_en_rl::after {
    height: 1.5px;
  }
  .hl_en.sp_tb,
  .sp_tb.hl_en_rl {
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
  }
  .hl_en.sp_tb .line,
  .sp_tb.hl_en_rl .line,
  .hl_en.sp_tb .line_h,
  .sp_tb.hl_en_rl .line_h,
  .hl_en.sp_tb .line_v,
  .sp_tb.hl_en_rl .line_v {
    margin-top: 0;
  }
  .hl_en.sp_tb .line::before,
  .sp_tb.hl_en_rl .line::before,
  .hl_en.sp_tb .line_h::before,
  .sp_tb.hl_en_rl .line_h::before,
  .hl_en.sp_tb .line_v::before,
  .sp_tb.hl_en_rl .line_v::before,
  .hl_en.sp_tb .line::after,
  .sp_tb.hl_en_rl .line::after,
  .hl_en.sp_tb .line_h::after,
  .sp_tb.hl_en_rl .line_h::after,
  .hl_en.sp_tb .line_v::after,
  .sp_tb.hl_en_rl .line_v::after {
    width: 5px;
    height: 1.5px;
    margin-top: 0;
    margin-left: 5px;
  }
}
.hl_copy {
  font-size: clamp(20px, 1.688vw, 26px);
  letter-spacing: 0.22em;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -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;
}
.hl_copy::before {
  width: 24px;
  height: 20px;
  content: '';
  display: block;
  position: absolute;
  top: -0.65em;
  left: -0.53em;
  background-image: url(../img/common/ico_quotation.svg);
  background-repeat: no-repeat;
  background-position: 100% 100%;
  background-size: 100%;
}
.hl_copy span {
  display: inline-block;
  padding: 27px 8px 10px 6px;
  background-color: #fff;
  border-radius: 5px;
}
.hl_copy span:last-of-type {
  margin-right: 10px;
  padding-bottom: 20px;
}

@media screen and (max-width: 800px) {
  .hl_copy {
    font-size: 20px;
    font-weight: 500;
    margin-top: 32px;
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
  }
  .hl_copy::before {
    width: 16px;
    height: 13px;
    top: -0.3em;
    left: -0.65em;
  }
  .hl_copy span {
    padding: 6px 4px 6px 16px;
  }
  .hl_copy span:last-of-type {
    margin-right: 0;
    margin-top: 5px;
    padding-right: 12px;
    padding-bottom: 6px;
  }
}
.page_title {
  text-align: center;
  position: relative;
  margin-bottom: 118px;
}
.page_title::before,
.page_title::after {
  width: 36vw;
  height: 175px;
  max-width: 504px;
  content: '';
  position: absolute;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.page_title::before {
  left: 80px;
  background-position: 0 100%;
}
.page_title::after {
  right: 80px;
  background-position: 100% 100%;
}
.page_title_inner {
  position: relative;
  padding: 87px 0 138px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: 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;
}
.page_title_inner::before {
  width: 100%;
  height: 100%;
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background-color: var(--c_base2);
  background-image: url(../img/common/bg_nami.png);
  background-repeat: repeat-x;
  background-size: 60px;
  background-position: left bottom;
  z-index: -1;
}
.page_title_inner::after {
  width: 100%;
  height: 56px;
  content: '';
  display: block;
  margin: 0 auto 40px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}
.page_title h1 {
  font-size: 34px;
  letter-spacing: 0.1em;
  position: relative;
  margin-bottom: 22px;
  z-index: 1;
}
.page_title h1::before,
.page_title h1::after {
  width: 178px;
  height: 86px;
  content: '';
  display: block;
  position: absolute;
  top: -27px;
  background-image: url(../img/common/ico_quotation.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 28px auto;
}
.page_title h1::before {
  right: 50%;
}
.page_title h1::after {
  left: 50%;
  -webkit-transform: scale(-100%, -100%);
  transform: scale(-100%, -100%);
}
.page_title .en {
  color: #aaa;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 1200px) {
  .page_title_inner {
    padding: 42px 0 100px;
  }
}
@media screen and (max-width: 800px) {
  .page_title {
    margin-bottom: 72px;
  }
  .page_title::before,
  .page_title::after {
    width: 150px;
    height: 97px;
    bottom: -26px;
  }
  .page_title::before {
    left: 0 !important;
    background-image: url(../img/common/tit_illust01_sp.png);
  }
  .page_title::after {
    right: 0 !important;
    background-image: url(../img/common/tit_illust02_sp.png);
  }
  .page_title_inner {
    padding: 113px 0 74px;
  }
  .page_title_inner::before {
    background-size: 30px;
  }
  .page_title_inner::after {
    margin-bottom: 16px;
  }
  .page_title h1 {
    font-size: 23px;
    margin-bottom: 12px;
  }
  .page_title h1::before,
  .page_title h1::after {
    width: 114px;
    height: 52px;
    top: -17px;
    background-size: 18px auto;
  }
  .page_title .en {
    font-size: 10px;
  }
}
.page_intro {
  width: calc(100% - 160px);
  max-width: 800px;
  position: relative;
  margin: 0 auto 35px;
  padding-top: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-line-pack: center;
  align-content: center;
  z-index: 5;
}
.page_intro .hl {
  font-size: 38px;
  letter-spacing: 0.15em;
  position: relative;
  margin-bottom: 45px;
}
.page_intro .hl::before {
  width: 27px;
  height: 22px;
  content: '';
  display: block;
  position: absolute;
  top: -35px;
  left: -50px;
  background-image: url(../img/common/ico_quotation.svg);
  background-repeat: no-repeat;
  background-position: 100% 100%;
  background-size: 100% auto;
}
.page_intro .hl span {
  color: var(--c_key1);
}
.page_intro .desc {
  font-size: 17px;
  line-height: 2.7;
  letter-spacing: 0.12em;
}

@media screen and (max-width: 800px) {
  .page_intro {
    width: 80.7692%;
    padding-top: 5px;
  }
  .page_intro .hl {
    font-size: 21px;
    line-height: 1.8;
    margin-bottom: 24px;
    padding-left: 10px;
  }
  .page_intro .hl::before {
    width: 17px;
    height: 14px;
    top: -26px;
    left: -20px;
  }
  .page_intro .desc {
    font-size: 15px;
    line-height: 2;
  }
}
@media screen and (min-width: 801px) {
  .page_title::before {
    left: 78px;
    bottom: -55px;
    background-image: url(../img/contact/tit_illust01.png);
  }
  .page_title::after {
    right: 88px;
    bottom: -55px;
    background-image: url(../img/contact/tit_illust02.png);
  }
}
.page_title_inner::after {
  background-size: 56px;
  background-image: url(../img/common/foot_free.webp);
}

.page_intro {
  padding-top: 0;
}

@media screen and (max-width: 800px) {
  .page_title_inner::after {
    background-size: 44px;
  }

  .footer {
    margin-top: 50px;
  }
}
/* ========================================

inquiry

======================================== */
.inquiry {
  width: calc(100% - 160px);
  max-width: 1380px;
  margin: 0 auto;
}
.inquiry ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
}
.inquiry ul li {
  width: 47.8261%;
  position: relative;
  padding: 50px 0 60px;
  background-color: var(--c_base2);
  border-radius: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.inquiry ul li .line_v {
  height: 30px;
  position: absolute;
  top: 0;
  left: calc(7.5758% + (18.1819% / 2));
  margin: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.inquiry ul li .line_v::before,
.inquiry ul li .line_v::after {
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
}
.inquiry ul li .icon {
  width: 18.1819%;
  position: relative;
  background-color: #fff;
  border-radius: 50px;
  margin: 0 7.5758%;
}
.inquiry ul li .icon::before {
  width: 100%;
  height: 0;
  content: '';
  display: block;
  padding-top: 100%;
}
.inquiry ul li .icon img {
  width: 83.3334%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.inquiry ul li .box_text {
  width: 59.091%;
  padding-top: 21px;
}
.inquiry ul li .box_text h2 {
  margin-bottom: 37px;
}
.inquiry ul li .box_text h2 .jp {
  font-size: clamp(14px, 1.2858vw, 18px);
  font-weight: 500;
  letter-spacing: 0.08em;
  display: block;
  margin-bottom: 17px;
}
.inquiry ul li .box_text h2 .en {
  color: #aaa;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  display: block;
}
.inquiry ul li .box_text .num {
  font-size: clamp(30px, 3.116vw, 48px);
  letter-spacing: 0.09em;
  margin-bottom: 15px;
}
.inquiry ul li .box_text .note {
  font-size: clamp(10px, 0.909vw, 14px);
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.06em;
}
.inquiry ul li .box_text .btn {
  width: 100%;
  max-width: 360px;
  height: 70px;
}
.inquiry ul li .box_text .btn a {
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.04em;
  width: 100%;
  height: 100%;
  position: relative;
  padding-right: 10px;
  background-color: var(--c_key1);
  border-radius: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.inquiry ul li .box_text .btn a strong {
  font-size: 22px;
  letter-spacing: 0.06em;
  margin-right: 0.4em;
}
.inquiry ul li .box_text .btn a::before {
  width: 18px;
  height: 13px;
  content: '';
  display: block;
  position: absolute;
  right: clamp(18px, 2.5715vw, 36px);
  top: 50%;
  background-image: url(../img/contact/inquiry_icon_blanc.png);
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.inquiry ul li .box_text .btn a:hover {
  background-color: #00b900;
}

@media screen and (min-width: 801px) and (max-width: 1000px) {
  .inquiry ul li {
    display: block;
  }
  .inquiry ul li .line_v {
    left: 50%;
  }
  .inquiry ul li .icon {
    margin: 0 auto;
  }
  .inquiry ul li .box_text {
    width: 80%;
    max-width: none;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: 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;
  }
  .inquiry ul li .box_text h2 {
    text-align: center;
  }
}
@media screen and (max-width: 800px) {
  .inquiry {
    width: 84.6154%;
    margin-bottom: 70px;
  }
  .inquiry ul li {
    width: 100%;
    padding: 24px 0 40px;
  }
  .inquiry ul li:first-of-type {
    margin-bottom: 20px;
  }
  .inquiry ul li .line_v {
    height: 16px;
    left: calc(9.0909% + 30px);
  }
  .inquiry ul li .line_v::before,
  .inquiry ul li .line_v::after {
    height: 4px;
    margin-top: 3px;
    -webkit-transform: translateY(16px);
    transform: translateY(16px);
  }
  .inquiry ul li .icon {
    width: 60px;
    position: absolute;
    top: 30px;
    left: 9.0909%;
    margin: 0;
    border-radius: 25px;
  }
  .inquiry ul li .icon img {
    width: 46px;
  }
  .inquiry ul li .box_text {
    width: 81.8182%;
    margin: 0 auto;
  }
  .inquiry ul li .box_text h2 {
    margin-bottom: 28px;
    padding-left: 74px;
  }
  .inquiry ul li .box_text h2 .jp {
    font-size: 17px;
    margin-bottom: 12px;
    line-height: 1.4;
  }
  .inquiry ul li .box_text h2 .en {
    font-size: 10px;
  }
  .inquiry ul li .box_text .num {
    font-size: clamp(30px, 92.3077vw, 36px);
    margin-bottom: 15px;
  }
  .inquiry ul li .box_text .note {
    font-size: 14px;
  }
  .inquiry ul li .box_text .btn {
    max-width: none;
    height: 50px;
  }
  .inquiry ul li .box_text .btn a {
    font-size: 13px;
    padding-right: 10px;
  }
  .inquiry ul li .box_text .btn a strong {
    font-size: 16px;
    margin-right: 0.4em;
  }
  .inquiry ul li .box_text .btn a::before {
    width: 15px;
    height: 11px;
  }
}
/* ========================================

form

======================================== */
.form {
  padding-top: 100px;
  position: relative;
  background-color: var(--c_base2);
}
.form::before {
  width: 100%;
  height: 110px;
  display: block;
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
  background-color: #fff;
}
.form::after {
  width: 100%;
  height: 10px;
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 110px;
  background-image: url(../img/common/bg_nami.png);
  background-repeat: repeat-x;
  background-size: 60px;
  z-index: 1;
}
.form_bg {
  width: 100%;
  height: 255px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background-color: #fff;
}
.form_bg::before {
  width: 100%;
  height: 10px;
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -10px;
  background-image: url(../img/common/bg_nami.png);
  background-repeat: repeat-x;
  background-size: 60px;
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
  z-index: 1;
}
.form_bg.fixed {
  position: fixed;
}
.form_bg.fixed_bottom {
  position: absolute;
  top: auto;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}
.form_inner {
  width: calc(100% - 160px);
  max-width: 1380px;
  margin: 0 auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  z-index: 2;
}
.form .hl_wrap {
  margin-left: clamp(56px, 5.7972%, 80px);
}
.form_hl {
  top: 0;
  padding-top: 100px;
  margin-top: -100px;
  padding-bottom: calc(clamp(30px, 3.5715vw, 50px) + clamp(177px, 15.7793vw, 243px));
}
.form_hl .hl_copy {
  margin-top: 60px;
}
.form_hl .illust {
  width: 158.125%;
  position: absolute;
  right: 50%;
  bottom: 0;
  margin-top: clamp(30px, 3.5715vw, 50px);
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
}
.form_content {
  width: calc(86.957% - clamp(112px, 11.5943%, 160px));
  position: relative;
  padding: 60px 0 80px;
  background-color: #eaeaea;
  border-radius: 25px;
}
.form_content::before,
.form_content::after {
  width: 10px;
  height: 10px;
  content: '';
  display: block;
  position: absolute;
  top: 20px;
  background-color: var(--c_base2);
  border-radius: 50%;
}
.form_content::before {
  left: 20px;
}
.form_content::after {
  right: 20px;
}
.form_content_inner::before,
.form_content_inner::after {
  width: 10px;
  height: 10px;
  content: '';
  display: block;
  position: absolute;
  bottom: 20px;
  background-color: var(--c_base2);
  border-radius: 50%;
}
.form_content_inner::before {
  left: 20px;
}
.form_content_inner::after {
  right: 20px;
}
.form_content form {
  width: 92%;
  max-width: 880px;
  margin: 0 auto;
}
.form_content dl {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.form_content dl div {
  width: 100%;
  margin-bottom: 40px;
}
.form_content dl div.c2 {
  width: 46.591%;
}
.form_content dl div.c3 {
  width: 32%;
  max-width: 230px;
}
.form_content dl dt {
  font-size: clamp(13px, 1.0715vw, 15px);
  line-height: 1.4616;
  letter-spacing: 0.08em;
  margin-bottom: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.form_content dl dt.required::after {
  width: 50px;
  color: #fff;
  font-size: 12px;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.08em;
  content: '必須';
  display: block;
  margin-left: clamp(6px, 0.7143vw, 10px);
  padding: 3.5px 0;
  background-color: var(--c_key1);
  border-radius: 50px;
}
.form_content_detail {
  margin-bottom: 0 !important;
  padding: 40px 4.5455% 0;
  background-color: var(--c_base2);
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.form_content_detail > div {
  margin-bottom: 0;
}
.form_content .box_select {
  position: relative;
  margin-bottom: 0;
}
.form_content .box_select::before {
  width: 7.5px;
  height: 7.5px;
  content: '';
  display: block;
  position: absolute;
  top: 25px;
  right: 20px;
  border-bottom: 2px solid #9a9a9a;
  border-right: 2px solid #9a9a9a;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 1;
}
.form_content input[type='text'],
.form_content input[type='email'],
.form_content input[type='tel'],
.form_content input[type='date'],
.form_content select,
.form_content textarea,
.form_content .textarea {
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.08em;
  width: 100%;
  padding: 16px;
  background-color: #fff;
  background-image: radial-gradient(#d9d9d9 8%, transparent 8%);
  background-size: 18px 18px;
  background-position: 50% 50%;
  border-radius: 50px;
  border-radius: 10px;
}
.form_content input[type='text']:focus,
.form_content input[type='email']:focus,
.form_content input[type='tel']:focus,
.form_content input[type='date']:focus,
.form_content select:focus,
.form_content textarea:focus,
.form_content .textarea:focus {
  outline: 2px solid var(--c_key1);
}
.form_content textarea {
  height: 300px;
  padding-left: 30px;
}
.form_content .privacy {
  max-height: 380px;
  margin-top: 20px;
  overflow: scroll;
  padding: 50px 6.8182%;
  background-color: #fff;
  border-radius: 10px;
}
.form_content .privacy h3 {
  font-size: 18px;
  letter-spacing: 0.08em;
  margin-bottom: 35px;
}
.form_content .privacy .txt {
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.08em;
  margin-bottom: 3em;
}
.form_content .privacy .fc_light,
.form_content .privacy dl dd .txt {
  color: #737474;
}
.form_content .privacy .ta_right {
  text-align: right;
}
.form_content .privacy dl {
  counter-reset: number;
}
.form_content .privacy dl dt {
  font-size: 16px;
  width: 100%;
}
.form_content .privacy dl dt::before {
  margin-right: 0.5em;
  counter-increment: number;
  content: counter(number) '.';
}
.form_content .privacy dl dd:not(:last-child) {
  margin-bottom: 40px;
}
.form_content .privacy dl dd .txt {
  margin-bottom: 2em;
}
.form_content .privacy dl ol {
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.08em;
  counter-reset: number;
}
.form_content .privacy dl ol li {
  position: relative;
  padding-left: 16px;
}
.form_content .privacy dl ol li:not(:last-child) {
  margin-bottom: 1.5em;
}
.form_content .privacy dl ol li::before {
  color: #737474;
  font-weight: 500;
  counter-increment: number;
  content: counter(number) '.';
  position: absolute;
  left: 0;
}
.form_content .privacy dl ol li .txt {
  margin-bottom: 1em;
}
.form_content .agree {
  font-size: 15px;
  text-align: center;
  letter-spacing: 0.08em;
  margin: 40px 0 42px;
}
.form_content .agree label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.form_content .agree input {
  margin-right: 10px;
  margin-bottom: 1px;
}
.form_content .box_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.form_content .box_btn .btn_base {
  width: 70%;
  max-width: 400px;
}
.form_content .box_btn .btn_base.btn_lock button {
  background-color: #666;
  cursor: default;
  pointer-events: auto;
}
.form_content .box_btn .btn_back {
  width: 25%;
  max-width: 200px;
  margin-right: 5%;
}
.form_content .box_btn .btn_back button {
  background-color: #666;
}
.form_content .box_btn .btn_back button:hover {
  background-color: var(--c_base1);
}
.form_content.confirm input[type='text']:focus,
.form_content.confirm input[type='email']:focus,
.form_content.confirm input[type='tel']:focus,
.form_content.confirm input[type='date']:focus,
.form_content.confirm select:focus,
.form_content.confirm textarea:focus {
  outline: none;
}
.form_content.confirm .box_btn {
  margin-top: 20px;
}

@media screen and (max-width: 1100px) {
  .form_content dl div {
    width: 100%;
    margin-bottom: 40px;
  }
  .form_content dl div.c2 {
    width: 48%;
    max-width: none;
  }
  .form_content dl div.c3 {
    width: 100%;
    max-width: none;
  }
}
@media screen and (max-width: 800px) {
  .form {
    padding-top: 70px;
    padding-bottom: 0;
  }
  .form::before {
    display: none;
  }
  .form::after {
    height: 5px;
    top: 0;
    bottom: auto;
    background-size: 30px;
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
  }
  .form_bg {
    display: none;
  }
  .form_inner {
    width: 100%;
  }
  .form .hl_wrap {
    width: 84.6154%;
    margin: 0 auto 40px;
  }
  .form_hl {
    padding-top: 0;
    padding-bottom: 0;
  }
  .form_hl .hl_copy {
    margin-top: 32px;
  }
  .form_content {
    width: 100%;
    padding: 45px 0 50px;
  }
  .form_content::before,
  .form_content::after {
    width: 7px;
    height: 7px;
    top: 15px;
  }
  .form_content::before {
    left: 15px;
  }
  .form_content::after {
    right: 15px;
  }
  .form_content_inner::before,
  .form_content_inner::after {
    width: 7px;
    height: 7px;
    bottom: 15px;
  }
  .form_content_inner::before {
    left: 15px;
  }
  .form_content_inner::after {
    right: 15px;
  }
  .form_content form {
    width: 84.6154%;
  }
  .form_content dl div {
    margin-bottom: 25px;
  }
  .form_content dl div.c2 {
    width: 100%;
  }
  .form_content dl div.c3 {
    width: 100%;
  }
  .form_content dl dt {
    font-size: 16px;
    line-height: 1;
    margin-bottom: 13px;
  }
  .form_content dl dt.required::after {
    font-size: 13px;
    margin-left: 12px;
    padding: 4px 0;
  }
  .form_content_detail {
    padding: 27px 6.0606% 0;
  }
  .form_content .box_select::before {
    top: 20px;
  }
  .form_content input[type='text'],
  .form_content input[type='email'],
  .form_content input[type='tel'],
  .form_content input[type='date'],
  .form_content select,
  .form_content textarea,
  .form_content .textarea {
    font-size: 14px;
    width: 100%;
    padding: 11px 14px;
    background-size: 11px 11px;
  }
  .form_content input[type='text']:focus,
  .form_content input[type='email']:focus,
  .form_content input[type='tel']:focus,
  .form_content input[type='date']:focus,
  .form_content select:focus,
  .form_content textarea:focus,
  .form_content .textarea:focus {
    outline: 2px solid var(--c_key1);
  }
  .form_content textarea {
    font-size: 13px;
    height: 200px;
    padding-left: 15px;
  }
  .form_content .privacy {
    max-height: 290px;
    margin-top: 0;
    padding: 32px 8.3333% 20px;
  }
  .form_content .privacy h3 {
    font-size: 13px;
    margin-bottom: 15px;
  }
  .form_content .privacy .txt {
    font-size: 12px;
    margin-bottom: 3em;
  }
  .form_content .privacy dl {
    counter-reset: number;
  }
  .form_content .privacy dl dt {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .form_content .privacy dl dd:not(:last-child) {
    margin-bottom: 20px;
  }
  .form_content .privacy dl dd .txt {
    margin-bottom: 0.6em;
  }
  .form_content .privacy dl ol {
    font-size: 11px;
  }
  .form_content .privacy dl ol li {
    padding-left: 11px;
  }
  .form_content .privacy dl ol li:not(:last-child) {
    margin-bottom: 1.5em;
  }
  .form_content .privacy dl ol li .txt {
    margin-bottom: 1em;
  }
  .form_content .agree {
    font-size: 13px;
    margin: 40px 0;
  }
  .form_content .box_btn .btn_base {
    width: 100%;
    height: 50px;
  }
  .form_content .box_btn .btn_base .ico_arrow {
    right: 20px;
  }
  .form_content.confirm .box_btn .btn_base {
    width: 65%;
  }
  .form_content.confirm .box_btn .btn_base button .ico_arrow {
    right: 20px;
  }
  .form_content.confirm .box_btn .btn_base button .ico_arrow > span {
    width: 14px;
  }
  .form_content.confirm .box_btn .btn_back {
    width: calc(45% - 20px);
  }
}
/*# sourceMappingURL=contact.css.map */
