/* 共通 */

div,
p,
span{
	font-size: .8em;
}

a:hover {
    opacity: .8;
}

main{
    width: 100%;
    font-family: serif;
}

.l-contents__area {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
}

.bg-glay{
    background-color: #F0F0EF;
}

.l-h2ttl {
    padding: 35px 0;
    font-size: 38px;
    font-weight: bold;
    text-align: center;
    position: relative;
    background-size: inherit;
    background-repeat: no-repeat;
    background-position: 50% 70%;
}

.l-h2ttl::after {
    content: "";
    width: 50px;
    height: 4px;
    display: block;
    position: absolute;
    background-color: #871C0C;
    left: 50%;
    bottom: 0;
}

.l-h3ttl {
    font-size: 28px;
    font-weight: bold;
}

.l-contents__txt {
    margin-top: 70px;
    font-size: 16px;
    text-align: center;
    line-height: 2;
}

@media screen and (max-width: 768px) {
    .l-contents__area {
        width: 90vw;
    }
    .l-h2ttl {
        font-size: 2rem;
        background-size: contain;
        font-family: serif;
    }
    .l-h2ttl::after{
        width: 10vw;
        left: 45%;
    }
    .l-h3ttl {
        font-size: 1.9rem;
        font-weight: normal;
        font-family: serif;
    }
    .l-contents__txt {
        margin-top: 50px;
        font-size: 1.4rem;
        text-align: left;
        line-height: 1.8;
    }
}


/*----------- CTAエリア -----------*/
.l-cta__block {
    padding: 20px 0;
    background-color: #D8D8D8;
}

.l-cta__btn {
    width: 450px;
    margin: 0 auto;
    padding: 20px 0;
    text-align: center;
    background: #A92310;
    color: #fff;
    font-size: 16px;
    border-radius: 5px;
    box-shadow: 0 5px 10px #BDBBB4;
    line-height: 1.6;
    position: relative;
    cursor: pointer;
}

.l-cta__btn::before {
    content: '';
    width: 10px;
    height: 10px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    position: absolute;
    right: 25px;
    top: 45%;
    transform: rotate(45deg);
}

@media screen and (max-width: 768px) {
    .l-cta__btn {
        width: 90%;
        padding: 15px 0;
        font-size: 1.4rem;
        line-height: 1.4;
    }
}

/* ============================================ */
/* header */
.l-header__sec {
    padding: 20px 30px;
    display: flex;
    justify-content: space-between;
}

.l-h1ttl {
    font-size: .5em;
}

.l-h1ttl > span {
    display: block;
    margin-bottom: 10px;
}

.l-header__btn {
    height: 40px;
    padding: 12px 25px;
    color: #fff;
    background-color: #413939;
    cursor: pointer;
}

@media screen and (max-width: 768px) {
    .l-header__sec {
        padding: 15px 4vw;
    }
    .l-header__btn {
        padding: 8px 4vw 10px;
        height: 30px;
    }
}


/* ============================================ */
/*----------- kvエリア -----------*/

.l-kv__sec {
    margin-top: -87px;
    background-image: url(../img/kv_bg_pc.webp);
    background-size: cover;
    background-repeat: no-repeat;
}

.l-kv__txtbox {
    max-width: 1000px;
    width: 100%;
    height: 680px;
    margin: 0 auto;
    padding: 120px 0 60px;
}

.l-kv__readtxt {
    font-size: 54px;
    font-weight: bold;
    color: #011140;
}

.l-kv__readtxt span {
    font-size: 76px;
}

.l-kv__txt {
    margin-top: 30px;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.5;
}

.l-kv__txt span {
    font-size: 18px;
}

.l-kv__pointBox {
    display: flex;
    flex-wrap: wrap;
    margin-top: 23px;
    width: 500px;
}

.l-kv__point {
    width: 240px;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 10px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background-color: #9F9F87;
    text-align: center;
    box-shadow: 5px 5px 1px #C0C1B9;
}

.l-kv__ctaBox {
    margin-top: 30px;
    width: 500px;
}

.l-kv__ctaBtn {
    width: 450px;
    margin: 0 auto;
    padding: 20px 25px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
    color: #fff;
    background-color: #A92310;
    border-radius: 5px;
    box-shadow: 0 5px 10px #BDBBB4;
    position: relative;
    cursor: pointer;
}

.l-kv__ctaBtn:hover{
    opacity: .8;
}

.l-kv__ctaBtn>a:hover{
    opacity: 1;
}

.l-kv__ctaBtn::before {
    content: '';
    width: 10px;
    height: 10px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    position: absolute;
    right: 25px;
    top: 45%;
    transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
    .l-kv__sec{
        margin-top: -78px;
        background-image: url(../img/kv_bg_sp.webp);
    }
    .l-kv__txtbox {
        max-height: 470px;
        padding: 140px 4vw 0px;
    }
    .l-kv__readtxt {
        font-size: 2.8rem;
        line-height: 1.3;
    }
    .l-kv__readtxt span {
        font-size: 4rem;
    }
    .l-kv__txt {
        margin-top: 20px;
        font-size: 1.6rem;
        font-weight: normal;
    }
    .l-kv__txt span {
        font-size: 1.6rem;
    }
    .l-kv__point {
        width: 46%;
        font-size: .66rem;
        box-shadow: 5px 5px 1px rgba(176, 174, 163, 0.25);
    }
    .l-kv__point:nth-child(even) {
        margin-right: 0;
    }
    .l-kv__ctaBox {
        width: 100%;
    }
    .l-kv__ctaBtn {
        width: 90%;
    }
    .l-kv__pointBox{
        width: 100%;
    }
    .l-kv__point {
        width: 48%;
        font-size: 1.1rem;
        font-weight: normal;
    }
}

/*----------- スライダ―CSS -----------*/
.slider_block {
    width: 100%;
    overflow: hidden;
}
.slider {
    width: 200%;
    height: 90px;
    padding: 20px 0;
    display: flex;
    gap: 50px;
    overflow: visible;
}

.slide {
    /*アニメーション設定*/
    animation-name: slide;
    animation-timing-function: linear;
    animation-duration: 40s;
    animation-iteration-count: infinite;
}

@keyframes slide {
    0% {
        transform: translateX(0px);
    }
    100% {
        transform: translateX(-930%);
    }
}

.l-logo__img {
    width: 150px;
    height: 40px;
}


/*----------- メッセージエリア  -----------*/
.l-message__sec {
    width: 100%;
    height: 50vw;
    max-height: 680px;
    background-image: url(../img/message_bg_pc.webp);
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 120px;
}

.l-message__copy {
    font-size: 34px;
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
}

.l-message__txt {
    margin-top: 50px;
    font-size: 16px;
    text-align: center;
    line-height: 2;
}
@media screen and (max-width: 768px){
    .slider{
        width: 600%;
        overflow-x: hidden;
    }
    .l-message__sec {
        padding-top: 60px;
        background-image: url(../img/message_bg_sp.webp);
        height: 100vw;
    }
    .l-message__copy {
        font-size: 2.5rem;
        font-weight: normal;
    }
    .l-message__txt {
        font-size: 1.2rem;
    }
}


/*----------- REASONエリア -----------*/
.l-reason__sec{
    padding-top: 150px;
    padding-bottom: 190px;
}

.l-reason__sec .l-h2ttl{
    background-image: url(../img/ttl_REASON.webp);
}

.l-reason__block {
    display: flex;
    justify-content: space-around;
    margin-top: 60px;
}

.l-reason__txtbox {
    width: 575px;
}

.l-reason__number {
    margin-bottom: 35px;
}

.l-reason__img {
    max-width: 370px;
    padding-top: 30px;
}

.l-reason__txtbox .l-h3ttl {
    position: relative;
    padding-left: 35px;
}

.l-reason__txtbox .l-h3ttl::before{
    content: "";
    width: 25px;
    height: 25px;
    background-image: url(../img/ico_check.webp);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left: 0px;
    top: 4px;
}

.l-reason__txt {
    margin-top: 30px;
    font-size: 14px;
    line-height: 1.8;
}

@media screen and (max-width: 768px) {
    .l-reason__sec {
        padding-top: 60px;
        padding-bottom: 40px;
    }
    .l-reason__block {
        display: block;
        width: 100%;
        margin: 30px auto;
        text-align: center;
    }
    .l-reason__block:first-of-type {
        margin-top: 40px;
    }
    .l-reason__img{
        max-width: 90vw;
        padding-top: 0;
    }
    .l-reason__txtbox {
        width: 89vw;
        margin: 0 auto;
        text-align: left;
    }
    .l-reason__number {
        margin-bottom: 15px;
    }
    .l-reason__txtbox .l-h3ttl::before{
        width: 20px;
        height: 20px;
        top: 6px;
    }
    .l-reason__txt{
        margin-top: 15px;
    }
}

/*----------- ABOUT JOBエリア ----------- */
.l-aboutjob__sec {
    padding: 170px 0 90px;
    background-image: url(../img/about_bg_pc.webp);
    background-size: contain;
    background-repeat: no-repeat;
}

.l-aboutjob__sec .l-h2ttl{
    background-image: url(../img/ttl_ABOUTJOB.webp);
}

.l-aboutjob__pointArrea {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 60px;
}

.l-aboutjob__pointBox {
    width: 480px;
    padding: 30px;
    margin-bottom: 30px;
    border: 1px solid #D3D3D3;
    background: #fff;
}

.l-aboutjob__pointHead {
    display: flex;
    padding-bottom: 20px;
    border-bottom: 2px solid #D3D3D3;
}

.l-pointHead__right {
    margin-left: 20px;
}

.l-pointHead__txt {
    margin-top: 10px;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.3;
}

.l-aboutjob__txt {
    margin: 30px auto 10px;
    font-size: 14px;
    line-height: 2;
    letter-spacing: .4px;
}

@media screen and (max-width: 768px) {
    .l-aboutjob__sec {
        padding: 60px 0 40px;
    }
    .l-aboutjob__pointArrea {
        margin-top: 30px;
    }
    .l-aboutjob__pointBox {
        width: 100%;
        padding: 20px 5vw;
    }
    .l-pointHead__right {
        margin-top: 5px;
    }
    .l-pointHead__txt {
        margin-top: 5px;
        font-weight: normal;
    }
    .l-aboutjob__txt {
        margin: 10px auto;
        font-size: 1.3rem;
    }
}

/*----------- flowエリア -----------*/
.l-flow__sec {
    padding-top: 160px;
}

.l-flow__sec .l-h2ttl{
    background-image: url(../img/ttl_FLOW.webp);
}

.l-flow__area {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.l-flow__area::after {
    content: "";
    max-width: 900px;
    width: 80vw;
    height: 5px;
    background-color: #D8D8D8;
    position: absolute;
    top: 16%;
    left: 6%;
    z-index: 1;
}

.l-flow__box {
    max-width: 130px;
    width: 11vw;
    margin-right: 4.4%;
    z-index: 10;
}

.l-flow__box:last-child {
    margin-right: 0;
}

.l-flow__area {
    display: flex;
    justify-content: center;
    position: relative;
    margin-top: 85px;
    padding-bottom: 170px;
}

.l-flow__txt {
    margin-top: 15px;
    font-size: 14px;
    text-align: center;
    line-height: 1.8;
}

@media screen and (max-width: 768px) {
    .l-flow__sec {
        padding-top: 60px 
    }
    .l-flow__area {
        display: block;
        margin-top: 50px;
        padding-bottom: 60px;
    }
    .l-flow__area::after {
        width: 4px;
        height: 740px;
        top: 1%;
        left: 17vw;
        z-index: 1;
    }
    .l-flow__box {
        max-width: 100%;
        width: 90%;
        display: flex;
        margin: 0 auto 20px;
        align-items: center;
        position: relative;
        z-index: 10;
    }
    .l-flow__box:last-child {
        margin-right: auto;
    }
    .l-flow__img {
        width: 110px;
    }
    .l-flow__txt {
        margin-left: 20px;
        margin-top: 0;
        font-size: 1.3rem;
        font-weight: bold;
        text-align: left;
        font-family: sans-serif;
    }
}

/*----------- ADVISORエリア -----------*/
.l-advisor__sec {
    padding-top: 160px;
    padding-bottom: 200px;
}

.l-advisor__sec .l-h2ttl{
    background-image: url(../img/ttl_ADVISOR.webp);
}

.l-advisor__area {
    margin-top: 100px;
    display: flex;
    justify-content: space-between;
}

.l-advisor__img {
    max-width: 400px;
}

.l-advisor__txtbox {
    width: 530px;
}

.l-advisor__info {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.8;
}

.l-h3ttl.l-advisor__name {
    margin-top: 30px;
    display: inline-block;
    font-size: 36px;
}

.l-advisor__enName {
    font-size: 26px;
    margin-left: 20px;
    color: #D0D0D0;
}

.l-advisor__txt {
    margin-top: 50px;
    font-size: 16px;
    line-height: 2;
}

@media screen and (max-width: 768px) {
    .l-advisor__sec {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .l-advisor__area{
        align-items: center;
    }
    .l-advisor__img {
        width: 40vw;
    }
    .l-advisor__txtbox {
        width: 44vw;
    }
    .l-advisor__info {
        font-size: .7rem;
        font-weight: normal;
    }
    .l-h3ttl.l-advisor__name {
        margin-top: 10px;
        font-size: 2.5rem;
    }
    .l-advisor__enName {
        margin-left: 0;
        display: block;
        font-size: 1rem;
    }
    .l-advisor__txt.sp {
        margin-top: 30px;
    }
}

/*----------- QAエリア -----------*/
.l-qa__sec {
    padding-top: 160px;
    padding-bottom: 150px;
}

.l-qa__sec .l-h2ttl{
    background-image: url(../img/ttl_Q&A.webp);
}

.l-qa__area {
    margin-top: 60px;
}

.l-qa__box {
    margin-top: 20px;
    padding: 20px 0 0;
    background-color: #fff;
}

.l-qa__question {
    display: block;
    margin-bottom: 20px;
    padding: 10px 45px 30px 85px;
    font-size: 18px;
    font-weight: bold;
    position: relative;
    border-bottom: 1px solid #F4F4F3;
    cursor: pointer;
}

.l-qa__question::before {
    content: "";
    width: 40px;
    height: 40px;
    background-image: url(../img/ico_Q.webp);
    position: absolute;
    top: 0;
    left: 25px;
}

.l-qa__question::after {
    content:"";
    width: 12px;
    height: 12px;
    border-top: 2px solid #841B0B;
    border-right: 2px solid #841B0B;
    -webkit-transform: rotate(45deg);
    position: absolute;
    top: 20%;
    right: 30px;
    transform: rotate(135deg);
}

.l-qa__question.open::after {
    transform: rotate(315deg);
}

.l-qa__answer {
    display: none;
}

.open + .l-qa__answer{
    display: block;
    padding: 10px 45px 30px 85px;
    font-size: 16px;
    line-height: 1.5;
    position: relative;
}

.l-qa__answer::before {
    content: "";
    width: 40px;
    height: 40px;
    background-image: url(../img/ico_A.webp);
    position: absolute;
    top: 0;
    left: 25px;
}

@media screen and (max-width: 768px) {
    .l-qa__sec{
        padding-top: 60px;
        padding-bottom: 100px;
    }
    .l-qa__question {
        font-size: 1.3rem;
        padding: 3px 10vw 30px 17vw;
    }
    .l-qa__question::before{
        left: 4vw;
    }
    .l-qa__question::after{
        width: 10px;
        height: 10px;
        border-top: 3px solid #841B0B;
        border-right: 3px solid #841B0B;
        right: 4vw;
    }
    .l-qa__answer {
        padding-top: 0;
        font-size: .8rem;
    }
    .l-qa__answer::before{
        left: 4vw;
    }
    .open + .l-qa__answer{
        padding: 0 10vw 30px 17vw;
        font-size: 1.2rem;
    }
}

/*----------- COMPANYエリア -----------*/
.l-company__sec {
    padding-top: 160px;
    padding-bottom: 95px;
}

.l-company__sec .l-h2ttl{
    background-image: url(../img/ttl_COMPANY.webp);
}

.l-company__area {
    margin-top: 70px;
    justify-content: space-between;
}

.l-company__area.pc{
    display: flex;
}

.l-company__infoLeft,.l-company__infoRight {
    width: 46%;
}

.l-company__infoList {
    display: flex;
    padding: 30px 0 20px 10px;
    border-bottom: 1px solid #EDEDED;
}

.l-company__infoTerm {
    margin-right: 35px;
    width: 100px;
    font-size: 14px;
}

.l-company__infoDesc {
    font-size: 14px;
}
@media screen and (max-width: 768px) {
    .l-company__sec{
        padding-top: 60px;
        padding-bottom: 80px;
    }
    .l-company__area {
        margin-top: 40px;
        display: block;
    }
    .l-company__area.sp{
        display: block;
    }
    .l-company__area.pc{
        display: none;
    }
    .l-company__infoLeft, .l-company__infoRight {
        width: 100%;
    }
    .l-company__infoList{
        padding: 15px 0 15px 10px;
    }
    .l-company__infoTerm {
        margin-right: 5vw;
        font-size: 1.1rem;
    }
    .l-company__infoDesc {
        font-size: 1.1rem;
    }
}

/* ============================================ */
/* footer */
.l-footer__logo {
    padding: 60px 0;
    background-color: #292929;
    text-align: center;
}

.l-footer__copyright {
    background-color: #0F0F0F;
    padding: 16px;
    text-align: center;
    font-size: 14px;
    color: #7E7E7E;
    border-top: 1px solid #283B50;
    border-bottom: 1px solid #787878;
}

@media screen and (max-width: 768px) {
    .l-footer__logo {
        padding: 40px 0;
    }
    .l-footerlogo__img {
        width: 50vw;
    }
    .l-footer__copyright {
        padding: 10px;
        font-size: .8rem;
    }
}

/* ============================================ */
/* 共通 */

.pc{
    display: block;
}

.sp{
    display: none;
}
@media screen and (max-width: 768px) {
    .pc{
        display: none;
    }

    .sp{
        display: block;
    }
}


