@charset "UTF-8";
/* CSS Document */
body{
	color: #000;
	margin: 0 auto;
	padding: 0px;
	line-height: 1em;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

*{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

img{
	border: none;
	height: auto;
}

html{
	overflow-x: hidden;
}

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

.clearfix{
	display: inline-table;
}

.clear{
	clear: both;
}

.left{
	float: left;
}

.right{
	float: right;
}

.block{
	overflow: hidden;
}

.sp_none{
	display: block;
}

.sp_only{
	display: none;
}

img{
	line-height: 1em;
	margin: 0px;
	padding: 0px;
	vertical-align: bottom;
}

a,
a img{
	transition: 0.3s;
}

a:hover img{
	opacity: 0.8;
}

a[href^="tel:"] {
	pointer-events: none;
}

input[type="submit"] {
	-webkit-appearance: none;
	border-radius: 0;
}

/*----------------------------contents----------------------------*/

#mainimg{
	height: 750px;
	background-image: url(../image/mainimg.jpg);
	background-size: cover;
	background-position: center center;
}

#mainimg h1{
	text-align: center;
	padding-top: 250px;
	padding-left: 600px;
}

.width1000{
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
}

.width1050{
	width: 1050px;
	margin: 0 auto;
	overflow: hidden;
	padding-top: 30px;
}

.width1050 p{
	line-height: 1.8em;
	color:#fff;
	width: 490px;
	padding-left: 25px;
	padding-top: 25px;
}

.width1050 p span{
	font-size: 23px;
	display: block;
	padding-bottom: 20px;
}

#side{
	position: fixed;
	top: 200px;
	right: 0px;
}

#sec01{
	background-color: #009e9e;
	padding: 25px 0px 65px;
}

#sec02{
	background-image: url(../image/bg1.jpg);
	padding: 55px 0px 70px;
	background-size: cover;
}

#graph{
	text-align: center;
}

#sec03{
	background-image: url(../image/bg3.jpg);
	background-size: cover;
	background-position: center center;
	padding: 50px 0px 55px;
}

#introduction{
	background-image: url(../image/bg2.jpg);
	background-position: center bottom;
	background-size: cover;
	padding-top: 45px;
	padding-bottom: 100px;
}

p.readtxt{
	color:#fff;
	font-size: 12px;
	line-height: 1.6em;
	padding-top: 20px;
	padding-bottom: 50px;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

.common_btn{
	text-align: center;
}

.times{
	border: 1px solid #004246;
	margin-bottom: 30px;
}

.times span{
	color:#ffa200;
	display: block;
	font-size: 33px;
	line-height: 1.4em;
	text-align: center;
	background-color: #004246;
	margin: 5px;
	padding: 15px 0px 13px;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

#course{
	text-align: center;
	padding: 65px 0px 40px;
}

#flow{
	background-color: #e2e2d4;
	text-align: center;
	margin-top: 65px;
	padding: 30px 0px 80px;
}

#flow_img{
	/*width: 1000px;
	height: 1210px;
	background-image: url(../image/flow.jpg);
	background-size: 1000px 1210px;*/
	margin: 0 auto;
	position: relative;
	width: 1000px;
	margin: 0 auto;
}

#flow_img div{
	position: absolute;
	text-align: left;
	top: 300px;
	left: 140px;
}

#ti_ttl{
	text-align: center;
	padding-bottom: 45px;
}

#sec03_btn{
	text-align: center;
	padding-top: 40px;
}

#sec03_btn img{
	margin: 0px 15px;
}

#sec03_tbl{
	margin: 0 auto;
	width: 1010px;
}

#sec03_tbl th{
	padding: 10px 0px 7px 15px;
	color:#ffffff;
	width: 300px;
	text-align: left;
	font-weight: 400;
	line-height: 1.6em;
	vertical-align: top;
	background-color: rgba(23,28,97,0.8);
}

#sec03_tbl td{
	padding: 10px 0px 7px 15px;
	color:#ffffff;
	line-height: 1.6em;
	background-color: rgba(35,24,21,0.8);
}

.btm_ttl{
	padding-top: 50px;
	margin-bottom: 30px;
}

.btm_ttl p{
	display: inline-block;
	font-size: 34px;
	line-height: 34px;
	font-weight: bold;
	padding-top: 20px;
	padding-left: 10px;
	vertical-align: top;
}

.btm_ttl img{
	vertical-align: top;
	padding-top: 10px;
}

p.btm_subttl{
	font-size: 20px;
	line-height: 20px;
	font-weight: bold;
	padding: 45px 0px 30px;
}

p.btm_subttl img{
	margin-right: 10px;
}

p.btm_subtxt{
	line-height: 1.8em;
	border-bottom: 1px solid #000;
	padding-bottom: 40px;
	font-size: 14px;
}

.common_btn_btm{
	padding-top: 70px;
	padding-bottom: 40px;
}

h2.main_ttl{
	width: 1000px;
	margin: 0 auto;
}

h2.main_ttl p{
	text-align: center;
	color:#fff;
	font-size: 40px;
	line-height: 40px;
	padding-top: 15px;
	font-weight: 400;
}

h2.main_ttl p span#t1{
	font-size: 30px;
	line-height: 30px;
	display: block;
	padding-top: 10px;
}

h2.main_ttl p span#t2{
	font-size: 18px;
	line-height: 18px;
	display: block;
	padding-top: 25px;
}

#mapimg{
	text-align: center;
	padding: 40px 0px 70px;
}

.othr_cont{
	margin-top: 55px;
	position: relative;
	min-height: 500px;
}

.cont1 .pic{
	float: left;
}

.othr_cont .cont{
	width: 482px;
}

.othr_cont .cont_r{
	position: absolute;
	right: 0px;
	top: 5px;
}

.othr_cont .cont_l{
	position: absolute;
	left: 0px;
	top: 5px;
}

.othr_cont .cont p.t1{
	font-size: 18px;
	line-height: 18px;
	color:#9ba43b;
}

.othr_cont .cont p.t2{
	font-size: 30px;
	line-height: 30px;
	padding: 20px 0px;
	color:#fff;
}

.othr_cont .cont p.t3{
	font-size: 20px;
	line-height: 20px;
	padding: 35px 25px 0px;
	box-sizing: border-box;
}

.othr_cont .cont p.t3 span{
	border-bottom: 1px solid #939e37;
	padding-bottom: 15px;
	display: block;
}

.othr_cont .cont p.t4{
	font-size: 14px;
	line-height: 1.6em;
	padding: 15px 25px;
	background-color: #fff;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	border: 1px solid #d9cfcb;
	border-top: none;
	box-sizing: border-box;
}

.cont_r p.t1,
.cont_r p.t2,
.cont_r p.t3{
	text-align: right;
}

.cont_r .bg{
	background: url(../image/intro_bg1_top.png) no-repeat left top;
	box-sizing: border-box;
}

.cont_l .bg{
	background: url(../image/intro_bg2_top.png) no-repeat right top;
	box-sizing: border-box;
}

.btm_cont{
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}


#copyright{
	border-top: 1px solid #000;
}

#copyright address{
	width: 1000px;
	margin: 0 auto;
	font-style: inherit;
	font-size: 12px;
	padding: 20px 0px;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

p#address_t{
	padding: 15px 0px 20px;
	font-size: 15px;
}

#contact_t th{
	width: 175px;
	font-weight: 400;
	font-size: 15px;
	line-height: 30px;
	background-color: #000;
	color:#fff;
}

#contact_t td{
	font-size: 24px;
	line-height: 24px;
	text-align: left;
	font-weight: bold;
	padding-left: 20px;
}

.bus_t{
	padding-bottom: 40px;
}

.bus_t .l_1{
	padding: 10px 30px 0px;
	font-size: 31px;
	line-height: 1.2em;
	font-weight: bold;
}

.bus_t .l_1 span{
	display: block;
	font-size: 20px;
}

.bus_t .l_2{
	font-size: 15px;
	line-height: 1.6em;
	padding-top: 10px;
}

.ftr_btm p{
	font-size: 14px;
	padding: 15px 0px 0px;
	float: left;
}

.ftr_btm p a{
	color:#000;
	text-decoration: none;
}

.ftr_btm p a:hover{
	text-decoration: underline;
}

.ftr_btm a#pagetop{
	float: right;
	width: 250px;
	display: block;
	text-align: center;
	line-height: 45px;
	border-left: 1px solid #000;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	color:#000;
	text-decoration: none;
}

.ftr_btm a:hover#pagetop{
	background-color: #000;
	color:#fff;
}

#detail_t{
	background-color: #fff6d1;
	padding: 20px 35px;
	margin-bottom: 40px;
}

#detail_t p#t1{
	color:#c30000;
	font-weight: bold;
	padding-bottom: 10px;
}

#detail_t p#t2{
	font-size: 14px;
	padding-top: 10px;
}

.t_main p#t_1{
	color:#c30000;
	font-weight: bold;
	font-size: 30px;
	line-height: 1.4em;
}

.t_main p#t_1 span{
	display: inline-block;
	font-size: 18px;
	padding-right: 3px;
}

.t_main p#t_2{
	color:#c30000;
	font-weight: bold;
	padding: 10px 15px 0px;
	font-size: 20px;
	line-height: 1.4em;
}

.t_main p#t_2 span{
	display: inline-block;
	font-size: 18px;
	padding-right: 3px;
}

.t_main p#t_3{
	
}

.t_main p#t_3 span#s1{
	width: 80px;
	line-height: 40px;
	display: inline-block;
	text-align: center;
	color:#fff;
	background-color: #ab9f00;
	vertical-align: top;
}

.t_main p#t_3 span#s2{
	line-height: 1.4em;
	font-size: 14px;
	padding-left: 10px;
	display: inline-block;
	vertical-align: top;
}

/*-------　サイドバナー  -------*/

ul#fixed-area{
	width: 43px;
    float: right;
    position: fixed;
    right: 0;
    top: 0;
}
ul#fixed-area li{
	height:127px
}

ul#fixed-area li:last-child{
	margin-top: 52px;
}

/* 表示画像の高さ ÷ 表示画像の幅 × 100 */
/*.top_img {
	height: 0;
    padding-top: 58.6%;
    background: url(../images/main.jpg) 0 0 no-repeat;
    background-size: contain;
}*/


/*-------　footer  -------*/
.blue {
    background: #00004c;
}

.footer_info {
    width: 100%;
    padding-top: 40px;
}

.footer_info_inner {
		max-width: 1000px;
    width: 100%;
		margin: 0 auto;
}

p.top_imgarea2_inner{
	padding-top:35px;
	float:right;
	margin-right:10px;
}
p.top_imgarea3{
	text-align:center;
	margin-bottom:65px;
}
p.top_imgarea4{
	text-align:center;
	margin-bottom:120px;
}
p.top_imgarea5{
	text-align:center;
	padding-bottom:110px;
}
p.top_imgarea6{
	text-align:center;
	margin-bottom:30px;
}
.top_imgarea7{
	width:1000px;
	height:360px;
	background:url(../images/en/top_img11.png) no-repeat;
	margin:0 auto;
}
p.top_imgarea8{
	margin: 0 0 0 125px;
    padding-top: 105px;
}
p.top_imgarea9{
	text-align:center;
}
.top_imgarea10{
	width:100%;
	background-size:cover;
	background-image:url(../images/top_img16.jpg);
}
p.top_imgarea11{
	text-align:center;
	padding-bottom:55px;
}
.top_imgarea10inner{
	width:1000px;
	overflow:hidden;
	margin:0 auto;
	padding-bottom:70px;
}
p.top_imgarea10inner_img{
	float:left;
	margin-left: 27px;
}
p.top_imgarea10inner_img:first-child {
	margin-left: 0;
}
p.top_imgarea12{
	text-align:center;
	margin-bottom:16px;
}
p.top_imgarea13 {
	width: 1000px;
	margin: 0 auto 65px auto;
	text-align: right;
}
.top_adjust{
	width:100%;
	margin:0 auto;
}
.top_area13{
	width:1000px;
	margin:0 auto 30px;
}

.top_area13 h3{
	font-size:30px;
	color: #fff;
	display: flex;
	align-items: center;
	line-height: 1;
}

.top_area13 h3:after{
    border-top: 1px solid #fff;
    content: "";
    flex-grow: 1;
    margin-left: 30px;
}
p.top_imgarea14{
	color:#fff;
	width:1000px;
	margin:0 auto;
	padding-bottom:100px;
	font-size:12px;
	line-height:25px;
}
p.page_top{
	width:250px;
	height:40px;
	margin-left: auto;
}
p.page_top span{
	margin-left:15px;
}
p.page_top a{
	display:block;
	color:#fff;
	text-decoration: none;
	border:1px solid #fff;
	border-bottom:none;
	text-align:center;
	font-size:16px;
	line-height:40px;
}

p.page_top a:hover{
	display:block;
	color:#999;
}
footer{
	width:100%;
	height:30px;
	border-top:1px solid #fff;
	padding-top:25px;
	padding-bottom:15px;
	background: #00004c;
}
.fot_area{
	width:1000px;
	margin:0 auto;
}
.fot_area{
	max-width:1000px;
	width: 100%;
	margin:0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
p.copyright{
	color:#fff;
	font-size: 12px;
}
ul.fot_inner{
	width:500px;
	display: flex;
	justify-content: flex-end;
}
ul.fot_inner li{
	color:#fff;
	font-weight:bold;
	width:33.3%;
	font-size:16px;
	text-align:center;
	border-right:1px solid #fff;
}
/*ul.fot_inner li:last-child{
	width:20%;
	text-align:center;
}
ul.fot_inner li:nth-child(2){
	width:35%;
}
ul.fot_inner li:first-child{
	width:25%;
	text-align:right;
	border:none;
}*/
ul.fot_inner li a{
	display:block;
	color:#fff;
	text-decoration: none;
}
ul.fot_inner li a:hover{
	color:#999;
}

