@charset "UTF-8";
#contents {
	width:100%;
}
#main {
	width:100%;
}


.index {
  min-width: 1000px;
}

.filter {
position:absolute;
top:0;
left:0;
width:100%;
height:100vh;
background-size: cover;
background-color:rgba(0,0,0,0.3);
z-index:10;
}
.index .indexModule01 {
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    height: 100vh !important;
    min-height: 500px;
    overflow: hidden;
    position: relative;
}

.index .indexModule01 .inner {
      align-items: center;
      display: flex;
      height: 100%;
      justify-content: center;
      position: relative;
      margin: 0 auto;
      width: 100%;
      max-width: 1000px;
      min-width: 1000px;
      z-index: 200;
}

.index .indexModule01 .inner h1 {
        font-size: 30px;
        font-weight: bold;
        color:#FFF;
        position: absolute;
        top: 150px;
        left: 35%;
        text-align: center;
}
.index .indexModule01 .inner h2 {
        position: absolute;
        top: 300px;
        left: 40%;
        width: 200px;
 }
.index .indexModule01 .inner h2 img{
width:100%;
}
.index .indexModule01 .inner .txtImg {
        position: absolute;
        right: 0px;
        top: 0px;
        margin: auto 0;
        width: 1000px;
}


index .indexModule01 .bgiSlider {
      height: 100%;
      width: 100%;
      overflow: hidden;
      position: absolute;
      top: 0;
      left: 0;
}
    .index .indexModule01 .main_img {
      z-index: 1;
      opacity: 0;
      width: 100%;
      height: 100%;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
      position: absolute;
      left: 0;
      top: 0;
      -webkit-animation: anime 30s 0s infinite;
      animation: anime 30s 0s infinite; }
    .index .indexModule01 .main_img:nth-of-type(1) {
      background-image: url(../img/index/index01-pc.jpg); }
    .index .indexModule01 .main_img:nth-of-type(2) {
      background-image: url(../img/index/index02-pc.jpg);
      -webkit-animation-delay: 6s;
      animation-delay: 6s; }
    .index .indexModule01 .main_img:nth-of-type(3) {
      background-image: url(../img/index/index03-pc.jpg);
      -webkit-animation-delay: 12s;
      animation-delay: 12s; }
    .index .indexModule01 .main_img:nth-of-type(4) {
      background-image: url(../img/index/index04-pc.jpg);
      -webkit-animation-delay: 18s;
      animation-delay: 18s; }
    .index .indexModule01 .main_img:nth-of-type(5) {
      background-image: url(../img/index/index05-pc.jpg);
      -webkit-animation-delay: 24s;
      animation-delay: 24s; }
@keyframes anime {
  0% {
    opacity: 0; }
  10% {
    opacity: 1; }
  20% {
    opacity: 1; }
  30% {
    opacity: 0;
    transform: scale(1.2);
    z-index: 0; }
  100% {
    opacity: 0; } }

@keyframes dotanime {
  0% {
    opacity: 0.6; }
  10% {
    opacity: 1; }
  20% {
    opacity: 1; }
  30% {
    opacity: 0.6; }
  100% {
    opacity: 0.6; } }

/***** boxA *******/
.boxA {
	width: 1000px;
	height: 445px;
	margin: 50px auto;
	background-image: url(../img/index_p1.jpg);
	border-radius: 15px;
	position: relative;
	overflow: hidden;
}
.boxA ul {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 436px;
	background: rgba(0,129,212,0.9);
	height: 100%;
	padding: 42px 0 0 42px;
}
.boxA ul li.head {
	font-size: 30px;
	font-weight: 600;
	color: #FFF;
}
.boxA ul li.head::after {
	content: "";
	border-bottom: 5px solid #FFF;
	width: 120px;
	display: block;
	margin-top: 20px;
}
.boxA ul li.txt {
	width: 92%;
	margin: 30px 0 30px 0;
	font-size: 18px;
	line-height: 1.5;
	color: #FFF;
	font-weight: 300;
}
.boxA ul li.btn a {
	display: block;
	background: #FFF;
	width: 92%;
	margin: 0;
	border-radius: 50px;
	text-align: center;
	line-height: 1.0;
	padding: 20px 0 20px 0;
	font-size: 20px;
	font-weight: bold;
	color: #1384CC;
	text-decoration: none;
	position: relative;
}
.boxA ul li.btn a::after {
	content: "→";
	position: absolute;
	right: 20px;
	top: 50%;
	font-size: 18px;
	line-height: 18px;
	margin-top: -9px;
	font-weight: bold;
}
.boxA ul li.btn a:hover {
	opacity: 0.7;
	color: #1384CC;
}
.boxA h3 {
	position: absolute;
	top: 50px;
	right: 0px;
	background: #FFF;
	color: #004096;
	font-size: 24px;
	font-weight: 600;
	border-radius:25px 0px 0px 25px;
	padding: 10px 40px 10px 50px;
	line-height: 1.0;
	letter-spacing: 5px;
}



/***** boxB *******/
.boxB {
	width: 1000px;
	display: block;
	margin: 0 auto;
	padding: 100px 0 100px 0;
	overflow: hidden;
}
.boxB h3 {
	width: 100%;
	display: block;
	font-size: 30px;
	color: #004096;
	text-align: center;
	margin-bottom: 30px;
	padding: 0;
}
.boxB .fBox {
	width: 1000px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
}
.fBox a {
	text-decoration: none;
}
.fBox a:hover {
	opacity: 0.7;
}
.fBox ul {
	width: 315px;
	height: 320px;
	text-align: center;
	border-radius: 15px;
	padding: 0;
	display: block;
	position: relative;
	overflow: hidden;
}
.fBox ul::before {
	content: "";
	background: rgba(0,0,0,0.2);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 0;
}
.fBox ul.message {
	background: url(../img/index_p2.jpg) no-repeat;
}
.fBox ul.company {
	background: url(../img/index_p3.jpg) no-repeat;
}
.fBox ul.list {
	background: url(../img/index_p4.jpg) no-repeat;
}
.fBox ul li.head {
	position: relative;
	font-size: 30px;
	font-weight: bold;
	color: #FFF;
	z-index: 10;
	margin-top: 70px;
	margin-bottom: 150px;
}
.fBox ul li.btn {
	display: block;
	background: #FFF;
	width: 70%;
	margin: 0 auto;
	border-radius: 50px;
	text-align: center;
	line-height: 1.0;
	padding: 10px 0 10px 0;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	position: relative;
}
.fBox ul li.btn::after {
	content: "→";
	position: absolute;
	right: 20px;
	top: 50%;
	font-size: 18px;
	line-height: 18px;
	margin-top: -9px;
	font-weight: 900;
}


/***** boxC *******/
.boxC {
	width: 1000px;
	height: 445px;
	margin: 50px auto;
	background-image: url(../img/index_p5.jpg);
	background-size: cover;
	border-radius: 15px;
	position: relative;
	overflow: hidden;
	display: block;
}
.boxC ul {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 436px;
	background: rgba(0,129,212,1.0);
	height: 100%;
	padding: 42px 0 0 42px;
}
.boxC ul li.head {
	font-size: 30px;
	font-weight: 600;
	color: #FFF;
}
.boxC ul li.head::after {
	content: "";
	border-bottom: 5px solid #FFF;
	width: 120px;
	display: block;
	margin-top: 20px;
}
.boxC ul li.txt {
	width: 92%;
	margin: 30px 0 30px 0;
	font-size: 18px;
	line-height: 1.5;
	color: #FFF;
	font-weight: 300;
}
.boxC ul li.btn a {
	display: block;
	background: #FFF;
	width: 92%;
	margin: 0;
	border-radius: 50px;
	text-align: center;
	line-height: 1.0;
	padding: 20px 0 20px 0;
	font-size: 20px;
	font-weight: bold;
	color: #1384CC;
	text-decoration: none;
	position: relative;
}
.boxC ul li.btn a::after {
	content: "→";
	position: absolute;
	right: 20px;
	top: 50%;
	font-size: 18px;
	line-height: 18px;
	margin-top: -9px;
	font-weight: bold;
}
.boxC ul li.btn a:hover {
	opacity: 0.7;
	color: #1384CC;
}
.boxC h3 {
	position: absolute;
	top: 50px;
	right: 0px;
	background: #FFF;
	color: #004096;
	font-size: 24px;
	font-weight: 600;
	border-radius:25px 0px 0px 25px;
	padding: 10px 40px 10px 50px;
	line-height: 1.0;
	letter-spacing: 5px;
}

