.site-h1-container {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 15px 0 20px;
	padding: 0;
}

.experiences-area-wrap{
	margin:0;
	padding: 70px 0 40px;
	font-size:15px;
	color:#2A2A2A;
	overflow: hidden;
}

.experiences-area-wrap .experiences-area-text-wrap{
	position:relative;
	box-sizing:border-box;
	padding:78px 35px 35px;
	background-color:#FFF4F1;
}

.experiences-area-wrap .experiences-area-text-wrap-02{
	position:relative;
	box-sizing:border-box;
	padding:0 35px 35px;
	background-color:#fffbf1;
}

.experiences-area-wrap .experiences-area-text-wrap-03{
	position:relative;
	box-sizing:border-box;
	padding:0 35px 35px;
	background-color:#fffff1;
}

.experiences-area-wrap .experiences-area-text-wrap-04{
	position:relative;
	box-sizing:border-box;
	padding:0 35px 35px;
	background-color:#fffff1;
}

.experiences-area-wrap .experiences-area-link-wrap{
	padding:0 30px;
}



.experiences-area-btn{
	display:block;
	position:relative;
	box-sizing:border-box;
	height:52px;
	margin:0 auto;
	padding:0 20px;
	line-height:52px;
	text-align:center;
	border:1px solid #333333;
	border-radius:26px;
	font-size:15px;
	font-weight:900;
}

.column-title{
	display:block;
	width:100%;
	margin-bottom:15px;
	text-align:center;
	font-size:15px;
	font-weight:bold;
}



.experiences-area-text-wrap .experiences-area-head{
	position: absolute;
	box-sizing: border-box;
	width: 100%;

}

.experiences-area-photo{
	display:block;
	position:absolute;
	width:158px;
	height:158px;
	border-radius:79px;
	overflow:hidden;
	top: -69px;
	right: 0;
	left: 0;
	margin: auto;

}

.experiences-area-photo.area-01{
	background: url(/img/photo_area_01.jpg) no-repeat;
	background-size: cover;
}

.experiences-area-photo.area-02{
	background: url(/img/photo_area_02_2022.jpg) no-repeat;
	background-size: cover;
}

.experiences-area-photo.area-03{
	background: url(/img/photo_area_03_2022.jpg) no-repeat;
	background-size: cover;
}

.experiences-area-photo.area-04{
	background: url(/img/photo_area_04_2022.jpg) no-repeat;
	background-size: cover;
}

.experiences-area-photo.area-05{
	background: url(/img/photo_area_05_2022.jpg) no-repeat;
	background-size: cover;
}

.experiences-area-photo.area-06{
	background: url(/img/photo_area_06.jpg) no-repeat;
	background-size: cover;
}

.experiences-area-photo.area-07{
	background: url(/img/photo_area_07.jpg) no-repeat;
	background-size: cover;
}

.experiences-area-photo.area-08{
	background: url(/img/photo_area_08.jpg) no-repeat;
	background-size: cover;
}



.experiences-area-text-wrap .experiences-area-text{
	white-space:pre-line;
	font-weight:500;
	line-height: 1.7;
	text-align: justify;
}

.experiences-area-text-wrap-02 .experiences-area-text-02{
	white-space:pre-line;
	font-weight:500;
	line-height: 1.7;
	text-align: justify;
}

.experiences-area-text-wrap-03 .experiences-area-text-03{
	white-space:pre-line;
	font-weight:500;
	line-height: 1.7;
	text-align: justify;
}


.experiences-area-text-wrap-04 .experiences-area-text-04{
	white-space:pre-line;
	font-weight:500;
	line-height: 1.7;
	text-align: justify;
}

.experiences-area-link-wrap .centered:not(:last-of-type){
	border-bottom:1px solid #AAAAAA;
	padding:25px 0 40px;
}

.experiences-area-link-wrap .centered:first-of-type{
	padding-top:40px;
}


.experiences-area-link-wrap .centered:last-of-type{
	padding-top:25px;
}

.experiences-area-link-wrap .centered .talk-balloon{
	display: flex;
	justify-content: center;
	align-items: center;
	position:relative;
	width:189px;
	height:50px;
	margin:0 auto 15px;
	background-color:#65B3FF;
	border-radius:15px;
	font-size:15px;
	color:#fff;
}

.experiences-area-link-wrap .centered .talk-balloon:after{
	display:block;
	position:absolute;
	content:"";
	width:12px;
	height:12px;
	background-color:#65B3FF;
	bottom:-6px;
	left:calc(50% - 6px);
	transform:rotate(45deg);
}

.experiences-area-link-wrap .centered .start-talk-btn{
	width:232px;
}

.experiences-area-link-wrap .centered .start-talk-btn:before{
	display:block;
	position:absolute;
	content:"";
	width:24px;
	height:24px;
	top:14px;
	left:25px;
	background-image:url(../img/icon_phone_blue.svg);
	background-size:contain;
	background-repeat:no-repeat;
}

.experiences-area-link-wrap .centered .more-link-btn{
	width:270px;
}

.experiences-area-link-wrap .centered .more-link-btn.koushinetsu{
	padding:0 15px;
	width:280px;
}

.experiences-area-link-wrap .centered .more-link-btn:after{
	content:"";
	display:block;
	position: absolute;
	width:19px;
	height:19px;
	top:0;
	right: 10px;
	bottom: 0;
	margin: auto;
	background-image:url(../img/icon_arrow_black.svg);
	background-size:contain;
	background-repeat:no-repeat;
}

.experiences-area-link-wrap .centered .experiences-more-area-item-wrap{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	box-sizing:border-box;
	width:100%;
	margin:20px 0;
}

.experiences-more-area-item-wrap .experiences-more-area-item{
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing:border-box;
	width:calc(50% - 10px);
	height:52px;
	margin-bottom:20px;
	border:1px solid #707070;
	border-radius:26px;
	font-size:16px;
	font-weight:900;
	color:#2A2A2A;
}

.experiences-more-area-item-wrap .experiences-more-area-item.select{
	background-color:#D6D6D6;
	border-color:#D6D6D6;
	color:#666666;
}

.experiences-area-link-wrap .centered .other-area-select-btn{
	width:200px;
}

.experiences-area-link-wrap .centered .other-area-select-btn:before{
	display:inline-block;
	content:"";
	width:19px;
	height:19px;
	margin-right:10px;
	vertical-align:text-top;
	background-image:url(../img/icon_arrow_black.svg);
	background-size:contain;
	background-repeat:no-repeat;
	transform:rotate(180deg);
}
