@charset "UTF-8";

/*====================================
福利厚生
======================================*/
    /* #Corp #Welfare.CorpHead .Inner .InnerBox {
        padding: 2em;
    } */

    #Corp #Welfare #Info {
        margin-bottom: 5em;
    }
    #Corp #Welfare #Info p.Intro {
        margin-bottom: 2em;
    }
    #Corp #Welfare #Info div.InfoItem {
        margin-bottom: 2em;
    }
    #Corp #Welfare #Info div.InfoItem p.AddInfo {
        padding-left: 1.5em;
    }
    #Corp #Welfare #Info ul {
        display: inherit;
        padding: 0.2em 0 0.2em 1.5em;
    }
    #Corp #Welfare #Info ul li {
        background-color: inherit;
    }
    #Corp #Welfare #Info .List ul li {
        position: relative;
        padding-left: 0.8em;
    }
    #Corp #Welfare #Info .List ul li::before {
        position: absolute;
        content: "";
        width: 5px;
        height: 5px;
        border-radius: 9999px;
        background-color: #000;
        top: 0.82em;
        left: 0;
    }
    #Info #LandArea .flex {
        justify-content: flex-start;
        gap: 2%;
    }
    #Info #LandArea table {
        width: 48%;
/*      max-width: 400px;*/
    }
    #Info #LandArea table th {
        padding-left: 1em;
        border-radius: 6px;
        padding: 0.5em 1em;
    }
    #Info #LandArea table .th1 {
/*      background-color: rgba(204, 49, 33, 0.3);*/
        background-color: rgba(0, 0, 0, 0.1);
    }
    #Info #LandArea table .th2 {
/*      background-color: rgba(3, 145, 67, 0.3);*/
        background-color: rgba(0, 0, 0, 0.1);
    }
    #Info #LandArea table tr th.flex {
        align-items: center;
        justify-content: flex-start;
        gap: 0.5em;
    }

    #Corp section#Welfare ul {
        padding: 0;
        justify-content: flex-start;
        gap: 0;
    }
    #Corp section#Welfare ul li {
        background-color: inherit;
    }
    #Corp #Welfare ul li.mail a {
        display: inline;
        border-bottom: 1px solid #000;
    }
    #Corp #Welfare ul li.mail a:hover {
        color: #f16659;
        border-bottom: 1px solid #f16659;
    }
    #Corp #Welfare #Contact h3 {
        display: flex;
        align-items: center;
    }
    #Corp #Welfare #Contact h3 .material-icons {
        font-size: 2em;
    }
    #Area h4 {
        display: flex;
        align-items: center;
    }
    #Area h4 .material-icons {
        font-size: 1.5em;
        color: #cc3121;
    }

    /* .img {
        width: 100%;
        max-width: 500px;
        padding: 1em 0;
        margin: 0 auto;
    } */


    .MapWrap {
        width: 20%;
        max-width: 200px;
    }
    .MapWrap #AvgAreaMap .cls-2 {
        fill: rgb(214, 214, 214);
    }
    .MapWrap #AvgAreaMap .cls-3 {
        fill: rgb(255, 255, 255);
    }

    .InfoItem ul li {
        position: relative;
        padding-left: 1.5em;
    }
    .InfoItem ul li::before{
        position: absolute;
        content: "";
        background-color: #000;
        width: 5px;
        height: 5px;
        border-radius: 50%;
        top: 50%;
        left: 0.5em;
        transform: translateY(-50%);
    }

    #sdgs {
        padding: 3em 0 0;
    }
    #Corp section#Welfare #sdgs ul.IconList {
        display: flex;
        justify-content: space-between;
    }
    #Corp section#Welfare #sdgs ul.IconList li {
        width: 13%;
    }

    #sdgs #sdgs_area {
        background: #f5f5f5;
        padding: 40px;
        border-radius: 16px;
    }
    #sdgs #sdgs_area .attemptBox {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    #sdgs .attempt {
        width: 31%;
        box-shadow: 0px 0px 15px -7px #777777;
        border-radius: 20px;
        background-color: #fff;
        margin-bottom: 30px;
    }
    #sdgs .attempt dl {
        display: flex;
        flex-direction: column;
        height: 100%;
    }
    #sdgs .attempt dl > div {
        font-size: 2rem;
        font-weight: bold;
        color: #fff;
        padding: 2px;
        background-color: #d08e22;
        text-align: center;
        border-radius: 20px 20px 0 0;
    }
    #sdgs .attempt dl dt {
        padding: 6px 20px 0;
        margin-bottom: 10px;
    }
    #sdgs .attempt dl dt p.Title {
        font-size: 2.2rem;
        font-weight: bold;
        text-align: center;
        margin-bottom: 4px;
    }
    #sdgs .attempt dl dt p.Body {
        font-size: 1.4rem;
        line-height: 1.5;
        text-align: justify;
    }
    #sdgs .attempt dl dd {
        margin-top: auto;
        padding: 5px 20px 20px;
    }
    #sdgs .attempt dl dd ul {
        display: flex;
        flex-wrap: nowrap;
    }
    #sdgs .attempt dl dd ul li {
        width: 24%;
        margin-right: 2%;
    }
    #sdgs .attempt dl dd ul li:last-of-type {
        margin-right: 0;
    }

    #sdgs_area ul {
        padding-top: 0;
        padding-bottom: 0;
    }

    #Welfare #dormitory,
    #Welfare #syataku,
    #Welfare #rec-facility,
    #Welfare #stock,
    #Welfare #netflix {
        margin-bottom: 10em;
    }

    #Welfare .bold {
        /* color:#4f0500; */
        color: #1c1c1c;
    }
    #Welfare .InBox {
        padding: 0 3%;
    }
    /* #Welfare h4.Blue,
    #Welfare .blue{
        color: #bf2015;
        font-size: 1.8em;
    } */
    #Welfare h5 {
        font-size: 1.5em;
        /* text-align: center; */
        /* border-bottom: 15px solid rgb(232, 42, 27, 0.3); */
        /* width: fit-content; */
        font-weight: bold;
        padding: 0.2em 1em;
        margin-bottom: 50px;
        /* height: 1.5em; */
        letter-spacing: 2px;
        background-color: rgb(232, 42, 27, 0.3);
        /* color: #4f0500; */
    }
    #Welfare #netflix h5 {
        width: 100%;
        justify-content: flex-start;
    }
    #Welfare #netflix .flex {
        justify-content: flex-start;
        gap: 3em;
    }
    #Welfare #netflix .title .flex {
        gap: 0.5em;
    }

    #Welfare h5 span {
        letter-spacing: 0;
        padding-top: 4px;
        padding-left: 8em;
        position: relative;
    }
    #Welfare h5 span::before {
        position: absolute;
        content: url(../img/corp/facilities/Netflix_Logo_RGB.svg);
        display: inline-block;
        width: 64%;
        height: auto;
        left: 0;
        top: -5px;
        z-index: 5;

    }
    #Welfare .gold{
        background-color: rgb(0, 139, 139, 0.5);
        color: #fff;
        padding: 5px 10px;
    }
    #Welfare .sonota{
        width: 100%;
        max-width: 900px;
        box-shadow: #ccc 0px 0px 6px 0px;
        padding: 20px;
        border-radius: 20px;
        margin: 0 auto;
    }
    #Welfare .sonota .bluettl{
        background-color: rgb(232, 42, 27);
        color: #fff;
        padding: 5px;
        margin-bottom: 15px;
        text-align: center;
    }
    .kadomaru img {
        border-radius: 20px;
    }
    #Welfare .center {
        /* text-align: center !important; */
        margin: 0 auto !important;
    }
    #Welfare .f23 {
        font-size: 1.9rem !important;
        line-height: 1.5;
    }
    #Welfare #dormitory .flex,
    #Welfare #syataku .flex,
    #Welfare #rec-facility .flex {
        justify-content: center;
        /* gap: 4em; */
        gap: 6%;
    }
    #Welfare #syataku .flex {
        flex-wrap: nowrap;
    }
    #Welfare #syataku .img {
        /* width: 100%; */
        /* max-width: 400px; */
        padding: 0;
        margin: 0;
    }
    /* #Welfare #syataku .HalfBox36 {
        margin-top: auto;
    } */
    #Welfare .room_img {
        margin-top: auto;
    }
    #Welfare img {
        display: block;
    }

    #Corp section#Welfare ul.tab-link {
        width: 100%;
        margin: 0 auto 2em;
        gap: 10px;
        justify-content: center;
    }
    #Welfare ul.tab-link li {
        width: 15%;
        color: #fff;
        letter-spacing: 1.5px;
        /* background-color: rgb(241, 102, 89) !important; */
        background-color: rgb(232, 42, 27) !important;
        border-radius: 12px 12px 0 0;
    }
    #Welfare ul.tab-link li:hover {
        background-color: rgb(241, 102, 89, 0.5) !important;
    }
    #Welfare ul.tab-link li a {
        color: inherit;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 17px;
        padding: 12px 20px;
    }
    #Welfare #stock .HalfBox70 {
        margin: 0 auto;
    }


    #Welfare #netflix .title {
        justify-content: flex-start;
        align-items: center;
    }
    /* #Welfare #netflix .title h5 {
        width: fit-content;
        padding-left: 0.5em;
        padding-right: 0.4em;
        padding-bottom: 0.8em;
    } */
    #Welfare #netflix .NFlogo {
        width: 5.5em;
        /* margin-top: -0.2em; */
        margin-right: 0.5em;
        display: flex;
        align-items: center;
    }
    #Welfare #netflix .text.res_box {
        width: calc(70% - 3em);
    }


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

        /* 福利厚生 */

        #Welfare .InBox {
            padding: 0;
        }
        #Welfare #dormitory .HalfBox36,
        #Welfare #rec-facility .HalfBox33 {
            display: flex;
            gap: 10px;
        }
        #Welfare #dormitory .flex,
        #Welfare #rec-facility .flex {
            gap: 0;
            flex-direction: column;
            width: 100%;
        }
        #Welfare h5 {
            font-size: 1.3em;
            margin-bottom: 20px;
        }
        #Welfare .sp-mb20 {
            margin-bottom: 20px;
        }
        #Welfare .HalfBox70,
        #Welfare .HalfBox65,
        #Welfare .HalfBox53,
        #Welfare .HalfBox50,
        #Welfare .HalfBox44,
        #Welfare .HalfBox44 img,
        #Welfare .HalfBox36,
        #Welfare .HalfBox33,
        #Welfare .HalfBox32,
        #Welfare .HalfBox32 img {
            width: 100%;
        }
        #Welfare #dormitory,
        #Welfare #syataku,
        #Welfare #rec-facility,
        #Welfare #stock,
        #Welfare #netflix {
            margin-bottom: 5em;
        }
        #Welfare .HalfBox65 {
            margin-bottom: 1em;
        }
        #Welfare #syataku .flex {
            flex-direction: column-reverse;
            gap: 20px;
        }

        #Welfare .f18,
        #Welfare .f17,
        #Welfare .f23 {
            font-size: 124% !important;
        }

        #Corp section#Welfare ul.tab-link.mb100 {
            margin-bottom: 80px !important;
        }
        #Welfare ul.tab-link li a {
            font-size: 14px;
        }
        #Welfare #dormitory p.mb70,
        #Welfare #syataku p.mb80 {
            margin-bottom: 40px !important;
        }
        #Welfare #dormitory .f18 {
            font-size: 1.6rem !important;
        }
        #Welfare .tab-width,
        #Welfare #syataku .tab-width.img {
            width: 100%;
            max-width: 500px;
            margin: 0 auto;
        }

        #Welfare #dormitory .HalfBox36 .mb60,
        #Welfare #rec-facility #kusatsu .HalfBox33 .mb50,
        #Welfare #rec-facility #kamogawa .HalfBox33 .mb50 {
            margin-bottom: 0 !important;
        }
        #Welfare #rec-facility #usami.pt20,
        #Welfare #rec-facility #usami .HalfBox33.pt10,
        #Welfare #rec-facility #yuzawa .HalfBox33.pt10 {
            padding-top: 0 !important;
        }

        #Welfare #rec-facility #yuzawa .HalfBox33,
        #Welfare #rec-facility #usami .HalfBox33 {
            display: block;
            margin-bottom: 30px;
        }

        #Welfare h5 span {
            padding-left: 24%;
        }
        #Welfare h5 span::before {
            top: 0;
            width: 22%;
        }
        #Welfare #netflix .HalfBox30 {
            width: 45% !important;
            margin: 0 auto;
        }
        #Welfare #netflix .flex {
            flex-direction: column-reverse;
        }
        #Welfare #netflix .text.res_box {
            width: 100%;
        }
        #Welfare #netflix .flex .textright {
            text-align: inherit;
        }



    }


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

        #Welfare ul.tab-link li {
            width: 30%;
        }

        #Info #LandArea table {
            width: 100%;
        }
        #Info #LandArea .flex {
            gap: 1.5em;
        }

    }




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

        #CorpCta .Cta .CtaCont .Charge {
            flex-direction: column;
        }
        #CorpCta .Cta .CtaCont .Charge .Icon {
            margin: 0.5em 0;
        }
        #CorpCta .Cta .CtaCont .Charge dl dd {
            line-height: 1.6;
        }
        #CorpCta .Cta .CtaCont .TelMail {
            margin: 20px 0 10px;
        }
        #CorpCta .Cta .CtaCont .TelMail .tel,
        #CorpCta .Cta .CtaCont .TelMail .mail {
            margin: 10px 0;
        }

        #sdgs .attempt{
        width: 100%;
        }
        #sdgs #sdgs_area{
            padding: 1em 0.6em;
        }

        #Welfare .InBox {
            padding: 0 2.5%;
        }
        #Welfare ul.tab-link li a {
            font-size: 22px;
        }
        #Welfare .room_img{
            display: flex;
            width: 100%;
            justify-content: space-between;
        }
        /* #Welfare .room_img .kadomaru{
            width: 49%;
        } */
        /* #Welfare .flex {
            flex-direction: column-reverse;
        } */
        #Welfare #rec-facility .flex {
            flex-direction: column;

        }
        #Corp #Welfare.CorpHead .Inner .InnerBox {
            padding: 1em 0.5em;
        }
        #Welfare .HalfBox70,
        #Welfare .HalfBox65,
        #Welfare .HalfBox53,
        #Welfare .HalfBox50,
        #Welfare .HalfBox44,
        #Welfare .HalfBox44 img,
        #Welfare .HalfBox36,
        #Welfare .HalfBox33,
        #Welfare .HalfBox32,
        #Welfare .HalfBox32 img {
            width: 100%;
        }
        #Welfare #dormitory,
        #Welfare #syataku,
        #Welfare #rec-facility,
        #Welfare #stock,
        #Welfare #netflix {
            margin-bottom: 5em;
        }
        #Welfare .HalfBox65 {
            margin-bottom: 1em;
        }
        #Welfare h4.Blue,
        #Welfare .blue {
            font-size: 1.5em;
        }
        #Welfare .f18,
        #Welfare .f17,
        #Welfare .f23 {
            font-size: 1.1em !important;
        }
        #Welfare h5.mb60 {
            margin-bottom: 20px !important;
        }
        #Welfare .f15,
        #Welfare .f14 {
            font-size: 1rem !important;
        }
        #Welfare .f18,
        #Welfare .f17,
        #Welfare .f23 {
            font-size: 1.3rem !important;
        }
        /* #Welfare .subtitle {
            font-size: 1.1rem;
        } */
        #Welfare .gold {
            font-size: 1.15em !important;
        }
        #Welfare ul.tab-link {
            flex-direction: row;
        }
        #Welfare ul.tab-link li {
            width: 30%;
        }
        #Welfare #dormitory .flex {
            gap: 0;
        }
        #Welfare #dormitory img,
        #Welfare #syataku .img {
            width: 100%;
            max-width: 1000px;
            display: block;
            margin: 0 auto;
        }
        #Welfare .sp-size {
            font-size: 1rem;
        }
        #Welfare #dormitory .HalfBox36 {
            display: flex;
            gap: 10px;
        }
        #Welfare #dormitory .HalfBox36 p {
            /* width: 50%; */
            font-size: 1rem;
            line-height: 1.6;
        }
        #Welfare #syataku .flex {
            flex-direction: column-reverse;
            gap: 20px;
        }
        #Welfare #syataku .mb80 {
            margin-bottom: 40px !important;
        }
        #Welfare #rec-facility .kadomaru.mb60 {
            margin-bottom: 0 !important;
        }
        #Welfare #rec-facility .flex {
            gap: 0;
            justify-content: center;
        }
        #Welfare #rec-facility .HarfBox33 .flex{
            align-items: center;
        }
        #Welfare #yuzawa.flex,
        #Welfare #usami.flex {
            gap: 2em;
        }
        #Welfare h5 span {
            padding-left: 6.5em;
        }
        #Welfare h5 span::before {
            top: 3px;
        }
        #Welfare #netflix .sp-reverse {
            flex-direction: column-reverse;
        }
        #Welfare #netflix .HalfBox30 {
            width: 65%;
            margin: 0 auto;
        }
        #Welfare h5 span::before {
            width: 36%;
        }
        #Welfare .sonota .f21 {
            font-size: 1.5rem !important;
        }
        #Welfare #dormitory .HalfBox36 .mb60,
        #Welfare #rec-facility #kusatsu .HalfBox33 .mb50,
        #Welfare #rec-facility #kamogawa .HalfBox33 .mb50 {
            margin-bottom: 0 !important;
        }
        #Welfare #rec-facility #usami.pt20,
        #Welfare #rec-facility #usami .HalfBox33.pt10,
        #Welfare #rec-facility #yuzawa .HalfBox33.pt10 {
            padding-top: 0 !important;
        }
        #Welfare #rec-facility #yuzawa .HalfBox33,
        #Welfare #rec-facility #usami .HalfBox33 {
            display: block;
            margin-bottom: 0;
        }

    }
.sonota p.pl10 span {
    display: inline-block;
}

/*====================================
環境への取り組み
======================================*/

    #Corp #SDGs-Action.CorpHead .Inner .InnerBox {
        padding: 2em;
    }

    #Corp #SDGs-Action #Info {
        margin-bottom: 5em;
    }
    #Corp #SDGs-Action #Info p.Intro {
        margin-bottom: 2em;
    }
    #Corp #SDGs-Action #Info div.InfoItem {
        margin-bottom: 2em;
    }
    #Corp #SDGs-Action #Info div.InfoItem p.AddInfo {
        padding-left: 1.5em;
    }
    #Corp #SDGs-Action #Info ul {
        display: inherit;
        padding: 0.2em 0 0.2em 1.5em;
    }
    #Corp #SDGs-Action #Info ul li {
        background-color: inherit;
    }
    #Corp #SDGs-Action #Info .List ul li {
        position: relative;
        padding-left: 0.8em;
    }
    #Corp #SDGs-Action #Info .List ul li::before {
        position: absolute;
        content: "";
        width: 5px;
        height: 5px;
        border-radius: 9999px;
        background-color: #000;
        top: 0.82em;
        left: 0;
    }

    #Info #LandArea .flex {
        justify-content: flex-start;
        gap: 2%;
    }
    #Info #LandArea table {
        width: 48%;
/*      max-width: 400px;*/
    }
    #Info #LandArea table th {
        padding-left: 1em;
        border-radius: 6px;
        padding: 0.5em 1em;
    }
    #Info #LandArea table .th1 {
/*      background-color: rgba(204, 49, 33, 0.3);*/
        background-color: rgba(0, 0, 0, 0.1);
    }
    #Info #LandArea table .th2 {
/*      background-color: rgba(3, 145, 67, 0.3);*/
        background-color: rgba(0, 0, 0, 0.1);
    }
    #Info #LandArea table tr th.flex {
        align-items: center;
        justify-content: flex-start;
        gap: 0.5em;
    }

    #Corp section#SDGs-Action ul {
        padding: 0;
        justify-content: flex-start;
        gap: 0;
    }
    #Corp section#SDGs-Action ul li {
        background-color: inherit;
    }
    #Corp #SDGs-Action ul li.mail a {
        display: inline;
        border-bottom: 1px solid #000;
    }
    #Corp #SDGs-Action ul li.mail a:hover {
        color: #f16659;
        border-bottom: 1px solid #f16659;
    }
    #Corp #SDGs-Action #Contact h3 {
        display: flex;
        align-items: center;
    }
    #Corp #SDGs-Action #Contact h3 .material-icons {
        font-size: 2em;
    }
    #Area h4 {
        display: flex;
        align-items: center;
    }
    #Area h4 .material-icons {
        font-size: 1.5em;
        color: #cc3121;
    }

    .img {
        width: 100%;
        max-width: 500px;
        padding: 1em 0;
        margin: 0 auto;
    }


    .MapWrap {
        width: 20%;
        max-width: 200px;
    }
    .MapWrap #AvgAreaMap .cls-2 {
        fill: rgb(214, 214, 214);
    }
    .MapWrap #AvgAreaMap .cls-3 {
        fill: rgb(255, 255, 255);
    }

    .InfoItem ul li {
        position: relative;
        padding-left: 1.5em;
    }
    .InfoItem ul li::before{
        position: absolute;
        content: "";
        background-color: #000;
        width: 5px;
        height: 5px;
        border-radius: 50%;
        top: 50%;
        left: 0.5em;
        transform: translateY(-50%);
    }

    #sdgs {
        padding: 3em 0 0;
    }
    #sdgs .w80 {
        width: 80%;
        margin: 0 auto;
    }
    #Corp section#SDGs-Action #sdgs ul.IconList {
        display: flex;
        justify-content: space-between;
    }
    #Corp section#SDGs-Action #sdgs ul.IconList li {
        width: 13%;
    }

    #sdgs #sdgs_area {
        background: #f5f5f5;
        padding: 40px;
        border-radius: 16px;
    }
    #sdgs #sdgs_area .attemptBox {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    #sdgs .attempt {
        width: 31%;
        box-shadow: 0px 0px 15px -7px #777777;
        border-radius: 20px;
        background-color: #fff;
        margin-bottom: 30px;
    }
    #sdgs .attempt dl {
        display: flex;
        flex-direction: column;
        height: 100%;
    }
    #sdgs .attempt dl > div {
        font-size: 1.2em;
        font-weight: bold;
        color: #fff;
        padding: 2px;
        background-color: #d08e22;
        text-align: center;
        border-radius: 20px 20px 0 0;
    }
    #sdgs .attempt dl dt {
        padding: 6px 20px 0;
        margin-bottom: 10px;
    }
    #sdgs .attempt dl dt p.Title {
        font-size: 1.1em;
        font-weight: bold;
        text-align: center;
        margin-bottom: 4px;
    }
    #sdgs .attempt dl dt p.Body {
        /*font-size: 1.4rem;*/
        font-size: .91em;
        line-height: 1.5;
        text-align: justify;
        margin-bottom: .6em;
    }
    #sdgs .attempt dl dd {
        margin-top: auto;
        padding: 5px 20px 20px;
    }
    #sdgs .attempt dl dd ul {
        display: flex;
        flex-wrap: nowrap;
    }
    #sdgs .attempt dl dd ul li {
        width: 24%;
        margin-right: 2%;
    }
    #sdgs .attempt dl dd ul li:last-of-type {
        margin-right: 0;
    }

    #sdgs_area ul {
        padding-top: 0;
        padding-bottom: 0;
    }


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

        #sdgs .attempt {
            width: 48%;
        }
    }


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

        #Info #LandArea table {
            width: 100%;
        }
        #Info #LandArea .flex {
            gap: 1.5em;
        }
    }

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

        #sdgs .w80 {
            width: 100%;
        }
        #CorpCta .Cta .CtaCont .Charge {
            flex-direction: column;
        }
        #CorpCta .Cta .CtaCont .Charge .Icon {
            margin: 0.5em 0;
        }
        #CorpCta .Cta .CtaCont .Charge dl dd {
            line-height: 1.6;
        }
        #CorpCta .Cta .CtaCont .TelMail {
            margin: 20px 0 10px;
        }
        #CorpCta .Cta .CtaCont .TelMail .tel,
        #CorpCta .Cta .CtaCont .TelMail .mail {
            margin: 10px 0;
        }

        #sdgs .attempt{
        width: 100%;
        }
        #sdgs #sdgs_area{
            padding: 1em 0.6em;
        }
    }


/*====================================
お問い合わせ（インフォメーション）
======================================*/
#Rec-Env .segment h4 {
    border-bottom: #000 solid 1px;
    width: 100%;
    margin-bottom: 1em;
}
#Corp #Rec-Env p.shikaku {
    position: relative;
    padding-left: 1.5em;
}
#Corp #Rec-Env p.shikaku::before {
    position: absolute;
    content: "";
    width: 0.8em;
    height: 0.8em;
    border-radius: 2px;
    background-color: #000;
    top: 0.4em;
    left: 0;
}
#Corp #Rec-Env p, #Corp #Rec-Env ol, #Corp #Rec-Env ul {
    font-size: 0.9em;
    line-height: 1.7;
}
#Corp #Rec-Env ul {
    display: block;
    padding: 0;
}
#Rec-Env #info .segment .w800 {
    width: 100%;
    max-width: 800px;
    margin: 0 auto 2em;
}
#Rec-Env .contact-box {
    padding: 2.5em 4em;
    background-color: rgba(247, 218, 207, 0.9);
    width: fit-content;
    border-radius: 16px;
    margin: 0 auto;
}
#Corp #Rec-Env #info .segment ul.info-ul,
#info .table-outbox {
    padding: 3% 6%;
    border: 5px solid rgba(247, 218, 207, 0.9);
    /* background-color: rgba(247, 218, 207, 0.5); */
    /* width: fit-content; */
    border-radius: 16px;
    width: 95%;
    margin: 0 auto;
}
#Corp #Rec-Env #info .segment .info-ul.wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 0.1em;
}
#Corp #Rec-Env #info .segment .info-ul.wrap li {
    width: 49%;
    padding-right: 1.5em;
}
#Corp #Rec-Env ul li {
    position: relative;
    padding: 0 0 0 1em;
    background-color: transparent;
    line-height: 1.5;
    margin-bottom: 0.8em;
}
#info .contact-box {
    margin: 0 auto;
    padding: 1em 2em;
    width: 95%;
    /* max-width: 600px; */
    text-align: center;
}
#Rec-Env .contact-box a, #Corp #Rec-Env .answer .tel a {
    color: #000;
    border-bottom: #000 solid 1px;
    font-size: 0.9em;
}
#Corp #Rec-Env ul li::before {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #000;
    top: 0.6em;
    left: 0;
}
/* #info .WEB .contact-box{
    width: 70%;
    max-width: 600px;
    text-align: center;
} */
#info .table-outbox {
    margin-bottom: 1em;
}
#info table {
    font-size: 0.9em;
}
#info table th {
    width: 5em !important;
}
#info table tr.time td {
    line-height: 1.5;
}
#info table tr.time td span {
    font-size: 0.9em;
}
#info .segment.TEL .kome{
    font-size: 0.7em;
}
#Corp #Rec-Env .WEB a {
    color: #000;
    border-bottom: #000 solid 1px;
}
#Corp #Rec-Env .WEB p.attention {
    font-size: 0.7em;
    color: #737373;
}


@media screen and (max-width:640px) {
    #Corp #Rec-Env #info .segment .info-ul.wrap {
        display: block;
    }
    #Corp #Rec-Env #info .segment .info-ul.wrap li {
        width: 100%;
        margin-bottom: 0.3em;
    }
    #Corp #Rec-Env #info .segment .info-ul.wrap li:last-child {
        margin-bottom: 0;
    }
    #Corp #Rec-Env #info .segment ul.info-ul,
    #info .table-outbox {
        padding: 4% 6%;
    }
}
#Corp #Rec-Env #info .segment {
    margin-bottom: 5.5em;
}
#Corp #Rec-Env #info .segment .info-ul li.link {
    margin: 1em auto 0;
    padding: 0;
    width: 100%;
    text-align: center;
    background-color: rgba(247, 218, 207, 0.9);
    border-radius: 16px;
}
#Corp #Rec-Env #info .segment .info-ul li a {
    max-width: inherit;
    padding: 1em 0;
    color: #000;
    text-decoration: underline #000 solid 1px;
    text-underline-offset: 0.15em;
}
#Corp #Rec-Env #info .segment .info-ul li.small-em {
    width: 100%;
    font-size: 0.85em;
    text-align: right;
    padding: 0.3em 1em 0 0;
    margin-left: auto;
}
#Corp #Rec-Env #info .segment .info-ul li.link::before,
#Corp #Rec-Env #info .segment .info-ul li.small-em::before {
    content: none;
}

#Corp #Rec-Env #info .segment .bkgreen {
    background-color: #e3f1d9;
    padding: 1.5em 2em;
    width: 96%;
    margin: 0 auto 1em;
    border-radius: 16px;
    font-size: 0.9em;
}
#Corp #Rec-Env #info .segment .consulroom {
    margin-bottom: 0;
}
#Corp #Rec-Env #info .segment .tel-contact {
    width: 100%;
    max-width: 530px;
    margin: 0 auto;
}
#Corp #Rec-Env #info .segment .bkgreen .flex {
    display: flex;
    justify-content: left;
    align-items: center;
    gap: 2em;
}
@media screen and (max-width: 640px) {
    #Corp #Rec-Env #info .segment .bkgreen .flex {
        gap: 0;
    }
}
#Corp #Rec-Env #info .segment .bkgreen a.tel-number {
    font-size: 1.8em;
    font-weight: bold;
    letter-spacing: 2px;
    text-decoration: none;
}
#Corp #Rec-Env #info .segment .bkgreen a.tel-number, #info .cformp a {
    color: #1c1c1c;
}
#Corp #Rec-Env #info .cformp {
    width: 100%;
    max-width: 35em;
    margin: 0 auto;
    font-size: 1em;
    /* padding: 0.8em; */
    border-radius: 16px;
    background-color: #f5f5f5;
    text-align: center;
}
#Corp #Rec-Env #info .cformp a {
    font-size: 1em;
    text-decoration: underline #000 solid 1px;
    text-underline-offset: 0.15em;
    padding: 1em 0;
    width: 100%;
    max-width: 35em;
    display: block;
}
#Corp #Rec-Env #info .segment .w800 {
    width: 96%;
    max-width: 800px;
    margin: 0 auto 2em;
}

@media screen and (max-width: 640px) {
    #Corp #Rec-Env #info .segment .w800 {
        width: 100%;
    }
}
#Corp #Rec-Env p.attention {
    font-size: 0.7em;
    color: #737373;
    width: 96%;
    margin: 0 auto;
}
#Corp #Rec-Env #info #TEL .contact-time span.youbi {
    font-size: 0.9em;
}

#Corp #Rec-Env #info .contact-time.flex span {
    line-height: 1.5;
}

@media screen and (max-width: 640px) {
    #info #pointcard a.tel-number,
    #info #netsuper a.tel-number,
    #info #TEL a.tel-number {
        display: block;
        margin-bottom: 15px;
    }
}

/*====================================
利用推奨環境
======================================*/
#Corp #Rec-Env p,
#Corp #Rec-Env ol,
#Corp #Rec-Env ul {
    font-size: 0.9em;
    line-height: 1.7;
}

#Rec-Env .segment {
    margin-bottom: 2.5em;
}

#Rec-Env .segment h4 {
    border-bottom: #000 solid 1px;
    width: 100%;
    margin-bottom: 1em;
}

#Corp #Rec-Env ul {
    display: block;
    padding: 0;
}
#Corp #Rec-Env ul li {
    position: relative;
    padding: 0 0 0 1em;
    background-color: #fff;
}
#Corp #Rec-Env ul li::before {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #000;
    top: 0.6em;
    left: 0;
}
#Corp #Rec-Env .segment .privacy {
    line-height: 3.5;
    margin: 0;
    padding: 0 0 0 20px;
    border-left: 10px solid #cc3120;
}
#Rec-Env .segment .privacy a,
#Rec-Env .segment.dl a {
    color: #000;
    border-bottom: #000 solid 1px;
    width: fit-content;
}
#Rec-Env .segment .privacy a:hover,
#Rec-Env .segment.dl a:hover {
    color: #e82a1b;
}
#Rec-Env p.lh17 {
    line-height: 1.7;
}

/*====================================
プライバシーポリシー
======================================*/

#Privacy .segment {
    margin-bottom: 2.5em;
}

#Corp #Privacy p,
#Corp #Privacy ol,
#Corp #Privacy ul {
    font-size: 0.9em;
}
#Privacy .segment h4 {
    border-bottom: #000 solid 1px;
    width: 100%;
    margin-bottom: 1em;
}

#Corp #Privacy ol {
    counter-reset: my-counter;
}
#Corp #Privacy ol li {
    background-color: #fff;
    position: relative;
    padding: 0 0 0 1.5em;
    line-height: 1.7;
    margin-bottom: 1.5em;
}
#Corp #Privacy ol li::before {
    position: absolute;
    content: counter(my-counter)".";
    counter-increment: my-counter;
    left: 0;
}
#Privacy .inner-ol {
    padding-top: 1em;
}
#Corp #Privacy ol.inner-ol li {
    margin-bottom: 0;
}

#Corp #Privacy ul {
    display: block;
    padding: 0;
}
#Corp #Privacy ul li {
    position: relative;
    padding: 0 0 0 1em;
    line-height: 1.7;
    background-color: #fff;
}
#Corp #Privacy ul li::before {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #000;
    top: 0.6em;
    left: 0;
}
#Privacy .segment .rec-env {
    line-height: 3.5;
    margin: 0;
    padding: 0 0 0 20px;
    border-left: 10px solid #cc3120;
}
#Privacy .segment .rec-env a {
    color: #000;
    border-bottom: #000 solid 1px;
}
#Privacy .segment .rec-env a:hover {
    color: #e82a1b;
}
#Privacy p.lh17 {
    line-height: 1.7;
}

/*====================================
マルチステークホルダー
======================================*/
#Corp section#Rec-Env ul li a.w100 {
    max-width: inherit;
    width: fit-content;
    border-bottom: #000 solid 1px;
}
#Corp section#Rec-Env ul li a.w100:hover {
    color: #e82a1b;
}
#Corp section#Rec-Env p.kome {
    font-size: 0.8em;
}

#Corp #Rec-Env .answer .tel {
    font-size: 0.7em;
}

/*====================================
カスタマーハラスメント方針
======================================*/
#Corp #Harassment p,
#Corp #Harassment ul {
    font-size: 0.9em;
}

#Harassment h4 {
    font-size: 1.2em;
    margin-bottom: 20px;
}

#Corp #Harassment ul {
    display: block;
    padding: 0 0 0 2em;
    margin-bottom: 1em;
}

#Corp #Harassment ul li {
    background-color: inherit;
    position: relative;
    padding: 0 0 0.7em 1em;
    line-height: 1.7;
}
#Corp #Harassment ul li::before {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #000;
    top: 0.6em;
    /* transform: translateY(-50%); */
    left: 0;
}
#Harassment .segment {
    padding: 3.5em 0;
}


/*====================================
クラブ活動 - 駅伝部のご紹介
======================================*/
#ekiden-introduce h4 {
    font-size: 1.25em;
}
@media screen and (max-width: 640px) {
    #ekiden-introduce h4 {
        font-size: 1.2em;
    }
}
#ekiden-introduce .lead-text {
    margin-bottom: 3em;
}
#ekiden-introduce .link.flex {
    width: 100%;
    max-width: 55em;
    margin: 0 auto;
}
@media screen and (max-width: 640px) {
    #ekiden-introduce .link.flex {
        flex-direction: column;
        gap: 2em;
    }
}
#ekiden-introduce .link-box {
    width: 48%;
    border-radius: 18px;
    background-color: #f5f5f5;
    transition: 0.5s ease-in-out;
}
@media screen and (max-width: 640px) {
    #ekiden-introduce .link-box {
        width: 100%;
    }
}
#ekiden-introduce .link-box:hover {
    background-color: #e82a1b;
}
#ekiden-introduce .link-box:hover a p.center {
    text-decoration-color: #fff;
}
#ekiden-introduce .link-box a {
    display: flex;
    justify-content: center;
    flex-direction: column;
    color: #1c1c1c;
    opacity: 1;
}
#ekiden-introduce .link-box:hover a {
    color: #fff;
}
#ekiden-introduce .link-box a img {
    border-radius: 18px 18px 0 0;
}
#ekiden-introduce .link-box:hover a img {
    opacity: 1;
    transition: 0.5s ease-in-out;
}
#ekiden-introduce .link-box a p.center {
    padding-top: 13px;
    padding-bottom: 12px;
    text-align: center;
    font-weight: bold;
    font-size: 1em;
    text-decoration: underline;
    text-decoration-color: #E82A11;
    text-decoration-thickness: 1px;
    text-underline-offset: 8px;
}
#ekiden-introduce .link-box a p {
    padding: 0 16px 14px;
    line-height: 1.5;
    font-size: .82em;
    text-align: justify;
    letter-spacing: 0.5px;
}
#ekiden-introduce .iseki {
    font-size: 0.85em;
    /* width: 100%;
    max-width: 600px; */
    line-height: 1.7;
}

/*===================================================================================================
採用情報トップ
===================================================================================================*/

#Corp #Recruit-top .Inner {
    border-radius: 20px 20px 0 0;
    padding-bottom: 0;
}
#Corp #Recruit-top .Inner.second-inner {
    border-radius: 0 0 20px 20px;
    padding: 0 0 3em 0;
}

#Corp #Recruit-top .Inner .InnerBox {
    padding: 2em 2em 0 2em;
}

#Corp #Recruit-top .Inner .InnerBox.second-innerbox {
    padding: 0 2em 2em 2em;
}
@media screen and (max-width:640px) {
    #Corp #Recruit-top .Inner .InnerBox.second-innerbox {
        padding: 0 0 2em 0;
    }
    #Corp #Recruit-top ul.Inner.main-box {
        padding: 2em 0;
    }
}

#Corp section#Recruit-top ul.main-box li a {
    max-width: 250px;
}

#Corp #Recruit-top p,
#Corp #Recruit-top a {
    font-size: 0.9em;
}
#Corp #Recruit-top .intro {
    width:  100%;
    max-width: 45em;
    margin: 0 auto;
}

 #Corp #Recruit-top .intro {
    width:  100%;
    max-width: 45em;
    margin: 0 auto;
}
 #Corp #Recruit-top .intro-link {
    margin-left: auto;
    width: fit-content;
    text-align: right;
}
 #Corp #Recruit-top .intro-link a {
    color: inherit;
    text-decoration: underline;
    margin-left: auto;
}

 #Corp #Recruit-top .bnr-box.flex {
    justify-content: center;
    align-items: center;
    gap: 3%;
    padding: 2em 0;
}
 #Corp #Recruit-top .flex .bnr {
    width: 100%;
    max-width: 12em;
}
#Corp section#Recruit-top ul.main-box li {
    overflow: hidden;
}

#Corp #Recruit-top ul.Inner.main-box {
    padding: 0 0 2em 0;
}

#Corp #Recruit-top ul.main-box li a img {
    border-radius: 0;
}
 #Corp #Recruit-top ul.main-box li.tokushimaru {
    box-sizing: border-box;
    border: 3px solid #f5f5f5;
}
#Corp #Recruit-top ul.main-box li a.resume {
    max-width: 300px;
    padding: 0 16px;
    line-height: 1.5;
    font-size: .65em;
    text-align: justify;
    text-decoration: underline;
    display: inline;
}
#Corp #Recruit-top ul.main-box li a.resume i {
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
}

#Corp #Recruit-top li.part {
    padding-bottom: 10px;
}
/*#Corp #Recruit-top li.part p {
    padding-bottom: 0;
}*/

/*================
ポップアップ ここから
================*/
.modal-1__wrap {
    display: inline-block;
}
.modal-1__wrap input {
    display: none;
}
.modal-1__open-label,
.modal-1__close-label {
    cursor: pointer;
}
.modal-1__open-label {
    text-decoration: underline;
    font-size: .95em;
}
.modal-1__open-label:hover {
    text-decoration: underline;
    cursor: pointer;
    color: #c7511f;
}
.modal-1 {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;

    opacity: 0;
    visibility: hidden;
    transition: opacity .4s ease, visibility .4s ease;
}
.modal-1__open-input:checked + label + input + .modal-1 {
    display: block;
    animation: modal-1-animation .6s;
}
.modal-1__content-wrap {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -45%);
    width: 80%;
    max-width: 1000px;
    background-color: #fefefe;
    z-index: 2;
    border-radius: 5px;

    opacity: 0;
    transition: all .4s ease;
}
.modal-1__close-label {
    background-color: #777;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 20px;
    width: 36px;
    height: 36px;
    position: fixed;
    top: -15px;
    right: -2%;
    z-index: 99999;
    font-size: 1.4em;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: .1em;
}
.modal-1__content {
    max-height: 60vh;
    overflow-y: auto;
    padding: 2.5em 3em;
}
.modal-1__background {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .45);
    z-index: 1;
}

/* 開いた時 */
.modal-1__open-input:checked + label + input + .modal-1 {
    opacity: 1;
    visibility: visible;
}
.modal-1__open-input:checked + label + input + .modal-1 .modal-1__content-wrap {
    opacity: 1;
    transform: translate(-50%, -50%);
}

/* モーダルの中身 */
.modal-1 h3,
.modal-1 table {
    text-align: left;
}
.modal-1 table {
    padding: 1em 2em;
}
.modal-1 table th {
    background-color: #f8ded3;
}
.modal-1 table th,
.modal-1 table td {
    border: #b7b7b7 solid 1px;
    padding: 0.5em;
    /* dislay: block; */
}

@keyframes modal-1-animation {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@media only screen and (max-width: 640px) {
    .modal-1__open-label {
        max-width: 90%;
    }
    .modal-1__close-label {
        top: -17px;
        right: -4%;
    }
    .modal-1__content-wrap {
        width: 90vw;
    }
    .modal-1__content {
        padding: 33px 21px 35px;
        max-width: 100%;
        max-height: 90vh;
    }
    .modal-1 table td {
        font-size: 0.9em;
        line-height: 1.6;
    }
}
/*================
ポップアップ ここまで
================*/


/*===================================================================================================
既卒・中途採用
===================================================================================================*/

#Corp section#Recruit-career ul li {
    border-radius: 0;
    background-color: transparent;
}
#Recruit-career .table-like-container {
    margin-bottom: 5em;
}
#Recruit-career .table-row {
    display: flex;
    align-items: stretch; /* 左右の箱の高さを自動で揃える */
    margin: 0 auto 20px;
}
#Recruit-career .title-cell {
    width: 25%;
    min-width: 7em;
    background-color: rgba(247, 218, 207, 0.9);
    border-radius: 5px 5px 0 0;
    color: #000;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.3em 1.5em;
    font-size: 0.9em;
}
#Recruit-career .content-cell {
    width: 100%;
    background-color: #fff;
    padding: 0.5em 0.5em 0.5em 1.5em;
    border-bottom: 3px solid rgba(247, 218, 207, 0.9);
    font-size: 0.9em;
    line-height: 1.6;
}
#Recruit-career .content-cell span {
    font-size: 0.85em;
    padding-left: 1em;
}
#Recruit-career .teate ul {
    display: block;
    padding: 0;
    font-size: .96em;
}
#Recruit-career .teate ul li {
    position: relative;
    padding-left: 0.85em;
    background-color: transparent;
}
#Recruit-career .teate ul li::before {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #000;
    left: 0;
    top: 0.6em;
}
#Recruit-career .teate ul li:hover {
    background-color: transparent;
}
#Recruit-career .flow-container {
    display: flex;
    flex-direction: column;
    align-items: center; /* これで矢印と長方形の「縦の中心」がピッタリ揃うよ！ */
    justify-content: center; /* 画面幅に合わせて綺麗に均等に並べる */
    list-style: none;
    padding: 0;
    gap: 0;
    margin-bottom: 3em;
}
#Recruit-career .flow-item {
    max-width: 800px;
    width: 100%;
}
#Recruit-career .flow-box {
    background-color: #249541;
    color: #fff;
    padding: 0.7em 1em;
    border-radius: 8px;
    /* height: 20em;
    width: 100%; */
    /* 文字を真ん中に寄せる */
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    /* font-weight: bold; */
    /* writing-mode: vertical-rl; */
    line-height: 1.7;
}
#Recruit-career .flow-box.accent-color {
    background-color: #85ce79;
}
#Recruit-career .flow-arrow {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;   /* 左側を透明に */
    border-right: 10px solid transparent;  /* 右側を透明に */
    border-top: 12px solid #00630d;
    margin: 1em;
}
#Recruit-career .address {
    margin: 0 auto;
    width: fit-content;
}
#Recruit-career .address h4 {
    font-size: 1.2em;
    letter-spacing: 1.5px;
    margin-bottom: 0.2em;
    text-decoration: underline rgba(247, 218, 207, 0.9) solid 0.5em;
    text-underline-offset: -0.15em;
}
#Recruit-career .address p {
    line-height: 1.9;
    letter-spacing: 1.5px;
    font-size: 0.95em;
    font-weight: bold;
}

@media screen and (max-width:850px) {
    #Recruit-career .sp {
        display: none;
    }
}
@media screen and (max-width:640px) {
    #Recruit-career .sp {
        display: block;
    }
}

/*===================================================================================================
契約社員採用
===================================================================================================*/
@charset "UTF-8";
#Recruit-career ul.flow-container li.exam .flow-box {
    flex-direction: column;
    margin: 0 auto;
}
#Recruit-career ul.flow-container li.exam .flow-box div.check,
#Recruit-career ul.flow-container li.exam .flow-box div.css-accordion label {
    width: 100%;
    max-width: 30em;
    text-align: left;
    align-items: flex-start;
}
#Recruit-career ul.flow-container li.exam .flow-box div.check span,
#Recruit-career ul.flow-container li.exam .flow-box div.css-accordion label span {
    font-size: 0.85em;
}
/* --- CSSアコーディオンの仕組み --- */
/* 1. チェックボックス本体は画面に邪魔なので完全に非表示にする */
#Recruit-career .css-accordion {
    width: 96%;
}
#Recruit-career .accordion-checker {
    display: none;
}
/* 2. ボタン（label）の見た目 */
#Recruit-career .css-accordion .toggler {
    display: block;
    width: 100%;
    max-width: 30em;
    margin: 0 auto;
    cursor: pointer;
    color: #fff;
}
#Recruit-career .check, #Recruit-career .css-accordion .toggler {
    padding: 10px 0;
}
#Recruit-career .css-accordion .toggler span.underline {
    text-decoration: underline;
}
#Recruit-career .css-accordion .toggler h4, #Recruit-career .css-accordion .dpctt-inner h4 {
    padding-top: 0.2em;
}
/* 3. ボタンの頭につく矢印の初期設定（閉じてる時は ▶︎） */
#Recruit-career .css-accordion .toggler span.underline::after {
    content: "▶ ";
}
/* 4. 【重要】中身の箱は、最初は高さを「0」にして完全に隠しておく（アニメーション付き！） */
#Recruit-career .css-accordion .dpctt {
    width: 100%;
    max-width: 1000px;
    background-color: #fff;
    color: #1c1c1c;
    margin: 0.5em auto 0;
    border-radius: 7px;
    max-height: 0;
    text-align: left;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out;
}
#Recruit-career .css-accordion .dpctt-inner {
    padding: 1em 1.5em;
}
#Recruit-career .css-accordion .dpctt-inner .fish-skill {
    margin-bottom: 2.5em;
}
#Recruit-career .css-accordion .dpctt-inner .flex {
    justify-content: flex-start;
}
#Recruit-career .css-accordion .dpctt-inner .icon {
    width: 3.5em;
    padding-right: 0.5em;
}
/* 1. 親要素の ol で、カウンターをスタート（リセット）させる */
#Recruit-career .css-accordion .dpctt dl {
    counter-reset: my-counter;
    list-style: none;
    padding: 0;
}
/* 2. 子要素の li で、数字を進めて表示する */
#Recruit-career .css-accordion .dpctt dl dd {
    font-size: 0.8em;
    position: relative;
    padding-left: 2em;
}
#Recruit-career .css-accordion .dpctt dl dd::before {
    position: absolute;
    content: counter(my-counter) ".";
    counter-increment: my-counter;
    left: 0;
    color: #cc3121;
    text-align: right;
    width: 1.5em;
}
/* .css-accordion .dpctt-inner p.nintei, */
#Recruit-career .css-accordion .dpctt dl dt {
    font-size: 0.9em;
    font-weight: bold;
}
#Recruit-career .css-accordion .dpctt dl dt {
    padding-top: 0.8em;
}
#Recruit-career .css-accordion .dpctt dl dt:first-child {
    padding-top: 0;
}
/* --- ★ここからが魔法の連動スイッチ！ --- */
/* 5. スイッチ（チェックボックス）がONになったら、隣にあるボタンの矢印を「▼」にする */
#Recruit-career .accordion-checker:checked + .toggler span.underline::after {
    content: "▼ ";
}
/* 6. スイッチがONになったら、その下にある中身の箱を「たっぷり広げる（表示する）」 */
#Recruit-career .accordion-checker:checked + .toggler + .dpctt {
    max-height: 3000px;
    margin-bottom: 1em;
}

@media screen and (max-width: 640px) {
    #Recruit-career .css-accordion .dpctt-inner {
        padding: 1em 0.7em;
    }
    #Recruit-career .css-accordion .dpctt dl dd {
        line-height: 1.6;
        margin-bottom: 10px;
        padding-left: 1.8em;
    }
    #Recruit-career .check {
        padding: 0 0.7em;
        margin-bottom: 1em;
    }
    #Recruit-career .exam .toggler {
        padding: 0 0.2em;
        /* margin-bottom: 1em; */
    }
    #Recruit-career .exam .flow-box {
        padding: 0.7em 0.6em;
    }
    #Recruit-career .title-cell {
        padding: 0;
    }
}

/*===================================================================================================
駅伝部の採用について
===================================================================================================*/

@charset "UTF-8";
#Recruit-career .club-recruit {
    color: #1c1c1c;
    font-size: 0.9em;
}
#Recruit-career .club-recruit div.main {
    margin-bottom: 5em;
}
#Recruit-career .club-recruit .overlap-box {
    position: relative;
    width: 100%;
    max-width: 900px;
    margin: 0 auto 1em;
}
#Recruit-career .club-recruit .overlap-box ul {
    display: block;
    padding: 0;
    margin-bottom: 3em;
}
#Recruit-career .club-recruit .overlap-round {
    margin-bottom: 0.5em;
}
#Recruit-career .club-recruit .overlap-round span {
    font-size: 1.3em;
    font-weight: bold;
    letter-spacing: 1px;
}
#Recruit-career .club-recruit .overlap-box ul li {
    line-height: 1.6;
    margin-bottom: 0.8em;
    padding-left: 2.5em;
    position: relative;
}
#Recruit-career .club-recruit .overlap-box ul li:last-child {
    margin-bottom: 0;
}
#Recruit-career .club-recruit .overlap-box ul li::before {
    position: absolute;
    content: "";
    display: block;
    border-radius: 50%;
    background-color: #e82a1b;
    width: 0.7em;
    height: 0.7em;
    left: 1em;
    top: 0.4em;
}
#Recruit-career .club-recruit .flow-item {
    max-width: 900px;
    width: 100%;
    margin: 0 auto 3em;
}
#Recruit-career .club-recruit .flow-box {
    background-color: #249541;
    color: #fff;
    padding: 0.7em 1em;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    line-height: 1.7;
}
#Recruit-career .club-recruit .w650 {
    width: 100%;
    max-width: 650px;
    display: block;
    margin: 0 auto;
}
/* --- CSSアコーディオンの仕組み --- */
/* 1. チェックボックス本体は画面に邪魔なので完全に非表示にする */
#Recruit-career .club-recruit .css-accordion {
    width: 96%;
}
#Recruit-career .club-recruit .accordion-checker {
    display: none;
}
/* 2. ボタン（label）の見た目 */
#Recruit-career .club-recruit .css-accordion .toggler {
    display: block;
    width: 100%;
    margin: 0 auto;
    cursor: pointer;
    padding: 15px 0;
    color: #fff;
    font-weight: bold;
    font-size: 1.2em;
    text-underline-offset: 0.3em;
}
#Recruit-career .club-recruit .css-accordion .toggler span.underline {
    text-decoration: underline;
    position: relative;
}
#Recruit-career .club-recruit .css-accordion .toggler h4,
#Recruit-career .club-recruit .css-accordion .dpctt-inner h4 {
    padding-top: 0.2em;
}
/* 3. ボタンの頭につく矢印の初期設定（閉じてる時は ▶︎） */
#Recruit-career .club-recruit .css-accordion .toggler span.underline::after {
    position: absolute;
    content: "";
    top: 54%;
    transform: translateY(-50%);
    right: -23px;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 13px solid #fff;
}
/* 4. 【重要】中身の箱は、最初は高さを「0」にして完全に隠しておく（アニメーション付き！） */
#Recruit-career .club-recruit .css-accordion .dpctt {
    width: 100%;
    max-width: 1000px;
    background-color: #fff;
    color: #1c1c1c;
    margin: 0 auto;
    border-radius: 7px;
    max-height: 0;
    text-align: left;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out;
}
#Recruit-career .club-recruit .css-accordion .dpctt-inner {
    padding: 1em 1.5em;
}
#Recruit-career .club-recruit .css-accordion .dpctt-inner .fish-skill {
    margin-bottom: 2.5em;
}
#Recruit-career .club-recruit .css-accordion .dpctt-inner .flex.title {
    justify-content: flex-start;
    padding: 1em;
}
#Recruit-career .club-recruit .css-accordion .dpctt-inner .icon {
    width: 3em;
    padding-right: 0.8em;
}
#Recruit-career .club-recruit .css-accordion .dpctt-inner .icon.shoes {
    width: 3.3em;
}
#Recruit-career .club-recruit .accordion-content .title h4 {
    text-decoration: underline solid 2px #d82d1d;
    text-underline-offset: 0.3em;
    margin-bottom: 1em;
    font-size: 1.2em;
}
#Recruit-career .club-recruit .accordion-content p {
    margin-bottom: 1em;
    line-height: 1.7;
}
/* 1. 親要素の ol で、カウンターをスタート（リセット）させる */
#Recruit-career .club-recruit .css-accordion .dpctt dl {
    counter-reset: my-counter;
    list-style: none;
    padding: 0;
}
/* 2. 子要素の li で、数字を進めて表示する */
#Recruit-career .club-recruit .css-accordion .dpctt dl dd {
    font-size: 0.8em;
    position: relative;
    padding-left: 2em;
}
#Recruit-career .club-recruit .css-accordion .dpctt dl dd::before {
    position: absolute;
    content: counter(my-counter) ".";
    counter-increment: my-counter;
    left: 0;
    color: #cc3121;
    text-align: right;
    width: 1.5em;
}
/* .css-accordion .dpctt-inner p.nintei, */
#Recruit-career .club-recruit .css-accordion .dpctt dl dt {
    font-size: 0.9em;
    font-weight: bold;
}
#Recruit-career .club-recruit .css-accordion .dpctt dl dt {
    padding-top: 0.8em;
}
#Recruit-career .club-recruit .css-accordion .dpctt dl dt:first-child {
    padding-top: 0;
}

/* --- ★ここからが魔法の連動スイッチ！ --- */
/* 5. スイッチ（チェックボックス）がONになったら、隣にあるボタンの矢印を「▼」にする */
#Recruit-career .club-recruit .accordion-checker:checked + .toggler span.underline::after {
    content: "";
    top: 70%;
    transform: translateY(-50%);
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 13px solid #fff;
}
/* 6. スイッチがONになったら、その下にある中身の箱を「たっぷり広げる（表示する）」 */
#Recruit-career .club-recruit .accordion-checker:checked + .toggler + .dpctt {
    max-height: 3000px;
    margin-bottom: 1em;
    max-width: 1000px;
    width: 100%;
}
#Recruit-career .club-recruit .schedule {
    padding: 1em 2em;
    margin: 2em auto;
    background-color: #f5f5f5;
    border-radius: 8px;
}
#Recruit-career .club-recruit .merit {
    margin-bottom: 1em;
}
#Recruit-career .club-recruit ul.schedule-list,
#Recruit-career .club-recruit .merit ul {
    padding: 1em 0;
    display: block;
}
#Recruit-career .club-recruit ul.schedule-list li span.am,
#Recruit-career .club-recruit ul.schedule-list li span.pm {
    text-underline-offset: -0.15em;
    font-weight: bold;
    letter-spacing: 1px;
}
#Recruit-career .club-recruit ul.schedule-list li span.am {
    text-decoration: underline rgba(46, 185, 184, 0.4) 8px solid;
}
#Recruit-career .club-recruit ul.schedule-list li span.pm {
    text-decoration: underline rgba(255, 86, 2, 0.3) 8px solid;
}
#Recruit-career .club-recruit .merit ul {
    padding-top: 0;
}
#Recruit-career .club-recruit .merit ul li {
    position: relative;
    padding-left: 2em;
    line-height: 1.5;
    margin-bottom: 0.6em;
}
#Recruit-career .club-recruit .merit ul li:last-child {
    margin-bottom: 0;
}
#Recruit-career .club-recruit .merit ul li::before {
    position: absolute;
    content: "";
    display: block;
    border-radius: 50%;
    background-color: #d82d1d;
    width: 0.7em;
    height: 0.7em;
    left: 0.7em;
    top: 0.4em;
}
#Recruit-career .club-recruit .merit ul li span {
    font-size: 0.85em;
}
#Recruit-career .club-recruit .address {
    padding: 0;
    background-color: transparent;
    width: inherit;
    margin: 0 auto 2em;
    border-radius: inherit;
    font-weight: bold;
}
#Recruit-career .club-recruit .address h4 {
    font-size: 1.1em;
}
#Recruit-career .club-recruit .address p {
    font-size: 0.9em;
    margin-bottom: 0;
    padding-left: 1em;
}

@media screen and (max-width:640px) {
    #Recruit-career .club-recruit .flow-box {
        padding: 0.7em 0.4em;
    }
    #Recruit-career .club-recruit .schedule {
        padding: 1em;
    }
}


/*===================================================================================================
楽天ポイントカードページ
===================================================================================================*/
#Corp section#pointcard {
    .pc {
        display: block;
    }
    .sp {
        display: none;
    }

    .mb1em {
        margin-bottom: 1em;
    }
    .mb5em {
        margin-bottom: 5em;
    }
    /* ========================
    ボタンCSS
    ======================== */
    .btn {
        position: relative;
        width: 31%;
        max-width: 15em;
        margin: auto;
        font-size: 1.3em;
        font-weight: bold;
    }
    .btn:after {
        font-family: "Font Awesome 5 Free";
        content: '\f105';
        font-weight: 900;
        color: #fff;
        margin-right: 0.3em;
        position: absolute;
        top: 0.45em;
        right: 10px;
        font-size: 1em;
        z-index: 1;
    }

    .btn a {
        width: 100%;
        display: block;
        padding: 0.75rem 1.25rem;
        color: #fff;
        text-transform: uppercase;
        letter-spacing: .15rem;
        -webkit-transition: all .3s;
        transition: all .3s;
        position: relative;
        overflow: hidden;
        z-index: 1;
        text-align: center;
        border: 1px solid #c60b1f;
        border-radius: 80px;
    }
    .btn a:before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 0%;
        height: 100%;
        background-color: #fff;
        -webkit-transition: all .3s;
        transition: all .3s;
        border-radius: 80px;
        z-index: -1;
    }
    .btn a:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #c60b1f;
        border-radius: 80px;
        z-index: -2;
    }
    .btn a:hover {
        color: #c60b1f;
        opacity: 1;
    }
    .btn a:hover:before {
        width: 100%;
    }
    .btn:hover:after {
        color: #c60b1f;
    }
    /* ========================
    ボタンCSS ここまで
    ======================== */
    ul li {
        background-color: transparent;
    }
    .mb3em {
        margin-bottom: 3em;
    }
    .easy {
        margin: 0 auto 1em;
        width: fit-content;
    }
    .easy p {
        line-height: 1.5;
        margin-bottom: 0.2em;
    }
    .red {
        color: #c60b1f;
    }
    .easy .red {
        font-size: 2em;
        font-weight: 900;
        text-align: center;
    }
    .free-distribution img {
        display: block;
        margin: 0 auto 1em;
        padding: 1.5em 0;
        padding-left: 5em;
        width: 100%;
        max-width: 600px;
        height: auto;
    }
    .w900 {
        width: 96%;
        max-width: 900px;
        margin: 0 auto 2em;
    }
    ul.info-ul {
        padding: 3% 6%;
        border: 2px solid #c60b1f;
        border-radius: 16px;
        width: 100%;
        margin: 0 auto 5em;
        display: block;
        font-size: 0.9em;
        font-weight: normal;
        line-height: 1.7;
    }
    ul.info-ul li {
        position: relative;
        padding: 0 0 0 1em;
        line-height: 1.5;
        margin-bottom: 0.5em;
        font-size: 0.9em;
    }
    ul.info-ul li span {
        font-weight: bold;
    }
    ul.info-ul li::before {
        position: absolute;
        content: "";
        width: 5px;
        height: 5px;
        border-radius: 50%;
        background-color: #000;
        top: 0.5em;
        left: 0;
    }
    ul.info-ul li.red::before {
        width: 7px;
        height: 7px;
        background-color: #c60b1f;
        left: -0.085em;
    }
    /* ========================
    楽天ポイントカード登録手順
    ======================== */
    .how-regist {
        margin-bottom: 5em;
    }
    .how-regist p {
        font-size: 0.85em;
        line-height: 1.6;
        letter-spacing: 0.5px;
    }
    .how-regist h4,
    #faq h4 {
        font-size: 1.6em;
        font-weight: 900;
        border-bottom: 1.5px #c60b1f solid;
        margin-bottom: 1em;
    }
    .how-regist ul.flex {
        justify-content: space-between;
    }
    .how-regist ul li {
        width: 25%;
        max-width: 400px;
    }
    .how-regist ul li .order {
        border-radius: 50%;
        background-color: #c60b1f;
        color: #fff;
        font-weight: bold;
        font-size: 1.5em;
        width: 1.7em;
        height: 1.7em;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 0.2em;
    }
    .how-regist ul li img {
        width: 100%;
        max-width: 400px;
        display: block;
        margin: 0 auto;
    }
    .how-regist ul li p {
        display: block;
        margin: 0 auto;
        padding-top: 1em;
        width: 100%;
        max-width: 400px;
    }
    .how-regist p a,
    .how-regist ul li p a,
    ul.info-ul li a {
        color: inherit;
        border-bottom: #1c1c1c 1px solid;
        width: fit-content;
        display: inline;
    }
    .how-regist p a:hover,
    .how-regist ul li p a:hover,
    ul.info-ul li a:hover {
        color: #c60b1f;
        border-bottom: #c60b1f 1px solid;
    }
    .how-regist ul li .qr-code {
        width: 80%;
        max-width: 60px;
        display: block;
        margin: 0 auto;
        padding-top: 0.5em;
    }
    /* ========================
    楽天ポイントカード登録手順ここまで
    ======================== */
    #save h4,
    #use h4,
    #save-more h4 {
        color: #fff;
        font-size: 1.6em;
        font-weight: 900;
        line-height: 1.8;
        text-align: center;
        letter-spacing: 3px;
    }
    .h4-back {
        background-color: #c60b1f;
        margin-bottom: 0;
    }
    /* ========================
    たまる
    ======================== */


    /* ========================
    たまる　ここまで
    ======================== */

    /* ========================
    つかう
    ======================== */
    #use {
        .use-content {
            width: 100%;
            margin: 0 auto 5em;
        }
        p.subtitle {
            font-weight:bold;
            font-size:1.2em;
            border-bottom:#c60b1f solid 1.5px;
            margin: 1.5em auto 1.5em 0;
        }
        p.step {
            font-weight:900;
            font-size:1.6em;
            margin: 1.5em auto 1.5em 0;
            border-bottom:#c60b1f solid 1.5px;
            padding-bottom: 0.15em;
        }
        p.step span {
            padding-right: 1em;
            font-size: 0.8em;
        }
        .flex.how {
            justify-content: left;
            align-items: center;
            gap: 2em;
            margin-bottom: 2em;
            flex-wrap: nowrap;
        }
        .flex.how p {
            line-height: 1.6;
            margin-bottom: 0.5em;
            width: clamp(250px, 40vw, 500px);
            flex-shrink: 0;
            min-width: 0;
        }
        .flex.how p.red {
            margin-bottom: 1em;
        }
        .how-img {
            width:100%;
            max-width:20em;
            min-width: 100px;
        }
        p.note-text {
            line-height: 1.6;
            font-size: 0.8em;
        }
        a.edy-mypage {
            color: #1c1c1c;
            border-bottom: #1c1c1c 1px solid;
            font-weight: bold;
            font-size: 1.05em;
        }
        a.edy-mypage:hover {
            color: #c60b1f;
            border-bottom: #c60b1f 1px solid;
            opacity: 1;
        }
        .fas,
        .far {
            padding: 0 0.4em;
        }
        .subtitle .fas,
        .subtitle .far {
            font-size: 1.2em;
        }
    }
    /* ========================
        つかう　ここまで
    ======================== */
    /* ========================
        さらにたまる
    ======================== */

    #save-more {
        img {
            padding-top: 3em;
            width: 100%;
            max-width: 850px;
            margin: 0 auto;
        }
    }
    /* ========================
            さらにたまる　ここまで
    ======================== */
    /* ========================
            よくある質問
    ======================== */

    #faq {
        .mb1em {
            margin-bottom: 1em;
        }
        h4.red {
            border-bottom: none;
        }
        .pulldowns {
            margin-bottom: 5em;
        }
        .pulldowns ul.flex {
            flex: none;
            gap: 16px;
            padding: 0;
        }
        .pulldowns ul li.faq__item {
            background-color: rgb(245, 245, 245);
            border-radius: 8px;
            width: 100%;
        }
        .pulldowns ul li.faq__item button p {
            flex: 1;
            /* font-size: 16px; */
            line-height: 1.6;
        }
        .pulldowns ul li.faq__item .flex {
            align-items: center;
            gap: 0.5em;
        }
        .faq__btn {
            width: 100%;
            padding: 16px;
        }
        .faq__btn p {
            padding-left: 2em;
            position: relative;
            /* font-weight: bold; */
        }
        .faq__btn p::before {
            position: absolute;
            content: "";
            display: block;
            border-radius: 50%;
            background-color: #d82d1d;
            width: 0.7em;
            height: 0.7em;
            left: 0.7em;
            top: 0.5em;
        }
        .faq__icon{
            transition: transform .2s;
        }
        .faq__btn[aria-expanded="true"] .faq__icon{
            transform: rotate(-180deg); /* ▲ */
        }
        .faq__panel{
            height: 0;
            overflow: hidden;
            transition: height .25s ease;
        }
        .faq__panelInner{
            padding: 0.5em 1em 1.5em;
            font-size: 0.95em;
        }
        .faq__panelInner p,
        .faq__panelInner div {
            padding: 0 10px 0 10px;
            display: block;
            line-height: 1.6;
        }
        .faq__panelInner p.text-marker {
            margin-bottom: 0.7em;
            text-underline-offset: -0.15em;
            font-weight: bold;
            letter-spacing: 1px;
            color: #1c1c1c;
            text-decoration-skip-ink: none;
        }
        .faq__panelInner p.text-marker.red {
            text-decoration: underline rgba(255, 86, 2, 0.3) 8px solid;
        }
        .faq__panelInner p.text-marker.blue {
            text-decoration: underline rgba(46, 185, 184, 0.4) 8px solid;
        }
        .faq4-answer {
            line-height: 1.6;
            margin-bottom: 0.7em;
        }
        .faq4-answer span.category {
            position: relative;
        }
        .faq4-answer span.category::before {
            position: absolute;
            content: "";
            display: block;
            border-radius: 50%;
            background-color: #2b2b2b;
            width: 0.6em;
            height: 0.6em;
            left: 0;
            top: 0.5em;
        }
        .faq4-answer span.category,
        .faq4-answer span.answer-text {
            padding-left: 1em;
        }
        .faq4-answer span.answer-text {
            display: block;
            padding-top: 0.2em;
        }
        .bkgreen {
            width: 100%;
            border-radius: 16px;
        }
        .bkgreen h4 {
            font-size: 1.6em;
            font-weight: 900;
            margin-bottom: 1em;
            border-bottom: none;
            width: 100%;
            color: #c60b1f;
        }
        .tel-contact {
            width: 100%;
        }
        .bkgreen .flex {
            display: flex;
            justify-content: left;
            align-items: center;
            gap: 2em;
        }
        .contact-time {
            margin-top: 0.3em;
        }
        .phone-icon {
            width: 1.7em;
            height: 1.7em;
            margin-right: 0.5em;
        }
        a.tel-number {
            font-size: 2em;
            font-weight: bold;
            letter-spacing: 2px;
            text-decoration: none;
            color: #1c1c1c;
        }
        a.tel-number:hover {
            color: #c60b1f;
            opacity: 1;
        }
        #info .contact-time.flex span {
            line-height: 1.5;
        }
    }
    /* ========================
        よくある質問　ここまで
    ======================== */

    @media screen and (max-width:880px) {
        .pc {
            display: none;
        }
        .sp {
            display: block;
        }
        .flex.btns {
            gap: 1em;
        }
        .btn {
            width: 100%;
        }
        #save-more .flex {
            flex-direction: column;
        }
        #save-more .parts-flex {
            gap: 2em;
            flex-direction: row;
            width: 100%;
            max-width: inherit;
        }
        #save-more .parts-flex .img {
            width: 30%;
        }
        #save-more .flex .arrow {
            transform: rotate(90deg);
        }

    }

    @media screen and (max-width:640px) {
        .sp {
            display: block;
        }
        p.step span {
            padding-right: 0;
        }

        .how-regist ul li {
            width: 46%;
        }
        .easy .sp {
            display: block;
        }

        #use .flex.how {
            flex-direction: column;
        }
        #use .flex.how p {
            width: 100%;
            max-width: 1280px;
        }
        #use .how-img {
            margin: 0 auto;
        }
        .contact-time {
            margin-bottom: 0.5em;
        }
        #faq .bkgreen .flex.contact-time {
            display: block;
        }
    }
}

/*===================================================================================================
健康経営宣言ページ
===================================================================================================*/
#Corp section#health_management {
    #catch-copy {
        text-align: center;
        border-radius: 16px;
        padding: 1em 0;
        font-size: 1.3em;
        font-weight: bold;
        letter-spacing: 3px;
    }
    #catch-copy p {
        line-height: 1.5;
        margin-bottom: 0.5em;
    }
    #catch-copy p:last-child {
        margin-bottom: 0;
    }
    #catch-copy span {
        color: #039143;
    }

    /* ==========================
    ３つのカード
    ========================== */
    .flex#for-stakeholder {
        /* justify-content: center; */
        /* gap: 2em; */
        padding: 3em 0;
        margin-bottom: 3em;
    }
    #for-stakeholder .card {
        background-color: #01a049;
        border-radius: 12px;
        width: 30%;
        z-index: 5;
        display: flex;
        flex-direction: column;
        overflow: hidden;
        box-shadow: 7px 7px 8px rgba(0, 0, 0, 0.08);
    }
    #for-stakeholder .card .title {
        padding: 1em 2em;
        text-align: center;
        font-size: 1.15em;
        color: #fff;
        letter-spacing: 2px;
        line-height: 1.5;
    }
    #for-stakeholder .card .text {
        margin-top: auto;
        border-radius: 0 0 12px 12px;
        background-color: #f5f5f5;
        width: 100%;
        z-index: 6;
        padding: 1.5em 2em;
        flex-grow: 1;
    }
    /* ==========================
    認定証
    ========================== */
    .flex#certificate {
        justify-content: center;
        gap: 2em;
        margin-bottom: 8em;
    }
    #certificate .img {
        width: 50%;
        max-width: 300px;
        border: 3px solid #d3d3d3;
    }
    #certificate .text {
        width: 40%;
        margin: auto 0;
    }
    #certificate .text img {
        width: 60%;
        max-width: 180px;
        display: block;
        margin: 0 auto 2em;
    }
    /* ==========================
    画像郡
    ========================== */
    #imgs {
        margin-bottom: 5em;
    }
    #imgs .flex {
        justify-content: center;
        gap: 1em;
    }
    #imgs img {
        width: 45%;
        max-width: 400px;
        /* padding: 0.5em; */
        border-radius: 12px;
    }
    #imgs p {
        text-align: center;
        padding: 0.5em 0;
    }
    /* ==========================
    解決したい具体的な課題
    ========================== */
    #challenge {
        margin: 0 auto 5em;
    }
    #challenge h4,
    #Spec-Init h4 {
        font-size: 1.15em;
        letter-spacing: 2px;
        line-height: 1.5;
        color: #fff;
        background-color: #cf2d2e;
        text-align: center;
        margin-bottom: 1em;
    }
    /* #challenge h4 {
        margin-bottom: 1em;
    }
    #challenge p {
        display: block;
        padding: 2em;
        background-color: #f5f5f5;
        box-shadow: 7px 7px 8px rgba(0, 0, 0, 0.08);
        border-radius: 12px;
        font-size: 1.3em;
        letter-spacing: 2px;
        line-height: 2;
        text-align: center;
    } */
    #challenge .card,
    #Spec-Init.card {
        /* background-color: #cf2e2e; */
        border-radius: 12px;
        width: 100%;
        z-index: 5;
        display: flex;
        flex-direction: column;
        overflow: hidden;
        box-shadow: 7px 7px 8px rgba(0, 0, 0, 0.08);
    }
    #challenge .card h4,
    #Spec-Init.card h4 {
        padding: 1em;
        text-align: center;
        /* font-size: 1.1em; */
        font-weight: normal;
        color: #fff;
        letter-spacing: 2px;
        line-height: 1.5;
        margin-bottom: 0;
    }
    #challenge .card p {
        margin-top: auto;
        border-radius: 0 0 12px 12px;
        background-color: #f5f5f5;
        width: 100%;
        text-align: center;
        z-index: 6;
        padding: 1.5em 2em;
        flex-grow: 1;
    }
    .fa-arrow-down {
        font-size: 2.9em;
        display: block;
        margin: 0 auto 1.5em;
        width: fit-content;
        color: #e4ad38;
    }
    /* ==========================
    ５つの具体的な取り組み
    ========================== */
    #Spec-Init {
        margin: 0 auto 5em;
    }
    #Spec-Init.card {
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    }
    #Spec-Init ul {
        display: block;
        padding: 2.5em 2em;
        margin-top: auto;
        border-radius: 0 0 12px 12px;
        /* background-color: #f5f5f5; */
        background-color: #fff;
        width: 100%;
        /* text-align: center; */
        z-index: 6;
        /* padding: 1.5em 2em; */
        /* flex-grow: 1; */
        counter-reset: card-num;
    }
    #Spec-Init ul li.flex {
        align-items: center;
        background-color: transparent;
        margin-bottom: 4em;
    }
    #Spec-Init ul li.flex:last-child {
        margin-bottom: 0;
    }
    #Spec-Init .title {
        width: 35%;
        /* text-align: center; */
    }
    #Spec-Init .arrow {
        width: 20%;
    }
    #Spec-Init .index {
        width: 20%;
        text-align: center;
    }
    #Spec-Init table {
        width: 25%;
    }
    #Spec-Init table {
        table-layout: fixed;
        border-collapse: collapse;
    }
    #Spec-Init table td.bumbo {
        border-top: 1.5px solid #1c1c1c;
    }
    #Spec-Init table th,
    #Spec-Init table td {
        text-align: center;
        vertical-align: middle;
    }
    #Spec-Init #sotsuen td.bumbo .flex {
        align-items: center;
        justify-content: center;
        gap: 1.5em;
    }
    #Spec-Init .title {
        font-size: 1.2em;
        color: #1c1c1c;
        letter-spacing: 2px;
        font-weight: bold;
        position: relative;
        counter-increment: card-num;
        padding-left: 2em;
    }
    #Spec-Init .title::before {
        position: absolute;
        content: counter(card-num);
        top: -0.1em;
        left: 0;
        font-size: 2em;
        font-weight: bold;
        color: #c99732; /* 緑色 */
        /* background: #fff; */
        /* padding: 0 8px; */
    }
    #Spec-Init .title span {
        color: #1c1c1c;
        font-size: 0.6em;
        font-weight: normal;
        line-height: 1.5;
    }
    #Spec-Init .arrow img {
        /* padding: 0 2em; */
        width: 50%;
        display: block;
        margin: auto;
    }
    #Spec-Init .index div {
        /* background-color: cadetblue; */
        background-color: #cf2e2e;
        border-radius: 8px;
        color: #fff;
        font-size: 0.95em;
        padding: 0.5em;
        line-height: 1.5;
        margin: 0 1em 0 0;
    }
    #Spec-Init .bunshi {
        font-size: 2em;
        font-weight: bold;
        color: #cf2e2e;
    }
    #Spec-Init .bunshi span {
        font-size: 0.5em;
    }
    #Spec-Init .bumbo {
        line-height: 1.6;
        padding-top: 0.3em;
    }
    /* ==========================
    体制図
    ========================== */
    #union h4 {
        margin-bottom: 1em;
        background-color: transparent;
        color: #1c1c1c;
        text-align: left;
        font-size: 1.3em;
        letter-spacing: 2px;
    }
    #union .img-box {
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        padding: 1em 0;
    }
    #union .img-box img {
        flex-shrink: 0;
        min-width: 800px;
        height: auto;
    }
}

@media screen and (max-width:768px) {
    #Corp section#health_management {
        #catch-copy {
            font-size: 1.6em;
        }
        #for-stakeholder {
            flex-direction: column;
        }
        .flex#for-stakeholder {
            margin-bottom: 0;
        }
        #for-stakeholder .card {
            width: 100%;
            margin-bottom: 2em;
        }
        .flex#certificate {
            flex-direction: column-reverse;
        }
        #certificate .img {
            width: 85%;
            margin: 0 auto;
        }
        #certificate .text {
            width: 100%;
        }
        /* #certificate .text img {
            max-width: 150px;
        } */
        /* #Spec-Init ul li .flex {
            flex-direction: column;
        } */
        #Spec-Init ul li.flex {
            justify-content: center;
            gap: 1em;
            margin-bottom: 7em;
        }
        #Spec-Init .arrow {
            display: none;
        }
        #Spec-Init .title {
            width: 85%;
            /* margin-bottom: 1em; */
            /* text-decoration: underline rgba(229, 172, 57, 0.5) 10px solid; */
            /* text-underline-offset: -0.2em; */
            background: linear-gradient(transparent 74%, rgba(229, 172, 57, 0.5) 74%);
            padding-bottom: 5px;
            text-align: left;
        }
        #Spec-Init .index {
            width: 35%;
            /* margin-bottom: 1em; */
        }
        #Spec-Init table {
            width: 30%;
            max-width: 300px;
        }
        #sotsuen .bumbo .flex {
            flex-direction: row;
        }
        #imgs img {
            width: 47%;
        }
        #imgs p {
            font-size: 0.8em;
        }
    }
}

@media screen and (max-width:640px) {
    #Corp section#health_management {
        #catch-copy {
            font-size: 1.3em;
        }
        #challenge .card p {
            text-align: left;
        }
        #Spec-Init .title {
            width: 100%;
        }
        #Spec-Init .index {
            width: 40%;
        }
        #Spec-Init .index div {
            margin: 0;
        }
        #Spec-Init table {
            width: 50%;
        }
        #Spec-Init p.linecare-p {
            font-size: 0.9em;
        }
    }
}

/*===================================================================================================
利用推奨環境ページ
===================================================================================================*/
ul.square {
    list-style: square;
    margin-top: .5em;
    margin-left: 1.2em;
    position: unset;
}
ul.square li {
    padding: 0!important;
}
ul.square li::before {
    display: none;
}