@charset "utf-8";
@import url(//db.onlinewebfonts.com/c/4e7620ea01cfe7fc8f702db1507859d3?family=Medici+Script+LT+Std);

/* CSS Document */

body{
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3','Noto Sans JP', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	-webkit-text-size-adjust: 100%;
}
img{
	vertical-align: bottom;
}
li{
	list-style-type: none;
}
a{
	display: block;
	text-decoration: none;
	cursor: pointer;
}
main{
	display: block;
	clear:both;
	padding:96px 0 0;
	overflow: hidden;
}
.top main{
	padding:0;
}
.top main.fixed{
	padding:96px 0 0;
}
.sp{
	display: none;
}
.pc{
	display: block;
}
img.sp{
	display: none;
}
img.pc{
	display: inline-block;
}

@media screen and (max-width:768px){
	.sp{
		display: block;
	}
	.pc{
		display: none;
	}
	img.sp{
		display: inline-block;
	}
	img.pc{
		display: none;
	}
	main{
		padding:13.4vw 0 0;
	}
}

.hero_img{
	overflow: hidden;
	width: 100%;
	height:100vh;
	background:url("../img/hero_img.png") center/ cover  no-repeat;
}
.hero_txt{
	padding: 58vh 0 0;
    margin-left: 36%;
	position: relative;
}
.hero_txt svg{
	width:42vw;
}

.st0{
	fill:#fff;
	animation-delay: 1s;
	animation-duration: 2s;
}
.hero_txt img{
	text-align: center;
	position: absolute;
	left:290px;
	bottom:0;
	animation-duration:5s;
}
@media all and (-ms-high-contrast: none) {
  .hero_txt{
		padding:62vh 0 0;
	}
  .hero_txt img{ 
    left:400px;
	bottom:-38vh;
  }
}
@media screen and (min-width:600px) and (max-width:1500px){
	.hero_txt img{
		left:28%;
		width:30vw;
	}
}
.e{animation-delay: 1.02s;}
.t{animation-delay: 1.04s;}
.dot{animation-delay: 1.06s}
.s{animation-delay: 1.08s;}
.s2{animation-delay: 1.1s;}
.t2{animation-delay: 1.12s;}
.a{animation-delay: 1.14s;}
.r{animation-delay: 1.16s;}
.t3{animation-delay: 1.18s;}
.k{animation-delay: 1.2s;}

.sign{animation-delay: 2s;}

.hero_img .scroll:hover{
	transition: 0.5s;
	opacity: 0.5
}
.hero_img .scroll:before, .hero_img .scroll:after {
    content: "";
    display: block;
    width: 1px;
    height: 80px;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 5vh;
}
.hero_img .scroll:before {
    background-color: rgba(255, 255, 255, 0.25); 
}
.hero_img .scroll:after {
    background-color: white;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -ms-transform-origin: top;
    -o-transform-origin: top;
    transform-origin: top;
    -webkit-animation: lineInOut 1750ms cubic-bezier(0.77, 0, 0.175, 1) infinite;
    -moz-animation: lineInOut 1750ms cubic-bezier(0.77, 0, 0.175, 1) infinite;
    -ms-animation: lineInOut 1750ms cubic-bezier(0.77, 0, 0.175, 1) infinite;
    -o-animation: lineInOut 1750ms cubic-bezier(0.77, 0, 0.175, 1) infinite;
    animation: lineInOut 1750ms cubic-bezier(0.77, 0, 0.175, 1) infinite;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d; 
}

@-webkit-keyframes lineInOut {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -ms-transform-origin: top;
    -o-transform-origin: top;
    transform-origin: top; }
  45% {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -ms-transform-origin: top;
    -o-transform-origin: top;
    transform-origin: top; }
  55% {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: bottom;
    -moz-transform-origin: bottom;
    -ms-transform-origin: bottom;
    -o-transform-origin: bottom;
    transform-origin: bottom; }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: bottom;
    -moz-transform-origin: bottom;
    -ms-transform-origin: bottom;
    -o-transform-origin: bottom;
    transform-origin: bottom; } }

@keyframes lineInOut {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -ms-transform-origin: top;
    -o-transform-origin: top;
    transform-origin: top; }
  45% {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -ms-transform-origin: top;
    -o-transform-origin: top;
    transform-origin: top; }
  55% {

    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: bottom;
    -moz-transform-origin: bottom;
    -ms-transform-origin: bottom;
    -o-transform-origin: bottom;
    transform-origin: bottom; }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: bottom;
    -moz-transform-origin: bottom;
    -ms-transform-origin: bottom;
    -o-transform-origin: bottom;
    transform-origin: bottom; }
}


/*loading*/
#loader-bg {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: #fff;
	z-index: 100;
}
#loader {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	width: 200px;
	height: 200px;
	margin-top: -100px;
	margin-left: -100px;
	text-align: center;
	color: #000;
	z-index: 2;
}
	#loader img{
		margin-bottom:15px;
	}
/*header*/
#header{
	position: fixed;
	top: 0px;
	right:0;
	z-index: 100;
	height:96px;
	background-color: #fff;
    padding: 10px 27px;
    box-sizing: border-box;
    width: 100%;
}
.top #header{
    background-color: #fff;
   	padding: 10px 27px;
    box-sizing: border-box;
	width: 100%;
	position: static;
}
header{overflow: hidden;}
.top #header.fixed{
	position: fixed;
	top: 0px;
	right:0;
	z-index: 100;
}
#header h1 {
    width: 360px;
    position: fixed;
    left: 27px;
    top: 10px;
    z-index: 100;
}
#header.fixed h1 {
	position: static;
	float:left;
}
#header .logo img{
	width:458px;
} 
#header ul{
	float:right;
	padding:18px 0;
}
#header ul li {
	float:left;
	margin-right:28px;
	cursor: pointer;
	position: relative;
}
#header ul li a{
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size:13px;
	font-weight:bold;
	color:#000;
	position: relative;
	padding:14px 0;
}
#header ul li a:hover{
	color:#00a3df;
}

#header ul li a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  background-color: #00a3df;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}
#header ul li a:hover::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
#header ul li:last-child p{
	display:inline-block;
}
#header ul li:last-child p:first-child{
	margin:0 20px;
}
#header ul li:last-child p img{
	vertical-align: middle;
}
#header ul li:last-child p a{
	padding:10px 0;
}
@media screen and (min-width:1251px) and (max-width:1440px){
	#header ul li {
		margin-right:20px;
	}
	#header ul li a{
		font-size:12px;
	}
}
@media screen and (min-width:769px) and (max-width:1440px){
	#header h1{
		width:25vw;
	}
	#header h1 img{
		width:100%;
	}

}
@media screen and (min-width:931px) and (max-width:1250px){
	#header{
		height:auto;
	}
	#header h1{
		width:20vw;
	}
	#header ul {
		padding: 0;
	}
	#header ul li{
		margin-right:1vw;
	}
	#header ul li a{
		font-size:1vw;
		padding:1.8vw 0;
	}
	#header ul li a::after{
		display:none;
	}
	#header ul li:last-child p:first-child {
		margin: 0 1vw;
	}
	#header ul li:last-child p img {
		height: 2vw;
	}
}
@media screen and (min-width:769px) and (max-width:930px){
	#header{
		height:auto;
	}
	.top #header {
		padding: 10px 1vw;
	}
	#header h1{
		width:18vw;
	}
	#header ul {
		padding: 0.5vw 0;
	}
	#header ul li{
		margin-right: 1vw;
	}
	#header ul li a {
		font-size:1vw;
	}
}
/*ドロワーメニュースタート*/
@media screen and (max-width:768px){
	.hero_img {
		background: url(../img/sp_hero_img.png) center/ cover no-repeat;
	}
	.hero_txt {
		padding: 42vh 10vw 0;
		width: 80vw;
		margin: 0;
	}
	.hero_txt svg {
		width:100%;
	}
	.hero_txt img {
		left: 17vw;
		width: 66vw;
		bottom: -2vw;
	}
	.head{
		line-height:0;
		height: 14vw;
	}
	.top #header {
		padding: 0;
		height: 0;
	}
	#header{
		height: 13vw;
	}
	#header h1 {
		width: 100%;
		position: fixed;
		left:0;
		top:0;
		z-index: 101;
	}
	#header.white h1{
		background-color: #fff;
		transition:.5s;
	}
	.open #header h1,
	.open #header h1 a{
		background-color: #fff;
		transition:.5s;
	}
	#header h1 a{
		width:100%;
		padding:1.6vw 2vw;
		box-sizing: border-box;
	}
	#header h1 img{
		height:10vw;
	}
	#header ul li a::after{
		display:none;
	}
	#wrapper{
		padding:0;
	}
	.drawr>div{
		text-align: center;
		margin-bottom:5vw;
	}

	.button_1{
		position: fixed;
		top:0;
		right: 0;
		width: 14vw;
    	height: 14vw;
		z-index: 300;
	}
	.button_1 i,.button_1::before,.button_1::after{
		position: absolute;
		right: 3.5vw;
		width: 6.5vw;
		height: 2px;
		background-color: #00a2de;
		content: " ";
		-webkit-transition: all .4s ease-out;
		transition: all .4s ease-out;
		}
	.button_1 i{
		top:6.3vw;
	}
	.button_1::before{
		top:4vw;
	}
	.button_1::after{
		top: 8.8vw;
	}
	.button_1 span{
		font-size:10px;
		position:absolute;
		bottom:7px;
		color:#fff;
		display:inline-block;
		margin-left:10px;
		}
	.open .button_1 i{
		display: none;
	}
	.open .button_1::before{
		-webkit-transform: rotate(225deg);
		-ms-transform: rotate(225deg);
		transform: rotate(225deg);
		top:6.5vw;
	}
	.open .button_1::after{
		-webkit-transform: rotate(-225deg);
		-ms-transform: rotate(-225deg);
		transform: rotate(-225deg);
		top:6.5vw;
	}
	.drawr {
		background-color: #00a2de;
		float: none;
		left: 0;
		opacity: 0;
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
		height: 100vh;
		position: fixed;
		-webkit-transition: opacity .4s ease,top 0s ease 1s;
		transition: opacity .4s ease,top 0s ease 1s;
		top: -9999px;
		width: 100%;
	}
	.open .drawr {
		box-sizing: border-box;
		opacity: 1;
		top:0;
		background-color: #00a2de;
		padding: 13.9vw 0 10vw;
		-webkit-transition: opacity .4s ease,top 0s ease 0s;
		transition: opacity .4s ease,top 0s ease 0s;
		z-index: 100;
	}
	.menu dl{
		width:100%;
		margin:0 auto;
		font-weight:normal;
		border-bottom:1px solid #4cbfe9;
		line-height: 1;
		background-color:#00a3df;
	}
	.menu dt{
		position: relative;	
		text-align: left;
		margin-bottom:0;
		font-size: 3.2vw;
	}
	.menu dl:nth-child(3) dt{
		padding:5vw 0 5vw 2em;
		color:#fff;
		box-sizing: border-box;
	}
	.menu dt a{
		text-decoration: none;
		font-size:3.2vw;
		color:#fff;
		display: block;
		position: relative;
		padding:5vw 27px 5vw 2em;
	}
	.menu dl:first-child dt a{
		width:90%;
		float:left;
	}
	.menu dl:nth-child(n+3) dt a::after{
		content: "";
		top: 6vw;
		display: inline-block;
		width: 20px;
		height: 5px;
		position: absolute;
		right: 5vw;
		background: url(../img/sp_head_menu_03.png) top/ 100% no-repeat;
	}
	.menu dt img{
		width:12px;
		height:auto;
		position: absolute;
		top:5px;
		right:0;
	}
	.menu dd{
		display:none;
		text-align: left;
	}
	.menu dd p{
		padding:5vw 20px;
		background-color:#002851;
		position:relative;
	}
	.menu dd p::before{
		content:"";
		top: 4vw;
		display:inline-block;
		width:22px;
		height:23px;
		position: absolute;
		left:20px;
		background:url(../img/sp_head_menu_01.png) top/ 100% no-repeat;
	}
	.menu dd p a{
		color:#fff;
		padding-left: 3em;
   		font-size: 3.5vw;
	}
	.menu dl:first-child{
		padding-bottom:0;
		overflow: hidden;
	}
	.menu dl:first-child dd{
		padding:0;
	}
	#menu dd ul,
	.menu dd ul{
		float:none;
		padding:0;
		width:100%;
	}
	#menu dd ul li,
	.menu dd ul li{
		background-repeat: no-repeat;
		background-size: 100%;
		float:none;
		margin:0;
	}
	#menu dd ul li:first-child,
	.menu dd ul li:first-child{
		background-size: 100%;
		background-repeat: no-repeat;
		color:#fff;
	}
	#menu dd ul li a,
	.menu dd ul li a{
		text-decoration: none;
		color: #666666;
		padding: 5vw 4em;
		background-color:#ccedf9;
		font-size: 3vw;
		position: relative;
		box-sizing: border-box;
		width:100%;
		text-align: center;
	}
	.menu dd ul li a::after{
		content: "";
		top: 6vw;
		display: inline-block;
		width: 20px;
		height: 5px;
		position: absolute;
		right: 5vw;
		background: url(../img/sp_head_menu_02.png) top/ 100% no-repeat;
	}
	.menu dd ul li:last-child a{
		border:none;
	}
	.menu ul li img{
		width:100%;
	}
	#menu .sp_nav3 dd ul{
		overflow:hidden;
	}
	#menu .sp_nav3 dd ul li{
		width:50%;
		float:left;
	}
	#menu .sp_nav3 dd ul li a{
		padding: 5vw 0;
		border-bottom:1px solid #8cd6f1;
	}
	#menu .sp_nav3 dd ul li:nth-child(2n) a{
		border-left:1px solid #8cd6f1;
	}
	#menu .sp_nav3 dd ul li:nth-child(n+5) a{
		border-bottom:none;
	}
	.sp_nav1 .accordion_icon,
	.sp_nav2 .accordion_icon,
	.sp_nav3 .accordion_icon {
		position: relative;
		width: 5vw;
		height: 5vw;
		float: right;
		margin-right: 8vw;
    	top: -2.5vw;
	}
	.sp_nav1 .accordion_icon span,
	.sp_nav2 .accordion_icon span,
	.sp_nav3 .accordion_icon span{
		position: absolute;
		left: 5vw;
		width: 4vw;
    	height: 1px;
		top:3.5vw;
		right:3.5vw;
		background-color: #fff;
		border-radius: 4px;
	}

	.sp_nav1 .accordion_icon span:nth-of-type(1),
	.sp_nav2 .accordion_icon span:nth-of-type(1),
	.sp_nav3 .accordion_icon span:nth-of-type(1){
		display: block;
		top: 3.5vw;
		left:3.5vw;
		transform: rotate(90deg);
	}
	.sp_nav1 .accordion_icon span:nth-of-type(2),
	.sp_nav2 .accordion_icon span:nth-of-type(2),
	.sp_nav3 .accordion_icon span:nth-of-type(2){
		top: 3.5vw;
		left:3.5vw;
		transform: rotate(-180deg);
	}
	/*＋、－切り替え*/
	.sp_nav1 .active span:nth-of-type(1),
	.sp_nav2 .active span:nth-of-type(1),
	.sp_nav3 .active span:nth-of-type(1){
		display:none;
	}
	.sp_nav1 .accordion_icon.active span:nth-of-type(2),
	.sp_nav2 .accordion_icon.active span:nth-of-type(2),
	.sp_nav3 .accordion_icon.active span:nth-of-type(2) {
		width:50%;
		top: 8px;
		right:8px;
		transform: rotate(180deg);
		-webkit-transform: rotate(180deg);
		-moz-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		-o-transform: rotate(180deg);
	}
	.sp_nav1 .accordion_icon.active span:nth-of-type(2),
	.sp_nav2 .accordion_icon.active span:nth-of-type(2),
	.sp_nav3 .accordion_icon.active span:nth-of-type(2){
		top: 8px;
		left:16px;
		transform: rotate(180deg);
	}	

	.menu>p{
		width:73%;
		margin:0 auto;
		padding:26px 0 40px;
		height:150px;
	}
	.menu>p img{
		width:100%;
	}
		.fixed {
		position: fixed;
		top: 0px;
		width: 100%;
		z-index: 10000;
	}
	.menu>ul{
		padding:5vw 3vw 21vw;
	}
	.menu>ul li:first-child{
		margin-bottom:2vw;
	}
}

/*ドロワーメニューエンド*/
.effect-fade.effect-scroll{
	opacity:1;
	transform:translate(0, 0);
}
h2.effect-fade,
.stop.effect-fade{
	transform : translate(0, 0);
	transition : all 1s;
}

#link{
	position: fixed;
	top:50vh;
	margin-top:-153px;
	width:50px;
	right:0;
	z-index: 100;
}
#link a:first-child{
	margin-bottom:12px;
}
#link a:hover{
	transition:0.3s;
	opacity:0.6;
}
.top_001{
	padding:53px 0 0;
}
#slide{
	width:1140px;
	margin: 0 auto 104px;
}
#slide ul li a{
	transition:0.3s;
}
#slide ul li a:hover{
	opacity: 0.5;
	transition:0.3s;
}

.news{
	width:1140px;
	margin: 0 auto 96px;
	overflow:hidden;
}
.news_left{
	width:828px;
	float:left;
}
.news_right{
	width:263px;
	float:right;
}
.news h2{
	margin-bottom: 30px;
	display:inline-block;
	margin-right:22px;
}
.news .news_left>a{
	background-color:#00a3df;
	padding:10px 0;
	width:172px;
	text-align: center;
	color:#fff;
	font-size:14px;
	border-radius: 30px;
	display: inline-block;
    vertical-align: 11px;
}
.news .news_left> a:hover{
	opacity:0.5;
	transition:0.5s;
	}
.news_left h2 img{
	width:172px;
}
.news_left > ul{
	float:right;
	width: 100%;
}
.news_left > ul li{
	border-top:1px solid #c9c9c9;
}
.news_left > ul li:last-child{
	border-bottom:1px solid #c9c9c9;
}
.news_left > ul li a{
	display:table;
	color:#000;
	line-height: 1.5;
	padding:26px 0;
}
.news_left > ul li time{
	display:table-cell;
	font-size:16px;
	width:108px;
	color:#231815;
}
.news_left > ul li span{
	display:table-cell;
	font-size:13px;
	width:105px;
	background-color:#e3e3e3;
	color:#4d4d4d;
	text-align: center;
	vertical-align: middle;
}
.news_left > ul li p{
	display:table-cell;
	padding-left:45px;
}
.news_left > ul li p:hover{
	text-decoration:underline;
}
.effect-fade{
	opacity:0;
	transform : translate(0, 45px);
	transition : all 1s;
}
.effect-fade.effect-scroll{
	opacity:1;
	transform:translate(0, 0);
}
h2.effect-fade{
	transform : translate(0, 0);
	transition : all 1s;
}
@media screen and (min-width:769px) and (max-width:1200px){
	#slide {
		width: 90%;
	}
	.news {
		width: 90%;
	}
	.news_left {
		width: 70%;
	}
	.news_right{
		width: 30%;
	}
}
@media screen and (max-width:768px){
	.top_001 {
    	padding: 15vw 0 0
	}
	.news {
		width: 90%;
		margin: 0 auto 15vw;
	}
	.news_left {
		width: 100%;
		float: none;
	}
	.news h2{
		margin-bottom: 3vw;
		display: inline-block;
		margin-right: 0;
		width: 100%;
		text-align: center;
	}
	.news_left h2 img{
		width:28vw;
	}
	.news .news_left>a {
		background-color: #00a3df;
		padding: 2vw 0;
		width: 30vw;
		text-align: center;
		font-size: 3vw;
		margin: 0 auto 5vw;
		display: block;
		vertical-align: 0;
	}
	.news_left > ul{
		float:none;
		margin: 0 auto 10vw;
	}
	.news_right {
		width: 100%;
		float: none;
		text-align: center;
	}
	.news_left > ul li time{
		font-size:3vw;
		display:inline-block;
		width:18%;
		vertical-align: top;
	}
	.news_left > ul li span{
		font-size:3vw;
		display:inline-block;
		width:19%;
		margin-right:1%;
		vertical-align: top;
	}
	.news_left > ul li p {
		display: inline-block;
		padding-left: 0;
		font-size: 3vw;
		width: 59%;
	}
	.news_left > ul li a {
		display: block;
		padding:5vw 0;
	}
}
.top_002{
	width:1140px;
	margin: 0 auto;
}
.top_002 ul li{
	width:560px;
	float:left;
	overflow: hidden;
	text-align: center;
	position: relative;
	height:470px;
}
.top_002 ul li:nth-child(2){
	transition-delay: 0.1s;
}
.top_002 ul li>a{
	position: absolute;
	width:100%;
	height:80%;
	top:0;
	left:0;
}
.top_menu{
	overflow: hidden;
}
.top_002 .menu_img{
	overflow: hidden;
	height:228px;
}
.top_002 .menu_img img{
	width:100%;
	height:auto;
    -moz-transition: -moz-transform 0.3s linear;
    -webkit-transition: -webkit-transform 0.3s linear;
    -o-transition: -o-transform 0.3s linear;
    -ms-transition: -ms-transform 0.3s linear;
    transition: transform 0.3s linear;
}
.top_002 li:hover .menu_img img{
	opacity: 0.8;
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}
.top_002 ul li:nth-child(2){
	float:right;
}
.top_002 .top_menu div{
	background-color:#004093;
	padding:50px 38px;
}
.top_002 .top_menu div h2{
	margin-bottom:18px;
}
.top_002 .top_menu li:nth-child(2)  div{
	background-color:#00a3df;
}
.top_002 .top_menu div p{
	color:#fff;
	font-size:14px;
	line-height:1.5;
	margin-bottom:30px;
}
.top_002 ul li .btn{
	font-size:13px;
	text-align: center;
	background-color:#004093;
	color:#fff;
	width:173px;
	padding:10px 0;
	border-radius: 30px;
	margin: 0 auto;
	border:1px solid #fff;
	display:block;
}
.top_002 ul li:nth-child(2) .btn{
	background-color:#00a3df;
	color:#fff;
	transition:0.3s;
}
.top_002 ul li .btn:hover{
	background-color:#fff;
	color:#004093;
	transition:0.3s;
}
.top_002 ul li:nth-child(2) .btn:hover{
	color:#00a3df;
	transition:0.3s;
}
@media screen and (min-width:769px) and (max-width:1200px){
	.top_002 {
		width: 90%;
	}
	.top_002 ul li {
		width: 49%;
		height:100%;
	}
	.top_002 .menu_img {
	    height: auto;
	}
	.top_002 .top_menu div p {
		font-size: 1.2vw;
	}
}
@media screen and (max-width:768px){
	.top_002 {
		width: 90%;
	}
	
	.top_002 .top_menu div {
		padding: 8vw 0 7vw;
	}
	.top_002 .top_menu div h2 {
		margin-bottom: 3vw;
	}
	.top_002 .top_menu div p {
		font-size: 3vw;
		line-height: 2;
		margin-bottom: 3vw;
	}
	.top_002 ul li {
		width: 100%;
		height:auto;
	}
	.top_002 ul li:first-child{
		margin: 0 0 5vw;
	}
	.top_002 ul li>a {
		height: 100%;
	}
	.top_002 ul li .btn {
		font-size: 3vw;
		width: 32vw;
		padding: 2vw 0;
	}
	.top_002 ul li:last-child h2 span{font-size:3.2vw;}
	.top_002 ul li:last-child h2 b{
		font-size:4.2vw;
	}
	.top_002 .menu_img {
		height: auto;
	}
	.top_002 .top_menu div h2 span{
		font-size:4.5vw;
		color:#fff;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	}
}

.top_003{
	background:#e5f2f9 url("../img/top_003_bg.png") bottom right/ 90vw no-repeat;
	padding: 149px 0 110px;
	margin:-86px 0 0;
}
.top_003>div{
	width:1040px;
	margin:0 auto;
}
.top_003 h2{
	margin-bottom:38px;
}
.top_003 p{
	font-size:16px;
	line-height:2.2;
	margin-bottom:40px;
}
.top_003 ul{
	position: relative;
	width:648px;
}
.top_003 ul li{
	width:315px;
	display:inline-block;
	margin-bottom:12px;
	margin-right:10px;
	overflow: hidden;
	border-radius: 50px;
}
.top_003 ul li:nth-child(2n){
	margin-right:0;
}
.on-menu a{
	width:100%;
	height:70px;
	background-color:#fff;
	position: relative;
	border-radius: 50px;
}

.on-menu span{
	color:#004093;
	z-index: 3;
	font-size:18px;
	position: absolute;
	left:34px ;
	top:26px;
	transition:0.5s;
}
.on-menu a:hover span{
	color:#fff;
	transition:0.5s;
}
.on-menu a:after{
	content:"";
	width:8px;
	height:8px;
	transform: rotate(45deg);
	border-top:1px solid #004093;
	border-right:1px solid #004093;
	display: inline-block;
	z-index: 2;
	position: absolute;
	right:26px;
	bottom:31px;
	transition:0.5s;
}
.on-menu a:hover:after{
	border-top:1px solid #fff;
	border-right:1px solid #fff;
	transition:0.5s;
}
.on-menu a:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    transform: translateX(-101%);
    transition: 0.5s all cubic-bezier(0.52, 0.08, 0.18, 1);
    z-index: 0;
    background-color: #004093;
  }
.on-menu a:hover:before {
	transform: translateX(0);
	transition:0.5s;
}
@media screen and (min-width:769px) and (max-width:1140px){
	.top_003>div {
		width: 90%;
	}
	.top_003 p {
		font-size: 13px;
	}
	.top_003 ul li {
		width: 27vw;
	}
	.on-menu span {
		font-size: 15px;
	}
}
@media screen and (max-width:768px){
	.top_003 {
		background: #e5f2f9 url(../img/sp_top_003_bg.png) bottom/ 100% no-repeat;
		padding: 30vw 0 56vw;
		margin: -18vw 0 0;
	}
	.top_003>div {
		width: 76%;
	}
	.top_003 h2 {
		width: 87%;
    	margin: 0 auto 5vw;
	}
	.top_003 h2 img{
		width:100%;
	}
	.top_003 p {
		font-size: 3vw;
		width: 90%;
		line-height: 2.2;
		margin: 0 auto 8vw;
	}
	.top_003 ul {
		width: 100%;
	}
	.top_003 ul li {
		width: 100%;
		margin: 0 0 3vw;
	}
	.on-menu a:before {
		transform: translateX(-101%);
	}
	.on-menu a {
		height: 18vw;
	}
	.on-menu span {
		left: 9vw;
		top: 6.3vw;
		font-weight: bold;
		font-size: 4.5vw;
	}
	.on-menu a:after {
		width: 1.8vw;
		height: 1.8vw;
		right: 6vw;
		bottom: 8vw;
	}
}

.top_004 {
	background-color:#00a3df;
}
.top_004 div{
	padding:92px 0 103px;
	width:1140px;
	margin: 0 auto;
	overflow: hidden;
}
.top_004 h2{
	width:397px;
	text-align: center;
	color:#fff;	
	float:left;
}
.top_004 p{
	float:right;
	width:610px;
	color:#fff;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size:16px;
	line-height:2.5;
}
.top_004 p a{
	font-size:15px;
	text-align: right;
	color:#fff;
	line-height: 1;
}
.top_004 p a::before{
	content:"";
	height:1px ;
	width:7px;
	background-color:#fff;
	display:inline-block;
	margin-right: 3px;
	vertical-align: middle;
}
@media screen and (min-width:769px) and (max-width:1140px){
	.top_004 div{
		width:90%;
	}
	.top_004 h2 {
		width: 35%;
	}
	.top_004 h2 img{
		width: 100%;
	}
	.top_004 p {
    	font-size:14px;
		width: 60%;
	}
}
@media screen and (max-width:768px){
	.top_004 div{
		width: 70%;
		padding: 20vw 0 25vw;
		margin: 0 auto;
	}
	.top_004 h2 {
		width: 100%;
		float:none;
		margin: 0 0 15vw;
	}
	.top_004 h2 img{
		width:100%;
	}
	.top_004 p {
		float: none;
		width: 100%;
		font-size: 3.2vw;
	}
	.top_004 p a {
		font-size: 3.4vw;
		width: 96%;
	}
}

footer{
	padding:70px 0 79px;
	border-top:10px solid #99daf2;
}
footer nav{
	width:1140px;
	margin: 0 auto;
	overflow: hidden;
}
footer .footer_left{
	width:384px;
	float:left;
}
footer .footer_left dl{margin-bottom:60px;
}
footer .footer_left dt{
	margin-bottom:12px;
}
footer .footer_left dd{
	font-size:13px;
	line-height:1.4;
	margin-bottom:15px;
}
footer .footer_left dd a{
	font-size:18px;
	color:#000;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
footer .footer_right{
	width:584px;
	float:right;
}
footer .footer_left p{
	font-size:10px;
	color:#333;
}
footer .footer_left p a{
	color:#333;
	display: inline-block;
}
footer .footer_right ul{
	display:inline-block;
	vertical-align: top;
}
footer .footer_right ul:first-child{
	margin-right:56px;
}
footer .footer_right ul:nth-child(2){
	margin-right:50px;
}
footer .footer_right ul li{
	margin-bottom:7px;
	color: #004093;
    font-weight: bold;
	font-size:13px;
}
footer .footer_right ul:first-child li:nth-child(3n),
footer .footer_right ul:last-child li{
	margin-bottom:20px;
}
footer .footer_right ul li a{
	color:#666666;
	line-height:1.4;
}
footer .footer_right ul li.foot_ttl a{
	color: #004093;
	font-weight:bold;
	font-size: 13px;
}
footer .footer_right ul li a:hover{
	text-decoration: underline;
}
.foot_link{
    display: none;
}
.lp_link{
	padding: 15px 15px 0 0;
    width: 280px;
    display: inline-block;
}
.lp_link:hover{
	opacity:0.7;
	transition:0.5s;
}
.lp_link:last-child{
	padding: 15px 0 0 0;
}
.lp_link img{
	width:100%;
}
@media screen and (min-width:769px) and (max-width:1140px){
	footer nav {
		width: 90%;
	}
	footer .footer_right {
		width: 100%;
		float: none;
		text-align: center;
		margin: 0 0 80px;
	}
	footer .footer_right li{
		text-align: left;
	}
	footer .footer_left {
		width: 100%;
		float: none;
		text-align: center;
	}

}
@media screen and (max-width:768px){
	footer {
		padding: 0;
		border-top: 2.8vw solid #99daf2;
	}
	footer nav {
		width: 100%;
	}
	footer .menu dl {
		width: 100%;
		margin: 0 auto;
		font-weight: normal;
		border-bottom: 1px solid #f2f2f2;
		line-height: 1;
		background-color: #fff;
	}
	footer .menu dl:nth-child(3) dt{
		font-weight:bold;
		color:#004093;
		padding: 7vw 5vw;
		font-size:3.6vw;
		position: relative;
	}
	footer .menu dt a{
		color:#004093;
		font-weight:bold;
		padding: 7vw 5vw;
		font-size:3.6vw;
	}
	footer .footer_left dd span{display: inline;}
	footer .footer_left dd:last-child{
		text-indent:0;
	}
	footer .menu dd ul li a{
		color:#666666;
		background-color:#f2f2f2;
		text-align: left;
		padding: 6vw 0 6vw 13vw;
		font-size: 3.4vw;
		border-bottom:1px solid #e6e6e6;
	}
	footer .sp_nav1 .accordion_icon span,
	footer .sp_nav2 .accordion_icon span,
	footer .sp_nav3 .accordion_icon span{
		background-color:#004093;
		width: 4vw;
	}
	footer .sp_nav1 .accordion_icon,
	footer .sp_nav2 .accordion_icon,
	footer .sp_nav3 .accordion_icon{
		position: absolute;
		float: none;
    	margin-right: 0;
		top:5vw;
		right: 8vw;
	}
	footer .footer_left{
		width:100%;
		float:none;
		padding:12vw 0;
	}
	footer .footer_left dl{
		width:64%;
		margin: 0 auto 22vw;
	}
	footer .footer_left dt{
		text-align: center;
		margin-bottom: 6vw;
	}
	footer .footer_left dt img{
		width:34vw;
	}
	footer .footer_left dd{
		font-size:3vw;
		text-indent: -0.5em;
	}
	footer .footer_left dd a{
		font-size:4vw;
	}
	footer .footer_left>p {
		font-size: 2.6vw;
		text-align: center;
		padding: 2vw 0;
	}
	.lp_link{
		width:86vw;
		margin-left:7vw;
		padding-top:3vw;
	}
	.lp_link img{
		width:100%;
	}
	.foot_link{
		display:block;
		overflow:hidden;
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		z-index: 99;
		opacity:0;
		transition:0.5s;
	}
	.foot_link.shown{
		opacity:1;
		transition:0.5s;
	}
	.foot_link li{
		width:100%;
		float:left;
	}
	.foot_link li a{
		display:block;
		text-align: center;
		padding:3vw 0;
		background-color:#00a3df;
	}
	.foot_link li:last-child a{
		background-color:#004093;
	}
	.foot_link li img{
		vertical-align: bottom;
		height:6vw;
	}
}



/*トップへ戻るボタン*/
#topBtn{
  position:fixed; /*固定*/
  bottom:3vw; /*場所を右下に移動*/
  right:3vw; /*場所を右下に移動*/
  background-color:#004093;
  color:#fff;
  text-decoration:none;
  font-weight:bold;
  font-size:11px;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  box-sizing:border-box;
  opacity:0;
  transition:0.5s;
}
#topBtn:hover::before{
	background-color:#fff;
	transition:0.5s;
}
#topBtn span{
	display: block;
    width: 14px;
    height: 14px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transition: 0.5s;
    margin: 24px 0 0 20px;
}
#topBtn:hover::after{





	transition:0.5s;
	border-top: 2px solid #006bb0;
    border-right: 2px solid #006bb0;
}

#topBtn:hover {
  opacity:0.7;
}

.arrow {
    position: relative;
    opacity: 0;
    padding: 0 0 0 16px;
    color: #006bb0;
    vertical-align: middle;
    text-decoration: none;
    font-size: 15px;
    display: inline-block;
}
.arrow::before, .arrow::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
#topBtn.show {
    position: fixed;
    bottom:3vw; /*場所を右下に移動*/
    right:3vw; /*場所を右下に移動*/
    opacity: 1;
    animation: fadeIn 2s ease 0s 1 normal;
}
@media screen and (max-width:768px){
	#topBtn{
		width: 13vw;
    	height: 13vw;
	}
	#topBtn.show {
    	bottom: 14vw;
	}
	#topBtn span{
		margin: 5.5vw 0 0 4.3vw;
		width: 4vw;
    	height: 4vw;
	}
}


/*中ページ共通*/
.common_ttl{
	margin-bottom:70px;
}
.common_ttl h2{
	padding:56px 0 51px ;
	background-color:#004093;
	text-align: center;
	line-height: 1;
}
.common_main{
	height:380px;
	background:url("../salon/img/salon_main.png") center / 100% no-repeat;
}
@media screen and (max-width:1500px){
	.common_main{
		height:380px;
		background:url("../salon/img/salon_main.png") center / auto 100% no-repeat;
	}
}
@media screen and (max-width:768px){
	.common_ttl h2 img{
		height:4.5vw;
	}
	.common_ttl h2 {
		padding: 8vw 0;
	}
	.common_ttl {
		margin-bottom: 10vw;
	}

}
/*日本M&A検定協会について*/
.about_001{
	text-align: center;
	font-size:17px;
	line-height: 2.7;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	margin: 0 0 150px;
}
.about_001 h2{
	color:#004093;
	font-size:28px;
	font-family: 'Shippori Mincho', serif;
	margin:0 0 20px;
	letter-spacing: 2px
}
.about_001 p{
	margin-bottom:90px;
}
.about_001 ul{
	width:684px;
	margin: 0 auto 90px;
	overflow: hidden;
}
.about_001 ul li{
	width:150px;
	float:left;
	margin-right:110px;
}
.about_001 ul li:last-child{
	margin-right:0;
}
.about_001 ul li img{
	width:100%;
	margin-bottom:27px;
}
.about_001 ul li span{
	font-size: 16px;
	color:#00a3df;
	display:inline-block;
	font-weight:bold;
	line-height: 1.5
}
.about_001 ul li:nth-child(2) span{
	color:#004093;
}
.about_001 ul li:nth-child(3) span{
	color:#662d8e;
}
@media screen and (max-width:768px){
	.about_001{
		margin: 0 0 20vw;
	}
	.about_001 p{
		width:90%;
		margin: 0 auto 14vw;
		font-size: 3vw;
	}
	.about_001 h2 {
		font-size: 6vw;
		margin: 0;
	}
	.about_001 ul {
		width:40%;
		margin: 0 auto;
	}
	.about_001 ul li {
		width: 100%;
		float: left;
		margin:0 0 10vw;
	}
	.about_001 ul li img {
		width:36vw;
		margin-bottom:2vw;
	}
	.about_001 ul li span {
		font-size: 4vw;
	}
}
.about_002{
	background:url("../about/img/about_002_bg.png") center 47px / 100% no-repeat;
	text-align: center;
	padding:0 0 110px;
	margin:0 0 110px;
}
@media screen and (max-width:1720px){
	.about_002{
		background:url("../about/img/about_002_bg.png") center 47px / auto 100% no-repeat;
	}
}
.about_002 p{
	margin-bottom:66px;
}
.about_002 dt{
	margin-bottom:50px;
}
.about_002 ol{
	width:950px;
	margin: 0 auto;
}
.about_002 li{
	background-color:#fff;
	font-size:17px;
	line-height:2.2;
	padding:20px 0 20px 120px;
	margin-bottom:10px;
	text-align: left;
}
.about_002 li span{
	color:#00a3df;
	font-weight:bold;
	margin-right:19px;
}
@media screen and (max-width:768px){
	.about_002 {
		background: url(../about/img/sp_about_002_bg.png) center 10vw / auto 100% no-repeat;
		padding: 0 0 14vw;
		margin: 0 0 10vw;
	}
	.about_002 p {
		margin-bottom: 10vw;
	}
	.about_002 p img{
		width:33vw;
	}
	.about_002 dt h3 img{
		height: 6vw;
	}
	.about_002 ol {
		width: 90%;
	}
	.about_002 li {
		font-size: 3.4vw;
		padding: 3vw 6vw 3vw 3em;
		margin-bottom: 2vw;
		text-indent: -1.6em;
		padding-left: 3em;
	}
	.about_002 li span{
		margin-right:1vw;
	}
	
}
.about_003 {
    padding: 50px 0 150px;
}
.about_003>div:first-child{
	width:950px;
	margin: 0 auto 90px;
	text-align: center;
}
.about_003 h3{
	margin-bottom:57px;
}
.about_003 dl{
	padding:32px 0;
	overflow: hidden;
	border-top: 1px solid #e3e3e3;
}
.about_003 dt{
	float:left;
	width:240px;
	font-size:16px;
	color:#004093;
	clear:left;
	font-weight:bold;
}
.about_003 dd{
	float:left;
	font-size:16px;
	text-align: left;
	width: 700px;
    padding-left: 10px;
}
.about_003 dd a{
	color:#000;
}
.about_003 li{
	margin-bottom:20px;
}
.about_003 li:last-child{
	margin-bottom:0;
}
.about_003 li a{
	display: inline-block;
	text-decoration: underline;
	cursor: pointer;
}
.about_003 li a:hover{
	opacity:0.7;
}
.about_003 dl:last-child{
	border-bottom:1px solid #e3e3e3;
}
#map iframe{
	vertical-align: bottom;
}
.member{
	width:850px;
	border-top:1px solid #e3e3e3;
	padding:56px 0 87px;
	margin: 0 auto;
}
.member>img{
	width:139px;
	float:left;
}
.member .member_txt{
	width:645px;
	float:right;
	text-align: left;
}
.member .member_txt p{
	font-size:14px;
	line-height:2;
}
.member .member_txt>span{
	display:block;
	margin-bottom:36px;
}
.member .member_txt h4{
	font-size:21px;
	color:#004093;
	line-height:1.8;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.member .member_txt .member_name{
    text-align: right;
	padding:40px 0 82px;
    font-size:20px;
    line-height:2;
}
.member .member_txt .member_name span{
    font-size:13px;
    display: block;
}
.about_003 .member dl{
	clear:both;
	display: block;
	border:1px solid #004093;
	padding:0;
}
.about_003 .member dt{
	display:table-cell;
	vertical-align: middle;
	width:162px;
	color:#fff;background-color:#004093;
	float: none;
}
.about_003 .member dd{
	display:table-cell;
	vertical-align: middle;
	float: none;
	padding-left: 42px;
}
.about_003 .member dd ul{
	width:608px;
	padding:45px 0;
	box-sizing: border-box;
	border-bottom:1px dashed #004093;
	overflow:hidden;
}
.about_003 .member dd ul li{
	font-size:14px;
	line-height: 1;
	width:52%;
	float:left;
	color:#004093;
}
.about_003 .member dd ul li:nth-child(2n){
	width:48%;
}
.about_003 .member dd p{
	padding:38px 0 44px;
	font-size:14px;
	line-height: 2;
	width:608px;
}
@media screen and (max-width:768px){
	.about_003 {
		padding: 0 0 10vw;
	}
	.about_003>div:first-child {
    	width: 90%;
		margin: 0 auto 15vw;
	}
	.about_003 h3 {
		margin-bottom: 8vw;
	}
	.about_003 h3 img{
		height:5.5vw;
	}
	.about_003 dl {
		padding: 6vw 0;
	}
	.about_003 dt {
	    width: 20%;
		font-size: 3.4vw;
		text-align: left;
		margin-left:2%;
	}
	.about_003 dd {
		font-size: 3.4vw;
		text-align: left;
		width: 70%;
		padding-left: 3%;
        line-height:1.8;
	}
	.about_003 li {
		margin-bottom: 2vw;
	}
	.member {
		width: 90%;
		padding: 15vw 0 0;
	}
	.member>img {
		width: 40vw;
		float: none;
		margin: 0 0 8vw;
	}
	.member .member_txt {
    	width: 100%;
		float: none;
		text-align: center;
	}
	.member .member_txt>span {
		display: block;
		margin-bottom: 7vw;
	}
	.member .member_txt h4 {
		font-size: 3.6vw;
	}
	.member .member_txt p {
		font-size: 3vw;
		line-height: 2;
		text-align: left;
	}
	.member .member_txt .member_name{
		padding:8vw 0;
		font-size:5vw;
		text-align: right;
        line-height:1.5;
	}
	.member .member_txt .member_name span{
		font-size:2.5vw;
		display: block;
	}
	.about_003 .member dt {
		display: block;
		width: 100%;
		margin: 0;
		float: none;
		padding: 3vw 0;
		text-align: center;
		font-size: 4vw;
		letter-spacing: 1px;
	}
	.about_003 .member dd {
		display: block;
		float: none;
		padding: 0 5vw;
		width: 100%;
		box-sizing: border-box;
	}
	.about_003 .member dd ul {
    	width: 100%;
		padding: 5vw 0;
	}
	.about_003 .member dd ul li {
    	font-size: 3vw;
		line-height: 2;
		width: 100%;
		list-style-type: disc;
	}
	.about_003 .member dd ul li::before {
		content:"・";
		font-size:3.4vw;
		margin-right:0.5em;
	}
	.about_003 .member dd ul li:nth-child(2n) {
		width: 100%;
	}
	.about_003 .member dd p {
		padding: 7vw 0 10vw;
		font-size: 3.2vw;
		line-height: 2;
		width: 100%;
	}
}

/*オンラインサロンページ*/
.salon_001{
	text-align: center;
}
.salon_001 .note{
    color:#D31835;
    font-size:20px;
    text-align: center;
    margin-bottom:50px;
}
.salon_001 .common_ttl{
	margin-bottom:90px;
}
.salon_001 .common_ttl h2{
	background-color:#00a2de;
}
.salon_001>div:nth-child(2){
	width:780px;
	margin: 0 auto;
}
.salon_001 h3{
	margin-bottom:40px;
}
.salon_001 p{
	font-size:15px;
	line-height:2.1;
	text-align: left;
	margin-bottom:30px;
}
.salon_001 p:nth-child(5){
	margin-bottom:50px;
}
.salon_001 .movie{
  position: relative;
  width: 100%;
  padding-top: 56.25%;
margin: 0 0 56px;
}
.salon_001 .movie iframe{
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.salon_001 ul {
	margin: 0 auto ;
	width:780px;
	padding: 0 0 116px;
}
.salon_001 ul li:first-child{
	margin-bottom:5px;
}
.salon_001 ul li dl{
	display:table;
	font-weight: bolder;
}
.salon_001 ul li dt{
	width:150px;
	display:table-cell;
	background-color:#00a2de;
	color:#fff;
	text-align: center;
	padding:40px 0;
	letter-spacing: 2px
}
.salon_001 ul li dd{
	width:538px;
	display:table-cell;
	padding: 40px 46px;
	background-color:#e5f2f9;
	font-size:20px;
}
.salon_001 ul li:first-child dd{
	font-size:19px;
}
.salon_001 ul li dd span{
	font-size:18px;
	margin-left:2em;
}
@media screen and (max-width:768px){
	.salon_001 .note{
		font-size:4vw;
		margin-bottom:5vw;
	}
	.salon_001 .common_ttl {
		margin-bottom: 12vw;
	}
	.salon_001>div:nth-child(2) {
		width: 90%;
	}
	.salon_001 h3 img{
		width: 80vw
	}
	.salon_001 p {
		font-size: 3.4vw;
		line-height: 2.1;
		text-align: left;
		margin-bottom: 6vw;
	}
	.salon_001 p:nth-child(5) {
		margin-bottom: 14vw;
	}
	.salon_001 .movie {
		width: 100%;
	}
	.salon_001 ul {
		margin: 0 auto;
		width: 90%;
		padding: 0 0 23vw;
	}
	.salon_001 ul li dt{
		padding: 8vw 0;
		vertical-align: middle;
	}
	.salon_001 ul li dd {
		width: 70%;
		padding: 5vw 5vw;
		font-size: 3.6vw;
		text-align:left;
		vertical-align: middle;
	}
	.salon_001 ul li:first-child dd {
		font-size: 3.6vw;
		line-height: 1.3;
	}
	.salon_002 h3 {
		margin-bottom: 16vw;
	}
	.salon_002 h3 img{
		height: 5.6vw;
	}
}
.salon_002{
	background:url("../salon/img/salon_002_bg.png") center 20px / 100% no-repeat;
	text-align: center;
	padding:0 0 80px;
}
@media screen and (max-width:1500px){
	.salon_002{
		background:url("../salon/img/salon_002_bg.png") center 20px / auto 100% no-repeat;
	}
}

.salon_002 h3{
	margin-bottom:77px;
}
.salon_002>ol{
	overflow: hidden;
	width:980px;
	margin: 0 auto;
}
.salon_002>ol>li{
	padding:50px 28px;
	background-color:#fff;
	width:49.25%;
	float:left;
	box-sizing: border-box;
	border-radius: 10px;
	display: table;
	position: relative;
	margin-bottom:20px;
}
.salon_002>ol>li:nth-child(2n){
	margin-left:1.5%;
}
.salon_002>ol>li:nth-child(3){
	padding-bottom:39px;
}
.salon_002>ol>li:nth-child(5){
	padding-bottom:45px;
}
.salon_002>ol>li img{
	display:table-cell;
	vertical-align: middle;
}
.salon_002>ol>li:nth-child(3) img,
.salon_002>ol>li:nth-child(4) img{
	padding:20px 0 0;
}
.salon_002>ol>li:nth-child(n+5) img{
	padding:10px;
}
.salon_002>ol>li>div{
	display:table-cell;
	vertical-align: middle;
	padding-left:0px;
	text-align: left;
	width:70%;
}
.salon_002>ol>li:first-child div{
	padding-top:10px;
}
.salon_002>ol>li:nth-child(2) p {
    width: 100%;
    position: absolute;
    left: 2.5em;
    bottom: 1em;
    font-size: 13px;
    text-align: left;
}
.salon_002>ol>li>div h4{
	font-size: 28px;
	line-height:1.3;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.salon_002>ol>li:nth-child(n+3)>div h4{
	margin-bottom:10px;
}
.salon_002>ol>li>div h4 span{
	display:block;
	font-size:20px;
}
.salon_002>ol>li li{
	font-size:14px;
	line-height:1.5;
}
.salon_002>ol>li li:last-child{
	padding-bottom:0;
}
.salon_002>ol>li li::before{
	content:"●";
	color:#4cbfe9;
	font-size:16px;
	vertical-align: middle;
	margin-right:2px;
}
.salon_002>ol>li .point{
	background-color:#00a3df;
	padding:30px;
	font-size:22px;
	line-height: 1.3;
	color:#fff;
	display: block;
	position: absolute;
	right:40px;
	bottom:40px;
	border-radius: 10px;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.salon_002>ol>li>div p{
	font-size:14px;
	line-height:1.7;
}
@media screen and (max-width:768px){
	.salon_002{
		background:url("../salon/img/salon_002_bg.png") center 2.5vw / auto 100% no-repeat;
	}
	.salon_002 h3 {
		margin-bottom: 16vw;
	}
	.salon_002 h3 img{
		height: 5.6vw;
	}
	.salon_002>ol {
		width: 70%;
	}
	.salon_002>ol>li {
		padding: 7vw 7vw 13vw;
		float: none;
		border-radius: 10px;
		display: block;
		margin-bottom: 4vw;
		width:100%;
	}
	.salon_002>ol>li img{
		display: inline-block;
		margin-bottom: 3vw;
	}
	.salon_002>ol>li:first-child div {
			padding-top: 0;
	}
	.salon_002>ol>li>div h4 {
		font-size: 5.5vw;
		text-align: center;
		line-height: 1.5;
	}
	.salon_002>ol>li:nth-child(n+3)>div h4 {
		margin-bottom: 10px;
	}
	.salon_002>ol>li:nth-child(2) p {
		width: 100%;
		position: absolute;
		left: 2.5em;
		bottom: 2.5em;
		font-size: 2.7vw;
	}
	.salon_002>ol>li>div p {
		font-size: 3vw;
		line-height: 1.7;
	}
	.salon_002>ol>li li {
		font-size: 3vw;
	}
}
.contact_link{
	padding:95px 0 97px;
	background-color:#00a3df;
}
.contact_link div{
	text-align: center;
	height:80px;
	margin: 0 auto;
	width:680px;
	overflow: hidden;
	border-radius: 50px
}
.contact_link a{
	background-color:#fff;
	font-weight:bold;
	height:80px;
}
.contact_link a span{
	font-size:23px;
	top: 30px;
    left: 273px;
	letter-spacing: 2px;
	color:#00a3df;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.contact_link a:before{
	background-color:#ccedf9;
}

.contact_link a::after {
	display: none;
}

/*ビジネスマイスター講座*/
.course_001 .common_main {
    background: url("../course/img/course_main.png") center / 100% no-repeat;
}
@media screen and (max-width:1500px){
	.course_001 .common_main{
		background:url("../course/img/course_main.png") center / auto 100% no-repeat;
	}
}
.course_001 .common_ttl{
	margin-bottom:90px;
}
.course_001>div:nth-child(2){
	width:780px;
	margin: 0 auto 100px;
	text-align: center;
}
.course_001>div:nth-child(2) h3{
	text-align: center;
	margin-bottom:50px;
}
.course_001>div:nth-child(2) p{
	font-size:15px;
	line-height:2.1;
	text-align: left;
	margin-bottom: 40px
}
.course_001>div:nth-child(2) p:last-child{
	margin-bottom:0;
}
.course_002 h3{
	text-align:center;
	margin-bottom:18px;
}
.course_002>div{
	width:100%;
	background:url("../course/img/course_002_bg.png") center/ cover no-repeat;
	height:340px;
}
.course_002 ol{
	width:976px;
	margin: 0 auto;
	overflow: hidden;
	padding:82px 0 75px;
}
.course_002 ol li{
	width:187px;
	background-color:#Fff;
	border-radius:15px;
	padding: 50px 0;
	text-align: center;
	float:left;
	position: relative;
	box-sizing: border-box;
	margin-right:10px;
}
.course_002 ol li:last-child{
	margin-right:0;
}
.course_002 ol li img{
	position: absolute;
	top: -35px;
    left: 65px;
}
.course_002 ol li p{
	font-size:17px;
	line-height:1.7;
	font-weight:bold;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.course_002 ol li:nth-child(n+4){
	padding:64px 0;
}
.course_002 ol li span{
	color:#ea1c24;
}
.course_entry{
	padding:86px 0 82px;
	background:url("../course/img/course_entry_bg.png") center / cover no-repeat;
}
.course_entry h3{
	color:#fff;
	font-size:26px;
	margin-bottom:40px;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	text-align: center;
}
.course_entry div{
	width:950px;
	padding:64px 80px;
	background-color:#fff;
	border-radius: 15px;
	box-sizing: border-box;
	margin: 0 auto;
}
.course_entry div p{
	font-size:15px;
	line-height:2.1;
}
.course_entry div a{
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	width:480px;
	padding:23px 0;
	background-color:#004093;
	color:#fff;
	text-align: center;
	border-radius:50px;
	margin: 0 auto;
	position: relative;
	border:1px solid #004093;
}
.course_entry div a:hover{
	background-color:#fff;
	color:#004093;
	transition:0.5s;
}
.course_entry div a::after{
	content:"";
	display:inline-block;
	width:8px;
	height:8px;
	border-right:1px solid #fff;
	border-top:1px solid #fff;
	-webkit-transform:  rotate(45deg);
	-ms-transform:  rotate(45deg);
	-o-transform:  rotate(45deg);
	transform:  rotate(45deg);
	position:absolute;
	right:38px;
	top:25px;
}
.course_entry div a:hover::after{
	border-right:1px solid #004093;
	border-top:1px solid #004093;
	transition:0.5s;
}


@media screen and (max-width:768px){
	.course_entry div {
    	width: 90%;
		padding: 8vw;
	}
	.course_entry h3 {
		font-size: 4.5vw;
		margin-bottom: 6vw;
		line-height: 1.3;
	}
	.course_entry div p {
		font-size: 3.2vw;
		margin: 0 0 5vw;
	}
	.course_entry {
		padding: 14vw 0 16vw;
	}
	.course_entry div a {
		width: 70vw;
		padding: 5vw 0;
		font-size: 3.4vw;
		margin: 0 auto;
	}
	.course_entry div a::after {
		width: 2vw;
		height: 2vw;
		right: 7vw;
		top: 5.2vw;
	}
}
.course_003{
	width:976px;
	margin: 0 auto;
	padding:86px 0 60px;
}
.course_box{
	position:relative;
}
.course_box>img{
	position:absolute;
	right:126px ;
	top:66px;
}
.course_003 dl{
	padding:18px 0 0;
	margin-bottom:55px;
	position: relative;
}
.course_003 dl dt{
	width:453px;
	box-sizing: border-box;
	font-size:22px;
	background-color:#00a3df;
	position: absolute;
	color:#fff;
	top:0;
	left:0;
	padding:24px 63px;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.course_box:nth-child(2) dt{
	background-color:#004093;
}
.course_box:nth-child(3) dt{
	background-color:#662d8e;
}
.course_003 dl dd{
	border:1px solid #00a3df;
	padding:90px 0 55px 66px;
}
.course_box:nth-child(2) dd {
	border: 1px solid #004093;
}
.course_box:nth-child(3) dd {
	border: 1px solid #662d8e;
}
.course_003 dl dd p{
	width:467px;
	font-size:15px;
	line-height:2.1;
	margin-bottom:30px;
}
.course_box .on-menu{
	width:330px;
	overflow: hidden;
	border-radius: 50px;
}
.course_box .on-menu a{ 
	height:45px;
	background-color: #fff;
	border:1px solid #00a3df;
	box-sizing: border-box;
}
.course_box:nth-child(2) .on-menu a{ 
	border:1px solid #004093;
}
.course_box:nth-child(3) .on-menu a{
	border:1px solid #662d8e;
}
.course_box .on-menu a:before{
	border:1px solid #00a3df;
	background-color:#00a3df;
	border-radius: 50px;
	box-sizing: border-box;
}
.course_box:nth-child(2) .on-menu a:before{
	border:1px solid #004093;
	background-color:#004093;
}
.course_box:nth-child(3) .on-menu a:before{
	border:1px solid #662d8e;
	background-color:#662d8e;
}
.course_box .on-menu span {
    color: #00a3df;
    z-index: 3;
    font-size: 16px;
    position: absolute;
    left: 114px;
    top: 15px;
	transition:0.5s;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.course_box:nth-child(2) .on-menu span {
	color:#004093;
}
.course_box:nth-child(3) .on-menu span {
	color:#662d8e;
}
.course_box .on-menu:hover span {
	color:#fff;
	transition:0.5s;
}
.course_box .on-menu a:after{
	display:none;
}
.course .contact_link{
	background-color:#004093;
}
.course .contact_link a span{
	color:#004093;
}
.course .contact_link .on-menu a:before{
	background-color:#c9d7e8;
}


@media screen and (max-width:768px){
	.course_001 .common_main {
		background: url(../course/img/sp_course_main.png) center / auto 100% no-repeat;
	}
	.common_main {
		height: 50vw;
	}
	.course_001 .common_ttl {
    	margin-bottom: 12vw;
	}
	.course_001>div:nth-child(2) {
    	width: 90%;
		margin: 0 auto 17vw;
	}
	.course_001>div:nth-child(2) h3 {
		margin-bottom: 8vw;
	}
	.course_001>div:nth-child(2) h3 img{
		height:14vw;
	}
	.course_001>div:nth-child(2) p {
		font-size: 3.2vw;
		line-height: 2.1;
		margin-bottom: 6vw;
	}
	.course_002>div {
		width: 100%;
		background: url(../course/img/sp_course_002_bg.png) center/ cover no-repeat;
		height: auto;
	}
	.course_002 h3 img{
		height:5vw;
	}
	.course_002 ol {
		width: 100%;
		padding: 18vw 0 0;
	}
	.course_002 ol li {
		width: 66%;
		margin: 0 auto 12vw;
		padding: 9vw 0 7vw;
		float: none;
	}
	.course_002 ol li img {
		top: -5vw;
		left: 28vw;
    	width: 6.8vw;
	}
	.course_002 ol li:nth-child(n+4){
		padding:12vw 0 9vw;
	}
	.course_002 ol li:last-child{
		margin-right:auto;
	}
	.course_002 ol li p {
		font-size: 4.2vw;
		line-height: 1.5;
	}
	.course_003 {
		width: 90%;
		margin: 0 auto;
		padding: 16vw 0 7vw;
	}
	.course_003 dl{
		margin-bottom: 10vw;
		padding: 4vw 0 0;
	}
	.course_003 dl dt {
		width: 84%;
		font-size: 4vw;
		padding: 5.5vw 7vw;
	}
	.course_003 dl dd {
		padding: 62vw 0 11vw;
	}
	.course_box>img {
		position: absolute;
		right: 50%;
		top: 23vw;
		width: 32vw;
		margin-right: -16vw;
	}
	.course_003 dl dd p {
		width: 80%;
		font-size: 3.2vw;
		line-height: 2.1;
		margin: 0 auto 5vw;
	}
	.course_box .on-menu {
		width: 80%;
		overflow: hidden;
		margin: 0 auto;
	}
	.course_box .on-menu span {
		font-size: 3.4vw;
		left: 50%;
		top: 3.2vw;
		margin-left: -10vw;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	}
	.contact_link {
		padding: 16vw 0 17vw;
	}
	.contact_link div {
		height: 15vw;
		margin: 0 auto;
		width: 90%;
	}
	.contact_link a {
		height: 16vw;
	}
	.contact_link a span {
		font-size: 4.5vw;
		top: 6vw;
		margin-left: -3.1em;
		left: 50%;
	}
	.course_box .on-menu a {
		height: 11vw;
	}
}
/*入門セミナー*/
.entry_001{
	margin: 0 0 210px;
}
.entry_001 .common_main {
    background: url("../course/img/entry_main.png") center / cover no-repeat;
}
.entry_001 > div:nth-child(2){
	width:780px;
	margin: 0 auto;
}
.entry_001 p{
	font-size:15px ;
	line-height:2.1;
	margin: 0 0 50px;
}
.entry_001 .movie{
	width:780px;
	margin:0 0 110px;
	height:480px;
}
.entry_001 .movie img{
	width:100%;
}
.entry_001 dl{
	width:950px;
	margin: 0 auto 32px;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.entry_001 > dl:nth-child(4){
	margin-bottom:60px;
}
.entry_001 dt{
	padding:13px 0;
	text-align: center;
	background-color:#004093;
	color:#fff;
	font-size:20px;
}
.entry_001 dt span{
	font-size:16px;
}
.entry_001 dd{
	padding:60px 0 55px;
	background-color:#eff3fb;
}
.entry_001 dd ul{
	width:630px;
	margin: 0 auto;
}
.entry_001 dd ul li{
	font-size:20px;
	line-height:2.2;
}
.entry_001 dd ol{
	width:790px;
	margin: 0 auto;
}
.entry_001 dd ol li{
	font-size:17px;
	margin-bottom:24px;
}
.entry_001>a{
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	width:480px;
	padding:23px 0;
	background-color:#004093;
	color:#fff;
	text-align: center;
	border-radius:50px;
	margin: 0 auto;
	position: relative;
	border:1px solid #004093;
}
.entry_001>a:hover{
	background-color:#fff;
	color:#004093;
	transition:0.5s;
}
.entry_001>a::after{
	content:"";
	display:inline-block;
	width:8px;
	height:8px;
	border-right:1px solid #fff;
	border-top:1px solid #fff;
	-webkit-transform:  rotate(45deg);
	-ms-transform:  rotate(45deg);
	-o-transform:  rotate(45deg);
	transform:  rotate(45deg);
	position:absolute;
	right:38px;
	top:25px;
}
.entry_001>a:hover::after{
	border-right:1px solid #004093;
	border-top:1px solid #004093;
	transition:0.5s;
}
@media screen and (max-width:768px){
	.entry_001 {
		margin: 0 0 20vw;
	}
	.entry_001 .common_main {
		background: url(../course/img/sp_entry_main.png) center / cover no-repeat;
	}
	.entry_001 > div:nth-child(2) {
		width: 90%;
		margin: 0 auto 17vw;
	}
	.entry_001 p {
		font-size: 3.2vw;
		line-height: 2.1;
		margin-bottom: 8vw;
	}
	.entry_001 .movie {
		width: 100%;
		height: 60vw;
		margin:0 0 10vw;
	}
	.entry_001 dl {
    	width: 90%;
		margin: 0 auto 5vw;
	}
	.entry_001 dt {
		padding: 5vw;
		font-size: 4.5vw;
	}
	.entry_001 dd {
		padding: 8vw 8vw 7vw;
	}
	.entry_001 dd ul {
		width: 100%;
	}
	.entry_001 dd ul li {
		font-size: 3.4vw;
		line-height: 1.8;
		margin-bottom: 4vw;
		text-indent: -1em;
		margin-left: 1em;
	}
	.entry_001 dd ol {
		width: 100%;
	}
	.entry_001 dd ol li {
		font-size: 3.6vw;
		margin-bottom: 4vw;
		line-height: 1.5;
		text-indent: -1.3em;
		margin-left: 1em;
	}
	.entry_001 > dl:nth-child(4) {
		margin-bottom: 8vw;
	}
	.entry_001>a {
		width: 70vw;
		padding: 5vw 0;
		font-size: 4vw;
	}
	.entry_001>a::after {
		width: 2vw;
		height: 2vw;
		right: 6vw;
		top: 5.6vw;
	}
}
.entry_002{
	width:950px;
	margin:0 auto 240px;
}
.entry_002 h2{
	font-size:20px;
	margin: 0 0 27px;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.entry_002 p{
	font-size:17px;
	margin: 0 0 13px;
}
.entry_002 ul{
	clear:both;
	overflow:hidden;
	margin: 0 auto 40px;
	width:100%;
}
.entry_002 ul li{
	float:left;
	width:465px;
}
.entry_002 ul li:nth-child(1),
.entry_002 ul li:nth-child(2){
	border-top:1px solid #4c7dce;
}
.entry_002 .lblue ul li:nth-child(1),
.entry_002 .lblue ul li:nth-child(2){
	border-top:1px solid #83cdef;
}
.entry_002 table{
	min-height: 174px;
	text-align: center;
}
.entry_002 ul li th{
	background-color:#004093;
	color:#fff;
	vertical-align: middle;
	width:106px;
	border-bottom:1px solid #4c7dce;
	font-size:17px;
}
.entry_002 .lblue ul li th{
	background-color:#00a3df;
}
.entry_002 ul li td{
	font-size:18px;
	line-height:1.8;
	width:236px;
	vertical-align: middle;
	border-bottom:1px solid #4c7dce;
}
.entry_002 .lblue ul li td{
	border-bottom:1px solid #83cdef;
}
.entry_002 ul li td:last-child{
	background-color:#eff3fb;
	font-size:16px;
	line-height:1.3;
	width:123px;
}
.entry_002 .lblue ul li td:last-child{
	background-color:#edf8ff;
}
.entry_002 ul li:nth-child(2n){
	float:right;
}
@media screen and (max-width:768px){
	.entry_002 {
		width: 90%;
		margin: 0 auto 20vw;
	}
	.entry_002 ul li {
		float: none;
		width: 100%;
	}
	.entry_002 ul li:nth-child(2),
	.entry_002 .lblue ul li:nth-child(2){
		border:none;
	}
	.entry_002 h2 {
    	font-size: 5vw;
		margin: 0 0 5vw;
	}
	.entry_002 p {
		font-size: 4vw;
		margin: 0 0 3vw;
	}
	.entry_002 table {
		min-height: 36vw;
	}
	.entry_002 ul {
		margin: 0 auto 8vw;
	}
	.entry_002 ul li th {
		width: 18%;
		font-size: 3.6vw;
	}
	.entry_002 ul li td {
		font-size: 3.6vw;
		width: 40%;
	}
	.entry_002 ul li td:last-child {
		font-size: 3.6vw;
		width: 20%;
	}
}


.entry_003{
	padding-top:96px;
	margin-top:-96px;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.entry_003 h2{
	text-align: center;
	font-size:28px;
	padding:56px 0;
	margin: 0 0 90px;
	color:#fff;
	background-color:#004093;
}
.entry_003 form{
	width:800px;
	margin: 0 auto 143px;
}
.entry_003 form div{
	overflow:hidden;
}
.entry_003 form div:nth-child(5){
	margin: 0 0 20px;
}
.entry_003 form div:nth-child(8){
	margin: 0 0 60px;
}
.entry_003 label{
	font-size:17px;
	display:block;
	margin-bottom:10px;
}
.entry_003 label span{
	color:#ff6b61;
}
.entry_003 input,
.entry_003 textarea{
	width:100%;
	padding:10px;
	font-size:16px;
	box-sizing: border-box;
	border:1px solid #c7ccd7;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.entry_003 input[type="image"]{
	padding:0;
	width:auto;
	border:none;
	border-radius: 50px;
}
.entry_003 input[type="image"]:hover{
	background-color:#c9d7e8;
	border-radius: 50px;
	opacity:1;
	border:none;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.entry_003 select{
	font-size: 16px;
    padding: 10px 17px;
	border:1px solid #c7ccd7;
}
.entry_003 form div{
	margin:0 0 40px;
}
.entry_thanks h2{
	text-align: center;
	font-size:28px;
	color:#fff;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
@media screen and (max-width:768px){
	.entry_003 {
    	padding-top: 13vw;
		margin-top: -13vw;
	}
	.entry_003 h2 {
		font-size: 5vw;
		padding: 7vw 0;
		margin: 0 0 14vw;
		font-weight:normal;
	}
	.entry_thanks h2 {
		font-size: 5vw;
	}
	.entry_003 form {
		width: 84%;
		margin: 0 auto 20vw;
	}
	.entry_003 label {
		font-size: 3.6vw;
		display: block;
		margin-bottom: 2vw;
	}
	.entry_003 form div {
		margin: 0 0 8vw;
	}
	.entry_003 form div:nth-child(5) {
		margin: 0 0 4vw;
	}
	.entry_003 input[type="image"] {
    	padding: 0;
		width: 65vw;
	}
	.entry_003 form div:nth-child(8) {
		margin: 0 0 10vw;
	}
}



/*お問い合わせ-------------------*/
.contact_001 form{
	width:800px;
	margin: 0 auto 188px;
}
.contact_001 p{
	font-size:17px;
	line-height:2.1;
	margin-bottom:70px;
	font-family: a-otf-ryumin-pr6n, serif;
	text-align: center;
}
.contact_001 dl{
	margin-bottom:40px;
}
.contact_001 dl:nth-child(6){
	margin-bottom:12px;
}
.contact_001 dl:nth-last-child(2){
	margin-bottom:60px;
}
.contact_001 dt{
	font-size: 17px;
	font-family: a-otf-ryumin-pr6n, serif;
	margin-bottom:10px;
	color:#000;
}
.contact_001 dt span{
	color:#ff6b61;
}
.contact_001 dd input,
.contact_001 dd textarea{
	width:100%;
	padding:10px 5px;
	font-size:16px;
	line-height:1.6;
	box-sizing: border-box;
	border:1px solid #c7ccd7;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.contact_001 dd select{
	padding:5px;
	font-size:16px;
}
.contact_send{
	text-align: center;
}
.contact_send:hover{
	opacity:0.5;
	transition:0.5s;
}

@media screen and (max-width:768px){
	.contact_001 p {
    	font-size: 3.4vw;
		line-height: 2.2;
		margin: 0 0 10vw;
	}
	.contact_001 form {
		width: 90%;
		margin: 0 auto 21vw;
	}
	.contact_001 dl {
    	margin-bottom: 9vw;
	}
	.contact_001 dt {
    	font-size: 3.4vw;
		margin-bottom: 3vw;
	}
	.contact_001 dd textarea {
		height:12em;
		overflow-y: scroll;
	}
	.contact_001 dl:nth-last-child(2) {
		margin-bottom: 9vw;
	}
	.contact_001 dd input, .contact_001 dd textarea {
	    padding: 2vw;
	}
}

/*お問い合わせ確認画面*/
.check_001{
	font-family: a-otf-ryumin-pr6n, serif;
}
.check_001 h1{
	padding:20px 0 20px 30px;
	margin: 0 0 30px;
}
.check_001 h2{
	text-align: center;
	font-size:20px;
	padding:15px;
	font-weight: bolder;	
	margin-bottom:50px;
}
.check_001 p{
	text-align: center;
	margin-bottom:34px;
	line-height: 1.5;
}

.check_001 form{
	width:970px;
	margin:0 auto;
}
.check_001 table{
	margin-bottom:100px;
}
.check_001 tr{
	border-bottom:1px solid #ccc;
}
.check_001 th,.check_001 td{
	padding:20px 10px;
	font-weight:normal;
	line-height:1.5;
}
.check_001 th{
	width:200px;
	text-align:left;
}
.check_001 td{
	width:730px;
}
.check_001 input{
	background-color:#004093;
	color:#fff;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	border:1px solid #fff;
	padding:10px ;
}
.check_001 input:hover{
	background-color:#fff;
	border:1px solid #004093;
	transition: 0.5s;
	color:#004093;
}
.contact_002 p {
	margin-bottom:20px;
}
.contact_002 div a{
	text-align:center;
	color:#000;
	margin-bottom:30px;
	font-family: a-otf-ryumin-pr6n, serif;
}
@media screen and (max-width:768px) {
	.check_001 h1{
		padding-left:5vw;
	}
	.check_001 h1 img{
		width:50vw;
	}
	.check_001 p{
		width:90%;
		line-height: 1.5;
		margin:0 auto 12vw;
		font-size: 3.5vw;
	}
	.check_001 h2{
		font-size:5vw;
		margin-bottom:6vw;
		line-height: 1.3;
	}
	.check_001 form{
		width:90%;
	}
	.check_001 table {
		margin-bottom: 7vw;
	}
	.check_001 th{
		width:35%;
		font-size:3.2vw;
		line-height: 1.5;
	}
	.check_001 td{
		width:65%;
		font-size:3.2vw;
		line-height: 1.5;
	}
	.check_001 input{
		padding: 2vw;
	}
}
.error_page{
	width:100%;
	text-align: center;
}
.error_page h1{
	text-align:center;
	background-color:#006bb0;
	color:#fff;
	font-size:16px;
	line-height:2;
	margin-bottom:70px;
	font-weight:normal;
}
.error_page p{
	width:600px;
	margin:0 auto 20px;
}
.error_page p:nth-child(3){
	margin-bottom:80px;
}
.error_page ul{
	width:600px;
	margin:0 auto 50px;
}
.error_page input{
	font-size:16px;
	padding:3px 0;
	width:100px;
	border:1px solid #006bb0;
	background-color:#006bb0;
	color:#fff;
}
.error_page input:hover{
	color:#020254;
	background-color:#fff;
	transition:0.5s;
}
@media screen and (max-width:768px) {
	.error_page ul{
		width:90%;
		margin:0 auto 5vw;
	}
}
/*thannks*/
.go_top{
	width:300px;
	font-size:16px;
	background-color:#fff;
	color:#00a3df;
	font-family: a-otf-ryumin-pr6n, serif;
	padding:20px 0;
	border-radius:30px;
	text-align: center;
	margin: 0 auto;
	border:1px solid #00a3df;
}
.go_top:hover{
	background-color:#00a3df;
	color:#fff;
	transition:0.5s;
}
.contact_002{
	margin-bottom:110px;
}

/*LP共通パーツ*/
.lp{
	font-family: 'Noto Serif JP', serif;
}
.lp .main{
	padding-top:97px;
}
.lp_head{
	width:100%;
	overflow: hidden;
	height:97px;
	position: fixed;
	background-color:#fff;
	z-index: 100;
}
.lp_head>a{
	width:360px;
	margin-left:26px;
	padding:14px 0;
	float:left;
}
.lp_head>ul{
	width:518px;
	float: right;
}
.lp_head>ul li{
	float:left;
	width:264px;
	overflow: hidden;
}
.lp_head>ul li:last-child{
	width:254px;
	position: relative;
}
.lp_head>ul li a{
	width:100%;
	display:block;
	text-align: center;
	padding:19px 0 15px;
	border-radius: 0;
}
.lp_head>ul li a:hover img{
	opacity:0.5;
	transition:0.5s;
}
.lp_head>ul .on-menu a::before{
	background-color:#00a2de;
}
.lp_head>ul .on-menu a::after {
	border-top:1px solid #fff;
	border-right:1px solid #fff;
	bottom:44px;
}
.lp_head>ul li:last-child a{
	background-color:#004093;
	padding:0;
	height:97px;
}
.lp_head>ul li:last-child a span{
	font-size:21px;
	color:#fff;
	top:36px;
	left:44px;
	letter-spacing: 1px;
	padding:0;
}
.lp_send{
	margin-left:290px;
}
.lp footer{
	padding:34px 0 50px;
	text-align: center;
	background-color:#004093;
	border:none;
}
.lp footer>a{
	margin:0 0 15px;
}
.lp footer p{
	font-size:10px;
	color:#fff;
}
.lp footer p a{
	color:#fff;
	display:inline;
}
.lp .foot_link li a{
	padding:0;
	background-color:#fff;
}
.lp .foot_link li img{
	width:100%;
	height:auto;
}
@media screen and (max-width:768px){
	.lp_head{
		height:15vw;
	}
	.lp_head>a {
		width: auto;
		margin-left: 3vw;
		padding: 2vw 0 0;
		float: none;
	}
	.lp_head>a img{
		width:56vw;
	}
	.lp_head>ul{
		display: none;
	}
	.lp .main {
		padding-top: 15vw;
	}
	.lp #topBtn.show {
		bottom: 18vw;
	}
}
/*資金調達LP*/
.finance .effect-fade.stop{
	transform : translate(0, 0);
	transition : all 1s;
}
.finance_001{
	height:671px;
	background:url("../LP/finance/img/finance_001_bg.png") center/ cover no-repeat;
	position: relative;
	margin-bottom:100px;
}
.finance_001>div{
	width:590px;
	position: absolute;
	top:162px;
	left:50%;
	margin-left:36px;
}
.finance_001 h1{
	font-size:58px;
	padding-bottom:14px;
	border-bottom:1px solid #000;
	margin-bottom:22px;
	letter-spacing: 1px;
	animation-delay: 0.2s;
}
.finance_001 p{
	font-size:27px;
	line-height: 1.5;
	margin-bottom:30px;
	font-weight:600;
	letter-spacing: 1px;
	animation-delay: 0.5s;
}
.finance_001 ul{
	text-align: center;
	animation-delay: 0.6s;
}
.finance_001 ul li{
	display:inline-block;
	margin-right:9px;
}
.finance_001 ul li:last-child{
	margin-right:0;
}
@media screen and (min-width:769px) and (max-width:1250px){
	.finance_001>div{
		width:590px;
		position: absolute;
		top:162px;
		left:auto;
		right:50px;
		margin-left:0;
	}
}
@media screen and (max-width:768px){
	.finance_001 {
    	height: auto;
		background: url(../LP/finance/img/sp_finance_001_bg.png) center/ cover no-repeat;
		margin-bottom:14vw;
		padding:0 0 6vw;
	}
	.finance_001>div {
		width: 90%;
		padding:73vw 0 0 5vw;
		left: 5vw;
		margin-left: 0;
		position: static;
	}
	.finance_001 h1{
		color: #fff;
		font-size: 8.3vw;
		display: block;
		line-height: 1.6;
		border-bottom: 1px solid #fff;
		letter-spacing: 0.5vw;
		margin-bottom: 5vw;
		text-align: center;
		padding: 0;
	}
	.finance_001 p {
		font-size: 4.5vw;
		line-height: 1.5;
		padding:0 0 5vw;
		margin-bottom: 0;
		color:#fff;
	}
	.finance_001 ul li{
		width:28vw;
		margin-right:1vw;
	}
	.finance_001 ul li img{
		width:100%;
	}
}
.finance_002{
	text-align: center;
	padding:0 0 113px;
	position: relative;
}
.finance_002::after{
	position: absolute;
    width: 42px;
    height: 42px;
    background-color: #fff;
    transform: rotate(45deg);
    margin-left: -21px;
    bottom: -21px;
    display: inline-block;
    content: "";
    z-index: 1;
    left: 50%;
}
.finance_002 h2{
	font-size:35px;
	color:#004093;
	margin-bottom:60px;
	animation-delay: 1s;
}
.finance_002 ol{
	animation-delay: 1.5s;
	width:1156px;
	margin: 0 auto;
	overflow: hidden;
}
.finance_002 ol li{
	width:214px;
	height:218px;
	background:url("../LP/finance/img/finance_002_bg.png");
	margin-right:20px;
	float:left;
	position: relative;
}
.finance_002 ol li:last-child{
	margin-right:0;
}
.finance_002 ol li img{
	padding:26px 0 32px;
}
.finance_002 ol li p{
	font-size:22px;
	color:#fff;
	line-height: 1.6;
}
@media screen and (min-width:769px) and (max-width:1250px){
	.finance_002 ol{
		width:90%;
		text-align: center;
	}
	.finance_002 ol li{
		display:inline-block;
		margin-bottom:20px;
		float:none;
	}
}
@media screen and (max-width:768px){
	.finance_002 {
		padding: 0 0 9vw;
	}
	.finance_002::after {
		width: 8vw;
		height: 8vw;
		margin-left: -4vw;
		bottom: -4vw;
	}
	.finance_002 h2 {
		font-size: 6vw;
		line-height: 1.6;
		margin-bottom: 8vw;
	}
	.finance_002 ol {
		width: 88%;
	}
	.finance_002 ol li {
		width: 100%;
		height: auto;
		background: url(../LP/finance/img/sp_finance_002_bg.png) top /100% no-repeat;
		margin: 0 0 4vw;
		padding:0 0 0 5vw;
		float: none;
		display: table;
		position: relative;
	}
	.finance_002 ol li img{
		display: table-cell;
		height: 7.5vw;
		padding:5vw 3vw 5vw 0;
	}
	.finance_002 ol li p{
		display: table-cell;
		font-size:4.3vw;
		vertical-align: middle;
		text-align: left;
		width: 79vw;
	}
}
.finance_003{
	height:732px;
	background:url("../LP/finance/img/finance_003_bg.png") top/ cover no-repeat;
	position: relative;
}
.finance_003>div{
	width:656px;
	position: absolute;
	top:80px;
	left:50%;
	margin-left:-77px;
}
.finance_003 h2{
	display:inline-block;
	font-size:48px;
	color:#004093;
	line-height: 1.3;
	padding: 10px 0 0 10px;
}
.finance_003 div img{
	vertical-align: top;
	margin-bottom: 33px;
}
.finance_003 div p{
	font-size:20px;
	line-height:2;
}
@media screen and (min-width:769px) and (max-width:1250px){
	.finance_003>div {
		width: 656px;
		top: 80px;
		left: auto;
		right:5%;
		margin-left: 0;
	}
}
@media screen and (max-width:768px){
	.finance_003 {
    	height: auto;
		background: url(../LP/finance/img/sp_finance_003_bg.png) top/ cover no-repeat;
	}
	.finance_003>div {
		position: static;
		width: 88%;
		padding:11vw 0 8vw 0;
		margin:0 auto;
	}
	.finance_003>div>img{
		width: 28vw;
    	margin: 0 0 5vw 5vw;
	}
	.finance_003>div h2 {
		font-size: 6vw;
		letter-spacing: 2px;
		line-height: 1.4;
		display: block;
		padding: 0;
		margin: 0 0 5vw;
	}
	.finance_003 div p {
		font-size: 4vw;
	}
}
.finance_004 h2,
.finance_005 h2,
.finance_006 h2,
.finance_007 h2,
.finance_008 h2,
.finance_009 h2{
	background: -webkit-linear-gradient(40deg, #2b60a5, #004093);
    background: -o-linear-gradient(40deg, #2b60a5, #004093);
    background: linear-gradient(40deg, #2b60a5, #004093);
    padding: 48px 0 50px;
    text-align: center;
	color:#fff;
	font-size:35px;
	font-weight:500;
	letter-spacing: 2px
}
.finance_004{
	background:url("../LP/finance/img/finance_004_bg.png") center/ cover no-repeat;
}
.finance_004>div{
	width:1156px;
	margin: 0 auto;
	padding:123px 0 107px;
}
.finance_004 ul{
	overflow: hidden;
	margin:0 0 80px;
}
.finance_004 ul li{
	width:360px;
	min-height:350px;
	background-color:rgba(255,255,255,0.90);
	margin-right:36px;
	text-align: center;
	float:left;
}
.finance_004 ul li:nth-child(2){
	transition-delay: 0.3s
}
.finance_004 ul li:last-child{
	margin-right:0;
	transition-delay: 0.6s
}
.finance_004 li h3{
	font-size:35px;
	color:#004093;
	text-align: center;
	margin-bottom:30px;
	border-bottom:1px solid #004093;
	display: inline-block;
	padding:47px 0 9px;
}
.finance_004 li p{
	font-size:19px;
	line-height:1.5;
	text-align: left;
	width:267px;
	margin: 0 auto;
}
dl.hosoku{
	text-align: center;
	margin-bottom:50px;
}
dl.hosoku dt{
	background-color:#00a3df;
	color:#fff;
	font-size:23px;
	padding:20px 0 18px;
	letter-spacing: 3px;
	text-indent: -3px;
	margin:0;
}
dl.hosoku dd{
	background-color:#fff;
	padding:36px 0 40px ;
}
dl.hosoku dd p{
	font-size:18px;
	margin-bottom:20px;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}
dl.hosoku dd ol{
	margin:0 auto 20px;
	text-align: left;
	max-width:500px;
}
dl.hosoku dd>span{
	display:inline-block;
	line-height:1.8;
	text-align: left;
}
dl.hosoku dd li{
	font-size:22px;
	line-height: 1.8;
	letter-spacing: 2px;
	display:block;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	font-weight:bold;
}
.finance_004 .on-menu,
.finance_006 .on-menu,
.finance_007 .on-menu,
.finance_008 .on-menu{
	overflow: hidden;
	width:480px;
	margin: 0 auto;
}
.finance_004 .on-menu a,
.finance_006 .on-menu a,
.finance_007 .on-menu a,
.finance_008 .on-menu a{
	border-radius: 0;
	background-color:#004093;
}
.finance_004 .on-menu span,
.finance_006 .on-menu span,
.finance_007 .on-menu span,
.finance_008 .on-menu span{
	color:#fff;
	font-size:17px;
	left:150px;
	letter-spacing: 1px;
}
.finance_004 .on-menu a::before,
.finance_006 .on-menu a::before,
.finance_007 .on-menu a::before,
.finance_008 .on-menu a::before{
	background-color:#00a2de;
}
.finance_004 .on-menu a::after,
.finance_006 .on-menu a::after,
.finance_007 .on-menu a::after,
.finance_008 .on-menu a::after{
	border-top:1px solid #fff;
	border-right:1px solid #fff;
}
@media screen and (min-width:769px) and (max-width:1250px){
	.finance_004 ul{
		width:90%;
		margin: 0 auto;
		text-align: center;
	}
	.finance_004 ul li{
		display: inline-block;
		margin:0 10px 10px 0;
		float:none;
		vertical-align: top;
	}
	.finance_004 ul li:last-child{
		margin:0 0 50px;
	}
	.finance_004>div {
		width: 100%;
	}
}
@media screen and (max-width:768px){
	.finance_004{
		background:url("../LP/finance/img/sp_finance_004_bg.png") top /cover no-repeat;
	}
	.finance_004>div {
		width: 74%;
		padding: 12vw 0 14vw;
	}
	.finance_004 h2,
	.finance_005 h2,
	.finance_006 h2,
	.finance_007 h2,
	.finance_008 h2,
	.finance_009 h2 {
		padding: 9vw 0;
		text-align: center;
		line-height: 1.5;
		color: #fff;
		font-size: 6.5vw;
	}
	.finance_004 .on-menu,
	.finance_006 .on-menu,
	.finance_007 .on-menu,
	.finance_008 .on-menu {
		width: 60vw;
	}
	.finance_004 .on-menu a,
	.finance_006 .on-menu a,
	.finance_007 .on-menu a,
	.finance_008 .on-menu a{
		height:14vw;
	}
	.finance_004 .on-menu span,
	.finance_006 .on-menu span,
	.finance_007 .on-menu span,
	.finance_008 .on-menu span{
		font-size:4vw;
		font-weight: normal;
		left:8vw;
		top:4.7vw;
		letter-spacing: 1px;
	}
	.finance_004 .on-menu a::after,
	.finance_006 .on-menu a::after,
	.finance_007 .on-menu a::after,
	.finance_008 .on-menu a::after{
		bottom:6.2vw;
		right: 4vw;
	}
	.finance_004 ul {
		margin: 0;
	}
	.finance_004 ul li {
    	width: 100%;
		min-height: auto;
		margin: 0 0 7vw;
		float:none;
	}
	.finance_004 ul li:nth-child(2),
	.finance_004 ul li:last-child{
		transition-delay: 0;
	}
	.finance_004 li h3 {
		font-size: 7vw;
		margin-bottom: 5vw;
		padding: 7vw 0 2vw;
	}
	.finance_004 ul li p{
		padding: 0 0 7vw;
		font-size: 4vw;
		line-height: 2;
		text-align: left;
		width: 78%;
	}
	dl.hosoku {
		margin-bottom: 10vw;
	}
	dl.hosoku dt {
		font-size: 4.5vw;
		padding: 4.5vw 0;
		text-align: center;
	}
	dl.hosoku dd {
		padding: 8vw 5vw;
		text-align: left;
	}
	dl.hosoku dd ol{
		width: 74%;
    	margin: 0 auto 3vw;
	}
	.finance_006 dl.hosoku dd ol{
		width: 56%;
    	margin: 0 auto 3vw;
	}
	dl.hosoku dd li {
		font-size: 4.5vw;
		margin-right: 0;
	}
	dl.hosoku dd ol li span{
		position: static;
		display: block;
		font-size: 3vw;
		text-indent: 0.4em;
		margin: 0;
		background: transparent;
		padding: 0;
		width: auto;
		height: auto;
	}
	.finance_006 dl.hosoku dd {
		padding: 8vw 1vw;
	}
	dl.hosoku dd p {
		font-size: 4vw;
		line-height: 1.5;
		margin-bottom: 4vw;
		text-align: center;
	}
	dl.hosoku dd>span{
		text-indent: -1em;
		margin-left: 14%;
		font-size: 3.2vw;
		width: 70%;
	}
}
.finance_005>div{
	padding: 90px 0 92px;
}
.finance_005>div>p{
	width:1092px;
	margin: 0 auto 64px;
	font-size:21px;
	line-height:1.9;
}
.finance_005 ul {
	width:854px;
	text-align: center;
	margin: 0 auto 56px;
}
.finance_005 ul li{
	width:221px;
	text-align: center;
	font-size:18px;
	letter-spacing: 2px;
	line-height: 1.5;
	color:#00a3df;
	display: inline-block;
	margin-right:90px;
	vertical-align: top;
	font-weight:700;
}
.finance_005 ul li:nth-child(2){
	color:#004093;
	transition-delay: 0.4s;
}
.finance_005 ul li:last-child{
	color:#662d8e;
	margin-right:0;
	transition-delay: 0.6s;
}
.finance_005 ul li img{
	margin-bottom:24px;
}
.finance_005>div>div{
	width:1156px;
	margin: 0 auto;
	padding:30px 0;
	border-top:1px solid #00a3df;
	border-bottom:1px solid #00a3df;
	overflow: hidden;
}
.finance_005>div>div p{
	font-size:18px;
	line-height:1.7;
	float:left;
	width:800px;
}
.finance_005 .on-menu{
	overflow: hidden;
	width:278px;
	float:right;
}
.finance_005 .on-menu a{
	background-color:#004093;
	border-radius: 0;
}
.finance_005 .on-menu a::before{
	background-color:#00a2de;
}
.finance_005 .on-menu a::after{
	content:"";
	border-top:1px solid #fff;
	border-right:1px solid #fff;
}
.finance_005 .on-menu a span{
	color:#fff;
	left:90px;
}
@media screen and (min-width:769px) and (max-width:1250px){
	.finance_005>div{
		width:90%;
		margin: 0 auto 100px;
	}
	.finance_005>div>p {
		width: 100%;
	}
	.finance_005 ul {
		width: 768px;
	}
	.finance_005 ul li{
		margin-right:32px;
	}
	.finance_005>div>div {
		width: 100%;
	}
	.finance_005>div>div p{
		width:100%;
		margin: 0 0 20px;
	}
}
@media screen and (max-width:768px){
	.finance_005>div {
		padding: 10vw 0 12vw;
		width: 88%;
		margin: 0 auto;
	}
	.finance_005>div>p{
		width:100%;
		font-size:4vw;
		line-height: 2;
		margin: 0 auto 5vw;
	}
	.finance_005 ul {
		width: 35%;
		margin: 0 auto 5vw;
	}
	.finance_005 ul li{
		width:100%;
		margin:0 0 6vw;
	}
	.finance_005 ul li img{
		width:100%;
		margin-bottom: 2vw;
	}
	.finance_005 ul li p{
		font-size:3vw;
		letter-spacing: 0;
	}
	.finance_005>div>div {
		width: 100%;
		margin: 0 auto;
		padding: 6vw 0 7vw;
	}
	.finance_005>div>div p {
		font-size: 3.6vw;
		line-height: 2;
		float: none;
		width: 100%;
		margin: 0 0 5vw;
	}
	.finance_005 .on-menu {
		width: 100%;
	}
	.finance_005 .on-menu a{
		width:64vw;
		margin: 0 auto;
		overflow: hidden;
	}
	.finance_005 .on-menu a{
		height:14vw;
	}
	.finance_005 .on-menu a span{
		font-size:4vw;
		font-weight: normal;
		left:22vw;
		top:4.5vw;
		letter-spacing: 1px;
	}
	.finance_005 .on-menu a::after{
		bottom:6.5vw;
		right: 4vw;
	}
}
.finance_006{
	padding:0 0 96px;
}
.finance_006 h2{
	margin-bottom:100px;
}
.finance_006>div{
	width:1040px;
	margin: 0 auto;
}
.finance_006 div>ol{
	overflow: hidden;
	margin: 0 0 79px;
}
.finance_006 div>ol li{
	width:290px;
	float:left;
	margin-right:85px;
	min-height: 671px;
	border-bottom:1px solid #004093;
}
.finance_006 ol li:nth-child(2){
	transition-delay: 0.3s;
}
.finance_006 ol li:last-child{
	margin-right:0;
	transition-delay: 0.6s;
}
.finance_006 ol li>span{
	display:block;
	background-color:#004093;
	padding:14px 0 16px;
	text-align: center;
	margin: 0 0 40px;
}
.finance_006 dd ol li span{
	display: inline-block;
    background-color: transparent;
    padding: 0;
    text-align: center;
    text-indent: -0.3em;
    margin: 0;
	letter-spacing: 0
}
.finance_006 dt{
	font-size:29px;
	color:#004093;
	text-align: center;
	line-height:1.5;
	font-weight:700;
	margin-bottom:26px;
}
.finance_006 li:nth-child(n+2) dt{
	margin-bottom:40px;
}
.finance_006 dt span{
	font-size:19px;
	display: block;
}
.finance_006 dd img{
	margin-bottom:40px;
}
.finance_006 dd p{
	font-size:18px ;
	line-height: 1.8;
}
.finance_006 dl.hosoku dd{
	background-color:#e5f6fc;
}
@media screen and (min-width:769px) and (max-width:1040px){
	.finance_006 ol{
		width:100%;
		text-align: center;
	}
	.finance_006 ol li{
		float:none;
		margin: 0 20px 40px;
		display: inline-block;
		vertical-align: top
	}
}
@media screen and (max-width:768px){
	.finance_006 {
		padding: 0 0 14vw;
	}
	.finance_006>div {
		width: 100%;
	}
	.finance_006 div>ol {
		overflow: hidden;
		margin:0 auto;
		width:60%;
	}
	.finance_006 div>ol li{
		width:100%;
		float:none;
		margin:0 0 8vw;
		min-height: auto;
		padding:0 0 7vw;
	}
	.finance_006 ol li:last-child {
		margin-right: 0;
		transition-delay: 0.6s;
		border-bottom: none;
		padding-bottom: 0;
	}
	.finance_006 h2 {
    	margin-bottom: 11vw;
	}
	.finance_006 ol li>span {
		display: inline-block;
		padding: 0;
		width: 12vw;
		height: 12vw;
		text-align: center;
		margin: 0 0 8vw;
		position: absolute;
		left:0;
		top:0;
	}
	.finance_006 ol li>span img{
		padding-top:3vw;
		height: 6vw;
	}
	.finance_006>div>dl{
		width:80%;
		margin: 0 auto 10vw;
	}
	.finance_006 dt {
		font-size: 6vw;
		text-align: left;
		margin:0 0 0 16vw;
		line-height: 1.3;
		letter-spacing: 2px;
	}
	.finance_006 li:nth-child(n+2) dt {
		margin-bottom: 4vw;
		padding: 2vw 0 0;
	}
	.finance_006 dt span {
		font-size: 3.4vw;
		margin-left:-2.5vw;
	}
	.finance_006 dd p{
		font-size:4vw;
	}
	.finance_006 ol li dd img{
		width:100%;
		margin-bottom: 5vw;
	}

}

.finance_007{
	padding: 0 0 140px;
	background: -webkit-linear-gradient(60deg, rgba(71,189,232,0.85),rgba(228,245,252,0.60));
    background: -o-linear-gradient(60deg, rgba(71,189,232,0.85), rgba(228,245,252,0.60));
	background: linear-gradient(60deg, rgba(71,189,232,0.85), rgba(228,245,252,0.60));
}
.finance_007 h2{
	margin-bottom:125px;
}
.finance_007 ol{
	margin: 0 0 117px;
}
.finance_007 ol>li{
	width:1154px;
	margin: 0 auto 130px;
	position: relative;
	height:488px;
}
.finance_007 ol>li:first-child{
	height: 588px
}
.finance_007 ol>li:last-child{
	margin:0 auto 0;
}
.finance_007 ol li div{
	width:630px;
	position: relative;
}
.finance_007 ol li div div{
	padding:50px 45px 46px;
	z-index: 2;
	background-color:#fff;
	box-sizing: border-box;
	position: absolute;
	left:0;
	top:56px;
}
.finance_007 ol li:nth-child(2n)>div{
	margin-left:524px;
}
.finance_007 h3{
	color:#004093;
	font-size:30px;
	margin:0 0 30px 160px;
}
.finance_007 p{
	font-size:21px;
	line-height: 1.8;
	margin-bottom: 16px;
}
.finance_007 ol li ul li{
	width:260px;
	overflow: hidden;
	float:left;
}
.finance_007 ol li li:first-child a:hover{
	opacity: 0.5;
	transition:0.5s;
}
.finance_007 li.on-menu{
	margin-left:20px;
	width:260px;
}
.finance_007 li.on-menu a{
	background-color: #004093;
	border-radius: 0;
	height: 74px;
}
.finance_007 li.on-menu a::before {
	background-color:#00a2de;
}
.finance_007 li.on-menu a::after {
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    bottom: 30px;
	right: 14px;
}
.finance_007 li.on-menu a span{
	color:#fff;
	left: 25px;
}
.boxnum{
	position: absolute;
	left:46px;
	z-index: 3;
}
.boximg{
	position: absolute;
	width:759px;
	top: 56px;
	right:0;
	z-index: 0;
}
.finance_007 li:nth-child(2n) .boximg {
    right: auto;
    left: 0;
}
@media screen and (min-width:769px) and (max-width:1250px){
	.finance_007 ol>li {
		width: 100%;
		margin: 0 auto 80px;
	}
	.finance_007 ol li:nth-child(2n)>div {
		margin-left: 0;
		right: 0;
		position: absolute;
	}
	.boximg {
		width: 50%;
		top: auto;
		bottom: 0;
	}
	
}
@media screen and (max-width:768px){
	.finance_007{
		padding:0 0 11vw;
	}
	.finance_007 h2 {
    	margin-bottom: 10vw;
	}
	.finance_007 ol {
		margin: 0 0 9vw;
	}
	.finance_007 ol>li {
		width: 88%;
		height: auto;
		margin: 0 auto 8vw;
	}
	.boximg {
		position: absolute;
		width: 100%;
		top: 0;
	}
	.boxnum {
		width: 20vw;
		top:44vw;
		left:5vw;
	}
	.finance_007 ol>li:first-child {
		height: auto;
	}
	.finance_007 ol li div {
		width: 100%;
	}
	.finance_007 ol li:nth-child(2n)>div {
		margin-left: 0;
	}
	.finance_007 ol li div div {
		padding:55vw 5vw 5vw;
		top: 42vw;
		position: static;
	}
	.finance_007 p {
		font-size: 3.6vw;
	}
	.finance_007 h3{
		font-size: 4.8vw;
    	margin: 3.5vw 0 4vw 23vw;
	}
	.finance_007 ol li ul{
		overflow: hidden;
	}
	.finance_007 ol li ul li {
		width: 48%;
	}
	.finance_007 li.on-menu {
		margin-left: 2%;
		width: 48%;
	}
	.finance_007 ol li ul li img{
		width:100%;
	}
	.finance_007 li.on-menu a {
    	height: 10.5vw;
	}
	.finance_007 li.on-menu a span {
		font-size: 2.6vw;
		letter-spacing: 0;
		left: 3vw;
		top: 3.7vw;
	}
	.finance_007 li.on-menu a::after {
		bottom: 4.5vw;
		right: 2vw;
	}
}
.finance_008{
	background: #d9e2ef;
	padding: 0 0 118px;
}
.finance_008 h2{
	margin-bottom:110px;
}
.finance_008 ul{
	width:1040px;
	margin: 0 auto 96px;
}
.finance_008 ul li{
	position: relative;
	height: 233px;
	margin:0 0 84px;
}
.finance_008 ul li:last-child{
	height:360px;
}
.finance_008 ul li dl{
	padding:30px;
	box-sizing: border-box;
	width: 100%;
	margin:0 0 67px;
	font-size: 19px;
	line-height: 1.5;
	background-color:#fff;
	z-index: 2;
	position: absolute;
	min-height: 216px;
}
.finance_008 ul li::after{
	width:100%;
	height:215px;
	background-color:#004093;
	content:"";
	display: block;
	position: absolute;
	right:-20px;
	top:20px;
	z-index: 1;
}
.finance_008 ul li:last-child::after{
	height:397px;
}
.finance_008 dt{
	border-bottom:1px solid #004093;
	line-height: 2.6;
	padding:0 0 0 60px;
	margin-bottom:34px;
	position: relative;
}
.finance_008 dt::before{
	content:"";
	width:49px;
	height:49px;
	background:url("../LP/finance/img/finance_008_q.svg") top/100% no-repeat;
	position: absolute;
	bottom: 0;
	left:0;
}
.finance_008 dd{
	padding:0 0 0 60px;
	font-size: 20px;
	line-height: 1.8;
	position: relative;
}
.finance_008 dd>span{
	display:block;
	font-size:14px;
}
.finance_008 dd::before{
	content:"";
	width:20px;
	height:26px;
	background:url("../LP/finance/img/finance_008_a.svg") top/100% no-repeat;
	position: absolute;
	top:10px;
	left:12px;
}
@media screen and (min-width:769px) and (max-width:1080px){
	.finance_008 ul {
		width: 90%;
	}
	.finance_008 ul li{
		height:auto;
	}
	.finance_008 ul li:last-child{
		height:auto;
	}
	.finance_008 ul li dl{
		position: relative;
		min-height: auto;
	}
	.finance_008 ul li::after {
		width: 100%;
		height: 100%;
	}
}
@media screen and (max-width:768px){
	.finance_008{
		padding:0 0 13vw;
	}
	.finance_008 h2 {
    	margin-bottom: 8vw;
	}
	.finance_008 ul {
		width: 86%;
    	margin: 0 0 14vw 5vw;
	}
	.finance_008 ul li{
		height: auto;
		margin: 0 0 15vw;
	}
	.finance_008 ul li:last-child{
		height:auto;
	}
	.finance_008 ul li::after {
		height: 100%;
		right:-4vw;
		top:4vw;
	}
	.finance_008 ul li:last-child::after {
		height: 100%;
	}
	.finance_008 ul li dl {
		padding: 5vw;
		margin: 0 0 15vw;
		font-size: 4vw;
		min-height: auto;
		position: relative;
	}
	.finance_008 dt {
		line-height: 1.5;
		padding: 0 0 1vw 15vw;
		margin-bottom: 0;
		font-size:3.8vw;
		border:none;
		position: relative;
	}
	.finance_008 dt::before {
    	width: 11vw;
		height: 100%;
		background:#004093 url("../LP/finance/img/finance_008_q.svg") center/100% no-repeat;
	}
	.finance_008 dt::after {
		width:5vw;
		height: 3.5vw;
		background:url("../LP/finance/img/sp_finance_009_arrow.png") top/100% no-repeat;
		content:"";
		position: absolute;
		top:3vw;
		right:0;
		transform: rotate(180deg);
		transition:0.3s;
	}
	.finance_008 dt.active::after {
		transform: rotate(0deg);
		transition:.3s;
	}
	.finance_008 dd {
		padding: 5vw 0 0 15vw;
		margin-top:0;
		border-top:1px solid #004093;
		font-size: 3.6vw;
		line-height: 1.5;
		position: relative;
		display: none;
	}
	.finance_008 dd::before {
		width: 5vw;
		height: 7vw;
		top: 6vw;
		left: 2.5vw;
	}
}
.finance_009{
	padding:97px 0 0;
	margin-top:-97px;
}
.finance_009 h2{
	margin-bottom:93px;
}
.finance_009>a{
	margin-bottom:116px;
	text-align: center;
}
.finance_009>a:hover{
	opacity:0.5;
	transition:0.5s;
}
.finance_009 form{
	width:900px;
	margin: 0 auto 120px;
}
.finance_009 fieldset{
	width:100%;
	overflow: hidden;
	margin: 0 0 65px;
}
.finance_009 fieldset:not(:nth-child(8)) label,
.finance_009 legend{
	width:290px;
	float:left;
	font-size:18px;
	font-weight: bold;
	line-height: 1.8;
}
.finance_009 fieldset:not(:nth-child(8)) input,
.finance_009 textarea{
	width:600px;
	float:left;
	padding: 10px;
    box-sizing: border-box;
	font-size:16px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	border:1px solid #666;
}
.finance_009 label{
	vertical-align: middle;
}
.finance_009 fieldset:nth-child(8) label{
	margin-right:20px;
	font-weight:bold;
}
.finance_009 label span,
.finance_009 legend span{
	font-size:11px;
	width:44px;
	padding:5px 0;
	background-color:#c1272d;
	color:#fff;
	display: inline-block;
	vertical-align: text-bottom;
	text-align: center;
	margin-left:10px;
	line-height: 1;
}
.finance_009 input[type="image"]{
	background-color:#004093;
}
.finance_009 input[type="image"]:hover{
	background-color:#00a2de;
	transition:0.5s;
}
@media screen and (min-width:769px) and (max-width:1080px){
	.finance_009 form {
		width: 90%;
	}
	.finance_009 fieldset:not(:nth-child(8)) label,
	.finance_009 legend {
		width: 30%;
	}
	.finance_009 fieldset:not(:nth-child(8)) input, .finance_009 textarea {
		width: 70%;
	}
	.lp_send {
		margin-left: 30%;
	}
}
@media screen and (max-width:768px){
	.finance_009 {
		padding: 13vw 0 0;
		margin-top: -13vw;
	}
	.finance_009 h2 {
		margin-bottom: 12vw;
	}
	.finance_009 form {
		width: 88%;
		margin: 0 auto 20vw;
	}
	.finance_009>a{
		width:88%;
		margin: 0 auto 8vw;
	}
	.finance_009>a img{
		width:100%;
	}
	.finance_009 fieldset{
		margin: 0 0 8vw;
	}
	.finance_009 fieldset:not(:nth-child(8)) label,
	.finance_009 legend {
		width: 100%;
		float: none;
		font-size: 4vw;
		margin: 0 0 1.5vw;
		display: block;
	}
	.finance_009 fieldset:not(:nth-child(8)) input,
	.finance_009 textarea {
    	width: 100%;
		float: none;
		border: 1px solid #ccc;
	}
	.finance_009 fieldset:nth-child(8) label{
		font-size:4vw;
	}
	.finance_009 label span {
		font-size: 3vw;
		width: 10vw;
		padding: 1vw 0;
	}
	.lp_send {
		margin: 0;
	}
	.finance_009 input[type="image"]{
		width:76%;
		margin: 0 auto;
	}
	.lp footer {
		padding: 8vw 0 25vw;
	}
	.lp footer>a {
		margin: 0 0 3vw;
	}
	.lp footer>a img{
		width:60vw;
	}
	.lp footer p,
	.lp footer p a{
		font-size: 2.6vw;
	}
}
/*補助金・助成金LP*/
.dd .lp_head>ul {
	width: 253px;
}
.dd_001{
	background:url("../LP/dd/img/dd_001_bg.png") top left/ calc(50% + 400px) auto no-repeat;
	padding:80px 0 ;
	color:#fff;
	margin: 0 0 87px;
	position: relative;
}
.dd_001 h1{
	font-size: 52px;
	line-height: 1.3;
	margin: 0 0 70px -36px;
	font-weight: bolder;
	font-weight: 500;
    letter-spacing: 0.1em;
	z-index: 1;
}
.dd_001>div{
	max-width: 1040px;
	width:90%;
	margin: 0 auto;
}
.dd_001 p.msg{
	font-size:27px;
	font-weight: 600;
	margin:0 0 30px;
	line-height: 1.4;
	letter-spacing: 0.1em;
}
.dd_001 p{
	font-size:14px;
	line-height: 2;
	width:420px;
	font-weight: 500;
	margin: 0 0 32px;
}
.dd_001 .dd_001_01{
	font-size:18px;
	line-height:1.5;
	text-align: left;
	position: relative;
	padding: 10px 20px;
	box-sizing: border-box;
}
.dd_001 .dd_001_01:before,
.dd_001 .dd_001_01:after{
	width:10px;
	height:74px;
	border:1px solid #fff;
	border-right:none;
	content:"";
	display: inline-block;
	position: absolute;
	left:0;
	top:0;
}
.dd_001 .dd_001_01:after{
	transform: rotate(180deg);
	right:0;
	left:auto;
}
.dd_001>div>div>img{
	position: absolute;
    left: 50%;
    top: 117px;
    width: 544px;
    z-index: -1;
}
.dd_001 ul{
	position: absolute;
	background:url("../LP/dd/img/dd_001_bg2.png") top/ 100% no-repeat;
	width: 518px;
   	right:50px;
    top:514px;
	animation-delay: 0.5s;
}
.dd_001 ul li{
	font-size:29px;
	line-height: 2;
	padding:8px 0;
	text-align: right;
	margin-bottom:19px;
	letter-spacing: 2px;
}
.dd_001 ul li:first-child{
	padding-right:50px;
}
.dd_001 ul li:nth-child(2){
	padding-right:80px;
}
.dd_001 ul li:nth-child(3){
	margin-bottom: 0;
	padding-right:98px;
}
.dd_001 .scroll{
	position: absolute;
    bottom: 0;
    left: 25px;
    margin-left: -23px;
	color:#fff;
}
.dd_001 .scroll span{
	display: inline-block;
	transform: rotate(-90deg);
	font-size:13px;
	letter-spacing: 1px;
	position: absolute;
	bottom:40px;
	left:3px;
}
.dd_001 .scroll:before, .dd_001 .scroll:after {
    content: "";
    display: block;
    width: 1px;
    height: 90px;
    margin: auto;
    position: absolute;
    bottom: 80px;
    left: 25px;
}
.dd_001 .scroll:after {
    background-color: white;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -ms-transform-origin: top;
    -o-transform-origin: top;
    transform-origin: top;
    -webkit-animation: lineInOut 1750ms cubic-bezier(0.77, 0, 0.175, 1) infinite;
    -moz-animation: lineInOut 1750ms cubic-bezier(0.77, 0, 0.175, 1) infinite;
    -ms-animation: lineInOut 1750ms cubic-bezier(0.77, 0, 0.175, 1) infinite;
    -o-animation: lineInOut 1750ms cubic-bezier(0.77, 0, 0.175, 1) infinite;
    animation: lineInOut 1750ms cubic-bezier(0.77, 0, 0.175, 1) infinite;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.dd_nav{
	overflow: hidden;
	max-width:1040px;
	width:90%;
	margin: 0 auto 108px;
}
.dd_nav li{
	padding:35px 54px;
	box-sizing: border-box;
	border:1px solid #004093;
	float:left;
	position: relative;
	max-width: 497px;
    width: 48%;
}
.dd_nav li:hover{
	background-color: #004093;
	transition: 0.5s;
}
.dd_nav li:last-child{
	float: right;
}
.dd_nav li span{
	content:"";
	width:63px;
	height:1px;
	background:#004093;
	display: inline-block;
	right: 30px;
    bottom: 72px;
	position: absolute;
}
.dd_nav li span::after{
	content: "";
    width: 9px;
    height: 1px;
    transform: rotate(41deg);
    position: absolute;
    background: #004093;
    right: 0;
    bottom: 3px;
}
.dd_nav li:hover span,
.dd_nav li:hover span::after{
	background:#fff;
}
.dd_nav li a{
	font-size:26px;
	line-height:1.4;
	letter-spacing: 1px;
	color:#004093;
}
.dd_nav li:hover a{
	color:#fff;
	transition: 0.5s;
}
.dd_nav li:hover .cls-1{
	stroke:#fff;
}
.dd h2{
	font-size:30px;
	color:#fff;
	background: -webkit-linear-gradient(40deg, #007ccf, #004093);
    background: -o-linear-gradient(40deg, #007ccf, #004093);
    background: linear-gradient(40deg, #007ccf, #004093);
	padding:35px 0;
	font-weight:500;
	text-align: center;
	letter-spacing: 0.1em;
}
@media screen and (max-width:1440px){
	.dd_001 {
		background: url(../LP/dd/img/dd_001_bg.png) top left/ auto 100% no-repeat;
	}
	.dd_001>div{
		width: 85%;
    	max-width: none;
	}

}

@media screen and (max-width:768px){
	.dd_001{
		padding: 5vw 0 11.5vw;
		background: url(../LP/dd/img/sp_dd_001_bg.png) top left/ 88% no-repeat;
		margin: 0;
	}
	.dd_001 h1 {
		font-size: 7.5vw;
    	line-height: 1.4;
		margin: 0 0 65vw 5vw;
	}
	.dd_001>div{
		width:100%;
	}
	.dd_001>div>div>img {
		left: 24vw;
		top: 27vw;
		width: 70vw;
	}
	.dd_001 ul {
		right: auto;
		bottom: auto;
		top: 44vw;
		left: -5vw;
		width: 68vw;
		background:none;
	}
	.dd_001 ul li{
		display: inline-block;
		transform: skewX(-20deg);
		padding: 1em 1.2em;
		background:rgba(0,163,223,0.80);
		font-size: 4vw;
		margin: 0 0 2vw;
	}
	.dd_001 ul li span{
		transform: skewX(20deg);
    	display: inline-block;
	}
	.dd_001 ul li:first-child {
		padding: 2vw 7vw 2vw 9vw;
		animation-delay: 0.4s;
	}
	.dd_001 ul li:nth-child(2){
		padding: 2vw 8vw 2vw 9vw;
		animation-delay: 0.6s;
	}
	.dd_001 ul li:nth-child(3){
		padding: 2vw 3vw 2vw 9vw;
		animation-delay: 0.8s;
	}
	.dd_001>div>div{
		background-color:#004093;
		padding:7vw 5vw;
		box-sizing: border-box;
	}
	.dd_001 .dd_001_01 {
    	font-size: 3.6vw;
		padding: 3vw 5vw;
		margin:0;
	}
	.dd_001 p{
		width:100%;
		margin: 0 0 6vw;
		font-size:3.6vw;
	}
	.dd_001 p.msg {
		font-size: 5.6vw;
		font-weight: 600;
		margin: 0 0 3vw;
	}
	.dd_001 .dd_001_01:before, .dd_001 .dd_001_01:after {
		height: 16vw;
	}
	.dd_001 .scroll{
		display:none;
	}
	.dd_nav {
		margin: 0 auto 8vw;
	}
	.dd_nav li {
		width: 100%;
		padding: 5vw;
		margin:0 0 4.5vw;
	}
	.dd_nav li a {
		font-size: 5vw;
	}
	.dd_nav li span {
		width: 8vw;
		height: 1px;
		right: 5vw;
		bottom: 12vw;
	}
	.dd_nav li span::after {
		width: 1.5vw;
		bottom: 0.5vw;
	}
	.dd h2 {
		font-size: 5.5vw;
	}
	
}
.dd_002{
	padding-top:97px;
	margin-top:-97px;
}
.dd_002 h2{
	margin-bottom:70px;
}
.dd_002 h3,
.dd_003 h3{
	font-size:35px;
	line-height: 1.6;
	color:#004093;
	text-align: center;
	position: relative;
	padding:0 0 40px;
	margin: 0 0 40px;
}
.dd_002 h3::after,
.dd_003 h3::after{
	content: "";
    display: inline-block;
    height: 1px;
    width: 77px;
    background-color: #004093;
    bottom: 0px;
    left: 50%;
    position: absolute;
    margin-left: -38px;
}
.dd_002_01>p,
.dd_002_02>p{
	font-size:23px;
	line-height:1.8;
	max-width:1080px;
	width:90%;
	margin: 0 auto 80px;
	text-align: center;
}
.dd_002_01>p{
	text-align: left;
	max-width: 1040px;
	width:90%;
    font-size: 22px;
}
.dd_002 dl{
	max-width:1040px;
	width:100%;
	margin: 0 auto 103px;
}
.dd_002_01{
	padding:0 0 106px;
}
.dd_002_01>div{
	position: relative;
}
.dd_002_01 dl{
	text-align: center;
}
.dd_002_01 dt,
.dd_002_02 dt,
.dd_002_03 dt,
.dd_003_02 dt{
	display: inline-block;
    transform: skewX(-20deg);
    padding: 1em 1.2em;
    background: #004093;
    font-size: 16px;
    position: absolute;
    left: 50%;
    margin-left: -17em;
    top: -1.8em;
    letter-spacing: 2px;
}
.dd_002_02 dt {
	margin-left: -9em;
}
.dd_002_01 dt h4,
.dd_002_02 dt h4,
.dd_002_03 dt h4,
.dd_003_02 dt h4{
	display: inline-block;
	transform: skewX(20deg);
	color:#fff;
	font-size:22px;
	padding:0 25px 0 27px;
	font-weight: normal;
}
.dd_002_01 dd,
.dd_002_02 dd,
.dd_002_03 dd{
	text-align: left;
	padding:45px 30px 30px;
	border:1px solid #004093;
	box-sizing: border-box;
}
.dd_002_01 dd p:nth-child(1){
	font-size:24px;
	line-height:1.4;
	color:#004093;
	font-weight:500;
	margin: 0 0 15px;
}
.dd_002_01 dd p{
	font-size:17px;
	line-height: 1.8;
}
.dd_002_01 dd span{
	color:#ed1c24;
	font-weight:bold;
}
.dd_002_ex dl{
	margin:0 auto;
}
.dd_002_ex dt{
	margin-left: -7em;
}

.dd_002_ex dd{
	background-color:#e6f5ff;
	border:none;
	padding:72px 52px 50px;
}
.dd_002_ex dd li{
	padding:43px 20px 43px 116px;
	box-sizing: border-box;
	margin-bottom:40px;
	background-color:#fff;
	display: flex;
	justify-content: space-between;
	position: relative;
	overflow: hidden;
}
.dd_002_ex dd li:first-child{
	padding-right:38px;
}
.dd_002_ex dd li:last-child{
	margin:0;
}
.dd_002_ex h5{
	position: absolute;
	left:0;
	top:0;
}
.dd_002_ex h5 span{
	color:#fff;
	position: absolute;
	left:19px;
	top:21px;
	font-size:21px;
	z-index: 1;
	letter-spacing: 0.2em;
	width: 3em;
}
.dd_002_ex h5::after{
	width:115px;
	height:115px;
	background-color:#004093;
	content:"";
	display: block;
	position: absolute;
	left:0;
	top:-115px;
	transform: skewY(-45deg);
  	transform-origin: top right;
}
.dd_002_ex dd li p{
	max-width:410px;
	width:100%;
	font-size:18px;
	line-height:1.6;
}
.dd_002_ex dd li p span{
	color:#ed1c24;
}
.dd_002_02{
	padding:80px 0 130px;
	background: -webkit-linear-gradient(40deg, #bee1ff, #fff);
    background: -o-linear-gradient(40deg, #bee1ff, #fff);
    background: linear-gradient(40deg, #bee1ff, #fff);
}
.dd_002_02 div{
	width:1056px;
	margin: 0 auto;
}
.dd_002_02 ol{
	background:url("../LP/dd/img/dd_002_bg.png") top / 100% no-repeat;
	overflow: hidden;
	margin: 0 0 116px;
	padding:0 0 5px
}
.dd_002_02 ol li{
	padding:90px 90px 80px 70px;
	width:50%;
	box-sizing: border-box;
	float:left;
	font-size:21px;
	line-height:1.8;
}
.dd_002_02 dl{
	position: relative;
	width: 100%;
    max-width: 1040px;
	margin: 0 auto 116px;
}
.dd_002_02 dl:last-child{
	margin-bottom:0;
}
.dd_002_02>p{
	margin: 0 auto 50px;
}
.dd_002_02 dd{
	overflow: hidden;
	background-color:rgba(255,255,255,0.80);
	border:none;
	font-size:20px;
	line-height:1.5;
	padding:50px 0 30px 74px;
}
.dd_002_02 ul{
	float:left;
}
.dd_002_02 ul:first-child{
	width:20%;
}
.dd_002_02 ul:nth-child(2){
	width:30%;
}
.dd_002_02 ul:nth-child(3){
	width:50%;
}
.dd_002_02 ul li{
	text-indent:-0.5em;
	margin:0 0 0.2em 1em;
}
.dd_002_02 ul li::before{
	content:"";
	background-color:#000;
	display: inline-block;
	width:18px;
	height:18px;
	border-radius: 50%;
	margin-right:5px;
}
.dd_002_02_ex ol{
	background:none;
	margin:0;
}
.dd_002_02_ex ol li{
	padding:0;
	width: auto;
	vertical-align: middle;
}
.dd_002_02_ex ol li:not(:last-child){
	width:380px;
	position: relative;
}
.dd_002_02_ex ol li:nth-child(2){
	width:386px;
}
.dd_002_02_ex dt{
	margin-left: -8em;
}
.dd_002_02_ex ol li span{
	width:171px;
	height:171px;
	background: -webkit-linear-gradient(40deg, #004093, 80%, #007ccf);
    background: -o-linear-gradient(40deg, #004093, 80%, #007ccf);
    background: linear-gradient(40deg, #004093, 80%, #007ccf);
	border-radius: 50%;
	color:#fff;
	display: inline-block;
	font-size:35px;
	line-height:1.3;
	text-align: center;
	box-sizing: border-box;
	padding:35px 0;
}
.dd_002_02_ex ol li:first-child span{
	font-size:45px;
	padding:53px 0;
}
.dd_002_02_ex ol li p{
	width:187px;
	position: absolute;
	right:10px;
	bottom:77px;
	text-align: center;
	font-size:22px;
	line-height:1.4;
	font-weight:bold;
}
.dd_002_02_ex ol li p::after{
	content:"";
	position: absolute;
	width:160px;
	height:16px;
	background:url("../LP/dd/img/dd_002_arrow.svg") bottom / 100% no-repeat;
	bottom: -17px;
    left: 14px;
}
.dd_002_02_ex dd{
	padding:80px 48px 53px;
}
.dd_002_03{
	max-width:1040px;
	width:90%;
	padding:100px 0 115px;
	margin: 0 auto;
}
.dd_002_03 table{
	width:100%;
	font-family: 'TsukuARdGothic-Regular','TsukuBRdGothic-Regular','Noto Sans JP',sans-serif;
	margin-bottom:70px;
	border-bottom:1px solid #004093;
}
.dd_002_03 table th,
.dd_002_03 table td{
	width:33.33%;
	font-size:23px;
	padding:20px 0;
	box-sizing: border-box;
	font-weight: 500;
	letter-spacing: 1px;
}
.dd_002_03 table tr:first-child th{
	background-color:#004093;
	color:#fff;
	text-align: center;
}
.dd_002_03 table tr:first-child th:not(:first-child){
	border-left:1px solid #fff;
}
.dd_002_03 table tr th img,
.dd_002_03 table tr th p{
    display: inline-block;
	vertical-align: middle;
}
.dd_002_03 table tr th img{
	margin-right:10px;
}
.dd_002_03 table tr:not(:first-child) th{
	padding: 20px 0 20px 40px;
	text-align: left;
	background-color:#d2ebff;
}
.dd_002_03 table tr:nth-child(2n):not(:first-child) th{
	background-color:#e6f5ff;
}
.dd_002_03 table tr td:nth-child(2){
	padding-left:23px;	
	border-left: 1px solid #004093;
}
.dd_002_03 table tr td:nth-child(3){
	text-align: center;
	border-left: 1px solid #004093;
}
.dd_002_03 table tr:nth-child(2n+1) td{
	background-color:#f2f2f2;
}
.dd_002_03 table tr:nth-child(5) th span{
	font-size:16px;
	display: block;
	margin:8px 0 0 -0.5em;
}
.dd_002_03 ol{
	margin: 0 0 95px;
}
.dd_002_03 ol li img{
	margin-right:10px;
	vertical-align: middle;
}
.dd_002_03 h4{
	font-size:27px;
	color:#004093;
	margin: 0 0 10px;
}
.dd_002_03 ol li {
    font-size: 22px;
    line-height: 1.8;
    margin: 0;
}
.dd_002_03 ol>li:nth-child(2){
	margin-bottom:85px
}
.dd_002_03 ol li p{
	margin:0 0 40px 38px;
}
.dd_002_03 ol li:nth-child(2) p{
	margin:0 0 90px 38px;
}
.dd_002_03 dl{
	position: relative;
}
.dd_002_03 dt{
	margin-left: -8.5em;
	top: -2em;
	padding: .4em 1.2em;
}
.dd_002_03 dt h4{
	font-size:26px;
	margin: 0;
	letter-spacing: 2px;
}
.dd_002_03 dd{
	background-color:#e6f5ff;
	padding: 65px 170px 32px 170px;
	border:none;
}
.dd_002_03 dd a{
	width: 266px;
	background-color:#00a3df;
	color:#fff;
	font-size:17px;
	padding:10px 0;
	border-radius: 30px;
	margin: 0 auto;
	text-align: center;
	letter-spacing: 2px;
	border:1px solid #00a3df;
	transition:0.5s;
	position: relative;
}
.dd_002_03 dd a:hover{
	background-color:#fff;
	color:#00a3df;
	transition: 0.3s;
}
.dd_002_03 dd a img{
	position: absolute;
	right: 15px;
    bottom: 19px;
}
.dd_002_03 ul{
	margin:0 0 24px;
}
.dd_002_03 ul li{
	font-size:24px;
}
.dd_002_03 ul li::before{
	content:"";
	background-color:#004093;
	display: inline-block;
	width:18px;
	height:18px;
	border-radius: 50%;
	margin-right:5px;
}
.dd_002_03 ul li:nth-child(4) dd{
	padding: 65px 120px 32px 120px;
}
.dd_002_03 ol li:nth-child(4) ul{
	max-width:940px;
	width:90%;
	margin: 0 0 90px 38px;
}
.dd_002_03 ol li:nth-child(4) ul li{
	font-size:22px;
	line-height: 1.6;
    margin-bottom: 0.2em;
    text-indent: -1em;
    margin-left: 1em;
}
.dd_002_03 ol li:nth-child(4) ul li::before{
	background-color:#000;
}
.dd_002_03 ol li:nth-child(4) dd {
    background-color: #e6f5ff;
	padding: 65px 150px 32px;
}
.dd_002_03 ol li:nth-child(4) dd ul{
	margin:0 0 24px;
	width: 100%;
}
.dd_002_03 .on-menu,
.dd_003_02 .on-menu,
.dd_003_03 .on-menu{
	width:480px;
	overflow: hidden;
	margin: 0 auto;
}
.dd_002_03 .on-menu a,
.dd_003_02 .on-menu a,
.dd_003_03 .on-menu a{
	background-color:#004093;
	border-radius: 0;
}
.dd_002_03 .on-menu a:before,
.dd_003_02 .on-menu a:before,
.dd_003_03 .on-menu a:before,
.dd_003_04 .on-menu a:before{
	background: -webkit-linear-gradient(40deg, #007ccf, #00a3df);
    background: -o-linear-gradient(40deg, #007ccf, #00a3df);
    background: linear-gradient(40deg, #007ccf, #00a3df);
}
.dd_002_03 .on-menu span,
.dd_003_02 .on-menu span,
.dd_003_03 .on-menu span{
    color: #fff;
    font-size: 17px;
	left: 155px;
}
.dd_002_03 .on-menu a::after,
.dd_003_02 .on-menu a::after,
.dd_003_03 .on-menu a::after{
	border-color:#fff;
}
@media screen and (max-width:768px){
	.dd_002 {
		padding: 13vw 0 0;
		margin-top: -13vw;
	}
	.dd_002 h2 {
			margin-bottom: 9vw;
			line-height: 1.3;
			padding: 4.5vw;
	}
	.dd_002 h3, .dd_003 h3 {
		font-size: 6vw;
		padding: 0 0 6vw;
		margin: 0 0 6vw;
		letter-spacing: 0.3vw;
	}
	.dd_002 dl {
		width:90%;
		margin: 0 auto 18vw;
	}
	.dd_002_ex dl{
		margin: 0 auto 12vw;
	}
	.dd_002_01 {
		padding: 0;
	}
	.dd_002_01>p, .dd_002_02>p {
		font-size: 4vw;
		margin: 0 auto 18vw;
		text-align: left;
		line-height: 2;
	}
	.dd_002_01 dt, .dd_002_02 dt, .dd_002_03 dt, .dd_003_02 dt {
		padding: 3vw 10vw;
		margin-left: -35vw;
		top: -5.5vw;
	}
	.dd_002_01 div:nth-child(3) dt{
		top:-11vw;
		padding:3vw 5vw;
	}
	.dd_002_01 dt h4, .dd_002_02 dt h4, .dd_002_03 dt h4, .dd_003_02 dt h4 {
    	font-size: 4.5vw;
		line-height: 1.3;
		padding:0;
	}
	.dd_002_01 dd p{
		font-size:3.6vw;
	}
	.dd_002_ex dd {
		padding: 14vw 7vw 8vw;
	}
	.dd_002_01 dd p:nth-child(1) {
		font-size: 4.8vw;
		margin: 0 0 3vw;
		line-height: 1.6;
	}
	.dd_002_ex dt{
		top: -6vw;
    	margin-left: -27.5vw;
	}
	.dd_002_ex h5 span {
		left: 2vw;
		top: 5vw;
		font-size: 4.5vw;
	}
	.dd_002_ex h5::after {
		width: 25vw;
		height: 25vw;
		left: 0;
		top: -25vw;
	}
	.dd_002_ex dd li {
		padding: 16vw 10vw 8vw;
		box-sizing: border-box;
		margin-bottom: 5vw;
		display: block;
		text-align: center;
	}
	.dd_002_ex dd li:first-child {
		padding-right: 7vw;
	}
	.dd_002_ex dd li img{
		width: 53vw;
	}
	.dd_002_ex dd li p{
		font-size: 3.8vw;
		letter-spacing: 0.1vw;
		text-align: left;
		margin: 0 0 5vw;
	}
	.dd_002_02 {
		padding: 12vw 0 12vw;
		background: -webkit-linear-gradient(40deg, #bee1ff, #f7fbfd);
		background: -o-linear-gradient(40deg, #bee1ff, #f7fbfd);
		background: linear-gradient(40deg, #bee1ff, #f7fbfd);
	}
	.dd_002_02>p{
		text-align: center;
		font-size: 4vw;
		margin: 0 auto 10vw;
	}
	.dd_002_02 div {
		width: 90%;
	}
	.dd_002_02 dl{
		width:100%;
	}
	.dd_002_02 ol {
		background: url(../LP/dd/img/sp_dd_002_bg.png) top / 100% no-repeat;
		margin: 0 0 16vw -2%;
		width: 104%;
	}
	.dd_002_02 ol li {
		padding: 13.5vw 11vw;
		width: 100%;
		box-sizing: border-box;
		float: left;
		font-size: 4.5vw;
		line-height: 1.8;
	}
	.dd_002_02_ex ol {
		background: none;
		margin: 0;
	}
	.dd_002_02_ex dt{
		top: -6vw;
		margin-left: -25vw;
		padding: 3vw 8vw;
	}
	.dd_002_02_ex dd {
		padding: 14vw 10vw 7vw;
	}
	.dd_002_02_ex ol li{
		padding:0;
	}
	.dd_002_02_ex ol li:not(:last-child) {
    	width: 100%;
		padding-bottom: 30vw;
	}
	.dd_002_02_ex ol li:first-child span {
		font-size: 8.5vw;
		padding: 8.5vw 0;
	}
	.dd_002_02_ex ol li span {
		width: 30vw;
		height: 30vw;
		font-size: 6vw;
		padding: 7vw 0;
	}
	.dd_002_02_ex ol li p {
		width: 50vw;
		left: 20vw;
    	bottom: 12vw;
		font-size: 4.5vw;
		text-align: left;
	}
	.dd_002_02_ex ol li p::after {
		width: 23vw;
		height: 9vw;
		background: url(../LP/dd/img/dd_002_arrow.svg) bottom / 100% no-repeat;
		transform: rotate(90deg);
		bottom: -2vw;
		left: -12vw;
	}
	.dd_002_02 ul:first-child,
	.dd_002_02 ul:nth-child(2),
	.dd_002_02 ul:nth-child(3){
		width: 100%;
	}
	.dd_002_02 ul {
		float: none;
	}
	.dd_002_02 ul li {
		text-indent: -1em;
		margin: 0 0 0.4em 1em;
		font-size: 3.6vw;
	}
	.dd_002_02>div:nth-child(3) dl:nth-child(3) dt{
	    top: -6vw;
		margin-left: -30vw;
	}
	.dd_002_02 dd {
		font-size: 4vw;
		padding: 13vw 7vw 7vw;
	}
	.dd_002_02 ul li::before {
		width: 3.8vw;
		height: 3.8vw;
		vertical-align: middle;
	}
	.dd_002_03 {
		padding: 10vw 0;
	}
	.dd_002_03 h3{
		margin:0 0 10vw;
	}
	.dd_002_03 table {
		margin-bottom: 11vw;
	}
	.dd_002_03 table tr:first-child th {
		background-color: #d2ebff;
		font-size:5vw;
		padding: 6vw 0;
		color:#000;
	}
	.dd_002_03 table tr th img {
		margin-right: 10px;
		width: 6.5vw;
	}
	.dd_002_03 table th{
		font-size:5.5vw;
		width:30%;
	}
	.dd_002_03 table td{
		width:70%;
		padding: 4vw 0;
	}
	.dd_002_03 table tr:not(:first-child) th {
		padding: 5vw 0;
		text-align: center;
		color: #fff;
		vertical-align: middle;
		background-color: #004093;
		font-size:5vw;
		font-weight:500;
		letter-spacing: 0.5vw;
	}
	.dd_002_03 table tr:nth-child(2n):not(:first-child) th {
		background-color: #004093;
		border-bottom:1px solid #fff;
	}
	.dd_002_03 table tr td:nth-child(2) {
		padding-left: 11vw;
		font-size: 5.5vw;
		border-left: none;
		line-height: 1.3;
	}
	.dd_002_03 table tr:nth-child(3) td:nth-child(2) {
		padding-left: 0;
		font-size: 5vw;
		border-left: none;
		line-height: 1.3;
		text-align: center;
	}
	.dd_002_03 table tr th p {
		text-align: left;
		line-height: 1.3;
	}
	.dd_002_03 table tr th p span{
		font-size:3.6vw;
		display: block;
		margin-left:-1.5vw;
	}
	.dd_002_03 h4 {
		font-size: 5.5vw;
		margin: 0 0 2vw;
	}
	.dd_002_03 ol>li:nth-child(2) {
		margin-bottom: 0;
	}
	.dd_002_03 ol li img {
		width: 7vw;
		vertical-align: sub;
	}
	.dd_002_03 ol li p {
		margin: 0 0 7vw;
		font-size: 4.5vw;
		letter-spacing: 2px;
	}
	.dd_002_03 ol li:nth-child(2) p {
		margin: 0 0 17vw;
	}
	.dd_002_03 dl{
		width:100%;
		margin: 0 auto 9vw;
	}
	.dd_002_03 dt {
		margin-left: -28vw;
		padding: 1vw 10vw;
		top: -4vw;
	}
	.dd_002_03 dd {
		padding: 14vw 7vw 10vw;
	}
	.dd_002_03 ul {
		margin: 0 0 5vw;
	}
	.dd_002_03 ul li {
		font-size: 4.5vw;
		margin: 0 0 3vw 1.3em;
		text-indent: -1.3em;
	}
	.dd_002_03 ul li::before {
    	width: 4vw;
		height: 4vw;
	}
	.dd_002_03 dd a {
		width: 58vw;
		font-size: 3.6vw;
		padding: 2vw 0;
		border-radius: 7vw;
	}
	.dd_002_03 dd a img{
		width: 4vw;
		right: 4vw;
		bottom: 3.5vw;
	}
	.dd_002_03 h4 span{
		display: block;
		font-size: 4vw;
		margin-left: 10vw;
	}
	.dd_002_03 ol {
		margin: 0 0 7vw;
	}
	.dd_002_03 ol li:nth-child(4) ul {
    	width: 100%;
		margin: 0 0 17vw;
	}
	.dd_002_03 ol li:nth-child(4) ul li{
		font-size: 4.5vw;
	}
	.dd_002_03 ol li:nth-child(4) dd {
	    padding: 14vw 7vw 7vw;
	}
	.dd_002_03 .on-menu, .dd_003_02 .on-menu, .dd_003_03 .on-menu {
		width: 70vw;
		height: 15vw;
	}
	.dd_002_03 .on-menu span, .dd_003_02 .on-menu span, .dd_003_03 .on-menu span {
		letter-spacing: 2px;
		font-size: 4vw;
		left: 11vw;
		top: 5.5vw;
		font-weight: normal;
	}
	.dd_002_03 .on-menu a::after, .dd_003_02 .on-menu a::after, .dd_003_03 .on-menu a::after {
		bottom: 10vw;
	}
}
.dd_003{
	padding:97px 0 0;
	margin-top:-97px;
}
.dd_003_01{
	position: relative;
	margin-bottom:94px;
}
.dd_003_01>div:first-child{
	height:577px;
	background:url("../LP/dd/img/dd_003_bg.png") top left / cover no-repeat;
	position: absolute;
	top:0;
	width: 100%;
    z-index: -1;
}
.dd_003_01>div:nth-child(2){
	padding:108px 0 0;
	max-width:1040px;
	width:100%;
	margin: 0 auto;
	text-align: right;
}
.dd_003_01>div div{
	width:600px;
	display: inline-block;
	text-align: left;
	font-size:14px;
	line-height:2;
	margin: 0 0 52px;
}
.dd_003_01>div div img{
	position: absolute;
	top:38px;
	right:44px;
}
.dd_003_01 h3{
	font-size:28px;
	font-weight:60;
	margin: 0 0 30px;
	padding-bottom:0;
	color:#000;
	text-align: left;
}
.dd_003_01 h3::after{
	display: none;
}
.dd_003_01 h3 strong{
	font-size: 47px;
    color: #004093;
    line-height: 1.3;
    margin-top: 10px;
    display: block;
    font-weight: 600;
}
.dd_003_01 div:nth-child(2) ul{
	display: flex;
	justify-content: space-between;
	margin: 0 0 124px;
}
.dd_003_01 div:nth-child(2) li{
	font-size:32px;
	color:#fff;
	width:324px;
	text-align: center;
	box-shadow: 0 5px 10px rgb(0,0,0,0.2);
}
.dd_003_01 div:nth-child(2) dt{
	background: -webkit-linear-gradient(40deg, #004093, 80%, #007ccf);
    background: -o-linear-gradient(40deg, #004093, 80%, #007ccf);
    background: linear-gradient(40deg, #004093, 80%, #007ccf);
	padding:44px 0 43px;
}
.dd_003_01 div:nth-child(2) dt img{
	margin:18px 0 0;
}
.dd_003_01 li:last-child dt img{
	margin:0 0 17px;
}
.dd_003_01 div:nth-child(2) dd{
	font-size:20px;
	line-height: 1.5;
	box-sizing: border-box;
	padding:32px;
	text-align: left;
    color: #000;
}
.dd_003_01 div:last-child dl{
	width:90%;
	max-width:1040px;
	border:1px solid #004093;
	padding:80px 56px 40px;
	box-sizing: border-box;
	margin: 0 auto;
	position: relative;
}
.dd_003_01 div:last-child dt{
	display: inline-block;
	transform: skewX(-20deg);
	padding: 1em 1.2em;
	background: #004093;
	font-size: 16px;
	position: absolute;
    left: 50%;
    margin-left: -14em;
    top: -1.8em;
}
.dd_003_01 div:last-child dt h4{
	display: inline-block;
	transform: skewX(20deg);
	color:#fff;
	font-size:28px;
	padding:0 27px;
	font-weight: normal;
}
.dd_003_01 div:last-child dd{
	font-size:21px;
	line-height:2;
}
.dd_003_01 div:last-child dd:nth-child(2){
	margin-bottom:35px;
}
.dd_003_01 div:last-child dd ul{
	display: flex;
	justify-content: center;
	padding:0 0 40px;
	border-bottom:1px solid #004093;
	margin: 0 0 30px;
}
.dd_003_01 div:last-child dd li{
	width:137px;
	font-size:12px;
	text-align: center;
	color:#004093;
	line-height: 1.5;
}
.dd_003_01 div:last-child dd li:not(:last-child){
	margin-right:52px;
}
.dd_003_01 div:last-child dd li img{
	width: 100%;
	margin:0 0 20px;
}
.dd_003_01 div:last-child dd li:first-child{
	color:#00a3df;
}
.dd_003_01 div:last-child dd li:last-child{
	color:#662d8e;
}
.dd_003_01 div:last-child div{
	width:100%;
	overflow: hidden;
	margin: 0;
}
.dd_003_01 div:last-child div p{
	font-size:17px;
	line-height:1.9;
	width:700px;
	float:left;
	font-family: 'Noto Sans JP';
}
.dd_003_01 div:last-child .on-menu{
	width:200px;
	display: table-cell;
	color:#fff;
	text-align: center;
	float:right;
	overflow: hidden;
	height:59px;
	margin-top: 8px;
}
.dd_003_01 div:last-child .on-menu a{
	background: #004093;
	border-radius: 0;
}
.dd_003_01 .on-menu:before{
	background-color:#fff;
	border-radius: 0;
}
.dd_003_01 .on-menu a:hover:before{
	background: -webkit-linear-gradient(40deg, #007ccf, #00a3df);
    background: -o-linear-gradient(40deg, #007ccf, #00a3df);
    background: linear-gradient(40deg, #007ccf, #00a3df);
	transition: 0.5s;
}
.dd_003_01 .on-menu span {
    color: #fff;
    font-size: 17px;
    left: 54px;
    top: 13px;
}
.dd_003_01 .on-menu a::after{
	border-color:#fff;
	right: 20px;
    bottom: 36px;
}
.dd_003_02{
	padding: 90px 0 108px;
    background: -webkit-linear-gradient(40deg, #bee1ff, #fff);
    background: -o-linear-gradient(40deg, #bee1ff, #fff);
    background: linear-gradient(40deg, #bee1ff, #fff);
}
.dd_003_02 h3{
	margin-bottom:73px;
}
.dd_003_02 ol{
	max-width:1040px;
	width:90%;
	margin: 0 auto 100px;
	display: flex;
	justify-content: space-between;
}
.dd_003_02 ol li{
	width:300px;
}
.dd_003_02 ol li img{
	margin: 0 0 30px;
}
.dd_003_02 ol li:not(:first-child) img{
	margin: 0 0 45px;
}
.dd_003_02 ol li h4{
	font-size:27px;
	color:#004093;
	text-align: center;
	margin: 0 0 41px;
}
.dd_003_02 ol li h4 span{
	font-size:19px;
}
.dd_003_02 ol li:first-child h4{
	font-size:29px;
	margin: 0 0 30px;
}
.dd_003_02 ol li p{
	width:252px;
	margin:0 auto;
	font-size:18px;
	line-height:1.6;
}
.dd_003_02 dl{
	max-width:1040px;
	width:90%;
	margin: 0 auto 60px;
	position: relative;
}
.dd_003_02 dl dt{
	margin-left: -9em;
	background-color:#00a3df;
	letter-spacing: 2px;
}
.dd_003_02 dl dd{
	padding:62px 160px 46px;
	box-sizing: border-box;
	background-color:#fff;
	font-size:18px;
	text-align: center;
	font-family: TsukuARdGothic-Regular, TsukuBRdGothic-Regular, "Noto Sans JP", sans-serif;
}
.dd_003_02 dl dd p{
	margin: 0 0 30px;
}
.dd_003_02 dl dd ol{
	margin-bottom: 30px;
    display: block;
    max-width: 600px;
	width:80%;
}
.dd_003_02 dl dd ol li{
	font-size:22px;
	width: auto;
	font-weight:bold;
	margin: 0 0 15px;
	text-align: left;
}
.dd_003_02 dl dd span{
    display:block;
    text-align: left;
	max-width:600px;
	margin: 0 auto;
	width:100%;
	text-indent: -1em;
    padding-left: 1em;
	line-height: 1.5;
}
.dd_003_03{
	padding:110px 0 113px;
}
.dd_003_03 h3{
	margin:0 0 97px;
}
.dd_003_03 >ol{
	max-width:1100px;
	width:80%;
	margin:0 auto;
	text-align:left;
}
.dd_003_03 >ol li{
	position:relative;
	margin:0 0 160px;
}
.dd_003_03 >ol li:nth-child(3){
	margin-bottom:180px;
}
.dd_003_03 >ol li:last-child{
	margin-bottom:160px;
}
.dd_003_03 >ol li>div{
	max-width: 616px;
    width: 55%;
	border-bottom:1px solid #004093;
	box-sizing: border-box;
	z-index: 1;
}
.dd_003_03 h4{
	display:inline-block;
	color:#004093;
	font-size:34px;
	vertical-align: 0.5em;
    margin:0 0 0 -0.3em;
}
.dd_003_03 >ol li:nth-child(2n)>div{
	margin-left: 500px;
    padding-left: 100px;
}
.dd_003_03 >ol li:nth-child(2)>div{
	padding-top:20px;
}
.dd_003_03 >ol li:nth-child(3)>div{
	padding-top:34px;
}
.dd_003_03 >ol li:nth-child(4)>div{
	padding-top:30px;
}
.dd_003_03 >ol li>img{
	position: absolute;
    width: 688px;
    right: 50%;
    top: 0;
    margin-right: -703px;
	z-index: -1;
}
.dd_003_03 >ol li:first-child>img{
	top:20px;
}
.dd_003_03 >ol li:nth-child(2n)>img {
    right: auto;
    margin-right: 0;
    left: 0;
    left: 50%;
    margin-left: -703px;
}
.dd_003_03 >ol li p{
	padding:30px 0;
	max-width:500px;
	width:100%;
	font-size:20px;
	line-height:1.8;
}
.dd_003_03 ul{
	max-width: 500px;
	width: 100%;
	display: flex;
	justify-content: space-between;
	padding-bottom:30px;
}
.dd_003_03 ul li,
.dd_003_03 ul li:last-child{
	width:48%;
	margin:0;
}
.dd_003_03 ul li:first-child{
	width:50%;
}
.dd_003_03 ul li img{
	width:100%;
}
.dd_003_03 ol .on-menu{
	overflow: hidden;
}
.dd_003_03 > .on-menu{
	width:480px;
	margin: 0 auto;
}
.dd_003_03 ol .on-menu span {
    font-size: 16px;
    left: 24px;
}
.dd_003_04{
	padding:88px 0 100px;
	background: -webkit-linear-gradient(40deg, #bee1ff, #fff);
    background: -o-linear-gradient(40deg, #bee1ff, #fff);
    background: linear-gradient(40deg, #bee1ff, #fff);
}
.dd_003_04 ul{
	margin:0 auto 70px;
}
.dd_003_04 ul li{
	margin:0 0 52px;
}
.dd_003_04 ul li::after{
	display: none;
}
.dd_003_04 ul li dl{
	box-shadow: 2px 2px 4px #999;
}
.dd_003_05{
	padding:187px 0 0;
}
.dd .finance_009 fieldset label,
.dd .finance_009 legend{
	width:290px;
	float:left;
	font-size:18px;
	font-weight: bold;
	line-height: 1.8;
}
.dd .finance_009 fieldset input{
	width:600px;
	float:left;
	padding: 10px;
    box-sizing: border-box;
	font-size:16px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	border:1px solid #666;
}
.dd .finance_009 fieldset:nth-child(8) label{
	margin-right:0;
}
@media screen and (max-width:768px){
	.dd_003 {
		padding: 13vw 0 0;
		margin-top: -13vw;
	}
	.dd_003 h2{
		line-height:1.4;
		padding: 4.5vw;
	}
	.dd_003_01>div:first-child {
    	height: 100vw;
		background: url(../LP/dd/img/sp_dd_003_bg.png) top left / cover no-repeat;
	}
	.dd_003_01>div:nth-child(2) {
		padding: 50vw 0 0;
	}
	.dd_003_01>div div {
		width: 90%;
		display: block;
		margin: 0 auto 10vw;
	}
	.dd_003_01 h3 {
		font-size: 4vw;
		margin: 0 0 3vw;
		text-align: left;
		padding: 0;
	}
	.dd_003_01 h3 strong{
		font-size:7vw;
	}
	.dd_003_01 h3::after{
		display:none;
	}
	.dd_003_01>div div p{
		font-size:3.6vw;
	}
	.dd_003_01>div:nth-child(2)>p{
		text-align: center;
		font-size: 5.5vw;
		color: #004093;
		margin-bottom: 8vw;
		font-weight: bold;
    	letter-spacing: 2px;
	}
	.dd_003_01>div:nth-child(2) img{
		vertical-align: middle;
		margin: -3vw 1vw 0 0;
		width: 18vw;
	}
	.dd_003_01 div:nth-child(2) ul {
		display: block;
		width: 70%;
		margin: 0 auto 20vw;
		
	}
	.dd_003_01 div:nth-child(2) ul li{
		width:100%;
		margin-bottom: 7vw;
	}
	.dd_003_01 div:nth-child(2) dt {
		padding: 7vw 0 8vw;
		font-size:6.5vw;
		letter-spacing: 2px;
	}
	.dd_003_01 div:nth-child(2) dt img {
		margin: 3vw 0 0;
	}
	.dd_003_01 li:last-child dt img{
		margin:0 0 3vw;
		width: 19vw;
	}
	.dd_003_01 div:nth-child(2) li:nth-child(1) dt img{
		width:34vw;
	}
	.dd_003_01 div:nth-child(2) dd {
		font-size: 3.8vw;
		line-height: 1.8;
		padding: 5vw 8vw;
	}
	.dd_003_01 div:nth-child(2) li:nth-child(2) dt img{
		width:40vw;
	}
	.dd_003_01 div:last-child dt {
		padding: 4vw 3vw;
		position: absolute;
		margin-left: -38.5vw;
    	top: -6.5vw;
	}
	.dd_003_01 div:last-child dt h4 {
    	font-size: 4.5vw;
		padding: 0 4vw;
		letter-spacing: 1px;
	}
	.dd_003_01 div:last-child dl {
		padding: 12vw 8vw 11vw;
	}
	.dd_003_01 div:last-child dd {
		font-size: 4vw;
		line-height: 2;
	}
	.dd_003_01 div:last-child dd:nth-child(2) {
		margin:0 0 10vw;
	}
	.dd_003_01 div:last-child dd ul{
		display: block;
    	overflow: hidden;
		padding: 0 0 7vw;
    	margin: 0 0 5vw;
	}
	.dd_003_01 div:last-child dd ul li:first-child{
		width:100%;
		text-align: center;
	}
	.dd_003_01 div:last-child dd ul li:not(:first-child){
		width:50%;
		float:left;
		text-align: left;
	}
	.dd_003_01 div:last-child dd ul li:last-child{
		text-align: right;
	}
	.dd_003_01 div:last-child dd li:not(:last-child){
		margin:0 0 7vw;
	}
	.dd_003_01 div:last-child dd ul li img{
		width:30vw;
		margin: 0 0 3vw;
	}
	.dd_003_01 div:last-child dd ul li p{
		text-align: center;
		font-size:3.4vw;
	}
	.dd_003_01 div:last-child div p {
		font-size: 4vw;
		line-height: 1.9;
		width: 100%;
		float: none;
	}
	.dd_003_01 div:last-child .on-menu{
		display: block;
		width: 67vw;
		float: none;
		height: 14vw;
		margin: 7vw auto 0;
	}
	.dd_003_01 .on-menu span {
		font-size: 4vw;
		left: 24vw;
		top: 3vw;
		font-weight: normal;
	}
	.dd_003_01 .on-menu a::after {
		right: 5vw;
		bottom: 10vw;
	}
	.dd_003_01 {
		margin-bottom: 14vw;
	}
	.dd_003_02 {
		padding: 12vw 0 14vw;
		background: -webkit-linear-gradient(40deg, #bee1ff, #f7fbfd);
		background: -o-linear-gradient(40deg, #bee1ff, #f7fbfd);
		background: linear-gradient(40deg, #bee1ff, #f7fbfd);
	}
	.dd_003_02 h3 {
    	margin-bottom: 12vw;
	}
	.dd_003_02 ol{
		width:70%;
		display: block;
		margin: 0 auto 20vw;
	}
	.dd_003_02 ol li{
		width:100%;
		text-align: center;
		margin: 0 0 12vw;
	}
	.dd_003_02 ol li img{
		width:68vw;
		margin: 0 0 8vw;
	}
	.dd_003_02 ol li h4 {
		font-size: 6vw;
		margin: 0 0 8vw;
		letter-spacing: 1px;
	}
	.dd_003_02 ol li:first-child h4 {
		font-size: 6.5vw;
		margin: 0 0 6vw;
	}
	.dd_003_02 ol li h4 span {
		font-size: 4.3vw;
	}
	.dd_003_02 ol li p {
		width: 100%;
		margin: 0 auto;
		font-size: 4vw;
		line-height: 1.8;
		text-align: left;
	}
	.dd_003_02 ol li:not(:first-child) img {
    	margin: 0 0 8vw;
	}
	.dd_003_02 dl dd {
    	padding: 14vw 10vw 8vw;
		font-size: 3.8vw;
	}
	.dd_003_02 dl dd p {
		margin: 0 0 7vw;
		line-height: 1.5;
	}
	.dd_003_02 dl dd ol {
	    width: 100%;
		margin-left: 5vw;
	}
	.dd_003_02 dl dd ol li {
		font-size: 5vw;
		text-indent: -0.5em;
		line-height: 1.4;
		text-align: left;
		margin: 0 0 2vw;
	}

	.dd_003_02 dl {
	    width: 90%;
		margin: 0 auto 12vw;
	}
	.dd_003_02 dl dt {
		margin-left: -33vw;
	}
    .dd_003_03 {
		padding: 12vw 0 14vw;
	}
	.dd_003_03 h3::after {
		height: 1px;
		width: 60px;
		margin-left: -30px;
	}
	.dd_003_03 h3 {
    	margin: 0 0 16vw;
	}
	.dd_003_03 h4 {
		font-size: 6vw;
		letter-spacing: 0.2vw;
		margin: 0 0 5.5vw;
	}
	.dd_003_03 >ol li {
		margin: 0 0 8vw;
	}
	.dd_003_03 >ol li:nth-child(3) {
		margin-bottom: 7vw;
	}
	.dd_003_03 >ol li:last-child {
		margin-bottom: 8vw;
	}
	.dd_003_03 >ol li>div{
		width:100%;
	}
	.dd_003_03 >ol li:nth-child(2n)>div,
	.dd_003_03 >ol li:nth-child(3)>div{
		margin-left: 0;
		padding: 0;
	}
	.dd_003_03 >ol li>div div>img:first-child{
		width: 12vw;
    	margin: 0 0 4vw;
	}
	.dd_003_03 >ol li>div div img.sp{
		width:100%;
	}
	.dd_003_03 >ol li p {
		padding: 5vw 0 7vw;
		font-size: 3.6vw;
		line-height: 1.8;
	}
	.dd_003_03 ul li a img{
		width:100%;
	}
	.dd_003_03 ul li, .dd_003_03 ul li:last-child {
		width: 48%;
		margin: 0;
		height: 11.5vw;
	}
	.dd_003_03 ul li:last-child span{
		font-size: 3vw;
		top: 4vw;
		left: 6vw;
	}
	.dd_003_03 ul li:last-child a{
		height: 11.5vw;
	}
	.dd_003_03 ul li:last-child a::after {
		bottom: 5vw;
		right: 4vw;
	}
	.dd_003_03 > .on-menu {
		width: 60vw;
		height:14vw;
	}
	.dd_003_03 > .on-menu a{
		height:14vw;
	}
	.dd_003_03 > .on-menu span{
		left: 6vw;
    	top: 5vw;
	}
	.dd_003_03 > .on-menu a:after{
		bottom: 6.5vw;
		right: 4vw;
	}
	.dd_003_04 {
		padding: 12vw 0 14vw;
		background: -webkit-linear-gradient(40deg, #bee1ff, #f7fbfd);
		background: -o-linear-gradient(40deg, #bee1ff, #f7fbfd);
		background: linear-gradient(40deg, #bee1ff, #f7fbfd);
	}
	.dd_003_04 h3 {
		padding: 0 0 6vw;
		margin: 0 0 8vw;
	}
	.dd_003_04 ul {
		margin: 0 auto 11vw;
	}
	.dd_003_04 ul li {
		margin: 0 0 10vw;
	}
	.dd_003_04 ul li dl{
		margin:0;
	}
	.dd_003_04 dt::after {
		background: url("../LP/dd/img/dd_faq_arrow.svg") top/100% no-repeat;
	}
	.dd_003_05 {
		padding: 22vw 0 0;
	}
	.dd_003_05 h3{
		margin: 0 0 10vw;
	}
	.dd_003_05 h3::after {
		width: 60px;
		bottom: 0px;
		left: 50%;
		margin-left: -30px;
	}
	.dd .finance_009 fieldset input, .finance_009 textarea {
		width: 100%;
		float: none;
		border: 1px solid #ccc;
	}
	.dd .foot_link li {
		width: 100%;
		
	}
	.dd .foot_link li a{
		background-color:#00a3df;
	}
	.dd .finance_009 fieldset label, .dd .finance_009 legend {
		width: 100%;
		font-size: 4vw;
		margin: 0 0 1.5vw;
	}
	.dd .foot_link li img {
		width: 53%;
	}
}

/*補助金ECサイト*/
.ec_001{
	background:url("../LP/ec/img/ec_main_bg.png") right center /cover no-repeat,url("../LP/ec/img/ec_main_bg2.svg") bottom /auto 20vw no-repeat,
		-moz-linear-gradient(right, #83ddff, #156eb0 15%, #004093 45%);
    background: url("../LP/ec/img/ec_main_bg.png") right center /cover no-repeat,
		url("../LP/ec/img/ec_main_bg2.svg") bottom /auto 20vw no-repeat,
		-webkit-linear-gradient(right, #83ddff, #156eb0 15%, #004093 45%);
    background: url("../LP/ec/img/ec_main_bg.png") right center /cover no-repeat,
		url("../LP/ec/img/ec_main_bg2.svg") bottom /auto 20vw no-repeat,
		linear-gradient(to left, #83ddff, #156eb0 15%, #004093 45%);

}
.ec_001 h1{
	font-size:54px;
	color:#fff;
	line-height:1.5;
	position: relative;
	margin: 0 0 50px;
}
.ec_001 h1::before{
	content:"・・・";
	color:#fff799;
	font-size:55px;
	position: absolute;
	top:-45px;
}
.ec_001 h1 span{
	color:#fff799;
}
.ec_001>div:first-child{
	max-width:1440px;
	width:90%;
	margin: 0 auto;
	padding:83px 0 0;
	height:588px;
	position: relative;
}
.ec_001 .ex1{
	width: 308px;
    position: absolute;
    left: 53%;
    top: 65px;
}
.ec_001 .ex1 img{
	width: 100%;
}
.ec_001>div:first-child>img{
	width:50%;
	max-width:625px;
	filter: drop-shadow(5px 5px 5px rbga(0,0,0,0.3));
}


@media screen and (max-width:1500px){
	.ec_001 h1{
		font-size:50px;
	}
	.ec_001 .ex1 {
		width:23%;
		left: 52%;
		margin-left: 0;
		top: 271px;
	}
}


@media screen and (max-width:1350px) and (min-width:601px){
	.ec_001{background:url("../LP/ec/img/ec_main_bg.png") right center /cover no-repeat,url("../LP/ec/img/ec_main_bg2_tablet.svg") bottom /100% 32vw no-repeat,
		-moz-linear-gradient(right, #83ddff, #156eb0 15%, #004093 45%);
    background: url("../LP/ec/img/ec_main_bg.png") right center /cover no-repeat,
		url("../LP/ec/img/ec_main_bg2_tablet.svg") bottom /100% 32vw no-repeat,
		-webkit-linear-gradient(right, #83ddff, #156eb0 15%, #004093 45%);
    background: url("../LP/ec/img/ec_main_bg.png") right center /cover no-repeat,
		url("../LP/ec/img/ec_main_bg2_tablet.svg") bottom /100% 32vw no-repeat,
		linear-gradient(to left, #83ddff, #156eb0 15%, #004093 45%);
	}
	.ec_001>div:first-child{
		height:700px;
	}
	.ec_001>div:first-child>img {
		position: absolute;
		bottom: 3vw;
    	width: 65%;
	}
	.ec_001 .ex1 {
		left: auto;
		top: auto;
		bottom: 5vw;
		right: 17vw;
	}
	.ec_001 h1 {
    	font-size: 4.2vw;
	}
	.ec_001 h1::before {
		font-size: 4.5vw;
		top: -4vw;
	}
}
@media screen and (max-width:1220px) and (min-width:769px){
	.ec_001 .ex1 {
		right: 5vw;
	}
}
@media screen and (max-width:768px) and (min-width:601px){
	.ec_001 .ex1 {
		top:50vw;
	}
}
@media screen and (max-width:600px){
	.ec_001 {
		background:url("../LP/ec/img/sp_ec_main_bg.png") top /100% no-repeat;
	}
	.ec_001 h1 {
		font-size: 7vw;
	}
	.ec_001>div:first-child{
		width:88%;
		padding: 8vw 0 19vw;
    	height: 115vw;
	}
	.ec_001 h1::before {
		font-size: 7vw;
		top: -6vw;
	}
	.ec_001>div:first-child>img {
		width: 86%;
		max-width: none;
		position: absolute;
		bottom: 5vw;
		left: 7%;
	}
	.ec_001 .ex1 {
		width: 42%;
		left: -2%;
		margin-left: 0;
		top: 44vw;
	}
}
.ec_002{
	padding:50px 0;
	background-color:#00408f;
}
.ec_002>div{
	max-width:1156px;
	width:90%;
	margin: 0 auto;
	overflow: hidden;
}
.ec_002 h2{
	font-size:31px;
	color:#fff;
	margin:0 0 10px;
	font-weight: normal;
}
.ec_002 h2 span{
	color:#fff799;
}
.ec_002 p{
	font-size:12px;
	line-height: 1.5;
	color:#fff;
}
.ec_002>div>div{
	max-width:863px;
	width:80%;
	float:left;
}
.ec_002>div>a{
	width:270px;
	border:1px solid #fff;
	float:right;
	position: relative;
	padding:17px 38px 19px 30px;
	font-size:17px;
	letter-spacing: 2px;
	box-sizing: border-box;
	color:#fff;
}
.ec_002>div>a:hover{
	color:#00408f;
	background-color:#fff;
	transition:0.5s;
}
.ec_002>div>a::after{
	width: 7px;
    height: 7px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    position: absolute;
    right: 14px;
    content: "";
    transform: rotate(45deg);
    top: 22px;
}
.ec_002>div>a:hover::after{
	border-top: 1px solid #00408f;
    border-right: 1px solid #00408f;
	transition:0.5s;
}
@media screen and (max-width:1350px) and (min-width:601px){
	.ec_002>div>div{
		width:100%;
		margin: 0 0 5vw;
		float:none;
	}
	.ec_002 h2{
		line-height:1.5;
	}
	.ec_002>div>a{
		margin: 0 auto;
		float:none;
	}

}
@media screen and (max-width:768px) and (min-width:601px){
	.ec_001 .ex1 {
		top: 50vw;
		right: 1vw;
		width: 31%;
	}
	.ec_002 h2{
		line-height:1.5;
	}
	.ec_002>div>div{
		width:87%;
		float:none;
		margin:0 auto 4vw;
	}
	.ec_002>div>a {
    	float: none;
		margin: 0 auto;
	}
}
@media screen and (max-width:600px){
	.ec_002 {
		padding: 6vw 0 8vw;
	}
	.ec_002>div>div {
		max-width: none;
		width: 100%;
		float: none;
	}
	.ec_002 h2 {
		font-size: 5.6vw;
		margin: 0 0 4vw;
		line-height: 1.4;
	}
	.ec_002 p {
		font-size: 2.6vw;
		line-height:1.8;
		margin: 0 0 5vw;
	}
	.ec_002>div>a {
		width:100%;
		float: none;
		padding: 4.5vw 5vw 5vw;
		font-size: 3.6vw;
		text-align: center;
	}
	.ec_002>div>a::after {
		width: 1.8vw;
		height: 1.8vw;
		right: 4vw;
		top: 5.5vw;
	}
}
.ec_003{
	background-color:#e2ecf1;
	padding:117px 0 20px;
	
}
.ec_003 h2{
	color:#00408f;
	font-size: 32px;
	text-align: center;
	margin:0 0 34px;
}
.ec_003 p{
	font-size:20px;
	line-height:1.6;
	width: 100%;
	max-width:926px;
	margin: 0 auto 46px;
}
.ec_003 ul{
	width:100%;
	max-width:930px;
	margin: 0 auto;
	overflow: hidden;
}
.ec_003 ul li{
	float:left;
	max-width:453px;
	width:100%;
	overflow: hidden;
	position: relative;
}
.ec_003 ul li:last-child{
	float:right;
}
.ec_003 .on-menu a{
	border-radius:0;
	height:100px;
	line-height: 1.5;
	border:1px solid #00408f;
	box-sizing: border-box;
	font-weight: bold;
}
.ec_003 .on-menu a::before,
.ec .ec_contact.on-menu a::before{
	border:1px solid #00408f;
}
.ec_003 .on-menu a span{
	width:calc(100% - 46px);
	display: block;
	top: 22px;
}
.ec_003 li:last-child a span{
	padding-top:12px;
}
.ec_003 .on-menu a:hover span{
	color:#fff;
}
.ec_003 .on-menu a:after {
    display: none;
}
.ec_003 .on-menu span:before {
   	content:"";
	width:6px;
	height:1px;
	transform: rotate(45deg);
	background-color:#00408f;
	position: absolute;
	right:24px;
	top:24px;
	display:inline-block;
}
.ec_003 .on-menu span:after {
   	content:"";
	width:23px;
	height:1px;
	background-color:#00408f;
	position: absolute;
	right:24px;
	top:26px;
	display:inline-block;
}
.ec_003 .on-menu:hover span:before,
.ec_003 .on-menu:hover span:after {
	background-color:#fff;
	transition:0.5s;
}
@media screen and (max-width:1350px) and (min-width:601px){
	.ec_003>div{
		width:90%;
		margin: 0 auto;
	}
	.ec_003 ul li {
		float: left;
		max-width: none;
		margin: 0 0 3vw;
	}
}
@media screen and (max-width:768px) and (min-width:601px){
	.ec_003 h2{
		line-height:1.5
	}
	.ec_003>div{
		width:80%;
		margin: 0 auto;
	}
	.ec_003 ul li{
		max-width:none;
		width:49%;
	}
	.ec_003 .on-menu a span {
		width: calc(100% - 4vw);
		display: block;
		top: 3vw;
		left: 4vw;
		font-size: 2.5vw;
	}
	.ec_003 li:last-child a span {
		padding-top: 0;
	}
	.ec_003 .on-menu span:after {
		top: 45px;
	}
	.ec_003 .on-menu span:before {
		top: 43px;
	}
	.ec_004 h2, .ec_005 h2, .ec .contact h2{
		line-height:1.5;
	}
	.ec .ec_contact.on-menu a {
		height: 9vw;
	}
	.ec .ec_contact.on-menu a:after {
		bottom: 4vw;
	}
	
}
@media screen and (max-width:600px){
	.ec_003 {
		background-color: #e2ecf1;
		padding: 13vw 0 0;
	}
	.ec_003>div{
		width:90%;
		margin: 0 auto;
	}
	.ec_003 h2 {
		font-size: 5.5vw;
		text-align: left;
		margin: 0 0 5vw;
		line-height: 1.5;
	}
	.ec_003 p {
		font-size: 4.2vw;
		line-height: 1.8;
		width: 100%;
		max-width: 926px;
		margin: 0 auto 6vw;
	}
	.ec_003 ul li {
		float: none;
	}
	.ec_003 ul li:first-child{
		margin:0 0 3vw;
	}
	.ec_003 .on-menu a {
    	border-radius: 0;
		height: 20vw;
	}
	.ec_003 .on-menu a span {
		width: calc(100% - 8vw);
		top: 4.2vw;
		left: 5vw;
		font-size: 4vw;
	}
	.ec_003 li:last-child a span {
		padding-top: 2.2vw;
	}
	.ec_003 .on-menu span:after {
		width: 5vw;
		right: 0vw;
		top: 5.5vw;
	}
	.ec_003 .on-menu span:before {
		width: 1.5vw;
		right: 0;
		top: 5vw;
	}
}
.ec_004{
	padding:150px 0 0;
	overflow: hidden;
	background:url("../LP/ec/img/ec_004_bg.svg") top -1px center / 100% no-repeat;
}
.ec_004 h2,
.ec_005 h2,
.ec .contact h2{
	font-size:32px;
	color:#00408f;
	text-align: center;
	margin: 0 0 104px;
	position: relative;
	letter-spacing: 2px;
	background:transparent;
}
.ec_004 h2::after,
.ec_005 h2::after,
.ec .contact h2::after{
	content: "";
    width: 1.5em;
    height: 1px;
    background-color: #00408f;
    display: inline-block;
    position: absolute;
    bottom: -36px;
    transform: rotate(-14deg);
    left: 50%;
    margin-left: -0.75em;
}
.ec_004>div{
	width:90%;
	max-width:840px;
	margin: 0 auto 45px;
}
.ec_004>div>dl{
	padding:54px 44px 40px;
	box-sizing: border-box;
	border:1px solid #00408f;
	position: relative;
	margin: 0 0 50px;
}
.ec_004>div>dl::before,
.ec_004>div>dl::after{
	width:22px;
	height:22px;
	content:"";
	background-color:#fff;
	position: absolute;
	left:-3px;
	bottom:0;
}
.ec_004>div>dl::after{
	right: -3px;
    top: 0;
	bottom:auto;
	left:auto;
}
.ec_004>div>dl dt{
	color:#00408f;
	font-size:28px;
	margin: 0 0 20px;
	font-weight: bold;
	width:60%;
}
.ec_004>div>dl dd{
	font-size:18px;
	line-height:1.8;
	width:60%;
}
.ec_004>div>dl dd p:first-child{
	margin-bottom:5px;
}
.ec_004>div>dl dd p:nth-child(2){
	font-size:24px;
	line-height: 1.5;
	font-weight: bold;
}
.ec_004>div>dl dd p:nth-child(2) span{
	color:#d2332e;
}
.ec_004>div>dl dd img{
	width:35%;
	max-width: 255px;
	position: absolute;
	right:45px;
	top:50px;
}
.ec_004>div>div{
	margin:0 0 80px;
}
.ec_004 .ec_004_tbl{
	border-left:1px solid #00408f;
	border-bottom:1px solid #00408f;
	width:100%;
	margin: 0 0 22px;
}
.ec_004 .ec_004_tbl{
	border-top:1px solid #00408f;
}
.ec_004 .ec_004_tbl dl{
	display:table;
	width:100%;
}
.ec_004 .ec_004_tbl dt{
	padding:69px 0;
	background-color:#00408f;
	width:20%;
	letter-spacing: 3px;
	text-indent: -3px;
	color:#fff;
	border-bottom:1px solid #fff;
	display:table-cell;
	text-align:center;
}

.ec_004 .ec_004_tbl dl:last-child dt{
	border:none;
}
.ec_004 .ec_004_tbl dd{
	vertical-align: middle;
	padding-left:35px;
	color:#031435;
	display:table-cell;
	border-bottom:1px solid #00408f;
}
.ec_004 .ec_004_tbl dl:first-child dd{
	font-size:23px;
}
.ec_004 .ec_004_tbl dl:first-child dd span{
	font-size:16px;
	color:#585e68;
	display: block;
	padding:8px 0 0;
}
.ec_004 .ec_004_tbl dl:nth-child(2) dd{
	font-size:20px;
	line-height: 1.8;
}
.ec_004 .ec_004_tbl dl:nth-child(2) dd span{
	font-size:16px;
}
.ec_004 .ec_004_tbl dl:nth-child(2) dd li{
	display:inline-block;
	
}
.ec_004 .ec_004_tbl dl:nth-child(2) dd li::before{
	content:"・";
}
.ec_004 .ec_004_tbl dl:nth-child(2) dd li:nth-child(3),
.ec_004 .ec_004_tbl dl:nth-child(2) dd li:nth-child(7),
.ec_004 .ec_004_tbl dl:nth-child(2) dd li:nth-child(9){
	margin-left:1em;	
}
.ec_004 .ec_004_tbl dl:last-child dd{
	border:none;
}
.ec_004 .ec_004_tbl dl:last-child li{
	font-size:17px;
	color:#00408f;
}
.ec_004 .ec_004_tbl dl:last-child li:first-child{
	margin-bottom: 18px;
}
.ec_004 .ec_004_tbl dl:last-child li span{
	font-size:20px;
	color:#031435;
	padding-left:40px;
}
.ec_004 .ec_004_tbl dl:last-child li:first-child span{
	padding-left:8px;
}
.ec_004 .ec_004_tbl dl:last-child li span::before{
    left: 0px;
    box-sizing: border-box;
    width: 8px;
    height: 8px;
    border: 8px solid transparent;
    border-left: 8px solid #00408f;
	content:"";
	display: inline-block;
	vertical-align: baseline;
}
.ec_004 .ec_004_tbl dl:last-child li small{
	font-size:18px;
	vertical-align:baseline;
}
.ec_004>div>div>p{
	color:#585e68;
	font-size:14px;
	line-height:1.6;
}

.ec_004_flow{
	position: relative;
}
.ec_004_flow h3{
	color: #fff;
    background: -webkit-linear-gradient(40deg, #004093, #007ccf);
    background: -o-linear-gradient(40deg, #004093, #007ccf);
    background: linear-gradient(40deg, #004093, #007ccf);
	padding:22px;
	text-align: center;
	font-size:21px;
	letter-spacing: 2px;
}
.ec_004_flow>div{
	padding:50px;
	box-sizing: border-box;
	background:url("../LP/ec/img/ec_004_flow_bg.png") top / cover no-repeat;
	overflow: hidden;
	text-align: center;
}
.ec_004_flow>div>div:first-child{
	width:60%;
	float:left;
	background-color:#fff;
}
.ec_004_flow h4{
	padding:20px 0;
	letter-spacing: 2px;
	text-indent:2px;
	color:#fff;
	font-size:18px;
}
.ec_004_flow>div>div:first-child h4{
	background-color:#d2332e;
}
.ec_004_flow ol{
	padding:23px 57px 28px;
	box-sizing: border-box;
	background-color:#fff;
	overflow: hidden;
}
.ec_004_flow ol li{
	font-size:19px;
	position: relative;
}
.ec_004_flow ol li p{
	text-align: center;
    display: inline-block;
    width: 90%;
    vertical-align: middle;
    line-height: 1.8;
}
.ec_004_flow>div>div:first-child ol li{
	border-bottom:1px solid #d2332e;
	margin-bottom:35px;
}
.ec_004_flow>div>div:first-child ol li:last-child{
	margin:0;
}
.ec_004_flow>div>div:first-child ol li img{
	margin-left:-7px;
}
.ec_004_flow ol li:not(:last-child)::after{
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 10px solid #d2332e;
	content:"";
	display:inline-block;
	position: absolute;
	left: 50%;
    bottom: -28px;
}
.ec_004_flow>div>div:nth-child(2){
	width:38%;
	float:right;
	background-color:#fff;
}
.ec_004_flow>div>div:nth-child(2) h4{
	background-color:#007ccb;
	padding:12px 0;
}
.ec_004_flow>div>div:nth-child(2) h4 span{
	font-size:12px;
	display:block;
	margin: 5px 0 0;
}
.ec_004_flow>div>div:nth-child(2) li{
	text-align: center;
	margin: 0 0 40px;
}
.ec_004_flow>div>div:nth-child(2) li:last-child{
	margin:0;
	line-height: 1.5
}
.ec_004_flow>div>div:nth-child(2) li:not(:last-child)::after{
	border-top: 10px solid #007ccb;
}
.ec_004_flow>div>span{
	position: absolute;
	bottom:110px;
	left:50%;
	margin-left:-54px;
}
.ec_004 .ec_004_flow>p{
	padding:74px 0 42px;
	background: -moz-linear-gradient(top, #14b2ee 70%, #009eda);
    background: -webkit-linear-gradient(top, #14b2ee 70%, #009eda);
    background: linear-gradient(to bottom, #14b2ee 70%, #009eda);
	color:#fff;
	font-size:27px;
	text-align: center;
}
.ec .ec_contact{
	width:480px;
	margin: 0 auto;
	display: block;
	overflow: hidden;
	position: relative;
}

.ec .ec_contact a{
	border-radius:0;
	box-sizing: border-box;
	background:#004093;
	color:#fff;
	padding:24px 0;
	border:1px solid #004093;
	text-align:center;
}
.ec .ec_contact:hover a{
	background-color:#fff;
	color:#004093;
	transition:0.5s;
}
.ec .ec_contact a:after{
	content:"";
	border-top:1px solid #fff;
	border-right:1px solid #fff;
	width:8px;
	height:8px;
	transform:rotate(45deg);
	display:inline-block;
	position:absolute;
	right: 14px;
    top: 28px;
}
.ec .ec_contact a:hover:after{
	border-top:1px solid #004093;
	border-right:1px solid #004093;
}

@media screen and (max-width:768px) and (min-width:601px){
	.ec_004 .ec_004_tbl dl:last-child li span{
		display:block;
	}
	.ec_004 .ec_004_tbl dl:last-child li span,
	.ec_004 .ec_004_tbl dl:last-child li span{
		padding:1vw 0 0;
	}
	.ec_004_flow ol {
		padding: 23px 14px 28px;
	}
}
@media screen and (max-width:600px){
	.ec_004 {
		background:none;
		padding:0;
	}
	.ec_004 h2, .ec_005 h2, .ec .contact h2{
		margin: 0 0 17vw;
	}
	.ec_004 h2{
		padding: 21vw 0 0;
		font-size: 6.5vw;
		line-height: 1.5;
		background: #e2ecf1 url(../LP/ec/img/sp_ec_004_bg.svg) top 14vw center / 100% no-repeat;
		width: 100vw;
	}
	.ec_004 h2::after, .ec_005 h2::after, .ec .contact h2::after {
		width: 2em;
		bottom: -6vw;
		margin-left: -1em;
	}
	.ec_004>div{
		margin: 0 auto 13vw;
		width:100%
	}
	.ec_004>div>div {
		margin: 0 auto 10vw;
		width:90%
	}
	.ec_004>div>dl {
		padding: 10vw 8vw 0;
		margin: 0 auto 10vw;
		width:90%
	}
	.ec_004>div>dl dt{
		font-size: 6.5vw;
		margin: 0 0 3vw;
		width: 100%;
		line-height:1.5;
	}
	.ec_004>div>dl dd {
		font-size: 3.9vw;
		width: 100%;
		text-align:center;
	}
	.ec_004>div>dl dd img {
		width: 80%;
		max-width: none;
		position: static;
	}
	.ec_004>div>dl dd p{
		text-align:left;
	}
	.ec_004>div>dl dd p:nth-child(2) {
		font-size: 5.2vw;
		line-height: 1.6;
		font-weight: bold;
		margin: 0 0 5vw;
	}
	.ec_004>div>dl::before{
		left:-2px;
	}
	.ec_004>div>dl::after {
		right:-2px;
	}
	.ec_004 .ec_004_tbl{
		border:none;
	}
	.ec_004 .ec_004_tbl dl{
		display:block;
	}
	.ec_004 .ec_004_tbl dt {
		padding: 4.5vw 0;
		border-bottom: none;
		display: block;
		width:100%;
	}
	.ec_004 .ec_004_tbl dd {
		padding: 5vw 6vw;
		background-color: #ecf6fb;
		display: block;
		border-bottom: none;
	}
	.ec_004 .ec_004_tbl dl:first-child dd {
		font-size: 4.5vw;
	}
	.ec_004 .ec_004_tbl dl:first-child dd span {
		font-size: 3.5vw;
		padding: 2vw 0 0;
	}
	.ec_004 .ec_004_tbl dl:nth-child(2) dd li:nth-child(3),
	.ec_004 .ec_004_tbl dl:nth-child(2) dd li:nth-child(7),
	.ec_004 .ec_004_tbl dl:nth-child(2) dd li:nth-child(9) {
		margin-left: 0;
	}
	.ec_004 .ec_004_tbl dl:nth-child(2) dd li{
		font-size:4vw;
	}
	.ec_004 .ec_004_tbl dl:nth-child(2) dd span{
		margin-left: 1.3em;
		font-size: 3vw;
	}
	.ec_004 .ec_004_tbl dl:last-child li:first-child{
		position:relative;
	}
	.ec_004 .ec_004_tbl dl:last-child li span::before {
		left: 0;
		top: 2vw;
		position: absolute;
		vertical-align: baseline;
		transform: rotate(90deg);
	}
	.ec_004 .ec_004_tbl dl:last-child li {
		font-size: 4vw;
		line-height: 1.5;
		text-indent: 1.5em;
		position:relative;
	}
	.ec_004 .ec_004_tbl dl:last-child li span{
		font-size:4.5vw;
		display:block;
		text-indent: 0;
	}
	.ec_004 .ec_004_tbl dl:last-child li:first-child span,
	.ec_004 .ec_004_tbl dl:last-child li span{
		padding-left:0;
	}
	.ec_004 .ec_004_tbl dl:last-child li small {
		font-size: 3.8vw;
	}
	.ec_004>div>div>p {
		font-size: 3.2vw;
	}
	.ec_004_flow>div {
		padding: 9vw 7vw 14vw;
		background: url(../LP/ec/img/sp_ec_004_flow_bg.png) top / cover no-repeat;
	}
	.ec_004_flow>div>div:first-child {
    	width: 100%;
		float: none;
		margin: 0 0 6vw;
	}
	.ec_004_flow>div>div:nth-child(2) {
    	width: 100%;
		float: none;
	}
	.ec_004_flow h4 {
		padding: 4.2vw 0;
		font-size: 3.8vw;
	}
	.ec_004_flow ol {
		padding: 3vw 14vw 6vw;
	}
	.ec_004_flow>div>div:first-child ol li img{
		width:10%;
		margin-left:0;
	}
	.ec_004_flow>div>div:first-child ol li:last-child img{
		vertical-align: 1vw;
	}
	.ec_004_flow ol li p {
		text-align: left;
		padding: 0 0 0.5vw 5vw;
		box-sizing: border-box;
		line-height: 1.4;
		font-size: 4vw;
	}
	.ec_004_flow ol li:not(:last-child)::after {
		border-left: 3vw solid transparent;
		border-right: 3vw solid transparent;
		border-top: 2.5vw solid #d2332e;
		bottom: -6vw;
		margin-left: -3vw;
	}
	.ec_004_flow>div>div:nth-child(2) h4 span {
		font-size: 3vw;
	}
	.ec_004_flow>div>div:nth-child(2) li {
		margin: 0 0 8vw;
	}
	.ec_004_flow>div>div:nth-child(2) li:not(:last-child)::after {
		border-top: 2.5 solid #007ccb;
		bottom: -5vw;
	}
	.ec_004 .ec_004_flow>p {
		padding: 13vw 0 7vw;
		font-size: 5.5vw;
	}
	.ec_004_flow>div>span {
		bottom: 18vw;
		left: 50%;
		margin-left: -11vw;
		width: 22vw;
	}
	.ec_004_flow>div>span img{
		width:100%;
	}
	.ec_004_flow ol li {
		font-size:4vw;
	}
	.ec .ec_contact{
		width:80%;
	}
	.ec .ec_contact a{
		font-size: 3.8vw;
		letter-spacing: 0.5vw;
		font-weight: normal;
		padding: 4.5vw 0;
	}
	.ec .ec_contact.on-menu a:after {
		right: 4vw;
		bottom: 7vw;
	}
	.ec .ec_contact a:after {
		width: 1.5vw;
		height: 1.5vw;
		right: 3.5vw;
		top: 5.4vw;
	}
	
}
.ec_005{ 
	padding:154px 0 90px;
	overflow: hidden;
	background:#e2ecf1 url("../LP/ec/img/ec_005_bg.svg") top -1px center / 100% no-repeat;
}
.ec_005>div{
	max-width:840px;
	width:90%;
	margin: 0 auto;
}
.ec_005>div>p{
	font-size:14px;
	line-height:1.8;
	margin: 0 0 70px;
	text-align:center;
}
.ec_005_schedule{
	text-align:center;
}
.ec_005_schedule h3{
	background-color:#d2332e;
	font-size:22px;
	padding:10px 0;
	color:#fff;
	letter-spacing:2px;
}
.ec_005_schedule div{
	padding:32px 84px 28px;
	background-color:#fff;
	border:3px solid #d2332e;
	border-top:none;
	margin:0 0 48px;
}
.ec_005_schedule ul{
	border-bottom:1px solid #d2332e;
	padding-bottom:20px;
	margin-bottom:16px;
}
.ec_005_schedule li{
	font-size:24px;
	color:#d2332e;
	margin:0 0 10px;
	font-weight:bold;
}
.ec_005_schedule li:last-child{
	margin:0;
}
.ec_005_schedule p{
	font-size:12px;
}
.ec_005>div>div:nth-child(4){
	position:relative;
}
.ec_005>div>div:nth-child(4) h3{
	color:#004093;
	font-size:15px;
	margin: 0 0 15px;
}
.ec_005>div>div:nth-child(4) ol{
	background: #fff url("../LP/ec/img/ec_005_bg2.svg") left top/ auto 100% no-repeat;
	border-top:1px solid #00408f;
	border-bottom:1px solid #00408f;
	margin:0 0 74px;
}
.ec_005>div>div:nth-child(4) li{
	display:table;
	width:100%;
}
.ec_005>div>div:nth-child(4) li p{
	font-size:20px;
	padding:34px 20px 34px 0;
	text-align:center;
	display:table-cell;
	border-bottom:1px solid #b2c6df;
}
.ec_005>div>div:nth-child(4) li:first-child p{
	padding:40px 20px 34px 0;
}
.ec_005>div>div:nth-child(4) li:last-child p{
	border-bottom: none;
	padding:40px 20px 40px 0;
}
.ec_005>div>div:nth-child(4) li span{
	max-width: 128px;
    width: 15.5%;
	display:table-cell;
	text-align:center;
}
.ec_005>div>div:nth-child(4)>span{
	position:absolute;
	bottom: 190px;
    right: 70px;
}

.ec_005 .ec_005_apply h3{
	color: #fff;
    background: -webkit-linear-gradient(40deg, #004093, #007ccf);
    background: -o-linear-gradient(40deg, #004093, #007ccf);
    background: linear-gradient(40deg, #004093, #007ccf);
    padding: 22px;
    text-align: center;
    font-size: 21px;
	letter-spacing: 4px;
	text-indent:5px;
}
.ec_005 .ec_005_apply>div{
	padding:54px 54px 36px;
	background-color:#fff;
}
.ec_005 .ec_005_apply ol{
	max-width:715px;
	width:100%;
	margin: 0 auto 25px;
	padding:0 66px;
	border-bottom:1px solid #000;
	padding-bottom:35px;
	overflow:hidden;
	box-sizing:border-box;
}
.ec_005 .ec_005_apply ol li{
	float:left;
	line-height:1.5;
	text-align:center;
	position:relative;
}
.ec_005 .ec_005_apply ol li p{
	font-size:23px;
}
.ec_005 .ec_005_apply ol li:last-child{
	float:right;
}
.ec_005 .ec_005_apply ol li span{
	font-size:16px;
	display:block;
}
.ec_005 .ec_005_apply ol li img{
	margin: 0 0 30px;
}
.ec_005 .ec_005_apply ol li:first-child img{
	margin:0 0 34px;
}
.ec_005 .ec_005_apply ol li:first-child::after{
	content:"";
	width:44px;
	height:44px;
	transform:rotate(45deg);
	border-top:2px solid #004093;
	border-right:2px solid #004093;
	display:inline-block;
	position:absolute;
	bottom: 94px;
    right: -104px;
}
.ec_005 .ec_005_apply>div>p{
	font-size:16px;
	line-height:1.8;
	color:#031435;
}
.ec_005 .ec_005_apply>div>p span{
	color:#d2332e;
}
.ec_006{
	padding:93px 0 98px;
	background-color:#00408f;
	position:relative;
}
.ec_006::after{
	width: 20px;
    height: 20px;
    background-color: #00408f;
    display: block;
    position: absolute;
    left: 50%;
    bottom: -10px;
    margin-left: -10px;
    content: "";
    transform: rotate(45deg);
}
.ec_006>div{
	max-width:840px;
	width:100%;
	margin: 0 auto;
	text-align:center;
}
.ec_006>div p{
	font-size:29px;
	color:#fff;
	margin: 0 0 26px;
	letter-spacing:3px;
	text-indent:3px;
}
.ec_006 .ec_005_schedule ul{
	padding-bottom:0;
	margin-bottom:0;
	border:none;
}
.ec_006 .ec_005_schedule div{
	margin:0;
}
.ec .contact{
    padding: 217px 0 0;
    margin-top: -97px;
	text-align:center;
}
.ec .contact h2{
	text-align:center;
	padding:0;
	margin:0 0 90px;
}
.ec .contact a{
	display:inline-block;
}
.ec .contact p{
	font-size:16px;
	line-height:1.8;
	margin: 0 0 52px;
}
.ec .contact label{
	text-align:left;
}

@media screen and (max-width:768px) and (min-width:601px){
	.ec_005_schedule p {
		line-height: 1.5;
	}
	.ec_006 .ec_005_schedule{
		width:80%;
		margin: 0 auto;
	}
	.ec .contact form{
		width:80%;
	}
	.ec .contact a{
		width:60%;
	}
	.ec .contact p{
		width:80%;
		margin: 0 auto 50px;
		text-align: left;
	}
	.ec .contact fieldset label{
		font-size:20px;
	}
	.ec .contact fieldset label span{
		font-size:16px;
	}
}
@media screen and (max-width:600px){
	.ec_005 {
		padding: 0 0 11vw;
	}
	.ec_004 h2, .ec_005 h2, .ec .contact h2 {
    	font-size: 7vw;
		line-height: 1.5;
	}
	.ec_005 h2{
		padding: 21vw 0 0;
		background: #fff url(../LP/ec/img/sp_ec_005_bg.svg) top 14vw center / 100% no-repeat;
	}
	.ec_005>div{
		width:100%;
	}
	.ec_005>div>div{
		width:90%;
		margin: 0 auto;
	}
	.ec_005>div>p {
		font-size: 3.4vw;
		width:90%;
		margin: 0 auto 11vw;
		text-align: left;
	}
	.ec_005_schedule div {
		padding: 5vw 4vw;
		border-top: 0;
		margin: 0 0 13vw;
	}
	.ec_005_schedule h3 {
		font-size: 5vw;
		padding: 2.5vw;
	}
	.ec_005_schedule li {
    	font-size: 5vw;
    	color: #d2332e;
		margin: 0 0 3vw;
	}
	.ec_005_schedule p {
		font-size: 2.8vw;
		line-height:1.5;
		text-align:left;
	}
	.ec_005>div>div:nth-child(4) ol {
		background: #fff url(../LP/ec/img/sp_ec_005_bg2.svg) left top/ auto 100% no-repeat;
		margin: 0 0 14vw;
	}
	.ec_005>div>div:nth-child(4) li span {
    	max-width: none;
		width: 21.5%;
	}
	.ec_005>div>div:nth-child(4) li p {
    	font-size: 5vw;
		padding: 6vw 0 6vw 7vw;
		text-align: left;
	}
	.ec_005>div>div:nth-child(4) li:first-child p{
		padding: 6.7vw 0 5vw 7vw;
	}
	.ec_005>div>div:nth-child(4) li:last-child p{
		padding: 6.5vw 0 7vw 6.9vw;
	}
	.ec_005>div>div:nth-child(4)>span {
		bottom: 37vw;
		right: 5vw;
	}
	.ec_005>div>div:nth-child(4)>span img{
		width:20vw;
	}
	.ec_005>div>div:nth-child(4) h3 {
		font-size: 3.6vw;
		margin: 0 0 4vw;
	}
	.ec_005 .ec_005_apply>div {
		padding: 8vw 5vw 6vw;
	}
	.ec_005 .ec_005_apply h3 {
		padding: 5vw;
		font-size: 5vw;
	}
	.ec_005 .ec_005_apply ol {
		margin: 0 auto 4vw;
		padding: 0 5vw 0 8vw;
		padding-bottom: 7vw;
	}
	.ec_005 .ec_005_apply ol li {
    	float: none;
		display: table;
		width: 100%;
	}
	.ec_005 .ec_005_apply ol li:first-child{
		margin:0 0 11vw;
	}
	.ec_005 .ec_005_apply ol li:first-child::after {
		width: 8vw;
		height: 8vw;
		transform: rotate(135deg);
		border-top: 2px solid #004093;
		border-right: 2px solid #004093;
		bottom: -2vw;
		right: 23vw;
	}
	.ec_005 .ec_005_apply ol li img{
		display:table-cell;
		width: 35vw;
		margin: 0 0 12vw;
	}
	.ec_005 .ec_005_apply ol li:first-child img {
		margin: 0 0 10vw;
		width: 18vw;
	}
	.ec_005 .ec_005_apply ol li p {
		display: table-cell;
		vertical-align: top;
		font-size: 4.5vw;
		text-align: left;
		padding: 4vw 0 0 4vw;
	}
	.ec_005 .ec_005_apply ol li:nth-child(2) p {
		text-align: center;
	}
	.ec_005 .ec_005_apply ol li span {
		font-size: 3vw;
	}
	.ec_005 .ec_005_apply>div>p{
		font-size:3.4vw;
	}
	.ec_006 {
		padding: 8vw 5vw 10vw;
	}
	.ec_006>div p {
		font-size: 5vw;
		margin: 0 0 4vw;
		line-height: 1.3;
	}
	.ec .contact {
		padding: 30vw 5vw 0;
		margin-top: -15vw;
	}
	.ec .contact h2{
		margin: 0 0 16vw;
	}
	.ec .contact p {
		font-size: 3.4vw;
		line-height: 1.8;
		margin: 0 0 10vw;
		text-align:left;
	}
	.ec .contact a,
	.ec .contact form{
		width:100%;
	}
}

/*認定支援機関ページ*/
.agency_main{
	height:380px;
	background:url("../agency/img/agency_main.png") center / cover no-repeat;
}
.agency_001{
	margin: 0 0 140px;
}
.agency_001_01{
	text-align: center;
}
.agency_001_01 h3{
	margin: 0 0 66px;
}
.agency_001_01 h4{
	margin: 0 0 47px;
	font-size:24px;
	color:#00a3df;
	font-family: 'Shippori Mincho', serif;
	letter-spacing: 2px;
}
.agency_001_01>div{
	max-width:1000px;
	width:90%;
	margin: 0 auto;
	background-color:#e5f2f9;
	padding:73px 75px;
	box-sizing: border-box;
}
.agency_001_01>div>div{
	padding:60px 60px 70px;
	box-sizing: border-box;
	width:100%;
	background:#fff;
}
.agency_001_01 p{
	font-size:15px;
	line-height: 2.1;
	text-align: left;
}
.agency_001_01 p:nth-child(1){
	margin:0 0 40px;
}
.agency_001_01 p:nth-child(2){
	margin:0 0 60px;
}
.agency_001_01 dl{
	padding:40px;
	box-sizing: border-box;
	width:100%;
	border:1px solid #1a1a1a;
	position: relative;
}
.agency_001_01 dt{
	font-family: 'Shippori Mincho', serif;
	font-size: 20px;
    padding: 0 15px;
    background-color: #fff;
    position: absolute;
    top: -10px;
    left: 12px;
}
.agency_001_01 li{
	font-size:15px;
	text-align: left;
	line-height:2;
	text-indent: -1.5em;
    margin-left: 1.5em;
}
.agency_001_01 li::before{
	content:"";
	width:14px;
	height:14px;
	background-color:#000;
	border-radius: 50%;
	display:inline-block;
	margin-right:0.5em;
	vertical-align: -2px;
}
.agency_001_01 li:last-child{
	margin:0 0 0 1.5em;
}
.agency_002{
	background:#e5f2f9 url("../agency/img/agency_002_main.png") top center /100% no-repeat;
	padding:96px 0;
	font-family: 'Shippori Mincho', serif;
	position: relative;
}
.agency_logo{
	position: absolute;
	left:50%;
	top:-50px;
	margin-left:-82px;
}
.agency_002 h2{
	color:#004093;
	font-size: 30px;
	text-align: center;
	margin: 0 0 28px;
}
.agency_002>ol{
	max-width:850px;
	margin: 0 auto;
	width: 85%;
}
.agency_002 p{
	font-size:17px;
	margin: 0 0 36px;
	text-align: center;
}
.agency_002>ol li{
	background:#fff;
	padding:26px 0 26px 110px;
	box-sizing: border-box;
	width:100%;
	margin: 0 0 11px;
}
.agency_002>ol li p{
	font-size: 19px;
	vertical-align: middle;
	margin:0;
	display:inline-block;
	max-width: 80%;
	text-align: left;
	line-height: 1.5
}
.agency_002>ol li span{
	color:#00a3df;
	font-size: 30px;
	vertical-align: middle;
	margin-right:32px;
	display:inline-block;
}
.agency_002>div{
	max-width:850px;
	width: 85%;
	margin: 0 auto;
	padding:58px 77px 65px;
	background:#fff;
	box-sizing: border-box;
}
.agency_002>div p{
	line-height: 1.8;
	padding-bottom:30px;
	border-bottom:1px solid #e6e6e6;
}
.agency_002 ul li{
	font-size:19px;
	line-height: 2.2;
	display: inline-block;
	margin-right:0.8em;
}
.agency_002 ul li:nth-child(5){
	display: block;
}
.agency_002 ul li::before{
	content:"";
	border-radius: 50%;
	background:#000;
	width:16px;
	height:16px;
	vertical-align: middle;
	display: inline-block;
	margin-right:0.3em;
}
.agency_003{
	padding:110px 0;
}
.agency_003 h2{
	font-size:30px;
	color:#004093;
	margin:0 0 40px;
	font-family: 'Shippori Mincho', serif;
	text-align: center;
	letter-spacing: 2px;
}
.agency_003>div{
	max-width:1050px;
	width:100%;
	margin: 0 auto 93px;
}
.agency_003>div>ol{
	position:relative;
}
.agency_003>div>ol::before{
	width: 2px;
    height: 1456px;
    background: url(../agency/img/agency_dot.svg) top/ auto repeat-y;
    position: absolute;
    display: inline-block;
    content: "";
    top: 168px;
    left: 141px;
    z-index: 10;
}
.agency_003>div>ol>li{
	padding:92px 104px 80px 230px;
	background:#f4f7f9;
	position: relative;
	margin: 0 0 56px;
}
.agency_003>div>ol>li h3{
	font-size:26px;
	color:#004093;
	margin: 0 0 30px;
	font-family: 'Shippori Mincho', serif;
	letter-spacing: 2px;
}
.agency_003>div>ol>li>p{
	font-size:15px;
	line-height: 2;
	margin: 0 0 20px;
}
.agency_003>div>ol>li>ul{
	padding:30px 0 26px 28%;
	box-sizing: border-box;
	background-color: #fff;
	margin: 0 0 50px;
}
.agency_003>div>ol>li:nth-child(2)>ul{
	padding:38px 90px;
	margin:0;
}
.agency_003>div>ol>li:nth-child(3)>ul{
	padding:38px 80px;
	margin:0;
}
.agency_003>div>ol>li>ul li {
	font-size:16px;
	line-height: 2;
}
.agency_003>div>ol>li>ul li:last-child{
	margin-bottom:0;
}
.agency_003>div>ol>li:nth-child(n+2)>ul li{
	display: inline-block;
	margin-right:1em;
}
.agency_003>div>ol>li:nth-child(3)>ul li{
	margin:0 1em 0 0;
}
.agency_003>div>ol>li>ul li::before{
	content:"";
	width:14px;
	height:14px;
	border-radius: 50%;
	background-color:#000;
	display: inline-block;
	margin-right:5px;
}
.agency_003>div>ol>li>img{
	position: absolute;
	left:90px;
	top:60px;
	z-index: 11;
}
.agency_003>p{
	font-size: 17px;
	margin: 0 0 70px;
	text-align: center;
	font-family: 'Shippori Mincho', serif;
}
.agency_003>div>ol>li>p:nth-child(5){
	margin: 0 0 15px;
}
.agency_003>div>ol>li>div{
	box-sizing: border-box;
	background: #fff;
	padding: 15px 80px;
}
.agency_003>div>ol>li>div li{
	padding:40px 0 30px;
	border-bottom:1px solid #e6e6e6;
}
.agency_003>div>ol>li>div li:last-child{
	border:none;
}
.agency_003>div>ol>li>div li p{
	font-size:16px;
	display:inline-block;
	margin-left:1em;
	line-height: 2;
}
.agency_003>div>ol>li>div li p::before{
	content:"";
	width:14px;
	height:14px;
	border-radius: 50%;
	background-color:#000;
	display: inline-block;
	margin-right:5px;
}
.agency_003 h4{
	font-size:16px;
	margin: 0 0 10px;
}
.agency .agency_msg{
	font-size:30px;
	font-family: 'Shippori Mincho', serif;
	margin:0;
}
.agency .agency_msg::before{
	width:28px;
	height:49px;
	content:"";
	background:url("../agency/img/agency_slash.svg") center /100% no-repeat;
	display:inline-block;
	margin-right: 0.35em;
    vertical-align: middle;
}
.agency .agency_msg::after{
	width:28px;
	height:49px;
	content:"";
	background:url("../agency/img/agency_slash.svg") center /100% no-repeat;
	transform:rotate(240deg);
	display:inline-block;
	margin-left: 0.3em;
    vertical-align: middle;
}
.agency .contact_link{
	background-color:#004093;
}
.agency .contact_link a span{
	color:#004093;
}
@media screen and (max-width:768px){
	.agency_main{
		height:51vw;
		background:url("../agency/img/sp_agency_main.png") center / cover no-repeat;
	}
	.agency_001 {
		margin: 0 0 20vw;
	}
	.agency_001_01 h3{
		margin:0 0 10vw;
	}
	.agency_001_01 h3 img{
		width:88vw;
	}
	.agency_001_01>div {
		padding: 10vw 5vw 6vw;
	}
	.agency_001_01 h4{
		font-size: 4.5vw;
		line-height: 1.5;
		margin: 0 0 6vw;
		letter-spacing: 0.5vw;
	}
	.agency_001_01>div>div {
		padding: 6vw 8vw 11vw;
	}
	.agency_001_01 p {
    	font-size: 3.3vw;
		margin: 0 0 7vw;
	}
	.agency_001_01 p:nth-child(1) {
		margin: 0 0 7vw;
	}
	.agency_001_01 p:nth-child(2) {
		margin: 0 0 10vw;
	}
	.agency_001_01 dt{
		font-size: 4.5vw;
		padding: 0 4vw;
		top: -2vw;
		left: 2vw;
	}
	.agency_001_01 dl {
		padding: 10vw 6vw 6vw;
	}
	.agency_001_01 li {
		font-size: 3vw;
		text-indent: -1.3em;
	}
	.agency_001_01 li::before {
		width: 3vw;
		height: 3vw;
		margin-right: 0.3em;
		vertical-align: -0.3vw;
	}
	.agency_logo{
		width:33vw;
		margin-left:-16.5vw;
		top:-10vw;
	}
	.agency_002 {
    	background: #e5f2f9 url(../agency/img/sp_agency_002_main.png) top center /100% no-repeat;
		padding: 15vw 0 17vw;
	}
	.agency_002 h2 {
		font-size: 4.5vw;
		margin: 0 0 5vw;
	}
	.agency_002 p {
		font-size: 3.6vw;
		margin: 0 0 5vw;
		line-height: 1.5;
	}
	.agency_002>ol li {
		padding: 5vw 5vw 5vw 8vw;
		margin: 0 0 2.5vw;
	}
	.agency_002>ol li span {
		font-size: 6vw;
		margin-right: 6vw;
	}
	.agency_002>ol li p {
		font-size: 3.5vw;
		margin: 0;
		width: 56vw;
		text-align: left;
		vertical-align: top;
	}
	.agency_002>div{
		padding:8vw;
	}
	.agency_002>div p {
		padding-bottom: 6vw;
	}
	.agency_002 ul li {
		font-size: 3.2vw;
	}
	.agency_002 ul li:nth-child(4){
		text-indent: -1.2em;
		margin-left: 1.2em;
	}
	.agency_002 ul li:nth-child(8){
		width: 100%;
	}
	.agency_002 ul li::before {
		width: 3vw;
		height: 3vw;
	}
	.agency_003 {
		padding: 22vw 0 14vw;
	}
	.agency_003 h2 {
    	font-size: 6.2vw;
		letter-spacing: 0.5vw;
		margin: 0 0 5vw;
	}
	.agency_003>p {
		font-size: 3.4vw;
		line-height: 1.5;
		margin: 0 0 10vw;
	}
	.agency_003>div {
		max-width: 1050px;
		width: 100%;
		margin: 0 auto 8vw;
	}
	.agency_003>div>ol>li {
		padding: 18vw 8vw 18vw 23vw;
		margin: 0 0 14vw;
	}
	.agency_003>div>ol>li>img {
		position: absolute;
		left: 5vw;
		top: 14vw;
		z-index: 11;
		width: 14vw;
	}
	.agency_003>div>ol>li h3 {
		font-size: 5.6vw;
		margin: 0 0 6vw;
	}
	.agency_003>div>ol>li>p {
		font-size: 3.2vw;
		line-height: 2;
		margin: 0 0 5vw;
	}
	.agency_003>div>ol::before {
		height: calc(100% - 110vw);
		top: 29vw;
		left: 12vw;
		background: url(../agency/img/sp_agency_dot.svg) top/ auto repeat-y;
	}
	.agency_003>div>ol>li>ul {
		padding: 7vw 4vw;
		margin: 0 0 5vw;
	}
	.agency_003>div>ol>li>ul li {
		font-size: 3.2vw;
	}
	.agency_003>div>ol>li>ul li::before {
		width: 3vw;
		height: 3vw;
		margin-right: 1vw;
	}
	.agency_003>div>ol>li>p:nth-child(5) {
		margin: 0 0 3vw;
	}
	.agency_003>div>ol>li>div {
		padding: 5vw 5vw 3vw;
	}
	.agency_003>div>ol>li>div li {
		padding: 5vw 0;
	}
	.agency_003 h4 {
		font-size: 3.2vw;
		line-height: 1.5;
		margin: 0 0 5vw -2vw;
		text-indent: 2vw;
	}
	.agency_003>div>ol>li>div li p {
    	font-size: 3vw;
		margin-left: 0;
	}
	.agency_003>div>ol>li>div li p::before {
		width: 3vw;
		height: 3vw;
		margin-right: 0.5vw;
	}
	.agency_003>div>ol>li:nth-child(2)>ul {
		padding: 6vw 5vw;
		margin: 0;
	}
	.agency_003>div>ol>li:nth-child(2)>ul li{
		text-indent:-1.2em;
		margin-left:1.2em;
	}
	.agency_003>div>ol>li:nth-child(3)>ul {
		padding: 6vw 11vw;
	}
	.agency .agency_msg {
		font-size: 4.4vw;
	}
	.agency .agency_msg::before,
	.agency .agency_msg::after{
		width: 4vw;
		height: 7vw;
		margin-bottom: 1vw;
	}
}