﻿@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	font-family: "メイリオ", Meiryo, "Lucida Grande", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	clip: rect(auto,auto,auto,auto);
	color: #333333;
}
h1, h2, h3, h4, h5, h6, p {
	margin: 0;
	padding: 0;
	font-weight: normal;
}

img {
	vertical-align: top;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.clear_both {
	clear: both;
	margin: 0px;
	padding: 0px;
}


p, ul, ol, li {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	font-size: 90%;
}

/*---------------------
  ヘッドここから
---------------------*/

.head-main {
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	overflow: hidden;
	padding-bottom: 20px;
}
.head-box1 {
	background-attachment: scroll;
	background-image: url(../img/fla1.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 757px;
	margin-top: 135px;

}

/*---------------------
  コンテンツここから
---------------------*/


.cont01 {
	clear: both;
	margin-right: auto;
	margin-left: auto;
	background-attachment: scroll;
	background-image: url(../img/02.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 42px;
	padding-bottom: 50px;
	overflow: hidden;
}

.cont02 {
	clear: both;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	background-color: #0A1D4B;
	margin-bottom: 70px;
}
.cont02-box1 {
	width: 34%;
	overflow: hidden;
	float: left;
	padding-top: 5%;
}
.cont02-box2 {
	width: 66%;
	overflow: hidden;
	float: right;
}
.cont02-box2 li {
	width: 33.3%;
	float: left;
}

.cont03 {
	clear: both;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	background-color: #FFCB00;
	margin-bottom: 70px;
	background-attachment: scroll;
	background-image: url(../img/05.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.cont03-box1 {
	width: 1000px;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
	padding-top: 48px;
}
.cont03-box2 {
	width: 440px;
	float: left;
}
.cont03-box3 {
	width: 440px;
	float: right;
}

/*---------------------
  ループ画像ここから
---------------------*/
.loop_wrap {
	display: flex;
	width: 100vw;
	height: 180px;
	overflow: hidden;
	margin-bottom: 60px;
	margin-right: auto;
	margin-left: auto;
}

.loop_wrap img {
  width: auto;
  height: 100%;
}



@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}

@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}

.loop_wrap img:first-child {
  animation: loop 180s -90s linear infinite;
}

.loop_wrap img:last-child {
  animation: loop2 180s linear infinite;
}


/*---------------------
  ループ画像ここまで
---------------------*/



.footmain {
	clear: both;
	overflow: hidden;
	width: 100%;
	margin-bottom: 10px;
}

.foot1 {
	background-color: #20293C;
	width: 50%;
	float: left;
	height: 430px;
	background-attachment: scroll;
	background-repeat: repeat-y;
	background-position: left top;
}




.foot1-box1 {
	width: 500px;
	float: right;
	margin-right: 50px;
}
.foot1-box2 {
	width: 310px;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
}
.foot1-box2 li{
	float: left;
	margin-bottom: 13px;
}

.foot2 {
	width: 50%;
	float: right;
	height: 430px;
}


.foot-button2 {
	display: block;
	width: 130px;
}
.foot-button2 a {
	display: block;
	width: 100%;
	border: 1px solid #FFFFFF;
	background-color: #0A5F9F;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	transition: .2s linear;
	-webkit-transition: .2s linear;
	-moz-transition: .2s linear;
	-o-transition: .2s linear;
	-ms-transition: .2s linear;
	padding-top: 6px;
	padding-right: 0;
	padding-bottom: 6px;
	padding-left: 0;
}
.foot-button2 a:hover {
	background-color: #ffffff;
	color: #0A5F9F;
}






.logo2 {
	margin-bottom: 24px;
	text-align: center;
}

.td1 {
	padding-top: 10px;

}


.side01 {
	position: fixed;
	bottom: 500px;
	right: 0px;
	z-index: 9999;
}
.side02 {
	position: fixed;
	bottom: 340px;
	right: 0px;
	z-index: 9999;
}











.mini1 {
}
.mini1 img {
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	height: auto;
}


/*---------------------
  ロールオーバー
---------------------*/
.hover a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.hover2 a:hover img {
  opacity: 0.5;
  filter: alpha(opacity=80);
  -moz-opacity: 0.9;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

/*---------------------
  フェード効果
---------------------*/

.fade {
}
.fadeInDown {
	-webkit-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: 1s;
	-ms-animation-duration: 1s;
	animation-duration: 1s;
}
@-webkit-keyframes fadeInDown {
 0% {
opacity: 0;
-webkit-transform: translateY(-20px);
-ms-transform: translateY(-20px);
transform: translateY(-20px);
}
 100% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes fadeInDown {
 0% {
opacity: 0;
-webkit-transform: translateY(-20px);
-ms-transform: translateY(-20px);
transform: translateY(-20px);
}
 100% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}
.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	visibility: visible !important;
}



/*---------------------
  アニメーションボタン
---------------------*/
.button1 {
	display: block;
	width: 100%;
	clear: both;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	margin-top: 30px;
}
.button1 a {
	display: block;
	width: 360px;
	border: 2px solid #FFFFFF;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	transition: .2s linear;
	-webkit-transition: .2s linear;
	-moz-transition: .2s linear;
	-o-transition: .2s linear;
	-ms-transition: .2s linear;
	font-size: 130%;
	font-weight: bold;
	padding-top: 16px;
	padding-right: 0;
	padding-bottom: 16px;
	padding-left: 0;
	letter-spacing: 0.1em;
	margin-right: auto;
	margin-left: auto;
	background-color: #F30;
}
.button1 a:hover {
	color: #F30;
	border: 2px solid #F30;
	background-color: #FFF;
}

.button2 {
	display: block;
	width: 100%;
	clear: both;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	margin-top: 10px;
}
.button2 a {
	display: block;
	width: 330px;
	border: 2px solid #FFFFFF;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	transition: .2s linear;
	-webkit-transition: .2s linear;
	-moz-transition: .2s linear;
	-o-transition: .2s linear;
	-ms-transition: .2s linear;
	font-size: 110%;
	font-weight: bold;
	padding-top: 16px;
	padding-right: 0;
	padding-bottom: 16px;
	padding-left: 0;
	letter-spacing: 0.1em;
	margin-right: auto;
	margin-left: auto;
}
.button2 a:hover {
	color: #C7D6E9;
	border: 2px solid #C7D6E9;
}
.button3 {
	display: block;
	width: 100%;
	clear: both;
	margin-bottom: 0;
	margin-right: auto;
	margin-left: auto;
}
.button3 a {
	display: block;
	width: 400px;
	border: 3px solid #446DA1;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	transition: .2s linear;
	-webkit-transition: .2s linear;
	-moz-transition: .2s linear;
	-o-transition: .2s linear;
	-ms-transition: .2s linear;
	font-size: 130%;
	font-weight: bold;
	padding-top: 18px;
	padding-bottom: 18px;
	background-color: #446DA1;
	letter-spacing: 0.1em;
	margin-right: auto;
	margin-left: auto;
}
.button3 a:hover {
	color: #446DA1;
	background-color: #FFFFFF;
}




.sphide {
	display: block;
}
.spdisp {
	display: none;
}

.sphide2 {
	display: block;
}
.spdisp2 {
	display: none;
}


/* タブレット横
------------------------------------------------------------*/
@media screen and (max-width: 1260px) {
body {
	min-width: 1200px;
}


.cont02 {
	clear: both;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	background-color: #0A1D4B;
	margin-bottom: 70px;
}
.cont02-box1 {
	width: 34%;
	overflow: hidden;
	float: left;
	padding-top: 5%;
	padding-bottom: 30px;
}
.cont02-box2 {
	width: 66%;
	overflow: hidden;
	float: right;
}
.cont02-box2 li {
	width: 33.3%;
	float: left;
}

.cont03 {
	clear: both;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	background-color: #FFCB00;
	margin-bottom: 70px;
	background-attachment: scroll;
	background-image: url(../img/05.png);
	background-repeat: no-repeat;
	background-position: right 110px;
}


/*---------------------
  ループ画像ここから
---------------------*/
.loop_wrap {
	display: flex;
	width: 100%;
	height: 180px;
	overflow: hidden;
	margin-bottom: 60px;
	margin-right: auto;
	margin-left: auto;
}


/*---------------------
  ループ画像ここまで
---------------------*/

.sphide2 {
	display: none;
}
.spdisp2 {
	display: block;
}
}
	
/* iPhone6 Plus
------------------------------------------------------------*/
@media screen and (max-width: 600px) {
body {
	min-width: 480px;
}


/*---------------------
  コンテンツーここから
---------------------*/

/*---------------------
  ヘッドここから
---------------------*/

.head-box1 {
	background-attachment: scroll;
	background-image: url(../img/fla1sp.png);
	background-repeat: no-repeat;
	background-position: center center;
    background-size: cover;
	height: 360px;
	margin-top: 98px;

}



.cont01 {
	clear: both;
	margin-right: auto;
	margin-left: auto;
	background-attachment: scroll;
	background-image: url(../img/02.png);
	background-repeat: no-repeat;
	background-position: -100px bottom;
	padding-top: 42px;
	padding-bottom: 30px;
	overflow: hidden;
}

.cont02 {
	clear: both;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	background-color: #0A1D4B;
	margin-bottom: 70px;
}
.cont02-box1 {
	width: 100%;
	overflow: hidden;
	float: none;
	padding-top: 5%;
	clear: both;
}
.cont02-box2 {
	width: 100%;
	overflow: hidden;
	float: none;
	clear: both;
	margin-right: auto;
	margin-left: auto;
}
.cont02-box2 li {
	width: 33.3%;
	float: left;
}

.cont03 {
	clear: both;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	background-color: #FFCB00;
	margin-bottom: 70px;
	background-attachment: scroll;
	background-image: url(../img/05.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.cont03-box1 {
	width: 100%;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
	padding-top: 48px;
	clear: both;
}
.cont03-box2 {
	width: 88%;
	float: none;
	clear: both;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}
.cont03-box3 {
	width: 88%;
	float: none;
	clear: both;
	margin-right: auto;
	margin-left: auto;
}



/*---------------------
  ループ画像ここから
---------------------*/
.loop_wrap {
	display: flex;
	width: 100%;
	height: 140px;
	overflow: hidden;
	margin-bottom: 50px;
	margin-right: auto;
	margin-left: auto;
}


/*---------------------
  ループ画像ここまで
---------------------*/

.footmain {
	clear: both;
	overflow: hidden;
	width: 100%;
	margin-bottom: 10px;
}

.foot1 {
	background-color: #20293C;
	width: 100%;
	float: none;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 30px;
}




.foot1-box1 {
	width: 100%;
	float: none;
	margin-left: auto;
	margin-right: auto;
	padding-top: 1px;
	padding-right: 0px;
}
.foot1-box2 {
	width: 310px;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
}
.foot1-box2 li{
	float: left;
	margin-bottom: 13px;
}

.foot2 {
	width: auto;
	float: none;
	height: 350px;
	clear: both;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.logo2 {
	margin-top: 40px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}


.sphide {
	display: none;
}
.spdisp {
	display: block;
}

.spmini1 {

}
.spmini1 img {
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	width: 80%;
	height: auto;
}



}	
