@charset "utf-8";
/* CSS Document */
/* 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, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section , small {display: block;}
body {line-height: 1;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: '';content: none;}
table {border-collapse: collapse;border-spacing: 0;}
a{text-decoration: none;}
html, body{letter-spacing: 0.1em; line-height: 1.5em;}
/* clearfix */
.clearfix:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}
.clearfix { display: inline-block; }
/* Hides from IE-mac \*/
* html .clearfix { height: 1% }
.clearfix { display:block; }
/* End hide from IE-mac */


html{
    font-size: 62.5%;
}
body{
    font-size:1.6rem;/* 16px*/
	font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', YuGothic, 'Yu Gothic Medium', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
    line-height: 2;
}
/* ____________________________________________ */
/* _____________________________ Contents _____ */
/* ____________________________________________ */
.wrapper {
	position: relative;
	min-width: 320px;
	overflow: hidden;
}
/* _______________________________ header _____ */
header#headerArea {
	box-sizing: border-box;
	position: fixed;
	width: 100%;
	height: 60px;
	min-width: 320px;
	top: 0px;
	left: 0px;
	background-color: #fff;
	text-align: left;
	z-index: 9998;
	padding: 10px;
}
header#headerArea .logo {
	float: left;
	width: 185px;
}
header#headerArea .logo img {
	width: 100%;
	height: auto;
	margin: 0;
}
header#headerArea h1 {
	float: left;
	margin-left: 20px;
	font-size: 80%;
	letter-spacing: 0;
}
header#headerArea .entry {
	font-family: ten-mincho, serif;
	margin: 0;
	position: absolute;
	top: 0;
	right: 55px;
	height: 100%;
}
header#headerArea .entryBtn a {
	background: #359fda; /* Old browsers */
	background: -moz-linear-gradient(left, #359fda 0%, #00578f 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #359fda 0%, #00578f 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #359fda 0%, #00578f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#359fda', endColorstr='#00578f', GradientType=1); /* IE6-9 */
	color: #fff;
	display: block;
	box-sizing: border-box;
	padding: 15px;
	height: 100%;
}
.drawerBox{height: 100%;}

.drawer-hamburger {
	margin: 0 !important;
	background-color: #070202;
}
ul.drawer-menu{
	margin-top: 70px;
}
.drawer-menu-item{
	font-family: ten-mincho, serif;
	font-weight: 100;
	font-size: 120%;
	padding:10px 30px;
}

/* _________________________________ main _____ */
main {margin-top: 60px;}
.topImage {position: relative;}
.mainImg img {
	width: 100%;
	height: auto;
}
.mainTxt {
	width: 100%;
	position: absolute;
	top: 15%;
	left: 0%;
}
.topImage h1 {
	font-family: heisei-kaku-gothic-std, sans-serif;
	font-weight: 100;
	font-size: 150%;
	text-align: center;
	line-height: 1.5em;
}
.topImage h2 {
	width: 100%;
	font-family: din-2014, sans-serif;
	font-size: 300%;
	text-align: center;
	line-height: 1.5em;
	letter-spacing: 0;
	font-weight: bold;
	color: #0e2b4c;
	margin-top: 1em;
}

p.topCopy {
	text-align: center;
	line-height: 1.5em;
	margin-top: 3em;
	letter-spacing: 0;
	width: 100%;
}
p.txtCopy{display: none;}
p.bottomCopy {
	text-align: center;
	font-family: heisei-kaku-gothic-std, sans-serif;
	font-weight: 100;
	margin: 50px;
}
/* ________________________________ block _____ */
/* _____ block01 _____ */
.block01{margin-bottom: 50px;}
.block01 h3 {
	font-family: ten-mincho, serif;
	text-align: center;
	margin: 30px 0;
	font-size: 150%;
}
.block01 .blockBox{
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.block01 .blockBox .box {
	font-family: heisei-kaku-gothic-std, sans-serif;
	width: 25%;
	position: relative;
}
.block01 .box img {width: 100%;}
.block01 .box h4 {
	font-size: 16px;
	writing-mode: vertical-rl;
	width:auto;
	background: #323333;
	margin: 0;
	padding: 10px;
	color: #fff;
	position: absolute;
	top: 0;
	left: calc(95% - 55px);
}
.block01 .box p {
	margin: 0;
	font-size: 12px;
	letter-spacing: 0.2em;
	font-weight: 100;
}
.block01 .box figure {
	margin: 0;
	padding: 0;
	font-size: 0;
}
.block01 .box figure img{
	margin: 0;
}

.block01 .box p {
	writing-mode: vertical-rl;
	position: absolute;
	top: 20px;
	right:55px;
	right: calc(5% + 55px);
}
@media screen and (min-width: 768px){
}
/* _____ block02 _____ */
.block02{margin: 50px auto;}
.block02 h3 {
	margin: 0 auto 3em;
	font-family: ten-mincho, serif;
	text-align: center;
	font-size: 150%;
}
.block02 p {
	font-family: heisei-kaku-gothic-std, sans-serif;
	font-weight: 100;
	width: 100%;
	text-align: center;
}
/* _____ block03 _____ */
.block03{margin-bottom: 50px;}
.block03 .box {
	position: relative;
}
.block03 .box img {
	width: 100%;
	height: auto;
}
.block03 h3 {
	background: #E8E8E7;
	position: absolute;
	top: calc(50% - 2.5em);
	left: calc(50% - 7.5em);
	width: 15em;
	padding: 1em;
	font-family: ten-mincho, serif;
	font-size: 19px;
	text-align: center;
}
.block03 p {
	font-family: heisei-kaku-gothic-std, sans-serif;
	font-weight: 100;
	width: 100%;
	text-align: center;
	margin-top: 1.5em;
	line-height: 2em;
}
.block03 p.copyTxt {
	font-family: ten-mincho, serif;
	font-size: 1.3em;
}
.block03 p span {
	font-size: 1.3em;
}
/* _____ block04 _____ */
.block04{
	margin-bottom: 50px;
	position: relative;
}
.block04 figure {
	padding: 0;
	margin: 0;
}
.block04 figure.box00 {
	width: 100%;
	margin-bottom: 100px;
}
.block04 figure.box01 {
	position: absolute;
	top: 10%;
	left: 15%;
	width: 32%;
}
.block04 figure.box02 {
	position: absolute;
	top: 20%;
	left: 60%;
	width: 22%;
}
.block04 figure.box03 {
	position: absolute;
	top: 40%;
	left: 50%;
	width: 15%;
}
.block04 figure.box04 {
	position: absolute;
	top: 65%;
	left: 55%;
	width: 18%;
}
.block04 figure.box00 img, .block04 figure.box01 img, .block04 figure.box02 img, .block04 figure.box03 img, .block04 figure.box04 img {
	width: 100%;
}
.block04 p {
	position: absolute;
	top: 65%;
	left: 18%;
	width: 32%;
}
/* _____ block05 _____ */
.block05 {
	background-image: url("../images/bg_block05.png");
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 60%;
	margin-bottom: 50px;
}
.block05 h2 {
	width: 60%;
	float: right;
	background: #313333;
	color: #fff;
	padding: 1em;
	font-family: ten-mincho, serif;
	font-size: 1.3em;
}
.block05 h2 span {
	font-family: heisei-kaku-gothic-std, sans-serif;
	font-weight: 100;
}
.block05 .inner {
	width: 55%;
	margin: 20px auto;
}
.block05 ul {
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.block05 ul li {
	width: 45%;
	margin: 2%;
}
.block05 ul li:last-child {
	width: 94%;
	margin: 2% auto;
}
.block05 ul li img {
	border: #3E3F3F 2px solid;
	width: 100%;
}
.block05 p {
	text-align: center;
}
/* _____ block06 _____ */
.block06{margin-bottom: 50px;}
.block06 h2 {
	text-align: center;
	margin: 50px auto;
	font-family: ten-mincho, serif;
	font-size: 1.5em;
}
.block06 h2 span {
	padding: 10px 0;
	box-sizing: border-box;
	border-bottom: #294B96 2px solid;
}
.block06 table {
	width: 100%;
	margin: 0 auto;
}
.block06 table th {
	width: 30%;
	text-align: left;
	background: #E5E4E3;
	padding: 10px;
	border-top: #312E2D 2px solid;
	border-right: #fff 2px solid;
}
.block06 table td {
	padding: 10px;
	background: #F7F6F6;
	border-top: #fff 2px solid;
}
/* tab */
.tab-content{
	width: 60%;
	margin: 0 auto;
}
.tab-content input[type="radio"] {display: none;}

.tab-content label {
	font-family: ten-mincho, serif;
	display: inline-block;
	padding:10px 0;
	margin: 0 0 30px;
	font-weight: bold;
	font-size:1.5rem;
	color:#333333;
	text-align:center;
	width:50%;
	background-color:#D5D6D6;
	cursor: pointer;
}
.tab-content label:hover,
.tab-content input[type="radio"]:checked + label {
color: #FFF;
background-color:#294B96;
}

.tab-content .tab-box {
width:100%;
height: auto;
padding:0;
}

.tab-content > .tab-box > div {display: none;}
#tab1:checked ~ .tab-box > #tabView1 {display: block;}
#tab2:checked ~ .tab-box > #tabView2 {display: block;}

/* _____ block07 _____ */
/* h2 */
.block07 h2 {
	background-image: url("../images/bg_block07_h2.png");
	background-position: left center;
	background-repeat: no-repeat;
	background-size: cover;
	font-family: ten-mincho, serif;
	font-size: 1.5em;
	color: #fff;
	width: 60%;
	line-height: 1.5em;
	z-index: 5;
	/* 正方形にするのに必要な部分 */
	height: auto;
	position: relative;
}
.block07 h2:before {
	content: "";
	display: block;
	padding-top: 100%; /* ここを100％にすることで正方形になる */
}
.block07 h2 span {
	/* 正方形にするのに必要な部分 */
	display: block;
	position: absolute;
	top: calc(50% - 1.5em);
	left: 0;
	width: 100%;
	/* 中央寄せ */
	text-align: center;
	padding: 2px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
/* 高さの中央揃えに必要な部分 */
.block07 h2 span:before {
	content: "";
	height: 100%;
	vertical-align: middle;
	width: 0px;
	display: inline-block;
}
.block07 h2 span > * {
	vertical-align: middle;
	display: inline-block;
}

.block07{
	background-image: url("../images/bg_block07.png");
	background-position: top left;
	background-repeat: no-repeat;
	background-size:contain;
	margin: 50px auto;
}
.block07 .txtBox{
	float: left;
	margin-left: 10%;
	width: 35%;
}
.block07 .txtBox p{
	margin-top: 100px;
}

.block07 figure.imgBox{
	float: right;
	width: 52%;
	margin-top: 100px;
}
.block07 figure.imgBox img{
	width: 100%;
}

/* _____ block08 _____ */
.block08 {
	width: 60%;
	margin: 50px auto;
}
.block08 h2 {
	text-align: center;
	margin: 50px auto;
	font-family: ten-mincho, serif;
	font-size: 2em;
}
.block08 h2::after {
	content: "";
	display: block;
	width: 10%;
	margin: 0 auto;
	text-align: center;
	padding: 10px 0;
	box-sizing: border-box;
	border-bottom: #294B96 2px solid;
}
.block08 dt {
	background: #EEE990;
	font-family: ten-mincho, serif;
	padding: 10px;
	box-sizing: border-box;
}
.block08 dt::before {
	content: "Q.";
	font-family: ten-mincho, serif;
	color: #1BB38A;
	margin-right: 0.5em;
}
.block08 dd {
	padding: 10px;
	text-indent: -2em;
	box-sizing: border-box;
	margin-top: 1em;
	margin-bottom: 1.5em;
	margin-left: 2em;
}
.block08 dd::before {
	content: "A.";
	font-family: ten-mincho, serif;
	color: #E06F14;
	margin-right: 0.5em;
}
/* _____ block09 _____ */
.block09 {
	margin: 50px auto;
	padding: 50px;
	background-image: url("../images/bg_block09.png");
	background-position: left center;
	background-repeat: no-repeat;
	background-size: cover;
}
.block09 p {
	font-family: ten-mincho, serif;
	text-align: center;
	color: #fff;
}
.block09 p.copy {
	font-size: 1.3em;
}

.block09 p a {
	display: block;
	background: #359fda; /* Old browsers */
	background: -moz-linear-gradient(left, #00578f 0%, #359fda 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #00578f 0%, #359fda 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #00578f 0%, #359fda 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#359fda', endColorstr='#00578f', GradientType=1); /* IE6-9 */
	color: #fff;
	padding: 15px;
	margin: 1em auto;
	width: 20em;
	border-radius: 40px;
}
.block09 p a span {
	background-image: url(../images/arrow.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 1em;
	padding-left:3em;
	margin-left:-1.5em;
}

/* _______________________________ footer _____ */
footer#footerArea {
	box-sizing: border-box;
	padding: 10px;
}
footer#footerArea ul {
	display: flex;
	flex-wrap: wrap;
	width: 50%;
	margin-left: 20%;
}
footer#footerArea ul li {
	width: 180px;
	line-height: 1em;
	box-sizing: border-box;
	text-align: center;
	border-left: 1px solid #d5d5d5;
	border-right: 1px solid #d5d5d5;
}
footer#footerArea ul li + li {
	border-left: 0;
	border-right: 1px solid #d5d5d5;
}
footer#footerArea ul li a {
	color: #333;
	font-size: 80%;
}
footer#footerArea ul li a:hover {
	text-decoration: underline;
}
footer#footerArea .footerBox {
	box-sizing: border-box;
	padding: 15px;
	margin: 20px auto;
	border-top: #DADADA 1px solid;
	border-bottom: #DADADA 1px solid;
}
footer#footerArea p, footer#footerArea small {
	width: 60%;
	margin: 0 auto;
	text-align: right;
	font-size: 80%;
}


/* ******************************************** */
/* ___________________________________ SP _____ */
/* ******************************************** */
@media screen and (max-width: 1024px) {
/* _____ block01 _____ */
.block01 .box h4 {
	box-sizing: border-box;
	max-height: 95%;
	padding: 0.5em;
}
/* _____ block04 _____ */
.block04 p {
    position: absolute;
    top: 55%;
    left: 5%;
    width: 50%;
}
}
@media screen and (max-width: 860px){
p.topCopy{display: none;}
p.txtCopy {
	text-align: center;
	line-height: 1.5em;
	margin-top: 3em;
	letter-spacing: 0;
	width: 90%;
	margin:50px auto;
}
}

@media screen and (max-width: 768px){
/* _______________________________ header _____ */
header#headerArea h1{display: none;}
.topImage h1 {font-size: 120%;}
.topImage h2 {font-size: 200%;}
/* ________________________________ block _____ */
/* _____ block01 _____ */
.block01 .blockBox .box {width: 50%;}
.block01 .box p {width: 95%; margin: 0px auto 15px;}
/* _____ block02 _____ */
.block02 p {
	width: 90%;
	margin: 5px auto;
}
/* _____ block03 _____ */
.block03 .box{
	background-image: url("../images/ttl_block03.png");
	background-position: center top;
	background-repeat: no-repeat;
	background-size:contain;
	padding: 20px 0;
	text-align: center;
}

.block03 figure {display: none;}
.block03 h3 {
	position:relative;
	top: auto;
	left: auto;

	font-size: 15px;
	margin: 0 auto;
}

.block03 p {
	width: 90%;
	margin-right: auto;
	margin-left : auto;
	text-align: left;
}
.block03 p span {
	font-size: 1.2em;
}
/* _____ block04 _____ */
.block04 {
	margin: 20px auto 50px;

	position: relative;
	background-image: url("../images/bg_block04_sp.png");
	background-position: center top;
	background-repeat: no-repeat;
	background-size:contain;
}
.block04 figure {display: none;}
.block04 p {
	position:relative;
	top: auto;
	left: auto;
	width: 80%;
	margin: 50% auto 0;
}

/* _____ block05 _____ */
.block05 .inner {width: 85%;}
/* _____ block06 _____ */
.block06 table {width: 90%;}
.tab-content {width: 90%;}
/* _____ block07 _____ */
.block07 .txtBox{
	margin-left: 5%;
	width: 40%;
}
.block07 .txtBox p{margin-top: 50px;}
.block07 figure.imgBox{
	width: 52%;
	margin-top: 100px;
}
/* _____ block08 _____ */
.block08 {width: 90%;}
.block08 h2 {margin:20px auto;}
/* _____ block09 _____ */
.block09 {}
/* _______________________________ footer _____ */
footer#footerArea {}
footer#footerArea ul {
	width: 90%;
	margin: 20px auto;
}
footer#footerArea ul li {
	widht: -webkit-calc(100% / 3);
	width: -moz-calc(100% / 3);
	width: calc(100% / 3);
}
footer#footerArea p,
footer#footerArea small {
	width: 90%;
	margin: 0 auto;
}
}
@media screen and (max-width: 640px){
body{
    font-size:1.4rem;
}
/* _______________________________ header _____ */
header#headerArea {}
header#headerArea .logo {width: 30%;}
header#headerArea .logo img{width: 100%;}
header#headerArea .entry{width: 40%;}
header#headerArea .entryBtn a{}
.mainTxt {
	top: 15%;
	left: 0%;
}
.topImage h1 {
	font-size: 100%;
	line-height: 1.5em;
}
.topImage h2 {
	font-size: 150%;
	line-height: 1.5em;
}
/* ________________________________ block _____ */
/* _____ block01 _____ */
.block01 {}
/* _____ block02 _____ */
.block02 {}
/* _____ block03 _____ */
.block03{}
.block03 .box{
	background-size:cover;
}
/* _____ block04 _____ */
.block04 {}
/* _____ block05 _____ */
.block05 ul {display:block;}
.block05 ul li,
.block05 ul li:last-child {
	width: 90%;
	margin: 10px auto;
}
.block05 p {
	width: 90%;
	margin: 10px auto;
}
/* _____ block06 _____ */
.block06 h2 {}
/* _____ block07 _____ */
/* h2 */
.block07 h2 {width: 60%;}
.block07{
	background-position: 20% 0%;
	background-size:200%;
}
.block07 .txtBox,
.block07 figure.imgBox{
	float: none;
	margin:10px auto;
	width: 90%;
}
.block07 .txtBox p{margin-top: 50px;}
/* _____ block08 _____ */
.block08 {}
/* _____ block09 _____ */
.block09 {}
/* _______________________________ footer _____ */
footer#footerArea {}
}
@media screen and (max-width: 414px){
/* _______________________________ header _____ */
	header#headerArea {}
	header#headerArea .logo {}
	header#headerArea .logo img{}
	header#headerArea .entry{width: 40%; font-size: 80%;}
	header#headerArea .entryBtn a{padding:5px 15px;}

.mainTxt {
    top: 5%;
    left: 0%;
}
.topImage h1 {
    font-size: 90%;
    line-height: 1.5em;
}
.topImage h2 {
    font-size: 150%;
    line-height: 1.5em;
}

.block01 .blockBox .box {width: 90%;}
.block01 .box p { font-size: 120%;}
.block09 p a {
	box-sizing: border-box;
    width: 100%;
}
/* _______________________________ footer _____ */
footer#footerArea ul li {
	margin: 5px 0;
	width: 50%;
}
footer#footerArea ul li:last-child {
	border-left: 1px solid #333;
}


}




.block01,.block02,.block03,.block04,.block05,.block06,.block07,.block08{
	margin-top:-60px;
	padding-top:60px;
}

