﻿@charset "utf-8";
/* CSS Document */

.pc { display: block !important; }
.sp { display: none !important; }
.pc_br{ display: none; }
.sp_br{ display: block; }

img {
  max-width: 100%;
}

body {
	font-size: 1.4rem;
}

a.action{
	transition: .3s;
	display: inline-block;
}
a.action:hover {
  transform: scale(1.1);
}

header{
	position: fixed;
	top: 0;
	background: rgba(34, 57, 150, 0.80);
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25), 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	height: 90px;
	width: 100%;
	z-index: 100;
}
header .wrap{
	max-width: 1000px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 20px;
	color: #fff;
}
header .wrap nav{
	width: 590px;
}
header .wrap nav ul.top{
	display: flex;
	justify-content: flex-end;
}
header .wrap nav ul.top li{
	margin-left: 40px;
}
header .wrap nav ul.top li:first-child{
	margin: 0;
}
header .wrap nav ul.btm{
	display: flex;
	justify-content:flex-end;
	margin-top: 6px;
}
header .wrap nav ul.btm li{
	margin-left: 20px;
	font-size: 1.6rem;
}
header .wrap nav ul.btm li:first-child{
	margin: 0;
}
header .wrap nav ul li a:hover{
	font-weight: 700;
}
header .wrap p.btn01{
	width: 180px;
}
header .wrap p.btn01 a{
	border: 1px solid #FFF;
	background: #F08421;
	box-shadow: 0px 2.12649px 2.12649px 0px rgba(0, 0, 0, 0.25);
	padding: 12px 0;
	font-size: 1.6rem;
	font-weight: 700;
	width: 180px;
	display: inline-block;
	text-align: center;
}
header .wrap p.btn02{
	width: 180px;
}
header .wrap p.btn02 a{
	border: 1px solid #FFF;
	background: #0070D4;
	box-shadow: 0px 3.03784px 3.03784px 0px rgba(0, 0, 0, 0.25);
	padding: 12px 0;
	font-size: 1.6rem;
	font-weight: 700;
	width: 180px;
	display: inline-block;
	text-align: center;
}

.fv{
	position: relative;
	text-align: center;
}
.fv img{
	min-height: 900px;
	width: 100%;
	object-fit: cover;
}
.fv .con-btn{
	position: absolute;
	width: 100%;
	text-align: center;
	bottom: 5%;
}
.fv .con-btn a{
/* color: #FFF;
text-align: center;
font-size: 3.2rem;
font-weight: 700;
background: #F08421;
box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
padding: 18px 21px 18px 21px; */

}

.action-text{
	font-size: 2rem;
	display: inline-block;
	margin-bottom: 0.5rem;
	color: #F08421;
	font-weight: 700;
}

.section01{
background: #E5F2FA;
	padding: 150px 0;
}
.section01 .inner{
	max-width: 1000px;
	margin: 0 auto;
}
.section01 .inner h2{
color: #223996;
font-size: 48px;
font-weight: 700;
	text-align: center;
}
.section01 .inner .top{
	position: relative;
	margin-top: 60px;
	min-height: 320px;
}
.section01 .inner .top ul li{
border-radius: 10px;
border: 1px solid #0070D4;
background: #FFF;
box-shadow: 3px 3px 0px 3px #0070D4;
font-size: 2rem;
padding: 30px 25px;
text-align: center;
width: 340px;
position: absolute;
}
.section01 .inner .top ul li:nth-child(1){
	top: 0px;
	left: 0px;
}
.section01 .inner .top ul li:nth-child(2){
	top: 0px;
	right: 0px;
}
.section01 .inner .top ul li:nth-child(3){
	top: 190px;
	left: 0px;
}
.section01 .inner .top ul li:nth-child(4){
	top: 190px;
	right: 0px;
}
.section01 .inner .top figure{
	position: absolute;
	width: 100%;
	text-align: center;
	top: 55px;
}
.section01 .inner .top figure img{
	max-width: 220px;
}
.section01 .inner .middle{
	margin-top: 90px;
}
.section01 .inner .middle p{
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
.section01 .inner .middle p::before,
.section01 .inner .middle p::after{
	content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #223996;
}
.section01 .inner .middle p::before{
	margin-right: 0;
}
.section01 .inner .middle p::after{
	margin-left: 0;
}
.section01 .inner .middle p span{
	background: #223996;
	display: inline-block;
	padding: 8px 55px;
	color: #fff;
	font-size: 2.4rem;
	font-weight: 700;
	z-index: 2;
}
.section01 .inner .middle ul{
	margin-top: 30px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.section01 .inner .middle ul li{
	font-size: 2rem;
	margin-bottom: 13px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	width: 55%;
}
.section01 .inner .middle ul li::before{
	content: "●";
	display: block;
	color: #0070D4;
	margin-right: 27px;
}
.section01 .inner .btm{
	margin-top: 100px;
}
.section01 .inner .btm div{
	background: #223996;
	font-size: 3.2rem;
	font-weight: 700;
	text-align: center;
	padding: 10px 0 20px;
	color: #fff;
	line-height: 4rem;
	display: flex;
	justify-content: center;
	align-items:flex-end;
}
.section01 .inner .btm div::before,
.section01 .inner .btm div::after{
	content: "";
	display: block;
	background: url("../images/section01_icon.png") no-repeat;
	background-size: contain;
	width: 70px;
	height: 70px;
}
.section01 .inner .btm div::before{
	margin-right: 40px;
}
.section01 .inner .btm div::after{
	margin-left: 40px;
}
.section01 .inner .btm p span{
	font-size: 2rem;
}
.section01 .inner .btm ul{
	background: #fff;
	padding: 50px 160px;
}
.section01 .inner .btm ul li{
	font-size: 1.4rem;
	margin-bottom: 26px;
	display: flex;
}
.section01 .inner .btm ul li:last-child{
	margin-bottom: 0;
}
.section01 .inner .btm ul li::before{
	content: "";
	display: block;
	background: url("../images/section01_icon02.png") no-repeat;
	background-size: contain;
	width: 25px;
	height: 21px;
	margin-right: 5px;
}

.section02 h2{
	background: #223996;
	font-size: 4.8rem;
	font-weight: 700;
	text-align: center;
	padding: 40px 0;
	color: #fff;
}
.section02 .inner{
	max-width: 1000px;
	margin: 150px auto 0;
}
.section02 .inner ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.section02 .inner ul li{
	width: 310px;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.30);
	border-top: 10px solid #0070D4;
	margin-bottom: 60px;
	padding: 0 16px 20px;
	position: relative;
}
.section02 .inner ul li::before{
	content: "";
	display: block;
	background: url("../images/section02_icon.png") no-repeat;
	background-size: contain;
	width: 72px;
	height: 63px;
	position: absolute;
	top: -40px;
	left: 20px;
}
.section02 .inner ul li figure{
	margin: 30px auto 0;
	height: 100px;
}
.section02 .inner ul li:nth-child(1) figure{
	width: 124px;
}
.section02 .inner ul li:nth-child(2) figure{
	width: 92px;
}
.section02 .inner ul li:nth-child(3) figure{
	width: 98px;
}
.section02 .inner ul li:nth-child(4) figure{
	width: 126px;
}
.section02 .inner ul li:nth-child(5) figure{

	width: 96px;
}
.section02 .inner ul li:nth-child(6) figure{
	width: 79px;
}
.section02 .inner ul li p.ttl{
	font-size: 1.8rem;
	color: #223996;
	text-align: center;
	font-weight: 700;
	margin-top: 30px;
	height: 50px;
}
.section02 .inner ul li:nth-child(1) p.ttl,
.section02 .inner ul li:nth-child(2) p.ttl,
.section02 .inner ul li:nth-child(3) p.ttl{
	height: auto;
}
.section02 .inner ul li p.txt{
	font-size: 1.4rem;
	margin-top: 20px;
}
.section02 .inner ul li p.txt strong{
	font-weight: 700;
}
.section02 .inner ul li p.txt span{
	color: #DA2D2D;
	font-weight: 700;
}
.section02 .inner ul li p.txt02{
	font-size: 1.2rem;
	margin-top: 20px;
}
.section02 .inner ul li p.txt02 strong{
	font-weight: 700;
}

.inspection .inner{
	max-width: 1000px;
	margin: 0 auto 0;
}


/* ----------------------------------------------------------
certificate_pc
---------------------------------------------------------- */

.certificate .inner {
	max-width: 1000px;
    padding: 50px 25px;
    margin: 50px auto 100px auto;
	background-color: #E5F2FA;
}

.certificate_title {
    color: #fff;
    font-size: 3.2rem;
    font-weight: 700;
    text-align: center;
}

.certificate span {
    background-color: #223996;
    padding: 3px 40px 5px;
}

.certificate_text {
    font-size: 2.0rem;
    padding: 40px 0 60px;
}

.certificate_inner {
    display: flex;
}

.certificate_sheet {
    text-align: center;
    display: flex;
    flex-direction: column;
}

.certificate_name {
    font-size: 2.0rem;
    font-weight: 700;
    flex-grow: 1;
}

/* ----------------------------------------------------------
certificate_sp
---------------------------------------------------------- */
@media only screen and (max-width: 749px) {
	.certificate {
    background-color: #E5F2FA;
    margin-bottom: 5%;
}

.certificate_title {
    color: #fff;
    font-size: 2.0rem;
    font-weight: 700;
    text-align: center;
}

.certificate span {
    background-color: #223996;
    padding: 3px 40px 5px;
}

.certificate_text {
    font-size: 1.2rem;
    padding: 5% 0 10% 0;
}

.certificate_inner {
    text-align: center;
    display: flex;
}

.certificate_sheet {
    text-align: center;
    display: flex;
}

.certificate_name {
    font-size: 1.4rem;
    font-weight: 700;
    flex-grow: 1;
}
	}

.section03{
	margin-top: 100px;
}
.section03 h2{
	background: #223996;
	font-size: 4.8rem;
	font-weight: 700;
	text-align: center;
	padding: 40px 0;
	color: #fff;
}
.section03 .path{
	text-align: center;
}
.section03 svg{
	vertical-align: top;
	margin: -1px 0 0;
}
.section03 .inner{
	max-width: 700px;
	margin: 120px auto 0;
}
.section03 .inner .box{
	display: flex;
	border-top: 10px solid #0070D4;
	background: #FFF;
box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
	margin-bottom: 50px;
}
.section03 .inner .box figure{
	width: 340px;
	height: 290px;
}
.section03 .inner .box .right{
	width: 340px;
	position: relative;
}
.section03 .inner .box .right .ttl{
	text-align: center;
	margin-top: 40px;
	font-size: 2rem;
	color: #223996;
	font-weight: 700;
}
.section03 .inner .box .right .ttl::after{
	display: block;
	content: "";
	width: 20px;
	height: 2px;
	background: #223996;
	margin: 5px auto 0;
}
.section03 .inner .box .right .txt{
	margin-top: 40px;
	font-size: 1.4rem;
	padding: 0 20px;
}
.section03 .inner .box .right .txt a{
	color: #DA2D2D;
	text-decoration: underline;
}
.section03 .inner .box .right .btn{
	position: absolute;
	bottom: 15px;
	right: 0;
}
.section03 .inner .box .right .btn a{
	background: #0070D4;
	box-shadow: 0px 3.03784px 3.03784px 0px rgba(0, 0, 0, 0.25);
	font-size: 1.4rem;
	color: #fff;
	padding: 5px 15px;
	font-weight: 700;
}
.section03 .inner .bnr{
	margin-top: 100px;
}
.section03 .inner .btn{
	margin-top: 50px;
	text-align: center;
}
.section03 .inner .btn a{
	/* color: #FFF;
	text-align: center;
	font-size: 3.2rem;
	font-weight: 700;
	background: #F08421;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	padding: 18px 21px 18px 21px; */
}

.section04{
	margin-top: 150px;
}
.section04 h2{
	background: #223996;
	font-size: 4.8rem;
	font-weight: 700;
	text-align: center;
	padding: 40px 0;
	color: #fff;
}
.section04 .path{
	text-align: center;
}
.section04 svg{
	vertical-align: top;
	margin: -1px 0 0;
}
.section04 .inner{
	max-width: 680px;
	margin: 120px auto 0;
}
.section04 .inner dl{
	font-size: 1.4rem;
	margin-bottom: 15px;
}
.section04 .inner dl dt{
	background: #9CC5E1;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	padding: 15px 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-weight: 500;
	cursor: pointer;
}
.section04 .inner dl dt::after{
	content: "＋";
	display: block;
	color: #fff;
	font-size: 3rem;
	font-weight: 500;
	line-height: 0;
}
.section04 .inner dl dt.active::after{
	content: "ー";
	display: block;
	color: #fff;
	font-size: 3rem;
	font-weight: 500;
}
.section04 .inner dl dd{
	display: none;
	padding: 20px;
	background: #FFF;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}


.section05{
	margin-top: 150px;
}
.section05 h2{
	background: #223996;
	font-size: 4.8rem;
	font-weight: 700;
	text-align: center;
	padding: 40px 0;
	color: #fff;
}
.section05 .path{
	text-align: center;
}
.section05 svg{
	vertical-align: top;
	margin: -1px 0 0;
}
.section05 .inner{
	max-width: 1000px;
	margin: 120px auto 0;
}
.section05 .inner .box{
	background: #FFF;
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
	border-top: 10px solid #0070D4;
	padding: 50px 30px;
}
.section05 .inner .box h3{
	font-size: 2rem;
	font-weight: 700;
	color: #223996;
	text-align: center;
	padding-bottom: 30px;
}
.section05 .inner .box .menu_sp{
	display: none;
}
.section05 .inner .box .menu_pc{
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px dashed #666;
	margin-top: 30px;
	padding: 0 20px 25px;
}
.section05 .inner .box .bdn{
	border: 0;
}
.section05 .inner .box .menu_pc .name{
	width: 230px;
	font-size: 1.8rem;
	font-weight: 700;
}
.section05 .inner .box .menu_pc .info{
	width: 500px;
	font-size: 1.2rem;
}
.section05 .inner .box .menu_pc .price{
	width: 105px;
	font-size: 2rem;
	color: #0070D4;
	font-weight: 700;
	text-align: center;
}
.section05 .inner .box .menu_pc .price span{
	display: block;
	font-size: 1.5rem;
	font-weight: 700;
	border-radius: 3px;
	background: #E5F2FA;
	color: red;
	text-align: center;
}
.section05 .inner .box .txt{
	text-align: right;
	margin-top: 30px;
	font-size: 1.4rem;
	margin-right: 20px;
}

.section05 .inner .box2{
	background: #FFF;
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
	border-top: 10px solid #0070D4;
	padding: 50px 30px 30px;
	margin-top: 70px;
}
.section05 .inner .box2 .cover{
	display: flex;
	justify-content: space-between;
}
.section05 .inner .box2 .left{
	width: 470px;
	border-right: 1px solid #666;
	padding: 0 20px 50px 0;
}
.section05 .inner .box3 .left{
	width: 450px;
	border: none;
	padding: 0;
}
.section05 .inner .box2 .right{
	width: 450px;
}
.section05 .inner .box2 h3{
	font-size: 2rem;
	font-weight: 700;
	color: #223996;
	text-align: center;
	padding-bottom: 30px;
}
.section05 .inner .box2 .menu{
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px dashed #666;
	margin-top: 10px;
	padding: 0 20px 10px;
}

.section05 .inner .box2 .menu .price span{
	display: block;
	font-size: 1.5rem;
	font-weight: 700;
	border-radius: 3px;
	background: #E5F2FA;
	color: red;
	text-align: center;
}

.section05 .inner .box2 .menu:last-child{
	border: 0;
}
.section05 .inner .box2 .menu .name{
	font-size: 1.4rem;
}
.section05 .inner .box2 .menu .price{
	font-size: 1.4rem;
	font-weight: 700;
	text-align: center;
}
.section05 .inner .box2 .txt{
	text-align: right;
	margin-top: 30px;
	font-size: 1.4rem;
	margin-right: 20px;
}
.section05 .inner figure{
	max-width: 700px;
	margin: 100px auto 0;
}
.section05 .inner .btn{
	margin-top: 50px;
	text-align: center;
}
.section05 .inner .btn a{
	/* color: #FFF;
	text-align: center;
	font-size: 3.2rem;
	font-weight: 700;
	background: #F08421;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	padding: 18px 21px 18px 21px; */
}

section.qa{
	background: #E5F2FA;
	margin-top: 200px;
	position: relative;
	padding-bottom: 250px;
}
section.qa .ttl{
	font-size: 9.6rem;
	color: #9CC5E1;
	text-align: center;
	position: absolute;
	top: -70px;
	left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
section.qa .ttl span{
	font-size: 8rem;
}
section.qa h2{
	color: #223996;
	text-align: center;
	font-size: 3.2rem;
	font-weight: 700;
	padding-top: 60px;
}
section.qa .inner{
	max-width: 680px;
	margin: 80px auto 0;
}
section.qa .inner dl{
	font-size: 1.4rem;
	margin-bottom: 15px;
}
section.qa  .inner dl dt{
	background: #9CC5E1;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	padding: 5px 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-weight: 500;
	cursor: pointer;
}
section.qa  .inner dl dt::after{
	content: "＋";
	display: block;
	color: #fff;
	font-size: 3rem;
	font-weight: 500;
}
section.qa  .inner dl dt.active::after{
	content: "ー";
	display: block;
	color: #fff;
	font-size: 3rem;
	font-weight: 500;
}
section.qa  .inner dl dd{
	display: none;
	padding: 20px;
	background: #FFF;
box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}


section.about{
	position: relative;
	padding-bottom: 250px;
}
section.about .ttl{
	font-size: 9.6rem;
	color: #9CC5E1;
	text-align: center;
	position: absolute;
	top: -70px;
	left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
section.about .ttl span{
	font-size: 8rem;
}
section.about h2{
	color: #223996;
	text-align: center;
	font-size: 3.2rem;
	font-weight: 700;
	padding-top: 60px;
}
section.about .inner{
	max-width: 1000px;
	margin: 80px auto 0;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
section.about .inner .left{
	width: 400px;
}
section.about .inner .iframe-wrapper {
  position: relative;
  padding-bottom: 400px;
  height: 0;
  overflow: hidden;
}

section.about .inner .iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 400px;
  height: 400px;
}
section.about .inner .right{
	width: 560px;
}
section.about .inner .right .schedule{
	background: #E5F2FA;
	padding: 10px 15px 30px;
}
section.about .inner .right table{
	width: 100%;
}
section.about .inner .right table tr{
	border-bottom: 1px solid #000;
}
section.about .inner .right table tr:last-child{
	border-bottom: 0;
}
section.about .inner .right table tr td{
	padding: 20px 15px;
	text-align: center;
}
section.about .inner .right table tr td.bl{
	color: #223996;
	font-weight: 700;
}
section.about .inner .right table tr td.on{
	color: #223996;
	font-weight: 700;
}
section.about .inner .right table tr td.off{
	color: #223996;
	font-weight: 700;
}
section.about .inner .right p.txt{
	text-align: right;
}
section.about .inner .right p.address{
	margin-top: 70px;
}
section.about .inner .right p.address strong{
	font-weight: 700;
}
section.about figure{
	max-width: 700px;
	margin: 100px auto 0;
}
section.about .btn{
	margin-top: 50px;
	text-align: center;
}
section.about .btn a{
/* color: #FFF;
text-align: center;
font-size: 3.2rem;
font-weight: 700;
background: #F08421;
box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
padding: 18px 21px 18px 21px; */
}

section.docter{
	position: relative;
	padding-bottom: 250px;
	background: #E5F2FA;
}
section.docter .ttl{
	font-size: 9.6rem;
	color: #9CC5E1;
	text-align: center;
	position: absolute;
	top: -70px;
	left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
section.docter .ttl span{
	font-size: 8rem;
}
section.docter h2{
	color: #223996;
	text-align: center;
	font-size: 3.2rem;
	font-weight: 700;
	padding-top: 60px;
}
section.docter .inner{
	max-width: 1000px;
	margin: 80px auto 0;
	display: flex;
	justify-content: space-between;
	align-items:flex-end;
}
section.docter .inner figure{
	width: 480px;
}
section.docter .inner .right{
	width: 480px;
}
section.docter .inner .right .name{
	font-size: 2.4rem;
	font-weight: 700;
	margin-bottom: 24px;
}

footer{
	background: #223996;
	padding: 35px 0 20px;
	color: #fff;
}
footer .inner{
	max-width: 1000px;
	margin: 0 auto;
	position: relative;
}
footer .inner .left{
	padding-top: 15px;
}
footer .inner .left .name{
	font-size: 2.8rem;
	font-weight: 700;
}
footer .inner .left .txt{
	margin-top: 20px;
}
footer .inner .btn{
	position: absolute;
	right: 0;
	top: 0;
}
footer .inner .btn img{
	width: 70px;
}
footer .inner .copy{
	text-align: center;
	margin-top: 150px;
}

.add01 {
    background: #E5F2FA;
	padding-top: 50px;
}


.add01 .after{
	max-width: 1000px;
	margin: 0 auto ;
	background: #fff;
	border: 5px solid #223996;
	position: relative;
}
.add01 .after p.top{
}
.add01 .after p.top{
    position:relative;
    width:250px;
    height:70px;
    background:#C52964;
    padding:10px;
    text-align:center;
    color:#FFFFFF;
    font-size:30px;
    font-weight:bold;
    border-radius:10px;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
	margin: -35px auto 0;
	box-shadow: 2px 5px 15px 2px rgba(0, 0, 0, 0.25);
}
.add01 .after p.top:after{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    border-color: rgba(197, 41, 100, 0);
    border-top-width:10px;
    border-bottom-width:10px;
    border-left-width:10px;
    border-right-width:10px;
    margin-left: -10px;
    border-top-color:#C52964;
    top:100%;
    left:50%;
}

.add01 .after .in{
	display: flex;
	justify-content: space-between;
	padding: 0 30px 0;
}
.add01 .after .in .left{
	margin-top: 10px;
}
.add01 .after .in .left figure{
	text-align: right;
	margin-bottom: 5px;
}
.add01 .after .in .left p.lead{
	font-size: 2.7rem;
	font-weight: bold;
	color: #fff;
	background: #223996;
	border-radius: 30px;
	padding: 5px 30px;
}
.add01 .after .in .left p.lead span{
	font-size: 3.7rem;
}
.add01 .after .in .left p.txt{
	margin: 40px 0 0 40px;
}
.add01 .btn{
	text-align: center;
	margin-top: 50px;
	width: 490px;
	height: 130px;
}



section.about .photo{
	max-width: 1000px;
	margin: 50px auto 0;
}
section.about .photo ul{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
section.about .photo ul li{
	width: 317px;
}
section.about .photo ul li figure{
	border-bottom: 1px dashed #213a94;
	padding-bottom: 20px;
	margin-bottom: 10px;
}
section.about .photo ul li p{
	font-size: 1.4rem;
}


@media screen and (max-width: 767px){
.pc { display: none !important }
.sp { display: block !important }
.pc_br{ display: block; }
.sp_br{ display: none; }


body{
	-webkit-text-size-adjust:100%;
}
.fv img{
	min-height: auto;
	width: auto;
	max-width: 100%;
	object-fit: fill;
}
.fv .con-btn{
	bottom: -5px;
}
.fv .con-btn a{
/* font-size: 2rem;
padding: 12px 21px 12px 21px; */
}

.action-text{
	font-size: 1.6rem;
}

.section01{
	padding: 50px 0;
}
.section01 .inner{
	max-width: 100%;
}
.section01 .inner h2{
font-size: 2.4rem;
}
.section01 .inner .top2{
	position: relative;
	margin-top: 30px;
	min-height: auto;
	padding: 0 10px;
}
.section01 .inner .top2 ul{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	}
.section01 .inner .top2 ul li{
border-radius: 10px;
border: 1px solid #0070D4;
background: #FFF;
box-shadow: 1px 1px 0px 1px #0070D4;
font-size: 1.4rem;
padding: 0 15px;
text-align: center;
width: 170px;
	height: 90px;
	display: inline-flex;
	align-items: center;
}
.section01 .inner .top2 figure{
	text-align: center;
	margin: 10px 0;
}
.section01 .inner .top2 figure img{
	max-width: 72px;
}
.section01 .inner .middle{
	margin-top: 40px;
}
.section01 .inner .middle p{
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
.section01 .inner .middle p::before,
.section01 .inner .middle p::after{
	content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #223996;
}
.section01 .inner .middle p::before{
	margin-right: 0;
}
.section01 .inner .middle p::after{
	margin-left: 0;
}
.section01 .inner .middle p span{
	background: #223996;
	display: inline-block;
	padding: 8px 10px;
	color: #fff;
	font-size: 1.8rem;
	font-weight: 700;
	z-index: 2;
}
.section01 .inner .middle ul{
	margin-top: 30px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.section01 .inner .middle ul li{
	font-size: 1.4rem;
	margin-bottom: 13px;
	display: flex;
	align-items:flex-start;
	justify-content: flex-start;
	width: 90%;
}
.section01 .inner .middle ul li::before{
	content: "●";
	display: block;
	color: #0070D4;
	margin-right: 10px;
}
.section01 .inner .btm{
	margin-top: 40px;
	padding: 0 10px;
}
.section01 .inner .btm div{
	background: #223996;
	font-size: 2.4rem;
	font-weight: 700;
	text-align: left;
	padding: 10px 0 20px;
	color: #fff;
	line-height: 3rem;
	display: flex;
	justify-content: center;
	align-items:flex-end;
}
.section01 .inner .btm div::before,
.section01 .inner .btm div::after{
	content: "";
	display: block;
	background: url("../images/section01_icon.png") no-repeat;
	background-size: contain;
	width: 60px;
	height: 60px;
}
.section01 .inner .btm div::before{
	margin-right: 15px;
	margin-left: 15px;
}
.section01 .inner .btm div::after{
	display: none;
}
.section01 .inner .btm p span{
	font-size: 1.4rem;
}
.section01 .inner .btm ul{
	background: #fff;
	padding: 30px 10px;
}
.section01 .inner .btm ul li{
	font-size: 1.4rem;
	margin-bottom: 20px;
	display: flex;
	align-items: flex-start;
}
.section01 .inner .btm ul li:last-child{
	margin-bottom: 0;
}
.section01 .inner .btm ul li::before{
	content: "";
	display: inline-block;
	background: url("../images/section01_icon02.png") no-repeat;
	background-size: contain;
	width: 7%;
	height: 30px;
	margin-right: 5px;
}
.section01 .inner .btm ul li span{
	width: 92%;
	}

.section02 h2{
	background: #223996;
	font-size: 2.4rem;
	font-weight: 700;
	text-align: center;
	padding: 15px 5px;
	color: #fff;
}
.section02 .inner{
	max-width: 1000px;
	margin: 60px auto 0;
}
.section02 .inner ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 0 10px
}
.section02 .inner ul li{
	width: 48%;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.30);
	border-top: 10px solid #0070D4;
	margin-bottom: 30px;
	padding: 0 10px 20px;
	position: relative;
}
.section02 .inner ul li::before{
	content: "";
	display: block;
	background: url("../images/section02_icon.png") no-repeat;
	background-size: contain;
	width: 35px;
	height: 31px;
	position: absolute;
	top: -20px;
	left: 10px;
}
.section02 .inner ul li figure{
	margin: 20px auto 0;
	height: 50px;
}
.section02 .inner ul li:nth-child(1) figure{
	width: 43px;
}
.section02 .inner ul li:nth-child(2) figure{
	width: 49px;
}
.section02 .inner ul li:nth-child(3) figure{
	width: 46px;
}
.section02 .inner ul li:nth-child(4) figure{
	width: 57px;
}
.section02 .inner ul li:nth-child(5) figure{
	width: 45px;
}
.section02 .inner ul li:nth-child(6) figure{
	width: 38px;
}
.section02 .inner ul li p.ttl{
	font-size: 1.5rem;
	color: #223996;
	text-align: center;
	font-weight: 700;
	margin-top: 15px;
	height: auto;
}
.section02 .inner ul li:nth-child(1) p.ttl,
.section02 .inner ul li:nth-child(2) p.ttl,
.section02 .inner ul li:nth-child(3) p.ttl{
	height: auto;
}
.section02 .inner ul li p.txt{
	font-size: 1.4rem;
	margin-top: 10px;
}
.section02 .inner ul li p.txt strong{
	font-weight: 700;
}
.section02 .inner ul li p.txt span{
	color: #DA2D2D;
	font-weight: 700;
}
.section02 .inner ul li p.txt02{
	font-size: 1.2rem;
	margin-top: 20px;
}
.section02 .inner ul li p.txt02 strong{
	font-weight: 700;
}

.section03{
	margin-top: 70px;
}
.section03 h2{
	background: #223996;
	font-size: 2.4rem;
	font-weight: 700;
	text-align: center;
	padding: 20px 0;
	color: #fff;
}
.section03 .path{
	text-align: center;
}
.section03 svg{
	vertical-align: top;
	margin: -1px 0 0;
}
.section03 .inner{
	max-width: 700px;
	margin: 50px auto 0;
	padding: 0 10px;
}
.section03 .inner .box{
	display: flex;
	border-top: 10px solid #0070D4;
	background: #FFF;
box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
	margin-bottom: 50px;
}
.section03 .inner .box figure{
	width: 40%;
	height: 100%;
}
.section03 .inner .box .right{
	width: 60%;
	position: relative;
}
.section03 .inner .box .right .ttl{
	text-align: center;
	margin-top: 15px;
	font-size: 1.6rem;
	color: #223996;
	font-weight: 700;
}
.section03 .inner .box .right .ttl::after{
	display: block;
	content: "";
	width: 20px;
	height: 2px;
	background: #223996;
	margin: 5px auto 0;
}
.section03 .inner .box .right .txt{
	margin-top: 20px;
	font-size: 1.4rem;
	padding: 0 10px;
}
.section03 .inner .box .right .txt a{
	color: #DA2D2D;
	text-decoration: underline;
}
.section03 .inner .box .right .btn{
	position: absolute;
	bottom: 15px;
	right: 0;
}
.section03 .inner .box .right .btn a{
	background: none;
	box-shadow: none;
	font-size: 1.4rem;
	color: #0070D4;
	padding: 5px 15px;
	font-weight: 500;
	text-decoration: underline;
}
.section03 .inner .bnr{
	margin-top: 70px;
}
.section03 .inner .btn{
	margin-top: 30px;
	text-align: center;
}
.section03 .inner .btn a{
/* color: #FFF;
text-align: center;
font-size: 2rem;
font-weight: 700;
background: #F08421;
box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
padding: 11px 21px 11px 21px; */
}

.section04{
	margin-top: 70px;
}
.section04 h2{
	background: #223996;
	font-size: 2.4rem;
	font-weight: 700;
	text-align: center;
	padding: 18px 0;
	color: #fff;
}
.section04 .path{
	text-align: center;
}
.section04 svg{
	vertical-align: top;
	margin: -1px 0 0;
}
.section04 .inner{
	max-width: 680px;
	margin: 30px auto 0;
	padding: 0 10px;
}
.section04 .inner dl{
	font-size: 1.6rem;
	margin-bottom: 15px;
}
.section04 .inner dl dt{
	background: #9CC5E1;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	padding: 5px 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-weight: 500;
}
.section04 .inner dl dt::after{
	content: "＋";
	display: block;
	color: #fff;
	font-size: 3rem;
	font-weight: 500;
}
.section04 .inner dl dt.active::after{
	content: "ー";
	display: block;
	color: #fff;
	font-size: 3rem;
	font-weight: 500;
}
.section04 .inner dl dd{
	display: none;
	padding: 15px 10px;
	background: #FFF;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	font-size: 1.4rem;
}

.section05{
	margin-top: 70px;
}
.section05 h2{
	background: #223996;
	font-size: 2.4rem;
	font-weight: 700;
	text-align: center;
	padding: 20px 0;
	color: #fff;
}
.section05 .path{
	text-align: center;
}
.section05 svg{
	vertical-align: top;
	margin: -1px 0 0;
}
.section05 .inner{
	max-width: 1000px;
	margin: 30px auto 0;
	padding: 0 10px;
}
.section05 .inner .box{
	background: #FFF;
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
	border-top: 10px solid #0070D4;
	padding: 30px 10px;
}
.section05 .inner .box h3{
	font-size: 2rem;
	font-weight: 700;
	color: #223996;
	text-align: center;
	padding-bottom: 10px;
}
.section05 .inner .box .menu_pc{
	display: none;
}
.section05 .inner .box .menu_sp{
	display: flex !important;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px dashed #666;
	margin-top: 30px;
	padding: 0 0px 25px;
}
.section05 .inner .box .bdn{
	border: 0;
}
.section05 .inner .box .menu_sp div{
	width: 60%;
}
.section05 .inner .box .menu_sp .name{
	width: 100%;
	font-size: 1.6rem;
	font-weight: 700;
}
.section05 .inner .box .menu_sp .info{
	width: 100%;
	font-size: 1.2rem;
	margin-top: 10px;
}
.section05 .inner .box .menu_sp .price{
	width: 35%;
	font-size: 2.4rem;
	color: #0070D4;
	font-weight: 700;
	text-align: center;
}
.section05 .inner .box .menu_sp .price span{
	display: block;
	font-size: 1.5rem;
	font-weight: 700;
	border-radius: 3px;
	background: #E5F2FA;
	color: red;
	text-align: center;
}
.section05 .inner .box .txt{
	text-align: right;
	margin-top: 0px;
	font-size: 1.4rem;
	margin-right: 20px;
}

.section05 .inner .box2{
	background: #FFF;
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
	border-top: 10px solid #0070D4;
	padding: 30px 10px 30px;
	margin-top: 50px;
}
.section05 .inner .box2 .cover{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.section05 .inner .box2 .left{
	width: 100%;
	border-right: none;
	border-bottom: 1px solid #666;
	padding: 0 10px 50px 0;
}
.section05 .inner .box3 .left{
	width: 100%;
	border: none;
	padding: 0;
}
.section05 .inner .box2 .right{
	width: 100%;
	margin-top: 30px;
}
.section05 .inner .box3 .right{
	width: 100%;
	margin-top: 0px;
}
.section05 .inner .box2 h3{
	font-size: 1.6rem;
	font-weight: 700;
	color: #223996;
	text-align: center;
	padding-bottom: 30px;
}
.section05 .inner .box2 .menu{
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px dashed #666;
	margin-top: 10px;
	padding: 0 0px 10px;
}
.section05 .inner .box2 .menu:last-child{
	border: 0;
}
.section05 .inner .box3 .left .menu:last-child{
	border-bottom: 1px dashed #666;
}
.section05 .inner .box2 .menu .name{
	font-size: 1.4rem;
}
.section05 .inner .box2 .menu .price{
	font-size: 1.4rem;
	font-weight: 700;
	text-align: center;
}
.section05 .inner .box2 .txt{
	text-align: right;
	margin-top: 20px;
	font-size: 1.4rem;
	margin-right: 0px;
}
.section05 .inner figure{
	max-width: 700px;
	margin: 70px auto 0;
}
.section05 .inner .btn{
	margin-top: 30px;
	text-align: center;
}
.section05 .inner .btn a{
/* color: #FFF;
text-align: center;
font-size: 2rem;
font-weight: 700;
background: #F08421;
box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
padding: 11px 21px 11px 21px; */
}

section.qa{
	background: #E5F2FA;
	margin-top: 120px;
	position: relative;
	padding-bottom: 120px;
}
section.qa .ttl{
	font-size: 6.4rem;
	color: #9CC5E1;
	text-align: center;
	position: absolute;
	top: -40px;
	left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
section.qa .ttl span{
	font-size: 4.8rem;
}
section.qa h2{
	color: #223996;
	text-align: center;
	font-size: 2rem;
	font-weight: 700;
	padding-top: 35px;
}
section.qa .inner{
	max-width: 680px;
	margin: 30px auto 0;
	padding: 0 10px;
}
section.qa .inner dl{
	font-size: 1.4rem;
	margin-bottom: 15px;
}
section.qa  .inner dl dt{
	background: #9CC5E1;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	padding: 5px 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-weight: 500;
}
section.qa  .inner dl dt::after{
	content: "＋";
	display: block;
	color: #fff;
	font-size: 3rem;
	font-weight: 500;
}
section.qa  .inner dl dt.active::after{
	content: "ー";
	display: block;
	color: #fff;
	font-size: 3rem;
	font-weight: 500;
}
section.qa  .inner dl dd{
	display: none;
	padding: 20px;
	background: #FFF;
box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}



.add01 .after{
	max-width: 1000px;
	margin: 50px auto 0;
	background: #fff;
	border: 2px solid #223996;
	position: relative;
}
.add01 .after p.top{
}
.add01 .after p.top{
    position:relative;
    width:120px;
    height:35px;
    background:#C52964;
    padding:5px;
    text-align:center;
    color:#FFFFFF;
    font-size:1.6rem;
    font-weight:bold;
    border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
	margin: -17px auto 0;
	box-shadow: 1px 2px 7px 1px rgba(0, 0, 0, 0.25);
}
.add01 .after p.top:after{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    border-color: rgba(197, 41, 100, 0);
    border-top-width:10px;
    border-bottom-width:10px;
    border-left-width:10px;
    border-right-width:10px;
    margin-left: -10px;
    border-top-color:#C52964;
    top:100%;
    left:50%;
}

.add01 .after figure{
	text-align: right;
	margin-right: 5px;
	}
.add01 .after figure img{
	width: 10%;
	}
.add01 .after p.lead{
	font-size: 1.3rem;
	font-weight: bold;
	color: #fff;
	background: #223996;
	border-radius: 30px;
	padding: 5px 15px;
	margin: 0 10px;
}
.add01 .after p.lead span{
	font-size: 1.8rem;
}

.add01 .after .in{
	display: flex;
	justify-content: space-between;
	padding: 0 15px 0;
	margin-top: 10px;
}
.add01 .after .in .left{
	margin-top: 10px;
}
.add01 .after .in .left p.txt{
	margin: 0;
	font-size: 1.3rem;
}
.add01 .btn{
	text-align: center;
	margin-top: 30px;
	width: 100%;
	height: 100px;
}



section.about{
	position: relative;
	padding-bottom: 120px;
}
section.about .ttl{
	font-size: 6.4rem;
	color: #9CC5E1;
	text-align: center;
	position: absolute;
	top: -40px;
	left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
section.about .ttl span{
	font-size: 8rem;
}
section.about h2{
	color: #223996;
	text-align: center;
	font-size: 2rem;
	font-weight: 700;
	padding-top: 35px;
}
section.about .inner{
	max-width: 1000px;
	margin: 30px auto 0;
	display: block;
	justify-content: space-between;
	align-items: flex-start;
}
section.about .inner .left{
	width: 100%;
}
section.about .inner .iframe-wrapper {
  position:static;
width:100%;
height:auto;
padding-top:0%;
	padding-bottom: 15px;
}

section.about .inner .iframe-wrapper iframe {
  position: static;
  top: 0;
  left: 0;
  width: 100%;
  height: 300px;
}
section.about .inner .right{
	width: 95%;
	margin: 30px auto 0;
}
section.about .inner .right .schedule{
	background: #E5F2FA;
	padding: 10px 10px 15px;
}
section.about .inner .right table{
	width: 100%;
	font-size: 1rem;
}
section.about .inner .right table tr{
	border-bottom: 1px solid #000;
}
section.about .inner .right table tr:last-child{
	border-bottom: 0;
}
section.about .inner .right table tr td{
	padding: 10px 5px;
	text-align: center;
	width: 8%;
	vertical-align: middle;
}
section.about .inner .right table tr td.bl{
	color: #223996;
	font-weight: 700;
	width: 20%;
}
section.about .inner .right table tr td.on{
	color: #223996;
	font-weight: 700;
	font-size: 1rem;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}
section.about .inner .right table tr td.off{
	color: #223996;
	font-weight: 700;
}
section.about .inner .right p.txt{
	text-align: right;
	font-size: 0.9rem;
}
section.about .inner p.address{
	margin-top: 10px;
	padding: 0 20px;
}
section.about .inner .right p.address strong{
	font-weight: 700;
}
section.about figure{
	max-width: 700px;
	margin: 70px auto 0;
	padding: 0 10px;
}
section.about .btn{
	margin-top: 30px;
	text-align: center;
}
section.about .btn a{
/* color: #FFF;
text-align: center;
font-size: 2rem;
font-weight: 700;
background: #F08421;
box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
padding: 11px 21px 11px 21px; */
}

section.docter{
	position: relative;
	padding-bottom: 70px;
	background: #E5F2FA;
}
section.docter .ttl{
	font-size: 6.4rem;
	color: #9CC5E1;
	text-align: center;
	position: absolute;
	top: -40px;
	left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
section.docter h2{
	color: #223996;
	text-align: center;
	font-size: 2rem;
	font-weight: 700;
	padding-top: 35px;
}
section.docter .inner{
	max-width: 1000px;
	margin: 30px auto 0;
	display: block;
	justify-content: space-between;
	align-items:flex-end;
}
section.docter .inner figure{
	width: 60%;
	margin: 0 auto;
}
section.docter .inner .right{
	width: 90%;
	margin: 20px auto 0;
}
section.docter .inner .right .name{
	font-size: 1.6rem;
	font-weight: 700;
	margin-bottom: 10px;
	text-align: center;
}

footer{
	background: #223996;
	padding: 20px 0 100px;
	color: #fff;
}
footer .inner{
	max-width: 1000px;
	margin: 0 auto;
	position: relative;
	padding: 0 20px;
}
footer .inner .left{
	padding-top: 10px;
}
footer .inner .left .name{
	font-size: 2rem;
	font-weight: 700;
}
footer .inner .left .txt{
	margin-top: 20px;
}
footer .inner .btn{
	position: absolute;
	right: 20px;
	top: 0;
}
footer .inner .btn img{
	width: 50px;
}
footer .inner .copy{
	text-align: center;
	margin-top: 30px;
}


.sp-header {
}

/*========= ナビゲーションのためのCSS ===============*/

#g-nav{
    /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    position:fixed;
    z-index: 999;
    /*ナビのスタート位置と形状*/
  top:-120%;
    left:0;
  width:100%;
    height: 70vh;/*ナビの高さ*/
  background: rgba(34, 57, 150, 0.80);
    /*動き*/
  transition: all 0.6s;
}

/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive{
    top: 0;
}

/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list{
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 70vh;/*表示する高さ*/
    overflow: auto;
    -webkit-overflow-scrolling: touch;
	display: flex;
	align-items: center;
	justify-content: center;
}

/*ナビゲーション*/
#g-nav ul {
    /*ナビゲーション天地中央揃え*/
    z-index: 999;
    top:50%;
    left:50%;

}

/*リストのレイアウト設定*/

#g-nav li{
  list-style: none;
    text-align: center;
	padding-bottom: 25px;
}
#g-nav li a{
  color: #fff;
	font-size: 2rem;
  text-decoration: none;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 700;
}

/*ボタン外側※レイアウトによってpositionや形状は適宜変更してください*/
.openbtn5{
  position:fixed;/*ボタン内側の基点となるためrelativeを指定*/
  background: rgba(34, 57, 150, 0.80);
  cursor: pointer;
    width: 65px;
    height:55px;
	z-index: 9999;
	top: 0px;
	right: 0px;
}

/*ボタン内側*/
.openbtn5 span{
    display: inline-block;
    transition: all .4s;/*アニメーションの設定*/
    position: absolute;
  }

.openbtn5 span:nth-of-type(1),
.openbtn5 span:nth-of-type(2) {
    height: 3px;
  background: #fff;
    width: 70%;
    left: 15%;
 }

.openbtn5 span:nth-of-type(1) {
  top:13px;
}

.openbtn5 span:nth-of-type(2) {
  top:23px;
}

.openbtn5 span:nth-of-type(3) {
  top:28px;
	left: 10px;
  font-size:1.4rem;
	font-weight: 700;
  text-transform: uppercase;
  color: #fff;
}

/*activeクラスが付与されると線が回転して×になり、Menu表記をしている2つ目の要素が透過して消える*/
.openbtn5.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
}

.openbtn5.active span:nth-of-type(3) {
  opacity: 0;
}

.openbtn5.active span:nth-of-type(2){
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
}



section.about .photo{
	max-width: 1000px;
	margin: 30px auto 0;
	padding: 0 10px;
}
section.about .photo ul{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
section.about .photo ul li{
	width: 32%;
}
section.about .photo ul li figure{
	border-bottom: 1px dashed #213a94;
	padding-bottom: 10px;
	margin-bottom: 5px;
}
section.about .photo ul li p{
	font-size: 1rem;
}


}
.sp-btn{
	position: fixed;
	bottom: 0px;
	width: 100%;
	z-index: 9999;
}
.sp-btn p.btn{
	display: flex;
	justify-content: center;
}
.sp-btn p.btn a:nth-child(1){
	background: #F08421;
	box-shadow: 0px 2.736px 2.736px 0px rgba(0, 0, 0, 0.25);
	color: #fff;
	font-weight: 700;
	font-size: 1.5rem;
	padding: 15px 9px;
	margin-right: 15px;
	min-width: 170px;
	text-align: center;
}
.sp-btn p.btn a:nth-child(2){
	background: #0070D4;
	box-shadow: 0px 2.736px 2.736px 0px rgba(0, 0, 0, 0.25);
	color: #fff;
	font-weight: 700;
	font-size: 1.5rem;
	padding: 15px 9px;
	min-width: 170px;
	text-align: center;
}


.sp-btn .cowntdown {
	color: #ffffff;
	text-align: center;
    font-size: 1.2rem;
    margin-bottom: 10px;
    font-weight: 600;
}

.sp-btn .countdown_display{
	width: fit-content;
	float:left;
	display: block;

}
 .sp-btn .cowntdown .layout {
	padding-top: 10px;
	display: block;
	text-align: center;
	width: fit-content;
	margin-left: auto;
	margin-right: auto;
}
.sp-btn .cowntdown .layout .text{
	width: fit-content;
	float:left;
	display: block;
}


 .cowntdown .layout .text:before {
    width: 25px;
    height: 52px;
    left: -30px;
    bottom: -5px;
}

.sp-btn .cowntdown .layout .text:before {
    content: '';
    background-size: cover;
    width: 51px;
    height: 104px;
    left: -70px;
    bottom: -15px;
    position: absolute;
}

.sp-banner{
    position: relative;
    top: 0;
    background: #142670d4;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25), 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    height: 90px;
    width: 100%;
    z-index: 100;
}

.sp-banner .cowntdown {
	text-align: center;
    margin-bottom: 10px;
}
 .sp-banner .layout {
    display: flex;
    justify-content: center;
    position: relative;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align:baseline;
    display: block;
}

.sp-banner  .text {
	color: #FFFFFF;
	text-align: center;
    font-size: 1.8rem;
    font-weight: 500;
}


.sp-banner .countdown_display{
	color: #FFFFFF;
	font-size: 2.2rem;
    margin-top: 5px;
    font-weight: 500;

}
.sp-banner .cowntdown .layout .text, .float_btn .cowntdown .layout .countdown_display {
    position: relative;
    display: inline-block;
    top: 8px;
     font-weight: 600;
}

.sp-banner .countdown_display span:nth-of-type(1),
.sp-banner .countdown_display span:nth-of-type(2),
.sp-banner .countdown_display span:nth-of-type(5),
.sp-banner .countdown_display span:nth-of-type(6),
.sp-banner .countdown_display span:nth-of-type(8),
.sp-banner .countdown_display span:nth-of-type(9) {
    font-size: 3.8rem;
    letter-spacing: 10px;
}

.sp-banner .countdown_display span:nth-of-type(5),
.sp-banner .countdown_display span:nth-of-type(8) {
    margin-left: 10px;
}



.reflection{
display:inline-block;
position:relative;
overflow:clip;
}


.reflection:after {
content:"";
height:100%;
width:30px;
position:absolute;
top:-180px;
left:0;
background-color: #fff;
opacity:0;
-webkit-transform: rotate(45deg);
-webkit-animation: reflection 2s ease-in-out infinite;
}

@keyframes reflection {
0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}


.count_pc {
	font-size: 2.2rem;

}
.especial{
	font-size: 1.8rem;
    font-weight: bold;
    color: #223996;
}


