@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
:root {
  --primary: #ed1c24;
  --primary02: rgba(237, 28, 36, 0.82);
  --primary03: #f8d7da;
  --secondary: #c11c24;
  --bg-red: #fcdbdc;
  --bg-green: #e2eab5;
  --bg-blue: #e3e7f5;
  --bg-black: #24292c;
  --white: #fff;
  --text: #000;
  --head-text: #262626;
  --black: #191919;
  --black02: #231717;
  --gray: #b6b6b6;
  --gray2: #cecece;
  --gray03: #7b7b7b;
  --gray04: #565656;
  --gray05: #dadada;
  --border01: #8f98aa;
  --border02: rgba(143,152,170,0.1);
  --black01: #191919;
  --blue: #77a1fc;
  --blue02: #6fb8f5;
  --blue03: rgba(183,219,250,1);
  --blue04: #3b2cf3;
  --ff-en: "Roboto";
}

/* 関数版（任意のプロパティに）
.heading {
  font-size: fluid(16, 44);
  margin-bottom: fluid(16, 32, 600, 1440);
  padding: fluid(12, 24) fluid(16, 40);
}

// ミックスイン版（font-size専用）
.body-text {
  @include fluid-text(14, 20);
}
*/
/* -----------------------------------------------
* Plugins エントリーポイント
-------------------------------------------------- */
/*------------------------------------------------------------------------------
  reset
------------------------------------------------------------------------------*/
html,
input,
textarea,
select,
button {
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
}

html {
  color: var(--text);
  background: var(--white);
  font-size: 16px;
  line-height: 1.6;
  overflow-wrap: break-word;
}

body {
  background: var(--white);
  margin: 0;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  border: 0;
  margin: 0;
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

figure {
  margin: 0;
}

p {
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

input,
select,
textarea,
button {
  color: inherit;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select::-ms-expand {
  display: none;
}

textarea {
  resize: vertical;
}

::-webkit-input-placeholder {
  color: #ccc;
}

:-ms-input-placeholder {
  color: #ccc;
}

::-ms-input-placeholder {
  color: #ccc;
}

::-moz-placeholder {
  color: #ccc;
}

::placeholder {
  color: #ccc;
}

button {
  border: none;
  cursor: pointer;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--head-text);
  font-size: 16px;
  margin: 0;
  padding: 0;
}

main {
  display: block;
}

#wrapper {
  position: relative;
}

.inner-block {
  margin: 0 auto;
  position: relative;
}
.inner-block.wi-1400 {
  max-width: 1480px;
}
.inner-block.wi-1220 {
  max-width: 1300px;
}
.inner-block.wi-1120 {
  max-width: 1200px;
}
.inner-block.wi-1000 {
  max-width: 1080px;
}
.inner-block.wi-900 {
  max-width: 980px;
}
.inner-block.wi-800 {
  max-width: 880px;
}
.inner-block.wi-720 {
  max-width: 800px;
}
.inner-block.pi-0 {
  padding-inline: 0;
}

dl, dt, dd {
  padding: 0;
  margin: 0;
}

.ib {
  display: inline-block;
}

.c-svg {
  display: inline-block;
  fill: currentColor;
  vertical-align: top;
}

.ff-en {
  font-family: var(--ff-en);
}

html {
  scroll-padding-top: var(--header-height, 80px) !important;
}

/* -----------------------------------------------
* Modules エントリーポイント
-------------------------------------------------- */
/* --------------------------------
c-header
----------------------------------- */
.c-header .logo,
.c-main-nav-area .logo {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}
.c-header .logo .ja,
.c-header .logo .en,
.c-main-nav-area .logo .ja,
.c-main-nav-area .logo .en {
  display: block;
}
.c-header .logo .ja,
.c-main-nav-area .logo .ja {
  font-size: 14px;
  letter-spacing: 0.2em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.c-header .logo .en,
.c-main-nav-area .logo .en {
  font-size: 12px;
  letter-spacing: 0.25em;
}
.c-header .disabled,
.c-main-nav-area .disabled {
  opacity: 0.6;
  pointer-events: none;
}

.entry-btn-wrap .career,
.entry-btn-wrap .new {
  border: 1px solid;
  display: inline-block;
  font-size: 13px;
  letter-spacing: 0.1em;
  padding: 10px 5px;
  text-align: center;
}
.entry-btn-wrap .career {
  background: var(--secondary);
  border-color: var(--secondary);
}
.entry-btn-wrap .new {
  background: var(--primary);
  border-color: var(--primary);
}
.float-entry-btn-wrap .entry-btn-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.float-entry-btn-wrap .entry-btn-wrap > li {
  width: 100%;
}
.float-entry-btn-wrap .entry-btn-wrap .btn {
  color: var(--white);
}

/* c-header */
.c-header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  color: var(--white);
}
.c-header.is-open {
  z-index: 110;
}
.c-header:has(.c-tag-search-btn.is-open):has(.nav-list > li:hover), .c-header:has(.c-tag-search-btn.is-open):has(.nav-list > li:focus-visible) {
  z-index: 115;
}
.c-header .header-top-nav {
  background: var(--head-text);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 90px 0 50px;
  position: relative;
}
.c-header .header-top-nav .c-tag-search-btn {
  margin-left: auto;
}
.c-header .header-top-nav .entry-btn-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-block: 10px;
  margin-left: 20px;
}
.c-header .header-top-nav:not(:has(.c-tag-search-btn)) .nav-list {
  margin-left: auto;
}
.c-header .header-top-nav .nav-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(0.9375rem, 2.78vw - 1.25rem, 1.25rem);
}
.c-header .header-top-nav .nav-list .nav-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  letter-spacing: 0.2em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  height: 100%;
  padding: 14px 5px;
  position: relative;
}
.c-header .header-top-nav .nav-list .nav-btn::before {
  background: var(--primary);
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 15px;
  left: 0;
  margin: auto;
  opacity: 0;
}
.c-header .header-top-nav .nav-list .nav-btn .btn-txt {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.c-header .header-top-nav .nav-list .nav-btn.ico-external .btn-txt {
  position: relative;
  display: inline-block;
  padding-right: 21px;
}
.c-header .header-top-nav .nav-list .nav-btn.ico-external .btn-txt::after {
  position: absolute;
  content: "";
  -webkit-mask: url("../img/common/ico-external02.svg") no-repeat center/contain;
          mask: url("../img/common/ico-external02.svg") no-repeat center/contain;
  background: currentColor;
  width: 12px;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.c-header .header-top-nav .nav-list .mega-menu {
  background: var(--black);
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  padding-block: 20px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.c-header .header-top-nav .nav-list .mega-menu .list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 20px;
}
.c-header .header-top-nav .nav-list .mega-menu .list a {
  display: inline-block;
  font-size: 14px;
  letter-spacing: 0.1em;
  padding: 10px 20px;
}
.c-header .header-top-nav .nav-list .mega-menu .list a.ico-external {
  position: relative;
  display: inline-block;
  padding-right: 21px;
}
.c-header .header-top-nav .nav-list .mega-menu .list a.ico-external::after {
  position: absolute;
  content: "";
  -webkit-mask: url("../img/common/ico-external02.svg") no-repeat center/contain;
          mask: url("../img/common/ico-external02.svg") no-repeat center/contain;
  background: currentColor;
  width: 12px;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.c-header .c-main-nav-area {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: calc(var(--vh) * 100);
  z-index: 98;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  overflow-y: auto;
  opacity: 0;
  pointer-events: none;
}
.c-header .c-main-nav-area.is-open {
  opacity: 1;
  pointer-events: auto;
}

/* c-nav-btn */
.c-nav-btn {
  border-radius: 4px;
  width: 70px;
  height: 50px;
  right: 15px;
  position: absolute;
  top: 17px;
  margin: auto;
  z-index: 101;
}
.c-nav-btn .inn {
  display: block;
  position: relative;
  margin: auto;
  width: 44px;
  height: 18px;
}
.c-nav-btn .line {
  background: var(--white);
  display: block;
  position: absolute;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  width: 100%;
  height: 1px;
}
.c-nav-btn .line:nth-child(1) {
  top: 0;
}
.c-nav-btn .line:nth-child(2) {
  top: 8px;
}
.c-nav-btn .line:nth-child(3) {
  top: 17px;
}
.c-nav-btn.is-open {
  background: var(--gray04);
}
.c-nav-btn.is-open .line {
  top: 8px;
}
.c-nav-btn.is-open .line:nth-child(1) {
  rotate: 25deg;
}
.c-nav-btn.is-open .line:nth-child(2) {
  opacity: 0;
}
.c-nav-btn.is-open .line:nth-child(3) {
  rotate: -25deg;
}

/* c-tag-search-btn */
.c-tag-search-btn {
  border: 1px solid var(--gray03);
  border-radius: 20px;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  font-family: var(--ff-en);
  font-size: 12px;
  letter-spacing: 0.1em;
  padding: 10px 35px 10px 20px;
  position: relative;
  width: 130px;
}
.c-tag-search-btn::before {
  background: url(../img/common/ico-search.svg) no-repeat center center/contain;
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  position: absolute;
  bottom: 0;
  top: 0;
  right: 15px;
  margin: auto;
}
.c-tag-search-btn.is-open {
  border-color: var(--white);
}
.c-tag-search-btn.is-open::before {
  background: url(../img/common/ico-cross.svg) no-repeat center center/contain;
}

/* c-main-nav-area */
.c-main-nav-area {
  background: var(--head-text);
  color: var(--white);
  padding: 15px 20px 50px;
}
.c-main-nav-area .head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 90px 5px 0;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.c-main-nav-area .menu-area {
  max-width: 1250px;
  margin: auto;
  padding-block: 30px 50px;
}
.c-main-nav-area .menu-area .ttl-wrap {
  margin-bottom: 20px;
}
.c-main-nav-area .menu-area .ttl-wrap .ttl {
  max-width: 280px;
}
.c-main-nav-area .menu-area .ttl-wrap .txt {
  font-size: 12px;
  letter-spacing: 0.28em;
  font-family: var(--ff-en);
  margin-top: 15px;
}
.c-main-nav-area .inner .box-wrap .menu-head {
  display: block;
  margin-bottom: 35px;
  padding-top: 9px;
}
.c-main-nav-area .inner .box-wrap .menu-head .en,
.c-main-nav-area .inner .box-wrap .menu-head .ja {
  display: block;
}
.c-main-nav-area .inner .box-wrap .menu-head .en {
  font-size: 12px;
  font-family: var(--ff-en);
  font-weight: bold;
  letter-spacing: 0.15em;
  margin-bottom: 8px;
}
.c-main-nav-area .inner .box-wrap .menu-head .ja {
  font-size: 12px;
  letter-spacing: 0.2em;
}
.c-main-nav-area .inner .box-wrap .menu-head.large .en {
  font-size: 18px;
}
.c-main-nav-area .inner .box-wrap .menu-list li + li {
  margin-top: 20px;
}
.c-main-nav-area .inner .box-wrap .menu-list li.disabled a {
  pointer-events: none;
  opacity: 0.5;
}
.c-main-nav-area .inner .box-wrap .menu-list a {
  display: inline-block;
}
.c-main-nav-area .inner .box-wrap .menu-list a.ico-external .ttl {
  position: relative;
  display: inline-block;
  padding-right: 18px;
}
.c-main-nav-area .inner .box-wrap .menu-list a.ico-external .ttl::after {
  position: absolute;
  content: "";
  -webkit-mask: url("../img/common/ico-external02.svg") no-repeat center/contain;
          mask: url("../img/common/ico-external02.svg") no-repeat center/contain;
  background: currentColor;
  width: 12px;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.c-main-nav-area .inner .box-wrap .menu-list a .en {
  font-size: 12px;
  font-family: var(--ff-en);
  color: var(--primary);
  letter-spacing: 0.1em;
}
.c-main-nav-area .inner .box-wrap .menu-list a .ttl {
  font-size: 14px;
  letter-spacing: 0.1em;
}
.c-main-nav-area .inner .btn-area .entry-btn-wrap .btn {
  display: block;
  font-size: 14px;
  letter-spacing: 0.1em;
  padding: 28px 10px;
  text-align: center;
}
.c-main-nav-area .inner .btn-area .link-wrap a {
  font-size: 14px;
  display: inline-block;
  letter-spacing: 0.2em;
}
.c-main-nav-area .inner .btn-area .link-wrap li + li {
  margin-top: 10px;
}
.c-main-nav-area .inner .btn-area .top-page-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  margin-top: 40px;
}
.c-main-nav-area .inner .btn-area .top-page-list .c-btn01 {
  padding-block: 13px;
  padding-inline: 12px;
  font-size: 12px;
  letter-spacing: 0.17em;
}
.c-main-nav-area .inner .btn-area .top-page-list .c-btn01 .inn-txt {
  padding-right: 20px;
}

#wrapper {
  padding-top: 60px;
}

#main-header .header__wrapper {
  max-width: 100%;
}

#main-header .header__options {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

#main-header.header {
  position: absolute;
}

#main-header.header--visible {
  position: fixed;
}

#main-header .header__logo {
  position: absolute;
}
.c-header.c-highschool-header .c-nav-btn.is-open {
  position: absolute;
}
.c-header.c-highschool-header .header-top-nav {
  padding-right: 0;
}
.c-header.c-highschool-header .header-top-nav .logo {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.c-header.c-highschool-header .header-top-nav .nav-list {
  margin-left: auto;
  gap: clamp(0.625rem, 11.11vw - 8.125rem, 1.875rem);
}
.c-header.c-highschool-header .header-top-nav .nav-list .nav-btn {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.c-header.c-highschool-header .header-top-nav .nav-list .nav-btn.is-disabled {
  pointer-events: none;
}
.c-header.c-highschool-header .header-top-nav .nav-list .nav-btn.is-disabled .btn-txt {
  opacity: 0.5;
}
.c-header.c-highschool-header .header-top-nav .nav-list .nav-btn.is-disabled::before {
  content: unset;
}
.c-header.c-highschool-header .header-top-nav .entry-btn-wrap {
  padding-block: 0;
  margin-left: clamp(1.25rem, 16.67vw - 11.875rem, 3.125rem);
}
.c-header.c-highschool-header .header-top-nav .entry-btn-wrap .entry {
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 0.13em;
  font-family: var(--ff-en);
  background: var(--primary);
  padding-inline: clamp(20px, 2.4305555556vw, 35px);
}
.c-header.c-highschool-header .header-top-nav .entry-btn-wrap .entry .inn-txt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.c-header.c-highschool-header .hs-nav-area {
  position: absolute;
  right: 0;
  top: var(--header-height, 80px);
  z-index: 98;
  overflow-x: hidden;
  overflow-y: auto;
  height: calc(calc(var(--vh, 1vh) * 100) - var(--header-height, 80px));
  max-width: 260px;
  width: 100%;
}
.c-header.c-highschool-header .hs-nav-area:not(.is-open) .nav-cont {
  translate: 100vw 0;
}
.c-header.c-highschool-header .hs-nav-area:not(.is-open) {
  opacity: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -ms-touch-action: none;
      touch-action: none;
}
.c-header.c-highschool-header .hs-nav-area.is-open .nav-cont {
  translate: 0 0;
}
.c-header.c-highschool-header .hs-nav-area .nav-cont {
  -webkit-transition: translate 0.3s ease-in-out;
  transition: translate 0.3s ease-in-out;
  background: var(--head-text);
  padding-inline: 20px;
  padding-block: 32px 100px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.c-header.c-highschool-header .hs-nav-area .nav-cont .btn-area {
  margin-top: 27px;
}
.c-header.c-highschool-header .hs-nav-area .nav-cont .btn-area .c-read-btn {
  width: 100%;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 0.13em;
  padding-block: 12px;
}
.c-header.c-highschool-header .hs-nav-area .nav-cont .hs-nav-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
.c-header.c-highschool-header .hs-nav-area .nav-cont .hs-nav-list > li {
  width: 100%;
  border-bottom: 1px solid #606060;
}
.c-header.c-highschool-header .hs-nav-area .nav-cont .hs-nav-list > li:has(.child-list) {
  padding-bottom: 10px;
}
.c-header.c-highschool-header .hs-nav-area .nav-cont .hs-nav-list .nav-btn {
  position: relative;
  padding-block: 11px;
  padding-inline: 6px;
  display: inline-block;
  width: 100%;
  font-size: 16px;
  line-height: 1.3125;
  letter-spacing: 0.1em;
}
.c-header.c-highschool-header .hs-nav-area .nav-cont .hs-nav-list .nav-btn.ls-0 {
  letter-spacing: 0;
}
.c-header.c-highschool-header .hs-nav-area .nav-cont .hs-nav-list .nav-btn:is(a, button):not(.is-disabled):focus-visible .btn-txt {
  opacity: 0.5;
}
.c-header.c-highschool-header .hs-nav-area .nav-cont .hs-nav-list .nav-btn.is-disabled .btn-txt {
  opacity: 0.5;
}
.c-header.c-highschool-header .hs-nav-area .nav-cont .hs-nav-list .nav-btn.ico-external .btn-txt {
  position: relative;
  display: inline-block;
  padding-right: 20px;
}
.c-header.c-highschool-header .hs-nav-area .nav-cont .hs-nav-list .nav-btn.ico-external .btn-txt::after {
  position: absolute;
  content: "";
  -webkit-mask: url("../img/common/ico-external02.svg") no-repeat center/contain;
          mask: url("../img/common/ico-external02.svg") no-repeat center/contain;
  background: currentColor;
  width: 14px;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.c-header.c-highschool-header .hs-nav-area .nav-cont .hs-nav-list .nav-btn .btn-txt {
  position: relative;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.c-header.c-highschool-header .hs-nav-area .nav-cont .hs-nav-list .child-list {
  margin-left: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}
.c-header.c-highschool-header .hs-nav-area .nav-cont .hs-nav-list .child-list .nav-btn {
  border-bottom: 0;
  padding-block: 4px;
  font-size: 14px;
  line-height: 1.5;
}
.c-header.c-highschool-header .hs-nav-area .nav-cont .hs-nav-list .child-list .nav-btn .btn-txt {
  position: relative;
  padding-left: 12px;
}
.c-header.c-highschool-header .hs-nav-area .nav-cont .hs-nav-list .child-list .nav-btn .btn-txt::after {
  position: absolute;
  content: "";
  -webkit-mask: url("../img/common/ico-circle.svg") no-repeat center/4px 4px;
          mask: url("../img/common/ico-circle.svg") no-repeat center/4px 4px;
  background: currentColor;
  width: 4px;
  height: 1.5em;
  top: 0;
  left: 0;
}

.c-corporate-header {
  border-bottom: 1px solid #D9D9D9;
  padding: 0 54px;
  position: absolute;
  width: 100%;
  height: 60px;
  top: 0;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.c-corporate-header .logo {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  padding-bottom: 5px;
}
.c-corporate-header .c-corporate-nav {
  margin-inline: auto;
}
.c-corporate-header .c-corporate-nav .list {
  height: 100%;
}
.c-corporate-header .c-corporate-nav .list > li > a {
  color: var(--head-text);
  font-weight: bold;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding: 0 10px;
}
.c-corporate-header .btn-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
  margin-left: auto;
}
.c-corporate-header .btn-wrap .pin-link {
  display: inline-block;
  width: 18px;
  height: 18px;
}
.c-corporate-header .btn-wrap .en-link {
  color: var(--head-text);
  font-weight: bold;
  font-family: var(--ff-en);
}
.c-corporate-header .c-corporate-nav-btn {
  z-index: 1;
}
.c-corporate-header .c-corporate-nav-btn {
  width: 30px;
  height: 30px;
  right: 15px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.c-corporate-header .c-corporate-nav-btn .inn {
  display: block;
  position: relative;
  margin: auto;
  width: 25px;
  height: 20px;
}
.c-corporate-header .c-corporate-nav-btn .line {
  background: var(--black);
  display: block;
  position: absolute;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  width: 100%;
  height: 1px;
}
.c-corporate-header .c-corporate-nav-btn .line:nth-child(1) {
  top: 0;
}
.c-corporate-header .c-corporate-nav-btn .line:nth-child(2) {
  top: 10px;
}
.c-corporate-header .c-corporate-nav-btn .line:nth-child(3) {
  top: 20px;
}
.c-corporate-header .c-corporate-nav-btn.is-open .line {
  top: 10px;
}
.c-corporate-header .c-corporate-nav-btn.is-open .line:nth-child(1) {
  rotate: 45deg;
}
.c-corporate-header .c-corporate-nav-btn.is-open .line:nth-child(2) {
  opacity: 0;
}
.c-corporate-header .c-corporate-nav-btn.is-open .line:nth-child(3) {
  rotate: -45deg;
}

/* --------------------------------
c-special-header

追従
MV超えるとspecial-pages-area非表示
special-menu押すとspecial-pages-area展開、ヘッダー全体背景赤
----------------------------------- */
.c-special-header {
  position: fixed;
  z-index: 99;
  top: var(--cp-header-height);
  left: 0;
  width: 100%;
  -webkit-transition: top 0.1s ease;
  transition: top 0.1s ease;
}
.c-special-header:not(:has(.special-pages-area.is-open)) {
  pointer-events: none;
}
.c-special-header:not(:has(.special-pages-area.is-open)) .logo,
.c-special-header:not(:has(.special-pages-area.is-open)) .special-nav,
.c-special-header:not(:has(.special-pages-area.is-open)) .special-nav-btn-area {
  pointer-events: auto;
}
.c-special-header .special-cont-wrap {
  display: grid;
  grid-template-columns: 90px auto minmax(0, 1fr) 90px;
  grid-template-areas: "logo logo nav nav" "... pages pages btn";
  gap: 25px 20px;
  color: var(--white);
  padding-top: 8px;
  padding-bottom: 16px;
  padding-left: clamp(20px, 3.8194444444vw, 55px);
  position: relative;
}
.c-special-header .special-cont-wrap::after {
  position: absolute;
  content: "";
  z-index: -1;
  background-color: #ed1c24;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -ms-touch-action: none;
      touch-action: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.c-special-header .special-cont-wrap:has(.special-pages-area.is-open)::after {
  opacity: 1;
  pointer-events: unset;
  -webkit-user-select: unset;
     -moz-user-select: unset;
      -ms-user-select: unset;
          user-select: unset;
  -ms-touch-action: unset;
      touch-action: unset;
}
.c-special-header .special-cont-wrap .logo {
  grid-area: logo;
  color: var(--white);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 14px;
}
.c-special-header .special-cont-wrap .logo:focus-visible {
  opacity: 0.5;
}
.c-special-header .special-cont-wrap .logo .main-txt {
  font-size: 32px;
  letter-spacing: 0.15em;
}
.c-special-header .special-cont-wrap .logo .sub-txt {
  font-size: 12px;
  line-height: 1.1666666667;
  letter-spacing: 0.28em;
}
.c-special-header .special-cont-wrap .special-nav {
  grid-area: nav;
  justify-self: end;
  padding-right: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}
.c-special-header .special-cont-wrap .special-nav .c-nav-btn:not(.is-open) {
  position: relative;
  inset: auto;
}
.c-special-header .special-cont-wrap .special-nav .special-nav-each {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  height: 100%;
  border-radius: 10px;
  background: var(--head-text);
}
.c-special-header .special-cont-wrap .special-nav .special-nav-link {
  padding-block: 20px;
  padding-inline: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  font-size: 12px;
  letter-spacing: 0.2em;
  font-weight: 500;
}
.c-special-header .special-cont-wrap .special-nav .special-nav-link:is(a, button):focus-visible .inn-txt {
  opacity: 0.5;
}
.c-special-header .special-cont-wrap .special-nav .special-nav-link.is-disabled {
  opacity: 0.5;
}
.c-special-header .special-cont-wrap .special-nav .special-nav-link[target=_blank] .inn-txt, .c-special-header .special-cont-wrap .special-nav .special-nav-link.ico-blank .inn-txt {
  padding-right: 20px;
  position: relative;
}
.c-special-header .special-cont-wrap .special-nav .special-nav-link[target=_blank] .inn-txt::after, .c-special-header .special-cont-wrap .special-nav .special-nav-link.ico-blank .inn-txt::after {
  position: absolute;
  content: "";
  -webkit-mask: url("../img/common/ico-external02.svg") no-repeat center/contain;
          mask: url("../img/common/ico-external02.svg") no-repeat center/contain;
  background: currentColor;
  width: 12px;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.c-special-header .special-cont-wrap .special-nav .special-nav-link .inn-txt {
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.c-special-header .special-cont-wrap .special-nav .c-nav-btn {
  background: var(--gray04);
  margin-block: 5px;
  margin-right: 5px;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.c-special-header .special-cont-wrap .special-nav .c-nav-btn:focus-visible {
  opacity: 0.5;
}
.c-special-header .special-cont-wrap .special-pages-area {
  grid-area: pages;
  align-self: center;
  justify-self: center;
  max-width: 1100px;
  width: 100%;
  min-width: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.c-special-header .special-cont-wrap .special-pages-area:not(.is-hidden) {
  pointer-events: auto;
}
.c-special-header .special-cont-wrap .special-pages-area.is-hidden:not(.is-open) {
  opacity: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -ms-touch-action: none;
      touch-action: none;
}
.c-special-header .special-cont-wrap .special-pages {
  width: 100%;
  min-width: 0;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
.c-special-header .special-cont-wrap .special-pages .special-page-link {
  padding-inline: 12px;
  display: block;
  height: 100%;
}
.c-special-header .special-cont-wrap .special-pages .special-page-link:is(a, button):not(.is-disabled):focus-visible .inn-txt {
  opacity: 0.5;
}
.c-special-header .special-cont-wrap .special-pages .special-page-link.is-disabled .inn-txt {
  opacity: 0.5;
}
.c-special-header .special-cont-wrap .special-pages .inn-txt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.c-special-header .special-cont-wrap .special-pages .inn-txt .en {
  font-family: var(--ff-en);
  font-size: 12px;
  line-height: 1.75;
  letter-spacing: 0.2em;
}
.c-special-header .special-cont-wrap .special-pages .inn-txt .ja {
  font-size: 13px;
  line-height: 1.8571428571;
  letter-spacing: 0.15em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.c-special-header .special-cont-wrap .special-pages .inn-txt .coming-soon {
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0.1em;
  color: var(--primary);
  font-family: var(--ff-en);
  background: var(--white);
  padding-block: 3px;
  padding-inline: 10px;
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 4px;
}
.c-special-header .special-cont-wrap .special-nav-btn-area {
  grid-area: btn;
  justify-self: end;
  padding-right: 5px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.c-special-header .special-cont-wrap .special-nav-btn-area .special-nav-btn {
  width: 90px;
  height: 90px;
  background: var(--primary);
  border-radius: 50%;
  border: 1px solid var(--primary);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  padding-block: 20px 14px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transition-property: opacity, background;
  transition-property: opacity, background;
}
.c-special-header .special-cont-wrap .special-nav-btn-area .special-nav-btn:focus-visible {
  background: var(--white);
  color: var(--primary);
}
.c-special-header .special-cont-wrap .special-nav-btn-area .special-nav-btn .inn-txt {
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: 0.08em;
  font-family: var(--ff-en);
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.c-special-header .special-cont-wrap .special-nav-btn-area .special-nav-btn .inn {
  display: block;
  position: relative;
  width: 36px;
  height: 14px;
}
.c-special-header .special-cont-wrap .special-nav-btn-area .special-nav-btn .line {
  background: currentColor;
  display: block;
  position: absolute;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  width: 100%;
  height: 1px;
}
.c-special-header .special-cont-wrap .special-nav-btn-area .special-nav-btn .line:nth-child(1) {
  top: 0;
}
.c-special-header .special-cont-wrap .special-nav-btn-area .special-nav-btn .line:nth-child(2) {
  top: 7px;
}
.c-special-header .special-cont-wrap .special-nav-btn-area .special-nav-btn .line:nth-child(3) {
  top: 14px;
}
.c-special-header .special-cont-wrap .special-nav-btn-area .special-nav-btn.is-open {
  background: var(--white);
  color: var(--primary);
}
.c-special-header .special-cont-wrap .special-nav-btn-area .special-nav-btn.is-open:focus-visible {
  background: var(--primary);
  color: var(--white);
  border-color: var(--white);
}
.c-special-header .special-cont-wrap .special-nav-btn-area .special-nav-btn.is-open .line {
  top: 8px;
}
.c-special-header .special-cont-wrap .special-nav-btn-area .special-nav-btn.is-open .line:nth-child(1) {
  rotate: 25deg;
}
.c-special-header .special-cont-wrap .special-nav-btn-area .special-nav-btn.is-open .line:nth-child(2) {
  opacity: 0;
}
.c-special-header .special-cont-wrap .special-nav-btn-area .special-nav-btn.is-open .line:nth-child(3) {
  rotate: -25deg;
}
.c-special-header .special-cont-wrap .special-nav-btn-area:not(:has(.special-nav-btn.is-open)) .special-nav-btn-close {
  opacity: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -ms-touch-action: none;
      touch-action: none;
}
.c-special-header .special-cont-wrap .special-nav-btn-area .special-nav-btn-close {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 90px;
  height: 90px;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.c-special-header .special-cont-wrap .special-nav-btn-area .special-nav-btn-close .inn {
  display: block;
  position: relative;
  width: 40px;
  height: 40px;
}
.c-special-header .special-cont-wrap .special-nav-btn-area .special-nav-btn-close .line {
  background: var(--white);
  display: block;
  position: absolute;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  width: 100%;
  height: 1px;
}
.c-special-header .special-cont-wrap .special-nav-btn-area .special-nav-btn-close .line:nth-child(1) {
  top: 15px;
  rotate: 45deg;
}
.c-special-header .special-cont-wrap .special-nav-btn-area .special-nav-btn-close .line:nth-child(2) {
  top: 15px;
  rotate: -45deg;
}
.c-special-header .c-main-nav-area {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: calc(var(--vh) * 100);
  z-index: 98;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  overflow-y: auto;
  opacity: 0;
  pointer-events: none;
}
.c-special-header .c-main-nav-area.is-open {
  opacity: 1;
  pointer-events: auto;
}
.c-special-header.is-open {
  z-index: 110;
}
.c-special-header:has(+ main.special01) .special-page-each:nth-child(1) .special-page-link {
  pointer-events: none;
}
.c-special-header:has(+ main.special01) .special-page-each:nth-child(1) .inn-txt {
  opacity: 0.5;
}
.c-special-header:has(+ main.special02) .special-page-each:nth-child(2) .special-page-link {
  pointer-events: none;
}
.c-special-header:has(+ main.special02) .special-page-each:nth-child(2) .inn-txt {
  opacity: 0.5;
}
.c-special-header:has(+ main.special03) .special-page-each:nth-child(3) .special-page-link {
  pointer-events: none;
}
.c-special-header:has(+ main.special03) .special-page-each:nth-child(3) .inn-txt {
  opacity: 0.5;
}
.c-special-header:has(+ main.special04) .special-page-each:nth-child(4) .special-page-link {
  pointer-events: none;
}
.c-special-header:has(+ main.special04) .special-page-each:nth-child(4) .inn-txt {
  opacity: 0.5;
}
.c-special-header:has(+ main.special05) .special-page-each:nth-child(5) .special-page-link {
  pointer-events: none;
}
.c-special-header:has(+ main.special05) .special-page-each:nth-child(5) .inn-txt {
  opacity: 0.5;
}

/* --------------------------------
c-footer
----------------------------------- */
.c-footer-wrap #pagetop {
  right: 10px;
  width: 58px;
  height: 58px;
  z-index: 10;
}
.c-footer-wrap #pagetop a {
  border: 1px solid var(--primary);
  background: var(--white);
  border-radius: 50%;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  opacity: 0.9;
}
.c-footer-wrap #pagetop a::before {
  border: solid var(--primary);
  border-width: 0 2px 2px 0;
  content: "";
  position: absolute;
  top: 5px;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  rotate: -135deg;
}

.c-footer .c-main-nav-area .head {
  display: none;
}
.c-footer .footer-btn01 {
  display: block;
  background-color: var(--primary);
  color: var(--white);
  padding: 16px;
  max-width: 200px;
  width: 100%;
  min-height: 80px;
  height: 100%;
  font-size: 16px;
  text-align: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
}
.c-footer .footer-btn01.career {
  background-color: var(--secondary);
}
.c-footer .recruitment-area {
  padding-block: 80px 120px;
  color: var(--white);
  background: url(../img/common/footer-recruitment-bg.jpg.webp) no-repeat center/cover;
}
.c-footer .recruitment-area .ttl {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 42px;
  color: var(--white);
}
.c-footer .recruitment-area .link-block-wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
.c-footer .recruitment-area .link-block-wrap .link-block {
  font-weight: bold;
}
.c-footer .recruitment-area .link-block-wrap .link-block .head {
  background-color: var(--black01);
  padding: 30px;
  padding-bottom: 12px;
  min-height: 90px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: end;
      -ms-flex-align: end;
          align-items: end;
  font-size: 18px;
}
.c-footer .recruitment-area .link-block-wrap .link-block .body {
  display: grid;
  grid-template-columns: 1fr;
  -webkit-align-content: space-between;
      -ms-flex-line-pack: justify;
          align-content: space-between;
  padding: 30px;
  min-height: 290px;
  background-color: var(--head-text);
}
.c-footer .recruitment-area .link-block-wrap .link-block .body .link {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 14px;
}
.c-footer .recruitment-area .link-block-wrap .link-block .body .link + .link {
  margin-top: 20px;
}
.c-footer .recruitment-area .link-block-wrap .link-block .body .footer-btn01 {
  margin-top: 10px;
}
.c-footer .recruitment-area .recruit-box-wrap {
  max-width: 920px;
  margin: auto;
}
.c-footer .recruitment-area .recruit-box-wrap .inn + .inn {
  margin-top: 35px;
}
.c-footer .recruitment-area .recruit-box {
  background: #515151;
  padding: 50px;
}
.c-footer .recruitment-area .recruit-box .box-head {
  color: var(--white);
  font-size: 18px;
  letter-spacing: 0.2em;
  position: relative;
}
.c-footer .recruitment-area .recruit-box .box-head::before {
  background: var(--primary);
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -20px;
  margin: auto;
}
.c-footer .recruitment-area .recruit-box .box-head .ico {
  width: 18px;
  height: 18px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
}
.c-footer .recruitment-area .recruit-box .box-head .ico::before, .c-footer .recruitment-area .recruit-box .box-head .ico::after {
  background: var(--white);
  content: "";
  display: block;
  width: 18px;
  height: 1px;
  position: absolute;
  bottom: 0;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-footer .recruitment-area .recruit-box .box-head .ico::after {
  rotate: 90deg;
}
.c-footer .recruitment-area .recruit-box .box-head.is-open .ico::after {
  rotate: 0deg;
}
.c-footer .recruitment-area .recruit-box .inn-wrap {
  margin-top: 20px;
}
.c-footer .recruitment-area .recruit-box .inn-head {
  background: var(--head-text);
  color: var(--white);
  letter-spacing: 0.4em;
  margin-bottom: 10px;
  padding: 10px 20px;
}
.c-footer .recruitment-area .recruit-box .inn-column .link-block {
  background: #3b3b3b;
  padding: 15px 13px;
}
.c-footer .recruitment-area .recruit-box .inn-column .link-block:only-child {
  width: 100%;
}
.c-footer .recruitment-area .recruit-box .inn-column .link-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
}
.c-footer .recruitment-area .recruit-box .inn-column .link-wrap .link {
  background: #303030;
  color: #f2f2f2;
  font-size: 12px;
  letter-spacing: 0.2em;
  width: calc((100% - 5px) / 2);
  padding: 5px;
}
.c-footer .recruitment-area .recruit-box .inn-column .link-wrap .link + .link {
  margin-left: 5px;
}
.c-footer .recruitment-area .recruit-box .inn-column .link-wrap .link:only-child {
  width: 100%;
}
.c-footer .recruitment-area .recruit-box .inn-column .link-wrap .link.is-disabled {
  opacity: 0.6;
  pointer-events: none;
}
.c-footer .recruitment-area .recruit-box .inn-column .footer-btn01 {
  font-size: 12px;
  width: 100%;
  min-height: inherit;
  max-width: inherit;
  margin-top: 8px;
  padding-inline: 20px 30px;
  position: relative;
}
.c-footer .recruitment-area .recruit-box .inn-column .footer-btn01::before {
  background: var(--white);
  -webkit-mask: url("../img/common/ico-external02.svg") no-repeat center center/contain;
          mask: url("../img/common/ico-external02.svg") no-repeat center center/contain;
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
}
.c-footer .recruitment-area .recruit-box .inn-column .footer-btn01.ico-none {
  padding-inline: 20px;
}
.c-footer .recruitment-area .recruit-box .inn-column .footer-btn01.ico-none::before {
  display: none;
}
.c-footer .recruitment-area .recruit-box .inn-column .footer-btn01.career {
  background: #c11c24;
}
.c-footer .recruitment-area .recruit-box .inn-column .footer-btn01.is-disabled {
  pointer-events: none;
  background: #666;
  color: #b3b3b3;
}
.c-footer .recruitment-area .recruit-box .inn-column .footer-btn01.is-disabled::before {
  background: #b3b3b3;
}
.c-footer .recruitment-area .recruit-box .inn-column-head {
  color: var(--white);
  letter-spacing: 0.1em;
  min-height: 44.8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 14px;
}
.c-footer .recruitment-area .recruit-box .inn-column-head .small {
  font-size: 12px;
  font-weight: normal;
}

.fuso-footer--glue {
  margin-top: 0;
}

.fuso-footer--fixed {
  position: fixed;
  bottom: 0;
  width: 100%;
}

.fuso-footer__upper {
  background: #191919;
  padding: 48px 32px;
}
.fuso-footer__wrapper {
  padding: 48px 24px 0;
}
.fuso-footer__logo {
  margin-bottom: 24px;
}
.fuso-footer__nav {
  border-bottom: 1px solid rgba(143, 152, 170, 0.3);
  padding-bottom: 36px;
}
.fuso-footer__nav__menu__title {
  padding: 16px 0;
  position: relative;
}
.fuso-footer__nav__menu__title a {
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: white;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.fuso-footer__nav__menu__title h5 {
  font-family: "Roboto-Bold";
  line-height: 1.5;
  font-size: 16px;
  color: white;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.fuso-footer__nav__menu__title h5:hover {
  color: #FFFFFF;
}

.fuso-footer__nav__menu__title i {
  font-size: 16px;
  -webkit-transition: -webkit-transform 0.15s linear;
  transition: -webkit-transform 0.15s linear;
  transition: transform 0.15s linear;
  transition: transform 0.15s linear, -webkit-transform 0.15s linear;
  color: white;
  position: absolute;
  right: 0;
  top: 16px;
}
.fuso-footer__nav__menu__title--open i {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}

.fuso-footer__nav__menu__navigation {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s linear;
  transition: max-height 0.3s linear;
}
.fuso-footer__nav__menu__navigation--display {
  max-height: inherit;
  overflow: visible;
}

.fuso-footer__nav__menu__navigation--open {
  max-height: 400px;
}

.fuso-footer__nav__menu__navigation__list li, .fuso-footer__nav__menu__navigation__list__element {
  display: inline-block;
  width: 100%;
  padding: 16px 24px 16px 0;
}
.fuso-footer__nav__menu__navigation__list li:last-child, .fuso-footer__nav__menu__navigation__list__element:last-child {
  padding-bottom: 24px;
}

.fuso-footer__nav__menu__navigation__list li a, .fuso-footer__nav__menu__navigation__list__element a {
  display: inline-block;
  width: 100%;
  font-size: 16px;
  line-height: 1;
  color: white;
  text-decoration: none;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
  font-size: 14px;
}

.fuso-footer__nav__menu__navigation__list li a:hover, .fuso-footer__nav__menu__navigation__list li a:focus, .fuso-footer__nav__menu__navigation__list__element a:hover, .fuso-footer__nav__menu__navigation__list__element a:focus {
  color: #7B7B7B;
}
.fuso-footer__social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.fuso-footer__social a {
  color: white;
  text-decoration: none;
  font-size: 24px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
  height: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #464646;
  border-top: 0;
  border-right: 0;
}

.fuso-footer__social a:first-child {
  border-left: 0;
}

.fuso-footer__social a:after {
  display: none;
}
.fuso-footer__bottom__options {
  padding: 0 32px;
  background: #191919;
}
.fuso-footer__bottom__copyright {
  padding: 32px 24px 64px;
  background: #191919;
}
.fuso-footer__bottom__copyright__thecopyright, .fuso-footer__bottom__copyright__legal {
  font-size: 14px;
  text-align: center;
  line-height: 20px;
  color: white;
  margin-bottom: 0;
}
.fuso-footer__bottom__copyright__thecopyright {
  font-size: 12px;
  font-family: "Roboto-Regular";
}

.fuso-footer__bottom__copyright__legal {
  margin-bottom: 16px;
  font-size: 12px;
}
.fuso-footer__bottom__copyright__legal a {
  color: inherit;
  display: inline-block;
  text-decoration: none;
  margin: 0 16px;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}

.fuso-footer__bottom__copyright__legal a:hover {
  color: white;
}
.fuso-footer__bottom .region {
  position: relative;
}
.fuso-footer__bottom .region__lang {
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.fuso-footer__bottom .region__lang__icon {
  width: 24px;
  display: inline-block;
  margin-right: 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 24px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 4px;
}
.fuso-footer__bottom .region__lang__icon i {
  color: #FFFFFF;
  font-size: 20px;
}
.fuso-footer__bottom .region__lang__select {
  margin-right: 16px;
  position: relative;
}
.fuso-footer__bottom .region__lang__select select {
  color: #FFFFFF;
  padding-right: 16px;
  font-size: 16px;
  border: none;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  position: relative;
  z-index: 10;
  text-align: right;
}
.fuso-footer__bottom .region__lang__select--holder {
  position: fixed;
  bottom: -200px;
  font-size: 16px;
  margin-right: 0;
}
.fuso-footer__bottom .region__lang__select--lang {
  font-size: 16px;
  font-family: "Roboto-Medium";
  color: #FFFFFF;
}
.fuso-footer__bottom .region__lang__select--lang a {
  color: inherit;
}
.fuso-footer__bottom .region__lang__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.fuso-footer__bottom .region__light {
  background: #F2F2F2;
}
.fuso-footer__bottom .region__light .region__global, .fuso-footer__bottom .region__light .region__lang {
  border-bottom: 1px solid #D9D9D9;
}
.fuso-footer__bottom .region__light .region__global__link {
  color: #191919;
}
.fuso-footer__bottom .region__light .region__lang__icon i {
  color: #191919;
}
.fuso-footer__bottom .region__light .region__lang__select select, .fuso-footer__bottom .region__light .region__lang__select:after {
  color: #191919;
}
.fuso-footer__bottom .region--white .region__lang__icon i {
  color: #262626;
}
.fuso-footer__bottom .region--white .region__lang__select select {
  color: #262626;
}
.fuso-footer__bottom .region--white .region__lang__select:after {
  color: #262626;
}
.fuso-footer__bottom .region--white .region__lang__select--lang {
  color: #262626;
}

.footer__bottom__archion {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 48px 50px;
}

.footer__bottom__archion p {
  color: #191919;
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
}

.c-ttl01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  margin-bottom: 50px;
}
.c-ttl01 .en {
  font-size: 30px;
  line-height: 1.5333333333;
  letter-spacing: 0.04em;
  font-weight: 400;
  font-family: var(--ff-en);
}
.c-ttl01 .ja {
  font-size: 60px;
  line-height: 1.25;
  letter-spacing: 0.1em;
  font-weight: 700;
}
.c-ttl01 .ja-s {
  font-size: 28px;
  line-height: 2;
  letter-spacing: 0.1em;
  font-weight: bold;
}
.c-ttl01 .ja-ss {
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.1em;
}
.c-ttl01 .ja-m {
  font-size: 40px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-weight: bold;
}
.c-ttl01 .ja-l {
  font-size: 74px;
  line-height: 1.0405405405;
  letter-spacing: -0.05em;
  font-weight: bold;
}
.c-ttl01.has-border {
  padding-bottom: 16px;
  position: relative;
}
.c-ttl01.has-border::after {
  position: absolute;
  content: "";
  width: 100px;
  height: 5px;
  border-radius: 10px;
  -webkit-mask: url("../img/common/deco-line.svg") no-repeat center/contain;
          mask: url("../img/common/deco-line.svg") no-repeat center/contain;
  background: var(--primary);
  bottom: 0;
  left: 0;
  pointer-events: none;
}
.c-ttl01.has-line {
  padding-bottom: 16px;
  position: relative;
}
.c-ttl01.has-line::after {
  position: absolute;
  content: "";
  width: 54px;
  height: 3px;
  background: var(--primary);
  bottom: 0;
  left: 0;
  pointer-events: none;
}
.c-ttl01.mb-0 {
  margin-bottom: 0;
}
.c-ttl01.clr-white {
  color: var(--white);
}
.c-ttl01.clr-white::after {
  background: var(--text);
}
.c-ttl01.clr-blue {
  color: #6fb8f5;
}
.c-ttl01.clr-primary {
  color: var(--primary);
}
.c-ttl01.ta-center {
  text-align: center;
}

.c-ttl-circle {
  font-size: 13px;
  line-height: 2;
  letter-spacing: 0.16em;
  color: var(--white);
  font-weight: 500;
}
.c-ttl-circle .inn-txt {
  position: relative;
  display: inline-block;
  padding-left: 16px;
}
.c-ttl-circle .inn-txt::before {
  position: absolute;
  content: "";
  background: url("../img/common/ico-circle.svg") no-repeat center/contain;
  width: 8px;
  height: 2em;
  left: 0;
  top: 0;
}

.c-ttl-line {
  font-size: 16px;
  line-height: 2.25;
  letter-spacing: 0.04em;
  color: var(--blue02);
  font-weight: 700;
  margin-bottom: 20px;
  display: grid;
  grid-template-columns: auto 1fr;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.c-ttl-line .inn-txt {
  display: inline-block;
}
.c-ttl-line .line {
  position: relative;
  display: inline-block;
  height: 2.25em;
}
.c-ttl-line .line::before {
  position: absolute;
  content: "";
  background: url("../img/common/ico-circle.svg") no-repeat center/contain;
  width: 8px;
  height: 100%;
  right: 0;
  top: 0;
}
.c-ttl-line .line::after {
  position: absolute;
  content: "";
  background: currentColor;
  width: 100%;
  height: 1px;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.c-btn01 {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding-block: 22px;
  padding-inline: 24px 20px;
  background: var(--white);
  border: 1px solid var(--primary);
  color: var(--primary);
  border-radius: 10px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.8666666667;
  letter-spacing: 0.11em;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transition-property: background, color;
  transition-property: background, color;
}
.c-btn01:is(a, button):not(.is-disabled):focus-visible {
  background: var(--primary);
  color: var(--white);
}
.c-btn01 .inn-txt {
  padding-right: 2em;
  position: relative;
}
.c-btn01 .inn-txt::after {
  position: absolute;
  content: "";
  width: 1em;
  height: 100%;
  -webkit-mask: url("../img/common/ico-arrow.svg") no-repeat center/contain;
          mask: url("../img/common/ico-arrow.svg") no-repeat center/contain;
  background: currentColor;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.c-btn01.ico-external .inn-txt::after {
  -webkit-mask-image: url("../img/common/ico-external02.svg");
          mask-image: url("../img/common/ico-external02.svg");
}
.c-btn01.ta-center .inn-txt {
  width: 100%;
}
.c-btn01.ta-center {
  text-align: center;
}
.c-btn01.w-full {
  width: 100%;
}
.c-btn01.bg-primary {
  background: var(--primary);
  color: var(--white);
}
.c-btn01.bg-primary:is(a, button):not(.is-disabled):focus-visible {
  background: var(--white);
  color: var(--primary);
}
.c-btn01.bg-transparent {
  background: transparent;
  color: var(--white);
  border-color: var(--white);
}
.c-btn01.bg-transparent:is(a, button):not(.is-disabled):focus-visible {
  background: var(--white);
  color: var(--head-text);
}
.c-btn01.bg-black {
  background: var(--black);
  color: var(--white);
  border-color: var(--gray03);
}
.c-btn01.bg-black:is(a, button):not(.is-disabled):focus-visible {
  background: var(--white);
  color: var(--black);
}
.c-btn01.is-disabled {
  background: var(--gray03);
  border-color: var(--gray03);
}

.c-btn02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-block: 37px;
  padding-inline: 40px 26px;
  background: var(--white);
  border: 1px solid var(--white);
  border-radius: 10px;
  width: 100%;
  max-width: 453px;
  margin-inline: auto;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transition-property: background, color;
  transition-property: background, color;
}
.c-btn02:focus-visible {
  background: var(--primary);
  color: var(--white);
}
.c-btn02:focus-visible .c-link01 .arrow {
  background: var(--white);
}
.c-btn02:focus-visible .c-link01 .arrow::after {
  color: var(--primary);
}
.c-btn02 .c-link01 {
  color: var(--txt);
  width: 100%;
  padding-block: 0;
}
.c-btn02 .c-link01 .arrow {
  color: var(--white);
}

.c-entry-btn {
  display: inline-block;
  width: 100%;
  padding-block: 16px;
  padding-inline: 20px;
  background: var(--primary);
  border: 1px solid var(--primary);
  color: var(--white);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.11em;
  text-align: center;
}
.c-entry-btn:is(a, button):not(.is-disabled):focus-visible {
  background: var(--white);
  color: var(--primary);
}
.c-entry-btn.is-disabled {
  background: #999999;
  border-color: #999999;
}

.c-read-btn {
  text-align: center;
  background-color: var(--primary);
  padding: 15px 30px;
  color: #fff;
  font-size: 13px;
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
  font-family: var(--ff-en);
  display: inline-block;
  border: 1px solid var(--primary);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}
.c-read-btn:is(a, button):focus-visible {
  background: var(--white);
  color: var(--primary);
}
.c-read-btn.ico-external .inn-txt {
  position: relative;
  display: inline-block;
  padding-right: 24px;
}
.c-read-btn.ico-external .inn-txt::after {
  position: absolute;
  content: "";
  -webkit-mask: url("../img/common/ico-external.svg") no-repeat center/contain;
          mask: url("../img/common/ico-external.svg") no-repeat center/contain;
  background: currentColor;
  width: 1.1em;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.c-read-btn.is-disabled {
  background: var(--gray03);
  border-color: var(--gray03);
}

.c-link01 {
  font-size: 18px;
  line-height: 2.0555555556;
  letter-spacing: 0.1em;
  color: var(--white);
  font-weight: 700;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1em;
  padding-block: 10px;
}
.c-link01:is(a, button):focus-visible .arrow {
  background: var(--white);
}
.c-link01:is(a, button):focus-visible .arrow::after {
  color: var(--primary);
}
.c-link01 .arrow {
  display: inline-block;
  width: 1.5em;
  height: auto;
  aspect-ratio: 1;
  background: var(--primary);
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transition-property: background;
  transition-property: background;
}
.c-link01 .arrow::after {
  position: absolute;
  content: "";
  -webkit-mask: url("../img/common/ico-arrow.svg") no-repeat center/contain;
          mask: url("../img/common/ico-arrow.svg") no-repeat center/contain;
  background: currentColor;
  width: 12px;
  height: auto;
  inset: 0;
  margin: auto;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transition-property: background;
  transition-property: background;
}
.c-link01.is-disabled {
  color: #999999;
}
.c-link01.is-disabled .arrow {
  background: #999999;
}
.c-link01.is-disabled .arrow::after {
  background: var(--white);
}

.c-link02 {
  font-size: 15px;
  line-height: 1.8666666667;
  letter-spacing: 0.16em;
  color: var(--primary);
  font-weight: 700;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transition-property: color;
  transition-property: color;
}
.c-link02:focus-visible {
  color: var(--black);
}
.c-link02 .inn-txt {
  display: inline-block;
  padding-right: 2em;
  position: relative;
}
.c-link02 .inn-txt::after {
  position: absolute;
  content: "";
  -webkit-mask: url("../img/common/ico-arrow.svg") no-repeat center/contain;
          mask: url("../img/common/ico-arrow.svg") no-repeat center/contain;
  background: currentColor;
  width: 15px;
  height: auto;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

.c-img-ttl-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.c-img-ttl-card .cont-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 28px;
  height: 100%;
}
.c-img-ttl-card .img-area {
  border-radius: 50%;
  height: auto;
  aspect-ratio: 1;
  overflow: hidden;
}
.c-img-ttl-card .img-area img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-img-ttl-card .ttl {
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0.11em;
  text-align: center;
}

.c-img-ttl-card-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  gap: 50px;
}

.c-img-ttl-card02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.c-img-ttl-card02 .cont-wrap {
  display: grid;
  grid-template-columns: min(25%, 100px) auto;
  grid-template-rows: minmax(26px, auto) 1fr;
  grid-template-areas: "img ttl" "img desc";
  gap: 10px 25px;
}
.c-img-ttl-card02 .img-area {
  grid-area: img;
  align-self: center;
  border-radius: 50%;
  height: auto;
  aspect-ratio: 1;
  overflow: hidden;
}
.c-img-ttl-card02 .img-area img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-img-ttl-card02 .ttl-area {
  grid-area: ttl;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.c-img-ttl-card02 .ttl {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 700;
}
.c-img-ttl-card02 .desc-area {
  grid-area: desc;
}
.c-img-ttl-card02 .desc {
  font-size: 12px;
  line-height: 1.8333333333;
  letter-spacing: 0.09em;
}

.c-img-ttl-card-list02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
}

.c-entry-flow-list > li + li {
  padding-top: 24px;
  position: relative;
}
.c-entry-flow-list > li + li::before {
  position: absolute;
  content: "";
  background: var(--blue);
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
          clip-path: polygon(50% 100%, 0 0, 100% 0);
  width: 23px;
  height: auto;
  aspect-ratio: 20/10;
  top: 6px;
  left: 0;
  right: 0;
  margin: auto;
}
.c-entry-flow-list .cont-wrap {
  background: var(--bg-blue);
  padding-block: 18px;
  padding-inline: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1em;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6666666667;
  letter-spacing: 0.11em;
}
.c-entry-flow-list .cont-wrap {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.c-entry-flow-list .cont-wrap .col-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.c-entry-flow-list .cont-wrap .col-wrap .txt-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 0.5em 2em;
}

.c-entry-flow-block {
  max-width: 527px;
}
.c-entry-flow-block .c-entry-btn {
  margin-top: 60px;
}

.c-acc-wrap.is-active .c-acc-icon {
  background: var(--gray03);
}
.c-acc-wrap.is-active .c-acc-icon::before {
  rotate: 90deg;
}
.c-acc-wrap.is-active .c-acc-btn .c-ttl01::after {
  opacity: 1;
}
.c-acc-wrap.c-acc-wrap02 {
  background: rgba(0, 0, 0, 0.75);
}
.c-acc-wrap.c-acc-wrap02 .acc-qa {
  font-size: 56px;
  font-family: var(--ff-en);
}
.c-acc-wrap.c-acc-wrap02 .c-acc-btn {
  padding-block: 12px;
  padding-inline: 50px 20px;
  color: var(--white);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
}
.c-acc-wrap.c-acc-wrap02 .c-acc-btn .acc-txt {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
  text-align: left;
  width: 100%;
}
.c-acc-wrap.c-acc-wrap02 .c-acc-cont {
  background: var(--white);
  padding-block: 40px;
  padding-inline: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
.c-acc-wrap.c-acc-wrap02 .c-acc-cont .acc-qa {
  color: var(--primary);
  line-height: 1;
}
.c-acc-wrap.c-acc-wrap02 .c-acc-cont .acc-desc {
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
.c-acc-wrap.c-acc-wrap02 .c-acc-icon {
  width: 50px;
  height: 50px;
}
.c-acc-wrap .c-acc-btn {
  display: grid;
  grid-template-columns: 1fr auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
  width: 100%;
}
.c-acc-wrap .c-acc-btn:focus-visible .c-acc-icon {
  background: var(--gray03);
}
.c-acc-wrap .c-acc-btn .c-ttl01 {
  margin-bottom: 0;
  padding-bottom: 0;
}
.c-acc-wrap .c-acc-btn .c-ttl01::after {
  opacity: 0;
  bottom: -16px;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.c-acc-wrap .c-acc-cont {
  padding-top: 50px;
}

.c-acc-icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  aspect-ratio: 1;
  background: var(--primary);
  position: relative;
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}
.c-acc-icon::before, .c-acc-icon::after {
  position: absolute;
  content: "";
  width: 2px;
  height: 24px;
  background: var(--white);
  inset: 0;
  margin: auto;
  -webkit-transition: rotate 0.3s ease-in-out;
  transition: rotate 0.3s ease-in-out;
}
.c-acc-icon::after {
  rotate: -90deg;
}

.c-inn-section + .c-inn-section {
  margin-top: 48px;
}
.c-inn-section {
  padding-block: 100px 120px;
  padding-inline: clamp(40px, 4.6527777778vw, 67px);
  max-width: 1356px;
  margin-inline: auto;
}
.c-inn-section.pb-s {
  padding-block: 50px 80px;
}
.c-inn-section .inn-cont-each + .inn-cont-each {
  margin-top: 20px;
}
.c-inn-section .inn-cont-each + .inn-cont-each.mt-l {
  margin-top: 30px;
}
.c-inn-section .inn-cont-each {
  background: var(--white);
  padding-block: 50px 100px;
  padding-inline: 60px;
  border-radius: 10px;
}
.c-inn-section .inn-cont-each:has(> .c-acc-wrap) {
  padding-inline: 0;
  padding-block: 0;
}
.c-inn-section .inn-cont-each:has(> .c-acc-wrap) .c-acc-wrap .c-acc-btn {
  padding-block: 30px 25px;
  padding-inline: 60px 30px;
}
.c-inn-section .inn-cont-each:has(> .c-acc-wrap) .c-acc-wrap .c-acc-btn-s {
  padding-block: 24px;
  padding-inline: 50px 24px;
}
.c-inn-section .inn-cont-each:has(> .c-acc-wrap) .c-acc-wrap .c-acc-cont {
  padding-top: 40px;
  padding-bottom: 66px;
  padding-inline: 60px;
}
.c-inn-section .inn-cont-each:has(> .c-acc-wrap) .c-acc-wrap .c-acc-cont-s {
  padding-block: 24px;
  padding-inline: 50px 24px;
}
.c-inn-section .inn-cont-each:not(:has(> .c-acc-wrap)):not(:has(.job-description)) {
  padding-block: 50px 36px;
}
.c-inn-section .inn-cont-each .job-description {
  padding-top: 50px;
}
.c-inn-section .inn-cont-each > .c-ttl01 {
  gap: 0;
}
.c-inn-section.has-anchor {
  display: grid;
  grid-template-columns: min(25%, 290px) auto;
  gap: 28px;
}
.c-inn-section.has-anchor.gap-l {
  gap: 70px;
}
.c-inn-anchor-area.mt-0 {
  margin-top: 0;
}
.c-inn-anchor-area .cont-wrap {
  background: var(--white);
  border-radius: 0 18px 18px 0;
  padding-inline: clamp(20px, 4.7222222222vw, 68px) clamp(20px, 2.5vw, 36px);
  padding-block: 38px;
}
.c-inn-anchor-area .inn-anchor-link {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 20px;
  line-height: 1.7;
  letter-spacing: 0.15em;
  padding-block: 10px;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.c-inn-anchor-area .inn-anchor-link:focus-visible {
  color: var(--primary);
}
.c-inn-anchor-area .inn-anchor-link .inn-txt {
  position: relative;
  padding-left: 1.25em;
}
.c-inn-anchor-area .inn-anchor-link .inn-txt::before {
  position: absolute;
  content: "・";
  width: 1em;
  height: 1.7em;
  top: 0;
  left: 0;
}

.c-bg-green {
  background: var(--bg-green);
}

.c-bg-red {
  background: var(--bg-red);
}

.c-bg-primary {
  background: var(--primary);
}

.c-bg-primary02 {
  background: var(--primary02);
}

.c-bg-primary03 {
  background: var(--primary03);
}

.c-bg-gray {
  background: var(--gray);
}

.c-bg-gray03 {
  background: var(--gray03);
}

.c-bg-gray05 {
  background: var(--gray05);
}

.c-bg-secondary {
  background: var(--secondary);
}

.c-bg-black {
  background: var(--bg-black);
}

.c-bg-border01 {
  background: var(--border01);
}

.c-bg-border02 {
  background: var(--border02);
}

.c-bg-blue03 {
  background: var(--blue03);
}

.c-bg-pink {
  background: #fac4c6;
}

.c-number-card {
  position: relative;
}
.c-number-card button {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.c-number-card:has(button:focus-visible).is-active .cont-back {
  background: #8c8c8c;
}
.c-number-card:has(button:focus-visible):not(.is-active) .cont-front {
  background: #66797f;
}
.c-number-card.is-active .cont-front {
  -webkit-transform: rotateY(-170deg);
          transform: rotateY(-170deg);
  pointer-events: none;
}
.c-number-card.is-active .cont-back {
  -webkit-transform: rotateY(0);
          transform: rotateY(0);
  pointer-events: auto;
}
.c-number-card .cont-wrap {
  position: relative;
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: 100%;
  height: 100%;
  color: var(--white);
}
.c-number-card .cont-front,
.c-number-card .cont-back {
  position: relative;
  grid-column: 1/2;
  grid-row: 1/2;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: background 0.3s ease-in-out, -webkit-transform 1s ease-in-out;
  transition: background 0.3s ease-in-out, -webkit-transform 1s ease-in-out;
  transition: transform 1s ease-in-out, background 0.3s ease-in-out;
  transition: transform 1s ease-in-out, background 0.3s ease-in-out, -webkit-transform 1s ease-in-out;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  border-radius: 10px;
}
.c-number-card .cont-front {
  z-index: 2;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #101314;
  padding-block: 20px 30px;
  padding-inline: 16px;
}
.c-number-card .cont-front .img-area {
  width: 100%;
  max-height: 100px;
  height: 100%;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-block: 36px 24px;
}
.c-number-card .cont-front .img-area img {
  height: 100%;
}
.c-number-card .cont-front .num-txt {
  text-align: center;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.c-number-card .cont-front .num-txt .txt {
  font-size: 22px;
  line-height: 1.5454545455;
  letter-spacing: 0.04em;
}
.c-number-card .cont-front .num-txt .num {
  font-size: clamp(40px, 5.5555555556vw, 60px);
  line-height: 1.1166666667;
  letter-spacing: -0.01em;
  font-family: var(--ff-en);
  font-weight: 300;
}
.c-number-card .cont-back {
  z-index: 1;
  background: #333333;
  padding-block: 36px;
  padding-inline: 24px;
  -webkit-transform: rotateY(-170deg);
          transform: rotateY(-170deg);
  pointer-events: none;
}
.c-number-card .cont-back .num-desc {
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.16em;
}

.c-text-cont-wrap .text-cont-ttl {
  font-size: 20px;
  line-height: 2.3;
  color: var(--primary);
}
.c-text-cont-wrap .text-cont-sub-ttl {
  font-size: 40px;
  line-height: 1.575;
  font-weight: 700;
}
.c-text-cont-wrap .text-cont-sub-ttl.clr-white {
  color: var(--white);
}
.c-text-cont-wrap .text-cont-sub-ttl {
  margin-block: 16px 24px;
}
.c-text-cont-wrap .text-cont-desc {
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0.11em;
}
.c-text-cont-wrap .text-cont-desc.clr-white {
  color: var(--white);
}

.c-bg-cont-section {
  position: relative;
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: auto;
  overflow: hidden;
}
.c-bg-cont-section.is-disabled .bg-area {
  -webkit-filter: brightness(0.5);
          filter: brightness(0.5);
}
.c-bg-cont-section.is-disabled .c-read-btn {
  background: var(--gray03);
  border-color: var(--gray03);
}
.c-bg-cont-section .cont-wrap {
  grid-column: 1/2;
  grid-row: 1/2;
  padding-block: 80px;
  position: relative;
  z-index: 2;
}
.c-bg-cont-section .inner-block {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-bg-cont-section:has(.cont-box:is(a, button):focus-visible) .cont-box {
  background: rgba(0, 0, 0, 0.8);
}
.c-bg-cont-section:has(.cont-box:is(a, button):focus-visible) .c-read-btn {
  background: var(--white);
  color: var(--primary);
}
.c-bg-cont-section:has(.cont-box:is(a, button):focus-visible) .bg-area img {
  scale: 1.05;
}
.c-bg-cont-section .cont-box {
  max-width: 640px;
  width: 100%;
  background: #1a1a1a;
  border-radius: 20px;
  padding-block: 52px 26px;
  padding-inline: 16px;
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}
.c-bg-cont-section .cont-box .c-ttl01 {
  margin-bottom: 32px;
}
.c-bg-cont-section .cont-box .c-ttl01 .en {
  line-height: 1.1666666667;
}
.c-bg-cont-section .cont-box .c-ttl01 .ja-m {
  letter-spacing: 0;
}
.c-bg-cont-section .cont-box .btn-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-bg-cont-section > .bg-area {
  grid-column: 1/2;
  grid-row: 1/2;
  max-height: 764px;
  height: 100%;
}
.c-bg-cont-section > .bg-area .bg-img {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
}
.c-bg-cont-section > .bg-area .bg-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
  -webkit-transition: scale 0.3s ease-in-out;
  transition: scale 0.3s ease-in-out;
}

.c-jobs-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 36px 18px;
}

.c-jobs-list-each .img-area {
  border-radius: 10px;
  width: 100%;
}
.c-jobs-list-each .img-area img {
  border-radius: inherit;
  width: 100%;
}
.c-jobs-list-each .ttl {
  font-size: 26px;
  line-height: 1.6153846154;
  font-weight: 700;
  margin-block: 30px 20px;
}
.c-jobs-list-each .desc {
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0.028em;
}

.c-interview-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 48px;
}

.c-interview-list-each {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
  gap: 20px;
}
.c-interview-list-each .cont-wrap {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
  gap: 20px;
}
.c-interview-list-each .cont-wrap:is(a, button):not(.is-disabled):focus-visible .img-area img {
  scale: 1.1;
}
.c-interview-list-each .cont-wrap:is(a, button):not(.is-disabled):focus-visible .c-read-btn {
  background: var(--white);
  color: var(--primary);
}
.c-interview-list-each .cont-wrap.is-disabled .img-area {
  -webkit-filter: brightness(0.5);
          filter: brightness(0.5);
}
.c-interview-list-each .cont-wrap.is-disabled .c-read-btn {
  background: var(--gray03);
  border-color: var(--gray03);
}
.c-interview-list-each .desc {
  font-size: 25px;
  line-height: 1.46;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: var(--white);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}
.c-interview-list-each .desc .desc-each {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-inline: 6px 16px;
  position: relative;
}
.c-interview-list-each .desc .desc-each::after {
  position: absolute;
  content: "";
  z-index: -1;
  background: rgba(0, 0, 0, 0.74);
  width: 0%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transform-origin: center left;
          transform-origin: center left;
  -webkit-animation: c-txt-bg 1s ease-out forwards;
          animation: c-txt-bg 1s ease-out forwards;
}
.c-interview-list-each .ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px 16px;
  font-weight: 400;
}
.c-interview-list-each .ttl .job {
  font-size: 28px;
  line-height: 1.2;
}
.c-interview-list-each .ttl .name {
  font-size: 30px;
  line-height: 1.2;
}
.c-interview-list-each .ttl .name .small {
  font-size: 22px;
  line-height: 1.2;
}
.c-interview-list-each .ttl .year {
  font-size: 14px;
  line-height: 1.2;
}
.c-interview-list-each .img-area {
  margin-inline: auto;
  border-radius: 10px;
  width: 100%;
  overflow: hidden;
}
.c-interview-list-each .img-area img {
  border-radius: inherit;
  width: 100%;
  -webkit-transition: scale 0.3s ease-in-out;
  transition: scale 0.3s ease-in-out;
}
.c-interview-list-each.js--scroll-item .desc .desc-each::after {
  -webkit-animation: none;
          animation: none;
}
.c-interview-list-each.js--scroll-item.is-shown .desc .desc-each::after {
  -webkit-animation: c-txt-bg 1s ease-out forwards;
          animation: c-txt-bg 1s ease-out forwards;
}

@-webkit-keyframes c-txt-bg {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}

@keyframes c-txt-bg {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
.c-fadein {
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}
.c-fadein.is-shown {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.c-fadein-img {
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.c-fadein-img.is-shown {
  opacity: 1;
}

[data-inview=clip-in] {
  display: inline-block;
  --clip: 100%;
  -webkit-clip-path: inset(0 var(--clip) 0 0);
          clip-path: inset(0 var(--clip) 0 0);
}

[data-inview=image-in] {
  overflow: hidden;
}

[data-inview=image-in] img {
  opacity: 0;
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  will-change: transform, opacity;
}

.c-list > li {
  padding-left: 1em;
  text-indent: -1em;
}
.c-list > li::before {
  content: "・";
}
.c-list.ico-square > li::before {
  content: "■";
}

.js--panel-parallax-start {
  position: relative;
  z-index: 1;
}

.js--panel-parallax {
  position: relative;
  z-index: 2; /* MVより前面に */
}

.c-coming-soon {
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0.1em;
  color: var(--white);
  font-family: var(--ff-en);
  background: #000;
  padding-block: 3px;
  padding-inline: 10px;
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 0.25em;
}

.c-tbl01 {
  width: 100%;
}
.c-tbl01 > tbody {
  width: 100%;
}
.c-tbl01 > tbody > tr {
  width: 100%;
  border-top: 1px solid var(--border01);
}
.c-tbl01 > tbody > tr:last-child td {
  padding-bottom: 0;
}
.c-tbl01 > tbody > tr > th,
.c-tbl01 > tbody > tr > td {
  word-break: break-word;
  padding-block: 30px;
  padding-inline: 10px;
}
.c-tbl01 > tbody > tr > th {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.1em;
  vertical-align: top;
  text-align: left;
  width: min(25%, 165px);
}
.c-tbl01 > tbody > tr > td {
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0.01em;
  width: calc(100% - min(25%, 165px));
}
.c-tbl01 > tbody > tr > td .c-tbl01.has-mt {
  margin-top: 20px;
}
.c-tbl01 > tbody > tr > td .c-tbl01 > tbody > tr {
  border: 0;
}
.c-tbl01 > tbody > tr > td .c-tbl01 > tbody > tr:first-child > th,
.c-tbl01 > tbody > tr > td .c-tbl01 > tbody > tr:first-child > td {
  padding-top: 0;
}
.c-tbl01 > tbody > tr > td .c-tbl01 > tbody > tr:last-child > th,
.c-tbl01 > tbody > tr > td .c-tbl01 > tbody > tr:last-child > td {
  padding-bottom: 0;
}
.c-tbl01 > tbody > tr > td .c-tbl01 > tbody > tr > th,
.c-tbl01 > tbody > tr > td .c-tbl01 > tbody > tr > td {
  padding-block: 10px;
  padding-inline: 5px;
}
.c-tbl01 > tbody > tr > td .c-tbl01 > tbody > tr > th {
  width: min(30%, 120px);
  padding-left: 0;
  font-size: 16px;
}
.c-tbl01 > tbody > tr > td .c-tbl01 > tbody > tr > td {
  width: calc(100% - min(30%, 120px));
  padding-right: 0;
}
.c-tbl01 .tbl-btn-wrap {
  display: grid;
  grid-template-columns: auto min(35%, 240px);
  gap: 24px 20px;
}
.c-tbl01 .tbl-btn-wrap .btn-area {
  -webkit-align-self: end;
      -ms-flex-item-align: end;
          align-self: end;
}
.c-tbl01 .tbl-btn-wrap .c-btn01 {
  width: 100%;
  padding-block: 16px;
}
.c-tbl01 .tbl-btn-wrap .c-btn01 .inn-txt {
  width: 100%;
}

.c-tbl02 {
  width: 100%;
  color: var(--text);
}
.c-tbl02 thead tr th {
  background: var(--white);
  padding-block: 20px;
  padding-inline: 20px;
  text-align: left;
  border-bottom: 1px solid var(--white);
}
.c-tbl02 thead tr th .inn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.c-tbl02 thead tr th .inn-txt {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
  display: inline-block;
}
.c-tbl02 thead tr th .tags {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.c-tbl02 thead tr th .tags .tag {
  display: inline-block;
  padding-block: 6px;
  padding-inline: 10px;
  border: 1px solid #000;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: 0.16em;
}
.c-tbl02 thead tr th .tags .tag:not(:first-child) {
  border-left: 0;
}
.c-tbl02 tbody tr:last-child td,
.c-tbl02 tbody tr:last-child th {
  border-bottom: 0;
}
.c-tbl02 tbody tr th,
.c-tbl02 tbody tr td {
  border-bottom: 1px solid var(--white);
}
.c-tbl02 tbody tr:has(.th-span) th.th-span {
  width: clamp(80px, 6.25vw, 90px);
}
.c-tbl02 tbody tr:has(.th-span) th:not(.th-span) {
  width: clamp(150px, 17.3611111111vw, 250px);
}
.c-tbl02 tbody tr th {
  color: var(--white);
  background: #5c5c5c;
  padding-block: 12px;
  padding-inline: 10px;
  width: clamp(100px, 11.1111111111vw, 160px);
  text-align: center;
}
.c-tbl02 tbody tr th.th-span {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 500;
  padding-block: 16px 8px;
  padding-inline: 12px;
  background: #333;
}
.c-tbl02 tbody tr th.th-span.bb-0 {
  border-bottom: 0;
}
.c-tbl02 tbody tr th.th-span .inn-txt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  text-align: center;
}
.c-tbl02 tbody tr th.th-span .inn-txt .num {
  font-weight: 700;
  width: 100%;
}
.c-tbl02 tbody tr td {
  padding-block: 12px;
  padding-inline: 15px;
  background: #d6d6d6;
  font-size: 14px;
  line-height: 1.7142857143;
}

.c-tab-wrap .c-tab-btn-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
  gap: 20px;
}
.c-tab-wrap .c-tab-btn-each {
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  max-width: 240px;
}
.c-tab-wrap .c-tab-btn-each .c-tab-btn {
  display: block;
  width: 100%;
  padding-block: 18px;
  padding-inline: 24px 10px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: left;
  background: var(--white);
  border-radius: 10px;
  border: 3px solid var(--bg-blue);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transition-property: background;
  transition-property: background;
}
.c-tab-wrap .c-tab-btn-each .c-tab-btn:focus-visible {
  background: var(--bg-blue);
}
.c-tab-wrap .c-tab-btn-each .c-tab-btn .inn-txt {
  position: relative;
  padding-right: 34px;
  display: inline-block;
  width: 100%;
}
.c-tab-wrap .c-tab-btn-each .c-tab-btn .inn-txt::before, .c-tab-wrap .c-tab-btn-each .c-tab-btn .inn-txt::after {
  position: absolute;
  content: "";
  width: 2px;
  height: 24px;
  background: var(--primary);
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  -webkit-transition: rotate 0.3s ease-in-out;
  transition: rotate 0.3s ease-in-out;
}
.c-tab-wrap .c-tab-btn-each .c-tab-btn .inn-txt::after {
  rotate: -90deg;
}
.c-tab-wrap .c-tab-btn-each.is-active .c-tab-btn {
  background: var(--bg-blue);
  border-radius: 10px 10px 0 0;
  border-bottom-width: 18px;
}
.c-tab-wrap .c-tab-btn-each.is-active .c-tab-btn .inn-txt::before {
  rotate: 90deg;
}
.c-tab-wrap:has(.c-tab-btn-each:first-child.is-active) .c-tab-panel-list::before {
  border-radius: 0 100vw 100vw 100vw;
}
.c-tab-wrap:has(.c-tab-btn-each:last-child.is-active) .c-tab-panel-list::before {
  border-radius: 100vw 0 100vw 100vw;
}
.c-tab-wrap .c-tab-panel-list {
  position: relative;
  padding-top: 15px;
}
.c-tab-wrap .c-tab-panel-list::before {
  content: "";
  position: absolute;
  background: var(--bg-blue);
  border-radius: 100vw;
  width: 100%;
  height: 16px;
  top: -1px;
  left: 0;
  right: 0;
}
.c-tab-wrap .c-tab-panel {
  display: none;
  padding-top: 20px;
}
.c-tab-wrap .c-tab-panel.is-active {
  display: block;
}

.c-tab-wrap02 {
  color: var(--white);
}
.c-tab-wrap02:not(:has(.c-tab-btn-list)) .c-tab-panel-list {
  border-top: 1px solid var(--white);
}
.c-tab-wrap02:not(:has(.c-tab-btn-list)) .c-tab-panel::after {
  content: unset;
}
.c-tab-wrap02.bg-primary .c-tab-btn-list.tab-bottom .c-tab-btn-each.is-active .c-tab-btn {
  border-top-color: #ba1924;
}
.c-tab-wrap02.bg-primary .c-tab-btn-each .c-tab-btn {
  background: #e25963;
}
.c-tab-wrap02.bg-primary .c-tab-btn-each .c-tab-btn:focus-visible {
  background: #ba1924;
}
.c-tab-wrap02.bg-primary .c-tab-btn-each.is-active .c-tab-btn {
  background: #ba1924;
  border-bottom-color: #ba1924;
}
.c-tab-wrap02.bg-primary .c-tab-btn-each:not(:first-child)::before {
  background-color: var(--primary);
  -webkit-box-shadow: 3px 3px 0 2px #ba1924;
          box-shadow: 3px 3px 0 2px #ba1924;
}
.c-tab-wrap02.bg-primary .c-tab-panel-list {
  background: #ba1924;
  color: #000;
}
.c-tab-wrap02 .c-tab-btn-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
  gap: 25px;
  margin-bottom: -10px;
  position: relative;
}
.c-tab-wrap02 .c-tab-btn-list.tab-bottom {
  margin-bottom: 0px;
  margin-top: -1px;
}
.c-tab-wrap02 .c-tab-btn-list.tab-bottom .c-tab-btn-each .c-tab-btn {
  border-radius: 0 0 10px 10px;
}
.c-tab-wrap02 .c-tab-btn-list.tab-bottom .c-tab-btn-each.is-active .c-tab-btn {
  border-top-color: var(--head-text);
  border-bottom-color: var(--white);
}
.c-tab-wrap02 .c-tab-btn-list.tab-bottom .c-tab-btn-each.is-active:first-child + .c-tab-btn-each::before {
  scale: -1 -1;
}
.c-tab-wrap02 .c-tab-btn-list.tab-bottom .c-tab-btn-each:not(:first-child)::before {
  scale: 1 -1;
  bottom: auto;
  top: 0;
}
.c-tab-wrap02 .c-tab-btn-each {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  position: relative;
}
.c-tab-wrap02 .c-tab-btn-each .c-tab-btn {
  display: block;
  width: 100%;
  padding-block: 25px 35px;
  padding-inline: 20px;
  font-size: 22px;
  line-height: 1.2;
  letter-spacing: 0.25em;
  font-weight: 700;
  text-align: center;
  background: #3e3e3e;
  border-radius: 10px 10px 0 0;
  border: 1px solid var(--gray);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transition-property: background;
  transition-property: background;
}
.c-tab-wrap02 .c-tab-btn-each .c-tab-btn:focus-visible {
  background: var(--head-text);
}
.c-tab-wrap02 .c-tab-btn-each.is-active .c-tab-btn {
  background: var(--head-text);
  border-color: var(--white);
  border-bottom-color: var(--head-text);
}
.c-tab-wrap02 .c-tab-btn-each.is-active:first-child + .c-tab-btn-each::before {
  scale: -1 1;
  right: 100%;
}
.c-tab-wrap02 .c-tab-btn-each:not(:first-child)::before {
  position: absolute;
  content: "";
  z-index: 2;
  background: transparent;
  width: 26px;
  height: 26px;
  background-color: var(--bg-black);
  bottom: 9px;
  right: calc(100% - 1px);
  border: 1px solid var(--white);
  border-left: transparent;
  border-radius: 0 0 10px 0;
  border-top: 0;
  border-left: 0;
  -webkit-box-shadow: 3px 3px 0 2px var(--head-text);
          box-shadow: 3px 3px 0 2px var(--head-text);
}
.c-tab-wrap02 .c-tab-panel-list {
  position: relative;
  border: 1px solid var(--white);
  background: var(--head-text);
}
.c-tab-wrap02 .c-tab-panel {
  display: none;
}
.c-tab-wrap02 .c-tab-panel.is-active {
  display: block;
}
.c-tab-wrap02 .c-tab-panel.is-active:first-child::after {
  scale: -1 1;
  left: auto;
  right: -1px;
}
.c-tab-wrap02 .c-tab-panel > .cont-wrap {
  padding-inline: 40px;
  padding-block: 80px 70px;
}
.c-tab-wrap02 .c-tab-panel > .cont-wrap .c-tbl01 > tbody > tr {
  border-color: #dedede;
}
.c-tab-wrap02 .c-tab-panel > .cont-wrap .c-tbl01 > tbody > tr:first-child {
  border-top: 0;
}
.c-tab-wrap02 .c-tab-panel > .cont-wrap .c-tbl01 > tbody > tr:last-child td {
  padding-bottom: 30px;
}
.c-tab-wrap02 .c-tab-panel > .cont-wrap .email-area {
  position: relative;
  padding-top: 56px;
}
.c-tab-wrap02 .c-tab-panel > .cont-wrap .email-area::before {
  position: absolute;
  content: "";
  width: calc(100% + 80px);
  height: 1px;
  background: #dedede;
  top: 0;
  left: -40px;
}
.c-tab-wrap02 .c-tab-panel > .cont-wrap .email-area .c-ttl01 .ja-ss {
  font-size: 16px;
  font-weight: 700;
}
.c-tab-wrap02 .c-tab-panel > .cont-wrap .email-area .c-email-cont-each {
  margin-inline: auto;
}
.c-tab-wrap02 .c-tab-panel > .cont-wrap .td-list > li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.c-tab-wrap02 .c-tab-panel > .cont-wrap .td-list > li::before {
  content: "■";
}
.c-tab-wrap02 .c-tab-panel > .cont-wrap .td-each + .td-each {
  margin-top: 36px;
}
.c-tab-wrap02 .c-tab-panel > .cont-wrap .td-each .td-list {
  margin-top: 6px;
}
.c-tab-wrap02 .c-tab-panel > .cont-wrap .card-list-area {
  max-width: 600px;
}
.c-tab-wrap02 .c-tab-panel > .cont-wrap .c-img-ttl-card-list {
  margin-top: 20px;
  grid-template-columns: repeat(auto-fill, minmax(110px, 1fr));
}
.c-tab-wrap02 .c-tab-panel > .cont-wrap .c-img-ttl-card-list .c-img-ttl-card .cont-wrap {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.c-tab-wrap02 .c-tab-panel > .cont-wrap .c-img-ttl-card-list .c-img-ttl-card .ttl {
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0;
}
.c-tab-wrap02 .c-tab-panel > .cont-wrap .c-img-ttl-card-list .c-img-ttl-card .img-area {
  max-width: min(100px, 100% - 10px);
}

/* --------------------------------
c-recommend
----------------------------------- */
.c-recommend {
  padding-block: 40px 34px;
}
.c-recommend .inner-block {
  max-width: 1360px;
  background-color: var(--head-text);
  border-radius: 20px;
  padding-block: 80px 65px;
}
.c-recommend .ttl {
  color: var(--primary);
  margin-inline: auto;
  max-width: 874px;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 25px;
  font-family: var(--ff-en);
}
.c-recommend .cont-wrap {
  max-width: 874px;
  color: var(--white);
  margin-inline: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 34px;
}
.c-recommend .cont-wrap .cont {
  width: calc((100% - 34px) / 2);
}
.c-recommend .cont-wrap .cont .img-wrap {
  overflow: hidden;
  position: relative;
}
.c-recommend .cont-wrap .cont .img-wrap img {
  display: block;
  width: 100%;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.c-recommend .cont-wrap .cont .img-wrap .site-name {
  background: var(--primary);
  color: var(--white);
  font-weight: 500;
  text-align: center;
  padding: 6px 30px;
  position: absolute;
  right: 0;
  bottom: 0;
}
.c-recommend .cont-wrap .cont .img-wrap .site-name.student {
  background: var(--black);
}
.c-recommend .cont-wrap .cont .txt-wrap {
  margin-top: 20px;
  font-size: 20px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.c-recommend .cont-wrap .cont .txt-wrap p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.c-recommend .cont-wrap .cont .txt-wrap p img {
  height: 1em;
  width: auto;
}

.c-anchor-link-section {
  padding-block: 80px 120px;
  position: relative;
}
.c-anchor-link-section .anchor-link-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
.c-anchor-link-section .anchor-top-txt + .anchor-link-list {
  margin-top: 64px;
}
.c-anchor-link-section .anchor-top-txt {
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.16em;
  text-align: center;
  color: var(--white);
}
.c-anchor-link-section .section-btn-area {
  margin-top: 58px;
}
.c-anchor-link-section:has(> .bg-area) + * {
  position: relative;
  z-index: 2;
}
.c-anchor-link-section:has(> .bg-area) {
  position: relative;
  padding-block: 126px 200px;
  margin-bottom: -100px;
}
.c-anchor-link-section:has(> .bg-area) .anchor-link-list {
  position: relative;
  z-index: 2;
}
.c-anchor-link-section:has(> .bg-area) .anchor-link-list .c-anchor-link {
  position: relative;
  border-color: var(--white);
}
.c-anchor-link-section:has(> .bg-area) .anchor-link-list .c-anchor-link .cont-wrap::after {
  position: absolute;
  content: "";
  z-index: -1;
  background: var(--white);
  border-radius: 16px;
  width: calc(100% + 24px);
  height: calc(100% + 24px);
  top: -12px;
  left: -12px;
  margin: auto;
}
.c-anchor-link-section:has(> .bg-area) .anchor-link-list .c-anchor-link .anchor-btn-area {
  border-color: var(--white);
}
.c-anchor-link-section:has(> .bg-area) .anchor-link-list .c-anchor-link .anchor-btn-area::before, .c-anchor-link-section:has(> .bg-area) .anchor-link-list .c-anchor-link .anchor-btn-area::after {
  border-color: var(--white);
}
.c-anchor-link-section:has(> .bg-area) .bg-area {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.c-anchor-link-section:has(> .bg-area) .bg-area .bg-each {
  width: 100%;
  height: 100%;
}
.c-anchor-link-section:has(> .bg-area) .bg-area img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-anchor-link-section .anchor-block-each + .anchor-block-each {
  margin-top: 45px;
}
.c-anchor-link-section .anchor-block-each .anchor-block-ttl {
  font-size: 20px;
  line-height: 1.9;
  letter-spacing: 0.1em;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 7px;
}
.c-anchor-link-section .anchor-block-each .anchor-block-ttl::before {
  content: "■";
}
.c-anchor-link-section .anchor-block-each .anchor-block-ttl {
  padding-left: 1em;
  text-indent: -1em;
}

.c-anchor-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  border-radius: 10px;
  background: var(--white);
}
.c-anchor-link:has(.cont-wrap > .txt-area) {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
}
.c-anchor-link:has(.cont-wrap > .txt-area) .cont-wrap {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
}
.c-anchor-link:has(.anchor-black-wrap):not(:has(.txt-area > .c-link02)) .cont-wrap {
  padding-bottom: 5px;
}
.c-anchor-link:has(.anchor-btn-area) .cont-wrap {
  padding-top: 24px;
  padding-left: 27px;
  padding-right: 70px;
  padding-bottom: 40px;
}
.c-anchor-link:has(.anchor-btn-area) .cont-wrap .anchor-ttl .ttl-sub {
  font-size: 18px;
  letter-spacing: 0.1em;
}
.c-anchor-link:has(.anchor-btn-area) .cont-wrap:is(a, button):focus-visible .anchor-btn-area .anchor-btn {
  background: var(--white);
}
.c-anchor-link:has(.anchor-btn-area) .cont-wrap:is(a, button):focus-visible .anchor-btn-area .anchor-btn::after {
  background: var(--primary);
}
.c-anchor-link:has(.anchor-btn-area) .cont-wrap:is(a, button):focus-visible .anchor-btn-area .anchor-btn.bg-black::after {
  background: var(--head-text);
}
.c-anchor-link.has-border {
  border: 1px solid var(--gray2);
}
.c-anchor-link .cont-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  height: 100%;
  padding-block: 30px 28px;
  padding-inline: 36px 30px;
  position: relative;
}
.c-anchor-link .txt-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  height: 100%;
}
.c-anchor-link .txt-area > .c-link02 {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.c-anchor-link .txt-area .btn-area {
  margin-top: auto;
}
.c-anchor-link .anchor-ttl {
  font-size: 26px;
  line-height: 1.7307692308;
  letter-spacing: 0.1em;
  font-weight: 700;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.c-anchor-link .anchor-ttl.deco-border {
  position: relative;
  text-align: center;
  padding-bottom: 15px;
  font-size: 28px;
}
.c-anchor-link .anchor-ttl.deco-border::after {
  content: "";
  background: #7b7b7b;
  height: 4px;
  width: 60px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  position: absolute;
}
.c-anchor-link .anchor-ttl .ttl-sub {
  font-size: 18px;
  line-height: 1.5;
}
.c-anchor-link .anchor-ttl .ttl-sub_small {
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.16em;
  margin-top: 8px;
}
.c-anchor-link .anchor-txt {
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.16em;
  word-break: break-word;
}
.c-anchor-link .anchor-black-wrap {
  padding-block: 27px;
  padding-inline: 26px;
  margin-inline: -30px -24px;
  background: var(--black02);
  border-radius: 10px;
  min-height: 143px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
.c-anchor-link .anchor-black-wrap .closed-txt {
  font-size: 14px;
  line-height: 1.6428571429;
  letter-spacing: 0.1em;
  color: var(--white);
  margin-top: auto;
}
.c-anchor-link .anchor-black-wrap .c-link01.mb-auto {
  margin-bottom: auto;
}
.c-anchor-link .anchor-black-wrap .c-link01:has(+ .closed-txt) {
  margin-bottom: 28px;
}
.c-anchor-link .anchor-btn-area {
  --anchor-radius: 10px;
  --anchor-bg: var(--white);
}
.c-anchor-link .anchor-btn-area.bg-primary {
  --anchor-bg: var(--primary);
  background: var(--anchor-bg);
}
.c-anchor-link .anchor-btn-area.bg-gray {
  --anchor-bg: var(--gray);
}
.c-anchor-link .anchor-btn-area.bg-black {
  --anchor-bg: #000;
}
.c-anchor-link .anchor-btn-area {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: absolute;
  width: 60px;
  height: 60px;
  background: var(--anchor-bg);
  border: 1px solid var(--gray2);
  border-right: 0;
  border-bottom: 0;
  border-radius: var(--anchor-radius) 0 var(--anchor-radius) 0;
  right: -2px;
  bottom: -2px;
}
.c-anchor-link .anchor-btn-area::before, .c-anchor-link .anchor-btn-area::after {
  position: absolute;
  content: "";
  background: transparent;
  width: var(--anchor-radius);
  height: var(--anchor-radius);
  border: 1px solid var(--gray2);
  border-radius: 0 0 100vw 0;
  border-top: 0;
  border-left: 0;
  -webkit-box-shadow: 5px 5px 0 4px var(--anchor-bg);
          box-shadow: 5px 5px 0 4px var(--anchor-bg);
}
.c-anchor-link .anchor-btn-area::before {
  top: calc(var(--anchor-radius) * -1);
  right: 1px;
}
.c-anchor-link .anchor-btn-area::after {
  left: calc(var(--anchor-radius) * -1);
  bottom: 1px;
}
.c-anchor-link .anchor-btn-area .anchor-btn {
  display: inline-block;
  position: relative;
  background: var(--primary);
  border-radius: var(--anchor-radius);
  border: 1px solid var(--primary);
  width: 50px;
  height: 50px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transition-property: background;
  transition-property: background;
}
.c-anchor-link .anchor-btn-area .anchor-btn.bg-black {
  background: var(--head-text);
  border-color: var(--head-text);
}
.c-anchor-link .anchor-btn-area .anchor-btn::after {
  position: absolute;
  content: "";
  -webkit-mask: url("../img/common/ico-arrow.svg") no-repeat center/contain;
          mask: url("../img/common/ico-arrow.svg") no-repeat center/contain;
  background: var(--white);
  width: 18px;
  height: auto;
  rotate: 90deg;
  inset: 0;
  margin: auto;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transition-property: background;
  transition-property: background;
}
.c-anchor-link .c-email-cont-each .email-cont {
  padding-block: 0;
  padding-inline: 0;
  gap: 20px;
}
.c-anchor-link .c-email-cont-each .email-cont .email-list .email-list-ttl.fs-20 {
  font-size: clamp(14px, 1.1111111111vw, 16px);
}
.c-anchor-link .c-email-cont-each .email-cont .email-list .email-list-link {
  font-size: clamp(12px, 0.9722222222vw, 14px);
}
.c-anchor-link .c-email-cont-each .email-cont .email-desc {
  font-size: 12px;
}

.c-mv-section {
  padding-block: 87px 40px;
}
.c-mv-section .inner-block {
  max-width: 1300px;
}
.c-mv-section .c-ttl01 {
  margin-bottom: 0;
  gap: 0;
}
.c-mv-section .c-ttl01 .en {
  line-height: 1.1;
}
.c-mv-section .c-ttl01 .ja {
  letter-spacing: 0;
}

.c-mv-section02 {
  padding-bottom: 60px;
}
.c-mv-section02 picture img {
  width: 100%;
}
.c-mv-section02 .ttl {
  max-width: 1300px;
  margin: 0 auto 37px;
  padding: 0 40px;
}
.c-mv-section02 .ttl .en {
  font-family: var(--ff-en);
  display: block;
  font-weight: normal;
  font-size: 30px;
  line-height: 1.53;
  letter-spacing: 0.04em;
}
.c-mv-section02 .ttl .ja {
  font-size: clamp(40px, 60px, min(60px, 4.1666666667vw));
  font-weight: bold;
  line-height: 1.25;
}
.c-mv-section02 .desc {
  max-width: 1300px;
  margin: 68px auto 0;
  font-size: 18px;
  letter-spacing: 0.16em;
  line-height: 2.11;
  font-weight: 500;
  padding: 0 40px;
}

.c-special-mv-section {
  position: relative;
}
.c-special-mv-section .inner-block {
  position: absolute;
  z-index: 1;
  inset: 0;
  margin: auto;
  height: 100%;
}
.c-special-mv-section .cont-wrap {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-block: 240px 80px;
}
.c-special-mv-section .c-ttl01 .en {
  letter-spacing: 0.14em;
}
.c-special-mv-section .mv-bg {
  width: 100%;
  height: 100%;
  display: block;
}
.c-special-mv-section .mv-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 75% center;
     object-position: 75% center;
}
/* --------------------------------
c-email-section, .c-email-cont-each
----------------------------------- */
.c-email-section {
  padding-block: 100px 112px;
}
.c-email-section .inner-block {
  max-width: 1150px;
}
.c-email-section .c-ttl01 .ja-ss {
  line-height: 1.25;
  font-weight: 700;
}
.c-email-section .cont-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.c-email-cont-each {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  background: rgba(25, 25, 25, 0.25);
  border-radius: 16px;
  max-width: 532px;
  width: 100%;
}
.c-email-cont-each .email-ttl {
  background: rgba(48, 48, 48, 0.45);
  border-radius: 16px;
  padding-block: 32px;
  padding-inline: 20px;
  text-align: center;
  font-size: 22px;
  line-height: 1.2;
  letter-spacing: 0.16em;
  font-weight: 400;
  color: var(--white);
}
.c-email-cont-each .email-cont {
  padding-block: 36px 40px;
  padding-inline: 36px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 42px;
  height: 100%;
}
.c-email-cont-each .email-cont .email-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
  width: 100%;
  height: 100%;
}
.c-email-cont-each .email-cont .email-list .email-list-each {
  display: grid;
  grid-template-columns: min(45%, 200px) 1fr;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.c-email-cont-each .email-cont .email-list .email-list-ttl {
  font-size: 22px;
  line-height: 1.2;
  letter-spacing: 0.1em;
  font-weight: 400;
  color: var(--white);
}
.c-email-cont-each .email-cont .email-list .email-list-link {
  padding-block: 5px;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 0.04em;
  font-weight: 400;
  color: var(--white);
  -webkit-text-decoration: underline solid transparent;
          text-decoration: underline solid transparent;
  -webkit-transition: -webkit-text-decoration 0.3s ease-in-out;
  transition: -webkit-text-decoration 0.3s ease-in-out;
  transition: text-decoration 0.3s ease-in-out;
  transition: text-decoration 0.3s ease-in-out, -webkit-text-decoration 0.3s ease-in-out;
}
.c-email-cont-each .email-cont .email-list .email-list-link:focus-visible {
  -webkit-text-decoration-color: currentColor;
          text-decoration-color: currentColor;
}
.c-email-cont-each .email-cont .email-desc {
  font-size: 16px;
  line-height: 1.625;
  letter-spacing: 0.082em;
  color: var(--white);
  width: 100%;
}
.c-email-cont-each .email-cont .email-list-wrap .email-list-wrap-each + .email-list-wrap-each {
  margin-top: 48px;
}
.c-email-cont-each .email-cont .email-list-wrap .email-list-wrap-each .email-list .email-list-each {
  display: block;
  width: 100%;
}
.c-email-cont-each .email-cont .email-list-wrap .email-list-wrap-each .email-list .email-list-each > .cont-wrap {
  padding-inline: 28px;
  padding-block: 16px;
  background: rgba(26, 26, 26, 0.35);
  border: 1px solid var(--white);
  border-radius: 10px;
  width: 100%;
  min-height: 97px;
  margin-inline: auto;
}
.c-email-cont-each .email-cont .email-list-wrap .email-list-wrap-each .email-list .email-list-each > .cont-wrap:is(a, button):focus-visible {
  background: rgba(26, 26, 26, 0.5);
}
.c-email-cont-each .email-cont .email-list-wrap .email-list-wrap-each .email-list .email-list-each > .cont-wrap:has(.email-list-link) {
  display: grid;
}
.c-email-cont-each .email-cont .email-list-wrap .email-list-wrap-each .email-list .email-list-each > .cont-wrap:has(.email-list-link):is(a, button):focus-visible .email-list-link {
  -webkit-text-decoration-color: currentColor;
          text-decoration-color: currentColor;
}
.c-email-cont-each .email-cont .email-list-wrap .email-list-wrap-each .email-list .email-list-each > .cont-wrap:not(:has(.email-list-link)) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-email-cont-each .email-cont .email-list-wrap .email-list-wrap-each .email-list .email-list-each > .cont-wrap:not(:has(.email-list-link)):is(a, button) .email-list-ttl .inn-txt {
  -webkit-text-decoration: underline solid transparent;
          text-decoration: underline solid transparent;
  -webkit-transition: -webkit-text-decoration 0.3s ease-in-out;
  transition: -webkit-text-decoration 0.3s ease-in-out;
  transition: text-decoration 0.3s ease-in-out;
  transition: text-decoration 0.3s ease-in-out, -webkit-text-decoration 0.3s ease-in-out;
}
.c-email-cont-each .email-cont .email-list-wrap .email-list-wrap-each .email-list .email-list-each > .cont-wrap:not(:has(.email-list-link)):is(a, button) .email-list-ttl .inn-txt:focus-visible {
  -webkit-text-decoration-color: currentColor;
          text-decoration-color: currentColor;
}
.c-email-cont-each .email-cont .email-list-wrap .email-list-wrap-each .email-list .email-list-each > .cont-wrap:not(:has(.email-list-link)):is(a, button):focus-visible .email-list-ttl .inn-txt {
  -webkit-text-decoration-color: currentColor;
          text-decoration-color: currentColor;
}
.c-email-cont-each .email-cont .email-list-wrap .email-list-wrap-each .email-list .email-list-each > .cont-wrap:not(:has(.email-list-link)):not(:is(a, button)) .email-list-ttl {
  text-align: center;
}
.c-email-cont-each .email-cont .email-list-wrap .email-list-wrap-each .email-list .email-list-each > .cont-wrap:not(:has(.email-list-link)) .email-list-ttl {
  line-height: 1.5;
}
.c-email-cont-each .email-cont .email-list-wrap .email-list-wrap-each .email-list .email-list-each > .cont-wrap:not(:has(.email-list-link)) .email-list-ttl.ico-external .inn-txt {
  padding-right: 32px;
  display: inline-block;
  position: relative;
}
.c-email-cont-each .email-cont .email-list-wrap .email-list-wrap-each .email-list .email-list-each > .cont-wrap:not(:has(.email-list-link)) .email-list-ttl.ico-external .inn-txt::after {
  position: absolute;
  content: "";
  -webkit-mask: url("../img/common/ico-external.svg") no-repeat center/contain;
          mask: url("../img/common/ico-external.svg") no-repeat center/contain;
  background: currentColor;
  width: 22px;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.c-email-cont-each .email-cont .email-list-wrap .email-list-wrap-ttl {
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 0.3em;
  color: var(--white);
  font-weight: 400;
  margin-bottom: 20px;
}
.c-email-cont-each .email-cont .email-list-wrap .email-list-wrap-ttl.square-gray .inn-txt::before {
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(100%, #ffffff), color-stop(0%, #ffffff));
  background-image: linear-gradient(0deg, #ffffff 100%, #ffffff 0%);
}
.c-email-cont-each .email-cont .email-list-wrap .email-list-wrap-ttl .inn-txt {
  padding-left: 30px;
  display: inline-block;
  position: relative;
}
.c-email-cont-each .email-cont .email-list-wrap .email-list-wrap-ttl .inn-txt::before {
  position: absolute;
  content: "";
  background: -webkit-gradient(linear, left bottom, left top, color-stop(100%, #303030), color-stop(0%, #303030)) no-repeat center/10px 10px;
  background: linear-gradient(0deg, #303030 100%, #303030 0%) no-repeat center/10px 10px;
  width: 10px;
  height: 1.2em;
  top: 0;
  left: 0;
  opacity: 0.45;
}

.c-training-section {
  padding-block: 120px;
}
.c-training-section .inner-block {
  max-width: 1300px;
}
.c-training-section .inner-block > .c-ttl01 {
  margin-bottom: 96px;
}
.c-training-section .training-desc {
  font-size: 18px;
  line-height: 2.1111111111;
  letter-spacing: 0.16em;
}
.c-training-section .cautionary-note {
  font-size: 12px;
  margin-top: 16px;
  text-align: right;
}
.c-training-section .c-acc-wrap02 {
  background: transparent;
  margin-bottom: 45px;
}
.c-training-section .c-acc-cont,
.c-training-section .c-acc-wrap02 .c-acc-cont {
  background: transparent;
  padding-inline: 0;
}
.c-training-section .c-acc-btn,
.c-training-section .c-acc-wrap02 .c-acc-btn {
  padding-block: 20px;
  padding-inline: 20px 15px;
  gap: 24px;
}
.c-training-section .c-acc-btn .acc-txt,
.c-training-section .c-acc-wrap02 .c-acc-btn .acc-txt {
  font-size: 22px;
  line-height: 1.5909090909;
  letter-spacing: 0.075em;
}
.c-training-section .acc-cont-wrap {
  width: 100%;
}
.c-training-section .acc-cont-wrap .tbl-area {
  margin-top: 28px;
}
.c-training-section .c-tab-panel.mech-panel .c-acc-wrap, .c-training-section .c-tab-panel.truck-panel .c-acc-wrap {
  position: relative;
}
.c-training-section .c-tab-panel.mech-panel .c-acc-wrap > *, .c-training-section .c-tab-panel.truck-panel .c-acc-wrap > * {
  position: relative;
  z-index: 2;
}
.c-training-section .c-tab-panel.mech-panel .c-acc-wrap::after, .c-training-section .c-tab-panel.truck-panel .c-acc-wrap::after {
  position: absolute;
  content: "";
  z-index: 1;
  background: #322c74;
  width: min(48%, 410px);
  height: calc(100% + 45px);
  right: 0;
  top: 0;
  -webkit-transition: height 0.3s ease-in-out;
  transition: height 0.3s ease-in-out;
  -webkit-transform-origin: top center;
          transform-origin: top center;
}
.c-training-section .c-tab-panel.mech-panel .c-acc-wrap:not(.is-active)::after, .c-training-section .c-tab-panel.truck-panel .c-acc-wrap:not(.is-active)::after {
  height: 0px;
}
.c-training-section .c-tab-panel.mech-panel .training-list-each.each-white .c-acc-wrap::after, .c-training-section .c-tab-panel.truck-panel .training-list-each.each-white .c-acc-wrap::after {
  height: 60px;
  top: auto;
  bottom: -45px;
}
.c-training-section .c-tab-panel.mech-panel .training-list-each.each-white .c-acc-wrap:not(.is-active)::after, .c-training-section .c-tab-panel.truck-panel .training-list-each.each-white .c-acc-wrap:not(.is-active)::after {
  height: 0px;
}
.c-training-section .training-list {
  margin-top: 60px;
}
.c-training-section .training-list-each {
  display: grid;
  grid-template-columns: 100px auto;
  gap: 30px;
}
.c-training-section .training-list-each > .tbl-area {
  margin-bottom: 30px;
}
.c-training-section .training-list-each.each-white .c-acc-btn {
  background: #8f98aa;
}
.c-training-section .training-list-each.each-white .c-tbl02 thead th .inn-txt {
  color: #7b7b7b;
}
.c-training-section .training-list-each.each-white .c-tbl02 tbody th {
  background: #a5adbb;
}
.c-training-section .training-list-each.each-white .c-tbl02 tbody td {
  background: #e9eaee;
}
.c-training-section .training-list-each.each-white .c-tbl02.tbl-navy thead th {
  background: #322c74;
}
.c-training-section .training-list-each.each-white .c-tbl02.tbl-navy thead th .inn-txt {
  color: var(--white);
}
.c-training-section .training-list-each.each-white .c-tbl02.tbl-navy thead th .tag {
  color: var(--white);
  border-color: var(--white);
}
.c-training-section .training-list-each.each-white .c-tbl02.tbl-navy tbody th {
  background: #494383;
  width: 120px;
}
.c-training-section .training-list-each.each-white .c-tbl02.tbl-navy tbody td {
  background: #5f5b93;
  color: var(--white);
}
.c-training-section .training-list-each.each-white .tbl-area {
  display: grid;
  grid-template-columns: auto min(48%, 410px);
  gap: 30px;
}
.c-training-section .training-list-each.each-white .tbl-area .tbl-each:has(.c-tbl02.tbl-navy) {
  padding-inline: 20px;
  background: #322c74;
}
.c-training-section .training-list-each.each-white .tbl-area .tbl-each:has(.c-tbl02.tbl-navy) thead th {
  padding-inline: 0;
}
.c-training-section .training-list-each.each-yellow .c-acc-btn {
  background: #b7a60b;
}
.c-training-section .training-list-each.each-yellow .c-tbl02 thead th .inn-txt {
  color: #b7a60b;
}
.c-training-section .training-list-each.each-yellow .c-tbl02 tbody th {
  background: #b7a60b;
}
.c-training-section .training-list-each.each-yellow .c-tbl02 tbody td {
  background: #f1edce;
}
.c-training-section .training-list-each.each-green .c-acc-btn {
  background: #22b573;
}
.c-training-section .training-list-each.each-green .c-tbl02 thead th .inn-txt {
  color: #22b573;
}
.c-training-section .training-list-each.each-green .c-tbl02 tbody th {
  background: #22b573;
}
.c-training-section .training-list-each.each-green .c-tbl02 tbody th.th-span {
  background: #0E9A54;
}
.c-training-section .training-list-each.each-green .c-tbl02 tbody td {
  background: #d3f0e3;
}
.c-training-section .training-list-each.each-black .c-acc-btn {
  background: #333333;
}
.c-training-section .training-list-each.each-pink .c-tbl02 thead th .inn-txt, .c-training-section .training-list-each.each-salmon .c-tbl02 thead th .inn-txt, .c-training-section .training-list-each.each-green02 .c-tbl02 thead th .inn-txt, .c-training-section .training-list-each.each-orange .c-tbl02 thead th .inn-txt {
  color: var(--white);
}
.c-training-section .training-list-each.each-pink .c-tbl02 thead th .tag, .c-training-section .training-list-each.each-salmon .c-tbl02 thead th .tag, .c-training-section .training-list-each.each-green02 .c-tbl02 thead th .tag, .c-training-section .training-list-each.each-orange .c-tbl02 thead th .tag {
  color: var(--white);
  border-color: var(--white);
}
.c-training-section .training-list-each.each-pink .c-tbl02 thead th {
  background: #955865;
}
.c-training-section .training-list-each.each-pink .c-tbl02 tbody th {
  background: #B06978;
}
.c-training-section .training-list-each.each-pink .c-tbl02 tbody th.th-span {
  background: #9D606D;
}
.c-training-section .training-list-each.each-pink .c-tbl02 tbody td {
  background: #EFE2E4;
}
.c-training-section .training-list-each.each-salmon .c-tbl02 thead th {
  background: #94935A;
}
.c-training-section .training-list-each.each-salmon .c-tbl02 tbody th {
  background: #B0AD6A;
}
.c-training-section .training-list-each.each-salmon .c-tbl02 tbody th.th-span {
  background: #9A985F;
}
.c-training-section .training-list-each.each-salmon .c-tbl02 tbody td {
  background: #F0EFE1;
}
.c-training-section .training-list-each.each-green02 .c-tbl02 thead th {
  background: #1D5461;
}
.c-training-section .training-list-each.each-green02 .c-tbl02 tbody th {
  background: #226473;
}
.c-training-section .training-list-each.each-green02 .c-tbl02 tbody th.th-span {
  background: #1D5966;
}
.c-training-section .training-list-each.each-green02 .c-tbl02 tbody td {
  background: #D5E3E5;
}
.c-training-section .training-list-each.each-orange .c-tbl02 thead th {
  background: #333753;
}
.c-training-section .training-list-each.each-orange .c-tbl02 tbody th {
  background: #3C4262;
}
.c-training-section .training-list-each.each-orange .c-tbl02 tbody th.th-span {
  background: #343A57;
}
.c-training-section .training-list-each.each-orange .c-tbl02 tbody td {
  background: #D8D9E0;
}
.c-training-section .level-area {
  background: #989292;
  padding-inline: 12px;
  padding-block: 35px 20px;
  border: 1px solid var(--white);
  border-bottom: 0;
  position: relative;
}
.c-training-section .level-area::before, .c-training-section .level-area::after {
  position: absolute;
  content: "";
  height: 15px;
  -webkit-clip-path: polygon(0 10%, 0 0, 100% 0, 100% 10%, 50% 100%);
          clip-path: polygon(0 10%, 0 0, 100% 0, 100% 10%, 50% 100%);
}
.c-training-section .level-area::before {
  z-index: 2;
  width: calc(100% + 0px);
  background: #989292;
  top: calc(100% - 2px);
  left: 0;
}
.c-training-section .level-area::after {
  z-index: 1;
  width: calc(100% + 2px);
  background: var(--white);
  top: calc(100% - 1px);
  left: -1px;
}
.c-training-section .level-area .level-txt {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
  color: var(--white);
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}
.c-training-section .level-area.lvl-2, .c-training-section .level-area.lvl-3, .c-training-section .level-area.lvl-4 {
  border-top: 0;
}
.c-training-section .level-area.lvl-2 {
  background: #746d6d;
}
.c-training-section .level-area.lvl-2::before {
  background: #746d6d;
}
.c-training-section .level-area.lvl-3 {
  background: #4f4545;
}
.c-training-section .level-area.lvl-3::before {
  background: #4f4545;
}
.c-training-section .level-area.lvl-4 {
  height: calc(100% - 70px);
  background: #372c2c;
}
.c-training-section .level-area.lvl-4::before {
  background: #372c2c;
}

.header-top-nav.tag-area-is-open {
  background: #b3b3b3;
}

.c-tag-search-area {
  position: fixed;
  top: 143px;
  right: 0;
  width: 100%;
  height: calc(var(--vh) * 100);
  z-index: 110;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  overflow-y: auto;
  opacity: 0;
  pointer-events: none;
  background: #f2f2f2;
  padding: 75px 0;
}
.c-tag-search-area.is-open {
  opacity: 1;
  pointer-events: auto;
}

.search-block .inner-block {
  max-width: 1380px;
}
.search-block .white-box {
  background: var(--white);
  padding: 66px min(90px, 6.25vw) 80px;
}
.search-block label {
  display: block;
  position: relative;
}
.search-block label input {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.search-block label input:checked + .inn-txt {
  background: #7b7b7b;
  color: var(--white);
}
.search-block label .inn-txt {
  border-radius: 25px;
  border: 1px solid #7b7b7b;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.12em;
  line-height: 1.5;
  padding: 9.5px 35px;
  height: 45px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.search-block .tag-area .inn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 10px 5px;
}
.search-block .all-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-bottom: 38px;
}
.search-block .all-line .ttl {
  font-family: var(--ff-en);
  font-size: 20px;
  font-weight: bold;
  position: relative;
  padding-right: 34px;
  letter-spacing: 0.04em;
}
.search-block .all-line .ttl::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 12px;
  right: 0;
  margin: auto;
  width: 24px;
  height: 24px;
  background: url("../img/recruit/people/ico-search.svg") no-repeat center/cover;
}
.search-block .line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 10px;
  margin: 0px auto;
  max-width: 1070px;
}
.search-block .line + .line {
  margin-top: 32px;
}
.search-block .line .ttl {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  font-weight: 500;
  letter-spacing: 0.12em;
  margin-top: 8px;
  min-width: 126px;
  text-align: right;
}
.search-block .line .inn-txt {
  padding: 8.5px 28px 10.5px;
}

.people-block {
  margin-top: 40px;
  padding-bottom: 100px;
}
.people-block .inner-block {
  max-width: 1380px;
}
.people-block .img-area {
  overflow: hidden;
  position: relative;
}
.people-block .img-area img {
  width: 100%;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.people-block .img-area .site-name {
  background: var(--primary);
  color: var(--white);
  font-weight: 500;
  text-align: center;
  padding: 6px 30px;
  position: absolute;
  right: 0;
  bottom: 0;
}
.people-block .img-area .site-name.student {
  background: var(--black);
}
.people-block .people-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(auto, 1fr));
  gap: 33px min(20px, 1.3888888889vw);
}
.people-block .people-list a {
  background: var(--white);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  min-height: 500px;
}
.people-block .people-list a[target=_blank] .name {
  position: relative;
  padding-right: 26px;
}
.people-block .people-list a[target=_blank] .name::after {
  content: "";
  background: url("../img/common/ico-external.svg") no-repeat center/cover;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 16px;
  height: 15px;
}
.people-block .people-list .txt-area {
  padding: 12px 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.people-block .people-list .tag-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 6px 3px;
  margin: auto 2px 6px;
}
.people-block .people-list .tag-list .tag {
  text-align: center;
  color: var(--white);
  background: #7b7b7b;
  border-radius: 15px;
  font-size: 11px;
  letter-spacing: 0.12em;
  height: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 15px 10px 13px;
}
.people-block .people-list .name {
  font-family: var(--ff-en);
  font-weight: bold;
  margin-left: 4px;
  letter-spacing: 0.12em;
  line-height: 1.5;
  font-size: 18px;
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
}
.people-block .people-list .desc {
  font-size: 12px;
  letter-spacing: 0.04em;
  line-height: 1.58;
  margin-top: 7px;
  margin-left: 4px;
  font-weight: 500;
}
.people-block .no-result {
  font-weight: 500;
  letter-spacing: 0.1em;
}

/* -----------------------------------------------
* Page エントリーポイント
-------------------------------------------------- */
/* -----------------------------------------------
* home Module
* homeページ用
-------------------------------------------------- */
.home .kv-block {
  position: relative;
  width: 100%;
  height: 100%;
}
.home .kv-block .kv-ttl {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto;
  font-size: max(5vw, 40px);
  letter-spacing: 0.23em;
  color: #fff;
  z-index: 3;
}
.home .kv-block .swiper {
  width: 100%;
  height: 100%;
}
.home .kv-block .swiper .swiper-slide {
  opacity: 0;
  -webkit-transition-property: opacity !important;
  transition-property: opacity !important;
}
.home .kv-block .swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.home .link-section {
  padding: 117px 0px 150px;
}
.home .link-section .inner-block .link-content {
  display: grid;
  gap: 50px;
  grid-template-columns: 1fr;
}
.home .link-section .inner-block .link-content .cont-wrap {
  grid-row: span 2;
  display: grid;
  grid-template-rows: subgrid;
  row-gap: 24px;
}
.home .link-section .inner-block .link-content .cont-wrap .cont-link {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  background-color: #fff;
}
.home .link-section .inner-block .link-content .cont-wrap .cont-link.is-disabled img {
  -webkit-filter: brightness(0.5);
          filter: brightness(0.5);
}
.home .link-section .inner-block .link-content .cont-wrap .cont-link .img-area {
  overflow: hidden;
}
.home .link-section .inner-block .link-content .cont-wrap .cont-link .img-area img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
  height: auto;
}
.home .link-section .inner-block .link-content .cont-wrap .cont-link .txt-area {
  padding: 30px 25px 16px 18px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  letter-spacing: 0.08em;
}
.home .link-section .inner-block .link-content .cont-wrap .cont-link .txt-area .cont-ttl {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 900;
}
.home .link-section .inner-block .link-content .cont-wrap .cont-link .txt-area .txt {
  font-size: 14px;
  font-weight: 900;
  line-height: 1.857;
  margin: 25px 0px auto;
}
.home .link-section .inner-block .link-content .cont-wrap .cont-link .txt-area .read {
  margin-top: 18px;
}
.home .link-section .inner-block .link-content .cont-wrap .subtxt {
  width: 100%;
  font-size: 14px;
  line-height: 1.786;
  letter-spacing: 0.11em;
  color: #fff;
}

.entry {
  overflow: hidden;
}
.entry .c-anchor-link-section .inner-block {
  max-width: 812px;
}

/* -----------------------------------------------
* recruit Module
* recruitページ用
-------------------------------------------------- */
.recruit {
  /*

  MVセクションめも

  ・4つの枠に分ける
  　PC時：右と左、１・２、その下に３・４を重ねる
  　SP時：１・２・３・４の順に重ねる

  ・animation-delayをつける
  　PC時：１・２、３・４でディレイを合わせて、
  　　　　同タイミングでフリップアニメーション
  　SP時：１・２・３・４の順にディレイを増やす
  // PC時の順番について指定ないのでいい感じでやる


  文字のアニメーション:
  spanで1文字ずつ囲って、
  ディレイをScssの関数で文字*0.01とかでずらす？

  */
}
.recruit .mv-section {
  position: relative;
}
.recruit .mv-section .bg-area {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  background: var(--black);
  overflow: hidden;
}
.recruit .mv-section .bg-area .bg-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-row: 1;
}
.recruit .mv-section .bg-area .bg-wrap.bg-wrap-01, .recruit .mv-section .bg-area .bg-wrap.bg-wrap-03 {
  grid-column: 1/2;
}
.recruit .mv-section .bg-area .bg-wrap.bg-wrap-02, .recruit .mv-section .bg-area .bg-wrap.bg-wrap-04 {
  grid-column: 2/3;
}
.recruit .mv-section .bg-area .bg-wrap.bg-wrap-01 .bg-each:nth-child(4) {
  position: relative;
}
.recruit .mv-section .bg-area .bg-wrap.bg-wrap-01 .bg-each:nth-child(4)::after {
  position: absolute;
  content: "";
  background: url("../img/recruit/mv-deco01.png.webp") no-repeat center bottom/contain;
  width: 19.2361111111vw;
  height: 100%;
  right: 0;
  bottom: 0;
}
.recruit .mv-section .bg-area .bg-wrap.bg-wrap-02 .bg-each:nth-child(2) {
  position: relative;
}
.recruit .mv-section .bg-area .bg-wrap.bg-wrap-02 .bg-each:nth-child(2)::after {
  position: absolute;
  content: "";
  background: url("../img/recruit/mv-deco03.png.webp") no-repeat center 0.9027777778vw/contain;
  width: 21.8055555556vw;
  height: 100%;
  left: 0;
  bottom: 0;
}
.recruit .mv-section .bg-area .bg-wrap.bg-wrap-02 .bg-each:nth-child(3) {
  position: relative;
}
.recruit .mv-section .bg-area .bg-wrap.bg-wrap-02 .bg-each:nth-child(3)::after {
  position: absolute;
  content: "";
  background: url("../img/recruit/mv-deco02.png.webp") no-repeat center 7.9861111111vw/contain;
  width: 8.8194444444vw;
  height: 100%;
  left: 0;
  bottom: 0;
}
.recruit .mv-section .bg-area .bg-wrap.bg-wrap-02 .bg-each:nth-child(3) .bg-txt {
  left: 1.9444444444vw;
  bottom: 8.1944444444vw;
}
.recruit .mv-section .bg-area .bg-wrap.bg-wrap-03 .bg-each:nth-child(4) {
  position: relative;
}
.recruit .mv-section .bg-area .bg-wrap.bg-wrap-03 .bg-each:nth-child(4)::after {
  position: absolute;
  content: "";
  background: url("../img/recruit/mv-deco04.png.webp") no-repeat center calc(100% - 22px)/contain;
  width: 13.8888888889vw;
  height: 100%;
  right: 0;
  bottom: 0;
}
.recruit .mv-section .bg-area .bg-wrap.bg-wrap-04 .bg-each:nth-child(2) {
  position: relative;
}
.recruit .mv-section .bg-area .bg-wrap.bg-wrap-04 .bg-each:nth-child(2)::after {
  position: absolute;
  content: "";
  background: url("../img/recruit/mv-deco05.png.webp") no-repeat center calc(100% - 1.25vw)/contain;
  width: 21.9444444444vw;
  height: 100%;
  left: calc(0px - 3.6805555556vw);
  bottom: 0;
}
.recruit .mv-section .bg-area .bg-wrap.bg-wrap-04 .bg-each:nth-child(2) .bg-txt {
  left: 9.375vw;
  bottom: 6.4583333333vw;
}
.recruit .mv-section .bg-area .bg-wrap.bg-wrap-04 .bg-each:nth-child(4) {
  position: relative;
}
.recruit .mv-section .bg-area .bg-wrap.bg-wrap-04 .bg-each:nth-child(4)::after {
  position: absolute;
  content: "";
  background: url("../img/recruit/mv-deco06.png.webp") no-repeat center bottom/contain;
  width: 21.7361111111vw;
  height: 100%;
  left: calc(0px - 17.7083333333vw);
  bottom: 0;
}
.recruit .mv-section .bg-area .bg-each.bg-red {
  background: var(--primary);
}
.recruit .mv-section .bg-area .bg-each {
  display: block;
  background: var(--black);
  height: 100%;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  position: relative;
}
.recruit .mv-section .bg-area .bg-each img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.recruit .mv-section .bg-area .bg-each .bg-txt {
  font-size: 1.3194444444vw;
  line-height: 2.0526315789;
  letter-spacing: 0.09em;
  font-family: var(--ff-en);
  color: var(--white);
  position: absolute;
}
.recruit .mv-section .inner-block {
  position: absolute;
  z-index: 10;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  inset: 0;
  margin: auto;
  max-width: none;
}
.recruit .mv-section .cont-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.recruit .mv-section .top-ttl-img-area {
  max-width: 900px;
}
.recruit .mv-section .top-ttl-img-area {
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
          clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  opacity: 0;
  -webkit-transition: opacity 0.3s 1.2s ease-in-out, -webkit-clip-path 0.8s 1.2s ease-out;
  transition: opacity 0.3s 1.2s ease-in-out, -webkit-clip-path 0.8s 1.2s ease-out;
  transition: clip-path 0.8s 1.2s ease-out, opacity 0.3s 1.2s ease-in-out;
  transition: clip-path 0.8s 1.2s ease-out, opacity 0.3s 1.2s ease-in-out, -webkit-clip-path 0.8s 1.2s ease-out;
}
.recruit .mv-section .top-ttl-txt {
  font-size: 12px;
  line-height: 1.8333333333;
  letter-spacing: 0.18em;
  color: var(--white);
  font-family: var(--ff-en);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.recruit .mv-section .top-ttl-txt {
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
          clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  opacity: 0;
  -webkit-transition: opacity 0.3s 1.8s ease-in-out, -webkit-clip-path 0.8s 1.8s ease-out;
  transition: opacity 0.3s 1.8s ease-in-out, -webkit-clip-path 0.8s 1.8s ease-out;
  transition: clip-path 0.8s 1.8s ease-out, opacity 0.3s 1.8s ease-in-out;
  transition: clip-path 0.8s 1.8s ease-out, opacity 0.3s 1.8s ease-in-out, -webkit-clip-path 0.8s 1.8s ease-out;
}
.recruit .mv-section.is-shown .top-ttl-img-area {
  -webkit-clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
          clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
  opacity: 1;
}
.recruit .mv-section.is-shown .top-ttl-txt {
  -webkit-clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
          clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
  opacity: 1;
}
.recruit .message-section {
  position: relative;
  overflow: hidden;
  border-top: 10px solid var(--white);
}
.recruit .message-section .bg-area {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  inset: 0;
  margin: auto;
}
.recruit .message-section .bg-area .bg-img {
  display: block;
  width: 100%;
  height: 100%;
}
.recruit .message-section .bg-area .bg-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}
.recruit .message-section .inner-block {
  z-index: 2;
  max-width: 1090px;
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}
.recruit .message-section .cont-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  background: var(--white);
  padding-block: 90px 64px;
  padding-inline: 40px 30px;
  width: 100%;
  max-width: 541px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.recruit .message-section .message-txt {
  font-size: 17px;
  line-height: 2.1764705882;
  letter-spacing: 0.21em;
  font-weight: 700;
}
.recruit .message-section .message-txt + .message-txt {
  margin-top: 1.5em;
}
.recruit .message-section .message-ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-block: 45px 24px;
}
.recruit .message-section .message-ttl .main {
  font-size: 35px;
  line-height: 1.7;
  letter-spacing: -0.04em;
  font-weight: 600;
}
.recruit .message-section .message-ttl .sub {
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0.09em;
  font-family: var(--ff-en);
}
.recruit .message-section .message-sub-txt {
  font-size: 10px;
  line-height: 1.6;
  letter-spacing: 0.13em;
  font-family: var(--ff-en);
}
.recruit .c-info-cont {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  z-index: 2;
}
.recruit .c-info-cont.bg-transparent .cont-wrap {
  background: rgba(0, 0, 0, 0.82);
}
.recruit .c-info-cont.align-right {
  margin-left: auto;
}
.recruit .c-info-cont.align-center {
  margin-inline: auto;
}
.recruit .c-info-cont.is-disabled.bg-transparent .cont-wrap {
  background: rgba(69, 69, 69, 0.82);
}
.recruit .c-info-cont.is-disabled .cont-wrap {
  background: #454545;
}
.recruit .c-info-cont.is-disabled .info-ttl {
  opacity: 0.5;
}
.recruit .c-info-cont.is-disabled .info-desc {
  opacity: 0.5;
}
.recruit .c-info-cont.is-disabled .img-area img {
  -webkit-filter: brightness(0.5);
          filter: brightness(0.5);
}
.recruit .c-info-cont.is-disabled .cont-ttl {
  opacity: 0.5;
}
.recruit .c-info-cont .cont-wrap {
  background: var(--black);
  -webkit-clip-path: polygon(80px 0, 80px 0%, 100% 0, 100% calc(100% - 80px), calc(100% - 80px) 100%, 30% 100%, 0 100%, 0 80px);
          clip-path: polygon(80px 0, 80px 0%, 100% 0, 100% calc(100% - 80px), calc(100% - 80px) 100%, 30% 100%, 0 100%, 0 80px);
  padding-block: 65px 36px;
  padding-inline: clamp(40px, 5.1388888889vw, 74px);
}
.recruit .c-info-cont .cont-wrap.cont-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.recruit .c-info-cont .info-ttl {
  color: var(--white);
  font-weight: 400;
  margin-bottom: 36px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.recruit .c-info-cont .info-ttl .en {
  font-family: var(--ff-en);
  font-size: 36px;
  line-height: 1.1111111111;
  letter-spacing: 0.1em;
}
.recruit .c-info-cont .info-ttl .ja {
  font-size: 22px;
  line-height: 1.9090909091;
  letter-spacing: 0.27em;
}
.recruit .c-info-cont .info-desc {
  color: var(--white);
  font-size: 14px;
  line-height: 1.8571428571;
  letter-spacing: 0.15em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.recruit .c-info-cont .info-txt-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.recruit .c-info-cont .info-cont-each {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  max-width: 360px;
}
.recruit .c-info-cont .info-cont-each.cont-square {
  max-width: 232px;
  width: 100%;
}
.recruit .c-info-cont .info-cont-each.is-disabled .img-area img {
  -webkit-filter: brightness(0.5);
          filter: brightness(0.5);
}
.recruit .c-info-cont .info-cont-each.is-disabled .cont-ttl {
  opacity: 0.5;
}
.recruit .c-info-cont .info-cont-each:is(a, button):not(.is-disabled):focus-visible .img-area img {
  scale: 1.05;
}
.recruit .c-info-cont .info-cont-each:is(a, button):not(.is-disabled):focus-visible .cont-ttl .ja, .recruit .c-info-cont .info-cont-each:is(a, button):not(.is-disabled):focus-visible .cont-ttl .en {
  opacity: 0.5;
}
.recruit .c-info-cont .info-cont-each .cont-ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  color: var(--white);
  font-weight: 400;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  padding-bottom: 24px;
  position: relative;
}
.recruit .c-info-cont .info-cont-each .cont-ttl::after {
  position: absolute;
  content: "";
  background: var(--primary);
  width: 32px;
  height: 1px;
  left: 0;
  bottom: 0;
}
.recruit .c-info-cont .info-cont-each .cont-ttl .en,
.recruit .c-info-cont .info-cont-each .cont-ttl .ja {
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.recruit .c-info-cont .info-cont-each .cont-ttl .en {
  font-family: var(--ff-en);
  font-size: 12px;
  line-height: 1.75;
  letter-spacing: 0.2em;
}
.recruit .c-info-cont .info-cont-each .cont-ttl .en + .ja {
  margin-top: 4px;
}
.recruit .c-info-cont .info-cont-each .cont-ttl .ja {
  font-size: 14px;
  line-height: 1.8571428571;
  letter-spacing: 0.27em;
}
.recruit .c-info-cont .info-cont-each .img-area {
  overflow: hidden;
  display: block;
  position: relative;
}
.recruit .c-info-cont .info-cont-each .img-area .img {
  overflow: hidden;
  display: block;
}
.recruit .c-info-cont .info-cont-each .img-area img {
  -webkit-transition: scale 0.3s ease-in-out;
  transition: scale 0.3s ease-in-out;
}
.recruit .c-info-cont .info-cont-each .coming-soon {
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.04em;
  color: var(--white);
  font-family: var(--ff-en);
  background: #000;
  padding-block: 8px;
  padding-inline: 16px;
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  bottom: 0;
  right: 0;
}
.recruit .c-info-cont .info-cont-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 35px 20px;
}
.recruit .c-info-cont .info-cont-list.cont-1 {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.recruit .c-info-cont .info-cont-list.cont-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.recruit .c-info-cont .deco-area {
  position: absolute;
  pointer-events: none;
  max-width: 108px;
}
.recruit .parallax-sections {
  position: relative;
}
.recruit .parallax-sections.js--parallax-sections .bg-area {
  height: 100vh;
}
.recruit .parallax-sections.js--parallax-sections .event-section,
.recruit .parallax-sections.js--parallax-sections .special-section {
  position: relative;
}
.recruit .parallax-sections .bg-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.recruit .parallax-sections .bg-area .bg-img {
  width: 100%;
}
.recruit .parallax-sections .bg-area .bg-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center bottom;
     object-position: center bottom;
}
.recruit .event-section,
.recruit .special-section {
  overflow: hidden;
  min-height: calc(var(--vh, 1vh) * 100);
  padding-block: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.recruit .business-section {
  padding-bottom: 130px;
}
.recruit .business-section .bg-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.recruit .business-section .bg-area .bg-each {
  width: 100%;
  height: 100%;
}
.recruit .business-section .bg-area .bg-each img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.recruit .business-section .inner-block {
  margin-top: -133px;
  max-width: 1236px;
}
.recruit .business-section .c-info-cont .deco-area {
  top: -26px;
  left: -3px;
}
.recruit .people-section {
  padding-bottom: 64px;
}
.recruit .people-section .people-slider .swiper-wrapper {
  gap: 34px;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
.recruit .people-section .people-slider .swiper-slide {
  width: 323px;
}
.recruit .people-section .people-slider .swiper-slide .cont-wrap {
  display: block;
}
.recruit .people-section .people-slider .swiper-slide .cont-wrap:is(a, button):not(.is-disabled):focus-visible .img-area img {
  scale: 1.05;
}
.recruit .people-section .people-slider .swiper-slide .cont-wrap.is-disabled .img-area img {
  -webkit-filter: brightness(0.5);
          filter: brightness(0.5);
}
.recruit .people-section .people-slider .swiper-slide .cont-wrap .img-area {
  display: block;
  overflow: hidden;
}
.recruit .people-section .people-slider .swiper-slide .cont-wrap .img-area img {
  -webkit-transition: scale 0.3s ease-in-out;
  transition: scale 0.3s ease-in-out;
}
.recruit .people-section .inner-block {
  max-width: 1340px;
  z-index: 2;
  margin-top: -92px;
}
.recruit .people-section .info-btn-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}
.recruit .people-section .info-btn-wrap .btn-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 15px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-top: 130px;
}
.recruit .people-section .info-btn-wrap .btn-area .c-btn01 {
  font-size: 14px;
  letter-spacing: 0.16em;
}
.recruit .people-section .c-info-cont .deco-area {
  bottom: -13px;
  right: -27px;
}
.recruit .env-section {
  padding-bottom: 150px;
}
.recruit .env-section .inner-block {
  max-width: 1220px;
}
.recruit .env-section .c-info-cont .deco-area {
  bottom: -82px;
  right: 83px;
}
.recruit .sections-wrap {
  position: relative;
  overflow: hidden;
}
.recruit .sections-wrap .bg-deco-area {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: min(504px, 35vw);
}

@-webkit-keyframes mv-flip {
  0% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  10% {
    -webkit-transform: rotateY(-180deg);
            transform: rotateY(-180deg);
  }
  50% {
    -webkit-transform: rotateY(-180deg);
            transform: rotateY(-180deg);
  }
  60% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
}

@keyframes mv-flip {
  0% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  10% {
    -webkit-transform: rotateY(-180deg);
            transform: rotateY(-180deg);
  }
  50% {
    -webkit-transform: rotateY(-180deg);
            transform: rotateY(-180deg);
  }
  60% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
}
@-webkit-keyframes mv-flip-back {
  0% {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
  }
  10% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  50% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  60% {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
  }
  100% {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
  }
}
@keyframes mv-flip-back {
  0% {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
  }
  10% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  50% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  60% {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
  }
  100% {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
  }
}
@-webkit-keyframes mv-sp-each-out {
  0% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateY(-180deg);
            transform: rotateY(-180deg);
  }
}
@keyframes mv-sp-each-out {
  0% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateY(-180deg);
            transform: rotateY(-180deg);
  }
}
@-webkit-keyframes mv-sp-each-in {
  0% {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
  }
  100% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
}
@keyframes mv-sp-each-in {
  0% {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
  }
  100% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
}
#wrapper:has(main) .c-footer .recruitment-area.recruitment-parallax {
  position: relative;
  background: none;
}
#wrapper:has(main) .c-footer .recruitment-area.recruitment-parallax .inner-block {
  position: relative;
  z-index: 2;
  overflow: hidden;
}
#wrapper:has(main) .c-footer .recruitment-area.recruitment-parallax .bg-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#wrapper:has(main) .c-footer .recruitment-area.recruitment-parallax .bg-area img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center bottom;
     object-position: center bottom;
}

/* -----------------------------------------------
* job Module
* jobページ用
-------------------------------------------------- */
.job .c-anchor-link.job-01 .acc-wrap {
  color: #3e6078;
}
.job .c-anchor-link.job-01 .acc-wrap .acc-cont .c-list a:focus-visible {
  color: #3e6078;
}
.job .job-section-each.job-01 .job-mv-section .ttl-area .ttl {
  background: #3e6078;
}
.job .c-anchor-link.job-02 .acc-wrap {
  color: #723255;
}
.job .c-anchor-link.job-02 .acc-wrap .acc-cont .c-list a:focus-visible {
  color: #723255;
}
.job .job-section-each.job-02 .job-mv-section .ttl-area .ttl {
  background: #723255;
}
.job .c-anchor-link.job-03 .acc-wrap {
  color: #3f6a3f;
}
.job .c-anchor-link.job-03 .acc-wrap .acc-cont .c-list a:focus-visible {
  color: #3f6a3f;
}
.job .job-section-each.job-03 .job-mv-section .ttl-area .ttl {
  background: #3f6a3f;
}
.job .c-anchor-link.job-04 .acc-wrap {
  color: #9c4d40;
}
.job .c-anchor-link.job-04 .acc-wrap .acc-cont .c-list a:focus-visible {
  color: #9c4d40;
}
.job .job-section-each.job-04 .job-mv-section .ttl-area .ttl {
  background: #9c4d40;
}
.job .c-anchor-link.job-05 .acc-wrap {
  color: #754089;
}
.job .c-anchor-link.job-05 .acc-wrap .acc-cont .c-list a:focus-visible {
  color: #754089;
}
.job .job-section-each.job-05 .job-mv-section .ttl-area .ttl {
  background: #754089;
}
.job .c-anchor-link.job-06 .acc-wrap {
  color: #7e912c;
}
.job .c-anchor-link.job-06 .acc-wrap .acc-cont .c-list a:focus-visible {
  color: #7e912c;
}
.job .job-section-each.job-06 .job-mv-section .ttl-area .ttl {
  background: #7e912c;
}
.job .about-section {
  background: #000;
  padding-bottom: 128px;
}
.job .about-section .c-anchor-link-section {
  margin-top: -395px;
  position: relative;
  z-index: 2;
  padding-bottom: 0;
}
.job .about-section .c-anchor-link-section .anchor-link-list .c-anchor-link:has(.cont-wrap > .txt-area) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.job .about-section .c-anchor-link-section .anchor-link-list .c-anchor-link:has(.cont-wrap > .txt-area) .cont-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.job .about-section .c-anchor-link-section .anchor-link-list .c-anchor-link .cont-wrap {
  padding-bottom: 80px;
  padding-right: 32px;
  padding-left: 20px;
  gap: 0;
}
.job .about-section .c-anchor-link-section .anchor-link-list .c-anchor-link .cont-wrap:has(.anchor-btn-link-area:focus-visible) .anchor-ttl,
.job .about-section .c-anchor-link-section .anchor-link-list .c-anchor-link .cont-wrap:has(.anchor-btn-link-area:focus-visible) .anchor-desc {
  opacity: 0.5;
}
.job .about-section .c-anchor-link-section .anchor-link-list .c-anchor-link .cont-wrap .anchor-btn-link-area:focus-visible .anchor-btn {
  background: var(--white);
}
.job .about-section .c-anchor-link-section .anchor-link-list .c-anchor-link .cont-wrap .anchor-btn-link-area:focus-visible .anchor-btn::after {
  background: var(--primary);
}
.job .about-section .c-anchor-link-section .anchor-link-list .c-anchor-link .cont-wrap .anchor-btn-link-area:focus-visible .anchor-btn.bg-black::after {
  background: var(--head-text);
}
.job .about-section .c-anchor-link-section .anchor-link-list .c-anchor-link .cont-wrap .anchor-btn-link-area {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  margin: auto;
}
.job .about-section .c-anchor-link-section .anchor-link-list .c-anchor-link .cont-wrap .anchor-btn-link-area .anchor-btn-area {
  width: 47px;
  height: 50px;
}
.job .about-section .c-anchor-link-section .anchor-link-list .c-anchor-link .cont-wrap .anchor-btn-link-area .anchor-btn-area .anchor-btn {
  width: 37px;
  height: 40px;
}
.job .about-section .c-anchor-link-section .anchor-link-list .c-anchor-link .cont-wrap .anchor-btn-link-area .anchor-btn-area .anchor-btn::after {
  width: 12px;
}
.job .about-section .c-anchor-link-section .anchor-link-list .c-anchor-link .cont-wrap .txt-area {
  position: relative;
  z-index: 3;
}
.job .about-section .c-anchor-link-section .anchor-link-list .c-anchor-link .cont-wrap .anchor-ttl,
.job .about-section .c-anchor-link-section .anchor-link-list .c-anchor-link .cont-wrap .anchor-desc {
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.job .about-section .c-anchor-link-section .anchor-link-list .c-anchor-link .cont-wrap .anchor-ttl {
  font-size: 33px;
  line-height: 1.5151515152;
  letter-spacing: 0;
}
.job .about-section .c-anchor-link-section .anchor-link-list .c-anchor-link .cont-wrap .anchor-desc {
  font-size: 15px;
  line-height: 1.6666666667;
  letter-spacing: 0.1em;
  margin-block: 10px 36px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.job .about-section .c-anchor-link-section .anchor-link-list .c-anchor-link .cont-wrap .acc-wrap.is-active .acc-icon::before {
  rotate: 90deg;
}
.job .about-section .c-anchor-link-section .anchor-link-list .c-anchor-link .cont-wrap .acc-btn {
  font-size: 15px;
  line-height: 1.6666666667;
  letter-spacing: 0.16em;
  font-weight: 500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  width: 100%;
  border-bottom: 1px solid currentColor;
  padding-block: 12px;
  padding-right: 8px;
}
.job .about-section .c-anchor-link-section .anchor-link-list .c-anchor-link .cont-wrap .acc-btn:focus-visible .inn-txt {
  opacity: 0.5;
}
.job .about-section .c-anchor-link-section .anchor-link-list .c-anchor-link .cont-wrap .acc-btn .inn-txt {
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.job .about-section .c-anchor-link-section .anchor-link-list .c-anchor-link .cont-wrap .acc-icon {
  display: block;
  width: 15px;
  height: 15px;
  aspect-ratio: 1;
  position: relative;
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}
.job .about-section .c-anchor-link-section .anchor-link-list .c-anchor-link .cont-wrap .acc-icon::before, .job .about-section .c-anchor-link-section .anchor-link-list .c-anchor-link .cont-wrap .acc-icon::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 15px;
  background: currentColor;
  inset: 0;
  margin: auto;
  -webkit-transition: rotate 0.3s ease-in-out;
  transition: rotate 0.3s ease-in-out;
}
.job .about-section .c-anchor-link-section .anchor-link-list .c-anchor-link .cont-wrap .acc-icon::after {
  rotate: -90deg;
}
.job .about-section .c-anchor-link-section .anchor-link-list .c-anchor-link .cont-wrap .acc-cont {
  padding-top: 48px;
}
.job .about-section .c-anchor-link-section .anchor-link-list .c-anchor-link .cont-wrap .acc-cont .c-list {
  font-size: 14px;
  line-height: 1.7857142857;
  letter-spacing: 0.025em;
  font-weight: 500;
}
.job .about-section .c-anchor-link-section .anchor-link-list .c-anchor-link .cont-wrap .acc-cont .c-list li + li {
  margin-top: 5px;
}
.job .about-section .c-anchor-link-section .anchor-link-list .c-anchor-link .cont-wrap .acc-cont .c-list li {
  position: relative;
  padding-left: 16px;
  text-indent: 0;
}
.job .about-section .c-anchor-link-section .anchor-link-list .c-anchor-link .cont-wrap .acc-cont .c-list li::before {
  position: absolute;
  content: "";
  -webkit-mask: url("../img/common/ico-circle.svg") no-repeat center/6px;
          mask: url("../img/common/ico-circle.svg") no-repeat center/6px;
  background: currentColor;
  width: 1em;
  height: 1.7857142857em;
  top: 0;
  left: 0;
}
.job .about-section .c-anchor-link-section .anchor-link-list .c-anchor-link .cont-wrap .acc-cont .c-list li a {
  display: block;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.job .about-section .c-anchor-link-section .anchor-link-list .c-anchor-link .cont-wrap .acc-cont .c-list li a:not(:hover):not(:focus-visible) {
  color: var(--black02);
}
.job .about-section .c-anchor-link-section .anchor-area-ttl {
  font-size: 33px;
  line-height: 1.5151515152;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 20px;
}
.job .about-section .c-anchor-link-section .anchor-area-each + .anchor-area-each {
  margin-top: 60px;
}
.job .about-section .top-area {
  padding-top: 50px;
  padding-bottom: 363px;
  position: relative;
  overflow: hidden;
}
.job .about-section .top-area::before, .job .about-section .top-area::after {
  position: absolute;
  content: "";
  z-index: 1;
  width: 100%;
  left: 0;
  pointer-events: none;
}
.job .about-section .top-area::before {
  height: clamp(1000px, 90.2777777778vw, 1300px);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgb(0, 0, 0)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(180deg, rgb(0, 0, 0) 50%, rgba(255, 255, 255, 0) 100%);
  top: 0;
}
.job .about-section .top-area::after {
  height: clamp(1000px, 98.8194444444vw, 1423px);
  background: -webkit-gradient(linear, left bottom, left top, color-stop(10%, rgb(0, 0, 0)), color-stop(45%, rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, rgb(0, 0, 0) 10%, rgba(255, 255, 255, 0) 45%);
  bottom: -135px;
}
.job .about-section .top-area .about-top-txt {
  font-size: 30px;
  line-height: 1.6;
  font-weight: 700;
  color: var(--white);
  letter-spacing: 0.1em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.job .about-section .top-area .about-desc-top {
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.11em;
  color: var(--white);
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  max-width: 610px;
  margin-block: 24px 32px;
}
.job .about-section .top-area .about-desc-bottom {
  font-size: 17px;
  line-height: 1.8235294118;
  letter-spacing: 0.16em;
  color: var(--white);
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.job .about-section .top-area .top-txt-area,
.job .about-section .top-area .top-img-area,
.job .about-section .top-area .top-desc-area {
  position: relative;
  z-index: 2;
}
.job .about-section .top-area .top-txt-area .inner-block {
  max-width: 1304px;
}
.job .about-section .top-area .top-img-area .inner-block {
  max-width: 1422px;
}
.job .about-section .top-area .top-img-area .img-wrap {
  position: relative;
}
.job .about-section .top-area .top-img-area .img-area {
  display: block;
  position: relative;
  z-index: 2;
}
.job .about-section .top-area .top-img-area .img-area.bottom {
  position: absolute;
  z-index: 1;
  inset: 0;
  margin: auto;
}
.job .about-section .top-area .top-img-area .img-area img {
  width: 100%;
}
.job .about-section .top-area .top-desc-area {
  margin-top: 370px;
}
.job .about-section .top-area .top-desc-area .inner-block {
  max-width: 1000px;
  margin-inline: auto;
}
.job .about-section .top-area .about-bg-area {
  position: absolute;
  bottom: 1px;
  left: 0;
  display: block;
  width: 100%;
}
.job .about-section .top-area .about-bg-area img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 42% center;
     object-position: 42% center;
}
.job .jobs-section {
  position: relative;
}
.job .jobs-section .job-section-each + .job-section-each {
  margin-top: 20px;
}
.job .jobs-section .job-section-each {
  background: var(--black02);
}
.job .jobs-section .job-mv-section {
  position: relative;
}
.job .jobs-section .job-mv-section .ttl-area {
  padding-block: 218px 270px;
  position: relative;
  z-index: 2;
}
.job .jobs-section .job-mv-section .ttl-area .inner-block {
  max-width: 826px;
}
.job .jobs-section .job-mv-section .ttl-area .ttl {
  font-size: 40px;
  line-height: 1.525;
  letter-spacing: 0.1em;
  font-weight: 700;
  color: var(--white);
  text-align: center;
  padding-block: 16px;
  padding-inline: 20px;
}
.job .jobs-section .job-mv-section .ttl-area .desc {
  padding-inline: 8px;
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.16em;
  color: var(--white);
}
.job .jobs-section .job-mv-section .bg-area {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}
.job .jobs-section .job-mv-section .bg-area img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}
.job .jobs-section .c-white-section-anchor-container {
  margin-top: -152px;
  padding-bottom: 150px;
}
.job .jobs-section .c-inn-section {
  gap: 0;
  max-width: 1220px;
  padding-inline: 0;
  padding-block: 0;
}
.job .jobs-section .c-inn-anchor-area {
  left: 0;
  margin-top: 0;
  height: calc(100% - 150px - 535px);
}
.job .jobs-section .c-inn-anchor-area .cont-wrap {
  padding-left: clamp(20px, 3.8888888889vw, 56px);
  padding-block: 48px;
}
.job .jobs-section .c-inn-anchor-area .inn-anchor-list {
  font-size: 20px;
  line-height: 1.9;
  letter-spacing: 0.15em;
}
.job .jobs-section .c-inn-anchor-area .inn-anchor-list > li + li {
  margin-top: 30px;
}
.job .jobs-section .c-inn-anchor-area .inn-anchor-list > li ul {
  margin-top: 6px;
  margin-left: 10px;
}
.job .jobs-section .c-inn-anchor-area .inn-anchor-list .inn-anchor-link {
  padding-block: 0;
}
.job .jobs-section .c-inn-anchor-area .inn-anchor-list .inn-anchor-link:not(.is-current):not(:hover, :focus-visible) {
  color: #666666;
}
.job .jobs-section .inn-cont-area {
  position: relative;
}
.job .jobs-section .job-cont-each:not(:has(> .c-acc-wrap)):not(:has(.job-description)) {
  padding-block: 0;
}
.job .jobs-section .job-cont-each {
  padding: 0;
  border-radius: 0;
}
.job .jobs-section .job-cont-each:has(.acc-btn:focus-visible) .top-area .txt-area {
  opacity: 0.5;
}
.job .jobs-section .job-cont-each .c-acc-wrap {
  position: relative;
}
.job .jobs-section .job-cont-each .c-acc-wrap.is-active .c-acc-icon {
  background: var(--primary);
}
.job .jobs-section .job-cont-each .acc-btn {
  position: absolute;
  z-index: 2;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  padding-right: 20px;
  padding-bottom: 18px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.job .jobs-section .job-cont-each .acc-btn .c-acc-icon {
  width: 50px;
  height: 50px;
}
.job .jobs-section .job-cont-each .acc-btn .c-acc-icon::before, .job .jobs-section .job-cont-each .acc-btn .c-acc-icon::after {
  height: 18px;
}
.job .jobs-section .job-cont-each .top-area,
.job .jobs-section .job-cont-each .acc-cont {
  display: grid;
  grid-template-columns: min(37%, 320px) auto;
  gap: 32px;
  padding-inline: 20px 96px;
}
.job .jobs-section .job-cont-each .top-area {
  padding-block: 20px;
}
.job .jobs-section .job-cont-each .top-area .img-area img {
  width: 100%;
}
.job .jobs-section .job-cont-each .top-area .txt-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.job .jobs-section .job-cont-each .top-area .ttl {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 28px;
  line-height: 1.8928571429;
  letter-spacing: 0.1em;
  font-weight: 700;
}
.job .jobs-section .job-cont-each .top-area .desc {
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.16em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.job .jobs-section .job-cont-each .acc-cont {
  background: #f2f2f2;
  padding-block: 20px 18px;
  grid-template-columns: min(20%, 320px) auto;
}
.job .jobs-section .job-cont-each .acc-cont .people-each + .people-each {
  margin-top: 12px;
}
.job .jobs-section .job-cont-each .acc-cont .people-each {
  position: relative;
  z-index: 3;
}
.job .jobs-section .job-cont-each .acc-cont .people-each .cont-wrap {
  background: var(--white);
  padding-block: 10px;
  padding-inline: 14px;
  display: grid;
  gap: 12px;
}
.job .jobs-section .job-cont-each .acc-cont .people-each .cont-wrap:focus-visible .txt-area {
  opacity: 0.5;
}
.job .jobs-section .job-cont-each .acc-cont .people-each .cont-wrap[target=_blank] .ttl {
  position: relative;
  padding-right: 26px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.job .jobs-section .job-cont-each .acc-cont .people-each .cont-wrap[target=_blank] .ttl::after {
  content: "";
  background: url(../img/common/ico-external.svg) no-repeat center/cover;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 16px;
  height: 15px;
}
.job .jobs-section .job-cont-each .acc-cont .people-each .img-area {
  position: relative;
}
.job .jobs-section .job-cont-each .acc-cont .people-each .img-area .site-name {
  background: var(--black);
  color: var(--white);
  font-weight: 500;
  text-align: center;
  padding: 6px 30px;
  position: absolute;
  right: 0;
  bottom: 0;
}
.job .jobs-section .job-cont-each .acc-cont .people-each .txt-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 10px;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.job .jobs-section .job-cont-each .acc-cont .people-each .ttl {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.12em;
  font-weight: 700;
}
.job .jobs-section .job-cont-each .acc-cont .people-each .desc {
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.04em;
}

.faq .inn-cont-area_section {
  margin-block: 75px 0px;
}
.faq .acc-ttl {
  margin-block: 0px 30px;
}
.faq .c-white-section-anchor-container .c-white-section:not(:last-child) .c-inn-anchor-area {
  height: calc(100% - 120px - 100px - 120px);
}
.faq .c-white-section-anchor-container .c-white-section .inn-anchor-list li .sub-link .inn-txt {
  font-size: 16px;
}
.faq .c-white-section-anchor-container .c-white-section .inn-anchor-list li .sub-link .inn-txt::before {
  content: none;
}
.faq .c-white-section-anchor-container .c-white-section .inn-cont-area.mt-90 {
  margin-top: 52px;
}
.faq .c-white-section .inn-anchor-area {
  margin-top: 120px;
  max-width: calc(min(26%, 330px) - 28px);
}
.faq .c-white-section .inn-anchor-area .inn-anchor-link {
  padding-block: 5px;
}
.faq .c-white-section .inn-anchor-area .cont-wrap {
  padding-left: clamp(20px, 2.7777777778vw, 40px);
}
.faq .c-white-section .c-inn-section .inn-cont-each + .inn-cont-each {
  margin-top: 12px;
}
.faq .c-white-section .c-inn-section .c-acc-wrap {
  background: var(--gray03);
}
.faq .c-white-section .c-inn-section .c-acc-wrap.is-active {
  background: #959595;
}
.faq .c-white-section .c-inn-section .c-acc-wrap.is-active .c-acc-btn:focus-visible {
  background: #959595;
}
.faq .c-white-section .c-inn-section .c-acc-wrap.is-active .c-acc-btn:focus-visible .c-acc-icon {
  background: #959595;
}
.faq .c-white-section .c-inn-section .c-acc-wrap.is-active .c-acc-btn .c-acc-icon {
  background: #959595;
}
.faq .c-white-section .c-inn-section .c-acc-wrap .c-acc-btn {
  padding-block: 13px 10px;
  padding-inline: 50px 30px;
}
.faq .c-white-section .c-inn-section .c-acc-wrap .c-acc-btn:focus-visible {
  background: #959595;
}
.faq .c-white-section .c-inn-section .c-acc-wrap .c-acc-btn:focus-visible .c-acc-icon {
  background: var(--primary);
}
.faq .c-white-section .c-inn-section .c-acc-wrap .c-acc-icon {
  width: 40px;
  height: 40px;
}
.faq .c-white-section .c-inn-section .c-acc-wrap .c-acc-cont {
  padding-block: 40px;
  padding-inline: 50px;
}
.newgraduate .c-inn-section .inn-cont-each .ja-m {
  font-size: 35px;
}
.newgraduate .c-inn-section .inn-cont-each .job-description {
  padding-top: 0px;
}
.newgraduate .c-inn-section .inn-cont-each .job-description .c-tbl01 > tbody > tr.pt-0 > th,
.newgraduate .c-inn-section .inn-cont-each .job-description .c-tbl01 > tbody > tr.pt-0 > td,
.newgraduate .c-inn-section .inn-cont-each .c-tab-panel .c-tbl01 > tbody > tr.pt-0 > th,
.newgraduate .c-inn-section .inn-cont-each .c-tab-panel .c-tbl01 > tbody > tr.pt-0 > td {
  padding-top: 0;
}
.newgraduate .c-inn-section .inn-cont-each .job-description .c-tbl01 > tbody > tr.pt-l > th,
.newgraduate .c-inn-section .inn-cont-each .job-description .c-tbl01 > tbody > tr.pt-l > td,
.newgraduate .c-inn-section .inn-cont-each .c-tab-panel .c-tbl01 > tbody > tr.pt-l > th,
.newgraduate .c-inn-section .inn-cont-each .c-tab-panel .c-tbl01 > tbody > tr.pt-l > td {
  padding-top: 40px;
}
.newgraduate .c-inn-section .inn-cont-each .job-description .c-tbl01 > tbody > tr.pt-xl > th,
.newgraduate .c-inn-section .inn-cont-each .job-description .c-tbl01 > tbody > tr.pt-xl > td,
.newgraduate .c-inn-section .inn-cont-each .c-tab-panel .c-tbl01 > tbody > tr.pt-xl > th,
.newgraduate .c-inn-section .inn-cont-each .c-tab-panel .c-tbl01 > tbody > tr.pt-xl > td {
  padding-top: 54px;
}
.newgraduate .c-inn-section .inn-cont-each .job-description .c-tbl01 > tbody > tr.pb-0 > th,
.newgraduate .c-inn-section .inn-cont-each .job-description .c-tbl01 > tbody > tr.pb-0 > td,
.newgraduate .c-inn-section .inn-cont-each .c-tab-panel .c-tbl01 > tbody > tr.pb-0 > th,
.newgraduate .c-inn-section .inn-cont-each .c-tab-panel .c-tbl01 > tbody > tr.pb-0 > td {
  padding-bottom: 0;
}
.newgraduate .c-inn-section .inn-cont-each .job-description .c-tbl01 > tbody > tr.pb-l > th,
.newgraduate .c-inn-section .inn-cont-each .job-description .c-tbl01 > tbody > tr.pb-l > td,
.newgraduate .c-inn-section .inn-cont-each .c-tab-panel .c-tbl01 > tbody > tr.pb-l > th,
.newgraduate .c-inn-section .inn-cont-each .c-tab-panel .c-tbl01 > tbody > tr.pb-l > td {
  padding-bottom: 35px;
}
.newgraduate .c-inn-section .inn-cont-each .job-description .c-tbl01 > tbody > tr.pb-xl > th,
.newgraduate .c-inn-section .inn-cont-each .job-description .c-tbl01 > tbody > tr.pb-xl > td,
.newgraduate .c-inn-section .inn-cont-each .c-tab-panel .c-tbl01 > tbody > tr.pb-xl > th,
.newgraduate .c-inn-section .inn-cont-each .c-tab-panel .c-tbl01 > tbody > tr.pb-xl > td {
  padding-bottom: 54px;
}
.newgraduate .c-inn-section .inn-cont-each .job-description .c-tbl01 > tbody > tr > td,
.newgraduate .c-inn-section .inn-cont-each .c-tab-panel .c-tbl01 > tbody > tr > td {
  padding-right: 0;
}
.newgraduate .c-inn-section .inn-cont-each .job-description .c-tbl01 > tbody > tr .deco,
.newgraduate .c-inn-section .inn-cont-each .c-tab-panel .c-tbl01 > tbody > tr .deco {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-indent: 0em;
  padding-left: 0;
}
.newgraduate .c-inn-section .inn-cont-each .job-description .c-tbl01 > tbody > tr .deco::before,
.newgraduate .c-inn-section .inn-cont-each .c-tab-panel .c-tbl01 > tbody > tr .deco::before {
  display: block;
  content: "";
  width: 12px;
  height: 12px;
  background: #000;
  margin-top: 2px;
  margin-left: 2px;
}
.newgraduate .c-inn-section .inn-cont-each .job-description .entry-btn-area,
.newgraduate .c-inn-section .inn-cont-each .c-tab-panel .entry-btn-area {
  margin-top: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.newgraduate .c-inn-section .inn-cont-each .job-description .entry-btn-area .c-entry-btn,
.newgraduate .c-inn-section .inn-cont-each .c-tab-panel .entry-btn-area .c-entry-btn {
  max-width: 776px;
}
.newgraduate .c-inn-section .inn-cont-each .job-description .entry-btn-area .closed-txt,
.newgraduate .c-inn-section .inn-cont-each .c-tab-panel .entry-btn-area .closed-txt {
  font-size: 14px;
  line-height: 1.6428571429;
  letter-spacing: 0.1em;
  text-align: center;
}
.newgraduate .c-inn-section .inn-cont-each .job-description .entry-btn-area .c-email-cont-each,
.newgraduate .c-inn-section .inn-cont-each .c-tab-panel .entry-btn-area .c-email-cont-each {
  background: none;
}
.newgraduate .c-inn-section .inn-cont-each .job-description .entry-btn-area .c-email-cont-each .email-list-each,
.newgraduate .c-inn-section .inn-cont-each .c-tab-panel .entry-btn-area .c-email-cont-each .email-list-each {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.newgraduate .c-inn-section .inn-cont-each .job-description .entry-btn-area .c-email-cont-each .email-ttl,
.newgraduate .c-inn-section .inn-cont-each .c-tab-panel .entry-btn-area .c-email-cont-each .email-ttl {
  background: var(--primary);
  position: relative;
  z-index: 2;
}
.newgraduate .c-inn-section .inn-cont-each .job-description .entry-btn-area .c-email-cont-each .email-cont,
.newgraduate .c-inn-section .inn-cont-each .c-tab-panel .entry-btn-area .c-email-cont-each .email-cont {
  background: #fac4c6;
  margin-top: -10px;
  border-radius: 0 0 16px 16px;
}
.newgraduate .c-inn-section .inn-cont-each .job-description .entry-btn-area .c-email-cont-each .email-cont .inn-txt,
.newgraduate .c-inn-section .inn-cont-each .c-tab-panel .entry-btn-area .c-email-cont-each .email-cont .inn-txt {
  color: var(--text);
  font-weight: bold;
}
.newgraduate .c-inn-section .inn-cont-each .job-description .entry-btn-area .c-email-cont-each .email-cont .email-desc,
.newgraduate .c-inn-section .inn-cont-each .c-tab-panel .entry-btn-area .c-email-cont-each .email-cont .email-desc {
  color: var(--text);
  font-weight: bold;
}
.newgraduate .c-inn-section .inn-cont-each .job-description .txt-each + .txt-each,
.newgraduate .c-inn-section .inn-cont-each .c-tab-panel .txt-each + .txt-each {
  margin-top: 20px;
}
.newgraduate .c-inn-section .inn-cont-each .job-description .hs-btn-wrap,
.newgraduate .c-inn-section .inn-cont-each .c-tab-panel .hs-btn-wrap {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-top: 20px;
}
.newgraduate .c-inn-section .inn-cont-each .card-list-area {
  max-width: 600px;
}
.newgraduate .c-inn-section .inn-cont-each .c-img-ttl-card-list {
  margin-top: 20px;
  grid-template-columns: repeat(auto-fill, minmax(110px, 1fr));
}
.newgraduate .c-inn-section .inn-cont-each .c-img-ttl-card-list .c-img-ttl-card .cont-wrap {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.newgraduate .c-inn-section .inn-cont-each .c-img-ttl-card-list .c-img-ttl-card .ttl {
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0;
}
.newgraduate .c-inn-section .inn-cont-each .c-img-ttl-card-list .c-img-ttl-card .img-area {
  max-width: min(100px, 100% - 10px);
}
.newgraduate .c-inn-section .inn-cont-each .c-img-ttl-card-list02 {
  gap: 20px;
  margin-top: 14px;
}
.newgraduate .c-white-section#job-02 .inn-anchor-area {
  margin-top: 185px;
}
.newgraduate .c-tab-btn-each {
  max-width: none;
}

.career {
  overflow: hidden;
}
/* -----------------------------------------------
* people Module
* peopleページ用
-------------------------------------------------- */
.recruit-people {
  background: #e8e8e8;
  padding-top: 85px;
}

/* -----------------------------------------------
* workstyle Module
* workstyleページ用
-------------------------------------------------- */
.workstyle {
  padding-top: 73px;
}
.workstyle .c-mv-section02 {
  padding-bottom: 42px;
}
.workstyle .c-mv-section02 .desc {
  font-size: 16px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin-top: 64px;
}
.workstyle .grid-bg {
  background: url("../img/recruit/workstyle/grid-bg.svg") repeat;
}
.workstyle .c-anchor-link-section {
  position: relative;
  padding-top: 0;
  padding-bottom: 220px;
}
.workstyle .c-anchor-link-section::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 120px;
  background: var(--white);
}
.workstyle .c-anchor-link-section .anchor-link-list {
  gap: 60px;
}
.workstyle .c-anchor-link-section .anchor-link-list .c-anchor-link .cont-wrap {
  padding-right: 25px;
  padding-top: 34px;
  padding-bottom: 64px;
  gap: 50px;
}
.workstyle .c-anchor-link-section .anchor-link-list .c-anchor-link .cont-wrap::after {
  border: 1px solid #cecece;
}
.workstyle .c-anchor-link-section .anchor-link-list .c-anchor-link .cont-wrap .anchor-btn-area::after {
  display: none;
}
.workstyle .c-workstyle-bg-section {
  position: relative;
}
.workstyle .c-workstyle-bg-section .inner-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  gap: min(280px, 19.4444444444vw);
  padding-top: min(190px, 13.1944444444vw);
  max-width: 1160px;
}
.workstyle .c-workstyle-bg-section .inner-block:has(.img-area) {
  max-width: 1260px;
  gap: min(170px, 11.8055555556vw);
  padding-top: min(240px, 16.6666666667vw);
}
.workstyle .c-workstyle-bg-section picture img {
  -o-object-fit: cover;
     object-fit: cover;
}
.workstyle .c-workstyle-bg-section .ttl {
  font-size: clamp(40px, 60px, min(60px, 4.1666666667vw));
  color: var(--white);
  text-align: center;
}
.workstyle .c-workstyle-bg-section .bottom-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.workstyle .c-workstyle-bg-section .bottom-content:has(.img-area) {
  gap: 56px;
  margin-left: min(70px, 4.8611111111vw);
}
.workstyle .c-workstyle-bg-section .bottom-content:has(.img-area) .txt-area {
  margin-top: 40px;
}
.workstyle .c-workstyle-bg-section .bottom-content.single.txt-left-side .txt-area {
  max-width: 447px;
}
.workstyle .c-workstyle-bg-section .bottom-content.single.txt-right-side {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.workstyle .c-workstyle-bg-section .bottom-content.single.txt-right-side .txt-area {
  max-width: 620px;
}
.workstyle .c-workstyle-bg-section .txt-area {
  color: var(--white);
}
.workstyle .c-workstyle-bg-section .txt-area .main {
  font-size: clamp(30px, 40px, min(40px, 2.7777777778vw));
  line-height: 1.575;
  font-weight: bold;
  margin-bottom: 26px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.workstyle .c-workstyle-bg-section .txt-area .desc {
  letter-spacing: 0.16em;
  line-height: 2.125;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: clamp(14px, 16px, min(16px, 1.1111111111vw));
}
.workstyle .c-workstyle-bg-section .img-area .circle {
  width: min(465px, 32.2916666667vw);
  height: min(465px, 32.2916666667vw);
  background: rgba(255, 255, 255, 0.85);
  border-radius: 50%;
  position: relative;
}
.workstyle .c-workstyle-bg-section .img-area img {
  width: 79%;
  position: absolute;
  top: 63px;
  bottom: 0;
  right: 0;
  left: min(67px, 4.6527777778vw);
  margin: auto;
}
.workstyle .deco-box-section .inner-block {
  max-width: 1300px;
}
.workstyle .deco-box-section .img-wrap {
  border-radius: 10px;
}
.workstyle .deco-box-section .img-wrap img {
  border-radius: 10px;
}
.workstyle .deco-box-section .box {
  position: relative;
}
.workstyle .deco-box-section .box .box-inn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 72px min(82px, 5.6944444444vw) 120px;
  position: relative;
  border: 1px solid #bcc5f2;
  background: var(--white);
  border-radius: 10px;
  position: relative;
  max-width: 1016px;
}
.workstyle .deco-box-section .box .box-inn::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -53px;
  background: url("../img/recruit/workstyle/box-deco01.svg") no-repeat center bottom/cover;
  width: 180px;
  height: 185px;
  border-radius: 0 0 10px 0;
}
.workstyle .deco-box-section .box.img-left {
  margin-left: auto;
  margin-right: 0;
}
.workstyle .deco-box-section .box.img-left .box-inn {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-left: auto;
}
.workstyle .deco-box-section .box.img-right {
  margin-left: 0;
  margin-right: auto;
}
.workstyle .deco-box-section .box .img-area {
  position: absolute;
  z-index: 1;
}
.workstyle .deco-box-section .box .img-area img {
  width: 100%;
}
.workstyle .deco-box-section .box .txt-area .ttl {
  font-weight: bold;
  font-size: 28px;
  line-height: 1.375;
  letter-spacing: 0.1em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin-bottom: 20px;
}
.workstyle .deco-box-section .box .txt-area .desc {
  letter-spacing: 0.16em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 2.125;
  font-weight: 500;
}
.workstyle .deco-box-section .box .sub-img-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  position: relative;
  z-index: 1;
}
.workstyle .deco-box-section .box .fraction {
  width: 51px;
  height: 51px;
  background: rgba(38, 38, 38, 0.5);
  color: var(--white);
  position: absolute;
  top: 10px;
  left: 17px;
  z-index: 2;
  font-size: 19px;
  font-family: var(--ff-en);
}
.workstyle .deco-box-section .box .fraction::after {
  content: "";
  width: 51px;
  height: 1px;
  position: absolute;
  inset: 0;
  margin: auto;
  background: #bcbcbc;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.workstyle .deco-box-section .box .fraction .current {
  position: absolute;
  top: 2px;
  left: 6px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.workstyle .deco-box-section .box .fraction .total {
  position: absolute;
  bottom: -2px;
  right: 10px;
}
.workstyle .deco-box-section .box .swiper {
  border-radius: 10px;
}
.workstyle .deco-box-section .box .swiper-button-prev, .workstyle .deco-box-section .box .swiper-button-next {
  width: 50px;
  height: 50px;
  display: inline-block;
  background: var(--primary);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border: 1px solid var(--primary);
  border-radius: 10px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
}
.workstyle .deco-box-section .box .swiper-button-prev::after, .workstyle .deco-box-section .box .swiper-button-next::after {
  content: "";
  position: absolute;
  -webkit-mask: url(../img/common/ico-arrow.svg) no-repeat center/contain;
          mask: url(../img/common/ico-arrow.svg) no-repeat center/contain;
  width: 18px;
  height: auto;
  background-color: var(--white);
  inset: 0;
  margin: auto;
}
.workstyle .deco-box-section .box .swiper-button-prev {
  left: -25px;
}
.workstyle .deco-box-section .box .swiper-button-prev::after {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.workstyle .deco-box-section .box .swiper-button-next {
  left: initial;
  right: -25px;
}
.workstyle .deco-box-section .box .swiper-pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.workstyle .deco-box-section .box .swiper-pagination-bullet {
  height: 7px;
  width: 50px;
  display: block;
  background: #dde2f8;
}
.workstyle .deco-box-section .box .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #bcc5f2;
}
.workstyle .deco-box-section .box.pattern01 {
  margin-top: 195px;
}
.workstyle .deco-box-section .box.pattern01 .img-area {
  width: min(737px, 51.1805555556vw);
  top: -71px;
  left: max(-67px, -4.6527777778vw);
}
.workstyle .deco-box-section .box.pattern01 .txt-area {
  max-width: 387px;
}
.workstyle .deco-box-section .box.pattern01 .sub-img-area {
  margin-top: -40px;
  margin-left: min(127px, 8.8194444444vw);
}
.workstyle .deco-box-section .box.pattern02 {
  margin-top: 225px;
}
.workstyle .deco-box-section .box.pattern02 .box-inn {
  margin-left: min(70px, 4.8611111111vw);
  padding: 78px min(110px, 7.6388888889vw) 133px;
}
.workstyle .deco-box-section .box.pattern02 .img-area {
  width: min(737px, 51.1805555556vw);
  top: -148px;
  right: max(-70px, -4.8611111111vw);
}
.workstyle .deco-box-section .box.pattern02 .txt-area {
  max-width: 324px;
}
.workstyle .deco-box-section .box.pattern02 .sub-img-area {
  margin-left: auto;
  margin-top: -150px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-right: 33px;
}
.workstyle .deco-box-section .box.pattern03 {
  margin-top: 107px;
  margin-right: min(97px, 6.7361111111vw);
  margin-bottom: 76px;
}
.workstyle .deco-box-section .box.pattern03 .box-inn {
  padding: 90px min(120px, 8.3333333333vw) 212px;
  max-width: 1076px;
}
.workstyle .deco-box-section .box.pattern03 .img-area {
  width: min(630px, 43.75vw);
  top: -90px;
  left: max(-70px, -4.8611111111vw);
}
.workstyle .deco-box-section .box.pattern03 .txt-area {
  max-width: 352px;
}
.workstyle .deco-box-section .box.pattern03 .sub-img-area {
  margin-top: -111px;
  margin-left: min(115px, 7.9861111111vw);
}
.workstyle .deco-box-section .box.pattern04 {
  margin-top: 285px;
}
.workstyle .deco-box-section .box.pattern04 .box-inn {
  padding: 63px min(82px, 5.6944444444vw) 77px;
}
.workstyle .deco-box-section .box.pattern04 .img-area {
  width: min(737px, 51.1805555556vw);
  top: -180px;
}
.workstyle .deco-box-section .box.pattern04 .txt-area {
  max-width: 320px;
}
.workstyle .deco-box-section .box.pattern04 .swiper-pagination {
  margin-top: 67px;
}
.workstyle .deco-box-section .box.pattern05 {
  margin-top: 192px;
  margin-bottom: 95px;
}
.workstyle .deco-box-section .box.pattern05 .box-inn {
  margin-left: auto;
  margin-right: 100px;
  padding: 53px min(74px, 5.1388888889vw) 85px;
}
.workstyle .deco-box-section .box.pattern05 .img-area {
  width: min(636px, 44.1666666667vw);
  top: -68px;
  right: 1px;
}
.workstyle .deco-box-section .box.pattern05 .txt-area {
  max-width: 352px;
}
.workstyle .deco-box-section .box.pattern05 .txt-area .ttl {
  margin-bottom: 8px;
}
.workstyle .deco-box-section .box.pattern05 .txt-area .desc {
  margin-right: 23px;
}
.workstyle .deco-box-section .box.pattern05 .swiper-pagination {
  margin-top: 37px;
  margin-right: 51px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.workstyle .sales-department-section {
  padding-top: 127px;
  padding-bottom: 50px;
}
.workstyle .sales-department-section .inner-block {
  max-width: 900px;
}
.workstyle .sales-department-section .box {
  border-radius: 10px;
  color: var(--white);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 20px;
  gap: min(25px, 1.7361111111vw);
}
.workstyle .sales-department-section .box::after {
  content: "";
  background: rgba(0, 0, 0, 0.15);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 10px;
}
.workstyle .sales-department-section .box + .box {
  margin-top: 72px;
}
.workstyle .sales-department-section .box .img-area {
  top: 0;
  bottom: 0;
  margin: auto 0;
  left: -45px;
  position: relative;
  z-index: 1;
}
.workstyle .sales-department-section .box .circle {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: #e7e9ed;
  overflow: hidden;
  position: relative;
}
.workstyle .sales-department-section .box .circle img {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 100%;
  height: auto;
  max-width: none;
}
.workstyle .sales-department-section .box .txt-area {
  position: relative;
  z-index: 1;
}
.workstyle .sales-department-section .box .ttl {
  color: var(--white);
  font-size: 30px;
  line-height: 1.8;
  font-weight: bold;
  margin-top: -10px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.workstyle .sales-department-section .box .desc {
  font-size: 17px;
  font-weight: bold;
}
.workstyle .sales-department-section .box:nth-child(1) {
  background: #a0d40f;
}
.workstyle .sales-department-section .box:nth-child(2) {
  background: #2660ad;
}
.workstyle .sales-department-section .box:nth-child(2) img {
  left: -45px;
  bottom: 17px;
  width: 125%;
}
.workstyle .sales-department-section .box:nth-child(3) {
  background: #f18d00;
}
.workstyle .sales-department-section .box:nth-child(3) img {
  bottom: 17px;
  left: -96px;
  width: 150%;
}
.workstyle .sales-department-section .box:nth-child(4) {
  background: #ac0042;
}
.workstyle .sales-department-section .box:nth-child(4) img {
  width: 150%;
  left: -57px;
  bottom: 10px;
}
.workstyle .sales-department-section .box:nth-child(5) {
  background: #00a0c1;
}
.workstyle .sales-department-section .box:nth-child(5) img {
  width: 120%;
}

/* -----------------------------------------------
* training Module
* trainingページ用
-------------------------------------------------- */
.training .c-anchor-link-section {
  padding-block: 315px 63px;
  margin-bottom: 0;
}
.training .training-mv-section {
  position: relative;
}
.training .training-mv-section + .inner-block {
  margin-top: 120px;
}
.training .training-mv-section .inner-block {
  z-index: 2;
}
.training .training-mv-section .cont-wrap {
  padding-block: 120px 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 112px;
  color: var(--white);
}
.training .training-mv-section .cont-wrap .training-mv-ttl {
  font-size: 40px;
  line-height: 1.2;
  letter-spacing: 0.2em;
  font-weight: 700;
  color: var(--white);
  text-align: center;
}
.training .training-mv-section .cont-wrap .txt-area {
  padding-top: 45px;
  border-top: 1px solid var(--white);
}
.training .training-mv-section .cont-wrap .txt-area .txt,
.training .training-mv-section .cont-wrap .txt-area .desc {
  max-width: 745px;
  margin-inline: auto;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.training .training-mv-section .cont-wrap .txt-area .txt {
  font-size: 28px;
  line-height: 2;
  letter-spacing: 0.1em;
  font-weight: 700;
}
.training .training-mv-section .cont-wrap .txt-area .desc {
  font-size: 18px;
  line-height: 2.1111111111;
  letter-spacing: 0.16em;
  margin-top: 12px;
}
.training .training-mv-section .bg-area {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.training .training-mv-section .bg-area img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.training .c-training-section {
  padding-top: 0;
}
.training .c-training-section.honsya-section .c-tbl02 tbody tr th {
  width: 340px;
  background: #333;
}
.training .c-training-section.honsya-section .c-tbl02 tbody tr td {
  width: calc(100% - 340px);
}
.training .c-training-section.chiiki-section:has(.js--tab-btn[data-tab=tab01].is-active) .training-mv-section .bg-area.bg-mech {
  display: none;
}
.training .c-training-section.chiiki-section:has(.js--tab-btn[data-tab=tab02].is-active) .training-mv-section .bg-area.bg-truck {
  display: none;
}
.training .c-training-section.chiiki-section .training-mv-section .cont-wrap {
  padding-bottom: 96px;
}
.training .c-training-section.chiiki-section .c-tab-panel.truck-panel .training-list .training-list-each.each-white .tbl-area {
  grid-template-columns: auto min(48%, 380px);
  gap: 20px;
}
.training .c-training-section.chiiki-section .c-tab-panel.truck-panel .training-list .training-list-each.each-white .tbl-area .note-txt {
  margin-top: 10px;
  font-size: 14px;
}
.training .c-training-section .c-tab-panel > .cont-wrap .c-ttl01 {
  gap: 16px;
}
.training .c-training-section .c-tab-panel > .cont-wrap .c-ttl01 .ja-m {
  font-size: 28px;
  line-height: 2;
  letter-spacing: 0.1em;
}
.training .c-training-section .c-tab-panel > .cont-wrap .c-ttl01 .small {
  font-size: 20px;
  line-height: 1.9;
  letter-spacing: 0.3em;
}
.training .c-training-section .c-tab-panel > .cont-wrap .training-desc + .tbl-area {
  margin-top: 50px;
}
.training .c-training-section .c-tab-panel > .cont-wrap .tbl-area .note-txt {
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 0.16em;
  margin-top: 32px;
}
.training .c-training-section .comment-area {
  margin-top: 48px;
}
.training .c-training-section .comment-area .comment-each + .comment-each {
  margin-top: 20px;
}
.training .c-training-section .comment-area .comment-each {
  padding-block: 44px 36px;
  padding-inline: 40px 45px;
  background: #4d4d4d;
  border-radius: 10px;
  display: grid;
  grid-template-columns: min(30%, 96px) auto;
  grid-template-areas: "img ttl" "img desc";
  gap: 20px 42px;
}
.training .c-training-section .comment-area .comment-each .img-area {
  grid-area: img;
}
.training .c-training-section .comment-area .comment-each .comment-ttl {
  grid-area: ttl;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 0.1em;
  font-weight: 600;
  color: var(--white);
}
.training .c-training-section .comment-area .comment-each .comment-txt {
  grid-area: desc;
  font-size: 13px;
  line-height: 2.0769230769;
  letter-spacing: 0.16em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.training .c-training-section .training-desc {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.training .worker-section:has(.cont-box:is(a, button):focus-visible) .bg-area img {
  scale: 1;
}
.training .worker-section .cont-box {
  max-width: 506px;
}
.training .worker-section .c-ttl01 .ja-m {
  font-size: 20px;
  letter-spacing: 0.25em;
}
.training .recruit-area {
  margin-block: -20px 90px;
}
.training .recruit-area .cont-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px 40px;
}
.training .recruit-area .cont-wrap .recruit-each {
  padding-block: 60px 70px;
  padding-inline: 40px 30px;
  background: var(--head-text);
  border-radius: 10px;
}
.training .recruit-area .cont-wrap .recruit-each .recruit-each-ttl {
  font-size: 20px;
  line-height: 1.9;
  letter-spacing: 0.3em;
  font-weight: 700;
  color: var(--primary);
}
.training .recruit-area .cont-wrap .recruit-each .recruit-each-txt {
  font-size: 28px;
  line-height: 2;
  letter-spacing: 0.1em;
  font-weight: 700;
  color: var(--white);
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin-block: 40px 20px;
}
.training .recruit-area .cont-wrap .recruit-each .recruit-each-desc {
  font-size: 16px;
  line-height: 2.125;
  letter-spacing: 0.14em;
  color: var(--white);
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

/* -----------------------------------------------
* special Module
* specialページ用
-------------------------------------------------- */
/* -----------------------------------------------
* special01 Module
* special01ページ用
-------------------------------------------------- */
.special01 .number-section {
  padding-block: 150px 180px;
}
.special01 .number-section .c-ttl01 .ja {
  font-size: 30px;
  line-height: 1.5333333333;
  letter-spacing: 0.04em;
}
.special01 .number-section .number-list-each.each-02 {
  margin-block: 84px 120px;
}
.special01 .number-section .number-list-each .number-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 42px 32px;
}
.special01 .about-section .text-cont-ttl {
  font-size: 24px;
  line-height: 1.9166666667;
  letter-spacing: 0.04em;
}
.special01 .about-section .text-cont-sub-ttl {
  margin-block: 38px 16px;
  color: var(--white);
}
.special01 .about-section .text-cont-desc {
  font-size: 18px;
  line-height: 2.0555555556;
  letter-spacing: 0.16em;
  color: var(--white);
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.special01 .about-section .about-each {
  position: relative;
}
.special01 .about-section .about-each.js--scroll-item .about-img,
.special01 .about-section .about-each.js--scroll-item .c-text-cont-wrap,
.special01 .about-section .about-each.js--scroll-item .about-bg {
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}
.special01 .about-section .about-each.js--scroll-item .about-img {
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.special01 .about-section .about-each.js--scroll-item .c-text-cont-wrap {
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
.special01 .about-section .about-each.js--scroll-item .about-bg {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.special01 .about-section .about-each.js--scroll-item.is-shown .about-img,
.special01 .about-section .about-each.js--scroll-item.is-shown .c-text-cont-wrap,
.special01 .about-section .about-each.js--scroll-item.is-shown .about-bg {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.special01 .about-section .about-each:nth-child(odd) .about-bg {
  text-align: right;
}
.special01 .about-section .about-each .cont-wrap {
  position: relative;
  display: grid;
  grid-template-columns: 44% auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 min(5.9722222222vw, 86px);
}
.special01 .about-section .about-each .about-img {
  height: 100%;
  position: relative;
  z-index: 2;
}
.special01 .about-section .about-each .about-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.special01 .about-section .about-each .c-text-cont-wrap {
  padding-block: 70px 103px;
  position: relative;
  z-index: 2;
}
.special01 .about-section .about-each .about-bg {
  position: absolute;
  bottom: 115px;
  left: 0;
  margin: auto;
  z-index: 1;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
  overflow: hidden;
}
.special01 .about-section .about-each .about-map {
  position: absolute;
  width: min(50.9722222222vw, 915px);
}

/* -----------------------------------------------
* special04 Module
* special04ページ用
-------------------------------------------------- */
.mfp-container {
  padding: 40px 0;
}

.mfp-content {
  background: transparent;
  border-radius: 0;
  height: 100%;
  max-height: calc(100% - 80px);
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.mfp-content .mfp-close-movie {
  position: absolute;
  font-size: 0;
  width: 40px;
  height: 40px;
}
.mfp-content .mfp-close {
  border: solid 2px #fff !important;
  border-radius: 50%;
  top: 0;
  right: max(50% - 270px, 5px);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  opacity: 1;
}
.mfp-content .mfp-close:active {
  top: -60px;
}
.mfp-content .mfp-close::before, .mfp-content .mfp-close::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 2px;
  background: #fff;
  border: none;
}
.mfp-content .mfp-close::before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.mfp-content .mfp-close::after {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.mfp-content .mfp-iframe-scaler {
  width: auto;
  height: auto;
  overflow: hidden;
  padding-top: 0;
}
.mfp-content .mfp-iframe {
  margin: auto;
  bottom: 0;
  right: 0;
  width: auto;
  max-width: 100%;
  max-height: 100%;
  aspect-ratio: 9/16;
}

button.mfp-arrow {
  display: none;
}

.mfp-ready .mfp-content {
  opacity: 1;
}

.special04 {
  position: relative;
  z-index: 0;
}
.special04::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1a1a1a;
  background-image: url("../img/special04/grid.png.webp");
  background-repeat: repeat;
  z-index: -1;
}
.special04 .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
          transition-timing-function: linear !important;
}
.special04 .js--tab-panel {
  display: none;
}
.special04 .js--tab-panel.is-active {
  display: block;
}
.special04 .js--scroll-item {
  position: relative;
  z-index: 1;
}
.special04 .c-special-mv-section {
  height: 60.3472222222vw;
  max-height: 869px;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 81.03%, 96.159% 83.302%, 92.233% 85.377%, 88.229% 87.255%, 84.156% 88.934%, 80.022% 90.416%, 75.833% 91.701%, 71.599% 92.787%, 67.325% 93.677%, 63.021% 94.368%, 58.693% 94.862%, 54.351% 95.159%, 50% 95.257%, 45.649% 95.159%, 41.307% 94.862%, 36.979% 94.368%, 32.675% 93.677%, 28.401% 92.787%, 24.167% 91.701%, 19.978% 90.416%, 15.844% 88.934%, 11.771% 87.255%, 7.767% 85.377%, 3.841% 83.302%, 0% 81.03%);
          clip-path: polygon(0% 0%, 100% 0%, 100% 81.03%, 96.159% 83.302%, 92.233% 85.377%, 88.229% 87.255%, 84.156% 88.934%, 80.022% 90.416%, 75.833% 91.701%, 71.599% 92.787%, 67.325% 93.677%, 63.021% 94.368%, 58.693% 94.862%, 54.351% 95.159%, 50% 95.257%, 45.649% 95.159%, 41.307% 94.862%, 36.979% 94.368%, 32.675% 93.677%, 28.401% 92.787%, 24.167% 91.701%, 19.978% 90.416%, 15.844% 88.934%, 11.771% 87.255%, 7.767% 85.377%, 3.841% 83.302%, 0% 81.03%);
  background: #1a1a1a;
}
.special04 .c-special-mv-section .js--scroll-item {
  position: absolute;
}
.special04 .c-special-mv-section .c-ttl01 {
  margin-bottom: 177px;
}
.special04 .c-special-mv-section .c-ttl01 .ja-l {
  font-size: min(74px, 5.1388888889vw);
}
.special04 .c-special-mv-section .tab-btn-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
  bottom: 20px;
  right: 0;
  left: 0;
  margin: auto;
  gap: 10px;
  z-index: 2;
}
.special04 .c-special-mv-section .tab-btn-list li.is-active .tab-btn {
  color: var(--white);
}
.special04 .c-special-mv-section .tab-btn-list li:nth-child(1).is-active .tab-btn {
  background: #23a0d3;
}
.special04 .c-special-mv-section .tab-btn-list li:nth-child(2).is-active .tab-btn {
  background: #fb773b;
}
.special04 .c-special-mv-section .tab-btn-list li:nth-child(3).is-active .tab-btn {
  background: #917ba8;
}
.special04 .c-special-mv-section .tab-btn-list .tab-btn {
  background: var(--white);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 30px 0;
  height: 186px;
  width: 253px;
  border-radius: 20px;
  cursor: pointer;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.special04 .c-special-mv-section .tab-btn-list .tab-btn .large {
  font-size: min(40px, 2.7777777778vw);
  display: block;
  font-weight: bold;
}
.special04 .c-special-mv-section .tab-btn-list .tab-btn .small {
  display: block;
  font-weight: 500;
  font-size: clamp(16px, 20px, 1.3888888889vw);
  margin-top: 10px;
}
.special04 .mv-section {
  position: relative;
  margin-top: 100px;
}
.special04 .mv-section::after {
  content: "";
  display: none;
  background: url("../img/special04/mv-bg.png.webp") no-repeat center/cover;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.special04 .mv-section img {
  width: 100%;
}
.special04 .mv-section .box {
  border-radius: 22px;
  background: rgba(0, 0, 0, 0.74);
  position: absolute;
  bottom: 22px;
  right: 0;
  left: 0;
  margin: auto;
  color: var(--white);
  max-width: 760px;
  padding: 30px 50px 50px;
}
.special04 .mv-section .box .main {
  color: var(--white);
  font-size: min(42px, 2.9166666667vw);
  margin-bottom: 10px;
  letter-spacing: -0.03em;
}
.special04 .mv-section .box .desc {
  line-height: 2;
  letter-spacing: 0.14em;
}
.special04 .mv-section .circle {
  color: var(--white);
  border-radius: 50%;
  width: 20.5555555556vw;
  height: 20.5555555556vw;
  position: absolute;
  right: 11.1111111111vw;
  top: -30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.special04 .mv-section .circle .ja {
  display: block;
  font-size: min(61px, 4.3571428571vw);
  font-weight: bold;
}
.special04 .mv-section .circle .en {
  font-size: clamp(16px, 24px, min(24px, 1.6666666667vw));
  display: block;
  font-family: var(--ff-en);
}
.special04 .sec01 .mv-section .circle {
  background: #23a0d3;
}
.special04 .sec01 .kawasaki-block {
  margin-top: 78px;
}
.special04 .sec01 .kawasaki-block .inner-block {
  text-align: center;
}
.special04 .sec01 .kawasaki-block .img-wrap {
  display: inline-block;
  text-align: center;
  margin-left: 9.0277777778vw;
  position: relative;
  padding-bottom: 145px;
}
.special04 .sec01 .kawasaki-block .img-wrap > img {
  margin: auto;
  border-radius: 20px;
}
.special04 .sec01 .kawasaki-block .char-area {
  position: absolute;
  bottom: 0px;
  left: -10.4861111111vw;
}
.special04 .sec01 .kawasaki-block .char-area .circle {
  background: #23a0d3;
  border-radius: 50%;
  width: clamp(200px, 255px, 17.7083333333vw);
  height: clamp(200px, 255px, 17.7083333333vw);
  position: absolute;
  top: -55px;
}
.special04 .sec01 .kawasaki-block .char-area .circle .inn-txt {
  color: var(--white);
  font-weight: 500;
  font-size: 18px;
  line-height: 1.9;
  padding-top: min(3.8888888889vw, 56px);
  margin-left: 10px;
  letter-spacing: 0.05em;
  text-align: left;
  display: inline-block;
}
.special04 .sec01 .kawasaki-block .char-area img {
  position: relative;
  z-index: 2;
  border-radius: 0;
  margin: 0;
  width: min(356px, 24.7222222222vw);
}
.special04 .sec01 .kawasaki-block .white-box {
  background: var(--white);
  border-radius: 20px;
  position: absolute;
  right: -8.3333333333vw;
  bottom: 32px;
  max-width: 370px;
  text-align: left;
  padding: 55px 40px 60px;
}
.special04 .sec01 .kawasaki-block .white-box .main {
  font-size: 28px;
  letter-spacing: 0.1em;
  font-weight: bold;
  margin-bottom: 10px;
}
.special04 .sec01 .kawasaki-block .white-box .desc {
  letter-spacing: 0.13em;
  line-height: 2.1;
}
.special04 .sec01 .img-section {
  margin-top: 2px;
}
.special04 .sec01 .img-section + .img-section {
  margin-top: 100px;
}
.special04 .sec01 .img-section .inner-block {
  max-width: none;
  padding: 0 25px;
}
.special04 .sec01 .img-section .img-area {
  position: relative;
  padding-bottom: 285px;
}
.special04 .sec01 .img-section .img-area img {
  border-radius: 20px;
  width: 100%;
}
.special04 .sec01 .img-section .img-area .white-box {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0px;
  margin: auto;
  background: var(--white);
  max-width: 680px;
  border-radius: 20px;
  overflow: hidden;
  padding: 30px 0 0;
}
.special04 .sec01 .img-section .img-area .white-box .ttl {
  font-weight: 900;
  font-size: min(60px, 4.1666666667vw);
  letter-spacing: -0.05em;
  margin-bottom: -10px;
  text-align: center;
}
.special04 .sec01 .img-section .img-area .white-box .red {
  color: var(--primary);
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: -0.1em;
  margin-bottom: 20px;
}
.special04 .sec01 .img-section .img-area .white-box .desc-wrap {
  background: url("../img/special04/blue-bg.svg") no-repeat center/cover;
  background-position: center bottom -87px;
  padding: 70px 0 60px;
}
.special04 .sec01 .img-section .img-area .white-box .desc {
  max-width: 480px;
  margin: auto;
  color: var(--white);
  font-size: 18px;
  line-height: 2;
  padding-left: 7px;
  letter-spacing: 0.08em;
}
.special04 .sec01 .img-section .movie-list {
  text-align: center;
  margin-top: 100px;
}
.special04 .sec01 .img-section .movie-list li {
  max-width: 435px;
  margin: auto;
  position: relative;
}
.special04 .sec01 .img-section .movie-list li + li {
  margin-top: 30px;
}
.special04 .sec01 .img-section .movie-list li button {
  display: block;
  width: 100%;
}
.special04 .sec01 .img-section .movie-list .bg {
  background: url("../img/special04/white-bg.svg") no-repeat center/cover;
  border-radius: 20px 20px 0 0;
  position: relative;
  padding: 30px 20px 86px;
  z-index: 4;
}
.special04 .sec01 .img-section .movie-list .icon {
  position: absolute;
  background: var(--primary);
  border-radius: 50%;
  width: 60px;
  height: 60px;
  right: 20px;
  top: 20px;
}
.special04 .sec01 .img-section .movie-list .icon::after {
  content: "";
  background: url("../img/special04/ico-triangle.svg") no-repeat center;
  position: absolute;
  inset: 0;
  left: 8px;
  margin: auto;
  width: 21px;
  height: 27px;
}
.special04 .sec01 .img-section .movie-list .circle {
  width: 208px;
  height: 208px;
  background: #bde2f2;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-self: auto;
      -ms-flex-item-align: auto;
          align-self: auto;
  margin: auto;
}
.special04 .sec01 .img-section .movie-list .circle img {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.special04 .sec01 .img-section .movie-list .circle.illust04 img {
  display: block;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 114%;
  max-width: none;
}
.special04 .sec01 .img-section .movie-list .ttl {
  font-weight: bold;
  margin-top: 20px;
  font-size: 28px;
  letter-spacing: 0.1em;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.special04 .sec01 .img-section .char-area {
  position: absolute;
  bottom: -68px;
  right: -24.7916666667vw;
  z-index: 5;
  pointer-events: none;
}
.special04 .sec01 .img-section .char-area .circle {
  background: #23a0d3;
  overflow: auto;
  width: min(384px, 26.6666666667vw);
  height: min(384px, 26.6666666667vw);
}
.special04 .sec01 .img-section .char-area .circle img {
  position: absolute;
  left: -74px;
  top: -26px;
  width: min(390px, 27.0833333333vw);
}
.special04 .sec01 .img-section .char-area .circle .inn-txt {
  color: var(--white);
  font-size: 18px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
  margin-left: auto;
  margin-top: 35px;
  padding-right: 24px;
  text-align: left;
}
.special04 .sec01 .img-section.pattern03 .img-area {
  padding-bottom: 286px;
}
.special04 .sec01 .img-section.pattern03 .img-area .white-box .ttl {
  margin-bottom: 0px;
}
.special04 .sec01 .img-section.pattern03 .img-area .white-box .desc-wrap {
  padding: 60px 0 60px;
  background-position: center bottom -92px;
}
.special04 .sec01 .img-section.pattern03 .img-area .white-box .desc-wrap .desc {
  max-width: 520px;
  padding-left: 20px;
  letter-spacing: 0.06em;
}
.special04 .sec01 .img-section.pattern03 .movie-list .char-area {
  right: initial;
  left: -17.3611111111vw;
  bottom: -68px;
  z-index: 0;
}
.special04 .sec01 .img-section.pattern03 .movie-list .char-area img {
  left: initial;
  width: min(259px, 17.9861111111vw);
  z-index: 2;
  position: relative;
}
.special04 .sec01 .img-section.pattern03 .movie-list .char-area .circle {
  width: clamp(200px, 303px, 21.0416666667vw);
  height: clamp(200px, 303px, 21.0416666667vw);
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
  position: absolute;
  top: -30px;
  left: -145px;
}
.special04 .sec01 .img-section.pattern03 .movie-list .char-area .circle .inn-txt {
  margin-left: 0;
  margin-top: 65px;
}
.special04 .sec01 .track-block {
  position: relative;
  z-index: 3;
  margin-top: -27px;
}
.special04 .sec01 .track-block img {
  width: 100%;
}
.special04 .sec01 .track-block .txt-area {
  color: var(--white);
  position: absolute;
  top: 43%;
  bottom: 0;
  margin: auto;
  left: 11.1111111111vw;
  font-size: clamp(24px, 28px, 1.9444444444vw);
  letter-spacing: 0.1em;
  font-weight: 500;
  line-height: 2;
}
.special04 .sec02 .mv-section .circle {
  background: #fb773b;
}
.special04 .sec02 .c-sec02-en-ttl {
  color: #fb773b;
  font-family: var(--ff-en);
  font-size: min(60px, 4.1666666667vw);
  font-weight: 500;
  position: absolute;
  right: 0;
  top: max(-86px, -5.9722222222vw);
}
.special04 .sec02 .c-sec02-ttl {
  font-size: min(60px, 4.1666666667vw);
  font-weight: bold;
  letter-spacing: -0.05em;
  margin-bottom: 25px;
}
.special04 .sec02 .c-sec02-desc {
  padding-left: 10px;
  letter-spacing: 0.05em;
  line-height: 2;
  font-weight: 500;
}
.special04 .sec02 .service-section {
  margin-top: 150px;
  position: relative;
}
.special04 .sec02 .service-section .box-wrapper {
  margin: 0 40px;
}
.special04 .sec02 .service-section .white-box {
  max-width: 920px;
  margin: auto;
  background: var(--white);
  border-radius: 20px;
  position: relative;
  padding: 70px 88px 378px;
}
.special04 .sec02 .service-section .char-area {
  position: absolute;
  right: -7px;
  top: 15px;
  z-index: 2;
}
.special04 .sec02 .service-section .char-area img {
  position: relative;
  z-index: 1;
  width: min(242px, 16.8055555556vw);
}
.special04 .sec02 .service-section .char-area .circle {
  background: #fb773b;
  border-radius: 50%;
  width: clamp(150px, 224px, 15.5555555556vw);
  height: clamp(150px, 224px, 15.5555555556vw);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: absolute;
  top: 0;
  bottom: 104px;
  right: -138px;
  margin: auto;
}
.special04 .sec02 .service-section .char-area .circle .inn-txt {
  color: var(--white);
  font-size: 18px;
  font-weight: 500;
  padding-right: 40px;
  line-height: 2;
}
.special04 .sec02 .service-section .main-txt {
  font-size: 28px;
  letter-spacing: 0.1em;
  font-weight: bold;
  padding-left: 10px;
  margin-bottom: 20px;
}
.special04 .sec02 .service-section .c-sec02-desc {
  max-width: 605px;
}
.special04 .sec02 .service-section .swiper-outer {
  overflow: hidden;
}
.special04 .sec02 .service-section .service-swiper {
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  bottom: 53px;
  overflow: hidden;
}
.special04 .sec02 .service-section .service-swiper .swiper-wrapper .swiper-slide {
  width: -webkit-max-content !important;
  width: -moz-max-content !important;
  width: max-content !important;
  min-width: 0;
  max-height: 242px;
  aspect-ratio: 355/242;
}
.special04 .sec02 .service-section .service-swiper .swiper-wrapper .swiper-slide picture {
  width: 100%;
}
.special04 .sec02 .service-section .service-swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom center;
     object-position: bottom center;
}
.special04 .sec02 .solution-section {
  position: relative;
  margin-top: 210px;
}
.special04 .sec02 .solution-section .inner-block {
  max-width: 1340px;
  z-index: 1;
}
.special04 .sec02 .solution-section .c-sec02-en-ttl {
  right: initial;
  left: 0;
}
.special04 .sec02 .solution-section .white-box {
  max-width: 1224px;
  margin: auto;
  background: var(--white);
  border-radius: 20px;
  position: relative;
  z-index: 1;
  padding: 85px 74px 60px;
}
.special04 .sec02 .solution-section .white-box .c-sec02-ttl {
  margin-bottom: 6px;
}
.special04 .sec02 .solution-section .white-box .list-ttl {
  font-size: clamp(24px, 28px, 1.9444444444vw);
  letter-spacing: 0.1em;
  font-weight: bold;
  margin-top: 40px;
  margin-left: 10px;
}
.special04 .sec02 .solution-section .white-box .solution-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  padding: 0 5px;
  gap: 26px;
  margin-top: 26px;
}
.special04 .sec02 .solution-section .white-box .solution-list img {
  margin: auto;
  display: block;
}
.special04 .sec02 .solution-section .white-box .solution-list .list-ttl {
  margin-left: 0;
  margin-top: 22px;
}
.special04 .sec02 .solution-section .white-box .solution-list .list-desc {
  margin-top: 7px;
  line-height: 1.8;
  letter-spacing: 0.11em;
  font-weight: 500;
}
.special04 .sec02 .story-section {
  margin-top: -60px;
  position: relative;
}
.special04 .sec02 .story-section .sec-bg img {
  width: 100%;
  min-height: 551px;
  -o-object-fit: cover;
     object-fit: cover;
}
.special04 .sec02 .story-section img {
  width: 100%;
}
.special04 .sec02 .story-section::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.31);
  width: 100%;
  height: 100%;
}
.special04 .sec02 .story-section .txt-area {
  position: absolute;
  left: 107px;
  top: 12.5%;
  color: var(--white);
  z-index: 1;
  max-width: 690px;
}
.special04 .sec02 .story-section .c-sec02-en-ttl {
  position: static;
  margin-bottom: 26px;
}
.special04 .sec02 .story-section .c-sec02-ttl {
  color: var(--white);
  line-height: 1.2;
  letter-spacing: -0.05em;
  margin-bottom: 27px;
}
.special04 .sec02 .story-section .c-sec02-desc {
  padding-left: 0;
  margin-right: 100px;
  line-height: 2.1;
  letter-spacing: 0.14em;
}
.special04 .sec02 .success-section {
  margin-top: 310px;
  position: relative;
  padding-bottom: 70px;
}
.special04 .sec02 .success-section .box-wrapper {
  margin-left: 40px;
  margin-right: 40px;
}
.special04 .sec02 .success-section .white-box {
  background: var(--white);
  border-radius: 20px;
  max-width: 955px;
  margin: auto;
  position: relative;
  padding: 97px 62px 463px;
}
.special04 .sec02 .success-section .white-box .c-sec02-en-ttl {
  right: initial;
  left: 0;
  top: max(-86px, -5.9722222222vw);
}
.special04 .sec02 .success-section .white-box .c-sec02-ttl {
  line-height: 1.25;
  letter-spacing: -0.07em;
}
.special04 .sec02 .success-section .white-box .c-sec02-desc {
  padding-left: 0;
  letter-spacing: 0.14em;
  line-height: 2.1;
}
.special04 .sec02 .success-section .char-area {
  position: absolute;
  right: -7.3611111111vw;
  top: -224px;
}
.special04 .sec02 .success-section .char-area img {
  position: relative;
  z-index: 1;
  width: min(318px, 22.0833333333vw);
}
.special04 .sec02 .success-section .char-area .circle {
  background: #fb773b;
  color: var(--white);
  width: min(247px, 17.1527777778vw);
  height: min(247px, 17.1527777778vw);
  position: absolute;
  top: -3px;
  left: -39px;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.special04 .sec02 .success-section .char-area .circle .inn-txt {
  font-weight: 500;
  font-size: clamp(16px, 22px, 1.5277777778vw);
  margin-right: 30px;
  line-height: 1.6;
  margin-bottom: 47px;
  letter-spacing: 0.05em;
}
.special04 .sec02 .success-section .success-swiper {
  position: absolute;
  bottom: 130px;
  right: 0;
  left: 0;
  margin: auto;
  overflow: hidden;
  z-index: 100;
}
.special04 .sec02 .success-section .success-swiper .swiper-wrapper .swiper-slide {
  width: -webkit-max-content !important;
  width: -moz-max-content !important;
  width: max-content !important;
  min-width: 0;
  max-height: 337px;
  aspect-ratio: 466/337;
}
.special04 .sec02 .success-section .success-swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom center;
     object-position: bottom center;
}
.special04 .sec03 .mv-section .circle {
  background: #917ba8;
}
.special04 .sec03 .mv-section .box {
  max-width: 900px;
}
.special04 .sec03 .mv-section .box .main {
  letter-spacing: -0.05em;
}
.special04 .sec03 .c-sec03-ttl {
  letter-spacing: 0.1em;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 10px;
}
.special04 .sec03 .c-sec03-desc {
  font-weight: 500;
  letter-spacing: 0.14em;
  line-height: 2.1;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.special04 .sec03 .gallery-block .inner-block {
  max-width: none;
}
.special04 .sec03 .gallery-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.special04 .sec03 .gallery-flex .img-area {
  position: relative;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.special04 .sec03 .gallery-flex .img-area img {
  border-radius: 20px;
}
.special04 .sec03 .gallery-flex .txt-area {
  color: var(--white);
}
.special04 .sec03 .gallery-flex .circle {
  border-radius: 50%;
  background: #917ba8;
}
.special04 .sec03 .gallery-flex .c-circle {
  width: min(193px, 13.4027777778vw);
  height: min(193px, 13.4027777778vw);
  border-radius: 50%;
  background: #917ba8;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  text-align: center;
}
.special04 .sec03 .gallery-flex .c-circle .inn-txt {
  color: var(--white);
  font-size: clamp(18px, 28px, min(28px, 1.9444444444vw));
  font-weight: 500;
}
.special04 .sec03 .gallery-flex.pattern01 {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 180px;
}
.special04 .sec03 .gallery-flex.pattern01 .img-area {
  margin-left: min(140px, 9.7222222222vw);
  padding-bottom: 174px;
}
.special04 .sec03 .gallery-flex.pattern01 .white-box {
  background: var(--white);
  border-radius: 20px;
  max-width: 370px;
  position: absolute;
  right: -8.3333333333vw;
  top: -120px;
  padding: 40px 40px;
}
.special04 .sec03 .gallery-flex.pattern01 .char-area {
  position: absolute;
  left: max(-243px, -16.875vw);
  bottom: 0;
}
.special04 .sec03 .gallery-flex.pattern01 .char-area img {
  position: relative;
  z-index: 1;
  width: min(436px, 30.2777777778vw);
}
.special04 .sec03 .gallery-flex.pattern01 .char-area .circle {
  position: absolute;
  top: -160px;
  left: -40px;
  width: 300px;
  height: 300px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.special04 .sec03 .gallery-flex.pattern01 .char-area .circle .inn-txt {
  color: var(--white);
  font-size: 18px;
  line-height: 1.9;
  letter-spacing: 0.05em;
  margin-top: -20px;
  font-weight: 500;
}
.special04 .sec03 .gallery-flex.pattern02 {
  gap: min(80px, 5.5555555556vw);
}
.special04 .sec03 .gallery-flex.pattern02 .c-circle {
  top: -84px;
  right: max(-128px, -8.8888888889vw);
}
.special04 .sec03 .gallery-flex.pattern02 .img-area img {
  width: 59.5833333333vw;
}
.special04 .sec03 .gallery-flex.pattern02 .txt-area {
  margin-top: 143px;
}
.special04 .sec03 .gallery-flex.pattern02 .txt-area .c-sec03-ttl {
  margin-bottom: 30px;
  margin-left: 25px;
}
.special04 .sec03 .gallery-flex.pattern02 .txt-area .c-sec03-desc {
  max-width: 315px;
  margin-left: 25px;
  margin-bottom: 37px;
}
.special04 .sec03 .gallery-flex.pattern02 .txt-area img {
  border-radius: 20px;
}
.special04 .sec03 .gallery-flex.pattern03 {
  margin-top: 46px;
  margin-left: 5.0694444444vw;
  gap: 40px;
}
.special04 .sec03 .gallery-flex.pattern03 .c-circle {
  left: max(-115px, -7.9861111111vw);
  top: -42px;
}
.special04 .sec03 .gallery-flex.pattern03 .img-area img {
  width: 52.4305555556vw;
}
.special04 .sec03 .gallery-flex.pattern03 .txt-area {
  max-width: 314px;
  margin-top: 170px;
}
.special04 .sec03 .gallery-flex.pattern03 .txt-area .c-sec03-ttl {
  margin-bottom: 23px;
}
.special04 .sec03 .gallery-flex.pattern04 {
  margin-top: 40px;
  margin-left: 5.0694444444vw;
  gap: min(190px, 13.1944444444vw);
}
.special04 .sec03 .gallery-flex.pattern04 .c-circle {
  top: 28px;
  right: max(-123px, -8.5416666667vw);
}
.special04 .sec03 .gallery-flex.pattern04 .img-area {
  width: min(580px, 40.2777777778vw);
}
.special04 .sec03 .gallery-flex.pattern04 .txt-area {
  margin-top: 136px;
  max-width: 315px;
}
.special04 .sec03 .gallery-flex.pattern04 .txt-area .c-sec03-ttl {
  margin-bottom: 25px;
}
.special04 .sec03 .gallery-flex.pattern05 {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-right: 5.2083333333vw;
  margin-top: 50px;
  gap: 40px;
}
.special04 .sec03 .gallery-flex.pattern05 .img-area img {
  width: min(755px, 52.4305555556vw);
}
.special04 .sec03 .gallery-flex.pattern05 .c-circle {
  top: 29px;
  left: max(-113px, -7.8472222222vw);
}
.special04 .sec03 .gallery-flex.pattern05 .txt-area {
  max-width: 315px;
  margin-top: 240px;
}
.special04 .sec03 .gallery-flex.pattern05 .txt-area .c-sec03-ttl {
  margin-bottom: 20px;
}
.special04 .sec03 .gallery-flex.pattern06 {
  margin-top: 22px;
  margin-left: 4.8611111111vw;
  gap: 45px;
}
.special04 .sec03 .gallery-flex.pattern06 .c-circle {
  top: 34px;
  right: max(-128px, -8.8888888889vw);
}
.special04 .sec03 .gallery-flex.pattern06 .img-area img {
  width: min(858px, 59.5833333333vw);
}
.special04 .sec03 .gallery-flex.pattern06 .txt-area {
  margin-top: 291px;
}
.special04 .sec03 .gallery-flex.pattern06 .txt-area.pattern01 {
  margin-top: 260px;
}
.special04 .sec03 .gallery-flex.pattern06 .txt-area .c-sec03-ttl {
  margin-bottom: 20px;
}
.special04 .sec03 .gallery-flex.pattern06 .txt-area .c-sec03-desc {
  max-width: 315px;
}
.special04 .sec03 .gallery-flex.pattern06 .txt-area img {
  border-radius: 20px;
}
.special04 .sec03 .gallery-flex.pattern07 {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-right: 13.3333333333vw;
  margin-top: 50px;
  margin-bottom: 50px;
  gap: 45px;
}
.special04 .sec03 .gallery-flex.pattern07 .img-area img {
  width: min(488px, 33.8888888889vw);
}
.special04 .sec03 .gallery-flex.pattern07 .txt-area {
  max-width: 315px;
  margin-top: 35px;
}
.special04 .sec03 .gallery-flex.pattern07 .txt-area .c-sec03-ttl {
  margin-bottom: 30px;
}
.special04 .sec03 .gallery-flex.pattern08 {
  margin-top: 98px;
  margin-right: 15.9722222222vw;
  gap: 40px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.special04 .sec03 .gallery-flex.pattern08 .c-circle {
  left: -66px;
  top: -52px;
}
.special04 .sec03 .gallery-flex.pattern08 .txt-area {
  max-width: 314px;
  margin-top: 140px;
}
.special04 .sec03 .gallery-flex.pattern08 .txt-area .c-sec03-ttl {
  margin-bottom: 23px;
}
.special04 .sec03 .gallery-flex.pattern08 .img-area {
  padding-bottom: 160px;
}
.special04 .sec03 .gallery-flex.pattern08 .img-area img {
  width: min(704px, 48.8888888889vw);
}
.special04 .sec03 .gallery-flex.pattern08 .char-area {
  position: absolute;
  right: 0px;
  bottom: 0;
}
.special04 .sec03 .gallery-flex.pattern08 .char-area img {
  width: min(265px, 18.4027777778vw);
  position: relative;
  z-index: 2;
}
.special04 .sec03 .gallery-flex.pattern08 .char-area .circle {
  position: absolute;
  width: clamp(200px, 243px, min(243px, 16.875vw));
  height: clamp(200px, 243px, min(243px, 16.875vw));
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  right: -174px;
  top: 31px;
}
.special04 .sec03 .gallery-flex.pattern08 .char-area .circle .inn-txt {
  color: var(--white);
  font-size: 18px;
  padding-left: 20px;
  line-height: 2.1;
  margin-top: 10px;
}
.special04 .sec03 .img-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
  margin-top: 23px;
}
.special04 .sec03 .img-list img {
  border-radius: 10px;
}
.special04 .sec03 .img-section {
  position: relative;
}
.special04 .sec03 .img-section .sec-bg img {
  width: 100%;
  min-height: 551px;
  -o-object-fit: cover;
     object-fit: cover;
}
.special04 .sec03 .img-section img {
  width: 100%;
}
.special04 .sec03 .img-section .txt-area {
  position: absolute;
  top: 30.5%;
  left: 9.5138888889vw;
  color: var(--white);
  max-width: 434px;
}
.special04 .sec03 .img-section .txt-area .c-sec03-ttl {
  color: var(--white);
  margin-bottom: 20px;
}
.special04 .tab-block {
  margin-top: 10px;
}
.special04 .tab-block .tab-btn-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
}
.special04 .tab-block .tab-btn-list li.is-active .tab-btn {
  color: var(--white);
}
.special04 .tab-block .tab-btn-list li.is-active:nth-child(1) .tab-btn {
  background: #23a0d3;
}
.special04 .tab-block .tab-btn-list li.is-active:nth-child(2) .tab-btn {
  background: #fb773b;
}
.special04 .tab-block .tab-btn-list li.is-active:nth-child(3) .tab-btn {
  background: #917ba8;
}
.special04 .tab-block .tab-btn-list .tab-btn {
  background: var(--white);
  border-radius: 20px 20px 0 0;
  width: clamp(200px, 253px, min(253px, 17.5694444444vw));
  padding: 40px 0 0;
  height: 170px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
      -ms-flex-pack: start;
          justify-content: start;
}
.special04 .tab-block .tab-btn-list .tab-btn .large {
  display: block;
  font-weight: bold;
  font-size: min(40px, 2.7777777778vw);
  margin-bottom: 10px;
}
.special04 .tab-block .tab-btn-list .tab-btn .small {
  display: block;
  font-weight: 500;
  font-size: min(20px, 1.3888888889vw);
  line-height: 1.35;
}

/* -----------------------------------------------
* special01 Module
* special01ページ用
-------------------------------------------------- */
.special03 .link-section {
  padding-block: 100px;
}
.special03 .link-section {
  overflow-x: clip;
}
.special03 .link-section .inner-block {
  max-width: 1100px;
}
.special03 .link-section .link-cont {
  display: grid;
  grid-template-columns: 70% 1fr;
}
.special03 .link-section .link-cont > .txt-wrap {
  position: relative;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.special03 .link-section .link-cont > .txt-wrap::before {
  content: "";
  background: url(../img/special03/txt-deco02.png.webp) no-repeat top left/contain;
  display: block;
  aspect-ratio: 91/72;
  position: absolute;
  left: -13px;
  top: -5px;
  width: 91px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  z-index: 5;
}
.special03 .link-section .link-cont > .txt-wrap::after {
  content: "";
  background: url(../img/special03/txt-deco01.png.webp) no-repeat top left/contain;
  display: block;
  aspect-ratio: 107/130;
  position: absolute;
  right: 5px;
  bottom: 2px;
  width: 105px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  z-index: 1;
}
.special03 .link-section .link-cont > .txt-wrap .inn {
  z-index: 2;
  color: var(--white);
  padding: 79px 30px 44px 40px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  -webkit-clip-path: polygon(0 50px, 50px 0, 100% 0, 100% calc(100% - 130px), calc(100% - 108px) calc(100% - 22px), calc(100% - 108px) 100%, 0 100%);
          clip-path: polygon(0 50px, 50px 0, 100% 0, 100% calc(100% - 130px), calc(100% - 108px) calc(100% - 22px), calc(100% - 108px) 100%, 0 100%);
  background-color: var(--black);
}
.special03 .link-section .link-cont > .txt-wrap .ttl {
  color: var(--white);
  margin-bottom: 20px;
}
.special03 .link-section .link-cont > .txt-wrap .ttl .en {
  font-size: 20px;
  margin-bottom: 40px;
  display: block;
}
.special03 .link-section .link-cont > .txt-wrap .ttl .jp {
  font-size: 28px;
  letter-spacing: 0.06em;
}
.special03 .link-section .link-cont > .txt-wrap .ttl.mb-adj {
  margin-bottom: 10px;
}
.special03 .link-section .link-cont > .txt-wrap .ttl.mb-adj .en {
  margin-bottom: 26px;
}
.special03 .link-section .link-cont > .txt-wrap .txt {
  margin-bottom: 58px;
  letter-spacing: 0.06em;
}
.special03 .link-section .link-cont > .txt-wrap .txt.mb-adj {
  margin-bottom: 30px;
}
.special03 .link-section .link-cont > .txt-wrap .modal-btn {
  background-color: var(--primary);
  padding: 10px 30px;
  font-size: 14px;
}
.special03 .link-section .link-cont.layout01 {
  grid-template-columns: 76% 1fr;
}
.special03 .link-section .link-cont.layout01.js--scroll-item .img-wrap {
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}
.special03 .link-section .link-cont.layout01.js--scroll-item .img-wrap {
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.special03 .link-section .link-cont.layout01.js--scroll-item.is-shown .img-wrap {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.special03 .link-section .link-cont.layout01 .img-wrap {
  padding-top: 5vw;
  margin-left: -15vw;
}
.special03 .link-section .link-cont.layout01 .txt-wrap {
  z-index: 2;
  margin-left: -9vw;
  width: calc(100% + 9vw);
}
.special03 .link-section .link-cont.layout02 {
  grid-template-columns: 1fr 76%;
}
.special03 .link-section .link-cont.layout02.js--scroll-item .img-wrap {
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}
.special03 .link-section .link-cont.layout02.js--scroll-item .img-wrap {
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.special03 .link-section .link-cont.layout02.js--scroll-item.is-shown .img-wrap {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.special03 .link-section .link-cont.layout02 .img-wrap {
  padding-top: 4vw;
  margin-right: -6vw;
  margin-left: -8vw;
  width: calc(100% + 14vw);
}
.special03 .link-section .link-cont.layout02 .txt-wrap {
  width: calc(100% + 10vw);
  z-index: 2;
}
.special03 .link-section .link-cont.layout03 {
  grid-template-columns: 77% 1fr;
}
.special03 .link-section .link-cont.layout03.js--scroll-item .img-wrap {
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}
.special03 .link-section .link-cont.layout03.js--scroll-item .img-wrap {
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.special03 .link-section .link-cont.layout03.js--scroll-item.is-shown .img-wrap {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.special03 .link-section .link-cont.layout03 .img-wrap {
  margin-left: -8vw;
  width: calc(100% + 14vw);
}
.special03 .link-section .link-cont.layout03 .txt-wrap {
  margin-left: -10vw;
  width: calc(100% + 10vw);
  margin-top: auto;
  margin-bottom: -6vw;
  z-index: 2;
}
.special03 .link-section .link-cont.layout04 {
  grid-template-columns: 1fr 76%;
}
.special03 .link-section .link-cont.layout04.js--scroll-item .img-wrap {
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}
.special03 .link-section .link-cont.layout04.js--scroll-item .img-wrap {
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.special03 .link-section .link-cont.layout04.js--scroll-item.is-shown .img-wrap {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.special03 .link-section .link-cont.layout04 .img-wrap {
  padding-top: 7vw;
  margin-left: 0;
  width: calc(100% + 14vw);
}
.special03 .link-section .link-cont.layout04 .txt-wrap {
  width: calc(100% + 10vw);
  z-index: 2;
}
.special03 .link-section .modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.special03 .link-section .modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.special03 .link-section .modal + .link-cont {
  margin-top: 90px;
}
.special03 .link-section .modal .modal-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.75);
}
.special03 .link-section .modal .modal-content {
  color: var(--white);
  position: absolute;
  inset: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  padding: 40px;
  max-width: 1200px;
  overflow-y: scroll;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.special03 .link-section .modal .modal-content::-webkit-scrollbar {
  display: none;
}
.special03 .link-section .modal .modal-content .inn {
  width: 100%;
  padding: 72px 60px 60px;
  position: relative;
  margin: auto;
  max-height: -webkit-fit-content;
  max-height: -moz-fit-content;
  max-height: fit-content;
}
.special03 .link-section .modal .modal-content .inn .modal-close {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  width: 60px;
  height: 60px;
  background-color: var(--text);
}
.special03 .link-section .modal .modal-content .inn .modal-close::before, .special03 .link-section .modal .modal-content .inn .modal-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: var(--white);
  width: 60px;
  height: 2px;
}
.special03 .link-section .modal .modal-content .inn .modal-close::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.special03 .link-section .modal .modal-content .inn .modal-close::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.special03 .link-section .modal .modal-content .cont-wrap {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 46%;
  gap: 40px;
}
.special03 .link-section .modal .modal-content .cont-wrap .txt-wrap .ttl {
  letter-spacing: 0.06em;
  font-size: 28px;
  color: var(--white);
  padding-bottom: 10px;
  margin-bottom: 48px;
  border-bottom: 1px solid var(--white);
}
.special03 .link-section .modal .modal-content .cont-wrap .txt-wrap .main {
  letter-spacing: 0.08em;
  font-size: 28px;
  margin-bottom: 24px;
}
.special03 .link-section .modal .modal-content .cont-wrap .txt-wrap .desc {
  line-height: 1.85em;
  letter-spacing: 0.06em;
}
.special03 .link-section .modal .modal-content .cont-wrap .img-wrap {
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
}
.special03 .link-section .modal .modal-content .cont-wrap .img-wrap img {
  display: block;
  width: 100%;
}

/* -----------------------------------------------
* special01 Module
* special05ページ用
-------------------------------------------------- */
.special05 {
  background-color: var(--black02);
}
.special05 .txt-area .txt {
  max-width: 872px;
  color: #fff;
  font-size: 18px;
  line-height: 2.11;
  margin: 0 auto;
  padding: 96px 0px 116px;
}
.special05 .photo-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25vw;
}
.special05 .photo-area picture, .special05 .photo-area img {
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.special05 .photo-area picture img, .special05 .photo-area img img {
  width: 100%;
}
.special05 .photo-area .bg-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 1.25vw;
}
.special05 .photo-area .md-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25vw;
}
.special05 .photo-area .sm-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 1.25vw;
}
.special05 .photo-area > :nth-of-type(1) > .photo-con {
  width: 63.75vw;
  height: auto;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.special05 .photo-area > :nth-of-type(1) .md-block {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: auto;
}
.special05 .photo-area > :nth-of-type(1) .md-block > .photo-con:nth-of-type(1) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.special05 .photo-area > :nth-of-type(1) .md-block > .photo-con:nth-of-type(2) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.special05 .photo-area > :nth-of-type(2) > .photo-con {
  width: 36.5vw;
  height: auto;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.special05 .photo-area > :nth-of-type(2) > .photo-con:nth-of-type(2) {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.special05 .photo-area > :nth-of-type(3) > .photo-con, .special05 .photo-area > :nth-of-type(6) > .photo-con {
  width: 100vw;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: auto;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.special05 .photo-area > :nth-of-type(4) > .md-block:nth-of-type(1) {
  width: 49.25vw;
  height: auto;
}
.special05 .photo-area > :nth-of-type(4) > .md-block:nth-of-type(1) > .photo-con:nth-of-type(1) {
  height: auto;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.special05 .photo-area > :nth-of-type(4) > .md-block:nth-of-type(1) > .photo-con:nth-of-type(2) {
  height: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.special05 .photo-area > :nth-of-type(4) > .md-block:nth-of-type(2) {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: auto;
}
.special05 .photo-area > :nth-of-type(4) > .md-block:nth-of-type(2) > .sm-block > .photo-con:nth-of-type(1) {
  width: calc(47% - 1.25vw);
}
.special05 .photo-area > :nth-of-type(4) > .md-block:nth-of-type(2) > .sm-block > .photo-con:nth-of-type(1) img {
  height: auto;
}
.special05 .photo-area > :nth-of-type(4) > .md-block:nth-of-type(2) > .sm-block > .photo-con:nth-of-type(1) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.special05 .photo-area > :nth-of-type(4) > .md-block:nth-of-type(2) > .sm-block > .photo-con:nth-of-type(2) {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.special05 .photo-area > :nth-of-type(4) > .md-block:nth-of-type(2) > .photo-con {
  background-color: #fff;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.special05 .photo-area > :nth-of-type(5) > .photo-con {
  width: 59.75vw;
  height: auto;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.special05 .photo-area > :nth-of-type(5) > .photo-con:nth-of-type(2) {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

/* -----------------------------------------------
* highschool Module
* highschoolページ用
-------------------------------------------------- */
.highschool {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.highschool .top-bg-area {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}
.highschool .top-bg-area .top-bg01,
.highschool .top-bg-area .top-bg02,
.highschool .top-bg-area .top-bg03,
.highschool .top-bg-area .top-bg04 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
          clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  -webkit-transition: -webkit-clip-path 1.2s 0.5s ease-out;
  transition: -webkit-clip-path 1.2s 0.5s ease-out;
  transition: clip-path 1.2s 0.5s ease-out;
  transition: clip-path 1.2s 0.5s ease-out, -webkit-clip-path 1.2s 0.5s ease-out;
}
.highschool .top-bg-area .top-bg01 img,
.highschool .top-bg-area .top-bg02 img,
.highschool .top-bg-area .top-bg03 img,
.highschool .top-bg-area .top-bg04 img {
  width: 100%;
}
.highschool .top-bg-area .top-bg02 {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
.highschool .top-bg-area .top-bg03 {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
.highschool .top-bg-area .top-bg04 {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
.highschool .top-bg-area .top-bg04 {
  top: max(480px, 36.1111111111vw);
}
.highschool .top-sections-wrap {
  position: relative;
  overflow: hidden;
}
.highschool .top-sections-wrap .top-people-img-area,
.highschool .top-sections-wrap .message-section,
.highschool .top-sections-wrap .mv-section {
  position: relative;
  z-index: 2;
}
.highschool .top-sections-wrap {
  text-shadow: 0 0 6px var(--white);
}
.highschool .top-sections-wrap .mv-section .cont-wrap {
  display: grid;
  grid-template-columns: auto min(43%, 690px);
  grid-template-areas: "ttl img" "txt img";
  row-gap: 34px;
}
.highschool .top-sections-wrap .mv-section .top-img-area {
  grid-area: img;
}
.highschool .top-sections-wrap .mv-section .top-ttl-area {
  grid-area: ttl;
  align-self: end;
}
.highschool .top-sections-wrap .mv-section .top-ttl-area .c-ttl01 .ja-s {
  font-size: 24px;
  line-height: 1.2916666667;
}
.highschool .top-sections-wrap .mv-section .top-ttl-img-area {
  grid-area: txt;
}
.highschool .top-sections-wrap .message-section {
  padding-top: clamp(120px, 8.3333333333vw, 180px);
}
.highschool .top-sections-wrap .message-section .inner-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 910px;
  margin-left: auto;
}
.highschool .top-sections-wrap .message-section .bus-img-area {
  max-width: clamp(400px, 55vw, 792px);
  width: 100%;
  margin-left: auto;
  margin-right: calc(0px - min(5.5555555556vw, 80px) - 40px);
}
.highschool .top-sections-wrap .top-people-img-area {
  margin-top: calc(0px - min(20.1388888889vw, 290px));
  overflow: hidden;
}
.highschool .top-sections-wrap .top-people-img-area .inner-block {
  max-width: 1208px;
}
.highschool .top-sections-wrap .top-people-img-area .top-people-img {
  max-width: clamp(350px, 38.2638888889vw, 551px);
  margin-bottom: -80px;
}
.highschool .top-sections-wrap .c-text-cont-wrap .text-cont-ttl {
  font-size: 28px;
  line-height: 1.2;
}
.highschool .top-sections-wrap .top-bg-area .top-bg04 {
  top: auto;
  bottom: 0;
}
.highschool .top-sections-wrap .mv-section .top-img-area {
  -webkit-transform: translate(100px, 100px) scale(0.9);
          transform: translate(100px, 100px) scale(0.9);
  opacity: 0;
  -webkit-transition: opacity 0.8s 1s ease, -webkit-transform 0.5s 1s ease-in-out;
  transition: opacity 0.8s 1s ease, -webkit-transform 0.5s 1s ease-in-out;
  transition: transform 0.5s 1s ease-in-out, opacity 0.8s 1s ease;
  transition: transform 0.5s 1s ease-in-out, opacity 0.8s 1s ease, -webkit-transform 0.5s 1s ease-in-out;
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
}
.highschool .top-sections-wrap .mv-section .top-ttl-img-area {
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
          clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  opacity: 0;
  -webkit-transition: opacity 0.3s 1.2s ease-in-out, -webkit-clip-path 0.8s 1.2s ease-out;
  transition: opacity 0.3s 1.2s ease-in-out, -webkit-clip-path 0.8s 1.2s ease-out;
  transition: clip-path 0.8s 1.2s ease-out, opacity 0.3s 1.2s ease-in-out;
  transition: clip-path 0.8s 1.2s ease-out, opacity 0.3s 1.2s ease-in-out, -webkit-clip-path 0.8s 1.2s ease-out;
}
.highschool .top-sections-wrap .mv-section .top-ttl-area {
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
          clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  opacity: 0;
  -webkit-transition: opacity 0.3s 1.8s ease-in-out, -webkit-clip-path 0.8s 1.8s ease-out;
  transition: opacity 0.3s 1.8s ease-in-out, -webkit-clip-path 0.8s 1.8s ease-out;
  transition: clip-path 0.8s 1.8s ease-out, opacity 0.3s 1.8s ease-in-out;
  transition: clip-path 0.8s 1.8s ease-out, opacity 0.3s 1.8s ease-in-out, -webkit-clip-path 0.8s 1.8s ease-out;
}
.highschool .top-sections-wrap.is-shown .top-bg-area .top-bg01,
.highschool .top-sections-wrap.is-shown .top-bg-area .top-bg02,
.highschool .top-sections-wrap.is-shown .top-bg-area .top-bg03,
.highschool .top-sections-wrap.is-shown .top-bg-area .top-bg04 {
  -webkit-clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
          clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
}
.highschool .top-sections-wrap.is-shown .mv-section .top-img-area {
  -webkit-transform: translate(0px) scale(1);
          transform: translate(0px) scale(1);
  opacity: 1;
}
.highschool .top-sections-wrap.is-shown .mv-section .top-ttl-img-area {
  -webkit-clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
          clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
  opacity: 1;
}
.highschool .top-sections-wrap.is-shown .mv-section .top-ttl-area {
  -webkit-clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
          clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
  opacity: 1;
}
.highschool .jobs-section {
  padding-block: 110px 120px;
  background: #d7dae0;
}
.highschool .jobs-section .inner-block {
  max-width: 1300px;
}
.highschool .interview-section {
  padding-block: 130px;
  position: relative;
  overflow: hidden;
}
.highschool .interview-section .inner-block {
  z-index: 2;
  max-width: 890px;
}
.highschool .interview-section .top-bg-area .top-bg03 {
  z-index: 2;
}
.highschool .interview-section .top-bg-area .top-bg03,
.highschool .interview-section .top-bg-area .top-bg04 {
  top: auto;
  bottom: 0;
}
.highschool .interview-section.is-shown .top-bg-area .top-bg01,
.highschool .interview-section.is-shown .top-bg-area .top-bg02,
.highschool .interview-section.is-shown .top-bg-area .top-bg03,
.highschool .interview-section.is-shown .top-bg-area .top-bg04 {
  -webkit-clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
          clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
}
.highschool .requirements-section {
  padding-block: 100px 90px;
}
.highschool .requirements-section .inner-block {
  max-width: 1010px;
}
.highschool .requirements-section .c-tbl01 tbody > tr:first-child > th,
.highschool .requirements-section .c-tbl01 tbody > tr:first-child > td {
  padding-top: 0;
}
.highschool .requirements-section .c-tbl01 tbody > tr td {
  letter-spacing: 0;
}
.highschool .requirements-section .c-tbl01 tbody > tr td a:not(.c-btn01) {
  font-size: 14px;
  -webkit-text-decoration: underline solid transparent;
          text-decoration: underline solid transparent;
  -webkit-transition: -webkit-text-decoration 0.3s ease-in-out;
  transition: -webkit-text-decoration 0.3s ease-in-out;
  transition: text-decoration 0.3s ease-in-out;
  transition: text-decoration 0.3s ease-in-out, -webkit-text-decoration 0.3s ease-in-out;
}
.highschool .requirements-section .c-tbl01 tbody > tr td a:not(.c-btn01):focus-visible {
  -webkit-text-decoration-color: currentColor;
          text-decoration-color: currentColor;
}
.highschool .requirements-section .c-tab-wrap02 .c-tab-btn-each .c-tab-btn {
  height: 100%;
}
.highschool .requirements-section .pdf-btn-wrap {
  margin-top: 20px;
}
.highschool .requirements-section .pdf-btn-wrap .pdf-btn {
  padding-block: 12px;
  max-width: 200px;
  width: 100%;
}
.highschool .requirements-section .pdf-btn-wrap .pdf-btn .inn-txt {
  width: 100%;
}
.highschool .qa-section {
  padding-block: 80px 112px;
}
.highschool .qa-section.is-disabled .note-txt {
  font-size: 20px;
  line-height: 2;
  letter-spacing: 0.16em;
  color: var(--white);
  text-align: center;
  font-weight: 500;
}
.highschool .qa-section .inner-block {
  max-width: 1300px;
}
.highschool .qa-section .c-acc-wrap.c-acc-wrap02 {
  background: #4A2124;
}
.highschool .qa-section .qa-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.highschool .qa-section .qa-list + .qa-list-ttl {
  margin-top: 75px;
}
.highschool .qa-section .qa-list-ttl {
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.1em;
  color: var(--white);
}
.highschool .qa-section .qa-list-ttl + .qa-list {
  margin-top: 30px;
}
.highschool .real-section .cont-wrap {
  position: relative;
}
.highschool .real-section .deco-area {
  max-width: clamp(240px, 25.6944444444vw, 370px);
  width: 100%;
  pointer-events: none;
}
.highschool .real-section .deco-area .img {
  display: block;
}
.people01 {
  overflow: hidden;
}
.people01 .top-bg-area {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}
.people01 .top-bg-area .top-bg01,
.people01 .top-bg-area .top-bg02,
.people01 .top-bg-area .top-bg03 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
          clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  -webkit-transition: -webkit-clip-path 1.2s 0.5s ease-out;
  transition: -webkit-clip-path 1.2s 0.5s ease-out;
  transition: clip-path 1.2s 0.5s ease-out;
  transition: clip-path 1.2s 0.5s ease-out, -webkit-clip-path 1.2s 0.5s ease-out;
}
.people01 .top-bg-area .top-bg01 img,
.people01 .top-bg-area .top-bg02 img,
.people01 .top-bg-area .top-bg03 img {
  width: 100%;
}
.people01 .top-bg-area .top-bg02 {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
.people01 .top-bg-area .top-bg03 {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
.people01 .top-sections-wrap {
  position: relative;
  overflow: hidden;
}
.people01 .top-sections-wrap .kv-block,
.people01 .top-sections-wrap .challeng-section {
  position: relative;
  z-index: 2;
}
.people01 .top-sections-wrap .kv-block .txt-area {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.people01 .top-sections-wrap .kv-block .img-area .img {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.people01 .top-sections-wrap .kv-block .img-area .copy span::after {
  -webkit-animation-delay: 1.3s;
          animation-delay: 1.3s;
}
.people01 .top-sections-wrap.is-shown .top-bg-area .top-bg01,
.people01 .top-sections-wrap.is-shown .top-bg-area .top-bg02,
.people01 .top-sections-wrap.is-shown .top-bg-area .top-bg03,
.people01 .top-sections-wrap.is-shown .top-bg-area .top-bg04 {
  -webkit-clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
          clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
}
.people01 .top-sections-wrap.is-shown .mv-section .top-img-area {
  -webkit-transform: translate(0px) scale(1);
          transform: translate(0px) scale(1);
  opacity: 1;
}
.people01 .top-sections-wrap.is-shown .mv-section .top-ttl-img-area {
  -webkit-clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
          clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
  opacity: 1;
}
.people01 .top-sections-wrap.is-shown .mv-section .top-ttl-area {
  -webkit-clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
          clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
  opacity: 1;
}
.people01 .sec-ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  position: relative;
  z-index: 9;
}
.people01 .sec-ttl .red {
  color: var(--primary);
  font-size: 20px;
  line-height: 2.25;
  letter-spacing: 0.1em;
}
.people01 .sec-ttl .black {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.05em;
  font-size: 40px;
  line-height: 1.6;
}
.people01 .sec-ttl02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.people01 .sec-ttl02 .red {
  color: var(--primary);
  font-size: 20px;
  line-height: 2.25;
  letter-spacing: 0.1em;
}
.people01 .sec-ttl02 .icon {
  width: 142px;
  min-width: 80px;
  height: auto;
}
.people01 .challeng-section, .people01 .strength-section, .people01 .message-section, .people01 .off-section {
  margin: 80px 0px 0px;
}
.people01 .challeng-section .top-border::before, .people01 .strength-section .top-border::before, .people01 .message-section .top-border::before, .people01 .off-section .top-border::before {
  margin: 0;
  margin-bottom: 68px;
  display: block;
  content: "";
  width: 200%;
  height: 1px;
  background-color: rgb(198, 202, 212);
  margin-left: auto;
  z-index: 9;
}
.people01 .kv-block {
  width: 100%;
  position: relative;
  -webkit-box-pack: left;
  -webkit-justify-content: left;
      -ms-flex-pack: left;
          justify-content: left;
}
.people01 .kv-block .txt-area {
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
  position: relative;
  background-color: #ccc;
  border-radius: 0px 0px 33px 0px;
  padding: 97px 30px 30px 7.6388888889vw;
}
.people01 .kv-block .txt-area .people-ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
.people01 .kv-block .txt-area .people-ttl .bg {
  font-size: clamp(36px, 3.4722222222vw, 50px);
  line-height: 1;
}
.people01 .kv-block .txt-area .people-ttl .sm {
  margin-top: -10px;
  font-size: clamp(16px, 1.3888888889vw, 24px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.11em;
}
.people01 .kv-block .txt-area .name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 14px;
}
.people01 .kv-block .txt-area .name .bg {
  margin-top: 50px;
  font-size: 28px;
  line-height: 1;
  letter-spacing: 0.25em;
}
.people01 .kv-block .txt-area .name .sm {
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.19em;
}
.people01 .kv-block .img-area {
  width: 72.5%;
  margin: 152px 40px 0px -7.2%;
  position: relative;
}
.people01 .kv-block .img-area .copy {
  z-index: 3;
  position: absolute;
  bottom: 78px;
  left: 25px;
  font-size: 2.7777777778vw;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: var(--white);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
}
.people01 .kv-block .img-area .copy span {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 7px 6px 6px 10px;
  position: relative;
}
.people01 .kv-block .img-area .copy span.pc {
  padding: 0;
}
.people01 .kv-block .img-area .copy span.pc::after {
  content: none;
}
.people01 .kv-block .img-area .copy span::after {
  position: absolute;
  content: "";
  z-index: -1;
  background: rgba(0, 0, 0, 0.74);
  width: 0%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transform-origin: center left;
          transform-origin: center left;
  -webkit-animation: c-txt-bg 1s ease-out forwards;
          animation: c-txt-bg 1s ease-out forwards;
}
.people01 .kv-block .img-area.is-shown .copy span::after {
  width: 100%;
  -webkit-animation: c-txt-bg 1s ease-out forwards;
          animation: c-txt-bg 1s ease-out forwards;
}
.people01 .kv-block .img-area img {
  width: 100%;
  border-radius: 10px;
}
.people01 .challeng-section {
  margin-top: 40px;
}
.people01 .challeng-section .inner-block {
  max-width: 1080px;
}
.people01 .challeng-section .sec-ttl {
  max-width: 862px;
  margin-right: 0;
  margin-left: auto;
}
.people01 .challeng-section .txt-area {
  margin-right: 0;
  margin-left: auto;
  max-width: 862px;
}
.people01 .challeng-section .txt-area .txt {
  width: 100%;
  margin-top: 10px;
  font-weight: 600;
  line-height: 1.875;
  letter-spacing: 0.11em;
}
.people01 .challeng-section .txt-area .txt.indent {
  margin-top: 0px;
  text-indent: 1em;
}
.people01 .challeng-section .img-area {
  position: relative;
  z-index: 9;
  margin: 88px 40px 0 40px;
  max-width: 957px;
}
.people01 .challeng-section .img-area img {
  border-radius: 10px;
}
.people01 .strength-section {
  position: relative;
  margin-top: 86px;
}
.people01 .strength-section .ttl-inner {
  max-width: 1080px;
}
.people01 .strength-section .ttl-inner .sec-ttl {
  max-width: 862px;
}
.people01 .strength-section .strength-content {
  display: grid;
  gap: 18px;
  margin: 110px 0px 0px;
}
.people01 .strength-section .strength-content .cont-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 24px;
  height: 100%;
}
.people01 .strength-section .strength-content .cont-wrap .txt {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.875;
  letter-spacing: 0.03em;
}
.people01 .strength-section .strength-content .cont-wrap img {
  width: 100%;
  border-radius: 10px;
}
.people01 .strength-section::before, .people01 .strength-section::after {
  z-index: 1;
  display: block;
  content: "";
  width: 100%;
  height: 464px;
  background-color: var(--border02);
  z-index: 1;
  position: absolute;
  bottom: 100%;
  left: 0;
}
.people01 .strength-section::before {
  -webkit-clip-path: polygon(0 364px, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 364px, 100% 0, 100% 100%, 0 100%);
}
.people01 .strength-section::after {
  height: 220px;
  top: 100%;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%);
}
.people01 .message-section {
  position: relative;
  background-color: var(--blue03);
  margin: 234px 0 0;
  padding: 0px 0px 42px 0px;
}
.people01 .message-section.is-shown::after {
  -webkit-clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
          clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
}
.people01 .message-section::before {
  display: block;
  content: "";
  background-color: var(--blue03);
  position: absolute;
  bottom: calc(100% - 1px);
  left: 0;
  width: 100%;
  height: 235px;
  -webkit-clip-path: polygon(0 100%, 100% 0, 100% 100%);
          clip-path: polygon(0 100%, 100% 0, 100% 100%);
}
.people01 .message-section::after {
  z-index: 1;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: url("../img/highschool/people01/assets2.png.webp") no-repeat bottom left/contain;
  background-size: auto 380px;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
          clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  -webkit-transition: -webkit-clip-path 1.2s 0.5s ease-out;
  transition: -webkit-clip-path 1.2s 0.5s ease-out;
  transition: clip-path 1.2s 0.5s ease-out;
  transition: clip-path 1.2s 0.5s ease-out, -webkit-clip-path 1.2s 0.5s ease-out;
}
.people01 .message-section .top-border.sp::before {
  display: block;
  content: "";
  height: 1px;
  margin: 0 auto;
  z-index: 9;
  width: calc(100% - 40px);
  position: absolute;
  top: -165px;
  left: 20px;
}
.people01 .message-section .inner-block .img-area {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  z-index: 3;
  margin: -4.5138888889vw auto auto;
}
.people01 .message-section .inner-block .txt-area {
  position: relative;
  z-index: 3;
}
.people01 .message-section .inner-block .txt-area .mes-ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 18px;
  -webkit-box-align: top;
  -webkit-align-items: top;
      -ms-flex-align: top;
          align-items: top;
  margin-top: -70px;
  margin-left: 10px;
}
.people01 .message-section .inner-block .txt-area .mes-ttl .icon {
  width: 142px;
  min-width: 80px;
  height: auto;
}
.people01 .message-section .inner-block .txt-area .mes-ttl .content-right {
  margin-left: 10px;
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 5px;
}
.people01 .message-section .inner-block .txt-area .mes-ttl .content-right .top-border.pc::before {
  position: absolute;
  top: -23px;
}
.people01 .message-section .inner-block .txt-area .mes-ttl .content-right .sec-ttl .red {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: 50px;
}
.people01 .message-section .inner-block .txt-area .mes-ttl .content-right .txt {
  margin-top: 15px;
  width: 95%;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.875;
  letter-spacing: 0.09em;
}
.people01 .schedule-section .img-area {
  width: 100%;
  position: relative;
  z-index: 3;
}
.people01 .schedule-section .img-area img {
  width: 100%;
}
.people01 .schedule-section .time-area {
  z-index: 4;
  position: relative;
  background-color: #f4f5f6;
  border-radius: 16px 0px 0px 16px;
  margin: -60px calc(50% - 50vw) 0 0;
  padding: 50px 30px;
  overflow: hidden;
}
.people01 .schedule-section .time-area .swiper2 {
  position: relative;
  margin: 0 20px 40px 0px;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}
.people01 .schedule-section .time-area .swiper2 .swiper-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 30px 0px 0px 0px;
  padding: 27px 20px 0px 0px;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
.people01 .schedule-section .time-area .swiper2 .swiper-wrapper::before {
  content: "";
  display: block;
  background: var(--blue04);
  width: 95%;
  height: 2px;
  position: absolute;
  top: 7px;
  left: 16px;
}
.people01 .schedule-section .time-area .swiper2 .swiper-wrapper::after {
  content: "";
  display: block;
  width: 5%;
  height: 2px;
  position: absolute;
  top: 7px;
  right: 0px;
  border-bottom: 2px dashed var(--blue04);
}
.people01 .schedule-section .time-area .swiper2 .swiper-wrapper .swiper-slide {
  position: relative;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.people01 .schedule-section .time-area .swiper2 .swiper-wrapper .swiper-slide .time {
  position: relative;
  min-width: 90px;
  max-width: 100px;
  height: 100%;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  font-family: "Roboto", sans-serif;
  padding-top: 27px;
  margin-bottom: 20px;
}
.people01 .schedule-section .time-area .swiper2 .swiper-wrapper .swiper-slide .time::before {
  content: "";
  display: block;
  background: var(--blue04);
  width: 16px;
  height: 16px;
  position: absolute;
  border-radius: 100%;
}
.people01 .schedule-section .time-area .swiper2 .swiper-wrapper .swiper-slide .item-cont {
  background-color: #fff;
  border-radius: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 33px 23px 40px;
}
.people01 .schedule-section .time-area .swiper2 .swiper-wrapper .swiper-slide .item-cont .time-ttl {
  font-size: 18px;
  line-height: 2.5;
  letter-spacing: 0.1em;
  font-weight: 900;
}
.people01 .schedule-section .time-area .swiper2 .swiper-wrapper .swiper-slide .item-cont .txt {
  margin-top: 4px;
  color: #262626;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.875;
  letter-spacing: 0.11em;
}
.people01 .schedule-section .time-area .swiper2 .swiper-wrapper .swiper-slide:nth-of-type(1) .item-cont {
  background-color: var(--blue04);
}
.people01 .schedule-section .time-area .swiper2 .swiper-wrapper .swiper-slide:nth-of-type(1) .item-cont .time-ttl, .people01 .schedule-section .time-area .swiper2 .swiper-wrapper .swiper-slide:nth-of-type(1) .item-cont .txt {
  color: #fff;
}
.people01 .schedule-section .time-area .swiper2 .swiper-wrapper .swiper-slide:nth-of-type(4) .item-cont {
  background-color: #ffe9a1;
}
.people01 .schedule-section .time-area .swiper2 .swiper-wrapper .swiper-slide:nth-of-type(7)::before {
  width: 75%;
}
.people01 .schedule-section .time-area .bar-area {
  margin: 40px 0px 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: end;
      -ms-flex-align: end;
          align-items: end;
  gap: 15px;
}
.people01 .schedule-section .time-area .bar-area:has(.swiper-scrollbar-lock) {
  display: none !important;
}
.people01 .schedule-section .time-area .bar-area .swiper-scrollbar {
  position: relative;
  background: #fff;
  height: 8px;
  width: 100%;
  left: 0;
  bottom: 0;
  overflow: visible !important;
  cursor: pointer;
}
.people01 .schedule-section .time-area .bar-area .swiper-scrollbar .swiper-scrollbar-drag {
  background: var(--blue03);
  height: 8px !important;
  position: relative;
  cursor: -webkit-grab;
  cursor: grab;
}
.people01 .schedule-section .time-area .bar-area .swiper-scrollbar .swiper-scrollbar-drag::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 2000px;
  height: 100%;
  background: var(--blue03);
}
.people01 .schedule-section .time-area .bar-area .swiper-scrollbar .swiper-scrollbar-drag::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 20px;
  height: 20px;
  background: var(--blue02);
  border-radius: 100%;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  z-index: 2;
}
.people01 .schedule-section .time-area .bar-area .txt {
  font-size: 12px;
  font-weight: 600;
  margin: 0;
  letter-spacing: 0.05em;
}
.people01 .off-section {
  margin-top: 54px;
  padding: 90px 0px;
}
.people01 .off-section .sec-ttl02 {
  margin: 0 auto 35px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.people01 .off-section .img-area {
  display: grid;
  gap: 20px;
}
.people01 .off-section .img-area .off-cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
}
.people01 .off-section .img-area .off-cont img {
  border-radius: 10px;
}
.people01 .off-section .img-area .off-cont .txt {
  width: 90%;
  margin: 0 auto;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.875;
  letter-spacing: 0.06em;
}
.people01 .c-recommend .txt-wrap p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.people01 .c-recommend .txt-wrap p img {
  height: 1em;
  width: auto;
}
.people02 .schedule-section .time-area .swiper2 .swiper-wrapper .swiper-slide:nth-of-type(5)::before {
  width: 75%;
}
.people02 .schedule-section .time-area .swiper2 .swiper-wrapper .swiper-slide:nth-of-type(3) .item-cont {
  background-color: #ffe9a1;
}
.people02 .schedule-section .time-area .swiper2 .swiper-wrapper .swiper-slide:nth-of-type(4) .item-cont {
  background-color: #fff;
}
.people02 .schedule-section .time-area .swiper2 .swiper-wrapper .swiper-slide:nth-of-type(7)::before {
  width: 75%;
}

/* -----------------------------------------------
* people Module
* peopleページ用
-------------------------------------------------- */
.people {
  position: relative;
}
.people.zimu::before {
  background: #7d7d7d;
}
.people.zimu .career-path-block {
  background: #7d7d7d;
}
.people.chiki::before {
  background: #ccc9ca;
}
.people.chiki .c-sidebar a {
  color: var(--head-text);
}
.people.chiki .c-sidebar a::before {
  background: var(--head-text);
}
.people.chiki .career-path-block {
  background: #ccc9ca;
}
.people.chiki .career-path-block .ttl {
  color: var(--primary);
}
.people.job-career .c-people-mv-section .ttl-area .position .tag {
  background-color: #8f98aa;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding-inline: 15px;
}
.people.job-highschool .c-people-mv-section .ttl-area .position .tag {
  background-color: rgb(127, 127, 127);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding-inline: 15px;
}
.people::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: clamp(200px, 360px, min(360px, 25vw));
  height: 100%;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  z-index: 1;
}
.people.is-career-passed::before {
  background: #e8e8e8;
}
.people .c-people-mv-section {
  padding-top: 78px;
  background: var(--white);
  position: relative;
  z-index: 2;
}
.people .c-people-mv-section .ttl-area {
  max-width: 1300px;
  padding: 0 40px;
  margin: 0 auto 48px;
}
.people .c-people-mv-section .ttl-area .en {
  display: block;
  font-family: var(--ff-en);
  font-size: 30px;
  line-height: 1.533;
  font-weight: 500;
  letter-spacing: 0.04em;
}
.people .c-people-mv-section .ttl-area .ja {
  font-size: 40px;
  line-height: 1.5;
}
.people .c-people-mv-section .ttl-area .position {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 37px;
  gap: 17px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.people .c-people-mv-section .ttl-area .tag {
  color: var(--white);
  display: inline-block;
  background: #262626;
  text-align: center;
  width: 130px;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.1em;
  padding: 2px 0;
}
.people .c-people-mv-section .ttl-area .job {
  font-weight: bold;
  font-size: 24px;
  letter-spacing: 0.1em;
}
.people .c-people-mv-section .img-area {
  position: relative;
}
.people .c-people-mv-section .img-area img {
  width: 100%;
  display: block;
}
.people .c-people-mv-section .img-area .profile-box {
  position: absolute;
  color: var(--white);
  bottom: -40px;
  padding: 55px 25px 53px 32px;
}
.people .c-people-mv-section .img-area .profile-box.red {
  background: url("../img/people/box-bg-red01.svg") no-repeat center/cover;
}
.people .c-people-mv-section .img-area .profile-box.orange {
  background: url("../img/people/box-bg-orange01.svg") no-repeat center/cover;
}
.people .c-people-mv-section .img-area .profile-box.right-side {
  right: min(117px, 8.125vw);
}
.people .c-people-mv-section .img-area .profile-box.left-side {
  left: min(200px, 13.8888888889vw);
}
.people .c-people-mv-section .img-area .desc {
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.14em;
  margin-bottom: 17px;
}
.people .c-people-mv-section .img-area .name {
  font-family: var(--ff-en);
  font-size: 27px;
  letter-spacing: 0.2em;
  line-height: 2.18;
  font-weight: bold;
}
.people .c-sidebar {
  position: -webkit-sticky;
  position: sticky;
  width: clamp(200px, 360px, min(360px, 25vw));
  top: 0;
  left: 0;
  height: calc(var(--vh, 1vh) * 100);
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  z-index: 1;
}
.people .c-sidebar.is-career-passed a {
  color: var(--head-text);
}
.people .c-sidebar.is-career-passed a::before {
  background: var(--head-text);
}
.people .c-sidebar .anchor-link {
  position: absolute;
  top: 30%;
  -webkit-transform: translateY(-30%);
          transform: translateY(-30%);
  right: 20px;
  margin: auto;
}
.people .c-sidebar .anchor-link li + li {
  margin-top: 13px;
}
.people .c-sidebar a {
  color: #d8d8d8;
  font-size: 16px;
  display: block;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-weight: bold;
  position: relative;
  padding-left: 20px;
}
.people .c-sidebar a::before {
  content: "";
  background: #d8d8d8;
  border-radius: 50%;
  position: absolute;
  top: 12px;
  left: 7px;
  width: 3px;
  height: 3px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.people .c-sidebar a.is-current {
  color: #929292;
}
.people .c-sidebar a.is-current::before {
  background: #929292;
}
.people .c-people-content {
  padding: 80px 0 120px;
  position: relative;
}
.people .c-people-content::before {
  content: "";
  top: 0;
  right: 0;
  left: 0;
  position: absolute;
  background: #e8e8e8;
  width: 100%;
  height: 1px;
  max-width: 830px;
  margin: auto;
}
.people .c-people-ttl {
  margin-bottom: 10px;
}
.people .c-people-ttl .sub {
  display: block;
  color: var(--primary);
  letter-spacing: 0.1em;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
}
.people .c-people-ttl .ttl {
  font-weight: bold;
  font-size: 40px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.08em;
}
.people .c-txt {
  line-height: 2.125;
  letter-spacing: 0.16em;
  margin-bottom: 88px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.people .c-bottom-main-block {
  position: relative;
  z-index: 2;
}
.people .c-bottom-main-block .inner-block {
  max-width: 1460px;
  padding-bottom: 203px;
}
.people .c-bottom-main-block .profile-box {
  position: absolute;
  color: var(--white);
  bottom: 0px;
  padding: 45px min(93px, 6.4583333333vw) 107px 43px;
}
.people .c-bottom-main-block .profile-box.red {
  background: url("../img/people/box-bg-red02.svg") no-repeat center/cover;
}
.people .c-bottom-main-block .profile-box.orange {
  background: url("../img/people/box-bg-orange02.svg") no-repeat center/cover;
  padding: 45px min(66px, 4.5833333333vw) min(133px, 9.2361111111vw) 43px;
}
.people .c-bottom-main-block .profile-box.right-side {
  right: min(55px, 3.8194444444vw);
}
.people .c-bottom-main-block .profile-box.left-side {
  left: min(75px, 5.2083333333vw);
}
.people .c-bottom-main-block .desc {
  font-size: 18px;
  line-height: 2;
  letter-spacing: 0.14em;
  margin-bottom: 45px;
  font-weight: bold;
}
.people .c-bottom-main-block .large {
  font-size: clamp(20px, 26px, min(26px, 1.8055555556vw));
  line-height: 2.18;
  font-weight: bold;
}
.people .c-img {
  display: block;
  margin: auto;
}
.people .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}
.people .main-content {
  width: 100%;
  padding-bottom: 160px;
}
.people .main-content .inner-block {
  max-width: 890px;
  padding-right: 17px;
  position: relative;
  z-index: 2;
}
.people .main-content .career-path-block {
  color: var(--white);
  padding: 85px 0 120px;
}
.people .main-content .career-path-block .ttl {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 17px;
}
.people .main-content .career-path-block .line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #707070;
  padding: 12px min(45px, 3.125vw) 16px;
  gap: 20px min(115px, 7.9861111111vw);
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.people .main-content .career-path-block .line.dir-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-left: 75px;
  gap: 10px;
}
.people .main-content .career-path-block .line.dir-column:not(:last-of-type):not(:first-of-type)::before {
  content: unset;
}
.people .main-content .career-path-block .line.dir-column:not(:last-of-type):not(:first-of-type)::after {
  left: 50px;
  height: calc(100% + 30px);
  top: 0;
}
.people .main-content .career-path-block .line.dir-column:first-of-type::before, .people .main-content .career-path-block .line.dir-column:first-of-type::after {
  left: 50px;
}
.people .main-content .career-path-block .line.dir-column:first-of-type::after {
  height: calc(100% - 55px + 30px);
  top: 55px;
}
.people .main-content .career-path-block .line.dir-column:last-of-type::before {
  left: 50px;
  height: 45px;
  top: 0px;
}
.people .main-content .career-path-block .line.dir-column .arrow {
  left: 47px;
  top: 45px;
}
.people .main-content .career-path-block .line.dir-column .line-ttl {
  margin-left: -35px;
}
.people .main-content .career-path-block .line.dir-column .line-ttl::before {
  top: calc((1.6em - 20px) / 2);
  bottom: auto;
}
.people .main-content .career-path-block .line:not(:last-of-type)::after {
  content: "";
  position: absolute;
  left: calc(min(45px, 3.125vw) + 10px - 1px);
  top: 50%;
  bottom: -30px;
  width: 2px;
  background-image: linear-gradient(to bottom, var(--primary) 1px, transparent 1px);
  background-size: 2px 2px;
  background-repeat: repeat-y;
  z-index: 1;
}
.people .main-content .career-path-block .line:not(:first-of-type)::before {
  content: "";
  position: absolute;
  left: calc(min(45px, 3.125vw) + 10px - 1px);
  top: 0;
  height: 50%;
  width: 2px;
  background-image: linear-gradient(to bottom, var(--primary) 1px, transparent 1px);
  background-size: 2px 2px;
  background-repeat: repeat-y;
  z-index: 1;
}
.people .main-content .career-path-block .line + .line {
  margin-top: 30px;
}
.people .main-content .career-path-block .arrow {
  position: absolute;
  left: calc(min(45px, 3.125vw) + 10px - 4px);
  top: calc(50% - 6px - 12px);
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid var(--primary);
  z-index: 1;
}
.people .main-content .career-path-block .line-ttl {
  font-size: 20px;
  letter-spacing: 0.1em;
  position: relative;
  padding-left: 38px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  font-weight: bold;
  min-width: 148px;
}
.people .main-content .career-path-block .line-ttl::before {
  content: "";
  border-radius: 50%;
  background: #595959;
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 2;
}
.people .main-content .career-path-block .desc {
  letter-spacing: 0.16em;
  text-align: left;
  line-height: 1.68;
}
.people .main-content .career-path-block .note {
  font-size: 13px;
  margin-top: 20px;
}
.people .main-content .intro-block {
  padding: 80px 0;
}
.people .main-content .intro-block .desc {
  font-weight: bold;
  font-size: 20px;
  line-height: 2;
  letter-spacing: 0.1em;
}
.people .main-content .job-desc-section {
  padding-bottom: 3px;
}
.people .main-content .job-desc-section .c-txt {
  margin-bottom: 110px;
}
.people .main-content .img-block {
  padding-bottom: 86px;
  position: relative;
  z-index: 2;
  margin-left: calc(40px - clamp(200px, 360px, min(360px, 25vw)));
  width: calc(100vw - 80px);
}
.people .main-content .img-block .full-size {
  position: relative;
  z-index: 2;
  isolation: isolate;
}
.people .main-content .memorable-work-section .c-txt {
  margin-bottom: 126px;
}
.people .attractive-section {
  padding-bottom: 49px;
}
.people .c-recommend {
  padding-top: 127px;
}
.people .c-recommend .inner-block {
  max-width: 1360px;
  z-index: 2;
}

/* -----------------------------------------------
* disability Module
* disabilityページ用
-------------------------------------------------- */
.disability .top-sections-wrap {
  position: relative;
  overflow-x: clip;
}
.disability .top-sections-wrap.is-shown .top-bg-area .top-bg01,
.disability .top-sections-wrap.is-shown .top-bg-area .top-bg02,
.disability .top-sections-wrap.is-shown .top-bg-area .top-bg03,
.disability .top-sections-wrap.is-shown .top-bg-area .top-bg04,
.disability .top-sections-wrap.is-shown .top-bg-area .top-bg05 {
  -webkit-clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
          clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
}
.disability .top-sections-wrap.is-shown .mv-section .mv-img-wrap .mv-img {
  opacity: 1;
}
.disability .top-sections-wrap.is-shown .mv-section .top-ttl-img-area {
  -webkit-clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
          clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
  opacity: 1;
}
.disability .top-sections-wrap.is-shown .mv-section .top-ttl-area {
  -webkit-clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
          clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
  opacity: 1;
}
.disability .top-sections-wrap .mv-section .top-ttl-area {
  grid-area: ttl;
  align-self: end;
}
.disability .top-sections-wrap .mv-section .top-ttl-area .c-ttl01 .ja-s {
  font-size: 24px;
  line-height: 1.2916666667;
}
.disability .top-sections-wrap .mv-section .top-ttl-img-area {
  grid-area: txt;
}
.disability .top-bg-area {
  position: absolute;
  z-index: 3;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}
.disability .top-bg-area.under {
  z-index: 0;
}
.disability .top-bg-area .top-bg01,
.disability .top-bg-area .top-bg02,
.disability .top-bg-area .top-bg03,
.disability .top-bg-area .top-bg04,
.disability .top-bg-area .top-bg05 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
          clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  -webkit-transition: -webkit-clip-path 1.2s 0.5s ease-out;
  transition: -webkit-clip-path 1.2s 0.5s ease-out;
  transition: clip-path 1.2s 0.5s ease-out;
  transition: clip-path 1.2s 0.5s ease-out, -webkit-clip-path 1.2s 0.5s ease-out;
}
.disability .top-bg-area .top-bg01 img,
.disability .top-bg-area .top-bg02 img,
.disability .top-bg-area .top-bg03 img,
.disability .top-bg-area .top-bg04 img,
.disability .top-bg-area .top-bg05 img {
  width: 100%;
}
.disability .top-bg-area .top-bg01 img, .disability .top-bg-area .top-bg01 source,
.disability .top-bg-area .top-bg02 img,
.disability .top-bg-area .top-bg02 source,
.disability .top-bg-area .top-bg03 img,
.disability .top-bg-area .top-bg03 source,
.disability .top-bg-area .top-bg04 img,
.disability .top-bg-area .top-bg04 source,
.disability .top-bg-area .top-bg05 img,
.disability .top-bg-area .top-bg05 source {
  max-height: min(79.9305555556vw, 1151px);
}
.disability .top-bg-area .top-bg02 {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
.disability .top-bg-area .top-bg03 {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
  z-index: 1;
}
.disability .top-bg-area .top-bg04 {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
.disability .top-bg-area .top-bg05 {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
.disability .mv-section .inner-block {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.disability .mv-section .top-ttl-img-area {
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
          clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  opacity: 0;
  -webkit-transition: opacity 0.3s 1.2s ease-in-out, -webkit-clip-path 0.8s 1.2s ease-out;
  transition: opacity 0.3s 1.2s ease-in-out, -webkit-clip-path 0.8s 1.2s ease-out;
  transition: clip-path 0.8s 1.2s ease-out, opacity 0.3s 1.2s ease-in-out;
  transition: clip-path 0.8s 1.2s ease-out, opacity 0.3s 1.2s ease-in-out, -webkit-clip-path 0.8s 1.2s ease-out;
}
.disability .mv-section .top-img-area {
  -webkit-transform: translate(100px, 100px) scale(0.9);
          transform: translate(100px, 100px) scale(0.9);
  opacity: 0;
  -webkit-transition: opacity 0.8s 1s ease, -webkit-transform 0.5s 1s ease-in-out;
  transition: opacity 0.8s 1s ease, -webkit-transform 0.5s 1s ease-in-out;
  transition: transform 0.5s 1s ease-in-out, opacity 0.8s 1s ease;
  transition: transform 0.5s 1s ease-in-out, opacity 0.8s 1s ease, -webkit-transform 0.5s 1s ease-in-out;
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
}
.disability .mv-section .top-ttl-area {
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
          clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  opacity: 0;
  -webkit-transition: opacity 0.3s 1.8s ease-in-out, -webkit-clip-path 0.8s 1.8s ease-out;
  transition: opacity 0.3s 1.8s ease-in-out, -webkit-clip-path 0.8s 1.8s ease-out;
  transition: clip-path 0.8s 1.8s ease-out, opacity 0.3s 1.8s ease-in-out;
  transition: clip-path 0.8s 1.8s ease-out, opacity 0.3s 1.8s ease-in-out, -webkit-clip-path 0.8s 1.8s ease-out;
}
.disability .mv-section .cont-wrap {
  display: grid;
  grid-template-columns: auto min(43%, 690px);
  grid-template-areas: "ttl img" "txt img";
  row-gap: 34px;
}
.disability .mv-section .mv-img-wrap {
  pointer-events: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  position: relative;
}
.disability .mv-section .mv-img-wrap .mv-img {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  overflow: hidden;
}
.disability .mv-section .mv-img-wrap .mv-img01 {
  opacity: 0;
  -webkit-transition: opacity 0.8s 1s ease;
  transition: opacity 0.8s 1s ease;
  border-radius: 0 0 9px 9px;
  margin: auto;
  position: relative;
}
.disability .mv-section .mv-img-wrap .mv-img01 img, .disability .mv-section .mv-img-wrap .mv-img01 source {
  max-width: min(25.3472222222vw, 365px);
}
.disability .mv-section .mv-img-wrap .mv-img02 {
  opacity: 0;
  -webkit-transition: opacity 0.8s 1.4s ease;
  transition: opacity 0.8s 1.4s ease;
  border-radius: 23px 0 0 23px;
  margin-left: auto;
  margin-top: min(-5.3472222222vw, -77px);
}
.disability .mv-section .mv-img-wrap .mv-img02 img, .disability .mv-section .mv-img-wrap .mv-img02 source {
  max-width: min(33.8194444444vw, 487px);
}
.disability .mv-section .mv-img-wrap .mv-img03 {
  opacity: 0;
  -webkit-transition: opacity 0.8s 1s ease;
  transition: opacity 0.8s 1s ease;
  border-radius: 0 23px 23px 0;
  margin-top: min(-7.3611111111vw, -106px);
  position: relative;
}
.disability .mv-section .mv-img-wrap .mv-img03 img, .disability .mv-section .mv-img-wrap .mv-img03 source {
  max-width: min(45.4861111111vw, 655px);
}
.disability .message-section {
  position: relative;
  overflow-x: clip;
  margin-top: -162px;
  z-index: 2;
}
.disability .message-section::before {
  background: rgba(237, 28, 36, 0.05);
  content: "";
  height: 100%;
  width: calc(100% - min(12.2916666667vw, 177px));
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
}
.disability .message-section .inner-block {
  -webkit-padding-before: 324px;
          padding-block-start: 324px;
}
.disability .message-section .txt-box {
  background: var(--white);
  border-radius: 20px;
  position: relative;
  padding: min(4.7222222222vw, 68px) min(4.2361111111vw, 61px) min(4.7222222222vw, 68px) min(5.2083333333vw, 75px);
  max-width: 544px;
  z-index: 5;
}
.disability .message-section .txt-box .ttl {
  color: var(--primary);
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 25px;
  letter-spacing: 0.09em;
}
.disability .message-section .txt-box .txt {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.194em;
  line-height: 2.5;
}
.disability .message-section .deco {
  position: absolute;
  bottom: min(-26.6666666667vw, -384px);
  right: min(-8.3333333333vw, -120px);
}
.disability .message-section .deco img, .disability .message-section .deco source {
  max-width: min(30.4166666667vw, 438px);
}
.disability .message-section .message-img {
  margin: 0 calc(50% - 50vw);
}
.disability .voice-section {
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.disability .voice-section::before {
  background: rgba(143, 152, 170, 0.2);
  border-radius: 40px 0 0 40px;
  content: "";
  height: calc(100% - min(8.8194444444vw, 127px));
  width: calc(100% - min(9.6527777778vw, 139px));
  position: absolute;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: 0;
}
.disability .voice-section .inner-block {
  padding-block: min(8.8194444444vw, 127px) min(6.4583333333vw, 93px);
  max-width: 1320px;
}
.disability .voice-section .c-ttl01 {
  padding-top: min(5.2083333333vw, 75px);
  margin-left: min(7.2916666667vw, 105px);
  margin-bottom: 60px;
}
.disability .voice-section .l-grid {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: min(3.75vw, 54px);
  display: grid;
  grid-template-columns: auto 1fr;
  max-width: calc(100% - min(7.2916666667vw, 105px));
}
.disability .voice-section .l-grid .img {
  max-width: min(39.4444444444vw, 568px);
  text-align: right;
}
.disability .voice-section .l-grid .img picture {
  display: block;
  margin-left: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.disability .voice-section .l-grid .img picture:nth-child(2) {
  max-width: min(23.4722222222vw, 338px);
  margin-top: 28px;
}
.disability .voice-section .l-grid .img picture:nth-child(2) img, .disability .voice-section .l-grid .img picture:nth-child(2) source {
  max-width: min(23.4722222222vw, 338px);
}
.disability .voice-section .l-grid .img img, .disability .voice-section .l-grid .img source {
  border-radius: 23px;
}
.disability .voice-section .txt-wrap .ttl {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 2;
  margin-bottom: 20px;
}
.disability .voice-section .txt-wrap .txt {
  font-size: 16px;
  font-weight: 400;
  line-height: 2.125;
  letter-spacing: 0.16em;
}
.disability .voice-section .txt-wrap .txt + .txt {
  margin-top: 8px;
}
.disability .voice-section .txt-wrap .name {
  font-size: 33px;
  font-weight: bold;
}
.disability .voice-section .deco {
  position: absolute;
  top: min(3.8194444444vw, 55px);
  right: min(-4.1666666667vw, -60px);
  max-width: min(21.1805555556vw, 305px);
}
.disability .support-section {
  position: relative;
  z-index: 2;
  overflow-x: clip;
}
.disability .support-section::before {
  background: rgba(237, 28, 36, 0.1);
  border-radius: 0 40px 40px 0;
  content: "";
  height: calc(100% - min(7.5694444444vw, 109px));
  width: calc(100% - min(12.2916666667vw, 177px));
  position: absolute;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 0;
}
.disability .support-section .inner-block {
  padding-block: min(7.5694444444vw, 109px) min(6.3888888889vw, 92px);
  max-width: 1320px;
}
.disability .support-section .img-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.disability .support-section .img-wrap .img {
  border-radius: 23px;
  overflow: hidden;
}
.disability .support-section .l-grid {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: min(3.75vw, 54px);
  display: grid;
  grid-template-columns: auto 1fr;
  max-width: calc(100% - min(14.9305555556vw, 215px));
  margin: 66px auto 0 100px;
}
.disability .support-section .l-grid .txt-wrap .ttl {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 2;
  letter-spacing: 0.1em;
}
.disability .support-section .l-grid .txt {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.16em;
  line-height: 2.125;
}
.disability .support-section .l-grid .info-wrap .ttl {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.16em;
  line-height: 1.7;
  margin-bottom: 10px;
}
.disability .support-section .l-grid .info-wrap .txt + .ttl {
  margin-top: 34px;
}
.disability .support-section .deco {
  position: absolute;
  bottom: min(-3.6111111111vw, -52px);
  right: 0;
  max-width: min(17.7083333333vw, 255px);
}
.disability .recruit-section {
  position: relative;
  z-index: 2;
  margin-bottom: min(3.8194444444vw, 55px);
}
.disability .recruit-section::before {
  background: rgba(143, 152, 170, 0.2);
  border-radius: 0 40px 40px 0;
  content: "";
  height: calc(100% - min(6.8055555556vw, 98px));
  width: calc(100% - min(6.8055555556vw, 98px));
  position: absolute;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 0;
}
.disability .recruit-section .inner-block {
  padding-block: min(6.8055555556vw, 98px) min(5.4166666667vw, 78px);
  max-width: 1350px;
}
.disability .recruit-section .txt-wrap {
  border-top: 1px solid var(--gray03);
  border-bottom: 1px solid var(--gray03);
  width: calc(100% - min(16.6666666667vw, 240px));
  padding-block: min(3.1944444444vw, 46px) min(3.8194444444vw, 55px);
  margin: 0 auto;
}
.disability .recruit-section .txt-wrap .txt {
  font-size: 16px;
  line-height: 1.8125;
  letter-spacing: 0.16em;
}
.disability .recruit-section .txt-wrap .txt + .txt {
  margin-top: 28px;
}
.disability .recruit-section .txt-wrap .bold {
  font-weight: bold;
}
.disability .indent {
  display: inline-block;
  padding-left: 1.1rem;
  text-indent: -1.1rem;
}
.disability .c-ttl01 {
  padding-bottom: 12px !important;
}
.disability + .c-email-section .inner-block {
  max-width: 1180px;
}
.disability + .c-email-section .c-email-cont-each {
  max-width: 100%;
}
.disability + .c-email-section .c-email-cont-each .email-ttl {
  background-color: transparent;
  font-size: 18px;
  letter-spacing: 0.15em;
  padding: 45px 0 0;
}
.disability + .c-email-section .c-email-cont-each .email-cont .email-list .email-list-ttl {
  font-size: 26px;
}
.disability + .c-email-section .c-email-cont-each .email-cont .email-list .email-list-link {
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 0.04em;
}
.disability + .c-email-section .c-email-cont-each .email-cont .email-list .email-list-each {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.disability + .c-email-section .c-email-cont-each .email-cont .email-list .email-list-each > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 0 24px;
}

.global {
  background: #000;
}
.global .c-mv-section {
  position: relative;
  z-index: 1;
  padding-bottom: 0;
}
.global .c-mv-section .c-ttl01 {
  color: var(--white);
  margin-bottom: 294px;
}
.global .c-mv-section .c-ttl01 .en.main-ttl {
  font-size: 92px;
  letter-spacing: 0;
}
.global .c-mv-section .cont-wrap .top-txt-img {
  display: grid;
  grid-template-columns: 1fr 51.5%;
  position: relative;
  z-index: 1;
  overflow-x: clip;
  padding-top: 65px;
}
.global .c-mv-section .cont-wrap .top-txt-img .txt-area {
  color: var(--white);
  max-width: 650px;
  padding-right: 40px;
  padding-top: 70px;
  position: relative;
}
.global .c-mv-section .cont-wrap .top-txt-img .txt-area .txt {
  font-size: 48px;
  line-height: 1.4583333333;
  letter-spacing: 0.04em;
  font-weight: 700;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.global .c-mv-section .cont-wrap .top-txt-img .txt-area .desc {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.18em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  max-width: 473px;
  margin-top: 14px;
}
.global .c-mv-section .cont-wrap .top-txt-img .img-area {
  overflow: hidden;
  z-index: 2;
}
.global .c-mv-section .cont-wrap .top-txt-img .img-area img {
  width: auto;
  height: min(31.7692307692vw, 413px);
  aspect-ratio: 810/413;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right top;
     object-position: right top;
}
.global .c-mv-section .cont-wrap .img-bottom {
  margin-top: calc(0px - min(1.1111111111vw, 16px));
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 2;
}
.global .c-mv-section .cont-wrap .img-bottom img {
  min-width: min(115vw, 1656px);
}
.global .c-mv-section .img-bg {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: calc(100% - min(17.3611111111vw, 250px));
}
.global .c-mv-section .img-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.global .requirements-section {
  padding-block: 100px 80px;
}
.global .requirements-section .inner-block {
  max-width: 1298px;
}
.global .requirements-section .inner-block .c-ttl01 .ja-s {
  font-size: 24px;
  line-height: 1.875;
  letter-spacing: 0.15em;
}
.global .requirements-section .inner-block > .cont-wrap {
  padding-block: 60px 86px;
  padding-inline: 40px;
  background: #100f13;
}
.global .requirements-section .inner-block > .cont-wrap > * {
  max-width: 851px;
  margin-inline: auto;
}
.global .requirements-section .inner-block > .cont-wrap .c-tbl01 {
  color: var(--white);
}
.global .requirements-section .inner-block > .cont-wrap .c-tbl01 > tbody > tr {
  border-bottom: 1px solid var(--border01);
}
.global .requirements-section .inner-block > .cont-wrap .c-tbl01 > tbody > tr td a:not(.c-btn01) {
  -webkit-text-decoration: underline solid transparent;
          text-decoration: underline solid transparent;
  -webkit-transition: -webkit-text-decoration 0.3s ease-in-out;
  transition: -webkit-text-decoration 0.3s ease-in-out;
  transition: text-decoration 0.3s ease-in-out;
  transition: text-decoration 0.3s ease-in-out, -webkit-text-decoration 0.3s ease-in-out;
}
.global .requirements-section .inner-block > .cont-wrap .c-tbl01 > tbody > tr td a:not(.c-btn01):focus-visible {
  -webkit-text-decoration-color: currentColor;
          text-decoration-color: currentColor;
}
.global .requirements-section .inner-block > .cont-wrap .c-entry-flow-block {
  margin-bottom: 45px;
  max-width: none;
}
.global .requirements-section .inner-block > .cont-wrap .c-entry-flow-block .c-entry-flow-list > li::before {
  background: var(--primary);
}
.global .requirements-section .inner-block > .cont-wrap .c-entry-flow-block .c-entry-flow-list .cont-wrap {
  background: #212427;
}
.global .requirements-section .inner-block > .cont-wrap .c-entry-flow-block .c-entry-flow-list .cont-wrap .txt {
  font-size: 18px;
  line-height: 1.6666666667;
  letter-spacing: 0.11em;
}
.global .requirements-section .inner-block > .cont-wrap .c-entry-flow-block .c-entry-flow-list .cont-wrap .desc {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.025em;
}
.global .requirements-section .inner-block > .cont-wrap .entry-btn-area {
  margin-top: 95px;
  max-width: 520px;
  margin-inline: auto;
}
.global .requirements-section .inner-block > .cont-wrap .entry-btn-area .c-entry-btn {
  padding-block: 32px;
}
@media screen and (width < 768px) {
  html {
    font-size: 14px;
  }
  body {
    position: relative;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  input,
  select,
  textarea {
    font-size: 16px !important;
  }
  #wrapper {
    min-width: 320px;
  }
  .inner-block {
    padding-inline: 25px;
  }
  .inner-block.pi-0-sp {
    padding-inline: 0;
  }
  .inner-block.pi-20-sp {
    padding-inline: 20px;
  }
  .pc {
    display: none !important;
  }
  .c-header .logo .ja,
  .c-main-nav-area .logo .ja {
    font-size: 10px;
  }
  .c-header .logo .en,
  .c-main-nav-area .logo .en {
    font-size: 9px;
  }
  .float-entry-btn-wrap {
    position: fixed;
    z-index: 30;
    bottom: 0;
    left: 0;
    width: 100%;
    background: var(--head-text);
    padding: 10px;
  }
  .float-entry-btn-wrap .entry-btn-wrap .btn {
    padding: 12px 5px;
    width: 100%;
    font-size: 12px;
  }
  .c-header.is-open {
    position: fixed;
  }
  .c-header .header-top-nav {
    padding: 10px 85px 10px 20px;
  }
  .c-header .c-main-nav-area .menu-area {
    padding-top: 50px;
  }
  .c-header .header-top-nav {
    z-index: 99;
  }
  .c-header .header-top-nav .entry-btn-wrap {
    display: none;
  }
  .c-nav-btn {
    width: 50px;
    height: 26px;
    top: 12px;
  }
  .c-nav-btn .inn {
    width: 32px;
    height: 13px;
  }
  .c-nav-btn .line:nth-child(2) {
    top: 6px;
  }
  .c-nav-btn .line:nth-child(3) {
    top: 12px;
  }
  .c-nav-btn.is-open .line {
    top: 6px;
  }
  .c-tag-search-btn {
    width: 96px;
    font-size: 9px;
    padding: 7px 25px 7px 15px;
  }
  .c-tag-search-btn::before {
    width: 9px;
    height: 9px;
    right: 10px;
  }
  .c-main-nav-area .head {
    display: none;
  }
  .c-main-nav-area .inner .box-wrap {
    margin-bottom: 30px;
  }
  .c-main-nav-area .inner .box-wrap .menu-head {
    margin-bottom: 0;
    padding-left: 20px;
    padding-top: 20px;
  }
  .c-main-nav-area .inner .box-wrap .menu-head:not(:only-child) {
    padding-bottom: 10px;
  }
  .c-main-nav-area .inner .box-wrap .menu-head .en {
    margin-bottom: 0;
  }
  .c-main-nav-area .inner .box-wrap .menu-head .en + .ja {
    margin-top: 5px;
  }
  .c-main-nav-area .inner .box-wrap .menu-head .ja {
    font-size: 18px;
  }
  .c-main-nav-area .inner .box-wrap .menu-head.large .en {
    font-size: 21px;
  }
  .c-main-nav-area .inner .box-wrap .menu-head.js--sp-aco-btn {
    border-bottom: 1px solid var(--gray03);
    cursor: pointer;
    padding-right: 35px;
    position: relative;
  }
  .c-main-nav-area .inner .box-wrap .menu-head.js--sp-aco-btn::before, .c-main-nav-area .inner .box-wrap .menu-head.js--sp-aco-btn::after {
    background: var(--primary);
    content: "";
    display: block;
    width: 14px;
    height: 1px;
    position: absolute;
    bottom: 22px;
    right: 10px;
    margin: auto;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .c-main-nav-area .inner .box-wrap .menu-head.js--sp-aco-btn::after {
    rotate: 90deg;
  }
  .c-main-nav-area .inner .box-wrap .menu-head.js--sp-aco-btn.is-open::after {
    rotate: 0deg;
  }
  .c-main-nav-area .inner .box-wrap .menu-list a {
    padding-left: 20px;
    position: relative;
  }
  .c-main-nav-area .inner .box-wrap .menu-list a .ttl {
    position: relative;
    font-size: 15px;
  }
  .c-main-nav-area .inner .box-wrap .menu-list a .ttl::before {
    background: var(--primary);
    content: "";
    display: block;
    width: 10px;
    height: 1px;
    position: absolute;
    top: 11px;
    left: -20px;
    margin: auto;
  }
  .c-main-nav-area .inner .box-wrap .menu-list.js--sp-aco-cont {
    display: none;
    margin-block: 15px 25px;
  }
  .c-main-nav-area .inner .btn-area {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .c-main-nav-area .inner .btn-area .entry-btn-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .c-main-nav-area .inner .btn-area .entry-btn-wrap .btn {
    font-size: 12px;
    padding-block: 10px;
  }
  .c-main-nav-area .inner .btn-area .entry-btn-wrap li {
    width: 50%;
  }
  .c-main-nav-area .inner .btn-area .link-wrap {
    margin-bottom: 20px;
  }
  .c-main-nav-area .inner .btn-area .link-wrap a {
    font-size: 12px;
    padding-left: 20px;
    position: relative;
  }
  .c-main-nav-area .inner .btn-area .link-wrap a::before {
    background: var(--primary);
    content: "";
    display: block;
    width: 10px;
    height: 1px;
    position: absolute;
    top: 11px;
    left: 0;
    margin: auto;
  }
  .c-main-nav-area .inner .btn-area .top-page-list {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    margin-block: 0 25px;
  }
  .c-main-nav-area .inner .btn-area .top-page-list .c-btn01 {
    font-size: 13px;
  }
  .c-header.c-highschool-header .header-top-nav .entry-btn-wrap .entry {
    font-size: 10px;
  }
  .c-corporate-header {
    padding: 0 54px 0 24px;
  }
  .c-corporate-header .logo {
    width: 120px;
  }
  .c-corporate-header .c-corporate-nav .list > li > a {
    font-size: 12px;
    padding: 22px 24px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 60px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 1px solid #D9D9D9;
  }
  .c-special-header .special-cont-wrap .logo .main-txt {
    font-size: 18px;
    line-height: 1.7222222222;
  }
  .c-special-header .special-cont-wrap .logo .sub-txt {
    font-size: 8px;
    line-height: 1.25;
  }
  .c-special-header .special-cont-wrap .special-nav .special-nav-each:first-child .special-nav-link {
    letter-spacing: 0.1em;
  }
  .c-special-header .special-cont-wrap .special-nav .special-nav-link {
    font-size: 10px;
    line-height: 1.2;
    padding-inline: 8px;
    padding-block: 10px;
  }
  .c-special-header .special-cont-wrap .special-nav .special-nav-link[target=_blank] .inn-txt, .c-special-header .special-cont-wrap .special-nav .special-nav-link.ico-blank .inn-txt {
    padding-right: 12px;
  }
  .c-special-header .special-cont-wrap .special-nav .special-nav-link[target=_blank] .inn-txt::after, .c-special-header .special-cont-wrap .special-nav .special-nav-link.ico-blank .inn-txt::after {
    width: 8px;
    top: auto;
    height: 1.2em;
  }
  .c-special-header .special-cont-wrap .special-nav .c-nav-btn {
    background: transparent;
    margin-block: auto;
    margin-inline: 0;
    padding: 4px;
  }
  .c-special-header .special-cont-wrap .special-nav-btn-area .special-nav-btn .inn-txt {
    font-size: 8px;
  }
  .c-special-header .special-cont-wrap .special-nav-btn-area .special-nav-btn .inn {
    width: 32px;
    height: 13px;
  }
  .c-special-header .special-cont-wrap .special-nav-btn-area .special-nav-btn .line:nth-child(2) {
    top: 6px;
  }
  .c-special-header .special-cont-wrap .special-nav-btn-area .special-nav-btn .line:nth-child(3) {
    top: 12px;
  }
  .c-special-header .special-cont-wrap .special-nav-btn-area .special-nav-btn.is-open .line {
    top: 6px;
  }
  .c-footer .footer-btn01 {
    padding: 10px;
    min-height: 37px;
    font-size: 10px;
  }
  .c-footer .recruitment-area {
    padding-block: 60px 100px;
    overflow: hidden;
  }
  .c-footer .recruitment-area .ttl {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .c-footer .recruitment-area .link-block-wrap {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 15px;
  }
  .c-footer .recruitment-area .link-block-wrap .link-block .head {
    min-height: 53px;
    padding: 15px 20px 10px 20px;
    font-size: 12px;
  }
  .c-footer .recruitment-area .link-block-wrap .link-block .body {
    padding: 18px 20px 30px;
    min-height: 172px;
  }
  .c-footer .recruitment-area .link-block-wrap .link-block .body .link {
    font-size: 10px;
  }
  .c-footer .recruitment-area .link-block-wrap .link-block .body .link + .link {
    margin-top: 6px;
  }
  .c-footer .recruitment-area .recruit-box {
    padding: 0;
  }
  .c-footer .recruitment-area .recruit-box.new {
    margin-bottom: 20px;
  }
  .c-footer .recruitment-area .recruit-box .box-head {
    padding: 30px 20px 30px 40px;
    cursor: pointer;
  }
  .c-footer .recruitment-area .recruit-box .box-head::before {
    left: 20px;
  }
  .c-footer .recruitment-area .recruit-box .inn-wrap {
    display: none;
    padding: 0 20px 30px;
    margin-top: 0;
  }
  .c-footer .recruitment-area .recruit-box .inn-column .link-block + .link-block {
    margin-top: 10px;
  }
  .c-footer .recruitment-area .recruit-box .inn-column .link-wrap .link {
    font-size: 14px;
  }
  .c-footer .recruitment-area .recruit-box .inn-column .footer-btn01 {
    font-size: 14px;
  }
  #wrapper:has(.float-entry-btn-wrap) .fuso-footer__bottom {
    padding-bottom: 40px;
  }
  .c-ttl01 {
    margin-bottom: 24px;
  }
  .c-ttl01 .en {
    font-size: 18px;
    line-height: 1.75;
  }
  .c-ttl01 .ja {
    font-size: 30px;
    line-height: 1.5;
  }
  .c-ttl01 .ja-s {
    font-size: 15px;
    line-height: 1.6;
  }
  .c-ttl01 .ja-ss {
    font-size: 15px;
    line-height: 1.6;
  }
  .c-ttl01 .ja-m {
    font-size: 20px;
    line-height: 1.5;
  }
  .c-ttl01 .ja-l {
    font-size: 20px;
    line-height: 1.5;
  }
  .c-ttl01.has-border {
    padding-bottom: 20px;
  }
  .c-ttl01.has-line {
    padding-bottom: 20px;
  }
  .c-ttl-circle {
    font-size: 14px;
  }
  .c-ttl-line {
    line-height: 2.875;
    margin-bottom: 35px;
  }
  .c-ttl-line .line::before {
    width: 10px;
  }
  .c-btn01 {
    font-size: 14px;
    line-height: 1.7142857143;
    padding-block: 18px;
    padding-inline: 14px;
  }
  .c-btn01 .inn-txt {
    padding-right: 1.8em;
  }
  .c-btn01.ta-center-sp .inn-txt {
    width: 100%;
  }
  .c-btn01.ta-center-sp {
    text-align: center;
  }
  .c-btn02 {
    padding-block: 16px;
    padding-inline: 14px;
  }
  .c-entry-btn {
    font-size: 15px;
    line-height: 1.0666666667;
    padding-block: 16px;
    padding-inline: 14px;
  }
  .c-read-btn {
    width: 100%;
    font-size: 14px;
  }
  .c-link01 {
    padding-block: 8px;
    font-size: 14px;
    line-height: 2.1428571429;
  }
  .c-img-ttl-card .cont-wrap {
    gap: 20px;
  }
  .c-img-ttl-card .ttl {
    font-size: 13px;
    line-height: 1.8461538462;
  }
  .c-img-ttl-card-list {
    grid-template-columns: repeat(auto-fill, minmax(min(100% - 40px, 120px), 1fr));
    gap: 40px;
  }
  .c-img-ttl-card02 .cont-wrap {
    grid-template-columns: min(53%, 100px) auto;
    grid-template-rows: auto 1fr;
    grid-template-areas: "img ttl" "desc desc";
    gap: 20px 18px;
  }
  .c-img-ttl-card02 .ttl-area {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .c-img-ttl-card02 .ttl {
    font-size: 13px;
    line-height: 1.8461538462;
  }
  .c-img-ttl-card02 .desc {
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0.1em;
  }
  .c-img-ttl-card-list02 {
    gap: 20px;
  }
  .c-entry-flow-list > li + li {
    padding-top: 26px;
  }
  .c-entry-flow-list > li + li::before {
    width: 20px;
    top: 8px;
  }
  .c-entry-flow-list .cont-wrap {
    font-size: 15px;
    line-height: 1.8666666667;
    padding-block: 14px;
  }
  .c-entry-flow-block {
    margin-inline: auto;
  }
  .c-entry-flow-block .c-entry-btn {
    margin-top: 32px;
  }
  .c-acc-wrap.c-acc-wrap02 .acc-qa {
    font-size: 28px;
    line-height: 1.2;
    -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
            align-self: flex-start;
  }
  .c-acc-wrap.c-acc-wrap02 .c-acc-btn {
    padding-block: 13px 15px;
    padding-inline: 14px 13px;
    gap: 14px;
  }
  .c-acc-wrap.c-acc-wrap02 .c-acc-btn .acc-txt {
    font-size: 14px;
    line-height: 1.7142857143;
    letter-spacing: 0.1em;
  }
  .c-acc-wrap.c-acc-wrap02 .c-acc-cont {
    padding-block: 24px;
    padding-inline: 15px;
    gap: 14px;
  }
  .c-acc-wrap.c-acc-wrap02 .c-acc-cont .acc-desc {
    font-size: 14px;
    line-height: 1.7142857143;
    letter-spacing: 0.1em;
  }
  .c-acc-wrap.c-acc-wrap02 .c-acc-icon {
    width: 32px;
    height: 32px;
  }
  .c-acc-wrap .c-acc-cont {
    padding-top: 40px;
  }
  .c-acc-icon {
    width: 30px;
    height: 30px;
  }
  .c-acc-icon::before, .c-acc-icon::after {
    height: 16px;
  }
  .c-inn-section + .c-inn-section {
    margin-top: 0px;
  }
  .c-inn-section {
    padding-inline: 25px;
    padding-block: 64px 80px;
  }
  .c-inn-section .inn-cont-each {
    padding-block: 25px 40px;
    padding-inline: 20px;
  }
  .c-inn-section .inn-cont-each:has(> .c-acc-wrap) .c-acc-wrap .c-acc-btn {
    padding-block: 25px;
    padding-inline: 20px;
  }
  .c-inn-section .inn-cont-each:has(> .c-acc-wrap) .c-acc-wrap .c-acc-btn-s {
    padding-block: 20px;
    padding-inline: 20px;
  }
  .c-inn-section .inn-cont-each:has(> .c-acc-wrap) .c-acc-wrap .c-acc-cont {
    padding-inline: 20px;
  }
  .c-inn-section .inn-cont-each:has(> .c-acc-wrap) .c-acc-wrap .c-acc-cont-s {
    padding-inline: 20px;
  }
  .c-inn-section .inn-cont-each .job-description {
    padding-top: 30px;
  }
  .c-inn-anchor-area .cont-wrap {
    border-radius: 10px;
    padding-block: 18px;
    padding-inline: 20px;
  }
  .c-inn-anchor-area .inn-anchor-link {
    font-size: 14px;
    line-height: 2;
  }
  .c-number-card .cont-front::before,
  .c-number-card .cont-back::before {
    position: absolute;
    content: "";
    -webkit-mask: url("../img/common/ico-reverse.svg") no-repeat center/contain;
            mask: url("../img/common/ico-reverse.svg") no-repeat center/contain;
    background: var(--white);
    width: 60px;
    height: 40px;
    top: 18px;
    right: 12px;
  }
  .c-number-card .cont-front {
    padding-block: 15px 30px;
    padding-inline: 18px;
  }
  .c-number-card .cont-front .img-area {
    max-width: 80px;
    margin-block: 15px 20px;
  }
  .c-number-card .cont-front .num-txt .txt {
    font-size: 20px;
    line-height: 1.6;
  }
  .c-number-card .cont-front .num-txt .num {
    font-size: 55px;
    line-height: 1.1272727273;
  }
  .c-number-card .cont-front .c-ttl-circle {
    padding-right: 55px;
  }
  .c-number-card .cont-back {
    padding-block: 64px 24px;
    padding-inline: 30px;
  }
  .c-number-card .cont-back::before {
    background: var(--blue02);
  }
  .c-number-card .cont-back .num-desc {
    font-size: 12px;
    line-height: 2.3333333333;
  }
  .c-text-cont-wrap .text-cont-ttl {
    font-size: 14px;
    line-height: 3.2857142857;
  }
  .c-text-cont-wrap .text-cont-sub-ttl {
    font-size: 24px;
    line-height: 1.5;
    margin-block: 14px 20px;
  }
  .c-text-cont-wrap .text-cont-desc {
    font-size: 16px;
    line-height: 2.2857142857;
    letter-spacing: 0.1em;
  }
  .c-bg-cont-section .inner-block {
    padding-inline: 25px;
  }
  .c-bg-cont-section .cont-box {
    padding-block: 24px 32px;
  }
  .c-bg-cont-section .cont-box .c-ttl01 {
    margin-bottom: 28px;
  }
  .c-bg-cont-section .cont-box .c-ttl01 .en {
    font-size: 16px;
  }
  .c-bg-cont-section .cont-box .c-ttl01 .ja-m {
    font-size: 24px;
    line-height: 1.2;
  }
  .c-bg-cont-section .cont-box .btn-area .c-read-btn {
    max-width: 220px;
  }
  .c-jobs-list {
    grid-template-columns: 100%;
  }
  .c-jobs-list-each .ttl {
    font-size: 24px;
    line-height: 1.5;
    margin-block: 26px 12px;
  }
  .c-jobs-list-each .desc {
    line-height: 2;
    letter-spacing: 0.1em;
  }
  .c-interview-list {
    grid-template-columns: 100%;
    gap: 64px;
  }
  .c-interview-list-each .cont-wrap {
    gap: 0;
  }
  .c-interview-list-each .desc {
    font-size: clamp(20px, 7.2vw, 27px);
    line-height: 1.5925925926;
    margin-block: 24px 18px;
    gap: 1px;
  }
  .c-interview-list-each .desc .desc-each {
    padding-left: 7px;
  }
  .c-interview-list-each .desc .desc-each::after {
    background: #000;
  }
  .c-interview-list-each .ttl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    row-gap: 0;
    margin-bottom: 18px;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
  .c-interview-list-each .ttl .job {
    font-size: 22px;
    line-height: 1.2727272727;
  }
  .c-interview-list-each .ttl .name {
    font-size: 28px;
    line-height: 1;
  }
  .c-interview-list-each .ttl .name .small {
    font-size: 18px;
    line-height: 1.5555555556;
  }
  .c-interview-list-each .ttl .year {
    line-height: 2;
    width: 100%;
  }
  .c-interview-list-each .img-area {
    border-radius: 6px;
  }
  .c-tbl01 > tbody > tr > th,
  .c-tbl01 > tbody > tr > td {
    display: block;
    width: 100%;
    padding-inline: 0;
  }
  .c-tbl01 > tbody > tr > th {
    padding-block: 28px 0;
    font-size: 15px;
  }
  .c-tbl01 > tbody > tr > td {
    padding-block: 20px 30px;
    font-size: 14px;
    line-height: 2;
  }
  .c-tbl01 > tbody > tr > td .c-tbl01 > tbody > tr > th,
  .c-tbl01 > tbody > tr > td .c-tbl01 > tbody > tr > td {
    display: table-cell;
  }
  .c-tbl01 > tbody > tr > td .c-tbl01 > tbody > tr > th {
    width: min(30%, 4em);
    font-size: 15px;
  }
  .c-tbl01 > tbody > tr > td .c-tbl01 > tbody > tr > th.w-m {
    width: 5em;
  }
  .c-tbl01 > tbody > tr > td .c-tbl01 > tbody > tr > td {
    width: calc(100% - min(30%, 4em));
  }
  .c-tbl01 .tbl-btn-wrap .c-btn01 {
    margin-inline: auto;
  }
  .c-tbl02 thead tr th {
    padding-block: 10px;
    padding-inline: 10px;
  }
  .c-tbl02 thead tr th .inn {
    gap: 10px;
  }
  .c-tbl02 thead tr th .inn-txt {
    font-size: 16px;
  }
  .c-tbl02 thead tr th .tags .tag {
    font-size: 10px;
    padding-block: 4px;
    padding-inline: 7px;
  }
  .c-tbl02 tbody tr:has(.th-span) th.th-span {
    width: clamp(40px, 11.2vw, 70px);
  }
  .c-tbl02 tbody tr:has(.th-span) th:not(.th-span) {
    width: clamp(90px, 25.3333333333vw, 110px);
  }
  .c-tbl02 tbody tr th {
    width: clamp(70px, 20.8vw, 100px);
    padding-inline: 6px;
  }
  .c-tbl02 tbody tr th.th-span {
    padding-inline: 2px;
    font-size: 10px;
    line-height: 1.4;
  }
  .c-tbl02 tbody tr td {
    padding-block: 8px;
    padding-inline: 12px;
    line-height: 1.4285714286;
  }
  .c-tab-wrap .c-tab-btn-list {
    gap: 10px;
  }
  .c-tab-wrap .c-tab-btn-each .c-tab-btn {
    font-size: 14px;
    line-height: 1.7142857143;
    padding-block: 4px;
    padding-inline: 20px;
  }
  .c-tab-wrap .c-tab-btn-each .c-tab-btn .inn-txt {
    padding-right: 0;
  }
  .c-tab-wrap .c-tab-btn-each .c-tab-btn .inn-txt::before, .c-tab-wrap .c-tab-btn-each .c-tab-btn .inn-txt::after {
    height: 16px;
    display: none;
  }
  .c-tab-wrap .c-tab-btn-each.is-active .c-tab-btn {
    border-radius: 6px 6px 0 0;
    border-bottom-width: 10px;
  }
  .c-tab-wrap .c-tab-panel-list {
    padding-top: 8px;
  }
  .c-tab-wrap .c-tab-panel-list::before {
    height: 9px;
  }
  .c-tab-wrap .c-tab-panel {
    padding-top: 16px;
  }
  .c-tab-wrap02 .c-tab-btn-list {
    padding-inline: 25px;
    margin-bottom: -1px;
    z-index: 2;
  }
  .c-tab-wrap02 .c-tab-btn-each .c-tab-btn {
    font-size: 18px;
    line-height: 1.2;
    padding-block: 16px;
    padding-inline: 20px;
    border-radius: 6px 6px 0 0;
  }
  .c-tab-wrap02 .c-tab-btn-each:not(:first-child)::before {
    border-radius: 0 0 6px 0;
    bottom: 0;
  }
  .c-tab-wrap02 .c-tab-panel-list {
    border-left: 0;
    border-right: 0;
  }
  .c-tab-wrap02 .c-tab-panel > .cont-wrap {
    padding-block: 56px 70px;
    padding-inline: 25px;
  }
  .c-tab-wrap02 .c-tab-panel > .cont-wrap .email-area {
    padding-top: 40px;
  }
  .c-tab-wrap02 .c-tab-panel > .cont-wrap .email-area::before {
    width: calc(100% + 50px);
    left: -25px;
  }
  .c-tab-wrap02 .c-tab-panel > .cont-wrap .td-each + .td-each {
    margin-top: 20px;
  }
  .c-tab-wrap02 .c-tab-panel > .cont-wrap .td-each .td-list {
    margin-top: 4px;
  }
  .c-tab-wrap02 .c-tab-panel > .cont-wrap .card-list-area {
    margin-bottom: 12px;
  }
  .c-tab-wrap02 .c-tab-panel > .cont-wrap .c-img-ttl-card-list {
    grid-template-columns: repeat(auto-fill, minmax(80px, 1fr));
    gap: 20px 18px;
  }
  .c-tab-wrap02 .c-tab-panel > .cont-wrap .c-img-ttl-card-list02 {
    margin-top: 10px;
  }
  .c-recommend {
    padding-block: 0px;
  }
  .c-recommend .inner-block {
    padding-block: 52px 64px;
    border-radius: 0px;
  }
  .c-recommend .ttl {
    font-size: clamp(20px, 6.9333333333vw, 26px);
    letter-spacing: 0.04em;
    margin-bottom: 56px;
  }
  .c-recommend .cont-wrap {
    gap: 48px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-recommend .cont-wrap .cont {
    width: 100%;
  }
  .c-recommend .cont-wrap .cont .txt-wrap {
    margin-top: 20px;
    font-size: 16px;
    font-weight: 500;
  }
  .c-anchor-link-section {
    padding-block: 40px 50px;
  }
  .c-anchor-link-section .anchor-link-list {
    grid-template-columns: 100%;
    gap: 16px;
    max-width: 280px;
    margin: 0 auto;
  }
  .c-anchor-link-section .anchor-top-txt + .anchor-link-list {
    margin-top: 50px;
  }
  .c-anchor-link-section .anchor-top-txt {
    font-size: 14px;
    line-height: 2;
    margin: 0 auto;
    margin-inline: 50px;
  }
  .c-anchor-link-section .section-btn-area {
    margin-top: 30px;
  }
  .c-anchor-link-section:has(> .bg-area) {
    padding-block: 60px;
    margin-bottom: 0px;
  }
  .c-anchor-link-section:has(> .bg-area) .anchor-link-list {
    gap: 50px;
  }
  .c-anchor-link-section:has(> .bg-area) .bg-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-anchor-link-section:has(> .bg-area) .bg-area .bg-each {
    height: 50%;
  }
  .c-anchor-link-section .anchor-block-each + .anchor-block-each {
    margin-top: 30px;
  }
  .c-anchor-link {
    width: 100%;
    margin: 0 auto;
    gap: 16px;
  }
  .c-anchor-link:has(.anchor-btn-area) .cont-wrap {
    padding-right: 54px;
    padding-bottom: 24px;
  }
  .c-anchor-link .cont-wrap {
    padding-block: 24px 16px;
    padding-inline: 18px;
    gap: 16px;
  }
  .c-anchor-link .cont-wrap.pb-16 {
    padding-bottom: 16px;
  }
  .c-anchor-link .anchor-ttl {
    font-size: 18px;
    line-height: 1.3333333333;
  }
  .c-anchor-link .anchor-ttl.deco-border {
    font-size: 24px;
    padding-bottom: 19px;
  }
  .c-anchor-link .anchor-ttl.deco-border::after {
    width: 51px;
  }
  .c-anchor-link .anchor-ttl .ttl-sub {
    font-size: 18px;
    line-height: 1.3333333333;
  }
  .c-anchor-link .anchor-ttl .ttl-sub_small {
    font-size: 14px;
  }
  .c-anchor-link .anchor-txt {
    font-size: 14px;
    line-height: 1.6428571429;
    letter-spacing: 0.1em;
  }
  .c-anchor-link .anchor-black-wrap {
    min-height: 77px;
    margin-inline: -13px;
    padding-block: 8px;
    padding-inline: 16px 20px;
  }
  .c-anchor-link .anchor-black-wrap:has(.c-link01:nth-child(2)) {
    padding-block: 18px;
  }
  .c-anchor-link .anchor-black-wrap:has(.c-email-cont-each) {
    padding-block: 16px;
  }
  .c-anchor-link .anchor-black-wrap .closed-txt {
    margin-bottom: 8px;
  }
  .c-anchor-link .anchor-black-wrap .c-link01:has(+ .closed-txt) {
    margin-bottom: 8px;
  }
  .c-anchor-link .anchor-btn-area {
    --anchor-radius: 6px;
    width: 36px;
    height: 36px;
  }
  .c-anchor-link .anchor-btn-area::before, .c-anchor-link .anchor-btn-area::after {
    -webkit-box-shadow: 2px 2px 0 0px var(--anchor-bg);
            box-shadow: 2px 2px 0 0px var(--anchor-bg);
  }
  .c-anchor-link .anchor-btn-area .anchor-btn {
    width: 30px;
    height: 30px;
  }
  .c-anchor-link .anchor-btn-area .anchor-btn::after {
    width: 10px;
  }
  .c-anchor-link .c-email-cont-each .email-cont .email-list .email-list-ttl.fs-20 {
    line-height: 1.6;
  }
  .c-mv-section {
    padding-block: 36px 30px;
  }
  .c-mv-section .c-ttl01 .ja {
    font-size: 30px;
    line-height: 1.7333333333;
  }
  .c-mv-section02 {
    padding-bottom: 37px;
  }
  .c-mv-section02 .ttl {
    padding: 0 25px;
    margin-bottom: 24px;
  }
  .c-mv-section02 .ttl .en {
    font-size: 14px;
  }
  .c-mv-section02 .ttl .ja {
    font-size: 32px;
  }
  .c-mv-section02 .desc {
    font-size: 14px;
    line-height: 2;
    padding: 0 32px;
    margin: 22px auto 0;
  }
  .c-special-mv-section {
    height: max(688px, calc(var(--vh, 1vh) * 100) - var(--header-height, 60px));
  }
  .c-special-mv-section .cont-wrap {
    padding-block: 40px 80px;
  }
  .c-special-mv-section .c-ttl01 {
    gap: 0;
  }
  .c-special-mv-section .c-ttl01 .en {
    font-size: 18px;
    line-height: 1.1111111111;
    letter-spacing: 0.15em;
  }
  .c-special-mv-section .c-ttl01 .ja-l {
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    font-size: 40px;
    line-height: 1.5;
    letter-spacing: -0.02em;
  }
  .c-special-mv-section .mv-bg {
    position: relative;
  }
  .c-special-mv-section .mv-bg::after {
    position: absolute;
    content: "";
    background: -webkit-gradient(linear, left top, left bottom, color-stop(8%, #626262), color-stop(92%, rgba(255, 255, 255, 0)));
    background: linear-gradient(180deg, #626262 8%, rgba(255, 255, 255, 0) 92%);
    mix-blend-mode: multiply;
    pointer-events: none;
    inset: 0;
    width: 100%;
    height: 100%;
  }
  .c-email-section {
    padding-block: 56px 18px;
  }
  .c-email-section .c-ttl01 {
    margin-bottom: 30px;
  }
  .c-email-section .c-ttl01 .ja-ss {
    font-size: 16px;
  }
  .c-email-cont-each .email-ttl {
    font-size: 14px;
    padding-block: 20px;
    border-radius: 10px;
  }
  .c-email-cont-each .email-cont {
    padding-block: 24px 32px;
    padding-inline: 20px;
    gap: 24px;
  }
  .c-email-cont-each .email-cont .email-list {
    gap: 12px;
  }
  .c-email-cont-each .email-cont .email-list .email-list-each {
    grid-template-columns: 100%;
    justify-items: center;
    gap: 2px;
  }
  .c-email-cont-each .email-cont .email-list .email-list-ttl {
    font-size: 16px;
    line-height: 2;
    text-align: center;
  }
  .c-email-cont-each .email-cont .email-list .email-list-link {
    font-size: 14px;
  }
  .c-email-cont-each .email-cont .email-desc {
    font-size: 14px;
  }
  .c-email-cont-each .email-cont .email-list-wrap .email-list-wrap-each + .email-list-wrap-each {
    margin-top: 30px;
  }
  .c-email-cont-each .email-cont .email-list-wrap .email-list-wrap-each .email-list .email-list-each > .cont-wrap {
    padding-block: 12px;
    min-height: 70px;
  }
  .c-email-cont-each .email-cont .email-list-wrap .email-list-wrap-each .email-list .email-list-each > .cont-wrap:has(.email-list-link) {
    grid-template-columns: 100%;
    justify-items: center;
    gap: 2px;
  }
  .c-email-cont-each .email-cont .email-list-wrap .email-list-wrap-each .email-list .email-list-each > .cont-wrap:not(:has(.email-list-link)) .email-list-ttl.ico-external .inn-txt {
    padding-right: 24px;
  }
  .c-email-cont-each .email-cont .email-list-wrap .email-list-wrap-each .email-list .email-list-each > .cont-wrap:not(:has(.email-list-link)) .email-list-ttl.ico-external .inn-txt::after {
    width: 18px;
  }
  .c-email-cont-each .email-cont .email-list-wrap .email-list-wrap-ttl {
    font-size: 16px;
    letter-spacing: 0.16em;
  }
  .c-email-cont-each .email-cont .email-list-wrap .email-list-wrap-ttl .inn-txt {
    padding-left: 24px;
  }
  .c-training-section {
    padding-block: 64px;
  }
  .c-training-section .inner-block > .c-ttl01 {
    margin-bottom: 28px;
  }
  .c-training-section .inner-block > .c-ttl01 .ja-m {
    font-size: 28px;
    line-height: 1.2;
  }
  .c-training-section .training-desc {
    margin-inline: -5px;
    font-size: 14px;
  }
  .c-training-section .tab-area {
    margin-inline: -25px;
  }
  .c-training-section .c-acc-wrap02 {
    margin-bottom: 10px;
  }
  .c-training-section .c-acc-cont,
  .c-training-section .c-acc-wrap02 .c-acc-cont {
    padding-inline: 0;
  }
  .c-training-section .acc-cont-wrap .tbl-area {
    margin-top: 24px;
  }
  .c-training-section .c-tab-panel.mech-panel .c-acc-wrap::after, .c-training-section .c-tab-panel.truck-panel .c-acc-wrap::after {
    width: min(51%, 152px);
    height: calc(100% + 11px);
  }
  .c-training-section .c-tab-panel.mech-panel .training-list-each.each-white .c-acc-wrap::after, .c-training-section .c-tab-panel.truck-panel .training-list-each.each-white .c-acc-wrap::after {
    bottom: -30px;
  }
  .c-training-section .c-tab-panel.mech-panel .training-list-each:last-child .c-acc-wrap.is-active::after, .c-training-section .c-tab-panel.truck-panel .training-list-each:last-child .c-acc-wrap.is-active::after {
    height: calc(100% + 20px);
  }
  .c-training-section .c-tab-panel.mech-panel .c-acc-btn, .c-training-section .c-tab-panel.truck-panel .c-acc-btn {
    display: grid;
    grid-template-areas: "img icon" "txt icon";
    gap: 10px 16px;
    padding-block: 15px;
    padding-inline: 15px 12px;
  }
  .c-training-section .c-tab-panel.mech-panel .c-acc-btn .training-logo, .c-training-section .c-tab-panel.truck-panel .c-acc-btn .training-logo {
    grid-area: img;
    max-width: 121px;
  }
  .c-training-section .c-tab-panel.mech-panel .c-acc-btn .acc-txt, .c-training-section .c-tab-panel.truck-panel .c-acc-btn .acc-txt {
    grid-area: txt;
    font-size: 15px;
    line-height: 1.6;
  }
  .c-training-section .c-tab-panel.mech-panel .c-acc-btn .c-acc-icon, .c-training-section .c-tab-panel.truck-panel .c-acc-btn .c-acc-icon {
    grid-area: icon;
  }
  .c-training-section .training-list-each {
    grid-template-columns: 30px auto;
    gap: 9px;
  }
  .c-training-section .training-list-each.each-white .c-tbl02.tbl-navy tbody th {
    width: clamp(60px, 18.1333333333vw, 80px);
  }
  .c-training-section .training-list-each.each-white .tbl-area .tbl-each:has(.c-tbl02.tbl-navy) {
    padding-inline: 10px;
  }
  .c-training-section .level-area {
    padding-inline: 6px;
    padding-bottom: 8px;
  }
  .c-training-section .level-area::before, .c-training-section .level-area::after {
    height: 10px;
  }
  .c-training-section .level-area .level-txt {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: 1;
    -webkit-writing-mode: vertical-lr;
        -ms-writing-mode: tb-lr;
            writing-mode: vertical-lr;
    text-orientation: upright;
    font-size: 14px;
  }
  .c-training-section .level-area .level-txt .lvl-num {
    font-size: 16px;
  }
  .c-tag-search-area {
    top: 110px;
    padding: 50px 0 100px;
  }
  #header:has(.c-main-nav-area.is-open) + .c-tag-search-area {
    top: 50px;
  }
  .search-block .inner-block {
    padding: 0 20px;
  }
  .search-block .white-box {
    padding: 25px 17px 77px;
  }
  .search-block label .inn-txt {
    height: 35px;
    padding: 8.5px 27px;
    font-size: 12px;
  }
  .search-block .tag-area {
    margin-top: 11px;
  }
  .search-block .all-line {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: start;
        -ms-flex-align: start;
            align-items: start;
    gap: 0;
    margin-bottom: 20px;
  }
  .search-block .all-line .ttl {
    font-size: 16px;
    padding-right: 27px;
  }
  .search-block .all-line .ttl::after {
    bottom: 0;
    width: 19px;
    height: 19px;
  }
  .search-block .line {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
  .search-block .line + .line {
    margin-top: 23px;
  }
  .search-block .line .ttl {
    font-size: 12px;
    margin-top: 0;
    min-width: none;
    text-align: left;
  }
  .search-block .line .inn-txt {
    padding: 7px 22.5px;
  }
  .people-block {
    margin-top: 22px;
    padding-bottom: 40px;
  }
  .people-block .people-list {
    grid-template-columns: 1fr;
  }
  .people-block .people-list a {
    min-height: auto;
  }
  .people-block .people-list .txt-area {
    padding: 17px 17px 17px;
  }
  .people-block .people-list .tag-list {
    max-width: none;
    margin-top: 21px;
  }
  .people-block .people-list .tag-list .tag {
    height: 30px;
    padding: 10px 16px 10px 11px;
  }
  .people-block .people-list .desc {
    font-size: 13px;
    line-height: 1.46;
    margin-top: 10px;
  }
  .home .kv-block {
    overflow: hidden;
  }
  .home .kv-block .kv-ttl {
    font-size: 40px;
  }
  .home .link-section {
    padding: 45px 25px 66px;
  }
  .home .link-section .inner-block .link-content .cont-wrap {
    row-gap: 12px;
  }
  .home .link-section .inner-block .link-content .cont-wrap .cont-link .txt-area {
    padding: 23px 19px 8px 19px;
  }
  .home .link-section .inner-block .link-content .cont-wrap .cont-link .txt-area .txt {
    font-size: 12px;
    line-height: 2;
    margin: 14px 0px auto;
  }
  .home .link-section .inner-block .link-content .cont-wrap .cont-link .txt-area .read {
    margin-top: 20px;
  }
  .home .link-section .inner-block .link-content .cont-wrap .subtxt {
    line-height: 2;
    letter-spacing: 0.14em;
  }
  .entry .c-anchor-link-section .inner-block {
    max-width: 400px;
  }
  .recruit .mv-section .bg-area {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
  }
  .recruit .mv-section .bg-area .bg-wrap.bg-wrap-01, .recruit .mv-section .bg-area .bg-wrap.bg-wrap-03 {
    grid-column: 1;
    grid-row: 1;
  }
  .recruit .mv-section .bg-area .bg-wrap.bg-wrap-02, .recruit .mv-section .bg-area .bg-wrap.bg-wrap-04 {
    grid-column: 1;
    grid-row: 1;
  }
  .recruit .mv-section .bg-area .bg-wrap {
    opacity: 0;
    pointer-events: none;
  }
  .recruit .mv-section .bg-area .bg-wrap.is-active {
    opacity: 1;
    pointer-events: auto;
    z-index: 1;
  }
  .recruit .mv-section .bg-area .bg-wrap.bg-wrap-01 .bg-each:nth-child(4)::after {
    background-image: url("../img/recruit/mv-deco01_sp.png.webp");
    width: 36.8vw;
  }
  .recruit .mv-section .bg-area .bg-wrap.bg-wrap-02 .bg-each:nth-child(2)::after {
    background-image: url("../img/recruit/mv-deco03_sp.png.webp");
    background-position-y: 0.2666666667vw;
    width: 49.3333333333vw;
  }
  .recruit .mv-section .bg-area .bg-wrap.bg-wrap-02 .bg-each:nth-child(3)::after {
    background-image: url("../img/recruit/mv-deco02_sp.png.webp");
    background-position-y: 33.3333333333vw;
    width: 12vw;
  }
  .recruit .mv-section .bg-area .bg-wrap.bg-wrap-02 .bg-each:nth-child(3) .bg-txt {
    left: 4vw;
    bottom: 5.3333333333vw;
  }
  .recruit .mv-section .bg-area .bg-wrap.bg-wrap-03 .bg-each:nth-child(4)::after {
    background-image: url("../img/recruit/mv-deco04_sp.png.webp");
    background-position-y: calc(100% - 16px);
    width: 32vw;
    right: calc(0px - 8.5333333333vw);
  }
  .recruit .mv-section .bg-area .bg-wrap.bg-wrap-04 .bg-each:nth-child(2)::after {
    background-image: url("../img/recruit/mv-deco05_sp.png.webp");
    background-position-y: calc(100% - 13.8666666667vw);
    width: 52.2666666667vw;
    left: calc(0px - 8.8vw);
  }
  .recruit .mv-section .bg-area .bg-wrap.bg-wrap-04 .bg-each:nth-child(2) .bg-txt {
    left: 22.1333333333vw;
    bottom: 27.4666666667vw;
  }
  .recruit .mv-section .bg-area .bg-wrap.bg-wrap-04 .bg-each:nth-child(4)::after {
    background-image: url("../img/recruit/mv-deco06_sp.png.webp");
    width: 52vw;
    left: calc(0px - 42.1333333333vw);
  }
  .recruit .mv-section .bg-area .bg-each {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  .recruit .mv-section .bg-area .bg-each .bg-txt {
    font-size: 3.2vw;
    line-height: 2;
  }
  .recruit .mv-section .bg-area .is-flipping {
    opacity: 1;
    z-index: 2;
  }
  .recruit .mv-section .bg-area .is-flipping .bg-each:nth-child(1) {
    -webkit-animation: mv-sp-each-out 0.9s cubic-bezier(0.4, 0, 0.2, 1) forwards;
            animation: mv-sp-each-out 0.9s cubic-bezier(0.4, 0, 0.2, 1) forwards;
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
  }
  .recruit .mv-section .bg-area .is-flipping .bg-each:nth-child(4) {
    -webkit-animation: mv-sp-each-out 0.9s cubic-bezier(0.4, 0, 0.2, 1) both;
            animation: mv-sp-each-out 0.9s cubic-bezier(0.4, 0, 0.2, 1) both;
    -webkit-animation-delay: 0.45s;
            animation-delay: 0.45s;
  }
  .recruit .mv-section .bg-area .is-flipping .bg-each:nth-child(2),
  .recruit .mv-section .bg-area .is-flipping .bg-each:nth-child(3) {
    -webkit-animation: mv-sp-each-out 0.9s cubic-bezier(0.4, 0, 0.2, 1) both;
            animation: mv-sp-each-out 0.9s cubic-bezier(0.4, 0, 0.2, 1) both;
    -webkit-animation-delay: 0.9s;
            animation-delay: 0.9s;
  }
  .recruit .mv-section .bg-area .is-entering {
    opacity: 1;
    z-index: 3;
  }
  .recruit .mv-section .bg-area .is-entering .bg-each:nth-child(1) {
    -webkit-animation: mv-sp-each-in 0.9s cubic-bezier(0.4, 0, 0.2, 1) forwards;
            animation: mv-sp-each-in 0.9s cubic-bezier(0.4, 0, 0.2, 1) forwards;
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
  }
  .recruit .mv-section .bg-area .is-entering .bg-each:nth-child(4) {
    -webkit-animation: mv-sp-each-in 0.9s cubic-bezier(0.4, 0, 0.2, 1) both;
            animation: mv-sp-each-in 0.9s cubic-bezier(0.4, 0, 0.2, 1) both;
    -webkit-animation-delay: 0.45s;
            animation-delay: 0.45s;
  }
  .recruit .mv-section .bg-area .is-entering .bg-each:nth-child(2),
  .recruit .mv-section .bg-area .is-entering .bg-each:nth-child(3) {
    -webkit-animation: mv-sp-each-in 0.9s cubic-bezier(0.4, 0, 0.2, 1) both;
            animation: mv-sp-each-in 0.9s cubic-bezier(0.4, 0, 0.2, 1) both;
    -webkit-animation-delay: 0.9s;
            animation-delay: 0.9s;
  }
  .recruit .mv-section .inner-block {
    padding-inline: 25px;
  }
  .recruit .mv-section .cont-wrap {
    margin-top: 12vw;
    gap: 6px;
  }
  .recruit .mv-section .top-ttl-img-area {
    max-width: clamp(74.6666666667vw, 280px, 100% - 40px);
  }
  .recruit .mv-section .top-ttl-txt {
    font-size: max(8px, 2.1333333333vw);
    line-height: 1.75;
  }
  .recruit .message-section {
    border-top-width: 6px;
  }
  .recruit .message-section .bg-area {
    position: relative;
  }
  .recruit .message-section .bg-area .bg-img img {
    min-height: 750px;
  }
  .recruit .message-section .inner-block {
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
    margin: auto;
    padding-left: 0;
    padding-block: max(125px, 32.2666666667vw);
  }
  .recruit .message-section .cont-wrap {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-block: min(10.6666666667vw, 40px) min(9.6vw, 36px);
    padding-inline: 25px 10px;
    max-width: max(290px, 77.3333333333vw);
    height: 100%;
  }
  .recruit .message-section .message-txt {
    font-size: max(12px, 3.2vw);
    line-height: 1.6666666667;
  }
  .recruit .message-section .message-txt + .message-txt {
    margin-top: 2em;
  }
  .recruit .message-section .message-ttl {
    margin-block: min(8vw, 30px) min(5.3333333333vw, 20px);
  }
  .recruit .message-section .message-ttl .main {
    font-size: max(20px, 5.3333333333vw);
    line-height: 1;
  }
  .recruit .message-section .message-ttl .sub {
    font-size: max(14px, 3.7333333333vw);
    line-height: 2;
  }
  .recruit .message-section .message-sub-txt {
    font-size: max(10px, 2.6666666667vw);
    line-height: 1.5;
  }
  .recruit .c-info-cont {
    width: 100%;
    max-width: 500px;
  }
  .recruit .c-info-cont.small .cont-wrap {
    padding-bottom: 45px;
  }
  .recruit .c-info-cont.is-disabled .cont-wrap {
    background: rgba(69, 69, 69, 0.82);
  }
  .recruit .c-info-cont .cont-wrap {
    -webkit-clip-path: polygon(18px 0, 80px 0%, 100% 0, 100% calc(100% - 22px), calc(100% - 18px) 100%, 30% 100%, 0 100%, 0 22px);
            clip-path: polygon(18px 0, 80px 0%, 100% 0, 100% calc(100% - 22px), calc(100% - 18px) 100%, 30% 100%, 0 100%, 0 22px);
    padding-block: 40px 36px;
    padding-inline: 25px;
  }
  .recruit .c-info-cont .cont-wrap.cont-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
    background: rgba(0, 0, 0, 0.82);
  }
  .recruit .c-info-cont .info-ttl {
    margin-bottom: 42px;
  }
  .recruit .c-info-cont .info-ttl .en {
    font-size: 24px;
    line-height: 1.125;
  }
  .recruit .c-info-cont .info-ttl .ja {
    font-size: 16px;
    line-height: 2.25;
  }
  .recruit .c-info-cont .info-desc {
    letter-spacing: 0.1em;
  }
  .recruit .c-info-cont .info-txt-area .info-ttl {
    margin-bottom: 10px;
  }
  .recruit .c-info-cont .info-cont-each {
    max-width: none;
    gap: 18px;
  }
  .recruit .c-info-cont .info-cont-each.cont-square {
    max-width: none;
  }
  .recruit .c-info-cont .info-cont-each .cont-ttl {
    padding-bottom: 20px;
  }
  .recruit .c-info-cont .info-cont-each .cont-ttl .en {
    line-height: 1.625;
    letter-spacing: 0.27em;
  }
  .recruit .c-info-cont .info-cont-each .cont-ttl .ja {
    font-size: 16px;
    line-height: 1.625;
  }
  .recruit .c-info-cont .info-cont-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .recruit .c-info-cont .info-cont-list.cont-2 {
    grid-template-columns: 100%;
  }
  .recruit .c-info-cont .deco-area {
    max-width: 58px;
  }
  .recruit .event-section .c-info-cont .deco-area,
  .recruit .special-section .c-info-cont .deco-area {
    bottom: -30px;
    right: -48px;
    max-width: 108px;
  }
  .recruit .business-section {
    padding-bottom: 51px;
  }
  .recruit .business-section .inner-block {
    margin-top: -25px;
  }
  .recruit .business-section .c-info-cont .deco-area {
    top: -31px;
    left: 8px;
  }
  .recruit .people-section {
    padding-bottom: 48px;
  }
  .recruit .people-section .people-slider .swiper-wrapper {
    gap: 14px;
  }
  .recruit .people-section .people-slider .swiper-slide {
    width: 134px;
  }
  .recruit .people-section .inner-block {
    margin-top: -20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: 0;
  }
  .recruit .people-section .info-btn-wrap {
    gap: 50px;
  }
  .recruit .people-section .info-btn-wrap .btn-area {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-inline: auto;
  }
  .recruit .people-section .info-btn-wrap .btn-area .c-btn01 {
    border-radius: 0;
    width: 100%;
    max-width: 275px;
  }
  .recruit .people-section .c-info-cont .deco-area {
    bottom: -21px;
    right: -2px;
  }
  .recruit .env-section {
    padding-bottom: 140px;
  }
  .recruit .env-section .c-info-cont .deco-area {
    bottom: -21px;
    right: -2px;
  }
  .recruit .sections-wrap .bg-deco-area {
    max-width: 280px;
    right: -30px;
    bottom: 26px;
  }
  #wrapper:has(main) .c-footer .recruitment-area.recruitment-parallax .ttl {
    font-size: 32px;
    line-height: 1.4375;
    margin-bottom: 30px;
  }
  #wrapper:has(main) .c-footer .recruitment-area.recruitment-parallax .link-block-wrap {
    grid-template-columns: 100%;
    max-width: 400px;
    margin-inline: auto;
    gap: 44px;
  }
  #wrapper:has(main) .c-footer .recruitment-area.recruitment-parallax .link-block-wrap .link-block .head {
    font-size: 22px;
    line-height: 1.1818181818;
    letter-spacing: 0.2em;
    font-weight: 600;
    min-height: auto;
    padding-block: 27px;
  }
  #wrapper:has(main) .c-footer .recruitment-area.recruitment-parallax .link-block-wrap .link-block .body {
    padding-block: 24px 40px;
    min-height: auto;
    gap: 28px;
  }
  #wrapper:has(main) .c-footer .recruitment-area.recruitment-parallax .link-block-wrap .link-block .body .link {
    font-size: 18px;
    line-height: 1.8888888889;
    letter-spacing: 0.27em;
    font-weight: 400;
  }
  #wrapper:has(main) .c-footer .recruitment-area.recruitment-parallax .link-block-wrap .link-block .body .footer-btn01 {
    margin-inline: auto;
    width: 100%;
    max-width: none;
    margin-top: 0;
    padding-block: 14px;
    font-size: 20px;
    letter-spacing: 0.15em;
    font-weight: 400;
  }
  #wrapper:has(main) .c-footer .recruitment-area.recruitment-parallax .bg-area {
    height: calc(var(--vh, 1vh) * 100);
  }
  .job .about-section {
    padding-bottom: 77px;
  }
  .job .about-section .c-anchor-link-section {
    margin-top: 0;
    padding-top: 20px;
  }
  .job .about-section .c-anchor-link-section .anchor-link-list {
    max-width: none;
    gap: 20px;
  }
  .job .about-section .c-anchor-link-section .anchor-link-list .c-anchor-link .cont-wrap {
    padding-bottom: 64px;
    padding-right: 25px;
    padding-left: 18px;
  }
  .job .about-section .c-anchor-link-section .anchor-link-list .c-anchor-link .cont-wrap:has(.acc-wrap.is-active) {
    padding-bottom: 40px;
  }
  .job .about-section .c-anchor-link-section .anchor-link-list .c-anchor-link .cont-wrap .anchor-btn-link-area .anchor-btn-area {
    width: 40px;
    height: 45px;
  }
  .job .about-section .c-anchor-link-section .anchor-link-list .c-anchor-link .cont-wrap .anchor-btn-link-area .anchor-btn-area .anchor-btn {
    width: 30px;
    height: 35px;
  }
  .job .about-section .c-anchor-link-section .anchor-link-list .c-anchor-link .cont-wrap .anchor-ttl {
    font-size: 22px;
    line-height: 1.9090909091;
  }
  .job .about-section .c-anchor-link-section .anchor-link-list .c-anchor-link .cont-wrap .anchor-desc {
    font-size: 14px;
    line-height: 1.7142857143;
    margin-block: 5px 16px;
  }
  .job .about-section .c-anchor-link-section .anchor-link-list .c-anchor-link .cont-wrap .acc-btn {
    font-size: 14px;
    line-height: 1.5;
    padding-right: 6px;
    padding-block: 8px;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
  .job .about-section .c-anchor-link-section .anchor-link-list .c-anchor-link .cont-wrap .acc-cont {
    padding-top: 16px;
  }
  .job .about-section .c-anchor-link-section .anchor-link-list .c-anchor-link .cont-wrap .acc-cont .c-list li + li {
    margin-top: 3px;
  }
  .job .about-section .c-anchor-link-section .anchor-area-ttl {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .job .about-section .c-anchor-link-section .anchor-area-each + .anchor-area-each {
    margin-top: 75px;
  }
  .job .about-section .top-area {
    padding-block: 45px;
  }
  .job .about-section .top-area::before {
    height: 1000px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(75%, rgb(0, 0, 0)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(180deg, rgb(0, 0, 0) 75%, rgba(255, 255, 255, 0) 100%);
  }
  .job .about-section .top-area::after {
    background: -webkit-gradient(linear, left bottom, left top, from(rgb(0, 0, 0)), color-stop(60%, rgba(255, 255, 255, 0)));
    background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(255, 255, 255, 0) 60%);
    bottom: 0;
    height: 275px;
  }
  .job .about-section .top-area .about-top-txt {
    font-size: 22px;
    line-height: 1.7272727273;
    letter-spacing: 0.05em;
  }
  .job .about-section .top-area .about-desc-top {
    font-size: 14px;
    line-height: 1.7142857143;
    margin-block: 24px 10px;
  }
  .job .about-section .top-area .about-desc-bottom {
    font-size: 14px;
    line-height: 1.7142857143;
    letter-spacing: 0.11em;
  }
  .job .about-section .top-area .top-img-area .inner-block {
    padding-inline: 0;
  }
  .job .about-section .top-area .top-img-area .img-wrap {
    overflow-x: auto;
  }
  .job .about-section .top-area .top-img-area .img-area {
    padding-inline: 25px;
    min-width: 722px;
  }
  .job .about-section .top-area .top-desc-area {
    margin-top: 240px;
  }
  .job .about-section .top-area .about-bg-area {
    height: 512px;
  }
  .job .about-section .top-area .about-bg-area img {
    -o-object-position: 40% center;
       object-position: 40% center;
  }
  .job .jobs-section .job-section-each.job-01 .job-mv-section .bg-area img {
    -o-object-position: 23% center;
       object-position: 23% center;
  }
  .job .jobs-section .job-mv-section .ttl-area {
    padding-block: 205px 92px;
  }
  .job .jobs-section .job-mv-section .ttl-area .ttl {
    font-size: 20px;
    line-height: 1.3;
    padding-block: 14px;
  }
  .job .jobs-section .job-mv-section .ttl-area .desc {
    padding-inline: 0;
    font-size: 14px;
    line-height: 1.7142857143;
    letter-spacing: 0.11em;
  }
  .job .jobs-section .c-white-section-anchor-container {
    padding-inline: 24px;
    padding-bottom: 110px;
    margin-top: -52px;
  }
  .job .jobs-section .job-cont-each .c-acc-wrap:not(.is-active):has(.js--acc-cont) .top-area {
    padding-bottom: 95px;
  }
  .job .jobs-section .job-cont-each .acc-btn {
    padding-right: 25px;
    padding-bottom: 25px;
  }
  .job .jobs-section .job-cont-each .acc-btn .c-acc-icon {
    width: 45px;
    height: 45px;
  }
  .job .jobs-section .job-cont-each .top-area,
  .job .jobs-section .job-cont-each .acc-cont {
    grid-template-columns: 100%;
    gap: 22px;
    padding-block: 25px;
    padding-inline: 25px;
  }
  .job .jobs-section .job-cont-each .top-area {
    -webkit-transition: padding-bottom 0.3s ease-in-out;
    transition: padding-bottom 0.3s ease-in-out;
    padding-bottom: 42px;
  }
  .job .jobs-section .job-cont-each .top-area .txt-area {
    gap: 10px;
  }
  .job .jobs-section .job-cont-each .top-area .ttl {
    font-size: 22px;
    line-height: 1.4545454545;
  }
  .job .jobs-section .job-cont-each .top-area .desc {
    font-size: 14px;
    line-height: 1.7142857143;
  }
  .job .jobs-section .job-cont-each .acc-cont {
    padding-bottom: 95px;
  }
  .job .jobs-section .job-cont-each .acc-cont .people-each .cont-wrap {
    padding: 25px;
  }
  .job .jobs-section .job-cont-each .acc-cont .people-each .img-area {
    width: 100%;
    max-width: 300px;
    margin-inline: auto;
  }
  .job .jobs-section .job-cont-each .acc-cont .people-each .img-area .site-name {
    padding: 6px 5px;
  }
  .job .jobs-section .job-cont-each .acc-cont .people-each .txt-area {
    width: 100%;
    max-width: 300px;
    margin-inline: auto;
    gap: 5px;
  }
  .job .jobs-section .job-cont-each .acc-cont .people-each .ttl {
    font-size: 22px;
    line-height: 1.8636363636;
    letter-spacing: 0.1em;
  }
  .job .jobs-section .job-cont-each .acc-cont .people-each .desc {
    font-size: 13px;
    line-height: 1.7692307692;
    letter-spacing: 0.16em;
  }
  .faq .inn-cont-area_section {
    margin-block: 50px 0px;
  }
  .faq .acc-ttl {
    margin-block: 0px 15px;
  }
  .faq .c-white-section-anchor-container .c-white-section .inn-cont-area.mt-90 {
    margin-top: 36px;
  }
  .faq .c-white-section .c-inn-section .c-acc-wrap .c-acc-btn {
    padding-block: 13px 15px;
    padding-inline: 14px 13px;
  }
  .faq .c-white-section .c-inn-section .c-acc-wrap .c-acc-cont {
    padding-block: 24px;
    padding-inline: 15px;
  }
  .newgraduate .c-inn-section .inn-cont-each .ja-m {
    font-size: 24px;
    line-height: 1.2;
  }
  .newgraduate .c-inn-section .inn-cont-each .job-description .c-tbl01 > tbody > tr.pt-l > th,
  .newgraduate .c-inn-section .inn-cont-each .job-description .c-tbl01 > tbody > tr.pt-l > td,
  .newgraduate .c-inn-section .inn-cont-each .c-tab-panel .c-tbl01 > tbody > tr.pt-l > th,
  .newgraduate .c-inn-section .inn-cont-each .c-tab-panel .c-tbl01 > tbody > tr.pt-l > td {
    padding-top: 30px;
  }
  .newgraduate .c-inn-section .inn-cont-each .job-description .c-tbl01 > tbody > tr.pt-xl > th,
  .newgraduate .c-inn-section .inn-cont-each .job-description .c-tbl01 > tbody > tr.pt-xl > td,
  .newgraduate .c-inn-section .inn-cont-each .c-tab-panel .c-tbl01 > tbody > tr.pt-xl > th,
  .newgraduate .c-inn-section .inn-cont-each .c-tab-panel .c-tbl01 > tbody > tr.pt-xl > td {
    padding-top: 45px;
  }
  .newgraduate .c-inn-section .inn-cont-each .job-description .c-tbl01 > tbody > tr.pb-l > th,
  .newgraduate .c-inn-section .inn-cont-each .job-description .c-tbl01 > tbody > tr.pb-l > td,
  .newgraduate .c-inn-section .inn-cont-each .c-tab-panel .c-tbl01 > tbody > tr.pb-l > th,
  .newgraduate .c-inn-section .inn-cont-each .c-tab-panel .c-tbl01 > tbody > tr.pb-l > td {
    padding-bottom: 30px;
  }
  .newgraduate .c-inn-section .inn-cont-each .job-description .c-tbl01 > tbody > tr.pb-l > th,
  .newgraduate .c-inn-section .inn-cont-each .c-tab-panel .c-tbl01 > tbody > tr.pb-l > th {
    padding-bottom: 0;
  }
  .newgraduate .c-inn-section .inn-cont-each .job-description .c-tbl01 > tbody > tr.pb-xl > th,
  .newgraduate .c-inn-section .inn-cont-each .job-description .c-tbl01 > tbody > tr.pb-xl > td,
  .newgraduate .c-inn-section .inn-cont-each .c-tab-panel .c-tbl01 > tbody > tr.pb-xl > th,
  .newgraduate .c-inn-section .inn-cont-each .c-tab-panel .c-tbl01 > tbody > tr.pb-xl > td {
    padding-bottom: 40px;
  }
  .newgraduate .c-inn-section .inn-cont-each .job-description .c-tbl01 > tbody > tr.pb-xl > th,
  .newgraduate .c-inn-section .inn-cont-each .c-tab-panel .c-tbl01 > tbody > tr.pb-xl > th {
    padding-bottom: 0;
  }
  .newgraduate .c-inn-section .inn-cont-each .job-description .c-tbl01 > tbody > tr .deco::before,
  .newgraduate .c-inn-section .inn-cont-each .c-tab-panel .c-tbl01 > tbody > tr .deco::before {
    width: 10px;
    height: 10px;
  }
  .newgraduate .c-inn-section .inn-cont-each .job-description .entry-btn-area,
  .newgraduate .c-inn-section .inn-cont-each .c-tab-panel .entry-btn-area {
    margin-top: 32px;
    gap: 10px;
  }
  .newgraduate .c-inn-section .inn-cont-each .job-description .txt-each + .txt-each,
  .newgraduate .c-inn-section .inn-cont-each .c-tab-panel .txt-each + .txt-each {
    margin-top: 12px;
  }
  .newgraduate .c-inn-section .inn-cont-each .card-list-area {
    margin-bottom: 12px;
  }
  .newgraduate .c-inn-section .inn-cont-each .c-img-ttl-card-list {
    grid-template-columns: repeat(auto-fill, minmax(80px, 1fr));
    gap: 20px 18px;
  }
  .newgraduate .c-inn-section .inn-cont-each .c-img-ttl-card-list02 {
    margin-top: 10px;
  }
  .recruit-people {
    padding-top: 45px;
  }
  .workstyle {
    padding-top: 45px;
  }
  .workstyle .c-mv-section02 {
    padding-bottom: 26px;
  }
  .workstyle .c-mv-section02 .desc {
    margin-top: 55px;
    font-size: 14px;
    padding: 0 min(24px, 6.4vw);
  }
  .workstyle .c-anchor-link-section {
    padding-top: 0;
    padding-bottom: 77px;
  }
  .workstyle .c-anchor-link-section .inner-block {
    padding: 0 15px;
  }
  .workstyle .c-anchor-link-section .anchor-link-list {
    max-width: 305px;
    gap: 47px;
  }
  .workstyle .c-anchor-link-section .anchor-link-list .c-anchor-link .cont-wrap {
    gap: 20px;
    padding-bottom: 42px;
  }
  .workstyle .c-anchor-link-section .anchor-link-list .c-anchor-link .cont-wrap .anchor-btn-area {
    width: 42px;
    height: 42px;
  }
  .workstyle .c-anchor-link-section .anchor-link-list .c-anchor-link .cont-wrap .anchor-btn {
    width: 42px;
    height: 42px;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }
  .workstyle .c-workstyle-bg-section .inner-block {
    padding-top: 14px;
    gap: min(50px, 13.3333333333vw);
  }
  .workstyle .c-workstyle-bg-section .inner-block:has(.img-area) {
    gap: min(50px, 13.3333333333vw);
    padding-top: 18px;
  }
  .workstyle .c-workstyle-bg-section .ttl {
    font-size: 28px;
  }
  .workstyle .c-workstyle-bg-section .bottom-content:has(.img-area) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-left: 0;
    gap: min(40px, 10.6666666667vw);
  }
  .workstyle .c-workstyle-bg-section .bottom-content:has(.img-area) .txt-area {
    margin-top: 0;
  }
  .workstyle .c-workstyle-bg-section .bottom-content.single.txt-right-side {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .workstyle .c-workstyle-bg-section .txt-area .main {
    font-size: min(22px, 5.8666666667vw);
    line-height: 1.727;
    margin-bottom: 18px;
    letter-spacing: 0.05em;
  }
  .workstyle .c-workstyle-bg-section .txt-area .desc {
    font-size: 14px;
    line-height: 1.71;
    letter-spacing: 0.11em;
  }
  .workstyle .c-workstyle-bg-section .img-area {
    margin: auto;
  }
  .workstyle .c-workstyle-bg-section .img-area .circle {
    width: min(325px, 86.6666666667vw);
    height: min(325px, 86.6666666667vw);
  }
  .workstyle .c-workstyle-bg-section .img-area img {
    width: 82%;
    left: 30px;
    top: 72px;
  }
  .workstyle .deco-box-section .img-wrap {
    border-radius: 5px;
  }
  .workstyle .deco-box-section .img-wrap img {
    border-radius: 5px;
  }
  .workstyle .deco-box-section .box .box-inn {
    margin-top: -22px;
    padding: 53px 20px 58px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .workstyle .deco-box-section .box .box-inn::after {
    bottom: -36px;
    width: 120px;
    height: 120px;
  }
  .workstyle .deco-box-section .box.img-left .box-inn {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .workstyle .deco-box-section .box .img-area {
    position: relative;
  }
  .workstyle .deco-box-section .box .txt-area .ttl {
    font-size: min(22px, 5.8666666667vw);
    line-height: 1.72;
    letter-spacing: 0.05em;
  }
  .workstyle .deco-box-section .box .txt-area .desc {
    line-height: 1.71;
    letter-spacing: 0.11em;
    position: relative;
    z-index: 1;
  }
  .workstyle .deco-box-section .box .sub-img-area {
    gap: 5px;
  }
  .workstyle .deco-box-section .box .fraction {
    display: none;
  }
  .workstyle .deco-box-section .box .swiper-button-prev, .workstyle .deco-box-section .box .swiper-button-next {
    width: 42px;
    height: 42px;
  }
  .workstyle .deco-box-section .box .swiper-button-prev::after, .workstyle .deco-box-section .box .swiper-button-next::after {
    width: 15px;
  }
  .workstyle .deco-box-section .box .swiper-button-prev {
    left: -35px;
  }
  .workstyle .deco-box-section .box .swiper-button-next {
    right: -35px;
  }
  .workstyle .deco-box-section .box .swiper-pagination-bullet {
    height: 4px;
  }
  .workstyle .deco-box-section .box.pattern01 {
    margin-top: 61px;
  }
  .workstyle .deco-box-section .box.pattern01 .img-area {
    width: 79%;
    top: 0;
    left: 0;
  }
  .workstyle .deco-box-section .box.pattern01 .sub-img-area {
    margin-top: 9px;
    margin-left: auto;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .workstyle .deco-box-section .box.pattern01 .sub-img-area .img-wrap {
    width: 39%;
  }
  .workstyle .deco-box-section .box.pattern02 {
    margin-top: 58px;
  }
  .workstyle .deco-box-section .box.pattern02 .box-inn {
    margin-left: 0;
    padding: 50px 20px 56px;
  }
  .workstyle .deco-box-section .box.pattern02 .img-area {
    width: auto;
    top: 0;
    right: 0;
    left: 0;
  }
  .workstyle .deco-box-section .box.pattern02 .sub-img-area {
    margin-top: 7px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-right: 0;
  }
  .workstyle .deco-box-section .box.pattern02 .sub-img-area img {
    width: 60%;
    margin: auto;
    display: block;
  }
  .workstyle .deco-box-section .box.pattern03 {
    margin-right: 0;
    margin-top: 57px;
    margin-bottom: 60px;
  }
  .workstyle .deco-box-section .box.pattern03 .box-inn {
    padding: 50px 20px 67px;
  }
  .workstyle .deco-box-section .box.pattern03 .img-area {
    width: 79%;
    top: 0;
    left: 0;
  }
  .workstyle .deco-box-section .box.pattern03 .sub-img-area {
    margin-top: 13px;
    margin-left: 0;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .workstyle .deco-box-section .box.pattern03 .sub-img-area .img-wrap {
    width: 39%;
  }
  .workstyle .deco-box-section .box.pattern04 {
    margin-top: 64px;
  }
  .workstyle .deco-box-section .box.pattern04 .box-inn {
    padding: 52px 20px 55px;
  }
  .workstyle .deco-box-section .box.pattern04 .img-area {
    width: 80%;
    margin: auto;
    top: 0;
  }
  .workstyle .deco-box-section .box.pattern04 .swiper-pagination {
    margin-top: 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 23px;
  }
  .workstyle .deco-box-section .box.pattern05 {
    margin-top: 95px;
    margin-bottom: 98px;
  }
  .workstyle .deco-box-section .box.pattern05 .box-inn {
    margin-right: 0;
    padding: 50px 20px 53px;
  }
  .workstyle .deco-box-section .box.pattern05 .img-area {
    width: 80%;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
  }
  .workstyle .deco-box-section .box.pattern05 .txt-area .ttl {
    margin-bottom: 20px;
  }
  .workstyle .deco-box-section .box.pattern05 .txt-area .desc {
    margin-right: 0;
  }
  .workstyle .deco-box-section .box.pattern05 .swiper-pagination {
    margin-top: 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-right: 0;
    margin-bottom: 27px;
  }
  .workstyle .sales-department-section {
    padding-top: 70px;
    padding-bottom: 65px;
  }
  .workstyle .sales-department-section .box {
    margin-left: min(15px, 4vw);
    padding: 10px 10px 15px 0;
    gap: 0;
    border-radius: 8px;
  }
  .workstyle .sales-department-section .box::after {
    border-radius: 8px;
  }
  .workstyle .sales-department-section .box + .box {
    margin-top: 17px;
  }
  .workstyle .sales-department-section .box .img-area {
    left: -15px;
  }
  .workstyle .sales-department-section .box .circle {
    width: 86px;
    height: 86px;
  }
  .workstyle .sales-department-section .box .ttl {
    font-size: 18px;
    font-weight: 500;
    margin-top: 0;
  }
  .workstyle .sales-department-section .box .desc {
    font-size: 13px;
    font-weight: 500;
    line-height: 1.53;
  }
  .workstyle .sales-department-section .box:nth-child(2) img {
    left: -17px;
    bottom: 2px;
  }
  .workstyle .sales-department-section .box:nth-child(3) img {
    left: -40px;
    bottom: 12px;
  }
  .workstyle .sales-department-section .box:nth-child(4) img {
    left: -24px;
    bottom: 2px;
  }
  .workstyle .c-recommend + * {
    margin-top: 65px;
  }
  .training .c-anchor-link-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    background: #262626;
    padding-block: 0;
  }
  .training .c-anchor-link-section .inner-block {
    padding-block: 56px 60px;
    width: 100%;
  }
  .training .c-anchor-link-section .bg-area {
    position: relative;
    inset: auto;
  }
  .training .c-anchor-link-section:has(> .bg-area) .anchor-link-list .c-anchor-link .cont-wrap::after {
    content: unset;
  }
  .training .c-anchor-link-section:has(> .bg-area) .anchor-link-list .c-anchor-link .anchor-btn-area {
    --anchor-bg: #262626;
  }
  .training .c-anchor-link-section .anchor-link-list {
    width: 100%;
    max-width: 400px;
  }
  .training .c-anchor-link-section .anchor-link-list .c-anchor-link .anchor-ttl .ttl-main {
    font-size: 24px;
    line-height: 1.6666666667;
    letter-spacing: 0.1em;
  }
  .training .c-anchor-link-section .anchor-link-list .c-anchor-link .anchor-ttl .ttl-sub {
    font-size: 15px;
  }
  .training .training-mv-section + .inner-block {
    margin-top: 76px;
  }
  .training .training-mv-section .cont-wrap {
    gap: 70px;
    padding-block: 70px 160px;
  }
  .training .training-mv-section .cont-wrap .training-mv-ttl {
    font-size: 28px;
  }
  .training .training-mv-section .cont-wrap .txt-area {
    padding-top: 40px;
  }
  .training .training-mv-section .cont-wrap .txt-area .txt {
    font-size: 22px;
    line-height: 1.7272727273;
  }
  .training .training-mv-section .cont-wrap .txt-area .desc {
    margin-top: 25px;
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.1em;
  }
  .training .c-training-section.honsya-section {
    padding-bottom: 126px;
  }
  .training .c-training-section.honsya-section .c-tab-wrap02 .c-tab-panel > .cont-wrap {
    padding-top: 50px;
    padding-bottom: 0;
  }
  .training .c-training-section.honsya-section .c-tab-wrap02 .c-tab-panel > .cont-wrap > .c-ttl01 {
    margin-bottom: 30px;
  }
  .training .c-training-section.honsya-section .c-tbl02 tbody tr th {
    width: max(140px, 37.3333333333vw);
    padding-inline: 14px;
  }
  .training .c-training-section.honsya-section .c-tbl02 tbody tr th .inn-txt {
    display: block;
    text-align: left;
  }
  .training .c-training-section.honsya-section .c-tbl02 tbody tr td {
    width: calc(100% - max(140px, 37.3333333333vw));
    padding-inline: 8px;
    line-height: 1.5714285714;
  }
  .training .c-training-section.chiiki-section {
    padding-bottom: 0;
  }
  .training .c-training-section.chiiki-section .training-mv-section .cont-wrap {
    padding-bottom: 64px;
  }
  .training .c-training-section.chiiki-section .c-tab-wrap02 .c-tab-panel > .cont-wrap {
    padding-bottom: 115px;
  }
  .training .c-training-section.chiiki-section .c-tab-wrap02 .c-tab-panel > .cont-wrap > .c-ttl01 .ja-m {
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: 0.1em;
  }
  .training .c-training-section .c-tab-btn-list .c-tab-btn {
    letter-spacing: 0.1em;
    padding-inline: 10px;
    font-size: clamp(16px, 4.8vw, 18px);
  }
  .training .c-training-section .c-tab-panel > .cont-wrap .c-ttl01 .ja-m {
    font-size: 20px;
    line-height: 1.9;
  }
  .training .c-training-section .c-tab-panel > .cont-wrap .c-ttl01 .small {
    font-size: 16px;
    line-height: 1.875;
  }
  .training .c-training-section .c-tab-panel > .cont-wrap .training-desc + .tbl-area {
    margin-top: 46px;
  }
  .training .c-training-section .c-tab-panel > .cont-wrap .tbl-area .note-txt {
    font-size: 13px;
    line-height: 1.6923076923;
    letter-spacing: 0;
    margin-top: 18px;
  }
  .training .c-training-section .comment-area {
    margin-top: 40px;
  }
  .training .c-training-section .comment-area .comment-each + .comment-each {
    margin-top: 26px;
  }
  .training .c-training-section .comment-area .comment-each {
    grid-template-columns: min(30%, 64px) auto;
    grid-template-areas: "img ttl" "desc desc";
    gap: 24px 14px;
    padding-block: 30px 19px;
    padding-inline: 20px 18px;
  }
  .training .c-training-section .comment-area .comment-each .comment-ttl {
    font-size: 16px;
    line-height: 1.75;
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center;
  }
  .training .c-training-section .comment-area .comment-each .comment-txt {
    font-size: 14px;
    line-height: 2;
  }
  .training .c-training-section .training-desc {
    font-size: 16px;
    line-height: 2;
    margin-inline: 0;
  }
  .training .c-training-section .training-list {
    margin-top: 30px;
  }
  .training .worker-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .training .worker-section:has(.cont-box:is(a, button):focus-visible) .cont-box {
    background: transparent;
  }
  .training .worker-section .cont-wrap {
    padding-block: 60px;
  }
  .training .worker-section .cont-box {
    background: transparent;
    border-radius: 0;
    padding-inline: 25px;
    padding-block: 0;
  }
  .training .worker-section .c-ttl01 {
    margin-bottom: 34px;
  }
  .training .worker-section .c-ttl01 .ja-m {
    font-size: 18px;
  }
  .training .worker-section .btn-area .c-read-btn {
    max-width: 275px;
    padding-block: 16px;
    font-size: 16px;
  }
  .training .recruit-area {
    margin-block: -90px 82px;
  }
  .training .recruit-area .cont-wrap {
    grid-template-columns: 100%;
  }
  .training .recruit-area .cont-wrap .recruit-each {
    padding-block: 40px 32px;
    padding-inline: 32px 28px;
  }
  .training .recruit-area .cont-wrap .recruit-each .recruit-each-ttl {
    font-size: 16px;
    line-height: 1.1111111111;
    letter-spacing: 0.1em;
  }
  .training .recruit-area .cont-wrap .recruit-each .recruit-each-txt {
    font-size: 20px;
    line-height: 1.8;
    letter-spacing: 0.08em;
    margin-block: 30px 16px;
  }
  .training .recruit-area .cont-wrap .recruit-each .recruit-each-desc {
    font-size: 14px;
    line-height: 2.2857142857;
    letter-spacing: 0.1em;
  }
  .special01 .number-section {
    padding-block: 80px 40px;
  }
  .special01 .number-section .inner-block {
    padding-inline: 25px;
  }
  .special01 .number-section .c-ttl01 {
    margin-bottom: 30px;
  }
  .special01 .number-section .c-ttl01 .ja {
    font-size: 20px;
    line-height: 1.95;
  }
  .special01 .number-section .number-list-each .number-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .special01 .about-section .text-cont-ttl {
    font-size: 16px;
    line-height: 1.6;
  }
  .special01 .about-section .text-cont-sub-ttl {
    font-size: 25px;
    line-height: 1.6;
    margin-block: 15px 3px;
  }
  .special01 .about-section .text-cont-desc {
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0.16em;
  }
  .special01 .about-section .about-each:nth-child(even) {
    margin-top: 42px;
  }
  .special01 .about-section .about-each:nth-child(even) .cont-wrap .about-img {
    justify-self: end;
    width: max(163px, 43.4666666667vw);
  }
  .special01 .about-section .about-each:nth-child(even) .cont-wrap .c-text-cont-wrap {
    margin-top: -110px;
    padding-inline: 20px 60px;
    padding-block: 30px 65px;
  }
  .special01 .about-section .about-each:nth-child(even) .cont-wrap .c-text-cont-wrap .text-cont-ttl,
  .special01 .about-section .about-each:nth-child(even) .cont-wrap .c-text-cont-wrap .text-cont-sub-ttl,
  .special01 .about-section .about-each:nth-child(even) .cont-wrap .c-text-cont-wrap .text-cont-desc {
    margin-left: clamp(0rem, 37.31vw - 11.6604rem, 6.25rem);
    margin-right: auto;
  }
  .special01 .about-section .about-each.each-02 .c-text-cont-wrap {
    padding-top: 10px;
  }
  .special01 .about-section .about-each.each-03 {
    margin-top: -50px;
    z-index: 2;
  }
  .special01 .about-section .about-each.each-03 .c-text-cont-wrap {
    margin-top: -150px;
  }
  .special01 .about-section .about-each .cont-wrap {
    grid-template-columns: 100%;
  }
  .special01 .about-section .about-each .about-img {
    width: max(200px, 53.3333333333vw);
    z-index: 1;
  }
  .special01 .about-section .about-each .c-text-cont-wrap {
    padding-block: 38px 58px;
    padding-inline: 75px 20px;
    margin-top: -98px;
  }
  .special01 .about-section .about-each .c-text-cont-wrap .text-cont-ttl,
  .special01 .about-section .about-each .c-text-cont-wrap .text-cont-sub-ttl,
  .special01 .about-section .about-each .c-text-cont-wrap .text-cont-desc {
    position: relative;
    z-index: 3;
    max-width: clamp(280px, 74.6666666667vw, 400px);
    margin-left: auto;
  }
  .special01 .about-section .about-each .about-bg {
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 2;
    overflow: hidden;
    top: auto;
    bottom: 0;
  }
  .special01 .about-section .about-each .about-bg img {
    width: 100%;
    height: calc(100% + 2px);
  }
  .special01 .about-section .about-each .about-map {
    top: -230px;
    left: 13px;
    width: min(71.2vw, 350px);
  }
  .mfp-container {
    padding: 40px 0;
  }
  .mfp-content .mfp-close-movie {
    width: 30px;
    height: 30px;
  }
  .mfp-content .mfp-close {
    top: -34px;
  }
  .special04::after {
    background-image: url("../img/special04/grid_sp.png.webp");
    height: 100%;
  }
  .special04 .c-special-mv-section {
    height: 145.6vw;
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 94%, 96.159% 94.729%, 92.233% 95.413%, 88.229% 96.051%, 84.156% 96.639%, 80.022% 97.175%, 75.833% 97.656%, 71.599% 98.08%, 67.325% 98.444%, 63.021% 98.746%, 58.693% 98.983%, 54.351% 99.151%, 50% 99.25%, 45.649% 99.276%, 41.307% 99.226%, 36.979% 99.098%, 32.675% 98.889%, 28.401% 98.597%, 24.167% 98.219%, 19.978% 97.752%, 15.844% 97.194%, 11.771% 96.543%, 7.767% 95.795%, 3.841% 94.948%, 0% 94%);
            clip-path: polygon(0% 0%, 100% 0%, 100% 94%, 96.159% 94.729%, 92.233% 95.413%, 88.229% 96.051%, 84.156% 96.639%, 80.022% 97.175%, 75.833% 97.656%, 71.599% 98.08%, 67.325% 98.444%, 63.021% 98.746%, 58.693% 98.983%, 54.351% 99.151%, 50% 99.25%, 45.649% 99.276%, 41.307% 99.226%, 36.979% 99.098%, 32.675% 98.889%, 28.401% 98.597%, 24.167% 98.219%, 19.978% 97.752%, 15.844% 97.194%, 11.771% 96.543%, 7.767% 95.795%, 3.841% 94.948%, 0% 94%);
  }
  .special04 .c-special-mv-section .inner-block {
    padding: 0 15px;
  }
  .special04 .c-special-mv-section .mv-bg::after {
    display: none;
  }
  .special04 .c-special-mv-section .mv-bg {
    height: auto;
  }
  .special04 .c-special-mv-section .c-ttl01 {
    margin-bottom: 120px;
  }
  .special04 .c-special-mv-section .c-ttl01 .en {
    font-size: 16px;
  }
  .special04 .c-special-mv-section .c-ttl01 .ja-l {
    font-size: 32px;
    letter-spacing: -0.05em;
  }
  .special04 .c-special-mv-section .tab-btn-list {
    bottom: 3px;
    gap: 4px;
  }
  .special04 .c-special-mv-section .tab-btn-list .tab-btn {
    width: 28vw;
    height: auto;
    min-height: 87px;
    border-radius: 8px;
    gap: 0px;
    padding: 12px 0;
  }
  .special04 .c-special-mv-section .tab-btn-list .tab-btn .large {
    font-size: 17px;
  }
  .special04 .c-special-mv-section .tab-btn-list .tab-btn .small {
    font-size: 12px;
    margin-top: 2px;
  }
  .special04 .mv-section {
    padding-bottom: 50px;
    margin-top: 80px;
  }
  .special04 .mv-section::after {
    display: block;
    height: calc(100% - (100vw - 375px) * 0.3);
  }
  .special04 .mv-section .box {
    position: relative;
    z-index: 1;
    background: #000;
    padding: 25px min(25px, 6.6666666667vw);
    bottom: 1.0666666667vw;
    border-radius: 10px;
    width: 84.4%;
  }
  .special04 .mv-section .box .main {
    font-size: 18px;
    margin-bottom: 20px;
    letter-spacing: 0.01em;
  }
  .special04 .mv-section .box .desc {
    line-height: 1.8;
  }
  .special04 .mv-section .circle {
    width: 120px;
    height: 120px;
    top: -24px;
    right: 25px;
  }
  .special04 .mv-section .circle .ja {
    font-size: 25px;
  }
  .special04 .mv-section .circle .en {
    font-size: 14px;
  }
  .special04 .sec01 .kawasaki-block {
    margin-top: 57px;
    margin-bottom: 47px;
  }
  .special04 .sec01 .kawasaki-block .img-wrap {
    margin-left: 0;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .special04 .sec01 .kawasaki-block .img-wrap > img {
    border-radius: 10px;
  }
  .special04 .sec01 .kawasaki-block .char-area {
    position: absolute;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
    right: 0;
    left: 50px;
    margin: auto;
    max-width: 300px;
  }
  .special04 .sec01 .kawasaki-block .char-area .circle {
    width: 155px;
    height: 155px;
    top: initial;
    bottom: 17px;
    left: -14px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .special04 .sec01 .kawasaki-block .char-area .circle .inn-txt {
    font-size: 15px;
    line-height: 1.8;
    margin-left: 6px;
    margin-bottom: 5px;
  }
  .special04 .sec01 .kawasaki-block .char-area img {
    width: 195px;
  }
  .special04 .sec01 .kawasaki-block .white-box {
    position: static;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    border-radius: 10px;
    margin: -25px auto 0;
    width: 93%;
    padding: 20px 23px 80px;
  }
  .special04 .sec01 .kawasaki-block .white-box .main {
    font-size: 18px;
  }
  .special04 .sec01 .kawasaki-block .white-box .desc {
    line-height: 1.85;
  }
  .special04 .sec01 .img-section + .img-section {
    margin-top: 67px;
  }
  .special04 .sec01 .img-section .img-area {
    padding-bottom: 260px;
  }
  .special04 .sec01 .img-section .img-area img {
    border-radius: 10px;
  }
  .special04 .sec01 .img-section .img-area .white-box {
    margin: 0 10px;
    border-radius: 10px;
  }
  .special04 .sec01 .img-section .img-area .white-box .ttl {
    font-size: min(32px, 8.5333333333vw);
  }
  .special04 .sec01 .img-section .img-area .white-box .red {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .special04 .sec01 .img-section .img-area .white-box .desc-wrap {
    background: url("../img/special04/blue-bg_sp.svg") no-repeat center/cover;
    background-position: center bottom 0px;
    padding: 45px 0 27px;
  }
  .special04 .sec01 .img-section .img-area .white-box .desc {
    letter-spacing: 0;
    padding: 0 min(25px, 6.6666666667vw);
    font-size: min(14px, 3.7333333333vw);
    line-height: 1.87;
  }
  .special04 .sec01 .img-section .movie-list {
    margin-top: 33px;
  }
  .special04 .sec01 .img-section .movie-list li {
    max-width: 66.6666666667vw;
  }
  .special04 .sec01 .img-section .movie-list li + li {
    margin-top: 15px;
  }
  .special04 .sec01 .img-section .movie-list .bg {
    padding: 14px 20px 50px;
    border-radius: 10px 10px 0 0;
  }
  .special04 .sec01 .img-section .movie-list .icon {
    width: 35px;
    height: 35px;
    right: 13px;
    top: 11px;
  }
  .special04 .sec01 .img-section .movie-list .icon::after {
    width: 12px;
    height: 15px;
    left: 4px;
  }
  .special04 .sec01 .img-section .movie-list .circle {
    width: 120px;
    height: 120px;
  }
  .special04 .sec01 .img-section .movie-list .circle.illust01 img {
    width: 95px;
  }
  .special04 .sec01 .img-section .movie-list .ttl {
    font-size: 16px;
    margin-top: 16px;
  }
  .special04 .sec01 .img-section .char-area {
    position: relative;
    bottom: -36px;
    right: 0;
    left: 0;
    margin: auto;
    max-width: 300px;
  }
  .special04 .sec01 .img-section .char-area .circle {
    width: 252px;
    height: 252px;
    border-radius: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin: auto;
  }
  .special04 .sec01 .img-section .char-area .circle img {
    width: 255px;
    top: -22px;
    left: -34px;
  }
  .special04 .sec01 .img-section .char-area .circle .inn-txt {
    font-size: 15px;
    margin-top: 20px;
    padding-right: 8px;
  }
  .special04 .sec01 .img-section.pattern02 .img-area {
    padding-bottom: 282px;
  }
  .special04 .sec01 .img-section.pattern02 .img-area .white-box .desc-wrap {
    background: url("../img/special04/blue-bg02_sp.svg") no-repeat center/cover;
    background-position: center bottom -28px;
    padding-top: 30px;
  }
  .special04 .sec01 .img-section.pattern02 .movie-list {
    margin-top: 48px;
  }
  .special04 .sec01 .img-section.pattern03 {
    margin-top: 108px;
  }
  .special04 .sec01 .img-section.pattern03 .img-area .white-box .desc-wrap {
    background: url(../img/special04/blue-bg02_sp.svg) no-repeat center/cover;
    background-position: center bottom -32px;
    padding: 40px 0 20px;
  }
  .special04 .sec01 .img-section.pattern03 .movie-list {
    margin-top: 45px;
  }
  .special04 .sec01 .img-section.pattern03 .movie-list > li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .special04 .sec01 .img-section.pattern03 .movie-list .char-area {
    position: relative;
    right: 0;
    left: 64px;
    margin: auto;
    bottom: -57px;
  }
  .special04 .sec01 .img-section.pattern03 .movie-list .char-area img {
    width: 169px;
    display: block;
    margin-left: auto;
    right: 0;
  }
  .special04 .sec01 .img-section.pattern03 .movie-list .char-area .circle {
    width: 201px;
    height: 201px;
    top: -35px;
    left: initial;
    right: 85px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .special04 .sec01 .img-section.pattern03 .movie-list .char-area .circle .inn-txt {
    margin-top: -18px;
    line-height: 1.8;
  }
  .special04 .sec01 .track-block {
    margin-top: 9px;
  }
  .special04 .sec01 .track-block .txt-area {
    top: 30.5%;
    font-size: 14px;
    line-height: 1.85;
    left: 24px;
  }
  .special04 .sec02 .c-sec02-en-ttl {
    font-size: 28px;
    top: -37px;
    letter-spacing: -0.01em;
  }
  .special04 .sec02 .c-sec02-ttl {
    font-size: min(32px, 8.5333333333vw);
    line-height: 1.31;
    margin-bottom: 14px;
  }
  .special04 .sec02 .c-sec02-desc {
    line-height: 1.85;
    padding-left: 0;
  }
  .special04 .sec02 .service-section {
    margin-top: 67px;
    margin-left: 25px;
    margin-right: 25px;
  }
  .special04 .sec02 .service-section .box-wrapper {
    margin: 0;
  }
  .special04 .sec02 .service-section .white-box {
    border-radius: 10px;
    padding: 26px 26px 148px;
  }
  .special04 .sec02 .service-section .char-area {
    position: relative;
    top: -11px;
    right: -15px;
    max-width: 300px;
  }
  .special04 .sec02 .service-section .char-area img {
    width: 140px;
  }
  .special04 .sec02 .service-section .char-area .circle {
    right: min(30px, 8vw);
    width: 153px;
    height: 153px;
    bottom: 47px;
  }
  .special04 .sec02 .service-section .char-area .circle .inn-txt {
    font-size: 15px;
    line-height: 1.8;
    padding-right: 19px;
  }
  .special04 .sec02 .service-section .main-txt {
    font-size: 18px;
    line-height: 1.55;
    padding-left: 0;
    letter-spacing: 0.06em;
    margin-bottom: 13px;
  }
  .special04 .sec02 .service-section .service-swiper {
    bottom: 29px;
  }
  .special04 .sec02 .service-section .service-swiper .swiper-wrapper .swiper-slide {
    max-height: 121px;
  }
  .special04 .sec02 .solution-section {
    margin-top: 50px;
  }
  .special04 .sec02 .solution-section .white-box {
    border-radius: 10px;
    padding: 29px 26px 34px;
  }
  .special04 .sec02 .solution-section .white-box .c-sec02-ttl {
    margin-bottom: 14px;
  }
  .special04 .sec02 .solution-section .white-box .list-ttl {
    margin-left: 0;
    font-size: 18px;
    line-height: 1.55;
    margin-top: 17px;
  }
  .special04 .sec02 .solution-section .white-box .solution-list {
    grid-template-columns: 1fr;
    padding: 0;
    margin-top: 20px;
    gap: 40px;
  }
  .special04 .sec02 .solution-section .white-box .solution-list .list-ttl {
    font-size: 24px;
    line-height: 1.45;
  }
  .special04 .sec02 .story-section {
    margin-top: 84px;
  }
  .special04 .sec02 .story-section .txt-area {
    top: 9%;
    left: 25px;
  }
  .special04 .sec02 .story-section .c-sec02-en-ttl {
    margin-bottom: 18px;
  }
  .special04 .sec02 .story-section .c-sec02-ttl {
    line-height: 1.31;
    margin-bottom: 20px;
    font-size: min(32px, 8.5333333333vw);
  }
  .special04 .sec02 .story-section .c-sec02-desc {
    margin-right: 0;
    line-height: 1.85;
  }
  .special04 .sec02 .success-section {
    margin-top: 53px;
  }
  .special04 .sec02 .success-section .box-wrapper {
    margin-left: 25px;
    margin-right: 25px;
  }
  .special04 .sec02 .success-section .white-box {
    border-radius: 10px;
    padding: 30px 10px 126px 20px;
  }
  .special04 .sec02 .success-section .white-box .c-sec02-en-ttl {
    top: -32px;
    line-height: 1.1;
  }
  .special04 .sec02 .success-section .white-box .c-sec02-ttl {
    margin-bottom: 15px;
    margin-right: -15px;
    letter-spacing: -0.04em;
  }
  .special04 .sec02 .success-section .white-box .c-sec02-desc {
    line-height: 1.85;
  }
  .special04 .sec02 .success-section .char-area {
    position: relative;
    top: 10px;
    right: 0;
    left: 0;
    margin: auto;
    max-width: 300px;
  }
  .special04 .sec02 .success-section .char-area img {
    width: 192px;
    margin-left: auto;
    display: block;
    margin-right: 20px;
  }
  .special04 .sec02 .success-section .char-area .circle {
    width: 153px;
    height: 153px;
    left: min(40px, 10.6666666667vw);
  }
  .special04 .sec02 .success-section .char-area .circle .inn-txt {
    margin-bottom: 20px;
    margin-right: 0;
  }
  .special04 .sec02 .success-section .success-swiper {
    bottom: 100px;
  }
  .special04 .sec02 .success-section .success-swiper .swiper-wrapper .swiper-slide {
    max-height: 121px;
  }
  .special04 .sec03 .mv-section .box {
    margin-top: -3px;
  }
  .special04 .sec03 .mv-section .box .main {
    margin-bottom: 20px;
  }
  .special04 .sec03 .c-sec03-ttl {
    font-size: 18px;
  }
  .special04 .sec03 .c-sec03-desc {
    line-height: 1.7;
  }
  .special04 .sec03 .gallery-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .special04 .sec03 .gallery-flex .img-area img {
    border-radius: 10px;
  }
  .special04 .sec03 .gallery-flex .c-circle {
    width: 100px;
    height: 100px;
  }
  .special04 .sec03 .gallery-flex .c-circle .inn-txt {
    font-size: 22px;
  }
  .special04 .sec03 .gallery-flex.pattern01 {
    margin-top: 45px;
  }
  .special04 .sec03 .gallery-flex.pattern01 .img-area {
    margin-left: 0;
    padding-bottom: 0;
  }
  .special04 .sec03 .gallery-flex.pattern01 .white-box {
    right: 0;
    border-radius: 10px;
    position: relative;
    margin: 0 auto;
    margin-top: -30px;
    max-width: none;
    width: 94%;
    top: 0;
    right: 0;
    padding: 18px 23px 40px;
  }
  .special04 .sec03 .gallery-flex.pattern01 .char-area {
    position: static;
    margin: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-top: 20px;
    margin-right: 10px;
  }
  .special04 .sec03 .gallery-flex.pattern01 .char-area img {
    width: 255px;
    margin: auto;
    margin-top: -40px;
    z-index: 0;
  }
  .special04 .sec03 .gallery-flex.pattern01 .char-area .circle {
    position: static;
    width: 182px;
    height: 182px;
    margin: auto;
  }
  .special04 .sec03 .gallery-flex.pattern01 .char-area .circle .inn-txt {
    font-size: 15px;
    text-align: center;
  }
  .special04 .sec03 .gallery-flex.pattern02 {
    margin-top: -10px;
    gap: 10px;
  }
  .special04 .sec03 .gallery-flex.pattern02 .c-circle {
    top: -64px;
    right: -10px;
  }
  .special04 .sec03 .gallery-flex.pattern02 .img-area img {
    width: 100%;
  }
  .special04 .sec03 .gallery-flex.pattern02 .txt-area {
    margin-top: 26px;
  }
  .special04 .sec03 .gallery-flex.pattern02 .txt-area .c-sec03-ttl {
    margin-left: 0;
    margin-bottom: 17px;
  }
  .special04 .sec03 .gallery-flex.pattern02 .txt-area .c-sec03-desc {
    margin-left: 0;
    max-width: none;
    letter-spacing: 0.07em;
    margin-bottom: 45px;
  }
  .special04 .sec03 .gallery-flex.pattern02 .txt-area img {
    border-radius: 10px;
    display: block;
    margin: auto;
  }
  .special04 .sec03 .gallery-flex.pattern03 {
    margin-top: 109px;
    margin-left: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 28px;
  }
  .special04 .sec03 .gallery-flex.pattern03 .c-circle {
    top: -61px;
    right: -10px;
    left: initial;
  }
  .special04 .sec03 .gallery-flex.pattern03 .img-area img {
    width: 100%;
  }
  .special04 .sec03 .gallery-flex.pattern03 .txt-area {
    max-width: none;
    margin-top: 0px;
  }
  .special04 .sec03 .gallery-flex.pattern03 .txt-area .c-sec03-ttl {
    margin-bottom: 16px;
  }
  .special04 .sec03 .gallery-flex.pattern04 {
    margin-top: 112px;
    margin-left: 0;
    gap: 31px;
  }
  .special04 .sec03 .gallery-flex.pattern04 .c-circle {
    top: -60px;
    right: -10px;
  }
  .special04 .sec03 .gallery-flex.pattern04 .img-area {
    width: 100%;
  }
  .special04 .sec03 .gallery-flex.pattern04 .img-area img {
    width: 100%;
  }
  .special04 .sec03 .gallery-flex.pattern04 .txt-area {
    max-width: none;
    margin-top: 0;
  }
  .special04 .sec03 .gallery-flex.pattern04 .txt-area .c-sec03-ttl {
    margin-bottom: 15px;
  }
  .special04 .sec03 .gallery-flex.pattern05 {
    margin-right: 0;
    gap: 30px;
    margin-top: 103px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .special04 .sec03 .gallery-flex.pattern05 .img-area img {
    width: 100%;
  }
  .special04 .sec03 .gallery-flex.pattern05 .c-circle {
    top: -60px;
    left: initial;
    right: -10px;
  }
  .special04 .sec03 .gallery-flex.pattern05 .c-circle .inn-txt {
    font-size: 18px;
  }
  .special04 .sec03 .gallery-flex.pattern05 .txt-area {
    max-width: none;
    margin-top: 0;
  }
  .special04 .sec03 .gallery-flex.pattern05 .txt-area .c-sec03-ttl {
    margin-bottom: 14px;
  }
  .special04 .sec03 .gallery-flex.pattern05 .txt-area .c-sec03-desc {
    line-height: 1.8;
  }
  .special04 .sec03 .gallery-flex.pattern06 {
    margin-left: 0;
    margin-top: 93px;
    gap: 30px;
  }
  .special04 .sec03 .gallery-flex.pattern06.pattern06_sp2 {
    margin-top: 50px;
  }
  .special04 .sec03 .gallery-flex.pattern06 .c-circle {
    top: -60px;
    right: -10px;
  }
  .special04 .sec03 .gallery-flex.pattern06 .img-area img {
    width: 100%;
  }
  .special04 .sec03 .gallery-flex.pattern06 .txt-area {
    margin-top: 0;
  }
  .special04 .sec03 .gallery-flex.pattern06 .txt-area.pattern01 {
    margin-top: 0;
  }
  .special04 .sec03 .gallery-flex.pattern06 .txt-area .c-sec03-desc {
    max-width: none;
  }
  .special04 .sec03 .gallery-flex.pattern07 {
    margin-top: 60px;
    margin-right: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 30px;
  }
  .special04 .sec03 .gallery-flex.pattern07 .img-area img {
    width: 100%;
  }
  .special04 .sec03 .gallery-flex.pattern07 .txt-area {
    max-width: none;
    margin-top: 0;
  }
  .special04 .sec03 .gallery-flex.pattern07 .txt-area .c-sec03-ttl {
    margin-bottom: 14px;
  }
  .special04 .sec03 .gallery-flex.pattern08 {
    margin-left: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-right: 0;
    gap: 30px;
  }
  .special04 .sec03 .gallery-flex.pattern08 .c-circle {
    left: initial;
    right: -10px;
    top: -56px;
  }
  .special04 .sec03 .gallery-flex.pattern08 .txt-area {
    margin-top: 0;
    max-width: none;
  }
  .special04 .sec03 .gallery-flex.pattern08 .img-area {
    padding-bottom: 0;
  }
  .special04 .sec03 .gallery-flex.pattern08 .img-area img {
    width: 100%;
  }
  .special04 .sec03 .gallery-flex.pattern08 .char-area {
    display: none;
  }
  .special04 .sec03 .img-list {
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 32px;
    gap: 22px;
  }
  .special04 .sec03 .img-list img {
    margin: auto;
  }
  .special04 .sec03 .img-section {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .special04 .sec03 .img-section .txt-area {
    max-width: none;
    left: 20px;
    padding-right: 20px;
  }
  .special04 .sec03 .img-section .txt-area .c-sec03-ttl {
    margin-bottom: 10px;
  }
  .special04 .tab-block .tab-btn-list {
    gap: 4px;
  }
  .special04 .tab-block .tab-btn-list .tab-btn {
    width: 28vw;
    border-radius: 10px 10px 0 0;
    padding: 18px 0 0;
    height: 87px;
  }
  .special04 .tab-block .tab-btn-list .tab-btn .large {
    font-size: 16px;
    margin-bottom: 0px;
  }
  .special04 .tab-block .tab-btn-list .tab-btn .small {
    font-size: 12px;
    font-weight: bold;
  }
  .special03 .link-section {
    padding-block: 39px 80px;
  }
  .special03 .link-section .link-cont > .txt-wrap {
    margin: 0 auto;
    max-width: 320px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .special03 .link-section .link-cont > .txt-wrap .inn {
    padding: 50px 45px;
  }
  .special03 .link-section .link-cont > .txt-wrap .ttl {
    margin-bottom: 34px;
  }
  .special03 .link-section .link-cont > .txt-wrap .ttl .en {
    margin-bottom: 16px;
    font-size: 14px;
  }
  .special03 .link-section .link-cont > .txt-wrap .ttl .jp {
    font-size: 25px;
    letter-spacing: 0.02em;
  }
  .special03 .link-section .link-cont > .txt-wrap .txt {
    margin-bottom: 52px;
  }
  .special03 .link-section .link-cont > .txt-wrap .modal-btn {
    padding: 8px 30px;
  }
  .special03 .link-section .link-cont .img-wrap {
    margin-top: -46px;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .special03 .link-section .link-cont.layout01 {
    grid-template-columns: 1fr;
  }
  .special03 .link-section .link-cont.layout01 .img-wrap {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    padding-top: 0;
    margin-left: 0;
  }
  .special03 .link-section .link-cont.layout01 .txt-wrap {
    margin-inline: auto;
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .special03 .link-section .link-cont.layout02 {
    grid-template-columns: 1fr;
  }
  .special03 .link-section .link-cont.layout02 .img-wrap {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    padding-top: 0;
  }
  .special03 .link-section .link-cont.layout02 .txt-wrap {
    width: 100%;
  }
  .special03 .link-section .link-cont.layout03 {
    grid-template-columns: 1fr;
  }
  .special03 .link-section .link-cont.layout03 .img-wrap {
    margin-left: 0;
    width: 100%;
  }
  .special03 .link-section .link-cont.layout03 .txt-wrap {
    margin-inline: auto;
    width: 100%;
  }
  .special03 .link-section .link-cont.layout04 {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .special03 .link-section .link-cont.layout04 .img-wrap {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    padding-top: 0;
  }
  .special03 .link-section .link-cont.layout04 .txt-wrap {
    width: 100%;
  }
  .special03 .link-section .modal + .link-cont {
    margin-top: 50px;
  }
  .special03 .link-section .modal .modal-overlay {
    height: 100%;
  }
  .special03 .link-section .modal .modal-content {
    padding: 0;
    inset: auto;
  }
  .special03 .link-section .modal .modal-content .inn {
    padding: 140px 25px;
    height: 100vh;
  }
  .special03 .link-section .modal .modal-content .inn .modal-close {
    top: 75px;
    right: 18px;
    background-color: inherit;
  }
  .special03 .link-section .modal .modal-content .cont-wrap {
    grid-template-columns: 1fr;
    gap: 30px;
    padding-bottom: 80px;
  }
  .special03 .link-section .modal .modal-content .cont-wrap .txt-wrap .ttl {
    font-size: 25px;
  }
  .special03 .link-section .modal .modal-content .cont-wrap .txt-wrap .main {
    line-height: 1.8em;
    font-size: 25px;
    font-weight: bold;
  }
  .special05 .txt-area .txt {
    padding-block: 28px 35px;
    font-size: 14px;
    line-height: 1.857;
  }
  .special05 .photo-area {
    gap: 2.6666666667vw;
  }
  .special05 .photo-area .bg-block {
    gap: 2.6666666667vw;
  }
  .special05 .photo-area .bg-block.sp-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .special05 .photo-area .md-block {
    gap: 2.6666666667vw;
  }
  .special05 .photo-area .sm-block {
    gap: 2.6666666667vw;
  }
  .special05 .photo-area > :nth-of-type(1) > .photo-con {
    width: 62.3333333333vw;
  }
  .special05 .photo-area > :nth-of-type(2) > .photo-con {
    width: 35.0833333333vw;
  }
  .special05 .photo-area > :nth-of-type(4) > .md-block:nth-of-type(1) {
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    height: auto;
  }
  .special05 .photo-area > :nth-of-type(4) > .md-block:nth-of-type(1) > .photo-con:nth-of-type(1) {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .special05 .photo-area > :nth-of-type(4) > .md-block:nth-of-type(2) > .sm-block {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .special05 .photo-area > :nth-of-type(4) > .md-block:nth-of-type(2) > .sm-block > .photo-con:nth-of-type(1) {
    width: calc(47% - 2.6666666667vw);
    height: auto;
  }
  .special05 .photo-area > :nth-of-type(4) > .md-block:nth-of-type(2) > .sm-block > .photo-con:nth-of-type(1) img {
    height: 100%;
  }
  .special05 .photo-area > :nth-of-type(5) > .photo-con {
    width: 59.3333333333vw;
  }
  .highschool .inner-block {
    padding-inline: 25px;
  }
  .highschool .worker-section .cont-wrap {
    padding-block: 164px 144px;
  }
  .highschool .worker-section .cont-box {
    padding-top: 36px;
  }
  .highschool .worker-section > .bg-area {
    max-height: none;
  }
  .highschool .top-bg-area .top-bg01,
  .highschool .top-bg-area .top-bg02 {
    margin-top: -1px;
  }
  .highschool .top-bg-area .top-bg04 {
    top: auto;
    bottom: 0;
  }
  .highschool .top-sections-wrap .mv-section .cont-wrap {
    grid-template-columns: 100%;
    grid-template-areas: "ttl" "img" "txt";
    padding-top: 36px;
    gap: 0;
  }
  .highschool .top-sections-wrap .mv-section .top-img-area {
    margin-top: 10px;
    max-width: 450px;
    width: calc(100% - 8px);
    margin-bottom: -10px;
    margin-left: -8px;
    justify-self: center;
  }
  .highschool .top-sections-wrap .mv-section .top-ttl-area .c-ttl01 .ja-s {
    letter-spacing: 0;
  }
  .highschool .top-sections-wrap .mv-section .top-ttl-img-area {
    max-width: clamp(220px, 61.6vw, 350px);
    margin-left: 8px;
  }
  .highschool .top-sections-wrap .message-section {
    padding-top: 64px;
  }
  .highschool .top-sections-wrap .message-section .inner-block {
    gap: 40px;
  }
  .highschool .top-sections-wrap .message-section .bus-img-area {
    max-width: clamp(280px, 82.6666666667vw, 380px);
    margin-right: -40px;
  }
  .highschool .top-sections-wrap .top-people-img-area {
    margin-top: 42px;
  }
  .highschool .top-sections-wrap .top-people-img-area .top-people-img {
    max-width: clamp(280px, 80.5333333333vw, 350px);
    width: calc(100% - 24px);
    margin-inline: auto;
    margin-bottom: -45px;
  }
  .highschool .top-sections-wrap .c-text-cont-wrap .text-cont-ttl {
    font-size: 16px;
    line-height: 1.6;
  }
  .highschool .top-sections-wrap .c-text-cont-wrap .text-cont-sub-ttl {
    margin-bottom: 10px;
  }
  .highschool .top-sections-wrap .c-text-cont-wrap .text-cont-desc {
    line-height: 2;
  }
  .highschool .jobs-section {
    padding-block: 60px;
  }
  .highschool .jobs-section .inner-block > .c-ttl01 .ja-m {
    font-size: 28px;
    line-height: 1.2;
    letter-spacing: 0.2em;
  }
  .highschool .interview-section {
    padding-block: 60px 65px;
  }
  .highschool .interview-section .inner-block > .c-ttl01 .ja-m {
    font-size: 28px;
    line-height: 1.2;
  }
  .highschool .requirements-section {
    padding-block: 64px;
  }
  .highschool .requirements-section .inner-block > .c-ttl01 {
    margin-bottom: 28px;
  }
  .highschool .requirements-section .inner-block > .c-ttl01 .ja-m {
    font-size: 28px;
    line-height: 1.2;
  }
  .highschool .requirements-section .tab-area {
    margin-inline: -25px;
  }
  .highschool .requirements-section .c-tbl01 tbody > tr > th,
  .highschool .requirements-section .c-tbl01 tbody > tr > td {
    display: table-cell;
    padding-block: 14px;
  }
  .highschool .requirements-section .c-tbl01 tbody > tr th {
    width: 70px;
  }
  .highschool .requirements-section .c-tbl01 tbody > tr td {
    width: calc(100% - 70px);
    padding-left: 12px;
    font-size: 14px;
    letter-spacing: 0.1em;
  }
  .highschool .requirements-section .c-tab-wrap02 .c-tab-btn-each .c-tab-btn {
    letter-spacing: 0.1em;
    padding-inline: 12px;
  }
  .highschool .qa-section {
    padding-block: 64px;
  }
  .highschool .qa-section .inner-block > .c-ttl01 {
    margin-bottom: 40px;
  }
  .highschool .qa-section .inner-block > .c-ttl01 .ja-m {
    font-size: 28px;
    line-height: 1.2;
  }
  .highschool .qa-section .tab-area {
    margin-inline: -25px;
  }
  .highschool .qa-section .qa-list {
    gap: 10px;
  }
  .highschool .qa-section .qa-list + .qa-list-ttl {
    margin-top: 50px;
  }
  .highschool .qa-section .qa-list-ttl {
    font-size: 15px;
    line-height: 1.6;
  }
  .highschool .qa-section .qa-list-ttl + .qa-list {
    margin-top: 15px;
  }
  .highschool .real-section .cont-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 15px;
    padding-block: 57px 0;
  }
  .highschool .real-section .deco-area {
    max-width: clamp(240px, 75.4666666667vw, 300px);
  }
  .people01 .top-bg-area .top-bg01,
  .people01 .top-bg-area .top-bg02 {
    margin-top: -1px;
  }
  .people01 .sec-ttl .red {
    font-size: 14px;
  }
  .people01 .sec-ttl .black {
    font-size: 24px;
    line-height: 1.5;
  }
  .people01 .sec-ttl02 {
    gap: 15px;
  }
  .people01 .sec-ttl02 .red {
    font-size: 16px;
    line-height: 1.5;
  }
  .people01 .sec-ttl02 .icon {
    width: 80px;
  }
  .people01 .challeng-section .top-border, .people01 .strength-section .top-border, .people01 .message-section .top-border, .people01 .off-section .top-border {
    height: 0px;
    margin-bottom: 52px;
  }
  .people01 .challeng-section .top-border::before, .people01 .strength-section .top-border::before, .people01 .message-section .top-border::before, .people01 .off-section .top-border::before {
    width: 100%;
  }
  .people01 .challeng-section, .people01 .strength-section, .people01 .message-section, .people01 .off-section {
    margin: 75px 0px 0px;
  }
  .people01 .kv-block .txt-area {
    width: clamp(200px, 75.7333333333vw, 300px);
    padding: 32px 23px 26.6666666667vw;
    padding-bottom: clamp(80px, 26.6666666667vw, 150px);
  }
  .people01 .kv-block .txt-area .people-ttl {
    gap: 24px;
  }
  .people01 .kv-block .txt-area .people-ttl .bg {
    font-size: 30px;
  }
  .people01 .kv-block .txt-area .people-ttl .sm {
    font-size: 16px;
    letter-spacing: 0.1em;
  }
  .people01 .kv-block .txt-area .name {
    margin-left: 4px;
  }
  .people01 .kv-block .txt-area .name .bg {
    margin-top: 30px;
    font-size: 18px;
  }
  .people01 .kv-block .txt-area .name .sm {
    font-size: 12px;
  }
  .people01 .kv-block .img-area {
    width: 86%;
    height: auto;
    margin: -17% 0 0 auto;
  }
  .people01 .kv-block .img-area img {
    -o-object-position: 75% center;
       object-position: 75% center;
  }
  .people01 .kv-block .img-area .copy {
    left: -8%;
    bottom: 40px;
    gap: 5px;
  }
  .people01 .kv-block .img-area .copy span {
    font-size: 27px;
    padding: 3px 6px 6px 5px;
  }
  .people01 .kv-block .img-area .copy span {
    padding-left: 7px;
  }
  .people01 .kv-block .img-area .copy span::after {
    background: #000;
  }
  .people01 .kv-block .img-area img {
    border-radius: 6px 0px 0px 6px;
  }
  .people01 .challeng-section {
    margin-top: 84px;
  }
  .people01 .challeng-section .challenge-border {
    margin-bottom: 52px;
  }
  .people01 .challeng-section .inner-block {
    padding-inline: 25px;
  }
  .people01 .challeng-section .wi-720 {
    padding: 0;
  }
  .people01 .challeng-section .sec-ttl {
    margin-top: -9px;
  }
  .people01 .challeng-section .txt-area {
    width: 100%;
  }
  .people01 .challeng-section .txt-area .txt {
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.1em;
  }
  .people01 .challeng-section .img-area {
    margin: 60px 0px 0px;
    width: 100%;
  }
  .people01 .challeng-section .img-area img {
    border-radius: 0;
    width: 100%;
  }
  .people01 .strength-section .ttl-inner {
    padding-inline: 25px;
  }
  .people01 .strength-section .ttl-inner .sec-ttl .top-border {
    margin-top: -12px;
  }
  .people01 .strength-section {
    padding-bottom: 160px;
  }
  .people01 .strength-section .wi-720 {
    padding: 0;
  }
  .people01 .strength-section .strength-content {
    margin: 64px 0px 0px;
    gap: 35px;
  }
  .people01 .strength-section .strength-content .cont-wrap .txt {
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0.1em;
    font-weight: 500;
  }
  .people01 .strength-section .strength-content .cont-wrap img {
    display: block;
    width: calc(100% + 25px);
    max-width: none;
    border-radius: 0px 6px 6px 0px;
    margin-left: -25px;
  }
  .people01 .strength-section .strength-content .cont-wrap:nth-of-type(2) img {
    border-radius: 6px 0px 0px 6px;
    margin-left: 0;
    margin-right: -25px;
  }
  .people01 .strength-section .strength-content .cont-wrap {
    row-gap: 18px;
  }
  .people01 .strength-section::before, .people01 .strength-section::after {
    height: 128px;
  }
  .people01 .strength-section::before {
    -webkit-clip-path: none;
            clip-path: none;
  }
  .people01 .strength-section::after {
    height: 58px;
    top: calc(100% - 1px);
  }
  .people01 .message-section {
    margin: 60px 0 0;
    padding: 60px 0 60px;
  }
  .people01 .message-section::before {
    height: 61px;
  }
  .people01 .message-section::after {
    top: min(60px, 16vw);
    width: 100%;
    background: url("../img/highschool/people01/assets2-sp.png.webp") top center/contain no-repeat;
  }
  .people01 .message-section .inner-block .img-area {
    width: 75%;
    position: relative;
    top: 88px;
    left: 0;
    margin: 0 auto;
    margin-top: -280px;
  }
  .people01 .message-section .inner-block .txt-area {
    margin-top: 145px;
  }
  .people01 .message-section .inner-block .txt-area .mes-ttl {
    -webkit-box-align: end;
    -webkit-align-items: end;
        -ms-flex-align: end;
            align-items: end;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 0;
    padding-left: 0;
    margin-left: 0px;
  }
  .people01 .message-section .inner-block .txt-area .mes-ttl .icon {
    position: static;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    width: 80px;
    margin-top: 0;
    margin-right: 15px;
  }
  .people01 .message-section .inner-block .txt-area .mes-ttl .content-right {
    display: contents;
  }
  .people01 .message-section .inner-block .txt-area .mes-ttl .content-right .sec-ttl {
    display: contents;
  }
  .people01 .message-section .inner-block .txt-area .mes-ttl .content-right .sec-ttl .red {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    display: inline-block;
    font-weight: bold;
    width: calc(100% - 95px);
    font-size: 16px;
    line-height: 1;
    height: 80px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .people01 .message-section .inner-block .txt-area .mes-ttl .content-right .sec-ttl .black {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
    display: block;
    width: 100%;
    margin-top: 15px;
  }
  .people01 .message-section .inner-block .txt-area .mes-ttl .content-right .txt {
    font-size: 16px;
    font-weight: 600;
    line-height: 2;
    letter-spacing: 0.086em;
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
    margin-left: 0;
    margin-top: 10px;
    width: 100%;
  }
  .people01 .schedule-section .time-area {
    padding: 66px 25px 6px;
    margin: 0px;
    border-radius: 0px;
  }
  .people01 .schedule-section .time-area .swiper2 .swiper-wrapper {
    margin-top: 0px;
    overflow: visible;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    -webkit-transform: none !important;
            transform: none !important;
  }
  .people01 .schedule-section .time-area .swiper2 .swiper-wrapper::before {
    width: 2px;
    height: 95%;
    top: 30px;
    left: 7px;
  }
  .people01 .schedule-section .time-area .swiper2 .swiper-wrapper::after {
    width: 2px;
    height: 5%;
    top: auto;
    right: auto;
    left: 7px;
    bottom: 0px;
    border-left: 2px dashed var(--blue04);
  }
  .people01 .schedule-section .time-area .swiper2 .swiper-wrapper .swiper-slide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
  }
  .people01 .schedule-section .time-area .swiper2 .swiper-wrapper .swiper-slide .time {
    width: 20%;
    padding: 0px 0px 0px 20px;
    font-size: 18px;
  }
  .people01 .schedule-section .time-area .swiper2 .swiper-wrapper .swiper-slide .time::before {
    top: 0px;
    left: 0%;
  }
  .people01 .schedule-section .time-area .swiper2 .swiper-wrapper .swiper-slide:nth-of-type(n+2) .time {
    margin-top: -12px;
  }
  .people01 .schedule-section .time-area .swiper2 .swiper-wrapper .swiper-slide .item-cont {
    border-radius: 10px;
    padding: 15px 20px;
  }
  .people01 .schedule-section .time-area .swiper2 .swiper-wrapper .swiper-slide .item-cont .time-ttl {
    font-size: 16px;
    line-height: 2.1;
  }
  .people01 .schedule-section .time-area .swiper2 .swiper-wrapper .swiper-slide .item-cont .txt {
    font-size: 14px;
    margin-top: 0px;
    letter-spacing: 0.1em;
  }
  .people01 .schedule-section .time-area .swiper2 .swiper-wrapper .swiper-slide .item-cont {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .people01 .schedule-section .time-area .swiper2 .swiper-wrapper .swiper-slide:nth-of-type(7) .item-cont {
    margin-bottom: 22px;
  }
  .people01 .schedule-section .time-area .swiper2 .swiper-wrapper .swiper-slide:nth-of-type(7)::before {
    width: 2px;
    height: 75%;
  }
  .people01 .off-section {
    margin: 0;
    padding: 60px 0px;
  }
  .people01 .off-section .sec-ttl02 {
    margin: 0 0 24px;
    -webkit-box-pack: left;
    -webkit-justify-content: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
  .people01 .off-section .img-area {
    gap: 40px;
  }
  .people01 .off-section .img-area .off-cont {
    row-gap: 14px;
  }
  .people01 .off-section .img-area .off-cont img {
    display: block;
    width: calc(100% + 25px);
    max-width: none;
    border-radius: 0px 6px 6px 0px;
    margin-left: -25px;
  }
  .people01 .off-section .img-area .off-cont:nth-of-type(2) img {
    border-radius: 6px 0px 0px 6px;
    margin-left: auto;
    margin-right: -25px;
  }
  .people01 .off-section .img-area .off-cont .txt {
    width: 100%;
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0.1em;
  }
  .people02 .schedule-section .time-area .swiper2 .swiper-wrapper .swiper-slide:nth-of-type(5) .item-cont {
    margin-bottom: 22px;
  }
  .people02 .schedule-section .time-area .swiper2 .swiper-wrapper .swiper-slide:nth-of-type(5)::before {
    width: 2px;
    height: 75%;
  }
  .people02 .schedule-section .time-area .swiper2 .swiper-wrapper .swiper-slide:nth-of-type(7) .item-cont {
    margin-bottom: 22px;
  }
  .people02 .schedule-section .time-area .swiper2 .swiper-wrapper .swiper-slide:nth-of-type(7)::before {
    width: 2px;
    height: 75%;
  }
  .people.job-career .c-people-mv-section .ttl-area .position .tag {
    padding-inline: 10px;
  }
  .people.job-highschool .c-people-mv-section .ttl-area .position .tag {
    padding-inline: 10px;
  }
  .people::before {
    display: none;
  }
  .people .c-people-mv-section {
    padding-top: 45px;
  }
  .people .c-people-mv-section .ttl-area {
    padding: 0 25px;
    margin-bottom: 23px;
  }
  .people .c-people-mv-section .ttl-area .en {
    font-size: 14px;
    margin-bottom: 3px;
  }
  .people .c-people-mv-section .ttl-area .ja {
    font-size: 24px;
  }
  .people .c-people-mv-section .ttl-area .position {
    margin-top: 12px;
    gap: 10px;
  }
  .people .c-people-mv-section .ttl-area .tag {
    width: 80px;
    font-size: 12px;
  }
  .people .c-people-mv-section .ttl-area .job {
    font-size: 14px;
  }
  .people .c-people-mv-section .img-area .profile-box {
    bottom: -120px;
    padding: 24px 34px 12px 20px;
  }
  .people .c-people-mv-section .img-area .profile-box.red {
    background: url("../img/people/box-bg-red01.svg") no-repeat right/cover;
  }
  .people .c-people-mv-section .img-area .profile-box.orange {
    background: url("../img/people/box-bg-orange01.svg") no-repeat right/cover;
  }
  .people .c-people-mv-section .img-area .profile-box.right-side {
    right: 32px;
  }
  .people .c-people-mv-section .img-area .profile-box.left-side {
    left: initial;
    right: 32px;
  }
  .people .c-people-mv-section .img-area .desc {
    font-size: 12px;
    line-height: 1.66;
    margin-bottom: 3px;
  }
  .people .c-people-mv-section .img-area .name {
    font-size: 22px;
    letter-spacing: 0;
  }
  .people .c-sidebar {
    display: none;
  }
  .people .c-people-content {
    padding: 40px 0 50px;
  }
  .people .c-people-content::before {
    width: 87%;
  }
  .people .c-people-ttl {
    margin-bottom: 13px;
  }
  .people .c-people-ttl .sub {
    font-size: 13px;
  }
  .people .c-people-ttl .ttl {
    font-size: 24px;
    line-height: 1.41;
    letter-spacing: 0.05em;
  }
  .people .c-txt {
    line-height: 2;
    margin-bottom: 35px;
    letter-spacing: 0.11em;
  }
  .people .c-bottom-main-block .inner-block {
    padding: 0 0 195px;
  }
  .people .c-bottom-main-block .profile-box {
    padding: 36px 42px 20px 24px;
  }
  .people .c-bottom-main-block .profile-box.red {
    background: url("../img/people/box-bg-red02.svg") no-repeat center right/cover;
  }
  .people .c-bottom-main-block .profile-box.orange {
    background: url("../img/people/box-bg-orange02.svg") no-repeat center right/cover;
  }
  .people .c-bottom-main-block .profile-box.right-side {
    right: 20px;
  }
  .people .c-bottom-main-block .profile-box.left-side {
    left: 20px;
  }
  .people .c-bottom-main-block .desc {
    font-size: 13px;
    letter-spacing: 0.05em;
    line-height: 1.84;
    margin-bottom: 16px;
  }
  .people .c-bottom-main-block .large {
    font-size: 20px;
    line-height: 1.6;
  }
  .people .main-content {
    padding-bottom: 0;
  }
  .people .main-content .inner-block {
    padding-inline: 25px;
  }
  .people .main-content .career-path-block {
    padding: 145px 0 53px;
  }
  .people .main-content .career-path-block .ttl {
    font-size: 18px;
    margin-bottom: 13px;
  }
  .people .main-content .career-path-block .line {
    padding: 15px 18px 20px;
    gap: 20px;
  }
  .people .main-content .career-path-block .line.dir-column {
    padding-left: 40px;
  }
  .people .main-content .career-path-block .line.dir-column:not(:last-of-type):not(:first-of-type)::after {
    height: calc(100% + 38px);
    left: 21px;
  }
  .people .main-content .career-path-block .line.dir-column:first-of-type::before, .people .main-content .career-path-block .line.dir-column:first-of-type::after {
    left: 21px;
  }
  .people .main-content .career-path-block .line.dir-column:first-of-type::after {
    height: calc(100% - 20px + 38px);
    top: 20px;
  }
  .people .main-content .career-path-block .line.dir-column:last-of-type::before {
    left: 21px;
    height: 20px;
  }
  .people .main-content .career-path-block .line.dir-column .arrow {
    top: 13px;
    left: 18px;
  }
  .people .main-content .career-path-block .line.dir-column .line-ttl {
    margin-left: -25px;
  }
  .people .main-content .career-path-block .line.dir-column .line-ttl::before {
    top: calc((1.6em - 13px) / 2);
  }
  .people .main-content .career-path-block .line:not(:last-of-type)::after {
    left: 24px;
    bottom: -38px;
  }
  .people .main-content .career-path-block .line:not(:first-of-type)::before {
    left: 24px;
  }
  .people .main-content .career-path-block .line + .line {
    margin-top: 38px;
  }
  .people .main-content .career-path-block .arrow {
    left: 21px;
    top: calc(50% - 6px - 10px);
  }
  .people .main-content .career-path-block .line-ttl {
    font-size: 13px;
    padding-left: 25px;
    min-width: 100px;
  }
  .people .main-content .career-path-block .line-ttl::before {
    width: 13px;
    height: 13px;
  }
  .people .main-content .career-path-block .desc {
    font-size: 13px;
    letter-spacing: 0.05em;
  }
  .people .main-content .intro-block {
    padding: 46px 0 18px;
  }
  .people .main-content .intro-block .desc {
    font-size: 16px;
  }
  .people .main-content .job-desc-section {
    padding-bottom: 2px;
  }
  .people .main-content .job-desc-section .c-txt {
    margin-bottom: 43px;
  }
  .people .main-content .img-block {
    padding-bottom: 50px;
    width: 100%;
    margin-left: 0;
  }
  .people .main-content .img-block .full-size {
    width: 100%;
    margin-left: 0px;
  }
  .people .main-content .memorable-work-section .c-txt {
    margin-bottom: 44px;
  }
  .people .attractive-section {
    padding-bottom: 5px;
  }
  .people .c-recommend {
    padding-top: 50px;
  }
  .disability .top-sections-wrap .mv-section .top-ttl-area .c-ttl01 .ja-s {
    letter-spacing: 0;
  }
  .disability .top-sections-wrap .mv-section .top-ttl-img-area {
    max-width: min(61.3333333333vw, 230px);
    margin-left: 8px;
    margin-top: min(8vw, 30px);
  }
  .disability .top-bg-area .top-bg01 img, .disability .top-bg-area .top-bg01 source,
  .disability .top-bg-area .top-bg02 img,
  .disability .top-bg-area .top-bg02 source,
  .disability .top-bg-area .top-bg03 img,
  .disability .top-bg-area .top-bg03 source,
  .disability .top-bg-area .top-bg04 img,
  .disability .top-bg-area .top-bg04 source,
  .disability .top-bg-area .top-bg05 img,
  .disability .top-bg-area .top-bg05 source {
    max-height: min(182.6666666667vw, 685px);
  }
  .disability .top-bg-area .top-bg01,
  .disability .top-bg-area .top-bg02 {
    margin-top: -1px;
  }
  .disability .mv-section .inner-block {
    -webkit-padding-before: min(13.6vw, 51px);
            padding-block-start: min(13.6vw, 51px);
    z-index: 5;
  }
  .disability .mv-section .cont-wrap {
    grid-template-columns: 100%;
    grid-template-areas: "ttl" "img" "txt";
    gap: 0;
  }
  .disability .mv-section .mv-img-wrap {
    padding-top: min(6.6666666667vw, 25px);
  }
  .disability .mv-section .mv-img-wrap .mv-img01 {
    margin-right: 0;
    border-radius: 10px 0 0 10px;
  }
  .disability .mv-section .mv-img-wrap .mv-img01 img, .disability .mv-section .mv-img-wrap .mv-img01 source {
    max-width: min(27.7333333333vw, 104px);
  }
  .disability .mv-section .mv-img-wrap .mv-img02 {
    border-radius: 10px 0 0 10px;
    margin-top: min(21.3333333333vw, 80px);
  }
  .disability .mv-section .mv-img-wrap .mv-img02 img, .disability .mv-section .mv-img-wrap .mv-img02 source {
    max-width: min(46.6666666667vw, 175px);
  }
  .disability .mv-section .mv-img-wrap .mv-img03 {
    border-radius: 0 10px 10px 0;
    margin-top: min(6.4vw, 24px);
  }
  .disability .mv-section .mv-img-wrap .mv-img03 img, .disability .mv-section .mv-img-wrap .mv-img03 source {
    max-width: min(67.7333333333vw, 254px);
  }
  .disability .message-section {
    margin-top: min(-16vw, -60px);
  }
  .disability .message-section::before {
    width: 100%;
  }
  .disability .message-section .inner-block {
    -webkit-padding-before: min(41.0666666667vw, 154px);
            padding-block-start: min(41.0666666667vw, 154px);
    -webkit-padding-after: min(8.5333333333vw, 32px);
            padding-block-end: min(8.5333333333vw, 32px);
  }
  .disability .message-section .txt-box {
    border-radius: 10px;
    padding: min(8.5333333333vw, 32px) min(6.1333333333vw, 23px) min(11.2vw, 42px) min(8vw, 30px);
    max-width: 100%;
  }
  .disability .message-section .txt-box .ttl {
    font-size: min(6.4vw, 24px);
    margin-bottom: 16px;
  }
  .disability .message-section .txt-box .txt {
    font-size: min(3.4666666667vw, 13px);
    line-height: 2.15384;
    letter-spacing: 0.1em;
  }
  .disability .message-section .deco {
    bottom: min(-24.2666666667vw, -91px);
    right: min(-8.2666666667vw, -31px);
  }
  .disability .message-section .deco img, .disability .message-section .deco source {
    max-width: min(41.0666666667vw, 154px);
  }
  .disability .message-section .message-img {
    margin-top: min(-7.4305555556vw, -107px);
  }
  .disability .voice-section::before {
    border-radius: 20px 0 0 20px;
    height: calc(100% - min(30.6666666667vw, 115px));
    width: calc(100% - min(10.6666666667vw, 40px));
  }
  .disability .voice-section .inner-block {
    padding-block: min(30.6666666667vw, 375px) min(26.1333333333vw, 98px);
  }
  .disability .voice-section .c-ttl01 {
    margin-left: min(10.6666666667vw, 40px);
    padding-top: min(11.2vw, 42px);
    margin-bottom: 35px;
  }
  .disability .voice-section .l-grid {
    gap: min(10.6666666667vw, 40px);
    grid-template-columns: 100%;
    max-width: 100%;
  }
  .disability .voice-section .l-grid .img {
    max-width: 100%;
  }
  .disability .voice-section .l-grid .img picture:nth-child(2) {
    max-width: min(51.4666666667vw, 193px);
    margin-top: 15px;
  }
  .disability .voice-section .l-grid .img picture:nth-child(2) img, .disability .voice-section .l-grid .img picture:nth-child(2) source {
    max-width: min(51.4666666667vw, 193px);
  }
  .disability .voice-section .l-grid .img img, .disability .voice-section .l-grid .img source {
    border-radius: 10px;
  }
  .disability .voice-section .txt-wrap {
    max-width: calc(100% - min(10.6666666667vw, 40px));
    margin-left: auto;
  }
  .disability .voice-section .txt-wrap .ttl {
    font-size: 20px;
    margin-bottom: 17px;
    line-height: 1.8;
  }
  .disability .voice-section .txt-wrap .txt {
    line-height: 2;
    letter-spacing: 0.13em;
  }
  .disability .voice-section .deco {
    top: min(7.2vw, 27px);
    right: min(-13.3333333333vw, -50px);
    max-width: min(43.2vw, 162px);
  }
  .disability .support-section::before {
    bottom: 0;
    border-radius: 0 10px 10px 0;
    height: calc(100% - min(23.2vw, 87px));
    width: calc(100% - min(10.6666666667vw, 40px));
  }
  .disability .support-section .inner-block {
    padding-block: min(23.2vw, 87px) min(15.4666666667vw, 58px);
  }
  .disability .support-section .c-ttl01 {
    padding-top: min(10.4vw, 39px);
    margin-bottom: 34px;
  }
  .disability .support-section .img-wrap {
    grid-template-columns: 100%;
    gap: 14px;
  }
  .disability .support-section .img-wrap .img {
    border-radius: 10px;
  }
  .disability .support-section .l-grid {
    gap: min(6.6666666667vw, 25px);
    grid-template-columns: 100%;
    max-width: calc(100% - min(10.6666666667vw, 40px));
    margin: 48px auto 0 0;
  }
  .disability .support-section .l-grid .txt-wrap {
    max-width: 100%;
  }
  .disability .support-section .l-grid .txt-wrap .ttl {
    font-size: 20px;
    line-height: 1.8;
    margin-bottom: 17px;
  }
  .disability .support-section .l-grid .txt {
    letter-spacing: 0.13em;
    line-height: 2;
  }
  .disability .support-section .l-grid .info-wrap .ttl {
    font-size: 18px;
    line-height: 1.8888;
    margin-bottom: 0;
  }
  .disability .support-section .l-grid .info-wrap .txt {
    font-size: 14px;
    line-height: 2;
  }
  .disability .support-section .l-grid .info-wrap .txt + .ttl {
    margin-top: 36px;
  }
  .disability .support-section .deco {
    max-width: min(47.2vw, 177px);
    bottom: min(-45.3333333333vw, -170px);
  }
  .disability .recruit-section {
    margin-bottom: min(17.8666666667vw, 67px);
  }
  .disability .recruit-section::before {
    border-radius: 0 10px 10px 0;
    height: calc(100% - min(55.7333333333vw, 209px));
    width: calc(100% - min(6.6666666667vw, 25px));
  }
  .disability .recruit-section .inner-block {
    padding-block: min(55.4666666667vw, 208px) min(17.8666666667vw, 67px);
  }
  .disability .recruit-section .c-ttl01 {
    padding-top: min(11.2vw, 42px);
    margin-bottom: 33px;
  }
  .disability .recruit-section .txt-wrap {
    width: calc(100% - min(6.6666666667vw, 25px));
    padding-block: min(10.9333333333vw, 41px);
    margin: 0 auto 0 0;
  }
  .disability .recruit-section .txt-wrap .txt {
    font-size: 14px;
    line-height: 2;
  }
  .disability .recruit-section .txt-wrap .txt + .txt {
    margin-top: 18px;
  }
  .disability .recruit-section .txt-wrap .bold {
    font-size: 18px;
  }
  .disability .c-ttl01 .ja-m {
    font-size: 24px;
  }
  .disability + .c-email-section .c-email-cont-each .email-cont .email-list .email-list-ttl {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .disability + .c-email-section .c-email-cont-each .email-cont .email-list .email-list-link {
    display: block;
    font-size: 20px;
    text-align: center;
  }
  .disability + .c-email-section .c-email-cont-each .email-cont .email-list .email-list-each > div {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .global .c-mv-section {
    padding-top: 50px;
  }
  .global .c-mv-section .c-ttl01 {
    margin-bottom: 100px;
  }
  .global .c-mv-section .c-ttl01 .en:not(.main-ttl) {
    font-size: 14px;
  }
  .global .c-mv-section .c-ttl01 .en.main-ttl {
    font-size: 32px;
    line-height: 1.875;
    font-weight: 700;
  }
  .global .c-mv-section .cont-wrap .top-txt-img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 30px;
  }
  .global .c-mv-section .cont-wrap .top-txt-img::before {
    position: absolute;
    content: "";
    z-index: -1;
    background: url(../img/event/global/top-bg_sp.svg) no-repeat center/cover;
    height: 100%;
    min-height: 530px;
    width: auto;
    aspect-ratio: 902/530;
    top: 0;
    bottom: 0;
    left: 54%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    margin: auto;
  }
  .global .c-mv-section .cont-wrap .top-txt-img .txt-area {
    padding-top: 36px;
    padding-inline: 25px;
    max-width: none;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
  }
  .global .c-mv-section .cont-wrap .top-txt-img .txt-area .txt {
    font-size: 22px;
    line-height: 1.75;
    letter-spacing: 0.05em;
  }
  .global .c-mv-section .cont-wrap .top-txt-img .txt-area .desc {
    font-size: 14px;
    line-height: 1.75;
    letter-spacing: 0.11em;
    margin-top: 20px;
  }
  .global .c-mv-section .cont-wrap .top-txt-img .img-area {
    margin-right: 18px;
  }
  .global .c-mv-section .cont-wrap .top-txt-img .img-area img {
    min-height: min(47.4666666667vw, 178px);
    aspect-ratio: 420/178;
  }
  .global .c-mv-section .cont-wrap .img-bottom {
    margin-top: 56px;
  }
  .global .c-mv-section .cont-wrap .img-bottom img {
    min-width: max(456px, 121.6vw);
  }
  .global .c-mv-section .img-bg {
    max-height: 528px;
    height: 100%;
  }
  .global .requirements-section {
    padding-block: 70px 90px;
  }
  .global .requirements-section .inner-block .c-ttl01 {
    margin-bottom: 46px;
  }
  .global .requirements-section .inner-block > .cont-wrap {
    background: none;
    padding-block: 0;
    padding-inline: 0;
  }
  .global .requirements-section .inner-block > .cont-wrap .c-tbl01 > tbody > tr > th,
  .global .requirements-section .inner-block > .cont-wrap .c-tbl01 > tbody > tr > td {
    display: table-cell;
    padding-block: 21px;
  }
  .global .requirements-section .inner-block > .cont-wrap .c-tbl01 > tbody > tr th {
    width: 85px;
  }
  .global .requirements-section .inner-block > .cont-wrap .c-tbl01 > tbody > tr td {
    width: calc(100% - 85px);
    padding-left: 15px;
    font-size: 14px;
    line-height: 2.1428571429;
    letter-spacing: 0.075em;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
  .global .requirements-section .inner-block > .cont-wrap .c-tbl01 > tbody > tr td a:not(.c-btn01) {
    line-height: 1.8571428571;
  }
  .global .requirements-section .inner-block > .cont-wrap .c-tbl01 > tbody > tr td a:not(.c-btn01) .ib-sp {
    display: inline-block;
  }
  .global .requirements-section .inner-block > .cont-wrap .c-entry-flow-block .c-entry-flow-list > li + li {
    padding-top: 38px;
  }
  .global .requirements-section .inner-block > .cont-wrap .c-entry-flow-block .c-entry-flow-list > li::before {
    top: 14px;
    width: 30px;
  }
  .global .requirements-section .inner-block > .cont-wrap .c-entry-flow-block .c-entry-flow-list .cont-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    padding-inline: 14px;
  }
  .global .requirements-section .inner-block > .cont-wrap .c-entry-flow-block .c-entry-flow-list .cont-wrap .txt {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.025em;
  }
  .global .requirements-section .inner-block > .cont-wrap .c-entry-flow-block .c-entry-flow-list .cont-wrap .desc {
    line-height: 1.8571428571;
    letter-spacing: 0.075em;
  }
  .global .requirements-section .inner-block > .cont-wrap .entry-btn-area {
    margin-top: 58px;
  }
  .global .requirements-section .inner-block > .cont-wrap .entry-btn-area .c-entry-btn {
    font-size: 20px;
    letter-spacing: 0.11em;
    padding-block: 28px;
  }
}
@media screen and (768px <= width) {
  a[href^="tel:"] {
    pointer-events: none;
  }
  .inner-block {
    padding-inline: 40px;
    max-width: 1280px;
  }
  a,
  a::before,
  a::after,
  button,
  button::before,
  button::after {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .sp {
    display: none !important;
  }
  .entry-btn-wrap .career,
  .entry-btn-wrap .new {
    min-width: 98px;
  }
  .float-entry-btn-wrap {
    display: none;
  }
  .c-header .header-top-nav .c-tag-search-btn {
    margin-right: 20px;
  }
  .c-main-nav-area .inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .c-main-nav-area .inner .box-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 30px;
    width: calc(100% - 240px);
    padding-left: 40px;
  }
  .c-main-nav-area .inner .box-wrap .box {
    min-width: 150px;
  }
  .c-main-nav-area .inner .box-wrap .menu-head .en {
    border-bottom: 1px solid var(--gray03);
    padding-bottom: 8px;
  }
  .c-main-nav-area .inner .box-wrap .menu-head.large {
    margin-bottom: 45px;
    padding-top: 0;
  }
  .c-main-nav-area .inner .box-wrap .menu-list + .menu-head {
    margin-top: 45px;
  }
  .c-main-nav-area .inner .btn-area {
    width: 250px;
  }
  .c-main-nav-area .inner .btn-area .entry-btn-wrap {
    margin-top: 40px;
    max-width: 200px;
  }
  .c-main-nav-area .inner .btn-area .entry-btn-wrap li + li {
    margin-top: 10px;
  }
  .c-main-nav-area .inner .btn-area .link-wrap {
    margin-top: 50px;
  }
  .c-header.c-highschool-header .header-top-nav {
    padding-left: clamp(30px, 3.4722222222vw, 50px);
  }
  .c-header.c-highschool-header .header-top-nav .logo {
    padding-block: 19px;
  }
  .c-footer .recruitment-area .recruit-box-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .c-footer .recruitment-area .recruit-box.new {
    width: 62%;
    margin-right: 20px;
  }
  .c-footer .recruitment-area .recruit-box.career {
    width: calc(38% - 20px);
  }
  .c-footer .recruitment-area .recruit-box .box-head .ico {
    display: none;
  }
  .c-footer .recruitment-area .recruit-box .inn-head {
    font-size: 14px;
    letter-spacing: 0.7em;
  }
  .c-footer .recruitment-area .recruit-box .inn-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .c-footer .recruitment-area .recruit-box .inn-column .link-block {
    width: calc((100% - 10px) / 2);
  }
  .c-footer .recruitment-area .recruit-box .inn-column .link-block + .link-block {
    margin-left: 10px;
  }
  .c-footer .recruitment-area .recruit-box .inn-column-head {
    font-size: 14px;
  }
  .c-read-btn {
    padding-block: 8px;
    padding-inline: 24px;
  }
  .c-white-section {
    padding-inline: 40px;
  }
  .c-white-section.mt-50 {
    margin-top: 50px;
  }
  .c-white-section.mt-30 {
    margin-top: 30px;
  }
  .c-inn-section {
    border-radius: 20px;
  }
  .c-inn-section.bg-over {
    position: relative;
    z-index: 0;
    border-radius: 0px;
  }
  .c-inn-section.bg-over::before {
    z-index: -1;
    position: absolute;
    top: 0px;
    left: 50%;
    content: "";
    display: block;
    background-color: var(--primary03);
    width: 100vw;
    height: 100%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .c-inn-section .inn-cont-each > .c-ttl01 .ja-s {
    line-height: 1.8928571429;
  }
  .c-inn-anchor-area {
    margin-top: 250px;
  }
  .c-inn-anchor-area .cont-wrap {
    position: -webkit-sticky;
    position: sticky;
    top: min(calc(var(--vh, 1vh) * 10), 100px);
    left: 0;
  }
  .c-bg-cont-section .cont-box .btn-area .c-read-btn {
    padding-block: 8px;
    padding-inline: 24px;
  }
  .c-jobs-list-each .ttl,
  .c-jobs-list-each .desc {
    margin-right: min(2.6388888889vw, 38px);
  }
  .c-jobs-list-each .ttl {
    margin-right: min(2.0833333333vw, 30px);
  }
  .c-interview-list-each .desc,
  .c-interview-list-each .ttl,
  .c-interview-list-each .btn-area {
    margin-left: min(1.3888888889vw, 20px);
  }
  .c-interview-list-each .c-read-btn {
    padding-block: 10px;
  }
  .c-tbl01 > tbody > tr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .c-tab-wrap .c-tab-btn-each {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .c-tab-wrap02 .c-tab-btn-each .c-tab-btn {
    border-bottom: 0;
  }
  .c-tab-wrap02:has(.c-tab-btn-each:first-child.is-active) .c-tab-panel-list {
    border-radius: 0 10px 10px 10px;
  }
  .c-tab-wrap02:has(.c-tab-btn-each:last-child.is-active) .c-tab-panel-list {
    border-radius: 10px 0 10px 10px;
  }
  .c-tab-wrap02 .c-tab-panel-list {
    border-top: 0;
    border-radius: 10px;
  }
  .c-tab-wrap02 .c-tab-panel::after {
    position: absolute;
    content: "";
    border: var(--head-text);
    border: 1px solid var(--white);
    border-right: 0;
    border-bottom: 0;
    border-radius: 10px 0 0 0;
    width: calc((100% - 25px) / 2 + 2px);
    height: 10px;
    left: -1px;
    top: 0px;
  }
  .c-tab-wrap02 .c-tab-panel > .cont-wrap .c-tbl01 > tbody > tr > td {
    letter-spacing: 0.16em;
  }
  .c-tab-wrap02 .c-tab-panel > .cont-wrap .card-list-area {
    margin-left: 16px;
  }
  .c-anchor-link-section .anchor-link-list:not(:has(.c-anchor-link:nth-child(3))) {
    grid-template-columns: repeat(2, 1fr);
  }
  .c-anchor-link .anchor-ttl {
    gap: 8px;
  }
  .c-anchor-link .anchor-black-wrap:has(.c-email-cont-each) {
    padding-inline: 16px;
  }
  .c-anchor-link .c-email-cont-each .email-cont .email-list .email-list-each {
    grid-template-columns: min(50%, 220px) 1fr;
  }
  .c-anchor-link .c-email-cont-each .email-cont .email-list .email-list-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .c-special-mv-section {
    height: 778px;
  }
  .c-email-cont-each .email-cont .email-list .email-list-each.ta-center {
    margin-inline: auto;
    gap: 36px;
    grid-template-columns: auto 1fr;
  }
  .c-email-cont-each .email-cont .email-list .email-list-ttl.fs-20 {
    font-size: 20px;
  }
  .c-email-cont-each .email-cont .email-list-wrap .email-list-wrap-each .email-list .email-list-each.ta-center > .cont-wrap:has(.email-list-link) {
    grid-template-columns: auto 1fr;
  }
  .c-email-cont-each .email-cont .email-list-wrap .email-list-wrap-each .email-list .email-list-each > .cont-wrap:has(.email-list-link) {
    grid-template-columns: min(47%, 200px) 1fr;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 36px;
  }
  .c-email-cont-each .email-cont .email-list-wrap .email-list-wrap-each .email-list .email-list-each > .cont-wrap:not(:has(.email-list-link)):not(:is(a, button)) .email-list-ttl {
    font-size: 18px;
  }
  .c-training-section .c-acc-cont,
  .c-training-section .c-acc-wrap02 .c-acc-cont {
    padding-top: 30px;
    padding-bottom: 14px;
  }
  .c-training-section .c-tab-panel > .cont-wrap {
    padding-block: 100px;
    padding-inline: clamp(40px, 7.5vw, 108px);
  }
  .c-training-section .c-tab-panel.mech-panel .training-list-each:last-child .c-acc-wrap.is-active::after, .c-training-section .c-tab-panel.truck-panel .training-list-each:last-child .c-acc-wrap.is-active::after {
    height: calc(100% + 38px);
  }
  #header:has(.c-main-nav-area.is-open) + .c-tag-search-area {
    top: 70px;
  }
  .search-block .all-line .inn-txt {
    padding: 7.5px 35px 10.5px;
  }
  .home .kv-block .swiper .swiper-slide:has(+ .swiper-slide-active) {
    opacity: 1 !important;
  }
  .home .link-section .inner-block .link-content {
    grid-template-columns: repeat(3, 1fr);
  }
  .entry .c-anchor-link .cont-wrap {
    padding-inline: 24px;
  }
  .entry .c-anchor-link .cont-wrap .anchor-ttl .ttl-main {
    font-size: 20px;
    line-height: 1.25;
  }
  .entry .c-anchor-link .anchor-black-wrap {
    margin-inline: -18px;
  }
  .recruit .mv-section .bg-area .bg-wrap.bg-wrap-02, .recruit .mv-section .bg-area .bg-wrap.bg-wrap-04 {
    width: calc(100% + 2px);
    margin-left: -1px;
  }
  .recruit .mv-section .bg-area [class*=pc-0]:not([class*=-back]) {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  .recruit .mv-section .bg-area [class*=-back] {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
  }
  .recruit .mv-section .bg-area .pc-01 {
    -webkit-animation: mv-flip 15s cubic-bezier(0.4, 0, 0.2, 1) infinite;
            animation: mv-flip 15s cubic-bezier(0.4, 0, 0.2, 1) infinite;
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
  }
  .recruit .mv-section .bg-area .pc-02 {
    -webkit-animation: mv-flip 15s cubic-bezier(0.4, 0, 0.2, 1) infinite;
            animation: mv-flip 15s cubic-bezier(0.4, 0, 0.2, 1) infinite;
    -webkit-animation-delay: 0.45s;
            animation-delay: 0.45s;
  }
  .recruit .mv-section .bg-area .pc-03 {
    -webkit-animation: mv-flip 15s cubic-bezier(0.4, 0, 0.2, 1) infinite;
            animation: mv-flip 15s cubic-bezier(0.4, 0, 0.2, 1) infinite;
    -webkit-animation-delay: 0.9s;
            animation-delay: 0.9s;
  }
  .recruit .mv-section .bg-area .pc-04 {
    -webkit-animation: mv-flip 15s cubic-bezier(0.4, 0, 0.2, 1) infinite;
            animation: mv-flip 15s cubic-bezier(0.4, 0, 0.2, 1) infinite;
    -webkit-animation-delay: 1.35s;
            animation-delay: 1.35s;
  }
  .recruit .mv-section .bg-area .pc-05 {
    -webkit-animation: mv-flip 15s cubic-bezier(0.4, 0, 0.2, 1) infinite;
            animation: mv-flip 15s cubic-bezier(0.4, 0, 0.2, 1) infinite;
    -webkit-animation-delay: 3s;
            animation-delay: 3s;
  }
  .recruit .mv-section .bg-area .pc-01-back {
    -webkit-animation: mv-flip-back 15s cubic-bezier(0.4, 0, 0.2, 1) infinite;
            animation: mv-flip-back 15s cubic-bezier(0.4, 0, 0.2, 1) infinite;
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
  }
  .recruit .mv-section .bg-area .pc-02-back {
    -webkit-animation: mv-flip-back 15s cubic-bezier(0.4, 0, 0.2, 1) infinite;
            animation: mv-flip-back 15s cubic-bezier(0.4, 0, 0.2, 1) infinite;
    -webkit-animation-delay: 0.45s;
            animation-delay: 0.45s;
  }
  .recruit .mv-section .bg-area .pc-03-back {
    -webkit-animation: mv-flip-back 15s cubic-bezier(0.4, 0, 0.2, 1) infinite;
            animation: mv-flip-back 15s cubic-bezier(0.4, 0, 0.2, 1) infinite;
    -webkit-animation-delay: 0.9s;
            animation-delay: 0.9s;
  }
  .recruit .mv-section .bg-area .pc-04-back {
    -webkit-animation: mv-flip-back 15s cubic-bezier(0.4, 0, 0.2, 1) infinite;
            animation: mv-flip-back 15s cubic-bezier(0.4, 0, 0.2, 1) infinite;
    -webkit-animation-delay: 1.35s;
            animation-delay: 1.35s;
  }
  .recruit .mv-section .bg-area .pc-05-back {
    -webkit-animation: mv-flip-back 15s cubic-bezier(0.4, 0, 0.2, 1) infinite;
            animation: mv-flip-back 15s cubic-bezier(0.4, 0, 0.2, 1) infinite;
    -webkit-animation-delay: 3s;
            animation-delay: 3s;
  }
  .recruit .mv-section .inner-block {
    padding-inline: 50px;
  }
  .recruit .mv-section .cont-wrap {
    margin-top: -40px;
  }
  .recruit .message-section .inner-block {
    padding-block: 210px 170px;
  }
  .recruit .message-section .cont-wrap {
    margin-left: auto;
  }
  .recruit .c-info-cont.small .cont-wrap {
    padding-block: 50px 40px;
    padding-inline: clamp(50px, 7.2916666667vw, 105px) 34px;
  }
  .recruit .c-info-cont .cont-wrap.cont-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 50px;
  }
  .recruit .c-info-cont .cont-wrap.cont-row .info-txt-area {
    margin-top: 24px;
  }
  .recruit .c-info-cont .cont-wrap.cont-row .info-txt-area .info-ttl {
    margin-bottom: 30px;
  }
  .recruit .c-info-cont .cont-wrap.cont-row .info-cont-each .cont-ttl {
    padding-bottom: 10px;
  }
  .recruit .event-section:has(.info-cont-list.cont-1) .inner-block,
  .recruit .special-section:has(.info-cont-list.cont-1) .inner-block {
    max-width: 968px;
    width: 100%;
  }
  .recruit .event-section .c-info-cont:has(.info-cont-list.cont-1) {
    max-width: 600px;
    width: 100%;
  }
  .recruit .event-section .c-info-cont .cont-wrap {
    -webkit-clip-path: polygon(50px 0, 80px 0%, 100% 0, 100% calc(100% - 80px), calc(100% - 80px) 100%, 30% 100%, 0 100%, 0 62px);
            clip-path: polygon(50px 0, 80px 0%, 100% 0, 100% calc(100% - 80px), calc(100% - 80px) 100%, 30% 100%, 0 100%, 0 62px);
  }
  .recruit .event-section .c-info-cont .deco-area {
    bottom: calc(0px - clamp(20px, 3.125vw, 45px));
    right: calc(0px - clamp(20px, 5.2083333333vw, 75px));
    max-width: clamp(160px, 14.5833333333vw, 210px);
  }
  .recruit .special-section .c-info-cont .cont-wrap {
    padding-block: 84px 60px;
    padding-inline: clamp(40px, 6.9444444444vw, 100px);
  }
  .recruit .special-section .c-info-cont .cont-wrap .info-cont-list {
    gap: 25px;
  }
  .recruit .special-section .c-info-cont .deco-area {
    bottom: calc(0px - min(4.1666666667vw, 60px));
    right: -19px;
    max-width: clamp(120px, 14.3055555556vw, 206px);
  }
  .recruit .people-section .info-btn-wrap .btn-area .c-btn01 {
    padding-block: 13px;
    padding-inline: 25px 16px;
  }
  .recruit .people-section .info-btn-wrap .btn-area .c-btn01 .inn-txt {
    padding-right: 36px;
  }
  .recruit .people-section .c-info-cont {
    margin-left: min(2.9166666667vw, 42px);
  }
  .recruit .sections-wrap {
    margin-top: 40px;
  }
  .job .about-section .c-anchor-link-section .anchor-link-list {
    gap: 20px;
  }
  .job .about-section .c-anchor-link-section .anchor-area-ttl {
    margin-left: 8px;
  }
  .job .about-section .top-area .top-img-area {
    padding-bottom: 4.1666666667vw;
  }
  .job .about-section .top-area .about-bg-area {
    max-height: 80%;
    height: 96.3194444444vw;
    min-height: 1387px;
  }
  .job .jobs-section .job-cont-each .acc-cont .acc-cont-wrap {
    grid-column: 2/3;
  }
  .job .jobs-section .job-cont-each .acc-cont .people-each .cont-wrap {
    grid-template-columns: min(50%, 400px) auto;
  }
  .job .jobs-section .job-cont-each .acc-cont .people-each .txt-area {
    margin-bottom: 8px;
  }
  .newgraduate .c-inn-section .inn-cont-each:not(:has(> .c-acc-wrap)) {
    padding-inline: clamp(20px, 4.1666666667vw, 60px);
  }
  .newgraduate .c-inn-section .inn-cont-each:has(> .c-acc-wrap) .c-acc-wrap .c-acc-btn {
    padding-inline: clamp(20px, 4.1666666667vw, 60px) clamp(20px, 2.0833333333vw, 30px);
  }
  .newgraduate .c-inn-section .inn-cont-each .job-description .c-tbl01 > tbody > tr > th,
  .newgraduate .c-inn-section .inn-cont-each .job-description .c-tbl01 > tbody > tr > td,
  .newgraduate .c-inn-section .inn-cont-each .c-tab-panel .c-tbl01 > tbody > tr > th,
  .newgraduate .c-inn-section .inn-cont-each .c-tab-panel .c-tbl01 > tbody > tr > td {
    padding-block: 22px;
    letter-spacing: 0.1em;
  }
  .newgraduate .c-inn-section .inn-cont-each .job-description .c-tbl01 > tbody > tr > td .c-tbl01 > tbody > tr > th,
  .newgraduate .c-inn-section .inn-cont-each .c-tab-panel .c-tbl01 > tbody > tr > td .c-tbl01 > tbody > tr > th {
    width: min(30%, 80px);
    font-size: 18px;
  }
  .newgraduate .c-inn-section .inn-cont-each .job-description .c-tbl01 > tbody > tr > td .c-tbl01 > tbody > tr > td,
  .newgraduate .c-inn-section .inn-cont-each .c-tab-panel .c-tbl01 > tbody > tr > td .c-tbl01 > tbody > tr > td {
    width: calc(100% - min(30%, 80px));
  }
  .newgraduate .c-inn-section .inn-cont-each .job-description .entry-btn-area .c-entry-btn,
  .newgraduate .c-inn-section .inn-cont-each .c-tab-panel .entry-btn-area .c-entry-btn {
    padding-block: 29px;
  }
  .newgraduate .c-inn-section .inn-cont-each .c-tab-panel .c-tbl01 > tbody > tr > th,
  .newgraduate .c-inn-section .inn-cont-each .c-tab-panel .c-tbl01 > tbody > tr > td {
    padding-bottom: 28px;
  }
  .newgraduate .c-inn-section .inn-cont-each .card-list-area {
    margin-left: 16px;
  }
  .career .anchor-link-list {
    gap: 28px;
  }
  .career .c-anchor-link .anchor-ttl .ttl-sub {
    font-size: 18px;
    letter-spacing: 0.1em;
  }
  .workstyle .deco-box-section .box.img-right .box-inn::after {
    right: initial;
    left: 0;
    background: url("../img/recruit/workstyle/box-deco02.svg") no-repeat center bottom/cover;
  }
  .workstyle .deco-box-section .box.pattern01 .sub-img-area img {
    max-width: 355px;
  }
  .workstyle .deco-box-section .box.pattern02 .sub-img-area img {
    max-width: 432px;
  }
  .workstyle .deco-box-section .box.pattern03 .sub-img-area img {
    max-width: 358px;
  }
  .training .c-training-section.honsya-section .c-tab-wrap02 .c-tab-panel > .cont-wrap {
    padding-block: 58px 120px;
  }
  .training .c-training-section.chiiki-section .c-tab-wrap02 .c-tab-panel > .cont-wrap {
    padding-block: 70px 54px;
  }
  .training .c-training-section.chiiki-section .c-tab-wrap02 .c-tab-panel > .cont-wrap > .c-ttl01 {
    margin-bottom: 20px;
  }
  .training .c-training-section.chiiki-section .c-tab-panel .training-list {
    margin-top: 50px;
  }
  .training .c-training-section.chiiki-section .c-tab-panel.truck-panel .training-list .training-list-each.each-white .tbl-area .c-tbl02:not(.tbl-navy) tbody tr th {
    width: clamp(100px, 9.7222222222vw, 140px);
  }
  .training .c-training-section.chiiki-section .c-tab-panel.truck-panel .training-list .training-list-each.each-yellow .tbl-area .c-tbl02 tbody tr th, .training .c-training-section.chiiki-section .c-tab-panel.truck-panel .training-list .training-list-each.each-green .tbl-area .c-tbl02 tbody tr th {
    width: clamp(100px, 20.8333333333vw, 300px);
  }
  .training .c-training-section.chiiki-section .c-tab-panel.truck-panel .c-acc-wrap::after {
    width: min(48%, 380px);
  }
  .training .c-training-section.chiiki-section .c-tab-panel.truck-panel .c-acc-btn {
    padding-block: 24px;
  }
  .training .c-training-section .c-tab-btn-list .c-tab-btn {
    font-size: 26px;
    letter-spacing: 0.25em;
  }
  .training .c-training-section .c-tab-panel > .cont-wrap .c-ttl01 {
    margin-bottom: 30px;
  }
  .training .worker-section {
    border-radius: 0 0 10px 10px;
    overflow: hidden;
  }
  .training .worker-section .cont-box {
    padding-block: 50px 30px;
  }
  .training .worker-section .c-ttl01 {
    margin-bottom: 20px;
  }
  .training .worker-section .btn-area .c-read-btn {
    padding-block: 6px;
    max-width: 130px;
    width: 100%;
  }
  .special01 .number-section .c-ttl01 {
    margin-bottom: 77px;
  }
  .special01 .number-section .number-list-each.each-01 .c-number-card .cont-wrap .cont-front .img-area {
    max-height: 112px;
  }
  .special01 .number-section .number-list-each.each-02 .number-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .special01 .number-section .number-list-each.each-02 .number-list .c-number-card:nth-child(1) {
    margin-right: min(0.9722222222vw, 14px);
  }
  .special01 .number-section .number-list-each.each-02 .number-list .c-number-card:nth-child(2) {
    margin-left: min(0.9722222222vw, 14px);
    justify-self: end;
  }
  .special01 .number-section .number-list-each.each-03 .number-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .special01 .number-section .number-list-each.each-03 .number-list .c-number-card:nth-child(odd) {
    margin-right: min(0.9722222222vw, 14px);
  }
  .special01 .number-section .number-list-each.each-03 .number-list .c-number-card:nth-child(even) {
    margin-left: min(0.9722222222vw, 14px);
    justify-self: end;
  }
  .special01 .about-section .about-each:nth-child(even) {
    margin-top: calc(0px - clamp(0rem, -7.429rem + 15.476vw, 6.5rem));
  }
  .special01 .about-section .about-each:nth-child(even) .cont-wrap {
    grid-template-columns: auto 44%;
  }
  .special01 .about-section .about-each:nth-child(even) .cont-wrap .about-img {
    grid-column: 2/3;
    grid-row: 1/2;
  }
  .special01 .about-section .about-each:nth-child(even) .cont-wrap .c-text-cont-wrap {
    grid-column: 1/2;
    grid-row: 1/2;
    padding-right: 0;
    padding-left: 40px;
    margin-left: auto;
  }
  .special01 .about-section .about-each.each-01 .about-bg {
    bottom: clamp(1.875rem, 20.83vw - 12.1875rem, 6.5625rem);
  }
  .special01 .about-section .about-each.each-02 .cont-wrap {
    gap: 75px;
  }
  .special01 .about-section .about-each.each-02 .c-text-cont-wrap {
    -webkit-align-self: end;
        -ms-flex-item-align: end;
            align-self: end;
    padding-top: 332px;
    padding-bottom: max(227px, 15.7638888889vw);
    max-width: 517px;
  }
  .special01 .about-section .about-each.each-02 .c-text-cont-wrap .text-cont-sub-ttl {
    font-size: 48px;
    margin-block: 27px 25px;
  }
  .special01 .about-section .about-each.each-03 {
    margin-top: calc(0px - min(15.1388888889vw, 218px));
  }
  .special01 .about-section .about-each.each-03 .c-text-cont-wrap {
    padding-top: max(110px, 7.6388888889vw);
    max-width: 555px;
  }
  .special01 .about-section .about-each.each-03 .about-bg {
    bottom: clamp(6.25rem, 43.06vw - 17.9688rem, 15.9375rem);
  }
  .special01 .about-section .about-each .c-text-cont-wrap {
    max-width: 540px;
    padding-right: 40px;
  }
  .special01 .about-section .about-each .about-bg img {
    min-width: 1260px;
  }
  .special01 .about-section .about-each .about-map {
    top: calc(0px - clamp(0rem, 62.5vw - 56.25rem, 18.75rem));
    left: calc(0px - clamp(2.3125rem, 33.96vw - 28.25rem, 12.5rem));
  }
  .special03 .link-section .link-cont.layout04 {
    margin-top: 162px !important;
  }
  .highschool .worker-section .cont-box {
    padding-bottom: 40px;
  }
  .highschool .top-sections-wrap .mv-section .inner-block {
    max-width: calc(1360px + min(2.7777777778vw, 40px) * 2);
    padding-inline: min(2.7777777778vw, 40px);
  }
  .highschool .top-sections-wrap .mv-section .cont-wrap {
    grid-template-rows: min(40%, 240px) min(425px, 55%);
  }
  .highschool .top-sections-wrap .mv-section .top-img-area {
    width: calc(100% + min(8.3333333333vw, 120px));
    max-width: 690px;
    margin-left: calc(0px - min(7.9861111111vw, 115px));
  }
  .highschool .top-sections-wrap .mv-section .top-ttl-area,
  .highschool .top-sections-wrap .mv-section .top-ttl-img-area {
    padding-left: min(4.1666666667vw, 60px);
  }
  .highschool .top-sections-wrap .message-section .inner-block {
    margin-right: clamp(0rem, 33.33vw - 25rem, 5rem);
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .highschool .interview-section .inner-block > .c-ttl01 {
    margin-bottom: 70px;
  }
  .highschool .requirements-section .inner-block > .c-ttl01 {
    margin-bottom: 75px;
  }
  .highschool .requirements-section .c-tbl01 tbody > tr th {
    padding-left: 20px;
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: 0.14em;
  }
  .highschool .qa-section .inner-block > .c-ttl01 {
    margin-bottom: 60px;
  }
  .highschool .qa-section .tab-area .c-tab-panel > .cont-wrap {
    padding-block: 100px;
  }
  .highschool .real-section {
    min-height: 700px;
  }
  .highschool .real-section .deco-area {
    position: absolute;
    bottom: 0;
    left: calc(50% + min(16.6666666667vw, 240px));
  }
  .people01 .kv-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .people01 .kv-block .txt-area {
    min-width: clamp(300px, 32.2222222222vw, 464px);
    min-height: 380px;
    padding-left: min(110px, 7.6388888889vw);
  }
  .people01 .challeng-section .txt-area {
    padding-right: 20px;
  }
  .people01 .strength-section .ttl-inner .sec-ttl {
    margin-top: -20px;
    margin-right: 0;
    margin-left: auto;
  }
  .people01 .strength-section .strength-content {
    grid-template-columns: repeat(3, 1fr);
  }
  .people01 .strength-section .strength-content .cont-wrap .txt {
    margin-left: 10px;
    width: 88%;
  }
  .people01 .strength-section .strength-content .cont-wrap:nth-of-type(1) {
    margin-top: -50px;
  }
  .people01 .strength-section .strength-content .cont-wrap:nth-of-type(3) {
    margin-top: -170px;
  }
  .people01 .message-section .inner-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 1400px;
  }
  .people01 .message-section .inner-block .txt-area {
    margin: 0px 0 0 0;
  }
  .people01 .schedule-section .time-area .swiper2 {
    width: calc(100% + 20px);
    padding-right: 20px;
  }
  .people01 .schedule-section .time-area .swiper2 .swiper-wrapper {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  .people01 .schedule-section .time-area .swiper2 .swiper-wrapper .swiper-slide {
    width: 360px;
  }
  .people01 .schedule-section .time-area .swiper2 .swiper-wrapper .swiper-slide .time::before {
    top: 0%;
    left: 50%;
    -webkit-transform: translate(-55%, 0%);
            transform: translate(-55%, 0%);
  }
  .people01 .schedule-section .time-area .swiper2 .swiper-wrapper .swiper-slide:nth-of-type(n+2) .time {
    margin-left: -28px;
  }
  .people01 .schedule-section .time-area .swiper2 .swiper-wrapper .swiper-slide:nth-of-type(n+4) .time {
    margin-left: -34px;
  }
  .people01 .schedule-section .time-area .swiper2 .swiper-wrapper .swiper-slide .item-cont {
    margin-top: 18px;
  }
  .people01 .schedule-section .time-area .swiper2 .swiper-wrapper .swiper-slide .item-cont {
    height: 209px;
  }
  .people01 .schedule-section .time-area .swiper2 .swiper-wrapper .swiper-slide:nth-of-type(1) .item-cont {
    margin-left: 14px;
  }
  .people01 .schedule-section .time-area .swiper2 .swiper-wrapper .swiper-slide:nth-of-type(1) {
    width: 360px;
  }
  .people01 .schedule-section .time-area .swiper2 .swiper-wrapper .swiper-slide:nth-of-type(2) {
    width: 264px;
  }
  .people01 .schedule-section .time-area .swiper2 .swiper-wrapper .swiper-slide:nth-of-type(3) {
    width: 291px;
  }
  .people01 .off-section .sec-ttl02 {
    margin-left: -170px;
  }
  .people01 .off-section .img-area {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr auto;
  }
  .people02 .schedule-section .time-area .swiper2 .swiper-wrapper .swiper-slide {
    width: 266px;
  }
  .people02 .schedule-section .time-area .swiper2 .swiper-wrapper .swiper-slide:nth-of-type(2) .time {
    margin-left: -27px;
  }
  .people02 .schedule-section .time-area .swiper2 .swiper-wrapper .swiper-slide:nth-of-type(n+3) .time {
    margin-left: -34px;
  }
  .people02 .schedule-section .time-area .swiper2 .swiper-wrapper .swiper-slide:nth-of-type(1) {
    width: 306px;
  }
  .people02 .schedule-section .time-area .swiper2 .swiper-wrapper .swiper-slide:nth-of-type(2) {
    width: 244px;
  }
  .people02 .schedule-section .time-area .swiper2 .swiper-wrapper .swiper-slide:nth-of-type(3) {
    width: 231px;
  }
  .people02 .schedule-section .time-area .swiper2 .swiper-wrapper .swiper-slide:nth-of-type(4) {
    width: 385px;
  }
  .people .c-people-mv-section .img-area .profile-box {
    min-width: 262px;
  }
  .people .main-content .career-path-block .line.dir-column {
    padding-block: 45px;
  }
  .people.newgraduate06 .main-content .career-path-block .line:nth-child(1) .desc {
    letter-spacing: 0.1em;
  }
  .disability .top-sections-wrap .mv-section .top-ttl-area,
  .disability .top-sections-wrap .mv-section .top-ttl-img-area {
    padding-left: min(4.1666666667vw, 60px);
  }
  .disability .mv-section .inner-block {
    max-width: calc(1360px + min(2.7777777778vw, 40px) * 2);
    -webkit-padding-before: min(14.8611111111vw, 214px);
            padding-block-start: min(14.8611111111vw, 214px);
    padding-inline: min(2.7777777778vw, 40px);
  }
  .disability .mv-section .mv-img-wrap .mv-img01 {
    left: min(2.2916666667vw, 33px);
    top: min(-1.6666666667vw, -24px);
  }
  .disability .mv-section .mv-img-wrap .mv-img03 {
    left: -18px;
  }
  .disability .message-section::before {
    border-radius: 40px 0 0 40px;
  }
  .disability .message-section .txt-box {
    margin-left: auto;
    margin-right: min(2.0138888889vw, 29px);
    position: absolute;
    top: 170px;
    right: min(8.6805555556vw, 125px);
  }
  .disability .support-section .c-ttl01 {
    margin-left: min(6.9444444444vw, 100px);
    padding-top: min(4.1666666667vw, 60px);
    margin-bottom: 63px;
  }
  .disability .support-section .l-grid .info-wrap {
    margin-top: 11px;
  }
  .disability .recruit-section .c-ttl01 {
    padding-top: min(5.3472222222vw, 77px);
    margin-bottom: 37px;
  }
  .disability + .c-email-section .c-email-cont-each .email-cont .email-list .email-list-each {
    grid-template-columns: auto 1fr;
  }
  .global .c-mv-section .cont-wrap .top-txt-img .txt-area::before {
    position: absolute;
    content: "";
    z-index: -1;
    background: url(../img/event/global/top-bg.svg) no-repeat center/cover;
    height: calc(100% + max(78px, 5.4166666667vw) + max(60px, 4.1666666667vw));
    min-height: 630px;
    width: auto;
    aspect-ratio: 1475/630;
    top: 60px;
    bottom: 0;
    left: 37%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    margin: auto;
  }
  .global .c-mv-section .cont-wrap .top-txt-img .img-area {
    margin-right: -10px;
  }
  .global .requirements-section .inner-block .c-ttl01 {
    margin-bottom: 40px;
  }
  .global .requirements-section .inner-block > .cont-wrap .c-tbl01 > tbody > tr > th,
  .global .requirements-section .inner-block > .cont-wrap .c-tbl01 > tbody > tr > td {
    padding-block: 21px;
  }
  .global .requirements-section .inner-block > .cont-wrap .c-tbl01 > tbody > tr td {
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 2;
    padding-right: 0;
  }
  .global .requirements-section .inner-block > .cont-wrap .c-entry-flow-block .c-entry-flow-list {
    display: grid;
    grid-auto-rows: minmax(64px, auto);
    gap: 24px;
  }
  .global .requirements-section .inner-block > .cont-wrap .c-entry-flow-block .c-entry-flow-list > li + li {
    padding-top: 0;
  }
  .global .requirements-section .inner-block > .cont-wrap .c-entry-flow-block .c-entry-flow-list > li::before {
    left: calc(18px + min(35%, 165px) / 2 - 10px);
    right: auto;
    top: -18px;
    width: 20px;
  }
  .global .requirements-section .inner-block > .cont-wrap .c-entry-flow-block .c-entry-flow-list .cont-wrap {
    display: grid;
    grid-template-columns: min(35%, 165px) 1fr;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 12px;
    height: 100%;
    padding-block: 12px;
  }
  .global .requirements-section .inner-block > .cont-wrap .c-entry-flow-block .c-entry-flow-list .cont-wrap .txt {
    text-align: center;
  }
}
@media (any-hover: hover) {
  .entry-btn-wrap .career:hover {
    background: var(--white);
    color: var(--secondary);
  }
  .entry-btn-wrap .new:hover {
    background: var(--white);
    color: var(--primary);
  }
  .c-header .header-top-nav .nav-list > li:hover .mega-menu {
    opacity: 1;
    pointer-events: auto;
  }
  .c-header .header-top-nav .nav-list .nav-btn:hover .btn-txt {
    opacity: 0.5;
  }
  .c-header .header-top-nav .nav-list .nav-btn:hover::before {
    opacity: 1;
  }
  .c-header .header-top-nav .nav-list .mega-menu .list a:hover {
    opacity: 0.5;
  }
  .c-main-nav-area .inner .box-wrap .menu-list a:hover {
    opacity: 0.5;
  }
  .c-main-nav-area .inner .btn-area .link-wrap a:hover {
    opacity: 0.5;
  }
  .c-header.c-highschool-header .header-top-nav .entry-btn-wrap .entry:hover {
    background: var(--white);
    color: var(--primary);
  }
  .c-header.c-highschool-header .hs-nav-area .nav-cont .hs-nav-list .nav-btn:is(a, button):not(.is-disabled):hover .btn-txt {
    opacity: 0.5;
  }
  .c-special-header .special-cont-wrap .logo:hover {
    opacity: 0.5;
  }
  .c-special-header .special-cont-wrap .special-nav .special-nav-link:is(a, button):hover .inn-txt {
    opacity: 0.5;
  }
  .c-special-header .special-cont-wrap .special-nav .c-nav-btn:hover {
    opacity: 0.5;
  }
  .c-special-header .special-cont-wrap .special-pages .special-page-link:is(a, button):not(.is-disabled):hover .inn-txt {
    opacity: 0.5;
  }
  .c-special-header .special-cont-wrap .special-nav-btn-area .special-nav-btn:hover {
    background: var(--white);
    color: var(--primary);
  }
  .c-special-header .special-cont-wrap .special-nav-btn-area .special-nav-btn.is-open:hover {
    background: var(--primary);
    color: var(--white);
    border-color: var(--white);
  }
  .c-footer .footer-btn01:hover {
    background-color: var(--white);
    color: var(--primary);
  }
  .c-footer .footer-btn01.career:hover {
    color: var(--secondary);
  }
  .c-footer .recruitment-area .link-block-wrap .link-block .body .link:hover {
    color: var(--gray03);
  }
  .c-footer .recruitment-area .recruit-box .inn-column .link-wrap .link:hover {
    background: #f2f2f2;
    color: #303030;
  }
  .c-footer .recruitment-area .recruit-box .inn-column .footer-btn01:hover::before {
    background: var(--primary);
  }
  .c-footer .recruitment-area .recruit-box .inn-column .footer-btn01.career:hover {
    color: #c11c24;
    background: var(--white);
  }
  .c-footer .recruitment-area .recruit-box .inn-column .footer-btn01.career:hover::before {
    background: #c11c24;
  }
  .c-btn01:is(a, button):not(.is-disabled):hover {
    background: var(--primary);
    color: var(--white);
  }
  .c-btn01.bg-primary:is(a, button):not(.is-disabled):hover {
    background: var(--white);
    color: var(--primary);
  }
  .c-btn01.bg-transparent:is(a, button):not(.is-disabled):hover {
    background: var(--white);
    color: var(--head-text);
  }
  .c-btn01.bg-black:is(a, button):not(.is-disabled):hover {
    background: var(--white);
    color: var(--black);
  }
  .c-btn02:hover {
    background: var(--primary);
    color: var(--white);
  }
  .c-btn02:hover .c-link01 .arrow {
    background: var(--white);
  }
  .c-btn02:hover .c-link01 .arrow::after {
    color: var(--primary);
  }
  .c-entry-btn:is(a, button):not(.is-disabled):hover {
    background: var(--white);
    color: var(--primary);
  }
  .c-read-btn:is(a, button):hover {
    background: var(--white);
    color: var(--primary);
  }
  .c-link01:is(a, button):hover .arrow {
    background: var(--white);
  }
  .c-link01:is(a, button):hover .arrow::after {
    color: var(--primary);
  }
  .c-link02:hover {
    color: var(--black);
  }
  .c-acc-wrap .c-acc-btn:hover .c-acc-icon {
    background: var(--gray03);
  }
  .c-inn-anchor-area .inn-anchor-link:hover {
    color: var(--primary);
  }
  .c-number-card:has(button:hover).is-active .cont-back {
    background: #8c8c8c;
  }
  .c-number-card:has(button:hover):not(.is-active) .cont-front {
    background: #66797f;
  }
  .c-bg-cont-section:has(.cont-box:is(a, button):hover) .cont-box {
    background: rgba(0, 0, 0, 0.8);
  }
  .c-bg-cont-section:has(.cont-box:is(a, button):hover) .c-read-btn {
    background: var(--white);
    color: var(--primary);
  }
  .c-bg-cont-section:has(.cont-box:is(a, button):hover) .bg-area img {
    scale: 1.05;
  }
  .c-interview-list-each .cont-wrap:is(a, button):not(.is-disabled):hover .img-area img {
    scale: 1.1;
  }
  .c-interview-list-each .cont-wrap:is(a, button):not(.is-disabled):hover .c-read-btn {
    background: var(--white);
    color: var(--primary);
  }
  .c-tab-wrap .c-tab-btn-each .c-tab-btn:hover {
    background: var(--bg-blue);
  }
  .c-tab-wrap02.bg-primary .c-tab-btn-each .c-tab-btn:hover {
    background: #ba1924;
  }
  .c-tab-wrap02 .c-tab-btn-each .c-tab-btn:hover {
    background: var(--head-text);
  }
  .c-recommend .cont-wrap .cont:hover .img-wrap img {
    scale: 1.1;
  }
  .c-recommend .cont-wrap .cont:hover .txt-wrap {
    color: var(--gray03);
  }
  .c-anchor-link:has(.anchor-btn-area) .cont-wrap:is(a, button):hover .anchor-btn-area .anchor-btn {
    background: var(--white);
  }
  .c-anchor-link:has(.anchor-btn-area) .cont-wrap:is(a, button):hover .anchor-btn-area .anchor-btn::after {
    background: var(--primary);
  }
  .c-anchor-link:has(.anchor-btn-area) .cont-wrap:is(a, button):hover .anchor-btn-area .anchor-btn.bg-black::after {
    background: var(--head-text);
  }
  .c-email-cont-each .email-cont .email-list .email-list-link:hover {
    -webkit-text-decoration-color: currentColor;
            text-decoration-color: currentColor;
  }
  .c-email-cont-each .email-cont .email-list-wrap .email-list-wrap-each .email-list .email-list-each > .cont-wrap:is(a, button):hover {
    background: rgba(26, 26, 26, 0.5);
  }
  .c-email-cont-each .email-cont .email-list-wrap .email-list-wrap-each .email-list .email-list-each > .cont-wrap:has(.email-list-link):is(a, button):hover .email-list-link {
    -webkit-text-decoration-color: currentColor;
            text-decoration-color: currentColor;
  }
  .c-email-cont-each .email-cont .email-list-wrap .email-list-wrap-each .email-list .email-list-each > .cont-wrap:not(:has(.email-list-link)):is(a, button) .email-list-ttl .inn-txt:hover {
    -webkit-text-decoration-color: currentColor;
            text-decoration-color: currentColor;
  }
  .c-email-cont-each .email-cont .email-list-wrap .email-list-wrap-each .email-list .email-list-each > .cont-wrap:not(:has(.email-list-link)):is(a, button):hover .email-list-ttl .inn-txt {
    -webkit-text-decoration-color: currentColor;
            text-decoration-color: currentColor;
  }
  .search-block label input:hover + .inn-txt {
    background: #7b7b7b;
    color: var(--white);
  }
  .people-block .people-list a:hover .img-area img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  .home .link-section .inner-block .link-content .cont-wrap .cont-link:is(a, button):hover .img-area img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .home .link-section .inner-block .link-content .cont-wrap .cont-link:is(a, button):hover .read {
    color: var(--primary);
    background-color: #fff;
    border: 1px solid var(--primary);
  }
  .recruit .c-info-cont .info-cont-each:is(a, button):not(.is-disabled):hover .img-area img {
    scale: 1.05;
  }
  .recruit .c-info-cont .info-cont-each:is(a, button):not(.is-disabled):hover .cont-ttl .ja, .recruit .c-info-cont .info-cont-each:is(a, button):not(.is-disabled):hover .cont-ttl .en {
    opacity: 0.5;
  }
  .recruit .people-section .people-slider .swiper-slide .cont-wrap:is(a, button):not(.is-disabled):hover .img-area img {
    scale: 1.05;
  }
  .job .c-anchor-link.job-01 .acc-wrap .acc-cont .c-list a:hover {
    color: #3e6078;
  }
  .job .c-anchor-link.job-02 .acc-wrap .acc-cont .c-list a:hover {
    color: #723255;
  }
  .job .c-anchor-link.job-03 .acc-wrap .acc-cont .c-list a:hover {
    color: #3f6a3f;
  }
  .job .c-anchor-link.job-04 .acc-wrap .acc-cont .c-list a:hover {
    color: #9c4d40;
  }
  .job .c-anchor-link.job-05 .acc-wrap .acc-cont .c-list a:hover {
    color: #754089;
  }
  .job .c-anchor-link.job-06 .acc-wrap .acc-cont .c-list a:hover {
    color: #7e912c;
  }
  .job .about-section .c-anchor-link-section .anchor-link-list .c-anchor-link .cont-wrap:has(.anchor-btn-link-area:hover) .anchor-ttl,
  .job .about-section .c-anchor-link-section .anchor-link-list .c-anchor-link .cont-wrap:has(.anchor-btn-link-area:hover) .anchor-desc {
    opacity: 0.5;
  }
  .job .about-section .c-anchor-link-section .anchor-link-list .c-anchor-link .cont-wrap .anchor-btn-link-area:hover .anchor-btn {
    background: var(--white);
  }
  .job .about-section .c-anchor-link-section .anchor-link-list .c-anchor-link .cont-wrap .anchor-btn-link-area:hover .anchor-btn::after {
    background: var(--primary);
  }
  .job .about-section .c-anchor-link-section .anchor-link-list .c-anchor-link .cont-wrap .anchor-btn-link-area:hover .anchor-btn.bg-black::after {
    background: var(--head-text);
  }
  .job .about-section .c-anchor-link-section .anchor-link-list .c-anchor-link .cont-wrap .acc-btn:hover .inn-txt {
    opacity: 0.5;
  }
  .job .jobs-section .job-cont-each:has(.acc-btn:hover) .top-area .txt-area {
    opacity: 0.5;
  }
  .job .jobs-section .job-cont-each .acc-cont .people-each .cont-wrap:hover .txt-area {
    opacity: 0.5;
  }
  .faq .c-white-section .c-inn-section .c-acc-wrap.is-active .c-acc-btn:hover {
    background: #959595;
  }
  .faq .c-white-section .c-inn-section .c-acc-wrap.is-active .c-acc-btn:hover .c-acc-icon {
    background: #959595;
  }
  .faq .c-white-section .c-inn-section .c-acc-wrap .c-acc-btn:hover {
    background: #959595;
  }
  .faq .c-white-section .c-inn-section .c-acc-wrap .c-acc-btn:hover .c-acc-icon {
    background: var(--primary);
  }
  .workstyle .deco-box-section .box .swiper-button-prev:hover, .workstyle .deco-box-section .box .swiper-button-next:hover {
    background: var(--white);
  }
  .workstyle .deco-box-section .box .swiper-button-prev:hover::after, .workstyle .deco-box-section .box .swiper-button-next:hover::after {
    background: var(--primary);
  }
  .training .worker-section:has(.cont-box:is(a, button):hover) .bg-area img {
    scale: 1;
  }
  .special04 .c-special-mv-section .tab-btn-list li .tab-btn:hover {
    color: var(--white);
  }
  .special04 .c-special-mv-section .tab-btn-list li:nth-child(1) .tab-btn:hover {
    background: #23a0d3;
  }
  .special04 .c-special-mv-section .tab-btn-list li:nth-child(2) .tab-btn:hover {
    background: #fb773b;
  }
  .special04 .c-special-mv-section .tab-btn-list li:nth-child(3) .tab-btn:hover {
    background: #917ba8;
  }
  .special04 .sec01 .img-section .movie-list li button:hover .ttl {
    color: #23a0d3;
  }
  .special04 .sec01 .img-section .movie-list li button:hover .circle img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  .special04 .tab-block .tab-btn-list li .tab-btn:hover {
    color: var(--white);
  }
  .special04 .tab-block .tab-btn-list li:nth-child(1) .tab-btn:hover {
    background: #23a0d3;
  }
  .special04 .tab-block .tab-btn-list li:nth-child(2) .tab-btn:hover {
    background: #fb773b;
  }
  .special04 .tab-block .tab-btn-list li:nth-child(3) .tab-btn:hover {
    background: #917ba8;
  }
  .special03 .link-section .link-cont > .txt-wrap .modal-btn:hover {
    background-color: var(--white);
    color: var(--primary);
  }
  .highschool .requirements-section .c-tbl01 tbody > tr td a:not(.c-btn01):hover {
    -webkit-text-decoration-color: currentColor;
            text-decoration-color: currentColor;
  }
  .people .c-sidebar a:hover {
    color: var(--primary);
  }
  .global .requirements-section .inner-block > .cont-wrap .c-tbl01 > tbody > tr td a:not(.c-btn01):hover {
    -webkit-text-decoration-color: currentColor;
            text-decoration-color: currentColor;
  }
}
@media screen and (width < 768px) and (width < 375px) {
  .c-header .header-top-nav {
    padding-right: 22.6666666667vw;
  }
  .job .jobs-section .job-cont-each .acc-cont .people-each .img-area .site-name {
    font-size: 3.7333333333vw;
  }
}
@media screen and (width < 1450px) {
  .c-header .header-top-nav .nav-list {
    gap: 10px;
  }
}
@media screen and (width < 1400px) {
  .c-header .header-top-nav .nav-list {
    display: none;
  }
  .c-header.c-highschool-header .header-top-nav .entry-btn-wrap {
    margin-left: auto;
    margin-right: 100px;
  }
}
@media screen and (1400px <= width) {
  .c-header.c-highschool-header .c-nav-btn {
    display: none;
  }
  .c-header.c-highschool-header .hs-nav-area {
    display: none;
  }
}
@media screen and (768px <= width) and (width < 1450px) {
  .c-header.c-highschool-header .header-top-nav {
    padding-left: 25px;
  }
}
@media screen and (width < 1400px) and (width < 768px) {
  .c-header.c-highschool-header .header-top-nav .entry-btn-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 80px;
  }
}
@media screen and (width < 1200px) {
  .c-corporate-header .c-corporate-nav {
    background: var(--white);
    position: fixed;
    top: 60px;
    right: 0;
    width: 100%;
    height: calc(var(--vh) * 100 - 60px);
    overflow-y: auto;
    opacity: 0;
    pointer-events: none;
  }
  .c-corporate-header .c-corporate-nav.is-open {
    opacity: 1;
    pointer-events: auto;
  }
  .c-footer .recruitment-area .link-block-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (1200px <= width) {
  .c-corporate-header .c-corporate-nav .list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .c-corporate-header .c-corporate-nav-btn {
    display: none;
  }
}
@media screen and (width < 1500px) and (1200px <= width) {
  .c-corporate-header .c-corporate-nav .list > li > a {
    font-size: 1.0666666667vw;
  }
}
@media screen and (width < 1100px) {
  .c-special-header:has(.special-pages-area.is-open) {
    bottom: 0;
  }
  .c-special-header .special-cont-wrap {
    grid-template-columns: 1fr auto;
    grid-template-rows: auto auto 1fr;
    grid-template-areas: "nav nav" "logo btn" "pages pages";
    gap: 0px 20px;
    padding-inline: 0;
  }
  .c-special-header .special-cont-wrap::after {
    height: calc(var(--vh, 1vh) * 100);
  }
  .c-special-header .special-cont-wrap:has(.special-pages-area.is-open) {
    height: 100%;
  }
  .c-special-header .special-cont-wrap:has(.special-pages-area.is-open)::after {
    opacity: 1;
    pointer-events: unset;
    -webkit-user-select: unset;
       -moz-user-select: unset;
        -ms-user-select: unset;
            user-select: unset;
    -ms-touch-action: unset;
        touch-action: unset;
  }
  .c-special-header .special-cont-wrap .logo {
    padding: 15px 23px;
  }
  .c-special-header .special-cont-wrap .special-nav {
    padding-right: 0;
    width: 100%;
    min-height: 40px;
  }
  .c-special-header .special-cont-wrap .special-nav .special-nav-each {
    border-radius: 6px;
    width: 100%;
  }
  .c-special-header .special-cont-wrap .special-nav .special-nav-each:first-child {
    border-radius: 0 10px 10px 0;
  }
  .c-special-header .special-cont-wrap .special-nav .special-nav-each:last-child {
    border-radius: 10px 0 0 10px;
  }
  .c-special-header .special-cont-wrap .special-nav .special-nav-each:last-child .special-nav-link {
    padding-right: 2px;
  }
  .c-special-header .special-cont-wrap .special-nav .special-nav-link .c-coming-soon {
    display: none;
  }
  .c-special-header .special-cont-wrap .special-pages-area {
    height: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .c-special-header .special-cont-wrap .special-pages-area:not(.is-open) {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -ms-touch-action: none;
        touch-action: none;
  }
  .c-special-header .special-cont-wrap .special-pages-area.is-open {
    -webkit-overflow-scrolling: touch;
    will-change: scroll-position;
  }
  .c-special-header .special-cont-wrap .special-pages {
    grid-template-columns: 100%;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
    padding-block: 44px 70px;
    padding-inline: 20px;
    row-gap: 30px;
  }
  .c-special-header .special-cont-wrap .special-pages .special-page-link {
    padding-block: 14px 6px;
  }
  .c-special-header .special-cont-wrap .special-pages .inn-txt .en {
    font-size: 18px;
    line-height: 1.1111111111;
  }
  .c-special-header .special-cont-wrap .special-pages .inn-txt .ja {
    font-size: 20px;
    line-height: 1.9;
  }
  .c-special-header .special-cont-wrap .special-nav-btn-area {
    padding-right: 0;
    position: relative;
  }
  .c-special-header .special-cont-wrap .special-nav-btn-area .special-nav-btn {
    border-radius: 0 0 0 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 12px 0 0 20px;
  }
  .c-special-header .special-cont-wrap .special-nav-btn-area .special-nav-btn.is-open {
    opacity: 0;
    pointer-events: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -ms-touch-action: none;
        touch-action: none;
  }
  .c-special-header .special-cont-wrap .special-nav-btn-area .special-nav-btn-close {
    border-radius: 0 0 0 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 12px 0 0 20px;
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media screen and (1100px <= width) {
  .c-special-header .special-cont-wrap:has(.special-pages-area.is-hidden:not(.is-open))::after {
    opacity: 0;
  }
  .c-special-header .special-cont-wrap::after {
    opacity: 1;
  }
  .c-special-header .special-cont-wrap .logo {
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center;
  }
  .c-special-header .special-cont-wrap .special-nav .special-nav-each:first-child {
    margin-right: 10px;
  }
  .c-special-header .special-cont-wrap .special-pages-area:not(:has(.special-page-each:nth-child(5))) {
    max-width: 880px;
  }
  .c-special-header .special-cont-wrap .special-pages-area:not(:has(.special-page-each:nth-child(5))) .special-pages {
    grid-template-columns: repeat(4, 1fr);
  }
  .c-special-header .special-cont-wrap .special-pages .special-page-each {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 2;
  }
  .c-special-header .special-cont-wrap .special-pages .special-page-each:last-child .special-page-link {
    border-right: 1px solid #cccccc;
  }
  .c-special-header .special-cont-wrap .special-pages .special-page-link {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 2;
    border-left: 1px solid #cccccc;
  }
  .c-special-header .special-cont-wrap .special-nav-btn-area .special-nav-btn-close {
    display: none;
  }
}
@media screen and (width < 1100px) and (width < 1100px) {
  .c-special-header .special-cont-wrap:has(.special-pages-area.is-open) {
    height: 100%;
  }
}
@media screen and (width < 1100px) and (width < 768px) {
  .c-special-header .special-cont-wrap {
    padding-top: 5px;
  }
  .c-special-header .special-cont-wrap .logo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
  .c-special-header .special-cont-wrap .special-nav {
    gap: 1px;
  }
  .c-special-header .special-cont-wrap .special-nav .special-nav-each {
    gap: 2px;
    min-width: 88px;
  }
  .c-special-header .special-cont-wrap .special-nav .special-nav-each:first-child {
    border-radius: 0 6px 6px 0;
    margin-right: 2px;
  }
  .c-special-header .special-cont-wrap .special-nav .special-nav-each:nth-child(2) {
    background: #474747;
  }
  .c-special-header .special-cont-wrap .special-nav .special-nav-each:last-child {
    border-radius: 6px 0 0 6px;
    background: #474747;
  }
  .c-special-header .special-cont-wrap .special-nav .special-nav-each:last-child .special-nav-link {
    padding-right: 16px;
  }
  .c-special-header .special-cont-wrap .special-nav-btn-area .special-nav-btn {
    width: 80px;
    height: 80px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding: 12px 14px 0 0;
  }
  .c-special-header .special-cont-wrap .special-nav-btn-area .special-nav-btn-close {
    width: 80px;
    height: 80px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding: 12px 14px 0 0;
  }
}
@media screen and (width < 1100px) and (width < 768px) and (width < 376px) {
  .c-special-header .special-cont-wrap .special-nav .special-nav-each:first-child {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .c-special-header .special-cont-wrap .special-nav .special-nav-each:nth-child(2) {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .c-special-header .special-cont-wrap .special-nav .special-nav-each:last-child {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media screen and (375px <= width) {
  .c-special-header .special-cont-wrap .special-nav .special-nav-each:first-child .bp-375 {
    display: none;
  }
}
@media only screen and (min-width: 1025px) {
  .fuso-footer__upper {
    padding: 48px 54px 36px;
  }
  .fuso-footer__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .fuso-footer__logo {
    margin: 0 120px 0 0;
  }
  .fuso-footer__nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding-bottom: 48px;
  }
  .fuso-footer__nav__menu {
    border: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 17%;
        -ms-flex: 0 0 17%;
            flex: 0 0 17%;
    margin-right: 24px;
  }
  .fuso-footer__nav__menu__title {
    display: none;
    padding: 8px 0;
  }
  .fuso-footer__nav__menu__title h5:hover, .fuso-footer__nav__menu__title h5:focus {
    color: #7B7B7B;
  }
  .fuso-footer__nav__menu__title i {
    display: none;
  }
  .fuso-footer__nav__menu__navigation {
    max-height: inherit;
    overflow: visible;
  }
  .fuso-footer__nav__menu__navigation__list li, .fuso-footer__nav__menu__navigation__list__element {
    padding: 8px 0;
  }
  .fuso-footer__nav__menu__navigation__list li a, .fuso-footer__nav__menu__navigation__list__element a {
    line-height: 1.5;
  }
  .fuso-footer__social {
    width: auto;
  }
  .fuso-footer__social a {
    width: 48px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 48px;
        -ms-flex: 0 0 48px;
            flex: 0 0 48px;
    border: 0;
    height: auto;
  }
  .fuso-footer__bottom .region {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .fuso-footer__bottom__options {
    padding: 0 54px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: 42px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .fuso-footer__bottom__copyright {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .fuso-footer__bottom__copyright__thecopyright, .fuso-footer__bottom__copyright__legal {
    text-align: left;
  }
  .fuso-footer__bottom__copyright__legal {
    margin: 0;
    white-space: nowrap;
  }
  .fuso-footer__bottom__copyright__legal a {
    margin-left: 0;
    margin-right: 32px;
  }
  .fuso-footer__bottom .region__lang__icon {
    margin-right: 4px;
  }
  .fuso-footer__bottom .region__lang__select {
    margin-right: 0;
  }
  .fuso-footer__bottom .region__lang__select select {
    font-size: 14px;
  }
  .fuso-footer__bottom .region__lang__select--holder {
    font-size: 14px;
    margin-right: 28px;
  }
  .fuso-footer__bottom .region__lang {
    border: 0;
    padding: 0;
  }
}
@media screen and (width < 1025px) {
  .fuso-footer__nav__menu__title.js--sp-aco-btn {
    cursor: pointer;
    position: relative;
  }
  .fuso-footer__nav__menu__title.js--sp-aco-btn::before, .fuso-footer__nav__menu__title.js--sp-aco-btn::after {
    content: "";
    position: absolute;
    bottom: 0;
    top: 0;
    width: 2px;
    height: 10px;
    margin: auto;
    background-color: var(--white);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .fuso-footer__nav__menu__title.js--sp-aco-btn::before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    right: -3px;
  }
  .fuso-footer__nav__menu__title.js--sp-aco-btn::after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    right: 3px;
  }
  .fuso-footer__nav__menu__title.js--sp-aco-btn.is-open::before, .fuso-footer__nav__menu__title.js--sp-aco-btn.is-open::after {
    rotate: 90deg;
  }
  .fuso-footer__nav__menu__navigation.js--sp-aco-cont {
    display: none;
  }
  .fuso-footer__nav__menu__navigation.js--sp-aco-cont.is-open {
    max-height: inherit;
    overflow: visible;
  }
}
@media only screen and (min-width: 768px) {
  .fuso-footer__bottom .region--white {
    margin-left: 12px;
    height: 20px;
  }
}
@media screen and (1000px <= width) {
  .c-white-section-anchor-container .c-white-section {
    position: static;
    z-index: auto;
  }
  .c-white-section-anchor-container .c-white-section:not(:last-child) .c-inn-anchor-area {
    height: calc(100% - 250px - 100px - 120px);
  }
  .c-white-section-anchor-container .c-white-section .inn-cont-area {
    grid-column: 2/3;
  }
  .c-white-section-anchor-container .c-inn-anchor-area {
    position: absolute;
    z-index: 3;
  }
  .c-inn-section.has-anchor {
    padding-left: 0;
  }
  .job .jobs-section .c-inn-section {
    grid-template-columns: 240px auto;
  }
  .faq .c-white-section .c-inn-section.has-anchor {
    grid-template-columns: min(26%, 330px) auto;
  }
}
@media screen and (width < 1000px) {
  .c-inn-section.has-anchor {
    grid-template-columns: 100%;
  }
  .c-inn-anchor-area {
    display: none;
  }
  .recruit .people-section .info-btn-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .recruit .people-section .info-btn-wrap .btn-area {
    margin-top: 0;
    margin-left: auto;
  }
  .people01 .message-section .inner-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (width < 1280px) {
  .c-tbl01 .tbl-btn-wrap {
    grid-template-columns: 100%;
  }
}
@media screen and (768px <= width) and (width < 1024px) {
  .c-anchor-link-section .anchor-link-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .c-anchor-link-section .anchor-link-list:has(.c-anchor-link:nth-child(3)):not(:has(.c-anchor-link:nth-child(4))) .c-anchor-link:nth-child(3) {
    grid-column: 1/3;
    max-width: calc((100% - 40px) / 2);
    justify-self: center;
  }
}
@media screen and (width < 768px) and (width < 768px) {
  .c-anchor-link:has(.anchor-black-wrap):has(.txt-area > .c-link02.pc) .cont-wrap {
    padding-bottom: 5px;
  }
  .special01 .about-section .about-each .c-text-cont-wrap .text-cont-ttl,
  .special01 .about-section .about-each .c-text-cont-wrap .text-cont-sub-ttl,
  .special01 .about-section .about-each .c-text-cont-wrap .text-cont-desc {
    margin-right: clamp(0rem, 37.31vw - 11.6604rem, 6.25rem);
  }
}
@media screen and (width < 1120px) {
  .c-email-section .cont-wrap {
    grid-template-columns: 100%;
    justify-items: center;
  }
}
@media screen and (width < 1120px) and (width < 768px) {
  .c-email-section .cont-wrap {
    gap: 12px;
  }
}
@media screen and (width < 900px) {
  .c-training-section .training-list-each.each-white .tbl-area {
    grid-template-columns: 100%;
    gap: 20px;
  }
  .c-training-section .training-list-each.each-white .tbl-area .tbl-each:has(.c-tbl02.tbl-navy) {
    padding-bottom: 9px;
  }
}
@media screen and (width < 1024px) {
  .c-training-section .level-area.lvl-4 {
    height: calc(100% - 20px);
  }
}
@media screen and (width < 1024px) and (width < 768px) {
  .c-training-section .level-area.lvl-4 {
    height: calc(100% - 30px);
  }
}
@media screen and (768px <= width) and (width < 1000px) {
  .people-block .people-list {
    grid-template-columns: repeat(3, minmax(auto, 1fr));
  }
  .workstyle .c-workstyle-bg-section .bottom-content:has(.img-area) {
    margin-left: 0;
  }
  .workstyle .deco-box-section .box .box-inn {
    margin-top: 50px;
  }
  .workstyle .deco-box-section .box .img-area {
    position: static;
  }
  .workstyle .deco-box-section .box .sub-img-area {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .workstyle .deco-box-section .box.pattern01 .txt-area {
    margin: auto;
  }
  .workstyle .deco-box-section .box.pattern01 .sub-img-area {
    margin-left: 0;
  }
  .workstyle .deco-box-section .box.pattern01 .sub-img-area img {
    max-width: 100%;
  }
  .workstyle .deco-box-section .box.pattern02 .box-inn {
    margin-left: 0;
  }
  .workstyle .deco-box-section .box.pattern02 .txt-area {
    margin: auto;
  }
  .workstyle .deco-box-section .box.pattern02 .sub-img-area {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-right: 0;
    margin-top: -80px;
  }
  .workstyle .deco-box-section .box.pattern03 {
    margin-right: 0;
  }
  .workstyle .deco-box-section .box.pattern03 .txt-area {
    margin: auto;
  }
  .workstyle .deco-box-section .box.pattern03 .sub-img-area {
    margin-left: 0;
  }
  .workstyle .deco-box-section .box.pattern03 .sub-img-area img {
    max-width: 100%;
  }
  .workstyle .deco-box-section .box.pattern04 .txt-area {
    margin: auto;
  }
  .workstyle .deco-box-section .box.pattern05 .box-inn {
    margin-right: 0;
  }
  .workstyle .deco-box-section .box.pattern05 .img-area {
    width: auto;
    position: relative;
    top: 0;
    right: 0;
  }
  .workstyle .deco-box-section .box.pattern05 .txt-area {
    margin: auto;
  }
  .workstyle .deco-box-section .box.pattern05 .txt-area .desc {
    margin-right: 0;
  }
  .workstyle .deco-box-section .box.pattern05 .swiper-pagination {
    -webkit-box-pack: start;
    -webkit-justify-content: start;
        -ms-flex-pack: start;
            justify-content: start;
    margin-right: 0;
  }
  .special04 .c-special-mv-section {
    height: 70vw;
  }
  .special04 .c-special-mv-section .tab-btn-list {
    bottom: -15px;
  }
  .special04 .c-special-mv-section .tab-btn-list .tab-btn {
    width: 200px;
  }
  .special04 .sec02 .c-sec02-en-ttl {
    right: 20px;
  }
  .special04 .sec03 .gallery-flex.pattern01 .img-area > img {
    width: min(806px, 80.6vw);
  }
  .special04 .sec03 .gallery-flex.pattern02 .img-area {
    width: 50%;
  }
  .special04 .sec03 .gallery-flex.pattern02 .txt-area {
    margin-top: 50px;
  }
  .special04 .sec03 .gallery-flex.pattern03 .img-area {
    width: 50%;
  }
  .special04 .sec03 .gallery-flex.pattern03 .txt-area {
    margin-top: 50px;
  }
  .special04 .sec03 .gallery-flex.pattern04 {
    gap: 40px;
  }
  .special04 .sec03 .gallery-flex.pattern05 .img-area {
    width: 50%;
  }
  .special04 .sec03 .gallery-flex.pattern05 .txt-area {
    margin-top: 50px;
  }
  .special04 .sec03 .gallery-flex.pattern06 .c-circle {
    top: -20px;
  }
  .special04 .sec03 .gallery-flex.pattern06 .img-area {
    width: 50%;
  }
  .special04 .sec03 .gallery-flex.pattern06 .txt-area {
    margin-top: 100px;
  }
  .special04 .sec03 .gallery-flex.pattern06 .txt-area.pattern01 {
    margin-top: 100px;
  }
  .special04 .sec03 .gallery-flex.pattern08 {
    margin-right: 0;
  }
  .special04 .sec03 .gallery-flex.pattern08 .txt-area {
    margin-top: 50px;
  }
  .special04 .sec03 .gallery-flex.pattern08 .char-area .circle {
    top: 0px;
  }
  .people01 .message-section::after {
    top: 100px;
    background-position: center left;
  }
  .people .c-people-mv-section .img-area .profile-box.right-side {
    right: 20px;
  }
  .people .c-people-mv-section .img-area .profile-box.left-side {
    left: 20px;
  }
  .people .c-sidebar .anchor-link {
    padding: 0 10px;
  }
  .people .c-bottom-main-block .inner-block {
    padding-bottom: 300px;
  }
  .people .c-bottom-main-block .profile-box {
    max-width: 390px;
  }
  .people .c-bottom-main-block .profile-box.right-side {
    right: 20px;
  }
  .people .c-bottom-main-block .profile-box.left-side {
    left: 20px;
  }
  .people .c-bottom-main-block .desc {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .home .link-section .inner-block .link-content {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (768px <= width) and (width < 1240px) {
  .workstyle .c-workstyle-bg-section .inner-block {
    gap: 50px;
    padding-top: 50px;
  }
  .workstyle .c-workstyle-bg-section .inner-block:has(.img-area) {
    gap: 50px;
    padding-top: 50px;
  }
  .special04 .sec01 .kawasaki-block .img-wrap {
    margin-left: 0;
  }
  .special04 .sec01 .kawasaki-block .char-area .circle {
    top: -72px;
  }
  .special04 .sec01 .kawasaki-block .white-box {
    right: -20px;
  }
  .special04 .sec01 .img-section .char-area .circle img {
    left: -111px;
  }
  .special04 .sec01 .img-section .char-area .circle .inn-txt {
    margin-top: 0;
  }
  .special04 .sec01 .img-section.pattern03 .movie-list .char-area .circle {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .special04 .sec01 .img-section.pattern03 .movie-list .char-area .circle .inn-txt {
    font-size: 16px;
    margin-top: 0;
    padding-right: 0;
  }
  .special04 .sec02 .service-section .char-area {
    right: 97px;
  }
  .special04 .sec02 .service-section .char-area .circle {
    right: -130px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .special04 .sec02 .service-section .char-area .circle .inn-txt {
    padding-right: 0;
  }
  .special04 .sec02 .service-section .main-txt {
    padding-left: 0;
  }
  .special04 .sec02 .success-section .char-area .circle .inn-txt {
    margin-bottom: 0;
    margin-right: 5px;
  }
  .special04 .sec03 .gallery-flex.pattern01 .char-area {
    left: max(-100px, -8.064516129vw);
  }
  .special04 .sec03 .gallery-flex.pattern01 .char-area .circle .inn-txt {
    margin-top: 0;
    font-size: 16px;
  }
  .special04 .sec03 .img-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (768px <= width) and (width < 1240px) and (width < 1000px) {
  .workstyle .c-workstyle-bg-section .inner-block:has(.img-area) {
    gap: 30px;
  }
  .special04 .sec02 .service-section .char-area {
    top: initial;
    bottom: 0;
    right: 185px;
    z-index: 2;
  }
}
@media screen and (width < 768px) and (width < 340px) {
  .workstyle .c-workstyle-bg-section .inner-block:has(.img-area) {
    gap: 20px;
  }
}
@media screen and (768px <= width) and (width < 1400px) {
  .workstyle .deco-box-section .box.pattern01 .img-area {
    width: min(650px, 46.4285714286vw);
    left: max(-20px, -1.4285714286vw);
  }
  .workstyle .deco-box-section .box.pattern02 .img-area {
    width: min(680px, 48.5714285714vw);
    right: max(-20px, -1.4285714286vw);
  }
  .workstyle .deco-box-section .box.pattern03 .img-area {
    width: min(550px, 39.2857142857vw);
    left: max(-20px, -1.4285714286vw);
  }
}
@media screen and (768px <= width) and (width < 1400px) and (width < 1000px) {
  .workstyle .deco-box-section .box.pattern01 .img-area {
    width: auto;
  }
  .workstyle .deco-box-section .box.pattern02 .img-area {
    width: auto;
  }
  .workstyle .deco-box-section .box.pattern03 .img-area {
    width: auto;
  }
}
@media screen and (768px <= width) and (width < 1200px) {
  .workstyle .deco-box-section .box.pattern04 .img-area {
    left: -10px;
  }
  .special04 .sec03 .gallery-flex.pattern01 .white-box {
    right: -20px;
  }
  .special03 .link-section .link-cont.layout01 {
    grid-template-columns: 50% 1fr;
  }
  .special03 .link-section .link-cont.layout01 .img-wrap {
    margin-left: -40px;
    width: calc(100% + 5vw + 40px);
    margin-right: -5vw;
  }
  .special03 .link-section .link-cont.layout01 .txt-wrap {
    margin-left: 0;
    width: 100%;
  }
  .special03 .link-section .link-cont.layout02 {
    grid-template-columns: 1fr 50%;
  }
  .special03 .link-section .link-cont.layout02 .img-wrap {
    margin-right: 0;
    width: calc(100% + 8vw);
  }
  .special03 .link-section .link-cont.layout02 .txt-wrap {
    margin-left: 0;
    width: 100%;
  }
  .special03 .link-section .link-cont.layout03 {
    grid-template-columns: 50% 1fr;
  }
  .special03 .link-section .link-cont.layout03 .txt-wrap {
    margin-left: 0;
    width: 100%;
  }
  .special03 .link-section .link-cont.layout04 {
    grid-template-columns: 1fr 50%;
  }
  .special03 .link-section .link-cont.layout04 .img-wrap {
    width: calc(100% + 5vw + 40px);
    margin-left: -5vw;
    margin-right: -40px;
  }
  .special03 .link-section .link-cont.layout04 .txt-wrap {
    margin-left: 0;
    width: 100%;
  }
}
@media screen and (768px <= width) and (width < 1200px) and (width < 1000px) {
  .workstyle .deco-box-section .box.pattern04 .img-area {
    position: relative;
    width: auto;
    top: 0;
    left: 0;
  }
}
@media screen and (any-hover: hover) and (width < 768px) {
  .training .worker-section:has(.cont-box:is(a, button):hover) .cont-box {
    background: transparent;
  }
}
@media screen and (width < 768px) and (540px <= width) {
  .special01 .number-section .number-list-each .number-list:has(.c-number-card:nth-child(3)):not(:has(.c-number-card:nth-child(4))) .c-number-card:nth-child(3) {
    grid-column: 1/3;
    max-width: calc((100% - 20px) / 2);
    justify-self: center;
  }
}
@media screen and (width < 768px) and (width < 540px) {
  .special01 .number-section .number-list-each .number-list {
    grid-template-columns: 100%;
  }
  .special01 .number-section .number-list-each.each-03 .number-list {
    grid-template-columns: 100%;
  }
}
@media screen and (768px <= width) and (width < 1260px) {
  .special01 .about-section .about-each:nth-child(odd) .about-bg img {
    margin-left: calc((100vw - 1260px) / 2);
  }
}
@media screen and (768px <= width) and (1440px <= width) {
  .special01 .about-section .about-each.each-03 .about-bg {
    bottom: 17.7083333333vw;
  }
}
@media screen and (768px <= width) and (width < 1440px) {
  .special01 .about-section .about-each .about-map {
    top: 0;
    width: clamp(21.875rem, -5.554rem + 57.143vw, 45.875rem);
  }
  .global .c-mv-section .cont-wrap .img-bottom img {
    margin-left: 30px;
  }
}
@media screen and (768px <= width) and (width < 1220px) {
  .special01 .about-section .about-each .about-map {
    left: 20px;
    top: 90px;
  }
}
@media screen and (768px <= width) and (width < 960px) {
  .mfp-content .mfp-close-movie {
    width: 30px;
    height: 30px;
  }
  .mfp-content .mfp-close {
    top: -34px;
  }
}
@media screen and (768px <= width) and (width < 1040px) {
  .special04 .sec01 .kawasaki-block .char-area {
    left: -40px;
  }
  .special04 .sec01 .track-block .txt-area {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .special04 .sec03 .gallery-flex.pattern07 {
    margin-right: 0;
  }
  .disability .message-section .txt-box .txt {
    font-size: 16px;
    line-height: 2;
  }
}
@media screen and (768px <= width) and (width < 900px) {
  .special04 .sec01 .img-section .char-area {
    right: -163px;
    bottom: -30px;
  }
}
@media screen and (width < 768px) and (width < 350px) {
  .special04 .sec01 .img-section .char-area .circle img {
    left: -48px;
  }
}
@media screen and (width < 768px) and (378px <= width) {
  .special04 .sec01 .img-section.pattern02 .img-area .white-box .desc-wrap {
    background-position: center bottom -78px;
  }
}
@media screen and (768px <= width) and (width < 1100px) {
  .special04 .sec01 .img-section.pattern03 .movie-list .char-area {
    left: -9vw;
    bottom: 15px;
    z-index: 5;
  }
  .disability .voice-section .l-grid {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    max-width: 100%;
  }
  .disability .support-section .l-grid {
    grid-template-columns: 100%;
  }
  .disability .recruit-section .txt-wrap {
    width: calc(100% - min(9.0909090909vw, 100px));
    margin-left: 0;
  }
}
@media screen and (768px <= width) and (width < 1100px) and (width < 900px) {
  .special04 .sec01 .img-section.pattern03 .movie-list .char-area {
    left: -5.5555555556vw;
  }
}
@media screen and (width < 768px) and (width < 365px) {
  .special04 .sec02 .service-section .char-area .circle {
    right: 0px;
  }
}
@media screen and (width < 768px) and (width < 365px) and (width < 340px) {
  .special04 .sec02 .service-section .char-area .circle {
    right: -10px;
  }
}
@media screen and (768px <= width) and (width < 1140px) {
  .special04 .sec02 .success-section .char-area {
    right: 0;
  }
  .special04 .sec03 .gallery-flex.pattern06 {
    margin-left: 0;
  }
}
@media screen and (width < 768px) and (width < 360px) {
  .special04 .sec02 .success-section .char-area .circle {
    left: min(20px, 5.5555555556vw);
  }
}
@media screen and (width < 768px) and (width < 360px) and (width < 340px) {
  .special04 .sec02 .success-section .char-area .circle {
    left: 0;
  }
}
@media screen and (768px <= width) and (width < 1020px) {
  .special04 .sec03 .gallery-flex.pattern01 .char-area .circle {
    left: -46px;
    top: -160px;
    width: 240px;
    height: 240px;
  }
}
@media screen and (768px <= width) and (width < 1350px) {
  .special04 .sec03 .gallery-flex.pattern08 .char-area {
    right: 100px;
  }
}
@media screen and (768px <= width) and (width < 1350px) and (width < 1240px) {
  .special04 .sec03 .gallery-flex.pattern08 .char-area {
    right: 150px;
  }
}
@media screen and (768px <= width) and (width < 990px) {
  .highschool .top-sections-wrap .message-section .inner-block {
    margin-left: 80px;
  }
  .disability .message-section {
    margin-top: -60px;
  }
}
@media screen and (768px <= width) and (1000px <= width) {
  .people01 .message-section .inner-block .txt-area {
    width: 63%;
    min-width: 500px;
  }
}
@media screen and (768px <= width) and (width < 970px) {
  .disability .mv-section .mv-img-wrap .mv-img03 {
    margin-top: min(-2.0618556701vw, -20px);
  }
  .disability .voice-section .l-grid .img {
    max-width: min(30.9278350515vw, 300px);
  }
}
@media screen and (768px <= width) and (width < 1380px) {
  .disability .support-section .l-grid {
    margin-left: 0;
  }
}
@media screen and (1101px <= width) {
  .disability .support-section .l-grid .txt-wrap {
    max-width: 446px;
  }
}
@media screen and (768px <= width) and (1101px <= width) {
  .disability .recruit-section .c-ttl01 {
    margin-left: min(8.3333333333vw, 120px);
  }
}
/*# sourceMappingURL=style.css.map */