@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900 &display=swap");
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap");
:root {
  --font: 'Noto Sans JP','游ゴシック', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  --font-min: 'Noto Sans JP';
  --font-en: 'Jost', sans-serif;
  --bg-color: #fff;
  --text-color: #000;
  --main-color: red;
  --w:0;
  --w-pc:1280;
  --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;
  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;
  }
  .l-wrapper {
    overflow: clip;
  }
  .l-inner {
    position: relative;
    margin: 0 auto;
    max-width: min(1072px, 1072 / var(--w) * 100vw);
  }
  .l-header-wrap {
    height: 0;
  }
  .l-header h1, .l-header h2, .l-header h3, .l-header h4, .l-header h5, .l-header h6 {
    margin: 0;
    padding: 0;
  }
  .l-header p {
    margin: 0;
  }
  .l-header ol, .l-header ul, .l-header li {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .l-header a {
    text-decoration: none;
    color: inherit;
  }
  .l-header {
    z-index: 50;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    height: min(72px, 72 / var(--w) * 100vw);
  }
  .l-header ._logo {
    position: absolute;
    top: 0;
    left: 0;
  }
  .c-head-logo {
    display: block;
    width: min(350px, 350 / var(--w) * 100vw);
  }
  .l-modal-menu-btn {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 150;
  }
  .c-modal-menu-btn {
    position: relative;
    width: min(72px, 72 / var(--w) * 100vw);
    height: min(72px, 72 / var(--w) * 100vw);
    background-color: #000000;
    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(72px, 72 / var(--w) * 100vw) - min(30px, 30 / var(--w) * 100vw)) / 2);
    width: min(30px, 30 / var(--w) * 100vw);
    height: min(1px, 1 / var(--w) * 100vw);
    transition: all 0.3s;
    top: calc((min(72px, 72 / 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));
  }
  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);
  }
  /* -------------------------------------------------- */
  .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;
  }
  .l-modal-menu ._bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(10, 37, 84, 0.5);
    backdrop-filter: blur(min(10px, 10 / var(--w) * 100vw));
  }
  .l-modal-menu ._box {
    background: #fff;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: min(550px, 550 / var(--w) * 100vw);
    display: flex;
    flex-direction: column;
    gap: min(20px, 20 / var(--w) * 100vw);
    padding: min(50px, 50 / var(--w) * 100vw) min(80px, 80 / var(--w) * 100vw);
    background: linear-gradient(45deg, #1aa9e2 0%, #0073c1 85.93%);
    overflow: scroll;
    overscroll-behavior: none;
  }
  .l-modal-menu {
    visibility: hidden;
    opacity: 0;
    transition-duration: 0.2s;
    z-index: 100;
  }
  .js-gmenu-active .l-modal-menu {
    visibility: visible;
    opacity: 1;
  }
  .l-modal-menu ._btns {
    margin-top: min(30px, 30 / var(--w) * 100vw);
    display: flex;
    flex-direction: column;
    gap: min(20px, 20 / var(--w) * 100vw);
  }
  .l-modal-menu ._btns2 {
    display: flex;
    gap: min(20px, 20 / var(--w) * 100vw);
    width: 100%;
  }
  .l-modal-menu ._btns2 > * {
    flex: 1;
  }
  .l-modal-menu ._copy {
    text-align: center;
    margin-top: min(30px, 30 / var(--w) * 100vw);
  }
  .l-modal-menu ._copy p {
    font-size: min(16px, 16 / var(--w) * 100vw);
    line-height: 1;
    letter-spacing: 0.1em;
    color: #bdddef;
  }
  .c-modal-gmenu li {
    display: flex;
    flex-direction: column;
    gap: min(10px, 10 / var(--w) * 100vw);
    border-bottom: min(1px, 1 / var(--w) * 100vw) solid #38A7E5;
  }
  .c-modal-gmenu ._item {
    position: relative;
    padding: min(27px, 27 / var(--w) * 100vw) min(10px, 10 / var(--w) * 100vw);
    display: flex;
    flex-direction: column;
    gap: min(10px, 10 / var(--w) * 100vw);
  }
  .c-modal-gmenu ._item span {
    display: block;
  }
  .c-modal-gmenu ._item span:nth-child(1) {
    font-size: min(13px, 13 / var(--w) * 100vw);
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: bold;
    color: #c0ecff;
  }
  .c-modal-gmenu ._item span:nth-child(2) {
    font-size: min(24px, 24 / var(--w) * 100vw);
    line-height: 1.2;
    letter-spacing: 0.1em;
    font-weight: bold;
    color: #fff;
  }
  .c-modal-gmenu ._item::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto 0;
    width: min(30px, 30 / var(--w) * 100vw);
    height: min(30px, 30 / 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;
  }
  .l-fixed-btns {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 90;
    box-shadow: 0 max(-2px, -2 / var(--w) * 100vw) min(20px, 20 / var(--w) * 100vw) rgba(0, 0, 0, 0.1);
    opacity: 0;
    transform: translateY(100%);
    pointer-events: none;
    transition: opacity 0.4s, transform 0.4s;
  }
  .l-fixed-btns.is-active {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }
  .l-fixed-btns ._inner {
    display: flex;
    gap: 0;
    justify-content: space-between;
  }
  .l-fixed-btns ._inner > * {
    flex: 1;
  }
  .l-footer h1, .l-footer h2, .l-footer h3, .l-footer h4, .l-footer h5, .l-footer h6 {
    margin: 0;
    padding: 0;
  }
  .l-footer p {
    margin: 0;
  }
  .l-footer ol, .l-footer ul, .l-footer li {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .l-footer a {
    text-decoration: none;
    color: inherit;
  }
  .l-footer {
    background: #0f172a;
    color: #fff;
    padding: min(60px, 60 / var(--w) * 100vw) min(20px, 20 / var(--w) * 100vw) min(120px, 120 / var(--w) * 100vw) min(20px, 20 / var(--w) * 100vw);
  }
  ._inner {
    display: flex;
    gap: min(100px, 100 / var(--w) * 100vw);
    align-items: center;
    justify-content: center;
  }
  ._inner ._name {
    font-size: min(16px, 16 / var(--w) * 100vw);
    line-height: 1.4;
    font-weight: 400;
    color: #cbd5f5;
  }
  .c-footer-btn {
    position: relative;
    display: block;
    width: min(190px, 190 / var(--w) * 100vw);
    height: min(44px, 44 / var(--w) * 100vw);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: min(13px, 13 / var(--w) * 100vw);
    line-height: 1;
    letter-spacing: 0.1em;
    color: #8BA4C9;
    border: min(1px, 1 / var(--w) * 100vw) solid #8BA4C9;
    border-radius: min(100px, 100 / var(--w) * 100vw);
  }
  .c-footer-btn::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: min(10px, 10 / var(--w) * 100vw);
    bottom: 0;
    margin: auto 0;
    width: min(20px, 20 / var(--w) * 100vw);
    height: min(20px, 20 / var(--w) * 100vw);
    background: #8BA4C9;
    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;
  }
  .c-pagelink-offset {
    position: absolute;
    top: max(-100px, -100 / var(--w) * 100vw);
    left: 0;
  }
  .c-h2 {
    display: flex;
    gap: min(20px, 20 / var(--w) * 100vw);
    align-items: center;
    justify-content: space-between;
  }
  .c-h2 h1, .c-h2 h2, .c-h2 h3, .c-h2 h4, .c-h2 h5, .c-h2 h6 {
    margin: 0;
    padding: 0;
  }
  .c-h2 p {
    margin: 0;
  }
  .c-h2 {
    border-bottom: min(2px, 2 / var(--w) * 100vw) solid #0073C1;
    padding-bottom: min(20px, 20 / var(--w) * 100vw);
  }
  .c-h2 h2 {
    font-size: min(40px, 40 / var(--w) * 100vw);
    line-height: 1.2;
    letter-spacing: 0.1em;
    font-weight: bold;
    color: #0073c1;
  }
  .c-h2 ._en {
    font-size: min(28px, 28 / var(--w) * 100vw);
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: bold;
    color: #bdddef;
  }
  .c-h2.is-r {
    display: flex;
    flex-direction: row-reverse;
    gap: min(20px, 20 / var(--w) * 100vw);
    align-items: center;
    justify-content: space-between;
  }
  .c-h2.is-center {
    display: flex;
    gap: 0;
    align-items: center;
    justify-content: center;
    border: none;
  }
  .c-h2.is-center h2 {
    border-bottom: min(2px, 2 / var(--w) * 100vw) solid #0073C1;
    padding-bottom: min(20px, 20 / var(--w) * 100vw);
  }
  .c-tab-menu {
    display: flex;
    gap: min(20px, 20 / var(--w) * 100vw);
    justify-content: center;
  }
  .c-tab-menu ._tab {
    width: min(308px, 308 / var(--w) * 100vw);
    background: #BDDDEF;
    padding: min(14px, 14 / var(--w) * 100vw);
    border-radius: min(32px, 32 / var(--w) * 100vw);
    font-size: min(28px, 28 / var(--w) * 100vw);
    line-height: 1.2;
    letter-spacing: 0.1em;
    font-weight: bold;
    color: #0073c1;
    text-align: center;
  }
  .c-tab-menu ._tab.is-current {
    background: #fff;
    border: min(2px, 2 / var(--w) * 100vw) solid #0073c1;
  }
  .c-tab-menu ._tab {
    cursor: pointer;
    transition-duration: 0.2s;
  }
  .c-tab-menu ._tab:hover {
    opacity: 0.8;
  }
  .c-tab-body ._tab {
    display: none;
    opacity: 0;
  }
  .c-tab-body ._tab.is-current {
    display: block;
    opacity: 1;
  }
  .c-tab-menu ._tab.is-closed {
    position: relative;
    background: #f3f3f3;
    color: #999;
  }
  .c-tab-menu ._tab.is-closed.is-current {
    background: #fff;
    color: #999;
    border-color: #bbb;
  }
  .c-tab-menu ._tab ._closed-badge {
    display: inline-block;
    margin-left: min(8px, 8 / var(--w) * 100vw);
    padding: min(2px, 2 / var(--w) * 100vw) min(10px, 10 / var(--w) * 100vw);
    font-size: min(14px, 14 / var(--w) * 100vw);
    line-height: 1.4;
    letter-spacing: 0.05em;
    font-weight: bold;
    color: #fff;
    background: #b54900;
    border-radius: min(20px, 20 / var(--w) * 100vw);
    vertical-align: middle;
  }
  /* -------------------------------------------------- */
  .p-index-closed {
    position: relative;
    padding: min(160px, 160 / var(--w) * 100vw) 0;
    background: #fff;
  }
  .p-index-closed h1, .p-index-closed h2, .p-index-closed h3, .p-index-closed h4, .p-index-closed h5, .p-index-closed h6 {
    margin: 0;
    padding: 0;
  }
  .p-index-closed p {
    margin: 0;
  }
  .p-index-closed ._inner {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .p-index-closed ._box {
    max-width: min(720px, 720 / var(--w) * 100vw);
    margin: 0 auto;
    padding: min(60px, 60 / var(--w) * 100vw) min(48px, 48 / var(--w) * 100vw);
    background: #f8fbfd;
    border: min(1px, 1 / var(--w) * 100vw) solid #d6e6f2;
    border-top: min(4px, 4 / var(--w) * 100vw) solid #f7931e;
    border-radius: min(16px, 16 / var(--w) * 100vw);
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: min(24px, 24 / var(--w) * 100vw);
    align-items: center;
  }
  .p-index-closed ._label {
    font-size: min(16px, 16 / var(--w) * 100vw);
    line-height: 1;
    letter-spacing: 0.14em;
    font-weight: bold;
    color: #f7931e;
  }
  .p-index-closed ._title {
    font-size: min(36px, 36 / var(--w) * 100vw);
    line-height: 1.3;
    letter-spacing: 0.06em;
    font-weight: bold;
    color: #0073c1;
  }
  .p-index-closed ._text {
    font-size: min(16px, 16 / var(--w) * 100vw);
    line-height: 2.1;
    letter-spacing: 0.08em;
    color: #444;
  }
  .p-index-closed ._btns {
    display: flex;
    gap: min(20px, 20 / var(--w) * 100vw);
    justify-content: center;
    margin-top: min(12px, 12 / var(--w) * 100vw);
  }
  .c-doc {
    font-size: min(16px, 16 / var(--w) * 100vw);
    line-height: 2.25;
    letter-spacing: 0.1em;
    color: #1b1e23;
  }
  a.c-btn-youkou {
    position: relative;
    display: block;
    width: min(304px, 304 / var(--w) * 100vw);
    height: min(104px, 104 / var(--w) * 100vw);
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
  }
  a.c-btn-youkou:hover::after {
    content: "";
    display: block;
    right: min(5px, 5 / var(--w) * 100vw);
  }
  a.c-btn-youkou.is-s {
    width: min(288px, 288 / var(--w) * 100vw);
    height: min(72px, 72 / var(--w) * 100vw);
    border-radius: min(100px, 100 / var(--w) * 100vw);
  }
  a.c-btn-youkou.is-s::after {
    width: min(30px, 30 / var(--w) * 100vw);
    height: min(30px, 30 / var(--w) * 100vw);
  }
  a.c-btn-youkou.is-modal {
    width: auto;
    height: min(72px, 72 / var(--w) * 100vw);
    border-radius: min(100px, 100 / var(--w) * 100vw);
  }
  a.c-btn-youkou.is-modal::after {
    width: min(30px, 30 / var(--w) * 100vw);
    height: min(30px, 30 / var(--w) * 100vw);
  }
  a.c-btn-youkou.is-fix {
    width: 100%;
    height: min(60px, 60 / var(--w) * 100vw);
  }
  a.c-btn-youkou.is-fix::after {
    width: min(30px, 30 / var(--w) * 100vw);
    height: min(30px, 30 / var(--w) * 100vw);
  }
  a.c-btn-youkou {
    background: linear-gradient(47deg, #231815 70%, #043893 90%);
    font-size: min(20px, 20 / var(--w) * 100vw);
    line-height: 2;
    letter-spacing: 0.1em;
    font-weight: bold;
    color: #fff;
  }
  a.c-btn-youkou::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: min(10px, 10 / var(--w) * 100vw);
    bottom: 0;
    margin: auto 0;
    width: min(40px, 40 / var(--w) * 100vw);
    height: min(40px, 40 / 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;
    transition-duration: 0.2s;
  }
  a.c-btn-entry {
    position: relative;
    display: block;
    width: min(304px, 304 / var(--w) * 100vw);
    height: min(104px, 104 / var(--w) * 100vw);
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
  }
  a.c-btn-entry:hover::after {
    content: "";
    display: block;
    right: min(5px, 5 / var(--w) * 100vw);
  }
  a.c-btn-entry.is-s {
    width: min(288px, 288 / var(--w) * 100vw);
    height: min(72px, 72 / var(--w) * 100vw);
    border-radius: min(100px, 100 / var(--w) * 100vw);
  }
  a.c-btn-entry.is-s::after {
    width: min(30px, 30 / var(--w) * 100vw);
    height: min(30px, 30 / var(--w) * 100vw);
  }
  a.c-btn-entry.is-modal {
    width: auto;
    height: min(72px, 72 / var(--w) * 100vw);
    border-radius: min(100px, 100 / var(--w) * 100vw);
  }
  a.c-btn-entry.is-modal::after {
    width: min(30px, 30 / var(--w) * 100vw);
    height: min(30px, 30 / var(--w) * 100vw);
  }
  a.c-btn-entry.is-fix {
    width: 100%;
    height: min(60px, 60 / var(--w) * 100vw);
  }
  a.c-btn-entry.is-fix::after {
    width: min(30px, 30 / var(--w) * 100vw);
    height: min(30px, 30 / var(--w) * 100vw);
  }
  a.c-btn-entry {
    background: linear-gradient(47deg, #ff8c00 0%, #f5ab00 50%, #FAC92A 90%);
    font-size: min(20px, 20 / var(--w) * 100vw);
    line-height: 2;
    letter-spacing: 0.1em;
    font-weight: bold;
    color: #fff;
  }
  a.c-btn-entry::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: min(10px, 10 / var(--w) * 100vw);
    bottom: 0;
    margin: auto 0;
    width: min(40px, 40 / var(--w) * 100vw);
    height: min(40px, 40 / 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;
    transition-duration: 0.2s;
  }
  a.c-btn-contact {
    position: relative;
    display: block;
    width: min(304px, 304 / var(--w) * 100vw);
    height: min(104px, 104 / var(--w) * 100vw);
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
  }
  a.c-btn-contact:hover::after {
    content: "";
    display: block;
    right: min(5px, 5 / var(--w) * 100vw);
  }
  a.c-btn-contact.is-s {
    width: min(288px, 288 / var(--w) * 100vw);
    height: min(72px, 72 / var(--w) * 100vw);
    border-radius: min(100px, 100 / var(--w) * 100vw);
  }
  a.c-btn-contact.is-s::after {
    width: min(30px, 30 / var(--w) * 100vw);
    height: min(30px, 30 / var(--w) * 100vw);
  }
  a.c-btn-contact.is-modal {
    width: auto;
    height: min(48px, 48 / var(--w) * 100vw);
    border-radius: min(100px, 100 / var(--w) * 100vw);
  }
  a.c-btn-contact.is-modal::after {
    width: min(30px, 30 / var(--w) * 100vw);
    height: min(30px, 30 / var(--w) * 100vw);
  }
  a.c-btn-contact {
    background: #fff;
    font-size: min(20px, 20 / var(--w) * 100vw);
    line-height: 2;
    letter-spacing: 0.1em;
    font-weight: bold;
    color: #0059B2;
  }
  a.c-btn-contact::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: min(10px, 10 / var(--w) * 100vw);
    bottom: 0;
    margin: auto 0;
    width: min(40px, 40 / var(--w) * 100vw);
    height: min(40px, 40 / var(--w) * 100vw);
    background: #0059B2;
    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;
    transition-duration: 0.2s;
  }
  a.c-btn-company {
    position: relative;
    display: block;
    width: min(304px, 304 / var(--w) * 100vw);
    height: min(104px, 104 / var(--w) * 100vw);
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
  }
  a.c-btn-company:hover::after {
    content: "";
    display: block;
    right: min(5px, 5 / var(--w) * 100vw);
  }
  a.c-btn-company.is-s {
    width: min(288px, 288 / var(--w) * 100vw);
    height: min(72px, 72 / var(--w) * 100vw);
    border-radius: min(100px, 100 / var(--w) * 100vw);
  }
  a.c-btn-company.is-s::after {
    width: min(30px, 30 / var(--w) * 100vw);
    height: min(30px, 30 / var(--w) * 100vw);
  }
  a.c-btn-company.is-modal {
    width: auto;
    height: min(48px, 48 / var(--w) * 100vw);
    border-radius: min(100px, 100 / var(--w) * 100vw);
  }
  a.c-btn-company.is-modal::after {
    width: min(30px, 30 / var(--w) * 100vw);
    height: min(30px, 30 / var(--w) * 100vw);
  }
  a.c-btn-company {
    border: min(1px, 1 / var(--w) * 100vw) solid #ffffff;
    font-size: min(20px, 20 / var(--w) * 100vw);
    line-height: 2;
    letter-spacing: 0.1em;
    font-weight: bold;
    color: #fff;
  }
  a.c-btn-company::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: min(10px, 10 / var(--w) * 100vw);
    bottom: 0;
    margin: auto 0;
    width: min(40px, 40 / var(--w) * 100vw);
    height: min(40px, 40 / 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;
    transition-duration: 0.2s;
  }
  .p-index-mv {
    position: relative;
  }
  .p-index-mv h1, .p-index-mv h2, .p-index-mv h3, .p-index-mv h4, .p-index-mv h5, .p-index-mv h6 {
    margin: 0;
    padding: 0;
  }
  .p-index-mv p {
    margin: 0;
  }
  .p-index-mv {
    height: 100vh;
    max-height: 80vw;
    overflow: hidden;
    background-image: url("../images/index/mv/bg.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .p-index-mv ._vis {
    position: absolute;
    top: 0;
    right: calc(-40 / var(--w) * 100vw);
    width: calc(762 / var(--w) * 100vw);
  }
  .p-index-mv ._text-wrap {
    position: absolute;
    top: 0;
    bottom: 0;
    left: calc(75 / var(--w) * 100vw);
    display: flex;
    flex-direction: column;
    gap: calc(30 / var(--w) * 100vw);
    align-items: center;
    justify-content: center;
    padding-top: calc(70 / var(--w) * 100vw);
  }
  .p-index-mv ._copy {
    width: calc(657 / var(--w) * 100vw);
  }
  .p-index-mv ._texts {
    display: flex;
    flex-direction: column;
    gap: calc(20 / var(--w) * 100vw);
  }
  .p-index-mv ._texts p {
    font-size: calc(20 / var(--w) * 100vw);
    line-height: 2.7;
    letter-spacing: 0.1em;
    color: #fff;
  }
  .p-index-mv ._btns {
    position: absolute;
    right: 0;
    bottom: calc(50 / var(--w) * 100vw);
    display: flex;
    flex-direction: column;
    gap: calc(10 / var(--w) * 100vw);
  }
  /* -------------------------------------------------- */
  .p-index-tab {
    position: relative;
    padding: min(120px, 120 / var(--w) * 100vw) 0 min(60px, 60 / var(--w) * 100vw) 0;
  }
  /* -------------------------------------------------- */
  .p-index-features {
    position: relative;
    padding: min(60px, 60 / var(--w) * 100vw) 0 min(120px, 120 / var(--w) * 100vw) 0;
  }
  .p-index-features ._inner {
    display: flex;
    flex-direction: column;
    gap: min(60px, 60 / var(--w) * 100vw);
  }
  .p-index-features ._body {
    margin-top: min(80px, 80 / var(--w) * 100vw);
    display: flex;
    flex-direction: column;
    gap: min(90px, 90 / var(--w) * 100vw);
  }
  .p-index-feature {
    display: flex;
    gap: min(50px, 50 / var(--w) * 100vw);
  }
  .p-index-feature h1, .p-index-feature h2, .p-index-feature h3, .p-index-feature h4, .p-index-feature h5, .p-index-feature h6 {
    margin: 0;
    padding: 0;
  }
  .p-index-feature p {
    margin: 0;
  }
  .p-index-feature.is-r {
    display: flex;
    flex-direction: row-reverse;
    gap: min(50px, 50 / var(--w) * 100vw);
  }
  .p-index-feature ._image {
    width: min(508px, 508 / var(--w) * 100vw);
  }
  .p-index-feature ._texts {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: min(30px, 30 / var(--w) * 100vw);
  }
  .p-index-feature ._texts ._num {
    font-size: min(80px, 80 / var(--w) * 100vw);
    line-height: 1;
    font-weight: bold;
    color: #1B8AC8;
    width: min(117px, 117 / var(--w) * 100vw);
  }
  .p-index-feature ._texts h3 {
    font-size: min(36px, 36 / var(--w) * 100vw);
    line-height: 1.2;
    letter-spacing: 0.1em;
    color: #1b1e23;
  }
  /* -------------------------------------------------- */
  .p-index-works {
    position: relative;
    padding: min(120px, 120 / var(--w) * 100vw) 0 min(80px, 80 / var(--w) * 100vw) 0;
  }
  .p-index-works h1, .p-index-works h2, .p-index-works h3, .p-index-works h4, .p-index-works h5, .p-index-works h6 {
    margin: 0;
    padding: 0;
  }
  .p-index-works p {
    margin: 0;
  }
  .p-index-works ._inner {
    display: flex;
    flex-direction: column;
    gap: min(80px, 80 / var(--w) * 100vw);
  }
  .p-works-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: min(56px, 56 / var(--w) * 100vw);
    gap: min(40px, 40 / var(--w) * 100vw) min(56px, 56 / var(--w) * 100vw);
  }
  .p-works-cards a {
    text-decoration: none;
    color: inherit;
  }
  .p-works-card {
    position: relative;
  }
  .p-works-card img {
    border-radius: min(5px, 5 / var(--w) * 100vw);
    overflow: hidden;
  }
  .p-works-card ._card-texts {
    margin-top: min(30px, 30 / var(--w) * 100vw);
    display: flex;
    flex-direction: column;
    gap: min(20px, 20 / var(--w) * 100vw);
  }
  .p-works-card ._name {
    font-size: min(21px, 21 / var(--w) * 100vw);
    line-height: 1.2;
    letter-spacing: 0.1em;
    font-weight: bold;
    color: #0073c1;
    border-left: min(1px, 1 / var(--w) * 100vw) solid #0073C1;
    padding-left: min(20px, 20 / var(--w) * 100vw);
  }
  .p-works-card .c-doc {
    line-height: 2;
  }
  /* -------------------------------------------------- */
  .p-index-flow {
    position: relative;
    padding: min(120px, 120 / var(--w) * 100vw) 0 min(80px, 80 / var(--w) * 100vw) 0;
  }
  .p-index-flow h1, .p-index-flow h2, .p-index-flow h3, .p-index-flow h4, .p-index-flow h5, .p-index-flow h6 {
    margin: 0;
    padding: 0;
  }
  .p-index-flow p {
    margin: 0;
  }
  .p-index-flow ._inner {
    display: flex;
    flex-direction: column;
    gap: min(80px, 80 / var(--w) * 100vw);
  }
  .p-index-flow ._body {
    display: flex;
    flex-direction: column;
    gap: min(120px, 120 / var(--w) * 100vw);
  }
  .p-index-flow ._note {
    text-align: center;
  }
  .p-flow-items {
    display: flex;
    flex-direction: column;
    gap: min(90px, 90 / var(--w) * 100vw);
  }
  .p-flow-item {
    position: relative;
    display: flex;
    gap: 0;
    justify-content: space-between;
    background: #DFF1FB;
  }
  .p-flow-item::after {
    content: "";
    display: block;
    position: absolute;
    bottom: max(-100px, -100 / var(--w) * 100vw);
    left: min(100px, 100 / var(--w) * 100vw);
    height: min(100px, 100 / var(--w) * 100vw);
    border-left: min(3px, 3 / var(--w) * 100vw) dashed #0073c1;
  }
  .p-flow-item:last-child::after {
    display: none;
  }
  .p-flow-item ._image {
    width: min(508px, 508 / var(--w) * 100vw);
  }
  .p-flow-item ._texts {
    padding: min(40px, 40 / var(--w) * 100vw);
    display: flex;
    flex-direction: column;
    gap: min(30px, 30 / var(--w) * 100vw);
  }
  .p-flow-item ._label {
    font-size: min(23px, 23 / var(--w) * 100vw);
    line-height: 1;
    letter-spacing: 0.1em;
    color: #0073c1;
  }
  .p-flow-item ._label span {
    background: #fff;
    border: min(1px, 1 / var(--w) * 100vw) solid #0073c1;
    border-radius: min(10px, 10 / var(--w) * 100vw);
    padding: min(2px, 2 / var(--w) * 100vw) min(30px, 30 / var(--w) * 100vw);
  }
  .p-flow-item ._doc {
    font-size: min(21px, 21 / var(--w) * 100vw);
    line-height: 1.2;
    letter-spacing: 0.1em;
    color: #0073c1;
  }
  /* -------------------------------------------------- */
  .p-index-onboarding {
    position: relative;
    padding: min(120px, 120 / var(--w) * 100vw) 0 min(80px, 80 / var(--w) * 100vw) 0;
  }
  .p-index-onboarding h1, .p-index-onboarding h2, .p-index-onboarding h3, .p-index-onboarding h4, .p-index-onboarding h5, .p-index-onboarding h6 {
    margin: 0;
    padding: 0;
  }
  .p-index-onboarding p {
    margin: 0;
  }
  .p-index-onboarding ._inner {
    display: flex;
    flex-direction: column;
    gap: min(40px, 40 / var(--w) * 100vw);
  }
  .p-index-onboarding ._body {
    display: flex;
    gap: min(40px, 40 / var(--w) * 100vw);
    align-items: center;
    justify-content: space-between;
  }
  .p-index-onboarding ._cols {
    display: flex;
    gap: min(60px, 60 / var(--w) * 100vw);
    justify-content: space-between;
  }
  .p-index-onboarding ._cols ._cols-texts {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: min(40px, 40 / var(--w) * 100vw);
  }
  .p-index-onboarding ._cols ._cols-image {
    width: min(320px, 320 / var(--w) * 100vw);
  }
  .p-index-onboarding ._cols ._cols-image ._image {
    display: block;
    width: min(425px, 425 / var(--w) * 100vw);
  }
  .p-index-onboarding ._doc {
    font-size: min(20px, 20 / var(--w) * 100vw);
    line-height: 2.5;
    letter-spacing: 0.1em;
    color: #1b1e23;
  }
  /* -------------------------------------------------- */
  .p-index-workstyle {
    position: relative;
    padding: min(80px, 80 / var(--w) * 100vw) 0 min(200px, 200 / var(--w) * 100vw) 0;
  }
  .p-index-workstyle h1, .p-index-workstyle h2, .p-index-workstyle h3, .p-index-workstyle h4, .p-index-workstyle h5, .p-index-workstyle h6 {
    margin: 0;
    padding: 0;
  }
  .p-index-workstyle p {
    margin: 0;
  }
  .p-index-workstyle ol, .p-index-workstyle ul, .p-index-workstyle li {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .p-index-workstyle ._inner {
    display: flex;
    flex-direction: column;
    gap: min(40px, 40 / var(--w) * 100vw);
  }
  .p-index-workstyle ._body {
    display: flex;
    gap: min(50px, 50 / var(--w) * 100vw);
    align-items: center;
  }
  .p-index-workstyle ._cols {
    display: flex;
    flex-direction: row-reverse;
    gap: min(60px, 60 / var(--w) * 100vw);
    justify-content: space-between;
  }
  .p-index-workstyle ._cols ._cols-texts {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: min(80px, 80 / var(--w) * 100vw);
  }
  .p-index-workstyle ._cols ._cols-image {
    width: min(320px, 320 / var(--w) * 100vw);
  }
  .p-index-workstyle ._cols ._cols-image ._image {
    display: block;
    margin-left: max(-100px, -100 / var(--w) * 100vw);
    width: min(425px, 425 / var(--w) * 100vw);
  }
  .p-index-workstyle-list {
    display: flex;
    gap: min(15px, 15 / var(--w) * 100vw);
    justify-content: center;
    flex-wrap: wrap;
  }
  .p-index-workstyle-list li {
    padding: min(15px, 15 / var(--w) * 100vw);
    background: #DFF1FB;
    font-size: min(21px, 21 / var(--w) * 100vw);
    line-height: 1;
    letter-spacing: 0.1em;
    font-weight: bold;
    color: #0073c1;
  }
  .p-index-workstyle-list li::before {
    content: "⚫︎";
    font-size: min(20px, 20 / var(--w) * 100vw);
  }
  /* -------------------------------------------------- */
  .p-index-suitable {
    position: relative;
    padding: min(160px, 160 / var(--w) * 100vw) 0;
  }
  .p-index-suitable h1, .p-index-suitable h2, .p-index-suitable h3, .p-index-suitable h4, .p-index-suitable h5, .p-index-suitable h6 {
    margin: 0;
    padding: 0;
  }
  .p-index-suitable p {
    margin: 0;
  }
  .p-index-suitable ol, .p-index-suitable ul, .p-index-suitable li {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .p-index-suitable {
    background-image: url("../images/index/suitable/bg.jpg");
    background-size: auto 100%;
    background-position: top right;
    background-repeat: no-repeat;
    background-color: #DFF1FB;
  }
  .p-index-suitable ._inner {
    display: flex;
    flex-direction: column;
    gap: min(70px, 70 / var(--w) * 100vw);
  }
  .p-index-suitable ._body {
    display: flex;
    gap: min(40px, 40 / var(--w) * 100vw);
    align-items: center;
    justify-content: center;
  }
  .p-index-suitable ._deco {
    position: absolute;
    top: 0;
    bottom: 0;
    left: max(-30px, -30 / var(--w) * 100vw);
    font-size: min(63px, 63 / var(--w) * 100vw);
    line-height: 1;
    letter-spacing: 0.09em;
    font-weight: bold;
    color: #fff;
    text-align: center;
    writing-mode: vertical-lr;
  }
  ul.p-index-suitable-list {
    display: flex;
    flex-direction: column;
    gap: min(40px, 40 / var(--w) * 100vw);
  }
  ul.p-index-suitable-list li {
    font-size: min(28px, 28 / var(--w) * 100vw);
    line-height: 1;
    letter-spacing: 0.1em;
    font-weight: bold;
    color: #0073c1;
  }
  ul.p-index-suitable-list li::before {
    content: "⚫︎";
    font-size: min(20px, 20 / var(--w) * 100vw);
  }
  /* -------------------------------------------------- */
  .p-index-youkou {
    position: relative;
    padding: min(120px, 120 / var(--w) * 100vw) 0;
    background: #fff;
  }
  .p-index-youkou h1, .p-index-youkou h2, .p-index-youkou h3, .p-index-youkou h4, .p-index-youkou h5, .p-index-youkou h6 {
    margin: 0;
    padding: 0;
  }
  .p-index-youkou p {
    margin: 0;
  }
  .p-index-youkou dl, .p-index-youkou dt, .p-index-youkou dd {
    margin: 0;
    padding: 0;
  }
  .p-index-youkou ol, .p-index-youkou ul, .p-index-youkou li {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .p-index-youkou ._inner {
    display: flex;
    flex-direction: column;
    gap: min(60px, 60 / var(--w) * 100vw);
  }
  .p-index-youkou ._body {
    display: flex;
    flex-direction: column;
    gap: min(40px, 40 / var(--w) * 100vw);
  }
  .p-index-youkou ._note {
    text-align: center;
  }
  .p-index-youkou ._btns {
    display: flex;
    gap: min(20px, 20 / var(--w) * 100vw);
    justify-content: center;
    margin-top: min(20px, 20 / var(--w) * 100vw);
  }
  .p-youkou-table {
    border-top: min(2px, 2 / var(--w) * 100vw) solid #0073C1;
  }
  .p-youkou-table ._row {
    display: flex;
    align-items: stretch;
    border-bottom: min(1px, 1 / var(--w) * 100vw) solid #BDDDEF;
  }
  .p-youkou-table ._th {
    flex-shrink: 0;
    width: min(240px, 240 / var(--w) * 100vw);
    background: #DFF1FB;
    padding: min(24px, 24 / var(--w) * 100vw) min(28px, 28 / var(--w) * 100vw);
    font-size: min(18px, 18 / var(--w) * 100vw);
    line-height: 1.5;
    letter-spacing: 0.1em;
    font-weight: bold;
    color: #0073c1;
    display: flex;
    align-items: center;
  }
  .p-youkou-table ._td {
    flex: 1;
    padding: min(24px, 24 / var(--w) * 100vw) min(32px, 32 / var(--w) * 100vw);
    font-size: min(16px, 16 / var(--w) * 100vw);
    line-height: 2;
    letter-spacing: 0.08em;
    color: #1b1e23;
  }
  .p-youkou-table ._td ._note {
    display: block;
    margin-top: min(8px, 8 / var(--w) * 100vw);
    font-size: min(13px, 13 / var(--w) * 100vw);
    line-height: 1.7;
    color: #666;
    text-align: left;
  }
  .p-youkou-table ._td ul {
    display: flex;
    flex-direction: column;
    gap: min(4px, 4 / var(--w) * 100vw);
  }
  .p-youkou-table ._td ul li {
    padding-left: 1em;
    text-indent: -1em;
  }
  .p-youkou-table ._td ul li::before {
    content: "・";
    color: #0073c1;
    font-weight: bold;
  }
  /* -------------------------------------------------- */
  .p-index-entry {
    position: relative;
  }
  .p-index-entry h1, .p-index-entry h2, .p-index-entry h3, .p-index-entry h4, .p-index-entry h5, .p-index-entry h6 {
    margin: 0;
    padding: 0;
  }
  .p-index-entry p {
    margin: 0;
  }
  .p-index-entry ol, .p-index-entry ul, .p-index-entry li {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .p-index-entry {
    padding: min(230px, 230 / var(--w) * 100vw) 0;
    background-image: url("../images/index/entry/bg.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .p-index-entry ._inner {
    display: flex;
    flex-direction: column;
    gap: min(100px, 100 / var(--w) * 100vw);
  }
  .p-index-entry ._title {
    display: flex;
    flex-direction: column;
    gap: min(20px, 20 / var(--w) * 100vw);
    align-items: center;
    justify-content: center;
  }
  .p-index-entry ._body {
    display: flex;
    flex-direction: column;
    gap: min(20px, 20 / var(--w) * 100vw);
    align-items: center;
    justify-content: center;
  }
  .p-index-entry h2 {
    font-size: min(60px, 60 / var(--w) * 100vw);
    line-height: 1;
    font-weight: bold;
    color: #fff;
    font-style: italic;
  }
  .p-index-entry ._t1 span {
    display: inline-block;
    background: #000;
    color: #fff;
    font-size: min(48px, 48 / var(--w) * 100vw);
    line-height: 1.2;
    font-weight: bold;
    color: #fff;
    padding: min(10px, 10 / var(--w) * 100vw) min(40px, 40 / var(--w) * 100vw);
    background: linear-gradient(47deg, #043893 10%, #231815 40%);
  }
  .p-index-entry ._t2 {
    font-size: min(40px, 40 / var(--w) * 100vw);
    line-height: 2.1;
    letter-spacing: 0.1em;
    font-weight: bold;
    color: #fff;
  }
  .p-index-entry ._t3 {
    margin-top: min(30px, 30 / var(--w) * 100vw);
    text-align: center;
    font-size: min(28px, 28 / var(--w) * 100vw);
    line-height: 1.75;
    letter-spacing: 0.1em;
    color: #fff;
  }
  .p-index-entry ._btns {
    display: flex;
    gap: min(20px, 20 / var(--w) * 100vw);
    align-items: center;
    justify-content: center;
    margin-top: min(90px, 90 / var(--w) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  :root {
    --w: var(--w-sp) ;
  }
  .u-pc {
    display: none;
  }
  .l-wrapper {
    overflow: clip;
  }
  .l-inner {
    position: relative;
  }
  .l-inner-l {
    position: relative;
  }
  /* -------------------------------------------------- */
  .l-header-wrap {
    height: calc(50 / var(--w) * 100vw);
  }
  .l-header h1, .l-header h2, .l-header h3, .l-header h4, .l-header h5, .l-header h6 {
    margin: 0;
    padding: 0;
  }
  .l-header p {
    margin: 0;
  }
  .l-header ol, .l-header ul, .l-header li {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .l-header a {
    text-decoration: none;
    color: inherit;
  }
  .l-header {
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 10;
    height: calc(50 / var(--w) * 100vw);
    background: #fff;
    box-shadow: 0 calc(2 / var(--w) * 100vw) calc(10 / var(--w) * 100vw) rgba(0, 0, 0, 0.08);
  }
  .l-header ._logo {
    position: absolute;
    top: 0;
    left: 0;
  }
  .c-head-logo {
    display: block;
    width: calc(260 / var(--w) * 100vw);
  }
  .l-modal-menu-btn {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 150;
  }
  .c-modal-menu-btn {
    position: relative;
    width: calc(50 / var(--w) * 100vw);
    height: calc(50 / var(--w) * 100vw);
    background-color: #000000;
    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((50 / var(--w) * 100vw - 22 / var(--w) * 100vw) / 2);
    width: calc(22 / var(--w) * 100vw);
    height: calc(1 / var(--w) * 100vw);
    transition: all 0.3s;
    top: calc((50 / var(--w) * 100vw - 1 / var(--w) * 100vw) / 2);
  }
  .c-modal-menu-btn span:nth-child(1) {
    transform: translateY(calc(-7 / var(--w) * 100vw));
  }
  .c-modal-menu-btn span:nth-child(3) {
    transform: translateY(calc(7 / var(--w) * 100vw));
  }
  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);
  }
  /* -------------------------------------------------- */
  .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;
  }
  .l-modal-menu ._box {
    background: #fff;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(160deg, #0073c1 0%, #1aa9e2 100%);
    display: flex;
    flex-direction: column;
    gap: calc(30 / var(--w) * 100vw);
    padding: calc(80 / var(--w) * 100vw) calc(20 / var(--w) * 100vw) calc(40 / var(--w) * 100vw);
    overflow: scroll;
  }
  .l-modal-menu {
    visibility: hidden;
    opacity: 0;
    transition-duration: 0.2s;
    z-index: 100;
  }
  .js-gmenu-active .l-modal-menu {
    visibility: visible;
    opacity: 1;
  }
  .l-modal-menu ._btns {
    display: flex;
    flex-direction: column;
    gap: calc(10 / var(--w) * 100vw);
    margin-top: calc(20 / var(--w) * 100vw);
    padding: 0 calc(20 / var(--w) * 100vw);
  }
  .l-modal-menu ._btns2 {
    display: flex;
    gap: calc(10 / var(--w) * 100vw);
    padding: 0 calc(20 / var(--w) * 100vw);
  }
  .l-modal-menu ._btns2 > * {
    flex: 1;
  }
  .l-modal-menu ._copy {
    text-align: center;
    margin-top: calc(30 / var(--w) * 100vw);
  }
  .l-modal-menu ._copy p {
    font-size: calc(12 / var(--w) * 100vw);
    line-height: 1;
    letter-spacing: 0.05em;
    color: #bdddef;
  }
  .c-modal-gmenu {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  .c-modal-gmenu li {
    border-bottom: calc(1 / var(--w) * 100vw) solid #38A7E5;
  }
  .c-modal-gmenu ._item {
    position: relative;
    padding: calc(20 / var(--w) * 100vw) calc(10 / var(--w) * 100vw);
    display: flex;
    flex-direction: column;
    gap: calc(10 / var(--w) * 100vw);
  }
  .c-modal-gmenu ._item span {
    display: block;
  }
  .c-modal-gmenu ._item span:nth-child(1) {
    font-size: calc(11 / var(--w) * 100vw);
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: bold;
    color: #c0ecff;
  }
  .c-modal-gmenu ._item span:nth-child(2) {
    font-size: calc(18 / var(--w) * 100vw);
    line-height: 1.2;
    letter-spacing: 0.05em;
    font-weight: bold;
    color: #fff;
  }
  .c-modal-gmenu ._item::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto 0;
    width: calc(24 / var(--w) * 100vw);
    height: calc(24 / 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;
  }
  /* -------------------------------------------------- */
  .l-fixed-btns {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 90;
    box-shadow: 0 calc(-2 / var(--w) * 100vw) calc(20 / var(--w) * 100vw) rgba(0, 0, 0, 0.1);
  }
  .l-fixed-btns ._inner {
    display: flex;
    gap: 0;
    justify-content: space-between;
  }
  .l-fixed-btns ._inner > * {
    flex: 1;
  }
  .l-footer h1, .l-footer h2, .l-footer h3, .l-footer h4, .l-footer h5, .l-footer h6 {
    margin: 0;
    padding: 0;
  }
  .l-footer p {
    margin: 0;
  }
  .l-footer ol, .l-footer ul, .l-footer li {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .l-footer a {
    text-decoration: none;
    color: inherit;
  }
  .l-footer {
    background: #0f172a;
    color: #fff;
    padding: calc(30 / var(--w) * 100vw) calc(20 / var(--w) * 100vw) calc(100 / var(--w) * 100vw) calc(20 / var(--w) * 100vw);
  }
  .l-footer ._inner {
    display: flex;
    flex-direction: column;
    gap: calc(15 / var(--w) * 100vw);
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .l-footer ._name {
    font-size: calc(15 / var(--w) * 100vw);
    line-height: 1.4;
    letter-spacing: 0.05em;
    font-weight: 400;
    color: #cbd5f5;
  }
  .c-footer-btn {
    position: relative;
    display: block;
    width: auto;
    padding: calc(14 / var(--w) * 100vw) calc(20 / var(--w) * 100vw);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: calc(15 / var(--w) * 100vw);
    line-height: 1;
    letter-spacing: 0.05em;
    color: #8BA4C9;
    border: calc(1 / var(--w) * 100vw) solid #8BA4C9;
    border-radius: calc(100 / var(--w) * 100vw);
    width: calc(160 / var(--w) * 100vw);
  }
  .c-footer-btn::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: calc(8 / var(--w) * 100vw);
    bottom: 0;
    margin: auto 0;
    width: calc(16 / var(--w) * 100vw);
    height: calc(16 / var(--w) * 100vw);
    background: #8BA4C9;
    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;
  }
  .c-pagelink-offset {
    position: absolute;
    top: calc(-100 / var(--w) * 100vw);
    left: 0;
  }
  .c-h2 {
    display: flex;
    flex-direction: column;
    gap: calc(10 / var(--w) * 100vw);
  }
  .c-h2 h1, .c-h2 h2, .c-h2 h3, .c-h2 h4, .c-h2 h5, .c-h2 h6 {
    margin: 0;
    padding: 0;
  }
  .c-h2 p {
    margin: 0;
  }
  .c-h2 {
    border-bottom: calc(2 / var(--w) * 100vw) solid #0073C1;
    padding-bottom: calc(25 / var(--w) * 100vw);
  }
  .c-h2 h2 {
    font-size: calc(26 / var(--w) * 100vw);
    line-height: 1.2;
    letter-spacing: 0.08em;
    font-weight: bold;
    color: #0073c1;
  }
  .c-h2 ._en {
    font-size: calc(12 / var(--w) * 100vw);
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: bold;
    color: #bdddef;
  }
  .c-h2.is-r {
    display: flex;
    flex-direction: column-reverse;
    gap: calc(10 / var(--w) * 100vw);
  }
  .c-h2.is-center {
    border: none;
  }
  .c-h2.is-center h2 {
    border-bottom: calc(2 / var(--w) * 100vw) solid #0073C1;
    padding-bottom: calc(15 / var(--w) * 100vw);
  }
  .c-tab-menu {
    display: flex;
    gap: calc(10 / var(--w) * 100vw);
    justify-content: center;
    flex-wrap: wrap;
  }
  .c-tab-menu ._tab {
    width: calc(150 / var(--w) * 100vw);
    background: #BDDDEF;
    padding: calc(10 / var(--w) * 100vw);
    border-radius: calc(32 / var(--w) * 100vw);
    font-size: calc(20 / var(--w) * 100vw);
    line-height: 1.2;
    letter-spacing: 0.05em;
    font-weight: bold;
    color: #0073c1;
    text-align: center;
  }
  .c-tab-menu ._tab.is-current {
    background: #fff;
    border: calc(1 / var(--w) * 100vw) solid #0073c1;
  }
  .c-tab-body ._tab {
    display: none;
    opacity: 0;
  }
  .c-tab-body ._tab.is-current {
    display: block;
    opacity: 1;
  }
  .c-tab-menu ._tab.is-closed {
    background: #f3f3f3;
    color: #999;
  }
  .c-tab-menu ._tab.is-closed.is-current {
    background: #fff;
    color: #999;
    border-color: #bbb;
  }
  .c-tab-menu ._tab ._closed-badge {
    display: inline-block;
    margin-left: calc(4 / var(--w) * 100vw);
    padding: calc(1 / var(--w) * 100vw) calc(6 / var(--w) * 100vw);
    font-size: calc(10 / var(--w) * 100vw);
    line-height: 1.4;
    letter-spacing: 0.03em;
    font-weight: bold;
    color: #fff;
    background: #b54900;
    border-radius: calc(12 / var(--w) * 100vw);
    vertical-align: middle;
  }
  /* -------------------------------------------------- */
  .p-index-closed {
    position: relative;
    padding: calc(60 / var(--w) * 100vw) calc(25 / var(--w) * 100vw);
    background: #fff;
  }
  .p-index-closed h1, .p-index-closed h2, .p-index-closed h3, .p-index-closed h4, .p-index-closed h5, .p-index-closed h6 {
    margin: 0;
    padding: 0;
  }
  .p-index-closed p {
    margin: 0;
  }
  .p-index-closed ._inner {
    display: flex;
    justify-content: center;
  }
  .p-index-closed ._box {
    width: 100%;
    padding: calc(36 / var(--w) * 100vw) calc(20 / var(--w) * 100vw);
    background: #f8fbfd;
    border: calc(1 / var(--w) * 100vw) solid #d6e6f2;
    border-top: calc(3 / var(--w) * 100vw) solid #f7931e;
    border-radius: calc(12 / var(--w) * 100vw);
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: calc(18 / var(--w) * 100vw);
    align-items: center;
  }
  .p-index-closed ._label {
    font-size: calc(12 / var(--w) * 100vw);
    line-height: 1;
    letter-spacing: 0.12em;
    font-weight: bold;
    color: #f7931e;
  }
  .p-index-closed ._title {
    font-size: calc(22 / var(--w) * 100vw);
    line-height: 1.4;
    letter-spacing: 0.04em;
    font-weight: bold;
    color: #0073c1;
  }
  .p-index-closed ._text {
    font-size: calc(13 / var(--w) * 100vw);
    line-height: 1.9;
    letter-spacing: 0.05em;
    color: #444;
  }
  .p-index-closed ._btns {
    display: flex;
    flex-direction: column;
    gap: calc(10 / var(--w) * 100vw);
    align-items: center;
    width: 100%;
    margin-top: calc(8 / var(--w) * 100vw);
  }
  .c-doc {
    font-size: calc(15 / var(--w) * 100vw);
    line-height: 2;
    letter-spacing: 0.05em;
    color: #1b1e23;
  }
  a.c-btn-youkou {
    position: relative;
    display: block;
    width: 100%;
    height: calc(64 / var(--w) * 100vw);
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
  }
  a.c-btn-youkou.is-s {
    height: calc(56 / var(--w) * 100vw);
    border-radius: calc(100 / var(--w) * 100vw);
    font-size: calc(19 / var(--w) * 100vw);
  }
  a.c-btn-youkou.is-s::after {
    width: calc(22 / var(--w) * 100vw);
    height: calc(22 / var(--w) * 100vw);
  }
  a.c-btn-youkou.is-modal {
    width: 100%;
    height: calc(56 / var(--w) * 100vw);
    border-radius: calc(100 / var(--w) * 100vw);
  }
  a.c-btn-youkou.is-modal::after {
    width: calc(22 / var(--w) * 100vw);
    height: calc(22 / var(--w) * 100vw);
  }
  a.c-btn-youkou.is-fix {
    width: 100%;
    height: calc(60 / var(--w) * 100vw);
    font-size: calc(15 / var(--w) * 100vw);
  }
  a.c-btn-youkou.is-fix::after {
    width: calc(22 / var(--w) * 100vw);
    height: calc(22 / var(--w) * 100vw);
  }
  a.c-btn-youkou {
    background: linear-gradient(47deg, #231815 70%, #043893 90%);
    font-size: calc(15 / var(--w) * 100vw);
    line-height: 2;
    letter-spacing: 0.08em;
    font-weight: bold;
    color: #fff;
  }
  a.c-btn-youkou::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: calc(15 / var(--w) * 100vw);
    bottom: 0;
    margin: auto 0;
    width: calc(30 / var(--w) * 100vw);
    height: calc(30 / 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;
  }
  a.c-btn-entry {
    position: relative;
    display: block;
    width: 100%;
    height: calc(64 / var(--w) * 100vw);
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
  }
  a.c-btn-entry.is-s {
    height: calc(56 / var(--w) * 100vw);
    border-radius: calc(100 / var(--w) * 100vw);
    font-size: calc(19 / var(--w) * 100vw);
  }
  a.c-btn-entry.is-s::after {
    width: calc(22 / var(--w) * 100vw);
    height: calc(22 / var(--w) * 100vw);
  }
  a.c-btn-entry.is-modal {
    width: 100%;
    height: calc(56 / var(--w) * 100vw);
    border-radius: calc(100 / var(--w) * 100vw);
  }
  a.c-btn-entry.is-modal::after {
    width: calc(22 / var(--w) * 100vw);
    height: calc(22 / var(--w) * 100vw);
  }
  a.c-btn-entry.is-fix {
    width: 100%;
    height: calc(60 / var(--w) * 100vw);
    font-size: calc(18 / var(--w) * 100vw);
  }
  a.c-btn-entry.is-fix::after {
    width: calc(22 / var(--w) * 100vw);
    height: calc(22 / var(--w) * 100vw);
  }
  a.c-btn-entry {
    background: linear-gradient(47deg, #ff8c00 0%, #f5ab00 50%, #FAC92A 90%);
    font-size: calc(15 / var(--w) * 100vw);
    line-height: 2;
    letter-spacing: 0.08em;
    font-weight: bold;
    color: #fff;
    text-shadow: 0 0 calc(10 / var(--w) * 100vw) rgba(0, 0, 0, 0.2);
  }
  a.c-btn-entry::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: calc(15 / var(--w) * 100vw);
    bottom: 0;
    margin: auto 0;
    width: calc(30 / var(--w) * 100vw);
    height: calc(30 / 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;
  }
  a.c-btn-contact {
    position: relative;
    display: block;
    width: 100%;
    height: calc(48 / var(--w) * 100vw);
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
  }
  a.c-btn-contact.is-s {
    height: calc(56 / var(--w) * 100vw);
    border-radius: calc(100 / var(--w) * 100vw);
    font-size: calc(19 / var(--w) * 100vw);
  }
  a.c-btn-contact.is-s::after {
    width: calc(22 / var(--w) * 100vw);
    height: calc(22 / var(--w) * 100vw);
  }
  a.c-btn-contact.is-modal {
    width: 100%;
    height: calc(40 / var(--w) * 100vw);
    border-radius: calc(100 / var(--w) * 100vw);
  }
  a.c-btn-contact.is-modal::after {
    width: calc(22 / var(--w) * 100vw);
    height: calc(22 / var(--w) * 100vw);
  }
  a.c-btn-contact {
    background: #fff;
    font-size: calc(14 / var(--w) * 100vw);
    line-height: 2;
    letter-spacing: 0.05em;
    font-weight: bold;
    color: #0059B2;
  }
  a.c-btn-contact::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: calc(15 / var(--w) * 100vw);
    bottom: 0;
    margin: auto 0;
    width: calc(30 / var(--w) * 100vw);
    height: calc(30 / var(--w) * 100vw);
    background: #0059B2;
    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;
  }
  a.c-btn-company {
    position: relative;
    display: block;
    width: 100%;
    height: calc(48 / var(--w) * 100vw);
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
  }
  a.c-btn-company.is-modal {
    width: 100%;
    height: calc(40 / var(--w) * 100vw);
    border-radius: calc(100 / var(--w) * 100vw);
  }
  a.c-btn-company.is-modal::after {
    width: calc(22 / var(--w) * 100vw);
    height: calc(22 / var(--w) * 100vw);
  }
  a.c-btn-company {
    border: calc(1 / var(--w) * 100vw) solid #ffffff;
    font-size: calc(14 / var(--w) * 100vw);
    line-height: 2;
    letter-spacing: 0.05em;
    font-weight: bold;
    color: #fff;
  }
  a.c-btn-company::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: calc(15 / var(--w) * 100vw);
    bottom: 0;
    margin: auto 0;
    width: calc(30 / var(--w) * 100vw);
    height: calc(30 / 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-mv {
    position: relative;
  }
  .p-index-mv h1, .p-index-mv h2, .p-index-mv h3, .p-index-mv h4, .p-index-mv h5, .p-index-mv h6 {
    margin: 0;
    padding: 0;
  }
  .p-index-mv p {
    margin: 0;
  }
  .p-index-mv {
    background-image: url("../images/index/mv/sp/bg.jpg?4");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center top;
    height: calc(770 / var(--w) * 100vw);
    padding: calc(255 / var(--w) * 100vw) 0 0 0;
  }
  .p-index-mv ._vis {
    display: none;
  }
  .p-index-mv ._text-wrap {
    padding: calc(50 / var(--w) * 100vw) calc(25 / var(--w) * 100vw) calc(25 / var(--w) * 100vw);
  }
  .p-index-mv ._copy {
    width: 100%;
  }
  .p-index-mv ._texts {
    margin-top: calc(30 / var(--w) * 100vw);
  }
  .p-index-mv ._texts p {
    font-size: calc(16 / var(--w) * 100vw);
    line-height: 2.35;
    letter-spacing: 0.05em;
    color: #fff;
  }
  .p-index-mv ._btns {
    display: none;
  }
  /* -------------------------------------------------- */
  .p-index-tab {
    position: relative;
    padding: calc(40 / var(--w) * 100vw) calc(25 / var(--w) * 100vw);
  }
  /* -------------------------------------------------- */
  .p-index-features {
    position: relative;
    padding: calc(40 / var(--w) * 100vw) calc(25 / var(--w) * 100vw);
  }
  .p-index-features ._inner {
    display: flex;
    flex-direction: column;
    gap: calc(40 / var(--w) * 100vw);
  }
  .p-index-features ._body {
    margin-top: calc(40 / var(--w) * 100vw);
    display: flex;
    flex-direction: column;
    gap: calc(45 / var(--w) * 100vw);
  }
  .p-index-feature {
    display: flex;
    flex-direction: column;
    gap: calc(20 / var(--w) * 100vw);
  }
  .p-index-feature h1, .p-index-feature h2, .p-index-feature h3, .p-index-feature h4, .p-index-feature h5, .p-index-feature h6 {
    margin: 0;
    padding: 0;
  }
  .p-index-feature p {
    margin: 0;
  }
  .p-index-feature ._image {
    width: 100%;
  }
  .p-index-feature ._texts {
    display: flex;
    flex-direction: column;
    gap: calc(13 / var(--w) * 100vw);
  }
  .p-index-feature ._texts ._num {
    width: calc(75 / var(--w) * 100vw);
  }
  .p-index-feature ._texts h3 {
    font-size: calc(22 / var(--w) * 100vw);
    line-height: 1.3;
    letter-spacing: 0.05em;
    color: #1b1e23;
    margin-top: calc(10 / var(--w) * 100vw);
  }
  /* -------------------------------------------------- */
  .p-index-works {
    position: relative;
    padding: calc(60 / var(--w) * 100vw) calc(25 / var(--w) * 100vw) calc(40 / var(--w) * 100vw) calc(25 / var(--w) * 100vw);
  }
  .p-index-works h1, .p-index-works h2, .p-index-works h3, .p-index-works h4, .p-index-works h5, .p-index-works h6 {
    margin: 0;
    padding: 0;
  }
  .p-index-works p {
    margin: 0;
  }
  .p-index-works ._inner {
    display: flex;
    flex-direction: column;
    gap: calc(40 / var(--w) * 100vw);
  }
  .p-works-cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: calc(20 / var(--w) * 100vw);
    gap: calc(35 / var(--w) * 100vw) calc(20 / var(--w) * 100vw);
  }
  .p-works-cards a {
    text-decoration: none;
    color: inherit;
  }
  .p-works-card {
    position: relative;
  }
  .p-works-card img {
    border-radius: calc(5 / var(--w) * 100vw);
    overflow: hidden;
  }
  .p-works-card ._card-texts {
    margin-top: calc(15 / var(--w) * 100vw);
    display: flex;
    flex-direction: column;
    gap: calc(10 / var(--w) * 100vw);
  }
  .p-works-card ._name {
    font-size: calc(15 / var(--w) * 100vw);
    line-height: 1.3;
    letter-spacing: 0.05em;
    font-weight: bold;
    color: #0073c1;
    border-left: calc(1 / var(--w) * 100vw) solid #0073C1;
    padding-left: calc(10 / var(--w) * 100vw);
    height: calc(45 / var(--w) * 100vw);
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .p-works-card .c-doc {
    font-size: calc(15 / var(--w) * 100vw);
    line-height: 1.6;
    letter-spacing: 0.05em;
    color: #1b1e23;
  }
  /* -------------------------------------------------- */
  .p-index-flow {
    position: relative;
    padding: calc(60 / var(--w) * 100vw) calc(30 / var(--w) * 100vw) calc(40 / var(--w) * 100vw);
  }
  .p-index-flow h1, .p-index-flow h2, .p-index-flow h3, .p-index-flow h4, .p-index-flow h5, .p-index-flow h6 {
    margin: 0;
    padding: 0;
  }
  .p-index-flow p {
    margin: 0;
  }
  .p-index-flow ._inner {
    display: flex;
    flex-direction: column;
    gap: calc(40 / var(--w) * 100vw);
  }
  .p-index-flow ._body {
    display: flex;
    flex-direction: column;
    gap: calc(50 / var(--w) * 100vw);
  }
  .p-index-flow ._note {
    margin-top: calc(20 / var(--w) * 100vw);
  }
  .p-flow-items {
    display: flex;
    flex-direction: column;
    gap: calc(15 / var(--w) * 100vw);
  }
  .p-flow-item {
    position: relative;
    background: #DFF1FB;
  }
  .p-flow-item::after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    height: calc(30 / var(--w) * 100vw);
    border-left: calc(1 / var(--w) * 100vw) dashed #0073c1;
  }
  .p-flow-item:last-child::after {
    display: none;
  }
  .p-flow-item ._texts {
    padding: calc(20 / var(--w) * 100vw) 0 calc(40 / var(--w) * 100vw) calc(20 / var(--w) * 100vw);
    display: flex;
    flex-direction: column;
    gap: calc(15 / var(--w) * 100vw);
  }
  .p-flow-item ._label {
    font-size: calc(15 / var(--w) * 100vw);
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: bold;
    color: #0073c1;
  }
  .p-flow-item ._label span {
    background: #fff;
    border: calc(1 / var(--w) * 100vw) solid #0073c1;
    border-radius: calc(6 / var(--w) * 100vw);
    padding: calc(2 / var(--w) * 100vw) calc(20 / var(--w) * 100vw);
  }
  .p-flow-item ._doc {
    font-size: calc(20 / var(--w) * 100vw);
    line-height: 1.6;
    letter-spacing: 0.05em;
    font-weight: bold;
    color: #0073c1;
  }
  /* -------------------------------------------------- */
  .p-index-onboarding {
    position: relative;
    padding: calc(60 / var(--w) * 100vw) calc(25 / var(--w) * 100vw) calc(40 / var(--w) * 100vw) calc(25 / var(--w) * 100vw);
  }
  .p-index-onboarding h1, .p-index-onboarding h2, .p-index-onboarding h3, .p-index-onboarding h4, .p-index-onboarding h5, .p-index-onboarding h6 {
    margin: 0;
    padding: 0;
  }
  .p-index-onboarding p {
    margin: 0;
  }
  .p-index-onboarding ._cols {
    display: flex;
    flex-direction: column-reverse;
    gap: calc(30 / var(--w) * 100vw);
  }
  .p-index-onboarding ._cols ._cols-texts {
    display: flex;
    flex-direction: column;
    gap: calc(30 / var(--w) * 100vw);
  }
  .p-index-onboarding ._cols ._cols-image ._image {
    margin-right: calc(-25 / var(--w) * 100vw);
  }
  .p-index-onboarding ._doc {
    font-size: calc(15 / var(--w) * 100vw);
    line-height: 2;
    letter-spacing: 0.05em;
    color: #1b1e23;
  }
  /* -------------------------------------------------- */
  .p-index-workstyle {
    position: relative;
    padding: calc(60 / var(--w) * 100vw) calc(25 / var(--w) * 100vw) calc(50 / var(--w) * 100vw) calc(25 / var(--w) * 100vw);
  }
  .p-index-workstyle h1, .p-index-workstyle h2, .p-index-workstyle h3, .p-index-workstyle h4, .p-index-workstyle h5, .p-index-workstyle h6 {
    margin: 0;
    padding: 0;
  }
  .p-index-workstyle p {
    margin: 0;
  }
  .p-index-workstyle ol, .p-index-workstyle ul, .p-index-workstyle li {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .p-index-workstyle ._cols {
    display: flex;
    flex-direction: column-reverse;
    gap: calc(30 / var(--w) * 100vw);
  }
  .p-index-workstyle ._cols ._cols-texts {
    display: flex;
    flex-direction: column;
    gap: calc(30 / var(--w) * 100vw);
  }
  .p-index-workstyle ._cols ._cols-image ._image {
    margin-left: calc(-25 / var(--w) * 100vw);
  }
  .p-index-workstyle-list {
    display: flex;
    flex-direction: column;
    gap: calc(10 / var(--w) * 100vw);
    margin-top: calc(10 / var(--w) * 100vw);
  }
  .p-index-workstyle-list li {
    padding: calc(12 / var(--w) * 100vw) calc(15 / var(--w) * 100vw);
    background: #DFF1FB;
    font-size: calc(14 / var(--w) * 100vw);
    line-height: 1.2;
    letter-spacing: 0.05em;
    font-weight: bold;
    color: #0073c1;
  }
  .p-index-workstyle-list li::before {
    content: "⚫︎";
    font-size: calc(12 / var(--w) * 100vw);
  }
  /* -------------------------------------------------- */
  .p-index-suitable {
    position: relative;
    padding: calc(70 / var(--w) * 100vw) calc(25 / var(--w) * 100vw);
  }
  .p-index-suitable h1, .p-index-suitable h2, .p-index-suitable h3, .p-index-suitable h4, .p-index-suitable h5, .p-index-suitable h6 {
    margin: 0;
    padding: 0;
  }
  .p-index-suitable p {
    margin: 0;
  }
  .p-index-suitable ol, .p-index-suitable ul, .p-index-suitable li {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .p-index-suitable {
    background-image: url("../images/index/suitable/sp/bg.jpg");
    background-size: auto 100%;
    background-position: center right;
    background-color: #DFF1FB;
  }
  .p-index-suitable ._inner {
    display: flex;
    flex-direction: column;
    gap: calc(20 / var(--w) * 100vw);
  }
  .p-index-suitable ._body ._texts {
    width: 100%;
  }
  .p-index-suitable ._deco {
    display: none;
  }
  ul.p-index-suitable-list {
    display: flex;
    flex-direction: column;
    gap: calc(20 / var(--w) * 100vw);
  }
  ul.p-index-suitable-list li {
    position: relative;
    font-size: calc(20 / var(--w) * 100vw);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: bold;
    color: #0073c1;
    padding-left: calc(20 / var(--w) * 100vw);
  }
  ul.p-index-suitable-list li::before {
    content: "⚫︎";
    position: absolute;
    top: 0;
    left: 0;
    font-size: calc(20 / var(--w) * 100vw);
  }
  .p-index-suitable-bg {
    position: relative;
    width: 100%;
  }
  .p-index-suitable-bg img {
    width: 100%;
    display: block;
  }
  /* -------------------------------------------------- */
  .p-index-youkou {
    position: relative;
    padding: calc(60 / var(--w) * 100vw) calc(25 / var(--w) * 100vw);
    background: #fff;
  }
  .p-index-youkou h1, .p-index-youkou h2, .p-index-youkou h3, .p-index-youkou h4, .p-index-youkou h5, .p-index-youkou h6 {
    margin: 0;
    padding: 0;
  }
  .p-index-youkou p {
    margin: 0;
  }
  .p-index-youkou dl, .p-index-youkou dt, .p-index-youkou dd {
    margin: 0;
    padding: 0;
  }
  .p-index-youkou ol, .p-index-youkou ul, .p-index-youkou li {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .p-index-youkou ._inner {
    display: flex;
    flex-direction: column;
    gap: calc(30 / var(--w) * 100vw);
  }
  .p-index-youkou ._body {
    display: flex;
    flex-direction: column;
    gap: calc(25 / var(--w) * 100vw);
  }
  .p-index-youkou ._note {
    text-align: center;
  }
  .p-index-youkou ._btns {
    display: flex;
    flex-direction: column;
    gap: calc(15 / var(--w) * 100vw);
    align-items: center;
    margin-top: calc(10 / var(--w) * 100vw);
  }
  .p-youkou-table {
    border-top: calc(2 / var(--w) * 100vw) solid #0073C1;
  }
  .p-youkou-table ._row {
    display: flex;
    flex-direction: column;
    border-bottom: calc(1 / var(--w) * 100vw) solid #BDDDEF;
  }
  .p-youkou-table ._th {
    width: 100%;
    background: #DFF1FB;
    padding: calc(10 / var(--w) * 100vw) calc(15 / var(--w) * 100vw);
    font-size: calc(14 / var(--w) * 100vw);
    line-height: 1.4;
    letter-spacing: 0.05em;
    font-weight: bold;
    color: #0073c1;
  }
  .p-youkou-table ._td {
    padding: calc(15 / var(--w) * 100vw);
    font-size: calc(14 / var(--w) * 100vw);
    line-height: 1.8;
    letter-spacing: 0.05em;
    color: #1b1e23;
  }
  .p-youkou-table ._td ._note {
    display: block;
    margin-top: calc(5 / var(--w) * 100vw);
    font-size: calc(12 / var(--w) * 100vw);
    line-height: 1.6;
    color: #666;
    text-align: left;
  }
  .p-youkou-table ._td ul {
    display: flex;
    flex-direction: column;
    gap: calc(3 / var(--w) * 100vw);
  }
  .p-youkou-table ._td ul li {
    padding-left: 1em;
    text-indent: -1em;
  }
  .p-youkou-table ._td ul li::before {
    content: "・";
    color: #0073c1;
    font-weight: bold;
  }
  /* -------------------------------------------------- */
  .p-index-entry {
    position: relative;
  }
  .p-index-entry h1, .p-index-entry h2, .p-index-entry h3, .p-index-entry h4, .p-index-entry h5, .p-index-entry h6 {
    margin: 0;
    padding: 0;
  }
  .p-index-entry p {
    margin: 0;
  }
  .p-index-entry ol, .p-index-entry ul, .p-index-entry li {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .p-index-entry {
    padding: calc(120 / var(--w) * 100vw) calc(25 / var(--w) * 100vw) calc(120 / var(--w) * 100vw) calc(25 / var(--w) * 100vw);
    background-image: url("../images/index/entry/bg.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .p-index-entry ._inner {
    display: flex;
    flex-direction: column;
    gap: calc(50 / var(--w) * 100vw);
  }
  .p-index-entry ._title {
    display: flex;
    flex-direction: column;
    gap: calc(15 / var(--w) * 100vw);
    align-items: center;
    justify-content: center;
  }
  .p-index-entry ._body {
    display: flex;
    flex-direction: column;
    gap: calc(10 / var(--w) * 100vw);
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .p-index-entry h2 {
    font-size: calc(40 / var(--w) * 100vw);
    line-height: 1;
    font-weight: bold;
    color: #fff;
    font-style: italic;
  }
  .p-index-entry ._t1 {
    margin-top: calc(10 / var(--w) * 100vw);
  }
  .p-index-entry ._t1 span {
    display: inline-block;
    background: #000;
    color: #fff;
    font-size: calc(26 / var(--w) * 100vw);
    line-height: 1.4;
    font-weight: bold;
    color: #fff;
    padding: calc(8 / var(--w) * 100vw) calc(20 / var(--w) * 100vw);
    background: linear-gradient(47deg, #043893 10%, #231815 40%);
  }
  .p-index-entry ._t2 {
    font-size: calc(22 / var(--w) * 100vw);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: bold;
    color: #fff;
  }
  .p-index-entry ._t3 {
    margin-top: calc(40 / var(--w) * 100vw);
    font-size: calc(20 / var(--w) * 100vw);
    line-height: 1.8;
    letter-spacing: 0.05em;
    color: #fff;
    text-align: left;
  }
  .p-index-entry ._btns {
    width: calc(250 / var(--w) * 100vw);
    display: flex;
    flex-direction: column;
    gap: calc(20 / var(--w) * 100vw);
    align-items: center;
    justify-content: center;
    margin-top: calc(40 / var(--w) * 100vw);
  }
}
.p-index-scroller {
  --inf-scroll-h:210;
  --inf-scroll-img-w:1600;
  width: 100%;
  overflow: hidden;
}
.p-index-scroller span {
  height: calc(var(--inf-scroll-h) / var(--w-pc) * 100vw);
  display: block;
  width: calc(var(--inf-scroll-img-w) * 2 / var(--w-pc) * 100vw);
  background-image: url("../images/index/scroll-bg.png");
  background-size: auto 100%;
  background-position: left top;
  background-repeat: repeat-x;
  animation: scroll-bg 20s linear infinite;
}

@keyframes scroll-bg {
  from {
    transform: translate(0, 0);
  }
  to {
    transform: translate(-50%, 0);
  }
}


