@charset "UTF-8";
.sp {
    display: none;
}

img,
video,
svg{
	width: 100%;
	height: auto;
}

a{
	display: block;
}

/* コンテンツ部分のみ横幅100%に調整 */
 #Wrap, .wrapBottom, .wrapTop {
    width: 100%;
}

.lp_contents {
	font-family: pragmatica, 'Noto Sans JP', sans-serif;
}

/************************
SPデバイス調整 
************************/
@media only screen and (max-width: 768px) {
.sp {
    display: block;
}
.pc {
    display: none;
}
.lp_contents img {
    width: 100%;
}
	
	
}
 
.breadcrumbs.clearFix{
	position: absolute;
	top: 10rem;
	left: 50%;
	transform: translate(-50%, 0);
	width: 110rem;
}

/*----------------------------共通部分---------------------------------------*/

/*flexbox*/
.flexbox{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

/*section*/
.section{
	margin: 0 auto;
	max-width: 1000px;
	padding: 0 50px;
}

/*heading*/
.heading{
	width: 560px;
	margin: 0 auto 100px;
	border-bottom: solid 3px #053931;
}

.heading .title{
	font-size: 17px;
	margin-bottom: 18px;
}

@media only screen and (min-width: 769px) {
.sec02 .heading {
    margin: 0 auto 50px;
}

.sec02, .sec03, .sec04 {
    width: 560px;
    margin-bottom: 50px;
} 
	
}
/*-------------------------------------------------------------------*/
#Contents{
	padding: 0;
	overflow: hidden;
}
#allWrap {
    color: #053931;
}

/*----------------------------fastview---------------------------------------*/
.fastview{
	position: relative;
}

.fastview .fastview_text{position: absolute;top: 20rem;left: 50%;transform: translate(-50%, 0);/* text-align: center; */}

.fastview_title{
	margin: 0 auto;
	padding-top: 205px;
	margin-bottom: 95px;
	text-align: center;
	font-size: 10.6rem;
	line-height: 0.93396226;
	font-family: pragmatica, sans-serif;
    font-weight: 200;
}

.fastview .inner {
    max-width: 1400px;
    margin: 0 auto;
}


.fastview .fastview_text h2 {
    text-align: center;
    font-size: 6.2rem;
    font-weight: 200;
}

.fastview .fastview_text p {
    text-align: center;
    font-size: 1.7rem;
}

.fastview_lead_02{
	font-weight: 500;
	text-align: center;
	font-size: 14px;
	padding: 130px 0 164px;
	line-height: 2;
}

/*----------------------------section01---------------------------------------*/
.section.sec01{
	margin-bottom: 150px;
}

.sec01 .explanation{
	display: flex;
	justify-content: space-between;
	margin: 0 auto 44px;
	max-width: 560px;
}

.explanation .explanation_text{
	font-weight: bold;
	text-align: center;
	font-size: 14px;
	color: #fff;
	width: 180px;
	height: 38px;
	line-height: 38px;
	background-color: #053931;
	border-radius: 50px;
}

.sec01 .image{
	margin: 0 auto 72px;
	max-width: 560px;
}


.sec01 .caption_wrap .caption{
	margin: 0 auto;
	width: 560px;
	font-size: 14px;
	text-align: left;
	/* color: #b0bdb4; */
	/* font-weight: 300; */
}

/*----------------------------section02---------------------------------------*/
.section.sec02, .section.sec03{
	margin-bottom: 150px;
}
/*------------block 1-------------*/
.block.sec02-01{
	
}


.sec02-01 .discription_title{
	margin-bottom: 75px;
	/* font-size: 14px; */
	/* line-height: 1.36666667; */
	font-weight: normal;
	/* text-align: center; */
}

.sec02-01 .discription .discription_box{
	/* max-width: 497px; */
	/* margin: auto; */
}

.sec02-01 .discription .discription_box li:nth-child(1){
	border-top: solid 1px #053931;
}

.sec02-01 .discription .discription_box li{
	border-bottom: solid 1px #053931;
	padding: 24px 0px 24px 32px;
	font-size: 14px;
	font-weight: bold;
}

/*------------block 1-------------*/
.sec03-01 .detail_title{
	font-size: 17px;
	margin-bottom: 21px;
	/* line-height: 1.66666667; */
}

.sec03-01 .detail .detail_lead{
	font-size: 14px;
	line-height: 2;
}

.sec03-01 .detail:nth-child(1){
	margin-bottom: 70px;
}

.sec04-01 .detail_title{
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 25px;
	/* font-family: pragmatica,sans-serif; */
	/* font-weight: 200; */
	/* font-style: normal; */
}

.sec04-01 .detail .detail_lead{
	font-size: 14px;
	line-height: 1.7;
	font-weight: 300;
}

/*----------------------------tablet---------------------------------------*/
@media screen and (min-width: 600px) and (max-width: 1200px) {
}

/*----------------------------mobile---------------------------------------*/
@media only screen and (max-width: 768px) {
	#HeaderWrap, #FooterWrap {
	}
	
	.main-area .main-inner {
    	width: 100%;
	}
	
	.breadcrumbs.clearFix{
		display: none;
	}
	
	/*----------------------------共通部分---------------------------------------*/ 
	/*section*/
	.section{
		padding: 0 calc(50* (100vw / 586));
	}

	/*heading*/
	.heading{
		width: calc(486* (100vw / 586));
		margin: 0 auto calc(27* (100vw / 586));
		border-bottom: solid calc(2* (100vw / 586)) #053931;
	}

	.heading .title{
		font-size: calc(22* (100vw / 586));
		/* line-height: 1.27272727; */
		margin-bottom: calc(10* (100vw / 586));
	}
	
	/*----------------------------fastview---------------------------------------*/
	.fastview{
		/* width: 100%; */
		/* margin: 0 auto calc(115* (100vw / 586)); */
		/* background-image: url("../Contents/ImagesPkg/Page/MemberShip/fv_sp.jpg"); */
	}

	.fastview .fastview_text{
		width: calc(486* (100vw / 586));
		margin: 0 auto;
	}

	.fastview_title{
		padding-top: calc(250* (100vw / 586));
		margin-bottom: calc(35* (100vw / 586));
		font-size: calc(70* (100vw / 586));
		line-height: 0.85714286;
	}

	.fastview_lead_01{
		margin-bottom: calc(30* (100vw / 586));
		font-size: calc(22* (100vw / 586));
		line-height: 1.27272727;
	}

	.fastview_lead_02{
		font-size: calc(16* (100vw / 586));
		padding-bottom: calc(145* (100vw / 586));
		text-align: start;
		line-height: 2;
		width: calc(486* (100vw / 586));
	}

	/*----------------------------section01---------------------------------------*/
	.section.sec01{
		margin-bottom: calc(110* (100vw / 586));
	}

	.sec01 .heading{
		margin-bottom: calc(50* (100vw / 586));
	}

	.sec01 .explanation{
		margin: 0 auto calc(45* (100vw / 586));
		width: calc(475* (100vw / 586));
	}

	.explanation .explanation_text{
		font-size: calc(16 * (100vw / 586));
		padding: calc(5* (100vw / 586)) calc(30* (100vw / 586));
		border-radius: calc(50* (100vw / 586));
		height: calc(30* (100vw / 586));
		line-height: 2;
		width: calc(100* (100vw / 586));
	}

	.sec01 .image{
		margin: 0 auto calc(50* (100vw / 586));
		width: calc(460* (100vw / 586));
	}

	.sec01 .caption_wrap{
		width: calc(460* (100vw / 586));
	}

	.sec01 .caption_wrap .caption{
		width: calc(460* (100vw / 586));
		font-size: calc(14* (100vw / 586));
		line-height: 1.57142857;
	}

	/*----------------------------section02---------------------------------------*/
	.section.sec02{
		margin-bottom: calc(130* (100vw / 586));
	}

	.sec02-01 .discription_title{
		margin-bottom: calc(28* (100vw / 586));
		font-size: calc(18* (100vw / 586));
		line-height: 1.44444444;
	}

	.sec02-01 .discription .discription_box{
		width: calc(435* (100vw / 586));
	}

	.sec02-01 .discription .discription_box li:nth-child(1){
		/* border-top: solid calc(1* (100vw / 586)) #053931; */
	}

	.sec02-01 .discription .discription_box li{
		font-size: calc(18* (100vw / 586));
		line-height: 1.55555556;
		border-bottom: solid calc(1* (100vw / 586)) #053931;
		padding: calc(14* (100vw / 586)) 0px calc(14* (100vw / 586)) calc(13* (100vw / 586)); 
	}
	
	.sec02-01 .discription{
		margin-left: calc(20* (100vw / 586));
	}

	/*----------------------------section03---------------------------------------*/
	.section.sec03{
		margin-bottom: calc(110* (100vw / 586));
	}
	/*------------block 1-------------*/
	.block.sec03-01{
		margin-left: calc(20* (100vw / 586));
	}


	.sec03-01 .detail_title{
		font-size: calc(18* (100vw / 586));
		margin-bottom: calc(19* (100vw / 586));
		line-height: 1.55555556;
	}

	.sec03-01 .detail .detail_lead{
		font-size: calc(18* (100vw / 586));
		line-height: 1.44444444;
		/* letter-spacing: 0; */
	}

	.sec03-01 .detail:nth-child(1){
		margin-bottom: calc(28* (100vw / 586));
	}

	/*----------------------------section04---------------------------------------*/
	.section.sec04{
	}
	
	.block.sec04-01{
		margin-left: calc(20* (100vw / 586));
	}

	.sec04-01 .detail_title{
		font-size: calc(18* (100vw / 586));
		line-height: 1.44444444;
		margin-bottom: calc(20* (100vw / 586));
	}

	.sec04-01 .detail .detail_lead{
		font-size: calc(14* (100vw / 586));
		line-height: 1.57142857;
	}
	
	
.fastview .fastview_text h2 {
    font-size: calc(70*(100vw/586));
}

.fastview .fastview_text p {
    font-size: calc(18*(100vw/586));
}

.fastview_lead_02 {
    font-size: calc(16*(100vw/586));
    padding: calc(110*(100vw/586)) 0;
}
	
}