
body{
	-webkit-text-size-adjust: 100%;
}

.content-wrap{
	display: flex;
	flex-direction: column;
	margin-bottom:15px;
	background-color:#fff;
	width: 100%;
	max-width: 586px;
}



body > .content-wrap:nth-last-of-type(2){
	margin-bottom:0;
}

/*body{
	background-color:#EEEEEE;
	font-size:15px;
	color:#4B4B4B;
	font-family: "Lato", "Noto Sans JP", sans-serif;
}*/

.site-cover-girl{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 1;
	overflow: hidden;
	height: 560px;
}


.site-cover-girl picture:first-child{
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}


.site-cover-girl picture img{
	width:100%;
	height: auto;
}


.top-contents-main-text{
	position: absolute;
	bottom:200px;
	margin:0 auto;
	width:100%;
	max-width: 520px;
	z-index: 2;
	display: flex;
	justify-content: center;
	align-items: flex-end;
}

.top-contents-main-text picture{
	display: flex;
	justify-content: center;
	align-items: flex-end;
	width: 100%;
	height: auto;
}

.top-contents-main-text picture img{
	width: 100%;
	height: auto;
}




.top-contents-sub-text{
	position: absolute;
	width:70px;
	top:19px;
	left:10px;
	z-index: 2;
}

.top-contents-sub-text picture{
	display: flex;
	justify-content: center;
	align-items: flex-start;
}


.top-contents-back-shadow-block{
	position: absolute;
	bottom:0px;
	left: 0;
	width: 100%;
	height: 289px;
	background: linear-gradient(#00000000, #00000080);
	z-index: 1;
}


.site-cover-girl .top-contents-menu{
	position: fixed;
	top:10px;
	right:10px;
	width:70px;
	height:70px;
	cursor: pointer;
	z-index: 3;
}

.top-contents-menu picture{
	display: flex;
	justify-content: center;
	align-items: flex-start;
}

.top-contents-menu img{
	display: block;
	width:70px;
	min-width: 70px;
}

.top-dialog-open-button{
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 298px;
	height: 58px;
	bottom: 20px;
	left: calc(50% - 149px);
	font-size: 18px;
	font-weight: 500;
	border-radius: 50px;
	box-shadow: 0px 3px 10px 3px #4642654D;
	background-color: #fff;
	z-index: 2;
}


/*********************************/

.first-induction-dialog-wrapper{
	width: 100%;
	height: 120%;
	position: fixed;
	left: 0;
	top:0;
	z-index: 2;
	display: none;
}

.first-induction-dialog-background{
	width: 100%;
	height: 100%;
	background-color: rgba(64,75,83,0.8);
	display: flex;
	justify-content: center;
	align-items: center;
}


.first-induction-dialog-box{
	position: relative;
	display:flex;
	flex-direction:column;
	align-items:center;
	background-color: #fff;
	border-radius: 15px;
	width: 303px;
	height: 286px;
	padding: 25px 0 5px;
	box-sizing: border-box;
}

.first-induction-dialog-contents-close-image{
	position: absolute;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	width: 60px;
	height: 60px;
	top: -23px;
	right: -23px;
}


.first-induction-dialog-contents-title{
	display: flex;
	justify-content: center;
	align-items: center;
	color: #2A2A2A;
	font-size: 15px;
	font-weight: bold;
	width: 144px;
	height: 36px;
	border: 1px solid #2a2a2a;
	border-radius: 9px;
	margin-bottom: 10px;
}

.first-induction-dialog-contents-number{
	font-size: 36px;
	font-weight: bold;
	color: #FD3231;
	margin-bottom: 10px;
}

.first-induction-dialog-box div:nth-child(4){
	width: 79%;
	font-size: 14px;
}

.first-induction-dialog-contents-text{
	position: relative;
	z-index: 1;
}

.first-induction-dialog-contents-text::after{
	position: absolute;
	content: '';
	width: 100%;
	height: 5px;
	background-color: #FFEB55;
	top: calc(100% - 12px);
	left: 0;
	z-index: -1;
}

.first-induction-dialog-contents-text span{
	font-weight: bold;
}

.first-induction-dialog-contents-text span span{
	font-size: 22px;
}


.first-induction-dialog-telephone-button{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 232px;
	height: 52px;
	margin-top: 20px;
	border: 1px solid #2A2A2A;
	border-radius: 50px;
	text-decoration: none;
}

.first-induction-dialog-telephone-button span{
	position: relative;
	font-size: 16px;
	font-weight: bold;
	margin-left: 7px;
	color: #222;
}

.first-induction-dialog-telephone-button span::after{
	position: absolute;
	content: '';
	background-image: url('../img/icon_tel_outline_black.svg');
	background-repeat: no-repeat;
	background-size: contain;
	width: 22px;
	height: 22px;
	top: 0;
	left: -30px;
}


/*********************************/
.experiences-page-link-button-wrapper{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	margin-top: 20px;
	padding-bottom: 30px;
	border-bottom: 15px solid #EEEEEE;
}

.experiences-page-link-button{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 230px;
	height: 55px;
	border-radius: 30px;
	border: 1px solid #333;
}

.experiences-page-link-button span{
	position: relative;
	font-weight: 500;
	margin-right: 5px;
}

.experiences-page-link-button span::after{
	position: absolute;
	content: '';
	background-image: url('../img/icon_arrow_black.svg');
	background-repeat: no-repeat;
	background-size: contain;
	width: 20px;
	height: 20px;
	top: 1px;
	right: -65px;
}

.site-about{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin: 0 auto 30px;
}


.site-about .site-about-h{
	display: flex;
	justify-content: center;
	align-items: center;
}


.site-about .site-about-h h2{
	font-weight: bold;
	font-size: 16px;
	padding-bottom:5px;
}


.site-about-text-more{
	display: flex;
	flex-direction: column;
	position: relative;
}


.site-about-text-more-block{
	position:relative;
	box-sizing:border-box;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding:20px 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	width:100%;
}

.site-about-text-more-block.close{
	max-height:230px;
	margin-bottom:40px;
	transition: .3s;
	transition-timing-function: ease-in-out;

}

.site-about-text-more-block.close:after{
	display:block;
	position:absolute;
	content:"";
	width:100%;
	height:230px;
	top:0;
	left:0;
	background:linear-gradient(rgba(255,255,255,0),rgba(255,255,255,0) 178px,rgba(255,255,255,1));
}


.site-about-text-more-block.open{
	max-height: 200vh;
	margin-bottom:10px;
	transition: .5s;
	transition-timing-function: ease-in-out;
}


.site-about-text-more-block-text{
	box-sizing:border-box;
	word-break: break-word;
	line-break: strict;
	width:100%;
	margin-bottom:40px;
}

.site-about-text-more-block-image.mark + .site-about-text-more-block-text{
	padding:0 25px 0 35px;
	margin-bottom:0;
}


.site-about-text-more-block-image{
	display: flex;
	justify-content: center;
	width:100%;
}


.site-about-text-more-block-image img{
	display:block;
	width:200px;
	height:auto;
}

.site-about-text-more-block-image.mark img{
	width:70px;
}

.site-about-text-more-block-balloon:before{
	display:block;
	position:absolute;
	content:"";
	width:74px ;
	height:82px ;
	top:-20px;
	left:10%;
	background-image:url('/img/img_speech_pink.png');
	background-size:contain;
	background-repeat:no-repeat;
	z-index: -1;
}

.site-about-text-more-block-balloon{
	display: flex;
	position:relative;
	justify-content: center;
	align-items: center;
	width:100%;
	height:120px;
	margin:10px auto 35px;
	background-color:#FFEEEE;
	border-radius:50% 50%;
}


.site-about-text-more-layer{
	margin: 10px auto;
	z-index: 1;
	position: absolute;
	bottom: 54px;
	height: 40px;
	width: 100%;
	background-color: #fff;
	filter: blur(4px);
}


.site-about-text-more-btn{
	display: flex;
	justify-content: center;
	align-items: center;
}


.site-about-text-more-btn span{
	background-color: #FF5E95;
	color:#fff;
	font-size: 16px;
	padding-right: 10px;
	border-radius: 10px;
	width:295px;
	height:55px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	box-sizing:border-box;
}


.site-about-text-more-btn span:after{
	content:'';
	position: absolute;
	top:15px;
	right:10px;
	background-image: url("/img/icon_arrow_white.svg");
	background-size: cover;
	background-repeat: no-repeat;
	width:25px;
	height:25px;
}

.site-about-text-more-block.open + .site-about-text-more-btn span:after{
	transform:rotate(-90deg);
}

.site-about-text-more-block.close + .site-about-text-more-btn span:after{
	transform:rotate(90deg);
}

.site-about-text-more-block-button,
.site-about-free-button{
	position: relative;
	display: flex;
	justify-content: space-around;
	align-items: center;
	width: 230px;
	height: 50px;
	border: solid 1px #3B4043;
	border-radius: 50px;
	margin: 50px 0;
}



.site-about-free-button{
	margin-top: 40px;
	margin-bottom: 0;
}


.site-about-text-more-block-button-inner,
.site-about-free-button-inner{
	font-weight: bold;
	margin-left: 37px;
}

.site-about-text-more-block-button img,
.site-about-free-button img{
	width: 20px;
	height: 20px;
	margin-right: 6px;
}


.site-about-content-image,.site-about-content-image-inline,.site-about-content-image-large{
	margin:20px 0;
}


.site-about-content-image img {
	width:200px;
}


.site-about-content-image-inline img{
	width:80px;
	padding:0 10px;
}


.site-about-content-image-large img {
	width:300px;
}



.site-about-content-image-text{
	font-size: 13px;
	margin:10px 0;
}



.site-about-content-reg-done-image-text{
	padding:20px;
	display: flex;
	flex-direction: column;
	margin:10px auto;
	border:1px solid #DDDDDD;
	border-radius: 10px;
}


.site-about-content-reg-done-image-text-h{
	color:#3D3D3D;
	font-weight: bold;
	display: flex;
	justify-content: center;
	align-items: center;
}



.arrow2{
	position:relative;
	background:#FFFFFF;
}

.arrow2:after,.arrow2:before{
	border: solid transparent;
	content:'';
	height:0;
	width:0;
	pointer-events:none;
	position:absolute;
	bottom:100%;
	left:50%;
}


.arrow2:after{
	border-color: rgba(255, 255, 255, 0);
	border-top-width:10px;
	border-bottom-width:10px;
	border-left-width:10px;
	border-right-width:10px;
	margin-left: -10px;
	border-bottom-color:#FFFFFF;
}
.arrow2:before{
	border-color: rgba(221, 221, 221, 0);
	border-top-width:13px;
	border-bottom-width:13px;
	border-left-width:13px;
	border-right-width:13px;
	margin-left: -13px;
	margin-bottom: 0px;
	border-bottom-color:#DDDDDD;
}





.site-about-content-reg-done-image-text-procedure{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin:10px 0;
}



.site-about-content-reg-done-image-text-procedure-no{
	width:33px;
	height:33px;
	border-radius: 19px;
	background-color: #FFDAD9;
	display: flex;
	justify-content: center;
	align-items: center;
}


.site-about-content-reg-done-image-text-procedure-text{
	display: flex;
	justify-content: flex-start;
	color:#4B4B4B;
	margin-left: 5px;
}


.site-about-content-reg-done-image-text-procedure-text span{
	color:#FF2E2E;
	font-size: 15px;
	font-weight: bold;
}


.experiences-toppage-contents-wrapper{
	border-top: 15px solid #EEE;
	padding-top: 20px;
	margin-top: 20px;
}



.site-adv-select{
	display: flex;
	flex-direction: column;
}


.site-adv-select-h{
	display: flex;
	justify-content: center;
	align-items: center;
	padding-bottom:10px;
}

.site-adv-select-site-content{
	box-sizing:border-box;
	padding:30px 15px 15px;
	width:100%;
}


.site-adv-select-site-wrap{
	display: flex;
	flex-direction: column;
	margin:0 0 50px;
	position: relative;
	border-radius: 20px;
	/*height:330px;*/
	background-color:#FFFFFF;
	box-shadow: #0000001A 0px 2px 5px;
}


.site-adv-select-site-image{
	background-size: cover;
	background-repeat: no-repeat;
	width:100%;
	height:0;
	padding-top:54.8%;
    border-radius: 20px 20px 0px 0px;
}


.site-adv-select-site-image.vivo{
	/*background-image: url('/img/photo_site_vivo.jpg');*/
}


.site-adv-select-site-image.voifull{
	/*background-image: url('/img/photo_site_voifull.jpg');*/
}

.site-adv-select-site-image.voifull2{
	/*background-image: url('/img/photo_site_voifull2.webp');*/
}

.site-adv-select-site-image.virtual{
	/*background-image: url('/img/photo_site_virtual.webp');*/
}

.site-adv-select-site-image.mgi{
	/*background-image: url('/img/photo_site_mgi.jpg');*/
}



.site-adv-select-site-image.zero{
	/*background-image: url('/img/photo_site_zero.jpg');*/
}


.site-adv-select-site-image.eclub{
	/*background-image: url('/img/photo_site_eclub.jpg');*/
}


.site-adv-select-site-image.eye{
	/*background-image: url('/img/photo_site_eye.jpg');*/
}


.site-adv-select-site-image.jyukuzyo{
	/*background-image: url('/img/photo_site_jukujo.jpg');*/
}

.site-adv-select-site-image.meizin{
	/*background-image: url('/img/photo_site_meijin.jpg');*/
}


.site-adv-select-site-title{
	margin-left: 20px;
	margin-top: 10px;
	font-weight: bold;
	font-size: 18px;
	color:#3D3D3D;
}


.site-adv-select-site-text{
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 10px;
	margin-bottom: 45px;
	font-size: 15px;
	color:#3D3D3D;
}



.site-adv-select-site-link{
	position: absolute;
	bottom:-20px;
	right: 0px;
	left: 0px;
	margin: 0 auto;
}



.site-adv-select-site-link a{
	box-sizing:border-box;
	width:160px;
	height:40px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin:0 auto;
	text-decoration: none;
	border-radius: 20px;
	z-index: 1;
	border:1px solid #333333;
	background-color: #fff;
	color:#333333;
	font-weight: bold;
	position: relative;
	padding-right: 10px;
}


.site-adv-select-site-link a::before{
	content:'';
	background-image: url('/img/icon_arrow_black.svg');
	background-size: cover;
	background-repeat: no-repeat;
	width:22px;
	height:22px;
	position: absolute;
	right:10px;

}

.site-area-select{
	border-bottom: solid 15px #eee;
}





.site-sip-app-select{
	display: flex;
	justify-content: center;
	align-items: center;
	margin:15px auto 50px;
}


.site-sip-app-select a{
	display: flex;
	justify-content: center;
	align-items: center;
}


.site-sip-app-select a img{
	width:100%;
}








.red-word{
	color:#FF2E2E;
}

.bold-word{
	font-weight:900;
}

.large-word{
	font-size:15px;
}




@media screen and (max-width: 585px){

	.first-induction-block-button::after{
		right:7%;
	}

	.first-induction-block-button span{
		font-size: 18px;
		padding: 5px 0;
	}


	.site-about-text-more-block-button::before,
	.site-about-free-button::before{
		width: 70px;
		height: 70px;
		left:-33px;
		top:-33px;
	}

}
