@charset "utf-8";
/* common */
article, aside, main, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
display: block;
}

table {
border-collapse: collapse;
border-spacing: 0;
}

html {
/* font-family: 'Noto Sans JP', sans-serif; */
font-size: 62.5%;
scroll-behavior: smooth;
}

body {
margin: 0;
color: var(--black);
font-feature-settings: "palt";
font-family: var(--mfw-font);
font-size: 1.4rem;
font-weight: 700;
letter-spacing: 0.02em;
line-height: 1.7;
-webkit-text-size-adjust: 100%;
}

img {
max-width: 100%;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
}

ol, ul, li {
  margin: 0;
  padding: 0;
  text-decoration: none;
  list-style-type: none;
}

dl, dt, dd {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: var(--black);
  cursor: pointer;
}

a:visited {
  color: var(--black);
}

.weight100   {
font-weight:100
}

.weight300   {
font-weight:300
}

.weight400   {
font-weight:400
}

.weight500   {
font-weight:500
}

.weight600   {
font-weight:600
}

.weight700   {
font-weight:700
}

.weight900   {
font-weight:900
}

.mb12 {
margin-bottom: 12px!important;
}

.mb24 {
margin-bottom: 24px!important;
}

.mb32 {
margin-bottom: 32px!important;
}

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

.mb80 {
margin-bottom: 80px!important;
}

.mb12- {
  margin-bottom: -12px!important;
}

.small {
  font-size: 1.2rem;
}

:root {
--black: #000;
--bg-gray: #A1A1A1;
--bg-gray02: #C7C7C7;
--white: #fff;
--mfw-font: "Helvetica", "MFW-MidashiGoPr6N-MB31", "Arial";
}

.scroll-prevent {
position: fixed;
z-index: -1;
width: 100%;
height: 100%; 
}

.h1 {
  font-size: 4rem;
  line-height: 4.2em;
}

.h2 {
  font-size: 3.2rem;
  line-height: 1.5;
}

.page-label {
  padding: 0 30px;
  font-size: 1.3rem;
  line-height: 1.5;
  margin-bottom: 36px;
}

.l-sectitle__main h1,
.l-sectitle__main h2,
.l-sectitle__main p {
    font-feature-settings: initial;
}

.pc-only {
  display: none!important;
}

@media (max-width: 500px) {
  body {
    font-size: 3.75vw;
  }
}

@media (min-width: 768px) {
  body {
    font-size: 1.6rem;
  }

  .page-label {
    display: none;
  }

  .pc-only {
    display: block!important;
  }

  .sp-only {
    display: none!important;
  }


}

/* layout */
.l-common-hd {
  width: 100%;
  height: 100px;
  position: fixed;
  top: 0;
  left: 0;
  margin: 0 auto;
  background: var(--white);
}

.l-saiyou__contents {
  position: relative;
}

.l-content__article {
  position: relative;
  width: 100%;
  margin: 0 auto;
  background-color: var(--white);
}

.l-main {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding-top: 124px;
}

.l-sec {
  width: 100%;
  padding-bottom: 120px;
}

.l-sec#sec-positions {
  padding-bottom: 30px;
}

.l-container {
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
}

.l-sectitle__sub {
  width: fit-content;
  line-height: 1.5;
  border-bottom: 1px solid var(--bg-gray02);
  padding: 0 0 8px 30px;
}

.l-sectitle__sub p {
  white-space: nowrap;
}

.l-container .l-sectitle__sub {
  margin-left: -30px;
}

.l-sectitle__main {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: flex-start;
  writing-mode: vertical-rl;
  text-orientation: upright;
  margin-bottom: 30px;
}

.l-sectitle__main h1,
.l-sectitle__main h2 {
  font-size: 5.4rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.l-sectitle__main h1.ws-nowrap {
  white-space: nowrap;
}

.l-sectitle__main p {
  font-size: 1.4rem;
}

.saiyou-top .l-sectitle__main {
  margin-top: -30px;
}

.item-normal {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}

.h2-normal {
  font-size: 3.2rem;
  line-height: 1.5;
}

.l-definition {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  line-height: 1.55;
}

.l-definition dt {
  width: 116px;
  padding: 12px 0;
  border-bottom: 1px solid var(--bg-gray02);
}

.l-definition dd {
  width: calc(100% - 116px);
  padding: 12px 0;
  border-bottom: 1px solid var(--bg-gray02);
}

@media (max-width: 500px) {
  .l-sectitle__main h1,
  .l-sectitle__main h2 {
    font-size: 10.7vw;
  }
}

@media (min-width: 768px) {
  .l-main__top {
    width: 100%;
    max-width: 1120px;
    margin: 0 auto;
  }

  .l-sectitle__sub {
    width: 158px;
    padding: 0 0 8px 0;
    margin-bottom: 80px;
  }
  
  .sec-interview-detail .l-sectitle__sub,
  .sec-recuitment .l-sectitle__sub {
    margin-bottom: 40px;
  }

  .l-sectitle__main {
    writing-mode: initial;
  }

  .l-sectitle__main h1, .l-sectitle__main h2 {
    font-size: 4.8rem;
    line-height: 1.3;
    letter-spacing: 0;
  }

  .l-scroll-content {
    flex: 1;
  }

  .l-container .l-sectitle__sub {
    margin-left: 0;
  }

  .saiyou-top .l-sectitle__main {
    margin-top: 0;
  }

  .l-sectitle__main p {
    font-size: 1.6rem;
    margin-bottom: 16px;
  }
}

@media (min-width: 1120px) {
  .l-container {
    padding: 0;
  }

  .l-definition dt {
    width: 128px;
  }

  .l-definition dd {
    width: calc(100% - 128px);
  }
}

/* sticky */
@media (min-width: 1120px) {

  .l-flex-pc {
    display: flex;
    column-gap: 60px;
  }

  .l-fixed-titles {
    min-width: 400px;
  }

  #saiyou-top .l-fixed-titles {
    min-width: 0;
    width: 400px;
  }

  .fixed-content {
    position: sticky;
    top: 124px;
  }
}

/* common */
.c-btn{
  width: 315px;
  height: 47px;
  border-radius: 9999px;
  transition: all 0.3s 
ease;
  background-color: var(--black);
  cursor: pointer;
  position: relative;
}

.c-btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: relative;
  line-height: 1;
  z-index: 1;
}

.c-btn span.small-text {
  font-size: 1.2rem;
}

.c-btn a span {
  color: var(--white);
}

.c-btn img {
  position: absolute;
  right: 11px;
  top: 11px;
  transition: .3s;
  z-index: 0;
}

.c-btn.left img {
  position: absolute;
  left: 11px;
  top: 9px;
}

.headline-wrap {
  margin-bottom: 40px;
}

.headline-wrap p {
  font-size: 1.8rem;
  line-height: 1.5;
}

@media (min-width: 768px) {
  .c-btn:hover img {
    transform: translateX(5px);
  }

  .c-btn.left:hover img {
    transform: translateX(-5px);
  }

}

/* アニメーション */
.fade-in-el {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.fade-in-el.visible {
  opacity: 1;
  transform: translateY(0);
}

/* ヘッダー */
.header {
  display: block;
  position: fixed;
  top: 40px;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 30px;
  z-index: 1000;
}

.header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1120px;
  margin: 0 auto;
}

.logo h1 {
  line-height: 1;
}

.logo img.active {
  /* filter: brightness(0); */
  position: relative;
  z-index: 1001;
}

.logo a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0;
}

/* ハンバーガーメニュー */
.hamburger {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 40px;
  height: 16px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 1001;
}

.hamburger span {
  display: block;
  width: 100%;
  height: 5px;
  background-color: var(--black);
  transition: all 0.3s ease;
}

#saiyou-top .hamburger span {
  background-color: var(--black);
}

#saiyou-top .hamburger.active span:nth-child(1),
#saiyou-top .hamburger.active span:nth-child(2) {
  /* background-color: var(--black); */
}

.hamburger.active span:nth-child(1) {
  transform: translateY(5.5px) rotate(45deg);
  background-color: var(--black);
}

.hamburger.active span:nth-child(2) {
  transform: translateY(-5.5px) rotate(-45deg);
  background-color: var(--black);
}

@media (min-width: 1120px) {
  .header {
    padding: 0;
  }
}

/* ナビゲーション */
.nav {
  position: fixed;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  transition: 0.5s ease;
  padding: 125px 30px 40px;
  overflow-y: scroll;
  visibility: hidden;
}

.nav.active {
  top: 0;
  visibility: visible;
}

.nav-title {
  border-bottom: 1px solid var(--bg-gray02);
  font-size: 1.4rem;;
  padding-bottom: 8px;
  margin-bottom: 16px;
}

.nav-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 0;
  margin-bottom: 76px;
}

.nav-list li {
}

.nav-list a {
  display: block;
  position: relative;
  color: var(--black);
  text-decoration: none;
  transition: 0.3s ease;
}

.nav-list a::after {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background: url(../img/arrow-right-black.svg) center / contain no-repeat;
  position: absolute;
  right: 0;
  top: 1px;
  transition: .3s;
}

.nav .copyright {
  font-size: 1rem;
  margin-top: 40px;
}

#menu-overlay {
  position: fixed;
  top: 125px;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0,0,0,0.7);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out, visibility 0.3s;
  z-index: 1000;
}

@media (min-width: 768px) {
  .nav-list a:hover::after {
    transform: translateX(5px);
  }
}

@media (min-width: 1120px) {
  .nav {
    width: 375px;
    height: auto;
    max-height: 100%;
    position: fixed;
    left: calc(50% + 200px);
    padding: 125px 30px 40px;
  } 

  body.active {
    overflow: hidden;
  }

  body.active #menu-overlay {
    opacity: 1;
    visibility: visible;
  }

}

/* ヒーローセクション */
.hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
}

.hero-content {
  max-width: 800px;
}

.hero-title {
  position: absolute;
  top: 32%;
  left: 30px;
  font-size: 2.8rem;
  line-height: 1.5;
  color: var(--white);
  text-align: left;
}

.hero-catch {
  position: absolute;
  top: 44%;
  left: 30px;
  font-size: 3.8rem;
  margin-bottom: 20px;
  line-height: 1.4;
  text-align: left;
  color: var(--white);
}  

.hero-catchphrase {
  font-size: 16px;
  font-weight: 400;
  opacity: 0.95;
}  

@media (max-width: 500px) {
  .hero-title {
    font-size: 5.5vw;
  }

  .hero-catch {
    font-size: 7.5vw;
  }
}

@media (min-width: 768px) {
  .hero-content {
    width: 100vw;
    max-width: 100vw;
    height: 745px;
    overflow: hidden;
    position: relative;
  }

  .hero-content video {
    position: absolute;
    top: 125px;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity 1s ease-in-out;
  }

  .fade-out {
    opacity: .4!important;
  }

  .hero-title {
    top: 242px;
  }

  .hero-catch {
    top: 352px;
    font-size: 6.4rem;
  }

}

@media (min-width: 1120px) {
  .hero-title {
    left: calc(50% - 560px);
  }

  .hero-catch {
    left: calc(50% - 560px);
  }

}


/* キャッチコピーセクション */
.sec-catchcopy {
  padding-top: 40px;
}

.l-container__catch {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}

.catchcopy-title {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.5;
}

.catchcopy-text {
  font-size: 1.8rem;
  line-height: 1.5;
}

@media (min-width: 768px) {
  .sec-catchcopy {
    padding-top: 80px;
  }


}

/* メッセージセクション */

/* 社員カード */
.member-content {
  margin-bottom: 24px;
}

.saiyou-top .member-content {
  width: 100vw;
  padding: 0 30px;
  margin-left: calc((50vw - 50%) - 60px);
}

.member-card {
  width: 100%;
  background-color: #fff;
  overflow: hidden;
  box-shadow: 0 3px 6px rgba(51, 51, 51, 0.1);
  transition: 0.3s ease;
}

.saiyou-top .member-card {
  width: calc(100% - 60px);
}

.member-card .member-profile__link {
  display: block;
  width: 100%;
  padding: 16px 15px;
  height: 100%;
}

.member-card .member-image {
  width: 100%;
  max-width: 100%;
  border-radius: 0;
  color: #fff;
  margin-bottom: 8px;
}

.member-info .position {
  height: 3.4em;
  letter-spacing: 0.02em;
}

.member-info .name {
  font-size: 2.8rem;
  margin-bottom: 1px;
}

.member-info .name-en {
}

.description-wrap {
  margin-bottom: 40px;
}

.description-wrap p {
  margin-bottom: 16px;
}

.sec-company_content {
  display: flex;
  flex-direction: column;
}

.sec-company_content_4 {
  order: 4;
}

.video-wrap {
  width: 100%;
  height: 80vw;
  overflow: hidden;
  margin-bottom: 16px;
}

.video-element {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}


.l-linkbtn-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 24px;
}

.sec-title__small {
  font-size: 1.8rem;
  text-align: center;
}

.sec-social {
  display: flex;
  flex-direction: column;
  row-gap: 32px;
}

.social-wrap {
  display: flex!important;
  column-gap: 32px;
  justify-content: center;
  align-items: center;
}

.social-wrap.pc-only {
  display: none!important;
}

.l-sec.sec-social {
  padding-bottom: 60px;
}

.top-member_content {
  display: flex;
  flex-direction: column;
}

.parent-1, .parent-2 {
  display: contents;
}

.child-1 {
  order: 1;
}

.child-2 {
  order: 2;
}

.child-3 {
  order: 3;
}

.child-4 {
  order: 4;
}

.child-5 {
  order: 5;
}


@media (max-width: 500px) {
  .member-info .name {
    font-size: 5.5vw;
  }
}

@media (min-width: 768px) {
  #saiyou-top .member-content .swiper-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 3.125vw;
  }

  .saiyou-top .member-card,
  .member-card {
    width: calc((100% - 26px)/2);
  }

  .parent-1, .parent-2 {
    display: flex;
    flex-direction: column;
  }

  .saiyou-top .member-content.pc-only {
    display: flex!important;
    flex-wrap: wrap;
    flex: 1;
    gap: 40px 26px;
    margin-left: 0;
    padding: 0;
    width: 100%;
  }
  
  .fixed-content {
    margin-bottom: 40px;
  }

  .footer .social-wrap.pc-only {
    display: flex!important;
  }
  
  .footer .social-wrap.pc-only a img {
    transition: .3s;
  }
  
  .footer .social-wrap.pc-only a:hover img {
    transform: translateY(-2px);
  }

  .video-wrap {
    height: 840px;
    overflow: hidden;
    margin-bottom: 0;
  }

  .saiyou-top .l-linkbtn-wrap {
    align-items: flex-start;
  }

  .member-card:hover {
    transform: translateY(5px);
  }
  

}

@media (min-width: 1120px) {
  .member-content {
    margin-bottom: 0;
  }

  .top-member_content,
  .sec-company_content {
    flex-direction: row;
  }

  .fixed-content {
    margin-bottom: 0;
  }

}

/* 社員インタビュー一覧 */
.sec-interview .description-wrap {
  margin-bottom: 24px;
}

.sec-interview .member-content {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}

@media (min-width: 768px) {
  .sec-interview .member-content {
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 26px;
  }
}

/* 社員インタビュー詳細 */
.profile-wrap {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  margin-bottom: 70px;
}

.profile-wrap .name {
  font-size: 1.4rem;
}

.profile-wrap .member-image {
  position: relative;
}

.profile-wrap .label {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 167px;
  height: 37px;
  background: var(--black);
  position: absolute;
  bottom: 32px;
  left: 0;
}

.profile-wrap .label p {
  font-size: 1.4rem;
  color: var(--white);
  line-height: 1;
}

.interview-wrap {
  display: flex;
  flex-direction: column;
  row-gap: 80px;
}

.interview-item img {
  width: 100%;
  max-width: 315px;
}


.sec-another .l-container {
  display: flex;
  flex-direction: column;
  row-gap: 32px;
}

.another-person__content {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  margin-bottom: 80px;
}

.another-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  column-gap: 16px;
  padding: 22px 17px;
  box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);

}

.another-link img {
  width: 32.698%;
}

.another-info {
  flex: 1;
}

.another-info .position {
  margin-bottom: 11px;
}

.another-person .sec-title__small {
  margin-bottom: 32px;
}

.another-card {
  transition: 0.3s ease;
}


@media (min-width: 768px) {
  .another-person .sec-title__small {
    text-align: left;
    margin-bottom: 18px;
  }

  .another-person__content {
    flex-direction: row;
    column-gap: 18px;
  }

  .another-card {
    display: flex;
    width: calc((100% - 18px)/2);
  }

  .another-card:hover {
    transform: translateY(5px);
  }
}

@media (min-width: 1120px) {
  .profile-wrap {
    width: 336px;
  }

  .answer-text {
    line-height: 1.75;
    padding-left: 48px;
  }

  .interview-item img {
    padding-left: 48px;
    margin-top: 24px;
  }
}

/* フッター */
.footer {
  position: relative;
  background-color: var(--bg-gray);
  color: var(--white);
  padding: 40px 0 30px;
}

.footer .l-container {
  max-width: 1120px;
  margin: 0 auto;
}

.footer-info {
  margin-bottom: 30px;
}

.footer-info h3 {
  font-size: 2rem;
  margin-bottom: 64px;
}

.footer-links {
  display: flex;
  flex-direction: column;
  margin-bottom: 90px;
}

.footer-links a {
  display: block;
  width: 100%;
  position: relative;
  color: var(--white);
}

.footer-links a::after {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background: url(../img/arrow-right-white.svg) center / contain no-repeat;
  position: absolute;
  right: 0;
  top: 1px;
}

.footer-links .nav-title {
  margin-bottom: 10px;
}

.footer-links-item:last-child .nav-list {
  margin-bottom: 0;
}

.footer-bottom {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  row-gap: 60px;
  margin-bottom: 32px;
}

.footer-bottom .copyright {
  font-size: 1rem;
}

.footer .copyright {
  font-size: 1rem;
  padding: 0 30px;
}

/* タブレット対応 */
@media (min-width: 768px) {
  .container {
      padding: 0 40px;
  }

  .hero-title {
      font-size: 20px;
  }

  .hero-catchphrase {
      font-size: 18px;
  }

  .catchcopy-title {
      font-size: 5.6rem;
      margin-bottom: 64px;
  }

  .catchcopy-text {
      font-size: 2.4rem;
      line-height: 1.75;
  }

  .section-title {
      font-size: 32px;
  }

  .member-grid {
      grid-template-columns: repeat(2, 1fr);
      gap: 30px;
  }

  .member-card .placeholder-image {
      height: 280px;
  }

  .entry-buttons {
      flex-direction: row;
      justify-content: center;
      max-width: 100%;
  }

  .footer-content {
      display: flex;
      justify-content: flex-start;
      gap: 60px;
      align-items: flex-start;
  }

  .footer-links {
    column-gap: 32px;
    margin-left: auto;
  }
  
  .footer-links-item {
    width: 240px;
  }

  .footer-links ul {
      gap: 8px;
  }

  .footer-1 {
    order: 1;
  }

  .footer-2 {
    order: 2;
  }

  .footer-3 {
    order: 3;
  }

  .footer .social-wrap {
    display: flex!important;
    column-gap: 20px;
  }

  .footer .copyright {
    position: relative;
    text-align: center;
    padding: 0;
  }

}

@media (min-width: 1120px) {
  .footer {
    margin-top: 60px;
  }

  .footer-links {
    flex-direction: row;
  }

}

/* 職種詳細 */
.sec-positions {
  margin-bottom: 80px;
}

.positions-content {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}

.positions-info {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}

.list-count {
  padding-left: 22px;
}

.list-count li {
  position: relative;
  counter-increment: thd-counter;
  padding-left: 22px;
}

.list-count li::before {
  content: counter(thd-counter, decimal-leading-zero) ".";
  position: absolute;
  left: 0;
}

.list-dot {
  padding-left: 22px;
}

.list-dot li {
  position: relative;
  padding-left: 12px;
}

.list-dot li::before {
  content: '・';
  position: absolute;
  left: 0;
}

.sec-recuitment {
  margin-bottom: 120px;
}

.recuitment-wrap {
  display: flex;
  flex-direction: column;
  row-gap: 80px;
}

/* about */
.about-wrap {
  display: flex;
  flex-direction: column;
  row-gap: 120px;
}

.figure-wrap {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  align-items: center;
}

.img-about img {
  width: 85%;
  margin: 0 auto;
}

.department-list {
  display: flex;
  flex-direction: column;
  row-gap: 80px;
  width: 100%;
}

.business-wrap .department-list {
  margin-top: 80px;
}

.department-list li h3 {
  font-size: 2.4rem;
  line-height: 1.35;
  border-bottom: 1px solid var(--bg-gray02);
  margin-bottom: 24px;
  padding-bottom: 24px;
  
}

.department-list li h4 {
  font-size: 1.8rem;
}

.department-list .group-list{
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}

.department-list .group-item {
  position: relative;
}

.department-list .group-item a {
  display: block;
  padding-right: 40px;
  position: relative;
  z-index: 1;
}

.department-list .group-item::after {
  content: '';
  width: 20px;
  height: 20px;
  background: url(../img/arrow-right-black.svg) no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: .3s;
  z-index: 0;
}

@media (min-width: 768px) {

  .figure-wrap {
    flex-direction: row-reverse;
    justify-content: center;
    column-gap: 80px;
  }

  .department-list .group-list {
    flex-direction: row;
    justify-content: flex-start;
    column-gap: 48px;
  }

  .department-list .group-item {
    width: calc((100% - 48px)/2);
  }

  .department-list li:nth-child(5) h3 {
    height: 109.78px;
    display: flex;
    align-items: center;
  }
}

@media (min-width: 1120px) {
  .data-content.department-list {
    margin-top: 110px;
  }

  .department-list .group-item:hover::after {
    transform: translateX(5px);
  }
}

/* 募集職種 */
.position-description {
  margin-bottom: 65px;
}

.position-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 8px;
}

.position-list li {
  width: 100%;
  height: 40px;
  border: 1.5px solid var(--black);
  border-radius: 6px;
}

.position-list li a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  position: relative;
  padding: 0 24px;
}

.position-list li a::after {
  content: '';
  width: 27px;
  height: 27px;
  background: url(../img/arrow-forward-black.svg) no-repeat;
  background-size: contain;
  position: absolute;
  right: 6px;
  top: 4px;
}

.position-content .item-normal {
  margin-bottom: 80px;
}


@media (min-width: 1120px) {
  .position-description {
    margin-bottom: 0;
  }

  
}

/* swiper */
.swiper-pagination {
  position: relative;
  margin-top: 24px;
}

.swiper-pagination-bullet-active {
  background: var(--black);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0 8px!important;
}


/* 数字で見るツネイシ */
.data-list {
  margin: 0 auto 80px;
}

.data-list h3 {
  padding-top: 20px;
}

.data-list h3 .subtext {
  font-size: 1.4rem;
}

.data-card {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 24px;
  padding-top: 24px;
  margin-bottom: 20px;
}

.data-detail {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 4px;
  font-size: 3.6rem;
  line-height: 1;
  padding-top: 3px;
}

.fs14 {
  font-size: 1.4rem;
}

.fs15{
  font-size: 1.5rem;
}

.fs16{
  font-size: 1.6rem;
}

.fs24{
  font-size: 2.4rem;
}

@media (min-width: 768px) {

  .data-list.department-list {
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 24px;
  }
  
  .data-list.department-list li {
    width: calc((100% - 24px)/2);
  }

}

/* 私たちの役割 */
/* 私たちの想い */
.belief-wrap {
  display: flex;
  flex-direction: column;
  row-gap: 120px;
  margin-bottom: 80px;
}

.business-wrap {
  display: flex;
  flex-direction: column;
  row-gap: 120px;
  margin-bottom: 80px;
}

@media (min-width: 768px) {
  .business-wrap {
    row-gap: 0;
  }

  .business-wrap .figure-wrap {
    margin: 24px auto 80px;
  }

  .belief-wrap {
    row-gap: 80px;
  }

  .business-content p,
  .belief-content p {
    line-height: 1.75;
  }

  .belief-content .img-belief {
    width: 100%;
    max-width: 440px;
    margin: 24px 0 0;
  }

  .belief-content p.note {
    width: 440px;
    margin-bottom: 24px;
  }

}

@media (min-width: 1120px) {
  .contact-content,
  .business-content,
  .belief-content {
    padding-top: 110px;
  }
}

/* contact */
.contact-content {
  max-width:500px;
  margin: 0 auto;
}

.contact__container__flow {
  display: flex;
  margin-bottom: 40px;
}

.contact-text {
  line-height: 1.75;
  letter-spacing: 0.04em;
  margin-bottom: 15px;
}

.contact__container__flow__txt {
    position: relative;
    line-height: 1.65;
    text-align: center;
    width: 50%;
    border: 1px solid #000;
    border-left: none;
}

.contact__container__flow__txt--right {
    border-left: 1px solid #000;
    border-right: none;
}

.contact__container__flow__txt--right::before {
    content: "";
    position: absolute;
    top: -1px;
    right: -10px;
    width: 0;
    height: 0;
    border-top: 14px solid transparent;
    border-bottom: 13px solid transparent;
    border-left: 5px solid #000;
    border-right: none;
}

.contact__container__flow__txt--right::after {
    content: "";
    position: absolute;
    top: -1px;
    right: -9px;
    width: 0;
    height: 0;
    border-top: 14px solid transparent;
    border-bottom: 13px solid transparent;
    border-left: 5px solid #fff;
    border-right: none;
    z-index: 1;
}

.contact__container__flow__txt--out {
    color: #767676;
}

.contact__container__form__item {
  display: block;
  margin-bottom: 15px;
}

.contact__container__form__item {
  display: block;
  margin-bottom: 40px;
}
.contact__container__form__item input {
  width: 100%;
  padding: 8px 15px 8px 10px;
  border: 1px solid #767676;
}
.contact__container__form__item::placeholder {
  color: #A1A1A1;
  font-weight: normal;
  line-height: 1;
}
.contact__container__form__item textarea {
  width: 100%;
  padding: 8px 20px 8px 20px;
  border: 1px solid #767676;
}
.contact__container__form__item + .contact__container__form__item {
  margin-top: 20px;
}
/* .contact__container__form__item--tel > p {
  display: flex;
  align-items: center;
  gap: 5px;
} */
.visually-hidden {
  position: fixed !important;
  top: 0px !important;
  left: 0px !important;
  width: 4px !important;
  height: 4px !important;
  opacity: 0 !important;
  overflow: hidden !important;
  border: none !important;
  margin: 0 !important;
  padding: 0 !important;
  display: block !important;
  visibility: visible !important;
}
.contact__container__form__item br {
  display: none;
}
.contact__container__form__item__label {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  /* font-weight: 600; */
  line-height: 1.75;
}
.contact__container__form__item__tel {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.contact__container__form__item__label--required {
  background: #c53042;
  color: #fff;
  font-size: 0.8rem;
  padding: 4px 8px;
  line-height: 1.5;
  margin-left: 6px;
}
.contact__container__form__item__label__tel3 {
  width: clamp(70px, 13vw, 90px) !important;
  display: inline-block;
  text-align: center;
}
div.wpcf7-response-output {
  margin-top: 1em;
  color: #b50017;
}
.contact__container__form__txt {
  line-height: 1.7;
  /* font-weight: 600; */
  font-size: 12px;
  text-align: center;
  margin-top: 40px;
}
.contact__container__form__txt__link {
  display: inline;
  text-decoration: underline;
}
.contact__container__form__txt__link:hover {
  opacity: 0.6;
}
.contact__container__form__submit {
  position: relative;
  margin-top: 24px;
  max-width: 340px;
  width: 80%;
  height: 45px;
  margin-right: auto;
  margin-left: auto;
}
.contact__container__form__submit.is-hover::after {
  right: 10px;
  transition: 0.4s;
}
.contact__container__form__submit::after {
  position: absolute;
  content: "";
  background: url(../img/arrow-right-white.svg) no-repeat;
  background-size: contain;
  top: 50%;
  transform: translateY(-12px);
  right: 25px;
  width: 25px;
  height: 25px;
  transition: 0.4s;
}
.contact__container__form__submit__btn {
  position: relative;
  display: block;
  background: #000;
  color: #fff;
  max-width: 315px;
  height: 48px;
  border-radius: 9999px;
  width: 100%;
  padding: 10px 0;
  font-size: 1.4rem;
  letter-spacing: 0.02em;
  cursor: pointer;
  margin: 0 auto;
  text-align: center;
  transition: 0.4s;
}
.contact__container__form__submit__btn:focus-within {
  outline-offset: 1px;
  outline: -webkit-focus-ring-color auto 1px;
}
.contact__container__form__submit:hover::after {
  transform: translate(5px, -12px);
  transition: 0.4s;
}

.contact__container__form__item .wpcf7-select {
  width: 100%;
  border: 1px solid #767676;
  padding: 8px 15px 8px 10px;
  cursor: pointer;
}

.contact__container__form__item .wpcf7-form-control-wrap:has(select) {
    position: relative;
}

.contact__container__form__item .wpcf7-form-control-wrap:has(select)::after {
    content: ''; 
    width: 16px;
    height: 16px;
    background: url(../img/ico-arrow-contact.svg) no-repeat;
    background-size: contain;
    position: absolute;
    top: 62%;
    right: 24px;
    transform: translateY(-50%); 
    pointer-events: none; 
    color: #333;
    font-size: 0.8em;
}

input::file-selector-button {
  background: #E0E0E0;
  font-size: 10px;
  line-height: 1.75;
  border: 0;
  border-radius: 3px;
  padding: 4px 5px;
  text-align: center;
  margin-right: 10px;
  margin-bottom: 2px;
}

input[type=file] {
  color: #A1A1A1;
}

.wpcf7-response-output,
.wpcf7 .screen-reader-response ul {
  display: none;
}

.wpcf7 .screen-reader-response {
  margin: 2rem 0;
}

.wpcf7-not-valid-tip {
  color: #c53042;
  font-size: 1.2rem;
}

fieldset .wpcf7-form-control-wrap {
  position: relative;
}

fieldset .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  position: absolute;
    bottom: -3.5rem;
    left: 0;
    width: 130px;
}