@charset "UTF-8";

/* ============================================ */
/* 全体 */
/* ============================================ */
body {
 font-family: Noto Sans JP;
 font-weight: 400;
 margin: 0;
 font-size: clamp(0.875rem, 0.85rem + 0.13vw, 1rem);
 color: #333;
 position: relative;
}

* {
 box-sizing: border-box;
}

p {
 line-height: 2;
}

/* ============================================ */
/* レイアウト */
/* ============================================ */
html,
body {
 overflow-x: clip;
}

.container {
 max-width: 1300px;
 margin: 0 auto;
 padding: 0 20px;
}

/* ============================================ */
/* 見出し */
/* ============================================ */
.section-title {
 position: relative;
 font-size: 56px;
 color: #123269;
 text-align: center;
 margin: clamp(20px, 5vw, 40px) 0 clamp(20px, 5vw, 30px);
}

.section-title .sub-title {
 display: block;
 padding: 5px;
 font-size: 18px;
 font-weight: normal;
 color: #333;
}

.section-title::before {
 content: "";
 position: absolute;
 top: -16px;
 left: 50%;
 transform: translateX(-50%);
 width: 46px;
 height: 3px;
 background-color: #123269;
}

/* ============================================ */
/* アイコン */
/* ============================================ */
.pdf-icon::before,
.pdf-icon-black::before,
.external-icon::after,
.external-icon-blue::after,
.main-office__map::after {
 content: '';
 display: inline-block;
 width: 1em;
 height: 1em;
 background-size: contain;
 background-repeat: no-repeat;
 background-position: center;
}

.pdf-icon::before {
 background-image: url(../icons/file-icon.svg);
 margin-right: 10px;
}

.pdf-icon-black::before {
 background-image: url(../icons/file-icon-black.svg);
 margin-right: 10px;
}

.external-icon::after {
 background-image: url(../icons/external-icon.svg);
 margin-left: 6px;
}

.external-icon-blue::after {
 background-image: url(../icons/external-icon-blue.svg);
 margin-left: 6px;
}

.main-office__map::after {
 background-image: url(../icons/map-icon.svg);
 margin-left: 10px;
}

/* ============================================ */
/* 共通ボタン */
/* ============================================ */
.button01 {
 width: 240px;
 height: 54px;
 margin: 30px auto 0;
 transition: opacity 0.3s ease,
}

.button01:hover {
 transition: opacity 0.3s ease, color 0.3s ease;
 opacity: 0.5;
}

.gray-button {
 color: #fff;
 background-color: #969696;
 transition: opacity 0.3s ease,
}

.white-button {
 color: #333;
 background-color: #fff;
}

.button01__link {
 display: flex;
 align-items: center;
 justify-content: center;
 width: 100%;
 height: 100%;
 padding: 0 24px;
 border-radius: 6px;
 text-decoration: none;
 box-sizing: border-box;
}

.button01__box {
 display: flex;
 align-items: center;
 width: 100%;
}

.button01__text {
 flex-grow: 1;
}

.button01__text01 {
 font-size: 1em;
 font-weight: 400;
 line-height: 1.2;
 letter-spacing: .03em;
}

.button01__separator {
 width: 1px;
 height: 24px;
 margin-left: 16px;
 flex-shrink: 0;
}

.white-line {
 background-color: rgba(255, 255, 255, 0.3);
}

.black-line {
 background-color: rgba(0, 0, 0, 0.3);
}

.button01__arrow {
 flex-shrink: 0;
 margin-left: 2px;
}

.button01__arrow01 {
 display: flex;
 align-items: center;
 justify-content: center;
}

.button01__link {
 padding: 6px 0 6px 20px;
}

.button01__arrow {
 width: 55px;
 height: 48px;
 display: flex;
 align-items: center;
 justify-content: center;
}

.button01__arrow01 svg {
 width: 15px;
 height: 15px;
 margin-left: 2px;
}

/* ============================================ */
/* トップへ戻るボタン */
/* ============================================ */
#page-top {
 position: fixed;
 right: 40px;
 bottom: 40px;
 width: 50px;
 height: 50px;
 background: #0C0C0C;
 border-radius: 50%;
 z-index: 1000;
 margin-bottom: 30px;
 display: flex;
 justify-content: center;
 align-items: center;
}

@media screen and (max-width: 836px) {
 #page-top {
  right: 20px;
  bottom: 20px;
  width: 45px;
  height: 45px;
 }
}

/* ============================================ */
/* アニメーション */
/* ============================================ */
.fade-up {
 opacity: 0;
 transform: translateY(40px);
 transition: opacity 1s, transform 1s;
}

.fade-up.is-visible {
 opacity: 1;
 transform: translateY(0);
}

/* ============================================ */
/* ヘッダー */
/* ============================================ */
.header {
 position: fixed;
 top: 0;
 left: 0;
 width: 100%;
 display: flex;
 justify-content: space-between;
 align-items: center;
 padding: 20px 40px;
 background-color: transparent;
 transition: background-color 0.3s ease;
 z-index: 2000;
 box-sizing: border-box;
}

.header.scrolled {
 background-color: #fff;
 box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.logo a {
 font-size: clamp(1.125rem, 1.05rem + 0.38vw, 1.5rem);
 font-weight: bold;
 transition: color 0.3s ease;
}

.header-right {
 display: flex;
 align-items: center;
 gap: 40px;
}

.header-nav ul {
 display: flex;
 gap: 30px;
}

.header-nav a {
 font-size: 16px;
 padding-bottom: 5px;
 transition: color 0.3s ease,
  opacity 0.3s ease;
 display: inline-flex;
 align-items: center;
 gap: 4px;
}

/* アクセスSVGアイコン */
.external-link-icon {
 width: 1em;
 height: 1em;
}

.header-nav a:hover {
 opacity: 0.5;
}

.header-contact {
 display: flex;
 align-items: center;
 gap: 8px;
 transition: color 0.3s ease;
}

.header-contact a {
 font-size: 24px;
}

.header-contact svg path {
 fill: currentColor;
 transition: fill 0.3s ease;
}

.header:not(.scrolled) .logo a,
.header:not(.scrolled) .header-nav a,
.header:not(.scrolled) .header-contact {
 color: #fff;
}

.header.scrolled .logo a,
.header.scrolled .header-nav a,
.header.scrolled .header-contact {
 color: #333;
}

/* ============================================ */
/* ハンバーガーメニュー */
/* ============================================ */
.hamburger-menu {
 display: none;
 background: none;
 border: none;
 cursor: pointer;
 padding: 0;
 width: 30px;
 height: 21px;
 position: relative;
 z-index: 2000;
}

.hamburger-menu__bar {
 display: block;
 width: 100%;
 height: 3px;
 position: absolute;
 left: 0;
 transition: all 0.3s ease;
}

.header.scrolled .hamburger-menu__bar {
 background-color: #333;
}

.header:not(.scrolled) .hamburger-menu__bar {
 background-color: #fff;
}

.hamburger-menu__bar:nth-child(1) {
 top: 0;
}

.hamburger-menu__bar:nth-child(2) {
 top: 50%;
 transform: translateY(-50%);
}

.hamburger-menu__bar:nth-child(3) {
 bottom: 0;
}

.hamburger-menu.active .hamburger-menu__bar:nth-child(1) {
 transform: translateY(9px) rotate(45deg);
}

.hamburger-menu.active .hamburger-menu__bar:nth-child(2) {
 opacity: 0;
}

.hamburger-menu.active .hamburger-menu__bar:nth-child(3) {
 transform: translateY(-9px) rotate(-45deg);
}

.hamburger-menu.active .hamburger-menu__bar {
 background-color: #333;
}

/* ============================================ */
/* オーバーレイメニュー */
/* ============================================ */
body.no-scroll {
 overflow: hidden;
}

.overlay-menu {
 position: fixed;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 background-color: rgba(255, 255, 255, 0.98);
 display: flex;
 flex-direction: column;
 opacity: 0;
 visibility: hidden;
 transition: opacity 0.3s ease, visibility 0.3s ease;
 z-index: 1500;
 overflow-y: auto;
}

.overlay-menu.active {
 opacity: 1;
 visibility: visible;
}

.overlay-menu__title {
 font-size: 18px;
 font-weight: bold;
}

.overlay-menu__icon {
 font-size: 16px;
 font-weight: 500;
 margin-right: 10px;
}

.overlay-menu__content {
 display: flex;
 flex-direction: column;
 gap: 20px;
 padding: 0 30px;
 margin-top: 40px;
 color: #123269;
}

.overlay-menu__contact svg path {
 fill: #123269;
}

.overlay-menu__nav ul {
 display: flex;
 flex-direction: column;
 gap: 20px;
 padding-left: 0;
 list-style: none;
}

.overlay-menu__nav a {
 font-size: 18px;
 font-weight: bold;
 text-decoration: none;
}

.overlay-menu__wrapper {
 margin-top: 40px;
}

.overlay-menu__contact {
 padding: 0 30px;
 margin-top: 40px;
 font-size: 24px;
}

.main-content {
 padding-top: 80px;
}

.content-block {
 height: 100vh;
 display: flex;
 justify-content: center;
 align-items: center;
 font-size: 3rem;
}

.content-block:nth-child(odd) {
 background-color: #f0f0f0;
}

.overlay-staff-menu li:not(:last-child) {
 margin-bottom: 15px;
}

.header.menu-open .logo a {
 color: #333;
}

@media (max-width: 1200px) {
 .header {
  padding: 15px 20px;
 }

 .header-right {
  display: none;
 }

 .hamburger-menu {
  display: block;
 }
}

/* ============================================ */
/* 職員用メニュー */
/* ============================================ */
.fixed-menu {
 position: fixed;
 top: 32%;
 right: 0;
 transform: translateY(-50%);
 z-index: 1000;
 height: 320px;
}

.menu-button {
 position: absolute;
 top: 0;
 right: 0;
 z-index: 2;
 width: 50px;
 height: 100%;
 background-color: #0C0C0C;
 color: white;
 cursor: pointer;
 display: flex;
 flex-direction: column;
 justify-content: center;
 align-items: center;
 padding: 20px 0;
 box-sizing: border-box;
}

.menu-title {
 writing-mode: vertical-rl;
 letter-spacing: 0.2em;
 margin-bottom: 20px;
 font-size: 14px;
}

.menu-content {
 position: absolute;
 top: 0;
 right: 50px;
 width: 0;
 height: 100%;
 background-color: #fff;
 border: 1px solid #ccc;
 box-shadow: -2px 2px 5px rgba(0, 0, 0, 0.1);
 writing-mode: vertical-rl;
 white-space: nowrap;
 overflow: hidden;
 transition: width 0.4s ease, padding 0.4s ease;
 box-sizing: border-box;
}

.fixed-menu.is-open .menu-content {
 width: 182px;
 padding: 20px 15px;
}

.menu-content ul {
 padding: 0;
 /* ulタグのデフォルトパディングをリセット */
 margin: 0;
 /* ulタグのデフォルトマージンをリセット */
 list-style: none;
}

.menu-content li {
 padding: 0;
 /* liタグのパディングをリセット */
 margin: 0;
 /* liタグのマージンをリセット */
}

.menu-content a {
 display: block;
 padding: 10px 15px;
 color: #333;
 text-decoration: none;
 border-right: 1px solid #ccc;
}

/* 最後のメニュー項目の<a>タグに適用 */
.menu-content li:last-child a {
 border-left: 1px solid #ccc;
}

.menu-content a:hover {
 background-color: #f4f4f4;
}

@media (max-width: 767px) {
 .fixed-menu {
  opacity: 0;
  visibility: hidden;
 }
}

/* ============================================ */
/* ファーストビュー */
/* ============================================ */
.mv__container {
 min-height: 90vh;
 width: 100%;
 position: relative;
 margin-top: -60px;
 display: flex;
 justify-content: center;
 align-items: flex-start;
}

.mv__inner {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 z-index: -1;
}

/* PC用画像コンテナ */
.mv__inner--pc {
 display: block;
}

/* スマホ用画像コンテナ */
.mv__inner--sp {
 display: none;
}

/* --- 画像要素のスタイル (PC/SP共通) --- */
.mv__container .image {
 position: absolute;
 top: 0;
 left: 0;
 bottom: 0;
 right: 0;
 background-size: cover;
 background-repeat: no-repeat;
 background-position: center;
 opacity: 0;
}

/* --- アニメーション関連のスタイル (PC/SP共通) --- */

/* 画像が1枚だけ、またはデフォルト画像の場合に表示 */
.mv__container:not(.has-animation) .image {
 opacity: 1;
}

/* 画像が複数枚あり、アニメーションが有効な場合のスタイル */
.mv__container.has-animation .image {
 animation-name: image-crossfade;
 animation-duration: var(--total-duration);
 /* PHPから渡された合計時間 */
 animation-timing-function: linear;
 /* キーフレームでタイミングを制御する */
 animation-iteration-count: infinite;
}

/* --- タイトルエリア --- */
.mv__titleArea {
 writing-mode: vertical-rl;
 padding-top: 25vh;
 color: #fff;
}

.mv__title {
 font-size: clamp(1.5rem, 1.2rem + 1.5vw, 3rem);
 line-height: 1.6;
 margin-left: 30px;
}

.mv__subtitle {
 line-height: 2.8;
 font-size: clamp(0.875rem, 0.8rem + 0.38vw, 1.25rem);
 font-weight: 300;
 padding-top: clamp(0.25rem, 0.2rem + 0.25vw, 0.5rem);
}

/* --- ボタンエリア --- */
.hero-buttons {
 position: absolute;
 bottom: 30px;
 left: 30px;
 display: flex;
 flex-direction: column;
 gap: 16px;
 width: 380px;
}

.hero-buttons__btn {
 display: flex;
 justify-content: space-between;
 align-items: center;
 gap: 12px;
 background-color: rgba(255, 255, 255, 0.7);
 width: 380px;
 padding: 18px 24px;
 border-radius: 6px;
 font-size: clamp(1rem, 0.975rem + 0.13vw, 1.125rem);
 font-weight: bold;
 color: #333;
 transition: background-color 0.3s ease;
}

.hero-buttons__btn:hover {
 background-color: rgba(255, 255, 255, 1);
}

.hero-buttons__icon {
 display: inline-flex;
 align-items: center;
}

.hero-buttons__icon svg path {
 fill: currentColor;
}

/* ============================================ */
/* タブレット (max-width: 767px) */
/* ============================================ */
@media screen and (max-width: 767px) {
 .mv__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px;
  box-sizing: border-box;
 }

 .hero-buttons {
  position: static;
  bottom: initial;
  left: initial;
  align-items: center;
  margin-top: 30px;
 }

 .mv__title {
  line-height: 1.6;
  margin-left: 16px;
 }

 .mv__subtitle {
  line-height: 2;
 }
}

/* ============================================ */
/* スマホ縦向き (max-width: 460px) */
/* ============================================ */
@media screen and (max-width: 460px) {

 /* 画像コンテナの切り替え */
 .mv__inner--pc {
  display: none;
 }

 .mv__inner--sp {
  display: block;
 }

 .mv__container {
  padding-bottom: 40px;
 }

 .mv__titleArea {
  flex-grow: 1;
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
  padding-bottom: 30px;
 }

 .mv__title {
  margin-left: 0;
 }

 .hero-buttons {
  flex-shrink: 0;
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
 }

 .hero-buttons__btn {
  width: 100%;
  margin: 0 auto;
 }
}

/* ============================================ */
/* 新着情報 */
/* ============================================ */
.news {
 background-color: #0C0C0C;
 color: #fff;
 padding: 30px 0;
}

.news__inner {
 max-width: 1100px;
 width: 100%;
 margin: 0 auto;
 box-sizing: border-box;
 padding: 0 30px;
 display: flex;
 gap: 60px;
}

.news__heading {
 flex-shrink: 0;
 padding-top: 20px;
}

.heading-primary {
 font-size: clamp(1.25rem, 1.2rem + 0.25vw, 1.5rem);
}

.heading-primary::after {
 content: "";
 position: absolute;
 top: -16px;
 left: 50%;
 transform: translateX(-50%);
 width: 50px;
 height: 4px;
 background-color: #fff;
}

.news__body {
 flex: 1;
 min-width: 0;
}

.news-list__list {
 list-style: none;
 padding: 0 10px 0 0;
 margin: 0;
 max-height: 200px;
 overflow-y: auto;
}

.news-list__list::-webkit-scrollbar {
 width: 6px;
}

.news-list__list::-webkit-scrollbar-track {
 background-color: #222;
 border-radius: 3px;
}

.news-list__list::-webkit-scrollbar-thumb {
 background-color: #666;
 border-radius: 3px;
}

.news-list__list::-webkit-scrollbar-thumb:hover {
 background-color: #888;
}

.news-list__item {
 padding: 10px 0;
 border-bottom: 1px solid #444;
 line-height: 1.6;
}

.news-list__item:last-child {
 border-bottom: none;
 padding-bottom: 0;
}

/* リンクの有無にかかわらず共通のスタイルを適用 */
.news-list__link,
.news-list__content {
 display: flex;
 align-items: center;
 color: #fff;
 padding: 8px 10px;
 border-radius: 4px;
}

/* リンクがある場合にのみホバーエフェクトを適用 */
.news-list__link {
 text-decoration: none;
 transition: background-color 0.3s;
}

.news-list__link:hover {
 background-color: rgba(255, 255, 255, 0.1);
}

.news-list__date {
 margin-right: 30px;
 flex-shrink: 0;
 font-size: 15px;
 color: #a0a0a0;
 width: 130px;
}

/* リンクがある記事タイトルのスタイル */
.news-list__link .news-list__title--linked {
 text-decoration: underline;
}

/* リンクがない記事タイトルのスタイル（既存の.news-list__title） */
.news-list__title {
 text-decoration: none;
}

@media screen and (max-width: 767px) {
 .news__heading {
  margin-bottom: 10px;
  padding-left: 10px;
 }

 .news__inner {
  display: block;
  padding: 0;
 }

 .news-list__link,
 .news-list__content {
  flex-direction: column;
  align-items: flex-start;
 }

 .news-list__item {
  line-height: 1.8;
 }

 .news-list__item:last-child {
  margin-bottom: 0;
 }

 .news-list__title {
  line-height: 1.6;
 }

 .news-list__date {
  margin-right: 0;
  width: 130px;
 }
}

/* ============================================ */
/* about */
/* ============================================ */
.about-us {
 display: grid;
 grid-template-columns: 1fr 1fr 1fr;
 gap: 1vw;
 padding: 50px clamp(20px, 5vw, 80px);
 width: 100%;
}

.bg-large {
 grid-column: 1 / 4;
 grid-row: 1 / 2;
 min-height: 340px;
 width: 100%;
 background-image: url(../img/bg-large.jpg);
 background-size: cover;
 background-repeat: no-repeat;
}

.content-box {
 grid-column: 1 / 4;
 grid-row: 1 / 2;
 place-self: center;
 position: relative;
 z-index: 10;
 max-width: 660px;
 width: auto;
 margin: 50px auto -150px;
 padding: 40px 60px;
 background-color: #fff;
 box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.bg-small-wrapper {
 display: contents;
}

.bg-small-wrapper>div {
 height: 240px;
 background-size: cover;
 background-repeat: no-repeat;
}

.bg-small-1 {
 grid-column: 1 / 2;
 grid-row: 2 / 3;
 background-image: url(../img/bg-small-1.jpg);
 background-position: 40% center;
}

.bg-small-2 {
 grid-column: 2 / 3;
 grid-row: 2 / 3;
 background-image: url(../img/bg-small-2.jpg);
}

.bg-small-3 {
 grid-column: 3 / 4;
 grid-row: 2 / 3;
 background-image: url(../img/bg-small-3.jpg);
}

@media (max-width: 767px) {
 .about-us {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
 }

 .bg-large {
  grid-column: auto;
  grid-row: auto;
  height: 220px;
  min-height: auto;
  width: 100vw;
 }

 .content-box {
  grid-column: auto;
  grid-row: auto;
  place-self: auto;
  width: 100%;
  max-width: none;
  margin: -80px 0 0;
  padding: 40px 25px;
 }

 .bg-small-wrapper {
  display: flex;
  width: 100%;
  gap: 2px;
 }

 .bg-small-wrapper>div {
  flex: 1;
  height: 120px;
 }

 .bg-small-1,
 .bg-small-2,
 .bg-small-3 {
  grid-column: auto;
  grid-row: auto;
 }
}

/* ============================================ */
/* services */
/* ============================================ */
.services {
 background-color: #fff;
 background-image: linear-gradient(#EEF1F2 1px, transparent 1px),
  linear-gradient(to right, #EEF1F2 1px, #fff 1px);
 background-size: 40px 40px;
 padding: 60px 0;
}

.services__wrapper {
 padding: clamp(1rem, 0.335rem + 1.39vw, 2rem);
 max-width: 420px;
}

.services__box-right::before,
.services__box-left::before {
 content: "";
 display: block;
 width: 100vw;
 height: 100%;
 background-color: #B5C3DB;
 position: absolute;
 z-index: -1;
 top: 0;
}

.services__box-right::before {
 clip-path: polygon(10% 0%, 100% 0%, 100% 100%, 10% 100%);
 left: 0;
}

.services__box-left::before {
 clip-path: polygon(0% 0%, 90% 0%, 90% 100%, 0% 100%);
 right: 0;
}

.services__box-right,
.services__box-left {
 display: flex;
 flex-wrap: wrap;
 align-items: center;
 position: relative;
 z-index: 1;
 color: #333;
 margin: 100px 0;
}

.services__box-right {
 justify-content: flex-end;
}

.services__box-left {
 justify-content: flex-start;
}

.services__img {
 position: relative;
 top: -2em;
 width: 45%;
}

.services__img img {
 width: 100%;
 vertical-align: middle;
}

.services__text .button01 {
 margin-left: 0;
}

.services__button-inner {
 display: flex;
 justify-content: center;
 flex-wrap: wrap;
 margin: 60px 0;
}

.services__button {
 width: 100%;
 max-width: 320px;
 padding: 20px 0;
 margin: 20px;
 font-size: 18px;
 text-align: center;
 border-radius: 6px;
 color: #fff;
 background-color: #0C0C0C;
 box-sizing: border-box;
}

.services__button:hover {
 color: #fff;
 background-color: #4E4E4E;
}

/* リンクがないボタンの見た目を調整 */
.services__button.no-link {
 cursor: default;
 background-color: #ADADAD;
 /* ボタンが非活性であることを示すために薄くする */
 pointer-events: none;
 /* 要素へのクリックイベントを完全に無効化 */
}

.services__title {
 width: 400px;
 font-size: 24px;
 font-weight: 500;
 display: inline-block;
 border-bottom: 1px solid #123269;
 margin: 0 0 20px;
 padding: 5px 0 10px;
 position: relative;
}

.services__title::after {
 content: '';
 background-color: #123269;
 width: 3em;
 height: 3px;
 position: absolute;
 bottom: -1.6px;
 left: 0;
 z-index: 1;
}

.services__text-link {
 margin-top: 10px;
}

.services__text-link a:hover {
 transition: color 0.3s ease, opacity 0.3s ease;
 opacity: 0.5;
}

.sub-text {
 font-size: 16px;
 display: block;
 padding-top: 10px;
}

.services__text-link li:not(:last-child) {
 margin-bottom: 10px;
}

@media screen and (max-width: 1000px) {

 .services .services__box-right::before,
 .services .services__box-left::before {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
 }
}

@media screen and (max-width: 836px) {

 .services__box-right,
 .services__box-left {
  display: flex;
  flex-direction: column;
  margin: 100px 0;
 }

 .services__box-right {
  flex-direction: column-reverse;
 }

 .services__img {
  width: 100%;
 }

 .services__wrapper {
  max-width: 100%;
  padding: 0 15px;
  margin-bottom: 50px;
 }

 .services__title {
  width: 100%;
 }

 .services__box-left .services__img {
  right: -0.5em;
 }

 .services__box-right .services__img {
  left: -0.5em;
 }
}

/* ============================================ */
/* recruit */
/* ============================================ */
.recruit {
 background-color: #EAF0F3;
 padding: 60px 0;
}

.recruit__box {
 display: flex;
 align-items: center;
 background-color: #fff;
 margin-top: 60px;
}

.recruit__wrapper {
 margin: 0 auto;
 padding: 30px 0;
}

.recruit__img {
 position: relative;
 top: -2em;
 padding-left: 1.6em;
 width: 40%;
}

.recruit__img img {
 width: 100%;
 vertical-align: middle;
}

.recruit__text {
 max-width: 620px;
 margin: 0 30px;
}

@media screen and (max-width: 836px) {
 .recruit__box {
  display: flex;
  flex-direction: column;
  margin-top: 70px;
 }

 .recruit__img {
  padding: 0;
  width: 60%;
 }

 .recruit__wrapper {
  padding-top: 0;
 }
}

/* ============================================ */
/* 関連リンク集 */
/* ============================================ */
.link {
 background-image: url(../img/link.jpg);
 background-size: cover;
 background-repeat: no-repeat;
 padding: 100px 0;
}

.link__box {
 background-color: rgba(255, 255, 255, 0.7);
 padding: 60px 30px;
}

.link__box-container {
 max-width: 900px;
 margin: 0 auto;
}

.link__wrapper {
 display: flex;
 justify-content: space-between;
 flex-wrap: wrap;
 line-height: 2;
}

.link__inner {
 width: 420px;
}

.link__flexcontents {
 display: flex;
 flex-wrap: wrap;
}

.link__flexcontents li {
 padding: 0 10px;
 line-height: 2;
}

.link__title {
 font-size: 28px;
 color: #123269;
 font-weight: bold;
 display: inline-block;
 border-left: solid 3px #123269;
 padding-left: 10px;
}

.link__subtitle {
 font-size: 20px;
 color: #2E6EC0;
 margin-top: 30px;
}

.link__nav a {
 text-decoration: underline;
}

.link__nav a:hover {
 color: #2E6EC0;
}

/* ============================================ */
/* フッター */
/* ============================================ */
.footer {
 background-color: #123269;
 color: #fff;
 padding: 20px 0;
}

.footer-logo {
 font-size: clamp(18px, 2vw, 24px);
}

.main-office {
 font-size: clamp(0.75rem, 0.7rem + 0.25vw, 1rem);
 margin-top: 10px;
}

.footer-nav {
 text-align: end;
 text-decoration: underline;
 font-size: clamp(0.75rem, 0.7rem + 0.25vw, 1rem);
}

.footer-nav__link:hover,
.main-office__map:hover {
 transition: color 0.3s ease, opacity 0.3s ease;
 opacity: 0.5;
}

.footer__copyright {
 margin-top: 30px;
 text-align: center;
}
