@charset "UTF-8";

html {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 62.5%;
    font-weight: 400;
    letter-spacing: 0.05em;
}

*,
*:before,
*:after {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-font-smoothing: antialiased;

}

img,
video {
    width: 100%;
    vertical-align: bottom;
    height: auto;
}


a {
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
}
a:hover {
    opacity: 0.8;
    transition: 0.3s;
}

li {
    list-style: none;
}


.header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    padding: 30px 5%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 2;
}

.header__logo {
    height: 45.81px;
    width: auto;
}

.header__list {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header__item {
    margin: 0 15px;
}

.header__item--recruit{
    margin-left: 15px;
}

.header__link{
    font-weight: 500;
    font-size: 1.4rem;
    color: #000;
}

.header__link--recruit{
    background: linear-gradient(30deg,#F13835,#F68935);
    padding: 13px 29px 13px 40px;
    font-size: 1.4rem;
    display: flex;
    color: #fff;
    border-radius: 100px;
}

.header__link--icon{
    width: 19.58px;
    margin-left: 8.4px;
}

/*以下ハンバーガーメニューcss*/

.sp-hum {
    display: none;
}
.sp-header-nav {
    display: none;
}

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

    .header__nav{
        display: none;
    }
    
    .sp-header-nav,
    .sp-hum {
        display: block;
    }

    .header-hum__wrap {
        position: relative;
        display: block;
        width: 20px;
        height: 17px;
    }

    .header-hum__wrap.open {
        position: relative;
        height: 22px;
        width: 29px;
        margin-right: -20px;
        margin-bottom: -6px;
    }

    .sp-header-nav {
        position: fixed;
        width: 100%;
        left: 0;
        top: 0;
        padding: 0px 5%;
        background: #fff;
        height: 0vh;
        overflow: hidden;
        transition: 0.3s;
        transition-property: height, padding;
    }
    .header.open {
        background:rgba(255,255,255,0.9);
    }

    .sp-header-nav.open {
        height: 100vh;
        padding: 20px 5%;
        overflow: hidden;
        background:rgba(255,255,255,0.9);
        z-index: 2;
    }




    .header-nav__link {
        padding: 17px 0;
        width: 100%;
    }

    .header-hum__line {
        display: block;
        margin: auto;
        width: 100%;
        height: 1px;
        background: #000;
        transition: 0.3s;
        position: absolute;
    }

    .header-hum__line--top {
        width: 70%;
        top: 0;
        left: 0;
        transform: translateY(0%);

    }
    .header-hum__line--center {
        top: 50%;
        left: 0;
        transform: translateY(-50%);
    }
    .header-hum__line--under {
        width: 70%;
        bottom: 0;
        left: 0;
        transform: translateY(0%);
    }

    .header-hum__line--top.open {
        width: 100%;
        top: 0;
        left: 0;
        transform: translateY(0%) rotate(-45deg);
        transform-origin: right;
    }
    .header-hum__line--center.open {
        opacity: 0;

    }

    .header-hum__line--under.open {
        width: 100%;
        bottom: 0;
        left: 0;
        transform: translateY(0%) rotate(45deg);
        transform-origin: right;
    }

    .sp-header-nav__item {
        text-align: center;
    }

    .sp-header-nav__link{
        font-weight: 500;
        font-size: 1.4rem;
        color: #000;
    }


    .sp-header-nav__list {
        display: flex;
        flex-flow: column wrap;
        align-items: center;
        justify-content: space-between;
        height: 65vh;
        padding: 100px 0;
    }

    .sp-hum {
        width: 54px;
        height: 54px;
        background: #fff;
        filter: drop-shadow(0 0 12px rgba(205, 171, 243, 0.62));
        border-radius: 100px;
        position: relative;
        cursor: pointer;
    }

    .header-hum {
        position: fixed;
        /* top: 50%;
        left: 50%;
        transform: translate(-50%,-50%); */
        /* safari */
        transform: translate(93%,101%);
    }

}


.fv{
    height: 100vh;
    position: relative;
}

.fv__scroll{
    position: absolute;
    left: calc(50% - 600px);
    z-index: 1;
    bottom: 157px;
    font-family: "Sofia Pro", sans-serif;
    font-size: 1.2rem;
    text-align: center;
    font-weight: 700;
}


.fv__scroll::before{
    content: "";
    width: 1px;
    height: 100px;
    position: absolute;
    top: calc(100% + 12.5px);
    left: calc(50% - 0.5px);
    background: linear-gradient(to bottom ,#000 0%, #000 60%,#fff 100%);
}




.fv__bg{
    background-image:url(../img/fv-bg.png);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    background-size:  contain;
    width: 376.54px;
    height: 376.64px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: -1;
}

.fv__text{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 1;
    width: 100%;
    text-align: center;
}

.fv__large{
    font-size: 9.7rem;
    font-family: sofia-pro, sans-serif;
    font-weight: 400;
    font-style: normal;
}

.fv__detail{
    font-weight: 400;
    font-size: 2.5rem;
    letter-spacing: 0.12em;
    text-align: center;
    display: block;
    font-weight: bold;
}

.concept{
    padding: 159px 0 193px;
    background-color: rgba(39,39,39,0.8);
    color: #fff;
    position: relative;
}

.concept::before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgb(39,39,39);
    z-index: -2;
}

.concept__title{
    font-weight: 500;
    font-size: 1.4rem;
    letter-spacing: 0.12em;
    text-align: center;
    position: relative;
}

.concept__back{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    font-size: 8.8rem;
    color: #fff;
    opacity: 0.2;
    line-height: 1em;
    letter-spacing: 0.12em;
    font-family: sofia-pro, sans-serif;
    font-weight: 700;Z
}

.concept__main{
    font-size: 2.6rem;
    position: relative;
    z-index: 1;
}

.concept__detail{
    margin-top: 69px;
    font-weight: 400;
    font-size: 1.4rem;
    letter-spacing: 0.12em;
    line-height: 2.5;
    text-align: center;
    
}

.concept__detail--sp-br{
    display: none;
}


.concept__sp-br{
    display: none;
}

.message{
    padding: 250px 0 0;
    background-color: rgba(255,255,255,0.8);
}

.message__wrap{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 90%;
    margin: auto;
    max-width: 1200px;
}

.message__left{
    width: 36%;
}

.message__left img{
    border-radius: 10px;
}

.message__sns{
    margin-top: 30px;
}

.sns__link{
    width: 40px;
    margin-right: 30px;
}

.message__right{
    width: 47%;
}

.message__ttl{
    font-size: 1.8rem;
    margin-bottom: 20px;

}

.message__large{
    font-size: 2.8rem;
    line-height: 2em;
    letter-spacing: 0.12em;
    font-weight: 700;
    margin-bottom: 40px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

.message__inner{
    display: block;
}

.message__detail{
    font-size: 1.4rem;
    line-height: 2em;
}

.message__name{
    width: 239px;
    margin-top: 50px;
}

.book{
    margin: 87px 0 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.book--sp{
    display: none;
}

.book__left{
    width: 180px;
}

.book__left img{
    border-radius: 10px;
}

.book__right{
    width: calc(100% - 220px);
}

.book__label{
    font-size: 1.4rem;
    margin-bottom: 20px;
    font-weight: 500;
}

.book__ttl{
    font-size: 1.8rem;
    line-height: 1.8em;
    letter-spacing: 0.12em;
}

.book__link{
    margin: 43px 0 0;
}

.book__link-txt{
    width: 165.5px;
}

.service{
  padding-top: 286px;
  padding-bottom: 132px;
    background: rgba(255,255,255,0.8);
}

.service__wrap{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    max-width: 1200px;
    width: 90%;
    margin: auto;
}

.service__ttl{
    text-align: center;
    font-size: 3.2rem;
    margin: 0 0 70px;
}

.service__content{
    width: calc(33% - 60px);
    animation-timing-function: ease-in-outs;
}

.service__content img{
    border-radius: 5px;
}

.service__large{
    margin: 42px 0 20px;
    font-size: 2.4rem;
    letter-spacing: 0.12em;
    font-weight: 500;
    line-height: 1em;
}

.service__detail{
    font-size: 1.4rem;
    line-height: 2em;
}

.recruit{
    padding: 106px 0;
    background-color: rgba(34,34,34,0.6);
    position: relative;
}

.recruit::before{
    content: "";
    width: 100%;
    height: 100%;
    background-color: #222;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -2;
}

.recruit__wrap{
    width: 90%;
    max-width: 1340px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.recruit__left{
    width: 48%;
}

.recruit__left iframe{
    width: 100%;
}

.recruit__right{
    width: 48%;
}

.recruit__ttl{
    font-size: 3.2rem;
    color: #fff;
    margin-bottom: 44px;
    font-weight: 600;
    letter-spacing: 0.09em;
}

.recruit__detail{
    font-size: 1.7rem;
    line-height: 2em;
    letter-spacing: 0.045em;
    color: #fff;
    margin-bottom: 40px;
}


.company{
    padding: 83px 0;
    background: rgba(255,255,255,0.8);
}

.company__wrap{
    max-width: 1000px;
    width: 90%;
    margin: auto;
    background-color: rgba(247,247,247,0.8);
    padding: 75px 0 100px;
    text-align: center;
    border-radius: 10px;
}

.company__title{
    font-weight: 400;
    font-size: 2.4rem;
    letter-spacing: 0.03em;
    margin-bottom: 50px;
    text-align: center;
    position: relative;
    display: inline-block;
}

.company__title:after {
    content: "";
    height: 72px;
    width: 90px;
    position: absolute;
    top: 30%;
    left: 50%;
    z-index: 1;
    background-image: url(../img/company.svg);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    background-size: contain;
}
.company__content {
    font-weight: 400;
    font-size: 1.4rem;
    letter-spacing: 0.03em;
    line-height: 2;

    max-width: 720px;
    width: 80%;
    margin: auto;
    padding: 25px 0;
    display: flex;
    align-items: flex-start;
    border-bottom: 1px solid #BFBFBF;
    position: relative;
    text-align: left;
}

.company__content:before{
    content: "";
    width: 130px;
    height: 2px;
    display: block;
    background-color: #F35734;
    position: absolute;
    bottom: -1px;
    left: 0;
    z-index: 1;
}

.company__label {
    width: 130px;
}
.company__detail {
    padding-left: 45px;
    width: calc(100% - 130px);
}

.company__multiple-line{
    line-height: 2.5;
}


.footer{
    position: relative;
    max-width: 1200px;
    margin: auto;
    background: linear-gradient(to bottom,rgba(255,255,255,0.8) 0%,rgba(255,255,255,0) 30%);
}

.footer__wrap{
    height: 100vh;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: flex-end;
}



.footer__list{
    max-width: 108px;
    margin-left: auto;
    margin-right: 14.42%;
}

.footer__item{
    padding: 15px 0;
}



.footer__link{
    font-size: 1.6rem;
    line-height: 2.44;
    display: block;
    color: #000;
}

.footer__copy{
    margin: 13% 0 2%;
    font-family: "Sofia Pro", sans-serif;
    font-size: 1.6rem;
    line-height: 2.437;
    text-align: center;
}


.footer__logo{
    width: 293px;
    position: absolute;
    top: 47%;
    left: 50%;
    transform: translate(-50%,-50%); 
}

@media screen and (max-width:1024px) {
    .fv__large {
        font-size: 6rem;
    }
    .fv__detail{
        font-size: 1.8rem;
    }
    .message__right {
        width: 50%;
    }
    .service__ttl {
        font-size: 2.4rem;
        margin: 0 0 30px;
    }
    .service__large {
        margin: 20px 0 10px;
        font-size: 1.8rem;
    }
    .service__content{
        width: 30%;
    }
    .recruit{
        padding: 0;
    }
    .recruit__wrap{
        width: 100%;
        display: block;
    }
    .recruit__left{
        width: 100%;
    }
    .recruit__right{
        width: 90%;
        margin: auto;
        padding: 40px 0;
    }
    .recruit-btn{
        text-align: right;
    }
}

@media screen and (max-width:768px) {    
    .fv {
        width: 100%;
    }

    .fv__bg {
        width: 64.27%;
    }

    .fv__detail {
        font-size: 1.4rem;
    }
    .main-bg {
        padding-top: 144px;
    }

    .concept {
        padding: 100px 0 90px;
    }

    .concept__title {
        margin-bottom: 62px;
    }

    .concept__back{
        font-size: 6rem;
    }

    .concept__detail{
        font-size: 1.2rem;
        margin: auto;

    }
    .sns__link {
        width: 30px;
    }
    .message__right{
        width: 100%;
        order: 1;
        margin-bottom: 45px;
    }

    .message__left{
        width: 100%;
        order: 2;
    }

    .message__wrap{
        flex-wrap: wrap;
    }

    .message__ttl {
        font-size: 1.6rem;
        margin-bottom: 10px;
    }
    .message__large {
        font-size: 2rem;
        margin-bottom: 20px;
    }
    .message__detail{
        font-size: 1.2rem;
    }
    .message__name {
        width: 150px;
        margin-top: 20px;
    }

    .book{
        display: none;
    }

    .book--sp{
        display: block;
    }

    .company {
        padding: 139px 0 0;
    }

    .company__wrap {
        width: 100%;
        padding: 107px 0 130px;
    }
    
    .company__title {
        font-size: 2.2rem;
        margin-bottom: 70px
    }
    .company__content{
        font-size: 1.2rem;
        width: 90%;
    }
    .company__label {
        width: 70px;
    }

    .company__detail {
        padding-left: 45px;
        width: calc(100% - 70px);
    }

    .company__content:before {
        content: "";
        width: 70px;
    }

    .service__wrap{
        flex-wrap: wrap;
    }

    .service__content{
        width: 100%;
        margin-bottom: 45px;
    }
    .service{
        padding-bottom: 60px;
    }
    .company{
        padding: 0;
    }
    .footer__link{
        font-size: 1.4rem;  
    }
    .footer__copy {
        margin-top: 5.18%;
    }
    .footer__copy{
        font-size: 1.2rem;
        margin: 5.18% 0 2.84%;
    }

    .book__right{
        width: 100%;
    }

    .book-btn{
        text-align: right;
    }
    .footer__wrap{
        height: auto;
        padding: 90px 0 0px;
    }
    .footer__copy{
        margin-top: 100px;
    }
}



@media screen and (max-width:480px) {
    .footer__list {
        margin-left: auto;
        margin-right: auto;
    }
    .footer__item {
        padding: 10px 0;
    }
    .fv__large{
        font-size: 4.2rem;
    }
    .fv__detail{
        font-size: 1.2rem;
    }

    .concept__sp-br{
        display: block;
    }
    .message {
        padding: 90px 0 0;
    }
    .service{
        margin-top: 0px;
    }
    .recruit__ttl {
        font-size: 2.4rem;
        margin-bottom: 20px;
    }
    .recruit__detail{
        font-size: 1.4rem;
    }
    .service__detail{
        font-size: 1.2rem;
    }

    .company__content:before{
        display: none;
    }
    .company__content{
        display: block;
    }
    .company__label{
        width: 100%;
        font-weight: 600;
        color: #F35734;
    }
    .company__detail{
        width: 100%;
        margin: 0;
        padding: 0;
    }
    .footer__item{
        text-align: center;
    }
    .footer__link span{
        display: none;
    }
    .fv__scroll {
     display: none;
    }
}


