@charset "UTF-8";

*:before,
*:after{
	box-sizing: border-box;
}

.w100p{ width: 100% !important;}
.w50p{ width: 50% !important;}
.w33_3p{ width: 33.333% !important;}

@media all and (min-width: 768px) {
	.pc_none{ display: none !important; }
	.pc_w100p{ width: 100% !important;}
	.pc_w50p{ width: 50% !important;}
	.pc_w33_3p{ width: 33.333% !important;}
	.pc_w480{ width: 480px !important;}
}

@media screen and (max-width: 767px) {
	.sp_none{ display: none !important; }
	.sp_w100p{ width: 100% !important;}
	.sp_w50p{ width: 50% !important;}
	.sp_w33_3p{ width: 33.333% !important;}
	
	.sp_w480{ width: 480px !important;}
	
	/* vw */
	
	.sp_w76vw{
		width: 76vw !important;
	}
	
	.sp_w80vw{
		width: 80vw !important;
	}
	
}

.m-mv img{
	width: 100%;
}

.font_green01{
	color: #43bfb5 !important;
}

.letter0{
	letter-spacing: 0 !important;
}

/* --------------------------------------------------------------------------
.l-fixheader
-------------------------------------------------------------------------- */

.l-fixheader{
	position: fixed;
	top: -300px;
	left: 0;
	background-color: #fff;
	z-index: 30000;
	width: 100%;
	min-width: 1340px;
	transition: top 0.4s ease 0s;
}

.main_active .l-fixheader{
	top: 0;
}

.l-fixheader .l-header{
	position: static;
}

.l-fixheader .l-gnav a,
.l-fixheader .l-gnav-small a{
	color: inherit;
}

.l-fixheader .l-gnav-small a{
	border-color: #333;
}

.l-fixheader .l-header-contact a{
	color: #fff;
}


.l-gnav-small{
	margin: 20px 0;
}

@media screen and (max-width: 767px) {
	.l-fixheader{
		display: none;
	}
}

/* --------------------------------------------------------------------------
.m-main_content_area
-------------------------------------------------------------------------- */

.m-main_content_area{
	position: relative;
	overflow: hidden;
	padding: 90px 0;
}

@media screen and (max-width: 767px) {
	.m-main_content_area{
		padding: 13.333vw 0;
	}
}


/* --------------------------------------------------------------------------
.m-main_content_wrap
-------------------------------------------------------------------------- */


.m-main_content_wrap{
	/*padding: 0 100px;*/
	padding: 0 30px;
	margin: 90px 0;
}

.m-main_content_wrap:first-child{
	margin-top: 0;
}

.m-main_content_wrap:last-child{
	margin-bottom: 0;
}

.m-main_content_wrap .m-main_content{
	position: relative;
	max-width: 1340px;
	margin: 0 auto;
}

.m-main_content_wrap .m-main_content_bg{
	position: absolute;
/*	top: 25px;*/
    top: 0;
	bottom: 100px;
/*	left: 100px;*/
	width: 100%;
	height: 100%;
	background-color: #e7f7f6;
}

.m-main_content_wrap .m-main_content_block{
	position: relative;
	z-index: 1;
	margin: 0 0 80px 0;
}

.m-main_content_wrap .m-main_content_block:last-child{
	margin-bottom: 0;
}

.m-main_content_wrap [class*=m-main_content_block_child]{
	margin: 0 0 60px 0;
}

.m-main_content_wrap [class*=m-main_content_block_child]:last-child{
	margin-bottom: 0;
}

.m-main_content_wrap [class*=m-type-ttl] + [class*=m-main_content_block_child]{
	margin-top: 0;
}


@media screen and (max-width: 767px) {
	.m-main_content_wrap{
		padding: 0 4vw;
		margin: 13.333vw 0;
	}
	.m-main_content_wrap .m-main_content_bg{
		/*
		top: 14.66vw;
		bottom: 44.53vw;
		left: 4vw;
		*/
	}
	
	.m-main_content_wrap .m-main_content_block{
		margin: 0 0 11vw 0;
	}
	
	.m-main_content_wrap [class*=m-main_content_block_child]{
		margin: 0 0 7vw 0;
	}
	
}

/* --------------------------------------------------------------------------
.m-type-ttl
-------------------------------------------------------------------------- */

/* .m-type-ttl01 */

.m-type-ttl01 {
  /*position: absolute;
  top: -22px;
  left: 0;
  right: 0;*/
  text-align: center;
  font-size: 3.2rem;
  font-weight: 700;
	line-height: 1.44;
	margin: 30px 0;
	padding: 0 30px;
}

.m-type-ttl01:first-child {
	margin-top: 0;
    padding-top: 20px;
}

.m-type-ttl01:last-child {
	margin-bottom: 0;
}

.m-type-ttl01 .m-text01 {
  position: relative;
	display: inline-block;
	position: relative;
	padding: 0 30px;
}
.m-type-ttl01 .m-text01:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  border-style: solid;
  border-width: 18px 18px 0 0;
  border-color: #96cd02 transparent transparent transparent;
}

@media screen and (max-width: 767px) {
  .m-type-ttl01 {
    font-size: 5.8vw;
	margin: 6.66vw 1vw;
	/*padding: 0 4vw;*/
	padding: 0;
	letter-spacing: 0;
  }
  .m-type-ttl01 .m-text01:before {
    left: 0vw;
    border-width: 3.07vw 3.07vw 0 0;
  }

	.m-type-ttl01 .m-text01 {
		padding: 0 4vw;
	}

}

/* .m-type-ttl02 */

.m-type-ttl02{
	font-size: 1.4rem;
	letter-spacing: 0.06em;
	margin: 10px 0 0;
	position: relative;
	padding: 0 0 0 17px;
	color: #333333;
	line-height: 1.71;
}

.m-type-ttl02:first-child {
	margin-top: 0;
}

.m-type-ttl02:last-child {
	margin-bottom: 0;
}

.m-type-ttl02::before {
	content: '';
	position: absolute;
	top: 0.9em;
	margin: -5px 0 0 0;
	left: 0;
	width: 10px;
	height: 10px;
	background-color: #43bfb5;
}

@media screen and (max-width: 767px) {
	.m-type-ttl02{
		margin: 2.67vw 0 0;
		padding: 0 0 0 4.67vw;
		font-size: 3.4666666667vw;
	}

	.m-type-ttl02::before{
			width: 2.67vw;
			height: 2.67vw;
	}
}

/* .m-type-ttl03 */

.m-type-ttl03{
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 1.2;
	color: #43bfb5;
	padding: 0 0 0 15px;
	border-left: 4px solid #96cd02;
}

@media screen and (max-width: 767px) {
	.m-type-ttl03{
		font-size: 4.266vw;
		padding: 0 0 0 1.33vw;
		border-left: 0.8vw solid #96cd02;
	}
}

/* .m-type-ttl04 */

.m-type-ttl04{
	font-size: 2.0rem;
	line-height: 1.3;
	text-align: center;
	margin: 0 0 30px 0;
	font-weight: 500;
}

.m-type-ttl04 .m-text01{
	display: inline-block;
	vertical-align: bottom;
	padding: 0 9px 6px 9px;
	text-decoration: none !important;
  background-image: linear-gradient(to right,#90d4ce, #90d4ce);
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: 100% 12px;
}

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

.m-type-ttl04{
	font-size: 4.266vw;
	margin: 0 0 6vw 0;
}

.m-type-ttl04 .m-text01{
	padding: 0 1.333vw 1.333vw 1.333vw;
  background-size: 100% 2.933vw;
}
	
}

.m-type-ttl05{
	font-size: 2.6rem;
	line-height: 1.4;
	background-color: #43bfb5;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.16em;
	/*margin: 0 0 50px 0;*/
	margin: 0 0 30px 0;
	padding: 10px;
}

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

	.m-type-ttl05{
		font-size: 4.8vw;
		/*margin: 0 0 8vw 0;*/
		margin: 0 0 5vw 0;
		padding: 1.333vw;
	}
}

.m-type-ttl06{
	font-size: 3.2rem;
	line-height: 1.43;
	letter-spacing: 0.06em;
	margin: 0 0 30px 0;
	font-weight: bold;
	text-align: center;
	color: #43bfb5;
}

@media screen and (max-width: 767px) {
	.m-type-ttl06{
		font-size: 5.6vw;
		margin: 0 0 5.3vw 0;
	}
}

.m-type-ttl07{
	font-size: 2.6rem;
	line-height: 1.43;
	letter-spacing: 0;
	margin: 0 0 20px 0;
	font-weight: bold;
	text-align: center;
	color: #43bfb5;
}

@media screen and (max-width: 767px) {
	.m-type-ttl07{
		font-size: 4.8vw;
		margin: 0 0 2.6vw 0;
	}
}

/* .m-lead_text_wrap */

.m-lead_text_wrap{
	font-size: 1.6rem;
	line-height: 1.875;
	text-align: center;
	margin: 33px 0;
	font-weight: 500;
}


.m-lead_text_wrap .m-lead_text{
	display: inline-block;
	vertical-align: bottom;
}

@media screen and (max-width: 767px) {
	.m-lead_text_wrap{
		text-align: left;
		font-size: 4.2666vw;
		margin: 6.66vw 0;
	}
}

/* --------------------------------------------------------------------------
.m-btn_list_area
-------------------------------------------------------------------------- */

.m-btn_list_area{
	margin: 80px 0 0 0;
}

.m-btn_list_area:first-child{
	margin-top: 0;
}

.m-btn_list_area .m-btn_list_wrap{
	font-size: 18px;
	line-height: 1.3;
	font-weight: 500;
}

.m-btn_list_area .m-btn_list{
	margin: 0 -40px -40px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.m-btn_list_area .m-btn_wrap{
	padding: 0 40px 40px 0;
	display: flex;
	flex-direction: column;
	width: 400px;
}

.m-btn_list_area .m-btn{
	position: relative;
	flex-grow: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #ffffff;
	padding: 20px;
	text-align: center;
	color: #333333;
	box-shadow: 0 0 25px rgba(90, 90, 90, 0.2);
}

.m-btn_list_area .m-btn{
}

.m-btn_list_area .m-btn::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	border: 8px solid #43bfb5;
	transition: opacity 0.4s ease 0s;
	opacity: 0;
}

.m-btn_list_area .m-btn:hover::before,
.m-btn_list_area .m-btn.active::before{
	opacity: 1;
}

.m-btn_list_area .m-btn::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 17px 17px;
    border-color: transparent transparent #96cd02 transparent;
    right: 8px;
    bottom: 8px;
    transition: border-color 0.4s ease 0s;
}
.m-btn_list_area .m-btn:hover::after,
.m-btn_list_area .m-btn.active::after{
	
	border-color: transparent transparent #43bfb5 transparent;
}

.m-btn_list_area .m-btn_img{
	text-align: center;
	line-height: 0;
	margin: 0 0 12px 0;
}

/* .m-btn_list_area .m-btn_wrap.type_green01  */

.m-btn_list_area .m-btn_wrap.type_green01{
}

.m-btn_list_area .m-btn_wrap.type_green01 .m-btn{
	background-color: #43bfb5;
	color: #ffffff;
}

.m-btn_list_area .m-btn_wrap.type_green01 .m-btn{
	transition: opacity 0.4s ease 0s;
}

.m-btn_list_area .m-btn_wrap.type_green01 .m-btn:hover{
	opacity: 0.7;
}

.m-btn_list_area .m-btn_wrap.type_green01 .m-btn::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	border: 8px solid #43bfb5;
	transition: opacity 0.4s ease 0s;
	opacity: 0;
}

.m-btn_list_area .m-btn_wrap.type_green01 .m-btn:hover::before {
	opacity: 1;
}

.m-btn_list_area .m-btn_wrap.type_green01 .m-btn::after {
    border-color: transparent transparent #ffffff transparent;
}
.m-btn_list_area .m-btn_wrap.type_green01 .m-btn:hover::after {
	
	border-color: transparent transparent #ffffff transparent;
}


@media screen and (max-width: 767px) {
	
.m-btn_list_area{
	margin: 10vw 0 0 0;
}

.m-btn_list_area .m-btn_list_wrap{
	margin: 6vw 0 0 0;
	font-size: 4vw;
}
	
.m-btn_list_area .m-btn_list_wrap:first-child{
	margin-top: 0;
}

.m-btn_list_area .m-btn_list{
	margin: 0 -3.77vw -3.77vw 0;
}

.m-btn_list_area .m-btn_wrap{
	padding: 0 3.77vw 3.77vw 0;
	width: 50%;
}

.m-btn_list_area .m-btn{
	padding: 2.666vw;
	box-shadow: 0 0 3.333vw rgba(90, 90, 90, 0.2);
}

.m-btn_list_area .m-btn{
}

.m-btn_list_area .m-btn::before {
	border: 1.5vw solid #43bfb5;
}

.m-btn_list_area .m-btn::after {
	content: "";
	border-width: 0 0 3.733vw 3.733vw;
	right: 1.5vw;
	bottom: 1.5vw;
}
	
.m-btn_list_area .m-btn_img{
	text-align: center;
	line-height: 0;
	margin: 0 0 2.66vw 0;
}
	
}

/* #m-function01 .m-btn_list_area */

#m-function01 .m-btn_list_area{
	margin: 80px 0 0 0;
}

#m-function01 .m-btn_list_area .m-btn_list_wrap{
	font-size: 18px;
	font-weight: 500;
}

#m-function01 .m-btn_list_area .m-btn_list{
	margin: 0 -40px -40px 0;
}

#m-function01 .m-btn_list_area .m-btn_wrap{
	padding: 0 40px 40px 0;
	max-width: 400px;
	width: 50%;
}

@media screen and (max-width: 767px) {
	
	#m-function01 .m-btn_list_area{
		margin: 10vw 0 0 0;
	}

	#m-function01 .m-btn_list_area .m-btn_list_wrap{
		font-size: 4vw;
	}

	#m-function01 .m-btn_list_area .m-btn_list{
		margin: 0 -3.77vw -3.77vw 0;
	}

	#m-function01 .m-btn_list_area .m-btn_wrap{
		padding: 0 3.77vw 3.77vw 0;
		width: 50%;
	}
	
}

/* #m-example02 .m-btn_list_area */

#m-example02 .m-btn_list_area{
	margin: 80px 0 0 0;
}

#m-example02 .m-btn_list_area .m-btn_list_wrap{
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.16em;
}

#m-example02 .m-btn_list_area .m-btn_list{
	margin: 0 -20px -20px 0;
	justify-content: flex-start;
}

#m-example02 .m-btn_list_area .m-btn_wrap{
	padding: 0 20px 20px 0;
	width: 25%;
}

@media screen and (max-width: 767px) {
	
	#m-example02 .m-btn_list_area{
		margin: 12.666vw 0 0 0;
	}

	#m-example02 .m-btn_list_area .m-btn_list_wrap{
		font-size: 4vw;
	}

	#m-example02 .m-btn_list_area .m-btn_list{
		margin: 0 -4vw -4vw 0;
	}

	#m-example02 .m-btn_list_area .m-btn_wrap{
		padding: 0 4vw 4vw 0;
		width: 50%;
	}
	
	#m-example02 .m-btn_list_area .m-btn{
		padding-top: 8vw;
		padding-bottom: 8vw;
	}
	
}

/* --------------------------------------------------------------------------
製品一覧
-------------------------------------------------------------------------- */

/* .m-item_block_zone */

.m-item_block_zone{
	margin: 55px 0 0 0;
}

.m-item_block_zone:first-child{
	margin-top: 0;
}

.m-item_block_area{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -60px -60px 0;
}

.m-item_block_area .m-item_block_wrap{
	display: flex;
	flex-direction: column;
	padding: 0 60px 60px 0;
	width: 100%;
}

.m-item_block_area .m-item_block{
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    position: relative;
    flex-grow: 1;
    background-color: #ffffff;
}

.m-item_block_area .m-item_block_sub{
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    position: relative;
    flex-grow: 1;
}

.m-item_block_area .m-item_block_link{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
}

.m-item_block_area .m-item_block .m-item_block_btn_wrap{
	position: absolute;
	z-index: 2;
	bottom: 0;
	right: 0;
}

.m-item_block_area .m-item_block .m-item_block_btn_link{
	display: block;
	transition: opacity 0.4s ease 0s;
}

.m-item_block_area .m-item_block_link:hover + .m-item_block_content + .m-item_block_btn_wrap  .m-item_block_btn_link,
.m-item_block_area .m-item_block_link:hover .m-item_block_btn_link{
	opacity: 0.7;
}

.m-item_block_area .m-item_block_content{
	transition: opacity 0.5s linear;
}

.m-item_block_area .m-item_block_link:hover + .m-item_block_content{
	opacity: 0.7;
}

.m-item_block_area .m-item_block_btn{
	position: relative;
	padding: 0 0 0 25px;
	overflow:  hidden;
}

.m-item_block_area .m-item_block_btn::after {
	display: block;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	display: block;
	content: "";
	width: 25px;
	height: 100%;
	background-color: #43bfb5;
	transform-origin: 0 100%;
	transform: skewX(-25deg);
}

.m-item_block_area .m-item_block_btn_content{
	position: relative;
	z-index: 2;
	background-color: #43bfb5;
	font-size: 1.8rem;
	font-weight: 700;
	z-index: 1;
	color: #ffffff;
	padding: 17px 35px 18px 25px;
}

.m-item_block_area .m-item_block_btn_content:before{
	content: "";
	position: absolute;
	top: 50%;
	right: 13px;
	width: 12px;
	height: 12px;
	margin: -6px 0 0 0;
	box-sizing: border-box;
	border-top: 3px solid #ffffff;
	border-right: 3px solid #ffffff;
	transform-origin: 50% 50%;
	transform: rotate(45deg);
}

.m-item_block_area .m-item_block_btn_text{
	position: relative;
	z-index: 3;
}

.m-item_block_area .m-item_block_content{
    flex-grow: 1;
    background-color: #ffffff;
    padding: 0px 50px 100px 50px;
    position: relative;
    box-shadow: 0 0 25px rgba(90, 90, 90, 0.2);
}

.m-item_block_area .m-item_block_content_sub{
    flex-grow: 1;
    padding: 0px 0 100px;
    position: relative;
}

.m-item_block_area .m-item_block_head{
    background-image: url(../../images/common/icn_bar01.png);
    background-repeat: no-repeat;
    background-position: center top;
    padding: 50px 0 0 0;
    margin: 0 0 45px 0;
}


.m-item_block_area .m-item_block_head_sub{
    background-repeat: no-repeat;
    background-position: center top;
    padding: 50px 0 0 0;
    margin: 0 0 45px 0;
}

.m-item_block_area .m-item_block_head_title{
	font-size: 2.6rem;
	line-height: 1.5;
	font-weight: 700;
	color: #43bfb5;
	text-align: center;
}

.m-item_block_area .m-item_block_head_title span {
    background: rgba(0, 0, 0, 0) linear-gradient(transparent 70%, #e3f3f2 0%) repeat scroll 0 0;
}

.m-item_block_area .m-item_block_vision_wrap{
	margin: 0 0 25px 0;
}

.m-item_block_area .m-item_block_vision_wrap:last-child{
	margin-bottom: 0;
}

.m-item_block_area .m-item_block_vision_wrap{
	padding: 60px 0 0 0;
}

.m-item_block_area .m-item_block_head + .m-item_block_vision_wrap{
	padding: 0px 0 0 0;
}

.m-item_block_area .m-item_block_vision{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -30px -30px 0;
}

.m-item_block_area .m-item_block_vision_block{
	width: 50%;
	flex-grow: 1;
	padding: 0 30px 30px 0;
}

.m-item_block_txt_group {
    margin: 25px 0;
}

.m-item_block_txt_group p {
    margin-bottom: 10px;
}

.m-item_block_area .m-item_block_img_wrap{
	position: relative;
	overflow:  hidden;
}

.m-item_block_area .m-item_block_img_wrap.border_type{
	border: 1px solid #dfe0e2;
}
.m-item_block_area .m-item_block_img_wrap.border_type.syaonkyufresh-last-box{
	width: 49%;
}

.m-item_block_area .m-item_block_img_link{
	display: block;
}

.m-item_block_area  .m-item_block_img{
	transition: transform 0.5s linear,opacity 0.5s linear;
	opacity: 1;
}

.m-item_block_area  .m-item_block_img img{
	width: 100%;
	height: auto;
}

.m-item_block_area .m-item_block_img_title01{
	font-size: 1.4rem;
	letter-spacing: 0.06em;
	margin: 10px 0 0;
	position: relative;
	padding: 0 0 0 17px;
	color: #333333;
	line-height: 1.71;
}

.m-item_block_area .m-item_block_img_title01::before {
	content: '';
	position: absolute;
	top: 0.9em;
	margin: -5px 0 0 0;
	left: 0;
	width: 10px;
	height: 10px;
	background-color: #43bfb5;
}
.m-item_block_area .m-item_block_link:hover + .m-item_block_content .m-item_block_img,
.m-item_block_area .m-item_block_img_link:hover .m-item_block_img{
  transform: scale(1.1);
}

.m-item_block_area .m-item_block_img_link:hover .m-item_block_img{
	opacity: 0.7;
}

.m-item_block_area .m-item_block_lead{
	font-size: 1.6rem;
	margin: 25px 0 0 0;
	line-height: 1.71;
}


@media screen and (max-width: 767px) {
	.m-item_block_area .m-item_block_img_wrap.border_type{
		border: 0.266vw solid #dfe0e2;
	}

}


@media screen and (max-width: 767px) {
	
	.m-item_block_zone{
		margin: 8vw auto 0 auto;
	}
	
	.m-item_block_area{
		margin: 0 -8vw -8vw 0;
	}
	
	.m-item_block_area .m-item_block_link{
		display: none;
	}
	

	.m-item_block_area .m-item_block_wrap{
		padding: 0 8vw 8vw 0;
		width: 100%;
	}
	
	.m-item_block_area .m-item_block_btn{
		padding-left: 6vw;
	}
	
	.m-item_block_area .m-item_block_btn::after {
		width: 6vw;
	}

	.m-item_block_area .m-item_block_btn_content{
		font-size: 4vw;
		padding: 4vw 12vw 4vw 6.67vw;
	}
	
	.m-item_block_area .m-item_block_btn_content:before{
		right: 4vw;
		width: 3.2vw;
		height: 3.2vw;
		margin: -1.6vw 0 0 0;
		border-top: 0.8vw solid #ffffff;
		border-right: 0.8vw solid #ffffff;
	}

	.m-item_block_area .m-item_block_content{
		padding: 0px 6.66vw 17.06vw 6.66vw;
		box-shadow: 0 0 4vw rgba(90, 90, 90, 0.2);
	}

	.m-item_block_area .m-item_block_head{
		background-image: url(../../images/common/icn_bar01_sp.png);
		background-size: 20vw auto;
		padding: 8.66vw 0 0 0;
		margin: 0 0 6.8vw 0;
	}

	.m-item_block_area .m-item_block_head_title{
		font-size: 4.8vw;
	}

	.m-item_block_area .m-item_block_vision_wrap{
		margin: 0 0 5vw 0;
	}
	
	.m-item_block_area .m-item_block_vision_wrap{
		padding: 8vw 0 0 0;
	}

	.m-item_block_area .m-item_block_head + .m-item_block_vision_wrap{
		padding: 0px 0 0 0;
	}
	
	.m-item_block_area .m-item_block_vision{
		margin: 0 -8vw -8vw 0;
	}

	.m-item_block_area .m-item_block_vision_block{
		width: 100%;
		flex-grow: 1;
		padding: 0 8vw 8vw 0;
	}
	
	.m-item_block_area .m-item_block_img_title01{
		margin: 2.67vw 0 0;
		padding: 0 0 0 4.67vw;
		font-size: 3.4666666667vw;
	}

	.m-item_block_area .m-item_block_img_title01::before bottom: 0;{
			width: 2.67vw;
			height: 2.67vw;
	}

	.m-item_block_area .m-item_block_img_wrap{
		position: relative;
		overflow:  hidden;
	}

	.m-item_block_area .m-item_block_img_link{
		
	}

	.m-item_block_area  .m-item_block_img{
	}

	.m-item_block_area .m-item_block_img_link:hover .m-item_block_img{
	}

	.m-item_block_area .m-item_block_lead{
		font-size: 3.733vw;
		margin: 5vw 0 0 0;
	}
	
	
}

/* .m-item_block_area .m-item_block_wrap.type02 */

.m-item_block_area .m-item_block_wrap.type02 .m-item_block_content{
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 80px;
}

.m-item_block_area .m-item_block_wrap.type02 .m-item_block_vision_wrap{
	margin-left: -30px;
	margin-right: -30px;
}


.m-item_block_area .m-item_block_wrap.type02 .m-item_block_head{
	pointer-events: none;
	position: absolute;
	top: 30px;
	left: -30px;
	width: 100%;
	z-index: 2;
	background-image: none;
	margin: 0;
	padding: 0;
}

.m-item_block_area .m-item_block_wrap.type02 .m-item_block_head_title{
	display: inline-block;
	vertical-align: bottom;
	font-size: 2.4rem;
	line-height: 1.3;
	text-align: left;
	background-color: #ffffff !important;
	border-bottom: 2px solid #43bfb5;
	padding: 10px 30px;
}

.m-item_block_area .m-item_block_wrap.type02 .m-item_block_head_title span{
	background: none;
	display: block;
}

@media screen and (max-width: 767px) {
	.m-item_block_area .m-item_block_wrap.type02 .m-item_block_content{
		padding-left: 4vw;
		padding-right: 4vw;
		padding-bottom: 18vw;
	}

	.m-item_block_area .m-item_block_wrap.type02 .m-item_block_vision_wrap{
		margin-left: -4vw;
		margin-right: -4vw;
	}
	
	
	.m-item_block_area .m-item_block_wrap.type02 .m-item_block_head{
		top: 5.333vw;
		left: 0;
	}

	.m-item_block_area .m-item_block_wrap.type02 .m-item_block_head_title{
		font-size: 4.8vw;
		border-bottom: 0.53vw solid #43bfb5;
		padding: 1.5vw 4vw;
	}
	
	
}


/* --------------------------------------------------------------------------
製品情報
-------------------------------------------------------------------------- */

/* .m-function_table_block_area */

.m-function_table_block_area{
	font-size: 1.6rem;
	line-height: 1.8;
	font-weight: 500;
	margin: 50px 0;
}

.m-function_table_block_area:first-child{
	margin-top: 0;
}

.m-function_table_block_area:last-child{
	margin-bottom: 0;
}

.m-function_table_block_wrap{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -80px -80px 0;
}

.m-function_table_block_wrap .m-function_table_block{
	padding: 0 80px 80px 0;
	width: 50%;
	flex-grow: 1;
}

@media screen and (max-width: 767px) {
	
	.m-function_table_block_area{
		font-size: 3.73vw;
		line-height: 1.3;
		font-weight: 500;
		margin: 6.66vw 0;
	}
	
	.m-function_table_block_wrap{
		margin: 0 0 -6.66vw 0;
	}

	.m-function_table_block_wrap .m-function_table_block{
		padding: 0 0 6.66vw 0;
		width: 100%;
		flex-grow: 1;
	}
	
}

/* .m-function_table */

.m-function_table_scroll{
	overflow:  hidden;
}

.m-function_table_zone{
	padding: 0 0 10px 0;
	border-bottom: 2px solid #43bfb5;
}

.m-function_table_area{
	overflow:  hidden;
}

.m-function_table_wrap{
	margin: 0 -1px -1px 0;
}

.ie .m-function_table_wrap{
	margin: 0 -1px -2px 0;
}

.m-function_table{
	width: 100%;
}

.m-function_table tr th,
.m-function_table tr td{
	position: relative;
	vertical-align:  middle;
}

.m-function_table tbody tr th{
	text-align: left;
	font-weight: 700;
}

.m-function_table tbody tr td{
	text-align: center;
}

.m-function_table tbody tr th,
.m-function_table tbody tr td{
	padding: 10px;
	text-align: center;
}

.m-function_table thead tr th,
.m-function_table thead tr td{
	padding: 0 0 10px 0;
}



.m-function_table tbody tr th .before,
.m-function_table tbody tr td .before,
.m-function_table tbody tr th .after,
.m-function_table tbody tr td .after{
	content: "";
	position: absolute;
	background-color: #43bfb5;
}

.m-function_table tbody tr th .before,
.m-function_table tbody tr td .before{
	height: 1px;
	width: 100%;
	bottom: 0;
	right: 0;
}


.m-function_table tbody tr th .after,
.m-function_table tbody tr td .after{
	height: 100%;
	width: 1px;
	bottom: 0;
	right: 0;
}


.m-function_table tbody tr:first-child th,
.m-function_table tbody tr:first-child td{
	padding-top: 20px;
	border-top: 2px solid #43bfb5;
}

.m-function_table tbody tr:first-child th .after,
.m-function_table tbody tr:first-child td .after{
	top: 10px !important;
}

.m-function_table tbody tr:last-child th .before,
.m-function_table tbody tr:last-child td .before{
	display: none;
}


.m-function_table tbody tr th:before,
.m-function_table tbody tr td:before,
.m-function_table tbody tr th:after,
.m-function_table tbody tr td:after{
	display: none !important;
}

/*
.m-function_table tbody tr th .before,
.m-function_table tbody tr td .before,
.m-function_table tbody tr th .after,
.m-function_table tbody tr td .after{
	display: none !important;
}*/

@media screen and (max-width: 767px) {
	
	
	
.m-function_table_scroll{
	overflow-x: scroll;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
}
	
.m-function_table_zone{
	display: inline-block;
	vertical-align: baseline;
	white-space: nowrap;
	padding: 0 0 2.6vw 0;
	border-bottom: 0.532vw solid #43bfb5;
	min-width: 100%;
	
}

.m-function_table_area{
	overflow:  hidden;
	
}

.m-function_table_wrap{
	margin: 0 -0.532vw -0.532vw 0;
}
	
.m-function_table{
	
}

.m-function_table tbody tr th{
	font-size: 4vw;
}

.m-function_table tbody tr td{
	text-align: center;
	font-size: 3.73vw;
}

.m-function_table tbody tr th,
.m-function_table tbody tr td{
	padding: 2.6vw;
	
}

.m-function_table thead tr th,
.m-function_table thead tr td{
	padding: 0 0 2.6vw 0;
	
}

.m-function_table tbody tr th .before,
.m-function_table tbody tr td .before{
	height: 0.266vw;
}


.m-function_table tbody tr th .after,
.m-function_table tbody tr td .after{
	width: 0.266vw;
}

.m-function_table tbody tr:first-child th,
.m-function_table tbody tr:first-child td{
	padding-top: 5.2vw;
	border-top: 0.532vw solid #43bfb5;
}

.m-function_table tbody tr:first-child th .after,
.m-function_table tbody tr:first-child td .after{
	/*height: calc(100% - 2.6vw);*/
	top: 2.6vw !important;
}
	
	
}


/* .m-function-list-zone */


.m-function-list-zone{
	margin: 100px 0 0 0;
}

.m-function-list-area{
	font-size: 1.6rem;
	line-height: 1.56;
}

.m-function-list-area .m-function-list{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -40px -40px 0;
}

.m-function-list-area .m-function-list-block{
	display: flex;
	flex-direction: column;
	padding: 0 40px 40px 0;
	width: 50%;
}

.m-function-list-area .m-function-list-link{
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	color: #333333;
}

.m-function-list-area .m-function-list-block-content{
	position: relative;
	display: flex;
	background-color: #ffffff;
	box-shadow: 0 0 25px rgba(90, 90, 90, 0.2);
}


.m-function-list-area .m-function-list-block-content:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	border: 8px solid #43bfb5;
	transition: opacity 0.4s ease 0s;
	opacity: 0;
}

.m-function-list-area .m-function-list-block-content.non-link:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	border: none;
	transition: opacity 0.4s ease 0s;
	opacity: 0;
}

.m-function-list-area .m-function-list-link:hover .m-function-list-block-content:before{
	opacity: 1;
}


.m-function-list-area .m-function-list-block-img,
.m-function-list-area .m-function-list-block-text{
	width: 50%;
}

.m-function-list-area .m-function-list-block-text{
	position: relative;
	border-left: 5px solid #43bfb5;
	padding: 25px;
}

.m-function-list-area .m-function-list-block-text:after{
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 17px 17px;
	border-color: transparent transparent #96cd02 transparent;
	right: 8px;
	bottom: 8px;
	transition: border-color 0.4s ease 0s;
}

.m-function-list-area .m-function-list-link:hover .m-function-list-block-text:after{
	border-color: transparent transparent #43bfb5 transparent;
}

.m-function-list-area .m-function-list-block-title01{
	font-size: 2.2rem;
	font-weight: 700;
	color: #43bfb5;
	border-bottom: 2px solid #43bfb5;
	padding: 0 0 8px 0;
	margin: 0 0 15px 0;
}

@media screen and (max-width: 767px) {
	/* .m-function-list-zone */
	.m-function-list-zone{
		margin: 13.33vw 0 0 0;
		font-size: 3.733vw;
	}

	.m-function-list-area{
		font-size: 3.733vw;
		line-height: 1.71;
	}

	.m-function-list-area .m-function-list{
		margin: 0 0 -6.66vw 0;
	}

	.m-function-list-area .m-function-list-block{
		padding: 0 0 6.66vw 0;
		width: 100%;
	}

	.m-function-list-area .m-function-list-block-content{
		box-shadow: 0 0 3.333vw rgba(90, 90, 90, 0.2);
	}

	.m-function-list-area .m-function-list-block-content:before{
		border: 1.5vw solid #43bfb5;
	}
	
	.m-btn_list_area .m-btn::before {
		border: 1.5vw solid #43bfb5;
	}

	.m-btn_list_area .m-btn::after {
		content: "";
		border-width: 0 0 3.733vw 3.733vw;
		right: 1.5vw;
		bottom: 1.5vw;
	}
	

	.m-function-list-area .m-function-list-block-img{
		width: 37.3vw;
	}
	.m-function-list-area .m-function-list-block-text{
		width: 62.7vw;
	}

	.m-function-list-area .m-function-list-block-text{
		border-left: 1.06vw solid #43bfb5;
		padding: 2.5vw 5.3vw;
	}

	.m-function-list-area .m-function-list-block-text:after{
		border-width: 0 0 3.733vw 3.733vw;
		right: 1.5vw;
		bottom: 1.5vw;
	}

	.m-function-list-area .m-function-list-block-title01{
		font-size: 4.266vw;
		border-bottom: 0.533vw solid #43bfb5;
		padding: 0 0 1.33vw 0;
		margin: 0 0 1.8vw 0;
	}
}

/* #m-function02 */

#m-function02 .m-main_content_bg{
	display: none;
}

#m-function02{
	display: none;
}

/* #m-function03 */
#m-function03{
	display: none;
	margin-top: 140px;
}

#m-function03 .m-main_content_bg{
	top: 0;
	left: 0;
	height: 100%;
	width: calc(100% + 100px);
}

.m-function-info_block{
	display: flex;
	justify-content: space-between;
	max-width: 1140px;
	margin: 0 auto;
}

.m-function-info_block .m-function-info_block_img{
	width: 426px;
}

.m-function-info_block .m-function-info_block_img img{
	width: 100%;
	height: auto;
}

.m-function-info_block .m-function-info_block_text{
	width: 640px;
	font-weight: 500;
	font-size: 1.6rem;
	line-height: 1.875;
}

.m-function-info_block .m-function-info_block_text > *{
	margin: 0 0 20px 0;
}

.m-function-info_block .m-function-info_block_text > *:last-child{
	margin-bottom: 0;
}

.m-function-info_block_title01{
	position: relative;
	font-size: 2.8rem;
	font-weight: 700;
	padding: 0 0 15px 0;
	color: #43bfb5;
}

.m-function-info_block_title01:before{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 45px;
	height: 2px;
	background-color: #96cd02;
}

@media screen and (max-width: 767px) {
	
#m-function03{
	margin-top: 18.666vw;
}

#m-function03 .m-main_content_bg{
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

.m-function-info_block{
	display: block;
}

.m-function-info_block .m-function-info_block_img{
	width: auto;
	margin: 0 0 5.33vw 0;
}

.m-function-info_block .m-function-info_block_text{
	width: auto;
	font-size: 3.733vw;
	line-height: 1.71;
}

.m-function-info_block_title01{
	font-size: 5vw;
	padding: 0 0 2vw 0;
	margin: 0 0 3.33vw 0;
}

.m-function-info_block_title01:before{
	width: 8vw;
	height: 0.266vw;
}
	
}

/* --------------------------------------------------------------------------
ファッションパネル
-------------------------------------------------------------------------- */

/* .m-function_type_list01 */

.m-function_type_list01{
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.6;
	display: flex;
	flex-wrap: wrap;
	margin: 0 -45px -15px 0;
}

.m-function_type_list01 li{
	padding: 0 45px 15px 0;
}

@media screen and (max-width: 768px) {
	.m-function_type_list01{
		font-size: 4vw;
		display: block;
		margin: 0;
	}
	
	.m-function_type_list01 li{
		margin: 0 0 0.4em 0;
		padding: 0;
	}
	
	.m-function_type_list01 li:last-child{
		margin-bottom: 0;
	}
	
}

/* .m-function_type_list02 */

.m-function_type_list02{
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.6;
}

.m-function_type_list02 li{
	margin: 0 0 0.6em 0;
}

.m-function_type_list02 li:last-child{
	margin-bottom: 0;
}

@media screen and (max-width: 768px) {
	.m-function_type_list02{
		font-size: 4vw;
		display: block;
		margin: 0;
	}
	
	.m-function_type_list02 li{
		margin: 0 0 0.4em 0;
	}
	
	.m-function_type_list02 li:last-child{
		margin-bottom: 0;
	}
	
}

/* .m-list_text01 */

.m-list_text01{
	position: relative;
	display: block;
	padding: 0 0 0 1.3em;
}

.m-list_text01 .m-text01-mark{
	content: "";
	display: block;
	position: absolute;
	top: 0.3em;
	left: 0;
	line-height: 1;
}


/* .m-function_type_block_zone */

.m-function_type_block_zone{
	margin: 50px 0;
}

.m-function_type_block_zone:first-child{
	margin-top: 0;
}

.m-function_type_block_zone:last-child{
	margin-bottom: 0;
}

.m-function_type_block_zone .m-function_type_block_area{
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 -60px 0;
}

.m-function_type_block_zone .m-function_type_block_wrap{
	width: 100%;
	padding: 0 0 60px 0;
}

.m-function_type_block_zone .m-function_type_block_img img{
	width: 100%;
	height: auto;
}

.m-function-type_block_img_text_center {
    text-align: center;
    margin: 15px 0;
    font-size: 15px;
}

.m-function-type_block_img_text_left {
    text-align: left;
    margin: 15px 0;
    font-size: 15px;
}

.m-function_type_block_wrap_memo {
    width: 100%;
    
}

.m-fuction_table_block_right {
    width: 55%;
    margin-left:40px;
}

m-fuction_table_block_right_sub {
    
}

.width100 {
    width: 100%!important;
}

.width40 {
    width: 40%;
}

.width32 {
    width: 32%;
}
.width55 {
    width:55%;
}

.width55 {
    width:50%;
}
    

.text_left {
    text-align: left;
}

.text_right {
    text-align: right;
}

.text_center {
    text-align: center;
}

.kikaku_block {
    margin-left: 40px;
    float: left;
    width: 56%;
}

@media screen and (max-width: 768px) {
	.kikaku_block {
		margin-left: 0px;
		width: 100%;
	}
}

.flo-left {
    float: left;
}

.m-item_block_lead h4 {
    font-size: 20px;
    margin-bottom: 20px;
}
.m-item_block_lead_text {
    font-weight: bold;
    text-align: center;
}


.m-item_block_lead h4 span {
    font-size: 15px;
    margin-left: 20px;
}

.m-main_content_block_alert {
    margin: 0 0 20px 0;
    font-size:15px;
}


@media screen and (min-width: 769px) {

	.m-function_type_block_zone .m-function_type_block_wrap.half{
		display: flex;
		flex-direction: column;
		width: 50%;
	}

	.m-function_type_block_zone .m-function_type_block_wrap.half .m-function_type_block{
		flex-grow: 1;
	}

	.m-function_type_block_zone .m-function_type_block_wrap.half.first .m-function_type_block{
		padding-right: 60px;
		padding-left: 0px;
		border-left: none;
	}

	.m-function_type_block_zone .m-function_type_block_wrap.half.first + .m-function_type_block_wrap .m-function_type_block{
		padding-right: 0;
		padding-left: 60px;
		border-left: 3px solid #43bfb5;
	}
	
}	

.m-function_type_block_zone .m-function_type_block_text{
	font-size: 1.6rem;
	line-height: 1.875;
	margin: 10px 0;
	font-weight: 500;
}

@media screen and (max-width: 768px) {
	.m-function_type_block_zone{
		margin: 4vw 0;
	}

	.m-function_type_block_zone .m-function_type_block_area{
		margin: 0 0 -5.33vw 0;
	}

	.m-function_type_block_zone .m-function_type_block_wrap{
		width: 100%;
		padding: 0 0 5.33vw 0;
	}
	
	.m-function_type_block_zone .m-function_type_block{
		padding: 0 0 5.33vw 0;
		border-bottom: 0.66vw solid #43bfb5;
	}
	
	.m-function_type_block_zone .m-function_type_block_wrap:last-child .m-function_type_block{
		padding: 0 0 0 0;
		border-bottom: none;
	}
	
	.m-function_type_block_zone .m-function_type_block_text{
		font-size: 3.7vw;
		line-height: 1.71;
		margin: 3.3vw 0;
	}
	
}

/* .m-function_series_list_wrap */

.m-function_series_list_wrap{
	margin: 30px 0;
}

.m-function_series_list_wrap:first-child{
	margin-top: 0;
}

.m-function_series_list_wrap:last-child{
	margin-bottom: 0;
}

.m-function_series_list_wrap .m-function_series_list{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -20px -20px 0;
}

.m-function_series_list_wrap .m-function_series_list li{
	padding: 0 20px 20px 0;
	width: 25%;
}

@media screen and (max-width: 768px) {
	.m-function_series_list_wrap{
		margin: 4vw 0;
	}

	.m-function_series_list_wrap .m-function_series_list{
		margin: 0 -4vw -4vw 0;
	}

	.m-function_series_list_wrap .m-function_series_list li{
		padding: 0 4vw 4vw 0;
		width: 50%;
	}
}

/* .m-function_norm_content_wrap */

.m-function_norm_content_wrap{
	font-size: 1.6rem;
	line-height: 1.8;
	font-weight: 500;
	margin: 50px 0;
}

.m-function_norm_content_wrap:first-child{
	margin-top: 0;
}

.m-function_norm_content_wrap:last-child{
	margin-bottom: 0;
}

.m-function_norm_content_wrap .m-function_norm_content{
	display: flex;
}

.m-function_norm_content_wrap .m-function_norm_info{
	width: 32%;
	padding: 0 20px 0 0;
}

.m-function_norm_content_wrap .m-function_norm_info_block{
	margin: 0 0 30px 0;
}

.m-function_norm_content_wrap .m-function_norm_info_block:last-child{
	margin-bottom: 0;
}

.m-function_norm_content_wrap .m-function_norm_info_block_in{
	padding: 0 0 0 20px;
	margin: 10px 0 0 0;
}

.m-function_norm_content_wrap .m-function_norm_table{
	width: 68%;
}

@media screen and (max-width: 768px) {
	
	/* .m-function_norm_content_wrap */

	.m-function_norm_content_wrap{
		font-size: 4vw;
		line-height: 1.6;
		margin: 6.6vw 0;
	}

	.m-function_norm_content_wrap .m-function_norm_content{
		flex-wrap: wrap;
		margin: 0 0 -5.3vw 0;
	}

	.m-function_norm_content_wrap .m-function_norm_info{
		width: 100%;
		padding: 0 0 5.3vw 0;
	}

	.m-function_norm_content_wrap .m-function_norm_info_block{
		margin: 0 0 5.3vw 0;
	}

	.m-function_norm_content_wrap .m-function_norm_info_block_in{
		padding: 0 0 0 2.13vw;
		margin: 2.66vw 0 0 0;
	}

	.m-function_norm_content_wrap .m-function_norm_table{
		width: 100%;
		padding: 0 0 5.3vw 0;
	}
	
}

/* --------------------------------------------------------------------------
構法
-------------------------------------------------------------------------- */

@media screen and (min-width: 768px) {
	#m-constitution_top .m-btn_list{
		margin: 0 -20px -20px 0;
	}

	#m-constitution_top .m-btn_wrap{
		width: 25%;
		padding: 0 20px 20px 0;
}
	
}

@media screen and (max-width: 767px) {
	
	#m-constitution_top .m-btn_list{
		justify-content: flex-start;
	}
	
}

.m-wall_block_area{
	margin: 60px auto;
	max-width: 1240px;
}

.m-wall_block_area .m-wall_block_wrap{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 -30px -30px 0;
}

.m-wall_block_area .m-wall_block{
	width: 50%;
	padding: 0 30px 30px 0;
}

.m-wall_block_area .m-wall_block_img{
	margin: 0 0 10px 0;
}

.m-wall_block_area .m-wall_block_img:last-child{
	margin-bottom: 0;
}

@media screen and (max-width: 767px) {
	
	.m-wall_block_area{
		margin: 8vw auto;
		max-width: 1240px;
	}

	.m-wall_block_area .m-wall_block_wrap{
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		margin: 0 -4vw -4vw 0;
	}

	.m-wall_block_area .m-wall_block{
		width: 100%;
		padding: 0 4vw 4vw 0;
	}

	.m-wall_block_area .m-wall_block_img{
		margin: 0 0 3vw 0;
	}

	.m-wall_block_area .m-wall_block_img:last-child{
		margin-bottom: 0;
	}
	
}

/* --------------------------------------------------------------------------
施工事例
-------------------------------------------------------------------------- */

/* #m-example01 */

#m-example01{
}

#m-example01 .m-main_content_bg{
	top: 64px;
	bottom: -60px;
}

.m-pickup_block_wrap{
	background-color: #ffffff;
	padding: 50px;
	box-shadow: 0 0 20px rgba(90, 90, 90, 0.2);
	border: 10px solid #f9f9f9;
}

.m-pickup_block_wrap .m-pickup_block{
	display: flex;
}

.m-pickup_block_wrap .m-pickup_block_img,
.m-pickup_block_wrap .m-pickup_block_text{
	width: 50%;
}

.m-pickup_block_wrap .m-pickup_block_img{
	position: relative;
}

.m-pickup_block_wrap .swiper-slide img{
	width: 100%;
	display: none;
}

.m-pickup_block_wrap .m-pickup_block_img .m-pickup_block_mark{
	position: absolute;
	top: -110px;
	left: -120px;
	z-index: 10;
	pointer-events: none;
}

.m-pickup_block_wrap .m-pickup_block_text{
	padding: 0 0 0 50px;
}

/* .swiper-container_wrap.type_pickup */

.swiper-container_wrap.type_pickup .m-pickup_thumb_list_wrap{
  margin: 20px 0 0 0;
}

.swiper-container_wrap.type_pickup .m-pickup_thumb_list{
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px -10px 0;
}

.swiper-container_wrap.type_pickup .m-pickup_thumb{
  padding: 0 10px 10px 0;
  width: 25%;
  height: auto !important;
  background: none !important;
  -moz-border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  border-radius: 0px !important;
  -ms-filter: "alpha(opacity=100)" ;
	-khtml-opacity: 1;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	outline: 0;
}

.swiper-container_wrap.type_pickup .m-pickup_thumb_switch{
	position: relative;
}
	
.swiper-container_wrap.type_pickup .swiper-pagination-bullet-active .m-pickup_thumb_switch:before,
.swiper-container_wrap.type_pickup .swiper-pagination-bullet-active .m-pickup_thumb_switch:after{
	content: "";
	position: absolute;
	z-index: 1;
	pointer-events: none;
}

.swiper-container_wrap.type_pickup .swiper-pagination-bullet-active .m-pickup_thumb_switch:before{
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 5px solid #90d4ce;
}

.swiper-container_wrap.type_pickup .swiper-pagination-bullet-active .m-pickup_thumb_switch:after{
	top: -10px;
	left: 50%;
	margin: 0 0 0 -12px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 12px 12px 12px;
	border-color: transparent transparent #90d4ce transparent;
}
	
.swiper-container_wrap.type_pickup .m-pickup_thumb_switch figure{
	background-size: cover;
	background-position: center center;
	padding-bottom: 50.666%;
}

.swiper-container_wrap.type_pickup .m-slide_pickup_image{
	padding-bottom: 56%;
	background-size: cover;
	background-position:  center center;
	background-repeat: no-repeat;
}

/* sp */
@media screen and (max-width: 768px) {
	
/* #m-example01 */

#m-example01{
}

#m-example01 .m-main_content_bg{
	top: 6.666vw;
	right: -4vw;
	bottom: 60vw;
}

.m-pickup_block_wrap{
	background-color: #ffffff;
	padding: 4vw 2.666vw;
	box-shadow: 0 0 2.666vw rgba(90, 90, 90, 0.2);
	border: 1.333vw solid #f9f9f9;
}

.m-pickup_block_wrap .m-pickup_block{
	display: block;
}

.m-pickup_block_wrap .m-pickup_block_img,
.m-pickup_block_wrap .m-pickup_block_text{
	width: auto;
}

.m-pickup_block_wrap .m-pickup_block_img{
	position: relative;
}

.m-pickup_block_wrap .swiper-slide img{
	width: 100%;
}

.m-pickup_block_wrap .m-pickup_block_img .m-pickup_block_mark{
	top: -14.666vw;
	left: -4vw;
}

.m-pickup_block_wrap .m-pickup_block_text{
	padding: 4vw 0 0 0;
}

/* .swiper-container_wrap.type_pickup */

.swiper-container_wrap.type_pickup .m-pickup_thumb_list_wrap{
  margin: 2.666vw 0 0 0;
}

.swiper-container_wrap.type_pickup .m-pickup_thumb_list{
  margin: 0 -2vw -2vw 0;
}

.swiper-container_wrap.type_pickup .m-pickup_thumb{
  padding: 0 2vw 2vw 0;
  width: 25%;
}
	
.swiper-container_wrap.type_pickup .swiper-pagination-bullet-active .m-pickup_thumb_switch:before{
	border: 0.8vw solid #90d4ce;
}

.swiper-container_wrap.type_pickup .swiper-pagination-bullet-active .m-pickup_thumb_switch:after{
	top: -1.3vw;
	margin: 0 0 0 -1.6vw;
	border-width: 0 1.6vw 1.6vw 1.6vw;
}
	
}

/* #m-example02 */

#m-example02{
}

#m-example02 .m-main_content_bg{
	display: none;
}

/* #m-example03 */

#m-example03{
}


#m-example03 .m-main_content_bg{
	display: none;
}

.p-pickup_content{
	display: flex;
	width: 100%;
}

.p-pickup_content .p-pickup_main{
	width: calc(100% - 300px);
	padding: 0 35px 0 0;
}

.p-pickup_content .p-pickup_sub{
	width: 300px;
}

/* .p-pickup_nav_wrap */

.p-pickup_nav_wrap{
	margin: 0 0 20px 0;
	box-shadow: 0 0 30px rgba(90, 90, 90, 0.2);
	background-color: #ffffff;
	font-size: 1.4rem;
	line-height: 1.4;
	font-weight: 500;
}

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

.p-pickup_nav_wrap .p-pickup_nav_link{
	display: block;
	padding: 0 10px;
	color: #333333;
	transition: background-color 0.4s ease 0s;
	background-color: #ffffff;
}

.p-pickup_nav_wrap .p-pickup_nav_link:hover,
.p-pickup_nav_wrap .p-pickup_nav_link.active{
	background-color: #eeeeee;
}

.p-pickup_nav_wrap .p-pickup_nav_link .p-pickup_nav_text{
	position: relative;
	padding: 10px 30px 10px 15px;
	border-bottom: 1px solid #e5e5e5;
}

.p-pickup_nav_wrap .p-pickup_nav_link .p-pickup_nav_text:after{
	content: "";
	position: absolute;
	top: calc(10px + 0.7em - 4px);
	right: 10px;
	display: block;
	width: 8px;
	height: 8px;
	border-top: 2px solid #96cd02;
	border-right: 2px solid #96cd02;
	transform-origin: 50% 50%;
	transform: rotate(45deg);
}

.p-pickup_nav_wrap .p-pickup_nav_head .p-pickup_nav_link .p-pickup_nav_text:after{
	border-top-color: #44bfb5;
	border-right-color: #44bfb5;
}

.p-pickup_nav_wrap .p-pickup_nav_block:last-child .p-pickup_nav_text{
	border-bottom: none;
}

.p-pickup_nav_wrap .p-pickup_nav_head .p-pickup_nav_link{
	background-color: #e3f3f2;
	color: #43bfb5;
	font-weight: 700;
}

.p-pickup_nav_wrap .p-pickup_nav_head .p-pickup_nav_text{
	border-bottom: none;
}

/* .p-pickup_main_title */

.p-pickup_main_title{
	font-size: 2.6rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	position: relative;
	margin: 0 0 40px 0;
	color: #43bfb5;
}

.p-pickup_main_title:after{
	content: "";
	position: absolute;
	bottom: 2px;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #43bfb5;
}

.p-pickup_main_title span{
	position: relative;
	z-index: 2;
	display: inline-block;
	vertical-align: bottom;
	border-bottom: 6px solid #96cd02;
	line-height: 1.4;
	padding: 0 0 10px 0;
}

/* .m-pickup_list_wrap */

.m-pickup_list_wrap{
	
}

.m-pickup_list_wrap .m-pickup_list{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -40px -70px 0;
}

.m-pickup_list_wrap .m-pickup_list_block{
	display: flex;
	flex-direction: column;
	width: 50%;
	padding: 0 40px 70px 0;
}

.m-pickup_list_wrap .m-pickup_list_link,
.m-pickup_list_wrap .m-pickup_list_block_in,
.m-pickup_list_wrap .m-pickup_list_block_content,
.m-pickup_list_wrap .m-pickup_list_block_content_in{
	flex-grow: 1;
	display: flex;
	flex-direction: column;
}

.m-pickup_list_wrap .m-pickup_list_link{
	color: #333333;
}

.m-pickup_list_wrap .m-pickup_list_block_in{
	box-shadow: 20px 20px 0px 0px #e7f7f6;
}

.m-pickup_list_wrap .m-pickup_list_link:hover{
	
}

.m-pickup_list_wrap .m-pickup_list_block_content{
	transition: transform 0.5s linear 0s, opacity 0.5s linear 0s;
	transform: translate(0px,0px);
	background-color: #ffffff;
}

.m-pickup_list_wrap .m-pickup_list_block_content_in{
	transition: transform 0.5s linear 0s, opacity 0.5s linear 0s;
	opacity: 1;
}

.m-pickup_list_wrap .m-pickup_list_block_img{
	overflow:  hidden;
}

.m-pickup_list_wrap .m-pickup_list_block_img img {
	display: none;
}

.m-pickup_list_wrap .m-pickup_list_block_img figure{
	padding-bottom: 56%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-color: #eeeeee;
}

.m-pickup_list_wrap .m-pickup_list_block_img img{
	width: 100%;
	transition: transform 0.5s linear 0s;
	transform: scale(1,1);
	transform-origin: 50% 50%;
}

.m-pickup_list_wrap .m-pickup_list_link:hover .m-pickup_list_block_content{
	transform: translate(20px,20px);
}

.m-pickup_list_wrap .m-pickup_list_link:hover .m-pickup_list_block_content_in{
	opacity: 0.7;
}

.m-pickup_list_wrap .m-pickup_list_link:hover .m-pickup_list_block_img img,
.m-pickup_list_wrap .m-pickup_list_link:hover .m-pickup_list_block_img figure{
	transform: scale(1.05,1.05);
}

.m-pickup_list_wrap .m-pickup_list_block_text{
	padding: 25px 15px 30px 15px;
	background-color: #ffffff;
	border-bottom: 3px solid #43bfb5;
}

@media screen and (max-width: 767px) {
	#m-example03{
	}

	.p-pickup_content{
		display: block;
		width: auto;
	}

	.p-pickup_content .p-pickup_main{
		width: auto;
		padding: 0 0 6.66vw 0;
	}

	.p-pickup_content .p-pickup_sub{
		width: auto;
	}

	/* .p-pickup_nav_wrap */

	.p-pickup_nav_wrap{
		margin: 0 0 4vw 0;
		box-shadow: 0 0 4vw rgba(90, 90, 90, 0.2);
		font-size: 3.733vw;
	}

	.p-pickup_nav_wrap .p-pickup_nav_link{
		padding: 0 2.666vw;
	}

	.p-pickup_nav_wrap .p-pickup_nav_link .p-pickup_nav_text{
		position: relative;
		padding: 3.33vw 8vw 3.33vw 4vw;
		border-bottom: 0.133vw solid #e5e5e5;
	}

	.p-pickup_nav_wrap .p-pickup_nav_link .p-pickup_nav_text:after{
		content: "";
		position: absolute;
		top: calc(2.66vw + 0.7em - 1.33vw);
		right: 2.66vw;
		width: 2.66vw;
		height: 2.66vw;
		border-top: 0.533vw solid #96cd02;
		border-right:  0.533vw solid #96cd02;
	}

	/* .p-pickup_main_title */

	.p-pickup_main_title{
		font-size: 2.6rem;
		font-weight: 700;
		letter-spacing: 0.16em;
		position: relative;
		margin: 0 0 40px 0;
		color: #43bfb5;
	}

	.p-pickup_main_title:after{
		content: "";
		position: absolute;
		bottom: 2px;
		left: 0;
		width: 100%;
		height: 2px;
		background-color: #43bfb5;
	}

	.p-pickup_main_title span{
		position: relative;
		z-index: 2;
		display: inline-block;
		vertical-align: bottom;
		border-bottom: 6px solid #96cd02;
		line-height: 1.4;
		padding: 0 0 10px 0;
	}

	/* .m-pickup_list_wrap */

	.m-pickup_list_wrap{

	}

	.m-pickup_list_wrap .m-pickup_list{
		margin: 0 0px -10.66vw 0;
	}

	.m-pickup_list_wrap .m-pickup_list_block{
		width: 100%;
		padding: 0 0px 10.66vw 0;
	}

	.m-pickup_list_wrap .m-pickup_list_block_in{
		box-shadow: 4vw 4vw 0px 0px #e7f7f6;
	}
	
	.m-pickup_list_wrap .m-pickup_list_link:hover .m-pickup_list_block_content{
		transform: translate(4vw,4vw);
	}
	
	.m-pickup_list_wrap .m-pickup_list_block_text{
		padding: 6vw 4vw 8vw 4vw;
		border-bottom: 0.8vw solid #43bfb5;
	}
}

/* .m-pickup_data */

.m-pickup_data{
	font-size: 15px;
	font-weight: 500;
	line-height: 1.7;
}

.m-pickup_data .m-pickup_data_head{
	margin: 0 0 20px 0;
}

.m-pickup_data .m-pickup_data_time{
	display: inline-block;
	vertical-align: bottom;
	padding: 6px 25px;
	font-size: 1.5rem;
	line-height: 1;
	border-radius: 9999px;
	color: #96cd02;
	background-color: #eef8d3;
	border: 2px solid #eef8d3;
}

#m-example01 .m-pickup_data .m-pickup_data_time{
	background-color: #fff;
	border-color: #96cd02;
}

.m-pickup_data .m-pickup_data_info_wrap{
	letter-spacing: 0.1em;
}

.m-pickup_data .m-pickup_data_info{
	padding: 16px 0;
	border-bottom: 1px dashed #43bfb5;
}

.m-pickup_data .m-pickup_data_info:first-child{
	padding-top: 0;
}

.m-pickup_data .m-pickup_data_info:last-child{
	padding-bottom: 0;
	border-bottom: none;
}

.m-pickup_data .m-pickup_data_info_title01{
	font-size: 1.8rem;
	color: #43bfb5;
}

.m-pickup_data .m-pickup_data_info_title02{
	font-size: 2.0rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 1.2;
	background-color: #e3f3f2;
	border-left: 2px solid #43bfb5;
	color: #43bfb5;
	padding: 10px 15px;
	margin: 0 0 15px 0;
}

.m-pickup_data .m-inline_arrow{
	display: inline-flex;
	height: 0;
	vertical-align: middle;
	align-items: center;
	line-height: 0;
	margin: 0 0 0 3px;
}

/* sp */
@media screen and (max-width: 768px) {
	
	.m-pickup_data{
		font-size: 3.733vw;
	}

	.m-pickup_data .m-pickup_data_head{
		margin: 0 0 4vw 0;
	}

	.m-pickup_data .m-pickup_data_time{
		padding: 0.8vw 3.333vw;
		font-size: 3.2vw;
		border: 0.266vw solid #eef8d3;
	}
	
	.m-pickup_data .m-pickup_data_info{
		padding: 3.5vw 0;
		border-bottom: 0.266vw dashed #43bfb5;
	}

	.m-pickup_data .m-pickup_data_info_title01{
		font-size: 4vw;
	}

	.m-pickup_data .m-pickup_data_info_title02{
		font-size: 4.266vw;
		border-left: 0.533vw solid #43bfb5;
		padding: 1.333vw 2vw;
		margin: 0 0 2vw 0;
	}

	.m-pickup_data .m-inline_arrow{
		margin: 0 0 0 0.8vw;
	}
}

/* ------------------------------------------------------------------------
BEST PUSH
------------------------------------------------------------------------ */


.m-best_mv{
	position: relative;
	margin: 0 0 70px 0;
}

.m-best_mv img{
	width: 100%;
	height: auto;
}

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

/* sp */
@media screen and (max-width: 768px) {
	.m-best_mv{
		margin: 0 0 11vw 0;
	}
}

/* .m-best_mv_title02_wrap */

.m-best_mv_title02_wrap{
	position: absolute;
	bottom: -14px;
	left: 0;
	width: 100%;
	display: flex;
	justify-content: center;
	font-size: 28px;
	line-height: 1.4;
	font-weight: 700;
	letter-spacing: 0.02em;
	color: #ffffff;
}


.m-best_mv_title02{
	position: relative;
	display: inline-block;
	text-align: center;
	padding: 0 24px;
}

.m-best_mv_title02_in{
	position: relative;
	z-index: 2;
	background-color: #5abddd;
	color: #ffffff;
	padding: 10px 40px;
	min-width: 540px;
}

.m-best_mv_title02_obj{
	position: absolute;
	overflow:  hidden;
}

.m-best_mv_title02_obj.type01,
.m-best_mv_title02_obj.type02{
	bottom: -28px;
	width: 52px;
	height: 62px;
}

.m-best_mv_title02_obj.type01{
	left: 0;
}

.m-best_mv_title02_obj.type02{
	right: 0;
}

.m-best_mv_title02_obj.type01:before,
.m-best_mv_title02_obj.type01:after,
.m-best_mv_title02_obj.type02:before,
.m-best_mv_title02_obj.type02:after{
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
}

.m-best_mv_title02_obj.type01:before{
	top: 0;
	left: 0;
	border-width: 0 52px 112px 0;
	border-color: transparent #309dc1 transparent transparent;
}

.m-best_mv_title02_obj.type01:after{
	bottom: 0;
	left: 0;
	border-width: 0 0 112px 52px;
	border-color: transparent transparent #309dc1 transparent;
}

.m-best_mv_title02_obj.type02:before{
	top: 0;
	left: 0;
	border-width: 112px 52px 0 0;
	border-color: #309dc1 transparent transparent transparent;
}

.m-best_mv_title02_obj.type02:after{
	bottom: 0;
	left: 0;
	border-width: 112px 0 0 52px;
	border-color: transparent transparent transparent #309dc1;
}

.m-best_mv_title02_obj.type03,
.m-best_mv_title02_obj.type04{
	bottom: -28px;
	width: 28px;
	height: 28px;
}

.m-best_mv_title02_obj.type03{
	left: 0;
}


.m-best_mv_title02_obj.type04{
	right: 0;
}

.m-best_mv_title02_obj.type03:before,
.m-best_mv_title02_obj.type04:before{
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	height: 0;
	border-style: solid;
}

.m-best_mv_title02_obj.type03:before{
	border-width: 0 28px 28px 0;
	border-color: transparent #007bc1 transparent transparent;
}

.m-best_mv_title02_obj.type04:before{
	border-width: 28px 28px 0 0;
	border-color: #007bc1 transparent transparent transparent;
}

/* sp */
@media screen and (max-width: 768px) {
	
.m-best_mv_title02_wrap{
	position: absolute;
	bottom: -4.4vw;
	font-size: 3.733vw;
}


.m-best_mv_title02{
	padding: 0 3.2vw;
}

.m-best_mv_title02_in{
	padding: 1.333vw 5.333vw;
	min-width: 72vw;
}

.m-best_mv_title02_obj.type01,
.m-best_mv_title02_obj.type02{
	bottom: -3.733vw;
	width: 6.9333vw;
	height: 8.266vw;
}

.m-best_mv_title02_obj.type01:before{
	border-width: 0 6.933vw 14.933vw 0;
}

.m-best_mv_title02_obj.type01:after{
	border-width: 0 0 14.933vw 6.933vw;
}

.m-best_mv_title02_obj.type02:before{
	border-width: 14.933vw 6.933vw 0 0;
}

.m-best_mv_title02_obj.type02:after{
	border-width: 14.933vw 0 0 6.933vw;
}

.m-best_mv_title02_obj.type03,
.m-best_mv_title02_obj.type04{
	bottom: -3.733vw;
	width: 3.733vw;
	height: 3.733vw;
}
.m-best_mv_title02_obj.type03:before{
	border-width: 0 3.733vw 3.733vw 0;
}

.m-best_mv_title02_obj.type04:before{
	border-width: 3.733vw 3.733vw 0 0;
}
	
}


/* .l-main.best_push .m-main_content_area */

.l-main.best_push .m-main_content_area{
	background-image: url("../../images/best-push/bg_best_pc.png");
	background-position: center -340px;
	background-repeat: no-repeat;
	background-size: 1580px auto;
	margin: 25px 0 0 0;
	padding-bottom: 0;
}

@media screen and (min-width: 1581px) {
	.l-main.best_push .m-main_content_area{
		background-size: 100% auto;
	}
}

/* sp */
@media screen and (max-width: 768px) {
	.l-main.best_push .m-main_content_area{
		margin: 4.66vw 0 0 0;
		background-image: url("../../images/best-push/bg_best_sp.png");
		background-size: 100% auto;
		background-position: left -10.666vw;
	}
}

.l-main.best_push .l-breadcrumbs li a,
.l-main.best_push .l-breadcrumbs li::before{
	color: #37b4ef;
}

.l-main.best_push .l-breadcrumbs li:last-child a{
	color: #ababab;
}

.l-main.best_push .m-bnr{
	overflow:  hidden;
	background-image: url("../../images/best-push/bg_best_banner.jpg");
	padding-bottom: 80px;
}

/* sp */
@media screen and (max-width: 768px) {
	.l-main.best_push .m-bnr{
		padding-bottom: 13.33vw;
	}
}

/* .m-best_contact_title */

.m-best_contact_block_wrap{
	
}

.m-best_contact_block{
	
}

.m-best_contact_title{
	overflow:  hidden;
	margin: 0 0 40px 0;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.4;
	color: #2babe7;
}

.m-best_contact_title .text01{
	position: relative;
	padding: 0 25px 0 0;
}

.m-best_contact_title .text01:before,
.m-best_contact_title .text01:after{
	content: "";
	position: absolute;
	top: 0.7em;
	right: -100vw;
	width: 100vw;
	height: 1px;
	background-color: #2babe7;
}

.m-best_contact_title .text01:before{
	display: none;
}

.m-best_contact_list_wrap{
	font-size: 2.0rem;
	font-weight: bold;
	line-height: 1;
}

.m-best_contact_list{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -50px -20px 0;
}

.m-best_contact_list .m-best_contact_list_block{
	padding: 0 50px 20px 0;
	white-space: nowrap;
}

.m-best_contact_list .m-best_contact_list_block > *{
	display: inline;
}

.m-best_contact_list .m-best_contact_list_block:before{
	content: "●";
	color: #2babe7;
}

.m-best_contact_list .m-best_contact_list_block .m-best_contact_name{
	margin: 0 0.5em 0 0;
}

.m-best_contact_list .m-best_contact_list_block .m-best_contact_tel{
	color: #2babe7;
}

/* sp */
@media screen and (max-width: 768px) {
	
	.m-best_contact_block_wrap{
		margin-top: 8.66vw;
	}

	.m-best_contact_block{

	}
	
	.m-best_contact_title{
		margin: 0 0 9vw 0;
		font-size: 4.8vw;
		text-align: center;
	}

	.m-best_contact_title .text01{
		padding: 0 4vw;
	}
	
	.m-best_contact_title .text01:before,
	.m-best_contact_title .text01:after{
		right: auto;
		width: 100vw;
		height: 0.266vw;
		display: block;
	}
	
	.m-best_contact_title .text01:before{
		left: -100vw;
	}
	
	.m-best_contact_title .text01:after{
		right: -100vw;
	}

	.m-best_contact_list_wrap{
		font-size: 4.266vw;
	}

	.m-best_contact_list{
		margin: 0 0px -4.533vw 0;
	}

	.m-best_contact_list .m-best_contact_list_block{
		padding: 0 0 4.533vw 0;
		white-space: normal;
	}
	
}

/* .m-best_content_box */

.m-best_content_box{
	position: relative;
	background-color: rgba(255,255,255,0.95);
	padding: 70px 50px;
	box-shadow: 2px 2px 5px 0 rgba(0,0,0,0.2);
}

.m-best_content_box:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 60px 60px 0 0;
	border-color: #dcc559 transparent transparent transparent;
}

/* sp */
@media screen and (max-width: 768px) {
	.m-best_content_box{
		padding: 8vw 4vw;
		box-shadow: 0.266vw 0.266vw 0.66vw 0 rgba(0,0,0,0.2);
	}
	
	.m-best_content_box:before{
		border-width: 13.333vw 13.333vw 0 0;
		
	}
	
}

/* .m-best_content_box_block */

.m-best_content_box_block{
	margin: 0 0 70px 0;
}

.m-best_content_box_block:last-child{
	margin-bottom: 0;
}

@media screen and (max-width: 767px) {
	.m-best_content_box_block{
		margin: 0 0 12vw 0;
	}
}

.m-best_content_box_block_in{
	margin: 0 0 50px 0;
}

.m-best_content_box_block_in:last-child{
	margin-bottom: 0;
}

@media screen and (max-width: 767px) {
	.m-best_content_box_block_in{
		margin: 0 0 9.33vw 0;
	}
}

/* .m-best_title01 */

.m-best_title01{
	font-size: 32px;
	font-weight: 500;
	letter-spacing: 0.08em;
	text-align: center;
	margin: 0 0 50px 0;
	line-height: 1.3;
}

.m-best_title01 .text01{
	position: relative;
	display: inline-block;
	padding: 0 0 30px 0;
}

.m-best_title01 .text01:before{
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	bottom: 0;
	height: 5px;
	width: 278px;
	margin: 0 0 0 -139px;
	background: linear-gradient(45deg, #41d0c4 0%,#41d0c4 50%,#05a7f4 51%,#05a7f4 100%);
}

/* sp */
@media screen and (max-width: 768px) {
	
.m-best_title01{
	font-size: 5.6vw;
	margin: 0 0 6.66vw 0;
}

.m-best_title01 .text01{
	padding: 0 0 5.333vw 0;
}

.m-best_title01 .text01:before{
	height: 1.33vw;
	width: 37vw;
	margin: 0 0 0 -18.5vw;
}
	
}

.m-best_title02{
	font-size: 2.2rem;
	line-height: 1.8;
	font-weight: 500;
	letter-spacing: 0.08em;
	margin: 0 0 20px 0;
	text-align: center;
}

@media screen and (max-width: 767px) {
	.m-best_title02{
		font-size: 3.733vw;
		margin: 0 0 5.33vw 0;
	}
}

/* .m-best-lead_box_wrap */

.m-best-lead_box_wrap{
	position: relative;
	padding: 0 0 30px 0;
	border-bottom: 1px solid #cccccc;
	font-size: 1.6rem;
	line-height: 2;
}

.m-best-lead_box_wrap .m-best-lead_box{
	margin: 0 0 30px 0;
}

.m-best-lead_box_wrap .m-best-lead_box:last-child{
	margin-bottom: 0;
}

.m-best-lead_box_wrap .m-best-lead_box_title01{
	text-align: center;
	font-size: 26px;
	line-height: 1.25;
	font-weight: 500;
	letter-spacing: 0.08em;
	color: #05a7f4;
	overflow:  hidden;
	margin: 0 0 10px 0;
}

.m-best-lead_box_wrap .m-best-lead_box_title01 .text01{
	position: relative;
	display: inline-block;
	padding: 0 50px;
}

.m-best-lead_box_wrap .m-best-lead_box_title01 .text01:before,
.m-best-lead_box_wrap .m-best-lead_box_title01 .text01:after{
	content: "";
	position: absolute;
	top: 50%;
	width: 100vw;
	height: 1px;
	background-color: #cccccc;
}

.m-best-lead_box_wrap .m-best-lead_box_title01 .text01:before{
	left: -100vw;
}

.m-best-lead_box_wrap .m-best-lead_box_title01 .text01:after{
	right: -100vw;
}

/* sp */
@media screen and (max-width: 768px) {
	
.m-best-lead_box_wrap{
	padding: 0 0 8vw 0;
	border-bottom: 0.266vw solid #cccccc;
	font-size: 4.266vw;
	margin: 0 0 9.333vw 0;
	line-height: 1.56;
}

.m-best-lead_box_wrap .m-best-lead_box{
	margin: 0 0 4vw 0;
}

.m-best-lead_box_wrap .m-best-lead_box_title01{
	font-size: 4.8vw;
	margin: 0 0 7.33vw 0;
}

.m-best-lead_box_wrap .m-best-lead_box_title01 .text01{
	padding: 0;
}

.m-best-lead_box_wrap .m-best-lead_box_title01 .text01:before,
.m-best-lead_box_wrap .m-best-lead_box_title01 .text01:after{
	display: none;
}
	
}


/* .m-best_img_list_wrap */

.m-best_img_list_wrap{
	
}

.m-best_img_list_wrap .m-best_img_list{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 -40px -40px 0;
}

.m-best_img_list_wrap .m-best_img_list_block{
	padding: 0 40px 40px 0;
	width: 50%;
}

@media screen and (max-width: 767px) {
	
	.m-best_img_list_wrap .m-best_img_list{
		margin: 0 -4.8vw -4.8vw 0;
	}

	.m-best_img_list_wrap .m-best_img_list_block{
		padding: 0 4.8vw 4.8vw 0;
		width: 100%;
	}
	
}

/* .m-best_img_wrap */

.m-best_img_wrap{
	position: relative;
}

.m-best_img_wrap .m-best_img{
	position: relative;
}


.m-best_img_wrap .m-best_img_figure img{
	width: 100%;
	height: auto;
}

.m-best_img_wrap .m-best_img:before,
.m-best_img_wrap .m-best_img:after{
	content: "";
	display: block;
	z-index: 2;
	position: absolute;
	width: 223px;
	height: 97px;
}

.m-best_img_wrap .m-best_img:before{
	border-top: 7px solid #dcc559;
	border-left: 7px solid #dcc559;
	top: 30px;
	left: 30px;
}

.m-best_img_wrap .m-best_img:after{
	border-bottom: 7px solid #dcc559;
	border-right: 7px solid #dcc559;
	bottom: 30px;
	right: 30px;
}

.m-best_img_wrap .m-best_img_point{
	position: absolute;
	width: 205px;
	height: 205px;
	background-color: #ffffff;
	padding: 30px;
	bottom: 50px;
	right: 50px;
	box-shadow: 0px 3px 7px 0px rgba(0,0,0,0.15);
	text-align: center;
}

.m-best_img_wrap .m-best_img_point_in{
	display: inline-block;
	vertical-align: bottom;
}

.m-best_img_wrap .m-best_img_point_figure{
	line-height: 0;
	margin: 0 0 10px 0;
}

.m-best_img_wrap .m-best_img_point_text{
	font-size: 1.4rem;
	line-height: 1;
	font-weight: 500;
	white-space: nowrap;
}

.m-best_img_wrap .m-best_img_text{
	font-size: 1.8rem;
	letter-spacing: 0.1em;
	line-height: 1.666;
	margin: 15px 0 0 0;
}

.m-best_img_wrap .m-best_img_title01{
	display: flex;
	align-items: flex-end;
	margin: 0 0 20px 0;
}

.m-best_img_wrap .m-best_img_title01 .number{
	margin: 0 4px 0 0;
}

.m-best_img_wrap .m-best_img_title01 .text{
	font-size: 23px;
	font-weight: 500;
	letter-spacing: 0.05em;
}


/* sp */
@media screen and (max-width: 768px) {
	.m-best_img_wrap .m-best_img:before,
	.m-best_img_wrap .m-best_img:after{
		width: 29.733vw;
		height: 12.933vw;
	}
	
	.m-best_img_wrap .m-best_img:before{
		border-top: 0.933vw solid #dcc559;
		border-left: 0.933vw solid #dcc559;
		top: 4.666vw;
		left: 4.666vw;
	}

	.m-best_img_wrap .m-best_img:after{
		border-bottom: 0.933vw solid #dcc559;
		border-right: 0.933vw solid #dcc559;
		bottom: 4.666vw;
		right: 4.666vw;
	}
	
	.m-best_img_wrap .m-best_img_point{
		width: 27.333vw;
		height: 27.333vw;
		padding: 4vw;
		bottom: 6.66vw;
		right: 6.66vw;
		box-shadow: 0px 0.4vw 0.933vw 0px rgba(0,0,0,0.15);
	}

	.m-best_img_wrap .m-best_img_point_figure{
		line-height: 0;
		margin: 0 0 1.333vw 0;
	}

	.m-best_img_wrap .m-best_img_point_text{
		font-size: 1.88vw;
	}

	.m-best_img_wrap .m-best_img_text{
		font-size: 3.733vw;
		margin: 3.33vw 0 0 0;
	}

	.m-best_img_wrap .m-best_img_title01{
		margin: 0 0 5vw 0;
	}

	.m-best_img_wrap .m-best_img_title01 .number{
		margin: 0 1vw 0 0;
	}

	.m-best_img_wrap .m-best_img_title01 .text{
		font-size: 4.533vw;
	}
	
}

/* #m-best_bottom */

#m-best_bottom{
	padding-top: 70px;
	padding-bottom: 70px;
	background-color: rgba(236,248,254,0.7);
}

/* sp */
@media screen and (max-width: 768px) {
	#m-best_bottom{
		padding-top: 13.33vw;
		padding-bottom: 13.33vw;
	}
}

/* .m-best_bottom_btn_list_wrap */

.m-best_bottom_btn_list_wrap{
}

.m-best_bottom_btn_list{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -80px -80px 0;
}

.m-best_bottom_btn_list_block{
	padding: 0 80px 80px 0;
	width: 50%;
}

/* sp */
@media screen and (max-width: 768px) {
	.m-best_bottom_btn_list{
		margin: 0 0 -5.33vw 0;
	}

	.m-best_bottom_btn_list_block{
		padding: 0 0 5.33vw 0;
		width: 100%;
	}
}

/* .m-best_btn_wrap */

.m-best_btn_wrap{
	position: relative;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0.08em;
	line-height: 1.33;
}

.m-best_btn{
	position: relative;
	display: block;
	padding: 0 10px 10px 0;
}

.m-best_btn:after{
	content: "";
	position: absolute;
	top: 10px;
	left: 10px;
	right: 0;
	bottom: 0;
	background: linear-gradient(45deg, #05a7f4 0%,#41d0c4 100%);
}

.m-best_btn_block{
	position: relative;
	z-index: 2;
	background-color: #ffffff;
	transition: transform 0.4s linear 0s;
}

.m-best_btn_block_in{
	background-color: #333333;
	color: #ffffff;
	text-align: center;
	padding: 15px;
	transition: opacity 0.4s linear 0s;
}

.m-best_btn_block:after{
	content: "";
	position: absolute;
	top: 50%;
	right: 15px;
	width: 12px;
	height: 12px;
	margin-top: -6px;
	border-top: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
	transform-origin: 50% 50%;
	transform: rotate(45deg);
}

.m-best_btn:hover .m-best_btn_block{
	transform: translate(10px,10px);
}


.m-best_btn:hover .m-best_btn_block_in{
	opacity: 0.6;
}

/* sp */
@media screen and (max-width: 768px) {
	
.m-best_btn_wrap{
	font-size: 4vw;
}

.m-best_btn{
	padding: 0 1.33vw 1.33vw 0;
}

.m-best_btn:after{
	top: 1.33vw;
	left: 1.33vw;
}

.m-best_btn_block_in{
	padding: 2vw;
}

.m-best_btn_block:after{
	right: 3.333vw;
	width: 3.333vw;
	height: 3.333vw;
	margin-top: -1.6665vw;
	border-top: 0.533vw solid #ffffff;
	border-right: 0.533vw solid #ffffff;
}

.m-best_btn:hover .m-best_btn_block{
	transform: translate(1.33vw,1.33vw);
}


.m-best_btn:hover .m-best_btn_block_in{
	opacity: 0.6;
}
	
}

/* ---------------------------------------------------------------------
.m-contact_form
--------------------------------------------------------------------- */

.m-contact_form{
	
}


.m-contact_step_list_wrap{
	max-width: 1080px;
	margin: 0 auto 60px auto;
	font-size: 2.0rem;
	font-weight: 700;
	letter-spacing: 0.025em;
	line-height: 1.4;
}

.m-contact_step_list_wrap .m-contact_step_list{
	display: flex;
	margin: 0 -60px 0px 0;
}

.m-contact_step_list_wrap .m-contact_step_list_block{
	display: flex;
	flex-direction: column;
	position: relative;
	padding: 0 60px 0px 0;
	width: 380px;
}

.m-contact_step_list_wrap .m-contact_step_list_block:before{
	content: "";
	position: absolute;
	top: 50%;
	right: 24px;
	width: 20px;
	height: 20px;
	border-top: 3px solid #43bfb5;
	border-right: 3px solid #43bfb5;
	transform-origin: 50% 50%;
	transform: rotate(45deg);
	margin: -10px 0 0 -10px;
}

.m-contact_step_list_wrap .m-contact_step_list_block:last-child:before{
	display: none;
}

.m-contact_step_list_wrap .m-contact_step_block{
	flex-grow: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 8px solid #ffffff;
	background-color: #ffffff;
	padding: 8px 12px;
	box-shadow: 0px 0px 25px 0 rgba(90,90,90,0.2);
}

.m-contact_step_list_wrap .active .m-contact_step_block{
	border: 8px solid #43bfb5;
}

.m-contact_block_wrap{
	position: relative;
}

.m-contact_block_wrap .m-contact_block_head{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	white-space: nowrap;
}

.m-contact_block_wrap .m-contact_block_head_in{
	position: absolute;
	right: 0;
	height: 100%;
	display: flex;
	align-items: center;
	padding: 0 1em 0 0;
}

/* sp */
@media screen and (max-width: 768px) {
	
.m-contact_form{
	
}


.m-contact_step_list_wrap{
	margin: 0 auto 6.666vw auto;
	font-size: 4vw;
	letter-spacing: 0.075em;
	line-height: 1.33;
	/*white-space: nowrap;*/
}

.m-contact_step_list_wrap .m-contact_step_list{
	margin: 0 -6vw 0px 0;
}

.m-contact_step_list_wrap .m-contact_step_list_block{
	padding: 0 6vw 0px 0;
	width: 33.3333%;
}

.m-contact_step_list_wrap .m-contact_step_list_block:before{
	right: 2.1vw;
	width: 3.466vw;
	height: 3.466vw;
	border-top: 0.533vw solid #43bfb5;
	border-right: 0.533vw solid #43bfb5;
	margin: -1.733vw 0 0 0;
}

.m-contact_step_list_wrap .m-contact_step_list_block:last-child:before{
	display: none;
}

.m-contact_step_list_wrap .m-contact_step_block{
	border: 1.066vw solid #ffffff;
	padding: 2.66vw 2.66vw;
	box-shadow: 0px 0px 3.33vw 0 rgba(90,90,90,0.2);
	text-align: center;
}

.m-contact_step_list_wrap .active .m-contact_step_block{
	border: 1.066vw  solid #43bfb5;
}
	
.m-contact_block_wrap{
	position: relative;
	display: flex;
	align-items: center;
}

.m-contact_block_wrap .m-contact_block_head{
	position: static;
}

.m-contact_block_wrap .m-contact_block_head_in{
	position: static;
	padding: 0 1em 0 0;
}

.m-contact_block_wrap .m-contact_block{
	flex-grow: 1;
}
	
}

/* .m-contact_content */

.m-contact_content{
	background-color: #ffffff;
	padding: 70px 50px;
	box-shadow: 0px 0px 30px 0 rgba(90,90,90,0.15);
}

.m-contact_content :focus::-webkit-input-placeholder {
	opacity:1;
	color:transparent;
}
.m-contact_content :focus:-moz-placeholder {
	opacity:1;
	color:transparent;
}
.m-contact_content :focus::-moz-placeholder {
	opacity:1;
	color:transparent;
}
.m-contact_content :focus:-ms-placeholder {
	opacity:1;
	color:transparent;
}

/* sp */
@media screen and (max-width: 768px) {
	.m-contact_content{
		padding: 8vw 4vw;
		box-shadow: 0px 0px 4vw 0 rgba(90,90,90,0.15);
	}
}

/* .m-contact_table */

.m-contact_table{
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #a9a9a9;
	font-size: 1.6rem;
	line-height: 1.6;
}

.m-contact_table tr{
	border-bottom: 1px solid #a9a9a9;
}

.m-contact_table tr th{
	position: relative;
	vertical-align: middle;
	white-space: nowrap;
	padding: 20px 70px 20px 30px;
	width: 430px;
	text-align: left;
}

.m-contact_table tr th:after{
	content: "";
	position: absolute;
	width: 1px;
	bottom: 15px;
	top: 15px;
	right: 0;
	background-color: #cccccc;
}

.m-contact_table tr td{
	padding: 20px 20px 20px 80px;
	width: calc(100% - 430px);
	vertical-align: middle;
}


.m-contact_head{
	position: relative;
	height: 60px;
	display: flex;
	align-items: center;
}

.m-contact_head .m-contact_head_title{
	position: relative;
	width: 100%;
}

.m-contact_head .m-contact_head_title:after{
	content: "必須";
	position: absolute;
	top: 0.8em;
	right: 0;
	display: block;
	width: 55px;
	height: 26px;
	margin: -13px 0 0 0;
	color: #ffffff;
	background-color: #999999;
	font-size: 1.4rem;
	letter-spacing: 0.1em;
	line-height: 1;
	padding: 6px;
	text-align: center;
}

.m-contact_table .check .m-contact_head .m-contact_head_title:after{
	content: "必須";
	background-color: #ef5350;
}


.m-contact_table input[type="text"],
.m-contact_table textarea{
	width: 100%;
	border: 1px solid #a9a9a9;
	border-radius: 6px;
	padding: 22px 30px;
	font-size: 1.6rem;
}

.m-contact_table input[type="text"]{
	height: 60px;
	line-height: 1;
}

.m-contact_table textarea{
	height: 165px;
}


/* sp */
@media screen and (max-width: 768px) {
	
.m-contact_table{
	border-top: 0.266vw solid #a9a9a9;
	font-size: 4vw;
}
	
.m-contact_table,
.m-contact_table tbody,
.m-contact_table tr,
.m-contact_table th,
.m-contact_table td{
	display: block;
	width: auto;
}

.m-contact_table tr{
	border-bottom: 0.266vw solid #a9a9a9;
	padding: 4.66vw 0;
}

.m-contact_table tr th{
	padding: 0;
	width: auto;
	margin: 0 0 4vw 0;
}

.m-contact_table tr th:after{
	display: none;
}

.m-contact_table tr td{
	padding: 0px;
	width: auto;
}


.m-contact_head{
	position: relative;
	height: auto;
	display: block;
	align-items: center;
}

.m-contact_head .m-contact_head_title{
	display: inline-block;
	width: auto;
	padding: 0 15.3333vw 0 0;
}

.m-contact_head .m-contact_head_title:after{
	width: 12vw;
	height: 5.333vw;
	margin: -2vw 0 0 0;
	font-size: 3.466vw;
	padding: 0.8vw;
}

.m-contact_table input[type="text"],
.m-contact_table textarea{
	border: 0.266vw solid #a9a9a9;
	border-radius: 1vw;
	padding: 2.933vw 4vw;
	font-size: 3.733vw;
}

.m-contact_table input[type="text"]{
	height: 10.666vw;
	line-height: 1;
}

.m-contact_table textarea{
	height: 26.666vw;
}


}

/* .m-contact_privacy_wrap */

.m-contact_privacy_wrap{
	display: flex;
	justify-content: center;
	margin: 44px 0;
	line-height: 1.23;
}

.m-contact_privacy_wrap .m-contact_privacy{
	
}


/* sp */
@media screen and (max-width: 768px) {
	.m-contact_privacy_wrap{
		font-size: 3.466vw;
		margin: 7.466vw 0;
	}
}

/* .m-select_box */

.m-select_box{
	position: relative;
	height: 60px;
	border: 1px solid #a9a9a9;
	border-radius: 6px;
	padding: 20px 50px 20px 30px;
	font-size: 1.8rem;
	line-height: 1;
	color: #43bfb5;
	white-space: nowrap;
}

.m-select_box:after{
	content: "";
	position: absolute;
	top: 50%;
	right: 15px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 8px 0 8px;
	border-color: #43bfb5 transparent transparent transparent;
	margin: -5px 0 0 0;
}

.m-select_box select{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: 2;
}

.m-select_box .m-select_box_text{
	overflow:  hidden;
}

/* sp */
@media screen and (max-width: 768px) {
	.m-select_box{
		height: 10.666vw;
		border: 0.266vw solid #a9a9a9;
		border-radius: 1vw;
		padding: 2.933vw 8vw 2.933vw 4vw;
		font-size: 3.733vw;
	}

	.m-select_box:after{
		right: 2.66vw;
		border-width: 2.133vw 1.733vw 0 1.733vw;
		margin: -1.0665vw 0 0 0;
	}
	
}

/* .m-input_label */

.m-input_label{
	cursor: pointer;
	position: relative;
	display: inline-block;
	line-height: 1.4;
}


.m-input_label input{
	display: none;
}


.m-input_label .m-input_label_text{
	position: relative;
	display: inline-block;
}

.m-input_label .m-input_label_text{
	padding: 0 0 0 30px;
}

.m-input_label input + .m-input_label_text:before,
.m-input_label input + .m-input_label_text:after{
	content: "";
	position: absolute;
	top: 0.8em;
	left: 0;
	display: block;
}

.m-input_label input + .m-input_label_text:before{
	border: 1px solid #999999;
	width: 24px;
	height: 24px;
	background-color: #ffffff;
	margin: -12px 0 0 0;
	border-radius: 6px;
}

.m-input_label input[type="radio"] + .m-input_label_text:after{
	background-color: #43bfb5;
	width: 14px;
	height: 14px;
	border-radius: 3px;
	margin: -7px 0 0 5px;
	display: none;
}

.m-input_label input[type="radio"] + .m-input_label_text:before,
.m-input_label input[type="radio"] + .m-input_label_text:after{
	border-radius: 100%;
}

.m-input_label input[type="checkbox"] + .m-input_label_text:after{
	top: -2px;
	left: 3px;
	width: 25px;
	height: 23px;
	background-image: url("../../images/common/icon_labal_check_pc.png");
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: top left;
	display: none;
}

.m-input_label input:checked + .m-input_label_text:after{
	display: block;
}

/* sp */
@media screen and (max-width: 768px) {
	.m-input_label .m-input_label_text{
		padding: 0 0 0 7.33vw;
	}

	.m-input_label input + .m-input_label_text:before{
		border: 0.266vw solid #999999;
		width: 5.333vw;
		height: 5.333vw;
		margin: -2.6665vw 0 0 0;
		border-radius: 0.8vw;
	}

	.m-input_label input[type="radio"] + .m-input_label_text:after{
		background-color: #43bfb5;
		width: 3.733vw;
		height: 3.733vw;
		border-radius: 0.8vw;
		margin: -1.8vw 0 0 0.866vw;
		display: none;
	}
	
	.m-input_label input[type="checkbox"] + .m-input_label_text:after{
		width: 5.33vw;
		height: 4.8vw;
		top: 0vw;
		left: 0.3vw;
	}

	.m-input_label input:checked + .m-input_label_text:after{
		display: block;
	}
	
	
}

/* .m-select_time_list_wrap */

.m-select_time_list_wrap{
	
}

.m-select_time_list_wrap .m-select_time_list{
	margin: 0 -15px -15px 0;
	display: flex;
}

.m-select_time_list_wrap .m-select_time_list_block{
	width: 33.3%;
	padding: 0 15px 15px 0;
}

/* sp */
@media screen and (max-width: 768px) {
	
}

/* .m-input_list_wrap */

.m-input_list_wrap{
	
}

.m-input_list_wrap .m-input_list{
	letter-spacing: -0.4em;
	margin: 0 -25px -25px 0;
}

.m-input_list_wrap .m-input_list li{
	letter-spacing: 0.05em;
	display: inline-block;
	vertical-align: top;
	min-width: 140px;
	padding: 0 25px 25px 0;
}

.m-input_list_wrap .m-input_list .m-input_other{
	width: 100%;
}

.m-input_list_wrap .m-input_list .m-input_other_block{
	display: flex;
	align-items: center;
}

.m-input_list_wrap .m-input_other_check{
	white-space: nowrap;
	padding: 0 25px 0 0;
}

.m-input_list_wrap .m-input_other_input{
	flex-grow: 1;
}

/* sp */
@media screen and (max-width: 768px) {
	.m-input_list_wrap{

	}

	.m-input_list_wrap .m-input_list{
		margin: 0 -6vw -4vw 0;
	}

	.m-input_list_wrap .m-input_list li{
		min-width: 0px;
		padding: 0 6vw 4vw 0;
	}
	
	.m-input_list_wrap .m-input_other_check{
		padding: 0 3.33vw 0 0;
	}
	
}

/* .m-contact_post */

.m-contact_post{
	display: flex;
	align-items: center;
}

.m-contact_post .m-contact_post_input{
	width: calc(100% - 170px);
	padding: 0 30px 0 0;
}

.m-contact_post .m-contact_post_btn_wrap{
	width: 170px;
}

.m-contact_post .m-contact_post_btn{
	font-size: 1.6rem;
	letter-spacing: 0.1em;
	text-align: center;
	border-radius: 6px;
	background-color: #43bfb5;
	color: #ffffff;
	padding: 10px;
	cursor: pointer;
	display: block;
	transition: opacity 0.4s ease 0s;
}

.m-contact_post .m-contact_post_btn:hover{
	opacity: 0.7;
}

/* sp */
@media screen and (max-width: 768px) {
	.m-contact_post .m-contact_post_input{
		width: calc(100% - 25.333vw);
		padding: 0 4vw 0 0;
	}

	.m-contact_post .m-contact_post_btn_wrap{
		width: 25.333vw;
	}

	.m-contact_post .m-contact_post_btn{
		font-size: 3.466vw;
		border-radius: 0.8vw;
		padding: 1.33vw 0;
	}
}


/* .p-catalog_area */

.p-catalog_tab_content_zone{
	margin: 0 0 60px 0;
}

.p-catalog_tab_content_area{
	position: relative;
}

.p-catalog_tab_content_head{
	border-bottom: 6px solid #43bfb5;
}

.p-catalog_tab_list_wrap{
	max-width: 1240px;
	margin: 0 auto;
}

.p-catalog_tab_list{
	display: flex;
}

.p-catalog_tab_list .p-catalog_tab_list_block{
	width: 25%;
	display: flex;
	flex-direction: column;
}

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

.p-catalog_f_switch{
	padding: 6px 0 0 0;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	cursor: pointer;
	font-size: 2.0rem;
	line-height: 1.3;
	font-weight: 700;
}

.p-catalog_f_switch_in{
	flex-grow: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	border-right: 1px solid #43bfb5;
	background-color: #ffffff;
	padding: 15px;
}

.p-catalog_tab_list_block.active .p-catalog_f_switch{
	background-color: #43bfb5;
}

.p-catalog_tab_list_block.active .p-catalog_f_switch_in{
	background-color: #43bfb5;
	color: #ffffff;
}

.p-catalog_tab_list_block:last-child .p-catalog_f_switch_in{
	border-right: none;
}

.p-catalog_tab_content{
	background-color: #ffffff;
	padding: 45px 10px;
	box-shadow: 0px 0px 30px 0 rgba(90,90,90,0.15);
}

/* sp */
@media screen and (max-width: 768px) {
	
.p-catalog_tab_content_zone{
	margin: 0 0 16.266vw 0;
}
	
.p-catalog_tab_content_area{
	margin: 0 0 1.33vw 0;
}
	
.p-catalog_tab_content_area:last-child{
	margin-bottom: 0;	
}

.p-catalog_tab_content_head{
	border-bottom: none;
}

.p-catalog_f_switch_wrap{
	position: relative;
	width: auto;
	display: flex;
	flex-direction: column;
}
	
.p-catalog_accordion_switch{
	position: relative;
}
	
.p-catalog_accordion_switch .p-catalog_f_switch_obj{
	position: absolute;
	width: 4vw;
	height: 4vw;
	top: 50%;
	right: 4vw;
	margin: -2vw 0 0 0;
}
	
.p-catalog_accordion_switch .p-catalog_f_switch_obj:before,
.p-catalog_accordion_switch .p-catalog_f_switch_obj:after{
	content: "";
	position: absolute;
	background-color: #ffffff;
	display: block;
	top: 50%;
	left: 50%;
}
	
.p-catalog_accordion_switch .p-catalog_f_switch_obj:before{
	width: 4vw;
	height: 0.666vw;
	margin: -0.333vw 0 0 -2vw;
}
	
.p-catalog_accordion_switch .p-catalog_f_switch_obj:after{
	height: 4vw;
	width: 0.666vw;
	margin: -2vw 0 0 -0.333vw;
}
	
.p-catalog_accordion_switch.active .p-catalog_f_switch_obj:after{
	display: none;
}

.p-catalog_f_switch{
	padding: 0 0 0 0;
	font-size: 4.533vw;
	background-color: #43bfb5;
	color: #ffffff;
}

.p-catalog_f_switch_in{
	border-right: 0;
	padding: 3.33vw;
	background-color: #43bfb5;
	color: #ffffff;
}

.p-catalog_tab_content{
	padding: 5.33vw 4vw;
	box-shadow: 0px 0px 4vw 0 rgba(90,90,90,0.15);
}
	
}

.p-catalog_tab_content_wrap{
	display: none;
}

/*
.p-catalog_tab_content_wrap.active{
	display: block;
}*/

/* sp */
@media screen and (min-width: 769px) {
	
	.p-catalog_accordion_switch{
		display: none;
	}
	.p-catalog_accordion_content{
		display: block !important;
	}
	.p-catalog_tab_content_wrap{
		display: none;
	}
}

/* sp */
@media screen and (max-width: 768px) {
	.p-catalog_tab_content_head{
		display: none;
	}
	.p-catalog_tab_content_wrap{
		display: block !important;
	}
	.p-catalog_accordion_content{
		display: none;
	}
}

/* .p-catalog_list_wrap */

.p-catalog_list_wrap{
	font-size: 1.8rem;
	width: 1180px;
	margin: 0 auto;
}

.p-catalog_list_wrap .p-catalog_list{
	display: flex;
	flex-wrap: wrap;
}

.p-catalog_list_wrap .p-catalog_list_block{
	padding: 0 7px 7px 0;
	width: 25%;
	display: flex;
	flex-direction: column;
}

.p-catalog_list_wrap .p-catalog_block{
	position: relative;
	flex-grow: 1;
	padding: 25px;
	background-color: #ffffff;
	display: flex;
	flex-direction: column;
}

.p-catalog_list_wrap .p-catalog_block:after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 1px solid #a9a9a9;
}

.p-catalog_list_wrap .p-catalog_block.active:after{
	border: 2px solid #43bfb5;
}

.p-catalog_list_wrap .p-catalog_block_in{
	display: flex;
	flex-direction: column;
	position: relative;
	z-index: 1;
	flex-grow: 1;
}

.p-catalog_list_wrap .p-catalog_block.active{
	border-color: #43bfb5;
	background-color: #fffef5;
}

.p-catalog_list_wrap .p-catalog_block_img{
	text-align: center;
	height: 150px;
}

.p-catalog_list_wrap .p-catalog_block_img_obj{
	display: inline-block;
	vertical-align: bottom;
}

.p-catalog_list_wrap .p-catalog_name_wrap{
	text-align: center;
	padding: 15px 0 0 0;
	line-height: 1.5;
	flex-grow: 1;
	display: flex;
	justify-content: center;
	align-items: center;
}

.p-catalog_list_wrap .p-catalog_name{
	display: inline-block;
}

.p-catalog_list_wrap .p-catalog_link_wrap{
	padding: 15px 0 0 0;
}

.p-catalog_list_wrap .p-catalog_link{
	display: block;
	text-decoration: none !important;
	transition: opacity 0.4s ease 0s;
}

.p-catalog_list_wrap .p-catalog_link:hover{
	opacity: 0.7;
}

.p-catalog_list_wrap .p-catalog_link_block{
	font-size: 1.8rem;
	font-weight: 700;
	position: relative;
	color: #ffffff;
	text-align: center;
	background-color: #43bfb5;
	padding: 15px;
	white-space: nowrap;
}

.p-catalog_list_wrap .p-catalog_link_block .p-catalog_link_img{
	position: absolute;
	top: 10px;
	left: 20px;
	line-height: 0;
}

.p-catalog_list_wrap .p-catalog_label_wrap{
	text-align: center;
	padding: 15px 0 0 0;
}


.p-catalog_list_wrap .p-catalog_label{
	display: inline-block;
	text-align: left;
}



/* sp */
@media screen and (max-width: 768px) {
	
.p-catalog_list_wrap{
	width: auto;
	font-size: 3.733vw;
}

.p-catalog_list_wrap .p-catalog_list_block{
	padding: 0 1.333vw 1.333vw 0;
	width: 50%;
}

.p-catalog_list_wrap .p-catalog_block{
	padding: 3.733vw 1.333vw 4vw 1.333vw;
}
	
.p-catalog_list_wrap .p-catalog_block:after{
	border: 0.266vw solid #a9a9a9;
}

.p-catalog_list_wrap .p-catalog_block.active:after{
	border: 0.533vw solid #43bfb5;
}
	
.p-catalog_list_wrap .p-catalog_block_img{
	height: 38vw;
}

.p-catalog_list_wrap .p-catalog_name_wrap{
	padding: 2vw 0 0 0;
}

.p-catalog_list_wrap .p-catalog_link_wrap{
	padding: 2vw 0 0 0;
}

.p-catalog_list_wrap .p-catalog_link_block{
	font-size: 4vw;
	padding: 3vw 2vw 3vw 7vw;
	text-align: left;
}

.p-catalog_list_wrap .p-catalog_link_block .p-catalog_link_img{
	top: 2.8vw;
	left: 2vw;
}

.p-catalog_list_wrap .p-catalog_label_wrap{
	padding: 3.33vw 0 0 0;
}
	
}

/* .m-news_detail */

.m-news_detail{
	background-color: #ffffff;
	padding: 50px 50px 100px 50px;
	position: relative;
	box-shadow: 0 0 25px rgba(90, 90, 90, 0.2);
}

.m-news_detail .p-news_list_date_wrap{
	width: auto;
}

.m-news_detail .p-news_list_date{
	border-radius: 0px;
	background-color: transparent;
	color: inherit;
	height: auto;
	padding: 0;
	text-align: left;
	width: auto;
	margin: 0 10px 0 0;
}

.m-news_detail .m-news_detail_title{
	font-size: 3.2rem;
	line-height: 1.43;
	letter-spacing: 0.06em;
	margin: 10px 0 30px 0;
	font-weight: bold;
}

/* sp */
@media screen and (max-width: 768px) {

.m-news_detail{
	padding:  6.66vw 6.66vw 17.06vw 6.66vw;
	box-shadow: 0 0 4vw rgba(90, 90, 90, 0.2);
}
	
.m-news_detail .m-news_detail_title{
	font-size: 5.6vw;
	margin: 4vw 0 5.3vw 0;
}
	

}









