@charset "UTF-8";
/*
Theme Name:  四国機電産業株式会社 | 採用サイト
Template: twentynineteen
Author:  四国機電産業株式会社
Author URI:
Description:
Version: 1.0.0
Updated: 2026-06-09
*/

/* Color Scheme
-----------------------------------------------------

	=THEME COLOR = #11457c

-----------------------------------------------------
*/

@import url(reset.css);
@import url(wp-customize.css);
/* @import url(ownedmedia.css); */

/* CSS Variable
----------------------------------------------------- */
:root {
    --color-text-basic: #000;
    --color-primary: #11457c;
    --color-secondary: #ba233f;

    --color-gradient: 123deg, #11457c 0%, #ba233f 100%;
    --color-pale-burgundy: #f6efef;

    --color-flash-green: #5bffbf;
}

/*
-----------------------------------------------------

	=GLOBAL LAYOUT

-----------------------------------------------------
*/
* {
    margin: 0;
    padding: 0;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-family: 'Noto Sans JP', "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ", sans-serif, serif;
    -webkit-font-smoothing: antialiased !important;
    -webkit-text-stroke: 1px transparent;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-rendering: optimizeLegibility;
    color: var(--color-text-basic);
    font-size: 10px;
    font-weight: 500;
    line-height: 2.0;
    word-wrap: break-word;
    letter-spacing: 0.0em;
}

body {
    font-size: 1.8rem;
}

body::before {
    content: "";
    position: fixed;
    z-index: -99;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
dt,
dd,
li {
    line-height: 2.0;
}

p,
ul,
ol,
dl,
table {
    margin-bottom: 2em;
}

p:last-child,
ul:last-child,
ol:last-child,
dl:last-child,
table:last-child {
    margin-bottom: 0;
}

table {
    width: 100%;
    border-collapse: collapse;
    line-height: 1.8;
    text-align: left;
}

th,
td {
    padding: 1em 1.5em;
    vertical-align: top;
    border: none;
}

th {
    text-align: justify;
    font-weight: bold;
    padding-left: 0;
}

tr {
    border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}

tr:last-child {}

hr {
    clear: both;
    border: none;
}

img {
    display: inline-block;
    vertical-align: bottom;
    max-width: 100%;
    height: auto;
}

a img {
    border: none;
}

a {
    color: var(--color-secondary);
    text-decoration: underline;
}

a {
    cursor: pointer;
    -webkit-transition: all ease-out 0.2s;
    -moz-transition: all ease-out 0.2s;
    -ms-transition: all ease-out 0.2s;
    transition: all ease-out 0.2s;
}

a:hover {
    opacity: 0.5;
    text-decoration: none;
}

/*::selection {
	background-color: rgba(0,0,0,0.25);
}*/
em {}

ol {
    counter-reset: number;
    list-style: none;
}

ol li {
    position: relative;
    padding-left: 2.5em;
}

ol li:not( :last-child) {
    margin-bottom: 1.5em;
}

ol li::before {
    position: absolute;
    left: 0;
    counter-increment: number;
    content: "(" counter(number)")";
    margin: 0 1.0em 0 0;
}

ol li ol:last-child {
    margin-bottom: 2em;
}

ol li ol li::before {
    content: "(" counter(number, lower-roman)")";
}

ol li ol li:not( :last-child) {
    margin-bottom: .5em;
}

strong {
    font-weight: bold;
}

iframe {
    display: block;
    max-width: 100%;
}

form {}

input[type=text],
input[type=email],
input[type=tel],
input[type=password],
textarea,
select {
    padding: 5px;
    font-size: 16px;
    font-weight: inherit;
    color: inherit;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input[type=text],
input[type=email],
input[type=tel],
input[type=password],
textarea,
select {
    background-color: #eee;
    border: 1px solid #eee;
    line-height: 1;
    vertical-align: middle;
    max-width: 100%;
    border-radius: 5px;
}

textarea {}

input[type=text] {
    margin-bottom: 0.5em;
}

input[type=text]:last-child {
    margin-bottom: 0;
}

input[type=email] {}

input[type=submit] {
    cursor: pointer;
}

input[type=text]:focus,
textarea:focus {}

form ul {
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
}

form ul li {
    display: inline-block !important;
}

form label {
    margin-right: 1.4em;
}

form input[type*="submit"] {
    display: block;
    width: 100%;
    max-width: 300px;
    margin: 0 auto 20px;
    padding: 1em 2em;
    border: none;
    background-color: #e45539;
    color: #fff;
    font-size: 1.0em;
    font-weight: bold;
    text-align: center;
    border-radius: 5px;
    cursor: pointer;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: all ease-out 0.1s;
    -moz-transition: all ease-out 0.1s;
    -ms-transition: all ease-out 0.1s;
    transition: all ease-out 0.1s;
}

form input[type*="submit"]:hover {
    opacity: 0.7;
}

::placeholder {
    color: #ddd;
}



/*
-----------------------------------------------------

	=GLOBAL STYLE

-----------------------------------------------------
*/
#container {}

@media screen and (min-width: 800px) {
    #container {
        min-width: calc(1200px + 40px * 2);
    }
}

@media screen and (min-width: 0px) and (max-width: 799px) {
    #container {}
}

#main {
    position: relative;
    z-index: 2;
}

.c-wrapper {
    padding: 0 40px;
    width: calc(1200px + 40px * 2);
    max-width: 100%;
    margin: auto;
}

.u-wrapper-1120 {
    width: 1120px;
    width: calc(1120px + 40px * 2);
}

.u-wrapper-1080 {
    width: 1080px;
    width: calc(1080px + 40px * 2);
}

.u-wrapper-1000 {
    width: 1000px;
    width: calc(1000px + 40px * 2);
}

.u-wrapper-960 {
    width: 960px;
    width: calc(960px + 40px * 2);
}

.u-wrapper-900 {
    width: 900px;
    width: calc(900px + 40px * 2);
}

.u-wrapper-840 {
    width: 840px;
    width: calc(840px);
}

.u-wrapper-800 {
    width: 800px;
    width: calc(800px + 40px * 2);
}

.u-wrapper-780 {
    width: 780px;
    width: calc(780px + 40px * 2);
}

.u-wrapper-720 {
    width: 720px;
    width: calc(720px + 40px * 2);
}

@media screen and (min-width: 800px) {}

@media screen and (min-width: 0px) and (max-width: 799px) {
    .c-wrapper {
        max-width: 100%;
        padding: 0 6.25vw;
        margin: auto;
    }
}

/* ANCHOR JS 
----------------------------------------------------- */
.js-anchor {
    visibility: hidden;
    height: 0;
    display: block;
    padding-top: 150px;
    margin-top: -150px;
    pointer-events: none;
}

.c-block:not( :last-child) {
    margin-bottom: 120px;
}

.c-section {
    padding: 120px 0;
}

.u-ver-coming-soon {
    display: none !important;
}

@media screen and (min-width: 800px) {}

@media screen and (min-width: 0px) and (max-width: 799px) {
    .c-block:not( :last-child) {
        margin: 0 auto 12.5vw;
    }

    .c-section {
        padding: 12.5vw 0;
    }
}

/* HORIZONTAL RULE
----------------------------------------------------- */
hr {
    clear: both;
    border: none;
    margin: 60px auto;
    height: 0;
}

@media screen and (min-width: 800px) {}

@media screen and (min-width: 0px) and (max-width: 799px) {
    hr {
        margin: 3.125vw auto;
    }
}

hr.hr-border {
    margin: 60px auto;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.25);
}

hr.hr-sep {
    margin: 0 auto;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.25);
}

@media screen and (min-width: 800px) {}

@media screen and (min-width: 0px) and (max-width: 799px) {
    hr.hr-border {
        margin: 6.25vw auto;
    }
}

hr.hr-theme {
    margin: 0 auto;
    height: 3px;
    background-color: var(--color-primary);
    max-width: calc(100% - 40px*2);
}

@media screen and (min-width: 800px) {}

@media screen and (min-width: 0px) and (max-width: 799px) {
    hr.hr-theme {
        max-width: calc(100% - 6.25vw*2);
    }
}

hr.hr-half {
    margin: 30px auto;
}

@media screen and (min-width: 800px) {
    hr.hr-x2 {
        margin: 60px auto;
    }
}

@media screen and (min-width: 0px) and (max-width: 799px) {
    hr.hr-half {
        margin: 15px auto;
    }
}

/*
-----------------------------------------------------

	=MEDIA QUERIES RESPONSIVE STRUCTURE

-----------------------------------------------------
*/

/* DESKTOP
----------------------------------------------------- */
@media screen and (min-width: 800px) {
    .sp {
        display: none !important;
    }

    body {
        min-width: 1120px;
    }
}

/* SMARTPHONE
----------------------------------------------------- */
@media screen and (min-width: 0px) and (max-width: 799px) {
    .pc {
        display: none !important;
    }

    html {
        font-size: 10px;
    }

    body {
        font-size: 1.2rem;
        letter-spacing: 0;
    }

    /* APPERANCE
	--------------------------------------------------*/
    input[type="button"],
    input[type="text"],
    input[type="email"],
    input[type="tel"],
    input[type="submit"],
    select {
        -webkit-appearance: none;
        border-radius: 0;
    }

    iframe {
        width: 100%;
        max-height: 240px;
    }

    th,
    td {
        font-size: 1.2rem;
        padding: 1em 0.5em;
    }
}



/* =ANIMATION - BACKGROUND
----------------------------------------------------- */
/* スクロールで背景色を変更 (script.jsに記述あり) */
.js-bg-magic {
    position: relative;
}

.js-bg-magic::before {
    content: "";
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0;
    transition: all 0.5s ease 0s;
    pointer-events: none;
    -webkit-transition: all 1.6s ease 0s;
    -moz-transition: all 1.6s ease 0s;
    -ms-transition: all 1.6s ease 0s;
    transition: all 1.6s ease 0s;
}

.js-bg-magic.show::before {
    opacity: 0.70;
}

@media screen and (min-width: 800px) {}

@media screen and (min-width: 0px) and (max-width: 799px) {}



/* =ANIMATION - INVIEW.JS (jquery.inview.js)
----------------------------------------------------- */
.js-inview {
    transition: 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.2s;
    -webkit-transition: 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.2s;
    -moz-transition: 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.2s;
    -ms-transition: 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.2s;
    -o-transition: 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.2s;
}

.js-inview.inview-with-delay {
    transition: 1.2s cubic-bezier(0.19, 1, 0.22, 1) 0.6s;
    -webkit-transition: 1.2s cubic-bezier(0.19, 1, 0.22, 1) 0.6s;
    -moz-transition: 1.2s cubic-bezier(0.19, 1, 0.22, 1) 0.6s;
    -ms-transition: 1.2s cubic-bezier(0.19, 1, 0.22, 1) 0.6s;
    -o-transition: 1.2s cubic-bezier(0.19, 1, 0.22, 1) 0.6s;
}

.js-inview.inview-fadein {
    opacity: 0;
}

.js-inview.inview-fadein.is-show {
    opacity: 1;
}

.js-inview.inview-zoomin {
    opacity: 0;
    transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    filter: blur(5px);
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -ms-filter: blur(5px);
    -o-filter: blur(5px);
}

.js-inview.inview-zoomin.is-show {
    opacity: 1;
    filter: blur(0);
    -webkit-filter: blur(0);
    -moz-filter: blur(0);
    -ms-filter: blur(0);
    -o-filter: blur(0);
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}

.js-inview.inview-zoom {
    opacity: 0;
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
}

.js-inview.inview-zoom.is-show {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}

.js-inview.inview-zoom-slowly {
    transition: 12.0s cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
    -webkit-transition: 12.0s cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
    -moz-transition: 12.0s cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
    -ms-transition: 12.0s cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
    -o-transition: 12.0s cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
}

.js-inview.inview-zoom-slowly.is-show {
    transform: scale(1.025);
    -webkit-transform: scale(1.025);
    -moz-transform: scale(1.025);
    -ms-transform: scale(1.025);
    -o-transform: scale(1.025);
}

.js-inview.inview-blur {
    opacity: 0;
    filter: blur(100px);
    -webkit-filter: blur(100px);
    -moz-filter: blur(100px);
    -ms-filter: blur(100px);
    -o-filter: blur(100px);
}

.js-inview.inview-blur.is-show {
    opacity: 1;
    filter: blur(0);
    -webkit-filter: blur(0);
    -moz-filter: blur(0);
    -ms-filter: blur(0);
    -o-filter: blur(0);
}

.js-inview.inview-floatup {
    transition: .8s cubic-bezier(0.19, 1, 0.22, 1) 0.2s;
    -webkit-transition: .8s cubic-bezier(0.19, 1, 0.22, 1) 0.2s;
    -moz-transition: .8s cubic-bezier(0.19, 1, 0.22, 1) 0.2s;
    -ms-transition: .8s cubic-bezier(0.19, 1, 0.22, 1) 0.2s;
    -o-transition: .8s cubic-bezier(0.19, 1, 0.22, 1) 0.2s;

    opacity: 0;
    transform: translate3d(0px, 200px, 0px);
    -webkit-transform: translate3d(0px, 200px, 0px);
    -moz-transform: translate3d(0px, 200px, 0px);
    -ms-transform: translate3d(0px, 200px, 0px);
    -o-transform: translate3d(0px, 200px, 0px);
}

.js-inview.inview-floatup.is-show {
    opacity: 1;
    transform: translate3d(0px, 0, 0px);
    -webkit-transform: translate3d(0px, 0, 0px);
    -moz-transform: translate3d(0px, 0, 0px);
    -ms-transform: translate3d(0px, 0, 0px);
    -o-transform: translate3d(0px, 0, 0px);
}

.js-inview.inview-floatintoright {
    opacity: 0;
    transform: translate3d(-40px, 0px, 0px);
    -webkit-transform: translate3d(-40px, 0px, 0px);
    -moz-transform: translate3d(-40px, 0px, 0px);
    -ms-transform: translate3d(-40px, 0px, 0px);
    -o-transform: translate3d(-40px, 0px, 0px);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
}

.js-inview.inview-floatintoright.is-show {
    opacity: 1;
    transform: translate3d(0px, 0, 0px);
    -webkit-transform: translate3d(0px, 0, 0px);
    -moz-transform: translate3d(0px, 0, 0px);
    -ms-transform: translate3d(0px, 0, 0px);
    -o-transform: translate3d(0px, 0, 0px);
}

.js-inview.inview-floatintoleft {
    opacity: 0;
    transform: translate3d(40px, 0px, 0px);
    -webkit-transform: translate3d(40px, 0px, 0px);
    -moz-transform: translate3d(40px, 0px, 0px);
    -ms-transform: translate3d(40px, 0px, 0px);
    -o-transform: translate3d(40px, 0px, 0px);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
}

.js-inview.inview-floatintoleft.is-show {
    opacity: 1;
    transform: translate3d(0px, 0, 0px);
    -webkit-transform: translate3d(0px, 0, 0px);
    -moz-transform: translate3d(0px, 0, 0px);
    -ms-transform: translate3d(0px, 0, 0px);
    -o-transform: translate3d(0px, 0, 0px);
}

.js-reveal {}

.js-reveal>*,
.js-reveal>*::after {
    animation-delay: 0.2s;
    animation-iteration-count: 1;
    animation-duration: 600ms;
    animation-fill-mode: both;
}

.js-reveal>* {
    position: relative;
    white-space: nowrap;
    cursor: default;
    display: inline-block;
    opacity: 0;
}

.js-reveal>*:not( :last-child) {
    margin-bottom: 5px;
}

.js-reveal.is-show>* {
    animation-name: clip-text;
}

.js-reveal>*::after {
    content: "";
    position: absolute;
    z-index: 999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: var(--color-primary);
    transform: scaleX(0);
    transform-origin: 0 50%;
    pointer-events: none;
}

.js-reveal.is-show>*::after {
    animation-name: text-revealer;
}

@keyframes clip-text {
    0% {
        opacity: 0;
        clip-path: inset(0 100% 0 0);
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 1;
        clip-path: inset(0 0 0 0);
    }
}

@keyframes text-revealer {

    0%,
    50% {
        transform-origin: 0 50%;
    }

    60%,
    100% {
        transform-origin: 100% 50%;
    }

    60% {
        transform: scaleX(1);
    }

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

@media screen and (min-width: 600px) {}

@media screen and (min-width: 0px) and (max-width: 599px) {
    .js-reveal {}

    .js-reveal>* {
        white-space: inherit;
    }
}

/*
-----------------------------------------------------

	=CORPORATE SITE

    PRELOADER
    HEADER
    NAVIGATION
    FOOTER
    COMMON PARTS
    TOP PAGE
    SUB PAGES

-----------------------------------------------------
*/


/*
-----------------------------------------------------

    =PRELOADER (imagesloaded.pkgd.min.js)

-----------------------------------------------------
*/

.js-imageloaded {}

.js-imageloaded.loaded {}

/* #progress,
#progress * {}

#progress {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    padding: 0;
    display: block;
    overflow: hidden;
    z-index: 999999;
}

#progress .progress-start {
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 999999;
    opacity: 0;
    -webkit-transition: all cubic-bezier(0.230, 1.34494c, 0.320, 1.34494c) 1.2s;
    -moz-transition: all cubic-bezier(0.230, 1.34494c, 0.320, 1.34494c) 1.2s;
    -ms-transition: all cubic-bezier(0.230, 1.34494c, 0.320, 1.34494c) 1.2s;
    transition: all cubic-bezier(0.230, 1.34494c, 0.320, 1.34494c) 1.2s;
    display: none;
}

#progress.complete10 .progress-start {
    left: -100%;
}

#progress .progress-loading {
    background-color: #fff;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 999999;
}

#progress .progress-loading .logo {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#progress .progress-loading .logo svg,
#progress .progress-loading .logo img {
    width: 250px;
    -webkit-transition: all cubic-bezier(0.190, 1.34494c, 0.220, 1.34494c) 0.8s;
    -moz-transition: all cubic-bezier(0.190, 1.34494c, 0.220, 1.34494c) 0.8s;
    -ms-transition: all cubic-bezier(0.190, 1.34494c, 0.220, 1.34494c) 0.8s;
    transition: all cubic-bezier(0.190, 1.34494c, 0.220, 1.34494c) 0.8s;
}

#progress,
#progress .progress-loading {
    -webkit-transition: all cubic-bezier(0.550, 0.055, 0.675, 0.190) 0.6s;
    -moz-transition: all cubic-bezier(0.550, 0.055, 0.675, 0.190) 0.6s;
    -ms-transition: all cubic-bezier(0.550, 0.055, 0.675, 0.190) 0.6s;
    transition: all cubic-bezier(0.550, 0.055, 0.675, 0.190) 0.6s;
}

#progress.complete100,
#progress.complete100 .progress-loading {
    left: 0%;
}

#progress.complete100 {
    opacity: 0;
    z-index: -9999;
}

@media screen and (min-width: 0px) and (max-width: 799px) {
    @supports (-webkit-touch-callout: none) {
        #progress {
            height: -webkit-fill-available;
        }
    }

    #progress .progress-loading .logo img {
        width: 45%;
    }
} */

/*
-----------------------------------------------------

	=HEADER (CORPORATE SITE)

-----------------------------------------------------
*/

/* 全ページ共通 - ヘッダー初期位置 */
.header-global {
    position: fixed;
    z-index: 9991;
    top: inherit;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 0;
    width: 100%;
}

.header-global,
.header-global * {
    -webkit-transition: all ease-out 0.2s;
    -moz-transition: all ease-out 0.2s;
    -ms-transition: all ease-out 0.2s;
    transition: all ease-out 0.2s;
}

.header-global>.l-inner {
    padding: 40px;
    align-items: flex-start;
    -webkit-transition: all ease-out 0.2s;
    -moz-transition: all ease-out 0.2s;
    -ms-transition: all ease-out 0.2s;
    transition: all ease-out 0.2s;
}

.header-global>.l-inner .l-header-left,
.header-global>.l-inner .l-header-right {
    display: flex;
    align-items: center;
}

.header-global>.l-inner .l-header-left {}

.header-global>.l-inner .l-header-right {}

.header-global>.l-inner .nav-pc {}

.header-global>.l-inner .nav-sp {}

.header-global>.l-inner .l-header-left>.l-logo {
    position: relative;
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    background: url(assets/images/logo-white.webp) no-repeat;
    background-size: contain;
    margin: 0 0 0 15px;
}

.header-global>.l-inner .l-header-left>.l-logo img {
    display: block;
    opacity: 1;
}

.l-logo-corporatesite {
    position: relative;
    width: calc(297px / 1);
}

.l-logo-corporatesite a::after {}

.l-logo-corporatesite a:hover {
    opacity: 1;
}

.l-logo-recruitmentsite {
    position: relative;
    width: calc(297px / 1);
}

.l-logo-recruitmentsite a::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 108%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 10em;
    height: 25px;
    width: 120px;
    height: 45px;
    color: #000;
    border: solid 1px #000;
    border-radius: 5px;
    padding: 0.2em 0;
    content: "採用サイト";
    /* font-family: 'Montserrat', sans-serif; */
    font-size: 1.4rem;
    font-weight: normal;
    line-height: 1.0;
}

.l-logo-recruitmentsite a:hover {
    opacity: 1;
}

/* 画面スクロール時 - 全ページ共通 */
.js-status-scrolled .header-global {}

@media screen and (min-width: 800px) {
    #main {}

    .js-header-indent #main {
        padding-top: 134px;
    }

    /* 全ページ共通 */
    .header-global>.l-inner {
        max-width: 1800px;
        min-width: 1400px;
        margin: 0 auto;
    }

    .header-global>.l-inner .l-header-left,
    .header-global>.l-inner .l-header-right {
        height: 50px;
    }

    .header-global>.l-inner .l-header-left {}

    .header-global>.l-inner .l-header-right {}

    /* 全ページ共通 - 画面スクロール時 */
    .js-status-scrolled .header-global {
        background-color: #fff;
        -webkit-backdrop-filter: blur(0);
        backdrop-filter: blur(0)
    }

    .js-status-scrolled .header-global>.l-inner {
        padding: 20px;
    }

    /* 全ページ共通 - ヘッダー初期位置のみ適用 */
    .js-status-before-main .header-global {
        background-color: transparent;
    }

    .js-status-before-main .header-global>.l-inner {}

    .js-status-before-scroll .header-global>.l-inner .l-header-left,
    .js-status-before-scroll .header-global>.l-inner .l-header-right {}

    /* 背景透過ver.のみ */
    .js-header-transparent .header-global {
        -webkit-backdrop-filter: blur(0);
        backdrop-filter: blur(0)
    }

    .js-header-transparent .header-global>.l-inner .nav-pc ul.nav-main li ul {
        background-color: #fff;
    }

    .js-header-transparent.js-status-before-scroll .header-global>.l-inner {}

    /* 背景透過ver.のみ - ヘッダー初期位置のみ適用 */
    .js-header-transparent.js-status-before-main .header-global {
        background-color: transparent;
    }

    .js-header-transparent.js-status-before-main .header-global,
    .js-header-transparent.js-status-before-main .header-global a {}

    .js-header-transparent.js-status-before-main .header-global>.l-inner .l-header-left .l-logo img {
        opacity: 0;
    }

    .js-header-transparent.js-status-before-main .header-global>.l-inner .l-logo a::after{
        color: #fff;
        border-color: #fff;
    }

    .js-header-transparent.js-status-before-main .header-global>.l-inner .nav-pc ul.nav-main li,
    .js-header-transparent.js-status-before-main .header-global>.l-inner .nav-pc ul.nav-main li a {
        color: #fff;
    }

    .js-header-transparent.js-status-before-main .header-global>.l-inner .nav-pc ul.nav-main li ul {
        background-color: transparent;
    }

    .js-header-transparent.js-status-before-main .header-global>.l-inner .nav-pc ul.nav-main li ul li,
    .js-header-transparent.js-status-before-main .header-global>.l-inner .nav-pc ul.nav-main li ul li a {
        color: #fff;
    }

    .js-header-transparent.js-status-before-main .header-global>.l-inner .nav-pc ul.nav-main li.has-child {}

    .js-header-transparent.js-status-before-main .header-global>.l-inner .nav-pc ul.nav-main>li>a::before {
        background-color: #fff;
    }

    .js-header-transparent.js-status-before-main .header-global>.l-inner .nav-pc ul.nav-main li.has-child::after {
        border-color: #fff;
    }
}

@media screen and (min-width: 0px) and (max-width: 799px) {
    #main {
        padding-top: 0;
    }

    .js-header-indent #main {
        padding-top: 60px;
    }

    /* 全ページ共通 */
    .header-global {
        height: 60px;
        margin: 0;
        padding: 0;
        width: calc(100% - 10px*2);
        width: 100%;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
    }

    .header-global>.l-inner {
        padding: 0 10px;
        height: 100%;
    }

    .header-global>.l-inner {
        align-items: center;
    }

    .header-global>.l-inner .l-header-left {
        width: 100%;
        padding: 0;
        justify-content: flex-start;
    }

    .header-global>.l-inner .l-header-right {}

    .header-global>.l-inner .l-header-left .l-logo {
        margin: 0 0 0 10px;
    }

    .l-logo-corporatesite {
        width: calc(297px / 2);
    }

    .l-logo-corporatesite a {
        text-decoration: none;
    }

    .l-logo-recruitmentsite a::after {}

    .l-logo-recruitmentsite {
        width: calc(297px / 2);
    }

    .l-logo-recruitmentsite a {
        text-decoration: none;
    }

    .l-logo-recruitmentsite a::after {
        font-size: 1.1rem;
        width: 8em;
        height: auto;
        /* position: static;
        height: auto; */
    }

    /* 全ページ共通 - 画面スクロール時 */
    .js-status-scrolled .header-global {
        background-color: #fff;
        -webkit-backdrop-filter: blur(0px);
        backdrop-filter: blur(0px);
        /* box-shadow: 10px 10px 30px rgba(0, 0, 0, .1); */
    }

    .js-status-scrolled .header-global>.l-inner {}

    /* 背景透過ver.のみ - ヘッダー初期位置のみ適用 */
    .js-header-transparent.js-status-before-main .header-global {
        background-color: transparent;
        box-shadow: none;
    }

    .js-header-transparent.js-status-before-main .header-global>.l-inner .l-header-left .l-logo {}

    .js-header-transparent.js-status-before-main .header-global>.l-inner .l-header-left .l-logo a::after{
        color: #fff;
        border-color: #fff;
    }

    .js-header-transparent.js-status-before-main .header-global>.l-inner .l-header-left .l-logo img {
        opacity: 0;
    }

    .js-header-transparent.js-status-before-main ul.nav-icon li.toggler a.trigger-bars span {
        background-color: #fff;
    }

    .js-header-transparent.js-status-before-main ul.nav-icon li.toggler.active a.trigger-bars span {
        background-color: var(--color-text-basic);
    }
}

@media screen and (min-width: 800px) and (max-width: 1399px) {}


/*
-----------------------------------------------------

	=NAVIGATION - PC

-----------------------------------------------------
*/

@media screen and (min-width: 800px) {

    /* =NAVIGATION - PC
	----------------------------------------------------- */
    .nav-pc {
        margin: 0 30px 0 0;
    }

    .nav-pc .l-inner {
        line-height: 0;
    }

    .nav-pc * {
        -webkit-transition: all ease-out 0.2s;
        -moz-transition: all ease-out 0.2s;
        -ms-transition: all ease-out 0.2s;
        transition: all ease-out 0.2s;
    }

    .nav-pc ul.nav-main {
        display: flex;
        align-items: center;
        letter-spacing: 0;
        font-size: 0;
    }

    .nav-pc ul.nav-main li {
        font-size: 1.8rem;
        font-weight: 500;
        line-height: 1.25;
        letter-spacing: 0.0em;
    }

    .nav-pc ul.nav-main li:not(:last-child) {
        margin: 0 2em 0 0;
    }

    .nav-pc ul.nav-main li a {
        position: relative;
        display: block;
        color: var(--color-text-basic);
        text-decoration: none;
    }

    .nav-pc ul.nav-main li a:hover {
        opacity: inherit;
    }

    /* 第1階層のみ */
    .nav-pc ul.nav-main>li>a {
        padding: 0.5em 0;
    }

    .nav-pc ul.nav-main>li>a[href]:hover {
        opacity: 0.5;
    }

    .nav-pc ul.nav-main>li>a::before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 0.0001%;
        height: 1px;
        background-color: var(--color-text-basic);
        -webkit-transition: all ease-out 0.1s;
        -moz-transition: all ease-out 0.1s;
        -ms-transition: all ease-out 0.1s;
        transition: all ease-out 0.1s;
    }

    .nav-pc ul.nav-main>li>a:hover::before {
        width: 100%;
    }

    /* 第2階層 (子要素にさらにulがある場合) */
    .nav-pc ul.nav-main li {
        position: relative;
    }

    .nav-pc ul.nav-main li.has-child {
        padding-right: 15px;
    }

    .nav-pc ul.nav-main li.has-child::after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        margin: auto 0;
        border-bottom: solid 1px var(--color-primary);
        border-right: solid 1px var(--color-primary);
        width: 6px;
        height: 6px;
        transform: rotate(45deg);
        -webkit-transition: all ease-out 0.2s;
        -moz-transition: all ease-out 0.2s;
        -ms-transition: all ease-out 0.2s;
        transition: all ease-out 0.2s;
    }

    .nav-pc ul.nav-main li ul {
        display: none;
        position: absolute;
        top: 100%;
        left: -20px;
        width: 17em;
        padding: 10px 20px;
        background-color: #fff;
        border-radius: 5px 5px;
        -webkit-border-radius: 5px 5px;
        -moz-border-radius: 5px 5px;
        -ms-border-radius: 5px 5px;
        -o-border-radius: 5px 5px;
    }

    .nav-pc ul.nav-main li:hover ul {
        display: block;
    }

    .nav-pc ul.nav-main li ul li {
        display: block;
        padding: 0.5em 0em;
        font-size: 85%;
        text-align: left;
        text-transform: none;
    }

    .nav-pc ul.nav-main li ul li a {
        padding: 0;
        color: var(--color-text-basic);
    }

    .nav-pc ul.nav-main li ul li a::before {}

    .nav-pc ul.nav-main li ul li a:hover {
        opacity: 0.5;
    }

    /* =NAVIGATION - ACTION BUTTON （ここはスマホでも共通CSS）
    ----------------------------------------------------- */
    .nav-action ul.nav-main {}

    .nav-action ul.nav-main li {
        margin: 0 0 0 10px;
    }

    .nav-action ul.nav-main li>a {}
}

/*
-----------------------------------------------------

	=NAVIGATION - SP

-----------------------------------------------------
*/

@media screen and (min-width: 0px) and (max-width: 799px) {

    /* =OVERLAY BACKGROUND
    ----------------------------------------------------- */
    .nav-overlay {
        position: fixed;
        z-index: 9990;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100dvh;
        background-color: var(--color-text-basic);
        -webkit-transition: opacity ease-out 0.25s;
        -moz-transition: opacity ease-out 0.25s;
        -ms-transition: opacity ease-out 0.25s;
        transition: opacity ease-out 0.25s;
        opacity: 0;
        pointer-events: none;
    }

    .nav-overlay.active {
        opacity: 0.25;
        pointer-events: inherit;
    }

    /* =NAVIGATION - SP
	----------------------------------------------------- */
    .nav-sp {
        position: fixed;
        z-index: 9992;
        top: 0;
        right: 0;
        bottom: auto;
        width: 70vw;
        height: 100vh;
        padding: 0;
        border-radius: 0;
        background-color: rgba(255, 255, 255, 1);
        background-color: var(--color-pale-burgundy);
        color: var(--color-text-basic);
        box-shadow: 5px 8.66px 20px 0px rgba(0, 0, 0, 0.07);
        box-shadow: 15px 25.981px 50px 0px rgba(126, 126, 126, 0.2);
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
        -webkit-transform: translate3d(0, -100%, 0);
        -moz-transform: translate3d(0, -100%, 0);
        -ms-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        -webkit-transition: opacity ease-out 0.25s;
        -moz-transition: opacity ease-out 0.25s;
        -ms-transition: opacity ease-out 0.25s;
        transition: opacity ease-out 0.25s;
        opacity: 0;
    }

    .nav-sp.on {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .nav-sp.on .l-inner {}

    .nav-sp .l-inner {
        padding: 6.25vw;
        /* padding-top: 0; */
        padding-bottom: 20vw;
    }

    .nav-sp .l-inner .l-logo {
        height: 70px;
        display: flex;
        align-items: center;
        margin: 0;
    }

    .nav-sp .l-nav-footer ul.nav-main {
        margin: 0 0 1em 0;
        margin: 0;
    }

    .nav-sp .l-nav-footer ul.nav-main li {
        display: block;
        color: var(--color-text-basic);
        line-height: 2;
    }

    .nav-sp .l-nav-footer ul.nav-main li a:not([class]) {
        display: block;
        color: var(--color-text-basic);
        text-decoration: none;
    }

    .nav-sp .l-nav-footer ul.nav-main li a:not([class]) :hover {
        opacity: 0.25;
    }

    /* .nav-sp .l-nav-footer .l-heading {
        margin: 2em 0 10px;
    }

    .nav-sp .l-nav-footer .l-heading:first-child {
        margin-top: 0;
    } */

    /* ナビゲーション - 第1階層 */
    .nav-sp ul.nav-main>li:not(:last-child) {
        margin-bottom: 10px;
    }

    .nav-sp ul.nav-main>li>a:not([class]) {
        position: relative;
    }

    .nav-sp ul.nav-main>li>a:not([class])::before {}

    /* ナビゲーション - 第2階層 */
    .nav-sp .l-nav-footer ul.nav-main ul {
        margin: 0;
    }

    .nav-sp .l-nav-footer ul.nav-main ul li {
        margin: 0.5em 0;
        position: relative;
        padding-left: 0;
        font-size: 1.3rem;
    }

    .nav-sp .l-nav-footer ul.nav-main ul li:before {}

    .nav-sp .l-nav-footer ul.nav-main ul li a {}

    /* =TOGGLER
	----------------------------------------------------- */
    ul.nav-icon {
        margin: 0;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

    ul.nav-icon li {
        display: inline-block;
        vertical-align: top;
        z-index: 9990;
        top: 0;
        right: 0;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        text-align: center;
        -webkit-transition: all ease-out 0.4s;
        -moz-transition: all ease-out 0.4s;
        -ms-transition: all ease-out 0.4s;
        transition: all ease-out 0.4s;
        cursor: pointer;
    }

    ul.nav-icon li:not(:last-child) {
        margin-right: 5px;
    }

    ul.nav-icon li a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
        text-decoration: none;
    }

    ul.nav-icon li .l-icon {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }

    ul.nav-icon li.toggler {
        position: relative;
        z-index: 9999;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: transparent;
        border-radius: 50%;
    }

    .is-scrolled ul.nav-icon li.toggler {}

    ul.nav-icon li.toggler a.trigger-bars {}

    ul.nav-icon li.toggler a.trigger-bars,
    ul.nav-icon li.toggler a.trigger-bars span {
        display: inline-block;
        box-sizing: border-box;
        -webkit-transition: all ease-out 0.4s;
        -moz-transition: all ease-out 0.4s;
        -ms-transition: all ease-out 0.4s;
        transition: all ease-out 0.4s;
    }

    ul.nav-icon li.toggler a.trigger-bars {
        position: relative;
        z-index: 9999;
        width: 29px;
        height: 19px;
        background-color: var(--color-pale-orange);
        color: var(--color-text-basic);
    }

    ul.nav-icon li.toggler a.trigger-bars span {
        position: absolute;
        left: 0;
        width: 100%;
        height: 1px;
        background-color: var(--color-primary);
        background-color: var(--color-text-basic);
        border-radius: 0;
        -webkit-transition: all ease-out 0.14s;
        -moz-transition: all ease-out 0.14s;
        -ms-transition: all ease-out 0.14s;
        transition: all ease-out 0.14s;
    }

    ul.nav-icon li.toggler a.trigger-bars span:nth-of-type(1) {
        top: 0;
    }

    ul.nav-icon li.toggler a.trigger-bars span:nth-of-type(2) {
        top: 9px;
    }

    ul.nav-icon li.toggler a.trigger-bars span:nth-of-type(3) {
        bottom: 0;
    }

    ul.nav-icon li.toggler.active a.trigger-bars {
        color: var(--color-primary);
        color: var(--color-text-basic);
    }

    ul.nav-icon li.toggler.active a.trigger-bars span {}

    ul.nav-icon li.toggler.active a.trigger-bars span:nth-of-type(1) {
        -webkit-transform: translateY(9px) rotate(-45deg);
        transform: translateY(9px) rotate(-45deg);
    }

    ul.nav-icon li.toggler.active a.trigger-bars span:nth-of-type(2) {
        opacity: 0;
    }

    ul.nav-icon li.toggler.active a.trigger-bars span:nth-of-type(3) {
        -webkit-transform: translateY(-9px) rotate(45deg);
        transform: translateY(-9px) rotate(45deg);
    }
}


/*
-----------------------------------------------------

	=FOOTER

-----------------------------------------------------
*/
.footer-global {
    position: relative;
    z-index: 90;
    font-weight: 500;
    background-color: #fff;
}

.footer-global::before {}

.footer-global,
.footer-global a {}

.footer-global a {
    text-decoration: none;
}

.footer-global p {
    line-height: 1.8;
}

.footer-global hr:not([class]) {
    height: 2em;
}

.footer-global .c-section {}

@media screen and (min-width: 800px) {
    .footer-global .c-section {
        padding-bottom: 30px;
    }
}

@media screen and (min-width: 0px) and (max-width: 799px) {
    .footer-global {
        font-size: 1.2rem;
    }
}

/* フッター - ナビゲーションなどのエリア
----------------------------------------------------- */
.footer-global .l-footer-navigation-area {}

.footer-global .l-footer-navigation-area .l-inner {
    position: relative;
}

.footer-global .l-footer-navigation-area .l-logo {}

.footer-global .l-footer-navigation-area .l-address {
    font-size: .7em;
}

.footer-global .l-footer-navigation-area .l-site-name {
    font-family: 'Montserrat', sans-serif;
    font-size: 1em;
    font-weight: 300;
    letter-spacing: 0.14em;

    /*グラデーション文字*/
    display: inline-block;
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(255, 255, 255, 0.0);
    background-image: -ms-linear-gradient(var(--color-gradient));
    background-image: -webkit-linear-gradient(var(--color-gradient));
    background-image: -moz-linear-gradient(var(--color-gradient));
    background-image: linear-gradient(var(--color-gradient));
}

.footer-global .l-footer-navigation-area .nav-action {
    margin: 3em 0 0;
    text-align: right;
}

.footer-global .nav-footer-sub {
    margin: 4em 0 0;
    font-size: .875em;
    opacity: 0.5;
}

@media screen and (min-width: 800px) {
    .footer-global .l-footer-navigation-area {}

    .footer-global .l-footer-navigation-area .footer-left {
        width: 400px;
        width: 50%;
        justify-content: flex-start;
    }

    .footer-global .l-footer-navigation-area .footer-right {
        width: calc(100% - 400px - 80px);
        width: calc(100% - 50% - 80px);
    }
}

@media screen and (min-width: 0px) and (max-width: 799px) {

    .footer-global .l-footer-navigation-area {
        padding: 6.25vw 0;
    }

    .footer-global .l-footer-navigation-area .footer-left,
    .footer-global .l-footer-navigation-area .footer-right {
        width: 100%;
        justify-content: flex-start;
    }

    .footer-global .l-footer-navigation-area .footer-right {}

    .footer-global .l-footer-navigation-area .c-flex-parent.u-responsive>.c-flex-child {
        margin: 0;
    }

    .footer-global .l-footer-navigation-area .footer-left>*:last-child {
        margin-bottom: 0;
    }

    .footer-global .l-footer-navigation-area .l-logo {
        width: 166px;
    }

    .footer-global .l-footer-navigation-area .l-address {
        font-size: .9em;
    }

}

/* フッター - ナビゲーションなどのエリア - ナビゲーション横並びver.
----------------------------------------------------- */
.l-nav-footer {}

/* 
.l-nav-footer .l-heading {
    margin: 0 0 0.25em;
    color: var(--color-text-basic);
    font-size: 2.1rem;
    font-weight: bold;
} */

.l-nav-footer ul {}

.l-nav-footer ul li {
    letter-spacing: 0;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 2.2;
}

.l-nav-footer ul li a {
    position: relative;
    display: inline-block;
    color: inherit;
    text-decoration: none;
}

.l-nav-footer ul li a:hover {}

.l-nav-footer ul ul {
    margin: 0.5em 0 0;
}

.l-nav-footer ul ul li {
    font-size: .875em;
    font-weight: normal;
}

.l-nav-footer ul ul li a {
    position: relative;
    padding-left: 1em;
    padding-left: 0;
}

.l-nav-footer ul li.u-ver-external a {
    padding-right: 30px;
    background: url(assets/images/icon-external.webp) no-repeat right center;
    background-size: 16px auto;
}

@media screen and (min-width: 800px) {
    /* .l-nav-footer .c-flex-parent .c-flex-child {
        margin: 0 2em 0 0;
    } */
}

@media screen and (min-width: 0px) and (max-width: 799px) {
    .l-nav-footer {}

    .l-nav-footer .l-heading {
        font-size: 1.33em;
    }

    .l-nav-footer ul li {
        font-size: 1.4rem;
    }

    .l-nav-footer ul ul li a::before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        margin: auto 0;
        width: 5px;
    }
}

/* フッター - コピーライト
----------------------------------------------------- */
.footer-global .l-footer-copyright-area {
    padding: 0;
    font-size: 1.2rem;
}

.footer-global .l-footer-copyright-area,
.footer-global .l-footer-copyright-area a {}

.footer-global .l-footer-copyright-area .l-inner {
    padding: 60px 0 90px;
    align-items: center;
}

.footer-global .l-footer-copyright-area .copyright {
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0.07em;
    line-height: 1;
}

.footer-global .l-footer-copyright-area .copyright p {
    margin: 0;
}

.footer-global .l-footer-copyright-area a {}

.footer-global .l-footer-copyright-area a:hover {
    opacity: .5;
}

@media screen and (min-width: 800px) {}

@media screen and (min-width: 0px) and (max-width: 799px) {

    .footer-global hr.hr-sep {
        width: calc(100% - 6.25vw);
    }

    .footer-global .l-footer-copyright-area {
        padding: 0 0;
        font-size: .9rem;
    }

    .footer-global .l-footer-copyright-area .l-inner {
        padding: 0;
    }

    .footer-global .l-footer-copyright-area .copyright {
        font-size: .9rem;
    }

    .footer-global .l-footer-copyright-area .c-flex-parent.u-responsive>.c-flex-child {
        margin-bottom: 6.25vw;
    }

    /* .footer-global ul.c-list-sns {
        margin: 0 0 6.25vw;
        text-align: left;
    }

    .footer-global ul.c-list-sns:last-child {
        margin-bottom: 0;
    } */
}



/*
-----------------------------------------------------

	=COMMON PARTS - SECTION

-----------------------------------------------------
*/

/* HEADER AREA
----------------------------------------------------- */
.c-section-header {
    text-align: center;
}

@media screen and (min-width: 800px) {}

@media screen and (min-width: 0px) and (max-width: 799px) {}

.c-flexible-indent {
    padding: 0 40px;
    margin: 0 auto;
}

@media screen and (min-width: 800px) {}

@media screen and (min-width: 0px) and (max-width: 799px) {
    .c-flexible-indent {
        padding: 0 3.125vw;
    }
}

/*
-----------------------------------------------------

	=COMMON PARTS - DECORATION

-----------------------------------------------------
*/


/* フォントカラー、加工など
----------------------------------------------------- */
.u-fc-theme {
    color: var(--color-primary);
}

.u-fc-secondary {
    color: var(--color-secondary);
}

.u-radius {
    overflow: hidden;
    border-radius: 10px;
}

/* 罫線ラインマーカー */
.u-text-underline {
    position: relative;
    display: inline-block;
}

.u-text-underline::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0.15em;
    background-color: var(--color-primary);
    mix-blend-mode: multiply
}

.u-ver-unclikkable {
    pointer-events: none;
}

.u-text-indent {
    display: inline-block;
    text-indent: 1em;
}

.u-text-indent-negative {
    display: inline-block;
    text-indent: -0.5em;
}

@media screen and (min-width: 800px) {}

@media screen and (min-width: 0px) and (max-width: 799px) {}


/* 汎用の枠・白背景エリア
----------------------------------------------------- */
.c-whitebox {
    padding: 80px;
    background-color: #fff;
}

@media screen and (min-width: 800px) {}

@media screen and (min-width: 0px) and (max-width: 799px) {
    .c-whitebox {
        padding: 6.25vw;
    }
}

/* 汎用のカバー画像エリア
----------------------------------------------------- */
.c-cover-image {
    position: relative;
    width: 100%;
}

.c-cover-image img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
}

/* 汎用のフレーム
----------------------------------------------------- */
.c-frame {
    position: relative;
    z-index: 2;
    margin: 0 0 2em;
    border-radius: 10px;
    padding: 2em;
}

.c-frame-theme {
    position: relative;
    z-index: 2;
    margin: 0 0 2em;
    border-radius: 10px;
    padding: 2em;
    background-color: var(--color-primary);
    color: #fff;
}

.c-frame-white {
    background-color: #fff;
}

@media screen and (min-width: 800px) {}

@media screen and (min-width: 0px) and (max-width: 799px) {}


.c-indent-block {
    border-left: solid 10px var(--color-primary);
    padding-left: 90px;
}

@media screen and (min-width: 800px) {}

@media screen and (min-width: 0px) and (max-width: 799px) {
    .c-indent-block {
        border-left: solid 5px var(--color-primary);
        padding-left: 6.25vw;
    }
}


/*
-----------------------------------------------------

	=COMMON PARTS - HEADING

-----------------------------------------------------
*/

/* 強調した文章（ABOUTセクションなどでの装飾）
----------------------------------------------------- */
.c-featured-text {
    font-size: 1.15em;
    line-height: 2.0;
}

@media screen and (min-width: 800px) {}

@media screen and (min-width: 0px) and (max-width: 799px) {
    .c-featured-text {}
}



/* 見出し - セクション・ナンバリング・英語
----------------------------------------------------- */
.c-title-numbering {
    margin: 0 0 1.5em;
    font-family: 'Montserrat', sans-serif;
    font-size: 3.2rem;
    font-weight: 600;
    line-height: 1.35;
    letter-spacing: 0.14em;
}

.c-title-numbering:last-child {
    margin-bottom: 0;
}

.c-title-numbering>* {
    display: block;
}

.c-title-numbering .l-numbering {
    margin: 0 0 1.5em;
    color: var(--color-text-basic);
    font-size: 0.5em;
    opacity: 0.25;
}

.c-title-numbering .l-english {
    margin: 0 0 0.5em;

    /* グラデーション下線 */
    padding-bottom: 0.15em;
    border-bottom: solid 1px;
    border-image: linear-gradient(var(--color-gradient)) 1;

    /*グラデーション文字*/
    display: inline-block;
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(255, 255, 255, 0.0);
    background-image: -ms-linear-gradient(var(--color-gradient));
    background-image: -webkit-linear-gradient(var(--color-gradient));
    background-image: -moz-linear-gradient(var(--color-gradient));
    background-image: linear-gradient(var(--color-gradient));
    font-weight: 500;
}

@media screen and (min-width: 800px) {}

@media screen and (min-width: 0px) and (max-width: 799px) {
    .c-title-numbering {
        margin: 0 0 1em;
        font-size: 2.1rem;
    }

    .c-title-numbering .l-english {}
}

/* ナンバリングと英語のサイズを大きくするバージョン（セクションタイトルなどで使用） */
.c-title-numbering .l-english em {
    font-size: 2.1em;
}

.u-ver-white.c-title-numbering .l-numbering {
    color: #fff;
    opacity: 0.5;
}

.u-ver-white.c-title-numbering .l-english {
    -webkit-text-fill-color: #fff;
    background-image: none;
    border-color: #fff;
    border-image: none;
    font-weight: 600;
}

.u-ver-flash-green.c-title-numbering .l-english {
    -webkit-text-fill-color: var(--color-flash-green);
    background-image: none;
    border-color: var(--color-flash-green);
    border-image: none;
    font-weight: 600;
}

.u-ver-large.c-title-numbering {
    font-size: 7.2rem;
}

@media screen and (min-width: 800px) {}

@media screen and (min-width: 0px) and (max-width: 799px) {
    .u-ver-large.c-title-numbering {
        font-size: 3.9rem;
    }
}

/* 見出し - セクション・ページの大見出し 56pt
----------------------------------------------------- */
.c-title-section {
    margin: 0 0 1.25em;
    font-size: 5.6rem;
    font-weight: bold;
    line-height: 1.45;
}

.c-title-section:last-child {
    margin-bottom: 0;
}

.c-title-section>* {
    display: block;
}

.c-title-section .l-english {
    margin: 0 0 0.5em;
    color: var(--color-text-basic);
    opacity: 0.35;
    font-size: 2.0rem;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    letter-spacing: 0.05em;
}

.c-title-section .l-japanese {}

@media screen and (min-width: 800px) {}

@media screen and (min-width: 0px) and (max-width: 799px) {
    .c-title-section {
        margin: 0 0 1em;
        font-size: 2.6rem;
    }

    .c-title-section .l-english {
        font-size: 1.2rem;
    }
}

@media screen and (min-width: 800px) {}

@media screen and (min-width: 0px) and (max-width: 799px) {}



/* 見出し - 日本語のメイン見出し 36pt
----------------------------------------------------- */
.c-title-36 {
    margin: 0 0 1.5em;
    font-size: 3.5rem;
    font-weight: bold;
    line-height: 1.45;
}

.c-title-36:last-child {
    margin-bottom: 0;
}

.c-title-36>* {
    display: block;
}

.c-title-36 .l-english {
    margin: 0 0 0.5em;
    color: var(--color-text-basic);
    opacity: 0.25;
    font-size: .6em;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    letter-spacing: 0.07em;
}

.c-title-36 .l-japanese {}

@media screen and (min-width: 800px) {}

@media screen and (min-width: 0px) and (max-width: 799px) {
    .c-title-36 {
        margin: 0 0 1em;
        font-size: 2.1rem;
    }

    .c-title-36 .l-english {
        font-size: 1.2rem;
    }
}

.u-ver-small.c-title-36 {
    font-size: 2.4rem;
}

@media screen and (min-width: 800px) {}

@media screen and (min-width: 0px) and (max-width: 799px) {
    .u-ver-small.c-title-36 {
        font-size: 1.3em;
    }
}

/*
-----------------------------------------------------

	=COMMON PARTS - HEADING (RECRUIT ONLY)

-----------------------------------------------------
*/

/* 見出し - セクション・蛍光グリーン文字
----------------------------------------------------- */
.c-title-flash-green {
    margin: 0 0 0.5em;
    color: var(--color-flash-green);
    font-family: 'Montserrat', sans-serif;
    font-size: 14.4rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.0em;
}

.c-title-flash-green:last-child {
    margin-bottom: 0;
}

.c-title-flash-green>* {
    display: block;
}

.c-title-flash-green .l-japanese {}

@media screen and (min-width: 800px) {}

@media screen and (min-width: 0px) and (max-width: 799px) {
    .c-title-flash-green {
        margin: 0 0 1em;
        font-size: 5.4rem;
    }
}

.u-ver-gradient.c-title-flash-green .l-english {
    display: inline-block;
    background-image: -ms-linear-gradient(var(--color-gradient));
    background-image: -webkit-linear-gradient(var(--color-gradient));
    background-image: -moz-linear-gradient(var(--color-gradient));
    background-image: linear-gradient(var(--color-gradient));
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(255, 255, 255, 0.0);
}


/*
-----------------------------------------------------

	=COMMON PARTS - HEADING (SUB PAGES ONLY)

-----------------------------------------------------
*/

/* 見出し - セクション・ナンバリング・英語
----------------------------------------------------- */
.c-title-numbering-japanese {
    margin: 0 0 1.5em;
    font-size: 3.2rem;
    font-weight: 600;
    line-height: 1.35;
    letter-spacing: 0;
}

.c-title-numbering-japanese:last-child {
    margin-bottom: 0;
}

.c-title-numbering-japanese>* {
    display: block;
}

.c-title-numbering-japanese .l-numbering {
    margin: 0 0 1.5em;
    font-family: 'Montserrat', sans-serif;
    color: var(--color-text-basic);
    font-size: 0.5em;
    letter-spacing: 0.14em;
    opacity: 0.25;
}

.c-title-numbering-japanese .l-japanese {
    font-size: 1.1em;
}

.u-ver-underline.c-title-numbering-japanese .l-japanese {
    padding-bottom: 0.5em;
    border-bottom: 1px solid currentColor;
}

@media screen and (min-width: 800px) {}

@media screen and (min-width: 0px) and (max-width: 799px) {
    .c-title-numbering-japanese {
        margin: 0 0 1em;
        font-size: 1.8rem;
    }
}

/* 見出し - セクション・ナンバリング・英語
----------------------------------------------------- */
.c-title-gradientball {
    position: relative;
    margin: 0 0 1.5em;
    padding-left: 40px;
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 1.35;
    letter-spacing: 0;
}

.c-title-gradientball:last-child {
    margin-bottom: 0;
}

.c-title-gradientball>* {
    display: block;
}

.c-title-gradientball::before {
    content: "";
    position: absolute;
    top: 3px;
    left: 0;
    bottom: 0;
    margin: auto 0;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-image: -ms-linear-gradient(var(--color-gradient));
    background-image: -webkit-linear-gradient(var(--color-gradient));
    background-image: -moz-linear-gradient(var(--color-gradient));
    background-image: linear-gradient(var(--color-gradient));
}

.c-title-gradientball .l-japanese {}

@media screen and (min-width: 800px) {}

@media screen and (min-width: 0px) and (max-width: 799px) {
    .c-title-gradientball {
        padding-left: 30px;
        font-size: 1.3em;
    }

    .c-title-gradientball::before {
        width: 18px;
        height: 18px;
    }
}

.u-ver-underline.c-title-gradientball {
    padding-top: .95em;
    padding-bottom: .95em;
    border-bottom: 1px solid currentColor;
}


/* 見出し - セクション・ナンバリング・日本語
----------------------------------------------------- */
.c-title-gradientbar {
    margin: 0 0 1.5em;
    font-size: 5.6rem;
    font-weight: 600;
}

.c-title-gradientbar .l-sub {
    display: inline-block;
    vertical-align: middle;
    margin: 0 1.0em 0 0;
    padding: 1.05em 1em;
    position: relative;
    top: 3px;
    font-size: 2.0rem;
    font-weight: 600;
    line-height: .8;
    letter-spacing: 0.15em;
    background-image: -ms-linear-gradient(var(--color-gradient));
    background-image: -webkit-linear-gradient(var(--color-gradient));
    background-image: -moz-linear-gradient(var(--color-gradient));
    background-image: linear-gradient(var(--color-gradient));
    color: #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.c-title-gradientbar .l-japanese {
    display: inline-block;
    vertical-align: middle;
    line-height: 1.05;
}

@media screen and (min-width: 800px) {}

@media screen and (min-width: 0px) and (max-width: 799px) {
    .c-title-gradientbar {
        margin: 0 0 1.5em;
        font-size: 2.6rem;
    }

    .c-title-gradientbar .l-sub {
        display: inline-block;
        vertical-align: middle;
        margin: 0 1.0em 0 0;
        padding: .85em 1em;
        font-size: .65em;
    }

    .c-title-gradientbar .l-japanese {}
}

/* 見出し - 日本語24pt
----------------------------------------------------- */
.c-title-24 {
    margin: 0 0 .75em;
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 1.5;
}

.c-title-24:last-child {
    margin-bottom: 0;
}

@media screen and (min-width: 800px) {}

@media screen and (min-width: 0px) and (max-width: 799px) {
    .c-title-24 {
        font-size: 1.6rem;
    }
}







































/* 見出し - 日本語20pt
----------------------------------------------------- */
/* .c-title-20 {
    margin: 0em 0 1.5em;
    font-size: 2.0rem;
    font-weight: bold;
    line-height: 1.5;
}

.c-title-20>* {
    display: block;
}

.c-title-20 .l-japanese {}

.c-title-20 .l-english {
    display: block;
    margin: .75em 0 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.6rem;
    font-weight: normal;
    opacity: 0.5;
    letter-spacing: -0.025em;
}

@media screen and (min-width: 800px) {}

@media screen and (min-width: 0px) and (max-width: 799px) {
    .c-title-20 {
        font-size: 1em;
    }

    .c-title-20 .l-english {
        font-size: 1.0rem;
    }
} */


/*
-----------------------------------------------------

	=COMMON PARTS - BUTTON

-----------------------------------------------------
*/


/* ボタン - ヘッダー用のCTAボタン
----------------------------------------------------- */
/* .c-button-action {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 180px;
    height: 54px;
    line-height: 1.0;
    padding: 0 1em;
    border-radius: 6em;
    background-color: var(--color-primary);
    background-image: -ms-linear-gradient(var(--color-gradient));
    background-image: -webkit-linear-gradient(var(--color-gradient));
    background-image: -moz-linear-gradient(var(--color-gradient));
    background-image: linear-gradient(var(--color-gradient));
    color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
    letter-spacing: 0;
    text-decoration: none;
}

.c-button-action.u-ver-contact {}

.c-button-action .l-japanese,
.c-button-action .l-icon {
    -webkit-transition: all ease-out 0.2s;
    -moz-transition: all ease-out 0.2s;
    -ms-transition: all ease-out 0.2s;
    transition: all ease-out 0.2s;
}

.c-button-action .l-japanese {
    display: block;
    line-height: 1.5;
    text-indent: 0;
}

.c-button-action .l-icon {
    position: absolute;
    display: inline;
    top: 0;
    bottom: 0;
    left: 1em;
    margin: auto 0;
}

.c-button-action:hover {
    opacity: 1;
    filter: brightness(1.5);
    -webkit-filter: brightness(1.5);
}

.c-button-action:hover .l-japanese {
    border-color: transparent;
}

.c-button-action:hover .l-icon {}

@media screen and (min-width: 800px) {
    .c-button-action.u-ver-medium {
        width: 280px;
        height: 70px;
    }

    .js-header-transparent.js-status-before-main .header-global .c-button-action {
        background: #fff;
        color: var(--color-text-basic);
    }

    .js-header-transparent.js-status-before-main .header-global .c-button-action:hover {
        color: #888;
    }
}

@media screen and (min-width: 0px) and (max-width: 799px) {
    .c-button-action {
        width: 170px;
        max-width: 100%;
        height: 50px;
        font-size: 1.45rem;
    }

    .c-button-action .l-japanese {}

    .c-button-action .l-arrow {
        width: 28px;
        height: 28px;
    }

    .c-button-action .l-arrow svg {
        zoom: 0.5;
    }
}

.u-ta-r .c-button-action {
    margin-left: auto;
}

.u-ta-c .c-button-action {
    margin-left: auto;
    margin-right: auto;
}

.c-button-action.u-ver-medium {
    width: 240px;
    height: 64px;
    font-size: 2.0rem;
}

@media screen and (min-width: 800px) {}

@media screen and (min-width: 0px) and (max-width: 799px) {}
 */

/* ボタン - 矢印アイコン付きRead moreボタン
----------------------------------------------------- */
.c-button-readmore {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 280px;
    height: 64px;
    padding: 0 2em;
    border-radius: 6em;
    background-color: #fff;
    background-image: -ms-linear-gradient(var(--color-gradient));
    background-image: -webkit-linear-gradient(var(--color-gradient));
    background-image: -moz-linear-gradient(var(--color-gradient));
    background-image: linear-gradient(var(--color-gradient));
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 1em;
    font-weight: 600;
    letter-spacing: 0.07em;
    text-decoration: none;
}

.c-button-readmore .l-english,
.c-button-readmore .l-arrow {
    -webkit-transition: all ease-out 0.2s;
    -moz-transition: all ease-out 0.2s;
    -ms-transition: all ease-out 0.2s;
    transition: all ease-out 0.2s;
}

.c-button-readmore .l-english {
    display: block;
}

.c-button-readmore .l-arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    right: calc(1em + 5px);
    margin: auto 0;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: solid 1px #fff;
    -webkit-transition: all ease-out 0.25s;
    -moz-transition: all ease-out 0.25s;
    -ms-transition: all ease-out 0.25s;
    transition: all ease-out 0.25s;
}

.c-button-readmore .l-arrow svg {
    fill: #fff;
    -webkit-transition: all ease-out 0.25s;
    -moz-transition: all ease-out 0.25s;
    -ms-transition: all ease-out 0.25s;
    transition: all ease-out 0.25s;
}

.c-button-readmore:hover {
    opacity: 1;
    filter: brightness(1.5);
    -webkit-filter: brightness(1.5);
}

.c-button-readmore:hover .l-arrow {
    right: calc(1em);
}

.c-button-readmore:hover .l-arrow svg {}

@media screen and (min-width: 800px) {}

@media screen and (min-width: 0px) and (max-width: 799px) {
    .c-button-readmore {
        width: 240px;
        max-width: 100%;
        height: auto;
        padding: 1.05em 1.5em;
        font-size: 1.5rem;
    }

    .c-button-readmore .l-arrow {}

    .c-button-readmore .l-arrow svg {
        zoom: 0.65;
    }
}

/* ALIGNMENT */
.u-ta-r .c-button-readmore {
    margin-left: auto;
}

.u-ta-c .c-button-readmore {
    margin-left: auto;
    margin-right: auto;
}

.l-nav-area .c-button-readmore {
    width: 100%;
}

@media screen and (min-width: 800px) {}

@media screen and (min-width: 0px) and (max-width: 799px) {}


/* VERSION */
.u-ver-white.c-button-readmore {
    background-color: #fff;
    background-image: none;
}

.u-ver-white.c-button-readmore .l-english {
    display: inline-block;
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(255, 255, 255, 0.0);
    background-image: -ms-linear-gradient(var(--color-gradient));
    background-image: -webkit-linear-gradient(var(--color-gradient));
    background-image: -moz-linear-gradient(var(--color-gradient));
    background-image: linear-gradient(var(--color-gradient));
    font-weight: 500;
}

.u-ver-white.c-button-readmore .l-arrow {
    border: solid 1px var(--color-secondary);
}

.u-ver-white.c-button-readmore .l-arrow svg {
    fill: var(--color-secondary);
}

.u-ver-white.c-button-readmore:hover {
    filter: brightness(.7);
    -webkit-filter: brightness(.7);
}

@media screen and (min-width: 800px) {
    .u-ver-large.c-button-readmore {
        width: 520px;
        height: 120px;
        font-size: 2.1em;
    }

    .u-ver-large.c-button-readmore .l-arrow {
        width: 44px;
        height: 44px;
    }

    .u-ver-large.c-button-readmore .l-arrow svg {
        zoom: 0.8;
    }
}

@media screen and (min-width: 0px) and (max-width: 799px) {
    .u-ver-large.c-button-readmore .l-arrow svg {
        zoom: 0.35;
    }
}

/* HEADER ONLY */
@media screen and (min-width: 800px) {
    .js-header-transparent.js-status-before-main .c-button-readmore {
        background-color: #fff;
        background-image: none;
    }

    .js-header-transparent.js-status-before-main .c-button-readmore .l-english {
        display: inline-block;
        -webkit-background-clip: text;
        -webkit-text-fill-color: rgba(255, 255, 255, 0.0);
        background-image: -ms-linear-gradient(var(--color-gradient));
        background-image: -webkit-linear-gradient(var(--color-gradient));
        background-image: -moz-linear-gradient(var(--color-gradient));
        background-image: linear-gradient(var(--color-gradient));
        font-weight: 500;
    }

    .js-header-transparent.js-status-before-main .c-button-readmore .l-arrow {
        border: solid 1px var(--color-secondary);
    }

    .js-header-transparent.js-status-before-main .c-button-readmore .l-arrow svg {
        fill: var(--color-secondary);
    }

    .js-header-transparent.js-status-before-main .c-button-readmore:hover {
        filter: brightness(.7);
        -webkit-filter: brightness(.7);
    }
}

@media screen and (min-width: 0px) and (max-width: 799px) {}


/* ボタン - 小さなテキストとアロー
----------------------------------------------------- */
.c-link-arrow {
    position: relative;
    display: inline-block;
    padding: .75em 0;
    padding-right: 1.45em;
    font-size: 1.0em;
    font-family: 'Montserrat', sans-serif;
    color: var(--color-text-basic);
    font-weight: 600;
    letter-spacing: 0.07em;
    text-decoration: none;
    line-height: .8;
}

.c-link-arrow::after {
    content: "";
    position: absolute;
    top: 1px;
    bottom: 0;
    margin: auto 0;
    right: 0;
    background: url(assets/images/icon-arrow-right-black.webp) no-repeat center;
    background-size: contain;
    width: 18px;
    height: 18px;
    -webkit-transition: all ease-out 0.2s;
    -moz-transition: all ease-out 0.2s;
    -ms-transition: all ease-out 0.2s;
    transition: all ease-out 0.2s;
}

.c-link-arrow::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0.00001%;
    height: 1px;
    background-color: var(--color-text-basic);
    -webkit-transition: all ease-out 0.2s;
    -moz-transition: all ease-out 0.2s;
    -ms-transition: all ease-out 0.2s;
    transition: all ease-out 0.2s;
}

.c-link-arrow:hover {
    opacity: 1;
}

.c-link-arrow:hover::before {
    width: 100%;
}

@media screen and (min-width: 800px) {}

@media screen and (min-width: 0px) and (max-width: 799px) {
    .c-link-arrow {
        font-size: 1em;
    }

    .c-link-arrow::after {
        width: calc(18px / 2 * 1);
        height: calc(18px / 2 * 1);
    }
}

.c-link-arrow.u-ver-rotate::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

@media screen and (min-width: 800px) {
    .c-link-arrow.u-ver-small {
        font-size: 1em;
    }

    .c-link-arrow.u-ver-small::after {
        width: 11px;
        height: 13px;
    }
}

@media screen and (min-width: 0px) and (max-width: 799px) {}



/* ボタン - 小さなテキストとアロー　英語バージョン
----------------------------------------------------- */
.c-link-arrow-stylish {
    position: relative;
    padding: 1.15em 0;
    padding-left: 36px;
    font-size: 1.0em;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    letter-spacing: 0.07em;
    text-decoration: none;
    line-height: .8;

    /*グラデーション文字*/
    display: inline-block;
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(255, 255, 255, 0.0);
    background-image: -ms-linear-gradient(var(--color-gradient));
    background-image: -webkit-linear-gradient(var(--color-gradient));
    background-image: -moz-linear-gradient(var(--color-gradient));
    background-image: linear-gradient(var(--color-gradient));
}

.c-link-arrow-stylish::after {
    content: "";
    position: absolute;
    top: 1px;
    bottom: 0;
    margin: auto 0;
    left: 0;
    background: url(assets/images/icon-arrow-right-gradient.webp) no-repeat center;
    background-size: contain;
    width: 24px;
    height: 24px;
    -webkit-transition: all ease-out 0.2s;
    -moz-transition: all ease-out 0.2s;
    -ms-transition: all ease-out 0.2s;
    transition: all ease-out 0.2s;
}

.c-link-arrow-stylish:hover {
    opacity: 0.5;
}

@media screen and (min-width: 800px) {}

@media screen and (min-width: 0px) and (max-width: 799px) {
    .c-link-arrow-stylish {
        font-size: 1em;
    }

    .c-link-arrow-stylish::after {
        width: calc(24px / 2 * 1);
        height: calc(24px / 2 * 1);
    }
}


/* =ナビゲーション - ページ内コンテンツ （下層ページのみ）
----------------------------------------------------- */
/* ul.c-list-nav li {
    margin-bottom: 1em;
}

@media screen and (min-width: 800px) {}

@media screen and (min-width: 0px) and (max-width: 799px) {} */

/* 横並びver.  */
/* ul.c-list-nav.u-ver-horizontal {}

ul.c-list-nav.u-ver-horizontal li {}

ul.c-list-nav.u-ver-horizontal li a.c-link-arrow {
    display: block;
    padding: 1.25em 0;
    border-bottom: solid 2px var(--color-primary);
}

@media screen and (min-width: 800px) {} */

@media screen and (min-width: 0px) and (max-width: 799px) {}


/* ナビゲーション - ページ内コンテンツ （下層ページのみ）
----------------------------------------------------- */
ul.c-nav-sub-contents {}

ul.c-nav-sub-contents li {
    margin: 0 0 1em;
    border-bottom: solid 1px rgba(0, 0, 0, 1);
}

ul.c-nav-sub-contents li a {
    position: relative;
    display: block;
    padding: 15px 0;
    color: var(--color-text-basic);
    text-decoration: none;
}

ul.c-nav-sub-contents li a * {
    display: inline-block;
    vertical-align: middle;
}

ul.c-nav-sub-contents li a .l-numbering {
    display: block;
    margin: 0 0 0.25em;
    font-family: 'Montserrat', sans-serif;
    font-size: 3.6rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.07em;
    opacity: 0.25;
}

ul.c-nav-sub-contents li a .l-english {
    display: block;
    margin: 0 0 0.25em;
    font-family: 'Montserrat', sans-serif;
    font-size: 1em;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.07em;
    opacity: 0.5;
}

ul.c-nav-sub-contents li a .l-japanese {
    font-size: 2.4rem;
    line-height: 1.5;
}

ul.c-nav-sub-contents li a .l-sub {
    display: block;
    font-size: 1.2rem;
}

ul.c-nav-sub-contents li a .l-arrow {
    position: absolute;
    right: 0;
    bottom: 20px;
    background: url(assets/images/icon-arrow-right-black.webp) no-repeat right center;
    background-size: contain;
    width: 20px;
    height: 20px;
    -webkit-transition: all ease-out 0.25s;
    -moz-transition: all ease-out 0.25s;
    -ms-transition: all ease-out 0.25s;
    transition: all ease-out 0.25s;
}

ul.c-nav-sub-contents li a .l-arrow.u-ver-rotate {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

@media screen and (min-width: 800px) {}

@media screen and (min-width: 0px) and (max-width: 799px) {
    ul.c-nav-sub-contents {
        align-items: flex-end;
    }

    ul.c-nav-sub-contents li a {
        position: relative;
    }

    ul.c-nav-sub-contents li a .l-numbering {
        font-size: 2em;
    }

    ul.c-nav-sub-contents li a .l-english {
        font-size: .875em;
    }

    ul.c-nav-sub-contents li a .l-japanese {
        font-size: 1.5em;
    }

    ul.c-nav-sub-contents li a .l-arrow {
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto 0;
        width: 12px;
        height: 12px;
    }
}

.u-ver-white.c-nav-sub-contents li {
    border-color: #fff;
}

.u-ver-white.c-nav-sub-contents li a {
    color: #fff;
}
.u-ver-white.c-nav-sub-contents li a .l-arrow {
    background-image: url(assets/images/icon-arrow-right-white.webp);
}


/*
-----------------------------------------------------

	=COMMON PARTS - LIST

-----------------------------------------------------
*/
/* 各種SNSアイコン定義 
----------------------------------------------------- */
i.icon-twitter {
    display: inline-block;
    background: url(assets/images/icon-sns-twitter.webp) no-repeat center;
    background-size: 100% auto;
    width: 22px;
    height: 22px;
}

i.icon-facebook {
    display: inline-block;
    background: url(assets/images/icon-sns-facebook.webp) no-repeat center;
    background-size: 100% auto;
    width: 24px;
    height: 24px;
}

i.icon-instagram {
    display: inline-block;
    background: url(assets/images/icon-sns-instagram.webp) no-repeat center;
    background-size: 100% auto;
    width: 24px;
    height: 24px;
}

i.icon-tiktok {
    display: inline-block;
    background: url(assets/images/icon-sns-tiktok.webp) no-repeat center;
    background-size: 100% auto;
    width: 19px;
    height: 22px;
}


i.icon-note {
    display: inline-block;
    background: url(assets/images/icon-sns-note.webp) no-repeat center;
    background-size: 100% auto;
    width: 18px;
    height: 18px;
}

i.icon-youtube {
    display: inline-block;
    background: url(assets/images/icon-sns-youtube.webp) no-repeat center;
    background-size: 100% auto;
    width: 26px;
    height: 20px;
}

i.icon-hatena {
    display: inline-block;
    background: url(assets/images/icon-sns-hatena.webp) no-repeat center;
    background-size: 100% auto;
    width: 26px;
    height: 21px;
}

i.icon-linkedin {
    display: inline-block;
    background: url(assets/images/icon-sns-linkedin.webp) no-repeat center;
    background-size: 100% auto;
    width: 21px;
    height: 21px;
}

i.icon-line {
    display: inline-block;
    background: url(assets/images/icon-sns-line.webp) no-repeat center;
    background-size: 100% auto;
    width: 25px;
    height: 24px;
}

@media screen and (min-width: 800px) {
    .u-large i.icon-tiktok {
        width: 29px;
        height: 34px;
    }

    .u-large i.icon-instagram {
        width: 37px;
        height: 37px;
    }

    .u-large i.icon-youtube {
        width: 39px;
        height: 28px;
    }
}

@media screen and (min-width: 0px) and (max-width: 799px) {}

/* リスト - SNSロゴのみ VER.
----------------------------------------------------- */
ul.c-list-sns {
    display: block;
    font-size: 0;
    letter-spacing: 0;
}

ul.c-list-sns:not( :last-child) {
    margin: 0 0 3rem;
}

ul.c-list-sns li {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.2rem;
    line-height: 1;
    width: 40px;
}

ul.c-list-sns li:not( :last-child) {
    margin: 0 10px 0 0;
}

@media screen and (min-width: 800px) {}

@media screen and (min-width: 0px) and (max-width: 799px) {
    ul.c-list-sns {}

    ul.c-list-sns li {
        font-size: .9rem;
    }
}

/* リスト - SNS円形アイコン
----------------------------------------------------- */
ul.c-list-sns-circle {
    display: flex;
}

ul.c-list-sns-circle li {}

ul.c-list-sns-circle li:not( :last-child) {
    margin: 0 10px 0 0;
}

ul.c-list-sns-circle li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: var(--color-secondary);
}

@media screen and (min-width: 800px) {
    ul.c-list-sns-circle.u-large li:not( :last-child) {
        margin: 0 20px 0 0;
    }

    ul.c-list-sns-circle.u-large li a {
        width: 80px;
        height: 80px;
    }
}

@media screen and (min-width: 0px) and (max-width: 799px) {}

/* リスト - SNSシェアボタン
----------------------------------------------------- */
ul.c-list-share {
    margin: 0 0 2rem;
    font-size: 0;
    letter-spacing: 0;
}

ul.c-list-share.u-with-heading::before {
    content: "SHARE";
    display: inline-block;
    vertical-align: text-bottom;
    margin: 0 1em 0 0;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.05em;
}

ul.c-list-share li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 20px 0px 0;
    font-size: 1.6rem;
}

ul.c-list-share li a {
    display: block;
}

@media screen and (min-width: 800px) {}

@media screen and (min-width: 0px) and (max-width: 799px) {
    ul.c-list-share li {
        zoom: .8;
    }
}

/* リスト - 箇条書きリスト
----------------------------------------------------- */
ul.c-list-simple {}

ul.c-list-simple li {
    margin: 0 0 1.5em;
    position: relative;
    padding-left: 1.2em;
    font-size: 1.4rem;
    line-height: 1.8;
    letter-spacing: 0.00em;
    opacity: 0.7;
}

ul.c-list-simple li::before {
    content: "ー";
    position: absolute;
    left: 0;
    top: 0.8em;
    display: inline-block;
    vertical-align: middle;
    margin: 0 1.25em 0 0;
    color: var(--color-primary);
    font-size: 0.9rem;
    opacity: 0.5;
}

@media screen and (min-width: 800px) {}

@media screen and (min-width: 0px) and (max-width: 799px) {
    ul.c-list-simple li::before {
        top: 0.1em;
    }
}

.c-list-simple.u-ver-indent-off li {
    margin-left: -1.2em;
}

/* リスト - 箇条書きリスト（丸型）
----------------------------------------------------- */
ul.c-list-circle {}

ul.c-list-circle li {
    position: relative;
    margin: 0 0 1em;
    padding-left: 1.2em;
    line-height: 1.8;
    letter-spacing: 0.00em;
}

ul.c-list-circle li::before {
    content: "● ";
    position: absolute;
    left: 0;
    top: 0.8em;
    display: inline-block;
    vertical-align: middle;
    margin: 0 1.25em 0 0;
    color: var(--color-text-basic);
    font-size: 0.9rem;
    opacity: 0.25;
}

@media screen and (min-width: 800px) {}

@media screen and (min-width: 0px) and (max-width: 799px) {
    ul.c-list-circle li::before {
        top: 0.1em;
    }
}

/* リスト - シンプルなインライン
----------------------------------------------------- */
ul.c-list-inline {}

ul.c-list-inline li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 20px 0 0;
}

/* リスト - ボタン横並びリスト
----------------------------------------------------- */
ul.c-list-button {
    font-size: 0;
    letter-spacing: 0;
}

ul.c-list-button li {
    display: inline-block;
    margin: 0 10px 10px 0;
}

@media screen and (min-width: 0px) and (max-width: 799px) {}


/*
-----------------------------------------------------

	=COMMON PARTS - ARCHIVE LIST

-----------------------------------------------------
*/

/* カテゴリー・年別絞り込みボタン（※TOPページ、お知らせなどで使用）
----------------------------------------------------- */

/* アーカイブリスト - 全体・タイトル・レイアウト */
.c-news-archive-header .l-inner-block {
    position: relative;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: 1em;
    padding-bottom: 1em;
    border-bottom: solid 1px rgba(0, 0, 0, 0.25);
}

.c-news-archive-header .l-inner-block:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.c-news-archive-header .l-title {
    margin: 0 0 10px;
    font-family: 'Montserrat', sans-serif;
    font-size: 1em;
    font-weight: bold;
    letter-spacing: 0.07em;
}

@media screen and (min-width: 800px) {
    .c-news-archive-header .l-title {
        width: 150px;
        margin-right: 50px;
        padding-right: 0;
        border-right: solid 1px rgba(0, 0, 0, 0.25);
    }

    .c-news-archive-header .l-title+* {
        width: calc(100% - 150px - 50px);
    }
}

@media screen and (min-width: 0px) and (max-width: 799px) {
    .c-news-archive-header {
        display: block;
    }

    .c-news-archive-header .l-inner-block {
        display: block;
        margin: 0 0 1em;
    }

    .c-news-archive-header .l-inner-block:last-child {
        margin-bottom: 0;
    }

    .c-news-archive-header .l-title {
        margin: 0 0 0.5em;
        font-size: 1.3rem;
    }
}

/* アーカイブリスト - カテゴリー・年別絞り込みボタン部分 */
ul.c-list-news-archive {
    margin: 0;
    font-size: 0;
    letter-spacing: 0;
}

ul.c-list-news-archive:last-child {
    margin-bottom: 0;
}

ul.c-list-news-archive li {
    display: inline-block;
    vertical-align: top;
    font-size: 1.5rem;
    font-weight: bold;
    letter-spacing: 0.05em;
}

ul.c-list-news-archive li a {
    display: inline-block;
    color: var(--color-primary);
    text-decoration: none;
    margin: 0em 2em 0.5em 0;
    padding: 0.15em 0;
    border-bottom: solid 2px transparent;
}

ul.c-list-news-archive li.active a,
ul.c-list-news-archive li a[aria-current],
ul.c-list-news-archive li a:hover {
    opacity: 1;
    border-color: var(--color-primary);
    color: var(--color-primary);
}

ul.c-list-news-archive li.active a,
ul.c-list-news-archive li a[aria-current] {}

ul.c-list-news-archive li a:hover {}

ul.c-list-news-archive li ul,
ul.c-list-news-archive li ul li {
    display: inline-block;
}

ul.c-list-news-archive li ul li a {
    margin: 0 2em 0 0;
}

@media screen and (min-width: 800px) {}

@media screen and (min-width: 0px) and (max-width: 799px) {
    ul.c-list-news-archive {
        position: relative;
        margin: 0 0 2rem;
        padding-left: 0;
        margin-left: 0;
    }

    ul.c-list-news-archive::before {
        display: none;
    }

    ul.c-list-news-archive li {
        margin: 0 0 .75em 0;
        font-size: 1.1rem;
    }

    ul.c-list-news-archive li a {}
}

/* アーカイブリスト - タグ絞り込みボタン部分 */
ul.c-list-news-tag {
    margin: 15px 0 0;
    font-size: 0;
    letter-spacing: 0;
}

ul.c-list-news-tag:last-child {
    margin-bottom: 0;
}

ul.c-list-news-tag li {
    display: inline-block;
    vertical-align: top;
    margin: 0 15px 15px 0;
    font-size: 1.3rem;
}

ul.c-list-news-tag li a {
    display: block;
    padding: 0.75em 1.5em;
    line-height: 1;
    font-weight: normal;
    text-decoration: none;
    background-color: #fff;
    border: solid 1px rgba(0, 0, 0, 0.25);
    color: var(--color-text-basic);
    border-radius: 1.5em;
}

ul.c-list-news-tag li.active a,
ul.c-list-news-tag li a[aria-current],
ul.c-list-news-tag li a:hover {
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.65);
    color: #fff;
}

ul.c-list-news-tag li.active a,
ul.c-list-news-tag li a[aria-current] {}

ul.c-list-news-tag li a:hover {}


@media screen and (min-width: 800px) {}

@media screen and (min-width: 0px) and (max-width: 799px) {
    ul.c-list-news-tag {
        margin: 0;
    }

    ul.c-list-news-tag li {
        margin: 0 7px 7px 0;
        font-size: 1.0rem;
    }
}

/*
-----------------------------------------------------

	=COMMON PARTS - LOOP

-----------------------------------------------------
*/

/* =BASIC [全ループ共通]
----------------------------------------------------- */
/* オウンドメディア配下のループのカスタマイズ -->ownedmedia.css */

.loop {}

.loop .loop-article {}

.more-link {
    display: none;
}

.loop,
.loop * {
    -webkit-transition: all cubic-bezier(0.190, 1, 0.220, 1) 0.6s;
    -moz-transition: all cubic-bezier(0.190, 1, 0.220, 1) 0.6s;
    -ms-transition: all cubic-bezier(0.190, 1, 0.220, 1) 0.6s;
    transition: all cubic-bezier(0.190, 1, 0.220, 1) 0.6s;
}

/* 「NEW」アイコン */
.loop .loop-article {
    position: relative;
}

.loop .loop-article::before {
    display: none;

    content: "";
    position: absolute;
    z-index: 1;
    top: -20px;
    left: -20px;
    width: 99px;
    height: 99px;
    background: #efff41;
    background: url(assets/images/icon-new.webp) no-repeat center;
    background-size: 100% auto;

    -webkit-animation: animation-pulse 1.4s infinite;
    animation: animation-pulse 1.4s infinite;
}

.loop .loop-article.u-ver-new::before {
    display: block;
}

@keyframes animation-pulse {
    0% {
        transform: scale(100%);
    }

    50% {
        transform: scale(80%);
    }

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

@media screen and (min-width: 800px) {}

@media screen and (min-width: 0px) and (max-width: 799px) {
    .loop .loop-article::before {
        top: -15px;
        left: -15px;
        width: 60px;
        height: 60px;
    }
}

/* 画像 */
.loop .loop-image {
    position: relative;
    height: 0;
    padding-bottom: 52.5%;
    padding-bottom: 66.66%;
    border-radius: 10px;
    overflow: hidden;
}

.loop .loop-image img {
    position: absolute;
    overflow: hidden;
    object-fit: cover;
    width: 100%;
    height: 100%;
    -webkit-transition: all cubic-bezier(0.190, 1, 0.220, 1) 0.8s;
    -moz-transition: all cubic-bezier(0.190, 1, 0.220, 1) 0.8s;
    -ms-transition: all cubic-bezier(0.190, 1, 0.220, 1) 0.8s;
    transition: all cubic-bezier(0.190, 1, 0.220, 1) 0.8s;
}

.loop .loop-image:hover a {
    opacity: 1;
}

.loop .loop-article:hover .loop-image img {
    -webkit-transform: scale(1.025);
    -moz-transform: scale(1.025);
    -ms-transform: scale(1.025);
    transform: scale(1.025);
}

.loop .loop-header {
    padding: 25px 0 0;
}

.loop .loop-header>*:not( :last-child) {
    margin-bottom: 15px;
}

.loop .loop-title {
    font-size: 1em;
    font-weight: 500;
    line-height: 1.6;
}

.loop .loop-title a {
    color: inherit;
    text-decoration: none;
}

.loop .loop-title a:hover {
    opacity: 0.3;
    color: inherit;
}

.loop .loop-meta {
    font-size: 1.3rem;
}

/* インライン配置ver. */
.loop .loop-meta>* {
    display: inline-block;
}

.loop .loop-meta>*:not( :last-child) {
    margin-right: 2em;
}

.loop .loop-date {
    color: var(--color-text-basic);
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    letter-spacing: 0.07em;
    opacity: 0.35;
}

.loop .loop-modified_date {
    opacity: 0.5;
}

/* カテゴリー - 通常テキストver. */
.loop .loop-category,
.loop .loop-category a {
    color: var(--color-primary);
    font-weight: 500;
}

.loop .loop-category {
    display: inline-block;
}

.loop .loop-category ul {}

.loop .loop-category ul li {
    display: inline-block;
    margin: 0 1.25em 0 0;
}

.loop .loop-category ul li:last-child {
    margin-right: 0;
}

.loop .loop-category a {
    display: block;
    text-decoration: none;

    padding-bottom: 0.25em;
    border-bottom: solid 1px var(--color-primary);
}

.loop .loop-category a:hover {
    opacity: .5;

    border-color: transparent;
}


/* カテゴリー - 囲みver. */
.loop .loop-category.u-ver-round a {
    display: block;
    text-decoration: none;
    padding: 0.5em 1em;
    border-radius: 3em;
    color: var(--color-primary);
    color: #fff;
}

.loop .loop-category.u-ver-round a:hover {
    opacity: .5;
}


/* 画像上ver.  */
.loop .loop-image .loop-category {
    position: absolute;
    left: 0;
    top: 0;
    padding: 0.5em 1em;
    border-radius: 0 0 10px 0;
    background-color: #fff;
    color: var(--color-text-basic);
    font-size: 1.3rem;
    font-weight: 500;
}

.loop .loop-image .loop-category a {
    display: block;
    text-decoration: none;
}

.loop .loop-image .loop-category a:hover {
    opacity: .5;
}

ul.list-tag {
    font-size: 0;
    letter-spacing: 0;
}


/* タグ - ハッシュタグver. */
ul.list-tag li {
    display: inline-block;
    margin: 0 10px 10px 0;
    font-size: 1.3rem;
    line-height: 1.5;
}

ul.list-tag li a {
    display: block;
    line-height: 1;
    font-weight: normal;
    text-decoration: none;
    color: var(--color-text-basic);
    opacity: 0.75;
}

ul.list-tag li a:before {
    content: "#";
}

ul.list-tag li a:hover {
    color: var(--color-primary);
}


/* タグ - 囲みver. */
ul.list-tag.u-ver-round li {
    display: inline-block;
    margin: 0 10px 10px 0;
    font-size: 1.4rem;
    font-weight: 500;
}

ul.list-tag.u-ver-round li a {
    display: block;
    padding: 0.5em 1.5em;
    line-height: 1;
    font-weight: normal;
    text-decoration: none;
    background-color: rgba(0, 0, 0, .08);
    background-color: #fff;
    border: solid 1px #707070;
    color: var(--color-text-basic);
    color: #707070;
    border-radius: 1.5em;
    opacity: inherit;
}

ul.list-tag.u-ver-round li a:before {
    content: "#";
}

ul.list-tag.u-ver-round li a:hover {
    opacity: 1;
    background-color: rgba(0, 0, 0, .12);
}


.loop .loop-content {
    display: none;
    margin: 1em 0 0;
    font-size: 0.9em;
}

.loop .loop-content p {
    line-height: 1.8;
}

.loop .loop-content p:not( :last-child) {
    margin-bottom: 0.75em;
}

.loop .loop-more {
    display: none;
}

@media screen and (min-width: 0px) and (max-width: 799px) {
    .loop .loop-image .loop-category {
        margin: 0;
    }

    .loop .loop-image .loop-category a {
        font-size: .9rem;
    }

    .loop .loop-meta {
        font-size: 1.2rem;
    }

    .loop .loop-meta>*:not( :last-child) {
        margin-right: 1.5em;
    }

    .loop .loop-title {
        font-size: 1.25em;
    }

    ul.list-tag li {
        font-size: .9rem;
    }

    ul.list-tag li {
        margin: 0 10px 5px 0;
    }

    ul.list-tag li a {}

    .loop .loop-content {
        font-size: 1em;
    }
}

/* =LOOP TYPE - MAIN [メインでよく使う基本的なループ]
----------------------------------------------------- */
.loop.loop-type-main {}

.loop.loop-type-main .loop-article {}

.loop.loop-type-main .loop-image {}

.loop.loop-type-main .loop-image img {}

.loop.loop-type-main .loop-image img:hover {}

.loop.loop-type-main .loop-header {}

.loop.loop-type-main .loop-header>*:not( :last-child) {}

.loop.loop-type-main .loop-meta {}

.loop.loop-type-main .loop-date {}

.loop.loop-type-main .loop-category {}

.loop.loop-type-main .loop-category a {}

.loop.loop-type-main .loop-tag {}

.loop.loop-type-main .loop-tag ul.list-tag li {}

.loop.loop-type-main .loop-tag ul.list-tag li a {}

.loop.loop-type-main .loop-tag ul.list-tag li a:hover {}

@media screen and (min-width: 800px) {
    .loop.loop-type-main .loop-article {
        margin-bottom: 60px;
    }
}

@media screen and (min-width: 0px) and (max-width: 799px) {
    .loop.loop-type-main {}

    .loop.loop-type-main .loop-article {
        width: 100%;
        margin: 0 0 4vw;

        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .loop.loop-type-main .loop-article:last-child {
        border-bottom: none;
    }

    .loop.loop-type-main .loop-image {
        width: 40%;
    }

    .loop.loop-type-main .loop-header {
        width: calc(60% - 4vw);
        padding: 0;
    }

    .loop.loop-type-main .loop-image {
        padding-bottom: 20vw;
        padding-bottom: 25vw;
    }

    .loop.loop-type-main .loop-header {
        margin-top: 0;
    }


    .loop.loop-type-main .loop-header>*:not( :last-child) {
        margin-bottom: 10px;
    }

    .loop.loop-type-main .loop-date {
        font-size: 1.2rem;
    }

    .loop.loop-type-main .loop-category {}

    .loop.loop-type-main .loop-title {
        font-size: 1.2rem;
    }

    .loop.loop-type-main .loop-content {
        display: none;
        font-size: 9px;
    }

    .loop.loop-type-main .loop-tag ul.list-tag li {
        font-size: .9rem;
    }
}


/* =TYPE : FOCUS  [優劣を付けたループ(PC ONLY)]
----------------------------------------------------- */
@media screen and (min-width: 800px) {
    .loop.loop-type-focus {
        position: relative;
        margin: 0 -25px -50px 0;
        width: calc(100% + 25px);
        padding-left: 640px;
        min-height: 720px;
    }

    .loop.loop-type-focus .loop-article {
        margin: 0 25px 50px 0;
        width: calc(50% - 25px);
    }

    .loop.loop-type-focus .loop-article .loop-title {}

    .loop.loop-type-focus .loop-article:nth-child(1) {
        position: absolute;
        top: 0;
        left: 0%;
        width: 580px;
    }

    .loop.loop-type-focus .loop-article:nth-child(1):last-child {
        position: relative;
        top: 0;
        left: -640px;
    }

    .loop.loop-type-focus .loop-article:nth-child(1) .loop-image {
        padding-bottom: 85%;
        padding-bottom: 100%;
    }

    .loop.loop-type-focus .loop-article:nth-child(1) .loop-title {
        font-size: 2.0rem;
    }

    .loop.loop-type-focus .loop-article:nth-child(n+2) .loop-header {}

    .loop.loop-type-focus .loop-article:nth-child(n+2) .loop-tag,
    .loop.loop-type-focus .loop-article:nth-child(n+2) .loop-content {
        display: none;
    }

    .loop.loop-type-focus .loop-article:nth-child(n+2) .loop-title {
        font-size: 1.6rem;
    }

    .loop.loop-type-focus .loop-article .loop-meta .loop-tag {
        display: none;
    }
}


/*
-----------------------------------------------------

	=COMMON PARTS - ARTICLE
    ※ 募集要項などでも一部共通

-----------------------------------------------------
*/

/* 記事本文中のスタイル
----------------------------------------------------- */
.article {}

/* ARTICLE - HEADER
----------------------------------------------------- */
.article .article-header {
    margin-bottom: 40px;
}

.article .article-header>*:not( :last-child) {
    margin-bottom: 25px;
}

.article .article-header>*:last-child {
    margin-bottom: 0;
}

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

.article .article-title {
    margin: 0 0 0.75em;
    font-size: 3.6rem;
    font-weight: 500;
    line-height: 1.6;
}

.article .article-meta {
    font-size: 1.4rem;
}

.article .article-meta:not( :last-child) {
    margin-bottom: 25px;
}

.article .article-meta>* {
    display: inline-block;
}

.article .article-meta>*:not( :last-child) {
    margin-right: 2em;
    padding-right: 0;
    border-right: solid 0 rgba(68, 68, 68, 0.5);
}

.article .article-date {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    opacity: 0.5;
}

.article .article-modified_date {
    color: #aaa;
    font-size: 1.2rem;
}

.article .article-category {
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
}

.article .article-category ul {}

.article .article-category ul li {
    display: inline-block;
    margin: 0 1.25em 0 0;
}

.article .article-category ul li:last-child {
    margin-right: 0;
}

.article .article-category a {
    display: block;
    color: var(--color-primary);
    text-decoration: none;

    padding-bottom: 0.25em;
    border-bottom: solid 1px var(--color-primary);
}

.article .article-category a:hover {
    opacity: .5;
    text-decoration: underline;
}

.article .article-meta ul.list-tag li {}

.article .article-meta ul.list-tag li a {}

.article .article-meta ul.list-tag li a:hover {}

.article .article-header ul.c-list-share {
    margin-top: 60px;
}

.article .article-summary {}

.article .article-summary p {
    font-size: 1.2rem;
    line-height: 1.75;
    letter-spacing: 0;
}

.article .article-readingtime {
    background-color: rgba(0, 0, 0, 0.05);
    padding: 1em 1.5em;
    font-size: 90%;
    font-weight: bold;
    color: #aaa;
}

.article .article-readingtime strong {
    display: inline-block;
    color: #333;
}

@media screen and (min-width: 800px) {
    .article .article-header .c-image-content {
        align-items: flex-start;
    }

    .article .article-header .c-image-content>.c-image {
        width: 300px;
    }

    .article .article-header .c-image-content>.c-content {
        width: calc(100% - 300px - 40px);
    }
}

@media screen and (min-width: 0px) and (max-width: 799px) {
    .article {
        box-shadow: none;
    }

    .article .article-image {
        float: none;
        width: 100%;
        height: auto;
        margin: 0 0 2em;
    }

    .article .article-header {
        margin-bottom: 4vw;
    }

    .article .article-header>*:not( :last-child) {
        margin-bottom: 4vw;
    }

    .article .article-meta {
        font-size: 1.2rem;
    }

    .article .article-title {
        margin-bottom: 4vw;
        font-size: 1.8em;
    }

    .article .article-content {
        font-size: 1.4rem;
    }
}


/* ARTICLE - CONTENT
----------------------------------------------------- */
.article .article-content {
    font-size: .975em;
    letter-spacing: 0.00em;
}

.article .article-content a {
    color: var(--color-primary);
    text-decoration: underline;
}

.article .article-content a:hover {
    text-decoration: none;
}

.article .article-content p {
    line-height: 2;
}

.article .article-content p:not(:last-child) {
    margin-bottom: 2em;
}

.article .article-content h1,
.article .article-content h2,
.article .article-content h3,
.article .article-content h4,
.article .article-content h5,
.article .article-content h6 {
    margin: 0 0 1.5em;
    font-weight: 500;
    line-height: 1.8;
}

.article .article-content h2:not(:first-child),
.article .article-content h3:not(:first-child),
.article .article-content h4:not(:first-child),
.article .article-content h5:not(:first-child),
.article .article-content h6:not(:first-child) {
    margin-top: 2em;
}

.article .article-content h1 {}

.article .article-content h2 {
    position: relative;
    margin: 0 0 1.0em;
    font-size: 170%;
    line-height: 1.6;
    padding-bottom: 0.0em;
    border-bottom: solid 0 #dcdcdc;
}

/* .article .article-content h2::before {
    content: "";
    position: absolute;
    top: 0.5em;
    left: -50px;
    width: 37px;
    height: 28px;
} */

.article .article-content h3 {
    position: relative;
    padding-bottom: 0.5em;
    border-bottom: solid 1px rgba(0, 0, 0, 0.2);
    font-size: 150%;
}

/* .article .article-content h3::before {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100px;
    height: 2px;
    background-color: var(--color-primary);
} */

.article .article-content h4 {
    font-size: 120%;
}

.article .article-content h5 {
    font-size: 110%;
}

.article .article-content h6 {
    font-size: 100%;
}

@media screen and (min-width: 800px) {}

@media screen and (min-width: 0px) and (max-width: 799px) {
    .article .article-content h2 {}

    /* .article .article-content h2::before {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin: auto;
        width: 37px;
        height: 28px;
        background-position: center top;
        background-size: 100% auto;
    } */
}

/* =Image */
.article .article-content img {}

@media screen and (min-width: 800px) {}

@media screen and (min-width: 0px) and (max-width: 799px) {}

/* =Horizontal Rule */
.article .article-content hr {
    border: none;
    height: 1px;
    background-color: #dcdcdc;
    margin: 5vw auto;
}

@media screen and (min-width: 800px) {}

@media screen and (min-width: 0px) and (max-width: 799px) {}

/* =Table */
/* .article .article-content table {
    margin-bottom: 30px;
    border: solid 1px #dcdcdc;
}

.article .article-content tr {
    border: 0;
}

.article .article-content th,
.article .article-content td {
    padding: 0.5em 1.0em;
    border: solid 1px #dcdcdc;
    background-color: rgba(0, 0, 0, 0.025);
}

.article .article-content th {
    background-color: rgba(0, 0, 0, 0.05);
} */

@media screen and (min-width: 800px) {}

@media screen and (min-width: 0px) and (max-width: 799px) {
    .article .article-content th {
        min-width: 6em;
    }
}

/* =blockquote */
.article .article-content blockquote:not(:last-child) {
    margin-bottom: 3em;
}

.article .article-content blockquote {
    position: relative;
    padding: 3.5em 4em;
    background-color: #f9f9f9;
    border: solid 0 #ececec;
    font-size: 0.91em;
}

.article .article-content blockquote::before,
.article .article-content blockquote::after {
    position: absolute;
    content: "";
    width: 30px;
    height: 30px;
    background: url(assets/images/icon-quote-before.webp) no-repeat;
    background-size: 100% auto;
}

.article .article-content blockquote::before {
    top: 15px;
    left: 15px;
}

.article .article-content blockquote::after {
    right: 15px;
    bottom: 15px;
    background-image: url(assets/images/icon-quote-after.webp);
}

.article .article-content blockquote p:not(:last-child) {
    margin-bottom: 1em;
}

@media screen and (min-width: 800px) {}

@media screen and (min-width: 0px) and (max-width: 799px) {}

/* Definition List */
.article .article-content dl {
    padding: 1.4em;
    border: solid 3px #000;
}

.article .article-content dl dt,
.article .article-content dl dd {
    margin: 0 auto .7125em;
}

.article .article-content dl dt {
    font-weight: bold;
    font-size: 108%;
}

.article .article-content dl dd {
    padding-left: 1.3125em;
    font-size: 90%;
}

@media screen and (min-width: 800px) {}

@media screen and (min-width: 0px) and (max-width: 799px) {}

/* Unordered List */
.article .article-content ul:not([class]) {
    margin-bottom: 3em;
}

.article .article-content ul:not([class]):last-child {
    margin-bottom: 0;
}

.article .article-content ul:not([class]) li {
    margin: 0 0 0.25em;
    position: relative;
    padding-left: 1.25em;
}

.article .article-content ul:not([class]) li::before {
    content: "● ";
    position: absolute;
    left: 0;
    top: 1em;
    color: var(--color-primary);
    font-size: 0.9rem;
}

.article .article-content ul:not([class]) li:last-child {
    margin-bottom: 0;
}

.article .article-content ul:not([class]) li a {}

@media screen and (min-width: 800px) {}

@media screen and (min-width: 0px) and (max-width: 799px) {
    .article .article-content ul:not([class]) li::before {
        content: "● ";
        position: absolute;
        left: 0;
        top: 0.5em;
    }
}

/* Ordered List */
.article .article-content ol {
    counter-reset: section;
}

.article .article-content ol:not(:last-child) {
    margin-bottom: 3em;
}

.article .article-content ol {}

.article .article-content ol li {
    margin: 0 0 0.25em;
    display: list-item;
    list-style: decimal-leading-zero;
    /*margin-left: 2.1em; */
    padding-left: 1.25em;
    list-style: none;
}

.article .article-content ol>li:before {
    content: counters(section, '-', decimal) '. ';
    counter-increment: section;
    color: var(--color-primary);
}

.article .article-content ol:not([class]) li a {
    text-decoration: none;
}

.article .article-content ol ol {
    margin-left: 1em;
}

@media screen and (min-width: 800px) {}

@media screen and (min-width: 0px) and (max-width: 799px) {}

/* Markdown */
.article .article-content mark {
    background-color: inherit;
}

.article .article-content strong {
    font-weight: bold;
}

.article .article-content em {
    font-style: italic;
}

.article .article-content code {
    display: inline-block;
    padding: 0.1em 0.5em;
    color: #e7edf3;
    background-color: #333;
    border-radius: 3px;
    border: solid 1px #d6dde4;
}

.article .article-content kbd {
    display: inline-block;
    margin: 0 0.2em;
    padding: 0.4em 0.6em;
    background-color: #f1f1f1;
    border-bottom: 3px solid #b4b4b4;
    border-radius: 3px;
    vertical-align: middle;
    font-size: 0.9em;
    line-height: 1.1;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
}

@media screen and (min-width: 800px) {}

@media screen and (min-width: 0px) and (max-width: 799px) {}

/* sup, sub */
.article .article-content sup {
    font-size: 60%;
    vertical-align: top;
    position: relative;
    top: -0.5em;
}

.article .article-content sub {
    font-size: 60%;
    vertical-align: bottom;
    position: relative;
    bottom: -0.5em;
}

@media screen and (min-width: 800px) {}

@media screen and (min-width: 0px) and (max-width: 799px) {}


/* ARTICLE - FOOTER
----------------------------------------------------- */
.article-footer {}

.article-footer .article-sns {
    text-align: right;
}

.article-author {
    margin-bottom: 2em;
    border: solid 0 #dcdcdc;
    background-color: #f1f1f1;
    padding: 2.0em;
}

.article-author .pic {
    float: right;
    width: 150px;
    max-width: 28%;
    margin: 0 0 0 2em;
}

.article-author .pic img.avatar {
    border-radius: 0;
}

.article-author .tit,
.article-author .txt {
    overflow: inherit;
    margin-bottom: 5px;
}

.article-author .tit {
    margin-bottom: 20px;
    font-size: 150%;
    font-weight: bold;
    line-height: 1.25;
}

.article-author .tit span {
    display: block;
    margin-right: 1em;
    margin-bottom: 1em;
    color: #666;
    font-size: 1.2rem;
    font-weight: normal;
}

.article-author .txt,
.article-author .link {
    color: #666;
    font-size: 1.2rem;
}

.article-author .link {
    text-align: right;
}

@media screen and (min-width: 800px) {}

@media screen and (min-width: 0px) and (max-width: 799px) {}




/*
-----------------------------------------------------

	=FRONTPAGE (TOP)

-----------------------------------------------------
*/

/* TOPページのメインコンテンツ背景 */
#container.u-ver-toppage {
    overflow: hidden;
}

#main.u-ver-toppage {
    background-color: #fff;
}

@media screen and (min-width: 800px) {
    #main.u-ver-toppage {
        padding-bottom: 40px;
    }

    #main.u-ver-toppage .l-action-entry {
        margin-bottom: 0;
    }
}

@media screen and (min-width: 1600px) {}

@media screen and (min-width: 0px) and (max-width: 799px) {
    #main.u-ver-toppage .l-button .c-button-readmore {
        margin-left: auto;
    }
}


/*
-----------------------------------------------------

    =TOP - BACKGROUND (VIDEO)

----------------------------------------------------- 
*/
/* TOPページのファーストビュー（下層「採用情報」ページでも共通） */
.l-top-bg {
    position: fixed;
    z-index: 1;
    left: 0;
    right: 0;
    top: 0;
    overflow: hidden;
    width: calc(100%);
    height: calc(100vh);
    min-height: 720px;
    margin: 0 auto;
    background-color: #000;
    -webkit-transition: all ease-out 0.3s;
    -moz-transition: all ease-out 0.3s;
    -ms-transition: all ease-out 0.3s;
    transition: all ease-out 0.3s;
}

.l-top-bg::before {
    content: "";
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: 30%;
}

.footer-is-show .l-top-bg {
    opacity: 0;
    pointer-events: none;
}

@media screen and (min-width: 800px) {}

@media screen and (min-width: 1600px) {}

@media screen and (min-width: 0px) and (max-width: 799px) {
    /* .l-top-bg {
        top: 70px;
        border-radius: 20px;
        width: calc(100% - 3.125vw*2);
        height: 100dvh;
        height: calc(100dvh - 70px - 3.125vw);
        min-height: inherit;
    }

    .js-status-scrolled .l-top-bg {
        top: 70px;
        height: calc(100dvh - 70px);
        width: 100%;
        border-radius: 0;
    } */
}

/* OBJECT - 装飾オブジェクト */
.l-top-bg .l-object {
    position: absolute;
    z-index: 1;
    pointer-events: none;
}

.l-top-bg .l-object01 {
    top: 0;
    left: 0;
}

.l-top-bg .l-object02 {
    right: 0;
    bottom: 0;
}

@media screen and (min-width: 800px) {}

@media screen and (min-width: 0px) and (max-width: 799px) {
    .l-top-bg .l-object img {
        zoom: .25;
    }
}

/* IMAGE */
.l-top-bg .l-video,
.l-top-bg .l-image {
    position: absolute;
    z-index: 1;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: #000;
}

.l-top-bg .image::before {}

.l-top-bg .l-video video,
.l-top-bg .l-image img {
    object-fit: cover;
    object-position: center top;
    width: 100%;
    height: 100%;
    opacity: 1;
    opacity: .7;
    -webkit-transition: all ease-out 0.6s;
    -moz-transition: all ease-out 0.6s;
    -ms-transition: all ease-out 0.6s;
    transition: all ease-out 0.6s;
}

.js-status-scrolled .l-top-bg .l-video video,
.js-status-scrolled .l-top-bg .l-image img {
    opacity: .35;
}

@media screen and (min-width: 800px) {}

@media screen and (min-width: 0px) and (max-width: 799px) {
    .l-top-bg {
        height: 100vh;
        min-height: inherit;
    }

    .l-top-bg .l-video img,
    .l-top-bg .l-image img {
        width: 105%;
        height: 105%;
    }

    .l-top-bg .l-image .flexslider ul.slides li:nth-child(1) img {
        object-position: top 0px left 60%;
    }

    .l-top-bg .l-image .flexslider ul.slides li:nth-child(2) img {
        object-position: top 0px left 40%;
    }

    .l-top-bg .l-image .flexslider ul.slides li:nth-child(3) img {
        object-position: top 0px right 30%;
    }
}

/* flexslider.js */
.flexslider.zoom .slides li {
    overflow: hidden;
}

.flexslider.zoom .slides li img {
    -webkit-transition: all ease-out 24.0s;
    -moz-transition: all ease-out 24.0s;
    -ms-transition: all ease-out 24.0s;
    transition: all ease-out 24.0s;
}

.flexslider.zoom .slides .flex-active-slide img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.flexslider.zoom-out .slides li {
    overflow: hidden;
}

.flexslider.zoom-out .slides li img {
    -webkit-transition: all ease-out 12.0s;
    -moz-transition: all ease-out 12.0s;
    -ms-transition: all ease-out 12.0s;
    transition: all ease-out 12.0s;
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.flexslider.zoom-out .slides .flex-active-slide img {
    -webkit-transform: scale(1.0);
    -moz-transform: scale(1.0);
    -ms-transform: scale(1.0);
    transform: scale(1.0);
    opacity: 1;
}

/* FLEXSLIDER.CSS - OVERRIDE */
.flexslider {
    z-index: 2;
    background-color: transparent !important;
    margin-bottom: 0 !important;
    border: none !important;
    margin: 0 !important;
    border-radius: 0 !important;
}

.flexslider,
.flexslider .slides {
    height: 100%;
}

.flexslider .slides li {
    position: relative;
    width: 100%;
    height: 100%;
}

.flexslider .slides li img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

/* PAGER */
.flexslider ol.flex-control-paging {
    counter-reset: number;
    list-style: none;
    bottom: -27px !important;
}

.flexslider ol.flex-control-paging li {
    padding: 0 !important;
    margin-bottom: 0 !important;
    vertical-align: middle;
    font-size: 0;
    line-height: 0;
}

.flexslider ol.flex-control-paging li:before {
    display: none;
}

.flexslider ol.flex-control-paging li a {
    width: 9px !important;
    height: 9px !important;
    background-color: #ccc !important;
    box-shadow: none !important;
}

.flexslider ol.flex-control-paging li a.flex-active {
    background-color: #333 !important;
}

@media screen and (min-width: 800px) {}

@media screen and (min-width: 1600px) {}

@media screen and (min-width: 0px) and (max-width: 799px) {}


/*
-----------------------------------------------------

    =TOP - FIRSTVIEW

----------------------------------------------------- 
*/
/* TOPページのファーストビュー */
.l-top-fv {
    position: relative;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100vw;
    height: calc(100vh);
    min-height: 540px;
    background-color: transparent;
}

.l-top-fv::before {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

@media screen and (min-width: 800px) {
    .l-top-fv .c-wrapper {
        padding: 0 6.25vw;
    }
}

@media screen and (min-width: 1200px) {
    .l-top-fv .c-wrapper {
        padding: 0;
    }
}

@media screen and (min-width: 1600px) {}

@media screen and (min-width: 0px) and (max-width: 799px) {
    .l-top-fv {
        height: 100dvh;
        margin-bottom: 0;
        min-height: auto;
    }

    .l-top-fv .c-wrapper {
        padding: 0 6.25vw;
    }
}

/* FIRSTVIEW - CONTENT */
.l-top-fv .l-content {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.l-top-fv .l-content .l-tagline {
    position: relative;
    z-index: 1;
    bottom: 0;
    width: 100%;
    height: 100%;
    padding: 80px;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.l-top-fv .l-content .l-tagline .c-wrapper {}

.l-top-fv .l-content .l-tagline .l-text {
    -webkit-transition: 1s cubic-bezier(0.19, 1, 0.22, 1) 1.2s;
    -moz-transition: 1s cubic-bezier(0.19, 1, 0.22, 1) 1.2s;
    -ms-transition: 1s cubic-bezier(0.19, 1, 0.22, 1) 1.2s;
    -o-transition: 1s cubic-bezier(0.19, 1, 0.22, 1) 1.2s;
    transition: 1s cubic-bezier(0.19, 1, 0.22, 1) 1.2s;
}

.l-top-fv .l-content .l-tagline .l-text01 {}

.l-top-fv .l-content .l-tagline .l-text01>span {
    display: inline-block;
    border-bottom: solid 1px #fff;
}

@media screen and (min-width: 800px) {}

@media screen and (min-width: 1600px) {}

@media screen and (min-width: 0px) and (max-width: 799px) {
    .l-top-fv .l-content {
        margin: 0;
        width: 100vw;
    }

    .l-top-fv .l-content .l-tagline {
        padding: 6.25vw;
        justify-content: center;
    }

    .l-top-fv .l-content .l-tagline .l-text01 {
        font-size: 5.4vw;
    }

    .l-top-fv .l-content .l-tagline .l-text01>span {
        display: inline-block;
        border-bottom: solid 1px #fff;
    }

    .l-top-fv .l-content .l-tagline .l-text02 {}
}

/* FIRSTVIEW - SCROLL */
.l-top-fv .l-scroll {
    position: absolute;
    z-index: 3;
    bottom: 0;
    right: 0;
    width: 6em;
    height: auto;
    padding: 0.75em;
    color: #fff;
}

.l-top-fv .l-scroll .l-scroll-text {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 1px;
    height: 200px;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}

.l-top-fv .l-scroll .l-scroll-text::before {
    position: absolute;
    top: -6em;
    left: -0.4em;
    content: "SCROLL";
    font-family: 'Montserrat', sans-serif;
    font-size: 1.1rem;
    font-weight: 500;
    letter-spacing: 0.20em;
    line-height: 1;
}

.l-top-fv .l-scroll .l-scroll-text::after {
    position: absolute;
    left: 0;
    content: "";
    width: 1px;
    height: 0;
    background-color: #fff;
    -webkit-animation: scrollEffect 4s infinite;
    animation: scrollEffect 4s infinite;
}

@keyframes scrollEffect {
    20% {
        height: 0%;
    }

    35% {
        height: 100%;
    }

    85% {
        height: 100%;
    }

    100% {
        height: 0%;
    }
}

@media screen and (min-width: 800px) {}

@media screen and (min-width: 0px) and (max-width: 799px) {
    .l-top-fv .l-scroll {
        bottom: 0;
        right: 6.25vw;
        width: 4em;
    }

    .l-top-fv .l-scroll .l-scroll-text {
        height: 100px;
    }

    .l-top-fv .l-scroll .l-scroll-text::before {
        font-size: 0.9rem;
    }
}

/* ループするテキスト */
.l-top-fv .loop-animation-background {
    position: absolute;
    z-index: 3;
    bottom: 40px;
    left: 0;
    width: 100%;
    height: calc(124px / 2);
    background-size: auto 100%;
    animation-name: loop-animation-action-recruit;
    background-image: url(assets/images/object-large-text-joinus.webp);
}

.l-top-fv .loop-animation-background.l-block01 {
    animation-name: loop-animation-action-recruit;
}

.l-top-fv .loop-animation-background.l-block02 {
    animation-name: loop-animation-action-recruit-reverse;
}

@keyframes loop-animation-action-recruit {
    0% {
        background-position-x: 0;
    }

    100% {
        background-position-x: -3258px;
    }
}

@keyframes loop-animation-action-recruit-reverse {
    0% {
        background-position-x: 0;
    }

    100% {
        background-position-x: 3258px;
    }
}

@media screen and (min-width: 800px) {
    .l-top-fv .loop-animation-background {
        margin: 0 0;
    }
}

@media screen and (min-width: 0px) and (max-width: 799px) {
    .l-top-fv .loop-animation-background {
        margin: 0 0;
        height: calc(124px / 4);
    }
}

/*
-----------------------------------------------------

    =TOP - COMMON PARTS

----------------------------------------------------- 
*/

/* 角丸 */
.c-radius {
    border-radius: 10px;
    overflow: hidden;
}

.u-radius10 {
    border-radius: 10px;
}

.u-radius15 {
    border-radius: 15px;
}

.u-radius20 {
    border-radius: 20px;
}

.u-radius30 {
    border-radius: 30px;
}

.u-radius40 {
    border-radius: 40px;
}

@media screen and (min-width: 800px) {}

@media screen and (min-width: 0px) and (max-width: 799px) {
    .c-radius {
        border-radius: 8px;
        overflow: hidden;
    }
}

/* ループする背景 */
.loop-animation-background {
    width: 100%;
    overflow: hidden;
    -webkit-user-select: none;
    user-select: none;
    background-repeat: repeat-x;
    animation-duration: 56s;
    animation-duration: 72s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    will-change: background-position-x;
}

/* フル幅のセクション設定 */
.c-flexible-container {
    border-radius: 20px;
    overflow: hidden;
    width: calc(100% - 40px * 2);
    margin: 0 auto 40px;
    padding: 0 40px;
    max-width: 1600px;
}

@media screen and (min-width: 800px) {}

@media screen and (min-width: 0px) and (max-width: 799px) {
    .c-flexible-container {
        border-radius: 10px;
        width: calc(100% - 6.25vw - 6.25vw);
        margin: 0 auto 6.25vw;
        padding: 0;
    }
}


/*
-----------------------------------------------------

    =TOP - WHO WE ARE

----------------------------------------------------- 
*/
.l-top-whoweare {
    position: relative;
    z-index: 1;
    overflow: hidden;
    color: #fff;
}

.l-top-whoweare::before {
    content: "";
	position: absolute;
	z-index: -1;
	bottom: 0;
	left: 0;
	width: 100%;
	height: calc(100% - 150px);
    background: url(assets/images/top-whoweare-bg.webp) no-repeat center;
    background-size: cover;
}

.l-top-whoweare::before {}

.l-top-whoweare .c-section {}

.l-top-whoweare .l-gallery {
    padding: 0 1.5vw;
}

.l-top-whoweare .c-title-flash-green {
    margin-top: -70px;
}

.l-top-whoweare .l-main-content {
    position: relative;
    z-index: 2;
}

.l-top-whoweare .l-main-content .c-image-content>.c-image {
    position: relative;
    z-index: 1;
}

.l-top-whoweare .l-main-content .c-image-content>.c-content {
    position: relative;
    z-index: 2;
}

.l-top-whoweare .l-main-content .l-name-sign {
    justify-content: flex-start;
    align-items: flex-end;
}

@media screen and (min-width: 800px) {
    .l-top-whoweare .l-main-content .c-image-content {
        align-items: flex-start;
    }

    .l-top-whoweare .l-main-content .c-image-content>.c-image {
        width: 560px;
    }

    .l-top-whoweare .l-main-content .c-image-content>.c-content {
        width: 580px;
    }
}

@media screen and (min-width: 0px) and (max-width: 799px) {
    .l-top-whoweare {
        background-position: right -200px bottom 100px;
        background-size: 600px auto;
    }

    .l-top-whoweare .l-gallery {
        padding: 2.5vw 2.5vw;
    }

    .l-top-whoweare .c-title-flash-green {
        margin-top: -0.8em;
    }
}

/*
-----------------------------------------------------

    =TOP - CULTURE

----------------------------------------------------- 
*/
.l-top-culture {
    position: relative;
    z-index: 2;
    color: #fff;
}

.l-top-culture::before {
    content: "";
	position: absolute;
	z-index: -1;
	bottom: 0;
	left: 0;
	width: 100%;
	height: calc(100%);
    background-color: var(--color-secondary);
}

.l-top-culture .c-cover-image {
    position: relative;
    top: -120px;
    margin-bottom: -120px;
}

.l-top-culture .c-title-flash-green {
    margin-top: -80px;
    margin-bottom: 0.5em;
}

.l-top-culture .l-main-content {
    position: relative;
    z-index: 2;
}

.l-top-culture .l-main-content .c-image-content>.c-image {
    position: relative;
    z-index: 1;
}

.l-top-culture .l-main-content .c-image-content>.c-content {
    position: relative;
    z-index: 2;
}

.l-top-culture .l-main-content .l-name-sign {
    justify-content: flex-start;
    align-items: flex-end;
}

@media screen and (min-width: 800px) {
    .l-top-culture .l-main-content .c-image-content {
        align-items: flex-start;
    }

    .l-top-culture .l-main-content .c-image-content>.c-image {
        width: 400px;
    }

    .l-top-culture .l-main-content .c-image-content>.c-content {
        width: calc(100% - 400px - 60px);
    }
}

@media screen and (min-width: 0px) and (max-width: 799px) {
    .l-top-culture .c-cover-image {
        position: relative;
        top: -5vw;
        margin-bottom: -5vw;
    }

    .l-top-culture .c-cover-image .c-wrapper {
        padding: 0;
    }

    .l-top-culture .c-title-flash-green {
        margin-top: -0.8em;
    }
}


/*
-----------------------------------------------------

    =TOP - COLUMN

----------------------------------------------------- 
*/
.l-top-column {
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.l-top-column::before {
    content: "";
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(assets/images/top-column-bg.webp) no-repeat center;
    background-size: cover;
}

@media screen and (min-width: 800px) {
    .l-top-column .c-image-content {
        align-items: flex-start;
    }

    .l-top-column .c-image-content>.c-image {
        width: calc(100% - 720px - 100px);
    }

    .l-top-column .c-image-content>.c-content {
        width: 720px;
    }

    .l-top-column .c-title-section {
        margin: 0 0 3rem;
    }
}

@media screen and (min-width: 0px) and (max-width: 799px) {}


/*
-----------------------------------------------------

    =TOP - JOBS [募集要項]

----------------------------------------------------- 
*/
.l-top-jobs {
    position: relative;
    z-index: 2;
    overflow: hidden;

    background-color: #e7eaee;
}

@media screen and (min-width: 800px) {
    .l-top-jobs .l-main-content {
        position: relative;
        z-index: 2;
    }
    .l-top-jobs .l-main-content .l-navigation {
        position: absolute;
        z-index: 2;
        top: 0;
        right: 0;
    }
}

@media screen and (min-width: 0px) and (max-width: 799px) {}

































































/*
-----------------------------------------------------

    =TOP - xxx [xxx]

----------------------------------------------------- 
*/
.l-top-xxx {
	position: relative;
	z-index: 2;
	overflow: hidden;
}

.l-top-xxx::before {
    content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media screen and (min-width: 800px) {
    .l-top-xxx .c-image-content {
        align-items: flex-start;
    }

    .l-top-xxx .c-image-content>.c-image {
        width: 540px;
    }

    .l-top-xxx .c-image-content>.c-content {
        width: calc(100% - 540px - 40px);
    }
}

@media screen and (min-width: 0px) and (max-width: 799px) {}


@media screen and (min-width: 800px) {}

@media screen and (min-width: 0px) and (max-width: 799px) {}








































/*
-----------------------------------------------------

    =TOP - MESSAGE

----------------------------------------------------- 
*/
.l-top-message {
    position: relative;
    z-index: 1;
    overflow: hidden;
    background: url(assets/images/object-logo-symbol.webp) no-repeat right -200px center;
    background-size: 1200px auto;
    background-color: var(--color-pale-burgundy);
    background-color: #e4dcdc;
}

.l-top-message::before {}

.l-top-message .c-section {}

.l-top-message .l-gallery {
    padding: 1.5vw 1.5vw 0 0;
}

.l-top-message .l-main-content {
    position: relative;
    z-index: 2;
}

.l-top-message .l-main-content .c-image-content>.c-image {
    position: relative;
    z-index: 1;
}

.l-top-message .l-main-content .c-image-content>.c-content {
    position: relative;
    z-index: 2;
}

.l-top-message .l-main-content .l-name-sign {
    justify-content: flex-start;
    align-items: flex-end;
}

@media screen and (min-width: 800px) {
    .l-top-message .l-main-content .c-image-content {
        align-items: flex-start;
    }

    .l-top-message .l-main-content .c-image-content>.c-image {
        width: 520px;
    }

    .l-top-message .l-main-content .c-image-content>.c-content {
        width: 680px;
    }
}

@media screen and (min-width: 0px) and (max-width: 799px) {
    .l-top-message {
        background-position: right -200px bottom 100px;
        background-size: 600px auto;
    }

    .l-top-message .l-gallery {
        padding: 2.5vw 2.5vw;
    }
}



/*
-----------------------------------------------------

    =TOP - SERVICES [事業内容]

----------------------------------------------------- 
*/
.l-top-services {
    position: relative;
    z-index: 2;
    overflow: hidden;
    background-color: var(--color-pale-burgundy);
    background-color: #e4dcdc;
}

.l-top-services::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.l-top-services .l-shikoku-view {
    margin: 0 0 -150px;
    margin: 0 0 -10vw;
}

.l-top-services .l-achievement {
    margin: 0 0 4em;
}

ul.l-list-services {}

@media screen and (min-width: 800px) {
    .l-top-services .c-image-content {
        align-items: center;
    }

    .l-top-services .c-image-content>.c-image {
        width: 740px;
    }

    .l-top-services .c-image-content>.c-content {
        width: calc(100% - 740px - 80px);
    }
}

@media screen and (min-width: 0px) and (max-width: 799px) {}


/* ループするテキスト */
.l-top-services .loop-animation-background {
    position: relative;
    z-index: 3;
    height: calc(634px / 2);
    background-size: auto 100%;
    animation-name: loop-animation-top-services;
}

.l-top-services .loop-animation-background {
    background-image: url(assets/images/top-services-gallery.webp);
}

@keyframes loop-animation-top-services {
    0% {
        background-position-x: 0;
    }

    100% {
        background-position-x: -2500px;
    }
}

@media screen and (min-width: 800px) {
    .l-top-services .loop-animation-background {
        margin: 0 0;
    }
}

@media screen and (min-width: 0px) and (max-width: 799px) {
    .l-top-services .loop-animation-background {
        margin: 0 0;
        height: calc(634px / 4);
    }
}

/* ラインアップ */
.l-top-services-lineup .lineup {}

.l-top-services-lineup .lineup .l-image {
    position: relative;
    z-index: 1;
}

.l-top-services-lineup .lineup .l-image a:hover {
    opacity: 0.8;
}

.l-top-services-lineup .lineup .l-image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.l-top-services-lineup .lineup .l-inner {
    position: relative;
    z-index: 2;
    padding: 0 2em;
}

.l-top-services-lineup .lineup .l-inner .l-numbering {
    margin: -50px 0 3rem;
    line-height: .7;
    font-family: 'Montserrat', sans-serif;
    font-size: 7.2rem;
    font-weight: 500;
    color: #fff;
}

.l-top-services-lineup .lineup .l-inner .l-header {}

.l-top-services-lineup .lineup .l-inner .l-header .l-title {}

.l-top-services-lineup .lineup .l-inner .l-header .l-button {}


@media screen and (min-width: 800px) {}

@media screen and (min-width: 0px) and (max-width: 799px) {
    .l-top-services-lineup.u-responsive .lineup {
        margin-bottom: 9.725vw;
    }
}

/*
-----------------------------------------------------

    =COMMON PARTS - ACTION - CONTACT

----------------------------------------------------- 
*/
/* アクション - お問い合わせ */
.l-action-entry {
    position: relative;
    z-index: 3;
    background: url(assets/images/action-entry-bg.webp) no-repeat center top;
    background-size: cover;
    color: #fff;
    overflow: hidden;
    text-align: center;

    padding: 2em 0;
}

.l-action-entry::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.l-action-entry .l-main-content {}

.l-action-entry .l-main-content .l-tagline {
    margin: 0px auto 10px;
}

@media screen and (min-width: 800px) {
    .l-action-entry .c-section {
        padding: 90px 0;
    }
}

@media screen and (min-width: 0px) and (max-width: 799px) {
    .l-action-entry {
        padding: 0 0;
    }

    .l-action-entry .c-section {
        padding: 9vw 0;
    }

    .l-action-entry .l-main-content .l-tagline {
        width: 70%;
    }
}


/*
-----------------------------------------------------

	=SUBPAGES
		FIRSTVIEW
        COMMON PARTS - LAYOUT & BACKGROUND
        COMMON PARTS - HEADING
        COMMON PARTS - BUTTON

-----------------------------------------------------
*/

/*
-----------------------------------------------------

    =SUBPAGES - COMMON PARTS

----------------------------------------------------- 
*/
/* =SUBPAGES - COMMON PARTS - LAYOUT & BACKGROUND
----------------------------------------------------- */
#container.u-ver-subpages {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

@media screen and (min-width: 800px) {}

@media screen and (min-width: 0px) and (max-width: 799px) {
    #container.u-ver-subpages {
        overflow: hidden;
    }
}


/* =SUBPAGES - PAGE BACKGROUND
----------------------------------------------------- */
#main.u-ver-subpages {
    background: url(assets/images/sub-fv-bg.webp) no-repeat right top -30px;
    background-size: 750px auto;
}

#main.u-ver-subpages.u-ver-white {
    background: #fff;
}

@media screen and (min-width: 800px) {}

@media screen and (min-width: 0px) and (max-width: 799px) {
    #main.u-ver-subpages {
        background-size: 60% auto;
    }
}


/* =SUBPAGES - COMMON PARTS - FIRSTVIEW
----------------------------------------------------- */
.c-sub-fv {
    position: relative;
    z-index: 3;

    padding-top: 130px;
}

.c-sub-fv::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.c-sub-fv .l-title {
    position: relative;
    z-index: 3;
    margin-bottom: 0;
}



@media screen and (min-width: 800px) {
    .c-sub-fv {
        max-height: 680px;
    }
    .c-sub-fv .c-section {
        padding: 80px 0 160px;
    }
}

@media screen and (min-width: 0px) and (max-width: 799px) {
    .c-sub-fv {
        padding-top: 60px;
    }
    .c-sub-fv .l-title {
        margin-bottom: 0;
    }
}

/* =SUBPAGES - COMMON PARTS - BREADCRUMBS
----------------------------------------------------- */
/* パンくずリスト */
#breadcrumbs {
    position: relative;
    z-index: 2;
    margin: 0;
    padding: 0 0;
    font-size: 1.6rem;
    font-weight: normal;
    letter-spacing: 0.0em;
}

#breadcrumbs,
#breadcrumbs a {
    color: var(--color-primary);
}

#breadcrumbs a {
    display: inline-block;
    text-decoration: none;
    color: var(--color-primary);
    line-height: 2;
}

#breadcrumbs a:hover {
    text-decoration: none;
}

#breadcrumbs .l-inner {
    padding: 0px;
}

#breadcrumbs p {
    line-height: 2;
}

#breadcrumbs p>span>span:first-child {
    position: relative;
    display: inline-block;
    visibility: visible;
    background: url(assets/images/icon-breadcrumbs-home.webp) no-repeat left center;
    background-size: 21px auto;
    padding-left: 26px;
}

#breadcrumbs p>span>span:first-child::before {}

#breadcrumbs p>span {
    font-family: serif;
}

#breadcrumbs p>span>span {}

#breadcrumbs p>span a {}

#breadcrumbs p>span a,
#breadcrumbs p>span span.breadcrumb_last {
    display: inline-block;
    position: relative;
    visibility: visible;

    font-family: "Poppins", 'Noto Sans JP', "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ", sans-serif, serif;
}

#breadcrumbs p>span span.breadcrumb_last {
    color: var(--color-text-basic);
}

#breadcrumbs p>span a:first-child {}

@media screen and (min-width: 800px) {
    #breadcrumbs {}
}

@media screen and (min-width: 0px) and (max-width: 799px) {
    #breadcrumbs {
        font-size: 1.1rem;
    }

    #breadcrumbs .l-inner {
        padding: 0;
        padding-top: calc(1px + 2em);
    }

    #breadcrumbs p>span>span:first-child {
        background-size: 15px auto;
    }

    #breadcrumbs p>span a::before {
        width: 7px;
    }
}

/* パンくずリスト - バリエーション */
.u-ver-white#breadcrumbs {}

.u-ver-white#breadcrumbs,
.u-ver-white#breadcrumbs a,
.u-ver-white#breadcrumbs p>span span.breadcrumb_last {
    color: #fff;
}

.u-ver-white#breadcrumbs p>span>span:first-child {
    background-image: url(assets/images/icon-breadcrumbs-home-white.webp);
}

@media screen and (min-width: 800px) {}

@media screen and (min-width: 0px) and (max-width: 799px) {}


/*
-----------------------------------------------------

	=SUB PAGES - CULTURE [カルチャー・福利厚生]

-----------------------------------------------------
*/
#main.u-page-culture {
    position: relative;
    z-index: 2;
    overflow: hidden;
    background-image: -ms-linear-gradient( var(--color-gradient) );
    background-image: -webkit-linear-gradient( var(--color-gradient) );
    background-image: -moz-linear-gradient( var(--color-gradient) );
    background-image: linear-gradient( var(--color-gradient) );
    background-size: cover;
}

#main.u-page-culture::before {
    content: "";
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 20vw;
    min-height: 720px;

    background: url(assets/images/sub-culture-bg.webp) no-repeat center center;
    background-size: cover;
}

#main.u-page-culture .c-sub-fv .l-title {
    margin-bottom: 0;
    padding-top: 8vw;
}

.js-status-scrolled #main.u-page-culture,
.js-status-scrolled #main.u-page-culture::before {}

@media screen and (min-width: 800px) {}

@media screen and (min-width: 0px) and (max-width: 799px) {
    #main.u-page-culture::before {
        height: 70vw;
        min-height: 0;
        background: url(assets/images/sub-culture-bg.webp) no-repeat center center;
        background-size: cover;
    }
}

/* = CULTURE - イントロ
----------------------------------------------------- */
.l-sub-culture-intro {
    position: relative;
    z-index: 2;
    overflow: hidden;
    background-image: -ms-linear-gradient( var(--color-gradient) );
    background-image: -webkit-linear-gradient( var(--color-gradient) );
    background-image: -moz-linear-gradient( var(--color-gradient) );
    background-image: linear-gradient( var(--color-gradient) );
    color: #fff;

    padding-bottom: 100px;
}

.l-sub-culture-intro::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.l-sub-culture-intro #breadcrumbs {
    padding: 2em 0 0;
}

.l-sub-culture-intro .l-achievement {
    position: relative;
    z-index: 4;
    margin: -50px 0 2em 0;
}

@media screen and (min-width: 800px) {
    .l-sub-culture-intro .c-image-content {
        align-items: flex-start;
    }

    .l-sub-culture-intro .c-image-content>.c-image {
        width: calc(560px);
    }

    .l-sub-culture-intro .c-image-content>.c-content {
        width: calc(100% - 560px - 60px);
    }
}

@media screen and (min-width: 0px) and (max-width: 799px) {
    .l-sub-culture-intro::before {
        background-position: right -100px center;
        background-size: 70vw auto;
    }

    .l-sub-culture-intro .l-achievement {
        width: 80%;
    }
}

/* = CULTURE - メインコンテンツ
----------------------------------------------------- */
.l-sub-culture-main {
    position: relative;
    z-index: 2;
    overflow: hidden;
    font-size: 0.9em;
    margin-top: -100px;
    /*top: -100px;
     margin-bottom: -100px; */
}

.l-sub-culture-main::before {
    content: "";
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 100px);
    background-color: var(--color-pale-burgundy);
    background-color: #e4dcdc;
}

.l-sub-culture-lineup {}

.l-sub-culture-lineup>.lineup {}

.l-sub-culture-lineup>.lineup .l-numbering {
    position: relative;
    z-index: 2;
    margin: -70px 0 7rem;
    line-height: .7;
    font-family: 'Montserrat', sans-serif;
    font-size: 14.4rem;
    font-weight: 500;
    color: #fff;
}

.l-frame-feature {
    padding: 3em;
    background: #c2c7cd;
}

.l-sub-culture-feature-lineup>.lineup {}

.l-sub-culture-feature-lineup>.lineup .l-image {
    margin: 0 0 1em;
}

.l-sub-culture-feature-lineup>.lineup .l-title {
    margin: 0 0 0.5em;
}

.l-sub-culture-feature-lineup>.lineup .l-text {
    margin: 0;
    font-size: .875em;
    font-weight: 400;
}

@media screen and (min-width: 800px) {
    .l-sub-culture-main .l-gallery {}

    .l-sub-culture-main .l-gallery.c-flex-row {
        width: calc(100% + 2%);
    }

    .l-sub-culture-main .l-gallery.c-flex-row>.c-flex-child {
        width: calc(100% / 4 - 2%);
        margin: 0 2% 2% 0;
    }

    .l-sub-culture-main .c-image-content {
        align-items: flex-start;
    }

    .l-sub-culture-main .c-image-content>.c-image {
        width: calc(400px);
    }

    .l-sub-culture-main .c-image-content>.c-content {
        width: calc(100% - 400px - 60px);
        padding: 0 0 0 60px;
        border-left: solid 1px rgba(0, 0, 0, 0.2);
    }
}

@media screen and (min-width: 0px) and (max-width: 799px) {
    .l-sub-culture-main::before {}

    .l-sub-culture-lineup>.lineup .c-cover-image.c-flexible-container {
        border-radius: 5px;
        width: calc(100%);
        margin: 0 auto 6.25vw;
        padding: 0;
    }

    .l-sub-culture-lineup>.lineup .l-numbering {
        margin-top: -50px;
        font-size: 7.2rem;
    }

    .l-sub-culture-feature-lineup.c-flex-row.u-responsive>.c-flex-child {
        margin-bottom: 3em;
    }
}


/*
----------------------------------------------------

	=SUB PAGES - JOBS - ARCHIVE

-----------------------------------------------------
*/

/* = JOBS - 一覧ページ
----------------------------------------------------- */
.l-sub-jobs-archive {
    position: relative;
    z-index: 2;
}

.l-jobs-lineup .lineup {
    display: block;
    text-decoration: none;
}

.l-jobs-lineup .lineup .l-image {
    overflow: hidden;
    position: relative;
    padding-bottom: 52.5%;
    padding-bottom: 66.66%;
    border-radius: 15px;
    background-color: #ccc;
}

.l-jobs-lineup .lineup .l-image img {
    position: absolute;
    z-index: 1;
    object-fit: cover;
    width: 100%;
    height: 100%;
    height: 100%;
    -webkit-transition: all cubic-bezier(0.19, 1, 0.22, 1) 0.6s;
    -moz-transition: all cubic-bezier(0.19, 1, 0.22, 1) 0.6s;
    -ms-transition: all cubic-bezier(0.19, 1, 0.22, 1) 0.6s;
    transition: all cubic-bezier(0.19, 1, 0.22, 1) 0.6s;
}

.l-jobs-lineup .lineup .l-image::before {}

.l-jobs-lineup .lineup .l-content {
    margin: 1em 0;
}

.l-jobs-lineup .lineup .l-content,
.l-jobs-lineup .lineup .l-content a {
    text-decoration: none;
}

.l-jobs-lineup .lineup .l-content .l-inner {
    padding: 30px;
}

.l-jobs-lineup .lineup .l-content .l-meta {
    margin: 0 0 1em;
    font-size: 1.4rem;
    font-weight: normal;
}

.l-jobs-lineup .lineup .l-content .l-meta>* {
    display: inline-block;
    vertical-align: middle;
    line-height: 1.25;
    margin: 0 0.75em 0 0;
    padding: 0 0.75em 0 0;
    border-right: 1px solid rgba(255, 255, 255, 0.5);
}

.l-jobs-lineup .lineup .l-content .l-meta>*:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}

.l-jobs-lineup .lineup .l-content .l-location {
    padding-left: 18px;
    background: url(assets/images/icon-marker.webp) no-repeat left center;
    background-size: 10px auto;
    color: var(--color-secondary);
    font-weight: bold;
}

.l-jobs-lineup .lineup .l-content .l-category {}

.l-jobs-lineup .lineup .l-content .l-category ul li {
    display: inline-block;
    margin: 0 1em 0.5em 0;
}

.l-jobs-lineup .lineup .l-content .l-category ul li a {
    color: var(--color-primary);
    padding-bottom: 0.25em;
    border-bottom: solid 1px var(--color-primary);
}

.l-jobs-lineup .lineup .l-content .l-category ul li a:hover {
    border-color: transparent;
}

.l-jobs-lineup .lineup .l-content .l-title {
    margin-bottom: 1em;
    font-size: 1.5em;
    font-weight: bold;
    line-height: 1.6;
}


.l-jobs-lineup .lineup .l-content .l-title:last-child {
    margin-bottom: 0;
}

.l-jobs-lineup .lineup .l-content .l-title a {
    color: var(--color-text-basic);
}

.l-jobs-lineup .lineup:hover {
    opacity: 1;
}

.l-jobs-lineup .lineup:hover .l-image img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

@media screen and (min-width: 800px) {}

@media screen and (min-width: 0px) and (max-width: 799px) {
    .sub-recruit-other-jobs .c-section {}

    .l-jobs-lineup.u-responsive {}

    .l-jobs-lineup.u-responsive>.lineup {
        margin-bottom: 6.25vw;
    }

    /* .l-jobs-lineup .lineup .l-image {}

	.l-jobs-lineup .lineup .l-content {
        margin-top: 3.125vw;
    } */

    .l-jobs-lineup .lineup {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
    }

    .l-jobs-lineup .lineup .l-image {
        width: 35%;
        padding-bottom: calc(66.66% / 100 * 35);
    }

    .l-jobs-lineup .lineup .l-content {
        width: calc(100% - 35% - 3.125vw);
        margin-top: 0;
    }

    .l-jobs-lineup .lineup .l-content .l-meta {
        margin-bottom: 3.125vw;
        font-size: 1.2rem;
    }

    .l-jobs-lineup .lineup .l-content .l-location {}

    .l-jobs-lineup .lineup .l-content .l-title {
        font-size: 1.4rem;
    }

    .l-jobs-lineup .lineup .l-content .l-text {
        font-size: 1.2rem;
    }
}

/*
-----------------------------------------------------

	=SUBPAGES - JOBS - ARTICLE

-----------------------------------------------------
*/

/* JOBS - ARTICLE - ページ全体
----------------------------------------------------- */
.l-sub-jobs-article {}

@media screen and (min-width: 800px) {}

@media screen and (min-width: 0px) and (max-width: 799px) {}

/* JOBS - ARTICLE - 記事部分
----------------------------------------------------- */
.l-jobs-header {}

.l-jobs-header .c-image-content>.c-image {}

.l-jobs-header .c-image-content>.c-content {}

.l-jobs-header .l-thumbnail {
    position: relative;
    height: 0;
    padding-bottom: 66.66%;
    border-radius: 10px;
    overflow: hidden;
}

.l-jobs-header .l-thumbnail img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.l-jobs-header .l-meta {
    margin: 0 0 2em;
    font-size: 0.9em;
}

.l-jobs-header .l-meta>* {
    display: inline-block;
    vertical-align: middle;
}

.l-jobs-header .l-meta>*:not(:last-child) {
    margin: 0 40px 0 0;
}

.l-jobs-header .l-location {
    padding-left: 18px;
    background: url(assets/images/icon-marker.webp) no-repeat left center;
    background-size: 10px auto;
    color: var(--color-secondary);
    font-weight: bold;
}

.l-jobs-header .l-category li {
    display: inline-block;
    margin: 0 10px 0 0;
    color: var(--color-primary);
    font-size: .9em;
}

.l-jobs-header .l-category li a {
    padding-bottom: 0.25em;
    border-bottom: solid 1px var(--color-primary);
    text-decoration: none;
    color: var(--color-primary);
}

.l-jobs-header .l-category li a:hover {
    border-color: transparent;
}

.l-jobs-header .l-title {
    margin-bottom: 1.25em;
}

.l-jobs-header ul.list-tag li {
    display: inline-block;
    vertical-align: top;
    margin: 0 10px 0 0;
    color: #aaa;
    font-size: 1.2rem;
    line-height: 1.5;
    font-weight: normal;
    text-decoration: none;
}

.l-jobs-header ul.list-tag li::before {
    content: "#";
}

.l-jobs-main {}

.c-frame-jobs {}

.c-frame-jobs:not(:last-child) {
    margin: 0 0 2em;
}

.c-title-jobs {
    margin: 0 0 0.75em;
    font-size: 3.2rem;
    font-weight: bold;
    line-height: 1.5;
}

.c-title-jobs span {
    display: inline-block;
}

.c-title-jobs.white span {
    border-color: #fff;
}

table.table-jobs {}

table.table-jobs tr {
    border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}

table.table-jobs th,
table.table-jobs td {
    border: none;
    letter-spacing: 0;
    vertical-align: middle;
}

table.table-jobs th {}

@media screen and (min-width: 800px) {
    .l-jobs-header .c-image-content>.c-image {
        width: 640px;
        margin: -0 -0 0 0;
    }

    .l-jobs-header .c-image-content>.c-content {
        width: calc(100% - 640px - 60px);
    }

    /* .c-frame-jobs {
		align-items: flex-start;
	}

	.c-frame-jobs>.l-title {}

	.c-frame-jobs>.l-content {
		width: calc(100% - 400px - 40px);
	} */
}

@media screen and (min-width: 0px) and (max-width: 799px) {
    .c-frame-jobs {}

    .c-title-jobs {
        font-size: 1.8rem;
        text-align: center;
    }

    table.table-jobs,
    table.table-jobs tr,
    table.table-jobs th,
    table.table-jobs td {
        display: block;
        width: 100% !important;
        height: auto !important;
    }

    table.table-jobs tr {
        padding-bottom: 2em;
        margin-bottom: 2em;
    }

    table.table-jobs tr,
    table.table-jobs th,
    table.table-jobs td {
        display: block;
        width: 100% !important;
        height: auto !important;
    }

    table.table-jobs th,
    table.table-jobs td {
        padding: 0;
    }

    table.table-jobs th {
        padding-bottom: 10px;
    }
}

.single-jobs article p {
    margin-bottom: 0em;
}

/* JOBS - ARTICLE - 新着の募集要項
----------------------------------------------------- */
.l-sub-jobs-latest {}

@media screen and (min-width: 800px) {}

@media screen and (min-width: 0px) and (max-width: 799px) {}

/* SWIPER.JS
-------------------------------------------------- */
.l-jobs-latest-slider {
    position: relative;
}

.l-jobs-latest-slider .swiper-grandparent {
    position: relative;
}

.l-jobs-latest-slider .swiper-grandparent .swiper-parent {
    overflow: hidden;
    max-width: 100%;
}

.l-jobs-latest-slider .swiper-grandparent .swiper-parent .swiper-container {}

@media screen and (min-width: 800px) {}

@media screen and (min-width: 0px) and (max-width: 799px) {}

/* SLIDE
-------------------------------------------------- */

@media screen and (min-width: 800px) {
    .l-jobs-latest-slider .swiper-grandparent .swiper-parent .swiper-container .swiper-wrapper {
        width: calc(100% + 4%);
        margin-right: -4%;
    }

    .l-jobs-latest-slider .swiper-grandparent .swiper-parent .swiper-container .swiper-wrapper .swiper-slide {
        width: calc(100% / 3 - 4%);
        margin-right: 4%;
    }
}

@media screen and (min-width: 0px) and (max-width: 799px) {
    .l-jobs-latest-slider .swiper-grandparent .swiper-parent .swiper-container .swiper-wrapper .swiper-slide {
        width: 100%;
        margin-right: 4%;
    }
}

/* PREV & NEXT
-------------------------------------------------- */
.l-jobs-latest-slider .swiper-button-prev,
.l-jobs-latest-slider .swiper-container-rtl .swiper-button-next,
.l-jobs-latest-slider .swiper-button-next,
.l-jobs-latest-slider .swiper-container-rtl .swiper-button-prev {
    background-size: 100% auto !important;
    top: 0 !important;
    bottom: 0 !important;
    margin: auto 0 !important;
    width: 15px !important;
    height: 100% !important;
}

.l-jobs-latest-slider .swiper-button-prev,
.l-jobs-latest-slider .swiper-container-rtl .swiper-button-next {
    left: -50px !important;
    background-image: url(assets/images/icon-arrow-slider-left.webp) !important;
}

.l-jobs-latest-slider .swiper-button-next,
.l-jobs-latest-slider .swiper-container-rtl .swiper-button-prev {
    right: -50px !important;
    background-image: url(assets/images/icon-arrow-slider-right.webp) !important;
}

@media screen and (min-width: 0px) and (max-width: 799px) {

    /* PREV & NEXT */
    .l-jobs-latest-slider .swiper-button-prev,
    .l-jobs-latest-slider .swiper-container-rtl .swiper-button-next,
    .l-jobs-latest-slider .swiper-button-next,
    .l-jobs-latest-slider .swiper-container-rtl .swiper-button-prev {
        width: 9px !important;
        height: 100% !important;
    }

    .l-jobs-latest-slider .swiper-button-prev,
    .l-jobs-latest-slider .swiper-container-rtl .swiper-button-next {
        left: 3.125vw !important;
    }

    .l-jobs-latest-slider .swiper-button-next,
    .l-jobs-latest-slider .swiper-container-rtl .swiper-button-prev {
        right: 3.125vw !important;
    }
}


/*
-----------------------------------------------------

	=SUB PAGES - ENTRY

-----------------------------------------------------
*/
#main.u-page-entry {
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.l-sub-entry-main {}

@media screen and (min-width: 800px) {
    .l-sub-entry-main .c-section {
        padding-top: 2em;
    }
}

@media screen and (min-width: 0px) and (max-width: 799px) {}


/*
-----------------------------------------------------

	=SUBPAGES - ENTRY - THAMKS

-----------------------------------------------------
*/
#main.u-page-thanks {
    position: relative;
    z-index: 2;
    overflow: hidden;
}

@media screen and (min-width: 800px) {}

@media screen and (min-width: 0px) and (max-width: 799px) {}

/*
-----------------------------------------------------

	=SUBPAGES - FORM (PLUG-IN)

-----------------------------------------------------
*/
/* フォーム（WPプラグイン「Contact Form 7」を使用） */
/* フォーム本体 */
.form-main {
    padding-top: 0;
    width: 960px;
    max-width: 100%;
}

.form-main * {
    line-height: 1.8;
}

.form-main table.table-form {
    width: 100%;
    border-collapse: collapse;
    line-height: 1.75;
    text-align: left;
}

.form-main table.table-form tr,
.form-main table.table-form th,
.form-main table.table-form td {
    display: block;
    width: 100%;
    vertical-align: top;
    text-align: left;
    border: none;
}

.form-main table.table-form tr {
    margin: 0 0 2em;
}

.form-main table.table-form tr {}

.form-main table.table-form th,
.form-main table.table-form td {
    padding: 0.5em 0;
    font-weight: normal;
}

.form-main table.table-form th {
    font-size: 1.1em;
    font-weight: bold;
}

.form-main input[type="text"],
.form-main input[type="email"],
.form-main input[type="tel"],
.form-main select,
.form-main textarea {
    width: 100%;
    padding: 1.25em;
    border-radius: 10px;
    background-color: transparent;
    background-color: #eee;
    border: solid 1px #eee;
    font-family: inherit;
    font-size: 1.6rem;
    font-weight: bold;
}

.mwform-tel-field input[type="text"],
.mwform-zip-field input[type="text"] {
    display: inline-block;
    vertical-align: unset;
}

.form-main textarea {
    width: 100%;
}

.form-main select {
    appearance: none;
    -webkit-appearance: none;
    max-width: 100%;
    background: url(assets/images/icon-form-select.webp) no-repeat right 1em center;
    background-color: #eee;
    background-size: 9px auto;
}

.form-main select option.placeholder {
    color: rgba(51, 51, 51, 0.5);
}

.form-main .vertical label {
    display: block;
}

.form-main ::placeholder {
    color: rgba(51, 51, 51, 0.5);
}

.form-main em {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 1em;
    padding: 0.25em 1.0em;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    background-color: var(--color-secondary);
    color: #fff;
    font-size: 0.65em;
    font-weight: 600;
    line-height: 1.2;
}

.form-main em.u-ver-optional {
    background-color: #737373;
    color: #fff;
}

.form-main .error {
    display: block;
    margin: .5em 0 0;
    padding: .5em 1em;
    border: solid 1px #F00;
    background-color: #fbf1f1;
    color: #f00;
    border-radius: 0;
}

.form-main a {}

@media screen and (min-width: 800px) {}

@media screen and (min-width: 0px) and (max-width: 799px) {

    .form-main table.table-form,
    .form-main table.table-form tr,
    .form-main table.table-form th,
    .form-main table.table-form td {
        display: block;
        width: 100%;
        background-color: transparent;
        border: none;
    }

    .form-main table.table-form {}

    .form-main table.table-form tr {}

    .form-main table.table-form th,
    .form-main table.table-form td {
        padding: 5px 0;
        font-size: 1em;
    }

    .form-main input,
    .form-main input[type="text"],
    .form-main input[type="tel"],
    .form-main input[type="email"],
    .form-main textarea,
    .form-main select,
    .form-main input[type*="submit"] {
        font-size: 14px;
    }

    .form-main input[type="text"],
    .form-main input[type="tel"],
    .form-main input[type="email"],
    .form-main textarea {
        width: 100%;
        padding: 0.75em;
    }

    .form-main select {
        padding: 0.5em;
        width: 100%;
    }

    .form-main input[type="radio"] {
        padding: 0;
        vertical-align: middle;
        position: relative;
        top: -1px;
    }

    .form-main input[type="checkbox"] {
        padding: 0;
        vertical-align: middle;
        position: relative;
        top: -1px;
    }

    .form-main input[type="file"] {
        width: 100%;
        padding: 0;
        font-size: 12px;
    }

    .form-main input[type*="submit"] {
        width: 100%;
    }
}

/* レイアウト調整 */
.form-main .horizontal>br {
    display: none;
}

.form-main .horizontal label {
    display: block;
    padding: 1.005em;
    line-height: 1;
    vertical-align: middle;
    width: 100%;
    max-width: 100%;
    border-radius: 10px;
    background-color: transparent;
    background-color: #eee;
    border: solid 1px #eee;
}

.form-main .horizontal label:hover {
    border-color: #f00;
}

@media screen and (min-width: 800px) {
    .form-main .horizontal {
        font-size: 0;
        letter-spacing: 0;
    }

    .form-main .horizontal .wpcf7-list-item {
        display: inline-block;
        vertical-align: text-top;
        font-size: 1.6rem;
        font-weight: bold;
    }

    .form-main .horizontal.u-col-3 .wpcf7-list-item {
        width: 32.33%;
        margin: 0 1% 1% 0;
    }

    .form-main .horizontal.u-col-2 .wpcf7-list-item {
        width: 49%;
        margin: 0 1% 1% 0;
    }

    .form-main .horizontal.u-col-1 .wpcf7-list-item {
        width: 100%;
        margin: 0 0% 1% 0;
    }

    .form-main .horizontal label {
        padding: 1.25em;
    }

    .form-main .horizontal-half {
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        flex-shrink: 0;
        justify-items: center;
        align-items: center;
        align-items: flex-start;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .form-main .horizontal-half .half-item {
        margin-bottom: 0;
        width: 50%;
    }

    .form-main .horizontal-half .half-item:nth-child(odd) {
        padding-right: 10px;
    }
}

@media screen and (min-width: 0px) and (max-width: 799px) {

    .form-main .horizontal .wpcf7-list-item,
    .form-main .horizontal-half .half-item {
        display: inline-block;
        vertical-align: middle;
        width: 100%;
        margin: 0 0 1%;
    }

    .form-main .horizontal-half .half-item {
        margin-bottom: 10px;
    }
}

/* 送信ボタン - ボタンの全領域をクリック可能に変更 */
.form-main .submit-button {
    position: relative;
}

.form-main input[type*="submit"] {
    display: inline;
    font-size: inherit;
    font-weight: inherit;
    width: auto;
    text-align: inherit;
    margin: auto 0;
    padding: 0;
    background-color: transparent;
}

.form-main .submit-button input[type*="submit"] {
    display: block;
    position: absolute;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: 100%;
    padding: 1em 2em;
    cursor: pointer;
    opacity: 0;
}

/* 送信ボタン - ボタンのデザイン装飾 */
/* ベースCSS --> .c-button-readmore */
.form-main .c-button-readmore .l-english,
.form-main .c-button-readmore .l-japanese {
    line-height: 1.1;
}





























































/*
-----------------------------------------------------

	=SUBPAGES - CONTACT

-----------------------------------------------------
*/

.l-sub-contact-main {
    position: relative;
    z-index: 2;
}

.l-sub-contact-main .l-main-content {
    width: 1000px;
    max-width: 100%;
}

.l-contact-tel-area {
    margin: 0;
    padding: 2em 0 0;
    border: solid 1px #000;
    border-left: 0;
    border-right: 0;
}

.c-tel {
    margin: 0;
    padding: 0 0 0 40px;
    background: url(assets/images/icon-tel.webp) no-repeat left center;
    background-size: 30px auto;
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    color: var(--color-primary);
    font-size: 2.4em;
    letter-spacing: 0.05em;
    line-height: 1.2;
}

@media screen and (min-width: 800px) {}

@media screen and (min-width: 0px) and (max-width: 799px) {
    .l-contact-tel-area {
        margin: 0;
        padding: 2em 0;
        border: solid 1px #000;
        border-left: 0;
        border-right: 0;
    }

    .l-contact-tel-area .l-tel {
        margin-bottom: 2em !important;
    }

    .l-contact-tel-area .c-title-gradientball {
        margin-bottom: 10px;
    }
}


/*
-----------------------------------------------------

	=SUBPAGES - CONTACT - THAMKS

-----------------------------------------------------
*/
.l-sub-thanks-main {
    position: relative;
    z-index: 2;
    overflow: hidden;
}

@media screen and (min-width: 800px) {}

@media screen and (min-width: 0px) and (max-width: 799px) {}


