@charset "utf-8";
/* ================================================================ */
/* 見出し */
/* ================================================================ */
@media screen and (max-width:1024px) {}
@media screen and (max-width:840px) {}
@media screen and (max-width:640px) {}
/* ================================================================ */
/* FV */
/* ================================================================ */
#ConceptFv {
    background: #fff;
}
/* ================================================================ */
/* READ */
/* ================================================================ */
#Read {
    padding: 6em 0;
    position: relative;
    background: #fff;
}
#Read > .inner {
    display: block;
    position: relative;
    z-index: 10;
    max-width: 1200px;
}
.readText {
    display: block;
    width: 50%;
    font-weight: bold;
    position: relative;
}
.readText a {
    color: #00AFCC;
    text-decoration: underline;
}
.readText a:hover {
    color: #005261;
    text-decoration: underline;
}
.readText_headline {
    color: #4B4948;
    display: block;
    width: 100%;
    font-size: 2em;
    font-style: italic;
    font-weight: bold;
    position: relative;
    margin-bottom: 1em;
}
.readText_headline::before {
    background: linear-gradient(90deg, #005261, #00AFCC);
    content: '';
    display: block;
    height: 3px;
    width: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
    transition: all .6s ease;
    transition-delay: .2s;
}
.on > .readText > .readText_headline::before {
    width: 100%;
    opacity: 1;
}
.readText_headline > span {
    opacity: 0;
    transition: all .6s ease;
}
.on > .readText > .readText_headline > span {
    opacity: 1;
}
.readText > p {
    opacity: 0;
    transition: all .6s ease;
    transition-delay: 1s;
}
.on > .readText > p {
    opacity: 1;
}
.readText > p + p {
    margin-top: 2em;
}
.readImage {
    display: block;
    height: 100%;
    width: 45%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
}
.readImage > span {
    color: transparent;
    font-size: 3em;
    font-style: italic;
    -webkit-text-stroke: 2px #f4f4f4;
    display: block;
    width: 98%;
    line-height: 1;
    position: absolute;
    top: .25em;
    left: 20%;
    opacity: 0;
    z-index: 30;
    transition: all .8s ease;
    transition-delay: .8s;
}
.on + .readImage > span {
    left: 2%;
    opacity: 1;
}
.readImage > div {
    background: center/cover no-repeat;
    display: block;
    position: absolute;
    opacity: 0;
    transition: all .8s ease;
    transition-delay: .4s;
}
.readImage > div:nth-of-type(1) {
    height: 85%;
    width: 100%;
    top: 10%;
    right: 0;
    z-index: 10;
}
.readImage > div:nth-of-type(2) {
    height: 50%;
    width: 70%;
    bottom: 10%;
    right: 0;
    z-index: 20;
}
.on + .readImage > div:nth-of-type(1) {
    opacity: 1;
    top: 0;
}
.on + .readImage > div:nth-of-type(2) {
    opacity: 1;
    bottom: 0;
}
@media screen and (max-width:1024px) {
    #Read {
        background: #ffffff;
        width: 100%;
    }
    #Read > .inner {
        width: 100%;
    }
    .readImage {
        width: 100%;
        opacity: 0.25;
    }
    .readText {
        margin: 0 auto;
        width: 85%;
    }
}
@media screen and (max-width:840px) {}
@media screen and (max-width:640px) {}
/* ================================================================ */
/* 沿革 */
/* ================================================================ */
#History {
    background: #000000;
    position: relative;
    z-index: -1;
}
.historiesWrap {
    overflow: hidden;
    padding: 10rem 0;
    color: #fff;
    width: 100%;
    max-width: 100%;
    position: relative;
    z-index: 0;
}
.historiesWrap::before {
    background: #000;
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.65;
}
.histories::before {
    content: "";
    position: absolute;
    top: 1rem;
    left: 50%;
    transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    -moz-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    width: 2px;
    height: calc(100% - 1rem);
    background-color: #848484;
    z-index: 1;
}
.histories::after {
    content: "";
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 2px;
    height: 1.5rem;
    background-color: #fff;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    z-index: 2;
    opacity: 0;
}
.histories.on::after {
    opacity: 1;
}
.history {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    min-height: 200px;
    transition: all ease 1.5s;
    -webkit-transition: all ease 1.5s;
    -moz-transition: all ease 1.5s;
}
.history:not(:last-child) {
    margin: 0 auto 6rem;
}
.history::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    transition: all ease 0.8s;
    -webkit-transition: all ease 0.8s;
    -moz-transition: all ease 0.8s;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    /* background-attachment:fixed; */
    opacity: 0;
    width: 100%;
    height: 100vh;
}
.history__001::before {
    background-image: url("./history_bg_001.jpg");
    z-index: -5;
}
.history__003::before {
    background-image: url("./history_bg_003.jpg");
    z-index: -4;
}
.history__007::before {
    background-image: url("./history_bg_007.jpg");
    z-index: -3;
}
.history__008::before {
    background-image: url("./history_bg_008.jpg");
    z-index: -2;
}
.history__013::before {
    background-image: url("./history_bg_013.jpg");
    z-index: -1;
}
.history.on::before {
    opacity: 1;
}
.history_inner {
    display: -webkit-flex;
    display: flex;
    width: 1200px;
    max-width: 100%;
    margin: 0 auto;
    opacity: 0;
}
.history:nth-child(odd) .history_inner {
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
}
.history:nth-child(even) .history_inner {
    -webkit-flex-flow: row-reverse wrap;
    flex-flow: row-reverse wrap;
}
.history.on .history_inner {
    opacity: 1;
    animation: fadeinup001 1.5s both cubic-bezier(.14, -0.36, .1, 1);
    -webkit-animation: fadeinup001 1.5s both cubic-bezier(.14, -0.36, .1, 1);
}
.history_inner_main,
.history_inner_sub {
    width: 50%;
}
.history:nth-child(odd) .history_inner_main {
    padding: 0 1.0rem 0 0.5rem;
}
.history:nth-child(odd) .history_inner_sub {
    padding: 0 0.5rem 0 1.0rem;
    text-align: left;
}
.history:nth-child(even) .history_inner_main {
    padding: 0 0.5rem 0 1.0rem;
}
.history:nth-child(even) .history_inner_sub {
    padding: 0 1.0rem 0 0.5rem;
    text-align: right;
}
.history_inner_main > dt {
    font-size: 2.5em;
    padding-bottom: 0.15em;
}
.history_inner_main > dd {}
.history_inner_main > dd .phobox {
    margin: 20px auto 0;
}
.history_inner_sub p {
    font-size: 1.0em;
    padding-top: .75em;
    line-height: 2.5em;
}
@media screen and (max-width:1024px) {}
@media screen and (max-width:840px) {}
@media screen and (max-width:640px) {
    .historiesWrap {
        padding: 5rem 0;
    }
    .histories::before {
        left: 65%;
    }
    .histories::after {
        left: 65%;
    }
    .history:not(:last-child) {
        margin: 0 auto 4rem;
    }
    .history:nth-child(even) .history_inner {
        -webkit-flex-flow: row wrap;
        flex-flow: row wrap;
    }
    .history_inner_main,
    .history_inner_sub {
        width: 50%;
    }
    .history:nth-child(even) .history_inner_main {
        padding: 0 1.0rem 0 0.5rem;
    }
    .history:nth-child(even) .history_inner_sub {
        padding: 0 0.5rem 0 1.0rem;
        text-align: left;
    }
    .history_inner_main {
        width: 65%;
    }
    .history_inner_sub {
        width: 35%;
    }
    .history_inner_main > dt {
        font-size: 1.8em;
    }
}
@keyframes fadeinup001 {
    0% {
        opacity: 0;
        transform: translateY(30px);
        -webkit-transform: translateY(30px);
        -moz-transform: translateY(30px);
        -ms-transform: translateY(30px);
    }
    85% {
        opacity: 1;
        transform: translateY(0px);
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
    }
    100% {
        opacity: 1;
        transform: translateY(0px);
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
    }
}
/* ================================================================ */
/* お客様の声 */
/* ================================================================ */
#Voice {
    background: #fafafa;
    padding: 6em 0;
    position: relative;
}
#Voice::before {
    background: center/cover no-repeat url(./voice_bg_001.jpg);
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    opacity: 0.05;
    position: absolute;
    top: 0;
    left: 0;
    transform: rotateY(180deg);
    z-index: 0;
}
#Voice > .inner {
    max-width: 1200px;
    position: relative;
    z-index: 10;
}
#Voice > .inner > .headline001 {
    color: #4B4948;
}
.voicesWrap {
    margin: 0 auto;
    padding: 2em 0 0;
    width: calc(100% - 120px);
}
.voices {
    align-items: center;
    margin: 0 auto 3.5em;
}
.voice {
    background: #ffffff;
    border: 2px solid #00AFCC;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 auto;
    padding: 1em;
}
.voice_text {
    display: block;
    width: 60%;
    margin: 2em auto;
}
.voice_text_headline {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    line-height: 1;
    padding-bottom: .5em;
    position: relative;
}
.voice_text_headline::before {
    background: linear-gradient(90deg, #005261, #00AFCC);
    content: '';
    display: block;
    height: 2px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}
.voice_text_headline_name {
    color: #000000;
    font-size: 1.75em;
    font-weight: bold;
    margin-right: 1.5em;
}
.voice_text_headline_date {
    color: #9A9A9A;
    font-size: 1.1em;
}
.voice_text_about {
    display: flex;
    justify-content: center;
    margin: 1.5em 0;
}
.voice_text_about_maker,
.voice_text_about_brand {
    color: #007285;
    font-weight: bold;
    font-size: 1.1em;
    text-align: center;
    width: 300px;
}
.voice_text_items > div + div {
    margin-top: 0.5em;
}
.voice_text_items > div > dt {
    color: #000000;
    font-size: 1.1em;
    font-weight: bold;
    padding-left: 1.25em;
    position: relative;
}
.voice_text_items > div > dt::before {
    background: #007285;
    border-radius: 50%;
    content: '';
    display: block;
    height: 6px;
    width: 6px;
    position: absolute;
    top: calc(0.5em);
    left: calc(0.5em - 3px);
}
.voice_text_items > div > dd {
    padding-left: 2.5em;
}
.voice_image {
    width: 30%;
    padding-top: 30%;
    position: relative;
}
.voice_image > div {
    background: center/cover no-repeat;
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.voicesSlideTransitionBtn {
    color: #4B4948;
    background-image: none;
}
.swiper-pagination-bullet-active {
    background: #007285;
}
@media screen and (max-width:1024px) {
    .voice_text {
        width: 65%;
        margin: 0 auto;
    }
    .voice_text_about {
        flex-wrap: wrap;
    }
}
@media screen and (max-width:840px) {
    .voice_text {
        width: 100%;
        margin: 0 auto;
        padding-bottom: 1em;
    }
    .voice_text_about {
        margin: .5em 0;
    }
    .voice_image {
        width: 100%;
        padding-top: 75%;
    }
}
@media screen and (max-width:640px) {
    .voicesWrap {
        width: calc(100% - 80px);
    }
    .voicesSlideTransitionBtn {
        width: 20px;
    }
}
/* ================================================================ */
/* スタッフ紹介 */
/* ================================================================ */
#Staff {
    /* background: rgba(0, 0, 0, .9); */
    background: #191919;
    position: relative;
    padding: 8em 0 6em;
}
#Staff > .inner {
    position: relative;
    max-width: 1200px;
}
.staffs {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 2em auto 0;
    width: 95%;
}
.staff {
    border: 1px solid #00AFCC;
    width: 30%;
    margin: 2em 0;
    background: center/cover no-repeat;
    transform: skew(5deg);
    overflow: hidden;
    padding-top: 40%;
    position: relative;
    min-height: 350px;
    max-height: 450px;
    cursor: pointer;
}
.staff::before {
    border: 1px solid #ffffff;
    content: '';
    display: block;
    height: calc(100% - 2em);
    width: calc(100% - 2em);
    position: absolute;
    top: 1em;
    left: 1em;
    z-index: 10;
    pointer-events: none;
}
.staff_image {
    filter: brightness(.4);
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    transition: all .4s ease;
}
.staff:hover > .staff_image {
    filter: brightness(1);
}
.staff_image > div {
    background: center top/cover no-repeat;
    height: 115%;
    width: 115%;
    position: absolute;
    top: 0;
    left: -7.5%;
    transform: skew(-5deg);
}
.staff_text {
    background: linear-gradient(90deg, #005261, #00AFCC);
    color: #ffffff;
    display: block;
    padding: 1em 0;
    text-align: center;
    position: absolute;
    bottom: 4em;
    z-index: 20;
    width: 200px;
}
.staff_text > span {
    display: block;
    transform: skew(-5deg);
    font-weight: bold;
    font-size: 0.9em;
    left: 0;
    position: relative;
}
.staff_text > span:nth-child(1) {
    padding-bottom: 0.25em;
}
.staff_text > span:nth-child(1)::before {
    background: #AEF2FF;
    content: '';
    display: block;
    height: 2px;
    width: 2em;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    left: calc(50% - 1em);
}
.staff_text > span:nth-child(2) {
    padding: .1em 0;
    font-size: 1.1em;
}
@media screen and (max-width:1024px) {}
@media screen and (max-width:840px) {}
@media screen and (max-width:640px) {}
/* スタッフ詳細 */
.staffDetailsWrap {
    display: block;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: opacity .6s ease;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    pointer-events: none;
}
.staffDetailsWrap.__open {
    opacity: 1;
    pointer-events: initial;
}
.staffDetailsBg {
    background: #000000;
    cursor: pointer;
    display: block;
    height: 100%;
    width: 100%;
    z-index: 0;
    opacity: 0.65;
}
.staffDetails {
    background: #ffffff;
    display: block;
    width: 1000px;
    max-width: 0;
    max-height: 0;
    opacity: 0;
    padding: 4em 5%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all .6s ease;
    z-index: 10;
    overflow: hidden;
}
.staffDetails.__open {
    opacity: 1;
    max-width: 95%;
    max-height: 600px;
}
.staffDetailsCloseBtnWrap {
    display: block;
    height: 2.5em;
    width: 2.5em;
    position: absolute;
    top: 1.5em;
    right: 5%;
    z-index: 1;
}
.staffDetailsCloseBtn {
    background: #C9C9C9;
    display: block;
    height: 100%;
    width: 100%;
    position: relative;
}
.staffDetailsCloseBtn::before,
.staffDetailsCloseBtn::after {
    background: #ffffff;
    content: '';
    display: block;
    height: 3px;
    width: 2em;
    position: absolute;
    top: 50%;
    left: 50%;
}
.staffDetailsCloseBtn::before {
    transform: translate(-50%, -50%) rotate(45deg);
}
.staffDetailsCloseBtn::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}
.staffDetail {
    display: none;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
}
.staffDetail.__open {
    display: flex;
}
.staffDetail_positions {
    color: #00AFCC;
    display: block;
    width: 100%;
    font-size: 1.4em;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
}
.staffDetail_name {
    color: #000000;
    display: block;
    width: 100%;
    font-size: 1.65em;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
}
.staffDetail_content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 1.5em;
}
.staffDetail_content_image {
    position: relative;
    width: 45%;
}
.staffDetail_content_image > div {
    background: center top/cover no-repeat;
    display: block;
    width: 100%;
    height: 100%;
    max-height: 400px;
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    max-width: 300px;
    transform: translate(-50%, 0);
}
.staffDetail_content_text {
    width: 50%;
}
.staffDetail_content_text_since {
    color: #777777;
    font-size: 1.15rem;
    font-weight: bold;
}
.staffDetail_content_text_about {
    color: #777777;
    font-weight: bold;
    margin-top: 1.5rem;
}
.staffDetail_content_text_comment {
    color: #777777;
    font-weight: bold;
    margin-top: 2rem;
}
.staffDetail_content_text_bike {
    color: #4B4948;
    margin-top: 2rem;
    font-weight: bold;
}
.staffDetail_content_text_bike > span {
    color: #41ADBF;
    margin-bottom: 1em;
}
@media screen and (max-width:1024px) {}
@media screen and (max-width:840px) {
    .staff_text {
        bottom: 2.5em;
    }
}
@media screen and (max-width:640px) {
    .staff {
        width: 48%;
    }
    .staff_text {
        bottom: 2em;
        width: 180px;
    }
    .staffDetails {
        background: #ffffff;
        padding: 2em 2.5%;
    }
    .staffDetail_positions {
        font-size: 1.25em;
    }
    .staffDetail_name {
        font-size: 1.5em;
    }
    .staffDetail_content_text_about {
        margin-top: 1rem;
    }
    .staffDetail_content_text_comment {
        margin-top: 1rem;
    }
    .staffDetail_content_text_bike {
        margin-top: 1rem;
    }
    .staffDetail_content_text_bike > span {
        margin-bottom: .5em;
    }
}
@media screen and (max-width:480px) {
    .staff {
        width: 95%;
    }
}
/* ================================================================ */
/* 採用情報 */
/* ================================================================ */
#Recruit {
    position: relative;
    padding: 8em 0 0;
    background: #fff;
}
#Recruit > .inner {
    position: relative;
    max-width: 1200px;
    padding-bottom: 6em;
}
#Recruit > .inner > .headline001 {
    color: #4B4948;
}
.recruitTbl {
    width: 100%;
    max-width: 1000px;
    margin: 4em auto 0;
}
.recruitTbl_item {
    border-top: 1px solid #707070;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    font-size: 1.1em
}
.recruitTbl_item > dt,
.recruitTbl_item > dd {
    padding: 1em;
}
.recruitTbl_item > dt {
    font-weight: bold;
    width: 200px;
}
.recruitTbl_item > dd {
    width: calc(100% - 200px);
}
.recruitTbl_item_list {
    line-height: 1.5;
}
.recruitTbl_item_list > li {
    display: block;
    padding-left: 1.25em;
    position: relative;
    max-width: 100%;
}
.recruitTbl_item_list > li::before {
    background: #007285;
    border-radius: 50%;
    content: '';
    display: block;
    height: 6px;
    width: 6px;
    position: absolute;
    top: calc(0.5em);
    left: calc(0.5em - 3px);
}
.recruitTbl_item_list__multiColumn {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.recruitTbl_item_list__multiColumn > li:nth-child(2n + 1) {
    width: 300px;
}
.recruitTbl_item_list__multiColumn > li:nth-child(2n) {
    width: 420px;
}
.recruitTbl_item_list > li > small {
    display: inline-block;
    font-size: 0.9em;
}
@media screen and (max-width:1024px) {}
@media screen and (max-width:840px) {}
@media screen and (max-width:640px) {}
/* メッセージ */
.recruitMessage {
    background: #ffffff;
    padding: 6em 0;
    position: relative;
}
.recruitMessage::before {
    background: left 20%/cover no-repeat url(./recruit_message_bg_001.jpg);
    content: '';
    display: block;
    width: 70%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    transform: rotateY(180deg);
}
.recruitMessage::after {
    background: linear-gradient(90deg, rgba(255, 255, 255, .65), rgba(255, 255, 255, 1));
    content: '';
    display: block;
    height: 100%;
    width: 70%;
    position: absolute;
    top: 0;
    right: 30%;
    z-index: 1;
}
.recruitMessage_effect {
    color: transparent;
    font-size: 3.5em;
    font-style: italic;
    -webkit-text-stroke: 2px #f4f4f4;
    display: block;
    width: 98%;
    line-height: 1;
    position: absolute;
    left: .5%;
    bottom: -.5em;
    opacity: 0;
    z-index: 10;
    transition: .6s ease;
    transition-delay: .8s;
}
.on + .recruitMessage_effect {
    opacity: 0.65;
    bottom: .5em;
}
.recruitMessage > .inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
    z-index: 20;
}
.recruitMessage_text {
    color: #000000;
    font-weight: bolder;
    width: 60%;
    opacity: 0;
    transition: .6s ease;
    transition-delay: 0s;
}
.on > .recruitMessage_text {
    opacity: 1;
}
.recruitMessage_text > p + p {
    margin-top: 2em;
}
.recruitMessage_link {
    width: 35%;
    opacity: 0;
    transition: .6s ease;
    transition-delay: .4s;
}
.on > .recruitMessage_link {
    opacity: 1;
}
.recruitMessage_link > a {
    display: block;
    font-size: 3em;
    font-weight: bold;
    overflow: hidden;
    padding-bottom: 4px;
    position: relative;
    text-align: center;
    width: 300px;
    line-height: 1;
    max-width: 100%;
    margin: 0 auto;
}
.recruitMessage_link > a::before {
    background: linear-gradient(90deg, #005261, #00AFCC);
    clip-path: polygon(0 13px, calc(100% - 3px) 13px, calc(100% - 3px) 0, 100% 0, 100% 100%, 0 100%);
    content: '';
    display: block;
    height: 16px;
    width: 0;
    transform: skew(40deg);
    position: absolute;
    bottom: 0;
    left: -10%;
    transition: .6s ease;
    transition-delay: .8s;
    opacity: 0;
    z-index: 0;
}
.on > .recruitMessage_link > a::before {
    width: 105%;
    opacity: 1;
}
.recruitMessage_link > a > span {
    position: relative;
    z-index: 1;
}
@media screen and (max-width:1024px) {}
@media screen and (max-width:840px) {
    .recruitTbl_item > dt {
        width: 160px;
    }
    .recruitTbl_item > dd {
        width: calc(100% - 160px);
    }
    .recruitMessage_link > a {
        font-size: 2.5em;
    }
}
@media screen and (max-width:640px) {
    .recruitTbl_item > dt,
    .recruitTbl_item > dd {
        width: 100%;
    }
    .recruitTbl_item > dt {
        padding: .5em .25em 0;
    }
    .recruitTbl_item > dd {
        padding: 0 .25em .5em 1em;
    }
    .recruitMessage_text,
    .recruitMessage_link {
        width: 100%;
    }
    .recruitMessage_link {
        margin-top: 4em;
    }
}
/* ================================================================ */
/* よくある質問 */
/* ================================================================ */
#Faq {
    background: #fff;
}
#Faq > .inner {
    padding: 6em 0;
}
#Faq > .inner > .headline001 {
    color: #4B4948;
    text-align: center;
}
#Faq > .inner > .headline001::before {
    left: calc(50% - 2em);
}
.questions {
    border-top: 1px solid #707070;
    width: 1024px;
    max-width: 100%;
    margin: 4em auto 0;
}
.question {
    border-bottom: 1px solid #707070;
    padding: 1em 0;
    position: relative;
    margin: 0 auto;
    width: 100%;
}
.question_label {
    display: block;
    padding: 0 0 0 5em;
    position: relative;
}
.question_label::before {
    background: #000000;
    color: #ffffff;
    content: 'Q';
    font-family: 'Josefin Sans', sans-serif;
    font-size: 1.75em;
    font-style: italic;
    height: 1.5em;
    width: 1.5em;
    line-height: 1;
    font-weight: 600;
    padding: 0.35em 0 0;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0%, -50%);
}
.question_label_text {
    font-style: normal;
    font-size: 1.1em;
    letter-spacing: 0px;
    font-weight: bolder;
    position: relative;
    display: block;
    padding: 1em 3.5em 1em 0px;
    cursor: pointer;
    color: #000;
}
.question_label_text::before,
.question_label_text::after {
    background: #4B4948;
    content: '';
    display: block;
    height: 2px;
    width: 1.5em;
    position: absolute;
    top: calc(50% - 1px);
    right: 1em;
    transition: transform .5s ease;
}
.question_label_text::before {
    transform: rotate(540deg);
}
.question_label_text::after {
    transform: rotate(810deg);
}
.__open .question_label_text::before,
.__open .question_label_text::after {
    transform: rotate(0deg);
}
.question_answer {
    position: relative;
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.7s;
    color: #000;
    padding: 0 0 0 5em;
}
.__open > .question_answer {
    max-height: 500px;
}
.question_answer::before {
    background: #00AAC6;
    color: #ffffff;
    content: 'A';
    font-family: 'Josefin Sans', sans-serif;
    font-size: 1.75em;
    font-style: italic;
    height: 1.5em;
    width: 1.5em;
    line-height: 1;
    font-weight: 600;
    padding: 0.35em 0 0;
    text-align: center;
    position: absolute;
    top: 1.4em;
    left: 0;
    transform: translate(0%, -50%);
}
.question_answer_inner {
    padding: 1em 2.5em 1em 0px;
}
/* Icon */
#faq01 .innerbox .qanda_box .cp_actab label::before {
    content: '';
    line-height: 3;
    position: absolute;
    top: 50%;
    right: 21px;
    display: block;
    width: 20px;
    height: 2px;
    text-align: center;
    background-color: #000;
    transition: all ease 0.4s;
    transform: translate(50%, -50%) rotate(-180deg);
}
#faq01 .innerbox .qanda_box .cp_actab input[type=checkbox]:checked + label::before {
    transform: translate(50%, -50%) rotate(45deg);
}
#faq01 .innerbox .qanda_box .cp_actab label::after {
    content: '';
    line-height: 3;
    position: absolute;
    top: 50%;
    right: 20px;
    display: block;
    width: 2px;
    height: 20px;
    transition: all ease 0.4s;
    text-align: center;
    background-color: #000;
    transform: translate(0%, -50%) rotate(180deg);
}
#faq01 .innerbox .qanda_box .cp_actab input[type=checkbox]:checked + label::after {
    transform: translate(0%, -50%) rotate(45deg);
}
@media screen and (max-width:1024px) {}
@media screen and (max-width:840px) {}
@media screen and (max-width:640px) {
    .history__001::before {
            background-position: 60%;
        }
}