@charset "UTF-8";

/* ------------------------------------------------------
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: #000;
}

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.1em;
    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: #434548;
    --white-color: #fff;
    --green-color: #3bde8a;
    --jp-font: 'Noto Sans JP', sans-serif;
    --en-font: "Cormorant", serif;
    --ShipporiMincho-font: "Shippori Mincho", serif;
    --Jost-font: "Jost", serif;
    --Inter-font: "Inter", serif;
}

.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;
    font-weight: 400;
    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(--en-font);
    font-size: 170px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 29px;
}

.title_special {
    font-family: var(--en-font);
    font-size: 400px;
    letter-spacing: 0;
    line-height: 0.81;
    color: #f7f7f7;
    margin-bottom: 0;
    position: absolute;
    top: 0;
    left: 0;
    opacity: .5;
    pointer-events: none;
}

.btn_primary {
    width: 100%;
    max-width: 240px;
    height: 60px;
}

.btn_primary a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: var(--en-font);
    font-size: 15px;
    font-weight: 500;
    letter-spacing: -0.025em;
    border-radius: 30px;
    border: 1px solid var(--main-color);
    transition: all .3s ease;
}

.btn_primary a svg {
    width: 12px;
    height: 11px;
    margin-left: 15px;
}

.btn_primary a .cls-1 {
    fill: #434548;
    transition: all .3s ease;
}

.btn_primary a .cls-2 {
    fill: none;
    stroke: #434548;
    stroke-miterlimit: 10;
    transition: all .3s ease;
}

.btn_primary a.set_white {
    color: var(--white-color);
    border-color: var(--white-color);
}

.btn_primary a.set_white .cls-1 {
    fill: var(--white-color);
}

.btn_primary a.set_white .cls-2 {
    stroke: var(--white-color);
}

.effect {
    opacity: 0;
    transform: translateX(50px);
    transition: all 2s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.animated {
    opacity: 1;
    transform: translateX(0);
}

.inview_effect {
    opacity: 0;
    transform: translateY(50px);
    transition: all 2s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.inview_effect.is-active {
    opacity: 1;
    transform: translateY(0);
}

.catcher_photo {
    width: 100%;
    height: 100%;
    line-height: 0;
    position: relative;
    overflow: hidden;
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
    transition: -webkit-clip-path .8s cubic-bezier(.43, .05, .17, 1);
    transition: clip-path .8s cubic-bezier(.43, .05, .17, 1);
    transition: clip-path .8s cubic-bezier(.43, .05, .17, 1), -webkit-clip-path .8s cubic-bezier(.43, .05, .17, 1);
}

.catcher_shape {
    width: 100%;
    height: 100%;
    background: linear-gradient(114deg, transparent, rgba(59, 222, 138, .85) 30%, rgba(59, 222, 138, .85) 80%, transparent 110%);
    opacity: .85;
    pointer-events: none;
    position: absolute;
    left: 0;
    top: 0;
    transform: translateX(-100%);
    transform-origin: right;
}

.shape_effect.is-active .catcher_photo {
    clip-path: inset(-1px -1px -1px -1px);
}

.shape_effect.is-active .catcher_shape {
    animation: catcherslide 1s cubic-bezier(.43, .05, .17, 1) .25s forwards;
}

@keyframes catcherslide {
    0% {
        transform: translateX(0);
    }

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

/* ------------------------------------------------------
Header
------------------------------------------------------ */
#header {
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: var(--white-color);
    padding: 0 15px 0 43px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    transition: all .35s ease-out;
}

#header #top {
    margin-right: 30px;
}

#header #top a {
    display: block;
    line-height: 0;
}

#header .h_logo_fixed {
    display: none;
}

#header .menu {
    width: 100%;
    max-width: 820px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all .35s ease-out;
}

#header #gnavi {
    width: 100%;
    max-width: 665px;
    display: flex;
    justify-content: space-between;
    margin-right: 30px;
}

#header #gnavi li:first-child {
    display: none;
}

#header #gnavi li a {
    font-family: var(--en-font);
    font-size: 14px;
    font-weight: 500;
    transition: all .3s ease;
    position: relative;
}

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

#header .h_btncontact a {
    font-family: var(--en-font);
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    color: var(--white-color);
    background: var(--green-color);
    position: relative;
    z-index: 1;
    transition: all .3s ease;
}

#header .h_btncontact a::before {
    position: absolute;
    content: '';
    width: 130px;
    height: 130px;
    border-radius: 50%;
    background: var(--green-color);
    bottom: -45px;
    left: -25px;
    z-index: -1;
}

#header.header_fixed {
    height: 64px;
    padding-right: 0;
    top: 0;
}

#header.header_fixed .h_logo {
    display: none;
}

#header.header_fixed .h_logo_fixed {
    display: block;
    width: 86px;
}

#header.header_fixed .menu {
    max-width: 895px;
    height: 100%;
}

#header.header_fixed .h_btncontact {
    width: 100%;
    max-width: 160px;
    height: 100%;
}

#header.header_fixed .h_btncontact a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

#header.header_fixed .h_btncontact a::before {
    opacity: 0;
}

/* ------------------------------------------------------
idx_mainvisual
------------------------------------------------------ */
#idx_mainvisual {
    width: 100%;
    height: 100vh;
    min-height: 840px;
    /*    padding-top: 160px;*/
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}

#idx_mainvisual .mainvisual_wrap {
    width: 100%;
    height: 72.632vh;
    position: relative;
}

#idx_mainvisual .mainvisual_wrap::before {
    position: absolute;
    content: '';
    background: url(../images/top/mv_slogan.png) repeat-x;
    background-size: 2765px 100%;
    width: calc(100vw + 2765px);
    height: 174px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 9;
    transition: all 1s linear;
    animation: mvsloganright 40s linear infinite;
    pointer-events: none;
}

@keyframes mvsloganright {
    0% {
        background-position: 2765px 0;
    }

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

@keyframes mvsloganright-layer01 {
    0% {
        background-position: 1589px 0;
    }

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

@keyframes mvsloganright-sp {
    0% {
        background-position: 1271px 0;
    }

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

@keyframes mvsloganright-smallsp {
    0% {
        background-position: 795px 0;
    }

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

#idx_mainvisual .mainvisual_video {
    width: 142.105vh;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
    pointer-events: none;
    position: relative;
}

#idx_mainvisual .mainvisual_video::before {
    position: absolute;
    content: '';
    background: url(../images/top/mvshape.png) no-repeat;
    background-size: contain;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
}

#idx_mainvisual .mainvisual_video {
    -webkit-clip-path: url(#my-clip-path);
    clip-path: url(#my-clip-path);
}

#idx_mainvisual .mainvisual_video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#idx_mainvisual h2 {
    width: 94%;
    max-width: 1200px;
    font-family: var(--ShipporiMincho-font);
    font-size: 26px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0.1em;
    color: var(--white-color);
    text-align: center;
    margin: 0 auto;
    position: absolute;
    top: 61.7%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
}

.scroll-area {
    position: absolute;
    bottom: 0;
    right: 2.55vw;
    z-index: 99;
    transition: all .4s ease-in-out 0.5s;
}

.scroll-btn a {
    position: absolute;
    bottom: 16.4vh;
    left: 0;
    display: flex;
    align-items: center;
    font-size: 14px;
    letter-spacing: 0.1em;
    transform: rotate(90deg);
    transform-origin: 0 0;
}

.scroll-btn .line {
    width: 100px;
    height: 1px;
    background: var(--main-color);
    margin: 0 0 1px 15px;
    position: relative;
    overflow: hidden;
}

.scroll-btn .line::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 120%;
    height: 100%;
    background: var(--white-color);
    animation-name: scrollLine;
    animation-duration: 3.2s;
    animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
    animation-iteration-count: infinite;
}

@keyframes scrollLine {
    0% {
        transform: translateX(-100%)
    }

    5% {
        transform: translateX(-100%)
    }

    45% {
        transform: translateX(0)
    }

    55% {
        transform: translateX(0)
    }

    95% {
        transform: translateX(100%)
    }

    100% {
        transform: translateX(100%)
    }
}

#particles-js {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    pointer-events: none;
}

#particles-js .particles-js-canvas-el {
    width: 100% !important;
    height: 100% !important;
}

/* ------------------------------------------------------
idx_about
------------------------------------------------------ */
#idx_about {
    background: #efefef;
    padding: 210px 0 215px;
    position: relative;
}

#idx_about .title_special {
    font-size: 28.5vw;
    left: 0.5vw;
}

#idx_about .inner {
    width: 100%;
    max-width: 1500px;
}

#idx_about .h3title {
    margin-bottom: 82px;
}

#idx_about .idx_about_wrap {
    display: flex;
    justify-content: space-between;
}

#idx_about .idx_about_component {
    width: 100%;
    padding-left: 100px;
    margin-right: 35px;
    flex: 1;
}

#idx_about .idx_about_component h4 {
    font-family: var(--ShipporiMincho-font);
    font-size: 32px;
    line-height: 1.97;
    letter-spacing: 0.1em;
    margin-bottom: 43px;
}

#idx_about .idx_about_component .idx_about_txt {
    width: 100%;
    max-width: 630px;
    font-size: 15px;
    line-height: 2.4;
    text-align: justify;
    margin-bottom: 55px;
}

#idx_about .idx_about_image {
    width: 43.333vw;
    max-width: 650px;
    padding-top: 200px;
}

#idx_about.is-active .title_special {
    color: rgba(0, 0, 0, 0.09);
}

#idx_about.is-active .btn_primary a {
    color: var(--white-color);
    border-color: var(--white-color);
}

#idx_about.is-active .btn_primary a .cls-1 {
    fill: var(--white-color);
}

#idx_about.is-active .btn_primary a .cls-2 {
    stroke: var(--white-color);
}

/* ------------------------------------------------------
idx_cover
------------------------------------------------------ */
/*
#idx_cover {
    width: 100%;
    height: 59.13vw;
    max-height: 680px;
    overflow: hidden;
}

#idx_cover .jarallax {
    width: 100%;
    height: 120%;
    position: relative;
}

#idx_cover .jarallax img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: -10%;
    left: 0;
}
*/

/* ------------------------------------------------------
idx_service
------------------------------------------------------ */
.catcher_layer {
    /*    background: #efefef;*/
}

#idx_service {
    background: #efefef;
    color: var(--white-color);
    padding: 211px 0 64px;
    position: relative;
}

#idx_service .title_special {
    font-size: 25.3vw;
    color: rgba(0, 0, 0, 0.09);
}

#idx_service .inner {
    width: 100%;
    max-width: 1500px;
}

#idx_service .h3title {
    margin-bottom: 146px;
    margin-left: -31px;
}

#idx_service .idx_service_wrap {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}

#idx_service .idx_service_component {
    width: 100%;
    max-width: 730px;
    padding-right: 100px;
    margin-left: 35px;
    flex: 1;
}

#idx_service .idx_service_component h4 {
    font-family: var(--ShipporiMincho-font);
    font-size: 32px;
    line-height: 1.97;
    letter-spacing: 0.1em;
    margin-bottom: 43px;
}

#idx_service .idx_service_component .idx_service_txt {
    width: 100%;
    max-width: 630px;
    font-size: 15px;
    line-height: 2.4;
    text-align: justify;
    margin-bottom: 55px;
}

#idx_service .idx_service_image {
    width: 43.333vw;
    max-width: 650px;
    padding-top: 200px;
}

/* ------------------------------------------------------
idx_works
------------------------------------------------------ */
#idx_works {
    /*    background: #434548;*/
    color: var(--white-color);
    padding: 219px 0 194px;
    position: relative;
}

#idx_works .title_special {
    font-size: 28.3vw;
    color: rgba(0, 0, 0, 0.09);
    left: 0.5vw;
}

#idx_works .inner {
    max-width: 1300px;
}

#idx_works .h3title {
    margin-bottom: 23px;
}

#idx_works .idx_works_txt {
    line-height: 2.625;
}

#idx_works .idx_works_pin {
    height: 100vh;
    padding-top: 80px;
}

#idx_works .idx_works_list {
    width: 100vw;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    position: relative;
}

#idx_works .idx_works_item {
    width: 94.737vh;
    max-width: 900px;
    margin-right: 50px;
    cursor: pointer;
}

#idx_works .works_image {
    width: 100%;
    height: 58.947vh;
    max-height: 560px;
    margin-bottom: 2.8vh;
}

#idx_works .works_image a {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    overflow: hidden;
}

#idx_works .works_image a::before {
    position: absolute;
    content: '';
    width: 101%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    left: -1px;
    z-index: 1;
    pointer-events: none;
    opacity: 0;
    transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
}

#idx_works .works_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translateZ(0);
    transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
}

#idx_works .works_image .catcher_txt {
    font-size: 50px;
    color: var(--white-color);
    letter-spacing: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    opacity: 0;
    transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
}

#idx_works .works_title {
    font-family: var(--ShipporiMincho-font);
    font-size: 28px;
    font-weight: 700;
    line-height: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    margin-bottom: 2vh;
}

#idx_works .works_cate {
    display: flex;
    flex-wrap: wrap;
}

#idx_works .works_cate li {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.1em;
    color: #999;
    border: 1px solid #999;
    border-radius: 19px;
    padding: 7px 19px;
    margin: 0 10px 10px 0;
}

#idx_works .btn_primary {
    margin: 0 auto;
}

/* ------------------------------------------------------
idx_service
------------------------------------------------------ */
#idx_info {
    display: flex;
    background: var(--white-color);
    padding: 130px 25px 0;
    position: relative;
    z-index: 1;
}

#idx_info .idx_info_block {
    width: calc((100% - 30px) / 2);
    margin-right: 30px;
}

#idx_info .idx_info_block:last-child {
    margin-right: 0;
}

#idx_info .idx_info_block a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    color: var(--white-color);
    padding: 0 35px 38px;
    position: relative;
    overflow: hidden;
}

#idx_info .idx_info_block a::before {
    position: absolute;
    content: '';
    background: linear-gradient(to bottom, transparent 0%, #000000 100%);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: .7;
}

#idx_info .idx_info_block .idx_info_frame {
    width: 100%;
    position: relative;
    z-index: 1;
}

#idx_info .idx_info_block .idx_info_frame .h3title {
    font-size: 70px;
    border-bottom: 1px solid var(--white-color);
    padding: 0 0 11px;
    margin-bottom: 16px;
}

#idx_info .idx_info_block .idx_info_frame .idx_info_txt {
    font-size: 15px;
    font-weight: 500;
    line-height: 2.4;
}

#idx_info .idx_info_block .idx_info_bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

#idx_info .idx_info_block .idx_info_bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform-origin: center;
    transition: all 2s cubic-bezier(0.25, 0.8, 0.25, 1);
}

/* ------------------------------------------------------
idx_recruit
------------------------------------------------------ */
#idx_recruit {
    background: var(--white-color);
    padding: 140px 0 125px;
}

#idx_recruit .idx_recruit_wrap {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}

#idx_recruit .idx_recruit_frame {
    width: 100%;
    max-width: 530px;
    padding: 10px 0 120px;
    margin-left: 35px;
    flex: 1;
}

#idx_recruit .idx_recruit_frame .h3title {
    font-size: 70px;
    margin-bottom: 25px;
}

#idx_recruit .idx_recruit_frame h4 {
    font-family: var(--ShipporiMincho-font);
    font-size: 24px;
    line-height: 2;
    letter-spacing: 0.1em;
    margin-bottom: 26px;
}

#idx_recruit .idx_recruit_frame .idx_recruit_txt {
    font-size: 15px;
    line-height: 2.4;
    text-align: justify;
    margin-bottom: 58px;
}

#idx_recruit .idx_recruit_image {
    width: 44.167vw;
    max-width: 530px;
    height: 696px;
    max-height: 696px;
}

#idx_recruit .idx_recruit_image .image01 {
    width: 100%;
    height: 100%;
}

#idx_recruit .idx_recruit_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#idx_recruit .image02 {
    text-align: center;
    margin-top: -90px;
}

#idx_recruit .image02 .catcher_photo {
    width: auto;
    display: inline-block;
}

/* ------------------------------------------------------
idx_news
------------------------------------------------------ */
#idx_news {
    background: #efefef;
    padding: 142px 0 136px;
    position: relative;
}

#idx_news .h3title {
    font-size: 70px;
    margin-bottom: 70px;
}

#idx_news .idx_news_list {
    margin-bottom: 73px;
}

#idx_news .idx_news_list dl {
    width: 100%;
    min-height: 136px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: var(--white-color);
    padding: 0 50px;
    margin-bottom: 30px;
    cursor: pointer;
    transition: all .5s cubic-bezier(0.43, 0.05, 0.17, 1);
}

#idx_news .idx_news_list dl:last-child {
    margin-bottom: 0;
}

#idx_news .idx_news_list dl dt {
    width: 100%;
    max-width: 250px;
    padding-top: 5px;
    margin-right: 15px;
}

#idx_news .idx_news_list dl dt .date {
    font-family: var(--Inter-font);
    font-size: 15px;
    color: #808080;
    margin: 0 22px 5px 0;
}

#idx_news .idx_news_list dl dt .cate_group {
    display: inline-flex;
    flex-wrap: wrap;
}

#idx_news .idx_news_list dl dt .cate_group span {
    display: inline-block;
    font-size: 14px;
    color: var(--white-color);
    background: var(--green-color);
    padding: 0 8px;
    margin: 0 5px 5px 0;
}

#idx_news .idx_news_list dl dd {
    width: 100%;
    max-width: 805px;
    font-family: var(--ShipporiMincho-font);
    font-size: 18px;
    font-weight: 600;
    flex: 1;
}

#idx_news .idx_news_list dl dd a {
    text-align: justify;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    transition: all .5s cubic-bezier(0.43, 0.05, 0.17, 1);
}

#idx_news .idx_news_list dl dd a span {
    display: inline;
    letter-spacing: 0.1em;
    background-image: linear-gradient(to bottom, transparent 0%, transparent calc(100% - 1px), var(--green-color) calc(100% - 1px), var(--green-color) 100%);
    background-repeat: no-repeat;
    background-size: 0 1px;
    background-position: right bottom;
    animation: none;
    transition: background-size .5s cubic-bezier(0.43, 0.05, 0.17, 1) 0s;
    position: relative;
}

#idx_news .btn_primary {
    margin: 0 auto;
}

/* ------------------------------------------------------
Footer
------------------------------------------------------ */
#footer .box_contact a {
    width: 100%;
    height: 100%;
    min-height: 600px;
    display: flex;
    align-items: center;
    position: relative;
}

#footer .box_contact .box_contact_video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

#footer .box_contact .box_contact_video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#footer .box_contact .box_contact_frame {
    width: 94%;
    max-width: 1200px;
    min-height: 360px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: var(--white-color);
    background: rgba(26, 26, 26, 0.7);
    padding: 0 44px;
    margin: 0 auto;
}

#footer .box_contact .box_contact_title {
    font-family: var(--en-font);
    font-size: 120px;
    letter-spacing: -0.005em;
    margin: 0 45px 0 0;
}

#footer .box_contact .box_contact_txt {
    width: 100%;
    max-width: 412px;
    font-weight: 500;
    line-height: 2.625;
    margin: 0 0;
}

#footer .box_contact .box_contact_btn {
    width: 200px;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.67;
    letter-spacing: 0.1em;
    text-align: center;
    color: var(--white-color);
    border-radius: 50%;
    background: var(--green-color);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
}

#footer .box_connect .footer_location {
    text-align: center;
    border-bottom: 1px solid #ccc;
    padding: 87px 0 94px;
    position: relative;
}

#footer .box_connect .footer_location::before {
    position: absolute;
    content: '';
    background: url(../images/footer/f_slogan.png) repeat-x;
    background-size: 2765px 100%;
    width: calc(100vw + 2765px);
    height: 174px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 9;
    transition: all 1s linear;
    animation: sloganright 40s linear infinite;
    pointer-events: none;
    z-index: -1;
}

@keyframes sloganright {
    0% {
        background-position: 2765px 0;
    }

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

@keyframes sloganright-sp {
    0% {
        background-position: 1271px 0;
    }

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

#footer .box_connect .footer_location .f_logo {
    margin-bottom: 28px;
}

#footer .box_connect .footer_location .f_address {
    line-height: 2.125;
}

#footer .footer_connect {
    display: flex;
}

#footer .footer_connect li {
    width: calc(100% / 3);
    font-size: 18px;
    letter-spacing: 0.1em;
    text-align: center;
    border: 1px solid #ccc;
    border-top: 0;
    border-left: 0;
    padding: 40px 0 37px;
}

#footer .footer_connect li:last-child {
    border-right: 0;
}

#footer .footer_connect li .connect_subtitle {
    display: block;
    font-size: 14px;
    letter-spacing: 0;
    color: rgba(26, 26, 26, 0.35);
    margin-bottom: 12px;
}

#footer .footer_link {
    width: 94%;
    max-width: 1110px;
    display: flex;
    justify-content: space-between;
    padding: 79px 0 76px;
    margin: 0 auto;
}

#footer .footer_link li {
    font-size: 14px;
}

#footer .footer_link li a {
    letter-spacing: 0.1em;
    transition: all .3s ease;
    position: relative;
}

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

#footer address {
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: var(--Jost-font);
    font-size: 12px;
    letter-spacing: 0.1em;
    color: var(--white-color);
    font-style: normal;
    text-align: center;
    background: var(--green-color);
}

#js_loading {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    pointer-events: none;
}

#js_loading_bg {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--white-color);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    position: absolute;
    top: 0;
    left: 0;
}

#js_loading_bg img {
    width: 34.72vw;
    max-width: 200px;
    opacity: 0;
    transform: translateY(50px);
}

.loading_color01,
.loading_color02 {
    position: absolute;
    top: 0;
    left: 50%;
    width: 500rem;
    height: 500rem;
    border-radius: 50%;
    transform: translate(-50%, 100vh);
}

.loading_color01 {
    border: 20rem solid #3bde8a;
}

.loading_color02 {
    border: 20rem solid #000000;
}

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

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

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