@charset "UTF-8";
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Base
    - レイアウト
# Components
    - ページヘッダー
    - ページフッター
    - パンくずリスト
    - ページネーション
# Elements
    - 見出し
    - ボタン
#page
    - 会社概要
    - 業務拠点紹介
    - 事業紹介
    - 制度・福利厚生
	　- 採用情報
      - 高校生・大学生
      - 社会人
    - プライバシーポリシー
# plugins
	- Contact Form 7
# Utilities
- カラム
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* レイアウト
--------------------------------------------- */
:root {
  --page-bottom-1: 120px;
  --page-bottom-2: 80px;
  --wide-side: 30px;
  --short-side: 20px;
}

.content {
  max-width: var(--content);
}

.center-layout {
  --side: var(--wide-side);
  padding-inline: var(--side);
}

.center-layout .content {
  margin-inline: auto;
}

.page-content {
  margin-top: 96px;
}

:where(.page-content) p {
  line-height: 1.5;
}

.section-has-bg {
  position: relative;
}

.section-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  z-index: -10;
}

.section-bg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

@media (width < 48rem) {
  :root {
    --page-bottom-1: 80px;
    --page-bottom-2: 60px;
  }
  .page-content {
    margin-top: 60px;
  }
}
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* ページヘッダー
--------------------------------------------- */
.PageHeader {
  background-image: url(../image/share/page-header.webp);
  background-repeat: no-repeat;
  background-size: cover;
  height: min(32vw, 15rem);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  background-image: linear-gradient(-135deg, #f4a11a, #eb6619 80%, #eb0a1e);
}

.PageHeader .screen {
  mix-blend-mode: screen;
}

.PageHeader .m {
  mix-blend-mode: multiply;
}

.PageHeader .bg-deco-left :is(img, svg) {
  left: 0;
  bottom: 0;
  position: absolute;
  max-width: none;
}

.PageHeader .bg-deco-left .screen {
  width: 442px;
  transform: translateX(-54%);
  top: -60px;
}

.PageHeader .bg-deco-left .m {
  width: 250px;
  transform: translate(-50%, 17.2%);
}

.PageHeader .bg-deco-left .o {
  transform: translate(-30%, 79%);
}

@media (width < 48rem) {
  .PageHeader .bg-deco-left .screen {
    width: 160px;
    top: unset;
    bottom: -50px;
  }
  .PageHeader .bg-deco-left .m {
    width: 97px;
    height: auto;
  }
  .PageHeader .bg-deco-left .o {
    width: 113px;
    height: auto;
  }
}
.PageHeader .bg-deco-right :is(img, svg) {
  top: 0;
  right: 0;
  position: absolute;
  max-width: none;
}

.PageHeader .bg-deco-right .m {
  top: 0;
  transform: translate(64%, -50%);
}

.PageHeader .bg-deco-right .o {
  top: 50%;
  transform: translate(80%, -50%);
}

.PageHeader .bg-deco-right .screen {
  width: 350px;
  transform: translate(17%, -45%);
}

@media (width < 48rem) {
  .PageHeader .bg-deco-right .screen {
    width: 160px;
  }
  .PageHeader .bg-deco-right .m {
    width: 172px;
    height: auto;
  }
  .PageHeader .bg-deco-right .o {
    width: 236px;
    height: auto;
  }
}
@media screen and (max-width: 540px) {
  .PageHeader {
    height: 32vw;
  }
}
.PageHeader .inner {
  text-align: center;
}

.PageHeader .inner .jp {
  font-size: min(36 / 16 * 1rem, 43.2px);
}
@media screen and (width < 48rem) {
  .PageHeader .inner .jp {
    font-size: min((36 - 8) / 375 * 100vw, 36 / 16 * 1rem);
  }
}

.PageHeader .inner .en {
  text-transform: uppercase;
  font-size: min(20 / 16 * 1rem, 24px);
}
@media screen and (width < 48rem) {
  .PageHeader .inner .en {
    font-size: min((20 - 4) / 375 * 100vw, 20 / 16 * 1rem);
  }
}

.PageHeader .inner > * {
  color: #fff;
  font-weight: bold;
  text-shadow: 0px 0px 12px rgba(34, 34, 34, 0.5);
}

/* ページフッター（トップに戻るボタンなど）
--------------------------------------------- */
.page-footer {
  margin-top: 80px;
}

.page-footer .arrowBtn-to-back .arrow::before {
  left: 4%;
}

.page-footer .arrowBtn-l{
  width: calc(100% - 10px);
}

@media screen and (width < 48rem) {
  .page-footer {
    margin-top: min((80 - 20) / 375 * 100vw, 80 * 1px);
  }

}

/* パンくずリスト
--------------------------------------------- */
.breadcrumbs-area {
  margin-top: var(--page-bottom-1);
  padding-block: 12px;
  background: var(--gray-1);
  font-size: min(15 / 16 * 1rem, 30px);
}
.breadcrumbs-area .center-layout {
  --side: var(--short-side);
}
.breadcrumbs-area .content {
  max-width: var(--footer-content);
}
@media screen and (width < 48rem) {
  .breadcrumbs-area {
    font-size: min((15 - 3) / 375 * 100vw, 15 / 16 * 1rem);
  }
}

@media (any-hover: hover) {
  .breadcrumbs a:hover {
    text-decoration: underline;
    text-underline-offset: 5px;
    -webkit-text-decoration-color: color-mix(
      in srgb,
      currentColor,
      transparent 40%
    );
    text-decoration-color: color-mix(in srgb, currentColor, transparent 40%);
  }
}
/* ページ内リンク一覧
--------------------------------------------- */
.in-page-links .arrowBtn-l {
  font-size: 1.125rem;
  padding-block: 4px;
}

.in-page-links .arrow::before {
  right: 1em;
  border-top: 2px solid;
  border-right: 2px solid;
  transform: translateY(calc((50% + 0.25em) * -1)) rotate(135deg);
}

.in-page-links.u-col-a {
  gap: 20px 30px;
}

/* ページネーション
--------------------------------------------- */
.pagination {
  margin-top: 60px;
}

.pagination .text {
  text-align: center;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
/* 見出し
--------------------------------------------- */
/* 大見出し */
.head {
  display: flex;
  align-items: center;
  position: relative;
  line-height: 1.625;
  font-weight: bold;
  font-size: min(32 / 16 * 1rem, 38.4px);
}
@media screen and (width < 48rem) {
  .head {
    font-size: min((32 - 6) / 375 * 100vw, 32 / 16 * 1rem);
  }
}

.head .line {
  position: absolute;
  top: 0.5lh;
  height: 3px;
  background: var(--primary-color);
  border-radius: 1000px;
  transform: translate(-100%, -50%);
  width: calc(max(100%, var(--full) - var(--content)) / 2);
  padding-inline-end: 16px;
  background-clip: content-box;
}

@media (width < 48rem) {
  .head {
    flex-direction: column;
    text-align: center;
    word-break: auto-phrase;
  }
  .head--keep-all wbr{
    display: none;
   }
  .head--keep-all {
    word-break: keep-all;
  }
@supports not (word-break: auto-phrase){
    .head--keep-all wbr{
        display: unset;
    }
}
  .head .line {
    position: static;
    width: 63px;
    transform: none;
    margin-top: 14px;
  }
}
/* セクション　サブタイトル */
.head-group {
  padding-top: 75px;
}

.head-group .head {
  z-index: 10;
}

.section-subtitle {
  text-transform: uppercase;
  font-family: Barlow, sans-serif;
  letter-spacing: -0.03em;
  font-weight: bold;
  font-size: 120px;
  position: absolute;
  top: 0;
  right: 0;
  margin-top: calc((1lh - 1em) / 2 * -1 - 22px);
  z-index: -10;
  color: var(--subtitle-color, #fff);
  opacity: var(--subtitle-opacity, 0.2);
}

@media (width < 62rem) {
  .section-subtitle {
    writing-mode: vertical-lr;
    left: 0;
    margin-top: 0;
    margin-left: calc((1lh - 1em) / 2 * -1 - 7px);
  }
}
/* 小見出し */
.secondary-head {
  border-radius: 1000px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-inline: 30px;
  padding-block: 5px;
  font-weight: bold;
  gap: 18px;
  font-size: min(24 / 16 * 1rem, 33.6px);
}
@media screen and (width < 48rem) {
  .secondary-head {
    font-size: min((24 - 2) / 375 * 100vw, 24 / 16 * 1rem);
  }
}

.secondary-head img {
  flex-shrink: 0;
}

.secondary-head-b-primary {
  color: #fff;
  background: var(--primary-color);
}

.secondary-head-b-secondary {
  color: #fff;
  background: var(--secondary-color);
}

.secondary-head-b-third {
  color: #fff;
  background: var(--secondary-color);
}

@media (width < 48rem) {
  .secondary-head img {
    width: 25px;
    height: auto;
  }
}
/*--------------------------------------------------------------
# page
--------------------------------------------------------------*/
/* 会社概要
--------------------------------------------- */
/* ページ全体 */
.company-info-page .breadcrumbs-area {
  margin-top: var(--page-bottom-2);
}

.company-info-page .page-content {
  margin-block: 0;
}

.company-info-page .in-page-links {
  margin-block: 40px;
}

.company-info-page .section {
  padding-block: 80px;
}

@media (width < 48rem) {
  .company-info-page .section {
    padding-block: 60px;
  }
  .company-info-page .in-page-links {
    grid-template-columns: 1fr;
  }
}
/* キーメッセージ */
.s-key-message {
  background: linear-gradient(to bottom, #f4a11a, #eb5c19);
  position: relative;
  overflow: hidden;
}

.s-key-message .content {
  position: relative;
  z-index: 10;
}

.key-message-deco01 {
  position: absolute;
  top: -138px;
  right: 29vw;
}

.key-message-deco02 {
  position: absolute;
  left: -147px;
  bottom: -123px;
  width: 290px;
  height: 290px;
}

.key-message-deco03 {
  position: absolute;
  bottom: -102px;
  right: -106px;
  width: 364px;
  height: 364px;
}

.key-message-wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
@media screen and (width < 48rem) {
  .key-message-wrap {
    margin-top: min((50 - 15) / 375 * 100vw, 50 * 1px);
  }
}

.key-message-wrap .thumb img {
  height: auto;
}

.key-message-wrap .desc {
  flex-basis: 50%;
  flex-shrink: 0;
  margin-top: -30px;
}

.key-message-wrap .desc .text01 img {
  width: 100%;
  height: auto;
}

.key-message-wrap .desc .box {
  background: #fff;
  border-radius: 15px;
  padding-inline: 30px;
  padding-block: 20px;
  margin-top: 13px;
}
@media screen and (width < 48rem) {
  .key-message-wrap .desc .box {
    margin-top: min((13 - -8) / 375 * 100vw, 13 * 1px);
  }
}

.key-message-wrap .desc .text02 {
  font-weight: bold;
  line-height: 1.8;
  font-size: min(20 / 16 * 1rem, 24px);
}
@media screen and (width < 48rem) {
  .key-message-wrap .desc .text02 {
    font-size: min((20 - 5) / 375 * 100vw, 20 / 16 * 1rem);
  }
}

@media (width < 48rem) {
  .key-message-deco01 {
    top: -138px;
    right: unset;
    left: -100px;
  }
  .key-message-deco02 {
    left: -147px;
    bottom: -123px;
    width: 290px;
    height: 290px;
  }
  .key-message-deco03 {
    bottom: unset;
    top: 112px;
    right: -250px;
  }
  .key-message-wrap {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
  .key-message-wrap .desc {
    margin-top: 0;
  }
  .key-message-wrap .desc .box {
    padding-inline: 10px;
    text-align: center;
    margin-inline: calc(var(--short-side) - var(--side));
  }
}
/* 社名・ロゴマーク */
.key-message-title {
  font-weight: bold;
  color: #fff;
  text-align: center;
  font-size: min(32 / 16 * 1rem, 38.4px);
}
@media screen and (width < 48rem) {
  .key-message-title {
    font-size: min((32 - 6) / 375 * 100vw, 32 / 16 * 1rem);
  }
}

.company-name-wrap {
  display: flex;
  gap: 4.2%;
  justify-content: space-between;
  margin-top: 45px;
}
@media screen and (width < 48rem) {
  .company-name-wrap {
    margin-top: min((45 - 15) / 375 * 100vw, 45 * 1px);
  }
}

.company-name-wrap .text01 {
  line-height: 1.7;
  font-size: min(20 / 16 * 1rem, 24px);
}
@media screen and (width < 48rem) {
  .company-name-wrap .text01 {
    font-size: min((20 - 5) / 375 * 100vw, 20 / 16 * 1rem);
  }
}

.company-name-wrap .desc {
  flex-basis: 50%;
  flex-shrink: 0;
}

.company-name-wrap .thumb {
  flex: 1;
}

.company-name-wrap .thumb .box {
  border: 1px solid #ccc;
  border-radius: 6px;
  display: grid;
  align-items: center;
  justify-items: center;
  aspect-ratio: 440/150;
}

.company-name-wrap .thumb img {
  width: 75%;
  height: auto;
}

.company-name-wrap .thumb-caption {
  font-weight: bold;


  text-align: center;
  font-size: min(24 / 16 * 1rem, 28.8px);
}
@media screen and (width < 48rem) {
  .company-name-wrap .thumb-caption {
    font-size: min((24 - 4) / 375 * 100vw, 24 / 16 * 1rem);
  }
}

.company-name-wrap .thumb-caption {
  margin-top: 17px;
}
@media screen and (width < 48rem) {
  .company-name-wrap .thumb-caption {
    margin-top: min((17 - 2) / 375 * 100vw, 17 * 1px);
  }
}

@media (width < 48rem) {
  .company-name-wrap {
    display: block;
  }
  .company-name-wrap .thumb .box {
    max-width: 440px;
    margin-inline: auto;
    aspect-ratio: 315/100;
  }
  .company-name-wrap .text01 {
    line-height: 1.6;
    margin-top: 20px;
  }
}
/* 基本理念 */
.s-philosophy {
  background: var(--gray-1);
}

.s-philosophy .text01 {
  line-height: 1.5;
  font-size: min(22 / 16 * 1rem, 26.4px);
}
@media screen and (width < 48rem) {
  .s-philosophy .text01 {
    font-size: min((22 - 7) / 375 * 100vw, 22 / 16 * 1rem);
  }
}

.s-philosophy .text01 {
  margin-top: 36px;
}
@media screen and (width < 48rem) {
  .s-philosophy .text01 {
    margin-top: min((36 - 22) / 375 * 100vw, 36 * 1px);
  }
}

.philosophy-wrap {
  display: flex;
  align-items: center;
  gap: 5.4%;
}

.philosophy-wrap .thumb {
  flex-shrink: 0;
  width: 48%;
  margin-top: -20px;
}

.philosophy-wrap .thumb img {
  filter: drop-shadow(0px 0px 8.238px #d3d3d3);
  width: 100%;
  height: auto;
}

.philosophy-list .box {
  display: flex;
  gap: 27px;
}

.philosophy-list .box + .box {
  margin-top: 29px;
}

.philosophy-list .box .title {
  width: 85px;
  height: 85px;
  display: grid;
  place-content: center;
  border-radius: 50%;
  font-weight: bold;
  font-size: 48px;
  background: #fff;
  flex-shrink: 0;
}

.philosophy-list .box .text {
  font-weight: bold;
  line-height: 1.5;
  font-size: min(16 / 16 * 1rem, 32px);
}
@media screen and (width < 48rem) {
  .philosophy-list .box .text {
    font-size: min((16 - 0) / 375 * 100vw, 16 / 16 * 1rem);
  }
}

.philosophy-list .box .title.primary {
  border: 1px solid var(--primary-color);
  box-shadow: 0 0 4px var(--primary-color);
}

.philosophy-list .box .title.secondary {
  border: 1px solid var(--secondary-color);
  box-shadow: 0 0 4px var(--secondary-color);
}

.philosophy-list .box .title.third {
  border: 1px solid var(--third-color);
  box-shadow: 0 0 4px var(--third-color);
}

@media (width < 48rem) {
  .philosophy-wrap {
    flex-direction: column-reverse;
    gap: 45px;
    margin-top: 40px;
  }
  .philosophy-wrap .thumb {
    max-width: 460px;
    margin-top: 0;
    width: 100%;
  }
  .philosophy-list .box {
    align-items: center;
    flex-direction: column;
    gap: 14px;
  }
}
/* 代表メッセージ */
.s-president-message .title01 {
  color: var(--primary-color);
  font-weight: bold;
  margin-top: 30px;
  word-break: keep-all;
  font-size: min(24 / 16 * 1rem, 28.8px);
}
@media screen and (width < 48rem) {
  .s-president-message .title01 {
    font-size: min((24 - 4) / 375 * 100vw, 24 / 16 * 1rem);
  }
}

.s-president-message .text01 {
  font-feature-settings: initial;
  letter-spacing: 0.02em;
  font-size: calc(15 / 16 * 1rem);
  margin-top: 10px;
}

.s-president-message .wrap {
  display: flex;
  background: var(--primary-color);
  border-radius: 16px;
  flex-direction: row-reverse;
  overflow: hidden;
  margin-top: 40px;
}

.s-president-message .wrap-desc {
  color: #fff;
  font-weight: bold;
  padding-inline: 6.25%;
  padding-block: 45px;
}

.s-president-message .wrap-thumb {
  position: relative;
  width: 40%;
  flex-shrink: 0;
}

.s-president-message .wrap-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.s-president-message .wrap .thumb-caption {
  border-radius: 50%;
  aspect-ratio: 1/1;
  width: 52%;
  position: absolute;
  right: 6.5%;
  bottom: 4%;
}

.s-president-message .wrap .thumb-caption .desc {
  display: grid;
  place-content: center;
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
  inset: 0;
  text-align: center;
}

.s-president-message .wrap .thumb-caption .bg {
  position: absolute;
  inset: 0;
  border-radius: 100%;
  width: 100%;
  height: 100%;
  background: var(--primary-color);
  mix-blend-mode: multiply;
}

.s-president-message .thumb-caption {
  font-weight: bold;
  color: #fff;
}

.s-president-message .thumb-caption .title {
  font-size: min(18 / 16 * 1rem, 27px);
}
@media screen and (width < 48rem) {
  .s-president-message .thumb-caption .title {
    font-size: min((18 - 3) / 375 * 100vw, 18 / 16 * 1rem);
  }
}

.s-president-message .thumb-caption .text {
  font-size: min(28 / 16 * 1rem, 33.6px);
}
@media screen and (width < 48rem) {
  .s-president-message .thumb-caption .text {
    font-size: min((28 - 6) / 375 * 100vw, 28 / 16 * 1rem);
  }
}

.s-president-message .wrap-desc .box + .box {
  margin-top: 33px;
}

.s-president-message .title02 {
  padding-bottom: 10px;
  font-feature-settings: "pait";
  font-size: min(18 / 16 * 1rem, 27px);
}
@media screen and (width < 48rem) {
  .s-president-message .title02 {
    font-size: min((18 - 0) / 375 * 100vw, 18 / 16 * 1rem);
  }
}

.s-president-message .text02 {
  font-feature-settings: initial;
  font-size: min(15 / 16 * 1rem, 30px);
}
@media screen and (width < 48rem) {
  .s-president-message .text02 {
    font-size: min((15 - 1) / 375 * 100vw, 15 / 16 * 1rem);
  }
}

@media (width < 48rem) {
  .s-president-message .title01 {
    text-align: center;
  }
  .s-president-message .wrap {
    flex-direction: column-reverse;
    border-radius: 0;
    background: transparent;
    overflow: initial;
  }
  .s-president-message .wrap-desc {
    background: var(--primary-color);
    margin-inline: calc(var(--side) * -1);
    padding-inline: 20px;
    padding-top: 75px;
    margin-top: -45px;
  }
  .s-president-message .wrap .thumb-caption {
    color: var(--body-color);
    right: -8px;
    bottom: -50px;
    width: 140px;
  }
  .s-president-message .wrap .thumb-caption .desc {
    grid-template-rows: auto 1fr;
    padding-top: 26px;
    place-content: unset;
  }
  .s-president-message .wrap .thumb-caption .bg {
    background: rgba(255, 255, 255, 0.75);
    mix-blend-mode: initial;
  }
  .s-president-message .wrap-thumb {
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    max-width: 440px;
    margin-inline: auto;
  }
}
/* 会社概要 */
.s-company-about .wrap {
  max-width: 440px;
  margin-top: 42px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 10px;
  padding-inline: 20px;
}

.s-company-about .table {
  table-layout: fixed;
  border-collapse: collapse;
  font-feature-settings: "pait";
  width: 100%;
}

.s-company-about .table th {
  font-weight: bold;
  text-transform: uppercase;
  width: 78px;
  text-align: left;
}

.s-company-about .table :is(th, td) {
  border-bottom: 1px solid #ccc;
  padding-block: 20px 14px;
}

@media (width < 48rem) {
  .s-company-about .wrap {
    padding-inline: 15px;
    padding-block: 18px;
  }
  .s-company-about .table :is(th, td) {
    line-height: 1.3;
    padding-block: 14px;
  }
  .s-company-about .table th {
    font-size: 1rem;
  }
  .s-company-about .table td {
    font-size: 0.9375rem;
  }
}
/* 組織図 */
.s-company-chart .box01 {
  margin-top: 40px;
}

.s-company-chart .box01 .box-img img {
  width: 100%;
  height: auto;
}

/* 業務・拠点紹介　
--------------------------------------------- */
.work-and-locations-page .breadcrumbs-area {
  margin-top: 0;
  background: #fff;
}

.work-and-locations-page .head {
  padding-bottom: 45px;
}

.work-and-locations-page .center-layout {
  --side: var(--short-side);
}

@media (width < 48rem) {
  .work-and-locations-page .page-content {
    margin-top: 0;
  }
  .work-and-locations-page .head {
    padding-bottom: 40px;
  }
}
/* 業務 */
.s-work-type {
  --work-color: var(--primary-color);
  --work-area-bg: #fce5d9;
  padding-bottom: 77px;
  position: relative;
}

.s-works {
  position: relative;
}

.s-works::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url(../image/page/bg-atom-1.svg),
    url(../image/page/bg-atom-2.svg), url(../image/page/bg-atom-1.svg),
    url(../image/page/bg-atom-2.svg), url(../image/page/bg-atom-1.svg),
    url(../image/page/bg-atom-2.svg), url(../image/page/bg-atom-1.svg),
    url(../image/page/bg-atom-2.svg), url(../image/page/bg-atom-1.svg);
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 430px 429px;
  background-position: calc(100vw - 200px) 0, -245px 1314px,
    calc(100vw - 200px) 2038px, -245px 3122px, calc(100vw - 200px) 4096px,
    -245px 5410px, calc(100vw - 200px) 6124px, -245px 7208px,
    calc(100vw - 200px) 8182px;
}

.s-work-type:last-of-type {
  padding-bottom: 94px;
}

.s-work-type:nth-of-type(even) {
  --work-color: var(--third-color);
  --work-area-bg: #fde6e8;
}

.s-work-type .secondary-head {
  color: #fff;
  background: var(--work-color);
  padding-block: 3px;
  font-size: min(28 / 16 * 1rem, 33.6px);
}
@media screen and (width < 48rem) {
  .s-work-type .secondary-head {
    font-size: min((28 - 4) / 375 * 100vw, 28 / 16 * 1rem);
  }
}

@media (width < 62rem) {
  .s-works::before {
    background-size: 330px 329px;
  }
}
@media (width < 48rem) {
  .s-works {
    padding-top: 60px;
  }
  .s-works::before {
    background-image: url(../image/page/bg-atom-2.svg),
      url(../image/page/bg-atom-1.svg), url(../image/page/bg-atom-2.svg),
      url(../image/page/bg-atom-1.svg), url(../image/page/bg-atom-2.svg),
      url(../image/page/bg-atom-1.svg), url(../image/page/bg-atom-2.svg),
      url(../image/page/bg-atom-1.svg), url(../image/page/bg-atom-2.svg),
      url(../image/page/bg-atom-1.svg), url(../image/page/bg-atom-2.svg),
      url(../image/page/bg-atom-1.svg), url(../image/page/bg-atom-2.svg),
      url(../image/page/bg-atom-1.svg), url(../image/page/bg-atom-2.svg),
      url(../image/page/bg-atom-1.svg), url(../image/page/bg-atom-2.svg);
    background-size: 234px 233px;
    background-position: -111px -58px, calc(100vw - 111px) 1084px, -111px 2184px,
      calc(100vw - 111px) 3097px, -111px 4124px, calc(100vw - 111px) 5100px,
      -111px 6178px, calc(100vw - 111px) 7205px, -111px 8229px,
      calc(100vw - 111px) 9383px, -111px 10480px, calc(100vw - 111px) 11393px,
      -111px 12420px, calc(100vw - 111px) 13396px;
  }
  .s-work-type {
    padding-bottom: 56px;
  }
}
.work-card {
  margin-top: 36px;
}
@media screen and (width < 48rem) {
  .work-card {
    margin-top: min((36 - 21) / 375 * 100vw, 36 * 1px);
  }
}

.work-card + .work-card {
  margin-top: 45px;
}
@media screen and (width < 48rem) {
  .work-card + .work-card {
    margin-top: min((45 - 11) / 375 * 100vw, 45 * 1px);
  }
}

.work-card .inner {
  display: grid;
  grid-template-columns: 1fr 360px;
  grid-template-areas: "desc thumb" "tags tags";
  column-gap: min(2.65625vw, 34px);
  row-gap: 20px;
}

.work-card .title01 {
  font-weight: bold;
  font-size: min(1.375rem, 26.4px);
  color: var(--work-color);
  position: relative;
  display: flex;
  gap: 20px;
  align-items: center;
}

.work-card .title01::after {
  content: "";
  border-top: 1px solid #bdbdbd;
  flex-shrink: 1;
  flex-grow: 1;
  display: none;
}

.work-card .textarea01 {
  margin-top: 6px;
  margin-bottom: 9px;
}
.work-card .textarea01 .text p + p {
  margin-top: 5px;
}
.work-card .desc {
  grid-area: desc;
  display: flex;
  flex-direction: column;
}

.work-card .tags {
  grid-area: tags;
}

.work-card .thumb {
  grid-area: thumb;
  aspect-ratio: 360/195;
}

.work-card .thumb img {
  border-radius: 5px;
  filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.3));
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* 配慮事項 */
.work-card .textarea02 {
  margin-top: 9px;
  margin-top: auto;
}

.work-card .textarea02 .list {
  display: flex;
  background: var(--work-area-bg);
  font-weight: bold;
  border-radius: 5px;
  overflow: hidden;
}

.work-card .textarea02 .list .title {
  writing-mode: vertical-lr;
  color: #fff;
  background: var(--work-color);
  padding: 8px 4px;
  text-align: center;
}

.work-card .textarea02 .list .box {
  padding: 8px 14px;
  font-size: 0.9375rem;
}

@media (width < 48rem) {
  .work-card .textarea02 .list .title {
    padding-inline: 2px;
  }
}
/* 勤務地 */
.work-card .tags .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px;
}

.work-card .tags > * {
  font-weight: bold;
}

.work-card .tags .title {
  font-size: min(18 / 16 * 1rem, 36px);
}
@media screen and (width < 48rem) {
  .work-card .tags .title {
    font-size: min((18 - 2) / 375 * 100vw, 18 / 16 * 1rem);
  }
}

.work-card .tags .item {
  background: var(--secondary-color);
  border-radius: 1000px;
  padding: 4px 11px;
}

@media (width < 48rem) {
  .work-card .inner {
    grid-template-columns: 100%;
    grid-template-areas: "desc" "thumb" "tags";
    gap: min(2.6666666667vw, 10px) 0;
  }
  .work-card .title01::after {
    display: block;
  }
  .work-card .thumb {
    margin-top: min(2.6666666667vw, 10px);
    margin-inline: 0;
  }
  .work-card .tags .item {
    font-size: 0.9375rem;
    background: #f9e595;
    padding-block: 3px;
  }
}
/* 拠点 */
.s-locations {
  background: var(--gray-1);
  position: relative;
  z-index: 10;
  --subtitle-opacity: 0.8;
  padding-bottom: 70px;
  overflow: hidden;
}

.s-locations .content {
  container-type: inline-size;
}

.s-locations .u-col-a {
  justify-content: flex-start;
  gap: 50px 30px;
}

.pref + .pref {
  margin-top: 20px;
}

.pref .sp {
  display: none;
}

.in-content .location-card-wrap {
  padding-block: 40px 70px;
}
.pref-inner.has-children {
  padding-block: 30px 0;
}

.pref:last-of-type .pref-inner.has-children .location-card-wrap {
  /* padding-bottom: 0; */
}

.pref-content .pref-inner.has-children:last-of-type {
  padding-top: 0;
}

.pref:last-of-type
  .pref-inner.has-children
  section:last-of-type
  .location-card-wrap {
  padding-bottom: 0;
}

.s-locations .secondary-head {
  background: var(--primary-color);
  color: #fff;
  padding-block: 2px;
  letter-spacing: 0.12em;
}

.pref-toggle {
  --btn-bg-color: #fff;
  --btn-bd-color: var(--primary-color);
  --btn-f-color: var(--primary-color);
  max-width: 100%;
  text-align: center;
  padding-block: 0;
  letter-spacing: 0.12em;
  font-size: min(30 / 16 * 1rem, 36px);
}
@media screen and (width < 48rem) {
  .pref-toggle {
    font-size: min((30 - 4) / 375 * 100vw, 30 / 16 * 1rem);
  }
  .pref .sp {
    display: block;
  }
  .pref .pc {
    display: none;
  }
  .pref-content .pref-inner.has-children {
    padding-top: 20px;
  }
  .pref-content .pref-inner.has-children:last-of-type {
    padding-top: 20px;
  }
}

.pref-toggle .inner {
  position: relative;
  display: block;
}

.pref-toggle .text {
  line-height: 1;
  display: inline-block;
  padding-block: 0.333em 0.266em;
}

.pref-toggle .arrow {
  position: absolute;
  width: 34px;
  height: 34px;
  inset-block: 0;
  border-radius: 100%;
  background: var(--btn-bg-color);
  border: 2px solid var(--btn-bd-color);
  display: inline-grid;
  justify-items: center;
  margin-inline-start: 20px;
  margin-block: auto;
  transition-property: transform;
}

.pref-toggle .arrow::before {
  border-top: 2px solid;
  border-right: 2px solid;
  transform: translateY(calc((50% + 0.25em) * -1)) rotate(135deg);
}

.has-children .pref-toggle {
  --btn-bg-color: var(--primary-color);
  --btn-bd-color: var(--primary-color);
  --btn-f-color: #fff;
}

@media (any-hover: hover) {
  .pref-toggle:hover .arrow::before {
    border-color: var(--btn-f-color);
  }
}

@container (width < 960px) {
  .s-locations .u-col-a {
    justify-content: center;
  }
}
@media (width < 48rem) {
  .pref-toggle {
    border-radius: 16px;
    padding-block: 8px;
    position: relative;
  }
  .pref-toggle .inner {
    position: static;
  }
  .pref-toggle .arrow {
    border: 0;
    right: 5%;
    margin-inline-start: 0;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
  }
  @media (any-hover: hover) {
    .pref-toggle:hover {
      background: var(--btn-bg-color);
      border-color: var(--btn-bd-color);
      color: var(--btn-f-color);
    }
    .pref-toggle:hover .arrow {
    }
    .pref-toggle:hover .arrow::before {
      border-color: var(--btn-f-color);
    }
  }
}
.location-card {
  font-weight: bold;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 5;
  gap: 0;
}

.location-card .map {
  order: -1;
  aspect-ratio: 300/225;
  overflow: hidden;
  border-radius: 16px;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
}

.location-card .map iframe {
  width: 100%;
  height: 100%;
}

.location-card .card-address {
  margin-top: 6px;
  font-size: calc(15 / 16 * 1rem);
  line-height: 1.75;
}

.location-card .link {
  --btn-bd-color: var(--contrast-color);
  --btn-bg-color: var(--contrast-color);
  --btn-f-color: #fff;
  padding-block: 0;
  font-size: 1rem;
  display: grid;
  align-items: center;
  margin-top: 14px;
}

.location-card .box01 {
  margin-top: 22px;
}

.location-card .box01 .list {
  background: #fff;
  border-radius: 3px;
  display: flex;
  padding-bottom: 4px;
}

.location-card .box01 .list .item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-inline: 2px;
  padding-block: 4px;
}

.location-card .box01 .list .title {
  font-size: 10px;
  text-align: center;
}

.location-card .box01 .list .desc {
  margin-top: auto;
}

.location-card .box01 .list .item.off .title {
  color: #bdbdbd;
}

.location-card .box01 .list img {
  filter: invert(36%) sepia(57%) saturate(3978%) hue-rotate(7deg)
    brightness(96%) contrast(101%);
}

.location-card .box01 .list .item.off img {
  filter: invert(91%) sepia(2%) saturate(64%) hue-rotate(314deg) brightness(86%)
    contrast(84%);
}

.location-card .title01 {
  margin-top: 12px;
  font-size: min(25 / 16 * 1rem, 30px);
}
@media screen and (width < 48rem) {
  .location-card .title01 {
    font-size: min((25 - 3) / 375 * 100vw, 25 / 16 * 1rem);
  }
}

@media (width < 48rem) {
  .location-card .map {
    aspect-ratio: 335/200;
  }
  .location-card .link {
    padding-block: 6px;
  }
}
/* 制度・福利厚生
--------------------------------------------- */
.program-and-benefits-page .page-content {
  margin-top: 0;
}

:where(.program-and-benefits-page) :where(.page-content) p {
  line-height: 1.6;
}

:where(.program-and-benefits-page) :where(.page-content) .section-desc {
  margin-top: 30px;
}

.program-and-benefits-page .center-layout {
  --side: var(--short-side);
}

/*　制度・サポート */
.s-support {
  padding-block: 96px 80px;
  position: relative;
  overflow: hidden;
}

.support-section-thumb {
  margin-top: 20px;
}

.s-support .head {
  text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #fff,
    0 0 25px #fff;
}

.s-support .section-desc {
  max-width: 710px;
}

.s-support .section-top-deco {
  position: absolute;
  top: 0;
  right: 0;
}

.s-support .section-top-deco .bg {
  position: absolute;
  bottom: -40%;
  left: -20%;
  z-index: -10;
  max-width: none;
}

.s-support .section-bottom-deco {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -10;
}

.s-support .section-bottom-deco .bg {
  position: absolute;
  bottom: 0;
  left: 0;
  bottom: -64px;
  left: 50%;
  z-index: -10;
  max-width: none;
}

.support-outer {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px 40px;
  counter-set: support;
}

.support-inner {
  flex-basis: calc((100% - 40px) / 2);
  counter-increment: support;
}

.c-support {
  background: var(--gray-2);
  color: #000;
  position: relative;
  padding: 26px 30px 30px;
  overflow: hidden;
  border-radius: 10px;
}

.c-support::before {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  inset: 0;
  transform: translate3d(-50%, -50%, 0);
  background-image: linear-gradient(
    to right,
    #f4a11a,
    #eb6619,
    var(--third-color)
  );
}

.c-support::after {
  content: counter(support);
  color: #fff;
  left: 22px;
  top: 15px;
  position: absolute;
  font-weight: bold;
  font-size: 24px;
  line-height: 1;
}

.c-support .title {
  font-weight: bold;
  color: var(--primary-color);
  line-height: 1.4166;
  margin-inline-start: 47px;
  padding-bottom: 6px;
  min-height: 42px;
  font-size: min(24 / 16 * 1rem, 28.8px);
}
@media screen and (width < 48rem) {
  .c-support .title {
    font-size: min((24 - 4) / 375 * 100vw, 24 / 16 * 1rem);
  }
}

.c-support p {
  font-size: min(15 / 16 * 1rem, 30px);
}
@media screen and (width < 48rem) {
  .c-support p {
    font-size: min((15 - 1) / 375 * 100vw, 15 / 16 * 1rem);
  }
}

@media (width < 75rem) {
  .s-support {
    padding-block: 60px 15.63vw;
  }
}
@media (width < 62rem) {
  .s-support {
    padding-block: 60px 120px;
  }
  .support-inner {
    flex-direction: column;
    gap: 20px;
    flex-basis: 100%;
  }
  .s-support .section-top-deco .img {
    width: 122px;
    height: auto;
  }
  .s-support .section-top-deco .bg {
    width: 138px;
    height: auto;
  }
  .s-support .section-bottom-deco .img {
    width: 122px;
    height: auto;
  }
  .s-support.section-bottom-deco .bg {
    width: 138px;
    height: auto;
  }
  .c-support {
    padding: 15px;
  }
  .c-support .title {
    line-height: 1.3;
    display: grid;
    align-items: center;
    min-height: 2lh;
  }
  .c-support p {
    line-height: 1.5;
  }
  :where(.program-and-benefits-page) :where(.page-content) .section-desc {
    margin-top: 40px;
  }
}
/* 数字で見る */
.s-data {
  position: relative;
  padding-block: 80px;
}

.s-data .head {
  color: #fff;
  text-shadow: 0 0 8px #222;
}

.s-data .head .line {
  background-color: #fff;
}

.s-data .section-bg .bg {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(-135deg, #f4a11a, #eb6619);
  background-repeat: no-repeat;
}

.s-data .section-bg .pattern {
  position: absolute;
  inset: 0;
  background-image: url(../image/page/bg-pattern-01.svg);
  background-size: 287px 385px, 100%;
  mix-blend-mode: multiply;
  opacity: 20%;
}

@media (width < 960px) {
  .s-data {
    padding-block: 40px;
  }
}
.data-outer {
  display: grid;
  gap: 30px;
  margin-top: 40px;
  grid-template-columns: repeat(3, 300px);
}

.c-data {
  background: #fff;
  border-radius: 16px;
  position: relative;
  overflow: hidden;
  height: 18.75rem;
}

.c-data .title {
  position: relative;
  z-index: 10;
}

.c-data .title .main {
  font-weight: bold;
  font-size: min(1.75rem, 33.6px);
}

.c-data .title .sub {
  font-size: min(1.25rem, 24px);
}

.c-data .item {
  color: var(--third-color);
  font-weight: bold;
  line-height: 1;
  --base-fsz: 108;
  position: relative;
  z-index: 10;
  font-size: min(108 / 16 * 1rem, 129.6px);
}
@media screen and (width < 48rem) {
  .c-data .item {
    font-size: min((108 - 18) / 375 * 100vw, 108 / 16 * 1rem);
  }
}

.c-data .num {
  font-family: "Oswald", "Barlow Condensed", sans-serif;
  font-weight: bold;
  font-style: normal;
  display: inline-block;
}

.c-data .per {
  font-size: calc(40 / var(--base-fsz) * 100%);
}

.c-data .small {
  display: block;
  font-size: 1rem;
  color: var(--third-color);
}

.c-data::after {
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
}

/* 幅 */
.c-data.type-a,
.c-data.type-c,
.c-data.type-d,
.c-data.type-e,
.c-data.type-g {
  grid-column: span 1;
  text-align: center;
  padding: 30px 18px;
}

.c-data.type-b,
.c-data.type-f {
  grid-column: span 2;
  padding: 30px 45px;
}

.c-data.type-h {
  grid-column: span 3;
  padding: 30px;
}

@media (width < 960px) {
  .data-outer {
    display: block;
  }
  .c-data {
    text-align: center;
  }
  .c-data {
    height: auto;
  }
  .c-data + .c-data {
    margin-top: 20px;
  }
  .c-data .small {
    font-size: 0.875rem;
  }
  .c-data.type-b,
  .c-data.type-f,
  .c-data.type-h {
    padding-inline: 18px;
  }
}
/* タイプ別 */
/* 共通 */
.c-data:is(.type-b, .type-f) .num {
  font-size: 100%;
}

.c-data:is(.type-c, .type-d) .num .main {
  font-size: 100%;
}

.c-data:is(.type-c, .type-d) .num .sub {
  font-size: 80%;
}

/* a */
.c-data.type-a {
  padding-inline: 8px;
}

.c-data.type-a .per {
  font-size: calc(30 / var(--base-fsz) * 100%);
}

.c-data.type-a .title .sub {
  display: block;
}

.c-data.type-a .num {
  letter-spacing: -0.04em;
  font-size: calc(90 / var(--base-fsz) * 100%);
}

.c-data.type-a .small {
  margin-top: 6px;
}

@media (width < 960px) {
  .c-data.type-a .small {
    margin-top: 0;
  }
  .c-data:is(.type-b, .type-f) .num {
    font-size: calc(90 / var(--base-fsz) * 100%);
  }
  .c-data:is(.type-c, .type-d) .num .main {
    font-size: calc(90 / var(--base-fsz) * 100%);
  }
}
/* b */
.c-data.type-b::after {
  content: "";
  background-image: url("../image/page/program-and-benefits/image-data-people.svg");
  width: 163px;
  height: 230px;
  position: absolute;
  right: 35px;
  top: 40px;
}

.c-data.type-b .item {
  display: inline-block;
}

.c-data.type-b .item + .item {
  margin-left: 12px;
}

.c-data.type-b .body {
  margin-top: 20px;
}

.c-data.type-b .small {
  margin-top: 12px;
}

@media (width < 960px) {
  .c-data.type-b::after {
    top: -25px;
    right: -14px;
  }
  .c-data.type-b .body {
    margin-top: 0;
  }
  .c-data.type-b .small {
    margin-top: 0;
  }
}
@media (width < 600px) {
  .c-data.type-b::after {
    width: 109px;
    height: 153px;
  }
}
/* c */
.c-data.type-c::after {
  content: "";
  background-image: url("../image/page/program-and-benefits/image-data-clock.svg");
  right: -8px;
  top: 28px;
  width: 138px;
  height: 138px;
}

.c-data.type-c .body {
  margin-top: 20px;
}

.c-data.type-c .title .sub {
  display: block;
}

@media (width < 960px) {
  .c-data.type-c::after {
    top: 6px;
    right: -20px;
  }
  .c-data.type-c .body {
    margin-top: 0;
  }
}
@media (width < 600px) {
  .c-data.type-c::after {
    width: 114px;
    height: 114px;
  }
}
/* d */
.c-data.type-d {
  padding-inline: 8px;
}

.c-data.type-d .body {
  margin-top: 40px;
}

.c-data.type-d .per.sub {
  letter-spacing: -0.043em;
  font-size: min(35 / 16 * 1rem, 42px);
}
@media screen and (width < 48rem) {
  .c-data.type-d .per.sub {
    font-size: min((35 - 5) / 375 * 100vw, 35 / 16 * 1rem);
  }
}

@media (width < 960px) {
  .c-data.type-d .body {
    margin-top: 0;
  }
}
/* e */
.c-data.type-e .body {
  margin-top: 40px;
}

.c-data.type-e::after {
  content: "";
  background-image: url("../image/page/program-and-benefits/image-data-calendar.svg");
  width: 141px;
  height: 132px;
  top: 54px;
  right: 0;
}

@media (width < 960px) {
  .c-data.type-e .body {
    margin-top: 0;
  }
  .c-data.type-e::after {
    top: 18px;
    right: -18px;
  }
}
@media (width < 600px) {
  .c-data.type-e::after {
    width: 124px;
    height: 116px;
  }
}
/* f */
.c-data.type-f::after {
  content: "";
  background-image: url("../image/page/program-and-benefits/image-data-vacation.svg");
  top: -8px;
  right: 0;
  width: 222px;
  height: 258px;
}

.c-data.type-f .body {
  margin-top: 20px;
}

.c-data.type-f .item {
  display: inline-flex;
  flex-direction: column;
}

.c-data.type-f .item:first-of-type {
  margin-right: 20px;
}

.c-data.type-f .cap {
  border-radius: 1000px;
  background: var(--secondary-color);
  position: relative;
  display: inline-block;
  line-height: 40px;
  text-align: center;
  font-size: min(20 / 16 * 1rem, 24px);
}
@media screen and (width < 48rem) {
  .c-data.type-f .cap {
    font-size: min((20 - 6) / 375 * 100vw, 20 / 16 * 1rem);
  }
}

.c-data.type-f .cap::after {
  content: "";
  position: absolute;
  margin-inline: auto;
  display: inline-block;
  line-height: 40px;
  width: 16px;
  height: 8px;
  background: var(--secondary-color);
  bottom: -8px;
  inset-inline: 0;
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
}

.c-data.type-f .cap .cap-num {
  font-family: "Oswald", "Barlow Condensed", sans-serif;
  font-weight: bold;
  font-size: min(28 / 16 * 1rem, 33.6px);
}
@media screen and (width < 48rem) {
  .c-data.type-f .cap .cap-num {
    font-size: min((28 - 8) / 375 * 100vw, 28 / 16 * 1rem);
  }
}

@media (width < 960px) {
  .c-data.type-f .body {
    margin-top: 0;
  }
  .c-data.type-f .item:first-of-type {
    margin-right: 12px;
  }
  .c-data.type-f::after {
    right: -28px;
    top: -30px;
  }
  .c-data.type-f .cap .cap-num {
    line-height: 0;
  }
  .c-data.type-f .cap {
    padding-inline: 0.5em;
  }
}
@media (width < 48rem) {
  .c-data.type-f .cap {
    line-height: 24px;
  }
}
@media (width < 600px) {
  .c-data.type-f::after {
    width: 117px;
    height: 122px;
  }
}
/* g */
.c-data.type-g .body {
  margin-top: 16px;
}

.c-data.type-g .item {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  line-height: 56px;
  max-width: 90%;
  margin: auto;
}

.c-data.type-g .num {
  font-size: calc(84 / var(--base-fsz) * 100%);
}

.c-data.type-g .per,
.c-data.type-g .cap {
  font-size: calc(36 / var(--base-fsz) * 100%);
}

@media (width < 960px) {
  .c-data.type-g .body {
    margin-top: 0;
  }
  .c-data.type-g .item {
    display: inline-block;
    text-align: center;
  }
  .c-data.type-g .item + .item {
    margin-left: 20px;
  }
  .c-data.type-g .cap {
    display: block;
    padding-inline-end: 0.3em;
  }
}
/* h */
.c-data.type-h::after {
  content: "";
  background-image: url("../image/page/program-and-benefits/image-data-mentalhealth.svg");
  top: 41px;
  right: 31px;
  width: 173px;
  height: 223px;
}

.c-data.type-h .item-sub .cap {
  font-size: calc(20 / var(--base-fsz) * 100%);
  display: block;
  margin-bottom: -6px;
}

.c-data.type-h .item-catch .cap {
  display: block;
  padding-bottom: 6px;
  padding-inline: 12px;
  font-size: calc(24 / var(--base-fsz) * 100%);
}

.c-data.type-h .wrap {
  display: flex;
  gap: 60px;
  padding-inline-start: 16px;
}

.c-data.type-h .item-sub .num {
  font-size: 82%;
}

.c-data.type-h .item-catch {
  align-self: end;
}

.c-data.type-h .item-catch .num {
  font-size: calc(120 / var(--base-fsz) * 100%);
}

.c-data.type-h .item-sub {
  margin-top: -44px;
}

.c-data.type-h .item-sub-inner {
  display: flex;
}

.c-data.type-h .item-sub-inner.top {
  gap: 40px;
}

.c-data.type-h .item-sub-inner.top .item:first-of-type {
  margin-left: 60px;
}

.c-data.type-h .item-sub-inner.bottom {
  gap: 50px;
  margin-top: 12px;
}
.c-data.type-h :where(.item-sub-inner.bottom .item):first-of-type {
  text-align: right;
}

@media (width < 960px) {
  .c-data.type-h::after {
    top: 0;
    right: 0;
  }
  .c-data.type-h .wrap {
    display: block;
    margin-top: 20px;
  }
  .c-data.type-h .item {
    text-align: center;
  }
  .c-data.type-h .item-catch .cap {
    font-size: calc(20 / var(--base-fsz) * 100%);
    margin-bottom: -10px;
  }
  .c-data.type-h .item-catch .num {
    font-size: 82%;
  }
  .c-data.type-h .item-sub .num {
    font-size: 70%;
  }
  .c-data.type-h .item-sub .cap {
    margin-bottom: -14px;
  }
  .c-data.type-h .item-sub {
    margin-top: 16px;
    display: grid;
    max-width: 400px;
    margin-inline: auto;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
  .c-data.type-h .item-sub-inner {
    display: inline-block;
  }

  @supports (display: contents) {
    .c-data.type-h .item-sub-inner {
      display: contents;
    }
  }
  .c-data.type-h .item-sub-inner .item {
    display: inline-block;
  }
  .c-data.type-h .item-sub-inner.top .item:first-of-type {
    margin-left: 0;
  }
}
@media (width <= 600px) {
  .c-data.type-h::after {
    width: 116px;
    height: 166px;
  }
}
/* バリアリーフリー施設 */
.s-facility {
  position: relative;
}

.s-facility .head {
  color: var(--primary-color);
}

.s-facility .section-subtitle {
  text-transform: none;
  --subtitle-color: var(--secondary-color);
}

.s-facility .secondary-head {
  padding-block: 0;
  background: var(--secondary-color);
  margin-top: 40px;
}

.facility-wrap {
  margin-top: 33px;
}

.facility-section .facility-wrap {
  margin-top: 30px;
}

@media (width < 48rem) {
  .facility-section .facility-wrap {
    margin-top: 40px;
  }
  .s-facility .secondary-head {
    margin-top: 52px;
  }
}
.c-facility {
  display: grid;
  gap: 0;
  grid-template-rows: subgrid;
  grid-row: span 3;
}

.c-facility .title {
  color: var(--primary-color);
  font-size: min(1.25rem, 24px);
  font-weight: bold;
  margin-top: 8px;
}

.c-facility .text {
  font-size: 0.9375rem;
  margin-top: 3px;
}

.c-facility .thumb {
  overflow: hidden;
  border-radius: 16px;
  order: -10;
  aspect-ratio: 300/212;
}

.c-facility.wide .thumb {
  aspect-ratio: 460/210;
}

.c-facility .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.c-facility.wide {
  grid-template-columns: 420px 1fr;
  grid-template-rows: auto 1fr;
  gap: 0 30px;
}

.c-facility.wide .thumb {
  grid-row: span 2;
  grid-column: 1/2;
}

.c-facility.wide .title {
  grid-column: 2/3;
  grid-row: 1/2;
}

.c-facility.wide .text {
  grid-column: 2/3;
  grid-row: 2/3;
}

@media (width < 48rem) {
  .facility-wrap.u-col-a {
    grid-template-columns: repeat(auto-fit, 315px);
  }
  .c-facility {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  .c-facility .title {
    margin-top: 6px;
  }
  .c-facility .text {
    font-size: 1rem;
  }
  .c-facility .text .sp-none {
    display: none;
  }
  .c-facility img {
    width: 100%;
  }
  .facility-other .c-facility {
    margin-inline: auto;
    width: 315px;
  }
  .c-facility .thumb {
    width: 100%;
  }
  .c-facility.wide .thumb {
    aspect-ratio: 300/212;
  }
}
/* 採用情報
--------------------------------------------- */
.recruit-page .center-layout {
  --side: var(--short-side);
}

/* 人物像 */
.recruit-page .page-content {
  margin-top: 0;
}

.recruit-page .s-points {
  position: relative;
  padding-top: 96px;
  padding-bottom: 84px;
}

.recruit-page .s-points .head {
  word-break: keep-all;
}

.recruit-page .s-points .section-top-deco {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -10;
}

.recruit-page .s-points .section-top-deco .bg {
  position: absolute;
  bottom: -50%;
  left: -8%;
  z-index: -10;
  max-width: none;
}

.recruit-page .s-points .section-bottom-deco {
  position: absolute;
  bottom: 62px;
  left: -96px;
  z-index: -10;
  width: min(26.40625vw, 338px);
}

.recruit-page .s-points .section-bottom-deco .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.recruit-page .s-points .section-bottom-deco .bg {
  position: absolute;
  bottom: 0;
  bottom: -70px;
  left: 18%;
  z-index: -10;
  max-width: none;
}

.recruit-page .s-points .section-desc {
  margin-top: 30px;
}

.recruit-page .points-img {
  margin-top: 40px;
  border-radius: 16px;
  box-shadow: 0 0 6px #d3d3d3;
  padding: 30px 20px;
  background: #fff;
}

.recruit-page .points-img img {
  width: 100%;
  height: auto;
}

.recruit-page .about-loops {
  margin-top: 62px;
}

.recruit-page .s-points .title01 {
  color: var(--primary-color);
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  font-size: min(32 / 16 * 1rem, 38.4px);
}
@media screen and (width < 48rem) {
  .recruit-page .s-points .title01 {
    font-size: min((32 - 6) / 375 * 100vw, 32 / 16 * 1rem);
  }
  .recruit-page .s-points .head {
    text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #fff,
      0 0 25px #fff;
  }
}

.recruit-page .s-points .desc01 {
  font-weight: bold;
  text-align: center;
  margin-top: 26px;
  line-height: 1.7;
  font-size: min(20 / 16 * 1rem, 30px);
}
.recruit-page .s-points .desc01 .sp {
  display: none;
}
@media screen and (width < 48rem) {
  .recruit-page .s-points .desc01 {
    font-size: min((20 - 4) / 375 * 100vw, 20 / 16 * 1rem);
  }
  .recruit-page .s-points .desc01 .sp {
    display: block;
  }
}

@media (width < 62rem) {
  .recruit-page .s-points .section-top-deco .img {
    width: 142px;
    height: auto;
  }
  .recruit-page .s-points .section-top-deco .bg {
    width: 138px;
    height: auto;
    left: 50px;
  }
  .recruit-page .s-points .section-bottom-deco {
    bottom: 180px;
    left: -35px;
  }
  .recruit-page .s-points .section-bottom-deco .img {
    width: 142px;
    max-width: none;
    height: auto;
  }
  .recruit-page .s-points .section-bottom-deco .bg {
    width: 152px;
    height: auto;
    left: -45px;
    top: -46px;
  }
}
@media (width < 48rem) {
  .recruit-page .s-points {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .recruit-page .about-loops {
    margin-top: 60px;
  }
  .recruit-page .points-img {
    box-shadow: unset;
    padding: 0;
    margin-top: 6px;
  }
  .recruit-page .points-wrap {
    border-radius: 16px;
    box-shadow: 0 0 6px #d3d3d3;
    padding-block: 25px;
    background: #fff;
    margin-top: 40px;
  }
  .recruit-page .s-points .section-desc {
    padding-inline: 25px;
    text-align: center;
    margin-top: 0;
  }
  .recruit-page .s-points .section-bottom-deco {
    top: 102px;
    bottom: unset;
  }
}
/* 使命　*/
.s-mission {
  background: linear-gradient(-135deg, #f4a11a, #eb6619);
  position: relative;
  z-index: -10;
  padding-bottom: 80px;
}

.s-mission .head {
  color: #fff;
}

.s-mission .head .line {
  background-color: #fff;
}

.mission-wrap {
  margin-top: 40px;
}

.c-mission {
  background: #fff;
  border-radius: 16px;
  padding: 25px;
  display: flex;
  flex-direction: column;
}

.c-mission .title {
  font-weight: bold;
  margin-top: 30px;
  text-align: center;
}

.c-mission .title .text01 {
  color: var(--third-color);
  font-size: min(1.75rem, 33.6px);
}

.c-mission .title .text02 {
  font-size: min(1.5rem, 28.8px);
}

.c-mission .desc {
  line-height: 1.5;
  margin-top: 8px;
  font-weight: bold;
}

.c-mission .thumb {
  order: -1;
  margin-top: 16px;
  text-align: center;
}

@media (width < 48rem) {
  .s-mission {
    padding-bottom: 60px;
  }
  .c-mission {
    padding: 20px;
  }
  .c-mission .title {
    margin-top: 12px;
  }
  .c-mission .title .desc {
    margin-top: 16px;
  }
  .c-mission .thumb {
    margin-top: 2px;
  }
}
/* 募集要項 */
.s-application {
  padding-block: 73px 80px;
  background: var(--gray-1);
}

.s-application .link-wrap {
  margin-top: 40px;
}

.s-application .link-wrap .link {
  display: block;
  border-radius: 10px;
  padding: 28px;
  overflow: hidden;
  transition: 0.3s;
  position: relative;
  height: 100%;
  /* aspect-ratio: 360/150; */
}

.s-application .link-wrap .link::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
}

.s-application .link-wrap .link::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transition: all 0.3s ease-out;
}

@media (any-hover: hover) {
  .s-application .link-wrap .link:hover::after {
    transform: scale(1.1);
  }
}
.s-application .link-wrap .link .desc {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  position: relative;
  z-index: 3;
  height: 100%;
}

.s-application .link-wrap .link .desc .text01 {
  font-size: min(36 / 16 * 1rem, 36 * 1.1px);
  font-weight: bold;
}

.s-application .link-wrap .link .desc .text02 {
  font-size: calc(15 / 16 * 1rem);
}

.s-application .link-wrap .link .desc .btnArrow {
  display: inline-block;
  width: 34px;
  height: 34px;
  position: relative;
  border-radius: 100%;
  background-color: #fff;
  flex-shrink: 0;
}

.s-application .link-wrap .link .desc .btnArrow::before {
  display: inline-block;
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  left: 45%;
  border-top: 2px solid;
  border-left: 2px solid;
  transform: translate(-55%, -50%) rotate(135deg);
}

.s-application .link-wrap .link .desc .btnArrow::before {
  border-color: #000;
}

@media (width < 48rem) {
  .s-application {
    padding-block: 60px;
  }
  .s-application .link-wrap .link {
    padding: 36px 16px;
  }
}

@media (width < 48rem) {
  .s-application .link-wrap .link .desc .text01 {
    font-size: min(28 / 16 * 1rem, 28 * 1.1px);
  }
}
.s-application .link-wrap .link01::after {
  background-image: url(../image/top/image-recruit-01.webp);
}

.s-application .link-wrap .link02::after {
  background-image: url(../image/top/image-recruit-02.webp);
}

.s-application .link-wrap .link03::after {
  background-image: url(../image/top/image-recruit-03.webp);
}

/* よくあるご質問 */
.s-qa {
  margin-top: 80px;
}

.s-qa .qa-section-wrap {
  margin-top: 40px;
}

.qa-container {
  border-radius: 16px;
  background: #e6e6e6;
  overflow: hidden;
  margin-top: 40px;
}

.qa-title {
  color: #fff;
  background: var(--primary-color);
  font-feature-settings: "pait";
  text-align: center;
  font-weight: bold;
  padding-inline: 8px;
  padding-block: 10px;
}

.qa-title .main {
  font-size: min(28 / 16 * 1rem, 33.6px);
}
@media screen and (width < 48rem) {
  .qa-title .main {
    font-size: min((28 - 4) / 375 * 100vw, 28 / 16 * 1rem);
  }
}

.qa-title .sub {
  font-size: min(24 / 16 * 1rem, 28.8px);
}
@media screen and (width < 48rem) {
  .qa-title .sub {
    font-size: min((24 - 4) / 375 * 100vw, 24 / 16 * 1rem);
  }
}

.qa-inner {
  padding-inline: 40px;
  padding-block: 40px;
}

.qa-block {
  --gap: 20px;
  --btn-size: 35px;
  background-color: #fff;
  border-radius: 5px;
  padding-inline: 32px;
}

.qa-block + .qa-block {
  margin-top: 20px;
}

.qa-block .arrowBtn {
  cursor: pointer;
  padding-inline: calc(var(--btn-size) + var(--gap)) 0;
  font-weight: bold;
  max-width: none;
  border: 0;
  position: relative;
  display: block;
  padding-block: 20px;
  transition: 0.3s;
  width: 100%;
  font-size: min(22 / 16 * 1rem, 33px);
}
@media screen and (width < 48rem) {
  .qa-block .arrowBtn {
    font-size: min((22 - 6) / 375 * 100vw, 22 / 16 * 1rem);
  }
}

.qa-block[open] .arrowBtn .arrow::before {
  transform: translateY(-50%) rotate(-45deg);
}

.qa-block .arrowBtn::before {
  content: "Q";
  position: absolute;
  left: 0;
  top: auto;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: var(--primary-color);
  color: #fff;
  font-weight: bold;
  display: grid;
  justify-content: center;
  padding-top: 1px; /*調整*/
  font-family: "Barlow", sans-serif;
  font-size: 24px;
}

.qa-block .arrowBtn .inner {
  position: relative;
  display: block;
}

.qa-desc {
  border-top: 1px solid #bdbdbd;
  padding-block: 20px;
  position: relative;
  display: flex;
  font-feature-settings: "pait";
  gap: var(--gap);
}

.qa-desc::before {
  content: "A";
  font-family: "Barlow", sans-serif;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: var(--third-color);
  color: #fff;
  font-weight: bold;
  display: grid;
  place-content: center;
  flex-shrink: 0;
  font-size: 24px;
}

.qa-desc span {
  align-self: center;
}

@media (width < 48rem) {
  .s-qa {
    margin-top: 60px;
  }
  .qa-inner {
    padding-inline: 10px;
    padding-block: 25px;
  }
  .qa-block {
    --gap: 12px;
    --btn-size: 30px;
    background-color: #fff;
    border-radius: 5px;
    padding-inline: 10px;
  }
  .qa-block .arrowBtn .arrow::before {
    right: 0;
  }
  .qa-block .arrowBtn .inner {
    padding-inline-end: 20px;
  }
}
/* 採用ページ　子ページ共通 */
.recruit-child .page-content {
  margin-top: 0;
}

/* 高校生と大学生
--------------------------------------------- */
.recruit-student .s-intro {
  position: relative;
  padding-top: 87px;
  padding-bottom: 60px;
}

.recruit-student .s-intro .section-desc {
  margin-top: 30px;
}

.recruit-student .s-intro .section-desc p {
  line-height: 2;
}

.recruit-student .s-intro .head {
  text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #fff,
    0 0 25px #fff;
}

.recruit-student .s-intro .img {
  aspect-ratio: 470/313;
  position: absolute;
  bottom: -5px;
  right: 0;
  width: 470px;
  height: 313px;
  z-index: -10;
}

:where(.college-student-page) .recruit-student .s-intro .img {
  height: 100%;
  bottom: unset;
  top: 0;
}

.recruit-student .s-intro .img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.recruit-student .s-process {
  padding-block: 80px 75px;
}

.recruit-student .s-process .head {
  flex-wrap: wrap;
}

.recruit-student .s-process .head .sub {
  font-size: min(24 / 16 * 1rem, 28.8px);
}
@media screen and (width < 48rem) {
  .recruit-student .s-process .head .sub {
    font-size: min((24 - 9) / 375 * 100vw, 24 / 16 * 1rem);
  }
}

.recruit-student .s-process .section-bg .bg {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(45deg, #ffe580, var(--secondary-color));
  background-repeat: no-repeat;
}

.recruit-student .s-process .section-bg .pattern {
  position: absolute;
  inset: 0;
  background-image: url(../image/page/bg-pattern-02.svg);
  background-size: 287px 385px, 100%;
  mix-blend-mode: multiply;
  opacity: 20%;
}

.recruit-student .process-container {
  background: #fff;
  border-radius: 36px;
  padding: 23px 33px 0;
  margin-top: 30px;
}

.recruit-student .process-container .title-wrap {
  display: flex;
  align-items: center;
  gap: 31px;
}

.recruit-student .process-container .title {
  font-weight: bold;
  position: relative;
  color: var(--primary-color);
  font-size: min(28 / 16 * 1rem, 33.6px);
}
@media screen and (width < 48rem) {
  .recruit-student .process-container .title {
    font-size: min((28 - 2) / 375 * 100vw, 28 / 16 * 1rem);
  }
}

.recruit-student .process-container .title::before {
  content: "";
  display: inline-block;
  border-left: 5px solid currentColor;
  height: 30px;
  left: 0;
  top: auto;
  vertical-align: middle;
  margin-right: 15px;
}

.recruit-student .process-container .title-wrap .small {
  font-size: 1rem;
}

.recruit-student .process-list {
  margin-top: 14px;
  display: grid;
  overflow: hidden;
  row-gap: 34px;
  grid-template-columns: 156px auto auto auto auto;
  grid-template-rows: auto 1fr;
}

.recruit-student .process-list .item {
  text-align: center;
  position: relative;
  padding-bottom: 26px;
}

.recruit-student .process-list .item::after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: -1px;
  left: 0;
  border-bottom: 1px dashed #b3b3b3;
}

.recruit-student .process-list .item:first-of-type:before {
  content: unset;
}

.recruit-student .process-list .item::before {
  content: "";
  background-image: url("../image/share/icon-arrow-ku.svg");
  width: 18px;
  height: 36px;
  background-size: contain;
  position: absolute;
  background-repeat: no-repeat;
  left: 0;
  top: -30px;
  bottom: 0;
  margin-block: auto;
}

.recruit-student .process-list .item:first-of-type {
  padding-inline-start: 0;
}

:where(.high-school-student-page) .recruit-student .process-list .item {
  padding-inline-start: 72px;
}

:where(.high-school-student-page) .recruit-student .process-list .item::before {
  left: 30px;
}

.recruit-student .process-list .item-title {
  font-weight: bold;
  font-feature-settings: "pait";
  line-height: 1.2;
  font-size: min(24 / 16 * 1rem, 28.8px);
}
.recruit-student .process-list .item .img {
  margin-top: 15px;
}
@media screen and (width < 48rem) {
  .recruit-student .process-list .item-title {
    font-size: min((24 - 4) / 375 * 100vw, 24 / 16 * 1rem);
  }
}

.recruit-student .process-list .item-title .sub {
  font-size: 80%;
}

:where(.college-student-page) .recruit-student .s-process .main {
  word-break: keep-all;
}

:where(.college-student-page) .recruit-student .process-list {
  grid-template-columns: auto auto 1fr;
  row-gap: 0px;
  column-gap: 40px;
  padding-inline: 20px;
  justify-content: flex-start;
}

:where(.college-student-page) .recruit-student .process-list .item {
  display: flex;
  align-items: center;
  gap: 45px;
}

:where(.college-student-page) .recruit-student .process-list .item::before {
  position: static;
}

:where(.college-student-page) .recruit-student .process-list .item-title {
  font-size: min(32 / 16 * 1rem, 38.4px);
}
@media screen and (width < 48rem) {
  :where(.college-student-page) .recruit-student .process-list .item-title {
    font-size: min((32 - 12) / 375 * 100vw, 32 / 16 * 1rem);
  }
}

@media (width < 62rem) {
  .recruit-student .s-intro {
    padding-top: 0;
    padding-bottom: 50px;
  }
  .recruit-student .s-intro .img {
    top: -5px;
    bottom: unset;
    left: 0;
    width: 100%;
    height: auto;
    aspect-ratio: 377/250;
    max-height: 313px;
  }
  .recruit-student .s-intro .img img {
    object-position: top 25% right 50%;
  }
  .recruit-student .s-intro::before {
    content: "";
    display: block;
    aspect-ratio: 377/250;
    max-height: 313px;
  }
  .recruit-student .s-intro .head {
    margin-top: 16px;
    word-break: keep-all;
  }
  .recruit-student .s-process {
    padding-block: 60px;
  }
  .recruit-student .process-container {
    padding: 33px 20px 0;
  }
  .recruit-student .process-container .title-wrap {
    flex-direction: column;
    gap: 14px;
  }
  .recruit-student .process-container .title::before {
    content: unset;
  }
  .recruit-student .process-container .title-wrap .small {
    font-size: 0.9375rem;
  }
  .recruit-student .process-list {
    margin-top: 36px;
    display: block;
  }
  .recruit-student .process-list .item {
    padding-bottom: 66px;
    padding-inline: 0;
    display: block;
  }
  .recruit-student .process-list .item .img {
    margin-top: 12px;
  }
  .recruit-student .process-list .item::after {
    content: unset;
  }
  .recruit-student .process-list .item:first-of-type::before {
    content: "";
  }
  .recruit-student .process-list .item:last-of-type::before {
    content: unset;
  }
  .recruit-student .process-list .item::before {
    position: absolute;
    transform: rotate(90deg);
    width: 36px;
    height: 18px;
    bottom: 0;
    top: unset;
    margin-inline: auto;
    right: 0;
    left: 0;
  }
}
@media (width < 36rem) {
  .recruit-student .s-intro .img img {
    object-position: top;
  }
}
.s-teacher {
  padding-top: 80px;
}

.s-teacher .section-desc {
  margin-top: 40px;
}

.s-teacher .contact-wrap {
  display: flex;
  gap: 40px;
  margin-top: 36px;
}

.s-teacher .contact-item {
  background: var(--gray-1);
  padding: 24px;
  flex: 1;
  text-align: center;
  border-radius: 16px;
}

.s-teacher .contact-item .title {
  font-weight: bold;
  text-align: center;
  font-size: min(22 / 16 * 1rem, 28.6px);
}
@media screen and (width < 48rem) {
  .s-teacher .contact-item .title {
    font-size: min((22 - 2) / 375 * 100vw, 22 / 16 * 1rem);
  }
}

.s-teacher .contact-item .title .main {
  color: var(--primary-color);
}

.s-teacher .contact-item .link {
  border-radius: 1000px;
  background: #fff;
  display: grid;
  height: 40px;
  gap: 6px;
  max-width: 260px;
  place-content: center;
  align-items: center;
  font-weight: bold;
  text-align: center;
  margin-inline: auto;
  grid-template-columns: auto auto;
}

.s-teacher .contact-item .link {
  margin-top: 6px;
  font-size: 1.25rem;
}

.s-teacher .contact-item .link[href*="tel"] {
  font-family: "Oswald", sans-serif;
  pointer-events: none;
}

.s-teacher .contact-item .icon {
  line-height: 1;
}

.s-teacher .contact-item .icon img {
  filter: invert(33%) sepia(64%) saturate(5195%) hue-rotate(17deg)
    brightness(106%) contrast(101%);
}

.s-teacher .contact-item .cap {
  margin-top: 8px;
}

@media (any-hover: hover) {
  .s-teacher .contact-item .link {
    transition: background-color 0.3s all;
  }
  .s-teacher .contact-item .link:hover {
    background-color: var(--primary-color);
    color: #fff;
  }
  .s-teacher .contact-item .link:hover .icon img {
    filter: brightness(0) saturate(100%) invert(100%) brightness(100%);
  }
}
@media (width < 62rem) {
  .s-teacher .contact-wrap {
    flex-direction: column;
    gap: 24px;
  }
  .s-teacher {
    padding-top: 60px;
  }
}
@media (width < 48rem) {
  .s-teacher .contact-item .link[href*="tel"] {
    pointer-events: unset;
  }
}
/* 募集要項（採用）
--------------------------------------------- */
.s-guidelines {
  position: relative;
  padding-top: 96px;
}

.section-top-image {
  position: absolute;
  right: 0;
  top: 0;
  width: 731px;
  z-index: -10;
}

.s-guidelines .section-top-image .img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.s-guidelines .section-top-image .bg {
  position: absolute;
  right: -15%;
  top: 180px;
  z-index: -10;
}

.s-guidelines .section-desc {
  margin-top: 30px;
}

@media (width < 62rem) {
  .s-guidelines {
    padding-top: 60px;
  }
  .s-guidelines .section-top-image {
    width: 142px;
    height: 124px;
  }
  .s-guidelines .section-top-image .bg {
    width: 139px;
    height: 138px;
    top: 30%;
  }
  .s-guidelines .section-top-image .bg img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}

.guidelines-outer .not-found {
  margin-top: 40px;
}

.guidelines-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 40px;
  justify-content: flex-start;
  margin-top: 40px;
}

.guidelines-inner * {
  flex: calc((100% - 40px) / 2);
  flex-grow: 0;
}

@media (width < 48rem) {
  .guidelines-outer .not-found {
    margin-top: 20px;
  }
  .guidelines-inner {
    flex-direction: column;
    margin-top: 20px;
  }
  .guidelines-inner * {
    flex: 1;
  }
}
.c-guidelines-card {
  border-radius: 16px;
  font-weight: bold;
  padding: 22px 36px;
  margin: 0;
  background: #fff;
  height: 100%;
}

.c-guidelines-card .text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.c-guidelines-card .text {
  font-size: min(28 / 16 * 1rem, 33.6px);
}
.c-guidelines-card .text .main {
  text-align: left;
}
@media screen and (width < 48rem) {
  .c-guidelines-card .text {
    font-size: min((28 - 8) / 375 * 100vw, 28 / 16 * 1rem);
  }
}

.c-guidelines-card .text .sub {
  color: var(--body-color);
  transition: color 0.3s;
  font-size: min(24 / 16 * 1rem, 31.2px);
}
@media screen and (width < 48rem) {
  .c-guidelines-card .text .sub {
    font-size: min((24 - 9) / 375 * 100vw, 24 / 16 * 1rem);
  }
}

.c-guidelines-card .arrow::before {
  top: 2em;
}

.guidelines-item :has(.main:empty) {
  display: none;
}

.c-guidelines-card--staff {
  --btn-f-color: #a68600;
  --btn-bd-color: #a68600;
}

.guidelines-outer .secondary-head {
  background: var(--primary-color);
  color: #fff;
}

.guidelines-outer .secondary-head .sub {
  font-size: 85%;
}

.guidelines-outer.staff .secondary-head {
  background: var(--secondary-color);
  color: var(--body-color);
}

@media (any-hover: hover) {
  .c-guidelines-card:hover .text .sub {
    color: #fff;
  }
  .c-guidelines-card {
    margin-inline: auto;
  }
}
.guidelines-outer {
  margin-top: 80px;
  position: relative;
}

.guidelines-outer .bg {
  position: absolute;
  display: none;
  z-index: -10;
  top: 30px;
  left: calc((100vw - 100%) / 2 * -1 - 100px);
}

.guidelines-outer:nth-of-type(2) .bg {
  display: block;
}

.guidelines-outer.staff .bg {
  display: block;
  left: unset;
  right: calc((100vw - 100%) / 2 * -1 - 100px);
}

.guidelines-section-bottom {
  background: var(--gray-1);
  margin-top: 80px;
}

@media (width < 62rem) {
  .guidelines-outer .bg {
    width: 181px;
    height: 180px;
    top: 0;
    left: calc((100vw - 100%) / 2 * -1 - 50px);
  }
  .guidelines-outer.staff .bg {
    left: unset;
    right: calc((100vw - 100%) / 2 * -1 - 50px);
  }
  .guidelines-outer .bg img {
    object-fit: contain;
    width: 100%;
    height: 100%;
  }
  .guidelines-outer:nth-of-type(2) .bg {
    display: none;
  }
  .guidelines-outer:nth-of-type(3) .bg {
    display: block;
  }
}
.guidelines-section-bottom .inner {
  display: flex;
  gap: 50px;
  justify-content: center;
  padding: 37px;
  align-items: center;
}

.guidelines-section-bottom .text {
  font-weight: bold;
  line-height: 2;
  font-size: min(20 / 16 * 1rem, 30px);
}
@media screen and (width < 48rem) {
  .guidelines-section-bottom .text {
    font-size: min((20 - 5) / 375 * 100vw, 20 / 16 * 1rem);
  }
}

.guidelines-section-bottom .text span {
  font-size: 80%;
}

.guidelines-section-bottom .text .mark {
  font-size: 100%;
}

@media (width < 48rem) {
  .guidelines-section-bottom {
    margin-top: 60px;
  }
  .guidelines-section-bottom .inner {
    flex-direction: column;
    gap: 12px;
    padding: 18px;
  }
  .guidelines-section-bottom .text {
    text-align: center;
  }
}

.guidelines-table {
  max-width: 1000px;
  margin: 0 auto;
}

.guidelines-table table {
  border-collapse: collapse;
}
.guidelines-table th {
  background-color: #eee;
  width: 200px;
  font-size: min(20 / 16 * 1rem, 36px);
}
.guidelines-table :is(th, td) {
  border: solid 1px #ddd;
  padding: 30px 30px 30px 30px;
}

.guidelines-table .box-wrap {
  display: flex;
  flex-direction: column;
  gap: 2px;
  margin-block: 0.333em 0.666em;
}
.guidelines-table li + li {
  margin-top: 0.333em;
}
.guidelines-table .box-wrap > * {
  flex: 1;
}
.guidelines-table .box-wrap a {
  display: grid;
  width: 100%;
  border-radius: 8px;
  max-width: min(240 / 16 * 1rem, 240 * 1.2px);
  padding: 14px 20px;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
  gap: 12px;
  grid-template-columns: auto auto;
  background: var(--secondary-color);
  align-items: center;
  justify-content: space-between;
  border: 1px solid var(--secondary-color);
  transition: background 0.3s ease;
    box-shadow:unset;
}

@media (any-hover: hover) {
  .guidelines-table .box-wrap a:hover {
    background: #fff;
  }
}

@media (width < 48rem) {
  .guidelines-table :is(th, td) {
    line-height: 1.3;
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .guidelines-table th {
    width: 6.2em !important;
    padding-left: 5px;
    padding-right: 5px;
    font-size: min(14 / 16 * 1rem);
  }
  .guidelines-table td {
    padding-left: 10px;
    padding-right: 10px;
    font-size: min(14 / 16 * 1rem);
  }
}

/* プライバシーページ
--------------------------------------------- */
.privacy-page .page-footer {
  margin-top: 110px;
}
@media screen and (width < 48rem) {
  .privacy-page .page-footer {
    margin-top: min((110 - 20) / 375 * 100vw, 110 * 1px);
  }
}

.privacy-page .section + .section {
  margin-top: 60px;
}

:where(.privacy-page) :where(.page-content) :where(.section) p {
  line-height: 1.75;
}

.privacy-page .section-desc {
  margin-top: 20px;
  padding-bottom: 18px;
}

.privacy-list .mt-large {
  margin-block: 0.75em;
}

.privacy-list .item + .item {
  margin-top: 0.6em;
}

.privacy-list .child-list {
  margin-top: 0.6em;
}

.privacy-list .child-item + .child-item {
  margin-top: 0.6em;
}

.privacy-list + .privacy-list {
  margin-top: 0.6em;
}

.privacy-list .block {
  margin-top: 0.6em;
}

.privacy-list .note-wrap {
  margin-top: 0.75em;
}

small.note {
  display: block;
  margin-top: 6px;
}

.s-privacy-handling .item + .item {
  margin-top: 1.5em;
}

.privacy-list .indent-grand-child {
  margin-inline-start: 1.5em;
}

.privacy-list .item :is(ul, ol) li,
.privacy-list .item dl dd,
.privacy-list .item .note {
  font-size: min(15 / 16 * 1rem, 30px);
}
@media screen and (width < 48rem) {
  .privacy-list .item :is(ul, ol) li,
  .privacy-list .item dl dd,
  .privacy-list .item .note {
    font-size: min((15 - 1) / 375 * 100vw, 15 / 16 * 1rem);
  }
}

.privacy-list .item .text01 {
  padding-bottom: 5px;
  font-size: min(16 / 16 * 1rem, 32px);
}
@media screen and (width < 48rem) {
  .privacy-list .item .text01 {
    font-size: min((16 - 1) / 375 * 100vw, 16 / 16 * 1rem);
  }
}

.privacy-list .item .title {
  font-weight: bold;
}

.privacy-list .item .mark {
  color: var(--third-color);
}

.privacy-list .item--mark-bold::before,
.privacy-list .item--mark-bold::marker {
  font-weight: bold;
}

.privacy-page .section .document-footer {
  text-align: right;
  margin-top: 20px;
}

.privacy-page .section .name {
  text-align: right;
  margin-top: 28px;
}

@media (width < 48rem) {
  :where(.privacy-page) :where(.page-content) :where(.section) p {
    line-height: 1.6;
  }
  .privacy-page .section + .section {
    margin-top: 100px;
  }
  .privacy-page .section-desc {
    margin-top: 40px;
    padding-bottom: 20px;
  }
  .privacy-page .section .document-footer {
    margin-top: 20px;
  }
  .privacy-page .section .name {
    margin-top: 30px;
  }
}

@media (scripting: none) {
  a.secure-email {
    pointer-events: none !important;
    text-decoration: none !important;
  }
  .secure-email::before {
    content: "\70\72\69\76\61\63\79\40\74\6f\79\6f\74\61\2d\6c\6f\6f\70\2e\63\6f\2e\6a\70";
  }
}
/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* カラム
--------------------------------------------- */
.u-col-a {
  display: grid;
  grid-template-columns: repeat(auto-fit, 300px);
  gap: 30px;
  justify-content: center;
}

@media (width < 62rem) {
  .u-col-a {
    grid-template-columns: repeat(auto-fit, 335px);
  }
}
/* リスト
--------------------------------------------- */
.u-ul-a {
  list-style-type: disc;
  margin-inline-start: 1em;
}

.u-ol-a {
  list-style-type: decimal;
  margin-inline-start: 1em;
}

.u-ol-b {
  counter-reset: list-b;
}

.u-ol-b > * {
  counter-increment: list-b;
  padding-inline-start: 1.5em;
  position: relative;
}

.u-ol-b > *::before {
  content: "(" counter(list-b) ")";
  left: 0;
  position: absolute;
}

/* リンク
--------------------------------------------- */
a.u-text-link {
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-color: color-mix(in srgb, currentColor, transparent 40%);
}

@media (any-hover: hover) {
  a.u-text-link:hover {
    text-decoration: none;
  }
}
/* 改行
--------------------------------------------- */
br.sp {
  display: none;
}

@media (width < 62rem) {
  br.sp {
    display: block;
  }
  br.pc {
    display: none;
  }
}
