@charset 'UTF-8';
/*  Add Custom CSS here.  */

.yeti{
    width:100px !important;
    position: absolute;
    right: -50px;
    margin-top: -60px;

}

@media only screen and (max-width: 767px) {
.yeti{
    right: -46px;
    margin-top: -90px;
}
}

.design01 {
 width: 100%;
 text-align: center !important;
 border-collapse: collapse;
 border-spacing: 0;
 margin:10px 0px 10px 0px;
}
.design01 th {
 padding: 10px;
 background: #f6f4ef;
 border: solid 1px #cecece!important;
}
.design01 td {
 padding: 10px!important;
 border: solid 1px #cecece !important;
    text-align: center !important;
}

.design01 th.th_rank{
    width: 22%;
    text-align: center !important;
}



.inner_rec .common-left {
  width:100%;
  position: relative;
}

.inner_rec .box_office{
    text-align: left;
    padding: 80px;
}


.inner_rec .box_office h4 {
margin:0px auto 50px auto;
font-weight: bold;
font-size: 180%;
}

.inner_rec  .box_office h4.sub-title-info:after {
    content: "";
    width: 100px;
    height: 3px;
    display: block;
    margin: 20px auto 30px;
    background: #333;
}

.inner_rec .h3_step:before{
content: '';
    display: block;
    background-image: linear-gradient(to right, #000, #000 1px, transparent 1px, transparent 2px);
     background-repeat: repeat-x;
    height: 1px;
    max-width: 100%;
background-size: 4px 1px;
    margin-bottom: 35px;
}



.mail-btn {
  display: inline-block;
  padding: 20px 25px;
  width: auto;
  background: #f57129;
  color: #fff;
  font-weight: bold;
  letter-spacing: .04em;
  font-size: 16px;
  font-size: 1.6rem;
  padding-left: 34px;
  border-radius: 3px;
  position: relative;
    line-height: 1.0;
}


.sidebar-information {
font-family: "游ゴシック体", YuGothic, "游ゴシック", "Noto Sans JP", "Yu Gothic", "メイリオ", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
    width: 200px;
		position: sticky;
	  top:0;
}
#wrap{ overflow: visible;}


.box_katachi_new{
    width: 97%;
    margin-bottom: 40px;
    font-size: 1.6rem;
    line-height: 180%;
}



*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;
}

.btn,
a.btn,
button.btn {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}


.btn ::before{
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 7px;
  height: 7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  margin-top: 4px;
  margin-left: 15px;    
}

    
.btn_sign_up,
a.btn_sign_up {
  color: #fff;
  background-color: #1D9074;
}
.btn_sign_up:hover,
a.btn_sign_up:hover {
  color: #fff;
  background: #1D9074;
}

.fa-position-left {
  position: absolute;
  top: calc(50% - .5em);
  left: 1rem;
}
    




    
@media only screen and (max-width: 767px) {
    .sidebar-information {
        overflow-x: scroll;
        width: 100%;
        height: auto;
    }
.about #title-area02 {
    padding:20px 0 0 0;
}    
}
.sidebar-information ul {
    font-feature-settings: normal
}
@media only screen and (max-width: 767px) {
    .sidebar-information ul {
        display: -webkit-flex;
        -js-display: flex;
  		display: flex;
    }
}
.sidebar-information ul li {
    border-bottom: 1px solid #e2dfd9
}
@media only screen and (max-width: 767px) {
    .sidebar-information ul li {
        padding:5px 10px 5px 0px;
		white-space: nowrap;
    }
}
.sidebar-information ul li a {
    padding: 9px 0;
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: .025em;
    font-weight: bold;
    color: #333333;
    display: block;
    padding-left: 35px;
    position: relative
}
.sidebar-information ul li a:before {
    content: "";
    width: 13px;
    height: 13px;
    display: block;
    position: absolute;
    top: 50%;
    left: 14px;
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background: url(../../information/images/circle-arrow.png) center center/cover no-repeat
}
@media only screen and (max-width: 767px) {
    .sidebar-information ul li a {
        font-size: 12px;
        font-size: 1.2rem;
        padding: 5px 0 5px 35px
    }
}
.sidebar-information ul li:first-child a {
    padding: 54px 0 14px 35px
}
.sidebar-information ul li:first-child a:before {
    top: 72%
}
@media only screen and (max-width: 767px) {
    .sidebar-information ul li:first-child a {
        padding: 5px 0 5px 35px
    }
    .sidebar-information ul li:first-child a:before {
        top: 50%
    }
}
.sidebar-information.fixed {
    position: fixed;
    top: 0;
}


.stxt{ font-size: 80%;}
.red{ color: #f84239}
.red-bold{ color: #f84239; font-weight: bold}

.box_normal{ padding-top: 5%; font-size: 16px; font-size: 1.6rem}
.box_normal p{ line-height: 160%; padding:10px 20px 10px 0px;}
.box_normal a{ text-decoration: underline}
.gazo-box {
float: left;
padding-right: 20px;
}


    
@media only screen and (max-width: 767px) {
.box_normal{ padding-top: 8%;}
}
.sub-title-info {
  display: block;
  text-align: center;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: bold;
  color: #333;
}

.sub-title-info span{
  display: block;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #333;
}


.sub-title-info:after {
  content: "";
  width: 100px;
  height: 3px;
  display: block;
  margin: 10px auto 30px;
  background: #333;
}











@media only screen and (max-width: 767px) {
#breadcrumb ul{ display: none}
    
.box_normal p{ line-height: 160%; padding:10px 0px;}
    .sub-title-info {
    font-size: 18px;
    font-size: 1.8rem;
  }
.sub-title-info span{
  display: block;
  text-align: center;
  font-size: 10px;
  font-size: 1.0rem;
  font-weight: bold;
  color: #333;
} 
.sub-title-info:after {
  content: "";
  width: 100px;
  height: 3px;
  display: block;
  margin: 10px auto 10px;
  background: #333;
}
}




/*　スタッフ紹介　*/
.list_staff{ max-width: 744px; width:100%; overflow:hidden;margin-bottom:15px;font-size:14px; font-size: 1.4rem;}
.list_staff li{ float:left;text-align:center; width:20%; padding:10px; line-height: 100%;}
.list_staff li img{ margin: 5% auto}
.list_staff li a{ float:left; text-align:center; width:20%;line-height:120%;text-decoration:none;color:#000;display:block; height:100%; width:100%;padding:4px 0px;}
.list_staff li a:hover{text-decoration:underline}
.list_staff li span{ font-size: 1.2rem; color:#666; padding-top: 2px;display: block;}

@media only screen and (max-width: 767px) {
.list_staff li{ float:left;text-align:center; width:25%; padding:4px; height: 110px;}
.list_staff li { font-size: 1.2rem;  }
.list_staff li span{ font-size: 1.0rem; line-height: 1.2;}
}


.table_staff{ border-bottom:1px #ccc solid;margin-top:10px; color:#000; line-height:150%;}
.table_staff td{ padding-bottom:6px;}
td.img_staff{ text-align:center; padding:3px 5px 10px 0px; line-height:120%;}
.img_staff img{ margin-bottom:3px;}
.table_staff td img{ padding-right:5px; }

.h3_staff{ margin:30px 0px 0px 0px; padding:0px; font-size:16px; font-size: 1.6rem;  font-weight: 600;line-height:100%;}

.h3_list_s{ font-size: 60%;}
.fa-user-alt{ margin-right: 5px;}


table.list_style01 {
	width: 100%;
	border-collapse: collapse;
	table-layout:fixed ;
}

table.list_style_staff td {
}

table.list_style_staff td img{
}

table.list_style_staff tr.even td {
	background:#f5f5f5;
}

.box_profile { max-width: 500px;font-size: 14px; font-size: 1.4rem;}
.box_profile img{ margin: 0 auto; max-width: 450px;}
.p_center{ text-align: center}

.box_profile h2{font-size: 1.6rem;font-weight:500; line-height: 100%; margin-top: 10px; text-align: center}
.box_profile h2 span{font-size: 1.2rem; color:#666;font-weight: 500;}

.box_profile h5{ font-size: 14px; font-size: 1.4rem; font-weight: 800; margin-top: 10px; color: #55908d}


/* その他　*/
.h3_pen{ margin:20px 0px 10px 0px; padding:0px 15px 0px 0px; font-size:18px; font-size: 1.8rem;  font-weight: 600;line-height:140%;}
.h3_pen .fas{ margin-right: 8px;}
.h3_difficulty{ margin:20px 0px 0px 0px; padding:0px 15px 0px 0px; font-size: 2.2rem;  font-weight: 600;line-height:140%;   text-align: center;}
.orange-bold{ font-weight: bold; }
.box_kumonokai{font-size:16px; font-size: 1.6rem;  line-height:180%; padding: 0 20px 20px 0}










@media only screen and (max-width: 767px) {
.h3_pen{ margin:20px 0px 10px 0px; padding:0px; font-size:16px; font-size: 1.6rem;  font-weight: 600;line-height:100%;}
}

.read_txt{ font-size: 16px;font-size: 1.6rem;  line-height:200%;padding: 0 20px 20px 0}
.event .read_txt{ font-size: 16px;font-size: 1.6rem;  line-height:200%;padding: 20px 0px 20px 0}
.event .profile{ font-size: 14px;font-size: 1.4rem;  line-height:1.8;padding: 30px; background-color:#f6f4ef;}
.event .read_txt h4{ font-size: 18px;font-size: 1.8rem; text-align: right; font-weight: bold}
.event .profile h4{  text-align: left; padding-bottom: 4px;}

@media only screen and (max-width: 767px) {
.read_txt{ font-size: 12px;font-size: 1.5rem;  line-height:1.6;padding: 10px}
}

body.about .company-box .box h4 {
  margin-bottom: 15px;
 font-size: 16px; font-size: 1.6rem; font-weight: 600;
}
body.about .company-box .box ul {
  margin-bottom: 50px; 

}

body.about .company-box .box ul li {
　float: left;
display: inline-block;
width: 355px;
background: #f6f4ef;
  padding: 20px;
  margin:0px 0px 15px 15px;
}

body.about .company-box .box img{
margin: 0 auto
}

@media only screen and (max-width: 767px) {
  body.about .company-box .box ul {
    margin-bottom: 30px;
  }
body.about .company-box .box ul li {
    width: 95%;
    float: none;
  margin:15px;
    }
}

.list_mtsick{ margin: 20px 0px; max-width: 750px; font-weight: 600; }
.list_mtsick  li{margin-bottom: 15px;}
.list_mtsick  li:first-letter{ color: #55908d}
.list_mtsick h5{  font-size: 14px; font-size: 1.4rem;font-weight: 600; margin-top: 5px; color:#f84239 }

.box_miura{background: #f6f4ef;
  padding:15px 20px 10px 20px;
  margin:20px 20px 0px 0px;
}
.box_miura h5{font-size: 16px; font-size: 1.6rem; font-weight: 600;}


.h3_step:before{
content: '';
    display: block;
    background-image: linear-gradient(to right, #000, #000 1px, transparent 1px, transparent 2px);
     background-repeat: repeat-x;
    height: 1px;
    max-width: 750px;
background-size: 4px 1px;
    margin-bottom: 35px;
}

.box_flow{background: #f6f4ef;
  padding:15px 20px 10px 20px;
  margin:20px 20px 40px 0px;}
.box_flow h5{font-size: 16px; font-size: 1.6rem; font-weight:600;
margin: 10px 0px;}

#about-table table.box_flow { margin-bottom:30px;}

.box_answer{ font-size: 16px; font-size: 1.6rem; }

/* event ページ　maeda */
.box_normal .recommended-list .list{ margin-top: 20px;}
.box_normal .recommended-list .list li .text p{ padding: 4px 0 0 0;}
.box_normal .recommended-list .list{ padding-right: 20px;}
.box_normal .recommended-list .list .text{ padding-left: 0px;}
.box_normal .column-box{ padding: 0;}
.event .box_normal{ padding:3% 2% 0 0;}
@media only screen and (max-width: 767px) {
.event .box_normal{ padding:3% 0 0 0;}
  }


/* 採用ページ　*/

#recruit main{font-family: "Yu Gothic","メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif; font-weight:500; color: #333;
}

.recruit-main {
  height: 600px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .recruit-main {
    height: 228px;
  }
}

.recruit-main .recruit-mv {
  background-image: url(../../information/images/recruit/kimg_recruit.jpg);
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  .recruit-main .recruit-mv {
    background-size: 130%;
  }
}

.recruit-main .recruit-about-mv {
  background-image: url( "../../information/recruit/images/kimg_about.jpg");
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  .recruit-main .recruit-about-mv {
    background-size: 130%;
  }
}


.recruit-main .background-dotted {
  width: 100%;
  height: 50%;
  z-index: -1;
  position: absolute;
  bottom: 0;
  
}

@media only screen and (max-width: 767px) {
.message-dotted {
    margin-top: -10px; padding-top: 100px;
}
}

.recruit-subtitle {
  display: inline-block;
  background-color: #FFF;
  font-size: 22px;
  font-size: 2.2rem;
  color: #55908d;
  font-weight: bold;
  padding: 0px 10px 0px 10px;
    margin-bottom: 8px;
}

.recruit-subtitle span {
  font-size: 12px;
  font-size: 1.2rem;
}

@media only screen and (max-width: 767px) {
  .recruit-subtitle {
    font-size: 20px;
    font-size: 2rem;
  }
  .recruit-subtitle span {
    font-size: 10px;
    font-size: 1rem;
  }
}

.recruit-txt {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 2;
  margin: 0px auto;
  padding: 20px 0px 20px 50px;
  text-align: justify;
}

.recruit-txt span {
  background-color: #FFFFFF;
  padding:0;
}

.recruit-txt a:-webkit-any-link {
  cursor: pointer;
  text-decoration: underline;
}

@media only screen and (max-width: 767px) {
  .recruit-txt {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 20px 0;
  }
}

#interview01 .interview-mv {
  background-image: url(../../information/recruit/images/kimg_tsutsumi.jpg);
}
#interview01s .interview-mv {
  background-image: url(../../information/recruit/images/kimg_shimada.jpg);
}
#interview02 .interview-mv {
  background-image: url(../../information/recruit/images/kimg_watanabe.jpg);
}
#interview03 .interview-mv {
  background-image: url(../../information/recruit/images/kimg_sugimoto.jpg);
}
#interview04 .interview-mv {
  background-image: url(../../information/recruit/images/kimg_teraoka.jpg);
}
#interview05 .interview-mv {
  background-image: url(../../information/recruit/images/kimg_morita.jpg);
}
#interview06 .interview-mv {
  background-image: url(../../information/recruit/images/kimg_nakatani.jpg);
}
#interview07 .interview-mv {
  background-image: url(../../information/recruit/images/kimg_kamitani.jpg);
}
#interview08 .interview-mv {
  background-image: url(../../information/recruit/images/kimg_ueyama.jpg);
}
#interview05s .interview-mv {
  background-image: url(../../information/recruit/images/kimg_kondo.jpg);
}

.recruit .recruit-txt {
  padding-bottom: 85px;
}

@media only screen and (max-width: 767px) {
  .recruit .recruit-txt {
    padding-bottom: 30px;
  }
}

.txt_about { margin-top: -200px; z-index: 10; position: relative;}


.recruit-contents2{
    padding:100px 0;
    margin-top: -80px;
font-family: "Yu Gothic","メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif; font-weight:500;
}

@media only screen and (max-width: 767px) {
.recruit-contents2{
    padding:80px 0;
    margin-top: -60px;
}
.recruit-contents {
  padding: 0 0 55px;font-family: "Yu Gothic","メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif; font-weight:500;}
}

@media only screen and (max-width: 767px) {
  .recruit-contents {
    padding: 0 0 30px;
    overflow: hidden;
    }
}

@media only screen and (max-width: 767px) {
  .recruit-interview .bx-wrapper {
    padding: 10px 0 0;
  }
  .recruit-interview .bx-wrapper .bx-next {
    right: -25px;
  }
  .recruit-interview .bx-wrapper .bx-prev {
    left: -25px;
  }
}
.recruit-nav {
  padding: 16px 0px 18px 0px;
  position: relative;
  background-color: #FFFFFF;
  width: 100%;
  z-index: 9999;
}

@media only screen and (max-width: 767px) {
  .recruit-nav {
    padding: 0;
    width: 100%;
    position: inherit;
    overflow-x: scroll;
    margin-top: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .recruit-nav .inner {
    padding: 0;
  }
}

.recruit-nav.fixed {
  position: fixed;
  top: 0;
  left: 0;
}

.recruit-nav ul {
  display: -webkit-flex;
  -js-display: flex;
  display: flex;
}

@media only screen and (max-width: 767px) {
  .recruit-nav ul {
    width: 600px;
    padding: 0 0 10px;
  }
}

.recruit-nav ul li {
  position: relative;
  width: calc(100% / 5);
}

@media only screen and (max-width: 767px) {
  .recruit-nav ul li {
    margin: 0 0 5px;
    position: inherit;
  }
}

.recruit-nav ul li img {
  width: 144px;
  height: 38px;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .recruit-nav ul li img {
    width: 100%;
    height: auto;
  }
}

.recruit-nav ul li:nth-child(2):before, .recruit-nav ul li:nth-child(4):before, .recruit-nav ul li:nth-child(2):after, .recruit-nav ul li:nth-child(4):after {
  content: '';
  width: 15px;
  height: 38px;
  background-image: url(../../about/images/recruit/navi_line.gif);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: block;
  position: absolute;
  top: 0;
}

@media only screen and (max-width: 767px) {
  .recruit-nav ul li:nth-child(2):before, .recruit-nav ul li:nth-child(4):before, .recruit-nav ul li:nth-child(2):after, .recruit-nav ul li:nth-child(4):after {
    background: none;
  }
}

.recruit-nav ul li:nth-child(2):before, .recruit-nav ul li:nth-child(4):before {
  left: 0;
}

.recruit-nav ul li:nth-child(2):after, .recruit-nav ul li:nth-child(4):after {
  right: 0;
}


.interview-item {
  display: -webkit-flex;
  -js-display: flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin: 0 0 40px;
}

@media only screen and (max-width: 767px) {
  .interview-item {
    -webkit-flex-direction: column;
    flex-direction: column;
    margin: 0 0 20px;
  }
}

.interview-item.top-text {
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.interview-item.top-text .interview-img {
  margin: 120px 0 0;
}

@media only screen and (max-width: 767px) {
  .interview-item.top-text .interview-img {
    margin: 0px 0 0;
  }
}

.interview-img figure:nth-child(n + 2) {
  padding: 10px 0 0;
}

.interview-img img {
  width: 550px;
  height: auto;
}

.interview-img figcaption {
  font-size: 12px;
  font-size: 1.2rem;
  color: #333;
  padding: 5px 0 0;
}

.interview-img.left {
  padding-left: 25px;
}

@media only screen and (max-width: 767px) {
  .interview-img.left {
    padding-left: 0;
  }
}

.interview-img.left figcaption {
  text-align: left;
}

.interview-img.right {
  padding-right: 25px;
}

@media only screen and (max-width: 767px) {
  .interview-img.right {
    padding-right: 0;
  }
}

.interview-img.right figcaption {
  text-align: right;
}

@media only screen and (max-width: 767px) {
  .interview-img {
    order: 2;
  }
}

.interview-txt {
  width: 430px;
  padding: 30px;
  text-align: justify;
  background-color: #FFF;
  z-index: 1;
  position: relative;
  font-family: "Yu Gothic","メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
}

@media only screen and (max-width: 767px) {
  .interview-txt {
    width: 100%;
    margin-bottom: 20px;
  }
}

.interview-txt h3 {
  font-size: 18px;
  font-size: 1.8rem;
  padding-bottom: 3px;
  display: inline-block;
  border-bottom: 3px solid #55908d;
  margin-bottom: 15px;
  color: #55908d;
  font-weight: bold;
}

.interview-txt h4 {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  padding: 25px 0 5px 0;
}

.interview-txt h4:before {
  content: '－ ';
}

.interview-txt p {
  font-size: 15px;
  font-size: 1.5rem;
    line-height: 1.8;
}

.interview-txt.right {
  right: 25px;
}

@media only screen and (max-width: 767px) {
  .interview-txt.right {
    right: auto;
  }
}

.interview-txt.left {
  left: 25px;
}

@media only screen and (max-width: 767px) {
  .interview-txt.left {
    left: auto;
  }
}

@media only screen and (max-width: 767px) {
  .interview-txt {
    order: 1;
  }
}

.interview-main {
  padding: 0 0 56px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .interview-main {
    padding: 0 0 126px;
  }
}

.interview-main .interview-mv {
  background-position: center;
  height: 460px;
  max-width: 1000px;
  margin: 0 auto 50px;
  background-repeat: no-repeat;
  z-index: 1;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .interview-main .interview-mv {
    height: 250px;
    background-position: center center;
    background-size: cover;
  }
}

/* インタビューコメント調整　maeda */

#interview01s .interview-main .interview-comment {
    top: 105px !important;
	left: 650px !important;
} 
@media only screen and (max-width: 767px) {
#interview01s .interview-main .interview-comment {
		left: 200px !important;
        top: 100px !important;
}
}

#interview02 .interview-main .interview-comment {
    left: 570px !important;
    top: 300px !important;
}
@media only screen and (max-width: 767px) {
#interview02 .interview-main .interview-comment {
 left: 30px !important;
  top: 145px !important;
}
}

#interview03 .interview-main .interview-comment {
 left: 600px !important;
  top: 105px !important;
}
@media only screen and (max-width: 767px) {
#interview03 .interview-main .interview-comment {
 left: 160px !important;
  top: 85px !important;
}
}

#interview04 .interview-main .interview-comment {
 left: 600px !important;
  top: 105px !important;
}
@media only screen and (max-width: 767px) {
#interview04 .interview-main .interview-comment {
 left: 210px !important;
  top: 55px !important;
}
}

#interview05s .interview-main .interview-comment {
 left: 600px !important;
  top: 205px !important;
}
@media only screen and (max-width: 767px) {
#interview05s .interview-main .interview-comment {
 left: 170px !important;
  top: 85px !important;
}
}

#interview07 .interview-main .interview-comment {
 left: 600px !important;
 top: 205px !important;
}
@media only screen and (max-width: 767px) {
#interview07 .interview-main .interview-comment {
 left: 160px !important;
  top: 105px !important;
}
}

.interview-main .interview-comment {
  font-weight: 600;
  font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
  position: absolute;
  left: 50px;
  top: 65px;
}

.interview-main .interview-comment li {
  transition: 1.5s;
  font-size: 19px;
  font-size: 1.9rem;
  margin: 0 0 15px;
  transition: 1.5s;
  -moz-transform: translate(60px, 0px);
  -o-transform: translate(60px, 0px);
  -ms-transform: translate(60px, 0px);
  -webkit-transform: translate(60px, 0px);
  transform: translate(60px, 0px);
  opacity: 0;
}

@media only screen and (max-width: 767px) {
  .interview-main .interview-comment li {
    -moz-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}

.interview-main .interview-comment li.mv {
  opacity: 1.0;
  -moz-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.interview-main .interview-comment li:nth-child(1) {
  transition-delay: 0s;
}

.interview-main .interview-comment li:nth-child(2) {
  transition-delay: .15s;
}

.interview-main .interview-comment li:nth-child(3) {
  transition-delay: .3s;
}

.interview-main .interview-comment li span {
  background-color: #111;
  color: #FFF;
  padding: 8px;
}

@media only screen and (max-width: 767px) {
  .interview-main .interview-comment {
    left: 20px;
    top: 40px;
  }
  .interview-main .interview-comment li {
    font-size: 12px;
    font-size: 1.2rem;
    margin: 0 0 5px;
  }
  .interview-main .interview-comment li span {
    padding: 3px;
  }
}


.interview-main .interview-name {
  position: absolute;
  bottom: -55px;
  left: 50px;
  z-index: 2;
  width: 200px;
  height: auto;
  background: #fff;
  padding: 20px 20px;
}

@media only screen and (max-width: 767px) {
  .interview-main .interview-name {
    width: calc(100% - 60px);
    height: auto;
    bottom: auto;
    top: 220px;
    left: 50%;
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    text-align: center;
      padding: 15px;
  }
}

.interview-main .interview-name .title {
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  color: #55908d;
  font-family: "Alegreya Sans", sans-serif;
}

.interview-main .interview-name h2 {
  margin-top: 20px;
}

@media only screen and (max-width: 767px) {
.interview-main .interview-name .title {
    }
.interview-main .interview-name h2 {
    margin-top: 5px;
  }
}

.interview-main .interview-name h2 span {
  display: block;
  font-size: 28px;
  font-size: 2.8rem;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  font-weight: bold;
  letter-spacing: .05em;
}

@media only screen and (max-width: 767px) {
  .interview-main .interview-name h2 span {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.interview-main .interview-name h2 small {
  display: block;
  font-size: 10px;
  font-size: 1rem;
  font-weight: bold;
}

.interview-main .interview-name p {
  font-weight: bold;
}

.interview-main .interview-name p:before {
  content: "";
  width: 50px;
  height: 1px;
  background: #333;
  display: block;
  margin: 15px 0;
}

@media only screen and (max-width: 767px) {
  .interview-main .interview-name p:before {
    margin: 8px auto;
  }
}

.interview-main .interview-nav {
  display: -webkit-flex;
  -js-display: flex;
  display: flex;
  position: absolute;
  bottom: -40px;
  right: 50px;
}

.interview-main .interview-nav li:first-child {
  margin: 0 10px 0 0;
}

.interview-main .background-dotted {
  width: 100%;
  height: 55%;
  z-index: -1;
  position: absolute;
  bottom: 0;
}

.job-list {
  display: -webkit-flex;
  -js-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 15px 20px 15px 20px;
}

@media only screen and (max-width: 767px) {
.interview-main .interview-nav {
  display: -webkit-flex;
  -js-display: flex;
  display: flex;
  position: absolute;
    width: 280px;
  bottom:-160px;
    left: 13%;
}
    
  .job-list {
    padding: 20px 10px;
  }
}

.job-list_item {
  width: calc((100% - 30px) / 2);
  background-color: #FFF;
  padding: 25px 30px;
  margin: 0 0 20px 0;
}

.job-list_item h4 {
  padding-bottom: 8px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}

.job-list_item p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.8em;
  text-align: justify;
}

@media only screen and (max-width: 767px) {
  .job-list_item {
    width: 100%;
    padding: 10px 20px;
    margin: 0 0 20px 0;
  }
  .job-list_item h4 {
    padding-bottom: 3px;
    font-size: 15px;
    font-size: 1.5rem;
  }
  .job-list_item p {
    padding: 0 0 5px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}



/* 旧サイトのrecruit */
.box_960 h3{ display:inline-block; background-color:#FFF; font-size:22px; color:#55908d; font-weight:bold; padding:10px 10px 5px 10px;margin-bottom:10px}
.box_960 h3 span{ font-size:12px;}
	
.kimg_rec{ background-image:url(images/kimg_recruit.jpg) ; background-position:center; height:600px; background-repeat:no-repeat;z-index:1; position: relative;}

#sticker {	z-index:1200;	overflow:hidden;}

.bg_rec{ background-image:url(images/bg_dotted.gif); background-repeat:repeat-y; margin-top:-290px; padding-top:290px; background-position:top; padding-bottom:60px; font-size:14px;font-family: "Yu Gothic","メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif; font-weight:500;}

.bg_rec3{ background-image:url(images/bg_dotted.gif); background-repeat:repeat-y; margin-top:0px; padding-top:0px; background-position:top; padding-bottom:60px; font-size:14px;font-family: "Yu Gothic","メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif; font-weight:500;}

.box_gnavi{ background-color:#fff; padding:16px 0px 14px 0px; width:100%;}
.rec_navi{ width:950px; overflow:hidden; margin:0px auto; position:relative; z-index:20}
.rec_navi li{ float:left;width:190px; text-align:center; background-image:url(images/navi_line.gif); background-position:left; background-repeat:no-repeat;}
.rec_navi li:first-child{ background-image:none}


.txt_rec{ font-weight:500; line-height:220%; width:98%; margin:10px auto 50px auto; padding:60px 120px; background-color:#FFF; font-size: 180%;}
.txt_rec p{ padding:0px 10px;}

@media only screen and (max-width: 767px) {
.txt_rec{ font-weight:600; line-height:220%; width:98%; margin:10px auto 50px auto; padding:30px 20px; background-color:#FFF; font-size:100%;}
}


.body_rec .table{ display:table; width:100%; border-spacing:20px 10px;border-collapse: separate; z-index:1; position: relative;}
.box_job{ display:table-cell; width:45%; background-color:#FFF; margin-left:15px; padding:20px; font-size:14px; line-height:180%;}
.box_job:first-child{ border-spacing:0px 20px;}
.box_job h4{ padding-bottom:8px; font-size:18px; margin-left:;}

.body_rec .table.jobinfo{ margin:0px;border-spacing:10px 6px;}
.jobinfo h5{ border-bottom:2px solid #000; display:inline-block; margin-bottom:10px;}
.square_btn {
    position: relative;
    display: inline-block;
    font-weight: bold;
    padding: 0.5em 2.5em;
    text-decoration: none;
    color: #FFF;
    background: #55908d;
    transition: .4s;
	margin:8px auto 0px auto;
  }

.square_btn:hover {background: #1ec7bb;color:#fff;}


.h2_message{ border:0px; text-align:center; margin-top:40px; }
.h2_message img{display: inline-block;}


.box_messege{letter-spacing: 0.05em;}

.box_messege h3{ background: none; margin:; display:inline; font-size:26px;padding:65px 0px 10px 0px; color:#55908d;font-weight:600;}
.box_messege h4{ font-size:150%; line-height:150%; font-weight:bold;}
.box_messege h5{ text-align:right;font-weight:bold;}

@media only screen and (max-width: 767px) {
.h2_message{margin-top:20px;}
.h2_message img{width: 90%;}
.box_messege h3{  font-size:18px;padding:65px 0px 10px 0px; }
.box_messege h4{ font-size:140%; line-height:150%; font-weight:bold;}
.box_messege h5{ text-align:right;font-weight:bold;}
}


.kimg_about{ background-image:url(images/kimg_about.jpg) ; background-position:center; height:600px; background-repeat:no-repeat;z-index:1; position: relative; margin-bottom:50px;}


.box_office{ font-size:16px;background-color:#FFF; text-align:center; padding:50px; line-height:200%;}
@media only screen and (max-width: 767px) {
.box_office{padding:30px 10px;font-size:12px; }
    .box_office br{ display: none;}
}
    
.box_office h4{ margin:20px auto; font-weight: bold; font-size: 140%;}
.box_office h4 span{ border-bottom:3px solid #333; padding-bottom:3px;}

.u-bgTxt {
  background: url( "../../information/recruit/images/bg_u_bgtxt.png.png") left center repeat-x;
  background-size: auto 1.2em;
  padding: 0.5em 0 ;
}

.lead_rec{ text-align:left; padding-bottom:20px; line-height:160%;}

.box_office .bxslider{ margin:5px auto; }

/* インタビュー　*/
.box_inter{ margin-top:-295px;}

.kimg_tsutsumi{ background-image:url(images/kimg_tsutsumi.jpg) ; background-position:center; height:460px; background-repeat:no-repeat;z-index:1; position: relative;}
.kimg_kawaguchi{ background-image:url(images/kimg_kawaguchi.jpg) ; background-position:center; height:460px; background-repeat:no-repeat;z-index:1; position: relative;}
.kimg_sugimoto{ background-image:url(images/kimg_sugimoto.jpg) ; background-position:center; height:460px; background-repeat:no-repeat;z-index:1; position: relative;}
.kimg_teraoka{ background-image:url(images/kimg_teraoka.jpg) ; background-position:center; height:460px; background-repeat:no-repeat;z-index:1; position: relative;}
.kimg_kamitani{ background-image:url(images/kimg_kamitani.jpg) ; background-position:center; height:460px; background-repeat:no-repeat;z-index:1; position: relative;}
.kimg_nakatani{ background-image:url(images/kimg_nakatani.jpg) ; background-position:center; height:460px; background-repeat:no-repeat;z-index:1; position: relative;}
.kimg_morita{ background-image:url(images/kimg_morita.jpg) ; background-position:center; height:460px; background-repeat:no-repeat;z-index:1; position: relative;}

.h2_inter{ margin-left:10px; border:0; padding:0; position:relative; z-index:10;}
.list_tsutsumi{top:-90px; z-index:10; left:20px; display: inline-block; position:relative; }
.list_teraoka{top:-90px; z-index:10; left:600px; display: inline-block; position:relative; }
.list_nakatani{top:60px; z-index:10; left:600px; display: inline-block; position:relative; }
.list_nakatani2{top:-90px; z-index:10; left:40px;  display: inline-block; position:relative; }
.list_nakatani2 li.list-mv07 span{background-color:#fff;color:#111111;	padding:8px;font-weight:500;}

#recruit .list{
	list-style-type: none;
	font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif; font-weight:400; }
#recruit .list li{
	margin:0px 0px 25px 0px;
	transition: 1.5s;
	font-size:19px;
	width:auto;
}
#recruit .list li span{
	background-color:#111;
	color:#FFF;
	padding:8px;
}
#recruit .list-mv07{
	opacity: 0;
	transform: translate(60px,0px); 
	-webkit-transform: translate(60px,0px); 
}
.mv07{
	opacity: 1.0;
	transform: translate(0,0); 
	-webkit-transform: translate(0,0);
}

.navi_inter{ float:right; margin-top:-50px; position:relative; z-index:11;}
.navi_inter li {float:left; margin-left:15px;}

.txt_line{ overflow:hidden; line-height:200%; width:960px; margin-top:15px;}
.txt_line h4{ font-size:18px; padding-bottom:3px; display:inline-block; border-bottom:3px solid #55908d; margin-bottom:15px; color:#55908d;}
.txt_inter_r{ float:right; width:400px; padding:30px; background-color:#FFF; z-index:5; position:relative; font-size:15px;margin-top:-350px;}
.txt_inter_l{ width:400px; padding:30px; background-color:#FFF; z-index:5; position:relative;  font-size:15px;}
.box_iter_photo{}
.box_iter_photo p{ text-align:left; font-size:12px; line-height:100%; font-weight:600; color:#333; padding-bottom:15px;}
.box_iter_photo p.txt_r{ text-align:right;}

.nmbox{margin-top:50px;}
.navi_inter img:hover{opacity:0.7;}

.box_office .bx-wrapper {
	position: relative;
	margin: 0 auto 50px auto;
	padding: 0;
	*zoom: 1;
	width:700px;
}
.bx-wrapper {
	position: relative;
	margin: 0 auto 50px auto;
	padding: 0;
	*zoom: 1;
	width:960px;
}


table.brwsr2 {
margin: 0 auto;
width: 850px;
border: none;
border-top: solid 1px #666;
border-bottom: solid 1px #666;
border-collapse: separate;
border-spacing: 0 10px;
}

.box_office table.brwsr2 h4{ margin:5px 0px; font-size: 16px; font-size: 1.6rem}
table.brwsr2 th {
vertical-align: middle;
height: 43px;
width: 124px;
padding:0px 5px;
border-right: solid 1px #666;
margin: 0;
text-align: center;
color: #333;
font-size: 16px;
font-weight: bold;
white-space: nowrap;
}

table.brwsr2 td {
padding: 0 0 0 15px;
margin: 0;
border: none;
color: #444;
font-size: 14px;
line-height: 20px;
text-align:left;
vertical-align: middle;
overflow: hidden;
}

table.brwsr2 td:fst-child {
padding: 0 0 0 1px;
vertical-align: middle;
}

table.brwsr2 td.bar {
height: 1px;
width: 100%;
border-top: solid 1px #34495e;
}


@media only screen and (max-width: 767px) {
.box_office table.brwsr2 br{ display: inline}
table.brwsr2 {width:100%;}
table.brwsr2 th{ display: block;  border-right:0; width: 100%;padding:5px 0px ;height:auto;}
table.brwsr2 td{ display: block;padding:0px ;}
}


.column-box{ padding-left: 0;}

.birding_term{
        font-family: "游ゴシック体", YuGothic, "游ゴシック", "Noto Sans JP", "Yu Gothic", "メイリオ", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  width: 98%;
  border-collapse: collapse;
  margin: 10px 0;
}

.birding_term tr{
  border-bottom: solid 5px white;
}
.birding_term tr:last-child {
  border-bottom: none;
}

.birding_term th{
  position: relative;
  text-align: left;
  width: 24%;
	padding:8px 10px 10px 15px;
    font-size:13px;
	vertical-align: middle;
        color: #fff;
  background-color:#444;

}

/*
.birding_term th:after {
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top:calc(50% - 10px);
  right:-10px;
  border-left: 10px solid #19843a;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
*/
.birding_term th:after {
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top:calc(50% - 10px);
  right:-10px;
  border-left: 10px solid #444;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
/*
.birding_term tr:nth-child(1){
  background-color:#555;
}
.birding_term tr:nth-child(2){
  background-color: #555;
}
.birding_term tr:nth-child(3){
  background-color: #555;
}*/

.birding_term td{
padding:15px 12px 15px 25px;
    text-align: left;
  width: 80%;
    background-color:#f6f4ef;
  font-size: 16px;
  vertical-align: middle;
}

@media only screen and (max-width: 767px) {
.birding_term th:after {transform: rotate(90deg); top: 25px; left: 30px;}

.birding_term th {display: block;padding: 5px 5px 1px 7px;text-align: left;width: auto;}
.birding_term td{display: block;padding:10px;
    text-align: left;
    width: auto;
    background-color:#eee;
    font-size: 14px;}

}



table.pl {
border:solid #ccc 1px ;
padding: 2px;
font-size: 1.4rem;   
line-height: 1.7em; 
}

table.pl tr td {
border:solid #ccc 1px ;
padding: 2px;
}


.oj_notes {
    list-style: "　※";
　　font-size: 75%;
}




table.brwsr3 {
        font-family: "游ゴシック体", YuGothic, "游ゴシック", "Noto Sans JP", "Yu Gothic", "メイリオ", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
width: 98%;
border: none;
border-top: solid 1px #666;
border-bottom: solid 1px #666;
border-collapse: separate;
border-spacing: 0 10px;
background: #f6f4ef;
}

table.brwsr3 th {
vertical-align: middle;
height: 53px;
border-right: solid 1px #999;
padding: 0 14px;
margin: 0;
font-size: 16px;
font-weight: bold;
white-space: nowrap;
}

table.brwsr3 td.data {
font-size: 16px;
padding: 0 12px;
margin: 0;
border: none;
width: 100%;
line-height:22px;
vertical-align: middle;
overflow: hidden;
}


table.brwsr3 td.bar {
height: 1px;
width: 100%;
border-top: solid 1px #34495e;
}

@media only screen and (max-width: 767px) {
table.brwsr3 {
    display: block;
    width: 100%;
    }
table.brwsr3 tbody{
    display: block;
    width: 100%;
    }

    table.brwsr3 th {
        display: inline-block;
        border: 0;
            width: 100%;
        height: auto;
        padding-bottom: 8px;
}
.brwsr3 tr:nth-child(1) th{
    padding-top:5px;
    }

        table.brwsr3 td {
        display: inline-block;
}

table.brwsr3 td.data {
font-size: 14px;
padding: 0 12px;
margin: 0;
border: none;
width: 100%;
line-height:20px;
vertical-align: middle;
}
}   
