@charset "UTF-8";

/* ▼▼▼ メンバー
====================================================== */
.page_title h1::after{
	background-image: url(../img/member/title_bg.png);
}

#main{
	margin-bottom: 0;
}

/* nav_list
---------------------------------------- */
.nav_list{
	max-width: 1230px;
	padding: 0 15px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	font-weight: bold;
	line-height: 1.6;
}
.nav_list li{
	position: relative;
}
.nav_list a{
	display: block;
	padding: 0 20px 25px 20px;
}
.nav_list a:hover{
	opacity: 1;
}
.nav_list p{
	position: relative;
	z-index: 2;
}
.nav_list p[data-mh*="txt_group"]{
	display: flex;
	align-items: center;
	font-size: 14px;
	margin: 20px 0;
	height: 67.5px;
}
.nav_list p.name small{
	display: block;
	font-size: 12px;
	line-height: 1;
}
.nav_list p.name small:last-of-type {
	padding-top: 10px;
}
.nav_list .img{
	position: absolute;
	bottom: -20px;
	right: -30px;
	max-width: 170px;
	width: 70%;
}
/* nav_wrap */
.nav_wrap{
	margin-bottom: 86px;
}
.nav_list li{
	width: 22%;
	background: #fff;
	border: 4px solid #F0F8B4;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.nav_list li:hover,
.nav_list li.now{
	opacity: .6;
	background: #EFF1F2!important;
	border: 4px solid #EFF1F2;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

/* btm_nav */
.title_01{
	margin: 0 0 30px;
	text-align: center;
	position: relative;
}
.title_01 span{
	color: #F1F6CC;
	font-size: 100px;
	letter-spacing: .02em;
	line-height: 1;
	text-align: center;
}
.title_01::after{
	content: "";
	border-left: 2px solid #000;
	height: 40px;
	position: absolute;
	transform: translateX(-50%);
	left: 50%;
	bottom: -50px;
}
.title_01 span span{
	display: block;
	font-size: 30px;
	width: 100%;
	color: #000;
	text-align: center;
	letter-spacing: 0;
	position: absolute;
	left: 0;
	bottom: 12px;
}
.btm_nav{
	background: #EFF1F2;
	padding: 90px 0 280px;
}
.btm_nav:not(:last-of-type){
	padding-bottom: 90px;
	margin-bottom: 115px;
}
.btm_nav.nav02 .nav_list{
	justify-content: center;
}

/* main
---------------------------------------- */
.main_img{
	display: flex;
	align-items: center;
	padding-bottom: 75px;
	margin: 0 auto 100px;
	position: relative;
	z-index: 1;
}
.main_img::after{
	content: "";
	background: #EAF1B2;
	width: 50vw;
	height: 500px;
	position: absolute;
	left: 50%;
	bottom: 0;
	z-index: -2;
}
.main_img .txt_area{
	background: #fff;
	width: 55%;
	height: 334px;
	padding: 0 40px 30px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: bold;
	position: relative;
}
.main_img .txt_area::before{
	content: "";
	background: url(../img/member/main_bg.jpg) no-repeat left center/cover;
	width: 55vw;
	height: 498px;
	position: absolute;
	transform: translateY(-50%);
	right: 0;
	top: 50%;
	z-index: -1;
}
.main_img .txt_area p:nth-of-type(1){
	display: flex;
	align-items: center;
	margin-bottom: 30px;
	width: 100%;
	height: 183px;
	font-size: 44px;
	line-height: 1.4;
	position: relative;
}
.main_img .txt_area p:nth-of-type(1)::after{
	content: "";
	border-bottom: 1px solid #222;
	width: 720px;
    max-width: 121%;
	position: absolute;
	left: 0;
	bottom: 0;
}
.main_img .txt_area h2.name{
	font-size: 35px;
	line-height: 1.3;
}
.main_img .txt_area h2.name span{
	display: block;
	margin-bottom: 10px;
	font-size: 16px;
}
.main_img .txt_area h2.name small{
	display: inline-block;
	margin-left: 20px;
	font-size: 20px;
	font-weight: 500;
	letter-spacing: .05em;
}
.main_img .img_area{
	width: 45%;
}


.detail .main_img .txt_area p:nth-of-type(1){
	height: 213px;
}
.item{
	margin-bottom: 180px;
}
.item h3{
	margin-bottom: 40px;
	font-size: 30px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: bold;
}
.item .txt{
	line-height: 2.3;
}
.item .img_area{
	position: relative;
	z-index: 1;
}
.item .img_area::before{
	content: "";
	background: #EFF1F2;
	width: 80vw;
	height: 100%;
	position: absolute;
	bottom: -60px;
	left: 260px;
	z-index: -1;
}

.item_center{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}
.item_center .txt_area{
	margin-bottom: 80px;
}

.flex_box{
	display: flex;
	justify-content: space-between;
}
.flex_box .img_area{
	width: calc(50% - 80px);
}
.flex_box .txt_area{
	width: 50%;
}
.flex_box .img_area::before{
	width: 100%;
}
.flex_box.item_01 .img_area::before{
	left: -80px;
}
.flex_box.item_02 .img_area{
	order: 2;
}
.flex_box.item_02 .img_area::before{
	left: auto;
	right: -80px;
}

/* message_box
---------------------------------------- */
.message_box{
	background: url(../img/member/box_bg.jpg) no-repeat center/cover;
	max-width: 1396px;
	width: calc(100% - 30px);
	padding: 100px 0 80px;
	margin: 0 auto 160px;
}
.message_box h4{
	margin-bottom: 80px;
	font-size: 30px;
	text-align: center;
	position: relative;
	z-index: 1;
}
.message_box h4::after{
	content: "";
	border-left: 2px solid #222;
	height: 40px;
	position: absolute;
	transform: translateX(-50%);
	left: 50%;
	bottom: -40px;
}
.message_box h4 span{
	display: block;
	width: 100%;
	color: #fff;
	font-size: 120px;
	text-align: center;
	line-height: 1;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
}
.message_box > div{
	display: flex;
	align-items: center;
	max-width: 1030px;
	width: 100%;
	padding: 0 15px;
	margin: 0 auto;
}
.message_box > div > div{
	width: 50%;
}
.message_box > div .txt{
	line-height: 2.3;
}


/* ▼▼▼ 768px
====================================================== */
@media screen and (max-width: 840px) {

	.page_title{
		margin-bottom: 40px;
	}
	/* tab_area
	---------------------------------------- */
	.tab_area{
		width: 100%;
		font-size: 14px;
		font-weight: bold;
		position: relative;
		text-align: center;
		padding: 0 15px;
		margin: 0 auto;
	}
	.tab_area::before,
	.nav_wrap.active::before{
		content: "";
		width: 100vw;
		height: 100%;
		position: absolute;
		transform: translateX(-50%);
		left: 50%;
		bottom: 0;
		box-shadow: 0 6px 6px rgba(34, 34, 34, .1);
		pointer-events: none;
		z-index: 3;
	}
	.tab_area p{
		display: inline-block;
		padding: 0 20px 15px 0;
		position: relative;
	}
	.tab_area p::before,
	.tab_area p::after{
		content: "";
		position: absolute;
	}
	.tab_area p::before{
		width: 100%;
		border-bottom: 4px solid #B8D200;
		left: 0;
		bottom: 0;
		-webkit-transition: .3s ease-in-out;
		-moz-transition: .3s ease-in-out;
		transition: .3s ease-in-out;
	}
	.tab_area p::after{
		background: url(../img/arrow_grn.png) no-repeat center/100%;
		width: 12px;
		height: 11.5px;
		top: 10px;
		right: 0;
		-webkit-transition: .3s ease-in-out;
		-moz-transition: .3s ease-in-out;
		transition: .3s ease-in-out;
	}

	.tab_area.active p{
		color: #9CA3A7;
	}
	.tab_area.active p::after{
		transform: rotate(180deg);
		top: 8px;
		transform-origin: 50% 50%;
		-webkit-transition: .3s ease-in-out;
		-moz-transition: .3s ease-in-out;
		transition: .3s ease-in-out;
	}

	/* nav_list
	---------------------------------------- */
	.nav_list{
		max-width: 1230px;
		padding: 0 15px;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
		font-weight: bold;
		line-height: 1.6;
	}
	.nav_list p[data-mh*="txt_group"]{
		margin: 10px 0 20px;
		min-height: 4em;
	}
	/* nav_wrap */
	.nav_wrap{
		display: none;
		background: #EFF5C3;
		padding-bottom: 40px;
		margin-bottom: 0;
		position: relative;
	}
	.nav_wrap .nav_list{
		flex-wrap: wrap;
		animation: SlideUp .5s 1 ease-in-out;
	}
	.nav_wrap.active .nav_list{
		animation: SlideIn .5s 1 ease-in-out;
	}
	@keyframes SlideIn {
		0% {
			opacity: 0;
			transform: translateY(-100px);
		}
		100% {
			opacity: 1;
			transform: translateY(0);
		}
	}
	@keyframes SlideUp {
		0% {
			opacity: 1;
			transform: translateY(0);
		}
		100% {
			opacity: 0;
			transform: translateY(-150px);
		}
	}
	.nav_wrap .nav_list li{
		border-color: #fff;
		background: #EFF5C3;
		width: 47%;
		margin-top: 25px;
		min-height: 150px;
	}
	.nav_wrap .nav_list li.now{
		border-color: rgba(255,255,255,.3);
		background: #fff;
		opacity: .4;
	}
	.nav_wrap .nav_list a{
		display: block;
		padding: 0 15px 15px;
	}
	.nav_wrap .nav_list p[data-mh*="txt_group"]{
		height: auto;
		font-size: 13px;
		margin-bottom: 10px;
	}
	.nav_wrap .nav_list p.name small{
		font-size: 10px;
	}
	.nav_wrap .nav_list .img{
		width: 55%;
		right: -10px;
		bottom: -10px;
	}
	/* btm_nav */
	.title_01{
		margin: 0 0 25px;
		padding-left: 50px;
	}
	.title_01::after{
		content: "";
		border: none;
		border-top: 1px solid #000;
		width: 20px;
		height: auto;
		position: absolute;
		transform: translateY(-50%);
		top: 50%;
		bottom: auto;
		left: 15px;
	}
	.title_01 span{
		color: #222;
		font-size: 20px;
		text-align: left;
	}
	.btm_nav{
		padding: 0 0 70px;
	}
	.btm_nav .nav_list{
		background: #EFF1F2;
		display: block;
		padding: 40px 15px 0;
	}
	.btm_nav .nav_list li{
		max-width: 345px;
		width: 100%;
		margin: 0 auto 40px;
	}
	.btm_nav .nav_list a{
		padding: 0 50% 25px 20px;
	}
	.btm_nav .nav_list p[data-mh*="txt_group"]{
		margin: 25px 0 15px;
	}
	.btm_nav .nav_list p.name{
		font-size: 16px;
	}
	.btm_nav .nav_list .img{
		width: 167px;
		bottom: -20px;
    right: -10px;
	}
	.btm_nav:not(:last-of-type){
		padding-bottom: 40px;
		margin-bottom: 55px;
	}

	/* main
	---------------------------------------- */
	.main_img{
		display: block;
		margin: 0 0 70px;
		padding: 80vw 0 20px;
		z-index: 1;
	}
	.main_img::after{
		content: "";
		background: url(../img/member/main_bg_sp.jpg) no-repeat left bottom/cover;
		width: 100vw;
		height: 100%;
		position: absolute;
		transform: translateY(-50%);
		right: auto;
		left: -20px;
		top: 50%;
		z-index: -2;
	}
	.main_img .txt_area{
		background: #fff;
		width: calc(100% - 15px);
		height: auto;
		padding: 0 15px 15px;
	}
	.main_img .txt_area::before{
		display: none;
	}
	.main_img .txt_area p:nth-of-type(1){
		margin-bottom: 10px;
		width: 100%;
		height: 90px;
		font-size: 20px;
	}
	.main_img .txt_area p:nth-of-type(1)::after{
		content: "";
		border-bottom: 1px solid #222;
		width: calc(100% + 30px);
		position: absolute;
		left: 0;
		bottom: 0;
	}
	.main_img .txt_area h2.name{
		font-size: 18px;
		line-height: 1.3;
	}
	.main_img .txt_area h2.name span{
		display: block;
		margin-bottom: 10px;
		font-size: 12px;
	}
	.main_img .txt_area h2.name small{
		display: inline-block;
		margin-left: 20px;
		font-size: 12px;
	}
	.main_img .img_area{
		width: calc(100% - 15px);
		padding: 40px 0 0;
		position: absolute;
		top: 0;
		right: -20px;
		z-index: -1;
	}

	.detail .main_img .txt_area p:nth-of-type(1){
		height: 90px;
	}
	.item{
		margin-bottom: 50px;
	}
	.item h3{
		margin-bottom: 20px;
		font-size: 20px;
	}
	.item .txt{
		line-height: 2;
	}
	.item .img_area{
		margin-bottom: 60px!important;
		position: relative;
		z-index: 1;
	}
	.item .img_area::before{
		width: calc(100% + 5px);
		bottom: -15px;
		left: -30px;
		right: auto;
	}
	.item:nth-of-type(even) .img_area{
		margin-left: -20px;
		margin-right: auto;
	}
	.item:nth-of-type(even) .img_area::before{
		left: auto!important;
		right: -40px!important;
	}
	.item:nth-of-type(odd) .img_area{
		margin-left: 15px;
		margin-right: -20px;
	}
	.item:nth-of-type(odd) .img_area::before{
		right: auto;
		left: -40px!important;
	}

	.item_center{
		display: flex;
		flex-wrap: wrap;
		width: 100%;
	}
	.item_center .txt_area{
		order: 2;
		margin-bottom: 0;
	}

	.flex_box{
		display: block;
	}
	.flex_box .img_area{
		width: calc(100% + 5px);
		margin-left: -20px;
	}
	.flex_box .txt_area{
		width: 100%;
	}
	.flex_box .img_area::before{
		width: 100%;
	}


	/* message_box
	---------------------------------------- */
	.message_box{
		background: url(../img/member/box_bg_sp.jpg) no-repeat center/cover;
		width: 100%;
		padding: 145px 0 50px;
		margin: 100px 0 40px;
		position: relative;
	}
	.message_box h4{
		padding-bottom: 5px;
		margin-bottom: 40px;
		font-size: 20px;
		line-height: 1.3;
	}
	.message_box h4::after{
		border-left: 1px solid #222;
		height: 20px;
		bottom: -25px;
	}
	.message_box h4 span{
		font-size: 50px;
	}
	.message_box > div{
		display: block;
	}
	.message_box > div > div{
		width: 100%;
	}
	.message_box > div .img{
		position: absolute;
		transform: translateX(-50%);
		left: 50%;
		top: -75px;
		width: 200px;
	}
	.message_box > div .txt{
		line-height: 2;
	}	
}