@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/earlyaccess/notosansjapanese.css');


body{margin: 0;padding: 0;color: #333;font-size: 14px;}
#wrapper {width: 100%; overflow: hidden;position: relative;}
p{margin: 0;padding: 0;}
a {color: #333;text-decoration: none;}
a:hover {color: #ffffff;-webkit-transition: 0.3s ease-in-out;-moz-transition: 0.3s ease-in-out;-o-transition: 0.3s ease-in-out;transition: 0.3s ease-in-out;}
img {width: auto;max-width: 100%;height: auto;}
a:hover img {opacity: 0.4;filter: alpha(opacity=40);-moz-opacity: 0.4;-webkit-transition: 0.3s ease-in-out;-moz-transition: 0.3s ease-in-out;-o-transition: 0.3s ease-in-out;transition: 0.3s ease-in-out;}
nav{font-family:"メイリオ", Meiryo, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial,sans-serif!important;}
h1,h2,h3,h4{margin: 0;padding: 0;}
ul,ol,li{list-style: none;margin: 0;padding: 0;}

mark {
	background: linear-gradient( rgba(255,253,72,0) 70%, rgba(255,253,72,1) 71% );
}


/* =============================================================================
	class
   ========================================================================== */
@media screen and (min-width: 1391px) {
	.wrap {max-width: 1080px;width:auto;margin: 0 auto;padding: 0 20px;text-align: left;}
	.sp {display: none!important;}

}
@media screen and (max-width: 1390px) {
	.wrap {padding: 0 10px;text-align: left;}
	.pc {display: none!important;}
}


header{box-shadow: 0px 1px 5px #525252;}

/* =========================header=========================================== */
@media screen and (min-width: 1391px) {

header{display: flex;position: fixed;z-index: 999;}

	#head-bg{width: 100%; clear: both; overflow: hidden;background-color: #ffffff;}

	.headlogo{
		position: absolute;
		top: 17px;
		left: 10px;
	}

	#head-bg .headlogo .headlogo-sp{
		font-size: 13px;
	}

	.head-tel {
		position: absolute;
		top: 25px;
		left: 260px;
	}
	.head-tel p{font-weight: bold;font-size: 12px;color: #333333;}

	.headlogo img{
	width: 214px;
}

	nav{
	width: 100%;
	position: relative;
	right: 0;
	top: 0;
}

	.head-nav {width:  100%;display: block;font-size: 0; font-weight: lighter;clear: both; overflow: hidden;}
	.head-nav ul{display: inline-block;float: right;}
	.head-nav li {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.2em;
	display: inline-block;
	vertical-align: top;

}
	.head-nav li span:not(.inner):not(.iblock) {
	font-size: 14px;
	font-family: "arial unicode ms", "Arial Black", Gadget, "sans-serif";
	font-weight: bold;
	color: #fff;
	letter-spacing: 0.2em;
}


	.head-nav li a{
	display: block;
	line-height: 1.4em;
	padding: 30px 16px;
}

/* =============================================================================
	mac
   ========================================================================== */
	/*.mac nav{width: 1281px;padding-left: 1280px; position: relative;right: 0;top: 0;}*/

}

@media screen and (max-width: 1390px) {
	header{width: 100%; display: flex;position: fixed;z-index: 999;}
	#head-bg{font-size: 16px;background-color: #ffffff;}

	.head-nav {
		max-width: 240px;
	}

	.headlogo{
		width: 100%;
		padding: 10px 0 10px 10px;
		display: flex;
		align-items: center;
	}

	#head-bg .headlogo .headlogo-sp{
		font-size: 13px;
	}


	.head-tel-sp{margin-left: 20px; display: inline-block;}

	.head-nav li span:not(.inner):not(.iblock) {
		font-family:"arial unicode ms", "Arial Black", Gadget, "sans-serif"; font-weight: lighter;letter-spacing: 0.1em;color: #83b98f;
	}


	nav ul li{/*font-size: 20px;*/}

/* =============================================================================
	ハンバーガーナビ
   ========================================================================== */
#nav-drawer {position: relative;}

/*チェックボックス等は非表示に*/
.nav-unshown {display:none;}

/*アイコンのスペース*/
#nav-open {
	display: inline-block;
	width: 30px;
	height: 22px;
	vertical-align: middle;
	position: fixed;
	right: 10px;
	margin-top: -49px;
	box-sizing: border-box;
	transition: .3s ease-in-out;
	cursor: pointer;
}

/*ハンバーガーアイコンをCSSだけで表現*/
#nav-open span:nth-of-type(1){position: absolute;height: 2px;/*線の太さ*/width: 30px;/*長さ*/border-radius: 3px;background: #333333;display: block;content: '';cursor: pointer;z-index: 999;transition: .5s ease-in-out;}
#nav-open span:nth-of-type(2){position: absolute;height: 2px;/*線の太さ*/width: 30px;/*長さ*/border-radius: 3px;background: #333333;display: block;content: '';cursor: pointer;z-index: 999;top: 8px;transition: .5s ease-in-out;}
#nav-open span:nth-of-type(3){position: absolute;height: 2px;/*線の太さ*/width: 30px;/*長さ*/border-radius: 3px;background: #333333;display: block;content: '';cursor: pointer;z-index: 999;top: 16px;transition: .5s ease-in-out;}

#hamburger-txt{color:#000;left:-1px;position:relative;top:13px;font-family:'lato', sans-serif;font-weight:bold;font-size: 10px;}

#nav-input:checked ~ #nav-open{position: fixed;margin-right: 270px;/*right: 70%;*/transition: .3s ease-in-out;cursor: pointer;cursor: hand;z-index: 1000;}

#nav-input:checked ~ #nav-open span:nth-of-type(1){-webkit-transform:translateY(8px) rotate(-45deg);transform:translateY(8px) rotate(-45deg);background: #ffffff;transition: .5s ease-in-out;}
#nav-input:checked ~ #nav-open span:nth-of-type(2) {opacity: 0;transition: .5s ease-in-out;}
#nav-input:checked ~ #nav-open span:nth-of-type(3) {-webkit-transform:translateY(-8px) rotate(45deg);transform:translateY(-8px) rotate(45deg);background: #ffffff;transition: .5s ease-in-out;}
#nav-input:checked ~ #nav-open #hamburger-txt {color: #ffffff!important;z-index: 998;}

/*閉じる用の薄黒カバー*/
#nav-close {display: none;/*はじめは隠しておく*/position: fixed;z-index: 99;top: 0;/*全体に広がるように*/left: 0;width: 100%;height: 100%;background: black;opacity: 0;transition: .3s ease-in-out;}

/*中身*/
#nav-content {overflow: auto;position: fixed;top: 0;right: 0;z-index: 2000;/*最前面に*/width: 250px;/*左側に隙間を作る（閉じるカバーを表示）*/max-width: 300px;/*　最大幅（調整してください）*/height: 100%;background: #666;/*背景色*/transition: .3s ease-in-out;/*滑らかに表示*/-webkit-transform: translateX(105%);transform: translateX(105%);/*左に隠しておく*/}

#nav-input:checked ~ #nav-content {-webkit-transform: translateX(0%);transform: translateX(0%);/*中身を表示（左へスライド）*/box-shadow: 6px 0 25px rgba(0,0,0,.15);}

/*チェックが入ったらもろもろ表示*/
#nav-input:checked ~ #nav-close {display: block;/*カバーを表示*/opacity: .5;z-index: 999;}

#nav-content li {background: #ffffff; display: block;border-bottom: 1px solid #00984b;line-height: 1.2em;font-weight: bold;}
#nav-content li span{font-size: 14px;font-weight: lighter;}

#nav-content a {text-decoration: none;display: block;-webkit-transform: skew(0);-ms-transform: skew(0);transform: skew(0);padding: 20px 10px;}
#nav-content a:hover {background: #A6D9AA}

#nav-content li a span{display: block; color: #333333;font-size: 16px;font-weight: bold;font-family:"メイリオ", Meiryo, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial,sans-serif!important;}
#nav-content li a span:hover {color: #ffffff; background: #A6D9AA;font-family:"メイリオ", Meiryo, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial,sans-serif!important;}
}


/* =========================footer=========================================== */

@media screen and (min-width: 768px) {
	footer{background: url("../img/gloabal/bgfoot.png")no-repeat center;background-size: cover;padding: 45px 0 35px;}
	.navfooter{text-align: center;}
	.foot-tel{margin:30px 0 0 -20px;}
	.foot-time{font-size: 12px;}
	.copyright{margin: 65px 0 0;}
}
@media screen and (max-width: 767px) {
	footer{background: url("../img/gloabal/bgfoot.png")no-repeat center;background-size: cover;padding: 45px 0 35px;}
	.navfooter{text-align: center;}
	.foot-tel{margin:30px 0 0 -20px;}
	.foot-time{font-size: 12px;}
	.copyright{margin: 65px 0 0;}
}


/* =============================================================================
	ボタン
   ========================================================================== */


@media screen and (min-width: 768px) {
	.phase-btn{width: 350px; background: #333333;color: #ffffff;margin: auto;border-radius: 45px; webkit-transition: 0.3s ease-in-out;-moz-transition: 0.3s ease-in-out;-o-transition: 0.3s ease-in-out;transition: 0.3s ease-in-out;}
	.phase-btn:hover{background: #ffffff; webkit-transition: 0.3s ease-in-out;box-shadow: 0 0 0 1px #333333 inset;-moz-transition: 0.3s ease-in-out;-o-transition: 0.3s ease-in-out;transition: 0.3s ease-in-out;}
	.phase-btn a{position: relative; padding: 15px 20px;display: block; color: #ffffff;text-align: center;}
	.phase-btn a:hover{color: #333333;-moz-transition: 0.3s ease-in-out;-o-transition: 0.3s ease-in-out;transition: 0.3s ease-in-out;}
	.phase-btn a::before{content: "";position: absolute; right: 15px;top:25px;width: 45px;height: 2px;background: #ffffff;-moz-transition: 0.3s ease-in-out;-o-transition: 0.3s ease-in-out;transition: 0.3s ease-in-out;}
	.phase-btn a::after{content: "";position: absolute;right: 13px;top:21px;width: 15px;height: 2px;border-top: 2px solid #ffffff;-webkit-transform: rotate(35deg);transform: rotate(35deg);-moz-transition: 0.3s ease-in-out;-o-transition: 0.3s ease-in-out;transition: 0.3s ease-in-out;}

	.phase-btn a:hover::before{content: "";position: absolute; right: 15px;top:25px;width: 45px;height: 2px;background: #333333;-moz-transition: 0.3s ease-in-out;-o-transition: 0.3s ease-in-out;transition: 0.3s ease-in-out;}
	.phase-btn a:hover::after{content: "";position: absolute;right: 13px;top:21px;width: 15px;height: 2px;border-top: 2px solid #333333;-webkit-transform: rotate(35deg);transform: rotate(35deg);-moz-transition: 0.3s ease-in-out;-o-transition: 0.3s ease-in-out;transition: 0.3s ease-in-out;}

	.phase-btn.small1{width:250px;border-radius:30px;}
	.phase-btn.small1 a{padding:8px 20px;}
	.phase-btn.small1 a::before{top:20px;}
	.phase-btn.small1 a::after{top:16px;}
	/*.phase-btn.small1 a::before,.phase-btn.small1 a::after{display:none;}*/
	.phase-btn.small2{width:300px;border-radius:30px;text-align:left;}
	.phase-btn.small2 a{padding:8px 20px;text-align:left;}
	.phase-btn.small2 a::before{top:20px;}
	.phase-btn.small2 a::after{top:16px;}
	.phase-btn.small3{width:300px;border-radius:30px;}
	.phase-btn.small3 a{padding:8px 20px;}
	.phase-btn.small3 a::before{top:20px;}
	.phase-btn.small3 a::after{top:16px;}


	.works1-btn{width: 200px; background: #ffffff;color: #333333;margin: auto;border-radius: 25px;-moz-transition: 0.3s ease-in-out;-o-transition: 0.3s ease-in-out;transition: 0.3s ease-in-out;}
	.works1-btn:hover{width: 200px; background: #333333;margin: auto;border-radius: 25px;-moz-transition: 0.3s ease-in-out;-o-transition: 0.3s ease-in-out;transition: 0.3s ease-in-out;}
	.works1-btn a{position: relative;padding: 10px;display: block; color: #333333;text-align: center;-moz-transition: 0.3s ease-in-out;-o-transition: 0.3s ease-in-out;transition: 0.3s ease-in-out;}
	.works1-btn a:hover{position: relative;padding: 10px;display: block; color: #ffffff;text-align: center;-moz-transition: 0.3s ease-in-out;-o-transition: 0.3s ease-in-out;transition: 0.3s ease-in-out;}
	.works1-btn a::before{content: "";position: absolute;top:15px;right: 15px;width: 8px;height: 8px;border-top: 2px solid #333333;border-right: 2px solid #333333;-webkit-transform: rotate(45deg);transform: rotate(45deg);-moz-transition: 0.3s ease-in-out;-o-transition: 0.3s ease-in-out;transition: 0.3s ease-in-out;}
	.works1-btn a:hover::before{content: "";position: absolute;top:15px;right: 15px;width: 8px;height: 8px;border-top: 2px solid #ffffff;border-right: 2px solid #ffffff;-webkit-transform: rotate(45deg);transform: rotate(45deg); webkit-transition: 0.3s ease-in-out;-moz-transition: 0.3s ease-in-out;-o-transition: 0.3s ease-in-out;transition: 0.3s ease-in-out;}

	.top-material-btn{margin: auto; position: absolute;bottom: 25px;left: 0;right: 0;background: url("../img/top/btnMaterial.png")no-repeat;background-size: cover;width: 100px;height: 35px; -webkit-transition: 0.3s ease-in-out;-moz-transition: 0.3s ease-in-out;-o-transition: 0.3s ease-in-out;transition: 0.3s ease-in-out;}
	.top-material-btn:hover{opacity: 0.5;-webkit-transition: 0.3s ease-in-out;-moz-transition: 0.3s ease-in-out;-o-transition: 0.3s ease-in-out;transition: 0.3s ease-in-out;}

	.top-voice-btn{max-width: 176px; margin:50px auto 0; -webkit-transition: 0.3s ease-in-out;-moz-transition: 0.3s ease-in-out;-o-transition: 0.3s ease-in-out;transition: 0.3s ease-in-out;}
	.top-voice-btn:hover{-webkit-transition: 0.3s ease-in-out;-moz-transition: 0.3s ease-in-out;-o-transition: 0.3s ease-in-out;transition: 0.3s ease-in-out;}
}

@media screen and (max-width: 767px) {
	.phase-btn{width: 100%; background: #333333;color: #ffffff;margin: auto;border-radius: 45px;webkit-transition: 0.3s ease-in-out;-moz-transition: 0.3s ease-in-out;-o-transition: 0.3s ease-in-out;transition: 0.3s ease-in-out;}
	.phase-btn:hover{background: #ffffff; webkit-transition: 0.3s ease-in-out;box-shadow: 0 0 0 1px #333333 inset;-moz-transition: 0.3s ease-in-out;-o-transition: 0.3s ease-in-out;transition: 0.3s ease-in-out;}
	.phase-btn a{position: relative; padding: 20px;display: block; color: #ffffff;text-align: center;}
	.phase-btn a:hover{color: #333333;-moz-transition: 0.3s ease-in-out;-o-transition: 0.3s ease-in-out;transition: 0.3s ease-in-out;}

	.phase-btn a::before{content: "";position: absolute; right: 15px;top:30px;width: 45px;height: 2px;background: #ffffff;}
	.phase-btn a::after{content: "";position: absolute;right: 13px;top:26px;width: 15px;height: 2px;border-top: 2px solid #ffffff;-webkit-transform: rotate(35deg);transform: rotate(35deg);}

	.phase-btn a:hover::before{content: "";position: absolute; right: 15px;top:30px;width: 45px;height: 2px;background: #333333;-moz-transition: 0.3s ease-in-out;-o-transition: 0.3s ease-in-out;transition: 0.3s ease-in-out;}
	.phase-btn a:hover::after{content: "";position: absolute;right: 13px;top:26px;width: 15px;height: 2px;border-top: 2px solid #333333;-webkit-transform: rotate(35deg);transform: rotate(35deg);-moz-transition: 0.3s ease-in-out;-o-transition: 0.3s ease-in-out;transition: 0.3s ease-in-out;}




	.works1-btn{width: 100%; background: #ffffff;color: #333333;margin: auto;border-radius: 25px;-moz-transition: 0.3s ease-in-out;-o-transition: 0.3s ease-in-out;transition: 0.3s ease-in-out;}
	.works1-btn:hover{width: 100%; background: #333333;margin: auto;border-radius: 25px;-moz-transition: 0.3s ease-in-out;-o-transition: 0.3s ease-in-out;transition: 0.3s ease-in-out;}
	.works1-btn a{position: relative;padding: 10px;display: block; color: #333333;text-align: center;-moz-transition: 0.3s ease-in-out;-o-transition: 0.3s ease-in-out;transition: 0.3s ease-in-out;}
	.works1-btn a:hover{-moz-transition: 0.3s ease-in-out;-o-transition: 0.3s ease-in-out;transition: 0.3s ease-in-out;position: relative;padding: 10px;display: block; color: #ffffff;text-align: center;border-radius: 25px;}
	.works1-btn a::before{content: "";position: absolute;top:15px;right: 15px;width: 8px;height: 8px;border-top: 2px solid #333333;border-right: 2px solid #333333;-webkit-transform: rotate(45deg);transform: rotate(45deg);-moz-transition: 0.3s ease-in-out;-o-transition: 0.3s ease-in-out;transition: 0.3s ease-in-out;}
	.works1-btn a:hover::before{content: "";position: absolute;top:15px;right: 15px;width: 8px;height: 8px;border-top: 2px solid #ffffff;border-right: 2px solid #ffffff;-webkit-transform: rotate(45deg);transform: rotate(45deg); webkit-transition: 0.3s ease-in-out;-moz-transition: 0.3s ease-in-out;-o-transition: 0.3s ease-in-out;transition: 0.3s ease-in-out;}

	.top-material-btn{margin: auto; position: absolute;bottom: 25px;left: 0;right: 0;background: url("../img/top/btnMaterial.png")no-repeat;background-size: cover;width: 100px;height: 35px; -webkit-transition: 0.3s ease-in-out;-moz-transition: 0.3s ease-in-out;-o-transition: 0.3s ease-in-out;transition: 0.3s ease-in-out;}
	.top-material-btn:hover{opacity: 0.5;-webkit-transition: 0.3s ease-in-out;-moz-transition: 0.3s ease-in-out;-o-transition: 0.3s ease-in-out;transition: 0.3s ease-in-out;}

	.top-voice-btn{max-width: 176px; margin:50px auto 0; -webkit-transition: 0.3s ease-in-out;-moz-transition: 0.3s ease-in-out;-o-transition: 0.3s ease-in-out;transition: 0.3s ease-in-out;}
	.top-voice-btn:hover{-webkit-transition: 0.3s ease-in-out;-moz-transition: 0.3s ease-in-out;-o-transition: 0.3s ease-in-out;transition: 0.3s ease-in-out;}
}

/* =============================================================================
	section共通
   ========================================================================== */

@media screen and (min-width: 768px) {
	section h2{margin-bottom: 30px; font-size: 30px; text-align: center;line-height: 40px;}
	section h2 span{font-size: 20px;}
}

@media screen and (max-width: 767px) {
	section h2{margin-bottom: 30px; font-size: 30px;text-align: center;line-height: 40px;}
	section h2 span{font-size: 20px;}
}



/* =============================================================================
	採用勉強会受付
   ========================================================================== */
@media screen and (min-width: 768px) {
	/*.top-cont{background: url("../img/top/keydammy.jpg")no-repeat center;background-size: cover;margin-top: 78px;position: relative;}
	.top-cont h1{font-weight: bold;font-size: 45px;color: #fff;text-align: center;padding: 220px 0;}*/


	.study-top a{position: fixed;display: block; bottom: 20px;right: 0;z-index: 998;-webkit-transform:translateX(0%);transform:translateX(0%);transition: .5s ease-in-out;}
	#study-input:checked ~ .study-top a{z-index: 999;-webkit-transform:translateX(110%);transform:translateX(110%);transition: .3s ease-in-out;}
	.study-top img{display: block;}
	.study-top img:hover{opacity: 0.7!important;}

	#study-open {display:block;background: #ff7606;border: 3px solid #ff7606; width: 30px;height: 30px;vertical-align: middle;position: fixed;right: 1px;bottom: 139px; box-sizing: border-box;transition: .53s ease-in-out;cursor: pointer;z-index: 1000;border-radius: 0 7px 0 15px;}
	#study-open span:nth-of-type(1){position: absolute;height: 2px;/*線の太さ*/width: 20px;/*長さ*/border-radius: 3px;background: #ffffff;display: block;content: '';cursor: pointer;z-index: 999;transition: .5s ease-in-out;-webkit-transform:translateX(3px) translateY(11px) rotate(-45deg);transform:translateX(3px) translateY(11px) rotate(-45deg);transition: .5s ease-in-out;}
	#study-open span:nth-of-type(2){position: absolute;height: 2px;/*線の太さ*/width: 20px;/*長さ*/border-radius: 3px;background: #ffffff;display: block;content: '';cursor: pointer;z-index: 999;top: 8px;transition: .5s ease-in-out;-webkit-transform:translateX(3px) translateY(4px) rotate(45deg);transform:translateX(3px) translateY(4px) rotate(45deg);transition: .5s ease-in-out;}

	#study-open:hover {display:block;background: #fff;border: 3px solid #ff7606; width: 30px;height: 30px;vertical-align: middle;position: fixed;right: 1px;bottom: 139px; box-sizing: border-box;transition: .53s ease-in-out;cursor: pointer;z-index: 1000;border-radius: 0 7px 0 15px;}
	#study-open:hover span:nth-of-type(1) {background: #ff7606;}
	#study-open:hover span:nth-of-type(2) {background: #ff7606;}


	#study-input:checked ~ #study-open{width: 40px;position: fixed;right: -10px; transition: .3s ease-in-out;cursor: pointer;cursor: hand;z-index: 998;border-radius: 15px 0 0 15px;}
	#study-input:checked ~ #study-open span:nth-of-type(1){width: 13px;-webkit-transform:translateX(6px) translateY(7px) rotate(-45deg);transform:translateX(6px) translateY(7px) rotate(-45deg);transition: .5s ease-in-out;}
	#study-input:checked ~ #study-open span:nth-of-type(2) {width: 13px;-webkit-transform:translateX(6px) translateY(7px) rotate(45deg);transform:translateX(6px) translateY(7px) rotate(45deg);transition: .5s ease-in-out;}


}


@media screen and (max-width: 1390px) {
	.study-box .pc{display: block!important;}
	.study-box .sp{display: none!important;}
}

@media screen and (max-width: 767px) {
	.study-box .pc{display: none!important;}
	.study-box .sp{display: block!important;}
	#study-input{display: none!important;}
	.study-top a{width: 100%; position: fixed;display: block; bottom: 0;background: #ffffff;padding: 20px 0 10px; z-index: 998;-webkit-transform:translateY(0%);transform:translateY(0%);transition: .5s ease-in-out;border-top: 5px solid #ff7606; box-shadow: 0px 1px 5px #525252;}
	#study-input:checked ~ .study-top a{z-index: 999;-webkit-transform:translateY(110%);transform:translateY(110%);transition: .3s ease-in-out;}
	.study-sp-box{max-width: 300px; margin: auto;}
	.study-sp-box img{display: inline-block;}
	.study-sp-box img:nth-child(2){margin:0 0 1px 10px;}
	.studyimg1{margin-bottom: 30px;}

	#study-open {display:block;background: #ff7606;border: 3px solid #ff7606; width: 40px;height: 40px;vertical-align: middle;position: fixed;right: 0;bottom: 53px; box-sizing: border-box;transition: .5s ease-in-out;cursor: pointer;z-index: 1000;border-radius: 0 0 0 15px;}
	#study-open span:nth-of-type(1){position: absolute;height: 2px;/*線の太さ*/width: 20px;/*長さ*/border-radius: 3px;background: #ffffff;display: block;content: '';cursor: pointer;z-index: 999;transition: .5s ease-in-out;-webkit-transform:translateX(7px) translateY(15px) rotate(-45deg);transform:translateX(7px) translateY(15px) rotate(-45deg);transition: .5s ease-in-out;}
	#study-open span:nth-of-type(2){position: absolute;height: 2px;/*線の太さ*/width: 20px;/*長さ*/border-radius: 3px;background: #ffffff;display: block;content: '';cursor: pointer;z-index: 999;top: 8px;transition: .5s ease-in-out;-webkit-transform:translateX(8px) translateY(8px) rotate(45deg);transform:translateX(8px) translateY(8px) rotate(45deg);transition: .5s ease-in-out;}


	#study-input:checked ~ #study-open{height: 50px;position: fixed;margin:0px 0px 0 0;bottom: -10px;transition: .3s ease-in-out;cursor: pointer;cursor: hand;z-index: 998;border-radius: 15px 0 0 0;}
	#study-input:checked ~ #study-open span:nth-of-type(1){width: 15px;-webkit-transform:translateX(6px) translateY(17px) rotate(-45deg);transform:translateX(6px) translateY(17px) rotate(-45deg);transition: .5s ease-in-out;}
	#study-input:checked ~ #study-open span:nth-of-type(2) {width: 15px;-webkit-transform:translateX(16px) translateY(9px) rotate(45deg);transform:translateX(16px) translateY(9px) rotate(45deg);transition: .5s ease-in-out;}


	.study-box dl {
		margin: 0;
		padding: 0;
		color: #000;
	}

	.study-box dl dt {
		margin: 0 0 8px;
		padding: 0;
		font-size: 22px;
		font-weight: 600;
		text-align: center;
	}

	.study-box dl dd {
		margin: 0;
		padding: 0 30px;
		color: #fff;
		font-weight: 500;
		text-align: center;
		background-color: #ff7606;
		border-radius: 20px;
		position: relative;
		z-index: 0;
	}

	.study-box dl dd:after {
		content: "";
		width: 7px;
		height: 7px;
		margin: auto;
		cursor: default;
		position: absolute;
		top: 9px;
		right: 56px;
		display: block;
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}

}

/* =============================================================================
	top-works
   ========================================================================== */

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

/* ===================================== top-works1 ========================================================================== */
	.top-works1{
		background: url("../img/top/bgMovie.jpg")no-repeat center;background-size: cover;
		padding: 120px 0 90px;
	}
	.top-works1 h2{
		color: #ffffff;
		margin:0 0 20px;
	}


/* ===================================== top-works2 ========================================================================== */
	.top-works2{
		background: url("../img/top/bgWorks.jpg")no-repeat center;background-size: cover;
		padding: 70px 0 120px;
	}
	.top-works2 h2{
		color: #ffffff;
		margin:0 0 40px;
	}
	/*.works2-list ul{display: flex;}*/
	.works2-list ul{width: 1080px; display: block;margin: auto;}
	.works2-list ul li{width: 343px; display: inline-block; background: #ffffff;border-radius: 5px;-moz-opacity: 0.4;-webkit-transition: 0.3s ease-in-out;-moz-transition: 0.3s ease-in-out;-o-transition: 0.3s ease-in-out;transition: 0.3s ease-in-out;}
	.works2-list li:nth-child(2),.works2-list li:nth-child(5){margin: 0 20px;}
	.works2-list li:nth-child(n+4):nth-child(-n+6){margin-top:20px;}
	.works2-list ul li:hover{background: #333333;-moz-opacity: 0.4;-webkit-transition: 0.3s ease-in-out;-moz-transition: 0.3s ease-in-out;-o-transition: 0.3s ease-in-out;transition: 0.3s ease-in-out;}
	.works2-list ul li a{position: relative; padding: 30px 20px;display: block;font-weight: bold;font-size: 15px;}
	.works2-list ul li a::before{content: "";position: absolute; right: 15px;top:40px;width: 25px;height: 2px;background: #067122;}
	.works2-list ul li a::after{content: "";position: absolute;right: 13px;top:37px;width: 12px;height: 2px;border-top: 2px solid #067122;-webkit-transform: rotate(35deg);transform: rotate(35deg);}
}

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

/* ===================================== top-works1 ========================================================================== */
	.top-works1{
		background: url("../img/top/bgMovie.jpg")no-repeat center;background-size: cover;
		padding: 120px 0 90px;
	}
	.top-works1 h2{
		color: #ffffff;
		margin:0 0 20px;
	}


/* ===================================== top-works2 ========================================================================== */
	.top-works2{
		background: url("../img/top/bgWorks.jpg")no-repeat center;background-size: cover;
		padding: 70px 0 120px;
	}
	.top-works2 h2{
		color: #ffffff;
		margin:0 0 40px;
	}
	/*.works2-list ul{display: flex;}*/
	.works2-list ul{width: 730px; display: block;margin: auto;}
	.works2-list ul li{width: 343px; display: inline-block; background: #ffffff;border-radius: 5px;-moz-opacity: 0.4;-webkit-transition: 0.3s ease-in-out;-moz-transition: 0.3s ease-in-out;-o-transition: 0.3s ease-in-out;transition: 0.3s ease-in-out;}
	.works2-list li:nth-child(2),.works2-list li:nth-child(4),.works2-list li:nth-child(6){margin: 0 20px;}
	.works2-list li:nth-child(n+4):nth-child(-n+6){margin-top:20px;}
	.works2-list ul li:hover{background: #333333;-moz-opacity: 0.4;-webkit-transition: 0.3s ease-in-out;-moz-transition: 0.3s ease-in-out;-o-transition: 0.3s ease-in-out;transition: 0.3s ease-in-out;}
	.works2-list ul li a{position: relative; padding: 30px 20px;display: block;font-weight: bold;font-size: 15px;}
	.works2-list ul li a::before{content: "";position: absolute; right: 15px;top:40px;width: 25px;height: 2px;background: #067122;}
	.works2-list ul li a::after{content: "";position: absolute;right: 13px;top:37px;width: 12px;height: 2px;border-top: 2px solid #067122;-webkit-transform: rotate(35deg);transform: rotate(35deg);}
}

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

/* ===================================== top-works1 ========================================================================== */
	.top-works1{
		background: url("../img/top/bgMovie.jpg")no-repeat center;background-size: cover;padding: 120px 0 90px;
	}
	.top-works1 h2{
		color: #ffffff;
	}


/* ===================================== top-works2 ========================================================================== */
	.top-works2{
		background: url("../img/top/bgWorks.jpg")no-repeat center;background-size: cover;padding: 120px 0 90px;
	}
	.top-works2 h2{
		color: #ffffff;
	}
	/*.works2-list ul{display: flex;}*/
	.works2-list ul{width: auto!important; display: block;margin: auto;}
	.works2-list ul li{width: 100%; display: block; background: #ffffff;border-radius: 5px;-moz-opacity: 0.4;-webkit-transition: 0.3s ease-in-out;-moz-transition: 0.3s ease-in-out;-o-transition: 0.3s ease-in-out;transition: 0.3s ease-in-out;}
	.works2-list ul li:hover{background: #333333;-moz-opacity: 0.4;-webkit-transition: 0.3s ease-in-out;-moz-transition: 0.3s ease-in-out;-o-transition: 0.3s ease-in-out;transition: 0.3s ease-in-out;}
	.works2-list ul li a{position: relative; padding: 30px 60px 30px 30px;display: block;font-weight: bold;font-size: 15px;}
	.works2-list ul li a::before{content: "";position: absolute; right: 15px;top:40px;width: 25px;height: 2px;background: #067122;}
	.works2-list ul li a::after{content: "";position: absolute;right: 13px;top:37px;width: 12px;height: 2px;border-top: 2px solid #067122;-webkit-transform: rotate(35deg);transform: rotate(35deg);}

	.works2-list li:nth-child(n+1):nth-child(-n+5){margin:0 0 20px;}
	.works2-list li:nth-child(6){margin: 0!important;}

}




/* =============================================================================
	top-client
   ========================================================================== */

body .bx-wrapper {
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
border: none;
background: transparent;
width: 100%;
max-width: 100%!important;
}

/*20200123 add*/
.client-loop{
	width: 100%;
	height: 70px;
	margin:20px 0;
    background: url(../img/top/client.jpg) repeat-x;
    background-position: center;
    -webkit-animation: bgroop 70s linear infinite;
    animation: bgroop 70s linear infinite;}
	@-webkit-keyframes bgroop {
		from {
			background-position: 0  0;
		}
		to {
			background-position: -3055px 0;
		}
	}
	@keyframes bgroop {
		from {
			background-position: 0 0;
		}
		to {
			background-position: -3055px 0;
		}
	}


@media screen and (min-width: 768px) {
	.top-client{padding: 40px 0 70px;}
	.top-client li{width: 160px;border: solid 3px #89c997;}
	.top-client li a{display: block;height: 50px;}
	.top-client li img{display: block;margin: auto;}

}

@media screen and (max-width: 767px) {
	.top-client{padding: 40px 0 70px;}
}




/* =============================================================================
	top-material
   ========================================================================== */

@media screen and (min-width: 1285px) {
	.top-material{background: url("../img/top/bgMaterial.png")no-repeat 100%;background-size: cover;padding: 55px 85px;}
	.top-material h2{margin-bottom: 30px;color: #1e3601;}
	.top-material h2 span{color: #478400;}
	.top-material img{margin: 35px 0 0;}
	.top-material p{font-weight: bold;font-size: 17px;}
	.top-material ul li{position: relative;display: inline-block;width: 343px;height: 295px;background: #ffffff;vertical-align: top;border-radius: 10px;text-align: center;box-shadow:10px;}
	.top-material ul li:nth-child(2){margin: 0 20px;}
	.top-material ul li a{display: block;position: absolute;top:0;left:0;width:100%;height:100%;}
	.top-material ul li a:hover{color: #BBBBBB;}




}

@media screen and (max-width: 1284px) {
	.top-material{background: url("../img/top/bgMaterial.png")no-repeat 100%;background-size: cover;padding: 55px 0;}
	.top-material h2{margin-bottom: 30px;color: #1e3601;}
	.top-material h2 span{color: #478400;}
	.top-material img{margin: 35px 0 0;}
	.top-material p{font-weight: bold;font-size: 17px;}
	.top-material ul li{position: relative;display: inline-block;width: 100%;height: 295px;background: #ffffff;vertical-align: top;border-radius: 10px;text-align: center;box-shadow:10px;}
	.top-material ul li:nth-child(2){margin: 20px 0;}
	.top-material ul li a{display: block;position: absolute;top:0;left:0;width:100%;height:100%;}
	.top-material ul li a:hover{color: #BBBBBB;}
}

/* =============================================================================
	top-advantage
   ========================================================================== */



.top-advantage ul li a{display: block;height: 290px;}
.top-advantage ul li:hover{background: #8B8B8B;-webkit-transition: 0.3s ease-in-out;-moz-transition: 0.3s ease-in-out;-o-transition: 0.3s ease-in-out;transition: 0.3s ease-in-out;}

@media screen and (min-width: 1423px) {
	.top-advantage {background: #f2f1ed;padding: 50px 0;}
	.top-advantage .wrap{max-width: 1400px;}
	.top-advantage h2{font-size: 50px;color: #436c50;margin: 50px 0 30px;}
	.top-advantage ul li{display: inline-block;text-align: center;background: #ffffff;width: 250px;height: 290px;border-radius: 10px;vertical-align: top;}
	.top-advantage ul li +li{margin-left: 25px;}
	.top-advantage ul li img{ margin: 15px 0;}
	.top-advantage ul li:nth-child(2) img{ margin: 42px 0 15px;}
	.top-advantage ul li:nth-child(3) img{ margin: 15px 0 27px;}
	.top-advantage ul li:nth-child(4) img{ margin: 15px 0 12px;}
	.top-advantage ul li:nth-child(5) img{ margin: 10px 0 12px;}


	.top-advantage ul li h3{font-weight: bold;font-size: 45px;}
	.top-advantage ul li p{font-weight: bold;}


}

@media screen and (max-width: 1422px) {
	.top-advantage {background: #f2f1ed;padding: 50px 0;}
	.top-advantage .wrap{max-width: 1400px;}
	.top-advantage h2{font-size: 50px;color: #436c50;margin: 50px 0 30px;}
	.top-advantage ul li{display: block;text-align: center;background: #ffffff;width: 100%;height: 290px;border-radius: 10px;vertical-align: top;}
	.top-advantage ul li +li{margin-top: 25px;}
	.top-advantage ul li img{ margin: 15px 0;}
	.top-advantage ul li:nth-child(2) img{ margin: 42px 0 15px;}
	.top-advantage ul li:nth-child(3) img{ margin: 15px 0 27px;}
	.top-advantage ul li:nth-child(4) img{ margin: 15px 0 12px;}
	.top-advantage ul li:nth-child(5) img{ margin: 10px 0 12px;}


	.top-advantage ul li h3{font-weight: bold;font-size: 45px;}
	.top-advantage ul li p{font-weight: bold;}
}


/* ===================================== top-works3 ========================================================================== */
@media screen and (min-width: 768px) {
	.top-works3{background: url( "../img/top/bgWorksed.jpg")no-repeat center;background-size: cover;padding: 160px 0;}
	.top-works3 h2{color: #ffffff;margin: 0 0 20px;}

}

@media screen and (max-width: 767px) {
	.top-works3{background: url( "../img/top/bgWorksed.jpg")no-repeat center;background-size: cover;padding: 160px 0;}
	.top-works3 h2{color: #ffffff;margin: 0 0 20px;}

}


/* ===================================== top-voice ========================================================================== */
@media screen and (min-width: 990px) {
	.top-voice {padding: 50px 0;position: relative;}
	.top-voice ul {width: auto; display: table;margin: auto;}
	.top-voice ul li {display: inline-block;width: 290px;vertical-align: top;}
	.top-voice ul li +li{margin-left: 30px;}
	.top-voice ul li img{border: 3px solid #89c997;}
	.top-voice-thumb{position: relative;}
	.top-voice-thumb a::after{content: "";position: absolute;background: url("../img/top/icomVoice.png")no-repeat;width: 64px;height: 63px;right: 10px;bottom: -24px;}
	.top-voice-thumb a:hover::after{content: "";position: absolute;background: url("../img/top/icomVoice2.png")no-repeat;width: 64px;height: 63px;right: 10px;bottom: -24px;-webkit-transition: 0.3s ease-in-out;-moz-transition: 0.3s ease-in-out;-o-transition: 0.3s ease-in-out;transition: 0.3s ease-in-out;}

	.top-voice h3{margin: 40px 0 0;}

	.top-voice-txt{width: 85%;margin: auto;}
	.top-voice-txt p{margin: 25px 0 30px;}
	.top-voice-txt a{color: #16680d;position: relative;padding: 0 0 0 30px;}
	.top-voice-txt a:hover{color: #95C190;}
	.top-voice-txt a::after{content: "";background: url("../img/top/arrow.png")no-repeat;width: 14px;height: 5px;position: absolute;left: 0;top: 8px;}
	.top-voice-txt a:hover::after{opacity: 0.5; webkit-transition: 0.3s ease-in-out;-moz-transition: 0.3s ease-in-out;-o-transition: 0.3s ease-in-out;transition: 0.3s ease-in-out;}
}

@media screen and (max-width: 989px) {
	.top-voice {padding: 50px 0;position: relative;}
	.top-voice ul {width: auto; display: table;margin: auto;}
	.top-voice ul li {display: block;width: 100%;vertical-align: top;}
	.top-voice ul li +li{margin-top: 30px;}
	.top-voice ul li img{border: 3px solid #89c997;}
	.top-voice-thumb{max-width: 290px;margin: auto; position: relative;}
	.top-voice-thumb a::after{content: "";position: absolute;background: url("../img/top/icomVoice.png")no-repeat;width: 64px;height: 63px;right: 10px;bottom: -24px;}
	.top-voice-thumb a:hover::after{content: "";position: absolute;background: url("../img/top/icomVoice2.png")no-repeat;width: 64px;height: 63px;right: 10px;bottom: -24px;-webkit-transition: 0.3s ease-in-out;-moz-transition: 0.3s ease-in-out;-o-transition: 0.3s ease-in-out;transition: 0.3s ease-in-out;}


	.top-voice h3{margin: 40px 0 0;}

	.top-voice-txt{width: 70%;margin: auto;}
	.top-voice-txt p{margin: 25px 0 30px;}
	.top-voice-txt a{color: #16680d;position: relative;padding: 0 0 0 30px;}
	.top-voice-txt a:hover{color: #95C190;}
	.top-voice-txt a::after{content: "";background: url("../img/top/arrow.png")no-repeat;width: 14px;height: 5px;position: absolute;left: 0;top: 8px;}
	.top-voice-txt a:hover::after{opacity: 0.5; webkit-transition: 0.3s ease-in-out;-moz-transition: 0.3s ease-in-out;-o-transition: 0.3s ease-in-out;transition: 0.3s ease-in-out;}
}







@media screen and (min-width: 941px) {
.foot2 {
	width: 100%;
	background-color: #3FCF8B;
	height: 54px;
}
.foot2_box {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
.foot2_left {
	float: left;
	color: #FFF;
}
.foot2_left a {
	color: #FFF;
	text-decoration: none;
	line-height: 54px;
}
.foot2_left a:hover {
	color: #FFF;
	text-decoration: underline;
}
.foot2_right {
	float: right;
	font-size: 12px;
	color: #000;
	line-height: 54px;
}
.clear {
	clear: both;
	float: none;
}
}
@media screen and (max-width: 940px) {
.foot2 {
	width: 100%;
	background-color: #3FCF8B;

}
.foot2_box {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
.foot2_left {
	color: #FFF;
	text-align: center;
}
.foot2_left a {
	color: #FFF;
	text-decoration: none;
	line-height: 54px;
}
.foot2_left a:hover {
	color: #FFF;
	text-decoration: underline;
}
.foot2_right {
	font-size: 12px;
	color: #000;
	line-height: 54px;
	text-align: center;
}
.clear {
	clear: both;
	float: none;
}
}










/* =============================================================================
	phase
   ========================================================================== */
.phasebox{padding:10px 10px 55px;background:#f3f3f3;margin-top: 78px;}
.phasebox > p{display:flex;justify-content: center; align-items:center;font-size:25px;padding:30px 0;font-weight:bold;text-align:center;position:relative;}
.phasebox.-lower > p{font-size:20px;}
.phasebox > p > span{position:relative;}
.phasebox > p > span > img{position: absolute;right:-180px;bottom:-4px;}
.phasebox > p br{display:none;}
.phasebox > p img{margin-left:40px;}
.phasebox > div{background:#fff;padding:35px 0px;position:relative;max-width: 1350px;margin: auto;}
.phasebox > div::before{width: 0;height: 0;border-style: solid;border-width: 15px 13px 0 13px;border-color: #f3f3f3 transparent transparent transparent;position: absolute;left:0;right:0;margin:0 auto;top:0;content:'';}
.phasebox > div .phase-img{text-align:center;margin-bottom:30px;}

@media screen and (max-width: 1390px) {
	.phasebox{padding:10px 10px 55px;background:#f3f3f3;margin-top: 56px;}
	.pc {display: none!important;}
}

@media screen and (max-width: 1000px) {
.phasebox > p{display:flex;justify-content: center; align-items:center;font-size:25px;padding:10px 0;font-weight:bold;text-align:center;position:relative;}
	.phasebox > p{font-size:23px;}
	.phasebox > p > span > img{position: absolute;right:-155px;bottom:-10px;}
	.phasebox > p br{display:inline;}

}

@media screen and (max-width: 767px) {
	.phasebox > p{display:flex;justify-content: center; align-items:center;font-size:25px;padding:10px 0;font-weight:bold;text-align:center;position:relative;}
	.phasebox > p{font-size:18px;}
	.phasebox > p > span > img{height:30px;margin-left:10px;right:-70px;bottom:0;top:35px;margin:auto 0;}
	.phasebox > p br{display:inline;}
}




/* ---------------------------------------------------------------
start COMMON CSS
--------------------------------------------------------------- */

body {
	width: 100%;
	margin: 0;
	padding: 0;
	color: #000;
	font-family: 'Noto Sans JP', Meiryo, sans-serif;
	font-size: 14px;
	line-height: 26px;
	font-weight: 400;
	-webkit-text-size-adjust: 100%;
	background-repeat: no-repeat;
	background-position: top center;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

button {
	outline: none;
}

img {
	border: none;
	margin: 0;
	padding: 0;
	vertical-align: bottom;
	-ms-interpolation-mode: bicubic !important;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
}

h1,h2,h3,h4,h5,h6 {
	margin: 0;
	padding: 0;
	font-size: .8em;
	font-weight: normal;
}

ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0px;
}

.aligncenter {
	text-align: center;
}

.alignright {
	text-align: right;
}

.mt5 {margin-top: 5px;}
.mt10 {margin-top: 10px;}
.mt15 {margin-top: 15px;}
.mt20 {margin-top: 20px;}
.mt25 {margin-top: 25px;}
.mt30 {margin-top: 30px;}
.mt35 {margin-top: 35px;}
.mt40 {margin-top: 40px;}
.mt45 {margin-top: 45px;}
.mt50 {margin-top: 50px;}
.mt55 {margin-top: 55px;}
.mt60 {margin-top: 60px;}
.mt65 {margin-top: 65px;}
.mt70 {margin-top: 70px;}
.mt80 {margin-top: 80px;}
.mt85 {margin-top: 85px;}
.mb5 {margin-bottom: 5px;}
.mb10 {margin-bottom: 10px;}
.mb15 {margin-bottom: 15px;}
.mb20 {margin-bottom: 20px;}
.mb25 {margin-bottom: 25px;}
.mb30 {margin-bottom: 30px;}
.mb35 {margin-bottom: 35px;}
.mb40 {margin-bottom: 40px;}
.mb45 {margin-bottom: 45px;}
.mb50 {margin-bottom: 50px;}
.mb55 {margin-bottom: 55px;}
.mb60 {margin-bottom: 60px;}
.mb65 {margin-bottom: 65px;}
.ml1em {margin-left: 1em;}
.ml5 {margin-left: 5px;}
.ml10 {margin-left: 10px;}
.ml15 {margin-left: 15px;}
.ml20 {margin-left: 20px;}
.ml25 {margin-left: 25px;}
.ml30 {margin-left: 30px;}
.ml35 {margin-left: 35px;}
.ml40 {margin-left: 40px;}
.ml45 {margin-left: 45px;}
.ml50 {margin-left: 50px;}
.ml55 {margin-left: 55px;}
.ml60 {margin-left: 60px;}
.ml65 {margin-left: 65px;}
.ml70 {margin-left: 70px;}
.ml75 {margin-left: 75px;}
.ml80 {margin-left: 80px;}
.ml85 {margin-left: 85px;}
.ml90 {margin-left: 90px;}
.mr5 {margin-right: 5px;}
.mr10 {margin-right: 10px;}
.mr15 {margin-right: 15px;}
.mr20 {margin-right: 20px;}
.mr25 {margin-right: 25px;}
.mr30 {margin-right: 30px;}
.mr35 {margin-right: 35px;}
.mr40 {margin-right: 40px;}
.mr45 {margin-right: 45px;}
.mr50 {margin-right: 50px;}
.mr55 {margin-right: 55px;}
.mr60 {margin-right: 60px;}

.fleft {
	float: left;
}

.fright {
	float: right;
}

.note {
	font-size: .7em;
}

.red {
	color: #ae131b;
}

.underline {
	text-decoration: underline;
}

.iblock {
	display: inline-block;
}

.indent1 {
	padding-left: 1em;
	text-indent: -1em;
}



/* --------------- header --------------- */


#head-bg {
	height: 65px;
}

.head-nav {
	max-width: 1200px;
	height: 100%;
	margin: 0 auto;
	padding: 0 0 0 30px;
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	   -ms-flex-align: center;
	      align-items: center;
}

.headlogo {
	width: 186px;
	margin: 0 30px 0 0;
	padding: 0;
	font-size: 12px;
	font-weight: 600;
	line-height: 2;
	text-align: center;
	position: static;
}

.headlogo img {
	width: 100%;
}

.headlogo a {
	color: #000;
}

.head-tel {
	width: 225px;
	color: #000;
	position: static;
}

.head-tel a {
	color: #000;
}

.head-tel .icon_tel {
	margin: 0 0 3px;
	padding: 0 0 0 20px;
	font-size: 25px;
	font-weight: 600;
	background-image: url(../img/gloabal/icon_tel.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 15px auto;
	display: inline-block;
	vertical-align: bottom;
}

.head-tel p {
	font-size: 12px;
	font-weight: 500;
	line-height: 1.2;
}

nav {
	font-family: 'Noto Sans JP', Meiryo, sans-serif!important;
}

#nav-content {
	height: 100%;
}

.head-nav ul {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	float: none;
}

.head-nav ul li {
	width: calc(100% / 6);
	letter-spacing: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.head-nav ul li a {
	width: 100%;
	height: 100%;
	padding: 0 4px;
	font-size: 15px;
	font-weight: 400;
	color: #000;
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	   -ms-flex-pack: center;
	 justify-content: center;
}

.head-nav li:nth-child(5) a,
.head-nav li:last-child a {
	width: 100%;
	padding: 0 0 6px 0 !important;
	-webkit-box-align: end;
	   -ms-flex-align: end;
	      align-items: flex-end;
	box-sizing: border-box;
}

.head-icom {
	margin: 0 auto 5px;
}

.head-icom {
	width: 35px;
}

.head-nav li:last-child .head-icom {
	width: 21px;
}

.head-nav li span:not(.inner):not(.iblock) {
	font-size: 12px;
}

#nav-drawer {
	width: calc(100% - 186px - 50px - 225px);
	height: 100%;
}

#nav-close {
	display: none;
}

#nav-open {
	display: none;
}


/* --------------- header --------------- */

#nav_header {
	width: calc(100% - 186px - 30px - 225px);
	height: 100%;
	margin: 0;
	padding: 0;
}

#wrap_nav {
	height: 100%;
	margin: 0;
	padding: 0;
}

#wrap_nav ul {
	height: 100%;
	margin: 0;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	float: none;
}

#wrap_nav ul li {
	width: calc(100% / 6);
	margin: 0;
	padding: 0;
	text-align: center;
	letter-spacing: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

#wrap_nav ul li a {
	width: 100%;
	height: 100%;
	padding: 0 4px;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.4em;
	color: #000;
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	   -ms-flex-pack: center;
	 justify-content: center;
}

#wrap_nav ul li.study a,
#wrap_nav ul li.contact a {
	width: 100%;
	padding: 0 0 9px !important;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	letter-spacing: 0.2em;
	box-sizing: border-box;
}


.study .head-icom {
	display: block;
	margin: 0 auto 7px;
}

.contact .head-icom {
	display: block;
	margin: 0 auto 8px;
}

#wrap_nav ul li:hover{background-color: #A6D9AA;}

#wrap_nav ul li.study {
	background: #63c76a;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
#wrap_nav ul li.study a {
	width: 120px;
}
#wrap_nav ul li.study:hover {
	background: #A6D9AA;
}

#wrap_nav ul li.contact {
	background: #e4007f;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
#wrap_nav ul li.contact a {
	width: 120px;
}
#wrap_nav ul li.contact:hover {
	background: #D98BB7
}

.icon-hamburger {display: none;}



/* --------------- footer --------------- */

footer {
	padding-bottom: 25px;
}

.logo_foot {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: 600;
	line-height: 1;
}

.logo_foot img {
	width: 229px;
	margin: 0 10px 0 0;
	display: inline-block;
	vertical-align: text-bottom;
}

.logo_foot a {
	color: #000;
	transition: 0.3s ease-in-out;
}

.logo_foot a:hover {
	opacity: 0.6;
}

.logo_foot a:hover img {
	opacity: 1;
}

.foot-tel a {
	padding: 0 0 0 21px;
	text-decoration: none;
	color: #000;
	font-size: 25px;
	font-weight: 600;
	line-height: 1;
	display: inline-block;
	background-image: url(../img/gloabal/icon_tel.png);
	background-repeat: no-repeat;
	background-size: 15px auto;
	background-position: left center;
}

.foot-time {
	font-size: 13px;
	line-height: 1.6;
}



/* --------------- top --------------- */

.col_topmain {
	height: 625px;
	margin: 65px 0 0 0;
	padding: 28px 0 0 0;
	background-image: url(../img/top/bg_mainimg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	box-sizing: border-box;
}

.inner_topmain {
	max-width: 940px;
	margin: 0 auto;
	padding: 0;
}

.catch_topmain {
	margin: 0 0 10px;
	padding: 0;
	line-height: 1.1;
	transform: skewX(-15deg);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	   -ms-flex-pack: center;
	 justify-content: center;
}

.catch_topmain .txt1 {
	margin: 0 6px 0 0;
	padding: 4px 6px 6px;
	color: #fff;
	font-size: 30px;
	font-weight: 600;
	background-color: #1abb5b;
	box-shadow: 3px 3px 9px -3px #232323;
	display: inline-block;
}

.catch_topmain .txt2 {
	margin: 0 6px 0 0;
	padding: 4px 6px 6px;
	color: #fff;
	font-size: 30px;
	font-weight: 600;
	background-color: #f82d96;
	box-shadow: 3px 3px 9px -3px #232323;
	display: inline-block;
}

.catch_topmain .txt3 {
	margin: 0 8px 0 0;
	padding: 2px 0 0 0;
	color: #fff;
	font-size: 17px;
	line-height: 1.1;
	font-weight: 600;
	text-shadow: 1px 1px 8px #101010;
	display: inline-block;
}

.catch_topmain .txt4 {
	padding: 2px 0 0 0;
	color: #ffee31;
	font-size: 34px;
	font-weight: 600;
	text-shadow: 1px 1px 8px #101010;
	display: inline-block;
}

.img_topmain {
	max-width: 866px;
	margin: 0 auto;
	position: relative;
	z-index: 0;
}

.graph_topmain {
	max-width: 634px;
	margin: 0 auto;
}

.link_topmain {
	margin: 0;
	padding: 0;
	color: #fff;
	font-size: 16px;
	font-weight: 900;
	line-height: 1.3;
	text-decoration: none;
	position: absolute;
}

.link1.link_topmain {
	top: 38px;
	right: 98px;
}

.link2.link_topmain {
	top: 180px;
	right: 13px;
}

.link3.link_topmain {
	top: 338px;
	right: 132px;
}

.link4.link_topmain {
	top: 315px;
	left: 94px;
}

.link5.link_topmain {
	top: 161px;
	left: 12px;
}

.link6.link_topmain {
	top: 37px;
	left: 89px;
}

.link_topmain {
	text-align: center;
}

.link_topmain dl {
	margin: 0 0 8px;
	padding: 0;
}

.link_topmain dl dt {
	width: 56px;
	margin: 0 auto 10px;
	padding: 0;
	letter-spacing: 0.01em;
	text-indent: 0.01em;
}

.link_topmain dl dt img {
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.link_topmain dl dd {
	margin: 0;
	padding: 0;
}

.link_topmain .btn {
	width: 92px;
	margin: 0 auto;
	padding: 4px 10px 4px 0;
	color: #fff;
	text-align: center;
	line-height: 1;
	font-size: 18px;
	font-weight: 200;
	letter-spacing: 0.04em;
	border-radius: 20px;
	border-width: 1px;
	border-style: solid;
	display: block;
	box-sizing: border-box;
	position: relative;
	z-index: 0;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.link1.link_topmain .btn,
.link4.link_topmain .btn {
	background-color: #f18c0c;
	border-color: #f18c0c;
}
.link2.link_topmain .btn {
	background-color: #049abb;
	border-color: #049abb;
}
.link3.link_topmain .btn,
.link5.link_topmain .btn {
	background-color: #ea6f0d;
	border-color: #ea6f0d;
}
.link6.link_topmain .btn {
	background-color: #9a4ec0;
	border-color: #9a4ec0;
}

.link_topmain .btn img {
	width: 40px;
}

.link_topmain .btn:after {
	content: "";
	width: 6px;
	height: 6px;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 12px;
	display: block;
	cursor: pointer;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.btn_topmain {
	width: 200px;
	margin: 15px auto 0;
	padding: 3px 0;
	color: #000;
	font-size: 12px;
	font-weight: 400;
	text-align: center;
	text-decoration: none;
	background-color: #fff;
	border: solid 1px #fff;
	border-radius: 30px;
	display: block;
	position: relative;
	z-index: 0;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.btn_topmain:after {
	content: "";
	width: 7px;
	height: 7px;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 20px;
	z-index: -1;
	display: block;
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	cursor: pointer;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	transition: all .2s;
}

.col_topabout {
	width: 100%;
	max-width: 1200px;
	min-height: 290px;
	margin: 0 auto 55px;
	padding: 0 0 30px;
	background-image: url(../img/top/bg_topabout.jpg);
	background-repeat: no-repeat;
	background-size: 1200px auto;
	background-position: center top;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.mds_topabout {
	margin: 0 auto 25px;
	padding: 0;
	color: #20b286;
	font-size: 27px;
	font-weight: 900;
	text-align: center;
}

.col_topabout .lead {
	width: 96%;
	margin: 0 auto 20px;
	padding: 0;
	font-size: 16px;
	font-weight: 600;
	text-align: center;
}

a.btn_topabout {
	width: 200px;
	height: 36px;
	margin: 0 auto;
	padding: 3px 0 0;
	font-size: 13px;
	font-weight: 500;
	text-align: center;
	background-color: rgba(32,178,134,0);
	border: solid 2px #20b286;
	border-radius: 18px;
	-moz-border-radius: 18px;
	-webkit-border-radius: 18px;
	box-sizing: border-box;
	display: block;
	position: relative;
	z-index: 0;
}

a.btn_topabout:before {
	content: "";
	width: 8px;
	height: 8px;
	margin: -5px 0 0;
	padding: 0;
	border-top: solid 2px #000;
	border-right: solid 2px #000;
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transition: border .3s;
	-moz-transition: border .3s;
	-webkit-transition: border .3s;
	position: absolute;
	top: 50%;
	right: 14px;
}

.col_topvideo {
	height: 445px;
	margin: 0;
	padding: 62px 0 0 0;
	background-image: url(../img/top/bg_topvideo.gif);
	background-repeat: no-repeat;
	background-position: center top;
	box-sizing: border-box;
}

.inner_topvideo {
	max-width: 968px;
	margin: 0 auto;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.unit_topvideo {
	width: 46%;
	margin: 0 8% 0 0;
	font-size: 15px;
	font-weight: 400;
	text-align: center;
}

.unit_topvideo:nth-child(2n) {
	margin-right: 0;
}

.unit_topvideo iframe {
	width: 100%;
	height: 250px;
	margin: 0 0 15px;
}

.col_topworks {
	max-width: 1200px;
	margin: 0 auto;
	padding: 60px 0 50px 0;
	background-image: url(../img/top/bg_topworks.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	box-sizing: border-box;
}

.inner_topworks {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0;
}

.mds_top1 {
	margin: 0 0 40px;
	padding: 0;
	color: #fff;
	line-height: 1.4;
	text-align: center;
	font-size: initial;
}

.mds_top1 .ja {
	margin: 0;
	font-weight: 900;
	font-size: 27px;
	display: block;
}

.mds_top1 .en {
	width: 55px;
	margin: 0 auto;
	display: inline-block;
	line-height: 1;
	vertical-align: text-top;
}

.wrap_topworks {
	width: 94%;
	max-width: 978px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.wrap_topworks a {
	width: 32%;
	margin: 0 2% 2.5% 0;
	padding: 12px 12px 0 12px;
	color: #000;
	font-size: 17px;
	font-weight: 900;
	line-height: 1.3;
	text-decoration: none;
	border-radius: 10px;
	background-color: #fff;
	display: block;
	box-sizing: border-box;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.wrap_topworks a:nth-child(3n) {
	margin-right: 0;
}

.wrap_topworks a dl {
	margin: 0;
	padding: 0;
}

.wrap_topworks a dl dt {
	margin: 0;
	padding: 0;
	border-radius: 10px;
	overflow: hidden;
}

.wrap_topworks a dl dd {
	height: 62px;
	margin: 0;
	padding: 0 0 0 12px;
	position: relative;
	z-index: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.wrap_topworks a dl dd .arrow {
	width: 38px;
	height: 2px;
	margin: auto;
	background-color: #16690c;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 10px;
	z-index: 0;
}

.wrap_topworks a dl dd .arrow:after {
	content: "";
	width: 12px;
	height: 2px;
	background-color: #16690c;
	position: absolute;
	top: 0;
	right: 0;
	transform-origin: right top;
	transform: rotate(42deg);
}

.col_topworks .btn_topmain {
	margin-top: 5px;
}

.col_topvoice {
	margin: 0;
	padding: 55px 0 60px 0;
	box-sizing: border-box;
}

.inner_topvoice {
	width: 94%;
	max-width: 1064px;
	margin: 0 auto;
	padding: 0;
}

.col_topvoice .mds_top1 .ja {
	color: #000;
}

.col_topvoice .mds_top1 .en {
	width: 46px;
}

.wrap_topvoice {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.wrap_topvoice a {
	width: 32%;
	margin: 0 2% 2.5% 0;
	padding: 18px 18px 25px;
	color: #000;
	text-decoration: none;
	border: solid 1px #20bf93;
	border-radius: 11px;
	box-sizing: border-box;
	position: relative;
	z-index: 0;
	display: block;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.wrap_topvoice a:before,
.wrap_topvoice a:after {
	content: "";
	width: 32px;
	height: 32px;
	position: absolute;
}

.wrap_topvoice a:before {
	border-top: solid 7px #20bf93;
	border-left: solid 7px #20bf93;
	border-radius: 11px 0 0 0;
	top: -4px;
	left: -4px;
}

.wrap_topvoice a:after {
	border-right: solid 7px #20bf93;
	border-bottom: solid 7px #20bf93;
	border-radius: 0 0 11px 0;
	bottom: -4px;
	right: -4px;
}

.wrap_topvoice a:nth-child(3n) {
	margin-right: 0;
}

.img_topvoice {
	margin: 0 0 15px;
	border-radius: 10px;
	overflow: hidden;
}

.wrap_topvoice dl {
	margin: 0;
	padding: 0;
}

.wrap_topvoice dl dt {
	margin: 0 0 10px;
	padding: 0;
	font-size: 16px;
	line-height: 1.5;
	font-weight: 600;
}

.wrap_topvoice dl dd {
	margin: 0 0 10px;
	padding: 0;
	font-size: 12px;
	line-height: 1.7;
	font-weight: 500;
}

.wrap_topvoice .more {
	color: #1a6a19;
	font-size: 12px;
	font-weight: 500;
}

.wrap_topvoice .more .arrow {
	width: 38px;
	height: 2px;
	margin: 0 10px 0 0;
	background-color: #16690c;
	position: relative;
	z-index: 0;
	display: inline-block;
	vertical-align: middle;
}

.wrap_topvoice .more .arrow:after {
	content: "";
	width: 12px;
	height: 2px;
	background-color: #16690c;
	position: absolute;
	top: 0;
	right: 0;
	transform-origin: right top;
	transform: rotate(42deg);
}

.col_topvoice .btn_topmain {
	margin-top: 6px;
	color: #20bf93;
	border: solid 2px #20bf93;
}

.col_topvoice .btn_topmain:after {
	border-top-color: #20bf93;
	border-right-color: #20bf93;
}

.top_bnr {
	width: 94%;
	max-width: 1200px;
	margin: auto;
	display: flex;
	align-items: flex-start;
}

.youtube_top {
	width: 40.5%;
	max-height: 272px;
	height: 21.34vw;
}

.youtube_top iframe {
	width: 100%;
}

.top_bnr .bnr {
	width: calc(100% - 43%);
	max-height: 272px;
	margin-left: auto;
}

.top_bnr .bnr img {
	border: solid 1px #a9a8a8;
}

.col_topcolumn {
	margin: 0;
	padding: 55px 0 60px 0;
	box-sizing: border-box;
}

.col_topcolumn .inner_topcolumn {
	width: calc( 100% - 50px );
	max-width: 1024px;
	margin: 0 auto 40px;
	padding: 0;
}

.col_topcolumn .mds_top1 {
	color: #000;
}

.col_topcolumn .mds_top1 .en {
	width: 67px;
}

.inner_topcolumn .slick-prev,
.inner_topcolumn .slick-next {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background-color: rgba(32,178,134,0.5);
	z-index: 10;
}

.inner_topcolumn .slick-prev.slick-disabled,
.inner_topcolumn .slick-next.slick-disabled {
	background-color: rgba(32,178,134,0.2);
}

.inner_topcolumn .slick-prev:hover,
.inner_topcolumn .slick-prev:focus,
.inner_topcolumn .slick-next:hover,
.inner_topcolumn .slick-next:focus {
	background-color: rgba(32,178,134,0.7);
}

.inner_topcolumn .slick-prev:before,
.inner_topcolumn .slick-next:before {
	content: "";
	width: 10px;
	height: 10px;
	margin: 0;
	padding: 0;
	display: block;
	position: absolute;
	top: 10px;
}

.inner_topcolumn .slick-prev:before {
	border-top: solid 2px #fff;
	border-left: solid 2px #fff;
	transform: rotate(-45deg);
	left: 11px;
}

.inner_topcolumn .slick-next:before {
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	transform: rotate(45deg);
	left: 8px;
}

.inner_topcolumn .slick-list {
	overflow: visible;
}

.slick-slide {
	opacity: 0.3;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.slick-slide.activeslide {
	opacity: 1;
}


.col_topcolumn .list_topcolumn {
	margin: 0;
	padding: 0;
}

.col_topcolumn .list_topcolumn .box {
	margin: 0;
	padding: 0 12px;
	box-sizing: border-box;
}

.col_topcolumn .list_topcolumn a {
	margin: 0;
	padding: 18px;
	text-decoration: none;
	border: solid 1px #20bf93;
	border-radius: 10px;
	box-sizing: border-box;
	display: block;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	position: relative;
	z-index: 0;
}

.col_topcolumn .list_topcolumn a:before,
.col_topcolumn .list_topcolumn a:after {
	content: "";
	width: 30px;
	height: 30px;
	margin: 0;
	padding: 0;
	border-radius: 10px 0 10px 0;
	position: absolute;
}

.col_topcolumn .list_topcolumn a:before {
	border-top: solid 6px #20bf93;
	border-left: solid 6px #20bf93;
	top: -4px;
	left: -4px;
}

.col_topcolumn .list_topcolumn a:after {
	border-right: solid 6px #20bf93;
	border-bottom: solid 6px #20bf93;
	right: -4px;
	bottom: -4px;
}


.col_topcolumn .list_topcolumn a .img {
	width: 100%;
	height: 170px;
	margin: 0 0 13px;
	padding: 0;
	overflow: hidden;
}

.col_topcolumn .list_topcolumn a dl {
	margin: 0 0 5px;
	padding: 0;
}

.col_topcolumn .list_topcolumn a:last-of-type dl {
	border-bottom: none;
}

.col_topcolumn .list_topcolumn a dl dt {
	margin: 0 0 5px;
	padding: 0 0 4px;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.5;
	border-bottom: solid 1px #20b286;
}

.col_topcolumn .list_topcolumn a dl dt .date {
	margin: 0;
	padding: 0;
	color: #1a6a19;
	font-size: 12px;
}

.col_topcolumn .list_topcolumn a dl dd {
	margin: 0;
	padding: 0;
	color: #000;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.5;
}

.col_topcolumn .list_topcolumn a span.readmore {
	margin: 0;
	padding: 0 0 0 42px;
	color: #1a6a19;
	display: inline-block;
	position: relative;
	z-index: 0;
}

.col_topcolumn .list_topcolumn a span.readmore:before {
	content: "";
	width: 32px;
	height: 6px;
	margin: 0;
	padding: 0;
	border-right: solid 2px #1a6a19;
	border-bottom: solid 2px #1a6a19;
	transform: skewX(45deg);
	position: absolute;
	top: 8px;
	left: 0;
}

.txt_Nocolumn {
	padding: 50px 0;
	text-align: center;
}

.col_topcolumn .btn_topmain {
	margin-top: 0;
	color: #20bf93;
	border: solid 2px #20bf93;
}

.col_topcolumn .btn_topmain:after {
	border-top-color: #20bf93;
	border-right-color: #20bf93;
}

.col_topmaterial {
	margin: 0;
	padding: 55px 0 5px 0;
	background-color: #b6e5dc;
	box-sizing: border-box;
}

.inner_topmaterial {
	width: 94%;
	max-width: 1162px;
	margin: 0 auto;
	padding: 0;
}

.col_topmaterial .mds_top1 {
	margin-bottom: 30px;
}

.col_topmaterial .mds_top1 .ja {
	color: #000;
}

.col_topmaterial .mds_top1 .en {
	width: 68px;
}

.wrap_topmaterial {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.box_topmaterial {
	width: 23.5%;
	margin: 0 2% 1.8% 0;
	padding: 20px 0 18px;
	background-color: #fff;
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	   -ms-flex-direction: column;
	       flex-direction: column;
}

.box_topmaterial:nth-child(4n) {
	margin-right: 0;
}

.box_topmaterial dl {
	width: 96%;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

.box_topmaterial dl dt {
	max-width: 204px;
	margin: 0 auto 12px;
	padding: 0;
	border: solid 1px #a7a7a7;
}

.box_topmaterial dl dd {
	min-height: 70px;
	margin: 0;
	padding: 0 0 10px;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.35;
	box-sizing: border-box;
}

.box_topmaterial a {
	width: 100%;
	max-width: 204px;
	margin: 0 auto;
	padding: 12px 20px 12px 10px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	background-color: #419d8f;
	display: block;
	position: relative;
	z-index: 0;
	box-sizing: border-box;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.box_topmaterial a:after {
	content: "";
	width: 7px;
	height: 7px;
	margin: auto;
	cursor: default;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 15px;
	display: block;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	transition: all .2s;
}


/* ---------------------------------------------------------------
subpage common
--------------------------------------------------------------- */

.wrap_tool_main {
	margin-top: 65px;
}

.col_tool_main {
	max-width: 1200px;
	margin: 0 auto;
	width: 100%;
	height: 214px;
	background-image: url(../img/gloabal/bg_main.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	box-sizing: border-box;
	position: relative;
}

.vr .col_tool_main {
	background-image: url(../img/gloabal/bg_main_vr.jpg);
}

.inner_tool_main1 {
	width: 100%;
	height: 100%;
	position: relative;
}

.btn_tool1 {
	height: 34px;
	background-repeat: no-repeat;
	background-size: 100% auto;
	position: absolute;
	box-sizing: border-box;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.col_tool_main .btn_saiyo {
	width: 817px;
	background-image: url(../img/gloabal/btn1.png);
	top: 15px;
	left: 210px;
}

.col_tool_main .btn_douga {
	width: 504px;
	background-image: url(../img/gloabal/btn2.png);
	position: absolute;
	top: 45px;
	left: 210px;
}

.col_tool_main .btn_booth {
	width: 184px;
	background-image: url(../img/gloabal/btn3.png);
	position: absolute;
	top: 76px;
	left: 210px;
}

.col_tool_main .btn_pamph {
	width: 346px;
	background-image: url(../img/gloabal/btn4.png);
	position: absolute;
	top: 76px;
	left: 526px;
}

.col_tool_main .btn_slide {
	width: 189px;
	background-image: url(../img/gloabal/btn5.png);
	position: absolute;
	top: 107px;
	left: 526px;
}

.col_tool_main .btn_naitei {
	width: 189px;
	background-image: url(../img/gloabal/btn5.png);
	position: absolute;
	top: 107px;
	left: 838px;
}

.col_tool_main a.style1 {
	width: 100%;
	height: 100%;
	padding: 2px 20px 0 0;
	color: #fff;
	text-align: center;
	border-radius: 15px;
	font-size: 12px;
	font-weight: 600;
	display: block;
	box-sizing: border-box;
}

.col_tool_main a.style1:before {
	content: '';
	margin-right: 8px;
	display: inline-block;
	position: relative;
	top: 2px;
	background-repeat: no-repeat;
	background-size: 100% auto;
	vertical-align: text-top;
}

.col_tool_main a.style1.saiyo:before {
	width: 13px;
	height: 12px;
	background-image: url(../img/advantage/icon_saiyo.png);
}

.col_tool_main a.style1.douga:before {
	width: 14px;
	height: 11px;
	background-image: url(../img/advantage/icon_douga.png);
}

.col_tool_main a.style1.booth:before {
	width: 14px;
	height: 14px;
	background-image: url(../img/advantage/icon_booth.png);
}

.col_tool_main a.style1.pamph:before {
	width: 12px;
	height: 15px;
	background-image: url(../img/advantage/icon_pamph.png);
}

.col_tool_main a.style1.slide:before {
	width: 16px;
	height: 14px;
	background-image: url(../img/advantage/icon_slide.png);
}

.col_tool_main a.style1.naitei:before {
	width: 19px;
	height: 15px;
	background-image: url(../img/advantage/icon_naitei.png);
}

.inner_tool_main2 {
	width: 974px;
	position: absolute;
	top: 150px;
	left: 46px;
}

.step_tool{
	list-style-type: none;
	display: table;
	width: 100%;
	padding: 0;
	margin: 0;
	overflow: hidden;
	border: 1px solid #fff;
}

.step_tool li{
	width: calc(100% / 6);
	height: 24px;
	display: table-cell;
	position: relative;
	background: rgba(91,195,100,0.5);
	padding: 0;
	color: #fff;
	text-align: center;
	font-size: 11px;
	font-weight: 500;
	vertical-align: middle;
	box-sizing: border-box;
	white-space: nowrap;
}

.step_tool li:last-child{
	padding-right: 1em;
}

.step_tool li:last-child:before,
.step_tool li:last-child:after{
	display:none;
}

.step_tool li:before{
	content: "";
	width: 19px;
	height: 19px;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 12px;
	display: block;
	cursor: pointer;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	transition: all .2s;
}

.step_tool li.is-current{
	background: rgba(91,195,100,0.95);
}

.step_tool li.is-current:after{
	border-color: transparent transparent transparent #5bc364;
	opacity: 0.8;
}

.step_tool2{
	list-style-type: none;
	display: table;
	width: 100%;
	padding: 0;
	margin: 0;
	overflow: hidden;
	border: 1px solid #fff;
}

.step_tool2 li{
	width: calc(100% / 6);
	height: 24px;
	display: table-cell;
	position: relative;
	background: #ff4392;
	padding: 0;
	color: #fff;
	text-align: center;
	font-size: 11px;
	font-weight: 500;
	vertical-align: middle;
	box-sizing: border-box;
	white-space: nowrap;
}

.step_tool2 li.long{
	width: calc(100% / 6 * 2);
}

.step_tool2 li:last-child{
	padding-right: 1em;
}

.step_tool2 li:last-child:before,
.step_tool2 li:last-child:after{
	display:none;
}

.step_tool2 li:before,
.step_tool2 li:after{
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	margin: auto;
}

.step_tool2 li:before{
	top: -9px;
	right: -1em;
	border-style: solid;
	border-color: transparent transparent transparent #fff;
	border-width: 20px 0 20px 1em;
	z-index: 10;
}

.step_tool2 li:after{
	top: -9px;
	right: -.8em;
	border-style: solid;
	border-color: transparent transparent transparent #ff4392;
	border-width: 20px 0 20px 1em;
	z-index: 10;
}

.step_tool2 li.is-current{
	background: #ff4392;
}
.step_tool2 li.is-current:after{
	border-color: transparent transparent transparent #ff4392;
}

.inner_tool_main3 {
	position: absolute;
	top: 51px;
	right: 3%;
}

.inner_tool_main3 a.btn_itiran {
	width: 112px;
	height: 112px;
	padding: 0 0 12px;
	color: #000;
	text-align: center;
	background-color: #fff;
	border-radius: 50%;
	border: solid 1px #000;
	display: -webkit-box;
	display: -ms-flexbox;
	display:flex;
	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: center;
	font-size: 13px;
	line-height: 1.6;
	font-weight: 500;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	position: relative;
	z-index: 0;
	box-sizing: border-box;
}

.inner_tool_main3 a.btn_itiran:after {
	content: "";
	width: 7px;
	height: 7px;
	margin: auto;
	position: absolute;
	bottom: 20px;
	right: 0;
	left: 0;
	display: block;
	cursor: pointer;
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	transition: all .2s;
}


/* --------------- column --------------- */

.col_column {
	margin: 0;
	padding: 50px 0 70px;
}

.inner_column {
	width: 94%;
	max-width: 975px;
	margin: 0 auto;
}

.col_column .mds_top1 {
	color: #000;
}

.col_column .inner_topcolumn {
	width: 100%;
	margin: 0 auto 35px;
	padding: 0;
	border-top: solid 1px #a7a8a9;
	border-bottom: solid 1px #a7a8a9;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.col_column .bg_topcolumn .mds_top1 {
	margin-bottom: 0;
}

.col_column .bg_topcolumn .mds_top1 .ja {
	font-size: 24px;
}

.bg_topcolumn {
    width: 235px;
    padding: 15px 0;
    background-color: #daece9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.col_column .list_topcolumn {
	width: calc(100% - 235px);
	margin: 0;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.col_column .list_topcolumn a {
	width: 100%;
	margin: 0;
	padding: 15px 65px 15px 20px;
	text-decoration: none;
	border-bottom: dashed 1px #a7a8a9;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	position: relative;
	z-index: 0;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.col_column .list_topcolumn a:last-child {
	border-bottom: none;
}

.col_column .list_topcolumn a:after {
	content: "";
	width: 7px;
	height: 7px;
	margin: auto;
	cursor: default;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 36px;
	display: block;
	border-top: 2px solid #1a6a19;
	border-right: 2px solid #1a6a19;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	transition: all .2s;
}

.col_column .list_topcolumn .thumb {
	width: 70px;
	height: 40px;
	margin: 0 15px 0 0;
	overflow: hidden;
}

.col_column .list_topcolumn a dl {
	width: calc( 100% - 85px );
	height: 100%;
	margin: 0;
	padding: 0;
	border: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
}

.col_column .list_topcolumn a dl dt {
	width: 92px;
	margin: 0;
	padding: 0;
	color: #1a6a19;
	font-size: 12px;
	font-weight: 600;
}

.col_column .list_topcolumn a dl dd {
	width: calc(100% - 92px);
	margin: 0;
	padding: 0;
	color: #000;
	font-size: 12px;
	font-weight: 500;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.article_column {
	width: 100%;
	margin: 0;
	padding: 55px 55px;
	border: solid 7px #d4ece8;
	box-sizing: border-box;
}

dl.mds_column_d {
	margin: 0 0 30px;
	padding: 0 0 10px;
	border-bottom: solid 1px #b1b2b3;
}

dl.mds_column_d dt {
	margin: 0 0 5px;
	padding: 0 8px;
	color: #006c00;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.2;
}

dl.mds_column_d dd {
	margin: 0;
	padding: 0 8px;
	color: #000;
	font-size: 23px;
	font-weight: 500;
	line-height: 1.5;
}

.cont_column_d {
	margin: 0;
	padding: 0 8px;
}

.cont_column_d p {
	margin-bottom: 30px;
	word-wrap: break-word;
}

.cont_column_d h1 { font-size: 1.8em; }
.cont_column_d h2 {
	padding: 0 10px;
	font-size: 1.6em;
	text-align: left;
	border-bottom: solid 2px #555;
}
.cont_column_d h3 {
	padding: 4px 10px 5px;
	font-size: 1.3em;
	background-color: #eee;
}
.cont_column_d h4 {
	padding: 0 9px;
	font-size: 1.1em;
	border-left: solid 3px #1c8842;
}
.cont_column_d h5 {
	color: #1c8842;
	font-size: 1.1em;
}
.cont_column_d h6 { font-size: 0.9em; }

.cont_column_d h1,
.cont_column_d h2,
.cont_column_d h3,
.cont_column_d h4,
.cont_column_d h5,
.cont_column_d h6 {
	margin-bottom: 1em;
}

.cont_column_d img.aligncenter {
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.col_link_news_d {
	width: 94%;
	max-width: 676px;
	margin: 60px auto 0;
	padding: 0;
	display: flex;
	justify-content: space-between;
}

.cont_news_d img {
	max-width: 100%;
}

.col_link_news_d .link_news {
	width: 26%;
	margin: 0;
	padding: 0;
}

.col_link_news_d a {
	padding: 3px 20px 3px 10px;
	color: #00c28f;
	font-size: 13px;
	text-align: center;
	text-decoration: none;
	border: solid 2px #00c28f;
	border-radius: 30px;
	display: block;
	box-sizing: border-box;
	position: relative;
	z-index: 0;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	transition: all .2s;
}

.col_link_news_d a:after {
	content: "";
	width: 7px;
	height: 7px;
	margin: auto;
	cursor: default;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 15px;
	display: block;
	border-top: 2px solid #00c28f;
	border-right: 2px solid #00c28f;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.col_link_news_d .next a {
	margin-left: auto;
}

.col_link_news_d .prev a {
	padding-left: 20px;
	padding-right: 0;
}

.col_link_news_d .prev a:after {
	right: auto;
	left: 15px;
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
}

.col_link_news_d .link_news a {
	width: 120px;
}

.col_link_news_d a.btn_news_d {
	width: 200px;
}



/* --------------- dl_form --------------- */


.download-sec {
	padding: 50px 20px;
}

.col_download1 {
	max-width: 705px;
	margin: 0 auto;
	padding: 0 0 50px;
}



/* --------------- virtual_form --------------- */

dl.txt_virtual1 {
	max-width: 600px;
	margin: 0 auto 30px;
	padding: 0;
	text-align: center;
}

dl.txt_virtual1 dt {
	margin: 0 0 10px;
	padding: 0 0 10px;
	font-size: 24px;
	font-weight: 600;
	border-bottom: solid 1px #000;
}

dl.txt_virtual1 dt span {
	padding: 0 3px;
	font-size: 32px;
}

dl.txt_virtual1 dd {
	margin: 0;
	padding: 0;
}

.wrap_virtual1 {
	max-width: 920px;
	margin: 0 auto 30px;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.wrap_virtual1 > div {
	width: 48%;
	margin: 0 4% 20px 0;
}

.wrap_virtual1 > div:nth-child(2n) {
	margin-right: 0;
}

dl.txt_virtual2 {
	margin: 0 0 30px;
	padding: 0 0 30px;
	text-align: center;
	border-bottom: solid 1px #000;
}

dl.txt_virtual2 dt {
	margin: 0 0 15px;
	padding: 0;
	font-size: 26px;
	color: #e4007e;
	font-weight: 600;
	line-height: 1.4;
}

dl.txt_virtual2 dd {
	max-width: 590px;
	margin: 0 auto;
	padding: 0;
}

dl.txt_virtual2 dd > div {
	text-align: left;
}



/* --------------- TOC+ --------------- */

#toc_container {
	width: 100%;
	max-width: 600px;
	margin: 0 auto 30px;
	padding: 17px 20px;
	font-size: 100%;
	background-color: #f7fbfa;
	border: none;
	box-sizing: border-box;
}

#toc_container p.toc_title {
	margin: 0 0 10px;
	padding: 0;
	color: #1c8842;
	font-size: 16px;
	text-align: left;
	position: relative;
	z-index: 0;
}

#toc_container p.toc_title:before {
	content: "";
	width: calc( 100% - 50px );
	height: 1px;
	margin: 0;
	padding: 0;
	background-color: #ccc;
	position: absolute;
	top: 14px;
	left: 50px;
}
	

#toc_container p.toc_title+ul.toc_list {
	margin: 7px 0 0 !important;
	padding: 0 0 0 15px;
}

#toc_container ul {
	margin-top: 7px !important;
}

#toc_container ul li {
	margin-bottom: 7px !important;
	font-size: 16px !important;
	font-weight: 600;
}

#toc_container ul li a:hover {
	color: #333;
}

#toc_container ul li:last-child {
	margin: 0;
}

#toc_container ul li ul li {
	font-weight: 400;
}

#toc_container ul li ul li ul li a,
#toc_container ul li ul li ul li a:hover {
	color: #999;
	font-weight: normal;
}

ul.toc_list .toc_number {
	min-width: 26px;
	height: 26px;
	margin: 0 3px 0 0;
	padding: 0 5px;
	color: #fff;
	text-align: center;
	background-color: #1c8842;
	border-radius: 13px;
	box-sizing: border-box;
	display: inline-block;
}



/* --------------- download_thanks --------------- */

.bg_download_thanks {
	margin: 0;
	padding: 115px 0 80px;
	background-color: #f2f1f1;
}

.lead_dl_thanks {
	width: 94%;
	margin: 0 auto 40px;
	padding: 0;
	color: #1c8842;
	font-size: min( 5vw, 25px );
	text-align: center;
	line-height: 1.4;
}

.lead_dl_thanks .big {
	font-size: min( 8vw, 46px );
	font-weight: 800;
}

.box_dl_thanks {
	width: 94%;
	max-width: 706px;
	margin: 0 auto 44px;
	padding: 40px 0;
	background-color: #fff;
	border: solid 3px #dadada;
	box-sizing: border-box;
}

.box_dl_thanks dl {
	width: 94%;
	max-width: 564px;
	margin: 0 auto;
	padding: 0;
}

.box_dl_thanks dl dt {
	margin: 0 0 15px;
	padding: 0 5px 16px;
	font-size: 22px;
	text-align: center;
	border-bottom: dotted 2px #1c8842;
}

.box_dl_thanks dl dd {
	margin: 0;
	padding: 0;
	font-size: 15px;
	text-align: center;
}

a.btn_dl_thanks {
	width: 200px;
	height: 36px;
	margin: 0 auto;
	padding: 2px 0 0 5px;
	color: #20b286;
	text-align: center;
	background-color: #fff;
	border: solid 2px #20b286;
	border-radius: 18px;
	box-sizing: border-box;
	display: block;
	position: relative;
	z-index: 0;
}

a.btn_dl_thanks:before {
	content: "";
	width: 8px;
	height: 8px;
	margin: 0;
	padding: 0;
	border-top: solid 2px #20b286;
	border-left: solid 2px #20b286;
	transform: rotate(-45deg);
	position: absolute;
	top: calc( 50% - 5px );
	left: 14px;
}





/* ---------------------------------------------------------------
	start min 1034px
--------------------------------------------------------------- */

@media print,screen and ( min-width: 1034px ) {

	.pc_none {
		display: none;
	}


}

/* ---------------------------------------------------------------
	end min 1034px
----------------------------------------------------------


/* ---------------------------------------------------------------
	start max 1200px
--------------------------------------------------------------- */

@media print,screen and ( max-width: 1200px ) {


/* --------------- top --------------- */


	.box_topmaterial,
	.box_topmaterial:nth-child(4n) {
		width: 32%;
		margin: 0 2% 2% 0;
	}

	.box_topmaterial:nth-child(3n) {
		margin-right: 0;
	}

	.box_topmaterial dl {
		width: 94%;
	}

/* --------------- subpage common --------------- */

	.col_tool_main {
		height: 32vw;
		padding: 0 4%;
		background-size: auto 100%;
	}

	.btn_tool1 {
		height: 3vw;
	}

	.col_tool_main .btn_saiyo {
		width: 84%;
		left: 15vw;
		top: 1.5vw;
	}

	.col_tool_main .btn_douga {
		width: 53%;
		left: 15vw;
		top: 5vw;
	}

	.col_tool_main .btn_booth {
		width: 20%;
		left: 15vw;
		top: 8.5vw;
	}

	.col_tool_main .btn_pamph {
		width: 36%;
		top: 8.5vw;
		left: 46vw;
	}

	.col_tool_main .btn_slide {
		width: 19%;
		top: 12vw;
		left: 46vw;
	}

	.col_tool_main .btn_naitei {
		width: 19%;
		top: 12vw;
		left: 77vw;
	}

	.col_tool_main a.style1 {
		padding: 0.1vw 15px 0 0;
		font-size: 1vw;
	}

	.inner_tool_main2 {
		width: 96%;
		top: 16vw;
		left: 2vw;
	}

	.inner_tool_main2 img {
		width: 100%;
	}

	.inner_tool_main3 {
		width: 250px;
		top: 24vw;
		margin: 0 auto;
		left: 0;
		right: 0;
	}

	.inner_tool_main3 a.btn_itiran {
		width: 100%;
		height: auto;
		padding: 8px 20px 8px 0;
		border-radius: 30px;
	}

	.inner_tool_main3 a.btn_itiran:after {
		bottom: 0;
		top: 0;
		right: 18px;
		left: auto;
	}

	.inner_tool_main3 a.btn_itiran br {
		display: none;
	}

	.col_tool_main a.style1:before {
		content: none;
	}

	.vr .col_tool_main {
		height: 214px;
	}

	.vr .inner_tool_main3 {
		width: auto;
		margin: 0;
		position: absolute;
		top: 51px;
		right: 3%;
		left: auto;
	}

	.vr .inner_tool_main3 a.btn_itiran {
		width: 112px;
		height: 112px;
		padding: 0 0 12px;
		border-radius: 50%;
	}

	.vr .inner_tool_main3 a.btn_itiran br {
		display: block;
	}

	.vr .inner_tool_main3 a.btn_itiran:after {
		bottom: 20px;
		top: auto;
		right: 0;
		left: 0;
	}


}

/* ---------------------------------------------------------------
	end max 1200px
--------------------------------------------------------------- */

/* ---------------------------------------------------------------
	start max 1033px
--------------------------------------------------------------- */

@media print,screen and ( max-width: 1033px ) {


/* --------------- header --------------- */

	.head-nav {
		padding-left: 15px;
	}

	.headlogo {
		width: 160px;
		margin-right: 20px;
	}

	.head-tel {
		width: 195px;
	}

	.head-tel .icon_tel {
		font-size: 22px;
	}

	.head-tel p {
		font-size: 11px;
	}

	#nav_header {
		width: calc(100% - 160px - 20px - 195px);
	}

	#wrap_nav ul li a {
		padding: 0 5px;
		font-size: 13px;
		line-height: 1.5em;
	}

	#wrap_nav ul li.study a,
	#wrap_nav ul li.contact a {
		font-size: 11px;
		letter-spacing: 0.1em;
	}



/* --------------- column --------------- */

	.article_column {
		padding: 40px 40px;
	}

	dl.mds_column_d {
		margin-bottom: 20px;
	}
}

/* ---------------------------------------------------------------
	end max 1033px
--------------------------------------------------------------- */



/* ---------------------------------------------------------------
	start max 850px
--------------------------------------------------------------- */

@media print,screen and ( max-width: 850px ) {


/* --------------- header --------------- */


	#nav-drawer {
		width: auto;
		height: auto;
		margin: 0 20px 0 auto;
	}

	#nav-open {
		width: auto;
		height: auto;
		margin: 0;
		display: inline-block;
		top: 19px;
	}

	#nav-input:checked ~ #nav-open {
		top: 19px;
	}

	.head-nav ul {
		display: block;
	}

	.head-nav ul li {
		width: 100%;
	}

	#nav-content a {
		padding: 20px 10px !important;
	}

	#nav-input:checked ~ #nav_header {
		margin-right: 270px;
		transition: .3s ease-in-out;
		cursor: pointer;
		z-index: 1000;
		position: fixed;
		top: 19px;
	}

	#wrap_nav {
		width: 250px;
		max-width: 300px;
		height: 100%;
		background: #666;
		transition: .3s ease-in-out;
		-webkit-transform: translateX(105%);
		transform: translateX(105%);
		overflow: auto;
		position: fixed;
		top: 0;
		right: 0;
		z-index: 2000;
	}

	#nav-input:checked ~ #wrap_nav {
		height: 100%;
		-webkit-transform: translateX(0%);
		transform: translateX(0%);
		box-shadow: 6px 0 25px rgb(0 0 0 / 15%);
	}

	#wrap_nav {
		width: 250px;
		height: auto;
		margin: 0 0 0 auto;
	}

	#wrap_nav ul {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		   -ms-flex-direction: column;
		       flex-direction: column;
	}

	#wrap_nav ul li,
	#wrap_nav ul li.study,
	#wrap_nav ul li.contact {
		width: 100%;
		text-align: left;
		line-height: 1.2em;
		font-weight: bold;
		border-bottom: 1px solid #00984b;
		background: #ffffff;
		display: block;
	}

	#wrap_nav ul li a,
	#wrap_nav ul li.study a,
	#wrap_nav ul li.contact a {
		width: 100%;
		padding: 18px 10px !important;
		text-decoration: none;
		font-size: 15px;
		color: #000;
		font-weight: normal;
		display: block;
		-webkit-transform: skew(0);
		-ms-transform: skew(0);
		transform: skew(0);
		position: relative;
		z-index: 0;
	}

	#wrap_nav ul li a:after {
		content: "";
		width: 8px;
		height: 8px;
		margin: auto;
		cursor: default;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 18px;
		display: block;
		border-top: 2px solid #00984b;
		border-right: 2px solid #00984b;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		-webkit-transition: all .2s;
		-moz-transition: all .2s;
		-ms-transition: all .2s;
		transition: all .2s;
	}

	#wrap_nav ul li a:hover,
	#wrap_nav ul li.study a:hover,
	#wrap_nav ul li.contact a:hover {
		background-color: #fff;
	}

	.study .head-icom,
	.contact .head-icom {
		display: none;
	}


/* --------------- top --------------- */

	.col_topmain {
		height: auto;
		padding: 3.5vw 0 3.5vw 0;
		background-size: cover;
	}

	.inner_topmain {
		width: 98%;
	}

	.img_topmain {
		width: 100%;
	}

	.graph_topmain {
		width: 75vw;
	}

	.link_topmain {
		font-size: 1.9vw;
	}

	.link1.link_topmain {
		top: 4vw;
		right: 10vw;
	}

	.link2.link_topmain {
		top: 21vw;
		right: 2vw;
	}

	.link3.link_topmain {
		top: 40vw;
		right: 13vw;
	}

	.link4.link_topmain {
		top: 38vw;
		left: 8vw;
	}

	.link5.link_topmain {
		top: 17vw;
		left: 1vw;
	}

	.link6.link_topmain {
		top: 3vw;
		left: 8vw;
	}

	.link_topmain dl {
		margin-bottom: 0.8vw;
	}

	.link_topmain dl dt {
		width: 6.5vw;
		margin-bottom: 1vw;
	}

	.link_topmain .btn {
		width: 11vw;
		padding: 0.6vw 1vw 0.7vw 0;
		font-size: 2.1vw;
	}

	.top_bnr {
		display: block;
	}
	
	.youtube_top {
		width: 100%;
		height: 53vw;
		max-height: 100%;
		margin: 0 auto 5vw;
	}
	
	.top_bnr .bnr {
		width: 100%;
		max-height: 100%;
		margin: 0 auto;
		display: block;
	}

	.wrap_topworks a,
	.wrap_topworks a:nth-child(3n) {
		width: 48.5%;
		margin: 0 3% 3% 0;
	}

	.wrap_topworks a:nth-child(2n) {
		margin-right: 0;
	}

	.box_topmaterial,
	.box_topmaterial:nth-child(3n),
	.box_topmaterial:nth-child(4n) {
		width: 48.5%;
		margin: 0 3% 3% 0;
	}

	.box_topmaterial:nth-child(2n) {
		margin-right: 0;
	}




/* --------------- subpage common --------------- */

	.col_tool_main {
		height: calc(124vw + 38px);
		padding: 30px 5% 30px;
		background-image: url(../img/gloabal/sp/bg_main.jpg);
		background-size: cover;
	}

	.col_tool_main .sp_none {
		display: none;
	}

	.col_tool_main .pc_none {
		display: inline;
	}

	.inner_tool_main2 {
		width: 100%;
		position: static;
	}

	.btn_tool1 {
		background-image: none !important;
	}

	.col_tool_main .btn_saiyo {
		width: 105%;
		left: -1vw;
	}

	.col_tool_main .btn_douga {
		width: 70%;
		top: 13vw;
		left: -1vw;
	}

	.col_tool_main .btn_booth {
		width: 26.7%;
		left: -1vw;
		top: 25vw;
	}

	.col_tool_main .btn_pamph {
		width: 45%;
		left: 39vw;
		top: 25vw;
	}

	.col_tool_main .btn_slide {
		width: 25.5%;
		left: 39vw;
		top: 46vw;
	}

	.col_tool_main .btn_naitei {
		width: 26%;
		left: 72vw;
		top: 46vw;
	}

	.inner_tool_main3 {
		width: 250px;
		margin: 0 auto;
		left: 0;
		right: 0;
		top: auto;
		bottom: 7vw;
	}

	.inner_tool_main3 a.btn_itiran {
		width: 100%;
		height: auto;
		padding: 8px 20px 8px 0;
		border-radius: 30px;
	}

	.inner_tool_main3 a.btn_itiran:after {
		bottom: 0;
		top: 0;
		right: 18px;
		left: auto;
	}

	.inner_tool_main3 a.btn_itiran br {
		display: none;
	}

	.vr .col_tool_main  {
		height: calc(77vw + 38px);
		background-image: url(../img/gloabal/sp/bg_main_vr.jpg);
	}

	.vr .inner_tool_main3 {
		width: 250px;
		margin: 0 auto;
		left: 0;
		right: 0;
		top: auto;
		bottom: 7vw;
	}

	.vr .inner_tool_main3 a.btn_itiran {
		width: 100%;
		height: auto;
		padding: 8px 20px 8px 0;
		border-radius: 30px;
	}

	.vr .inner_tool_main3 a.btn_itiran:after {
		bottom: 0;
		top: 0;
		right: 18px;
		left: auto;
	}

	.vr .inner_tool_main3 a.btn_itiran br {
		display: none;
	}



/* --------------- column --------------- */

	.bg_topcolumn {
		width: 190px;
	}

	.col_column .list_topcolumn {
		width: calc( 100% - 190px );
	}

	.col_column .list_topcolumn a {
		padding: 15px 45px 15px 20px;
	}

	.col_column .list_topcolumn a:after {
		right: 20px;
	}




}

/* ---------------------------------------------------------------
	end max 850px
--------------------------------------------------------------- */
/* ---------------------------------------------------------------
	start min 701px
--------------------------------------------------------------- */

@media print,screen and ( min-width: 701px ) {

	.tab_none {
		display: none;
	}


	/* --------------- header --------------- */



	/* --------------- footer --------------- */




	/* --------------- top --------------- */

	.btn_topmain:hover {
		color: #fff;
		background-color: #000;
	}

	.btn_topmain:hover:after {
		border-top-color: #fff;
		border-right-color: #fff;
	}

	.link1.link_topmain:hover .btn,
	.link4.link_topmain:hover .btn {
		color: #f18c0c;
		background-color: #fff;
	}
	.link2.link_topmain:hover .btn {
		color: #049abb;
		background-color: #fff;
	}
	.link3.link_topmain:hover .btn,
	.link5.link_topmain:hover .btn {
		color: #ea6f0d;
		background-color: #fff;
	}
	.link6.link_topmain:hover .btn {
		color: #9a4ec0;
		background-color: #fff;
	}

	.link1.link_topmain:hover .btn:after,
	.link4.link_topmain:hover .btn:after {
		border-top-color: #f18c0c;
		border-right-color: #f18c0c;
	}

	.link2.link_topmain:hover .btn:after {
		border-top-color: #049abb;
		border-right-color: #049abb;
	}

	.link3.link_topmain:hover .btn:after,
	.link5.link_topmain:hover .btn:after {
		border-top-color: #ea6f0d;
		border-right-color: #ea6f0d;
	}

	.link6.link_topmain:hover .btn:after {
		border-top-color: #9a4ec0;
		border-right-color: #9a4ec0;
	}

	.link_topmain:hover dl dt img {
		opacity: 0.7;
	}

	a.btn_topabout:hover {
		background-color: rgba(32,178,134,1);
	}

	a.btn_topabout:hover:before {
		border-color: #fff;
	}

	.wrap_topworks a:hover {
		color: #fff;
		background-color: #333;
		-webkit-transition: 0.3s ease-in-out;
		-moz-transition: 0.3s ease-in-out;
		-o-transition: 0.3s ease-in-out;
		transition: 0.3s ease-in-out;
	}

	.wrap_topworks a:hover img {
		opacity: 1;
		-webkit-transition: 0.3s ease-in-out;
		-moz-transition: 0.3s ease-in-out;
		-o-transition: 0.3s ease-in-out;
		transition: 0.3s ease-in-out;
	}

	.wrap_topvoice a:hover {
		background-color: #efffef;
	}

	.wrap_topvoice a:hover img {
		opacity: 1;
	}

	.list_topcolumn a:hover {
		background-color: #f2fffd;
	}

	.box_topmaterial a:hover {
		background-color: #197b6c;
	}



	/* --------------- subpage common --------------- */

	.col_tool_main .btn_tool1:hover {
		opacity: 0.85;
	}

	.inner_tool_main3 a.btn_itiran:hover {
		color: #fff;
		background-color: #333333;
	}

	.inner_tool_main3 a.btn_itiran:hover:after {
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
	}

	.col_link_news_d a:hover {
		color: #00c28f;
		background-color: #efffef;
	}
	
	
	
	/* --------------- download_thanks --------------- */
	
	a.btn_dl_thanks {
		transition: background .3s;
	}
	
	a.btn_dl_thanks:hover {
		background-color: #f0fcf8;
	}



}

/* ---------------------------------------------------------------
	end min 701px
--------------------------------------------------------------- */


/* ---------------------------------------------------------------
	start max 700px
--------------------------------------------------------------- */

@media print,screen and ( max-width: 700px ) {

	.sp_none {
		display: none;
	}


/* --------------- header --------------- */

	.head-nav {
		padding-left: 10px;
	}

	.headlogo {
		line-height: 1.8;
	}

	#head-bg .headlogo .headlogo-sp {
		font-size: 15px;
	}

	.head-tel {
		display: none;
	}


/* --------------- footer --------------- */

	footer {
		padding: 30px 0;
	}

	.logo_foot {
		font-size: 15px;
		line-height: 1.8;
	}

	.logo_foot img {
		margin: 0 auto 5px;
		display: block;
	}

	.foot-tel {
		margin: 20px 0 0 0;
	}




/* --------------- top --------------- */

	.col_topmain {
		padding: 6.5vw 0 6.5vw 0;
		background-image: url(../img/top/sp/bg_mainimg.jpg);
		background-size: cover;
	}

	.catch_topmain {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-webkit-box-pack: center;
		   -ms-flex-pack: center;
		 justify-content: center;
	}

	.catch_topmain .txt1 {
		margin-right: 1.2vw;
		padding: 0.7vw 1.2vw 0.7vw;
		font-size: 7.5vw;
	}

	.catch_topmain .txt2 {
		margin-right: 1.2vw;
		padding: 0.7vw 1.2vw 0.7vw;
		font-size: 7.5vw;
	}

	.catch_topmain .txt3 {
		padding: 0;
		font-size: 4.2vw;
	}

	.catch_topmain .txt4 {
		margin: 2vw 0 0 0;
		padding: 0;
		font-size: 8.5vw;
	}

	.img_topmain {
		margin: 2vw auto 0;
		padding: 28.5vw 0 28.5vw 0;
	}

	.graph_topmain {
		width: 84%;
		max-width: 100%;
	}

	.link_topmain {
		font-size: 3.5vw;
	}

	.link1.link_topmain {
		margin: 0 auto;
		top: 4.5vw;
		left: 0;
		right: 0;
	}

	.link2.link_topmain {
		top: 0;
		right: 3vw;
	}

	.link3.link_topmain {
		top: auto;
		bottom: 0;
		right: 9vw;
	}

	.link4.link_topmain {
		margin: auto;
		top: auto;
		bottom: 0;
		left: 0;
		right: 0;
	}

	.link5.link_topmain {
		top: auto;
		bottom: 0;
		left: 9vw;
	}

	.link6.link_topmain {
		top: 4.7vw;
		left: 4vw;
	}

	.link_topmain dl {
		margin-bottom: 1vw;
	}

	.link_topmain dl dt {
		width: 13vw;
	}

	.link_topmain .btn {
		width: 18vw;
		padding: 0.6vw 1vw 1vw 0;
		font-size: 3vw;
	}

	.link_topmain .btn:after {
		width: 1.3vw;
		height: 1.3vw;
		right: 2vw;
	}

	.col_topmain .btn_topmain {
		margin-top: 5vw;
	}

	.col_topabout {
		min-height: 67.5vw;
		margin-bottom: 8vw;
		background-image: url(../img/top/sp/bg_topabout.jpg);
		background-size: 100% auto;
	}

	a.btn_topabout:hover {
		color: #333;
	}

	.col_topworks {
		padding: 50px 0 50px 0;
		background-image: url(../img/top/sp/bg_topworks.jpg);
		background-size: cover;
	}

	.mds_top1 {
		margin-bottom: 30px;
	}

	.mds_top1 .ja {
		margin-bottom: 5px;
	}

	.wrap_topworks {
		width: 90%;
	}

	.wrap_topworks a,
	.wrap_topworks a:nth-child(2n),
	.wrap_topworks a:nth-child(3n) {
		width: 100%;
		margin: 0 0 5% 0;
		padding: 20px 20px 0 20px;
	}

	.wrap_topworks a img {
		width: 100%;
	}

	.wrap_topworks a dl dd .arrow {
		top: 7px;
		right: 20px;
	}

	.col_topvoice {
		padding: 50px 0 50px;
	}

	.inner_topvoice {
		width: 90%;
	}

	.wrap_topvoice {
		display: block;
	}

	.wrap_topvoice a {
		width: 100%;
		margin: 0 0 5%;
		padding: 20px 20px;
	}

	.wrap_topvoice dl dd {
		font-size: 15px;
	}

	.col_topmaterial {
		padding: 50px 0 20px;
	}

	.inner_topmaterial {
		width: 90%;
	}

	.wrap_topmaterial {
		display: block;
	}

	.box_topmaterial,
	.box_topmaterial:nth-child(3n),
	.box_topmaterial:nth-child(4n) {
		width: 100%;
		margin: 0 0 3%;
		padding: 20px 20px;
	}

	.box_topmaterial dl {
		width: 100%;
	}

	.box_topmaterial dl dt {
		max-width: 100%;
		margin-bottom: 15px;
	}

	.box_topmaterial dl dt img {
		width: 100%;
	}

	.box_topmaterial dl dd {
		min-height: auto;
		padding-bottom: 15px;
	}



/* --------------- column --------------- */

	.col_column .inner_topcolumn {
		width: 100%;
		border-top: none;
		border-bottom: none;
		display: block;
	}

	.bg_topcolumn {
		width: 100%;
		padding: 20px 0;
		border-top: solid 1px #a7a8a9;
		border-left: solid 1px #a7a8a9;
		border-right: solid 1px #a7a8a9;
	}

	.col_column .list_topcolumn {
		width: 100%;
		border-left: solid 1px #a7a8a9;
		border-right: solid 1px #a7a8a9;
	}

	.col_column .list_topcolumn:last-child {
		border-bottom: solid 1px #a7a8a9;
	}

	.col_column .list_topcolumn a {
		padding: 12px 35px 12px 15px;
	}

	.col_column .list_topcolumn a dl dt {
		width: 78px;
	}

	.col_column .list_topcolumn a dl dd {
		width: calc( 100% - 78px );
	}

	.inner_column {
		width: 90%;
	}

	.article_column {
		padding: 25px 3%;
		border-width: 5px;
	}

	dl.mds_column_d {
		margin-bottom: 15px;
	}

	dl.mds_column_d dd {
		font-size: 20px;
	}

	.cont_column_d {
		line-height: 1.75;
	}

	.col_link_news_d {
		width: 90%;
		margin-top: 40px;
	}

	.col_link_news_d .link_news a {
		width: 100%;
		max-width: 120px;
		font-size: 12px;
		padding: 3px 10px;
	}

	.col_link_news_d a.btn_news_d {
		width: 40%;
		max-width: 200px;
		margin: 0 4%;
	}



/* --------------- virtual_form --------------- */

	.wrap_virtual1 div {
		width: 100%;
		margin: 0 0 4%;
	}

	dl.txt_virtual2 dt {
		font-size: 20px;
	}













}

/* ---------------------------------------------------------------
	end max 700px
--------------------------------------------------------------- */



/* ---------------------------------------------------------------
	start max 450px
--------------------------------------------------------------- */

@media print,screen and ( max-width: 450px ) {

/* --------------- top --------------- */

	.col_topabout {
		padding: 14vw 0 6vw;
		display: block;
	}

	.mds_topabout {
		margin: 0 auto 4.5vw;
	}


/* --------------- column --------------- */

	.col_column .list_topcolumn a dl {
		display: block;
		line-height: 1.5;
	}

	.col_column .list_topcolumn a dl dt {
		width: 100%;
	}

	.col_column .list_topcolumn a dl dd {
		width: 100%;
	}

	.col_link_news_d a:after {
		display: none;
	}


	/* --------------- download_thanks --------------- */
	
	.box_dl_thanks {
		padding: 25px 0;
	}




}

/* ---------------------------------------------------------------
	end max 450px
--------------------------------------------------------------- */
