@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;
}

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;
}

input {
    border: 1px;
    font-size: 1.6rem;
    height: 2em;
    padding: 0 1em;
    background: #efefef;
}

button {
    border: 1px;
    font-size: 1.6rem;
    height: 2em;
    padding: 0 1em;
    background: #efefef;
}

.progress {
    background: #fff;
    color: #000;
    height: 100%;
    position: fixed;
    top: 0;
    z-index: 1;
    width: 100%;
}

.progress__img {
    width: 20%;
    max-width: 200px;
    fill: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.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: 38px;
    width: auto;
}

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

.header__item {
    margin: 0 15px;
}

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

/*以下ハンバーガーメニュー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__bg{
    background-image:url(../img/fv-bg.png);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    background-size:  contain;
    width: 422.05px;
    height: 490.03px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: -1;
}

.fv__text{
    width: 567px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 1;
}

.fv__detail{
    font-family: "Noto Sans JP";
    font-weight: 400;
    font-size: 1.6rem;
    letter-spacing: 0.12em;
    text-align: center;
    display: block;
    margin-top: 24px;
}

.main-bg{
    width: 100%;
    background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.82) 15.76%, rgba(255, 255, 255, 0.82) 77.34%, rgba(255, 255, 255, 0.03) 100%);    
    z-index: -1;
    position: relative;
    padding-top: 370px;
    padding-bottom: 160px;
    transform: translate3d(0,0,0);
}

.concept{
    padding: 219px 0 225px;
}

.concept__wrap{
    max-width: 1200px;
    width: 90%;
    margin: auto;
    position: relative;
}

.concept__title{
    font-weight: 500;
    font-size: 1.4rem;
    letter-spacing: 0.12em;
    text-align: center;
}
.concept__title:before {
    content: "";
    height: 170px;
    width: 676px;
    background-image: url(../img/concept-text.svg);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: bottom;
    background-size: contain;
    position: absolute;
    top: -190px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}

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

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

.message{
    padding: 34px 0 134px;
}

.message__wrap{
    max-width: 1200px;
    width: 90%;
    margin: auto;
    position: relative;
}

.message__text-wrap{
    margin-right: auto;
    margin-left: 0;
    padding-bottom: 170px;
}

.message__img{
    position: absolute;
    bottom: 0;
    right: 0;
    width: calc(50% - 174px);
    max-width: 435px;
    z-index: 1;
    border-radius: 10px;
}

.message__title{
    font-weight: 300;
    font-size: 1.8rem;
    letter-spacing: 0.12em;
}

.message__caption{
    font-family: fot-klee-pro,sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 2.8rem;
    letter-spacing: 0.03em;
    line-height: 1.35;
    margin-top: 20px;
}

.message__detail{
    font-weight: 300;
    font-size: 1.4rem;
    letter-spacing: 0.12em;
    line-height: 2.143;
    margin: 40px 0 50px;
    max-width: 540px;
}

.message__name{
    display: block;
    width: 254px;
    height: 23px;
}

.service{
    padding: 65px 0 74px;
}

.service__wrap{
    max-width: 1200px;
    width: 90%;
    margin: auto;
    position: relative; 
    display: flex;

}

.service__title{
    max-width: 1200px;
    width: 90%;
    margin: auto;
    font-family: "Sofia Pro", sans-serif;
    font-weight: 400;
    font-size: 3.2rem;
    margin-bottom: 78px;
    text-align: center;
}


.service__text-wrap{
    max-width: 540px;
    width: 50%;
}

.service__subtitle{
    font-weight: 400;
    font-size: 24px;  
}

.service__detail{
    font-weight: 400;
    font-size: 1.4rem;
    letter-spacing: 0.03em;
    line-height: 2;
    margin: 21px 0 42px;
    
}

.service__detail--strong{
    font-weight: 700;
}

.service__under-line{
    width: 100%;
    height: 1px;
    background-color: #BFBFBF;
    margin-bottom: 53px;
}
.service__under-line:before{
    content: "";
    height: 2px;
    width: 31.48%;
    display: block;
    background-color: #000;
    top: 0;
    left: 0;
    z-index: 1;
}

.service__right-wrap{
    width: 50%;
    margin-left: auto;
    margin-right: 0;
    position: relative;
}

.service__img{
    border-radius: 30px;
    box-shadow: 0px 0px 12px rgba(177, 177, 177, 0.27);
    display: block;
    max-width: 250px;
    width: 43%;
}

.service__img01{
    position: absolute;
    bottom: 255px;
    left: 89px;
    z-index: 1;
}

.service__img02{
    position: absolute;
    bottom: 77px;
    right: 0;
    z-index: 1;
}


.company{
    padding: 83px 0;
}

.company__wrap{
    max-width: 1000px;
    width: 90%;
    margin: auto;
    background-color: #F7F7F7;
    padding: 75px 0 100px;
    text-align: center;
}

.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: #9FA6FF;
    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;
}

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



@keyframes logo-fadeInUp {
    0% {

   opacity: 0;
   -webkit-transform: translate3d(-50%,100%,0);
   transform: translate3d(-50%,100%,0);
    }

    100% {
   opacity: 1;


   -webkit-transform: translate3d(-50%,-50%,0);
   transform: translate3d(-50%,-50%,0);

    }

}
@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,50%,0);
        transform: translate3d(0,50%,0);
    }

    100% {
   opacity: 1;
   -webkit-transform: none;
   transform: none;
    }

}



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

.footer__item{
    padding: 15px 0;
}

.footer__link{
    font-weight: 300;
    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-weight: 300;
    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:768px) {

    .progress__img {
        width: 50%;
    }
    
    .fv {
        width: 100%;
    }
    
    .fv__text {
        width: 86.4%;
    }

    .fv__bg {
        width: 64.27%;
    }

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

    .concept {
        padding: 142px 0 0;
    }

    .concept__title {
        margin-bottom: 62px;
    }

    .concept__title:before {
        content: "";
        height: 15%;
        width: 100%;
        background-image: url(../img/concept-text.svg);
        background-repeat: no-repeat;
        background-position-x: center;
        background-position-y: bottom;
        background-size: contain;
        position: absolute;
        top: -85px;
        left: 50%;
        transform: translateX(-50%);
        z-index: -1;
    }

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

    }

    .message {
        padding: 92px 0 0;
    }

    .message__text-wrap {
        padding: 23px 0 110px;
    }

    .message__img {
        position: static;
        width: 100%;
        margin: auto;
    }

    .message__title {
        font-size: 1.6rem;
    }

    .message__caption{
        font-size: 2rem;
    }
    
    .message__detail{
        font-size: 1.2rem;
        width: 75%;
        margin: 24px 0;
    }
    .message__name {
        display: block;
        width: 61.6%;
        max-width: 231px;
        height: auto;
    }
    .service {
        padding: 110px 0 0;
    }
    .service__wrap {
        display: block;
    }

    .service__text-wrap {
        width: 100%;
    }
    .service__right-wrap {
        width: 100%;
        display: flex;
        align-items: flex-end;
        justify-content: space-between;
        padding-top: 30px;
    }
    .service__img {
        position: static; 
    }
    .service__img01 {
        position: static;
        display: inline-block;
        margin-bottom: 111px;
    }

    .message__br-none{
        display: none;
    }

    .service__title{
        font-size: 2.8rem;
        margin-bottom: 58px;   
    }

    .service__subtitle{
        font-size: 1.8rem;  
    }

    .service__detail{
        font-size: 1.2rem;
        margin: 23px 0 48px;  
    }

    .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;
    }

    .footer__link{
        font-size: 1.4rem;  
    }
    .footer__copy {
        margin-top: 5.18%;
    }
    .footer__copy{
        font-size: 1.2rem;
        margin: 5.18% 0 2.84%;
    }


}



@media screen and (max-width:480px) {
    .footer__list {
        margin-left: auto;
        margin-right: auto;
    }
    .footer__item {
        padding: 10px 0;
    }

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

@media screen and (max-width:550px) {
    .footer__logo {
        max-width: 293px;
        width: 45%;
        position: absolute;
        top: 48%;
        left: 50%;
        transform: translate(-50%,-50%);
    }
}

