@charset "utf-8";
/* CSS Document */

/*〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓
root設定
〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓*/
/* body {
} */

html {
    scroll-behavior: smooth;
}

@media screen and (max-width:480px) {
    html {
        scroll-padding-top: 2rem;
    }
}

*:root {
    font-size: 10px;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    line-height: 1;
    /*自動カーニング*/
    /* font-feature-settings: "palt"; */
    /*両端揃え*/
    /* text-align: justify; */
    --color_main: #17C251;
    --color_bg: #F6F6F6;
    --color_deep_green: #15A044;
    --color_light_green: #C3EDD1;
    --color_orange: #FFA800;
}


@media screen and (max-width:480px) {

    /*幅375pxの時に1文字10pxとなる値*/
    *:root {
        font-size: 2.6667vw;
    }
}

/*〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓
noscript
〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓*/

noscript {
    display: block;
    font-size: 16px;
    padding: 1.5em;
    background-color: #fff;
    text-align: center;
    line-height: 1.75;
    position: relative;
    z-index: 100000;
    width: auto;
    color: #000;
}

/*〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓
font設定
〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓*/

.font_roboto_c {
    font-family: "Roboto Condensed", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}

/*〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓
リンク設定
〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓*/

/*リンク*/

a {
    color: var(--color_main);
    text-decoration: none;
    transition: all 0.2s ease;
    text-decoration: none;
}

a:visited {
    color: var(--color_deep_green);
}

a:hover {
    opacity: 0.8;
}

a:active {
    opacity: 0.5;
}

/*PCでリンクを殺す*/

@media screen and (min-width:481px) {
    a.disabled {
        pointer-events: none;
    }

    a.disabled:hover, a.disabled:active {
        opacity: 1 !important;
    }
}

/*SPでリンクを殺す*/

@media screen and (max-width:480px) {
    a.sp_disabled {
        pointer-events: none;
    }

    a.sp_disabled:hover, a.sp_disabled:active {
        opacity: 1 !important;
    }
}

/*--------------------*/
/* MORE */
.more_link {
    letter-spacing: 0.2em;
    font-size: 1.8rem;
    line-height: 1.16;
}

.more_link.white {
    color: #fff;
}

@media screen and (max-width:480px) {
    .more_link {
        font-size: 1.2rem;
    }
}

/*--------------------*/
/* 矢印 */
.yajirushi {
    display: inline-block;
    position: relative;
    padding-right: 1.5em;
}

.yajirushi::after {
    content: '';
    display: block;
    position: absolute;
    width: 1em;
    aspect-ratio: 18 / 5;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    right: 0.2em;
    top: 50%;
    transform: translate(0, -50%) skew(45deg);
}

.yajirushi.green::after {
    border-color: var(--color_main);
}

.yajirushi.white::after {
    border-color: #fff;
}

/* 三角 */
.sankaku {
    display: inline-block;
    position: relative;
    padding-right: 1em;
}

.sankaku::after {
    content: '';
    display: block;
    position: absolute;
    width: 0.25em;
    aspect-ratio: 1 / 1;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    right: 0.17em;
    top: 50%;
    transform: translate(0, -50%) rotate(-45deg);
}

.sankaku.green::after {
    border-color: var(--color_main);
}

.sankaku.white::after {
    border-color: #fff;
}

/*--------------------*/
/* 丸ボタン */

.maru_button {
    display: block;
    background-color: var(--color_orange);
    color: #fff !important;
    font-size: 2.4rem;
    letter-spacing: 0.16em;
    text-align: center;
    padding: 0.75em 0;
    max-width: 28rem;
    border-radius: 2em;
}

@media screen and (max-width:480px) {
    .maru_button {
        font-size: 1.6rem;
        max-width: 24rem;
        padding: 1em 0;
    }
}

/*〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓
表示設定
〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓*/

/*PCで消す*/

.pc_hide {
    display: none;
}

/*SPで表示*/

@media screen and (max-width:480px) {
    .sp_hide {
        display: none;
    }

    .pc_hide {
        display: block;
    }
}

/*〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓
画像
〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓*/

img {
    width: 100%;
    height: auto;
}


/*〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓
ページ設定
〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓*/

#page_wrap {
    /* ページ全体の幅 */
    min-width: 980px;
    /* max-width: 1280px; */
    margin: auto;
    background-color: var(--color_bg);
}

@media screen and (max-width:480px) {
    #page_wrap {
        /* ページ全体の幅 */
        min-width: 320px;
        /* header.cssの#headerの高さと連動 */
        padding-top: 4.4rem;
    }
}

/*〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓
基本要素
〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓*/
div.gen_wrap {
    padding: 6.2rem 2rem;
}

div.gen_wrap:first-of-type {
    padding-top: 0;
}

div.gen_wrap .inner {
    max-width: 900px;
    margin: auto;
}

@media screen and (max-width:480px) {
    div.gen_wrap {
        padding: 3.2rem 2rem;
    }
}

div.gen_wrap p.gen {
    font-size: 2rem;
    line-height: 2;
    margin-bottom: 2em;
}

div.gen_wrap p.gen:last-of-type {
    margin-bottom: 0;
}

@media screen and (max-width:480px) {

    div.gen_wrap p.gen {
        font-size: 1.4rem;
    }
}


/*〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓
タイトル
〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓*/

/* h1 テキスト */

h1.text_title {
    margin: 10rem auto 10rem;
    text-align: center;
}

h1.text_title span.en {
    display: block;
    letter-spacing: 0.05em;
    font-size: 10rem;
    padding-left: 0.05em;
    font-weight: 700;
}

h1.text_title span.sub_copy {
    font-size: 2.4rem;
    display: inline-block;
    line-height: 1.5;
    font-weight: 500;
    margin-top: 1.1em;
}

/* h2 テキスト */

h2.text_title {
    margin: 0 auto 6.8rem;
}

h2.text_title span.en {
    display: block;
    letter-spacing: 0.05em;
    font-size: 12rem;
    font-weight: 700;
    color: var(--color_main);
}

h2.text_title span.sub_copy {
    font-size: 2.4rem;
    display: inline-block;
    line-height: 1.5;
    font-weight: 500;
    margin-top: 1.1em;
}

h2.text_title.black {
    margin: 0 auto 6.4rem;
    text-align: center;
}

h2.text_title.black span.en {
    font-size: 6.4rem;
    color: #000;
}

h2.text_title span.sub_copy {
    font-size: 2.4rem;
    display: inline-block;
    line-height: 1.5;
    font-weight: 500;
    margin-top: 1.1em;
}

/* h3 テキスト */

h3.text_title {
    margin: 0 auto 2.8rem;
}

h3.text_title span.en {
    display: block;
    letter-spacing: 0.05em;
    font-size: 4.2rem;
    font-weight: 700;
}

h3.text_title span.sub_copy {
    font-size: 1.8rem;
    display: inline-block;
    line-height: 1.5;
    font-weight: 500;
    margin-top: 1.1em;
}

h3.text_title.white span.en,
h3.text_title.white span.sub_copy {
    color: #fff;
}

/* サブコピーのスラッシュ */
.title .slash {
    display: inline-block;
    position: relative;
    letter-spacing: 0.2em;
    padding: 0 0.75em 0 0.95em;
}

.title .slash::before,
.title .w_slash::after {
    content: '';
    display: block;
    position: absolute;
    width: 2px;
    height: 1.75em;
    background-color: var(--color_main);
    top: 50%;
    transform: translateY(-50%) skew(-20deg);
}

.title .slash.white::before,
.title .w_slash.white::after {
    background-color: #fff;
}

.title .slash::before {
    left: 0;
}

.title .w_slash::after {
    right: 0;
}



@media screen and (max-width:480px) {

    /* h1 テキスト */
    h1.text_title {
        margin: 3.6rem auto 4.2rem;
    }

    h1.text_title span.en {
        font-size: 3.6rem;
    }

    h1.text_title span.sub_copy {
        font-size: 1.4rem;
    }

    /* h2 テキスト */

    h2.text_title {
        margin: 0 auto 3.2rem;
    }

    h2.text_title span.en {
        font-size: 3.6rem;
    }

    h2.text_title span.sub_copy {
        font-size: 1.4rem;
        margin-top: 0.8em;
    }

    h2.text_title.black {
        margin-bottom: 4rem;
    }

    h2.text_title.black span.en {
        font-size: 3.6rem;
    }

    /* h3 テキスト */

    h3.text_title {
        margin: 0 auto 1.6rem;
    }

    h3.text_title span.en {
        display: block;
        letter-spacing: 0.05em;
        font-size: 2.2rem;
        font-weight: 700;
    }

    h3.text_title.white span.sub_copy {
        font-size: 1.4rem;
        display: inline-block;
        line-height: 1.5;
        font-weight: 500;
        margin-top: 0.8em;
    }

}

/* h1 画像 */
h1.img_title {
    width: calc(100% - 11.8vw);
    aspect-ratio: 127 / 48;
    position: relative;
    max-height: 48rem;
    background-size: cover;
    background-position: center center;
    padding-top: 8rem;
    padding-left: 11.8vw;
    box-sizing: border-box;
    margin-bottom: 10rem;
}

h1.img_title::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.2);
    mix-blend-mode: multiply;
}

h1.img_title.top::before {
    background-image: url(../img/common/bg_dotted.png);
    background-size: 2px 2px;
    background-color: rgba(0, 0, 0, 0.1);
}

h1.img_title .inner {
    position: relative;
    z-index: 20;
}

h1.img_title .inner .en {
    font-size: clamp(7rem, 8.5vw, 14rem);
    letter-spacing: 0.05em;
    color: #fff;
    display: block;

}

h1.img_title .inner .sub_copy {
    font-size: 2.4rem;
    line-height: 1.5;
    color: #fff;
    font-weight: 500;
    margin-top: 0.75em;
}

/* 事業案内 */

h1.img_title.works {
    aspect-ratio: 127 / 60;
    max-height: 60rem;
}

h1.img_title.works .inner {
    height: 85%;
}

h1.img_title.works .copy {
    position: absolute;
    bottom: 0;
    font-size: clamp(3rem, 2.7vw, 5rem);
    line-height: 1.5;
    color: #fff;
    letter-spacing: 0.05em;
    font-weight: 500;
}



@media screen and (max-width:480px) {
    h1.img_title {
        width: 100%;
        aspect-ratio: 375 / 160;
        padding-top: 1.2rem;
        padding-left: 2.2rem;
        margin-bottom: 3.2rem;
    }

    h1.img_title .inner .en {
        font-size: 4.2rem;
    }

    h1.img_title .inner .sub_copy {
        font-size: 1.2rem;
    }

    /* 事業案内 */

    h1.img_title.works .inner {
        height: 90%;
    }

    h1.img_title.works .copy {
        font-size: 1.4rem;
    }
}

/* 背景画像 */

main.recruit h1.img_title {
    background-image: url(../img/common/recruit_bg.webp);
}

main.company h1.img_title {
    background-image: url(../img/company/company_bg.webp);
}

main.works h1.img_title {
    background-image: url(../img/works/works_bg.webp);
}

/* ボーダー付き */

h2.border {
    text-align: center;
    font-size: 3.2rem;
    line-height: 1.5;
    margin-bottom: 1em;
}

h2.border span {
    display: inline-block;
    position: relative;

    letter-spacing: 0.1em;
    padding: 0 2em 0 2.1em;
}

h2.border span::before,
h2.border span::after {
    content: '';
    display: block;
    position: absolute;
    height: 2px;
    width: 1.5em;
    background-color: var(--color_main);
    top: 50%;
    transform: translateY(-50%);
}

h2.border span::before {
    left: 0;
}

h2.border span::after {
    right: 0;
}

@media screen and (max-width:480px) {
    h2.border {
        font-size: 1.8rem;
    }
}

/* h3左ボーダー */

h3.left_border {
    font-size: 2.4rem;
    line-height: 1.5;
    letter-spacing: 0.05em;
    border-left: 3px solid var(--color_main);
    padding-left: 0.5em;
    margin: 1em 0;
}

@media screen and (max-width:480px) {
    h3.left_border {
        font-size: 1.6rem;
    }
}

h4.gen {
    font-size: 2.2rem;
    font-weight: bold;
    margin: 1.5em 0;
}

@media screen and (max-width:480px) {
    h4.gen {
        font-size: 1.4rem;
    }
}

h5.gen {
    color: #666;
    font-size: 2rem;
    font-weight: bold;
    margin: 0.5em 0;
}

@media screen and (max-width:480px) {
    h5.gen {
        font-size: 1.4rem;
    }
}

/*〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓
リスト設定
〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓*/


/*リスト・丸*/

ul.list_circle li {
    padding-left: 1.5em;
}

ul.list_circle li::before {
    content: "・";
    margin-left: -1em;
}

/*〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓
表組み
〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓*/

dl.table {
    display: flex;
    flex-wrap: wrap;
    font-size: 2rem;
    line-height: 1.5;
    align-items: flex-start;
}

dl.table dt,
dl.table dd {
    box-sizing: border-box;
    margin: 0.3em 0;
}

dl.table dt {
    width: 33%;
    padding: 0.5em;
    background-color: var(--color_light_green);
    border-radius: 0.4em;
}

dl.table dd {
    width: 67%;
    padding: 0.5em 0 0.5em 1em;
}

@media screen and (max-width:480px) {
    dl.table {
        flex-direction: column;
        font-size: 1.2rem;
    }

    dl.table dt {
        width: 100%;
        border-radius: 0.25em;
    }

    dl.table dd {
        width: 100%;
        padding: 0.5em 0;
    }
}

/*〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓
ページトップボタン設定
〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓*/

.pagetop {
    position: fixed;
    right: 0.5rem;
    bottom: 0.5rem;
    visibility: hidden;
    opacity: 0;
    transition: 0.5s;
    z-index: 20;
    width: 5rem;
    height: 5rem;
}

.pagetop a {
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    position: relative;
}

.pagetop a span {
    display: none;
}

.pagetop.on {
    visibility: visible;
    opacity: 1;
}

.pagetop a::after {
    content: "";
    position: absolute;
    display: block;
    top: 2.25rem;
    left: 0;
    right: 0;
    margin: auto;
    width: 1rem;
    height: 1rem;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(-45deg);
}

/*PC版のみhoverを付与*/

@media screen and (min-width: 769px) {
    .pagetop.on a:hover {
        opacity: 0.7;
        transition: 0.2s;
    }
}


/*〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓
fade
〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓*/

.fade {
    opacity: 0;
    transform: translate(0, 2rem);
    /* ぼかし */
    /* filter: blur(0.5rem); */
}

.fade_left {
    transform: translateX(-2rem);
}

.fade_right {
    transform: translateX(2rem);
}

.fade.fade_in {
    opacity: 1;
    filter: blur(0);
    transform: translate(0, 0);
    transition: ease-in-out 700ms;
}

/*fade_delay_wrap 横並びを順番にディレイ*/

.fade_delay_wrap .fade_delay_child {
    opacity: 0;
    transform: translate(0, 2rem);
    /* ぼかし */
    /* filter: blur(0.5rem); */
}

.fade_delay_wrap.fade_in .fade_delay_child {
    opacity: 1;
    transform: translate(0, 0);
    transition: ease-in-out 700ms;
    /* ぼかし */
    /* filter: blur(0); */
}

.fade_delay_wrap.fade_in .fade_delay_child:nth-of-type(2) {
    transition-delay: 0.1s;
}

.fade_delay_wrap.fade_in .fade_delay_child:nth-of-type(3) {
    transition-delay: 0.2s;
}

.fade_delay_wrap.fade_in .fade_delay_child:nth-of-type(4) {
    transition-delay: 0.3s;
}

.fade_delay_wrap.fade_in .fade_delay_child:nth-of-type(5) {
    transition-delay: 0.4s;
}

.fade_delay_wrap.fade_in .fade_delay_child:nth-of-type(6) {
    transition-delay: 0.5s;
}

.fade_delay_wrap.fade_in .fade_delay_child:nth-of-type(7) {
    transition-delay: 0.6s;
}

.fade_delay_wrap.fade_in .fade_delay_child:nth-of-type(8) {
    transition-delay: 0.7s;
}

.fade_delay_wrap.fade_in .fade_delay_child:nth-of-type(9) {
    transition-delay: 0.8s;
}

.fade_delay_wrap.fade_in .fade_delay_child:nth-of-type(10) {
    transition-delay: 0.9s;
}

.fade_delay_wrap.fade_in .fade_delay_child:nth-of-type(11) {
    transition-delay: 1.0s;
}

.fade_delay_wrap.fade_in .fade_delay_child:nth-of-type(12) {
    transition-delay: 1.1s;
}

/*fade_block　囲った要素の中で任意にディレイ*/

.fade_block .fade_blocl_child {
    opacity: 0;
    transform: translate(0, 2rem);
    /* ぼかし */
    /* filter: blur(0.5rem); */
}

.fade_block .fade_blocl_child.fade_left {
    transform: translateX(-2rem);
}

.fade_block .fade_blocl_child.fade_right {
    transform: translateX(2rem);
}

.fade_block.fade_in .fade_blocl_child {
    opacity: 1;
    transform: translate(0, 0);
    transition: ease-in-out 700ms;
    /* ぼかし */
    /* filter: blur(0); */
}

.fade_block.fade_in .fade_child_02 {
    transition-delay: 0.1s;
}

.fade_block.fade_in .fade_child_03 {
    transition-delay: 0.2s;
}

.fade_block.fade_in .fade_child_04 {
    transition-delay: 0.3s;
}

.fade_block.fade_in .fade_child_05 {
    transition-delay: 0.4s;
}

/*〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓
404
〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓*/
section.page_not_found h1 {
    font-size: 3rem;
    line-height: 1.5;
    text-align: center;
    margin: 3em auto;
}

section.page_not_found p {
    font-size: 2rem;
    line-height: 2;
    text-align: center;
    margin: 2em auto;
}

@media screen and (max-width:480px) {
    section.page_not_found h1 {
        margin: 2em auto;
    }

    section.page_not_found p {
        font-size: 1.4rem;
    }
}