@charset "utf-8";

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

reset

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

*{
margin:0;
padding:0;
list-style:none;
text-decoration: none;
-webkit-text-size-adjust: 100%;
box-sizing: border-box;
font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
line-height: 1.6em;
letter-spacing: 0.05em;
}





html, body, div, span, applet, object, iframe,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin:0;
  padding:0;
  -webkit-text-size-adjust: none;
}




/* ページ全体背景用 */
/* body.jobhunter{
background: linear-gradient(90deg, rgba(49, 215, 243, 0.1),#fff,#fff,#fff,rgba(33, 96, 177, 0.05));
  
}

body.recruiter{
    background: linear-gradient(90deg, rgba(255, 0, 0, 0.05),#fff,#fff,#fff,rgba(255, 174, 249, 0.1));
}

body.p_detail01{
  background: linear-gradient(90deg, rgba(27, 255, 0, 0.05),#fff,#fff,#fff,rgba(49, 177, 33, 0.05));
}
body.p_detail02{
  background: linear-gradient(90deg, rgba(216, 255, 0, 0.05),#fff,#fff,#fff,rgba(161, 177, 33, 0.05));
}

body.p_detail03{
    background: linear-gradient(90deg, rgba(90, 90, 90, 0.05),#fff,#fff,#fff,rgba(70, 70, 70, 0.05));
  
}
body.p_detail04{
    background: linear-gradient(90deg, rgba(255, 141, 0, 0.05),#fff,#fff,#fff,rgba(177, 93, 33, 0.05));
  
} */


/* ページ全体背景用 ここまで*/




#wrapper{
	width: 100%;
position: relative;
    overflow: hidden;
}


/*******************************
　　ヘッダー
*******************************/

.mainImage_area{
  position: relative;
  overflow: hidden;
  border-bottom: 8px #2160b1 solid;
  box-shadow: 4px 0px 12px #00a1ff;
  z-index: 1;
}

.mainImage_area > .inner{
	position: absolute;
	top: 38%;
	right: 0;
	left: 0;
	/* width: 1024px; */
	margin: 0 auto;
	z-index: 10;
	animation: opacity_move 0.5s alternate linear;
	width: 90%;
	text-align: center;
}

@keyframes opacity_move {
0% {opacity: 0; left: -20px;}
50% {opacity: 0.7;}
100% {opacity: 1;}
}


.mainImage_area > .inner > span.catch01{
  text-shadow: 0px -1px 12px #4e779a, -1px 1px 12px #4e779a, 1px 3px 12px #4e779a, 1px 2px 12px #4e779a;
  color: #fff;
  line-height: 1.5em;
  display: block;
  margin: 0 0 10px 0px;
  background-blend-mode: multiply;
  /* font-weight: bold; */
  position: relative;
  padding: 0px 0 0px 0px;
  font-size: 9.2vw;
  font-family: 'Noto Sans Japanese';
}
.mainImage_area > .inner > span.catch02{
	text-shadow: 0px -1px 12px #4e779a, -1px 1px 12px #4e779a, 1px 3px 12px #4e779a, 1px 2px 12px #4e779a;
	/* text-shadow: 0px 0px 10px #4e779a; */
	color: #fff;
	line-height: 1.5em;
	display: block;
	margin: 0 0 10px 0px;
	background-blend-mode: multiply;
	/* font-weight: bold; */
	position: relative;
	padding: 0px 0 0px 0px;
	font-size: 6.5vw;
	font-family: 'Noto Sans Japanese';
}



/* スマホ */
.mainImage_area_sp {
background-color: #F6F6F6;
display: none;
}


.slick-slide
{
    height: 300px!important;
}
  


header{
  width: 100%;
  background: rgba(255,255,255,.8);
  padding: 0px 0 0px;
  /* position: absolute; */
  z-index: 100;
  border-bottom: 8px #0a8bfe solid;
}

.header-top-text{width: 100%;background: #2160b1;display: none;}

.header-top-text span{
  /* width: 1024px; */
  margin-right: auto;
  margin-left: auto;
  display: block;
  color: #fff;
  font-size: 12px;
  padding: 8px 0;
  width: 95%;
}

header .inner{
  /* width: 1024px; */
  margin-right: auto;
  margin-left: auto;
  /* display: flex; */
  /* justify-content: center; */
  align-items: center;
  padding: 0% 0 26%;
  width: 100%;
  position: relative;
  background: linear-gradient(0deg,#2160b1,#2160b1,#0a8cff);
}

.logo{
  position: absolute;
  margin: 0% auto 0 5%;
  width: 30%;
  top: 0%;
  left: 0;
  z-index: 3;
}
.logo a{
  display: block;
  line-height: 0;
  overflow: hidden;
}
.logo a img{
  display: block;
  margin: 0% auto 0 0%;
  width: 100%;
}


h1.catch {
    font-size: 2vw;
    width: 60%;
    margin: 0 5% 0 5%;
    display: none;
}


.global-nav{
  align-self: center;

}


/* グローバルナビ */
.global-nav ul{
  display: none;
  /* width: 1024px; */
  margin: 0px auto 0;
  padding: 16px 0;
  justify-content: space-between;
}



.global-nav ul li{margin: 0 0px 0 0;width: 100%;border-right: 1px #ccc solid;position: relative;}




.global-nav ul li a{
  color: #333;
  font-size: 16px;
  transition: 0.2s ease-in-out;
  display: block;
  text-align: center;
  font-weight: bold;
}
.global-nav ul li a > div{
  font-size: 10px;
  transition: 0.2s ease-in-out;
  display: block;
  text-align: center;
  font-weight: bold;
}

.global-nav ul li a:hover{
  color: #2160b1;
  transition: 0.2s ease-in-out;
}

.global-nav ul li a:hover i{
  color: #2160b1;
  transition: 0.2s ease-in-out;
}
.global-nav ul li a:hover div{
  color: #2160b1;
  transition: 0.2s ease-in-out;
}




.global-nav ul li:nth-child(1){
  border-left: 1px #ccc solid;
      width: 50%;
      align-self: center;
}

.global-nav ul li:nth-child(1) a{
  color: #333;
  font-size: 16px;
  transition: 0.2s ease-in-out;
  display: block;
  text-align: center;
  font-weight: bold;
  line-height: 0;
}
.global-nav ul li:nth-child(1) a i{
  font-size: 32px;
}

.global-nav ul li:nth-child(1) a > div{
  transition: 0.2s ease-in-out;
  display: block;
  text-align: center;
  font-weight: bold;
  position: absolute;
  top: auto;
  bottom: -28px;
  width: 100%;
}

.global-nav ul li:nth-child(1) a > div i{
  font-size: 24px;
  color: #ccc;
}


.global-nav ul li:nth-child(7){
      align-self: center;
          width: 120%;
}

.global-nav ul li:nth-child(7) a{
  color: #333;
  font-size: 16px;
  transition: 0.2s ease-in-out;
  display: block;
  text-align: center;
  font-weight: bold;
  background: #f2be0b;
  padding: 8px 0px;
  margin: 0 8px 0;
}

.global-nav ul li:nth-child(7) a i{
margin: 0 8px 0 0;
}



.global-nav ul li a:hover{
  color: #15b52e;
  transition: 0.2s ease-in-out;
}

.global-nav ul li a:hover i{
  color: #15b52e;
  transition: 0.2s ease-in-out;
}
.global-nav ul li a:hover div{
  color: #15b52e;
  transition: 0.2s ease-in-out;
}

.global-nav ul li:nth-child(7) a:hover{
  color: #fff;
  transition: 0.2s ease-in-out;
}

.global-nav ul li:nth-child(7) a:hover i{
  color: #fff;
  transition: 0.2s ease-in-out;
}
.global-nav ul li:nth-child(7) a:hover div{
  color: #fff;
  transition: 0.2s ease-in-out;
}




#modal_area{
	position: absolute;
	z-index: 1;
	background: linear-gradient(180deg,rgba(255, 255, 255, 0.95),rgba(255, 255, 255, 0.95),rgba(255, 255, 255, 0.95))!important;
	display: none;
	width: 65%!important;
	left: auto!important;
	right: 0!important;
      box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
}

.close-modal_area{
  color: #fff;
  font-weight: bold;
  display: block;
  position: absolute;
  top: 0%;
  vertical-align: middle;
  padding: 24px 0;
  bottom: auto;
  text-align: center;
  left: auto;
  right: 0%;
  height: 20px;
  width: 100%;
  font-size: 24px;
  z-index: 1;
  line-height: 0;
  z-index: 9999;
  cursor: pointer;
  background: #253136;
}


#modal_logo_area{
	width: 100%;
	position: relative;
	display: flex;
	    align-items: center;
}

#modal_logo{
  width: 40%;
  position: relative;
      padding: 2% 0 2% 2%;
}


.modal_bt_tel01{
margin: 0 0 20px;
}
.modal_bt_tel01 a{
	background: #0d3780;
	    /* transition: 0.5s ease-in-out; */
	    position: relative;
	    padding: 10px;
	    color: #fff;
	    border-radius: 5px;
	    box-shadow: 1px 0px 10px #6b8094;
	    z-index: 0;
	    display: flex;
	    width: 60%;
	    flex-direction: column;
	    margin: 0 auto;
}
.modal_bt_tel01 a i{
	position: absolute;
	top: auto;
	left: 15px;
	bottom: 25%;
	font-size: 7vw;
}

.modal_bt_tel01 a span:nth-of-type(1){
	display: block;
	text-align: center;
	font-size: 3vw;
	padding: 0 0 0 30px;
}
.modal_bt_tel01 a span:nth-of-type(2){
	display: block;
	text-align: center;
	font-size: 4vw;
	padding: 0 0 0 30px;
}




.modal-content{
  padding: 6% 0 0 0;
  position: relative;
  z-index: 0;
}


.modal-content > ul{
  margin: 48px auto 48px;
  /* display: flex; */
  width: 90%;
  /* flex-wrap: wrap; */
  /* justify-content: flex-start; */
}

.modal-content > ul > li{
  width: 100%;
  margin: 0 0% 32px 0;
}
.modal-content > ul > li:nth-child(3n) {
    margin-right: 0;
}

.modal-content > ul > li > a{
  color: #010101;
  border-bottom: 2px #14b8d7 solid;
  padding: 0 0 8px 0;
  margin: 0 0 8px 0;
  font-size: 14px;
  display: block;
  width: 100%;
  font-weight: bold;
}

.modal-content > ul > li > a:hover {
    color: #14b8d7;
    transition: 0.2s ease-in-out;
}

.modal-content > ul > li > ul{

margin: 0 0 0 8%;

width: auto;
}

.modal-content > ul > li > ul > li{

}

.modal-content > ul > li > ul > li > a{
  color: #010101;
  position: relative;
  z-index: 0;
  font-size: 14px;
  padding: 0px 0px 0% 0;
  display: block;
}

.modal-content > ul > li > a i{margin: 0 2% 0 0;color: #2160b1;}




.modal_tel_area{

}

.modal_tel_area dl{
    display: flex;
}

.modal_tel_area dl dt{
	color: #3c3c3c;
	    font-size: 0.8em;
	    margin: 0 0% 0 0%;
	    font-weight: bold;
}

.modal_tel_area dl dd{
	color: #0031af;
	font-size: 0.8em;
	font-weight: bold;
}

/*モーダルここまで*/

/*ドロワーメニュー*/



/* ボタン共通設定 */
.btn01 {
    display: block;
    width: 270px;
    margin: 0;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    position: relative;

}
.btn01 a {
    width: 100%;
    color: #fff;
    background: #2160b1;
    font-size: 16px;
    padding: 8px 0px;
    font-weight: bold;
    letter-spacing: 0.1em;
    display: block;
    text-align: center;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    border-radius: 40px;
    border: 1px #2160b1 solid;
}
.btn01 a i{
  
}






.btn02 {
    display: block;
    width: 270px;
    margin: 0;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
        position: relative;
}
.btn02 a {
      width: 100%;
      color: #ffffff;
    background: #2160b1;
      display: block;
      padding: 8px 16px;
      text-align: center;
      -webkit-transition: 0.5s ease-in-out;
      transition: 0.5s ease-in-out;
      font-weight: bold;
}
.btn02 a i{
  
}





input.btn01 {
    display: block;
    width: 270px;
    color: #fff;
    background: #2160b1;
    font-size: 16px;
    padding: 8px 0px;
    border: solid 1px #fff;
    font-weight: bold;
    letter-spacing: 0.1em;
    text-align: center;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
}
input.btn01:hover {

    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    background: #fff;
    color: #2160b1;
    border: 1px #2160b1 solid;
}









/* ボタン共通設定 */


/* タイトル共通 */
h2.title01{
	width: 100%;
	margin: 0 auto;
	font-size: 24px;
	font-weight: bold;
	border-bottom: 2px #45a954 solid;
	color: #45a954;
	padding: 0 0 0 0px;
	position: relative;
}

h3.title01{
  margin: 0px 0px 20px 0;
  font-size: 4vw;
  font-weight: bold;
  color: #444;
  position: relative;
  padding: 4px 0px 4px 0px;
  /* border-bottom: 3px #ccc solid; */
  border-bottom: 3px solid #2160b1;
}

h3.title01 span{
    /* border-bottom: 3px solid #2160b1; */
    padding: 6px 0 6px 0;
}
h4.title01{
  font-weight: bold;
  color: #2160b1;
  border-bottom: 1px #2160b1 solid;
}

/* サービス下層タイトル色分け */

#service01 h3{
  margin: 0px 0px 20px 0;
  font-size: 20px;
  font-weight: bold;
  color: #444;
  position: relative;
  padding: 4px 0px 4px 0px;
  border-bottom: 3px solid #ff7600;
}
#service01 h3 span{
  padding: 6px 0 6px 0;
  color: #ff7600;
}


#service02 h3{
  margin: 0px 0px 20px 0;
  font-size: 20px;
  font-weight: bold;
  color: #444;
  position: relative;
  padding: 4px 0px 4px 0px;
        border-bottom: 3px solid #b4b700;
}
#service02 h3 span{

    padding: 6px 0 6px 0;
      color: #b4b700;
}

#service03 h3{
  margin: 0px 0px 20px 0;
  font-size: 20px;
  font-weight: bold;
  color: #444;
  position: relative;
  padding: 4px 0px 4px 0px;
        border-bottom: 3px solid #00b1a1;
}
#service03 h3 span{

    padding: 6px 0 6px 0;
      color: #00b1a1;
}

#service04 h3{
  margin: 0px 0px 20px 0;
  font-size: 20px;
  font-weight: bold;
  color: #444;
  position: relative;
  padding: 4px 0px 4px 0px;
        border-bottom: 3px solid #0070b1;
}
#service04 h3 span{

    padding: 6px 0 6px 0;
          color: #0070b1;
}
#service05 h3{
  margin: 0px 0px 20px 0;
  font-size: 20px;
  font-weight: bold;
  color: #444;
  position: relative;
  padding: 4px 0px 4px 0px;
        border-bottom: 3px solid #00b10e;
}
#service05 h3 span{

    padding: 6px 0 6px 0;
              color: #00b10e;
}

#service06 h3{
  margin: 0px 0px 20px 0;
  font-size: 20px;
  font-weight: bold;
  color: #444;
  position: relative;
  padding: 4px 0px 4px 0px;
    border-bottom: 3px solid #ff62ab;
}
#service06 h3 span{

    padding: 6px 0 6px 0;
      color: #ff62ab;
}



#service01 .sente h4 {
    margin: 0 0 8px 0;
    font-weight: bold;
    color: #ff7600;
}
#service01 .sente dl dt{
      color: #ff7600;
}

#service02 .sente h4 {
    margin: 0 0 8px 0;
    font-weight: bold;
    color: #b4b700;
}
#service02 .sente dl dt{
    color: #b4b700;
}

#service03 .sente h4 {
    margin: 0 0 8px 0;
    font-weight: bold;
    color: #00b1a1;
}
#service03 .sente dl dt{
    color: #00b1a1;
}

#service04 .sente h4 {
    margin: 0 0 8px 0;
    font-weight: bold;
    color: #0070b1;
}
#service04 .sente dl dt{
    color: #0070b1;
}

#service05 .sente h4 {
    margin: 0 0 8px 0;
    font-weight: bold;
    color: #00b10e;
}
#service05 .sente dl dt{
    color: #00b10e;
}

#service06 .sente h4 {
    margin: 0 0 8px 0;
    font-weight: bold;
    color: #ff62ab;
}
#service06 .sente dl dt{
    color: #ff62ab;
}





/* 共通部分ここまで *//* 共通部分ここまで *//* 共通部分ここまで *//* 共通部分ここまで *//* 共通部分ここまで *//* 共通部分ここまで */
/* ヘッダー上部ナビ */
.global-nav02{
	display: block!important;
	background: #253136;
	padding: 4% 0px;
	text-shadow: none;
	width: 30%;
	text-align: center;
	font-weight: bold;
	position: absolute;
	z-index: 999;
	top: 20%;
	left: auto;
	right: 5%;
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}

.global-nav02 ul{
}

.global-nav02 ul li{display: none;}



.global-nav02 ul li:last-child{
	display: block!important;
}
#bt_open_modal{
  color: #fff;
  background: #253136;
  font-size: 4.5vw;
  display: flex;
  justify-content: center;
  align-items: end;
}


#bt_open_modal i{
    color: #ccc;
    margin: 0 8% 0% 0;
    display: block;
    font-size: 7vw;
}

/* スクロール後のハンバーガー */

.global-nav02_fixed{
  display: block!important;
  background: #253136;
  padding: 2% 0px;
  text-shadow: none;
  width: 13%;
  text-align: center;
  font-weight: bold;
  position: fixed;
  z-index: 999;
  top: 1%;
  left: auto;
  right: 2%;
  -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}


.global-nav02_fixed #bt_open_modal{
  color: #fff;
  background: #253136;
  font-size: 2.5vw;
  display: block;
  justify-content: center;
  align-items: end;
}


.global-nav02_fixed #bt_open_modal i{
    color: #ccc;
    margin: 0 0% 0% 0;
    display: block;
    font-size: 7vw;
}

/* スクロール後のハンバーガー ここまで*/


main{
  position: relative;
  
}

/*トップスライダー下テキスト*/

.slider-under {
    background: #333;
}
.slider-under > .inner {
  /* width: 1024px; */
  margin: 0 auto;
  display: flex;
  padding: 8px 16px;
  align-items: center;
  color: #fff;
  font-size: 14px;
}


/*トップスライダー下テキスト ここまで*/


/*トップnewヘッドライン*/
#news_headline {
    background: #333;
}
#news_headline > .inner {
  /* width: 1024px; */
  margin: 0 auto;
  display: flex;
  padding: 8px 16px;
  align-items: center;
}
#news_headline > .inner > h2 {
  color: #fff;
  font-size: 14px;
  /* border-right: 1px #fff solid; */
  padding: 0 16px 0 0;
  width: 100%;
  max-width: 132px;
}
#news_headline > .inner > .right {
  padding: 0 0px 0 16px;
  color: #fff;
  font-size: 14px;
  border-left: 1px #fff solid;
}
#news_headline > .inner > .ticker {

}

/* トップ共通項目 */






/* トップ私たちの強み */
.top-strength {
  width: 100%;
  /* background: url(../img/top_strength.jpg); */
  background: linear-gradient(#ffffff,#c8ebff);
  margin: 0 0 24px 0;
  background-size: cover;
  background-position: 65%;
}
.top-strength-title {
	width: 100%;
	/* max-width: 1200px; */
	margin: 0px auto;
	padding: 40px 0 40px;
}

.top-strength .btn01 {
  display: block;
  width: 270px;
  margin: 32px auto 0;
  position: relative;
  z-index: 1;

}

.top-strength .btn01 a {
	font-size: 16px;
	padding: 8px 0px;
	font-weight: bold;
	letter-spacing: 0.1em;
	background: rgba(33, 96, 177, 0.85);
}
.top-strength .btn01 a:hover {

}
.top-strength h2 {
	font-size: 6vw;
	font-weight: bold;
	text-align: center;
	line-height: 1em;
	/* background: rgba(33, 96, 177, 0.85); */
	padding: 0%;
	color: #343434;
}
.top-strength p {
  font-size: 16px;
  /* text-align: center; */
  margin: 32px auto 0px;
  font-weight: bold;
  width: 90%;
  /* background: rgba(33, 96, 177, 0.85); */
  padding: 0%;
  color: #343434;
}

/* トップ強みここまで */



/* 2カラム横並び用ブロック */
.two_block{/* display: flex; */justify-content: space-between;width: 100%;margin: 24px auto;}
/* 2カラム横並び用ブロックここまで */

/* お仕事情報 */
.top_wnews{
  margin: 24px auto 24px auto;
  position: relative;
  /* top: 0; */
  /* left: 0; */
  z-index: 100;
  /* right: 0; */
  width: 90%;
}
.top_wnews h2{
  width: 100%;
  /* max-width: 340px; */
  margin: 0px auto 0px;
  font-size: 32px;
  font-weight: bold;
  color: #253136;
  padding: 0px 0 0px 0px;
  background-position-y: 0%;
  position: relative;
  letter-spacing: 0.08em;
}
.top_wnews h2 span{
color: #2160b1;

}

.top_wnews > .inner{
	margin: 24px 0 24px 0;
}
.top_wnews > .inner > article{
  margin: 0 0 16px 0;
  border-bottom: 1px #999 dotted;
  padding: 0 0 16px 0;
    position: relative;
}
.top_wnews > .inner > article > a{
  /* display: flex; */
  /* justify-content: space-between; */
  color: #222;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  /* align-items: center; */
}
.top_wnews > .inner > article > a > .icon_box{
  display:  -webkit-box;
  display:  -ms-flexbox;
  /* display:  flex; */
  width: 100%;
  margin: 0 0px 0% 0px;
  align-items: center;
  flex-wrap: wrap;
}
.top_wnews > .inner > article > a > .icon_box > span.place{
	width: 30%;
	font-size: 14px;
	background: #333333;
	color: #fff;
	/* border-radius: 2px; */
	text-align: center;
	padding: 4px 16px 6px 16px;
	display: block;
	margin: 0 4% 0 0px;
	font-weight: bold;
}
.top_wnews > .inner > article > a > .icon_box > span.contract_type01{
  font-size: 14px;
  background: #efefef;
  color: #333333;
  /* border-radius: 2px; */
  text-align: center;
  padding: 4px 16px 6px 16px;
  display: block;
  margin: 0 0% 0 0px;
  width: 48%;
  border: 1px #343434 solid;
  font-weight: bold;
}
.top_wnews > .inner > article > a > .icon_box > span.work_type01{
	font-size: 16px;
	/* background: #21b0b0; */
	color: #2160b1;
	/* border-radius: 2px; */
	/* text-align: center; */
	padding: 0px 0px 0px 0px;
	display: block;
	margin: 8px 0px 0px 0px;
	width: auto;
	font-weight: bold;
}
.top_wnews > .inner > article > a > .icon_box > span.icon04{
	font-size: 14px;
	background: #606060;
	color: #fff;
	/* border-radius: 2px; */
	text-align: center;
	padding: 0px 15px 0px 15px;
	display: block;
margin: 0 24px 0 0px;
	width: 100px;
}
.top_wnews > .inner > article > a > .icon_box > .date{
	font-size: 14px;
	margin: 0 24px 0 0px;
  font-weight: bold;
}
.top_wnews > .inner > article > a > .title{
  margin: 8px 0px 0 0px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  font-weight: bold;
  width: 100%;
}
.top_wnews > .inner > article > a:hover > .title {
	text-decoration: underline;
}
.top_wnews > .inner > article > a > .title img.icon_pdf{
  position: absolute;
  top: auto;
  bottom: 10px;
  right: 0%;
}
.top_wnews > .inner > article > a > .title img.icon_url{
  position: absolute;
  top: auto;
  bottom: 10px;
  right: 0%;
}
.top_wnews > .inner > article > a:hover > .title {
	text-decoration: underline;
}

.top_wnews .btn01 {
    margin: 0 auto;
}

.top_wnews .btn01 a {
	background: #333333;
      border: 1px #333333 solid;
}
.top_wnews .btn01 a:hover {
  color: #333333;
      background: #fff;
      -webkit-transition: 0.5s ease-in-out;
      transition: 0.5s ease-in-out;
            border: 1px #333333 solid;
}
/* お仕事情報ここまで */


/* トップ会社案内 */
.top_company{
  background: linear-gradient(#2160b1,#17406c);
  color: #fff;
  width: 100%;
  padding: 24px 24px;
}
.top_company h3{
  text-align: center;
  font-size: 32px;
}
.top_company ul{
  border-top: 1px #fff dashed;
  border-bottom: 1px #fff dashed;
  padding: 24px 0;
  margin: 24px 0;
}
.top_company ul li{
  margin: 0px 0 16px;
  text-align: center;
  font-size: 20px;
}
.top_company ul li a{
color: #fff;
}


.top_company .icon_block{
  display: flex;
  justify-content: center;
}
.top_company .icon_block a{
  display: block;
  margin: 0 16px 0 0;
  position: relative;
}
.top_company .icon_block a:hover{
  top: 5px;
  position: relative;
}

.top_company .icon_block a img{
  }




  /* トップ新着情報 */
  .top_news{
    width: 90%;
    margin: 24px auto 24px;
    position: relative;
    /* top: 0; */
    /* left: 0; */
    z-index: 100;
    /* right: 0; */
    /* display: flex; */
    align-items: center;
  }
  .top_news h2{
    width: 100%;
    /* max-width: 340px; */
    margin: 0px auto 0px;
    font-size: 32px;
    font-weight: bold;
    color: #253136;
    padding: 0px 0 0px 0px;
    background-position-y: 0%;
    position: relative;
    letter-spacing: 0.08em;
  }
  .top_news h2 span{
  color: #2160b1;
  
  }
  
  .top_news > .inner{
  	margin: 24px 0 24px 0;
  	width: 100%;
  }
  .top_news > .inner > article{
    margin: 0 0 16px 0;
    border-bottom: 1px #999 dotted;
    padding: 0 0 16px 0;
      position: relative;
  }
  .top_news > .inner > article > a{
    /* display: -webkit-box; */
    display: -ms-flexbox;
    /* display: flex; */
    color: #222;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
  }
  .top_news > .inner > article > a > .icon_box{
    display:  -webkit-box;
    display:  -ms-flexbox;
    display:  flex;
    margin: 0 0 2% 0;
  }
  .top_news > .inner > article > a > .icon_box > .date{
    font-size: 15px;
    	margin: 0 24px 0 0px;
    	font-weight: bold;
    	background: #2160b1;
    	color: #fff;
    	padding: 4px 16px 6px 16px;
  }
  .top_news > .inner > article > a > .title{
    margin: 0 0 0 0px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    font-weight: bold;
    width: 90%;
  }
  .top_news > .inner > article > a:hover > .title {
  	text-decoration: underline;
  }
  .top_news > .inner > article > a > .title img.icon_pdf{
    position: absolute;
    top: auto;
    bottom: 10px;
    right: 0%;
  }
  .top_news > .inner > article > a > .title img.icon_url{
    position: absolute;
    top: auto;
    bottom: 10px;
    right: 0%;
  }
  .top_news > .inner > article > a:hover > .title {
  	text-decoration: underline;
  }
  
  
  
  .top_news .btn01 {
    margin: 24px auto 0 auto;
    width: 100%;
  }
  
  .top_news .btn01 a {
  	background: #333333;
  	border: 1px #333333 solid;
  }
  .top_news .btn01 a:hover {
    	color: #253136;
    	background: #ffffff;
    	border: solid 1px #253136;
  }


  /* トップ新着情報 ここまで*/



/* PICKUP */

.top_pickup{
  width: 90%;
  margin: 24px auto 24px;
  position: relative;
  /* top: 0; */
  /* left: 0; */
  z-index: 100;
  /* right: 0; */
  /* display: flex; */
  align-items: center;
}
.top_pickup h2{
  width: 100%;
  /* max-width: 340px; */
  margin: 0px auto 0px;
  font-size: 40px;
  font-weight: bold;
  color: #253136;
  padding: 0px 0 0px 0px;
  background-position-y: 0%;
  position: relative;
  letter-spacing: 0.08em;
}
.top_pickup h2 span{
color: #2160b1;

}

.top_pickup > .inner{
  margin: 24px 0 0px 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}


.top_pickup > .inner > article{
  margin: 0 0% 40px 0;
  padding: 0 0 0px 0;
  position: relative;
  width: 100%;
  display: block;
}


.top_pickup > .inner > article:last-child{
  margin-bottom: 0;
}


.top_pickup > .inner > article h3{

background: #2160b1;

color: #fff;

text-align: center;

padding: 8px 0;

font-size: 5vw;
}

.top_pickup > .inner > article figure{
width: 100%;

}
.top_pickup > .inner > article figure img{
width: 100%;

}

.top_pickup > .inner > article .icon_box{
display: flex;
margin: 8px 0;
}



.top_pickup > .inner > article > .icon_box > span.place {
    font-size: 5vw;
    background: #333333;
    color: #fff;
    /* border-radius: 2px; */
    text-align: center;
    padding: 8px 16px 8px 16px;
    display: block;
    margin: 0 0px 0 0px;
    font-weight: bold;
    margin: 0 8px 0 0;
}



.top_pickup > .inner > article > .icon_box > span.contract_type01 {
    font-size: 5vw;
    background: #efefef;
    color: #333333;
    /* border-radius: 2px; */
    text-align: center;
    padding: 8px 16px 8px 16px;
    display: block;
    margin: 0 0px 0 0px;
    border: 1px #343434 solid;
    font-weight: bold;
}

.top_pickup > .inner > article > .title{
  margin: 0px 0px 0 0px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  font-weight: bold;
  width: 100%;
}


.top_pickup .btn01 {
  margin: 8px auto 0;
  width: 100%;
}

.top_pickup .btn01 a {
  background: #333333;
  border: 1px #333333 solid;
}
.top_pickup .btn01 a:hover {
    color: #253136;
    background: #ffffff;
    border: solid 1px #253136;
}
.top_pickup .btn01 a i{
margin: 0 8px 0 0;  
}

/* PICKUPここまで */



/* トップサービスの特徴 */
.top_service{
  position: relative;
  margin: 0 0 24px 0;
}
.top_service h2{
      position: absolute;
      top: 0;
      width: 70%;
}
.top_service h2 span:nth-child(1){
  color: #fff;
  padding: 0 0 16px 0;
  text-align: center;
  font-size: 16px;
}
.top_service h2 span:nth-child(2){
  color: #fff;
  border-top: 1px #fff dashed;
  padding: 16px 0 16px 0;
  text-align: center;
  font-size: 16px;
}

.top_service h2 a{background: linear-gradient(#2160b1,#17406c);color: #fff;display: flex;flex-direction: column;-webkit-transition: 0.5s ease-in-out;transition: 0.5s ease-in-out;padding: 16px;}
.top_service h2 a:hover{
  box-shadow: 4px 8px 16px rgba(0, 112, 255, 0.8);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}




.top_service h2 a i{
  text-align: center;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  font-size: 24px;
}


.top_service h2 a:hover i{
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  margin:0 0 0 16px;
}
.top_service figure{

width: 100%;

height: 240px;
}
.top_service figure img{height: 100%;width: 100%;}




/* トップ求人情報 */
.top_recruit{
  position: relative;
}
.top_recruit h2{
        
position: absolute;
        
top: 0;
        
width: 70%;
}
.top_recruit h2 span:nth-child(1){
  color: #fff;
  padding: 0 0 16px 0;
  text-align: center;
  font-size: 16px;
}

.top_recruit h2 span:nth-child(2){
  color: #fff;
  border-top: 1px #fff dashed;
  padding: 16px;
  text-align: center;
  font-size: 16px;
}

.top_recruit h2 a{background: linear-gradient(#2160b1,#17406c);color: #fff;display: flex;flex-direction: column;-webkit-transition: 0.5s ease-in-out;transition: 0.5s ease-in-out;padding: 16px;}
.top_recruit h2 a:hover{
  box-shadow: 4px 8px 16px rgba(0, 112, 255, 0.8);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.top_recruit h2 a i{
  text-align: center;
  font-size: 24px;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}


.top_recruit h2 a:hover i{
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  margin:0 0 0 16px;
}

.top_recruit figure{

width: 100%;

height: 240px;
}
.top_recruit figure img{
height: 100%;
width: 100%;
}





/* トップ設計事務所 */

.top_sekkei_office {
  width: 100%;
  position: relative;
  /* max-width: 1024px; */
  /* background: linear-gradient(180deg,#ffffff,#e8eaf7,#fff); */
  margin: 72px auto 72px auto;
  /* border-top: 1px #b3b3b3 solid; */
  border-bottom: 1px #b3b3b3 solid;
  /* display: flex; */
}
.top_sekkei_office-title {
	width: 100%;
	margin: 0px auto;
	padding: 0px 0px 0px;
	background: linear-gradient(180deg,#ffffff,#e8eaf7,#fff);
}

.top_sekkei_office .btn01 {
  display: block;
  /* width: 270px; */
  margin: 0px auto 0;
  right: 0;
  left: 0;
  position: relative;
  z-index: 1;
  position: absolute;
  top: 30%;
}

.top_sekkei_office .btn01 a {
	background: #22b074;
	border: 1px #23b075 solid;
}
.top_sekkei_office .btn01 a:hover {
     color: #22b074;
    background: #ffffff;
     border: solid 1px #22b074;
}
.top_sekkei_office h2 {
	font-size: 6vw;
	font-weight: bold;
	text-align: center;
	line-height: 1em;
	color: #22b074;
}
.top_sekkei_office p {
  font-size: 16px;
  /* text-align: center; */
  width: 90%;
  margin: 24px auto 24px;
  /* color: #fff; */
}

.top_sekkei_office figure{
  width: 100%;
  /* height: 25vh; */
  margin: 0 0 0px 0;
  overflow: hidden;
  position: relative;

  line-height: 0;
}
.top_sekkei_office figure img{
  width: 100%;
  height: 100%;
  opacity: 0.4;
}



/* トップここまで */
/* 下層共通部分 *//* 下層共通部分 *//* 下層共通部分 *//* 下層共通部分 */
/* 下層メイン画像 */
/* 下層共通 */
.mainImage_area02 {
	width: 100%;
	background: #ebf7ff;
	position: relative;
	line-height: 0;
	height: 140px;
}
.mainImage_area02 > img {
    width: 100%;
		height: 100%;
}
.mainImage_area02 h2 {
  position: absolute;
  top: auto;
  bottom: 0px;
  left: 0;
  margin: 0 auto;
  right: 0;
  background: rgba(0, 153, 204, 0.6);
}
.mainImage_area02 h2 span{
  font-size: 5vw;
  top: 60%;
  left: 0;
  color: #ffffff;
  font-weight: bold;
  /* text-shadow: 0px -1px 10px #000000, -1px 1px 10px #020202, 1px 3px 10px #000000, 1px 2px 10px #10182d; */
  text-shadow: 1px 2px 10px #0099cc;
  letter-spacing: 0.1em;
  width: 100%;
  display: block;
  margin: 0 auto;
  right: 0;
  padding: 16px 0px 16px;
  text-align: center;
}



/* トップタブ */
.u_tabmenu_top{
  padding: 0px 0 0px 0;
  margin: 40px auto 0px;
  width: 90%;
  max-width: 1200px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.u_tabmenu_top li{
  width: 48%;
  margin: 0 3% 0 0;
}
.u_tabmenu_top li:nth-child(2){
   margin-right: 0;
}



.u_tabmenu_top li a{
  color: #ffffff;
  background: #2160b1;
  font-size: 12px;
  transition: 0.2s ease-in-out;
  padding: 8px;
  text-shadow: none;
  width: 100%;
  display: block;
  text-align: center;
  font-weight: bold;
  border: 1px #2160b1 solid;
}
.u_tabmenu_top li a i{
  margin: 0 8px 0 0;

  font-size: 18px;
      color: #22b074;
}

.u_tabmenu_top li a:hover{
  background: #fff;
  transition: 0.2s ease-in-out;
  border: 1px #2160b1 solid;
  color: #2160b1;
}
/* トップタブ */




/*----------パンくず----------*/

ul.breadcrums {
  width: 90%;
  margin: 8px auto 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
ul.breadcrums li {
	font-size: 2vw;
	margin: 0 12px 0 0;
}
ul.breadcrums li a {
  font-size: 2vw;
  color: #5d4e8e;
  font-weight: bold;
}

/*----------パンくずここまで----------*/

/* テーブルタイプ1 */


dl.table01{
  /* display: flex; */
  /* border: 1px solid #aaa; */
  position: relative;
  margin: 0 0 0 0px;
  /* flex-wrap: wrap; */
}

dl.table01 dt{
    background-color: #2160b1;
    width: 100%;
    margin: 0 0 2px 0;
    font-size: 16px;
    padding: 8px 16px;
    /* border-bottom: 1px solid #ffffff; */
    color: #ffffff;
    font-weight:bold;
}

dl.table01 dd{width: 100%;font-size: 16px;padding: 8px 16px;margin: 0 0 24px 0;/* border-bottom: 1px solid #2160b1; */display: block;background-color: #efefef;}
dl.table01 dd div:nth-child(1){
width: 100%;
margin: 0 0 24px 0;
}
dl.table01 dd div:nth-child(2){
width: 100%;
margin: 0 0 0 0;
}
/* テーブルタイプ1 */



/* テーブルタイプ2 */

dl.table02{
  /* display: flex; */
  /* border: 1px solid #aaa; */
  position: relative;
  /* width: 1024px; */
  margin: 0 0 0 0px;
  flex-wrap: wrap;
}


dl.table02 dt{
    background-color: #ffffff;
    width: 100%;
    margin: 0 0 0 0;
    font-size: 14px;
    padding: 16px 16px;
    border-bottom: 1px solid #2160b1;
    color: #2160b1;
    font-weight:bold;
}

dl.table02 dd{width: 100%;font-size: 14px;padding: 16px 16px;border-bottom: 1px solid #2160b1;display: block;}


/* テーブルタイプ2 ここまで */











/* 下層タブ*/
.u_tabmenu{
  padding: 0px 0 0px 0;
  margin: 24px auto;
  width: 90%;
  max-width: 1200px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.u_tabmenu li{
  width: 100%;
  margin: 0 0% 8px 0;
}

.u_tabmenu li a{
  color: #2160b1;
  background: #efefef;
  font-size: 4.2vw;
  transition: 0.2s ease-in-out;
  padding: 8px 0px;
  text-shadow: none;
  width: 100%;
  display: block;
  text-align: center;
  font-weight: bold;
  border: 1px #2160b1 solid;
  border-radius: 8px;
}
.u_tabmenu li a i{
  margin: 0 2% 0 0;
  /* font-size: 18px; */
  /* color: #22b074; */
}

.u_tabmenu li a:hover{
  background: #fff;
  transition: 0.2s ease-in-out;
  border: 1px #2160b1 solid;
  color: #2160b1;
}


/* 色分け */

.u_tabmenu li a.s01{
        color: #fff;
  background:linear-gradient(#ff7600,#ff7600, #ffc793);
  border: 1px #ff7600 solid;
}
.u_tabmenu li a.s01:hover {
    
    opacity: 0.5;
    transition: 0.2s ease-in-out;
     
}
.u_tabmenu li a.s01:hover i{

}



.u_tabmenu li a.s02{
        color: #ffffff;
  background:linear-gradient(#b79800,#b79800, #fbff00);
  border: 1px #b4b700 solid;
}
.u_tabmenu li a.s02:hover {
    
    opacity: 0.5;
    transition: 0.2s ease-in-out;
     
}
.u_tabmenu li a.s02:hover i{

}



.u_tabmenu li a.s03{
        color: #ffffff;
  background:linear-gradient(#00b1a1,#00b1a1, #80ffed);
  border: 1px #00b1a1 solid;
}
.u_tabmenu li a.s03:hover {
    
    opacity: 0.5;
    transition: 0.2s ease-in-out;
     
}
.u_tabmenu li a.s03:hover i{

}




.u_tabmenu li a.s04{
        color: #ffffff;
  background:linear-gradient(#0070b1,#0070b1, #5dffff);
  border: 1px #0070b1 solid;

}
.u_tabmenu li a.s04:hover {
    
    opacity: 0.5;
    transition: 0.2s ease-in-out;
    
}
.u_tabmenu li a.s04:hover i{

}

.u_tabmenu li a.s05{
 color: #ffffff;
  background:linear-gradient(#00b10e,#00b10e, #98f552);
  border: 1px #00b10e solid;
}
.u_tabmenu li a.s05:hover {
    
    opacity: 0.5;
    transition: 0.2s ease-in-out;
     
}
.u_tabmenu li a.s05:hover i{

}

.u_tabmenu li a.s06{
 color: #ffffff;
  background:linear-gradient(#ff62ab,#ff62ab, #ffc1de);
  border: 1px #ff62ab solid;
}
.u_tabmenu li a.s06:hover {
    
    opacity: 0.5;
    transition: 0.2s ease-in-out;
    
}
.u_tabmenu li a.s06:hover i{

}


/* 色分け ここまで*/


/* 下層タブここまで*/



/* 下層共通部分 ここまで*/




/* テンプマキノの強み*/
main.strength{

}

.strength_block{
  max-width: 1200px;
  margin: 32px auto 88px;
  /* display: flex; */
  width: 90%;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.strength_block h3{width: 100%;margin: 0 0 24px 0;}
.strength_block h4{}



.strength_block img{
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 0 24px 0;
}


.strength_block .sente{
  margin: 0 0 0 0%;
  width: 100%;
  font-size: 16px;
}

.strength_block .sente p{
  margin: 0px 0 8px 0;
}

/* テンプマキノの強みここまで*/







/* サービス */
.service_block{
  max-width: 1200px;
  margin: 32px auto 88px;
  /* display: flex; */
  width: 90%;
  flex-wrap: wrap;
  justify-content: space-between;
}

.service_block h3{width: 100%;margin: 0 0 32px 0;}
.service_block .sente h4 {
  margin: 0 0 8px 0;
  font-weight: bold;
  color: #2160b1;
  font-size: 14px;
}

.service_block img{
  display: block;
  width: 100%;
  height: 100%;
}


.service_block .sente{
  margin: 16px 0 0 0%;
  width: 100%;
}

.service_block .sente p{
  margin: 0 0 8px 0;
  font-size: 14px;
}


.service_block .sente ul{

}

.service_block .sente ul li{
  position: relative;
  padding: 0 0 0px 24px;
  margin: 0 0 16px 0;
    font-size: 14px;
}

.service_block .sente ul li::before {
    content: "・";
    position: absolute;
    left: 0;
}


.service_block .sente dl{
  margin: 0 0 8px 0;
  font-size: 14px;
}
.service_block .sente dl dt{
  margin: 0 0 0px 0;
  font-weight: bold;
  color: #2160b1;
}
.service_block .sente dl dd{
  margin: 0 0 16px 0;
}



/* サービスここまで */




/* お仕事情報 */


.wnews_message{
  margin: 40px auto 0px auto;
  padding: 24px 24px;
  position: relative;
  z-index: 100;
  width: 100%;
  max-width: 1200px;
  border-top: 4px solid #31d7f3;
  border-bottom: 4px solid #2160b1;
  border-left: 1px solid #9dc8ff;
  border-right: 1px solid #9dc8ff;
  background: linear-gradient(90deg, white, #b1f8ff);
}
.wnews_message span{
  font-size: 5vw;
  font-weight: bold;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  display: block;
  margin: 0px 0 8px;
  text-align: center;
}

.wnews_message ul{
  
}

.wnews_message ul li {
    position: relative;
    padding: 0 0 0px 24px;
    margin: 0 0 8px 0;
    font-size: 12px;
}

.wnews_message ul li::before {
    content: "◆";
    position: absolute;
    left: 0;
}


.wnews_block{
  margin: 24px auto 72px auto;
  position: relative;
  z-index: 100;
  width: 100%;
  max-width: 1200px;
  border: 1px #2160b1 solid;
  border-left: none;
  border-right: none;
  /* padding: 16px 16px 32px 16px; */
  background: #e9ffff;
}
.wnews_block h2{
  width: 100%;
  /* max-width: 340px; */
  margin: 0px auto 0px;
  font-size: 40px;
  font-weight: bold;
  color: #253136;
  padding: 0px 0 0px 0px;
  background-position-y: 0%;
  position: relative;
  letter-spacing: 0.08em;
}
.wnews_block h2 span{
color: #2160b1;

}


.wnews_block > .title_box{
    background: #e9ffff;
    border-bottom: 1px #999999 solid;
    padding: 16px;
}
.wnews_block > .title_box > .icon_box{
  /* display:  -webkit-box; */
  display:  -ms-flexbox;
  /* display:  flex; */
  /* justify-content: space-between; */
  align-items: center;
  margin: 0 0 16px 0;
}
.wnews_block > .title_box > .icon_box > span.place{
	/* width: 90px; */
	font-size: 14px;
	background: #333333;
	color: #fff;
	/* border-radius: 2px; */
	text-align: center;
	padding: 4px 8px 4px 8px;
	display: block;
	margin: 0 0px 0 0px;
	font-weight: bold;
}
.wnews_block > .title_box > .icon_box > span.contract_type01{
  font-size: 14px;
  background: #efefef;
  color: #333333;
  /* border-radius: 2px; */
  text-align: center;
  padding: 4px 8px 4px 8px;
  display: block;
  margin: 0 0px 0 0px;
  /* width: 100px; */
  border: 1px #343434 solid;
  font-weight: bold;
}
.wnews_block > .title_box > .icon_box > span.work_type01{
	font-size: 20px;
	/* background: #21b0b0; */
	color: #2160b1;
	/* border-radius: 2px; */
	text-align: center;
	padding: 0px 0px 0px 0px;
	display: block;
	margin: 8px 0px 8px 0px;
	/* width: 80px; */
	font-weight: bold;
}
.wnews_block > .title_box > .icon_box > span.work_no01{
  font-size: 14px;
  /* background: #efefef; */
  color: #333333;
  /* border-radius: 2px; */
  text-align: center;
  padding: 0px 0px 0px 0px;
  display: block;
  margin: 0 0px 0 0px;
  /* width: 100px; */
  /* border: 1px #343434 solid; */
  font-weight: bold;
}

.wnews_block > .title_box > .icon_box > span.icon04{
	font-size: 14px;
	background: #606060;
	color: #fff;
	/* border-radius: 2px; */
	text-align: center;
	padding: 0px 15px 0px 15px;
	display: block;
margin: 0 24px 0 0px;
	width: 100px;
}
.wnews_block > .title_box > .icon_box > .date{
	font-size: 14px;
	margin: 0 24px 0 0px;
  font-weight: bold;
}
.wnews_block > .title_box > .title{
  margin: 0 0px 0 0px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 12px;
  font-weight: bold;
  width: 100%;
}

.wnews_block > .title_box > .title img.icon_pdf{
  position: absolute;
  top: auto;
  bottom: 10px;
  right: 0%;
}
.wnews_block > .title_box > .title img.icon_url{
  position: absolute;
  top: auto;
  bottom: 10px;
  right: 0%;
}

.wnews_block .btn01 {
    margin: 16px auto 15px;
}

.wnews_block .btn01 a {
	background: #333333;
      border: 1px #333333 solid;
}
.wnews_block .btn01 a:hover {
  color: #333333;
      background: #fff;
      -webkit-transition: 0.5s ease-in-out;
      transition: 0.5s ease-in-out;
            border: 1px #333333 solid;
}

.wnews_block > .sente{

display: -webkit-box;

display: -ms-flexbox;

display: none;

width: 96%;

justify-content: space-between;

/* align-items: center; */

margin: 24px auto 0px auto;

flex-wrap: wrap;
}
.wnews_block > .sente dl{

width: 48%;

margin: 0 4% 32px 0;

border-bottom: dotted 1px #999999;
}
.wnews_block > .sente dl:nth-child(2n){

margin-right:0;
}
.wnews_block > .sente dl dt{

font-size: 14px;

margin: 0 0 16px 0;

font-weight: bold;

color: #2160b1;
}
.wnews_block > .sente dl dd{

font-size: 12px;

padding: 0 0 16px 0;
}

/* お仕事情報 ここまで*/



/* お仕事情報詳細 */
.wnews_detail_block{
  margin: 24px auto 72px auto;
  position: relative;
  z-index: 100;
  width: 100%;
  max-width: 1200px;
  border: 1px #2160b1 solid;
  border-right: none;
  border-left: none;
  /* padding: 16px 16px 32px 16px; */
}
.wnews_detail_block h2{
  width: 100%;
  /* max-width: 340px; */
  margin: 0px auto 0px;
  font-size: 40px;
  font-weight: bold;
  color: #253136;
  padding: 0px 0 0px 0px;
  background-position-y: 0%;
  position: relative;
  letter-spacing: 0.08em;
}
.wnews_detail_block h2 span{
color: #2160b1;
}
.wnews_detail_block > .title_box{background: #e9ffff;border-bottom: 1px #999999 solid;padding: 16px;}
.wnews_detail_block > .title_box > .icon_box{
  /* display:  -webkit-box; */
  display:  -ms-flexbox;
  /* display:  flex; */
  /* justify-content: space-between; */
  align-items: center;
  margin: 0 0 16px 0;
}
.wnews_detail_block > .title_box > .icon_box > span.place{
	/* width: 90px; */
	font-size: 14px;
	background: #333333;
	color: #fff;
	/* border-radius: 2px; */
	text-align: center;
	padding: 4px 8px 4px 8px;
	display: block;
	margin: 0 0px 0 0px;
	font-weight: bold;
}
.wnews_detail_block > .title_box > .icon_box > span.contract_type01{
  font-size: 14px;
  background: #efefef;
  color: #333333;
  /* border-radius: 2px; */
  text-align: center;
  padding: 4px 8px 4px 8px;
  display: block;
  margin: 0px 0px 0 0px;
  /* width: 100px; */
  border: 1px #343434 solid;
  font-weight: bold;
}
.wnews_detail_block > .title_box > .icon_box > span.work_type01{
	font-size: 20px;
	/* background: #21b0b0; */
	color: #2160b1;
	/* border-radius: 2px; */
	text-align: center;
	padding: 0px 0px 0px 0px;
	display: block;
	margin: 8px 0px 8px 0px;
	/* width: 80px; */
	font-weight: bold;
}
.wnews_detail_block > .title_box > .icon_box > span.work_no01{
  font-size: 14px;
  /* background: #efefef; */
  color: #333333;
  /* border-radius: 2px; */
  text-align: center;
  padding: 4px 8px 4px 8px;
  display: block;
  margin: 0 0px 0 0px;
  /* width: 100px; */
  /* border: 1px #343434 solid; */
  font-weight: bold;
}
.wnews_detail_block > .title_box > .icon_box > span.icon04{
	font-size: 14px;
	background: #606060;
	color: #fff;
	/* border-radius: 2px; */
	text-align: center;
	padding: 0px 15px 0px 15px;
	display: block;
margin: 0 24px 0 0px;
	width: 100px;
}
.wnews_detail_block > .title_box > .icon_box > .date{
	font-size: 14px;
	margin: 0 24px 0 0px;
  font-weight: bold;
}
.wnews_detail_block > .title_box > .title{
  margin: 0 0px 0 0px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 12px;
  font-weight: bold;
  width: 100%;
}
.wnews_detail_block > .title_box > .title img.icon_pdf{
  position: absolute;
  top: auto;
  bottom: 10px;
  right: 0%;
}
.wnews_detail_block > .title_box > .title img.icon_url{
  position: absolute;
  top: auto;
  bottom: 10px;
  right: 0%;
}
.wnews_detail_block .btn01 {
  /* margin: 0 auto; */
  width: 100%;
}
.wnews_detail_block .btn01 a {
	font-size: 4vw;
	padding: 4%;
}
.wnews_detail_block .btn01 a:hover {
  color: #333333;
      background: #fff;
      -webkit-transition: 0.5s ease-in-out;
      transition: 0.5s ease-in-out;
            border: 1px #333333 solid;
}
.wnews_detail_block .btn02 {
  margin: 0 auto 16px;
  width: 100%;
}

.wnews_detail_block .btn02 a {
	font-size: 4vw;
	padding: 4%;
}


.wnews_detail_block > .sente{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 95%;
  justify-content: space-between;
  /* align-items: center; */
  margin: 8px auto 32px auto;
  flex-wrap: wrap;
}

.wnews_detail_block > .btn_box{/* display: flex; *//* justify-content: space-around; */margin: 32px auto 32px;}

/* お仕事情報詳細 ここまで*/



/* 会社案内 */
.profile_block{
  max-width: 1200px;
  margin: 32px auto 88px;
  /* display: flex; */
  width: 90%;
  /* flex-wrap: wrap; */
  /* justify-content: space-between; */
}


.profile_block img{
  display: block;
  width: 40%;
  height: 100%;
}

/* 会社案内 ここまで*/



/* 設計事務所について*/
main.sekkei_office{

}

.sekkei_office_block{
  max-width: 1200px;
  margin: 32px auto 88px;
  /* display: flex; */
  width: 90%;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.sekkei_office_block h3{
width: 100%;
margin: 0 0 40px 0;
}
.sekkei_office_block h4{font-size: 20px;margin: 0 0 24px;}



.sekkei_office_block img{
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 0 24px 0;
}

.sekkei_office_block:nth-of-type(2n){
flex-direction: row-reverse; 
}

.sekkei_office_block .sente{
  margin: 0 0 0 0%;
  width: 100%;
  font-size: 16px;
}

.sekkei_office_block .sente p{
  margin: 0px 0 8px 0;
}
.sekkei_office_block .sente p br{
display: none;
}

.sekkei_office_block .sente ul{

}
.sekkei_office_block .sente ul li{position: relative;padding: 0 0 0px 24px;margin: 0 0 8px 0;}
.sekkei_office_block .sente ul li::before{content: "◆";position: absolute;left: 0;}

/* 設計事務所について　ここまで*/



/* 採用代行　インターンシップ*/
main.daiko_internship{

}

.daiko_internship_block{
  max-width: 1200px;
  margin: 32px auto 88px;
  /* display: flex; */
  width: 90%;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.daiko_internship_block h3{
width: 100%;
margin: 0 0 40px 0;
}
.daiko_internship_block h4{font-size: 20px;margin: 0 0 24px;}



.daiko_internship_block img{
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 0 24px 0;
}

.daiko_internship_block:nth-of-type(2n){
flex-direction: row-reverse; 
}

.daiko_internship_block .sente{
  margin: 0 0 0 0%;
  width: 100%;
  font-size: 16px;
}

.daiko_internship_block .sente p{
  margin: 0px 0 8px 0;
}
.daiko_internship_block .sente p br{
  display: none;
}

.daiko_internship_block .sente ul{

}
.daiko_internship_block .sente ul li{
position: relative;
padding: 0 0 0px 24px;
margin: 0 0 24px 0;
}
.daiko_internship_block .sente ul li::before{content: "◆";position: absolute;left: 0;}

/* 採用代行　インターンシップ　ここまで*/



/* アクセス */
.access_block {
  max-width: 1200px;
  margin: 32px auto 88px;
  width: 90%;
}
.access_block .sente{
  max-width: 1200px;
  margin: 24px auto 24px;
  width: 100%;
  font-size: 12px;
}

.access_block iframe {
  width: 100%;
      height: 480px;
      margin: 0 auto;
      display: block;
}

/* アクセス ここまで*/






/* お仕事をお探しの方について*/



main.jobhunter{
    
}

.jobhunter_block{
  max-width: 1200px;
  margin: 24px auto 24px;
  display: flex;
  width: 90%;
  flex-wrap: wrap;
  justify-content: space-between;
  /* align-items: center; */
}

.jobhunter_block h3{width: 100%;margin: 0 0 24px 0;}
.jobhunter_block h4{margin: 0 0 0px;}



.jobhunter_block img{
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 0 24px 0;
}

.jobhunter_block:nth-of-type(2n){
flex-direction: row-reverse; 
}

.jobhunter_block .sente{
  margin: 0 0 0 0%;
  width: 100%;
  font-size: 16px;
}
.jobhunter_block:nth-of-type(2n) .sente{
  margin: 0 5% 0 0;
  width: 55%;
  font-size: 16px;
}
.jobhunter_block .sente p{
  margin: 0px 0 8px 0;
}
.jobhunter_block .sente ul{
    margin: 0px 0 8px 0;
}
.jobhunter_block .sente ul li{

position: relative;

padding: 0 0 0px 24px;

margin: 0 0 0px 0;
}
.jobhunter_block .sente ul li::before{content: "◆";position: absolute;left: 0;}


.jobhunter_message{
  margin: 40px auto 0px auto;
  padding: 24px 5% 24px;
  position: relative;
  /* text-align: center; */
  z-index: 100;
  width: 100%;
  max-width: 1200px;
  border-top: 4px solid #31d7f3;
  border-bottom: 4px solid #2160b1;
  border-left: 1px solid #9dc8ff;
  border-right: 1px solid #9dc8ff;
  background: linear-gradient(90deg, white, #b1f8ff);
  font-size: 16px;
}
.jobhunter_message span{
  font-size: 4vw;
  font-weight: bold;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  display: block;
  margin: 0px 0 8px;
}



.tel_box{
    margin: 0px auto 0px;
    width: 70%;
}

.tel_box ul{
  margin: 0 auto 0px;
  max-width: 1020px;
  width: 100%;
}
.tel_box ul li:nth-child(1){
    color: #22b074;
    font-size: 24px;
    font-weight: bold;
    margin: 0 0 16px 0;
    line-height: 1.3em;
}
.tel_box ul li span{
  font-size: 40px;
  margin: 0 0 0 16px;
  letter-spacing: 0.1em;
  vertical-align: middle;
  display: inline-block;
}
.tel_box ul li:nth-child(2){
    margin: 0 0 8px 0;
    font-weight: bold;
}

.tel_box ul li:nth-child(3){
    margin: 0 0 8px 0;
/* font-weight: bold; */
}

.tel_box ul li:nth-child(4){

/* font-weight: bold; */
}


.jobhunter_message .btn01 {
    display: block;
    max-width: 360px;
    width: 100%;
    margin: 16px auto 0;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    position: relative;
}



/* お仕事をお探しの方について　ここまで*/






/* 採用ご担当者様*/



main.recruiter{
    
}

.recruiter_block{
  max-width: 1200px;
  margin: 24px auto 24px;
  display: flex;
  width: 90%;
  flex-wrap: wrap;
  justify-content: space-between;
  /* align-items: center; */
}

.recruiter_block h3{
width: 100%;
margin: 0 0 40px 0;
}
.recruiter_block h4{margin: 0 0 24px;}



.recruiter_block img{
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 0 24px 0;
}

.recruiter_block:nth-of-type(2n){
flex-direction: row-reverse; 
}

.recruiter_block .sente{
  margin: 0 0 0 0%;
  width: 100%;
  font-size: 16px;
}
.recruiter_block:nth-of-type(2n) .sente{
  margin: 0 5% 0 0;
  width: 55%;
  font-size: 16px;
}
.recruiter_block .sente p{
  margin: 0px 0 8px 0;
}
.recruiter_block .sente ul{
    margin: 0px 0 8px 0;
}
.recruiter_block .sente ul li{

position: relative;

padding: 0 0 0px 24px;

margin: 0 0 0px 0;
}
.recruiter_block .sente ul li::before{content: "◆";position: absolute;left: 0;}


.recruiter_message{
  margin: 40px auto 0px auto;
  padding: 24px 0 24px;
  position: relative;
  text-align: center;
  z-index: 100;
  width: 100%;
  max-width: 1200px;
  border-top: 4px solid #31d7f3;
  border-bottom: 4px solid #2160b1;
  border-left: 1px solid #9dc8ff;
  border-right: 1px solid #9dc8ff;
  background: linear-gradient(90deg, white, #b1f8ff);
}
.recruiter_message span{
  font-size: 7.5vw;
  font-weight: bold;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  display: block;
  margin: 0px 0 8px;
}



.tel_box{
    margin: 0px auto 0px;
    width: 70%;
}

.tel_box ul{
  margin: 0 auto 0px;
  max-width: 1020px;
  width: 100%;
}
.tel_box ul li:nth-child(1){
    color: #22b074;
    font-size: 24px;
    font-weight: bold;
    margin: 0 0 16px 0;
    line-height: 1.3em;
}
.tel_box ul li span{
  font-size: 40px;
  margin: 0 0 0 16px;
  letter-spacing: 0.1em;
  vertical-align: middle;
  display: inline-block;
}
.tel_box ul li:nth-child(2){
    margin: 0 0 8px 0;
    font-weight: bold;
}

.tel_box ul li:nth-child(3){
    margin: 0 0 8px 0;
/* font-weight: bold; */
}

.tel_box ul li:nth-child(4){

/* font-weight: bold; */
}


.recruiter_message .btn01 {
    display: block;
    max-width: 300px;
    width: 90%;
    margin: 16px auto 0;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    position: relative;
}



/* 採用ご担当者様　ここまで*/





/* pickupコラム*/

main.p_detail{
    
}

.p_detail_block{
  max-width: 1200px;
  margin: 24px auto 24px;
  display: flex;
  width: 90%;
  flex-wrap: wrap;
  justify-content: space-between;
  /* align-items: center; */
}

.p_detail_block h3{
width: 100%;
margin: 0 0 40px 0;
}
.p_detail_block h4{font-size: 20px;margin: 0 0 24px;}



.p_detail_block img{
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 0 24px 0;
}

.p_detail_block .sente{
  margin: 0 0 0 0%;
  width: 100%;
  font-size: 16px;
}

.p_detail_block .sente p{
  margin: 0px 0 8px 0;
}
.p_detail_block .sente ul{
    margin: 0px 0 8px 0;
}
.p_detail_block .sente ul li{

position: relative;

padding: 0 0 0px 24px;

margin: 0 0 0px 0;
}
.p_detail_block .sente ul li::before{content: "◆";position: absolute;left: 0;}


.p_detail_message{
  margin: 40px auto 0px auto;
  padding: 24px 0 24px;
  position: relative;
  text-align: center;
  z-index: 100;
  width: 100%;
  max-width: 1200px;
  border-top: 4px solid #31d7f3;
  border-bottom: 4px solid #2160b1;
  border-left: 1px solid #9dc8ff;
  border-right: 1px solid #9dc8ff;
  background: linear-gradient(90deg, white, #b1f8ff);
}
.p_detail_message span{
  font-size: 32px;
font-weight: bold;
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
display: block;
margin: 0px 0 8px;
  
}



.tel_box{
    margin: 0px auto 0px;
    width: 90%;
}

.tel_box ul{
  margin: 0 auto 0px;
  max-width: 1020px;
  width: 100%;
}
.tel_box ul li:nth-child(1){
    color: #22b074;
    font-size: 5vw;
    font-weight: bold;
    margin: 0 0 16px 0;
    line-height: 1.3em;
}
.tel_box ul li span{
  font-size: 9vw;
  margin: 0 0 0 0px;
  letter-spacing: 0.1em;
  vertical-align: middle;
  display: inline-block;
}
.tel_box ul li:nth-child(2){
    margin: 0 0 8px 0;
    font-weight: bold;
    font-size: 4vw;
}

.tel_box ul li:nth-child(3){
    margin: 0 0 8px 0;
/* font-weight: bold; */
}

.tel_box ul li:nth-child(4){

/* font-weight: bold; */
}


.p_detail_message .btn01 {
    display: block;
    max-width: 360px;
    width: 100%;
    margin: 16px auto 0;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    position: relative;
}



/* pickupコラム　ここまで*/






/* NEWS & TOPICS*/
.news_block{
   width: 90%;
   margin: 24px auto 16px;
   position: relative;
   z-index: 100;
   align-items: center;
   border-bottom: 1px #999 dotted;
   padding: 0 0 16px 0;
  }
 .news_block h2{
   width: 100%;
   /* max-width: 340px; */
   margin: 0px auto 0px;
   font-size: 40px;
   font-weight: bold;
   color: #253136;
   padding: 0px 0 0px 0px;
   background-position-y: 0%;
   position: relative;
   letter-spacing: 0.08em;
 }
 .news_block h2 span{
 color: #2160b1;
 
 }

 .news_block > a{
   /* display: -webkit-box; */
   display: -ms-flexbox;
   /* display: flex; */
   display: block;
   color: #222;
   white-space: nowrap;
   overflow: hidden;
   text-overflow: ellipsis;
   -webkit-text-overflow: ellipsis;
   -o-text-overflow: ellipsis;
   align-items: center;
 }
 .news_block > a > .icon_box{
   display:  -webkit-box;
   display:  -ms-flexbox;
   display:  flex;
 }
 .news_block > a > .icon_box > .date{
   font-size: 12px;
   margin: 0 0px 0 0px;
   font-weight: bold;
   background: #2160b1;
   color: #fff;
   padding: 4px 16px 6px 16px;
 }
 .news_block > a > .title{
   margin: 16px 0px 0 0px;
   display: block;
   overflow: hidden;
   text-overflow: ellipsis;
   font-size: 12px;
   font-weight: bold;
 }
 .news_block > a:hover > .title {
   text-decoration: underline;
 }
 .news_block > a > .title img.icon_pdf{
   position: absolute;
   top: auto;
   bottom: 60%;
   right: 0%;
 }
 .news_block > a > .title img.icon_url{
   position: absolute;
   top: auto;
   bottom: 60%;
   right: 0%;
 }
 .news_block > a:hover > .title {
   text-decoration: underline;
 }
 
 
 
 .news_block .btn01 {
   margin: 32px auto 0 27%;
 }
 
 .news_block .btn01 a {
   background: #333333;
   border: 1px #333333 solid;
 }
 .news_block .btn01 a:hover {
     color: #253136;
     background: #ffffff;
     border: solid 1px #253136;
 }

/* NEWS & TOPICS ここまで*/



/* NEWS & TOPICS詳細*/
.news_detail_block{
   width: 90%;
   margin: 32px auto 88px;
   position: relative;
   z-index: 100;
   align-items: center;
   border-bottom: 1px #999 dotted;
   padding: 0 0 25px 0;
  }
 .news_detail_block h2{
   width: 100%;
   /* max-width: 340px; */
   margin: 0px auto 0px;
   font-size: 40px;
   font-weight: bold;
   color: #253136;
   padding: 0px 0 0px 0px;
   background-position-y: 0%;
   position: relative;
   letter-spacing: 0.08em;
 }
 .news_detail_block h2 span{
 color: #2160b1;
 
 }


 .news_detail_block > .icon_box{
   display:  -webkit-box;
   display:  -ms-flexbox;
   display:  flex;
 }
 .news_detail_block > .icon_box > .date{
   font-size: 12px;
   margin: 0 24px 0 0px;
   font-weight: bold;
   background: #2160b1;
   color: #fff;
   padding: 4px 16px 6px 16px;
 }
 .news_detail_block > .title{
   margin: 24px 0px 24px 0px;
   display: block;
   overflow: hidden;
   text-overflow: ellipsis;
   font-size: 14px;
   font-weight: bold;
 }
 .news_detail_block > .sente{
   margin: 0px 0px 24px 0px;
       display: block;
       overflow: hidden;
       text-overflow: ellipsis;
       font-size: 14px;

 }

 .news_detail_block > .btn02{
   width: 100%;
   margin: 0 auto;
 }

 .news_detail_block > .title img.icon_pdf{
   position: absolute;
   top: auto;
   bottom: 10px;
   right: 0%;
 }
 .news_detail_block > .title img.icon_url{
   position: absolute;
   top: auto;
   bottom: 10px;
   right: 0%;
 }
 
 .news_detail_block .btn01 {
   margin: 32px auto 0 27%;
 }
 
 .news_detail_block .btn01 a {
   background: #333333;
   border: 1px #333333 solid;
 }
 .news_detail_block .btn01 a:hover {
     color: #253136;
     background: #ffffff;
     border: solid 1px #253136;
 }

/* NEWS & TOPICS詳細 ここまで*/



/* 当社の採用情報 */
.recruit_message{
  margin: 0px auto 0px auto;
  padding: 16px 16px 16px;
  position: relative;
  /* text-align: center; */
  z-index: 100;
  width: 100%;
  font-size: 12px;
  max-width: 1200px;
  border-top: 4px solid #31d7f3;
  border-bottom: 4px solid #2160b1;
  border-left: 1px solid #9dc8ff;
  border-right: 1px solid #9dc8ff;
  background: linear-gradient(90deg, white, #b1f8ff);
}
.recruit_message span{font-size: 7vw;font-weight: bold;font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;display:block;margin: 0 0px 8px;}


.recruit_block{
  margin: 32px auto 88px auto;
  position: relative;
  z-index: 100;
  width: 90%;
  max-width: 1200px;
}
.recruit_block h2{
  width: 100%;
  /* max-width: 340px; */
  margin: 0px auto 0px;
  font-size: 40px;
  font-weight: bold;
  color: #253136;
  padding: 0px 0 0px 0px;
  background-position-y: 0%;
  position: relative;
  letter-spacing: 0.08em;
}
.recruit_block h2 span{
color: #2160b1;
}

.recruit_block .btn01 {
  margin: 0 auto;
  width: 100%;
}
.recruit_block .btn01 a {
  font-size: 3.8vw;
      padding: 4%;
}

.recruit_block .btn02 {
  /* margin: 0 auto; */
  width: 100%;
}


.recruit_block > .sente{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  justify-content: space-between;
  /* align-items: center; */
  margin: 8px auto 32px auto;
  flex-wrap: wrap;
}



.recruit_block > .btn_box{display: flex;justify-content: space-around;margin: 32px auto 32px;}

/* 当社の採用情報 ここまで*/



/* フォーム */
.contact_block{max-width: 1200px;margin: 32px auto 88px;width: 90%;}

.contact_block form{
  margin: 32px auto 0;
  width: 100%;
}

.contact_block .note01{
  margin: 0 0 16px 0;

}
.contact_block .note01 span{
  color: #d70c18;
font-size: 12px;
font-weight: bold;
}


.contact_block form dl{
  /* display: -webkit-box; */
  display: -ms-flexbox;
  /* display: flex; */
  border-top: 1px #d2d2d2 dashed;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 16px 16px 16px;
}

.contact_block form dt{
  width: 100%;
  padding: 0px 0 16px 0;
  margin: 0 0 0 0;
  position: relative;
}

.contact_block form dt.required::before {
    content: "＊"!important;
    color: #d70c18!important;
    padding: 0px 8px 0px 8px;
    font-size: 12px;
    border-radius: 5px;
    vertical-align: middle;
    margin: 0px 0 0px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: bold;
    position: absolute;
    left: -24px;
    top: 0px;
    bottom: 0;
}


.contact_block form dd{
  width: 100%;
  padding: 0px 0 0px 0;
  margin: 0 0 0 auto;
  position: relative;
}

.contact_block form dd .note01{
  font-size: 14px;
  margin: 8px 0 0 0;
  line-height: 1.4em;
}

.contact_block form dd input{
      width: 100%;
          padding: 8px;
              font-size: 14px;
}


.contact_block form dd textarea{
      width: 100%;
          padding: 8px;
              font-size: 14px;
}

.contact_block form .btn_block{
  margin: 56px 0 0px 0;
  display: flex;
  justify-content: center;
}

.contact_block form .btn_block .btn01{
      margin: 0px auto 0px auto;
      width: 100%;
}
.contact_block form .btn_block02{
  margin: 56px 0 0px 0;
  /* display: flex; */
  /* justify-content: center; */
}

.contact_block form .btn_block02 .btn01{
      margin: 0px 0px 16px 0px;
      width: 100%;
}


#check_send[disabled] {
  opacity: 0.3!important;
  pointer-events: none;
  position: relative;
}
/*お問い合わせ ここまで*/


form .privacy_box{
	border: 1px #d2d2d2 solid;
	margin: 0px 0 0 0;
	padding: 24px;
	width: 100%;
}

form .privacy_box .sentence{

}

form .privacy_box .sentence p{
    font-size: 14px;
    margin: 0 0 16px 0;
}

form .privacy_box .sentence p a{
	color: #22b074;
	font-weight: bold;
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}
form .privacy_box .sentence p a:hover{
	color: #2160b1;
	font-weight: bold;
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}

form .privacy_box .sentence #check_area{

}

form .privacy_box .sentence #check_area #check{

}

form .privacy_box .sentence #check_area label{
    cursor: pointer;
    font-size: 14px;
}













/*----------送信完了----------*/
.tk_block{
  /* max-width: 500px; */
  margin: 32px auto 88px;
  width: 90%;
  flex-wrap: wrap;
  justify-content: space-between;
}

.tk_block .sente{
  margin: 32px auto;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 14px;
}


.tk_block .btn01{
      margin: 0px auto 0px auto;
      width: 100%;
}


/*----------ボタンエリア----------*/


/*----------送信完了ここまで----------*/





/*----------form関連ボタンブラウザ依存スタイルリセット----------*/

input[type="submit"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
input[type="reset"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
input[type="button"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
/*----------お問い合せ　ここまで----------*/







/*サイトマップ*/


.sitemap_block{
	width: 90%;
	margin: 32px auto 88px;
}

.sitemap_block > ul{
  background: linear-gradient(180deg, #dfedff ,#f8fcff, #dfedff);
  padding: 16px 16px;
  width: 100%;
  /* display: flex; */
  /* flex-wrap: wrap; */
}
.sitemap_block > ul > li{
	/* border-bottom: 2px #2160b1 solid; */
	position: relative;
	width: 100%;
	margin: 0 0% 24px 0;
}
.sitemap_block > ul > li > a{
	color: #2160b1;
	font-size: 14px;
	font-weight: bold;
	display: block;
	padding: 8px 0 8px 8px;
	-webkit-transition: 1s ease-in-out;
	border-bottom: 2px #2160b1 solid;
	-o-transition: 1s ease-in-out;
	transition: 1s ease-in-out;
}
.sitemap_block > ul > li > a i{
	margin: 0px 8px 0 0px;
}

.sitemap_block > ul > li > a:hover{
    color: #22b074;
}

.sitemap_block > ul > li > a::before {
	/* content: "";
	background: #2160b1;
	width: 15px;
	height: 15px;
	display: inline-block;
	margin: 0 15px 0 15px;
	position: absolute;
	top: 20px;
	left: 0; */
}
.sitemap_block > ul > li > ul{
	padding: 0px 0 0px 8px;
	/* border-top: 2px #2160b1 solid; */
}
.sitemap_block > ul > li > ul > li{
	border-bottom: 1px #2160b1 solid;
	position: relative;
	    border-left: 1px #2160b1 solid;
}
.sitemap_block > ul > li > ul > li > a{
	color: #2160b1;
	font-size: 12px;
	font-weight: bold;
	padding: 16px 0 16px 14px;
	display: block;
	-webkit-transition: 1s ease-in-out;
	-o-transition: 1s ease-in-out;
	transition: 1s ease-in-out;
}
.sitemap_block > ul > li > ul > li > a:hover{
	font-size: 14px;
	font-weight: bold;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
    color: #22b074;
}

/*サイトマップ ここまで*/




/* 個人情報保護方針 */
.privacy_block{
  	margin: 32px auto 88px;
}

.privacy_block > .inner{
	margin: 0px auto;
	position: relative;
	width: 90%;
}
.privacy_block > .inner > .inner{
	width: 100%;
	margin: 0 auto;
}




.privacy_block > .inner > .inner article{
	margin: 40px auto;
	position: relative;
	width: 1024px;
}
.privacy_block > .inner > .inner .sentence{margin: 0 0 24px;}

.privacy_block > .inner > .inner ol{margin: 0 0px 0px 20px;}
.privacy_block > .inner > .inner ol li{
	font-weight: bold;
	list-style: decimal;
	margin: 0 0px 16px 0px;
}
.privacy_block > .inner > .inner ol li p{

	margin: 16px 0px 16px 0px;
}
.privacy_block > .inner > .inner .name{
text-align: right;
}


/* 個人情報保護方針ここまで */



/* リンク */
.link_block{
  margin: 32px auto 88px;
  position: relative;
  width: 90%;
}


.link_block > figure{
width: auto;
}
.link_block > figure a{display: block;width: 100%;margin: 0 auto;transition: 0.2s ease-in-out;}
.link_block > figure a:hover{opacity:0.7;transition: 0.2s ease-in-out;}

.link_block > figure img{
  display: block;
  /* margin: 0 auto; */
  width: 100%;
}

/* リンク ここまで*/





#ft_ct_box {
	width: 100%;
	background-image: url(../img/bg_footer.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
	background-size: cover;
}
#ft_ct_box .inner {
	width: 100%;
	max-width: 1024px;
	margin: 0px auto;
	padding: 24px 0 40px;
}
#ft_ct_box .inner ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	/* justify-content: space-between; */
	margin: 24px 0 32px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
}
#ft_ct_box .inner ul li {
  width: 100%;
  margin: 0 auto;
}

.tel-unit {
	/* border: solid 1px #2160b1; */
	padding: 5%;
	background: rgba(255, 255, 255, 0.3);
	/* display: -webkit-box; */
	display: -ms-flexbox;
	/* display: flex; */
	/* -webkit-box-orient: vertical; */
	/* -webkit-box-direction: normal; */
	-ms-flex-direction: column;
	/* flex-direction: column; */
	/* -webkit-box-pack: center; */
	-ms-flex-pack: center;
	/* justify-content: center; */
	/* -webkit-box-align: center; */
	-ms-flex-align: center;
	/* align-items: center; */
	margin-top: 5%;
	width: 100%;
}
#ft_ct_box .inner h4 {
	font-size: 3.5vw;
	font-weight: bold;
	text-shadow: 0px -1px 12px #ffffff, -1px 1px 12px #ffffff, 1px 3px 12px #ffffff, 1px 2px 12px #ffffff;
	text-align: center;
}
#ft_ct_box .inner h4 br {
	line-height: 1em;
}
#ft_ct_box .inner h5 {
	font-size: 4.5vw;
	font-weight: bold;
	margin: 0 0px 5% 0;
}
#ft_ct_box .inner h5::before {
	content: "";
	display: inline-block;
	width: 8px;
	height: 20px;
	background: #2160b1;
	position: relative;
	top: 4px;
	margin-right: 6px;
}
#ft_ct_box .inner p {
	font-size: 7.5vw;
	/* color: #253136; */
	font-weight: bold;
}
#ft_ct_box .inner p a{
	font-size: 7.5vw;
	color: #253136;
	font-weight: bold;
}
#ft_ct_box .btn02{
    display: block;
    width: 100%;
    margin: 0 auto;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    position: relative;
}
#ft_ct_box .btn02 a{
	font-size: 5vw;
	padding: 16px 16px;
}





/*フッター*/
footer{
	width: 100%;
	background: #505050;
	margin: 80px 0 0 0!important;
	position: relative;
}






#footer_top{
	width: 100%;
	margin: 0px 0 0px 0;
	/* background: url(../img/bg_footer_top.jpg); */
	background-size: cover;
	background-repeat: no-repeat;
	padding: 0px 0 0px 0;
	position: relative;
	margin: 0 auto;
	position: relative;
	width: 100%;
	text-align: center;
	background: linear-gradient(180deg,#ffffff,#e8eaf7,#fff);
	/* border-top: 1px #d4d4d4 solid; */
	/* border-bottom: 1px #d4d4d4 solid; */
}

#footer_top > .inner{
	/* display: flex; */
	/*border: 1px #333 solid;*/
	border-top: none;
	position: relative;
}



#footer_top > .inner > ul{
  margin: 0 auto;
  position: relative;
  width: 100%;
  /* display: flex; */
  justify-content: center;
  text-align: center;
  align-items: center;
  padding: 16px 0;
}


#footer_top > .inner > ul li{
    text-align: left;
}
#footer_top > .inner > ul li .title01{
	color: #2160b1;
	/* background: #2160b1; */
	border-bottom: 1px #2160b1 solid;
	font-weight: bold;
	padding: 8px;
	margin: 0 0 8px 0;
	display: block;
	width: 100%;
	text-align: center;
	font-size: 20px;
	position: relative;
}
#footer_top > .inner > ul li .title01::after{
	border-bottom: 1px #2cb9ff solid;
	width: 100%;
	height: 0px;
	/* content: ""; */
	display: block;
	position: absolute;
	top: auto;
	bottom: 0px;
}

#footer_top > .inner > ul li a{
	color: #fff;
	display: block;
	padding: 8px 0;
}

#footer_top > .inner > ul li{
    width: 100%;
}

#footer_top > .inner > ul li img{transition: 0.2s ease-in-out;width: 70%;display: block;margin: 0 auto;}
#footer_top > .inner > ul li a:hover img{
opacity: 0.7;
transition: 0.2s ease-in-out;
}


#footer_top > .inner > ul li:nth-child(2){
	font-size: 14px;
	color: #000;
	width: 90%;
	margin: 8px auto 16px;
}
#footer_top > .inner > ul li:nth-child(2) div{
	color: #000;
	text-align: center;
	font-size: 14px;
	margin: 0px 0 0 0;
}
#footer_top > .inner > ul li:nth-child(2) div a{
	color: #000;
  display: inline-block;
}



#footer_top > .inner > ul.footer_bt_area{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	margin: 0px auto 0px;
}


#footer_top > .inner > ul.footer_bt_area li:nth-child(1){
	color: #fff;
	    display: block;
	    padding: 0px 0;

}

#footer_top > .inner > ul.footer_bt_area li:nth-child(1) a{
	display: block;
	padding: 10px 0;
	background: #2160b1;
	color: #ffffff;
	text-align: center;
	    font-size: 3vw;
}



#footer_top > .inner > ul.footer_bt_area li:nth-child(2){
  color: #fff;
      display: block;
      padding: 0px 0;
      margin: 0px 1px;
}

#footer_top > .inner > ul.footer_bt_area li:nth-child(2) a{
	display: block;
	padding: 10px 0;
	background: #2160b1;
	color: #ffffff;
	text-align: center;
	    font-size: 3vw;
}



#footer_top > .inner > ul.footer_bt_area li:nth-child(3){
	color: #fff;
	    display: block;
	    padding: 0px 0;

}

#footer_top > .inner > ul.footer_bt_area li:nth-child(3) a{
	display: block;
	padding: 10px 0;
	background: #2160b1;
	color: #ffffff;
	text-align: center;
	    font-size: 3vw;
}









#footer_middle{

}

/* フッターナビ */
#footer_navi{
width: 100%;
margin: 0 auto;
}

.btn_open{
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  padding: 20px 0 20px 0px;
  border-bottom: 1px #fff solid;
  background: #2160b1;
  text-align: center;
}

.btn_open i{
padding: 0px 8px 0 0;
}


#footer_navi > .inner{margin: 16px auto 16px;padding: 0 0 0px 0;display: none;width: 90%;}

#footer_navi > .inner > li{
  width: 100%;
  border-left: 1px #c7c7c7 solid;
  padding: 0 0 24px 0;
}


#footer_navi > .inner > li > a{
  color: #fff;
  font-size: 12px;
  display: block;
  /* border-bottom: 1px #fff solid; */
  padding: 0px 0px 0px 16px;
  /* border-left: 2px #2160b1 solid; */
}

#footer_navi > .inner li a:hover{
text-decoration: underline;
}

#footer_navi > .inner > li > a > i{
margin: 0 8px 0 0;
}


#footer_navi > .inner > li > ul{
padding: 0px 0px 0px 10px;
}
#footer_navi > .inner > li > ul > li{

margin: 8px 0 8px 0;
}

#footer_navi > .inner > li > ul > li > a{
  font-size: 12px;
  color: #fff;
  padding: 0 0 0 32px;
  display: block;
}
#footer_navi > .inner > li > ul > li > a > i {
    margin: 0 8px 0 0;
}

/* フッターナビ */





#footer_bottom{
	background: #253136;
	margin: 0 auto;
}

#footer_bottom .inner{
	display: flex;
	width: 100%;
	margin: 0 auto;
	padding: 16px 0 104px 0;
	align-items: center;
}




#footer_bottom .inner .footer_logo{
	margin: 0 20px 0 0;
	width: 391px;
}

#footer_bottom .inner .footer_logo a{

}

#footer_bottom .inner .footer_logo a:hover{
	opacity: 0.5;
	transition: 0.2s ease-in-out;
}


#footer_bottom .inner .footer_logo a img{

}

#footer_bottom .inner .footer_address{
	font-size: 14px;
	margin: 0 40px 0 0;
	width: 390px;
}

#footer_bottom .inner .footer_address br{
	display: none;
}


#footer_bottom .inner p#copyright{
	font-size: 2vw;
	text-align: center;
	width: 95%;
	background: #253136;
	color: #fff;
	margin: 0 auto;
}











/* 404エラー */

.e404_block{
  max-width: 1024px;
  margin: 72px auto;
  width: 90%;
  flex-wrap: wrap;
  justify-content: space-between;
}

.e404_block .sente{
  margin: 32px auto;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
  
}



.e404_block .btn01{
margin: 0 auto;
  
}
















#page-top {
  position: fixed;
  right: 2%;
  font-size: 12px;
  z-index: 1000;
  width: 12%;
}



/*フッターここまで*/


#page-top a {
  text-decoration: none;
  width: 100%;
  text-align: center;
  display: block;
  color: #FFFFFF;
  background: #2160b1;
  padding-top: 8px;
  padding-right: 0;
  padding-bottom: 8px;
  padding-left: 0;
  border: 1px #fff solid;
}
#page-top a:hover{
    color: #FFFFFF;
  background: #15b52e;
}
#page-top a i{
    font-size: 7vw;
    margin: 0 0px 0 0;
    color: #ccc;
    display: block;
}
#page-top a span{
    display: none;
}

#page-top .inner{width: 100%;margin: 0 auto;position: relative;}



/*フッターここまで*/



		/*ページネイション*/
		.pagination {
      margin: 40px auto 40px;
      /* width: 1024px; */
      width: 100%;
      padding: 0px 0 0px;
  }
		.pagination_inner {
		    display: -webkit-box;
		    display: -ms-flexbox;
		    display: flex;
						-webkit-box-pack: center;
						-ms-flex-pack: center;
						justify-content: center;
		}
		.pagination_inner li {
		    margin: 0 8px 0 0;
		}
		.pagination_inner li:last-child{
				margin-right: 0;
		}

		.pagination_inner li a {
      color: #fff;
      background: #bbbbbb;
      display: block;
      padding: 5px 15px 5px 15px;
      font-size: 4vw;
      -webkit-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out;
		}

		.pagination_inner li a.pagination_on{
    background: #21b0b0;
		}


		/*ページネイション*/


    .ofi_cv{
      -o-object-fit: cover;
      object-fit: cover;
    font-family: 'object-fit: cover;'
    }
