@charset "UTF-8";


/*==========================================================================================

index

============================================================================================*/
/*=============================================

mainvisual

===============================================*/
.mainvisual {
	height: 630px;
	position: relative;
}
.mainvisual .inner {
	box-sizing: content-box;
	margin: 0 auto;
	bottom: 0;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
	text-shadow: 0px 0px 64px rgba(0,0,0,.8);	
	z-index: 1;
}
.mainvisual .inner h2 {
	color: #fff;
	font-size: 3em;
	text-align: center;
}
.mainvisual .inner p {
	color: #fff; background: rgba(0,0,0,.8);
	display: inline-block;
	margin: 0 auto; padding: .5em 1em;
	width: 50%;
	text-align: center;
}
.mainvisual .bg {
  bottom: 0;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.mainvisual .bg::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
  background: linear-gradient(90deg,#0003,#0000 70%);
}
.mainvisual .bg img {
  height: 100%;
  left: 0;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  width: 100%;
}

/*=============================================

共通

===============================================*/
.index_head {
	line-height: 1.4;
	text-align: center;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.8em;
}
.index_head .eng_borderd {
	color: rgba(255,255,255,1.0);
	font-size: 4em;
	font-weight: 900;
	line-height: 1.0;
	-webkit-text-stroke: 1px #CCC;
	text-stroke: 1px #CCC;	
}
.index__contents .index_head .eng_borderd {
	color: rgba(255,255,255,0);
	font-size: 4em;
	font-weight: 900;
	line-height: 1.0;
	-webkit-text-stroke: 1px #FFF;
	text-stroke: 1px #FFF;	
}

@media screen and (max-width: 640px){
	.index_head .eng_borderd {
		font-size: 2em;
	}
}

/*=============================================

index__strong

===============================================*/

.index__strong {
	padding: 50px 0;
}
.index__strong .img_box .box_1_2:last-of-type {
	margin-top: -30px;
}
.index__strong .inner { margin-top: 30px !important; }
.index__strong h3 { font-size: 1.4em; margin-bottom: 1em; }
.index__strong p { font-size: 1.125em; margin-bottom: 1em; }


@media screen and (max-width: 640px){
	.index__strong .img_box .box_1_2 {
		width: 48%; margin-bottom: 10px;
	}
	.index__strong .img_box .box_1_2:last-of-type {
		margin-top: 0;
	}
}

/*=============================================

index__news

===============================================*/
.index__news {
	background: #f6f6f2;
	padding: 40px 0;
}
.index__news .index_head {
	text-align: left;
	line-height: 1;
}
.index__news .index_head .eng {
	color: #36395B;
	font-size: .75em;
	line-height: 1;
	display: block;
	margin-bottom: 10px;
}
.tbl_news tr {
	border-bottom: dotted 1px #fff;
}
.tbl_news th,
.tbl_news td {
	padding: 10px 10px;
}
.tbl_news th {
	color: #36395B;
}
.index__news .btn_box a {
	background-color: #fff;
	font-size: 1.25em;
	width: 100%;
	margin: 20px 0 0;
	padding: 10px;
	display: flex; justify-content: space-around; align-items: center;
	text-decoration: none;
	border: solid 1px #000;
	transition: .3s;
}
.index__news .btn_box a:hover { background-color: #DDD; }
.index__news .btn_box .arrow{
	display: inline-block;
    line-height: 1;
    position: relative;
    width: 20px;
    height: 5px;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    transform: skew(45deg);	
}


/*=============================================

index__service

===============================================*/

.index__contents {
	padding: 40px 10px;
	background-image: url("https://npspump.com/wp-content/themes/nps/images/bg_01.png");
	background-size: cover;
}


