@charset "UTF-8";

:root {
  --primary-color: #2067A7;
  --text-font-roboto: "Roboto", sans-serif;
  --text-color-1: #333;
  --text-color-2: #242D34;
  --text-color-3: #2067A7;
  --text-color-4: #555;
  --back-color: #fcfcfc;
}

/* ---------------- */

/* カミングスーン SP表示　（作成者：森） ↓↓↓ */
  .comingsoon{
    max-width: 1280px;
    margin: 0 auto;
  }

  .comingsoon-img{
    max-width: 327px;
    margin: 0 auto;
  }
  .comingsoon-img img{
    max-width: 327px;
    height: 226px;
	/* 加藤追記ここから */
	margin: 40px 0;
	 /* 加藤追記ここまで */
  }
/* ここまで ↑↑↑　カミングスーン SP表示　（作成者：森）*/

/* カミングスーン PC表示　（作成者：森） ↓↓↓ */
@media screen and (min-width: 768px) {
  .comingsoon-img{
    max-width: 716px;
    margin: 0 auto;
  }

  .comingsoon-img img{
    max-width: 716px;
    height: 160px;
	 /* 加藤追記ここから */
	margin: 118px 0;
	 /* 加藤追記ここまで */
  }
}

/* I・Uターン支援のdivをdisplay:gridからdisplay: blockに変更する*/
@media screen and (min-width: 1024px){
  /* 子要素に(class:comingsoon)を含んだ 親要素（iu-turn-contents-wrap）に対してのみ効くプロパティ*/
  .iu-turn-contents-wrap:has(.comingsoon){
    display: block;
  }
}
/* ここまで ↑↑↑　カミングスーン PC表示　（作成者：森）*/


body {
  background: var(--back-color);
  color: var(--text-color-1);
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  scroll-behavior: smooth;
}

body.is-menuOpen {
  overflow: hidden;
}

p {
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 1px;
  margin: 0 0 16px;
}

summary {
  list-style: none;
}

summary::-webkit-details-marker {
  display: none;
}

img {
  height: auto;
  width: 100%;
  vertical-align: middle;
}

/* utility */
.main-color-to-text-b {
  color: var(--text-color-3);
  font-weight: 600;
}

.pt-16 {
  padding-top: 16px;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-24px {
  padding-bottom: 24px;
}

.mt-8 {
  margin-top: 8px !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-8 {
  margin-bottom: 8px !important;
}

.pc-none {
  display: block;
}

.sp-none {
  display: none;
}

/* --- 共通化: 装飾ボーダー --- */
.kazari-top1,
.kazari-under1,
.kazari-under2 {
  height: 64px;
  background-repeat: no-repeat;
  background-position: right;
}

.kazari-top1 {
  background-image: url(../images/1_home/about_us/kazari_top.webp);
  background-size: 95% 60px;
  background-position-y: top;
}

.kazari-under1 {
  background-image: url(../images/1_home/about_us/kazari_under.webp);
  background-size: 92% 60px;
}

.kazari-under2 {
  background-image: url(../images/1_home/about_us/kazari_top.webp);
  background-size: 92% 70px;
  transform: rotate(180deg);
}

/* component */

.section-container {
  padding: 56px 24px 56px;
  max-width: 900px;
  margin: 0 auto;
}

/* --- 共通化: 見出しコンポーネント --- */
.h2-gradation {
  /* 非対応のブラウザでの文字色を設定 */
  color: var(--primary-color);
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 28px;
  background: -webkit-linear-gradient(0deg, #2067A7 0%, #2488CC 15%, #23A7EE 30%, #2488CC 60%, #2067A7 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.h2-type1-wrap h2 {
  font-weight: 600;
}

.h2-type2-wrap h2,
.h2-type3-wrap h2,
.h2-type4-wrap h2,
.h2-type5-wrap h2,
.h2-type6-wrap h2 {
  font-weight: 700;
}

.h2-type2-wrap,
.h2-type3-wrap,
.h2-type6-wrap {
  letter-spacing: 0.4px;
  text-align: center;
}

.h2-type4-wrap,
.h2-type5-wrap {
  text-align: left;
}

.h2-type2-wrap p,
.h2-type3-wrap p,
.h2-type4-wrap p,
.h2-type5-wrap p,
.h2-type6-wrap p {
  color: var(--primary-color);
  font-family: var(--text-font-roboto);
  font-weight: 700;
  letter-spacing: 0;
  margin: 0 0 4px;
}

/* h2-type1 */
.h2-type1-wrap p {
  font-family: var(--text-font-roboto);
  font-weight: 500;
  letter-spacing: 0.6px;
  margin: 0 0 12px;
}

.h2-type1-wrap h2 {
  font-size: 24px;
}

.h2-type1-wrap h2::after {
  content: "";
  border: 1px #fff solid;
  display: block;
  margin: 19px 0 26px;
  width: 40px;
}

/* h2-type2 */
.h2-type2-wrap h2 {
  font-size: 26px;
}

.h2-type2-wrap h2::after {
  content: "";
  border: 1px var(--primary-color) solid;
  display: block;
  margin: 22px auto 40px;
  width: 40px;
}

/* h2-type3 */
.h2-type3-wrap p {
  margin: 0 0 4px;
}

.h2-type3-wrap h2 {
  font-size: 24px;
}

/* h2-type4 */
.h2-type4-wrap p {
  margin: 0 0 4px;
}

.h2-type4-wrap h2 {
  font-size: 24px;
}

/* h2-type5 */
.h2-type5-wrap h2 {
  font-size: 26px;
}

.h2-type5-wrap h2::after {
  content: "";
  border: 1px var(--primary-color) solid;
  display: block;
  margin: 16px auto 38px 0;
  width: 40px;
}

/* h2-type6 */
.h2-type6-wrap {
  font-size: 24px;
}


/* --- 見出しコンポーネント 共通化終了 --- */

/* ファーストビュー タイプ2 */
.fv-type2 {
  position: relative;
  background-color: #fff;
}

.fv-type2-image-wrapper {
  position: relative;
}

.fv-type2-white-back {
  display: none;
}

.fv-type2-image-sp {
  width: 100%;
  height: auto;
  display: block;
}

.fv-type2-image-pc {
  display: none;
}

.fv-type2-content-wrapper {
  position: absolute;
  bottom: 34px;
  left: 0;
  right: 0;
  z-index: 2;
}

.fv-type2-title-box {
  background-color: #2067a7f2;
  color: white;
  padding: 38px 30px;
  height: 142px;
  width: 318px;
  margin: 0 auto;
}

.fv-type2-title-box h1 {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 12px;
}

.fv-type2-subtitle {
  font-size: 16px;
  letter-spacing: 0.18px;
  margin: 0;
  display: flex;
  align-items: center;
}

.fv-type2-subtitle::after {
  content: '';
  display: block;
  height: 1px;
  background-color: white;
  flex-grow: 1;
  margin-left: 15px;
}

/* ファーストビュー タイプ3 */
.fv-type3 {
  position: relative;
}

.fv-type3-image-wrapper {
  position: relative;
}

.fv-type3-image-sp {
  width: 100%;
  height: auto;
  display: block;
}

.fv-type3-image-pc {
  display: none;
}

.fv-type3-content-wrapper {
  position: absolute;
  bottom: 34px;
  left: 0;
  right: 0;
  z-index: 2;
}

.fv-type3-title-box {
  background-color: #2067a7ea;
  color: white;
  padding: 38px 30px;
  height: 164px;
  width: 318px;
  margin: 0 auto;
}

.fv-type3-title-box h1 {
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 4px;
}

.fv-type3-subtitle {
  font-family: var(--text-font-roboto);
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.6px;
  margin: 0 0 16px;
  display: flex;
  align-items: center;
}

.fv-type3-subtitle::after {
  content: '';
  display: block;
  height: 1px;
  background: #fff;
  flex-grow: 1;
  margin-left: 15px;
}

.fv-type3-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
  width: 172px;
}

.fv-type3-info::before {
  content: "●";
  color: #a1d9ff;
  font-size: 9px;
  margin: 0 6.5px 0 0;
}

.fv-type3-info dt {
  font-weight: 400;
}

.fv-type3-info dt::after {
  content: "";
  background: #fff;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin: 0 8px;
  bottom: 2px;
  height: 1px;
  width: 18px;
}


.blue-back-section {
  background: var(--primary-color);
  color: #fff;
}

.border-radius-design {
  border-top-left-radius: 48px;
  border-bottom-right-radius: 64px;
}

.btn {
  border: 1px solid var(--primary-color);
  box-shadow: 4px 4px 0px 0px #00000026;
  color: var(--primary-color);
  display: block;
  font-size: 16px;
  font-weight: 700;
  margin: 40px auto 0;
  padding: 16px 34px 16px 24px;
  width: 100%;
}

.btn .right-arrow {
  display: inline-block;
  position: relative;
  width: 8px;
  height: 8px;
  transform: translate(18px, -2px) rotate(45deg);
}

.btn .right-arrow::before,
.btn .right-arrow::after {
  content: '';
  position: absolute;
  background: currentColor;
  border-radius: 0.1em;
}

.btn .right-arrow::before {
  top: 0;
  left: 0;
  right: 0;
  height: 0.1em;
}

.btn .right-arrow::after {
  top: 0;
  right: 0;
  bottom: 0;
  width: 0.1em;
}

/* フッター前の採用情報セクション */
.common-recruit-section {
  background: url(../images/common/Recruitment_pic.webp) no-repeat 80% 10%;
}

.common-recruit-section .section-container {
  padding: 60px 0;
  margin: 0 auto;
}

.recruit-btn {
  background: var(--primary-color);
  box-shadow: 4px 4px 0px 0px #00000043;
  color: #fff;
  display: block;
  align-content: center;
  font-size: 16px;
  font-weight: 700;
  height: 74px;
  margin: 40px auto 0;
  text-align: center;
  max-width: 320px;
  width: 54%;
}

.recruit-btn span {
  letter-spacing: 1.4px;
  margin: 0 16px 0 0;
}

.recruit-btn:last-child {
  margin: 14px auto 0;
}

.recruit-btn img {
  width: 18px;
  transform: translateY(-2px);
}

/* ---------------- */

/* Header */
.top-header {
  display: flex;
  justify-content: space-between;
  height: 80px;
  position: fixed;
  width: 100%;
  z-index: 1000;
}

.logo-wrap {
  background: #fff;
  border-bottom-right-radius: 9px;
  height: 67px;
  text-align: center;
  width: 130px;
}

.logo-wrap a {
  display: block;
  height: 100%;
  width: 100%;
}

.logo-wrap img {
  max-width: 88px;
  height: auto;
  width: 100%;
  position: absolute;
  top: 24px;
  left: 20px;
}

/* Nav */
.nav-top {
  margin: 28px 0 0;
  right: 24px;
  position: relative;
}

.nav-top>ul {
  display: flex;
}

.nav-pc-right {
  display: none;
}

/* EntryBtn */
.menu-entry-wrap {
  background: #F1AB49;
  box-shadow: 1.13px 1.13px 0px 0px #00000025;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  padding: 12px 0;
  text-align: center;
  width: 96px;
  height: 40px;
}
.entry-accordion{
  background: #F1AB49;
}
.menu-entry-wrap summary {
  /* color: #000; */
  font-size: 15px;
  font-family: var(--text-font-roboto);
}

.menu-entry-wrap .menu-entry-list {
  display: block;
  padding: 0 0 8px;
}

.menu-entry-wrap .menu-entry-list li:first-child {
  margin: 16px 0 14px;
  padding: 0;
}

.menu-entry-wrap .menu-entry-list img {
  margin: 0 4px 2px 0;
  width: 10px;
}

/* Hamburger Menu */
.menu-nav-wrap {
  margin: 0 0 0 4.5px;
  text-align: center;
}

.nav-accordion .menu-btn-trigger,
.nav-in-accordion .menu-list-trigger {
  cursor: pointer;
  position: relative;
  z-index: 10000;
}

.nav-accordion .menu-btn-trigger,
.nav-accordion .menu-btn-trigger span,
.nav-in-accordion .menu-list-trigger,
.nav-in-accordion .menu-list-trigger span {
  display: inline-block;
  box-sizing: border-box;
}

.nav-accordion .menu-btn-trigger span,
.nav-in-accordion .menu-list-trigger span {
  position: absolute;
  height: 2px;
  border-radius: 4px;
  margin: 0 auto;
}

.nav-accordion .menu-btn-trigger {
  background: #fff;
  box-shadow: 1.13px 1.13px 0px 0px #00000025;
  display: block;
  height: 40px;
  width: 40px;
}

.nav-accordion .menu-btn-trigger span {
  left: 11px;
  width: 18px;
  background-color: var(--primary-color);
  /* transition: all 0.1s; */
}

.nav-accordion .menu-btn-trigger span:nth-of-type(1) {
  top: 14px;
}

.nav-accordion .menu-btn-trigger span:nth-of-type(2) {
  top: 20px;
}

.nav-accordion .menu-btn-trigger span:nth-of-type(3) {
  top: 26px;
}

.nav-accordion[open] .menu-btn-trigger span:nth-of-type(1) {
  -webkit-transform: translateY(6px) rotate(-45deg);
  transform: translateY(6px) rotate(-45deg);
  top:12px;
}

.nav-accordion[open] .menu-btn-trigger span:nth-of-type(2) {
  opacity: 0;
}

.nav-accordion[open] .menu-btn-trigger span:nth-of-type(3) {
  -webkit-transform: translateY(-8px) rotate(45deg);
  transform: translateY(-8px) rotate(45deg);
}

.nav-accordion .nav-accordion-content {
  background: var(--primary-color);
  color: #fff;
  display: flex;
  left: 0;
  overflow-y: scroll;
  padding: 92px 28px 36px;
  position: fixed;
  top: 0;
  height: 100vh;
  width: 100%;
  z-index: 1000;
}

.nav-accordion .nav-accordion-content .menu-link-list {
  display: block;
}

.nav-accordion .nav-accordion-content .menu-link-list li a {
  align-items: center;
  border-bottom: #fff 1px solid;
  display: flex;
  font-weight: 900;
  justify-content: space-between;
  letter-spacing: 0.6px;
  text-align: left;
  padding: 20px 0;
}

.nav-accordion .nav-accordion-content .menu-link-list li a img {
  width: 20px;
}

.nav-accordion .nav-in-accordion:nth-child(3) {
  margin: 0 0 20px;
}

.nav-accordion .nav-in-accordion summary {
  align-items: center;
  border-bottom: #fff 1px solid;
  display: flex;
  font-weight: 900;
  justify-content: space-between;
  letter-spacing: 0.6px;
  text-align: left;
  padding: 20px 0;
}


.nav-in-accordion .menu-list-trigger {
  display: block;
  margin: 0 8px 0 0;
}

.nav-in-accordion .menu-list-trigger span {
  width: 14px;
  height: 2px;
  background-color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.nav-in-accordion .menu-list-trigger span:nth-of-type(2) {
  -webkit-transform: rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}

.nav-in-accordion[open] .menu-list-trigger span:nth-of-type(2) {
  opacity: 0;
}

.nav-accordion .nav-in-accordion summary img {
  height: 14px;
  width: 14px;
}

.nav-accordion .nav-in-accordion .nav-in-content {
  letter-spacing: 0.6px;
  text-align: left;
  padding: 0 0 16px;
  position: relative;
}

.nav-accordion .nav-in-accordion .menu-link-list-to-list {
  display: block;
  margin: 26px 0 0;
}


.nav-in-accordion.accordion-in-recruit {
  background: #fff;
  color: var(--text-color-2);
  margin: 0;
  padding: 0 0 0 28px;
  transform: translateX(-28px);
  width: 100vw;
}

.nav-in-accordion.accordion-in-recruit summary {
  height: 84px;
  padding: 0;
}

.accordion-in-recruit .menu-list-trigger {
  margin: 0 36px 0 0;
}

.accordion-in-recruit .menu-list-trigger span {
  background-color: #333;
}

.nav-in-accordion.accordion-in-recruit .nav-in-content {
  background: #fff;
  color: #000;
  margin: 0;
  padding: 0 0 0 28px;
  transform: translate(-28px, -14px);
  height: 76px;
  width: 100vw;
}

.nav-in-accordion.accordion-in-recruit .menu-link-list-to-list {
  margin: 18px 0 0;
}

.menu-link-list-to-list li {
  font-weight: 500;
  font-size: 15px;
  margin: 0 0 24px;
}

.menu-link-list-to-list li::before {
  content: "⚫︎";
  color: #A1D9FF;
  font-size: 6px;
  margin-right: 1em;
  vertical-align: middle;
}

.nav-in-accordion.accordion-in-recruit .menu-link-list-to-list li::before {
  content: "⚫︎";
  color: #2488CC;
  font-size: 6px;
  margin-right: 1em;
  vertical-align: middle;
}

.sns-icon-wrap {
  display: flex;
  align-items: center;
  margin: 32px 0;
}

.sns-icon-wrap img {
  height: 24px;
  margin: 0 16px 0 0;
  width: 24px;
}

.sns-icon-wrap li:last-child img {
  height: 18px;
}

.nav-accordion .menu-external-link {
  display: block;
  text-align: left;
  font-weight: 400;
  padding: 0 0 32px;
}

.menu-external-link li:first-child {
  margin: 0 0 32px;
}

.menu-external-link li:nth-child(2) {
  margin: 0 0 10px;
}

.menu-external-link li img {
  width: 18px;
  margin: 0 0 0 8px;
}

@keyframes openAnim {
  0% {
    opacity: 1;
    max-height: 0;
    transform: translateY(-10px);
  }

  100% {
    opacity: 1;
    max-height: 500px;
    transform: translateY(0);
  }
}

@keyframes closeAnim {
  from {
    opacity: 1;
    max-height: 1000px;
  }

  to {
    opacity: 0;
    max-height: 0;
  }
}

.nav-accordion.opening .nav-accordion-content {
  animation: openAnim 0.4s ease;
}

.nav-accordion.closing .nav-accordion-content {
  animation: closeAnim 0.3s ease forwards;
}

.nav-accordion .summary::-webkit-details-marker {
  display: none;
}

.nav-accordion .summary::marker {
  display: none;
}


/* Footer */
footer {
  display: flex;
  border-top: 1px var(--primary-color) solid;
  height: 440px;
  overflow: hidden;
  position: relative;
}

.footer-widget-1 {
  text-align: center;
  padding: 38px 0 0 20px;
}

.footer-logo {
  width: 180px;
}

.footer-widget-1 .sns-icon-wrap {
  /* justify-content: space-between; */
  padding: 0 0 0 56px;
  margin: 16px 0;
}

.footer-widget-1 .sns-icon-wrap li {
  margin: 0 8px 0 0;
}

.footer-widget-1 .sns-icon-wrap img {
  margin: 0;
}

.footer-widget-2 {
  display: none;
}

.footer-background {
  background: linear-gradient(to right,
      #2067a7 0%,
      #2488cc 41%,
      #23a7ee 65%,
      #2488cc 89%,
      #2067a7 100%);
  clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 0% 100%);
  height: 440px;
  position: absolute;
  width: 100%;
}

/* Main */
.main-container {
  width: 100%;
  margin: 0 auto;
}

/* home top page */
.homepage-top-section {
  height: 100vh;
  margin: auto;
  width: auto;
}

.fv-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: relative;
}

/* 背景動画エリア */
.fv-video-background {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* 画面を常に覆うためのサイズ計算 */
  width: 177.77777778vh;
  /* 16:9比率維持 */
  height: 56.25vw;
  min-height: 100%;
  min-width: 100%;
  transform: translate(-50%, -50%) scale(1.04);
  z-index: 0;
  pointer-events: none;
}

/* 動画のフェードイン処理 */
/* 動画を包む要素（既に position: relative; ならOK） */

/* 黒オーバーレイ */
.fv-video-background::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #fff;
  opacity: 1;                 /* 最初は真っ黒 */
  pointer-events: none;
  z-index: 2;                 /* iframeより上に */
  animation: fadeOut 6s ease forwards;
}

@keyframes fadeOut {
  to { opacity: 0; }
}

.fv-video-background::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 108vh;
  background-repeat: repeat;
  background-image: url(/images/common/dot_cross_333.webp);
  opacity: 1;
  /* background-color: #000000; */
  /* background-image: linear-gradient(0deg, transparent calc(100% - 1px), #ffffff11 calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #ffffff11 calc(100% - 1px));
  background-size: 4px 10px;
  background-position: 0 0, 2px 2px; */
}

.fv-video-background iframe {
  width: 100%;
  height: 100%;
  border: none;
  filter: brightness(1.3);
}

.fv-catch {
  color: #fff;
  font-weight: 700;
  text-shadow: #333 4px 4px 8px;
  position: relative;
}

.fv-h1 {
  font-size: 26.24px;
  margin: 0 0 4px;
}

.fv-p {
  font-size: 13.12pxpx;
  letter-spacing: 0px;
}

.top-about-section .section-container>p {
  margin: 0 0 24px;
}

/* トップページの紹介セクション */
.job-img-wrap {
  margin: 0 auto 48px;
}

.job-img-wrap img {
  border: 0px solid var(--primary-color);
  border-radius: 4px;
  display: block;
  margin: 0 auto 8px;
  height: auto;
  max-width: 352px;
  width: 100%;
}

.job-flex-wrap .btn {
  max-width: 198px;
}

.iu-turn-contents-wrap .btn {
  background: #ffffff88;
  max-width: 164px;
}

/* Interview 社員インタビュー */
.carousel-container {
  overflow: hidden;
  margin: 0 auto;
  width: 244px;
  /* 1つ表示 */
}

.carousel-list {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  /* JSでスライドさせるため、幅は十分に確保（アイテム数に応じて広がる） */
  width: 100%;
}

.carousel-list.is-sliding {
  transition: transform 0.5s ease-in-out;
}

.carousel-list li {
  width: 244px;
  height: 332px;
  margin: 24px 0 46px;
  flex-shrink: 0;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
}

/* 画像やキャプションのスタイル (変更なし) */
.carousel-list li img {
  margin: 0 0 16px;
  max-width: 200px;
  width: 100%;
}

.carousel-list li figcaption {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}

.carousel-list li figcaption span:first-child {
  font-size: 32px;
  font-weight: 700;
  font-family: var(--text-font-roboto);
  margin: 0 3px 0 0px;
}

.carousel-list li figcaption span:nth-child(2) {
  border: #fff 1px solid;
  border-radius: 4px;
  font-size: 14px;
  margin: 0 0 0 12px;
  padding: 4px 8px;
  position: relative;
  bottom: 4px;
}

.carousel-controls {
  margin: 0 auto;
  width: max-content;
  display: flex;
}

.carousel-controls button {
  margin: 0 16px 0;
}

.carousel-controls #prevBtn,
.carousel-controls #nextBtn {
  background: #fff;
  height: 32px;
  width: 32px;
}

.carousel-controls .left-arrow,
.carousel-controls .right-arrow {
  display: block;
  color: var(--primary-color);
  position: relative;
  width: 8px;
  height: 8px;
}

.carousel-controls .left-arrow {
  transform: translateX(14px) rotate(-135deg);

}

.carousel-controls .right-arrow {
  transform: translateX(11px) rotate(45deg);
}

.carousel-controls .left-arrow::before,
.carousel-controls .right-arrow::before,
.carousel-controls .left-arrow::after,
.carousel-controls .right-arrow::after {
  content: '';
  position: absolute;
  background: currentColor;
  border-radius: 0.1em;
}

.carousel-controls .left-arrow::before,
.carousel-controls .right-arrow::before {
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
}

.carousel-controls .left-arrow::after,
.carousel-controls .right-arrow::after {
  top: 0;
  right: 0;
  bottom: 0;
  width: 2px;
}

/* Work 仕事紹介 */
.top-work-section {
  background: #f9f9f9;
}

.work-link-list {
  background: #fff;
  border: 1px #d9d9d9 solid;
  padding: 24px 20px 20px;
  margin: 0 auto 18px;
}

.work-link-list:last-child {
  margin: 0 auto 0;
}

.work-link-list h3 {
  font-weight: 700;
  margin: 0 0 20px;
}

.work-link-list h3::before {
  content: "";
  border: var(--primary-color) 1px solid;
  display: inline-block;
  height: 16px;
  margin: 0 8px -2px 0;
  transform: scaleX(1.5);
}

.work-link-list img {
  width: 100%;
}

.benefits-link-list {
  border-radius: 4px;
  box-shadow: 0 0 20px #2067A788;
  margin: 0 auto 16px;
  padding: 40px 16px 40px;
  position: relative;
  text-align: center;
  height: 376px;
  max-width: 320px;
  width: 88%;
}

/* Benefits 働く環境 */
.benefits-link-list:last-child {
  margin: 0 auto 0;
}

.benefits-link-list h3 {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 46px;
}

.benefits-link-list img {
  margin: 0 auto 32px;
  max-width: 96px;
  width: 100%;
}

.benefits-link-list li {
  border: 1px var(--primary-color) solid;
  border-radius: 4px;
  color: var(--primary-color);
  padding: 5px 0;
  margin: 0 auto 8px;
  min-width: 204px;
  width: 80%;
}

.benefits-link-list .benefits-link-arrow {
  background: #eef4f8 url(../images/common/arrow_forward.png) no-repeat 0 0 / 100%;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 4px;
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 52px;
  width: 40px;
  margin: 0;
  height: 40px;
  z-index: 1;
}

/* Support I・Uターン支援 */
 /* 加藤追記ここから */
/* I・Uターン支援：公開時は白背景にする */
/* 無効化
.iu-turn-section {
  background: #eef4f8;
  border-bottom-right-radius: 32px;
}
*/

.iu-turn-section {
  background: #ffffff; /* 公開時は白 */
}
 /* 加藤追記ここまで */

 /* 加藤追記ここから */
 /*公開時無効化
.iu-turn-container {
  background: #eef4f8 url(../images/1_home/I・U_turn/Fukui_ken.webp) no-repeat 50% 148px / 94%;
  border-bottom-right-radius: 32px;
}
*/
 /* 加藤追記ここまで */


.iu-turn-container .h2-type2-wrap h2::after {
  margin: 16px auto 38px;
}

.iu-turn-container .iu-turn-contents-wrap>p {
  margin: 0 0 40px;
}

.iu-turn-img-wrap li {
  margin: 16px auto;
  max-width: 500px;
  width: 100%;
}

.iu-turn-img-wrap img {
  aspect-ratio: 5/3;
  height: auto;
  object-fit: cover;
  border-radius: 4px;
}

.iu-turn-img-wrap li:last-child img {
  object-position: center 0px;
}

.iu-turn-contents-wrap .btn {
  max-width: 164px;
}

/* About */
/* --- モノを守る仕事 --- */

.about-work-section .section-container {
  max-width: 450px;
  padding: 56px 24px;
}

.about-work-section .h2-gradation-wrap {
  display: flex;
  align-items: baseline;
  margin: 0 0 24px;
  gap: 29px;
}

.about-work-section .h2-gradation {
  color: var(--primary-color);
  font-size: 28px;
  font-family: "Noto Serif JP", serif;
  font-weight: 900;

  background: -webkit-linear-gradient(-82deg, #23A7EE 0%, #2488CC 20%, #2067A7 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin: 0;
}

.about-work-section .h2-gradation-wrap hr {
  flex-grow: 1;
  background: var(--primary-color);
  border: none;
  height: 1px;
  margin: 0;
}

.protect-job-wrap .text-content p {
  margin: 0 0 24px;
}

.about-work-image {
  position: relative;
}

.about-work-image::after {
  content: "";
  background: url(../images/2_about_us/Monowo_mamoru/kazari.webp) no-repeat;
  background-size: cover;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  height: 360px;
  width: 77px;
  z-index: 0;
}

.about-work-image img {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  position: relative;
  max-width: 480px;
  width: 101%;
  z-index: 10;
}

.about-work-image img:first-child {
  margin: 0 0 9px;
}

/* --- YFP DATE BOOK 数字で見る豊ファインパック --- */
.look-at-number-section .section-container {
  max-width: 327px;
  padding: 42px 0 48px;
}

.look-at-item-wrap h3 {
  font-size: 20px;
  font-weight: 500;
  background: #ebf5fa;
  padding: 8px 16px;
  margin: 16px 0 16px 2px;
  text-align: center;
  width: fit-content;
}

.look-at-number-wrap {
  margin: 48px auto 0;
}

.look-at-item {
  background-color: #f6f6f6;
  text-align: center;
  align-content: center;
  margin: 0 0 30px;
  height: 327px;
  width: 327px;
}

.look-at-number {
  color: var(--text-color-4);
  font-size: 24px;
  font-weight: 600;
}

.look-at-number-wrap .look-at-item-wrap:nth-of-type(1) p {
  line-height: 1;
  margin: 9px 0 32px;
}

.look-at-number-wrap .look-at-item-wrap:nth-of-type(1) img {
  width: 113.36px;
}

.look-at-number-wrap .look-at-item-wrap:nth-of-type(2) p {
  line-height: 1;
  margin: 1px 0 36px;
}

.look-at-number-wrap .look-at-item-wrap:nth-of-type(2) img {
  height: 97.19px;
  width: 89.18px;
}

.look-at-number-wrap .look-at-item-wrap:nth-of-type(3) p {
  line-height: 1;
  margin: 1px 0 36px;
}

.look-at-number-wrap .look-at-item-wrap:nth-of-type(3) img {
  width: 95.1px;
}

.look-at-number span {
  font-size: 48px;
  font-weight: bold;
  color: var(--primary-color);
  line-height: 0;
  margin: 0 6px;
}

.look-at-item.look-at-graph {
  padding: 0;
}

.look-at-item.look-at-graph img {
  max-width: 340px;
  width: 100%;
}

.noodle-items .look-at-item {
  text-align: left;
  padding: 0;
}

.noodle-items .look-at-item>div {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 34px auto;
  width: 290px;
  gap: 41.45px;
}

.noodle-items img {
  height: 86px;
  width: 86px;
}

.noodle-items .look-at-item>div:first-child::before {
  content: "";
  border-bottom: 1px #eaeaea solid;
  display: block;
  position: absolute;
  top: 100px;
  height: 1px;
  width: 240px;
}

.noodle-items p {
  font-size: 19px;
  font-weight: 600;
  line-height: 1;
  margin: 4px 0 8px;
}

.noodle-items .look-at-percentage {
  color: var(--primary-color);
  font-family: var(--text-font-roboto);
  font-size: 43px;
}

.noodle-items .look-at-percentage span {
  font-size: 22px;
}

.benefit-items .look-at-item {
  padding: 0 60.7px 0 30px;
  margin: 0;
}

.benefit-items .benefits-list {
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 21.6px 0;
  height: 100%;
}

.benefit-items .benefits-list img {
  width: 20px;
  margin: 0 8px 0 0;
}

.benefit-items .benefit-label {
  font-size: 14.75px;
  font-weight: 600;
  display: flex;
  position: relative;
  align-items: center;
}

.benefits-list li p {
  margin: 0;
}

.benefit-items .benefit-label::before {
  content: "";
  border-bottom: 1px #eee solid;
  display: block;
  position: absolute;
  top: 33px;
  left: -15px;
  height: 1px;
  width: 300px;
}

.benefits-list>li:last-child .benefit-label::before {
  border-bottom: 0;
}

.benefit-items .benefit-label::after {
  content: "";
  display: inline-block;
  margin: 0 0 0 auto;
  height: 22.13px;
  width: 66.64px;
}

.benefit-items li:nth-child(1) .benefit-label::after {
  background: url("../images/2_about_us/people-4.png") no-repeat;
  background-size: contain;
}

.benefit-items li:nth-child(2) .benefit-label::after,
.benefit-items li:nth-child(3) .benefit-label::after,
.benefit-items li:nth-child(4) .benefit-label::after {
  background: url("../images/2_about_us/people-3.png") no-repeat;
  background-size: contain;
}

.benefit-items li:nth-child(5) .benefit-label::after,
.benefit-items li:nth-child(6) .benefit-label::after {
  background: url("../images/2_about_us/people-2.png") no-repeat;
  background-size: contain;
}

.benefit-items li:nth-child(7) .benefit-label::after {
  background: url("../images/2_about_us/people-1.png") no-repeat;
  background-size: contain;
}

/* --- 代表メッセージ --- */

.president-wrap {
  padding: 56px 18px 26px;
  /* display: flex; */
  /* flex-direction: column; */
  align-items: center;
}
.president-about-wrap{
  max-width: 704px;
  margin: 0 auto;;
}

.message-photo-sp {
  padding: 0px 22px 0;
  margin: 40px auto 16px;
  max-width: 368px;
}


.message-photo-pc {
  display: none;
}

.president-wrap .main-message-catch p {
  background: #fff;
  color: var(--text-color-2);
  font-size: 18px;
  font-weight: 600;
  letter-spacing: normal;
  padding: 3px 7px;
  width: fit-content;
}

.president-wrap .main-message-catch p:nth-child(1) {
  margin: 0 0 4px;
}

.president-wrap .main-message-catch p:nth-child(2) {
  margin: 0 0 24px;
}

.president-wrap .main-message-wrap h3 {
  font-size: 20px;
  font-weight: 500;
  margin: 0 0 10px;
}

.president-about p {
  font-weight: 500;
  margin: 0 0 24px;
}

.president-wrap .message-text {
  background: #f2f2f2dd;
  color: var(--text-color-1);
  padding: 24px;
  margin: 0 -18px 0;
}

.president-wrap .message-text p {
  line-height: 1.74;
  max-width: 704px;
  margin:0 auto;
}

.president-wrap .message-text p:last-child {
  font-weight: 400;
  margin-bottom: 0;
}


/* --- 会社概要 --- */
.company-profile-section {
  background: url('../images/2_about_us/mobile/kazari_mobile.webp') no-repeat top right;
  background-size: 76px 172px;
}

.company-profile-section .section-container {
  padding: 56px 24px 16px;
}

.profile-list {
  display: grid;
  /* 左列(dt)はコンテンツ幅、右列(dd)は残りの幅すべて */
  grid-template-columns: max-content 1fr;
  gap: 8px 8px;
  padding: 10px 0 0 4px;
}

.profile-list>dt,
.profile-list>dd {
  padding: 10px 0 22px;
  border-bottom: 1px solid #ddd;
}

.profile-list>dt {
  grid-column: 1;
  color: var(--primary-color);
  text-align: center;
  letter-spacing: 1.4px;
}

.profile-list>dd {
  grid-column: 2;
  padding-left: 24px;
}

.profile-list .company-location dt {
  font-weight: 400;
  margin: 0 0 4px;
}

.profile-list .company-location dd {
  font-size: 14px;
  line-height: 2;
}

.company-location .location-last-dd {
  margin: 0 0 20px;
}

/* --- 沿革 --- */
.company-history-section .section-container {
  padding-bottom: 26px;
}

.history-list {
  display: flex;
  flex-direction: column;
  padding: 44px 0 0;
}

.history-row {
  display: flex;
  position: relative;
  padding-bottom: 30px;
}

.history-row:last-child {
  padding-bottom: 0;
}

/* 1. 年号エリア */
.history-date {
  flex-shrink: 0;
  text-align: center;
  margin: 0 8px 0 0;
  width: 60px;
}

.year-main {
  display: block;
  color: var(--primary-color);
  font-size: 20px;
  font-weight: bold;
  font-family: 'Roboto', sans-serif;
  text-align: center;
}

.year-sub {
  display: block;
  font-size: 12px;
  color: #666;
  margin: 4px 0 0;
}

/* 2. マーカー（線とドット）エリア */
.history-marker {
  position: relative;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  width: 20px;
}

/* 2-1. 青いドット */
.history-marker::before {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  background-color: var(--primary-color);
  border-radius: 50%;
  position: absolute;
  align-self: center;
  z-index: 2;
}

/* 2-2. 縦線 */
.history-marker::after {
  content: '';
  display: block;
  width: 1px;
  background-color: #eaeaea;
  position: absolute;
  top: 20px;
  bottom: -54px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

.history-row:last-child .history-marker::after {
  content: '';
  display: block;
  width: 1px;
  background-color: #eaeaea;
  position: absolute;
  top: 20px;
  bottom: -4px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;

}

/* 3. 内容エリア */
.history-content {
  flex-grow: 1;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.56;
  letter-spacing: 0.3px;
  padding: 0 0 0 4px;
  margin: auto 0;
}

/* 社員インタビュー */

/* リード文、セクション */
.interview-read-section {
  background-size: contain;
  background-position: 4px;
  margin: 0 auto;
  position: relative;
  /* max-width: 450px; */
  width: 100%;
}

.interview-read-section::after {
  content: "";
  background: linear-gradient(90deg, #2067a7 30%,#2488cc 40%, #23A7EE 60%, #2488cc 80%,#2067A7 100%);
  position: absolute;
  bottom: -12px;
  height: 72px;
  width: 100%;
  z-index: 0;
}

.interview-read-section .section-container {
  padding: 58px 24px 0;
}

.interview-read-section p {
  margin: 0 auto 16px;
  max-width: 500px;
}

.interview-read-section .blue-hr {
  background: var(--primary-color);
  border: none;
  height: 2px;
  margin: 0 auto 24px;
  width: 87%;
  max-width: 500px;
}

/* 動画のスタイル */
.interview-embed-wrap {
  position: relative;
  background: var(--back-color);
  width: 96%;
  height: 220px;
  margin: 0 auto;
  overflow: hidden;
  z-index: 10;
  max-width: 440px;
}

.interview-embed-wrap iframe {
  position: absolute;
  background: var(--back-color);
  border-radius: 4px;
  box-shadow: 0px 0px 2px 0px #000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 4px;
  object-fit: cover;
  z-index: 10;
}

/*  メインインタビューセクション */
.main-interview-section .section-container {
  padding-top: 72px;
  padding-bottom: 2px;
}

.main-interview-wrap {
  width: 100%;
  max-width: 450px;
  margin: 0 auto;
  padding-bottom: 30px;
  /* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); */
}

.staff-about-wrap {
  background: linear-gradient(77deg, #2067a7 20%, #2488cc 86%);
  color: #fff;
  padding: 24px 34px;
  display: flex;
  height: 128px;
  width: 96%;
  margin: 0 auto;
  align-items: center;
  text-align: center;
}

.staff-dept h3 {
  font-family: var(--text-font-roboto);
  font-size: 20px;
  font-weight: bold;
}

.staff-divider {
  width: 1px;
  height: 80px;
  background: #fff;
  margin: auto;
}

.staff-info p {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.8;
  text-align: left;
}

.staff-name {
  font-family: var(--text-font-roboto);
  font-weight: bold;
  font-size: 24px;
  margin: 0 4px 0 0;
}

.staff-suffix {
  align-self: flex-end;
  padding: 0 0 4px;
}

.staff-year {
  font-size: 12px;
  font-weight: 600;
  border: 1px solid #fff;
  border-radius: 4px;
  padding: 2px 8px;
  margin: 0 0 0 8px;
}

.staff-role {
  font-size: 15px;
  font-weight: 500;
}

/* --- インタビュー会話エリア --- */
.staff-interview-wrap {
  padding: 20px 15px 36px;
}

.staff-interview-wrap .staff-image {
  display: none;
}

.staff-interview-wrap .qa-list {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}

.staff-interview-wrap .qa-group {
  display: flex;
  flex-direction: column;
  max-width: 400px;
  width: 100%;
}

/* QA */
.staff-interview-wrap .interview-question,
.staff-interview-wrap .interview-answer {
  align-self: center;
  background-color: #fcfcfc;
  border: 1px solid #2078bd;
  font-size: 16px;
  letter-spacing: 1px;
  max-width: 400px;
  width: fit-content;
}

/* 質問 (Q) */
.staff-interview-wrap .interview-question {
  font-weight: bold;
  color: #2078bd;
  padding: 10px 16px;
  border-radius: 16px;
  border-bottom-right-radius: 0px;
  text-align: center;
  margin: 0 0 16px auto;
}

/* 回答 (A) */
.staff-interview-wrap .interview-answer {
  box-shadow: 0 2px 8px 0 #0000003a;
  font-weight: 500;
  color: #333;
  line-height: 1.5;
  padding: 8px 16px;
  border-radius: 24px;
  border-bottom-left-radius: 0px;
  margin: 0 auto 24px 0;
}

/* 新卒採用 */
.recruit-info-section {
  margin: 0 auto;
  max-width: 450px;
  width: 100%;
}

.recruit-info-section .section-container {
  padding-bottom: 72px;
}

.recruit-info-section .recruit-details>dt {
  background: #edf7fe;
  border-top: 1px solid #888;
  color: #333;
  font-size: 16px;
  font-weight: bold;
  align-content: center;
  padding: 0 16px;
  height: 46px;
}

.recruit-info-section .recruit-details>dd {
  font-size: 15px;
  padding: 16px;
  line-height: 1.8;
}

.recruit-info-section .recruit-details>dd:nth-of-type(3) ul {
  padding-top: 8px;
}

.recruit-details .recruit-details-more dt {
  color: var(--primary-color);
}

.recruit-details .recruit-details-more:not(:last-child) dd {
  margin: 0 0 16px;
}

.recruit-details ul {
  margin: 0 0 16px 26px;
}

.recruit-details ul li {
  list-style: disc;
}

.recruit-details ul li::marker {
  font-size: 10px;
}

.recruit-flow-list {
  position: relative;
  margin: 40px 0 0;
}

.recruit-flow-list li {
  border: 1px solid #C5D2D8;
  padding: 24px;
  margin: 0 0 48px;
}

.recruit-flow-list li:last-child {
  margin: 0;
}

.recruit-flow-list li:first-child,
.recruit-flow-list li:nth-child(6) {
  padding: 24px 24px 16px;
}

.recruit-flow-list li h3 {
  font-size: 20px;
  font-weight: 600;
}

.recruit-flow-list li>div {
  display: flex;
  align-items: center;
}

.recruit-flow-list li:nth-child(1) div,
.recruit-flow-list li:nth-child(6) div {
  margin-bottom: 8px;
}

.recruit-flow-list li span {
  font-family: var(--text-font-roboto);
  font-size: 32px;
  font-weight: 600;
  margin: 0 16px 0 0;
}

.recruit-flow-list li:nth-child(1) span {
  color: #2495DA;
}

.recruit-flow-list li:nth-child(2) span {
  color: #248FD4;
}

.recruit-flow-list li:nth-child(3) span {
  color: #248FD4;
}

.recruit-flow-list li:nth-child(4) span {
  color: #2381C5;
}

.recruit-flow-list li:nth-child(5) span {
  color: #2277B9;
}

.recruit-flow-list li:nth-child(6) span {
  color: #216CAD;
}

.recruit-flow-list li:nth-child(7) span {
  color: #2067A7;
}

.recruit-flow-list li:nth-child(8) span {
  color: #1F5D94;
}

.recruit-flow-list li small {
  font-size: 15px;
  line-height: 1.6;
}

.recruit-flow-list li::after {
  content: "";
  display: block;
  height: 48px;
  width: 48px;
  background-size: contain;
  background-repeat: no-repeat;
  background-origin: border-box;
  position: absolute;
  justify-self: anchor-center;
  transform: translateY(26px);
}

.recruit-flow-list li:nth-child(1)::after,
.recruit-flow-list li:nth-child(6)::after {
  transform: translateY(16px);
}


.recruit-flow-list li:nth-child(1)::after {
  background-image: url("../images/7_recruit/arrow_1.webp");
}

.recruit-flow-list li:nth-child(2)::after {
  background-image: url("../images/7_recruit/arrow_2.webp");
}

.recruit-flow-list li:nth-child(3)::after {
  background-image: url("../images/7_recruit/arrow_3.webp");
}

.recruit-flow-list li:nth-child(4)::after {
  background-image: url("../images/7_recruit/arrow_4.webp");
}

.recruit-flow-list li:nth-child(5)::after {
  background-image: url("../images/7_recruit/arrow_5.webp");
}

.recruit-flow-list li:nth-child(6)::after {
  background-image: url("../images/7_recruit/arrow_6.webp");
}

.recruit-flow-list li:nth-child(7)::after {
  background-image: url("../images/7_recruit/arrow_7.webp");
}

.recruit-flow-list li:last-of-type::after {
  background-image: none;
}

/* CTA 応募・コンタクト */
.recruit-to-contact-section {
  background: linear-gradient(90deg, #2488CC 0%, #23A7EE 50%, #2488CC 190%);
  padding: 16px 16px 24px;
  margin: 0 auto;
  max-width: 400px;
}

.recruit-contact-wrap {
  background: #fcfcfcee;
  padding: 46px 24px 48px;
}

.recruit-contact-catch h2 {
  font-size: 40px;
  font-weight: 600;
  line-height: 1.4;
  color: var(--primary-color);
  background: -webkit-linear-gradient(329deg, #2067A7 20%, #2488CC 46%, #23A7EE 80%, #2488CC 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0 0 24px;
}

.recruit-contact-catch p {
  letter-spacing: 0;
}

.recruit-line-link a {
  background: #F1AB49;
  box-shadow: 4px 4px 0 0 #00000044;
  font-family: var(--text-font-roboto);
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 2px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px;
  margin: 0 auto 32px;
  height: 83px;
  width: 279px;
}

.recruit-line-link a::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url("../images/7_recruit/LINE.webp");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.recruit-line-link a::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url("../images/7_recruit/right-arrow.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.recruit-contact-info hr {
  color: var(--primary-color);
  height: 1px;
  margin: 0 auto 24px;
  width: 279px;
}

.recruit-contact-phone {
  display: flex;
  justify-content: center;
  align-items: center;
}

.recruit-contact-phone::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background-image: url("../images/7_recruit/phone.webp");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  margin: 0 16px 0 0;
}

.recruit-contact-phone p:first-child {
  font-family: var(--text-font-roboto);
  font-size: 24px;
  font-weight: 600;
  color: #F1AB49;
  text-shadow:
    1px 1px 0 var(--text-color-2),
    -1px 1px 0 var(--text-color-2),
    -1px -1px 0 var(--text-color-2),
    1px -1px 0 var(--text-color-2);
  letter-spacing: 2.8px;
  margin: 0 0 -4px;
}

.recruit-contact-phone p:last-child {
  font-size: 15px;
  margin: 0;
}


/* TAB */
@media screen and (min-width: 768px) {

  /* component */
  /* ファーストビュー タイプ2 */
  .fv-type2 {
    position: relative;
    background-color: #fff;
  }

  .fv-type2-image-wrapper {
    display: flex;
  }

  .fv-type2-white-back {
    display: block;
    width: 20%;
  }

  .fv-type2-image-sp {
    display: none;
  }

  .fv-type2-image-pc {
    width: 100%;
    height: auto;
    display: block;
  }

  .fv-type2-content-wrapper {
    bottom: 88px;
    left: 44px;
    right: unset;
  }

  .fv-type2-title-box {
    background-color: #2067a7f2;
    color: white;
    padding: 38px 30px;
    height: 142px;
    width: 318px;
    margin: 0 auto;
  }

  .fv-type2-title-box h1 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 12px;
  }

  .fv-type2-subtitle {
    font-size: 16px;
    letter-spacing: 0.18px;
    margin: 0;
    display: flex;
    align-items: center;
  }

  .fv-type2-subtitle::after {
    content: '';
    display: block;
    height: 1px;
    background-color: white;
    flex-grow: 1;
    margin-left: 15px;
  }


  /* Footer */
  .footer-widget-2 {
    color: #fff;
    display: block;
    /* padding: 84px 0 0; */    /* コメントアウト（森） */
    /* position: relative; */   /* コメントアウト（森） */
    padding: 84px 0 0 68px;     /* 追記（森） */
    left: 140px;
    z-index: 10;
    width: 60%;    /* 追記（森） */
  }

  .footer-widget-2 ul {
    height: 212px;
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */  /* コメントアウト（森） */
  }

  .footer-widget-2 ul li:not(:last-of-type){
    margin: 0 0 16px 0;
  }

  /* フッターの修正（グラデーション背景） ↓↓↓ */
  .footer-background {
    /* clip-path: polygon(35% 0%, 100% 0%, 100% 100%, 25% 100%); */
    clip-path: polygon(40% 0%, 100% 0%, 100% 100%, 30% 100%);  
    /* background: linear-gradient(101deg, #2067a7 35%, #2488cc 76%, #23a7ee 83%, #2488cc 88%, #2067a7 100%); */
    background: linear-gradient(101deg, #2067a7 40%, #2488cc 60%, #23a7ee 80%, #2488cc 90%, #2067a7 100%);
  }

  /* フッターの修正（ロゴ＋SNSアイコン） ↓↓↓ */
  .footer-widget-1{
    width: 40%;
    position: relative;
    text-align: left;
    padding: 84px 0 0 60px;
  }
    .footer-widget-1-wrap{
    width: fit-content;
  }

   .footer-widget-1::before{
    content: "";
    position: absolute;
    width: 121px;
    height: 100%;
    top: 0;
    right: -1px;
    background: #2067a7;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
   }
   .footer-widget-1 .sns-icon-wrap{
  position: static;
  justify-content: center; 
  padding: 0;
  }
  .footer-widget-1 .sns-icon-wrap li:not(:last-of-type){
    padding: 0 16px 0 0;
  }

    /* フッターの修正　高橋さんの記述したCSS↓↓↓ */
  /* .footer-background {
    clip-path: polygon(100% -734%, 100% 0%, 100% 100%, 0% 308%);
    background: linear-gradient(-75deg, #2067a7 0%, #2488cc 10%, #23a7ee 19%, #2488cc 67%, #2067a7 100%);
  } */
  /* Main */

  /* home top page */


  /* Interview 社員インタビュー */
  .carousel-container {
    width: 520px;
  }

  .carousel-list li {
    font-size: 20px;
    margin: 48px 32px 68px 0;
  }

  .carousel-list li img {
    max-width: 244px;
  }

  .carousel-list li figcaption {
    font-size: 20px;
  }

  .carousel-list li figcaption span:first-child {
    font-size: 40px;
  }

  /* Work 仕事紹介 */
  .work-link-cards {
    display: grid;
    grid-template-columns: 352px 352px;
    justify-content: center;
    gap: 0 32px;
    width: 100%;
  }

  .work-link-list:last-child {
    margin: 0 auto 18px;
  }

  /* Benefits 働く環境 */
  .benefits-link-cards {
    display: flex;
    max-width: 800px;
    margin: 0 auto;
  }

  .benefits-link-list {
    width: 32%;
  }

  /* About */
  /* モノを守る仕事 */
  .about-work-section .section-container {
    max-width: 736px;
  }

  .about-work-image {
    display: flex;
  }

  .about-work-image::after {
    height: 230px;
  }

  .about-work-image img:first-child {
    margin: 0;
  }

  /* --- YFP DATE BOOK 数字で見る豊ファインパック --- */
  .look-at-number-section .section-container {
    max-width: 780px;
    padding: 8px 32px;
  }

  .look-at-number-wrap {
    display: flex;
    justify-content: space-between;
  }

  .look-at-number-wrap-col2 {
    display: flex;
    justify-content: space-between;
  }

  .look-at-item {
    height: 220px;
    width: 220px;
  }

  .look-at-number {
    margin: 0 0 18px;
  }

  .look-at-item.look-at-graph,
  .noodle-items .look-at-item {
    height: 344px;
    width: 344px;
  }

  .noodle-items .look-at-item>div:first-child::before {
    width: 290px;
  }

  .look-at-item.look-at-graph img {
    height: auto;
    max-width: 350px;
  }

  .benefit-items .look-at-item {
    height: 344px;
    width: 344px;
    padding: 0 38px;
  }

  /* --- 代表メッセージ --- */
  .president-wrap .message-text {
    padding: 52px 48px;
  }

  .president-wrap .message-catch-wrap {
    margin: 0 0 54px;
  }


  /* --- 会社概要 --- */
  .company-profile-section .section-container {
    max-width: 600px;
  }

  /* --- 沿革 --- */
  .company-history-section .section-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 120px;
  }

  .history-row:last-child .history-marker::after {
    bottom: -20px;
  }
}

/* PC */
@media screen and (min-width: 1024px) {

  p {
    font-size: 20px;
    margin-bottom: 22px;
  }

  /* utility */
  .pc-none {
    display: none;
  }

  .sp-none {
    display: block;
  }

  .dsp-i {
    display: inline !important;
  }

  /* --- 共通化: 装飾ボーダー --- */

  .kazari-top1 {
    background-size: 76% 60px;
  }

  .kazari-under1 {
    background-size: 92% 60px;
  }

  .kazari-under2 {
    background-size: 92% 60px;
    transform: rotate(180deg);
  }

  /* component */
  .section-container {
    padding: 80px 80px;
    max-width: 1280px;
  }

  .btn {
    font-size: 20px;
    font-weight: 400;
    padding: 16px 60px 16px 32px;
    width: fit-content;
    /* max-width: 216px; */
  }

  .btn .right-arrow {
    width: 9px;
    height: 9px;
    transform: translatex(20px) rotate(45deg);
  }

  /* --- 共通化: 見出しコンポーネント --- */

  .h2-gradation {
    color: var(--primary-color);
    font-size: 46px;
    background: -webkit-linear-gradient(0deg, #2067A7 0%, #2488CC 15%, #23A7EE 30%, #2488CC 60%, #2067A7 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 16px 0 46px;
  }

  .h2-type1-wrap h2,
  .h2-type2-wrap h2,
  .h2-type3-wrap h2,
  .h2-type4-wrap h2,
  .h2-type5-wrap h2,
  .h2-type6-wrap h2 {
    font-size: 40px;
  }

  .h2-type1-wrap h2::after,
  .h2-type2-wrap h2::after,
  .h2-type3-wrap h2::after,
  .h2-type5-wrap h2::after,
  .h2-type6-wrap h2::after {
    width: 70px;
  }


  .h2-type4-wrap {
    text-align: center;
  }

  .h2-type6-wrap {
    margin: 0 auto 0 0;
    width: fit-content;
  }

  .h2-type6-wrap h2::after {
    content: "";
    border: 1px var(--primary-color) solid;
    display: block;
    margin: 22px auto 80px;
  }

  /* --- 見出しコンポーネント 共通化終了 --- */

  /* ファーストビュー タイプ2 */
  .fv-type2-image-sp {
    display: none;
  }

  .fv-type2-content-wrapper {
    top: 30%;
    bottom: auto;
    left: 60px;
  }

  .fv-type2-title-box {
    padding: 38px;
    height: 260px;
    width: fit-content;
  }

  .fv-type2-title-box h1 {
    font-size: 56px;
    margin-bottom: 26px;
    letter-spacing: 1.8px;
  }

  .fv-type2-subtitle {
    font-size: 24px;
    letter-spacing: 0.18px;
    margin: 0;
    display: flex;
    align-items: center;
  }

  .fv-type2-subtitle::after {
    content: '';
    display: block;
    height: 1px;
    background-color: white;
    flex-grow: 1;
    margin-left: 15px;
  }

  /* ファーストビュー タイプ3 */

  .fv-type3-image-sp {
    display: none;
  }

  .fv-type3-image-pc {
    display: block;
  }

  .fv-type3-content-wrapper {
    top: 30%;
    bottom: auto;
    left: 60px;
    right: unset;
  }

  .fv-type3-title-box {
    padding: 48px 32px 40px;
    height: 260px;
    width: fit-content;
  }

  .fv-type3-title-box h1 {
    font-size: 56px;
    margin-bottom: 12px;
    letter-spacing: 1.8px;
  }

  .fv-type3-subtitle {
    font-size: 24px;
    letter-spacing: 1.6px;
    margin: 0 0 32px;
  }

  .fv-type3-subtitle::after {
    width: 234px;
  }

  /* フッター前の採用情報セクション */
  .common-recruit-section {
    background: url(../images/common/Recruitment_pic.webp) repeat center 100%;
  }

  .common-recruit-section .section-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 508px;
    padding: 46px 0 0;
    margin: 0 auto;
  }

  .recruit-btn-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 44px;
    margin: 78px auto;
    width: 760px;
  }

  .recruit-btn {
    height: 84px;
    margin: 0 0 0;
    width: 54%;
  }

  .recruit-btn span {
    font-size: 20px;
    letter-spacing: 1.4px;
    margin: 0 16px 0 0;
  }

  .recruit-btn:last-child {
    margin: 0;
  }

  .recruit-btn img {
    width: 26px;
  }


  /* Header */
  .logo-wrap {
    height: 100px;
    width: 240px;
    padding: 12px;
  }

  .logo-wrap img {
    max-width: 184px;
    top: 24px;
    left: 20px;
  }

  /* Nav */
  .nav-top {
    margin: 28px 0 0;
    right: 40px;
    position: relative;
  }

  .nav-top>ul {
    display: flex;
  }

  .nav-pc-right {
    display: none;
  }

  /* EntryBtn */
  .menu-entry-wrap {
    font-size: 24px;
    padding: 24px 0;
    box-shadow: 4px 4px 0px 0px #00000025;

    text-align: center;
    height: 72px;
    width: 211px;
  }

  .menu-entry-wrap summary {
    font-size: 24px;
  }

  .menu-entry-wrap .menu-entry-list {
    display: block;
    padding: 0 0 24px;
    background: #F1AB49;
    box-shadow: 4px 4px 0px 0px #00000025;
  }

  .menu-entry-wrap .menu-entry-list li:first-child {
    margin: 16px 0 14px;
    padding: 0;
  }

  .menu-entry-wrap .menu-entry-list img {
    margin: 0 8px 2px 0;
    width: 20px;
  }

  /* Hamburger Menu */
  .menu-nav-wrap {
    margin: 0 0 0 16px;
    text-align: center;
  }

  /* 左カラム (青背景) */
  .nav-pc-left {
    display: grid;
    padding: 80px 0px 78px 116px;
    width: 62%;
  }

  .nav-accordion .menu-btn-trigger {
    box-shadow: 4px 4px 0px 0px #00000025;
    height: 72px;
    width: 72px;
  }

  .nav-accordion .menu-btn-trigger span {
    left: 22px;
    width: 28px;
  }

  .nav-accordion .menu-btn-trigger span:nth-of-type(1) {
    top: 28px;
  }

  .nav-accordion .menu-btn-trigger span:nth-of-type(2) {
    top: 36px;
  }

  .nav-accordion .menu-btn-trigger span:nth-of-type(3) {
    top: 44px;
  }
  .nav-accordion[open] .menu-btn-trigger{
    box-shadow: none;
    height: 40px;
    width: 40px;
    margin: 12px 42px 0 0;
  }
   .nav-accordion[open] .menu-btn-trigger span{
    height: 3px;
   }
  .nav-accordion[open] .menu-btn-trigger span:nth-of-type(1) {
    -webkit-transform: translate(1px, 12px) rotate(45deg);
    transform: translate(1px, 12px) rotate(45deg);
    top:7px;
    left:6px;
  }

  .nav-accordion[open] .menu-btn-trigger span:nth-of-type(3) {
    -webkit-transform: translate(1px, -10px) rotate(-45deg);
    transform: translate(1px, -10px) rotate(-45deg);
    top:29px;
    left:5px;
  }

  .nav-accordion .nav-accordion-content {
    padding: 0;
    max-height: 504px;
  }

  .nav-accordion .nav-accordion-content .menu-link-list span,
  .nav-accordion .nav-in-accordion summary {
    font-size: 24px;
  }

  .nav-accordion .nav-in-accordion .menu-link-list-to-list {
    font-size: 16px;
    font-weight: 400;
  }

  .nav-pc-left .nav-in-accordion.accordion-in-recruit {
    display: none;
  }

  .nav-accordion .nav-accordion-content .menu-link-list {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 196px;
    margin: 0 0 84px;
  }

  .nav-in-accordion.accordion-in-recruit .menu-link-list-to-list {
    font-size: 16px;
    margin: 26px 0 0;
  }

  .nav-accordion .nav-accordion-content .menu-link-list li a,
  .nav-accordion .nav-in-accordion summary,
  .nav-in-accordion.accordion-in-recruit summary {
    border-bottom: none;
    height: auto;
    padding: 0;
  }

  .nav-accordion .nav-accordion-content .menu-link-list li a img,
  .nav-in-accordion .menu-list-trigger span,
  .nav-in-accordion .menu-link-list-to-list li::before {
    display: none;
  }

  .nav-accordion .menu-external-link {
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: end;
    grid-column-start: 2;
    grid-column-end: 4;
    padding: 0;
    margin: 0 0 0 -86px;
    width: 100%;
  }

  .nav-accordion .sns-icon-wrap {
    margin: 0;
    align-self: end;
  }

  .menu-external-link li:first-child {
    margin: 0 60px 0 0;
  }

  .menu-external-link li:nth-child(2) {
    margin: 0;
  }

  .nav-pc-right {
    display: block;
    background: #fff;
    color: var(--text-color-1);
    flex: 1.5;
    padding: 80px 0px 40px 80px;
    overflow-y: auto;
    position: relative;
  }

  .nav-pc-right::before {
    content: "";
    background: url(../images/menu/pic.webp) no-repeat 100%;
    position: absolute;
    right: 0;
    height: 100%;
    max-width: 264px;
    width: 52%;
    transform: translateY(-80px);
  }

  .nav-pc-right::after {
    content: "";
    background: url(../images/menu/kazari.webp) no-repeat 100%;
    opacity: .7;
    mix-blend-mode: multiply;
    position: absolute;
    right: 0;
    bottom: 0;
    transform: translateX(-32px);
    height: 145px;
    width: 100%;
  }

  .nav-pc-right .nav-in-accordion.accordion-in-recruit {
    background: transparent;
    transform: none;
    padding: 0;
    width: auto;
  }

  .nav-in-accordion.accordion-in-recruit .nav-in-content {
    background: transparent;
    padding: 0;
    margin: 0;
    transform: none;
    width: auto;
  }

  /* Footer */
  .footer-widget-1 {
    padding: 84px 0 0 88px;
  }

  .footer-widget-1 .sns-icon-wrap {
    margin: 24px 0 0;
  }

  .footer-widget-2 {
    left: 440px;
  }

  /* Main */
  /* home top page */
  .fv-h1 {
    font-size: 48px;
  }

  .fv-p {
    /* 12.4 デザインカンプの通りに変更 38px → 24px */
    font-size: 24px;
  }

  .top-about-section {
    position: relative;
  }

  .page-top .kazari-top1 {
    display: none;
  }

  /* トップページの紹介セクション */
  .top-about-section::before {
    content: "";
    background: url(../images/1_home/about_us/kazari_left.webp) no-repeat left;
    background-size: contain;
    display: block;
    position: absolute;
    top: -64px;
    height: 432px;
    width: 124px;
  }

  .top-about-section::after {
    content: "";
    background: url(../images/1_home/about_us/kazari_top.webp) no-repeat;
    background-size: contain;
    display: block;
    position: absolute;
    top: -65px;
    right: 0;
    height: 124px;
    width: 1008px;
  }

  .top-about-section .section-container {
    padding: 42px 22px 100px;
  }

  .top-about-section .h2-gradation,
  .top-about-section .section-container>p {
    max-width: 794px;
  }

  .top-about-section .h2-gradation {
    margin: 90px auto 54px;
  }

  .top-about-section .section-container>p {
    margin: 0 auto 56px;
  }

  .job-flex-wrap {
    display: flex;
    flex-direction: column-reverse;
  }

  .job-img-wrap {
    display: flex;
    margin: 0 auto;
    flex-wrap: nowrap;
    width: 100%;
  }

  .job-img-wrap>img,
  .job-img-wrap img {
    margin: 0 16px 0;
    width: 352px;
  }

  .job-img-reverse {
    display: flex;
    flex-direction: row-reverse;
    margin: 0 auto;
    width: 100%;
  }

  .job-img-reverse img {
    margin: 0 0 0 auto;
  }

  .job-flex-wrap .btn {
    margin: 0 auto 108px 224px;
    max-width: 258px;
  }

  /* Interview 社員インタビュー */
  .top-Interview-section .section-container {
  padding: 80px 80px;
  }

  .carousel-container {
    width: 910px;
  }

  .carousel-list li {
    margin: 70px 64px 84px 0;
  }

  .carousel-list li img {
    max-width: 244px;
  }

  /* Work 仕事紹介 */
  .top-work-section .section-container {
    padding: 80px 22px;
  }

  .work-link-cards {
    grid-template-columns: 1fr 1fr;
    max-width: 1120px;
    margin: 0 auto;
  }

  .work-link-list {
    width: 100%;
    padding: 40px 40px 40px;
  }

  .work-link-list h3 {
    font-size: 24px;
  }

  .work-link-list h3::before {
    height: 22px;
    margin: 0 16px -2px 0;
    transform: scaleX(1.8);
  }

  /* Benefits 働く環境 */
  .job-benefits-section .section-container{
    padding: 40px 80px 80px 80px;
  }

  .job-benefits-section::before {
    content: "";
    background: url(../images/1_home/about_us/kazari_top.webp) no-repeat;
    background-size: 100% 124px;
    display: block;
    height: 124px;
  }

  .benefits-link-cards {
    max-width: 1046px;
  }

  .job-benefits-section::after {
    content: "";
    background: url(../images/1_home/benefits/kazari_under.webp) no-repeat;
    background-size: 100% 124px;
    display: block;
    height: 124px;
  }

  /* Support I・Uターン支援 */
  .kazari-under2 {
    display: none;
  }

  .iu-turn-section {
    border-bottom-right-radius: 64px;
  }

  .section-container.iu-turn-container {
    height: 767px;
  }

  .iu-turn-container {
    background: #eef4f8 url(../images/1_home/I・U_turn/Fukui_ken.webp) no-repeat 22% 40px / 76%;
  }

  .iu-turn-contents-wrap {
    display: grid;
    grid-template-columns: 544px 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    grid-template-areas: "area1 area3"
      "area2 area3"
      "area4 area3";
    height: 400px;
    gap: 10px;
    margin: 42px auto 0;
    max-width: 1114px;
  }

  .iu-turn-contents-wrap>*:nth-child(1) {
    grid-area: area1;
    margin: 0 auto 0 0;
    text-align: left;
  }

  .iu-turn-container .h2-type2-wrap h2::after {
    margin: 16px auto 38px 0;
  }

  .iu-turn-contents-wrap>*:nth-child(2) {
    grid-area: area2;
    text-align: left;
    margin: 0 0 48px;
  }

  .iu-turn-contents-wrap>*:nth-child(3) {
    grid-area: area3;
    margin: 0 0 0 auto;
  }

  .iu-turn-contents-wrap>*:nth-child(4) {
    grid-area: area4;
    margin: 0 auto 0 0;
    height: 67px;
  }

  .iu-turn-img-wrap li:first-child {
    max-width: 352px;
    margin: 60px 0 54px;
  }

  .iu-turn-img-wrap li:last-child {
    max-width: 325px;
    margin: 0 0 0 -104px;
  }

  .iu-turn-contents-wrap .btn {
    max-width: 216px;
    display: flex;
    align-items: center;
  }

  /* -------------------------------- */

  /* About */
  /* --- モノを守る仕事 --- */
  .about-work-section .section-container {
    padding: 97px 32px 100px;
    max-width: 1020px;
  }

  .about-work-section .h2-gradation-wrap {
    margin: 0 0 55px;
    gap: 29px;
  }

  .about-work-section .h2-gradation {
    font-size: 48px;
    white-space: nowrap;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .about-work-section .h2-gradation-wrap hr {
    flex-grow: 1;
    background: var(--primary-color);
    border: none;
    height: 1px;
    margin: 0;
  }

  .protect-job-wrap {
    display: flex;
  }

  .protect-job-wrap .text-content {
    max-width: 438px;
  }

  .protect-job-wrap .text-content p {
    margin: 0 0 40px;
  }

  .about-work-image {
    display: block;
    text-align: end;
  }

  .about-work-image::after {
    margin: -64px 0 0;
    height: 636px;
    width: 288px;
  }

  .about-work-image img {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    position: relative;
    max-width: 486px;
    width: 101%;
    z-index: 10;
  }

  .about-work-image img:first-child {
    margin: 0 0 48px;
  }

  /* --- YFP DATE BOOK 数字で見る豊ファインパック --- */
  /* 大きさ調整のため、下部に@media screen and (min-width: 1280px)もあり */
  .look-at-number-section .section-container {
    max-width: 940px;
    padding: 8px 0px 100px;
  }

  .look-at-item-wrap h3 {
    font-size: 24px;
  }

  .look-at-item {
    height: 280px;
    width: 280px;
  }

  .look-at-number {
    font-size: 26px;
    margin: 0 0 18px;
  }

  .look-at-number span {
    font-size: 48px;
  }

  .look-at-item.look-at-graph,
  .noodle-items .look-at-item {
    height: 444px;
    width: 444px;
  }

  .look-at-item.look-at-graph img {
    height: auto;
    max-width: 540px;
  }

  .noodle-items img {
    height: auto;
    width: 128px;
  }

  .noodle-items p {
    font-size: 28px;
  }

  .noodle-items .look-at-percentage {
    font-size: 64px;
  }

  .noodle-items .look-at-percentage span {
    font-size: 32px;
  }

  .noodle-items .look-at-item>div {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: 34px auto;
    width: 100%;
    gap: 62px;
  }

  .noodle-items .look-at-item>div:first-child::before {
    top: 142px;
    width: 359px;
  }

  .benefit-items .look-at-item {
    height: 444px;
    width: 444px;
    padding: 0 54px;
  }

  .benefit-items .benefits-list {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding: 42px 0 32px;
  }

  .benefit-items .benefits-list img {
    width: 30px;
    margin: 0 10px 0 0px;
  }

  .benefit-items .benefit-label {
    font-size: 21px;
    margin: 0;
  }

  .benefit-items .benefit-label::before {
    top: 45px;
    left: -24px;
    width: 390px;
  }

  .benefit-items .benefit-label::after {
    content: "";
    display: inline-block;
    height: 28px;
    width: 106px;
  }


  /* --- 代表メッセージ --- */
  .president-wrap {
    padding: 42px 18px 58px;
  }

  .president-wrap .president-about-wrap {
    max-width: 980px;
    position: relative;
    margin: 0 auto 52px;
  }

  .president-wrap .h2-type1-wrap {
    position: absolute;
    transform: translateY(86px);
  }

  .president-wrap .h2-type1-wrap p {
    margin: 0 0 5px;
  }

  .president-wrap .h2-type1-wrap h2::after {
    margin: 28px 0 0;
  }

  .message-photo-sp {
    display: none;
  }

  .message-photo-pc {
    display: block;
  }

  .message-photo-pc img {
    max-width: 440px;
  }

  .president-wrap .main-message-wrap {
    display: flex;
    justify-content: space-between;
    text-align: right;
    gap: 52px;
  }

  .president-wrap .message-catch-wrap {
    margin: auto 0 4px;
  }

  .president-wrap .main-message-catch {
    margin: 0 0 69px;
  }

  .president-wrap .main-message-catch p {
    font-size: 24px;
    height: 54px;
  }

  .president-wrap .main-message-catch p:nth-child(1) {
    padding: 7px 22px;
    margin: 0 0 8px auto;
  }

  .president-wrap .main-message-catch p:nth-child(2) {
    margin: 0 0 0 auto;
  }

  .president-wrap .main-message-wrap h3 {
    font-size: 32px;
    margin: 0 0 14px;
  }

  .president-about p {
    font-size: 24px;
    margin: 0;
  }

  .president-wrap .message-text {
    padding: 43px 0;
  }

  .president-wrap .message-text p{
    max-width: 980px;
    margin: 16px auto;
  }

  /* --- 会社概要 --- */
  .company-profile-section {
    background: url('../images/2_about_us/mobile/kazari_mobile.webp') no-repeat top right;
    background-size: 124px 432px;
  }

  .company-profile-section .section-container {
    max-width: 1132px;
    width: 100%;
    padding: 82px 80px 18px;
  }

  .profile-list {
    gap: 24px 20px;
    padding: 40px 14px 0;
  }

  .profile-list>dt,
  .profile-list>dd {
    font-size: 20px;
  }

  .profile-list>dt {
    width: 102px;
    text-align: left;
    padding: 10px 0px 0px 20px;
  }

  .profile-list>dd {
    padding: 10px 0 38px 24px;
  }

  .profile-list .company-location dt {
    margin: 0 0 6px;
  }

  .profile-list .company-location dd {
    font-size: 16px;
  }

  .company-location .location-last-dd {
    margin: 0 0 32px;
  }

  /* --- 沿革 --- */
  .company-history-section .section-container {
    padding-bottom: 210px;
  }

  .company-history-section .h2-type4-wrap {
    text-align: left;
  }

  .history-list {
    padding: 82px 0 0;
  }

  .history-row {
    padding-bottom: 38px;
  }

  /* 1. 年号エリア */
  .history-date {
    margin: 0 60px 0 0;
    width: 162px;
  }

  .year-main {
    display: inline;
    font-size: 32px;
    padding: 0 4px 0 0;
  }

  .year-sub {
    display: inline;
    font-size: 16px;
    font-weight: 600;
    vertical-align: super;
  }

  /* 3. 内容エリア */
  .history-content {
    font-size: 16px;
    font-weight: 500;
    padding: 0 0 0 52px;
  }

  /* 社員インタビュー */
  /* リード文、セクション */

  .interview-read-section .section-container {
    padding: 120px 80px 10px;
  }

  .interview-read-section p {
    color: #51565a;
    font-size: 24px;
    font-weight: 600;
    max-width: none;
  }

  .interview-read-section .blue-hr {
    height: 1px;
    width: 720px;
    margin: 0 auto 56px 0;
    max-width: none;
  }


  .interview-read-section::after {
    bottom: -80px;
    height: 299px;
  }

  /* 動画のスタイル */
  .interview-embed-wrap {
    width: 710px;
    height: 439px;
    margin: 0 auto;
    max-width: none;
  }

  .interview-read-section .interview-embed-wrap {
    margin: 0 auto 100px;
  }

  /*  メインインタビューセクション */
  .main-interview-section .section-container {
    padding-top: 72px;
    padding-bottom: 2px;
  }

  .main-interview-wrap {
    max-width: 1280px;
    margin: 0 auto;
    padding-bottom: 30px;
  }

  .interview-page .main-interview-section .h2-type5-wrap h2 {
    letter-spacing: 2px;
  }

  .interview-page .main-interview-section .h2-type5-wrap h2::after {
    margin: 19px auto 24px 0;
    width: 327px;
  }

  .main-interview-section .interview-desc {
    font-size: 20px;
    margin: 0 0 80px;
  }

  .interview-card {
    padding: 48px 64px 24px;
    margin: 0 auto 196px;
    width: 838px;
    box-shadow: 0 2px 4px 0 #00000044;
  }

  .staff-about-wrap {
    background: linear-gradient(106deg, #2067a7 30%, #2488cc 100%);
    display: block;
    padding: 24px 0 26px;
    height: 135px;
    width: 100%;
  }

  .staff-dept h3 {
    font-size: 28px;
    margin: 0 0 12px;
  }

  .staff-divider {
    width: 544px;
    height: 0.5px;
    margin: 0 auto 16px;
  }

  .staff-info p {
    font-size: 16px;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .staff-name {
    font-size: 32px;
    margin: 0 4px 0 0;
  }

  .staff-year {
    font-size: 14px;
    font-weight: 500;
    padding: 8px;
    margin: 0 16px 0;
  }

  .staff-role {
    font-weight: 500;
  }

  /* --- インタビュー会話エリア --- */
  .staff-interview-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 32px 0 0;
  }

  .staff-interview-conversation {
    max-width: 460px;
    width: 100%;
  }

  .staff-interview-wrap .staff-image {
    display: block;
    width: 208px;
    margin: 0 0 40px;
  }

  .staff-interview-wrap .qa-group {
    display: flex;
    flex-direction: column;
    max-width: 600px;
    width: 100%;
  }

  /* QA */
  .staff-interview-wrap .interview-question,
  .staff-interview-wrap .interview-answer {
    align-self: center;
    background-color: #fcfcfc;
    border: 1px solid #2078bd;
    font-size: 16px;
    letter-spacing: 1px;
    max-width: 700px;
    width: fit-content;
  }

  /* 質問 (Q) */
  .staff-interview-wrap .interview-question {
    font-weight: 600;
    color: #2078bd;
    padding: 8px 24px;
    border-radius: 16px;
    border-bottom-right-radius: 0px;
    text-align: center;
    margin: 0 0 8px auto;
  }

  /* 回答 (A) */
  .staff-interview-wrap .interview-answer {
    box-shadow: 0 2px 8px 0 #0000003a;
    font-weight: 500;
    color: #333;
    line-height: 1.5;
    padding: 8px 24px;
    border-radius: 24px;
    border-bottom-left-radius: 0px;
  }

  /* 新卒採用 */
  .recruit-info-section {
    margin: 0 auto;
    max-width: none;
    width: 100%;
  }

  .recruit-info-section .section-container {
    padding: 80px 0 0;
    max-width: 928px;
  }

  .recruit-info-section .recruit-details {
    margin: 108px 0 0;
    display: grid;
    width: 100%;
  }

  .recruit-info-section .recruit-details>dt {
    grid-column: 1;
    align-content: unset;
    padding: 30px;
    height: auto;
    width: 185px;
  }

  .recruit-details dt:nth-of-type(10) {
    grid-row: span 3;
  }

  .recruit-info-section .recruit-details>dd {
    grid-column: 2;
    border-top: 1px solid #888;
    font-size: 16px;
    padding: 30px 48px;
    line-height: 1.8;
  }

  .recruit-info-section .recruit-details>dt:last-of-type,
  .recruit-info-section .recruit-details>dd:last-of-type {
    border-bottom: 1px solid #888;
  }

  .recruit-details dd:nth-of-type(11),
  .recruit-details dd:nth-of-type(12) {
    border-top: none;
    padding-top: 2px;
  }

  .recruit-details .recruit-details-more dd {
    text-indent: 16px;
  }

  .recruit-details .recruit-details-more.not-indent dd {
    text-indent: 0;
  }

  .recruit-details ul {
    margin: 0 0 24px 26px;
  }

  .recruit-flow-section .section-container {
    padding: 128px 0 0;
  }

  .recruit-flow-wrap {
    display: flex;
  }

  .recruit-flow-list {
    margin: 0;
  }

  .recruit-flow-list li,
  .recruit-flow-list li:first-child,
  .recruit-flow-list li:nth-child(6) {
    padding: 32px 64px;
  }

  .recruit-flow-list li:last-child {
    margin: 0 0 200px;
  }

  .recruit-flow-list li h3 {
    font-size: 24px;
    font-weight: 600;
  }

  .recruit-flow-list li>div {
    display: flex;
    align-items: center;
  }

  .recruit-flow-list li:nth-child(1) div,
  .recruit-flow-list li:nth-child(6) div {
    margin-bottom: 16px;
  }

  .recruit-flow-list li span {
    font-size: 48px;
    margin: 0 48px 0 0;
  }

  .recruit-flow-list li small {
    font-size: 16px;
    line-height: 1.8;
  }

  .recruit-flow-list li::after,
  .recruit-flow-list li:nth-child(1)::after,
  .recruit-flow-list li:nth-child(6)::after {
    transform: translateY(34px);
  }

  /* CTA 応募・コンタクト */
  .recruit-to-contact-section {
    padding: 32px;
    margin: 0 auto 220px;
    max-width: 1120px;
  }

  .recruit-contact-wrap {
    padding: 96px 144px 96px;
  }

  .recruit-contact-catch {
    width: fit-content;
    margin: 0 auto;
  }

  .recruit-contact-catch h2 {
    font-size: 48px;
    color: var(--primary-color);
    background: -webkit-linear-gradient(329deg, #2067A7 20%, #2488CC 46%, #23A7EE 80%, #2488CC 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0 0 16px;
  }

  .recruit-contact-catch p {
    font-size: 16px;
    font-weight: 500;
  }

  .recruit-contact-catch+hr {
    color: var(--primary-color);
    margin: 0 auto 32px;
    width: 768px;
  }

  .recruit-contact-info {
    display: flex;
    align-items: center;
  }

  .recruit-line-link a {
    font-size: 24px;
    padding: 24px 30px;
    margin: 0 0 0 44px;
    width: 320px;
  }

  .recruit-contact-info hr {
    background: var(--primary-color);
    margin: auto;
    height: 64px;
    width: 1px;
  }

  .recruit-contact-phone {
    margin: 0 23px 0 0;
  }

  .recruit-contact-phone p:first-child {
    font-size: 28px;
    letter-spacing: 2px;
  }

  .recruit-contact-phone p:last-child {
    font-size: 15px;
  }

}

@media screen and (min-width: 1280px) {

  /* About */
  /* --- モノを守る仕事 --- */
  .about-work-section .section-container {
    max-width: 1120px;
    padding-left: 0;
    padding-right: 0;
  }

  .protect-job-wrap .text-content {
    max-width: 545px;
    width: 100%;
  }

  /* --- YFP DATE BOOK 数字で見る豊ファインパック --- */
  .look-at-number-section .section-container {
    max-width: 1120px;
  }

  .look-at-item {
    height: 323px;
    width: 352px;
  }
  .look-at-number {
    margin: 0 0 18px;
  }

  .look-at-item.look-at-graph,
  .noodle-items .look-at-item {
    height: 544px;
    width: 544px;
  }

  .noodle-items .look-at-item {
    margin-bottom: 0;
  }

  .look-at-item.look-at-graph img {
    height: auto;
    max-width: 540px;
  }

  .look-at-item-wrap h3 {
    font-size: 24px;
  }

  .look-at-number {
    font-size: 32px;
  }

  .look-at-number span {
    font-size: 64px;
  }

  .noodle-items img {
    height: auto;
    width: 128px;
  }

  .noodle-items p {
    font-size: 28px;
  }

  .noodle-items .look-at-percentage {
    font-size: 64px;
  }

  .noodle-items .look-at-percentage span {
    font-size: 32px;
  }

  .benefit-items .look-at-item {
    height: 544px;
    width: 544px;
  }

  .benefit-items .benefit-label {
    font-size: 24px;
  }

  .benefit-items .benefit-label::before {
    top: 54px;
    left: -24px;
    width: 488px;
  }

  .benefit-items .benefit-label::after {
    height: 36px;
    margin: 0 53px 0 auto;
  }


  /* --- 代表メッセージ --- */
  .president-wrap {
    padding: 42px 24px 58px;
  }

  .president-wrap .h2-type1-wrap {
    position: absolute;
    padding: 0 0 0 56px;
    /* transform: translate(-54px, 86px); */
  }

  .president-wrap .h2-type1-wrap h2::after {
    margin: 28px 0 0;
  }

  .message-photo-sp {
    display: none;
  }

  .message-photo-pc {
    display: block;
    padding: 0;
    margin: 0;
  }

  .message-photo-pc img {
    max-width: 440px;
  }

  .president-wrap .main-message-wrap {
    max-width: 1042px;
    gap: 115px;
    margin:0 auto;
  }

  .president-wrap .main-message-catch p {
    font-size: 24px;
    padding: 6px 22px;
  }

  .president-wrap .main-message-catch p:nth-child(1) {
    margin: 0 0 8px auto;
  }

  .president-wrap .main-message-catch p:nth-child(2) {
    margin: 0 0 24px auto;
  }

  .president-wrap .main-message-wrap h3 {
    font-size: 32px;
    margin: 0 0 14px;
  }

  .president-about p {
    font-size: 24px;
    margin: 0 0 24px;
  }

  .president-wrap .message-p-wrap {
    max-width: 1120px;
    margin: 0 auto;
  }
  .president-wrap .president-about-wrap{
    max-width: 1280px;
    margin: 0 auto 64px;
  }
  .president-wrap .message-text{
    margin: 0 -24px;
  }
}

/* 仕事はワクワクするものだ(768px以上1024px以下の間) */
@media (min-width: 790px) and (max-width: 1023px){
  .job-img-wrap {
    display: flex;
    flex-wrap: wrap;
  }
  .job-flex-wrap{
      display: block;
    }
   .job-img-wrap{
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 auto 48px;
  }
  .job-img-wrap img{
    margin: 0;
  }
  .job-img-wrap img:first-of-type{
    margin: 0 8px 0 0;
  }
  .job-img-wrap>img:last-of-type{
    margin: 8px 0 0 0;
  }
}
@media (min-width: 1024px) and (max-width: 1300px){
  .job-flex-wrap-btn{
    max-width: 794px;
    margin: 0 auto;
    width: 100%;
  }
  .job-flex-wrap .btn {
    margin: 0 auto 108px 0;
  }
}
@media screen and (min-width: 1440px) {
  .menu-link-list-to-list li {
    font-size: 16px;
  }
}

.nav-accordion .nav-accordion-content {
  pointer-events: none;
}

.nav-accordion[open] .nav-accordion-content {
  pointer-events: auto;
}

/* フッターの修正 （森） ↓↓↓ */
@media screen and (min-width: 1280px) {
    .footer-widget-2 {
    width: 70%;     
  }

  .footer-widget-1{
    width: 30%;    
  }

  .footer-widget-1::before {
    right: 0px;
}

  .footer-background {
    clip-path: polygon(30% 0%, 100% 0%, 100% 100%, 20% 100%);  
  }
}


@media screen and (min-width: 1440px) {
  .menu-link-list-to-list li {
    font-size: 16px;
  }
}

/* 加藤追記 */
/* 応募要項・選考プロセス 背景色の明示 */
.recruit-info-section {
  background-color: #FCFCFC;
}

.recruit-flow-section {
	background-color: #FCFCFC;
}
/* 加藤追記 */
/* 応募要項 右上装飾（PCのみ・画面右端追随） */
.recruit-info-section {
  margin-top: 72px;
}

@media screen and (min-width: 1024px) {
  .recruit-info-section {
    background-image: url("../images/7_recruit/kazari.webp");
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 578px 160px;
  }
}


/* 加藤追記 */
/* 選考プロセス 背景装飾（PCのみ・画面右端追随） */
.recruit-flow-section {
  background-color: #fcfcfc;
}

@media screen and (min-width: 1024px) {
  .recruit-flow-section {
    background-image: url("../images/7_recruit/kazari_2.webp");
    background-repeat: no-repeat;
    background-position: right 0 top 128px;
    background-size: 336px 1750px;
  }
}
@media screen and (min-width: 1024px) {
  body.mid-career-page .recruit-flow-section {
	background-image: url("../images/7_recruit/kazari_3.webp");
    background-size: 336px 1357px;
  }
}
/* 加藤追記 */
/* =====================================
   選考プロセス：箱幅指定（新卒 / 中途）
   TAB〜PC：横に伸ばさず固定幅
   ===================================== */

/* TAB（768〜1023px） */
@media screen and (min-width: 768px) and (max-width: 1023px) {
.recruit-flow-list li {
    margin-left: auto;
    margin-right: auto;
  }
}

/* PC（1024px〜） */
@media screen and (min-width: 1024px) {

  .recruit-flow-list li{
    width: 480px;
  }
}


/* 加藤追記 */
/* 社員インタビュー：PCレイアウト定義（768px〜） */
@media screen and (min-width: 768px) {

  .staff-interview-wrap {
    display: flex;
    gap: 32px;
    align-items: flex-start;
  }

  .staff-image-wrap {
    flex: 0 0 360px;
  }

  .staff-content-wrap {
    flex: 1;
  }

}
/* 加藤追記 */
/* LINEエントリー：タブレット対応まとめ（最終） */
@media screen and (min-width: 768px) and (max-width: 1023px) {

  /* ① 薄い水色の背景だけ横に拡張 */
  .recruit-to-contact-section {
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  /* ② 濃い青の枠は今まで通り中央固定＋中央揃え */
  .recruit-contact-wrap {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  /* ③ コピーの強制改行を解除 */
  .recruit-contact-catch h2 br {
    display: none;
  }
}
/* 加藤追記 */
/* 社員インタビュー：カード下部 背景帯（PCのみ・画面右端追随） */
@media screen and (min-width: 1024px) {

  .interview-card {
    position: relative;
    background-color: #fff;
  }

  .interview-card::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -93px;
    transform: translateX(-50%);

    width: 100vw;
    height: 279px;

    background-image: url("../images/3_interview/kazari.webp");
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 1232px 279px;

    pointer-events: none;
    z-index: -1;
  }

  .interview-card > * {
    position: relative;
    z-index: 1;
  }
}

/* 横スクロール防止（必須） */
.interview-page {
  overflow-x: clip; /* or hidden */
}
/* =====================================
   新卒採用FV：社員インタビュー挙動に統一（完成版）
   ===================================== */

/* --- 共通：画像は枠にフィットさせる --- */
.fv-type3-image-wrapper {
  position: relative;
  overflow: hidden;
}

.fv-type3-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* --- モバイル（〜767px）：高さ400px・箱は中央 --- */
.fv-type3-image-wrapper {
  height: auto;
}

.fv-type3-title-box {
  margin: 0 auto;
}

/* --- 768px以上：高さ550px・左配置・PC画像 --- */
@media screen and (min-width: 768px) {

  .fv-type3-image-wrapper {
    height: 550px;
  }

  /* PC用画像に切り替え */
  .fv-type3-image-sp {
    display: none;
  }

  .fv-type3-image-pc {
    display: block;
  }

  /* タイトルボックスを左・縦中央に */
  .fv-type3-content-wrapper {
    bottom: auto;
    top: 50%;
    left: 64px;
    right: auto;
    transform: translateY(-50%);
  }

  .fv-type3-title-box {
    margin: 0;
    background-color: #2067a7f2;
  }

}
/* =====================================
   新卒採用：FV直下の余白制御
   ===================================== */

/* SP：FV直下は詰める */
.new-grad-page .recruit-info-section {
  margin-top: 0;
}

/* PC：従来どおり 72px を復活 */
@media screen and (min-width: 768px) {
  .new-grad-page .recruit-info-section {
    margin-top: 72px;
  }
}
/* =====================================
   新卒採用FV：画像の左下（角丸）を必ず画面内に残す（PCのみ）
   ===================================== */
@media screen and (min-width: 768px) {
  .fv-type3-image-wrapper img {
    object-position: left bottom; /* ← 左下を基準にトリミング */
  }
}

/* 加藤追記 */
/* 中途採用 FV：左下丸み（PCのみ） */
@media screen and (min-width: 768px) {
  .mid-career-page .fv-type3-image-wrapper {
    overflow: hidden;
    border-bottom-left-radius: 60px;
  }
}
@media screen and (min-width: 1024px) {
  .staff-interview-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .staff-interview-wrap .staff-image {
    display: block;
  }
}

/* 未公開のリンク */
.hidden-nav{
  opacity: 0;
}
.hidden-nav a{
  pointer-events: none;
}