﻿.block + .block {
    margin-top: 60px;
}

.news_topic_link.shinsotsu .topic_category.chuto {
  background: #2599f7;
}

.news_topic_link.shinsotsu .topic_category.handicap {
  background: #30bfbf;
}

.check_recruit_list button {
  position: relative;
  text-align: center;
  font-weight: bold;
  display: block;
  border-radius: 45px;
  color: #fff;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  font-size: 20px;
  line-height: 1.5;
  width: 333px;
}

.check_recruit_list button span {
  position: absolute;
  display: inline-block;
  background: transparent;
  border-radius: 50%;
  line-height: 1;
  aspect-ratio: 1;
  border: solid 12px #fff;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  right: 30px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  vertical-align: baseline;
}

.check_recruit_list button span::before {
  position: absolute;
  content: "";
  opacity: 0;
  background-size: 100% auto;
  background-position: center;
  background-image: url(/cms/recruit/img/common/white_toggle.svg);
  background-repeat: no-repeat;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation-name: hoverspan;
  animation-name: hoverspan;
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
  border: none;
  width: 13px;
  height: 12px;
  -webkit-filter: brightness(0) saturate(100%) invert(23%) sepia(89%)
    saturate(1372%) hue-rotate(185deg) brightness(105%) contrast(103%);
  filter: brightness(0) saturate(100%) invert(23%) sepia(89%) saturate(1372%)
    hue-rotate(185deg) brightness(105%) contrast(103%);
}

.check_recruit_list .back_btn + span {
  background: #fff;
  border: solid 12px #0062b1;
  left: 30px;
}

.recruit_btn.blue2.back_btn {
  color: #0062b1;
  background: #fff;
}

button .recruit_btn.blue2 + span:before {
  -webkit-filter: brightness(0) saturate(100%) invert(23%) sepia(89%)
    saturate(262%) hue-rotate(325deg) brightness(105%) contrast(103%);
  filter: brightness(0) saturate(100%) invert(23%) sepia(89%) saturate(1372%)
    hue-rotate(185deg) brightness(105%) contrast(103%);
}

.check_recruit_list button:hover{
  opacity: 0.6;
}

button:hover .hover_btn + span {
  background-color: #fff;
}

button:hover .hover_btn + span:before {
  opacity: 1;
}

button:hover .hover_btn.back_btn + span {
  background-color: #0062b1;
}

.recruit_btn.blue2.back_btn + span:before {
  background-image: url("/cms/recruit/img/common/white_prev_toggle.svg");
  filter: brightness(0) invert(1);
}

.work_hover_block .hover_text{
  font-size: 16px;
}

.quest, .answer_ttl{
  font-size: 20px;
}

.answer.no_icn{
  margin-top: 0;
  padding-top: 0;
}

.block .more_link{
  margin-top: 30px;
}

.num_item {
  padding-left: 3em;
  text-indent: -3em;
}

.txt_item {
  padding-left: 0;
  text-indent: 0;
}

.dot_list .dot_list{
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .check_recruit_list .recruit_btn {
    margin-top: 0;
  }

  .check_recruit_list button {
    margin-bottom: 20px;
  }
}

/* ページャー（.pagenation 適用後ソース対応） */
.pagenation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .pagenation {
    margin-top: 60px;
    gap: 16px;
  }
}
@media screen and (max-width: 767px) {
  .pagenation {
    margin-top: 40px;
    gap: 10px;
  }
}
.pagenation > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .pagenation > ul {
    gap: 16px;
  }
}
@media screen and (max-width: 767px) {
  .pagenation > ul {
    gap: 10px;
  }
}
/* ページ番号リンク */
.pagenation > ul li a {
  position: relative;
  border-radius: 50%;
  font-family: "Montserrat";
  aspect-ratio: 1;
  display: -ms-grid;
  display: grid;
  place-items: center;
  border: solid 1px #acb3ba;
  color: #acb3ba;
  background: #fff;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .pagenation > ul li a {
    width: 40px;
    height: 40px;
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .pagenation > ul li a {
    width: 24px;
    height: 24px;
    font-size: 14px;
  }
}
/* 現在ページ */
.pagenation > ul li a.current {
  background: #0062b1;
  border-color: #0062b1;
  color: #fff;
}
/* 前後ナビボタン共通 */
.pagenation > li {
  list-style: none;
}
.pagenation > li > a.bg_blue {
  position: relative;
  border-radius: 50%;
  font-size: 0;
  aspect-ratio: 1;
  display: -ms-grid;
  display: grid;
  place-items: center;
  border: solid 1px #0062b1;
  background: #fff;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .pagenation > li > a.bg_blue {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 767px) {
  .pagenation > li > a.bg_blue {
    width: 24px;
    height: 24px;
  }
}
.pagenation > li > a.bg_blue:hover {
  background: #0062b1;
}
/* 次ページ（>）・前ページ（<）：ページ番号群との間隔 */
@media screen and (min-width: 768px) {
  .pagenation > li > a[rel="next"] {
    margin-left: 14px;
  }
  .pagenation > li > a[rel="prev"] {
    margin-right: 14px;
  }
}
@media screen and (max-width: 767px) {
  .pagenation > li > a[rel="next"] {
    margin-left: 10px;
  }
  .pagenation > li > a[rel="prev"] {
    margin-right: 10px;
  }
}
/* 次ページ矢印（>）：右向き */
.pagenation > li > a[rel="next"]::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  border: solid 2px #0062b1;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  border-left: none;
  border-bottom: none;
}
@media screen and (min-width: 768px) {
  .pagenation > li > a[rel="next"]::before {
    width: 10px;
    height: 10px;
    margin-left: -3px;
  }
}
@media screen and (max-width: 767px) {
  .pagenation > li > a[rel="next"]::before {
    width: 5px;
    height: 5px;
    margin-left: -1px;
  }
}
.pagenation > li > a[rel="next"]:hover::before {
  border-color: #fff;
}
/* 前ページ矢印（<）：左向き */
.pagenation > li > a[rel="prev"]::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  border: solid 2px #0062b1;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  border-right: none;
  border-top: none;
}
@media screen and (min-width: 768px) {
  .pagenation > li > a[rel="prev"]::before {
    width: 10px;
    height: 10px;
    margin-left: 3px;
  }
}
@media screen and (max-width: 767px) {
  .pagenation > li > a[rel="prev"]::before {
    width: 5px;
    height: 5px;
    margin-left: 1px;
  }
}
.pagenation > li > a[rel="prev"]:hover::before {
  border-color: #fff;
}
/* 最終ページ矢印（>>）：右向きダブル矢印 */
.pagenation > li > a[rel="last"]::before,
.pagenation > li > a[rel="last"]::after {
  position: absolute;
  content: "";
  top: 50%;
  border: solid 2px #0062b1;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  border-left: none;
  border-bottom: none;
}
@media screen and (min-width: 768px) {
  .pagenation > li > a[rel="last"]::before {
    width: 8px;
    height: 8px;
    left: calc(50% - 11px);
  }
  .pagenation > li > a[rel="last"]::after {
    width: 8px;
    height: 8px;
    left: calc(50% - 3px);
  }
}
@media screen and (max-width: 767px) {
  .pagenation > li > a[rel="last"]::before {
    width: 4px;
    height: 4px;
    left: calc(50% - 5px);
  }
  .pagenation > li > a[rel="last"]::after {
    width: 4px;
    height: 4px;
    left: calc(50% - 1px);
  }
}
.pagenation > li > a[rel="last"]:hover::before,
.pagenation > li > a[rel="last"]:hover::after {
  border-color: #fff;
}
/* 先頭ページ矢印（<<）：左向きダブル矢印 */
.pagenation > li > a[rel="first"]::before,
.pagenation > li > a[rel="first"]::after {
  position: absolute;
  content: "";
  top: 50%;
  border: solid 2px #0062b1;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  border-right: none;
  border-top: none;
}
@media screen and (min-width: 768px) {
  .pagenation > li > a[rel="first"]::before {
    width: 8px;
    height: 8px;
    left: calc(50% + 3px);
  }
  .pagenation > li > a[rel="first"]::after {
    width: 8px;
    height: 8px;
    left: calc(50% - 5px);
  }
}
@media screen and (max-width: 767px) {
  .pagenation > li > a[rel="first"]::before {
    width: 4px;
    height: 4px;
    left: calc(50% + 1px);
  }
  .pagenation > li > a[rel="first"]::after {
    width: 4px;
    height: 4px;
    left: calc(50% - 3px);
  }
}
.pagenation > li > a[rel="first"]:hover::before,
.pagenation > li > a[rel="first"]:hover::after {
  border-color: #fff;
}

@media screen and (min-width: 768px) {
  .req_root_list {
    max-width: 900px;
  }

  .req_root_item:not(:last-of-type):after{
      top: 59px;  
  }
}

.ng_section.interview {
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  .ng_section.interview {
    margin-top: 40px;
  }
}

@media screen and (min-width: 768px) {
  .interview_introSlider_wrap .splide__slide {
    width: calc((100% - 60px) / 3);
    -webkit-box-flex: initial;
    -ms-flex: initial;
    flex: initial;
  }
}

@media screen and (min-width: 768px) {
  .interview_container .recruit_list {
    padding-bottom: 100px;
  }
}

@media screen and (max-width: 767px) {
    .interview_container .recruit_list {
        margin-top: 76px;
        padding-bottom: 20px;
    }
}

.related .info_slider_wrap .splide__list{
  justify-content: center;
}

.info_slider_wrap .splide__list{
  justify-content: center;
}

a.normal_link {
    color: #0062b1;
    text-decoration: underline;
}

.questionnaire_box_content_ textarea{
  width: 100%;
  padding: 20px;
  border-radius: 5px;
  border: solid 1px #acb3ba;
}

.entry_contents .entry_input .select_wrap.graduate select{
  text-align: left;
}

.interview_introSlider_wrap .splide__list{
  justify-content: center;
}

.work_topic_mainimg{
  margin-bottom: 20px;
}

/*フォーム調整*/
.dot_item {
  margin-bottom: 5px;
}

@media screen and (min-width: 768px) {
  .entry_explain_block {
    height: auto;
  }

  .entry_explain_contents {
    height: auto;
  }

  .entry_explain_contents:after {
    width: 0;
  }

  .questionnaire_box_content_ .entry_attention {
    margin-bottom: 40px;
  }
}

  @media screen and (max-width:767px) {
    .questionnaire_box_content_ .entry_attention {
      margin-bottom: 30px;
    }
  }
/*フォーム　個人情報部分調整　ここまで*/

/*完了ページ*/
.entry_complete-box p {
  text-align: center;
}

.entry_complete-box {
  padding: 28px 0;
  border: solid 1px #cccccc;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 40px;
}

.entry_complete-box p:nth-child(1) {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 16px;
}

.entry_complete-box p:nth-child(2) {
  color: #333;
  font-size: 14px;
  font-weight: 300;
}

.entry_complete-box img {
  width: 16px;
  vertical-align: text-bottom;
}

.entry_complete-box p:nth-child(2) .fw600 {
  font-weight: 600;
}

.entry_complete-box p:nth-child(2) a {
  font-size: 14px;
  font-weight: 300;
}

.entry_complete-box p:nth-child(2) .f12 {
  font-size: 12px;
}

.entry_complete-text {
  font-size: 18px;
  color: #333;
  letter-spacing: 0.05em;
  margin-bottom: 50px;
  text-align: left;
}

.entry_complete-thank {
  font-size: 18px;
  line-height: 27px;
  text-align: left;
  margin-bottom: 28px;
  letter-spacing: 0.05em;
  color: #333;
}

@media screen and (min-width: 768px) {
  .entry_complete-box {
    margin: 0 auto 90px;
  }

  .entry_complete-box p:nth-child(1) {
    line-height: 1;
    margin-bottom: 24px;
  }

  .entry_complete-box img {
    vertical-align: top;
  }

  .entry_complete-box p:nth-child(2) .fw600 {
    line-height: 1;
    font-size: 18px;
    display: inline-block;
    margin-right: 19px;
    margin-left: 4px;
  }

  .entry_complete-box p:nth-child(2) a {
    line-height: 1;
    font-size: 18px;
    pointer-events: none;
  }

  .entry_complete-text {
    margin-bottom: 80px;
    text-align: center;
  }

  .entry_complete-box p br {
    display: none;
  }

  .entry_complete-thank {
    text-align: center;
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 48px;
  }
}

@media screen and (max-width: 767px) {
  .entry_complete-text {
    font-size: 16px;
  }

  .entry_complete-box p:nth-child(2) .f12 {
    font-size: 14px;
  }
}
/*完了ページ　ここまで*/