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

common

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

.en_m, .scroll, .hl_en, .hl_en_rl {
  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; } }
/* ========================================

common

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

.en_m, .scroll, .hl_en, .hl_en_rl {
  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; }

@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 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 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: -58px;
    background-image: url(../img/case/tit_illust01.png); }
  .page_title::after {
    right: 88px;
    bottom: -53px;
    background-image: url(../img/case/tit_illust02.png); } }
.page_title_inner::after {
  background-size: 42px;
  background-image: url(../img/case/tit_icon.png); }
.page_title.case_title {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .page_title.case_title .page_title_inner {
    padding: 80px 0 88px; }
    .page_title.case_title .page_title_inner::after {
      display: none; }
  .page_title.case_title h1 {
    font-size: 28px;
    text-align: left;
    line-height: 1.78;
    letter-spacing: 0.06em;
    width: 84.61539%;
    max-width: 660px;
    margin: 0 auto 44px;
    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; }
    .page_title.case_title h1::before, .page_title.case_title h1::after {
      display: none; }
  .page_title.case_title .date {
    color: #aaa;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.18em; }
  .page_title.case_title .cat {
    color: #fff;
    font-size: 14px;
    text-align: center;
    letter-spacing: 0.08em;
    min-width: 100px;
    margin-bottom: 37px;
    padding: 8px 13px;
    background-color: var(--c_key1);
    border-radius: 60px;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }

@media screen and (max-width: 800px) {
  .page_title_inner::after {
    background-size: 26px; }
  .page_title.case_title .page_title_inner {
    padding: 130px 0 56px; }
  .page_title.case_title h1 {
    font-size: 16px;
    margin-bottom: 18px; }
  .page_title.case_title .date {
    font-size: 10px; }
  .page_title.case_title .cat {
    font-size: 10px;
    min-width: 80px;
    margin-bottom: 14px;
    padding: 5px 13px; } }
/* ========================================

cace

======================================== */
.case {
  width: calc(100% - 160px);
  max-width: 1380px;
  margin: 0 auto; }
  .case_list {
    width: 94.2029%;
    margin: 0 auto 40px;
    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; }
    .case_list_item {
      width: 48.46154%;
      margin-bottom: 60px; }
      .case_list_item a {
        height: 100%;
        padding: 40px;
        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-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        .case_list_item a:hover .img img {
          -webkit-transform: scale(1.1);
                  transform: scale(1.1); }
        .case_list_item a:hover h2 {
          color: var(--c_key1); }
      .case_list_item .img {
        width: 38.18182%;
        aspect-ratio: 420 / 360;
        overflow: hidden;
        border-radius: 50px 10px 50px 10px; }
        .case_list_item .img img {
          width: 100%;
          height: 100%;
          -o-object-position: 50% 50%;
             object-position: 50% 50%;
          -o-object-fit: cover;
             object-fit: cover;
          -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); }
      .case_list_item .box_text {
        width: 54.54546%;
        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; }
        .case_list_item .box_text .date {
          font-size: 12px;
          font-weight: 500;
          letter-spacing: 0.12em;
          margin-right: 16px;
          padding: 6px 0; }
        .case_list_item .box_text .cat {
          color: #fff;
          font-size: 14px;
          text-align: center;
          letter-spacing: 0.08em;
          min-width: 100px;
          padding: 8px 13px;
          background-color: var(--c_key1);
          border-radius: 60px; }
        .case_list_item .box_text h2 {
          font-size: 18px;
          line-height: 2;
          letter-spacing: 0.1em;
          width: 100%;
          margin-top: 16px;
          -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); }
  .case .pagination {
    font-size: 18px;
    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; }
    .case .pagination .page-numbers {
      color: #fff;
      width: 80px;
      height: 50px;
      display: block;
      margin: 0 7.5px;
      background-color: var(--c_base1);
      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; }
    .case .pagination .current {
      background-color: var(--c_key1); }
    .case .pagination a:hover {
      background-color: var(--c_key1); }
    .case .pagination .dots {
      color: var(--c_base1);
      letter-spacing: 0.2em;
      width: auto;
      margin-right: calc(7.5px - 0.2em);
      background-color: transparent; }

@media screen and (max-width: 1000px) {
  .case_list {
    width: 100%; }
    .case_list_item {
      width: 100%; } }
@media screen and (max-width: 800px) {
  .case {
    width: 89.7436%; }
    .case_list {
      margin-bottom: 20px; }
      .case_list_item {
        margin-bottom: 20px; }
        .case_list_item a {
          padding: 30px 20px;
          -webkit-box-align: start;
              -ms-flex-align: start;
                  align-items: flex-start; }
        .case_list_item .img {
          width: 32.2581%;
          border-radius: 25px 10px 25px 10px; }
        .case_list_item .box_text {
          width: 59.67742%; }
          .case_list_item .box_text .date {
            font-size: 10px;
            padding: 0; }
          .case_list_item .box_text .cat {
            font-size: 10px;
            min-width: 80px;
            padding: 5px 10px; }
          .case_list_item .box_text h2 {
            font-size: 12px;
            margin-top: 14px; }
    .case .pagination {
      font-size: 10px; }
      .case .pagination .page-numbers {
        width: 48px;
        height: 30px;
        margin: 0 5px; } }
/* ========================================

detail

======================================== */
.detail {
  position: relative;
  padding-top: 75px;
  padding-bottom: 80px; }
  .detail::before {
    width: calc(100% - 160px);
    height: 240px;
    content: '';
    display: block;
    position: absolute;
    left: 80px;
    bottom: 260px;
    background-color: #fff;
    border-radius: 0 0 25px 25px;
    z-index: 0; }
  .detail::after {
    width: 100%;
    height: 360px;
    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;
    background-position: left bottom;
    -webkit-transform: scaleY(-1);
            transform: scaleY(-1);
    z-index: -1; }
  .detail_content {
    font-size: 15px;
    line-height: 2.4;
    letter-spacing: 0.12em;
    width: calc(100% - 320px);
    max-width: 980px;
    margin: 0 auto 120px;
    padding-bottom: 125px; }
    .detail_content h2 {
      font-size: 26px;
      line-height: 1.76;
      letter-spacing: 0.12em;
      margin-bottom: 0.5em; }
    .detail_content h3 {
      font-size: 22px;
      line-height: 2;
      letter-spacing: 0.12em; }
    .detail_content h4 {
      font-size: 22px;
      line-height: 2;
      position: relative;
      margin-bottom: 1.5em;
      padding-left: 26px; }
      .detail_content h4::before {
        width: 10px;
        height: 10px;
        content: '';
        display: block;
        position: absolute;
        left: 0;
        top: 0.9em;
        background-color: var(--c_key1);
        border-radius: 50%; }
    .detail_content .ann {
      font-size: 14px;
      line-height: 2.14;
      padding: 20px 40px;
      background-color: var(--c_base2);
      border-radius: 25px; }
    .detail_content .wp-caption {
      max-width: 100% !important; }
      .detail_content .wp-caption img {
        max-width: 100% !important;
        border-radius: 10px; }
      .detail_content .wp-caption p {
        font-size: 12px;
        margin-top: 10px; }
    .detail_content img {
      max-width: 100% !important;
      border-radius: 10px; }
    .detail_content a {
      color: var(--c_key1);
      text-decoration: underline; }
      .detail_content a:hover {
        opacity: 0.6; }
    .detail_content strong {
      font-weight: 500; }
    .detail_content ul li {
      position: relative;
      padding-left: 20px; }
      .detail_content ul li::before {
        width: 7px;
        height: 7px;
        content: '';
        display: block;
        position: absolute;
        left: 0;
        top: 0.9em;
        background-color: var(--c_key1);
        border-radius: 50%; }
    .detail_content ol {
      counter-reset: number; }
      .detail_content ol li {
        position: relative;
        padding-left: 24px; }
        .detail_content ol li::before {
          color: var(--c_key1);
          font-weight: 500;
          counter-increment: number;
          content: counter(number) ".";
          position: absolute;
          left: 0; }
    .detail_content .wp-youtube {
      width: 100%; }
      .detail_content .wp-youtube iframe {
        width: 100%;
        aspect-ratio: 16 / 9; }
    .detail_content .wp-video {
      width: 100% !important; }
      .detail_content .wp-video video {
        width: 100%;
        height: auto; }
    .detail_content .box_answer {
      position: relative;
      margin-top: 120px;
      padding: 80px 60px 55px;
      background-color: var(--c_base2);
      border: 2px solid #fff;
      border-radius: 50px; }
      .detail_content .box_answer .hl {
        width: 100%;
        position: absolute;
        top: -70px;
        left: 0;
        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; }
        .detail_content .box_answer .hl .icon {
          max-width: 120px;
          overflow: hidden;
          margin: 0 40px 0 60px;
          border-radius: 50%; }
        .detail_content .box_answer .hl .com {
          color: #fff;
          font-size: 18px;
          line-height: 1.875;
          text-align: center;
          max-width: calc(100% - 260px);
          min-width: 34.8367%;
          position: relative;
          margin-top: 10px;
          padding: 12px 40px;
          border-radius: 100px 100px 100px 0;
          background-color: var(--c_key1); }
          .detail_content .box_answer .hl .com::before {
            width: 18px;
            height: 18px;
            content: '';
            display: block;
            position: absolute;
            bottom: 0;
            left: -3px;
            background-color: var(--c_key1);
            border-radius: 3px;
            -webkit-transform: skewX(-45deg);
                    transform: skewX(-45deg); }
  .detail_nav {
    position: relative;
    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; }
    .detail_nav .btn_base {
      width: 280px; }
      .detail_nav .btn_base.btn_back a {
        padding: 0 0 2px 16px; }
        .detail_nav .btn_base.btn_back a .ico_arrow {
          right: auto;
          left: 30px;
          -webkit-transform: rotate(-180deg);
                  transform: rotate(-180deg);
          -webkit-transform-origin: 50% 50%;
                  transform-origin: 50% 50%; }
      .detail_nav .btn_base.inactive {
        pointer-events: none;
        opacity: 0.18; }
      .detail_nav .btn_base.btn_list {
        width: 90px;
        margin: 0 20px; }
        .detail_nav .btn_base.btn_list a {
          padding: 0;
          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; }
          .detail_nav .btn_base.btn_list a span {
            background-image: url(../img/case/nav_list.png);
            background-size: 26px; }

@media screen and (max-width: 800px) {
  .detail {
    position: relative;
    padding-top: 0;
    padding-bottom: 40px; }
    .detail::before {
      display: none; }
    .detail::after {
      height: 235px;
      background-size: 30px; }
    .detail_content {
      font-size: 13px;
      line-height: 2.3;
      text-align: justify;
      width: 84.61539%;
      margin-bottom: 50px;
      padding-bottom: 0; }
      .detail_content h2 {
        font-size: 18px;
        margin-bottom: 0.5em; }
      .detail_content h3 {
        font-size: 16px;
        line-height: 1.875; }
      .detail_content h4 {
        font-size: 16px;
        line-height: 1.875;
        margin-bottom: 1.5em;
        padding-left: 20px; }
        .detail_content h4::before {
          width: 7px;
          height: 7px;
          top: 0.7em; }
      .detail_content .ann {
        font-size: 11px;
        line-height: 1.8;
        padding: 20px 18px; }
      .detail_content .wp-caption p {
        font-size: 10px;
        margin-top: 4px; }
      .detail_content .box_answer {
        width: 106.06061%;
        margin-top: 80px;
        margin-left: -3.030305%;
        padding: 58px 25px 32px;
        border-radius: 25px; }
        .detail_content .box_answer .hl {
          width: 101.158%;
          top: -38px; }
          .detail_content .box_answer .hl .icon {
            max-width: 75px;
            margin: 0 15px 0 25px; }
          .detail_content .box_answer .hl .com {
            font-size: 15px;
            max-width: calc(100% - 140px);
            min-width: 200px;
            margin-top: 0;
            padding: 12px 26px;
            border-radius: 30px 30px 30px 0; }
            .detail_content .box_answer .hl .com::before {
              left: -1px; }
    .detail_nav {
      width: 89.7436%;
      margin: 0 auto; }
      .detail_nav .btn_base {
        width: calc((100% - 70px) / 2);
        height: 40px; }
        .detail_nav .btn_base a .ico_arrow > span {
          width: 13px; }
        .detail_nav .btn_base.btn_next a {
          -webkit-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: flex-start;
          padding: 0 0 2px 16px; }
          .detail_nav .btn_base.btn_next a .ico_arrow {
            right: 16px; }
        .detail_nav .btn_base.btn_back a {
          padding: 0 16px 2px 0;
          -webkit-box-pack: end;
              -ms-flex-pack: end;
                  justify-content: flex-end; }
          .detail_nav .btn_base.btn_back a .ico_arrow {
            left: 16px; }
        .detail_nav .btn_base.btn_list {
          width: 50px;
          margin: 0 10px; }
          .detail_nav .btn_base.btn_list a span {
            width: 20px; } }
/* ========================================

others

======================================== */
.others {
  width: 100%;
  max-width: none;
  position: relative;
  padding-top: 40px;
  z-index: 2; }
  .others::before {
    width: 100%;
    height: 150px;
    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; }
  .others_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;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    z-index: 1; }
  .others_hl {
    position: relative; }
    .others_hl .hl_en_rl {
      margin-top: -60px; }
    .others_hl .btn_circle_d {
      font-size: clamp(14px, 1.2143vw, 17px);
      width: 100%;
      height: auto;
      aspect-ratio: 1 / 1;
      margin: 0 auto;
      margin-top: 30px;
      -webkit-transform: translateX(-19%);
              transform: translateX(-19%); }
      .others_hl .btn_circle_d .ico_arrow {
        margin-top: clamp(12px, 1.4286vw, 20px); }
  .others .case_list {
    width: calc(91.8844% - clamp(112px, 11.5943%, 160px));
    margin: 0; }
    .others .case_list_item {
      width: 48.556%;
      margin-bottom: 30px; }
      .others .case_list_item:nth-child(3), .others .case_list_item:nth-child(4) {
        margin-bottom: 0; }
      .others .case_list_item a {
        padding: 40px 30px;
        border: 4px solid #fff; }
      .others .case_list_item .img {
        width: 38.299%; }
      .others .case_list_item .box_text {
        width: 55.32%; }
        .others .case_list_item .box_text h2 {
          font-size: 16px;
          letter-spacing: 0.08em; }

@media screen and (max-width: 1000px) {
  .others .case_list_item {
    width: 100%; } }
@media screen and (max-width: 800px) {
  .others {
    padding-top: 20px; }
    .others::before {
      height: 85px;
      background-size: 30px; }
    .others_inner {
      width: 100%;
      display: block; }
    .others_hl {
      width: 84.6154%;
      margin-bottom: 30px; }
      .others_hl .hl_en_rl {
        margin-top: 0; }
    .others .case_list {
      width: 89.7436%;
      margin: 0 auto; }
      .others .case_list_item {
        width: 100%;
        margin-bottom: 20px; }
        .others .case_list_item:nth-child(3) {
          margin-bottom: 20px; }
        .others .case_list_item a {
          padding: 30px 20px;
          border: none; }
        .others .case_list_item .img {
          width: 32.2581%; }
        .others .case_list_item .box_text {
          width: 59.67742%; }
          .others .case_list_item .box_text h2 {
            font-size: 12px;
            letter-spacing: 0.08em; }
    .others .btn_base {
      width: 78.4811%;
      max-width: none;
      height: 50px;
      margin: 50px auto 0; } }
@media screen and (min-width: 801px) {
  .page_title::before {
    left: 78px;
    bottom: -51px;
    background-image: url(../img/solutions/tit_illust01.png); }
  .page_title::after {
    right: 86px;
    bottom: -42px;
    background-image: url(../img/solutions/tit_illust02.png); } }
.page_title h1::before, .page_title h1::after {
  width: 160px; }
.page_title_inner::after {
  background-size: 48px;
  background-image: url(../img/solutions/tit_icon.png); }

@media screen and (max-width: 800px) {
  .page_title h1::before, .page_title h1::after {
    width: 114px; }
  .page_title_inner::after {
    background-size: 33px; } }
/* ========================================

nav_case

======================================== */
.nav_case {
  width: calc(100% - 160px);
  max-width: 1380px;
  position: relative;
  margin: 0 auto;
  z-index: 2; }
  .nav_case 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_case ul li {
      width: 47.8261%;
      position: relative;
      padding: 40px 0;
      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-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .nav_case ul li .img {
        width: 42.4243%;
        overflow: hidden;
        margin-right: 6.0607%;
        border-radius: 90px; }
        .nav_case ul li .img img {
          width: 100%;
          height: 100%;
          -o-object-position: 50% 50%;
             object-position: 50% 50%;
          -o-object-fit: cover;
             object-fit: cover; }
      .nav_case ul li .box_text {
        width: 39.3940%;
        padding-top: 10px; }
      .nav_case ul li .sub {
        font-size: 12px;
        font-weight: 500;
        text-transform: uppercase;
        letter-spacing: 0.12em;
        margin-bottom: 26px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
      .nav_case ul li .txt {
        font-size: 17px;
        font-weight: 500;
        line-height: 2.11;
        letter-spacing: 0.08em;
        margin-bottom: 22px; }
        .nav_case ul li .txt strong {
          color: var(--c_key1); }
      .nav_case ul li .btn_base {
        width: 100%;
        height: 50px;
        margin: 0 auto; }
        .nav_case ul li .btn_base .ico_arrow {
          right: clamp(20px, 1.8vw, 30px); }

@media screen and (max-width: 1100px) {
  .nav_case ul li {
    width: 100%; }
    .nav_case ul li:not(:last-child) {
      margin-bottom: 30px; }
    .nav_case ul li .btn_base {
      width: 100%;
      max-width: none;
      margin: 0 auto; } }
@media screen and (max-width: 800px) {
  .nav_case {
    width: 84.6154%;
    margin-bottom: 70px; }
    .nav_case ul {
      display: block; }
      .nav_case ul li {
        width: 100%;
        padding: 30px 0; }
        .nav_case ul li .img {
          width: 120px;
          position: absolute;
          top: 30px;
          left: 20px; }
        .nav_case ul li .box_text {
          width: 87.8788%;
          padding-top: 5px; }
        .nav_case ul li .sub {
          font-size: 10px;
          margin-bottom: 16px;
          margin-left: 130px; }
        .nav_case ul li .txt {
          font-size: 12px;
          line-height: 1.75;
          margin-bottom: 35px;
          margin-left: 130px; }
        .nav_case ul li .btn_base {
          width: 93.1035%;
          max-width: none;
          margin: 0 auto; }
          .nav_case ul li .btn_base .ico_arrow {
            right: clamp(20px, 1.8vw, 30px); } }
/* ========================================

solutions

======================================== */
.solutions {
  position: relative;
  padding-top: 140px; }
  .solutions_wrap {
    position: relative;
    padding-bottom: 80px;
    background-color: var(--c_base2); }
  .solutions_bg {
    width: 100%;
    height: 330px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    background-color: #fff; }
    .solutions_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; }
    .solutions_bg.fixed {
      position: fixed;
      top: 0; }
    .solutions_bg.fixed_bottom {
      position: absolute;
      top: auto;
      -webkit-transform: translateY(100%);
              transform: translateY(100%); }
  .solutions_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; }
  .solutions_hl {
    top: 0;
    margin-top: -100px;
    padding-top: 100px;
    margin-left: clamp(20px, 2.6667vw, 40px); }
    .solutions_hl .hl_copy {
      margin-top: 60px; }
  .solutions_list {
    width: calc(91.3049% - clamp(112px, 11.5943%, 160px));
    position: relative;
    padding: clamp(42px, 3.8962vw, 60px) 0 clamp(70px, 6.4936vw, 100px);
    background-color: #eaeaea;
    border-radius: 25px;
    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; }
    .solutions_list_item {
      width: 89.091%; }
    .solutions_list .img {
      overflow: hidden;
      border-radius: 25px; }
    .solutions_list .txt {
      font-size: 15px;
      text-align: justify;
      line-height: 2.4;
      letter-spacing: 0.12em; }
    .solutions_list .cl2 {
      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; }
    .solutions_list .content {
      margin-bottom: 75px;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; }
      .solutions_list .content .box_text {
        width: 42.8572%;
        padding-top: 20px; }
      .solutions_list .content h3 {
        font-size: 22px;
        font-weight: 500;
        letter-spacing: 0.08em;
        margin-bottom: clamp(30px, 3.5715vw, 50px); }
      .solutions_list .content .img {
        width: 46.9388%; }
    .solutions_list .box_ba {
      position: relative;
      padding: 65px 6.1225% 60px;
      background-color: #fff;
      background-image: radial-gradient(#d9d9d9 8%, transparent 8%);
      background-size: 18px 18px;
      background-position: 50% 50%;
      border-radius: 50px;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .solutions_list .box_ba h4 {
        color: #fff;
        font-size: 18px;
        font-weight: 500;
        letter-spacing: 0.08em;
        width: 260px;
        height: 50px;
        position: absolute;
        right: calc(50% - 130px);
        top: -25px;
        margin: 0 auto;
        background-color: var(--c_base1);
        border-radius: 50px;
        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; }
      .solutions_list .box_ba .img {
        width: 51.1628%; }
        .solutions_list .box_ba .img.img02 {
          width: 53.4884%; }
      .solutions_list .box_ba .txt {
        width: 41.8605%; }
    .solutions_list .arrow {
      height: 60px;
      margin: 35px 0 45px;
      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; }
      .solutions_list .arrow .ico_arrow {
        -webkit-transform: rotate(90deg);
                transform: rotate(90deg);
        -webkit-transform-origin: 50% 0%;
                transform-origin: 50% 0%; }
        .solutions_list .arrow .ico_arrow::before, .solutions_list .arrow .ico_arrow::after {
          width: 5px;
          margin-right: 5px; }
        .solutions_list .arrow .ico_arrow > span {
          width: 38px; }
    .solutions_list .after h4 {
      background-color: var(--c_key1); }
    .solutions_list .box_comment {
      position: relative;
      margin-top: 120px;
      padding: 80px 6.1225% 55px;
      background-color: #fff;
      border-radius: 50px; }
      .solutions_list .box_comment .hl {
        width: 100%;
        position: absolute;
        top: -70px;
        left: 0;
        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; }
        .solutions_list .box_comment .hl .icon {
          max-width: 120px;
          overflow: hidden;
          margin: 0 40px 0 6.1225%;
          border-radius: 50%; }
        .solutions_list .box_comment .hl .com {
          color: #fff;
          font-size: clamp(15px, 1.2858vw, 18px);
          line-height: 1.875;
          text-align: center;
          max-width: calc(100% - 260px);
          min-width: 34.8367%;
          position: relative;
          margin-top: 10px;
          padding: 12px clamp(20px, 2.8572vw, 40px);
          border-radius: 100px 100px 100px 0;
          background-color: var(--c_key1); }
          .solutions_list .box_comment .hl .com::before {
            width: 18px;
            height: 18px;
            content: '';
            display: block;
            position: absolute;
            bottom: 0;
            left: -3px;
            background-color: var(--c_key1);
            border-radius: 3px;
            -webkit-transform: skewX(-45deg);
                    transform: skewX(-45deg); }
    .solutions_list .box_voice .hl .com {
      background-color: #e3cf61; }
      .solutions_list .box_voice .hl .com::before {
        background-color: #e3cf61; }

@media screen and (max-width: 1100px) {
  .solutions_list .content .box_text {
    width: 100%;
    margin-bottom: 30px; }
  .solutions_list .content .img {
    width: 100%; }
  .solutions_list .box_ba .img {
    width: 100%; }
    .solutions_list .box_ba .img.img02 {
      width: 100%; }
  .solutions_list .box_ba .txt {
    width: 100%;
    margin-bottom: 30px; } }
@media screen and (max-width: 800px) {
  .solutions {
    padding-top: 70px; }
    .solutions_wrap {
      padding-bottom: 50px; }
    .solutions_bg {
      height: 5px;
      background-color: transparent; }
      .solutions_bg::before {
        height: 5px;
        top: 0;
        bottom: auto;
        background-size: 30px; }
    .solutions_inner {
      width: 100%; }
    .solutions_hl {
      width: 84.6154%;
      margin-top: 0;
      margin-bottom: 40px;
      padding-top: 0; }
      .solutions_hl .hl_copy {
        margin-top: 32px; }
    .solutions_list {
      width: 100%;
      padding: 28px 0 50px; }
      .solutions_list_item {
        width: 89.7436%; }
      .solutions_list .txt {
        font-size: 13px;
        line-height: 2.3; }
      .solutions_list .content {
        width: 94.2858%;
        margin: 0 auto; }
      .solutions_list .box_ba .txt {
        margin-bottom: 30px; }
      .solutions_list .content {
        margin-bottom: 65px;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; }
        .solutions_list .content .box_text {
          padding-top: 20px; }
        .solutions_list .content h3 {
          font-size: 16px;
          margin-bottom: 25px; }
      .solutions_list .box_ba {
        padding: 53px 0 30px;
        background-size: 11px 11px;
        background-position: 50% 50%;
        border-radius: 25px; }
        .solutions_list .box_ba h4 {
          font-size: 15px;
          width: 230px;
          right: calc(50% - 115px); }
        .solutions_list .box_ba .txt {
          width: 82.8572%;
          margin: 0 auto 30px; }
        .solutions_list .box_ba .img {
          width: 88.5715%;
          margin: 0 auto; }
      .solutions_list .before {
        margin-bottom: 60px; }
      .solutions_list .arrow {
        display: none; }
      .solutions_list .box_comment {
        margin-top: 64px;
        padding: 58px 30px 32px;
        border-radius: 25px; }
        .solutions_list .box_comment .hl {
          width: 100%;
          top: -38px; }
          .solutions_list .box_comment .hl .icon {
            max-width: 75px;
            margin: 0 15px 0 30px; }
          .solutions_list .box_comment .hl .com {
            font-size: 15px;
            max-width: calc(100% - 140px);
            min-width: 200px;
            margin-top: 0;
            padding: 16px 26px;
            border-radius: 30px 30px 30px 0; }
            .solutions_list .box_comment .hl .com::before {
              left: -1px; } }
/*# sourceMappingURL=solutions.css.map */