@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Arimo:wght@400;700&family=Noto+Sans+JP:wght@400;500;700&family=Noto+Serif+JP:wght@500;700&display=swap");
:root {
  --font: 'Noto Sans JP','游ゴシック', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  --font-min: 'Noto Serif JP', serif;
  --font-en: 'Arimo', sans-serif;
  --text: #000000;
  --text-sub: #666666;
  --bg: #ffffff;
  --border: #ddd;
  --primary: #7a9e6e;
  --sub: #3a7bbf;
  --bg-color: var(--bg);
  --text-color: var(--text);
  --main-color: var(--primary);
  --w:0;
  --w-pc:1440;
  --w-sp:375;
}

*, *::before, *::after {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  tab-size: 4;
}

body {
  margin: 0;
  line-height: 1.4;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.2;
}

p, li, dt, dl, dd {
  line-height: 1.8;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

hr {
  height: 0;
  color: inherit;
}

abbr[title] {
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  text-indent: 0;
  border-color: inherit;
  border-collapse: collapse;
}

button, input, optgroup, select, textarea {
  font: inherit;
  line-height: inherit;
  color: inherit;
  margin: 0;
}

button, select {
  text-transform: none;
}

button, [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
}

::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

:-moz-focusring {
  outline: 1px dotted ButtonText;
}

:-moz-ui-invalid {
  box-shadow: none;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

summary {
  display: list-item;
}

body {
  font-family: var(--font);
  color: var(--text-color);
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt";
}

img {
  width: 100%;
}

.u-en {
  font-family: var(--font-en);
}

.u-min {
  font-family: var(--font-min);
}

.u-fw-normal {
  font-weight: normal !important;
}

.u-fw-bold {
  font-weight: bold !important;
}

.u-td-u {
  text-decoration: underline !important;
}

.u-td-n {
  text-decoration: none !important;
}

.u-ta-l {
  text-align: left !important;
}

.u-ta-c {
  text-align: center !important;
}

.u-ta-r {
  text-align: right !important;
}

.c-anim {
  transition-delay: 0.2s;
  transition-duration: 0.7s;
}
.c-anim.is-fade {
  opacity: 0;
}
.c-anim.is-fade.is-active {
  opacity: 1;
}
.c-anim.is-top {
  opacity: 0;
  transform: translate(0, -100px);
}
.c-anim.is-top.is-active {
  opacity: 1;
  transform: translate(0, 0);
}
.c-anim.is-bottom {
  opacity: 0;
  transform: translate(0, 50px);
}
.c-anim.is-bottom.is-active {
  opacity: 1;
  transform: translate(0, 0);
}
.c-anim.is-left {
  opacity: 0;
  transform: translate(-100px, 0);
}
.c-anim.is-left.is-active {
  opacity: 1;
  transform: translate(0, 0);
}
.c-anim {
  /* Delay Utils */
}
.c-anim.is-delay-00 {
  transition-delay: 0s;
}
.c-anim.is-delay-01 {
  transition-delay: 0.1s;
}
.c-anim.is-delay-02 {
  transition-delay: 0.2s;
}
.c-anim.is-delay-03 {
  transition-delay: 0.3s;
}
.c-anim.is-delay-04 {
  transition-delay: 0.4s;
}
.c-anim.is-delay-05 {
  transition-delay: 0.5s;
}
.c-anim.is-delay-06 {
  transition-delay: 0.6s;
}
.c-anim.is-delay-07 {
  transition-delay: 0.7s;
}
.c-anim.is-delay-08 {
  transition-delay: 0.8s;
}
.c-anim.is-delay-09 {
  transition-delay: 0.9s;
}
.c-anim.is-delay-10 {
  transition-delay: 1s;
}

@media print, screen and (min-width: 768px) {
  :root {
    --w: var(--w-pc) ;
  }
  .u-sp {
    display: none;
  }
  body {
    background-image: url("../images/bg.webp");
  }
  .l-wrapper {
    overflow: clip;
  }
  .l-inner-l {
    position: relative;
    margin: 0 auto;
    max-width: min(1136px, 1136 / var(--w) * 100vw);
  }
  .l-inner {
    position: relative;
    margin: 0 auto;
    max-width: min(960px, 960 / var(--w) * 100vw);
  }
  .l-inner-s {
    position: relative;
    margin: 0 auto;
    max-width: min(720px, 720 / var(--w) * 100vw);
  }
  .l-inner-ss {
    position: relative;
    margin: 0 auto;
    max-width: min(480px, 480 / var(--w) * 100vw);
  }
  .l-main {
    overflow: hidden;
  }
  .c-pagelink-offset {
    position: absolute;
    top: max(-100px, -100 / var(--w) * 100vw);
    left: 0;
  }
  .c-section-head {
    display: flex;
    flex-direction: column;
    gap: min(20px, 20 / var(--w) * 100vw);
    align-items: flex-start;
    justify-content: center;
  }
  .c-section-head.is-center {
    display: flex;
    flex-direction: column;
    gap: min(20px, 20 / var(--w) * 100vw);
    align-items: center;
    justify-content: center;
  }
  .c-section-head ._label {
    margin: 0;
    font-size: min(16px, 16 / var(--w) * 100vw);
    line-height: 1;
    letter-spacing: 0.4em;
    font-weight: 700;
  }
  .c-section-head ._title {
    margin: 0;
    font-size: min(42px, 42 / var(--w) * 100vw);
    line-height: 1.2;
    font-weight: 700;
  }
  .c-section-head ._title b {
    color: var(--primary);
  }
  .c-section-head ._title span {
    font-size: min(30px, 30 / var(--w) * 100vw);
  }
  .c-section-head ._line {
    display: block;
    width: min(40px, 40 / var(--w) * 100vw);
    height: min(2px, 2 / var(--w) * 100vw);
    background: var(--text);
  }
  .c-problem-card {
    width: min(253px, 253 / var(--w) * 100vw);
    height: min(390px, 390 / var(--w) * 100vw);
    overflow: hidden;
    border: min(1px, 1 / var(--w) * 100vw) solid var(--border);
    border-radius: min(10px, 10 / var(--w) * 100vw);
    background: #fff;
  }
  .c-problem-card ._thumb {
    width: 100%;
    aspect-ratio: 253/224;
    overflow: hidden;
  }
  .c-problem-card ._thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .c-problem-card ._body {
    display: flex;
    flex-direction: column;
    gap: min(10px, 10 / var(--w) * 100vw);
    width: min(222px, 222 / var(--w) * 100vw);
    margin: min(22px, 22 / var(--w) * 100vw) auto 0;
    text-align: center;
  }
  .c-problem-card ._title {
    margin: 0;
    font-size: min(24px, 24 / var(--w) * 100vw);
    line-height: 1.45;
    font-weight: 700;
  }
  .c-problem-card ._text {
    margin: 0;
    font-size: min(16px, 16 / var(--w) * 100vw);
    line-height: min(26px, 26 / var(--w) * 100vw);
    letter-spacing: 0.031em;
    color: var(--text-sub);
  }
  .c-approach-card {
    width: min(552px, 552 / var(--w) * 100vw);
    overflow: hidden;
    border-radius: min(12px, 12 / var(--w) * 100vw);
    background: #fff;
  }
  .c-approach-card h1, .c-approach-card h2, .c-approach-card h3, .c-approach-card h4, .c-approach-card h5, .c-approach-card h6 {
    margin: 0;
    padding: 0;
  }
  .c-approach-card p {
    margin: 0;
  }
  .c-approach-card {
    border: min(1px, 1 / var(--w) * 100vw) solid var(--border);
  }
  .c-approach-card ._visual {
    position: relative;
    height: min(300px, 300 / var(--w) * 100vw);
    overflow: hidden;
  }
  .c-approach-card ._visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .c-approach-card ._visual-text {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    gap: min(20px, 20 / var(--w) * 100vw);
    align-items: center;
    justify-content: center;
    color: #fff;
  }
  .c-approach-card ._visual-text h3 {
    font-size: min(42px, 42 / var(--w) * 100vw);
    line-height: 1;
    letter-spacing: 0.057em;
    font-weight: 700;
  }
  .c-approach-card ._visual-text ._t1 {
    font-size: min(14px, 14 / var(--w) * 100vw);
    line-height: 1;
    letter-spacing: 0.17em;
    font-weight: 700;
  }
  .c-approach-card ._visual-text ._t2 {
    font-size: min(28px, 28 / var(--w) * 100vw);
    line-height: 1;
  }
  .c-approach-card ._content {
    padding: min(40px, 40 / var(--w) * 100vw);
  }
  .c-approach-card ._note {
    margin: min(14px, 14 / var(--w) * 100vw) 0 0 min(50px, 50 / var(--w) * 100vw);
    font-size: min(16px, 16 / var(--w) * 100vw);
    line-height: 1.5;
    font-weight: 700;
  }
  .c-list {
    display: flex;
    flex-direction: column;
    gap: min(6px, 6 / var(--w) * 100vw);
    margin: 0;
    padding: 0 0 0 min(60px, 60 / var(--w) * 100vw);
    list-style: none;
  }
  .c-list li {
    position: relative;
    font-size: min(18px, 18 / var(--w) * 100vw);
    line-height: min(28px, 28 / var(--w) * 100vw);
    font-weight: 700;
  }
  .c-list li::before {
    content: "●";
    position: absolute;
    left: max(-30px, -30 / var(--w) * 100vw);
    top: 0;
    font-size: min(16px, 16 / var(--w) * 100vw);
    color: var(--sub);
  }
  .p-index-hero {
    position: relative;
    overflow: hidden;
    background: #07142d;
  }
  .p-index-hero h1, .p-index-hero h2, .p-index-hero h3, .p-index-hero h4, .p-index-hero h5, .p-index-hero h6 {
    margin: 0;
    padding: 0;
  }
  .p-index-hero p {
    margin: 0;
  }
  .p-index-hero {
    height: 100vh;
    max-height: 100vw;
  }
  .p-index-hero ._image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .p-index-hero ._image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .p-index-hero ._copy {
    position: absolute;
    top: 0;
    bottom: 0;
    left: calc(240 / var(--w) * 100vw);
    display: flex;
    flex-direction: column;
    gap: calc(20 / var(--w) * 100vw);
    align-items: center;
    justify-content: center;
    color: var(--bg);
  }
  .p-index-hero ._en {
    font-size: calc(140 / var(--w) * 100vw);
    line-height: 0.76;
    font-weight: 700;
    text-transform: uppercase;
  }
  .p-index-hero ._conditioning {
    margin-top: calc(-10 / var(--w) * 100vw);
    font-size: calc(61 / var(--w) * 100vw);
    line-height: 1;
    font-weight: 700;
  }
  .p-index-hero ._ja {
    margin-top: calc(20 / var(--w) * 100vw);
    display: flex;
    flex-direction: column;
    gap: calc(20 / var(--w) * 100vw);
  }
  .p-index-hero ._main {
    font-size: calc(42 / var(--w) * 100vw);
    line-height: calc(41 / var(--w) * 100vw);
    font-weight: 700;
  }
  .p-index-hero ._lead {
    font-size: calc(27 / var(--w) * 100vw);
    line-height: 1.45;
    letter-spacing: 0.38em;
    font-weight: 500;
  }
  .p-index-about {
    padding: min(88px, 88 / var(--w) * 100vw) 0 min(120px, 120 / var(--w) * 100vw);
  }
  .p-index-about h1, .p-index-about h2, .p-index-about h3, .p-index-about h4, .p-index-about h5, .p-index-about h6 {
    margin: 0;
    padding: 0;
  }
  .p-index-about p {
    margin: 0;
  }
  .p-index-about ._inner {
    display: flex;
    gap: min(120px, 120 / var(--w) * 100vw);
  }
  .p-index-about ._figure {
    width: min(500px, 500 / var(--w) * 100vw);
    margin-top: min(38px, 38 / var(--w) * 100vw);
    padding-left: min(50px, 50 / var(--w) * 100vw);
  }
  .p-index-about ._body {
    flex: 1;
  }
  .p-index-about ._text {
    margin: min(20px, 20 / var(--w) * 100vw) 0 0;
    font-size: min(20px, 20 / var(--w) * 100vw);
    line-height: 2;
    letter-spacing: 0.031em;
  }
  .p-index-problem {
    padding: 0 0 min(170px, 170 / var(--w) * 100vw);
  }
  .p-index-problem h1, .p-index-problem h2, .p-index-problem h3, .p-index-problem h4, .p-index-problem h5, .p-index-problem h6 {
    margin: 0;
    padding: 0;
  }
  .p-index-problem p {
    margin: 0;
  }
  .p-index-problem ._inner {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .p-index-problem ._list {
    display: flex;
    gap: min(30px, 30 / var(--w) * 100vw);
    align-items: flex-start;
    margin-top: min(77px, 77 / var(--w) * 100vw);
  }
  .p-index-problem ._message {
    margin: min(72px, 72 / var(--w) * 100vw) 0 0;
    font-size: min(32px, 32 / var(--w) * 100vw);
    line-height: 1.7;
    font-weight: 700;
    text-align: center;
  }
  .p-index-solution {
    position: relative;
    padding: min(200px, 200 / var(--w) * 100vw) 0 min(100px, 100 / var(--w) * 100vw) 0;
  }
  .p-index-solution h1, .p-index-solution h2, .p-index-solution h3, .p-index-solution h4, .p-index-solution h5, .p-index-solution h6 {
    margin: 0;
    padding: 0;
  }
  .p-index-solution p {
    margin: 0;
  }
  .p-index-solution ._image {
    position: absolute;
    left: max(-129px, -129 / var(--w) * 100vw);
    top: max(-337px, -337 / var(--w) * 100vw);
    width: min(697px, 697 / var(--w) * 100vw);
  }
  .p-index-solution ._image img {
    display: block;
  }
  .p-index-solution ._body {
    position: relative;
    width: min(552px, 552 / var(--w) * 100vw);
    margin-left: min(580px, 580 / var(--w) * 100vw);
    padding-top: 0;
  }
  .p-index-solution ._text {
    margin-top: min(40px, 40 / var(--w) * 100vw);
    font-size: min(20px, 20 / var(--w) * 100vw);
    line-height: min(40px, 40 / var(--w) * 100vw);
    letter-spacing: 0.025em;
  }
  .p-index-approach {
    position: relative;
    padding: min(70px, 70 / var(--w) * 100vw) 0 min(140px, 140 / var(--w) * 100vw) 0;
  }
  .p-index-approach h1, .p-index-approach h2, .p-index-approach h3, .p-index-approach h4, .p-index-approach h5, .p-index-approach h6 {
    margin: 0;
    padding: 0;
  }
  .p-index-approach p {
    margin: 0;
  }
  .p-index-approach ._head {
    padding-left: min(580px, 580 / var(--w) * 100vw);
  }
  .p-index-approach ._cols {
    display: flex;
    gap: min(32px, 32 / var(--w) * 100vw);
    margin-top: min(40px, 40 / var(--w) * 100vw);
  }
  .p-index-approach ._box {
    width: min(900px, 900 / var(--w) * 100vw);
    margin: 0 auto;
    margin-top: min(40px, 40 / var(--w) * 100vw);
    padding: min(60px, 60 / var(--w) * 100vw);
    border-radius: min(10px, 10 / var(--w) * 100vw);
    background: var(--sub);
    text-align: center;
    color: #fff;
  }
  .p-index-approach ._box ._line {
    font-size: min(24px, 24 / var(--w) * 100vw);
    line-height: 1;
    font-weight: 700;
    display: flex;
    gap: min(5px, 5 / var(--w) * 100vw);
    align-items: center;
    justify-content: center;
  }
  .p-index-approach ._box ._line span {
    font-size: min(42px, 42 / var(--w) * 100vw);
  }
  .p-index-approach ._box ._equal {
    margin-top: min(10px, 10 / var(--w) * 100vw);
    font-size: min(42px, 42 / var(--w) * 100vw);
    line-height: 1;
    font-weight: 700;
    transform: rotate(90deg);
  }
  .p-index-whyboth {
    position: relative;
    text-align: center;
    padding: 0 0 min(130px, 130 / var(--w) * 100vw) 0;
    display: flex;
    flex-direction: column;
    gap: min(20px, 20 / var(--w) * 100vw);
    align-items: center;
  }
  .p-index-whyboth h1, .p-index-whyboth h2, .p-index-whyboth h3, .p-index-whyboth h4, .p-index-whyboth h5, .p-index-whyboth h6 {
    margin: 0;
    padding: 0;
  }
  .p-index-whyboth p {
    margin: 0;
  }
  .p-index-whyboth::before {
    content: "";
    display: block;
    position: absolute;
    top: min(300px, 300 / var(--w) * 100vw);
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff;
  }
  .p-index-whyboth ._image {
    width: min(551px, 551 / var(--w) * 100vw);
    opacity: 0.9;
  }
  .p-index-whyboth ._body {
    position: relative;
    margin-top: min(50px, 50 / var(--w) * 100vw);
    display: flex;
    flex-direction: column;
    gap: min(40px, 40 / var(--w) * 100vw);
    align-items: center;
  }
  .p-index-whyboth ._text {
    font-size: min(20px, 20 / var(--w) * 100vw);
    line-height: min(40px, 40 / var(--w) * 100vw);
    letter-spacing: 0.025em;
  }
  .p-index-quote {
    padding: min(200px, 200 / var(--w) * 100vw) 0;
    display: flex;
    flex-direction: column;
    gap: min(20px, 20 / var(--w) * 100vw);
    align-items: center;
    text-align: center;
  }
  .p-index-quote h1, .p-index-quote h2, .p-index-quote h3, .p-index-quote h4, .p-index-quote h5, .p-index-quote h6 {
    margin: 0;
    padding: 0;
  }
  .p-index-quote p {
    margin: 0;
  }
  .p-index-quote ._texts {
    position: relative;
  }
  .p-index-quote ._mark {
    margin: 0;
    position: absolute;
    top: max(-100px, -100 / var(--w) * 100vw);
    left: max(-100px, -100 / var(--w) * 100vw);
    font-size: min(248px, 248 / var(--w) * 100vw);
    line-height: 1;
    letter-spacing: 0.028;
    font-weight: 700;
    color: var(--sub);
  }
  .p-index-quote ._text {
    position: relative;
    font-size: min(28px, 28 / var(--w) * 100vw);
    line-height: min(56px, 56 / var(--w) * 100vw);
    letter-spacing: 0.25em;
    font-weight: 700;
  }
  .p-index-quote ._name {
    margin-top: min(30px, 30 / var(--w) * 100vw);
    font-size: min(16px, 16 / var(--w) * 100vw);
    line-height: 1.5;
    font-weight: 700;
  }
  .p-index-quote ._en {
    margin-top: min(30px, 30 / var(--w) * 100vw);
    font-size: min(12px, 12 / var(--w) * 100vw);
    line-height: 1.5;
    letter-spacing: 0.06em;
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  :root {
    --w: var(--w-sp) ;
  }
  .u-pc {
    display: none;
  }
  body {
    background-image: url(../images/bg.webp);
    background-size: 100vw auto;
  }
  .l-wrapper {
    overflow: clip;
  }
  .c-pagelink-offset {
    position: absolute;
    top: calc(-100 / var(--w) * 100vw);
    left: 0;
  }
  .c-section-head {
    display: flex;
    flex-direction: column;
    gap: calc(10 / var(--w) * 100vw);
    align-items: flex-start;
    justify-content: center;
  }
  .c-section-head.is-center-sp {
    display: flex;
    flex-direction: column;
    gap: calc(10 / var(--w) * 100vw);
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .c-section-head ._label {
    margin: 0;
    font-size: calc(13 / var(--w) * 100vw);
    line-height: 1;
    letter-spacing: 0.4em;
    font-weight: 700;
  }
  .c-section-head ._title {
    margin: 0;
    font-size: calc(24 / var(--w) * 100vw);
    line-height: 1.3;
    font-weight: 700;
  }
  .c-section-head ._title b {
    color: var(--primary);
  }
  .c-section-head ._title span {
    font-size: calc(18 / var(--w) * 100vw);
  }
  .c-section-head ._line {
    display: block;
    width: calc(24 / var(--w) * 100vw);
    height: calc(2 / var(--w) * 100vw);
    background: var(--text);
  }
  .c-problem-card {
    position: relative;
    overflow: hidden;
    border: calc(1 / var(--w) * 100vw) solid var(--border);
    border-radius: calc(8 / var(--w) * 100vw);
    background: #fff;
  }
  .c-problem-card ._thumb {
    width: 100%;
    aspect-ratio: 1/0.88;
    overflow: hidden;
  }
  .c-problem-card ._thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .c-problem-card ._body {
    display: flex;
    flex-direction: column;
    gap: calc(6 / var(--w) * 100vw);
    margin: calc(12 / var(--w) * 100vw) auto 0;
    text-align: center;
    padding-bottom: calc(15 / var(--w) * 100vw);
  }
  .c-problem-card ._title {
    margin: 0;
    font-size: calc(16 / var(--w) * 100vw);
    line-height: 1.45;
    font-weight: 700;
  }
  .c-problem-card ._text {
    margin: 0;
    font-size: calc(14 / var(--w) * 100vw);
    line-height: 1.6;
    letter-spacing: 0.03em;
    color: var(--text-sub);
  }
  .c-approach-card {
    width: 100%;
    overflow: hidden;
    border-radius: calc(10 / var(--w) * 100vw);
    background: #fff;
  }
  .c-approach-card h1, .c-approach-card h2, .c-approach-card h3, .c-approach-card h4, .c-approach-card h5, .c-approach-card h6 {
    margin: 0;
    padding: 0;
  }
  .c-approach-card p {
    margin: 0;
  }
  .c-approach-card {
    border: calc(1 / var(--w) * 100vw) solid var(--border);
  }
  .c-approach-card ._visual {
    position: relative;
    height: calc(180 / var(--w) * 100vw);
    overflow: hidden;
  }
  .c-approach-card ._visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .c-approach-card ._visual-text {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    gap: calc(10 / var(--w) * 100vw);
    align-items: center;
    justify-content: center;
    color: #fff;
  }
  .c-approach-card ._visual-text h3 {
    font-size: calc(28 / var(--w) * 100vw);
    line-height: 1;
    letter-spacing: 0.057em;
    font-weight: 700;
  }
  .c-approach-card ._visual-text ._t1 {
    font-size: calc(12 / var(--w) * 100vw);
    line-height: 1;
    letter-spacing: 0.17em;
    font-weight: 700;
  }
  .c-approach-card ._visual-text ._t2 {
    font-size: calc(20 / var(--w) * 100vw);
    line-height: 1;
  }
  .c-approach-card ._content {
    padding: calc(20 / var(--w) * 100vw);
  }
  .c-approach-card ._note {
    margin: calc(10 / var(--w) * 100vw) 0 0;
    font-size: calc(13 / var(--w) * 100vw);
    line-height: 1.5;
    font-weight: 400;
    text-align: center;
  }
  .c-list {
    display: flex;
    flex-direction: column;
    gap: calc(4 / var(--w) * 100vw);
    margin: 0;
    padding: 0 0 0 calc(24 / var(--w) * 100vw);
    list-style: none;
  }
  .c-list li {
    position: relative;
    font-size: calc(15 / var(--w) * 100vw);
    line-height: 1.54;
    font-weight: 700;
    padding-left: calc(20 / var(--w) * 100vw);
  }
  .c-list li::before {
    content: "●";
    position: absolute;
    left: 0;
    top: calc(5 / var(--w) * 100vw);
    font-size: calc(11 / var(--w) * 100vw);
    color: var(--sub);
  }
  .p-index-hero {
    position: relative;
    overflow: hidden;
    background: #07142d;
  }
  .p-index-hero h1, .p-index-hero h2, .p-index-hero h3, .p-index-hero h4, .p-index-hero h5, .p-index-hero h6 {
    margin: 0;
    padding: 0;
  }
  .p-index-hero p {
    margin: 0;
  }
  .p-index-hero {
    height: 100vh;
    min-height: 180vw;
    max-height: 260vw;
  }
  .p-index-hero ._image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .p-index-hero ._image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .p-index-hero ._copy {
    position: absolute;
    top: calc(60 / var(--w) * 100vw);
    right: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    gap: calc(6 / var(--w) * 100vw);
    align-items: center;
    justify-content: center;
    color: #fff;
    text-align: center;
  }
  .p-index-hero ._en {
    font-size: calc(60 / var(--w) * 100vw);
    line-height: 0.85;
    font-weight: 700;
    text-transform: uppercase;
  }
  .p-index-hero ._conditioning {
    margin-top: calc(-2 / var(--w) * 100vw);
    font-size: calc(26 / var(--w) * 100vw);
    line-height: 1;
    font-weight: 700;
  }
  .p-index-hero ._ja {
    margin-top: calc(10 / var(--w) * 100vw);
    display: flex;
    flex-direction: column;
    gap: calc(6 / var(--w) * 100vw);
  }
  .p-index-hero ._main {
    font-size: calc(18 / var(--w) * 100vw);
    line-height: 1.2;
    font-weight: 700;
  }
  .p-index-hero ._lead {
    font-size: calc(13 / var(--w) * 100vw);
    line-height: 1.5;
    letter-spacing: 0.25em;
    font-weight: 60;
  }
  .p-index-about {
    padding: calc(50 / var(--w) * 100vw) calc(25 / var(--w) * 100vw) calc(60 / var(--w) * 100vw);
  }
  .p-index-about h1, .p-index-about h2, .p-index-about h3, .p-index-about h4, .p-index-about h5, .p-index-about h6 {
    margin: 0;
    padding: 0;
  }
  .p-index-about p {
    margin: 0;
  }
  .p-index-about ._inner {
    display: flex;
    flex-direction: column;
    gap: calc(30 / var(--w) * 100vw);
  }
  .p-index-about ._figure {
    width: 100%;
  }
  .p-index-about ._body {
    width: 100%;
  }
  .p-index-about ._text {
    margin: calc(15 / var(--w) * 100vw) 0 0;
    font-size: calc(15 / var(--w) * 100vw);
    line-height: 2;
    letter-spacing: 0.03em;
  }
  .p-index-problem {
    padding: 0 calc(25 / var(--w) * 100vw) calc(70 / var(--w) * 100vw);
  }
  .p-index-problem h1, .p-index-problem h2, .p-index-problem h3, .p-index-problem h4, .p-index-problem h5, .p-index-problem h6 {
    margin: 0;
    padding: 0;
  }
  .p-index-problem p {
    margin: 0;
  }
  .p-index-problem ._inner {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .p-index-problem ._list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: calc(10 / var(--w) * 100vw);
    margin-top: calc(30 / var(--w) * 100vw);
  }
  .p-index-problem ._message {
    margin: calc(35 / var(--w) * 100vw) 0 0;
    font-size: calc(16 / var(--w) * 100vw);
    line-height: 1.7;
    font-weight: 700;
    text-align: center;
  }
  .p-index-solution {
    position: relative;
    padding: 0 calc(25 / var(--w) * 100vw) calc(60 / var(--w) * 100vw);
  }
  .p-index-solution h1, .p-index-solution h2, .p-index-solution h3, .p-index-solution h4, .p-index-solution h5, .p-index-solution h6 {
    margin: 0;
    padding: 0;
  }
  .p-index-solution p {
    margin: 0;
  }
  .p-index-solution ._inner {
    display: flex;
    flex-direction: column;
    gap: calc(20 / var(--w) * 100vw);
  }
  .p-index-solution ._image {
    position: relative;
  }
  .p-index-solution ._body {
    position: relative;
    margin-top: calc(-100 / var(--w) * 100vw);
  }
  .p-index-solution ._text {
    margin-top: calc(20 / var(--w) * 100vw);
    font-size: calc(15 / var(--w) * 100vw);
    line-height: 2;
    letter-spacing: 0.025em;
    text-align: center;
  }
  .p-index-approach {
    position: relative;
    padding: calc(40 / var(--w) * 100vw) calc(25 / var(--w) * 100vw) calc(70 / var(--w) * 100vw);
  }
  .p-index-approach h1, .p-index-approach h2, .p-index-approach h3, .p-index-approach h4, .p-index-approach h5, .p-index-approach h6 {
    margin: 0;
    padding: 0;
  }
  .p-index-approach p {
    margin: 0;
  }
  .p-index-approach ._cols {
    display: flex;
    flex-direction: column;
    gap: calc(20 / var(--w) * 100vw);
    margin-top: calc(30 / var(--w) * 100vw);
  }
  .p-index-approach ._box {
    width: 100%;
    margin: 0 auto;
    margin-top: calc(30 / var(--w) * 100vw);
    padding: calc(30 / var(--w) * 100vw) 0;
    border-radius: calc(10 / var(--w) * 100vw);
    background: var(--sub);
    text-align: center;
    color: #fff;
  }
  .p-index-approach ._box ._line {
    font-size: calc(13 / var(--w) * 100vw);
    line-height: 1.4;
    font-weight: 700;
    display: flex;
    gap: calc(3 / var(--w) * 100vw);
    align-items: center;
    justify-content: center;
  }
  .p-index-approach ._box ._line span {
    font-size: calc(20 / var(--w) * 100vw);
  }
  .p-index-approach ._box ._equal {
    margin-top: calc(5 / var(--w) * 100vw);
    font-size: calc(24 / var(--w) * 100vw);
    line-height: 1;
    font-weight: 700;
    transform: rotate(90deg);
  }
  .p-index-whyboth {
    position: relative;
    text-align: center;
    padding: 0 calc(25 / var(--w) * 100vw) calc(70 / var(--w) * 100vw);
    display: flex;
    flex-direction: column;
    gap: calc(20 / var(--w) * 100vw);
    align-items: center;
  }
  .p-index-whyboth h1, .p-index-whyboth h2, .p-index-whyboth h3, .p-index-whyboth h4, .p-index-whyboth h5, .p-index-whyboth h6 {
    margin: 0;
    padding: 0;
  }
  .p-index-whyboth p {
    margin: 0;
  }
  .p-index-whyboth::before {
    content: "";
    display: block;
    position: absolute;
    top: calc(150 / var(--w) * 100vw);
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff;
  }
  .p-index-whyboth ._image {
    width: 90%;
    opacity: 0.9;
  }
  .p-index-whyboth ._body {
    position: relative;
    margin-top: calc(30 / var(--w) * 100vw);
    display: flex;
    flex-direction: column;
    gap: calc(20 / var(--w) * 100vw);
    align-items: center;
  }
  .p-index-whyboth ._text {
    font-size: calc(15 / var(--w) * 100vw);
    line-height: 2;
    letter-spacing: 0.025em;
  }
  .p-index-quote {
    padding: calc(80 / var(--w) * 100vw) calc(25 / var(--w) * 100vw);
    display: flex;
    flex-direction: column;
    gap: calc(20 / var(--w) * 100vw);
    align-items: center;
    text-align: center;
  }
  .p-index-quote h1, .p-index-quote h2, .p-index-quote h3, .p-index-quote h4, .p-index-quote h5, .p-index-quote h6 {
    margin: 0;
    padding: 0;
  }
  .p-index-quote p {
    margin: 0;
  }
  .p-index-quote ._texts {
    position: relative;
    padding-left: calc(10 / var(--w) * 100vw);
  }
  .p-index-quote ._mark {
    margin: 0;
    position: absolute;
    top: calc(-30 / var(--w) * 100vw);
    left: calc(-20 / var(--w) * 100vw);
    font-size: calc(100 / var(--w) * 100vw);
    line-height: 1;
    letter-spacing: 0.028em;
    font-weight: 700;
    color: var(--sub);
  }
  .p-index-quote ._text {
    position: relative;
    font-size: calc(15 / var(--w) * 100vw);
    line-height: 1.87;
    letter-spacing: 0.15em;
    font-weight: 700;
  }
  .p-index-quote ._name {
    margin-top: calc(20 / var(--w) * 100vw);
    font-size: calc(13 / var(--w) * 100vw);
    line-height: 1.5;
    font-weight: 700;
  }
  .p-index-quote ._en {
    margin-top: calc(15 / var(--w) * 100vw);
    font-size: calc(11 / var(--w) * 100vw);
    line-height: 1.5;
    letter-spacing: 0.06em;
    font-weight: 700;
  }
}