@media screen and (max-width:414px) {
/*スマホ用のcssを記述*/

html{
	scroll-behavior: smooth;

}

img{
	max-width: 100%;
	height: auto;
}
/*
*,
*::before,
*::after {
  box-sizing: border-box;
}
*/
body{
	width:100%;
	max-width:100%;
	box-sizing : border-box;
	overflow-x: hidden!important;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}

.menu{
    display: none;
    width: 100%;
    max-width:100%;
    margin-top:-20px;
  }

  .menu a:hover{
    background: #ccc;
  }

  .toggle{
    display: block;
    position: relative;
    width: 100%;
  }
  
  .close{
  display: block;
  position: relative;
  width: 100%;
  background: #457B9D;
  }
  
  .toggle a{
    display: block;
    padding: 5px 10px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background:#1D3557;
  }
  .toggle .fa{
  	position:absolute;
  	top:-88px;
	right:13px;

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


.header .logobox{
	clear:both;
	width:200px;
	height:103px;
	margin:0 auto;
	position:relative;
	margin-left:120px;
	margin-bottom:20px;
}
.header .logo{
	margin-top:32px;
	margin-left:-100px;
	float:left;
}
.header .mozi{
	font-size: 5vm;
	position:absolute;
	top:32px;
	right:100px;
	font-weight:bold;
	font-family:-apple-system,BlinkMacSystemFont,"Helvetica Neue","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;
	color:#0084D8;
	width:80%;
	line-height: 19px;
}

.header ul{
}

.header li{
	border:1px solid #fff;
	width:100%;
	background:#004F96;
	font-size:15px;
	color:#fff;
	font-weight:bold;
	margin:0 auto;
	
}
.header li a{
	display:block;
	text-align:center;
	color:#fff;
	text-decoration:none;
	padding:20px;
}
.header li a:hover{
	color:#fff;
	opacity:0.5;
}

.title{
	font-size:11px !important;
	position:absolute !important;
	top:19px !important;
	left:-100px !important;
}


.tel{
	display:none;
}

.main{
	width:100%;
	background:#000;
	height:4500px;
	background-color: rgba(0,0,255,0);
}

.main h1 {
	position:absolute;
	top:200px;
	left:10px;
	font-weight:bold;
	font-size:15px;
	color: #004F96;
	text-shadow: 0 0 1em rgba(255, 255,255,0.9);
}
.scroll{
	display:none;
  	
}
.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:200px;
}
.footer .copy {
	text-align:center;
	height: 100px;
	line-height: 100px;

}
.sns {
	/* padding-top:80px;
	line-height:130px;
	width:100px;
	margin:0 auto;
	position:relative; */
}
.twitter{
	/* margin-top:20px; */
	margin-left:125px;

}
.footerinline {
	width:85%;
	margin:0 auto;
}

body, html, main {
    
    height: 100%;
}

/*.cd-fixed-bg {
	width: 100%;
    height: 100vh;
    background-size:cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -webkit-background-attachment: fixed;
    -webkit-background-repeat: no-repeat;
    -webkit-background-position: center center;
    
}
*/
/*.cd-fixed-bg {
	background: url(../img/bg1.jpg) no-repeat 100% 100% fixed;
	background-size: cover;
	-webkit-background-size: cover;
	text-align: center;


	-webkit-background-attachment: fixed;
    -webkit-background-repeat: no-repeat;
    -webkit-background-position: center center;
  	-webkit-background-size:100%;　
    -moz-background-size: 100%;　
    -o-background-size: 100%;　

}*/

/*.cd-fixed-bg.cd-bg-1 {
  	background-image: url("../img/bg1.jpg");
  	-webkit-background-size: cover;
    
  
}*/

#bg {
  position:fixed;
  top: 50px; 
  left: 0px; 
  -webkit-backface-visibility:hidden;
  backface-visibility:hidden;
  overflow:hidden;
  -webkit-transform: translateZ(0);


  /* Preserve aspect ratio */
  width: 100%;
  height:100vh;
  z-index:-1;
}
.cd-fixed-bg .a,.cd-fixed-bg .b,.cd-fixed-bg .c,.cd-fixed-bg .d{
	display:none;
		
}

/*.cd-fixed-bg.cd-bg-2 {
  background-image: url("../img/bgsumaho1.jpg");
  background-size: cover;
  width: 100%;
  height:200px;
}*/


/*.triangle {
display:none;
width: 0;
height: 0;

border-bottom: 350px solid transparent;

border-left: 100vw solid #fff;
position:absolute;
top:0px;
left:0px;
z-index:0;

}
.triangle1 {

width: 0;

height: 0;

border-top: 100px solid transparent;

border-bottom: 1000px solid transparent;

border-left: 100vw solid #fff;
position:absolute;
top:600px;
left:0px;
z-index:0;

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

border-top:200px solid #fff;

border-bottom: 100px solid transparent;

border-right: 100vw solid #fff;
position:absolute;
top:0px;
right:0px;
z-index:0;
}*/

.triangle {

display:none;
z-index:-100;
position:absolute;
  top: 0px; 
  left: 0px; 

}
.triangle1 {
display:none;
z-index:-101;
position:absolute;
  top: 0px; 
  left: 0px; 
}
.triangle2 {
display:none;
z-index:-102;
margin-top:-100px;
}

.triangle3 {
display:none;
z-index:-103;
margin-top:-100px;
}






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: 0px;
     border-top: 10px solid #004F96;
     background-color: rgba(0,0,255,0);
}

h3{
	width:80%;
	padding:10px;
	background:#004F96;
	border-radius:20px;
	color:#fff;
	font-weight:bold;
	margin:20px auto;
}
.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{
	padding-top:50px;
	width:100%;
	position:absolute;
	top:720px;
	left: 0;
	right: 0;
	margin:0 auto;
	width:100%;
	background:#f8f8f8;
	height:3000px;
	/*background-color: rgba(255,255,255,0.7);*/
	box-shadow: 0px 3px 15px rgba(0,0,0,0.1);
  	transition: .3s;
}
.service ul {
	clear:both;
}

.service li {
	list-style:none;
}

.service p {
	width:80%;
	text-align:center;
	margin:0 auto;
}

.service ul {
	width:100%;
}
.service li {
	margin:0 auto;
}
.service p {
	width:90%;
}

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

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

.botton a{	  
	  width:60%;
	  height:30px;
	  margin:0 auto;
	  border:3px solid #FFC100;
  	  background-color: #FFC100;
  	  color: #fff;
	  transition: .6s all;
	  padding:10px 35px;
	  font-size:15px;
	  font-weight:bold;
	  display: flex;
	  align-items: center;
	  justify-content: center;
	  color:#fff;
	  text-indent:3px;
	  text-decoration: none;
	  margin-top:30px;
}

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


.torikumi {
	padding-top:200px;
	width:100%;
	background:#fff;
	height:1350px;
	
}

.torikumiinline{
	width:100%;
	text-align:center;
}

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

}

.partner {
	width:100%;
	background:#D6E5EB;
	height:400px;
	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 280px 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;
}

.btn a{
	position:absolute;
  	left: 0;
	right: 0;
	margin:0 auto;
	width:300px;
	height:80px;
	top: 80%;
	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;
}
.btn a:hover{
	position:absolute;
  	left: 0;
	right: 0;
	margin:0 auto;
	width:300px;
	height:80px;
	top: 80%;
	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;
}

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

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;
}

.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;
}


table.search {
width: 90%;
margin: 0 auto;

font-size: 12px;
/*border: solid 1px #000000; border-collapse: collapse;
}*/
}

table.search th,
table.search td {
padding:28px;
text-indent:-20px;
}

table.search td {
text-align:left;
padding-left:35px;
}


table.search th {
background: #295890;
vertical-align: middle;
text-align: left;
overflow: visible;
position: relative;
z-index:26;
color: #fff;
font-weight: normal;
font-size: 10px;
}

table.search th:after {
left: 100%;
top: 50%;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
z-index:25;
pointer-events: none;
border-color: rgba(136, 183, 213, 0);
border-left-color: #295890;
border-width: 10px;
margin-top: -10px;
}

.content {
	background:#000;
	z-index:2;
}

.adoption {
	width:90%;
	margin:0 auto;
}
.future {
	/* padding:65px 0; */
	width:95%;
	margin:0 auto;
	line-height:35px;
	font-size:15px;
	text-shadow: 0 0 1em rgba(255, 255,255,0.9);
}
.future p {
	font-weight:bold;
	font-family:Gill Sans Extrabold, sans-serif;

}
.under {
	background: linear-gradient(transparent 70%, #FFC100 70%);
	font-weight:bold;
}

.sitemap {
	display:none;
}

@keyframes RightToLeft {
  0% {
    opacity: 0;/* 透明 */
    transform: translateX(-60px);/* X軸方向に50px */
  }
  100% {
    opacity: 1;/* 不透明 */
    transform: translateX(0);
  }
}

/* 「RightToLeft」を適用する箇所 */
.fade {
  animation-duration: 2s;/* アニメーション時間 */
  animation-name: RightToLeft;/* アニメーション名 */
  /*animation-iteration-count: infinite;*//* アニメーションの繰り返し（無限）*/
}


.fadein {
    opacity : 0;
    transform :translateX(-150px);
    transition : all 1200ms;
}
.fadein.scrollin {
    opacity : 1;
    transform : translate(0, 0);
}

}