@charset "UTF-8";
/*----------------------------------------------------
　
------------------------------------------------------*/
#main {
position: relative;
height: 390px;
overflow: hidden;
margin: 0 0 95px;
background: url("img/main.jpg") no-repeat 0 100px;
background-size:100% auto;
padding-top:100px; 
}

#main h2{
  position: relative;
  top: 40%;
  width: 90%;
  max-width: 1520px;
  margin: 0 auto;
  z-index: 1;
  line-height: 1.2;
  color: #037bda;
  font-size: 48px;
  font-family: a-otf-futo-min-a101-pr6n, serif;
  font-weight: 400;
  font-style: normal;
  text-align: left;
  text-shadow: -1px -1px 15px #fff,1px 1px 15px #fff,-1px 1px 15px #fff,1px -1px 15px #fff;
}

@media screen and (max-width: 1200px) {
#main {
height: 390px;
margin: 0 0 45px;
padding-top:65px;
background-position: 0 65px;
}
#main h2{
  font-size: 24px;
}
}
@media screen and (max-width: 800px) {
#main {
height: 150px;
margin: 0 0 45px;
padding-top:65px;
background: url("img/main_sp.jpg") no-repeat;
background-position: 0 65px;
background-size:100% auto;
}
#main h2{
  font-size: 18px;
}

}
@media screen and (max-width: 480px) {
#main {
height: 100px;
}
}



#main-text{
clear: both;
width: 90%;
max-width: 910px;
margin: 0 auto 95px;
}


@media screen and (max-width: 800px) {
#main-text{
text-align: left;
margin: 0 auto 50px;
}

}


/*----------------------------------------------------
　
------------------------------------------------------*/
.omoi{
clear: both;
overflow: hidden;
margin: 0 0 100px;
}
.omoi h2{
font-size: 23px;
font-family: a-otf-futo-min-a101-pr6n, serif;
font-weight: 400;
font-style: normal;
line-height: 1.76;
}
.omoi h2 .no{
display: block;
color: #4fb6f0;
font-size: 60px;
font-family: 'Roboto', sans-serif;
font-weight: 300;
font-style: normal;
line-height: 1;
}
@media screen and (max-width: 1200px) {
.omoi{
clear: both;
overflow: hidden;
margin: 0 0 0;
}
.omoi h2{
font-size: 18px;
}
.omoi h2 .no{
font-size: 30px;
}
}
@media screen and (max-width: 800px) {
.omoi h2{
font-size: 16px;
}
.omoi h2 .no{
font-size: 26px;
}
}
@media screen and (max-width: 480px) {
.omoi h2{
font-size: 15px;
}
.omoi h2 .no{
font-size: 24px;
}
}

/*--------------------------*/

#text01{
clear: both;
overflow: hidden;
position: relative;
background: #f6fbfe;
}

#text01 .img{
float: right;
width: 50%;
}

#text01 .inner{
overflow: hidden;
float: left;
width: 50%;
text-align: center;
}
#text01 .inner h2{
float: right;
width: 100%;
max-width:760px;
position: relative;
padding-top: 160px;
}


@media screen and (max-width: 1200px) {
#text01 .img{
float: none;
width: 100%;
}
#text01 .inner{
float: none;
width: 100%;
}
#text01 .inner h2{
float: none;
max-width: 90%;
margin: 0 auto;
padding: 2.6em 0 2em;
}
}


/*--------------------------*/

#text02{
clear: both;
overflow: hidden;
position: relative;
background: #fff;
}

#text02  h2{
float: none;
max-width: 90%;
margin: 0 auto;
padding: 0 0 1em;
}

#text02 .img{
clear: both;
}
#text02 .img img{
float: left;
width: 50%;
}
@media screen and (max-width: 1200px) {
#text02  h2{
float: none;
max-width: 90%;
margin: 0 auto;
padding: 2.6em 0 2em;
}

#text02 .img img{
float: none;
width: 100%;
}
}

/*--------------------------*/

#text03{
clear: both;
overflow: hidden;
position: relative;
background: #f6fbfe;
}

#text03 .img{
float: left;
width: 50%;
}

#text03 .inner{
overflow: hidden;
float: right;
width: 50%;
text-align: center;
}
#text03 .inner h2{
float: left;
width: 79%;
max-width:760px;
position: relative;
padding-top: 160px;
text-align: left;
margin-left: 20%;
}
@media screen and (max-width: 1680px) {
#text03 .inner h2{
padding-top: 90px;

}

}
@media screen and (max-width: 1200px) {
#text03{
margin-bottom: 50px;
}
#text03 .img{
float: none;
width: 100%;
}
#text03 .inner{
float: none;
width: 100%;
}
#text03 .inner h2{
float: none;
max-width: 90%;
margin: 0 auto;
padding: 2.6em 0 2em;
}
}

/*----------------------------------------------------
　
------------------------------------------------------*/

#other-page-link{
clear: both;
overflow: hidden;
position: relative;
width:90%;
max-width: 1520px;
margin: 0 auto 120px;
}

#other-page-link ul{
overflow: hidden;
}
#other-page-link ul li{
float: left;
width: 48%;
margin-right: 4%;
position: relative;
}
#other-page-link ul li:nth-child(2n){
margin-right: 0;
}

#other-page-link ul li a{
display: block;
border: 1px solid #dedede;
}
#other-page-link ul li a:hover{
opacity: 0.8;
}
@media screen and (min-width: 1200px) {
#other-page-link ul li a{
border: none;
}
#other-page-link ul li a .arrow{
display: none;
}
}


@media screen and (max-width: 1200px) {
#other-page-link{
margin-bottom: 40px;
}
#other-page-link ul li{
clear: both;
float: none;
width: 100%;
overflow: hidden;
margin: 0 0 20px;
text-align: left;
}


}

/*--------------------------*/

#other-page-link ul li img{
width: 100%;
}
#other-page-link ul li .arrow{
position: relative;
display: block;
width: 50px;
height: 50px;
line-height: 50px;
margin: -25px auto 10px;
color: #fff;
text-align: center;
background: #4fb6f0;
border: 1px solid #fff;
border-radius: 50%;
}

#other-page-link ul li .name{
display: block;
padding: 1em 0 1em;
color: #4fb6f0;
font-size: 28px;
font-family: 'Noto Sans JP', sans-serif;
font-weight: normal;
font-style: normal;
}


@media screen and (max-width: 1200px) {
#other-page-link ul li img{
width: 50%;

}
#other-page-link ul li .arrow{
position: absolute;
left: 50%;
top: 50%;
width: 26px;
height: 26px;
line-height: 26px;
font-size: 12px;
margin: -13px 0 0 -13px;
}


#other-page-link ul li .name{
position: absolute;
padding: 0;
display: block;
top: 50%;
left: 50%;
width: 50%;
margin-top: -7px;
font-size: 14px;
text-align: center;
}
}





#other-page-link ul li a{
display: block;
}
#other-page-link ul li a .link{
position: relative;
display: block;
max-width: 300px;
margin: 0 auto;
color: #fff;
font-size: 18px;
line-height: 3;
text-align: center;
background: #4fb6f0;
border: 1px solid #4fb6f0;
border-radius: 1.8em;
}
#other-page-link ul li a .link::before{
font-family: "Font Awesome 5 Free";
content: '\f061';
font-weight: 600;
position: absolute;
right: 2em;
top: 1em;
font-size: 60%;
}
#other-page-link ul li a .link:hover{
color: #4fb6f0;
background: #fff;
}
@media screen and (max-width: 1200px) {
#other-page-link ul li{
float: none;
clear: both;
width: 100%;
}
#other-page-link ul li a .link{
max-width: 150px;
font-size: 13px;
line-height: 2;
display: none;
}
#other-page-link ul li a .link::before{
top: 0.6em;
}

}

@media screen and (max-width: 1200px) {
#other-page-link ul li img{
width: 50%;

}
#other-page-link ul li .arrow{
position: absolute;
left: 50%;
top: 50%;
width: 26px;
height: 26px;
line-height: 26px;
font-size: 12px;
margin: -13px 0 0 -13px;
}


#other-page-link ul li .name{
position: absolute;
display: block;
top: 50%;
left: 50%;
width: 50%;
padding: 0;
margin-top: -7px;
font-size: 14px;
text-align: center;
}
}


