/* -- PageTop -- */
    /* -- main visual section -- */
    .main_visual {
        width: 100%;
        height: auto;
    }
    .main_visual img {
        width: 100%;
    }
    .sp_main {
        display: none;
    }
    @media screen and (max-width: 767px) {
        .sp_main {
            display: block;
        }
        .pc_main {
            display: none;
        }
    }


    /* section concept */
    #TopConcept {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 80px 0;
    }
    #TopConcept p {
        text-align: center;
        line-height: 40px;
        margin-top: 40px;
    }
    @media screen and (max-width: 767px) {
        #TopConcept {
            margin: 50px 0;
            box-sizing: border-box;
            padding: 0 10px;
        }
        #TopConcept p {
            font-size: 0.875rem;
            line-height: 1.375rem;
            margin-top: 30px;
        }
    }


    /* section revolutionizing */
    #TopRevolutionizing {
        box-sizing: border-box;
        padding: 80px 0 100px;
        background: var(--thd_color);
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    #TopRevolutionizing h2,
    #TopRevolutionizingSecond h2 {
        color: var(--main_color);
    }
    #TopRevolutionizing h2 span,
    #TopRevolutionizingSecond h2 span {
        color: var(--text_color);
        margin-top: 15px;
        font-size: 1.5rem;
        font-weight: 400;
    }
    .revolution_list {
        max-width: 1200px;
        width: 95%;
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        justify-content: space-between;
        margin-top: 60px;
    }
    .revolution_list li {
        width: calc((100% - 150px) / 3);
        height: 650px;
        background: var(--white);
        box-shadow: 10px 10px 20px var(--thd_color);
        border: 1px solid var(--main_color);
    }
    .revolution_list img {
        width: 100%;
    }
    .revolution_list h3 {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        font-size: 1.5rem;
        font-weight: 800;
        color: var(--main_color);
        margin-top: 20px;
        box-sizing: border-box;
        padding: 0 10px;
    }
    .revolution_list h3 span {
        font-size: 1rem;
        font-weight: 800;
        color: var(--text_color);
        letter-spacing: 0.2rem;
        margin-top: 15px;
    }
    .revolution_list p {
        margin-top: 30px;
        line-height: 1.875rem;
        font-weight: 300;
        box-sizing: border-box;
        padding: 0 10px;
    }
    @media screen and (max-width: 767px) {
        #TopRevolutionizing {
            padding: 30px 10px 60px;
        }
        #TopRevolutionizing h2 span,
        #TopRevolutionizingSecond h2 span {
            margin-top: 10px;
            font-size: 1rem;
            line-height: 1.375rem;
            text-align: center;
        }
        .revolution_list {
            max-width: 650px;
            width: calc(100% - 20px);
            flex-direction: column;
            align-items: center;
            justify-content: inherit;
            margin-top: 50px;
        }
        .revolution_list li {
            width: 100%;
            position: relative;
        }
        .revolution_list h3 {
            font-size: 1.3rem;
            font-weight: 800;
            top: 215px;
        }
        .revolution_list h3 span {
            font-size: 0.8rem;
            letter-spacing: 0.2rem;
            margin-top: 10px;
        }
        .revolution_list p {
            margin-top: 80px;
            font-size: 0.85rem;
            line-height: 1.375rem;
        }
        .revolution_list li:not(:last-child) {
            margin-bottom: 50px;
        }
    }


    /* -- section revolutionizing contents second -- */
    #TopRevolutionizingSecond {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 80px;
    }
    .revolution_list-second {
        max-width: 1136px;
        width: 90%;
        margin: 50px auto 100px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
    }
    .revolution_list-second li {
        width: 100%;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
    .revolution_list-second li:nth-child(2) {
        flex-direction: row-reverse;
        margin-top: 50px;
    }
    .revolution_list-second li:nth-child(3) {
        margin-top: 50px;
    }
    .revolution_list-second img {
        width: 545px;
        height: auto;
    }
    .revolution_list-second .text_contents {
        width: calc(100% - 565px);
    }
    .revolution_list-second h3 {
        font-size: 1.375rem;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        color: var(--main_color);
    }
    .revolution_list-second h3 span {
        font-size: 1rem;
        letter-spacing: 0.2rem;
        margin-top: 15px;
        color: var(--text_color);
        font-weight: 800;
    }
    .revolution_list-second h3 span {
        font-size: 1rem;
        margin-top: 15px;
    }
    .revolution_list-second p {
        margin-top: 15px;
        line-height: 1.875rem;
    }
    @media screen and (max-width: 767px) {
        #TopRevolutionizingSecond {
            margin-top: 50px;
        }
        .revolution_list-second {
            max-width: 650px;
            width: calc(100% - 20px);
            margin: 30px auto 60px;
        }
        .revolution_list-second li {
            flex-direction: column;
            justify-content: inherit;
        }
        .revolution_list-second li:nth-child(2) {
            flex-direction: column;
        }
        .revolution_list-second img {
            width: 100%;
        }
        .revolution_list-second .text_contents {
            width: 100%;
        }
        .revolution_list-second h3 {
            font-size: 1.375rem;
            margin-top: 10px;
        }
        .revolution_list-second p {
            font-size: 0.85rem;
            line-height: 1.375rem;
        }
    }


    /* -- section recruit -- */
    #TopRecruit {
        box-sizing: border-box;
        padding: 50px 0 100px;
        background: var(--main_color);
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .t-recruit_list {
        max-width: 1200px;
        width: 90%;
        margin: 70px auto;
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .t-recruit_list li {
        width: calc((100% - 30px) / 4);
        height: auto;
        min-height: 385px;
        box-sizing: border-box;
        padding: 10px 0 30px 10px;
        background: var(--white);
        box-shadow: 10px 10px 35px rgba(0,0,0,.3);
    }
    .t-recruit_list img {
        width: calc(100% - 20px);
        margin: 0 auto;
    }
    .t-recruit_list .item_icon {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 70%;
        height: 30px;
        border: 1px solid var(--main_color);
        color: var(--main_color);
    }
    .t-recruit_list .item_title {
        font-size: 1.2rem;
        font-weight: 800;
        margin: 15px 0;
    }
    .t-recruit_list .recruit_more {
        width: 180px;
        height: 50px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background: var(--sec_color);
        color: var(--white);
        font-weight: 600;
        margin: 20px auto 0;
    }
    @media screen and (max-width: 767px) {
        #TopRecruit {
            padding: 30px 10px 60px;
        }
        .t-recruit_list {
            max-width: 650px;
            width: calc(100% - 20px);
            margin: 50px auto;
        }
        .t-recruit_list li {
            width: 100%;
            min-height: auto;
        }
        .t-recruit_list li:not(:last-child) {
            margin-bottom: 30px;
        }
    }

    /* -- section interview -- */
    #TopInterview {
        box-sizing: border-box;
        padding: 50px 0 100px;
        background: #F5F9FB;
    }
    @media screen and (max-width: 767px) {
        #TopInterview {
            width: 100%;
            padding: 30px 0 60px;
        }
    }

    /* -- section data -- */
    #TopData {
        max-width: 1280px;
        width: 95%;
        box-sizing: border-box;
        padding: 80px 0 100px;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 0 auto;
    }
    @media screen and (max-width: 767px) {
        #TopData {
            max-width: auto;
            box-sizing: border-box;
            padding: 40px 0 50px;
            margin: auto;
        }
    }
    /*アイコン*/
    .material-symbols-outlined.color {
        color: var(--main_color);
    }
    .material-symbols-outlined.back_color {
        color: var(--back-color);
    }
    .material-symbols-outlined.fz-100 {
        font-size:5rem;
    }

    .material-symbols-outlined.fz-150 {
        font-size: 15rem;
    }
    .data {
        width: 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-around;
        margin-top: 50px;
    }
    .data .deta_content {
        border: 1px solid var(--main_color);
        position: relative;
        box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1);
        width: calc((100% - 45px) / 4);
        height: 380px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    @media screen and (max-width: 767px) {
        .data {
            display: flex;
            flex-direction: column;
            align-items: center;
        }
        .data .deta_content {
            width: calc(100% - 20px);
            min-width: 250px;
            margin-bottom: 20px;
            height:auto;
            min-height:350px;
        }
    }

    .data .data_name {
        background-color: var(--main_color);
        color: var(--white);
        font-weight: 600;
        border-radius:50px;
        padding: 10px 0;
        width: calc(100% - 30px);
        margin: 20px auto;
        text-align: center;
    }
    .data_danjyo {
        display:flex;
        flex-direction: row;
        justify-content: space-between;
        position: relative;
        width: 90%;
        margin-top: 20px;
    }
    .data_danshi {
        width: 48%;
        position:relative;
    }
    .data_joshi {
        width: 48%;
        position:relative;
    }
    .data_danshi .material-symbols-outlined{
        position:absolute;
    }
    .data_jyoshi .material-symbols-outlined{
        position:absolute;
        bottom: px;
        right:0;
    }
    .data_age {
        color: var(--main_color);
        margin-top: 50px;
    }
    .data_leave {
        color: var(--main_color);
        margin-top: 50px;
    }
    @media screen and (max-width: 768px) {
    .data_age {
        top: 60%;
        margin-top: 3rem;
        }
    }
    .box {
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    @media screen and (max-width: 750px) {
    .box {
        width: 100%;
        }
    }
    @media screen and (min-width: 751px) {
        .box + .box {
        margin-left: 20px;
        }
    }
    @media screen and (max-width: 750px) {
        .box + .box {
        margin-top: 20px;
        }
    }
    .data_danshi_svg .box .percent,
    .data_jyoshi_svg .box .percent {
        position: relative;
        width: 130px;
        height: 130px;
    }
    .data_danshi_svg .percent svg ,
    .data_jyoshi_svg .percent svg {
        position: relative;
        width: 130px;
        height: 130px;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }
    .data_promotion .box .percent {
        position: relative;
        width: 150px;
        height: 150px;
    }
    .data_promotion .box .percent svg {
        position: relative;
        width: 150px;
        height: 150px;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }
    .svg_ttl {
        font-weight: bold;
        line-height: 35px;
        text-align: center;
    }
    .fz-36 {
        font-size: 3rem;
    }
    .box .percent svg circle {
        position: relative;
        fill: none;
        stroke-width: 10;
        stroke: var(--white);
        stroke-dasharray: 440;
        stroke-dashoffset: 0;
        stroke-linecap: round;
    }
    .box .percent .number {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        color: var(--main_color);
        font-weight: bold;
    }
    .box .percent .number .title {
        font-size: 50px;
    }
    .box .percent .number .title span {
        font-size: 22px;
    }
    .box .text {
        padding: 10px 0 0;
        text-align: center;
        font-weight: bold;
        font-size: 14px;
    }
    .box .percent .line {
    -webkit-animation: circleAnim 1s forwards;
            animation: circleAnim 1s forwards;
    }
    @-webkit-keyframes circleAnim {
        0% {
        stroke-dasharray: 0 440;
        }
        99.9%, to {
        stroke-dasharray: 440 440;
        }
    }
    @keyframes circleAnim {
        0% {
        stroke-dasharray: 0 440;
        }
        99.9%, to {
        stroke-dasharray: 440 440;
        }
    }
    .data_age_icon img {
        width: 80px;
        margin-top: 10px;
    }
    .data_promotion_icon img {
        width: 80px;
        margin-top: 15px;
    }
    .data_age {
        font-weight: bold;
    }
    .data_danshi_svg .box .percent .line {
        stroke-dashoffset: calc(440 - (440 * 40) / 100);
        stroke: var(--main_color);
    }
    .data_jyoshi_svg .box .percent .line {
        stroke-dashoffset: calc(440 - (440 * 60) / 100);
        stroke: var(--main_color);
    }
    .data_promotion .box .percent .line {
        stroke-dashoffset: calc(440 - (440 * 75) / 100);
        stroke: var(--main_color);
    }


/* -- Page Philosophy -- */
    /* - section concept - */
    #Concept {
        box-sizing: border-box;
        padding: 150px 70px;
    }
    .concept_desc {
        width: 50%;
        margin: 30px auto 50px;
        line-height: 1.875rem;
        text-align: center;
    }
    .concept_list {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    .concept_item {
        width: 100%;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
    .concept_item:nth-child(odd) {
        flex-direction: row-reverse;
    }
    .concept_item:not(:last-child) {
        margin-bottom: 50px;
    }
    .concept_img {
        width: 50%;
    }
    .concept_content {
        width: 48%;
    }
    .content_title {
        font-size: 1.375rem;
        margin-bottom: 30px;
        color: var(--main_color);
    }
    .content_text {
        line-height: 1.375rem;
    }
    /* - section philosophy - */
    #Philosophy {
        box-sizing: border-box;
        padding: 50px 70px;
        background: var(--thd_color);
    }
    #Philosophy h2 span {
        font-size: 1.5rem;
        text-align: center;
        line-height: 2.5rem;
        width: 70%;
        text-align: center;
    }
    .philosophy_list {
        margin: 100px auto 0;
        width: 100%;
    }
    .philosophy_item {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .philosophy_item:not(:last-child) {
        margin-bottom: 50px;
    }
    .philosophy_title {
        font-size: 1.875rem;
        color: var(--main_color);
        margin-bottom: 30px;
    }
    .philosophy_item p {
        line-height: 1.875rem;
        width: 70%;
        text-align: center;
    }
    /* - section message - */
    #Message {
        margin: 80px 0 100px;
    }
    .message_content {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        justify-content: space-between;
        max-width: 1137px;
        width: 90%;
        margin: 80px auto 0;
    }
    .message_content img {
        width: 50%;
        box-shadow: 20px 20px 0px var(--sec_color);
    }
    .message_box {
        width: 45%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    .message_title {
        font-size: 1.375rem;
        width: 100%;
        border-bottom: 1px solid var(--text_color);
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    .message_text {
        line-height: 1.875rem;
        margin-bottom: 30px;
    }
    .message_sign {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        align-self: flex-end;
    }
    .message_sign span {
        font-size: 0.8rem;
        margin-bottom: 5px;
    }
    @media screen and (max-width: 767px) {
        #Concept {
            box-sizing: border-box;
            padding: 80px 5%;
        }
        .concept_desc {
            width: 100%;
            margin: 30px auto 50px;
            line-height: 1.375rem;
            font-size: 0.85rem;
        }
        .concept_item {
            width: 100%;
            flex-direction: column-reverse;
            justify-content: inherit;
        }
        .concept_item:nth-child(odd) {
            flex-direction: column-reverse;
        }
        .concept_item:not(:last-child) {
            margin-bottom: 30px;
        }
        .concept_img {
            width: 100%;
        }
        .concept_content {
            width: 100%;
            margin-top: 20px;
        }
        .content_title {
            font-size: 1.3rem;
            margin-bottom: 20px;
        }
        .content_text {
            font-size: 0.85rem;
            line-height: 1.375rem;
        }
        /* - section philosophy - */
        #Philosophy {
            padding: 50px 5%;
        }
        #Philosophy h2 span {
            font-size: 1.2rem;
            width: 100%;
        }
        .philosophy_list {
            margin: 50px auto 0;
            width: 100%;
        }
        .philosophy_title {
            font-size: 1.3rem;
            margin-bottom: 15px;
        }
        .philosophy_item p {
            font-size: 0.85rem;
            line-height: 1.375rem;
            width: 100%;
        }
        /* - section message - */
        #Message {
            margin: 40px 0 50px;
        }
        .message_content {
            flex-direction: column;
            align-items: center;
            max-width: 650px;
            margin: 40px auto 0;
        }
        .message_content img {
            width: 90%;
            box-shadow: 10px 10px 0px var(--sec_color);
        }
        .message_box {
            width: 100%;
            align-items: center;
            margin-top: 30px;
        }
        .message_title {
            font-size: 1.3rem;
            padding-bottom: 10px;
            margin-bottom: 10px;
        }
        .message_text {
            line-height: 0.85rem;
            line-height: 1.375rem;
            margin-bottom: 20px;
        }
        .message_sign span {
            font-size: 0.7rem;
            margin-bottom: 5px;
        }
    }


/* -- Page Company -- */
    /* - page common css - */
    .inner_list {
        width: 50%;
        margin: 50px auto 0;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    .inner_list li {
        width: 100%;
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        border-bottom: 2px solid #E1E1E1;
        padding-bottom: 20px;
        line-height: 1.5rem;
    }
    .inner_list li:not(:last-child) {
        margin-bottom: 20px;
    }
    .inner_list li .title {
        width: 30%;
    }
    #Company_info {
        margin: 80px 0 100px;
    }
    #Histry {
        box-sizing: border-box;
        padding: 80px 0;
        background: #F5F9FB;
        margin-bottom: 100px;
    }
    @media screen and (max-width: 767px) {
        .inner_list {
            width: 90%;
            margin: 30px auto 0;
        }
        .inner_list li {
            padding-bottom: 20px;
            font-size: 0.85rem;
        }
        .inner_list li:not(:last-child) {
            margin-bottom: 20px;
        }
        .inner_list li .title {
            font-weight: 800;
        }
        .text_wrapper .text {
            line-height: 1.3rem;
            font-size: 0.85rem;
        }
        #Company_info {
            margin: 40px 0 50px;
        }
        #Histry {
            box-sizing: border-box;
            padding: 40px 0;
            margin-bottom: 50px;
        }
    }

/* -- Page Interview -- */
    /* - interview list - */
    .interview_content {
        box-sizing: border-box;
        padding: 150px 70px 100px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .interview_list {
        width: 100%;
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-bottom: 100px;
    }
    .interview_list li {
        width: calc((100% - 100px) / 3);
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 50px;
        box-shadow: 10px 10px 20px #00000030;
    }
    .interview_list li a {
        width: 100%;
    }
    .interview_item_img {
        width: 100%;
    }
    .interview_box {
        width: 100%;
        min-height: 260px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: space-between;
        box-sizing: border-box;
        padding: 10px;
        background: var(--main_color);
        color: var(--white);
    }
    .interview_box h3 {
        width: 100%;
        font-size: 1.07rem;
        font-weight: 800;
        line-height: 2.19rem;
        border-bottom: 1px solid var(--white);
        padding-bottom: 10px;
        margin-bottom: 20px;
    }
    .interview_box_post {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        font-size: 1.5rem;
        font-weight: 800;
        margin-bottom: 20px;
    }
    .interview_box_post span {
        font-size: 0.75rem;
        margin-bottom: 5px;
        font-weight: 400;
    }
    .interview_box_icon {
        font-size: 0.75rem;
        margin-bottom: 20px;
        font-weight: 400;
    }
    /* - section interview - */
    #Interview_Detail {
        box-sizing: border-box;
        padding: 80px 40px 100px;
    }
    .interview_main_box {
        height: 100%;
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        margin: 90px 0 50px;
    }
    .box_left {
        width: 43%;
        min-height: 420px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: space-between;
        box-sizing: border-box;
        padding: 30px 0 50px 30px;
        background: var(--main_color);
        color: var(--white);
    }
    .box_line {
        width: 100%;
        font-size: 0.81rem;
        font-weight: 400;
        padding-bottom: 5px;
        border-bottom: 1px solid var(--white);
        margin-bottom: 30px;
    }
    .box_title {
        font-size: 1.25rem;
        font-weight: 800;
        line-height: 2.19rem;
        margin-bottom: 100px;
    }
    .box_post {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        font-size: 1.69rem;
        font-weight: 800;
        margin-bottom: 15px;
    }
    .box_post span {
        font-size: 1rem;
        font-weight: 400;
        margin-bottom: 15.5px;
    }
    .box_icon {
        width: 150px;
        height: 35px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        font-size: 0.75rem;
        border: 1px solid var(--white);
    }
    .box_right_wrap {
        width: 57%;
        height: 420px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
    .interview-detail_list {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 150px;
    }
    .detail_item {
        width: 100%;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
    .detail_item:nth-child(even) {
        flex-direction: row-reverse;
    }
    .detail_item:not(:last-child) {
        margin-bottom: 50px;
    }
    .detail_item_img {
        width: 575px;
        height: auto;
        border-radius: 50px 0 50px 0;
        box-shadow: 10px 10px 0px var(--main_color);
    }
    .detail_box {
        width: calc(100% - 600px);
    }
    .detail_item_title {
        font-size: 1.375rem;
        line-height: 1.875rem;
        color: var(--main_color);
        border-bottom: 1px solid var(--main_color);
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
    .detail_item_text {
        line-height: 1.68rem;
    }
    @media screen and (max-width: 767px) {
        .interview_content {
            padding: 80px 5% 50px;
        }
        .interview_list {
            flex-direction: column;
            align-items: center;
            justify-content: inherit;
            flex-wrap: nowrap;
            margin-bottom: 50px;
        }
        .interview_list li {
            width: 100%;
        }
        .interview_item_img {
            width: 100%;
        }
        .interview_box {
            min-height: auto;
        }
        .interview_box h3 {
            font-size: 1rem;
            font-weight: 800;
            line-height: 1.875rem;
        }
        .interview_box_post {
            font-size: 1.5rem;
            margin-bottom: 10px;
        }
        /* - section interview - */
        #Interview_Detail {
            padding: 40px 5%;
        }
        .interview_main_box {
            flex-direction: column-reverse;
            align-items: center;
            margin: 45px 0 50px;
        }
        .box_left {
            width: 100%;
            min-height: auto;
            padding: 30px;
        }
        .box_right_wrap {
            width: 100%;
            height: 300px;
        }
        .box_line {
            font-size: 0.75rem;
            margin-bottom: 15px;
        }
        .box_title {
            font-size: 1rem;
            line-height: 1.5rem;
            margin-bottom: 50px;
        }
        .box_post {
            font-size: 1.5rem;
            margin-bottom: 20px;
        }
        .box_post span {
            font-size: 0.85rem;
            margin-bottom: 10px;
        }
        .box_icon {
            width: 120px;
            height: 30px;
        }
        .box_right {
            width: 100%;
        }
        .interview-detail_list {
            margin-bottom: 80px;
        }
        .detail_item {
            flex-direction: column;
            justify-content: inherit;
        }
        .detail_item:nth-child(even) {
            flex-direction: column;
        }
        .detail_item:not(:last-child) {
            margin-bottom: 50px;
        }
        .detail_item_img {
            width: 100%;
        }
        .detail_box {
            width: 100%;
            margin-top: 30px;
        }
        .detail_item_title {
            font-size: 1rem;
            line-height: 1.375rem;
            padding-bottom: 10px;
            margin-bottom: 10px;
        }
        .detail_item_text {
            font-size: 0.85rem;
            line-height: 1.375rem;
        }
    }

/* -- Page Recruit -- */
    /* - Recruit List - */
    #Recruit_Box {
        box-sizing: border-box;
        padding: 100px 70px 150px;
    }
    .recruit_list {
        width: 100%;
        display: flex;
        flex-direction: row;
        align-items: stretch;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .recruit_item {
        width: 48%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        box-sizing: border-box;
        padding: 30px;
        box-shadow: 10px 10px 25px var(--thd_color);
    }
    .recruit_icon {
        padding: 0 10px;
        height: 30px;
        color: var(--main_color);
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        border: 1px solid var(--main_color);
        margin-bottom: 10px;
    }
    .recruit_title {
        font-size: 1.5rem;
        color: var(--main_color);
        font-weight: 800;
        margin-bottom: 20px;
    }
    .middle_box {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        justify-content: space-between;
        margin-bottom: 30px;
        width: 100%;
    }
    .recruit_img {
        width: 50%;
    }
    .recruit_text {
        width: 48%;
        font-size: 0.875rem;
        line-height: 1.3rem;
    }
    .recruit_info {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    .recruit_info_item {
        width: 100%;
        display: flex;
        flex-direction: row;
        align-items: center;
        border-bottom: 1px solid var(--main_color);
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
    .recruit_info_item:last-child {
        margin-bottom: 30px;
    }
    .recruit_info_item .main_text {
        width: 30%;
    }
    .recruit_info_item .sub_text,
    .recruit_info_item .sub_text_wrap {
        width: 70%;
    }
    /* - Recruit Detail - */
    #RecruitDetail {
        box-sizing: border-box;
        padding: 100px 0;
    }
    .recruit_item.detail {
        width: calc(100% - 140px);
        box-shadow: 10px 10px 25px #00000030;
        margin: 50px auto 100px;
    }
    .recruit_info_box {
        width: 100%;
    }
    .recruit_detail_list {
        box-sizing: border-box;
        padding: 0 105px;
        margin-top: 80px;
    }
    .recruit_detail_list li {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    .recruit_detail_list li:not(:last-child) {
        margin-bottom: 50px;
    }
    .recruit_detail_list li h3 {
        width: 100%;
        font-size: 1.5rem;
        padding-bottom: 15px;
        margin-bottom: 15px;
        border-bottom: 2px solid var(--gray_color);
        color: var(--main_color);
    }
    .recruit_detail_list li h3 span {
        padding-bottom: 11.5px;
        border-bottom: 2px solid var(--main_color);
    }
    .recruit_detail_list li p {
        line-height: 1.875rem;
        width: 100%;
    }
    .days_flow li:not(:last-child) {
        margin-bottom: 20px;
    }
    .days_flow li:not(:last-child)::after {
        content: "▼";
        color: var(--text_color);
        font-size: 1rem;
        margin-top: 20px;
        margin-left: 10%;
    }
    /* - section recruit slider - */
    .recruit_info_btn {
        width: 300px;
        height: 100px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background: var(--sec_color);
        color: var(--white);
        font-weight: 400;
        text-align: center;
        line-height: 1.875rem;
        margin: 0 auto;
    }
    .recruit_slider_wrap {
        box-sizing: border-box;
        padding: 50px 0;
        background: var(--thd_color);
        margin: 100px 0;
    }
    .recruit_slider_wrap h2 {
        margin-bottom: 50px;
    }
    /* - section recruit infomation - */
    #Recruit_Infomation {
        box-sizing: border-box;
        padding: 0 105px;
        margin-top: 100px;
    }
    .requirements_list {
        width: 100%;
        table-layout: fixed;
        margin-top: 50px;
    }
    .requirements_list tr {
        width: 100%;
        font-size: 0.875rem;
    }
    .requirements_list th {
        width: 20%;
        font-weight: 800;
        line-height: 1.375rem;
        box-sizing: border-box;
        padding: 15px;
        border-bottom: 2px solid var(--main_color);
        vertical-align: middle;
        text-align: center;
        color: var(--main_color);
    }
    .requirements_list td {
        line-height: 1.375rem;
        box-sizing: border-box;
        padding: 15px;
        border-bottom: 2px solid var(--gray_color);
    }
    /* - section recruit flow - */
    #Recruit_flow {
        box-sizing: border-box;
        padding: 60px 0 100px;
        background: var(--thd_color);
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 150px 0 200px;
    }
    .recruit_flow_list {
        width: 50%;
        margin-top: 50px;
    }
    .recruit_flow_list li {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        position: relative;
    }
    .recruit_flow_list li:not(:last-child) {
        margin-bottom: 30px;
    }
    .flow_title {
        display: flex;
        flex-direction: row;
        align-items: center;
    }
    .flow_title span {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        background: var(--main_color);
        color: var(--white);
        font-size: 0.75rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        margin-right: 10px;
    }
    .flow_title h3 {
        font-size: 1.25rem;
        font-weight: 800;
    }
    .flow_text {
        padding-left: 60px;
        line-height: 1.375rem;
    }
    .flow_line {
        width: 1px;
        height: calc(100% + 1em);
        background-color: var(--main_color);
        position: absolute;
        top: 1em;
        left: 1.5em;
        z-index: -1;
    }
    .recruit_flow_list li:last-child .flow_line {
        display: none;
    }
    /* - section recruit entry - */
    #Recruit_Entry {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .recruit_tel_btn {
        box-sizing: border-box;
        padding: 30px;
        background: var(--thd_color);
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        border-radius: 10px;
        font-size: 2.25rem;
        font-weight: 800;
        margin: 20px 0 50px;
    }
    .recruit_tel_btn span {
        font-size: 1rem;
        font-weight: 400;
        margin-top: 10px;
    }
    .privacy_link {
        border-bottom: 1px solid var(--gray_color);
        margin-bottom: 10px;
    }
    form {
        width: 100%;
        box-sizing: border-box;
        padding: 0 70px;
        margin: 80px 0 100px;
    }
    .input_wrap {
        display: flex;
        flex-direction: row;
        align-items: center;
        border-bottom: 2px solid var(--gray_color);
        box-sizing: border-box;
        padding: 20px;
    }
    .input_wrap label {
        width: 28%;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        margin-right: 2%;
        font-weight: 800;
    }
    .input_wrap label span {
        font-size: 0.75rem;
        box-sizing: border-box;
        padding: 5px 10px;
        background: red;
        color: var(--white);
        font-weight: 800;
    }
    .checkbox_wrap {
        display: flex;
        flex-direction: row;
        width: 70%;
    }
    .checkbox_wrap .policy_text {
        width: 80%;
        margin-left: 15px;
    }
    /* input type css */
    .wpcf7 {
        width: 100%;
    }
    .wpcf7-form-control-wrap {
        width: 70%;
    }
    .wpcf7-list-item.first.last {
        width: 100%;
        margin: 0;
    }
    .wpcf7-list-item.first.last label {
        width: 70%;
    }
    .checkbox_wrap .wpcf7-form-control-wrap {
        width: 100%;
    }
    input[type="text"],
    input[type="email"],
    input[type="tel"],
    input[type="number"],
    select,
    textarea {
        width: 100%;
        border: 1px solid var(--gray_color);
        padding-left: 20px;
    }
    .input_age {
        margin-top: -20px;
        position: relative;
    }
    .input_age input[type="number"] {
        width: 20%;
    }
    .input_age::after {
        content: "歳";
        font-size: 1.125rem;
        position: absolute;
        right: 50%;
    }
    input[type="text"],
    input[type="email"],
    input[type="tel"],
    input[type="number"],
    select {
        height: 40px;
    }
    textarea {
        height: 150px;
        padding-top: 10px;
    }
    input[type="checkbox"] {
        position: relative;
        width: 20px;
        height: 20px;
        border: 1px solid var(--gray_color);
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }
    input[type="checkbox"]:checked:before {
        position: absolute;
        top: -3px;
        left: 4px;
        transform: rotate(50deg);
        width: 10px;
        height: 18px;
        border-right: 2px solid var(--main_color);
        border-bottom: 2px solid var(--main_color);
        content: '';
    }
    .submit_btn input[type=submit] {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 300px;
        height: 70px;
        margin: 50px auto;
        background: var(--sec_color);
        color: var(--white);
        font-size: 1.375rem;
        font-weight: 800;
        transition: .6s;
        cursor: pointer;
        text-align: center;
    }
    @media screen and (max-width: 767px) {
        #Recruit_Box {
            box-sizing: border-box;
            padding: 50px 5% 75px;
        }
        .recruit_list {
            flex-direction: column;
            align-items: center;
            justify-content: inherit;
        }
        .recruit_item {
            width: 100%;
            padding: 15x;
            margin-bottom: 50px;
        }
        .recruit_icon {
            height: 25px;
            font-size: 0.75rem;
            margin-bottom: 10px;
        }
        .recruit_title {
            font-size: 1.3rem;
        }
        .middle_box {
            flex-direction: column;
            align-items: center;
            justify-content: inherit;
        }
        .recruit_img {
            width: 100%;
            margin-bottom: 15px;
        }
        .recruit_text {
            width: 100%;
            font-size: 0.875rem;
        }
        .recruit_info_item .main_text {
            font-size: 0.875rem;
        }
        .recruit_info_item .sub_text,
        .recruit_info_item .sub_text_wrap {
            width: 70%;
            font-size: 0.875rem;
        }
        /* - Recruit Detail - */
        #RecruitDetail {
            padding: 50px 5%;
        }
        .recruit_item.detail {
            width: 100%;
            margin: 30px auto 50px;
        }
        .recruit_detail_list {
            padding: 0 5%;
            margin-top: 50px;
        }
        .recruit_detail_list li:not(:last-child) {
            margin-bottom: 30px;
        }
        .recruit_detail_list li h3 {
            font-size: 1.3rem;
            padding-bottom: 14px;
            margin-bottom: 10px;
        }
        .recruit_detail_list li p {
            font-size: 0.85rem;
            line-height: 1.375rem;
        }
        .days_flow li {
            font-size: 0.85rem;
        }
        .days_flow li:not(:last-child) {
            margin-bottom: 15px;
        }
        .days_flow li:not(:last-child)::after {
            margin-top: 15px;
        }
        /* - section recruit slider - */
        .recruit_slider_wrap {
            padding: 30px 0;
            margin: 50px 0;
        }
        .recruit_slider_wrap h2 {
            margin-bottom: 30px;
        }
        /* - section recruit infomation - */
        #Recruit_Infomation {
            box-sizing: border-box;
            padding: 0 5%;
            margin-top: 50px;
        }
        .requirements_list {
            margin-top: 30px;
        }
        .requirements_list tr {
            display: flex;
            flex-direction: column;
            align-items: flex-start;
        }
        .requirements_list th {
            width: 100%;
            line-height: 1.375rem;
            border-bottom: none;
            color: var(--whtie);
            background: var(--thd_color);
        }
        .requirements_list td {
            font-size: 0.85rem;
            border-bottom: none;
        }
        /* - section recruit flow - */
        #Recruit_flow {
            padding: 30px 5% 50px;
            margin: 50px 0;
        }
        .recruit_flow_list {
            width: 90%;
            margin-top: 30px;
        }
        .flow_title span {
            width: 45px;
            height: 45px;
            font-size: 0.65rem;
        }
        .flow_title h3 {
            font-size: 1rem;
        }
        .flow_text {
            padding-left: 55px;
            font-size: 0.85rem;
        }
        /* - section recruit entry - */
        #Recruit_Entry {
            box-sizing: border-box;
            padding: 0 5%;
        }
        .recruit_tel_btn {
            width: 100%;
            padding: 30px 15px;
            font-size: 1.85rem;
            margin: 30px 0;
        }
        form {
            padding: 0;
            margin: 50px 0 100px;
        }
        .input_wrap {
            flex-direction: column;
            align-items: flex-start;
            padding: 20px 10px;
        }
        .input_wrap label {
            width: 100%;
            justify-content: flex-start;
            margin-right: 0;
            margin-bottom: 10px;
        }
        .input_wrap label span {
            margin-left: 5%;
        }
        .checkbox_wrap {
            width: 100%;
        }
        .checkbox_wrap .policy_text {
            width: calc(100% - 20px);
            margin-left: 5px;
            font-size: 0.65rem;
        }
        /* input type css */
        input[type="text"],
        input[type="email"],
        input[type="tel"],
        input[type="number"],
        select,
        textarea,
        .wpcf7-form-control-wrap {
            width: 100%;
        }
        .input_age input[type="number"] {
            width: 50%;
        }
        input[type="checkbox"] {
            width: 15px;
            height: 15px;
        }
        input[type="checkbox"]:checked:before {
            top: -8px;
        }
        .submit_btn input[type=submit] {
            width: 200px;
            height: 50px;
            margin: 30px auto;
            font-size: 1rem;
        }
    }
/* -- Page Privacy -- */
    .policy_box {
        width: 70%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        margin: 100px auto;
    }
    .policy_box h5 {
        margin-top: 50px;
        font-size: 1.5rem;
        color: var(--main_color);
    }
    .policy_box p {
        margin-top: 20px;
        line-height: 1.3rem;
    }
