@charset "utf-8";

/* ===============================================
# ヘッダー
=============================================== */
header .area_bottom{
  display: none;
}

/* ===============================================
# フッター
=============================================== */
footer{
  padding-bottom: 30px;
}


/* ===============================================#
ページ内共通パーツ
=============================================== */
/* pcmn_ttl_sec3 */
.pcmn_ttl_sec3{
  position: relative;
  padding-bottom: 10px;
}
.pcmn_ttl_sec3::before{
  content: "";
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg,rgba(215, 146, 173, 1) 0%, rgba(127, 173, 210, 1) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
}
.pcmn_ttl_sec3 .ttl{
  font-size: 3.2rem;
}
/* pcmn_ttl_sec4 */
.pcmn_ttl_sec4{
  position: relative;
  margin-top: 20px;
}
.pcmn_ttl_sec4::before{
  content: "";
  display: block;
  height: 28px;
  width: 5px;
  background: linear-gradient(180deg,rgba(215, 146, 173, 1) 0%, rgba(127, 173, 210, 1) 100%);
  position: absolute;
  left: 0;
  top: 50%;
  transform:translateY(-50%);
}
.pcmn_ttl_sec4 .ttl{
  font-size: 2.2rem;
  font-weight: bold;
  padding: 2px 0 2px 17px;
}
/* pcmn_ttl_sec5 */
.pcmn_ttl_sec5{
  border-top: 1px solid #ccd9e3;
  border-bottom: 1px solid #ccd9e3;
  margin-top: 50px;
}
.pcmn_ttl_sec5 .ttl{
  font-size: 2.5rem;
  font-weight: bold;
  padding: 15px 10px;
  line-height: 1;
}
/* pcmn_txt */
.pcmn_txt{
  margin-top: 24px;
  line-height: 1.5;
}
@media screen and (max-width :834px){
  .pcmn_ttl_sec3{
    padding-bottom: 6px;
  }
  .pcmn_ttl_sec3 .ttl{
    font-size: 2.1rem;
  }
  .pcmn_ttl_sec4 .ttl{
    font-size: 1.8rem;
    padding: 2px 0 1px 14px;
  }
  .pcmn_ttl_sec5{
    margin-top: 40px;
  }
  .pcmn_ttl_sec5 .ttl{
    font-size: 1.6rem;
    padding: 10px 8px;
  }
}
/* pcmn_btn_link */
.pcmn_btn_link{
  background: linear-gradient(90deg,rgba(215, 146, 173, 1) 0%, rgba(127, 173, 210, 1) 100%);
  color: #fff;
  font-weight: bold;
  min-width: 290px;
  min-height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin-top: 10px;
  box-shadow: 0px 0px 15px -6px rgba(0,0,0,0.7);
  position:relative;
}
.pcmn_btn_link .ico_blank{
  width: 22px;
  margin-left: 10px;
}
.pcmn_btn_link.round{
  border-radius: 50px;
  min-width: 350px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}
.pcmn_btn_link.round::after{
  content: "";
  display: block;
  width: 31px;
  height: 12px;
  position: absolute;
  right: 35px;
  top: 50%;
  transform: translateY(-50%);
  background:url(/kobe_souzou/common/img/ico_arrow_wt.svg)no-repeat;
  background-size: contain;
}
@media screen and (max-width :834px){
  .pcmn_btn_link{
    min-width: 240px;
    min-height: 50px;
  }
  .pcmn_btn_link.round{
    min-width: auto;
    width: 100%;
    max-width: 400px;
  }
}


/* ===============================================#
main
=============================================== */
main::before{
  content: "";
  display: block;
  width: 100%;
  height: 420px;
  background-image: url(/kobe_souzou/recruit/img/bg_content.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 0;
}
.wrap_content{
  width: 95%;
  max-width: 1440px;
  padding: 65px 6.25% 80px 6.25%;
  background-color: #fff;
  margin-top: 120px;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
  position: relative;
}
@media screen and (max-width :834px){
  .wrap_content{
    width: 100%;
    margin-top: 30px;
    padding: 20px 4%;
  }
}

/* タブメニュー */
.list_tabmenu{
  display: flex;
  position: relative;
  margin-top: 35px;
}
.list_tabmenu::before{
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #023f73;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.list_tabmenu li{
  width: 15.625%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.list_tabmenu li button{
  background-color: #023f73;
  height: 100%;
  color: #fff;
  text-align: center;
  font-weight: bold;
  width: 100%;
  line-height: 1.5;
  padding: 10px 0;
}
.list_tabmenu li button .main{
  font-size: 2rem;
  display: block;
}
.list_tabmenu li button.is_active{
  background-color: #fff;
  border-top: 1px solid #023f73;
  border-right: 1px solid #023f73;
  border-left: 1px solid #023f73;
  color: #023f73;
  opacity: 1;
  cursor: default;
}
.list_tabmenu li button.is_active:hover{
  opacity: 1;
}
@media screen and (min-width :835px){
  .list_tabmenu li + li{
    margin-left: 1.25%;
  }
  .list_tabmenu.bottom{
    display: none;
  }
}
@media screen and (max-width :834px){
  .list_tabmenu{
    flex-wrap: wrap;
    margin-top: 23px;
  }
  .list_tabmenu::before{
    content: none;
  }
  .list_tabmenu li{
    width:33.3%;
    border: 1px solid #023f73;
  }
  .list_tabmenu li button{
    background-color: #b3c5d5;
    border: none;
    line-height: 1.25;
  }
  .list_tabmenu li button .main{
    font-size: 1.5rem;
  }
  .list_tabmenu li button .sub{
    font-size: 1.2rem;
  }
  .list_tabmenu li button.is_active{
    border: none;
  }
  .list_tabmenu li:nth-child(3n+2),
  .list_tabmenu li:nth-child(3n+3){
    border-left: none;
  }
  .list_tabmenu li:nth-child(n+4){
    border-top: none;
  }
}

.wrap_tab_content{
  margin-top: 50px;
  position: relative;
}
.tab_content{
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  transition:
    opacity 0.1s ease-out,
    visibility 0.1s ease-out;
}
.tab_content.is_show{
  opacity: 1;
  visibility: visible;
  position: relative;
  transition:
    opacity 0.6s ease-in,
    visibility 0.6s ease-in;
}
@media screen and (max-width :834px){
  .wrap_tab_content{
    margin-top: 33px;
  }
}

/* table_recruit */
.wrap_table{
  margin-top: 30px;
}
.table_recruit{
  width: 100%;
}
.table_recruit th{
  border-bottom: 1px solid #023f73;
  background-color: #e5ebf1;
  color: #023f73;
  font-weight: bold;
  padding: 8px 10px;
  width: 20%;
  text-align-last: left;
}
.table_recruit th:first-of-type{
  border-top: 1px solid #023f73;
}
.table_recruit td{
  border-bottom: 1px solid #a9a9a9;
  padding: 8px 10px;
}
.table_recruit td:first-of-type{
  border-top: 1px solid #a9a9a9;
}
@media screen and (max-width :834px){
.wrap_table{
  margin-top: 20px;
}
.table_recruit th{
  padding: 8px 5px;
  width: 35%;
}
.table_recruit td{
  padding: 8px;
}
}
