@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900");
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900");
:root {
  --font: 'Noto Sans JP','游ゴシック', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  --font-min: 'Noto Sans JP';
  --font-title: 'Zen Maru Gothic';
  --font-en: 'Poppins', sans-serif;
  --bg-color: #fff;
  --text-color: #333;
  --main-color: red;
  --w:0;
  --w-pc:1366;
  --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 {
  background-color: var(--bg-color);
  font-family: var(--font);
  color: var(--text-color);
  -webkit-font-smoothing: antialiased;
}

img {
  width: 100%;
}

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

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

.u-maru {
  font-family: var(--font-title);
  font-weight: 700;
}

.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-skip {
  transition: none !important;
  animation: none !important;
}
.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;
}
.c-anim.is-delay-11 {
  transition-delay: 1.1s;
}
.c-anim.is-delay-12 {
  transition-delay: 1.2s;
}
.c-anim.is-delay-13 {
  transition-delay: 1.3s;
}
.c-anim.is-delay-14 {
  transition-delay: 1.4s;
}
.c-anim.is-delay-15 {
  transition-delay: 1.5s;
}
.c-anim.is-delay-16 {
  transition-delay: 1.6s;
}
.c-anim.is-delay-17 {
  transition-delay: 1.7s;
}
.c-anim.is-delay-18 {
  transition-delay: 1.8s;
}
.c-anim.is-delay-19 {
  transition-delay: 1.9s;
}
.c-anim.is-delay-20 {
  transition-delay: 2s;
}

@media print, screen and (min-width: 768px) {
  :root {
    --w: var(--w-pc) ;
  }
  .u-sp {
    display: none;
  }
  .l-wrapper {
    overflow: clip;
  }
  .l-inner {
    position: relative;
    margin: 0 auto;
    max-width: min(1200px, 1200 / var(--w) * 100vw);
  }
  .l-header-wrap {
    height: min(80px, 80 / var(--w) * 100vw);
    border: min(1px, 1 / var(--w) * 100vw) solid #000;
  }
  .l-header {
    position: relative;
    z-index: 10;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: min(80px, 80 / var(--w) * 100vw);
    background: #fff;
    z-index: 100;
  }
  .l-header ._brand {
    position: relative;
    width: min(1366px, 1366 / var(--w) * 100vw);
    height: min(80px, 80 / var(--w) * 100vw);
    margin: 0 auto;
  }
  .l-header ._site-name {
    position: absolute;
    top: min(25px, 25 / var(--w) * 100vw);
    left: min(40px, 40 / var(--w) * 100vw);
    margin: 0;
    font-size: min(21px, 21 / var(--w) * 100vw);
    line-height: 1;
    letter-spacing: 0.1em;
    font-weight: 700;
  }
  .l-header ._site-name strong {
    color: #009044;
    font-weight: 700;
  }
  .l-header ._logo {
    position: absolute;
    top: min(20px, 20 / var(--w) * 100vw);
    left: min(581px, 581 / var(--w) * 100vw);
    width: min(204px, 204 / var(--w) * 100vw);
    height: min(40px, 40 / var(--w) * 100vw);
    margin: 0;
  }
  .l-modal-menu-btn {
    position: fixed;
    top: min(15px, 15 / var(--w) * 100vw);
    right: min(20px, 20 / var(--w) * 100vw);
    z-index: 120;
  }
  .c-modal-menu-btn {
    position: relative;
    width: min(50px, 50 / var(--w) * 100vw);
    height: min(50px, 50 / var(--w) * 100vw);
    background-color: #333;
    border-radius: 0;
    cursor: pointer;
    transition: opacity 0.2s;
    z-index: 10;
  }
  .c-modal-menu-btn:hover {
    opacity: 0.8;
  }
  .c-modal-menu-btn span {
    position: absolute;
    background: #ffffff;
    left: calc((min(50px, 50 / var(--w) * 100vw) - min(24px, 24 / var(--w) * 100vw)) / 2);
    width: min(24px, 24 / var(--w) * 100vw);
    height: min(1px, 1 / var(--w) * 100vw);
    transition: all 0.3s;
    top: calc((min(50px, 50 / var(--w) * 100vw) - min(1px, 1 / var(--w) * 100vw)) / 2);
  }
  .c-modal-menu-btn span:nth-child(1) {
    transform: translateY(max(-8px, -8 / var(--w) * 100vw));
  }
  .c-modal-menu-btn span:nth-child(3) {
    transform: translateY(min(8px, 8 / var(--w) * 100vw));
  }
  .c-modal-menu-btn {
    border-radius: min(40px, 40 / var(--w) * 100vw);
  }
  .c-modal-menu-btn:hover {
    background-color: #009944;
  }
  body.js-gmenu-active .c-modal-menu-btn span:nth-child(1) {
    transform: translateY(0) rotate(-45deg);
  }
  body.js-gmenu-active .c-modal-menu-btn span:nth-child(2) {
    opacity: 0;
    transform: scale(0.5);
  }
  body.js-gmenu-active .c-modal-menu-btn span:nth-child(3) {
    transform: translateY(0) rotate(45deg);
  }
  body.js-gmenu-active .c-modal-menu-btn {
    background-color: #009944;
  }
  .l-modal-menu h1, .l-modal-menu h2, .l-modal-menu h3, .l-modal-menu h4, .l-modal-menu h5, .l-modal-menu h6 {
    margin: 0;
    padding: 0;
  }
  .l-modal-menu p {
    margin: 0;
  }
  .l-modal-menu ol, .l-modal-menu ul, .l-modal-menu li {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .l-modal-menu a {
    text-decoration: none;
    color: inherit;
  }
  .l-modal-menu {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    display: flex;
    flex-direction: column;
    gap: min(40px, 40 / var(--w) * 100vw);
    align-items: center;
    justify-content: center;
    visibility: hidden;
    opacity: 0;
    transition-duration: 0.2s;
  }
  body.js-gmenu-active .l-modal-menu {
    z-index: 110;
    visibility: visible;
    opacity: 1;
  }
  .l-modal-menu ._bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .l-modal-menu ._box {
    position: absolute;
    top: 0;
    right: 0;
    width: min(380px, 380 / var(--w) * 100vw);
    background: #FFFAED;
    padding: min(30px, 30 / var(--w) * 100vw) min(40px, 40 / var(--w) * 100vw) min(40px, 40 / var(--w) * 100vw) min(40px, 40 / var(--w) * 100vw);
    border-radius: 0 0 0 min(40px, 40 / var(--w) * 100vw);
    box-shadow: max(-10px, -10 / var(--w) * 100vw) min(10px, 10 / var(--w) * 100vw) min(16px, 16 / var(--w) * 100vw) 0 rgba(0, 0, 0, 0.16);
  }
  .l-modal-menu ._gmenu {
    position: relative;
    margin-top: min(10px, 10 / var(--w) * 100vw);
  }
  .l-modal-menu ._title {
    font-size: min(27px, 27 / var(--w) * 100vw);
    line-height: 1.56;
    font-weight: bold;
    color: #094;
  }
  .c-modal-gmenu {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  .c-modal-gmenu li {
    border-bottom: min(1px, 1 / var(--w) * 100vw) dashed #ccc;
  }
  .c-modal-gmenu li:nth-child(1) {
    border-top: min(1px, 1 / var(--w) * 100vw) dashed #ccc;
  }
  .c-modal-gmenu ._item {
    display: block;
    font-size: min(18px, 18 / var(--w) * 100vw);
    line-height: 1.44;
    font-weight: bold;
    color: #333;
    padding: min(18px, 18 / var(--w) * 100vw) 0;
  }
  .c-modal-gmenu ._item b {
    color: #009944;
    font-size: min(16px, 16 / var(--w) * 100vw);
  }
  .c-pagelink-offset {
    position: absolute;
    top: max(-80px, -80 / var(--w) * 100vw);
    left: 0;
  }
  .c-center-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    margin: 0;
    text-align: center;
  }
  .c-white-box {
    background: #fff;
    border: min(1px, 1 / var(--w) * 100vw) solid #707070;
    box-sizing: border-box;
  }
  .c-vartical-text {
    background: #fff;
    padding: min(20px, 20 / var(--w) * 100vw) 0;
    text-align: center;
    writing-mode: vertical-rl;
    font-size: min(14px, 14 / var(--w) * 100vw);
    line-height: min(40px, 40 / var(--w) * 100vw);
    letter-spacing: 0.05em;
    font-weight: 700;
  }
  .c-vartical-text a {
    text-decoration: none;
    color: var(--text-color);
  }
  /* -------------------------------------------------- */
  .p-index-hero {
    position: relative;
  }
  .p-index-hero p {
    margin: 0;
  }
  .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 {
    background-image: url("../images/hero/bg.webp");
    background-size: c;
    background-position: center;
    background-size: auto 100%;
  }
  .p-index-hero ._p1 {
    width: min(344px, 344 / var(--w) * 100vw);
    position: absolute;
    bottom: 0;
    left: min(157px, 157 / var(--w) * 100vw);
  }
  .p-index-hero ._p2 {
    width: min(248px, 248 / var(--w) * 100vw);
    position: absolute;
    bottom: 0;
    left: min(869px, 869 / var(--w) * 100vw);
  }
  .p-index-hero ._inner {
    position: relative;
    width: min(1366px, 1366 / var(--w) * 100vw);
    height: min(620px, 620 / var(--w) * 100vw);
    margin: 0 auto;
  }
  .p-index-hero ._title {
    position: absolute;
    top: min(67px, 67 / var(--w) * 100vw);
    left: min(430px, 430 / var(--w) * 100vw);
    text-align: center;
    color: #fff;
  }
  .p-index-hero ._fuki p {
    font-size: min(21px, 21 / var(--w) * 100vw);
    line-height: 1.32;
    letter-spacing: -0.03em;
    font-weight: 700;
  }
  .p-index-hero ._fuki b {
    color: #009044;
  }
  .p-index-hero ._fuki.is-1 {
    position: absolute;
    top: max(-25px, -25 / var(--w) * 100vw);
    left: min(123px, 123 / var(--w) * 100vw);
    width: min(230px, 230 / var(--w) * 100vw);
  }
  .p-index-hero ._fuki.is-1 p {
    margin-top: max(-10px, -10 / var(--w) * 100vw);
  }
  .p-index-hero ._fuki.is-2 {
    position: absolute;
    top: min(144px, 144 / var(--w) * 100vw);
    left: min(1073px, 1073 / var(--w) * 100vw);
    width: min(207px, 207 / var(--w) * 100vw);
  }
  .p-index-hero ._prof {
    width: min(133px, 133 / var(--w) * 100vw);
    height: min(133px, 133 / var(--w) * 100vw);
    border: min(4px, 4 / var(--w) * 100vw) dashed currentColor;
    border-radius: 50%;
    text-align: center;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .p-index-hero ._prof.is-1 {
    position: absolute;
    top: min(434px, 434 / var(--w) * 100vw);
    left: min(56px, 56 / var(--w) * 100vw);
  }
  .p-index-hero ._prof.is-2 {
    position: absolute;
    top: min(408px, 408 / var(--w) * 100vw);
    left: min(1098px, 1098 / var(--w) * 100vw);
    color: #fff;
  }
  .p-index-hero ._role {
    font-size: min(11px, 11 / var(--w) * 100vw);
    line-height: 1.28;
    font-weight: bold;
  }
  .p-index-hero ._name {
    margin: min(10px, 10 / var(--w) * 100vw) 0 0;
    font-size: min(28px, 28 / var(--w) * 100vw);
    line-height: 1;
    font-weight: bold;
  }
  .p-index-hero ._name-full {
    margin: min(10px, 10 / var(--w) * 100vw) 0 0;
    font-size: min(22px, 22 / var(--w) * 100vw);
    line-height: 1;
    font-weight: bold;
  }
  .p-index-hero-title ._sub {
    margin: 0;
    font-size: min(60px, 60 / var(--w) * 100vw);
    line-height: 1;
    letter-spacing: -0.06em;
  }
  .p-index-hero-title h2 {
    margin: min(18px, 18 / var(--w) * 100vw) 0 0;
    color: #fff;
    font-size: min(109px, 109 / var(--w) * 100vw);
    line-height: 1.1;
    letter-spacing: -0.08em;
  }
  .p-index-hero-title ._en {
    margin: min(20px, 20 / var(--w) * 100vw) 0 0;
    font-size: min(20px, 20 / var(--w) * 100vw);
    line-height: 1.25;
    font-weight: 700;
  }
  .p-index-hero-title ._scroll {
    width: min(60px, 60 / var(--w) * 100vw);
    margin: min(18px, 18 / var(--w) * 100vw) auto 0;
  }
  /* -------------------------------------------------- */
  .p-index-about {
    position: relative;
  }
  .p-index-about p {
    margin: 0;
  }
  .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 {
    background-image: url("../images/about/bg.webp");
    background-size: c;
    background-position: center;
    background-size: auto 100%;
  }
  .p-index-about ._inner {
    position: relative;
    width: min(1366px, 1366 / var(--w) * 100vw);
    height: min(3130px, 3130 / var(--w) * 100vw);
    margin: 0 auto;
  }
  .p-index-about ._heading {
    position: absolute;
    top: min(153px, 153 / var(--w) * 100vw);
    left: min(419px, 419 / var(--w) * 100vw);
  }
  .p-index-about ._catch {
    position: absolute;
    top: min(353px, 353 / var(--w) * 100vw);
    left: min(130px, 130 / var(--w) * 100vw);
    z-index: 2;
  }
  .p-index-about ._deco1 {
    position: absolute;
    top: min(205px, 205 / var(--w) * 100vw);
    left: min(77px, 77 / var(--w) * 100vw);
    width: min(584px, 584 / var(--w) * 100vw);
  }
  .p-index-about ._deco2 {
    position: absolute;
    bottom: 0;
    left: min(722px, 722 / var(--w) * 100vw);
    width: min(347px, 347 / var(--w) * 100vw);
    z-index: 2;
  }
  .p-index-about ._card {
    position: absolute;
    top: min(554px, 554 / var(--w) * 100vw);
    left: min(307px, 307 / var(--w) * 100vw);
  }
  .p-index-about ._point-panel {
    position: absolute;
    top: min(2059px, 2059 / var(--w) * 100vw);
    left: min(83px, 83 / var(--w) * 100vw);
  }
  .p-index-about ._last-text {
    position: absolute;
    bottom: min(75px, 75 / var(--w) * 100vw);
    left: min(503px, 503 / var(--w) * 100vw);
  }
  .p-index-about-heading {
    width: min(529px, 529 / var(--w) * 100vw);
    text-align: center;
  }
  .p-index-about-heading ._en {
    font-size: min(100px, 100 / var(--w) * 100vw);
    line-height: 1;
    font-weight: 700;
  }
  .p-index-about-heading h2 {
    color: #fff;
    font-size: min(50px, 50 / var(--w) * 100vw);
    line-height: 1.2;
    letter-spacing: -0.03em;
  }
  .p-index-about-heading h2 b {
    color: #333;
  }
  .p-index-about-heading ._lead {
    margin-top: min(45px, 45 / var(--w) * 100vw);
    color: #5a3a12;
    font-size: min(14px, 14 / var(--w) * 100vw);
    line-height: 1;
    font-weight: 700;
  }
  .p-index-about-catch {
    width: min(293px, 293 / var(--w) * 100vw);
  }
  .p-index-about-catch p {
    font-size: min(30px, 30 / var(--w) * 100vw);
    line-height: 1.47;
    letter-spacing: -0.02em;
  }
  .p-index-about-catch b {
    color: #009044;
  }
  .p-index-about-main-card {
    width: min(826px, 826 / var(--w) * 100vw);
    height: min(755px, 755 / var(--w) * 100vw);
  }
  .p-index-about-main-card ._mark {
    position: absolute;
    top: 0;
    left: min(180px, 180 / var(--w) * 100vw);
    width: min(392px, 392 / var(--w) * 100vw);
    z-index: 10;
  }
  .p-index-about-main-card ._photo {
    position: absolute;
    top: min(133px, 133 / var(--w) * 100vw);
    left: 0;
    width: min(762px, 762 / var(--w) * 100vw);
  }
  .p-index-about-main-card ._url {
    position: absolute;
    top: min(136px, 136 / var(--w) * 100vw);
    left: min(786px, 786 / var(--w) * 100vw);
  }
  .p-index-about-main-card ._text {
    position: absolute;
    top: min(630px, 630 / var(--w) * 100vw);
    left: min(126px, 126 / var(--w) * 100vw);
    width: min(500px, 500 / var(--w) * 100vw);
    font-size: min(18px, 18 / var(--w) * 100vw);
    line-height: 1.78;
    font-weight: 700;
  }
  .p-index-about-shop-card {
    width: min(490px, 490 / var(--w) * 100vw);
    height: min(560px, 560 / var(--w) * 100vw);
  }
  .p-index-about-shop-card.is-1 {
    position: absolute;
    top: min(1402px, 1402 / var(--w) * 100vw);
    left: min(155px, 155 / var(--w) * 100vw);
  }
  .p-index-about-shop-card.is-2 {
    position: absolute;
    top: min(1402px, 1402 / var(--w) * 100vw);
    left: min(640px, 640 / var(--w) * 100vw);
  }
  .p-index-about-shop-card ._mark {
    position: absolute;
    top: 0;
    left: min(97px, 97 / var(--w) * 100vw);
    width: min(346px, 346 / var(--w) * 100vw);
    z-index: 2;
  }
  .p-index-about-shop-card ._photo {
    position: absolute;
    top: min(53px, 53 / var(--w) * 100vw);
    left: min(60px, 60 / var(--w) * 100vw);
    width: min(430px, 430 / var(--w) * 100vw);
  }
  .p-index-about-shop-card ._url {
    position: absolute;
    top: min(53px, 53 / var(--w) * 100vw);
    left: 0;
  }
  .p-index-about-shop-card ._text {
    position: absolute;
    top: min(430px, 430 / var(--w) * 100vw);
    left: min(120px, 120 / var(--w) * 100vw);
    width: min(300px, 300 / var(--w) * 100vw);
    font-size: min(18px, 18 / var(--w) * 100vw);
    line-height: 1.78;
    font-weight: 700;
  }
  .p-index-about-point-panel {
    width: min(1200px, 1200 / var(--w) * 100vw);
    background: #fff;
    border-radius: min(20px, 20 / var(--w) * 100vw);
    padding: min(70px, 70 / var(--w) * 100vw) min(70px, 70 / var(--w) * 100vw) min(70px, 70 / var(--w) * 100vw) min(70px, 70 / var(--w) * 100vw);
    display: flex;
    flex-direction: column;
    gap: min(60px, 60 / var(--w) * 100vw);
  }
  .p-index-about-point {
    display: flex;
    align-items: center;
  }
  .p-index-about-point.is-1 {
    padding-left: min(60px, 60 / var(--w) * 100vw);
    justify-content: space-between;
  }
  .p-index-about-point.is-1 ._point-image {
    width: min(413px, 413 / var(--w) * 100vw);
    margin-top: min(60px, 60 / var(--w) * 100vw);
  }
  .p-index-about-point.is-2 {
    gap: min(100px, 100 / var(--w) * 100vw);
  }
  .p-index-about-point.is-2 ._point-image {
    width: min(385px, 385 / var(--w) * 100vw);
  }
  .p-index-about-point.is-2 {
    flex-direction: row-reverse;
  }
  .p-index-about-point ._point-text {
    width: min(500px, 500 / var(--w) * 100vw);
    display: flex;
    flex-direction: column;
    gap: min(20px, 20 / var(--w) * 100vw);
    align-items: flex-start;
    margin-right: min(50px, 50 / var(--w) * 100vw);
  }
  .p-index-about-point ._num {
    color: #5a3a12;
    font-size: min(30px, 30 / var(--w) * 100vw);
    line-height: 1;
    font-weight: 700;
    text-decoration: underline;
  }
  .p-index-about-point h3 {
    display: flex;
    flex-direction: column;
    gap: min(14px, 14 / var(--w) * 100vw);
    align-items: flex-start;
  }
  .p-index-about-point h3 span {
    padding: min(10px, 10 / var(--w) * 100vw) min(20px, 20 / var(--w) * 100vw);
    color: #fff;
    font-size: min(28px, 28 / var(--w) * 100vw);
    line-height: 1;
    letter-spacing: -0.03em;
    background: #009044;
  }
  .p-index-about-point ._doc {
    margin-top: min(10px, 10 / var(--w) * 100vw);
  }
  .p-index-about-point ._point-text {
    font-size: min(16px, 16 / var(--w) * 100vw);
    line-height: 2;
    font-weight: 700;
  }
  .p-index-about-last-text {
    width: min(360px, 360 / var(--w) * 100vw);
    text-align: center;
    font-size: min(20px, 20 / var(--w) * 100vw);
    line-height: 1.5;
    letter-spacing: -0.02em;
  }
  .p-index-about-last-text b {
    color: #009044;
  }
  /* -------------------------------------------------- */
  .p-index-movie {
    position: relative;
  }
  .p-index-movie p {
    margin: 0;
  }
  .p-index-movie h1, .p-index-movie h2, .p-index-movie h3, .p-index-movie h4, .p-index-movie h5, .p-index-movie h6 {
    margin: 0;
    padding: 0;
  }
  .p-index-movie {
    background-image: url("../images/movie/bg.webp?2");
    background-size: c;
    background-position: center;
    background-size: auto 100%;
  }
  .p-index-movie ._inner {
    position: relative;
    width: min(1366px, 1366 / var(--w) * 100vw);
    height: min(1454px, 1454 / var(--w) * 100vw);
    margin: 0 auto;
  }
  .p-index-movie ._heading {
    position: absolute;
    top: min(173px, 173 / var(--w) * 100vw);
    left: min(530px, 530 / var(--w) * 100vw);
  }
  .p-index-movie ._catch {
    position: absolute;
    top: min(58px, 58 / var(--w) * 100vw);
    left: min(134px, 134 / var(--w) * 100vw);
    z-index: 3;
  }
  .p-index-movie ._deco1 {
    position: absolute;
    top: min(270px, 270 / var(--w) * 100vw);
    left: min(304px, 304 / var(--w) * 100vw);
    width: min(286px, 286 / var(--w) * 100vw);
  }
  .p-index-movie ._deco2 {
    position: absolute;
    bottom: 0;
    left: min(458px, 458 / var(--w) * 100vw);
    width: min(248px, 248 / var(--w) * 100vw);
  }
  .p-index-movie ._movie {
    position: absolute;
    top: min(573px, 573 / var(--w) * 100vw);
    left: min(132px, 132 / var(--w) * 100vw);
  }
  .p-index-movie ._last-text {
    position: absolute;
    bottom: min(75px, 75 / var(--w) * 100vw);
    left: min(657px, 657 / var(--w) * 100vw);
  }
  .p-index-movie-heading {
    width: min(600px, 600 / var(--w) * 100vw);
    text-align: center;
  }
  .p-index-movie-heading ._en {
    color: #fff;
    font-size: min(100px, 100 / var(--w) * 100vw);
    line-height: 1;
    font-weight: 700;
  }
  .p-index-movie-heading h2 {
    margin-top: min(20px, 20 / var(--w) * 100vw);
    color: #000;
    font-size: min(50px, 50 / var(--w) * 100vw);
    line-height: 1.2;
    letter-spacing: -0.04em;
  }
  .p-index-movie-heading h2 b {
    color: #fff;
  }
  .p-index-movie-heading ._lead {
    margin-top: min(35px, 35 / var(--w) * 100vw);
    font-size: min(15px, 15 / var(--w) * 100vw);
    line-height: 1.45;
    font-weight: 700;
  }
  .p-index-movie-catch {
    position: relative;
    width: min(297px, 297 / var(--w) * 100vw);
    height: min(297px, 297 / var(--w) * 100vw);
  }
  .p-index-movie-catch p {
    font-size: min(30px, 30 / var(--w) * 100vw);
    line-height: 1.47;
    letter-spacing: -0.02em;
    font-weight: bold;
  }
  .p-index-movie-catch b {
    color: #009044;
  }
  .p-index-movie-main {
    position: relative;
    width: min(1096px, 1096 / var(--w) * 100vw);
    border-radius: min(28px, 28 / var(--w) * 100vw);
    background: #32875d;
    padding: min(117px, 117 / var(--w) * 100vw) 0;
  }
  .p-index-movie-main ._thumb {
    width: min(820px, 820 / var(--w) * 100vw);
    margin: 0 auto;
    cursor: pointer;
    transition: transform 0.2s;
  }
  .p-index-movie-main ._thumb:hover {
    transform: scale(1.05);
  }
  .p-index-movie-last-text {
    text-align: center;
    color: #fff;
    font-size: min(20px, 20 / var(--w) * 100vw);
    line-height: 1.5;
    letter-spacing: 0.02em;
    font-weight: bold;
  }
  .p-index-movie-last-text b {
    color: #000;
  }
  /* -------------------------------------------------- */
  .p-index-interview {
    position: relative;
  }
  .p-index-interview p {
    margin: 0;
  }
  .p-index-interview h1, .p-index-interview h2, .p-index-interview h3, .p-index-interview h4, .p-index-interview h5, .p-index-interview h6 {
    margin: 0;
    padding: 0;
  }
  .p-index-interview {
    background-image: url("../images/interview/bg.webp?2");
    background-size: c;
    background-position: center;
    background-size: auto 100%;
  }
  .p-index-interview ._inner {
    position: relative;
    width: min(1366px, 1366 / var(--w) * 100vw);
    height: min(2106px, 2106 / var(--w) * 100vw);
    margin: 0 auto;
  }
  .p-index-interview ._heading {
    position: absolute;
    top: min(194px, 194 / var(--w) * 100vw);
    left: min(242px, 242 / var(--w) * 100vw);
  }
  .p-index-interview ._catch {
    position: absolute;
    top: min(72px, 72 / var(--w) * 100vw);
    left: min(672px, 672 / var(--w) * 100vw);
  }
  .p-index-interview ._deco2 {
    position: absolute;
    bottom: 0;
    left: min(623px, 623 / var(--w) * 100vw);
    width: min(345px, 345 / var(--w) * 100vw);
  }
  .p-index-interview ._list {
    position: absolute;
    top: min(700px, 700 / var(--w) * 100vw);
    left: min(177px, 177 / var(--w) * 100vw);
  }
  .p-index-interview ._last-text {
    position: absolute;
    bottom: min(60px, 60 / var(--w) * 100vw);
    left: min(454px, 454 / var(--w) * 100vw);
  }
  .p-index-interview-heading {
    width: min(500px, 500 / var(--w) * 100vw);
    text-align: center;
  }
  .p-index-interview-heading ._en {
    color: #fff;
    font-size: min(100px, 100 / var(--w) * 100vw);
    line-height: 1;
    font-weight: 700;
  }
  .p-index-interview-heading h2 {
    margin: min(30px, 30 / var(--w) * 100vw);
    font-size: min(50px, 50 / var(--w) * 100vw);
    line-height: 1.2;
    letter-spacing: -0.04em;
    font-weight: bold;
  }
  .p-index-interview-heading h2 b {
    color: #fff;
  }
  .p-index-interview-heading ._lead {
    margin-top: min(35px, 35 / var(--w) * 100vw);
    font-size: min(15px, 15 / var(--w) * 100vw);
    line-height: 1.45;
    font-weight: 700;
  }
  .p-index-interview-catch {
    width: min(502px, 502 / var(--w) * 100vw);
    height: min(605px, 605 / var(--w) * 100vw);
  }
  .p-index-interview-catch ._person {
    position: absolute;
    top: 0;
    left: 0;
    width: min(502px, 502 / var(--w) * 100vw);
  }
  .p-index-interview-catch ._fuki {
    position: absolute;
    top: min(267px, 267 / var(--w) * 100vw);
    left: min(73px, 73 / var(--w) * 100vw);
    width: min(357px, 357 / var(--w) * 100vw);
    z-index: 2;
  }
  .p-index-interview-catch p {
    position: absolute;
    top: min(380px, 380 / var(--w) * 100vw);
    left: min(100px, 100 / var(--w) * 100vw);
    z-index: 3;
    width: min(300px, 300 / var(--w) * 100vw);
    text-align: center;
    font-size: min(28px, 28 / var(--w) * 100vw);
    line-height: 1.58;
    letter-spacing: -0.04em;
  }
  .p-index-interview-catch b {
    color: #009044;
  }
  .p-index-interview-list {
    width: min(1020px, 1020 / var(--w) * 100vw);
  }
  .p-index-interview-card {
    position: relative;
    width: min(310px, 310 / var(--w) * 100vw);
  }
  .p-index-interview-card.is-1 {
    position: absolute;
    top: 0;
    left: min(10px, 10 / var(--w) * 100vw);
  }
  .p-index-interview-card.is-2 {
    position: absolute;
    top: min(89px, 89 / var(--w) * 100vw);
    left: min(358px, 358 / var(--w) * 100vw);
  }
  .p-index-interview-card.is-3 {
    position: absolute;
    top: 0;
    left: min(708px, 708 / var(--w) * 100vw);
  }
  .p-index-interview-card.is-4 {
    position: absolute;
    top: min(577px, 577 / var(--w) * 100vw);
    left: min(5px, 5 / var(--w) * 100vw);
  }
  .p-index-interview-card.is-5 {
    position: absolute;
    top: min(666px, 666 / var(--w) * 100vw);
    left: min(354px, 354 / var(--w) * 100vw);
  }
  .p-index-interview-card.is-6 {
    position: absolute;
    top: min(577px, 577 / var(--w) * 100vw);
    left: min(704px, 704 / var(--w) * 100vw);
  }
  .p-index-interview-card ._photo {
    position: relative;
    width: min(310px, 310 / var(--w) * 100vw);
    z-index: 2;
  }
  .p-index-interview-card ._body {
    position: relative;
    z-index: 1;
    width: min(250px, 250 / var(--w) * 100vw);
    margin: max(-70px, -70 / var(--w) * 100vw) auto 0;
    height: min(210px, 210 / var(--w) * 100vw);
    border-radius: min(20px, 20 / var(--w) * 100vw);
    background: #fff;
    text-align: center;
  }
  .p-index-interview-card ._job {
    position: absolute;
    top: min(85px, 85 / var(--w) * 100vw);
    right: max(-20px, -20 / var(--w) * 100vw);
    left: max(-40px, -40 / var(--w) * 100vw);
  }
  .p-index-interview-card ._meta {
    position: absolute;
    top: min(165px, 165 / var(--w) * 100vw);
    right: max(-20px, -20 / var(--w) * 100vw);
    left: max(-20px, -20 / var(--w) * 100vw);
    display: flex;
    gap: min(10px, 10 / var(--w) * 100vw);
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #777;
    font-size: min(12px, 12 / var(--w) * 100vw);
    line-height: 1.4;
    font-weight: 700;
  }
  .p-index-interview-card ._meta b {
    font-size: min(16px, 16 / var(--w) * 100vw);
  }
  .p-index-interview-card {
    transition-duration: 0.2s;
    cursor: pointer;
  }
  .p-index-interview-card:hover {
    transform: translate(0, min(5px, 5 / var(--w) * 100vw));
  }
  .p-index-interview-card:hover .p-index-interview-btn {
    background: #009944;
  }
  .p-index-interview-btn {
    position: relative;
    background: #333;
    border-radius: min(29px, 29 / var(--w) * 100vw);
    color: #fff;
    font-size: min(28px, 28 / var(--w) * 100vw);
    line-height: min(58px, 58 / var(--w) * 100vw);
    letter-spacing: -0.04em;
    transition-duration: 0.2s;
    cursor: pointer;
  }
  .p-index-interview-btn ._icon {
    z-index: 10;
    position: absolute;
    top: 0;
    right: min(20px, 20 / var(--w) * 100vw);
    bottom: 0;
    margin: auto 0;
    width: min(25px, 25 / var(--w) * 100vw);
    height: min(25px, 25 / var(--w) * 100vw);
    border-radius: min(100px, 100 / var(--w) * 100vw);
    background: #333;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .p-index-interview-btn ._icon::after {
    content: "";
    display: block;
    width: min(20px, 20 / var(--w) * 100vw);
    height: min(20px, 20 / var(--w) * 100vw);
    background: #fff;
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M10 6l6 6-6 6' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center;
  }
  .p-index-interview-last-text {
    text-align: center;
    font-size: min(20px, 20 / var(--w) * 100vw);
    line-height: 1.55;
    letter-spacing: -0.03em;
  }
  .p-index-interview-last-text b {
    color: #fff;
  }
  /* -------------------------------------------------- */
  .p-index-culture {
    position: relative;
  }
  .p-index-culture p {
    margin: 0;
  }
  .p-index-culture h1, .p-index-culture h2, .p-index-culture h3, .p-index-culture h4, .p-index-culture h5, .p-index-culture h6 {
    margin: 0;
    padding: 0;
  }
  .p-index-culture {
    background-image: url("../images/culture/bg.webp?2");
    background-size: c;
    background-position: center;
    background-size: auto 100%;
  }
  .p-index-culture ._inner {
    position: relative;
    width: min(1366px, 1366 / var(--w) * 100vw);
    height: min(4293px, 4293 / var(--w) * 100vw);
    margin: 0 auto;
  }
  .p-index-culture ._heading {
    position: absolute;
    top: min(152px, 152 / var(--w) * 100vw);
    left: min(664px, 664 / var(--w) * 100vw);
  }
  .p-index-culture ._catch {
    position: absolute;
    top: min(101px, 101 / var(--w) * 100vw);
    left: min(149px, 149 / var(--w) * 100vw);
  }
  .p-index-culture ._deco1 {
    position: absolute;
    top: min(183px, 183 / var(--w) * 100vw);
    left: min(168px, 168 / var(--w) * 100vw);
    width: min(735px, 735 / var(--w) * 100vw);
  }
  .p-index-culture ._point-list {
    position: absolute;
    top: min(673px, 673 / var(--w) * 100vw);
    left: min(83px, 83 / var(--w) * 100vw);
  }
  .p-index-culture ._voice {
    position: absolute;
    top: min(2381px, 2381 / var(--w) * 100vw);
    left: min(139px, 139 / var(--w) * 100vw);
  }
  .p-index-culture ._deco2 {
    position: absolute;
    right: 0;
    bottom: 0;
    width: min(1227px, 1227 / var(--w) * 100vw);
  }
  .p-index-culture-heading {
    width: min(517px, 517 / var(--w) * 100vw);
    text-align: center;
  }
  .p-index-culture-heading ._en {
    color: #fff;
    font-size: min(100px, 100 / var(--w) * 100vw);
    line-height: 1;
    font-weight: 700;
  }
  .p-index-culture-heading h2 {
    margin: min(32px, 32 / var(--w) * 100vw) 0 0;
    font-size: min(50px, 50 / var(--w) * 100vw);
    line-height: 1.2;
    letter-spacing: -0.04em;
  }
  .p-index-culture-heading h2 ._white {
    color: #fff;
  }
  .p-index-culture-heading ._lead {
    margin: min(32px, 32 / var(--w) * 100vw) 0 0;
    font-size: min(14px, 14 / var(--w) * 100vw);
    line-height: 1.55;
    font-weight: 700;
  }
  .p-index-culture-catch {
    position: relative;
    width: min(293px, 293 / var(--w) * 100vw);
    height: min(299px, 299 / var(--w) * 100vw);
  }
  .p-index-culture-catch p {
    font-size: min(30px, 30 / var(--w) * 100vw);
    line-height: 1.47;
    letter-spacing: -0.02em;
    padding-top: min(20px, 20 / var(--w) * 100vw);
  }
  .p-index-culture-catch b {
    color: #009044;
  }
  .p-index-culture-point-list {
    width: min(1200px, 1200 / var(--w) * 100vw);
    display: flex;
    flex-direction: column;
    gap: min(42px, 42 / var(--w) * 100vw);
  }
  .p-index-culture-point {
    position: relative;
    width: min(1200px, 1200 / var(--w) * 100vw);
    padding: min(55px, 55 / var(--w) * 100vw) min(60px, 60 / var(--w) * 100vw) min(57px, 57 / var(--w) * 100vw) min(120px, 120 / var(--w) * 100vw);
    background: #fff;
    border-radius: min(20px, 20 / var(--w) * 100vw);
    display: flex;
    gap: min(60px, 60 / var(--w) * 100vw);
    align-items: center;
    justify-content: space-between;
  }
  .p-index-culture-point.is-l {
    padding-right: min(140px, 140 / var(--w) * 100vw);
  }
  .p-index-culture-point.is-r {
    flex-direction: row-reverse;
  }
  .p-index-culture-point ._point-text {
    width: min(476px, 476 / var(--w) * 100vw);
    display: flex;
    flex-direction: column;
    gap: min(20px, 20 / var(--w) * 100vw);
    align-items: flex-start;
  }
  .p-index-culture-point ._point-text ._num {
    color: #666;
    font-size: min(30px, 30 / var(--w) * 100vw);
    line-height: 1;
    font-weight: 700;
    text-decoration: underline;
  }
  .p-index-culture-point ._point-text h3 {
    padding: 0 min(20px, 20 / var(--w) * 100vw);
    background: #f7d642;
    font-size: min(28px, 28 / var(--w) * 100vw);
    line-height: min(50px, 50 / var(--w) * 100vw);
    letter-spacing: -0.04em;
  }
  .p-index-culture-point ._point-text p {
    font-size: min(16px, 16 / var(--w) * 100vw);
    line-height: 2;
    font-weight: 700;
  }
  .p-index-culture-point ._point-image {
    width: min(410px, 410 / var(--w) * 100vw);
  }
  .p-index-culture-voice {
    position: relative;
    width: min(1088px, 1088 / var(--w) * 100vw);
    background: #d37bab;
    padding: min(166px, 166 / var(--w) * 100vw) min(103px, 103 / var(--w) * 100vw) min(168px, 168 / var(--w) * 100vw) min(102px, 102 / var(--w) * 100vw);
    box-sizing: border-box;
  }
  .p-index-culture-voice ._voice-heading {
    position: absolute;
    top: max(-54px, -54 / var(--w) * 100vw);
    left: min(102px, 102 / var(--w) * 100vw);
    z-index: 2;
  }
  .p-index-culture-voice ._voice-list {
    position: relative;
    width: min(884px, 884 / var(--w) * 100vw);
  }
  .p-index-culture-voice-heading {
    position: relative;
    width: min(811px, 811 / var(--w) * 100vw);
    height: min(160px, 160 / var(--w) * 100vw);
  }
  .p-index-culture-voice-heading p {
    position: absolute;
    top: min(40px, 40 / var(--w) * 100vw);
    right: 0;
    left: 0;
    text-align: center;
    font-size: min(30px, 30 / var(--w) * 100vw);
    line-height: 1.2;
    letter-spacing: -0.02em;
  }
  .p-index-culture-voice-heading b {
    color: #009044;
  }
  .p-index-culture-voice-list {
    display: flex;
    flex-direction: column;
    gap: min(30px, 30 / var(--w) * 100vw);
    align-items: flex-start;
  }
  .p-index-culture-voice-card {
    position: relative;
  }
  .p-index-culture-voice-card ._photo {
    position: relative;
    width: min(80px, 80 / var(--w) * 100vw);
    height: min(80px, 80 / var(--w) * 100vw);
    margin-top: min(20px, 20 / var(--w) * 100vw);
  }
  .p-index-culture-voice-card.is-l {
    display: flex;
    gap: min(20px, 20 / var(--w) * 100vw);
    align-items: flex-start;
  }
  .p-index-culture-voice-card.is-l ._body {
    min-height: min(162px, 162 / var(--w) * 100vw);
    margin-right: min(180px, 180 / var(--w) * 100vw);
    position: relative;
    flex: 1;
    padding: min(20px, 20 / var(--w) * 100vw) 0 0 min(70px, 70 / var(--w) * 100vw);
    justify-content: space-between;
    background: url("../images/culture/senpai/arrorw1.webp");
    background-size: min(25px, 25 / var(--w) * 100vw) min(162px, 162 / var(--w) * 100vw);
    background-repeat: no-repeat;
  }
  .p-index-culture-voice-card.is-r {
    display: flex;
    gap: min(20px, 20 / var(--w) * 100vw);
    align-items: flex-start;
    flex-direction: row-reverse;
  }
  .p-index-culture-voice-card.is-r ._body {
    min-height: min(162px, 162 / var(--w) * 100vw);
    position: relative;
    flex: 1;
    padding: min(20px, 20 / var(--w) * 100vw) min(70px, 70 / var(--w) * 100vw) 0 min(160px, 160 / var(--w) * 100vw);
    justify-content: space-between;
    background: url("../images/culture/senpai/arrorw2.webp");
    background-size: min(25px, 25 / var(--w) * 100vw) min(162px, 162 / var(--w) * 100vw);
    background-repeat: no-repeat;
    background-position: right top;
  }
  .p-index-culture-voice-card ._role {
    margin: 0;
    font-size: min(18px, 18 / var(--w) * 100vw);
    line-height: 1.4;
    font-weight: 700;
  }
  .p-index-culture-voice-card ._comment {
    margin: min(12px, 12 / var(--w) * 100vw) 0 0;
    color: #fff;
    font-size: min(16px, 16 / var(--w) * 100vw);
    line-height: 2;
    font-weight: 700;
  }
  /* -------------------------------------------------- */
  .p-index-message {
    position: relative;
    overflow: hidden;
  }
  .p-index-message p {
    margin: 0;
  }
  .p-index-message h1, .p-index-message h2, .p-index-message h3, .p-index-message h4, .p-index-message h5, .p-index-message h6 {
    margin: 0;
    padding: 0;
  }
  .p-index-message {
    background-image: url("../images/message/bg.webp?2");
    background-size: c;
    background-position: center;
    background-size: auto 100%;
  }
  .p-index-message ._inner {
    position: relative;
    width: min(1366px, 1366 / var(--w) * 100vw);
    height: min(2700px, 2700 / var(--w) * 100vw);
    margin: 0 auto;
  }
  .p-index-message ._heading {
    position: absolute;
    top: min(213px, 213 / var(--w) * 100vw);
    left: min(215px, 215 / var(--w) * 100vw);
  }
  .p-index-message ._catch {
    position: absolute;
    top: min(92px, 92 / var(--w) * 100vw);
    left: min(782px, 782 / var(--w) * 100vw);
  }
  .p-index-message ._person {
    position: absolute;
    top: min(60px, 60 / var(--w) * 100vw);
    left: min(1130px, 1130 / var(--w) * 100vw);
    width: min(230px, 230 / var(--w) * 100vw);
  }
  .p-index-message ._deco1 {
    position: absolute;
    top: min(372px, 372 / var(--w) * 100vw);
    left: min(707px, 707 / var(--w) * 100vw);
    width: min(433px, 433 / var(--w) * 100vw);
  }
  .p-index-message ._main {
    position: absolute;
    top: min(661px, 661 / var(--w) * 100vw);
    left: min(83px, 83 / var(--w) * 100vw);
  }
  .p-index-message ._copyright {
    position: absolute;
    right: 0;
    bottom: min(80px, 80 / var(--w) * 100vw);
    left: 0;
    text-align: center;
    color: #fff;
    font-size: min(14px, 14 / var(--w) * 100vw);
    line-height: 1.55;
    font-weight: 700;
  }
  .p-index-message-heading {
    width: min(582px, 582 / var(--w) * 100vw);
    text-align: center;
  }
  .p-index-message-heading ._en {
    color: #fff;
    font-size: min(100px, 100 / var(--w) * 100vw);
    line-height: 1;
    font-weight: 700;
  }
  .p-index-message-heading h2 {
    margin-top: min(30px, 30 / var(--w) * 100vw);
    font-size: min(50px, 50 / var(--w) * 100vw);
    line-height: 1.2;
    letter-spacing: -0.04em;
  }
  .p-index-message-heading h2 b {
    color: #fff;
  }
  .p-index-message-heading ._lead {
    margin-top: min(30px, 30 / var(--w) * 100vw);
    font-size: min(14px, 14 / var(--w) * 100vw);
    line-height: 1.55;
    font-weight: 700;
  }
  .p-index-message-catch {
    position: relative;
    width: min(330px, 330 / var(--w) * 100vw);
    height: min(330px, 330 / var(--w) * 100vw);
    border-radius: 50%;
  }
  .p-index-message-catch p {
    font-size: min(30px, 30 / var(--w) * 100vw);
    line-height: 1.47;
    letter-spacing: -0.02em;
    padding-top: min(20px, 20 / var(--w) * 100vw);
  }
  .p-index-message-catch b {
    color: #009044;
  }
  .p-index-message-main {
    position: relative;
    width: min(1200px, 1200 / var(--w) * 100vw);
    background: #fff;
    border-radius: min(20px, 20 / var(--w) * 100vw);
  }
  .p-index-message-main ._inner-main {
    padding: min(140px, 140 / var(--w) * 100vw) 0;
    width: min(752px, 752 / var(--w) * 100vw);
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: min(65px, 65 / var(--w) * 100vw);
  }
  .p-index-message-main ._head {
    position: relative;
  }
  .p-index-message-main ._fuki {
    position: absolute;
    top: max(-86px, -86 / var(--w) * 100vw);
    left: max(-166px, -166 / var(--w) * 100vw);
    border-radius: min(150px, 150 / var(--w) * 100vw);
    z-index: 2;
    padding: min(50px, 50 / var(--w) * 100vw) min(60px, 60 / var(--w) * 100vw) min(50px, 50 / var(--w) * 100vw) min(80px, 80 / var(--w) * 100vw);
  }
  .p-index-message-main ._fuki p {
    font-size: min(37px, 37 / var(--w) * 100vw);
    line-height: 1.32;
    letter-spacing: -0.02em;
  }
  .p-index-message-main ._fuki b {
    color: #009044;
  }
  .p-index-message-main ._name {
    position: absolute;
    right: max(-45px, -45 / var(--w) * 100vw);
    bottom: max(-10px, -10 / var(--w) * 100vw);
    border-radius: min(50px, 50 / var(--w) * 100vw);
    padding: min(25px, 25 / var(--w) * 100vw) min(30px, 30 / var(--w) * 100vw);
    z-index: 3;
  }
  .p-index-message-main ._title {
    margin: 0;
    font-size: min(14px, 14 / var(--w) * 100vw);
    line-height: 1;
    font-weight: 700;
  }
  .p-index-message-main ._name-text {
    margin: min(8px, 8 / var(--w) * 100vw) 0 0;
    font-size: min(28px, 28 / var(--w) * 100vw);
    line-height: 1;
    letter-spacing: 0.1em;
  }
  .p-index-message-main ._name-text b {
    color: #009044;
  }
  .p-index-message-main ._name-en {
    position: absolute;
    right: max(-120px, -120 / var(--w) * 100vw);
    bottom: max(-10px, -10 / var(--w) * 100vw);
    background: #76afdb;
    color: #fff;
  }
  .p-index-message-main ._text p {
    font-size: min(18px, 18 / var(--w) * 100vw);
    line-height: 2.44;
    font-weight: bold;
  }
  /* -------------------------------------------------- */
  .l-modal-interview {
    position: relative;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    gap: 0;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    visibility: hidden;
    opacity: 0;
    transition-duration: 0.2s;
  }
  .l-modal-interview.is-open {
    visibility: visible;
    opacity: 1;
  }
  .l-modal-interview ._modal-close {
    position: absolute;
    right: min(20px, 20 / var(--w) * 100vw);
    bottom: min(20px, 20 / var(--w) * 100vw);
    height: min(100px, 100 / var(--w) * 100vw);
    z-index: 10;
  }
  .l-modal-interview ._modal-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: url("../images/index/modal/bg.webp");
    background-size: c;
    background-position: center;
  }
  .l-modal-interview ._modal-box {
    position: relative;
    width: min(800px, 800 / var(--w) * 100vw);
    margin-top: min(60px, 60 / var(--w) * 100vw);
  }
  .l-modal-interview ._modal-box-body {
    background: #fff;
    border-radius: min(20px, 20 / var(--w) * 100vw);
    height: calc(100vh - min(120px, 120 / var(--w) * 100vw));
  }
  .l-modal-interview ._modal-inner {
    width: min(600px, 600 / var(--w) * 100vw);
    margin: 0 auto;
    padding: min(60px, 60 / var(--w) * 100vw) 0;
  }
  .l-modal-interview ._page {
    display: none;
  }
  .c-modal-btn-close {
    width: min(60px, 60 / var(--w) * 100vw);
    position: relative;
    cursor: pointer;
    transition-duration: 0.2s;
  }
  .c-modal-btn-close:hover {
    opacity: 0.8;
  }
  .c-modal-navi-btn {
    display: flex;
    flex-direction: column;
    gap: min(5px, 5 / var(--w) * 100vw);
    align-items: center;
    justify-content: center;
  }
  .c-modal-navi-btn.is-prev {
    position: absolute;
    top: 42vh;
    left: max(-160px, -160 / var(--w) * 100vw);
  }
  .c-modal-navi-btn.is-prev img {
    transform: rotate(180deg);
  }
  .c-modal-navi-btn.is-next {
    position: absolute;
    top: 42vh;
    right: max(-160px, -160 / var(--w) * 100vw);
  }
  .c-modal-navi-btn span {
    font-size: min(24px, 24 / var(--w) * 100vw);
    line-height: 1.58;
    font-weight: 500;
    text-align: center;
    color: #fff;
  }
  .c-modal-navi-btn {
    cursor: pointer;
    transition-duration: 0.2s;
  }
  .c-modal-navi-btn:hover {
    opacity: 0.8;
  }
  .l-modal-interview ._modal-box p {
    margin: 0;
  }
  .l-modal-interview ._modal-box h1, .l-modal-interview ._modal-box h2, .l-modal-interview ._modal-box h3, .l-modal-interview ._modal-box h4, .l-modal-interview ._modal-box h5, .l-modal-interview ._modal-box h6 {
    margin: 0;
    padding: 0;
  }
  .l-modal-interview ._modal-box {
    display: flex;
    flex-direction: column;
    gap: min(10px, 10 / var(--w) * 100vw);
  }
  .l-modal-interview ._modal-box-no {
    display: flex;
    gap: min(29px, 29 / var(--w) * 100vw);
    align-items: center;
    padding: 0;
    position: absolute;
    top: max(-70px, -70 / var(--w) * 100vw);
    left: 0;
  }
  .l-modal-interview ._modal-box-no p._title {
    font-size: min(22px, 22 / var(--w) * 100vw);
    line-height: 3.14;
    font-weight: bold;
    text-align: center;
    color: #fff;
  }
  .l-modal-interview ._modal-box-no p._no {
    font-size: min(42px, 42 / var(--w) * 100vw);
    line-height: 1.57;
    font-weight: bold;
    color: #fff;
    border-left: min(1px, 1 / var(--w) * 100vw) solid #fff;
    padding-left: min(30px, 30 / var(--w) * 100vw);
  }
  .l-modal-interview ._modal-box-face {
    width: min(259px, 259 / var(--w) * 100vw);
    height: min(260px, 260 / var(--w) * 100vw);
    position: absolute;
    top: max(-34px, -34 / var(--w) * 100vw);
    left: min(595px, 595 / var(--w) * 100vw);
    z-index: 2;
  }
  .l-modal-interview ._modal-box-title {
    width: min(40px, 40 / var(--w) * 100vw);
    height: min(217px, 217 / var(--w) * 100vw);
    position: absolute;
    top: min(17px, 17 / var(--w) * 100vw);
    left: min(820px, 820 / var(--w) * 100vw);
    z-index: 2;
  }
  .l-modal-interview ._modal-box-main {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: min(60px, 60 / var(--w) * 100vw) 0;
    overflow: scroll;
    overscroll-behavior: none;
  }
  .l-modal-interview ._modal-box-list {
    display: flex;
    flex-direction: column;
    gap: min(50px, 50 / var(--w) * 100vw);
    width: min(600px, 600 / var(--w) * 100vw);
    margin: 0 auto;
  }
  .l-modal-interview ._modal-box-list ._list-head {
    display: flex;
    flex-direction: column;
    gap: min(29px, 29 / var(--w) * 100vw);
  }
  .l-modal-interview ._modal-box-list ._list-head p._title {
    font-size: min(64px, 64 / var(--w) * 100vw);
    line-height: 1.2;
    letter-spacing: -0.04em;
    font-weight: bold;
    color: #ed9a45;
    flex: 1;
  }
  .l-modal-interview ._modal-box-list ._list-head ._name {
    display: flex;
    gap: min(18px, 18 / var(--w) * 100vw);
    align-items: center;
    padding: 0;
  }
  .l-modal-interview ._modal-box-list ._list-head ._name p._en {
    font-size: min(30px, 30 / var(--w) * 100vw);
    line-height: 1;
    font-weight: bold;
  }
  .l-modal-interview ._modal-box-list ._list-head ._name p._spec {
    font-size: min(18px, 18 / var(--w) * 100vw);
    line-height: 1;
    font-weight: 500;
    color: #666;
  }
  .l-modal-interview ._modal-box-list ._list-body {
    display: flex;
    flex-direction: column;
    gap: min(32px, 32 / var(--w) * 100vw);
  }
  .l-modal-interview ._modal-box-list ._list-body h2 {
    font-size: min(40px, 40 / var(--w) * 100vw);
    line-height: 1.35;
    font-weight: bold;
  }
  .l-modal-interview ._modal-box-list ._list-body ._set {
    display: flex;
    flex-direction: column;
    gap: min(5px, 5 / var(--w) * 100vw);
  }
  .l-modal-interview ._modal-box-list ._list-body ._set h3 {
    font-size: min(28px, 28 / var(--w) * 100vw);
    line-height: 2.21;
    font-weight: bold;
    color: #ed9a45;
  }
  .l-modal-interview ._modal-box-list ._list-body ._set h3 span {
    font-size: min(18px, 18 / var(--w) * 100vw);
  }
  .l-modal-interview ._modal-box-list ._list-body ._set p._doc {
    font-size: min(16px, 16 / var(--w) * 100vw);
    line-height: 2;
    font-weight: bold;
  }
  .l-modal-interview ._modal-box-list ._list-image {
    width: min(449px, 449 / var(--w) * 100vw);
    margin: 0 auto;
  }
  .l-modal-interview ._modal-box-list ._list-osususme {
    position: relative;
    background: #fcead8;
    border-radius: min(150px, 150 / var(--w) * 100vw);
    color: #195c3c;
    padding: min(40px, 40 / var(--w) * 100vw) min(100px, 100 / var(--w) * 100vw);
    display: flex;
    flex-direction: column;
    gap: min(20px, 20 / var(--w) * 100vw);
    align-items: center;
  }
  .l-modal-interview ._modal-box-list ._list-osususme ._title-mamy {
    width: min(193px, 193 / var(--w) * 100vw);
    margin: 0 auto;
    position: absolute;
    top: max(-15px, -15 / var(--w) * 100vw);
    right: 0;
    left: 0;
    z-index: 2;
  }
  .l-modal-interview ._modal-box-list ._list-osususme ._title-point {
    background: #fff;
    border-radius: min(10px, 10 / var(--w) * 100vw);
    text-align: center;
    font-size: min(28px, 28 / var(--w) * 100vw);
    line-height: 1;
    font-weight: bold;
    width: min(300px, 300 / var(--w) * 100vw);
    padding: min(10px, 10 / var(--w) * 100vw);
  }
  .l-modal-interview ._modal-box-list ._list-osususme p._doc {
    font-size: min(14px, 14 / var(--w) * 100vw);
    line-height: 2.29;
    font-weight: bold;
  }
  .l-modal-movie {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    gap: 0;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    visibility: hidden;
    opacity: 0;
    transition-duration: 0.2s;
  }
  .l-modal-movie.is-open {
    visibility: visible;
    opacity: 1;
  }
  .l-modal-movie ._modal-close {
    position: absolute;
    top: max(-60px, -60 / var(--w) * 100vw);
    right: 0;
  }
  .l-modal-movie ._modal-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
  }
  .l-modal-movie ._modal-box {
    position: relative;
    width: min(1000px, 1000 / var(--w) * 100vw);
    aspect-ratio: 16/9;
    background: #fff;
  }
  .l-modal-movie iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .c-modal-movie-btn-close {
    position: relative;
    width: min(50px, 50 / var(--w) * 100vw);
    height: min(50px, 50 / var(--w) * 100vw);
    background-color: #fff;
    border-radius: min(100px, 100 / var(--w) * 100vw);
    cursor: pointer;
    transition: opacity 0.2s;
    z-index: 10;
  }
  .c-modal-movie-btn-close:hover {
    opacity: 0.8;
  }
  .c-modal-movie-btn-close span {
    position: absolute;
    background: #000;
    top: calc((min(50px, 50 / var(--w) * 100vw) - min(2px, 2 / var(--w) * 100vw)) / 2);
    left: calc((min(50px, 50 / var(--w) * 100vw) - min(24px, 24 / var(--w) * 100vw)) / 2);
    width: min(24px, 24 / var(--w) * 100vw);
    height: min(2px, 2 / var(--w) * 100vw);
    transform: rotate(-45deg);
  }
  .c-modal-movie-btn-close span:nth-child(2) {
    transform: rotate(45deg);
  }
}
@media screen and (max-width: 767px) {
  :root {
    --w: var(--w-sp) ;
  }
  .u-pc {
    display: none;
  }
  .l-wrapper {
    overflow: clip;
  }
  .l-header-wrap {
    height: calc(60 / var(--w) * 100vw);
    border: calc(1 / var(--w) * 100vw) solid #000;
  }
  .l-header {
    position: relative;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 100;
    height: calc(60 / var(--w) * 100vw);
    background: #fff;
  }
  .l-header ._brand {
    position: relative;
    height: calc(6 / var(--w) * 100vw);
    margin: 0 auto;
  }
  .l-header ._site-name {
    position: absolute;
    top: calc(24 / var(--w) * 100vw);
    left: calc(15 / var(--w) * 100vw);
    margin: 0;
    font-size: calc(9 / var(--w) * 100vw);
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
  .l-header ._site-name strong {
    color: #009044;
    font-weight: 700;
  }
  .l-header ._logo {
    position: absolute;
    top: calc(16 / var(--w) * 100vw);
    left: calc(125 / var(--w) * 100vw);
    width: calc(130 / var(--w) * 100vw);
    height: calc(40 / var(--w) * 100vw);
    margin: 0;
  }
  .l-modal-menu-btn {
    position: fixed;
    top: calc(10 / var(--w) * 100vw);
    right: calc(15 / var(--w) * 100vw);
    z-index: 120;
  }
  .c-modal-menu-btn {
    position: relative;
    width: calc(40 / var(--w) * 100vw);
    height: calc(40 / var(--w) * 100vw);
    background-color: #333;
    border-radius: 0;
    cursor: pointer;
    transition: opacity 0.2s;
    z-index: 10;
  }
  .c-modal-menu-btn:hover {
    opacity: 0.8;
  }
  .c-modal-menu-btn span {
    position: absolute;
    background: #ffffff;
    left: calc((40 / var(--w) * 100vw - 20 / var(--w) * 100vw) / 2);
    width: calc(20 / var(--w) * 100vw);
    height: calc(1 / var(--w) * 100vw);
    transition: all 0.3s;
    top: calc((40 / var(--w) * 100vw - 1 / var(--w) * 100vw) / 2);
  }
  .c-modal-menu-btn span:nth-child(1) {
    transform: translateY(calc(-6 / var(--w) * 100vw));
  }
  .c-modal-menu-btn span:nth-child(3) {
    transform: translateY(calc(6 / var(--w) * 100vw));
  }
  .c-modal-menu-btn {
    border-radius: calc(40 / var(--w) * 100vw);
  }
  .c-modal-menu-btn:hover {
    background-color: #009944;
  }
  body.js-gmenu-active .c-modal-menu-btn span:nth-child(1) {
    transform: translateY(0) rotate(-45deg);
  }
  body.js-gmenu-active .c-modal-menu-btn span:nth-child(2) {
    opacity: 0;
    transform: scale(0.5);
  }
  body.js-gmenu-active .c-modal-menu-btn span:nth-child(3) {
    transform: translateY(0) rotate(45deg);
  }
  body.js-gmenu-active .c-modal-menu-btn {
    background-color: #009944;
  }
  .l-modal-menu h1, .l-modal-menu h2, .l-modal-menu h3, .l-modal-menu h4, .l-modal-menu h5, .l-modal-menu h6 {
    margin: 0;
    padding: 0;
  }
  .l-modal-menu p {
    margin: 0;
  }
  .l-modal-menu ol, .l-modal-menu ul, .l-modal-menu li {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .l-modal-menu a {
    text-decoration: none;
    color: inherit;
  }
  .l-modal-menu {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    display: flex;
    flex-direction: column;
    gap: calc(40 / var(--w) * 100vw);
    align-items: center;
    justify-content: center;
    visibility: hidden;
    opacity: 0;
    transition-duration: 0.2s;
  }
  body.js-gmenu-active .l-modal-menu {
    z-index: 110;
    visibility: visible;
    opacity: 1;
  }
  .l-modal-menu ._bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .l-modal-menu ._box {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    background: #FFFAED;
    padding: calc(30 / var(--w) * 100vw) calc(40 / var(--w) * 100vw) calc(40 / var(--w) * 100vw) calc(40 / var(--w) * 100vw);
    box-shadow: calc(-10 / var(--w) * 100vw) calc(10 / var(--w) * 100vw) calc(16 / var(--w) * 100vw) 0 rgba(0, 0, 0, 0.16);
  }
  .l-modal-menu ._gmenu {
    position: relative;
    margin-top: calc(10 / var(--w) * 100vw);
  }
  .l-modal-menu ._title {
    font-size: calc(20 / var(--w) * 100vw);
    line-height: 1.56;
    font-weight: bold;
    color: #094;
  }
  .c-modal-gmenu {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  .c-modal-gmenu li {
    border-bottom: calc(1 / var(--w) * 100vw) dashed #ccc;
  }
  .c-modal-gmenu li:nth-child(1) {
    border-top: calc(1 / var(--w) * 100vw) dashed #ccc;
  }
  .c-modal-gmenu ._item {
    display: block;
    font-size: calc(16 / var(--w) * 100vw);
    line-height: 1.44;
    font-weight: bold;
    color: #333;
    padding: calc(18 / var(--w) * 100vw) 0;
  }
  .c-modal-gmenu ._item b {
    color: #009944;
    font-size: calc(14 / var(--w) * 100vw);
  }
  .c-pagelink-offset {
    position: absolute;
    top: calc(-60 / var(--w) * 100vw);
    left: 0;
  }
  .c-center-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    margin: 0;
    text-align: center;
  }
  .c-white-box {
    background: #fff;
    border: calc(1 / var(--w) * 100vw) solid #707070;
    box-sizing: border-box;
  }
  .c-vartical-text {
    background: #fff;
    padding: calc(2 / var(--w) * 100vw) calc(10 / var(--w) * 100vw);
    text-align: center;
    font-size: calc(11 / var(--w) * 100vw);
    line-height: calc(20 / var(--w) * 100vw);
    letter-spacing: 0.05em;
    font-weight: 700;
  }
  .c-vartical-text a {
    text-decoration: none;
    color: var(--text-color);
  }
  /* -------------------------------------------------- */
  .p-index-hero {
    position: relative;
    height: calc(600 / var(--w) * 100vw);
    text-align: center;
    color: #fff;
    overflow: hidden;
    background-image: url("../images/hero/sp/bg.webp");
    background-size: c;
    background-position: center;
    background-size: cover;
  }
  .p-index-hero ._p1 {
    width: calc(130 / var(--w) * 100vw);
    position: absolute;
    bottom: 0;
    left: calc(70 / var(--w) * 100vw);
  }
  .p-index-hero ._p2 {
    width: calc(100 / var(--w) * 100vw);
    position: absolute;
    bottom: 0;
    left: calc(180 / var(--w) * 100vw);
  }
  .p-index-hero ._inner {
    display: flex;
    flex-direction: column;
    gap: calc(30 / var(--w) * 100vw);
    align-items: center;
  }
  .p-index-hero ._title {
    position: absolute;
    top: calc(40 / var(--w) * 100vw);
    right: 0;
    left: 0;
  }
  .p-index-hero ._fuki p {
    text-align: center;
    color: #333;
    font-size: calc(14 / var(--w) * 100vw);
    line-height: 1.32;
    letter-spacing: -0.03em;
    font-weight: 700;
  }
  .p-index-hero ._fuki b {
    color: #009044;
  }
  .p-index-hero ._fuki.is-1 {
    width: calc(160 / var(--w) * 100vw);
    position: absolute;
    bottom: calc(160 / var(--w) * 100vw);
    left: calc(240 / var(--w) * 100vw);
  }
  .p-index-hero ._fuki.is-2 {
    width: calc(160 / var(--w) * 100vw);
    position: absolute;
    bottom: calc(150 / var(--w) * 100vw);
    left: calc(5 / var(--w) * 100vw);
  }
  .p-index-hero ._prof {
    width: calc(80 / var(--w) * 100vw);
    height: calc(80 / var(--w) * 100vw);
    border-radius: 50%;
    border: calc(2 / var(--w) * 100vw) dashed currentColor;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0;
    margin: 0 auto;
  }
  .p-index-hero ._prof.is-1 {
    color: #fff;
    position: absolute;
    bottom: calc(30 / var(--w) * 100vw);
    left: calc(10 / var(--w) * 100vw);
  }
  .p-index-hero ._prof.is-2 {
    color: #333;
    position: absolute;
    right: calc(10 / var(--w) * 100vw);
    bottom: calc(40 / var(--w) * 100vw);
  }
  .p-index-hero ._prof ._role {
    margin: 0;
    font-size: calc(9 / var(--w) * 100vw);
    line-height: 1.28;
    font-weight: bold;
  }
  .p-index-hero ._prof ._name {
    margin: calc(5 / var(--w) * 100vw) 0 0;
    font-size: calc(16 / var(--w) * 100vw);
    line-height: 1;
    font-weight: bold;
  }
  .p-index-hero ._prof ._name-full {
    margin: calc(10 / var(--w) * 100vw) 0 0;
    font-size: calc(13 / var(--w) * 100vw);
    line-height: 1;
    font-weight: bold;
  }
  .p-index-hero-title {
    display: flex;
    flex-direction: column;
    gap: calc(12 / var(--w) * 100vw);
    align-items: center;
    text-align: center;
  }
  .p-index-hero-title ._sub {
    margin: 0;
    font-size: calc(30 / var(--w) * 100vw);
    line-height: 1;
    letter-spacing: -0.06em;
  }
  .p-index-hero-title h2 {
    margin: 0;
    font-size: calc(50 / var(--w) * 100vw);
    line-height: 1.1;
    letter-spacing: -0.08em;
    color: #fff;
  }
  .p-index-hero-title ._en {
    margin: 0;
    font-size: calc(14 / var(--w) * 100vw);
    line-height: 1.25;
    font-weight: 700;
  }
  .p-index-hero-title ._scroll {
    width: calc(50 / var(--w) * 100vw);
    margin: 0 auto 0;
  }
  /* -------------------------------------------------- */
  .p-index-about {
    position: relative;
    padding: calc(60 / var(--w) * 100vw) calc(20 / var(--w) * 100vw) calc(145 / var(--w) * 100vw) calc(20 / var(--w) * 100vw);
    background: #F7D642;
    color: #333;
  }
  .p-index-about ._inner {
    display: flex;
    flex-direction: column;
    gap: calc(40 / var(--w) * 100vw);
    align-items: center;
  }
  .p-index-about ._catch {
    position: absolute;
    top: calc(260 / var(--w) * 100vw);
    left: calc(50 / var(--w) * 100vw);
    z-index: 2;
  }
  .p-index-about ._deco1 {
    position: absolute;
    top: calc(200 / var(--w) * 100vw);
    left: calc(100 / var(--w) * 100vw);
    width: calc(300 / var(--w) * 100vw);
  }
  .p-index-about ._deco2 {
    position: absolute;
    right: 0;
    bottom: 0;
    width: calc(220 / var(--w) * 100vw);
  }
  .p-index-about ._card {
    margin-top: calc(240 / var(--w) * 100vw);
  }
  .p-index-about ._last-text {
    position: absolute;
    right: calc(100 / var(--w) * 100vw);
    bottom: calc(40 / var(--w) * 100vw);
    left: 0;
    text-align: center;
  }
  .p-index-about-heading {
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: calc(10 / var(--w) * 100vw);
    align-items: center;
  }
  .p-index-about-heading ._en {
    margin: 0;
    color: #333;
    font-size: calc(48 / var(--w) * 100vw);
    line-height: 1;
    font-weight: 700;
  }
  .p-index-about-heading h2 {
    margin: 0;
    color: #fff;
    font-size: calc(26 / var(--w) * 100vw);
    line-height: 1.2;
    letter-spacing: -0.03em;
  }
  .p-index-about-heading h2 b {
    color: #333;
  }
  .p-index-about-heading ._lead {
    margin: 0;
    color: #5a3a12;
    font-size: calc(14 / var(--w) * 100vw);
    line-height: 1.4;
    font-weight: 700;
  }
  .p-index-about-catch {
    position: relative;
    width: calc(200 / var(--w) * 100vw);
    margin: 0 auto;
  }
  .p-index-about-catch p {
    margin: 0;
    text-align: center;
    font-size: calc(15 / var(--w) * 100vw);
    line-height: 1.47;
    letter-spacing: -0.02em;
  }
  .p-index-about-catch b {
    color: #009044;
  }
  .p-index-about-main-card {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: calc(15 / var(--w) * 100vw);
    align-items: center;
    text-align: center;
  }
  .p-index-about-main-card ._mark {
    width: 60vw;
    z-index: 2;
  }
  .p-index-about-main-card ._text {
    width: 60vw;
    font-size: calc(14 / var(--w) * 100vw);
    line-height: 1.78;
    font-weight: 700;
    text-align: left;
  }
  .p-index-about-shop-card {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: calc(15 / var(--w) * 100vw);
    align-items: center;
    text-align: center;
  }
  .p-index-about-shop-card ._mark {
    width: 60vw;
    z-index: 2;
  }
  .p-index-about-shop-card ._photo {
    width: 60vw;
    margin-top: calc(-20 / var(--w) * 100vw);
  }
  .p-index-about-shop-card ._text {
    width: 60vw;
    font-size: calc(14 / var(--w) * 100vw);
    line-height: 1.78;
    font-weight: 700;
    text-align: left;
  }
  .p-index-about-point-panel {
    width: 100%;
    background: #fff;
    border-radius: calc(10 / var(--w) * 100vw);
    padding: calc(30 / var(--w) * 100vw) calc(20 / var(--w) * 100vw);
    display: flex;
    flex-direction: column;
    gap: calc(40 / var(--w) * 100vw);
  }
  .p-index-about-point {
    display: flex;
    flex-direction: column;
    gap: calc(20 / var(--w) * 100vw);
  }
  .p-index-about-point ._point-text {
    display: flex;
    flex-direction: column;
    gap: calc(15 / var(--w) * 100vw);
    align-items: center;
    justify-content: center;
  }
  .p-index-about-point ._num {
    margin: 0;
    color: #5a3a12;
    font-size: calc(18 / var(--w) * 100vw);
    line-height: 1;
    font-weight: 700;
    text-decoration: underline;
  }
  .p-index-about-point h3 {
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: calc(5 / var(--w) * 100vw);
    align-items: center;
    justify-content: center;
  }
  .p-index-about-point h3 span {
    padding: calc(5 / var(--w) * 100vw) calc(10 / var(--w) * 100vw);
    color: #fff;
    font-size: calc(18 / var(--w) * 100vw);
    line-height: 1.5;
    letter-spacing: -0.03em;
    background: #009044;
  }
  .p-index-about-point ._doc {
    margin: 0;
    font-size: calc(14 / var(--w) * 100vw);
    line-height: 1.8;
    font-weight: 700;
    text-align: left;
  }
  .p-index-about-point ._point-image {
    width: 60vw;
    margin: 0 auto;
  }
  .p-index-about-last-text {
    text-align: center;
    margin: 0;
    font-size: calc(14 / var(--w) * 100vw);
    line-height: 1.5;
    letter-spacing: -0.02em;
  }
  .p-index-about-last-text b {
    color: #009044;
  }
  /* -------------------------------------------------- */
  .p-index-movie {
    position: relative;
    padding: calc(60 / var(--w) * 100vw) calc(20 / var(--w) * 100vw) calc(140 / var(--w) * 100vw) calc(20 / var(--w) * 100vw);
    background: #30B978;
    color: #333;
  }
  .p-index-movie ._inner {
    display: flex;
    flex-direction: column;
    gap: calc(40 / var(--w) * 100vw);
    align-items: center;
  }
  .p-index-movie ._catch {
    position: absolute;
    top: calc(260 / var(--w) * 100vw);
    left: calc(40 / var(--w) * 100vw);
    width: calc(180 / var(--w) * 100vw);
  }
  .p-index-movie ._deco1 {
    position: absolute;
    top: calc(300 / var(--w) * 100vw);
    left: calc(180 / var(--w) * 100vw);
    width: calc(200 / var(--w) * 100vw);
  }
  .p-index-movie ._deco2 {
    position: absolute;
    right: 0;
    bottom: 0;
    width: calc(220 / var(--w) * 100vw);
    z-index: 2;
  }
  .p-index-movie ._movie {
    margin-top: calc(240 / var(--w) * 100vw);
  }
  .p-index-movie ._last-text {
    position: absolute;
    right: calc(100 / var(--w) * 100vw);
    bottom: calc(40 / var(--w) * 100vw);
    left: 0;
    text-align: center;
  }
  .p-index-movie-heading {
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: calc(10 / var(--w) * 100vw);
    align-items: center;
  }
  .p-index-movie-heading ._en {
    margin: 0;
    color: #fff;
    font-size: calc(48 / var(--w) * 100vw);
    line-height: 1;
    font-weight: 700;
  }
  .p-index-movie-heading h2 {
    margin: 0;
    color: #000;
    font-size: calc(26 / var(--w) * 100vw);
    line-height: 1.2;
    letter-spacing: -0.04em;
  }
  .p-index-movie-heading h2 b {
    color: #fff;
  }
  .p-index-movie-heading ._lead {
    margin: 0;
    font-size: calc(14 / var(--w) * 100vw);
    line-height: 1.45;
    font-weight: 700;
  }
  .p-index-movie-catch p {
    margin: 0;
    text-align: center;
    font-size: calc(15 / var(--w) * 100vw);
    line-height: 1.47;
    letter-spacing: -0.02em;
  }
  .p-index-movie-catch b {
    color: #009044;
  }
  .p-index-movie-main {
    position: relative;
    width: 100%;
    border-radius: calc(14 / var(--w) * 100vw);
    background: #32875d;
    padding: calc(30 / var(--w) * 100vw) calc(20 / var(--w) * 100vw);
  }
  .p-index-movie-main ._thumb {
    width: 100%;
    margin: 0 auto;
  }
  .p-index-movie-last-text {
    text-align: center;
    margin: 0;
    color: #fff;
    font-size: calc(14 / var(--w) * 100vw);
    line-height: 1.5;
    letter-spacing: -0.02em;
  }
  .p-index-movie-last-text b {
    color: #000;
  }
  /* -------------------------------------------------- */
  .p-index-interview {
    position: relative;
    padding: calc(60 / var(--w) * 100vw) calc(20 / var(--w) * 100vw) calc(140 / var(--w) * 100vw) calc(20 / var(--w) * 100vw);
    background: #ED9A45;
    color: #333;
  }
  .p-index-interview ._inner {
    display: flex;
    flex-direction: column;
    gap: calc(40 / var(--w) * 100vw);
    align-items: center;
  }
  .p-index-interview ._catch {
    position: relative;
  }
  .p-index-interview ._deco2 {
    position: absolute;
    right: 0;
    bottom: 0;
    width: calc(200 / var(--w) * 100vw);
  }
  .p-index-interview ._last-text {
    position: absolute;
    right: calc(120 / var(--w) * 100vw);
    bottom: calc(40 / var(--w) * 100vw);
    left: 0;
  }
  .p-index-interview-heading {
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: calc(10 / var(--w) * 100vw);
    align-items: center;
  }
  .p-index-interview-heading ._en {
    margin: 0;
    color: #fff;
    font-size: calc(48 / var(--w) * 100vw);
    line-height: 1;
    font-weight: 700;
  }
  .p-index-interview-heading h2 {
    margin: 0;
    font-size: calc(26 / var(--w) * 100vw);
    line-height: 1.2;
    letter-spacing: -0.04em;
  }
  .p-index-interview-heading h2 b {
    color: #fff;
  }
  .p-index-interview-heading ._lead {
    margin: 0;
    font-size: calc(14 / var(--w) * 100vw);
    line-height: 1.45;
    font-weight: 700;
  }
  .p-index-interview-catch {
    width: calc(230 / var(--w) * 100vw);
    text-align: center;
    height: calc(320 / var(--w) * 100vw);
  }
  .p-index-interview-catch ._person {
    width: calc(300 / var(--w) * 100vw);
    position: absolute;
    top: calc(-20 / var(--w) * 100vw);
    left: calc(-10 / var(--w) * 100vw);
  }
  .p-index-interview-catch ._fuki {
    position: absolute;
    top: calc(100 / var(--w) * 100vw);
    z-index: 2;
  }
  .p-index-interview-catch p {
    margin: 0;
    font-size: calc(14 / var(--w) * 100vw);
    line-height: 1.58;
    letter-spacing: -0.04em;
    position: absolute;
    top: calc(170 / var(--w) * 100vw);
    right: 0;
    left: 0;
    z-index: 3;
  }
  .p-index-interview-catch b {
    color: #009044;
  }
  .p-index-interview-list {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: calc(15 / var(--w) * 100vw);
  }
  .p-index-interview-card {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 0;
    align-items: center;
  }
  .p-index-interview-card ._photo {
    position: relative;
    z-index: 2;
  }
  .p-index-interview-card ._body {
    position: relative;
    width: 100%;
    padding: calc(50 / var(--w) * 100vw) 0 calc(15 / var(--w) * 100vw) 0;
    border-radius: calc(10 / var(--w) * 100vw);
    background: #fff;
    text-align: center;
    margin-top: calc(-40 / var(--w) * 100vw);
  }
  .p-index-interview-card ._meta {
    text-align: center;
    color: #777;
    font-size: calc(12 / var(--w) * 100vw);
    line-height: 1.4;
    font-weight: 700;
    margin: calc(8 / var(--w) * 100vw) 0 0;
    display: flex;
    flex-direction: column;
  }
  .p-index-interview-card ._meta b {
    font-size: calc(14 / var(--w) * 100vw);
  }
  .p-index-interview-btn {
    position: relative;
    background: #333;
    color: #fff;
    font-size: calc(16 / var(--w) * 100vw);
    line-height: 2.6;
    letter-spacing: -0.04em;
    padding: 0 0 calc(2 / var(--w) * 100vw) 0;
  }
  .p-index-interview-btn ._icon {
    z-index: 10;
    position: absolute;
    top: 0;
    right: calc(5 / var(--w) * 100vw);
    bottom: 0;
    margin: auto 0;
    width: calc(20 / var(--w) * 100vw);
    height: calc(20 / var(--w) * 100vw);
    border-radius: calc(100 / var(--w) * 100vw);
    background: #009944;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .p-index-interview-btn ._icon::after {
    content: "";
    display: block;
    width: calc(12 / var(--w) * 100vw);
    height: calc(12 / var(--w) * 100vw);
    background: #fff;
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M10 6l6 6-6 6' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center;
  }
  .p-index-interview-last-text {
    text-align: center;
    margin: 0;
    font-size: calc(14 / var(--w) * 100vw);
    line-height: 1.55;
    letter-spacing: -0.03em;
  }
  .p-index-interview-last-text b {
    color: #fff;
  }
  /* -------------------------------------------------- */
  .p-index-culture {
    position: relative;
    padding: calc(60 / var(--w) * 100vw) calc(20 / var(--w) * 100vw) calc(140 / var(--w) * 100vw) calc(20 / var(--w) * 100vw);
    background: #DE7EB2;
    color: #333;
  }
  .p-index-culture ._inner {
    display: flex;
    flex-direction: column;
    gap: calc(40 / var(--w) * 100vw);
    align-items: center;
  }
  .p-index-culture ._catch {
    position: absolute;
    top: calc(300 / var(--w) * 100vw);
    left: calc(20 / var(--w) * 100vw);
    width: calc(200 / var(--w) * 100vw);
  }
  .p-index-culture ._deco1 {
    position: absolute;
    top: calc(350 / var(--w) * 100vw);
    left: calc(130 / var(--w) * 100vw);
    width: calc(300 / var(--w) * 100vw);
  }
  .p-index-culture ._point-list {
    margin-top: calc(240 / var(--w) * 100vw);
  }
  .p-index-culture ._deco2 {
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .p-index-culture-heading {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: calc(10 / var(--w) * 100vw);
    align-items: center;
  }
  .p-index-culture-heading ._en {
    margin: 0;
    color: #fff;
    font-size: calc(48 / var(--w) * 100vw);
    line-height: 1;
    font-weight: 700;
  }
  .p-index-culture-heading h2 {
    margin: 0;
    font-size: calc(26 / var(--w) * 100vw);
    line-height: 1.2;
    letter-spacing: -0.04em;
  }
  .p-index-culture-heading h2 ._white {
    color: #fff;
  }
  .p-index-culture-heading ._lead {
    margin: 0;
    font-size: calc(14 / var(--w) * 100vw);
    line-height: 1.55;
    font-weight: 700;
  }
  .p-index-culture-catch p {
    margin: 0;
    text-align: center;
    font-size: calc(15 / var(--w) * 100vw);
    line-height: 1.47;
    letter-spacing: -0.02em;
    padding-top: calc(10 / var(--w) * 100vw);
  }
  .p-index-culture-catch b {
    color: #009044;
  }
  .p-index-culture-point-list {
    display: flex;
    flex-direction: column;
    gap: calc(10 / var(--w) * 100vw);
  }
  .p-index-culture-point {
    position: relative;
    background: #fff;
    border-radius: calc(10 / var(--w) * 100vw);
    padding: calc(30 / var(--w) * 100vw) calc(30 / var(--w) * 100vw);
    display: flex;
    flex-direction: column;
    gap: calc(15 / var(--w) * 100vw);
  }
  .p-index-culture-point ._point-text {
    display: flex;
    flex-direction: column;
    gap: calc(10 / var(--w) * 100vw);
    align-items: center;
  }
  .p-index-culture-point ._point-text ._num {
    margin: 0;
    color: #666;
    font-size: calc(18 / var(--w) * 100vw);
    line-height: 1;
    font-weight: 700;
    text-decoration: underline;
  }
  .p-index-culture-point ._point-text h3 {
    margin: 0;
    display: inline-block;
    padding: 0 calc(10 / var(--w) * 100vw);
    background: #f7d642;
    font-size: calc(18 / var(--w) * 100vw);
    line-height: calc(28 / var(--w) * 100vw);
    letter-spacing: -0.04em;
  }
  .p-index-culture-point ._point-text p {
    margin: 0;
    font-size: calc(14 / var(--w) * 100vw);
    line-height: 1.8;
    font-weight: 700;
    text-align: left;
  }
  .p-index-culture-point ._point-image {
    width: 100%;
  }
  .p-index-culture-voice {
    position: relative;
    background: #d37bab;
    padding: calc(40 / var(--w) * 100vw) calc(20 / var(--w) * 100vw);
    box-sizing: border-box;
    margin: 0 calc(-20 / var(--w) * 100vw) 0 calc(-20 / var(--w) * 100vw);
  }
  .p-index-culture-voice ._voice-list {
    margin-top: calc(20 / var(--w) * 100vw);
  }
  .p-index-culture-voice-heading {
    position: relative;
  }
  .p-index-culture-voice-heading p {
    margin: 0;
    text-align: center;
    font-size: calc(13 / var(--w) * 100vw);
    line-height: 1.2;
    letter-spacing: -0.02em;
    position: absolute;
    top: calc(14 / var(--w) * 100vw);
    right: 0;
    left: 0;
  }
  .p-index-culture-voice-heading b {
    color: #009044;
  }
  .p-index-culture-voice-list {
    display: flex;
    flex-direction: column;
    gap: calc(40 / var(--w) * 100vw);
  }
  .p-index-culture-voice-card {
    position: relative;
  }
  .p-index-culture-voice-card ._photo {
    position: relative;
    width: calc(50 / var(--w) * 100vw);
    height: calc(50 / var(--w) * 100vw);
  }
  .p-index-culture-voice-card {
    display: flex;
    gap: calc(20 / var(--w) * 100vw);
    align-items: flex-start;
  }
  .p-index-culture-voice-card ._body {
    position: relative;
    flex: 1;
    padding: 0 0 0 calc(40 / var(--w) * 100vw);
    justify-content: space-between;
    background: url("../images/culture/senpai/arrorw1.webp");
    background-size: calc(12 / var(--w) * 100vw) calc(81 / var(--w) * 100vw);
    background-repeat: no-repeat;
  }
  .p-index-culture-voice-card ._role {
    margin: 0;
    font-size: calc(14 / var(--w) * 100vw);
    line-height: 1.4;
    font-weight: 700;
  }
  .p-index-culture-voice-card ._comment {
    margin: calc(12 / var(--w) * 100vw) 0 0;
    color: #fff;
    font-size: calc(13 / var(--w) * 100vw);
    line-height: 1.8;
    font-weight: 700;
  }
  /* -------------------------------------------------- */
  .p-index-message {
    position: relative;
    padding: calc(60 / var(--w) * 100vw) calc(20 / var(--w) * 100vw);
    background-image: url("../images/message/bg.webp?2");
    background-size: c;
    background-position: center;
    background-size: cover;
    color: #333;
  }
  .p-index-message ._inner {
    display: flex;
    flex-direction: column;
    gap: calc(40 / var(--w) * 100vw);
    align-items: center;
  }
  .p-index-message ._catch {
    position: absolute;
    top: calc(230 / var(--w) * 100vw);
    left: calc(150 / var(--w) * 100vw);
    width: calc(200 / var(--w) * 100vw);
  }
  .p-index-message ._deco1 {
    position: absolute;
    top: calc(360 / var(--w) * 100vw);
    left: 0;
    width: calc(300 / var(--w) * 100vw);
  }
  .p-index-message ._main {
    margin-top: calc(300 / var(--w) * 100vw);
  }
  .p-index-message ._copyright {
    text-align: center;
    margin: 0;
    color: #fff;
    font-size: calc(12 / var(--w) * 100vw);
    line-height: 1.55;
    font-weight: 700;
  }
  .p-index-message-heading {
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: calc(10 / var(--w) * 100vw);
    align-items: center;
  }
  .p-index-message-heading ._en {
    margin: 0;
    color: #fff;
    font-size: calc(48 / var(--w) * 100vw);
    line-height: 1;
    font-weight: 700;
  }
  .p-index-message-heading h2 {
    margin: 0;
    font-size: calc(26 / var(--w) * 100vw);
    line-height: 1.2;
    letter-spacing: -0.04em;
  }
  .p-index-message-heading h2 b {
    color: #fff;
  }
  .p-index-message-heading ._lead {
    margin: 0;
    font-size: calc(14 / var(--w) * 100vw);
    line-height: 1.55;
    font-weight: 700;
  }
  .p-index-message-catch {
    position: relative;
  }
  .p-index-message-catch p {
    margin: 0;
    text-align: center;
    font-size: calc(15 / var(--w) * 100vw);
    line-height: 1.47;
    letter-spacing: -0.02em;
  }
  .p-index-message-catch b {
    color: #009044;
  }
  .p-index-message-main {
    position: relative;
    background: #fff;
    border-radius: calc(10 / var(--w) * 100vw);
    padding: calc(30 / var(--w) * 100vw) calc(30 / var(--w) * 100vw);
    display: flex;
    flex-direction: column;
    gap: calc(20 / var(--w) * 100vw);
  }
  .p-index-message-main ._inner-main {
    display: flex;
    flex-direction: column;
    gap: calc(20 / var(--w) * 100vw);
    align-items: center;
  }
  .p-index-message-main ._head {
    display: flex;
    flex-direction: column;
    gap: calc(15 / var(--w) * 100vw);
    align-items: center;
  }
  .p-index-message-main ._fuki {
    border-radius: calc(30 / var(--w) * 100vw);
    padding: calc(20 / var(--w) * 100vw) calc(20 / var(--w) * 100vw);
  }
  .p-index-message-main ._fuki p {
    margin: 0;
    text-align: center;
    font-size: calc(15 / var(--w) * 100vw);
    line-height: 1.4;
    letter-spacing: -0.02em;
  }
  .p-index-message-main ._fuki b {
    color: #009044;
  }
  .p-index-message-main ._photo {
    position: relative;
  }
  .p-index-message-main ._name {
    position: relative;
    border-radius: calc(30 / var(--w) * 100vw);
    padding: calc(20 / var(--w) * 100vw);
  }
  .p-index-message-main ._title {
    margin: 0;
    font-size: calc(12 / var(--w) * 100vw);
    line-height: 1.4;
    font-weight: 700;
  }
  .p-index-message-main ._name-text {
    margin: calc(4 / var(--w) * 100vw) 0 0;
    font-size: calc(20 / var(--w) * 100vw);
    line-height: 1;
    letter-spacing: 0.1em;
  }
  .p-index-message-main ._name-text b {
    color: #009044;
  }
  .p-index-message-main ._name-en {
    background: #76afdb;
    color: #fff;
  }
  .p-index-message-main ._text p {
    margin: 0;
    font-size: calc(14 / var(--w) * 100vw);
    line-height: 1.8;
    font-weight: 700;
  }
  /* -------------------------------------------------- */
  .l-modal-interview {
    position: relative;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    gap: 0;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    visibility: hidden;
    opacity: 0;
    transition-duration: 0.2s;
  }
  .l-modal-interview.is-open {
    visibility: visible;
    opacity: 1;
  }
  .l-modal-interview ._modal-close {
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: 10;
    transform: translate(-50%, 0);
  }
  .l-modal-interview ._modal-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #ED9A45;
  }
  .l-modal-interview ._modal-box {
    position: relative;
    width: 94vw;
    margin-bottom: calc(20 / var(--w) * 100vw);
  }
  .l-modal-interview ._modal-box-body {
    background: #fff;
    border-radius: calc(10 / var(--w) * 100vw);
    height: calc(100vh - 120 / var(--w) * 100vw);
  }
  .l-modal-interview ._modal-inner {
    position: relative;
    height: 100%;
  }
  .l-modal-interview ._page {
    display: none;
  }
  .c-modal-btn-close {
    width: calc(30 / var(--w) * 100vw);
    position: relative;
  }
  .c-modal-navi-btn {
    display: flex;
    flex-direction: column;
    gap: calc(5 / var(--w) * 100vw);
    align-items: center;
    justify-content: center;
  }
  .c-modal-navi-btn.is-prev {
    position: absolute;
    top: 42vh;
    left: calc(-160 / var(--w) * 100vw);
  }
  .c-modal-navi-btn.is-prev img {
    transform: rotate(180deg);
  }
  .c-modal-navi-btn.is-next {
    position: absolute;
    top: 42vh;
    right: calc(-160 / var(--w) * 100vw);
  }
  .c-modal-navi-btn span {
    font-size: calc(24 / var(--w) * 100vw);
    line-height: 1.58;
    font-weight: 500;
    text-align: center;
    color: #fff;
  }
  .l-modal-interview ._modal-box p {
    margin: 0;
  }
  .l-modal-interview ._modal-box h1, .l-modal-interview ._modal-box h2, .l-modal-interview ._modal-box h3, .l-modal-interview ._modal-box h4, .l-modal-interview ._modal-box h5, .l-modal-interview ._modal-box h6 {
    margin: 0;
    padding: 0;
  }
  .l-modal-interview ._modal-box {
    display: flex;
    flex-direction: column;
    gap: calc(10 / var(--w) * 100vw);
  }
  .l-modal-interview ._modal-box-no {
    display: flex;
    gap: calc(10 / var(--w) * 100vw);
    align-items: center;
    padding: 0;
    position: absolute;
    top: calc(-30 / var(--w) * 100vw);
    left: 0;
  }
  .l-modal-interview ._modal-box-no p._title {
    font-size: calc(12 / var(--w) * 100vw);
    line-height: 1;
    font-weight: bold;
    text-align: center;
    color: #fff;
  }
  .l-modal-interview ._modal-box-no p._no {
    font-size: calc(24 / var(--w) * 100vw);
    line-height: 1;
    font-weight: bold;
    color: #fff;
    border-left: calc(1 / var(--w) * 100vw) solid #fff;
    padding-left: calc(10 / var(--w) * 100vw);
  }
  .l-modal-interview ._modal-box-face {
    width: calc(140 / var(--w) * 100vw);
    position: absolute;
    top: calc(-40 / var(--w) * 100vw);
    right: calc(-10 / var(--w) * 100vw);
    z-index: 2;
  }
  .l-modal-interview ._modal-box-title {
    width: calc(20 / var(--w) * 100vw);
    position: absolute;
    top: calc(50 / var(--w) * 100vw);
    right: calc(10 / var(--w) * 100vw);
    z-index: 2;
  }
  .l-modal-interview ._modal-box-main {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: calc(30 / var(--w) * 100vw) 0;
    overflow: scroll;
    overscroll-behavior: none;
  }
  .l-modal-interview ._modal-box-list {
    display: flex;
    flex-direction: column;
    gap: calc(20 / var(--w) * 100vw);
    padding: calc(20 / var(--w) * 100vw);
  }
  .l-modal-interview ._modal-box-list ._list-head {
    display: flex;
    flex-direction: column;
    gap: calc(29 / var(--w) * 100vw);
  }
  .l-modal-interview ._modal-box-list ._list-head p._title {
    font-size: calc(32 / var(--w) * 100vw);
    line-height: 1.2;
    letter-spacing: -0.04em;
    font-weight: bold;
    color: #ed9a45;
    flex: 1;
  }
  .l-modal-interview ._modal-box-list ._list-head ._name {
    display: flex;
    gap: calc(18 / var(--w) * 100vw);
    align-items: center;
    padding: 0;
  }
  .l-modal-interview ._modal-box-list ._list-head ._name p._en {
    font-size: calc(24 / var(--w) * 100vw);
    line-height: 1;
    font-weight: bold;
  }
  .l-modal-interview ._modal-box-list ._list-head ._name p._spec {
    font-size: calc(18 / var(--w) * 100vw);
    line-height: 1;
    font-weight: 500;
    color: #666;
  }
  .l-modal-interview ._modal-box-list ._list-body {
    display: flex;
    flex-direction: column;
    gap: calc(20 / var(--w) * 100vw);
  }
  .l-modal-interview ._modal-box-list ._list-body h2 {
    font-size: calc(24 / var(--w) * 100vw);
    line-height: 1.35;
    font-weight: bold;
  }
  .l-modal-interview ._modal-box-list ._list-body ._set {
    display: flex;
    flex-direction: column;
    gap: calc(5 / var(--w) * 100vw);
  }
  .l-modal-interview ._modal-box-list ._list-body ._set h3 {
    font-size: calc(18 / var(--w) * 100vw);
    line-height: 2.21;
    font-weight: bold;
    color: #ed9a45;
  }
  .l-modal-interview ._modal-box-list ._list-body ._set h3 span {
    font-size: calc(12 / var(--w) * 100vw);
  }
  .l-modal-interview ._modal-box-list ._list-body ._set p._doc {
    font-size: calc(14 / var(--w) * 100vw);
    line-height: 2;
    font-weight: bold;
  }
  .l-modal-interview ._modal-box-list ._list-osususme {
    position: relative;
    background: #fcead8;
    border-radius: calc(50 / var(--w) * 100vw);
    color: #195c3c;
    padding: calc(40 / var(--w) * 100vw) calc(30 / var(--w) * 100vw);
    display: flex;
    flex-direction: column;
    gap: calc(20 / var(--w) * 100vw);
    align-items: center;
  }
  .l-modal-interview ._modal-box-list ._list-osususme ._title-mamy {
    width: calc(193 / var(--w) * 100vw);
    margin: 0 auto;
    position: absolute;
    top: calc(-15 / var(--w) * 100vw);
    right: 0;
    left: 0;
    z-index: 2;
  }
  .l-modal-interview ._modal-box-list ._list-osususme ._title-point {
    background: #fff;
    border-radius: calc(10 / var(--w) * 100vw);
    text-align: center;
    font-size: calc(18 / var(--w) * 100vw);
    line-height: 1;
    font-weight: bold;
    width: calc(200 / var(--w) * 100vw);
    padding: calc(10 / var(--w) * 100vw);
  }
  .l-modal-interview ._modal-box-list ._list-osususme p._doc {
    font-size: calc(12 / var(--w) * 100vw);
    line-height: 2.29;
    font-weight: bold;
  }
  .l-modal-movie {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    gap: 0;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    visibility: hidden;
    opacity: 0;
    transition-duration: 0.2s;
  }
  .l-modal-movie.is-open {
    visibility: visible;
    opacity: 1;
  }
  .l-modal-movie ._modal-close {
    position: absolute;
    top: calc(-60 / var(--w) * 100vw);
    right: 0;
  }
  .l-modal-movie ._modal-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
  }
  .l-modal-movie ._modal-box {
    position: relative;
    width: 100vw;
    aspect-ratio: 16/9;
    background: #fff;
  }
  .l-modal-movie iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .c-modal-movie-btn-close {
    position: relative;
    width: calc(50 / var(--w) * 100vw);
    height: calc(50 / var(--w) * 100vw);
    background-color: #fff;
    border-radius: calc(100 / var(--w) * 100vw);
    cursor: pointer;
    transition: opacity 0.2s;
    z-index: 10;
  }
  .c-modal-movie-btn-close:hover {
    opacity: 0.8;
  }
  .c-modal-movie-btn-close span {
    position: absolute;
    background: #000;
    top: calc((50 / var(--w) * 100vw - 2 / var(--w) * 100vw) / 2);
    left: calc((50 / var(--w) * 100vw - 24 / var(--w) * 100vw) / 2);
    width: calc(24 / var(--w) * 100vw);
    height: calc(2 / var(--w) * 100vw);
    transform: rotate(-45deg);
  }
  .c-modal-movie-btn-close span:nth-child(2) {
    transform: rotate(45deg);
  }
}