@charset "utf-8";

/*************** 共通 ***************/
#wrapper{
width: 100%;
}
ul{
list-style-type:none;
}
a{
text-decoration: none;
}
img{
vertical-align: bottom;
max-width:100%;
line-height:0
}
figure{
text-align: center;
}
a:hover,a figure img:hover{
opacity: 0.7;
}
.sp{
display: none;
}
.pc-flex,.flex,.flex-wrap{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.flex-wrap{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
justify-content: space-between;
}
.left,.left-box,.center{
margin-right: 5%;
}
.bold{
font-weight: bold;
}
.white{
color: #FFF;
}
.orange{
color: #ea6000;
}
.purple{
color: #1d2088;
}
.container,header .cont1,header .cont3 .box1,#sec1 .box1,#sec2 .box1,#sec3 .cont1,#sec3 .cont2,#sec3 .cont3,footer .cont1 .pc-flex,footer .cont2,footer .cont3 .flex{
max-width: 1080px;
margin: auto;
}

@media screen and (max-width:1180px){
.container,header .cont1,header .cont3 .box1,#sec1 .box1,#sec2 .box1,#sec3 .cont1,#sec3 .cont2,#sec3 .cont3,footer .cont1 .pc-flex,footer .cont2,footer .cont3 .flex{
margin: auto 3%;
}
}

@media screen and (max-width:1080px){
.container,header .cont1,header .cont3 .box1,#sec1 .box1,#sec2 .box1,#sec3 .cont1,#sec3 .cont2,#sec3 .cont3,footer .cont1 .pc-flex,footer .cont2,footer .cont3 .flex{
max-width: initial;
}
}

@media screen and (max-width:700px){
.pc{
display: none;
}
.sp,.pc-flex{
display: block;
}
.sp-flex{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.flex .left,.flex .center{
margin-right: 0;
}
.sp-flex .left{
margin-right: 5%;		
}
figure{
margin: 0 auto 5%;
text-align: center;
}
}
/*************** //共通ここまで ***************/


/*************** 文字 ***************/
h3,h4,h5,p{
text-align: justify;
}
h2{
font-size: 3.2vw;
margin-bottom: 2%;
text-align: center;
}
h3{
font-size: 2.3vw;
color: #3E3A39;
}
h4{
font-size: 2.1vw;
}
h2,h3{
line-height: 1.3em;
}
h2,h3,h5,span{
font-weight: bold;
}
p{
font-size: 16px;
color: #656464;
}
h4,h5,p{
line-height: 1.5em;
}
small{
font-size: 80%;
}
.mincho{
font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.hiragino_W6{
font-family: "Hiragino Mincho W6 JIS2004", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.hiragino_W3{
font-family: "Hiragino Kaku Gothic W3 JIS2004","Hiragino Kaku Gothic ProN","Yu Gothic Medium", sans-serif;
}
.TBUD-G_R{
font-family: "TBUDGothic R","UD Shin Go Regular","Hiragino Kaku Gothic ProN","Yu Gothic Medium", sans-serif;
}
.TBUD-G_B{
font-family: "TBUDGothic B","UD Shin Go DemiBold","Hiragino Kaku Gothic ProN","Yu Gothic Medium", sans-serif;
}


@media screen and (min-width:1080px){
h2{
font-size: 48px;
}
h3{
font-size: 32px;
}
h4{
font-size: 27px;
}
}

@media screen and (max-width:700px){
h2,h3{
font-size: 21px;
}
h4{
font-size: 18px;
}
p{
font-size: 14px;
}
h2,h3,h4,h5{
text-align: left;		
}
}
/*************** //文字ここまで ***************/





/*************** header ***************/
header{
margin: 1.5% auto 0;
}
header h1{
margin: auto 3%;
}
header .pc-flex,header .flex{
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
header .cont1 p{
font-size: 1.28vw;
line-height: 1.3em;
text-align-last: justify;
margin-bottom: 1%;
}
header .cont1{
margin: 0 auto 1.5%;
}
header .cont2{
background-color: #eeeee8;
}

@media screen and (min-width:1080px){
header .cont1 p{
font-size: 14px;
}
}

@media screen and (max-width:1130px){	
header .cont1{
padding: 0 3%;
}
}

@media screen and (max-width:700px){
header{
margin: 7% auto 0;	
}
h1 figure,header p{
text-align: center;
}
h1 figure{
margin-bottom: 1.5%;		
}
header .cont1 p{
font-size: 12px;
text-align-last: center;
margin-bottom: 3%;
}
header .flex,header .cont3 h2{
justify-content: center;
}
header .flex .left{
margin-right: 5%;		
}
header figure{
text-align: center;
}
header figure{
margin-bottom: 0;
}
header .cont1 figure{
margin-bottom: 2%;	
}
header .cont1{
margin: 0 3% 5%;
}
header .cont3{
background-color: #1d2087;
padding: 5% 0;
}
header .cont3 h2{
font-size: 5vw;
text-align: center;
}
header .cont3 p{
text-align: left;
}
}
/*************** //headerここまで ***************/

.button a{
background: #1D2088;
color: #FFF;
padding: 2% 4%;
}
.button a:hover{
background: #F29600;
}
body:not(.home) #article a, #archive_faq_list .question:hover{
color: #FFF !important;
}
.button{
text-align: center;
}


/*************** sec1 ***************/
#sec1{
margin-bottom: 5%;
}
#sec1 .cont1{
background-color: #00a7ea;
padding: 3% 0;
}
#sec1 .cont1 h2{
color: #fff000;
font-size: 3.55vw;
text-align: left;
}
#sec1 .cont1 p{
color: #231815;
}
#sec1 .cont1 .left,#sec1 .cont1 .right{
width: 50%;
}
#sec1 .cont2 h2{
font-size: 4.75vw;
color: #0068b6;
text-shadow: 
    #FFF 2px 2px 10px, #FFF -2px 2px 10px,
    #FFF 2px -2px 10px, #FFF -2px -2px 10px,
	#FFF 2px 2px 10px, #FFF -2px 2px 10px,
    #FFF 2px -2px 10px, #FFF -2px -2px 10px,
	#FFF 2px 2px 10px, #FFF -2px 2px 10px,
    #FFF 2px -2px 10px, #FFF -2px -2px 10px;
}
#sec1 .cont2{
padding: 5% 0;
background-image: url("../img/sec1_01.jpg");
background-size: cover;
background-position: top;
}

@media screen and (max-width:700px){
#sec1 .cont1{
padding: 5% 0;		
}
#sec1 .cont1 h2{
font-size: 5vw;
text-align: center;
}
#sec1 .cont1 p span{
color: #FFF;
}
#sec1 .cont2 h2{
font-size: 4.95vw;
}
#sec1 .cont1 .left,#sec1 .cont1 .right{
width: 100%;
}
}

@media screen and (min-width:1080px){
#sec1 .cont1 h2{
font-size: 38.5px;
}
#sec1 .cont2 h2{
font-size: 48px;
}
}
	
/*************** //sec1ここまで ***************/





/*************** sec2 ***************/
#sec2{
margin-bottom: 5%;
}
#sec2 h2{
font-size: 4.8vw;
}
#sec2 h3{
font-size: 3.45vw;
}
#sec2 h3,#sec2 .cont2 .orange,#sec2 .cont4 p,#sec2 .cont3 .orange{
text-align: center;
}
#sec2 .cont1,#sec2 .cont2,#sec2 .cont3,#sec2 .cont4,#sec2 .cont5{
padding: 5% 0;
}
#sec2 .cont1,#sec2 .cont3,#sec2 .cont5{
background-color: #c6e8fa;
}
#sec2 h3,#sec2 .cont1 figure,#sec2 .cont2 p,#sec2 .cont3 .pc-flex,#sec2 .cont5 figure{
margin-bottom: 3%;
}
#sec2 .cont2 figure{
width: 60%;
margin: 0 auto 3%;
}
#sec2 .cont2 .orange,#sec2 .cont3 .orange{
font-size: 3vw;
}
#sec2 .cont3 .left,#sec2 .cont5 figure{
width: 70%;
}
#sec2 .cont3 .right{
width: 30%;
}
#sec2 .cont5 figure{
margin: 0 auto 3%;
}

@media screen and (max-width:700px){
#sec2 h2{
text-align: center;	
}
#sec2 h2,#sec2 h3{
font-size: 5vw		
}
#sec2 .cont2 figure,#sec2 .cont3 .left{
width: 80%;
}
#sec2 .cont2 .orange,#sec2 .cont3 .orange{
font-size: 4.5vw;
}
#sec2 .cont2 p,#sec2 .cont3 .left{
margin-bottom: 5%;
}
#sec2 .cont3 .left,#sec2 .cont5 figure{
width: 100%;
}
#sec2 .cont3 .right{
width: 50%;
margin: 0 auto;
}
}

@media screen and (min-width:1080px){
#sec2 h2{
font-size: 48px;
}
#sec2 h3{
font-size: 40px;
}
#sec2 .cont2 .orange,#sec2 .cont3 .orange{
font-size: 24px;
}
}
/*************** //sec2ここまで ***************/





/*************** sec3 ***************/
#sec3{
margin-bottom: 10%;
}
#sec3 .cont1 .flex{
justify-content: space-between;
align-items: flex-end;
}
#sec3 .cont1 p{
padding-bottom: 10%;
}
#sec3 .cont1 .flex figure{
width: 20vw;
}
#sec3 .cont1 h4,#sec3 .cont1 p,#sec3 .cont2 h3{
text-align: center;
}
#sec3 .cont1 h4{
font-size: 3.85vw;
}
#sec3 .cont1 p{
font-size: 2.8vw;
}
#sec3 .cont2{
margin-bottom: 3%;
}
#sec3 .cont3 span{
color: #EA6000;
}
#sec3 .cont3 .left,#sec3 .cont3 .right{
width: 100%;
}

@media screen and (max-width:700px){
#sec3{
margin-bottom: 15%;
}
#sec3 .cont1 .flex figure{
margin-bottom: 0;
width: 40vw;
}
#sec3 .cont1 h2{
margin-bottom: 7%;
}
#sec3 .cont1 h4{
font-size: 4.9vw;
}
#sec3 .cont1 p{
font-size: 4vw;
padding-bottom: 1.5%;
}
#sec3 .cont2{
margin-bottom: 10%;
}
#sec3 .cont2 h3{
text-align: left;
}
#sec3 .cont3 .left{
margin: 0 0 5% 0;
}
}

@media screen and (min-width:1080px){
#sec3 .cont1 .flex figure{
width: 250px;
}
#sec3 .cont1 h4{
font-size: 36.3px;
}
#sec3 .cont1 p{
font-size: 21px;
}
}

/*************** //sec3ここまで ***************/





/*************** footer ***************/
footer .cont1{
padding: 5% 0;
background: #EEEEE8;
}
footer .cont1 .flex .left,footer .cont1 .flex .right{
width: 50%;
}
footer .cont1 figure{
margin: 3% auto;
}
footer .logo{
padding-bottom: 3%;
margin-bottom: 5%;
border-bottom: 1.5px solid #EA6000;
}
footer .cont1 .flex{
margin: 1.5% auto;
justify-content: space-between;
}
footer .cont1 .left-box .flex .left,footer .cont1 .left-box .flex .right{
width: 30%;
}
footer .cont1 .left-box .flex p{
font-size: 14px;
text-align: center;
padding: 1.5% 0;
border: 1px solid #656464;
border-radius: 0.5em;
}
.map {
margin: 0 auto;
position: relative;
width: 100%;
padding-top: 68%;
}
.map iframe {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
margin-top: 3%;
}
footer .cont2 .pc-flex{
justify-content: space-between;
align-items: flex-end;
}
footer .cont2 .left{
margin-right: 1.5%;
}
footer .cont2 p{
font-size: 1.6vw;
margin-bottom: 3%;
}
footer .cont2 p span{
font-size: 3.45vw;
}
footer .cont2 .left .pc,footer .cont2 .right{
width: 25vw;
}
footer .cont2 .right figure{
margin-bottom: 5%;
}
footer .cont3{
background: #656464;
}
footer .cont3 p{
color: #fff;
padding: 2.5% 0;
}
footer .cont3 .flex{
justify-content: space-between;
}

@media screen and (max-width:700px){
footer .cont1{
padding: 10% 0;
}
footer .cont1 .left-box{
margin-right: 0;
}
footer .cont1 .flex .left-box,footer .cont1 .flex .right-box{
width: 100%;
margin-bottom: 12%;
}
footer .cont1 .right-box .flex .left{
margin-right: 5%;
}
footer .cont1,footer .cont2{
margin-bottom: 10%;		
}
footer .cont2 .left{
margin-right: 0;
}
footer .cont1 .left-box .flex p{
font-size: 12px;
}
footer .cont2 p span{
font-size: 8vw;
}
footer .cont2 p{
font-size: 16px;
margin-bottom: 1.5%;
}
footer .cont2 figure,footer .cont2 p{
text-align: center;		
}
}

@media screen and (min-width:1080px){
footer .cont2 p span{
font-size: 37px;
}
footer .cont2 p{
font-size: 16px;
}
footer .cont2 .left .pc,footer .cont2 .right{
width: 270px;
}
}
/*************** //footerここまで ***************/