html{
	scroll-behavior: smooth;
}



body{
	margin:0;
	padding:0;
}

.clearfix::after{
  content: "";
  display: block;
  clear: both;
}



@media screen and (min-width:1200px) and (max-width:2000px) {

/*img { max-width: 100%; }*/
.toggle {
	display:none;
}

.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:50px;
	float:left;
}
.header .mozi{
	font-size:20px;
	position:absolute;
	top:52px;
	right:0px;
	font-weight:bold;
	font-family:-apple-system,BlinkMacSystemFont,"Helvetica Neue","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;
	color:#0084D8;
	line-height:25px;
}

.header .title{
	font-size:13px;
	position:absolute;
	top:34px;
	left:2px;
}

.header ul{
	float:right;
	margin:30px;
	margin-right:50px;
	height:50%;
	margin-top:15px;

}

.header li{
	float:left;	
	margin-left:50px;
	font-size:20px;
	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:35px;
	right:190px;
	width:215px;
}
.tel p {
	margin-bottom:2px;
}
.intel {
	float:right;
	line-height:20px;
}
.telicon {
	float:left;
	color:#0084D8;
}
.fon {
	font-size:22px;
	font-weight:bold;
	color:#0084D8;
}
.mitumori {
	font-size:13px;
}
.eigyo {
	font-size:13px;
}

.main{
	background:#c3c3c3;
	height:3000px;
}

.main h1 {
	position:absolute;
	top:400px;
	left:300px;
	font-weight:bold;
	font-size:32px;
	color: #004F96;
	text-shadow: 0 0 1em rgba(255, 255,255,0.9);
}
.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;
}

  
.cd-fixed-bg.cd-bg-1 {
  background-image: url("../img/bg1.jpg");
  height:1000px;
}

.cd-fixed-bg.cd-bg-2 {
  background-image: url("../img/mbg7.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:0;

}
.triangle1 {

width: 0;

height: 0;

border-top: 1000px solid transparent;

border-bottom: 800px solid transparent;

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

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

}

.osirase {
	position:relative;
	position:absolute;
	left: 0;
	right: 0;
	margin:0 auto;
	top:800px;
	width:80%;
	height:100px;
	padding-bottom:200px;
	box-shadow: 0px 3px 15px rgba(0,0,0,0.1);
	overflow-x:scroll
}

.osirase {
  position:relative;
  background: #f8f8f8;
  padding: 1em;
  z-index:7;
  background-color: rgba(255,255,255,0.7);
}
.osirase:after{
  content: "";
  position:absolute;
  top:0;
  left:0;
  width:0;
  height:0;
  border-style: solid;
  border-color: #376092 transparent  transparent  transparent;
  border-width: 80px 100px 25px 0;
  padding-left:80px;
  z-index:8;
}
.osirase li{
	margin-left:200px;
}
.osirase .news {
	position:absolute;
	top:30px;
	left:30px;
	z-index:10;
	color:#fff;
	font-size:20px;
}

.service{
	position:absolute;
	top:1000px;
	left: 0;
	right: 0;
	margin:0 auto;
	width:80%;
	background:#f8f8f8;
	height:1700px;
	background-color: rgba(255,255,255,0.7);
	box-shadow: 0px 3px 15px rgba(0,0,0,0.1);
  	transition: .3s;
  	padding-top:30px;
}

.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:20px;
	color:#fff;
	font-weight:bold;
}
.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;
}
.first {
	position:relative;
}
.second {
	position:relative;
}


.gazo{
	margin:80px 0px;
	margin-left:100px;
	background:#c3c3c3;
	width:300px;
	height:300px;
	float:left;
}

.gazo {
	overflow: hidden;	/*拡大時にはみ出た部分を隠す*/
	/* width: 300px;	
	height: 300px; */
}
.gazo img {
	display: block;
	transition-duration: 0.3s;	/*変化に掛かる時間*/
}
.gazo img:hover {
	transform: scale(1.1);	/*画像の拡大率*/
	transition-duration: 0.3s;	/*変化に掛かる時間*/
}

.bunsyo {
	margin:80px;
	margin-right:100px;
	margin-top:170px;
	width:550px;
	height:200px;
	float:right;
	line-height:30px;
	font-size:1.1vw;

}
.botton a{
	  position:absolute;
	  top:320px;
	  left:500px;
	  width:150px;
	  height:30px;
	  margin-bottom:100px;
	  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;
}

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

.komidasi {
	 position:absolute;
	 top:90px;
	 left:500px;
}

.torikumi {
	width:100%;
	background:#fff;
	height:500px;
	padding-top:30px;
	
}
.torikumiinline{
	width:80%;
	margin:0 auto;
	position:relative;
}

iframe{
	width:520px;
	height:300px;
}
.partner {
	width:100%;
	background:#D6E5EB;
	height:500px;
	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 1200px 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;
}
span{
	
}



table.search {
width: 520px;
margin: 0 auto;
/*border-collapse: separate;
border-spacing: 0px 15px;*/
font-size: 12px;
border: solid 1px #000000; border-collapse: collapse;
position:absolute;
top:100px;
left:0;
}

table.search th,
table.search td {
padding: 17px;
text-indent:10px;
}

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

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

.map {
	position:absolute;
	top:100px;
	right:0;
}
.adoption {
	height:500px;
	background:#fff;
}



.content {
  position:relative;
  background:#fff;
  width:100%;
}

.triangle4 {

border-top: 120px solid transparent;

border-bottom: 100px solid transparent;

border-left: 100vw solid #fff;
position:absolute;
top:380px;
left:0px;
z-index:0;
}
.triangle5 {
	border-top:0px solid transparent;
	border-bottom: 120px solid transparent;
	border-right: 100vw solid #fff;

	position:absolute;
	top:0px;
	left:0px;
	bottom:380px;
	z-index:0;
}

.adoption {
	width:80%;
	margin:0 auto;
}
.future {
	padding:65px 0;
	width:80%;
	margin:0 auto;
	line-height:40px;
	font-size:18px;
}
.future p {
	font-weight:bold;
	font-family:Gill Sans Extrabold, sans-serif;

}
.under {
	background: linear-gradient(transparent 70%, #a8eaff 70%);
}

.sumahogazo img {
	visibility:hidden;
}



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

/*.inc {
	font-size:14px;
	position:absolute;
	top:90px;
	left:2px;
	color:#0084D8;
}*/

/*pc用のcssを記述*/
}
@media screen and (min-width:1600px) {
	.toggle {
	display:none;
}

.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:50px;
	float:left;
}
.header .mozi{
	font-size:20px;
	position:absolute;
	top:50px;
	right:0px;
	line-height: 20px;
	font-weight:bold;
	font-family:-apple-system,BlinkMacSystemFont,"Helvetica Neue","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;
	color:#0084D8;
}

.header .title{
	font-size:13px;
	position:absolute;
	top:30px;
	left:2px;
}

.header ul{
	float:right;
	margin:30px;
	margin-right:0px;
	height:50%;
	margin-top:15px;

}

.header li{
	float:left;	
	margin-left:50px;
	font-size:20px;
	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: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;
}

.main{
	background:#c3c3c3;
	height:3000px;
}

.main h1 {
	position:absolute;
	top:400px;
	left:300px;
	font-weight:bold;
	font-size:32px;
	color: #004F96;
	text-shadow: 0 0 1em rgba(255, 255,255,0.9);
}
.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;
}

  
.cd-fixed-bg.cd-bg-1 {
  background-image: url("../img/bg1.jpg");
  height:1000px;
}

.cd-fixed-bg.cd-bg-2 {
  background-image: url("../img/mbg7.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:0;

}
.triangle1 {

width: 0;

height: 0;

border-top: 1000px solid transparent;

border-bottom: 800px solid transparent;

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

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

}

.osirase {
	position:relative;
	position:absolute;
	left: 0;
	right: 0;
	margin:0 auto;
	top:800px;
	width:80%;
	height:100px;
	padding-bottom:200px;
	box-shadow: 0px 3px 15px rgba(0,0,0,0.1);
	overflow-x:scroll
}

.osirase {
  position:relative;
  background: #f8f8f8;
  padding: 1em;
  z-index:7;
  background-color: rgba(255,255,255,0.7);
}
.osirase:after{
  content: "";
  position:absolute;
  top:0;
  left:0;
  width:0;
  height:0;
  border-style: solid;
  border-color: #376092 transparent  transparent  transparent;
  border-width: 80px 100px 25px 0;
  padding-left:80px;
  z-index:8;
}
.osirase li{
	margin-left:200px;
}
.osirase .news {
	position:absolute;
	top:30px;
	left:30px;
	z-index:10;
	color:#fff;
	font-size:20px;
}


.service{
	position:absolute;
	top:1000px;
	left: 0;
	right: 0;
	margin:0 auto;
	width:80%;
	background:#f8f8f8;
	height:1700px;
	background-color: rgba(255,255,255,0.7);
	box-shadow: 0px 3px 15px rgba(0,0,0,0.1);
  	transition: .3s;
  	padding-top:30px;
}
.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:20px;
	color:#fff;
	font-weight:bold;
}
.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;
}
.first {
	position:relative;
}
.second {
	position:relative;
}


.gazo{
	margin:80px 0px;
	margin-left:100px;
	background:#c3c3c3;
	width:300px;
	height:300px;
	float:left;
}

.gazo {
	overflow: hidden;	/*拡大時にはみ出た部分を隠す*/
	width: 300px;	/*画像の幅*/
	height: 300px;	/*画像の高さ*/
}
.gazo img {
	display: block;
	transition-duration: 0.3s;	/*変化に掛かる時間*/
}
.gazo img:hover {
	transform: scale(1.1);	/*画像の拡大率*/
	transition-duration: 0.3s;	/*変化に掛かる時間*/
}

li .bunsyo{
	margin:80px;
	margin-right:100px;
	margin-top:170px;
	width:60%;
	height:200px;
	float:right;
	line-height:30px;
	font-size:1.1vw;
	font-size:100px;

}
.botton a{
	  position:absolute;
	  top:320px;
	  left:500px;
	  width:150px;
	  height:30px;
	  margin-bottom:100px;
	  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;
}

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

.komidasi {
	 position:absolute;
	 top:90px;
	 left:500px;
}

.torikumi {
	width:100%;
	background:#fff;
	height:500px;
	padding-top:30px;
	
}
.torikumiinline{
	width:80%;
	margin:0 auto;
	position:relative;
}

iframe{
	width:520px;
	height:300px;
}
.partner {
	width:100%;
	background:#D6E5EB;
	height:500px;
	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 1200px 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;
}
span{
	
}



table.search {
width: 520px;
margin: 0 auto;
/*border-collapse: separate;
border-spacing: 0px 15px;*/
font-size: 12px;
border: solid 1px #000000; border-collapse: collapse;
position:absolute;
top:100px;
left:0;
}

table.search th,
table.search td {
padding: 17px;
text-indent:10px;
}

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

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

.map {
	position:absolute;
	top:100px;
	right:0;
}
.adoption {
	height:500px;
	background:#fff;
}



.content {
  position:relative;
  background:#fff;
  width:100%;
}

.triangle4 {

border-top: 120px solid transparent;

border-bottom: 100px solid transparent;

border-left: 100vw solid #fff;
position:absolute;
top:380px;
left:0px;
z-index:0;
}
.triangle5 {
	border-top:0px solid transparent;
	border-bottom: 120px solid transparent;
	border-right: 100vw solid #fff;

	position:absolute;
	top:0px;
	left:0px;
	bottom:380px;
	z-index:0;
}

.adoption {
	width:80%;
	margin:0 auto;
}
.future {
	padding:65px 0;
	width:80%;
	margin:0 auto;
	line-height:40px;
	font-size:18px;
}
.future p {
	font-weight:bold;
	font-family:Gill Sans Extrabold, sans-serif;

}
.under {
	background: linear-gradient(transparent 70%, #a8eaff 70%);
}

.sumahogazo img {
	visibility:hidden;
}



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

/*.inc {
	font-size:14px;
	position:absolute;
	top:90px;
	left:2px;
	color:#0084D8;
}*/

/*pc用のcssを記述*/
	
}
}
