
@media only screen and (min-width:415px) and (max-width:1200px) {
/*tablet用のcssを記述*/
.toggle {
	display:none;
}

.logo img {
	width:50%;
	height:50%;
}
.header{
	background:#fff;
	height:150px;
	width:100%;
	position:fixed;
	z-index:99;
	box-shadow: 0px 3px 15px rgba(0,0,0,0.1);
}
.headerinline {
	width:80%;
	margin:0 auto;
}

.header .logobox{
	clear:both;
	width:195px;
	height:100px;
	position:relative;
}
.header .logo{
	width:95px;
	height:95px;
	font-size:20px;
	margin-top:35px;
	float:left;
}
.header .mozi{
	font-size:20px;
	position:absolute;
	top:40px;
	right:0px;
	font-weight:bold;
	font-family:-apple-system,BlinkMacSystemFont,"Helvetica Neue","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;
	color:#0084D8;
}
/*
.header ul{
	float:right;
	width:100%;
	margin:30px;
	margin-right:50px;
	height:50%;
	margin-top:10px;

}
.header li{
	float:left;	
	margin-left:20px;
	font-size:18px;
	color:#004F96;
	font-weight:bold;
	-webkit-box-sizing: border-box;
  	box-sizing: border-box;
}
.header li a{
	text-decoration:none;
	color:#004F96;
}

.header li a {
  position: relative;
  display: inline-block;
  transition: .3s;
}
.header li a::after {
  position: absolute;
  bottom: -6px;
  left: 0;
  content: '';
  width: 0;
  height: 2px;
  background-color: #FFC100;
  transition: .3s;
}
.header li a:hover::after {
  width: 100%;
}*/

.title{
	font-size:12px;
	position:absolute;
	top:19px;
	left:2px;
}
.tel {
	position:absolute;
	top:35px;
	right:190px;
	width:215px;
}
.tel p {
	margin-bottom:2px;
}
.intel {
	float:right;
}
.telicon {
	float:left;
	color:#0084D8;
}
.fon {
	font-size:22px;
	font-weight:bold;
	color:#0084D8;
}
.mitumori {
	font-size:13px;
}
.eigyo {
	font-size:13px;
}


.header{
	background:#fff;
	height:150px;
	width:100%;
	position:fixed;
	z-index:99;
	box-shadow: 0px 3px 15px rgba(0,0,0,0.1);
}
.headerinline {
	width:80%;
	margin:0 auto;
}


.header .logobox{
	clear:both;
	width:195px;
	height:100px;
	position:relative;
}
.header .logo{
	width:95px;
	height:95px;
	font-size:20px;
	margin-top:35px;
	float:left;
}
.header .mozi{
	font-size:20px;
	position:absolute;
	top:40px;
	right:0px;
	font-weight:bold;
	font-family:-apple-system,BlinkMacSystemFont,"Helvetica Neue","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;
	color:#0084D8;
}

.header ul{
	width:100%;
	float:right;
	margin:5%;
	margin-right:-15%;
	height:50%;
	margin-top:-1%;

}

.header li{
	width:15%;
	float:left;	
	margin-left:0%;
	font-size:0.9em;
	color:#004F96;
	font-weight:bold;
	
}
.header li a{
	text-decoration:none;
	color:#004F96;
}

.header li a {
  position: relative;
  display: inline-block;
  transition: .3s;
}
.header li a::after {
  position: absolute;
  bottom: -6px;
  left: 0;
  content: '';
  width: 0;
  height: 2px;
  background-color: #FFC100;
  transition: .3s;
}
.header li a:hover::after {
  width: 100%;
}

.tel {
	position:absolute;
	top:40px;
	right:145px;
	width:215px;
}
.tel p {
	margin-bottom:2px;
}
.intel {
	float:right;
}
.telicon {
	float:left;
	color:#0084D8;
}
.fon {
	font-size:22px;
	font-weight:bold;
	color:#0084D8;
}
.mitumori {
	font-size:13px;
}
.eigyo {
	font-size:13px;
}


.main{
	height:2300px;
	background:#000;
}

.main h1 {
	position:absolute;
	top:390px;
	left:300px;
	font-weight:bold;
	font-size:36px;
	color: #fff;
	z-index:20;
}
.scroll{
	position:fixed;
 	bottom:10px;
 	right:10px;
 	z-index:999;
 	border-radius: 50%;
  	height: 60px;
  	width: 60px;
  	background:#FFC100;
  	text-align:center;
  	line-height:80px;  	
}
.scroll a{
	color:#fff;
	text-decoration:none;
}

.scroll:hover{
  border:3px solid #FFC100;
  background-color:rgba(147,162,0,.0);
  color:#FFC100;
  font-weight:bold; 
}
.fas:hover{
	color:#FFC100;
}



.footer{
	background:#fff;
	height:100px;
}
.footer .copy {
	text-align:right;
	height: 100px;
	line-height: 100px;
	margin-right:50px;
}
.sns {
	line-height:130px;
	width:100px;
	position:relative;
}
.twitter{
	position:absolute;
	top:0;
	left:0;

}
.facebook{
	position:absolute;
	top:0;
	right:0;
}
.footerinline {
	width:85%;
	margin:0 auto;
}
/*
body, html, main {
    /* important 
    height: 100%;
}*/

.cd-fixed-bg img {
	display:none;
}
  
.cd-fixed-bg {
    min-height: 100%;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
  	opacity: .7;
}
  
.cd-fixed-bg.cd-bg-1 {
  background-image: url("../img/bg4.jpg");
  height:800px;
}

.cd-fixed-bg.cd-bg-2 {
  background-image: url("../img/mbg7.jpg");
  height:500px;
  transform: rotate();
}
.cd-fixed-bg.cd-bg-3 {
  background-image: url("../img/mbg2.jpg");
  height:500px;
  transform: rotate();
}
.cd-fixed-bg.cd-bg-4 {
  background-image: url("../img/mbg5.jpg");
  height:500px;
  transform: rotate();
}
.cd-fixed-bg.cd-bg-5 {
  background-image: url("../img/mbg6.jpg");
  height:500px;
  transform: rotate();
}
.cd-fixed-bg.cd-bg-6 {
  background-image: url("../img/bg7.jpg");
  height:500px;
  transform: rotate();
}
  
.cd-scrolling-bg {
    min-height: 100%;
}

.triangle {

width: 0;

height: 0;

/*border-top: 500px solid transparent;*/

border-bottom: 400px solid transparent;

border-left: 400px solid #fff;
position:absolute;
top:0px;
left:0px;
z-index:1;

}
.triangle1 {

width: 0;

height: 0;

border-top: 1000px solid transparent;

border-bottom: 800px solid transparent;

border-left: 414px solid #fff;
position:absolute;
top:400px;
left:0px;
z-index:2;

}
.triangle2 {
	width: 0;
	height: 0;

/*border-top: 1000px solid transparent;*/

border-bottom: 200px solid transparent;

border-right: 200px solid #fff;
position:absolute;
top:0px;
right:0px;
z-index:3;
}
.triangle3 {

width: 0;
height: 0;

border-top: 450px solid transparent;

border-bottom: 450px solid transparent;
border-right: 442px solid #fff;
position:absolute;
top:950px;
right:0px;
z-index:4;

}





.service{
	position:absolute;
	top:500px;
	left: 0;
	right: 0;
	margin:0 auto;
	width:80%;
	background:#fff;
	height:1700px;
	/*
	background-color: rgba(255,255,255,0.7);*/
	box-shadow: 0px 3px 15px rgba(0,0,0,0.1);
  	transition: .3s;
  	z-index:10;
}

.service ul {
	clear:both;
}

.service li {
	list-style:none;
}
/*
.service:hover {
  box-shadow: 0px 15px 30px rgba(0,0,0,0.3);
  transform: scale(1.03,1.03);
}*/

 h2{
	padding-top:20px;
	font-weight:bold;
	font-size:30px;
	text-align:center;
	position:relative;
	z-index:5;
	padding-bottom:30px;
}
h2 span{
     position: relative;
     display: inline-block;
     padding-bottom:0.5em;
     border-bottom: 1px solid #004F96;
}

h2 span::before,
h2 span::after {
     position: absolute;
     top: 100%;
     left:50%;
     transform:translateX(-50%);
     content: '';
     border: 10px solid transparent;
}
 
h2 span::before {
     border-top: 10px solid #004F96;
}
 
h2 span::after {
     margin-top: -1px;
     border-top: 10px solid white;
}

h3{
	padding:20px;
	background:#004F96;
	border-radius:2px;
	color:#fff;
	font-weight:bold;
	font-size:28px;
}
.white{
	color:#fff;
}
.white span{
	border-bottom: 1px solid #fff;
	}
.white span::after {
     margin-top: -1px;
     border-top: 10px solid #004F96;
}
.white span::before {
     border-top: 10px solid #fff;
}

.navy {
	color:#004F96;
}



.service p {
	text-align:center;
}

.gazo {
	overflow: hidden;
	width: 100%;	
	height: 80%;	
}
.gazo img {
	display: block;
	transition-duration: 0.3s;
	margin:0 auto;	
}
.gazo img:hover {
	transform: scale(1.1);	
	transition-duration: 0.3s;	
}

.bunsyo {
	width:80%;
	margin:0px auto;
	line-height:29px;
	font-size:16px;
	padding:30px 0px;
}

.botton {
	  margin-top:50px;
	  border:3px solid #FFC100;
  	  background-color: #FFC100;
  	  color: #fff;
	  transition: .6s all;
	  padding:10px 35px;
	  font-size:15px;
	  font-weight:bold;
	  color:#fff;
	  text-indent:3px;
}

.botton:hover{
  border:3px solid #FFC100;
  background-color: rgba(147,162,0,.0);
  color:#FFC100;
  font-weight:bold; 
}



iframe{
	width:85%;
	height:300px;
	margin:60px 0px;
}



.otoiawase {
	width:100%;
	background:#004F96;
	height:300px;
	z-index:30;
}

.otoiawasebtn a {
	text-decoration:none;
	color:#fff;
	width:300px;
	height:80px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.otoiawasebtn a:hover{
	color:#004F96;
	display:block;
	font-weight:bold;
	display: flex;
	align-items: center;
	justify-content: center;

}
.otoiawasebtn:hover{
	background:#fff;
	color:#004F96;
}

hr{
	width:90%;
	margin:0 auto;
}

.otoiawasebtn {
	width:300px;
	height:80px;
	background:#004F96;
	margin:0 auto;
	margin-top:50px;
	border:1px #fff solid;
	display: flex;
	align-items: center;
	justify-content: center;
	color:#fff;
}

.partner {
	width:100%;
	background:#D6E5EB;
	height:300px;
	position:relative;
	z-index:0;
}
.partner:after {
	content:"";
	position:absolute;
  	top:0;
  	left:0;
  	width:0;
  	height:0;
	border-style: solid;
  	border-color: #CCDFE6 transparent  transparent  transparent;
  	border-width: 300px 700px 0px 0px;
  	z-index:1;
}

.partner h2 span::after {
     margin-top: -1px;
     border-top: 10px solid #CCDFE6;
}


.partnerbtn a{
	position:absolute;
  	left: 0;
	right: 0;
	margin:0 auto;
	width:300px;
	height:80px;
	top: 50%;
	margin-top: -50px ;
	background:#004F96;
	border:1px #fff solid;
	z-index:11;
	display: flex;
	align-items: center;
	justify-content: center;
	color:#fff;
	text-decoration:none;
}
.partnerbtn a:hover{
	position:absolute;
  	left: 0;
	right: 0;
	margin:0 auto;
	width:300px;
	height:80px;
	top: 50%;
	margin-top: -50px ;
	background:#fff;
	border:1px #004F96 solid;
	z-index:11;
	display: flex;
	align-items: center;
	justify-content: center;
	color:#004F96;
	text-decoration:none;
}
.name {
	width:100%;
	position:relative;
}
h6 {
	position:absolute;
	top:0;
	right:0;
}
.name{
	width:100%;
}
.syamei {
	margin-left:300px;
}
.syatyo {
	margin-top:50px;
	font-size:16px;
	line-height:32px;
}

.sitemap {
	display:none;
}

}