/* --------------------------------------------------
    header
--------------------------------------------------- */

.header-vol1_main__wrap{
    display: flex;
    align-content: center;
    align-items: center;
    background: #FFFFFF;
    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;
}

.header-vol1_logo a{
    color: #101010;
    text-decoration: none;
}

.header-vol1_pc__menu .menu{
    display: flex;
    list-style: none;
    align-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
}

.header-vol1_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: #101010;
    font-weight: bold;
}

.header-vol1_pc__menu .menu li:last-of-type a{
    background-color: #d6101a;
    color: #fff;
    width: 200px;
}


@media screen and (max-width: 880px) {
    
    .header-vol1_pc__menu{
        display: none;
    }

    .header-vol1_main__wrap{
        padding: 0 0 0 10px;
        height: 60px;
    }

    .header-vol1_main__wrap .menu-btn{
        background: #d6101a;
    }

    .header-vol1_main__wrap .menu-btn span, .header-vol1_main__wrap .menu-btn span:before, .header-vol1_main__wrap .menu-btn span:after{
        background-color: #fff;
    }

    .header-vol1_main__wrap .menu-btn{
        right: 0;
    }

    .header-vol1_main__wrap .menu-content{
        background: #d6101a;
    }
    
}


/* --------------------------------------------------
    mv
--------------------------------------------------- */

.mv-vol1__whole{
    padding: 140px 50px 50px;
    background: #fcfafa;
}

.mv-vol1__imgs{
    width: 100%;
    height: 680px;
    overflow: hidden;
    position: relative;
    border-radius: 40px;
}

.mv-vol1__bg{
    width: 100%;
    height: 100%;
}

.mv-vol1__texts{
    position: absolute;
    left: 10%;
    top: 50%;
    transform: translateY(-50%);
    --webkit--transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
    .mv-vol1__imgs{
        height: 620px;
    }
}

@media screen and (max-width: 880px) {
    .mv-vol1__whole{
        padding: 85px 25px 25px;
    }
}

@media screen and (max-width: 568px) {

    .mv-vol1__imgs{
        height: 75vh;
        border-radius: 20px;
    }

}



/* --------------------------------------------------
    philosophy
--------------------------------------------------- */

.philosophy-vol1__whole{
	position: relative;
}

.philosophy-vol1__inner{
	/* padding: 182px 0 170px; */
	position: relative;
}

.philosophy-vol1__bg-image{
	position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: calc(80% - 160px);
    height: 80%;
    z-index: 0;
}

.philosophy-vol1__bg-image:before{
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    display: block;
    background-image: radial-gradient(#101010 1px, #000000a1 1px);
    background-size: 3px 3px;
	background-repeat: initial;
    transition: 0.5s;
	z-index: 1;
}


.philosophy-vol1__inner--texts h2{
	text-align: center;
	color: #fff;
}


.philosophy-vol1__inner--texts h2>small{
	display: block;
    font-size: 24px;
    font-family: "Raleway",sans-serif;
    font-weight: 600;
	position: relative;
}

.philosophy-vol1__inner--texts h2>strong{
	display: block;
    font-size: 60px;
    font-family: "Raleway",sans-serif;
    font-weight: 600;
    letter-spacing: .03em;
    position: relative;
}


.philosophy-vol1__description{
	position: relative;
	text-align: center;
	color: #fff;
	line-height: 2;
    letter-spacing: .08em;
	max-width: 800px;
	margin: 56px auto 0;
}

@media screen and (max-width: 768px) {

	.philosophy-vol1__inner--texts{
		padding: 20px;
	}

}

@media screen and (max-width: 568px) {
	
	.philosophy-vol1__inner--texts h2{

	}

	.philosophy-vol1__inner--texts h2>small{
		font-size: 18px;
	}

	.philosophy-vol1__inner--texts h2>strong{
		font-size: 36px;
	}

	.philosophy-vol1__description{
		margin: 1.5rem auto 0;
		font-size: 14px;
	}

}


/* --------------------------------------------------
    business
--------------------------------------------------- */

.custom-business__vol1{
    max-width: 1080px;
    margin: auto;
    padding: 5rem 0;
}

.business-vol1__ttl-wrap h2{
    text-align: center;
    line-height: 1;
    margin-bottom: 5rem;
}

.business-vol1__ttl-wrap h2 small{
    display: block;
    font-size: 24px;
    font-family: "Raleway",sans-serif;
    font-weight: 600;
}

.business-vol1__ttl-wrap h2 strong{
    display: block;
    font-size: 60px;
    font-family: "Raleway",sans-serif;
    font-weight: 600;
    letter-spacing: .03em;
}

.business-vol1__item{
	display: flex;
	align-content: flex-start;
    align-items: flex-start;
    flex: none;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding: 0px;
}

.business-vol1__item+.business-vol1__item{
	margin-top: 180px;
}

.business-vol1__item:nth-of-type(even){
	flex-direction: row-reverse;
}

.business-vol1__item img{
	flex: none;
    height: auto;
    width: 58%;
    max-width: 58%;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.business-vol1__texts{
	align-content: flex-start;
    align-items: flex-start;
    flex: none;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 0px;
    justify-content: flex-start;
    margin: 0px 0px 0px 0px;
    padding: 56px 0px 0px 0px;
    width: 34%;
    max-width: 34%;
}

.business-vol1__texts h3{
	display: flex;
	align-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    margin: 0px 0px 56px 0px;
    padding: 0px;
    max-width: 100%;
}

.business-vol1__texts h3 strong{
    font-size: 36px;
    font-weight: 700;
    height: auto;
    letter-spacing: -0.01em;
    line-height: 1;
    margin: 0px 0px 8px 0px;
    text-align: left;
    width: auto;
    max-width: 100%;
    justify-content: flex-start;
}

.business-vol1__texts h3 small{
    font-size: 18px;
    font-weight: 700;
    height: auto;
    line-height: 1.4;
    text-align: left;
    width: auto;
    max-width: 100%;
    justify-content: flex-start;
}

.business-vol1__description{
    flex: none;
    font-size: 15px;
    font-weight: 400;
    height: auto;
    line-height: 2;
    text-align: left;
    width: auto;
    max-width: 100%;
    justify-content: flex-start;
}


@media screen and (max-width: 768px) {

    .business-vol1__list{
        padding: 0 20px;
    }

    .business-vol1__item{
        flex-direction: column;
    }

    .business-vol1__item:nth-of-type(even){
        flex-direction: column;
    }

    .business-vol1__item img{
        width: 100%;
        max-width: 100%;
    }

    .business-vol1__texts{
        width: 100%;
        max-width: 100%;
        padding: 2rem 0 0 0;
    }

    .business-vol1__item+.business-vol1__item{
        margin-top: 6rem;
    }

    .business-vol1__texts h3{
        margin: 0 0 1.5rem 0;
    }

    .business-vol1__texts h3 strong{
        font-size: 28px;
    }

    .business-vol1__texts h3 small{
        font-size: 18px;
    }

}

@media screen and (max-width: 568px) {

    .custom-business__vol1{
        padding: 3rem 0;
    }
    
    .business-vol1__ttl-wrap h2{
        margin-bottom: 2.5rem;
    }

    .business-vol1__ttl-wrap h2 small{
        font-size: 18px;
    }

    .business-vol1__ttl-wrap h2 strong{
        font-size: 36px;
    }


}


/* --------------------------------------------------
    companyinfo
--------------------------------------------------- */

.custom-companyinfo__vol1{
    position: relative;
}

.companyinfo-vol1__whole{
    margin: auto;
    padding: 120px 40px 56px;
    margin-bottom: 56px;
    width: 1080px;
    max-width: 100%;
}

.companyinfo-vol1__whole h2{
    display: flex;
    flex-direction: column;
    margin-bottom: 40px;
}

.companyinfo-vol1__whole h2 small{
    font-size: 20px;
    font-weight: 700;
    height: auto;
    line-height: 1.4;
    text-align: left;
    width: auto;
    max-width: 100%;
}

.companyinfo-vol1__whole h2 strong{
    font-size: 45px;
    font-weight: 700;
    height: auto;
    letter-spacing: -0.01em;
    line-height: 1;
    margin-bottom: 8px;
}

.companyinfo-vol1__table{
    width: 100%;
    max-width: 80%;
}

.companyinfo-vol1__item{
    display: flex;
    align-content: flex-start;
    align-items: flex-start;
    background: rgba(0,0,0,0.0);
    border-bottom: 2px dotted rgba(0, 0, 0, 0.05);
    flex: none;
    flex-direction: row;
    flex-wrap: nowrap;
    height: auto;
    padding: 1.0rem 0px;
    width: 100%;
    max-width: 100%;
}

.companyinfo-vol1__ttl{
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    height: auto;
    letter-spacing: 0.1em;
    line-height: 1.9;
    margin: 0px 0px 0px 0px;
    text-align: left;
    width: 20%;
    max-width: 20%;
    justify-content: flex-start;
}

.companyinfo-vol1__text{
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    height: auto;
    letter-spacing: 0.1em;
    line-height: 1.9;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 24px;
    text-align: left;
    width: auto;
    max-width: 75%;
    justify-content: flex-start;
}

.companyinfo-vol1__bg{
    background: #EEEEEE;
    border-radius: 16px 0px 0px 16px;
    bottom: -54px;
    flex: none;
    height: auto;
    left: auto;
    margin: 0 0 0 0;
    position: absolute;
    right: 0px;
    top: 55px;
    width: 90%;
    z-index: -1;
    max-width: 90%;
}


@media screen and (max-width: 768px) {

    .companyinfo-vol1__whole{
        padding: 120px 10px 56px;
    }

    .companyinfo-vol1__table{
        max-width: 100%;
    }

    .companyinfo-vol1__whole h2{
        margin-bottom: 1.5rem;
    }

    .companyinfo-vol1__whole h2 strong{
        font-size: 28px;
    }

    .companyinfo-vol1__whole h2 small{
        font-size: 20px;
    }

    .companyinfo-vol1__item{
        padding: 0.75rem 0;
    }

    .companyinfo-vol1__ttl{
        width: 25%;
        max-width: 25%;
    }


}

@media screen and (max-width: 568px) {

    .companyinfo-vol1__whole{
        margin: auto;
        padding: 3.0rem 20px;
    }

    .companyinfo-vol1__bg{
        top: 0;
        bottom: 0;
        width: 100%;
        max-width: 100%;
    }
	

}


/* --------------------------------------------------
    form
--------------------------------------------------- */

.custom-form__vol1{
    background-color:#fcfafa;
}

.custom-form__vol1{
    padding: 7rem 0;
}

.form-vol1__texts{
    position: relative;
    height: 320px;
}

.form-vol1__texts h2{
    display: flex;
    flex-direction: column;
    text-align: center;
    position: absolute;
    bottom: 1.5rem;
    left: calc((100% - 1080px) / 2);
    background: #fff;
    padding: 3rem 6rem;
    border-radius: 10px;
}

.form-vol1__texts h2 small{
    font-size: 20px;
    font-weight: 700;
    height: auto;
    line-height: 1.4;
    width: auto;
    max-width: 100%;
}

.form-vol1__texts h2 strong{
    font-size: 45px;
    font-weight: 700;
    height: auto;
    letter-spacing: -0.01em;
    line-height: 1;
    margin-bottom: 8px;
}

.form-vol1__content{
    max-width: 800px;
    margin: auto;
    padding-top: 5rem;
}

.form-vol1__content lable{
    font-size: 15px;

}

.form-vol1__content input:not([type = "submit"]),.form-vol1__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-vol1__content input[type = "submit"]{
    background: #FFFFFF;
    color: #d6101a;
    border: 1px solid #d6101a;
    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;
    border-radius: 45px;
    transition: .3s cubic-bezier(.4,.4,0,1);
}

.form-vol1__content input[type = "submit"]:hover{
    background: #d6101a;
    color: #FFFFFF;
}

.form-vol1__content input{
    height: 42px;
}

.form-vol1__content p:nth-of-type(n+2){
    margin-top: 1rem;
}

.form-vol1__content p:last-of-type{
    text-align: center;
    margin-top: 2.5rem;
    display: flex;
    flex-direction: column;
}

@media screen and (max-width: 1080px) {
    .form-vol1__texts h2{
        left: 20px;
    }
}

@media screen and (max-width: 800px) {
    .form-vol1__content{
        padding: 3rem 20px 0;
    }
}

@media screen and (max-width: 768px) {
    .form-vol1__texts h2{
        padding: 2rem 4rem;
    }

    .form-vol1__texts h2 small{
        font-size: 18px;
    }

    .form-vol1__texts h2 strong{
        font-size: 38px;
    }
}

@media screen and (max-width: 568px) {

    .custom-form__vol1{
        padding: 3.5rem 0;
    }

    .form-vol1__texts{
        height: 250px;
    }

    .form-vol1__texts h2{
        padding: 1.5rem 3rem;
    }

    .form-vol1__texts h2 small{
        font-size: 14px;
    }

    .form-vol1__texts h2 strong{
        font-size: 26px;
    }

}

/* --------------------------------------------------
    footer
--------------------------------------------------- */

#footer__menu{
    position: relative;
}

.footer-vol1_main__wrap{
    background: #FFFFFF;
    padding: 120px 0px 0px 0px;
    width: 100%;
    max-width: 100%;
}

.footer-vol1_flex__wrap{
    display: flex;
    max-width: 1140px;
    margin: auto;
    padding: 0 20px 10px;
    align-items: center;
    border-bottom: 1px solid #dddddd;
}

.footer-vol1_logo__wrap{
    max-width: calc(100% - 20px);
    width: 100%;
}

.footer-vol1_logo__wrap p a{
    font-size: 28px;
    text-decoration: none;
    color: #222222;
}

.footer-vol1_flex__wrap .menu-headermenu-container{
    max-width: calc(60% - 20px);
    width: 100%;
}

.footer-vol1_flex__wrap .menu-headermenu-container ul{
    list-style: none;
    display: flex;
    align-items: center;
}

.footer-vol1_flex__wrap .menu-headermenu-container ul li{
    max-width: calc(100%/3);
    width: 100%;
    text-align: center;
}


.footer-vol1_flex__wrap .menu-headermenu-container a{
    color: #222222;
    font-size: 15px;
    line-height: 1.4;
    margin: 0px 0px 13px 0px;
    text-decoration: none;
    text-align: center;
}

.footer-vol1_footer__wrap{
    max-width: 1140px;
    margin: auto;
    padding: 10px 0 30px;
}


#crunchify-top{
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	display: block;
	background: #d6101a; 
    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-vol1_main__wrap{
        padding: 60px 0 0 0;
    }

    .footer-vol1_flex__wrap{
        flex-direction: column;
        gap: 16px;
    }

    .footer-vol1_logo__wrap{
        max-width: 100%;
        text-align: center;
    }

    .footer-vol1_flex__wrap .menu-headermenu-container{
        max-width: 100%;
    }
    
    .footer-vol1_footer__wrap{
        padding: 10px 0 15px;
    }

    .footer-vol1_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;
	}

}
