@charset "utf-8";
/* CSS Document */
.pagetop {
	display: none;
	position: fixed;
	bottom: 200px;
	right: 5px;
	width: 50px;
	height: 50px;
	z-index: 50000;
}
.pagetop img {
	transition: 0.5s;
}
.pagetop img:hover {
	transform: rotate(360deg);
}

/*========= 流れるテキスト ===============*/

/*全共通*/

.slide-in {
  overflow: hidden;
    display: inline-block;
}

.slide-in_inner {
  display: inline-block;

}

/*左右のアニメーション*/
.leftAnime{
    opacity: 0;/*事前に透過0にして消しておく*/
}

.slideAnimeLeftRight {
  animation-name:slideTextX100;
  animation-duration:1.5s;
  animation-fill-mode:forwards;
    opacity: 0;
}

@keyframes slideTextX100 {
  from {
  transform: translateX(-100%); /*要素を左の枠外に移動*/
        opacity: 0;
  }

  to {
  transform: translateX(0);/*要素を元の位置に移動*/
    opacity: 1;
  }
}

.slideAnimeRightLeft {
  animation-name:slideTextX-100;
  animation-duration:1.5s;
  animation-fill-mode:forwards;
    opacity: 0;
}


@keyframes slideTextX-100 {
  from {
  transform: translateX(100%);/*要素を右の枠外に移動*/
    opacity: 0;
  }

  to {
  transform: translateX(0);/*要素を元の位置に移動*/
    opacity: 1;
  }
}

/*--------------------------------------------------------------------------メインイメージ*/
#mimg {
	position: relative;
	width: 100%;
	height: auto;
	display: flex;
}
#hmcheck{
	position: absolute;
	width: 100%;
	height: 5px;
	top: 120px;
}
#mimg .bbar{
	position: absolute;
	width: 100%;
	height: 5px;
	background-color: #fff;
	z-index: 100000;
	bottom:0;
}
.flexslider {
	margin-top: 0px !important;
	width: 100%;
	height: auto;
	z-index: 9999;
}
.flexslider.flex1 {
	width: 50%;
	float: left;
	background-image: url(../images/slide1.webp);
	background-repeat: no-repeat;
	background-size: contain;
}
.flexslider.flex2 {
	width: 50%;
	float: left;
	background-image: url(../images/slide5.webp);
	background-repeat: no-repeat;
	background-size: contain;
}
#mimg .txtBox {
	position: absolute;
	width: 80%;
	height: auto;
	top: 42%;
	left: 10%;
	z-index: 10001;
}
#mimg .p1 {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 auto;
	font-size: 60px;
	line-height: 65px;
	letter-spacing: 5px;
	font-weight: 600;
	color: #fff;
    text-align: center;
	float: left;
}
#mimg .p2 {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 auto;
	font-size: 30px;
	line-height: 35px;
	letter-spacing: 5px;
	font-weight: 600;
	color: #fff;
    text-align: center;
	float: left;
	margin-top: 30px;
}

/*--------------------------------------------------------------------------コンテンツ*/
#container {
	width: 100%;
	height: auto;
	margin-top: 70px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#section01 {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding-top: 0px;
	padding-bottom: 120px;
}
#contents01 {
	position: relative;
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
#contents01:after{
	content: "";
	clear: both;
	display: block;
}
#s01Box {
	position: relative;
	width: 100%;
	min-height: 600px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
}
#c01txtbox {
	position: absolute;
	left: 3%;
	width: 40%;
	height: auto;
}
#hbox {
	width: 100%;
	height: auto;
}
h2 {
	position: relative;
	width: auto;
	height: auto;
	font-size: 60px;
	line-height: 60px;
	font-weight: 600;
	letter-spacing: 1px;
	text-align: left;
	color: #19648c;
}
#hbox .t1{
	width: 100%;
	height: auto;
	font-size: 13px;
	line-height: 13px;
	letter-spacing: 0px;
	font-weight: 600;
	text-align: left;
	margin-top: 5px;
	margin-left: 5px;
}


#c01txtbox .st1{
	width: 100%;
	text-align: left;
	font-size: 38px;
	line-height: 40px;
	letter-spacing: 1px;
	font-weight: 600;
	margin-top: 25px;
}
#c01txtbox .st2{
	width: 100%;
	text-align: left;
	font-size: 16px;
	line-height: 30px;
	letter-spacing: ;
	margin-top: 20px;
}
#c01Backbox01 {
	position: absolute;
	right: 2%;
	width: 50%;
	padding-top: 38.194%;
	z-index: 1020;
	max-width: 864px;
	max-height: 660px;
}
#c01Backbox01 .bgImg{
	width: 100%;
	position: absolute;
	top:0;
	left: 0;
	right:0;
	bottom:0;
	opacity:0;
	animation: bgAnime3 18s infinite;
	background-position: top right;
	background-repeat: no-repeat;
	background-size: contain;
	z-index: 1;
	max-height: 660px;
}
#c01Backbox01 .src1{
	display:block;
	background-image: url(../web/home/c01img01.png); 
}
#c01Backbox01 .src2{
	background-image: url(../web/home/c01img02.png);  
	animation-delay: 6s;
}
#c01Backbox01 .src3{
	background-image: url(../web/home/c01img03.png); 
	animation-delay: 12s;
}
@keyframes bgAnime3 {
   0% { opacity: 0; }
   5% { opacity: 1; }
   33% { opacity: 1; }
  38% { opacity: 0; }
}

.c01btn a{
	position: relative;
	display:block;
	width: 300px;
	height: 45px;
	margin-top: 30px;
	outline: 1px solid #333;
	outline-offset: -1px;
	text-align: center;
	font-size: 17px;
	line-height: 45px;
	letter-spacing: 1px;
	color: #000;
	overflow: hidden;
}
.c01btn a:hover{
	box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.2);
	outline: 1px solid #19648c;
}
.slidebtn::before,
.slidebtn::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.slidebtn,
.slidebtn::before,
.slidebtn::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.slidebtn:hover {
  color: #FFF;
  text-decoration: none;
}
.slidebtn::after {
  top: 0%;
  left: -100%;
  width: 100%;
  height: 100%;
}
.slidebtn:hover::after {
  top: 0;
  left: 0;
  background-color: #19648c;
}

#section02 {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding-top: 80px;
	padding-bottom: 100px;
	background-color: #19648c;
}
.circles{
	position: absolute;
	top: -1px;
	left: -1px;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 10;
}
.circles li{
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    background: rgba(255,255,255,0.2);
    animation: animate 25s linear infinite;
    bottom: -150px;   
}
.circles li:nth-child(1){
    left: 25%;
    width: 80px;
    height: 80px;
    animation-delay: 0s;
}
.circles li:nth-child(2){
    left: 10%;
    width: 20px;
    height: 20px;
    animation-delay: 2s;
    animation-duration: 12s;
}
.circles li:nth-child(3){
    left: 70%;
    width: 20px;
    height: 20px;
    animation-delay: 4s;
}
.circles li:nth-child(4){
    left: 40%;
    width: 60px;
    height: 60px;
    animation-delay: 0s;
    animation-duration: 18s;
}
.circles li:nth-child(5){
    left: 65%;
    width: 20px;
    height: 20px;
    animation-delay: 0s;
}
.circles li:nth-child(6){
    left: 75%;
    width: 110px;
    height: 110px;
    animation-delay: 3s;
}
.circles li:nth-child(7){
    left: 35%;
    width: 150px;
    height: 150px;
    animation-delay: 7s;
}
.circles li:nth-child(8){
    left: 50%;
    width: 25px;
    height: 25px;
    animation-delay: 15s;
    animation-duration: 45s;
}
.circles li:nth-child(9){
    left: 20%;
    width: 15px;
    height: 15px;
    animation-delay: 2s;
    animation-duration: 35s;
}
.circles li:nth-child(10){
    left: 85%;
    width: 150px;
    height: 150px;
    animation-delay: 0s;
    animation-duration: 11s;
}
@keyframes animate {
    0%{
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 10%;
    }
    100%{
        transform: translateY(-1500px) rotate(720deg);
        opacity: 0;
        border-radius: 10%;
    }
}

#section02 .back01{
	position: absolute;
	width: 100%;
	height: 110px;
	top: -110px;
	background-image: url(../web/home/section02back.png);
	background-position: center;
	background-repeat: no-repeat;
	z-index: 100;
}
#contents02 {
	position: relative;
	width: 100%;
	height: auto;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	z-index: 100;
}
#contents02:after{
	content: "";
	clear: both;
	display: block;
}
h3 {
	position: relative;
	width: 100%;
	height: auto;
	font-size: 60px;
	line-height: 60px;
	font-weight: 600;
	letter-spacing: 1px;
	text-align: center;
	color: #fff;
}
.h3ac {
	position: relative;
	width: 100%;
	height: auto;
	font-size: 18px;
	line-height: 20px;
	font-weight: 600;
	letter-spacing: 1px;
	text-align: center;
	color: #fff;
	margin-top: 20px;
}

.swiper {
  width: 100%;
  height: 430px;
  margin-top: 60px;
  margin-left: 0;
  margin-right: 0;
  overflow: visible;
}
.swiper-wrapper {
  width: 100%;
  height: 420px;
}

.swiper-slide {
  width: 400px !important;
  height: 420px !important;
}
#swiperBox {
	position: absolute;
	width: 300px;
	height: auto;
	top: 70px;
	right: 3%;
}
.swiper-button-next {
	transform: scale(0.5);
	margin-top: px !important;
	margin-right: px;
	 z-index: 1000 !important;
	 color: #239178 !important;
}
.swiper-button-prev {
	transform: scale(0.5);
     margin-top:px !important;
     margin-left: px;
	 z-index: 1000 !important;
	 color: #239178 !important;
}
.swiper-pagination-bullet {
  width: 8px !important;
  height: 8px !important;
  margin: 0 0 0 10px !important;
  background-color: #239178 !important;
}
.swiper-pagination {
	margin-bottom: -20px;
}

#Pitem {
	width: 400px;
	height: 420px;
	padding:0;
	float: left;
	transition: 0.4s;
}

#Pitem .Img{
	width: 100%;
	height: 300px;
	float: left;
	border-radius: 8px;
}
#Pitem .Img img{
	width: 400px;
	height: 300px;
	object-fit: cover;
	border-radius: 8px;
}
#Pitemttl {
	position: relative;
	width: 100%;
	height: 30px;
	float: left;
	margin-top: 25px;
}
#Pitemttl .t1{
	width: auto;
	height: 30px;
	font-size: 30px;
	line-height: 30px;
	text-align: left;
	font-weight: 600;
	letter-spacing: 1px;
	color: #fff;
	float: left;
}
#Pitemttl .t2{
	width: auto;
	height: 30px;
	font-size: 12px;
	line-height: 30px;
	font-style: italic;
	text-align: left;
	color: #fff;
	float: right;
}
.Pitemtxt {
	width: 100%;
	height: auto;
	float: left;
	margin-top: 15px;
	font-size: 15px;
	line-height: 25px;
	text-align: left;
	color: #fff;
}

.c02btn a{
	position: relative;
	margin-top: 70px;
	margin-left: auto;
	margin-right: auto;
	display:block;
	width: 600px;
	height: 60px;
	outline: 1px solid #fff;
	outline-offset: -1px;
	text-align: center;
	font-size: 18px;
	line-height: 60px;
	font-weight: 600;
	letter-spacing: 1px;
	color: #fff;
	overflow: hidden;
}
.c02btn a:hover{
	color: #19648c;
	outline: 1px solid #444;
}
.slidebtn2::before,
.slidebtn2::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.slidebtn2,
.slidebtn2::before,
.slidebtn2::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.slidebtn2:hover {
  color: #FFF;
  text-decoration: none;
}
.slidebtn2::after {
  top: 0%;
  left: -100%;
  width: 100%;
  height: 100%;
}
.slidebtn2:hover::after {
  top: 0;
  left: 0;
  background-color: #fff;
}



#section03 {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding-top: 70px;
	padding-bottom: 70px;
}
#contents03 {
	position: relative;
	width: 1100px;
	height: auto;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}
#contents03:after{
	content: "";
	clear: both;
	display: block;
}
h4 {
	position: relative;
	width: 100%;
	height: auto;
	font-size: 60px;
	line-height: 60px;
	font-weight: 600;
	letter-spacing: 1px;
	text-align: center;
	color: #19648c;
}
.h4ac {
	position: relative;
	width: 100%;
	height: auto;
	font-size: 18px;
	line-height: 20px;
	font-weight: 600;
	letter-spacing: 1px;
	text-align: center;
	color: #000;
	margin-top: 10px;
	margin-left: 5px;
}

#contents03 .newspc iframe{
	position: relative;
	width: 1100px;
	height: 380px;
	overflow: hidden;
	float: left;
	margin-top: 50px;
}

.c03btn a{
	position: relative;
	display:block;
	width: 600px;
	height: 60px;
	margin-top: 70px;
	margin-left: 250px;
	outline: 1px solid #333;
	outline-offset: -1px;
	text-align: center;
	font-size: 18px;
	line-height: 60px;
	font-weight: 600;
	letter-spacing: 1px;
	color: #000;
	overflow: hidden;
	float: left;
}
.c03btn a:hover{
	color: #fff;
	outline: 1px solid #19648c;
}


@media screen and (min-width:768px){
.flexslider.flex3 {	display: none;}
#contents03 .newssp iframe{ display:none;}
}
