/* body {
  position: fixed;
  overflow: hidden;
  width: 100%;
} */


.clearfix,
#header .header-inner .utility,
#header .header-inner .utility>ul,
#content .content-inner article section {
  *zoom: 1;
}

.clearfix:after,
#header .header-inner .utility:after,
#header .header-inner .utility>ul:after,
#content .content-inner article section:after {
  content: "";
  display: table;
  clear: both;
}

#matchingtop a {
  text-decoration: none;
  transition: .3s;
  font-size: 14px;
}


/* ==========================================================================
   base
   ========================================================================== */
html {
  overflow-y: scroll;
}

html,
body {
  height: 100%;
}

body {
  color: #000;
  font-size: 13px;
  line-height: 1.8;
  background: #fff;
  -webkit-text-size-adjust: 100%;
}

a {
  color: #ff0000;
  text-decoration: underline;
}

a:hover,
a:active {
  text-decoration: none;
}

/* ==========================================================================
   loader
   ========================================================================== */
#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff url(/saiyou/img/common/loading.gif) no-repeat center center;
  z-index: 9999;
}

@media screen and (max-width: 768px) {
  #loader {
    background-size: 30px 30px;
  }
}

/* ==========================================================================
   container
   ========================================================================== */
#container {
  position: relative;
  overflow: hidden;
  min-height: 100%;
  min-width: 320px;
}

/* ==========================================================================
   content
   ========================================================================== */
#content {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding-top: 40px;
  font-size: 14px;
}

#content>h1 {
  position: relative;
  padding: 40px 0 25px;
  background: #f1f1f1;
  text-align: center;
}

#content .content-inner {
  max-width: 1080px;
  margin: 0 auto;
}

#content .content-inner article {
  margin: 50px 0 80px;
  padding: 55px;
  border: solid 5px #ff0000;
}

#content .content-inner article>header {
  text-align: center;
}

#content .content-inner article>header h1 {
  color: #ff0000;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
}

#content .content-inner article>header h1+p {
  margin: 50px 0 0 0;
}

#content .content-inner article>header h2+p {
  margin: 30px 0 0 0;
}

#content .content-inner article>header p {
  margin: 30px 0 0 0;
  font-size: 16px;
  text-align: center;
}

#content .content-inner article section {
  margin: 50px 0 0 0;
}

#content .content-inner article section h1 {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}

#content .content-inner article section h2 {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

#content .content-inner article>footer {
  margin: 70px 0 0 0;
}

#content .content-inner article>footer p+p {
  margin: 30px 0 0 0;
}

@media screen and (max-width: 768px) {
  #content>h1 {
    padding: 20px 0;
  }

  #content>h1 img {
    height: 50px;
  }

  #content .content-inner article {
    margin: 15px 15px 25px;
    padding: 25px 10px;
  }

  #content .content-inner article>header {
    padding: 0 0 30px 0;
  }

  #content .content-inner article>header h1 {
    color: #ff0000;
    font-size: 23px;
    line-height: 1.5;
  }

  #content .content-inner article>header h1+p {
    margin: 30px 0 0 0;
  }

  #content .content-inner article>header p {
    margin: 30px 0 0 0;
    font-size: 16px;
    text-align: center;
  }

  #content .content-inner article section {
    margin: 30px 0 0 0;
  }

  #content .content-inner article section h1 {
    font-size: 19px;
  }

  #content .content-inner article>footer {
    margin: 30px 0 0 0;
    padding: 30px 0 0 0;
  }

  #content .content-inner article>footer p+p {
    margin: 30px 0 0 0;
  }
}

.modaal-inner-wrapper .modaal-container {
  padding: 0px;
  border-radius: 0px;
}

.modaal-content .modaal-close {
  background: url(/saiyou/img/common/btn_close_window.png) no-repeat 0 0;
}

/* ==========================================================================
   top
   ========================================================================== */
   body.scroll-lock {
  position: fixed;  /* スクロールを固定 */
  width: 100%;
  overflow: hidden;
  top: 0;
  left: 0;
  transition: all 0.5s ease; /* 解除時に滑らかに戻す */
}

#matching {
  box-sizing: border-box;
}

#matchingtop * {
  font-size: 18px;
  font-family: "Inter", 'Noto Sans JP', sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;

}

/* -------------------------------------- */
/* ヒーロー基本スタイル */
/* -------------------------------------- */
.hero {
  position: relative;
  max-width: 1000px;
  width: 100%;
  background: url(/saiyou/img/matching/bg_hero.png) repeat top center;
  background-size: 100px;
  margin: 37px auto 100px;
  padding: 70px 0;
  border-radius: 16px;
  text-align: center;
  overflow: hidden;
  /* transition: max-height 1.2s ease, max-width 1s ease, border-radius 1s ease, padding 1s ease, background-size 1s ease; */
  max-height: 0; /* 初期値 */
  height: auto;
  min-height: 380px;
    max-width: 100%;
  border-radius: 0;
    max-height: fit-content;
}


/* 背景のオーバーレイ */
.hero::after {
  content: "";
  position: absolute;
  top:0; left:0;
  width:100%; height:100%;
  z-index:-1;
  background: linear-gradient(120.99deg, rgba(15,83,116,1) 2.56%, rgba(17,51,95,1) 45.54%, rgba(14,85,117,1) 97.67%);
  
}
.hero .ttl_hero { position: relative; z-index: 1; }
.hero .copy_hero { margin:60px auto 0; color:#fff; font-weight:400; }

#matching .hero .copy_hero {
  font-size: 22px;
}
.hero .copy2_hero{
    margin: 100px auto 50px;
  color: #fff;
  font-weight: 400;
}
#matching .hero .copy2_hero {
  font-size: 70px;
}
/* コピーやアイコン・背景の初期状態 */
.hero .copy2_hero,
.hero .bg_white_hero,
.hero .icon_hero {
  opacity:0;
  display:none;
  visibility:hidden;
  transform: translateY(20px);
}
.hero .hero_inner{
  max-width: 1600px;
  margin: auto;
}


.hero .bg_white_hero {
  margin: 0 auto;
  background-color: #fff;
  border-radius: 13px;
  font-weight: 400;
  width: 1000px;
  margin: 0 auto;
  padding: 50px 30px 17px;
}

#matching .hero .bg_white_hero p {
  font-size: 22px;
}

.hero .bg_white_hero p {
  line-height: 1.4;
  margin-bottom: 1.3em;
}

#matching .hero .bg_white_line {
  font-size: 28px;
  text-decoration: underline;
  text-decoration-color: #03E0D1;
}
.icon_hero {
  position: absolute;
  animation: fadeIn 1s ease 0s 1 forwards;
}

.icon_hero01 {
  top: 83px;
  left: 113px;
}

.icon_hero02 {
  top: 198px;
  left: 282px;
}

.icon_hero03 {
  top: 408px;
  left: 83px;
}

.icon_hero04 {
  top: 20px;
  right: 53px;
}

.icon_hero05 {
  top: 137px;
  right: 168px;
}

.icon_hero06 {
  top: 514px;
  right: 131px;
}
/* -------------------------------------- */
/* フェードイン + 上方向スライド */
@keyframes fadeInUp {
  0% { opacity: 0; transform: translateY(20px); }
  100% { opacity: 1; transform: translateY(0); }
}

/* -------------------------------------- */
/* スクロール固定用クラス */
body.scroll-lock {
  position: fixed;
  width: 100%;
  overflow: hidden;
  top: 0;
  left: 0;
  transition: all 0.5s ease;
}

/* -------------------------------------- */
/* is-active（スクロール後の状態） */
.hero.is-active {
  max-width: 100%;
  border-radius: 0;
    max-height: fit-content; /* 仮に充分大きい値を設定 */

  /* background-size: 150px; 背景パターンも滑らかに拡張 */
}

/* -------------------------------------- */
/* コピーと背景の順次フェードイン */
.hero.is-active .copy2_hero {
  display: block;
  visibility: visible;
  animation: fadeInUp 0.8s ease 0s forwards;
}


.hero.is-active .bg_white_hero {
  display: block;
  visibility: visible;
  animation: fadeInUp 1s ease 1.6s forwards;
}

/* -------------------------------------- */
/* アイコンは一斉フェードイン */
.hero.is-active .icon_hero {
  display: block;
  visibility: visible;
  animation: fadeInUp 0.8s ease 0.8s forwards; /* 全て同時にフェードイン */
}



@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

#matching .ttl-sec {
  font-size: 32px;
  text-align: center;
}

.ttl-sec::after {
  content: '';
  display: block;
  margin: 9px auto 50px;
  width: 1000px;
  max-width: 100%;
  border-bottom: solid 1px #D5D5D5;
}

.img__center {
  margin: 50px auto;
  text-align: center;
}

#matching .direction {
font-size: 20px;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
}
#matching .direction .direction_open{
  margin-left: 10px;
  display: inline-block;
  font-size: 12px;
  border: 1px solid #000;
    background-color: #f1f1f1;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  cursor: pointer;
}

#link_float {
  position: fixed;
  right: 130px;
  bottom: 0;
  z-index: 10;
}

#link_float a {
  display: block;
  padding: 7px 32px 24px 17px;
  text-align: center;
  line-height: 1.2;
  opacity: 0;
}

#link_float a.show {
  animation-name: fadein-bottom;
  animation-direction: normal;
  animation-duration: 1.0s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}

@keyframes fadein-bottom {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ==========================================================================
   sec01
   ========================================================================== */
#sec01 {
  margin: 100px auto;
}

.section-nav {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin: 0 auto;
  max-width: 100%;
}

#sec01 .section-nav__btn {
  display: block;
  border: 1px solid #11335F;
  color: #11335F;
  border-radius: 30px;
  padding: 6px 40px 7px 20px;
  position: relative;
}

.section-nav__btn span {
  position: relative;
}

.section-nav__btn span::after {
  content: '';
  display: block;
  position: absolute;
  right: -24px;
  top: 50%;
  background: url(/saiyou/img/matching/downward.svg) no-repeat center right;
  background-size: contain;
  width: 13px;
  height: 14px;
  margin-top: -6px;
}

.section-nav__btn:hover {
  background-color: #11335F;
}

.section-nav__btn:hover span {
  color: #fff;
}

.section-nav__btn:hover span::after {
  background-image: url(/saiyou/img/matching/downward_active.svg);
}

/* ==========================================================================
   sec02
   ========================================================================== */
#sec02 {
  margin: 150px auto 140px;
}

.classification {
  display: grid;
  grid-template-columns: 78px 1fr;
  width: 960px;
  max-width: 100%;
  margin: 0 auto;
  line-height: 1.5;
}

.matching-list {
  display: grid;
  gap: 40px;
  grid-template-columns: 1fr 1fr;
  width: 960px;
  max-width: 100%;
  margin: 0 auto;
}

.matching-list li {
  display: grid;
  grid-template-columns: 90px 1fr;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  align-items: center;
}

#sec02 .matching-list li strong {
  font-size: 24px;
  margin-bottom: 5px;
  display: block;
}

.bg-gray {
  border-radius: 10px;
  background-color: rgba(17, 51, 95, 0.1);
  max-width: 960px;
  /* max-width: 100%; */
  text-align: center;
  margin: 50px auto 0;
  padding: 20px 10px;
  line-height: 1.5;
}

/* ==========================================================================
   sec03
   ========================================================================== */


/* ==========================================================================
sec03
  ========================================================================== */
#sec03 {
  margin: 140px auto 140px;
}

.jobtype-nav {
  width: 640px;
  max-width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 0 auto 50px;
}

#sec03 .jobtype-nav li .jobtype-nav__btn {
  display: block;
  color: #565757;
  background-color: #F1F1F1;
  width: 300px;
  margin: 0 auto;
  padding: 10px 0;
  border-radius: 35px;
  text-align: center;
  font-size: 28px;
  transition: .3s;
  cursor: pointer;
}

.jobtype-nav li+li {
  margin-left: 40px;
}

#sec03 .jobtype-nav li #gijutuBtn:hover,
#sec03 .jobtype-nav li #gijutuBtn.is-active {
  background-color: #FF01C3;
  color: #fff;
}

#sec03 .jobtype-nav li #jimuBtn:hover,
#sec03 .jobtype-nav li #jimuBtn.is-active {
  background-color: #009DE6;
  color: #fff;
}

.jobtype-content {
  display: none;
  animation: fadeOut 1s ease-in-out forwards;
}

.jobtype-content.is-active {
  display: block;
  animation: fadeIn 1s ease-in-out forwards;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.interest-list {
  max-width: 1000px;
  display: flex;
  flex-wrap: wrap;
  margin: 20px auto 0;
  justify-content: center;
  align-items: flex-start;
  gap: 30px;
}

.interest-list .item {
  display: grid;
  width: fit-content;
  justify-items: center;
  transition: .3s;
}

.interest-list .item .interest-icon {
  border-radius: 0;
  width: 100px;
  height: auto;
  margin-bottom: 10px;
  cursor: pointer;
}

#gijutuContent .interest-list .item .interest-btn {
  all: unset;
  cursor: pointer;
  border: 1px solid #11335F;
  color: #11335F;
  border-radius: 40px;
  text-align: center;
  padding: 6px 20px 5px 20px;
  transition: .3s;
}
#gijutuContent .interest-list .item .interest-btn,
#gijutuContent .bg-navy .btn{
  font-size: 14px;
  line-height: 1.2;
} 

#gijutuContent .interest-list .item.is-active .interest-btn {
  background-color: #11335F;
  color: #fff;
}

#gijutuContent .interest-list .item .interest-btn2line {
  border-radius: 60px;
}

.bg-navy {
  border: 1px dashed #11335F;
  border-radius: 10px;
  margin: 60px auto 80px;
  max-width: 1000px;
  padding: 20px 0 25px;
}

.jobtype-list,
.department-list {
  margin: 20px auto 40px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px 20px;
  max-width: 800px;
}
.department-list{
  margin: 20px auto 0;
}

.jobtype-list .btn,
.department-list .btn{
  all: unset;
  cursor: pointer;
  border: solid 1px #11335F;
  border-radius: 30px;
  text-align: center;
  padding: 6px 20px 5px 20px;
  transition: .3s;
  color: #11335F;
}




.interest-list .item:hover,
.jobtype-list .btn:hover,
.department-list .btn:hover {
  opacity: .7;
}

.jobtype-list .item.is-active .btn,
.department-list .item.is-active .btn {
  background-color: #11335F;
  color: #fff;
}

.bg-gray.full-width {
  width: 100%;
  max-width: 100%;
  border-radius: 0;
  padding: 50px 10px 30px;
}

#sec03 .matched-job,
#sec03 #job-count {
  font-size: 32px;
}

#sec03 .note {
  font-size: 14px;

}

.job-list {
  max-width: 1000px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin: 40px auto 44px;
  justify-content: center;
  gap: 40px 40px;
}

.job-list .item {
  border-radius: 10px;
  background-color: #fff;
  text-align: center;
  padding: 20px 20px 40px;
  position: relative;
}
.job-list.technology .item{
  cursor: pointer;

}
/* #gijutuContent .job-list .item{
  display: none;
} */
#sec03 .job-list .item .job-name {
  display: block;
  font-size: 20px;
  margin-bottom: 15px;
}

#sec03 .job-list .item .department-name {
  display: block;
  font-size: 14px;
  border-radius: 30px;
  width: 210px;
  margin: 0 auto 10px;
  line-height: 1.2;
  padding: 5px 0;
}

#sec03 .job-list .item .department-name1line {
  width: 180px;
  height: 27px;
  border-radius: 13px;
  padding: 3px;
}

.job-list .item .jobinfo-list {
  text-align: left;
  list-style: disc;
  margin-left: 20px;
  line-height: 1.4;
  margin-bottom: 16px;
}

#sec03 .job-list .item .jobinfo {
  font-size: 14px;
  text-align: left;
}

#sec03 .job-list .item .more {
  display: block;
  font-size: 14px;
  position: absolute;
  bottom: 10px;
  left: 0px;
  right: 0px;
  padding-right: 25px;
  width: 70px;
  margin: 0 auto;
}

.job-list .item .more::after {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background: url(/saiyou/img/matching/more.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 0;
  right: 0;
}

.btn-blue {
  background-color: #0080FF;
  color: #fff;
}

.btn-orange {
  background-color: #FF8A00;
  color: #fff;
}

.btn-yellow {
  background-color: #FFF200;
  color: #000;
}

.btn-purple {
  background-color: #9500FF;
  color: #fff;
}

.btn-green {
  background-color: #00ff33;
  color: #fff;
}

#sec03 .note {
  font-size: 14px;
}

#jimuContent .office-job .sub{
  font-size: 14px;
}

#jimuContent .bg-gray.full-width .job-list .item {
  padding-bottom: 10px;
}

#jimuContent .bg-gray.full-width .job-name:after {
  content: '';
  display: block;
  width: 82px;
  height: 2px;
  border-bottom: solid 2px #2BB0FF;
  margin: 6px auto 30px;
}

#jimuContent .bg-gray.full-width .job-detail {
  font-size: 14px;
  text-align: left;
}

#sec03 .blanklink{
  text-decoration: underline;
  padding-right: 14px;
  margin-right: 2px;
  background: url(/saiyou/img/matching/icon_blank2.svg) no-repeat top 1px right;
  background-size: 12px;
  color: #000;
}
.interview-area {
  margin: 60px auto;
}
#matching .interview-area .direction{
  font-size:24px ;
}
.interview-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1000px;
  margin: 14px auto 0;
  gap: 10px;
}

#jimuContent .interview-nav span{
  font-size: 14px;
}

#sec03 .interview-nav .interview-nav__btn  {
  border: 1px solid #11335F;
  border-radius: 20px;
  font-size: 20px;
  display: block;
  padding: 5px 17px 5px 20px;
  background: #fff;
  transition: .3s;
  cursor: pointer;
  line-height: 1;
}
#sec03 .interview-nav .interview-nav__btn .blanklink{
    text-decoration: none;
filter: invert(13%) sepia(55%) saturate(2220%) hue-rotate(197deg) brightness(94%) contrast(92%);
    margin-right: 0px;
    padding-right: 16px;
    background-position-y: 0.5px;
}

/* .interview-nav__btn span {
  position: relative;
}

.interview-nav__btn span::after {
  content: '';
  display: block;
  position: absolute;
  right: -18px;
  top: 50%;
  background: url(/saiyou/img/matching/rightward.svg) no-repeat center right;
  background-size: contain;
  width: 13px;
  height: 14px;
  margin-top: -7px;
} */

#sec03 .interview-nav .interview-nav__btn:hover {
  background: #11335F;
}

#sec03 .interview-nav .interview-nav__btn:hover .blanklink {
filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(232deg) brightness(113%) contrast(101%);

}


/* ==========================================================================
sec04
  ========================================================================== */
#sec04 {
  margin: 140px auto 140px;
}

.flow {
  margin: 50px auto 0;
  text-align: center;
  padding-right: 40px;
}

.flow tbody th {
  background-color: #11335F;
}

#sec04 .flow thead td {
  font-size: 16px;
}

.flow thead td {
  padding: 0 0 10px;
}

.flow thead td:nth-child(2) {
  width: calc((100% - 145px) / 2 - 20px);
  padding-left: 17px;
}

.flow thead td:nth-child(3) {
  width: calc((100% - 145px) / 2 + 20px);
  padding-left: 10px;
}

.flow thead td .btn {
  display: block;
  margin: 0 auto;
  border: #11335F 1px solid;
  border-radius: 22px;
  text-align: center;
  width: 246px;
  padding: 6px;
}

.flow thead td .btn-navy {
  background-color: #11335F;
  color: #fff;
}

#sec04 .flow tbody th {
  font-size: 16px;
  border-bottom: solid 1px #fff;
}

.flow tbody th {
  font-weight: normal;
  color: #fff;
  width: 145px;
  text-align: center;
  vertical-align: middle;
}

.flow tbody td {
  padding: 18px 20px 17px 30px;
  line-height: 1.2;
  border-bottom: solid 1px #11335F;
  vertical-align: middle;
}

.flow tbody td:nth-child(2) {
  width: calc((100% - 145px) / 2 - 20px);
  padding-right: 10px;
}

.flow tbody td:nth-child(3) {
  width: calc((100% - 145px) / 2 + 20px);
  padding-right: 40px;
}

.flow tbody td ul {
  list-style: disc;
}

.flow tbody td ul .down-arrow {
  height: 25px;
  background: url(/saiyou/img/matching/down_arrow.svg) no-repeat left center;
  background-size: contain;
}

#sec04 .flow tbody td ul li {
  font-size: 14px;
}

#sec04 .flow tbody td ul .down-arrow {
  font-size: 14px;
  margin: 6px 3px 5px;
  padding: 5px 5px 5px 15px;
}

/* 
.flow tbody .few-lines {
  padding-top: 40px;
} */

#sec04 .entry {
  margin: 150px auto;
  text-align: center;
  max-width: 450px;
}

#sec04 .entry-btn {
  font-size: 30px;
  display: block;
  width: 100%;
  margin: auto;
  display: block;
  background-color: #f00;
  text-align: center;
  color: #fff;
  padding: 20px 0 18px;
  border-radius: 60px;
  position: relative;
}

.entry-btn:after {
  position: absolute;
  content: '';
  display: block;
  width: 40px;
  height: 40px;
  background: url(/saiyou/img/matching/entry.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  right: 20px;
}

/* ▼Figmaデザイン準拠モーダル用CSS */
#modal-job,
#modal-jobtype,
#modal-department {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(17, 51, 95, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}

#modal-job .modal-content,
#modal-jobtype .modal-content,
#modal-department .modal-content {
  background: #fff;
  border-radius: 10px;
  width: 90vw;
  max-width: 600px;
  padding: 40px 40px 10px;
  position: relative;
  line-height: 1.4;
  max-height: 80vh;
  overflow-y: auto;
  box-sizing: border-box;
}

#modal-job .modal-close,
#modal-jobtype .modal-close,
#modal-department .modal-close {
  background: none;
  border: none;
  margin: auto;
  cursor: pointer;
  transition: .3s;
  margin: 30px auto 0;
  display: flex;
}

#modal-job .modal-close:hover,
#modal-jobtype .modal-close:hover,
#modal-department .modal-close:hover {
  opacity: .7;
}

#modal-job .modal-title{
  font-size: 20px;
  text-align: center;
  margin-bottom: 10px;
}

#modal-job .modal-dept-blue,
  #modal-department .modal-dept-blue {
  background: #0080FF;
  color: #fff;
}

#modal-job .modal-dept-orange,
  #modal-department .modal-dept-orange {
  background: #FF8A00;
  color: #fff;
}

#modal-job .modal-dept-yellow,
  #modal-department .modal-dept-yellow {
  background: #FFF200;
  color: #000;
}

#modal-job .modal-dept-purple,
  #modal-department .modal-dept-purple {
  background: #9500FF;
  color: #fff;
}

#modal-job .modal-dept,
  #modal-department .modal-dept {
  width: fit-content;
  border-radius: 30px;
  text-align: center;
  margin: 0 auto 10px;
  font-size: 14px;
  padding: 5px 20px;
}
#modal-department .modal-dept{
  margin:5px auto 16px;
}
#modal-job .modal-section,
#modal-jobtype .modal-section,
#modal-department .modal-section {
  margin-bottom: 24px;
}

#modal-job .modal-section-title,
#modal-jobtype .modal-section-title,
#modal-department .modal-section-title {
  font-size: 16px;
  text-align: center;
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid #D5D5D5;
}

#modal-job .modal-list li,
#modal-jobtype .modal-list li,
#modal-department .modal-list li {
  position: relative;
  padding-left: 1.5em;
  text-indent: -0.1em;
  font-size: 14px;
  margin-bottom: 4px;
  line-height: 1.4;
}

#modal-job .modal-list li::before,
#modal-jobtype .modal-list li::before,
#modal-department .modal-list li::before {
  content: '・';
  position: absolute;
  left: 0;
  top: 0;
  color: inherit;
}

#modal-job .modal-text{
  text-align: center;
  font-size: 14px;
}

#modal-jobtype .modal-text,
#modal-department .modal-text {
  font-size: 14px;
}

#modal-job .modal-seihin a {
  color: #000;
}

#modal-job .modal-gyomu {
  list-style: none;
  padding-left: 0;
}

#modal-job .modal-gyomu li {
  position: relative;
  word-break: break-all;
  padding-left: 0;
}

#modal-job .modal-gyomu li.bullet {
  text-indent: 0;
  padding-left: 1.5em;
}

#modal-job .modal-gyomu li.bullet::before {
  content: '・';
  position: absolute;
  left: 0;
  top: 0;
  color: inherit;
}

#modal-job .modal-gyomu li:not(.bullet)::before {
  content: '';
}

/* ▲Figmaデザイン準拠モーダル用CSS */

/* レスポンシブ対応 */
@media screen and (max-width: 1200px) {

  /* ==========================================================================
   top
   ========================================================================== */

  .icon_hero {
    height: auto;
  }

  .icon_hero01 {
    top: 43px;
    left: 53px;
    width: calc(110px * 0.8);
  }

  .icon_hero02 {
    top: 188px;
    left: 100px;
    width: calc(155px * 0.8);

  }

  .icon_hero03 {
    top: 388px;
    left: 0;
    width: calc(243px * 0.8);
  }

  .icon_hero04 {
    right: 53px;
    width: calc(153px * 0.8);
  }

  .icon_hero05 {
    right: 48px;
    width: calc(245px * 0.8);
  }

  .icon_hero06 {
    top: 444px;
    right: 50px;
    width: calc(158px * 0.8);
  }

  #link_float {
    right: 30px;
  }


}

@media screen and (max-width: 1100px) {
  .hero {
    max-width: 800px;
  }

  .bg-gray.full-width {
    padding: 50px 0px 30px;
  }

  .hero .bg_white_hero {
    width: 80%;
  }

  .section_inner {
    padding: 0 40px;
  }


  .job-list {
    gap: 30px 30px;
  }



}
@media screen and (max-width: 900px) {
  .over900{
    display: none;
  }

#matching .ttl-sec{
  font-size: 28px;
}
    .section_inner {
        padding: 0 20px;
    }
    #sec01 .section-nav__btn {
      padding: 5px 32px 4px 20px;
  }
  #sec01 .section-nav__btn span{
    font-size: 16px;
  }
    .section-nav__btn span::after{
      margin-top: -7px;
    }
/* ==========================================================================
   top
   ========================================================================== */

#matchingtop * {
  font-size: 16px;

}
.hero {
  position: relative;
  max-width: 90%;
  background-size: 80px;
  margin: 37px auto 80px;
  padding: 60px 0;
  min-height: 320px;
}

.hero::after {
  background: linear-gradient(120.99deg, rgba(15, 83, 116) 2.56%, rgba(17, 51, 95, 1) 45.54%, rgba(14, 85, 117) 97.67%);
  width: 100%;
  height: 100%;
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  z-index: -1;
}

.hero .ttl_hero {
  position: relative;
  z-index: 1;
  width: 260px;
  height: auto;
}

.hero .copy_hero {
  margin: 60px auto 0;
  color: #fff;
  font-weight: 400;
}

#matching .hero .copy_hero {
  font-size: 18px;
}

.hero .copy2_hero {
  margin: 80px auto 40px;
}

#matching .hero .copy2_hero {
  font-size: 50px;
}

  .icon_hero01 {
    width: calc(110px * 0.6);
  }

  .icon_hero02 {
    width: calc(155px * 0.6);

  }

  .icon_hero03 {
    width: calc(243px * 0.6);
  }

  .icon_hero04 {
    width: calc(153px * 0.6);
  }

  .icon_hero05 {
    width: calc(245px * 0.6);
  }

  .icon_hero06 {
    width: calc(158px * 0.6);
  }

.hero .bg_white_hero {
  padding: 50px 30px 17px;
}

#matching .hero .bg_white_hero p {
  font-size: 18px;
}
#matching .hero .bg_white_line {
  font-size: 24px;
}
#sec01,
#sec02,
#sec03,
#sec04,
#sec04 .entry-btn{
  margin: 80px auto;
}
/* ==========================================================================
sec02
  ========================================================================== */
.matching-list li{
  width: 340px;
}

/* ==========================================================================
sec03
  ========================================================================== */

#sec03 .jobtype-nav li .jobtype-nav__btn {
  width: 90%;
  font-size: 24px;
}

.jobtype-nav li+li {
  margin-left: 0;
}
#matching .direction{
  font-size: 18px;
}
#matching .interview-area .direction{
  font-size: 20px;
}
.interview-area{
  margin: 40px auto;
}

#sec03 .matched-job, #sec03 #job-count{
  font-size: 28px;
}
#gijutuContent .interest-list .item .interest-btn{
  font-size: 14px;
  height: 20px;
}
#gijutuContent .interest-list .item .interest-btn2line{
  height: 42px;
}
.interest-list .item .interest-icon{
    width: 80px;
    height: auto;
}
.interest-list .item .interest-btn{
      height: fit-content;
}
#sec03 .job-list .item .department-name{
  width: 100%;
  font-size: 13px;
}
#sec03 .job-list .item .job-name{
  font-size: 16px;
}
#sec03 .job-list .item .jobinfo-list{
  font-size: 14px;
}
#gijutuContent .bg-navy .btn{
  font-size: 14px;
}

}

@media screen and (max-width: 768px) {
  #link_float {
    right: 10px;
    bottom: 10px;
    width: 50px;
    height: 50px;
}
#link_float a{
  padding: 0;
}
#link_float a img{
  width: 100%;
  height: 100%;
}
/* ==========================================================================
   top
   ========================================================================== */

.hero {
  max-width: 80%;
  background-size: 60px;
  padding: 60px 0;
  margin: 37px auto 60px;
  min-height: 244px;
}

.hero .ttl_hero {
  width: 200px;
}

.hero .copy_hero {
  margin: 40px auto 0;
}

#matching .hero .copy_hero {
  font-size: 16px;
}

.hero .copy2_hero {
  margin: 50px auto 30px;
}

#matching .hero .copy2_hero {
  font-size: 40px;
}

  .icon_hero01 {
    width: calc(110px * 0.5);
  }

  .icon_hero02 {
    width: calc(155px * 0.5);

  }

  .icon_hero03 {
    top: 380px;
    width: calc(243px * 0.5);
  }

  .icon_hero04 {
    width: calc(153px * 0.5);
  }

  .icon_hero05 {
    width: calc(245px * 0.5);
  }

  .icon_hero06 {
    top: 340px;
    width: calc(158px * 0.5);
  }

.hero .bg_white_hero {
  padding: 30px 20px 10px;
  z-index: 1;
  position: relative;
}

#matching .hero .bg_white_hero p {
  font-size: 16px;
}
#matching .hero .bg_white_line {
  font-size: 20px;
}
#sec01,
#sec02,
#sec03,
#sec04,
#sec04 .entry-btn{
  margin: 60px auto;
}
/* ==========================================================================
sec02
  ========================================================================== */
  #sec02 .img__center img {
    width: 100%;
    height: auto;
  
  }
  #sec02 .matching-list li strong{
    font-size: 20px;
  }
  
  .matching-list {
    display: block;
    margin: auto;
  }
  .matching-list li{
    width: 420px;
    grid-template-columns: 80px 1fr;
  }
  .matching-list img{
    width: 60px;
    height: 60px;
  }
  .matching-list li+li {
    margin-top: 30px;
  }

  
/* ==========================================================================
sec03
  ========================================================================== */
  .job-list{
    grid-template-columns: 1fr 1fr;
  }
  #sec03 .job-list .item .department-name {
    width: 210px
  }
  .interview-nav{
    flex-wrap: wrap;
  }
  .jobtype-list, .department-list{
    width: 100%;
    gap: 15px 10px;
  }
  
/* ==========================================================================
sec04
  ========================================================================== */
  
  .flow{
    padding-right: 0;
    max-width: 708px;
  }
  .flow img{
    width: 100%;
    height: auto;
  }

  #sec04 .entry{
    margin: 100px auto;
  }
}
@media screen and (max-width: 600px) {
  .icon_hero02 {
    left: 30px;
  }
  .icon_hero04 {
    right: 23px;
}
.icon_hero05 {
  right: 10px;
  top: 170px;}

  .icon_hero06 {
    right: 10px;
}
/* ▼Figmaデザイン準拠モーダル用CSS */
#modal-job .modal-content, #modal-jobtype .modal-content, #modal-department .modal-content{
  padding: 30px 14px 10px;
}
#modal-job .modal-title{
  font-size: 16px;
}
#modal-job .modal-dept{
font-size: 12px;
}
#modal-job .modal-section-title, #modal-jobtype .modal-section-title, #modal-department .modal-section-title{
  font-size: 14px;
}
}
@media screen and (max-width: 500px) {
.interest-list .item:hover,
.jobtype-list .btn:hover,
.department-list .btn:hover {
  opacity: 1;
}

  /* ==========================================================================
   top
   ========================================================================== */
   .hero{
    padding: 40px 0;
    min-height: 180px;
   }
.hero .ttl_hero {
  width: 150px;
  padding-left: 10px;

}

.hero .copy_hero {
  margin: 20px auto 0;
}

#matching .hero .copy_hero {
  font-size: 16px;
}

#matching .hero .copy2_hero {
  font-size: 30px;
}

.icon_hero01 {
  top: 20px;
  left: 30px;
}

.icon_hero02 {
  width: calc(155px * 0.4);
  left: 14px;
  top: 120px;
}

.icon_hero03 {
  top: 300px;
  left: -20px;
  width: calc(243px * 0.4);
}

.icon_hero04 {
  right: 0;
  top: 10px;
}

.icon_hero05 {
  width: calc(245px * 0.4);
  right: 2px;
  top: 160px;
}

.icon_hero06 {
  width: calc(158px * 0.4);
  top: 290px;
  right: 0;
}

  #matching .ttl-sec,
  #sec03 .matched-job, #sec03 #job-count {
    font-size: 24px;
}
.hero .bg_white_hero {

        padding: 30px 5px 10px;
        width: 94%;
}
/* ==========================================================================
sec01
  ========================================================================== */
  
  #sec01,
  .section_inner{
    padding: 0 10px;
  }
  .section-nav {
gap: 8px;}
#sec01 .section-nav__btn{
  padding: 5px 20px 4px 10px;
}
#sec01 .section-nav__btn span{
  font-size: 14px;
}
.section-nav__btn span::after {
  right: -16px;
}
/* ==========================================================================
sec02
  ========================================================================== */
  .classification{
    grid-template-columns: 68px 1fr;
  }
  .matching-list{
    width: 330px;
  }

  /* ==========================================================================
sec03
  ========================================================================== */
.jobtype-list, .department-list{
  width: 310px;
}
  .job-list{
    gap: 20px 20px;
    grid-template-columns: 1fr;
  }
  #sec03 .job-list .item .department-name {
    font-size: 12px;
}
.interest-list{
  justify-content: space-between;
  gap: 0px;
}
.interest-list .item{
  width: 50%;
  padding: 8px 0;
}
  #gijutuContent .interest-list .item .interest-btn{
    padding: 2px 10px 1px 10px;
  }
  #sec03 .jobtype-nav li .jobtype-nav__btn{
    font-size: 20px;
  }
  #jimuContent .bg-gray.full-width .job-name:after{
    margin: 6px auto 20px;
  }

  #sec04 .entry-btn{
    font-size: 24px;
    padding: 14px 0 12px;
  }
}