/**
 * 初期設定
 */

:root {
  &:has(.l-recruit-header) {
    --header-height: min(157px, 120px + (157 - 120) * var(--slope-1750-1260));
    @media (max-width: 767.98px) {
      --header-height: 59px;
    }
  }
}

/**
 * 共通パーツ
 */

/* MV */
.c-recruit-mv {
  /* margin-block: 97px 52px; */
  margin-block: 130px 60px;
  @media (max-width: 767.98px) {
    margin-block: 24px 40px;
  }
}
.c-recruit-mv__inner {
}

.c-recruit-mv__category {
	color: #FFF;
	background: var(--back-base-color);
	font-size: clamp(1.6rem,2vw,2rem);
	font-weight: bold;
	padding: 1px 13px;
	margin-bottom: 10px;
	display: inline-flex;
}

.c-recruit-mv__title {
  color: #0075c2;
  font-family: var(--ff-roboto);
  font-weight: 700;
  line-height: calc(95 / 72);
  font-size: 6.6rem;
  @media (max-width: 767.98px) {
    font-size: 3.2rem;
  }
}
/* .c-recruit-mv__subtitle {
  margin-top: calc(1 / 30 * 1em);
  font-weight: 600;
  line-height: calc(44 / 30);
  font-size: 3rem;
  @media (max-width: 767.98px) {
    font-size: 1.5rem;
  }
} */

/* スローガン */
.c-recruit-slogan {
	margin-bottom: 10rem;
	@media (max-width: 767.98px) {
		margin-bottom: 5rem;
	}
}

.l-sticky-bottom {
	@media (max-width: 767.98px) {
		margin-top: 5rem;
	}	
}

.c-recruit-slogan__inner {
  max-width: none;
}
.c-recruit-slogan__img {
  max-width: 1200px;
  width: fit-content;
  margin-inline: auto;

  img {
    @media (max-width: 767.98px) {
      width: 320px;
    }
  }
}


/* CTA */
.l-recruit-cta {
  margin-top: 16px;
}
.l-recruit-cta__inner {
}
.l-recruit-cta__list {
  display: grid;
  /*grid-template-columns: repeat(2, minmax(0, 1fr));*/
  gap: 1px;
  @media (max-width: 767.98px) {
    grid-template-columns: minmax(0, auto);
    background: linear-gradient(to right, #027dc5 20px, #fff 20px calc(100% - 20px), #027dc5 calc(100% - 20px));
  }
}

.l-recruit-cta__item {
}

.l-recruit-cta__item-link {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, auto));
  align-items: center;
  justify-content: space-between;
  padding-block: calc(min(98px, 70px + (98 - 70) * var(--slope-1750-1260)) - 2px);
  padding-inline: calc((230 - 2) / 960 * 100%);
  color: #fff;
  border: 2px solid #027dc5;
  background-color: #027dc5;  
  transition:
    background-color 0.3s,
    color 0.3s;
  @media (max-width: 767.98px) {
    border-width: 1px;
    padding-block: calc(27px - 1px) calc(31px - 1px);
    padding-inline: calc(36px - 1px) calc(45px - 1px);
  }
  &:hover {
    background-color: #fff;
    color: #027dc5;
  }
}
.l-recruit-cta__item-body {
}
.l-recruit-cta__item-title {
  font-weight: 700;
  line-height: calc(77 / 54);
  font-size: clamp(3rem,4vw,5.4rem);
  letter-spacing: 0.039em;
  @media (max-width: 767.98px) {
    font-size: 2.4rem;
  }
}
.l-recruit-cta__item-subtitle {
  font-weight: 700;
  line-height: calc(38 / 28);
  font-size: 2.8rem;
  letter-spacing: 0.039em;
  @media (max-width: 767.98px) {
    margin-top: calc(2 / 13 * 1em);
    font-size: 1.3rem;
  }
}
.l-recruit-cta__item-arrow {
  width: 76px;
  aspect-ratio: 1;
  border-radius: 10px;
  background-color: #fff;
  position: relative;
  transition: background-color 0.3s;
  @media (max-width: 767.98px) {
    width: 42px;
  }
  &::before {
    content: "";
    display: block;
    width: 23.031px;
    min-height: fit-content;
    aspect-ratio: 23.031 / 28.172;
    margin: auto;
    background-color: #027dc5;
    mask: url(../img/recruit/icon-arrow-card.svg) no-repeat center center / contain;
    position: absolute;
    inset: 0;
    transition: background-color 0.3s;
    @media (max-width: 767.98px) {
      width: 14.259px;
    }
  }
  .l-recruit-cta__item-link:hover & {
    background-color: #027dc5;
    &::before {
      background-color: #fff;
    }
  }
}

/* 画像を拡大させる */
.zoom {
	overflow: hidden;
	position: relative;
}

.zoom img {
  display: block;
  transition: transform .3s ease;
  position: absolute;
}

.zoom img:hover {
  transform: scale(1.1);
}






.l-recruit-outro {
	box-sizing: border-box;
}

.l-recruit-outro .swiper-slide {
	border: 0px;
	width: 426px;
	@media screen and (max-width: 980px) {
		width: 300px;
	}
	@media screen and (max-width: 768px) {
		width: 200px;
	}
	img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
}

.l-recruit-outro__slider-top .swiper-wrapper,
.l-recruit-outro__slider-bottom .swiper-wrapper {
  transition-timing-function: linear !important;
}


/**
 * ヘッダー
 */
.l-recruit-header {
  height: var(--header-height);
  background-color: #fff;
  position: fixed;
  top: 0;
  inset-inline: 0;
  z-index: var(--z-index-header);
}
.l-recruit-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 94.8%;
  max-width: none;
  height: 100%;
  @media (max-width: 767.98px) {
    width: auto;
    margin-left: 2.4%;
    margin-right: 1.7%;
  }
}

.l-recruit-header__logo_wrap {
	display: flex;
	align-items: center;
}

.l-recruit-header__logo {
  display: block;
  &:hover {
    opacity: 0.8;
  }
  img {
    width: min(295px, 250px + (295 - 250) * var(--slope-1750-1260));
    @media (max-width: 767.98px) {
      width: 181.1px;
    }
  }
}
.l-recruit-header__body {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  	@media (max-width: 1200px) {
		justify-content: flex-end;
	}
}

.l-recruit-header__corp_link_btn {
	margin-left: 2vw;
	top: -12px;
	position: relative;
	@media (max-width: 1200px) {
		display: none;
	}
	a {
		background: var(--back-base-color);
		color: #FFF;
		font-size: clamp(1.6rem,1.6vw,2rem);
		padding: 4px 1rem;
		border-radius: 10px;
		border: 2px solid #0075C2;
		&:hover {
			color: var(--font-base-color);
			background: #FFF;
			transition: 0.3s;
		}
	}
}

.l-recruit-header__nav {
  display: flex;
  margin-right: min(56.8px, 20px + (56.8 - 20) * var(--slope-1750-1260));
  @media (max-width: 767.98px) {
    display: none !important;
  }
}

/* ▼ nav 全体をホバー領域にする */
.l-recruit-header__nav {
  position: relative;
  display: inline-flex;
  column-gap: 4vw;
  margin-right: 4vw;
  margin-left: auto;
  @media (max-width: 1200px) {
  	display: none;
  }
}

/* ▼ nav_inner をホバー領域にする */
.l-recruit-header__nav_inner {
  position: relative;
  display: inline-block;
  cursor: pointer;
}



/* ▼ サブメニューを確実に非表示にする（display:flex を上書き） */
.l-recruit-header__nav_inner > .l-recruit-header__submenu {
  display: none !important;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  padding: 0;
  margin: 0;
  list-style: none;
  z-index: 1000;
}

/* ▼ nav_inner にホバーしたときだけ表示 */
.l-recruit-header__nav_inner:hover > .l-recruit-header__submenu {
  display: block !important;
  background: var(--back-base-color);
  padding: 1rem 2rem 2rem;
  white-space: nowrap;
  border-radius: 10px;
  li {
  	color: #FFF;
	font-size: clamp(1.6rem,2vw,2rem);
	font-weight: 600;
	border-bottom: 1px solid #FFF;
	padding: 1rem;
	a:hover {
		text-decoration: none;
		opacity: 0.6;
		transition: 0.6s;
	}
  }
}

/* PC でバーガーが is-active のときだけ、hover を無効化してサブメニューを消す */
.l-recruit-header__inner:has(.l-recruit-burger.is-active) .l-recruit-header__corp_link_btn,
.l-recruit-header__body:has(.l-recruit-burger.is-active) .l-recruit-header__nav,
.l-recruit-header__body:has(.l-recruit-burger.is-active) .l-recruit-header__link-entry {
  opacity: 0;
  transition: opacity 0.6s ease;
  display: none;
}

/* バーガーメニューが is-active のときだけ header に背景色を付ける */
.l-recruit-header:has(.l-recruit-burger.is-active) {
  background: #FFF; /* 任意の色に変更 */
}

.fadein {
  opacity: 0;
  transform: translateY(10px);
  animation: fadeUp .6s ease forwards;
}

@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}



.l-recruit-header-menu__nav-ttl {
	font-size: clamp(1.6rem,2vw,2rem);
	font-weight: 600;
	display: flex;
	align-items: center;
	column-gap: 1rem;
	.l-header__nav-toggle u-form-reset is-active {
		display: block;
		width: 12px;
		aspect-ratio: 1;
		position: relative;
		&::before {
			content: "";
			display: block;
			width: 100%;
			height: fit-content;
			border-top: 2px solid;
			margin: auto;
			position: absolute;
			inset: 0;
			transition: transform 0.4s;
		}
		&::after {
			content: "";
			display: block;
			width: 100%;
			height: fit-content;
			border-top: 2px solid;
			margin: auto;
			position: absolute;
			inset: 0;
			transform: rotate(90deg);
			transition: transform 0.4s;
		}
	}
}

/* nav_inner 全体に hover が残るようにする */
.l-recruit-header__nav_inner:hover .l-header__nav-toggle::before {
  transform: rotate(45deg);
}

.l-recruit-header__nav_inner:hover .l-header__nav-toggle::after {
  transform: rotate(-45deg);
}








.l-recruit-header__nav-list {
  display: flex;
  align-items: center;
  column-gap: min(56.8px, 20px + (56.8 - 20) * var(--slope-1750-1260));
}
.l-recruit-header__nav-item {
}
.l-recruit-header__nav-link {
  display: block;
  margin-right: -0.1em;
  font-weight: 600;
  line-height: calc(29 / 20);
  font-size: min(2rem, 1.6rem + (20 - 16) * var(--slope-1750-1260));
  letter-spacing: 0.1em;
  &:hover {
    text-decoration: underline;
    text-underline-offset: 0.15em;
  }
}
.l-recruit-header__link-entry {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /*width: min(231px, 190px + (231 - 190) * var(--slope-1750-1260));*/
  width: auto;
  max-width: 100%;
  height: min(79px, 70px + (79 - 70) * var(--slope-1750-1260));
  margin-right: 14px;
  border: 2px solid #0075c2;
  border-radius: 5px;
  padding-inline: calc(30 / 20 * 1em - 2px);
  background-color: #0075c2;
  color: #fff;
  font-family: var(--ff-roboto);
  font-weight: 500;
  line-height: calc(26 / 20);
  font-size: min(2rem, 1.8rem + (20 - 18) * var(--slope-1750-1260));
  letter-spacing: 0.08em;
  column-gap: 3rem;
  transition:
    background-color 0.3s,
    color 0.3s;
  @media (max-width: 767.98px) {
    display: none;
  }
  &::after {
    content: "";
    flex-shrink: 0;
    display: block;
    width: 15.574px;
    aspect-ratio: 15.574 / 19.051;
    background-color: currentColor;
    mask: url(../img/common/icon-arrow-entry.svg) no-repeat center center / contain;
  }
  &:hover {
    background-color: #fff;
    color: #0075c2;
  }
}

/* バーガーボタン */
.l-recruit-burger {
  width: min(79px, 70px + (79 - 70) * var(--slope-1750-1260));
  height: min(79px, 70px + (79 - 70) * var(--slope-1750-1260));
  border: 2px solid #0075c2;
  border-radius: 5px;
  background-color: #0075c2;
  position: relative;
  transition: background-color 0.3s;
  @media (max-width: 767.98px) {
    width: 45.9px;
    height: 45.9px;
  }
  &:hover {
    background-color: #fff;
  }
}
.l-recruit-burger__bar {
  width: 29px;
  height: fit-content;
  margin: auto;
  border-top: 3px solid #fff;
  position: absolute;
  inset: 0;
  transition:
    border-top-color 0.3s,
    translate 0.4s,
    rotate 0.4s,
    scale 0.4s,
    opacity 0.4s;
  @media (max-width: 767.98px) {
    width: 17px;
  }
  .l-recruit-burger.is-active & {
    scale: 1.5 1;
  }
  &:nth-child(1) {
    translate: 6px -12px;
    @media (max-width: 767.98px) {
      translate: 4px -7px;
    }
    .l-recruit-burger.is-active & {
      translate: none;
      rotate: 45deg;
    }
  }
  &:nth-child(2) {
    .l-recruit-burger.is-active & {
      opacity: 0;
    }
  }
  &:nth-child(3) {
    translate: -6px 12px;
    @media (max-width: 767.98px) {
      translate: -4px 7px;
    }
    .l-recruit-burger.is-active & {
      translate: none;
      rotate: -45deg;
    }
  }
  .l-recruit-burger:hover & {
    border-top-color: #0075c2;
  }
}

/* バーガーメニュー */
.l-recruit-menu {
  display: none;
  background-color: #027dc5;
  position: fixed;
  inset-block: var(--header-height) 0;
  inset-inline: 0;
  color: #fff;
  overflow-y: auto;
  z-index: var(--z-index-header);
}

/* Edge / Chrome / Safari のスクロールバーを透明化 */
.l-recruit-menu::-webkit-scrollbar {
    width: 0;
    background: transparent;
}

/* Firefox */
.l-recruit-menu {
    scrollbar-width: none;
}

.l-recruit-menu__inner {
  height: 100%;
  @media (max-width: 767.98px) {
    height: auto;
  }
}
.l-recruit-menu__nav {
  display: grid;
  grid-auto-columns: minmax(0, auto);
  grid-template:
    "message interview recruit"
    "message talk      recruit"
    "entry   entry     entry  ";
  align-content: center;
  justify-content: center;
  row-gap: 52px;
  /* column-gap: min(16px, 12px + 4 * var(--slope-1807-1260)); */
  column-gap: 120px;
  /*height: 100%;*/
  height: auto;
  padding-block: 50px;
  width: 94%;
  margin: 0px auto;
  @media (max-width: 767.98px) {
    display: block;
    height: auto;
    padding-block: 0 29px;
	width: 100%;
  }
}
.l-recruit-menu__nav-group {
}

.l-recruit-menu__nav-group--message {
  grid-area: message;
}
.l-recruit-menu__nav-group--interview {
  grid-area: interview;
}
.l-recruit-menu__nav-group--talk {
  grid-area: talk;
}
.l-recruit-menu__nav-group--recruit {
  grid-area: recruit;
}
.l-recruit-menu__nav-group--entry {
  grid-area: entry;
  margin-top: 26px;
}

.l-recruit-menu__nav-list {
  display: grid;
  grid-template-columns: minmax(0, auto);
  row-gap: 40px;
  @media (max-width: 767.98px) {
    display: block;
    margin-inline: calc(50cqw - 50 * var(--vw));
  }
}

.l-recruit-menu__nav-ttl {
	font-size: clamp(1.8rem,3vw,3rem);
	font-weight: bold;
	margin-block: 0px 3rem;
	@media (max-width: 767.98px) {
		padding: 2rem 3rem 1.5rem;
		margin-block: 0px;
		background: #80BEE2;
		color: var(--font-base-color);
	}
}

.l-recruit-menu__nav-item {
  @media (max-width: 767.98px) {
    border-bottom: 1px solid #fff;
  }
}
.l-recruit-menu__nav-item--has-child {
  @media (max-width: 767.98px) {
  }
}
.l-recruit-menu__nav-link-wrap {
  display: contents;
  @media (max-width: 767.98px) {
    display: grid;
    column-gap: 1px;
    grid-template-columns: minmax(0, 1fr) minmax(0, auto);
    background-color: #fff;
  }
}
.l-recruit-menu__nav-link {
  display: block;
  width: fit-content;
  max-width: 100%;
  font-weight: 700;
  line-height: calc(26 / 18);
  font-size: 2rem;
  letter-spacing: 0.039em;
  text-underline-offset: 2px;
  @media (max-width: 767.98px) {
    width: auto;
    padding-block: calc(15 / 14 * 1em);
    padding-inline: calc(30 / 420 * 100 * var(--vw));
    background-color: #027dc5;
    color: #fff;
    font-size: 1.4rem;
    letter-spacing: 0;
  }
  &:hover {
    text-decoration: underline;
  }
}
.l-recruit-menu__nav-toggle {
  display: none;
  @media (max-width: 767.98px) {
    display: flex;
	justify-content: center;
	align-items: center;
    width: 62px;
    background-color: #027dc5;
    position: relative;
  }

  &::after {
    content: "";
    background: url("../img/recruit/sp-menu-arrow.svg");
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
	width: 15px;
	height: 9px;
    transition:
      scale 0.4s,
      translate 0.4s;
  }
  &.is-active {
    &::after {
      @media (max-width: 767.98px) {
        translate: 0 25%;
        scale: 1 -1;
		top: -1px;
		position: relative;
      }
    }
  }
}
.l-recruit-menu__nav-sublist {
  display: grid;
  grid-template-columns: minmax(0, auto);
  row-gap: 10px;
  @media (max-width: 767.98px) {
    display: none;
    border-top: 1px solid #fff;
    row-gap: 0;
    padding-inline: calc(30 / 420 * 100 * var(--vw));
    background-color: #3ca2de;
    color: #fff;
  }
  &::before,
  &::after {
    @media (max-width: 767.98px) {
      content: "";
      grid-column: 1 / -1;
      display: block;
      height: 13px;
    }
  }
  &:nth-child(n + 2) {
    margin-top: 25px;
    @media (max-width: 980px) {
      margin-top: 0;
	  grid-template-columns: repeat(1,1fr);
    }
  }
}
.l-recruit-menu__nav-sublist--column-2 {
  grid-template-columns: repeat(2, minmax(0, auto));
  column-gap: 50px;
  @media (max-width: 767.98px) {
    column-gap: 35px;
    justify-content: start;
  }
}
.l-recruit-menu__nav-subitem {
	font-size: 1.6rem;
}
.l-recruit-menu__nav-sublink {
  display: grid;
  grid-template-columns: max-content minmax(0, 1fr);
  align-items: start;
  width: fit-content;
  max-width: 100%;
  line-height: calc(24 / 16);
  font-size: 1.6rem;
  text-underline-offset: 2px;
  @media (max-width: 767.98px) {
    line-height: calc(24 / 14);
    font-size: 1.4rem;
  }
  &::before {
    content: "";
    flex-shrink: 0;
    display: block;
    width: calc(10 / 16 * 1em);
    margin-top: calc(0.5lh - 0.5px);
    margin-right: calc(4 / 16 * 1em);
    border-top: 1px solid;
    @media (max-width: 767.98px) {
      width: calc(10 / 14 * 1em);
      margin-right: calc(10 / 14 * 1em);
    }
    .l-recruit-menu__nav-sublist--sp-default & {
      @media (max-width: 767.98px) {
        margin-right: calc(6 / 11 * 1em);
      }
    }
  }
  &:hover {
    text-decoration: underline;
  }
}
.l-recruit-menu__nav-mynavi {
  display: grid;
  grid-template-columns: minmax(0, auto);
  row-gap: 40px;
  column-gap: 10px;
  margin-top: 34px;
  margin-left: -13px;

  @media (max-width: 767.98px) {
    grid-template-columns: repeat(2, minmax(0, auto));
    justify-content: start;
    column-gap: 21px;
    margin-top: 27px;
    margin-left: 0;
    padding-inline: calc(30 / 420 * 100 * var(--vw));
    padding-bottom: 15px;
  }
}
.l-recruit-menu__nav-mynavi-item {
}
.l-recruit-menu__nav-mynavi-link {
  display: grid;
  place-content: center;
  width: min(275px, 210px + 65 * var(--slope-1807-1260));
  max-width: 100%;
  padding-inline: 4%;
  aspect-ratio: 275 / 72;
  background-color: #fff;
  @media (max-width: 767.98px) {
    width: 183px;
  }
  &:hover {
    opacity: 0.8;
  }
  img {
    width: min(220px, 190px + 30 * var(--slope-1807-1260));
    @media (max-width: 767.98px) {
      width: 147px;
    }
  }
}

.l-recruit-menu__nav-group--entry_inner {
	p {
		display: flex;
		justify-content: center;
	}
}

.l-recruit-menu__nav-link-entry {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(0, auto);
  align-items: center;
  justify-content: space-between;
  max-width: 574px;
  width: 100%;
  height: 72px;
  margin-inline: auto;
  border: 1px solid #707070;
  border-radius: 10px;
  padding-inline: 44px 30px;
  background-color: #fff;
  color: #027dc5;
  font-weight: 700;
  line-height: calc(29 / 20);
  font-size: 2rem;
  letter-spacing: 0.039em;
  transition:
    background-color 0.3s,
    color 0.3s,
    border-color 0.3s;
  @media (max-width: 767.98px) {
    max-width: 354px;
    height: 48px;
    padding-inline: 25px;
    line-height: calc(29 / 20);
    font-size: 2rem;
  }
  &::after {
    content: "";
    display: block;
    width: calc(15.574 / 20 * 1em);
    aspect-ratio: 15.574 / 19.051;
    background-color: currentColor;
    mask: url(../img/recruit/icon-arrow-card.svg) no-repeat center center / contain;
  }
  &:hover {
    border-color: #fff;
    background-color: #027dc5;
    color: #fff;
  }
}

.l-recruit-menu__nav-link-corp {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	font-size: clamp(1.6rem,1.6vw,2rem);
	font-weight: bold;
	position: relative;
	border-bottom: 1px solid #FFF;
	padding-block: 5px;
	margin-top: 2rem;
	&::after {
		content: '';
		background: url('../img/recruit/icon-arrow-card_white.svg');
		background-repeat: no-repeat;
		background-size: contain;
		display: inline-block;
		width: 13px;
		height: 16px;
		margin-left: 1rem;
	}
	&:hover {
		opacity: 0.6;
		transition: 0.6s;
	}
	@media (max-width: 767.98px) {
		margin-top: 1rem;
	}
}

/**
 * フッター
 */
.l-recruit-footer {
  background-color: #f0f2f2;
  color: #333;
}
.l-recruit-footer__inner {
}
.l-recruit-footer__group {
  padding-block: 90px 80px;
  @media (max-width: 767.98px) {
    padding-block: 38px 35px;
  }
}
.l-recruit-footer__group-link {
  display: block;
  width: fit-content;
  margin-inline: auto;
  &:hover {
    opacity: 0.8;
  }
}
.l-recruit-footer__group-img {
  img {
    @media (max-width: 767.98px) {
      width: 240px;
    }
  }
}
.l-recruit-footer__info {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(0, auto);
  align-items: center;
  justify-content: start;
  column-gap: 46px;
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
  padding-block: 30px 28.8px;
  --max-width: 1347px;
  padding-inline: max(0px, (100% - var(--max-width)) / 2);
  margin-top: 36px;
  @media (max-width: 767.98px) {
    grid-auto-flow: row;
    justify-content: stretch;
    margin-bottom: 36px;
    padding-block: 25px;
  }
}
.l-recruit-footer__logo {
  @media (max-width: 767.98px) {
    margin-inline: auto;
  }
  &:hover {
    opacity: 0.8;
  }
  img {
    @media (max-width: 767.98px) {
      width: 242px;
    }
  }
}
.l-recruit-footer__contact {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(0, max-content);
  align-items: center;
  column-gap: 46px;
  @media (max-width: 980px) {
  	grid-auto-flow: row;
  }
  @media (max-width: 767.98px) {
    /* display: none; */
    grid-auto-flow: revert;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    justify-content: center;
    row-gap: 10px;
    column-gap: 0;
    width: fit-content;
    margin-top: 10px;
    margin-inline: auto;
  }
}
.l-recruit-footer__address {
  @media (max-width: 767.98px) {
    grid-column: span 2;
    padding-left: 2.5em;
    text-indent: -2.5em;
    line-height: calc(19.2 / 14);
    font-size: 1.4rem;
  }
  * {
    @media (max-width: 767.98px) {
      text-indent: 0;
    }
  }
}
.l-recruit-footer__tel {
  line-height: calc(19.2 / 14);
  font-size: 1.4rem;
}
.l-recruit-footer__fax {
  line-height: calc(19.2 / 14);
  font-size: 1.4rem;
}
.l-recruit-footer__nav {
  display: grid;
  grid-auto-columns: minmax(0, auto);
  grid-template:
    "message interview talk   "
    "message interview recruit" / 1fr auto;
  justify-content: center;
  row-gap: 57px;
  /* column-gap: min(16px, 12px + 4 * var(--slope-1807-1260)); */
  column-gap: 70px;
  padding-block: 51px 50px;
  max-width: 1300px;
  margin: 0px auto;
  @media (max-width: 767.98px) {
    display: block;
    margin-inline: calc(50cqw - 50 * var(--vw));
    /*padding-inline: calc(50 * var(--vw) - 50cqw);*/
    padding-block: 0 29px;
    background-color: #027dc5;
  }
}
.l-recruit-footer__nav-group {
}

.footer-company {
	display: grid !important;
}

.l-recruit-footer__nav-group--message {
  grid-area: message;
  /*justify-self: end;*/
  @media (max-width: 767.98px) {
    justify-self: revert;
  }
}
.l-recruit-footer__nav-group--interview {
  grid-area: interview;
}
.l-recruit-footer__nav-group--talk {
  grid-area: talk;
}
.l-recruit-footer__nav-group--recruit {
  grid-area: recruit;
}

.l-recruit-footer__nav-list {
  display: flex;
  flex-wrap: wrap;
  row-gap: 33px;
  column-gap: 50px;
  @media (max-width: 767.98px) {
    display: block;
    /*margin-inline: calc(50cqw - 50 * var(--vw));*/
	row-gap: 0px;
  }
}

.l-recruit-footer__nav-ttl {
	font-size: clamp(1.8rem,3vw,3rem);
	font-weight: bold;
	color: var(--font-base-color);
	margin-bottom: 3rem;
	@media (max-width: 767.98px) {
		background: #80BEE2;
		color: var(--font-base-color);
		margin-bottom: 0px;
		padding: 2rem 3rem 1.5rem;
	}
}

.l-recruit-footer__nav-item {
  @media (max-width: 767.98px) {
    border-bottom: 1px solid #fff;
  }
}
.l-recruit-footer__nav-item--has-child {
  @media (max-width: 767.98px) {
  }
}
.l-recruit-footer__nav-link-wrap {
  display: contents;
  @media (max-width: 767.98px) {
    display: grid;
    column-gap: 1px;
    grid-template-columns: minmax(0, 1fr) minmax(0, auto);
    background-color: #fff;
  }
}
.l-recruit-footer__nav-link {
  display: block;
  width: fit-content;
  max-width: 100%;
  color: #007dc5;
  font-weight: 700;
  line-height: calc(26 / 18);
  font-size: min(1.8rem, 1.6rem + 2 * var(--slope-1807-1260));
  letter-spacing: 0.039em;
  text-underline-offset: 2px;
  @media (max-width: 767.98px) {
    width: auto;
    padding-block: calc(15 / 14 * 1em);
    padding-inline: calc(30 / 420 * 100 * var(--vw));
    background-color: #027dc5;
    color: #fff;
    font-size: 1.4rem;
    letter-spacing: 0;
  }
  &:hover {
    text-decoration: underline;
  }
}
.l-recruit-footer__nav-link--external {
  display: flex;
  align-items: center;
  &::after {
    content: "";
    flex-shrink: 0;
    display: block;
    width: calc(12.227 / 18 * 1em);
    aspect-ratio: 12.227 / 10.283;
    height: fit-content;
    margin-left: 10px;
    background-color: #666;
    mask: url(../img/common/icon-external.svg) no-repeat center center / contain;
    @media (max-width: 767.98px) {
      background-color: #fff;
    }
  }
}
.l-recruit-footer__nav-link--english {
  display: flex;
  align-items: center;
  @media (max-width: 767.98px) {
    justify-content: center;
    padding-block: calc(12 / 18 * 1em);
    background-color: transparent;
    color: #0075c2;
    font-size: 1.8rem;
    text-align: center;
  }
  &::before {
    content: "";
    flex-shrink: 0;
    display: block;
    width: calc(13.8 / 18 * 1em);
    aspect-ratio: 1;
    height: fit-content;
    margin-right: calc(6.7 / 18 * 1em);
    background-color: #666;
    mask: url(../img/common/icon-global.svg) no-repeat center center / contain;
  }
}
.l-recruit-footer__nav-toggle {
  display: none;
  @media (max-width: 767.98px) {
    display: flex;
	justify-content: center;
	align-items: center;
    width: 62px;
    background-color: #027dc5;
    position: relative;
  }

  &::after {
    content: "";
    background: url("../img/recruit/sp-menu-arrow.svg");
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
	width: 15px;
	height: 9px;
    transition:
      scale 0.4s,
      translate 0.4s;
  }
  &.is-active {
    &::after {
      @media (max-width: 767.98px) {
        translate: 0 25%;
        scale: 1 -1;
		top: -1px;
		position: relative;
      }
    }
  }
}
.l-recruit-footer__nav-sublist {
  display: grid;
  grid-template-columns: minmax(0, auto);
  row-gap: 10px;
  @media (max-width: 767.98px) {
    display: none;
    align-content: start;
    row-gap: 0;
    border-top: 1px solid #fff;
    padding-inline: calc(30 / 420 * 100 * var(--vw));
    background-color: #3ca2de;
    color: #fff;
  }
  &::before,
  &::after {
    @media (max-width: 767.98px) {
      content: "";
      grid-column: 1 / -1;
      display: block;
      height: 13px;
    }
  }
  &:nth-child(n + 2) {
    margin-top: 26.8px;
    @media (max-width: 767.98px) {
      margin-top: 0;
    }
  }
}
.l-recruit-footer__nav-sublist--column-2 {
  grid-template-columns: repeat(2, minmax(0, auto));
  column-gap: 30px;
  @media (max-width: 980px) {
    column-gap: 35px;
    justify-content: start;
	grid-template-columns: repeat(1, minmax(0, auto));
  }
}
.l-recruit-footer__nav-sublink {
  display: grid;
  grid-template-columns: max-content minmax(0, 1fr);
  align-items: start;
  width: fit-content;
  max-width: 100%;
  line-height: calc(24 / 16);
  /*font-size: min(1.6rem, 1.3rem + 3 * var(--slope-1807-1260));*/
  text-underline-offset: 2px;
  @media (max-width: 767.98px) {
    line-height: calc(24 / 14);
    font-size: 1.4rem;
  }
  &::before {
    content: "";
    flex-shrink: 0;
    display: block;
    width: calc(10 / 16 * 1em);
    margin-top: calc(0.5lh - 0.5px);
    margin-right: calc(4 / 16 * 1em);
    border-top: 1px solid;
    @media (max-width: 767.98px) {
      width: calc(10 / 14 * 1em);
      margin-right: calc(10 / 14 * 1em);
    }
  }
  &:hover {
    text-decoration: underline;
  }
}
.l-recruit-footer__nav-mynavi {
  display: flex;
  flex-wrap: wrap;
  row-gap: 30px;
  column-gap: 10px;
  margin-top: max(57px, 92 / 1669 * 100cqw);
  margin-left: calc(-40 / 1669 * 100cqw);

  @media (max-width: 767.98px) {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, auto));
    justify-content: start;
    column-gap: 21px;
    margin-top: 27px;
    margin-left: 0;
    margin-inline: calc(50cqw - 50 * var(--vw));
    padding-inline: calc(30 / 420 * 100 * var(--vw));
  }
}
.l-recruit-footer__nav-mynavi-item {
}
.l-recruit-footer__nav-mynavi-link {
  display: grid;
  place-content: center;
  width: min(275px, 210px + 65 * var(--slope-1807-1260));
  max-width: 100%;
  padding-inline: 4%;
  aspect-ratio: 275 / 72;
  background-color: #fff;
  @media (max-width: 767.98px) {
    width: 183px;
  }
  &:hover {
    opacity: 0.8;
  }
  img {
    width: min(220px, 190px + 30 * var(--slope-1807-1260));
    @media (max-width: 767.98px) {
      width: 147px;
    }
  }
}

.l-recruit-footer--entry {
	margin-block: 0px 3rem;
	p {
		display: flex;
		justify-content: center;
		width: 100%;
		row-gap: 1rem;
	}
	.l-recruit-menu__nav-link-entry {
		background: #0075c2;
		color: #FFF;
		border: 1px solid #0075c2;
		&:hover {
			border: 1px solid #0075c2;
			background: #FFF;
			color: #0075c2;
		}
		@media (max-width: 767.98px) {
			margin-block: 3rem 1rem;
		}
	}
}


.l-recruit-footer--entry .l-recruit-menu__nav-link-corp {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	font-size: clamp(1.6rem,1.6vw,2rem);
	font-weight: bold;
	position: relative;
	border-bottom: 1px solid #0075c2;
	padding-block: 5px;
	color: var(--font-base-color);
	&::after {
		content: '';
		background: url('../img/recruit/icon-arrow-card.svg');
		background-repeat: no-repeat;
		background-size: contain;
		display: inline-block;
		width: 13px;
		height: 16px;
		margin-left: 1rem;
	}
}


.l-recruit-footer__copyright {
  margin-inline: calc(50cqw - 50 * var(--vw));
  padding-block: calc(20 / 14 * 1em);
  padding-inline: calc(50 * var(--vw) - 50cqw);
  background-color: #fff;
  line-height: calc(20 / 14);
  font-size: 1.4rem;
  text-align: center;
  small {
    font-size: 1em;
  }
}



/* クロストーク */
.p-crosstalk__num_wrap {
	position: relative;
	max-width: 1530px;
	width: 90%;
	margin: 0px auto;
	.crosstalk_num {
		top: -5rem;
		left: 0px;
		position: absolute;
		font-size: clamp(5rem,10vw,10rem);
		font-family: var(--ff-roboto);
		font-weight: bold;
		color: var(--font-base-color);
		z-index: 1;
		display: flex;
		align-items: baseline;
		line-height: 1;
		@media (max-width: 599.98px) {
			top: -3rem;
		}
		&::before {
			content: '#';
			font-size: 60%;
		}
	}
}

.p-crosstalk-body_copy {
	margin-top: 34rem;
	display: block;
	@media (max-width: 1360px) {
		margin-top: 24rem;
	}
	@media (max-width: 980px) {
		margin-top: 14rem;
	}
	span {
		background: #FFF;
		color: var(--font-base-color);
		font-size: clamp(1.8rem,3.6vw,4rem);
		font-weight: 500;
		padding: 5px 20px;
		&:nth-of-type(2) {
			top: 1rem;
			position: relative;
		}
	}
}

.p-crosstalk-body_inner {
	margin-top: 4rem;
	position: relative;
	@media (max-width: 960px) {
		margin-top: 2rem;
	}
}

.crosstalk-body_ttl {
	background: var(--back-base-color);
	color: #FFF;
	display: inline-flex;
	justify-content: center;
	font-size: clamp(2rem,4vw,4rem);
	font-weight: bold;
	padding: 5px 2rem;
	left: 3rem;
	top: 35px;
	position: relative;
	max-width: 421px;
	width: 100%;
	@media (max-width: 767.98px) {
		width: auto;
		top: 20px;
	}
}

.crosstalk-body_desc {
	border-top: 6px solid var(--back-base-color);
	line-height: var(--line-height-base);
	text-align: justify;
	background: #FFF;
	padding: 8rem 6rem 6rem;
	font-size: clamp(1.4rem,1.6vw,1.6rem);
	@media (max-width: 767.98px) {
		padding: 3rem;
	}
}

.p-crosstalk_profile {
	padding-block: 5rem;
	background: #FFF;
}

.crosstalk_profile_ttl {
	color: var(--font-base-color);
	text-align: center;
	font-size: clamp(2rem,4vw,4rem);
	font-weight: bold;
}

.crosstalk_profile_inner {
	display: grid;
	grid-template-columns: repeat(auto-fit,minmax(200px,1fr));
	max-width: 840px;
	width: 90%;
	margin: 5rem auto;
	gap: 2rem 4rem;
	dl {
		display: grid;
		row-gap: 2rem;
		place-content: center;
		* {
			text-align: center;
			color: var(--font-base-color);
			font-weight: 500;
		}
		dt {
		@media (max-width: 599.98px) {
			width: 70%;
			margin: 0px auto;
			}
		}
		.profile_name {
			font-size: clamp(1.8rem,2.4vw,2.4rem);
		}
		.profile_note {
			font-size: var(--font-size-18px);
		}
	}
}

.crosstalk-block {
	padding-block: 5rem 10rem;
	padding-inline: 6rem;
	background: #FFF;
	@media (max-width: 767.98px) {
		padding-block: 5rem;
		padding-inline: 2rem;
	}
}

.crosstalk-block__ttl {
	font-size: clamp(1.7rem,2.4vw,2.4rem);
	font-weight: 500;
	color: var(--font-base-color);
	padding: 1rem 3rem;
	border-width: 1px 0px;
	border-color: var(--back-base-color);
	border-style: solid;
	@media (max-width: 599.98px) {
		padding: 1rem;
	}
}

.crosstalk-block__inner {
	margin-block: 8rem;
	display: grid;
	row-gap: 5rem;
	@media (max-width: 599.98px) {
		margin-block: 3rem;
		row-gap: 3rem;
	}
	li {
		display: grid;
		grid-template-columns: 1fr 4fr;
		align-items: start;
		gap: 3rem 5rem;
		@media (max-width: 599.98px) {
			grid-template-columns: 1fr;
			gap: 2.5rem 5rem;
		}
		.balloon-left {
		  position: relative;
		  display: inline-block;
		  padding: 5rem;
		  font-size: clamp(1.4rem,1.6vw,1.6rem);
		  line-height: var(--line-height-base);
		  text-align: justify;
		  background: #F2F2EA;
		  @media (max-width: 767.98px) {
		  	padding: 2rem;
		  }
			&::before {
			  content: "";
			  position: absolute;
			  top: 4rem;
			  left: -50px;
			  margin-top: -15px;
			  border: 20px solid transparent;
			  border-right: 40px solid #F2F2EA;
			  @media (max-width: 599.98px) {
			  	top: -20px;
                left: 50%;
                margin-left: -15px;
                border: 15px solid transparent;
                border-bottom: 20px solid #F2F2EA;
				}
			}
			p {
			  margin: 0;
			  padding: 0;
			}
		}
		picture {
			display: grid;
			place-content: center;
			row-gap: 1rem;
			img {
				max-width: 165px;
			}
			span {
				color: var(--font-base-color);
				font-size: var(--font-size-18px);
				font-weight: 500;
				text-align: center;
			}
		}
	}
}

.p-crosstalk_link_box {
	display: grid;
	grid-template-columns: repeat(2,1fr);
	gap: 3rem 0px;
	@media (max-width: 599.98px) {
		grid-template-columns: repeat(1,1fr);
	}
}

.crosstalk_box {
	padding-inline: 3rem;
	position: relative;
	@media (max-width: 599.98px) {
		padding-inline: 1rem;
	}
	.crosstalk_num {
		top: -5rem;
		left: 10px;
		position: absolute;
		font-size: clamp(3rem,6vw,6rem);
		font-family: var(--ff-roboto);
		font-weight: bold;
		color: var(--font-base-color);
		z-index: 1;
		&::before {
			content: '#';
			font-size: 60%;
		}
		@media (max-width: 980px) {
			top: -4.5vw;
			left: 0px;
		}
		@media (max-width: 399px) {
			top: -6.5vw;
		}
	}
	picture {
		position: relative;
		margin-block: 5rem 0rem;
		height: 30vw;
		img {
			width: 100%;
			height: 100%;
			object-fit: cover;
			object-position: center top;
		}
		@media (max-width: 767.98px) {
			height: 30vh;
			margin-block: 3rem 0rem;
		}
		@media (max-width: 599.98px) {
			height: 20vh;
		}
	}
}

.crosstalk_box_ttl {
	display: flex;
	align-items: center;
	position: relative;
}

.crosstalk_box_ttl_inner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 1rem 1em;
	font-size: clamp(1.4rem,1.9vw,1.9rem);
	font-family: var(--ff-roboto);
	font-weight: bold;
	margin-top: 2rem;
	@media (max-width: 767.98px) {
		margin-top: 1rem;
	}
}

.crosstalk_category {
	background: var(--back-base-color);
	color: #FFF;
	padding: 2px 3rem;
	@media (max-width: 767.98px) {
		padding: 2px 3rem;
		font-size: 14px;
	}
}

.crosstalk_ttl {
	color: var(--font-base-color);
	display: flex;
	align-items: center;
	padding-right: 8rem;
	@media (max-width: 767.98px) {
		padding-right: 5rem;
	}
}

.p-crosstalk_link_box {
	background: #FFF;
	padding-block: 5rem;
	padding-inline: 3rem;
	@media (max-width: 767.98px) {
		padding-inline: 1rem;
	}
	picture {
		height: 220px;
		@media (max-width: 980px) {
			height: 160px;
		}
	}
}

/* インタビュー一覧のスライド */
.p-related {
  margin-bottom: clamp(25px, 5vw, 50px);
  padding-block: clamp(60px, 10vw, 10rem) clamp(50px, 6vw, 60px);
  background-color: #0075c2;
  color: #fff;
  overflow: clip;
}
.p-related__inner {
}
.p-related__title {
  margin-right: -0.02em;
  font-family: var(--ff-roboto);
  font-weight: 700;
  line-height: calc(159 / 120);
  font-size: clamp(3rem, 6vw, 6rem);
  letter-spacing: 0.02em;
  margin-bottom: 2rem;
}
.p-related__lead {
  margin-right: -0.04em;
  font-weight: 600;
  line-height: calc(42 / 22);
  font-size: clamp(1.6rem, 2.2vw, 2.2rem);
  letter-spacing: 0.04em;
}
.p-related__nav {
  display: grid;
  grid-template: "prev next" / minmax(0, auto) minmax(0, auto);
  align-items: center;
  justify-content: space-between;
  margin-top: min(95px, 20px + (95 - 20) * var(--slope-1260-420));
}
.p-related__nav-prev,
.p-related__nav-next {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(0, auto);
  column-gap: clamp(6px, 1.2vw, 12px);
  align-items: center;
  width: auto;
  height: auto;
  margin: 0;
  position: relative;
  inset: auto;
  color: inherit;
  font-weight: 600;
  line-height: calc(32 / 22);
  font-size: clamp(1rem, 2.2vw, 2.2rem);
  letter-spacing: 0.04em;
  &::before,
  &::after {
    content: none;
  }
}
.p-related__nav-prev-arrow,
.p-related__nav-next-arrow {
  width: clamp(31px, 6.1vw, 61px);
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #fff;
  position: relative;
  color: #0075c2;
  &::before {
    content: "";
    display: block;
    width: calc(21 / 83 * 100%);
    min-height: fit-content;
    aspect-ratio: 1;
    margin: auto;
    border-left: 2px solid;
    border-bottom: 2px solid;
    rotate: 45deg;
    position: absolute;
    inset: 0;
  }
  &::after {
    content: "";
    display: block;
    width: calc(26 / 83 * 100%);
    height: fit-content;
    border-top: 2px solid;
    margin: auto;
    position: absolute;
    inset: 0;
  }
}
.p-related__nav-prev {
  grid-area: prev;
}
.p-related__nav-prev-arrow {
  order: -1;
}
.p-related__nav-next {
  grid-area: next;
}
.p-related__nav-next-arrow {
  scale: -1 1;
}
.p-related__slider {
  margin-top: 100px;
  overflow: visible;
  @media (max-width: 767.98px) {
    margin-top: 115px;
  }
}
.p-related__slider-inner {
}
.p-related__slide {
  --width: clamp(197px, 39vw, 390px);
  --gap: clamp(37px, 7.1vw, 71px);
  width: calc(var(--width) + var(--gap));
  padding-inline: calc(var(--gap) / 2);
}
.p-related__slide-inner {
  display: block;
  position: relative;
  isolation: isolate;
  &:hover {
  	opacity: 0.6;
	transition: 0.6s;
  }
}
.p-related__slide-title-wrap {
  display: grid;
  grid-template-columns: max-content;
  justify-content: center;
  margin-bottom: clamp(35px, 7vw, 70px);
  inset-inline: 0;
  position: absolute;
  bottom: 100%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition:
    opacity 0.3s,
    visibility 0.3s,
    pointer-events 0.3s;
  .swiper-slide-active & {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
  }
}
.p-related__slide-title {
  margin-inline: auto;
  padding-block: clamp(6px, 2vw, 20px);
  padding-inline: 20px;
  border-radius: 5em;
  background-color: #fff;
  color: #0075c2;
  font-weight: 700;
  line-height: calc(29 / 20);
  font-size: clamp(1.4rem, 2vw, 2rem);
  text-align: center;
  white-space: nowrap;
  transform: rotate(4deg);
  &::after {
    content: "";
    display: block;
    width: clamp(9px, 1.7vw, 17px);
    aspect-ratio: 17 / 27;
    margin-top: -1px;
    margin-inline: auto;
    border-radius: 0 0 5px 5px;
    position: absolute;
    top: 100%;
    inset-inline: 0;
    background-color: inherit;
  }
}
.p-related__slide-media {
  img,
  &:not(:has(img))::before {
    aspect-ratio: 390 / 520;
  }
  &:not(:has(img))::before {
    content: "写真準備中";
    display: grid;
    place-items: center;
    background-color: gray;
    color: #fff;
    font-weight: 600;
    font-size: clamp(1.8rem, 2.4vw, 2.4rem);
  }
  img {
    object-fit: cover;
  }
}
.p-related__slide-meta {
  margin-top: clamp(9px, 2.3vw, 23px);
  font-weight: 700;
  line-height: calc(44 / 30);
  font-size: clamp(1.4rem, 2.2vw, 2.2rem);
  text-align: center;
}
.p-related__slide-profile {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(0, auto);
  justify-content: center;
  gap: 1px;
  margin-top: clamp(10px, 1.6vw, 16px);
  margin-inline: auto;
}
.p-related__slide-profile-item {
  padding-inline: 15px;
  font-weight: 600;
  line-height: calc(29 / 20);
  font-size: clamp(1.2rem, 2vw, 2rem);
  &:first-child {
    padding-left: 0;
  }
  &:last-child {
    padding-right: 0;
  }
  &:nth-child(n + 2 of &) {
    box-shadow: -1px 0 0 0 currentColor;
  }
}

.p-related__slider .swiper-wrapper {
  transition-timing-function: linear !important;
}


/* 画像が下からふわっと出現する */
.fade-up {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity .6s ease, transform .6s ease;
}

.fade-up.is-show {
  opacity: 1;
  transform: translateY(0);
}

/* 背景画像が下からふわっと出現する */
.bg-fade-up {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity .6s ease, transform .6s ease;
  background-size: cover;
  background-position: center;
}

.bg-fade-up.is-show {
  opacity: 1;
  transform: translateY(0);
}




