@charset "UTF-8";
.entry.top .page_top._bg {
  background-image: url("../img/entry/page_top.webp");
}
.entry.top .content_area {
  padding-top: 30px;
}
@media screen and (min-width: 768px) {
  .entry.top .content_area {
    padding-top: 60px;
  }
}
.entry.mid-career .page_top._bg {
  background-image: url("../img/entry/mid-career/page_top.webp");
  background-position: center 36%;
}
.entry.mid-career .content_area {
  padding: 30px 0;
}
.entry.mid-career .content_area .index .heading-line {
  margin-bottom: 15px;
}
.entry.mid-career .content_area .index .heading-line::after {
  max-width: 700px;
}
.entry.mid-career .content_area .index .heading-line span {
  background: #fff;
  font-size: 20px;
}
.entry.mid-career .content_area .index .tab_wrapper {
  margin-top: 25px;
}
.entry.mid-career .content_area .index .tab_wrapper .tab-area {
  display: flex;
  /* flexで横並び */
  border: 1px solid #fff;
  cursor: pointer;
  /* カーソルポインターに */
}
.entry.mid-career .content_area .index .tab_wrapper .tab {
  width: calc(100%/3);
  /* calc関数を使用し、均等に3分割する */
  padding: 9px;
  text-align: center;
  /* 文字を中央に。 */
  font-size: 14px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 102px;
  font-weight: 600;
  background: #F2F0ED;
  line-height: 1.4;
}
.entry.mid-career .content_area .index .tab_wrapper .tab span {
  margin-bottom: .5em;
  font-size: 11px;
}
.entry.mid-career .content_area .index .tab_wrapper .tab:nth-child(n+2) {
  border-left: 1px solid #fff;
}
.entry.mid-career .content_area .index .tab_wrapper .tab.active {
  background-color: #EE7800;
  color: #fff;
}
.entry.mid-career .content_area .sec_01 .panel {
  display: none;
  text-align: left;
}
.entry.mid-career .content_area .sec_01 .panel .heading-bullet {
  margin-bottom: 10px;
}
.entry.mid-career .content_area .sec_01 .panel p {
  margin-bottom: 25px;
}
.entry.mid-career .content_area .sec_01 .panel .link-btn {
  max-width: 400px;
  margin: 0 auto;
}
.entry.mid-career .content_area .sec_01 .panel.active {
  display: block;
}
@media screen and (min-width: 768px) {
  .entry.mid-career .content_area {
    padding: 60px 0;
  }
  .entry.mid-career .content_area .index {
    margin-bottom: 100px;
  }
  .entry.mid-career .content_area .index .heading-line span {
    padding: 0 1em;
  }
  .entry.mid-career .content_area .index .tab_wrapper {
    margin: 25px auto 0;
    max-width: 700px;
  }
  .entry.mid-career .content_area .index .tab_wrapper .tab {
    font-size: 16px;
  }
  .entry.mid-career .content_area .index .tab_wrapper .tab span {
    font-size: 13px;
  }
}
.entry.newgrad .page_top._bg {
  background-image: url("../img/entry/newgraduate/page_top.jpg");
  background-position: center 36%;
}
.entry.newgrad .content_area {
  padding: 30px 0 0;
}
.entry.newgrad .content_area .heading-line span {
  background: #F2F0ED;
}
.entry.newgrad .content_area .link-btn {
  max-width: 400px;
  margin: 0 auto;
}
.entry.newgrad .content_area .sec_03 {
  background: #F2F0ED;
  margin-bottom: 0;
  padding: 40px 0;
}
@media screen and (min-width: 768px) {
  .entry.newgrad .content_area {
    padding: 60px 0 0;
  }
}
.entry .section-index .links_box {
  border: 1px solid #454e5378;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 18px;
}
.entry .section-index .links_box a {
  position: relative;
  margin: 0 20px;
  padding-left: 30px;
}
.entry .section-index .links_box a::before {
  content: url("../img/common/arrow-btm.svg");
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  transform: translateY(-70%);
  left: 8px;
}
@media screen and (min-width: 768px) {
  .entry .section-index .links_box {
    padding: 30px;
  }
}
@media not screen and (min-width: 768px) {
  .entry .scroll-wrapper img {
    width: 768px;
    padding: 0 34px;
    border-radius: 0;
  }
}

/*
===============================================================================
旧サイトCSS
=============================================================================== */
.page-entry-sub-title .entry-sub-title {
  display: inline-block;
  margin-bottom: 1.5rem;
  padding: .5rem 1.5rem;
  font-size: 1.6rem;
  color: #FFF;
  background: #EE7800;
}

.list-items {
  padding: 0;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin: 0 auto;
  font-feature-settings: "palt";
  letter-spacing: 0.5px;
}

.list-items a:hover {
  color: inherit;
}

.list-items-item {
  position: relative;
  display: flex;
  min-width: 0;
  word-wrap: break-word;
  width: 33.33%;
  margin-right: 1rem;
  margin-left: 1rem;
  border-radius: 4px;
  overflow: hidden;
  background-color: #fff;
  margin-bottom: 1rem;
}

.list-items a {
  display: block;
  width: 100%;
}

.list-items a:hover img {
  transform: scale(1.1) translateZ(0);
}

.list-items figure {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 160px;
  background: #EDF0F3;
  margin: 0;
  border: 1px solid #EDF0F3;
}

.list-items figure img {
  transition: all 0.35s ease;
  display: block;
  margin: auto;
  position: absolute;
  left: -100%;
  top: -100%;
  right: -100%;
  bottom: -100%;
  max-width: unset;
  height: 100%;
  object-fit: cover;
  border-radius: 0;
}

.list-items figcaption {
  padding: .5rem 1rem;
}

.list-items-title {
  font-weight: 600;
  letter-spacing: 0.032em;
  font-size: 15px;
  line-height: 23px;
  margin-top: .8em;
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .list-items {
    flex-flow: row wrap;
    margin-right: -1rem;
    margin-left: -1rem;
  }

  .list-items-item {
    display: flex;
    min-width: calc(33.33% - 2rem);
    max-width: calc(33.33% - 2rem);
    margin-bottom: 2rem;
  }
}
@media (max-width: 991px) {
  .list-items figure img {
    width: 100%;
    height: auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .list-items {
    flex-flow: row wrap;
  }

  .list-items-item {
    width: calc(50% - 2rem);
    max-width: 334px;
  }
}
@media (max-width: 767px) {
  .list-items {
    flex-flow: column;
    margin-right: -1rem;
    margin-left: -1rem;
    align-items: center;
  }

  .list-items-item {
    width: 334px;
    max-width: calc(100% - 2rem);
  }
}
/* 改修 2022.12.1 */
.entry_grid .row {
  padding-top: .5em;
  padding-bottom: .5em;
  border-bottom: solid 1px #CCCCCC;
}

.entry_grid .row .col > div {
  width: 100%;
  height: 100%;
  min-height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: .2em;
}

.entry_grid .row.entry_category {
  padding-bottom: 0;
}

.entry_grid .entry_category .col > div {
  width: 100%;
  min-height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: .2em;
  background-color: #EE7800;
  font-size: 16px;
  font-weight: bold;
  color: #FFFFFF;
}

.entry_grid .entry_category .col:nth-child(2) > div {
  background-color: #1E7ACC;
}

.entry_grid .entry_category .col:nth-child(3) > div {
  background-color: #D7393B;
}

.entry_grid .entry_category .col:nth-child(4) > div {
  background-color: #0B793F;
}

.entry_grid .row .col > div > a {
  font-size: 14px;
  font-weight: 600;
  text-decoration: underline;
  color: #178CE8;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: .3s;
}

.entry_grid .row .col > div > a:hover {
  opacity: .8;
}

.entry_grid .row .col > div > a span {
  font-size: .875em;
}

.entry_grid .row:not(.entry_category) .col > div > a.entry_disabled {
  color: #E1E1E1;
  text-decoration: line-through;
}

.eigyo-area {
  margin-top: 60px;
}

.eigyo_contents p a {
  font-size: 14px;
  text-decoration: underline;
  color: #178CE8;
  display: block;
  transition: .3s;
}

.eigyo_contents p a:hover {
  opacity: .8;
}

@media (max-width: 767px) {
  .entry_grid .entry_category .col > div {
    font-size: 14px;
  }

  .entry_grid .row .col > div > a {
    font-size: 12px;
    letter-spacing: -.08em;
  }
}
