@charset "utf-8";

.subcont__header__inner {
  position : relative;
  width : 100%;
  margin : 0 auto;
}

@media screen and (max-width: 768px) {
  .subcont__header__inner {
    width : 100%;
  }
}

.subcont__header__inner img {
  width : 100%;
}

@media screen and (max-width: 540px) {
  .subcont__header__inner {
    padding-top : 10px;
  }
}

.copy {
  position : absolute;
  right : 0;
  bottom : 60px;
  left : 0;
  text-align : center;
}

@media screen and (max-width: 768px) {
  .copy {
    bottom : -18%;
  }
}

@media screen and (max-width: 540px) {
  .copy {
    bottom : 5%;
  }
}

.copy h2 {
  margin-bottom : 18px;
}

@media screen and (max-width: 540px) {
  .copy h2 {
    margin-bottom : 8px;
  }

  .copy h2 img {
    display : block;
    width : 32%;
    margin : 0 auto;
  }
}

/*jobDetail head*/
.date {
  margin-top : 60px;
}

@media screen and (max-width: 540px) {
  .date {
    margin-top : 20px;
  }
}

.date p {
  font-size : 14px;
  font-size : 1.4rem;
}

.jobDetail__headline {
  display : flex;
  flex-flow : column;
  align-items : flex-start;
  margin : 24px 0;
}

@media only screen and (max-width: 767px) {
  .jobDetail__headline {
    margin-bottom : 0;
  }
}

.tag_list__item {
  display : block;
  float : left;
  margin-right : 10px;
}

.jobDetail__jobname {
  color : #004678;
  font-size : 24px;
  font-size : 2.4rem;
}

@media only screen and (max-width: 767px) {
  .jobDetail__jobname {
    font-size : 18px;
    font-size : 1.8rem;
  }
}

/*copySpace*/
.copySpace {
  display : flex;
  justify-content : space-between;
}

@media only screen and (max-width: 767px) {
  .copySpace {
    display : block;
  }
}

.job__slider{
  margin-bottom: 20px;
  height: max-content !important;
}

.jobImage {
  width : 46.875%;
}

@media only screen and (max-width: 767px) {
  .jobImage {
    width : 80%;
    margin : 0 auto 20px;
  }
}

/* === swiper 導入 ======================================== */

.job-image img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 480px;
}

.thumbnail {
  margin-top: 12px;
}

.thumbnail .swiper-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.thumbnail .swiper-slide {
  width: auto !important;
  opacity: 0.6;
  transition: opacity 0.2s ease;
}

/* 選択中 */
.thumbnail .swiper-slide-thumb-active {
  opacity: 1;
}

/* サムネイル内画像 */
.thumbnail-image img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

/* クリック領域（タップしやすさ） */
.thumbnail-image {
  cursor: pointer;
}

/* ====================================================== */

.thumbnail .slick-track {
  transform:unset!important;
  }

.thumbnail-image{
  margin-right: 10px;
}

.copy__part {
  flex-basis : 48.958%;
}

.job_catch_copy {
  margin-bottom : 38px;
  font-weight : bold;
  font-size : 18px;
  font-size : 1.8rem;
}
@media only screen and (max-width: 767px) {
  .job_catch_copy {
    margin-bottom : 14px;
  }
}

.jobDetail__keywordtag{
  margin-top: min(4vw,45px);
}

@media screen and (max-width: 768px)  {
  .jobDetail__keywordtag{
    margin-bottom: min(4vw,15px);
  }
  }
  
  .tag-box {
    display: flex;
    flex-wrap: wrap;
  }
  
  .tag-l {
    color: #fff;
    background: #5b8acd;
    padding: min(0.67568vw, 10px);
    display: inline-block;
    vertical-align: middle;
    margin: 0 min(0.33784vw, 5px) min(0.67568vw, 10px);
    border-radius: 4px;
    line-height: 1;
    font-family: 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, '游ゴシック', 'Yu Gothic', '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium';
  }

/*jobDetail*/
.job_body_block {
  margin-top : 50px;
}

@media only screen and (max-width: 767px) {
  .job_body_block {
    margin-top : 30px;
  }
}

.jobDetail-title {
  background : #EBECEE;
  text-align : center;
}
.jobDetail-title h3 {
  color : #004678;
  font-weight : bold;
  font-size : 18px;
  font-size : 1.8rem;
  line-height : 2;
  letter-spacing : .5rem;
}

/*job_outline*/
.job_outline_item {
  display : flex;
  border-bottom : 1px dotted #333;
}

@media only screen and (max-width: 767px) {
  .job_outline_item {
    flex-flow : column;
  }
}

.job_outline_item_ttl {
  flex : 0 0 200px;
  padding : 20px 10px;
  color : #004678;
  font-weight : 700;
}

@media only screen and (max-width: 767px) {
  .job_outline_item_ttl {
    flex : 0 0 0;
    padding : 20px 10px 0;
    font-weight : 700;
  }
}

.job_outline_item_txt {
  flex : 1 1 100%;
  padding : 20px 10px;
}

@media only screen and (max-width: 767px) {
  .job_outline_item_txt {
    flex : 1 1 100%;
    padding : 0 10px 20px;
  }
}

/*worklocation*/
.location{
  display: flex;
}

.map_link{
  margin-left: 18px;
}

.map_link a{
  color: #6dbbe5;
  border: 4px solid #6dbbe5;
  border-radius: 6px;
  padding: 2px 8px;
  font-weight: bold;
  font-family: 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, '游ゴシック', 'Yu Gothic', '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium';
}

/*jobEntry*/
.jobEntry-title {
  background : #EBECEE;
  text-align : center;
}

.jobEntry-title h3 {
  color : #004678;
  font-weight : bold;
  font-size : 18px;
  font-size : 1.8rem;
  line-height : 2;
  letter-spacing : .5rem;
}

/*entry_outline*/
.entry_outline_item {
  display : flex;
  border-bottom : 1px dotted #333;
}

@media only screen and (max-width: 767px) {
  .entry_outline_item {
    flex-flow : column;
  }
}

.entry_outline_item_ttl {
  flex : 0 0 200px;
  padding : 20px 10px;
  font-weight : 700;
}

@media only screen and (max-width: 767px) {
  .entry_outline_item_ttl {
    flex : 0 0 0;
    padding : 20px 10px 0;
    font-weight : 700;
  }
}

.entry_outline_item_txt {
  flex : 1 1 100%;
  padding : 20px 10px;
}

@media only screen and (max-width: 767px) {
  .entry_outline_item_txt {
    flex : 1 1 100%;
    padding : 0 10px 20px;
  }
}

/*btn_job-entry*/
.btn_area{
    margin: 24px 0;
    background-color: rgba(222, 237, 245, 0.8);
    padding: 18px 0;
    text-align: center;
}

.btn_job-entry {
  width : 50%;
  font-size: 24px;
  font-size: 2.4rem;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .btn_job-entry {
    width : 260px;
  }
}

.btn_job-entry a {
  padding : 8px 0;
  background-color: #fff;
  border: 1px solid #567588;
  transition: .3s;
}

.btn_job-entry a:hover {
    background: #e6e6e6;
    transition: .3s;
}

.back_list{
    width: 16%;
    margin: 20px auto;
}

@media screen and (max-width: 540px) {
  .back_list{
    width: 35%;
}
}

.bg_option{
    background: #fff;
    border: 1px solid #567588;
    transition: .3s;
    display: block;
    padding: 6px 0;
    text-align: center;
}
.bg_option:hover{
    background: #e6e6e6;
    transition: .3s;
}

.sticky_bottom{
  display: none;
}

/* ============================================
// common__parts
// ==========================================*/
.subcont__sec {
  position: relative;
}

.subcont__header {
  position: relative;
}

/*角丸ボタン*/
.round_btn {
  text-align: center;
}

.round_btn a {
  display: block;
  position: relative;
  width: 100%;
  border-radius: 6px;
}

.bg_orangered-bg_white {
  background: #F18C43;
}

.bg_dark-blue-bg_white {
  background: #527CC1;
}

:hover>.bg_orangered-bg_white,
:hover>.bg_dark-blue-bg_white{
  background: #FFF;
}

/*角丸ボタン 文字色*/
.font_white {
  color: #FFF;
}

.font_white-font_dark-blue{
  color: #FFF;
}

.font_white-font_orangered{
  color: #fff;
}

:hover>.font_white-font_orangered {
  color: #FE641A;
}

:hover>.font_white-font_light-blue {
  color: #004678;
}

:hover>.font_white-font_dark-blue {
  color: #002155;
}

:hover>.font_white-font_black {
  color: #333;
}

/*矢印*/
/*右向き*/
.ico_arrow-right:after {
  display: inline-block;
  position: absolute;
  right: 4rem;
  transform: translateY(50%);
  width: 1em;
  height: 1em;
  content: '';
  transition: all .3s;
  pointer-events: none;
}

/* ============================================
// breadcrumb
// ==========================================*/
.breadcrumbs {
  background: #FFF;
}

@media screen and (max-width: 544px) {
  .breadcrumb {
    font-size: 10px;
    font-size: 1rem;
  }
}

.breadcrumb__inner {
  padding: 8px 0;
}

@media screen and (max-width: 544px) {
  .breadcrumb__inner {
    padding: 8px 5%;
  }
}

.breadcrumb ol {
  display: inline-block;
  margin-bottom: 0;
}

.breadcrumb ol li {
  display: inline;
}

.breadcrumb__list__item:not(:last-child):after {
  display: inline-block;
  margin-right: 7px;
  margin-left: 7px;
  font-size: 1.2rem;
  content: '＞';
}

@media screen and (max-width: 544px) {
  .breadcrumb__list__item:not(:last-child):after {
    margin-right: 5px;
    margin-left: 5px;
  }
}