/*******************************
    TOP
*******************************/
.long-contents {
    width:100%;
    color:#FFF;
    padding: 70px 0 70px;
}
.long-contents-title {
    text-align: center;
    margin: 0;
    position: relative;
    color: #FFF;
}
.long-contents-title .long-contents-title-large {
    display: block;
    font-size: 4.3rem;
    font-weight: 700;
    letter-spacing: .05em;
    text-transform: uppercase;
}
.long-contents-title .long-contents-title-small {
    display: block;
    font-size: 1.5rem;
    /* font-weight: 700; */
    letter-spacing: .05em;
    padding: 10px 0 20px;

}
.long-contents-title::after {
    content: "";
    width: 90px;
    height: 5px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(to right, #E1EEFF 50%, #FFF 51%);
}
.long-contents-title.under_none::after {
    content:none;
}

@media screen and (max-width: 640px) {
    .long-contents {
        padding: 40px 0;
    }
    .long-contents-title .long-contents-title-large {
        font-size: 3.5rem;
    }
    .long-contents-title .long-contents-title-small {
        font-size: 1.2rem;
    }
}


/* --------------------------*/
/*
    contact
*/
/* --------------------------*/

/*******************************
    フォーム
*******************************/

.form-button{
    font-size: 1.2rem;
    min-height: 4.8rem;
    padding-right: 5rem;
    padding-left: 5rem;
    border-radius: 2.4rem;

    color: #fff;
    /* font-weight: bold; */
    text-decoration: none;
    background-color: #4465FF;
    display: flex;
    align-items: center;
    border:0;

    margin: 0 auto;

    width: 180px;
    justify-content: center;
}

.contactForm {
    width: 70%;
    /* max-width: 800px; */
    margin: 0 auto;
    padding: 60px 20px;
    background-color: #FFF;
    border-radius: 10px;
}
.contactForm .required {
    color: #FF0000;
    font-weight: bold;

}

.formGroup {
    margin-bottom: 20px;
}
.contactForm input[type="text"],
.contactForm input[type="email"]{
    width: 100%;
    padding: 2%;
}
.contactForm textarea {
    width: 100%;
    height: 200px;
    padding: 2%;
}

@media only screen and (max-width: 640px) {
    .contactForm {
        width:100%;
        padding: 30px 20px;
    }
}



/* --------------------------*/
/*
    書籍情報
*/
/* --------------------------*/
.kakaku {
    margin-top:10px;
    font-size:2.5rem;
}
@media only screen and (max-width: 640px) {
    .l_640 {
        text-align: left;;
    }
}




/* --------------------------*/
/*
    サービス
*/
/* --------------------------*/
.bg_saport {
    background-color: #F3F6FA;
}
.bg_tokucho {
    background-color: #F7FBFF;
}
.homeKV .title.padding-cancel {
    padding-top: 0vw;
}
.homeKV .sub.padding-add {
    padding-top: 6.5vw;
}
.homeKV .outer.service_background {
    background: #4465FF;
}
.homeKV .imgArea.service::before {
    content: "";
    width: 100vw;
    height: 15vw;
    position: absolute;
    bottom: -5.2vw;
    left: -11vw;
    /* background: #1e1c14; */
    background-color: #FFF;
}
.serviceSection:nth-of-type(even) {
    padding-top: 50px;
}
.serviceSection .inner .midArea {
    margin: 0 auto;
}

.serviceSection .inner {
    display: block;
    grid-template-columns: none;
    max-width: 1920px;
    margin: 0 auto;
}
@media only screen and (max-width: 1600px) {
    .serviceSection .inner {
        grid-template-columns: none;
    }
}
.contentsTitle.service::after {
    background: linear-gradient(to right, #E1EEFF 50%, #4465FF 51%);
}
.serviceFeatures {
    padding: 80px 0 80px;
}






.contact-content-chousei {
    margin-top: 50px;
    padding: 70px 0;
}

.contact-content .textArea {
    background: #4465FF;
}
@media only screen and (max-width: 1600px) {
    .contact-content .textArea {
        padding: 3.125vw;
    }
}
.contact-content .textArea {

    max-width: 1600px;
    width: 86vw;
    margin: 0 auto;
    position: relative;
    text-align: center;
    color: #fff;
    padding: 50px;
}



.homeContact .contentsTitle .eng {
    font-size: 4.7rem;
    color: #fff;
}

.contentsTitle .eng {
    display: block;
    font-size: 5.3rem;
    font-weight: 700;
    color: #373737;
    letter-spacing: .05em;
    text-transform: uppercase;
}

.contact-content .textArea .btn__outer {
    width: 280px;
    margin: 15px auto 0;
}
.contact-content .textArea .btn {
    background: #fff;
    font-size: 1.6rem;
    font-weight: 500;
    border:0;
}
.contact-content .btn::before
{
    content: none;
}



.contact-content .title {
    font-size: 4.7rem;
    color: #fff;

    display: block;
    /* font-size: 5.3rem; */
    font-weight: normal;
    /* color: #373737; */
    letter-spacing: .05em;
    text-transform: uppercase;
    margin: 0rem 0 2rem;
}
@media screen and (max-width: 640px) {
    .contact-content .title {
        font-size: 3.0rem;
        /* font-weight: 700; */
        letter-spacing: .05em;
        margin: 0rem 0 2rem;
    }
    .contact-content .textArea .btn__outer {
        width: 210px;
    }
    .contact-content .textArea .btn {
        font-size: 1.4rem;
    }
}



.serviceIndex__body {
    font-family: "Noto Sans JP", sans-serif;
}
.serviceIndex__body .constructionLeft__outer h3 {
    font-family: "Noto Sans JP", sans-serif;
}
.serviceFeatures__list {
    font-family: "Noto Sans JP", sans-serif;
}

/* --------------------------*/
/*
    わたしたちについて
*/
/* --------------------------*/

.aboutus__sec02 {
    background-color: #F3F6FA;
}
.aboutus__sec01 {
    font-size: 1.6rem;
    letter-spacing: .1em;
}
.aboutus__sec01 h2 {
    margin: 0 0 1.5em;
    font-size: 2.5rem;
    font-weight: 700;
    text-align: center;
    line-height: 1.66;
    letter-spacing: .05em;
}
/* .aboutus__sec01 {
    font-size: 1.7rem;
    line-height: 1.88;
    letter-spacing: .05em;
} */
@media only screen and (max-width: 640px) {
    .aboutus__sec01 h2 {
        font-size: 1.6rem;
    }
}
.aboutus__sec02 .mission {
    font-family: "Noto Sans JP", sans-serif;
}
.aboutus__sec02 .mission h3 {
    font-family: "Noto Sans JP", sans-serif;
}
.aboutus-company__table {
    font-family: "Noto Sans JP", sans-serif;
}
#aboutus-company, #aboutus-history {
    padding: 60px 0;
}


/* --------------------------*/
/*
    リクルート
*/
/* --------------------------*/
.splide__toggle__play {
    background-image: url(../img/icon-recruit-arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    display: block;
}
.splide__toggle__pause {
    background-image: url(../img/icon-recruit-pause.svg);
    background-repeat: no-repeat;
    background-position: center;
}


.box_main-visual-01 .inner .box_align-inner:before {
    content: "";
    background-image: url(../img/recruit-icon-symbol.svg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 24rem;
    height: 20.6rem;
    position: absolute;
    top: -5.6rem;
    left: 10.4rem;
    z-index: -1;
}
[class*=column-0]:not([class*=column-01]) {
    justify-content: center;
}
.column-02_equality {
    font-family: "Noto Sans JP", sans-serif;
}