@charset "utf-8";
/* CSS Document */


/* ==========================
slider
============================= */
#slider02{
	position: relative;
	top: 0;
	z-index: 99;
}
#slider02 li{
	position: relative;
	overflow: hidden;
	height: 600px;
}
#slider02 li img{
	margin-top: 150px;
}
.mainvisual01{
	background: url(../images/mainvisual_img01.png) no-repeat center;
	background-size: cover;
}
.mainvisual02{
	background: url(../images/mainvisual_img02.png) no-repeat center;
	background-size: cover;
}
.mainvisual03{
	background: url(../images/mainvisual_img03.png) no-repeat center;
	background-size: cover;
}
.mainvisual04{
	background: url(../images/mainvisual_img04.png) no-repeat center;
	background-size: cover;
}
.mainvisual05{
	background: url(../images/mainvisual_img05.png) no-repeat center;
	background-size: cover;
}
svg {
  height: 100vh;
  width: 100%;
  position: absolute;
  top: -150px;
  left: 0;
  z-index: 99;
}
img.main_midashi {
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    max-width: 90%;
    pointer-events: none;
}
/* ==========================
main
============================= */
main{
	/*background: url(../images/contents_bg01.png) repeat-y center;*/
	background-color: #1854a5;
	background-size:contain;
	position: relative;
	display: block;
}
.box{
	padding: 50px 0;
	text-align: center;
	position: relative;
	z-index: 100;
	overflow: hidden;
}
/* ==========================
box.about
============================= */
.box.about{
	background: url(../images/about_bg.png) no-repeat left;
	background-size:cover;
}
.about_img{
	position: relative;
}
.about_title{
	position:absolute;
	left: 100px;
	top: 100px;
}
.top_txt{
	position: absolute;
	top:26%;
	left: 0;
	right: 0;
	max-width: 540px;
	width: 100%;
	margin: auto;

}
.top_txt img{
	width: 80%;
	text-align: center;
}

.lead_txt{
	position: absolute;
	bottom:39%;
	line-height: 1.8;
	left: 0;
	right: 0;
	width: 565px;
	margin: auto;
}
/* ==========================
.service_inner
============================= */

.box h2{
	color: #fff;
	font-size: 230%;
	font-weight: bold;
	margin-bottom: 30px;
}
.box h2.blue{
	color: #0071bc;
}
.box h3{
	color: #fff;
	font-size: 170%;
	font-weight: bold;
	margin-bottom: 30px;
	line-height: 1.8;
}
.box .txt{
	margin-bottom: 30px;
	line-height:1.8;
}
.box.service{
	background: url(../images/service_bg.png) no-repeat right 150px;
	
}
.service_inner{
	width:670px;
	color: #fff;
}
.box.service .container{
	display: flex;
	justify-content: space-between;
	overflow: hidden;
}
.service_list{
	display: flex;
	flex-wrap: wrap;
	max-width: 1250px;
	margin: auto;
	justify-content:center;
	padding:50px 0;
}
.service_list li{
	margin: 0 35px;
}
.service_list li:nth-child(2){
	margin-top: 85px;
}
.service_list li:nth-child(n+4){
	margin: 0 100px;
}
.servicemenu:hover {
	-webkit-transform: translateY(-6px);
	        transform: translateY(-6px);
	-webkit-animation: servicemenu 1.5s linear infinite alternate 0.3s;
	        animation: servicemenu 1.5s linear infinite alternate 0.3s;
	transition: transform 0.3s;
}
@keyframes servicemenu {
	50% {
		-webkit-transform: translateY(-3px);
		        transform: translateY(-3px);
	}
	100% {
		-webkit-transform: translateY(-6px);
		        transform: translateY(-6px);
	}
}
/* ==========================
.box recruit
============================= */
.box.recruit{
	background:url(../images/recruit_bg.png) no-repeat top right;
	background-size:cover;
	padding: 250px 0;
	position: relative;
	top: -150px;
	z-index: 1
	}
.recruit_icon{
	position: absolute;
	left: 5%;
	top: 23%;
}
.recruit_inner{
	max-width:680px;
	margin: auto;
	color: #fff;
	margin-top: 100px;
}
.recruit_inner .txt{
	text-shadow: 1px 2px 3px #1854a5; 
}
.recruit_menu{
	display: flex;
	justify-content:center;
	margin: 50px 0;
	flex-wrap: wrap;
}
.recruit_menu li{
	margin: 0 15px;
}
/* ==========================
.box greeting
============================= */
.box.greeting{
	position: relative;
	background-color: #fff;
	padding:80px 0 0 0;
	background: linear-gradient(180deg,transparent 0%,transparent 50px,#fff 50px,#fff 100%);
	top: -300px;
}
.box.greeting h2{
	color: #0071bc;
	 margin-bottom: 30px;
}

.greeting_icon{
	position:absolute;
	left: 0;
	top: 0px;
	z-index: 9999999;
	display: inline-block;
	float: left;
}
.greeting_inner{
	display:flex;
	justify-content: space-around;
	flex-flow: row-reverse;
	align-items: flex-end;
	overflow: hidden;
	max-width: 1220px;
	margin: auto;
	padding: 0;
}
.greeting_txt{
	width: 720px;
}
p.txt.bottom{
	margin-bottom: 80px;
/*	width:80%;*/
}
.greeting_inner p.txt.bottom{
	position: relative;
	text-align: left;
	max-width: 690px;
	margin: auto;
	margin-bottom: 50px;
}
.ceo_name{
	float: right;
	margin-bottom: 50px;
	/*margin-right: 80px;*/
}
img.ceo_photo {
	z-index: 99999999;
}
img.ceo_photo {

}
/* ==========================
.more_btn
============================= */
.more_btn{
	background-color: #fff;
	width: 240px;
	margin: auto;
}
.more_btn a{
	padding: 15px;
	display: block;
	text-decoration: none;
	color: #f15a24;
	font-size: 143%;
	font-weight: bold;
	position: relative;
}
.more_btn:hover{
	background-color:#f15a24; 
	transition: 0.3s ease-in-out;
}
.more_btn:hover a{
	opacity: 1;
	color: #fff;
}
.more_btn .txt{
	position: relative;
}
.more_btn .txt::after{
content: '';
  width: 10px;
  height: 10px;
  border: 0px;
  border-top: solid 2px #f15a24;
  border-right: solid 2px #f15a24;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: -20px;
  margin-top: -4px;
}
.more_btn:hover .txt::after{
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}

/* ==========================
.box news
============================= */
.box.news{
	background-color:#f2f2f2;
	margin-top: -300px;
}
.news_inner{
	display: flex;
}
.box.news .left_box{
	width: 30%;
}
.left_txt_box{
	max-width: 290px;
	float: right;
}
.news_wrap{
	width: 70%;
	padding-left: 50px;
	max-height: 260px;
	overflow: auto;
	box-sizing: border-box;
}
.news_wrap dl{
	width: 100%;
	display: flex;
	align-items: center;
	border-bottom:1px solid #000;
	padding: 30px;
	box-sizing: border-box;
}
.news_wrap dt{
	margin-right: 15px;
}
.news_wrap dd{
	text-align: left;
	line-height: 1.8;
}
/* ==========================
.box.photo
============================= */
.box.photo {
	background-color: #0071bc;
}
.box.photo h2{
	background: url(../images/camera_icon.png) no-repeat top center;
	font-size: 180%;
	padding-top: 70px;
}
.box.photo h2 .small{
	font-size: 80%;
}
  .loop_js {
    display: -webkit-flex;
    display: flex;
    width: calc(2237px * 3);
    height: 586px;
    overflow: hidden;
  }

  .loop_js > * {
    width: 33.333333%;
    height: auto;
  }

@media screen and ( max-width: 1000px ){

}
@media screen and ( max-width: 767px ){
svg{
	top: -120px;
	}
.greeting_inner p.txt.bottom {
	margin-bottom: 80px;
	}
.top_txt{
	display: none;
	}
.box h3 {
	font-size: 130%;
	}
#slider02 li {
	height:350px;
	}
#slider02 li img {
	width: 90%;
	}
img.main_midashi {
    top: 15%;
}
.box{
	padding: 50px 5%;
	}
.box.about {
	background: url(../images/about_bg.png) no-repeat 38%;
	background-size: 264%;
	}
.about_img img{
	width: 100%;
	height: auto;
	}
.lead_txt{
	color: #fff;
	position: static;
	width: 100%;
	}
.service_inner {
	width: 100%;
	}
.box.service .container {
	display: block;
	}
.box.service {
	background:url(../images/service_bg.png) no-repeat right 60px;
	padding-top: 175px;
	background-size: contain;
	}
.box.service .right_img{
    position: absolute;
    top: 0;
    width: 50%;
	right: 0;
	}
.box.service .right_img img{
	width: 100%;
	height: auto;
	}
.service_list li{
	width: 45%;
	margin: 0 auto;
	margin-top: 20px;
}
.service_list li:nth-child(2){
	margin-top: 20px;
}
.service_list li:nth-child(n+4){
	margin: 0 auto;
	margin-top: 20px;
	}
.recruit_icon {
	position: absolute;
	left: 5%;
	top: 0;
	width:59%;
	}
.greeting_icon{
	width: 42%;
	top: 25px;
	}
.box.recruit {
background: #e6e6e6 url(../images/recruit_bg.png) no-repeat right top;
background-size: contain;
margin-top: 280px;
	}
.recruit_icon {
	position: static;
	margin-top:-156px;
	
	}
.service_list{
	padding-bottom: 0px;
	}
.box.recruit {
	top: -315px;
	z-index: 1;
	padding: 250px 5% 0px 5%;
	}
.recruit_inner h2,.recruit_inner h3,.recruit_inner .txt{
	color: #1854a5;
	}
.recruit_inner .txt {
	text-shadow: none;
	}
.box.greeting {
	padding: 150px 5% 0px 5%;
	background: linear-gradient(180deg,#e6e6e6 0%,#e6e6e6 50px,#fff 50px,#fff 100%);
	top: -316px;
	}
.box.greeting h2 {
	margin-bottom: 50px;
	}
.ceo_name{
	margin-right:0;
	max-width:55%;
	margin-right: 0;
}
.greeting_inner{
	padding: 0 0 130px;
}
/*.ceo_photo{
	position: absolute;
	transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	bottom:-10px;
	left:20%;
	max-width: 80%;
	max-height:350px;
}*/
img.ceo_photo {
    max-width: 70%;
}
.ceo_photo {
    position: absolute;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    bottom: 0px;
    left: 20%;
    max-width: 80%;
    max-height: 350px;
}
.news_inner {
	display: block;
	}
.box.news .left_box {
	width: 100%;
	}
.news_wrap {
	width: 100%;
	    padding-left: 0px;
	}
.left_txt_box {
	width: 100%;
	padding-left: 0px;
	max-height: 240px;
	float: none;
	text-align: center;
	margin: auto;
	margin-bottom: 50px;
	}
.news_wrap dl {
	display: block;
	width: 100%;
	padding: 15px 5%;
	text-align: left;
	}
.box.news {
	margin-top:-320px;
	}
.box.photo {
	padding-bottom: 0px;
	}
.recruit_menu li {
	margin: 0 auto;
	width: 46%;
	}
.about_title {
	position: static;
	width: 62%;
	}

	
}
@media print {
main{
	margin-top: -200px;
	}
img.ceo_photo {
	max-width: 35%;
	position: absolute;
	bottom: 0;
	left: 0;
	float: left;
	}
.box.recruit{
	margin-bottom: 50px;
	}
.box.greeting{
	height:1000px;
	/*margin-top:-300px;*/
	/*padding-top: 200px;*/
	margin-top:80px;
	}
.greeting_inner{
	height:1000px;
	background-color: #fff;
	overflow: hidden;
	}
.greeting_txt {
	position:absolute;
	right: 0;
	bottom: 0;
	}
	.lead_txt {
	bottom: 325px;
	}
	
}