@charset "UTF-8";

@font-face {
    font-family: 'NicoKaku-v2';
    src: url('./font/NicoKaku-v2.eot');
    src: url('./font/NicoKaku-v2.eot?#iefix') format('embedded-opentype'),
        url('./font/NicoKaku-v2.woff2') format('woff2'),
        url('./font/NicoKaku-v2.woff') format('woff'),
        url('./font/NicoKaku-v2.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* ------------------------------------------------------
RESET
------------------------------------------------------ */
*,
*::before,
*::after {
    box-sizing: border-box;
    outline: none;
}

body {
    line-height: 1.5;
    min-height: 100vh;
    scroll-behavior: smooth;
    text-rendering: optimizeSpeed;
}

details,
menu,
figcaption,
figure,
main,
article,
aside,
footer,
header,
nav,
section {
    display: block;
}

html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
figure,
figcaption,
blockquote,
table,
tr,
th,
td {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

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

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

dfn {
    font-style: italic;
}

mark {
    background-color: #ff0;
    color: var(--main-color);
}

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;
}

canvas,
audio,
video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

img {
    border-style: none;
}

svg:not(:root) {
    overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

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

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

legend {
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    display: inline-block;
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

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

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

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

summary {
    display: list-item;
}

[hidden],
template {
    display: none;
}

table {
    font: inherit;
    font-size: 100%;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border: none;
}

/* ------------------------------------------------------
GENERAL
------------------------------------------------------ */
img {
    max-width: 100%;
    height: auto;
}

p {
    letter-spacing: 0.05em;
    margin: 0 0 1.5em;
}

p:last-child {
    margin-bottom: 0;
}

a {
    text-decoration: none;
    color: var(--main-color);
}

.section {
    padding: 0 0 50px 0;
}

.section:last-child {
    padding-bottom: 0;
}

.section .section {
    padding: 0 0 25px;
}

.image_l {
    float: left;
    margin: 0 20px 10px 0;
}

.image_r {
    float: right;
    margin: 0 0 10px 20px;
}

.left {
    text-align: left;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

#toTop {
    display: none;
    position: fixed;
    bottom: 50px;
    right: 50px;
    overflow: hidden;
    margin: 0;
    cursor: pointer;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
}

.clearfix {
    display: inline-block;
}

/* Hides from IE-mac */
* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

/* ------------------------------------------------------
Variables
------------------------------------------------------ */
:root {
    --main-color: #1a1a1a;
    --white-color: #fff;
    --blue-color: #004896;
    --yellow-color: #FFCC00;
    --orange-color: #FF9D00;
    --pink-color: #E671C2;
    --jp-font: "Noto Sans JP", sans-serif;
    --en-font: "Montserrat", sans-serif;
    --NicoKaku-font: 'NicoKaku-v2';
}

.d_flex {
    --spacing: 20px;
    --column: 3;
    display: flex;
    flex-wrap: wrap;
    margin-right: calc(-1 * var(--spacing));
    margin-bottom: calc(-1 * var(--spacing));
}

.d_flex > * {
    margin-right: var(--spacing);
    margin-bottom: var(--spacing);
    width: calc((100% / var(--column)) - var(--spacing));
    text-align: center;
}

/* ------------------------------------------------------
Container
------------------------------------------------------ */
html {
    font-size: 100%;
    font-style: normal;
    background: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    line-height: 1;
}

body {
    font-family: var(--jp-font);
    font-size: 16px;
    color: var(--main-color);
}

#wrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.inner {
    width: 94%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

/* ------------------------------------------------------
Contents
------------------------------------------------------ */
.en {
    font-family: var(--en-font);
}

.h3title {
    font-family: var(--NicoKaku-font);
    font-weight: 400;
    color: var(--blue-color);
    position: relative;
    z-index: 1;
}

.h3title span.jp {
    display: inline-block;
    font-size: 100px;
    letter-spacing: 0.05em;
}

.h3title span.jp span {
    font-size: 80%;
    letter-spacing: 0.05em;
}

.h3title span.en {
    font-size: 150px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1;
    color: rgba(242, 242, 242, 0.7);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.btn_primary {
    width: 100%;
    max-width: 300px;
    height: 66px;
}

.btn_primary a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.05em;
    border-radius: 35px;
    background-color: var(--white-color);
    padding-left: 34px;
    position: relative;
    transition: all .3s cubic-bezier(0.39, 0.58, 0.57, 1);
    overflow: hidden;
}

.btn_primary .icon {
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: absolute;
    top: 50%;
    right: 8px;
    transform: translateY(-50%);
}

.btn_primary .icon::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: var(--blue-color);
    transition: all .3s cubic-bezier(0.39, 0.58, 0.57, 1);
}

.btn_primary .icon svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.btn_primary .icon svg.arrow01 {
    transform: translate(-70%, -50%);
    opacity: 0;
}

.btn_primary .icon svg path {
    transition: all .3s cubic-bezier(0.39, 0.58, 0.57, 1);
}

@keyframes arrow_animation1 {
    0% {
        transform: translate3d(-50%, -50%, 0);
        opacity: 1;
    }

    70% {
        opacity: 0;
    }

    100% {
        transform: translate3d(20%, -50%, 0);
        opacity: 0;
    }
}

@keyframes arrow_animation2 {
    0% {
        transform: translate3d(-70%, -50%, 0);
        opacity: 0;
    }

    100% {
        transform: translate3d(-50%, -50%, 0);
        opacity: 1;
    }
}

.btn_primary .label {
    overflow: hidden;
    position: relative;
    z-index: 2;
}

.btn_primary .label span {
    display: block;
    color: var(--blue-color);
    transition: all .3s cubic-bezier(0.39, 0.58, 0.57, 1);
}

.btn_primary a.setborder {
    border: 1px solid var(--blue-color);
}

/* ------------------------------------------------------
Header
------------------------------------------------------ */
#header {
    width: 100%;
    padding-top: 45px;
    padding-left: 40px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}

#header #top a {
    display: inline-flex;
    color: var(--blue-color);
    position: relative;
    z-index: 9999;
}

#header #top a .company_name {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.55;
    margin-left: 21px;
    transition: all .5s cubic-bezier(0, 0.7, 0.32, 1.28);
}

#header.is-effect .company_name {
    color: var(--white-color);
}

#header.is-blue .company_name {
    color: var(--blue-color);
}

#header #top a .company_name .en {
    display: block;
}

#header.is-active .company_name {
    color: var(--white-color);
}

#toggle-menu {
    width: 110px;
    height: 110px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: var(--white-color);
    background: var(--blue-color);
    border-bottom-left-radius: 50px;
    filter: drop-shadow(4px 4px 15px rgba(0, 0, 0, .25));
    position: fixed;
    top: 0;
    right: 0;
    transition: all .3s cubic-bezier(0.215, 0.61, 0.355, 1);
    cursor: pointer;
}

.hamburger {
    width: 55px;
    height: 35px;
    display: block;
    margin-bottom: 15px;
    position: relative;
}

.hamburger span {
    display: block;
    height: 4px;
    width: 100%;
    background: var(--white-color);
    opacity: 1;
    position: absolute;
    left: 0;
    transform: rotate(0deg);
    transition: .25s ease-in-out;
}

.hamburger span:nth-child(1) {
    top: 0px;
}

.hamburger span:nth-child(2),
.hamburger span:nth-child(3) {
    top: 16px;
}

.hamburger span:nth-child(4) {
    width: 40px;
    top: 32px;
}

.hamburger.active span {
    background: var(--blue-color);
}

.hamburger.active span:nth-child(1) {
    top: 9px;
    width: 0%;
    left: 50%;
    opacity: 0;
}

/*
.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
    top: 18px;
}
*/

.hamburger.active span:nth-child(2) {
    transform: rotate(37deg);
}

.hamburger.active span:nth-child(3) {
    transform: rotate(-37deg);
}

.hamburger.active span:nth-child(4) {
    top: 9px;
    width: 0%;
    left: 50%;
    opacity: 0;
}

#toggle-menu .txt span {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.05em;
}

#toggle-menu .txt .close_txt {
    display: none;
}

#toggle-menu.active {
    color: var(--blue-color);
    background: var(--white-color);
}

#toggle-menu.active .txt .menu_txt {
    display: none;
}

#toggle-menu.active .txt .close_txt {
    display: block;
}

#header .overlay {
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    background: var(--blue-color);
    padding-top: 28px;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    transform: translateX(100px);
    transition: all .3s cubic-bezier(0.215, 0.61, 0.355, 1);
    pointer-events: none;
}

#header .overlay::after {
    position: absolute;
    content: '';
    background-image: url(../images/header/overlay_emp01.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 12.812vw;
    max-width: 205px;
    height: 16.813vw;
    max-height: 269px;
    bottom: 0;
    right: 64px;
    opacity: 0;
    pointer-events: none;
    transform: scale(0);
    transition: all .5s cubic-bezier(0, 0.7, 0.32, 1.28);
}

#header .overlay.is-active {
    opacity: 1;
    transform: translateX(0);
    pointer-events: auto;
}

#header .overlay.is-active::after {
    opacity: 1;
    transform: scale(1);
}

#header .overlay .h_connect {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 23px;
}

#header .overlay .h_connect .h_slogan {
    width: 100%;
    max-width: 490px;
}

#header .overlay .h_connect .h_slogan .word_special {
    font-family: var(--NicoKaku-font);
    font-size: 120px;
    line-height: 1;
    color: var(--blue-color);
    text-shadow:
        -1px 0 0 #fff,
        1px 0 0 #fff,
        0 -1px 0 #fff,
        0 1px 0 #fff,
        -3px 0 0 #fff,
        3px 0 0 #fff,
        0 -3px 0 #fff,
        0 3px 0 #fff,
        -2px -2px 0 #fff,
        2px -2px 0 #fff,
        -2px 2px 0 #fff,
        2px 2px 0 #fff;
    margin-bottom: 8px;
}

#header .overlay .h_connect .h_slogan .word_special span {
    font-size: 41.667%;
}

#header .overlay .h_connect .h_slogan .word_slogan {
    font-size: 20px;
    font-weight: 700;
    color: var(--yellow-color);
}

#header .overlay .h_connect .menu {
    width: 100%;
    max-width: 630px;
    padding-top: 15px;
}

#header .overlay .h_connect .nav_link {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    row-gap: 21px;
}

#header .overlay .h_connect .nav_link li {
    width: calc((100% - 50px) / 2);
    padding-left: 42px;
    margin-bottom: 10px;
    position: relative;
}

#header .overlay .h_connect .nav_link li::before {
    position: absolute;
    content: '';
    width: 28px;
    height: 3px;
    background-color: var(--white-color);
    top: 23px;
    left: 0;
}

#header .overlay .h_connect .nav_link li a {
    font-size: 30px;
    font-weight: 900;
    letter-spacing: 0.05em;
    color: var(--white-color);
    transition: all .3s ease;
    position: relative;
}

#header .overlay .h_connect .nav_link li a::after,
#header .overlay .h_connect .nav_bnr li a::after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 3px;
    bottom: -3px;
    left: 0;
    background-color: var(--white-color);
    transform-origin: bottom right;
    transition: transform .4s cubic-bezier(.86, 0, .07, 1);
}

#header .overlay .h_connect .nav_bnr {
    text-align: right;
    margin-top: -35px;
}

#header .overlay .h_connect .nav_bnr li:not(:last-child) {
    margin-bottom: 7px;
}

#header .overlay .h_connect .nav_bnr li a {
    font-size: 24px;
    font-weight: 900;
    letter-spacing: 0.05em;
    color: var(--white-color);
    transition: all .3s ease;
    position: relative;
}

#header .overlay .h_connect .nav_bnr li a::after {
    height: 2px;
    bottom: -7px;
}

#header .overlay .h_connect .nav_bnr li a i {
    display: inline-block;
    background-image: url(../images/common/icon_bnr_w.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 31px;
    height: 30px;
    margin-left: 17px;
    position: relative;
    top: 7px;
}

#header .overlay .h_bnr {
    width: 82.609vw;
    max-width: 950px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px;
    row-gap: 15px;
}

#header .overlay .h_bnr .btn_primary {
    width: calc((100% - 30px) / 2);
    max-width: 100%;
    height: 100px;
}

#header .overlay .h_bnr .btn_primary a {
    font-size: 25px;
    border-width: 2px;
    border-radius: 50px;
    padding-left: 38px;
}

#header .overlay .h_bnr .btn_primary a .icon {
    width: 80px;
    height: 80px;
    right: 10px;
}

.h_bnr_fixed {
    width: 100%;
    max-width: 260px;
    position: fixed;
    top: 32px;
    right: 188px;
    z-index: 9999;
    opacity: 0;
    pointer-events: none;
    transform: scale(0);
    transition: all .5s cubic-bezier(0, 0.7, 0.32, 1.28);
}

.h_bnr_fixed a {
    position: relative;
}

.h_bnr_fixed .loop_box {
    width: 100%;
    height: 64px;
    background: var(--yellow-color);
    border: 4px solid var(--white-color);
    border-radius: 32px;
    position: relative;
    overflow: hidden;
}

.h_bnr_fixed .loop_box::before {
    position: absolute;
    content: '';
    pointer-events: none;
    background-image: url(../images/top/bnr_entry.png);
    background-repeat: repeat-x;
    width: 100vw;
    background-size: 118px 100%;
    height: 19px;
    top: 20px;
    left: 0;
    transition: all 1s linear;
    animation: h_loop_box 10s linear infinite;
}

@keyframes h_loop_box {
    0% {
        background-position: 118px 0;
    }

    100% {
        background-position: 0 0;
    }
}

.h_bnr_fixed.is-active {
    opacity: 1;
    transform: scale(1);
    pointer-events: auto;
}

/* ------------------------------------------------------
effect_layer
------------------------------------------------------ */
#effect_layer {
    background-image: url(../images/top/idx_numbers_bg.png);
    background-repeat: repeat;
    position: relative;
}

#effect_layer .virtual_layer {
    height: 100vh;
}

/* ------------------------------------------------------
video_cover
------------------------------------------------------ */
.video_cover {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -3;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.video_cover .cz_mask {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 632px;
    aspect-ratio: 1;
    border: 10px solid var(--blue-color);
    border-radius: 50%;
    overflow: hidden;
    will-change: transform, width, height;
}

.catcher_video_layer {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100vw;
    height: 100vh;
}

.catcher_video_layer video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video_cover #video_cover_1 {
    position: absolute;
    top: 50%;
    left: 49.9%;
    transform: translate(-50%, -50%);
    width: 177.77777778vh;
    height: 56.25vw;
    min-height: 100%;
    min-width: 100%;
    pointer-events: none;
    z-index: -2;
}

.video_cover .mv_gallery {
    width: 94%;
    max-width: 1470px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.video_cover .mv_gallery .image01 {
    width: 14.938vw;
    max-width: 239px;
    height: 40.188vw;
    max-height: 643px;
    position: relative;
    top: 7vh;
    left: 19px;
}

.video_cover .mv_gallery .image02 {
    width: 14.176vw;
    max-width: 241px;
    height: 18.941vw;
    max-height: 322px;
    position: absolute;
    top: 3vh;
    right: 178px;
}

.video_cover .mv_gallery .image03 {
    width: 20.588vw;
    max-width: 350px;
    height: 29.765vw;
    max-height: 506px;
    position: absolute;
    bottom: -8.5vh;
    right: -79px;
}

/* ------------------------------------------------------
idx_mainvisual
------------------------------------------------------ */
#idx_mainvisual {
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: flex-end;
    padding-bottom: 10.7vh;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

#idx_mainvisual .inner {
    max-width: 1500px;
    opacity: 0;
    transform: translateY(30px);
    transition: all 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#idx_mainvisual.is-active .inner {
    opacity: 1;
    transform: translateY(0);
}

#idx_mainvisual .mv_title {
    font-family: var(--NicoKaku-font);
    font-size: 80px;
    line-height: 1;
    color: var(--blue-color);
    text-shadow:
        -1px 0 0 #fff,
        1px 0 0 #fff,
        0 -1px 0 #fff,
        0 1px 0 #fff,
        -3px 0 0 #fff,
        3px 0 0 #fff,
        0 -3px 0 #fff,
        0 3px 0 #fff,
        -2px -2px 0 #fff,
        2px -2px 0 #fff,
        -2px 2px 0 #fff,
        2px 2px 0 #fff;
    margin-bottom: -11px;
}

#idx_mainvisual .mv_title span {
    font-size: 187.5%;
    letter-spacing: 0.05em;
}

#idx_mainvisual h2 {
    font-size: 40px;
    font-weight: 800;
    letter-spacing: 0.05em;
    color: var(--yellow-color);
}

/* ------------------------------------------------------
idx_intro
------------------------------------------------------ */
#idx_intro {
    background: var(--blue-color);
    position: relative;
    z-index: 1;
}

#idx_intro::before,
#idx_intro::after {
    position: absolute;
    content: '';
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
}

#idx_intro::before {
    width: 100%;
    background: var(--yellow-color);
    left: -46.8%;
    transform: skew(20deg);
}

#idx_intro::after {
    background-image: url(../images/top/idx_intro_bg.jpg);
    background-repeat: repeat;
    width: 100%;
    z-index: -2;
}

#idx_intro .idx_intro_decor {
    width: 100%;
    height: 100px;
    background: var(--white-color);
    position: relative;
}

#idx_intro .hashtag01::before,
#idx_intro .hashtag01::after {
    position: absolute;
    content: '';
    background-repeat: repeat-x;
    width: 100vw;
    left: 0;
    transition: all 1s linear;
    pointer-events: none;
}

#idx_intro .hashtag01::before {
    background-image: url(../images/top/idx_intro_hashtag01.png);
    background-size: 3005px 100%;
    height: 49px;
    top: 25px;
    animation: hashtag01 50s linear infinite;
}

@keyframes hashtag01 {
    0% {
        background-position: 3005px 0;
    }

    100% {
        background-position: 0 0;
    }
}

@keyframes hashtag01_sp {
    0% {
        background-position: 1840px 0;
    }

    100% {
        background-position: 0 0;
    }
}

#idx_intro .hashtag01::after {
    background-image: url(../images/top/idx_intro_decor01.png);
    background-size: 2758px 100%;
    height: 128px;
    bottom: 0;
    animation: idx_intro_decor01 120s linear infinite;
}

@keyframes idx_intro_decor01 {
    0% {
        background-position: 2758px 0;
    }

    100% {
        background-position: 0 0;
    }
}

@keyframes idx_intro_decor01_sp {
    0% {
        background-position: 1939px 0;
    }

    100% {
        background-position: 0 0;
    }
}

#idx_intro .hashtag02::before,
#idx_intro .hashtag02::after {
    position: absolute;
    content: '';
    background-repeat: repeat-x;
    width: 100vw;
    left: 0;
    transition: all 1s linear;
    pointer-events: none;
}

#idx_intro .hashtag02::before {
    background-image: url(../images/top/idx_intro_hashtag02.png);
    background-size: 3728px 100%;
    height: 46px;
    top: 25px;
    animation: hashtag02 50s linear infinite;
}

@keyframes hashtag02 {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: 3728px 0;
    }
}

@keyframes hashtag02_sp {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: 2431px 0;
    }
}

#idx_intro .hashtag02::after {
    background-image: url(../images/top/idx_intro_decor02.png);
    background-size: 3406px 100%;
    height: 128px;
    bottom: 0;
    animation: idx_intro_decor02 120s linear infinite;
}

@keyframes idx_intro_decor02 {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: 3406px 0;
    }
}

@keyframes idx_intro_decor02_sp {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: 2395px 0;
    }
}

#idx_intro .inner {
    max-width: 1400px;
    padding: 224px 0 170px;
}

#idx_intro .idx_intro_title {
    margin-bottom: 148px;
    opacity: 0;
    transform: translateY(30px);
    transition: all 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#idx_intro .idx_intro_title.is-animated {
    opacity: 1;
    transform: translateY(0);
}

#idx_intro .idx_intro_person {
    width: 42.957vw;
    max-width: 494px;
    height: 61.478vw;
    max-height: 707px;
    position: absolute;
    top: 190px;
    right: 100px;
    pointer-events: none;
    opacity: 0;
    transform: translateY(30px);
    transition: all 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#idx_intro .idx_intro_person.is-animated {
    opacity: 1;
    transform: translateY(0);
    transition-delay: .5s;
}

#idx_intro .idx_intro_wrap {
    display: flex;
    justify-content: space-between;
    gap: 80px;
    position: relative;
    z-index: 1;
    opacity: 0;
    transform: translateY(30px);
    transition: all 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#idx_intro .idx_intro_wrap.is-animated {
    opacity: 1;
    transform: translateY(0);
    transition-delay: .3s;
}

#idx_intro .idx_intro_headline {
    width: 49.615vw;
    max-width: 645px;
}

#idx_intro .idx_intro_headline h3 {
    margin-bottom: 63px;
}

#idx_intro .idx_intro_headline h3 .main_ttl {
    display: inline-block;
    font-family: var(--NicoKaku-font);
    font-size: 90px;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 1;
    padding: 15px 15px 11px;
    margin-bottom: 32px;
}

#idx_intro .idx_intro_headline h3 .main_ttl:last-child {
    margin-bottom: 0;
}

#idx_intro .idx_intro_headline h3 .main_ttl span {
    font-size: 144.44%;
    letter-spacing: 0.05em;
    color: var(--blue-color);
}

#idx_intro .idx_intro_txt {
    width: 100%;
    max-width: 655px;
    font-size: 20px;
    font-weight: 700;
    text-align: justify;
    flex: 1;
}

#idx_intro .idx_intro_txt p {
    display: inline;
    letter-spacing: 0.05em;
    line-height: 3;
    padding: 8px 7px;
    background: var(--white-color);
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
}

#idx_intro .idx_intro_photo {
    width: 100%;
    flex: 1;
    position: relative;
}

#idx_intro .idx_intro_photo div {
    border: 10px solid var(--white-color);
    border-radius: 50px;
    transform-origin: center center;
    will-change: transform;
    overflow: hidden;
}

#idx_intro .idx_intro_photo div img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#idx_intro .idx_intro_photo .image01 {
    width: 29.933vw;
    max-width: 449px;
    height: 38.667vw;
    max-height: 580px;
    transform: rotate(-1deg);
}

#idx_intro .idx_intro_photo .image02 {
    width: 22.067vw;
    max-width: 331px;
    height: 28.667vw;
    max-height: 430px;
    margin: -251px 47px 0 auto;
    transform: rotate(5deg);
}

#idx_intro .js-layer {
    display: inline-flex;
    margin-bottom: 23px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

#idx_intro .js-layer:last-child {
    margin-bottom: 0;
}

#idx_intro .js-layer::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: var(--white-color);
    top: 0;
    left: 0;
    transform: translateX(-101%);
    transition: all .6s cubic-bezier(0.215, 0.61, 0.355, 1);
    z-index: -1;
}

#idx_intro .catcher_layer {
    display: inline-block;
    transform: translateX(-115%);
    transition: all .8s cubic-bezier(0.215, 0.61, 0.355, 1);
    position: relative;
    overflow: hidden;
}

#idx_intro .catcher_layer::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: var(--white-color);
    top: 0;
    left: 0;
    transition: all .8s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#idx_intro .has-effect.is-active .js-layer::before,
#idx_intro .has-effect.is-active .catcher_layer {
    transform: translateX(0);
}

#idx_intro .has-effect.is-active .catcher_layer::before {
    transform: translateX(101%);
    transition-delay: .8s;
}

/* ------------------------------------------------------
idx_company
------------------------------------------------------ */
#idx_company {
    background: #F2F2F2;
    position: relative;
}

#idx_company .idx_company_gallery {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px 0;
    position: relative;
}

#idx_company .gallery_list {
    width: 100%;
    height: calc((100vh - 80px) / 3);
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-bottom: 20px;
}

#idx_company .gallery_list:last-child {
    margin-bottom: 0;
}

#idx_company .gallery_list .item {
    width: 478px;
    height: 100%;
    border-radius: 50px;
    flex-shrink: 0;
    overflow: hidden;
}

#idx_company .gallery_list .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#idx_company .gallery_list .item_special {
    border-radius: 0;
    overflow: inherit;
}

#idx_company .gallery_special {
    width: 478px;
    height: calc((100vh - 80px) / 3);
    border-radius: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    --roud: 1;
    -webkit-clip-path: inset(0 round calc(var(--roud, 0) * 50px));
    clip-path: inset(0 round calc(var(--roud, 0) * 50px));
    z-index: 1;
}

#idx_company .gallery_special video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#idx_company .company_blur {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    opacity: 0;
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    background: rgba(242, 242, 242, 0.7);
    pointer-events: none;
    z-index: 1;
}

#idx_company .idx_company_wrap {
    padding-top: 112px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    pointer-events: auto;
}

#idx_company .idx_company_wrap .special_title {
    font-family: var(--en-font);
    font-size: 180px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0;
    color: var(--white-color);
    text-align: center;
    margin-bottom: -27px;
    position: relative;
}

#idx_company .idx_company_wrap .inner {
    background: var(--white-color);
    border-radius: 50px;
    padding: 81px 0 93px;
    z-index: 9;
    overflow: hidden;
}

#idx_company .idx_company_wrap .sub_inner {
    width: 94%;
    max-width: 1050px;
    margin: 0 auto;
}

#idx_company .idx_company_wrap .idx_company_frame {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 57px;
}

#idx_company .idx_company_wrap .idx_company_title {
    font-family: var(--NicoKaku-font);
    font-size: 70px;
    font-weight: 400;
    color: var(--white-color);
    text-align: center;
    margin-bottom: 43px;
}

#idx_company .idx_company_wrap .idx_company_title .main_title {
    letter-spacing: 0.05em;
    background: var(--blue-color);
    box-shadow: 10px 10px 0 0 var(--yellow-color);
    padding: 21px 56px 7px;
}

#idx_company .idx_company_wrap .idx_company_title .sub {
    font-size: 90px;
    letter-spacing: 0.05em;
    color: var(--yellow-color);
}

#idx_company .idx_company_wrap .idx_company_txt {
    width: 100%;
    max-width: 505px;
    font-weight: 700;
    color: var(--blue-color);
    text-align: justify;
    margin: auto 0;
}

#idx_company .idx_company_wrap .idx_company_txt p span {
    display: inline;
    letter-spacing: 0.03em;
    line-height: 2.5;
    padding: 3px 5px;
    background: var(--white-color);
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
}

#idx_company .idx_company_wrap .idx_company_txt p:not(:last-child) {
    margin-bottom: 26px;
}

#idx_company .idx_company_wrap .idx_company_list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 72px;
}

#idx_company .idx_company_wrap .idx_company_list li {
    width: calc((100% - 20px) / 2);
    height: 25.101vw;
    max-height: 249px;
    position: relative;
}

#idx_company .idx_company_wrap .idx_company_list li a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--white-color);
    border-radius: 50px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: all .3s ease;
}

#idx_company .idx_company_wrap .idx_company_list li a::before {
    position: absolute;
    font-family: var(--NicoKaku-font);
    font-size: 160px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
    color: var(--white-color);
    top: -36px;
    left: 0;
    opacity: .2;
    z-index: -1;
}

#idx_company .idx_company_wrap .idx_company_list li h4 {
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.28;
    text-align: center;
    position: relative;
    z-index: 2;
}

#idx_company .idx_company_wrap .idx_company_list li h4 span {
    display: block;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0;
    margin-bottom: 6px;
}

#idx_company .idx_company_wrap .idx_company_list li i {
    width: 57px;
    height: 57px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 2px solid var(--white-color);
    position: absolute;
    top: 50%;
    right: 42px;
    transform: translateY(-50%);
    transition: all .3s cubic-bezier(0.39, 0.58, 0.57, 1);
}

#idx_company .idx_company_wrap .idx_company_list li i svg path {
    transition: all .3s cubic-bezier(0.39, 0.58, 0.57, 1);
}

#idx_company .idx_company_wrap .idx_company_list li figure {
    position: absolute;
    bottom: -1px;
    left: 0;
    z-index: 1;
    pointer-events: none;
    transition: all .3s ease;
}

#idx_company .idx_company_wrap .idx_company_list li:nth-child(1) a {
    background-color: var(--orange-color);
}

#idx_company .idx_company_wrap .idx_company_list li:nth-child(1) a::before {
    content: '01';
}

#idx_company .idx_company_wrap .idx_company_list li:nth-child(1) figure {
    width: 14.355vw;
    max-width: 147px;
    height: 18.262vw;
    max-height: 187px;
    left: 22px;
}

#idx_company .idx_company_wrap .idx_company_list li:nth-child(2) a {
    background-color: var(--pink-color);
}

#idx_company .idx_company_wrap .idx_company_list li:nth-child(2) a::before {
    content: '02';
}

#idx_company .idx_company_wrap .idx_company_list li:nth-child(2) figure {
    width: 11.523vw;
    max-width: 118px;
    height: 18.359vw;
    max-height: 188px;
    left: 31px;
}

#idx_company .idx_company_wrap .idx_company_list li:nth-child(3) a {
    background-color: #03ABFF;
}

#idx_company .idx_company_wrap .idx_company_list li:nth-child(3) a::before {
    content: '03';
}

#idx_company .idx_company_wrap .idx_company_list li:nth-child(3) figure {
    width: 10.742vw;
    max-width: 110px;
    height: 18.262vw;
    max-height: 187px;
    left: 45px;
}

#idx_company .idx_company_wrap .idx_company_list li:nth-child(4) a {
    background-color: #22b573;
}

#idx_company .idx_company_wrap .idx_company_list li:nth-child(4) a::before {
    content: '04';
}

#idx_company .idx_company_wrap .idx_company_list li:nth-child(4) figure {
    width: 11.719vw;
    max-width: 120px;
    height: 18.262vw;
    max-height: 187px;
    left: 30px;
}

#idx_company .idx_company_wrap .btn_primary {
    margin: 0 auto;
}

#idx_company .catcher_gallery {
    position: absolute;
    top: -42%;
    left: -50%;
    transform: rotate(-25deg);
    opacity: .3;
    z-index: -1;
}

#idx_company .catcher_gallery .marquee {
    margin-bottom: 20px;
    overflow: hidden;
}

#idx_company .catcher_gallery .marquee:last-child {
    margin-bottom: 0;
}

#idx_company .catcher_gallery .marquee__track {
    display: flex;
    width: max-content;
    will-change: transform;
    transform: translate3d(0, 0, 0);
}

#idx_company .catcher_gallery .marquee__group {
    display: flex;
    width: max-content;
}

#idx_company .catcher_gallery .marquee img {
    display: block;
    height: 366px;
    width: auto;
    margin: 0 10px;
    flex: 0 0 auto;
    opacity: .7;
}

/* ------------------------------------------------------
idx_job
------------------------------------------------------ */
#idx_job {
    color: var(--white-color);
    background-image: url(../images/top/idx_job_bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 260px 0 160px;
    position: relative;
}

#idx_job .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
}

#idx_job .idx_job_component {
    width: 49.565vw;
    max-width: 570px;
    padding-top: 138px;
    position: relative;
}

#idx_job .h3title {
    line-height: 1;
    margin-bottom: 13px;
}

#idx_job .h3title span.jp {
    color: var(--white-color);
}

#idx_job .h3title span.en {
    font-size: 240px;
    color: rgba(255, 255, 255, 0.2);
    top: auto;
    bottom: 9px;
    left: 0;
    transform: translate(0, 0);
}

#idx_job .idx_job_txt {
    font-weight: 700;
    line-height: 2.18;
    margin-bottom: 40px;
}

#idx_job .idx_job_txt p:not(:last-child) {
    margin-bottom: 35px;
}

#idx_job .special_image {
    width: 28.846vw;
    max-width: 375px;
    height: 21.538vw;
    max-height: 280px;
    position: absolute;
    top: -175px;
    right: 3px;
    transform: rotate(-9deg);
}

#idx_job .special_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50px;
}

#idx_job .idx_job_gallery {
    width: 36.889vw;
    max-width: 498px;
}

#idx_job .idx_job_slider {
    width: 100%;
    height: 46.296vw;
    max-height: 652px;
    position: relative;
}

#idx_job #card.out {
    animation: out 400ms cubic-bezier(0.3, 0, 1, 1) forwards;
}

#idx_job #card.in {
    animation: in 400ms cubic-bezier(0.3, 0, 1, 1) forwards;
}

#idx_job #card .item_image {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

#idx_job .idx_job_slider img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50px;
}

#idx_job .idx_job_slider img#set01 {
    transform: rotate(-7deg);
}

#idx_job .idx_job_slider img#set02 {
    transform: rotate(5deg);
}

#idx_job .idx_job_slider img#set03 {
    transform: rotate(-18deg);
}

#idx_job .idx_job_slider .item_image.current {
    position: relative;
}

#idx_job .idx_job_slider .item_image.go {
    animation: go 550ms cubic-bezier(0.79, 0.44, 0.7, 1) forwards;
}

#idx_job .idx_job_slider .item_image.back {
    animation: back 550ms ease-in-out forwards;
}

@keyframes go {
    0% {
        transform: translate(0%) rotate(0);
    }

    100% {
        transform: translate(-35%, 20%) rotate(-20deg);
    }
}

@keyframes back {
    0% {
        transform: translate(-35%, 20%) rotate(-20deg);
    }

    100% {
        transform: translate(0%) rotate(0);
    }
}

@keyframes out {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(4deg);
    }
}

@keyframes in {
    0% {
        transform: rotate(4deg);
    }

    100% {
        transform: rotate(0);
    }
}

/* ------------------------------------------------------
idx_numbers
------------------------------------------------------ */
#idx_numbers {
    background-image: url(../images/top/idx_numbers_bg.png);
    background-repeat: repeat;
    padding-top: 109px;
    overflow: hidden;
}

#idx_numbers .h3title {
    margin-bottom: 43px;
}

#idx_numbers .h3title::after {
    position: absolute;
    content: '';
    background-image: url(../images/top/idx_numbers_chart.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 16.077vw;
    max-width: 209px;
    height: 16.077vw;
    max-height: 209px;
    top: 45%;
    right: 29px;
    transform: translateY(-50%);
}

#idx_numbers .h3title span.jp {
    line-height: 1;
}

#idx_numbers .h3title .sub02 {
    display: block;
    font-size: 70%;
    line-height: 1.12;
    letter-spacing: 0.05em;
}

#idx_numbers .h3title span.en {
    font-size: 200px;
    color: #F2F2F2;
    top: 37.5%;
    left: -29px;
    transform: translate(0, -50%);
}

#idx_numbers .idx_numbers_frame {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
}

#idx_numbers .idx_numbers_txt {
    width: 100%;
    max-width: 730px;
    font-weight: 700;
    line-height: 2.18;
    margin-bottom: 0;
}

#idx_numbers .idx_numbers_layer {
    width: 100%;
    background-color: var(--yellow-color);
    padding: 0 0 187px;
    margin-top: 297px;
    position: relative;
    z-index: 1;
}

#idx_numbers .idx_numbers_layer::after {
    position: absolute;
    content: '';
    background-image: url(../images/top/idx_numbers_slogan.png);
    background-repeat: repeat-x;
    background-size: 1400px 100%;
    width: 100vw;
    height: 99px;
    bottom: 39px;
    left: 0;
    transition: all 1s linear;
    animation: idx_numbers_slogan 40s linear infinite;
    pointer-events: none;
    z-index: -1;
}

@keyframes idx_numbers_slogan {
    0% {
        background-position: 1400px 0;
    }

    100% {
        background-position: 0 0;
    }
}

@keyframes idx_numbers_slogan_sp {
    0% {
        background-position: 707px 0;
    }

    100% {
        background-position: 0 0;
    }
}

#idx_numbers .idx_numbers_decor {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    pointer-events: none;
}

#idx_numbers .idx_numbers_decor .idx_numbers_balloon {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.45;
    color: var(--white-color);
    background-image: url(../images/top/idx_numbers_balloon.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 192px;
    height: 183px;
    padding-top: 5px;
    margin-bottom: 0;
    position: absolute;
    top: -79px;
    left: -39px;
}

#idx_numbers .animate .idx_numbers_balloon {
    opacity: 0;
    transform: scale(0);
    transition: all .5s cubic-bezier(0, 0.7, 0.32, 1.28);
}

#idx_numbers .is-animated .idx_numbers_balloon {
    transform: scale(1);
    opacity: 1;
}

#idx_numbers .idx_numbers_decor figure {
    width: 35.36vw;
    max-width: 442px;
    height: 56.8vw;
    max-height: 710px;
    line-height: 0;
}

#idx_numbers .idx_numbers_layer ul {
    width: 94%;
    max-width: 1235px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin: 0 auto;
}

#idx_numbers .idx_numbers_layer ul li {
    width: calc((100% - 20px) / 2);
    min-height: 250px;
}

#idx_numbers .idx_numbers_layer ul li:nth-child(1),
#idx_numbers .idx_numbers_layer ul li:nth-child(2) {
    margin-top: -164px;
}

#idx_numbers .idx_numbers_layer ul li .layer_frame {
    width: 29.231vw;
    max-width: 380px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    background-color: #F2F2F2;
    border-radius: 50px;
    padding: 10px 10px;
}

#idx_numbers .idx_numbers_layer ul li:nth-child(even) .layer_frame {
    margin-left: auto;
}

#idx_numbers .idx_numbers_layer .layer_frame h4 {
    font-size: 30px;
    font-weight: 700;
    color: var(--blue-color);
    margin-bottom: 12px;
}

#idx_numbers .idx_numbers_layer .layer_frame h4.set02 {
    font-size: 22px;
}

#idx_numbers .idx_numbers_layer .layer_frame h4.set03 {
    font-size: 18px;
}

#idx_numbers .idx_numbers_layer .layer_frame h4 span {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
}

#idx_numbers .idx_numbers_layer .layer_frame .layer_number {
    font-size: 28px;
    font-weight: 700;
    line-height: 0.8;
    margin-bottom: 2px;
}

#idx_numbers .idx_numbers_layer .layer_frame .layer_number span.record {
    font-size: 90px;
    font-weight: 700;
    line-height: 0.8;
    letter-spacing: 0;
    color: var(--yellow-color);
}

#idx_numbers .idx_numbers_layer .layer_frame .item_record {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 30px;
}

#idx_numbers .idx_numbers_layer .layer_frame .item_record .layer_number span.unit {
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 0;
    margin-left: 3px;
}

#idx_numbers .idx_numbers_layer .layer_frame .item_record .layer_number:first-child::after {
    position: absolute;
    content: ':';
    font-size: 35px;
    font-weight: 700;
    top: 37px;
    right: -20px;
}

#idx_numbers .idx_numbers_layer .layer_frame .item_record .layer_number:last-child::after {
    display: none;
}

#idx_numbers .idx_numbers_layer .layer_frame .item_record.layer02 .layer_number {
    font-size: 20px;
    font-weight: 600;
    text-align: left;
    position: relative;
}

#idx_numbers .idx_numbers_layer .layer_frame .item_record.layer02 .layer_number span.record {
    display: inline-block;
    margin-top: 5px;
}

#idx_numbers .idx_numbers_layer .is-animated .layer_frame .layer_number {
    animation: shake-soft .35s ease-in-out;
}

@keyframes shake-soft {

    0%,
    100% {
        transform: translateX(0);
    }

    25% {
        transform: translateX(-2px);
    }

    50% {
        transform: translateX(2px);
    }

    75% {
        transform: translateX(-1px);
    }
}

#idx_numbers .idx_numbers_layer .layer_frame .layer_years {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0;
    color: #AEAEAE;
    text-align: center;
}

/* ------------------------------------------------------
idx_people
------------------------------------------------------ */
#idx_people {
    background-color: var(--blue-color);
    padding: 118px 0 131px;
    position: relative;
}

#idx_people::before {
    position: absolute;
    content: '';
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../images/top/idx_people_person01.png);
    width: 25.571vw;
    max-width: 358px;
    height: 24.929vw;
    max-height: 349px;
    left: 74px;
    bottom: 0;
}

#idx_people .h3title {
    color: var(--white-color);
    text-align: center;
    margin-bottom: 99px;
}

#idx_people .h3title span.en {
    font-size: 240px;
    color: var(--white-color);
    opacity: .1;
}

#idx_people .idx_people_list {
    display: flex;
    justify-content: space-between;
    gap: 36px;
    margin-bottom: 162px;
    position: relative;
}

#idx_people .idx_people_list::before,
#idx_people .idx_people_list::after {
    position: absolute;
    content: '';
    left: -99px;
    pointer-events: none;
}

#idx_people .idx_people_list::before {
    background: var(--white-color);
    width: 100vw;
    height: 36.154vw;
    max-height: 470px;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    bottom: -79px;
}

#idx_people .idx_people_list::after {
    background-image: url(../images/top/idx_people_slogan.png);
    background-repeat: repeat-x;
    background-size: 1696px 100%;
    width: 100vw;
    height: 52px;
    bottom: -34px;
    transition: all 1s linear;
    animation: idx_people_slogan 40s linear infinite;
}

@keyframes idx_people_slogan {
    0% {
        background-position: 2250px 0;
    }

    100% {
        background-position: 0 0;
    }
}

@keyframes idx_people_slogan_sp {
    0% {
        background-position: 967px 0;
    }

    100% {
        background-position: 0 0;
    }
}

#idx_people .idx_people_list .person_card {
    width: calc((100% - 72px) / 3);
}

#idx_people .idx_people_list .person_card a {
    width: 100%;
    height: 39.546vw;
    max-height: 505px;
    display: flex;
    align-items: flex-end;
    color: var(--blue-color);
    position: relative;
    z-index: 1;
}

#idx_people .idx_people_list .person_card .balloon {
    width: 100%;
    max-width: 353px;
    height: 114px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
    background: var(--white-color);
    border-radius: 57px;
    padding: 0 40px;
    position: absolute;
    top: -125px;
    left: 50%;
    transform: translateX(-50%) scale(0);
    pointer-events: none;
    opacity: 0;
    transition: all .5s cubic-bezier(0, 0.7, 0.32, 1.28);
}

#idx_people .idx_people_list .person_card .balloon::after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-top: 44px solid var(--white-color);
    bottom: -21px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}

#idx_people .idx_people_list .person_card .balloon span {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
}

#idx_people .idx_people_list .person_card .person_info {
    width: 100%;
    padding: 0 29px 40px;
    position: relative;
    z-index: 1;
}

#idx_people .idx_people_list .person_card .person_profile {
    margin-right: 60px;
}

#idx_people .idx_people_list .person_card .person_info h4 span {
    font-size: 40px;
    font-weight: 700;
    letter-spacing: 0.05em;
    background: var(--white-color);
    padding: 0 5px;
}

#idx_people .idx_people_list .person_card .department_name li {
    margin-bottom: 5px;
}

#idx_people .idx_people_list .person_card .department_name li:last-child {
    margin-bottom: 0;
}

#idx_people .idx_people_list .person_card .department_name span {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: var(--blue-color);
    background: var(--white-color);
    padding: 0 5px 1px;
    display: inline;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
}

#idx_people .idx_people_list .person_card .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 57px;
    height: 57px;
    border-radius: 50%;
    border: 2px solid var(--white-color);
    margin-bottom: 0;
    position: absolute;
    bottom: 40px;
    right: 28px;
    transition: all .3s cubic-bezier(0.39, 0.58, 0.57, 1);
    pointer-events: none;
}

#idx_people .idx_people_list .person_card .icon svg path {
    transition: all .3s cubic-bezier(0.39, 0.58, 0.57, 1);
}

#idx_people .idx_people_list .person_card figure {
    width: 100%;
    height: 100%;
    border-radius: 50px;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

#idx_people .idx_people_list .person_card figure::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: #000;
    top: 0;
    left: 0;
    opacity: .2;
    transition: all .3s cubic-bezier(0.39, 0.58, 0.57, 1);
    z-index: 1;
}

#idx_people .idx_people_list .person_card figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .6s ease;
}

#idx_people .idx_people_notes {
    font-size: 22px;
    font-weight: 700;
    line-height: 2.04;
    color: var(--white-color);
    text-align: center;
    margin-bottom: 38px;
    position: relative;
    z-index: 1;
}

#idx_people .btn_primary {
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

/* ------------------------------------------------------
idx_crosstalk
------------------------------------------------------ */
#idx_crosstalk {
    background-image: url(../images/top/idx_crosstalk_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 107px 0 124px;
}

#idx_crosstalk .idx_crosstalk_frame {
    margin-bottom: 31px;
}

#idx_crosstalk .idx_crosstalk_title {
    font-size: 178px;
    font-weight: 800;
    line-height: 1;
    text-align: center;
    color: var(--blue-color);
    margin-top: -141px;
    position: relative;
}

#idx_crosstalk .idx_crosstalk_title span {
    display: inline-block;
    font-family: var(--jp-font);
    font-size: 40px;
    letter-spacing: 0;
    color: var(--white-color);
    background: var(--blue-color);
    padding: 8px 41px 9px 43px;
    position: absolute;
    top: 61px;
    right: 153px;
}

#idx_crosstalk .crosstalk_component {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

#idx_crosstalk .crosstalk_component .idx_crosstalk_txt {
    width: 100%;
    max-width: 480px;
    font-size: 18px;
    font-weight: 500;
    line-height: 2.2;
    text-align: justify;
    padding-bottom: 59px;
}

#idx_crosstalk .btn_primary {
    margin: 0 auto;
}

/* ------------------------------------------------------
idx_enviroment
------------------------------------------------------ */
#idx_enviroment {
    background: #f2f2f2;
    padding: 148px 0 150px;
}

#idx_enviroment .h3title {
    text-align: center;
    margin-bottom: 23px;
}

#idx_enviroment .h3title span.jp {
    padding: 10px 50px 0 0;
    position: relative;
}

#idx_enviroment .h3title span.jp::before,
#idx_enviroment .h3title span.jp::after {
    position: absolute;
    content: '';
    background-repeat: no-repeat;
    background-size: contain;
    height: 18.462vw;
    max-height: 240px;
    top: 31%;
}

#idx_enviroment .h3title span.jp::before {
    background-image: url(../images/top/idx_enviroment_person01.png);
    width: 13.077vw;
    max-width: 170px;
    right: 100%;
    transform: translateY(-50%);
}

#idx_enviroment .h3title span.jp::after {
    background-image: url(../images/top/idx_enviroment_person02.png);
    width: 5.846vw;
    max-width: 76px;
    left: 100%;
    transform: translateY(-50%);
}

#idx_enviroment .h3title span.en {
    color: var(--white-color);
    opacity: .7;
}

#idx_enviroment .idx_enviroment_txt {
    font-size: 18px;
    font-weight: 500;
    line-height: 2.2;
    text-align: center;
    margin-bottom: 86px;
}

#idx_enviroment .idx_enviroment_list .enviroment_card {
    width: 100%;
    display: flex;
    color: var(--white-color);
    border-radius: 50px;
    overflow: hidden;
}

#idx_enviroment .idx_enviroment_list .enviroment_card figure {
    width: 50%;
    min-height: 475px;
}

#idx_enviroment .idx_enviroment_list .enviroment_card figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#idx_enviroment .enviroment_card .card_component {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 25px 55px 25px;
    position: relative;
    z-index: 1;
}

#idx_enviroment .enviroment_card .card_component::after {
    position: absolute;
    font-family: var(--NicoKaku-font);
    font-size: 200px;
    line-height: 1;
    letter-spacing: 0;
    color: var(--white-color);
    bottom: -42px;
    right: -23px;
    opacity: .2;
    z-index: -1;
}

#idx_enviroment .enviroment_card .card_component h4 {
    font-size: 40px;
    font-weight: 900;
    letter-spacing: 0.05em;
    margin-bottom: 16px;
}

#idx_enviroment .enviroment_card .card_component .card_txt {
    font-weight: 500;
    line-height: 2.1875;
    text-align: justify;
    margin-bottom: 45px;
}

#idx_enviroment .idx_enviroment_list .enviroment_card:first-child {
    background-color: var(--orange-color);
    margin-bottom: 50px;
}

#idx_enviroment .idx_enviroment_list .enviroment_card:first-child .card_component::after {
    content: '01';
}

#idx_enviroment .idx_enviroment_list .enviroment_card:last-child {
    flex-direction: row-reverse;
    background-color: var(--pink-color);
}

#idx_enviroment .idx_enviroment_list .enviroment_card:last-child .card_component::after {
    content: '02';
    right: 20px;
}

/* ------------------------------------------------------
Footer
------------------------------------------------------ */
#footer {
    background: var(--blue-color);
}

#box_guidelines {
    color: var(--white-color);
    background: var(--blue-color);
    padding: 137px 0 113px;
    margin-bottom: 321px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

#box_guidelines .inner {
    z-index: 1;
}

#box_guidelines .inner::before,
#box_guidelines .inner::after {
    position: absolute;
    content: '';
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
}

#box_guidelines .inner::before {
    background-image: url(../images/footer/box_guidelines_emp01.png);
    width: 14.8vw;
    max-width: 222px;
    height: 30.933vw;
    max-height: 464px;
    top: -36px;
    left: -51px;
}

#box_guidelines .inner::after {
    background-image: url(../images/footer/box_guidelines_emp02.png);
    width: 8.733vw;
    max-width: 131px;
    height: 29.667vw;
    max-height: 445px;
    bottom: -71px;
    right: 76px;
}

#box_guidelines .guidelines_title {
    font-size: 42px;
    font-weight: 900;
    line-height: 1.6;
    text-align: center;
    margin-bottom: 22px;
}

#box_guidelines .guidelines_txt {
    font-size: 18px;
    line-height: 2.2;
    text-align: center;
    margin-bottom: 42px;
}

#box_guidelines .btn_primary {
    max-width: 516px;
    height: 124px;
    margin: 0 auto;
}

#box_guidelines .btn_primary a {
    font-size: 30px;
    border-radius: 62px;
    padding-left: 53px;
}

#box_guidelines .btn_primary a .icon {
    width: 94px;
    height: 94px;
    right: 11px;
}

#box_guidelines .catcher_gallery {
    position: absolute;
    bottom: 140%;
    left: -90%;
    transform: rotate(-25deg);
    z-index: -2;
    pointer-events: none;
}

#box_guidelines .catcher_gallery::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 72, 150, 0.8);
    top: 0;
    left: 0;
    z-index: 1;
}

#box_guidelines .catcher_gallery .marquee {
    margin-bottom: 20px;
    overflow: hidden;
}

#box_guidelines .catcher_gallery .marquee:last-child {
    margin-bottom: 0;
}

#box_guidelines .catcher_gallery .marquee__track {
    display: flex;
    width: max-content;
    will-change: transform;
    transform: translate3d(0, 0, 0);
}

#box_guidelines .catcher_gallery .marquee__group {
    display: flex;
    width: max-content;
}

#box_guidelines .catcher_gallery .marquee img {
    display: block;
    height: 366px;
    width: auto;
    margin: 0 10px;
    flex: 0 0 auto;
}

#footer .box_footer {
    width: 94%;
    max-width: 1200px;
    background: var(--white-color);
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    padding-top: 95px;
    margin: 0 auto;
    position: relative;
}

#footer .box_footer::before {
    position: absolute;
    content: '';
    background-image: url(../images/footer/f_slogan.png);
    background-repeat: repeat-x;
    background-size: 3282px 100%;
    width: 100vw;
    height: 87px;
    top: -205px;
    left: 50%;
    transform: translateX(-50%);
    transition: all 1s linear;
    animation: f_slogan 40s linear infinite;
    pointer-events: none;
    z-index: 1;
}

@keyframes f_slogan {
    0% {
        background-position: 3282px 0;
    }

    100% {
        background-position: 0 0;
    }
}

@keyframes f_slogan_sp {
    0% {
        background-position: 1886px 0;
    }

    100% {
        background-position: 0 0;
    }
}

#footer .box_footer .inner {
    max-width: 950px;
}

#footer .box_footer .f_logo {
    text-align: center;
    margin-bottom: 27px;
}

#footer .box_footer .f_connect {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    margin-bottom: 37px;
}

#footer .box_footer .f_slogan {
    width: 100%;
    max-width: 400px;
}

#footer .box_footer .f_slogan .word_special {
    font-family: var(--NicoKaku-font);
    font-size: 110px;
    line-height: 0.9;
    color: var(--blue-color);
    margin-bottom: 8px;
}

#footer .box_footer .f_slogan .word_special span {
    font-size: 36.36%;
    letter-spacing: 0.05em;
}

#footer .box_footer .f_slogan .word_slogan {
    font-size: 20px;
    font-weight: 700;
    color: var(--yellow-color);
}

#footer .box_footer .f_bnr_logo {
    width: 100%;
    max-width: 110px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    flex-shrink: 0;
    margin-right: 50px;
}

#footer .box_footer .f_bnr_logo .bnr_logo01 {
    margin-bottom: 14px;
}

#footer .box_footer .f_link {
    width: 100%;
    max-width: 340px;
    padding-top: 12px;
}

#footer .box_footer .nav_link {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    row-gap: 21px;
}

#footer .box_footer .nav_link li {
    width: calc((100% - 50px) / 2);
    padding-left: 19px;
    position: relative;
}

#footer .box_footer .nav_link li::before {
    position: absolute;
    content: '';
    width: 10px;
    height: 1px;
    background-color: var(--blue-color);
    top: 15px;
    left: 0;
}

#footer .box_footer .nav_link li a {
    font-weight: 500;
    letter-spacing: 0.05em;
    transition: all .3s ease;
    position: relative;
}

#footer .box_footer .nav_link li a::after,
#footer .box_footer .nav_bnr li a::after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 1px;
    bottom: -1px;
    left: 0;
    background-color: var(--blue-color);
    transform-origin: bottom right;
    transition: transform .4s cubic-bezier(.86, 0, .07, 1);
}

#footer .box_footer .nav_bnr {
    text-align: right;
}

#footer .box_footer .nav_bnr li:not(:last-child) {
    margin-bottom: 6px;
}

#footer .box_footer .nav_bnr li a {
    font-weight: 500;
    letter-spacing: 0.05em;
    transition: all .3s ease;
    position: relative;
}

#footer .box_footer .nav_bnr li a i {
    display: inline-block;
    background-image: url(../images/common/icon_bnr.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 10px;
    height: 10px;
    margin-left: 4px;
    position: relative;
    top: -1px;
}

#footer .box_footer .f_bnr {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 40px;
}

#footer .box_footer .f_bnr .btn_primary {
    width: calc((100% - 30px) / 2);
    max-width: 100%;
    height: 100px;
}

#footer .box_footer .f_bnr .btn_primary a {
    font-size: 25px;
    border-width: 2px;
    border-radius: 50px;
    padding-left: 38px;
}

#footer .box_footer .f_bnr .btn_primary a .icon {
    width: 80px;
    height: 80px;
    right: 10px;
}

#footer address {
    width: 100%;
    max-width: 950px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.05em;
    font-style: normal;
    border-top: 1px solid #ddd;
    text-align: center;
    padding: 38px 0;
    margin: 0 auto;
}

.bnr_fixed {
    width: 100%;
    max-width: 260px;
    position: fixed;
    bottom: 45px;
    right: 3%;
    z-index: 99;
    opacity: 0;
    pointer-events: none;
    transform: scale(0);
    transition: all .5s cubic-bezier(0, 0.7, 0.32, 1.28);
}

.bnr_fixed a {
    position: relative;
}

.bnr_fixed a::before {
    position: absolute;
    content: '';
    pointer-events: none;
    background-image: url(../images/top/bnr_entry_person01.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 113px;
    height: 113px;
    bottom: 64px;
    left: 46px;
    opacity: 0;
    transform: scale(0);
    transition: all .5s cubic-bezier(0, 0.7, 0.32, 1.28);
}

.bnr_fixed .balloon {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: var(--NicoKaku-font);
    font-size: 24px;
    line-height: 1.33;
    color: var(--white-color);
    background-image: url(../images/top/bnr_entry_balloon.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 190px;
    height: 182px;
    position: absolute;
    top: -255px;
    left: -124px;
    pointer-events: none;
    opacity: 0;
    transform: scale(0);
    transition: all .5s cubic-bezier(0, 0.7, 0.32, 1.28);
}

.bnr_fixed .loop_box {
    width: 100%;
    height: 64px;
    background: var(--yellow-color);
    border: 4px solid var(--white-color);
    border-radius: 32px;
    position: relative;
    overflow: hidden;
}

.bnr_fixed .loop_box::before {
    position: absolute;
    content: '';
    pointer-events: none;
    background-image: url(../images/top/bnr_entry.png);
    background-repeat: repeat-x;
    width: 100vw;
    background-size: 118px 100%;
    height: 19px;
    top: 20px;
    left: 0;
    transition: all 1s linear;
    animation: loop_box 10s linear infinite;
}

@keyframes loop_box {
    0% {
        background-position: 118px 0;
    }

    100% {
        background-position: 0 0;
    }
}

.bnr_fixed.is-active {
    opacity: 1;
    transform: scale(1);
    pointer-events: auto;
}

/* MOZZILLA CSS */
@-moz-document url-prefix() {}

/* IE CSS */
@media screen\0 {}

/* EDGE 12+ CSS */
@supports (-ms-ime-align:auto) {}
