@charset "utf-8";
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 81-WYX */
/* clearfix */	
.clearfix:after {content: "";display: block;clear: both;}
/* flex */	
.flex,.flexA,.flexB,.flexC {display: flex;flex-wrap: wrap;}
.flexA {justify-content: space-around;}
.flexB {justify-content: space-between;}
.flexC {justify-content: center;}
/*fonts*/
.niveau {
    font-family: "niveau-grotesk",sans-serif;
}
.future {
    font-family: "futura-pt",sans-serif;
}
/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
    margin-bottom: 10.1rem;
    font-size: 2.4rem;
    font-weight: 500;
    letter-spacing: 0.336rem;
    text-align: center;
    color: #333;    
}
.headLine01 .en {
    margin-bottom: 2.8rem;
    font-weight: 600;
    letter-spacing: 0.72rem;
    color: #29A2C8;
    display: block;
    font-family: "futura-pt",sans-serif;
}
@media all and (max-width: 896px) {
	.headLine01 { 
		margin-bottom: 3.5rem !important;
		font-size: 2rem;
        line-height: 1.6;
	}
	.headLine01 .en {
		margin-bottom: 1.5rem !important;
		font-size: 1.6rem;
        letter-spacing: 0.55rem;
	}
}
/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
.headLine02 {
    margin-bottom: 6.5rem;
    color: #333;
    text-align: center;
    font-size: 3.2rem;
    font-weight: 400;
    line-height: 3.6rem;
    letter-spacing: 0.192rem;
}
.headLine02 .en {
    margin-top: 0.5rem;
    font-size: 1.8rem;
    display: block;
    font-family: "futura-pt",sans-serif;
}
@media all and (max-width: 896px) {
	.headLine02 {
		margin-bottom: 3rem;
		font-size: 1.8rem;
		line-height: 2.5rem;
	}
	.headLine02 .en { 
		margin-top: 0;
		font-size: 1.5rem;
	}
}
/*------------------------------------------------------------
	comLink
------------------------------------------------------------*/
.comLink a {
	padding: 0.5rem 6rem 0.7rem 0rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	min-width: 53rem;
	min-height: 11.7rem;
	position: relative;
	background: url(/lp/gpuserver/assets/img/common/icon04.png) no-repeat center right 5.9rem / 2.15rem, #fff;
	box-sizing: border-box;
}
.comLink a:hover {
	opacity: 0.7;
}
.comLink a::after {
	position: absolute;
    top: 0.9rem;
    left: 1rem;
    width: 99.7%;
    height: 99%;
	content: '';
	border: 1px solid #fff;
	background-color: transparent;
}
.comLink.red a {
    background: none;
    background-color: #B00000;
    font-size: 2.4rem;
    min-height: 12.2rem;
    font-weight: 700;
    line-height: 6rem;
    letter-spacing: 0.5rem;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.5rem; /* テキストとアイコンの距離 */
    text-align: center;
    position: relative;
    padding: 0 3rem;
    box-sizing: border-box;
}

.comLink.red a .icon {
    width: 1.2rem;
    height: auto;
    padding-bottom: 0.2rem;
}

.comLink.red a::after {
    top: 1.3rem;
    left: 1.6rem;
    border-color: #B00000;
}
@media all and (max-width: 896px) {
	.comLink a,
	.comLink.red a {
		margin: 0 auto;
		padding: 1rem 1rem 1rem 3rem;
		width: 85%;
        max-width: 40rem;
		min-width: inherit;
		min-height: 5.5rem;
		background-position: center right 1rem;
		background-size: 1.5rem;
	}
	.comLink.red a {
        font-size: 1.5rem;
        letter-spacing: 0.2rem;
        min-height: 5.5rem;
        padding: 1rem;
        gap: 0.8rem;
    }
    .comLink.red a .icon {
        width: 0.8rem;
        padding-bottom: 0.1rem;
    }
    .comLink.red a::after {
        top: 1rem;
        left: 1.3rem;
    }
}
/*------------------------------------------------------------
	comConsult
------------------------------------------------------------*/
.comConsult {
    position: relative;
    /* min-height: 48.3404rem; */
    /* background: url(/lp/gpuserver/assets/img/index/consult_bg.jpg) no-repeat center top / 100% auto , #EFEFEF; */
}
.comConsult.box01 {
    position: relative;
    z-index: 6;
}
.comConsult.box02 {
    position: relative;
    z-index: 8;
}
.comConsult .inner {
    padding: 1rem;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    /* background: url(/lp/gpuserver/assets/img/index/consult_bg.jpg) no-repeat center top / 100% auto , #EFEFEF; */
}
.comConsult .bgImg {
    position: relative;
}
.comConsult.box02::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    z-index: 2;
    background: rgba(255, 255, 255, 0.7);
}
.comConsult .inner p {
    color: #333;
    text-align: center;
    font-size: 2.2rem;
    font-weight: 500;
    line-height: 4.2rem; 
    letter-spacing: 0.5rem;
    position: relative;
    z-index: 2;
}
.comConsult .comLink {
    position: absolute;
    bottom: -4.1rem;
    left: 50%;
    transform: translateX(-50%);
    width: 58rem;
    z-index: 3;
}
@media all and (max-width: 896px) {
	.comConsult {
		min-height: 21rem;
        background: url(/lp/gpuserver/assets/img/index/consult_bg_sp.jpg) no-repeat center top / cover;
	}
	.comConsult .inner p {
		font-size: 1.5rem;
        line-height: 2;
        letter-spacing: 0.2rem;
        margin-bottom: 3rem;
	}
	.comConsult .comLink {
		width: 90%;
        bottom: -2.1rem;
	}
    .comConsult.box02::before {
        background: rgba(255, 255, 255, 0.8);
    }
}
/*------------------------------------------------------------
	fadein_y
------------------------------------------------------------*/
.fadein_y {
    opacity: 0;
    transition-duration: .4s;
    transition-timing-function: ease;
    transform: translate3d(0, 100px, 0);
}
.fadein_y.scrollin {
    opacity: 1;
    transform: translate(0);
}

.br-sp {
    display: none;
}

@media all and (max-width: 896px) {
    .br-sp {
        display: block;
    }
}