@charset "UTF-8";
:root {
  --noto-sans-font-family: "Noto Sans JP", sans-serif;
  --bebas-font-family: "Bebas Neue", sans-serif;
  --zen-font-family: "Zen Kurenaido", sans-serif;
  --rounded-font-family: "M PLUS Rounded 1c", sans-serif;
  --noto-serif-font-family: "Noto Serif JP", serif;
}

body {
  /* スクロールバー全体の幅 */
}
body ::-webkit-scrollbar {
  width: 12px;
  /* 縦スクロール用 */
  height: 12px;
  /* 横スクロール用 */
}
body {
  /* スクロールバーの背景（溝） */
}
body ::-webkit-scrollbar-track {
  background: #DEECF3;
}
body {
  /* スクロールバーのつまみ */
}
body ::-webkit-scrollbar-thumb {
  background: rgba(0, 87, 154, 0.26);
  border-radius: 6px;
}
body {
  /* つまみにホバーした時 */
}
body ::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 87, 154, 0.5);
}

/* ----------------------------- Home ----------------------------- */
.home-movie {
  position: relative;
}

.top-news {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  border-radius: 3px;
  background: rgba(0, 88, 154, 0.6);
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  gap: 10px;
  padding: 12px;
}
.top-news__wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  width: 100%;
}
.top-news__item {
  width: 100%;
  padding: 10px;
  color: #001840;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  text-decoration: none;
  box-sizing: border-box;
  transition: background 0.2s;
  background: #FFF;
  box-shadow: 0 1px 8px 0 rgba(62, 129, 207, 0.46);
}
.top-news__label {
  flex-shrink: 0;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
}
.top-news__date {
  flex-shrink: 0;
  color: #D9D9D9;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: inline-block;
  margin-left: 10px;
}
.top-news__cat {
  flex-shrink: 0;
  background: #A7DDDF;
  color: #001840;
  font-size: 13px;
  font-weight: 400;
  padding: 5px 8px;
  line-height: 1;
  border-radius: 2px;
}
.top-news__title_link {
  width: 100%;
}
.top-news__title_link:hover .top-news__title {
  text-decoration: none;
}
.top-news__title {
  flex: 1;
  font-size: 13px;
  color: #001840;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 14.3px */
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.top-news__btn {
  display: inline-flex;
  padding: 10px 24px;
  justify-content: center;
  align-items: center;
  gap: 13px;
  border-radius: 20px;
  border: 2px solid #FFF;
  background: var(--sato_blue, #003FA7);
}
.top-news__btn img {
  width: 12px;
  height: 12px;
  position: relative;
  left: 0;
  transition: left 0.2s;
}
.top-news__btn:hover img {
  left: 2px;
}
.top-news__archive-btn {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (min-width: 700px) {
  .top-news {
    width: calc(100% - 320px);
    max-width: 600px;
    min-width: 390px;
    bottom: 50px;
    left: 40px;
    flex-direction: row;
  }
  .top-news__wrap {
    gap: 14px;
  }
  .top-news__item {
    flex-wrap: nowrap;
    min-height: 48px;
    gap: 14px;
    width: 100%;
  }
}
.home-catchcopy {
  display: none;
  filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.2));
}

.home-catchcopy-sp {
  width: 100%;
  position: absolute;
  top: calc(50% - 100px);
  text-align: center;
  z-index: 10;
  filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.2));
}
.home-catchcopy-sp img {
  max-width: 90%;
}

.saiyo-catch-desc {
  width: 100%;
  position: absolute;
  top: calc(50% - 40px);
  z-index: 10;
  filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.2));
  color: #FFF;
  text-align: center;
  text-shadow: 1px 1px 0px rgba(62, 129, 207, 0.46), -1px 1px 0px rgba(62, 129, 207, 0.46), 1px -1px 0px rgba(62, 129, 207, 0.46), -1px -1px 0px rgba(62, 129, 207, 0.46), 1px 0px 0px rgba(62, 129, 207, 0.46), 0px 1px 0px rgba(62, 129, 207, 0.46), -1px 0px 0px rgba(62, 129, 207, 0.46), 0px -1px 0px rgba(62, 129, 207, 0.46);
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 180%;
  filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.2));
}

.movie-pc .saiyo-catch-desc {
  top: calc(50% + 50px);
}

.section-top-lead {
  background: url(../img/bg-top-lead-sp.webp) center bottom/clamp(100vw, 190vw, 1400px) no-repeat;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 8vw 20px 52vw;
}

.top-lead-wrap {
  width: 100%;
  padding: 8vw 20px 29vw;
  color: #001840;
}
.top-lead-wrap p {
  text-align: center;
  font-family: var(--noto-sans-font-family);
  font-size: clamp(12px, 3.7vw, 18px);
  font-style: normal;
  font-weight: 700;
  line-height: 1.8;
}

.top-lead-img {
  display: none;
}

.top-whatis-sato {
  padding: 90px 20px 240px;
  background: url(../img/bg-sora-kumo.webp) center/cover no-repeat;
  position: relative;
  z-index: 1;
}

.whatis-sato-nav {
  width: 375px;
  max-width: 100%;
  border-radius: 187px;
  min-height: 1040px;
  margin: 0 auto;
  padding: 110px 0 450px;
  background: url(../img/bg-whatissato.webp) right bottom/100% no-repeat #7497BD;
  position: relative;
}
.whatis-sato-nav h2 {
  text-align: right;
  padding-right: 50px;
  color: #FFF;
  text-align: right;
  font-family: var(--bebas-font-family);
  font-size: 3rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
.whatis-sato-nav .whatis-nav-btn {
  color: #fff;
  width: 85%;
  padding: 16px 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  float: left;
  background: #5A96DC;
  margin: 33px 0;
  position: relative;
}
.whatis-sato-nav .whatis-nav-btn::before {
  content: url(../img/ph_hand-tap.svg);
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: 6px;
  transition: 0.3s;
}
.whatis-sato-nav .whatis-nav-btn:hover::before {
  transform: rotate(-15deg);
}
.whatis-sato-nav .whatis-nav-btn:nth-child(2n+1) {
  float: right;
  background: rgba(15, 15, 15, 0.47);
}
.whatis-sato-nav .whatis-nav-btn:nth-child(3n+1) {
  background: #36579B;
}
.whatis-sato-nav .whatis-nav-btn::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -4px;
  right: -4px;
  border-right: 4px solid #D9D9D9;
  border-bottom: 4px solid #D9D9D9;
}
.whatis-sato-nav .whatis-nav-btn:nth-child(2n+1)::after {
  right: auto;
  left: -4px;
  border-right: none;
  border-left: 4px solid #D9D9D9;
}

.whatis-base {
  position: fixed;
  top: 0;
  left: 0;
  max-width: 375px;
  min-height: 454px;
  padding: 60px 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.whatis-base h3 {
  color: #FFF;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 10px;
}
.whatis-base p {
  color: #fff;
  color: #FFF;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.whatis-base strong {
  border-bottom: 2px solid #C4E73B;
}
.whatis-base.offcanvas-start {
  top: 10vh;
  left: 10vw;
  width: 80vw;
  max-width: 80vw;
  height: 80vh;
}
.whatis-base.offcanvas-end {
  top: 10vh;
  left: auto;
  right: 10vw;
  width: 80vw;
  max-width: 80vw;
  height: 80vh;
}

.whatis-base.whatis1 {
  background: url(../img/bg-top-whatis1.webp) center bottom/cover no-repeat;
}
.whatis-base.whatis1 p {
  background-color: rgba(62, 129, 207, 0.4588235294);
  padding: 10px;
}

.whatis-base.whatis2 {
  background: url(../img/bg-top-whatis3.webp) center bottom/cover no-repeat;
}

.whatis-base.whatis3 {
  background: url(../img/bg-top-whatis2.webp) center bottom/cover no-repeat;
}
.whatis-base.whatis3 p {
  background-color: rgba(37, 75, 119, 0.368627451);
  padding: 10px;
}

.connect1,
.connect2,
.connect3 {
  display: none;
}

.arrow-down {
  position: absolute;
  bottom: -90px;
  left: calc(50% - 13px);
  z-index: 10;
  height: 224px;
  width: 66px;
  content: "";
  display: block;
  background: url(../img/img-arrow-down-sp.svg) center bottom no-repeat;
  animation: arrow-anim-sp 1s infinite alternate;
}

@keyframes arrow-anim-sp {
  0% {
    bottom: -90px;
  }
  50% {
    bottom: -86px;
  }
  100% {
    bottom: -90px;
  }
}
.section-satorian {
  position: relative;
  height: 100%;
  padding: 30px 20px 50px;
}

.bg-satorian {
  content: "";
  display: block;
  position: absolute;
  top: -60px;
  left: 0;
  z-index: 1;
  width: 100%;
  height: calc(100% + 60px);
  background: url(../img/bg-satorian-sp.svg) 100% 100%/100% no-repeat;
}

.satorian-wrap {
  position: relative;
  z-index: 10;
}

.satorian-wrap-right {
  display: none;
}

.title-satorian {
  width: 100%;
  text-align: center;
  color: #FFF;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  margin-bottom: 40px;
}
.title-satorian img {
  width: min(80%, 328px);
}

.satorian-img-wrap {
  text-align: center;
}
.satorian-img-wrap img {
  width: min(90%, 440px);
}

/* ----------------------------- 採用トップ ----------------------------- */
.section-top-saiyo {
  background: url(../img/bg-top-saiyo-sp.svg) 100% 100%/100% 100% no-repeat;
  padding: 160px 20px 240px;
  margin-top: -100px;
}

.top-saiyo-wrap {
  position: relative;
  max-width: 600px;
}

.top-saiyo-copy-wrap {
  width: 80%;
  margin: -20px auto 0;
  text-align: center;
  display: inline-block;
  padding: 70px 54px 20px 20px;
  position: relative;
  z-index: 1;
}
.top-saiyo-copy-wrap .top-saiyo-copy {
  position: relative;
  z-index: 10;
}
.top-saiyo-copy-wrap::after {
  content: "";
  display: block;
  width: 130px;
  height: 130px;
  position: absolute;
  left: 10%;
  top: 8%;
  z-index: 0;
  background: url(../img/bg-genseki.svg) right center/contain no-repeat;
  animation: 10s fuwafuwa infinite;
}

@keyframes fuwafuwa {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}
.top-saiyo-copy {
  display: inline-block;
  color: #FFF;
  font-family: var(--zen-font-family);
  font-size: 1.6875rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.top-saiyo-text {
  color: #FFF;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  /* 27.2px */
  margin-bottom: 50px;
}

.top-saiyo-img {
  text-align: center;
  position: relative;
}
.top-saiyo-img::after {
  content: "";
  display: block;
  width: 80px;
  height: 80px;
  position: absolute;
  right: 0;
  top: 0;
  background: url(../img/bg-top-saiyo-img.svg) right top/contain no-repeat;
  animation: 6s fuwafuwa infinite;
}
.top-saiyo-img img {
  width: min(80%, 420px);
}

.nav-major {
  position: relative;
  z-index: 0;
  padding: 100px 20px 200px;
  margin-top: -50px;
  background: url(../img/bg-nav-major-sp.webp) center top/cover no-repeat;
}
.nav-major .nav {
  width: min(880px, 100%);
  display: flex;
  justify-content: center;
  margin: 0 auto;
  gap: 5%;
}
.nav-major .nav-item {
  display: inline-block;
  width: min(44%, 162px);
  margin-bottom: 20px;
}
.nav-major .nav-item.corporate .nav-link {
  background: url(../img/icon-corporate.svg) center 80%/auto no-repeat #FFF;
}
.nav-major .nav-item.genba .nav-link {
  background: url(../img/icon-news.svg) center 72%/auto no-repeat #FFF;
}
.nav-major .nav-item.hinshitsu .nav-link {
  background: url(../img/icon-yakuwari.svg) center 80%/auto no-repeat #FFF;
}
.nav-major .nav-item.kyouiku .nav-link {
  background: url(../img/icon-sato-jinzai.svg) center 85%/auto no-repeat #FFF;
}
.nav-major .nav-item.current-menu-item .nav-link, .nav-major .nav-item:hover .nav-link, .nav-major .nav-item:active .nav-link {
  border-radius: 1.5rem;
  border: 2px solid #FFF;
  color: #fff;
  background-color: #00A0E9;
}
.nav-major .nav-item.current-menu-item.corporate .nav-link, .nav-major .nav-item:hover.corporate .nav-link, .nav-major .nav-item:active.corporate .nav-link {
  background: url(../img/icon-corporate-wh.svg) center 80%/auto no-repeat #01589a;
}
.nav-major .nav-item.current-menu-item.genba .nav-link, .nav-major .nav-item:hover.genba .nav-link, .nav-major .nav-item:active.genba .nav-link {
  background: url(../img/icon-news-wh.svg) center 72%/auto no-repeat #01589a;
}
.nav-major .nav-item.current-menu-item.hinshitsu .nav-link, .nav-major .nav-item:hover.hinshitsu .nav-link, .nav-major .nav-item:active.hinshitsu .nav-link {
  background: url(../img/icon-yakuwari-wh.svg) center 80%/auto no-repeat #01589a;
}
.nav-major .nav-item.current-menu-item.kyouiku .nav-link, .nav-major .nav-item:hover.kyouiku .nav-link, .nav-major .nav-item:active.kyouiku .nav-link {
  background: url(../img/icon-sato-jinzai-wh.svg) center 85%/auto no-repeat #01589a;
}
.nav-major .nav-link {
  width: 100%;
  height: 100px;
  display: inline-block;
  background-color: #fff;
  filter: drop-shadow(0px 1px 2px rgba(0, 0, 0, 0.25));
  border-radius: 1.5rem;
  color: #000;
  text-align: center;
  font-family: var(--bebas-font-family);
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.nav-major .nav-link img {
  display: block;
  margin: 6px auto 0;
}

.section-saiyo-top-lead {
  display: none;
}

.section-saiyo-top-lead-sp {
  display: block;
}

.saiyo-lead-slider-item {
  min-height: 148svw;
  width: 100%;
  padding: 72px 24px 60px;
  text-align: center;
  color: #231815;
  font-family: var(--noto-sans-font-family);
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.8;
}

.saiyo-top-yama {
  background: url(../img/bg-saiyo-top-lead-yama-sp.webp) center 75%/100% auto no-repeat;
}

.saiyo-top-future {
  background: url(../img/bg-saiyo-top-lead-future-sp.webp) center 80%/100% auto no-repeat;
}

.section-saiyo-known-nav {
  position: relative;
  z-index: 10;
}
.section-saiyo-known-nav .title-known-nav {
  text-align: center;
  padding: 16px 0 30px;
  margin-bottom: 20px;
  color: #FFF;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  font-family: "Noto Sans JP";
  font-size: 22px;
  font-style: normal;
  font-weight: 900;
  line-height: 100%;
  /* 30px */
  background-position: 50% 50%;
  background-size: auto 100%;
  background-repeat: no-repeat;
}
.section-saiyo-known-nav .title-known-nav img {
  height: 114px;
  width: auto;
}
.section-saiyo-known-nav .known-nav-sato .title-known-nav {
  background-image: url(../img/known-nav-bg-txt-sato.png);
}
.section-saiyo-known-nav .known-nav-works .title-known-nav {
  background-image: url(../img/known-nav-bg-txt-job.png);
}
.section-saiyo-known-nav .known-nav-sato {
  background: url(../img/bg-nav-sato-mizuiro.svg) center bottom/100% 100% no-repeat;
  position: relative;
  z-index: 2;
}
.section-saiyo-known-nav .known-nav-sato .nav-item.current-menu-item .nav-link,
.section-saiyo-known-nav .known-nav-sato .nav-item:hover .nav-link,
.section-saiyo-known-nav .known-nav-sato .nav-item:active .nav-link {
  background-color: #00A0E9;
}
.section-saiyo-known-nav .known-nav-works {
  background: url(../img/bg-nav-shigoto-blue.svg) center bottom/100% 100% no-repeat;
  position: relative;
  z-index: 1;
}
.section-saiyo-known-nav .known-nav-works .nav-item.current-menu-item .nav-link,
.section-saiyo-known-nav .known-nav-works .nav-item:hover .nav-link,
.section-saiyo-known-nav .known-nav-works .nav-item:active .nav-link {
  background-color: #01589a;
}
.section-saiyo-known-nav .known-nav-wrap {
  display: flex;
  flex-wrap: wrap;
  max-width: 96%;
  justify-content: center;
  margin: 60px auto 40px;
}
.section-saiyo-known-nav .known-nav {
  width: 100%;
  padding: 40px 3.5% 106px;
  margin-bottom: 30px;
  margin-top: 0;
}
.section-saiyo-known-nav .nav {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
.section-saiyo-known-nav .nav-item {
  display: inline-block;
  width: 100%;
  margin-bottom: 2px;
}
.section-saiyo-known-nav .nav-item.current-menu-item .nav-link, .section-saiyo-known-nav .nav-item:hover .nav-link, .section-saiyo-known-nav .nav-item:active .nav-link {
  border-radius: 1.5rem;
  border: 2px solid #FFF;
  color: #fff;
}
.section-saiyo-known-nav .nav-item.current-menu-item .known-nav-icon, .section-saiyo-known-nav .nav-item:hover .known-nav-icon, .section-saiyo-known-nav .nav-item:active .known-nav-icon {
  display: none;
}
.section-saiyo-known-nav .nav-item.current-menu-item .known-nav-icon-hover, .section-saiyo-known-nav .nav-item:hover .known-nav-icon-hover, .section-saiyo-known-nav .nav-item:active .known-nav-icon-hover {
  display: block;
}
.section-saiyo-known-nav .nav-link {
  width: 100%;
  height: 103px;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  background-color: #fff;
  filter: drop-shadow(0px 1px 2px rgba(0, 0, 0, 0.25));
  border: 2px solid #FFF;
  border-radius: 1.5rem;
  color: #000;
  text-align: center;
  font-family: "Noto Sans JP", "Bebas Neue", sans-serif;
  font-size: 0.812rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  padding: 5px 4px 3px;
}
.section-saiyo-known-nav .nav-link img {
  display: block;
  margin: 6px auto 0;
}
.section-saiyo-known-nav .nav-link .known-nav-icon-hover {
  display: none;
}

.section-saiyo-top-satorian {
  background: url(../img/bg-saiyo-top-satorian-sp.svg) center bottom/100% 100% no-repeat;
  padding: 80px 20px 170px;
  position: relative;
  z-index: 2;
  margin-bottom: 60px;
}
.section-saiyo-top-satorian .satorian-wrap {
  padding-bottom: 30px;
}
.section-saiyo-top-satorian .satorian-wrap-left {
  text-align: center;
  margin-bottom: 60px;
}
.section-saiyo-top-satorian .satorian-img-wrap {
  position: relative;
  display: inline-block;
  width: min(90%, 440px);
}
.section-saiyo-top-satorian .satorian-img-wrap .satorian-img-employee {
  width: 166px;
  height: auto;
  position: absolute;
  bottom: 0;
  right: 0;
}
.section-saiyo-top-satorian .satorian-wrap-right {
  display: block;
}
.section-saiyo-top-satorian .satorian-item {
  display: none;
}
.section-saiyo-top-satorian .satorian-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 60px;
}
.section-saiyo-top-satorian .satorian-list > div {
  display: none;
}
.section-saiyo-top-satorian .satorian-list > div:nth-child(1), .section-saiyo-top-satorian .satorian-list > div:nth-child(2) {
  display: flex;
}
.section-saiyo-top-satorian .satorian-item {
  width: max(48%, 340px);
  margin-bottom: 20px;
  display: flex;
  flex-direction: column-reverse;
}
.section-saiyo-top-satorian .satorian-item .satorian-title {
  color: #FFF;
  text-align: center;
  text-shadow: 1px 1px 0 #00589A, -1px -1px 0 #00589A, -1px 1px 0 #00589A, 1px -1px 0 #00589A, 0px 1px 0 #00589A, -1px 0 #00589A, -1px 0 0 #00589A, 1px 0 0 #00589A, 0px 4px 4px rgba(0, 0, 0, 0.35);
  font-family: var(--noto-sans-font-family);
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: 8px;
  min-height: 77px;
}
.section-saiyo-top-satorian .satorian-item .satorian-title-sub {
  font-size: 0.75rem;
  margin-top: 2px;
  display: block;
}
.section-saiyo-top-satorian .satorian-item-img img {
  border: 6px solid #fff;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 121/73;
}
.section-saiyo-top-satorian .btn-whiteline-wrap {
  margin: 40px 0 20px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.section-saiyo-top-satorian .btn-whiteline-wrap .btn-whiteline {
  border-radius: 1.5rem;
  border: 2px solid #FFF;
  background: inherit;
  padding: 0.75rem 1.4rem 0.75rem 1.88rem;
  color: #fff;
  position: relative;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: min(60%, 340px);
}
.section-saiyo-top-satorian .btn-whiteline-wrap .btn-whiteline:hover {
  background-color: #fff;
  color: #00589A;
}

.section-faq {
  background: rgba(0, 160, 233, 0.2);
  margin: 0 auto 0;
  padding: 60px 20px 60px;
  position: relative;
  z-index: 1;
}
.section-faq h2 {
  text-align: left;
  margin-bottom: 20px;
  color: #0F0D53;
  font-family: "Noto Sans JP";
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 36px */
}

.saiyo .section-faq,
.tax-faqcat .section-faq,
.single-faq .section-faq {
  background: none;
  padding: 0 20px 60px;
}

.faq-taxonomy-wrap {
  margin: 0 0 0;
}

.faq-taxonomy-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  padding: 0;
  margin: 0;
}

.faq-taxonomy-item a {
  display: block;
  text-align: center;
  padding: 12px 12px;
  border: 2px solid #00589A;
  border-radius: 100px;
  background: #FFFFFF;
  color: #00589A;
  font-family: var(--noto-sans-font-family);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
  transition: background-color 0.3s, color 0.3s;
}
.faq-taxonomy-item a:hover {
  background-color: #00589A;
  color: #fff;
}
.faq-taxonomy-item.current-cat a {
  background-color: #00589A;
  color: #fff;
}

.faq-search-wrap {
  margin: 44px 0 0;
}

.faq-search-form {
  display: flex;
  align-items: center;
  border-radius: 10px;
  background: rgba(0, 160, 233, 0.2);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
  padding: 18px 16px 17px 16px;
  gap: 11px;
}

.faq-search-input {
  flex: 1;
  padding: 12px 16px;
  border: none;
  border-radius: 8px;
  font-family: var(--noto-sans-font-family);
  font-size: 0.9375rem;
  outline: none;
  background: #fff;
  background: #FFF;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.07) inset;
}
.faq-search-input:focus {
  outline: 2px solid #00589A;
  outline-offset: 0;
}

.faq-search-btn {
  padding: 12px 20px;
  border-radius: 16px;
  background: rgba(0, 63, 167, 0.7);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
  color: #fff;
  border: none;
  font-family: var(--noto-sans-font-family);
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
  transition: background-color 0.3s;
  line-height: 1;
}
.faq-search-btn:hover {
  background-color: #00589A;
}

.faq-img {
  text-align: center;
}

.faq-list-wrap {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 40px;
}

.faq-item {
  background-color: #fff;
  padding: 12px 16px;
  width: 100%;
}
.faq-item h3 {
  color: #454545;
  font-family: var(--noto-sans-font-family);
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.75;
}
.faq-item p {
  color: #2A200F;
  font-family: var(--noto-sans-font-family);
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.7;
  background: rgba(220, 184, 90, 0.14);
  padding: 18px 16px 12px 16px;
}
.faq-item p a {
  color: #00589A;
  text-decoration: underline;
}
.faq-item p a:hover {
  color: #00A0E9;
}
.faq-item .btn-collapse {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: url(../img/icon-collapse-close.svg) center no-repeat;
  width: 44px;
  height: 44px;
  display: inline-block;
  border: none;
}
.faq-item .btn-collapse.collapsed {
  background: url(../img/icon-collapse-open.svg) center no-repeat;
}
.faq-item .faq-item-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.requirements {
  position: relative;
  z-index: 15;
  width: 100%;
  margin: 0px auto 0;
  background-color: #fff;
  padding: 50px 30px 40px;
  filter: drop-shadow(0px 1px 3px rgba(0, 0, 0, 0.15));
}
.requirements .title-bebas {
  color: #0F0D53;
  position: absolute;
  top: -26px;
  left: 30px;
}
.requirements .title-requirements {
  color: #001840;
  font-family: var(--noto-sans-font-family);
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 60px;
}
.requirements .application-requirements {
  padding: 0;
  max-width: 840px;
  margin: 0 auto;
}
.requirements .requirements-btn-wrap {
  width: 100%;
  text-align: center;
  padding: 20px 20px;
}
.requirements .requirements-btn-wrap .btn-important {
  margin: 20px 20px 40px 20px;
}
.requirements .requirements-btn-wrap .btn-important-blue {
  background-color: #00589A;
}
.requirements .requirements-btn-wrap .btn-important-blue:hover,
.requirements .requirements-btn-wrap .btn-important-blue:active {
  background-color: #fff;
  color: #00589A;
  border: 2px solid #00589A;
}
.requirements .requirements-btn-wrap .btn-important-blue:hover::after,
.requirements .requirements-btn-wrap .btn-important-blue:active::after {
  background: url(../img/uiw_swap-right-blue.svg) center right/cover no-repeat;
}
.requirements .btn-important-blueline.btn-important::before {
  border: 2px solid #00A0E9;
}
.requirements .btn-important-blue.btn-important::before {
  border: 2px solid #00589A;
}
.requirements .requirements-table {
  caption-side: top;
  width: 100%;
  border-collapse: collapse;
  font-family: var(--noto-sans-font-family);
  font-size: 16px;
  color: #231815;
  margin-bottom: 20px;
}
.requirements .requirements-table__caption {
  background: #00A0E9;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  height: 53px;
  line-height: 53px;
  text-align: center;
  padding: 0 16px;
  border-top: 1px solid #00589A;
  border-left: 1px solid #00589A;
  border-right: 1px solid #00589A;
}
.requirements .requirements-table__list {
  margin: 0 0 16px;
  padding: 0 0 0 1.2em;
  list-style: disc;
}
.requirements .requirements-table__list li {
  line-height: 1.7;
}
.requirements .requirements-table tr + tr th {
  border-top: none;
}
.requirements .requirements-table th {
  display: block;
  width: 100%;
  background: #DEEDF3;
  border: 1px solid #00589A;
  padding: 12px 16px;
  font-weight: 700;
  text-align: left;
  line-height: 1.5;
}
.requirements .requirements-table td {
  display: block;
  width: 100%;
  background: #fff;
  border: 1px solid #00589A;
  border-top: none;
  padding: 12px 16px;
  font-weight: 400;
  line-height: 1.4;
  font-size: 14px;
}
.requirements .requirements-table td a {
  color: #1B196E;
  text-decoration: underline;
}
.requirements .requirements-table td a:hover {
  text-decoration: none;
}
.requirements .requirements-table tr + tr td {
  border-top: none;
}

.section-lv2 {
  padding: 24px 20px 40px;
  border-radius: 0rem 1.5rem 0rem 0rem;
  border-top: 1px solid #0F0D53;
  border-right: 1px solid #0F0D53;
  border-bottom: 1px solid #0F0D53;
  border-left: 6px solid #0F0D53;
  background: #FFF;
  width: calc(100% - 40px);
  margin: 26px auto 30px;
  text-align: center;
}
.section-lv2 p {
  color: #222;
  font-family: var(--noto-sans-font-family);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.875;
  margin-bottom: 34px;
  text-align: left;
}

.section-lv2-title {
  color: #001840;
  text-align: center;
  font-family: var(--noto-sans-font-family);
  font-size: 1.25rem;
  font-weight: 700;
}

.our-work-place {
  display: inline-block;
  color: #FFF;
  text-align: center;
  font-family: var(--noto-sans-font-family);
  font-size: 0.75rem;
  font-weight: 400;
  background: #0F0D53;
  padding: 4px 16px;
  margin-bottom: 32px;
}

.section-lv2-image {
  display: flex;
  flex-direction: column;
  max-width: 280px;
  margin: 20px auto 0;
  gap: 20px;
}
.section-lv2-image .figure-caption {
  text-align: center;
  color: #333;
  text-align: center;
  font-family: var(--noto-sans-font-family);
  font-size: 0.75rem;
  font-style: normal;
  line-height: 1.7;
}

.section-lv2-video {
  margin-top: 20px;
}

.page-header-shiru {
  height: 72svw;
  background-image: url(../img/bg-shiru-sato-title-img.webp), url(../img/bg-shiru-sato-title.svg);
  background-position: center bottom, left bottom;
  background-repeat: no-repeat, repeat-x;
  background-size: 94% auto, auto 72svw;
  padding: 32svw 0 0;
  text-align: center;
  color: #001840;
  text-align: center;
  font-family: var(--noto-sans-font-family);
  font-size: 1.5rem;
  font-weight: 700;
}

.section-shiru {
  border-radius: 0rem 1.5rem 0rem 0rem;
  border-left: 6px solid var(--mizuiro, #00A0E9);
  background: #FFF;
  width: calc(100% - 40px);
  margin: 0 auto 26px;
  padding-bottom: 20px;
}
.section-shiru p {
  color: #222;
  font-family: var(--noto-sans-font-family);
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 2;
  margin-bottom: 32px;
}

.section-shiru-title {
  color: #001840;
  text-align: center;
  font-family: var(--noto-sans-font-family);
  font-size: 1.125rem;
  font-weight: 700;
  padding: 1.94rem 10px 0.69rem;
}

.section-shiru-image {
  text-align: center;
}
.section-shiru-image img {
  max-width: calc(100% - 32px);
  max-height: 440px;
}
.section-shiru-image.video-wrap, .section-shiru-image.video-wrap-sp {
  max-width: calc(100% - 40px);
  margin: 0 auto;
}

.page-footer-shiru {
  padding-top: 110px;
}

.section-number-wrap {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}

.section-number {
  width: 94%;
  max-width: 420px;
  margin-bottom: 20px;
  border-top: 6px solid var(--mizuiro, #00A0E9);
  background: #FFF;
  padding: 0 10px 96px;
}
.section-number p {
  margin: 20px auto 0;
}

.section-number-title {
  text-align: center;
  background: url(../img/bg-number-item-title.svg) center top/auto 100% no-repeat;
  padding: 20px 20px 60px;
}
.section-number-title p {
  font-size: 2rem;
  font-weight: 500;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1 !important;
}

.saiyo-list-style {
  max-width: 680px;
  margin: 0 auto 40px;
  list-style: none;
  color: #001840;
  padding: 8px 24px 0 10px;
}
.saiyo-list-style > li {
  padding-left: 32px;
  background: url(../img/list-mizuiro.svg) 9px 9px/auto no-repeat;
  margin-bottom: 30px;
}
.saiyo-list-style > li h2 {
  font-family: var(--noto-sans-font-family);
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.7;
}
.saiyo-list-style > li p {
  padding: 0;
  color: #222;
  font-family: var(--noto-sans-font-family);
  font-size: 0.875rem;
  font-weight: 400;
}
.saiyo-list-style > li .section-lv2-image {
  max-width: 100%;
  margin: 20px 0 0;
}

.page-header-known-job {
  width: 360px;
  height: auto;
  min-height: 220px;
  background: url(../img/bg-title-known-job.webp) center 10%/100% auto no-repeat;
  display: flex;
  justify-content: center;
  margin: 30px auto -40px;
  padding: 30px;
}

.page-title-known-job {
  color: #001840;
  text-align: center;
  font-family: var(--noto-sans-font-family);
  font-size: 1.375rem;
  font-weight: 700;
}

.page-main > section.known-job-item {
  width: calc(100% - 32px);
  max-width: 870px;
  margin: 60px auto 60px;
  border-top: 1px solid var(--mizuiro, #00A0E9);
  border-right: 1px solid var(--mizuiro, #00A0E9);
  border-bottom: 1px solid var(--mizuiro, #00A0E9);
  border-left: 6px solid var(--mizuiro, #00A0E9);
  background: #FFF;
  padding: 50px 10px 50px;
}
.page-main > section.known-job-item .known-job-item-title {
  color: #001840;
  text-align: center;
  font-family: var(--noto-sans-font-family);
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.6;
}
.page-main > section.known-job-item .known-job-item-category {
  text-align: center;
  margin: 0 auto 22px;
}
.page-main > section.known-job-item .known-job-item-category span {
  display: inline-block;
  color: #FFF;
  text-align: center;
  font-family: var(--noto-sans-font-family);
  font-size: 0.75rem;
  font-weight: 400;
  background: #00A0E9;
  padding: 4px 16px;
}
.page-main > section.known-job-item > p {
  margin-bottom: 10px;
}

.saiyo-list-style.list-blue {
  max-width: 770px;
  margin-bottom: 0;
  width: 100%;
}
.saiyo-list-style.list-blue li {
  background: url(../img/list-blue.svg) 9px 5px/auto no-repeat;
}
.saiyo-list-style.list-blue h3 {
  color: #001840;
  font-family: var(--noto-sans-font-family);
  font-size: 1.125rem;
  font-weight: 400;
}
.saiyo-list-style.list-blue p {
  color: #333;
  font-family: var(--noto-sans-font-family);
  font-size: 0.937rem;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
}

.known-job-wrap {
  margin-bottom: 20px;
}

.known-job-person-title {
  color: #001840;
  text-align: center;
  font-family: var(--noto-sans-font-family);
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 24px;
}

.known-job-person-img {
  position: relative;
  max-width: 240px;
  margin: 0 auto 60px;
}
.known-job-person-img.known-job-person-img-square {
  padding-bottom: 26px;
  max-width: 360px;
}

.page-main .known-job-person-text {
  position: absolute;
  top: calc(100% - 40px);
  left: 50%;
  transform: translateX(-50%);
  background: url(../img/bg-known-job-person-catch.svg) left center/100% 100% no-repeat;
  color: #FFF;
  text-align: center;
  font-family: var(--noto-sans-font-family);
  font-size: 0.8125rem;
  font-weight: 500;
  width: 100%;
  max-width: 280px;
  padding-bottom: 3px;
}

.news-list-wrap {
  width: calc(100% - 40px);
  max-width: 775px;
  margin: 0 auto 120px;
}
.news-list-wrap article {
  padding: 24px 0;
  border-bottom: 1px solid #B2CCDD;
}
.news-list-wrap time {
  display: inline-block;
  color: #7497BD;
  font-family: var(--bebas-font-family);
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 11px;
}
.news-list-wrap .sticky-tag {
  display: inline-block;
  color: #0070c9;
  font-family: var(--bebas-font-family);
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 11px;
  margin-left: 10px;
}
.news-list-wrap h3 {
  color: #1A1A1A;
  font-family: var(--noto-sans-font-family);
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
}
.news-list-wrap a {
  color: #1A1A1A;
  font-family: var(--noto-sans-font-family);
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  text-decoration: underline;
  transition: 0.3s;
}
.news-list-wrap a:hover {
  color: #333;
  text-decoration: none;
}

.news-post {
  width: calc(100% - 40px);
  max-width: 775px;
  margin: 0 auto 120px;
}
.news-post time {
  display: block;
  color: #7497BD;
  font-family: var(--bebas-font-family);
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1;
  text-align: right;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #B2CCDD;
  margin-bottom: 26px;
}
.news-post .news-title {
  color: #222;
  text-align: center;
  font-family: var(--noto-sans-font-family);
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  background: url(../img/title-pen-blue-sp-start.svg) left top no-repeat;
  padding: 32px 10px 12px;
  border-bottom: 2px solid #00589A;
  margin-bottom: 16px;
}
.news-post h2 {
  font-size: 18px;
  font-weight: 700;
  padding: 12px 20px 12px;
  text-align: center;
}
.news-post h3 {
  font-size: 18px;
  font-weight: 600;
  padding: 12px 20px 12px;
  background: none;
  text-align: left;
  margin: 0;
}
.news-post h4 {
  font-size: 16px;
  font-weight: 600;
  padding: 12px 20px 12px;
  text-align: left;
}
.news-post p {
  font-size: 0.875rem;
  font-weight: 400;
}
.news-post a {
  text-decoration: underline;
  transition: 0.3s;
}
.news-post a:hover {
  color: #333;
  text-decoration: none;
}

.satorian-list-page {
  background: url(../img/bg-satorian-page-sp.svg) center top/100% 100% no-repeat;
  margin: -1px auto 100px;
  padding: 0 32px 200px;
}
.satorian-list-page .satorian-list {
  max-width: 340px;
  margin: 0 auto;
}
.satorian-list-page .satorian-item {
  width: 100%;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column-reverse;
}
.satorian-list-page .satorian-item .satorian-title {
  color: #FFF;
  text-align: center;
  font-family: var(--noto-sans-font-family);
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: 8px;
  min-height: 77px;
  text-shadow: 1px 1px 0 #00589A, -1px -1px 0 #00589A, -1px 1px 0 #00589A, 1px -1px 0 #00589A, 0px 1px 0 #00589A, -1px 0 #00589A, -1px 0 0 #00589A, 1px 0 0 #00589A, 0px 4px 4px rgba(0, 0, 0, 0.35);
}
.satorian-list-page .satorian-item .satorian-title-sub {
  font-size: 0.75rem;
  margin-top: 2px;
  display: block;
}
.satorian-list-page .satorian-item-img img {
  border: 6px solid #fff;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 121/73;
}
.satorian-list-page .btn-whiteline-wrap {
  position: absolute;
  bottom: 0;
  left: calc(50% - 86px);
  margin: 20px 0;
}

.satorian-post {
  background-color: #fff;
  max-width: 1040px;
  width: 100%;
  padding: 26px 20px 60px;
}
.satorian-post .post-content {
  margin-bottom: 0;
  padding-bottom: 0;
}
.satorian-post p {
  color: #000;
  font-family: var(--noto-sans-font-family);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  /* 23.8px */
}
.satorian-post .pen-title,
.satorian-post h2 {
  color: #222;
  text-align: center;
  font-family: var(--noto-sans-font-family);
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  background: url(../img/title-pen-mizuiro-sp-start.svg) left top no-repeat;
  padding: 32px 10px 12px;
  border-bottom: 2px solid #00a0e9;
  margin-top: 40px;
  margin-bottom: 16px;
  position: relative;
  width: 100%;
}
.satorian-post .pen-title .pen-title-sub,
.satorian-post h2 .pen-title-sub {
  position: absolute;
  left: 30px;
  top: 0px;
  font-size: 0.75rem;
}

.person-data {
  text-align: right;
  margin-bottom: 48px;
}
.person-data > :first-child {
  border-top: 1px solid #00a0e9;
}
.person-data .person-item {
  display: inline-flex;
  padding: 5px 11px 7px;
  border-bottom: 1px solid #00a0e9;
  width: 100%;
  justify-content: space-between;
  align-items: flex-end;
  color: #000;
  text-align: left;
  font-family: var(--noto-sans-font-family);
  font-size: 14px;
  font-weight: 400;
}
.person-data .person-item span {
  font-size: 1rem;
  display: block;
  text-align: left;
  margin-left: 1rem;
}

.page-post.post-content .post-list,
.office-list {
  max-width: 90%;
  margin: 0 auto 100px;
}
.page-post.post-content .post-list .office-item,
.office-list .office-item {
  margin-bottom: 40px;
}
.page-post.post-content .post-list .office-item h3,
.office-list .office-item h3 {
  border-top: 1px solid var(--sato-color, #00589A);
  border-right: 1px solid var(--sato-color, #00589A);
  border-left: 1px solid var(--sato-color, #00589A);
  background: rgba(172, 219, 245, 0.26);
  padding: 20px;
  margin: 0;
  width: 100%;
  color: var(--, #001840);
  text-align: center;
  font-family: var(--noto-sans-font-family);
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  /* 1.4625rem */
}
.page-post.post-content .post-list .office-data,
.office-list .office-data {
  border: 1px solid var(--sato-color, #00589A);
  background: #FFF;
  padding: 16px 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 6px;
}
.page-post.post-content .post-list .office-data-link,
.office-list .office-data-link {
  min-width: 44px;
}
.page-post.post-content .post-list .office-data-text p,
.office-list .office-data-text p {
  margin-bottom: 0;
  padding: 0;
  color: var(--454545, #454545);
  font-family: var(--noto-sans-font-family);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
}
.page-post.post-content .post-list .office-icon,
.office-list .office-icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0;
}
.page-post.post-content .post-list .office-icon li,
.office-list .office-icon li {
  margin: 8px auto;
}
.page-post.post-content .post-list .office-icon img,
.office-list .office-icon img {
  max-width: 100%;
  width: 44px;
  height: auto;
}

.page-main .post-philosophy {
  margin-bottom: 100px;
}
.page-main .post-philosophy p,
.page-main .post-philosophy li {
  color: #000;
  font-family: var(--noto-sans-font-family);
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
  /* 36px */
  margin-bottom: 24px;
}

.wpcf7 {
  margin-top: 40px;
}

.wpcf7-form-control-wrap {
  display: block;
  margin-bottom: 0;
  color: #001840;
  font-family: var(--noto-sans-font-family);
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 214.286% */
}
.wpcf7-form-control-wrap input[type=text],
.wpcf7-form-control-wrap input[type=email],
.wpcf7-form-control-wrap input[type=tel],
.wpcf7-form-control-wrap textarea {
  border: 1px solid #003FA7;
  padding: 6px 10px;
  width: 100%;
  color: #000;
  font-family: var(--noto-sans-font-family);
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
  /* 36px */
}

input[type=submit].wpcf7-form-control.wpcf7-submit {
  color: #FFF;
  text-align: center;
  font-family: var(--noto-sans-font-family);
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  background-color: #00589A;
  border: none;
  border-radius: 2rem;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  padding: 1rem 4rem;
  display: block;
  margin: 0 auto;
  max-width: 260px;
}

.sdgs-mainvisual {
  position: relative;
  height: 100svh;
  width: 100%;
  overflow: hidden;
}
.sdgs-mainvisual .page-title {
  position: absolute;
  top: 14svh;
  left: 0;
  padding: 10px 54px;
  z-index: 99;
}
.sdgs-mainvisual .title-bebas-sub {
  color: #fff;
  font-family: var(--noto-sans-font-family);
}
.sdgs-mainvisual .sdgs-mainvisual-catch {
  position: absolute;
  top: 42svh;
  left: 0;
  z-index: 99;
  color: #FFF;
  text-align: center;
  font-family: var(--noto-serif-font-family);
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  width: 100%;
  filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.2));
}
.sdgs-mainvisual .sdgs-mainvisual-subcatch {
  position: absolute;
  top: 53svh;
  left: 0;
  z-index: 99;
  color: #FFF;
  text-align: center;
  font-family: var(--noto-sans-font-family);
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  width: 100%;
  filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.2));
}
.sdgs-mainvisual .sdgs-mainvisual-video {
  width: 100%;
  height: 100%;
}
.sdgs-mainvisual .sdgs-mainvisual-video video {
  width: 100%;
  height: 100%;
}

.about-sdgs {
  padding: 30px 16px 10px;
  border: 2px solid #0882C1;
  border-radius: 12px;
  width: calc(100% - 24px);
  max-width: 1000px;
  margin: 0 auto 84px;
}
.about-sdgs h2 {
  color: #222;
  text-align: center;
  font-family: var(--rounded-font-family);
  transform: rotate(0.03deg);
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 700;
  line-height: 180%;
  /* 2.475rem */
  margin-bottom: 30px;
}
.about-sdgs p {
  color: #222;
  font-family: var(--noto-sans-font-family);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  /* 1.8rem */
}

.sdgs-title-h2 {
  color: #333;
  text-align: center;
  font-family: var(--noto-serif-font-family);
  font-size: min(5svw, 28px);
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  /* 1.6875rem */
  background: url(../img/h2-title-left-sdgs-sp.webp) center/contain no-repeat;
  min-height: min(34svw, 260px);
  width: 100%;
  max-width: 700px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: min(12svw, 70px);
  flex-direction: column;
  margin: 0 auto 40px;
}

.sdgs-title-h2-sub {
  display: block;
  color: #333;
  text-align: center;
  font-family: var(--noto-sans-font-family);
  font-size: min(2.6svw, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 1.3125rem */
  margin-top: 4px;
}

.section-sdgs p {
  color: #000;
  font-family: var(--noto-sans-font-family);
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  /* 1.575rem */
}

.sdgs-item-lg,
.sdgs-item {
  width: 100%;
  border-radius: 0.5625rem;
  background: #FFF;
  position: relative;
  padding: 20px 16px 20px 20px;
}
.sdgs-item-lg h3,
.sdgs-item h3 {
  color: #333;
  text-align: center;
  font-family: var(--rounded-font-family);
  transform: rotate(0.03deg);
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  /* 1.8rem */
}
.sdgs-item-lg .sdgs-item-title-sub,
.sdgs-item .sdgs-item-title-sub {
  display: block;
  color: #333;
  font-family: var(--rounded-font-family);
  transform: rotate(0.03deg);
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
}
.sdgs-item-lg p,
.sdgs-item p {
  color: #333;
  font-family: var(--rounded-font-family);
  transform: rotate(0.03deg);
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 1.4rem */
  margin: 18px 0;
  padding: 0;
}
.sdgs-item-lg ol,
.sdgs-item ol {
  list-style-type: decimal;
}
.sdgs-item-lg ul,
.sdgs-item ul {
  list-style-type: disc;
  list-style-position: outside;
  padding-left: 14px;
}
.sdgs-item-lg li,
.sdgs-item li {
  margin-bottom: 8px;
  color: #333;
  font-family: var(--rounded-font-family);
  transform: rotate(0.03deg);
  font-size: 0.875rem;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 1.4rem */
}
.sdgs-item-lg picture.w80,
.sdgs-item picture.w80 {
  display: block;
  width: 80%;
  margin: 0 auto;
}

.border-gradient {
  background: linear-gradient(to right, rgb(5, 166, 217), rgba(5, 217, 204, 0.53));
  padding: 3px;
  border-radius: 12px;
  margin: 0 auto 30px;
  display: inline-block;
  width: 100%;
}

.sdgs-flex-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 20px;
  margin-top: -30px;
  margin-bottom: 40px;
  width: 100%;
}

.sdgs-wrap {
  padding: 20px;
  margin-top: -80px;
  margin-bottom: 40px;
  width: 100%;
}

.sdgs-right-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}

.sdgs-caption-half {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.sdgs-caption-half p {
  font-size: 0.8125rem;
  position: relative;
  margin-bottom: 24px;
}
.sdgs-caption-half p::after {
  content: "";
  display: block;
  width: 100%;
  height: 84px;
  background: url(../img/sdgs-arrow.svg) left bottom/auto 100% no-repeat;
  position: absolute;
  bottom: -90px;
  left: 0;
}

.figure-flex {
  max-width: 84%;
  margin: 30px auto 0;
}

/* ----------------------------- tablet ----------------------------- */
@media screen and (min-width: 700px) {
  .home-catchcopy-sp {
    display: none;
  }
  .home-catchcopy {
    display: inline-block;
    width: 100%;
    position: absolute;
    top: calc(50% - 38.5px);
    text-align: center;
    z-index: 10;
  }
  .section-top-lead {
    background: #B8C569;
    display: block;
    padding: 60px 40px 60px 0;
    position: relative;
  }
  .top-lead-flex-wrap {
    justify-content: flex-end;
    flex-direction: row;
    align-items: center;
    position: relative;
    z-index: 10;
    max-width: 1860px;
    margin: 0 auto;
  }
  .top-lead-wrap {
    background: url(../img/bg-circle-base.svg) center/contain no-repeat;
    width: 48%;
    padding: 15% 5% 15%;
    position: absolute;
    right: -30px;
    top: -8%;
  }
  .top-lead-wrap::before {
    display: block;
    content: "";
    width: 97%;
    height: 100%;
    background: url(../img/bg-circle-kimidori.svg) center/contain no-repeat;
    animation: 10s fuwafuwa infinite;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
  }
  .top-lead-wrap::after {
    display: block;
    content: "";
    width: 97%;
    height: 100%;
    background: url(../img/bg-circle-midori.svg) center/contain no-repeat;
    animation: 8s fuwafuwa-x infinite;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
  }
  .top-lead-wrap p {
    font-size: clamp(12px, 1.2vw, 20px);
  }
  .top-lead-img {
    display: inline-block;
    width: 55%;
    margin-left: 3%;
  }
  .section-satorian {
    padding: 20px 20px 80px;
  }
  .bg-satorian {
    content: "";
    display: block;
    position: absolute;
    top: -60px;
    left: 0;
    z-index: 1;
    width: 100%;
    height: calc(100% + 3vw);
    background: url(../img/bg-satorian.svg) 100% 100%/cover no-repeat;
    background-size: 100% 100%;
  }
  .section-saiyo-top-lead-sp {
    margin-bottom: 100px;
  }
  .saiyo-lead-slider-item {
    min-height: 80svw;
    width: 100%;
    padding: 10vw 24px 60px;
    text-align: center;
    color: #231815;
    font-family: var(--noto-sans-font-family);
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.8;
  }
  .saiyo-lead-slider-item p {
    text-shadow: 0px 0px 15px rgb(255, 255, 255);
  }
  .section-saiyo-known-nav .known-nav {
    width: 65%;
    margin-top: 0;
    position: relative;
    z-index: 10;
  }
  .section-saiyo-known-nav .title-known-nav {
    font-size: 30px;
  }
  .section-saiyo-known-nav .known-nav-sato {
    position: relative;
    z-index: 15;
  }
  .section-saiyo-known-nav .nav {
    grid-template-columns: repeat(3, 1fr);
  }
  .section-saiyo-top-satorian {
    background: #00589A;
  }
  .section-saiyo-top-satorian .satorian-list {
    display: flex;
    flex-wrap: wrap;
    gap: 2%;
    justify-content: space-between;
  }
  .section-saiyo-top-satorian .satorian-list > div {
    display: none;
  }
  .section-saiyo-top-satorian .satorian-list > div:nth-child(1), .section-saiyo-top-satorian .satorian-list > div:nth-child(2) {
    display: flex;
  }
  .section-saiyo-top-satorian .satorian-item {
    width: 48%;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column-reverse;
  }
  .section-saiyo-top-satorian .satorian-item .satorian-title {
    color: #FFF;
    text-align: center;
    text-shadow: 1px 1px 0 #00589A, -1px -1px 0 #00589A, -1px 1px 0 #00589A, 1px -1px 0 #00589A, 0px 1px 0 #00589A, -1px 0 #00589A, -1px 0 0 #00589A, 1px 0 0 #00589A, 0px 4px 4px rgba(0, 0, 0, 0.35);
    font-family: var(--noto-sans-font-family);
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-top: 8px;
    min-height: 77px;
  }
  .section-saiyo-top-satorian .satorian-item .satorian-title-sub {
    font-size: 0.75rem;
    margin-top: 8px;
    display: block;
  }
  .section-saiyo-top-satorian .satorian-item-img img {
    border: 6px solid #fff;
  }
  .faq-item {
    background-color: #fff;
    padding: 16px 24px;
    width: 45%;
  }
  .post-type-archive-faq .faq-taxonomy-list,
  .tax-faqcat .faq-taxonomy-list,
  .saiyo-top .faq-taxonomy-list,
  .single-faq .faq-taxonomy-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 32px 4%;
  }
  .post-type-archive-faq .faq-taxonomy-item a,
  .tax-faqcat .faq-taxonomy-item a,
  .saiyo-top .faq-taxonomy-item a,
  .single-faq .faq-taxonomy-item a {
    font-size: 1rem;
  }
  .post-type-archive-faq .faq-search-wrap,
  .tax-faqcat .faq-search-wrap,
  .saiyo-top .faq-search-wrap,
  .single-faq .faq-search-wrap {
    max-width: 600px;
    margin: 84px auto 0;
  }
  .post-type-archive-faq .faq-search-form,
  .tax-faqcat .faq-search-form,
  .saiyo-top .faq-search-form,
  .single-faq .faq-search-form {
    padding: 18px 19px 17px 18px;
  }
  .post-type-archive-faq .faq-list-wrap,
  .tax-faqcat .faq-list-wrap,
  .saiyo-top .faq-list-wrap,
  .single-faq .faq-list-wrap {
    max-width: 960px;
    margin: 80px auto 0;
  }
  .post-type-archive-faq .faq-item,
  .tax-faqcat .faq-item,
  .saiyo-top .faq-item,
  .single-faq .faq-item {
    width: 100%;
    padding: 16px 24px;
  }
  .post-type-archive-faq .faq-item p,
  .tax-faqcat .faq-item p,
  .saiyo-top .faq-item p,
  .single-faq .faq-item p {
    padding: 18px 24px 12px 24px;
    margin: 0;
    max-width: 100%;
  }
  .post-type-archive-faq .section-faq,
  .tax-faqcat .section-faq,
  .saiyo-top .section-faq,
  .single-faq .section-faq {
    max-width: 1040px;
    margin: 0 auto 100px;
    padding: 60px 60px 60px;
  }
  .section-lv2 {
    padding: 34px 90px 40px;
    width: calc(100% - 40px);
    max-width: 800px;
    margin: 26px auto 30px;
  }
  .section-lv2-image {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 30px;
    max-width: 760px;
    margin: 10px auto 0;
  }
  .section-lv2-image .figure {
    max-width: 60%;
    margin-bottom: 0;
  }
  .figure-flex {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 20px;
    max-width: 100%;
    margin: 0 auto 0.5rem;
  }
  .section-shiru-wrap {
    max-width: 90%;
    margin: 0 auto 200px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }
  .section-shiru {
    width: 45%;
  }
  .page-footer-shiru {
    padding-top: 0;
  }
  .section-number {
    width: 47%;
    margin-bottom: 20px;
    border-top: 6px solid var(--mizuiro, #00A0E9);
    background: #FFF;
    padding: 0 10px 96px;
  }
  .section-number p {
    margin: 20px auto 0;
  }
  .page-header-shiru {
    height: 524px;
    background-image: url(../img/bg-shiru-sato-title-img.webp), url(../img/bg-shiru-sato-title.svg);
    background-position: center bottom, left bottom;
    background-repeat: no-repeat, repeat-x;
    background-size: auto 473px, auto 524px;
    padding: 220px 0 0;
    font-size: 2.25rem;
  }
  .page-header-known-job {
    width: 100%;
    height: auto;
    max-width: 700px;
    min-width: 360px;
    min-height: 410px;
    background: url(../img/bg-title-known-job.webp) center 10%/100% auto no-repeat;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    padding: 66px;
  }
  .page-title-known-job {
    color: #001840;
    text-align: center;
    font-family: var(--noto-sans-font-family);
    font-size: 2rem;
    font-weight: 700;
  }
  .known-job-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }
  .page-main > section.known-job-item {
    max-width: 870px;
    width: calc(100% - 80px);
    padding: 50px 40px 20px;
  }
  .known-job-person {
    margin: 0 auto 0;
    /*width: 35%; */
  }
  .known-job-person-img {
    max-width: 200px;
    margin: 0 auto 60px;
  }
  .known-job-person-img.known-job-person-img-square {
    max-width: 260px;
    margin: 0 auto 60px;
  }
  .satorian-list-page {
    background: url(../img/bg-satorian-page.svg) center top/110% 100% no-repeat;
    margin: 0 auto 200px;
    padding: 0 16px 160px;
  }
  .satorian-list-page .satorian-list {
    max-width: 1040px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 20px;
  }
  .satorian-list-page .satorian-item {
    width: max(44%, 340px);
    margin-bottom: 20px;
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-end;
  }
  .satorian-list-page .satorian-item .satorian-title {
    color: #FFF;
    text-align: center;
    font-family: var(--noto-sans-font-family);
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-top: 8px;
    min-height: 77px;
    text-shadow: 1px 1px 0 #00589A, -1px -1px 0 #00589A, -1px 1px 0 #00589A, 1px -1px 0 #00589A, 0px 1px 0 #00589A, -1px 0 #00589A, -1px 0 0 #00589A, 1px 0 0 #00589A, 0px 4px 4px rgba(0, 0, 0, 0.35);
  }
  .satorian-list-page .satorian-item .satorian-title-sub {
    font-size: 0.75rem;
    margin-top: 8px;
    display: block;
  }
  .satorian-list-page .satorian-item-img img {
    border: 6px solid #fff;
  }
  .satorian-list-page .btn-whiteline-wrap {
    position: absolute;
    bottom: 0;
    left: calc(50% - 86px);
    margin: 20px 0;
  }
  .satorian-post {
    width: 80%;
    padding: 44px 60px 60px;
    margin: 0 auto;
  }
  .satorian-post .pen-title,
  .satorian-post h2 {
    color: #000;
    font-size: 1.375rem;
    font-weight: 700;
    background: url(../img/title-pen-mizuiro-start.svg) left top no-repeat;
    padding: 32px 10px 12px;
    border-bottom: 2px solid #00a0e9;
    margin-bottom: 16px;
    margin-top: 24px;
    width: 100%;
  }
  .person-data {
    text-align: right;
    margin-bottom: 48px;
  }
  .person-data > :first-child {
    border-top: 1px solid #00a0e9;
  }
  .person-data .person-item {
    display: inline-flex;
    max-width: 480px;
    padding: 5px 11px 7px;
    border-bottom: 1px solid #00a0e9;
    width: 100%;
    justify-content: space-between;
    align-items: flex-end;
    color: #000;
    text-align: right;
    font-family: var(--noto-sans-font-family);
    font-size: 14px;
    font-weight: 400;
  }
  .person-data .person-item span {
    font-size: 15px;
    display: inline;
    text-align: left;
  }
  .person-data .person-item .person_s-name {
    font-size: 15px;
  }
  .office-list .office-icon li {
    margin: 5px auto;
  }
  .office-list .office-icon img {
    max-width: 100%;
    width: 50px;
    height: auto;
    position: relative;
    top: 0;
    transition: 0.2s;
  }
  .office-list .office-icon img:hover {
    top: -2px;
  }
  .page-main .post-philosophy {
    margin-bottom: 160px;
  }
  .page-main .post-philosophy p,
  .page-main .post-philosophy li {
    font-size: 1.125rem;
    margin-bottom: 24px;
  }
  .sdgs-wrap {
    padding: 10px;
    max-width: 880px;
    margin: -70px auto 40px;
  }
  .sdgs-flex-wrap {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    padding: 10px;
    max-width: 880px;
    margin: 0 auto 40px;
    gap: 2%;
  }
  .sdgs-right-area {
    width: 35%;
  }
  .sdgs-left-area {
    width: 63%;
  }
  .border-gradient {
    margin: 0 0 30px;
  }
  .faq-img {
    text-align: center;
  }
  .faq-img img {
    max-width: 90%;
  }
  .sdgs-caption-wrap {
    display: flex;
    align-items: flex-end;
    gap: 20px;
  }
}
/* ----------------------------- PC ----------------------------- */
@media screen and (min-width: 1100px) {
  .top-whatis-sato {
    padding: 90px 20px 340px;
  }
  .whatis-wrap {
    max-width: 1400px;
    position: relative;
    margin: 0 auto;
  }
  .whatis-sato-nav .whatis-nav-btn::before {
    display: none;
  }
  .whatis-sato-nav::after {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 20;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    min-height: 1040px;
  }
  .whatis-base {
    position: absolute;
    top: 0;
    left: 0;
    width: clamp(21vw, 26vw, 375px);
  }
  .whatis-base.whatis1 {
    top: 0;
    left: 3%;
  }
  .whatis-base.whatis1.offcanvas-start {
    width: clamp(21vw, 26vw, 375px);
    max-width: 375px;
    height: 454px;
    transform: inherit;
    visibility: visible;
    z-index: 20;
    border: none;
  }
  .whatis-base.whatis2 {
    top: 34%;
    right: 3%;
    left: auto;
  }
  .whatis-base.whatis2.offcanvas-end {
    width: clamp(21vw, 26vw, 375px);
    max-width: 375px;
    height: 454px;
    transform: inherit;
    visibility: visible;
    z-index: 20;
    border: none;
  }
  .whatis-base.whatis3 {
    top: auto;
    bottom: 0;
    left: 3%;
  }
  .whatis-base.whatis3.offcanvas-start {
    width: clamp(21vw, 26vw, 375px);
    max-width: 375px;
    height: 454px;
    transform: inherit;
    visibility: visible;
    z-index: 20;
    border: none;
  }
  .connect1 {
    display: inline-block;
    position: absolute;
    top: 195px;
    left: calc(49% - 187.5px - min(5.5vw, 120px));
    z-index: 20;
    width: min(8vw, 140px);
  }
  .connect2 {
    display: inline-block;
    position: absolute;
    top: 33%;
    right: calc(49% - 187.5px - min(5.5vw, 124px));
    z-index: 20;
    width: min(7vw, 124px);
  }
  .connect3 {
    display: inline-block;
    position: absolute;
    top: 45%;
    left: calc(49% - 187.5px - min(5vw, 120px));
    z-index: 20;
    width: min(7vw, 121px);
  }
  .arrow-down {
    bottom: -150px;
    left: calc(50% - 13px);
    height: 335px;
    width: 68px;
    content: "";
    display: block;
    background: url(../img/img-arrow-down.svg) center bottom no-repeat;
    animation: arrow-anim 1s infinite alternate;
  }
  @keyframes arrow-anim {
    0% {
      bottom: -150px;
    }
    50% {
      bottom: -144px;
    }
    100% {
      bottom: -150px;
    }
  }
  .person-data {
    max-width: 800px;
    margin: 0 20px 50px;
  }
  .section-satorian {
    position: relative;
    height: 100%;
    padding: 160px 60px 100px 40px;
    margin-top: -80px;
  }
  .satorian-wrap {
    display: flex;
    gap: 40px;
    max-width: 1400px;
    margin: 0 auto;
  }
  .satorian-wrap-left {
    width: 40%;
  }
  .satorian-wrap-right {
    display: block;
    width: 60%;
  }
  .title-satorian {
    text-align: left;
    position: relative;
    padding-left: 10%;
    margin-bottom: 60px;
    color: #FFF;
    font-family: "Noto Sans JP";
    font-size: 28px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
  }
  .title-satorian img {
    width: min(70%, 328px);
  }
  .satorian-img-wrap {
    text-align: center;
    margin-bottom: 50px;
  }
  .satorian-img-wrap img {
    width: min(80%, 900px);
  }
  .satorian-list {
    display: flex;
    flex-wrap: wrap;
    gap: 2%;
    justify-content: space-between;
  }
  .satorian-item {
    width: 48%;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column-reverse;
  }
  .satorian-item .satorian-title {
    color: #FFF;
    text-align: center;
    text-shadow: 1px 1px 0 #00589A, -1px -1px 0 #00589A, -1px 1px 0 #00589A, 1px -1px 0 #00589A, 0px 1px 0 #00589A, -1px 0 #00589A, -1px 0 0 #00589A, 1px 0 0 #00589A, 0px 4px 4px rgba(0, 0, 0, 0.35);
    font-family: var(--noto-sans-font-family);
    font-size: 0.9375rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-top: 8px;
    min-height: 77px;
  }
  .satorian-item .satorian-title-sub {
    font-size: 0.75rem;
    margin-top: 8px;
    display: block;
  }
  .satorian-item-img img {
    border: 6px solid #fff;
    -o-object-fit: cover;
       object-fit: cover;
    aspect-ratio: 121/73;
  }
  .section-saiyo-top-satorian .btn-whiteline-wrap {
    text-align: center;
    position: static;
  }
  .saiyo-catch-desc {
    font-size: 16px;
  }
  .section-top-saiyo {
    background: url(../img/bg-top-saiyo.svg) 100% 100%/100% 100% no-repeat;
    padding: 160px 20px;
    margin-top: -100px;
  }
  .top-saiyo-text {
    display: block;
  }
  .section-top-saiyo {
    background: url(../img/bg-top-saiyo.svg) 100% 100%/100% 100% no-repeat;
    padding: calc(160px + 3vw) 20px 180px;
    margin-top: calc(-100px - 3vw);
    position: relative;
  }
  .top-saiyo-wrap {
    display: flex;
    width: min(1200px, 80%);
    margin: 0 auto;
    max-width: 1010px;
  }
  .top-saiyo-left {
    width: 55%;
  }
  .top-saiyo-right {
    width: 45%;
  }
  .top-saiyo-copy-wrap {
    width: 80%;
    margin: -20px auto 0;
    text-align: left;
    display: inline-block;
    padding: 70px 54px 70px 20px;
    position: relative;
    z-index: 1;
  }
  .top-saiyo-copy-wrap::after {
    content: "";
    display: block;
    width: 180px;
    height: 180px;
    position: absolute;
    left: -30px;
    top: 8%;
    z-index: 0;
    background: url(../img/bg-genseki.svg) right center/contain no-repeat;
    animation: 10s fuwafuwa infinite;
  }
  .top-saiyo-text {
    color: #FFF;
    font-family: var(--noto-sans-font-family);
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    /* 1.7rem */
    margin-top: 40px;
  }
  .top-saiyo-img {
    height: 100%;
    max-height: 540px;
  }
  .top-saiyo-img img {
    width: auto;
    max-width: initial;
    height: 100%;
  }
  .nav-major {
    padding: 120px 20px 170px;
    margin-top: -90px;
    background: url(../img/bg-nav-major.webp) center top/cover no-repeat;
  }
  .section-saiyo-top-lead {
    display: block;
  }
  .section-saiyo-top-lead-sp {
    display: none;
  }
  .saiyo-lead-slider-item {
    min-height: 54svw;
    padding: 7vw 24px 60px;
    font-size: calc(0.7rem + 0.4vw);
    line-height: 2;
  }
  .saiyo-top-yama {
    background: url(../img/img-saiyo-top-yama.webp) center 19%/100% auto no-repeat;
  }
  .saiyo-top-future {
    background: url(../img/img-saiyo-top-future.webp) center 0%/100% auto no-repeat;
  }
  .section-saiyo-known-nav .title-known-nav {
    margin-bottom: 20px;
  }
  .section-saiyo-known-nav .known-nav-wrap {
    max-width: 1240px;
    margin: 80px auto 120px;
    justify-content: space-around;
  }
  .section-saiyo-known-nav .known-nav {
    width: 48%;
    padding: 40px 3.5% 80px;
  }
  .section-saiyo-known-nav .nav {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    max-width: 500px;
  }
  .section-saiyo-known-nav .nav-item {
    display: inline-block;
    width: 100%;
    margin-bottom: 2px;
  }
  .section-saiyo-top-satorian {
    padding: 100px 60px;
    margin-top: -100px;
    margin-bottom: 100px;
  }
  .section-saiyo-top-satorian .satorian-wrap {
    gap: 0;
    max-width: 1400px;
    margin: 0 auto;
  }
  .section-saiyo-top-satorian .satorian-img-wrap {
    width: min(90%, 680px);
  }
  .section-saiyo-top-satorian .satorian-img-wrap .satorian-img-employee {
    width: 36%;
    height: auto;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .section-saiyo-top-satorian .satorian-list > div {
    display: flex;
  }
  .section-saiyo-top-satorian .satorian-item {
    display: flex;
  }
  .section-faq {
    max-width: 1040px;
    margin: 30px auto 100px;
    padding: 50px 60px 100px;
    position: relative;
    z-index: 1;
  }
  .requirements {
    margin: 0 auto 220px;
    max-width: 1040px;
  }
  .requirements .requirements-table__caption {
    font-size: 20px;
    height: 68px;
    line-height: 68px;
  }
  .requirements .requirements-table th {
    display: table-cell;
    width: 122px;
    border-bottom: 1px solid #00589A;
    vertical-align: middle;
    text-align: center;
  }
  .requirements .requirements-table td {
    display: table-cell;
    width: auto;
    border-top: 1px solid #00589A;
    border-bottom: 1px solid #00589A;
    vertical-align: middle;
  }
  .requirements .requirements-table tr + tr th {
    border-top: 1px solid #00589A;
  }
  .requirements .requirements-table tr:first-child th,
  .requirements .requirements-table tr:first-child td {
    border-top: 1px solid #00589A;
  }
  .section-lv2-image {
    display: flex;
    flex-direction: row;
    gap: 30px;
    margin-top: 36px;
    margin-bottom: 16px;
  }
  .page-header-shiru {
    height: 524px;
    background-image: url(../img/bg-shiru-sato-title-img.webp), url(../img/bg-shiru-sato-title.svg);
    background-position: center bottom, left bottom;
    background-repeat: no-repeat, repeat-x;
    background-size: auto 473px, auto 524px;
    padding: 220px 0 0;
    font-size: 2.25rem;
  }
  .section-shiru-wrap {
    max-width: 1300px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 26px;
  }
  .section-shiru {
    width: 44%;
    margin-bottom: 60px;
  }
  .section-number {
    width: 31%;
    margin-bottom: 20px;
    border-top: 6px solid var(--mizuiro, #00A0E9);
    background: #FFF;
    padding: 0 10px 96px;
  }
  .section-number p {
    margin: 20px auto 0;
  }
  .saiyo-list-style {
    max-width: 680px;
    margin: 0 auto;
    list-style: none;
    color: #001840;
  }
  .saiyo-list-style li {
    padding-left: 32px;
    background: url(../img/list-mizuiro.svg) 9px 9px/auto no-repeat;
    margin-bottom: 30px;
  }
  .saiyo-list-style li h2 {
    font-family: var(--noto-sans-font-family);
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.7;
  }
  .saiyo-list-style li p {
    padding: 0;
    color: #222;
    font-family: var(--noto-sans-font-family);
    font-size: 1rem;
    font-weight: 400;
  }
  .news-list-wrap time {
    margin-bottom: 20px;
  }
  .news-list-wrap h3,
  .news-list-wrap a {
    font-size: 1rem;
  }
  .news-post {
    width: calc(100% - 40px);
    max-width: 775px;
    margin: 0 auto 120px;
  }
  .news-post time {
    font-size: 0.875rem;
    line-height: 1;
    padding-bottom: 1.5rem;
    margin-bottom: 3.88rem;
  }
  .news-post h2 {
    font-size: 1.375rem;
    font-weight: 700;
    background: none;
    padding: 40px 10px 16px;
    margin-bottom: 40px;
  }
  .satorian-post {
    width: 100%;
    padding: 44px 100px 60px;
  }
  .person-data .person-item {
    margin-left: 10%;
  }
  .office-list {
    max-width: 800px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .office-item {
    width: 48%;
  }
  .sdgs-mainvisual .page-title {
    top: 14svh;
    padding: 0 5%;
    font-size: 4rem;
  }
  .sdgs-mainvisual .sdgs-mainvisual-catch {
    top: 38svh;
    font-size: 3rem;
  }
  .sdgs-mainvisual .sdgs-mainvisual-subcatch {
    top: 53svh;
    font-size: 1.125rem;
  }
  .about-sdgs {
    padding: 30px 54px;
  }
  .sdgs-title-h2 {
    font-size: min(3.6svw, 28px);
    background: url(../img/h2-title-left-sdgs.webp) center/contain no-repeat;
    padding-left: min(12svw, 70px);
    min-height: min(34svw, 240px);
    width: 100%;
    max-width: 840px;
    margin: 0 auto 60px;
  }
  .sdgs-title-h2-sub {
    font-size: min(3.2svw, 14px);
  }
  .section-sdgs p {
    font-size: 1rem;
  }
  .sdgs-item-lg .sdgs-caption-half p,
  .sdgs-item .sdgs-caption-half p {
    margin-bottom: 24px;
  }
  .sdgs-item-lg p,
  .sdgs-item p {
    color: #333;
    font-family: var(--rounded-font-family);
    transform: rotate(0.03deg);
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    /* 1.4rem */
    margin: 18px 0;
    padding: 0;
  }
  .border-gradient.w50 {
    max-width: 50%;
  }
}
/* ============================================================
   content2026.css  — 創立80周年記念ページ専用スタイル
   ============================================================ */
/* --------- CSS Variables --------- */
:root {
  --c80-navy: #001840;
  --c80-blue: #004098;
  --c80-sky: #1e649a;
  --c80-cyan: #0882c1;
  --c80-dark: #1a1a1a;
  --c80-gray: #454545;
  --c80-white: #ffffff;
  --c80-bg: #f0f7ff;
  --c80-bg-mid: #d4effe;
  --noto-serif: "Noto Serif JP", serif;
  --yuji: "Yuji Syuku", serif;
}

/* --------- Body --------- */
body.anniversary-80th {
  /* background: linear-gradient(180deg, #ffffff 0%, #f0f7ff 50%, #d4effe 100%);
  background-attachment: fixed; */
  background: rgba(0, 140, 255, 0.11);
}

/* ============================================================
   HEADER
   ============================================================ */
.header-80th {
  position: sticky;
  top: 0;
  z-index: 100;
  width: 100%;
  background: rgba(0, 24, 64, 0.92);
  backdrop-filter: blur(8px);
}

.header-80th__inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 40px;
  height: 61px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-80th__logo {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.header-80th__logo img {
  height: 28px;
  width: auto;
}

.header-80th__logo-name {
  font-family: "M PLUS 2", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: var(--c80-white);
  letter-spacing: 0.05em;
}

.header-80th__nav {
  display: flex;
  align-items: center;
  gap: 36px;
}

.header-80th__nav a {
  font-family: var(--noto-sans-font-family, "Noto Sans JP", sans-serif);
  font-size: 14px;
  font-weight: 500;
  color: var(--c80-white);
  text-decoration: none;
  transition: opacity 0.3s;
}

.header-80th__nav a:hover {
  opacity: 0.7;
  color: var(--c80-white);
}

.header-80th__kandenko {
  background: #f6f6f6;
  border-radius: 2px;
  padding: 4px 10px;
  display: inline-flex;
  align-items: center;
}

.header-80th__kandenko img {
  height: 14px;
  width: auto;
}

/* ============================================================
   SECTION COMMON
   ============================================================ */
.section-80th {
  width: 100%;
  overflow: hidden;
}

.section-80th__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
}

.section-80th__title {
  text-align: center;
  margin-bottom: 16px;
}

.section-80th__title h2 {
  font-family: var(--noto-serif);
  font-size: 36px;
  font-weight: 700;
  color: var(--c80-navy);
  line-height: 1.4;
}

.section-80th__subtitle {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: var(--c80-navy);
  text-align: center;
  line-height: 1.8;
  margin-bottom: 60px;
}

/* section title decoration */
.section-80th__title-deco {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 12px;
}

.section-80th__title-deco::before,
.section-80th__title-deco::after {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background: var(--c80-sky);
}

.section-80th__title-deco span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: var(--c80-sky);
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

/* ============================================================
   HERO / MAIN VISUAL
   ============================================================ */
.section-mainvisual-80th {
  position: relative;
  width: 100%;
  min-height: 804px;
  height: 100svh;
  background: var(--c80-navy);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section-mainvisual-80th__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  inset: 0;
  z-index: 1;
}
.section-mainvisual-80th__bg video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.section-mainvisual-80th__bg-img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 319px;
  display: flex;
  justify-content: space-between;
  z-index: 2;
  padding: 30px;
  box-sizing: border-box;
}
.section-mainvisual-80th__bg-img img {
  width: 120px;
  height: 259px;
}

.section-mainvisual-80th__content {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 660px;
  padding: 140px 40px 30px;
}

.section-mainvisual-80th__logo-circle {
  width: 230px;
  height: 230px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 48px;
  background-color: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  border: 1px solid rgba(255, 255, 255, 0.4);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
}

.section-mainvisual-80th__logo-circle img {
  width: 140px;
  height: auto;
}

.section-mainvisual-80th__h1 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 40px;
  font-weight: 700;
  color: var(--c80-white);
  text-shadow: 0 3px 6px rgb(18, 63, 97);
  line-height: 1.3;
  margin-bottom: 32px;
}

.section-mainvisual-80th__lead {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: var(--c80-white);
  line-height: 1.9;
  text-shadow: 0 3px 6px rgb(18, 63, 97);
  margin-bottom: 50px;
}

/* ============================================================
   MESSAGE (ご挨拶)
   ============================================================ */
.section-message-80th {
  padding: 100px 0 80px;
  position: relative;
  overflow: hidden;
}

.section-message-80th__bg-circles {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

.section-message-80th__bg-circles .circle {
  position: absolute;
  border-radius: 50%;
  mix-blend-mode: lighten;
}

.section-message-80th__bg-circles .circle img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}

.section-message-80th__bg-circles .circle-1 {
  width: 557px;
  height: 557px;
  top: 21.2%;
  left: 30.7%;
  animation: float-slow-a 11s ease-in-out infinite;
}

.section-message-80th__bg-circles .circle-2 {
  width: 14.5%;
  aspect-ratio: 1/1;
  top: 19.8%;
  left: 4.8%;
  animation: float-a 6.2s ease-in-out infinite;
}

.section-message-80th__bg-circles .circle-3 {
  width: 7.9%;
  aspect-ratio: 1/1;
  top: 55.3%;
  left: 13.3%;
  animation: float-b 7.8s ease-in-out infinite 1.3s;
}

.section-message-80th__bg-circles .circle-4 {
  width: 7.9%;
  aspect-ratio: 1/1;
  top: 14%;
  left: 78.6%;
  animation: float-c 5.5s ease-in-out infinite 0.7s;
}

.section-message-80th__bg-circles .circle-5 {
  width: 12.5%;
  aspect-ratio: 1/1;
  top: 71.9%;
  left: 68.9%;
  animation: float-a 8.4s ease-in-out infinite 2.1s;
}

.section-message-80th__bg-circles .circle-6 {
  width: 4%;
  aspect-ratio: 1/1;
  top: 58.8%;
  left: 83.6%;
  animation: float-b 4.9s ease-in-out infinite 0.4s;
}

@keyframes float-slow-a {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
@keyframes float-slow-b {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}
@keyframes float-a {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-18px);
  }
}
@keyframes float-b {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-12px);
  }
}
@keyframes float-c {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-24px);
  }
}
.section-message-80th__bg-circles .circle-7 {
  width: 641px;
  height: 641px;
  top: 5.7%;
  left: 20.1%;
  border-radius: 0;
  animation: float-slow-b 14s ease-in-out infinite 2.8s;
}

.section-message-80th__inner {
  position: relative;
  z-index: 1;
  max-width: 900px;
  margin: 0 auto;
  padding: 0 40px;
  text-align: center;
}

.section-message-80th__title {
  font-family: var(--noto-serif);
  font-size: 36px;
  font-weight: 700;
  color: var(--c80-navy);
  margin-bottom: 48px;
}

.section-message-80th__body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: var(--c80-navy);
  line-height: 1.9;
  text-align: left;
  max-width: 800px;
  margin: 0 auto 40px;
}

.section-message-80th__body p + p {
  margin-top: 1.4em;
}

.section-message-80th__sign {
  display: inline-flex;
  float: right;
  justify-content: flex-end;
  align-items: center;
}

.section-message-80th__sign-title,
.page-post.post-content p.section-message-80th__sign-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: var(--c80-navy);
  margin-bottom: 4px;
  display: inline-block;
  padding: 0;
}

.page-post.post-content p.section-message-80th__sign-title {
  font-size: 15px;
  color: #222;
}

.section-message-80th__sign-name,
.page-post.post-content p.section-message-80th__sign-name {
  font-family: var(--yuji);
  font-size: 33px;
  font-weight: 400;
  color: var(--c80-navy);
  display: inline-block;
  margin-left: 10px;
  margin-bottom: 0;
  line-height: 1;
  padding: 0 20px 0 0;
}

.page-post.post-content p.section-message-80th__sign-name {
  font-family: var(--yuji);
  font-size: 24px;
  color: #222;
}

/* ============================================================
   HISTORY (80年の歩み)
   ============================================================ */
.section-history-80th {
  padding: 100px 0 80px;
  background-image: url(../img/page-80th/bg-img-section-ayumi.png);
  background-color: rgba(30, 100, 154, 0.3019607843);
  background-position: 50% 50%;
  background-size: 1500px auto;
  background-repeat: no-repeat;
  position: relative;
}

.section-history-80th__inner {
  max-width: 1380px;
  margin: 0 auto;
  padding: 0 40px;
}

.section-history-80th__header {
  text-align: center;
  margin: 0 0 48px;
}

.section-history-80th__title {
  display: inline-block;
  font-family: var(--noto-serif);
  font-size: 36px;
  font-weight: 700;
  color: var(--c80-navy);
  line-height: 1;
  padding: 16px 120px;
  border-radius: 36px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  margin-bottom: 16px;
}

.section-history-80th__subtitle {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: var(--c80-navy);
  line-height: 1.8;
}

.history-wrap {
  display: flex;
  justify-content: space-around;
  padding-bottom: 80px;
  gap: 20px;
}

/* Timeline nav */
.history-nav {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 8px 16px;
  justify-content: center;
  margin-bottom: 40px;
  width: 30%;
  position: relative;
}
.history-nav ::before {
  content: "";
  display: block;
  width: 2px;
  height: calc(100% - 18px);
  position: absolute;
  top: 6px;
  left: 11px;
  z-index: -1;
  background: var(--c80-sky);
  box-sizing: content-box;
}

.history-nav__text {
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.55);
  padding: 0 2px;
}

.history-nav__item {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: var(--c80-sky);
  cursor: pointer;
  padding: 4px 0 4px 30px;
  border-bottom: 2px solid transparent;
  transition: border-color 0.2s;
  background-image: url(../img/page-80th/img-slide-nav.svg);
  background-position: 4px 6px;
  background-repeat: no-repeat;
  background-size: 16px;
}

.history-nav__item.active,
.history-nav__item:hover {
  background-image: url(../img/page-80th/img-slide-nav-current.svg);
}

/* History Slider */
.history-slider {
  position: relative;
  width: clamp(900px, 1200px, 80%);
  /* height: clamp(400px, 430px, auto); */
}

.history-card::after {
  content: "";
  display: block;
  width: 100%;
  height: calc(100% + 16px);
  position: absolute;
  top: 16px;
  left: 16px;
  background: rgba(30, 100, 154, 0.4);
  z-index: -1;
}

.history-slide {
  outline: none;
  padding: 0 16px 16px 16px;
  width: 100%;
}

.history-card {
  background: var(--c80-white);
  box-shadow: 0 4px 20px rgba(0, 24, 64, 0.1);
  display: flex;
  flex-direction: row;
  width: 100%;
  aspect-ratio: 2/0.88;
  border: 2px solid var(--c80-sky);
  position: relative;
}

.history-card__img {
  width: auto;
  height: auto;
  aspect-ratio: 1160/916;
  overflow: hidden;
}

.history-card__img picture,
.history-card__img img {
  width: auto;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
  aspect-ratio: 1160/916;
}

.history-card__body {
  flex: 1;
  padding: 12px 16px 12px 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
  overflow-y: auto;
}

.history-card__year {
  font-family: var(--noto-serif);
  font-size: 26px;
  font-weight: 700;
  color: var(--c80-dark);
  line-height: 1;
  margin: 0;
  text-align: center;
  margin-bottom: 12px;
}

.history-card__year-sub {
  font-size: 16px;
}

.history-card__text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: var(--c80-dark);
  line-height: 1.6;
  margin: 0;
}

.history-card__list {
  list-style-type: disc;
  list-style-position: outside;
  margin-left: 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: var(--c80-dark);
  line-height: 1.6;
  margin-bottom: 0;
}

/* Slider dots and prev/next */
.history-slider-controls {
  position: absolute;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
}

.voice-slider-controls {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}

.slider-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 32px;
}

.slider-controls__btn {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  border: 1px solid var(--c80-bg-mid);
  background: rgba(30, 100, 154, 0.4);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
  color: var(--c80-sky);
  font-size: 18px;
  line-height: 1;
}

.slider-controls__btn:hover,
.slider-controls__btn.active {
  background: var(--c80-sky);
  color: var(--c80-white);
}

.slider-controls__dots {
  display: flex;
  gap: 8px;
}

.slick-dots {
  bottom: -40px;
}

.slick-dots li button::before {
  color: var(--c80-sky);
  font-size: 10px;
  opacity: 0.4;
}

.slick-dots li.slick-active button::before {
  opacity: 1;
}

/* ============================================================
   VOICE (人がつくる)
   ============================================================ */
.section-voice-80th {
  padding: 100px 20px 80px;
  position: relative;
  overflow: hidden;
}

.section-voice-80th__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  left: 0;
  top: 0;
  pointer-events: none;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateZ(0);
  isolation: isolate;
}

.section-voice-80th__bg-img {
  animation: slow-rotate 40s linear infinite;
  will-change: transform;
}

@keyframes slow-rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.section-voice-80th__inner {
  position: relative;
  z-index: 2;
  max-width: 1380px;
  margin: 0 auto;
  padding: 80px 20px 120px;
  border-radius: 60px;
  background: rgba(254, 236, 189, 0.8);
}

.section-voice-80th__header {
  text-align: center;
  margin-bottom: 16px;
  position: relative;
  z-index: 10;
}

.section-voice-80th__title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 36px;
  font-weight: 700;
  color: var(--c80-navy);
  margin-bottom: 16px;
}

.section-voice-80th__subtitle {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: var(--c80-navy);
  line-height: 1.8;
  margin-bottom: 52px;
}

.voice-cards {
  position: relative;
  z-index: 10;
}

.voice-card {
  width: 30%;
  border-radius: 12px;
  padding: 0;
  margin: 0 10px;
}

.voice-card__img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(0, 24, 64, 0.15), rgba(8, 130, 193, 0.3));
  margin-bottom: 20px;
}

.voice-card__img img {
  aspect-ratio: 855/544;
  -o-object-fit: cover;
     object-fit: cover;
}

.voice-card__quote {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: var(--c80-navy);
  line-height: 1.5;
  margin-bottom: 12px;
}

.voice-card__text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: var(--c80-gray);
  line-height: 1.7;
}

/* ============================================================
   VISION (80周年未来ビジョン)
   ============================================================ */
.section-vision-80th {
  padding: 100px 0 140px;
  position: relative;
  overflow: hidden;
}

.section-vision-80th__bg-ellipse {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
}
.section-vision-80th__bg-ellipse video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.section-vision-80th__inner {
  position: relative;
  z-index: 2;
  max-width: 900px;
  margin: 0 auto;
  padding: 80px 40px 0;
  text-align: center;
}

.section-vision-80th__circle {
  display: block;
  width: 740px;
  aspect-ratio: 814/987;
  position: absolute;
  left: 50%;
  top: 3%;
  z-index: 1;
  transform: translateX(-50%);
  background-image: url(../img/page-80th/bg-img-vision-circle.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  padding: 0 0 80px;
}

.section-vision-80th__title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 40px;
  font-weight: 700;
  color: var(--c80-blue);
  margin-bottom: 16px;
}

.section-vision-80th__sub {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: var(--c80-cyan);
  margin-bottom: 48px;
  letter-spacing: 0.1em;
}

.section-vision-80th__body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: var(--c80-dark);
  line-height: 2;
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}

.section-vision-80th__body p + p {
  margin-top: 1.4em;
}

/* ============================================================
   ANNIVERSARY LOGO (80周年記念ロゴ)
   ============================================================ */
.section-anniv-logo-80th {
  position: relative;
  background: url(../img/page-80th/bg-img-section-80th-logo.png) rgb(255, 255, 255) 50%/cover no-repeat;
  background-blend-mode: difference, normal;
}

@keyframes anniv-bg-rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.section-anniv-logo-80th__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 140px 0 140px;
}

.section-anniv-logo-80th__header {
  text-align: center;
  margin-bottom: 40px;
}

.section-anniv-logo-80th__title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 36px;
  font-weight: 700;
  color: var(--c80-dark);
  margin-bottom: 8px;
}

.anniv-logo-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 715px;
  margin: 0 auto;
}

.anniv-logo-content__img {
  flex-shrink: 0;
  width: 241px;
  height: 292px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.anniv-logo-content__img img {
  max-width: 200px;
  max-height: 260px;
  -o-object-fit: contain;
     object-fit: contain;
}

.anniv-logo-content__text {
  flex: 1;
}

.anniv-logo-content__text p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: var(--c80-dark);
  line-height: 1.9;
}

.anniv-logo-content__text p + p {
  margin-top: 1.2em;
}

/* ============================================================
   GALLERY (フォトギャラリー)
   ============================================================ */
.section-gallery-80th {
  padding: 100px 0 80px;
  position: relative;
  overflow: hidden;
  background-image: url(../img/page-80th/bg_img_section_gallery_1x.webp);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: darken, normal;
}

.section-gallery-80th__bg-ellipse {
  position: absolute;
  right: -100px;
  top: 80px;
  width: 649px;
  height: 649px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(8, 130, 193, 0.08) 0%, rgba(8, 130, 193, 0) 70%);
  pointer-events: none;
}

.section-gallery-80th__inner {
  position: relative;
  z-index: 1;
  margin: 0 auto;
}

.section-gallery-80th__header {
  text-align: center;
  margin-bottom: 16px;
}

.section-gallery-80th__title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 36px;
  font-weight: 700;
  color: var(--c80-dark);
  margin-bottom: 8px;
}

.section-gallery-80th__title-sub {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: var(--c80-sky);
  margin-bottom: 16px;
  letter-spacing: 0.1em;
}

.section-gallery-80th__lead {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: var(--c80-navy);
  line-height: 1.8;
  margin-bottom: 48px;
}

/* Main Gallery Slider */
.gallery-main-slider {
  margin-bottom: 20px;
}

.gallery-main-slide {
  height: 65vh;
  position: relative;
  overflow: hidden;
  margin: 0 14px;
  border: 8px solid var(--c80-white);
}

.gallery-main-slide__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.gallery-main-slide__caption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 16px 20px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, transparent 100%);
  text-align: center;
}

.gallery-main-slide__caption p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: var(--c80-white);
  line-height: 1.4;
  margin-bottom: 8px;
}

/* Thumbnail Slider */
.gallery-thumb-slider {
  margin-bottom: 32px;
}

.gallery-thumb-slide {
  padding: 4px;
  outline: none;
  cursor: pointer;
}

.gallery-thumb-slide__thumb {
  -o-object-fit: cover;
     object-fit: cover;
  border: 4px solid transparent;
  transition: border-color 0.2s;
  display: block;
}

.slick-current .gallery-thumb-slide__thumb {
  border-color: var(--c80-sky);
}

/* ============================================================
   CLOSE SECTION
   ============================================================ */
.section-close-80th {
  position: relative;
  padding: 100px 0 60px;
  text-align: center;
  background-image: url(../img/page-80th/bg-img-section-close.webp);
  background-position: left bottom;
  background-repeat: no-repeat;
  background-color: #fff;
  background-size: 100% auto;
  padding-bottom: 36vw;
}

.section-close-80th__inner {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 40px;
}

.section-close-80th__text {
  font-family: var(--noto-serif);
  font-size: 18px;
  font-weight: 400;
  color: var(--c80-dark);
  line-height: 2;
  margin-bottom: 60px;
}

.section-close-80th__text p + p {
  margin-top: 1em;
}

.section-close-80th__copyright {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: var(--c80-white);
  letter-spacing: 0.05em;
  position: absolute;
  bottom: 10px;
  left: 0;
  z-index: 1;
  width: 100%;
  text-align: center;
}

/* ============================================================
   PAGE TOP BUTTON
   ============================================================ */
.pagetop-80th {
  position: fixed;
  right: 32px;
  bottom: 32px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--c80-sky);
  color: var(--c80-white);
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 18px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
  z-index: 90;
  box-shadow: 0 4px 12px rgba(0, 24, 64, 0.3);
}

.pagetop-80th.visible {
  opacity: 1;
  pointer-events: auto;
}

.pagetop-80th:hover {
  background: var(--c80-blue);
  color: var(--c80-white);
}

/* ============================================================
   SECTION DIVIDER
   ============================================================ */
.section-divider-80th {
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, var(--c80-sky), var(--c80-cyan));
  border-radius: 2px;
  margin: 0 auto 40px;
}

.spbr {
  display: none;
}

@media screen and (max-width: 1340px) {
  .history-card__year {
    font-size: 22px;
  }
  .history-card__text {
    font-size: 13px;
  }
  .history-card__list {
    font-size: 13px;
  }
}
@media screen and (max-width: 1140px) {
  .history-nav {
    display: none;
  }
  .history-card__year {
    font-size: 22px;
  }
  .history-card__text {
    font-size: 12px;
  }
  .history-card__list {
    font-size: 12px;
  }
}
@media screen and (max-width: 980px) {
  .spbr {
    display: inline-block;
  }
  .section-mainvisual-80th__h1 {
    font-size: 7vw;
  }
  .section-mainvisual-80th__logo-circle {
    width: 160px;
    height: 160px;
  }
  .section-mainvisual-80th__logo-circle img {
    width: 100px;
    height: auto;
  }
  .section-mainvisual-80th__content {
    padding: 30px 20px 30px;
  }
  .section-mainvisual-80th__lead {
    font-size: 13px;
    margin-bottom: 30px;
  }
  .section-mainvisual-80th__bg-img {
    height: calc(30vw + 60px);
  }
  .section-mainvisual-80th__bg-img img {
    width: auto;
    height: 30vw;
  }
  .section-mainvisual-80th {
    min-height: 100svh;
  }
  .section-message-80th__title {
    font-size: 24px;
  }
  .section-message-80th__body {
    font-size: 16px;
  }
  .section-message-80th__sign-title {
    font-size: 16px;
  }
  .section-message-80th__sign-name {
    font-size: 30px;
  }
  .section-message-80th__bg-circles .circle-1 {
    width: 120vw;
    height: 120vw;
    top: 32.2%;
    left: -8.7%;
  }
  .section-message-80th__bg-circles .circle-7 {
    width: 140vw;
    height: 140vw;
    top: 23.7%;
    left: -53.9%;
  }
  .section-message-80th__bg-circles .circle-5 {
    width: 36.5%;
    aspect-ratio: 1/1;
    top: 80.9%;
    left: 68.9%;
  }
}
@media screen and (max-width: 980px) {
  .section-history-80th {
    background-position: 40% 0%;
    background-size: auto 100%;
  }
  .section-history-80th__inner {
    padding: 0 10px;
  }
  .section-history-80th__title {
    font-size: 28px;
    margin-bottom: 30px;
  }
  .section-history-80th__subtitle {
    font-size: 16px;
    text-align: left;
    padding: 0 20px;
  }
  .history-slider {
    width: 100%;
    max-width: 480px;
  }
  .history-card {
    flex-direction: column;
    aspect-ratio: unset;
  }
  .history-card::after {
    height: calc(100% + 8px);
  }
  .history-card__img {
    width: 100%;
    aspect-ratio: 1/1;
  }
  .history-card__img picture,
  .history-card__img img {
    width: 100%;
    height: 100%;
    aspect-ratio: 1/1;
  }
  .history-card__body {
    padding: 20px 16px 20px 16px;
    gap: 20px;
  }
  .history-card__year {
    font-size: 26px;
  }
  .history-card__text {
    font-size: 13px;
    line-height: 1.6;
  }
  .history-slider-controls {
    position: absolute;
    bottom: 60px;
    left: 50%;
    transform: translateX(-50%);
  }
  .section-vision-80th {
    padding: 30px 0 140px;
  }
  .section-voice-80th__title {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .section-voice-80th__subtitle {
    font-size: 15px;
    text-align: left;
  }
  .section-vision-80th__title {
    font-size: 28px;
  }
  .section-vision-80th__body {
    font-size: 14px;
  }
  .section-vision-80th__inner {
    padding: 80px 10px 0;
  }
  .section-vision-80th__circle {
    width: 560px;
    top: 16%;
  }
  .section-anniv-logo-80th__title {
    font-size: 28px;
  }
  .anniv-logo-content__img {
    margin-bottom: 20px;
  }
  .anniv-logo-content__text p {
    font-size: 15px;
    padding: 0 20px;
  }
  .section-gallery-80th__lead {
    font-size: 15px;
  }
  .gallery-main-slide {
    height: 45vh;
    margin: 0 10px;
  }
  .gallery-main-slide__caption p {
    font-size: 14px;
    margin-bottom: 0;
  }
  .section-close-80th__text {
    font-size: 15px;
  }
  .section-close-80th {
    background-size: auto 830px;
    padding: 100px 0 540px;
    background-position: 17% 100%;
  }
}
/* =============================================
   Benefits Section
   ============================================= */
.benefits {
  box-sizing: border-box;
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
}

.benefits__grid {
  display: grid;
  grid-template-columns: repeat(3, 334px);
  justify-content: center;
  gap: 20px;
  justify-items: start;
}

.benefits__item {
  position: relative;
  min-height: 472px;
  padding-bottom: 60px;
}

/* odd */
.benefits__item:nth-child(odd) .benefits__item-header {
  background: url("../img/benefits/bg-item-employee-benefits-odd-title.png") center/100% 100% no-repeat;
}

.benefits__item:nth-child(odd) .benefits__item-content {
  background: url("../img/benefits/bg-item-employee-benefits-odd-content.png") center/100% 100% no-repeat;
}

.benefits__item:nth-child(odd) .benefits__item-footer {
  background: url("../img/benefits/bg-item-employee-benefits-odd-footer.png") center/100% 100% no-repeat;
}

/* even */
.benefits__item:nth-child(even) .benefits__item-header {
  background: url("../img/benefits/bg-item-employee-benefits-even-title.png") center/100% 100% no-repeat;
}

.benefits__item:nth-child(even) .benefits__item-content {
  background: url("../img/benefits/bg-item-employee-benefits-even-content.png") center/100% 100% no-repeat;
}

.benefits__item:nth-child(even) .benefits__item-footer {
  background: url("../img/benefits/bg-item-employee-benefits-even-footer.png") center/100% 100% no-repeat;
}

.benefits__item--featured {
  grid-column: span 2;
}

.benefits__item-visual {
  width: 100%;
  aspect-ratio: 16/10;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.benefits__item--featured .benefits__item-visual {
  aspect-ratio: 2/1;
}

.benefits__item-visual img {
  width: 160px;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
}

.benefits__item-header {
  padding: 12px 42px 0;
  aspect-ratio: 334/113;
}

.benefits__item-content {
  padding: 8px 24px 24px;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.benefits__item-content .benefits__item-desc {
  font-size: 14px;
  line-height: 1.6;
}

.benefits__item-footer {
  text-align: center;
  aspect-ratio: 334/66;
  padding: 20px 0 0;
  box-sizing: border-box;
}

.benefits__item-title {
  font-family: var(--noto-sans);
  font-size: 19px;
  font-weight: 700;
  color: var(--navy, #1a2b4a);
  margin: 0;
  line-height: 1.4;
  text-align: center;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.benefits__item-desc {
  font-family: var(--noto-sans);
  font-size: 13px;
  font-weight: 400;
  color: #555;
  line-height: 1.7;
  margin: 0;
  flex: 1;
}

@keyframes pulse-badge {
  0% {
    transform: translateX(50%) scale(1);
  }
  14.3% {
    transform: translateX(50%) scale(1.05);
  }
  28.6% {
    transform: translateX(50%) scale(1);
  }
  100% {
    transform: translateX(50%) scale(1);
  }
}
.benefits__item--recommended::after {
  content: "";
  position: absolute;
  top: -28%;
  right: 50%;
  width: 100%;
  height: 100%;
  background: url("../img/benefits/bg-recommendation.svg") center/contain no-repeat;
  pointer-events: none;
  z-index: -1;
  animation: pulse-badge 5s ease-in-out infinite;
}

.benefits__item-footer .benefits__item-counter {
  display: none;
}

/* Scroll spy — hidden on PC */
.benefits__sidebar {
  display: none;
}

@media (max-width: 1180px) {
  .benefits__grid {
    grid-template-columns: repeat(2, 334px);
  }
  .benefits__item-footer .benefits__item-counter {
    display: block;
    font-size: 11px;
    font-weight: 700;
  }
  .benefits__item-footer .benefits__item-counter span {
    font-size: 14px;
  }
}
/* =============================================
   Benefits SP (max-width: 768px)
   ============================================= */
@media (max-width: 550px) {
  .benefits {
    padding: 60px 0 60px 20px;
    position: relative;
  }
  .benefits__grid {
    grid-template-columns: repeat(1, 334px);
    gap: 32px;
  }
  .benefits__item--featured {
    grid-column: span 1;
  }
  .benefits__item-visual {
    aspect-ratio: 16/9;
  }
  .benefits__item--featured .benefits__item-visual {
    aspect-ratio: 16/9;
  }
  .benefits__item-body {
    padding: 16px 20px 20px;
  }
  .benefits__item-counter {
    display: block;
    font-family: var(--noto-sans);
    font-size: 11px;
    font-weight: 700;
    margin-top: 4px;
  }
  .benefits__inner {
    width: calc(100% - 40px);
  }
  /* Scroll spy */
  .benefits__sidebar {
    display: block;
    width: 40px;
    padding-top: 30px;
  }
  .benefits-scrollspy {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: sticky;
    right: 0;
    top: 64px;
    z-index: 100;
    width: 20px;
  }
  .benefits-scrollspy__list {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .benefits-scrollspy__dot {
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 6px;
    background: #ccc;
    border: none;
    padding: 0;
    cursor: pointer;
    transition: height 0.25s ease, background 0.25s ease;
    flex-shrink: 0;
  }
  .benefits-scrollspy__dot.active {
    background: #004098;
  }
  .benefits-scrollspy__next {
    display: block;
    margin-top: 12px;
    width: 32px;
    height: 32px;
    padding: 0;
    border: none;
    cursor: pointer;
    text-align: center;
    background: none;
  }
  .benefits-scrollspy__next img {
    width: 100%;
  }
  .benefits-scrollspy__next:disabled {
    opacity: 0.3;
    cursor: default;
  }
}
/* ----------------------------- 先輩社員 1日のスケジュール ----------------------------- */
.schedule-member-list {
  overflow-x: auto;
  padding: 24px 16px;
}
.schedule-member-list .schedule-member-items {
  display: flex;
  justify-content: center;
  gap: 30px;
  padding: 0;
  margin: 0;
  list-style: none;
  width: -moz-max-content;
  width: max-content;
  min-width: 100%;
}
.schedule-member-list .schedule-member-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  width: 30svw;
  max-width: 360px;
}
.schedule-member-list .schedule-member-item.is-active .schedule-member-photo {
  outline: 5px solid #fff;
  filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.25));
}
.schedule-member-list .schedule-member-link {
  display: contents;
  color: inherit;
  text-decoration: none;
}
.schedule-member-list .schedule-member-photo {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
  margin: 16px 0;
}
.schedule-member-list .schedule-member-photo img {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.schedule-member-list .schedule-member-name {
  background: #FFFFFF;
  border-radius: 100px;
  padding: 7px 6px;
  color: #000;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  width: 100%;
  position: relative;
  top: -50px;
}
.schedule-member-list .schedule-member-item.is-active .schedule-member-name {
  background: #93DC5A;
  filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.25));
}

.schedule-section {
  padding: 24px 16px;
}

.page-main .schedule-member-label {
  color: #454545;
  text-align: right;
  font-family: "Noto Sans JP";
  font-size: 0.8125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 200%;
  /* 1.625rem */
  text-align: right;
  margin: 0 0 10px;
  width: 100%;
  max-width: 100%;
  padding: 0 30px;
}

.schedule-wrap {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.schedule-content {
  flex: 1;
  background: #FFFFFF;
  padding: 16px;
  max-width: 1040px;
}

.schedule-table {
  width: 100%;
  border-collapse: collapse;
}
.schedule-table tr {
  display: table-row;
  width: 100%;
}
.schedule-table th,
.schedule-table td {
  display: table-cell;
}
.schedule-table .schedule-time {
  width: 48px;
  height: 60px;
  vertical-align: top;
  font-size: 0.8125rem;
  font-weight: 700;
  color: #454545;
  padding: 8px 8px 0 0;
  border: none;
  background-color: inherit;
  white-space: nowrap;
  text-align: left;
}
.schedule-table tbody tr:first-child .schedule-time {
  border-top: none;
}
.schedule-table .schedule-event {
  vertical-align: top;
  background: rgba(162, 220, 253, 0.25);
  padding: 12px 14px;
  border: 10px solid #fff;
  width: auto;
}
.schedule-table .schedule-event p {
  font-size: 0.875rem;
  color: #000;
  margin: 0;
  line-height: 1.6;
  padding: 0;
  max-width: 100%;
  margin-bottom: 1em;
}
.schedule-table .schedule-event.schedule-event--empty {
  background: transparent;
}
.schedule-table .schedule-image {
  width: 50px;
  border: none;
  padding: 6px 0 0;
  vertical-align: top;
}
.schedule-table .schedule-image img {
  width: 44px;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}

.schedule-event-note {
  font-size: 0.75rem;
  display: block;
  margin-top: 4px;
}

.schedule-comment .schedule-comment-item {
  max-width: 350px;
  margin: 0 auto 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.schedule-comment .schedule-comment-mascot {
  width: 120px;
  text-align: center;
  background-image: url(../img/bg-mascot.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.schedule-comment .schedule-comment-mascot img {
  width: auto;
  height: 150px;
}
.schedule-comment .schedule-comment-voice {
  border-radius: 0 3.125rem 3.125rem 3.125rem;
  border: 1px solid #B3B3B3;
  background: #FFF;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
  padding: 16px 6px;
}
.schedule-comment .schedule-comment-voice p {
  font-size: 0.875rem;
  color: #454545;
  margin: 0;
  line-height: 1.8;
}

.fukidashi {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  padding: 12px 16px;
}
.fukidashi::before {
  content: "";
  width: 100px;
  height: 2px;
  box-sizing: border-box;
  background-color: #333333;
  rotate: 60deg;
}
.fukidashi::after {
  content: "";
  width: 100px;
  height: 2px;
  box-sizing: border-box;
  background-color: #333333;
  rotate: -60deg;
}
.fukidashi p {
  font-size: 13px;
  font-weight: 400;
  line-height: 170%;
}

.schedule-content .fukidashi {
  margin-top: -60px;
}

@media (min-width: 700px) {
  .schedule-content .fukidashi {
    margin-top: -100px;
    max-width: 580px;
    margin-left: auto;
    margin-right: auto;
  }
  .fukidashi::before {
    content: "";
    width: 40px;
  }
  .fukidashi::after {
    content: "";
    width: 40px;
  }
}
@media (min-width: 1100px) {
  .post-type-archive-schedule .schedule-member-list,
  .single-schedule .schedule-member-list {
    overflow-x: auto;
    padding: 0 80px 30px;
  }
  .post-type-archive-schedule .schedule-member-list .schedule-member-item,
  .single-schedule .schedule-member-list .schedule-member-item {
    width: 280px;
  }
  .post-type-archive-schedule .schedule-member-list .schedule-member-items,
  .single-schedule .schedule-member-list .schedule-member-items {
    justify-content: center;
    gap: 4rem;
  }
  .post-type-archive-schedule .schedule-member-list .schedule-member-name,
  .single-schedule .schedule-member-list .schedule-member-name {
    font-size: 1rem;
    padding: 18px 16px;
  }
  .post-type-archive-schedule .schedule-section,
  .single-schedule .schedule-section {
    padding: 40px 104px;
  }
  .post-type-archive-schedule .schedule-wrap,
  .single-schedule .schedule-wrap {
    flex-direction: row;
    gap: 30px;
    align-items: flex-start;
    justify-content: center;
  }
  .post-type-archive-schedule .schedule-table .schedule-time,
  .single-schedule .schedule-table .schedule-time {
    width: 60px;
    min-width: 56px;
  }
  .post-type-archive-schedule .schedule-comment,
  .single-schedule .schedule-comment {
    width: 260px;
    flex-shrink: 0;
    align-items: flex-start;
  }
  .post-type-archive-schedule .schedule-comment .schedule-comment-mascot,
  .single-schedule .schedule-comment .schedule-comment-mascot {
    width: 120px;
    align-self: center;
  }
  .post-type-archive-schedule .schedule-comment .schedule-comment-voice,
  .single-schedule .schedule-comment .schedule-comment-voice {
    width: 100%;
  }
}
/* ----------------------------- 研修・資格取得とキャリアステップ ----------------------------- */
.section-training p {
  margin-bottom: 60px;
}
.section-training .section-lead-text {
  margin-bottom: 60px;
}

.career-main-image {
  width: 100%;
  text-align: center;
  margin-bottom: 60px;
}
.career-main-image img {
  width: 100%;
  max-width: 1366px;
}

.startup-items {
  display: block;
  max-width: 1360px;
  margin: 0 auto 100px;
  padding: 0 20px;
}

.startup-item {
  background: #FFF;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
  display: flex;
  padding: 3rem 30px;
  flex-direction: column;
  align-items: center;
  gap: 1.875rem;
}

.startup-item__body {
  margin-bottom: 0;
}

.startup-item__heading {
  color: #333;
  text-align: center;
  font-size: 1.375rem;
  font-weight: 700;
  margin-bottom: 30px;
  line-height: 1.4;
}

.section-training .startup-item__lead {
  color: var(--faq-text, #2A200F);
  text-align: left;
  font-size: 1rem;
  font-weight: 400;
  line-height: 170%;
  margin-bottom: 30px;
}

.startup-item__list {
  color: #000;
  font-size: 13px;
  font-weight: 400;
  line-height: 200%;
}
.startup-item__list ul {
  list-style-type: disc;
  list-style-position: outside;
  margin-left: 24px;
  /* 1.5rem */
}

.startup-item__img {
  width: 100%;
  margin: auto;
  text-align: center;
}

.section-training-voice {
  margin-bottom: 100px;
}

.voice-items {
  display: flex;
  flex-direction: column;
  max-width: 1200px;
  margin: 0 auto;
  gap: 30px;
}

.voice-item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
}

.voice-item__photo {
  max-width: 420px;
  width: 90%;
  aspect-ratio: 1/1;
}
.voice-item__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}

.voice-item__bubble {
  width: 80%;
  border-radius: 0 3.125rem 3.125rem 3.125rem;
  border: 1px solid #B3B3B3;
  background: #FFF;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
  padding: 30px 6px 10px;
  position: relative;
  left: 0;
  bottom: 30px;
}
.voice-item__bubble p {
  color: #000;
  font-size: 15px;
  font-weight: 400;
  line-height: 200%;
  /* 32px */
}

.section-qualification {
  padding: 40px 0;
  margin-bottom: 60px;
}

.flex-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
  padding: 0 20px;
}

.qualification-support-items {
  padding: 0 20px;
  line-height: 1.75;
  max-width: 800px;
  margin: 30px auto 1rem;
}

.qualification-support-item {
  display: block;
  margin-bottom: 30px;
}

.qualification-support-item__title {
  border-radius: 4px;
  background: #00589A;
  padding: 14px 10px;
  color: #FFF;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-main .qualification-support-item__desc {
  margin: 0;
  text-align: left;
}

.qualification-list {
  border: 1px solid #B3B3B3;
  background: #FFF;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
  padding: 30px 20px 30px;
  width: 320px;
  margin: 0 auto;
}
.qualification-list .qualification-list__title {
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-weight: 400;
}
.qualification-list .qualification-list__items {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
  margin-bottom: 0;
}
.qualification-list .qualification-list__items ul {
  list-style-type: disc;
  list-style-position: outside;
  margin-left: 24px;
}

.career-step-scroll-wrap {
  background: #FFF;
  padding: 40px 14px;
  margin: 0 14px;
  position: relative;
}

.career-step-scroll-wrap::after {
  display: block;
  content: "";
  width: 3px;
  height: calc(100% - 80px);
  background: #00589A;
  position: absolute;
  left: 14px;
  top: 44px;
  z-index: 1;
}

.career-fork-item {
  position: relative;
}

.career-step-item-mascot,
.career-fork-item-mascot {
  width: 120px;
  text-align: center;
  background-image: url(../img/bg-mascot.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.career-step-item-mascot img,
.career-fork-item-mascot img {
  width: auto;
  height: 150px;
}

.career-step-item__title,
.career-fork-item__title {
  color: #00467B;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 170%;
  /* 47.6px */
}

.career-step-item {
  display: block;
  margin-bottom: 60px;
  position: relative;
}

.career-fork-items {
  display: flex;
  flex-direction: column;
  gap: 80px;
  padding: 0 10px;
  margin-top: 60px;
}

.page-main .career-step-item__years,
.page-main .career-fork-item__years {
  color: #454545;
  font-size: 16px;
  font-weight: 500;
  line-height: 170%;
  text-align: center;
  margin: 0;
  max-width: 100%;
}

.page-main .career-step-item__role,
.page-main .career-fork-item__role {
  color: #333;
  font-size: 13px;
  font-weight: 500;
  line-height: 170%;
  text-align: center;
  margin: 0;
  max-width: 100%;
}

.page-main .career-step-item__tag {
  color: var(--faq-text, #2A200F);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
  margin: 30px auto 30px;
  padding: 0;
  /* 27.2px */
}

.page-main .career-fork-top-item__tag {
  color: var(--faq-text, #2A200F);
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 170%;
  margin: 4px auto 4px;
  padding: 0;
  /* 27.2px */
}

.page-main .career-fork-item__tag {
  color: var(--faq-text, #2A200F);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
  margin: 0 auto 10px;
}

.career-step-item__phase {
  margin-bottom: 0px;
  position: relative;
}

.career-step-item__list {
  color: #000;
  font-size: 15px;
  font-weight: 400;
  line-height: 200%;
  width: 86%;
  margin: 0 0 30px 30px;
}
.career-step-item__list ul {
  list-style-type: disc;
  list-style-position: outside;
}

.career-fork-item__list {
  color: #000;
  font-size: 15px;
  font-weight: 400;
  line-height: 200%;
  width: 92%;
  margin: 0 20px 30px 20px;
}
.career-fork-item__list ul {
  list-style-type: disc;
  list-style-position: outside;
}

.career-step-item-comment,
.career-fork-item-comment {
  display: flex;
  gap: 20px;
  grid-template-columns: 1fr 3fr;
  align-items: flex-start;
  justify-content: center;
  max-width: 500px;
  margin: 0 auto;
  padding-left: 20px;
}

.career-step-item-voice,
.career-fork-item-voice {
  width: 90%;
  border-radius: 0 3.125rem 3.125rem 3.125rem;
  border: 1px solid #B3B3B3;
  background: #FFF;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
  padding: 30px 6px 10px;
}
.career-step-item-voice p,
.career-fork-item-voice p {
  padding: 0 14px;
}

.page-main .career-fork-item__lead {
  text-align: center;
  margin: 30px 0;
}

.career-phase {
  position: absolute;
  top: -2px;
  left: -25px;
  z-index: 5;
}

.career-phase-roles {
  display: inline-block;
  background: #A2DCFD;
  padding: 5px;
  color: #000;
  text-align: center;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  position: absolute;
  top: 70px;
  left: 14px;
  width: 24px;
  text-align: center;
}
.career-phase-roles span {
  writing-mode: vertical-lr;
}

.career-phase-fork {
  position: absolute;
  top: -40px;
  left: -34px;
  z-index: 5;
}
.career-phase-fork .career-phase-roles {
  top: 100px;
}

.career-phase-years {
  display: flex;
  width: 54px;
  height: 54px;
  padding: 2px 4px 4px 4px;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 3px solid #FFF;
  background: #00589A;
  color: #FFF;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
}
.career-phase-years .career-phase-years-unit {
  font-size: 8px;
  position: relative;
  bottom: -6px;
  left: 1px;
  line-height: 1;
}

.career-fork-item__title {
  position: relative;
}

.career-fork-item__title::before {
  display: block;
  content: url(../img/line-ark-sp.svg);
  width: 43px;
  height: 25px;
  position: absolute;
  top: 6px;
  left: -10px;
  transform: rotate(0deg);
}

.career-fork-item {
  padding-top: 10px;
}

@media (min-width: 700px) {
  .startup-items {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    justify-content: space-around;
    padding: 0 20px;
  }
  .voice-item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    flex-direction: row;
  }
  .voice-item__bubble {
    width: 60%;
    border-radius: 3.125rem 3.125rem 3.125rem 0;
    border: 1px solid #B3B3B3;
    background: #FFF;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
    padding: 30px 6px 10px;
    position: relative;
    left: -50px;
    bottom: 20px;
  }
  .flex-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
    gap: 20px;
    padding: 0 20px;
    max-width: 980px;
    margin: 0 auto;
  }
  .qualification-support-item {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    max-width: 600px;
  }
  .career-step-scroll-wrap {
    background: #FFF;
    padding: 48px 5px;
    max-width: 1080px;
    margin: 0 auto;
  }
  .career-step-item__title,
  .career-fork-item__title {
    color: #00467B;
    text-align: center;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 170%;
  }
  .career-step-item__list {
    color: #000;
    font-size: 15px;
    font-weight: 400;
    line-height: 200%;
    width: 88%;
    margin: 0 auto 30px;
  }
  .career-step-item__list ul {
    list-style-type: disc;
    list-style-position: outside;
  }
  .career-step-scroll-wrap {
    background: rgb(255, 255, 255);
    padding: 40px 14px;
    margin: 0px 10px;
  }
  .startup-item {
    padding: 3rem 20px;
  }
}
@media (min-width: 1100px) {
  .voice-items {
    display: flex;
    max-width: 1200px;
    flex-direction: row;
    align-items: center;
    margin: 0px auto;
  }
  .voice-item {
    display: flex;
    align-items: flex-end;
    width: 50%;
  }
  .voice-item__photo {
    max-width: 420px;
    width: 100%;
    aspect-ratio: 1/1;
  }
  .section-training .startup-item__lead {
    text-align: center;
  }
  .startup-item__img {
    width: 90%;
  }
  .career-step-item {
    display: grid;
    gap: 100px;
    grid-template-columns: 1fr 0.8fr;
    margin-bottom: 0;
    padding: 0 30px 0 0;
  }
  .career-fork-items {
    display: grid;
    gap: 100px;
    grid-template-columns: 1fr 1fr;
    padding: 0 40px;
  }
  .career-step-scroll-wrap {
    background: rgb(255, 255, 255);
    padding: 60px 20px 40px;
    margin: 0px auto;
  }
  .career-step-item__phase {
    margin-bottom: 0px;
  }
  .startup-item__list {
    font-size: 14px;
  }
  .startup-item {
    padding: 3rem 30px;
  }
  .career-phase {
    position: absolute;
    top: -2px;
    left: calc(50% - 25px);
    z-index: 5;
  }
  .career-phase--fork {
    position: static;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .career-step-scroll-wrap::after {
    display: none;
  }
  .career-step-item::after {
    display: block;
    content: "";
    width: 3px;
    height: 100%;
    background: #00589A;
    position: absolute;
    left: calc(50% - 1px);
    top: 0;
    z-index: 1;
  }
  .career-step-item-content {
    padding-bottom: 40px;
  }
  .career-fork-items {
    position: relative;
    padding-top: 40px;
    margin-top: 40px;
  }
  .career-fork-items::after {
    display: block;
    content: "";
    width: calc(100% - 500px);
    height: 3px;
    background: #00589A;
    position: absolute;
    left: 250px;
    top: 0;
    z-index: 1;
  }
  .career-phase-fork {
    position: absolute;
    top: -127px;
    left: 166px;
  }
  .career-phase-fork .career-phase-roles {
    width: 80px;
    top: 69px;
  }
  .career-phase-fork .career-phase-roles span {
    writing-mode: initial;
  }
  .career-fork-item__title {
    position: relative;
  }
  .career-fork-item__title::before {
    display: block;
    content: url(../img/line-ark-sp.svg);
    width: 43px;
    height: 25px;
    position: absolute;
    top: -36px;
    left: calc(50% - 6px);
    transform: rotate(90deg);
  }
  .career-fork-item {
    padding-top: 10px;
  }
  .career-phase-years {
    display: flex;
    width: 88px;
    height: 88px;
    padding: 2px 4px 4px 4px;
    justify-content: center;
    align-items: center;
    aspect-ratio: 1/1;
    border-radius: 50%;
    border: 3px solid #FFF;
    background: #00589A;
    color: #FFF;
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    position: relative;
    left: -18px;
    top: -26px;
    z-index: 1;
  }
  .career-phase-years .career-phase-years-unit {
    font-size: 10px;
    position: relative;
    bottom: -10px;
    left: 1px;
    line-height: 1;
  }
  .career-phase--fork .career-phase-years {
    position: relative;
    left: 0px;
    top: -8px;
  }
}
/* ----------------------------- 採用TOPセクション「よくある質問」 ----------------------------- */
.section-faq-top {
  position: relative;
  overflow: hidden;
  background: rgba(0, 160, 233, 0.2);
  padding: 48px 16px;
}

.faq-top-bg-ellipse {
  position: absolute;
  right: -30%;
  top: -30%;
  width: 120%;
  padding-top: 120%;
  background: #A8DAF5;
  border-radius: 50%;
  z-index: 0;
  pointer-events: none;
}

.faq-top-bg-img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 160px;
  z-index: 1;
  pointer-events: none;
}
.faq-top-bg-img img {
  width: 100%;
  display: block;
}

.faq-top-inner {
  position: relative;
  z-index: 2;
}

.faq-top-heading {
  text-align: center;
  margin-bottom: 16px;
}
.faq-top-heading__en {
  font-family: var(--bebas-font-family);
  font-size: 5rem;
  line-height: 1;
  color: rgba(0, 88, 154, 0.15);
  letter-spacing: 0.05em;
}
.faq-top-heading__ja {
  font-size: 1.375rem;
  font-weight: 700;
  color: #00589A;
  margin: 0;
  margin-top: -0.5em;
}

.faq-top-desc {
  font-size: 14px;
  color: #231815;
  font-weight: 400;
  line-height: 1.9;
  text-align: left;
  margin-bottom: 30px;
}

.faq-top-category {
  margin-bottom: 20px;
}
.faq-top-category__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.faq-top-category__list.faq-taxonomy-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  max-width: 620px;
  margin: 0 auto 40px;
}
.faq-top-category__item {
  flex: 1 1 auto;
}
.faq-top-category__link {
  display: block;
  text-align: center;
  border: 2px solid #DCB85A;
  background: #FFFFFF;
  color: #00589A;
  font-size: 0.8125rem;
  font-weight: 500;
  padding: 8px 12px;
  border-radius: 100px;
  text-decoration: none;
  white-space: nowrap;
  transition: background 0.2s, color 0.2s;
}
.faq-top-category__link:hover {
  background: #00589A;
  color: #ffffff;
}

.faq-top-list {
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.faq-top-item__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  background: #FFFFFF;
  padding: 16px 20px;
  text-decoration: none;
  border-radius: 4px;
  transition: background 0.2s;
}
.faq-top-item__link:hover {
  background: #F0F8FF;
}
.faq-top-item__q {
  font-size: 0.9375rem;
  font-weight: 500;
  color: #2A200F;
  line-height: 1.6;
}
.faq-top-item__icon {
  flex-shrink: 0;
  color: #00589A;
  width: 24px;
  height: 24px;
}
.faq-top-item__icon svg {
  display: block;
  width: 100%;
  height: 100%;
}

.faq-top-btn-wrap {
  text-align: center;
}

.faq-top-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-radius: 30px;
  border: 2px solid #FFF;
  background: rgba(0, 63, 167, 0.7);
  color: #FFFFFF;
  font-size: 0.9375rem;
  font-weight: 700;
  padding: 14px 80px;
  text-decoration: none;
  transition: background 0.2s;
}
.faq-top-btn::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../img/uiw_swap-right.svg) center right/cover no-repeat;
  margin-left: 20px;
  line-height: 1;
  position: relative;
  top: -2px;
}
.faq-top-btn:hover {
  background: #003FA7;
  color: #ffffff;
}
.faq-top-btn svg {
  display: block;
  flex-shrink: 0;
}

@media (min-width: 1100px) {
  .section-faq-top {
    padding: 64px 104px;
  }
  .faq-top-bg-ellipse {
    right: -5%;
    top: -40%;
    width: 60%;
    padding-top: 60%;
  }
  .faq-top-bg-img {
    width: 280px;
    right: 60px;
    bottom: 0;
  }
  .faq-top-heading {
    text-align: left;
    grid-column: 2;
    grid-row: 1;
    margin-bottom: 12px;
  }
  .faq-top-heading__en {
    font-size: 7rem;
  }
  .faq-top-heading__ja {
    font-size: 1.75rem;
  }
  .faq-top-desc {
    font-size: 16px;
    text-align: center;
    grid-column: 2;
    grid-row: 2;
  }
  .faq-top-category {
    grid-column: 1;
    grid-row: 1;
    margin-bottom: 16px;
  }
  .faq-top-category__list {
    gap: 10px;
  }
  .faq-top-category__item {
    flex: 0 1 auto;
  }
  .faq-top-list {
    grid-column: 1;
    grid-row: 2/4;
    margin-bottom: 0;
    align-content: start;
  }
  .faq-top-btn-wrap {
    grid-column: 1;
    grid-row: 4;
    margin-top: 24px;
  }
}/*# sourceMappingURL=content.css.map */