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

common

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

.en_m, .scroll, .hl_en, .hl_en_rl, .questions_list_num, .questions_list_num_last {
  font-family: 'Outfit', sans-serif;
  font-weight: 500; }

.en_sb {
  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: 12px; } }
.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: 10px; }
    .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: 18px;
    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 88px;
  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%;
    margin-bottom: 38px;
    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: 14px;
      line-height: 2.42; } }
@media screen and (min-width: 801px) {
  .page_title::before {
    left: 77px;
    bottom: -46px;
    background-image: url(../img/consultation/tit_illust01.png); }
  .page_title::after {
    right: 88px;
    bottom: -55px;
    background-image: url(../img/consultation/tit_illust02.png); } }
.page_title h1::before, .page_title h1::after {
  width: 230px; }
.page_title_inner::after {
  background-size: 83px;
  background-image: url(../img/consultation/tit_icon.png); }

@media screen and (max-width: 800px) {
  .page_title_inner::after {
    background-size: 54px; }
  .page_title h1::before, .page_title h1::after {
    width: 164px; }

  .page_intro {
    margin-bottom: 10px; } }
/* ========================================

nav_question

======================================== */
.nav_question {
  width: calc(100% - 160px);
  max-width: 1015px;
  position: relative;
  margin: 0 auto;
  z-index: 2; }
  .nav_question 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: space-between; }
    .nav_question ul li {
      width: 48.2759%;
      position: relative;
      margin-bottom: 40px;
      background-color: var(--c_base2);
      border-radius: 100px; }
      .nav_question ul li:nth-child(3n), .nav_question ul li:nth-child(4n) {
        margin-bottom: 0; }
      .nav_question ul li a {
        width: 100%;
        height: 100%;
        position: relative;
        padding: 20px 16px;
        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;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end; }
        .nav_question ul li a::before {
          width: 24px;
          height: 20px;
          content: '';
          display: block;
          position: absolute;
          top: -3px;
          left: clamp(10px, 2.7693vw, 36px);
          background-image: url(../img/common/ico_quotation.svg);
          background-repeat: no-repeat;
          background-size: 100%; }
        .nav_question ul li a .icon {
          width: 60px;
          height: 60px;
          margin-left: 15px;
          background-color: var(--c_base1);
          border-radius: 50%;
          -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; }
        .nav_question ul li a .txt {
          font-size: 18px;
          font-size: clamp(15px, 1.3847vw, 18px);
          font-weight: 500;
          line-height: 1.6;
          letter-spacing: 0.08em;
          width: calc(100% - 90px);
          max-width: 340px;
          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; }
        .nav_question ul li a:hover .icon {
          background-color: var(--c_key1); }

@media screen and (max-width: 800px) {
  .nav_question {
    width: 84.6154%; }
    .nav_question ul li {
      width: 100%;
      margin-bottom: 20px; }
      .nav_question ul li:nth-child(3) {
        margin-bottom: 20px; }
      .nav_question ul li a {
        padding: 12px 10px; }
        .nav_question ul li a::before {
          width: 20px;
          height: 17px;
          top: -4px;
          left: 10px; }
        .nav_question ul li a .icon {
          width: 45px;
          height: 45px;
          -webkit-transform: rotate(90deg);
                  transform: rotate(90deg); }
          .nav_question ul li a .icon .ico_arrow > span {
            width: 14px; }
        .nav_question ul li a .txt {
          font-size: 13px;
          max-width: none; } }
/* ========================================

questions

======================================== */
.nav_question_sp {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.08em;
  width: clamp(225px, 70.51283vw, 300px);
  max-height: 58px;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  border-radius: 0 0 15px;
  -webkit-transition: all .3s;
  transition: all .3s;
  z-index: -1;
  opacity: 0;
  visibility: hidden; }
  .nav_question_sp.active {
    max-height: 278px; }
  .nav_question_sp.fixed {
    z-index: 100;
    opacity: 1;
    visibility: visible; }
  .nav_question_sp .tit {
    height: 58px;
    position: relative;
    padding-left: 52px;
    background-image: url(../img/consultation/nav_icon.png);
    background-repeat: no-repeat;
    background-position: 25px 50%;
    background-size: 16px;
    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; }
    .nav_question_sp .tit::after {
      width: 7px;
      height: 7px;
      content: '';
      display: block;
      position: absolute;
      right: 20px;
      top: calc(50% - 4px);
      border-right: 1.5px solid #222;
      border-bottom: 1.5px solid #222;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg); }
  .nav_question_sp ul li {
    font-size: 13px;
    height: 55px; }
    .nav_question_sp ul li a {
      width: 100%;
      height: 100%;
      display: block;
      position: relative;
      padding-top: 2px;
      padding-left: 52px;
      border-top: 1px solid var(--c_base2);
      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; }
      .nav_question_sp ul li a .icon {
        width: 30px;
        height: 30px;
        margin-left: 15px;
        background-color: var(--c_base1);
        border-radius: 50%;
        -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;
        -webkit-transform: rotate(90deg);
                transform: rotate(90deg);
        display: none; }
        .nav_question_sp ul li a .icon .ico_arrow > span {
          width: 14px; }
      .nav_question_sp ul li a::before {
        width: 7px;
        height: 7px;
        content: '';
        display: block;
        position: absolute;
        top: calc(50% - 3.5px);
        left: 32px;
        background-color: #ccc;
        border-radius: 50%;
        -webkit-transform-origin: 50% 50%;
                transform-origin: 50% 50%;
        -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); }

@media screen and (min-width: 801px) {
  .nav_question_sp {
    display: none; } }
/* ========================================

questions

======================================== */
.questions {
  position: relative;
  z-index: 2; }
  .questions_wrap {
    position: relative;
    padding-top: 160px;
    background-color: var(--c_base2); }
    .questions_wrap::before {
      width: 100%;
      height: 110px;
      display: block;
      content: '';
      position: absolute;
      left: 0;
      bottom: 0;
      z-index: 0;
      background-color: #fff; }
    .questions_wrap::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; }
  .questions .illust01 {
    width: clamp(0px, 19.2858vw, 297px);
    height: clamp(0px, 13.2468vw, 204px);
    position: absolute;
    top: clamp(-80px, -7.1429vw, 0px);
    left: clamp(0px, 5.1949vw, 80px); }
  .questions .illust02 {
    width: clamp(0px, 6.689vw, 103px);
    height: clamp(0px, 11.1039vw, 171px);
    position: absolute;
    bottom: clamp(0px, 3.3767vw, 52px);
    right: clamp(-58px, -3.7663vw, 0px); }
  .questions_bg {
    width: 100%;
    height: 280px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    background-color: #fff; }
    .questions_bg::before {
      width: 100%;
      height: 10px;
      content: '';
      display: block;
      position: absolute;
      left: 0;
      bottom: 0;
      background-color: var(--c_base2);
      background-image: url(../img/common/bg_nami.png);
      background-repeat: repeat-x;
      background-size: 60px;
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
    .questions_bg.fixed {
      position: fixed; }
    .questions_bg.fixed_bottom {
      position: absolute;
      top: auto;
      -webkit-transform: translateY(100%);
              transform: translateY(100%); }
  .questions:first-of-type .questions_list {
    border-radius: 25px 25px 0 0; }
    .questions:first-of-type .questions_list::before, .questions:first-of-type .questions_list::after {
      width: 10px;
      height: 10px;
      content: '';
      display: block;
      position: absolute;
      top: 25px;
      background-color: var(--c_base2);
      border-radius: 50%;
      z-index: 1; }
    .questions:first-of-type .questions_list::before {
      left: 25px; }
    .questions:first-of-type .questions_list::after {
      right: 25px; }
  .questions:last-of-type .questions_list {
    padding-bottom: clamp(40px, 6.4935vw, 100px);
    border-radius: 0 0 25px 25px; }
    .questions:last-of-type .questions_list::before, .questions:last-of-type .questions_list::after {
      width: 10px;
      height: 10px;
      content: '';
      display: block;
      position: absolute;
      bottom: 25px;
      background-color: var(--c_base2);
      border-radius: 50%;
      z-index: 1; }
    .questions:last-of-type .questions_list::before {
      left: 25px; }
    .questions:last-of-type .questions_list::after {
      right: 25px; }
  .questions_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: 1; }
  .questions_hl {
    width: clamp(112px, 11.5943%, 160px);
    top: 0;
    padding-top: 100px;
    margin-top: -100px;
    margin-left: clamp(20px, 2.6667vw, 40px);
    padding-bottom: 100px; }
    .questions_hl .hl_copy {
      margin-top: 60px; }
  .questions_list {
    width: calc(92.754% - clamp(128px, 13.0434%, 180px));
    position: relative;
    background-color: var(--c_base3); }
    .questions_list_inner {
      width: 92.72728%;
      margin: 0 auto; }
    .questions_list_num, .questions_list_num_last {
      font-size: 14px;
      text-transform: uppercase;
      letter-spacing: 0.12em;
      width: 200px;
      height: 40px;
      position: relative;
      margin: 60px auto;
      background-color: #fff;
      border: 2px solid var(--c_base1);
      border-radius: 40px;
      opacity: 0;
      -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; }
      .questions_list_num::before, .questions_list_num_last::before, .questions_list_num::after, .questions_list_num_last::after {
        width: 2px;
        height: 40px;
        content: '';
        display: block;
        position: absolute;
        left: calc(50% - 1px);
        background-color: var(--c_base1);
        border-radius: 1px; }
      .questions_list_num::before, .questions_list_num_last::before {
        top: -42px; }
      .questions_list_num::after, .questions_list_num_last::after {
        bottom: -42px; }
      .questions_list_num .n, .questions_list_num_last .n {
        font-size: 18px;
        margin-left: 0.4em;
        margin-bottom: 2px; }
        .questions_list_num .n::before, .questions_list_num_last .n::before, .questions_list_num .n::after, .questions_list_num_last .n::after {
          width: 2px;
          height: 5px;
          content: '';
          display: block;
          position: absolute;
          left: calc(50% - 1px);
          background-color: var(--c_base1);
          border-radius: 1px; }
        .questions_list_num .n::before, .questions_list_num_last .n::before {
          top: -62px; }
        .questions_list_num .n::after, .questions_list_num_last .n::after {
          top: -52px; }
      .questions_list_num .t::before, .questions_list_num_last .t::before, .questions_list_num .t::after, .questions_list_num_last .t::after {
        width: 2px;
        height: 5px;
        content: '';
        display: block;
        position: absolute;
        left: calc(50% - 1px);
        background-color: var(--c_base1);
        border-radius: 1px; }
      .questions_list_num .t::before, .questions_list_num_last .t::before {
        bottom: -62px; }
      .questions_list_num .t::after, .questions_list_num_last .t::after {
        bottom: -52px; }
      .questions_list_num_last {
        height: 0px;
        margin-bottom: 0;
        background-color: transparent;
        border: none; }
        .questions_list_num_last::before {
          margin-top: 2px; }
        .questions_list_num_last::after {
          display: none; }
        .questions_list_num_last .n::before, .questions_list_num_last .n::after {
          margin-top: 2px; }
      .questions_list_num.fadeIn, .fadeIn.questions_list_num_last {
        opacity: 1; }
    .questions_list_item {
      margin: 0 auto;
      padding: clamp(66px, 7.1428vw, 110px) 0 clamp(78px, 8.4415vw, 130px);
      background-color: #fff;
      background-image: radial-gradient(#d9d9d9 8%, transparent 8%);
      background-size: 18px 18px;
      background-position: 50% 50%;
      border-radius: clamp(60px, 7.7792vw, 120px);
      opacity: 0;
      -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); }
      .questions_list_item.fadeIn {
        opacity: 1; }
      .questions_list_item_inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        .questions_list_item_inner:not(:last-of-type) {
          margin-bottom: 40px; }
        .questions_list_item_inner.fadeIn {
          opacity: 1; }
          .questions_list_item_inner.fadeIn .icon {
            opacity: 1; }
          .questions_list_item_inner.fadeIn .comment {
            opacity: 1; }
          .questions_list_item_inner.fadeIn .q01 {
            -webkit-animation: icon01 linear 0.2s forwards;
                    animation: icon01 linear 0.2s forwards;
            -webkit-animation-delay: 2200ms;
                    animation-delay: 2200ms; }
          .questions_list_item_inner.fadeIn .q02 {
            -webkit-animation: icon02 linear 0.2s forwards;
                    animation: icon02 linear 0.2s forwards;
            -webkit-animation-delay: 2500ms;
                    animation-delay: 2500ms; }
          .questions_list_item_inner.fadeIn .a01 {
            -webkit-animation: icon01 linear 0.2s forwards;
                    animation: icon01 linear 0.2s forwards;
            -webkit-animation-delay: 3200ms;
                    animation-delay: 3200ms; }
          .questions_list_item_inner.fadeIn .a02 {
            -webkit-animation: icon02 linear 0.2s forwards;
                    animation: icon02 linear 0.2s forwards;
            -webkit-animation-delay: 3500ms;
                    animation-delay: 3500ms; }
          .questions_list_item_inner.fadeIn .a01_01,
          .questions_list_item_inner.fadeIn .a04_01,
          .questions_list_item_inner.fadeIn .a07_01 {
            -webkit-animation: icon01 linear 0.2s forwards;
                    animation: icon01 linear 0.2s forwards;
            -webkit-animation-delay: 2200ms;
                    animation-delay: 2200ms; }
          .questions_list_item_inner.fadeIn .a01_02,
          .questions_list_item_inner.fadeIn .a04_02,
          .questions_list_item_inner.fadeIn .a07_02 {
            -webkit-animation: icon02 linear 0.2s forwards;
                    animation: icon02 linear 0.2s forwards;
            -webkit-animation-delay: 2500ms;
                    animation-delay: 2500ms; }
        .questions_list_item_inner:nth-child(1) .icon {
          -webkit-transition-delay: 500ms;
                  transition-delay: 500ms; }
        .questions_list_item_inner:nth-child(1) .comment {
          -webkit-transition-delay: 600ms;
                  transition-delay: 600ms; }
        .questions_list_item_inner:nth-child(2) .icon {
          -webkit-transition-delay: 1500ms;
                  transition-delay: 1500ms; }
        .questions_list_item_inner:nth-child(2) .comment {
          -webkit-transition-delay: 1600ms;
                  transition-delay: 1600ms; }
        .questions_list_item_inner:nth-child(3) .icon {
          -webkit-transition-delay: 2500ms;
                  transition-delay: 2500ms; }
        .questions_list_item_inner:nth-child(3) .comment {
          -webkit-transition-delay: 2600ms;
                  transition-delay: 2600ms; }
        .questions_list_item_inner:nth-child(4) .icon {
          -webkit-transition-delay: 3500ms;
                  transition-delay: 3500ms; }
        .questions_list_item_inner:nth-child(4) .comment {
          -webkit-transition-delay: 3600ms;
                  transition-delay: 3600ms; }
      .questions_list_item .icon {
        width: 22.5491%;
        max-width: 230px;
        position: relative;
        opacity: 0;
        -webkit-transition: all 0.6s;
        transition: all 0.6s; }
        .questions_list_item .icon span {
          display: block;
          position: absolute; }
      .questions_list_item .comment {
        width: 55.8824%;
        max-width: 570px;
        position: relative;
        padding: clamp(20px, 2.2727vw, 35px) 0;
        background-color: var(--c_base2);
        border-radius: clamp(33px, 4.2207vw, 65px);
        opacity: 0;
        -webkit-transition: all 0.6s;
        transition: all 0.6s; }
        .questions_list_item .comment::before {
          width: 18px;
          height: 18px;
          content: '';
          display: block;
          position: absolute;
          bottom: 0;
          background-color: var(--c_base2);
          border-radius: 3px;
          -webkit-transform: skewX(45deg);
                  transform: skewX(45deg); }
        .questions_list_item .comment .txt {
          font-size: clamp(16px, 1.1688vw, 18px);
          line-height: 1.66;
          letter-spacing: 0.02em;
          width: 80.7018%;
          max-width: 460px;
          margin: 0 auto; }
          .questions_list_item .comment .txt span {
            color: var(--c_key1); }
          .questions_list_item .comment .txt.ta_center {
            text-align: left;
            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; }
        .questions_list_item .comment .btn_circle_d {
          font-size: clamp(13px, 1.0833vw, 16px);
          letter-spacing: 0.08em;
          width: clamp(120px, 9.7402vw, 150px);
          height: clamp(120px, 9.7402vw, 150px); }
      .questions_list_item_q {
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end; }
        .questions_list_item_q .icon span {
          left: 50%;
          bottom: 0;
          -webkit-transform: translateX(-50%);
                  transform: translateX(-50%); }
        .questions_list_item_q .icon_01 span {
          width: 60.8696%;
          display: block;
          bottom: -10%; }
        .questions_list_item_q .icon_02 span {
          width: 34.7827%; }
        .questions_list_item_q .icon_03 span {
          width: 43.0435%; }
        .questions_list_item_q .icon_04 span {
          width: 43.1305%; }
        .questions_list_item_q .comment {
          border-bottom-right-radius: 0;
          -webkit-box-ordinal-group: 0;
              -ms-flex-order: -1;
                  order: -1;
          -webkit-transition-delay: 600ms;
                  transition-delay: 600ms; }
          .questions_list_item_q .comment::before {
            right: -2px; }
      .questions_list_item_a .icon span {
        width: 80%;
        max-width: 125px;
        right: 50%;
        bottom: 0;
        -webkit-transform: translateX(50%);
                transform: translateX(50%); }
      .questions_list_item_a .comment {
        background-color: var(--c_key1);
        border-bottom-left-radius: 0; }
        .questions_list_item_a .comment::before {
          left: -2px;
          background-color: var(--c_key1);
          -webkit-transform: skewX(-45deg);
                  transform: skewX(-45deg); }
        .questions_list_item_a .comment .txt {
          color: #fff; }
        .questions_list_item_a .comment .btn_circle_l {
          position: absolute;
          right: clamp(0px, 12%, 60px);
          bottom: 88px;
          bottom: clamp(60px, 5.714vw, 88px);
          -webkit-transform: translate(100%, 100%);
                  transform: translate(100%, 100%); }
          .questions_list_item_a .comment .btn_circle_l a {
            border-width: 3px; }
        .questions_list_item_a .comment .btn_circle_d {
          position: absolute;
          top: 20px;
          right: 16%;
          -webkit-transform: translateX(100%);
                  transform: translateX(100%); }

@-webkit-keyframes icon01 {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px); }
  100% {
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
    opacity: 0; } }

@keyframes icon01 {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px); }
  100% {
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
    opacity: 0; } }
@-webkit-keyframes icon02 {
  0% {
    -webkit-transform: translateY(-40px);
            transform: translateY(-40px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1; } }
@keyframes icon02 {
  0% {
    -webkit-transform: translateY(-40px);
            transform: translateY(-40px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1; } }
@media screen and (max-width: 800px) {
  .questions {
    padding-top: 70px; }
    .questions_wrap {
      padding-top: 70px; }
    .questions .illust01,
    .questions .illust02 {
      display: none; }
    .questions_bg {
      height: 80px; }
      .questions_bg::before {
        height: 5px;
        background-size: 30px; }
    .questions:first-of-type .questions_list {
      border-radius: 20px 20px 0 0; }
      .questions:first-of-type .questions_list::before, .questions:first-of-type .questions_list::after {
        width: 7px;
        height: 7px;
        top: 15px; }
      .questions:first-of-type .questions_list::before {
        left: 15px; }
      .questions:first-of-type .questions_list::after {
        right: 15px; }
    .questions:last-of-type .questions_list {
      padding-bottom: 35px;
      border-radius: 0 0 20px 20px; }
      .questions:last-of-type .questions_list::before, .questions:last-of-type .questions_list::after {
        width: 7px;
        height: 7px;
        bottom: 15px; }
      .questions:last-of-type .questions_list::before {
        left: 15px; }
      .questions:last-of-type .questions_list::after {
        right: 15px; }
    .questions_inner {
      width: 100%; }
    .questions_hl {
      width: 84.6154%;
      left: auto;
      margin: 0 auto 35px;
      padding: 0; }
      .questions_hl .hl_copy {
        margin-top: 32px; }
    .questions_list {
      width: 100%;
      padding: 0 0 35px;
      border-radius: 20px; }
      .questions_list_inner {
        width: 89.7436%; }
        .questions_list_inner::before, .questions_list_inner::after {
          width: 7px;
          height: 7px;
          bottom: 15px; }
        .questions_list_inner::before {
          left: 15px; }
        .questions_list_inner::after {
          right: 15px; }
      .questions_list_num, .questions_list_num_last {
        width: 140px;
        height: 30px;
        margin: 35px auto;
        border-width: 1.5px; }
        .questions_list_num::before, .questions_list_num_last::before, .questions_list_num::after, .questions_list_num_last::after {
          width: 1.5px;
          height: 19px;
          left: calc(50% - 0.25px); }
        .questions_list_num::before, .questions_list_num_last::before {
          top: -20.5px; }
        .questions_list_num::after, .questions_list_num_last::after {
          bottom: -20.5px; }
        .questions_list_num .n, .questions_list_num_last .n {
          font-size: 12px;
          margin-bottom: 1px; }
          .questions_list_num .n::before, .questions_list_num_last .n::before, .questions_list_num .n::after, .questions_list_num_last .n::after {
            width: 1.5px;
            height: 4px;
            left: calc(50% - 0.25px); }
          .questions_list_num .n::before, .questions_list_num_last .n::before {
            top: -36.5px; }
          .questions_list_num .n::after, .questions_list_num_last .n::after {
            top: -28.5px; }
        .questions_list_num .t, .questions_list_num_last .t {
          font-size: 10px; }
          .questions_list_num .t span, .questions_list_num_last .t span {
            -webkit-transform: scale(0.9);
                    transform: scale(0.9);
            -webkit-transform-origin: 100% 50%;
                    transform-origin: 100% 50%; }
          .questions_list_num .t::before, .questions_list_num_last .t::before, .questions_list_num .t::after, .questions_list_num_last .t::after {
            width: 1.5px;
            height: 4px;
            left: calc(50% - 0.25px);
            -webkit-transform: scale(1.1112);
                    transform: scale(1.1112);
            -webkit-transform-origin: 50% 50%;
                    transform-origin: 50% 50%; }
          .questions_list_num .t::before, .questions_list_num_last .t::before {
            bottom: -36.5px; }
          .questions_list_num .t::after, .questions_list_num_last .t::after {
            bottom: -28.5px; }
        .questions_list_num_last {
          height: 0px;
          margin-bottom: 0; }
          .questions_list_num_last::before {
            margin-top: 1.5px; }
          .questions_list_num_last::after {
            display: none; }
          .questions_list_num_last .n::before, .questions_list_num_last .n::after {
            margin-top: 1.5px; }
      .questions_list_item {
        padding: 50px 0;
        background-size: 11px 11px;
        border-radius: 50px; }
        .questions_list_item_inner {
          -webkit-box-align: end;
              -ms-flex-align: end;
                  align-items: flex-end; }
          .questions_list_item_inner:not(:last-of-type) {
            margin-bottom: 20px; }
        .questions_list_item:first-of-type .txt.ta_center {
          display: block; }
        .questions_list_item .comment {
          width: 67.1429%;
          min-height: 80px;
          padding: 5.1283vw 0;
          border-radius: 40px;
          border-radius: 10.2565vw;
          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; }
          .questions_list_item .comment::before {
            width: 16px;
            height: 16px;
            border-radius: 2px; }
          .questions_list_item .comment .txt {
            font-size: clamp(12px, 2vw, 16px);
            width: 76.5958%;
            padding-right: 0; }
        .questions_list_item_q .icon {
          width: 27.1429%;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
          -webkit-box-align: end;
              -ms-flex-align: end;
                  align-items: flex-end; }
          .questions_list_item_q .icon span {
            display: block;
            position: relative;
            left: auto;
            bottom: auto;
            -webkit-transform: translate(0, 0);
                    transform: translate(0, 0); }
          .questions_list_item_q .icon_01 span {
            width: 70.5264%;
            max-width: 134px;
            margin: 0 auto;
            -webkit-transform: none;
                    transform: none; }
          .questions_list_item_q .icon_02 span {
            width: 42.1053%;
            max-width: 80px;
            margin: 0 auto;
            -webkit-transform: none;
                    transform: none; }
          .questions_list_item_q .icon_03 span {
            width: 51.5790%;
            max-width: 98px;
            margin: 0 auto; }
          .questions_list_item_q .icon_04 span {
            width: 51.5790%;
            max-width: 98px;
            margin: 0 auto; }
        .questions_list_item_q .comment {
          border-bottom-right-radius: 0; }
          .questions_list_item_q .comment::before {
            right: 2px; }
        .questions_list_item_a .icon {
          width: 27.1429%;
          position: relative; }
          .questions_list_item_a .icon span {
            width: 63.1579%;
            max-width: 60px;
            position: relative;
            top: auto;
            right: auto;
            margin: 0 auto;
            -webkit-transform: translate(0, 0);
                    transform: translate(0, 0); }
        .questions_list_item_a .comment {
          border-bottom-left-radius: 0; }
          .questions_list_item_a .comment::before {
            left: 2px; } }

/*# sourceMappingURL=consultation.css.map */