@charset "UTF-8";
/* @include bp.breakpoint-max(md)はmax-width @include bp.breakpoint-min(md) はmin-width */
/** mixin ***********/
/** reset ***********/
*, *::before, *::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}

input, button, textarea, select {
  font: inherit;
}

/** common ***********/
html {
  font-size: 62.5%;
}

body {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #333;
}

h1 {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 2.4rem;
  margin-bottom: 56px;
}

h1, h2, h3 {
  text-wrap: balance;
}

p, dt, dd, li, th, td, a {
  font-size: 1.5rem;
  line-height: 1.8;
}
@media (max-width: 767px) {
  p, dt, dd, li, th, td, a {
    font-size: 1.4rem;
  }
}

.container {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 56px;
}
@media (max-width: 767px) {
  .container {
    padding: 0 15px;
  }
}

.en {
  font-family: "Cinzel", serif;
  color: #c1c1c1;
  letter-spacing: 2px;
}

header h1 .enTitle {
  font-size: 80%;
}

footer {
  background-color: #3e3e3e;
  color: #fff;
}
footer a {
  color: #fff;
}
footer h1 .enTitle {
  font-size: 80%;
}

.footerContentWrap {
  padding-top: 56px;
  display: flex;
  gap: 56px;
}
@media (max-width: 767px) {
  .footerContentWrap {
    padding-top: 32px;
    flex-direction: column;
    gap: 16px;
  }
}
.footerContentWrap h1 {
  margin-bottom: 8px;
}

.copyright {
  text-align: center;
  padding: 16px 0;
}
.copyright p {
  font-size: 1.3rem;
  margin: 0;
}

.footMenu {
  display: flex;
  gap: 32px;
}
.footMenu ul {
  margin: 0;
  padding: 0;
}
.footMenu ul li {
  list-style: none;
  padding: 0;
  margin-bottom: 8px;
}
.footMenu ul li a {
  font-size: 1.3rem;
  text-decoration: none;
}

ul.footSns {
  margin: 0;
  padding: 0;
}
ul.footSns li {
  padding: 0;
  list-style: none;
}

.closeWrap {
  background: url("../images/entryback.jpg") no-repeat center 70%;
  background-size: cover;
  position: relative;
}
.closeWrap::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  left: 0;
  top: 0;
}
.closeWrap .closeSec {
  position: relative;
  padding: 56px 0;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .closeWrap .closeSec {
    flex-direction: column;
    background-position: center top;
  }
}
.closeWrap .closeSec .closeLeft {
  width: 50%;
}
@media (max-width: 767px) {
  .closeWrap .closeSec .closeLeft {
    width: 80%;
  }
}
.closeWrap .closeSec .closeRight {
  width: 50%;
}
@media (max-width: 767px) {
  .closeWrap .closeSec .closeRight {
    width: 80%;
  }
}
.closeWrap .closeSec .secHead {
  line-height: 0.8;
  margin-bottom: 2.4rem;
  color: #fff;
}
.closeWrap .closeSec .secHead .en {
  color: #fff;
}
.closeWrap .closeSec p {
  color: #fff;
}
.closeWrap .closeSecDesc {
  font-size: 2rem;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  letter-spacing: 2px;
}
@media (max-width: 767px) {
  .closeWrap .closeSecDesc {
    font-size: 1.8rem;
  }
}

.fixedContent {
  display: flex;
  gap: 32px;
}
.fixedContent .linkBtnBlock {
  margin: 0;
  min-width: 180px;
}
.fixedContent .linkBtnBlock a {
  width: 100%;
  border: 1px solid #dca93e;
  color: #dca93e;
}
.fixedContent .linkBtnBlock a:before {
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid white;
}
.fixedContent .linkBtnBlock a:hover:before {
  border-left-color: #dca93e;
}
.fixedContent .linkBtnBlock a:after {
  background-color: #dca93e;
  border: 1px solid #dca93e;
}
.fixedContent .linkBtnBlock a:hover {
  background-color: #dca93e;
  color: #fff;
}
.fixedContent .linkBtnBlock a:hover:after {
  background-color: #fff;
}

/** スマホメニュー  ************/
.fixNav {
  position: fixed;
  width: 100%;
  height: 96px;
  z-index: 9999;
  background: rgba(255, 255, 255, 0.8);
}

#topPage, #page {
  padding-top: 96px;
  position: relative;
}

.headerFlex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 16px;
  margin-bottom: 16px;
}
.headerFlex h1 {
  margin-bottom: 0;
  z-index: 9999;
}
.headerFlex h1 a {
  display: flex;
  flex-direction: column;
  line-height: 1.3;
}
.headerFlex h1 .enTitle {
  color: #dca93e;
}
.headerFlex h1 .jpTitle {
  display: inline-block;
  margin-top: 8px;
  font-size: 90%;
}
.headerFlex h1 a {
  line-height: 1;
  text-decoration: none;
  color: #1A1A1A;
  font-size: 2.4rem;
}
@media (max-width: 767px) {
  .headerFlex .fixedContent {
    gap: 16px;
    justify-content: flex-end;
  }
  .headerFlex .fixedContent .linkBtnBlock {
    min-width: 150px;
  }
  .headerFlex .fixedContent .linkBtnBlock a {
    padding: 8px 10px;
    font-size: 1.2rem;
  }
  .headerFlex .fixedContent .linkBtnBlock a:before {
    right: 16px;
  }
  .headerFlex .fixedContent .linkBtnBlock a:after {
    width: 18px;
    height: 18px;
  }
}

.hamburger-menu {
  position: relative;
  display: flex;
  justify-content: flex-end;
}
.hamburger-menu .menu-icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  position: relative;
  z-index: 9999;
}
.hamburger-menu .menu-icon span {
  display: block;
  width: 30px;
  height: 1px;
  background-color: #1A1A1A;
  margin: 5px 0;
  transition: all 0.3s ease;
}
.hamburger-menu .menu-icon::after {
  content: "MENU";
  font-family: "Cinzel", serif;
  letter-spacing: 1px;
  display: block;
  margin-top: 5px;
  font-size: 12px;
  color: #1A1A1A;
}
.hamburger-menu .gNav {
  position: fixed;
  width: 100vw;
  height: 100vh;
  padding-top: 80px;
  top: 0;
  right: 0;
  background-color: #000;
  border: none;
  box-shadow: none;
  display: none;
  z-index: 10;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
}
.hamburger-menu .gNav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.hamburger-menu .gNav ul li {
  border-bottom: 1px solid #1A1A1A;
  padding: 16px 24px;
}
@media (max-width: 374px) {
  .hamburger-menu .gNav ul li {
    padding: 16px;
  }
}
.hamburger-menu .gNav ul li:last-child {
  border-bottom: none;
}
.hamburger-menu .gNav ul li a {
  display: block;
  padding: 10px 20px;
  color: #fff;
  text-decoration: none;
  font-family: "Shippori Mincho", serif;
}
.hamburger-menu .gNav ul li a:hover {
  color: #fff;
  background-color: #1A1A1A;
}
@media (max-width: 767px) {
  .hamburger-menu .gNav ul li a {
    padding-left: 0;
  }
}
.hamburger-menu input[type=checkbox] {
  display: none;
}
.hamburger-menu input[type=checkbox]:checked ~ .gNav {
  display: block;
}
.hamburger-menu input[type=checkbox]:checked ~ .menu-icon span {
  background-color: #fff;
}
.hamburger-menu input[type=checkbox]:checked ~ .menu-icon:after {
  color: #fff;
}

.labelHome {
  position: relative;
}
.labelHome::after {
  font-family: "Cinzel", serif;
  font-size: 2rem;
  letter-spacing: 2px;
  content: "HOME";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: #999;
}
@media (max-width: 374px) {
  .labelHome::after {
    font-size: 1.8rem;
  }
}

.labelStartup {
  position: relative;
}
.labelStartup::after {
  font-family: "Cinzel", serif;
  font-size: 2rem;
  letter-spacing: 2px;
  content: "STARTUP";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: #999;
}
@media (max-width: 374px) {
  .labelStartup::after {
    font-size: 1.8rem;
  }
}

.labelRecruit {
  position: relative;
}
.labelRecruit::after {
  font-family: "Cinzel", serif;
  font-size: 2rem;
  letter-spacing: 2px;
  content: "RECRUIT";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: #999;
}
@media (max-width: 374px) {
  .labelRecruit::after {
    font-size: 1.8rem;
  }
}

.labelInterview {
  position: relative;
}
.labelInterview::after {
  font-family: "Cinzel", serif;
  font-size: 2rem;
  letter-spacing: 2px;
  content: "INTERVIEW";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: #999;
}
@media (max-width: 374px) {
  .labelInterview::after {
    font-size: 1.8rem;
  }
}

.labelDesc {
  position: relative;
}
.labelDesc::after {
  font-family: "Cinzel", serif;
  font-size: 2.4rem;
  letter-spacing: 2px;
  content: "DESCRIPTION";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: #999;
}

.labelEntry {
  position: relative;
}
.labelEntry::after {
  font-family: "Cinzel", serif;
  font-size: 2rem;
  letter-spacing: 2px;
  content: "ENTRY";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: #999;
}
@media (max-width: 374px) {
  .labelEntry::after {
    font-size: 1.8rem;
  }
}

/** section  ************/
.sec {
  padding: 80px 0;
}
@media (max-width: 767px) {
  .sec {
    padding: 56px 0;
  }
}

.subSection {
  margin-top: 80px;
}
@media (max-width: 767px) {
  .subSection {
    margin-top: 56px;
  }
}

/** flex ***********/
.halfFlex {
  display: flex;
  gap: 48px;
  margin-bottom: 56px;
}
@media (max-width: 767px) {
  .halfFlex {
    flex-direction: column;
    gap: 24px;
  }
}
.halfFlex .flex_item {
  flex: 1 1 calc((100% - 144px) / 4);
}
@media (max-width: 767px) {
  .halfFlex .flex_item {
    flex: none; /* 幅の自動調整を解除 */
    width: auto;
  }
}

.reverse {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .reverse {
    flex-direction: column;
  }
}

.alignCenter {
  align-items: center;
}

/** 各ページコンテンツ ↓ ****************************/
h1.secHead {
  font-size: 1.8rem;
}
h1.secHead .en {
  display: block;
  font-size: 3.2rem;
  letter-spacing: 2px;
}

.message {
  display: flex;
  align-items: center;
  gap: 24px;
  background-color: #fff;
  border: 1px solid #c1c1c1;
  padding: 24px;
}
.message .messageData {
  width: 55.55%;
  padding: 16px;
}
.message .messageData h1 {
  color: #333;
  margin-bottom: 2rem;
}
.message .messageData p {
  color: #333;
}
.message .messageData p.leadMessage {
  font-size: 1.8rem;
  margin-bottom: 1.8rem;
}
@media (max-width: 767px) {
  .message .messageData {
    width: 100%;
    padding: 0;
  }
}
.message img {
  width: 44.44%;
}
@media (max-width: 767px) {
  .message img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .message {
    flex-direction: column;
  }
}

.subPageM {
  display: block;
  gap: 24px;
  background-color: #fff;
  border: 1px solid #c1c1c1;
  padding: 24px;
}
.subPageM p {
  margin-bottom: 16px;
}
.subPageM .innerFlex {
  display: flex;
  align-items: flex-start;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .subPageM .innerFlex {
    flex-direction: column;
    align-items: center;
  }
}
.subPageM .messageData {
  width: 50%;
  padding: 16px;
}
.subPageM .messageData h1 {
  color: #333;
  margin-bottom: 2rem;
}
.subPageM .messageData p {
  color: #333;
}
.subPageM .messageData p.leadMessage {
  font-size: 1.8rem;
  margin-bottom: 1.8rem;
}
@media (max-width: 767px) {
  .subPageM .messageData {
    width: 100%;
    padding: 0;
  }
}
.subPageM img {
  width: 50%;
}
@media (max-width: 767px) {
  .subPageM img {
    width: 100%;
  }
}

p.ceoName {
  border-top: 1px solid #c1c1c1;
  margin-top: 24px;
  padding-top: 16px;
  font-size: 1.4rem;
  letter-spacing: 1px;
}
p.ceoName .name {
  display: inline-block;
  margin-left: 8px;
  font-size: 1.8rem;
  font-family: "Shippori Mincho", serif;
}

.pageHeadDesc {
  max-width: 800px;
  margin: 0 auto;
}
.pageHeadDesc p {
  margin-bottom: 16px;
}

/** トップページ *************/
.horiText {
  font-size: 2.4rem;
  letter-spacing: 12px;
  font-family: "Shippori Mincho", serif;
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl; /* 古いIE対応 */
  text-orientation: upright;
}
@media (max-width: 767px) {
  .horiText {
    font-size: 2rem;
  }
}

.head_separate {
  display: flex;
  align-items: center;
  gap: 56px;
  margin-bottom: 56px;
}
@media (max-width: 767px) {
  .head_separate {
    flex-direction: column;
    gap: 24px;
  }
}

.en_mission {
  letter-spacing: 2px;
  border-bottom: 1px solid #c1c1c1;
  color: #c1c1c1;
  font-family: "Cinzel", serif;
  font-size: 3.2rem;
  padding-bottom: 4px;
}
.en_mission::first-letter {
  font-size: 150%;
}
@media (min-width: 768px) {
  .en_mission {
    width: 50%;
  }
}

h1.mission {
  margin-bottom: 0;
  line-height: 1.8;
  font-size: 2.8rem;
}
h1.mission .labelTxt {
  font-size: 80%;
}
@media (min-width: 768px) {
  h1.mission {
    width: 50%;
    font-size: 3.6rem;
  }
}
@media (max-width: 767px) {
  h1.mission {
    text-align: center;
  }
}

.en_vision {
  letter-spacing: 2px;
  color: #c1c1c1;
  font-family: "Cinzel", serif;
  font-size: 3.2rem;
  padding-bottom: 4px;
}
.en_vision::first-letter {
  font-size: 150%;
}

.blurBg {
  background: url(../images/blurback.jpg) center center;
  background-size: cover;
}
.blurBg h1 {
  color: #fff;
}
.blurBg h1 .en {
  color: #fff;
}
.blurBg p {
  color: #fff;
}

/** 下層ページ ↓ ****************************/
.page-header {
  background: url(../images/pageheader.jpg) center center;
  position: relative;
}
.page-header .container {
  position: inherit;
}
.page-header h1 {
  text-align: center;
  color: #fff;
  margin: 0;
  padding: 72px 0;
}
@media (max-width: 767px) {
  .page-header h1 {
    padding: 72px 0;
    font-size: 2rem;
  }
}
.page-header::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  left: 0;
  top: 0;
}

.heading {
  text-align: center;
}
@media (max-width: 767px) {
  .heading {
    font-size: 2rem;
  }
}

/** startup ↓ ****************************/
.bannerCard {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}
@media (max-width: 767px) {
  .bannerCard {
    flex-direction: column;
  }
}
.bannerCard .bannerCadItem h4 {
  text-align: center;
  margin-top: 8px;
  font-weight: 500;
  letter-spacing: 2px;
  font-size: 1.8rem;
  font-family: "Shippori Mincho", serif;
}

.conceptMark {
  position: relative;
  display: flex;
  justify-content: center;
  font-size: 3.2rem;
  letter-spacing: 4px;
  margin-bottom: 20px;
  opacity: 0.9;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
}
.conceptMark .separateMark {
  display: inline-block;
  margin: 0 8px;
  position: relative;
  width: 32px;
  height: 32px;
}
.conceptMark .separateMark::before, .conceptMark .separateMark::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(-20%, -50%);
  left: 45%;
  width: 1px; /* 線の太さ */
  height: 100%;
  background-color: #c1c1c1; /* 線の色 */
  transform-origin: center;
}
.conceptMark .separateMark::before {
  transform: rotate(45deg); /* 斜め線1 */
}
.conceptMark .separateMark::after {
  transform: rotate(-45deg); /* 斜め線2 */
}

.conceptBox {
  max-width: 720px;
  margin: 0 auto;
}
.conceptBox p {
  opacity: 0.8;
  margin-bottom: 16px;
  font-size: 1.8rem;
  line-height: 2;
}
@media (max-width: 767px) {
  .conceptBox p {
    font-size: 1.6rem;
  }
}

.larningSec {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hrList {
  font-family: "Shippori Mincho", serif;
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  text-orientation: upright;
  list-style: none;
  padding: 0 16px;
  margin: 0;
}
.hrList li {
  letter-spacing: 3px;
  padding: 0 12px;
  margin-bottom: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
}

.qaList {
  margin: 0;
  padding: 0;
  position: relative;
}
.qaList dt {
  position: inherit;
  margin-bottom: 8px;
  padding: 0 16px;
  padding-left: 40px;
}
.qaList dt:before {
  content: "Q";
  color: #dca93e;
  font-family: "Shippori Mincho", serif;
  font-size: 2.4rem;
  position: absolute;
  left: 0;
  top: 45%;
  transform: translateY(-50%);
}
.qaList dd {
  position: inherit;
  padding: 16px;
  padding-left: 40px;
  border-bottom: 1px solid #c1c1c1;
  margin-bottom: 24px;
}
.qaList dd:before {
  content: "A";
  color: #82bf25;
  font-family: "Shippori Mincho", serif;
  font-size: 2.4rem;
  position: absolute;
  left: 0;
  top: 45%;
  transform: translateY(-50%);
}

.programBox {
  border: 1px solid #c1c1c1;
  padding: 24px;
  max-width: 800px;
  margin: 0 auto;
}

.linePbox {
  border: 1px solid #c1c1c1;
  padding: 24px;
}

/** recruit ↓ ****************************/
.pointBox h2 {
  font-size: 2rem;
  font-family: "Shippori Mincho", serif;
  color: #82bf25;
  font-weight: 500;
  margin-bottom: 24px;
}
.pointBox p {
  line-height: 1.8;
}

.initiativeItem {
  margin-top: 40px;
}
.initiativeItem h2 {
  font-size: 2rem;
  margin-bottom: 12px;
  color: #fff;
  text-align: center;
  font-weight: 500;
  font-family: "Shippori Mincho", serif;
}
.initiativeItem p {
  opacity: 0.8;
}
@media (max-width: 767px) {
  .initiativeItem p {
    text-align: center;
  }
}

/** recruit ↓ ****************************/
.in-archive {
  padding-bottom: 64px;
  margin-bottom: 64px;
  border-bottom: 1px solid #c1c1c1;
}
@media (max-width: 767px) {
  .in-archive {
    padding-bottom: 56px;
    margin-bottom: 56px;
  }
}

.staffCard {
  display: flex;
  flex-direction: row-reverse;
  gap: 24px;
  align-items: flex-start;
  position: relative;
  padding-left: 56px;
  margin-bottom: 56px;
}
@media (max-width: 767px) {
  .staffCard {
    padding-left: 0;
    flex-direction: column;
  }
}
.staffCard .staffDesc {
  width: 50%;
  position: inherit;
}
.staffCard .staffDesc h1 {
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .staffCard .staffDesc h1 {
    margin-bottom: 16px;
    font-size: 1.8rem;
  }
}
@media (max-width: 767px) {
  .staffCard .staffDesc {
    padding-top: 32px;
    width: 100%;
  }
}
.staffCard .staffDesc:before {
  content: "INTERVIEW";
  color: #dca93e;
  letter-spacing: 3px;
  font-family: "Cinzel", serif;
  font-size: 2.8rem;
  position: absolute;
  left: -130px;
  top: 72px;
  transform: rotate(90deg);
}
@media (max-width: 767px) {
  .staffCard .staffDesc:before {
    font-size: 1.6rem;
    transform: rotate(0deg);
    left: 0;
    top: 0;
  }
}
.staffCard .staffDesc .staffName {
  font-size: 1.8rem;
  margin-bottom: 0;
  font-family: "Shippori Mincho", serif;
}
.staffCard .staffDesc .staffJoin {
  padding-top: 12px;
  font-size: 1.5rem;
}
.staffCard .staffDesc .staffProfile {
  font-size: 1.3rem;
  margin-top: 12px;
}
.staffCard img {
  width: 50%;
}
@media (max-width: 767px) {
  .staffCard img {
    width: 100%;
  }
}

.interviewList {
  border-radius: 16px;
  max-width: 960px;
  margin: 0 auto 80px;
  padding: 24px;
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.2);
}

.staffMessage {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 56px;
}
.staffMessage img {
  width: 50%;
}
@media (max-width: 767px) {
  .staffMessage img {
    width: 100%;
  }
}
.staffMessage .staffMessageDesc {
  width: 50%;
}
@media (max-width: 767px) {
  .staffMessage .staffMessageDesc {
    width: 100%;
  }
}
.staffMessage .staffMessageDesc dt {
  font-size: 2rem;
  font-family: "Shippori Mincho", serif;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .staffMessage {
    flex-direction: column;
  }
}

/** entry ↓ ****************************/
.formTable {
  max-width: 960px;
  margin: 0 auto;
  border-collapse: collapse;
  width: 100%;
  /* input, textareaのリセットとシンプルな枠スタイル */
}
.formTable .required {
  color: #f00;
}
.formTable th, .formTable td {
  padding: 12px;
  border: 1px solid #c1c1c1;
  text-align: left;
}
.formTable th {
  background-color: #f4f4f4;
  font-weight: 500;
  font-family: "Shippori Mincho", serif;
}
.formTable input[type=text],
.formTable input[type=email],
.formTable input[type=tel],
.formTable textarea {
  width: 100%; /* 幅を100%に */
  padding: 12px; /* 内側の余白 */
  border: 1px solid #c1c1c1; /* シンプルな枠線 */
  border-radius: 4px; /* 角を少し丸める */
  font-size: 1.6rem; /* フォントサイズ */
  font-family: inherit; /* 継承されたフォントを使用 */
  box-sizing: border-box; /* ボックスサイズを調整 */
  outline: none; /* フォーカス時のアウトラインを削除 */
  transition: border-color 0.3s ease; /* フォーカス時のアニメーション */
}
.formTable input[type=text]:focus,
.formTable input[type=email]:focus,
.formTable input[type=tel]:focus,
.formTable textarea:focus {
  border-color: #1A1A1A; /* フォーカス時の枠線色 */
}
@media (max-width: 767px) {
  .formTable {
    border-top: 1px solid #c1c1c1;
  }
  .formTable th, .formTable td {
    display: block;
    width: 100%;
  }
  .formTable th {
    border-bottom: none;
    border-top: none;
  }
}

.submitBlock {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px 0;
}
.submitBlock input[type=submit],
.submitBlock input[type=reset] {
  all: unset; /* すべてのデフォルトスタイルをリセット */
  font-family: "Shippori Mincho", serif;
  font-size: 1.4rem;
  letter-spacing: 1px;
  display: inline-block;
  padding: 6px 24px;
  border-bottom: 1px solid #1A1A1A;
  cursor: pointer;
  text-align: center;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.submitBlock input[type=submit]:hover,
.submitBlock input[type=reset]:hover {
  background-color: #c1c1c1;
  color: #1A1A1A;
}

/** policy ↓ ****************************/
.pageDesc, .pageList {
  max-width: 960px;
  margin: 0 auto 56px;
}

.policy {
  max-width: 960px;
  margin: 0 auto;
}
.policy dt {
  margin-bottom: 8px;
  font-family: "Shippori Mincho", serif;
  font-size: 1.8rem;
}
.policy dd {
  margin-bottom: 32px;
}

/** Component ↓ ****************************/
table ul {
  padding-left: 1.6rem;
}
table ul li {
  padding-left: 0;
}

.linkBtnBlock {
  display: block;
  position: relative;
  margin: 24px 0;
}
.linkBtnBlock a {
  font-family: "Shippori Mincho", serif;
  font-size: 1.4rem;
  letter-spacing: 1px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 280px;
  padding: 16px 20px;
  box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.16);
  background-color: white;
  color: #1A1A1A;
  text-decoration: none;
  transition: all 0.3s ease;
}
.linkBtnBlock a:hover {
  background-color: #1A1A1A;
  color: white;
}
.linkBtnBlock a:hover:after {
  background-color: white;
  border-color: white;
}
.linkBtnBlock a:hover:before {
  border-left-color: #1A1A1A;
}
.linkBtnBlock a:after {
  z-index: 1;
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #1A1A1A;
  border: 1px solid #1A1A1A;
  transition: all 0.3s ease;
}
.linkBtnBlock a:before {
  z-index: 2;
  content: "";
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid white;
  transition: all 0.3s ease;
}

.closeBox {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.closeBox .closeHead {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 32px;
  font-size: 2.4rem;
}
@media (max-width: 767px) {
  .closeBox .closeHead {
    font-size: 2.2rem;
    width: 70%;
  }
}
.closeBox .closeHead .closeHeadEm {
  font-size: 140%;
}
@media (max-width: 767px) {
  .closeBox .closeHead .closeHeadEm {
    font-size: 120%;
  }
}
.closeBox .closeDesc {
  max-width: 72%;
}
.closeBox .linkBtnBlock a {
  padding-right: 56px;
}

.separateImg {
  display: flex;
  position: relative;
}
.separateImg img {
  display: none;
}
@media (max-width: 1023px) {
  .separateImg img {
    display: block;
    width: 100%;
    height: auto;
  }
}
.separateImg::after {
  content: "";
  display: block;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: url("../images/recruit/icpImg.jpg") no-repeat center center;
  background-size: cover;
}
@media (max-width: 1023px) {
  .separateImg {
    flex-direction: column;
  }
  .separateImg::after {
    display: none;
  }
}
.separateImg .leftContent {
  width: 50%;
  padding: 56px;
  background-color: #1A1A1A;
}
.separateImg .leftContent h1 {
  color: #fff;
  margin-bottom: 16px;
}
.separateImg .leftContent ul {
  margin: 0;
  padding: 0;
  position: relative;
}
.separateImg .leftContent ul li {
  color: #fff;
  list-style: none;
  position: relative;
  padding-left: 32px;
}
.separateImg .leftContent ul li:before {
  content: "";
  width: 16px;
  height: 16px;
  background-color: #c1c1c1;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1023px) {
  .separateImg .leftContent {
    width: 100%;
  }
}

.horizontalBox {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.table {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}
.table tr {
  display: flex;
  width: 100%;
  border-bottom: 1px solid #c1c1c1;
}
.table tr th {
  width: 24%;
  padding: 24px;
  font-weight: 500;
  text-align: left;
}
@media (max-width: 767px) {
  .table tr th {
    width: 100%;
    padding: 16px;
    padding-bottom: 0;
    font-size: 1.4rem;
    letter-spacing: 2px;
  }
}
.table tr td {
  width: 76%;
  padding: 24px;
}
@media (max-width: 767px) {
  .table tr td {
    width: 100%;
    padding: 8px 16px 16px 16px;
  }
}
@media (max-width: 767px) {
  .table tr {
    flex-direction: column;
  }
}

.arrowLink {
  margin-top: 24px;
}
.arrowLink a {
  letter-spacing: 1px;
  min-width: 240px;
  color: #1A1A1A;
  text-decoration: none;
  display: inline-block;
  position: relative;
  padding: 8px 56px 8px 12px;
}
.arrowLink a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #1A1A1A;
  transition: transform 0.3s ease;
  transform: translateX(0);
}
.arrowLink a::before {
  content: "";
  width: 1px;
  height: 16px;
  background-color: #1A1A1A;
  position: absolute;
  right: 5px;
  bottom: -2px;
  transform: rotate(-45deg);
  transition: transform 0.3s ease;
}
.arrowLink a:hover::after {
  transform: translateX(8px);
}
.arrowLink a:hover::before {
  transform: translateX(8px) rotate(-45deg);
}

.flow {
  max-width: 640px;
  margin: 0 auto;
}
.flow ol {
  counter-reset: list-counter;
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
}
.flow ol:before {
  content: "";
  background-color: #c1c1c1;
  width: 1px;
  height: 100%;
  position: absolute;
  left: 24px;
  top: 0;
}
.flow ol:after {
  content: "";
  background-color: #c1c1c1;
  width: 1px;
  height: 20px;
  transform: rotate(-45deg);
  position: absolute;
  left: 17px;
  bottom: -4px;
}
.flow ol > li {
  counter-increment: list-counter;
  position: relative;
  padding-left: 2rem;
  margin-bottom: 72px;
}
.flow ol > li:last-child {
  margin-bottom: 0;
}
.flow ol > li dl {
  padding-left: 56px;
}
.flow ol > li dl dt {
  margin-bottom: 16px;
  font-family: "Shippori Mincho", serif;
  font-size: 1.8rem;
}
.flow ol > li dl dd {
  margin-bottom: 40px;
}
.flow ol > li::before {
  content: counter(list-counter);
  position: absolute;
  font-size: 2rem;
  font-family: "Cinzel", serif;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #c1c1c1;
  border-radius: 50%;
  border: 1px solid #c1c1c1;
  background-color: #fff;
  left: 0;
  top: -6px;
}

.lineBox {
  border: 1px solid #c1c1c1;
  padding: 24px;
  max-width: 800px;
  margin: 0 auto;
}
.lineBox h2 {
  border-bottom: 1px solid #c1c1c1;
  margin-bottom: 16px;
  padding-bottom: 12px;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 1.8rem;
}

.listTypeLine {
  margin: 0;
  padding: 0;
  position: relative;
}
.listTypeLine li {
  list-style: none;
  position: inherit;
  margin-bottom: 12px;
  padding-left: 24px;
}
.listTypeLine li:before {
  content: "";
  width: 12px;
  height: 1px;
  background-color: #c1c1c1;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

ul.lineList {
  border-top: 1px solid #c1c1c1;
  border-bottom: 1px solid #c1c1c1;
  padding: 16px 0;
  padding-left: 20px;
  margin: 24px 0 16px;
}
ul.lineList li {
  margin-bottom: 12px;
}

/** helper ↓ ****************************/
.decMargin {
  margin-bottom: 2.4rem;
}

.centering {
  display: flex;
  align-items: center;
  justify-content: center;
}

.bgDark {
  background-color: #1A1A1A;
}
.bgDark h1 {
  color: #fff;
}
.bgDark p {
  color: #fff;
}

.roundimg {
  border-radius: 16px;
}/*# sourceMappingURL=style.css.map */
