/*全体
ベースブルー #3c96c8
グリーン #00bf93
グレイ #eef2f5
文字色 #111
--------------------------------------------------------------------------*/
body {
	margin: 0;
	padding: 0;
	COLOR: #111;
	FONT-SIZE:17px;
font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	LINE-HEIGHT: 150%;
	text-align: center;
	background: #fff;
}
@media only screen and (max-width: 480px) {
body {
	FONT-SIZE:16px;
}
}

/*paddingとborderをwidthに含める*/
* {	
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

#con{
    width:100%;
max-width: 2000px;
	height:auto;
	margin:0 auto;
	padding:0;
	position:relative;
	text-align: center;
}

/*page-top用*/
.clearfix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	font-size: 0;
	line-height:0;
}

img{
	border:0;
}
@media screen and (max-width:1280px){
img{
max-width: 100%;
height: auto;
width :auto;
}
}

a:link,a:visited{
	outline:0;
	color:#fea889;
}

a:hover{
	outline:0;
	color: #11ae78;
}

a:hover img {
opacity: 0.8;
  -ms-filter: "alpha(opacity=80)";
}

br.sp,br.spt,br.spt2,.nsp{
	display:inherit;
}
br.sm,br.smt,br.smm,br.smm2,br.spm,.nst,.nss,br.smm3{
	display:none;
}
@media only screen and (max-width: 1280px) {
br.sp,br.spm,br.smm,.smm,br.smm2,.nsp,.nss,.nsm,br.smm3{
	display:none;
}
br.spt,br.sm,br.smt,.nst{
	display:inherit;
}
}
@media only screen and (max-width: 640px) {
br.spt,br.smt,br.smm2,.nsp,.nst,.nsm,.nsm2,br.smm3{
	display:none;
}
br.spm,br.smm,.nss{
	display:inherit;
}
}
@media only screen and (max-width: 480px) {
br.spt,br.smt,.nsp,.nst,.nsm,br.spt2,br.smm3{
	display:none;
}
br.spm,br.smm,br.smm2,.nss{
	display:inherit;
}
}
@media only screen and (max-width: 414px) {
br.spt,br.smt,.nsp,.nst,.nsm,br.spt2{
	display:none;
}
br.spm,br.smm,br.smm2,.nss,br.smm3{
	display:inherit;
}
}

/*ヘッダ
--------------------------------------------------------------------------*/
header{
clear: both;
float: left;
width: 100%;
height: auto;
margin: 0;
padding: 0 12% 0 0;
background: #fff;
text-align: left;
position: sticky;
top:0;
z-index: 9998;
}
header img{
margin: 15px 0 15px 3%;
float: left;
max-height:90px;
}
@media only screen and (max-width: 640px) {
header img{
margin: 10px 0 10px 3%;
float: left;
max-height:80px;
}
}
@media only screen and (max-width: 480px) {
header img{
margin: 10px 0 10px 3%;
float: left;
max-height:70px;
}
}
@media only screen and (max-width: 414px) {
header img{
margin: 10px 0 10px 3%;
float: left;
max-height:60px;
}
}

#toi{
position: fixed;
width: 12%;
top:0;
right: 0;
background: #00bf93;
border-left: 3px solid #fff;
border-bottom: 3px solid #fff;
border-radius: 0 0 0 20px;
text-align: center;
z-index: 9999;
}
#toi a:link,#toi a:visited{
display: block;
text-align: center;
color: #fff;
padding: 60px 0;
text-decoration: none;
font-weight: 500;
font-size: 25px;
}
@media only screen and (max-width: 1280px) {
#toi{
display: none;
}
}

#menu-box {
  float: right;
  width: 40%;
  height: auto;
  margin: 0;
  padding: 0;
}
menu {
  clear: both;
  float: left;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

menu ul {
  clear: both;
  float: left;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
menu li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align:center;
  font-size: 17px;
  line-height: 110px;
  flex: 1 0 auto;
}
menu li a:link,
menu li a:visited {
  height: auto;
  text-decoration: none;
  color: #111;
  font-weight: 500;
  line-height: 110px;
}
menu li a:hover {
  text-decoration: underline;
}
menu li.bno{
display: none;
}
#logo{
display: none;
}
@media only screen and (max-width:1280px) {
#logo{
display: inherit;
clear: both;
float: left;
width: 100%;
height: auto;
background: #fff;
border-bottom:1px solid #666;
}
header #logo img{
float: none;
max-width: 50%;
}
@media only screen and (max-width: 480px) {
#logo{
padding:0 0 0 3%;
}
header #logo img{
float:left;
max-width: 60%;
}
}
#menu-box{
clear: both;
float: none;
width: 100%;
height: auto;
margin: 0;
padding: 0;
position: fixed;
top:0;
left:0;
z-index: 9999;
}
menu{
clear: both;
float: left;
width: 100%;
height: auto;
height: 100vh;
margin: 0;
padding: 0;
text-align: center;
position: fixed;
top: 0;
background: rgba(255,255,255,0.5);
}
menu ul{
display:inherit;
clear: both;
float: left;
width: 100%;
height: 100vh;
margin: 0;
padding: 0;
text-align: center;
border-top:1px solid #fff;
background: rgba(60,150,200,0.8);
}
menu li a:link,menu li a:visited{
float: none;
display: block;
text-decoration: none;
color: #111;
padding: 25px 0 25px;
text-align: center;
line-height: 100%;
font-size: 17px;
border-bottom:1px solid #666;
font-weight:500;
background: #fff;
}
menu li a:hover{
text-decoration: underline;
}
menu li.bno{
display: inherit;
}

/*==================================================
　5-2-4 MENUがCLOSEに
===================================*/

/*ボタン外側※レイアウトによってpositionや形状は適宜変更してください*/
.openbtn4{
float: right;
  position: fixed;/*ボタン内側の基点となるためrelativeを指定*/
  background:#11ae78;
  cursor: pointer;
    width: 50px;
    height:50px;
  border-radius: 5px;
  top:10px;
  right:10px;
  z-index: 999;
  border: 2px solid #fff;
}
/*ボタン内側*/
.openbtn4 span{
    display: inline-block;
    transition: all .4s;/*アニメーションの設定*/
    position: absolute;
    left: 13px;
    height: 2px;
    border-radius: 5px;
  background: #fff;
    width: 45%;
  }
.openbtn4 span:nth-of-type(1) {
  top:11px; 
}
.openbtn4 span:nth-of-type(2) {
  top:17px;
}
.openbtn4 span:nth-of-type(3) {
  top:23px;
}
.openbtn4 span:nth-of-type(3)::after {
  content:"Menu";/*3つ目の要素のafterにMenu表示を指定*/
  position: absolute;
  top:0px;
left: 50%; /* ここを50%に変更 */
  transform: translateX(-50%); /* これを追加 */
  color: #fff;
  font-size: 0.8rem;
  text-transform: uppercase;
  font-family: "メイリオ", Osaka, "ヒラギノ丸ゴ Pro W4", "ＭＳ Ｐゴシック";
}
@media only screen and (max-width: 640px) {
.openbtn4 span:nth-of-type(3)::after {
  content:"Menu";/*3つ目の要素のafterにMenu表示を指定*/
  position: absolute;
  top:0px;
left: 50%; /* ここを50%に変更 */
  transform: translateX(-50%); /* これを追加 */
  color: #fff;
  font-size: 0.8rem;
  text-transform: uppercase;
  font-family: "メイリオ", Osaka, "ヒラギノ丸ゴ Pro W4", "ＭＳ Ｐゴシック";
}
}

/*activeクラスが付与されると線が回転して×になり、Menu⇒Closeに変更*/
.openbtn4.active span:nth-of-type(1) {
    top: 12px;
    left: 16px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
}
.openbtn4.active span:nth-of-type(2) {
  opacity: 0;
}
.openbtn4.active span:nth-of-type(3){
    top: 24px;
    left: 16px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
}

.openbtn4.active span:nth-of-type(3)::after {
  content:"Close";/*3つ目の要素のafterにClose表示を指定*/
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(-45deg) translateY(20px); /* ここを12pxに調整 */
  font-size: 0.8rem;
  font-family: "メイリオ", Osaka, "ヒラギノ丸ゴ Pro W4", "ＭＳ Ｐゴシック";
}
/*.doneクラスがついたヘッダー*/
.dnone {
display: none;
}
/*メニューボタンをクリックした際に付与されるpanelactiveクラスがついたら*/
.dnone.panelactive {
display: inherit;
}
}

/*メイン
--------------------------------------------------------------------------*/
#photo,#photo-campany,#photo-info,#photo-mail{
clear: both;
float: left;
width: 100%;
height: 780px;
margin: 0;
padding: 0;
background: url(image/photo.webp) no-repeat center top/cover;
}
#photo-campany{
background: url(image/photo-campany.webp) no-repeat center top/cover;
height: 400px;
}
#photo-info{
background: url(image/photo-info.webp) no-repeat center top/cover;
height: 400px;
}
#photo-mail{
background: url(image/photo-mail.webp) no-repeat center top/cover;
height: 400px;
}
@media only screen and (max-width: 1440px) {
#photo{
height: 700px;
background: url(image/photo.webp) no-repeat center top/cover;
}
#photo-campany,#photo-info,#photo-mail{
height: 350px;
}
}
@media only screen and (max-width: 1280px) {
#photo{
height: 650px;
background: url(image/photo.webp) no-repeat center top/cover;
}
}
@media only screen and (max-width: 640px) {
#photo{
height: 600px;
background: url(image/photo.webp) no-repeat center top/cover;
}
#photo-campany{
background: url(image/photo-campany.webp) no-repeat left top/cover;
height: 300px;
}
#photo-info{
background: url(image/photo-info.webp) no-repeat left top/cover;
height: 300px;
}
#photo-mail{
background: url(image/photo-mail.webp) no-repeat left top/cover;
height: 300px;
}
}
@media only screen and (max-width: 480px) {
#photo{
height: 100vh;
background: url(image/photo-sm.webp) no-repeat center top/cover;
}
#photo-campany{
background: url(image/photo-campany.webp) no-repeat left top/cover;
height: 250px;
}
#photo-info{
background: url(image/photo-info.webp) no-repeat left top/cover;
height: 250px;
}
#photo-mail{
background: url(image/photo-mail.webp) no-repeat left top/cover;
height: 300px;
}
}

#photo h1,#photo-campany h1,#photo-info h1,#photo-mail h1{
clear: both;
float: left;
width: 100%;
height: auto;
margin: 0;
padding: 20px 3%;
text-align:left;
color: #fff;
font-size: 50px;
font-weight: 700;
line-height: 150%;
background: rgba(60,150,200,0.8);
}
@media only screen and (max-width: 1280px) {
#photo h1,#photo-campany h1,#photo-info h1,#photo-mail h1{
font-size:45px;
}
}
@media only screen and (max-width: 1080px) {
#photo h1,#photo-campany h1,#photo-info h1,#photo-mail h1{
font-size:37px;
}
}
@media only screen and (max-width: 835px) {
#photo h1,#photo-campany h1,#photo-info h1,#photo-mail h1{
font-size:30px;
}
}
@media only screen and (max-width: 640px) {
#photo h1,#photo-campany h1,#photo-info h1,#photo-mail h1{
font-size:30px;
text-align:center;
}
}
@media only screen and (max-width: 414px) {
#photo h1,#photo-campany h1,#photo-info h1,#photo-mail h1{
font-size:28px;
}
}

main{
clear: both;
float: left;
width: 100%;
height: auto;
margin: 0;
padding: 220px 0 0;
background:url(image/main-back.webp) no-repeat left top/100% auto;
}
main.main-sub{
padding: 100px 0 80px;
background:url(image/main-back-sub.webp) no-repeat left top/100% auto;
}
@media only screen and (max-width: 1440px) {
main{
padding:150px 0 0;
}
}
@media only screen and (max-width: 1080px) {
main{
padding:100px 0 0;
}
main.main-sub{
padding: 80px 0 50px;
}
}
@media only screen and (max-width: 640px) {
main{
padding:80px 0 0;
}
main.main-sub{
padding: 50px 0 40px;
}
}
@media only screen and (max-width: 480px) {
main{
padding:60px 0 0;
}
}

#top-mission{
clear: both;
float: left;
width: 100%;
height: auto;
margin: 0;
padding: 0;
text-align: center;
}

#top-mission img{
float: left;
max-width: 50%;
}
#top-mission img.bno{
display: none;
}
@media only screen and (max-width: 1280px) {
#top-mission img{
max-width: 40%;
}
}
@media only screen and (max-width: 1080px) {
#top-mission img{
display: none;
}
#top-mission img.bno{
display: inherit;
float: none;
max-width: 80%;
margin: 0 10%;
}
}
@media only screen and (max-width: 835px) {
#top-mission img.bno{
max-width: 90%;
margin: 0 5%;
}
}

#mi-text{
float: right;
width: 50%;
height: auto;
margin: 0;
padding: 0 5% 0 5%;
}
@media only screen and (max-width: 1280px) {
#mi-text{
float: right;
width: 60%;
height: auto;
margin: 0;
padding: 0 5% 0 5%;
}
}
@media only screen and (max-width: 1080px) {
#mi-text{
clear: both;
width: 100%;
margin: 40px 0 0;
padding: 0 10% 0 10%;
}
}
@media only screen and (max-width: 835px) {
#mi-text{
margin: 40px 0 0;
padding: 0 5% 0 5%;
}
}

#top-mission h2{
clear: both;
float: left;
width: 100%;
height: auto;
margin: 0 0 50px;
padding: 0;
text-align: left;
font-size: 60px;
font-weight: 900;
line-height: 130%;
}
@media only screen and (max-width: 1280px) {
#top-mission h2{
margin: 0 0 40px;
font-size: 50px;
}
}
@media only screen and (max-width: 640px) {
#top-mission h2{
margin: 0 0 40px;
font-size: 40px;
}
}
@media only screen and (max-width: 480px) {
#top-mission h2{
margin: 0 0 30px;
font-size: 35px;
}
}

#top-mission p{
text-align: left;
line-height: 200%;
margin: 0 0 40px;
font-size: 17px;
}
#top-mission p.p-blue{
color: #3c96c8;
font-weight: 500;
font-size: 20px;
margin: 0 0 20px;
line-height: 150%;
}
@media only screen and (max-width: 640px) {
#top-mission p.p-blue{
color: #3c96c8;
font-weight: 500;
font-size: 20px;
margin: 0 0 10px;
line-height: 150%;
}
}
@media only screen and (max-width: 480px) {
#top-mission p{
text-align: left;
line-height: 180%;
margin: 0 0 30px;
font-size: 16px;
}
}

#top-service{
clear: both;
float: left;
width: 100%;
height: auto;
margin: 100px 0 0;
padding: 120px 3% 70px 0;
background: #3c96c8;
text-align: left;
}
@media only screen and (max-width: 1280px) {
#top-service{
margin: 80px 0 0;
padding: 100px 3% 50px 0;
}
}
@media only screen and (max-width: 1080px) {
#top-service{
margin: 60px 0 0;
padding: 90px 10% 50px 10%;
text-align: center;
}
}
@media only screen and (max-width: 835px) {
#top-service{
margin: 60px 0 0;
padding: 90px 5% 50px 5%;
}
}
@media only screen and (max-width: 640px) {
#top-service{
margin: 40px 0 0;
padding: 80px 5% 40px 5%;
}
}

#top-service img{
max-width: 45%;
}
@media only screen and (max-width: 1080px) {
#top-service img{
max-width: 60%;
}
}
@media only screen and (max-width: 835px) {
#top-service img{
max-width: 70%;
}
}
@media only screen and (max-width: 640px) {
#top-service img{
max-width: 80%;
}
}
@media only screen and (max-width: 480px) {
#top-service img{
max-width: 90%;
}
}
@media only screen and (max-width: 414px) {
#top-service img{
max-width: 100%;
}
}

#top-ser-text{
float: left;
width: 55%;
height: auto;
margin: 0;
padding: 0 5% 0 5%;
}
@media only screen and (max-width: 1080px) {
#top-ser-text{
clear: both;
float: left;
width: 100%;
height: auto;
margin: 0;
padding: 0;
}
}

#top-service h2{
clear: both;
float: left;
width: 100%;
height: auto;
margin: 0 0 50px;
padding: 0;
text-align: left;
font-size: 60px;
font-weight: 900;
line-height: 130%;
color: #fff;
}
@media only screen and (max-width: 1280px) {
#top-service h2{
margin: 0 0 40px;
font-size: 50px;
}
}
@media only screen and (max-width: 640px) {
#top-service h2{
margin: 0 0 30px;
font-size: 40px;
}
}
@media only screen and (max-width: 480px) {
#top-service h2{
font-size:35px;
}
}
@media only screen and (max-width: 414px) {
#top-service h2{
font-size:32px;
}
}

#top-service p{
text-align: left;
line-height: 200%;
margin: 0 0 40px;
font-size: 17px;
color: #fff;
}
#top-service p.p-title{
color: #fff;
font-weight: 500;
font-size: 20px;
margin: 0 0 20px;
line-height: 150%;
}
@media only screen and (max-width: 480px) {
#top-service p{
text-align: left;
line-height: 180%;
margin: 0 0 30px;
font-size: 16px;
color: #fff;
}
#top-service p.p-title{
font-size: 20px;
margin: 0 0 10px;
}
}

#top-pro{
clear: both;
float: left;
width: 100%;
height: auto;
margin: 0;
padding: 100px 5%;
background: url(image/top-pro.webp) no-repeat center bottom/cover;
}
@media only screen and (max-width: 1080px) {
#top-pro{
padding: 70px 10%;
}
}
@media only screen and (max-width: 835px) {
#top-pro{
padding: 60px 5% 80px;
}
}
@media only screen and (max-width: 480px) {
#top-pro{
padding: 50px 5% 50px;
}
}

#top-pro-text{
clear: both;
float: left;
width:40%;
}
@media only screen and (max-width: 1440px) {
#top-pro-text{
width:40%;
}
}
@media only screen and (max-width: 1080px) {
#top-pro-text{
width:100%;
margin: 0 0 30px;
}
}

#top-pro-text p{
text-align: left;
font-size: 25px;
line-height: 150%;
margin: 0;
}
#top-pro p.p-title{
font-weight: 500;
font-size: 20px;
margin: 0 0 20px;
line-height: 150%;
}
@media only screen and (max-width: 1440px) {
#top-pro-text p{
font-size: 20px;
}
}
@media only screen and (max-width: 480px) {
#top-pro-text p{
font-size:16px;
}
}

#top-pro-text h3{
clear: both;
float: left;
width: 100%;
height: auto;
margin: 0 0 40px;
padding: 0;
text-align: left;
font-size: 60px;
font-weight: 700;
line-height: 130%;
}
@media only screen and (max-width: 1080px) {
#top-pro-text h3{
margin: 0 0 30px;
font-size: 50px;
}
}
@media only screen and (max-width: 640px) {
#top-pro-text h3{
margin: 0 0 25px;
font-size: 40px;
}
}
@media only screen and (max-width: 480px) {
#top-pro-text h3{
margin: 0 0 25px;
font-size: 35px;
}
}

.top-pro-pict{
float: left;
margin: 0;
padding: 0 1%;
text-align: left;
width:30%;
}
.top-pro-pict img{
max-width: 100%;
}
.top-pro-pict p{
text-align:left;
font-size: 17px;
line-height: 100%;
margin: 15px 0 0;
}
@media only screen and (max-width: 1440px) {
.top-pro-pict{
width:30%;
}
.top-pro-pict img{
max-width: 100%;
}
}
@media only screen and (max-width: 1080px) {
.top-pro-pict{
width:50%;
}
}
@media only screen and (max-width: 480px) {
.top-pro-pict{
width:100%;
margin: 0 0 20px;
}
.top-pro-pict p{
font-size: 16px;
}
}

.main-sub h2,.main-sub h3{
clear: both;
float: left;
width: 100%;
height: auto;
margin: 0 0 40px;
padding: 0 0 15px;
text-align: left;
font-size: 45px;
font-weight: 900;
line-height: 100%;
border-bottom: 5px solid #3c96c8;
}
.main-sub h3{
margin: 70px 0 40px;
}
.main-sub h2 span,.main-sub h3 span{
font-size: 20px;
font-weight: 500;
color: #3c96c8;
line-height: 300%;
}
@media only screen and (max-width: 1280px) {
.main-sub h2,.main-sub h3{
margin: 0 0 30px;
padding: 0 0 15px;
font-size: 40px;
border-bottom: 4px solid #3c96c8;
}
.main-sub h3{
margin: 60px 0 30px;
}
}
@media only screen and (max-width: 835px) {
.main-sub h2,.main-sub h3{
margin: 0 0 30px;
padding: 0 0 15px;
font-size: 35px;
border-bottom: 4px solid #3c96c8;
}
.main-sub h3{
margin: 60px 0 30px;
}
.main-sub h2 span,.main-sub h3 span{
font-size: 16px;
line-height: 250%;
}
}
@media only screen and (max-width: 640px) {
.main-sub h2,.main-sub h3{
margin: 0 0 25px;
padding: 0 0 10px;
font-size: 30px;
}
.main-sub h3{
margin: 50px 0 25px;
}
}
@media only screen and (max-width: 480px) {
.main-sub h2,.main-sub h3{
margin: 0 0 25px;
padding: 0 0 10px;
font-size: 28px;
}
.main-sub h3{
margin: 50px 0 25px;
}
.main-sub h2 span,.main-sub h3 span{
font-size: 14px;
}
}
@media only screen and (max-width: 414px) {
.main-sub h2,.main-sub h3{
margin: 0 0 20px;
padding: 0 0 10px;
font-size: 24px;
}
.main-sub h3{
margin: 40px 0 20px;
}
}

#campany{
clear: both;
float: left;
width: 100%;
height: auto;
margin: 0;
padding: 0 20%;
text-align: left;
}
@media only screen and (max-width: 1440px) {
#campany{
padding: 0 15%;
}
}
@media only screen and (max-width: 1280px) {
#campany{
padding: 0 10%;
}
}
@media only screen and (max-width: 1080px) {
#campany{
padding: 0 5%;
}
}

main #campany p{
font-size: 20px;
line-height: 200%;
margin: 0 0 50px;
}
@media only screen and (max-width: 1080px) {
main #campany p{
font-size: 17px;
line-height: 200%;
margin: 0 0 40px;
}
}
@media only screen and (max-width: 480px) {
main #campany p{
font-size: 16px;
line-height: 170%;
margin: 0 0 30px;
}
}

#campany dl{
clear: both;
float: left;
width: 100%;
height: auto;
margin: 0 0 50px;
padding: 0;
}

#campany dt{
clear: both;
float: left;
width: 20%;
height: auto;
margin: 0 0 20px;
padding: 0 0 20px;
text-align: left;
font-size: 20px;
line-height: 120%;
border-bottom: 1px solid #999;
}
#campany dd{
float: left;
width: 80%;
height: auto;
margin: 0 0 20px;
padding: 0 0 20px 3%;
text-align: left;
font-size: 20px;
line-height: 120%;
border-bottom: 1px solid #999;
}
@media only screen and (max-width: 1080px) {
#campany dt{
font-size: 17px;
}
#campany dd{
font-size: 17px;
}
}
@media only screen and (max-width: 480px) {
#campany dt{
clear: both;
float: left;
width: 100%;
height: auto;
margin: 0 0 10px;
padding: 0;
text-align: left;
font-size: 16px;
line-height: 120%;
border-bottom:none;
font-weight: 700;
}
#campany dd{
clear: both;
float: left;
width: 100%;
height: auto;
margin: 0 0 15px;
padding: 0 0 15px;
text-align: left;
font-size: 16px;
line-height: 120%;
border-bottom: 1px solid #999;
}
}

iframe{
clear: both;
float: left;
width: 100%;
height: 500px;
margin: 0;
padding: 0;
}
@media only screen and (max-width: 1280px) {
iframe{
height: 450px;
}
}
@media only screen and (max-width: 1080px) {
iframe{
height: 400px;
}
}
@media only screen and (max-width: 835px) {
iframe{
height: 350px;
}
}
@media only screen and (max-width: 640px) {
iframe{
height: 300px;
}
}
@media only screen and (max-width: 480px) {
iframe{
height: 250px;
}
}

#info{
clear: both;
float: left;
width: 100%;
height: auto;
margin: 0;
padding: 0 20%;
text-align: left;
display: flex;
flex-wrap: wrap;
}
@media only screen and (max-width: 1440px) {
#info{
padding: 0 15%;
}
}
@media only screen and (max-width: 1280px) {
#info{
padding: 0 10%;
}
}
@media only screen and (max-width: 1080px) {
#info{
padding: 0 5%;
}
}
@media only screen and (max-width: 414px) {
#info{
padding: 0 3%;
}
}

.info-box{
padding: 0 3%;
flex: 1;
flex-basis:50%;
text-align: center;
}

#info h2{
background: #3c96c8;
border-bottom: none;
color: #fff;
text-align: center;
margin: 0 0 15px;
padding: 20px 5%;
line-height: 100%;
font-weight: 500;
font-size: 30px;
}
#info p{
text-align: center;
margin: 0 0 50px;
font-size: 17px;
}
@media only screen and (max-width: 1080px) {
#info h2{
padding: 15px 5%;
font-size: 25px;
}
#info p{
margin: 0 0 40px;
font-size: 16px;
}
}
@media only screen and (max-width: 640px) {
#info h2{
padding: 15px 5%;
font-size: 20px;
}
}
@media only screen and (max-width: 414px) {
#info h2{
padding: 10px 1%;
font-size: 18px;
}
}

#info img{
margin: 0 0 20px;
max-height: 120px;
}
@media only screen and (max-width: 640px) {
#info img{
margin: 0 0 20px;
max-height: 100px;
}
}
@media only screen and (max-width: 480px) {
#info img{
margin: 0 0 5px;
max-height: 80px;
}
}
@media only screen and (max-width: 414px) {
#info img{
max-height:60px;
}
}

#mail{
clear: both;
float: left;
width: 100%;
height: auto;
min-height: 500px;
margin: 0;
padding: 0 25%;
}
@media only screen and (max-width: 1440px) {
#mail{
padding: 0 20%;
}
}
@media only screen and (max-width: 1280px) {
#mail{
padding: 0 15%;
}
}
@media only screen and (max-width: 1080px) {
#mail{
padding: 0 10%;
}
}
@media only screen and (max-width: 835px) {
#mail{
padding: 0 5%;
min-height: 300px;
}
}

#mail-tel{
clear: both;
float: left;
width: 100%;
height: auto;
margin: 0 0 50px;
padding: 0;
text-align: left;
}
#mail-tel p{
margin: 0 0 30px;
text-align: left;
font-size: 20px;
}
#mail-tel p strong{
font-weight: 700;
font-size: 40px;
color: #00bf93;
}
#mail-tel p.tel-no{
display: none;
}
#mail-tel img{
margin: 0 0.5% 0 0;
max-width: 3%;
vertical-align: text-bottom;
}
@media only screen and (max-width: 1440px) {
#mail-tel img{
max-width: 3%;
}
}
@media only screen and (max-width: 1080px) {
#mail-tel p{
margin: 0 0 30px;
text-align: left;
font-size: 17px;
}
#mail-tel img{
max-width: 3.5%;
}
}
@media only screen and (max-width: 835px) {
#mail-tel img{
max-width: 4%;
}
}
@media only screen and (max-width: 640px) {
#mail-tel img{
max-width: 5.5%;
}
#mail-tel p{
font-size: 16px;
margin: 0 0 20px;
}
#mail-tel p.tel-no{
display:inherit;
}
#mail-tel p.tel-no a:link,#mail-tel p.tel-no a:visited{
display: block;
width: 100%;
height: auto;
margin: 0;
padding: 15px 3%;
text-align: center;
border-radius: 50px;
font-size: 20px;
font-weight: 700;
background: #00bf93;
color: #fff;
line-height: 100%;
text-decoration: none;
}
}
@media only screen and (max-width: 480px) {
#mail-tel img{
margin: 0 0.5% 0 0;
max-width: 6%;
}
#mail-tel p strong{
font-size: 35px;
}
#mail-tel p.tel-no a:link,#mail-tel p.tel-no a:visited{
padding: 20px 3%;
font-size: 18px;
}
}

#mail h2,#mail h3{
clear: both;
float: left;
width: 100%;
height: auto;
margin: 0 0 30px;
padding: 15px 3%;
color: #fff;
font-size: 25px;
font-weight: 500;
line-height: 100%;
background: #3c96c8;
}
#mail h3{
margin: 50px 0 30px;
}
@media only screen and (max-width: 1080px) {
#mail h2,#mail h3{
margin: 0 0 30px;
padding: 15px 3% 12px;
font-size: 20px;
}
#mail h3{
margin: 40px 0 30px;
}
}
@media only screen and (max-width: 640px) {
#mail h3{
margin: 30px 0 30px;
}
}
@media only screen and (max-width: 480px) {
#mail h3{
margin: 10px 0 30px;
}
}

#mail dl{
clear: both;
width:100%;
height: auto;
margin: 0 auto;
padding: 0;
text-align: center;
}
#mail dt{
clear: both;
float: left;
width: 25%;
height: auto;
margin: 0 0 20px;
padding: 0;
text-align: left;
font-size: 17px;
line-height: 120%;
}
#mail dd{
float: left;
width: 75%;
height: auto;
margin: 0 0 20px;
padding: 0 0 0 2%;
text-align: left;
font-size: 17px;
line-height: 120%;
}
@media only screen and (max-width: 1080px) {
#mail dt{
font-size: 16px;
}
#mail dd{
font-size: 16px;
}
}
@media only screen and (max-width: 835px) {
#mail dt{
clear: both;
float: left;
width: 100%;
height: auto;
margin: 0 0 5px;
padding: 0;
text-align: left;
font-size: 16px;
line-height: 120%;
}
#mail dd{
clear: both;
float: left;
width: 100%;
height: auto;
margin: 0 0 30px;
padding: 0;
text-align: left;
font-size: 16px;
line-height: 120%;
}
}

form{
clear: both;
width:100%;
height: auto;
margin: 0 auto;
padding: 0;
text-align: center;
font-size: 17px;
}

.hissu{
font-size: 12px;
border-radius: 5px;
background: #f08250;
color:#fff;
padding: 0 5px 1px;
margin: 0 0 0 2%;
}
#mail-check{
	clear:both;
	float:left;
	width:100%;
	height:auto;
	margin:10px 0 50px;
	padding:10px 0;
	text-align:center;
}
@media only screen and (max-width: 640px) {
#mail-check{
	clear:both;
	float:left;
	width:100%;
	height:auto;
	margin:0 0 50px;
	padding:0;
	text-align:center;
}
}

textarea,input[type="text"] ,input[type="email"]{
width: 100%;
padding: 5px;
font-size: 15px;
}
input[type="text"].s70{
width: 75%;
}
select{
width: 20%;
margin: 0 2% 0 0;
}
@media only screen and (max-width: 1080px) {
textarea,input[type="text"] ,input[type="email"]{
font-size: 14px;
}
}
@media only screen and (max-width: 640px) {
textarea,input[type="text"] ,input[type="email"]{
width: 100%;
line-height: 150%;
}
input[type="text"].s70{
width: 100%;
margin: 5px 0 0;
}
select{
width: 28%;
margin: 0 2% 0 0;
}
}
@media only screen and (max-width: 480px) {
textarea,input[type="text"] ,input[type="email"]{
width: 100%;
padding: 5px;
}
textarea{
font-size: 14px;
}
select{
width: 33%;
margin: 0 2% 0 0;
}
}

input.btn_submit,input.btn_submit2{
 width:150px;
 height:50px;
 background: #f08250;
 border-radius: 10px;
 box-shadow: 2px 2px 3px #aaa;
 border: 2px solid #fff;
 font-size: 20px;
 font-weight: 500;
 color: #fff;
 line-height: 46px;
}
input.btn_submit2{
 width:100px;
 height:40px;
  line-height: 36px;
   background: #dddddd;
 color: #555;
 font-size: 15px;
 margin: 0 0 0 2%;
}

input.btn_submit:hover {
 background: #eb461f;
 cursor: pointer;
}

input.btn_submit2:hover {
 background: #ccc;
  cursor: pointer;
}

label{
 cursor: pointer;
 font-size: 17px;
 line-height: 150%;
}
@media only screen and (max-width: 835px) {
label{
 font-size: 16px;
}
}
@media only screen and (max-width: 414px) {
label{
 font-size: 15px;
}
}

/* フェードイン(基本) */
.js-fadeUp {
  opacity: 0; 
  transform: translateY(50px);
  transition: opacity .8s, transform 1.2s; 
}
.js-fadeUp.is-inview {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.4s; 
}

/*フッタ
--------------------------------------------------------------------------*/
#page-top{
	width:40px;
	height:40px;
	display:none;
	position:fixed;
	right:16px;
	bottom:16px;
	color:#fff;
} 
#page-top p{
	margin:0;
	padding:0;
	text-align:center;
	background:#11ae78;
	transition:all 0.3s;
	color:#fff;
} 
#page-top p:hover{
	background:#80dabb;
	color:#fff;
} 
#move-page-top{
	color:#fff;
	line-height:40px;
	text-decoration:none;
	display:block;
	cursor:pointer;
}

footer{
clear: both;
float: left;
width: 100%;
height: auto;
margin: 0;
padding: 20px 3%;
border-top:10px solid #3c96c8;
text-align: left;
display: flex;
align-items: center;
}
@media only screen and (max-width: 1080px) {
footer{
border-top:7px solid #3c96c8;
}
}
@media only screen and (max-width: 480px) {
footer{
text-align: center;
display:inherit;
align-items: center;
padding: 10px 3%;
border-top:4px solid #3c96c8;
}
}

footer img{
float: left;
flex-basis:25%;
}
address{
float: left;
font-style: normal;
font-size: 17px;
line-height: 120%;
text-align: left;
margin: 0 0 0 3%;
}
@media only screen and (max-width: 1080px) {
footer img{
height: 60px;
}
address{
font-size: 16px;
}
}
@media only screen and (max-width: 480px) {
footer img{
display: none;
}
address{
float:none;
font-size: 15px;
text-align:center;
margin: 0 3% 0 3%;
}
}