@charset "UTF-8";
/* 共通CSS */
html { font-size: 62.5%; } /* 10px */
body {
	font-size: 1.6rem; /* 16px */
	line-height: 1.6;
	font-weight: 400;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	color: #1d1d1d;
}
img {
  width: 100%;
  max-width: 100%;
}

/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.container {
  position: relative;
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 1em;
  text-align: center;
  box-sizing: border-box; }
  .inner {
    position: relative;
    margin: 0 auto;
    padding: 0;
    text-align: left;
  }
.wrapper {
  position: relative;
	width: 100%;
	text-align: center;
}
.column,
.columns {
  float: left;
  box-sizing: border-box; }

.mgt15 {
    margin-top: 15px!important;
}

/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a {
  display: block;
  color: #fe9d1a;
  text-decoration: none;
}


/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ol, ul {
  list-style: none;
  padding: 0;
  margin:0; }
li {
  list-style: none; }
dl {
  margin: 0;
}
  .list li {
    display: block;
    padding: 0 0 1em 0;
    text-align: center;
  }

/* Tables
–––––––––––––––––––––––––––––––––––––––––––––––––– */
table {
  border-collapse: collapse;
  width: 100%;
}
th,
td {
  padding: 12px 15px;
  text-align: left; }
th {
}
th,
td {
  display: block;
  width: 100%;
}

.table_type1 th,
.table_type1 td {
    display: block;
    font-size: 1.3rem;
    color: #131313;
    border: 1px solid #bcbcbc;
    border-collapse: collapse;
}
.table_type1 th {
    padding-left: 1.5em;
    background: none;
}
.table_type1 td {
    padding: 2em;
}
.table_type1 td img {
    width: auto;
}
  
.table_type2 {
  margin: 1em 0;
  border: 1px solid #eeeeec;
}
.table_type2 th,
.table_type2 td {
  display: block;
}
.table_type2 th {
  padding-left: 1.5em;
  color: #FFF;
  font-size: 1.9rem;
  background: #fe9d1a;
}
.table_type2 td {
  padding: 2em;
  font-size: 1.2rem;
  border-bottom: 1px solid #bcbcbc;
}
.table_type2 td:last-child {
  border-bottom: none;
}
.table_type2 td img {
  width: auto;
}

.table_type3 tr {
  border-bottom: 1px solid #ccc;
}
.table_type3 th,
.table_type3 td {
    display: block;
    padding: .5em;
    font-size: 1.3rem;
    color: #131313;
    border:none;
    border-collapse: collapse;
}
.table_type3 th {
    background: none;
}
.table_type3 td {
    font-weight: bold;
}
.table_type3 td img {
    width: auto;
}

  /* Typography
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  h1,h2,h3,h4,h5,p {
    margin: 0;
  }
.title {
  font-size: 2.2rem;
  color: #1d1d1d;
}
.title.type2 {
  padding-left: 60px;
  text-align: left;
  background:url(../img/common/bg_title_2.png) no-repeat left center;
}
.title_sub {
  font-size: 1.2rem;
  color: #0c0c0c;
  font-weight: bold;
}

/* Button
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.btn {
  display: inline-block;
  margin: 0 auto;
  padding: 1.5em 5em;
  font-size: 1.4rem;
  line-height: 2;
  color: #FFF;
  text-align: center;
  background: #fe9d1a;
}
.btnFB {
  display: inline-block;
  margin: 1em auto 0;
  padding: 1em 8.5em;
  font-size: 1.39rem;
  line-height: 2;
  color: #FFF;
  text-align: center;
  background: #3a5691;
}
.btn.type1 {
  padding: .6em 3em;
  color: #FFF;
  font-size: 1.2rem;
  background: #000;
}
.btn.type1 span {
  padding-right: 1em;
  background: url(../img_recruit/common/icon_arrow_1.png) no-repeat right center;
  background-size: auto;
}
.btn.type2 {
  display: block;
  padding: .5em 1em;
  color: #1b1b1b;
  font-size: 1.2rem;
  font-weight: 600;
  background: none;
  border: 3px solid #000;
}
.btn.type2 span {
  padding-right: 1em;
  background: url(../img_recruit/common/icon_arrow_2.png) no-repeat right center;
  background-size: auto;
}
.btn.type3 {
  padding: .6em 2em;
  color: #FFF;
  font-size: 1.7rem;
  line-height: 1.6;
  background: #000;
}
.btn.type3 span {
  padding-right: 1.5em;
  background: url(../img_recruit/common/icon_arrow_1.png) no-repeat right center;
  background-size: auto;
}
.btn.type4 {
  margin: 0;
  padding: 1em 0;
  color: #080808;
  font-size: 1.7rem;
  line-height: 1.6;
  width: 100%;
  background-color: #ffd802;
  background-image: url(../img_recruit/common/icon_arrow_3.png);
  background-position: right 2em center;
  background-repeat: no-repeat;
  background-size: auto;
}
@media (min-width: 992px) {
  .btn.type1 {
    padding: 1.2em 6em;
    background-position: right 4.2em center;
  }
  .btn.type2 {
    padding: .8em 3em;
    font-size: 1.5rem;
  }
  .btn.type3 {
    padding: 1em 2.5em;
  }
  .btn.type4 {
    margin: 0 3%;
    padding: 1em 2em;
    font-size: 2.4rem;
    width: 94%;
  }
}

/* Utility
–––––––––––––––––––––––––––––––––––––––––––––––––– */
  .only_sp {
    display: block;
  }
  .only_pc {
    display: none;
  }
  .margin_t_0 {
    margin-top: 0;
  }
  .margin_t_1 {
    margin-top: 1em;
  }
  .margin_t_2 {
    margin-top: 2em;
  }
  .margin_t_3 {
    margin-top: 3em;
  }
  .margin_b_0 {
    margin-bottom: 0;
  }
  .margin_b_1 {
    margin-bottom: 1em;
  }
  .margin_b_2 {
    margin-bottom: 2em;
  }
  .margin_b_3 {
    margin-bottom: 3em;
  }

.txt_c {
  text-align: center;
}
.txt_l {
  text-align: left;
}
.txt_r {
  text-align: right;
}



/* Clearing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.wrapper::after,
.container::after,
.row::after,
.inner::after,
ul::after,
ol::after,
.clearfix::after,
.u-cf {
  content: "";
  display: table;
  clear: both; }

/* Media Queries
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* Larger than tablet */
@media (min-width: 768px) {}

/* Larger than desktop */
@media (min-width: 992px) {}

/* Header
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.header_wrap {
  background:#FFF;
  font-size: 1.4rem;
}
.header_wrap .header_pc_wrap .logo {
  margin: 15px;
  width: 42%;
}
.header_wrap .header_sp_wrap .logo {
  width: 100%;
}
.header_wrap .header_pc_wrap .logo a {
  display: inline-block;
}
.header_pc_wrap {
  display: none;
}
.header_wrap .nav_sp,
.header_wrap .nav_pc {
    display: none;
}
.header_wrap .nav_sp {
  font-size: 1.4rem;
  text-align: center;
  color: #000;
  background:#FFF;
  border-top: 1px #ffd802 dotted;
}
.header_wrap .nav_sp a {
  padding: 1em 0;
  color: #000;
}
.header_wrap .nav_sp a img {
  width: auto;
}
.header_wrap .nav_sp li {
  line-height: 1.2;
  border-bottom: 1px #fe9d1a dotted;
}
.btn_sp_close {
  padding: 1em 0;
}
.header_wrap .btn_menu_sp {
  position: absolute;
  right: 15px;
  top: 15px;
  margin: 0;
  padding: 0;
  width: 30px;
}
.header_sp_wrap .inner_sp {
  position: relative;
  height: 56px;
  width: 280px;
}

/* Footer
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.footer_wrap {
  margin-top: 4em;
  padding: 50px 30px 100px;
  font-size: 1.2rem;
  color: #727272;
  text-align: center;
}
.footer_logo {
  margin: 1em auto;
  width: 50%;
}
.footer_wrap .btn {
    margin-top: 1em;
}
.copyright {
  margin: 20px 0 50px;
  font-size: 1rem;
  color: #99999c;
  text-align: center;
}
.footer_wrap .nav_footer {
  margin-bottom: 4em;
}
.footer_wrap .nav_footer li {
  float: left;
  padding: 0 1%;
  width: 20%;
}
.entry_wrap {
  padding: 60px 0 0;
  background: #ffd802;
}
.entry_wrap .title {
  margin: 0 auto 1.4em;
  max-width: 40%;
}
.entry_wrap .txt {
  color: #131313;
  font-size: 1.3rem;
  line-height: 2;
}
.entry_wrap .list_entry {
  margin: 2.5em auto;
  width: 90%;
}
.entry_wrap .list_entry li {
  float: left;
  padding: 0 1.5% 1em;
  width: 50%;
}
@media (min-width: 992px) {
  .footer_wrap {
    position: relative;
    padding: 80px 30px 140px;
    text-align: left;
  }
  .footer_logo {
    width: auto;
  }
  .footer_wrap .footer_left {
    float: left;
    width: 30%;
  }
  .footer_wrap .footer_right {
    float: right;
    padding: 50px 0 0;
    text-align: left;
    width: 65%;
    max-width: 450px;
  }
  .copyright {
    margin: 1.5em 0;
    text-align: left;
  }
  .entry_wrap .list_entry {
    width: 50%;
  }
  .entry_wrap .list_entry li {
    padding: 0 3% 1em;
  }
}
/* GoToTop */
.btn_gototop {
  position: fixed;
  bottom: 10%;
  right: 4%;
  width: 87px;
  z-index: 100;
}
/* Paging */
.link_rel_page a {
  color: #000;
}
.page_interview_detail .link_rel_page .container {
  padding: 0 1em 5em;
}
.link_rel_page .link_prev,
.link_rel_page .link_index,
.link_rel_page .link_next {
  margin: 2em 0;
}
.link_rel_page .pic {
  float: left;
  margin-right: 1em;
  width: 20%;
}
.link_rel_page .wrap_name {
  line-height: 1.6;
  text-align: left;
}
.link_rel_page .wrap_name .name {
  font-size: 2rem;
  line-height: 1.4;
  text-align: left;
}
.link_rel_page .cat {
  display: inline-block;
  padding: .2em .8em;
  color: #FFF;
  font-size: 1.2rem;
  text-align: left;
  background: #01caa4;
}
.link_rel_page .link_next {
  text-align: right;
}
.link_rel_page .link_next .pic,
.link_rel_page .link_next .wrap_name {
  float: right;
}
.link_rel_page .link_next .pic {
  margin-left: 1em;
}
.link_rel_page .link_prev a {
  padding-left: 2em;
  background:url(../img_recruit/common/img_arrow_prev.png) no-repeat left center;
}
.link_rel_page .link_next a {
  padding-right: 2em;
  background:url(../img_recruit/common/img_arrow_next.png) no-repeat right center;
}

@media (min-width: 992px) {
  .page_interview_detail .link_rel_page .container {
    padding: 0 3em 5em;
  }
  .link_rel_page .link_prev,
  .link_rel_page .link_index,
  .link_rel_page .link_next {
    float: left;
    margin: 0;
    min-height:46px;
  }
  .link_rel_page .link_prev {
    margin-left: 3%;
    width: 30%;
  }
  .link_rel_page .link_index {
    margin: 0 4%;
    width: 25%;
  }
  .link_rel_page .link_next {
    margin-right: 3%;
    width: 30%;
  }
}

/* Mainvisual
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.mainvisual_bottom_wrap .mainvisual {
  margin: 2em 0;
}

/* Box
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.page_interview_detail .box {
  position: relative;
  margin: 2em auto;
  padding: 1em;
  width: 100%;
  color: #000;
  text-align: left;
  background: #FFF;
  border: 5px solid #ffd703;
  z-index: 2;
}
.page_interview_detail .box::before {
  content: "";
  position: absolute;
  left: -1em;
  top: -1em;
  height: 70px;
  width: 70px;
  background: url(../img_recruit/common/img_triangle_1.png) no-repeat left top;
}
.page_interview_detail .box::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  height: 70px;
  width: 70px;
  background: url(../img_recruit/common/img_triangle_2.png) no-repeat right bottom;
}
.page_interview_detail .box .cat {
  display: inline-block;
  margin: 0 0 1em;
  padding: .4em 1.8em;
  color: #FFF;
  font-size: 1.3rem;
  background: #01caa4;
}
.page_interview_detail .box .name {
  margin-bottom: 1em;
  padding-bottom: 1em;
  font-size: 2.4rem;
  background: url(../img_recruit/common/line_1.png) no-repeat left 3px bottom;
}
.page_interview_detail .box .name .year {
  margin-left: 1.8em;
  font-size: 1.3rem;
  color: #919190;
}
.page_interview_detail .box .txt {
  font-size: 1.3rem;
  line-height: 2;
  font-weight: 600;
}
.page_interview_detail .container.box_wrap .pic {
  position: absolute;
  right: .5em;
  top: 15px;
  width: 33%;
  margin: 0 auto;
  z-index: 3;
}
@media (min-width: 992px) {
  .page_interview_detail .box {
    float: right;
    padding: 50px;
    width: 50%;
  }
  .page_interview_detail .box::before {
    left: -20px;
    top: -20px;
  }
  .page_interview_detail .container {
    position: relative;
    margin-bottom: 2em;
    padding: 4em 3em;
  }
  .page_interview_detail .container.box_wrap .pic {
    position: absolute;
    left: 50px;
    right: auto;
    top: 0;
    width: 56%;
    z-index: 1;
  }
}

.page_interview_detail .box_2 {
  padding: 0;
  text-align: left;
}
@media (min-width: 992px) {
  .page_interview_detail .box_2 {
    padding: 0 50px;
  }
}
.page_interview_detail .box_2 .title {
  margin-bottom: .6em;
  font-size: 2.4rem;
  line-height: 1.6;
}
.page_interview_detail .box_2 .txt {
  font-size: 1.3rem;
}

/* Form
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input[type="checkbox"],
input[type="radio"] {
  display: none;
}
input[type="checkbox"] + span,
input[type="radio"] + span {
  display: inline-block;
  position: relative;
  padding-left: 2.5em;
  background-repeat: no-repeat;
  background-size:1.6;
  font-weight: bold;
  background-position: left center;
}
input[type="checkbox"] + span {
  background-image:url("../img_recruit/common/btn_checkbox_off.png");
}
input[type="radio"] + span {
  background-image:url("../img_recruit/common/btn_radio_off.png");
}
input[type="checkbox"]:checked + span {
  background-image:url("../img_recruit/common/btn_checkbox_on.png");
}
input[type="radio"]:checked + span {
  background-image:url("../img_recruit/common/btn_radio_on.png");
}

/* Color
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.cat.cat_green {
    background:#01caa4;
}
.cat.cat_blue {
    background:#00c4dc;
}
.cat.cat_pink {
    background:#ff6d78;
}
.cat.cat_2 {
    background-color: #ff4273;
}
.cat.cat_3 {
    background-color: #209df4;
}
.cat.cat_4 {
    background-color: #31cb2d;
}


