/* --------------------------------------------------
    header
--------------------------------------------------- */

.header-vol2_main__wrap{
    display: flex;
    align-content: center;
    align-items: center;
    background: transparent;
    flex: none;
    flex-direction: row;
    flex-wrap: nowrap;
    height: 88px;
    justify-content: space-between;
    left: 0px;
    padding: 0px 0px 0px 48px;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 100%;
    max-width: 100%;
    z-index: 3;
}

.header-vol2_logo a{
    color: #fff;
    text-decoration: none;
}

.header-vol2_pc__menu .menu{
    display: flex;
    list-style: none;
    align-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
}

.header-vol2_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: #fff;
    font-weight: bold;
    position: relative;
}

.header-vol2_pc__menu .menu li:nth-of-type(n+2) a::before{
    content: "";
    width: 1px;
    height: 35px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%) rotate(35deg);
    -webkit-transform: translateY(-50%) rotate(35deg);
}


@media screen and (max-width: 880px) {
    
    .header-vol2_pc__menu{
        display: none;
    }

    .header-vol2_main__wrap{
        padding: 0 0 0 10px;
        height: 60px;
    }

    .header-vol2_main__wrap .menu-btn{
        background: #fff;
        border-radius: 75%;
    }

    .header-vol2_main__wrap .menu-btn{
        right: 0;
    }

    .header-vol2_main__wrap #menu-btn-check:checked ~ .menu-btn span::before {
        background: #101010;
    }
    .header-vol2_main__wrap #menu-btn-check:checked ~ .menu-btn span::after {
        background: #101010;
    }
}

/* --------------------------------------------------
    mv
--------------------------------------------------- */
.custom-mv__vol2{
    --webkit--clip-path: ellipse(90% 100% at top);
    clip-path: ellipse(90% 100% at top);
}

.mv-vol2__bg{
    height: 85vh;
    width: 100%;
}

.mv-vol2__whole{
    position: relative;
}

.mv-vol2__texts{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    --webkit--transform: translateX(-50%) translateY(-50%);
    width: 100%;
    text-align: center;
}

.mv-vol2__scroll-wrap{
    position: absolute;
    bottom: 1.5rem;
    left: 50%;
    --webkit--transform: translateX(-50%);
    transform: translateX(-50%);
}

.mv-vol2__scroll-down{
    display: block;
    position: relative;
    padding-top: 79px;
    text-align:center;
}

.mv-vol2__arrow-down {
    display: block;
    margin: 0 auto;
    width: 10px;
    height: 38px;
}

.mv-vol2__arrow-down::before {
    animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;
    /* IE 10+, Fx 29+ */
    
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -2px;
    width: 2px;
    height: 87px;
    background: #fff;
    content: ' ';
}

@keyframes elasticus {
    0% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
    50% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    50.1% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    100% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
}

.mv-vol2__arrow-down:after {
    content: '';
    display: block;
    margin: 0;
    padding: 0;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}

.mv-vol2__title{
    display: block;
    text-transform: uppercase;
    color: #fff;
    font-family: Helvetica Neue, Helvetica, Arial;
    font-size:14px;
    font-weight:bold;
    letter-spacing:.1em;
}

@media screen and (max-width: 768px) {
    .custom-mv__vol2{
        --webkit--clip-path: ellipse(110% 100% at top);
        clip-path: ellipse(110% 100% at top);
    }

    .mv-vol2__arrow-down::before{
        height: 70px;
    }

    .mv-vol2__arrow-down{
        height: 25px;
    }

    .mv-vol2__scroll-down{
        padding-top: 63px;
    }

    .mv-vol2__title{
        font-size: 12px;
    }
}

@media screen and (max-width: 568px) {

    .custom-mv__vol2{
        --webkit--clip-path: ellipse(125% 100% at top);
        clip-path: ellipse(125% 100% at top);
    }
    

}

/* --------------------------------------------------
    philosophy
--------------------------------------------------- */

.philosophy-vol2__whole{
	position: relative;
	overflow: hidden;
	padding: 5rem 0;
}

.philosophy-vol2__inner--texts{

}

.philosophy-vol2__inner--texts{
	max-width: 1200px;
	margin: auto;
}

.philosophy-vol2__inner--texts h2{
    font-size: 38px;
    font-weight: 700;
    height: auto;
    letter-spacing: 0.08em;
    line-height: 1.6;
    text-align: left;
	position: relative;
}

.philosophy-vol2__description{
	width: 700px;
	margin-top: 2.5rem;
	position: relative;
	font-size: 15px;
	line-height: 2.0;
}

.philosophy-vol2__slide{
	display: flex;
    width: -moz-fit-content;
    width: fit-content;
    position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
    z-index: -1;
}

.philosophy-vol2__slide .philosophy-vol2__slide-text,.philosophy-vol2__slide .philosophy-vol2__slide-text--later{
    font-weight: 600;
    font-size: 12.5rem;
    letter-spacing: 0;
    line-height: 1;
    white-space: nowrap;
    display: block;
    animation: marquee 20s linear infinite;
    padding: 0 0.2em;
    color: #f4f4f4;
}

@keyframes marquee {
    0% {
        translate: 0 0
    }

    to {
        translate: -100% 0
    }
}

.philosophy-vol2__slide .philosophy-vol2__slide-text--later{
	
}

@media screen and (max-width: 768px) {

    .philosophy-vol2__whole{
        padding: 3rem 20px;
    }

	.philosophy-vol2__slide .philosophy-vol2__slide-text, .philosophy-vol2__slide .philosophy-vol2__slide-text--later{
        font-size: 6.5rem;
    }

}

@media screen and (max-width: 568px) {
	
    

}

/* --------------------------------------------------
    business
--------------------------------------------------- */

.sectitle-vol2__img{
    position: relative;
    margin-bottom: 5rem;
    height: 250px;
}

.sectitle-vol2__texts{
    position: absolute;
    bottom: -5rem;
    left: 50%;
    transform: translateX(-50%);
    --webkit-transform: translateX(-50%);
    display: inline-block;
}

.sectitle-vol2__inner{
    position: relative;
    padding: 0 2rem;
}

.sectitle-vol2__bgtext{
    color: #eee;
    font-family: ofelia-text,sans-serif;
    font-weight: 600;
    font-size: 7rem;
    line-height: 10rem;
    text-align: center;
    letter-spacing: 10px;
}

.sectitle-vol2__ttl{
    position: absolute;
    bottom: 2.5rem;
    left: 0;
    font-size: 18px;
    font-weight: bold;
}

@media screen and (max-width: 1100px) {

    .sectitle-vol2__texts{
        width: 100%;
        overflow: hidden;
    }
}

@media screen and (max-width: 768px) {
    .sectitle-vol2__bgtext{
        font-size: 6rem;
    }

    .sectitle-vol2__ttl{
        left: 15px;
    }
}

@media screen and (max-width: 568px) {
	

}


.business-vol3__list{
    max-width: 1140px;
    margin: auto;
    padding: 3rem 0 5rem;
}

.business-vol3__item{
    display: flex;
    align-content: center;
    align-items: center;
    flex: none;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding: 0px;
    max-width: 100%;
}

.business-vol3__item+.business-vol3__item{
    margin-top: 5rem;
}

.business-vol3__item:nth-of-type(even){
    flex-direction: row-reverse;
}

.business-vol3__item img{
    width: 48%;
    border-radius: 50px 0 50px 0;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.business-vol3__texts{
    width: 48%;
}

.business-vol3__texts h3{
    font-size: 25px;
    position: relative;
    padding-left: 20px;
    padding-bottom: 1.125rem;
}

.business-vol3__texts h3:before{
    content: "";
    display: block;
    position: absolute;
    height: calc(100% - 20px);
    width: 4px;
    left: 0;
    top: 0.25rem;
    background-image: linear-gradient(#d6101a 50%,#ddd 50%);
}

.business-vol3__texts p{
    font-size: 14px;
    font-weight: 400;
    height: auto;
    letter-spacing: 0.08em;
    line-height: 1.8;
    margin: 40px 0px 0px 0px;
    text-align: left;
    width: auto;
    max-width: 100%;
}

@media screen and (max-width: 840px) {

}

@media screen and (max-width: 768px) {

    .business-vol3__list{
        padding: 2rem 20px 3rem;
    }

    .business-vol3__item{
        display: block;
    }

    .business-vol3__item img{
        width: 100%;
    }

    .business-vol3__texts{
        width: 100%;
    }

    .business-vol3__texts h3{
        margin-top: 1.75rem;
    }

    .business-vol3__texts p{
        margin-top: 1.25rem;
    }

}

@media screen and (max-width: 568px) {

    


}

/* --------------------------------------------------
    companyinfo
--------------------------------------------------- */
.custom-companyinfo__vol2{
    background: url(images/bg/back.png);
    padding: 5rem 0;
}

.companyinfo-vol2__whole{
    padding: 3.0rem 1.5rem;
    background: #fff;
    max-width: 1140px;
    margin: auto;
}

.companyinfo-vol2__inner{
    max-width: 800px;
    margin: auto;
}

.companyinfo-vol2__inner h2{
    margin-bottom: 3.0rem;
}

.companyinfo-vol2__inner h2 small{
    color: #d6101a;
}

.companyinfo-vol2__table{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: stretch;
    flex: none;
    gap: 32px;
    justify-content: flex-start;
    padding: 0px;
}

.companyinfo-vol2__item{
    display: flex;
    align-content: stretch;
    align-items: stretch;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 32px;
    justify-content: flex-start;
    padding: 0px;
}

.companyinfo-vol2__ttl{
    width: 18%;
    border-bottom: 1px solid #dddddd;
    padding-bottom: 1.5rem;
}

.companyinfo-vol2__text{
    width: 77%;
    border-bottom: 1px solid #dddddd;
    padding-bottom: 1.5rem;
}


@media screen and (max-width: 768px) {

    .custom-companyinfo__vol2{
        padding: 3rem 20px;
    }

}

@media screen and (max-width: 568px) {

    .companyinfo-vol2__inner h2{
        margin-bottom: 2.0rem;
    }

    .companyinfo-vol2__item{
        flex-direction: column;
        gap: 16px;
    }

    .companyinfo-vol2__ttl{
        width: 100%;
        border-bottom-width: 0px;
        padding-bottom: 0;
    }

    .companyinfo-vol2__text{
        width: 100%;
    }

}


/* --------------------------------------------------
    form
--------------------------------------------------- */

.custom-form__vol2{
    background-color:#fcfafa;
}

.form-vol2__texts h2{
    display: flex;
    flex-direction: column;
    max-width: 780px;
    margin: auto;
}

.form-vol2__texts h2 strong{
    font-size: 7rem;
}

.form-vol2__texts h2 small{
    font-size: 18px;
}

.custom-form__vol2{
    padding: 5rem 0;
}

.form-vol2__content{
    max-width: 600px;
    margin: auto;
    padding-top: 5rem;
}

.form-vol2__content lable{
    font-size: 15px;

}

.form-vol2__content input:not([type = "submit"]),.form-vol2__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-vol2__content input[type = "submit"]{
    background: #132b4f;
    color: #fff;
    border: 1px solid #132b4f;
    box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.2);
    font-size: 18px;
    font-weight: 400;
    justify-content: center;
    letter-spacing: 0em;
    line-height: 1.4;
    width: 100%;
    max-width: 100%;
    margin: auto;
    text-align: center;
    letter-spacing: 3px;
    border-radius: 45px;
    transition: .3s cubic-bezier(.4,.4,0,1);
    padding: 0.5rem 20px;
}

.form-vol2__content input[type = "submit"]:hover{
    background: #fff;
    color: #132b4f;
}

.form-vol2__content input{
    height: 42px;
}

.form-vol2__content p:nth-of-type(n+2){
    margin-top: 1rem;
}

.form-vol2__content p:last-of-type{
    text-align: center;
    margin-top: 2.5rem;
}

@media screen and (max-width: 800px) {
    .form-vol2__content{
        padding: 3rem 20px 0;
    }
}

@media screen and (max-width: 768px) {
    .form-vol2__texts h2 strong{
        font-size: 4rem;
    }

    .form-vol2__texts h2 small{
        font-size: 16px;
    }

    .form-vol2__texts{
        padding: 0 20px;
    }

    .custom-form__vol2{
        padding: 3rem 0;
    }

    .form-vol2__content input[type = "submit"]{
        font-size: 16px;
    }

}

@media screen and (max-width: 568px) {

}

/* --------------------------------------------------
    footer
--------------------------------------------------- */

#footer__menu{
    position: relative;
    --webkit--clip-path: ellipse(75% 100% at bottom);
    clip-path: ellipse(75% 100% at bottom);
}

.footer-vol2_main__wrap{
    background: #132b4f;
    padding: 120px 0px 0px 0px;
    width: 100%;
    max-width: 100%;
}

.footer-vol2_flex__wrap{
    display: flex;
    max-width: 1140px;
    margin: auto;
    padding: 0 20px 10px;
    align-items: center;
    border-bottom: 1px solid #fff;
}

.footer-vol2_logo__wrap{
    max-width: calc(100% - 20px);
    width: 100%;
}

.footer-vol2_logo__wrap p a{
    font-size: 28px;
    text-decoration: none;
    color: #fff;
}

.footer-vol2_flex__wrap .menu-headermenu-container{
    max-width: calc(60% - 20px);
    width: 100%;
}

.footer-vol2_flex__wrap .menu-headermenu-container ul{
    list-style: none;
    display: flex;
    align-items: center;
}

.footer-vol2_flex__wrap .menu-headermenu-container ul li{
    max-width: calc(100%/3);
    width: 100%;
    text-align: center;
}


.footer-vol2_flex__wrap .menu-headermenu-container a{
    color: #fff;
    font-size: 15px;
    line-height: 1.4;
    margin: 0px 0px 13px 0px;
    text-decoration: none;
    text-align: center;
}

.footer-vol2_footer__wrap{
    padding: 10px 0 30px;
    background: #132b4f;
    color: #fff;
}

#footerEndbox{
    max-width: 1140px;
    margin: auto;
}



#crunchify-top{
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	display: block;
	background: #fff; 
    z-index: 2;
    width: 68px;
    height: 68px;
    text-align: center;
    opacity: 1;
    transition: 0.5s;
    border-radius: 75%;
}

#crunchify-top span {
    font-size: 40px;
    font-family: Consolas, 'Courier New', Courier, Monaco, monospace !important;
    color: #132b4f;
    width: 68px;
    height: 68px;
    line-height: 68px;
    display: inline-block;
    transform: rotate(-90deg);
}

@media screen and (max-width: 768px) {

    #footer__menu{
        --webkit--clip-path: ellipse(90% 100% at bottom);
        clip-path: ellipse(90% 100% at bottom);
    }

    .footer-vol2_main__wrap{
        padding: 60px 0 0 0;
    }

    .footer-vol2_flex__wrap{
        flex-direction: column;
        gap: 16px;
    }

    .footer-vol2_logo__wrap{
        max-width: 100%;
        text-align: center;
    }

    .footer-vol2_flex__wrap .menu-headermenu-container{
        max-width: 100%;
    }
    
    .footer-vol2_footer__wrap{
        padding: 10px 0 15px;
    }

    .footer-vol2_footer__wrap #footerEndbox{
        text-align: center;
    }


    #crunchify-top{
		width: 48px;
		height: 48px;
		line-height: 48px;
		top: 2.5rem;
		transform: translateY(0);
		-webkit-transform: translateY(0);
	}

	#crunchify-top span{
		font-size: 28px;
		width: 48px;
		height: 48px;
		line-height: 48px;
	}

}
