
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;800&display=swap');


/* --------------------------------------------------
    header
--------------------------------------------------- */

.header-vol4_main__wrap{
    display: flex;
    align-content: center;
    align-items: center;
    background: #e9eef7;
    flex: none;
    flex-direction: row;
    flex-wrap: nowrap;
    height: 88px;
    justify-content: space-between;
    left: 0px;
    padding: 0px 0px 0px 48px;
    position: fixed;
    right: 0px;
    top: 0px;
    width: 100%;
    max-width: 100%;
    z-index: 3;
    box-shadow: 0px 10px 14px -13px rgba(0,0,0,0.6);
}

.header-vol4_logo a{
    color: #4567b5;
    text-decoration: none;
}

.header-vol4_pc__menu .menu{
    display: flex;
    list-style: none;
    align-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
}

.header-vol4_pc__menu .menu a{
    display: flex;
    align-content: center;
    align-items: center;
    flex: none;
    flex-direction: column;
    flex-wrap: nowrap;
    height: 88px;
    justify-content: center;
    padding: 0px;
    width: 125px;
    max-width: 100%;
    text-decoration: none;
    color: #4567b5;
    font-weight: bold;
}

.header-vol4_pc__menu .menu li:last-of-type a{
    background-color: #4567b5;
    color: #fff;
    width: 200px;
}


@media screen and (max-width: 880px) {
    
    .header-vol4_pc__menu{
        display: none;
    }

    .header-vol4_main__wrap{
        padding: 0 0 0 10px;
        height: 60px;
    }

    .header-vol4_main__wrap .menu-btn{
        background: #4567b5;
    }

    .header-vol4_main__wrap .menu-btn span, .header-vol4_main__wrap .menu-btn span:before, .header-vol4_main__wrap .menu-btn span:after{
        background-color: #fff;
    }

    .header-vol4_main__wrap .menu-btn{
        right: 0;
    }

    .header-vol4_main__wrap .menu-content{
        background: #4567b5;
    }
    
}

/* --------------------------------------------------
    mv
--------------------------------------------------- */

.mv-vol4__whole{
    position: relative;
    display: flex;
    margin-top: 88px;
}

.mv-vol4__imgs{
    height: 680px;
    width: 100%;
    max-width: 85%;
    margin-left: auto;
}

.mv-vol4__bg{
    height: 100%;
}

.mv-vol4__texts{
    position: absolute;
    bottom: 112px;
    left: 20px;
}

@media screen and (max-width: 880) {
    .mv-vol4__whole{
        margin-top: 60px;
    }
}

@media screen and (max-width: 568px) {
    
    .mv-vol4__imgs{
        max-width: 100%;
        height: 90vh;
    }
    
    .mv-vol4__texts{
        left: 50%;
        bottom: 50%;
        transform: translateX(-50%) translateY(50%);
        -webkit-transform: translateX(-50%) translateY(50%);
        width: 95%;
    }

    .mv-vol4__texts img{
        width: 100% !important;
    }

}


/* --------------------------------------------------
    philosophy
--------------------------------------------------- */

.custom-philosophy__vol4{
    max-width: 780px;
    margin: auto;
}

.philosophy-vol4__whole{
    padding: 5rem 0;
}

.philosophy-vol4__texts h2{
    display: flex;
    flex-direction: column;
}

.philosophy-vol4__texts h2 div{
    line-height: 1;
}

.philosophy-vol4__texts h2 strong{
    font-family: 'Poppins', sans-serif;
    font-size: 32px;
}

.philosophy-vol4__texts h2 small{
    font-size: 16px;
}

.philosophy-vol4__description{
    margin-top: 1.5rem;
}

@media screen and (max-width: 768px) {

	.philosophy-vol4__texts h2 strong{
        font-size: 28px;
    }
    
    .philosophy-vol4__texts h2 small{
        font-size: 14px;
    }

}

@media screen and (max-width: 568px) {
	.philosophy-vol4__whole{
        padding: 3rem 20px;
    }
    

}

/* --------------------------------------------------
    business
--------------------------------------------------- */


.business-vol4__whole{
    position: relative;
    padding: 10rem 0 0;
}

.business-vol4__deco{
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    z-index: -1;
}

.business-vol4__colorbg{
    max-width: 40%;
    width: 100%;
    height: 100%;
}

.business-vol4__deco h2{
    position: absolute;
    top: 1.0rem;
    left: calc((100% - 1200px)/2);
    display: flex;
    flex-direction: column;
}

.business-vol4__deco h2 div{
    line-height: 1.2;
}

.business-vol4__deco h2 strong{
    font-family: 'Poppins', sans-serif;
    font-size: 64px;
}

.business-vol4__deco h2 small{
    font-size: 24px;
}

.business-vol4__item{
    display: flex;
    margin: auto;
    max-width: 1200px;
    align-items: center;
}

.business-vol4__item+.business-vol4__item{
    margin-top: 3rem;
}

.business-vol4__item img{
    max-width: 55%;
    width: 100%;
    box-shadow: -12px 12px 24px rgba(0, 0, 0, 0.4);
}

.business-vol4__texts{
    max-width: 45%;
    padding-left: 3rem;
}

.business-vol4__texts h3{
    display: flex;
    flex-direction: column;
}

.business-vol4__texts h3 strong{
    font-size: 32px;
}

.business-vol4__texts h3 small{
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
}

.business-vol4__description{
    margin-top: 2.5rem;
    font-size: 14px;
    font-weight: 400;
    height: auto;
    letter-spacing: 0.08em;
    line-height: 1.8;
}

@media screen and (max-width: 1200px) {
    .business-vol4__deco h2{
        left: 20px;
    }
}


@media screen and (max-width: 840px) {
    .business-vol4__colorbg{
        max-width: 20vw;
    }

    .business-vol4__item{
        flex-direction: column;
        padding: 0 20px;
    }
    
    .business-vol4__item img{
        max-width: 100%;
    }

    .business-vol4__texts{
        max-width: 100%;
        padding-left: calc(20vw + 1rem - 20px);
        margin-top: 2.0rem;
    }

    .business-vol4__description{
        margin-top: 2.0rem;
    }

    .business-vol4__item+.business-vol4__item{
        margin-top: 6rem;
    }
}

@media screen and (max-width: 768px) {


}

@media screen and (max-width: 568px) {

    .business-vol4__whole{
        padding: 8rem 0 0;
    }

    .business-vol4__deco h2 div{
        line-height: 1.0;
    }

    .business-vol4__deco h2{
        top: 2rem;
    }

    .business-vol4__deco h2 strong{
        font-family: 'Poppins', sans-serif;
        font-size: 28px;
    }
    
    .business-vol4__deco h2 small{
        font-size: 14px;
    }

    .business-vol4__texts h3 strong{
        font-size: 24px;
    }

    .business-vol4__texts h3 small{
        font-size: 12px;
    }

    .business-vol4__description{
        font-size: 12px;
        margin-top: 1.5rem;
    }

    .business-vol4__colorbg{
        max-width: 15vw;
    }

    .business-vol4__texts{
        max-width: 100%;
        padding-left: calc(15vw + 1rem - 20px);
        margin-top: 2.0rem;
    }

}

/* --------------------------------------------------
    companyinfo
--------------------------------------------------- */

.custom-business__vol4{
    padding-bottom: 5rem;
}

.companyinfo-vol4__whole{
    padding-bottom: 5rem;
}

.companyinfo-vol4__tts h2{
    max-width: 1200px;
    margin: auto;
    padding: 5rem 20px;
}

.companyinfo-vol4__tts h2 div{
    line-height: 1.2;
}

.companyinfo-vol4__tts h2 strong{
    font-family: 'Poppins', sans-serif;
    font-size: 64px;
}

.companyinfo-vol4__tts h2 small{
    font-size: 24px;
}

.companyinfo-vol4__content{
    display: grid;
    grid-template-columns: repeat(14,1fr);
}

.companyinfo-vol4__inner{
    grid-column: 4/12;
    grid-row: 1/2;
    padding: 5rem 0;
}

.companyinfo-vol4__content:before{
    content: "";
    background: #fff;
    grid-column: 3/15;
    grid-row: 1/2;
}

.companyinfo-vol4__table{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: stretch;
    flex: none;
    gap: 32px;
    justify-content: flex-start;
    padding: 0px;
}

.companyinfo-vol4__item{
    display: flex;
    align-content: stretch;
    align-items: stretch;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 32px;
    justify-content: flex-start;
    padding: 0px;
}

.companyinfo-vol4__ttl{
    width: 18%;
    border-bottom: 1px solid #dddddd;
    padding-bottom: 1.5rem;
}

.companyinfo-vol4__text{
    width: 77%;
    border-bottom: 1px solid #dddddd;
    padding-bottom: 1.5rem;
}

@media screen and (max-width: 768px) {
    

}

@media screen and (max-width: 568px) {

    .companyinfo-vol4__whole{
        padding-bottom: 3rem;
    }

    .companyinfo-vol4__tts h2{
        padding: 3.0rem 20px;;
    }

    .companyinfo-vol4__tts h2 div{
        line-height: 1.0;
    }

    .companyinfo-vol4__tts h2 strong{
        font-size: 28px;
    }

    .companyinfo-vol4__tts h2 small{
        font-size: 14px;
    }

    .companyinfo-vol4__content{
        padding: 0 20px;
    }

    .companyinfo-vol4__content:before{
        grid-column: 1/15;
    }

    .companyinfo-vol4__inner{
        grid-column: 1/15;
        padding: 2.5rem 20px;
    }

    .companyinfo-vol4__item{
        flex-direction: column;
        gap: 16px;
    }

    .companyinfo-vol4__ttl{
        width: 100%;
        border-bottom: 0;
        padding: 0;
        font-size: 14px;
    }

    .companyinfo-vol4__text{
        width: 100%;
        padding-bottom: 1.0rem;
        font-size: 12px;
    }
}

/* --------------------------------------------------
    form
--------------------------------------------------- */

.custom-form__vol4{
    padding: 5rem 0;
}

.form-vol4__ttl h2{
    text-align: center;
}

.form-vol4__ttl h2 div{
    line-height: 1.2;
}

.form-vol4__ttl h2 strong{
    font-family: 'Poppins', sans-serif;
    font-size: 64px;
}

.form-vol4__ttl h2 small{
    font-size: 24px;
}

.form-vol4__texts{
    max-width: 800px;
    margin: auto;
}


.form-vol4__content input:not([type = "submit"]),.form-vol4__content textarea{
    background: #FFFFFF;
    border: 1px solid #dddddd;
    color: #333;
    flex: none;
    font-size: 15px;
    font-weight: 400;
    justify-content: center;
    letter-spacing: 0em;
    line-height: 1.4;
    padding: 10px 16px 10px 16px;
    text-align: left;
    width: 100%;
    max-width: 100%;
    border-radius: 10px;
    margin-top: 0.5rem;
}

.form-vol4__content input[type = "submit"]{
    color: #fff;
    box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.2);
    font-size: 15px;
    font-weight: 400;
    height: 60px;
    justify-content: center;
    letter-spacing: 0em;
    line-height: 1.4;
    text-align: left;
    width: 233px;
    max-width: 100%;
    margin: auto;
    text-align: center;
    letter-spacing: 3px;
    transition: .3s cubic-bezier(.4,.4,0,1);
}

.form-vol4__content input[type = "submit"]:hover{
    background: #FFFFFF;
}

.form-vol4__content input{
    height: 42px;
}

.form-vol4__content p:nth-of-type(n+2){
    margin-top: 1rem;
}

.form-vol4__content p:last-of-type{
    text-align: center;
    margin-top: 2.5rem;
    display: flex;
    flex-direction: column;
}

@media screen and (max-width: 768px) {

}

@media screen and (max-width: 568px) {

    .custom-form__vol4{
        padding: 3.5rem 20px;
    }

    .form-vol4__texts h2 div{
        line-height: 1;
    }

    .form-vol4__texts h2 small{
        font-size: 14px;
    }

    .form-vol4__texts h2 strong{
        font-size: 28px;
    }

}


/* --------------------------------------------------
    footer
--------------------------------------------------- */

#footer__menu{
    position: relative;
}

.footer-vol4_main__wrap{
    background: #e9eef7;
    padding: 120px 0px 0px 0px;
    width: 100%;
    max-width: 100%;
}

.footer-vol4_flex__wrap{
    display: flex;
    max-width: 1140px;
    margin: auto;
    padding: 0 20px 10px;
    align-items: center;
    border-bottom: 1px solid #dddddd;
}

.footer-vol4_logo__wrap{
    max-width: calc(100% - 20px);
    width: 100%;
}

.footer-vol4_logo__wrap p a{
    font-size: 28px;
    text-decoration: none;
    color: #222222;
}

.footer-vol4_flex__wrap .menu-headermenu-container{
    max-width: calc(60% - 20px);
    width: 100%;
}

.footer-vol4_flex__wrap .menu-headermenu-container ul{
    list-style: none;
    display: flex;
    align-items: center;
}

.footer-vol4_flex__wrap .menu-headermenu-container ul li{
    max-width: calc(100%/3);
    width: 100%;
    text-align: center;
}


.footer-vol4_flex__wrap .menu-headermenu-container a{
    color: #4567b5;
    font-size: 15px;
    line-height: 1.4;
    margin: 0px 0px 13px 0px;
    text-decoration: none;
    text-align: center;
}

.footer-vol4_footer__wrap{
    
    padding: 10px 0 30px;
    background: #4567b5;
}

#footerEndbox{
    max-width: 1140px;
    margin: auto;
}

.footer-vol4_footer__wrap small {
    color: #fff;
}


#crunchify-top{
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	display: block;
	background: #4567b5; 
    z-index: 2;
    width: 68px;
    height: 68px;
    text-align: center;
    opacity: 1;
    transition: 0.5s;
}

#crunchify-top span {
    font-size: 40px;
    font-family: Consolas, 'Courier New', Courier, Monaco, monospace !important;
    color: #fff;
    width: 68px;
    height: 68px;
    line-height: 68px;
    display: inline-block;
    transform: rotate(-90deg);
}

@media screen and (max-width: 768px) {
    .footer-vol4_main__wrap{
        padding: 60px 0 0 0;
    }

    .footer-vol4_flex__wrap{
        flex-direction: column;
        gap: 16px;
    }

    .footer-vol4_logo__wrap{
        max-width: 100%;
        text-align: center;
    }

    .footer-vol4_flex__wrap .menu-headermenu-container{
        max-width: 100%;
    }
    
    .footer-vol4_footer__wrap{
        padding: 10px 0 15px;
    }

    .footer-vol4_footer__wrap #footerEndbox{
        text-align: center;
    }


    #crunchify-top{
		width: 48px;
		height: 48px;
		line-height: 48px;
		top: 0.5rem;
		transform: translateY(0);
		-webkit-transform: translateY(0);
	}

	#crunchify-top span{
		font-size: 28px;
		width: 48px;
		height: 48px;
		line-height: 48px;
	}

}