﻿@charset "UTF-8";
/* #main-image-company */

#main-image-company {
    width: 100%;

    position: relative;
    padding-top: 290px;
    padding-bottom: 220px;
}

#main-image-company .content h2 {
    margin-bottom: 60px;
    padding-top: 0;
}

#main-image-company .content h4 {
    text-align: center;
    margin-bottom: 100px;
    padding-top: 0;
    font-weight: 800;
    font-family: "HiraKakuStdN-W7", sans-serif;
    letter-spacing: 0.4em;
    font-size: 2em;
    line-height: 1.8em;
}
#management .message_icon_box {
    width: 50%;
    margin: auto;
    display: flex;
    margin-top: 140px;
}
#management .message_icon {
    width: 100%;
    margin: auto;
    text-align: center;
}

#management .message_icon img {
    width: 50%;
}

/* #management */

#management {
    width: 100%;
    position: relative;
    padding-top: 290px;
    padding-bottom: 220px;

}

#management .content h3 {
    margin-bottom: 100px;
    padding-top: 0;
    font-weight: 800;
    font-family: "HiraKakuStdN-W7", sans-serif;
    letter-spacing: 0.4em;
    font-size: 2em;
    line-height: 1.8em;
}

.text-box {
    width: 50%;
    margin: auto;
}

/* #roadmap */
#roadmap {
    width: 80%;
    position: relative;
    padding-top: 140px;
    padding-bottom: 140px;
    margin: 0 auto 220px;
}

#roadmap .content h2 {
    margin-bottom: 0;
    padding-top: 0;
    font-family: "futura-medium", sans-serif;
    font-weight: normal;
    text-align: left;
}

/* recruitment */
#recruitment {
    width: 100%;
    position: relative;
    padding-top: 290px;
    padding-bottom: 220px;
    background: #EDEDED;
}

#recruitment .column-container {
    position: relative;
    width: 70%;
    display: block;
    margin: auto;
}

#recruitment .content h3 {
    margin-bottom: 100px;
}

.circle_all {
    margin: 70px auto;
    max-width: 540px;
    width: 94%;
    text-align: center;
}
.circle {
    position: relative;
    display: block;
    margin: 2em 0;
    background-color: transparent;
    color: #fff;
    text-align: center;
}

.circle:after {
    display: block;
    padding-bottom: 100%;
    width: 100%;
    height: 0;
    border-radius: 50%;
    background-color: #000;
    content: "";
}

.circle__inner {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.circle__wrapper {
    display: table;
    width: 100%;
    height: 100%;
}

.circle__content {
    display: table-cell;
    padding: 1em;
    vertical-align: middle;
}
.circle__content {
    letter-spacing: 0.4em;
    font-size: 1.6em;
    line-height: 1.8em;
}

.name {
    font-size: 2em;
    margin: 10px 0;
}

.name_position {
    font-size: 1.2em;
}

.name_pronunciation {
    font-size: 1em;
}

/* gallery */
#gallery {
    width: 100%;
    position: relative;
    padding-top: 290px;
    padding-bottom: 220px;

}
#gallery .content h3 {
    margin-bottom: 100px;
}

#gallery .content {

    width: 100%;
}


.bottomline-table {
    margin: 0 auto;
    width: 100%;
    max-width: 80%;
}
.bottomline-table tr {
    border-bottom: 1px solid #d1d3d4;
    letter-spacing: 0.4em;
    font-size: 1.4em;
    line-height: 1.8em;
}
.bottomline-table tr th {
    padding: 30px 30px 30px 0;
    width: 30%;
    font-family: "HiraKakuProN-W3", sans-serif;
}
.bottomline-table tr td {
    padding: 30px 30px 30px 0;
    font-family: "HiraKakuProN-W3", sans-serif;
}
.accordion {
    background-color: transparent;
    color: #000;
    cursor: pointer;
    padding: 18px 18px 18px 0;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    transition: all 0.5s;
    border-bottom: 1px solid #000;
    font-family: "HiraKakuStdN-W7", sans-serif;
    letter-spacing: 0.4em;
    font-size: 1.6em;
    line-height: 1.6em;
}
.accordion:hover,
.active {
    background-color: #EDEDED;
}
.accordion::after {
    content: "　";
    background-image: url("/img/recruit/arrow_down.svg");
    background-repeat: no-repeat;
    background-size: 100%;
    position: relative;
    font-size: 13px;
    color: #000;
    float: right;
    margin-left: 5px;
}
.active::after {
    content: "　";
    background-image: url("/img/recruit/arrow_up.svg");
    background-size: 100%;
}

.accordion::after .icon {
    color: #000;
}

.panel {
    padding: 0 10px;
    background-color: white;
    max-height: 0;
    transition: max-height 0.5s;
    overflow: hidden;
}
.pushbtn_contact {
    text-align: center;
    margin-top: 100px;
}

.pushbtn_all_text {
    font-size: 1.8em;
    font-family: "HiraKakuProN-W3", sans-serif;
    margin-bottom: 20px;
}

/* process */
#process {
    width: 100%;
    position: relative;
    padding-top: 290px;
    padding-bottom: 220px;
}
#process .content h3 {
    margin-bottom: 100px;
}
#process p.process_text_title {
    font-family: "HiraKakuStdN-W7", sans-serif;
    letter-spacing: 0.4em;
    font-size: 2em;
    line-height: 2em;
}

#process .column-container {
    position: relative;
    width: 70%;
    display: block;
    margin: auto;
}

#process .process_all {
    display: inline-flex;
    margin-bottom: 100px;
    align-items: center;
}
#process .process_all:last-child {
    display: inline-flex;
    margin-bottom: 0;
    align-items: center;
}

#process .process_icon {
    margin-right: 5%;
    width: 20%;
}

#process .process_icon img {
    width: 100%;
}
#process .process_text_box {
    width: 100%;
}

#process p.process_text {
    font-family: "HiraKakuProN-W3", sans-serif;
    letter-spacing: 0.4em;
    font-size: 1.6em;
    line-height: 1.8em;
    margin-top: 30px;
}
#process .column-container .column-half {
    margin-right: 5%;
    display: inline-block;
}

#process .column-container .column-half:last-child {
    margin-right: 0;
    padding-left: 0;

}

/* interview */
#interview {
    width: 100%;
    position: relative;
    padding-top: 290px;
    padding-bottom: 220px;
}
#interview .content h3 {
    margin-bottom: 100px;
}
#interview .interview_text_title {
    font-family: "HiraKakuStdN-W3", sans-serif;
    letter-spacing: 0.4em;
    font-size: 1.6em;
    line-height: 1.6em;
    text-align: center;
}

#interview .column-container {
    position: relative;
    width: 70%;
    display: flex;
    margin: auto;
}
#interview .interview_all_bk {
    margin-right: 5%;
}
#interview .interview_all_bk:last-child {
    margin-right: 0;
}
#interview .interview_all {
    display: inline-block;
    width: 100%;
    background: #EDEDED;
    border-radius: 10px;
    margin: auto;
}
#interview .interview_all:last-child {
    display: inline;
    margin: 0;
    width: 50%;
}

#interview .interview_icon img {
    width: 100%;
}
#interview .interview_text_box {
    width: 100%;
    margin: auto;
}

#interview p.interview_text {
    font-family: "HiraKakuProN-W3", sans-serif;
    letter-spacing: 0.4em;
    font-size: 1.6em;
    line-height: 1.8em;
    margin: 15%;
    text-align: justify;
}
#interview .column-container .column-half {
    margin-right: 5%;
    display: inline-block;
}

#interview .column-container .column-half:last-child {
    margin-right: 0;
    padding-left: 0;

}
#interview .process_icon {
    margin: 50px auto;
    width: 30%;
}

#interview .process_icon img {
    width: 100%;
}

/* working */
#working {
    width: 100%;
    position: relative;
    padding-top: 290px;
    padding-bottom: 220px;
    background: #EDEDED;
}

#working p.working_text {
    font-family: "HiraKakuProN-W3", sans-serif;
    letter-spacing: 0.4em;
    font-size: 1.6em;
    line-height: 1.8em;
    margin-top: 30px;
}
#working .column-container .column-half {
    margin-right: 5%;
    padding-left: 0;
}

#working .column-container .column-half:last-child {
    margin-right: 0;
    padding-left: 0;

}
.column-container .column-half img {
    width: 5%;
}
#working .column-container .column-half .working_icon {
    text-align: center;
    border-bottom: 1px solid #d1d3d4;
    padding-bottom: 20px;
    font-family: "HiraKakuStdN-W7", sans-serif;
    letter-spacing: 0.4em;
    font-size: 1.6em;
    line-height: 1.6em;
}

#working .message_icon_box {
    width: 70%;
    margin: 100px auto auto;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 1%;
}
#working .message_icon {
    width: 100%;
    margin: auto;
    text-align: center;
}

#working .message_icon img {
    width: 50%;
}
#working .working_text_title {
    font-family: "HiraKakuStdN-W7", sans-serif;
    letter-spacing: 0.2em;
    font-size: 1.4em;
    line-height: 1.6em;
    margin-top: 20px;
}
#working .content h3 {
    margin-bottom: 100px;
}
#recruit .content h3 {

    margin-bottom: 100px;
}

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

    .text-box {
        width: 70%;
        margin: auto;
    }
    #recruitment .column-container {
        position: relative;
        width: 100%;
        display: block;
        margin: 50px auto 0;
    }
    #main-image-company .message_icon_box {
        width: 70%;
        margin: auto;
        display: flex;
        margin-top: 140px;
    }
    #management .message_icon_box {
        width: 70%;
        margin: auto;
        display: flex;
        margin-top: 140px;
    }
    #working .message_icon_box {
        width: 100%;
        margin: 100px auto auto;
        display: grid;
        grid-template-columns: repeat(6, 1fr);
        gap: 1%;
    }
    .message_icon img {
        width: 40%;
    }
    .bottomline-table {
        margin: 0 auto;
        width: 100%;
        max-width: 70%;
    }
    #process .column-container {
        position: relative;
        width: 100%;
        display: block;
        margin: auto;
    }

    #process .process_icon {
        margin-right: 5%;
        width: 50%;
    }

    #process .process_icon img {
        width: 100%;
    }
    #interview .column-container {
        position: relative;
        width: 100%;
        display: flex;
        margin: auto;
    }

}

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

    #main-image-company {
        width: 100%;
        position: relative;
        padding-top: 140px;
        padding-bottom: 140px;
    }
    #main-image-company .content h2 {
        margin-bottom: 30px;
        padding-top: 0;
        font-size: 3em;
        line-height: 1.4em;
        font-family: "futura-bold", sans-serif;
        font-weight: 800;
        letter-spacing: 0.4em;
    }

    #main-image-company .content h4 {
        margin-bottom: 100px;
        padding-top: 0;
        font-family: "HiraKakuProN-W3", sans-serif;
        font-weight: 800;
        letter-spacing: 0.4em;
        text-align: center;
        font-size: 1.6em;
        line-height: 1.6em;
    }
    /* #management */
    #management {
        width: 100%;
        position: relative;
        padding-top: 140px;
        padding-bottom: 140px;
    }
    #management .content h2 {
        margin-bottom: 30px;
        padding-top: 0;
        font-size: 3em;
        line-height: 1.4em;
        font-family: "futura-bold", sans-serif;
        font-weight: 800;
        letter-spacing: 0.4em;
    }
    #management .content h3 {
        margin-bottom: 50px;
        padding-top: 0;
        font-family: "HiraKakuStdN-W7", sans-serif;
        font-weight: 800;
        letter-spacing: 0.4em;
        font-size: 1.6em;
        line-height: 1.6em;
        text-align: center;
    }

    #management .message_icon_box {
        width: 100%;
        margin: auto;
        display: flex;
        margin-top: 100px;
    }
    #recruitment .content h3 {
        margin-bottom: 50px;
    }
    #working .message_icon_box {
        margin: auto;
    }
    .p-option-grid {

        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 15% 1%;
        width: 100%;
    }

    #recruitment {
        width: 100%;
        position: relative;
        padding-top: 140px;
        padding-bottom: 140px;

    }
    #gallery {
        width: 100%;
        position: relative;
        padding-top: 140px;
        padding-bottom: 140px;
    }
    #gallery .content h3 {
        margin-bottom: 50px;
    }
    #process {
        width: 100%;
        position: relative;
        padding-top: 140px;
        padding-bottom: 140px;
        background: #EDEDED;
    }

    #process .content h3 {
        margin-bottom: 50px;
    }

    #interview .content h3 {
        margin-bottom: 50px;
    }

    #interview {
        width: 100%;
        position: relative;
        padding-top: 140px;
        padding-bottom: 140px;

    }
    #interview p.interview_text {
        font-family: "HiraKakuStdN-W3", sans-serif;
        letter-spacing: 0.4em;
        font-size: 1.4em;
        line-height: 1.8em;
        margin: 10%;
    }
    #interview .content h3 {
        margin-bottom: 50px;
    }

    .text-box {
        width: 80%;
        margin: auto;
    }

    .name {
        font-size: 2em;
        margin: 10px 0;
    }

    .name_position {
        font-family: "HiraKakuStdN-W4", sans-serif;
        letter-spacing: 0.4em;
        font-size: 1.4em;
        line-height: 1.8em;
    }

    .name_pronunciation {
        font-size: 1em;
    }
    .circle__content {
        font-size: 1.2em;
    }
    .bottomline-table {
        max-width: 100%;
    }
    .bottomline-table tr th {
        width: 180px;
    }
    #working {
        width: 100%;
        position: relative;
        padding-top: 140px;
        padding-bottom: 200px;
        background: #EDEDED;
    }

    #working .content h3 {
        margin-bottom: 50px;
    }
    #working .message_icon img {
        width: 50%;
    }
}

@media screen and (max-width: 480px) {
    .text-box {
        width: 100%;
        margin: auto;
    }
    .text-detail {

        margin-bottom: 30px;

        font-size: 1.4em;

        line-height: 1.8em;
    }
    #management .content h2 {
        margin-bottom: 30px;
        padding-top: 0;
        font-size: 3em;
        line-height: 1.4em;
        font-family: "futura-bold", sans-serif;
        font-weight: 800;
        letter-spacing: 0.4em;
    }
    #management .message_icon_box {
        width: 100%;
        margin: auto;
        display: flex;
        margin-top: 50px;
    }

    #management .message_icon img {
        width: 70%;
    }
    .bottomline-table {
        max-width: 100%;
    }

    .bottomline-table tr {
        border-bottom: 1px solid #d1d3d4;
        letter-spacing: 0.2em;
        font-size: 1.4em;
        line-height: 1.8em;
    }

    .bottomline-table tr th {
        padding-left: 0;
        width: 110px;
    }
    .bottomline-table tr th {
        padding: 10px 10px 10px 0;
        width: 34%;
        font-family: "HiraKakuProN-W3", sans-serif;
    }
    .bottomline-table tr td {
        padding: 10px 0;
        font-family: "HiraKakuProN-W3", sans-serif;
    }
    .accordion {
        background-color: transparent;
        color: #000;
        cursor: pointer;
        padding: 18px 0;
        width: 100%;
        border: none;
        text-align: left;
        outline: none;
        transition: all 0.5s;
        border-bottom: 1px solid #000;
        font-family: "HiraKakuStdN-W7", sans-serif;
        letter-spacing: 0.4em;
        font-size: 1.4em;
        line-height: 1.6em;
    }
    #recruitment .content h3 {
        margin-bottom: 50px;
    }
    #recruitment .content h2 {
        margin-bottom: 30px;
        padding-top: 0;
        font-size: 2.8em;
        letter-spacing: 0.2em;
    }
    #gallery .content h3 {
        margin-bottom: 50px;
    }
    #process .process_icon {
        margin: auto;
        width: 50%;
    }
    #process .process_all {
        display: block;
        margin-bottom: 100px;
        align-items: center;
    }
    #process .process_all:last-child {
        display: block;
        margin-bottom: 0;
        align-items: center;
    }
    #process p.process_text_title {
        font-family: "HiraKakuStdN-W7", sans-serif;
        letter-spacing: 0.4em;
        font-size: 1.6em;
        line-height: 1.6em;
        text-align: center;
        margin: 30px 0;
    }
    #process p.process_text {
        margin-top: 0;
        font-size: 1.4em;
        line-height: 1.8em;
    }

    #interview .column-container {
        position: relative;
        width: 100%;
        display: block;
        margin: auto;
    }
    #interview .content h2 {
        margin-bottom: 30px;
        padding-top: 0;
        font-size: 3em;
        letter-spacing: 0.2em;
    }
    #interview .interview_all_bk {
        margin-right: 0;
        margin-bottom: 100px;
    }
    #interview .interview_all_bk:last-child {
        margin-right: 0;
        margin-bottom: 0;
    }
    #interview .process_icon {
        margin: 30px auto;
        width: 30%;
    }

    #working .content h2 {
        margin-bottom: 30px;
        padding-top: 0;
        font-size: 2.8em;
        letter-spacing: 0.2em;
    }
    #working .column-container {
        position: relative;
        width: 100%;
        display: inline-block;
        margin: auto;
    }

    #working p.working_text {
        margin-top: 20px;
        margin-bottom: 50px;
        font-size: 1.4em;
        line-height: 1.8em;
    }
    #working .column-container .column-half {
        margin-top: 0;
        margin-bottom: 0;
        padding-bottom: 0;
        margin-right: 0;
        padding-left: 0;
    }

    #working .message_icon_box {
        margin: auto;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 15% 1%;
        width: 100%;
    }
    #working .message_icon {
        width: 100%;
        margin: auto;
        text-align: center;
        display: block;
    }
    #working .message_icon img {
        width: 50%;
        margin: 0 3%;
    }
    #working .working_text_title {
        font-family: "HiraKakuStdN-W7", sans-serif;
        letter-spacing: 0.2em;
        font-size: 1.2em;
        line-height: 1.6em;
        margin-top: 20px;
    }
}






.simply-scroll-container {
    position: relative;
}
.simply-scroll-clip {
    position: relative;
    overflow: hidden;
}
.simply-scroll-list {
    overflow: hidden;
    margin: 0;
    padding: 0;
    list-style: none;
}
.simply-scroll-list li {
    padding: 0;
    margin: 0 15px;
    list-style: none;
}
.simply-scroll-list li img {
    border: none;
    display: block;
}
.simply-scroll {
    margin-bottom: 1em;
	height: 300px; 
}
.simply-scroll .simply-scroll-clip {
	height: 300px; 
}

.simply-scroll .simply-scroll-list li {
    float: left;
    width: 300px;
     height: 300px; 
}
.simply-scroll .simply-scroll-list li img {
    width: 100%;
    height: 100%;
}
@media screen and (max-width: 768px){
    .simply-scroll .simply-scroll-list li {
        float: left;
        width: 250px;
        height: 250px;
    }
    .simply-scroll-list li {
        padding: 0;
        margin: 0 10px;
        list-style: none;
    }
    #recruit .content h3 {

        margin-bottom: 50px;
    }
    
}

@media screen and (max-width: 480px){
	section#simply_slide{
	width: 100%;	
	}
	.simply-scroll-container {
    position: relative;
}
.simply-scroll-clip {
    position: relative;
    overflow: hidden;
}
.simply-scroll-list {
    overflow: hidden;
    margin: 0;
    padding: 0;
    list-style: none;
}
.simply-scroll-list li {
    padding: 0;
    margin: 0 5px;
    list-style: none;
}
.simply-scroll-list li img {
    border: none;
    display: block;
}
	.simply-scroll {
    margin-bottom: 1em;
	height: 150px; 
}
.simply-scroll .simply-scroll-clip {
	height: 150px; 
}
	.simply-scroll .simply-scroll-list li {
    float: left;
    width: 150px;
     height: 150px; 
}
#recruit .content h3 {

    margin-bottom: 50px;
}

}