﻿body {
  /* Chrome印刷用(背景色設定) */
  -webkit-print-color-adjust: exact;
}

#contents {
    margin: 0px;
}

.textOverflow {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.l_index .index-mv {
  margin-bottom: 15px;
}
.l_index .index-top__wrap {
  background-color: #EBF0F5;
  padding: 20px 0 30px;
}
.l_index .swiper-container {
  width: 100%;
  height: 100%;
  padding-bottom: 40px;
}
.l_index .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  border-radius: 6px;
  overflow: hidden;
  width: 800px;
  box-shadow: 0px 4px 12px rgba(0, 0, 74, 0.15);
}
.l_index .swiper-slide img {
  max-width: none;
  height:380px;
  width: auto;
}
.l_index .swiper-button-next,
.l_index .swiper-button-prev {
  top: calc(50% - 45px);
  margin-top: 0;
  width: 50px;
  height: 50px;
  background-color: #00338B;
  border-radius: 50%;
  box-shadow: 0px 2px 10px rgba(0, 0, 74, 0.3);
}
.l_index .swiper-button-next:after, .l_index .swiper-button-next:before,
.l_index .swiper-button-prev:after,
.l_index .swiper-button-prev:before {
  color: #fff;
  font-size: 2.0rem;
}
.l_index .swiper-button-next {
  right: calc(50% - 560px);
}
.l_index .swiper-button-next:after {
  padding-left: .2em;
}
@media all and (-ms-high-contrast: none) {
  .l_index .swiper-button-next:after {
    content: '>';
  }
}
.l_index .swiper-button-prev {
  left: calc(50% - 560px);
}
.l_index .swiper-button-prev:before {
  padding-right: .2em;
}
@media all and (-ms-high-contrast: none) {
  .l_index .swiper-button-prev:before {
    content: '<';
  }
}
.l_index .swiper-pagination-bullet {
  background-color: #00338B;
  width: 10px;
  height: 10px;
  opacity: 1;
}
.l_index .swiper-pagination-bullet-active {
  background-color: #F36421;
}
.l_index .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin-left: 11px;
  margin-right: 11px;
}
.l_index .index-history {
  margin-bottom: 66px;
}
.l_index .index-history .ttl_icon {
  padding: 4px 0 4px 30px;
  font-weight: 700;
  width: calc(100% - 240px);
  background-image: url(/career/assets/img/top/icon_history02.png);
}
.l_index .index-history .ttl_view-more {
  color: #00338B;
  background-color: #fff;
  display: inline-block;
  position: relative;
  padding: 10px 30px 10px 30px;
  border-radius: 6px;
  box-shadow: 0px 4px 12px rgba(0, 0, 74, 0.15);
  font-size: 1.4rem;
  width: 220px;
  text-align: center;
  font-weight: 600;
}
.l_index .index-history .ttl_view-more:after {
  position: absolute;
  top: calc(50% - 4px);
  right: 15px;
  content: '';
  width: 7px;
  height: 7px;
  transform: rotate(-135deg);
  border-bottom: 1px solid #00338B;
  border-left: 1px solid #00338B;
}
.l_index .notice {
  border: 2px solid #FC3601;
  border-radius: 6px;
  padding: 15px 15px 15px 40px;
  background-color: #fff;
  background-image: url(/career/assets/img/top/icon_exclamation.png);
  background-position: top 16px left 10px;
  background-repeat: no-repeat;
  margin-bottom: 43px;
}
.l_index .notice p {
  font-size: 1.4rem;
  color: #00338B;
}
.l_index .notice p a {
  color: #00338B;
}
.l_index .set .notice {
  margin-bottom: 30px;
}
.l_index .set_mypage-link {
  margin-top: 15px;
  text-align: right;
}
.l_index .set_mypage-link a {
  font-size: 1.4rem;
  color: #00338B;
  display: inline-block;
  padding-right: 1.4em;
  position: relative;
}
.l_index .set_mypage-link a:after {
  position: absolute;
  top: calc(50% - 4px);
  right: 5px;
  content: '';
  width: 7px;
  height: 7px;
  transform: rotate(-135deg);
  border-bottom: 1px solid #00338B;
  border-left: 1px solid #00338B;
}
.l_index .set .to-do_banner {
  position: absolute;
  top: 18px;
  right: 20px;
}
.l_index .set .to-do_banner a {
  background-color: #fff;
  border: 2px solid #3EC3BF;
  border-radius: 6px;
  font-size: 1.4rem;
  background-image: url(/career/assets/img/top/icon_todolist.png);
  background-position: center left 10px;
  background-repeat: no-repeat;
  padding: 4px 4px 4px 36px;
  display: inline-block;
  font-weight: 700;
}
.l_index .set .to-do_banner_icon {
  display: inline-block;
  background-color: #3EC3BF;
  color: #fff;
  border-radius: 6px;
  padding: 4px 14px;
  margin-left: .8em;
}
.l_index .set_inner {
  background: #C9D9EB;
  border-radius: 6px;
  padding: 22px 20px 15px;
  margin-bottom: 20px;
  position: relative;
}
.l_index .set_ttl1 {
    padding-bottom:20px;
}
.l_index .set_ttl {
  text-align: center;
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 24px;
  color: #353941;
  padding: 0 260px;
}
.l_index .set_ttl small {
  font-size: 1.8rem;
  font-weight: 400;
}
.l_index .set_list {
  display: flex;
}
.l_index .set_listL {
  margin-right: 8px;
}
.l_index .set_list-outer {
  display: flex;
}
.l_index .set_list li {
  width: 170px;
  position: relative;
  font-size: 1.6rem;
  font-weight: 700;
}
.l_index .set_list li:not(:last-of-type) {
  margin-right: 8px;
}
.l_index .set_list li figure {
  height: 77px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 16px;
}
.l_index .set_list a {
  display: block;
  width: 100%;
  height: 120px;
  box-shadow: 0px 5px 12px rgba(0, 0, 74, 0.15);
  border-radius: 6px;
  background: #fff;
  text-align: center;
}
.l_index .set_list .num {
  position: absolute;
  top: 13px;
  left: 89px;
  background: #F12100;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 400;
  padding: 2px 11px;
  border-radius: 30px;
  box-shadow: 0px 4px 5px rgba(0, 0, 74, 0.15);
}
.l_index .set_list .hint {
  position: absolute;
  top: -12px;
  left: 0;
  width: 170px;
  height: 24px;
  border-radius: 30px;
  background: linear-gradient(-90deg, #FF4600, #F39821);
  box-shadow: 0px 5px 12px rgba(0, 0, 74, 0.15);
  color: #fff;
  font-size: 1.2rem;
  line-height: 24px;
}
.l_index .set_list .hint2 {
  position: absolute;
  top: -26px;
  left: 0;
  width: 180px;
  height: 48px;
  border-radius: 30px;
  background: linear-gradient(-90deg, #FF4600, #F39821);
  box-shadow: 0px 5px 12px rgba(0, 0, 74, 0.15);
  color: #fff;
  font-size: 1.2rem;
  line-height: 24px;
}

.l_index .set_list .hint span {
  position: absolute;
  bottom: -6px;
  left: calc(50% - 4px);
  background: url(/career/assets/img/common/arrow.png) no-repeat;
  width: 9px;
  height: 6px;
  display: block;
}
.l_index .set_list .hint2 span {
  position: absolute;
  bottom: -6px;
  left: calc(50% - 4px);
  background: url(/career/assets/img/common/arrow.png) no-repeat;
  width: 9px;
  height: 6px;
  display: block;
}
.l_index .index-main {
  padding: 40px 0;
  position: relative;
  z-index: 0;
}
.l_index .index-main_inner {
  display: flex;
  justify-content: space-between;
}
.l_index .index-main .index-contents {
  width: 760px;
}
.l_index .index-main .index-contents section {
  margin-bottom: 43px;
}
.l_index .index-main .featured-jobs-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 36px 20px;
}
.l_index .index-main .featured-jobs-wrapper figure {
  width: 25%;
  padding-left: 7.5px;
  padding-right: 7.5px;
  margin-bottom: 15px;
  height: 54px;
  text-align: center;
}
.l_index .index-main .featured-jobs-wrapper figure a {
  height: 100%;
}
.l_index .index-main .featured-jobs-wrapper figure img {
  height: 100%;
  width: auto;
}
.l_index .index-main .featured-jobs .ttl_icon {
  background-image: url(/career/assets/img/top/icon_star.png);
  padding-left: 25px;
}
.l_index .index-main .index-main-history .ttl_icon {
  background-image: url(/career/assets/img/top/icon_history02.png);
  padding-left: 30px;
}
.l_index .index-main .index-main-history .contents_item {
  width: 240px;
  margin-left: 20px;
}
.l_index .index-main .index-main-history .contents_item:first-child {
  margin-left: 0;
}
.l_index .index-main .index-main-history .contents_item-img img {
  width: 100%;
  max-width: none;
}
.l_index .index-main .contents_item {
  width: 240px;
  margin-left: 20px;
}
.l_index .index-main .contents_item:first-child {
  margin-left: 0;
}
.l_index .index-main .contents_item-img img {
  width: 100%;
  max-width: none;
}
.l_index .index-main .job-change-event .ttl_icon {
  background-image: url(/career/assets/img/top/icon_flag.png);
  padding-left: 30px;
}
.l_index .index-main .index-pick-up .ttl_icon {
  background-image: url(/career/assets/img/top/icon_star02.png);
  padding-left: 30px;
}
.l_index .index-main .index-special .ttl_icon {
  background-image: url(/career/assets/img/top/icon_paper.png);
  padding-left: 30px;
}
.l_index .index-main .index-knowhow .ttl_icon {
  background-image: url(/career/assets/img/top/icon_book.png);
  padding-left: 30px;
}
.l_index .index-main .contents_list.contents_list_col2 {
  flex-wrap: wrap;
  margin: 0 -10px;
}
.l_index .index-main .contents_list.contents_list_col2 .contents_item {
  width: calc(50% - 20px);
  margin: 0 10px 20px;
}
.l_index .index-main .contents_list.contents_list_col2 .contents_item a {
  display: flex;
}
.l_index .index-main .contents_list.contents_list_col2 .contents_item-img {
  width: 123px;
}
.l_index .index-main .contents_list.contents_list_col2 .contents_item-img img {
  width: 100%;
   width: 123px;
  height: 123px;
  object-fit: contain;
  font-family: 'object-fit: contain;';
}
.l_index .index-main .contents_list.contents_list_col2 .contents_item-meta {
  width: calc(100% - 153px);
  margin: 12px 15px 12px;
}
.l_index .index-main .contents_list.contents_list_col2 .contents_item-meta dt {
  font-size: 1.4rem;
  line-height: 1.2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.l_index .index-main .contents_list.contents_list_col2 .contents_item-meta dd {
  font-size: 1.2rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.l_index .index-main .index-sidebar {
  width: 300px;
}
.l_index .index-main .index-sidebar-login {
  border-radius: 6px;
  overflow: hidden;
  background-color: #EBF0F5;
  margin-bottom: 20px;
}
.l_index .index-main .index-sidebar-login-header {
  background-color: #D0DDEB;
  padding: 15px;
}
.l_index .index-main .index-sidebar-login-body {
  padding: 15px;
}
.l_index .index-main .index-sidebar .btn-orange {
  display: block;
  text-align: center;
  background: linear-gradient(to right, #f39821 0%, #ff4600 100%);
  box-shadow: 0px 4px 12px rgba(0, 0, 74, 0.3);
  font-size: 1.8rem;
  color: #fff;
  border-radius: 6px;
  padding: 16px 8px;
  margin-bottom: 10px;
  font-weight: 600;
}
.l_index .index-main .index-sidebar .btn-white {
  display: block;
  text-align: center;
  background: #fff;
  box-shadow: 0px 4px 12px rgba(0, 0, 74, 0.2);
  font-size: 1.8rem;
  color: #1166CC;
  border-radius: 6px;
  padding: 16px 8px;
  font-weight: 600;
}
.l_index .index-main .index-sidebar .btn-help {
  font-weight: 600;
  position: relative;
  display: block;
  text-align: center;
  background: #fff;
  box-shadow: 0px 4px 12px rgba(0, 0, 74, 0.1);
  font-size: 1.6rem;
  color: #1166CC;
  border-radius: 6px;
  padding: 8px 30px 8px 30px;
  color: #F36421;
}
.l_index .index-main .index-sidebar .btn-help small {
  font-weight: 400;
  font-size: 1.1rem;
  color: #75829E;
  display: block;
}
.l_index .index-main .index-sidebar .btn-help:after {
  position: absolute;
  top: calc(50% - 4px);
  right: 15px;
  content: '';
  width: 7px;
  height: 7px;
  transform: rotate(-135deg);
  border-bottom: 1px solid #F36421;
  border-left: 1px solid #F36421;
}
.l_index .index-main .index-sidebar-contents {
  border-top: 3px solid #CBD8E6;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0px 4px 12px rgba(0, 0, 74, 0.15);
  margin-bottom: 20px;
  padding: 16px 10px;
}
.l_index .index-main .index-sidebar-contents ul.sidebar_normal_list {
  margin-bottom: -16px;
}
.l_index .index-main .index-sidebar-contents ul.sidebar_normal_list li {
  border-bottom: 1px solid #E1E4E7;
}
.l_index .index-main .index-sidebar-contents ul.sidebar_normal_list li a {
  color: #00338B;
  font-size: 1.4rem;
  display: block;
  text-align: center;
  padding: 15px 10px;
}
.l_index .index-main .index-sidebar-contents ul.sidebar_normal_list li:last-child {
  border-bottom: none;
}
.l_index .index-main .index-sidebar-contents h2 {
  padding-bottom: 10px;
  font-size: 1.8rem;
  text-align: center;
  color: #353941;
  border-bottom: 1px solid #E1E4E7;
  font-weight: 600;
}
.l_index .index-main .index-sidebar-contents .view-more-wrap {
  text-align: right;
  margin-top: 14px;
}
.l_index .index-main .index-sidebar-contents .view-more-wrap .view-more {
  font-size: 1.4rem;
  color: #00338B;
  display: inline-block;
  padding-right: 1em;
  position: relative;
}
.l_index .index-main .index-sidebar-contents .view-more-wrap .view-more:after {
  position: absolute;
  top: calc(50% - 4px);
  right: 2px;
  content: '';
  width: 7px;
  height: 7px;
  transform: rotate(-135deg);
  border-bottom: 1px solid #00338B;
  border-left: 1px solid #00338B;
}
.l_index .index-main .index-sidebar .ranking_item {
  border-bottom: 1px solid #E1E4E7;
  position: relative;
}
.l_index .index-main .index-sidebar .ranking_item > a {
  padding: 18px 0 10px;
  display: flex;
  justify-content: space-between;
}
.l_index .index-main .index-sidebar .ranking_item-img img {
  width: 81px;
  height: 61px;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}
.l_index .index-main .index-sidebar .ranking_item-meta {
  width: calc(100% - 91px);
}
.l_index .index-main .index-sidebar .ranking_item-ttl {
  color: #00338B;
  font-size: 1.4rem;
  margin-bottom: 8px;
  font-weight: 700;
}
.l_index .index-main .index-sidebar .ranking_item-info {
  font-size: 1.2rem;
}
.l_index .index-main .index-sidebar .ranking_item-info img {
  margin-right: 7px;
  width: 14px;
}
.l_index .index-main .index-sidebar .ranking_item-info li:last-child img {
  margin-right: 8px;
  margin-left: 2px;
  width: 11px;
}
.l_index .index-main .index-sidebar .ranking_icon {
  position: absolute;
  top: 3px;
  left: 0px;
}
.l_index .index-main .index-sidebar-banner {
  margin-bottom: 20px;
}
.l_index .index-main .index-sidebar-banner figure {
  margin-bottom: 10px;
}
.l_index .index-main .index-sidebar-snslink {
  margin-top: 16px;
  text-align: center;
}
.l_index .index-main .index-sidebar-snslink .snslink {
  margin: 0 4px 8px;
}
.l_index .index-main .index-sidebar-snslink .snslink a {
  display: flex;
  width: 100%;
  align-items: center;
  border: 1px solid #E1E4E7;
  border-radius: 6px;
  height: 57px;
  padding: 4px 10px 4px 30px;
  font-size: 1.4rem;
  font-weight: 700;
}
.l_index .index-main .index-sidebar-snslink .snslink a figure {
  width: 40px;
  margin-right: 12px;
}
.l_index .index-main .index-sidebar-snslink .snslink__app a {
  color: #F36421;
}
.l_index .index-main .index-sidebar-snslink .snslink__line a {
  color: #00B900;
}
.l_index .index-main .index-sidebar-snslink .snslink__tw a {
  color: #1DA1F2;
}
.l_index .index-main .index-sidebar-snslink .snslink__fb a {
  color: #1877F2;
}
.l_index .index-scroll-bg {
  min-width: 1140px;
  max-width: 100%;
  width: 100%;
  overflow: hidden;
  position: fixed;
  z-index: -1;
  top: auto;
  bottom: 0;
  left: 0;
  line-height: 0;
  opacity: 0;
}
.l_index .index-scroll-bg.index-scroll-bg-noactive {
  position: absolute;
  bottom: auto;
}
.l_index .index-scroll-bg img {
  max-width: none;
  vertical-align: bottom;
}

.index-scroll-end + * {
  margin-top: -10px;
}

.index-contents-bottom {
  padding-bottom: 60px;
  background-color: #F1F7FF;
  padding-top: 55px;
}
.index-contents-bottom .index-contents-bottom--ttl {
  text-align: center;
  color: #00338B;
  margin-bottom: 44px;
  font-size: 3rem;
  font-weight: 700;
}
.index-contents-bottom--inner {
  display: flex;
  margin: 0 -15px;
}
.index-contents-bottom--item {
  width: 33.333%;
  padding-right: 15px;
  padding-left: 15px;
}
.index-contents-bottom--item_img {
  text-align: center;
  margin-bottom: 24px;
}
.index-contents-bottom--item_ttl {
  color: #353941;
  font-size: 2.4rem;
  margin-bottom: 15px;
  text-align: center;
  font-weight: 700;
}
.index-contents-bottom--item_txt {
  font-size: 1.2rem;
  color: #586075;
}
.index-contents-bottom-login {
  background-color: #75829E;
  padding: 30px 0;
}
.index-contents-bottom-login__inner {
  display: flex;
  justify-content: center;
  align-items: center;
}
.index-contents-bottom-login__inner .btn-orange {
  display: block;
  text-align: center;
  background: linear-gradient(to right, #f39821 0%, #ff4600 100%);
  box-shadow: 0px 4px 12px rgba(0, 0, 74, 0.3);
  font-size: 1.8rem;
  color: #fff;
  border-radius: 6px;
  padding: 16px 8px;
  margin-left: 10px;
  margin-right: 10px;
  width: 370px;
  font-weight: 600;
}
.index-contents-bottom-login__inner .btn-white {
  display: block;
  text-align: center;
  background: #fff;
  box-shadow: 0px 4px 12px rgba(0, 0, 74, 0.2);
  font-size: 1.8rem;
  color: #1166CC;
  border-radius: 6px;
  padding: 16px 8px;
  margin-left: 10px;
  margin-right: 10px;
  width: 370px;
  font-weight: 600;
}

.logined .nologin-item,
.logined .index-main-history,
.logined .index-contents-bottom,
.logined .index-contents-bottom-login,
.logined .index-sidebar-login,
.logined .index-contents .notice {
  display: none;
}

.no_login .login-item,
.no_login .index-top__wrap .set,
.no_login .index-top__wrap .index-history {
  display: none;
}

.sp_view-more {
  display: none;
}

.search__ttl_sp {
  display: none;
}

@media print{

@-moz-document url-prefix() {
  .index-main{
    margin-bottom: 300px;
  }
}

}
    
/* 20201218 JAST追記 */

.modal-btn .search-box02__history_txt {
    display: none;
    font-weight:initial;
    padding-top: 4px;
}

/* 20201218 JAST追記 */

/* 20210108 JAST追記 */

.chk-todofuken {
    font-weight: 700;
}

.chk-shikuchoson span {
    display: block;
    padding-left: 25px;
}

.youtube-video-evt {
    height: 120px;
    object-fit: contain;
    width: 100%;
    max-width: none;
    vertical-align: bottom;
}

/* 20210108 JAST追記 */

.contents_item-info li img{
  width: 16px;
}
.contents_item-info li:last-child img{
  width: 11px;
}