
.circled-decimal{
  list-style-type: circled-decimal;
  padding-left: 20px;
}

.fs16 {
  font-size: 16px;
}
.header_logo_wrap {
  font-size: min(1.4vw, 18px);
}
.matching_mv_section .mv_event_date .week {
  margin-left: 0;
}
.matching_mv_section .mv_event_date .big {
  padding-left: 4px;
}
.footer_contact_ol {
  color: #fff;
  text-align: center;
  font-weight: 500;
  margin-bottom: 20px;
  font-size: min(3.8vw, 16px);
}
@media screen and (max-width:767px) {
  .header_logo_wrap {
    font-size: min(3.4vw, 15px);
  }
  .matching_mv_section {
    padding: 80px 0 0;
  }
  .footer_contact_item {
    height: 76px;
    line-height: 1.3;
  }
  .sp_ta_center {
    text-align: center;
  }
}


.top_flow_section .cat_title_news {
  font-size: 28px;
  font-weight: 900;
  padding-left: 15px;
  padding-bottom: 5px;
  color: #000;
  border-bottom: 4px solid #8bc40e;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .top_flow_section .cat_title_news {
    font-size: min(6.6vw, 20px);
    margin-bottom: 30px;
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .top_flow_section .cat_title_news .small {
    font-size: 18px;
  }
}


.news_entry_inner {
  padding: 0 40px;
}

@media screen and (max-width: 767px) {
  .news_entry_inner {
    padding: 0;
  }
}


a.news_title_link {
  color: #1e90ff;
  text-decoration: underline;
}

a.news_title_link:hover {
  text-decoration: none;
}


.timetime{
  padding: 3px 8px;
  background-color: #FCCB3F;
  display: inline;
  font-weight: bold;
  font-size: 80%;
}



/* 外国語ページ導線
------------------------------------------------------ */
@media screen and (max-width: 767px) {
  .menu_wrap {
    width: 70px;
    height: 70px;
  }
}


.banner-container{
  margin-bottom: 40px;
}
.banner-link {
  display: block;
  text-decoration: none;
  color: #000;
  max-width: 1000px;
  margin: 20px auto;
  overflow: hidden;
  transition: transform 0.3s ease;
  border-radius: 20px;
}

.banner-inner {
  display: flex;
  background-color: #e1edbc;
  min-height: 180px;
  align-items: center;
}

/* 左側：画像エリア */
.banner-image {
  flex: 0 0 45%; /* 画像の占有率 */
  overflow: hidden;
}

.banner-image img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* 枠に合わせてトリミング */
  display: block;
  transition: transform 0.5s ease;
}

/* 右側：テキストエリア */
.banner-content {
  flex: 1;
  padding: 24px 40px;
  display: block;
  position: relative;
}
.banner-content .text-group{
  display: flex;
  justify-content: space-between;
}

.banner-title {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 8px;
  line-height: 1.4;
}

.banner-description {
  font-size: 0.95rem;
  line-height: 1.6;
  font-weight: 600;
}

/* ボタン装飾 */
.banner-button {
  width: 48px;
  height: 48px;
  background-color: #8BC40E;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-left: 20px;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.icon-arrow {
  width: 10px;
  height: 10px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg);
  margin-left: -4px;
}

/* --- インタラクション（モーション） --- */
.banner-link:hover .banner-image img {
  transform: scale(1.05);
}

.banner-link:hover .banner-button {
  transform: translateX(5px);
  background-color: #9cd412;
}

/* レスポンシブ（スマホ対応） */
@media (max-width: 768px) {
  .banner-inner {
    flex-direction: column;
  }
  .banner-image {
    flex: 0 0 200px;
  }
  .banner-content {
    padding: 20px;
  }
  .pc-only {
    display: none;
  }
}


.select-language-section {
  padding: 80px 20px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .select-language-section {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .select-language-section {
    padding: 40px 20px;
    text-align: center;
  }
}

.select-language-section-inner{
  display: flex;
  justify-content: space-between;
  padding: 20px 20px;
  width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .select-language-section-inner{
    display: block;
    width: 100%;
    margin: 0 auto;
  }
}

.visual-info{
  width: 35%;
  text-align: left;
  font-size: 18px;
}

.visual-title {
  color: #a4d400;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .visual-title {
    font-size: 1.8rem;
    margin-bottom: 30px;
  }
}

.visual-image-wrap {
  max-width: 800px;
  width: 60%;
  margin: 0 auto;
}
.visual-image-wrap  img{
  border-radius: 40px;
}
@media screen and (max-width: 767px) {
  .visual-info{
    width: 100%;
    margin-bottom: 20px;
  }

  .visual-image-wrap {
    width: 100%;
    max-width: 100%;
  }

  .visual-image-wrap  img{
    border-radius: 10px;
  }

}


.visual-image {
  width: 100%;
  display: block;
  transition: transform 0.6s ease;
}

:root {
  --gateway-green: #89bd0d;
  --gateway-bg: #f2f8e1; /* 背景の薄い緑 */
}

.gateway-section{
  background-color: var(--gateway-bg);
  padding: 80px 20px;
  border-radius: 100px 100px 0 0;
}
@media screen and (max-width: 767px) {
  .gateway-section{
    background-color: var(--gateway-bg);
    padding: 40px 20px;
    border-radius: 40px 40px 0 0;
  }
}

.gateway__inner {
  max-width: 1000px;
  margin: 0 auto;
}

.gateway__header {
  text-align: center;
  margin-bottom: 50px;
}

.gateway__sub {
  color: var(--gateway-green);
  font-weight: bold;
  letter-spacing: 0.1em;
  font-size: 0.9rem;
  margin-bottom: 5px;
}

.gateway__title {
  font-size: 2rem;
  font-weight: bold;
  color: #000;
}

/* グループ全体のスタイル */
.gateway__group {
  margin-bottom: 40px;
}

/* メインカード（ワイド） */
.gateway__main-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 30px;
  border-radius: 15px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.2rem;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
  transition: transform 0.3s ease, opacity 0.3s ease;
  background-color: var(--gateway-green);
  color: #fff;
  transition: .3s;
}

.gateway__main-card:hover{
  background-color: #fff;
  color: var(--gateway-green);
}


/* サブリンク（3分割） */
.gateway__sub-links {
  display: flex;
  background-color: #fff;
  border-radius: 15px;
  margin-top: 10px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
  overflow: hidden;
}

.gateway__sub-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 30px 15px;
  text-decoration: none;
  color: #000;
  text-align: center;
  font-weight: bold;
  font-size: 0.95rem;
  position: relative;
  transition: .3s;
}

/* 縦の仕切り線 */
.gateway__sub-item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 20%;
  height: 60%;
  width: 1px;
  background-color: var(--gateway-green);
}

/* アイコン類 */
.gateway__arrow,
.gateway__arrow-s {
  width: 30px;
  height: 30px;
  background-color: var(--gateway-green);
  border-radius: 50%;
  position: relative;
  transition: .3s;
}
.gateway__arrow{
  background-color: #fff;
}

.gateway__arrow::after,
.gateway__arrow-s::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 11px;
  left: 9px;
}

.gateway__arrow::after{
  border-top: 2px solid var(--gateway-green);
  border-right: 2px solid var(--gateway-green);
}

.gateway__main-card:hover .gateway__arrow{
  background-color: var(--gateway-green);
}

.gateway__main-card:hover .gateway__arrow:after{
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}


.gateway__arrow-s {
  width: 24px;
  height: 24px;
  margin-top: 15px;
  border: #fff solid 2px;
  box-sizing: border-box;
}

.gateway__arrow-s::after {
  width: 6px;
  height: 6px;
  top: 7px;
  left: 6px;
}

/* ホバー演出 */
.gateway__main-card:hover, 
.gateway__sub-item:hover {
  opacity: 0.8;
}
.gateway__sub-item:hover .gateway__arrow-s{
  background-color: #fff;
  border: 2px solid var(--gateway-green);
}

.gateway__sub-item:hover .gateway__arrow-s::after{
  border-top: 2px solid var(--gateway-green);
  border-right: 2px solid var(--gateway-green);
}


/* レスポンシブ */
@media (max-width: 768px) {
  .gateway__sub-links {
    flex-direction: column;
  }
  .gateway__sub-item:not(:last-child)::after {
    display: none;
  }
  .gateway__sub-item {
    border-bottom: 1px solid #eee;
    padding: 20px;
  }
}






/* 『就職希望の外国人の方はこちら』ボタンの非表示 */

.header_link {
  display: none;
}
@media screen and (max-width: 767px) {
  .header_link {
    display: none;
  }
}



