@charset "utf-8";
/* CSS Document */
.pagetop {
	display: none;
	position: fixed;
	bottom: 250px;
	right: 5px;
	width: 70px;
	height: 70px;
	z-index: 5000;
}
.pagetop img {
	transition: 0.2s;
}
.pagetop img:hover {
	transform: scale(1.1);
}

/*--------------------------------------------------------------------------メインイメージ*/
#mimg {
	position: fixed;
	width: 100%;
	height: auto;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	z-index: 1;
}
#slider {
    width: 100%;
    height: 100vh;
	margin-left: auto;
	margin-right: auto;
}

#mimg .txtBox {
	position: absolute;
	width: 40%;
	height: auto;
	display:inline-block;
	top: 70%;
	right: 3%;
	z-index: 1000;
}
#mimg .txtBox img{
	width: 100%;
	max-width: 660px;
	height: auto;
}

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

/*全共通*/

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

.slide-in_inner {
  display: inline-block;

}

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

.slideAnimeLeftRight {
  animation-name:slideTextX100;
  animation-duration:0.8s;
  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:0.8s;
  animation-fill-mode:forwards;
    opacity: 0;
}


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

  to {
  transform: translateX(0);/*要素を元の位置に移動*/
    opacity: 1;
  }
}
/*--------------------------------------------------------------------------コンテンツ*/
#container {
	width: 100%;
	height: auto;
	margin-top: 100vh;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#section01 {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding-top: 150px;
	padding-bottom: 150px;
	z-index: 10;
}
.bg-anime {
  width: 100%;
  height: auto;
  background: none;
  transition: 4s;
}
.bg-anime.active {
		background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.0) 5%, rgba(0, 0, 0, 0.15) 20%,rgba(0, 0, 0, 0.65) 100%);
}
#contents01 {
	position: relative;
	width: 1100px;
	height: auto;
	margin: 0 auto;
	padding-top: 0px;
	padding-bottom: 0px;
}
#contents01:after{
	content: "";
	clear: both;
	display: block;
}
h2 {
	width: 100%;
	font-size: 30px;
	line-height: 60px;
	text-align: left;
	font-weight: 500;
	color: #FFF;
	text-align: left;
	letter-spacing: 1px;
	float: left;
}
.c01_txt{
	width: 100%;
	font-size: 20px;
	line-height: 45px;
	font-weight: 400;
	text-align: left;
	color: #fff;
	letter-spacing: 1px;
	float: left;
	margin-top: 60px;
}
.c01btn a{
	display:block;
	width: 400px;
	height: 60px;
	border-radius: 30px;
	float: left;
	outline: 1px solid #FFF;
	outline-offset: -1px;
	font-size: 18px;
	line-height: 55px;
	text-align: center;
	color: #FFF;
	margin-top: 60px;
}
.c01btn a:hover{
	outline: 1px solid #f9a7be;
	outline-offset: -1px;
	background-color: #f9a7be;
	transition: 0.4s !important;
}


#section02 {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding-top: 70px;
	padding-bottom: 50px;
	background-color: #fff;
	z-index: 1000;

}
#contents02 {
	position: relative;
	width: 1100px;
	height: auto;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	z-index: 1001;
}
#contents02:after{
	content: "";
	clear: both;
	display: block;
}
.circles{
	position: absolute;
	top: -1px;
	left: -1px;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 1000;
}
.circles li{
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    background: rgba(0,102,204,0.3);
    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%;
    }
}

#hbox {
	width: auto;
	height: auto;
	float: left;
}
h3 {
	width: 100%;
	font-size: 48px;
	line-height: 50px;
	text-align: left;
	color: #4f97c4;
	letter-spacing: 3px;
	float: left;
}
.h3ac {
	width: 100%;
	font-size: 18px;
	line-height: 25px;
	text-align: left;
	float: left;
	color: #4f97c4;
	margin-top: 20px;
	letter-spacing:1px;
}
#servicebtn {
	position: relative;
	width: 240px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	float: right;
}
.service_btn {
  display: inline-block;
  width: 240px;
  height: 40px;
  border-radius: 20px;
  text-align: center;
  text-decoration: none;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 38px;
  outline: none;
}
.service_btn::before,
.service_btn::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.service_btn,
.service_btn::before,
.service_btn::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.service_btn {
  position: relative;
  z-index: 2;
  background-color: #4f97c4;
  color: #fff;
  overflow: hidden;
}
.service_btn:hover {
  color: #FFF;
  text-decoration: none;
}
.service_btn::after {
  top: 0%;
  left: -100%;
  width: 100%;
  height: 100%;
}
.service_btn:hover::after {
  top: 0;
  left: 0;
  background-color: #f9a7be;
  background-image: url(../web/home/c02btn.png);
}
.c02_txt{
	width: 100%;
	font-size: 16px;
	line-height: 30px;
	text-align: left;
	letter-spacing: 1px;
	float: left;
	margin-top: 40px;
}
#contents02 .ttl{
	width: 100%;
	font-size: 30px;
	line-height: 30px;
	text-align: left;
	letter-spacing: 1px;
	float: left;
	margin-top: 40px;
	color: #555;
}
#servicebox {
	width: 100%;
	height: auto;
	float: left;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#service {
	width: 340px;
	height: auto;
	margin-top: 50px;
}
#service .Img{
	width: 340px;
	height: 340px;
	float: left;
}
#service .Img img{
	width: 340px;
	height: 340px;
	border-radius: 8px;
}
#service .sttl{
	width: 100%;
	height: 25px;
	font-size: 23px;
	line-height: 25px;
	text-align: center;
	letter-spacing: 1px;
	font-weight: 400;
	margin-top: 20px;
	float: left;
}
#service .stxt{
	width: 100%;
	height: auto;
	font-size: 14px;
	line-height: 20px;
	text-align: left;
	letter-spacing: 1px;
	margin-top: 20px;
	float: left;
}


#section03 {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding-top: 50px;
	padding-bottom: 70px;
	background-color: #fafafa;
	z-index: 1000;
}
#contents03 {
	position: relative;
	width: 1100px;
	height: auto;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}
#contents03:after{
	content: "";
	clear: both;
	display: block;
}
h4 {
	width: 100%;
	font-size: 55px;
	line-height: 58px;
	text-align: left;
	color: #4f97c4;
	letter-spacing: 3px;
	float: left;
}
.h4ac {
	width: 100%;
	font-size: 18px;
	line-height: 20px;
	text-align: left;
	float: left;
	color: #4f97c4;
	margin-top: 20px;
	letter-spacing:1px;
}
#areamap {
	position: relative;
	width: 938px;
	height: 520px;
	float: left;
	margin-top: 50px;
	margin-left: 81px;
	z-index: 1000;
}
.amapac01 {
	position: absolute;
	width: 100%;
	height: 440px;
	background-image: url(../web/home/map01.png);
	z-index: 1001;
}
.amapac02 {
	position: absolute;
	width: 100%;
	height: 440px;
	background-image: url(../web/home/map02.png);
	z-index: 1002;
}
.amapac03 {
	position: absolute;
	width: 100%;
	height: 440px;
	background-image: url(../web/home/map03.png);
	z-index: 1003;
}
#amaptxt {
	position: absolute;
	width: 100%;
	height: 170px;
	z-index: 1004;
	bottom:0;
}
#amaptxt .t1{
	position:relative;
	width: 100%;
	height: auto;
	font-size:35px;
	line-height: 35px;
	letter-spacing: 1px;
	color: #ee3f71;
	text-align: center;
}
#amaptxt .t2{
	position:relative;
	width: 100%;
	height: auto;
	font-size: 22px;
	line-height: 24px;
	letter-spacing: 1px;
	text-align: center;
	margin-top: 30px;
}
#amaptxt .t3{
	position:relative;
	width: 100%;
	height: auto;
	font-size: 16px;
	line-height: 25px;
	letter-spacing: 1px;
	text-align: center;
	margin-top: 20px;
}

#section04 {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding-top: 70px;
	padding-bottom: 50px;
	background-color: #fff;
	z-index: 1000;
}
#contents04 {
	position: relative;
	width: 1100px;
	height: auto;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}
#contents04:after{
	content: "";
	clear: both;
	display: block;
}
h5 {
	width: 100%;
	font-size: 55px;
	line-height: 58px;
	text-align: left;
	color: #f9a7be;
	letter-spacing: 3px;
	float: left;
}
.h5ac {
	width: 100%;
	font-size: 18px;
	line-height: 20px;
	text-align: left;
	float: left;
	color: #000;
	margin-top: 20px;
	letter-spacing:1px;
}
#Newspc {
	width: 100%;
	height: auto;
}
#section04 iframe{
	width: 100%;
	height: 290px;
	margin-top: 20px;
}

#section05 {
	position: relative;
	width: 100%;
	height: 100vh;
	margin: 0 auto;
	padding-top: 50px;
	padding-bottom: 50px;
	z-index: 1000;
	background-color: #FFF;
}
#contents05 {
	position: relative;
	width: 100%;
	height: auto;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}
#contents05:after{
	content: "";
	clear: both;
	display: block;
}
#recruit {
	position: relative;
    width: 100%;
    height: 100vh;
	margin: 0 auto;
	z-index: 1001;
}
#contents05 .bgImg{
	position: absolute;
	top:0;
	left: 0;
	right:0;
	bottom:0;
	opacity:0;
	animation: bgAnime2 12s infinite;
	background-position: top center;
	background-repeat: no-repeat;
	z-index: 1;
	background-size: cover;
	background-repeat: no-repeat;
	border-radius: 0px 100px 0 0;
}
#contents05 .src1{
	display:block;
	background-image: url(../web/home/sec05back01.webp);
}
#contents05 .src2{
	background-image: url(../web/home/sec05back02.webp);  
	animation-delay: 6s;
}
@keyframes bgAnime2 {
   0% { opacity: 0; }
   10% { opacity: 1; }
   50% { opacity: 1; }
  60% { opacity: 0; }
}

#rtxtBox {
	position: absolute;
	width: 42%;
	height: auto;
	display:inline-block;
	top: 12%;
	left: 3%;
	z-index: 1001;
}
#rtxtBox .ttl{
	position: relative;
	width: 450px;
	height: 160px;
	float: left;
}
#rtxtBox .t1{
	position: relative;
	width: 100%;
	height: auto;
	float: left;
	margin-top: 40px;
	margin-left: 20px;
	font-size: 30px;
	line-height: 35px;
	text-align: left;
	letter-spacing: 1px;
	font-weight: 400;
	color: #FFF;
}
#rtxtBox .t2{
	position: relative;
	width: 100%;
	height: auto;
	float: left;
	margin-top: 50px;
	margin-left: 20px;
	font-size: 25px;
	line-height: 50px;
	text-align: left;
	letter-spacing: 1px;
	font-weight: 400;
	color: #FFF;
}
#rtxtBox .btn a{
	display:block;
	width: 400px;
	height: 60px;
	border-radius: 30px;
	float: left;
	font-size: 22px;
	line-height: 55px;
	text-align: center;
	color: #000;
	letter-spacing: 1px;
	background-color: #FFF;
	margin-top: 50px;
}
#rtxtBox .btn a:hover{
	color: #FFF;
	background-color: #4f97c4;
	transition: 0.4s !important;
}


@media screen and (min-width:768px){
#Newssp { display:none;}
}
