@charset "utf-8";

/* キーカラー */
/*
青オリジナルロゴ #020096
青2 #2160b1
青緑 #22b074 
*/
/* キーカラー ここまで*/

/*メインページcss */

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

reset

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

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




.preload * {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}





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.5),#fff,#fff,#fff,rgba(33, 96, 177, 0.35));
  
}

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

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

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


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

#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: auto;
  bottom: 5%;
  right: 0;
  left: 0;
  width: 1200px;
  margin: 0 auto;
  z-index: 10;
  -webkit-animation: opacity_move 0.5s alternate linear;
  animation: opacity_move 0.5s alternate linear;
}
@-webkit-keyframes opacity_move {
0% {opacity: 0; left: -20px;}
50% {opacity: 0.7;}
100% {opacity: 1;}
}

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

.mainImage_area > .inner > span.catch01{
    /* text-shadow: 0px -1px 3px #000, -1px 1px 3px #000, 1px 3px 3px #000000, 1px 2px 4px #000000; */
    /* text-shadow: 0px 0px 10px #000; */
      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 auto;
    background-blend-mode: multiply;
    /* font-weight: bold; */
    position: relative;
    width: 570px;
    padding: 0px 0 0px 0px;
    font-size: 72px;
}
.mainImage_area > .inner > span.catch02{
  /* text-shadow: 0px 0px 10px #000; */
        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 auto;
  background-blend-mode: multiply;
  /* font-weight: bold;*/
  position: relative;
  width: 510px;
  padding: 0px 0 0px 0px;
  font-size: 56px;
}




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

  


header{
  width: 100%;
  background: rgba(255,255,255,1);
  padding: 0px 0 0px;
  /* position: absolute; */
  z-index: 100;
}


header .inner{
  width: 1200px;
  margin-right: auto;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0px 0 0px;
  align-items: center;
}

.logo{
  position: absolute;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
  top: 0%;
  z-index: 10;
  -webkit-transition: 0.2s ease-in-out;
transition: 0.2s ease-in-out;
}
.logo:hover{
  box-shadow: 0px 0px 24px rgba(0, 112, 255, 0.8);
  -webkit-transition: 0.2s ease-in-out;
transition: 0.2s ease-in-out;
}

.logo a{
display: block;
line-height: 0;
}
.logo a img{
display: block;
}




h1.catch{font-size: 12px;width: 49%;margin: 0 3% 0 auto;}



.global-nav{
  -ms-flex-item-align: center;
  align-self: center;
  background: #2160b1;
}


/* グローバルナビ */
.global-nav > ul{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 1200px;
    margin: 0px auto 0 auto;
    padding: 0px 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-end;
    position: relative;
        align-items: center;
}



.global-nav ul li{margin: 0 0px 0 0;width: 166px;/* border-right: 1px #ccc solid; */}




.global-nav > ul > li > a{
  color: #fff;
  font-size: 14px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  display: block;
  text-align: center;
  font-weight: bold;
  margin: 0 0px 0;
  padding: 24px 8px;
}
.global-nav ul li a > div{
  font-size: 10px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  display: block;
  text-align: center;
  font-weight: bold;
}




.global-nav ul li:nth-child(1){
}



.global-nav ul li a:hover{
  color: #fff;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  background: rgb(0, 112, 255);
}



/*ドロップダウンメニュー関連*/

.global-nav > ul > li:hover{vertical-align: top;background: #0070ff;}


.bg_dropdown{
	width: 100%;
	max-width: 1200px;
	position: absolute;
	background: rgba(255, 255, 255, 0.9);
	top: 100%;
	left: -510%;
	right: 0;
	padding: 2%;
	margin: 0 auto;
	transition: 0.6s ease-in-out;
	z-index: 1000;
	display: block;
	opacity: 0;
}
.global-nav ul > li:nth-child(2):hover > .bg_dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 1000;
    margin: 0 auto;
    transition: 0.6s ease-in-out;
    opacity: 1;
}


.global-nav ul > li:nth-child(4):hover > .bg_dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 1000;
    margin: 0 auto;
    transition: 0.6s ease-in-out;
    opacity: 1;
}

.dropdown{
	display: flex;
	width: 1200px;
	top: 0px;
	left: 0;
	right: 0;
	padding: 0;
	margin: 0 auto;
	z-index: 1000;
}
/*.global-nav > li:nth-child(1):hover{
}*/
.global-nav > li:nth-child(1):hover .bg_dropdown{
	width: 100%;
	position: absolute;
	background: rgba(0, 121, 208, 0.49);
	top: 85px;
	left: 0;
	right: 0;
	z-index: 1000;
	padding: 30px 0 30px 0;
	margin: 0 auto;
	transition: 0.6s ease-in-out;
}
.global-nav > li:nth-child(1):hover .dropdown{
	display: flex;
	width: 1104px;
	top: 85px;
	left: 0;
	right: 0;
	z-index: 1000;
	padding: 0;
	margin: 0 auto;
}
.dropdown .dropdown_content01{
	/* background: #fff; */
	width: 96%;
	margin: 0%;
	}
.dropdown .dropdown_content01 h4{
width:100%;
		
}
.dropdown .dropdown_content01 h4 a{
	width:100%;
	display: block;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	position: relative;
	background: #2160b1;
	padding: 16px;
}
.dropdown .dropdown_content01 h4 a:hover{
	background: rgb(0, 112, 255);
}



.dropdown .dropdown_content01 ul{
  padding: 16px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.dropdown .dropdown_content01 ul li{
	width: 32.5%!important;
	padding: 0px 0px 0px 0px!important;
	border-bottom: 2px #22b074 solid;
	/* margin: 0 auto; */
	text-align: left;
}
/*.dropdown .dropdown_content01 ul li:nth-child(1){
	}*/
.dropdown .dropdown_content01 ul li a{
	color: #2160b1!important;
    padding: 16px 16px 16px 24px!important;
	font-weight: bold;
	display: block;
	position: relative;
      text-align: center;
}

.dropdown .dropdown_content01 ul li a:hover{
background: rgba(33, 96, 177, 0.15);
}

.dropdown .dropdown_content02{
	background: #fff;
	width: 45%;
	margin: 0 1.5% 0% 1.5%;
}
.dropdown .dropdown_content02 h4 {
    background: #0079d0;
    padding: 20px 0;
}
.dropdown .dropdown_content02 h4 a {
    color: #fff;
    font-size: 1.5em;
    font-weight: bold;
    position: relative;
}
.dropdown .dropdown_content02 h4 a::before {
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 10px solid #ffffff;
    content: "";
    display: inline-block;
    top: 10px;
    left: -30px;
    position: absolute;
}
.dropdown .dropdown_content02 ul{
    padding: 30px;
}
.dropdown .dropdown_content02 ul li{
	width: 100%!important;
	padding: 20px 0px 20px 0px!important;
	line-height: 0;
	border-bottom: 2px #ed097d solid;
	/* margin: 0 auto; */
	text-align: left;
}
/*.dropdown .dropdown_content01 ul li:nth-child(1){
	}*/
.dropdown .dropdown_content02 ul li a{
	color: #0079d0!important;
	padding: 0 0 0 40px!important;
	font-size: 1em;
	font-weight: bold;
	position: relative;
}
.dropdown .dropdown_content02 ul li a::before{
	content: "";
	background: #0079d0;
	width: 10px;
	height: 10px;
	display: inline-block;
	margin: 0 15px 0 15px;
	position: absolute;
	top: 6px;
	left: 0;
}





/* 共通部分 *//* 共通部分 *//* 共通部分 *//* 共通部分 *//* 共通部分 *//* 共通部分 *//* 共通部分 */
/*ドロワーメニュー*/

/*モーダル*/
#modal{
  position: relative;
  display: block;
  top: 0;
  bottom: 0;
  left: auto;
  right: 0;
  z-index: 11000;/*これがモーダルのz基準*/
  width: 100%;
  padding: 0px 0;
  margin: 0px 0 0 0;

}


#bt_open_modal{

}


#bt_open_modal img{
  width: 100%;
  margin: 0% 0 0 0;
  /* filter: drop-shadow(1px 0.5px 1.5px #111); */
}


.sc_fx{position: relative!important;z-index: 1000!important;top: 0%!important;transition: 0.2s ease-in-out;}

.sc_fx_on{
  position: fixed!important;
  z-index: 1000!important;
  top: 2%!important;
  transition: 0.2s ease-in-out;
  }

  .sc_fx_on a{

    }




#modal_area{
	position: absolute;
	z-index: 1;
	background: linear-gradient(180deg,rgba(255, 255, 255, 0.95),rgba(255, 255, 255, 0.95),#45a954)!important;
	display: none;
}

.close-modal_area{
  color: #000;
  font-weight: bold;
  display: block;
  position: absolute;
  top: 5%;
  vertical-align: middle;
  bottom: auto;
  left: auto;
  right: 3%;
  height: auto;
  width: 25px;
  font-size: 2em;
  z-index: 1;
  line-height: 0;
      z-index: 9999;
    cursor: pointer;
}


#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{
  max-width: 1200px;
  margin: 48px auto 48px;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.modal-content > ul > li{
  width: 32%;
  margin: 0 2% 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: 18px;
  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: #5d4e8e;}




.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: 280px;
    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{
  
}

.btn01 a:hover {
    color: #2160b1;
    background: #fff;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
   
}





.btn02 {
    display: block;
    width: 280px;
    margin: 0;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
        position: relative;
}
.btn02 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;
}
.btn02 a i{
  
}

.btn02 a:hover {
  color: #2160b1;
  background: #fff;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}






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: 20px;
  font-weight: bold;
  color: #444;
  position: relative;
  padding: 4px 0px 4px 0px;
  border-bottom: 3px #ccc solid;
}

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 #ccc solid;
}
#service01 h3 span{
  border-bottom: 3px solid #ff7600;
  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 #ccc solid;
}
#service02 h3 span{
        border-bottom: 3px solid #b4b700;
    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 #ccc solid;
}
#service03 h3 span{
        border-bottom: 3px solid #00b1a1;
    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 #ccc solid;
}
#service04 h3 span{
        border-bottom: 3px solid #0070b1;
    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 #ccc solid;
}
#service05 h3 span{
        border-bottom: 3px solid #00b10e;
    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 #ccc solid;
}
#service06 h3 span{
    border-bottom: 3px solid #ff62ab;
    padding: 6px 0 6px 0;
      color: #ff62ab;
}



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

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

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

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

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

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


/* 共通部分ここまで *//* 共通部分ここまで *//* 共通部分ここまで *//* 共通部分ここまで *//* 共通部分ここまで *//* 共通部分ここまで */
/* ヘッダー上部ナビ */
.global-nav02{margin: 0 0px 0px 0;width: 28%;}

.global-nav02 ul{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 0px 0px 0;
  flex-wrap: wrap;
}

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


.global-nav02 ul li a{
  color: #253136;
  font-size: 12px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  padding: 8px 0;
  text-shadow: none;
  width: 100%;
  display: block;
  text-align: center;
  font-weight: bold;
}
.global-nav02 ul li a i{
  color: #253136;
    margin: 0 8px 0 0;
}
.global-nav02 ul li a:hover{
        color: #45a954;
}
.global-nav02 ul li a:hover i{
        color: #45a954;
    margin: 0 8px 0 0;
}



.global-nav02 ul li:nth-child(1){margin-right: 0;width: 100%;}
.global-nav02 ul li:nth-child(1) a{
  background: #22b074;
  color: #fff;
  padding: 16px;
  display: block;
  border: 1px #22b074 solid;
  font-size: 14px;
 }
.global-nav02 ul li:nth-child(1) a:hover{
  background: #fff;
  color: #22b074;
  border: 1px #22b074 solid;
}

.global-nav02 ul li:nth-child(1) a i{
  color: #fff;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.global-nav02 ul li:nth-child(1) a:hover i{
  color: #22b074;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}




main{
  position: relative;
  
}








/* トップ強み */
.top-strength {
  width: 100%;
  /* background: url(../img/top_strength.jpg); */
  background: linear-gradient(#ffffff,#c8ebff);
  margin: 72px 0 72px 0;
  padding: 0px 0px 32px;
  /* height: 551px; */
  background-size: cover;
  background-position: center;
  position: relative;
}

.top-strength-title {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto 0;
	padding: 0px 0;
}

.top-strength .btn01 {
  display: block;
  width: 270px;
  margin: 24px 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: #ffffff;
	color: #2160b1;
}
.top-strength .btn01 a:hover {

background: #2160b1;

color: #ffffff;

border: 1px #eee solid;
}
.top-strength h2 {
	font-size: 40px;
	font-weight: bold;
	text-align: center;
	line-height: 1em;
	color: #343434;
}
.top-strength p {
  font-size: 18px;
  text-align: center;
  margin: 24px auto 24px;
  color: #343434;
  font-weight: bold;
}


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

/* お仕事情報 */
.top_wnews{
  margin: 0px 2% 0 0px;
  position: relative;
  /* top: 0; */
  /* left: 0; */
  z-index: 100;
  /* right: 0; */
  width: 78%;
  max-width: 1200px;
}
.top_wnews 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;
  line-height: 1em;
}
.top_wnews h2 span{
color: #2160b1;

}

.top_wnews > .inner{
	margin: 24px 0 40px 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: 41%;
  /* justify-content: space-between; */
  align-items: center;
}
.top_wnews > .inner > article > a > .icon_box > span.place{
	width: 90px;
	font-size: 14px;
	background: #333333;
	color: #fff;
	/* border-radius: 2px; */
	text-align: center;
	padding: 4px 16px 6px 16px;
	display: block;
	margin: 0 16px 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 0px 0 0px;
  width: 100px;
  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: 0 0px 0 0px;
	width: 150px;
	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: 0 0px 0 0px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  font-weight: bold;
  width: 57%;
}
.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;
}
/* お仕事情報kここまで */



/* トップ会社案内 */
.top_company{
  background: linear-gradient(#2160b1,#17406c);
  color: #fff;
  width: 240px;
  padding: 24px 24px;
}
.top_company h3{
  text-align: center;
}
.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;
}

.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: 1200px;
    margin: 0px auto 0px;
    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: 40px;
    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 40px 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;
  }
  .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 24px 0 0px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    font-weight: bold;
    width: 80%;
  }
  .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: 32px auto 0 auto;
  }
  
  .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: 1200px;
  margin: 40px auto 0px;
  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 40px 0;
  width: 100%;
  display: flex;
}
.top_pickup > .inner > article{
  margin: 0 3% 16px 0;
  padding: 0 0 16px 0;
  position: relative;
  width: 23.5%;
  display: flex;
  flex-direction: column;
}

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


.top_pickup > .inner > article h3{

background: #2160b1;

color: #fff;

text-align: center;

padding: 8px 0;
}

.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 {
    width: 90px;
    font-size: 14px;
    background: #333333;
    color: #fff;
    /* border-radius: 2px; */
    text-align: center;
    padding: 4px 16px 6px 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: 14px;
    background: #efefef;
    color: #333333;
    /* border-radius: 2px; */
    text-align: center;
    padding: 4px 16px 6px 16px;
    display: block;
    margin: 0 0px 0 0px;
    width: 100px;
    border: 1px #343434 solid;
    font-weight: bold;

}

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


.top_pickup .btn01 {
  margin: auto 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;
}
.top_service h2{
      
      position: absolute;
      top: 0;
      width: 48%;
}
.top_service h2 span:nth-child(1){
  color: #fff;
  padding: 16px;
  text-align: center;
}
.top_service h2 span:nth-child(2){
  color: #fff;
  border-top: 1px #fff dashed;
  padding: 16px;
  text-align: center;
}

.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: 32px;
}
.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;
  font-size: 16px;
    -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}


.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_recruit{
  position: relative;
}
.top_recruit h2{
        
      position: absolute;
      top: 0;
      width: 48%;
}
.top_recruit h2 span:nth-child(1){
  color: #fff;
  padding: 16px;
  text-align: center;
}

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

.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: 32px;
}
.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: 16px;
    -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_sekkei_office {
  width: 100%;
  position: relative;
  /* max-width: 1024px; */
  /* background: linear-gradient(180deg,#ffffff,#e8eaf7,#fff); */
  margin: 80px auto 0px 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: 40px;
	font-weight: bold;
	text-align: center;
	line-height: 1em;
	color: #22b074;
}
.top_sekkei_office p {
  font-size: 16px;
  text-align: center;
  /* width: 500px; */
  margin: 24px auto 24px;
  /* color: #fff; */
}

.top_sekkei_office figure{
  width: 100%;
  height: 15vh;
  margin: 0 0 0px 0;
  overflow: hidden;
  position: relative;
  opacity: 0.6;
}
.top_sekkei_office figure img{
  width: 100%;
  opacity: 0.4;
}



/* トップタブ */
.u_tabmenu_top{
  padding: 0px 0 0px 0;
  margin: 72px auto 72px;
  width: 100%;
  max-width: 1200px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.u_tabmenu_top li{
  width: 24%;
  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: 18px;
  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;
}
/* トップタブ */





/* トップここまで */
/* 下層共通部分 *//* 下層共通部分 *//* 下層共通部分 *//* 下層共通部分 */
/* 下層メイン画像 */
/* 下層共通 */
.mainImage_area02 {
	width: 100%;
	background: #ebf7ff;
	position: relative;
	line-height: 0;
	height: 320px;
	/* border-bottom: 8px #2160b1 solid; */
	box-shadow: 0px 0px 12px #00a1ff;
}
.mainImage_area02 > img {
    width: 100%;
		height: 100%;
}
.mainImage_area02 h2 {
  position: absolute;
  top: auto;
  bottom: 88px;
  left: 0;
  margin: 0 auto;
  right: 0;
  background: rgba(0, 153, 204, 0.85);
}
.mainImage_area02 h2 span{
	font-size: 28px;
	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: 1024px;
	display: block;
	margin: 0 auto;
	right: 0;
	padding: 40px 0px 40px;
}

.mainImage_area02 h2 span br{
  display: none;
}


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

ul.breadcrums {
	width: 1200px;
	margin: 16px auto 16px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
ul.breadcrums li {
	font-size: 12px;
	margin: 0 12px 0 0;
}
ul.breadcrums li a {
  font-size: 12px;
  color: #5d4e8e;
  font-weight: bold;
}
ul.breadcrums li a:hover {
	border-bottom: 1px #5d4e8e solid;
}

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

/* テーブルタイプ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: 15%;
    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: 85%;font-size: 16px;padding: 8px 16px;margin: 0 0 2px 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;
}


dl.table01 dd:nth-of-type(2n){width: 85%;}

/* テーブルタイプ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: 25%;
    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: 75%;font-size: 14px;padding: 16px 16px;border-bottom: 1px solid #2160b1;display: block;}


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








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

.u_tabmenu li a{
  color: #2160b1;
  background: #efefef;
  font-size: 16px;
  transition: 0.2s ease-in-out;
  padding: 8px;
  text-shadow: none;
  width: 100%;
  height: 100%;
  display: flex;
  /* text-align: center; */
  font-weight: bold;
  border: 1px #2160b1 solid;
  align-items: center;
  /* justify-content: center; */
  border-radius: 8px;
}
.u_tabmenu li a i{
  margin: 0 16px 0 8px;
  font-size: 24px;

}

.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{
  background: url(../img/bg_strength.jpg);
background-size: contain;
background-repeat: no-repeat; 
}

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

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



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

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

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

position: relative;
}
.strength_block .sente ul li::before{
content: "◆";
position: absolute;
}

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




/* 会社案内 */
.profile_block{
  max-width: 1200px;
  margin: 72px auto;
  /* display: flex; */
  width: 100%;
  /* 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: 88px auto 88px;
  display: flex;
  width: 100%;
  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: 40%;
  height: 100%;
}

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

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

position: relative;

padding: 0 0 0px 24px;

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

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








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

}

.daiko_internship_block{
  max-width: 1200px;
  margin: 88px auto 88px;
  display: flex;
  width: 100%;
  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: 40%;
  height: 100%;
}

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

.daiko_internship_block .sente{
  margin: 0 0 0 5%;
  width: 55%;
  font-size: 16px;
}
.daiko_internship_block:nth-of-type(2n) .sente{
  margin: 0 5% 0 0;
  width: 55%;
  font-size: 16px;
}
.daiko_internship_block .sente p{
  margin: 0px 0 16px 0;
}
.daiko_internship_block .sente ul{
  margin: 0px 0 16px 0;
}
.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: 88px auto 88px;
  width: 100%;
}
.access_block .sente{
  max-width: 1200px;
  margin: 48px auto 48px;
  width: 100%;
}

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

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








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



main.jobhunter{
    
}

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

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



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

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

.jobhunter_block .sente{
  margin: 0 0 0 5%;
  width: 55%;
  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 16px 0;
}
.jobhunter_block .sente ul{
    margin: 0px 0 16px 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 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);
}
.jobhunter_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;
  
}



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






/* 採用ご担当者様*/



main.recruiter{
    
}

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

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



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

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

.recruiter_block .sente{
  margin: 0 0 0 5%;
  width: 55%;
  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 16px 0;
}
.recruiter_block .sente ul{
    margin: 0px 0 16px 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: 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: 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: 360px;
    width: 100%;
    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: 88px auto 88px;
  display: flex;
  width: 100%;
  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: 40%;
  height: 100%;
}

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

.p_detail_block .sente{
  margin: 0 0 0 5%;
  width: 55%;
  font-size: 16px;
}
.p_detail_block:nth-of-type(2n) .sente{
  margin: 0 5% 0 0;
  width: 55%;
  font-size: 16px;
}
.p_detail_block .sente p{
  margin: 0px 0 16px 0;
}
.p_detail_block .sente ul{
    margin: 0px 0 16px 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: 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; */
}


.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: 1200px;
   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;
   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: 15px;
     margin: 0 24px 0 0px;
     font-weight: bold;
     background: #2160b1;
     color: #fff;
     padding: 4px 16px 6px 16px;
 }
 .news_block > a > .title{
   margin: 0 0px 0 0px;
   display: block;
   overflow: hidden;
   text-overflow: ellipsis;
   font-size: 14px;
   font-weight: bold;
 }
 .news_block > a:hover > .title {
   text-decoration: underline;
 }
 .news_block > a > .title img.icon_pdf{
   position: absolute;
   top: auto;
   bottom: 10px;
   right: 0%;
 }
 .news_block > a > .title img.icon_url{
   position: absolute;
   top: auto;
   bottom: 10px;
   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: 1200px;
   margin: 72px auto;
   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: 15px;
     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: 16px;
   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: 20%;
   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詳細 ここまで*/



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

.service_block h3{width: 100%;margin: 0 0 32px 0;}
.service_block img{
  display: block;
  width: 53%;
  height: 100%;
}

.service_block .sente h4{
  margin: 0 0 8px 0;
  font-weight: bold;
  color: #2160b1;
  font-size: 20px;
}

/* .service_block:nth-of-type(2n){
flex-direction: row-reverse; 
}
 */
.service_block .sente{
  margin: 0 0 0 0%;
  width: 44%;
}
/* .service_block:nth-of-type(2n) .sente{
  margin: 0 0% 0 0;
  width: 43%;
} */
.service_block .sente p{
  margin: 0 0 16px 0;
  font-size: 16px;
}


.service_block .sente ul{

}

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

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


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



/* 直接雇用前提・紹介予定派遣 */
#service03 img{
  display: block;
  width: 60%;
  height: 100%;
}
#service03 .sente{
  margin: 0 0 0 0%;
  width: 36%;
}


/* 設計事務所 */
#service04 img{
  display: block;
  width: 40%;
  height: 100%;
}
#service04 .sente{
  margin: 0 0 0 0%;
  width: 57%;
}


/* 採用代行 */
#service05 img{
  display: block;
  width: 40%;
  height: 100%;
}
#service05 .sente{
  margin: 0 0 0 0%;
  width: 57%;
}


/* インターンシップ */
#service06 img{
  display: block;
  width: 40%;
  height: 100%;
}
#service06 .sente{
  margin: 0 0 0 0%;
  width: 57%;
}



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




/* お仕事情報 */


.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: 32px;
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 0px 0;
}

.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;
  /* padding: 16px 16px 32px 16px; */
}
.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: 24px;
}
.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 16px 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 16px 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: 0 16px 0 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: 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.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: 16px;
  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: 0px auto 32px;
}

.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: flex;

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;
  /* 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: 25px;}
.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 16px 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: 0 16px 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: 0 16px 0 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: 16px;
  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: 42%;
}
.wnews_detail_block .btn01 a {
	background: #333333;
      border: 1px #333333 solid;
}
.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; */
  width: 42%;
}


.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;}

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



/* 当社の採用情報 */
.recruit_message{
  margin: 72px auto 0px auto;
  padding: 16px 0 16px;
  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);
}
.recruit_message span{font-size: 32px;font-weight: bold;font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;display:block;}


.recruit_block{
  margin: 72px auto 72px auto;
  position: relative;
  z-index: 100;
  width: 100%;
  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: 42%;
}
.recruit_block .btn01 a {
	background: #333333;
      border: 1px #333333 solid;
}
.recruit_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;
}
.recruit_block .btn02 {
  /* margin: 0 auto; */
  width: 42%;
}


.recruit_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;
}



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

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



/* フォーム */
.contact_block{
max-width: 1200px;
margin: 72px auto;
width: 100%;

}

.contact_block form{
  margin: 40px auto 0;
  width: 80%;
}

.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: 30%;
padding: 0px 0 0px 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: 65%;
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;
}
.contact_block form .btn_block02{
  margin: 56px 0 0px 0;
  display: flex;
  justify-content: center;
}

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


#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: 16px;
    margin: 0 0 8px 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;
}









/*----------送信完了----------*/
.tk_block{
  max-width: 500px;
  margin: 72px auto;

  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
}

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


.tk_block .btn01{
      margin: 0px auto 0px auto;
}


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


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





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

input[type="submit"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
input[type="reset"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

/*----------お問い合せ　ここまで----------*/







/*サイトマップ*/


.sitemap_block{
	width: 1200px;
	margin: 72px auto;
}

.sitemap_block > ul{
  background: linear-gradient(180deg, #dfedff ,#f8fcff, #dfedff);
  padding: 40px 40px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.sitemap_block > ul > li{
	/* border-bottom: 2px #2160b1 solid; */
	position: relative;
	width: 31%;
	margin: 0 2% 24px 0;
}
.sitemap_block > ul > li > a{
	color: #2160b1;
	font-size: 16px;
	font-weight: bold;
	display: block;
	padding: 16px 0 16px 24px;
	-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 40px 50px;
	/* 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: 14px;
	font-weight: bold;
    padding: 16px 0 16px 32px;
	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: 72px auto;
}

.privacy_block > .inner{
	margin: 40px auto;
	position: relative;
	width: 1200px;
}
.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 32px;}
.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: 72px auto;
  position: relative;
  width: 1200px;
}


.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%; */
}

/* リンク ここまで*/



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






footer > .inner{
  width: 100%;
  margin: 0px auto 0px!important;
  position: relative;
  /* display: flex; */
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0px 0 0px;
}



#footer_top{
	padding: 32px 0 32px 0;
	position: relative;
	margin: 0 0 0 0;
	position: relative;
	width: 100%;
	text-align: center;
	/* display: none; */
	background: linear-gradient(180deg,#ffffff,#e8eaf7,#fff);
	}

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



#footer_top > .inner > ul{
  margin: 0px auto 0px;
  position: relative;
  width: 720px;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
}


#footer_top > .inner > ul li{
    text-align: left;
    width: 50%;
    margin: 0 0% 0px 0;
}
#footer_top > .inner > ul li .title01{
	color: #fff;
	background: #5d4e8e;
	font-weight: bold;
	padding: 5px;
	margin: 0 0 5px 0;
	display: block;
	width: 70px;
	text-align: center;
	position: relative;
}

#footer_top > .inner > ul li div{
font-size: 16px;
}


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

#footer_top > .inner > ul li img{

-webkit-transition: 0.2s ease-in-out;

transition: 0.2s ease-in-out;
}
#footer_top > .inner > ul li a:hover img{
opacity: 0.7;
-webkit-transition: 0.2s ease-in-out;
transition: 0.2s ease-in-out;
}


#footer_top > .inner > ul li:nth-child(2){
	font-size: 14px;
	color: #000;
	width: 50%;
	margin: 0 0 0 5%;
}


#footer_top > .inner > ul li.btn01{
    width: 80%;
margin: 24px 0 0;
}
#footer_top > .inner > ul li.btn01 a{
    padding: 16px 0 16px 0;

}
#footer_top > .inner > ul li.btn01 a i{
margin: 0 8px 0 0;
}











#footer_middle{
  margin: 0 0 0 0;
  width: 100%;
  padding: 0px 0 0px 0;
  background: #505050;
}


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

.btn_open{
display: none;
}

#footer_navi > .inner{
  margin: 0px auto 0px;
  padding: 32px 0 16px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1200px;
  flex-wrap: wrap;
  position: relative;
}

#footer_navi > .inner > li{
  width: 25%;
  /* border-left: 1px #c7c7c7 solid; */
  padding: 0 0 16px 0;
}


#footer_navi > .inner > li > a{
  color: #fff;
  font-size: 14px;
  display: block;
  /* border-bottom: 1px #fff solid; */
  padding: 0px 0px 0px 0px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  padding: 8px 16px;
}

#footer_navi > .inner li a:hover{/* text-decoration: underline; */color: #2261b1;-webkit-transition: 0.2s ease-in-out;transition: 0.2s ease-in-out;background: #eee;padding: 8px 16px;}

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


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

}

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


#footer_navi > .inner > li:last-child{
  width: 100%;
  margin: 32px 0 0 0;
}
#footer_navi > .inner > li:last-child ul{
  padding: 0px 0px 0px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

#footer_navi > .inner > li:last-child ul li{
    margin: 0 16px 0 0;
}
#footer_navi > .inner > li:last-child ul li a{

}



/* フッターナビ */




#footer_bottom{
	background: #253136;
	margin: 0 auto;
	width: 100%;
}

#footer_bottom .inner{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1200px;
  margin: 0 auto;
  padding: 16px 0 16px 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  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;
	-webkit-transition: 0.2s ease-in-out;
	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: 12px;
	text-align: center;
	width: 100%;
	background: #253136;
	color: #fff;
	margin: 0 auto;
}







/* 404エラー */

.e404_block{
  max-width: 1024px;
  margin: 72px auto;
  width: 100%;
  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; */
    bottom: 10px;
    right: 10px;
    font-size: 12px;
        z-index: 100000;
}
#page-top a {
  text-decoration: none;
  width: 100%;
  text-align: center;
  display: block;
  color: #2160b1;
  background: #eeeeee;
  padding-top: 15px;
  padding-right: 0;
  padding-bottom: 15px;
  padding-left: 0;
  font-weight: bold;
  /* border: 1px #fff solid; */
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
#page-top a:hover{
    color: #FFFFFF;
  background: #2160b1;
  -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
#page-top a i{
    font-size: 32px;
    margin: 0 8px 0 0;
    color: #2160b1;
    display: block;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
#page-top a:hover i{
    color: #FFFFFF;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;

}

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



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















		/*ページネイション*/
		.pagination {
      margin: 24px auto 24px;
      /* width: 1200px; */
      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: 20px;
		    -webkit-transition: 0.3s ease-in-out;
		    transition: 0.3s ease-in-out;
		}

		.pagination_inner li:hover a{
		       background: #21b0b0;
				-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;'
}




@media print{
  /* 印刷用CSSの定義を指定する */
  #wrapper{
    width: 100%;
    position: relative;
    overflow: visible;
  }
  .backstretch{
    width: 100%!important;
    height: 100%!important;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .backstretch img{
  /* width: 100%!important;
  height: 100%!important; */
  }
  
  
  
.top-company-img-block{
  background-attachment: unset;
}

.top-product-img-block{
background-attachment: unset;
}

.top-strength-img-block{
background-attachment: unset;
}

.top-recruit-img-block{
background-attachment: unset;
}
  
}
