@charset "UTF-8";
/* ========================================
    foundation
======================================== */
@import url("https://fonts.googleapis.com/css2?family=Funnel+Display:wght@300..800&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6,
p, blockquote, pre, abbr, address,
cite, code, del, dfn, em, img, ins,
kbd, q, samp, small, strong, sub, sup,
var, b, i, dl, dt, dd, ol, ul, li, li > ul,
a, fieldset, form, label, legend, table,
caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, figcaption,
footer, header, hgroup, menu, nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: bottom;
  background: transparent;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: inherit;
}

li {
  list-style-type: none;
}

.pcNone {
  display: block !important;
}
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
html {
  scroll-behavior: smooth;
  height: -webkit-fill-available;
  font-size: 62.5%;
  font-feature-settings: "palt" 1;
  scroll-padding-top: 12rem;
}

body {
  font-size: 16px;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", YuGothic, "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  color: #1D1D1D;
  background-color: #fff;
  width: 100%;
  height: 100%;
}

body.overflow-hidden {
  overflow: hidden;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

p, li, a, dt, dd {
  font-size: clamp(1.4rem, 1.4035087719vw, 1.6rem);
  letter-spacing: 0;
}

p, li, a, dt, dd {
  line-height: 1.8;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.5;
}

button {
  cursor: pointer;
}

/* ========================================
    layout
======================================== */
.l-inner {
  max-width: 134rem;
  margin: 0 auto;
  padding-left: 4rem;
  padding-right: 4rem;
}

.l-main {
  position: relative;
  z-index: 1;
}

.l-wrapper {
  position: relative;
  z-index: 1;
}

.home .l-wrapper {
  overflow: hidden;
}

.page-about .l-wrapper {
  overflow-x: clip;
}

.page-crosstalk .l-wrapper {
  overflow-x: clip;
}

.page-interview .l-wrapper {
  overflow-x: clip;
}

/* ========================================
    object / component
======================================== */
.c-btn--main {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.6rem;
  font-weight: bold;
  color: #2659C8;
  line-height: 1.5;
  padding: clamp(1.3rem, 1.25vw, 1.8rem) clamp(2rem, 1.6666666667vw, 2.4rem);
  border-radius: 0.8rem;
  border: solid 0.1rem #D9E0F1;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.c-btn--main::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #2659C8;
  z-index: -1;
  transform: translateX(-101%);
  transition: transform 0.3s ease;
}
.c-btn--main.borderNone {
  border: none;
}
.c-btn--main.bgWhite {
  background-color: #fff;
}
.c-btn--main .material-symbols-outlined {
  font-size: 1.2rem;
  color: #2659C8;
  transition: color 0.3s ease;
}
.c-btn--main:hover {
  color: #fff;
  background-position: left center;
}
.c-btn--main:hover::before {
  transform: translateX(0);
}
.c-btn--main:hover .material-symbols-outlined {
  color: #fff;
}
.c-btn--main.back .material-symbols-outlined {
  transform: rotate(180deg);
}

/* ========================================
    object / project
======================================== */
/* -------------------------------------
**
** 背景装飾
**
------------------------------------- */
.p-decoraGear--top > div img {
  animation: spin 60s linear infinite;
}
.p-decoraGear--top .gear01 {
  width: clamp(34.2rem, 68.6111111111vw, 98.8rem);
  position: absolute;
  top: clamp(-63.4rem, -44.0277777778vw, -24.5rem);
  right: -0.7rem;
  z-index: -1;
  -webkit-mask-image: linear-gradient(to bottom, #fff 0%, #fff 54.6rem, transparent 100%);
  mask-image: linear-gradient(to bottom, #fff 0%, #fff 54.6rem, transparent 100%);
}
.p-decoraGear--top .gear02 {
  width: clamp(58rem, 115.9722222222vw, 167rem);
  position: absolute;
  top: clamp(4.8rem, 5.4166666667vw, 7.8rem);
  left: clamp(-64.8rem, -45vw, -34.8rem);
  z-index: -1;
  -webkit-mask-image: linear-gradient(to bottom, #fff 0%, #fff 43rem, transparent 90%);
  mask-image: linear-gradient(to bottom, #fff 0%, #fff 43rem, transparent 90%);
}
.p-decoraGear--top .gear03 {
  width: clamp(38.6rem, 77.2916666667vw, 111.3rem);
  position: absolute;
  top: clamp(5.3rem, 5.7638888889vw, 8.3rem);
  right: clamp(-64.8rem, -45vw, -34.8rem);
  z-index: -2;
  -webkit-mask-image: linear-gradient(to bottom, #fff 0%, #fff 21rem, transparent 90%);
  mask-image: linear-gradient(to bottom, #fff 0%, #fff 21rem, transparent 90%);
}
.p-decoraGear--page {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: -8.8rem;
  left: 0;
  z-index: -1;
}
.p-decoraGear--page > div img {
  animation: spin 60s linear infinite;
}
.p-decoraGear--page .gear01 {
  width: clamp(43.2rem, 41.6666666667vw, 60rem);
  position: absolute;
  top: clamp(-33.5rem, -23.2638888889vw, -23.4rem);
  right: clamp(17.7rem, 26.1805555556vw, 37.7rem);
  z-index: -1;
}
.p-decoraGear--page .gear01::after {
  content: "";
  display: block;
  background-image: linear-gradient(to bottom, transparent 0%, #fff 100%);
  width: 100%;
  height: calc(100% - 23rem);
  position: absolute;
  bottom: -1rem;
  left: 0;
  z-index: 2;
}
.p-decoraGear--page .gear02 {
  width: clamp(56.4rem, 54.7222222222vw, 78.8rem);
  position: absolute;
  top: clamp(13.7rem, 11.5277777778vw, 16.6rem);
  left: clamp(-54.8rem, -38.0555555556vw, -24.8rem);
  z-index: -1;
}
.p-decoraGear--page .gear02::after {
  content: "";
  display: block;
  background-image: linear-gradient(to bottom, transparent 0%, #fff 100%);
  width: 100%;
  height: calc(100% - 24rem);
  position: absolute;
  bottom: -1rem;
  left: 0;
  z-index: 2;
}
.p-decoraGear--page .gear03 {
  width: clamp(40.6rem, 39.375vw, 56.7rem);
  position: absolute;
  top: clamp(14.7rem, 16.1111111111vw, 23.2rem);
  right: clamp(-29.3rem, -20.3472222222vw, -34.8rem);
  z-index: -1;
}
.p-decoraGear--page .gear03::after {
  content: "";
  display: block;
  background-image: linear-gradient(to bottom, transparent 0%, #fff 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -1rem;
  left: 0;
  z-index: 2;
}
.p-decoraGear--page02 {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: -8.8rem;
  left: 0;
  z-index: -1;
}
.p-decoraGear--page02 > div {
  animation: spin 60s linear infinite;
}
.p-decoraGear--page02 .gear02 {
  width: clamp(43.2rem, 54.7222222222vw, 78.8rem);
  position: absolute;
  top: clamp(-25.2rem, -17.5vw, -14rem);
  left: clamp(-27.3rem, -18.9583333333vw, -13.2rem);
  z-index: -1;
}
.p-decoraGear--page02 .gear02::after {
  content: "";
  display: block;
  background-image: linear-gradient(to bottom, transparent 0%, #fff 100%);
  width: 100%;
  height: calc(100% - 31rem);
  position: absolute;
  bottom: -1rem;
  left: 0;
  z-index: 2;
}
.p-decoraGear--page02 .gear03 {
  width: clamp(40.6rem, 39.375vw, 56.7rem);
  position: absolute;
  top: -2.1rem;
  right: -8.5rem;
  z-index: -1;
}
.p-decoraGear--page02 .gear03::after {
  content: "";
  display: block;
  background-image: linear-gradient(to bottom, transparent 0%, #fff 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -1rem;
  left: 0;
  z-index: 2;
}

.p-footer {
  position: relative;
  z-index: 2;
  width: 100%;
  overflow: hidden;
}
.p-footer_entry {
  background-color: #DB8C26;
  padding: clamp(6.4rem, 8.3333333333vw, 12rem) clamp(2rem, 7.5vw, 10.8rem);
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.p-footer_entry .headBox {
  display: flex;
  align-items: center;
  gap: clamp(3.2rem, 6.8055555556vw, 9.8rem);
  margin-bottom: clamp(3.2rem, 4.4444444444vw, 6.4rem);
}
.p-footer_entry .headBox .read {
  flex: 1;
  font-weight: 400;
  color: #fff;
}
.p-footer_entry .btnBox {
  display: flex;
  gap: clamp(1.6rem, 1.6666666667vw, 2.4rem);
}
.p-footer_entry .btnBox a {
  flex: 1;
  display: flex;
  align-items: center;
  height: clamp(6.4rem, 6.9444444444vw, 10rem);
  border-radius: 0.8rem;
  position: relative;
  z-index: 1;
}
.p-footer_entry .btnBox a::after {
  content: "\e5c8";
  font-family: "Material Icons";
  font-size: 1.6rem;
  font-weight: 300;
  position: absolute;
  top: 50%;
  right: clamp(2.4rem, 2.2222222222vw, 3.2rem);
  transform: translateY(-50%);
  z-index: -1;
}
.p-footer_entry .btnBox a p {
  padding-left: clamp(2rem, 2.7777777778vw, 4rem);
  font-size: clamp(1.5rem, 1.6666666667vw, 2.4rem);
  font-weight: bold;
  line-height: 1.5;
  white-space: nowrap;
}
.p-footer_entry .btnBox a.btnEntry {
  border: solid 0.1rem #fff;
  background-color: #fff;
  padding: clamp(1.2rem, 1.6666666667vw, 2.4rem) clamp(6rem, 5.5555555556vw, 8rem) clamp(1.2rem, 1.6666666667vw, 2.4rem) clamp(2.4rem, 2.7777777778vw, 4rem);
  transition: 0.2s linear;
}
.p-footer_entry .btnBox a.btnEntry::after {
  color: #DB8C26;
}
.p-footer_entry .btnBox a.btnEntry .icon {
  padding-right: clamp(2.4rem, 2.7777777778vw, 4rem);
  border-right: solid 0.1rem rgba(219, 140, 38, 0.4);
  padding-block: 0.6rem;
}
.p-footer_entry .btnBox a.btnEntry .material-symbols-outlined {
  font-size: clamp(3rem, 2.7777777778vw, 4rem);
  color: #DB8C26;
}
.p-footer_entry .btnBox a.btnEntry p {
  color: #DB8C26;
}
.p-footer_entry .btnBox a.btnEntry:hover {
  background-color: #DB8C26;
}
.p-footer_entry .btnBox a.btnEntry:hover::after {
  color: #fff;
}
.p-footer_entry .btnBox a.btnEntry:hover .icon {
  border-right: solid 0.1rem rgba(255, 255, 255, 0.4);
}
.p-footer_entry .btnBox a.btnEntry:hover .material-symbols-outlined {
  color: #fff;
}
.p-footer_entry .btnBox a.btnEntry:hover p {
  color: #fff;
}
.p-footer_entry .btnBox a.btnWantedly {
  padding: clamp(1.2rem, 1.6666666667vw, 2.4rem) clamp(6rem, 5.5555555556vw, 8rem) clamp(1.2rem, 1.6666666667vw, 2.4rem) clamp(2rem, 2.0833333333vw, 3rem);
  background-color: #21AABC;
  border: solid 0.1rem #21AABC;
  transition: 0.2s linear;
}
.p-footer_entry .btnBox a.btnWantedly::after {
  color: #fff;
}
.p-footer_entry .btnBox a.btnWantedly .icon {
  padding-right: clamp(1.8rem, 2.0833333333vw, 3rem);
  border-right: solid 0.1rem rgba(255, 255, 255, 0.4);
  padding-block: 0.4rem;
  position: relative;
}
.p-footer_entry .btnBox a.btnWantedly .icon img {
  width: clamp(4rem, 4.1666666667vw, 6rem);
}
.p-footer_entry .btnBox a.btnWantedly .icon img:nth-of-type(2) {
  position: absolute;
  top: 0.3rem;
  left: 0;
  z-index: 2;
  opacity: 0;
}
.p-footer_entry .btnBox a.btnWantedly p {
  color: #fff;
}
.p-footer_entry .btnBox a.btnWantedly:hover {
  background-color: #fff;
}
.p-footer_entry .btnBox a.btnWantedly:hover::after {
  color: #21AABC;
}
.p-footer_entry .btnBox a.btnWantedly:hover .icon {
  border-right: solid 0.1rem rgba(33, 170, 188, 0.4);
}
.p-footer_entry .btnBox a.btnWantedly:hover .icon img:nth-of-type(2) {
  opacity: 1;
}
.p-footer_entry .btnBox a.btnWantedly:hover .material-symbols-outlined {
  color: #21AABC;
}
.p-footer_entry .btnBox a.btnWantedly:hover p {
  color: #21AABC;
}
.p-footer_entry .decoraBox > div {
  animation: spin 60s linear infinite;
}
.p-footer_entry .decoraBox .decora01 {
  width: clamp(54.5rem, 68.5416666667vw, 98.7rem);
  position: absolute;
  top: -57.5rem;
  right: 1.5rem;
  z-index: -1;
}
.p-footer_entry .decoraBox .decora02 {
  width: clamp(92.2rem, 115.9722222222vw, 167rem);
  position: absolute;
  top: 0;
  left: -84.9rem;
  z-index: -1;
}
.p-footer_entry .decoraBox .decora03 {
  width: clamp(61.4rem, 77.3611111111vw, 111.4rem);
  position: absolute;
  top: 30rem;
  right: -47.5rem;
  z-index: -1;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.p-footer_content {
  background-color: #22262D;
  padding: clamp(6.4rem, 5.5555555556vw, 8rem) clamp(2rem, 7.5vw, 10.8rem);
  display: flex;
  justify-content: space-between;
  gap: 4rem;
}
.p-footer_content .headBox .infoBox {
  margin-bottom: 3.2rem;
}
.p-footer_content .headBox h2 {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
  color: #fff;
  margin-bottom: 1.8rem;
}
.p-footer_content .headBox p {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
}
.p-footer_content .btnBox {
  width: 28rem;
}
.p-footer_content .btnBox a {
  display: flex;
  align-items: center;
  height: 6rem;
  border: solid 0.1rem rgba(255, 255, 255, 0.1);
  border-radius: 0.2rem;
  position: relative;
  z-index: 1;
  transition: 0.2s linear;
}
.p-footer_content .btnBox a p {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
}
.p-footer_content .btnBox a.btnEntry {
  gap: 1.8rem;
  padding: 0 2.5rem;
  margin-bottom: 1.6rem;
  transition: 0.2s linear;
}
.p-footer_content .btnBox a.btnEntry:hover {
  background-color: #DB8C26;
}
.p-footer_content .btnBox a.btnEntry .material-symbols-outlined {
  font-size: 2.4rem;
  color: #fff;
}
.p-footer_content .btnBox a.btnWantedly {
  gap: 1rem;
  padding: 0 1.6rem;
  transition: 0.2s linear;
}
.p-footer_content .btnBox a.btnWantedly:hover {
  background-color: #21AABC;
}
.p-footer_content .btnBox a.btnWantedly .icon img {
  width: 4rem;
}
.p-footer_content .menuWrap {
  display: flex;
  justify-content: flex-end;
  gap: clamp(2rem, 5.8333333333vw, 8.4rem);
  margin-bottom: clamp(3.2rem, 6.1111111111vw, 8.8rem);
}
.p-footer_content .menuWrap .item:not(:last-child) {
  margin-bottom: 2.4rem;
}
.p-footer_content .menuWrap .item > a {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  color: #fff;
  margin-bottom: 1.2rem;
  transition: 0.2s linear;
}
.p-footer_content .menuWrap .item > a:hover {
  opacity: 0.8;
}
.p-footer_content .menuWrap .item > a span {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  line-height: 1;
  position: relative;
  z-index: 1;
}
.p-footer_content .menuWrap .item > a span::after {
  content: "\e5c8";
  font-family: "Material Icons";
  font-size: 1.3rem;
  font-weight: 300;
  display: inline-block;
  align-items: center;
  color: #fff;
  z-index: -1;
}
.p-footer_content .menuWrap .item .subMenu a {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2;
  color: #fff;
  opacity: 0.6;
  position: relative;
  z-index: 1;
  transition: 0.2s linear;
}
.p-footer_content .menuWrap .item .subMenu a::after {
  content: "";
  width: 100%;
  height: 0.1rem;
  background-color: #fff;
  opacity: 0.6;
  position: absolute;
  bottom: 0.5rem;
  right: 0;
  transform: scale(1, 1);
  transform-origin: left top;
  transition: transform 0.3s;
}
.p-footer_content .menuWrap .item .subMenu a:hover::after {
  transform: scale(0, 1);
  transform-origin: right top;
}
.p-footer_content .corporate {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}
.p-footer_content .corporate .link {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.8rem;
}
.p-footer_content .corporate p {
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.8;
  color: #fff;
  position: relative;
  z-index: 1;
}
.p-footer_content .corporate p::after {
  content: "";
  width: 100%;
  height: 0.1rem;
  background-color: #fff;
  opacity: 0.6;
  position: absolute;
  bottom: 0.5rem;
  right: 0;
  transform: scale(1, 1);
  transform-origin: left top;
  transition: transform 0.3s;
}
.p-footer_content .corporate .material-symbols-outlined {
  font-size: 1.6rem;
  color: #fff;
}
.p-footer_content .corporate:hover p {
  color: #2659C8;
}
.p-footer_content .corporate:hover p::after {
  transform: scale(0, 1);
  transform-origin: right top;
  background-color: #2659C8;
}
.p-footer_content .corporate:hover .material-symbols-outlined {
  color: #2659C8;
}
.p-footer_other {
  background-color: #fff;
  padding: 1.8rem clamp(2rem, 7.5vw, 10.8rem);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}
.p-footer_other .logo {
  display: block;
  width: clamp(11.2rem, 10.5555555556vw, 15.2rem);
}
.p-footer_other .copyright {
  font-size: clamp(1.2rem, 0.9027777778vw, 1.3rem);
  font-weight: 400;
  line-height: 1.8;
}

.p-header {
  width: 100%;
  height: 8.8rem;
  padding: clamp(1rem, 1.1111111111vw, 1.6rem) clamp(2rem, 2.2222222222vw, 3.2rem);
  position: relative;
  z-index: 10;
}
.p-header.active {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  animation: slideDown 0.4s ease forwards;
}
.p-header.is-hiding {
  animation: slideUp 0.4s ease forwards;
}
@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes slideUp {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-100%);
  }
}
.p-header_content {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
}
.p-header_logo {
  display: flex;
  align-items: center;
  gap: clamp(1.2rem, 1.3194444444vw, 1.9rem);
}
.p-header_logo a {
  display: block;
  width: clamp(12.1rem, 10.9027777778vw, 15.7rem);
  line-height: 1;
}
.p-header_logo img {
  vertical-align: middle;
}
.p-header_logo p {
  font-size: clamp(1.2rem, 1.1111111111vw, 1.6rem);
  font-weight: bold;
  line-height: 1.5;
  white-space: nowrap;
}
.p-header_menu {
  display: flex;
  align-items: center;
  gap: clamp(1.2rem, 2.2222222222vw, 3.2rem);
}
.p-header_menu .menuBox {
  display: flex;
  align-items: center;
  gap: clamp(1.2rem, 1.6666666667vw, 2.4rem);
  /* サブメニュー本体 */
}
.p-header_menu .menuBox li {
  line-height: 1;
  position: relative;
  z-index: 1;
}
.p-header_menu .menuBox a {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-size: clamp(1.4rem, 1.1111111111vw, 1.6rem);
  font-weight: bold;
  line-height: 1.5;
  position: relative;
  white-space: nowrap;
  transition: 0.2s linear;
}
.p-header_menu .menuBox a:hover {
  color: #2659C8;
}
.p-header_menu .menuBox .material-symbols-outlined {
  font-size: clamp(1.6rem, 1.4583333333vw, 2.1rem);
  transition: 0.3s ease-in-out;
}
.p-header_menu .menuBox li:has(.subMenu.active) .material-symbols-outlined {
  transform: rotate(180deg);
}
.p-header_menu .menuBox .subMenu {
  width: -moz-fit-content;
  width: fit-content;
  padding: 2.4rem;
  background-color: #fff;
  border-radius: 0.8rem;
  filter: drop-shadow(0 0 1rem rgba(0, 0, 0, 0.08));
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  position: absolute;
  top: 6.9rem;
  left: -3.2rem;
  z-index: 1;
}
.p-header_menu .menuBox .subMenu::before {
  content: "";
  display: block;
  width: 1rem;
  height: 1.3rem;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  background-color: #fff;
  position: absolute;
  top: -1.3rem;
  left: 5.7rem;
  z-index: 1;
}
.p-header_menu .menuBox .subMenu--01 {
  width: 60rem;
}
.p-header_menu .menuBox .subMenu--02 {
  width: 32.4rem;
}
.p-header_menu .menuBox .subMenu.active {
  opacity: 1;
  visibility: visible;
}
.p-header_menu .menuBox .subMenu_content {
  display: flex;
  gap: 2rem;
}
.p-header_menu .menuBox .subMenu .title {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
  white-space: nowrap;
}
.p-header_menu .menuBox .subMenu .title a {
  position: relative;
  z-index: 1;
}
.p-header_menu .menuBox .subMenu .title a::after {
  content: "";
  width: 100%;
  height: 0.05rem;
  background-color: #1D1D1D;
  opacity: 0.6;
  position: absolute;
  bottom: 0.1rem;
  right: 0;
  transform: scale(1, 1);
  transform-origin: left top;
  transition: transform 0.3s;
}
.p-header_menu .menuBox .subMenu .title a:hover::after {
  transform: scale(0, 1);
  transform-origin: right top;
}
.p-header_menu .menuBox .subMenu .menuList {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  padding-left: 2rem;
  border-left: solid 0.1rem #D9E0F1;
}
.p-header_menu .menuBox .subMenu--01 .menuList li {
  width: calc(50% - 0.8rem);
}
.p-header_menu .menuBox .subMenu--02 .menuList li {
  width: 100%;
}
.p-header_menu .menuBox .subMenu .menuList li a {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
  position: relative;
  z-index: 1;
}
.p-header_menu .menuBox .subMenu .menuList li a::after {
  content: "";
  width: 100%;
  height: 0.05rem;
  background-color: #1D1D1D;
  opacity: 0.6;
  position: absolute;
  bottom: 0.1rem;
  right: 0;
  transform: scale(1, 1);
  transform-origin: left top;
  transition: transform 0.3s;
}
.p-header_menu .menuBox .subMenu .menuList li a:hover::after {
  transform: scale(0, 1);
  transform-origin: right top;
}
.p-header_contact a {
  display: flex;
  align-items: center;
  gap: clamp(0.4rem, 0.5555555556vw, 0.8rem);
  font-size: clamp(1.3rem, 1.1111111111vw, 1.6rem);
  font-weight: bold;
  line-height: 1.5;
  border-radius: 0.8rem;
  padding: 1.2rem clamp(1.6rem, 1.4583333333vw, 2.1rem);
  border: solid 0.1rem #DB8C26;
  background-color: #DB8C26;
  color: #fff;
  transition: 0.2s linear;
}
.p-header_contact a .material-symbols-outlined {
  font-size: 1.2rem;
}
.p-header_contact a:hover, .p-header_contact a:focus {
  color: #DB8C26;
  background-color: #fff;
}
.p-header_toggleBox {
  display: none;
  z-index: 11;
}
.p-header_toggleBox .hamburgerMenu {
  width: 4rem;
  height: 4rem;
  border: solid 0.1rem #D9E0F1;
  border-radius: 0.8rem;
  background-color: #fff;
  padding: 0;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.3rem;
  padding: 1.4rem 1rem;
}
.p-header_toggleBox .hamburgerMenu span {
  display: block;
  width: 100%;
  height: 0.1rem;
  background-color: #1D1D1D;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.p-header_toggleBox .hamburgerMenu.active span:nth-of-type(1) {
  transform: translateY(0.4rem) rotate(45deg);
}
.p-header_toggleBox .hamburgerMenu.active span:nth-of-type(2) {
  opacity: 0;
}
.p-header_toggleBox .hamburgerMenu.active span:nth-of-type(3) {
  transform: translateY(-0.4rem) rotate(-45deg);
}
.p-header .spNavi {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s linear;
}
.p-header .spNavi_logo {
  width: 100%;
  height: 8.8rem;
  display: flex;
  align-items: center;
  gap: clamp(1.2rem, 1.3194444444vw, 1.9rem);
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  padding: clamp(1rem, 1.1111111111vw, 1.6rem) clamp(2rem, 2.2222222222vw, 3.2rem);
}
.p-header .spNavi_logo a {
  display: block;
  width: clamp(12.1rem, 10.9027777778vw, 15.7rem);
  line-height: 1;
}
.p-header .spNavi_logo img {
  vertical-align: middle;
}
.p-header .spNavi_logo p {
  font-size: clamp(1.2rem, 1.1111111111vw, 1.6rem);
  font-weight: bold;
  line-height: 1.5;
  white-space: nowrap;
}
.p-header .navigation {
  width: 100%;
  height: 100vh;
  padding: 10.4rem 2rem 0;
  background-color: #EBF1FE;
  position: relative;
  z-index: 1;
}
.p-header .navigation .decora01 {
  width: 54.5rem;
  position: absolute;
  top: -2.1rem;
  right: -18.3rem;
  z-index: -1;
}
.p-header .navigation .decora02 {
  width: 92.2rem;
  position: absolute;
  top: 29.7rem;
  left: -68.2rem;
  z-index: -1;
}
.p-header .navigation .decora03 {
  width: 61.4rem;
  position: absolute;
  top: 46.1rem;
  right: -45.3rem;
  z-index: -1;
}
.p-header .navigation_inner {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  overflow-y: scroll;
  padding-bottom: 6.4rem;
}
.p-header .navigation_list {
  width: 100%;
}
.p-header .navigation_naviItem {
  position: relative;
  border-bottom: solid 0.1rem #C1CEEA;
}
.p-header .navigation_naviItem > a,
.p-header .navigation_naviItem > button {
  display: block;
  width: 100%;
  line-height: 1;
  letter-spacing: 0;
  background-color: initial;
  padding-block: 2.4rem;
  border: none;
  text-align: left;
  transition: padding 0.3s ease;
  position: relative;
}
.p-header .navigation_naviItem > button::after {
  content: "\e5c5";
  font-family: "Material Icons";
  font-size: 2.1rem;
  color: #2659C8;
  position: absolute;
  top: 50%;
  right: 1.6rem;
  transform: translateY(-50%);
  z-index: 1;
  transition: 0.3s ease-in-out;
}
.p-header .navigation_naviItem > a .en,
.p-header .navigation_naviItem > button .en {
  font-size: 2.8rem;
  font-family: "Funnel Display", sans-serif;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 0.8rem;
}
.p-header .navigation_naviItem > a .ja,
.p-header .navigation_naviItem > button .ja {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.1;
  color: #2659C8;
}
.p-header .navigation_naviItem .subMenu {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, margin 0.3s ease;
  position: relative;
  z-index: 2;
}
.p-header .navigation_naviItem.active .subMenu {
  padding-bottom: 2.4rem;
  margin-top: -1.6rem;
}
.p-header .navigation_naviItem.active > button::after {
  transform: translateY(-50%) rotate(180deg);
}
.p-header .spNavi.active {
  display: block;
  opacity: 1;
  visibility: visible;
}
.p-header .navigation.active {
  opacity: 1;
  visibility: visible;
}

.p-secHeading--A .en {
  font-size: clamp(4rem, 3.3333333333vw, 4.8rem);
  font-family: "Funnel Display", sans-serif;
  font-weight: 600;
  margin-bottom: clamp(1.2rem, 1.1111111111vw, 1.6rem);
  line-height: 1;
  overflow: hidden;
}
.p-secHeading--A .en span {
  display: block;
  transform: translateY(100%);
  transition: ease 0.3s;
}
.p-secHeading--A .ja {
  font-size: clamp(1.6rem, 1.1805555556vw, 1.7rem);
  font-weight: bold;
  color: #2659C8;
  line-height: 1.1;
  overflow: hidden;
}
.p-secHeading--A .ja span {
  display: block;
  transform: translateY(100%);
  transition: ease 0.3s;
  transition-delay: 0.3s;
}
.p-secHeading--A.white .en {
  font-size: clamp(4.8rem, 3.75vw, 5.4rem);
  color: #fff;
}
.p-secHeading--A.white .ja {
  font-size: clamp(1.6rem, 1.25vw, 1.8rem);
  color: #fff;
}
.p-secHeading--B {
  font-size: clamp(2.4rem, 2.2222222222vw, 3.2rem);
  font-weight: bold;
  line-height: 1.2;
  padding-left: clamp(2rem, 1.6666666667vw, 2.4rem);
  border-left: solid 0.3rem #2659C8;
}
.p-secHeading--C {
  font-size: clamp(2rem, 1.4583333333vw, 2.1rem);
  font-weight: bold;
  line-height: 1.5;
  color: #2659C8;
  padding: clamp(1rem, 0.9722222222vw, 1.4rem) clamp(2rem, 1.6666666667vw, 2.4rem);
  border: solid 0.1rem #D9E0F1;
  background-color: rgba(217, 224, 241, 0.3);
  border-radius: clamp(0.6rem, 0.5555555556vw, 0.8rem);
}
.p-secHeading--C:has(.number) {
  display: flex;
  gap: 1rem;
}
.p-secHeading--C .number {
  font-size: clamp(2.4rem, 2.2222222222vw, 3.2rem);
  font-family: "Funnel Display", sans-serif;
  font-weight: 600;
  line-height: 1;
  color: #2659C8;
}
.p-secHeading--D {
  font-size: clamp(2rem, 1.4583333333vw, 2.1rem);
  font-weight: bold;
  line-height: 1.5;
  padding-bottom: clamp(1.6rem, 1.4583333333vw, 2.1rem);
  border-bottom: solid 0.1rem #D9E0F1;
  position: relative;
  z-index: 1;
}
.p-secHeading--D::after {
  content: "";
  width: clamp(2rem, 2.0833333333vw, 3rem);
  height: 0.1rem;
  background-color: #2659C8;
  position: absolute;
  bottom: -0.1rem;
  left: 0;
  z-index: 2;
}
.p-secHeading.js-fadeUp.active .en span {
  transform: translateY(0);
}
.p-secHeading.js-fadeUp.active .ja span {
  transform: translateY(0);
}

/* -------------------------------------
**
** common / page mv
**
------------------------------------- */
.p-pageTitle {
  margin-inline: clamp(2rem, 2.2222222222vw, 3.2rem);
  width: calc(100% - clamp(2rem, 2.2222222222vw, 3.2rem) * 2);
  height: auto;
  aspect-ratio: 1440/456;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  border-radius: 0.8rem;
}
.p-pageTitle--about {
  background-image: url(../img/about/page_mv.jpg);
}
.p-pageTitle--data {
  background-image: url(../img/data/page_mv.jpg);
}
.p-pageTitle--job {
  background-image: url(../img/job/page_mv.jpg);
}
.p-pageTitle--people {
  background-image: url(../img/people/page_mv.jpg);
}
.p-pageTitle--environment {
  background-image: url(../img/environment/page_mv.jpg);
}
.p-pageTitle_inner {
  height: 100%;
  padding: clamp(2rem, 4.4444444444vw, 6.4rem) clamp(2rem, 5.2777777778vw, 7.6rem);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.p-pageTitle .en {
  font-size: clamp(4rem, 4.4444444444vw, 6.4rem);
  font-family: "Funnel Display", sans-serif;
  font-weight: 600;
  line-height: 1;
  color: #fff;
  margin-bottom: clamp(1.2rem, 1.1111111111vw, 1.6rem);
  overflow: hidden;
}
.p-pageTitle .en span {
  display: block;
  transform: translateY(100%);
  transition: ease 0.6s;
}
.p-pageTitle .ja {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.1;
  color: #fff;
  overflow: hidden;
}
.p-pageTitle .ja span {
  display: block;
  transform: translateY(100%);
  transition: ease 0.6s;
  transition-delay: 0.3s;
}
.p-pageTitle.js-fadeUp.active .en span {
  transform: translateY(0);
}
.p-pageTitle.js-fadeUp.active .ja span {
  transform: translateY(0);
}

/* -------------------------------------
**
** common / 右側追従レイアウト
**
------------------------------------- */
.p-stickyWrap {
  padding-top: 6rem;
  padding-bottom: clamp(10rem, 8.8888888889vw, 12.8rem);
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  gap: clamp(2rem, 5.8333333333vw, 8.4rem);
}
.p-stickyWrap_nav {
  width: 30rem;
  position: sticky;
  top: 10rem;
  left: 0;
}
.p-stickyWrap_nav:has(.btnEntry) {
  max-height: calc(100vh - 10rem);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 2rem;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.p-stickyWrap_nav:has(.btnEntry)::-webkit-scrollbar {
  display: none;
}
.p-stickyWrap_nav .titleBox {
  background-image: url(../img/common/mokuji_title_border01.png), url(../img/common/mokuji_title_border02.png), url(../img/common/mokuji_title_border03.png);
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: 13rem 5rem, calc(100% - 20rem) 5rem, 7rem 5rem;
  background-position: top left, top left 13rem, top right;
  width: 100%;
  height: 5rem;
  padding: 1.5rem 2.4rem;
}
.p-stickyWrap_nav .titleBox--02 {
  background-image: url(../img/common/mokuji_title_border04.png), url(../img/common/mokuji_title_border02.png), url(../img/common/mokuji_title_border03.png);
  background-size: 20rem 5rem, calc(100% - 27rem) 5rem, 7rem 5rem;
  background-position: top left, top left 20rem, top right;
  padding: 1.5rem 1.8rem;
}
.p-stickyWrap_nav .titleBox h2 {
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 1.1;
  color: #2659C8;
}
.p-stickyWrap_nav .menuBox {
  padding: 3.2rem 2.4rem;
  border: solid #2659C8;
  border-width: 0 0.2rem 0.2rem;
  border-radius: 0 0 0.6rem 0.6rem;
  max-height: calc(100vh - 16rem);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.p-stickyWrap_nav .menuBox::-webkit-scrollbar {
  display: none;
}
.p-stickyWrap_nav .menuBox:has(+ .btnEntry) {
  margin-bottom: 2.4rem;
}
.p-stickyWrap_nav .menuBox.is-accordion {
  max-height: none;
}
.p-stickyWrap_nav .menuBox.is-accordion .accordionBtn {
  display: flex;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  color: #2659C8;
  line-height: 1.5;
  padding: clamp(1.3rem, 1.25vw, 1.8rem) clamp(2rem, 1.6666666667vw, 2.4rem);
  border-radius: 0.8rem;
  border: solid 0.1rem #D9E0F1;
  margin: 2rem auto 0;
  transition: 0.2s linear;
}
.p-stickyWrap_nav .menuBox.is-accordion .accordionBtn.is-open {
  color: #2659C8;
}
.p-stickyWrap_nav .item:not(:last-child) {
  margin-bottom: 1.2rem;
}
.p-stickyWrap_nav .item a {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.4;
}
.p-stickyWrap_nav .item a .material-symbols-outlined {
  font-size: 1.4rem;
  color: #2659C8;
  padding: 0.7rem;
  border-radius: 0.4rem;
  border: solid 0.1rem #D9E0F1;
  transition: 0.2s linear;
}
.p-stickyWrap_nav .item a:hover .material-symbols-outlined {
  color: #fff;
  background-color: #2659C8;
}
.p-stickyWrap_nav a.btnEntry {
  display: flex;
  align-items: center;
  height: 6.4rem;
  border: solid 0.1rem #fff;
  background-color: #DB8C26;
  border-radius: 0.8rem;
  padding: 1.2rem 6rem 1.2rem 2rem;
  position: relative;
  z-index: 1;
  transition: 0.2s linear;
}
.p-stickyWrap_nav a.btnEntry::after {
  content: "\e5c8";
  font-family: "Material Icons";
  font-size: 1.6rem;
  font-weight: 300;
  color: #fff;
  position: absolute;
  top: 50%;
  right: 2.4rem;
  transform: translateY(-50%);
  z-index: -1;
}
.p-stickyWrap_nav a.btnEntry .icon {
  padding-right: 2rem;
  border-right: solid 0.1rem #fff;
  padding-block: 0.6rem;
  display: grid;
  align-items: center;
}
.p-stickyWrap_nav a.btnEntry .material-symbols-outlined {
  font-size: 2.4rem;
  color: #fff;
}
.p-stickyWrap_nav a.btnEntry p {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
  padding-left: 1.6rem;
  color: #fff;
  white-space: nowrap;
}
.p-stickyWrap_nav a.btnEntry:hover {
  border: solid 0.1rem #DB8C26;
  background-color: #fff;
}
.p-stickyWrap_nav a.btnEntry:hover::after {
  color: #DB8C26;
}
.p-stickyWrap_nav a.btnEntry:hover .icon {
  border-right: solid 0.1rem #DB8C26;
}
.p-stickyWrap_nav a.btnEntry:hover .material-symbols-outlined {
  color: #DB8C26;
}
.p-stickyWrap_nav a.btnEntry:hover p {
  color: #DB8C26;
}
.p-stickyWrap_nav .memberBox .item:not(:last-child) {
  padding-bottom: 2.4rem;
  margin-bottom: 2.4rem;
  border-bottom: solid 0.1rem #D9E0F1;
}
.p-stickyWrap_nav .memberBox .headBox {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  margin-bottom: 1.2rem;
}
.p-stickyWrap_nav .memberBox img {
  width: 8rem;
  border-radius: 0.2rem;
}
.p-stickyWrap_nav .memberBox .h3 {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 0.4rem;
}
.p-stickyWrap_nav .memberBox .position {
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.5;
}
.p-stickyWrap_nav .memberBox .read {
  font-size: 1.4rem;
}
.p-stickyWrap_content {
  flex: 1;
  padding-top: 6.4rem;
}
.p-stickyWrap_content--02 {
  padding-top: 0;
}

/* ========================================
    object / page
======================================== */
.page-404 {
  /* -------------------------------------
  **
  ** ABOUT
  **
  ------------------------------------- */
}
.page-404 .notFound_inner {
  padding-block: 20rem;
}
.page-404 .notFound h1 {
  font-size: 3.2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 3.2rem;
}
.page-404 .notFound .read {
  text-align: center;
  margin-bottom: 6.4rem;
}
.page-404 .notFound .c-btn {
  margin: 0 auto;
}
.page-404 .p-decoraGear--page {
  height: 200%;
}

.page-about {
  /* -------------------------------------
  **
  ** ABOUT
  **
  ------------------------------------- */
}
.page-about .aboutSection {
  opacity: 0;
  transform: translateY(5rem) translateZ(0);
  transition: 1s ease-out;
  padding-top: 5rem;
  margin-top: -5rem;
}
.page-about .aboutSection.active {
  transform: translateY(0) translateZ(0);
  opacity: 1;
}
.page-about .aboutSection:not(:last-child) {
  margin-bottom: clamp(10rem, 8.6111111111vw, 12.4rem);
}
.page-about .aboutSection_heading {
  margin-bottom: clamp(4.8rem, 3.8888888889vw, 5.6rem);
}
.page-about .aboutSection_content:not(:last-child) {
  margin-bottom: clamp(4.8rem, 3.8888888889vw, 5.6rem);
}
.page-about .aboutSection_content .attention {
  font-size: 1.5rem;
  font-weight: 400;
}
.page-about .aboutSection_head {
  margin-bottom: clamp(3.2rem, 2.7777777778vw, 4rem);
}
.page-about .aboutSection_head.mb24 {
  margin-bottom: 2.4rem;
}
.page-about .aboutSection_head .p-secHeading--C {
  margin-bottom: 2.4rem;
}
.page-about .aboutSection_head .read {
  letter-spacing: 0.05em;
}
.page-about .aboutSection_detail .p-secHeading--D {
  margin-bottom: 2.4rem;
}
.page-about .aboutSection_list {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(4.8rem, 4.4444444444vw, 6.4rem) clamp(1.6rem, 1.6666666667vw, 2.4rem);
}
.page-about .aboutSection_list:has(+ .attention) {
  margin-bottom: 2.4rem;
}
.page-about .aboutSection_list .item {
  width: calc((100% - clamp(1.6rem, 1.6666666667vw, 2.4rem)) / 2);
}
.page-about .aboutSection_list .photoBox {
  border-radius: 0.4rem;
  margin-bottom: 1.6rem;
  overflow: hidden;
}
.page-about .aboutSection_list .photoBox.border {
  border: solid 0.1rem #D9E0F1;
}
.page-about .aboutSection_list .desc {
  margin-bottom: 1.6rem;
}
.page-about .aboutSection_list .desc:has(+ .linkBox) {
  padding-bottom: 2.4rem;
  margin-bottom: 2.4rem;
  border-bottom: solid 0.1rem #D9E0F1;
}
.page-about .aboutSection_list .client {
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 0.4rem;
}
.page-about .aboutSection_list h5 {
  font-size: clamp(2rem, 1.4583333333vw, 2.1rem);
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 0.8rem;
}
.page-about .aboutSection_list h5:has(span) {
  white-space: nowrap;
}
.page-about .aboutSection_list h5 span {
  white-space: nowrap;
}
.page-about .aboutSection_list h5 img {
  width: 15rem;
}
.page-about .aboutSection_list h6 {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.8;
}
.page-about .aboutSection_list .read {
  font-size: 1.5rem;
  line-height: 1.5;
}
.page-about .aboutSection_list .read.size16 {
  font-size: 1.6rem;
  line-height: 1.8;
}
.page-about .aboutSection_list .linkBox h6 {
  margin-bottom: 0.8rem;
}
.page-about .aboutSection_list .linkBox p {
  font-size: 1.8rem;
  margin-bottom: 0.8rem;
}
.page-about .aboutSection_list .list {
  font-size: 1.6rem;
  margin-bottom: 2.4rem;
}
.page-about .aboutSection_list .skillBox dl {
  display: flex;
  align-items: flex-start;
  gap: 0.8rem;
}
.page-about .aboutSection_list .skillBox dl:not(:last-child) {
  margin-bottom: 0.8rem;
}
.page-about .aboutSection_list .skillBox dt {
  font-size: 1.3rem;
  width: 9.4rem;
  padding: 0.2rem;
  border: solid 0.1rem #D9E0F1;
  border-radius: 10rem;
  text-align: center;
}
.page-about .aboutSection_list .skillBox dd {
  flex: 1;
  font-size: 1.4rem;
}
.page-about .aboutSection_achievement {
  display: flex;
  align-items: stretch;
  gap: clamp(4rem, 5.8333333333vw, 8.4rem);
  padding: clamp(2.4rem, 2.2222222222vw, 3.2rem);
  border: solid 0.1rem #D9E0F1;
  border-radius: 0.4rem;
  margin-bottom: 2.4rem;
}
.page-about .aboutSection_achievement .item {
  flex: 1;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}
.page-about .aboutSection_achievement .item:not(:last-child)::after {
  content: "";
  display: block;
  background-color: #D9E0F1;
  width: 0.1rem;
  height: 100%;
  position: absolute;
  top: 0;
  right: clamp(-4.2rem, -2.9166666667vw, -2rem);
  z-index: -1;
}
.page-about .aboutSection_achievement .detail {
  flex: 1;
  white-space: nowrap;
}
.page-about .aboutSection_achievement h5 {
  font-size: clamp(1.4rem, 1.25vw, 1.8rem);
  font-weight: bold;
  line-height: 1.2;
}
.page-about .aboutSection_achievement .item:nth-of-type(2) h5 {
  margin-bottom: 0.8rem;
}
.page-about .aboutSection_achievement .data {
  display: flex;
  align-items: flex-end;
  gap: 0.4rem;
}
.page-about .aboutSection_achievement .data strong {
  font-size: clamp(4.6rem, 5.2777777778vw, 7.6rem);
  font-family: "Funnel Display", sans-serif;
  font-weight: 600;
  color: #2659C8;
  line-height: 1;
}
.page-about .aboutSection_achievement .data strong.sizeMd {
  font-size: clamp(1.8rem, 3.3333333333vw, 4.8rem);
  margin-bottom: 0.2rem;
}
.page-about .aboutSection_achievement .data small {
  font-size: clamp(1.4rem, 1.25vw, 1.8rem);
  font-weight: bold;
  line-height: 1;
  margin-bottom: 1rem;
}
.page-about .aboutSection_achievement .list li {
  font-size: clamp(1.4rem, 1.25vw, 1.8rem);
  font-weight: bold;
  line-height: 1.2;
  color: #2659C8;
}
.page-about .aboutSection_achievement .illust01 {
  width: clamp(5.4rem, 7.9166666667vw, 11.4rem);
}
.page-about .aboutSection_achievement .illust02 {
  width: clamp(5.4rem, 8.4027777778vw, 12.1rem);
}
.page-about .aboutSection_checkList {
  padding: clamp(2.4rem, 2.2222222222vw, 3.2rem);
  border: solid 0.1rem #D9E0F1;
  border-radius: 0.4rem;
}
.page-about .aboutSection_checkList .item:not(:last-child) {
  padding-bottom: clamp(1.6rem, 1.6666666667vw, 2.4rem);
  margin-bottom: clamp(1.6rem, 1.6666666667vw, 2.4rem);
  border-bottom: solid 0.1rem #D9E0F1;
}
.page-about .aboutSection_checkList .head {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin-bottom: 0.4rem;
}
.page-about .aboutSection_checkList .material-symbols-outlined {
  font-size: 2.4rem;
  color: #2659C8;
}
.page-about .aboutSection_checkList h5 {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.2;
  color: #2659C8;
}
.page-about .aboutSection_imgBox .image {
  border: solid 0.1rem #D9E0F1;
  border-radius: clamp(0.2rem, 0.2777777778vw, 0.4rem);
  overflow: hidden;
}
.page-about .aboutSection_imgBox .image:has(+ .c-btn) {
  margin-bottom: 2.4rem;
}
.page-about .aboutSection_imgBox .image:has(.lottie) {
  background-image: url(../img/common/bg_dots.png);
  background-repeat: repeat;
  background-size: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 840/473;
}
.page-about .aboutSection_imgBox .lottie {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 840/456;
  margin: 0 auto;
  margin-right: clamp(-3rem, -2.0833333333vw, 0rem);
}

.page-crosstalk {
  /* -------------------------------------
  **
  ** 座談会・クロストーク詳細
  **
  ------------------------------------- */
}
.page-crosstalk .crosstalkFv {
  opacity: 0;
  transform: translateY(5rem) translateZ(0);
  transition: 1s ease-out;
}
.page-crosstalk .crosstalkFv.active {
  transform: translateY(0) translateZ(0);
  opacity: 1;
}
.page-crosstalk .crosstalkFv_inner {
  padding-top: clamp(0rem, 4.4444444444vw, 6.4rem);
  padding-bottom: clamp(0rem, 5.5555555556vw, 8rem);
}
.page-crosstalk .crosstalkFv_talkBox {
  display: flex;
  align-items: center;
  gap: clamp(2.7rem, 4.4444444444vw, 6.4rem);
  padding-right: 4rem;
  position: relative;
  z-index: 1;
}
.page-crosstalk .crosstalkFv_talkBox .number {
  font-size: 1.6rem;
  font-family: "Funnel Display", sans-serif;
  font-weight: 600;
  color: #2659C8;
  line-height: 1;
  writing-mode: vertical-lr;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.page-crosstalk .crosstalkFv_talkBox .detailBox {
  flex: 1;
}
.page-crosstalk .crosstalkFv_talkBox .detailBox .tag {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: bold;
  color: #2659C8;
  line-height: 1.5;
  padding: 0.7rem 2rem;
  border: solid 0.1rem #D9E0F1;
  border-radius: 10rem;
  margin-bottom: clamp(1.6rem, 1.6666666667vw, 2.4rem);
}
.page-crosstalk .crosstalkFv_talkBox .detailBox h4 {
  font-size: clamp(2.4rem, 2.2222222222vw, 3.2rem);
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 0.8rem;
}
.page-crosstalk .crosstalkFv_talkBox .detailBox .user {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: clamp(1.6rem, 1.6666666667vw, 2.4rem);
}
.page-crosstalk .crosstalkFv_talkBox .detailBox .read {
  font-size: 1.4rem;
  text-align: justify;
}
.page-crosstalk .crosstalkFv_talkBox .photoBox {
  display: flex;
  flex-direction: row-reverse;
  gap: 1.5rem;
  width: clamp(25rem, 49.5833333333vw, 71.4rem);
  position: relative;
  z-index: 1;
}
.page-crosstalk .crosstalkFv_talkBox .photoBox::before, .page-crosstalk .crosstalkFv_talkBox .photoBox::after {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  z-index: 2;
}
.page-crosstalk .crosstalkFv_talkBox .photoBox::before {
  background-image: url(../img/top/people_decora01.png);
  width: clamp(5.6rem, 8.125vw, 11.7rem);
  height: auto;
  aspect-ratio: 117/87;
  top: clamp(4.3rem, 4.4444444444vw, 6.4rem);
  left: clamp(-2.4rem, -1.6666666667vw, -1rem);
}
.page-crosstalk .crosstalkFv_talkBox .photoBox::after {
  background-image: url(../img/top/people_decora02.png);
  width: clamp(3.7rem, 5.2083333333vw, 7.5rem);
  height: auto;
  aspect-ratio: 75/53;
  bottom: clamp(1.3rem, 4.3055555556vw, 6.2rem);
  right: clamp(-1.5rem, -1.0416666667vw, -1rem);
}
.page-crosstalk .crosstalkFv_talkBox .photoBox .inner {
  overflow: hidden;
  border-radius: 0.4rem;
}
.page-crosstalk .clrosstalkArticle {
  opacity: 0;
  transform: translateY(5rem) translateZ(0);
  transition: 1s ease-out;
}
.page-crosstalk .clrosstalkArticle.active {
  transform: translateY(0) translateZ(0);
  opacity: 1;
}
.page-crosstalk .clrosstalkArticle_content {
  padding-bottom: clamp(4rem, 5.5555555556vw, 8rem);
  margin-bottom: clamp(4rem, 5.5555555556vw, 8rem);
  border-bottom: solid 0.1rem #D9E0F1;
}
.page-crosstalk .clrosstalkArticle h2 {
  font-size: clamp(2.4rem, 2.2222222222vw, 3.2rem);
  font-weight: bold;
  line-height: 1.2;
  color: #2659C8;
  border-bottom: solid 0.1rem #D9E0F1;
  padding-bottom: clamp(1.6rem, 1.4583333333vw, 2.1rem);
  margin-top: clamp(6.4rem, 5.5555555556vw, 8rem);
  margin-bottom: clamp(1.6rem, 1.6666666667vw, 2.4rem);
}
.page-crosstalk .clrosstalkArticle h2:first-child {
  margin-top: 2rem;
}
.page-crosstalk .clrosstalkArticle h3 {
  font-size: clamp(2rem, 1.4583333333vw, 2.1rem);
  font-weight: bold;
  line-height: 1.5;
  display: flex;
  align-items: flex-start;
  gap: 1.6rem;
  margin-top: 3.2rem;
  margin-block: 3.2rem 2.4rem;
}
.page-crosstalk .clrosstalkArticle h3::before {
  content: "";
  display: block;
  width: 5.6rem;
  min-width: 5.6rem;
  height: 0.1rem;
  background-color: #2659C8;
  margin-top: 1.6rem;
}
.page-crosstalk .clrosstalkArticle p {
  margin-block: clamp(1.6rem, 1.6666666667vw, 2.4rem);
}
.page-crosstalk .clrosstalkArticle p strong {
  display: block;
  font-weight: bold;
}
.page-crosstalk .clrosstalkArticle figure {
  margin-block: 2.4rem 3.2rem;
  border-radius: 0.4rem;
  overflow: hidden;
}
.page-crosstalk .clrosstalkArticle h2:last-child,
.page-crosstalk .clrosstalkArticle p:last-child,
.page-crosstalk .clrosstalkArticle figure:last-child {
  margin-bottom: 0;
}
.page-crosstalk .clrosstalkOther {
  padding-block: clamp(8rem, 8.6111111111vw, 12.4rem);
  position: relative;
  z-index: 1;
  opacity: 0;
  transform: translateY(5rem) translateZ(0);
  transition: 1s ease-out;
}
.page-crosstalk .clrosstalkOther.active {
  transform: translateY(0) translateZ(0);
  opacity: 1;
}
.page-crosstalk .clrosstalkOther::after {
  content: "";
  background-color: rgba(38, 89, 200, 0.05);
  width: 100vw;
  height: 100%;
  margin-inline: calc(50% - 50vw);
  position: absolute;
  inset: 0;
  z-index: -1;
}
.page-crosstalk .clrosstalkOther .p-secHeading {
  margin-bottom: 3.2rem;
}
.page-crosstalk .clrosstalkOther_articleBox {
  display: flex;
  gap: 3.6rem;
}
.page-crosstalk .clrosstalkOther_articleBox .article {
  flex: 1;
}
.page-crosstalk .clrosstalkOther_articleBox .link {
  display: block;
  padding-right: 3.8rem;
  position: relative;
  z-index: 1;
}
.page-crosstalk .clrosstalkOther_articleBox .name {
  font-size: 1.6rem;
  font-family: "Funnel Display", sans-serif;
  font-weight: 600;
  color: #2659C8;
  line-height: 1.5;
  writing-mode: vertical-rl;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.page-crosstalk .clrosstalkOther_articleBox .photoBox {
  border-radius: 0.4rem;
  overflow: hidden;
  margin-bottom: 2.4rem;
}
.page-crosstalk .clrosstalkOther_articleBox .photoBox img {
  transition: 0.2s linear;
}
.page-crosstalk .clrosstalkOther_articleBox .tag {
  display: inline-block;
  font-size: 1.3rem;
  font-weight: bold;
  color: #2659C8;
  line-height: 1.5;
  padding: 0.7rem 2rem;
  border: solid 0.1rem #D9E0F1;
  border-radius: 10rem;
  margin-bottom: 1.6rem;
}
.page-crosstalk .clrosstalkOther_articleBox h3 {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 0.8rem;
}
.page-crosstalk .clrosstalkOther_articleBox .user {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
}
.page-crosstalk .clrosstalkOther_articleBox .link:hover .photoBox img {
  transform: scale(1.1, 1.1);
}

.page-data {
  /* -------------------------------------
  **
  ** ACTIER DATA
  **
  ------------------------------------- */
}
.page-data .noteDate {
  padding-top: clamp(1.6rem, 1.6666666667vw, 2.4rem);
}
.page-data .noteDate p {
  font-size: 1.5rem;
  font-weight: 400;
}
.page-data .dataContent_inner {
  padding-top: clamp(10rem, 8.6111111111vw, 12.4rem);
  padding-bottom: 10rem;
}
.page-data .dataSection {
  opacity: 0;
  transform: translateY(5rem) translateZ(0);
  transition: 1s ease-out;
}
.page-data .dataSection.active {
  transform: translateY(0) translateZ(0);
  opacity: 1;
}
.page-data .dataSection:not(:last-child) {
  padding-bottom: clamp(10rem, 8.6111111111vw, 12.4rem);
}
.page-data .dataSection .p-secHeading {
  margin-bottom: 3.2rem;
}
.page-data .dataSection_list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 2.4rem;
}
.page-data .dataSection_item {
  height: clamp(28.6rem, 22.0138888889vw, 31.7rem);
  padding: 3.2rem clamp(2.4rem, 2.2222222222vw, 3.2rem);
  border: solid 0.1rem #D9E0F1;
  border-radius: 0.4rem;
  grid-column: span 2;
  overflow: hidden;
}
.page-data .dataSection_item.h335 {
  height: clamp(24.6rem, 23.2638888889vw, 33.5rem);
}
.page-data .dataSection_item.halfWide {
  height: 22.4rem;
  grid-column: span 3;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: clamp(2rem, 5.7638888889vw, 8.3rem);
}
.page-data .dataSection_item.maxWide {
  height: 22.4rem;
  grid-column: span 6;
  display: flex;
  align-items: center;
}
.page-data .dataSection_item .headBox {
  margin-bottom: clamp(0.8rem, 1.1111111111vw, 1.6rem);
}
.page-data .dataSection_item .headBox.mb24 {
  margin-bottom: clamp(1.6rem, 1.6666666667vw, 2.4rem);
}
.page-data .dataSection_item .headBox.mb10 {
  margin-bottom: clamp(0.8rem, 0.6944444444vw, 1rem);
}
.page-data .dataSection_item .headBox .attention {
  font-size: 1rem;
  text-align: center;
}
.page-data .dataSection_item h3 {
  font-size: clamp(1.8rem, 1.4583333333vw, 2.1rem);
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}
.page-data .dataSection_item h3.mb8 {
  margin-bottom: 0.8rem;
}
.page-data .dataSection_item h3.mb4 {
  margin-bottom: 0.4rem;
}
.page-data .dataSection_item .value {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 0.4rem;
}
.page-data .dataSection_item .number {
  font-family: "Funnel Display", sans-serif;
  font-weight: 600;
  color: #2659C8;
  line-height: 1;
  display: flex;
  align-items: flex-end;
  gap: 0.4rem;
}
.page-data .dataSection_item .number strong {
  font-size: clamp(3.4rem, 5.2777777778vw, 7.6rem);
  font-weight: 600;
}
.page-data .dataSection_item .number strong.sizeMd {
  font-size: clamp(2.4rem, 4.4444444444vw, 6.4rem);
}
.page-data .dataSection_item .number small {
  font-size: clamp(2.8rem, 3.3333333333vw, 4.8rem);
  font-weight: 600;
}
.page-data .dataSection_item .unitJa {
  font-size: clamp(1.4rem, 1.25vw, 1.8rem);
  font-weight: bold;
  line-height: 1;
  margin-bottom: clamp(0.4rem, 0.6944444444vw, 1rem);
  white-space: nowrap;
}
.page-data .dataSection_item .unitEn {
  font-size: clamp(1.8rem, 2.2222222222vw, 3.2rem);
  font-family: "Funnel Display", sans-serif;
  font-weight: 600;
  line-height: 1;
  color: #2659C8;
}
.page-data .dataSection_item .valueBox .item {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}
.page-data .dataSection_item .valueBox h4 {
  font-size: clamp(1.4rem, 1.25vw, 1.8rem);
  font-weight: bold;
  line-height: 1.2;
  width: clamp(10rem, 8.75vw, 12.6rem);
}
.page-data .dataSection_item .valueBox .value {
  flex: 1;
  justify-content: flex-end;
}
.page-data .dataSection_item .detailBox {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}
.page-data .dataSection_item .detailBox h4 {
  margin-bottom: 1.6rem;
}
.page-data .dataSection_item .detailBox .list {
  margin-bottom: 1.6rem;
}
.page-data .dataSection_item .detailBox .list li {
  list-style-type: disc;
  font-size: clamp(1.5rem, 1.1111111111vw, 1.6rem);
  line-height: 1.2;
  margin-left: 1.6rem;
}
.page-data .dataSection_item .detailBox .list li:not(:last-child) {
  margin-bottom: 0.8rem;
}
.page-data .dataSection_item .detailBox .list li::marker {
  color: #2659C8;
}
.page-data .dataSection_item .detailBox a {
  font-weight: 400;
  line-height: 1.5;
  color: #2659C8;
  text-decoration: underline;
}
.page-data .dataSection_item.halfWide .headBox {
  flex: 1;
}
.page-data .dataSection_item.halfWide .headBox h3 {
  text-align: left;
}
.page-data .dataSection_item.halfWide .value {
  justify-content: flex-start;
}
.page-data .dataSection_item.maxWide .headBox {
  padding-right: clamp(2rem, 2.7777777778vw, 4rem);
  margin-right: clamp(2rem, 2.7777777778vw, 4rem);
  border-right: solid 0.1rem #D9E0F1;
}
.page-data .dataSection_item.maxWide .headBox h3 {
  text-align: left;
}
.page-data .dataSection_item.maxWide .detailBox {
  flex: 1;
}
.page-data .dataSection_item .illust01 {
  width: clamp(14rem, 12.5vw, 18rem);
  margin: 0 auto;
}
.page-data .dataSection_item .illust02 {
  width: clamp(15rem, 13.8888888889vw, 20rem);
  margin: 0 auto;
}
.page-data .dataSection_item .illust03 {
  width: clamp(14rem, 11.1111111111vw, 16rem);
  margin: 0 auto;
}
.page-data .dataSection_item .illust04 {
  width: clamp(7rem, 6.25vw, 9rem);
  margin: 0 auto;
}
.page-data .dataSection_item .illust05 {
  width: clamp(7.2rem, 6.3888888889vw, 9.2rem);
  margin: 0 auto;
}
.page-data .dataSection_item .illust06 {
  width: clamp(10rem, 8.8888888889vw, 12.8rem);
  margin: 0 auto;
}
.page-data .dataSection_item .illust07 {
  width: clamp(15rem, 13.8888888889vw, 20rem);
  margin: 0 auto;
}
.page-data .dataSection_item .illust08 {
  width: clamp(15rem, 13.8888888889vw, 20rem);
  margin: 0 auto;
}
.page-data .dataSection_item .illust09 {
  width: clamp(12.6rem, 11.1111111111vw, 16rem);
  margin: 0 auto;
}
.page-data .dataSection_item .illust10 {
  width: clamp(11.4rem, 12.5vw, 18rem);
}
.page-data .dataSection_item .illust11 {
  width: clamp(11.2rem, 14.6527777778vw, 21.1rem);
}
.page-data .dataSection_item .illust12 {
  width: clamp(5.4rem, 4.7916666667vw, 6.9rem);
  margin: 0 auto;
}
.page-data .dataSection_item .illust13 {
  width: clamp(10rem, 8.8888888889vw, 12.8rem);
  margin: 0 auto;
}
.page-data .dataSection_item .illust14 {
  width: clamp(10.8rem, 8.8888888889vw, 12.8rem);
  margin: 0 auto;
}
.page-data .dataSection_item .illust15 {
  width: clamp(21.6rem, 22.9166666667vw, 33rem);
}

.page-environment {
  /* -------------------------------------
  **
  ** JOB
  **
  ------------------------------------- */
}
.page-environment .environmentCulture {
  opacity: 0;
  transform: translateY(5rem) translateZ(0);
  transition: 1s ease-out;
  padding-top: 5rem;
  margin-top: -5rem;
}
.page-environment .environmentCulture.active {
  transform: translateY(0) translateZ(0);
  opacity: 1;
}
.page-environment .environmentCulture_content:not(:last-child) {
  margin-bottom: clamp(3.2rem, 3.8888888889vw, 5.6rem);
}
.page-environment .environmentCulture_content#jobdescription {
  padding-top: 5rem;
  margin-top: -5rem;
}
.page-environment .environmentCulture_heading {
  margin-bottom: clamp(3.2rem, 3.8888888889vw, 5.6rem);
}
.page-environment .environmentCulture_head {
  margin-bottom: 2.4rem;
}
.page-environment .environmentCulture_head .p-secHeading--C {
  margin-bottom: clamp(1.6rem, 1.6666666667vw, 2.4rem);
}
.page-environment .environmentCulture_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(1.6rem, 1.6666666667vw, 2.4rem);
}
.page-environment .environmentCulture_listItem {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
  border: solid 0.1rem #D9E0F1;
  border-radius: 0.4rem;
  padding: 3.2rem;
}
.page-environment .environmentCulture_listItem .haedBox {
  flex: 1;
}
.page-environment .environmentCulture_listItem h4 {
  font-size: clamp(1.4rem, 1.4583333333vw, 2.1rem);
  font-weight: bold;
  line-height: 1.2;
}
.page-environment .environmentCulture_listItem h4.mb8 {
  margin-bottom: 0.8rem;
}
.page-environment .environmentCulture_listItem h4.mb4 {
  margin-bottom: 0.4rem;
}
.page-environment .environmentCulture_listItem .value {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  gap: 0.4rem;
}
.page-environment .environmentCulture_listItem .value:has(+ .attention) {
  margin-bottom: 0.4rem;
}
.page-environment .environmentCulture_listItem .number {
  font-family: "Funnel Display", sans-serif;
  font-weight: 600;
  color: #2659C8;
  line-height: 1;
  display: flex;
  align-items: flex-end;
  gap: 0.4rem;
}
.page-environment .environmentCulture_listItem .number strong {
  font-size: clamp(3.2rem, 5.2777777778vw, 7.6rem);
  font-weight: 600;
}
.page-environment .environmentCulture_listItem .number strong.sizeMd {
  font-size: clamp(2.4rem, 2.7777777778vw, 4rem);
}
.page-environment .environmentCulture_listItem .number small {
  font-size: clamp(2.4rem, 2.7777777778vw, 4rem);
  font-weight: 600;
}
.page-environment .environmentCulture_listItem .unitJa {
  font-size: clamp(1.4rem, 1.25vw, 1.8rem);
  font-weight: bold;
  line-height: 1;
  margin-bottom: 1rem;
  white-space: nowrap;
}
.page-environment .environmentCulture_listItem .unitEn {
  font-size: clamp(2rem, 2.2222222222vw, 3.2rem);
  font-family: "Funnel Display", sans-serif;
  font-weight: 600;
  line-height: 1;
  color: #2659C8;
}
.page-environment .environmentCulture_listItem .attention {
  font-size: 1rem;
}
.page-environment .environmentCulture_listItem .valueBox h5 {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.2;
}
.page-environment .environmentCulture_listItem .valueBox .unitJa {
  font-size: 1.5rem;
  margin-bottom: 0.6rem;
}
.page-environment .environmentCulture_listItem .illust01 {
  width: clamp(11.4rem, 11.8055555556vw, 17rem);
}
.page-environment .environmentCulture_listItem .illust02 {
  width: clamp(10rem, 10.4166666667vw, 15rem);
}
.page-environment .environmentCulture_listItem .illust03 {
  width: clamp(10.6rem, 11.1111111111vw, 16rem);
}
.page-environment .environmentCulture_listItem .illust04 {
  width: clamp(6.8rem, 6.9444444444vw, 10rem);
}
.page-environment .environmentCulture_photoBox {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(0.8rem, 1.6666666667vw, 2.4rem);
}
.page-environment .environmentCulture_photoBox img {
  border-radius: 0.4rem;
}
.page-environment .environmentCulture_imgBox {
  border: solid 0.1rem #D9E0F1;
  border-radius: 0.4rem;
}
.page-environment .environmentSupport {
  padding-top: clamp(8rem, 8.6111111111vw, 12.4rem);
  opacity: 0;
  transform: translateY(5rem) translateZ(0);
  transition: 1s ease-out;
}
.page-environment .environmentSupport.active {
  transform: translateY(0) translateZ(0);
  opacity: 1;
}
.page-environment .environmentSupport_content:not(:last-child) {
  margin-bottom: clamp(3.2rem, 3.8888888889vw, 5.6rem);
}
.page-environment .environmentSupport_heading {
  margin-bottom: clamp(3.2rem, 3.8888888889vw, 5.6rem);
}
.page-environment .environmentSupport_head {
  margin-bottom: 2.4rem;
}
.page-environment .environmentSupport_head .p-secHeading--C {
  margin-bottom: clamp(1.6rem, 1.6666666667vw, 2.4rem);
}
.page-environment .environmentSupport_list {
  display: flex;
  gap: clamp(1.6rem, 1.6666666667vw, 2.4rem);
}
.page-environment .environmentSupport_listItem {
  width: calc((100% - clamp(1.6rem, 1.6666666667vw, 2.4rem)) / 2);
  border: solid 0.1rem #D9E0F1;
  border-radius: 0.4rem;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 3.2rem;
}
.page-environment .environmentSupport_listItem .name {
  font-size: 1.6rem;
  font-family: "Funnel Display", sans-serif;
  font-weight: 600;
  color: #2659C8;
  writing-mode: vertical-rl;
  line-height: 1;
  position: absolute;
  top: 2rem;
  right: 1rem;
  z-index: 1;
}
.page-environment .environmentSupport_listItem h4 {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: clamp(0.8rem, 1.1111111111vw, 1.6rem);
  text-align: center;
}
.page-environment .environmentSupport_listItem img {
  width: clamp(10rem, 10.4166666667vw, 15rem);
  margin-bottom: clamp(0.8rem, 1.1111111111vw, 1.6rem);
}

.page-interview {
  /* -------------------------------------
  **
  ** インタビュー詳細
  **
  ------------------------------------- */
}
.page-interview .interviewFv {
  opacity: 0;
  transform: translateY(5rem) translateZ(0);
  transition: 1s ease-out;
}
.page-interview .interviewFv.active {
  transform: translateY(0) translateZ(0);
  opacity: 1;
}
.page-interview .interviewFv_inner {
  padding-top: clamp(2.4rem, 4.4444444444vw, 6.4rem);
  display: flex;
  justify-content: center;
  gap: clamp(2.4rem, 4.4444444444vw, 6.4rem);
  position: relative;
  z-index: 1;
}
.page-interview .interviewFv .headBox {
  width: clamp(30rem, 30.5555555556vw, 44rem);
  padding-top: clamp(4rem, 5.5555555556vw, 8rem);
  z-index: 2;
}
.page-interview .interviewFv .headBox h1 {
  font-size: clamp(2.4rem, 2.7777777778vw, 4rem);
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: clamp(1.6rem, 1.5277777778vw, 2.2rem);
}
.page-interview .interviewFv .headBox .position {
  font-size: 1.5rem;
  font-weight: bold;
  color: #2659C8;
  line-height: 1.5;
  margin-bottom: clamp(0.4rem, 0.4166666667vw, 0.6rem);
}
.page-interview .interviewFv .headBox .userInfo {
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.5;
}
.page-interview .interviewFv .photoBox {
  width: clamp(35rem, 38.3333333333vw, 55.2rem);
  margin-right: clamp(0rem, 9.3055555556vw, 13.4rem);
  position: relative;
  z-index: 1;
}
.page-interview .interviewFv .photoBox .name {
  font-size: 1.6rem;
  font-family: "Funnel Display", sans-serif;
  font-weight: 600;
  line-height: 1.5;
  writing-mode: vertical-rl;
  color: #2659C8;
  position: absolute;
  top: 0;
  right: -3.6rem;
  z-index: 2;
}
.page-interview .interviewFv .photoBox .photo {
  border-radius: 0.4rem;
  overflow: hidden;
}
.page-interview .interviewFv .profileBox {
  width: clamp(30rem, 27.7777777778vw, 40rem);
  position: absolute;
  right: 0;
  bottom: -3.3rem;
  z-index: 2;
}
.page-interview .interviewFv .profileBox .titleBox {
  background-image: url(../img/common/mokuji_title_border05.png), url(../img/common/mokuji_title_border06.png), url(../img/common/mokuji_title_border07.png);
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: 13rem 5rem, calc(100% - 25rem) 5rem, 12rem 5rem;
  background-position: top left, top left 13rem, top right;
  width: 100%;
  height: 5rem;
  padding: 1.5rem 1.8rem;
}
.page-interview .interviewFv .profileBox .titleBox h2 {
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 1.1;
  color: #2659C8;
}
.page-interview .interviewFv .profileBox .descBox {
  background-color: #fff;
  padding: clamp(2.4rem, 2.2222222222vw, 3.2rem) clamp(1.6rem, 1.6666666667vw, 2.4rem);
  border: solid #2659C8;
  border-width: 0 0.2rem 0.2rem;
  border-radius: 0 0 0.6rem 0.6rem;
}
.page-interview .interviewFv .profileBox .descBox .read {
  font-size: clamp(1.1rem, 0.9722222222vw, 1.4rem);
}
.page-interview .interviewContent {
  opacity: 0;
  transform: translateY(5rem) translateZ(0);
  transition: 1s ease-out;
}
.page-interview .interviewContent.active {
  transform: translateY(0) translateZ(0);
  opacity: 1;
}
.page-interview .interviewContent_inner {
  max-width: 92rem;
  padding-top: clamp(6rem, 11.5972222222vw, 16.7rem);
  padding-bottom: clamp(10rem, 8.8888888889vw, 12.8rem);
  padding-inline: 4rem;
  margin: 0 auto;
}
.page-interview .interviewContent .descBox {
  padding-bottom: clamp(4rem, 5.5555555556vw, 8rem);
  margin-bottom: clamp(4rem, 5.5555555556vw, 8rem);
  border-bottom: solid 0.1rem #D9E0F1;
}
.page-interview .interviewContent .descBox p {
  margin-block: clamp(1.6rem, 1.6666666667vw, 2.4rem);
}
.page-interview .interviewContent .descBox p strong {
  font-weight: bold;
}
.page-interview .interviewContent .descBox h2 {
  font-size: clamp(2.4rem, 2.2222222222vw, 3.2rem);
  font-weight: bold;
  line-height: 1.2;
  color: #2659C8;
  margin-top: clamp(6.4rem, 5.5555555556vw, 8rem);
  margin-bottom: clamp(3.2rem, 2.7777777778vw, 4rem);
}
.page-interview .interviewContent .descBox h3 {
  font-size: clamp(2rem, 1.4583333333vw, 2.1rem);
  font-weight: bold;
  line-height: 1.5;
  display: flex;
  align-items: flex-start;
  gap: 1.6rem;
  margin-top: 3.2rem;
  margin-bottom: clamp(1.6rem, 1.6666666667vw, 2.4rem);
}
.page-interview .interviewContent .descBox h3::before {
  content: "";
  display: block;
  width: 5.6rem;
  min-width: 5.6rem;
  height: 0.1rem;
  background-color: #2659C8;
  margin-top: 1.6rem;
}
.page-interview .interviewContent .descBox figure {
  border-radius: 0.4rem;
  overflow: hidden;
  margin-block: 3.2rem;
}
.page-interview .interviewContent .descBox p:last-child,
.page-interview .interviewContent .descBox h2:last-child,
.page-interview .interviewContent .descBox h3:last-child,
.page-interview .interviewContent .descBox figure:last-child {
  margin-top: 0;
}
.page-interview .interviewOther {
  padding-block: clamp(8rem, 8.6111111111vw, 12.4rem);
  position: relative;
  z-index: 1;
  opacity: 0;
  transform: translateY(5rem) translateZ(0);
  transition: 1s ease-out;
}
.page-interview .interviewOther.active {
  transform: translateY(0) translateZ(0);
  opacity: 1;
}
.page-interview .interviewOther::after {
  content: "";
  background-color: rgba(38, 89, 200, 0.05);
  width: 100vw;
  height: 100%;
  margin-inline: calc(50% - 50vw);
  position: absolute;
  inset: 0;
  z-index: -1;
}
.page-interview .interviewOther .p-secHeading {
  margin-bottom: 3.2rem;
}
.page-interview .interviewOther_articleBox {
  display: flex;
  gap: 3.6rem;
}
.page-interview .interviewOther_articleBox .article {
  flex: 1;
}
.page-interview .interviewOther_articleBox .link {
  display: block;
  padding-right: 3.8rem;
  position: relative;
  z-index: 1;
}
.page-interview .interviewOther_articleBox .name {
  font-size: 1.6rem;
  font-family: "Funnel Display", sans-serif;
  font-weight: 600;
  color: #2659C8;
  line-height: 1.5;
  writing-mode: vertical-rl;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.page-interview .interviewOther_articleBox .photoBox {
  border-radius: 0.4rem;
  overflow: hidden;
  margin-bottom: 2.4rem;
}
.page-interview .interviewOther_articleBox .photoBox img {
  transition: 0.2s linear;
}
.page-interview .interviewOther_articleBox h3 {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: clamp(1.6rem, 1.5277777778vw, 2.2rem);
}
.page-interview .interviewOther_articleBox .position {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.5;
  color: #2659C8;
  margin-bottom: clamp(0.4rem, 0.4166666667vw, 0.6rem);
}
.page-interview .interviewOther_articleBox .othreInfo {
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.5;
}
.page-interview .interviewOther_articleBox .link:hover .photoBox img {
  transform: scale(1.1, 1.1);
}

.page-jobDetail {
  /* -------------------------------------
  **
  ** JOB詳細 / ページタイトル
  **
  ------------------------------------- */
  /* -------------------------------------
  **
  ** JOB詳細 / コンテンツ
  **
  ------------------------------------- */
}
.page-jobDetail .pageTitle {
  opacity: 0;
  transform: translateY(5rem) translateZ(0);
  transition: 1s ease-out;
}
.page-jobDetail .pageTitle.active {
  transform: translateY(0) translateZ(0);
  opacity: 1;
}
.page-jobDetail .pageTitle_inner {
  padding-block: clamp(6.4rem, 5.5555555556vw, 8rem);
  border-bottom: solid 0.1rem #D9E0F1;
}
.page-jobDetail .pageTitle h1 {
  font-size: clamp(3.2rem, 2.7777777778vw, 4rem);
  font-weight: bold;
  line-height: 1.2;
}
.page-jobDetail .jobDetailAbout {
  opacity: 0;
  transform: translateY(5rem) translateZ(0);
  transition: 1s ease-out;
}
.page-jobDetail .jobDetailAbout.active {
  transform: translateY(0) translateZ(0);
  opacity: 1;
}
.page-jobDetail .jobDetailAbout_heading {
  margin-bottom: clamp(1.6rem, 1.6666666667vw, 2.4rem);
}
.page-jobDetail .jobDetailCharm {
  padding-top: clamp(8rem, 8.6111111111vw, 12.4rem);
  opacity: 0;
  transform: translateY(5rem) translateZ(0);
  transition: 1s ease-out;
}
.page-jobDetail .jobDetailCharm.active {
  transform: translateY(0) translateZ(0);
  opacity: 1;
}
.page-jobDetail .jobDetailCharm_heading {
  margin-bottom: clamp(3.2rem, 3.8888888889vw, 5.6rem);
}
.page-jobDetail .jobDetailCharm_listItem:not(:last-child) {
  margin-bottom: clamp(3.2rem, 3.8888888889vw, 5.6rem);
}
.page-jobDetail .jobDetailCharm_listItem:has(.todoList) .desc {
  margin-bottom: clamp(2.4rem, 2.7777777778vw, 4rem);
}
.page-jobDetail .jobDetailCharm_listItem .p-secHeading {
  margin-bottom: clamp(1.6rem, 1.6666666667vw, 2.4rem);
}
.page-jobDetail .jobDetailOccupation {
  padding-top: clamp(8rem, 8.6111111111vw, 12.4rem);
  opacity: 0;
  transform: translateY(5rem) translateZ(0);
  transition: 1s ease-out;
}
.page-jobDetail .jobDetailOccupation.active {
  transform: translateY(0) translateZ(0);
  opacity: 1;
}
.page-jobDetail .jobDetailOccupation_heading {
  margin-bottom: clamp(3.2rem, 3.8888888889vw, 5.6rem);
}
.page-jobDetail .jobDetailOccupation_listItem:not(:last-child) {
  margin-bottom: clamp(3.2rem, 3.8888888889vw, 5.6rem);
}
.page-jobDetail .jobDetailOccupation_listItem:has(.todoList) .desc {
  margin-bottom: clamp(2.4rem, 2.7777777778vw, 4rem);
}
.page-jobDetail .jobDetailOccupation_listItem .p-secHeading {
  margin-bottom: clamp(1.6rem, 1.6666666667vw, 2.4rem);
}
.page-jobDetail .jobDetailSkill {
  padding-top: clamp(8rem, 8.6111111111vw, 12.4rem);
  opacity: 0;
  transform: translateY(5rem) translateZ(0);
  transition: 1s ease-out;
}
.page-jobDetail .jobDetailSkill.active {
  transform: translateY(0) translateZ(0);
  opacity: 1;
}
.page-jobDetail .jobDetailSkill_heading {
  margin-bottom: clamp(3.2rem, 3.8888888889vw, 5.6rem);
}
.page-jobDetail .jobDetailSkill_img {
  border-radius: 0.4rem;
  border: solid 0.1rem #D9E0F1;
  margin-bottom: clamp(3.2rem, 3.8888888889vw, 5.6rem);
  overflow: hidden;
}
.page-jobDetail .jobDetailSkill_listItem:not(:last-child) {
  margin-bottom: clamp(3.2rem, 3.8888888889vw, 5.6rem);
}
.page-jobDetail .jobDetailSkill_listItem .p-secHeading {
  margin-bottom: clamp(1.6rem, 1.6666666667vw, 2.4rem);
}
.page-jobDetail .jobDetailCareer {
  padding-top: clamp(8rem, 8.6111111111vw, 12.4rem);
  opacity: 0;
  transform: translateY(5rem) translateZ(0);
  transition: 1s ease-out;
}
.page-jobDetail .jobDetailCareer.active {
  transform: translateY(0) translateZ(0);
  opacity: 1;
}
.page-jobDetail .jobDetailCareer_heading {
  margin-bottom: clamp(3.2rem, 3.8888888889vw, 5.6rem);
}
.page-jobDetail .jobDetailCareer_img {
  border-radius: 0.4rem;
  border: solid 0.1rem #D9E0F1;
  margin-bottom: clamp(0.8rem, 1.1111111111vw, 1.6rem);
  overflow: hidden;
}
.page-jobDetail .jobDetailCareer .attention {
  font-size: clamp(1.2rem, 1.1111111111vw, 1.6rem);
  margin-bottom: clamp(3.2rem, 3.8888888889vw, 5.6rem);
}
.page-jobDetail .jobDetailCareer_content:not(:has(> ul)) .attention {
  margin-bottom: 0;
}
.page-jobDetail .jobDetailCareer_listItem:not(:last-child) {
  margin-bottom: clamp(3.2rem, 3.8888888889vw, 5.6rem);
}
.page-jobDetail .jobDetailCareer_listItem .desc {
  margin-bottom: clamp(2.4rem, 2.7777777778vw, 4rem);
}
.page-jobDetail .jobDetailCareer_listItem .p-secHeading--C {
  margin-bottom: clamp(1.6rem, 1.6666666667vw, 2.4rem);
}
.page-jobDetail .jobDetailCareer_listItem .p-secHeading--D {
  margin-bottom: 2.4rem;
}
.page-jobDetail .jobDetailCareer .btnBox {
  display: flex;
  justify-content: center;
  padding-top: clamp(3.2rem, 3.3333333333vw, 4.8rem);
}
.page-jobDetail .jobDetailFaq {
  padding-top: clamp(8rem, 8.6111111111vw, 12.4rem);
  opacity: 0;
  transform: translateY(5rem) translateZ(0);
  transition: 1s ease-out;
}
.page-jobDetail .jobDetailFaq.active {
  transform: translateY(0) translateZ(0);
  opacity: 1;
}
.page-jobDetail .jobDetailFaq_heading {
  margin-bottom: clamp(3.2rem, 3.8888888889vw, 5.6rem);
}
.page-jobDetail .jobDetailFaq_listItem:not(:last-child) {
  margin-bottom: clamp(3.2rem, 3.8888888889vw, 5.6rem);
}
.page-jobDetail .jobDetailFaq_listItem .p-secHeading--C {
  margin-bottom: clamp(1.6rem, 1.6666666667vw, 2.4rem);
}
.page-jobDetail .jobDetailConnection {
  padding-top: clamp(8rem, 8.6111111111vw, 12.4rem);
  opacity: 0;
  transform: translateY(5rem) translateZ(0);
  transition: 1s ease-out;
}
.page-jobDetail .jobDetailConnection.active {
  transform: translateY(0) translateZ(0);
  opacity: 1;
}
.page-jobDetail .jobDetailConnection_heading {
  margin-bottom: clamp(3.2rem, 3.8888888889vw, 5.6rem);
}
.page-jobDetail .jobDetailConnection_listItem .link {
  display: flex;
  align-items: center;
  gap: clamp(2.4rem, 2.7777777778vw, 4rem);
}
.page-jobDetail .jobDetailConnection_listItem .headBox {
  width: 29.7rem;
  display: flex;
  flex-direction: row-reverse;
  gap: 0.8rem;
}
.page-jobDetail .jobDetailConnection_listItem .name {
  font-size: 1.6rem;
  font-family: "Funnel Display", sans-serif;
  font-weight: 600;
  color: #2659C8;
  line-height: 1.5;
  writing-mode: vertical-rl;
}
.page-jobDetail .jobDetailConnection_listItem .photo {
  flex: 1;
  border-radius: 0.4rem;
  overflow: hidden;
}
.page-jobDetail .jobDetailConnection_listItem .photo img {
  transition: 0.2s linear;
}
.page-jobDetail .jobDetailConnection_listItem .detailBox {
  flex: 1;
}
.page-jobDetail .jobDetailConnection_listItem h3 {
  font-size: clamp(2rem, 1.4583333333vw, 2.1rem);
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: clamp(1.6rem, 1.5277777778vw, 2.2rem);
}
.page-jobDetail .jobDetailConnection_listItem .position {
  font-size: 1.5rem;
  font-weight: bold;
  color: #2659C8;
  line-height: 1.5;
  margin-bottom: clamp(0.4rem, 0.5555555556vw, 0.8rem);
}
.page-jobDetail .jobDetailConnection_listItem .otherInfo {
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.5;
}
.page-jobDetail .jobDetailConnection_listItem .link:hover .photo img {
  transform: scale(1.1, 1.1);
}

.page-job {
  /* -------------------------------------
  **
  ** JOB
  **
  ------------------------------------- */
}
.page-job .jobSection {
  opacity: 0;
  transform: translateY(5rem) translateZ(0);
  transition: 1s ease-out;
  padding-top: 5rem;
  margin-top: -5rem;
}
.page-job .jobSection.active {
  transform: translateY(0) translateZ(0);
  opacity: 1;
}
.page-job .jobSection:not(:last-child) {
  margin-bottom: clamp(10rem, 8.6111111111vw, 12.4rem);
}
.page-job .jobSection_heading {
  margin-bottom: 4rem;
}
.page-job .jobSection_list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: clamp(4.8rem, 4.4444444444vw, 6.4rem) clamp(1.6rem, 1.6666666667vw, 2.4rem);
}
.page-job .jobSection_listItem {
  display: flex;
  flex-direction: column;
}
.page-job .jobSection_listItem .photoBox {
  border-radius: 0.4rem;
  overflow: hidden;
  position: relative;
  z-index: 1;
  margin-bottom: 2.4rem;
}
.page-job .jobSection_listItem .photoBox .status {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
  padding: 0.4rem 1.8rem;
  border-top-left-radius: 0.4rem;
  border-bottom-right-radius: 0.4rem;
  position: absolute;
  top: 0;
  left: 0;
}
.page-job .jobSection_listItem .photoBox .status.on {
  background-color: #2659C8;
  color: #fff;
}
.page-job .jobSection_listItem .photoBox .status.off {
  background-color: #1D1D1D;
  color: #fff;
}
.page-job .jobSection_listItem .photoBox .photo {
  border: solid 0.1rem #D9E0F1;
}
.page-job .jobSection_listItem .detailBox {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.page-job .jobSection_listItem .desc {
  margin-bottom: 1.8rem;
}
.page-job .jobSection_listItem .desc h3 {
  font-size: clamp(2rem, 1.4583333333vw, 2.1rem);
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 0.8rem;
}
.page-job .jobSection_listItem .desc .read {
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.5;
}
.page-job .jobSection_listItem .btnBox .c-btn {
  margin-bottom: 2.1rem;
}
.page-job .jobSection_listItem .btnBox .subLink {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  color: #2659C8;
  position: relative;
  z-index: 1;
}
.page-job .jobSection_listItem .btnBox .subLink::after {
  content: "";
  width: 100%;
  height: 0.05rem;
  background: #2659C8;
  bottom: 0;
  position: absolute;
  right: 0;
  transform: scale(1, 1);
  transform-origin: left top;
  transition: transform 0.3s;
}
.page-job .jobSection_listItem .btnBox .subLink:hover::after {
  transform: scale(0, 1);
  transform-origin: right top;
}
.page-job .jobSection_rowListItem {
  display: flex;
  align-items: center;
  gap: clamp(2.4rem, 3.3333333333vw, 4.8rem);
  padding-bottom: clamp(4rem, 3.8888888889vw, 5.6rem);
}
.page-job .jobSection_rowListItem:not(:last-child) {
  border-bottom: solid 0.1rem #D9E0F1;
  margin-bottom: clamp(4rem, 3.8888888889vw, 5.6rem);
}
.page-job .jobSection_rowListItem .detailBox {
  flex: 1;
}
.page-job .jobSection_rowListItem .number {
  font-size: 1.4rem;
  font-family: "Funnel Display", sans-serif;
  font-weight: 600;
  line-height: 1;
  color: #2659C8;
  margin-bottom: 0.8rem;
}
.page-job .jobSection_rowListItem h3 {
  font-size: clamp(2rem, 1.4583333333vw, 2.1rem);
  font-weight: bold;
  color: #2659C8;
  line-height: 1.5;
  margin-bottom: clamp(1.6rem, 1.6666666667vw, 2.4rem);
}
.page-job .jobSection_rowListItem .photoBox {
  width: clamp(25rem, 27.0833333333vw, 39rem);
  border-radius: 0.4rem;
  overflow: hidden;
}
.page-job .jobSection_rowListItem .photoBox.border {
  border: solid 0.1rem #D9E0F1;
}
.page-job .jobSection_imgBox h3 {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.8;
  margin-bottom: 1.6rem;
}
.page-job .jobSection_imgBox figure {
  display: block;
  border: solid 0.1rem #D9E0F1;
  border-radius: clamp(0.2rem, 0.2777777778vw, 0.4rem);
  overflow: hidden;
  margin-bottom: 2.4rem;
}
.page-job .jobSection_imgBox a {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  color: #2659C8;
  text-decoration: underline;
  transition: 0.2s linear;
}
.page-job .jobSection_imgBox a:hover {
  opacity: 0.8;
}

.page-recruit {
  /* -------------------------------------
  **
  ** 募集要項
  **
  ------------------------------------- */
}
.page-recruit .pageTitle {
  opacity: 0;
  transform: translateY(5rem) translateZ(0);
  transition: 1s ease-out;
}
.page-recruit .pageTitle.active {
  transform: translateY(0) translateZ(0);
  opacity: 1;
}
.page-recruit .pageTitle_inner {
  padding-block: clamp(6.4rem, 5.5555555556vw, 8rem);
  border-bottom: solid 0.1rem #D9E0F1;
}
.page-recruit .recruitLabel {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
  line-height: 1.5;
  background-color: #2659C8;
  border-radius: 0.4rem;
  padding: 0.3rem 1.2rem;
  margin-bottom: clamp(1.2rem, 1.1111111111vw, 1.6rem);
}
.page-recruit .pageTitle h1 {
  font-size: clamp(3.2rem, 2.7777777778vw, 4rem);
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: clamp(1.6rem, 1.6666666667vw, 2.4rem);
}
.page-recruit .pageTitle p {
  max-width: 76rem;
}
.page-recruit .recruitSection {
  opacity: 0;
  transform: translateY(5rem) translateZ(0);
  transition: 1s ease-out;
  padding-top: 5rem;
  margin-top: -5rem;
}
.page-recruit .recruitSection.active {
  transform: translateY(0) translateZ(0);
  opacity: 1;
}
.page-recruit .recruitSection:not(:last-child) {
  margin-bottom: clamp(8rem, 8.6111111111vw, 12.4rem);
}
.page-recruit .recruitSection_heading {
  margin-bottom: clamp(3.2rem, 3.8888888889vw, 5.6rem);
}
.page-recruit .recruitCardList {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(2.4rem, 2.7777777778vw, 4rem);
}
.page-recruit .recruitCard {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 2.4rem;
  padding: clamp(2.4rem, 2.7777777778vw, 4rem);
  border: solid 0.1rem #D9E0F1;
  border-radius: 0.4rem;
  background-color: #fff;
}
.page-recruit .recruitCard_head .status {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
  line-height: 1.5;
  background-color: #2659C8;
  border-radius: 0.4rem;
  padding: 0.3rem 1.2rem;
  margin-bottom: 1.2rem;
}
.page-recruit .recruitCard h3 {
  font-size: clamp(2rem, 1.4583333333vw, 2.1rem);
  font-weight: bold;
  line-height: 1.5;
}
.page-recruit .recruitCard .btnBox {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.6rem;
}
.page-recruit .recruitCard .subLink {
  font-size: 1.6rem;
  color: #2659C8;
  text-decoration: underline;
  text-underline-offset: 0.4rem;
}
.page-recruit .recruitTextLink {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 1.6rem;
  font-weight: bold;
  color: #2659C8;
  line-height: 1.5;
  text-decoration: underline;
  text-underline-offset: 0.4rem;
  margin-top: clamp(1.6rem, 1.6666666667vw, 2.4rem);
}
.page-recruit .recruitTextLink .material-symbols-outlined {
  font-size: 1.4rem;
}
.page-recruit .recruitOverview {
  border-top: solid 0.1rem #D9E0F1;
}
.page-recruit .recruitOverview > div {
  display: grid;
  grid-template-columns: minmax(14rem, 22rem) 1fr;
  gap: clamp(1.6rem, 2.2222222222vw, 3.2rem);
  padding-block: clamp(1.8rem, 1.9444444444vw, 2.8rem);
  border-bottom: solid 0.1rem #D9E0F1;
}
.page-recruit .recruitOverview dt {
  font-weight: bold;
  color: #2659C8;
}
.page-recruit .recruitOverview dd {
  font-weight: 400;
}
.page-recruit .recruitGrid {
  display: grid;
  gap: clamp(3.2rem, 3.8888888889vw, 5.6rem);
}
.page-recruit .recruitGrid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.page-recruit .recruitGrid .p-secHeading {
  margin-bottom: clamp(1.6rem, 1.6666666667vw, 2.4rem);
}
.page-recruit .recruitList li {
  font-weight: 400;
  padding-left: 1.5em;
  position: relative;
}
.page-recruit .recruitList li::before {
  content: "";
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background-color: #2659C8;
  position: absolute;
  top: 1.1rem;
  left: 0;
}
.page-recruit .recruitList li:not(:last-child) {
  margin-bottom: 0.8rem;
}
.page-recruit .recruitLead {
  margin-bottom: clamp(1.6rem, 1.6666666667vw, 2.4rem);
}
.page-recruit .recruitFlow {
  --flow-gap: clamp(4.8rem, 4.4444444444vw, 6.4rem);
  --flow-arrow-size: clamp(1.8rem, 1.6666666667vw, 2.4rem);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--flow-gap);
}
.page-recruit .recruitFlow li {
  min-height: 11.2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-weight: bold;
  border: solid 0.1rem #D9E0F1;
  border-radius: 0.4rem;
  padding: 2.4rem;
  background-color: #fff;
  position: relative;
}
.page-recruit .recruitFlow li:not(:last-child)::after {
  content: "";
  width: var(--flow-arrow-size);
  height: 0.1rem;
  background-color: #2659C8;
  position: absolute;
  top: 50%;
  right: calc((var(--flow-gap) + var(--flow-arrow-size)) / -2);
  transform: translateY(-50%);
}
.page-recruit .recruitFlow li:not(:last-child)::before {
  content: "";
  width: 0.9rem;
  height: 0.9rem;
  border-top: solid 0.2rem #2659C8;
  border-right: solid 0.2rem #2659C8;
  position: absolute;
  top: 50%;
  right: calc((var(--flow-gap) + var(--flow-arrow-size)) / -2);
  transform: translateY(-50%) rotate(45deg);
}
.page-recruit .recruitFlow li span {
  display: block;
  font-size: 1.4rem;
  font-family: "Funnel Display", sans-serif;
  color: #2659C8;
  line-height: 1;
  margin-bottom: 1rem;
}
.page-recruit .recruitEntry {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.6rem;
  padding-top: clamp(3.2rem, 3.3333333333vw, 4.8rem);
}
.page-recruit .recruitEntry .c-btn--main {
  min-width: 22rem;
  justify-content: center;
}

.page-people {
  /* -------------------------------------
  **
  ** PEOPLE
  **
  ------------------------------------- */
}
.page-people .peopleContent {
  padding-bottom: clamp(12rem, 8.6111111111vw, 12.4rem);
}
.page-people .pageMenu {
  padding-top: clamp(4rem, 4.4444444444vw, 6.4rem);
}
.page-people .pageMenu .listBox {
  display: flex;
  flex-wrap: wrap;
  gap: 1.6rem;
}
.page-people .pageMenu .item a {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.4;
}
.page-people .pageMenu .item a .material-symbols-outlined {
  font-size: 1.4rem;
  color: #2659C8;
  padding: 0.7rem;
  border-radius: 0.4rem;
  border: solid 0.1rem #D9E0F1;
  transform: rotate(90deg);
  transition: 0.2s linear;
}
.page-people .pageMenu .item a:hover .material-symbols-outlined {
  color: #fff;
  background-color: #2659C8;
}
.page-people .peopleTalk {
  padding-top: clamp(8rem, 8.6111111111vw, 12.4rem);
  opacity: 0;
  transform: translateY(5rem) translateZ(0);
  transition: 1s ease-out;
}
.page-people .peopleTalk.active {
  transform: translateY(0) translateZ(0);
  opacity: 1;
}
.page-people .peopleTalk .p-secHeading {
  margin-bottom: 3.2rem;
}
.page-people .peopleTalk_listItem {
  display: flex;
  align-items: center;
  gap: clamp(1.6rem, 4.4444444444vw, 6.4rem);
  padding: clamp(2rem, 2.2222222222vw, 3.2rem) clamp(6.4rem, 5.8333333333vw, 8.4rem) clamp(2rem, 2.2222222222vw, 3.2rem) clamp(2rem, 2.2222222222vw, 3.2rem);
  border: solid 0.1rem #D9E0F1;
  border-radius: 0.4rem;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.page-people .peopleTalk_listItem:not(:last-child) {
  margin-bottom: clamp(2.4rem, 2.2222222222vw, 3.2rem);
}
.page-people .peopleTalk_listItem .number {
  font-size: clamp(1.4rem, 1.1111111111vw, 1.6rem);
  font-family: "Funnel Display", sans-serif;
  font-weight: 600;
  color: #2659C8;
  line-height: 1;
  writing-mode: vertical-lr;
  position: absolute;
  top: 2.7rem;
  right: 1.8rem;
  z-index: 1;
}
.page-people .peopleTalk_listItem .photoBox {
  width: clamp(25rem, 44.4444444444vw, 64rem);
  position: relative;
  z-index: 1;
  border-radius: 0.4rem;
  overflow: hidden;
}
.page-people .peopleTalk_listItem .photoBox img {
  transition: 0.2s linear;
}
.page-people .peopleTalk_listItem .detailBox {
  flex: 1;
}
.page-people .peopleTalk_listItem .detailBox .tag {
  display: inline-block;
  font-size: clamp(1.5rem, 1.1111111111vw, 1.6rem);
  font-weight: bold;
  color: #2659C8;
  line-height: 1.5;
  padding: 0.7rem 2rem;
  border: solid 0.1rem #D9E0F1;
  border-radius: 10rem;
  margin-bottom: clamp(1.6rem, 1.6666666667vw, 2.4rem);
}
.page-people .peopleTalk_listItem .detailBox h3 {
  font-size: clamp(2rem, 1.6666666667vw, 2.4rem);
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 0.8rem;
}
.page-people .peopleTalk_listItem .detailBox .user {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: clamp(1.6rem, 1.6666666667vw, 2.4rem);
}
.page-people .peopleTalk_listItem .detailBox .read {
  font-size: 1.4rem;
  margin-bottom: clamp(3.2rem, 3.3333333333vw, 4.8rem);
}
.page-people .peopleTalk_listItem .photoBox:has(~ .detailBox .c-btn:hover) img {
  transform: scale(1.05, 1.05);
}
.page-people .peopleInterview {
  padding-top: clamp(8rem, 8.6111111111vw, 12.4rem);
  opacity: 0;
  transform: translateY(5rem) translateZ(0);
  transition: 1s ease-out;
}
.page-people .peopleInterview.active {
  transform: translateY(0) translateZ(0);
  opacity: 1;
}
.page-people .peopleInterview .p-secHeading {
  margin-bottom: 3.2rem;
}
.page-people .peopleInterview_articleBox {
  display: flex;
  flex-wrap: wrap;
  gap: 2.4rem;
}
.page-people .peopleInterview_articleBox .article {
  width: calc((100% - 4.8rem) / 3);
}
.page-people .peopleInterview_articleBox .link {
  display: block;
  padding-right: clamp(2.2rem, 2.6388888889vw, 3.8rem);
  position: relative;
  z-index: 1;
}
.page-people .peopleInterview_articleBox .name {
  font-size: clamp(1.4rem, 1.1111111111vw, 1.6rem);
  font-family: "Funnel Display", sans-serif;
  font-weight: 600;
  color: #2659C8;
  line-height: 1.5;
  writing-mode: vertical-rl;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.page-people .peopleInterview_articleBox .photoBox {
  border-radius: 0.4rem;
  overflow: hidden;
  margin-bottom: clamp(1.6rem, 1.7361111111vw, 2.5rem);
}
.page-people .peopleInterview_articleBox .photoBox img {
  transition: 0.2s linear;
}
.page-people .peopleInterview_articleBox h3 {
  font-size: clamp(1.8rem, 1.3888888889vw, 2rem);
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: clamp(1.6rem, 1.5277777778vw, 2.2rem);
}
.page-people .peopleInterview_articleBox .position {
  font-size: 1.5rem;
  font-weight: bold;
  color: #2659C8;
  line-height: 1.5;
  margin-bottom: clamp(0.4rem, 0.4166666667vw, 0.6rem);
}
.page-people .peopleInterview_articleBox .otherInfo {
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: clamp(1.6rem, 1.5277777778vw, 2.2rem);
}
.page-people .peopleInterview_articleBox .link:hover .photoBox img {
  transform: scale(1.1, 1.1);
}

.home {
  /* -------------------------------------
  **
  ** TOP / KV
  **
  ------------------------------------- */
  /* -------------------------------------
  **
  ** TOP / ABOUT US
  **
  ------------------------------------- */
  /* -------------------------------------
  **
  ** TOP / JOB ROLE
  **
  ------------------------------------- */
  /* -------------------------------------
  **
  ** TOP / セクション画像
  **
  ------------------------------------- */
  /* -------------------------------------
  **
  ** TOP / PEOPLE
  **
  ------------------------------------- */
  /* -------------------------------------
  **
  ** TOP / ENVIRONMENT
  **
  ------------------------------------- */
}
.home .topMv {
  padding-top: 2.8rem;
  position: relative;
  z-index: 1;
}
.home .topMv_sliderBox {
  width: 100%;
  height: 46.1rem;
  margin-bottom: 4.4rem;
  position: relative;
  z-index: 1;
}
.home .topMv_sliderBox::before {
  content: "";
  background-image: url(../img/top/mv_slider.webp);
  background-repeat: repeat-x;
  background-size: 330.1rem auto;
  width: auto;
  height: 200%;
  aspect-ratio: 3301/461;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  animation: mv_slider 200s linear infinite;
}
@keyframes mv_slider {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-330.1rem);
  }
}
@keyframes mv_slider_sp {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-171.9rem);
  }
}
.home .topMv_heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: clamp(1.6rem, 1.3194444444vw, 1.9rem);
}
.home .topMv_heading h1 {
  font-size: clamp(4rem, 3.75vw, 5.4rem);
  font-weight: bold;
  line-height: 1.5;
}
.home .topMv_heading .yakumono {
  letter-spacing: -0.4em;
}
.home .topMv_heading .strong {
  font-weight: bold;
  position: relative;
}
.home .topMv_heading .strong .decora {
  width: clamp(19.5rem, 18.8888888889vw, 27.2rem);
  height: auto;
  aspect-ratio: 262/92;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.home .topMv_heading p {
  font-size: clamp(2rem, 1.6666666667vw, 2.4rem);
  font-family: "Funnel Display", sans-serif;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.02em;
  color: #2659C8;
}
.home .topMv_scroll {
  width: 6.2rem;
  height: 6.2rem;
  position: absolute;
  bottom: -4.4rem;
  right: clamp(2rem, 2.2222222222vw, 3.2rem);
}
.home .topMv_scroll .material-symbols-outlined {
  font-size: 1.8rem;
  color: #2659C8;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.home .topAbout {
  position: relative;
  z-index: 1;
}
.home .topAbout_inner {
  padding-top: 21.6rem;
  display: flex;
  gap: clamp(2rem, 4.7916666667vw, 6.9rem);
  opacity: 0;
  transform: translateY(5rem) translateZ(0);
  transition: 1s ease-out;
}
.home .topAbout_inner.active {
  transform: translateY(0) translateZ(0);
  opacity: 1;
}
.home .topAbout_detail {
  flex: 1;
}
.home .topAbout_detail .p-secHeading {
  margin-bottom: clamp(4rem, 3.75vw, 5.4rem);
}
.home .topAbout_detail h3 {
  font-size: clamp(2.2rem, 1.6666666667vw, 2.4rem);
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 1.5rem;
}
.home .topAbout_detail .read {
  margin-bottom: clamp(3.2rem, 3.3333333333vw, 4.8rem);
}
.home .topAbout_detail .btnBox {
  display: grid;
  gap: clamp(1.6rem, 1.6666666667vw, 2.4rem);
}
.home .topAbout_photo {
  width: clamp(30rem, 44.0972222222vw, 63.5rem);
  display: flex;
  gap: clamp(1rem, 2.4305555556vw, 3.5rem);
  margin-top: clamp(0rem, 1.6666666667vw, 2.4rem);
}
.home .topAbout_photo .photo {
  flex: 1;
  border-radius: 0.4rem;
  overflow: hidden;
  opacity: 0;
  transform: translateY(5rem);
  transition: ease 0.6s;
}
.home .topAbout_photo .photo:nth-of-type(2) {
  margin-top: clamp(4.7rem, 4.3055555556vw, 6.2rem);
  transition-delay: 0.3s;
}
.home .topAbout_photo.active .photo {
  opacity: 1;
  transform: translateY(0);
}
.home .topJob_inner {
  padding-top: clamp(10rem, 9.7222222222vw, 14rem);
  padding-bottom: clamp(10rem, 9.7222222222vw, 14rem);
  opacity: 0;
  transform: translateY(5rem) translateZ(0);
  transition: 1s ease-out;
}
.home .topJob_inner.active {
  transform: translateY(0) translateZ(0);
  opacity: 1;
}
.home .topJob_head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4rem;
  margin-bottom: clamp(4.8rem, 3.75vw, 5.4rem);
}
.home .topJob_content {
  margin-inline: calc(50% - 50vw);
  overflow: hidden;
}
.home .topJob_list {
  display: flex;
  gap: 2.4rem;
  padding-left: max(4rem, (100vw - 134rem) / 2 + 4rem);
  padding-right: 4rem;
  padding-bottom: 0.1rem;
  overflow-x: scroll;
  overflow-y: hidden;
  margin-bottom: clamp(5.6rem, 5vw, 7.2rem);
}
.home .topJob_list::-webkit-scrollbar {
  display: none;
}
.home .topJob_scrollbarWrap {
  overflow: hidden;
  max-width: 144rem;
  margin-inline: auto;
  padding-inline: 10.8rem;
}
.home .topJob_scrollbar {
  height: 0.2rem;
  background: #D9D9D9;
  overflow: hidden;
}
.home .topJob_scrollbar-thumb {
  height: 100%;
  background: #2659C8;
  border-radius: 0.2rem;
  cursor: pointer;
}
.home .topJob_listItem {
  min-width: 28.8rem;
  width: 28.8rem;
  display: flex;
  flex-direction: column;
}
.home .topJob_listItem .photoBox {
  border-radius: 0.4rem;
  overflow: hidden;
  position: relative;
  z-index: 1;
  margin-bottom: 2.4rem;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.home .topJob_listItem .photoBox .status {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
  padding: 0.4rem 1.8rem;
  border-top-left-radius: 0.4rem;
  border-bottom-right-radius: 0.4rem;
  position: absolute;
  top: 0;
  left: 0;
}
.home .topJob_listItem .photoBox .status.on {
  background-color: #2659C8;
  color: #fff;
}
.home .topJob_listItem .photoBox .status.off {
  background-color: #1D1D1D;
  color: #fff;
}
.home .topJob_listItem .photoBox .photo {
  border: solid 0.1rem #D9E0F1;
}
.home .topJob_listItem .detailBox {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.home .topJob_listItem .desc {
  margin-bottom: 3.8rem;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.home .topJob_listItem .desc h3 {
  font-size: 1.9rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 0.8rem;
}
.home .topJob_listItem .desc .read {
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.5;
}
.home .topJob_listItem .btnBox {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.home .topJob_listItem .btnBox .c-btn {
  margin-bottom: 2.1rem;
}
.home .topJob_listItem .btnBox .subLink {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  color: #2659C8;
  position: relative;
  z-index: 1;
}
.home .topJob_listItem .btnBox .subLink::after {
  content: "";
  width: 100%;
  height: 0.05rem;
  background: #2659C8;
  bottom: 0;
  position: absolute;
  right: 0;
  transform: scale(1, 1);
  transform-origin: left top;
  transition: transform 0.3s;
}
.home .topJob_listItem .btnBox .subLink:hover::after {
  transform: scale(0, 1);
  transform-origin: right top;
}
.home .topImageSection {
  width: 100%;
  position: relative;
  z-index: 1;
  opacity: 0;
  transition: 1s ease-out;
  transform: translateZ(0);
}
.home .topImageSection.active {
  opacity: 1;
}
.home .topImageSection::before {
  content: "";
  background-image: url(../img/top/loop_text.png);
  background-repeat: repeat-x;
  background-size: 2141px 6.6rem;
  width: 200%;
  height: 6.6rem;
  aspect-ratio: 2141/66;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 2;
  animation: marquee 40s linear infinite;
}
@keyframes marquee {
  0% {
    transform: translateX(0) translateY(-50%);
  }
  100% {
    transform: translateX(-2141px) translateY(-50%);
  }
}
@keyframes marquee_sp {
  0% {
    transform: translateX(0) translateY(-50%);
  }
  100% {
    transform: translateX(-1180px) translateY(-50%);
  }
}
.home .topPeople_inner {
  padding-top: clamp(10rem, 9.7222222222vw, 14rem);
  padding-bottom: clamp(9.2rem, 9.7222222222vw, 14rem);
  opacity: 0;
  transform: translateY(5rem) translateZ(0);
  transition: 1s ease-out;
}
.home .topPeople_inner.active {
  transform: translateY(0) translateZ(0);
  opacity: 1;
}
.home .topPeople_head {
  display: flex;
  align-items: center;
  gap: clamp(4rem, 8.4722222222vw, 12.2rem);
  margin-bottom: clamp(4.8rem, 3.75vw, 5.4rem);
}
.home .topPeople_head .read {
  flex: 1;
}
.home .topPeople_content {
  opacity: 0;
  transform: translateY(5rem) translateZ(0);
  transition: 1s ease-out;
}
.home .topPeople_content.active {
  transform: translateY(0) translateZ(0);
  opacity: 1;
}
.home .topPeople_content:not(:last-child) {
  margin-bottom: 5.4rem;
}
.home .topPeople_content h3 {
  font-size: clamp(2.2rem, 1.8055555556vw, 2.6rem);
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: clamp(2.4rem, 2.2222222222vw, 3.2rem);
}
.home .topPeople_talkBox {
  padding: clamp(2rem, 2.2222222222vw, 3.2rem) clamp(6.4rem, 5.8333333333vw, 8.4rem) clamp(2rem, 2.2222222222vw, 3.2rem) clamp(2rem, 2.2222222222vw, 3.2rem);
  border-radius: 0.4rem;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.home .topPeople_talkBox:not(:last-child) {
  margin-bottom: 2.4rem;
}
.home .topPeople_talkBox::before {
  content: "";
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  z-index: -2;
  filter: blur(6px);
}
.home .topPeople_talkBox--01::before {
  background-image: url(../img/top/people_bg.jpg);
}
.home .topPeople_talkBox--02::before {
  background-image: url(../img/top/people_bg02.jpg);
}
.home .topPeople_talkBox::after {
  content: "";
  background-color: #424242;
  opacity: 0.6;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  z-index: -1;
}
.home .topPeople_talkBox .number {
  font-size: clamp(1.4rem, 1.1111111111vw, 1.6rem);
  font-family: "Funnel Display", sans-serif;
  font-weight: 600;
  color: #fff;
  line-height: 1;
  writing-mode: vertical-lr;
  position: absolute;
  top: 2.7rem;
  right: 1.8rem;
  z-index: 1;
}
.home .topPeople_talkBox .innerBox {
  display: flex;
  align-items: center;
  gap: clamp(1.6rem, 4.4444444444vw, 6.4rem);
}
.home .topPeople_talkBox .photoBox {
  width: clamp(25rem, 44.4444444444vw, 64rem);
  position: relative;
  z-index: 1;
}
.home .topPeople_talkBox .photoBox::before, .home .topPeople_talkBox .photoBox::after {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  z-index: 2;
}
.home .topPeople_talkBox .photoBox::before {
  background-image: url(../img/top/people_decora01.png);
  width: clamp(5.6rem, 8.125vw, 11.7rem);
  height: auto;
  aspect-ratio: 117/87;
  top: clamp(2.4rem, 3.4027777778vw, 4.9rem);
  left: clamp(-1.7rem, -1.1805555556vw, -0.8rem);
}
.home .topPeople_talkBox .photoBox::after {
  background-image: url(../img/top/people_decora02.png);
  width: clamp(3.7rem, 5.2083333333vw, 7.5rem);
  height: auto;
  aspect-ratio: 75/53;
  bottom: clamp(5rem, 7.3611111111vw, 10.6rem);
  right: clamp(-1.5rem, -1.0416666667vw, -1.2rem);
}
.home .topPeople_talkBox .photoBox .inner {
  overflow: hidden;
  border-radius: 0.4rem;
}
.home .topPeople_talkBox .photoBox img {
  transition: 0.2s linear;
}
.home .topPeople_talkBox .photoBox:has(~ .detailBox .c-btn:hover) img {
  transform: scale(1.05, 1.05);
}
.home .topPeople_talkBox .detailBox {
  flex: 1;
}
.home .topPeople_talkBox .detailBox .tag {
  display: inline-block;
  font-size: clamp(1.5rem, 1.1111111111vw, 1.6rem);
  font-weight: bold;
  color: #fff;
  line-height: 1.5;
  padding: 0.7rem 2rem;
  border: solid 0.1rem rgba(255, 255, 255, 0.3);
  border-radius: 10rem;
  margin-bottom: clamp(1.6rem, 1.6666666667vw, 2.4rem);
}
.home .topPeople_talkBox .detailBox h4 {
  font-size: clamp(2rem, 1.6666666667vw, 2.4rem);
  font-weight: bold;
  line-height: 1.5;
  color: #fff;
  margin-bottom: 0.8rem;
}
.home .topPeople_talkBox .detailBox .user {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
  margin-bottom: clamp(3.2rem, 3.3333333333vw, 4.8rem);
}
.home .topPeople_moreLink {
  margin-top: 2.4rem;
}
.home .topPeople_articleBox {
  display: flex;
  gap: 2.4rem;
}
.home .topPeople_articleBox .article {
  width: calc((100% - 4.8rem) / 3);
}
.home .topPeople_articleBox .link {
  display: block;
  padding-right: clamp(2.2rem, 2.6388888889vw, 3.8rem);
  position: relative;
  z-index: 1;
}
.home .topPeople_articleBox .name {
  font-size: clamp(1.4rem, 1.1111111111vw, 1.6rem);
  font-family: "Funnel Display", sans-serif;
  font-weight: 600;
  color: #2659C8;
  line-height: 1.5;
  writing-mode: vertical-rl;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.home .topPeople_articleBox .photoBox {
  border-radius: 0.4rem;
  overflow: hidden;
  margin-bottom: clamp(1.6rem, 1.7361111111vw, 2.5rem);
}
.home .topPeople_articleBox .photoBox img {
  transition: 0.2s linear;
}
.home .topPeople_articleBox h3 {
  font-size: clamp(1.8rem, 1.3888888889vw, 2rem);
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: clamp(1.6rem, 1.5277777778vw, 2.2rem);
}
.home .topPeople_articleBox .position {
  font-size: 1.5rem;
  font-weight: bold;
  color: #2659C8;
  line-height: 1.5;
  margin-bottom: clamp(0.4rem, 0.4166666667vw, 0.6rem);
}
.home .topPeople_articleBox .otherInfo {
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.5;
}
.home .topPeople_articleBox .link:hover .photoBox img {
  transform: scale(1.1, 1.1);
}
.home .topEnvironment {
  background-color: rgba(38, 89, 200, 0.05);
}
.home .topEnvironment_inner {
  padding-top: clamp(8rem, 6.9444444444vw, 10rem);
  padding-bottom: clamp(8rem, 6.9444444444vw, 10rem);
  opacity: 0;
  transform: translateY(5rem) translateZ(0);
  transition: 1s ease-out;
}
.home .topEnvironment_inner.active {
  transform: translateY(0) translateZ(0);
  opacity: 1;
}
.home .topEnvironment_content {
  display: flex;
  align-items: center;
  gap: clamp(3.2rem, 6.1111111111vw, 8.8rem);
}
.home .topEnvironment_content .photoBox {
  width: clamp(30rem, 44.4444444444vw, 64rem);
  border-radius: 0.4rem;
  overflow: hidden;
}
.home .topEnvironment_content .detailBox {
  flex: 1;
}
.home .topEnvironment_content .p-secHeading {
  margin-bottom: 3.2rem;
}
.home .topEnvironment_content .read {
  margin-bottom: clamp(3.2rem, 4.4444444444vw, 6.4rem);
}

.page-entry .l-wrapper {
  overflow-x: clip;
}
.p-pageTitle--entry {
  background-image: url(../img/job/page_mv.jpg);
}
.page-entry .entrySection {
  position: relative;
  padding-block: clamp(7.2rem, 8.3333333333vw, 12rem);
}
.page-entry .entrySection_inner {
  max-width: 104rem;
}
.page-entry .entrySection_heading {
  margin-bottom: 4rem;
}
.page-entry .entrySection_heading .read {
  margin-top: 1.6rem;
}
.page-entry .entryForm {
  background-color: #fff;
  border: solid 0.1rem #D9E0F1;
  border-radius: 0.8rem;
  padding: clamp(2.4rem, 4.1666666667vw, 6rem);
  box-shadow: 0 2.4rem 6rem rgba(38, 89, 200, 0.08);
}
.page-entry .entryForm input,
.page-entry .entryForm select,
.page-entry .entryForm textarea,
.page-entry .entryForm button {
  box-sizing: border-box;
}
.page-entry .entryForm_grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  -moz-column-gap: clamp(3.2rem, 4.4444444444vw, 6.4rem);
  column-gap: clamp(3.2rem, 4.4444444444vw, 6.4rem);
  row-gap: 2.8rem;
}
.page-entry .entryForm_field {
  display: grid;
  gap: 1rem;
  min-width: 0;
}
.page-entry .entryForm_field--wide {
  grid-column: 1/-1;
}
.page-entry .entryForm_field label {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  font-size: 1.5rem;
  font-weight: bold;
}
.page-entry .entryForm_field label span {
  display: inline-grid;
  place-items: center;
  min-width: 4.4rem;
  min-height: 2.2rem;
  padding-inline: 0.8rem;
  border-radius: 0.4rem;
  background-color: #DB8C26;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1;
}
.page-entry .entryForm input,
.page-entry .entryForm select {
  width: 100%;
  height: 5.6rem;
  border: solid 0.1rem #C8D3E8;
  border-radius: 0.6rem;
  background-color: #fff;
  color: #1D1D1D;
  font: inherit;
  line-height: 1.5;
  padding: 1.4rem 1.6rem;
}
.page-entry .entryForm textarea {
  width: 100%;
  border: solid 0.1rem #C8D3E8;
  border-radius: 0.6rem;
  background-color: #fff;
  color: #1D1D1D;
  font: inherit;
  line-height: 1.7;
  padding: 1.4rem 1.6rem;
}
.page-entry .entryForm textarea {
  min-height: 20rem;
  resize: vertical;
}
.page-entry .entryForm input:focus,
.page-entry .entryForm select:focus,
.page-entry .entryForm textarea:focus {
  outline: solid 0.3rem rgba(38, 89, 200, 0.18);
  border-color: #2659C8;
}
.page-entry .entryForm input:disabled {
  background-color: #F4F7FC;
}
.page-entry .entryForm_codeBtn {
  width: min(100%, 24rem);
  height: 5.6rem;
  border: solid 0.1rem #2659C8;
  border-radius: 0.6rem;
  background-color: #2659C8;
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.4;
  padding-inline: 1.8rem;
  white-space: nowrap;
}
.page-entry .entryForm_codeAction {
  justify-items: center;
  padding-top: 0.4rem;
}
.page-entry .entryForm_stepAfterCode {
  margin-top: 0.4rem;
}
.page-entry .entryForm_stepAfterCode[hidden],
.page-entry .entryForm_actions[hidden] {
  display: none;
}
.page-entry .entryForm_codeBtn:disabled,
.page-entry .entryForm_submit:disabled {
  cursor: wait;
  opacity: 0.65;
}
.page-entry .entryForm_codeNotice {
  margin-bottom: 1rem;
  color: #2659C8;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.6;
}
.page-entry .entryForm_help {
  color: #4D5B76;
  font-size: 1.4rem;
  line-height: 1.7;
}
.page-entry .entryForm_counter {
  justify-self: end;
  color: #4D5B76;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1;
}
.page-entry .entryForm_counter[data-over-guide=true] {
  color: #2659C8;
}
.page-entry .entryForm_policy {
  color: #4D5B76;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.7;
}
.page-entry .entryForm_policy a {
  color: #2659C8;
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}
.page-entry .entryForm_status {
  min-height: 2.8rem;
  margin-top: 2.4rem;
  font-weight: bold;
}
.page-entry .entryForm_status[data-status=success] {
  color: #2659C8;
}
.page-entry .entryForm_status[data-status=error] {
  color: #C3423F;
}
.page-entry .entryForm_actions {
  display: flex;
  justify-content: center;
  margin-top: 1.6rem;
}
.page-entry .entryForm_submit {
  min-width: 18rem;
  justify-content: center;
  background-color: #fff;
}

/* ========================================
    object / utility
======================================== */

@media screen and (min-width: 768px){
  .pcNone {
    display: none !important;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
}

@media screen and (max-width: 1600px){
  .p-footer_content .menuWrap {
    gap: 4rem;
  }
}

@media screen and (max-width: 1440px){
  .p-pageTitle {
    height: 45.6rem;
    aspect-ratio: initial;
  }
}

@media screen and (max-width: 1400px){
  .page-interview .interviewFv .photoBox {
    margin-right: 0;
  }
  .page-interview .interviewFv .profileBox {
    right: 4rem;
  }
}

@media screen and (max-width: 1366px){
  .p-footer_entry {
    padding: 6.4rem 6rem;
  }
  .p-footer_content {
    padding: 6.4rem 6rem;
  }
}

@media screen and (max-width: 1280px){
  .p-footer_content .menuWrap .item .subMenu a {
    font-size: 1.2rem;
  }
  .page-about .aboutSection_list h5:has(span) {
    white-space: initial;
  }
}

@media screen and (max-width: 1140px){
  .l-inner {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .p-footer_entry {
    padding: 6.4rem 4rem;
  }
  .p-footer_entry .decoraBox .decora01 {
    top: -37.5rem;
  }
  .p-footer_entry .decoraBox .decora02 {
    left: -54.9rem;
  }
  .p-footer_entry .decoraBox .decora03 {
    top: 20rem;
    right: -27.5rem;
  }
  .p-footer_content {
    padding: 6.4rem 4rem;
  }
  .p-footer_other {
    padding: 1.8rem 4rem;
  }
  .p-header_menu {
    display: none;
  }
  .p-header_toggleBox {
    display: block;
  }
  .home .topJob_list {
    padding-right: 4rem;
    padding-left: max(4rem, (100vw - 144rem) / 2 + 4rem);
  }
  .home .topJob_scrollbarWrap {
    padding-inline: 4rem;
  }
}

@media screen and (max-width: 1040px){
  .page-environment .environmentCulture_list {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 1024px){
  .p-stickyWrap {
    gap: 4rem;
  }
  .page-about .aboutSection_achievement {
    flex-direction: column;
    gap: 4rem;
  }
  .page-about .aboutSection_achievement .item:not(:last-child)::after {
    width: 100%;
    height: 0.1rem;
    top: initial;
    bottom: -2rem;
    right: 0;
  }
}

@media screen and (max-width: 980px){
  .p-footer_content {
    flex-wrap: wrap;
  }
  .p-footer_content .navBox {
    width: 100%;
  }
}

@media screen and (max-width: 840px){
  .p-stickyWrap {
    flex-direction: column;
    gap: 0;
  }
  .p-stickyWrap_nav {
    width: 100%;
    position: initial;
  }
  .p-stickyWrap_nav .menuBox {
    max-height: none;
    overflow: visible;
  }
  .p-stickyWrap_nav .menuBox.is-accordion .item {
    display: none;
  }
  .p-stickyWrap_nav .menuBox.is-accordion .item.is-visible {
    display: block;
  }
  .p-stickyWrap_nav .item a .material-symbols-outlined {
    transform: rotate(90deg);
  }
  .p-stickyWrap_content {
    padding-top: 8rem;
  }
  .page-about .aboutSection_list {
    flex-direction: column;
  }
  .page-about .aboutSection_list .item {
    width: 100%;
  }
  .page-about .aboutSection_achievement h5 {
    font-size: 1.8rem;
  }
  .page-about .aboutSection_achievement .data strong {
    font-size: 7.2rem;
  }
  .page-about .aboutSection_achievement .data strong.sizeMd {
    font-size: 4.8rem;
  }
  .page-about .aboutSection_achievement .data small {
    font-size: 1.8rem;
  }
  .page-about .aboutSection_achievement .list li {
    font-size: 1.8rem;
  }
  .page-about .aboutSection_achievement .illust01 {
    max-width: 10.4rem;
    width: 100%;
  }
  .page-about .aboutSection_achievement .illust02 {
    max-width: 12.5rem;
    width: 100%;
  }
  .page-about .aboutSection_imgBox .lottie {
    margin-right: -1rem;
  }
  .page-data .dataSection_item .number strong {
    font-size: 6.4rem;
  }
  .page-data .dataSection_item .number strong.sizeMd {
    font-size: 4.8rem;
  }
  .page-data .dataSection_item .number small {
    font-size: 4rem;
  }
  .page-data .dataSection_item .unitJa {
    font-size: 1.8rem;
    margin-bottom: 1rem;
  }
  .page-data .dataSection_item .unitEn {
    font-size: 2.8rem;
  }
  .page-data .dataSection_item .valueBox {
    display: flex;
    gap: 1.6rem;
  }
  .page-data .dataSection_item .valueBox .item {
    flex-direction: column;
  }
  .page-data .dataSection_item .valueBox h4 {
    font-size: 1.8rem;
    width: auto;
  }
  .page-environment .environmentCulture_listItem .illust01 {
    width: clamp(8.4rem, 29.2307692308vw, 11.4rem);
  }
  .page-environment .environmentCulture_listItem .illust02 {
    width: clamp(7rem, 25.641025641vw, 10rem);
  }
  .page-environment .environmentCulture_listItem .illust03 {
    width: clamp(7.6rem, 27.1794871795vw, 10.6rem);
  }
  .page-environment .environmentCulture_listItem .illust04 {
    width: clamp(3.8rem, 17.4358974359vw, 6.8rem);
  }
  .page-interview .interviewFv .headBox {
    left: 4rem;
  }
  .page-interview .interviewFv .profileBox {
    right: 2rem;
  }
}

@media screen and (max-width: 767px){
  .spNone {
    display: none !important;
  }
  html {
    scroll-padding-top: 7rem;
  }
  p, li, a, dt, dd {
    font-size: 1.6rem;
  }
  .l-inner {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .p-decoraGear--top .gear01 {
    top: -3.4rem;
    right: -5.6rem;
    -webkit-mask-image: linear-gradient(to bottom, #fff 0%, transparent 70%);
    mask-image: linear-gradient(to bottom, #fff 0%, transparent 70%);
  }
  .p-decoraGear--top .gear02 {
    top: 20.3rem;
    left: -28rem;
    -webkit-mask-image: linear-gradient(to bottom, #fff 0%, #fff 20rem, transparent 70%);
    mask-image: linear-gradient(to bottom, #fff 0%, #fff 20rem, transparent 70%);
  }
  .p-decoraGear--top .gear03 {
    top: 20.5rem;
    right: -27.8rem;
    -webkit-mask-image: linear-gradient(to bottom, #fff 0%, #fff 20rem, transparent 80%);
    mask-image: linear-gradient(to bottom, #fff 0%, #fff 20rem, transparent 80%);
  }
  .p-decoraGear--page {
    top: -6.4rem;
  }
  .p-decoraGear--page .gear01 {
    top: -29.8rem;
    right: -14.8rem;
  }
  .p-decoraGear--page .gear01::after {
    height: calc(100% - 10rem);
  }
  .p-decoraGear--page .gear02 {
    top: 7.3rem;
    left: -31.4rem;
  }
  .p-decoraGear--page .gear02::after {
    height: calc(100% - 5rem);
  }
  .p-decoraGear--page .gear03 {
    top: 8.3rem;
    right: -25rem;
  }
  .p-decoraGear--page02 {
    top: -6.4rem;
  }
  .p-decoraGear--page02 .gear02 {
    top: -18.4rem;
    left: -13.2rem;
  }
  .p-decoraGear--page02 .gear02::after {
    height: calc(100% - 10rem);
  }
  .p-decoraGear--page02 .gear03 {
    top: 6.7rem;
    right: -27rem;
  }
  .p-footer_entry {
    padding: 6.4rem 2rem;
  }
  .p-footer_entry .headBox {
    flex-direction: column;
    align-items: flex-start;
  }
  .p-footer_entry .btnBox {
    flex-wrap: wrap;
  }
  .p-footer_entry .btnBox a {
    width: 100%;
  }
  .p-footer_entry .btnBox a::after {
    right: 2.4rem;
  }
  .p-footer_entry .btnBox a p {
    font-size: 1.8rem;
  }
  .p-footer_entry .decoraBox .decora01 {
    top: -22.3rem;
    right: -18.3rem;
  }
  .p-footer_entry .decoraBox .decora02 {
    top: 9.5rem;
    left: -68.2rem;
  }
  .p-footer_entry .decoraBox .decora03 {
    top: 25.9rem;
    right: -45.3rem;
  }
  .p-footer_content {
    flex-direction: column;
    align-items: flex-start;
    padding: 6.4rem 2rem;
  }
  .p-footer_content .menuWrap {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 1.6rem;
  }
  .p-footer_content .menuWrap .menuBox {
    width: calc(50% - 0.8rem);
  }
  .p-footer_content .menuWrap .menuBox.spFlex {
    width: 100%;
    display: flex;
    gap: 1.6rem;
  }
  .p-footer_content .menuWrap .menuBox.spFlex .item {
    width: calc(50% - 1.6rem);
  }
  .p-footer_content .menuWrap .item > a {
    font-size: 1.5rem;
  }
  .p-footer_content .menuWrap .item > a span {
    gap: 0.3rem;
  }
  .p-footer_content .menuWrap .item > a span::after {
    font-size: 1rem;
  }
  .p-footer_content .menuWrap .item .subMenu a::after {
    display: none;
  }
  .p-footer_content .corporate {
    margin-left: initial;
  }
  .p-footer_other {
    padding: 1.8rem 2rem;
  }
  .p-header {
    padding: 1rem 2rem;
    height: 6.4rem;
  }
  .p-header .spNavi_logo {
    padding: 1rem 2rem;
    height: 6.4rem;
  }
  .p-header .navigation_inner {
    align-items: flex-start;
  }
  .p-pageTitle {
    height: auto;
    aspect-ratio: 350/320;
  }
  .p-pageTitle--about {
    background-image: url(../img/about/page_mv_sp.jpg);
  }
  .p-pageTitle--data {
    background-image: url(../img/data/page_mv_sp.jpg);
  }
  .p-pageTitle--job {
    background-image: url(../img/job/page_mv_sp.jpg);
  }
  .p-pageTitle--people {
    background-image: url(../img/people/page_mv_sp.jpg);
  }
  .p-pageTitle--environment {
    background-image: url(../img/environment/page_mv_sp.jpg);
  }
  .page-404 .notFound_inner {
    padding-block: 10rem;
  }
  .page-404 .notFound h1 {
    font-size: 2.4rem;
  }
  .page-crosstalk .crosstalkFv_talkBox {
    flex-direction: column;
    align-items: flex-start;
    padding-right: 0;
    gap: 0;
  }
  .page-crosstalk .crosstalkFv_talkBox .number {
    position: initial;
    writing-mode: initial;
    margin-bottom: 1rem;
  }
  .page-crosstalk .crosstalkFv_talkBox .detailBox {
    order: 3;
  }
  .page-crosstalk .crosstalkFv_talkBox .photoBox {
    width: 100%;
    margin-bottom: 2.7rem;
  }
  .page-crosstalk .clrosstalkArticle h2:first-child {
    margin-top: -1.6rem;
  }
  .page-crosstalk .clrosstalkArticle h3::before {
    width: 1.6rem;
    min-width: 1.6rem;
  }
  .page-crosstalk .clrosstalkOther_articleBox {
    flex-direction: column;
    gap: 4.8rem;
  }
  .page-recruit .recruitCardList,
  .page-recruit .recruitGrid,
  .page-recruit .recruitOverview > div {
    grid-template-columns: 1fr;
  }
  .page-recruit .recruitOverview > div {
    gap: 0.8rem;
  }
  .page-recruit .recruitFlow {
    --flow-gap: 4.8rem;
    --flow-arrow-size: 2rem;
    grid-template-columns: 1fr;
    gap: var(--flow-gap);
  }
  .page-recruit .recruitFlow li {
    min-height: auto;
  }
  .page-recruit .recruitFlow li:not(:last-child)::after {
    width: 0.1rem;
    height: var(--flow-arrow-size);
    top: auto;
    right: auto;
    bottom: calc((var(--flow-gap) + var(--flow-arrow-size)) / -2);
    left: 50%;
    transform: translateX(-50%);
  }
  .page-recruit .recruitFlow li:not(:last-child)::before {
    top: auto;
    right: auto;
    bottom: calc((var(--flow-gap) + var(--flow-arrow-size)) / -2);
    left: 50%;
    transform: translateX(-50%) rotate(135deg);
  }
  .page-recruit .recruitEntry {
    justify-content: flex-start;
  }
  .page-data .dataSection_list {
    grid-template-columns: 1fr;
  }
  .page-data .dataSection_item {
    height: auto;
    padding: 2.4rem 3.2rem;
    grid-column: auto;
  }
  .page-data .dataSection_item.h335 {
    height: auto;
  }
  .page-data .dataSection_item.halfWide {
    height: auto;
    flex-direction: column;
    grid-column: auto;
    justify-content: center;
    gap: 0.8rem;
  }
  .page-data .dataSection_item.maxWide {
    height: auto;
    flex-direction: column;
    grid-column: auto;
  }
  .page-data .dataSection_item .detailBox {
    flex-direction: column;
  }
  .page-data .dataSection_item.halfWide .headBox h3 {
    text-align: center;
  }
  .page-data .dataSection_item.halfWide .value {
    justify-content: center;
  }
  .page-data .dataSection_item.maxWide .headBox {
    width: 100%;
    padding-right: 0;
    margin-right: 0;
    border-right: initial;
    padding-bottom: 2.4rem;
    margin-bottom: 2.4rem;
    border-bottom: solid 0.1rem #D9E0F1;
  }
  .page-data .dataSection_item.maxWide .headBox .value {
    justify-content: flex-start;
  }
  .page-data .dataSection_item .illust01 {
    width: 14rem;
  }
  .page-data .dataSection_item .illust02 {
    width: 20rem;
  }
  .page-data .dataSection_item .illust03 {
    width: 14rem;
  }
  .page-data .dataSection_item .illust04 {
    width: 7rem;
  }
  .page-data .dataSection_item .illust05 {
    width: 7.2rem;
  }
  .page-data .dataSection_item .illust06 {
    width: 10rem;
  }
  .page-data .dataSection_item .illust07 {
    width: 20rem;
  }
  .page-data .dataSection_item .illust08 {
    width: 20rem;
  }
  .page-data .dataSection_item .illust09 {
    width: 12.6rem;
  }
  .page-data .dataSection_item .illust10 {
    width: 11.4rem;
  }
  .page-data .dataSection_item .illust11 {
    width: 13.2rem;
  }
  .page-data .dataSection_item .illust12 {
    width: 5.4rem;
  }
  .page-data .dataSection_item .illust13 {
    width: 10rem;
  }
  .page-data .dataSection_item .illust14 {
    width: 10.8rem;
  }
  .page-data .dataSection_item .illust15 {
    width: 21.6rem;
  }
  .page-environment .environmentCulture_listItem h4 {
    font-size: 1.8rem;
  }
  .page-environment .environmentCulture_listItem .number strong {
    font-size: clamp(3.2rem, 16.4102564103vw, 6.4rem);
  }
  .page-environment .environmentCulture_listItem .number strong.sizeMd {
    font-size: clamp(2.4rem, 10.2564102564vw, 4rem);
  }
  .page-environment .environmentCulture_listItem .number small {
    font-size: 4rem;
  }
  .page-environment .environmentCulture_listItem .unitJa {
    font-size: 1.8rem;
  }
  .page-environment .environmentCulture_listItem .unitEn {
    font-size: 2.8rem;
  }
  .page-environment .environmentSupport_list {
    flex-direction: column;
  }
  .page-environment .environmentSupport_listItem {
    width: 100%;
  }
  .page-interview .interviewFv_inner {
    padding-top: 0;
    flex-direction: column;
    gap: 0;
  }
  .page-interview .interviewFv .headBox {
    width: 100%;
    position: initial;
    order: 2;
    padding-top: 0;
    margin-bottom: 6rem;
  }
  .page-interview .interviewFv .photoBox {
    width: calc(100% - 3.1rem);
    order: 1;
    margin-bottom: 2.4rem;
  }
  .page-interview .interviewFv .profileBox {
    width: 100%;
    order: 3;
    position: initial;
  }
  .page-interview .interviewFv .profileBox .descBox .read {
    font-size: 1.4rem;
  }
  .page-interview .interviewContent_inner {
    padding-inline: 2rem;
  }
  .page-interview .interviewContent .descBox h3::before {
    width: 1.6rem;
    min-width: 1.6rem;
  }
  .page-interview .interviewOther_articleBox {
    flex-direction: column;
  }
  .page-jobDetail .jobDetailConnection_listItem .link {
    flex-direction: column;
  }
  .page-jobDetail .jobDetailConnection_listItem .headBox {
    width: 100%;
  }
  .page-jobDetail .jobDetailConnection_listItem .detailBox {
    padding-right: 3.3rem;
  }
  .page-job .jobSection_rowListItem {
    flex-direction: column-reverse;
  }
  .page-job .jobSection_rowListItem .photoBox {
    width: 100%;
  }
  .page-job .jobSection_imgBox h3 {
    font-size: 1.8rem;
    margin-bottom: 0.8rem;
  }
  .page-job .jobSection_imgBox figure {
    margin-bottom: 1.6rem;
  }
  .page-people .peopleTalk_listItem {
    padding: 1rem 2rem 2rem;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
  .page-people .peopleTalk_listItem .number {
    position: initial;
    writing-mode: initial;
    margin-bottom: 1rem;
    height: 1.9rem;
    display: flex;
    align-items: center;
  }
  .page-people .peopleTalk_listItem .photoBox {
    width: 100%;
    margin-bottom: 1.6rem;
  }
  .page-people .peopleInterview_articleBox {
    flex-direction: column;
  }
  .page-people .peopleInterview_articleBox .article {
    width: 100%;
  }
  .page-people .peopleInterview_articleBox .link {
    padding-right: 2.7rem;
  }
  .home .topMv {
    padding-top: 8rem;
  }
  .home .topMv_sliderBox {
    height: 24rem;
    margin-bottom: 6.4rem;
  }
  .home .topMv_sliderBox::before {
    animation: mv_slider_sp 200s linear infinite;
    background-size: 171.9rem auto;
    aspect-ratio: 1719/240;
  }
  .home .topMv_heading {
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 2rem;
  }
  .home .topMv_scroll {
    bottom: -11.6rem;
  }
  .home .topAbout::before, .home .topAbout::after {
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    z-index: -1;
    animation: spin 60s linear infinite;
  }
  .home .topAbout::before {
    background-image: url(../img/top/about_decora01.png);
    width: 34.6rem;
    height: auto;
    aspect-ratio: 346/345;
    bottom: 9.5rem;
    left: -13.5rem;
  }
  .home .topAbout::after {
    background-image: url(../img/top/about_decora02.png);
    width: 45.8rem;
    height: auto;
    aspect-ratio: 458/455;
    bottom: -14.5rem;
    right: -21.2rem;
  }
  .home .topAbout_inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 4rem;
  }
  .home .topAbout_photo {
    width: 100%;
  }
  .home .topJob_head {
    flex-direction: column;
    align-items: flex-start;
  }
  .home .topJob_list {
    padding-right: 2rem;
    padding-left: max(2rem, (100vw - 144rem) / 2 + 2rem);
  }
  .home .topJob_scrollbarWrap {
    padding-inline: 2rem;
  }
  .home .topImageSection .photo {
    margin-inline: -2rem;
  }
  .home .topImageSection::before {
    background-image: url(../img/top/loop_text_sp.png);
    background-size: 1180px 2.9rem;
    height: 2.9rem;
    aspect-ratio: 1180/29;
    animation: marquee_sp 40s linear infinite;
  }
  .home .topPeople_head {
    flex-direction: column;
    align-items: flex-start;
  }
  .home .topPeople_content:not(:last-child) {
    margin-bottom: 8rem;
  }
  .home .topPeople_talkBox {
    padding: 1rem 2rem 2rem;
  }
  .home .topPeople_talkBox::before {
    background-image: url(../img/top/people_bg_sp.jpg);
  }
  .home .topPeople_talkBox--01::before {
    background-image: url(../img/top/people_bg_sp.jpg);
  }
  .home .topPeople_talkBox--02::before {
    background-image: url(../img/top/people_bg02_sp.jpg);
  }
  .home .topPeople_talkBox .number {
    position: initial;
    writing-mode: initial;
    margin-bottom: 1rem;
    height: 1.9rem;
    display: flex;
    align-items: center;
  }
  .home .topPeople_talkBox .innerBox {
    flex-direction: column;
    align-items: flex-start;
  }
  .home .topPeople_talkBox .photoBox {
    width: 100%;
  }
  .home .topPeople_articleBox {
    overflow-x: scroll;
  }
  .home .topPeople_articleBox .article {
    width: 100%;
    min-width: 28.8rem;
  }
  .home .topPeople_articleBox .link {
    padding-right: 2.7rem;
  }
  .home .topEnvironment_content {
    flex-direction: column;
    align-items: flex-start;
  }
  .home .topEnvironment_content .photoBox {
    width: 100%;
  }
  .p-pageTitle--entry {
    background-image: url(../img/job/page_mv_sp.jpg);
  }
  .page-entry .entrySection_heading {
    margin-bottom: 2.4rem;
  }
  .page-entry .entryForm_grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .page-entry .entryForm_codeBtn {
    width: 100%;
  }
  .page-entry .entryForm_submit {
    width: 100%;
  }
}
