@charset "utf-8";

/* ------------------------------
   Browser Reset
------------------------------ */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	font-family: inherit;
	font-style: inherit;
	font-weight: inherit;
	box-sizing: border-box;
}

* {
	font-family: 'Noto Sans JP','Lucida Grande','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',Meiryo, メイリオ, sans-serif;
	box-sizing: border-box;
}

html,body {
	margin: 0;
	padding: 0;
	width:100%;
	height:100%;
	box-sizing: border-box;
}

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

/*各スタイル
--------------------------------------*/
a {
	text-decoration: none;
	color: #3e3a39;
}
a:hover{
	color: #595655;
	text-decoration: underline;
}
a.anchor{
	padding-top:300px;
	margin-top:-100px
}
strong{
	font-weight: bold;
}
/*表示非表示切替
--------------------------------------*/
.pc_disp {
	display: inherit !important;
}
.sp_disp {
	display: none !important;
}
h2 {
	font-size: 33px;
	line-height: 50px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 30px;
}
img{
	border: none;
}
p{
	font-size: 18px;
	line-height: 30px;
	color: #222;
	word-break: break-word;
}
li{
	list-style: none;
}

/*画像装飾
--------------------------------------*/
.pic_shadow{
	box-shadow:rgba(31, 33, 36, 0.25) 2px 2px 2px 0px;
	-webkit-box-shadow:rgba(31, 33, 36, 0.25) 2px 2px 2px 0px;
	-moz-box-shadow:rgba(31, 33, 36, 0.25) 2px 2px 2px 0px;
}

/*文字カラー、太さ指定
--------------------------------------*/
.pink {
	color: #f40b7b;
	font-weight: bold;
}
.orange{
	color: #fd7e00 !important;
}
.blue{
	color: #1e59b9 !important;
}
.light_blue{
	color: #55bedd !important;
}
.bg_light_blue{
	background-color: #55bedd !important;
}

/*サイズ指定
--------------------------------------*/
.width100 {
	width: 100%;
}
.width20 {
	width: 20%;
}
/*効果（シャドウ）
--------------------------------------*/
.shadow{
	position: relative;
	display: block;
	width: 100%; /* 画像の横幅 */
	margin: 0 auto;
	z-index: 1;
}
.shadow:before{
	content: "";
	position: absolute;
	bottom: 6px;
	left: 18px;
	width: 50%;
	box-shadow: 0 0 4px 8px rgba(0,0,0,0.6);
	z-index: -1;
	transform:rotate(-3deg)
}
.shadow:after{
	content: "";
	position: absolute;
	bottom: 6px;
	right: 18px;
	width: 50%;
	box-shadow: 0 0 4px 8px rgba(0,0,0,0.6);
	z-index: -1;
	transform:rotate(3deg)
}
/*float
--------------------------------------*/
.fleft {
	float: left;
}
.fright{
	float: right;
}
.left01{
	float: left;
	width: 250px;
	padding-left: 50px;
}
.right01{
	float: right;
	width: 650px;
	padding-top: 50px;
	font-size: 18px;
	line-height: 30px;
}
.right01 img{
	width: 100%;
	margin: 0;
	padding: 0;
}

/*clearfix
--------------------------------------*/
.cf {
	zoom: 1;
}

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

/*margin,padding
--------------------------------------*/
.mgT_m{
	margin-top: 1em;
}


/*******************************************
ヘッダー
*******************************************/
/*IE対応*/
/* html body {	 
	background: url(null) fixed;	 
} 
* html div#header	{	 
	position: absolute;	 
	top: expression(eval(document.documentElement.scrollTop+0));  
}  */


/*共通
--------------------------------------*/
.mgt_10{
	margin-top: 10px;
}
.mgt_20{
	margin-top: 20px;
}
.mgt_30{
	margin-top: 30px;
}
.mgt_40{
	margin-top: 40px;
}
.mgt_50{
	margin-top: 50px;
}
.mgt_60{
	margin-top: 60px;
}
.mgt_70{
	margin-top: 70px;
}
.mgt_80{
	margin-top: 80px;
}
.mgt_90{
	margin-top: 90px;
}
.mgt_100{
	margin-top: 100px;
}
.mgb_10{
	margin-bottom: 10px;
}
.mgb_20{
	margin-bottom: 20px;
}
.mgb_30{
	margin-bottom: 30px;
}
.mgb_40{
	margin-bottom: 40px;
}
.mgb_50{
	margin-bottom: 50px;
}
.mgb_60{
	margin-bottom: 60px;
}
.mgb_70{
	margin-bottom: 70px;
}
.mgb_80{
	margin-bottom: 80px;
}
.mgb_90{
	margin-bottom: 90px;
}
.mgb_100{
	margin-bottom: 100px;
}
.pdt_10{
	padding-top: 10px;
}
.pdt_20{
	padding-top: 20px;
}
.pdt_30{
	padding-top: 30px;
}
.pdt_40{
	padding-top: 40px;
}
.pdt_50{
	padding-top: 50px;
}
.pdt_60{
	padding-top: 60px;
}
.pdt_70{
	padding-top: 70px;
}
.pdt_80{
	padding-top: 80px;
}
.pdt_90{
	padding-top: 90px;
}
.pdt_100{
	padding-top: 100px;
}
.pdb_10{
	padding-bottom: 10px;
}
.pdb_20{
	padding-bottom: 20px;
}
.pdb_30{
	padding-bottom: 30px;
}
.pdb_40{
	padding-bottom: 40px;
}
.pdb_50{
	padding-bottom: 50px;
}
.pdb_60{
	padding-bottom: 60px;
}
.pdb_70{
	padding-bottom: 70px;
}
.pdb_80{
	padding-bottom: 80px;
}
.pdb_90{
	padding-bottom: 90px;
}
.pdb_100{
	padding-bottom: 100px;
}

.fsz_30{
	font-size: 30px;
}

.fsz_s{
	font-size: 0.8em;
}
.fsz_m{
	font-size: 1.2em;
}
.fsz_l{
	font-size: 1.4em;
}

.strong{
	font-weight: bold;
}

.bg_mine{
	background-image: url(../images/bg_mine.jpg);
}

.inner{
	width: 1000px;
	margin: 0 auto;
	display: block;
}


/*******************************************
全ページ共通 スマホ用スタイル
*******************************************/
@media screen and (max-width: 768px) {

	/*表示非表示切替
	--------------------------------------*/
	.pc_disp {
		display: none !important;
	}
	.sp_disp {
		display: inherit !important;
	}

	* {

		margin: 0;
		padding: 0;
	}
	p{
		font-size: 24px;
		line-height: 42px;
	}
	.inner{
		width: 92%;
		margin: 0 auto;
	}
	dl{
		font-size: 24px;
		line-height: 42px;
	}
	dt{
		font-size: 24px;
		line-height: 42px;
	}
	dd{
		font-size: 24px;
		line-height: 42px;
	}
}

/*ヘッダー
--------------------------------------*/
header{
	width: 100%;
	height: 80px;
	background-color: #000;
	z-index: 100;
	padding: 10px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.header_logo{
	width: 96px;
}
header a{
	width: 220px;
	background-color: #dd2566;
	color: #fff;
	text-align: center;
	padding: 18px;
	border-radius: 5px;
	transition: all .3s;
}
header a:hover{
	background-color: #ac1248;
	color: #fff;
	text-decoration: none;
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
	header a{
		font-size: 18px;
		line-height: 18px;
		padding-top: 20px;
	}
}
#kv{
	width: 100%;
	height: 570px;
	background-color: #061d45;
	background-image: url(../images/kv.jpg);
	background-position: center;
	background-size: 2000px 576px;
	background-repeat: no-repeat;
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
	#kv{
		background-image: none;
		height: auto;
	}
	#kv img{
		width: 100%;
		display: block;
	}
}
.tokuten{
	width: 100%;
	padding: 45px 0;
	
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#031637+0,0b2758+50,031637+100 */
	background: #031637; /* Old browsers */
	background: -moz-linear-gradient(left,  #031637 0%, #0b2758 50%, #031637 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #031637 0%,#0b2758 50%,#031637 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #031637 0%,#0b2758 50%,#031637 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#031637', endColorstr='#031637',GradientType=1 ); /* IE6-9 */

}
.tokuten h2{
	color: #fff;
	position: relative;
}
.tokuten .inner{
	width: 865px;
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
	.tokuten .inner{
		width: 92%;
	}
}
.yellow_big{
	color: #f5d604;
	font-size: 45px;
}
.tokuten h2:after{
	position: absolute;
	content: '';
	width: 94px;
	height: 5px;
	background-color: #dd2566;
	bottom: -10px;
	left: 50%;
	margin-left: -47px;
	border-radius: 3px;
	display: block;
}
.tokuten_block01{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.tokuten_circle_outer{
	background-color: #fff;
	-moz-border-radius: 40px;
	-webkit-border-radius: 40px;
	border-radius: 40px;
	width: 24%;
}
.tokuten_circle{
	border: solid 3px #1b69ee;
	outline-offset: 1px;
	margin: 5px;
	-moz-border-radius: 40px;
	-webkit-border-radius: 40px;
	border-radius: 40px;
	padding: 15px 0;
}
.tokuten_mark{
	background-image: url(../images/bg_tokuten_01.png);
	background-repeat:no-repeat;
	background-position:center;
	background-size: contain;
	text-align:center;
	padding: 18px;
}
.tokuten_mark p{
	font-size: 32px;
	color: #fff;
}
.tokuten_txt{
	margin-top: 10px;
	padding: 20px 5px 0;
	text-align:center;
}
.tokuten_txt p{
	font-family: 'Kosugi Maru', sans-serif;
	font-weight: bold;
	color: #08224e;
	font-size: 20px;
}
.tokuten_txt p span.pink{
	color: #dd2566;
}
.tokuten_txt p span.alpha{
	font-size: 1.1em;
}

/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
	.tokuten_block01{
		display: block;
	}
	.tokuten_circle_outer{
		width: 100%;
		padding: 3px;
		margin-bottom: 20px;
	}
	.tokuten_circle{
		padding: 15px 15px;
		display: flex;
		justify-content: space-between;
	}
	.tokuten_mark{
		padding: 45px 40px;
		width: 110px;
	}
	.tokuten_mark p{
		font-size: 42px;
	}
	.tokuten_txt{
		margin: 0 auto;
		padding: 20px 15px;
		min-width: 235px;
	}
	.tokuten_txt p{
		font-size: 5vw;
	}
}

.cv{
	width: 100%;
	background-image: url(../images/cv_bg.jpg);
	background-size: 556px 429px;
	padding: 25px 0;
}
.cv .inner{
	position: relative;
}
.cv_h2{
	width: 754px;
	margin: 0 auto 40px;
	display: block;
}
.cv_h3{
	width: 700px;
	margin: 0 auto 30px;
	display: block;
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
	.cv .inner{
		width: 92%;
	}
	.cv h2{
		width: 100%;
	}
	.cv h2 img{
		width: 100%;
		display: block;
	}
}
.pr{
	width: 570px;
	background-color: #9bbef7;
	margin: 0 auto 20px;
	display: block;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #041f49;
	padding: 10px;
	border-radius: 30px;
}
.pink_big_01{
	color: #dd2566;
	font-size: 30px;
}
.cv a{
	background-color: #dd2566;
	width: 394px;
	font-size: 24px;
	font-weight: bold;
	border-radius: 10px;
	display: block;
	padding: 20px;
	margin: 0 auto;
	color: #fff;
	text-align: center;
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	transition: all .3s;
}
.cv a:hover{
	background-color: #ac1248;
	color: #fff;
	text-decoration: none;
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
	.pr{
		width: 100%;
		font-size: 30px;
		border-radius: 5px;
	}
	.pink_big_01{
		color: #dd2566;
		font-size: 36px;
	}
	.cv a{
		width: 100%;
	}
}
.cv_person_01{
	position: absolute;
	width: 268px;
	top: 8px;
	left: -100px;;
}
.cv_person_02{
	position:absolute;
	width: 305px;
	top: 20px;
	right: -150px;
}
.cv_illust{
	width: 172px;
	position: absolute;
	top: -10px;
	right: -30px;
}
#problem{
	width: 100%;
	background-image: url(../images/bg_basic.jpg);
	background-size: 198px 161px;
	padding: 85px 30px;
}
#problem h2{
	font-weight: bold;
	margin-bottom: 60px;
}
.pink_big{
	font-size: 45px;
	color: #dd2566;
}
#problem ul{
	width: 860px;
	background-color: #fff;
	border: 2px solid #cfcfcf;
	padding: 25px;
	margin: 0 auto 25px;
	display: block;
	position: relative;
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
	#problem h2{
		text-align: left;
		margin-bottom: 40px;
	}
	#problem ul{
		width: 100%;
	}
}
#problem ul li{
	font-size: 21px;
	font-weight: bold;
	margin-bottom: 20px;
	position: relative;
	padding-left: 30px;
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
	#problem ul li{
		font-size: 24px;
	}
}
#problem ul li:last-child{
	margin-bottom: 0;
}
#problem ul li:before{
	position: absolute;
	content: '';
	background-image: url(../images/problem_arrow.png);
	width: 22px;
	height: 22px;
	background-size: 22px 22px;
	top: 3px;;
	left: 0;
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
	#problem ul li:before{
		top: 5px;
	}
}
.problem_arrow_big{
	width: 90px;
	margin: 0 auto;
	display: block;
}
.problem_person{
	position: absolute;
	width: 184px;
	top: -169px;
	right: 0;
}
#just{
	width: 100%;
	padding: 80px 0;
	background-image: url(../images/just_bg.jpg);
	background-position: center;
	background-size: cover;
}
.just_h2{
	width: 759px;
	margin: 0 auto 65px;
	display: block;
}
#just p{
	font-size: 21px;
	line-height: 30px;
	text-align: center;
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
	.just_h2{
		width: 90%;
		margin: 0 auto 40px;
	}
	#just p{
		font-size: 26px;
		line-height: 36px;
		text-align: left;
	}
}
#needs{
	width: 100%;
	padding: 90px 0;
	
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#031637+0,0b2758+50,031637+100 */
	background: #031637; /* Old browsers */
	background: -moz-linear-gradient(left,  #031637 0%, #0b2758 50%, #031637 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #031637 0%,#0b2758 50%,#031637 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #031637 0%,#0b2758 50%,#031637 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#031637', endColorstr='#031637',GradientType=1 ); /* IE6-9 */

}
#needs h2{
	color: #fff;
	
}
#needs .content{
	width: 100%;
	background-color: #fff;
	padding: 35px;
}
.needs_p_01{
	margin-bottom: 70px;
}
.content_img img{
	width: 100%;
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
	.needs_img_01_sp{
		width: 100%;
		margin: 0 auto 30px;
	}
}
.pink_bold{
	color: #dd2566;
	font-weight: bold;
}
.needs_p_02{
	margin-bottom: 80px;
}
#gain{
	width: 100%;
	background-image: url(../images/bg_02.jpg);
	background-size: 250px 250px;
}
#gain_inner{
	width: 100%;
	background-image: url(../images/gain_inner_bg.png);
	background-size: 2000px 699px;
	background-repeat: no-repeat;
	background-position: center top;
	padding: 130px 85px;
}
#gain h2{
	width: 590px;
	background-color: rgba(250,250,250,.8);
	padding: 20px;
	margin: 0 auto 300px;
	display: block;
	border-radius: 100px;
	font-size: 30px;
}
.gain_h2_blue{
	color: #004ea2;
	font-size: 45px;
	font-weight: bold;
}
.gain_h2_pink{
	color: #dd2566;
	font-size: 45px;
	font-weight: bold;
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
	#gain_inner{
		background-size: contain;
		padding: 140px 0 60px;
	}
	#gain h2{
		width: 100%;
		margin: 0 auto 40px;
	}
}
#gain h3{
	width: 100%;
	background-color: #1e59b9;
	color: #fff;
	padding: 25px;
	font-size: 36px;
	font-weight: bold;
	text-align: center;
	border-radius: 50px;
	margin-bottom: 25px;
	
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
	#gain h3{
		border-radius: 10px;
	}
}
#gain p{
	background-color: #fff;
	width: 100%;
	padding: 20px;
	margin-bottom: 70px;
	
	/* box-shadow */
	box-shadow: 0px 0px 7px -2px rgba(0,0,0,0.6);
}
#gain p:last-child{
	margin-bottom: 0;
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
	#gain p{
		margin-bottom: 50px;
	}
}

#work{
	width: 100%;
	background-color: #f9f5f0;
	padding: 80px 0;
	background-image: url(../images/work_bg.png);
	background-size: 822px 658px;
	background-position: left top;
	background-repeat: no-repeat;
}
#work h2{
	background-color: #dd2566;
	color: #fff;
	width: 590px;
	margin: 0 auto 35px;
	padding: 20px;
	border-radius: 50px;
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
	#work{
		background-size: contain;
	}
	#work h2{
		width: 100%;
	}
}
.work_p_01{
	width: 100%;
	background-color: rgba(250,250,250,.8);
	padding: 20px;
	margin-bottom: 40px;
}
#work h3{
	width: 100%;
	background-color: #1e59b9;
	color: #fff;
	font-size: 30px;
	text-align: center;
	padding: 30px;
	font-weight: bold;
}
.work_flow{
	width: 100%;
	background-color: #fff;
	padding: 30px;
	border: 2px solid #1e59b9;
	margin-bottom: 130px;
}
.work_flow ul{
	width: 100%;
}
.work_flow ul li{
	margin-bottom: 25px;
}
.work_flow ul li:nth-child(odd){
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}
.work_flow ul li:nth-child(even){
	width: 38px;
	margin: 0 auto 18px;
	display: block;
}
.work_flow ul li img{
	width: 38px;
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
	.work_flow{
		margin-bottom: 70px;
	}
	.work_flow ul li:nth-child(odd){
		font-size: 24px;
	}
}
.work_p_02{
	width: 100%;
	background-color: #fff;
	padding: 35px;
	margin-bottom: 125px;
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
	.work_p_02{
		margin-bottom: 70px;
	}
}
.work_h2_last{
	width: 915px !important;
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
	.work_h2_last{
		width: 100% !important;
	}
}
.work_content{
	width: 100%;
	background-color: #fff;
	padding: 35px;
}
.work_content ul{
	margin-top: 30px;
	display: flex;
	justify-content: space-between;
	margin-bottom: 60px;
}
.work_content ul li{
	width: 260px;
}
.work_content ul li img{
	width: 100%;
	margin-bottom: 25px;
}
.work_content ul li h4{
	color: #1e59b9;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 25px;
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
	.work_content ul{
		flex-direction: column;
		margin-bottom: 50px;
	}
	.work_content ul li{
		width: 100%;
		margin-bottom: 70px;
	}
	.work_content ul li h4{
		font-size: 30px;
	}
}
#voice{
	width: 100%;
	padding: 60px 0 0;
	background-color: #f5f5f5;
}
#voice h2{
	width: 537px;
	margin: 0 auto 30px;
}
#voice h2 img{
	width: 100%;
}
.voice_img{
	width: 929px;
	margin: 0 auto;
	display: block;
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
	#voice h2{
		width: 80%;
	}
	#voice h2 img{
		width: 100%;
		margin: 0 auto 40px;
		display: block;
	}
	.voice_img_sp{
		width: 90%;
		margin: 0 auto;
		padding-bottom: 30px;
	}
}
#recommend{
	width: 100%;
	padding: 90px 0 65px;
	
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#031637+0,0b2758+50,031637+100 */
	background: #031637; /* Old browsers */
	background: -moz-linear-gradient(left,  #031637 0%, #0b2758 50%, #031637 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #031637 0%,#0b2758 50%,#031637 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #031637 0%,#0b2758 50%,#031637 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#031637', endColorstr='#031637',GradientType=1 ); /* IE6-9 */
}
#recommend h2{
	color: #fff;
	font-size: 36px;
}
#recommend ul{
	width: 100%;
	background-color: #fff;
	padding: 30px;
	border-radius: 15px;
}
#recommend ul li{
	margin-bottom: 20px;
	position: relative;
	padding-left: 30px;
}
#recommend ul li:before{
	position: absolute;
	content: '';
	background-image: url(../images/recommend_arrow.png);
	width: 25px;
	height: 25px;
	background-size: 25px 25px;
	left: 0;
	top: -1px;
}
#recommend ul li:nth-child(odd){
	float: left;
	width: 380px;
}
#recommend ul li:nth-child(even){
	float: right;
	width: 530px;
}
#recommend ul li:last-child{
	margin-bottom: 0;
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
	#recommend{
		padding: 60px 0;
	}
	#recommend ul li{
		font-size: 24px;
	}
	#recommend ul li:before{
		top: 4px;
	}
	#recommend ul li:nth-child(odd),
	#recommend ul li:nth-child(even){
		float: none;
		width: 100%;
	}
}
#creator{
	width: 100%;
	padding: 60px 0;
	background-image: url(../images/bg_02.jpg);
	background-size: 250px 250px;
}
#creator h2{
	margin: 0 auto 35px;
	display: block;
}
#creator h2 span{
    color: #55bedd;
    font-size: 44px;
    padding: 0 6px;
    font-family: 'Kosugi Maru', sans-serif;
    text-shadow: 2px 2px 1px #000000, -2px 2px 1px #000000, 2px -2px 1px #000000, -2px -2px 1px #000000, 2px 0px 1px #000000, 0px 2px 1px #000000, -2px 0px 1px #000000, 0px -2px 1px #000000;
}
#creator h2 img{
	width: 100%;
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
	#creator h2{
		width: 90%;
	}
	#creator h2 img{
		width: 100%;
	}
}
#creator .content{
	width: 100%;
	background-color: #fff;
	padding: 30px 30px 50px;
	border-radius: 15px;
}
#creator .pic_block{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin: 0 auto 80px;
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
	#creator .pic_block{
		flex-direction: column;
	}
}
#creator .pic_block img{
	width: 325px;
	
}
#creator .pic_block p{
	width: 550px;
}
.creator_p_01{
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	margin: 0 auto 35px;
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
	#creator .pic_block img{
		width: 100%;
		margin-bottom: 30px;
	}
	#creator .pic_block p{
		width: 100%;
	}
}
.creator_ul_01{
	width: 710px;
	margin: 0 auto 45px;
}
.creator_ul_01 li{
	margin-bottom: 10px;
}
.creator_ul_01 li:nth-child(odd){
	background-color: #55bedd;
	border: 2px solid #000000;
	padding: 20px;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
	.creator_ul_01{
		width: 100%;
	}
}
.light_yellow{
	color: #fff100;
}
.creator_ul_01 li:nth-child(even){
	width: 50px;
	margin: 0 auto 10px;
}
.creator_ul_01 li:nth-child(even) img{
	width: 100%;
}
.creator_p_02{
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}
.creator_p_03{
	margin: 0 0 35px;
}
.creator_ul_02{
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-bottom: 35px;
}
.creator_ul_02 li{
	width: 264px;
	display: block;
}
.creator_ul_02 li img{
	width: 100%;
	display: block;
	margin: 0 auto 30px;
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
	.creator_ul_02{
		flex-direction: column;
	}
	.creator_ul_02 li{
		width: 100%;
		margin-bottom: 50px;
	}
}
.creator_ul_03{
	width: 550px;
	background-color: #f6f5e7;
	padding: 24px 40px;
	margin: 0 auto 30px;
	display: block;
}
.creator_ul_03 li{
	font-weight: bold;
	margin-bottom: 15px;
	position: relative;
	padding-left: 30px;
}
.creator_ul_03 li:last-child{
	margin-bottom: 0;
}
.creator_ul_03 li:before{
	position: absolute;
	content: '';
	background-image: url(../images/recommend_arrow.png);
	width: 25px;
	height: 25px;
	background-size: 25px 25px;
	left: 0;
	top: -1px;
}
.creator_p_04{
	text-align: center;
	font-weight: bold;
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
	.creator_ul_03{
		width: 100%;
		padding: 20px;
	}
	.creator_ul_03 li{
		font-size: 24px;
	}
	.creator_ul_03 li:before{
		top: 3px;
	}
}
#beginner{
	width: 100%;
	background-image: url(../images/bg_03.jpg);
	background-size: 32px 32px;
	padding: 80px 0;
}
#beginner h2{
	width: 905px;
	margin: 0 auto 20px;
	display: block;
}
#beginner h2 img{
	width: 100%;
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
	#beginner h2{
		width: 100%;
	}
}
.beginner_ul{
	width: 670px;
	margin: 0 auto 55px;
	background-color: #020e36;
	padding: 30px;
}
.beginner_ul li{
	color: #fff;
	font-size: 24px;
	margin-bottom: 20px;
	position: relative;
	padding-left: 35px;
}
.beginner_ul li:before{
	position: absolute;
	content: '';
	width: 25px;
	height: 25px;
	background-image: url(../images/recommend_arrow.png);
	background-size: 25px 25px;
	top: 0;
	left: 0;
}
.beginner_ul li:last-child{
	margin-bottom: 0;
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
	.beginner_ul{
		width: 100%;
	}
	.beginner_ul li{
		font-size: 30px;
	}
	.beginner_ul li:before{
		top: 4px;
	}
}
.beginner_p_01{
	font-size: 1.26em;
	line-height: 1.7;
	color: #fff;
	margin-bottom: 35px;
}
#beginner h3{
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	background-color: #dd2566;
	padding: 10px 30px;
}
.beginner_content{
	background-color: #fff;
	font-size: 18px;
	padding: 20px;
	margin-bottom: 40px;
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
	.beginner_p_01{
		font-size: 1.7em;
	}
		#beginner h3{
		font-size: 30px;
	}
	.beginner_content{
		font-size: 24px;
	}
}
.study_h2{
	color: #fff;
	padding-top: 50px;
	font-size: 45px;
	position: relative;
	display: block;
	padding-bottom: 30px;
	
}
.study_h2:before{
	position: absolute;
	content: '';
	background-image: url(../images/study_h2_img.png);
	width: 90px;
	height: 90px;
	background-size: 90px 90px;
	left: 50%;
	margin-left: -200px;
	top: 30px;
}
.study_ul{
	background-color: #fff;
	padding: 20px;
	margin-bottom: 90px;
}
.study_ul li{
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 10px;
	position: relative;
	padding-left: 35px;
}
.study_ul li:last-child{
	margin-bottom: 0;
}
.study_ul li:before{
	position: absolute;
	content: '';
	width: 25px;
	height: 25px;
	background-image: url(../images/recommend_arrow.png);
	background-size: 25px 25px;
	top: 5px;
	left: 0;
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
	.study_ul li{
		font-size: 24px;
		line-height: 36px;
	}
}
.begginer_skill{
	color: #fff;
	font-size: 40px;
	padding-bottom: 50px;
}
.begginer_skill_ul{
	width: 100%;
	display: flex;
	align-content: flex-start;
	flex-wrap: wrap;
	margin-bottom: 80px;
}
.begginer_skill_ul li{
	width: 280px;
	margin-right: 80px;
	margin-bottom: 40px;
}
.begginer_skill_ul li:nth-child(3n){
	margin-right: 0;
}
.begginer_skill_ul li img{
	width: 100%;
	display: block;
	margin-bottom: 20px;
}
.begginer_skill_ul li p{
	color: #fff;
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
	.begginer_skill_ul{
		flex-direction: column;
	}
	.begginer_skill_ul li{
		width: 100%;
		margin-bottom: 50px;
		margin-right: 0;
	}
}
.begginer_cando{
	color: #fff;
	font-size: 41px;
	padding-bottom: 30px;
}
.begginer_cando_arrow{
	width: 120px;
	margin: 0 auto 30px;
	display: block;
}
.begginer_cando_ul{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.begginer_cando_ul li{
	width: 280px;
}
.begginer_cando_ul li img{
	width: 100%;
	display: block;
	margin: 0 auto 20px;
}
.begginer_cando_ul li p{
	color: #fff;
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
	.begginer_cando_ul{
		flex-direction: column;
	}
	.begginer_cando_ul li{
		width: 100%;
		margin-bottom: 50px;
	}
	.begginer_cando_ul li:last-child{
		margin-bottom: 0;
	}
}
#flow{
	width: 100%;
	padding: 80px 0;
	background-image: url(../images/bg_02.jpg);
	background-size: 250px 250px;
}
#flow h2{
	color: #341a01;
	font-size: 45px;
}
#flow .content{
	width: 100%;
	background-color: #fff;
	padding: 40px;
	border-radius: 15px;
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
	#flow .content{
		padding: 20px;
	}
}
#flow .content ul{
	width: 100%;
	margin-bottom: 45px;
}
#flow .content ul li{
	margin-bottom: 10px;
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
	#flow .content ul li{
		margin-bottom: 20px;
	}
}
#flow .content ul li:nth-child(odd){
	background-color: #55bedd;
	border: 2px solid #000;
	padding: 10px 20px;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
}
#flow .content ul li:nth-child(even) img{
	width: 50px;
	margin: 0 auto;
	display: block;
}
.flow_p_last{
	font-size: 24px;
	text-align: center;
	font-weight: bold;
}
#curriculum{
	width: 100%;
	padding: 190px 0 60px;
	background-color: #f9f5f0;
}
#curriculum .inner{
	width: 700px;
}
#curriculum h2{
	font-size: 45px;
	color: #341a01;
	position: relative;
	margin-bottom: 40px;
}
#curriculum h2:before{
	position: absolute;
	content: '';
	background-image: url(../images/curriculum_h2_img.png);
	width: 190px;
	height: 133px;
	background-size: 190px 133px;
	left: 50%;
	margin-left: -95px;
	top: -150px;
	
}
.cur_h3_01{
	background-color: #dd2566;
	color: #fff;
	width: 440px;
	margin: 0 auto 15px;
	font-size: 36px;
	padding: 15px;
	text-align: center;
	font-weight: bold;
	border-radius: 50px;
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
	#curriculum{
		padding: 190px 0 40px;
	}
	#curriculum .inner{
		width: 92%;
	}
	.cur_h3_01{
		width: 80%;
	}
}
.cur_ul_01{
	width: 100%;
	background-color: #fff;
	padding: 40px;
	margin-bottom: 40px;
}
.cur_ul_01 li{
	font-size: 18px;
	margin-bottom: 15px;
	position: relative;
	padding-left: 30px;
}
.cur_ul_01 li:last-child{
	margin-bottom: 0;
}
.cur_ul_01 li:before{
	position: absolute;
	content: '';
	background-image: url(../images/problem_arrow.png);
	width: 22px;
	height: 22px;
	background-size: 22px 22px;
	left: 0;
	top: 0;
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
	.cur_ul_01 li{
		font-size: 24px;
	}
	.cur_ul_01 li:before{
		top: 6px;
	}
}
.cur_ul_02{
	width: 100%;
	background-color: #e5f4fb;
	border: 1px solid #b2c8ec;
	padding: 20px;
	margin-bottom: 25px;
}
.cur_ul_02 li{
	margin-bottom: 10px;
}
.cur_ul_02 li:last-child{
	margin-bottom: 0;
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
	.cur_ul_02 li{
		font-size: 24px;
		margin-bottom: 20px;
	}
}
.cur_p_01{
	margin-bottom: 30px;
}
.cur_h4_01{
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 18px;
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
	.cur_h4_01{
		font-size: 30px;
	}
}
.cur_movie_01{
	width: 100%;
	height: 350px;
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
	.cur_movie_01{
		height: 300px;
	}
}
#teacher{
	width: 100%;
	padding: 80px 0;
	
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#031637+0,0b2758+50,031637+100 */
	background: #031637; /* Old browsers */
	background: -moz-linear-gradient(left,  #031637 0%, #0b2758 50%, #031637 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #031637 0%,#0b2758 50%,#031637 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #031637 0%,#0b2758 50%,#031637 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#031637', endColorstr='#031637',GradientType=1 ); /* IE6-9 */
}
#teacher h2{
	font-size: 45px;
	color: #f5c313;
	margin-bottom: 55px;
}
.teacher_p_01{
	color: #fff;
	margin-bottom: 40px;
	text-align: center;
}
#teacher .content{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
#teacher .content li{
	width: 48%;
}
#teacher .content li img{
	width: 100%;
	display: block;
	margin-bottom: 10px;
}
#teacher .content li p{
	color: #fff;
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
	#teacher .content{
		/* flex-direction: column; */
		flex-wrap: wrap;
	}
	#teacher .content li{
		width: 48%;
		margin-bottom: 70px;
	}
	#teacher .content li:last-child{
		margin-bottom: 0;
	}
}
#advice{
	width: 100%;
	padding: 40px 0;
	background-image: url(../images/bg_basic.jpg);
	background-size: 198px 161px;
}
#advice h2{
	font-size: 36px;
	margin-bottom: 30px;
}
#advice iframe{
	width: 500px;
	height: 300px;
	margin: 0 auto;
	display: block;
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
	#advice iframe{
		width: 100%;
	}
}
#davinci{
	width: 100%;
	padding: 80px 0;
	background-image: url(../images/davinci_bg.jpg);
	background-position: center top;
	background-size: cover;
}
#davinci h2{
	width: 860px;
	margin: 0 auto 90px;
	display: block;
}
#davinci h2 img{
	width: 100%;
	display: block;
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
	#davinci h2{
		width: 100%;
	}
}
#davinci p{
	color: #fff;
	margin-bottom: 35px;
}
.davinci_cap_01{
	font-size: 15px;
	margin-bottom: 100px;
}
.davinci_movie_01{
	width: 920px;
	margin: 0 auto 100px;
	display: block;
	height: 500px;
	border: 1px solid #fff;
}
#davinci h3{
	color: #fff;
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	text-align: center;
	border: 1px solid #fff;
	padding: 30px;
	font-size: 30px;
	margin-bottom: 35px;
}
.yellow_bold{
	color: #f5c313;
	font-weight: bold;
}
.davinci_img_01{
	width: 820px;
	margin: 0 auto 70px;
	display: block;
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
	.davinci_cap_01{
		font-size: 20px;
	}
	.davinci_movie_01{
		width: 100%;
		height: 300px;
	}
	.davinci_img_01{
		width: 100%;
	}
}
#student_voice{
	width: 100%;
	padding: 0 0 5px;
	
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#031637+0,0b2758+50,031637+100 */
	background: #031637; /* Old browsers */
	background: -moz-linear-gradient(left,  #031637 0%, #0b2758 50%, #031637 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #031637 0%,#0b2758 50%,#031637 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #031637 0%,#0b2758 50%,#031637 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#031637', endColorstr='#031637',GradientType=1 ); /* IE6-9 */
}
#student_voice h2{
	width: 529px;
	margin: 0 auto 10px;
}
#student_voice h2 img{
	width: 100%;
	display: block;
}
#student_voice .content{
	width: 100%;
	background-color: #fff;
	padding: 30px;
	border-radius: 15px;
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}
#student_voice .content .pic{
	width: 325px;
}
#student_voice .content .pic img{
	width: 100%;
	display: block;
	margin-bottom: 20px;
}
#student_voice .content .pic p{
	text-align: center;
	font-size: 18px;
	line-height: 36px;
}
.student_p_01{
	width: 540px;
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
	#student_voice h2{
		width: 90%;
	}
	#student_voice .content{
		flex-direction: column;
	}
	#student_voice .content .pic{
		width: 100%;
	}
	#student_voice .content .pic p{
		font-size: 24px;
		font-weight: bold;
		margin-bottom: 30px;
	}
	.student_p_01{
		width: 100%;
	}
}
#start5g{
	width: 100%;
	padding: 160px 0 205px;
	background-image: url(../images/start5g_bg.jpg);
	background-position: center top;
	background-size: cover;
}
#start5g h2{
	font-size: 36px;
	margin-bottom: 190px;
}
.light_blue_bold{
	color: #0595dd;
	font-weight: bold;
	font-size: 45px;
}
#start5g p{
	width: 870px;
	margin: 0 auto;
	background-color: rgba(250,250,250,.8);
	padding: 30px;
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
	#start5g{
		padding: 160px 0 100px;
	}
	#start5g h2{
		margin-bottom: 100px;
	}
	#start5g p{
		width: 100%;
	}
}
#qa{
	width: 100%;
	padding:80px 0;
	background-color: #f9f5f0;
	background-image: url(../images/qa_bg.png);
	background-size: 1200px 406px;
	background-repeat: no-repeat;
	background-position: center;
}
#qa h2{
	color: #341a01;
	font-size: 45px;
	margin-bottom: 70px;
}
#qa a{
	background-color: #dd2566;
	width: 560px;
	font-size: 18px;
	font-weight: bold;
	border-radius: 10px;
	display: block;
	padding: 20px;
	margin: 0 auto;
	color: #fff;
	text-align: center;
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	transition: all .3s;
}
#qa a:hover{
	background-color: #ac1248;
	color: #fff;
	text-decoration: none;
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
	#qa a{
		width: 100%;
		font-size: 24px;
	}
}
#counsel{
	width: 100%;
	padding: 80px 0;
	background-color: #341a01;
}
#counsel h2{
	color: #fff;
	
}
.counsel_p_01{
	color: #fff;
	text-align: center;
	margin-bottom: 30px;
}
#counsel .content{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.counsel_line,
.counsel_mail{
	width: 470px;
	background-color: #fff;
	padding: 30px;
	height: 380px;
}
.counsel_line h3{
	margin-bottom: 20px;
}
#counsel h3{
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	
}
.line_qr{
	width: 235px;
	margin: 0 auto;
	display: block;
}
.counsel_mail h3{
	margin-bottom: 100px;
}
.counsel_mail a{
	background-color: #dd2566;
	width: 100%;
	font-size: 18px;
	font-weight: bold;
	border-radius: 10px;
	display: block;
	padding: 20px;
	margin: 0 auto;
	color: #fff;
	text-align: center;
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	transition: all .3s;
}
.counsel_mail a:hover{
	background-color: #ac1248;
	color: #fff;
	text-decoration: none;
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
	#counsel .content{
		flex-direction: column;
	}
	.counsel_line,
	.counsel_mail{
		width: 100%;
		height: auto;
	}
	.counsel_line{
		margin-bottom: 30px;
	}
	.counsel_line a{
		width: 60%;
		margin:0 auto;
		display: block;
	}
	.counsel_line a img{
		width: 100%;
	}
	.counsel_mail h3{
		margin-bottom: 40px;
	}
	.counsel_mail a{
		font-size: 30px;
	}
}
#caution{
	width: 100%;
	padding: 80px 0;
	
}
#caution h3{
	color: #dc0303;
	font-size: 24px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 18px;
}
#caution p{
	font-size: 18px;
	line-height: 36px;
	display: block;
}
#caution a{
	color: #dd2566;
	text-decoration: underline;
	font-weight: bold;
}
#caution a:hover{
	text-decoration: none;
}
.caution_box{
	background-color: #e8f3f9;
	width: 876px;
	padding: 35px;
	margin: 0 auto;
}
.caution_box dl{
	margin-top: 25px;
	font-size: 18px;
	line-height: 32px;
}
.caution_box dt{
	font-weight: bold;
}

/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
	#caution{
		padding: 60px 0;
	}
	#caution p{
		font-size: 24px;
		line-height: 36px;
	}
	.caution_box{
		width: 100%;
	}
	
}

footer{
	width: 100%;
	padding: 0 0 20px;
	background-color: #1e59b9;

}
footer address{
	width: 100%;
	text-align: center;
	font-size: 12px;
	color: #fff;
	padding: 20px 0 0;
	margin-bottom: 100px;
}

/* ----  サンクスページ  ---- */
.thanks_bg{
	padding: 200px 0 0;
}
#thanks_msg{
	width: 80%;
	margin: 0 auto;
}
.thanks_logo{
	width: 300px;
	margin: 0 auto 50px;
	display: block;
}
#thanks_msg p{
	text-align: center;
	margin-bottom: 30px;
	font-size: 18px;
	line-height: 36px;
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
	.thanks_bg{
		padding: 100px 0 0;
	}
	.thanks_logo{
		width: 80%;
		margin: 0 auto 50px;
		display: block;
	}
	#thanks_msg p{
		text-align: left;
		margin-bottom: 30px;
		font-size: 24px;
		line-height: 48px;
	}
}

/*====================================================================
.s_01 .accordion_one
====================================================================*/
.s_01 .accordion_one {
    max-width: 1024px;
    margin: 0 auto;
}
.s_01 .accordion_one .accordion_header {
    background-color: #1e59b9;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    padding: 15px 10% 15px 4%;
    position: relative;
    z-index: +1;
    cursor: pointer;
    transition-duration: 0.2s;
}
.s_01 .accordion_one .accordion_header:hover {
    opacity: .8;
}
.s_01 .accordion_one .accordion_header .i_box {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    right: 5%;
    width: 30px;
    height: 30px;
    border: 1px solid #fff;
    margin-top: -20px;
    box-sizing: border-box;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transform-origin: center center;
    transition-duration: 0.2s;
}
.s_01 .accordion_one .accordion_header .i_box .one_i {
    display: block;
    width: 18px;
    height: 18px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transform-origin: center center;
    transition-duration: 0.2s;
    position: relative;
}
.s_01 .accordion_one .accordion_header.open .i_box {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
}
.s_01 .accordion_one .accordion_header .i_box .one_i:before, .s_01 .accordion_one .accordion_header .i_box .one_i:after {
    display: flex;
    content: '';
    background-color: #fff;
    border-radius: 10px;
    width: 18px;
    height: 4px;
    position: absolute;
    top: 7px;
    left: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transform-origin: center center;
}
.s_01 .accordion_one .accordion_header .i_box .one_i:before {
    width: 4px;
    height: 18px;
    top: 0;
    left: 7px;
}
.s_01 .accordion_one .accordion_header.open .i_box .one_i:before {
    content: none;
}
.s_01 .accordion_one .accordion_header.open .i_box .one_i:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.s_01 .accordion_one .accordion_inner {
    display: none;
    padding: 20px 30px;
    border-left: 2px solid #1e59b9;
    border-right: 2px solid #1e59b9;
    border-bottom: 2px solid #1e59b9;
    box-sizing: border-box;
    margin-bottom: 20px;
}
.s_01 .accordion_one .accordion_inner p.txt_a_ac {
    margin: 0;
}
@media screen and (max-width: 1024px) {
    .s_01 .accordion_one .accordion_header {
        font-size: 18px;
    }
    .s_01 .accordion_one .accordion_header .i_box {
        width: 30px;
        height: 30px;
        margin-top: -15px;
    }
}
@media screen and (max-width: 767px) {
    .s_01 .accordion_one .accordion_header {
        font-size: 24px;
        text-align: left;
        padding: 15px 84px 15px 15px;
    }
}


.bottom_btn{
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100px;
    margin: 0;
    background: rgba(0, 0, 0, 0.80);;
    z-index: 999;;
}
.bottom_btn a{
	width: 394px;
	font-size: 24px;
	font-weight: bold;
	border-radius: 10px;
	display: block;
	padding: 20px;
	margin: 0 auto;
	color: #fff;
	text-align: center;
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	transition: all .3s;
	background-color: #fd7e00;
	margin-top: 18px;
}
.bottom_btn a:hover{
	color: #fff;
	background-color: #ff5600;
	text-decoration: none;
}
