/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css2?family=Crimson+Pro:ital,wght@0,200..900;1,200..900&family=Roboto:ital,wght@0,100..900;1,100..900&family=Shippori+Mincho&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.animate .fadein {
  opacity: 0;
  transform-style: preserve-3d;
  transition-property: opacity;
  transition-duration: 2000ms;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 0ms;
}
.animate.show .fadein {
  opacity: 1;
}
.animate .slidein_left {
  opacity: 0;
  transform: translateX(-40px);
  transform-style: preserve-3d;
  transition-property: opacity, transform;
  transition-duration: 1000ms;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 0ms;
}
.animate .slidein_right {
  opacity: 0;
  transform: translateX(40px);
  transform-style: preserve-3d;
  transition-property: opacity, transform;
  transition-duration: 1000ms;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 0ms;
}
.animate.show .slidein_left, .animate.show .slidein_right {
  opacity: 1;
  transform: translateX(0);
}
.animate .slidein_top {
  opacity: 0;
  transform: translateY(-20px);
  transform-style: preserve-3d;
  transition-property: opacity, transform;
  transition-duration: 1000ms;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 0ms;
}
.animate .slidein_bottom {
  opacity: 0;
  transform: translateY(20px);
  transform-style: preserve-3d;
  transition-property: opacity, transform;
  transition-duration: 1000ms;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 0ms;
}
.animate.show .slidein_top, .animate.show .slidein_bottom {
  opacity: 1;
  transform: translateY(0);
}
.animate .zoomin {
  opacity: 0;
  transform: scale(1.5, 1.5);
  transform-style: preserve-3d;
  transition-property: opacity, transform;
  transition-duration: 500ms;
  transition-delay: 0ms;
}
.animate .zoomout {
  opacity: 0;
  transform: scale(0.5, 0.5);
  transform-style: preserve-3d;
  transition-property: opacity, transform;
  transition-duration: 500ms;
  transition-delay: 0ms;
}
.animate.show .zoomin, .animate.show .zoomout {
  opacity: 1;
  transform: scale(1, 1);
}
.animate .d1 {
  transition-delay: 100ms;
}
.animate .d2 {
  transition-delay: 200ms;
}
.animate .d3 {
  transition-delay: 300ms;
}
.animate .d4 {
  transition-delay: 400ms;
}
.animate .d5 {
  transition-delay: 500ms;
}
.animate .d6 {
  transition-delay: 600ms;
}
.animate .d7 {
  transition-delay: 700ms;
}
.animate .d8 {
  transition-delay: 800ms;
}
.animate .d9 {
  transition-delay: 900ms;
}
.animate .d10 {
  transition-delay: 1000ms;
}
.animate .d11 {
  transition-delay: 1100ms;
}
.animate .d12 {
  transition-delay: 1200ms;
}
.animate .d13 {
  transition-delay: 1300ms;
}
.animate .d14 {
  transition-delay: 1400ms;
}
.animate .d15 {
  transition-delay: 1500ms;
}
.animate .d16 {
  transition-delay: 1600ms;
}
.animate .d17 {
  transition-delay: 1700ms;
}
.animate .d18 {
  transition-delay: 1800ms;
}
.animate .d19 {
  transition-delay: 1900ms;
}
.animate .d20 {
  transition-delay: 2000ms;
}

body {
  font-family: -apple-system, YuGothic, "Yu Gothic Medium", "Yu Gothic", BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, Verdana, Meiryo, sans-serif;
  -webkit-text-size-adjust: 100%;
}
body .min {
  font-family: "Shippori Mincho", serif;
}
body .en {
  font-family: "Crimson Pro", "Shippori Mincho", serif;
}
body a {
  outline: none;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}
@media (hover: hover) and (pointer: fine) {
  body a {
    opacity: 1;
    transform-style: preserve-3d;
    transition-property: opacity;
    transition-duration: 300ms;
    transition-timing-function: linear;
    transition-delay: 0ms;
  }
  body a:hover {
    opacity: 0.6;
  }
}
body a:hover {
  text-decoration: none;
}
body a.hover-scale {
  transform: scale(1);
  transition-property: opacity, transform;
}
body a.hover-scale:hover {
  transform: scale(1.02);
}
body img {
  vertical-align: bottom;
  border: 0;
  outline: none;
}
body sup, body sub {
  height: 0;
  line-height: 1;
  vertical-align: baseline;
  position: relative;
  font-size: 50%;
}
body sup {
  bottom: 1ex;
}
body sub {
  top: 0.5ex;
}
body input, body textarea, body select, body button {
  padding: 0;
  box-sizing: border-box;
  border: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
body input::-ms-expand, body textarea::-ms-expand, body select::-ms-expand, body button::-ms-expand {
  display: none;
}
body .word_break {
  word-wrap: break-word;
  word-break: break-all;
}
body * {
  outline: none;
}
body *:hover, body *:active, body *:focus {
  outline: none;
}

@media screen and (min-width: 768px) {
  body {
    min-width: 1200px;
  }
  body main article {
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  body main article section .inner {
    width: 87.8477306003vw;
    margin: auto;
  }
  body main article section h2 {
    display: block;
    width: fit-content;
  }
  body main article section h2.left {
    margin: 0 auto 0 0;
  }
  body main article section h2.center {
    margin: auto;
  }
  body main article section h2.center .en {
    margin-left: auto;
    margin-right: auto;
  }
  body main article section h2.center .min {
    margin-left: auto;
    margin-right: auto;
  }
  body main article section h2 .en {
    display: block;
    width: fit-content;
    font-size: 70px;
    line-height: 1;
    font-weight: 400;
    letter-spacing: 0.03em;
  }
  body main article section h2 .min {
    display: block;
    width: fit-content;
    padding-bottom: 22px;
    margin-top: 25px;
    position: relative;
    font-size: 23px;
    line-height: 1;
    font-weight: 500;
  }
  body main article section h2 .min .line {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #c0c0c0;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  body main article section h2 .min .line::after {
    content: "";
    display: block;
    width: 30%;
    height: 100%;
    background-color: #c85d7a;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  body main article section p {
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
  }
  body main article header {
    width: 100%;
    padding: 40px 0;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
  }
  body main article header .inner {
    width: 87.8477306003vw;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
  }
  body main article header .inner .header-logo {
    display: block;
    width: 201px;
    height: 46px;
    position: relative;
  }
  body main article header .inner .header-logo img {
    display: block;
    width: 274px;
    position: absolute;
    top: -44px;
    left: -40px;
  }
  body main article header .inner .links {
    width: auto;
    max-width: calc(100% - 240px);
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 40px;
  }
  body main article header .inner .links li {
    width: fit-content;
    position: relative;
  }
  body main article header .inner .links li .anchor, body main article header .inner .links li .pop-text {
    font-size: 16px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.05em;
  }
  body main article header .inner .links li .btn {
    display: block;
    width: 160px;
    padding: 9px 0;
    background-color: #fff;
    font-size: 15px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.1em;
    color: #10335e;
    text-align: center;
  }
  body main article header .inner .links li .pop {
    width: 270px;
    padding: 24px 20px;
    box-sizing: border-box;
    background-color: rgba(16, 51, 94, 0.7);
    position: absolute;
    top: 24px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity 0.4s ease-out;
    pointer-events: none;
  }
  body main article header .inner .links li .pop .poplink {
    display: block;
    width: fit-content;
    padding-right: 15px;
    position: relative;
    font-size: 14px;
    line-height: 21px;
    font-weight: 500;
  }
  body main article header .inner .links li .pop .poplink::after {
    content: "";
    display: block;
    width: 11px;
    height: 9px;
    background: url("../img/footer-icon-tab.png") no-repeat center/100%;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  body main article header .inner .links li.open .pop-text {
    border-bottom: 1px solid #fff;
  }
  body main article header .inner .links li.open .pop {
    opacity: 1;
    pointer-events: auto;
  }
  body main article .kv-bg {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
  }
  body main article .kv-bg img {
    display: block;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    aspect-ratio: 1366/752;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  body main article #kv {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    color: #fff;
  }
  body main article #kv h1 {
    display: block;
    width: 558px;
    padding-bottom: 10px;
    margin-top: 246px;
    position: relative;
    font-size: 78px;
    line-height: 108px;
    font-weight: 500;
  }
  body main article #kv h1 .line {
    display: block;
    width: 470px;
    height: 4px;
    background-color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  body main article #kv h1 .line::after {
    content: "";
    display: block;
    width: 166px;
    height: 100%;
    background-color: #c85d7a;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  body main article #kv p {
    font-size: 18px;
    line-height: 32px;
    margin-top: 90px;
  }
  body main article .target {
    position: absolute;
    top: 80vh;
  }
  body main article .kv-blur {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    backdrop-filter: blur(20px);
    pointer-events: none;
  }
  body main article .content {
    margin-top: 200vh;
  }
  body main article .content #policy {
    padding: 124px 0 170px;
    color: #fff;
  }
  body main article .content #policy .inner {
    position: relative;
  }
  body main article .content #policy .inner .bg-icon {
    width: 826px;
    height: 601px;
    background: url("../img/policy-bg.png") no-repeat center/100%;
    position: absolute;
    top: 76px;
    right: -20px;
    z-index: -1;
  }
  body main article .content #policy .inner .text1 {
    margin-top: 70px;
  }
  body main article .content #policy .inner .text2 {
    margin-top: 40px;
    font-size: 27px;
    line-height: 35px;
    font-weight: 600;
  }
  body main article .content #policy .inner .text3, body main article .content #policy .inner .text4 {
    margin-top: 48px;
  }
  body main article .content #policy .inner .images {
    margin-top: 90px;
    display: flex;
    justify-content: center;
    align-items: start;
    gap: 100px;
  }
  body main article .content #policy .inner .images .image-set {
    width: 450px;
    display: flex;
    justify-content: space-between;
    align-items: start;
  }
  body main article .content #policy .inner .images .image-set img {
    display: block;
    width: 387px;
  }
  body main article .content #policy .inner .images .image-set .profile {
    font-size: 20px;
    line-height: 36px;
    font-weight: 400;
    letter-spacing: 0.1em;
    writing-mode: vertical-rl;
  }
  body main article .content #policy .inner .images .image-set .profile .name {
    font-size: 36px;
    font-weight: 500;
    margin-top: 20px;
  }
  body main article .content #group {
    padding: 125px 0 145px;
    background: #fff;
    color: #02004b;
  }
  body main article .content #group .inner {
    width: 100%;
  }
  body main article .content #group .boxs {
    display: block;
    width: 100%;
    max-width: 1920px;
    margin: 55px auto 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  body main article .content #group .boxs .box {
    border-top: 1px solid #02004b;
    border-bottom: 1px solid #02004b;
    box-sizing: border-box;
    padding: 90px 25px 132px;
    position: relative;
  }
}
@media screen and (min-width: 768px) and (min-width: 1921px) {
  body main article .content #group .boxs .box:first-of-type() {
    border-left: 1px solid #02004b;
  }
  body main article .content #group .boxs .box:last-of-type() {
    border-right: 1px solid #02004b;
  }
}
@media screen and (min-width: 768px) {
  body main article .content #group .boxs .box:nth-of-type(n+2) {
    border-left: 1px solid #02004b;
  }
  body main article .content #group .boxs .box:nth-of-type(1) .line::after {
    background-color: #4078dd;
  }
  body main article .content #group .boxs .box:nth-of-type(2) .line::after {
    background-color: #aa3737;
  }
  body main article .content #group .boxs .box:nth-of-type(3) .line::after {
    background-color: #c85d7a;
  }
  body main article .content #group .boxs .box .group-name {
    width: 284px;
    height: 84px;
    margin: auto;
  }
  body main article .content #group .boxs .box .group-name img {
    width: 100%;
  }
  body main article .content #group .boxs .box .copy {
    margin-top: 70px;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
  }
  body main article .content #group .boxs .box .line {
    width: 100%;
    height: 2px;
    background-color: #c0c0c0;
    position: relative;
    margin-top: 15px;
  }
  body main article .content #group .boxs .box .line::after {
    content: "";
    display: block;
    width: 104px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: width 0.4s ease-out;
  }
  body main article .content #group .boxs .box .text {
    margin-top: 18px;
  }
  body main article .content #group .boxs .box .arrow {
    display: block;
    width: 82px;
    height: 6px;
    background: url("../img/group-arrow.png") no-repeat center/100%;
    position: absolute;
    bottom: 36px;
    right: 25px;
    transform: translateX(-10px);
    transition: transform 0.4s ease-out;
  }
  body main article .content #group .boxs .box:hover .line::after {
    width: 100%;
  }
  body main article .content #group .boxs .box:hover .arrow {
    transform: translateX(0);
  }
  body main article .content #company {
    padding: 130px 0 150px;
    background-color: #0e1731;
    color: #fff;
  }
  body main article .content #company .inner {
    position: relative;
  }
  body main article .content #company .data {
    width: 100%;
    padding-left: calc(100% - 652px);
    margin: 75px auto 0;
    box-sizing: border-box;
    position: relative;
  }
  body main article .content #company .data .company-image {
    display: block;
    width: calc(100% - 726px + 6.0761346999vw);
    min-width: 472px;
    height: 454px;
    background: url("../img/company-image.jpg") no-repeat center/cover;
    position: absolute;
    top: 0;
    right: 726px;
  }
  body main article .content #company .data .table {
    border-top: 1px solid #fff;
  }
  body main article .content #company .data .table .tr {
    padding: 30px 0;
    display: grid;
    grid-template-columns: 140px auto;
    border-bottom: 1px solid #fff;
  }
  body main article .content #company .data .table .tr .th {
    padding-left: 6px;
  }
  body main article .content #company .data .table .tr .td {
    position: relative;
  }
  body main article .content #company .data .table .tr .td a {
    display: block;
    width: fit-content;
    padding-right: 30px;
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 15px;
    line-height: 1;
    font-weight: 500;
  }
  body main article .content #company .data .table .tr .td a::after {
    content: "";
    display: block;
    width: 24px;
    height: 6px;
    background: url("../img/company-arrow.png") no-repeat center/100%;
    position: absolute;
    bottom: 3px;
    right: 0;
  }
  body main article .content #recruitment {
    padding: 120px 0 170px;
    background: rgba(126, 179, 202, 0.6);
    color: #fff;
  }
  body main article .content #recruitment .recruitment-banner {
    display: block;
    width: 100%;
    max-width: 1200px;
    margin: 56px auto 0;
  }
  body main article .content #recruitment .recruitment-banner img {
    width: 100%;
  }
  body main article .content #recruitment .text-box {
    width: 100%;
    max-width: 1200px;
    margin: 60px auto 0;
  }
  body main article .content #recruitment .text-box .text {
    display: block;
    width: 640px;
    margin: 0 0 0 auto;
  }
  body main article .page-footer {
    padding: 45px 0 60px;
    background-color: #070f24;
    color: #fff;
  }
  body main article .page-footer .inner {
    width: 95%;
    max-width: 1200px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: start;
  }
  body main article .page-footer .inner .info .footer-info-logo {
    display: block;
    width: 189px;
    height: 43px;
  }
  body main article .page-footer .inner .info .footer-info-logo img {
    width: 100%;
  }
  body main article .page-footer .inner .info p {
    font-size: 12px;
    line-height: 21px;
    letter-spacing: 0.05em;
    margin-top: 40px;
  }
  body main article .page-footer .inner .info p span {
    display: inline-block;
    padding-left: 3em;
  }
  body main article .page-footer .inner .links {
    display: flex;
    justify-content: end;
    align-items: start;
    gap: 35px;
  }
  body main article .page-footer .inner .links .links-set {
    display: flex;
    justify-content: end;
    align-items: start;
    gap: 35px;
  }
  body main article .page-footer .inner .links .li .anchor {
    display: block;
    width: fit-content;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 16px;
  }
  body main article .page-footer .inner .links .li .tab {
    display: block;
    width: fit-content;
    padding-right: 15px;
    position: relative;
    font-size: 12px;
    line-height: 21px;
    font-weight: 500;
  }
  body main article .page-footer .inner .links .li .tab::after {
    content: "";
    display: block;
    width: 11px;
    height: 9px;
    background: url("../img/footer-icon-tab.png") no-repeat center/100%;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .pc_none {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  html, body {
    font-size: 0.2666666667vw;
  }
  body {
    min-width: 320px;
  }
  body main article {
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  body main article section .inner {
    width: 86.6666666667vw;
    margin: auto;
  }
  body main article section h2 {
    display: block;
    width: fit-content;
  }
  body main article section h2.left {
    margin: 0 auto 0 0;
  }
  body main article section h2.center {
    margin: auto;
  }
  body main article section h2.center .en {
    margin-left: auto;
    margin-right: auto;
  }
  body main article section h2.center .min {
    margin-left: auto;
    margin-right: auto;
  }
  body main article section h2 .en {
    display: block;
    width: fit-content;
    font-size: 35px;
    line-height: 1;
    font-weight: 400;
    letter-spacing: 0.03em;
  }
  body main article section h2 .min {
    display: block;
    width: fit-content;
    padding-bottom: 12px;
    margin-top: 12px;
    position: relative;
    font-size: 12px;
    line-height: 1;
    font-weight: 500;
  }
  body main article section h2 .min .line {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #c0c0c0;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  body main article section h2 .min .line::after {
    content: "";
    display: block;
    width: 30%;
    height: 100%;
    background-color: #c85d7a;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  body main article section p {
    font-size: 12px;
    line-height: 21px;
    font-weight: 500;
  }
  body main article header {
    width: 100%;
    height: 72px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
  }
  body main article header .inner {
    padding-left: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
  }
  body main article header .inner .header-logo {
    display: block;
    width: 133px;
    height: 31px;
    position: relative;
    z-index: 1;
  }
  body main article header .inner .header-logo img {
    display: block;
    width: 163px;
    position: absolute;
    top: -18px;
    left: -15px;
  }
  body main article header .inner .menu {
    width: 100%;
    height: 100%;
    padding-top: 100px;
    background-color: rgba(58, 72, 104, 0.95);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 0;
    transform: translateX(110vw);
    transition: transform 0.4s ease-out;
  }
  body main article header .inner .menu .list-frame {
    width: 100%;
    height: calc(100% - 100px);
    overflow-y: auto;
  }
  body main article header .inner .menu .list-frame ul {
    width: 77.3333333333%;
    height: fit-content;
    margin: auto;
    padding-bottom: 60px;
  }
  body main article header .inner .menu .list-frame ul li .anchor {
    display: block;
    width: fit-content;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: 0.05em;
    margin-bottom: 20px;
  }
  body main article header .inner .menu .list-frame ul li .tab {
    display: block;
    width: fit-content;
    font-size: 12px;
    line-height: 21px;
    font-weight: 500;
    letter-spacing: 0.05em;
  }
  body main article header .inner .menu .list-frame ul li .tab::after {
    content: "";
    display: inline-block;
    width: 11px;
    height: 9px;
    background: url("../img/footer-icon-tab.png") no-repeat center/100%;
    margin-left: 2px;
  }
  body main article header .inner .menu .list-frame ul li .btn {
    display: block;
    width: 100%;
    padding: 12px 0;
    background-color: #fff;
    font-size: 16px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-align: center;
    color: #10335e;
  }
  body main article header .inner .menu .list-frame ul li:nth-of-type(n+2) {
    margin-top: 45px;
  }
  body main article header .inner .menu.open {
    transform: translateX(0);
  }
  body main article header .inner .menu.open + .menu-btn {
    background: url("../img/menu-btn-close.png") no-repeat center/100%;
  }
  body main article header .inner .menu-btn {
    display: block;
    width: 68px;
    height: 72px;
    background: url("../img/menu-btn-open.png") no-repeat center/100%;
    z-index: 2;
  }
  body main article .kv-bg {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
  }
  body main article .kv-bg img {
    display: block;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    aspect-ratio: 750/1334;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  body main article #kv {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    color: #fff;
  }
  body main article #kv .inner {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 70px;
  }
  body main article #kv .inner h1 {
    display: block;
    width: fit-content;
    padding-bottom: 10px;
    position: relative;
    font-size: 29px;
    line-height: 44px;
    font-weight: 500;
  }
  body main article #kv .inner h1 .line {
    display: block;
    width: 190px;
    height: 4px;
    background-color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  body main article #kv .inner h1 .line::after {
    content: "";
    display: block;
    width: 60px;
    height: 100%;
    background-color: #c85d7a;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  body main article #kv .inner p {
    margin-top: 45px;
  }
  body main article .target {
    position: absolute;
    top: 80vh;
  }
  body main article .kv-blur {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    backdrop-filter: blur(20px);
    pointer-events: none;
  }
  body main article .content {
    margin-top: 200vh;
  }
  body main article .content #policy {
    padding: 60px 0 75px;
    color: #fff;
  }
  body main article .content #policy .inner {
    position: relative;
  }
  body main article .content #policy .inner .bg-icon {
    width: 324px;
    height: 235px;
    background: url("../img/policy-bg-sp.png") no-repeat center/100%;
    position: absolute;
    top: 30px;
    right: -6.6666666667vw;
    z-index: -1;
  }
  body main article .content #policy .inner .text1 {
    margin-top: 35px;
  }
  body main article .content #policy .inner .text2 {
    margin-top: 28px;
    font-size: 17px;
    line-height: 30px;
    font-weight: 600;
  }
  body main article .content #policy .inner .text3, body main article .content #policy .inner .text4 {
    margin-top: 35px;
  }
  body main article .content #policy .inner .images {
    margin: 60px auto 0;
    width: 100%;
    max-width: 325px;
    display: flex;
    justify-content: space-between;
    align-items: start;
  }
  body main article .content #policy .inner .images .image-set {
    width: 47.6923076923%;
    display: flex;
    justify-content: center;
    align-items: start;
    gap: 10px;
  }
  body main article .content #policy .inner .images .image-set img {
    display: block;
    width: calc(100% - 22px);
  }
  body main article .content #policy .inner .images .image-set .profile {
    font-size: 10px;
    line-height: 12px;
    font-weight: 400;
    letter-spacing: 0.1em;
  }
  body main article .content #policy .inner .images .image-set .profile .wm {
    white-space: pre;
    writing-mode: vertical-rl;
    display: inline-block;
  }
  body main article .content #policy .inner .images .image-set .profile .name {
    font-size: 14px;
    font-weight: 500;
    margin-top: 10px;
  }
  body main article .content #group {
    padding: 50px 0 75px;
    background: #fff;
    color: #02004b;
  }
  body main article .content #group .inner {
    width: 100%;
  }
  body main article .content #group .boxs {
    display: block;
    width: 100%;
    margin: 22px auto 0;
    border-top: 1px solid #02004b;
  }
  body main article .content #group .boxs .box {
    border-bottom: 1px solid #02004b;
    box-sizing: border-box;
    padding: 42px 25px 50px;
    display: block;
    position: relative;
  }
  body main article .content #group .boxs .box:nth-of-type(1) .group-name {
    width: 164px;
  }
  body main article .content #group .boxs .box:nth-of-type(1) .line::after {
    background-color: #4078dd;
  }
  body main article .content #group .boxs .box:nth-of-type(2) .group-name {
    width: 212px;
  }
  body main article .content #group .boxs .box:nth-of-type(2) .line::after {
    background-color: #aa3737;
  }
  body main article .content #group .boxs .box:nth-of-type(3) .group-name {
    width: 214px;
  }
  body main article .content #group .boxs .box:nth-of-type(3) .line::after {
    background-color: #c85d7a;
  }
  body main article .content #group .boxs .box .group-name {
    display: block;
    margin: auto;
  }
  body main article .content #group .boxs .box .group-name img {
    width: 100%;
  }
  body main article .content #group .boxs .box .copy {
    margin-top: 47px;
    font-size: 15px;
    line-height: 21px;
    font-weight: 600;
  }
  body main article .content #group .boxs .box .line {
    width: 100%;
    height: 2px;
    background-color: #c0c0c0;
    position: relative;
    margin-top: 10px;
  }
  body main article .content #group .boxs .box .line::after {
    content: "";
    display: block;
    width: 90px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  body main article .content #group .boxs .box .text {
    margin-top: 16px;
  }
  body main article .content #group .boxs .box .arrow {
    display: block;
    width: 87px;
    height: 5px;
    background: url("../img/group-arrow-sp.png") no-repeat center/100%;
    position: absolute;
    bottom: 24px;
    right: 25px;
  }
  body main article .content #company {
    padding: 45px 0 75px;
    background-color: #0e1731;
    color: #fff;
  }
  body main article .content #company .inner {
    position: relative;
  }
  body main article .content #company .data {
    width: 100%;
    margin: 27px auto 0;
    box-sizing: border-box;
  }
  body main article .content #company .data .company-image {
    width: 100%;
    height: auto;
    aspect-ratio: 650/384;
    background: url("../img/company-image-sp.jpg") no-repeat center/100%;
  }
  body main article .content #company .data .table {
    border-top: 1px solid #fff;
    margin-top: 35px;
  }
  body main article .content #company .data .table .tr {
    padding: 15px 0;
    display: grid;
    grid-template-columns: 100px auto;
    border-bottom: 1px solid #fff;
  }
  body main article .content #company .data .table .tr .td {
    position: relative;
  }
  body main article .content #company .data .table .tr .td a {
    display: block;
    width: fit-content;
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 12px;
    line-height: 16px;
    font-weight: 500;
    border-bottom: 1px solid #fff;
  }
  body main article .content #recruitment {
    padding: 60px 0 70px;
    background: rgba(126, 179, 202, 0.6);
    color: #fff;
  }
  body main article .content #recruitment .recruitment-banner {
    display: block;
    width: 100%;
    margin-top: 28px;
  }
  body main article .content #recruitment .recruitment-banner img {
    width: 100%;
  }
  body main article .content #recruitment .text {
    margin-top: 32px;
  }
  body main article .page-footer {
    padding: 45px 0 25px;
    background-color: #070f24;
    color: #fff;
  }
  body main article .page-footer .inner {
    width: 86.6666666667%;
    margin: auto;
  }
  body main article .page-footer .inner .info .footer-info-logo {
    display: block;
    width: 189px;
    height: 43px;
  }
  body main article .page-footer .inner .info .footer-info-logo img {
    width: 100%;
  }
  body main article .page-footer .inner .info p {
    font-size: 12px;
    line-height: 21px;
    letter-spacing: 0.05em;
    margin-top: 40px;
  }
  body main article .page-footer .inner .info p span {
    display: inline-block;
    padding-left: 3em;
  }
  body main article .page-footer .inner .links {
    display: flex;
    justify-content: space-between;
    align-items: start;
    flex-wrap: wrap;
    margin-top: 40px;
  }
  body main article .page-footer .inner .links .links-set {
    width: 48.4615384615%;
  }
  body main article .page-footer .inner .links .li:nth-of-type(1) {
    margin-bottom: 25px;
  }
  body main article .page-footer .inner .links .li .anchor {
    display: block;
    width: fit-content;
    font-size: 12px;
    line-height: 21px;
    font-weight: 500;
    margin-bottom: 12px;
  }
  body main article .page-footer .inner .links .li .tab {
    display: block;
    width: fit-content;
    font-size: 10px;
    line-height: 18px;
    font-weight: 500;
  }
  body main article .page-footer .inner .links .li .tab::after {
    content: "";
    display: inline-block;
    width: 11px;
    height: 9px;
    background: url("../img/footer-icon-tab.png") no-repeat center/100%;
    margin-left: 2px;
  }
  body main article .page-footer .inner .btn {
    display: block;
    width: 100%;
    padding: 14px 0;
    background-color: #fff;
    margin-top: 35px;
    font-size: 14px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: #10335e;
    text-align: center;
  }
  .sp_none {
    display: none !important;
  }
}
#kv {
  opacity: 1;
  transition: opacity 0.8s ease-out;
}
#kv.off {
  opacity: 0;
}

.kv-blur {
  opacity: 0;
  transition: opacity 0.8s ease-out;
}
.kv-blur.on {
  opacity: 1;
}