@charset "utf-8";

/****************************************

1-1 共通
1-2 header
1-3 main-image
1-4 banner
1-5 inquery
1-6 cauiton
1-7 reason
1-8 system
1-9 consultation
1-10 form
1-11 footer

****************************************/


/**
1-1 共通
*******************/


body{
	font-family:"游明朝体", "Yu Mincho", YuMincho, serif;
	width: 100%;
	font-size: 19px;
	line-height: 34px;
	color: #000;
}
h2{
	font-size: 48px;
	line-height: 66px;	
}
p{font-size: 19px;}
section{
	width: 100%;
}

div.contents{
	width: 1000px;
	margin: 0 auto;
}
div.contents.w1200{
	width: 1200px;
	margin: 0 auto;
}
.w560{
	width: 560px;
}

.indent{text-indent: -9999px;}
a>img{
	filter:alpha(opacity=100);
    -moz-opacity: 1.0;
    opacity: 1.0;
}
a>img:hover{
    filter:alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}
/**
1-2 header
*******************/
header{
	width: 1000px;
	height: 83px;
	margin:0 auto;
	padding: 20px 0 32px; 
	overflow: hidden;
}
header #logo{
	float: left;
}
header #contact{
	float: right;
	margin-top: 10px;
}
/**
1-3 main-image
*******************/
#main-image{
	width: 1100px;
	height: 490px;
	margin: 0 auto;
}

/**
1-4 banner
*******************/
#banner{
	background: url(../img/banner-bg.webp) center center repeat-x;	
}
#slider{
    margin: 0 auto;
    width: 100%;
    height: 107px;
}
#banner #slider ul{
	width: 100%;
	margin: 0 15px;
	height: 110px;
	padding-top:12px;
    float: left;
    overflow: hidden;
}
#banner #slider li{
	float: left;
	margin-right: 18px;
    width: 180px;
    height: 80px;
    margin-bottom: 15px;
}




/**
1-5 inquery
*******************/
.inquery {
	margin-bottom: 95px;
}
.inquery .inquery-text{
	width: 1095px;
	height: 104px;
	margin: 0 auto 10px;
	background: url(../img/inquery-img04.webp) center center no-repeat;
}
.inquery .inquery-text02{
	width: 980px;
	height: 81px;
	margin: 0 auto 10px;
	background: url(../img/inquery-img04.webp) center center no-repeat;
}							  
.inquery .inquery-btn{
	width: 809px;
	height: 118px;
	margin: 0 auto;
	background: url(../img/inquery-img02.webp) center center no-repeat;
	position: relative;
	filter:alpha(opacity=100);
    -moz-opacity: 1.0;
    opacity: 1.0;
}
.inquery a:hover .inquery-btn{
	filter:alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}
.inquery a{
	width: 800px;
	height: 110px;
	display: block;
	margin: 0 auto;
}
.inquery .inquery-btn .hand{
	width: 158px;
	height: 127px;
	background: url(../img/inquery-img03.webp) center center no-repeat;
	position: absolute;
	right:-27px;
	bottom:-43px;
}

/**
1-6 cauiton
*******************/
#caution{
	width: 100%;
	background: url(../img/img_bg-caution.webp) repeat left top;
	padding: 70px 0 130px;
}
/**
1-7 reason
*******************/
#reason{
	width: 100%;
	background: url(../img/bg-reason.webp) repeat center center;
	padding: 50px 0 80px;
	border-top:1px solid #e1e1e1;
	border-bottoom:1px solid #e1e1e1;
	box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.20);
}

/* course list */
#reason .course-notes{
	font-size: 16px;
	line-height: 28px;
	padding: 16px 20px;
	background: #f8f4ed;
	border-left: 4px solid #1a3a5c;
}
#reason .course-list{
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	margin-bottom: 20px;
}
#reason .course-item{
	flex: 1 1 300px;
	border: 1px solid #e1e1e1;
	background: #fff;
	padding: 20px;
	box-sizing: border-box;
}
#reason .course-name{
	font-size: 20px;
	line-height: 1.5;
	margin-bottom: 16px;
	padding-bottom: 12px;
	border-bottom: 2px solid #1a3a5c;
	color: #1a3a5c;
}
#reason .course-price{
	font-size: 22px;
	color: #c0392b;
	font-weight: bold;
}
#reason .course-menu{
	list-style: none;
	padding: 0;
	margin: 0;
}
#reason .course-menu li{
	font-size: 15px;
	line-height: 26px;
	padding: 6px 0;
	border-bottom: 1px dotted #e1e1e1;
}
#reason .course-menu li:last-child{
	border-bottom: none;
}

/**
1-8 system
*******************/
#system{
	width: 100%;
	padding: 100px 0 110px;
}

/**
1-9 consultation
*******************/
#consultation{
	margin-top: 65px;
	height: 300px;
	background-image:
		url(../img/img_bg-contact01.webp),
		url(../img/img_bg-contact02.webp),
		url(../img/img_bg-contact03.webp);
	background-repeat: 
		no-repeat,no-repeat,repeat-x;
	background-position: 
		left top,right top,left top;
}

/**
1-10 form
*******************/
#form{
	font-family: Meiryo,"メイリオ",sans-serif;
	margin: 60px 0 100px;
}
#form dl{
	border-top:1px solid #cccccc;
	border-left:1px solid #cccccc;
	overflow: hidden;
	margin-bottom: 20px;
}
#form dt,#form dd{
	border-bottom:1px solid #cccccc;
	border-right:1px solid #cccccc;
	float: left;
	height: 50px;
	font-size: 2em;;
	padding: 24px 0 0 28px;
	display: block;
}
#form dt{
	background: #f9f9f9;
	width: 300px;
}
#form dd{
	width: 640px;
}
#form dt span.required{
	text-indent: -9999px;
	width: 50px;
	height: 25px;
	vertical-align: middle;
	display: inline-block;
	background: url(../img/img_required2.webp) center center no-repeat;
}
#form label{
	margin-left: 3px;
}


#form input,
#form option,
#form select{
	font-size: 1em;
}
#form select.type{
	width: 96.5%;
}
#form select{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	/*width: 200px;*/
	border: 1px solid #cbcbcb;	
	background: url(../img/select-bg.webp) right 5px center no-repeat;
	display: block;
	margin-bottom: 5px;
	padding: 5px;
	border-radius: 0;
}
#form input[type=text]{
	padding: 3px;
	width: 95%;
border: 1px solid #cbcbcb;	
}
#form input[type=tel]{
	padding: 3px;
	width: 20%;
border: 1px solid #cbcbcb;	
}
#form input[name=company_name],
#form input[name=【会社・団体名】]{
	width: 95%;
}
#form input[name=member_namae],
#form input[name=member_kana],
#form input[name=【お名前】],
#form input[name=【お名前(フリガナ)】]{
	width: 95%;
}
#form .zipcode{
	height: 103px;
}
#form input[name=zip31],
#form input[name=zip32],
#form input[name=【郵便番号1】],
#form input[name=【郵便番号2】]{
	width: 102px;
}
#form input[name=addr31],
#form input[name=addr32],
#form input[name=【市町村名】],
#form input[name=【番地・ビル名】]{
	width: 95%;
}
#form a{
	color:#3399cc;
	font-size: 12px;
}
#form img{
	vertical-align: bottom;
}
#form .cap{
	color:#333;
	font-size: 0.7em;
	margin-left: 10px;
}
#form .kbn{
	height: 70px;
}
#form .company{
	height: 75px;
}
#form .name{
	height: 75px;
}
#form .kana{
	height: 75px;
}
#form .zip{
	height: 75px;
}
#form .address{
	height: 330px;
	line-height: 50px;
}
#form .tel{
	height: 100px;
}
#form .mail{
	height: 100px;
}
#form textarea{
	width: 95%;
	height: 300px;
	border: 1px solid #cbcbcb;
	padding: 5px;
	font-weight: normal;
	font-size: 1em;
	line-height: 35px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	overflow: hidden;
	resize: none;
}
#form .detail{
	height: 338px;
}
#form .kibou{
	height: 75px;
}
#form .yosan{
	height: 90px;
}
#form .yotei{
	height: 90px;
}
#form p.copy{
	margin-top: 15px;
	text-align: center;
	font-size: 0.9em;
}
#form p.form_title{
	margin-top: 15px;
	text-align: center;
	font-size: 2em;
}
#form p.form_step span{
	margin-top: 15px;
	text-align: center;
	font-size: 1.2em;
	color: #000;
}
#form p.form_step{
	margin-top: 15px;
	text-align: center;
	font-size: 1.4em;
	color: #7D7D7D;
}
#form .caution-text{
	padding: 20px;
	background: #f8f4ed;
	font-size: 12px;
	line-height: 24px;
	margin-bottom: 30px;
}
#form input[type=submit]{
	border-radius: 0;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	border: none;
	box-sizing: border-box;
	cursor: pointer;
	width: 700px;
	height: 100px;
	background: url(../img/send_btn2.webp) center center no-repeat;
	text-indent: -9999px;
    filter:alpha(opacity=100);
    -moz-opacity: 1.0;
    opacity: 1.0;
}
#form button[type=button]{
	border-radius: 0;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	border: none;
	box-sizing: border-box;
	cursor: pointer;
	width: 700px;
	height: 100px;
	background: url(../img/next_btn2.webp) center center no-repeat;
	text-indent: -9999px;
    filter:alpha(opacity=100);
    -moz-opacity: 1.0;
    opacity: 1.0;
}
#form input[type=submit]:hover{
    filter:alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}
#form input[type=button]{
	margin-top: 12px;
	border-radius: 0;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	border: none;
	box-sizing: border-box;
	cursor: pointer;
	width: 119px;
	height: 35px;
	background: url(../img/btn_jusho.webp) center center no-repeat;
	text-indent: -9999px;
    filter:alpha(opacity=100);
    -moz-opacity: 1.0;
    opacity: 1.0;	
}
#form input[type=button]:hover{
    filter:alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}

/**
1-11 footer
*******************/
footer{
	width: 100%;
	height: 132px;
	padding-top: 155px;
	background: url(../img/img_bg-footer.webp) center top repeat-x;
}
footer section{
	background: #fcfbf9;
	padding: 0 0 30px;
}
footer img{
	vertical-align: middle;
}
footer .cppyright{
	font-family: Meiryo,"メイリオ",sans-serif;
	text-align: center;
	color: #333333;
	font-size: 11px;
	padding: 2px 0;
	background: #edeae4;
}