@charset "UTF-8";
/*!
Theme Name: SWELL Child
Template: swell
*/
html {
  margin-top: 0 !important;
}

figure img {
  width: 100%;
  height: auto;
}

.l-content {
  margin-bottom: 0 !important;
}

.top #content {
  padding: 0;
}

.displaynone {
  display: none !important;
}

#wpadminbar,
#breadcrumb,
.c-pageTitle {
  display: none;
}

#header {
  top: 0;
}

.l-content {
  padding-top: 0;
}

.l-mainContent__inner .post_content {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.is-style-default > .c-tabList .c-tabList__button:hover,
.is-style-default > .c-tabList .c-tabList__button[aria-selected=true] {
  background-color: inherit;
  color: inherit;
}

.wp-block-list {
  padding: 0 0 0 0.5em !important;
}

.w-beforeFooter {
  margin: 0 auto;
}

.swell-block-fullWide.sp-py-40,
.swell-block-fullWide.pc-py-60 {
  padding: 0;
}

.swell-block-fullWide {
  margin-bottom: 0;
}

.c-postTimes__posted.icon-posted:before {
  content: none;
}

.swell-block-columns .swell-block-column {
  margin-left: 0;
}

.swell-block-columns__inner {
  margin-left: 0;
  width: 100%;
  justify-content: center;
}

textarea {
  resize: none;
}

.swell-block-button__link {
  min-width: auto !important;
  box-shadow: none !important;
}

@media screen and (max-width: 960px) {
  .swell-block-columns .swell-block-column {
    width: 100% !important;
  }
}

#sp_menu_custom {
  position: fixed;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  background-color: #fbfaf6;
  z-index: 9999;
  overflow-y: auto;
  transform: translateX(100%);
  opacity: 0;
  visibility: hidden;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
#sp_menu_custom.is-show {
  transform: translateX(0) !important;
  opacity: 1 !important;
  visibility: visible !important;
  display: block !important;
}
#sp_menu_custom.is-show .p-spMenu__inner {
  right: 0;
  -webkit-transform: translateX(0);
  transform: translateX(0) !important;
}
#sp_menu_custom.is-show .p-spMenu__inner:before {
  display: block;
}

.-right .p-spMenu__inner {
  right: 0;
  -webkit-transform: translateX(100vw) !important;
  transform: translateX(100vw) !important;
}

[data-spmenu=opened] .p-spMenu__inner {
  -webkit-transform: translateX(0) !important;
  transform: translateX(0) !important;
}

.p-spMenu__overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
}
.p-spMenu__overlay.is-active {
  opacity: 1;
  visibility: visible;
}

/* 初期状態：下に隠れている */
/* アニメーション実行状態 */
.btn_entry-circle .swell-block-button__link {
  transition: none;
  transform: none;
  box-shadow: none;
  filter: none;
  background-image: none;
  opacity: 1;
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 1000;
  display: flex;
  width: 144px;
  height: 144px;
  border-radius: 9999px;
  background: #FF6C27;
  box-shadow: 8px 8px 24px 0 rgba(11, 48, 65, 0.05);
  font-family: "Golos Text", sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: normal;
  z-index: 99;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 32px 32px 16px 32px;
}
@media screen and (max-width: 960px) {
  .btn_entry-circle .swell-block-button__link {
    width: 110px;
    height: 110px;
    padding: 30px 18px 21px 18px;
  }
}
.btn_entry-circle .swell-block-button__link span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
}
.btn_entry-circle .swell-block-button__link span::before {
  content: "エントリー";
  white-space: nowrap;
  position: absolute;
  top: 55px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 18px;
  color: #151515;
  font-family: "Barlow", sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
  z-index: 1001;
}
@media screen and (max-width: 960px) {
  .btn_entry-circle .swell-block-button__link span::before {
    top: 34px;
  }
}
.btn_entry-circle .swell-block-button__link:hover {
  background-color: #FFF36D;
  color: #FF5100;
}

.btn_orange .swell-block-button__link {
  display: flex;
  width: 314px;
  height: 101px;
  padding: 40px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  border-radius: 9999px;
  background: #FF6C27;
  color: #FFFFFF;
  font-family: "Barlow", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 130%;
  transition: all 0.3s ease;
  font-family: "Noto Sans JP", sans-serif;
  text-align: left;
  position: relative;
}
@media screen and (max-width: 960px) {
  .btn_orange .swell-block-button__link {
    width: 234px;
    height: 21px;
    padding: 40px;
  }
}
.btn_orange .swell-block-button__link:hover {
  background-color: #FFF36D;
  color: #FF6C27;
}
.btn_orange .swell-block-button__link:hover::before {
  background-image: url(./images/common/icon_btn_arrow-orange.png);
}
.btn_orange .swell-block-button__link::before {
  content: "";
  position: absolute;
  background-image: url(./images/common/icon_btn_arrow-white.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  right: 40px;
  width: 16px;
  height: 16px;
}

.top_btn-orange {
  display: flex;
  justify-content: right;
  margin-bottom: 0 !important;
}
.top_btn-orange .swell-block-button__link {
  background-color: #FF6C27;
  color: #FFFFFF;
  border-radius: 9999px;
  display: flex;
  width: 314px;
  padding: 40px;
  justify-content: left;
  align-items: left;
  position: relative;
  transition: all 0.3s ease;
}
@media screen and (max-width: 960px) {
.top_btn-orange .swell-block-button__link {
	margin: auto;
}
}
.top_btn-orange .swell-block-button__link:before {
  content: "";
  position: absolute;
  background-image: url(./images/common/icon_btn_arrow-white.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  right: 40px;
  width: 16px;
  height: 16px;
}
.top_btn-orange .swell-block-button__link:hover {
  background-color: #FFF36D;
  color: #FF6C27;
}
.top_btn-orange .swell-block-button__link:hover:before {
  background-image: url(./images/common/icon_btn_arrow-orange.png);
}

.l-fixHeader__inner #custom_html-4 {
  display: none;
}

[data-partsid="238"] {
  transition: opacity 0.3s ease-out, visibility 0.3s ease-out;
}

.inner-1280 {
  width: 100vw;
  padding: 160px 80px;
}
.inner-1280 .swell-block-fullWide__inner {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
@media screen and (max-width: 960px) {
  .inner-1280 .swell-block-fullWide__inner {
    padding: 160px 24px;
  }
}

.inner-960 {
  width: 100vw;
  padding: 160px 80px !important;
}
@media screen and (max-width: 960px) {
  .inner-960 {
    padding: 80px 24px !important;
  }
}
.inner-960 .swell-block-fullWide__inner {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
@media screen and (max-width: 960px) {
  .inner-960 .swell-block-fullWide__inner {
    width: 100%;
  }
}

.l-fixHeader {
  margin-top: 0 !important;
}

.swell-block-fullWide + .swell-block-fullWide {
  margin-top: 0 !important;
}

.mb0 {
  margin-bottom: 0;
}

.mb16 {
  margin-bottom: 16px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

body {
  font-family: "Zen Kaku Gothic New";
}

.post_content .top_title {
  color: #151515;
  font-family: "Zen Kaku Gothic New" !important;
  font-size: 40px !important;
  font-weight: 700;
  line-height: 150%;
  margin-bottom: 8px !important;
  text-align: left !important;
}
@media screen and (max-width: 960px) {
  .post_content .top_title {
    font-size: 32px !important;
    margin-bottom: 4px !important;
  }
}
.post_content .top_title_sub {
  color: #D4D4D4;
  font-family: "Golos Text", sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: normal;
  padding-left: 22px;
  position: relative;
}
@media screen and (max-width: 960px) {
  .post_content .top_title_sub {
    font-size: 20px;
  }
}
.post_content .top_title_sub::before {
  content: "";
  position: absolute;
  background-image: url(./images/common/icon_title_shikaku.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  left: 0;
  width: 12px;
  height: 12px;
  aspect-ratio: 12/12;
  top: 50%;
  transform: translateY(-50%);
}

.slider {
  width: 100vw;
  position: relative;
  margin-bottom: 0 !important;
  left: 50%;
  transform: translateX(-50%);
}
.slider .wp-block-group-is-layout-constrained {
  display: flex;
  width: max-content;
  animation: sliderScroll 24s linear infinite;
}
.slider .swell-block-columns {
  display: flex;
  flex-shrink: 0;
  margin-bottom: 0;
}
.slider .swell-block-columns__inner {
  display: flex;
}
.slider figure {
  max-width: 436px;
  height: 340px;
}
@media screen and (max-width: 960px) {
  .slider figure {
    max-width: 109px;
    height: 85px;
  }
}
.slider .swell-block-column {
  flex-shrink: 0;
  width: auto !important;
  margin: 0;
}
.slider .swell-block-column img {
  display: block;
  width: 100%;
  height: auto;
}

@keyframes sliderScroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.page_title-triangle {
  position: relative;
  padding: 80px !important;
  background: url(./images/common/header_bg_img.png) calc(100% - 80px) center/cover no-repeat, linear-gradient(to right, #61cbf4 0%, #61cbf4 70%, transparent 70%, transparent 100%);
}
@media screen and (max-width: 960px) {
  .page_title-triangle {
    padding: 40px 24px 96px 24px !important;
    background: url(./images/common/header_bg_img-sp.png) calc(100% - 24px) center/contain no-repeat, linear-gradient(to right, #61cbf4 0%, #61cbf4 70%, transparent 70%, transparent 100%);
  }
}
@media screen and (max-width: 768px) {
  .page_title-triangle {
    background: url(./images/common/header_bg_img-sp.png) calc(100% - 24px) center/contain no-repeat;
  }
}
.page_title-triangle .swell-block-fullWide__inner {
  padding: 0 !important;
}

.section_ttl {
  color: #151515;
  text-align: justify;
  font-family: "Zen Kaku Gothic New";
  font-size: 40px !important;
  font-weight: 700;
  line-height: 180%;
  text-align: left !important;
  margin-bottom: 60px !important;
}
@media screen and (max-width: 960px) {
  .section_ttl {
    font-size: 32px !important;
  }
}
.section_ttl .page_title-link {
  gap: 48px;
  margin-bottom: 0 !important;
}
.section_ttl .page_title-link li {
  color: #151515;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 180%;
  position: relative;
}
.section_ttl .page_title-link li::after {
  content: "";
  position: absolute;
  background-image: url(./images/common/icon_arrow-pagettl.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 8px;
  height: 4px;
  top: 50%;
  transform: translateY(-50%);
  right: -32px;
}
.section_ttl .page_title-link li:last-child::after {
  display: none;
  content: none;
}

.page_title-En {
  position: absolute;
  color: #FFFFFF;
  text-align: right;
  font-family: "Golos Text", sans-serif;
  font-size: 120px;
  font-weight: 500;
  line-height: normal;
  right: 0;
  z-index: 2;
  bottom: -109px;
  margin-bottom: 0;
}
@media screen and (max-width: 960px) {
  .page_title-En {
    font-size: 60px;
    right: 24px;
  }
}

.page_img {
  position: absolute;
  max-width: 480px;
  height: 120px;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 80px);
  opacity: 0;
  clip-path: inset(0 100% 0 0);
  -webkit-clip-path: inset(0 100% 0 0);
}
@media screen and (max-width: 960px) {
  .page_img {
    max-width: 180px;
    height: 45px;
    left: auto;
    right: 0;
    bottom: -60px;
    transform: translate(0, 0);
  }
}

.page_img.is-show {
  opacity: 1;
  animation: writeEffect 2s ease-out forwards;
  -webkit-animation: writeEffect 2s ease-out forwards;
}

@keyframes writeEffect {
  from {
    clip-path: inset(0 100% 0 0);
    -webkit-clip-path: inset(0 100% 0 0);
  }
  to {
    clip-path: inset(0 0 0 0);
    -webkit-clip-path: inset(0 0 0 0);
  }
}
@-webkit-keyframes writeEffect {
  from {
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
  }
  to {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
.page_title-link {
  gap: 38px;
}
.page_title-link .swell-block-linkList__item {
  position: relative;
}
.page_title-link .swell-block-linkList__item::before {
  position: absolute;
  content: "";
  background-image: url(./images/common/icon_arrow-pagettl.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  top: 50%;
  transform: translateY(-50%);
  right: -26px;
}
@media screen and (max-width: 960px) {
  .page_title-link .swell-block-linkList__item::before {
    width: 14px;
    height: 8px;
    right: -25px;
  }
}
.page_title-link .swell-block-linkList__item:last-child::before {
  display: none;
  content: none;
}
@media screen and (max-width: 960px) {
  .page_title-link .swell-block-linkList__text {
    font-size: 12px;
  }
}

.post_content .swell-block-fullWide__inner .section_ttl-lower {
  color: #151515;
  font-family: "Zen Kaku Gothic New";
  font-size: 36px !important;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  text-align: left !important;
  margin-bottom: 40px !important;
  position: relative;
  padding-bottom: 27px;
  text-align: left !important;
}
@media screen and (max-width: 960px) {
  .post_content .swell-block-fullWide__inner .section_ttl-lower {
    font-size: 28px !important;
  }
}
.post_content .swell-block-fullWide__inner .section_ttl-lower::before {
  content: "";
  position: absolute;
  left: 0;
  width: 300px;
  height: 19px;
  color: #D4D4D4;
  font-family: "Golos Text", sans-serif;
  font-size: 20px;
  font-weight: 600 !important;
  line-height: normal !important;
  bottom: 0;
  top: auto;
}
@media screen and (max-width: 960px) {
  .post_content .swell-block-fullWide__inner .section_ttl-lower::before {
    font-size: 16px !important;
  }
}

.intro_text-lower {
  color: #151515;
  font-family: "Zen Kaku Gothic New";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 180%;
  margin-bottom: 56px;
}
@media screen and (max-width: 960px) {
  .intro_text-lower {
    font-size: 18px;
  }
}

.lower_title-line {
  position: relative;
  padding-left: 28px;
  margin-bottom: 40px;
  color: #151515;
  font-family: "Zen Kaku Gothic New";
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}
@media screen and (max-width: 960px) {
  .lower_title-line {
    font-size: 24px;
  }
}
.lower_title-line::before {
  content: "";
  position: absolute;
  left: 0;
  width: 12px;
  height: 26px;
  background-color: #76D9FF;
  border-radius: 4px;
  top: 50%;
  transform: translateY(-50%);
}

.detail_intro_text {
  color: #151515;
  font-family: "Zen Kaku Gothic New";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 180%;
  margin-bottom: 40px;
}
@media screen and (max-width: 960px) {
  .detail_intro_text {
    font-size: 18px;
  }
}

.seizo_list_box .swell-block-columns__inner {
  display: grid;
  grid-template-columns: 0.65fr 0.33fr;
  gap: 40px;
}
.seizo_list_box .swell-block-column {
  width: 100%;
}

.seizo_text_box {
  gap: 16px;
  padding: 40px;
  background-color: #F5FAFF;
}

.seizo_list_ttl {
  padding-left: 20px;
  position: relative;
  color: #151515;
  text-align: justify;
  font-family: "Zen Kaku Gothic New";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}
.seizo_list_ttl::before {
  content: "";
  position: absolute;
  left: 0;
  width: 12px;
  height: 12px;
  background-color: #C5E8F6;
  border-radius: 100%;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 960px) {
  .seizo_list_ttl {
    font-size: 14px;
  }
}

.seizo_list_text {
  color: #151515;
  font-family: "Zen Kaku Gothic New";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
}
@media screen and (max-width: 960px) {
  .seizo_list_text {
    font-size: 14px;
  }
}

.data_anime {
  display: inline-block;
  transform: translateY(100%);
  opacity: 0;
  transition: transform 0.6s ease-out, opacity 0.6s ease-out;
}
.data_anime.is-show {
  transform: translateY(0);
  opacity: 1;
}

.l-header__inner {
  padding: 8px 24px;
  height: 72px;
}
@media screen and (max-width: 960px) {
  .l-header__inner {
    height: 56px;
    padding: 8px 16px;
  }
}

.c-gnav {
  gap: 20px;
}
@media screen and (max-width: 1200px) {
  .c-gnav {
    gap: 10px;
  }
}
.c-gnav .ttl {
  color: #505050;
  font-family: "Zen Kaku Gothic New";
  font-size: 16px;
  font-weight: 900;
  line-height: 150%;
}
.c-gnav .menu-item {
  transition: all 0.3s ease;
}
.c-gnav .menu-item:hover a span {
  color: #FF5100 !important;
  text-decoration: none !important;
}
.c-gnav .menu-item.-current a span {
  color: #FF5100 !important;
}
.c-gnav .menu-item a::after {
  background: #D4D4D4 !important;
}

.c-headLogo {
  position: relative;
}
.c-headLogo::before {
  content: "RECRUITING SITE";
  color: #D4D4D4;
  font-family: "Cabin", sans-serif !important;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 2.4px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 15em;
  height: 29px;
  left: calc(100% + 20px);
  display: flex;
  align-items: center;
}
@media screen and (max-width: 960px) {
  .c-headLogo::before {
    font-size: 14px;
    letter-spacing: 1.4px;
  }
}

.-series .l-header__logo {
  padding: 0;
}

.p-fixBtnWrap {
  bottom: 2.5em;
  left: 2.5em;
  right: auto;
}

.top_news {
  padding: 160px 80px !important;
}
.top_news .swell-block-fullWide__inner {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  display: flex;
  gap: 40px;
}

.p-spMenu__inner {
  width: 100vw;
}

.c-iconBtn__icon {
  position: relative;
  top: 0;
  left: 0;
  width: 56px;
  height: 56px;
}
.c-iconBtn__icon::before {
  position: absolute;
  inset: 0;
  content: none !important;
  content: "" !important;
  background-image: url(./images/common/icon_menu_sp.png);
  width: 56px;
  height: 56px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  z-index: 100;
  top: 0;
  left: 0;
}

body.is-menuOpen .c-iconBtn__icon::before {
  opacity: 0;
  pointer-events: none;
}

.c-iconBtn__icon.icon-close-thin::before {
  position: absolute;
  inset: 0;
  content: none !important;
  content: "" !important;
  background-image: url(./images/common/icon_menu_sp-close.png);
  width: 56px;
  height: 56px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  z-index: 101;
  top: 0;
  left: 0;
}

.c-widget__title.-spmenu {
  display: none;
}

.p-spMenu__body {
  background: #C5E8F6;
  padding: 80px 40px;
  position: relative;
  display: flex;
  justify-content: flex-end;
  position: relative;
}
.p-spMenu__body::before {
  position: absolute;
  content: "Recruit";
  color: #FFFFFF;
  font-family: "Golos Text", sans-serif;
  font-size: 160px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  width: 555px;
  height: 192px;
  transform: rotate(90deg);
  right: 34px;
  top: 254px;
}

@media screen and (max-width: 960px) {
  .p-spMenu__nav {
    width: 65%;
    margin-right: 0;
  }
  .p-spMenu__nav .c-spnav li a {
    color: #505050;
    font-family: "Zen Kaku Gothic New";
    font-size: 16px;
    font-weight: 900;
    line-height: 150%;
    padding: 16px;
    border-bottom: none;
  }
}
@media screen and (max-width: 960px) and (max-width: 400px) {
  .p-spMenu__nav .c-spnav li a {
    padding: 12px;
  }
}
@media screen and (max-width: 960px) {
  .p-spMenu__nav .c-spnav li a::before {
    content: none !important;
  }
  .p-spMenu__nav .c-spnav li a::after {
    position: absolute;
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    background-image: url(./images/common/icon_arrow_white-sp.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
  }
}
#sp_menu_bottom {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 100%;
  height: 120px;
}
#sp_menu_bottom .btn_entry-circle {
  height: 120px;
}
#sp_menu_bottom .btn_entry-circle .swell-block-button__link {
  width: 326px;
  height: 120px;
  display: flex;
  justify-content: center;
  margin: 0 auto;
}
#sp_menu_bottom .btn_entry-circle .swell-block-button__link span {
  font-size: 28px;
  line-height: normal;
}
#sp_menu_bottom .btn_entry-circle .swell-block-button__link span::before {
  top: 42px;
}

.mv {
  background-image: url(./images/top/mv_bg.png);
  background-size: cover;
  background-position: right;
  background-repeat: no-repeat;
  height: 736px;
}
@media screen and (max-width: 960px) {
  .mv {
    height: calc(100vh - 72px);
  }
}
@media screen and (max-width: 960px) {
  .mv {
    height: calc(100vh - 72px);
    background-image: url(./images/top/mv_bg_sp.png);
    background-size: 100%;
    background-position: right center;
    background-repeat: no-repeat;
    padding: 0 !important;
  }
}
.mv .swell-block-fullWide__inner {
  width: 100%;
  height: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding-left: 80px;
  position: relative;
}
@media screen and (max-width: 960px) {
  .mv .swell-block-fullWide__inner {
    padding-left: 40px;
    padding-top: 80px;
  }
}
.mv .swell-block-fullWide__inner::before {
  content: "";
  position: absolute;
  background-image: url(./images/top/mv_img_text.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  right: 52px;
  width: 50%;
  height: 184px;
  aspect-ratio: 626/184;
  z-index: 1;
  bottom: 57px;
  opacity: 0;
  clip-path: inset(0 100% 0 0);
}
@media screen and (max-width: 960px) {
  .mv .swell-block-fullWide__inner::before {
    width: 78.25%;
    aspect-ratio: 313/92;
    right: 7px;
    bottom: -32px;
  }
}
.mv.is-show .swell-block-fullWide__inner::before {
  opacity: 1;
  animation: writeEffect 2s ease-out forwards;
}
.mv .mv_title {
  color: #FFFFFF;
  font-family: "Zen Kaku Gothic New";
  font-size: 80px;
  font-weight: 700;
  line-height: 150%;
  text-align: left;
  margin-bottom: 40px;
}
@media screen and (max-width: 960px) {
  .mv .mv_title {
    font-size: 48px;
    line-height: 150%;
    margin-bottom: 24px;
  }
}

.mv_title_box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  width: 100%;
}
@media screen and (min-width: 1440px) {
  .mv_title_box {
    max-width: 1440px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 960px) {
  .mv_title_box {
    justify-content: flex-start;
    gap: 24px;
    height: auto;
  }
}

.mv_title-sub {
  color: #151515;
  text-align: left;
  font-family: "Zen Kaku Gothic New";
  font-size: 24px;
  font-weight: 700;
  line-height: 180%;
}
@media screen and (max-width: 960px) {
  .mv_title-sub {
    font-size: 24px;
    line-height: 180%;
    margin-bottom: 40px;
  }
}

.mv_img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  aspect-ratio: 940/536;
  overflow: hidden;
  width: 65%;
  max-width: 940px;
  clip-path: polygon(100px 0, 100% 0, 100% calc(100% - 100px), calc(100% - 100px) 100%, 0 100%, 0 100px);
}
@media screen and (min-width: 1500px) {
  .mv_img {
    right: 10%;
  }
}
@media screen and (max-width: 960px) {
  .mv_img {
    width: 100%;
    max-width: 100%;
    position: absolute;
    top: auto;
    transform: translate(-40px, 0);
    right: auto;
    clip-path: polygon(80px 0, 100% 0, 100% calc(100% - 80px), calc(100% - 80px) 100%, 0 100%, 0 80px);
  }
  .mv_img img {
    aspect-ratio: 446/324;
    width: 100%;
    height: 100%;
  }
}

.top_intro {
  margin-bottom: 0;
  padding-top: 0 !important;
}
.top_intro .swell-block-fullWide__inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 160px 24px 0 24px;
}

.top_title_box {
  margin-bottom: 56px;
}

.top_intro_text {
  color: #151515;
  font-family: "Zen Kaku Gothic New";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 180%;
}
@media screen and (max-width: 960px) {
  .top_intro_text {
    font-size: 18px;
  }
}
.top_intro_text:last-child {
  margin-bottom: 0;
}

.top_intro_slider {
  width: 100vw;
  aspect-ratio: 1440/400;
  left: 50%;
  transform: translateX(-50%);
  position: relative;
  margin-bottom: 160px !important;
}
@media screen and (max-width: 960px) {
  .top_intro_slider {
    aspect-ratio: 400/192;
  }
}

.top_intro_slider {
  position: relative;
}
.top_intro_slider .wp-block-group-is-layout-constrained {
  display: flex;
  width: max-content;
  animation: sliderScroll 40s linear infinite;
}
.top_intro_slider .swell-block-columns {
  display: flex;
  flex-shrink: 0;
  margin-bottom: 0;
}
.top_intro_slider .swell-block-columns__inner {
  display: flex;
}
.top_intro_slider figure {
  max-width: 600px;
  height: 400px;
}
@media screen and (max-width: 960px) {
  .top_intro_slider figure {
    max-width: 288px;
    height: 192px;
  }
}
.top_intro_slider .swell-block-column {
  flex-shrink: 0;
  width: auto;
  margin: 0;
}
.top_intro_slider .swell-block-column img {
  display: block;
  width: 100%;
  height: auto;
}

.top_employee, .top_employees {
  background-color: #F3F4F7;
  position: relative;
  overflow: hidden;
  padding-top: 0 !important;
}
.top_employee::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 160px;
  height: 160px;
  background: #fff;
  clip-path: polygon(0 0, 100% 0, 0 100%);
  z-index: 10;
  overflow: visible;
}
@media screen and (max-width: 960px) {
  .top_employee::before {
    width: 80px;
    height: 80px;
  }
}
.top_employee::after {
  content: "Worker's voice Worker's voice Worker's voice Worker's voice Worker's voice Worker's voice Worker's voice Worker's voice";
  color: #FFFFFF;
  white-space: nowrap;
  font-family: "Golos Text", sans-serif;
  font-size: 160px;
  font-weight: 500;
  line-height: normal;
  width: max-content;
  display: inline-block;
  height: 192px;
}
@media screen and (max-width: 960px) {
  .top_employee::after {
    width: auto;
  }
}

.top_employee .swell-block-fullWide__inner,
.top_employees .swell-block-fullWide__inner{
  max-width: 1280px;
  padding: 160px 0 0 0;
  margin: 0 auto;
  position: relative;
  overflow: visible !important;
}
@media screen and (max-width: 1280px) {
  .top_employee .swell-block-fullWide__inner,
.top_employees .swell-block-fullWide__inner {
    padding: 160px 24px;
    display: flex;
    gap: 80px;
    flex-direction: column;
  }
}
.top_employee .swell-block-fullWide__inner .top_title_sub,
.top_employees .swell-block-fullWide__inner .top_title_sub {
  margin-bottom: 56px;
}
.top_employee .swell-block-fullWide__inner .top_title_box-employee {
  max-width: 314px;
  margin-top: 142px !important;
  margin-bottom: 111px !important;
  background-color: #F3F4F7;
}
@media screen and (max-width: 960px) {
  .top_employee .swell-block-fullWide__inner .top_title_box-employee {
    margin-top: 0;
  }
}
@media screen and (max-width: 1300px) {
  .top_employee .swell-block-fullWide__inner .top_title_box-employee {
    max-width: 100%;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
  }
}
.top_employee .btn_orange,
.top_employees .btn_orange{
  display: flex;
  justify-content: flex-end;
  z-index: 1;
}
.top_employee .btn_orange .swell-block-button__link {
  justify-content: flex-start;
}
.top_employee .voice_item_inner {
  position: absolute;
  right: -80px;
  width: 100vw;
  max-width: 1000px;
  top: 160px;
  margin-bottom: 0;
  display: flex;
  gap: 40px;
  overflow-y: visible;
  scroll-behavior: smooth;
  padding: 16px 40px;
  scrollbar-width: none;
}
.top_employee .voice_item_inner::-webkit-scrollbar {
  height: 0;
  display: none;
}
@media screen and (max-width: 1300px) {
  .top_employee .voice_item_inner {
    position: relative;
    top: auto;
    width: calc(100vw + 48px);
    max-width: 100%;
    right: auto;
  }
}
.top_employee .voice_scroll_wrapper {
  overflow-x: auto;
  overflow-y: visible;
  scroll-behavior: smooth;
  scrollbar-width: none;
  width: 100%;
  max-width: 1000px;
}
.top_employee .voice_scroll_wrapper::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width: 1300px) {
  .top_employee .voice_scroll_wrapper {
    max-width: 100%;
  }
}
.top_employee .voice_cards_list {
  display: flex;
  gap: 40px;
  padding: 16px 40px;
  width: max-content;
}
@media screen and (max-width: 1300px) {
  .top_employee .voice_cards_list {
    padding: 40px 24px 16px;
  }
}
.top_employee .voice_cards_list.center-align {
  width: auto;
  justify-content: center;
  margin: 0 auto;
}
.top_employee .voice_item {
  flex: 0 0 306px;
  min-width: 306px;
  position: relative;
  perspective: 1200px;
  overflow: visible;
  height: auto;
  min-height: 476px;
  width: 306px;
  transition: transform 0.5s ease;
  transform: rotate(3deg);
}
@media screen and (max-width: 1300px) {
  .top_employee .voice_item {
    flex: 0 0 229px;
    min-width: 229px;
    min-height: 369px;
  }
}
.top_employee .voice_item.is-show {
  transform: rotate(-3deg) !important;
}

.top_employee .voice_card,
.top_employee .voice_img {
  position: absolute;
  inset: 0;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
}

.top_employee .voice_card {
  z-index: 2;
  transform: rotateY(180deg);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  border: 8px solid #76D9FF;
  padding: 56px 12px 36px 12px;
}
@media screen and (max-width: 960px) {
  .top_employee .voice_card {
    padding: 36px 18px 21px 18px;
  }
}
.top_employee .voice_card figure {
  margin-bottom: 0;
}
.top_employee .voice_card img {
  width: 120px;
  height: auto;
  aspect-ratio: 1/1;
  margin-bottom: 23px;
}
.top_employee .voice_card .yakusyoku {
  display: inline-block;
  text-align: center;
  align-self: center;
}
@media screen and (max-width: 960px) {
  .top_employee .voice_card .voice_year {
    font-size: 12px;
    line-height: 1.8;
  }
}
.top_employee .voice_card .top_card_text {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 12px;
  white-space: nowrap;
}
@media screen and (max-width: 960px) {
  .top_employee .voice_card .top_card_text {
    font-size: 13px;
  }
}
@media screen and (max-width: 960px) {
  .top_employee .voice_card .voice_name {
    font-size: 18px;
    line-height: 1.3;
  }
}
.top_employee .voice_card .voice_flex {
  margin-bottom: 33px;
}
@media screen and (max-width: 960px) {
  .top_employee .voice_card figure {
    margin-bottom: 17px;
    width: 90px;
  }
}
.top_employee .voice_card figure img {
  margin-bottom: 0;
}
.top_employee .voice_card .card_link {
  color: #FF6C27;
  text-align: justify;
  font-family: "Zen Kaku Gothic New";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 36px */
  text-decoration-line: underline;
  text-decoration-style: solid;
}
@media screen and (max-width: 960px) {
  .top_employee .voice_card .card_link {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 27px;
  }
}
.top_employee .voice_img {
  transform: rotateY(0deg);
}
.top_employee .voice_img .wp-block-image {
  width: 100%;
  height: 100%;
}
.top_employee .voice_img .wp-block-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top_employee .voice_item.is-show .voice_card {
  transform: rotateY(0deg);
}
.top_employee .voice_item.is-show .voice_img {
  transform: rotateY(180deg);
}
.top_employee .voice_item:not(.is-show) .voice_card {
  transform: rotateY(180deg);
}
.top_employee .voice_item:not(.is-show) .voice_img {
  transform: rotateY(0deg);
}

.top_environment {
  padding: 160px 80px 315px 80px !important;
  position: relative;
  perspective: 1200px;
}
.top_environment .top_title_sub {
  margin-bottom: 56px;
}
@media screen and (max-width: 960px) {
  .top_environment {
    padding: 160px 24px 250px 24px !important;
  }
}
.top_environment .swell-block-fullWide__inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0;
}
@media screen and (min-width: 1440px) {
  .top_environment .swell-block-fullWide__inner {
    padding: 0 80px !important;
  }
}
.top_environment .swell-block-fullWide__inner .top_title_box-employee {
  margin-bottom: 40px;
}
@media screen and (max-width: 960px) {
  .top_environment .top_intro_text {
    font-size: 16px;
  }
}

.environment_wrapper {
  max-width: 960px;
  margin-bottom: 0 !important;
  margin-left: auto;
  margin-right: 0;
}

/* 左回りでくるくる */
.top_environment_btn_box {
  margin-bottom: 0;
}
.top_environment_btn_box .btn_top_link .swell-block-button__link {
  background-color: #F5FAFF;
  display: flex;
  padding: 16px 16px 16px 40px;
  color: #151515;
  font-family: "Zen Kaku Gothic New";
  align-items: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 130%;
  text-align: left;
  width: 100%;
  height: 120px;
  border-radius: 0;
  position: relative;
  transition: all 0.3s ease;
}
@media screen and (max-width: 960px) {
  .top_environment_btn_box .btn_top_link .swell-block-button__link {
    width: 100%;
    height: 112px;
    padding: 16px 16px 16px 24px;
  }
}
.top_environment_btn_box .btn_top_link .swell-block-button__link::before {
  content: "";
  position: absolute;
  background-image: url(./images/common/icon_btn_arrow-waterblue.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  right: 16px;
  width: 24px;
  height: 80px;
  background-color: #FFFFFF;
  border-radius: 9999px;
  transition: all 0.3s ease;
}
.top_environment_btn_box .btn_top_link .swell-block-button__link:hover {
  height: 152px;
}
.top_environment_btn_box .btn_top_link .swell-block-button__link:hover::before {
  background-color: #FF6C27;
  background-image: url(./images/common/icon_btn_arrow-white.png);
}

.top_environment_bg_img {
  position: absolute;
  bottom: -50%;
  left: -50%;
  z-index: -1;
}
@media screen and (max-width: 960px) {
  .top_environment_bg_img {
    bottom: -50%;
    left: 0;
  }
}

.top_slider-environment figure {
  max-width: 200px;
  height: 200px;
}
.top_slider-environment .wp-block-group-is-layout-constrained {
  justify-content: flex-start !important;
}
.top_slider-environment .swell-block-column {
  margin-right: 16px;
}
.top_slider-environment .swell-block-column img {
  display: block;
  width: 100%;
  height: auto;
}
.top_slider-environment .swell-block-column:nth-child(even) {
  margin-top: 40px;
}

.top_job .post_content > :last-child {
  margin-bottom: revert !important;
}

.post_content .top_job {
  width: 100vw;
  padding: 0 80px !important;
  position: relative;
}
@media screen and (max-width: 960px) {
  .post_content .top_job {
    padding: 0 clamp(16px, 6.8vw, 32px) 0 clamp(16px, 6.8vw, 32px) !important;
  }
}
@media screen and (max-width: 960px) {
  .post_content .top_job {
    padding: 0 24px 0 24px !important;
  }
}
.post_content .top_job .swell-block-fullWide__inner {
  padding: 160px 0 80px 0 !important;
}
.post_content .top_job .top_title_sub {
  margin-bottom: 40px;
}
@media screen and (max-width: 960px) {
  .post_content .top_job .top_title_sub {
    margin-bottom: 56px;
  }
}
.post_content .top_job .top_intro_text {
  margin-bottom: 80px !important;
  font-weight: 700;
}
@media screen and (max-width: 960px) {
  .post_content .top_job .top_intro_text {
    font-size: 18px;
  }
}

.top_job_bg_img {
  transform: translateX(-80px);
}
@media screen and (max-width: 960px) {
  .top_job_bg_img {
    transform: translateX(-28px);
    width: calc(100vw + 24px);
  }
}

.top_job_outline {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 41.67%;
}
@media screen and (max-width: 960px) {
  .top_job_outline {
    position: relative;
    width: 100%;
  }
}
.top_job_outline .swell-block-columns__inner {
  margin-left: 0;
}

.top_job_column {
  display: flex;
  padding: 40px !important;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  align-self: stretch;
  background: #FFFCF8;
  position: relative;
  transition: all 0.3s ease;
}
@media screen and (max-width: 960px) {
  .top_job_column {
    padding: 24px !important;
  }
}
.top_job_column::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 20px 20px 0;
  border-color: transparent #39C8FF transparent transparent;
  z-index: 1;
}
.top_job_column:hover {
  background-color: #F3F4F7;
}
.top_job_column .top_job_column_link {
  position: absolute;
  inset: 0;
  opacity: 0;
  z-index: 2;
}

.top_job_box {
  gap: 24px;
  flex-direction: column;
}

.top_job_flex {
  display: flex;
  justify-content: space-between;
  flex-direction: row !important;
  align-items: center;
}

.top_job_text {
  color: #151515;
  font-family: "Zen Kaku Gothic New";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
}

.banner_box {
  position: relative;
  max-width: 960px;
  aspect-ratio: 960/400;
  margin-bottom: 40px;
}
.banner_box .wp-block-group__inner-container {
  height: 100%;
  width: 100%;
}
.banner_box .link_read {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.link_read .swell-block-button__link {
  color: #FF6C27;
  text-align: justify;
  font-family: "Golos Text", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  background-color: transparent;
  padding: 0;
  transition: all 0.3s ease;
}
.link_read .swell-block-button__link:hover {
  color: #FFD3BE;
}

/* add slider2*/
/* 見切れ対策（外枠） */
.slider2{
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
  margin-bottom: 160px;
}

/* SP：scaleは付けない */
@media (max-width:960px){
  .slider2{
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
  }
}

/* img scrollarea（横並び＋JSマルキー用：CSSアニメは使わない） */
.slider2 .wp-block-group-is-layout-constrained{
  display: flex;
  width: max-content;
  /* 画像間の隙間 */
  gap: 32px;
  /* チラつき対策（JSがtransformを書き換えるので will-change は残す） */
  will-change: transform;
  backface-visibility: hidden;
  /* CSSアニメ停止 */
  animation: none !important;
}

/* figure/img：潰れ防止＋比率維持 */
.slider2 figure{
  margin: 0;
  flex: 0 0 auto; /* ★縮まない */
  height: auto;
  width: auto;
}
.slider2 img{
  display: block;
  height: 240px;  /* 見た目の高さ */
  width: auto;    /* 比率維持 */
  object-fit: contain;
}

/* SPは少し小さくするならここで */
@media (max-width:960px){
  .slider2 img{
    height: 180px;
  }
}

.top_faq {
  padding: 0 !important;
  background-color: #F3F4F7;
  position: relative;
}
.top_faq::after {
  content: "Recruitment Q&A";
  position: absolute;
  color: #FFFFFF;
  white-space: nowrap;
  font-family: "Golos Text", sans-serif;
  font-size: 160px;
  font-weight: 500;
  line-height: normal;
  bottom: -26px;
  left: 0;
  width: 100vw;
  height: 192px;
  z-index: 1;
}
@media screen and (max-width: 760px) {
  .top_faq::after {
	  position: static;
	  content:"Recruitment";
/*     animation: textLoop 8s linear infinite; */
/* 	  animation-name: textLoop2;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-duration: var(--textLoop2-duration, 28s); */
	font-size:28vw;
	  bottom:-5%;
  }
/* 	@keyframes textLoop2 {
  to { transform: translateX(calc(-1 * var(--textLoop2-distance, 1000px))); }
}
  @keyframes textLoop2 {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(-50%);
    }
  } */
}
.top_faq::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 160px;
  height: 160px;
  background: #fff;
  clip-path: polygon(0 0, 100% 0, 100% 100%);
  z-index: 10;
}
.top_faq .swell-block-fullWide__inner {
  padding: 160px 80px;
  max-width: 1440px !important;
  display: flex;
  justify-content: flex-end;
  position: relative;
}
@media screen and (max-width: 960px) {
  .top_faq .swell-block-fullWide__inner {
    padding: 160px 24px;
    justify-content: center;
  }
}
.top_faq .top_intro_text {
  margin-bottom: 40px;
}
@media screen and (max-width: 960px) {
  .top_faq .top_intro_text {
    font-size: 18px;
  }
}

.top_title_box-faq {
  width: 66.367%;
  margin-bottom: 80px;
}
@media screen and (max-width: 960px) {
  .top_title_box-faq {
    width: 100%;
  }
}

.top_faq_box {
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 80px;
}

.top_faq_img {
  position: absolute;
  left: 200px;
  bottom: 209px;
  width: 23.06%;
  aspect-ratio: 332/372;
  z-index: -1;
  margin-bottom: 0;
}
@media screen and (max-width: 960px) {
  .top_faq_img {
    display: none;
  }
}

.top_faq_box_line {
  width: 100%;
}
.top_faq_box_line .swell-block-button__link {
  border-radius: 0;
  width: 100%;
  box-shadow: none;
  background-color: #FFFFFF;
  color: #151515;
  text-align: left;
  padding: 40px 24px 40px 82px;
  align-items: center;
  align-self: stretch;
  position: relative;
  transition: all 0.3s ease;
  font-weight: 700;
  font-size: 20px;
  line-height: 130%;
}
@media screen and (max-width: 960px) {
  .top_faq_box_line .swell-block-button__link {
    padding: 66px 66px 24px 24px;
  }
}
.top_faq_box_line .swell-block-button__link:before {
  position: absolute;
  content: "";
  background-image: url(./images/top/icon_Q.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  left: 40px;
  width: 32px;
  height: 32px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 960px) {
  .top_faq_box_line .swell-block-button__link:before {
    top: 24px;
    left: 24px;
    transform: translateY(0);
  }
}
.top_faq_box_line .swell-block-button__link::after {
  content: "";
  position: absolute;
  background-image: url(./images/common/icon_btn_arrow-blue.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  right: 24px;
  width: 32px;
  height: 32px;
}
@media screen and (max-width: 960px) {
  .top_faq_box_line .swell-block-button__link::after {
    top: 50%;
  }
}
.top_faq_box_line .swell-block-button__link:hover::after {
  width: 32px;
  height: 32px;
  background-image: url(./images/common/arrow_white_right-orange.png);
}

.top_faq_text {
  color: #FFFFFF;
  font-family: "Cabin", sans-serif;
  font-size: 160px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translateY(40px);
  z-index: -1;
}

.top_process {
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}
.top_process .swell-block-fullWide__inner {
  max-width: 960px !important;
  margin: 0 auto;
  padding: 160px 0 320px 0 !important;
  position: relative;
}
@media screen and (max-width: 960px) {
  .top_process .swell-block-fullWide__inner {
    padding: 160px 24px 320px 24px !important;
    max-width: 100% !important;
  }
}

.top_process_flow {
  margin-bottom: 40px;
}
.top_process_flow .swell-block-columns__inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
@media screen and (max-width: 960px) {
  .top_process_flow .swell-block-columns__inner {
    grid-template-columns: repeat(1, 1fr);
    gap: 26px;
  }
}
.top_process_flow .swell-block-columns__inner .swell-block-column {
  width: 100%;
  gap: 8px;
  display: flex;
  flex-direction: column;
  position: relative;
}
.top_process_flow .swell-block-columns__inner .swell-block-column::before {
  content: "";
  position: absolute;
  background-image: url(./images/common/flow_arrow-blue.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  top: 50%;
  transform: translateY(-50%);
  right: -20px;
  width: 10px;
  height: 14px;
  transform: translate(50%, -50%);
}
@media screen and (max-width: 960px) {
  .top_process_flow .swell-block-columns__inner .swell-block-column::before {
    top: auto;
    right: 50%;
    bottom: -16px;
    width: 14px;
    height: 10px;
    transform: translateX(50%) rotate(90deg);
  }
}
.top_process_flow .swell-block-columns__inner .swell-block-column:last-child::before {
  display: none;
}

.top_process_title {
  margin-bottom: 0;
  display: flex;
  padding: 12px 24px;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 9999px;
  background: #39C8FF;
  color: #F5FAFF;
  text-align: center;
  font-family: "Golos Text", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  width: 103px;
}

.top_faq_process_text {
  padding: 40px;
  flex: 1 0 0;
  border: 1px solid #76D9FF;
  background: #FFFFFF;
  color: #505050;
  font-family: "Zen Kaku Gothic New";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 180%;
  border: 1px solid #76D9FF;
  background: #FFFFFF;
  text-align: left;
}
@media screen and (max-width: 960px) {
  .top_faq_process_text {
    font-size: 14px;
    padding: 24px;
  }
}
.top_faq_process_text a {
  color: #FF6C27;
  text-decoration: underline;
}
.top_faq_process_text strong {
  display: inline-block;
  margin-bottom: 8px;
}
.top_faq_process_text .swl-inline-color span {
  font-weight: 500;
  line-height: 150%;
}

.top_process_flow-last .top_faq_process_text {
  display: flex;
  align-items: center;
}

.top_banner_link .swell-block-button__link {
  width: 100%;
  height: 100%;
  margin-bottom: 40px;
  position: relative;
  display: flex;
  background-color: transparent;
  background-image: url(./images/top/process_banner_img.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 0 !important;
  aspect-ratio: 960/400;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
  z-index: 2;
  cursor: pointer;
}
@media screen and (max-width: 960px) {
  .top_banner_link .swell-block-button__link {
    aspect-ratio: 348/144;
    margin-bottom: 84px;
  }
}
.top_banner_link a {
  display: block;
  width: 100%;
  height: 100%;
}
.top_banner_link::before {
  content: "募集している職種を見る";
  position: absolute;
  width: 284px;
  height: 51px;
  background: #FF6C27;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #FFFFFF;
  text-align: center;
  font-family: "Zen Kaku Gothic New";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  z-index: 3;
  cursor: pointer;
  pointer-events: none;
}
@media screen and (max-width: 960px) {
  .top_banner_link::before {
    font-size: 20px;
  }
}
.top_banner_link::after {
  content: "Read";
  position: absolute;
  width: 100px;
  text-align: center !important;
  height: 36px;
  z-index: 3;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
  color: var(--orange-80, #FF6C27);
  text-align: justify;
  font-family: "Zen Kaku Gothic New";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 36px */
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  visibility: visible;
}
@media screen and (max-width: 960px) {
  .top_banner_link::after {
    bottom: 8px;
  }
}
.top_banner_link:hover::before {
  width: 100%;
  height: 100%;
}
.top_banner_link:hover::after {
  color: #FFFFFF;
}

.top_process-read {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  justify-content: center;
  align-items: center;
  display: flex;
  transition: all 0.3s ease;
}
.top_process-read .swell-block-button__link {
  padding: 10px;
  background: #FF6C27;
  width: 308px;
  height: 51px;
  color: #FFFFFF;
  text-align: center;
  font-family: "Zen Kaku Gothic New";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 960px) {
  .top_process-read .swell-block-button__link {
    font-size: 20px;
    line-height: 130%;
    border-radius: 0;
    width: 255px;
    height: 46px;
  }
}

.top_process_btn .swell-block-button__link {
  height: 126px;
  width: 100%;
  padding: 32px 32px 46px 32px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  border-radius: 9999px;
  background: #FF6C27;
  box-shadow: 8px 8px 24px 0 rgba(11, 48, 65, 0.05);
  color: #FFFFFF;
  font-family: "Golos Text", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  transition: all 0.3s ease;
}
@media screen and (max-width: 960px) {
  .top_process_btn .swell-block-button__link {
    height: 120px;
  }
}
.top_process_btn .swell-block-button__link:hover {
  background-color: #FFF36D;
  color: #FF6C27;
}
.top_process_btn .swell-block-button__link:hover::before {
  background-image: url(./images/common/icon_btn_arrow-orange.png);
}
.top_process_btn .swell-block-button__link span {
  position: relative;
}
.top_process_btn .swell-block-button__link span::before {
  content: "エントリー";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 18px;
  transform: translateX(-50%);
  color: #151515;
  font-family: "Zen Kaku Gothic New";
  font-size: 12px;
  font-weight: 500;
  line-height: 150%;
}

.top_about {
  padding: 0 !important;
  position: relative;
}
.top_about::before {
  content: "";
  position: absolute;
  background-image: url(./images/top/top_about_bg_img.png);
  background-size: cover;
  background-position: right;
  background-repeat: no-repeat;
  top: 0;
  right: 0;
  width: 65.63%;
  aspect-ratio: 1000/800;
}
@media screen and (max-width: 960px) {
  .top_about::before {
    background-image: url(./images/top/top_about_bg_img-sp.png);
    background-position: center;
    width: 100%;
    height: 100%;
    aspect-ratio: 400/1084;
    object-fit: cover;
    z-index: -1;
    right: auto;
    left: 0;
  }
}
.top_about .swell-block-fullWide__inner {
  padding: 80px 0 160px 0 !important;
}
@media screen and (max-width: 1440px) {
  .top_about .swell-block-fullWide__inner {
    padding: 80px 80px 160px 80px !important;
  }
}
@media screen and (max-width: 960px) {
  .top_about .swell-block-fullWide__inner {
    padding: 160px 24px 160px 24px !important;
  }
}
.top_about .top_title_sub {
  margin-bottom: 80px !important;
}
.top_about .top_intro_text {
  margin-bottom: 80px;
}
.top_about .top_title_box-employee {
  width: 50%;
}
@media screen and (max-width: 960px) {
  .top_about .top_title_box-employee {
    width: 100%;
  }
}
@media screen and (max-width: 960px) {
  .top_about .top_title_box-employee .top_intro_text {
    font-size: 18px;
    white-space: nowrap;
  }
}

.top_news {
  background-color: #F3F4F7;
  padding: 160px 80px !important;
}
@media screen and (max-width: 960px) {
  .top_news {
    padding: 160px 24px !important;
  }
}
.top_news .swell-block-fullWide__inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 !important;
  display: grid;
  grid-template-columns: 0.2453fr 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 80px;
}
@media screen and (max-width: 960px) {
  .top_news .swell-block-fullWide__inner {
    grid-template-columns: 1fr;
    width: 100%;
  }
}

.top_news_list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 80px;
}
.top_news_list .p-postList {
  border: none !important;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.top_news_list .p-postList__item .p-postList__link {
  background-color: #FFFFFF;
  display: flex;
  height: 128px;
  padding: 16px 16px 16px 40px;
  align-items: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 180%;
  border: none !important;
  transition: all 0.3s ease;
}
.top_news_list .p-postList__item .p-postList__link:first-child {
  border-top: none;
}
.top_news_list .p-postList__item .p-postList__link::before {
  content: "";
  position: absolute;
  background-image: url(./images/common/icon_btn_arrow-waterblue.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  right: 16px;
  width: 24px;
  height: 80px;
  background-color: #C5E8F6;
  border-radius: 9999px;
  transition: all 0.3s ease;
}
.top_news_list .p-postList__item .p-postList__link:hover {
  height: 152px;
}
.top_news_list .p-postList__item .p-postList__link:hover::before {
  background-color: #FF6C27;
  background-image: url(./images/common/icon_btn_arrow-white.png);
}
.top_news_list time {
  font-size: 16px;
  color: #808080;
}
@media screen and (max-width: 960px) {
  .top_news_list time {
    font-size: 14px;
  }
}

.top_news .top_news_list::before {
  content: none;
}

.cta {
  padding: 160px 80px !important;
  background: linear-gradient(113deg, #61cbf4 38.84%, #00adfd 77.98%);
  position: relative;
}
@media screen and (max-width: 960px) {
  .cta {
    padding: 160px 24px !important;
  }
}
.cta .swell-block-fullWide__inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 !important;
}
@media screen and (max-width: 960px) {
  .cta .swell-block-fullWide__inner {
    max-width: 100%;
    width: 100%;
  }
}
.cta .swell-block-columns {
  margin-bottom: 0 !important;
}
.cta .top_title_sub {
  color: #FFFFFF;
}
.cta .top_intro_text {
  color: #151515;
  font-family: "Zen Kaku Gothic New";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 180%;
  margin-bottom: 0 !important;
}
.cta .cta_img {
  position: absolute;
  bottom: -190px;
  left: -80px;
  width: 360px;
  aspect-ratio: 360/150;
  object-fit: cover;
  margin-bottom: 0;
}
@media screen and (max-width: 960px) {
  .cta .cta_img {
    width: 270px;
    left: 0;
    bottom: -180px;
  }
}
.cta .cta_img-text {
  opacity: 0;
  width: 360px;
  width: 440px;
  aspect-ratio: 440/285;
  position: absolute;
  top: -80px;
  right: -160px;
  margin-bottom: 0 !important;
  z-index: -1;
  clip-path: inset(0 100% 0 0);
  -webkit-clip-path: inset(0 100% 0 0);
}
@media screen and (max-width: 960px) {
  .cta .cta_img-text {
    width: 336px;
    right: -24px;
    top: -80px;
  }
}

.cta_img-text.is-show {
  opacity: 1;
  animation: writeEffect 2s ease-out forwards;
  -webkit-animation: writeEffect 2s ease-out forwards;
}

.top_title_box-cta {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-bottom: 40px;
}

.footer {
  padding: 80px 24px 24px 24px !important;
}
.footer .swell-block-fullWide__inner {
  max-width: 1392px;
  margin: 0 auto;
  padding: 0 !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 960px) {
  .footer .swell-block-fullWide__inner {
    max-width: 100%;
    padding: 0 24px;
  }
}
.footer .swell-block-columns {
  width: 100%;
}
.footer .swell-block-columns__inner {
  gap: 49px;
  max-width: 100%;
  flex-wrap: nowrap;
}
@media screen and (max-width: 960px) {
  .footer .swell-block-columns__inner {
    flex-wrap: wrap;
  }
}

.footer_logo {
  width: 122px;
  height: 40px;
  position: relative;
  margin-bottom: 40px !important;
}
.footer_logo::before {
  content: "Recruitment";
  position: absolute;
  left: 0;
  bottom: -49px;
  width: 200px;
  height: 29px;
  color: #D4D4D4;
  text-align: left;
  font-family: "Cabin", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 2.4px;
}

.footer_link {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.footer_link svg {
  display: none;
}
.footer_link p {
  text-align: right;
  color: #151515;
  font-family: "Barlow", sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}

.footer_link-top {
  margin-bottom: 0;
  gap: 32px;
  align-items: flex-end;
  flex-wrap: nowrap;
}
@media screen and (max-width: 960px) {
  .footer_link-top {
    flex-direction: column;
  }
}
.footer_link-top li {
  color: #505050;
  font-family: "Zen Kaku Gothic New";
  font-size: 16px;
  font-weight: 900;
  line-height: 150%;
  white-space: nowrap;
}
@media screen and (max-width: 960px) {
  .footer_link-top li {
    padding: 16px;
  }
}
.footer_link-top li .swell-block-linkList__link {
  transition: all 0.3s ease;
}
.footer_link-top li .swell-block-linkList__link:hover {
  color: #FF5100 !important;
  text-decoration: none !important;
}
@media screen and (max-width: 960px) {
  .footer_link-top {
    gap: 0;
    margin-bottom: 40px;
  }
}

.footer_link-bottom {
  margin-bottom: 0;
  gap: 16px;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-end;
  align-self: flex-end;
  width: 149px;
}
.footer_link-bottom li {
  color: #151515;
  font-family: "Barlow", sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: underline;
  width: fit-content !important;
  margin: 0;
}
@media screen and (max-width: 960px) {
  .footer_link-bottom {
    gap: 24px;
  }
}

.l-footer {
  display: none;
}

.privacy {
  padding: 80px 160px 80px 80px !important;
}
@media screen and (max-width: 960px) {
  .privacy {
    padding: 80px 24px 80px 24px !important;
  }
}
.privacy .swell-block-fullWide__inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 !important;
}
.privacy .privacy_page_title {
  color: #151515;
  text-align: justify;
  font-family: "Zen Kaku Gothic New";
  font-size: 40px;
  font-weight: 700;
  line-height: 150%;
  margin-bottom: 40px;
}
@media screen and (max-width: 960px) {
  .privacy .privacy_page_title {
    font-size: 32px;
  }
}

.list_child {
  list-style: none;
  padding: 0;
  margin: 0;
}

.list_child__item,
.list_child__sub-item {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
@media screen and (max-width: 960px) {
  .list_child__item,
  .list_child__sub-item {
    font-size: 14px;
  }
}

.list_child__item {
  margin: 0 !important;
  font-weight: 500;
}

.post_content .list_child__sub-item {
  display: flex;
  margin: 0 !important;
}
.post_content .list_child__sub-item::marker {
  content: none !important;
  display: none !important;
}

.list_child__number {
  flex-shrink: 0;
  font-weight: 500;
}

.list_child__content {
  line-height: 1.8;
  font-weight: 500;
}

/* 第1階層（1.） */
.list_child__item--level1 {
  margin-bottom: 24px;
}

/* 第2階層（a.） */
.list_child__sub--level2 {
  margin-top: 12px;
  margin-left: 24px;
  padding-left: 0 !important;
}

/* 第3階層（ⅰ.） */
.list_child__sub--level3 {
  margin-top: 8px;
  margin-left: 24px;
  padding-left: 0 !important;
}

.list_child--alpha {
  padding-left: 0 !important;
}

.list_child__sub--level2 .list_child__sub-item {
  margin-bottom: 8px;
}

.list_child__sub--level3 .list_child__sub-item {
  margin-bottom: 6px;
}

.privacy_text-blue {
  background: #F5FAFF;
  padding: 40px;
  color: #151515;
  font-family: "Zen Kaku Gothic New";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
  margin-bottom: 40px;
}
@media screen and (max-width: 960px) {
  .privacy_text-blue {
    padding: 24px;
    font-size: 14px;
  }
}

.privacy_text {
  color: #151515;
  font-family: "Zen Kaku Gothic New";
  font-size: 16px;
  font-weight: 500;
  line-height: 180%;
}
@media screen and (max-width: 960px) {
  .privacy_text {
    font-size: 14px;
  }
}

.privacy_list {
  padding-left: 0 !important;
  font-weight: 500;
}
.privacy_title {
  color: #151515;
  font-family: "Zen Kaku Gothic New";
  font-size: 28px;
  font-weight: 700;
  line-height: 150% !important;
  padding-left: 20px !important;
  padding-bottom: 0 !important;
  position: relative;
  margin: 0 0 16px 0 !important;
}
.privacy_title::before {
  content: none !important;
  content: "" !important;
  background: none !important;
  background-color: #76D9FF !important;
  width: 12px !important;
  height: 26px !important;
  position: absolute !important;
  left: 0 !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  border-radius: 4px !important;
}
@media screen and (max-width: 960px) {
  .privacy_title::before {
    height: 1.5em !important;
    top: 0 !important;
    transform: translateY(0) !important;
  }
}
@media screen and (max-width: 960px) {
  .privacy_title {
    font-size: 24px;
  }
}

.entry_form {
  padding: 80px 0 !important;
}
.entry_form .swell-block-fullWide__inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 !important;
}
@media screen and (max-width: 960px) {
  .entry_form .swell-block-fullWide__inner {
    max-width: 100%;
    padding: 0 24px !important;
  }
}

.entry_form_title {
  color: #151515;
  text-align: justify;
  font-family: "Zen Kaku Gothic New";
  font-size: 28px;
  font-weight: 700;
  line-height: 150%;
  max-width: 880px;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .entry_form_title {
    padding: 0 !important;
  }
}

.wpcf7 {
  padding: 80px 40px 16px 40px;
}
@media screen and (max-width: 960px) {
  .wpcf7 {
    padding: 40px 0 16px 0 !important;
  }
}
.wpcf7 br {
  display: none;
}
.wpcf7 input, .wpcf7 textarea {
  background-color: #FFFFFF;
}

.recruit-form {
  border: 1px solid var(--border, #D4D4D4);
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  margin-bottom: 40px;
}
@media screen and (max-width: 960px) {
  .recruit-form {
    padding: 40px 24px !important;
  }
}

.recruit-form-inner {
  max-width: 640px;
  margin: 0 auto;
}

.wpcf7-file {
  padding: 12px;
  border-radius: 4px;
}

/* =========================
 フォーム全体
========================= */
.recruit-form {
  width: 100%;
}

.recruit-form__note {
  color: #505050;
  font-family: "Zen Kaku Gothic New";
  font-size: 12px;
  font-weight: 500;
  line-height: 150%;
  gap: 4px;
}
@media screen and (max-width: 960px) {
  .recruit-form__note {
    width: 100%;
  }
}
.recruit-form__note a {
  color: #00A5F1;
}

/* =========================
 各ブロック
========================= */
.recruit-form__group {
  margin-bottom: 40px;
}

.recruit-form__label-age p {
  display: flex;
  gap: 8px;
  align-items: center;
}
.recruit-form__label-age span {
  font-size: 16px;
  font-weight: 400;
  line-height: 200%;
}

.recruit-form__group-last {
  margin-bottom: 120px;
}

/* =========================
 ラベル（タイトル）
========================= */
.recruit-form__label {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  margin-bottom: 16px;
}

/* タイトル文字用（spanで囲う想定） */
.recruit-form__label-title {
  display: inline-block;
}

/* 必須バッジ */
.recruit-form__label-required {
  padding: 2px 6px;
  border-radius: 4px;
}

.required {
  border-radius: 2px;
  background: #39C8FF;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 500;
  line-height: 150%;
  padding: 2px 4px;
}

.recruit-form__label-text {
  color: #151515;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 130%;
}

.wpcf7-form-control {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 16px;
}

/* =========================
 input / textarea 共通
========================= */
.recruit-form__group input[type=text],
.recruit-form__group input[type=email],
.recruit-form__group input[type=tel],
.recruit-form__group input[type=number],
.recruit-form__group textarea {
  width: 100%;
  padding: 12px 16px;
  border-radius: 4px;
  border: 1px solid var(--gray-30, #D4D4D4);
  box-sizing: border-box;
}

/* placeholder */
.recruit-form__group input::placeholder,
.recruit-form__group textarea::placeholder {
  opacity: 0.2;
}

/* 年齢 input */
.recruit-form__age {
  align-items: center;
  gap: 8px;
}

.recruit-form__age input[type=number] {
  width: 80px;
}

/* =========================
 ラジオボタン
========================= */
.recruit-form .wpcf7-list-item.first {
  margin: 0;
}

.wpcf7-list-item {
  margin: 0;
  padding: 12px;
}

.recruit-form .wpcf7-list-item:has(input[type=radio]:checked) {
  border-radius: 4px;
  border: 1px solid var(--gray-30, #D4D4D4);
  background: var(--blue-10, #F5FAFF);
  padding: 12px;
}

.recruit-form .wpcf7-list-item label {
  display: flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
}

.wpcf7-list-item-label {
  border: none !important;
  color: #151515;
  text-align: center;
  font-family: "Zen Kaku Gothic New";
  font-size: 16px;
  font-weight: 500;
  line-height: 180%;
}

/* 選択時のデザイン */
.recruit-form .wpcf7-list-item input[type=radio]:checked + span {
  border-radius: 4px;
  border: 1px solid var(--gray-30, #D4D4D4);
  background: var(--blue-10, #F5FAFF);
}

/* =========================
 ファイルアップロード
========================= */
.recruit-form__group input[type=file] {
  width: 100%;
}

/* =========================
 送信ボタン
========================= */
.recruit-form__submit {
  width: 100%;
}

.recruit-form__submit input[type=submit] {
  width: 100%;
  padding: 16px 0;
  border-radius: 999px;
  border: none;
  cursor: pointer;
  background-color: #00A5F1;
  height: 144px;
  padding: 32px;
  color: #FFFFFF;
  font-family: "Zen Kaku Gothic New";
  font-size: 24px;
  font-weight: 700;
  line-height: 130%;
}
.recruit-form__submit input[type=submit]:hover{
	background-color: #39c8ff;
	transition: background-color 0.3s ease;
}

.page-id-328 #content {
  background-color: #F3F4F7;
  padding: 0;
}
.page-id-328 .archive-news__inner {
  max-width: 960px;
  margin: 0 auto;
}
.page-id-328 .p-blogParts {
  background-color: #FFFFFF;
}
.page-id-328 .p-postList__body {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 960px) {
  .page-id-328 .p-postList__body {
    flex-direction: column;
    gap: 8px;
    align-items: flex-start;
  }
}
.page-id-328 .p-postList__meta {
  margin-bottom: 0;
}
.page-id-328 .p-postList__times, .page-id-328 .p-postList__title {
  font-size: 16px;
}
@media screen and (max-width: 960px) {
  .page-id-328 .p-postList__times, .page-id-328 .p-postList__title {
    font-size: 14px;
  }
}
.page-id-328 .top_title {
  color: #151515;
  font-family: "Zen Kaku Gothic New";
  font-size: 40px;
  font-weight: 700;
  line-height: 150%;
  margin-bottom: 8px;
}
@media screen and (max-width: 960px) {
  .page-id-328 .top_title {
    font-size: 24px;
  }
}
.page-id-328 .top_title_sub {
  color: #D4D4D4;
  font-family: "Golos Text", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 56px;
}
@media screen and (max-width: 960px) {
  .page-id-328 .top_title_sub {
    font-size: 16px;
  }
}

.archive-news {
  padding: 160px 80px;
}
@media screen and (max-width: 960px) {
  .archive-news {
    padding: 160px 24px;
  }
}

.top_news_list {
  position: relative;
}
.top_news_list::before {
  content: "Information";
  position: absolute;
  right: 0;
  top: 12px;
  width: 551px;
  height: 104px;
  color: #FFFFFF;
  text-align: right;
  font-family: "Golos Text", sans-serif;
  font-size: 104px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -3.12px;
  transform: translateY(-100%);
}
@media screen and (max-width: 960px) {
  .top_news_list::before {
    font-size: 56px;
    top: 18px;
    width: 314px;
    height: 67px;
  }
}

/* ============================
  Single News
============================ */
.single-news {
  background-color: #f5f6f7;
  padding-top: 120px;
  padding-bottom: 120px;
}
@media screen and (max-width: 960px) {
  .single-news {
    padding-right: 24px;
    padding-left: 24px;
  }
}

.single-news__inner {
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

.single-news__inner-container {
  background-color: #FFFFFF;
  max-width: 960px;
  margin: 0 auto;
  position: relative;
  padding: 40px 80px;
}
@media screen and (max-width: 960px) {
  .single-news__inner-container {
    padding: 40px 24px;
  }
}
.single-news__inner-container::before {
  content: "Information";
  position: absolute;
  right: 0;
  top: 12px;
  width: 551px;
  height: 104px;
  color: #FFFFFF;
  text-align: right;
  font-family: "Golos Text", sans-serif;
  font-size: 104px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -3.12px;
  transform: translateY(-100%);
}
@media screen and (max-width: 960px) {
  .single-news__inner-container::before {
    font-size: 56px;
    top: 18px;
    width: 314px;
    height: 67px;
  }
}
.single-news ul.wp-block-list li{
	margin-left: 1em;
}
.single-news ul.is-style-num_circle li{
	margin-left: -.5em;
}

/* ---------- header ---------- */
.single-news__header {
  margin-bottom: 40px;
}

.single-news__date {
  margin-bottom: 16px;
  font-size: 14px;
  color: #999999;
}

.single-news__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6;
  color: #000000;
}

/* ---------- content ---------- */
.single-news__content {
  font-size: 16px;
  line-height: 1.8;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New";
}
@media screen and (max-width: 960px) {
  .single-news__content {
    font-size: 14px;
  }
}

.single-news__content p {
  margin-bottom: 1.6em;
}

/* ---------- navigation ---------- */
.single-news__nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 48px;
  color: #FF6C27;
  text-align: center;
  font-family: "Zen Kaku Gothic New";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
  max-width: 960px;
  margin: 40px auto 0 auto;
}

.single-news__nav-item {
  width: 33.333%;
}

.single-news__nav-prev {
  text-align: left;
}
.single-news__nav-prev a {
  padding-left: 40px;
  position: relative;
}
.single-news__nav-prev a::before {
  content: "";
  background-image: url(./images/common/icon_circle_orange-prev.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
}

.single-news__nav-back {
  text-align: center;
  text-decoration: underline;
}

.single-news__nav-next {
  text-align: right;
}
.single-news__nav-next a {
  position: relative;
  padding-right: 40px;
}
.single-news__nav-next a::before {
  content: "";
  background-image: url(./images/common/icon_circle_orange-next.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
}

.single-news__nav-label.is-sp {
  display: none;
}
@media screen and (max-width: 960px) {
  .single-news__nav-label.is-sp {
    display: inline-block;
  }
}
.single-news__nav-label.is-pc {
  display: inline-block;
}
@media screen and (max-width: 960px) {
  .single-news__nav-label.is-pc {
    display: none;
  }
}

.next {
  transition: all 0.3s ease;
  position: relative;
}
.next:hover::before {
  content: "";
  position: absolute;
  background-image: url(./images/common/page_next-blue.png);
  width: 23px;
  height: 40px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
  top: 0;
  left: 0;
}

.prev {
  transition: all 0.3s ease;
  position: relative;
}
.prev:hover::before {
  position: absolute;
  content: "";
  background-image: url(./images/common/page_prev-blue.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 23px;
  height: 40px;
  z-index: 1;
  top: 0;
  left: 0;
}

.single-news__nav a {
  color: #ff7a1a;
  text-decoration: none;
  font-weight: 500;
}

.single-news__nav a:hover {
  text-decoration: underline;
}

/* ---------- responsive ---------- */
@media screen and (max-width: 960px) {
  .single-news__title {
    font-size: 20px;
  }
  .single-news__nav-item {
    width: 100%;
    white-space: nowrap;
  }
}
.sk-news-pagination {
  margin-top: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* 全体ラッパー */
.sk-news-pagination__wrapper {
  display: flex;
  align-items: center;
  gap: 24px;
}

/* 前へ・次へ */
.sk-news-pagination__prev a img,
.sk-news-pagination__next a img {
  width: 23px;
  height: 40px;
}

.sk-news-pagination__prev a,
.sk-news-pagination__next a {
  display: block;
  width: 100%;
  height: 100%;
}

.sk-news-pagination__prev img,
.sk-news-pagination__next img {
  width: 100%;
  height: auto;
  display: block;
}

/* 数字リスト */
.sk-news-pagination__list {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

/* 数字アイテム */
.sk-news-pagination__item {
  font-weight: 600;
  color: #151515;
}
.sk-news-pagination__item span, .sk-news-pagination__item .page-numbers {
  background-color: #F3F4F7 !important;
  color: #151515;
  font-size: 16px;
  font-weight: 600;
  box-shadow: none !important;
  width: 30px;
}

.page-numbers.current {
  color: #00A5F1;
}

/* リンク */
.sk-news-pagination__item a {
  text-decoration: none;
  color: #151515;
  transition: color 0.2s ease;
}

/* ホバー時 */
.sk-news-pagination__item a:hover {
  color: #00A5F1;
}

/* 現在地 */
.sk-news-pagination__item.is-current {
  color: #00A5F1 !important;
  background-color: transparent !important;
}

.sk-news-pagination__item.is-current a {
  color: #00A5F1;
  pointer-events: none;
  cursor: default;
}

.page-numbers {
  box-shadow: none !important;
  background-color: transparent !important;
}

.page-id-13 .page_title-En::before {
  content: "";
  position: absolute;
  background-image: url(./images/faq/header_img.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  left: 50%;
  transform: translateX(-50%);
  bottom: -2px;
  width: 225px;
  height: 200px;
  z-index: -1;
}
@media screen and (max-width: 960px) {
  .page-id-13 .page_title-En::before {
    width: 113px;
    height: 100px;
  }
}
.page-id-13 .swell-block-fullWide__inner .section_ttl-lower:before {
  content: "Q and A" !important;
}
@media screen and (max-width: 960px) {
  .page-id-13 .swell-block-fullWide__inner .section_ttl-lower:before {
    font-size: 60px;
    width: 100%;
    left: 0;
    white-space: nowrap;
  }
}
.page-id-13 .swell-block-fullWide__inner .section_ttl-lower .voice_flex {
  display: flex;
  flex-direction: row;
}

@media screen and (max-width: 960px) {
  .faq_box {
    width: 100%;
  }
}
.faq_box .faq_list {
  width: 72%;
}
@media screen and (max-width: 960px) {
  .faq_box .faq_list {
    width: 100%;
  }
}
.faq_box .faq_list:nth-child(even) {
  margin-right: 0;
  margin-left: 25%;
  margin-top: 40px;
}
@media screen and (max-width: 960px) {
  .faq_box .faq_list:nth-child(even) {
    margin-left: 0;
    margin-right: 0;
  }
}
.faq_box .faq_list:nth-child(odd) {
  margin-right: 25%;
  margin-left: 0;
  margin-top: 40px;
}
@media screen and (max-width: 960px) {
  .faq_box .faq_list:nth-child(odd) {
    margin-left: 0;
    margin-right: 0;
  }
}
.faq_box .faq_list .faq_q {
  padding: 24px 24px 24px 48px;
  gap: 16px;
  font-weight: 500;
}
@media screen and (max-width: 960px) {
  .faq_box .faq_list .faq_q {
    font-size: 14px;
  }
}
.faq_box .faq_list .faq_q::before {
  content: "Q" !important;
  background-color: #39C8FF;
  color: #FFFFFF;
  font-family: "Golos Text", sans-serif;
  font-size: 20px;
  font-weight: 600 !important;
  line-height: normal !important;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.faq_box .faq_list .faq_a {
  padding: 24px 24px 24px 48px;
  gap: 16px;
  font-weight: 500;
  background-color: #FFFCF8;
}
@media screen and (max-width: 960px) {
  .faq_box .faq_list .faq_a {
    font-size: 14px;
  }
}
.faq_box .faq_list .faq_a::before {
  content: "A" !important;
  background-color: #FF6C27;
  color: #FFFFFF;
  font-family: "Golos Text", sans-serif;
  font-size: 20px;
  font-weight: 600 !important;
  line-height: normal !important;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.page-id-19 .swell-block-fullWide__inner .section_ttl-lower {
  margin-bottom: 56px !important;
}
.page-id-19 .swell-block-fullWide__inner .section_ttl-lower::before {
  content: "SK data";
}

.page-id-19 .page_title-En::before {
  content: "";
  position: absolute;
  background-image: url(./images/employee/header_img.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  left: 50%;
  transform: translateX(-50%);
  bottom: -2px;
  width: 225px;
  height: 200px;
  z-index: -1;
}
@media screen and (max-width: 960px) {
  .page-id-19 .page_title-En::before {
    width: 113px;
    height: 100px;
    bottom: 10px;
    left: 65%;
  }
}

.swell-block-columns.data_box > .swell-block-columns__inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-areas: "box1 box2 box2" "box3 box4 box5" "box6 box7 box7";
  gap: 24px;
}
@media screen and (max-width: 960px) {
  .swell-block-columns.data_box > .swell-block-columns__inner {
    display: flex;
  }
}

.data {
  padding: 0;
}

.employee_flex {
  justify-content: space-between;
  min-height: 232px;
}

.data_flex_box p {
  font-weight: 700;
}

.data_flex_box:nth-child(2) .wp-block-group-is-layout-flex {
  display: grid;
  grid-template-columns: 0.58fr 0.42fr;
  gap: 8px;
}
@media screen and (max-width: 960px) {
  .data_flex_box:nth-child(2) .wp-block-group-is-layout-flex {
    display: flex;
    flex-direction: column;
  }
}

.data_graph-age {
  padding: 24px;
}

.data_hiritu_box .wp-block-group {
  gap: 4px;
}

.data_hiritu_sex {
  white-space: nowrap;
  color: #151515;
  font-family: "Zen Kaku Gothic New";
  font-size: 24px;
  font-weight: 700;
  line-height: 150%;
  display: flex;
  align-items: flex-end;
  display: flex;
}
@media screen and (max-width: 960px) {
  .data_hiritu_sex {
    display: flex;
  }
}

.data_hiritu-number {
  color: #00A5F1;
  font-family: "Golos Text", sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 100%;
  display: flex;
  align-items: flex-end;
  margin: 0 0.05em;
}
@media screen and (max-width: 960px) {
  .data_hiritu-number {
    font-size: 56px;
    font-weight: 500;
  }
}

.data_ttl_box .wp-block-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.data_ttl {
  color: #151515;
  font-family: "Zen Kaku Gothic New";
  font-size: 20px;
  font-weight: 700;
  line-height: 130%;
}

.data_ttl-sub {
  color: #808080;
  font-family: "Zen Kaku Gothic New";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}

.data_font104 {
  color: #00A5F1;
  font-family: "Golos Text", sans-serif;
  font-size: 104px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -3.12px;
}

.data_font48 {
  color: #00A5F1;
  font-family: "Golos Text", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  margin: 0 0.05em;
}

.font26 {
  color: #151515;
  font-family: "Zen Kaku Gothic New";
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 180%;
}

.data_age_box-inner .wp-block-group {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.data_graph_age {
  padding-left: 28px;
  color: #151515;
  font-family: "Zen Kaku Gothic New";
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 200%;
  display: flex;
  white-space: nowrap;
  position: relative;
  vertical-align: baseline;
}
.data_graph_age::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  border-radius: 100%;
}

.age20:before {
  background-color: #91f4ff;
}

.age30:before {
  background-color: #b2e4fb;
}

.age40:before {
  background-color: #00a5f1;
}

.age50:before {
  background-color: #80d2f8;
}

.age60:before {
  background-color: #39c8ff;
}

.data_number {
  color: #00A5F1;
  font-family: "Golos Text", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0 0.05em;
}

.data_flex_box:nth-child(7) .wp-block-group-is-layout-flex {
  display: grid;
  grid-template-columns: 0.58fr 0.42fr;/*change*/
  gap: 8px;
}
@media screen and (max-width: 960px) {
  .data_flex_box:nth-child(7) .wp-block-group-is-layout-flex {
    display: flex;
    flex-direction: column;
  }
}

.data_graph_wariai {
  padding-left: 20px;
  position: relative;
}
.data_graph_wariai::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-20%);
  width: 16px;
  height: 16px;
  border-radius: 100%;
}

.wariai61:before {
  background-color: #00a5f1;
}

.wariai8:before {
  background-color: #39c8ff;
}

.wariai13:before {
  background-color: #80d2f8;
}

.wariai13-2:before {
  background-color: #b2e4fb;
}

.wariai5:before {
  background-color: #91f4ff;
}

.data_flex_box:nth-child(7) .data_age_box-inner .wp-block-group {
  display: flex;
  flex-wrap: wrap;
}

/* 共通カード */
.swell-block-column.data_flex_box {
  background: #F5FAFF;
  padding: 24px;
  width: 100%;
  position: relative;
}

.swell-block-column.data_flex_box::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background-color: #fdfdfd;
  clip-path: polygon(100% 0, 0 0, 100% 100%);
  z-index: 2;
}

.swell-block-columns.data_box > .swell-block-columns__inner > .data_flex_box:nth-child(1) {
  grid-area: box1;
}

.swell-block-columns.data_box > .swell-block-columns__inner > .data_flex_box:nth-child(2) {
  grid-area: box2;
}

.swell-block-columns.data_box > .swell-block-columns__inner > .data_flex_box:nth-child(3) {
  grid-area: box3;
}

.swell-block-columns.data_box > .swell-block-columns__inner > .data_flex_box:nth-child(4) {
  grid-area: box4;
}

.swell-block-columns.data_box > .swell-block-columns__inner > .data_flex_box:nth-child(5) {
  grid-area: box5;
}

.swell-block-columns.data_box > .swell-block-columns__inner > .data_flex_box:nth-child(6) {
  grid-area: box6;
}

.swell-block-columns.data_box > .swell-block-columns__inner > .data_flex_box:nth-child(7) {
  grid-area: box7;
}

.page-id-19 .voice .section_ttl-lower::before {
  content: "Voice";
}

.voice_cards {
  overflow-y: visible;
  margin-bottom: 80px;
  width: 100vw;
  position: relative;
  margin-left: calc(50% - 50vw);
}
.voice_cards .swell-block-columns__inner {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  gap: 40px;
  overflow-x: auto;
  overflow-y: visible;
  scrollbar-width: none;
  scroll-behavior: smooth;
  padding: 40px;
}
@media screen and (max-width: 960px) {
  .voice_cards .swell-block-columns__inner {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    justify-content: flex-start;
    padding: 24px 16px;
  }
}
.voice_cards .swell-block-columns__inner::-webkit-scrollbar {
  display: none;
}
.voice_cards .swell-block-columns__inner figure {
  width: 150px;
  height: 150px;
}
.voice_cards .voice_card {
  flex: 0 0 306px;
  width: 306px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #FFFCF8;
  padding: 56px 24px;
  position: relative;
  border: 6px solid #6ecbff;
  transform: rotate(3deg);
}
@media screen and (max-width: 960px) {
  .voice_cards .voice_card {
    padding: 42px 18px 18px 18px;
    flex: 0 0 229px;
    width: 229px;
  }
}
.voice_cards .voice_card.is-active {
  transform: rotate(-3deg);
}
.voice_cards .voice_card:hover {
  transform: rotate(-3deg);
}

.voice_scroll_buttons {
  position: absolute;
  top: -32px;
  right: 24px;
  display: flex;
  gap: 8px;
  z-index: 10;
}
@media screen and (max-width: 960px) {
  .voice_scroll_buttons {
    right: 12px;
  }
}
.voice_scroll_buttons button {
  width: 48px;
  height: 48px;
  border: none;
  background-color: transparent;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 960px) {
  .voice_scroll_buttons button {
    width: 40px;
    height: 40px;
  }
}
.voice_scroll_buttons button:hover {
  opacity: 0.7;
}
.voice_scroll_buttons button:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.voice_scroll_buttons button.btn_prev {
  background-image: url(./images/common/page_prev-blue.png);
}
.voice_scroll_buttons button.btn_next {
  background-image: url(./images/common/page_next-blue.png);
}

.yakusyoku {
  color: #151515;
  text-align: justify;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  margin-bottom: 10px;
  position: relative;
}
.yakusyoku::before {
  content: "";
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background-color: #C5E8F6;
  border-radius: 100%;
}
.yakusyoku::after {
  content: "";
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background-color: #C5E8F6;
  border-radius: 100%;
}

.voice_flex {
  gap: 14px;
  color: #151515;
  text-align: justify;
  font-family: "Zen Kaku Gothic New";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
}

.voice_year {
  color: #151515;
  text-align: justify;
  font-family: "Zen Kaku Gothic New";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
  margin-bottom: 20px !important;
}

.voice_btn .swell-block-button__link {
  width: 120px;
  height: 24px;
  background-color: #C5E8F6;
  position: relative;
  pointer-events: none;
}
@media screen and (max-width: 960px) {
  .voice_btn .swell-block-button__link {
    width: 90px;
    height: 18px;
  }
}
.voice_btn .swell-block-button__link::before {
  content: "";
  background-image: url(./images/common/icon_btn_arrow-blue-bottom.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
}
.voice_btn .swell-block-button__link:hover {
  background-color: #FF6C27;
}
.voice_btn .swell-block-button__link:hover::before {
  background-image: url(./images/common/icon_btn_arrow-white-bottom.png);
}

.voice_card:hover .voice_btn .swell-block-button__link {
  background-color: #FF6C27;
  transition: all 0.3s ease;
}
.voice_card:hover .voice_btn .swell-block-button__link::before {
  background-image: url(./images/common/icon_btn_arrow-white-bottom.png);
}

.voice_card.is-active .voice_btn .swell-block-button__link {
  transition: all 0.3s ease;
  background-color: #FF6C27;
}
.voice_card.is-active .voice_btn .swell-block-button__link::before {
  background-image: url(./images/common/icon_btn_arrow-white-bottom.png);
}

.voice_detail .swell-block-columns__inner {
  display: grid;
  grid-template-columns: 0.34fr 0.63fr;
  gap: 64px;
}
@media screen and (max-width: 960px) {
  .voice_detail .swell-block-columns__inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.voice_detail .swell-block-column {
  width: 100%;
}
.voice_detail .yakusyoku {
  margin-left: 20px;
  display: inline;
}
.voice_detail .voice_flex {
  display: flex;
  flex-direction: row;
}

.voice_detail {
  display: none;
}

.voice_detail.is-show,
.voice_detail.is-active {
  display: block;
}

.voice_detail.is-active {
  display: block;
  animation: fadeUp 0.35s ease forwards;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media screen and (max-width: 960px) {
  .voice_detail_img {
    transform: translateX(24px);
  }
}

.voice_detail_text_box .wp-block-group {
  gap: 40px;
}
@media screen and (max-width: 960px) {
  .voice_detail_text_box .wp-block-group {
    gap: 24px;
  }
}

.voice_detail_ttl {
  color: #151515;
  font-family: "Zen Kaku Gothic New";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 180%;
}

.voice_detail_text {
  color: #151515;
  font-family: "Zen Kaku Gothic New";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
}
@media screen and (max-width: 960px) {
  .voice_detail_text {
    font-size: 14px;
  }
}

.voice_detail_box-orange .wp-block-group {
  padding: 40px;
  gap: 0;
  background: #FFFCF8;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 960px) {
  .voice_detail_box-orange .wp-block-group {
    padding: 24px;
  }
}

.voice_detail_ttl-sub {
  display: inline-block;
  border-radius: 9999px;
  background: #FFFFFF;
  padding: 8px 16px;
  color: #00A5F1;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  width: fit-content;
  max-width: 100%;
  margin-bottom: 16px;
}

.voice_detail_text-sub {
  color: #151515;
  font-family: "Zen Kaku Gothic New";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
  margin-bottom: 40px;
}

.top_intro_text {
  color: #151515;
  font-family: "Zen Kaku Gothic New";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
}
@media screen and (max-width: 960px) {
  .top_intro_text {
    font-size: 14px;
  }
}

.message {
  overflow: hidden;
  position: relative;
}
.message::after {
/*   content: "Message from the recruiter Message from the recruiter Message from the recruiter Message from the recruiter Message from the recruiter Message from the recruiter Message from the recruiter Message from the recruiter"; */


  position: absolute; */
  color: #FFFFFF;
  white-space: nowrap;
  font-family: "Golos Text", sans-serif;
  font-size: 160px;
  font-weight: 500;
  line-height: normal;
/*   bottom: -32px;
  left: 0; */
  width: max-content;
  display: inline-block;
  height: 192px;
}

@media screen and (max-width: 960px) {
  .message .swell-block-columns__inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.message .swell-block-column {
  width: 100%;
}
.message .top_faq_text {
  white-space: nowrap;
  font-family: "Golos Text", sans-serif;
}

.employee_message .swell-block-columns__inner {
  grid-template-columns: 0.2273fr 0.7727fr;
  gap: 80px;
  display: grid;
}
@media screen and (max-width: 960px) {
  .employee_message .swell-block-columns__inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.employee_message .top_title {
  color: #151515;
  font-family: "Zen Kaku Gothic New";
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  margin-bottom: 8px;
}
@media screen and (max-width: 960px) {
  .employee_message .top_title {
    font-size: 28px;
  }
}
.employee_message .top_title_sub {
  padding-left: 0;
  color: #D4D4D4;
  font-family: "Golos Text", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 0;
}
.employee_message .top_title_sub:before {
  content: none;
}
@media screen and (max-width: 960px) {
  .employee_message .top_title_sub {
    font-size: 16px;
  }
}
.employee_message .top_title_box-faq {
  margin-bottom: 56px;
}

@media screen and (max-width: 960px) {
  .message_img {
    width: 120px;
    aspect-ratio: 1/1;
  }
}

.page-id-21 .seizo {
  padding-bottom: 40px !important;
}
@media screen and (max-width: 960px) {
  .page-id-21 .seizo {
    padding-bottom: 103px !important;
  }
}
.page-id-21 .seizo .swell-block-fullWide__inner .section_ttl-lower:before {
  content: "SK work" !important;
}
@media screen and (max-width: 960px) {
  .page-id-21 .seizo .swell-block-fullWide__inner .section_ttl-lower:before {
    font-size: 60px;
    width: 100%;
    left: 0;
    white-space: nowrap;
  }
}
.page-id-21 .seizo .swell-block-fullWide__inner .section_ttl-lower .voice_flex {
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 960px) {
  .page-id-21 .lower_title-line {
    padding-left: 20px;
  }
}
.page-id-21 .page_title-En {
  white-space: nowrap;
}
@media screen and (max-width: 960px) {
  .page-id-21 .page_title-En {
    right: 10px;
  }
}
.page-id-21 .page_title-En::before {
  content: "";
  position: absolute;
  background-image: url(./images/detail/header_img.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  left: 65%;
  transform: translateX(-50%);
  bottom: -2px;
  width: 225px;
  height: 200px;
  z-index: -1;
}
@media screen and (max-width: 960px) {
  .page-id-21 .page_title-En::before {
    width: 156px;
    height: 79px;
    bottom: 20px;
  }
}

.datail_card_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 60px);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform: rotateY(-180deg);
  transform-style: preserve-3d;
  margin: 0;
  transition: 1s ease;
}
@media screen and (max-width: 960px) {
  .datail_card_img {
    width: 229px;
    height: 100%;
  }
}
.datail_card_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swell-block-column.detail_card {
  background: #FFFCF8;
  position: relative;
  perspective: 1200px;
}

.swell-block-column.detail_card .wp-container-core-group-is-layout-73a99bce {
  position: relative;
  width: 100%;
  transform-style: preserve-3d;
  transition: transform 0.8s ease;
}
.swell-block-column.detail_card.is-flipped .wp-container-core-group-is-layout-73a99bce {
  transform: rotateY(180deg);
  position: relative;
}
.swell-block-column.detail_card .wp-block-group.is-vertical {
  transform-style: preserve-3d;
  margin-bottom: 10px;
}
.swell-block-column.detail_card .wp-block-group-is-layout-flex {
  border: 8px solid #76D9FF;
  padding: 54px 24px 36px 24px;
  justify-content: space-around;
  gap: 0;
}
@media screen and (max-width: 960px) {
  .swell-block-column.detail_card .wp-block-group-is-layout-flex {
    width: 229px !important;
    margin: 0 auto;
    padding: 42px 24px 27px 24px;
  }
}
.swell-block-column.detail_card .is-layout-constrained {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 12px;
}
@media screen and (max-width: 960px) {
  .swell-block-column.detail_card .is-layout-constrained {
    margin-bottom: 26px !important;
  }
}
.swell-block-column.detail_card .wp-block-image {
  width: 120px;
  aspect-ratio: 1/1;
  margin-bottom: 23px;
}
@media screen and (max-width: 960px) {
  .swell-block-column.detail_card .wp-block-image {
    margin-bottom: 17px;
  }
}
.swell-block-column.detail_card .voice_flex {
  display: flex;
  flex-direction: row;
  gap: 14px;
}
.swell-block-column.detail_card .wp-block-group.is-stack {
  margin-bottom: 35px;
}
@media screen and (max-width: 960px) {
  .swell-block-column.detail_card .wp-block-group.is-stack {
    margin-bottom: 0;
  }
}
.swell-block-column.detail_card .link_read .swell-block-button__link {
  color: #FF6C27;
  text-align: justify;
  font-family: "Zen Kaku Gothic New";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  pointer-events: none;
}
.swell-block-column.detail_card .yakusyoku {
  display: inline-block;
  margin: 0 auto;
  text-align: center;
}
.swell-block-column.detail_card .wp-image-394 {
  width: 120px;
}
.swell-block-column.detail_card.is-flipped .datail_card_img {
  transform: rotateY(0deg);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transform-style: preserve-3d;
  transition: transform 0.8s ease;
}
@media screen and (max-width: 960px) {
  .swell-block-column.detail_card.is-flipped .datail_card_img {
    left: 49px;
  }
}
.swell-block-column.detail_card .btn_orange-detail {
  width: 100%;
  position: absolute;
  margin-top: 10px;
  pointer-events: auto;
  bottom: 0;
}
@media screen and (max-width: 960px) {
  .swell-block-column.detail_card .btn_orange-detail {
    bottom: auto;
  }
}
.swell-block-column.detail_card .btn_orange-detail .swell-block-button__link {
  width: 100%;
  border-radius: 120px;
  color: #FFFFFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 130%;
  border-radius: 9999px;
  background: #FF6C27;
  padding: 16px 40px;
  text-align: left;
  position: relative;
  transition: all 0.3s ease;
}
.swell-block-column.detail_card .btn_orange-detail .swell-block-button__link::before {
  content: "";
  position: absolute;
  background-image: url(./images/common/icon_btn_arrow-white.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  right: 40px;
  width: 16px;
  height: 16px;
}
.swell-block-column.detail_card .btn_orange-detail .swell-block-button__link:hover {
  background-color: #FFF36D;
  color: #FF6C27;
}
.swell-block-column.detail_card .btn_orange-detail .swell-block-button__link:hover::before {
  background-image: url(./images/common/icon_btn_arrow-orange.png);
}

.detail_card.is-flipped .datail_card_img {
  transform: rotateY(0deg);
  transition: transform 0.8s ease;
}
@media screen and (max-width: 960px) {
  .detail_card.is-flipped .datail_card_img {
    width: 229px !important;
  }
}
/*add detail_card*/
/* 表面の背面を消す（反転時のチラ見え対策） */
.swell-block-column.detail_card .wp-container-core-group-is-layout-73a99bce{
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

/* カードの基準 */
.swell-block-column.detail_card{
  position: relative;
  box-sizing: border-box;
}

/* 裏面（画像）を面に固定 */
.swell-block-column.detail_card .datail_card_img{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 60px;            /* ← ボタン分空けるならここが要点（不要なら 0 に） */
  width: 100% !important;
  margin: 0;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

/* 裏面画像のフィット */
.swell-block-column.detail_card .datail_card_img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* SPのズレ（left:49px と 229px固定）を無効化 */
@media screen and (max-width: 960px){
  .datail_card_img,
  .detail_card.is-flipped .datail_card_img{
    left: 0 !important;
    width: 100% !important;
  }
	/*size*/
  .swell-block-column.detail_card{ --cardW: 229px; }

  .swell-block-column.detail_card .datail_card_img{
    width: var(--cardW) !important;
    left: 50% !important;
    right: auto !important;
    transform: translateX(-50%) rotateY(-180deg) !important;
    bottom: 60px;
  }
  .swell-block-column.detail_card.is-flipped .datail_card_img{
    width: var(--cardW) !important;
    left: 50% !important;
    right: auto !important;
    transform: translateX(-50%) rotateY(0deg) !important;
  }
}
/*end*/

.seizo_text {
  color: #151515;
  text-align: center;
  font-family: "Zen Kaku Gothic New";
  font-size: 18px;
  font-weight: 700;
  line-height: 180%;
  margin-bottom: 43px !important;
}
@media screen and (max-width: 960px) {
  .seizo_text {
    font-size: 13px;
    margin-bottom: 8px !important;
  }
}

.seizo_text_box {
  margin-bottom: 0 !important;
}
.seizo_text_box:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 960px) {
  .seizo_text_box {
    margin-bottom: 24px;
    padding: 24px;
  }
  .seizo_text_box:last-child {
    margin-bottom: 0;
  }
}

.seizo_list_box .swell-block-columns__inner {
  align-items: stretch;
}
@media screen and (max-width: 960px) {
  .seizo_list_box .swell-block-columns__inner {
    grid-template-columns: 1fr;
  }
}
.seizo_list_box .swell-block-column {
  height: 100%;
}

.seizo_list_box-text {
  padding: 40px;
  gap: 16px;
  margin-bottom: 40px;
  margin-bottom: 40px;
  background: #F5FAFF;
}
@media screen and (max-width: 960px) {
  .seizo_list_box-text {
    padding: 24px;
    gap: 8px;
  }
}

.seizo_list_ttl {
  color: #151515;
  text-align: justify;
  font-family: "Zen Kaku Gothic New";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}
@media screen and (max-width: 960px) {
  .seizo_list_ttl {
    font-size: 14px;
  }
}

.detail_bg_img {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.eigyo .lower_title-line::after {
  content: none;
}
.eigyo .seizo_list_box-text {
  position: relative;
}
.eigyo .seizo_list_box-text::before {
  content: "";
  position: absolute;
  background-image: url(./images/detail/detail_eigyo_img1.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  right: 44px;
  bottom: 0;
  width: 173px;
  height: 220px;
}
@media screen and (max-width: 960px) {
  .eigyo .seizo_list_box-text::before {
    width: 86px;
    height: 110px;
    right: 24px;
    bottom: -21%;
  }
}

.seisan .lower_title-line::after {
  content: none;
}
.seisan .seizo_list_box-text::before {
  content: "";
}
.seisan .seizo_list_box-text {
  position: relative;
}
.seisan .seizo_list_box-text::before {
  content: "";
  position: absolute;
  background-image: url(./images/detail/seisan_img1.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  right: -20px;
  width: 354px;
  height: 150px;
}
@media screen and (max-width: 960px) {
  .seisan .seizo_list_box-text::before {
    width: 177px;
    height: 75px;
    right: -30px;
    bottom: -5%;
  }
}

.hinsyo .lower_title-line::after {
  content: none;
}
.hinsyo .seizo_list_box-text {
  position: relative;
}
.hinsyo .seizo_list_box-text::before {
  content: "";
  position: absolute;
  background-image: url(./images/detail/hinsitu_img1.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 247px;
  height: 199px;
  right: 80px;
  bottom: 24px;
}
@media screen and (max-width: 960px) {
  .hinsyo .seizo_list_box-text::before {
    width: 123px;
    height: 99px;
    right: -24px;
    bottom: -40px;
  }
}

.duties .swell-block-fullWide__inner {
  padding-bottom: 240px !important;
}
@media screen and (max-width: 960px) {
  .duties .swell-block-fullWide__inner {
    padding-bottom: 160px !important;
  }
}
.duties .top_title_sub {
  color: #D4D4D4;
  font-family: "Golos Text", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media screen and (max-width: 960px) {
  .duties .top_title_sub {
    font-size: 14px;
  }
}
.duties .top_title_sub {
  padding-left: 0;
  color: #D4D4D4;
  font-family: "Golos Text", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media screen and (max-width: 960px) {
  .duties .top_title_sub {
    font-size: 16px;
  }
}
.duties .top_title_sub::before {
  content: none;
}

.duties {
  margin-top: 160px;
}
.duties::after {
/*   content: "Main duties Main duties Main duties Main duties Main duties Main duties Main duties Main duties"; */

  position: absolute; */
  color: #FFFFFF;
  white-space: nowrap;
  font-family: "Golos Text", sans-serif;
  font-size: 160px;
  font-weight: 500;
  line-height: normal;
  display: inline-block;
/*   bottom: -34px;
  left: 0; */
  width: max-content;
  height: 192px;
}

.page-id-21 .duties {
  margin-top: 160px;
  padding-bottom: 40px !important;
}
.page-id-21 .duties .swell-block-fullWide__inner {
  max-width: 960px;
}
@media screen and (max-width: 960px) {
  .page-id-21 .duties .swell-block-fullWide__inner {
    max-width: 100%;
  }
}
.page-id-21 .duties .swell-block-fullWide__inner .section_ttl-lower:before {
  content: "Strengths" !important;
}
.page-id-21 .duties .swell-block-fullWide__inner .section_ttl-lower .voice_flex {
  display: flex;
  flex-direction: row;
}

.duties_box {
  margin-bottom: 80px;
}
.duties_box:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 960px) {
  .duties_box {
    margin-bottom: 80px;
  }
  .duties_box:last-child {
    margin-bottom: 0;
  }
}
.duties_box .swell-block-columns__inner {
  display: flex;
  flex-direction: row !important;
  flex-wrap: nowrap;
  gap: 40px;
}
@media screen and (max-width: 960px) {
  .duties_box .swell-block-columns__inner {
    margin-bottom: 80px;
    display: flex;
    flex-wrap: wrap;
  }
}

.doties_ttl {
  padding-left: 20px;
  color: #151515;
  font-family: "Zen Kaku Gothic New";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  position: relative;
  margin-bottom: 24px;
}
.doties_ttl::before {
  content: "";
  position: absolute;
  background-color: #C5E8F6;
  left: 0;
  width: 12px;
  height: 12px;
  top: 0.5em;
}
@media screen and (max-width: 960px) {
  .doties_ttl {
    font-size: 14px;
  }
}

.duties_text {
  color: #151515;
  font-family: "Zen Kaku Gothic New";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
}

.page-id-21 .strengths {
  margin-top: 160px;
}
.page-id-21 .strengths .swell-block-fullWide__inner {
  max-width: 960px;
}
@media screen and (max-width: 960px) {
  .page-id-21 .strengths .swell-block-fullWide__inner {
    max-width: 100%;
  }
}
.page-id-21 .strengths .swell-block-fullWide__inner .intro_text-lower {
  margin-bottom: 80px !important;
}
.page-id-21 .strengths .swell-block-fullWide__inner .section_ttl-lower:before {
  content: "Strengths" !important;
}
.page-id-21 .strengths .swell-block-fullWide__inner .data_flex_box {
  padding: 40px;
}
@media screen and (max-width: 960px) {
  .page-id-21 .strengths .swell-block-fullWide__inner .data_flex_box {
    padding: 24px;
  }
}
@media screen and (max-width: 960px) {
  .page-id-21 .strengths .swell-block-fullWide__inner .data_flex_box .wp-block-group {
    gap: 0;
  }
}

/* 親を grid にする */
.swell-block-columns.strengths_box > .swell-block-columns__inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto auto auto;
  gap: 24px;
}
@media screen and (max-width: 960px) {
  .swell-block-columns.strengths_box > .swell-block-columns__inner {
    display: flex;
    flex-direction: column;
  }
}

/* 3行目を2列結合 */
.swell-block-columns.strengths_box > .swell-block-columns__inner > .swell-block-column:nth-child(5) {
  grid-column: 1/3;
}

.strengths_box_ttl {
  color: #151515;
  font-family: "Zen Kaku Gothic New";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  margin-bottom: 40px !important;
}

.strength .data_flex_box {
  padding: 40px;
}
@media screen and (max-width: 960px) {
  .strength .data_flex_box {
    padding: 24px;
  }
}
.strength .strengths_box_strong {
  background-color: #FFFFFF;
  padding: 24px 40px;
}

.strengths_box_strong {
  display: block;
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 12px;
  background: #FFFFFF;
  padding: 24px 40px;
  color: #151515;
  font-family: "Zen Kaku Gothic New";
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  width: 100%;
  margin-bottom: 40px !important;
}
.strengths_box_ttl-white {
  background-color: #FFFFFF;
  padding: 16px 24px;
  display: flex;
  justify-content: space-between;
  font-size: 20px;
  font-family: "Zen Kaku Gothic New";
  font-weight: 700;
  line-height: 130%;
}
.strengths_box_ttl-white P {
  display: flex;
  align-items: center;
}
.strengths_box_ttl-white .font26 {
  align-items: baseline;
}

.strengths .data_font64 {
  color: #00A5F1;
  font-family: "Golos Text", sans-serif;
  font-size: 64px !important;
  line-height: 100%;
  display: block;
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 12px;
  background: #FFFFFF;
  padding: 24px 40px;
  width: 100%;
  margin-bottom: 40px !important;
  color: #00A5F1;
  font-family: "Golos Text", sans-serif;
  font-size: 64px !important;
  font-weight: 500;
  line-height: 100%;
}
.strengths .data_font-kanji .data_font64 {
  color: #00A5F1;
  font-family: "Golos Text", sans-serif;
  font-size: 64px !important;
  font-weight: 600;
  line-height: 150%;
  margin-bottom: 0 !important;
  padding: 0;
  background-color: transparent;
}
@media screen and (max-width: 960px) {
  .strengths .data_flex_box-second .data_font104 {
    font-size: 56px;
    font-weight: 500;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 960px) {
  .strengths .data_font26 {
    gap: 2px;
  }
}

.strengths_column-last {
  gap: 40px;
  display: grid !important;
  grid-template-columns: 0.19fr 0.81fr;
}
@media screen and (max-width: 960px) {
  .strengths_column-last {
    grid-template-columns: 1fr;
  }
}

.strengths_btn_box {
  gap: 24px;
}

.streangths_btn_box_list {
  padding: 40px;
  background-color: #FFFFFF;
}

.streangths_btn_box_list .wp-block-group {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}

.strengths_btn {
  border-radius: 9999px;
  background: #39C8FF;
  padding: 8px 16px;
  color: #F5FAFF;
  text-align: center;
  font-family: "Zen Kaku Gothic New";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
}

.strengtjs_btn_text {
  background-color: transparent;
  color: #505050;
  text-align: right;
  font-family: "Zen Kaku Gothic New";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}

.strengths .strengths_text {
  font-weight: 500;
}
@media screen and (max-width: 960px) {
  .strengths .data_flex_box-last .data_font-kanji {
    text-align: center;
    align-items: center;
    justify-content: center;
    display: flex;
    width: 100%;
    margin-bottom: 40px !important;
  }
  .strengths .data_flex_box-last .strengths_text {
    font-size: 14px;
    margin-bottom: 24px;
  }
  .strengths .data_flex_box-last .strengths_btn_box .streangths_btn_box_list {
    padding: 24px 14px;
  }
  .strengths .data_flex_box-last .strengths_btn_box .wp-block-group {
    display: flex;
    flex-direction: column;
    gap: 8px !important;
  }
  .strengths .data_flex_box-last .strengths_btn_box .strengths_btn,
  .strengths .data_flex_box-last .strengths_btn_box .strengtjs_btn_text {
    font-size: 16px;
  }
}

.page-id-17 .post_content .section_ttl-lower {
  margin-bottom: 60px !important;
}
.page-id-17 .support {
  padding-bottom: 40px !important;
}
.page-id-17 .support .swell-block-fullWide__inner .section_ttl-lower::before {
  content: "Environment" !important;
  width: 200px;
}
.page-id-17 .support .swell-block-fullWide__inner .voice_flex {
  display: flex;
  flex-direction: row;
}
.page-id-17 .page_title-En::before {
  content: "";
  position: absolute;
  background-image: url(./images/system/header_img.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  left: 50%;
  transform: translateX(-50%);
  bottom: -2px;
  width: 225px;
  height: 200px;
  z-index: -1;
}
@media screen and (max-width: 960px) {
  .page-id-17 .page_title-En::before {
    width: 100px;
    height: 85px;
    left: 65%;
  }
}
@media screen and (max-width: 960px) {
  .page-id-17 .lower_title-line {
    padding-left: 20px;
  }
}
.page-id-17 .lower_title-line::after {
  content: none;
}
.page-id-17 .section_ttl-lower {
  margin-bottom: 60px !important;
}

.support_ttl_box {
  margin-bottom: 0;
}
.support_ttl_box .wp-block-group__inner-container {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.support_ttl_box .wp-block-group__inner-container .seizo_list_ttl, .support_ttl_box .wp-block-group__inner-container .seizo_list_text {
  margin-bottom: 0 !important;
}

.support_box {
  padding-bottom: 160px;
  margin-bottom: 0 !important;
}
@media screen and (max-width: 960px) {
  .support_box {
    padding-bottom: 396px;
  }
}
.support_box .swell-block-columns__inner {
  gap: 80px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  position: relative;
}
@media screen and (max-width: 960px) {
  .support_box .swell-block-columns__inner {
    grid-template-columns: 1fr;
  }
}
.support_box .swell-block-columns__inner::before {
  content: "";
  position: absolute;
  background-image: url(./images/system/support_img6.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 368px;
  aspect-ratio: 368/255;
  right: 0;
  bottom: -80px;
}
@media screen and (max-width: 960px) {
  .support_box .swell-block-columns__inner::before {
    width: 213px;
    aspect-ratio: 213/148;
    right: -24px;
    bottom: -300px;
  }
}

.seizo_list_innder_box {
  gap: 40px;
  display: flex;
  flex-direction: column;
  width: 100% !important;
}

.kensyu_rei {
  background-color: #F5FAFF;
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  position: relative;
}
.kensyu_rei::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  background-color: #FFFFFF;
  z-index: 1;
  clip-path: polygon(0 0, 100% 0, 0 100%);
}
@media screen and (max-width: 960px) {
  .kensyu_rei {
    padding: 24px;
  }
}
.kensyu_rei .kensyu_ttl {
  color: #151515;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
}
.kensyu_rei .kensyu_text {
  color: #808080;
  font-family: "Zen Kaku Gothic New";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}

.setubi_slider {
  margin-bottom: 40px;
}
.setubi_slider .seizo_list_ttl {
  margin-bottom: 40px;
}

.setubi_slider_box {
  border: 1px solid #d4d4d4;
  padding: 40px;
}
@media screen and (max-width: 960px) {
  .setubi_slider_box {
    padding: 24px;
  }
}

.setubi .setubi_slider_img,
.setubi .seizo_list_text {
  padding: 0 48px;
}
@media screen and (max-width: 960px) {
  .setubi .setubi_slider_img,
  .setubi .seizo_list_text {
    padding: 0;
  }
}
@media screen and (max-width: 960px) {
  .setubi .setubi_slider_img {
    margin-bottom: 16px;
  }
}

.setubi_slider_thumbnail_box {
  margin-bottom: 0;
}
.setubi_slider_thumbnail_box .swell-block-columns__inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
@media screen and (max-width: 960px) {
  .setubi_slider_thumbnail_box .swell-block-columns__inner {
    gap: 8px;
  }
}
.setubi_slider_thumbnail_box .setubi_thumbnail {
  width: 100%;
}

/* ナビボタン */
.setubi_nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background: transparent;
  border: none;
  cursor: pointer;
  z-index: 5;
  padding: 0;
  margin: 0;
}

.setubi_nav_prev {
  left: 40px;
}
@media screen and (max-width: 960px) {
  .setubi_nav_prev {
    left: 0;
    transform: translateX(-50%);
  }
}

.setubi_nav_next {
  right: 40px;
}
@media screen and (max-width: 960px) {
  .setubi_nav_next {
    right: 0;
    transform: translateX(50%);
  }
}

.setubi_nav_prev::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-image: url(./images/system/btn_orange-scroll.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.setubi_nav_next::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-image: url(./images/system/btn_orange-scroll-next.png);
  background-size: contain;
  background-repeat: no-repeat;
}

/* スライダーステージ */
.setubi_slider {
  position: relative;
  min-height: 1px;
}

/* 各スライド（重ねる） */
.setubi_slider_column {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
  width: 100% !important;
}

.setubi_slider_column .seizo_list_text {
  line-height: 2em;
  min-height: 4em;
}
@media screen and (max-width: 960px) {
  .setubi_slider_column .seizo_list_text {
    /* SPは最大4行想定 */
    min-height: 6em;
  }
}

/* 表示中 */
.setubi_slider_column.is-show {
  opacity: 1;
  z-index: 2;
  pointer-events: auto;
}

/* サムネ */
.setubi_thumbnail {
  cursor: pointer;
  transition: opacity 0.3s ease;
}

/* 選択中 */
.setubi_thumbnail.is-current {
  opacity: 0.5;
}

.setubi_slider {
  position: relative;
  overflow: hidden;
}

.setubi_slider_column {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
}

.setubi_slider_column.is-show {
  position: relative;
  opacity: 1;
  z-index: 2;
  pointer-events: auto;
}

.career {
  background: #F3F4F7;
}

.page-id-17 .career .swell-block-fullWide__inner .section_ttl-lower::before {
  content: "Career" !important;
  width: 200px;
}
.page-id-17 .career .swell-block-fullWide__inner .voice_flex {
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 960px) {
  .page-id-17 .lower_title-line {
    padding-left: 20px;
  }
}
.page-id-17 .lower_title-line::after {
  content: none;
}

.career_number {
  width: 144px;
  height: 144px;
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  text-align: justify;
  font-family: "Golos Text", sans-serif;
  font-size: 56px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media screen and (max-width: 960px) {
  .career_number {
    width: 120px;
    height: 120px;
  }
}

.career_number1 {
  background: #39C8FF;
}

.career_number2 {
  background: #FF6C27;
}

.career_number3 {
  background: #63E39F;
}

.career_box .swell-block-columns__inner {
  display: grid;
  grid-template-columns: 0.15fr 1fr 1fr;
  gap: 24px !important;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 960px) {
  .career_box .swell-block-columns__inner {
    grid-template-columns: 1fr;
    gap: 24px !important;
  }
}
.career_box .swell-block-columns__inner .swell-block-column {
  width: 100%;
}

.career_ttl_box {
  width: 100%;
}

.career_img figure {
  width: 400px;
  aspect-ratio: 1/1;
  position: relative;
}
@media screen and (max-width: 960px) {
  .career_img figure {
    width: 100%;
  }
}
.career_img figure::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 40px;
  width: 100%;
  height: 40px;
  text-align: right;
  font-size: 40px;
  font-family: "Golos Text", sans-serif;
  font-weight: 700;
  width: 500px;
  z-index: 1;
}
@media screen and (max-width: 960px) {
  .career_img figure::before {
    z-index: 10;
    line-height: 1;
  }
}
.career_img figure img {
  position: absolute;
  left: 0;
  max-width: calc(100vw + 40px) !important;
  box-sizing: content-box;
}
@media screen and (max-width: 960px) {
  .career_img figure img {
    transform: translateX(10%);
  }
}

.career_img1 figure::before {
  content: "Technical \aSpecialist";
  color: #C5E8F6;
  font-weight: 700;
}
@media screen and (max-width: 960px) {
  .career_img1 figure::before {
    white-space: pre;
  }
}

.career_img2 figure::before {
  content: "Management \aPosition";
  color: #FFD3BE;
}
@media screen and (max-width: 960px) {
  .career_img2 figure::before {
    white-space: pre;
  }
}

.career_img3 figure::before {
  content: "Career Change";
  color: #D0F7E2;
}
@media screen and (max-width: 960px) {
  .career_img3 figure::before {
    bottom: -2px;
  }
}

.career .detail_intro_text {
  margin-bottom: 56px !important;
}

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

.career_ttl {
  margin-bottom: 0;
  color: #151515;
  text-align: justify;
  font-family: "Zen Kaku Gothic New";
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}

.career_ttl-sub {
  color: #151515;
  font-family: "Zen Kaku Gothic New";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
}

.carrier_graph_box {
  border: 8px solid #FFFCF8;
  background: #FFFFFF;
  border-radius: 8px;
  padding: 16px 40px 40px 40px;
  transform: translateY(-30px);
}
@media screen and (max-width: 960px) {
  .carrier_graph_box {
    transform: translateY(0);
    padding: 16px 16px 40px 16px;
    gap: 40px;
  }
}
.carrier_graph_box .swell-block-columns__inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: space-around;
  gap: 8px;
}
@media screen and (max-width: 960px) {
  .carrier_graph_box .swell-block-columns__inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

.swell-block-column {
  width: 100% !important;
}

.career .career_graph_ttl {
  color: #D4D4D4;
  text-align: justify;
  font-family: "Golos Text", sans-serif;
  font-size: 56px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  margin-bottom: 0;
}
@media screen and (max-width: 960px) {
  .career .career_graph_ttl {
    margin-bottom: 24px;
  }
}
.career .carrier_graph_box .career_list_ttl {
  color: #00A5F1;
  font-family: "Zen Kaku Gothic New";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  padding-left: 24px;
  padding-top: 19px;
  padding-bottom: 12px;
  position: relative;
  margin-bottom: 10px !important;
}
.career .carrier_graph_box .career_list_ttl::before {
  content: "";
  position: absolute;
  background-color: #D4D4D4;
  left: 0;
  width: 12px;
  height: 24px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 4px;
}
.career .carrier_graph_box .career_list_ttl::after {
  content: "";
  position: absolute;
  background-color: #39C8FF;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
.career .carrier_graph_box .career_list_ttl2 {
  color: #FF5100;
}
.career .carrier_graph_box .career_list_ttl2::after {
  background-color: #FF6C27;
}
.career .carrier_graph_box .career_list_ttl3 {
  color: #17D56F;
}
.career .carrier_graph_box .career_list_ttl3::after {
  background-color: #63E39F;
}

.career_list_ttl1 {
  color: #00A5F1;
}

.career .carrier_graph_box .career_graph_ttl-sub {
  color: #FFFFFF;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  border-radius: 9999px;
  margin-bottom: 0;
  margin-top: 24px !important;
  padding: 4px 16px;
  width: calc(100% - 24px);
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 960px) {
  .career .carrier_graph_box .career_graph_ttl-sub {
    font-size: 14px;
  }
}
.career .carrier_graph_box .career_graph_ttl-sub1 {
  background: #39C8FF;
}
.career .carrier_graph_box .career_graph_ttl-sub2 {
  background: #FF6C27;
}
.career .carrier_graph_box .career_graph_ttl-sub3 {
  background: #63E39F;
}

.career_graph_ttl-sub1 {
  background: #39C8FF;
}

.career_list_text {
  color: #151515;
  font-family: "Zen Kaku Gothic New";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
  padding: 19px 12px 16px 12px;
  position: relative;
  margin-bottom: 0;
}
@media screen and (max-width: 960px) {
  .career_list_text {
    font-size: 14px;
    padding: 8px 12px 12px 12px;
  }
}
.career_list_text::after {
  content: "";
  position: absolute;
  background-color: #D4D4D4;
  left: 0;
  width: 100%;
  height: 2px;
  bottom: 0;
}
.career_list_text:first-child {
  margin-top: 12px;
}
.c_list_txt_nowrap{
	white-space: nowrap;
}

@media screen and (max-width: 960px) {
  .career_group {
    margin-bottom: 80px;
  }
}
.career_group:last-child {
  margin-bottom: 113px;
}

.page-id-17 .benefits {
  background: #C5E8F6;
  padding: 0 80px !important;
  position: relative;
}
.page-id-17 .benefits::before {
  content: "";
  position: absolute;
  top: -1px;
  right: -1px;
  width: 160px;
  height: 160px;
  background: #fff;
  clip-path: polygon(0 0, 100% 0, 100% 100%);
  z-index: 10;
}
@media screen and (max-width: 960px) {
  .page-id-17 .benefits::before {
    width: 80px;
    height: 80px;
  }
}
@media screen and (max-width: 960px) {
  .page-id-17 .benefits {
    padding: 0 !important;
  }
}
.page-id-17 .benefits .swell-block-fullWide__inner {
  padding: 160px 80px !important;
  background-color: #C5E8F6;
}
@media screen and (max-width: 960px) {
  .page-id-17 .benefits .swell-block-fullWide__inner {
    padding: 160px 24px !important;
  }
}
.page-id-17 .benefits .swell-block-fullWide__inner .section_ttl-lower::before {
  content: "Benefits" !important;
  width: 200px;
  color: #FFFFFF;
}
.page-id-17 .benefits .swell-block-fullWide__inner .voice_flex {
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 960px) {
  .page-id-17 .lower_title-line {
    padding-left: 20px;
  }
}
.page-id-17 .lower_title-line::after {
  content: none;
}

.benefits_data_box {
  width: 100%;
}
.benefits_data_box .data_flex_box::after {
  content: none;
}

.benefits_data_box .swell-block-columns__inner {
  display: grid;
  grid-template-columns: repeat(6, 1fr); /* 6列のグリッド */
  gap: 32px; /* グリッドアイテム間の間隔 */
}
@media screen and (max-width: 960px) {
  .benefits_data_box .swell-block-columns__inner {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

.benefits_data_box .swell-block-column .data_ttl {
  color: #151515;
  font-family: "Zen Kaku Gothic New";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
}
.benefits_data_box .swell-block-column .data_ttl-sub {
  line-height: 180%;
}
.benefits_data_box .swell-block-column .font24 {
  color: #151515;
  font-family: "Zen Kaku Gothic New";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 180%;
}
.benefits_data_box .swell-block-column .data_font40 {
  color: #00A5F1;
  font-family: "Zen Kaku Gothic New";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 180%;
  position: relative;
}

/* 1〜2番目のアイテム（年間休日、平均年齢） - 3列分を占有 */
.benefits_data_box .swell-block-columns__inner > .swell-block-column:nth-child(1),
.benefits_data_box .swell-block-columns__inner > .swell-block-column:nth-child(2) {
  grid-column: span 3; /* 3列分を占有 */
  position: relative;
  max-height: 280px;
}
.benefits_data_box .swell-block-columns__inner > .swell-block-column:nth-child(1)::before,
.benefits_data_box .swell-block-columns__inner > .swell-block-column:nth-child(2)::before {
  content: "";
  position: absolute;
  top: -1px;
  right: -1px;
  width: 40px;
  height: 40px;
  background: #C5E8F6;
  clip-path: polygon(0 0, 100% 0, 100% 100%);
  z-index: 10;
}

/* 3〜4番目のアイテム（通勤手当、食事手当） - 3列分を占有 */
.benefits_data_box .swell-block-columns__inner > .swell-block-column:nth-child(3),
.benefits_data_box .swell-block-columns__inner > .swell-block-column:nth-child(4) {
  grid-column: span 3; /* 3列分を占有 */
  position: relative;
  max-height: 155px;
}
.benefits_data_box .swell-block-columns__inner > .swell-block-column:nth-child(3)::before,
.benefits_data_box .swell-block-columns__inner > .swell-block-column:nth-child(4)::before {
  content: "";
  position: absolute;
  top: -1px;
  right: -1px;
  width: 24px;
  height: 24px;
  background: #C5E8F6;
  clip-path: polygon(0 0, 100% 0, 100% 100%);
  z-index: 10;
}

/* 5〜13番目のアイテム（産休育休以降） - 2列分を占有 */
.benefits_data_box .swell-block-columns__inner > .swell-block-column:nth-child(n+5):nth-child(-n+13) {
  grid-column: span 2; /* 2列分を占有 */
  position: relative;
}
.benefits_data_box .swell-block-columns__inner > .swell-block-column:nth-child(n+5):nth-child(-n+13)::before {
  content: "";
  position: absolute;
  top: -1px;
  right: -1px;
  width: 12px;
  height: 12px;
  background: #C5E8F6;
  clip-path: polygon(0 0, 100% 0, 100% 100%);
  z-index: 10;
}

@media screen and (max-width: 960px) {
  .page-id-15 .page_title-En {
    right: 10px;
  }
}
.page-id-15 .page_title-En::before {
  content: "";
  position: absolute;
  background-image: url(./images/about/header_img.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  left: 50%;
  transform: translateX(-50%);
  bottom: 20px;
  width: 362px;
  height: 172px;
  z-index: -1;
}
@media screen and (max-width: 960px) {
  .page-id-15 .page_title-En::before {
    width: 181px;
    height: 86px;
    left: 54%;
    bottom: 0;
  }
}

.philosophy {
  padding-bottom: 40px !important;
  position: relative;
  z-index: 3;
}
.philosophy .swell-block-fullWide__inner .section_ttl-lower:before {
  content: "Philosophy" !important;
}
@media screen and (max-width: 960px) {
  .philosophy .swell-block-fullWide__inner .section_ttl-lower:before {
    font-size: 60px;
    left: 0;
    white-space: nowrap;
  }
}

.philosophy_intro_box {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-bottom: 40px;
}

.philosophy_intro_text {
  background: var(--Linear, linear-gradient(113deg, #61cbf4 38.84%, #00adfd 77.98%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Zen Kaku Gothic New";
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}
@media screen and (max-width: 960px) {
  .philosophy_intro_text {
    font-size: 36px;
    white-space: nowrap;
  }
}

.philosophy_box {
  max-width: 752px;
}

.philosophy_list_inner .swell-block-columns__inner {
  gap: 16px;
}

.philosophy_list {
  padding: 24px 24px 24px 72px;
  color: #151515;
  font-family: "Zen Kaku Gothic New";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 180%;
  background: #F5FAFF;
  position: relative;
}
.philosophy_list::before {
  position: absolute;
  left: 24px;
  width: 36px;
  height: 34px;
  color: #00A5F1;
  text-align: justify;
  font-family: "Golos Text", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media screen and (max-width: 960px) {
  .philosophy_list::before {
    top: 26px;
  }
}
.philosophy_list::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 24px;
  height: 24px;
  background: #FFFFFF;
  clip-path: polygon(100% 0, 0 0, 100% 100%);
  z-index: 2;
}

.philosophy_list1::before {
  content: "01";
}

.philosophy_list2::before {
  content: "02";
}

.philosophy_list3::before {
  content: "03";
}

.policy {
  background-color: #F3F4F7;
  position: relative;
  z-index: 0;
}
.policy::before {
  position: absolute;
  content: "";
  background-color: #FFFFFF;
  width: 160px;
  height: 160px;
  top: 0;
  right: 0;
  clip-path: polygon(0 0, 100% 0, 100% 100%);
  z-index: 1;
}
@media screen and (max-width: 960px) {
  .policy::before {
    width: 80px;
    height: 80px;
  }
}
.policy:after {
  position: absolute;
  content: "company information company information company information";
/*   animation: textLoop 20s linear infinite; */
/*   animation-name: textLoop2;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-duration: var(--textLoop2-duration, 28s); */
}
/* @keyframes textLoop2 {
  to { transform: translateX(calc(-1 * var(--textLoop2-distance, 1000px))); }
}
@keyframes textLoop2 {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
}} */

  color: #FFFFFF;
  font-size: 160px;
  white-space: nowrap;
  font-family: "Golos Text", sans-serif;
  font-size: 160px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.policy .swell-block-fullWide__inner {
  max-width: 960px !important;
}
.policy .swell-block-fullWide__inner .section_ttl-lower:before {
  content: "Policy" !important;
}
@media screen and (max-width: 960px) {
  .policy .swell-block-fullWide__inner .section_ttl-lower:before {
    left: 0;
    white-space: nowrap;
  }
}
.policy .lower_title-line::after {
  background-image: url(./images/about/hosin_img.png);
  z-index: 1;
  width: 381px;
  height: 199px;
  top: 0;
  right: -8px;
}
@media screen and (max-width: 960px) {
  .policy .lower_title-line::after {
    width: 240px;
    height: 149px;
    right: -102px;
    top: -90px;
  }
}
.policy .lower_title-line-none::after {
  content: none;
}
.policy .top_faq_text {
  bottom: -160px;
  width: 100vw;
}

.about_policy_box {
  margin-bottom: 85px;
}

.policy_box {
  margin-bottom: 80px;
}

.policy_list_inner .swell-block-columns__inner {
  gap: 16px;
}

.policy_list {
  padding: 72px 24px 24px 24px;
  color: #151515;
  font-family: "Zen Kaku Gothic New";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
  background: #FFFFFF;
  position: relative;
}
.policy_list::before {
  position: absolute;
  top: 24px;
  left: 24px;
  width: 36px;
  height: 34px;
  color: #00A5F1;
  text-align: justify;
  font-family: "Golos Text", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media screen and (max-width: 960px) {
  .policy_list::before {
    top: 26px;
  }
}
.policy_list::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 24px;
  height: 24px;
  background: #F3F4F7;
  clip-path: polygon(100% 0, 0 0, 100% 100%);
  z-index: 2;
}

.policy_list1::before {
  content: "01";
}

.policy_list2::before {
  content: "02";
}

.policy_list3::before {
  content: "03";
}

.policy_list4::before {
  content: "04";
}

.policy_kanyo_box .swell-block-columns__inner {
  display: grid;
  grid-template-columns: 0.5fr 0.4583fr;
  gap: 40px;
  justify-content: space-between;
}
@media screen and (max-width: 960px) {
  .policy_kanyo_box .swell-block-columns__inner {
    grid-template-columns: 1fr;
  }
}

.kankyo_img_box {
  height: 100%;
}
.kankyo_img_box img {
  height: 100%;
}

.company {
  position: relative;
  overflow: hidden;
}
.company .swell-block-fullWide__inner {
  max-width: 960px !important;
}
.company .swell-block-fullWide__inner .section_ttl-lower {
  margin-bottom: 80px !important;
}
.company .swell-block-fullWide__inner .section_ttl-lower:before {
  content: "Company information" !important;
}
@media screen and (max-width: 960px) {
  .company .swell-block-fullWide__inner .section_ttl-lower:before {
    left: 0;
    white-space: nowrap;
  }
}
.company .seizo_list_text {
  padding-left: 0;
}
.company .seizo_list_text a {
  color: #151515;
}

.company_list_box {
  margin-bottom: 40px;
}
.company_list_box:last-child {
  margin-bottom: 0;
}
.company_list_box .wp-block-group__inner-container .seizo_list_ttl {
  margin-bottom: 0;
}
.company_list_box .wp-block-group__inner-container {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.googlemap {
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 960px) {
  .googlemap {
    position: inherit;
    width: calc(100vw + 48px);
    height: 240px;
    left: -24px;
  }
}

.page-template-archive-recruitment_type #content.l-container {
  padding: 0 !important;
}

.recruitment-archive,
.single-recruitment_type {
  padding-bottom: 40px !important;
}
.recruitment-archive .swell-block-fullWide__inner .section_ttl-lower:before,
.single-recruitment_type .swell-block-fullWide__inner .section_ttl-lower:before {
  content: "SK work" !important;
}
@media screen and (max-width: 960px) {
  .recruitment-archive .swell-block-fullWide__inner .section_ttl-lower:before,
  .single-recruitment_type .swell-block-fullWide__inner .section_ttl-lower:before {
    font-size: 60px;
    width: 100%;
    left: 0;
    white-space: nowrap;
  }
}
.recruitment-archive .swell-block-fullWide__inner .section_ttl-lower .voice_flex,
.single-recruitment_type .swell-block-fullWide__inner .section_ttl-lower .voice_flex {
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 960px) {
  .recruitment-archive .lower_title-line,
  .single-recruitment_type .lower_title-line {
    padding-left: 20px;
  }
}
@media screen and (max-width: 960px) {
  .recruitment-archive .page_title-En,
  .single-recruitment_type .page_title-En {
    right: 10px;
  }
}
.recruitment-archive .page_title-En::before,
.single-recruitment_type .page_title-En::before {
  content: "";
  position: absolute;
  background-image: url(./images/recruit/header_img.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  left: 65%;
  transform: translateX(-50%);
  bottom: 40px;
  width: 399px;
  height: 175px;
  z-index: -1;
}
@media screen and (max-width: 960px) {
  .recruitment-archive .page_title-En::before,
  .single-recruitment_type .page_title-En::before {
    width: 199px;
    height: 87px;
    bottom: 20px;
    left: 73%;
  }
}

.archive-recruitment__inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 160px 0;
}
@media screen and (max-width: 960px) {
  .archive-recruitment__inner {
    padding: 80px 24px;
  }
}

.recruitment-category {
  margin-bottom: 80px;
}
.recruitment-category:last-child {
  margin-bottom: 0;
}

.recruitment-category .recruitment-category__title {
  color: #151515;
  font-family: "Zen Kaku Gothic New";
  font-size: 36px;
  font-weight: 700;
  line-height: 150%;
  position: relative;
  margin-bottom: 88px;
}
.recruitment-category .recruitment-category__title::before {
  position: absolute;
  left: 0;
  top: 60px;
  color: #D4D4D4;
  font-family: "Golos Text", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.recruitment-category--manufacturing .recruitment-category__title::before {
  content: "Manufacturing";
}

.recruitment-category--quality .recruitment-category__title::before {
  content: "Quality assurance";
}

.recruitment-category--sales .recruitment-category__title::before {
  content: "Sales";
}

.recruitment-category--others .recruitment-category__title::before {
  content: "Others";
}

.recruitment-empty {
  color: #151515;
  text-align: justify;
  font-family: "Zen Kaku Gothic New";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
}
@media screen and (max-width: 960px) {
  .recruitment-empty {
    font-size: 16px;
  }
}

.recruitment-card__title {
  color: #151515;
  text-align: justify;
  font-family: "Zen Kaku Gothic New";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
}
@media screen and (max-width: 960px) {
  .recruitment-card__title {
    font-size: 16px;
  }
}

.recruitment-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
@media screen and (max-width: 960px) {
  .recruitment-list {
    grid-template-columns: repeat(1, 1fr);
  }
}

.recruitment-card {
  border: 1px solid #d4d4d4;
}

.recruitment-card__content {
  padding: 16px;
  display: flex;
  flex-direction: column;
/*   gap: 16px; */
  justify-content: space-between;
  height: 156px;
}
@media screen and (max-width: 960px) {
.recruitment-card__content {
  gap: 16px;
  height: auto;
}
}
.recruitment-card__image {
  width: 100%;
  height: 240px;
}
@media screen and (max-width: 960px) {
  .recruitment-card__image {
    height: 180px;
  }
}
.recruitment-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.recruitment-card__button {
  position: relative;
}
.recruitment-card__button .recruitment-button {
  color: #FFFFFF !important;
  cursor: pointer;
  transition: all 0.3s ease;
  display: block;
  border-radius: 9999px;
  background: #00A5F1;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  padding: 16px 40px;
}
.recruitment-card__button .recruitment-button:hover {
  background-color: #76D9FF;
}
.recruitment-card__button::before {
  content: "";
  position: absolute;
  background-image: url(./images/common/icon_btn_arrow-white.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  right: 40px;
  width: 16px;
  height: 16px;
  top: 50%;
  transform: translateY(-50%);
}

.single-recruitment_type .p-blogParts {
  max-width: 960px;
  margin: 0 auto;
}

.recruitment-single__inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 160px 0 0 0;
}
@media screen and (max-width: 960px) {
  .recruitment-single__inner {
    padding: 80px 0 0 0;
  }
}

.recruitment-content__inner {
  border: 1px solid #D4D4D4;
  margin-bottom: 160px;
}

.recruitment-single__title {
  color: #151515;
  font-family: "Zen Kaku Gothic New";
  font-size: 40px;
  font-weight: 700;
  line-height: 150%;
  padding-left: 28px;
  position: relative;
  margin-bottom: 40px;
  line-height: 150%;
}
@media screen and (max-width: 960px) {
  .recruitment-single__title {
    font-size: 24px;
    padding-left: 20px;
  }
}
.recruitment-single__title::before {
  content: "";
  position: absolute;
  background-color: #76D9FF;
  left: 0;
  top: 0;
  width: 12px;
  border-radius: 4px;
  height: 100%;
}
@media screen and (max-width: 960px) {
  .recruitment-single__title::before {
    width: 8px;
    height: 1em;
    top: 0.25em;
  }
}

.recruitment-single__list {
  padding: 40px;
}
@media screen and (max-width: 960px) {
  .recruitment-single__list {
    padding: 24px;
  }
}

.recruitment-single__item {
  display: grid;
  grid-template-columns: 0.23fr 0.76fr;
  gap: 24px;
  padding: 16px;
  border-bottom: 1px solid #D4D4D4;
}
.recruitment-single__item:last-child {
  border-bottom: none;
}
@media screen and (max-width: 960px) {
  .recruitment-single__item {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

.recruitment-single__term {
  color: #151515;
  font-family: "Zen Kaku Gothic New";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
  padding-left: 18px;
  position: relative;
}
.recruitment-single__term::before {
  content: "";
  position: absolute;
  background-color: #C5E8F6;
  left: 0;
  top: 0.5em;
  width: 8px;
  height: 16px;
}

.recruitment-single__desc {
  color: #151515;
  font-family: "Zen Kaku Gothic New";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
}

.recruitment-flow {
  padding: 0 0 160px 0;
}

.recruitment-flow__title {
  color: #151515 !important;
  font-family: "Zen Kaku Gothic New" !important;
  font-size: 36px !important;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: 150% !important;
  position: relative !important;
  margin-top: 0 !important;
  margin-bottom: 113px !important;
  background-color: transparent !important;
  border-top: none !important;
  border-bottom: none !important;
  padding: 0 !important;
}
.recruitment-flow__title::before {
  content: "Headline" !important;
  position: absolute;
  color: #D4D4D4;
  left: 0 !important;
  top: 40px !important;
  width: 200px;
  height: 100%;
  font-size: 20px;
  border: none !important;
}

.recruitment-flow__steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 960px) {
  .recruitment-flow__steps {
    grid-template-columns: repeat(1, 1fr);
    gap: 80px;
  }
}

.recruitment-flow__label {
  border-radius: 9999px;
  background: #39C8FF;
  color: #F5FAFF;
  text-align: center;
  font-family: "Golos Text", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding: 14px 24px;
  position: absolute;
  top: -53px;
  left: 0;
}

.recruitment-flow__step {
  border: 1px solid #76D9FF;
  background: #FFFFFF;
  padding: 40px;
  position: relative;
  height: 161px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.recruitment-flow__step::before {
  content: "";
  position: absolute;
  background-image: url(./images/recruit/icon_arrow.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  top: 50%;
  transform: translate(50%, -50%);
  right: -20px;
  width: 10px;
  height: 14px;
}
@media screen and (max-width: 960px) {
  .recruitment-flow__step::before {
    width: 14px;
    height: 10px;
    rotate: 90deg;
    right: auto;
    bottom: -26px;
    left: 50%;
    transform: translateX(-50%);
    top: auto;
  }
}
.recruitment-flow__step:last-child::before {
  display: none;
}

.recruitment-flow__text {
  color: #505050;
  font-weight: 700;
  font-size: 16px;
  line-height: 180%;
}
.recruitment-flow__text a {
  color: #FF6C27;
  text-decoration: underline;
}

.recruitment-flow__text-sub {
  color: #808080;
  font-family: "Zen Kaku Gothic New";
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 180%;
}

.recruitment-flow__entry {
  margin-bottom: 160px;
}
@media screen and (max-width: 960px) {
  .recruitment-flow__entry {
    margin-bottom: 40px;
  }
}
.recruitment-flow__entry .recruitment-flow__button {
  background: #00A5F1;
}
.recruitment-flow__entry .recruitment-flow__button:hover {
  background-color: #76D9FF;
}

.recruitment-flow__button .swell-block-button__link {
  height: 126px;
  width: 100%;
  padding: 38px 32px 42px 32px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  border-radius: 9999px;
  background: #00A5F1;
  box-shadow: 8px 8px 24px 0 rgba(11, 48, 65, 0.05);
  color: #FFFFFF;
  font-family: "Golos Text", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  transition: all 0.3s ease;
}
@media screen and (max-width: 960px) {
  .recruitment-flow__button .swell-block-button__link {
    height: 120px;
  }
}
.recruitment-flow__button .swell-block-button__link:hover {
  background-color: #76D9FF;
}
.recruitment-flow__button .swell-block-button__link span {
  position: relative;
}
.recruitment-flow__button .swell-block-button__link span::before {
  content: "エントリー";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 18px;
  transform: translateX(-50%);
  color: #151515;
  font-family: "Zen Kaku Gothic New";
  font-size: 12px;
  font-weight: 500;
  line-height: 150%;
}

.recruitment-flow__prev {
  margin: 0 auto;
  width: 320px;
}
.recruitment-flow__prev .recruitment-flow__button-prev {
  background-color: #F3F4F7;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  color: #00A5F1;
  font-family: "Zen Kaku Gothic New";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
  text-align: center;
  display: block;
  width: 100%;
  height: auto;
  border-radius: 9999px;
  transition: all 0.3s ease;
}
.recruitment-flow__prev .recruitment-flow__button-prev:hover {
  opacity: 0.8;
}

/*# sourceMappingURL=style.css.map */

/*add nnxt*/
/* ===== TOP：VOICE（SPのみ）viewport内だけ無限マルキー ===== */
/* ===== SPだけ：viewport外のvoice_item_innerは非表示 ===== */
@media (max-width: 767px){
  .top_employee .voice_item_inner{
    display: none !important;
  }
  .top_employee .voice_viewport .voice_item_inner{
    display: flex !important;
  }
}

/* PCではクローンを見せない保険 */
@media (min-width: 768px){
  .top_employee .voice_viewport .voice_item[data-voice-clone="1"]{
    display: none !important;
  }
}

@media (max-width: 767px){
  .top_employee{
    overflow-x: hidden !important;
  }

  .top_employee .voice_viewport{
    overflow: hidden !important;
    width: 100%;
  }

  /* 余計なUI（左右ボタン等）がある場合はSPでは隠す */
  .top_employee .voice_scroll_buttons,
  .top_employee .btn_prev,
  .top_employee .btn_next{
    display: none !important;
  }

  .top_employee .voice_viewport .voice_item_inner{
    flex-wrap: nowrap !important;
    gap: 28px;
    width: max-content !important;
    max-width: none !important;
    will-change: transform;
    animation: voiceMarquee var(--voice-marquee-duration, 14s) linear infinite;
  }

  .top_employee .voice_viewport .voice_item{
    flex: 0 0 auto;
  }
}

@keyframes voiceMarquee{
  0%   { transform: translate3d(0,0,0); }
  100% { transform: translate3d(calc(-1 * var(--voice-marquee-x, 1200px)),0,0); }
}


/*environment*/
@media (max-width: 767px){
[data-postid="17"] .page_title-En {
    right: 10px;
}
}
.carrier_graph_box div p.career_graph_ttl,
.carrier_graph_box div p.career_graph_ttl-sub {
    margin-bottom: 10px !important;
}

/*requirments*/
@media (max-width: 767px){
.p-blogParts .recruitment-flow {
    width: 86%;
    margin: auto;
}
	.recruitment-flow__step{
		align-items: flex-start;
	}
}

/*entry form*/
.recruit-form__clm{
	margin-bottom: 16px;
}
.recruit-form__clm .recruit-form__label{
	margin-bottom: 8px;
}
/* 送信ボタン下完了時 */
.wpcf7 form.sent .wpcf7-response-output {
    border-color: none!important;
	font-weight: 700;
}
/* 送信ボタン下未入力警告 */
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
    border: none;
}
/* 必須未入力項目下の文章 */
.wpcf7-not-valid-tip {
    color: #f88;
    font-size: 12px;
}


/* =========================================================
  3D Ring Text - Base (3箇所共通)
========================================================= */
:root{
  --r: 380px;
  --duration: 30s;
  --tilt-x: 75deg;
  --tilt-y: 15deg;
  --total: 40;

  --ring-color: #C5E8F6;
  --ring-font-size: 104px;

  /* ▼ 追加：配置と3Dを変数化（各セクションで上書きする） */
  --pos-x: -35%;
  --pos-y: 35%;
  --perspective: 1200px;
  --z-index: 0;
}

/* リングを置く親（各セクションに ring-host を付ける） */
.ring-host{
  position: relative;
  overflow: visible;
}

.circle-wrap{
  position: absolute;
  pointer-events: none;
  z-index: var(--z-index);

  left: 0;
  bottom: 0;

  perspective: var(--perspective);
  transform: translate(var(--pos-x), var(--pos-y)) rotateY(var(--tilt-y));
  transform-style: preserve-3d;
}

.circle{
  position: relative;
  width: calc(var(--r) * 2);
  height: calc(var(--r) * 2);
  transform-style: preserve-3d;
  animation: rotate-ring var(--duration) linear infinite;
}

@keyframes rotate-ring{
  from{ transform: rotateX(var(--tilt-x)) rotateZ(0deg); }
  to  { transform: rotateX(var(--tilt-x)) rotateZ(360deg); }
}

.letters{
  position: absolute;
  inset: 0;
  transform-style: preserve-3d;
}

.letter{
  position: absolute;
  top: 50%;
  left: 50%;

  font-family: "Golos Text", sans-serif;
  font-size: var(--ring-font-size);
  font-weight: 500;

  /* 1) まず負のletter-spacingをやめる（くっつき防止） */
  letter-spacing: var(--ring-letter-spacing, 0.06em);

  color: var(--ring-color);

  /* 2) 奥側も見せたいなら hidden をやめる */
  backface-visibility: visible;

  /* 3) フォントの詰まり（カーニング/リガチャ）を無効化 */
  font-kerning: none;
  font-variant-ligatures: none;

  --angle: calc((360 / var(--total)) * var(--i) * -1deg);
  --x: calc(cos(var(--angle)) * var(--r));
  --y: calc(sin(var(--angle)) * var(--r));

  transform:
    translate(-50%, -50%)
    translate3d(var(--x), var(--y), 0)
    rotateZ(calc(var(--angle) - 90deg))
    rotateX(-90deg);
}

/* =========================================================
  3D Ring Text - Base (3箇所共通)
========================================================= */
:root{
  --r: 380px;
  --duration: 30s;
  --tilt-x: 75deg;
  --tilt-y: 15deg;
  --total: 40;

  --ring-color: #C5E8F6;
  --ring-font-size: 104px;

  /* 追加：全リング共通の初期値（警告＆崩れ防止） */
  --ring-letter-spacing: 0.06em;

  /* 配置と3D */
  --pos-x: -35%;
  --pos-y: 35%;
  --perspective: 1200px;
  --z-index: 0;
}

.ring-host{
  position: relative;
  overflow: visible;
}

.circle-wrap{
  position: absolute;
  pointer-events: none;
  z-index: var(--z-index);

  left: 0;
  bottom: 0;

  perspective: var(--perspective);
  transform: translate(var(--pos-x), var(--pos-y)) rotateY(var(--tilt-y));
  transform-style: preserve-3d;
}

.circle{
  position: relative;
  width: calc(var(--r) * 2);
  height: calc(var(--r) * 2);
  transform-style: preserve-3d;
  animation: rotate-ring var(--duration) linear infinite;
}

@keyframes rotate-ring{
  from{ transform: rotateX(var(--tilt-x)) rotateZ(0deg); }
  to  { transform: rotateX(var(--tilt-x)) rotateZ(360deg); }
}

.letters{
  position: absolute;
  inset: 0;
  transform-style: preserve-3d;
}

.letter{
  position: absolute;
  top: 50%;
  left: 50%;

  font-family: "Golos Text", sans-serif;
  font-size: var(--ring-font-size);
  font-weight: 500;

  /* fallback付き（未定義でも壊れない） */
  letter-spacing: var(--ring-letter-spacing, 0.06em);

  color: var(--ring-color);

  /* 共通でvisible 裏側テキスト表示 */
  backface-visibility: visible;

  font-kerning: none;
  font-variant-ligatures: none;

  --angle: calc((360 / var(--total)) * var(--i) * -1deg);
  --x: calc(cos(var(--angle)) * var(--r));
  --y: calc(sin(var(--angle)) * var(--r));

  transform:
    translate(-50%, -50%)
    translate3d(var(--x), var(--y), 0)
    rotateZ(calc(var(--angle) - 90deg))
    rotateX(-90deg);
}
/*common SP*/
@media (max-width: 960px){
  :root{
    --r: 280px;
    --ring-font-size: 88px;
    --perspective: 1400px;
    --pos-x: -25%;
    --pos-y: 35%;
  }
}

/*  個別調整　*/
/* 1) top_environment（←このブロックは一度消して、下をコピペ推奨） */
.top_environment.ring-host {
    --total: 41.5;
    --r: 480px;
    --tilt-y: 40deg;
    --tilt-x: 72deg;
    --pos-x: -12%;
    --pos-y: 42%;
    --ring-letter-spacing: 0.06em;
}
@media (max-width: 960px){
.top_environment.ring-host {
    --total: 40;
    --r: 360px;
	--pos-y: 48%;
}
}

.top_environment.ring-host .circle-wrap{
  z-index: -1;
}

/* m の文字だけ少し外側へ（例） */
.top_environment .letter.is-m{
  transform:
    translate(-50%, -50%)
    translate3d(calc(var(--x) * 1.02), calc(var(--y) * 1.02), 0)
    rotateZ(calc(var(--angle) - 90deg))
    rotateX(-90deg);
}

/* 2) top_process */
.top_process.ring-host {
    --total: 38;
    --r: 420px;
    --pos-x: 74%;
    --pos-y: 3%;
    --tilt-x: 430deg;
    --tilt-y: -52deg;
}
@media (max-width: 960px){
.top_process.ring-host {
    --total: 38;
    --r:330px;
    --pos-x: 20%;
	--pos-y: -3%;
}
}
.top_process.ring-host .circle-wrap{
  z-index: -1;
}

/* 3) philosophy */
.philosophy.ring-host {
    --total: 46;
    --r: 420px;
    --pos-x: 74%;
    --pos-y: 55%;
    --tilt-x: 430deg;
    --tilt-y: -52deg;
}
@media (max-width: 960px){
.philosophy.ring-host {
    --r: 360px;
    --pos-x: 30%;
    --pos-y: 53%;
}
}

/*entry btn right*/
/* エントリーエリアが見えたら右固定Entryを消す */
body.is-hide-fixed-entry .btn_entry-circle .swell-block-button__link,
body.is-hide-fixed-entry .btn-entry-circle .swell-block-button__link{
  display: none !important;
}


/*textLoop animation*/
/* =========================
   Text Loop 2 (Pattern B)
   ::after で作っていた旧アニメを止め、JSで差し込む方式に置き換え
========================= */

/* 0) 旧：::after のテキストアニメを無効化（競合防止）
   ※テキスト自体も ::after だけで出していた場合は表示が消えますが、
     下の「2) セクションごとの文言設定」を入れると復活します。
*/
.policy::after,
.duties::after,
.message::after,
.top_employee::after,
.top_faq::after {
  content: none !important;
  animation: none !important;
  transform: none !important;
}

/* 1) ループの表示枠（はみ出しを隠す） */
.policy,
.duties,
.message,
.top_employee,
.top_faq {
  overflow: hidden;
  position: relative;
}

/* 2) JSが差し込むトラック（動く本体） */
.textLoop2-track {
  display: flex;
  width: max-content;
  white-space: nowrap;
  will-change: transform;

  /* 文字同士の間隔（好みで調整） */
  gap: 2rem;

  /* 速度（好みで調整） */
  animation: textLoop2 25s linear infinite;
	--textLoop2-duration: 60s;
}

/* 3) トラック内の各塊 */
.textLoop2-item {
  flex: none;
  white-space: nowrap;
}

/* 4) パターンB（複製している前提で -50%） */
@keyframes textLoop2 {
  to { transform: translateX(-50%); }
}

/* 5) 動きを減らす設定 */
@media (prefers-reduced-motion: reduce) {
  .textLoop2-track {
    animation: none;
    transform: none;
  }
}

/* =========================
   2) セクションごとの“流す文字”をここで指定（必須）
   ※あなたの元CSSの ::after content の文言を、ここにコピペしてください
========================= */
.policy { --textLoop2-text: "company information company information "; }
.message { --textLoop2-text: "Message from the recruiter "; }
.top_employee { --textLoop2-text: "Worker's voice Worker's voice "; }
.duties { --textLoop2-text: "Main duties Main duties Main duties "; }
 

/* top_faq は SPのみだったとのことなので、SPでだけ指定したい場合 */
@media (max-width: 960px){
  .top_faq{ --textLoop2-text: "Recruitment Q&A Recruitment Q&A "; }
}

/* =========================================
   textLoop2（JS生成版）追加CSS
   ・HTMLは触らない
   ・元の::afterは残して、成功時だけ隠す
   ・.duties は対象外
========================================= */

.policy, .message, .top_employee, .top_faq{
  position: relative;
  overflow: hidden;
}

/* JSで生成される帯 */
.textLoop2{
  position: absolute;
  left: 0;
  right: 0;
  top: 0;               /* 位置が違う場合はここだけ調整 */
  pointer-events: none;
  z-index: 3;           /* ::after より上に出す */
}

/* 流れる本体 */
.textLoop2-track{
  white-space: nowrap;
  display: flex;
  width: max-content;
  animation: textLoop2 var(--loop-duration, 20s) linear infinite;
  will-change: transform;
}

/* 文字 */
.textLoop2-item{
  display: inline-block;
  padding-right: 2.5rem;
  font-family: "Golos Text", sans-serif;
  font-weight: 500;
  font-size: 160px;     /* あなたの既存値に合わせておく */
  line-height: 1;
  color: #FFFFFF;

  white-space: nowrap;
  padding-right: 0.6em;   /* ← ★これが「単語と単語」「複製間」の余白 */
}

@keyframes textLoop2{
  to{
    transform: translateX(calc(-1 * var(--loop-distance, 1000px)));
  }
}


/* PCのみ固定表示（afterで置く） */
@media (min-width: 961px){
  .top_faq::after{
    content: "Recruitment Q&A";
    position: absolute;
    left: 0;
    bottom: -26px; /* 後で調整OK */
    white-space: nowrap;
    pointer-events: none;
    font-family: "Golos Text", sans-serif;
    font-size: 160px;
    font-weight: 500;
    color: #fff;
    line-height: 1;
  }
}
/* SPだけ少し調整 */
@media (max-width: 760px){
  .textLoop2-item{
    font-size: 28vw;    /* top_faq のSP指定に合わせた応急 */
  }
}

@keyframes textLoop2-move{
  from{ transform: translateX(0); }
  to{ transform: translateX(-50%); }
}

/* JS生成が成功した時だけ、元の::afterを消す（レイアウト事故防止） */
.textLoop2-ready::after{
  content: "";
}

/*位置調整*/
.top_employee .textLoop2-track{
	position: absolute;
	bottom: 0;
}
.message .textLoop2-track{
	position: absolute;
	bottom: -10px;
}

/*固定配置*/
.single-news__inner-container{
  position: relative;
}

.single-news__inner-container::before{
  content: "Information";
  position: absolute;
  right: 0;
/*   top: -104px; /* ← transformの代わり */ */
  width: 551px;
  height: 104px;

  color: #FFFFFF;
  text-align: right;
  font-family: "Golos Text", sans-serif;
  font-size: 104px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -3.12px;
}
@media (max-width:960px){
  .single-news__inner-container::before{
/*     top: -67px; */
    font-size: 56px;
    width: 314px;
    height: 67px;
  }
}
/* ループ帯は親の中で絶対配置する想定 */
.policy, .duties, .message, .top_employee, .top_faq {
  position: relative;
  overflow: hidden;
}

.textLoop2-track{
  position: absolute;
  left: 0;
  bottom: 0;           /* 下に置きたいなら */
  display: flex;
  width: max-content;
  will-change: transform;
  animation: textLoop2 var(--loop-duration, 24s) linear infinite;
  transform: translateX(0);
  pointer-events: none;
  z-index: 1;
}

.textLoop2-item{
  white-space: nowrap;
  display: inline-block;
  padding-right: 0.6em;  /* ★複製のつなぎ目の間隔（ここで調整） */
}

@keyframes textLoop2{
  to { transform: translateX(calc(-1 * var(--loop-distance, 1000px))); }
}


/* worker page
   --voice_card_tab */
/* =========================
   VOICE（PC）：3枚表示の枠を作る
   - 3枚が切れない
   - max 1200px
   - はみ出しは隠す（ぴょーんも隠れる）
========================= */
@media screen and (min-width: 961px) {
  /* 矢印が隠れないように親は visible */
  .voice_cards{
    position: relative;
    overflow: visible;
    padding-top: 16px; /* 矢印分の余白 */
  }

  /* ←ここが肝：PCだけ inner の左右paddingを弱める */
  @media screen and (min-width: 961px) {
  .voice_cards .swell-block-columns__inner{
    width: min(1050px, 100%);
    padding: 24px 24px;
    overflow: hidden;
    gap: 40px;
    margin: 0 auto;
  }
}

  /* ＜＞を3枚枠の右上に固定（上に出さない） */
  .voice_scroll_buttons{
    top: -16px;
    right: max(24px, calc(50% - 550px)); /* width 1100px の右端基準 */
    z-index: 20;
  }
}


/* 一時的に4人目・5人目を非表示 */
.voice_card.member-04,
.voice_card.member-05,
.voice_detail.voice_detail04,
.voice_detail.voice_detail05 {
  display: none;
}