@charset "UTF-8";
/*
Theme Name:  武蔵野の中小企業向け新卒採用応援・支援サイト【Kimete】
Template: twentynineteen
Author:  武蔵野の中小企業向け新卒採用応援・支援サイト【Kimete】
Author URI:
Description:
Version: 1.0.1
Updated: 2026-03-30
*/

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

	=THEME COLOR = #ff6900

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

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

/* CSS Variable
----------------------------------------------------- */
:root {
    --color-text-basic: #000;
    --color-primary: #ff6900;
    --color-secondary: #00a896;

    --color-pale-orange: #fdf2eb;
    --color-pale-green: #ebf5f0;
}

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

	=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-text-basic);
    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: 160px;
    margin-top: -160px;
    pointer-events: none;
}

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

.c-section {
    padding: 70px 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: 35px 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: 35px 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: 17px auto;
}

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

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

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

	=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: 40px;
    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 {
    height: 80px;
    padding: 15px;
    border-radius: 40px;
    background-color: #fff;
    box-shadow: 5px 8.66px 30px 0px rgba(0, 0, 0, 0.1);
    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 {}

.l-logo-corporatesite {
    position: relative;
    width: 156px;
}

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

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

.l-logo-recruitmentsite {
    position: relative;
    width: 156px;
    margin-right: 160px;
}

.l-logo-recruitmentsite a::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 115%;
    margin: auto;
    display: flex;
    align-items: center;
    width: 10em;
    height: 25px;
    color: #aaa;
    padding: 0.2em 0;
    content: "RECRUITMENT SITE";
    font-family: "urw-din", sans-serif;
    font-size: 1.2rem;
    font-weight: normal;
    line-height: 1.0;
}

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

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

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

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

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

    .header-global>.l-inner {
        max-width: 1800px;
        min-width: 1200px;
        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-before-main .header-global {}

    .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 {}

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

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

    /* ヘッダー初期位置 - 背景透過ver.*/
    .js-header-transparent {
        background-color: transparent;
    }

    .js-header-transparent.js-status-before-scroll .header-global>.l-inner {
        padding: 40px 80px;
    }

    /* .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 .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 {}

    .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: 90px;
    }

    .header-global {
        height: 70px;
        margin: 10px;
        padding: 0;
        width: calc(100% - 10px*2);
        background-color: #fff;
        border-radius: 35px;
    }

    .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: 90px;
    }

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

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

    .l-logo-recruitmentsite {
        width: 80px;
    }

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

    .l-logo-recruitmentsite a::after {
        font-size: .9rem;
        position: static;
        height: auto;
    }

    /* ヘッダー初期位置 - 背景透過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 img {
        opacity: 0;
    }


    .js-header-transparent.js-status-before-main a.trigger-bars span {
        background-color: #fff;
    } */

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

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


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

	=NAVIGATION - PC

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

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

    /* =NAVIGATION - PC
	----------------------------------------------------- */
    .nav-pc {
        margin: 0 20px 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.5rem;
        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.2em 0;
    }

    .nav-pc ul.nav-main>li>a: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: 20px;
        padding-top: 10px;
        background-color: #fff;
        border-radius: 0 0 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);
        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: 0 6.25vw;
        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: #eee;
        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;
        text-align: center;
    }
}

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

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

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

.footer-global .l-footer-navigation-area .l-address {
    font-size: 1.6rem;
}

.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 {
        margin: auto;
        width: 66px;
    }

    .footer-global .l-footer-navigation-area .l-address {
        margin: 6.25vw 0;
        font-size: 1.2rem;
    }

    .footer-global .l-footer-navigation-area .nav-action {
        margin: 6.25vw 0 0;
        text-align: center;
    }

    .footer-global .l-footer-navigation-area .nav-action ul li {
        margin: 0 5px 5px 0;
    }

    .footer-global .l-footer-navigation-area .nav-action ul li:last-child {
        margin-right: 0;
    }

    .footer-global .nav-footer-sub {
        margin: 6.25vw 0 0;
        text-align: left;
        text-align: center;
    }
}

/* フッター - ナビゲーションなどのエリア - ナビゲーション横並び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 {}

.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: 0 0 60px;
    align-items: center;
}

.footer-global .l-footer-copyright-area .copyright {
    letter-spacing: 0.0em;
    line-height: 1;
    opacity: 0.5;
}

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

@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

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

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

.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.5;
    font-size: 2.0rem;
    font-family: "urw-din", 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.1rem;
    }

    .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) {}

/* 見出し - 文字の背後に線が入るタイプ
----------------------------------------------------- */
.c-title-linethrough {
    position: relative;
    margin: 0 0 0.5em;
    font-size: 2.4rem;
    letter-spacing: 0.10em;
}

.c-title-linethrough::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto 0;
    width: 100%;
    height: 1px;
    background-color: rgba(0, 0, 0, .25);
}

.c-title-linethrough .l-japanese {
    display: inline-block;
    background-color: #fff;
    padding: 0.25em 1.0em;
    font-weight: 500;
}

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

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


/* 見出し - 日本語28pt
----------------------------------------------------- */
.c-title-28 {
    margin: 0 0 1.25em;
    font-size: 2.8rem;
    line-height: 1.8;
    font-weight: 500;
}

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

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

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


/* 見出し - 小見出し
----------------------------------------------------- */
.c-title-description-header {
    margin: 0 0 1.25em;
    line-height: 1.5;
}

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

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

/* 見出し - 英語のみ
----------------------------------------------------- */
.c-title-english {
    margin: 0 0 .5em;
    color: var(--color-primary);
    font-family: "urw-din", sans-serif;
    font-size: 7.2rem;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.5;
}

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

.c-title-english .l-japanese {
    display: block;
    color: #000;
    font-size: 2.2rem;
    font-weight: bold;
}

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

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

    .c-title-english .l-japanese {
        font-size: 1.4rem;
    }
}


/* 見出し - 指差し
----------------------------------------------------- */
.c-title-finger {
    margin: 0 0 .5em;
    padding-left: 40px;
    background: url(assets/images/icon-arrow-right-finger.webp) no-repeat left center;
    background-size: 31px auto;
    min-height: 31px;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.5;
}

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

@media screen and (min-width: 0px) and (max-width: 799px) {
    .c-title-finger {
        font-size: 1.6rem;
        padding-left: 30px;
        background-size: 21px auto;
        min-height: 21px;
    }
}

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

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

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

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

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

	=COMMON PARTS - HEADING (SUB PAGES ONLY)

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


/* 見出し - 日本語24pt
----------------------------------------------------- */
.c-title-24 {
    margin: 0 0 .75em;
    font-size: 2.4rem;
    font-weight: bold;
    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;
    }
}



/* 見出し - 日本語42pt オレンジ罫線
----------------------------------------------------- */
.c-title-underline-orange {
    margin: 0 0 0.5em;
    font-size: 4.2rem;
    font-weight: bold;
    line-height: 1.5;
}

.c-title-underline-orange span {
    display: inline-block;
    margin: 0 0 0.25em;
    padding: 0 0 0.15em;
    border-bottom: solid 1px var(--color-primary);
    color: var(--color-primary);
}

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

@media screen and (min-width: 0px) and (max-width: 799px) {
    .c-title-underline-orange {
        display: inline-block;
        margin: 0 0 .5em;
        padding: 0 0 0.5em;
        font-size: 1.8rem;
    }
}



/* 見出し - 日本語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: "urw-din", 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

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


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

.c-button-action.u-ver-contact {
    background-color: var(--color-primary);
}

.c-button-action.u-ver-download {
    background-color: var(--color-secondary);
}

.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: 1em;
}

.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.25);
}

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

@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: inline-block;
    width: 300px;
    padding: 0 0 0.75em;
    border-bottom: solid 1px var(--color-text-basic);
    color: var(--color-text-basic);
    font-size: 2.4rem;
    font-weight: 500;
    letter-spacing: 0;
    text-align: left;
    text-decoration: none;
}

.c-button-readmore .l-japanese,
.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-japanese {
    display: block;
}

.c-button-readmore .l-arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto 0;
    -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: var(--color-primary);
    -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 {}

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

.c-button-readmore:hover .l-arrow svg {
    fill: var(--color-primary);
}

@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;
        font-size: 1.5rem;
    }

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

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

.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) {}



/* ボタン - 小さなテキストとアロー
----------------------------------------------------- */
.c-link-arrow {
    position: relative;
    display: inline-block;
    padding: 0 1em 0 0;
    font-size: 1.25em;
    font-family: "urw-din", sans-serif;
    color: var(--color-text-basic);
    font-weight: bold;
    text-decoration: none;
    line-height: .8;
}

.c-link-arrow::after {
    content: "";
    position: absolute;
    top: 3px;
    bottom: 0;
    margin: auto 0;
    right: 0;
    background: url(assets/images/icon-arrow-right-green.webp) no-repeat center;
    background-size: contain;
    width: 15px;
    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:hover {
    color: var(--color-primary);
}

@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(15px / 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) {}




/* =ナビゲーション - ページ内コンテンツ （下層ページのみ）
----------------------------------------------------- */
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. (CULTUREページのイントロで使用) */
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 {
    border-bottom: solid 1px rgba(0, 0, 0, 1);
}

ul.c-nav-sub-contents li a {
    display: block;
    padding: .5em 0;
    text-decoration: none;
}

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

ul.c-nav-sub-contents li a .l-text {
    font-size: 1.1em;
    font-weight: bold;
}

ul.c-nav-sub-contents li a .l-arrow {
    position: relative;
    right: 0;
    background: url(assets/images/icon-arrow-right-button.svg) no-repeat center;
    background-size: contain;
    width: 20px;
    height: 20px;
    margin: 0 0 0 1em;
    -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:hover {
    right: -5px;
}

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

@media screen and (min-width: 0px) and (max-width: 799px) {
    ul.c-nav-sub-contents li a {
        position: relative;
    }

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



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

	=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;
    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: "urw-din", sans-serif;
    font-size: 2.0rem;
    font-weight: bold;
    letter-spacing: 0.05em;
}

@media screen and (min-width: 800px) {
    .c-news-archive-header .l-title {
        width: 200px;
    }

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

@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-text-basic);
    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;
}

/* 画像 */
.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: 2.0rem;
    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: "urw-din", sans-serif;
    font-weight: bold;
    letter-spacing: 0.10em;
    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;
}

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


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

.loop .loop-category 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 -25px 0;
        width: calc(100% + 25px);
        padding-left: 640px;
        min-height: 720px;
    }

    .loop.loop-type-focus .loop-article {
        margin: 0 25px 25px 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%;
    }

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

    .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 {
        margin-bottom: 0;
        font-size: 1.6rem;
    }
} */


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

	=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: "urw-din", 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: "urw-din", 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;
}

.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) {}

@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: 540px;
    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;
    } */
}

/* VIDEO */
.l-top-bg .l-video {
    position: absolute;
    z-index: 1;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: #000;
}

.l-top-bg .video::before {}

.l-top-bg .l-video video,
.l-top-bg .l-video 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-video img {
    opacity: .35;
}

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

    =TOP - COMMON PARTS

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

/* 角丸 */
.c-radius {
    border-radius: 20px;
    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-timing-function: linear;
    animation-iteration-count: infinite;
    will-change: background-position-x;
}

/* フル幅のセクション設定 */
.c-flexible-container {
    border-radius: 30px;
    overflow: hidden;
    width: calc(100% - 40px * 2);
    margin: 0 auto 40px;
    padding: 0 40px;
    max-width: 1800px;
}

.c-flexible-container .c-wrapper {
    max-width: 100%;
}

@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 - FIRSTVIEW

----------------------------------------------------- 
*/
/* TOPページのファーストビュー */
.l-top-fv {
    position: relative;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    background: url(assets/images/top-fv-bg.webp) no-repeat center top;
    background-size: cover;
    background-color: #f4e3d0;
}

.l-top-fv .c-image-content>.c-content .l-image {
    margin: 0 0 50px;
}

.l-top-fv .c-image-content>.c-content .l-button ul li {
    margin: 0 15px 0 0;
}

.l-top-fv .c-image-content>.c-content .l-button ul li:last-child {
    margin-right: 0;
}

@media screen and (min-width: 800px) {
    .l-top-fv {
        padding-top: 160px;
        height: calc(580px);
        overflow: hidden;
    }

    .l-top-fv .c-section {
        padding: 0;
    }

    .l-top-fv .c-image-content {
        align-items: flex-end;
        height: 100%;
    }

    .l-top-fv .c-image-content>.c-image {
        width: 544px;
    }

    .l-top-fv .c-image-content>.c-content {
        width: calc(544px - 0px);
        padding: 20px 0 70px;
    }

    .l-top-fv .c-button-action {
        width: 240px;
        height: 64px;
        font-size: 2.0rem;
    }
}

@media screen and (min-width: 0px) and (max-width: 799px) {
    .l-top-fv {
        padding-top: 80px;
        height: auto;
        margin-bottom: 0;
        min-height: auto;
        /* background-image: url(assets/images/top-fv-bg-sp.webp);
        background-size: cover;
        background-position: center bottom; */
    }

    .l-top-fv .c-section {
        padding: 6.25vw 0 0;
    }

    .l-top-fv .c-image-content>.c-content .l-button ul {
        text-align: center;
    }

    .l-top-fv .c-image-content>.c-content .l-button ul li {
        margin: 0 5px 0 0;
    }

    .l-top-fv .c-image-content>.c-content .l-image {
        margin: 0 0 6.25vw;
    }

    .l-top-fv .c-image-content>.c-content .l-image02 {
        margin: 0;
    }

    .l-top-fv .l-button {
        padding: 25px 0;
        margin: 0 -6.25vw;
        width: 100vw;
        background-color: var(--color-pale-orange);
        background-color: #fff;
    }
}



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

    =TOP - INTRO

----------------------------------------------------- 
*/
.l-top-intro {
    position: relative;
    z-index: 2;
    overflow: hidden;
    border-radius: 0;
    text-align: center;
}

.l-top-intro .l-partnership {
    margin-bottom: 40px;
}

.l-top-intro .l-emblem {}

.l-top-intro .l-emblem ul {}

.l-top-intro .l-emblem ul li {}

.l-top-intro .l-emblem .l-note {
    margin: 1em 0;
    text-align: right;
}

@media screen and (min-width: 800px) {
    .l-top-intro {
        width: 100%;
        margin: 0 auto 40px;
        padding: 0;
        max-width: none;
    }

    .l-top-intro .l-indent {
        width: calc(100% - 40px * 2);
        margin: 0 auto;
        padding: 0 40px;
    }

    .l-top-intro .c-section {
        padding: 50px 0 100px;
    }

    .l-top-intro .l-emblem ul {
        margin: 0;
        justify-content: center;
    }

    .l-top-intro .l-emblem ul>li {
        margin: 0 20px;
    }
}

@media screen and (min-width: 0px) and (max-width: 799px) {
    .l-top-intro {
        overflow: inherit;
    }

    .l-top-intro .c-section {
        padding: 6.25vw 0 0;
        padding: 0;
    }

    .l-top-intro .l-partnership {
        margin-bottom: 6.25vw;
    }

    .l-top-intro .l-emblem ul li img {
        zoom: 0.4;
    }

    .l-top-intro .l-emblem .l-note {
        text-align: center;
    }

}


/* Multirole Slider */
.slideFrame {
    overflow: hidden;
}

.slideGuide .slideCell {
    float: left;
    margin-right: 50px;
    width: auto;
    height: 60px;
    display: flex;
    align-items: center;
}

.slideGuide .slideCell img {
    zoom: 0.25;
}

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

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

    .slideGuide .slideCell {}

    .slideGuide .slideCell img {
        zoom: 0.15;
    }
}


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

    =TOP - WHATIS

----------------------------------------------------- 
*/
.l-top-whatis {
    position: relative;
    z-index: 3;
    overflow: inherit;
    border: solid 2px #535353;
}

.l-top-whatis::before {
    content: "";
    position: absolute;
}

.l-top-whatis .l-header-area {
    margin-top: -60px;
}

.l-top-whatis .l-header-area .c-title-section .l-japanese {
    display: inline-block;
    background-color: #fff;
    padding: 0 0.5em;
}

.l-top-whatis-lineup {}

.l-top-whatis-lineup .lineup {
    position: relative;
    border: solid 1px #535353;
    background-color: #f2f2f2;
    border-radius: 10px;
    line-height: 1.8;
    text-align: center;
}

.l-top-whatis-lineup .lineup .l-inner {
    padding: 20px;
}

.l-top-whatis-lineup .lineup .l-inner .l-numbering {
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 60px;
    border-radius: 10px;
    background-color: #535353;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "urw-din", sans-serif;
    font-size: 2.4rem;
    font-weight: bold;
}

.l-top-whatis-lineup .lineup .l-inner .l-balloon {
    margin: 0 0 20px;
}

.l-top-whatis-lineup .lineup .l-inner .l-image {
    margin: 0 0 20px;
    border-radius: 10px;
    overflow: hidden;
}

.l-top-whatis-lineup .lineup .l-inner .l-header {
    text-align: center;
}

.l-top-whatis-lineup .lineup .l-inner .l-header .l-title {
    margin: 0 0 0.5em;
    font-size: 1.2em;
    font-weight: bold;
    line-height: 1.5;
}

.l-top-whatis-lineup .lineup .l-inner .l-text {
    padding: 0 20px;
    font-size: .95em;
    text-align: left;
}

.l-top-whatis-lineup .lineup .l-inner .l-text p {
    line-height: 1.6;
}

.l-top-whatis-lineup .lineup.u-ver-focus {
    border-color: var(--color-primary);
    background-color: var(--color-pale-orange);
}

.l-top-whatis-lineup .lineup.u-ver-focus .l-inner .l-numbering {
    background-color: var(--color-primary);
}

.l-top-whatis-lineup .lineup.u-ver-focus .l-inner .l-header .l-title {
    color: var(--color-primary);
}

@media screen and (min-width: 800px) {
    .l-top-whatis .c-section {
        padding: 0;
    }

    .l-top-whatis .c-wrapper {
        max-width: none;
    }

    .l-top-whatis-lineup {
        align-items: center;
    }

    .l-top-whatis-lineup .lineup {
        width: 350px;
    }

    .l-top-whatis-lineup .lineup.u-ver-focus {
        width: 400px;
        font-size: 1.1em;
    }

}

@media screen and (min-width: 0px) and (max-width: 799px) {
    .l-top-whatis {
        padding: 0;
        margin: 0;
        width: 100%;
        border: none;
    }

    .l-top-whatis .c-section {
        padding-bottom: 0;
    }

    .l-top-whatis-lineup .lineup .l-inner .l-text {
        padding: 0;
    }

    .l-top-whatis-lineup .lineup .l-inner .l-numbering {
        width: 45px;
        height: 45px;
        font-size: 2.0rem;
        border-radius: 8px;
    }
}

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

    =TOP - REASON

----------------------------------------------------- 
*/
.l-top-reason {
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.l-top-reason::before {
    content: "";
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background-color: var(--color-pale-orange);
}

.l-top-reason-lineup {}

.l-top-reason-lineup .lineup {}

.l-top-reason-lineup .lineup .l-numbering {
    margin: 0 0 1.5em;
    text-align: center;
    color: var(--color-primary);
}

.l-top-reason-lineup .lineup .l-numbering .l-japanese {
    display: inline-block;
    margin: 0 0 0.5em;
    padding: 0 0 0.5em;
    border-bottom: solid 1px var(--color-primary);
    font-size: .875em;
}

.l-top-reason-lineup .lineup .l-numbering .l-num {
    display: block;
    font-family: "urw-din", sans-serif;
    font-size: 7.2rem;
    font-weight: 200;
}

.l-top-reason-lineup .lineup .l-image {
    margin: 0 0 1.5em;
    background-color: var(--color-primary);
    border-radius: 30px;
    text-align: center;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.l-top-reason-lineup .lineup .l-image img {
    position: relative;
    bottom: -25px;
}

.l-top-reason-lineup .lineup .l-header {
    margin: 0 0 1.5em;
    text-align: center;
}

.l-top-reason-lineup .lineup .l-header .l-title {
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: -0.05em;
}

.l-top-reason-lineup .lineup .l-header .l-title .l-japanese {}

.l-top-reason-lineup .lineup .l-header .l-title .l-japanese em {
    color: var(--color-primary);
    font-size: 1.33em;
    border-bottom: solid 1px var(--color-primary);
}


@media screen and (min-width: 800px) {
    .l-top-reason-lineup .lineup .l-image {
        height: 240px;
    }

    .l-top-reason-lineup .lineup .l-image img {}
}

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

    .l-top-reason-lineup .lineup .l-header .l-title {
        font-size: 1.8rem;
    }
}


.c-list-checklist {}

.c-list-checklist li {
    position: relative;
    padding-left: 30px;
    margin: 0 0 0.5em;
    background: url(assets/images/icon-check.webp) no-repeat left center;
    background-size: 17px auto;
    font-weight: 500;
}

.c-list-checklist li>* {
    display: inline-block;
    border-bottom: solid 1px rgba(0, 0, 0, 1);
}

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

@media screen and (min-width: 0px) and (max-width: 799px) {
    .c-list-checklist li {
        padding-left: 24px;
        margin: 0 0 0.5em;
        background-size: 12px auto;
    }
}



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

    =TOP - KOYAMA [小山昇も選んだツールです！]

----------------------------------------------------- 
*/
.l-top-koyama {
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.l-top-koyama::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.l-top-koyama .l-cover {
    position: relative;
}

.l-top-koyama .l-cover .l-icon {
    position: absolute;
    z-index: 1;
    top: -30px;
    left: -60px;
    width: 160px;
}

.l-top-koyama .l-balloon {}

.l-top-koyama .l-title {
    margin: 0 0 2.5em;
    font-weight: bold;
    line-height: 1.8;
}

.l-top-koyama .l-title .l-sub {}

.l-top-koyama .l-title .l-main {
    display: block;
    font-size: 1.8em;
}

.l-top-koyama .l-message-area {
    letter-spacing: 0.10em;
}

.l-top-koyama .l-message-area p {
    font-weight: 500;
    line-height: 2.2;
}

.l-top-koyama .l-profile-area {}

.l-top-koyama .l-profile-area .l-text {
    font-size: .95em;
}

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

    .l-top-koyama .c-image-content>.c-image {
        width: 440px;
    }

    .l-top-koyama .c-image-content>.c-content {
        width: calc(100% - 440px - 70px);
    }
}

@media screen and (min-width: 0px) and (max-width: 799px) {
    .l-top-koyama .l-cover .l-icon {
        position: absolute;
        z-index: 1;
        top: -10px;
        left: -10px;
        width: 90px;
    }
}


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

    =COMMON PARTS - ACTION - CONTACT

----------------------------------------------------- 
*/
/* アクション - お問い合わせ */
.c-action-cta {
    position: relative;
    z-index: 3;
    background: url(assets/images/action-bg.webp) no-repeat center center;
    background-size: cover;
    color: #fff;
    overflow: hidden;
}

.l-cta-lineup {}

.l-cta-lineup .lineup {
    width: 50%;
    background-color: var(--color-primary);
    color: #fff;
    text-align: left;
}

.l-cta-lineup .lineup.u-ver-contact {
    background-color: var(--color-primary);
}

.l-cta-lineup .lineup.u-ver-download {
    background-color: var(--color-secondary);
}


.l-cta-lineup .lineup .l-inner {
    padding: 70px 110px;
}

.l-cta-lineup .lineup .c-title-section {
    text-align: left;
}

.l-cta-lineup .lineup .c-title-section .l-english {
    color: #fff;
}

.l-cta-lineup .lineup .c-title-section .l-japanese {
    display: inline-block;
    padding-right: 54px;
    background: url(assets/images/icon-button-download-white.webp) no-repeat right center;
    background-size: 38px auto;
}

.l-cta-lineup .lineup.lineup.u-ver-download .c-title-section .l-japanese {
    background-image: url(assets/images/icon-button-download-white.webp);
    background-size: 32px auto;
}

.l-cta-lineup .lineup.lineup.u-ver-contact .c-title-section .l-japanese {
    background-image: url(assets/images/icon-button-contact-white.webp);
    background-size: 38px auto;
}

@media screen and (min-width: 800px) {
    .c-action-cta::before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        width: 50%;
        height: 100%;
        background-color: var(--color-secondary);
    }

    .c-action-cta::after {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        right: 0;
        width: 50%;
        height: 100%;
        background-color: var(--color-primary);
    }

    .l-cta-lineup .lineup:nth-child(1) .l-inner {
        padding-left: 0;
    }

    .l-cta-lineup .lineup:nth-child(2) .l-inner {
        padding-right: 0;
    }
}

@media screen and (min-width: 0px) and (max-width: 799px) {
    .c-action-cta .c-wrapper {
        padding: 0;
    }

    .l-cta-lineup {
        flex-direction: column;
    }

    .l-cta-lineup .lineup {
        width: 100%;
    }

    .l-cta-lineup .lineup .l-inner {
        padding: 6.25vw;
        padding: 9.75vw 6.25vw;
    }

    .l-cta-lineup .lineup .c-title-section .l-japanese {
        padding-right: 44px;
    }

    .l-cta-lineup .lineup.lineup.u-ver-contact .c-title-section .l-japanese {
        background-size: 32px auto;
    }

    .l-cta-lineup .lineup.lineup.u-ver-download .c-title-section .l-japanese {
        background-size: 30px auto;
    }
}


/* ボタン - ACTION */
.c-button-cta {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 480px;
    height: 90px;
    line-height: 1.35;
    padding: 0 2em;
    border-radius: 15px;
    background-color: #fff;
    color: var(--color-primary);
    font-size: 2.1rem;
    font-weight: bold;
    letter-spacing: 0;
    text-align: center;
    text-decoration: none;
}

.c-button-cta .l-japanese,
.c-button-cta .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-cta .l-japanese {
    display: inline-block;
    vertical-align: middle;
    font-weight: bold;
}

.c-button-cta .l-arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 25px;
    width: 48px;
    height: 48px;
    margin: auto;
    background-color: var(--color-pale-orange);
    border-radius: 50%;
}

.c-button-cta .l-arrow svg {
    fill: var(--color-primary);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 19px;
    height: 19px;
    -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-cta:hover {}

.c-button-cta:hover .l-arrow {}

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

.u-ver-download .c-button-cta {
    color: var(--color-secondary);
}

.u-ver-download .c-button-cta .l-arrow {
    background-color: var(--color-pale-green);
}

.c-button-cta.u-ver-gray {
    background-color: #595959;
    color: #fff;
}

.c-button-cta.u-ver-gray .l-arrow {
    background-color: rgba(255, 255, 255, 0.2);
}

.c-button-cta.u-ver-gray .l-arrow svg {
    fill: #fff;
}

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

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

@media screen and (min-width: 0px) and (max-width: 799px) {
    .c-button-cta {
        width: 100%;
        max-width: 100%;
        height: 70px;
        padding: 0 2em;
        border-radius: 15px;
        font-size: 1.6rem;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .c-button-cta .l-japanese {
        display: block;
    }

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

    .c-button-cta .l-arrow svg {
        zoom: 0.8;
    }
}


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

    =TOP - ONAYAMI [こんなお悩みありませんか？]

----------------------------------------------------- 
*/
.l-top-onayami {
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.l-top-onayami::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.l-top-onayami .c-section-header {
    position: relative;
}

.l-top-onayami-lineup {
    padding: 70px 50px;
    background-color: var(--color-pale-orange);
}

.l-top-onayami-lineup .lineup {
    margin-bottom: 0;
}

.l-top-onayami-lineup .lineup .l-inner {}

.l-top-onayami-lineup .lineup .l-inner .l-title {
    margin: 0 0 0.5em;
    padding-left: 50px;
    background: url(assets/images/icon-check-top-onayami.webp) no-repeat left center;
    background-size: 41px auto;
    min-height: 41px;
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 1.5;
}

.l-top-onayami .l-arrow {
    background: url(assets/images/icon-arrow-down-top-onayami.webp) no-repeat center center;
    background-size: contain;
    width: 100%;
    height: 40px;
    margin: 0 auto;
}

.l-top-onayami .l-closing-area {
    text-align: center;
}

.l-top-onayami .l-closing-area .l-title {
    display: inline-block;
    margin: 0 0 .5em;
    padding: 0 0 0.5em;
    border-bottom: solid 1px var(--color-primary);
    color: var(--color-primary);
    font-size: 4.2rem;
    font-weight: bold;
    line-height: 1.5;
}

.l-top-onayami .l-closing-area .l-text {
    display: inline-block;
    padding-left: 80px;
    background: url(assets/images/icon-bulb-top-onayami.webp) no-repeat left center;
    background-size: 72px auto;
    font-size: 2.8rem;
    font-weight: 500;
    line-height: 1.5;
    text-align: left;
}

.l-top-onayami .l-closing-area .l-text * {
    line-height: 1.8;
}

.l-top-onayami-gallery {}

.l-top-onayami-gallery .l-parent {}

.l-top-onayami-gallery .l-parent .l-child {
    margin: 0 5px 0;
}

@media screen and (min-width: 800px) {
    .l-top-onayami .c-section-header {
        padding: 50px 0;
    }

    .l-top-onayami .c-section-header .c-title-section {
        margin-bottom: 0;
    }

    .l-top-onayami .c-section-header .l-cover {}

    .l-top-onayami .c-section-header .l-cover .l-image {
        position: absolute;
        z-index: 1;
        bottom: 0;
        pointer-events: none;
    }

    .l-top-onayami .c-section-header .l-cover .l-image01 {
        left: 150px;
    }

    .l-top-onayami .c-section-header .l-cover .l-image02 {
        right: 150px;
    }
}

@media screen and (min-width: 0px) and (max-width: 799px) {
    .l-top-onayami .c-section-header .l-cover .l-image {
        display: inline-block;
        width: 45%;
    }

    .l-top-onayami-lineup {
        padding: 6.25vw 12.5vw;
    }

    .l-top-onayami-lineup .lineup .l-inner {
        text-align: center;
    }

    .l-top-onayami-lineup .lineup .l-inner .l-title {
        display: inline-block;
        padding-left: 30px;
        background-size: 21px auto;
        min-height: 21px;
        font-size: 1.7rem;
    }

    .l-top-onayami-lineup .lineup .l-inner ul li {
        text-align: left;
    }

    .l-top-onayami .l-closing-area .l-title {
        display: inline-block;
        margin: 0 0 .5em;
        padding: 0 0 0.5em;
        font-size: 1.8rem;
    }

    .l-top-onayami .l-closing-area .l-text {
        padding-left: 45px;
        background-size: 32px auto;
        font-size: 1.5rem;
    }

    .l-top-onayami-gallery .l-parent {
        flex-wrap: wrap;
    }

    .l-top-onayami-gallery .l-parent .l-child {
        width: calc(50% - 6px);
        margin: 0 3px 6px;
    }
}


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

    =TOP - PRODUCTS [サービス紹介]

----------------------------------------------------- 
*/
.l-top-products {
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.l-top-products::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

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

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


.l-top-products-lineup {}

.l-top-products-lineup .lineup {
    margin: 0 0 50px;
    border: solid 3px #535353;
    border-radius: 15px;
}

.l-top-products-lineup .lineup:last-child {
    margin-bottom: 0;
}

.l-top-products-lineup .lineup .l-header-area {
    padding: 50px;
    border-bottom: solid 3px #535353;
    display: flex;
    align-items: center;
}

.l-top-products-lineup .lineup .l-header-area .l-numbering {
    margin: 0 50px 0 0;
    width: 100px;
    height: 100px;
    padding: 0 0;
    border-radius: 15px;
    background-color: var(--color-primary);
    color: #fff;
    line-height: 1;
    text-align: center;
    font-family: 'urw-din', sans-serif;
    font-size: 4.8rem;
    font-weight: 500;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.l-top-products-lineup .lineup .l-header-area .l-numbering::before {
    content: "PRODUCT";
    font-size: 1.4rem;
    display: block;
    text-align: center;
    line-height: 1.0;
}

.l-top-products-lineup .lineup .l-header-area .l-title {}

.l-top-products-lineup .lineup .l-content-area {
    padding: 50px;
}

.l-top-products-lineup .lineup .l-content-area .l-gallery {}

.l-top-products-lineup .lineup .l-content-area .l-message-area {
    font-weight: bold;
}

.l-top-products-lineup .lineup .l-content-area .l-description {}

.l-top-products-lineup .lineup .l-content-area .l-balloon {
    position: relative;
}

.l-top-products-lineup .lineup .l-content-area .l-balloon:after {
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: transparent;

    /* 下側に吹き出し
	top: 100%;
	left: 50%;
	border-top-color: #484869;
	margin-left: -30px;
	border-width: 30px;
	border-top-width: 30px;*/
}

@media screen and (min-width: 800px) {
    .l-top-products-lineup .lineup .c-image-content {
        align-items: flex-start;
    }

    .l-top-products-lineup .lineup .c-image-content>.c-image {
        width: 400px;
    }

    .l-top-products-lineup .lineup .c-image-content>.c-content {
        width: calc(100% - 400px - 40px);
    }

    .l-top-products-lineup .lineup.u-ver-focus {}

    .l-top-products-lineup .lineup.u-ver-focus .l-header-area .l-numbering {
        width: 150px;
        height: 150px;
        font-size: 6.4rem;
    }

    .l-top-products-lineup .lineup.u-ver-focus .l-header-area .l-numbering::before {
        font-size: 1.8rem;
    }

    .l-top-products-lineup .lineup.u-ver-focus .l-header-area .c-title-36 {
        font-size: 4.8rem;
    }

    .l-top-products-lineup .lineup.u-ver-focus .l-content-area .c-image-content>.c-image {
        width: 420px;
    }

    .l-top-products-lineup .lineup.u-ver-focus .l-content-area .c-image-content>.c-content {
        width: calc(100% - 420px - 100px);
        margin: 35px 0 0;
    }

    .l-top-products-lineup .lineup .l-content-area .l-balloon:after {
        /* 右側に吹き出し */
        left: 100%;
        top: 50%;
        border-left-color: #484869;
        margin-top: 0px;
        border-width: 14px;
        border-left-width: 50px;
    }
}

@media screen and (min-width: 0px) and (max-width: 799px) {
    .l-top-products-lineup .lineup {
        margin: 0 0 6.25vw;
        border: solid 2px #535353;
        border-radius: 10px;
    }

    .l-top-products-lineup .lineup .l-header-area {
        padding: 6.25vw;
        border-bottom: solid 2px #535353;
    }

    .l-top-products-lineup .lineup .l-header-area .l-numbering {
        margin: 0 6.25vw 0 0;
        width: 60px;
        height: 60px;
        padding: 0 0;
        border-radius: 15px;
        font-size: 2.4rem;
    }

    .l-top-products-lineup .lineup .l-header-area .l-numbering::before {
        font-size: .9rem;
    }

    .l-top-products-lineup .lineup .l-header-area .l-logo {
        zoom: 0.5;
    }

    .l-top-products .l-nav-area .c-flex-row.u-col-3>.c-flex-child {
        width: calc(50% - 3.125vw);
    }

    .l-top-products-lineup .lineup .l-content-area {
        padding: 6.25vw;
    }

    .l-top-products-lineup .lineup .l-content-area .l-balloon:after {}
}

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

    =TOP - CASESTUDY [導入事例]

----------------------------------------------------- 
*/
.l-top-casestudy {
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.l-top-casestudy::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

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

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


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

    =TOP - HOWTOSTART [サービスご利用の流れ]

----------------------------------------------------- 
*/
.l-top-howtostart {
    position: relative;
    z-index: 2;
    overflow: hidden;
    background-color: var(--color-pale-green);
}

.l-top-howtostart::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.l-top-howtostart .l-balloon {
    background-color: #fff;
    border-radius: 20px;
    padding: 3em;
}

.l-top-howtostart .l-balloon .l-title {
    padding-left: 80px;
    background: url(assets/images/icon-bulb-top-howtostart.webp) no-repeat left center;
    background-size: 55px auto;
    font-size: 2em;
    font-weight: bold;
}

@media screen and (min-width: 800px) {
    .l-top-howtostart .l-balloon .c-image-content {
        align-items: center;
    }

    .l-top-howtostart .l-balloon .c-image-content>.c-image {
        width: 50%;
        padding: 0 0 0 60px;
    }

    .l-top-howtostart .l-balloon .c-image-content>.c-content {
        width: calc(50% - 0px);
    }
}

@media screen and (min-width: 0px) and (max-width: 799px) {
    .l-top-howtostart .l-balloon .l-title {
        padding-left: 60px;
        background-size: 40px auto;
        min-height: 40px;
        font-size: 1.5em;
    }

    .l-top-howtostart .l-balloon .c-image-content>.c-image {
        margin-bottom: 2em;
    }
}

.l-top-howtostart-lineup .lineup {}

.l-top-howtostart-lineup .lineup .l-image {
    position: relative;
    margin: 0 0 0.5em;
}

.l-top-howtostart-lineup .lineup .l-numbering {
    margin: 0 0 25px;
    padding: 0 0 15px;
    border-bottom: solid 1px var(--color-secondary);
    color: var(--color-secondary);
    font-family: 'urw-din', sans-serif;
    font-size: 3.6rem;
    font-weight: 500;
    line-height: 1;
}

.l-top-howtostart-lineup .lineup .l-numbering::before {
    content: "STEP";
    display: block;
    font-size: 1.4rem;
    line-height: 1.0;
}

.l-top-howtostart-lineup .lineup .l-header {}

.l-top-howtostart-lineup .lineup .l-header .l-title {
    font-weight: 500;
}

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

@media screen and (min-width: 0px) and (max-width: 799px) {
    /* 2列のレイアウトにするver.
    .l-top-howtostart-lineup .lineup {}
    .l-top-howtostart-lineup .lineup .l-numbering {
        margin: 0 0 15px;
        padding: 0 0 10px;
        font-size: 1.9rem;
    }

    .l-top-howtostart-lineup .lineup .l-numbering::before {
        font-size: 1.1rem;
    }

    .l-top-howtostart-lineup .lineup .l-header .l-title {
        margin: 0 0 1em;
        font-size: 1.4em;
    }*/

    /* 縦1列レイアウトにするver. */
    .l-top-howtostart-lineup {}

    .l-top-howtostart-lineup .lineup {}

    .l-top-howtostart-lineup .lineup .l-numbering {
        margin: 0 0 15px;
        padding: 0 0 10px;
        font-size: 1.9rem;
    }

    .l-top-howtostart-lineup .lineup .l-numbering::before {
        font-size: 1.1rem;
    }

    .l-top-howtostart-lineup .lineup .l-inner {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
    }

    .l-top-howtostart-lineup .lineup .l-image {
        width: 50%;
    }

    .l-top-howtostart-lineup .lineup .l-header {
        width: calc(100% - 50% - 15px);
    }

    .l-top-howtostart-lineup .lineup .l-header .l-title {
        margin: 0 0 1em;
        font-size: 1.4em;
    }
}



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

    =TOP - OTHER PRODUCTS [その他のサービス]

----------------------------------------------------- 
*/
.l-top-otherproducts {
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.l-top-otherproducts::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.l-top-otherproducts-lineup .lineup {
    background-color: #fff;
    border: solid 2px #535353;
    border-radius: 10px;
    padding: 40px;
}

.l-top-otherproducts-lineup .lineup .l-image {
    margin: 0 0 30px;
    text-align: center;
}

.l-top-otherproducts-lineup .lineup .l-button {
    text-align: center;
}

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

@media screen and (min-width: 0px) and (max-width: 799px) {
    .l-top-otherproducts-lineup .lineup .l-image img {
        zoom: 0.35;
    }
}


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

    =TOP - FAQ [よくある質問]

----------------------------------------------------- 
*/
.l-top-faq {
    position: relative;
    z-index: 2;
    overflow: hidden;
    background-color: var(--color-pale-green);
}

.l-top-faq::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* よくある質問（アコーディオン） */
.l-faq-lineup {}

.l-faq-lineup .lineup,
.l-faq-lineup .lineup .l-header,
.l-faq-lineup .lineup .l-header::before,
.l-faq-lineup .lineup .l-content {
    border-radius: 40px;
}

.l-faq-lineup .lineup {
    background-color: #fff;
    overflow: hidden;
}

.l-faq-lineup .lineup:not( :last-child) {
    margin: 0 0 20px;
}

.l-faq-lineup .lineup .l-header,
.l-faq-lineup .lineup .l-content {
    position: relative;
    display: flex;
    align-items: center;
    padding: 15px 40px;
    padding-left: calc(80px + 30px);
}

.l-faq-lineup .lineup .l-header {
    background: url(assets/images/icon-accordion-open.webp) no-repeat right 40px center;
    background-size: 18px auto;
    background-color: #fff;
    margin: 0;
}

.l-faq-lineup .lineup .l-header.js-acc-header-on {
    background-image: url(assets/images/icon-accordion-close.webp);
}

.l-faq-lineup .lineup .l-header::before {
    content: "Q";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 80px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--color-secondary);
    color: #fff;
    font-family: "urw-din", sans-serif;
    font-size: 4.0rem;
    font-weight: bold;
    text-align: center;
}

.l-faq-lineup .lineup .l-header .l-title {
    position: relative;
    font-weight: bold;
    font-size: 1.25em;
}

.l-faq-lineup .lineup .l-content {
    padding: 0 40px 40px;
    padding-left: calc(80px + 30px);
}

.l-faq-lineup .lineup .l-content .l-text {
    border-top: solid 1px #000;
    padding: 20px 0 0;
    position: relative;
    width: 100%;
}

.l-faq-lineup .lineup .l-content .l-text::before {}

@media screen and (min-width: 800px) {
    .l-faq-lineup .lineup .l-header {
        min-height: 80px;
    }
}

@media screen and (min-width: 0px) and (max-width: 799px) {
    .top-faq .c-section {}

    .l-faq-lineup .lineup,
    .l-faq-lineup .lineup .l-header,
    .l-faq-lineup .lineup .l-header::before,
    .l-faq-lineup .lineup .l-content {
        border-radius: 20px;
    }

    .l-faq-lineup .lineup {
        border-radius: 20px;
        font-size: 1.0em;
    }

    .l-faq-lineup .lineup:not( :last-child) {
        margin: 0 0 3.125vw;
    }

    .l-faq-lineup .lineup:not( :last-child) {}

    .l-faq-lineup .lineup .l-header::before {
        font-size: 1.5em;
        width: 40px;
        height: 100%;
    }

    .l-faq-lineup .lineup .l-header {
        padding: 10px 55px;
        background-position: right 3.125vw center;
        background-size: 10px auto;
        font-size: 1.4rem;
    }

    .l-faq-lineup .lineup .l-header .l-title {
        font-size: 1.0em;
        line-height: 1.5;
    }

    .l-faq-lineup .lineup .l-content {
        position: relative;
        padding: 20px 6.25vw 20px;
    }

    .l-faq-lineup .lineup .l-content .l-text {}
}


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

    =TOP - NEWS [ニュース]

----------------------------------------------------- 
*/
.l-top-news {
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.l-top-news::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.c-list-news {}

.c-list-news li {
    margin: 0 0 1.5em;
    padding: 0 0 1.5em;
    border-bottom: solid 1px #dcdcdc;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.c-list-news li .l-date {
    margin: 0 50px 0 0;
    font-family: "urw-din", sans-serif;
    font-weight: bold;
    letter-spacing: 0.05em;
    opacity: 0.25;
}

.c-list-news li .l-text {
    font-size: 1.2em;
}

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

@media screen and (min-width: 0px) and (max-width: 799px) {
    .c-list-news li .l-date {
        margin: 0 20px 0 0;
    }
}



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

	=SUBPAGES
		COMMON PARTS - FIRSTVIEW
        COMMON PARTS - LAYOUT & BACKGROUND
        COMMON PARTS - HEADING
        COMMON PARTS - BUTTON

        SERVICE
        MEMBER OF KIMETE
        COMPANY
        CASE
        CASE - ARTICLE
        COLUMN
        COLUMN - ARTICLE

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

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

    =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 {}

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

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


/* =SUBPAGES - COMMON PARTS - FIRSTVIEW
----------------------------------------------------- */
.c-sub-fv {
    position: relative;
    z-index: 2;
    overflow: hidden;
}

/* 背景画像ありver. */
.c-sub-fv.u-ver-with-bg,
.c-sub-fv.u-ver-with-bg * {
    color: #fff;
}

.c-sub-fv.u-ver-with-bg .c-section {
    padding: 150px 0;
    padding-top: calc(150px + 80px);
}

.c-sub-fv.u-ver-with-bg .l-image {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.c-sub-fv.u-ver-with-bg .l-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

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

@media screen and (min-width: 0px) and (max-width: 799px) {
    .c-sub-fv.u-ver-with-bg .c-section {
        padding: 12.5vw 0;
        padding-top: calc(12.5vw + 70px);
    }
}


/* 背景画像なしver. */
.c-sub-fv.u-ver-no-image {
    padding-top: 132px;
    height: 0;
}

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

@media screen and (min-width: 0px) and (max-width: 799px) {
    .c-sub-fv.u-ver-no-image .c-section {
        padding-top: calc(70px);
    }
}

/* =SUBPAGES - COMMON PARTS - BREADCRUMBS
----------------------------------------------------- */
/* パンくずリスト */
#breadcrumbs {
    position: relative;
    z-index: 2;
    margin: 0;
    padding: 2em 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 {}

#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: 16px auto;
    padding-left: 26px;
}

#breadcrumbs p>span>span:first-child::before {}

#breadcrumbs p>span {
    font-family: serif;
    color: #666;
}

#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: '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 {}

    #breadcrumbs p>span>span:first-child {
        background-size: 15px auto;
    }

    #breadcrumbs p>span a::before {
        width: 7px;
    }
}

/* カラーバージョン */
#breadcrumbs.u-ver-white,
#breadcrumbs.u-ver-white a,
#breadcrumbs.u-ver-white p>span,
#breadcrumbs.u-ver-white p>span span.breadcrumb_last {
    color: #fff;
}

#breadcrumbs.u-ver-white p>span>span:first-child {
    background-image: url(assets/images/icon-breadcrumbs-home-white.webp);
}


/* FV背景画像なしver. */
#breadcrumbs.u-ver-no-fv {
    padding-top: 170px;
    height: 0;
}

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

@media screen and (min-width: 0px) and (max-width: 799px) {
    #breadcrumbs.u-ver-no-fv {
        padding-top: calc(70px + 6.25vw);
    }
}

/* =SUBPAGES - COMMON PARTS - HEADING
----------------------------------------------------- */


/* =SUBPAGES - COMMON PARTS - BUTTON
----------------------------------------------------- */


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

	=SUB PAGES - SERVICE [サービス]

-----------------------------------------------------
*/
#main.u-page-service {
    position: relative;
    z-index: 2;
    overflow: hidden;
}

/* = SERVICE - イントロダクション
----------------------------------------------------- */
.l-sub-service-intro {
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.l-sub-service-intro::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.l-sub-service-intro .l-text {
    letter-spacing: 0.10em;
}

@media screen and (min-width: 800px) {
    .l-sub-service-intro .c-image-content {
        align-items: center
    }

    .l-sub-service-intro .c-image-content>.c-image {
        width: calc(100% - 900px - 60px);
        text-align: center;
    }

    .l-sub-service-intro .c-image-content>.c-content {
        width: calc(900px);
    }
}

@media screen and (min-width: 0px) and (max-width: 799px) {
    .l-sub-service-intro .c-image-content {
        text-align: center;
    }
}



/* = SERVICE - MESSAGE
----------------------------------------------------- */
.l-sub-service-message {
    position: relative;
    z-index: 3;
    overflow: inherit;
    border: solid 2px #535353;
}

.l-sub-service-message::before {
    content: "";
    position: absolute;
}

.l-sub-service-message .l-header-area {
    margin-top: -60px;
}

.l-sub-service-message .l-header-area .c-title-section .l-japanese {
    display: inline-block;
    background-color: #fff;
    padding: 0 0.5em;
}

.l-sub-service-message .l-title {
    margin-bottom: 1em;
}

.l-sub-service-message .l-text {
    letter-spacing: 0.10em;
}

@media screen and (min-width: 800px) {
    .l-sub-service-message .c-section {
        padding: 0;
    }

    .l-sub-service-message .c-image-content {
        align-items: flex-start;
    }

    .l-sub-service-message .c-image-content>.c-image {
        width: calc(440px);
        text-align: center;
    }

    .l-sub-service-message .c-image-content>.c-content {
        width: calc(100% - 440px - 60px);
    }

}

@media screen and (min-width: 0px) and (max-width: 799px) {
    .l-sub-service-message {
        padding: 0;
        margin: 0;
        width: 100%;
        border: none;
    }

    .l-sub-service-message .c-section {
        padding-bottom: 0;
    }
}


/* = SERVICE - SYSTEM
----------------------------------------------------- */
.l-service-system {
    position: relative;
    z-index: 2;
    overflow: hidden;
}

@media screen and (min-width: 800px) {
    .l-sub-service-system .c-image-content {
        align-items: center
    }

    .l-sub-service-system .c-image-content>.c-image {
        width: calc(100% - 900px - 60px);
        text-align: center;
    }

    .l-sub-service-system .c-image-content>.c-content {
        width: calc(900px);
    }
}

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

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

.l-sub-service-system-lineup {
    position: relative;
}

.l-sub-service-system-lineup::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto 0;
    width: calc(100% - 2%);
    height: 3px;
    background-color: var(--color-secondary);
}

.l-sub-service-system-lineup .lineup {
    background-color: #f6f6f6;
    text-align: center;
    padding: 2em 1.5em;
}

.l-sub-service-system-lineup .lineup .l-image {
    position: relative;
    margin: 0 0 0.5em;
}

.l-sub-service-system-lineup .lineup .l-numbering {
    margin: 0 0 25px;
    color: var(--color-secondary);
    font-family: 'urw-din', sans-serif;
    font-size: 3.6rem;
    font-weight: 500;
    line-height: 1;
}

.l-sub-service-system-lineup .lineup .l-numbering::before {
    content: "SCENE";
    display: block;
    font-size: 1.4rem;
    line-height: 1.0;
}

.l-sub-service-system-lineup .lineup .l-header {}

.l-sub-service-system-lineup .lineup .l-header .l-title {
    font-weight: 500;
}

@media screen and (min-width: 800px) {
    .l-sub-service-system-lineup.c-flex-row.u-col-6>.c-flex-child {
        width: calc(100% / 6 - 2%);
        margin: 0 2% 2% 0;
    }
}

@media screen and (min-width: 0px) and (max-width: 799px) {
    .l-sub-service-system-lineup {}

    .l-sub-service-system-lineup::before {
        display: none;
    }

    .l-sub-service-system-lineup .lineup .l-numbering {
        margin: 0 0 15px;
        padding: 0 0 10px;
        font-size: 1.9rem;
    }

    .l-sub-service-system-lineup .lineup .l-numbering::before {
        font-size: 1.1rem;
    }

    .l-sub-service-system-lineup .lineup .l-inner {}

    .l-sub-service-system-lineup .lineup .l-image {}

    .l-sub-service-system-lineup .lineup .l-header {}

    .l-sub-service-system-lineup .lineup .l-header .l-title {
        margin: 0 0 1em;
        font-size: 1.4em;
    }
}

/* = SERVICE - PRODUCTS
----------------------------------------------------- */
.l-sub-service-products {
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.l-sub-service-products::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.l-sub-service-products .c-section-header .c-title-28,
.l-sub-service-products .c-section-header p {
    margin-bottom: 1em;
    letter-spacing: 0.10em;
}

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

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


.l-sub-service-products-lineup {}

.l-sub-service-products-lineup .lineup {
    margin: 0 0 50px;
    border: solid 3px #535353;
    border-radius: 15px;
}

.l-sub-service-products-lineup .lineup:last-child {
    margin-bottom: 0;
}

.l-sub-service-products-lineup .lineup .l-header-area {
    padding: 50px;
    border-bottom: solid 3px #535353;
    display: flex;
    align-items: center;
}

.l-sub-service-products-lineup .lineup .l-header-area .l-numbering {
    margin: 0 50px 0 0;
    width: 100px;
    height: 100px;
    padding: 0 0;
    border-radius: 15px;
    background-color: var(--color-primary);
    color: #fff;
    line-height: 1;
    text-align: center;
    font-family: 'urw-din', sans-serif;
    font-size: 4.8rem;
    font-weight: 500;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.l-sub-service-products-lineup .lineup .l-header-area .l-numbering::before {
    content: "PRODUCT";
    font-size: 1.4rem;
    display: block;
    text-align: center;
    line-height: 1.0;
}

.l-sub-service-products-lineup .lineup .l-header-area .l-title {}

.l-sub-service-products-lineup .lineup .l-header-area .c-title-24 {
    margin-bottom: 0.25em;
}

.l-sub-service-products-lineup .lineup .l-header-area .c-title-36 {}

.l-sub-service-products-lineup .lineup .l-header-area .c-title-36>* {
    display: inline-block;
    vertical-align: middle;
}

.l-sub-service-products-lineup .lineup .l-header-area .c-title-36 .l-logo {
    margin-left: 20px;
}

.l-sub-service-products-lineup .lineup .l-content-area {
    padding: 50px;
}

.l-sub-service-products-lineup .lineup .l-button {
    text-align: right;
}

.l-sub-service-products-lineup .lineup.l-ver-other {
    background-color: #f6f6f6;
}

.l-sub-service-products-lineup .lineup .l-content-area .l-description {}

@media screen and (min-width: 800px) {
    .l-sub-service-products-lineup .lineup .c-image-content {
        align-items: flex-start;
    }

    .l-sub-service-products-lineup .lineup .c-image-content>.c-image {
        width: 400px;
    }

    .l-sub-service-products-lineup .lineup .c-image-content>.c-content {
        width: calc(100% - 400px - 40px);
    }

    .l-sub-service-products-lineup .l-grid-for-pc .l-child {}

    .l-sub-service-products-lineup .l-grid-for-pc .l-child01 {
        width: 500px;
    }

    .l-sub-service-products-lineup .lineup.l-ver-member-of-kimete {
        height: 880px;
    }

    .l-sub-service-products-lineup .lineup.l-ver-member-of-kimete .l-header-area {
        display: block;
        text-align: center;
    }

    .l-sub-service-products-lineup .lineup.l-ver-member-of-kimete .l-header-area .l-numbering {
        margin: -80px auto 20px;
    }

    .l-sub-service-products-lineup .lineup.l-ver-member-of-kimete .l-button {
        text-align: center;
    }

    .l-sub-service-products-lineup .l-grid-for-pc .l-child02 {
        width: 650px;
    }

    .l-sub-service-products-lineup .lineup.l-ver-other {
        height: 415px;
        display: flex;
        align-items: center;
    }

    .l-sub-service-products-lineup .lineup.l-ver-other .c-image-content {
        align-items: center;
    }

    .l-sub-service-products-lineup .lineup.l-ver-other .c-image-content>.c-image {
        width: 190px;
    }

    .l-sub-service-products-lineup .lineup.l-ver-other .c-image-content>.c-content {
        width: calc(100% - 190px - 40px);
    }
}

@media screen and (min-width: 0px) and (max-width: 799px) {
    .l-sub-service-products-lineup .lineup {
        margin: 0 0 6.25vw;
        border: solid 2px #535353;
        border-radius: 10px;
    }

    .l-sub-service-products-lineup .lineup .l-header-area {
        padding: 6.25vw;
        border-bottom: solid 2px #535353;
    }

    .l-sub-service-products-lineup .lineup .l-header-area .l-numbering {
        margin: 0 6.25vw 0 0;
        width: 60px;
        height: 60px;
        padding: 0 0;
        border-radius: 15px;
        font-size: 2.4rem;
    }

    .l-sub-service-products-lineup .lineup .l-header-area .l-numbering::before {
        font-size: .9rem;
    }

    .l-sub-service-products-lineup .lineup .l-header-area .l-logo {
        zoom: 0.5;
    }

    .l-sub-service-products .l-nav-area .c-flex-row.u-col-3>.c-flex-child {
        width: calc(50% - 3.125vw);
    }

    .l-sub-service-products-lineup .lineup .l-content-area {
        padding: 6.25vw;
    }

    .l-sub-service-products-lineup .lineup.l-ver-other .c-image-content>.c-image {
        text-align: center;
    }
}



/* = SERVICE - ONAYAMI
----------------------------------------------------- */
.l-sub-service-onayami {
    position: relative;
    z-index: 2;
    overflow: hidden;
    background-color: #faf2ed;
}

.l-sub-service-onayami::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.l-sub-service-onayami .c-section-header {
    position: relative;
}

.l-sub-service-onayami-lineup {}

.l-sub-service-onayami-lineup .lineup {
    background-color: #fff;
    border-radius: 10px;
}

.l-sub-service-onayami-lineup .lineup .l-inner {
    padding: 1.6em 2em;
}

.l-sub-service-onayami-lineup .lineup .l-inner .l-title {
    margin: 0 0 0.0em;
    padding-left: 70px;
    background: url(assets/images/icon-check-top-onayami.webp) no-repeat left center;
    background-size: 41px auto;
    min-height: 41px;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.5;
}

.l-sub-service-onayami .l-arrow {
    background: url(assets/images/icon-arrow-down-top-onayami.webp) no-repeat center center;
    background-size: contain;
    width: 100%;
    height: 40px;
    margin: 0 auto;
}

.l-sub-service-onayami .l-closing-area {
    background-color: #fff;
    text-align: center;
}

.l-sub-service-onayami .l-closing-area .l-title {
    margin: 0 0 0.5em;
    font-size: 4.2rem;
    font-weight: bold;
    line-height: 1.5;
}

.l-sub-service-onayami .l-closing-area .l-title span {
    display: inline-block;
    margin: 0 0 0.25em;
    padding: 0 0 0.15em;
    border-bottom: solid 1px var(--color-primary);
    color: var(--color-primary);
}

.l-sub-service-onayami .l-closing-area .l-text {
    display: inline-block;
    max-width: 910px;
    margin: auto;
    padding-left: 100px;
    background: url(assets/images/icon-bulb-top-onayami.webp) no-repeat left center;
    background-size: 72px auto;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.5;
    text-align: left;
}

.l-sub-service-onayami .l-closing-area .l-text * {
    line-height: 1.8;
}

.l-sub-service-onayami-gallery {}

.l-sub-service-onayami-gallery .l-parent {}

.l-sub-service-onayami-gallery .l-parent .l-child {
    margin: 0 5px 0;
}

@media screen and (min-width: 800px) {
    .l-sub-service-onayami .c-section-header {
        padding: 50px 0;
    }

    .l-sub-service-onayami .c-section-header .c-title-section {
        margin-bottom: 0;
    }

    .l-sub-service-onayami .c-section-header .l-cover {}

    .l-sub-service-onayami .c-section-header .l-cover .l-image {
        position: absolute;
        z-index: 1;
        bottom: 0;
        pointer-events: none;
    }

    .l-sub-service-onayami .c-section-header .l-cover .l-image01 {
        left: 150px;
    }

    .l-sub-service-onayami .c-section-header .l-cover .l-image02 {
        right: 150px;
    }

    .l-sub-service-onayami-lineup.c-flex-row.u-col-3>.c-flex-child {
        width: calc(100% / 3 - 2%);
        margin: 0 2% 2% 0;
    }
}

@media screen and (min-width: 0px) and (max-width: 799px) {
    .l-sub-service-onayami .c-section-header .l-cover .l-image {
        display: inline-block;
        width: 45%;
    }

    .l-sub-service-onayami-lineup {}

    .l-sub-service-onayami-lineup .lineup .l-inner {
        padding: 6.25vw 6.25vw;
        display: flex;
        justify-content: center;
    }

    .l-sub-service-onayami-lineup .lineup .l-inner .l-title {
        display: inline-block;
        padding-left: 35px;
        background-size: 21px auto;
        min-height: 21px;
        font-size: 1.6rem;
    }

    .l-sub-service-onayami-lineup .lineup .l-inner .l-title br {
        display: none;
    }

    .l-sub-service-onayami-lineup .lineup .l-inner ul li {
        text-align: left;
    }

    .l-sub-service-onayami .l-closing-area .l-title {
        display: inline-block;
        margin: 0 0 .5em;
        padding: 0 0 0.5em;
        font-size: 1.6rem;
    }

    .l-sub-service-onayami .l-closing-area .l-text {
        padding-left: 45px;
        background-size: 32px auto;
        font-size: 1.3rem;
    }

    .l-sub-service-onayami-gallery .l-parent {
        flex-wrap: wrap;
    }

    .l-sub-service-onayami-gallery .l-parent .l-child {
        width: calc(50% - 6px);
        margin: 0 3px 6px;
    }
}


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

	=SUB PAGES - MEMBER OF KIMETE [Kimeteビレッジ]

-----------------------------------------------------
*/
#main.u-page-member {
    position: relative;
    z-index: 2;
    overflow: hidden;
}

/* = Kimeteビレッジ - イントロダクション
----------------------------------------------------- */
.l-sub-member-intro {
    position: relative;
    z-index: 2;
    overflow: hidden;
    text-align: center;
}

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

@media screen and (min-width: 0px) and (max-width: 799px) {
    .l-sub-member-intro .l-balloon .u-zoom-x2 {
        zoom: 0.3;
    }
}


/* = Kimeteビレッジ - 採用力が育つ、4つの仕組み
----------------------------------------------------- */
.l-sub-member-mechanism {
    position: relative;
    z-index: 2;
    overflow: hidden;
    background-color: #faf2ed;
}

.l-sub-member-mechanism .l-frame-figure {
    position: relative;
    text-align: center;
    margin-top: -100px;
    padding: 0 0 50px;
    pointer-events: none;
}

.l-sub-member-mechanism .l-frame-figure::before {
    content: "";
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80%;
    background-color: #f6d9c7;
    padding: 0 0 0px;
    border-radius: 60px;
}

.l-sub-member-mechanism .l-frame-figure .l-figure {
    position: relative;
}

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

@media screen and (min-width: 0px) and (max-width: 799px) {
    .l-sub-member-mechanism .l-frame-figure {
        margin-top: -6vw;
        padding: 0 6.25vw 6.25vw;
    }

    .l-sub-member-mechanism .l-frame-figure::before {
        border-radius: 15px;
    }
}


.l-member-beforeafter-lineup {}

.l-member-beforeafter-lineup .lineup {
    border-bottom: solid 1px #000;
}

.l-member-beforeafter-lineup .lineup .l-child {}

.l-member-beforeafter-lineup .lineup .l-child-before {}

.l-member-beforeafter-lineup .lineup .l-child-after {}

.l-member-beforeafter-lineup .lineup .l-child .l-inner {
    padding: 1.5em 0;
}

.l-member-beforeafter-lineup .lineup .l-child-before .l-inner .l-header {
    font-weight: bold;
}

.l-member-beforeafter-lineup .lineup .l-child-before .l-inner .l-text {}

.l-member-beforeafter-lineup .lineup .l-child-after .l-inner {
    padding-left: 50px;
    background: url(assets/images/icon-arrow-right-gray.webp) no-repeat left center;
    background-size: 16px auto;
}

.l-member-beforeafter-lineup .lineup .l-child-after .l-inner .l-title {
    margin: 0 0 0.0em;
    padding-left: 60px;
    background: url(assets/images/icon-check-top-onayami.webp) no-repeat left center;
    background-size: 41px auto;
    min-height: 41px;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.5;
}

@media screen and (min-width: 800px) {
    .l-member-beforeafter-lineup .lineup {
        justify-content: space-between;
    }

    .l-member-beforeafter-lineup .lineup>* {
        width: calc(50% - 1%);
    }

    .l-member-beforeafter-lineup .lineup .l-child-before .c-image-content {
        align-items: center;
        justify-content: flex-start;
    }

    .l-member-beforeafter-lineup .lineup .l-child-before .c-image-content>.c-image {
        width: calc(40% - 2em);
    }

    .l-member-beforeafter-lineup .lineup .l-child-before .c-image-content>.c-content {
        width: calc(100% - 40% - 2em);
    }

    .l-member-beforeafter-lineup .lineup .c-title-gradient-bar {
        display: none;
    }

    .l-member-beforeafter-lineup .lineup:first-child .c-title-gradient-bar {
        display: block;
    }

}

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

    .l-member-beforeafter-lineup .lineup {
        /* margin-bottom: 6.25vw;
        border-bottom: solid 1px #000;
        text-align: center; */

        margin-bottom: 15px;
        background-color: #fff;
        padding: 6.25vw;
        border-bottom: none;
    }

    .l-member-beforeafter-lineup .lineup .l-child .l-inner {
        padding: 3.125vw 0 0;
    }

    .l-member-beforeafter-lineup .lineup .l-child-before {
        margin-bottom: 6.25vw;
        padding-bottom: 6.25vw;
        border-bottom: dashed 1px #333;
    }

    .l-member-beforeafter-lineup .lineup .l-child-before .l-inner .l-header {
        font-size: 1.5em;
        margin-bottom: 0.25em;
    }

    .l-member-beforeafter-lineup .lineup .l-child-before .l-inner .l-header * {
        line-height: 1.5;
    }

    .l-member-beforeafter-lineup .lineup .l-child-before .l-inner .l-text {}

    .l-member-beforeafter-lineup .lineup .l-child-after .l-inner {
        /* padding-left: 30px;
        background-size: 10px auto; */

        padding-left: 0;
        background: none;
    }

    .l-member-beforeafter-lineup .lineup .l-child-after .l-inner .l-title {
        display: inline-block;
        padding-left: 35px;
        background-size: 21px auto;
        min-height: 21px;
        font-size: 1.6rem;
    }
}

.c-title-gradient-bar {
    position: relative;
    margin: 0 0 0.5em;
    padding: 0.5em 2em;
    border-radius: 3em;
    background-color: var(--color-primary);
    background-image: -moz-linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 100%);
    background-image: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 100%);
    background-image: -ms-linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 100%);
    color: #fff;
    font-family: "urw-din", sans-serif;
    font-weight: bold;
}

.c-title-gradient-bar.u-ver-gray {
    background-color: #555;
}

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

@media screen and (min-width: 0px) and (max-width: 799px) {
    .c-title-gradient-bar {
        display: inline-block;
        margin-bottom: 0;
        padding: 0.25em 1.5em;
    }
}


/* = MEMBER - FUNCTIONS
----------------------------------------------------- */
.l-sub-member-functions {
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.l-sub-member-functions-lineup .lineup {
    position: relative;
    border-radius: 10px;
}

.l-sub-member-functions-lineup .lineup .l-inner {}

.l-sub-member-functions-lineup .lineup .l-inner .l-numbering {
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 60px;
    border-radius: 10px;
    background-color: var(--color-primary);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "urw-din", sans-serif;
    font-size: 2.4rem;
    font-weight: bold;
}

.l-sub-member-functions-lineup .lineup .l-inner .l-image {
    margin: 0 0 30px;
    border-radius: 10px;
    overflow: hidden;
}

.l-sub-member-functions-lineup .lineup .l-inner .l-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.l-sub-member-functions-lineup .lineup .l-inner .l-header {
    margin: 0 0 1.0em;
    text-align: center;
}

.l-sub-member-functions-lineup .lineup .l-inner .l-header .l-title {
    font-size: 1.4em;
    font-weight: bold;
    line-height: 1.5;
}

.l-sub-member-functions-lineup .lineup .l-inner .l-text {
    margin: 0 0 1.0em;
    font-size: .85em;
    font-weight: normal;
    text-align: left;
}

.l-sub-member-functions-lineup .lineup .l-inner .l-text p {
    line-height: 1.8;
}

.l-sub-member-functions-lineup .lineup .l-inner .l-text .l-match {}

@media screen and (min-width: 800px) {
    .l-sub-member-functions-lineup {}

    .l-sub-member-functions-lineup .lineup .l-inner .l-text .l-match {
        height: 7em;
    }
}

@media screen and (min-width: 0px) and (max-width: 799px) {
    .l-sub-member-functions-lineup .lineup .l-inner .l-text {
        padding: 0;
    }

    .l-sub-member-functions-lineup .lineup .l-inner .l-numbering {
        width: 45px;
        height: 45px;
        font-size: 2.0rem;
        border-radius: 8px;
    }
}



/* = XXXXXX - メインコンテンツ
----------------------------------------------------- */
.l-sub-member-howtostart {
    position: relative;
    z-index: 2;
    overflow: hidden;
    background-color: var(--color-pale-green);
}

.l-sub-member-howtostart::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.l-sub-member-howtostart .l-balloon {
    background-color: #fff;
    border-radius: 20px;
    padding: 3em;
}

.l-sub-member-howtostart .l-balloon .l-title {
    padding-left: 80px;
    background: url(assets/images/icon-bulb-top-howtostart.webp) no-repeat left center;
    background-size: 55px auto;
    font-size: 2em;
    font-weight: bold;
}

.l-sub-member-howtostart .l-price-area {}

.l-sub-member-howtostart .l-price-area .c-frame .l-title {
    color: var(--color-secondary);
}

.l-sub-member-howtostart .l-price-area table {
    font-size: .9em;
}

.l-sub-member-howtostart .l-price-area table tr {
    padding-bottom: 0;
    border-bottom: 0;
}

.l-sub-member-howtostart .l-price-area table th,
.l-sub-member-howtostart .l-price-area table td {
    font-weight: 500;
    padding-left: 0;
}

.l-sub-member-howtostart .l-price-area table th {
    font-weight: bold;
}

.l-sub-member-howtostart .l-price-area table p {
    margin-bottom: 0.1em;
}

.l-sub-member-howtostart .l-price-area table .l-price {
    font-size: 1.2em;
    line-height: 1.0;
}

@media screen and (min-width: 800px) {
    .l-sub-member-howtostart .l-balloon .c-image-content {
        align-items: center;
    }

    .l-sub-member-howtostart .l-balloon .c-image-content>.c-image {
        width: 50%;
        padding: 0 0 0 60px;
    }

    .l-sub-member-howtostart .l-balloon .c-image-content>.c-content {
        width: calc(50% - 0px);
    }

    .l-sub-member-howtostart .l-price-area .c-frame {
        width: calc(50% - 20px);
    }

    .l-sub-member-howtostart .c-button-cta {
        width: 600px;
    }
}

@media screen and (min-width: 0px) and (max-width: 799px) {
    .l-sub-member-howtostart .l-balloon .l-title {
        padding-left: 60px;
        background-size: 40px auto;
        min-height: 40px;
        font-size: 1.5em;
    }

    .l-sub-member-howtostart .l-balloon .c-image-content>.c-image {
        margin-bottom: 2em;
    }
}

.l-sub-member-howtostart-lineup .lineup {}

.l-sub-member-howtostart-lineup .lineup .l-image {
    position: relative;
    margin: 0 0 0.5em;
}

.l-sub-member-howtostart-lineup .lineup .l-numbering {
    margin: 0 0 25px;
    padding: 0 0 15px;
    border-bottom: solid 1px var(--color-secondary);
    color: var(--color-secondary);
    font-family: 'urw-din', sans-serif;
    font-size: 3.6rem;
    font-weight: 500;
    line-height: 1;
}

.l-sub-member-howtostart-lineup .lineup .l-numbering::before {
    content: "STEP";
    display: block;
    font-size: 1.4rem;
    line-height: 1.0;
}

.l-sub-member-howtostart-lineup .lineup .l-header {}

.l-sub-member-howtostart-lineup .lineup .l-header .l-title {
    font-weight: 500;
}

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

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

    /* 縦1列レイアウトにするver. */
    .l-sub-member-howtostart-lineup {}

    .l-sub-member-howtostart-lineup .lineup {}

    .l-sub-member-howtostart-lineup .lineup .l-numbering {
        margin: 0 0 15px;
        padding: 0 0 10px;
        font-size: 1.9rem;
    }

    .l-sub-member-howtostart-lineup .lineup .l-numbering::before {
        font-size: 1.1rem;
    }

    .l-sub-member-howtostart-lineup .lineup .l-inner {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
    }

    .l-sub-member-howtostart-lineup .lineup .l-image {
        width: 50%;
    }

    .l-sub-member-howtostart-lineup .lineup .l-header {
        width: calc(100% - 50% - 15px);
    }

    .l-sub-member-howtostart-lineup .lineup .l-header .l-title {
        margin: 0 0 1em;
        font-size: 1.4em;
    }
}



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

	=SUB PAGES - COMPANY [会社概要]

-----------------------------------------------------
*/
#main.u-page-company {
    position: relative;
    z-index: 2;
    overflow: hidden;
}

/* = COMPANY - イントロ
----------------------------------------------------- */
.l-sub-company-intro {
    position: relative;
    z-index: 2;
    overflow: hidden;
    background-color: var(--color-primary);
    color: #fff;
}

.l-sub-company-intro .l-main-content {}

.l-sub-company-intro .c-title-english {
    color: #fff;
}

.c-name-sign {
    display: inline-block;
    line-height: 1.6;
    font-size: 1.2rem;
}

.c-name-sign .l-position {
    display: block;
    margin: 0 0 0.25em;
}

.c-name-sign .l-name {
    display: block;
    font-size: 1.8em;
}

.l-sub-company-intro .l-cover {
    position: relative;
}

.l-sub-company-intro .l-cover .c-name-sign {
    position: absolute;
    z-index: 1;
    bottom: 0;
    right: 0;
    margin: 2em;
    text-align: right;
}

@media screen and (min-width: 800px) {
    .l-sub-company-intro .c-image-content {
        align-items: flex-start;
    }

    .l-sub-company-intro .c-image-content>.c-image {
        width: calc(620px);
        margin-left: -120px;
    }

    .l-sub-company-intro .c-image-content>.c-content {
        width: calc(640px);
    }
}

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

/* = COMPANY - 代表ご挨拶
----------------------------------------------------- */
.l-sub-company-message {
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.l-sub-company-message .l-cover {
    position: relative;
}

.l-sub-company-message .l-cover .c-name-sign {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    margin: 2em;
    text-align: left;
    color: #fff;
}

@media screen and (min-width: 800px) {
    .l-sub-company-message .c-image-content {
        align-items: flex-start;
    }

    .l-sub-company-message .c-image-content>.c-image {
        width: calc(620px);
        margin-right: -120px;
    }

    .l-sub-company-message .c-image-content>.c-content {
        width: calc(640px);
    }
}

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

/* = COMPANY - 会社概要
----------------------------------------------------- */
.l-sub-company-profile {
    position: relative;
    z-index: 2;
    overflow: hidden;
}

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

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


/* = COMPANY - アクセス
----------------------------------------------------- */
.l-sub-company-access {
    position: relative;
    z-index: 2;
    overflow: hidden;
    background-color: var(--color-pale-green);
}

.l-sub-company-access .l-map-area {}

@media screen and (min-width: 800px) {
    .l-sub-company-access .l-map-area>* {
        width: calc(50% - 20px);
    }
}

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



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

	=SUB PAGES - CASE [導入事例]

-----------------------------------------------------
*/
#main.u-page-case {
    position: relative;
    z-index: 2;
    overflow: hidden;
}

/* = CASE - アーカイブ
----------------------------------------------------- */
.l-sub-case-archive {
    position: relative;
    z-index: 2;
    overflow: hidden;
}

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

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


/* = CASE - 記事本体
----------------------------------------------------- */
.l-sub-case-single {
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.l-sub-case-other {
    position: relative;
    z-index: 2;
    overflow: hidden;
    background-color: #f6f6f6;
}

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

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


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

	=SUB PAGES - PRIVACY [個人情報保護方針]

-----------------------------------------------------
*/
#main.u-page-privacy {
    position: relative;
    z-index: 2;
    overflow: hidden;
}

/* = PRIVACY - メインコンテンツ
----------------------------------------------------- */
.l-sub-privacy-primary {
    font-weight: normal;
}

.l-sub-privacy-secondary {
    font-weight: normal;
    background-color: #f6f6f6;
}

.c-title-privacy {
    margin: 0 0 1em;
    padding: 0 0 .5em;
    border-bottom: solid 1px #dcdcdc;
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 1.8;
}

.c-table-privacy {}

.c-table-privacy tr {
    border-bottom: solid 1px #dcdcdc;
}

.c-table-privacy th,
.c-table-privacy td {
    padding: 0.85em 1.25em;
    font-weight: normal;
}

.c-table-privacy th {
    font-weight: 500;
}

.c-table-privacy thead th,
.c-table-privacy thead td {
    background-color: #cfcfcf;
}

.c-title-21 {
    margin: 0 0 1em;
    font-size: 1.1em;
    font-weight: 500;
}

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

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