@charset "UTF-8";

.t-main_nav_list_item:nth-child(2) .t-main_nav_child_list_wrap:first-child{
	padding-right: 10rem;
}


.t-main_nav_list_item:nth-child(2)  .t-main_nav_child_list_col{
	max-width: none;

}

@media screen and (max-width: 750px) {
	
	.t-main_nav_list_item:nth-child(2) .t-main_nav_child_list_wrap:first-child{
		padding-right: 0rem;
	}
	
	.t-main .c-main_content_wrap{
		padding-top: 0.0rem;
	}
}


/* -----------------------------------------------------------------------------
.t-page_vision
----------------------------------------------------------------------------- */

.t-page_vision{
	position: relative;
	height: 25.0rem;
	background-image: url("../../img/template/page_vision_bg@2x.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.t-page_vision_in{
	height: 100%;
}

.t-page_vision_text{
	z-index: 2;
	text-align: center;
	position: relative;
	min-width: 80.0rem;
	max-width: 100%;
	height: 100%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0 16.0rem 0 10.0rem;
}

.t-page_vision_title{
	color: #fff;
	font-size: 6.5rem;
	font-family: dnp-shuei-mgothic-std, sans-serif;
	font-weight: 600;
	display: inline-block;
	vertical-align: bottom;
}

.t-page_vision_obj{
	position: absolute;
}

.t-page_vision_obj.obj01{
	top: 0;
	left: 0;
}

.t-page_vision_obj.obj02{
	top: 50%;
	right: 0;
	margin: -6.0rem 0 0 0;
}

.t-page_vision_obj.obj03{
	bottom: 0;
	right: -17.0rem;
}

.t-page_vision_img{
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
}

.t-page_vision_img figure{
	height: 100%;
}

.t-page_vision_img figure img{
	height: 100%;
	width: auto;
}

@media screen and (max-width: 750px) {
	
.t-page_vision{
	height: 20.0rem;
	margin-top: 61px;
}

.t-page_vision_text{
	min-width: 0rem;
	max-width: 100%;
	padding: 0;
}

.t-page_vision_title{
	font-size: 3.0rem;
}

.t-page_vision_obj{
	position: absolute;
}

.t-page_vision_obj.obj01{
	top: 0;
	left: -2rem;
}

.t-page_vision_obj.obj02{
	top: auto;
	right: auto;
	left: -2rem;
	bottom: 0;
	margin: 0rem 0 0 0;
}

.t-page_vision_obj.obj03{
	bottom: 0;
	right: -1rem;
}
	
}

/* -----------------------------------------------------------------------------
.t-breadclumb
----------------------------------------------------------------------------- */

.t-breadclumb{
	font-size: 2.1rem;
	margin-top: 2.0rem;
	margin-bottom: 2.0rem;
	padding-bottom: 0;
}

.t-breadclumb_in{
	
}

.t-breadclumb_list_wrap{
	
}

.t-breadclumb_list{
	
}

.t-breadclumb_list_item{
	display: inline;
}

.t-breadclumb_list_item:after{
	content: ">";
	margin: 0 0 0 0.3em;
}

.t-breadclumb_list_item:last-child:after{
	display: none;
}


@media screen and (max-width: 750px) {
	.t-breadclumb{
		font-size: 1.4rem;
	}
}

/* ----------------------------------------------------------------------
TOPPAGE
---------------------------------------------------------------------- */

/* .p-top_main_vision */

.p-top_main_vision{
	position: relative;
	font-family: dnp-shuei-mgothic-std, sans-serif;
	font-weight: 600;
	color: #fff;
	height: 64.0rem;
}


.p-top_main_vision_in{
	position: relative;
	z-index: 2;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.p-top_main_vision_text{
	position: relative;
}

.p-top_main_vision_title{
	line-height: 1.2;
}

.p-top_main_vision_title > *{
	display: block;
}

.p-top_main_vision_title > small{
	font-size: 6.4rem;
}

.p-top_main_vision_title > span{
	font-size: 7.8rem;
}

.p-top_main_vision_lead{
	font-size: 3.2rem;
	line-height: 1.16;
}

.p-top_main_vision_text_img{
	position: absolute;
	top: 50%;
	left: 100%;
	width: 47.0rem;
	margin-top: -23.5rem;
}

.p-top_main_vision_img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.p-top_main_vision_img .c-img_cover{
	width: 100%;
	height: 100%;
}

/* .p-top_news */

#p-top_news{
	padding-top: 17.0rem;
	padding-bottom: 17.0rem;
}

.p-top_news_box{
	position: relative;
	background-color: #E1EDE3;
	padding: 6.0rem 10.0rem 0 7.0rem;
}

.p-top_news_box_head{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.p-top_news_box_head_text{
	font-size: 2.8rem;
	font-weight: 700;
	line-height: 1;
	width: 42.0rem;
	height: 6.5rem;
	line-height: 6.5rem;
	color: #fff;
	text-align: center;
	background-color: #00979C;
	border-radius: 0.6rem;
}

.p-top_news_box .btn_row{
	margin-top: 4.0rem;
}


.p-top_news_box .c-btn_wrap,
.p-top_news_box .c-btn{
	border-radius: 0.6rem;
}

.p-top_news_box .c-btn{
	font-size: 2.6rem;
	width: 28.0rem;
	height: 6.0rem;
	color: #fff;
	background-color: #9FA0A0;
	font-weight: 700;
}

/* #p-top_contents */

#p-top_contents{
	padding-top: 12.0rem;
	padding-bottom: 14.0rem;
	margin-bottom: 16.0rem;
	background-size: auto auto;
	background-color: rgba(68, 164, 170, 1);
	background-image: repeating-linear-gradient(135deg, transparent, transparent 0.6rem, rgba(97, 182, 188, 1) 0.6rem, rgba(97, 182, 188, 1) 0.8rem );
}

.p-top_contents_title01{
	background-color: #FFF48C;
	text-align: center;
	line-height: 1;
	font-size: 3.6rem;
	padding: 1.2rem;
	font-weight: 700;
	color: #00979C;
	margin: 0 0 2.5rem 0;
}

.p-top_link_block_list_wrap{
	
}

.p-top_link_block_list{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -2.0rem -2.0rem 0;
}

.p-top_link_block_list_sustaina{
	width:25%;
	margin-left:37.5%;
}

@media screen and (max-width: 750px) {
	.p-top_link_block_list_sustaina{
	width:100%;
	margin:0;
	}
}

.p-top_link_block_list_item{
	width: 25%;
	padding: 0 2.0rem 2.0rem 0;
	display: flex;
	flex-direction: column;
}

.p-top_link_block_list_item_sustaina{
	width:100%;
}
@media screen and (max-width: 750px) {
	.p-top_link_block_list_item_sustaina{
		width:25%;
	}
}

.p-top_link_block,
.p-top_link_block_href,
.p-top_link_block_in{
	flex-grow: 1;
	display: flex;
	flex-direction: column;
}

.p-top_link_block{
	background-color: #fff;
	border-radius:  0 0 1.0rem 1.0rem;
	box-shadow: 0.1rem 0.1rem 0.3rem rgba(0,0,0,0.3);
}

.p-top_link_block_href{
	text-decoration: none !important;
	transition: opacity 0.4s linear 0s;
}

.normal .p-top_link_block_href:hover{
	opacity: 0.7;
}

.p-top_link_block_img{
	position: relative;
	padding-bottom: 65.3%;
	overflow:  hidden;
}

.type_movie .p-top_link_block_img:before,
.type_movie .p-top_link_block_img:after{
	content: "";
	position: absolute;
}

.type_movie .p-top_link_block_img:before{
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.2);
	z-index: 1;
}

.type_movie .p-top_link_block_img:after{
	top :50%;
	left: 50%;
	width: 8.6rem;
	height: 6.6rem;
	margin: -3.3rem 0 0 -4.3rem;
	background-image: url("../../img/template/icon_movie@2x.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
	z-index: 2;
}

.p-top_link_block_img .c-img_cover{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: transform 0.4s linear 0s;
}

.normal .p-top_link_block_href:hover .c-img_cover{
	transform: scale(1.03,1.03);
}

.p-top_link_block_text{
	flex-grow: 1;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #fff;
	padding: 1.5rem;
	border-radius:  0 0 1.0rem 1.0rem;
	text-align: center;
	font-size: 1.9rem;
	line-height: 1.32;
}

.p-top_link_block_text:after{
	position: absolute;
	right: 0.8rem;
	bottom: 0.8rem;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 2.2rem 2.2rem;
	border-color: transparent transparent #E94829 transparent;
}

@media screen and (max-width: 750px) {
	
	/* .p-top_main_vision */

	.p-top_main_vision{
		height: 32.0rem;
		text-align: center;
		padding: 0 !important;
	}
	
	.p-top_main_vision_in{
		display: block;
		padding-top: 2.0rem;
		margin-top: 61px;
	}

	.p-top_main_vision_title > *{
		display: block;
	}

	.p-top_main_vision_title > small{
		font-size: 2.0rem;
	}

	.p-top_main_vision_title > span{
		font-size: 2.4rem;
	}

	.p-top_main_vision_lead{
		font-size: 1.6rem;
		margin-top: 1.0rem;
		margin-bottom: 2.0rem;
	}

	.p-top_main_vision_text_img{
		position: static;
		display: block;
		width: 20.0rem;
		margin: 0 auto;
	}

	/* .p-top_news */

	#p-top_news{
		padding-top: 6.0rem;
		padding-bottom: 6.0rem;
	}

	.p-top_news_box{
		position: relative;
		background-color: transparent;
		padding: 0;
	}
	
	.p-top_news_box_in{
		background-color: #E1EDE3;
		padding: 0 0 4rem 0;
	}

	.p-top_news_box_head{
		position: static;
		height: auto;
	}
	
	.p-top_news_box .c-news_list_item{
		padding: 2.0rem 2.0rem 2.0rem 2.0rem;
		border-bottom: 0.1rem solid #fff;
	}

	.p-top_news_box_head_text{
		font-size: 1.8rem;
		width: 100%;
		height: 4.5rem;
		line-height: 4.5rem;
		border-radius: 0.6rem 0.6rem 0 0;
	}

	.p-top_news_box .btn_row{
		margin-top: 4.0rem;
		padding: 0 2.0rem;
	}
	
	.p-top_news_box .btn_row .c-col{
		width: 100%;
	}

	.p-top_news_box .c-btn{
		font-size: 1.6rem;
		width: auto;
		height: 5.0rem;
	}

	/* #p-top_contents */

	#p-top_contents{
		padding-top: 6.0rem;
		padding-bottom: 7.0rem;
		margin-bottom: 8.0rem;
	}

	.p-top_contents_title01{
		font-size: 2.0rem;
		padding: 1.2rem;
		margin: 0 0 2.5rem 0;
	}

	.p-top_link_block_list_wrap{

	}

	.p-top_link_block_list_item{
		width: 100%;
	}

	.p-top_link_block_text{
		padding: 1.5rem;
		font-size: 1.5rem;
	}
	
}

/* ----------------------------------------------------------------------
ABOUT
---------------------------------------------------------------------- */

#p-about01{
	margin-top: 12.0rem;
	margin-bottom: 20.0rem;
	padding-top: 8.0rem;
	padding-bottom: 11.0rem;
	background-size: auto auto;
	background-color: rgba(227, 236, 228, 1);
	background-image: repeating-linear-gradient(135deg, transparent, transparent 0.6rem, rgba(235, 242, 235, 1) 0.6rem, rgba(235, 242, 235, 1) 0.8rem );
}


.p-about01_list_wrap{
	
}

.p-about01_list{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -4.0rem -4.0rem 0;
}

.p-about01_list_item{
	display: flex;
	flex-direction: column;
	width: 50%;
	padding: 0 4.0rem 4.0rem 0;
}

.p-about01_block{
	flex-grow: 1;
	display: flex;
	flex-direction: column;
}

.p-about01_block_head{
	font-size: 4.0rem;
	text-align: center;
	font-weight: 700;
	line-height: 1;
	padding: 1.2rem;
	background-color: #00979C;
	color: #fff;
	border-radius: 2.0rem 2.0rem 0 0;
}

.p-about01_block_text{
	position: relative;
	flex-grow: 1;
	padding: 3.0rem 2.0rem 5.0rem 2.0rem;
	background-color: #fff;
}

.p-about01_block_text_obj_wrap{
	font-size: 2.7rem;
	line-height: 1.44;
	text-align: center;
	position: relative;
}

.p-about01_block_text_obj{
	position: relative;
	z-index: 2;
}

.p-about01_block_text_img{
	position: absolute;
	top: -1.0rem;
	right: 0;
}

.p-about01_block_text .btn_row{
	font-size: 2.7rem;
	position: absolute;
	left: 0;
	bottom: -0.963em;
	width: 100%;
}

.p-about01_block_text  .c-btn_wrap{
	width: 10.96em;
	height: 1.925em;
	border-radius: 0.85em;
}

.p-about01_block_text  .c-btn{
	border-radius: 0.85em;
	color: #fff;
	font-weight: 700;
	background: linear-gradient(to bottom, #e12229 0%,#ba2229 100%); 
}

.p-about01_block_text  .c-btn .c-image p{
	font-size: 80%;
}

@media screen and (max-width: 750px) {
	
#p-about01{
	margin-top: 2.0rem;
	margin-bottom: 6.0rem;
	padding-top: 4.0rem;
	padding-bottom: 6.0rem;
}


.p-about01_list_wrap{
	
}

.p-about01_list{
	flex-wrap: wrap;
	margin: 0 0rem -3.0rem 0;
}

.p-about01_list_item{
	width: 100%;
	padding: 0 0rem 3.0rem 0;
}

.p-about01_block_head{
	font-size: 2.0rem;
	padding: 1.2rem;
	border-radius: 1.0rem 1.0rem 0 0;
}

.p-about01_block_text{
	position: relative;
	flex-grow: 1;
	padding: 3.0rem 2.0rem 3.0rem 2.0rem;
	background-color: #fff;
}

.p-about01_block_text_obj_wrap{
	font-size: 1.6rem;
	line-height: 1.44;
}

.p-about01_block_text_obj{
	position: relative;
	z-index: 2;
}

.p-about01_block_text_img{
	position: absolute;
	top: -1.0rem;
	right: 0;
}

.p-about01_block_text .btn_row{
	font-size: 1.8rem;
}
	
}

/* #p-about02  */

#p-about02{
	padding-top: 10.0rem;
	padding-bottom: 10.0rem;
	background-color: #C8DC9A;
}

.p-about02_title{
	font-size: 4.0rem;
	font-weight: 700;
	display: flex;
	justify-content: center;
	align-items: 1;
	line-height: 1;
	margin: 0 0 7.0rem 0;
}

.p-about02_title .p-about02_title_in{
	width: 15.75em;
	height: 2.2em;
	background-color: #fff;
	color: #00979C;
	border-radius: 1.0rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.p-about02_img{
	text-align: center;
}


@media screen and (max-width: 750px) {
	#p-about02{
		padding-top: 5.0rem;
		padding-bottom: 5.0rem;
	}

	.p-about02_title{
		font-size: 2.0rem;
		margin: 0 0 3.0rem 0;
	}
	
}

/* #p-about_info  */

#p-about_info{
	padding-top: 19.0rem;
	padding-bottom: 17.0rem;
}

.p-about03_in{
	
}

.p-about_tab_content_area{
	
}

.p-about_tab_head{
	background-color: #00979C;
	padding: 4.0rem 4.0rem 7.0rem 4.0rem;
	border-radius: 2.0rem 2.0rem 0 0;
}

.p-about_tab_head_title01{
	border-bottom: 0.4rem dotted #FFF48C;
	padding: 0 0 1.0rem 0;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	font-size: 5.4rem;
	text-align: center;
	color: #fff;
	font-family: dnp-shuei-mgothic-std, sans-serif;
	font-weight: 600;
	line-height: 1;
	margin: 0 0 9.0rem 0;
}

.p-about_tab_head_title01 .p-number{
	width: 1.038em;
	margin: 0 0 0 0.19em;
}

.p-about_tab_list_wrap{
	
}

.p-about_tab_list{
	display: flex;
	margin: 0 -2.0rem -2.0rem 0;
}

.p-about_tab_list_item{
	padding: 0 2.0rem 2.0rem 0;
	width: 33.33%;
	display: flex;
	flex-direction: column;
}

.p-about_tab_switch_bg{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.p-about_tab_switch_bg:before,
.p-about_tab_switch_bg:after{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 1.5rem;
}

.loading .p-about_tab_switch_bg:before,
.loading .p-about_tab_switch_bg:after{
	transition: opacity 0.4s ease 0s;
}

.p-about_tab_switch_bg:before{
	background: linear-gradient(to bottom, #c8c9ca 0%,#b4b5b6 100%); 
}

.p-about_tab_switch_bg:after{
	opacity: 0;
	background: linear-gradient(to bottom, #fff462 0%,#ffd662 100%);
}

.normal .p-about_tab_switch_block:hover .p-about_tab_switch_bg:after,
.p-about_tab_switch_block.active .p-about_tab_switch_bg:after{
	opacity: 1;
}

.p-about_tab_switch_block{
	position: relative;
	flex-grow: 1;
	padding: 3.0rem;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

.loading .p-about_tab_switch_block{
	transition: background-color 0.4s ease 0s, color 0.4s ease 0s;
}

.p-about_tab_switch_block:after{
	content: "";
	position: absolute;
	z-index: 2;
	right: 1.0rem;
	bottom: 1.0rem;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 3.0rem 3.0rem;
	border-color: transparent transparent #E94829 transparent;
}

.loading .p-about_tab_switch_block:after{
	transition: border-color 0.4s ease 0s, color 0.4s ease 0s;
}

.normal .p-about_tab_switch_block:hover,
.p-about_tab_switch_block.active{
	color: #00979C;
}

.p-about_tab_switch_block:hover:after,
.p-about_tab_switch_block.active:after{
	border-color: transparent transparent #00979C transparent;
}

.p-about_tab_switch_block:before{
	content: "";
	display: none;
	position: absolute;
	bottom: -7.0rem;
	left: 50%;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 2.8rem 4.4rem 2.8rem;
	border-color: transparent transparent #fff transparent;
	margin:  0 0 0 -2.8rem;
	z-index: 2;
}

.p-about_tab_switch_block.active:before{
	display: block;
}

.p-about_tab_switch_block_in{
	position: relative;
	z-index: 2;
	font-size: 3.3rem;
	line-height: 1.24;
	font-weight: 700;
	text-align: center;
}

.p-about_tab_switch_number{
	position: absolute;
	left: 50%;
	top: -0.942em;
	width: 1.326em;
	height: 1.326em;
	margin:  0 0 0 -0.663em;
	border-radius: 100%;
	background-color: #fff;
	color: #00979C;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 5.2rem;
	line-height: 1;
	font-weight: 700;
	font-family: 'Roboto', sans-serif;
	z-index: 2;
}

.loading .p-about_tab_switch_number{
	transition: background-color 0.4s ease 0s, color 0.4s ease 0s;
}

.normal .p-about_tab_switch_block:hover .p-about_tab_switch_number,
.p-about_tab_switch_block.active .p-about_tab_switch_number{
	color: #fff;
	background-color: #E94829;
}


.p-about_tab_content_wrap{
	border-left: 0.5rem solid #00979C;
	border-bottom: 0.5rem solid #00979C;
	border-right: 0.5rem solid #00979C;
}

.p-about_tab_content{
	height: 0;
	overflow:  hidden;
}

.p-about_tab_content.active{
	height: auto;
	overflow: visible;
}

.p-about_tab_content_in{
	position: relative;
	background-color: #fff;
	padding: 9.0rem 9.0rem 16.0rem 9.0rem;
}

@media screen and (max-width: 750px) {
	
	#p-about_info{
		padding-top: 5.0rem;
		padding-bottom: 5.0rem;
	}

	.p-about03_in{

	}

	.p-about_tab_content_area{

	}

	.p-about_tab_head{
		padding: 2.0rem 2.0rem 2.0rem 2.0rem;
		border-radius: 2.0rem 2.0rem 0 0;
	}

	.p-about_tab_head_title01{
		border-bottom: 0.2rem dotted #FFF48C;
		font-size: 1.9rem;
		margin: 0 0 4.0rem 0;
	}

	.p-about_tab_list_wrap{

	}

	.p-about_tab_list{
		display: flex;
		flex-wrap: wrap;
		margin: 0 0rem -3.0rem 0;
	}

	.p-about_tab_list_item{
		padding: 0 0rem 3.0rem 0;
		width: 100%;
	}

	.p-about_tab_switch_block{
		padding: 2.0rem;
		border-radius: 0.7rem;
		height: 8.0rem;
	}

	.p-about_tab_switch_block:after{
		right: 0.5rem;
		bottom: 0.5rem;
		border-width: 0 0 1.5rem 1.5rem;
	}

	.p-about_tab_switch_block:before{
		display: none;
	}

	.p-about_tab_switch_block.active:before{
		display: block;
	}

	.p-about_tab_switch_block_in{
		font-size: 1.6rem;
		line-height: 1.24;
	}

	.p-about_tab_switch_number{
		font-size: 2.2rem;
	}

	.p-about_tab_switch_block.active .p-about_tab_switch_number{
		color: #fff;
		background-color: #E94829;
	}

	.p-about_tab_content_wrap{
		border-left: 0.5rem solid #00979C;
		border-bottom: 0.5rem solid #00979C;
		border-right: 0.5rem solid #00979C;
	}

	.p-about_tab_content{
		height: 0;
		overflow:  hidden;
	}

	.p-about_tab_content.active{
		height: auto;
		overflow: visible;
	}

	.p-about_tab_content_in{
		position: relative;
		background-color: #fff;
		padding: 3.0rem 2.0rem 3.0rem 2.0rem;
	}
	
	
}

/* --------------------------------------------------------
.p-about_tab01
-------------------------------------------------------- */

/* .p-about_tab01-title01 */

.p-about_tab01-title01{
	font-size: 2.9rem;
	line-height: 1.4;
	padding: 1.5rem;
	font-family: dnp-shuei-mgothic-std, sans-serif;
	font-weight: 600;
	color: #fff;
	text-align: center;
	border-radius: 1.0rem;
	background-size: auto auto;
	background-color: rgba(66, 149, 154, 1);
	background-image: repeating-linear-gradient(135deg, transparent, transparent 0.6rem, rgba(89, 170, 174, 1) 0.6rem, rgba(89, 170, 174, 1) 0.8rem );
	margin: 0 0 4.0rem 0;
}

.p-about_tab01-title01 .p-text01{
	display: inline-block;
	text-align: left;
}

/* .p-about_tab01_list_wrap */

.p-about_tab01_list_wrap{
	max-width: 123.0rem;
	margin: 0 auto;
}

.p-about_tab01_list{
	display: flex;
}

.p-about_tab01_list_item{
	width: 33.3%;
	border-right: 0.1rem dashed #009DDA;
	padding: 0 4.0rem;
	display: flex;
}

.p-about_tab01_list_item:last-child{
	border-right: none
}

.p-about_tab01_block_img{
	height: 34.0rem;
}

.p-about_tab01_block_text{
	font-size: 2.4rem;
	line-height: 1.58;
}

@media screen and (max-width: 750px) {
	
	.p-about_tab01-title01{
		font-size: 1.8rem;
		line-height: 1.4;
		padding: 1.5rem;
		border-radius: 1.0rem;
		margin: 0 0 3.0rem 0;
	}

	/* .p-about_tab01_list_wrap */

	.p-about_tab01_list_wrap{
		max-width: none;
	}

	.p-about_tab01_list{
		flex-wrap: wrap;
	}

	.p-about_tab01_list_item{
		width: 100%;
		border-right: none;
		border-bottom: 0.1rem dashed #009DDA;
		padding: 3.0rem 0;
		display: flex;
	}
	
	.p-about_tab01_list_item:first-child{
		padding-top: 0;
	}

	.p-about_tab01_list_item:last-child{
		border-bottom: none;
	}

	.p-about_tab01_block_img{
		height: auto;
		margin: 0 0 2rem 0;
		text-align: center;
	}

	.p-about_tab01_block_text{
		font-size: 1.6rem;
	}
	
}

/* --------------------------------------------------------
.p-about_tab02
-------------------------------------------------------- */

/* .p-about_tab02-title01 */

.p-about_tab02-title01{
	font-size: 2.9rem;
	line-height: 1.4;
	padding: 3.0rem 1.5rem;
	font-family: dnp-shuei-mgothic-std, sans-serif;
	font-weight: 600;
	color: #fff;
	text-align: center;
	border-radius: 1.0rem;
	background-size: auto auto;
	background-color: rgba(66, 149, 154, 1);
	background-image: repeating-linear-gradient(135deg, transparent, transparent 0.6rem, rgba(89, 170, 174, 1) 0.6rem, rgba(89, 170, 174, 1) 0.8rem );
	margin: 0 0 8.0rem 0;
}

.p-about_tab02-title01 .p-text01{
	display: inline-block;
	text-align: left;
}

.p-about_tab02-title02{
	border-radius: 999.9rem;
	font-size: 3.3rem;
	font-weight: 700;
	text-align: center;
	line-height: 1.4;
	padding: 1.5rem 1.5rem;
	font-weight: 700;
	text-align: center;
	background-size: auto auto;
	background-color: rgba(227, 236, 228, 1);
	background-image: repeating-linear-gradient(135deg, transparent, transparent 0.6rem, rgba(235, 242, 235, 1) 0.6rem, rgba(235, 242, 235, 1) 0.8rem );
	margin: 0 0 4.0rem 0;
}

.p-about_tab02-title02 .p-text01{
	display: inline-block;
	text-align: left;
}

.p-about_tab02_content_wrap{
	
}

.p-about_tab02_content{
	margin: 0 0 6.0rem 0;
}

.p-about_tab02_content:last-child{
	margin-bottom: 0;
}

.p-about_tab02_content_in{
	max-width: 119.0rem;
	margin: 0 auto;
}

.p-about_tab02_list_wrap{
	
}

.p-about_tab02_list{
	display: flex;
	margin: 0 -2.0rem -2.0rem 0;
}

.p-about_tab02_list_item{
	padding: 0 2.0rem 2.0rem 0;
	width: 33.3%;
	display: flex;
	flex-direction: column;
}

.p-about_tab02_block{
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	padding: 3.5rem;
	border-radius: 1.0rem;
	background-color: #E6EEF7;
}

.p-about_tab02_block_title01{
	background-color: #009DDA;
	text-align: center;
	color: #fff;
	font-size: 2.0rem;
	font-weight: 700;
	padding: 0.5rem;
	margin: 0 0 1.2rem 0;
}

.p-about_tab02_block_title02{
	position: relative;
	padding: 0 0 0 1.4rem;
	font-size: 2.0rem;
	line-height: 1.2;
}

.p-about_tab02_block_title02 small{
	font-size: 85%;
	margin: 0 0 0 0.6em;
}

.p-about_tab02_block_title02:before{
	content: "";
	position: absolute;
	top: 0.1em;
	left: 0;
	width: 0.4rem;
	height: calc(100% - 0.2em);
	background-color: #009DDA;
	display: block;
}

.p-about_tab02_block_img{
	padding: 2.0rem 0 0 0;
	display: flex;
	align-items: flex-end;
	flex-grow: 1;
}

.p-about_tab02_list_check{
	font-size: 1.9rem;
	margin: 1.0rem 0 0 0;
}

@media screen and (max-width: 750px) {
	
	.p-about_tab02-title01{
		font-size: 1.8rem;
		line-height: 1.4;
		padding: 1.5rem 1.5rem;
		border-radius: 1.0rem;
		margin: 0 0 3.0rem 0;
	}
	.p-about_tab02-title02{
		font-size: 1.6rem;
		padding: 1.0rem 1.5rem;
		margin: 0 0 2.0rem 0;
	}

	.p-about_tab02_content{
		margin: 0 0 3.0rem 0;
	}
	.p-about_tab02_content_in{
		max-width: none;
	}

	.p-about_tab02_list_wrap{

	}

	.p-about_tab02_list{
		flex-wrap: wrap;
		margin: 0 0rem -2.0rem 0;
	}

	.p-about_tab02_list_item{
		padding: 0 0 2.0rem 0;
		width: 100%;
	}

	.p-about_tab02_block{
		padding: 2.5rem 2rem;
		border-radius: 1.0rem;
	}

	.p-about_tab02_block_title01{
		font-size: 1.6rem;
		margin: 0 0 1.2rem 0;
	}

	.p-about_tab02_block_title02{
		position: relative;
		padding: 0 0 0 0.8rem;
		font-size: 1.5rem;
	}

	.p-about_tab02_block_title02:before{
		width: 0.3rem;
	}

	.p-about_tab02_block_img{
		padding: 2.0rem 0 0 0;
	}

	.p-about_tab02_list_check{
		font-size: 1.4rem;
		margin: 1.0rem 0 0 0;
	}
	
}

/* .p-about_tab02_info */

.p-about_tab02_info{
	display: flex;
	justify-content: space-between;
}

.p-about_tab02_info_text{
	width: 52.0rem;
}

.p-about_tab02_info_text_in{
	border-bottom: 0.3rem dotted #00979C;
	margin: 0 0 3.0rem 0;
}

.p-about_tab02_info_text_in:last-child{
	border-bottom: none;
	margin-bottom: 0;
}

.p-about_tab02_info_title01{
	background-color: #00979C;
	color: #fff;
	text-align: center;
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 1.2;
	padding: 1.0rem;
}

.p-about_tab02_info_title01 small{
	font-size: 87.5%;
}

.p-about_tab02_info_text_lead{
	font-size: 1.8rem;
	line-height: 1.55;
	padding: 2.0rem 1.0rem 3.0rem 1.0rem;
}

.p-about_tab02_info_img{
	width: 62.2rem;
}

.p-about_tab02_info_img_in{
	background-color: #F8F6DE;
	padding: 4.7rem 4.2rem;
}

.p-about_tab02_info_img_title{
	position: relative;
	padding: 0 0 0 1.5rem;
	line-height: 1.2;
	font-size: 2.4rem;
	font-weight: 700;
	color: #13833B;
	margin: 0 0 1.2rem 0;
}

.p-about_tab02_info_img_title small{
	font-size: 73%;
}

.p-about_tab02_info_img_title:before{
	width: 0.3rem;
}

@media screen and (max-width: 750px) {
	
	.p-about_tab02_info{
		flex-wrap: wrap;
	}

	.p-about_tab02_info_text{
		width: 100%;
		margin: 0 0 2.0rem 0;
	}

	.p-about_tab02_info_text_in{
		border-bottom: 0.2rem dotted #00979C;
		margin: 0 0 2.0rem 0;
	}

	.p-about_tab02_info_title01{
		font-size: 1.6rem;
		padding: 1.0rem;
	}

	.p-about_tab02_info_title01 small{
		font-size: 76%;
	}

	.p-about_tab02_info_text_lead{
		font-size: 1.5rem;
		line-height: 1.55;
		padding: 2.0rem 0rem 2.0rem 0rem;
	}

	.p-about_tab02_info_img{
		width: 100%;
	}

	.p-about_tab02_info_img_in{
		padding: 2.0rem 2.0rem;
	}

	.p-about_tab02_info_img_title{
		padding: 0 0 0 1.0rem;
		font-size: 1.6rem;
		margin: 0 0 1.2rem 0;
	}

	.p-about_tab02_info_img_title small{
		font-size: 73%;
	}
	
}

/* --------------------------------------------------------
.p-about_tab03
-------------------------------------------------------- */

.p-about_tab03-title01{
	font-size: 2.9rem;
	line-height: 1.4;
	padding: 4.0rem 1.5rem;
	font-family: dnp-shuei-mgothic-std, sans-serif;
	font-weight: 600;
	color: #fff;
	text-align: center;
	border-radius: 1.0rem;
	background-size: auto auto;
	background-color: rgba(66, 149, 154, 1);
	background-image: repeating-linear-gradient(135deg, transparent, transparent 0.6rem, rgba(89, 170, 174, 1) 0.6rem, rgba(89, 170, 174, 1) 0.8rem );
	margin: 0 0 6.5rem 0;
}

.p-about_tab03-title01 .p-text01{
	display: inline-block;
	text-align: left;
}

.p-about_tab03-title01 .p-text01_strong{
	font-size: 3.7rem;
	text-decoration: underline;
	font-family: futura-pt-condensed, sans-serif;
	font-weight: 500;
	font-style: normal;
}

.c-color_yellow01{
	color: #FFF462;
}

.p-about_tab03_info{
	display: flex;
	justify-content: space-between;
}

.p-about_tab03_info_table{
	width: 74.6rem;
}

.p-about_tab03_info_table table{
	width: 100%;
	font-size: 2.1rem;
	line-height: 1.2;
}

.p-about_tab03_info_table thead {
	white-space: nowrap;
}

.p-about_tab03_info_table thead th{
	background-color: #00797E;
	position: relative;
	padding: 1.5rem 3.0rem;
	text-align: center;
	color: #fff;
	font-weight: 700;
}

.p-about_tab03_info_table thead th:before{
	content: "";
	display: block;
	position: absolute;
	top: 1.5rem;
	right: 0;
	background-color: #FFFFFF;
	width: 0.1rem;
	height: calc(100% - 3.0rem);
}

.p-about_tab03_info_table thead th:last-child:before{
	display: none;
}

.p-about_tab03_info_table tbody{
	background-color: #E1EDE3;
}

.p-about_tab03_info_table tbody td{
	position: relative;
	padding: 1.0rem 3.0rem;
	white-space: nowrap;
}

.p-about_tab03_info_table tbody td small{
	font-size: 72%;
}

.p-about_tab03_info_table tbody td:before,
.p-about_tab03_info_table tbody td:after{
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	background-color: #00797E;
}

.p-about_tab03_info_table tbody td:before{
	width: 0.1rem;
	height: 100%;
}

.p-about_tab03_info_table tbody td:after{
	width: 100%;
	height: 0.1rem;
}

.p-about_tab03_info_table tbody tr td:first-child{
	text-align: left;
}

.p-about_tab03_info_table tbody tr td{
	text-align: center;
}

.p-about_tab03_info_table tbody tr td:last-child{
	text-align: right;
}

.p-about_tab03_info_table tbody tr td:last-child:before{
	display: none;
}

.p-about_tab03_info_table tbody tr:first-child td{
	padding-top: 2.0rem;
}

.p-about_tab03_info_table tbody tr:first-child td:before{
	height: calc(100% - 1.2rem);
	top: 1.2rem;
}

.p-about_tab03_info_table tbody tr td:first-child{
	padding-left: 3.2rem;
}

.p-about_tab03_info_table tbody tr td:first-child:after{
	width: calc(100% - 2.0rem);
}

.p-about_tab03_info_table tbody tr:last-child td{
	padding-bottom: 2.0rem;
}

.p-about_tab03_info_table tbody tr:last-child td:before{
	height: calc(100% - 1.2rem);
	bottom: 1.2rem;
}

.p-about_tab03_info_table tbody tr:last-child td:after{
	display: none;
}

.p-about_tab03_info_table tbody tr td:last-child{
	padding-right: 3.2rem;
}

.p-about_tab03_info_table tbody tr td:last-child:after{
	width: calc(100% - 2.0rem);
	right: auto;
	left: 0;
}

@media screen and (max-width: 750px) {
	
	.p-about_tab03-title01{
		font-size: 1.8rem;
		line-height: 1.4;
		padding: 1.5rem 1.5rem;
		border-radius: 1.0rem;
		margin: 0 0 3.0rem 0;
	}

	.p-about_tab03-title01 .p-text01_strong{
		font-size: 2.2rem;
	}

	.p-about_tab03_info{
		display: flex;
		flex-wrap: wrap;
	}

	.p-about_tab03_info_table{
		width: 100%;
		margin: 0 0 3rem 0;
	}

	.p-about_tab03_info_table table{
		font-size: 1.0rem;
	}
	.p-about_tab03_info_table thead th{
		padding: 1.0rem 1.0rem;
	}

	.p-about_tab03_info_table thead th:before{
		content: "";
		display: block;
		position: absolute;
		top: 1.5rem;
		right: 0;
		background-color: #FFFFFF;
		width: 0.1rem;
		height: calc(100% - 3.0rem);
	}

	.p-about_tab03_info_table thead th:last-child:before{
		display: none;
	}

	.p-about_tab03_info_table tbody{
		background-color: #E1EDE3;
	}

	.p-about_tab03_info_table tbody td{
		position: relative;
		padding: 1.0rem 0.5rem;
		white-space: normal;
	}

	.p-about_tab03_info_table tbody td small{
		font-size: 72%;
	}

	.p-about_tab03_info_table tbody td:before,
	.p-about_tab03_info_table tbody td:after{
		content: "";
		display: block;
		position: absolute;
		bottom: 0;
		right: 0;
		background-color: #00797E;
	}

	.p-about_tab03_info_table tbody td:before{
		width: 0.1rem;
		height: 100%;
	}

	.p-about_tab03_info_table tbody td:after{
		width: 100%;
		height: 0.1rem;
	}

	.p-about_tab03_info_table tbody tr:first-child td{
		padding-top: 2.0rem;
	}

	.p-about_tab03_info_table tbody tr:first-child td:before{
		height: calc(100% - 1rem);
		top: 1rem;
	}

	.p-about_tab03_info_table tbody tr td:first-child{
		padding-left: 1.5rem;
	}

	.p-about_tab03_info_table tbody tr td:first-child:after{
		width: calc(100% - 1.0rem);
	}

	.p-about_tab03_info_table tbody tr:last-child td{
		padding-bottom: 2.0rem;
	}

	.p-about_tab03_info_table tbody tr:last-child td:before{
		height: calc(100% - 1rem);
		bottom: 1rem;
	}

	.p-about_tab03_info_table tbody tr:last-child td:after{
		display: none;
	}

	.p-about_tab03_info_table tbody tr td:last-child{
		padding-right: 1.5rem;
	}

	.p-about_tab03_info_table tbody tr td:last-child:after{
		width: calc(100% - 1.0rem);
		right: auto;
		left: 0;
	}
	
}

/* .p-about_tab03_info_text */

.p-about_tab03_info_text{
	width: 48.0rem;
	border-top: 0.1rem dashed #00797E;
	border-bottom: 0.1rem dashed #00797E;
	padding: 2.0rem 0 0 0;
}

.p-product_tab03_block{
	margin:  0 0 1.2rem 0;
}

.p-product_tab03_block:last-child{
	margin-bottom: 0;
}

.p-product_tab03_block_title{
	font-size: 2.0rem;
	font-weight: bold;
	line-height: 1;
	background-color: #FFF48C;
	padding: 0.6rem 1.2rem;
	margin: 0 0 0.4rem 0;
}

.p-product_tab03_block_lead{
	font-size: 1.8rem;
	line-height: 1.5;
}

.p-about_tab03_box_wrap{
	margin: 7.0rem 0 0 0;
}

.p-about_tab03_box{
	background-color: #F8F6DE;
	padding: 5.0rem;
	margin: 0 0 7.0rem 0;
}

.p-about_tab03_box:last-child{
	margin-bottom: 0;
}

.p-about_tab03_box_in{
	display: flex;
	margin: 0 auto;
	max-width: 108.0rem;
	align-items: center;
}

.p-about_tab03_box_img{
	width: 24.0rem;
	padding: 0 2.0rem 0 0;
}

.p-about_tab03_box_text{
	width: calc(100% - 24.0rem);
}

.p-about_tab03_box_title{
	font-size: 2.8rem;
	font-weight: 700;
	line-height: 1.16;
	margin: 0 0 2.0rem 0;
}

.p-about_tab03_box_text_lead{
	font-size: 1.8rem;
	line-height: 1.65;
}

@media screen and (max-width: 750px) {
	
	.p-about_tab03_info_text{
		width: 100%;
		padding: 3.0rem 0 3.0rem 0;
	}

	.p-product_tab03_block{
		margin:  0 0 2.0rem 0;
	}

	.p-product_tab03_block_title{
		font-size: 1.6rem;
		padding: 0.6rem 1.2rem;
		margin: 0 0 1.0rem 0;
	}

	.p-product_tab03_block_lead{
		font-size: 1.5rem;
		line-height: 1.5;
	}

	.p-about_tab03_box_wrap{
		margin: 3.0rem 0 0 0;
	}

	.p-about_tab03_box{
		padding: 2.0rem;
		margin: 0 0 3.0rem 0;
	}
	
	.p-about_tab03_box_in{
		max-width: none;
		flex-wrap: wrap;
	}

	.p-about_tab03_box_img{
		width: 100%;
		padding: 0 0 0 0;
		text-align: center;
		margin: 0 0 2.0rem 0;
	}

	.p-about_tab03_box_text{
		width: 100%;
	}

	.p-about_tab03_box_title{
		font-size: 1.6rem;
		margin: 0 0 2.0rem 0;
	}

	.p-about_tab03_box_text_lead{
		font-size: 1.6rem;
		line-height: 1.65;
	}
	
}

/* .p-about_tab03_link */

.p-about_tab03_link{
	position: absolute;
	color: #036EB7;
	font-size: 2.3rem;
	line-height: 1;
	bottom: 3.0rem;
	right: 9.0rem;
}

@media screen and (max-width: 750px) {
	
	.p-about_tab03_link{
		position: static;
		font-size: 1.6rem;
		line-height: 1.4;
		margin: 2.0rem 0 0 0;
	}
	
}

/* ----------------------------------------------------------------------
PRODUCT
---------------------------------------------------------------------- */

.p-product_tab_content_area{
	margin :12.0rem 0 0 0;
}

.p-product_tab_content_head{
	
}

.p-product_tab_content_head .c-main_content_wrap{
	padding-top: 4.5rem;
	padding-bottom: 4.5rem;
	background-size: auto auto;
	background-color: rgba(227, 236, 228, 1);
	background-image: repeating-linear-gradient(135deg, transparent, transparent 0.6rem, rgba(235, 242, 235, 1) 0.6rem, rgba(235, 242, 235, 1) 0.8rem );
}

.p-product_tab_list_wrap{
	
}

.p-product_tab_list{
	display: flex;
	margin: 0 -1.0rem 0 0;
}

.p-product_tab_list_item{
	display: flex;
	flex-direction: column;
	padding: 0 1.0rem 0 0;
	flex-grow: 1;
	width: 16.6%;
}

.p-product_tab_switch_block{
	position: relative;
	flex-grow: 1;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1.2rem;
	font-size: 2.0rem;
	font-weight: 700;
	line-height: 1.1;
	background-color: #fff;
	cursor: pointer;
}

.loading .p-product_tab_switch_block{
	transition: background-color 0.4s ease 0s, color 0.4s ease 0s;
}

.normal .p-product_tab_switch_block:hover,
.p-product_tab_switch_block.active{
	color: #fff;
	background-color: #00979C;
}

.p-product_tab_switch_block.active:after{
	content: "";
	position: absolute;
	left: 50%;
	bottom: -1.7rem;
	margin: 0 0 0 -1.0rem;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 1.8rem 1.0rem 0 1.0rem;
	border-color: #00979C transparent transparent transparent;
}

.p-product_tab_content_wrap .c-main_content_wrap{
	padding-top: 8.0rem;
	padding-bottom: 16.0rem;
}

.p-product_tab_content{
	height: 0;
	overflow:  hidden;
}

.p-product_tab_content.active{
	height: auto;
	overflow:  visible;
}

.p-product_tab_content .c-title03{
	padding-left: 12.0rem;
	padding-right: 12.0rem;
}

@media screen and (max-width: 750px) {
	
	.p-product_tab_content_area{
		margin : 2.0rem 0 0 0;
	}

	.p-product_tab_content_head{

	}

	.p-product_tab_content_head .c-main_content_wrap{
		padding-top: 4.5rem;
		padding-bottom: 4.5rem;
	}

	.p-product_tab_list_wrap{

	}

	.p-product_tab_list{
		flex-wrap: wrap;
		margin: 0 0 -1.0rem 0;
	}

	.p-product_tab_list_item{
		padding: 0 0 1.0rem 0;
		width: 100%;
	}

	.p-product_tab_switch_block{
		padding: 1.2rem;
		font-size: 1.6rem;
		height: 6.0rem;
	}

	.p-product_tab_switch_block.active:after{
		display: none;
	}

	.p-product_tab_content_wrap .c-main_content_wrap{
		padding-top: 4.0rem;
		padding-bottom: 6.0rem;
	}

	.p-product_tab_content .c-title03{
		padding-left: 0.0rem;
		padding-right: 0.0rem;
	}
	
}

/* --------------------------------- .p-product01 --------------------------------- */

.p-product01_box{
	background-color: #C8DC9A;
  background-image: radial-gradient(#fff 33%, transparent 33%);
  background-size: 0.3rem 0.3rem;
	padding: 10.0rem 6.0rem;
	margin: 6.0rem 0 0 0;
}

.p-product01_lead{
	font-size: 2.4rem;
	line-height: 1.73;
	padding-left: 12.0rem;
	padding-right: 12.0rem;
	margin: 0 auto;
}

.p-product01_list_wrap{
	
}

.p-product01_list{
	display: flex;
	margin: 0 -2.0rem -2.0rem 0;
}

.p-product01_list_item{
	width: 33.3%;
	padding: 0 2.0rem 2.0rem 0;
	display: flex;
	flex-direction: column;
}

.p-product01_link_block{
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	background-color: #fff;
	border-radius: 2.0rem 2.0rem 0 0;
}


.p-product01_link_block_href{
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	text-decoration: none !important;
}

.p-product01_link_block_href{
	text-decoration: none !important;
	transition: opacity 0.4s linear 0s;
}

.normal .p-product01_link_block_href:hover{
	opacity: 0.7;
}

.p-product01_link_block_in{
	flex-grow: 1;
	display: flex;
	flex-direction: column;
}

.p-product01_link_block_head{
	border-radius: 2.0rem 2.0rem 0 0;
	background-color: #00979C;
	color: #fff;
	height: 8.2rem;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.9rem;
	font-weight: 700;
	line-height: 1.14;
}

.p-product01_link_block_content{
	background-color: #fff;
	flex-grow: 1;
	padding: 3.0rem 4.0rem 4.0rem 4.0rem;
}

.p-product01_link_block_img{
	position: relative;
	padding-bottom: 65.3%;
	overflow:  hidden;
}

.p-product01_link_block_img .c-img_cover{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: transform 0.4s linear 0s;
}

.normal .p-product01_link_block_href:hover .c-img_cover{
	transform: scale(1.03,1.03);
}

.type_movie .p-product01_link_block_img:before,
.type_movie .p-product01_link_block_img:after{
	content: "";
	position: absolute;
}

.type_movie .p-product01_link_block_img:before{
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.2);
	z-index: 1;
}

.type_movie .p-product01_link_block_img:after{
	top :50%;
	left: 50%;
	width: 8.6rem;
	height: 6.6rem;
	margin: -3.3rem 0 0 -4.3rem;
	background-image: url("../../img/template/icon_movie@2x.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
	z-index: 2;
}

.p-product01_link_block_text{
	font-size: 1.6rem;
	line-height: 1.5;
	margin: 2.4rem 0 0 0;
}

@media screen and (max-width: 750px) {
	
	.p-product01_box{
		padding: 3.0rem 2.0rem;
		margin: 3.5rem 0 0 0;
	}

	.p-product01_lead{
		font-size: 1.6rem;
		padding-left: 0.0rem;
		padding-right: 0.0rem;
	}

	.p-product01_list_wrap{

	}

	.p-product01_list{
		flex-wrap: wrap;
		margin: 0 0.0rem -2.0rem 0;
	}

	.p-product01_list_item{
		width: 100%;
		padding: 0 0.0rem 2.0rem 0;
	}

	.p-product01_link_block{
		border-radius: 1.0rem 1.0rem 0 0;
	}

	.p-product01_link_block_head{
		border-radius: 1.0rem 1.0rem 0 0;
		height: 8.2rem;
		font-size: 1.8rem;
		text-align: center;
	}

	.p-product01_link_block_content{
		background-color: #fff;
		flex-grow: 1;
		padding: 2.0rem 2.0rem 3.0rem 2.0rem;
	}

	.p-product01_link_block_text{
		font-size: 1.6rem;
		line-height: 1.5;
		margin: 1.4rem 0 0 0;
	}
	
}

/* --------------------------------- .p-product02 --------------------------------- */

.p-product02_box{
	background-color: #C8DC9A;
  background-image: radial-gradient(#fff 33%, transparent 33%);
  background-size: 0.3rem 0.3rem;
	padding: 10.0rem 6.0rem;
	margin: 6.0rem 0 0 0;
}

.p-product02_lead{
	font-size: 2.4rem;
	line-height: 1.73;
	padding-left: 12.0rem;
	padding-right: 12.0rem;
	margin: 0 auto;
}

.p-product02_info{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto;
	max-width: 119.0rem;
}

.p-product02_text{
	width: 59.0rem;
}

.p-product02_text_in{
	background-color: #fff;
	padding-top: 6.0rem;
}

.p-product02_text_head{
	background-color: #00979C;
	color: #fff;
	font-size: 2.8rem;
	font-weight: 700;
	line-height: 1;
	padding: 1.5rem;
}

.p-product02_text_lead{
	padding: 3.0rem 7.0rem 7.0rem 7.0rem;
}

.p-product02_img{
	width: 50.4rem;
}

.p-product02_text_list{
	font-size: 2.2rem;
	
}

.p-product02_text_list li{
	position: relative;
	padding:  0 0 0 4.0rem;
	margin: 0 0 2.0rem 0;
	border-bottom: 0.1rem dashed #000;
	line-height: 1.3;
}

.p-product02_text_list li:last-child{
	margin-bottom: 0;
}

.p-product02_text_list li .number{
	position: absolute;
	left: -.7rem;
	bottom: -.6rem;
	display: flex;
	width: 3.7rem;
	height: 3.7rem;
	border-radius: 100%;
	color: #fff;
	text-align: center;
	align-items: center;
	justify-content: center;
	background-color: #00979C;
	line-height: 1;
	font-weight: 700;
	font-family: 'Roboto', sans-serif;
}

@media screen and (max-width: 750px) {
	
	.p-product02_box{
		padding: 2.0rem 2.0rem;
		margin: 3.0rem 0 0 0;
	}

	.p-product02_lead{
		font-size: 1.6rem;
		padding-left: 0.0rem;
		padding-right: 0.0rem;
	}

	.p-product02_info{
		flex-wrap: wrap;
		max-width: none;
	}

	.p-product02_text{
		width: 100%;
	}

	.p-product02_text_in{
		background-color: #fff;
		padding-top: 2.0rem;
	}

	.p-product02_text_head{
		background-color: #00979C;
		color: #fff;
		font-size: 1.8rem;
		font-weight: 700;
		line-height: 1;
		padding: 1.5rem;
	}

	.p-product02_text_lead{
		padding: 2.0rem 2.0rem 3.0rem 2.0rem;
	}

	.p-product02_img{
		width: 100%;
		margin: 2.0rem 0 0 0;
	}

	.p-product02_text_list{
		font-size: 1.4rem;
		white-space: nowrap;
	}

	.p-product02_text_list li{
		padding:  0 0 0 2.5rem;
	}

	.p-product02_text_list li .number{
		position: absolute;
		left: -.7rem;
		bottom: -.6rem;
		display: flex;
		width: 2.7rem;
		height: 2.7rem;
	}
	
}

/* --------------------------------- .p-product03 --------------------------------- */

.p-product03_lead{
	font-size: 2.4rem;
	line-height: 1.73;
	padding-left: 12.0rem;
	padding-right: 12.0rem;
	margin: 0 auto;
}

.p-product03-table01{
	margin: 10.0rem 0 0 0;
	padding-left: 12.0rem;
	padding-right: 12.0rem;
}

.p-product03-table01 table{
	width: 100%;
	font-size: 2.1rem;
	line-height: 1.36;
}

.p-product03-table01 thead {
	white-space: nowrap;
}

.p-product03-table01 thead th{
	background-color: #00979C;
	position: relative;
	padding: 1.5rem 3.5rem;
	text-align: center;
	color: #fff;
	font-weight: 700;
}

.p-product03-table01 thead th:before{
	content: "";
	display: block;
	position: absolute;
	top: 1.5rem;
	right: 0;
	background-color: #FFFFFF;
	width: 0.1rem;
	height: calc(100% - 3.0rem);
}

.p-product03-table01 thead th:last-child:before{
	display: none;
}

.p-product03-table01 tbody{
	background-size: auto auto;
	background-color: rgba(227, 236, 228, 1);
	background-image: repeating-linear-gradient(135deg, transparent, transparent 0.6rem, rgba(235, 242, 235, 1) 0.6rem, rgba(235, 242, 235, 1) 0.8rem );
}

.p-product03-table01 tbody td{
	position: relative;
	padding: 2.0rem 5.0rem;
	vertical-align:  middle;
}

.p-product03-table01 tbody td small{
	font-size: 72%;
}

.p-product03-table01 tbody td:before,
.p-product03-table01 tbody td:after{
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	background-color: #00797E;
}

.p-product03-table01 tbody td:before{
	width: 0.1rem;
	height: 100%;
}

.p-product03-table01 tbody td:after{
	width: 100%;
	height: 0.1rem;
}

.p-product03-table01 tbody tr td:first-child{
	text-align: center;
}

.p-product03-table01 tbody tr td:last-child:before{
	display: none;
}

.p-product03-table01 tbody tr:first-child td{
	padding-top: 3.0rem;
}

.p-product03-table01 tbody tr:first-child td:before{
	height: calc(100% - 1.6rem);
	top: 1.6rem;
}

.p-product03-table01 tbody tr td:first-child{
	padding-left: 5.0rem;
}

.p-product03-table01 tbody tr td:first-child:after{
	width: calc(100% - 2.4rem);
}

.p-product03-table01 tbody tr:last-child td{
	padding-bottom: 3.0rem;
}

.p-product03-table01 tbody tr:last-child td:before{
	height: calc(100% - 1.6rem);
	bottom: 1.6rem;
}

.p-product03-table01 tbody tr:last-child td:after{
	display: none;
}

.p-product03-table01 tbody tr td:last-child{
	padding-right: 5.0rem;
}

.p-product03-table01 tbody tr td:last-child:after{
	width: calc(100% - 2.4rem);
	right: auto;
	left: 0;
}

@media screen and (max-width: 750px) {
	
	.p-product03_lead{
		font-size: 1.6rem;
		padding-left: 0.0rem;
		padding-right: 0.0rem;
	}

	.p-product03-table01{
		margin: 3.0rem 0 0 0;
		padding-left: 0.0rem;
		padding-right: 0.0rem;
	}

	.p-product03-table01 table{
		width: 100%;
		font-size: 1.2rem;
	}

	.p-product03-table01 thead th{
		padding: 2rem 1rem;
	}

	.p-product03-table01 thead th:before{
		top: 1.0rem;
		height: calc(100% - 2.0rem);
	}

	.p-product03-table01 tbody td{
		padding: 1.0rem 1.0rem;
	}

	.p-product03-table01 tbody tr:first-child td{
		padding-top: 2.0rem;
	}

	.p-product03-table01 tbody tr:first-child td:before{
		height: calc(100% - 1.6rem);
		top: 1.6rem;
	}

	.p-product03-table01 tbody tr td:first-child{
		padding-left: 1.0rem;
	}

	.p-product03-table01 tbody tr td:first-child:after{
		width: calc(100% - 1.0rem);
	}

	.p-product03-table01 tbody tr:last-child td{
		padding-bottom: 2.0rem;
	}

	.p-product03-table01 tbody tr:last-child td:before{
		height: calc(100% - 1.0rem);
		bottom: 1.0rem;
	}

	.p-product03-table01 tbody tr td:last-child{
		padding-right: 1.0rem;
	}

	.p-product03-table01 tbody tr td:last-child:after{
		width: calc(100% - 1.0rem);
	}	
	
}

/* .p-product03_2 */

.p-product_tab_content_wrap .c-main_content_wrap.p-product03_2{
	position: relative;
	padding-top: 12.5rem;
	padding-bottom: 18.0rem;
	background-color: #F7ED9B;
  background-image: radial-gradient(#fff 33%, transparent 33%);
  background-size: 0.3rem 0.3rem;
}

.p-product03_2:before{
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	width: 0;
	height: 0;
	margin:  0 0 0 -5.8rem;
	border-style: solid;
	border-width: 7.4rem 5.8rem 0 5.8rem;
	border-color: #fff transparent transparent transparent;
}

.p-product03_2_img{
	text-align: center;
	padding: 5.0rem;
	background-color: #fff;
	border: 0.1rem solid #000;
}

@media screen and (max-width: 750px) {
	
.p-product_tab_content_wrap .c-main_content_wrap.p-product03_2{
	padding-top: 6.0rem;
	padding-bottom: 6.0rem;
  background-size: 0.3rem 0.3rem;
}

.p-product03_2:before{
	margin:  0 0 0 -2.9rem;
	border-width: 3.7rem 2.9rem 0 2.9rem;
}

.p-product03_2_img{
	text-align: center;
	padding: 2.0rem;
}
	
}

/* --------------------------------- .p-product04 --------------------------------- */

.p-product04_value_block_wrap{
	display: flex;
	justify-content: space-between;
	margin: 0 0 14.0rem 0;
}

.p-product04_value_block{
	width: 66.6rem;
}

.p-product04_value_block .c-title02{
	margin:  0 0 6.0rem 0;
}

.p-product04_value_img{
	text-align: center;
	height: 48.0rem;
}

.p-product04_value_text{
	margin: 0 auto;
	max-width: 56.0rem;
	font-size: 2.0rem;
	line-height: 2.14;
}

.p-product04_value_icon{
	height: 7.3rem;
	display: flex;
	align-items: center;
}

.p-product04_example_lead{
	max-width: 126.0rem;
	margin: 0 auto;
	font-size: 2.0rem;
	line-height: 2.14;
}

.p-product04_example_content{
	background-color: #F7ED9B;
  background-image: radial-gradient(#fff 33%, transparent 33%);
  background-size: 0.3rem 0.3rem;
	padding: 7.0rem 9.0rem 9.0rem 9.0rem;
	margin: 3.0rem 0 0 0;
}

.p-product04_example_title{
	font-size: 2.8rem;
	font-weight: 700;
	text-align: center;
	border-bottom: 0.1rem solid #00979C;
	color: #00979C;
	margin: 0 0 4.0rem 0;
	padding: 0 0 0.8rem 0;
	line-height: 1.4;
}

.p-product04_list_wrap{
	
}

.p-product04_list{
	display: flex;
	margin: 0 -4.0rem -4.0rem 0;
}

.p-product04_list_item{
	width: 50%;
	padding: 0 4.0rem 4.0rem 0;
	display: flex;
	flex-direction: column;
}

.p-product04_block{
	flex-grow: 1;
	display: flex;
	flex-direction: column;
}

.p-product04_head{
	font-size: 2.4rem;
	font-weight: 700;
	text-align: center;
	line-height: 1.4;
	background-color: #3E595D;
	color: #fff;
	border-radius: 1.5rem 1.5rem 0 0;
	padding: 1.5rem;
}

.p-product04_block_content{
	flex-grow: 1;
	background-color: #E1EDE3;
	padding: 3.0rem 5.0rem 4.0rem 5.0rem;
}

.p-product04_block_img{
	position: relative;
	padding-bottom: 65.6%;
}

.p-product04_block_img .c-img_cover{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.p-product04_block_text{
	display: flex;
	justify-content: center;
	margin: 2.0rem 0 0 0;
	font-size: 1.9rem;
	line-height: 1.38;
}

@media screen and (max-width: 750px) {
	
	.p-product04_value_block_wrap{
		flex-wrap: wrap;
		margin: 0 0 5.0rem 0;
	}

	.p-product04_value_block{
		width: 100%;
		margin: 0 0 4rem 0;
	}
	
	.p-product04_value_block:last-child{
		margin-botom: 0;
	}

	.p-product04_value_block .c-title02{
		margin:  0 0 2.0rem 0;
	}

	.p-product04_value_img{
		text-align: center;
		height: auto;
		width: 100%;
		margin: 2.0rem 0;
	}

	.p-product04_value_text{
		margin: 0 auto;
		max-width: none;
		font-size: 1.6rem;
	}

	.p-product04_value_icon{
		height: auto;
		display: block;
		text-align: center;
		width: 100%;
		margin: 2.0rem 0;
		display: none;
	}

	.p-product04_example_lead{
		max-width: none;
		margin: 0 auto;
		font-size: 1.6rem;
	}

	.p-product04_example_content{
		padding: 2.0rem 2.0rem 2.0rem 2.0rem;
		margin: 3.0rem 0 0 0;
	}

	.p-product04_example_title{
		font-size: 1.8rem;
		margin: 0 0 3.0rem 0;
		padding: 0 0 0.8rem 0;
	}

	.p-product04_list_wrap{

	}

	.p-product04_list{
		flex-wrap: wrap;
		margin: 0 0.0rem -3.0rem 0;
	}

	.p-product04_list_item{
		width: 100%;
		padding: 0 0.0rem 3.0rem 0;
	}

	.p-product04_head{
		font-size: 1.8rem;
	}

	.p-product04_block_content{
		padding: 2.0rem 2.0rem 3.0rem 2.0rem;
	}
	.p-product04_block_text{
		font-size: 1.6rem;
		margin: 1.2rem 0 0 0;
	}
	
}

/* --------------------------------- .p-product05 --------------------------------- */

.p-product05_lead{
	font-size: 2.4rem;
	line-height: 1.73;
	padding-left: 12.0rem;
	padding-right: 12.0rem;
	margin: 0 auto;
}

.p-product05_acc_wrap{
	margin: 6.0rem 0 0 0;
}

.p-product05_acc{
	margin: 0 0 6.0rem 0;
}

.p-product05_acc_head{
	color: #fff;
	background-color: #00979C;
	padding-left: 12.0rem;
	padding-right: 12.0rem;
	padding-top: 4.0rem;
	padding-bottom: 4.0rem;
	border-radius: 1.0rem;
	cursor: pointer;
}

.p-product05_acc_head_in{
	display: table;
	width: 100%;
}

.p-product05_acc_obj{
	display: table-row;
}

.p-product05_acc_obj > *{
	display: table-cell;
	vertical-align: middle;
}

.p-product05_acc_obj_head{
	width: 30.0rem;
	border-right: 0.2rem solid #fff;
}

.p-product05_acc_obj_text{
	position: relative;
	width: calc(100% - 30.0rem);
	padding: 0 7.0rem 0 6.0rem;
	font-size: 2.8rem;
	line-height: 1.5;
	font-weight: 700;
}

.p-product05_acc_obj_text:after{
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	margin: -2.5rem 0 0 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5.0rem 2.9rem 0 2.9rem;
	border-color: #fff transparent transparent transparent;
	transform-origin: 50% 50%;
}

.p-product05_acc_head.active .p-product05_acc_obj_text:after{
	transform: rotate(180deg);
}

.p-product05_acc_title01{
	font-size: 3.3rem;
	font-weight: 700;
	line-height: 1;
}

.p-product05_acc_title01 strong{
	font-size: 212%;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
	font-style: italic;
}

.p-product05_acc_title02{
	font-size: 2.2rem;
	line-height: 1;
}

.p-product05_acc_content{
	display: none;
}

.p-product05_acc_content_in{
	padding-top: 4.5rem;
}

.p-product05_book_list_wrap{
	
}

.p-product05_book_list{
	
}

.p-product05_book_list_item{
	padding-left: 12.0rem;
	padding-right: 12.0rem;
	padding-top: 4.0rem;
	padding-bottom: 4.0rem;
	color: #00979C;
	background-color: #F7ED9B;
  background-image: radial-gradient(#fff 33%, transparent 33%);
  background-size: 0.3rem 0.3rem;
	margin: 0 0 1.5rem 0;
}

.p-product05_book_list_item:last-child{
	margin-bottom: 0;
}

.p-product05_book_list_item .p-product05_acc_obj_head{
	border-right: 0.2rem solid #00979C;
}

.p-product05_book_list_item .p-product05_acc_obj_text:after{
	display: none;
}

.p-product05_book_list_item .p-product05_acc_obj_text{
	padding-bottom: 0;
}

.p-product05_book_list_title01{
	font-size: 3.3rem;
	font-weight: 700;
	line-height: 1.2;
}

.p-product05_book_list_title02{
	font-size: 2.4rem;
	line-height: 1.2;
}

@media screen and (max-width: 750px) {
	
	.p-product05_lead{
		font-size: 1.6rem;
		padding-left: 0.0rem;
		padding-right: 0.0rem;
	}

	.p-product05_acc_wrap{
		margin: 3.0rem 0 0 0;
	}

	.p-product05_acc{
		margin: 0 0 3.0rem 0;
	}

	.p-product05_acc_head{
		padding-left: 2.0rem;
		padding-right: 2.0rem;
		padding-top: 2.0rem;
		padding-bottom: 2.0rem;
		border-radius: 0.6rem;
	}

	.p-product05_acc_head_in{
		display: block;
		width: 100%;
	}

	.p-product05_acc_obj{
		display: block;
	}

	.p-product05_acc_obj > *{
		display: block;
	}

	.p-product05_acc_obj_head{
		width: auto;
		border-right: none;
		border-bottom: 0.2rem solid #fff;
		padding: 0 0 1.0rem 0;
	}

	.p-product05_acc_obj_text{
		font-size: 1.6rem;
		width: 100%;
		padding: 1.5rem 0 3.0rem 0;
	}

	.p-product05_acc_obj_text:after{
		top: auto;
		right: 0;
		left: 50%;
		bottom: 0rem;
		margin: 0 0 0 -1.45rem;
		border-width: 1.75rem 1.015rem 0 1.015rem;
	}

	.p-product05_acc_head.active .p-product05_acc_obj_text:after{
		transform: rotate(180deg);
	}

	.p-product05_acc_title01{
		font-size: 1.8rem;
		text-align: center;
	}

	.p-product05_acc_title02{
		font-size: 1.6rem;
		line-height: 1;
		text-align: center;
	}
	
	.p-product05_acc_content_in{
		padding-top: 2.0rem;
	}
	

	.p-product05_book_list_item{
		padding-left: 2.0rem;
		padding-right: 2.0rem;
		padding-top: 2.0rem;
		padding-bottom: 2.0rem;
	}

	.p-product05_book_list_item .p-product05_acc_obj_head{
		border-right: none;
		border-bottom: 0.2rem solid #00979C;
	}

	.p-product05_book_list_item .p-product05_acc_obj_text:after{
		display: none;
	}

	.p-product05_book_list_title01{
		font-size: 1.8rem;
		text-align: center;
	}

	.p-product05_book_list_title02{
		font-size: 1.6rem;
		text-align: center;
	}
	
}

/* --------------------------------- .p-product06 --------------------------------- */

.p-product06_lead{
	font-size: 2.4rem;
	line-height: 1.73;
	padding-left: 12.0rem;
	padding-right: 12.0rem;
	margin: 0 auto;
}

.p-product06_name{
	margin: 9.0rem 0 0 0;
	display: flex;
	justify-content: flex-end;
}

@media screen and (max-width: 750px) {
	
	.p-product06_lead{
		font-size: 1.6rem;
		padding-left: 0.0rem;
		padding-right: 0.0rem;
	}

	.p-product06_name{
		margin: 3.0rem 0 0 0;
		display: flex;
		justify-content: flex-end;
	}
	
}

/* ----------------------------------------------------------------------
GUIDE
---------------------------------------------------------------------- */

.p-guide{
	
}

.p-guide_in{
	
}

.p-guide_content_area{
	
}

.p-guide_content_wrap{
	max-width: 132.0rem;
	margin: 0 auto;
}

.p-guide_content{
	padding: 0 0 9.0rem 0;
	margin: 0 0 7.2rem 0;
	border-bottom: 0.3rem dotted #00979C;
}

.p-guide_content:last-child{
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}

.p-guide_content_lead{
	padding: 2.0rem 3.0rem 0 3.0rem;
}

.p-guide_content_lead_text{
	font-size: 2.5rem;
	line-height: 1.48;
}

.p-guide .btn_row{
	margin: 8.5rem 0 0 0;
}

.p-guide .btn_row .c-col{
	font-size: 2.4rem;
	padding: 0;
	width: 100%;
	max-width: 62.2rem;
}

.p-guide .c-btn_wrap.type_guide .c-btn_wrap,
.p-guide .c-btn_wrap.type_guide .c-btn{
	border-radius: 999.9rem;
}

.p-guide .c-btn_wrap.type_guide .c-btn{
	color: #fff;
	background-color: #6E6F70;
	font-weight: 700;
	padding: 0.5em;
}

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

	.p-guide_content_wrap{
		max-width: none;
		margin: 0 auto;
	}

	.p-guide_content{
		padding: 0 0 3.0rem 0;
		margin: 0 0 3.0rem 0;
		border-bottom: 0.1rem dotted #00979C;
	}

	.p-guide_content_lead{
		padding: 0.0rem 0.0rem 0 0.0rem;
	}

	.p-guide_content_lead_text{
		font-size: 1.6rem;
		line-height: 1.48;
	}

	.p-guide .btn_row{
		margin: 3.0rem 0 0 0;
	}

	.p-guide .btn_row .c-col{
		font-size: 1.3rem;
		max-width: none;
	}
	
}

/* .p-guide_link_list_wrap */

.p-guide_link_list_wrap{
	margin: 8.0rem 0;
}

.p-guide_link_list{
	display: flex;
	justify-content: center;
}

.p-guide_link_list{
	margin: 0 -5.0rem -5.0rem 0;
}

.p-guide_link_list_item{
	width: 33.3%;
	padding: 0 5.0rem 5.0rem 0;
	display: flex;
	flex-direction: column;
}

.p-guide_link_block,
.p-guide_link_block_href,
.p-guide_link_block_in{
	flex-grow: 1;
	display: flex;
	flex-direction: column;
}

.p-guide_link_block_href{
	text-decoration: none !important;
}

.p-guide_link_block_head{
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #FFF48C;
	color: #00979C;
	border-radius: 1.2rem 1.2rem 0 0;
	font-size: 2.1rem;
	font-weight: 700;
	padding: 1.5rem;
	text-align: center;
	line-height: 1.21;
}

.p-guide_link_block_img{
	position: relative;
	padding-bottom: 64.3%;
}

.p-guide_link_block_img .c-img_cover{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.p-guide_link_block_img .c-img_cover:hover{
	opacity:0.8;
}

.p-guide_link_block_text{
	font-size: 2.5rem;
	line-height: 1.48;
	margin: 1.0rem 0 0 0;
}


@media screen and (max-width: 750px) {
	
	.p-guide_link_list_wrap{
		margin: 3.0rem 0;
	}

	.p-guide_link_list{
		flex-wrap: wrap;
	}

	.p-guide_link_list{
		margin: 0 0 -3.0rem 0;
	}

	.p-guide_link_list_item{
		width: 100%;
		padding: 0 0rem 3.0rem 0;
	}
	
	.p-guide_link_block_head{
		border-radius: 1.2rem 1.2rem 0 0;
		font-size: 1.5rem;
		padding: 1.5rem;
		height: auto !important;
	}

	.p-guide_link_block_img{
		position: relative;
		padding-bottom: 64.3%;
	}

	.p-guide_link_block_img .c-img_cover{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

	.p-guide_link_block_text{
		font-size: 1.6rem;
	}
	
}

/* ----------------------------------------------------------------------
SURVEY
---------------------------------------------------------------------- */

.p-survey_link_block_area{
	max-width: 132.0rem;
	margin: 0 auto;
}

.p-survey_link_block_wrap{
	margin: 0 0 14.0rem 0;
}

.p-survey_link_block_wrap:last-child{
	margin-bottom: 0;
}

.p-survey_link_block{
	margin: 0 0 6.0rem 0;
}

.p-survey_link_block:last-child{
	margin-bottom: 0;
}

.p-survey_link_block_wrap.type01 .p-survey_link_block{
	font-size: 2.7rem;
}


.p-survey_link_block_wrap.type02 .p-survey_link_block{
	padding: 0 0 0 3.4rem;
}

.p-survey_link_btn_wrap{
	
}

.p-survey_link_block_wrap.type01 .p-survey_link_btn{
	padding: 1.0rem 3.0rem;
	display: block;
	color: #fff;
	background-color: #00979C;
	text-decoration: none !important;
	transition: opacity 0.4s ease 0s;
}

.normal .p-survey_link_block_wrap.type01 .p-survey_link_btn:hover{
	opacity: 0.7;
}

.p-survey_link_block_wrap.type02 .p-survey_link_btn{
	color: #00979C;
}

.normal .p-survey_link_block_wrap.type02 .p-survey_link_btn:hover .p-survey_link_text{
	text-decoration: underline;
}

.p-survey_link_text_wrap{
	position: relative;
	padding: 0 0 0 3.0rem;
	font-size: 2.5rem;
	font-weight: 700;
}

.p-survey_link_arrow{
	position: absolute;
	top: 0;
	left: 0;
}


 .p-survey_link_block_lead{
	padding: 2.0rem 3.0rem 6.0rem 3.0rem;
	font-size: 2.5rem;
	line-height: 1.44;
}

.p-survey_link_text{
	
}


.p-survey_title01{
	font-size: 3.0rem;
	font-weight: 700;
	border-left: 0.9rem solid #00979C;
	padding: 2.7rem;
	background-color: #FFF48C;
	color: #00979C;
	margin: 0 0 4.0rem 0;
}

@media screen and (max-width: 750px) {
	
	.p-survey_link_block_area{
		max-width: none;
		
	}

	.p-survey_link_block_wrap{
		margin: 0 0 5.0rem 0;
	}
	
	.p-survey_link_block{
		margin: 0 0 3.0rem 0;
	}

	.p-survey_link_block:last-child{
		margin-bottom: 0;
	}

	.p-survey_link_block_wrap.type01 .p-survey_link_block{
		font-size: 1.6rem;
	}


	.p-survey_link_block_wrap.type02 .p-survey_link_block{
		padding: 0 0 0 0rem;
	}

	.p-survey_link_btn_wrap{

	}

	.p-survey_link_block_wrap.type01 .p-survey_link_btn{
		padding: 1.0rem 1.5rem;
	}

	.p-survey_link_text_wrap{
		padding: 0 0 0 2.0rem;
		font-size: 1.6rem;
	}
	
	 .p-survey_link_block_lead{
		padding: 2.0rem 0rem 0.0rem 0rem;
		font-size: 1.6rem;
		line-height: 1.44;
	}

	.p-survey_link_text{

	}


	.p-survey_title01{
		font-size: 1.8rem;
		border-left: 0.4rem solid #00979C;
		padding: 1.5rem;
		margin: 0 0 2.0rem 0;
	}
	
}

/* サステナ通信 */
.t-breadclumb_list_explain{
	margin-top:0.8em;
	font-size:130%;
}

.p-newsletter_block_text {
    position: relative;
    padding: 3rem 2rem 1rem 2rem;
    background-color: #fff;
}
.p-newsletter_block_text  ul{
}
.p-newsletter_block_text  ul li{
	padding-bottom:1em;
}

.p-newsletter_block_text p {
	display:inline-block;
	margin-bottom:0.5em;
}

.p-newsletter_block_text p:hover{
	text-decoration:underline;
}

.p-newsletter_block_text img{
	display:inline-block;
	height:3em;
	margin-right:0.5em;
}

.p-newsletter_block_text img:hover{
	opacity:0.5;
}

.p-newsletter_block_text .new{
	background-color:#e94829;
	padding:0 1em 0.1em 1em;
	margin-left:0.3em;
	color:#fff;
	border-radius:15px;
	font-size:1.8rem; 
}

