 @charset "utf-8";
/******************************************************************
Theme Name: ketsu1
------------------------------------------------------------------*/
.sticky {}          /* DO NOT EDIT THIS */
.gallery-caption {} /* THESE ARE USELESS */
.bypostauthor {}    /* THEY ARE ONLY TO KEEP THEME CHECK HAPPY */
.admin-bar header {top: 46px !important;}
.admin-bar .mean-container .mean-bar {top: 46px !important;}
@media screen and (min-width:1000px) {
.admin-bar header {top: 32px !important;}
}

html { font-size: 62.5% !important;overflow: auto;} /* 10px */
body {
	font-family: "noto-sans-cjk-jp", sans-serif;
    font-weight: 400;
	font-size: 1.8rem;
	margin:0;
	padding: 0 0 0 0;
	color:#333;
	position: relative;
	font-feature-settings: "palt";
	overflow:hidden;
	overflow:clip; 
}

.noto_reg {
    font-family: "noto-sans-cjk-jp", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.noto_med {
    font-family: "noto-sans-cjk-jp", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.noto_bold {
    font-family: "noto-sans-cjk-jp", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.din_reg {
	font-family: "din-2014", sans-serif;
	font-weight: 400;
	font-style: normal;
}

.din_demi {
	font-family: "din-2014", sans-serif;
	font-weight: 600;
	font-style: normal;
}

.din_bold {
	font-family: "din-2014", sans-serif;
	font-weight: 700;
	font-style: normal;
}




a {
	-webkit-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
	color:#333;
	text-decoration: none;
}
a:hover {opacity: 0.8;}
.anc{
   display: block;
   margin-top:-120px;
   padding-top:120px;
}


img {max-width:100%; vertical-align: bottom;-webkit-backface-visibility: hidden;}
.disp_sp {display:none;}
.disp_pc {display:block;}

#loading {
  height: 100%;
  width: 100vw;
  background: #fff;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}


a.anchor{
    display: block;
    padding-top: 100px;
    margin-top: -100px;
    z-index:0;
    position:relative;
}

@media screen and (max-width:768px) {
	body {
		padding: 0 0 0 0;
    	font-size: 1.4rem;
	}
	.disp_sp {display:block;}
	.disp_pc {display:none;}
}


ul.sp_footnav{
	display:none;
}

.bnt_to-contact {
	position:fixed;
	top:360px;
	right:0;
	width:100px;
	z-index:10;
}

.bnt_to-konnnakanzi {
	position:fixed;
	bottom:0;
	right:100px;
	width:510px;
	z-index:10;
	margin:0;
	padding:20px;
	background:#EBE9DE;
	border-radius:12px 12px 0 0;
}

@media screen and (max-width:768px) {
	ul.sp_footnav{
		display:block;
		background:#61864D;
		display:flex;
		flex-wrap:nowrap;
		justify-content:space-between;
		position:fixed;
		bottom:0;
		left:0;
		width:100%;
	}
	ul.sp_footnav li {
		width:50%;
	}
	ul.sp_footnav li a {
		display:block;
		background:#61864D;
		text-align:center;
		height:67px;
		padding:14px 0 0 0;
	}
	ul.sp_footnav li:last-of-type a {
		display:block;
		background:#B4A865;
	}
	ul.sp_footnav li img {
	}

	.bnt_to-contact {
		display:none;
	}

.bnt_to-konnnakanzi {
position:fixed;
	bottom:70px;
	right:auto;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	width:310px;
	padding:0;
	background:none;
}

}


/***************/
/* header */
/***************/
#header {
	top:0;
	height:97px;
	z-index:999;
	width:100%;
	margin:0 0 0 0;
	transition: all .3s;
	background:rgb(255 255 255 / 80%);
	position:fixed
}

header .header-inn {
	width:100%;
	height:97px;
	margin: auto;
	position: relative;
	transition: all .3s;
}

header .header-inn h1,
header .header-inn .site-id{
	width:242px;
	padding: 0;
	position:absolute;
	top: 50%;
	left: 20px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

header .header-inn .pcnav {
	display:flex;
	flex-wrap:nowrap;
	justify-content:right;

    position: absolute;
    top: 50%;
    right: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

header .header-inn .pcnav li {
	margin:0 0 0 0;
	font-size:1.8rem;
}

header .header-inn .pcnav li a {
	display:block;
	height:97px;
	width:100%;
	padding:26px 20px 0 20px;
	text-align:center;
}

header .header-inn .pcnav li a:hover {
	opacity:1;
	background:#4c9bd3;
	color:#fff;
}

header .header-inn .pcnav li a span {
	display:block;
	font-size:1.1rem;
	font-family: "din-2014", sans-serif;
	font-weight: 400;
	font-style: normal;
}

header .header-inn .pcnav li.nav02,
header .header-inn .pcnav li.nav03 {
	margin:0;
	padding:0;
	width:150px;
}

header .header-inn .pcnav li.nav02 a {
	background:#0070C0;
	color:#fff;
}

header .header-inn .pcnav li.nav03 a {
	background:#004EA2;
	color:#fff;
}



@media screen and (max-width:1000px) {
#header {
top:0;
	height:60px;
z-index:999;
width:100%;
margin:0 0 0 0;
transition: all .3s;
background:rgb(255 255 255 / 80%);
position:fixed
}

header .header-inn {
width:100%;
	height:60px;
margin: auto;
position: relative;
transition: all .3s;
}

header .header-inn h1,
header .header-inn .site-id{
	width:190px;
padding: 0;
position:absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

	header .header-inn .pcnav {
		display:none;
	}
}


.low_header01 {
	background-image: url("./img/low_head01.jpg");
	background-position:0;
	background-repeat:no-repeat;
	background-size:cover;
	height:400px;
	width:100%;
	position:relative;
	margin:97px 0 0 0;
}

.low_header01 .low_header-inn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	color:#fff;
	text-align:center;
}

.low_header01 .low_header-inn h1 {
	font-size:3.6rem;
	font-weight:bold;
	letter-spacing:0.1em;
	
}

.low_header01 .low_header-inn .h-sub {
	margin:0 0 0 0;
	padding:04px 20px;
	font-size:7.6rem;
	display:inline-block;
	font-family: "din-2014", sans-serif;
	font-weight: 700;
	font-style: normal;
	letter-spacing:0.1em;
	line-height:normal;
	
}

@media screen and (max-width: 768px) {
.low_header01 {
background-image: url("./img/low_head01.jpg");
background-position:0;
background-repeat:no-repeat;
background-size:cover;
	height:160px;
width:100%;
position:relative;
	margin:60px 0 0 0;
}

.low_header01 .low_header-inn {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
color:#fff;
text-align:center;
}

	.low_header01 .low_header-inn h1 {
		font-size:2.0rem;
	}
	
	.low_header01 .low_header-inn .h-sub {
		padding:0px 20px;
		font-size:3.2rem;
	}
}





.overlay {
content: "";
display: block;
width: 0;
height: 0;
background-color: rgba(0, 0, 0, 0.5);
position: absolute;
top: 0;
left: 0;
z-index: 2;
opacity: 0;
transition: opacity .5s;
}

.overlay.open {
/*width: 100%;
height: 100vh;
opacity: 1;
position: fixed;*/
}

.menu-trigger {
/*display: inline-block;*/
display: none;
width: 68px;
height: 68px;
vertical-align: middle;
cursor: pointer;
position: fixed;
top: 0px;
right: 0px;
z-index: 9999;
	background-color: #000;
}

.menu-trigger span {
display: inline-block;
box-sizing: border-box;
position: absolute;
left: 50%;
transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);

width: 50%;
height: 2px;
background-color: #fff;
transition: all .5s;
}

.menu-trigger.active span {
background-color: #fff;
}
.menu-trigger p {
display:none;
/*		top: 26px;
left:2px;
margin:auto;
position: absolute;
font-size: 1.2rem;
color:#fff;*/
}
.menu-trigger.active p {
display:none;
}
.menu-trigger.active span {
}	
.menu-trigger span:nth-of-type(1) {
	top: 20px;
}
.menu-trigger.active span:nth-of-type(1) {
transform: translateY(9px) translateX(-16px) rotate(-45deg);
}
.menu-trigger span:nth-of-type(2) {
	top: 29px;
}
.menu-trigger.active span:nth-of-type(2) {
opacity: 0;
}
.menu-trigger span:nth-of-type(3) {
	bottom: 20px;
}
.menu-trigger.active span:nth-of-type(3) {
transform: translateY(-9px) translateX(-16px) rotate(45deg);
}

.nav_top {
display:none;
}

nav {
	display: block;
	width: 100%;
	height: 200px;
	padding: 0px 0 0 0;
	background-color: #0070C0;
	position: fixed;
	top: 0;
	left: 0;
	transform: translateX(100%);
	transition: transform 0.5s ease;
	z-index: 900;
	text-align: center;
}

nav.open {
	transform: translateY(0);
	-webkit-overflow-scrolling: touch;
}

nav .menu_id {
	margin:10px 0 30px 0;
}

nav .menu_id img {
}

nav ul.mainnav {
	margin:0 0 0 0;
	display:flex;
	flex-wrap:nowrap;
	justify-content:center;	
}

nav ul.mainnav li {
	margin:0 0 0 0;
	padding:0 0;
}

nav ul.mainnav li a {
	font-size:1.6rem;
	padding: 0px 0 4px 0;
	display:block;
	color:#333;
	letter-spacing:0.1em;
}

nav ul.mainnav li a span {
	font-size:1.4rem;
	display:block;
	font-family: "din-2014", sans-serif;
	font-weight: 700;
	font-style: normal;
}

nav .note {
	font-size:1.8rem;
	color:#fff;
}

nav .note img {
	margin:0 0 30px 0;
}

nav .note p {
}

@media screen and (max-width:1000px) {
	.menu-trigger {
	display: inline-block;
	width: 60px;
	height: 60px;
	vertical-align: middle;
	cursor: pointer;
	position: fixed;
	top: 0px;
	right: 0px;
	z-index: 9999;
	background-color: #004EA2;
	}
	
	nav {
		display: block;
		width: 100%;
		height: 100%;
	}

	nav.open {
	transform: translateY(0);
	-webkit-overflow-scrolling: touch;
	}
	
	nav ul.mainnav {
		flex-wrap:wrap;
		padding:100px 0 0 0;
	}
	
	nav ul.mainnav li {
		width:100%;
		margin: 0px 0 20px 0;
		text-align:center;
	}
	
	nav ul.mainnav li a {
		color:#fff;
		display:block;
		font-weight:bold;
	}
}


/* main_slide */
.mainhead {
	position: relative;
	width: 100%;
	height:calc(100vh);
	margin:0 auto;
	padding:0;
	background:#576972;
}

.mainslide {
	overflow:hidden;
	width: 100%;
	height:calc(100vh);
	/*max-width: 1680px;*/
	/*max-height:1030px;*/
	margin: 0 auto;
}

.mainslide img{
	width: 100%;
	height:calc(100vh);
	/*max-width: 1680px;*/
	/*max-height:1030px;*/
	object-fit: cover;
}

.mainhead .slide_txt01 {
    position: absolute;
    top: 50%;
    right: 20%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.mainhead .slide_txt01 img {
	max-height:80vh;
}



.slide{
	z-index:-1;
	position:relative;
}

.slide ul {
}

.slide ul li img {
	width:100%;
}

@media screen and (max-width: 768px) {
	.mainhead {
		height:calc(80vh);
	}
	
	.mainslide {
		height:calc(80vh);
	}
	
	.mainslide img{
		height:calc(80vh);
	}
	
	.mainhead .slide_txt01 {
		right: 10px;
		height:60%;
	}
	
	.mainhead .slide_txt01 img {
		height:100%;
	}
}


/***************/
/* footer */
/***************/
footer {
	background:#0F376B;
	padding:40px 0 40px 0;
	color:#fff;
}

footer .footer-inn {
	width:96%;
	max-width:900px;
	margin:0 auto 20px;
	padding:0 0 30px 0;
	border-bottom:solid 1px #fff;	
	display: grid;
	gap: 20px;
	grid-template-columns: 3fr 4fr 3fr ;
}

footer .footer-inn .inn_01 {
	text-align:center;
}

footer .footer-inn .inn_01 h2 {
	border:solid 1px #fff;
	padding:4px 60px;
	text-align:center;
	display:inline-block;
}

footer .footer-inn .inn_02 {
}

footer .footer-inn .inn_02 h3 {
	font-size:1.8rem;
	font-weight:bold;
}

footer .footer-inn .inn_02 p {
	font-size:1.4rem;
	margin:0;
}

footer .footer-inn .inn_02 p.tel {
	font-size:2.8rem;
	font-weight:bold;
}

footer .footer-inn .inn_02 p.tel::before {
    content: "";
    display: inline-block;
    width: 40px;
    height: 24px;
    background-image: url('./img/tel.png');
    background-position: center;
    background-size: contain;
	background-repeat:no-repeat;
	margin:0 10px 0 0;
}

footer .footer-inn .inn_03 h3 {
	font-size:1.8rem;
	font-weight:bold;
}

footer .footer-inn .inn_03 p.tel {
	font-size:2.8rem;
	font-weight:bold;
}

footer .footer-inn .inn_03 p.footmail {
	margin:0 auto 0 auto;
	max-width:400px;
}

footer .footer-inn .inn_03 p.footmail a {
	display:block;
	background:#fff;
	color:#0f376b;
	padding:10px;
	border-radius:50px;
	font-size:1.6rem;
	font-weight:bold;
	text-align:center;
}

footer .copy {
	margin:0;
	text-align:center;
	font-size:1.2rem;
	letter-spacing:0.1em;
}

@media screen and (max-width:768px) {

	footer {
		padding:20px 0 20px 0;
	}

	footer .footer-inn {
		margin:0 auto 10px;
		padding:0 0 10px 0;
		gap: 10px;
		grid-template-columns: 1fr;
		text-align:center;
	}
	
	footer .footer-inn .inn_01 h2 {
		padding:4px 0;
		width:80%;
		margin:0 0 10px 0;
	}
	
	footer .footer-inn .inn_02 h3 {
		font-size:1.6rem;
	}
	
	footer .footer-inn .inn_02 p {
		font-size:1.2rem;
	}
	
	footer .footer-inn .inn_02 p.tel {
		font-size:2.2rem;
	}
	
	footer .footer-inn .inn_02 p.tel::before {
		width: 30px;
		height: 16px;
	}
	
	footer .footer-inn .inn_03 h3 {
		font-size:1.6rem;
	}
	
	footer .footer-inn .inn_03 p.tel {
		font-size:2.2rem;
		margin:0;
	}

	footer .footer-inn .inn_03 p.footmail {
		margin:10px auto 10px auto;
		max-width:300px;
	}
	
	footer .footer-inn .inn_03 p.footmail a {
		padding:8px;
		font-size:1.4rem;
	}

}


/* to TOP */
.topBtn {
	position:fixed;
	bottom:130px;
	right:20px;
	display:block;
	background-color:rgba(0,0,0,0.5);
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	font-size:11px;
	width:50px;
	height:50px;
	text-align:center;
	line-height:22px;
	border-radius:30px;
	padding-top:22px;
	box-sizing:border-box;
	display:none;
}
.topBtn:before {
	content:'\25B2';
	position:absolute;
	top:6px;
	left:0;
	width:100%;
	text-align:center;
	font-size:14px;
}
.topBtn:hover {opacity:0.7;}


.floating {
	display:none;
}

.floating .foot_nav {
	position:fixed;
	bottom:0;
	right: 20px;
	display:flex;
	justify-content: space-between;
	flex-wrap:nowrap;
}

.floating .foot_nav li {
	width:310px;
	margin:0 0 0 20px; 0
}

.floating .foot_nav li a {
	display:block;
	width:100%;
	text-align:center;
	height:116px;
    display: flex;
    flex-direction: column;
    justify-content: center;
	border-radius:10px 10px 0 0;
	border-top:solid 1px #fff;
	border-left:solid 1px #fff;
	border-right:solid 1px #fff;
}

.floating .foot_nav li a img{
	width:230px;
	margin:auto;
}

.floating .foot_nav li:first-of-type a {
	background: #908872;
}

.floating .foot_nav li:last-of-type a {
	background: #4890be;
}

.floating .foot_nav li.tel a.tel01 {
	display: grid;
}

.floating .foot_nav li.tel a.tel02 {
	display:none;
}

.parent-pageid-9 .floating .foot_nav li.tel a.tel01 {
	display: none;
}

.parent-pageid-9 .floating .foot_nav li.tel a.tel02 {
	display:grid;
}



@media screen and (max-width:768px) {
	.topBtn {
		display:none;
    	bottom:60px;
    	font-size:10px;
		width:40px;
		height:40px;
    	padding-top:16px;
	}

	.topBtn:before {
		top:2px;
		font-size:10px;
	}

	.floating.visible {
		display:block;
	}
	.floating .foot_nav {
		width:100%;
		bottom:0;
		right: 0;
	}
	
	.floating .foot_nav li {
		width:50%;
		margin:0 0 0 0px; 0
	}
	
	.floating .foot_nav li a {
		height:60px;
		border-radius:0;
		border:solid 1px #fff;
	}
	
	.floating .foot_nav li a img{
		width: 130px;
	}
}



/***************/
/* common */
/**************/
#content .bl_inn {
	max-width: 900px;
	/*width:90%;*/
	width:80%;
	margin:0 auto;
}

#content .bl_inn.w1300 {
	max-width: 1300px;
}

#content .bl_inn.w1100 {
	max-width: 1100px;
}

#content .bl_inn.w800 {
	max-width: 800px;
}

#content .bl_inn.w700 {
	max-width: 700px;
}

.sec_read {
	margin:0 0 40px 0;
	text-align:center;
}

p {
	margin:0 0 20px 0;
	line-height:1.75em;
}
.float-l {float: left;}
.float-r {float: right;}

.w400 {width: 400px;}
.b-r8 {border-radius: 8px;}

.b_01 {font-weight: bold;}
.txt_center {text-align: center;}
.txt_bold {font-weight: bold;}
.txt_red {color: #e84114;}
.txt_pink {color: #f373aa;}

.color-purple {color: #7E3380;}
.color-blown {color: #6A3906;}
.color-green {color: #3C965A;}
.color-orange {color: #C85513;}
.color-blue {color: #2C80BA;}

.mt-0 {margin-top: 0 !important;}
.pt-0 {padding-top: 0 !important;}
.mt-20 {margin-top: 20px;}
.mr-20 {margin-right: 20px;}
.ml-20 {margin-left: 20px;}
.mb-20 {margin-bottom: 20px;}

.mb-60 {margin-bottom: 60px;}
.ptb-40 {padding: 40px 0;}
.ptb-60 {padding: 60px 0;}
.ptb-80 {padding: 80px 0;}
.ptb-100 {padding: 100px 0;}
.fs-20{font-size: 2.0rem;}
.fs-22{font-size: 2.2rem;}
.fs-24{font-size: 2.4rem;}
.txt_note{
	background:#F8F8FA;
	padding: 20px;
}

.more {
	margin: 0;
	width: 100%;
}

.more a {
	display:block;
	text-align:center;
	text-decoration:none;
	background:#4891BE;
	border: 1px solid #4891BE;
	color:#fff;
	padding:40px 0px;
	position:relative;
	font-size:1.6rem;
	font-weight:bold;
}

.more a::after {
	position: absolute;
	right: 40px;
	top: 50%;
	content: "";
	width: 40px;
	height: 8px;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: skew(45deg) translateY(-50%);
}

.more:hover a {
	opacity:1;
}


.btn_01 a {
    font-family: "fot-tsukumin-pr6n", sans-serif;
    font-weight: 300;
    font-style: normal;
	font-size:1.8rem;
	border:solid 1px #004EA2;
	border-radius:50px;
	display:block;
	width:100%;
	max-width:300px;
	padding:14px 14px;
	text-align:center;
	color:#004EA2;
	font-weight: 700;
}

.btn_01 a:hover {
	opacity:1;
	color:#fff;
	background:#004EA2;
}

.ankr {
  display: block;
  height: 28px;
  margin-top: -28px;
  visibility: hidden;
}

.access_map {
	height: 600px;
}

.access_map iframe {
}

@media screen and (max-width:768px) {
#content .bl_inn {
max-width: 1400px;
width:94%;
margin:0 auto;
}

#content .bl_inn.w1480 {
max-width: 1480px;
}

.sec_read {
margin:0 0 40px 0;
text-align:center;
}

p {
margin:0 0 20px 0;
line-height:1.75em;
}

.more {
margin: 0;
max-width: 500px;
width: 100%;
}

.more a {
display:block;
text-align:center;
text-decoration:none;
background:#B4A865;
border: 1px solid #B4A865;
color:#fff;
padding:20px 0px;
position:relative;
font-size:1.6rem;
font-weight:bold;
}

.more a::after {
position: absolute;
right: 40px;
top: 50%;
content: "";
width: 40px;
height: 8px;
border-bottom: 1px solid #fff;
border-right: 1px solid #fff;
transform: skew(45deg) translateY(-50%);
}

.more:hover a {
opacity:1;
}


.btn_02 {
}

.btn_02 a {
display:block;
text-align:center;
text-decoration:none;
border: 1px solid #005FA3;
color:#005FA3;
padding:20px 0;
position:relative;
width: 300px;
font-size:1.7rem;
}

.btn_02 a::after {
display: block;
content: "";
position: absolute;
top: 50%;
right: 10px;
width: 0;
height: 0;
margin-top: -5px;
border: 5px solid transparent;
border-left: 5px solid #005FA3;
}

.btn_02 a:hover {
background:#005FA3;
color:#fff;
}

.btn_02 a:hover::after {
border-left: 5px solid #fff;
}


.btn_03 {
}

.btn_03 a {
display:block;
text-align:center;
text-decoration:none;
border: 1px solid #005FA3;
background:#005FA3;
color:#fff;
padding:16px 0;
position:relative;
width: 600px;
font-size:1.7rem;
margin:90px auto 0;
}

.btn_03 a:hover {
background:#005FA3;
color:#fff;
}


}




/***************/
/* fv */
/**************/
#fv {
	margin:0;
	padding:0;
	background-image: url(./img/main_bg.png);
	background-size: cover;
	background-repeat:no-repeat;
	background-position:center;
}

#fv .fv-inn {
	padding:60px 0;
	position:relative;
}

#fv .fv-inn h1 {
	width:60%;
	margin:auto;
}

#fv .fv-inn h1 img {
	margin:auto;
}

#fv .fv-inn .main_sub01 {
	position:absolute;
	top:50%;
	left:10px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	width:20%;
}

#fv .fv-inn .main_sub02 {
	position:absolute;
	top:50%;
	right:10px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	width:20%;
}

#fv .entry {
	background:#0F376B;
	text-align:center;
	padding:20px 0;
	color:#fff;
}

#fv .entry h2 {
	margin:0 auto 20px auto ;
	padding:6px 10px;
	letter-spacing:0.2em;
	font-size:2.0rem;
	font-weight:bold;
	background:#fff;
	color:#0F376B;
	width:340px;
}

#fv .entry p {
	margin:0;
	letter-spacing:0.2em;
	font-size:2.0rem;
	font-weight:bold;
	line-height:1;
}

#fv .entry p span {
	font-size:4.0rem;
	letter-spacing:0.0em;
}

@media screen and (max-width:768px) {
	#fv .fv-inn {
		padding:20px 0;
	}
	
	#fv .fv-inn h1 {
		width:96%;
	}
	
	#fv .fv-inn .main_sub01 {
		display:none;
	}
	
	#fv .fv-inn .main_sub02 {
		display:none;
	}
	
	#fv .entry {
		padding:20px 20px;
	}
	
	#fv .entry h2 {
		margin:0 auto 10px auto ;
		padding:6px 0px;
		font-size:1.6rem;
		width:100%;
	}
	
	#fv .entry p {
		font-size:1.6rem;
	}
	
	#fv .entry p span {
		font-size:2.2rem;
	}
}



/***************/
/* low header */
/**************/
.low_header {
	margin:0;
	padding:0;
	background-image: url(./img/low_head-bg.png);
	background-size: cover;
	background-repeat:no-repeat;
	background-position:center;
	height:160px;
	width:100%;
	position:relative;
}

.low_header .inn {
}

.low_header .inn h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}



/***************/
/* content */
/**************/
#content {
	padding:0;
	z-index:0;
	position:relative;
}

#content.cnt__low {
	margin:0 0 160px 0;
}

#content.cnt__low .h2_box {
	margin:0 0 60px 0;
}

#content.cnt__low .h2_box .inn {
	background:#0F376B;
	text-align:center;
	color:#fff;
	padding:40px;
	margin:0 0 30px 0;
}

#content.cnt__low .h2_box .inn h2 {
	font-size:2.7rem;
	font-weight:bold;
	letter-spacing:0.1em;
}

#content.cnt__low .h2_box .read {
	text-align:center;
}

@media screen and (max-width:768px) {
	#content {
		padding:0 0 0 0;
	}
}

.mov {
	width: 94%;
	max-width:886px;
	aspect-ratio: 16 / 9;
	margin:80px auto 0;
}

.mov iframe {
	width: 100%;
	height: 100%;
}

@media screen and (max-width:768px) {
	.mov {
		margin:40px auto 0;
	}
}



/* top_item01 */
#content section.top_item01 {
	margin:0 auto;
	padding:100px 0 0 0;
	z-index:1;
	position:relative;
}

#content section.top_item01 .bl_inn {
	background:#fff;
	padding:40px 30px;
	text-align:center;
	box-shadow:0 0 10px #00000040;
	border-radius:20px;
}

#content section.top_item01 .bl_inn .h-box {
	margin:0 0 30px 0;
}

@media screen and (max-width:768px) {
	#content section.top_item01 {
		padding:50px 0 0 0;
	}
	
	#content section.top_item01 .bl_inn {
		padding:20px 10px;
	}
	
	#content section.top_item01 .bl_inn .h-box {
		margin:0 0 20px 0;
	}
	
	#content section.top_item01 .bl_inn .h-box h2 {
		width:70%;
		margin:auto;
	}
}


/* top_item02 */
#content section.top_item02 {
	padding:340px 0 150px 0;
	background-image: url(./img/item01_bg.png);
	background-size: cover;
	background-repeat:no-repeat;
	background-position:top;
	margin:-240px 0 0 0;
	z-index:-10;
	position:relative;
}

#content section.top_item02 .bl_inn {
	z-index:1;
	position:relative;
}

#content section.top_item02 .bl_inn .h-box {
	margin:0 0 30px 0;
}

#content section.top_item02 .bl_inn .h-box h2 {}

#content section.top_item02 .bl_inn .inn1 {
	background:#fff;
	padding:60px 30px;
	text-align:center;
	box-shadow:0 0 10px #00000040;
	border-radius:20px;
	margin:0 0 40px 0;
}

#content section.top_item02 .bl_inn .inn1 figure {
	width:100%;
	max-width:730px;
	margin:0 auto;
}

#content section.top_item02 .bl_inn .inn_fly {
	background:#fff;
	text-align:center;
	padding:60px 30px;
	border-radius:20px;
	box-shadow:0 0 10px #00000040;
	z-index:10;
	position:relative;
	margin:0 0 40px 0;
}

#content section.top_item02 .bl_inn .inn_fly .h-box {
	margin:0 0 20px 0;
}

#content section.top_item02 .bl_inn .inn_fly .h-box h2 {
	font-size:2.7rem;
	font-weight: 700;
}

#content section.top_item02 .bl_inn .inn_faq {
	background:#fff;
	text-align:center;
	padding:40px 30px;
	border-radius:20px;
	box-shadow:0 0 10px #00000040;
	z-index:10;
	position:relative;
}

#content section.top_item02 .bl_inn .inn_faq .h-box {
	margin:0 0 20px 0;
}

#content section.top_item02 .bl_inn .inn_faq .h-box span {
	font-family: "din-2014", sans-serif;
	font-weight: 700;
	font-style: normal;
	color:#0096D3;
	font-size:6.0rem;
}

#content section.top_item02 .bl_inn .inn_faq .h-box h2 {
	font-size:2.7rem;
	font-weight: 700;
}

#content section.top_item02 .bl_inn .inn_faq p {
}

#content section.top_item02 .bl_inn .inn_faq p.btn_01 {
}

#content section.top_item02 .bl_inn .inn_faq p.btn_01 a {
	margin:auto;
}


@media screen and (max-width:768px) {
	#content section.top_item02 {
		padding:200px 0 30px 0;
		margin:-140px 0 0 0;
	}
	
	#content section.top_item02 .bl_inn .h-box {
		margin:0 0 20px 0;
	}
	
	#content section.top_item02 .bl_inn .inn1 {
		padding:20px 10px;
		margin:0 0 40px 0;
	}

	#content section.top_item02 .bl_inn .inn_fly {
		padding:30px;
	}

	#content section.top_item02 .bl_inn .inn_fly .h-box h2 {
		font-size:2.1rem;
	}

	#content section.top_item02 .bl_inn .inn_faq {
		padding:20px 20px;
	}
	
	#content section.top_item02 .bl_inn .inn_faq .h-box span {
		font-size:4.0rem;
	}
	
	#content section.top_item02 .bl_inn .inn_faq .h-box h2 {
		font-size:2.2rem;
	}
}



/* bnr */
#content .bnr_ibavege {
	padding:80px 0;
	text-align:center;
}
#content .bnr_ibavege a {
	max-width:630px;
	display:block;
	margin:auto;
}

@media screen and (max-width:768px) {
	#content .bnr_ibavege {
		padding:40px 20px;
	}
}



/********/
/* FAQ */
/********/
#content.cnt__low .low__item01 .bl__inn .faq__box {
	max-width:700px;
	width:94%;;
	margin:auto;
}

#content.cnt__low .low__item01 .bl__inn .faq__box h2 {
	background:#00ACE8;
	color:#fff;
	text-align:center;
	padding:14px;
	margin:0 0 40px 0;
	border-radius:10px;
	font-weight:bold;
	font-size:2.0rem;
	letter-spacing:0.2em;
}

#content.cnt__low .low__item01 .bl__inn .faq__box .accordion {
	border-bottom:solid 1px #ccc;
	margin:0 0 60px 0;
}

#content.cnt__low .low__item01 .bl__inn .faq__box .accordion-content {
  display: none;
}

#content.cnt__low .low__item01 .bl__inn .faq__box .accordion-header {
	background-color: #FFF;
	padding: 12px 45px 20px 20px;
	transition: background .3s ease;
	cursor: pointer;
	position: relative;
	border-top:solid 1px #ccc;
}

#content.cnt__low .low__item01 .bl__inn .faq__box .accordion-header::before,
#content.cnt__low .low__item01 .bl__inn .faq__box .accordion-header::after{
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 20px;
	width: 9px;
	height: 9px;
	margin: auto;
	border-top: 2px solid #00ace8;
	border-right: 2px solid #00ace8;
	transform: rotate(-45deg);
	box-sizing: border-box;	
}

#content.cnt__low .low__item01 .bl__inn .faq__box .accordion-header.active::before,
#content.cnt__low .low__item01 .bl__inn .faq__box .accordion-header.active::after{
	transform:rotate(135deg);
}

#content.cnt__low .low__item01 .bl__inn .faq__box .accordion-content {
  background-color: #FFF;
  padding:0 20px 20px 20px;
}

#content.cnt__low .low__item01 .bl__inn .faq__box .accordion-header span{
	padding-left: 30px;
	position: relative;
	font-size: 1.8rem;
	font-weight:bold;
	display:block;
}

#content.cnt__low .low__item01 .bl__inn .faq__box .accordion-content span{
	padding-left: 30px;
	position: relative;
	font-size: 1.6rem;
	font-weight:normal;
	display:block;
}

#content.cnt__low .low__item01 .bl__inn .faq__box .accordion-header span::before{
	position: absolute;
	content:"Q";
	top: 0px;
	left: 0;
	color: #0F376B;
	font-size: 3.0rem;
	line-height:1;
	
	font-family: "din-2014", sans-serif;
	font-weight: 700;
	font-style: normal;
}

#content.cnt__low .low__item01 .bl__inn .faq__box .accordion-content span::before{
	position: absolute;
	content:"A";
	top: 0px;
	left: 0;
	color: #00ace8;
	font-size: 3.0rem;
	line-height:1;
	
	font-family: "din-2014", sans-serif;
	font-weight: 700;
	font-style: normal;
}

#content.cnt__low .low__item01 .bl__inn .faq__box .accordion-header:hover {
  background-color: #F2F2F2;
}

#content.cnt__low .low__item01 .bl__inn .faq__box .btn_01 a {
	margin:auto;
}


@media screen and (max-width:768px) {
	#content.cnt__low .low__item01 .bl__inn .faq__box h2 {
		padding:12px;
		margin:0 0 30px 0;
		font-size:1.6rem;
	}
	
	#content.cnt__low .low__item01 .bl__inn .faq__box .accordion-header {
		padding: 12px 45px 20px 10px;
	}
	
	#content.cnt__low .low__item01 .bl__inn .faq__box .accordion-content {
	background-color: #FFF;
		padding:0 10px 20px 10px;
	}
	
	#content.cnt__low .low__item01 .bl__inn .faq__box .accordion-header span{
		font-size: 1.5rem;
	}
	
	#content.cnt__low .low__item01 .bl__inn .faq__box .accordion-content span{
		font-size: 1.4rem;
	}
	
	#content.cnt__low .low__item01 .bl__inn .faq__box .accordion-header span::before{
		font-size: 2.4rem;
	}
	
	#content.cnt__low .low__item01 .bl__inn .faq__box .accordion-content span::before{
		font-size: 2.4rem;
	}
}
