@charset "UTF-8";

/* 共通 */

html{
    font-size: 62.5%;
}

body {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    color: #3A3A3E;
    background-color: #F5F5FB;
}

a {
    color: #3A3A3E;
}

.flex{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.anchor{
    padding-top: 50px;
    margin-top: -50px;
}

.inner{
    max-width: 1200px;
    margin: 0 auto;
}

.al_c{
    align-items:center;
}

.sp{
    display: none;
}

.pc{
    display: block;
}

.wrapper_pt120{
    padding-top:120px ;
}

.wrapper_pb120{
    padding-bottom: 120px;
}

h2.ttl{
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-size: 3.4rem;
    padding-top: 30px;
    position: relative;
    z-index: 6;
}

h2.ttl::after{
    content: "";
    background: #8C88C7;
    width: 25px;
    height: 2px;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
}

.yazirusi {
    margin-top: 40px;
}

.yazirusi a {
    position: relative;
    width: 140px;
    display: table;
    margin-left: auto;
    background-image: url(../img/btn_icon.png);
    background-repeat: no-repeat;
    background-size: 13px;
    background-position: left center; 
}

.yazirusi p {
    font-family: 'Source Sans Pro', sans-serif;
    padding-left: 26px;
    padding-bottom: 3px;
}

.yazirusi a::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    transform-origin: right bottom;
    width: 100%;
    height: 1px;
    background-color: #000;
}

.yazirusi a::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    transform-origin: right bottom;
    width: 7px;
    height: 1px;
    background-color: #000;
    transform: rotate(45deg);
}

.yazirusi a:hover{
    color: #8C88C7;
}

/* レスポンシブ　共通   */

@media (max-width: 1350px){
    .nav_pc{
        display: none;
    }
}

@media (max-width: 1200px){
    .inner{
        padding: 0 20px;
    }
}
@media (max-width: 1024px){
    .pc{
        display: none;
    }
}
@media (max-width: 768px){
    body{
        font-size: 1.4rem;
    }
    .inner{
        padding: 0 30px;
    }
    .flex_tablet{
        display: block!important;
    }
    .wrapper_pt120{
        padding-top:80px ;
    }
    
    .wrapper_pb120{
        padding-bottom: 80px;
    }
}
@media (max-width: 600px){
    .sp{
        display: block;
    }
    .flex_sp{
        display: block!important;
    }
    h2.ttl{
        font-size: 2.4rem;
    }
    .yazirusi a {
        width: 120px;
    }
    .wrapper_pt120{
        padding-top:50px ;
    }
    
    .wrapper_pb120{
        padding-bottom: 50px;
    }
    
}

/* ヘッダー */

header{
    background-color: #F5F5FB;
    width: 100%;
    height: 80px;
    position: fixed;
    top: 0;
    z-index: 9999;
    transition: 0.3s;
}

.logo h1{
    color: #8C88C7;
    font-size: 3rem;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    line-height: 80px;
    margin-left: 50px;    
}

.nav_bottom li{
    font-size: 1.5rem;
    margin-right: 3.5rem;
}

.nav_bottom li:last-of-type{
    margin-right: 120px;
}

.nav_bottom li:last-child a {
    background-image: url(../img/btn_icon.png);
    background-repeat: no-repeat;
    background-size: 17px;
    background-position: right top 3px;
    padding-right: 23px;
}

.nav_bottom a{
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;    
}

.nav_bottom a:hover{
    color: #8C88C7;
}



/* .hamburger_btn{
    width: 60px;
    height: 60px;
    position: absolute;
    right: 60px;
    top: 30px;
    background-color: rgba(58,58,62,1);
    border-radius: 50px;
    border-width: 2px;
    border-style: solid;
    border-color: rgba(58,58,62,1);
}

.hamburger_bg{
    width: 100%;
    width: 100%;
}

.hamburger{
    width: 32px;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -16px;
    overflow: hidden;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
} */

/* .header-area{
    display: flex;
    justify-content: space-between;
    padding: 20px;
} */

.hamburger_bg{
    background-color:rgba(58,58,62,1);
    border-radius: 50px;
    width: 58px;
    height: 58px;
    position: absolute;
    right: 35px;
    top: 11px;
}

.hamburger{
    width: 40px;
    height: 25px;
    position: relative;
    position: fixed;
    top: 39px;
    z-index: 999;
}

.hamburger span{
    position: absolute;
    right: -5px;
    width: 80%;
    height: 2px;
    background-color: #FFF;
    transition: .5s;/* 追記 */      
}
ide-menu li
.hamburger span span{
    background-color: rgba(255,255,255,1);
}

.hamburger span:first-of-type{/* ハンバーガーメニューの1番目の線 */
    top: -10px;
}

.hamburger span:nth-of-type(2){/* ハンバーガーメニューの2番目の線 */
    top: 0px;
    width: 60%;
    right: -1px;
}

.hamburger span:last-of-type{/* ハンバーガーメニューの3番目の線 */
    top: 10px;
}
.slide-menu{
    background-color: #8C88C7;
    position: fixed;
    padding-top: 100px;
    top: 0px;
    width: 100%;
    height: 100%;
    left: 0;
    transform: translateX(100%); /* 追記 */
    transition: .5s;/* 追記 */
}


.slide-menu li{
    text-align: center;
    margin-bottom: 50px;
}

.slide-menu li a{
    color: #FFF;
    font-size: 1.8rem;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}

.slide-menu li a:hover{
    color: #3A3A3E;
}

.slide-menu li:last-child a {
    background-image: url(../img/contact_btn_icon.png);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: right top 7px;
    padding-right: 24px;
}



  /* ここから下を追記 */
.hamburger.active span:first-of-type{/* ハンバーガーメニューの1番目の線 */
    top: 50%;
    transform: rotate(45deg);    
}

.hamburger.active span:nth-of-type(2){/* ハンバーガーメニューの2番目の線 */
    opacity: 0;/* 透明にする */
}

.hamburger.active span:last-of-type{/* ハンバーガーメニューの3番目の線 */
    top: 50%;
    transform: rotate(-45deg);
}

.slide-menu.active{
    transform: translateX(0); 
}

@media (max-width: 1200px){
    .logo h1 {
        font-size: 2.6rem;
        margin-left: 30px;
    }
    .nav_bottom li {
        font-size: 1.4rem;
        margin-right: 1.8rem;
    }
}

@media (max-width: 768px){
    .logo h1 {
        font-size: 2.4rem;
    }
    .hamburger{
        top: 39px;
    }
    .hamburger_bg{
        width: 50px;
        height: 50px;
        top: 15px;
    }
    .hamburger span{
        right: 0px;
        width: 70%;
    }
    .hamburger span:first-of-type {
        top: -9px;
    }
    .hamburger span:nth-of-type(2){
        width: 50%;
        right: 4px;
    }
    .hamburger span:last-of-type {
        top: 9px;
    }
    .slide-menu li{
        margin-bottom: 40px;
    }
}

@media (max-width: 600px){
    header{
        height: 70px;
    }
    .logo h1 {
        font-size: 2rem;
        line-height: 70px;
    }
    .hamburger{
        top: 34px;
    }
    .hamburger_bg{
        width: 40px;
        height: 40px;
        right: 20px;
        top: 15px;
    }
    .hamburger span{
        right: 9px;
        width: 53%;
    }
    .hamburger span:first-of-type {
        top: -7px;
    }
    .hamburger span:nth-of-type(2){
        width: 38%;
        right: 12px;
    }
    .hamburger span:last-of-type {
        top: 7px;
    }
    .slide-menu {
        padding-top: 90px;
        padding-left: 20px;
    }
    .slide-menu li{
        text-align: left;
        margin-bottom: 30px;
    }
}



/* メイン */

.video_wrapper{
    width: 100%;
    height: 100vh;
    position: relative;
    margin-top: 80px;
}
.video {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
}
.video video {
    position: absolute;
    top: 50%;
    left: 50%;
    object-fit: cover;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
}
@media (max-width: 768px){
    .video_wrapper{
        height: 100%;
    } 
    .video video {
        position: relative;
        top: inherit;
        left: inherit;
        object-fit: inherit;
        transform: inherit;
        width: 100%;
        height: 100%;
    }
    .video {
        position: inherit;
        width: 100%;
        height: 100%;
    }
}
@media (max-width:600px){
    .video_wrapper{
        margin-top: 70px;
    }
}
/* コンセプト */

.concept_wrapper{
    position: relative;
}

.concept_wrapper span{
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 26rem;
    font-weight: 300;
    color: #FBFBFF;
    position: absolute;
    right: 2%;
    top: 8%;
    z-index: 3;
}

.concept_area{
    margin-top: 50px;
    position: relative;
}

.concept_area img{
    max-width: 850px;
    position: absolute;
    left: 0;
    z-index: 5;
        
}

.concept_text{
    margin-top: 8.5rem;
    z-index: 5;
    margin-left: auto;
}

.concept_text_2{
    background-color: #8C88C7;
    padding: 9rem 8.5rem;
    box-sizing: border-box;
    width: 50%;
    margin-left: auto;
    background-image: url(../img/main_text_bk.png);
    background-repeat: no-repeat;
    background-size: 93%;
    background-position: center;
    
}

.concept_text h3{
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-size: 2.2rem;
    font-weight: 500;
    color: #fff;
}

.concept_text p{
    color: #fff;
    margin-top: 2.5rem;
    line-height: 3rem;
    letter-spacing: 0.2em;
}

/* スライダー */


@media (max-width: 1200px){
    .concept_wrapper span{
        font-size: 19rem;
        top: 11%;
    }
    .concept_area img{
        max-width: 550px;
    }
    .concept_text{
        margin-top: 3.5rem;
    }
    .concept_text_2{
        padding: 5rem 5.5rem
    }   
}

@media (max-width: 1024px){
    .concept_wrapper span {
        font-size: 18rem;
        top: 12%;
    }
    .concept_area img{
        max-width: 490px;
    }
    .concept_text_2{
        padding: 5rem 3.5rem
    }
    .concept_text p {
        line-height: 2.9rem;
    }
}
@media (max-width: 768px){
    .concept_area .flex{
        display: block;
    }
    .concept_area img{
        max-width: 708px;
        position: inherit;
        /* top: -560px; */
    }
    .concept_wrapper span {
        font-size: 12rem;
        top: 9%;
    }
    .concept_text_2{
        margin: 0 auto;
        width: 100%;
        max-width: 708px;
        padding: 7rem 10.5rem;
        background-size: 75%;
    }
    .concept_text p{
        letter-spacing: 0.05em;
    }
}
@media (max-width: 600px){
    .concept_area img{
        width:calc(100% - 30px);
    }
    .concept_text_2 {
        font-size: 1.4rem;
        padding: 3.5rem 3rem;
        background-size: 85%;
    }
    .concept_text h3 {
        font-size: 1.8rem;
    }
    .concept_wrapper span {
        font-size: 6.5rem;
        top: 9%;
    }
    .concept_area{
        margin-top: 40px;
    }
      
}



/* プロセス */
.process_wrapper{
    background-image: url(../img/process_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 0;
    width: 100%;    
}

.process_wrapper::before {
    width: 100%;
    height: 100%;
    z-index: -1;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(241,241,241,0.93);
}

.process_wrapper span{
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 24rem;
    font-weight: 300;
    color: #FBFBFF;
    position: absolute;
    right: 18%;
    top: 3%;
}

.process_wrapper h3{
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-size: 2.2rem;
    font-weight: 500;
    color: #8C88C7;
    margin-top: 50px;
}

.process_wrapper p{
    font-size: 1.4rem;
    color: #8C88C7;
    margin-top: 5px;
}

.panorama img{
    width: 100%;
    margin-top: 25px;    
}

.scroll_att{
    font-weight: normal;

}

.process_wrapper .text_pink{
    color: #AA385F;
    text-align: center;
    margin:10px 0 20px ;
}

.process_box_1 {
    border-collapse: collapse;
    border: 1px solid #3A3A3E;
    table-layout: fixed;
    width: 100%;
}

.process_box_1 tr:first-of-type th{
    border-bottom: 1px solid #FFFFFF;
}

.process_box_1 th {
    text-align: center;
    background: #3A3A3E;
    color: #fff;
    padding: 16px 15px;
    vertical-align: middle;
}

.process_box_1 td{
    border: 1px solid #3A3A3E;
    padding: 16px 20px;
    text-align: left;
    background: #F1F1F1;
}

.process_box_1 th:first-child {
    width: 85px;
}

.process_box_2{
    max-width: 1000px;
    background-color: #FFF;
    padding: 45px 50px;
    margin: 50px auto 0;
    font-size: 1.8rem;
}

.process_box_2 table{
    width: 100%;
}

.process_box_2 th{
    border-bottom: 1px solid #8C88C7;
}

.process_box_2 td{
    border-bottom: 1px solid #EFEFEF;
    padding: 20px 0 10px 15px;
}

.process_wrapper .yazirusi {
    margin-top: 50px;
    margin-bottom: 0;
}

.process_wrapper .yazirusi p {
    color: #3A3A3E;
    font-size: 1.6rem;
}

.process_wrapper .yazirusi p:hover {
    color: #8C88C7;
}


@media (max-width: 1200px){
    .process_wrapper span{
        right: 2%;
    }
}
@media (max-width: 1024px){
    .process_wrapper span{
        font-size: 19rem;
        top: 5%;
    }    
}
@media (max-width: 768px){
    .process_wrapper span{
        font-size: 14rem;
        top: 9%;
        right: 4%;
    }
    .process_box_2 {
        max-width: 500px;
        font-size: 1.6rem;
    }
    .process_box_2 th{
        width: 40px;
    }
    .process_wrapper .text_pink {
        text-align: left;
    }    
}

@media (max-width: 600px){
    .process_wrapper span {
        font-size: 7rem;
    top: 8%;
    }
    .process_wrapper .ttl{
        padding-bottom: 10px;
    }
    .process_wrapper p{
        font-size: 1.2rem;
    }
    .process_box_2 td{
        padding: 20px 0 15px 15px;
    }
    .process_box_2 {
        padding: 10px 25px 30px;
        font-size: 1.5rem;
    }
    .panorama{
        overflow: auto;
        max-width: 768px;
        /* max-height:227px; */
    }
    .panorama img{
        width:800px;
        /* height:350px; */
    }
    .process_wrapper h3 {
        margin-top: 10px;
        position: relative;
        z-index: 1;
    }
    .process_wrapper .yazirusi {
        margin-top: 30px;
    }
    .process_wrapper .yazirusi a {
        background-position: left bottom 6px;
    }
}

.about_wrapper{
    position: relative;
}

.about_wrapper h2.ttl{
    padding-bottom: 50px;
}

.about_wrapper span{
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 26rem;
    font-weight: 300;
    color: #FBFBFF;
    position: absolute;
    right: 3%;
    top: 10%;
    z-index: -1;
}

.about_wrapper p{
    margin-bottom: 50px;
}

.about_img_box{
    width: 33%;
    position: relative;
    z-index: 1;
}

.about_img_box::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(0deg, rgba(140, 136, 199, 0.8), rgba(254, 155, 199, 0.8));
}

.about_img_box p {
    font-size: 2.6rem;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    color: #fff;
    text-align: center;
    width: 100%;
    position: absolute;
    top: 45%;
    z-index: 2;
    margin-bottom: 0;
}

.about_img_box .sub_ttl{
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1.4rem;
    position: absolute;
    top: 54%;
}

.about_detail {
    overflow: hidden;
}

.about_detail .about_detail_bg{
    background-color: #F1F1F1;
    padding: 45px;
    position: relative;
}

.about_detail_bg::before{
    content: "";
    position: absolute;
    width: 116vw;
    height: 100%;
    top: 0;
    right: -50vw;
    background-color: #F1F1F1;

}

.about_detail_text{
    background-color: #FFF;
    padding: 20px 35px 45px;
    position: relative;
    margin-bottom: 30px;
}

.about_detail_text:nth-child(3){
    margin-bottom: 0;
}

.about_detail_text::before {
    content: '';
    position: absolute;
    width: 25px;
    height: 2px;
    background-color: #8C88C7;
    background-size: cover;
    top: 25%;
    left: -13px;
}

.about_detail_text p{
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1.6rem;
    margin-bottom: 5px;
    color: #8C88C7;
}

.about_detail_text .text{
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-size: 2rem;
    margin-bottom: 0;
    color: #3A3A3E;
}


@media (max-width: 1200px){
    .about_detail_text{
        padding: 20px 28px 45px;
    }
    .about_img_box p{
        top: 42%;
    }
    .about_wrapper span{
        font-size: 21rem;
        right: 0%;
        top: 22%;
    }
}

@media (max-width: 1024px){
    .about_wrapper span{
        font-size: 19rem;
        top: 25%;
    }
    .about_wrapper h2.ttl{
        padding-bottom: 50px;
    }
    .about_detail_text{
        line-height: 2em;
    }
}

@media (max-width: 768px){
    .about_img_box p{
        font-size: 2rem;
        top: 40%;
    }
    .about_detail_text .text{
        font-size: 1.6rem;
    }
    .about_wrapper span{
        font-size: 15rem;
        top: 33%;
    }
}
@media (max-width: 600px){
    .about_wrapper .ttl{
        padding-bottom: 50px;
    }
    .about_wrapper span{
        font-size: 7rem;
        top: 7%;
    }
    .about_wrapper p {
        margin-bottom: 15px;
    }
    .about_img_box{
        width: 100%;
    }
    .about_img_box p {
        top: 42%;
    }
    .about_img_box .sub_ttl{
        top: 52%;
    }
    .about_detail_text {
        padding: 20px 25px 45px;
    }
    .about_wrapper h2.ttl{
        padding-bottom: 25px;
    }
    .about_detail .about_detail_bg {
        padding: 25px 0 25px 25px;
    }
}

footer{
    background-color: #3A3A3E;
    padding-bottom: 30px;
}

.footer_contact{
    background-image: url(../img/contact_img.jpg);
    width: 100%;
    height: 400px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
    position: relative;
    margin-bottom: 150px;
}

.contact_inner{
    max-width: 700px;
    padding-top: 33px;
    padding-bottom: 55px;
    background-color: #8C88C7;
    text-align: center;
    position: absolute;
    top: 200px;
    left: 0;
    right: 0;
    margin: auto;
    color: #FFF;
}

.contact_inner h2.ttl{
    padding-top: 0;
}

.contact_inner p{
    margin: 30px 0 50px;
    line-height: 2em;
}

.contact_inner a{
    border: 1px solid #FFF;
    padding: 12px 50px 12px 76px;
    color: #FFF;
    background-image: url(../img/contact_btn_icon.png);
    background-repeat: no-repeat;
    background-size: 9%;
    background-position: right 125px bottom 15px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}

.contact_inner a:hover{
    background-color: #FFF;
    color: #3A3A3E;
    background-image: url(../img/btn_icon.png);
}

.footer_main{
    color: #FFF;
    font-weight: 400;
    background-color: #3A3A3E;
    padding-bottom: 30px;
}

.footer_main .flex{
    align-items: flex-end;
}

.footer_main .hp_btn{
    color: #FFF;
    border: 1px solid #FFF;
    padding: 11px 25px 10px 52px;
    background-image: url(../img/contact_btn_icon.png);
    background-repeat: no-repeat;
    background-size: 9%;
    background-position: left 28px bottom 14px;
}

.hp_btn:hover{
    background-color: #FFF;
    color: #3A3A3E;
    background-image: url(../img/btn_icon.png);
}

.footer_text h3{
    font-size: 1.8rem;
    margin-bottom: 15px;    
}

.footer_text p a{
    color: #FFF;
}

.footer_main span{
    width: 100%;
    margin-top: 60px;
    border-top: 1px solid #FFF;
}

.border_b{
    border-bottom: 1px solid #FFF;
    padding-bottom: 60px;
}

.copywrite{
    text-align: right;
    color: #FFF;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-size: 1.4rem;
    margin-top: 20px;
}


@media (max-width: 1024px){
    .footer_contact {
        height: 300px;
        margin-bottom: 240px;
    }
}
@media (max-width: 600px){
    .footer_contact{
        height: 150px;
        margin-bottom: 200px;
    }
    .contact_inner{
        max-width: 300px;
        padding-top: 25px;
        padding-bottom: 50px;
        top: 90px;
    }
    .contact_inner .ttl{
        padding-bottom: 0;
        width: 300px;
    }
    .contact_inner p{
        margin: 10px 0 35px;
        line-height: 1.7em;
    }
    .footer_text{
        margin-bottom: 20px;
    }
    .copywrite{
        font-size: 1.2rem;
    }
}