@charset "UTF-8";

/*---------------------------------------------------------
	全ページ共通スタイル
---------------------------------------------------------*/
*{
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

body,
html {
    min-width: 1150px;
}

/* 要素設定*/
body {
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo,  sans-serif;
	color: #000;
	line-height:1.6;
	letter-spacing: 0.5px;
	font-size: 15px;
}
button,
a {
	color: #333333;
}
.mincho {
	font-family: "Yu Mincho", "YuMincho", 'Noto Serif JP', serif;
}
.font-en {
	font-family: sofia-pro, sans-serif;
	letter-spacing: 0.16em;
}

.wrapper{}

.list_end{
	display: none;
}

.mainWidth{
	padding: 0 3%;
}
.mainInner{
    max-width: 1200px;
    margin: 0 auto;
}


.content{
    padding: 0 3%;
    margin: 0 0 -140px;
    position: relative;
    z-index: 1;
    left: 0;
    top: -140px;
}
.content_inner{
    background: #fff;
    max-width: 1400px;
    margin: 0 auto;
    border-radius: 15px;
    padding: 100px 5.8%;
}
.content_line{
	position: relative;
	z-index: 1;
	display: block;
	width: 2px;
	height: 133px;
	top: -163px;
	margin: 0 auto -133px;
	overflow: hidden;
}
.content_line:before{
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: #f27e20;
	animation-name: scrolldown;
	animation-duration: 3.5s;
	animation-timing-function: cubic-bezier(.5, .125, .15, 1);
	animation-iteration-count: infinite;
}

@keyframes scrolldown{
	0%{top:-100%;}
	20%{top:-100%;}
	45%{top:0%;}
	55%{top:0%;}
	80%{top:100%;}
	100%{top:100%;}
}

/*　ヘッダー
---------------------------------------------------------*/
#pageHeader{
	position: relative;
	z-index: 100;
	height: 118px;
	background: url(../img/common/hed_bg1.png) 100% 0 no-repeat;
}
.hed_inner{}
.hed_logo{
    position: absolute;
    z-index: 1;
    top: 45px;
    left: 46px;
}
.hed_logo a{
    display: block;
}
.hed_logo2{
    position: absolute;
    z-index: 1;
    top: 35px;
    left: 64px;
}
.hed_logo2 a{
    display: block;
}


.hed_menu{
	background: #f27e20;
	display: inline-block;
	width: 85px;
	height: 85px;
	position: fixed;
	z-index: 110;
	right: 0;
	top: 0;
}
.hed_menu span,
.hed_menu:before,
.hed_menu:after{
	content: "";
	z-index: 1;
	position: absolute;
	background: #fff;
	overflow: hidden;
	height: 3px;
	/* top:0; */
	/* bottom: 0; */
	right: 25px;
	left: 25px;
	transition: all 300ms cubic-bezier(.165,.84,.44,1);
	-webkit-transition: all 300ms cubic-bezier(.165,.84,.44,1);
	-moz-transition: all 300ms cubic-bezier(.165,.84,.44,1);
}
.hed_menu span{
margin: auto;
top: 0;
bottom: 0;
}
.hed_menu:before{
	top: 29px;
}
.hed_menu:after{
	bottom: 29px;
}

.hed_menu.on{
	background: #fff;
	border-radius: 100px;
	width: 50px;
	height: 50px;
	right: 51px;
	top: 30px;
}
.hed_menu.on span,
.hed_menu.on:before,
.hed_menu.on:after{
	background: #f27e20;
	left: 12px;
	right: 12px;
}

.hed_menu.on:before{
	transform: rotate(-45deg);
	top: 23px;
} 
.hed_menu.on span{
	opacity: 0;
} 
.hed_menu.on:after{
	transform: rotate(-135deg);
	bottom: 24px;
} 



.hed_nav{
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    overflow: hidden;
    
    visibility: hidden;
    -webkit-transition: -webkit-transform .2s, opacity .2s, visibility 0s .2s;
    transition: transform .2s, opacity .2s, visibility 0s .2s;
    opacity: 0;
}
.hed_nav.on{
    visibility: visible;
    -webkit-transition: -webkit-transform .4s, opacity .4s;
    transition: transform .4s, opacity .4s;
    opacity: 1;
}

.hed_main{
    position: absolute;
    z-index: 1;
    top: 0;
    right: -600px;
    bottom: 0;
    background: #f27e20;
    width: 600px;

    transition: right 600ms cubic-bezier(.165,.84,.44,1);
    -webkit-transition: right 600ms cubic-bezier(.165,.84,.44,1);
    -moz-transition: right 600ms cubic-bezier(.165,.84,.44,1);
}
.hed_nav.on .hed_main{
	right: 0px;
}
.hed_nav_list{
    overflow: auto;
    position: absolute;
    z-index: 1;
    top: 102px;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 19px 0  0;
}

.hed_nav_list li{
    margin: 0 0 48px;
    overflow: hidden;
}
.hed_nav_list li > a{
    color: #fff;
    position: relative;
    z-index: 1;
    padding: 0 0 0 69px;
    display: block;
}
.hed_nav .hed_nav_list li > a p{
	opacity: 0;
	margin: 0 0 0 100px;

	transition: all 400ms ease;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
}

.hed_nav_list li.on > a p{
	opacity: 1;
	margin: 0 0 0 0;
}

/* 
.hed_nav .hed_nav_list li:nth-child(1) > a p{
    transition-delay: 0.5s; 
}
.hed_nav .hed_nav_cat,
.hed_nav .hed_nav_list li:nth-child(2) > a p{
    transition-delay: 0.55s;    	
}
.hed_nav .hed_nav_list li:nth-child(3) > a p{
    transition-delay: 0.6s;    	
}
.hed_nav .hed_nav_list li:nth-child(4) > a p{
    transition-delay: 0.65s;    	
}
.hed_nav .hed_nav_list li:nth-child(5) > a p{
    transition-delay: 0.7s;    	
}
.hed_nav .hed_nav_list li:nth-child(6) > a p{
    transition-delay: 0.75s;    	
}
.hed_nav .hed_nav_list li:nth-child(7) > a p{
    transition-delay: 0.8s;    	
}
.hed_nav .hed_nav_list li:nth-child(8) > a p{
    transition-delay: 0.85s;    	
}
.hed_nav .hed_nav_list li > a p span{
    transition-delay: 0s;    		
} */


.hed_nav_list li > a:before{
	content: "";
	z-index: 1;
	position: absolute;
	background: #ffe46f;
	width: 0px;
	height: 3px;
	top: 28px;
	left: 0;

	transition: width 500ms ease;
	-webkit-transition: width 500ms ease;
	-moz-transition: width 500ms ease;
}
.hed_nav_en{
    font-size: 13px;
    display: block;
    font-weight: 500;
}
.hed_nav_jp{
    display: block;
    font-size: 24px;
    letter-spacing: 0.02em;
}
.hed_nav_jp .blank{
	position: relative;
	z-index: 1;
}
.hed_nav_jp .blank:before{
    content: "";
    z-index: 1;
    position: absolute;
    background: url(../img/common/icon_blank.png) 0 0 no-repeat;
    background-size: 100% auto;
    width: 16px;
    height: 13px;
    top: 8px;
    right: -22px;
}
.hed_nav_cat{
    margin: 20px 0px -8px 100px;
    opacity: 0;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}

.hed_nav_cat.on{
    margin: 20px 0px -8px 0px;
    opacity: 1;
}
.hed_nav_cat_link{
    padding: 0 0 0 0;
    margin: 0 0 15px;
}
.hed_nav_cat_link a{
    display: block;
    padding: 0 0 0 111px;
    color: #fff;
    font-size: 18px;
}
.hed_nav_cat_link a span{
	position: relative;
	z-index: 1;
}
.hed_nav_cat_link a span:before{
	content: "";
	z-index: 1;
	position: absolute;
	background: #fff;
	width: 14px;
	height: 1px;
	top: 11px;
	left: -23px;
}



/*　コンテンツ
---------------------------------------------------------*/
#pageMain{
	background: url(../img/common/hed_bg2.png) 50% 0 no-repeat;
}

.mainv{
	background: 50% 50% no-repeat;
	-moz-background-size:cover;
	background-size:cover;
	padding: 117px 0 262px;
}
.mainv_ttl{
	color: #fff;
	text-align: center;
	font-weight: 400;
}
.mainv_ttl_en{
	font-size: 45px;
	display: block;
}
.mainv_ttl_jp{
	font-size: 18px;
	display: block;
}



/*　タイトル　 -------------------------- */

.ttl01{
    margin: 0 0 52px;
    font-weight: bold;
}
.ttl01 span{
	display: block;
	font-size: 18px;
	color: #512700;
	margin: 11px 0 0;
}

.ttl02{
    font-size: 30px;
    font-weight: 400;
    color: #f27e20;
    padding: 0 0 0 90px;
    margin: 0 0 29px;
    position: relative;
    z-index: 1;
}

.ttl02:before{
	content: "";
	z-index: 1;
	position: absolute;
	border-bottom:1px solid #f27e20;
	width: 70px;
	top: 22px;
	left: 0;
}

/*　アンカー　*/

.anc01{
    display: block;
    height: 0;
    position: relative;
    z-index: 1;
    top: -30px;
}

/*　ヤジルシ　*/
.arw01{
	position: relative;
	z-index: 1;
}
.arw01:before{
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 4px;
	height: 4px;
	margin: auto;
	border-top: 1px solid #f27e20;
	border-right: 1px solid #f27e20;
	transform: rotate(45deg);

	transition: right 300ms cubic-bezier(.165,.84,.44,1);
	-webkit-transition: right 300ms cubic-bezier(.165,.84,.44,1);
	-moz-transition: right 300ms cubic-bezier(.165,.84,.44,1);
}
.arw01:after{
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 6px;
	width: 30px;
	height: 0px;
	margin: auto;
	border-top: 1px solid #f27e20;
	border-right: 1px solid #f27e20;

	transition: right 300ms cubic-bezier(.165,.84,.44,1);
	-webkit-transition: right 300ms cubic-bezier(.165,.84,.44,1);
	-moz-transition: right 300ms cubic-bezier(.165,.84,.44,1);	
}

/*　ボタン　*/
.btn01{
	background: #fff;
	color: #f27e20;
	border: solid 1px #f27e20;
	border-radius: 5px;
	display: block;
	font-weight: 600;
	padding: 24px 32px;
}
.btn01.arw01:before{
	right: 30px;
}
.btn01.arw01:after{
	right: 36px;
}

.color01{
	background: none;
	color: #fff;
	border-color: #fff;
}

.color01.arw01:before{
	border-color: #fff;
}
.color01.arw01:after{
	border-color: #fff;
}

/*　list　*/
.item_list{
    display: flex;
    flex-wrap: wrap;
}
.item_list li{
    width: 31%;
    margin: 0 0 0 3.5%;
}
.item_list li:nth-child(3n+1){
	margin-left: 0;
}
.item_list li:nth-child(n+4){
	margin-top: 40px;
}

.item_list a{
    padding: 39px 0 0;
    background: #fff;
    display: block;
    position: relative;
    z-index: 1;
    border-radius: 20px;
    box-shadow: -1.628px 4.728px 21px 0px rgba(225, 225, 225, 1);
}
.item_list a:before{
	content: "";
	z-index: 2;
	position: absolute;
	border: 3px solid #f27e20;
	top:0;
	bottom: 0;
	right:0;
	left: 0;
	border-radius: 20px;
	opacity: 0;
	transition: opacity 300ms ease;
	-webkit-transition: opacity 300ms ease;
	-moz-transition: opacity 300ms ease;
}



.item_list_img{
	position: relative;
	z-index: 1;
	overflow: hidden;
	padding: 56% 0 0;
}
.item_list_img img{
    display: block;
    min-width: 100%;
    min-height: 100%;
/*    max-width: none;*/
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);	
}
.item_list_data{
    padding: 18px 8% 32px;
}
.item_list_ttl{
    font-size: 18px;
    color: #f27e20;
    margin: 0 0 13px;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    /* white-space: nowrap; */
    display: block;
}
.item_list_mes{
    margin: 0 0 16px;


    font-size: 15px;
    height: calc(15px * 1.6 * 3);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-height: 1.6;
    overflow: hidden;    
}
.item_list_mes br{
	display: none;
}
.item_list_btn{
	position: relative;
	z-index: 5;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
}


.item2_list{
    display: flex;
    flex-wrap: wrap;
}
.item2_list li{
    width: 31%;
    margin: 0 0 0 3.5%;
}
.item2_list li:nth-child(3n+1){
	margin-left: 0;
}
.item2_list li:nth-child(n+4){
	margin-top: 40px;
}

.item2_list a{
    padding: 37px 10px 35px 96px;
    background: #fff;
    display: block;
    position: relative;
    z-index: 1;
    border-radius: 20px;
    box-shadow: -1.628px 4.728px 21px 0px rgba(225, 225, 225, 1);
}
.item2_list a:before{
	content: "";
	z-index: 2;
	position: absolute;
	border: 3px solid #f27e20;
	top:0;
	bottom: 0;
	right:0;
	left: 0;
	border-radius: 20px;
	opacity: 0;
	transition: opacity 300ms ease;
	-webkit-transition: opacity 300ms ease;
	-moz-transition: opacity 300ms ease;
}

.item2_list a:after{
	content: "";
	z-index: 1;
	position: absolute;
	background:  0 0 no-repeat;
	background-size: 100% auto;
	width: 50px;
	height: 50px;
	top:0;
	bottom: 0;
	left: 32px;
	margin: auto;
}
.item2_list a.icon1:after{
	background-image: url(../img/flont/point_icon01_on.png);
}
.item2_list a.icon2:after{
	background-image: url(../img/flont/point_icon02_on.png);
}
.item2_list a.icon3:after{
	background-image: url(../img/flont/point_icon03_on.png);
}
.item2_list a.icon4:after{
	background-image: url(../img/flont/point_icon04_on.png);
}
.item2_list a.icon21:after{
	background-image: url(../img/flont/point_icon21_on.png);
}

.item2_list_cat{
    color: #f27e20;
    margin: 0 0 4px;
    font-size: 16px;
}
.item2_list_ttl{
    font-size: 18px;
    height: calc(18px * 1.6 * 2);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 1.6;
    overflow: hidden;
}
.item2_list_btn{
	max-width: 350px;
	margin: 57px auto 0;
	position: relative;
	z-index: 1;
}

.item2_list_btn:after,
.item2_list_btn:before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: auto;
    right: 25px;
    width: 26px;
    height: 0;
    margin: auto;
    border-top: 2px solid #f27e20;
    background: no-repeat;
    transform-origin: unset;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}
.item2_list_btn:after{
        transform: rotate(90deg);
}

.item2_cat{
    color: #f27e20;
    font-size: 16px;
    padding: 32px 0 32px 71px;
    position: relative;
    z-index: 1;
}


.item2_cat:after{
	content: "";
	z-index: 1;
	position: absolute;
	background:  0 0 no-repeat;
	background-size: 100% auto;
	width: 50px;
	height: 50px;
	top: 16px;
	left: 8px;
	margin: auto;
}
.item2_cat.icon1:after{
	background-image: url(../img/flont/point_icon01_on.png);
}
.item2_cat.icon2:after{
	background-image: url(../img/flont/point_icon02_on.png);
}
.item2_cat.icon3:after{
	background-image: url(../img/flont/point_icon03_on.png);
}
.item2_cat.icon4:after{
	background-image: url(../img/flont/point_icon04_on.png);
}
.item2_cat.icon21:after{
	background-image: url(../img/flont/point_icon21_on.png);
}


.item2_ttl{
    font-size: 30px;
    margin: 0 0 59px;
    padding: 0 0 46px;
    border-bottom: 1px solid #f27e20;
}
.item2_body{}

.item2_pagelink{
	text-align: center;
	margin: 85px 0 0;
}
.item2_pagelink_c{
	color: #f27e20;
	text-decoration: underline;
}

/*　SNS　*/

.sns_list{
	display: flex;
	flex-wrap: wrap;
	margin: 73px 0 0;
}
.sns_list a{
	display: inline-block;
	color: #fff;
	text-align: center;
	background-repeat: no-repeat;
	background-position: 50% 13px;
	width: 170px;
	background-size: 28px;
	padding: 44px 0 5px;
	font-weight: bold;
	border-radius: 5px;
	margin: 0 0 0 32px;
}
.sns_list a:first-child{
	margin-left: 0;
}
.sns_list_b{
	background-color: #008fde;
	background-image: url(../img/common/sns_b.png);	
}
.sns_list_t{
	background-color: #00acee;
	background-image: url(../img/common/sns_t.png);	
}
.sns_list_f{
	background-color: #2a4f9a;
	background-image: url(../img/common/sns_f.png);	
}


/*　メインビジュアル　*/


/*　フッター
---------------------------------------------------------*/
#pageFooter{
    position: relative;
    z-index: 1;
}
.foot_inner{
    padding: 47px 0 21px;
}
.foot_nav{
	display: flex;
	justify-content: space-between;
	margin: 0 0 70px;
}
.foot_nav li{}
.foot_nav a{
	color: #f27e20;
	position: relative;
	z-index: 1;
	padding: 0 20px 0 0;
}
.foot_nav a:before{
	content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 4px;
    height: 4px;
    margin: auto;
    border-top: 1px solid #f27e20;
    border-right: 1px solid #f27e20;
    transform: rotate(45deg);
}
.foot_logo{
    text-align: center;
    margin: 0 0 72px;
}
.foot_logo a{
    display: block;
}
.foot_logo_img{
    width: 80px;
    display: inline-block;
    margin: 0 0 15px;
}
.foot_logo_name{
	font-size: 20px;
	font-weight: bold;
}

.foot_copy{
    font-size: 12px;
    color: #ababab;
    text-align: center;
}
.pagetop{
	position: absolute;
	z-index: 50;
	top: 26px;
	right: 12px;
	background: #f27e20;
	display: inline-block;
	overflow: hidden;
	text-indent: -999px;
	width: 60px;
	height: 60px;
	border-radius: 100px;
}
@media screen and (max-width: 1450px) {
	.pagetop{
		top: -33px;
	}
}

.pagetop:after,
.pagetop:before{
	content: '';
	position: absolute;
	top: -4px;
	bottom: 0;
	right: 24px;
	width: 10px;
	height: 10px;
	margin: auto;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: rotate(-45deg);
}
.pagetop:after{
	top: 12px;
}
/* .pagecontact{
	display: block;
	background: #f27e20;
	font-size: 18px;
	text-align: center;
	color: #fff;
	position: fixed;
	z-index: 50;
	right: 12px;
	top: 50%;
	width: 60px;
	padding: 81px 0 30px;
	line-height: 1.2;
	border-radius: 12px;
} */

.pagecontact{
	display: block;
	background: #f27e20;
	font-size: 18px;
	text-align: center;
	color: #fff;
	position: fixed;
	z-index: 50;
	right: 12px;
	top: 50%;
	width: 60px;
	padding: 81px 0 30px;
	line-height: 1.2;
	border-radius: 12px;
	overflow: hidden;
	margin: -97px 0 0;
	box-shadow: 0px 0px 6px 0px #ffffff;
}
.pagecontact:before{
	content: "";
	z-index: 1;
	position: absolute;
	background: #f8a410 url(../img/common/icon_mail.png) 50%  50% no-repeat;
	background-size: 26px 20px;
	left: 0;
	right: 0;
	top: 0;
	height: 60px;
}



@media screen and (min-width: 681px) and (orientation: portrait) ,screen and (min-width: 738px) and (orientation: landscape) {

	.pagecontact:hover{
		box-shadow: 0px 0px 12px 0px #f27e20;

	}

	.hed_nav_list li > a:hover{
		color: #ffe46f;
	}
	.hed_nav_list li > a:hover:before{
		width: 50px;
	}	

	.hed_nav_cat_link a:hover{
		color: #ffe46f;
	}
	.hed_nav_cat_link a:hover span:before{
		background: #ffe46f;
	}
	.hed_menu:hover span{
		left: 35px;
	}

	.arw01:hover:before{
	
		right: 25px;
	}
	.arw01:hover:after{
		right: 31px;
	}

	.btn01.arw01:hover:before{
		right: 50px;
		border-color: #fff;
	}
	.btn01.arw01:hover:after{
		right: 56px;
		border-color: #fff;
	}	
	.btn01:hover{
		color: #fff;
		background: #f27e20;
	}
	.item_list a:hover:before{
		opacity: 1;
	}
	.item2_list a:hover:before{
		opacity: 1;
	}

	.item2_list_btn:hover:after,
	.item2_list_btn:hover:before{
		border-color: #fff;
	}	


}


/*---------------------------------------------------------
	スマホ
---------------------------------------------------------*/

.sp-block,.sp-inline{
	display: none;
}

@media screen and (max-width: 680px) and (orientation: portrait), screen and (max-width: 737px) and (orientation: landscape) {
	body,
	html {
	    min-width: 0;
	}
	body {
		font-size: 14px;
		letter-spacing: 0;
	}

/*　---------------------------------------------------------*/


	.wrapper{}

	.mainWidth{
		padding: 0 4%;
	}
	.mainInner{}

	.content{
    top: 0;
    margin: 0 0 -40px;
    padding: 0 4%;
    position: relative;
    z-index: 1;
}
	.content_inner{
    padding: 30px 0 33px;
    border-radius: 10px;
}
	.content_line{
    height: 57px;
    top: -62px;
    margin: 0 auto -57px;
    width: 1px;
}

    /*　ヘッダー
    ---------------------------------------------------------*/
    #pageHeader{
    background-size: 73%;
    height: 72px;
}
    .hed_inner{}
    .hed_logo{
    width: 52px;
    top: 10px;
    left: 14px;
}
    .hed_logo a{
}
	.hed_logo2{
    top: 20px;
    left: 18px;
    width: 130px;
}
	.hed_logo2 a{}



    .hed_menu{
    width: 50px;
    height: 50px;
    right: 10px;
    top: 10px;
}
    .hed_menu span,
    .hed_menu:before,
    .hed_menu:after{
    right: 16px;
    left: 16px;
    height: 1px;
}
    .hed_menu span{}
    .hed_menu:before{
    top: 31px;
}
    .hed_menu:after{
    bottom: 30px;
}

    .hed_menu.on{
    right: 10px;
    top: 10px;
}
    .hed_menu.on span,
    .hed_menu.on:before,
    .hed_menu.on:after{}

    .hed_menu.on:before{} 
    .hed_menu.on span{} 
    .hed_menu.on:after{
    bottom: 25px;
} 



    .hed_nav{}
    .hed_nav.on{}

    .hed_main{
    width: 300px;
    right: -300px;
}
    .hed_nav.on .hed_main{}
    .hed_nav_list{
    top: 62px;
}

    .hed_nav_list li{
    margin: 0 0 20px;
}
    .hed_nav_list li > a{
    padding: 0 0 0 27px;
}
    .hed_nav .hed_nav_list li > a p{}

    .hed_nav.on .hed_nav_list li > a p{}
    .hed_nav.on .hed_nav_list li:nth-child(1) > a p{}
    .hed_nav.on .hed_nav_cat,
    .hed_nav.on .hed_nav_list li:nth-child(2) > a p{}
    .hed_nav.on .hed_nav_list li:nth-child(3) > a p{}
    .hed_nav.on .hed_nav_list li:nth-child(4) > a p{}
    .hed_nav.on .hed_nav_list li:nth-child(5) > a p{}
    .hed_nav.on .hed_nav_list li:nth-child(6) > a p{}
    .hed_nav.on .hed_nav_list li:nth-child(7) > a p{}
    .hed_nav.on .hed_nav_list li:nth-child(8) > a p{}

    .hed_nav_list li > a:before{}
    .hed_nav_en{
    font-size: 11px;
}
    .hed_nav_jp{
    font-size: 18px;
    white-space: nowrap;
}
    .hed_nav_jp .blank{}
    .hed_nav_jp .blank:before{}
    .hed_nav_cat{}

    .hed_nav.on .hed_nav_cat{}
    .hed_nav_cat_link{
    margin: 0 0 10px;
}
    .hed_nav_cat_link a{
    padding: 0 0 0 79px;
    font-size: 15px;
}
    .hed_nav_cat_link a span{}
    .hed_nav_cat_link a span:before{
    top: 10px;
}



    /*　コンテンツ
    ---------------------------------------------------------*/
	#pageMain{
    background-size: 163%;
    background: no-repeat;
}

	.mainv{
    padding: 49px 0 50px;
}
	.mainv_ttl{}
	.mainv_ttl_en{
    font-size: 30px;
}
	.mainv_ttl_jp{
    font-size: 14px;
}


    /*　タイトル　 -------------------------- */

	.ttl01{margin: 0 0 23px;}
	.ttl01 span{
    font-size: 12px;
    margin: 6px 0 0;
}
	.ttl01 img{
		height: 42px;
	}


	.ttl02{
    font-size: 22px;
    padding: 0 0 0 58px;
    margin: 0 0 20px;
}
	
	.ttl02:before{
    width: 40px;
    top: 16px;
}	


    /*　ヤジルシ　*/
    .arw01{
    /* font-size: 13px; */
    /* padding: 20px 32px; */
}
    .arw01:before{
}
    .arw01:after{
    width: 14px;
}

    /*　ボタン　*/
    .btn01{
    padding: 14px 9px;
    font-size: 13px;
}
    .btn01.arw01:before{}
    .btn01.arw01:after{}

    .color01{}

    .color01.arw01:before{}
    .color01.arw01:after{}



	/*　list　*/
	.item_list{
    /* display: block; */
}
	.item_list li{
    width: 49%;
    margin: 0;
    margin: 0 0 0 2%;
}
	.item_list li:nth-child(3n+1){
	    margin: 0 0 0 2%;		
	}
	.item_list li:nth-child(2n+1){
		margin-left: 0;
	}
	.item_list li:nth-child(n+4){}
	.item_list li:nth-child(n+3){
    margin-top: 20px;
}

	.item_list a{
    padding: 29px 0 0;
}
	.item_list a:before{}



	.item_list_img{}
	.item_list_img img{}
	.item_list_data{
    padding: 14px 6% 24px;
}
	.item_list_ttl{
    font-size: 14px;
}
	.item_list_mes{
    font-size: 12px;


    height: calc(12px * 1.6 * 3);

}
	.item_list_btn{}
	.item_list_btn:before{
    right: 9px !important;
}
	.item_list_btn:after{
    right: 14px !important;
}



	.item2_list{
    display: block;
}
	.item2_list li{
    width: auto;
    margin: 0;
}
	.item2_list li:nth-child(3n+1){}
	.item2_list li:nth-child(n+4){}
	.item2_list li:nth-child(n+1){
    margin-top: 15px;
}	

	.item2_list a{
    padding: 14px 10px 13px 61px;
}
	.item2_list a:before{}

	.item2_list a:after{
    width: 30px;
    height: 30px;
    left: 16px;
}
	.item2_list a.icon1:after{}
	.item2_list a.icon2:after{}
	.item2_list a.icon3:after{}
	.item2_list a.icon4:after{}
	.item2_list a.icon24:after{}

	.item2_list_cat{
    font-size: 12px;
}
	.item2_list_ttl{
    font-size: 14px;
    height: calc(14px * 1.6 * 2);
}
	.item2_list_btn{
    margin: 41px auto 0;
}

	.item2_list_btn:after,
	.item2_list_btn:before{}
	.item2_list_btn:after{}



	.item2_cat{
    padding: 20px 0 20px 64px;
}


	.item2_cat:after{
    width: 40px;
    height: 40px;
    top: 11px;
}
	.item2_cat.icon1:after{}
	.item2_cat.icon2:after{}
	.item2_cat.icon3:after{}
	.item2_cat.icon4:after{}
	.item2_cat.icon24:after{}


	.item2_ttl{
    font-size: 22px;
    margin: 0 0 33px;
    padding: 0 0 23px;
}
	.item2_body{}


	.item2_pagelink{
		margin: 40px 0 0;
	}
	.item2_pagelink_c{}

	/*　SNS　*/

	.sns_list{
    margin: 40px 0 0;
}
	.sns_list a{
    width: 30.64%;
    margin: 0 0 0 4%;
    background-size: 19px;
    padding: 32px 0 4px;
    font-size: 12px;
    background-position: 50% 8px;
}
	.sns_list a:first-child{}
	.sns_list_b{}
	.sns_list_t{}
	.sns_list_f{}	

    /*　メインビジュアル　*/


    /*　フッター
    ---------------------------------------------------------*/
    #pageFooter{}
    .foot_inner{}
    .foot_nav{
    display: none;
}
    .foot_nav li{}
    .foot_nav a{}
    .foot_nav a:before{}
    .foot_logo{
    margin: 0 0 41px;
}
    .foot_logo a{}
    .foot_logo_img{
    width: 65px;
    margin: 0 0 9px;
}
    .foot_logo_name{
    font-size: 15px;
}

    .foot_copy{
    font-size: 10px;
}
    .pagetop{
    width: 50px;
    height: 50px;
    top: 13px;
    right: 12px;
}
    .pagetop:after,
    .pagetop:before{
    right: 20px;
}
    .pagetop:after{}
    .pagecontact{}

    .pagecontact{
    display: none;
}
    .pagecontact:before{}
/*　---------------------------------------------------------*/


	.sp-none {
		display: none;
	}
	.sp-block {
		display: block;
	}
	.sp-inline {
		display: inline;
	}
	.sp-brNone br{
		display: none;
	}


}
