@charset "utf-8";
@media only screen and (min-width: 768px) {

/*<!-- ▼▼▼アバウト部分ここから▼▼▼ -->*/
.about{
	width: 1024px;
	height: auto;
	margin: 0 auto;
	position: relative;
}
.about .left_cont{
	width: 445px;
	height: auto;
	margin-top: 25px;
	position: relative;
}
.about .left_cont img.block{
	width: 38px;
	height: auto;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
.about img.right_img{
	width: 560px;
	height: auto;
	display: block;
	position: absolute;
	top: 0;
	right: -80px;
}

/*<!-- ▼▼▼サービス部分ここから▼▼▼ -->*/
.service{
	width: 100%;
	height: auto;
	margin-top: 175px;
}

.service .title_area{
	width: 1024px;
	height: auto;
	margin: 0 auto;
	position: relative;
}
.service .title_area img.block{
	width: 38px;
	height: auto;
	display: block;
	position: absolute;
	top: 0;
	left: 0; 
}
.service_inner{
	width: 1024px;
	height: auto;
	font-size: 0;
	margin: 60px auto 100px;
	display: flex;
	justify-content:space-between;
	align-items: flex-start;
}
.service_inner .img_cont{
    width: 610px;
    height: auto;
    margin: 0;
    display: block;
    position: relative;
    z-index: -2;
}
.service_inner .img_cont img.left_img{
	width: 100%;
	height: auto;
}
.service_inner .right{
	box-sizing: border-box;
	position: relative;
	width: 350px;
	display: block;
}
.service_inner .right h3{
	margin-top: 0;
	font-size: 30px;
	font-weight: 700;
	line-height: 40px;
}
a.jiseki{
	margin-top: 18px!important;
}

/*<!-- ▼▼▼リクルート部分ここから▼▼▼ -->*/
.recruit_bg{
	width: 100%;
	height: auto;
	margin-top: 150px;
	position: relative;
}
.recruit_bg img.rec_img{
	width: 45%;
	height: 442px;
	object-fit: cover;
	font-family: 'object-fit: cover;';
	position: absolute;
	top: 0;
	right: 0;
}
.rec_cont{
	width: 1024px;
	height: auto;
	margin: 0 auto;
	position: relative;
}
.rec_cont .rec_text{
	width: 467px;
	height: auto;
}
.rec_cont img.block{
	width: 38px;
	height: auto;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
.photo_area{
	width: 60%;
    height: auto;
    margin: 0;
    display: block;
    position: relative;
    z-index: -2;
}

img.recruit_img{
	width: 100%;
	height: 442px;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}

/*トップページ共通部分*/
ul.title{
	width: 445px;
	padding-top: 25px;
	display: flex;
	-webkit-justify-content: space-between;
    justify-content: space-between;
}
ul.title li{
	font-weight: 400;
	line-height: 48px;
	vertical-align: middle;
}
ul.title li h2{
	font-size: 38px;
	font-weight: 800;
	line-height: 48px;
	vertical-align: middle;
}
ul.title li img{
	width: 125px;
	height: auto;
	display: block;
}
ul.title li p{
	font-size: 18px;
	font-weight: 700;
	line-height: 48px;
}
h3{
	font-size: 22px;
	line-height: 32px;
	margin-top: 30px;
}
p.left_txt{
	font-size: 15px;
	font-weight: 400;
	line-height: 25px;
	letter-spacing: 1px;
	margin-top: 18px;
}
a.more{
	width: 196px;
	height: auto;
	padding: 10px 0;
	margin-top: 40PX;
	font-size: 14px;
	font-weight: 700;
	line-height: 24px;
	text-align: center;
	color: #fff;
	background-color: #00318E;
	display: block;
	position: relative;
	border: 1px solid #00318E;
	transition: .3s ;
}
a.more2{
	float: left;
	margin-right: 35px;
}
a.more::before {
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: -1;
   content: '';
   color: #00318E;
   background: #fff;
   border: 1px solid #fff;
   transform-origin: right top;
   transform: scale(0, 1);
   transition: transform .3s;
 }
 a.more:hover{
	color: #00318E;
	border: 1px solid #00318E;
 }
 a.more:hover::before {
   transform-origin: left top;
   transform: scale(1, 1);
   color: #00318E;
 }
 a.more:after{
  content:'';
  display: block;
  width: 28px;
  height: 1px;
  background-image: url(../img/common/line01.jpg);
  background-repeat:no-repeat; 
  background-size: 28px auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -14px;
  margin: auto;
  }

/*<!-- ▼▼▼ニュース部分▼▼▼ -->*/
.news{
	width: 1024px;
	height: auto;
	background-color: #F5F5F5;
	padding: 85px 0;
	margin: 220px auto 0;
	position: relative;
}
.news a.to_archive{
	padding: 7px 30px;
	background-color: #00318E;
	font-size: 12px;
	font-weight: 800;
	line-height: 20px;
	position: absolute;
	top: 85px;
	right: 55px;
	display: block;
	color: #fff;
	background-color: #00318E;
	border: 1px solid #00318E;
	transition: .3s;
}
.news a.to_archive::before {
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: -1;
   content: '';
   color: #00318E;
   background: #fff;
   border: 1px solid #fff;
   transform-origin: right top;
   transform: scale(0, 1);
   transition: transform .3s;
 }
 .news a.to_archive:hover{
	color: #00318E;
	border: 1px solid #00318E;
 }
 .news a.to_archive:hover::before {
   transform-origin: left top;
   transform: scale(1, 1);
   color: #00318E;
 }









ul.title_news{
	width: 310px;
	margin: 0 80px;
	display: flex;
	-webkit-justify-content: space-between;
    justify-content: space-between;
}
ul.title_news li{
	font-weight: 400;
	vertical-align: middle;
}
ul.title_news li h2{
	font-size: 34px;
	font-weight: 800;
	line-height: 34px;
	vertical-align: middle;
}
ul.title_news li img{
	width: 70px;
	height: auto;
	display: inline-block;
	vertical-align: middle;
}
ul.title_news li p{
	font-size: 18px;
	font-weight: 700;
	line-height: 34px;
}
hr{
	width: 100%;
	height: 1px;
	margin: 45px 0;
	background-color: #DDDDDD;
}
ul.news_cont{
	width: 864px;
	height: auto;
	margin: 0 auto;
}
ul.news_cont li{
	width: 100%;
	height: auto;
	margin-top: 40px;
}
ul.news_cont li:first-child{
	margin-bottom: 0;
}
ul.news_cont li a{
	width: auto;
	height: auto;
	display: inline-block;
}
ul.news_cont li a p{
	display: inline;
	margin-right: 30px;
	font-size: 14px;
	line-height: 24px;
	color: #888888;
}
ul.news_cont li a h3{
	display: inline;
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
	margin-top: 0;
	border-bottom: 1px dashed #707070;
	padding-bottom: 5px;
}
}


























/*=================================
SP用CSS
=================================*/

@media only screen and (max-width: 767px) {
/*a.to_contact{
	top: 10rem;
}*/
.about{
	width: 90%;
	height: auto;
	margin: 0 auto;
	position: relative;
}
.about .left_cont{
	width: 100%;
	height: auto;
	margin-top: 58px;
	position: relative;
}
.about .left_cont img.block{
	width: 38px;
	height: auto;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
.about .left_cont img.right_img{
	width: 100%;
	height: auto;
	margin-top: 17px;
	display: block;
}

/*<!-- ▼▼▼サービス部分ここから▼▼▼ -->*/
.service{
	width: 100%;
	height: auto;
	margin-top: 75px;
}

.service .title_area{
	width: 90%;
	height: auto;
	margin: 0 auto;
	position: relative;
}
.service .title_area img.block{
	width: 38px;
	height: auto;
	display: block;
	position: absolute;
	top: 0;
	left: 0; 
}
.service_inner{
	width: 90%;
	height: auto;
	font-size: 0;
	margin: 17px auto 0;
}
.event_work{
	margin-top: 65px;
}
.service_inner .img_cont{
    width: 95%;
    height: auto;
    margin: 0 auto;
    display: block;
    position: relative;
    z-index: -2;
}
.service_inner .img_cont img.left_img{
	width: 100%;
	height: auto;
}
.service_inner .right{
	box-sizing: border-box;
	position: relative;
	width: 90%;
	height: auto;
	margin: 0 auto;
	display: block;
}
.service_inner .right h3{
	margin-top: 30px;
	font-size: 24px;
	font-weight: 700;
	line-height: 34px;
}

/*<!-- ▼▼▼リクルート部分ここから▼▼▼ -->*/
.recruit_bg{
	width: 90%;
	height: auto;
	margin: 65px auto 0;
	position: relative;
}
.rec_cont{
	width: 100%;
	height: auto;
	margin: 0 auto;
	position: relative;
}
.rec_cont .rec_text{
	width: 100%;
	height: auto;
}
.rec_cont .rec_text img.block{
	width: 38px;
	height: auto;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
.recruit_bg .rec_cont .rec_text img.rec_img{
	width: 100%;
	height: 220px;
	margin-top: 25px;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}

/*トップページ共通部分*/
ul.title{
	width: 100%;
	padding-top: 25px;
	display: block;
}
ul.title li{
	font-weight: 400;
	line-height: 48px;
	display: block;
}
ul.title li h2{
	font-size: 38px;
	font-weight: 800;
	line-height: 48px;
}
ul.title li p{
	font-size: 16px;
	font-weight: 700;
	line-height: 26px;
}
h3{
	font-size: 22px;
	font-weight: 800;
	line-height: 32px;
	margin-top: 30px;
}
h3.title_text{
	font-size: 20px;
	font-weight: 700;
	line-height: 30px;
	margin-top: 35px;
}
p.left_txt{
	font-size: 16px;
	font-weight: 400;
	line-height: 25px;
	margin-top: 18px;
}
a.more{
	width: 196px;
	height: auto;
	padding: 10px 0;
	margin-top: 30PX;
	font-size: 14px;
	font-weight: 700;
	line-height: 24px;
	text-align: center;
	color: #fff;
	background-color: #00318E;
	display: block;
	position: relative;
	border: 1px solid #00318E;
	transition: .3s ;
}
 a.jiseki{
	margin-top: 18px!important;
}
 a.more2{
	margin-top: 18px!important;
}
a.more::before {
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: -1;
   content: '';
   color: #00318E;
   background: #fff;
   border: 1px solid #fff;
   transform-origin: right top;
   transform: scale(0, 1);
   transition: transform .3s;
 }
 a.more:hover{
	color: #00318E;
	border: 1px solid #00318E;
 }
 a.more:hover::before {
   transform-origin: left top;
   transform: scale(1, 1);
   color: #00318E;
 }
 a.more:after{
  content:'';
  display: block;
  width: 28px;
  height: 1px;
  background-image: url(../img/common/line01.jpg);
  background-repeat:no-repeat; 
  background-size: 28px auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -14px;
  margin: auto;
  }

/*<!-- ▼▼▼ニュース部分▼▼▼ -->*/
.news{
	width: 100%;
	height: auto;
	background-color: #F5F5F5;
	margin: 40px auto 0;
	padding-bottom: 40px;
	position: relative;
}
.news a.to_archive{
	padding: 7px 30px;
	background-color: #00318E;
	font-size: 12px;
	font-weight: 800;
	line-height: 20px;
	position: absolute;
	top: 40px;
	right: 5%;
	display: block;
	color: #fff;
	background-color: #00318E;
	border: 1px solid #00318E;
	transition: .3s;
}
.news a.to_archive::before {
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: -1;
   content: '';
   color: #00318E;
   background: #fff;
   border: 1px solid #fff;
   transform-origin: right top;
   transform: scale(0, 1);
   transition: transform .3s;
 }
 .news a.to_archive:hover{
	color: #00318E;
	border: 1px solid #00318E;
 }
 .news a.to_archive:hover::before {
   transform-origin: left top;
   transform: scale(1, 1);
   color: #00318E;
 }







/*ニュース部分*/

ul.title_news{
	width: 85%;
	margin: 0 auto;
	padding-top: 35px;
	display: block;
}
ul.title_news li{
	font-weight: 400;
	line-height: 48px;
	display: block;
}
ul.title_news li h2{
	font-size: 34px;
	font-weight: 800;
	line-height: 44px;
}
/*ul.title_news li img{
	width: 70px;
	height: auto;
	display: inline-block;
	vertical-align: middle;
}*/
ul.title_news li p{
	font-size: 16px;
	font-weight: 700;
	line-height: 46px;
}
hr{
	display: none;
	width: 85%;
	height: 1px;
	margin: 45px auto;
	background-color: #DDDDDD;
}
ul.news_cont{
	width: 85%;
	height: auto;
	display: block;
	margin: 0 auto;
}
ul.news_cont li{
	width: 100%;
	height: auto;
	margin-top: 15px;
}
ul.news_cont li:first-child{
	margin-bottom: 0;
}
ul.news_cont li a{
	width: auto;
	height: auto;
	display: inline-block;
}
ul.news_cont li a p{
	display: block;
 	font-size: 14px;
 	line-height: 24px;
 	color: #888888;
}
ul.news_cont li a h3{
	display: block;
	font-size: 16px;
	font-weight: 500;
	line-height: 22px;
	margin-top: 0;
	border-bottom: 1px dashed #707070;
	padding-bottom: 5px;
}
}

