@charset "UTF-8";
@media screen and (max-width:768px) {
#contents {
	width:100%;
}
#main {
	width:100%;
}
/*--------------------------------------------------------
　header
--------------------------------------------------------*/
header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 16;
}
header .inner {
/*	display: flex;*/
    justify-content: center;
    padding: 30px 0 0 0;
    width: 100% !important;
}



.index {
	min-width: 100%;
	width:100%;
}






	.filter {
	position:absolute;
	top:0;
	left:0;
	width:100%;
    height: 100vh !important;
    min-height: 200px;
    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: 200px;
    overflow: hidden;
    position: relative; }

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

      .index .indexModule01 .inner h1 {
        font-size: 24px;
        font-weight: bold;
        color:#FFF;
        position: relative;
        width: 100%;
        display: block;
        top: 0;
        left: 0;
        text-align: center;
       padding: 50px 0 0px 0;
        }
       .index .indexModule01 .inner h2 {
         position: absolute;
		top:170px;
		left:30%;
      display: block;
	        margin: 0 0 0 0;
		padding:0;
        width: 40%;
        text-align:center;
         }
        .index .indexModule01 .inner h2 img {
	        width: 100%;
	        margin: 0 0 0 0%;
        }
     .index .indexModule01 .inner .txtImg {
        position: absolute;
        right: 0px;
        top: 0px;
        margin: auto 0;
        width: 100%; }


    .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: 94%;
	height: 360px;
	margin: 50px auto;
	background: url(../img/index_p1.jpg) no-repeat;
	background-size: contain;
	border-radius: 15px;
	position: relative;
	overflow: hidden;
}
.boxA ul {
	position: absolute;
	top: 30%;
	left: 0px;
	width: 100%;
	background: rgba(0,129,212,1);
	height: 100%;
	padding: 15px 0 0 22px;
}
.boxA ul li.head {
	font-size: 20px;
	font-weight: 600;
	color: #FFF;
}
.boxA ul li.head::after {
	content: "";
	border-bottom: 3px solid #FFF;
	width: 120px;
	display: block;
	margin-top: 10px;
}
.boxA ul li.txt {
	width: 96%;
	margin: 20px 0 10px 0;
	font-size: 14px;
	line-height: 1.5;
	color: #FFF;
	font-weight: normal;
}
.boxA ul li.btn a {
	display: block;
	background: #FFF;
	width: 80%;
	margin: 0;
	border-radius: 50px;
	text-align: center;
	line-height: 1.0;
	padding: 15px 0 15px 0;
	font-size: 16px;
	font-weight: bold;
	color: #1384CC;
	text-decoration: none;
	position: relative;
	margin: 0 auto 0 auto;
}
.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: 30px;
	left: 0px;
	background: #FFF;
	color: #004096;
	font-size: 18px;
	font-weight: 600;
	border-radius:0px 25px 25px 0;
	padding: 10px 10px 10px 20px;
	line-height: 1.0;
	letter-spacing: 5px;
	width: 40%;
}



/***** boxB *******/
.boxB {
	width: 100%;
	display: block;
	margin: 0 auto;
	padding: 20px 0 50px 0;
	overflow: hidden;
}
.boxB h3 {
	width: 100%;
	display: block;
	font-size: 30px;
	color: #004096;
	text-align: center;
	margin-bottom: 10px;
	padding: 0;
}
.boxB .fBox {
	width: 100%;
	display: block;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
}
.fBox a {
	text-decoration: none;
	width: 100%;
	display: block;
}
.fBox a:hover {
	opacity: 0.7;
}
.fBox ul {
	width: 90%;
	height: 150px;
	text-align: center;
	border-radius: 15px;
	padding: 0;
	display: block;
	position: relative;
	overflow: hidden;
	margin: 0px auto 20px auto;
}
.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 center top;
	background-size: cover;
}
.fBox ul.company {
	background: url(../img/index_p3.jpg) no-repeat center middle;
	background-size: cover;
}
.fBox ul.list {
	background: url(../img/index_p4.jpg) no-repeat center bottom;
	background-size: cover;
}
.fBox ul li.head {
	position: relative;
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
	z-index: 10;
	margin-top: 30px;
	margin-bottom: 50px;
}
.fBox ul li.btn {
	display: block;
	background: #FFF;
	width: 90%;
	margin: 0 auto;
	border-radius: 20px;
	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: 94%;
	height: 420px;
	margin: 20px auto;
	background-image: url(../img/index_p5_sp.png);
	background-size: 100% auto;
	border-radius: 15px;
	position: relative;
	overflow: hidden;
	display: block;
	clear: both;
}
.boxC ul {
	position: relative;
	top: 40%;
	right: 0px;
	width: 100%;
	background: rgba(0,129,212,1.0);
	height: 100%;
	padding: 15px 0 0 22px;
}
.boxC ul li.head {
	font-size: 20px;
	font-weight: 600;
	color: #FFF;
}
.boxC ul li.head::after {
	content: "";
	border-bottom: 3px solid #FFF;
	width: 120px;
	display: block;
	margin-top: 10px;
}
.boxC ul li.txt {
	width: 96%;
	margin: 20px 0 10px 0;
	font-size: 14px;
	line-height: 1.5;
	color: #FFF;
	font-weight: normal;
}
.boxC ul li.btn a {
	display: block;
	background: #FFF;
	width: 80%;
	margin: 0;
	border-radius: 50px;
	text-align: center;
	line-height: 1.0;
	padding: 15px 0 15px 0;
	font-size: 16px;
	font-weight: bold;
	color: #1384CC;
	text-decoration: none;
	position: relative;
	margin: 0 auto 0 auto;
}
.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;
}

} /**** END media screen *****/