@charset "utf-8";

/* ================ Font ================= */
@font-face {
	font-family: 'NotoSans_Regular';
	src: url('../font/NotoSansCJKjp-Regular.eot');
	src: url('../font/NotoSansCJKjp-Regular.eot?#iefix') format('embedded-opentype'),
		url('../font/NotoSansCJKjp-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'NotoSansCJKjp-Bold';
	src: url('../font/NotoSansCJKjp-Bold.eot');
	src: url('../font/NotoSansCJKjp-Bold.eot?#iefix') format('embedded-opentype'),
		url('../font/NotoSansCJKjp-Bold.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Oswald';
	src: url('../font/Oswald.eot');
	src: url('../font/Oswald.eot?#iefix') format('embedded-opentype'),
		url('../font/Oswald.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

/* ================ Reset ================= */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, var,
b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	color: #0d0d0d;
	vertical-align:baseline;
	background:transparent;
	box-sizing: border-box;
	font-weight: normal;
	font-style: normal;
}
body {
	height: 100%;
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
	font-family: 'NotoSans_Regular';
	font-size: 18px;
	letter-spacing: 0;
	line-height:1;
	overflow: hidden;
	overflow-y: scroll;
}
article, aside, dialog, figure, footer, header, hgroup, nav, section {
	display:block;
}
nav ul, ul, nav ol, ol {
	list-style:none;
}
blockquote, q {
	quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}
a {
	margin:0;
	padding:0;
	border:0;
	vertical-align:baseline;
	background:transparent;
	-webkit-tap-highlight-color:transparent;
	-webkit-tap-highlight-color:rgba( 100, 100, 100, 0.5 );
	text-decoration: none;
	color: #000;
}
a, a:before, a:after{
	-webkit-transition: all .3s cubic-bezier(0.215, 0.61, 0.355, 1);
	-moz-transition: all .3s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: all .3s cubic-bezier(0.215, 0.61, 0.355, 1)
}

img{
	vertical-align: bottom;
	border: 0;
	max-width: 100%;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
input, select {
	vertical-align:middle;
}
.cf:before,
.cf:after {
	content: " ";
	display: table;
}
.cf:after {
	clear: both;
}
.cf {
	*zoom: 1;
}

.pc{display: block;}
.sp{display: none;}
/* ==========PC=========== */
body{
	position: relative;
	min-width: 960px;
}
/* header ================ */
header{
	background: #fff;
}
header .inner{
	max-width: 960px;
	margin: 0 auto;
	position: relative;
}
header .logo{
	float: left;
	padding: 25px 0;
	margin: 0 30px 0 0;
}

header nav ul{
	display: table;
}
header nav ul li{
	height: 2em;
	display: table-cell;
	text-align: center;
	margin: 0 10px;
	vertical-align: middle;
}
header nav ul li a{
	display: block;
	vertical-align: middle;
	font-size: 14px;
	color: #003586;
	padding: 20px 10px;
	letter-spacing: -0.5px;
	line-height: 1.4;
}
header nav ul li a:hover{
	text-decoration: underline;
}

header .inner .info{
	width: 210px;
	height: 138px;
	padding: 20px;
	float: right;
	background:#ffe100;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 10
}
header .inner .info p{
	font-size: 14px;
	color: #003586;
	font-family: 'NotoSansCJKjp-Bold';
	margin: 0 0 5px;
}
header .inner .info p img{
	margin: 0 5px 0 0;
}
header .inner .info .tel{
	min-width: 170px;
	font-family: 'Oswald';
	font-weight: 700;
	font-size: 24px;
	color: #003586;
	display: block;
	margin: 0 0 15px;
	letter-spacing: 1px;
	text-align: justify;
	text-justify:inter-ideograph;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
	/* safari */
	_::-webkit-full-page-media, _:future, :root header .inner .info .tel {
		letter-spacing: 0;
		font-weight: 300;
	}
}
header .inner .info .btn_entry{
	display: block;
	font-size: 14px;
	font-family: 'NotoSansCJKjp-Bold';
	color: #003586;
	text-align: center;
	padding: 10px 0;
	position: relative;
	border: 2px solid #003586;
}
header .inner .info .btn_entry:before{
	content: "";
	display: block;
	position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -4px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #003586;
    border-right: 2px solid #003586;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
header .inner .info .btn_entry:hover{
	background: #003586;
	color: #ffe100
}
header .inner .info .btn_entry:hover:before{
    border-top: 2px solid #ffe100;
    border-right: 2px solid #ffe100;
}

/* MV ================ */
.mv{
	min-width: 960px;
	height: 600px;
	background: url("../images/bg_mv.jpg") center center ;
	background-size: cover;
	text-align: center;
	padding: 267px 0 0 0;
}
.mv h1{
	display: inline-block;
	margin: 0 -19px 0 57px;
}

/* main ================ */
main{
	min-width: 960px;
}
main section{
	background: #fff;
	padding: 0 0 80px;
}
main section .inner{
	max-width: 960px;
	position: relative;
	z-index: 1;
	margin: 0 auto;
	padding: 76px 0 0 0;
}
main section h2{
	font-family: 'NotoSansCJKjp-Bold';
	font-size: 40px;
	color: #003586;
	letter-spacing: -1px;
	position: relative;
	line-height: 1.2;
	margin: 0 0 60px;
}
main section h2:before{
	content: "";
	z-index: -1;
	display: block;
	position: absolute;
	width: 339px;
	height: 289px;
	top: -152px;
	left: -156px;
	background:url("../images/bg_ttl.png") top left no-repeat; 
}

main section h2 em{
	font-size: 52px;
	color: #003586;
}

main section h3.sttl{
	font-family: 'NotoSansCJKjp-Bold';
	font-size: 30px;
	color: #003586;
	letter-spacing: -1px;
	position: relative;
	line-height: 1.2;
	margin: 0 0 40px;
}
main section h3.sttl em{
	font-size: 42px;
	color: #003586;
}

main section strong.sttl{
	font-size: 24px;
	font-weight: 600;
	background: url("../images/bg_strong.png") bottom left repeat-x;
	margin: 0 0 20px;
	padding: 0 0 6px;
	display: inline-block;
}

main section .inner .btn_entry{
	box-sizing: border-box;
	width: 320px;
	height: 57px;
	display: block;
	font-size: 18px;
	font-family: 'NotoSansCJKjp-Bold';
	color: #fff;
	background: #003586;
	text-align: center;
	margin: 40px auto 0;
	padding: 16px 0;
	position: relative;
	border: 2px solid #003586;
}
main section .inner .btn_entry:before{
	content: "";
	display: block;
	position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -4px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
main section .inner .btn_entry:hover{
	background: #fff;
	color: #003586
}
main section .inner .btn_entry:hover:before{
    border-top: 2px solid #003586;
    border-right: 2px solid #003586;
}
/* kv_times ================ */
main .kv_times{
	background: #e60012;
	padding: 5px 0 10px 0;
}
main .kv_times p{
	text-align: center;
	font-family: 'NotoSansCJKjp-Bold';
	font-size: 32px;
	color: #fff;
	letter-spacing: 3px;
	position: relative;
	line-height: 1.2;
	margin: 0;
}
main .kv_times p em{
	font-size: 42px;
	color: #fff;
}
main .kv_times p strong{
	font-size: 64px;
	color: #fff;
}


/* sec01 ================ */
.sec01{

}
.sec01 ul li {
	width: 45.94%;
	float: left;
	position: relative;
}
.sec01 ul li:nth-child(2n+1){
	margin: 0 8.12% 0 0;
}
.sec01 ul li h3{
	position: absolute;
	right: 0;
	top: 25px;
}
.sec01 ul li p{
	width: 340px;
	padding: 40px 0 60px 0;
	line-height: 1.6;
}

/* sec02 ================ */
.sec02{
	background:url("../images/bg_sec02.png") top left; 
}
.sec02 .box{
	border: 5px solid #003586;
	background: #fff;
	padding: 35px;
	margin: 0 0 80px;
}
.sec02 h4{
	font-family: 'NotoSansCJKjp-Bold';
	font-size: 26px;
	color: #003586;
	letter-spacing: -1px;
	position: relative;
	line-height: 1.2;
	margin: 0 0 20px;
}

.sec02 .box h3{
	border-left: 5px solid #003586;
	padding: 0 0 0 10px;
	color: #003586;
	font-family: 'NotoSansCJKjp-Bold';
	font-size: 28px;
	margin: 0 0 30px;
}
.sec02 .box dl{
	display: flex;
	margin: 0 0 30px 5px;
}
.sec02 .box dl dt{
	background: #d3edfb;
	font-size: 22px;
	color: #003586;
	padding: 29px 25px;
	display: inline-block;
	position: relative;
}
.sec02 .box dl dt:before{
	content: "";
	display: block;
	position: absolute;
    right: -76px;
    top: 0;
    box-sizing: border-box;
    width: 32px;
    height: 72px;
    border: 41px solid transparent;
    border-left: 36px solid #d3edfb;
}
.sec02 .box dl dd{
	display: inline-block;
	position: relative;
	font-size: 16px;
	padding: 0 0 0 30px;
	margin: 0 15px 0 25px;
}
/*
.sec02 .box dl dd.first{
	vertical-align: top;
}
.sec02 .box dl dd.second{
	top: 10px;
}
*/
.sec02 .box dl dd p{
	margin: 0 0 2px;
}
.sec02 .box dl dd p:before{
	content: "●";
	font-size: 18px;
	display: inline-block;
	color: #ffe100;
	margin: 0 5px 0 0;
}
.sec02 .box .notice{
	font-size: 16px;
	padding: 20px 0 20px 0;
	line-height: 1.4;
}

.sec02 .box ul{
	overflow: hidden;
	margin: 0 0 20px;
}
.sec02 .box ul li {
	background: #ffe100;
	font-family: 'NotoSansCJKjp-Bold';
	font-size: 22px;
	text-align: center;
	width: 48.86%;
	float: left;
	padding: 25px;
}
.sec02 .box ul li:first-child{
	margin: 0 2.28% 0 0;
}

.sec02 .box ul li p.notice{
	font-family: 'NotoSans_Regular';
	font-size: 16px;
	padding: 10px 0 0 0;
}
.sec02 .box .txt{
	font-size: 16px;
	padding: 20px 0 0 0;
	line-height: 1.4;
}
.sec02 .img-box{
	position: relative;
	margin: 0 0 40px;
}
.sec02 .img-box.box01{
	margin: 0 0 120px;
}
.sec02 .img-box .img02{
	position: absolute;
	right: 0;
	bottom: 0;
}


.sec02 .txt02{
	line-height: 1.6;
}
/* sec03 ================ */

.sec03 .txt{
	line-height: 1.6;
	margin: 0 0 40px;
}

/* sec04 ================ */
.sec04{
	background:url("../images/bg_sec02.png") top left; 
}
.sec04 .txt{
	line-height: 1.6;
	margin: 0 0 40px;
}
.sec04 ol li{
	border: 5px solid #003586;
	margin: 0 0 10px;
	background: #fff;
	padding: 0 168px 0 0;
	position: relative;
}
.sec04 ol li:after{
	content: "";
	background: url("../images/ico_arrow.png") no-repeat;
	display: block;
	z-index: 1;
	width: 32px;
	height: 32px;
	position: absolute;
	bottom: -32px;
	left: 50%;
	margin: 0 0 0 -16px;
}
.sec04 ol li.step06:after{
	display: none;
}
.sec04 ol li.step01{
	background: url("../images/img_sec04-01.png") right 65px center no-repeat #fff;
}
.sec04 ol li.step02{
	background: url("../images/img_sec04-02.png") right 37px center no-repeat #fff;
}
.sec04 ol li.step03{
	background: url("../images/img_sec04-03.png") right 53px center no-repeat #fff;
}
.sec04 ol li.step04{
	background: url("../images/img_sec04-04.png") right 58px center no-repeat #fff;
}
.sec04 ol li.step05{
	background: url("../images/img_sec04-05.png") right 40px center no-repeat #fff;
}
.sec04 ol li.step06{
	background: url("../images/img_sec04-06.png") right 35px center no-repeat #fff;
}

.sec04 ol li span{
	width: 100px;
	background: #003586;
	color: #fff;
	font-size: 48px;
	font-family: 'Oswald';
	font-weight: 700;
	display: table-cell;
	vertical-align: middle;
	padding: 35px;
}
.sec04 ol li div{
	display: table-cell;
	vertical-align: middle;
	padding: 35px;
}
.sec04 ol li div h3{
	font-size: 32px;
	margin: 0 0 20px;
}
.sec04 ol li div p{
	font-size: 20px;
	line-height: 1.6;
}

/* sec05 ================ */
.sec05 ul{
	border-top: 1px solid #999;
	padding: 40px 0 0 0;
}
.sec05 ul li{
	border-bottom: 1px solid #999;
	padding: 0 0 40px;
	margin: 0 0 40px;
	position: relative;
}
.sec05 ul li .question{
	font-family: 'NotoSansCJKjp-Bold';
	font-size: 24px;
	color: #003586;
	background: url("../images/ico_q.png") top left no-repeat;
	padding: 8px 0 10px 70px;
	cursor: pointer;
	position: relative;
	z-index: 2;
}
.sec05 ul li .answer{
	display: none;
	line-height: 1.6;
	background: url("../images/ico_a.png") top left no-repeat;
	padding: 8px 0 10px 70px;
	margin: 30px 0 0 0;
}

.sec05 ul li .ico,
.sec05 ul li .ico span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
	cursor: pointer;
}
.sec05 ul li .ico {
	position: absolute;
	width: 30px;
	height: 30px;
	right: 0;
	top: 15px;
	z-index: 0;
}
.sec05 ul li .ico span {
	position: absolute;
    left: 6px;
    width: 50%;
	height: 2px;
    background-color: #003586;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-ms-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
}
.sec05 ul li .ico span:nth-of-type(1) {
    top: 5px;
	transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}
.sec05 ul li .ico span:nth-of-type(2) {
    top: 5px;
	transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}
/*＋、－切り替え*/
.sec05 ul li .ico.active span:nth-of-type(1) {
	display:none;
}
.sec05 ul li .ico.active span:nth-of-type(2) {
	top: 5px;
	transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

/* sec06 ================ */
.sec06{
	background:url("../images/bg_sec02.png") top left; 
}
.sec06 ol li{
	padding: 20px 0 0 97px;
	margin: 0 0 20px;
}
.sec06 ol li.li01{
	background: url("../images/img_sec06-02.png") top left no-repeat;
}
.sec06 ol li.li02{
	background: url("../images/img_sec06-03.png") top left no-repeat;
}
.sec06 ol li.li03{
	background: url("../images/img_sec06-04.png") top left no-repeat;
}
.sec06 ol li.li04{
	background: url("../images/img_sec06-05.png") top left no-repeat;
}
.sec06 ol li h3{
	font-family: 'NotoSansCJKjp-Bold';
	font-size: 24px;
	line-height: 1.2;
	margin: 0 0 15px;
	letter-spacing: -0.5px;
}
.sec06 ol li p{
	line-height: 1.8
}
.sec06 .img{
	float: right;
	margin: -50px -98px 10px 44px;
}

/* sec07 ================ */
.parallax-window {
    min-height: 460px;
    background: transparent;
}
.parallax-slider {
     top: 0;
     left: 0;
}

.sec07 .inner{
	overflow: hidden;
}
.sec07 .info{
	float: left;
}
.sec07 .info img{
	margin: 0 10px 0 0;
}
.sec07 .info address{
	padding: 20px 0 0 0;
}
.sec07 .info address .title{
	font-size: 28px;
	font-weight: bold;
	margin: 0 0 20px;
}
.sec07 .info address .title span{
	font-size: 18px;
	display: block;
}
.sec07 .info address p{
	margin: 0 0 10px;
	line-height: 1.3;
}
.sec07 .info address .tel{
	font-family: 'Oswald';
	font-weight: 700;
	font-size: 36px;
	letter-spacing: 1px;
	padding: 0 0 0 20px;
}
.sec07 .info address .fax{
	font-family: 'Oswald';
	font-weight: 700;
	font-size: 18px;
	letter-spacing: 1px;
	padding: 0 0 0 20px;
}
.sec07 .map{
	border: 5px solid #003586;
	float: right;
}

/* sec08 ================ */
.sec08{
	padding: 0 0 120px;
}
.sec08 .movie{
	max-width: 960px;
}
.sec08 .movie .video{
	width:100%;
	padding-bottom: 56.25%;
	height:0px;
	position: relative;
	background: #ccc;
}
.sec08 .movie .video iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* footer ================ */
footer{
	background: #003586;
	padding: 30px 0;
	text-align: center;
	margin: 0 0 97px;
}
footer ul{
	text-align: center;
	margin: 0 0 15px;
}
footer ul li{
	display: inline-block;
	margin: 0 13px;
}
footer ul li a{
	font-size: 14px;
	color: #fff;
	text-decoration: underline;
}
footer ul li a:hover{
	text-decoration: none;
}

footer small{
	font-size: 14px;
	color: #fff;
}

.cta{
	position: fixed;
	width: 100%;
	min-width: 960px;
	bottom: 0;
	background: #ffe100;
	z-index: 100;
}
.cta .inner{
	max-width: 960px;
	margin: 0 auto;
	padding: 20px 0;
	overflow: hidden;
}
.cta .inner h3{
	color: #003586;
	font-family: 'NotoSansCJKjp-Bold';
	font-size: 24px;
	float: left;
	line-height: 1.2;
}

.cta .inner .btn_entry{
	box-sizing: border-box;
	width: 209px;
	height: 57px;
	display: block;
	float: right;
	font-size: 18px;
	font-family: 'NotoSansCJKjp-Bold';
	color: #fff;
	background: #003586;
	text-align: center;
	padding: 16px 0;
	position: relative;
	border: 2px solid #003586;
}
.cta .inner .btn_entry:before{
	content: "";
	display: block;
	position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -4px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.cta .inner .btn_entry:hover{
	background: #fff;
	color: #003586
}
.cta .inner .btn_entry:hover:before{
    border-top: 2px solid #003586;
    border-right: 2px solid #003586;
}

.cta .inner .info{
	float: right;
	width: 372px;
	height: 57px;
	border: 2px solid #003586;
	padding: 13px 0 10px;
	text-align: center;
	margin: 0 0 0 10px;
}
.cta .inner .info a{
	display: block;
	text-align: center;
}
.cta .inner .info a img{
	margin: 0 auto;
}

@media screen and (max-width:959px) {
	body{
		overflow: scroll;
	}
}

@media screen and (max-width:480px) {
.pc{display: none;}
.sp{display: block;}
/* ======SP=======*/
body{
	min-width: 0;
	overflow: hidden;
	overflow-y: scroll;
	font-size: 14px;
}

header .logo{
	padding: 15px 0;
	float: none;
	margin: 0 0 0 8px;
}
header .logo img{
	width: 135px;
}
header .inner .info{
	width: 100%;
	height: auto;
	padding: 7px;
	float: none;
	position: static;
	overflow: hidden;
}
header .inner .info div{
	float: left;
}

header .inner .info p{
	font-size: 12px;
}
header .inner .info p img{
	margin: 0 5px 0 0;
}
header .inner .info .tel{
	font-size: 24px;
	letter-spacing: 1px;
	margin: 0;
	min-width: 0;
}
header .inner .info .btn_entry{
	width: 200px;
	float: right;
	font-size: 14px;
	padding: 12px 0;
}
header nav{
	width: 100%;
	position: fixed;
	top:0;
	display: none;
	background: #003586;
	z-index: 101;
}
header nav ul{
	display: block;
}
header nav ul li{
	height: auto;
	display: block;
	margin: 0 10px;
}
header nav ul li a{
	display: block;
	font-size: 21px;
	color: #fff;
	padding: 20px 10px;
	letter-spacing: -0.5px;
}
header nav ul li a:hover{
	text-decoration: underline;
}


#nav-toggle {
  position: fixed;
  top: 0;
  right: 0;
  height: 60px;
  cursor: pointer;
  background: #003586;
}
#nav-toggle > div {
  position: relative;
  width: 60px;
}
#nav-toggle span {
  width: 50%;
  height: 2px;
  left: 50%;
  margin: 15px 0 0 -15px;
  display: block;
  background: #fff;
  position: absolute;
	-webkit-transition: all .3s cubic-bezier(0.215, 0.61, 0.355, 1);
	-moz-transition: all .3s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: all .3s cubic-bezier(0.215, 0.61, 0.355, 1)
}
#nav-toggle span:nth-child(1) {
  top: 0;
}
#nav-toggle span:nth-child(2) {
  top: 14px;
}
#nav-toggle span:nth-child(3) {
  top: 28px;
}
.open #nav-toggle{
  background: #fff;
}
.open #nav-toggle span {
  background: #003586;
}
.open #nav-toggle span:nth-child(1) {
  top: 15px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.open #nav-toggle span:nth-child(2) {
  top: 15px;
  width: 0;
  left: 50%;
}
.open #nav-toggle span:nth-child(3) {
  top: 15px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
/* z-index */
#nav-toggle {
  z-index: 1000;
}


/* MV ================ */
.mv{
	min-width: 0;
	height: auto;
	background:none;
	padding:0;
}
.mv h1{
	display: inline-block;
	margin: 0;
}
.mv h1 .sp{
	display: inline;
}


/* main ================ */
main{
	min-width: 0;
}
main section{
	padding: 0 0 60px;
}
main section .inner{
	padding: 28px 0 0 0;
}
main section h2{
	font-size: 24px;
	line-height: 1.2;
	margin: 0 0 40px 8px;
}
main section h2:before{
	width: 227px;
	height: 193px;
	top: -70px;
	left: -105px;
	background:url("../images/bg_ttl.png") top left no-repeat; 
	background-size: 227px auto;
}
main section h2 em{
	font-size: 32px;
}

main section h3.sttl{
	font-size: 18px;
	margin: 0 0 20px 8px;
}
main section h3.sttl em{
	font-size: 27px;
}
main section strong.sttl{
	font-size: 17px;
	font-weight: 600;
	background: url("../images/bg_strong.png") bottom left repeat-x;
	padding: 0 0 1px;
	line-height: 1.6;
	display: inline;
}

/* kv_times ================ */

main .kv_times{
}
main .kv_times p{
	font-size: 24px;
}
main .kv_times p em{
	font-size: 32px;
}
main .kv_times p strong{
	font-size: 54px;
}

/* sec01 ================ */
.sec01 ul{
	margin: 0 8px;
}
.sec01 ul li {
	width: 100%;
	float: none;
	padding: 0 0 0 70px;
}
.sec01 ul li:nth-child(2n+1){
	margin: 0;
	padding: 0 70px 0 0;
}
.sec01 ul li h3{
	left: 5px;
	right: auto;
	top: 0;
	font-size: 24px;
}
.sec01 ul li:nth-child(2n+1) h3{
	right: 5px;
	left: auto;
}
.sec01 ul li p{
	width: auto;
	padding: 20px 0 40px 0;
}

/* sec02 ================ */
.sec02{
	background-size: 15px auto;
}
.sec02 .box{
	border: 4px solid #003586;
	padding: 25px;
	margin: 0 8px 40px;
}
.sec02 .box h3{
	border-left: 5px solid #003586;
	padding: 0 0 0 5px;
	font-size: 20px;
	margin: 0 0 15px;
}
.sec02 h4{
	font-size: 20px;
	padding: 0 0 0 5px;
	margin: 0 0 10px;
}

.sec02 .box dl{
	margin: 0 0 30px 0;
	display: block;
}
.sec02 .box dl dt{
	font-size: 14px;
	padding: 30px 15px;
    float: left;
    margin: 0 0 31px;
}
.sec02 .box dl dt:before{
    right: -61px;
    width: 32px;
    height: 32px;
    border: 38px solid transparent;
    border-left: 23px solid #d3edfb;
}
.sec02 .box dl dd{
	display: block;
	font-size: 13px;
	height: 78px;
	padding: 14px 0 0 25px;
	margin: 0 0 30px 90px;
}
.sec02 .box dl dd.first{
	padding-top: 0;
}
.sec02 .box dl dd.second{
	padding-top: 0;
}
.sec02 .box .notice{
	font-size: 12px;
	padding: 0 0 20px;
}


.sec02 .box ul li {
	font-size: 16px;
	width: 100%;
	float: none;
	padding: 15px 0;
}
.sec02 .box ul li:first-child{
	margin: 0 0 10px;
}
.sec02 .box ul li p.notice{
	font-size: 12px;
	padding: 10px 0 0 0;
}
.sec02 .box .txt{
	font-size: 12px;
	padding: 0;
	line-height: 1.4;
}
.sec02 .img-box{
	margin: 0 8px 20px;
}
.sec02 .img-box.box01{
	margin: 0 8px 20px;
}
.sec02 .img-box .img02{
	position: relative;
	right: auto;
	bottom: auto;
	top: -10px;
}
.sec02 .txt02{
	line-height: 1.6;
	padding: 10px 0 0 ;
}
.sec02 .cont{
	margin: 0 8px;
}

/* sec03 ================ */
.sec03 .cont{
	margin: 0 8px;
}
.sec03 .txt{
	margin: 15px 0 30px 0;
}

/* sec04 ================ */
.sec04{
	background-size: 15px auto;
}
.sec04 .cont{
	margin: 0 8px;
}
.sec04 .txt{
	margin: 15px 0 30px 0;
}
.sec04 ol{
	margin: 0 8px;
}
.sec04 ol li{
	background: #fff ! important;
	border: 4px solid #003586;
	margin: 0 0 5px;
	padding: 0;
}
.sec04 ol li:after{
	background-size: 16px auto;
	width: 16px;
	height: 16px;
	bottom: -16px;
	margin: 0 0 0 -8px;
}

.sec04 ol li span{
	width: 50px;
	font-size: 29px;
	display: table-cell;
	vertical-align: middle;
	padding: 15px;
}
.sec04 ol li div{
	padding: 15px;
}
.sec04 ol li div h3{
	font-size: 20px;
	margin: 0 0 10px;
	font-family: 'NotoSansCJKjp-Bold';
}
.sec04 ol li div p{
	font-size: 14px;
	line-height: 1.6;
}


/* sec05 ================ */
.sec05 ul{
	padding: 20px 0 0 0;
	margin: 0 8px;
}
.sec05 ul li{
	padding: 0 0 20px;
	margin: 0 0 20px;
}
.sec05 ul li:last-child{
	margin: 0;
}
.sec05 ul li .question{
	font-size: 18px;
	background-size: 35px auto;
	padding: 3px 0 10px 50px;
	line-height: 1.6;
}
.sec05 ul li .answer{
	padding: 8px 0 10px 50px;
}
.sec05 ul li .ico {
	top: 11px;
}


/* sec06 ================ */
.sec06{
	background-size: 15px auto;
}
.sec06 ol{
	margin: 0 8px;
}
.sec06 ol li{
	padding: 10px 0 0 55px;
	margin: 0 0 20px;
	background-size: 44px auto ! important;
}
.sec06 ol li h3{
	font-size: 18px;
}
.sec06 ol li p{
	line-height: 1.4
}
.sec06 .img{
	float: none;
	margin: 0;
}

/* sec08 ================ */
.sec08 .movie{
	margin: 0 8px;

}

/* sec07 ================ */
.parallax-window {
    min-height: 200px;
}
.sec07 .inner{
	overflow: hidden;
	margin: 0 8px;
}
.sec07 .info{
	float: none;
}
.sec07 .info img{
	margin: 0 10px 0 0;
}
.sec07 .info address{
	padding: 20px 0 0 0;
}
.sec07 .info address .title{
	font-size: 21px;
	margin: 0 0 10px;
}
.sec07 .info address .title span{
	font-size: 14px;
}
.sec07 .info address p{
	margin: 0 0 5px;
	line-height: 1.4;
}
.sec07 .info address .tel{
	font-size: 27px;
	letter-spacing: 1px;
	padding: 0 0 0 10px;
}
.sec07 .info address .fax{
	font-size: 14px;
	letter-spacing: 1px;
	padding: 0 0 0 10px;
}
.sec07 .map{
	border: 5px solid #003586;
	float: none;
	margin: 20px 0 0 0;
}

/* footer ================ */
footer{
	padding: 25px 0;
	margin: 0 0 156px;
}
footer ul{
	margin: 0 8px 10px;
}
footer ul li{
	display: inline-block;
	margin: 0 5px 10px;
}
footer ul li a{
	font-size: 12px;
}
footer small{
	font-size: 12px;
}

.cta{
	min-width: 0;
}
.cta .inner{
	max-width: auto;
	margin: 0 8px;
}
.cta .inner h3{
	font-size: 18px;
	float: none;
	text-align: center;
	line-height: 1.2;
	margin: 0 0 20px;
}

.cta .inner .btn_entry{
	width: calc(96% - 204px);
	height: auto;
	float: left;
	font-size: 14px;
	padding: 14px 0 15px;
}
.cta .inner .btn_entry:before{
	right: 8px;
}

.cta .inner .info{
	float: right;
	width: 204px;
	height: auto;
	padding: 5px 10px;
	margin: 0 0 0 10px;
}
.cta .inner .info p{
	font-size: 11px;
	color: #003586;
	font-family: 'NotoSansCJKjp-Bold';
	vertical-align: text-bottom;
}
.cta .inner .info a{
	font-size: 24px;
}

.cta .inner .info span{
	font-size: 9px;
	float: none;
	padding: 0 0 0 45px;
}


/* ================*/}