@charset "UTF-8";
/*! destyle.css v3.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  border-style: solid;
  border-width: 0;
  box-sizing: border-box;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  line-height: 1.7;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  /* 2 */
  border-top-width: 1px;
  box-sizing: content-box;
  clear: both;
  color: inherit;
  /* 1 */
  height: 0;
  margin: 0;
  /* 1 */
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  color: inherit;
  display: block;
  text-decoration: none;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  /* 1 */
  appearance: none;
  background: transparent;
  border-radius: 0;
  color: inherit;
  font: inherit;
  margin: 0;
  padding: 0;
  text-align: inherit;
  text-transform: inherit;
  vertical-align: middle;
  /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  min-width: 0;
  padding: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit;
  /* 1 */
}

caption {
  text-align: left;
}

td,
th {
  padding: 0;
  vertical-align: top;
}

th {
  font-weight: bold;
  text-align: left;
}

/*============================================
          基本設定						
============================================*/
img {
  height: auto;
  max-width: 100%;
}

body {
  color: #3e3a39;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.01rem;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 12px;
  }
}

body.scroll-lock {
  bottom: 0;
  left: 0;
  overflow: hidden;
  /* スクロールを無効化 */
  position: fixed;
  right: 0;
  top: 0;
}

.inner {
  height: inherit;
  margin: 0 auto;
  max-width: 1120px;
  padding: 0 20px;
  width: 100%;
}
.c-child__inner {
  height: inherit;
  margin: 0 auto;
  max-width: 1115px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-child__inner {
    padding: 0 20px;
  }
}

a {
  display: block;
  transition: all 0.3s ease 0s;
}
a:hover {
  cursor: pointer;
  text-decoration: none;
}

*:focus {
  outline: none;
}

/*============================================
  Utility						
  ============================================*/
@media screen and (min-width: 768px) {
  .sp-only {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .sp-only {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .pc-only {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .pc-only {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .tab-only {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .tab-only {
    display: none;
  }
}

.not-pc-only {
  display: none;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .not-pc-only {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .not-pc-only {
    display: block;
  }
}

.not-sp {
  display: block;
}
@media screen and (max-width: 767px) {
  .not-sp {
    display: none;
  }
}

.not-tab {
  display: block;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .not-tab {
    display: none;
  }
}

/*============================================
            Common Section			
  ============================================*/
.c-section__title {
  align-items: center;
  color: #a72126;
  display: flex;
  font-family: "Koulen", sans-serif;
  font-size: 96px;
  font-weight: 400;
  /* 赤色 */
  line-height: 1;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-section__title {
    align-items: start;
    flex-direction: column;
    font-size: 40px;
    gap: 16px;
  }
}
.c-section__title::after {
  background-image: url(../../dist/img/common/common__section-arrow.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: -16px;
  content: "";
  height: 20px;
  left: 0;
  position: absolute;
  width: 100%;
}
.c-section__title span {
  /* 日本語テキスト */
  color: #c54545;
  /* 赤色 */
  font-family: "Inter", sans-serif;
  font-size: 20px;
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  .c-section__title span {
    font-size: 16px;
    margin-left: 0;
  }
}

.c-home_section {
  margin-top: 200px;
}
@media screen and (max-width: 767px) {
  .c-home_section {
    margin-top: 100px;
  }
}

/*============================================
            Common Btn
  ============================================*/
.c-btn {
  align-items: center;
  border: 1px solid #a72126;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  transition: all 0.3s ease 0s;
}

.c-btn_large {
  height: 80px;
  width: 500px;
}
@media screen and (max-width: 767px) {
  .c-btn_large {
    height: 60px;
    width: 350px;
  }
}

.c-btn_small {
  height: 60px;
  width: 300px;
}

.c-btn_white {
  background-color: #fff;
  color: #a72126;
  position: relative;
  z-index: 2;
}
.c-btn_white::before {
  -webkit-transform: scale(0, 1);
  -webkit-transform-origin: top;
  /*色や形状*/
  background: #a72126;
  border-radius: 50px;
  content: "";
  height: 100%;
  left: 0;
  /*絶対配置で位置を指定*/
  position: absolute;
  top: 0;
  transform: scale(0, 1);
  transform-origin: top;
  /*アニメーション*/
  transition: -webkit-transform 0.3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: transform 0.3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: transform 0.3s cubic-bezier(0.8, 0, 0.2, 1) 0s, -webkit-transform 0.3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  width: 100%;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .c-btn_white:hover {
    color: #fff;
    z-index: 2;
  }
  .c-btn_white:hover::before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    z-index: -1;
  }
}

.c-btn_red {
  background-color: #a72126;
  color: #fff;
}
.c-btn_red:hover {
  background-color: #fff;
  color: #a72126;
}

.c-btn_en {
  font-family: "Koulen", sans-serif;
  font-size: 30px;
  font-weight: 400;
}

.c-btn_ja {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 700;
}

/*============================================
            Header						
  ============================================*/
/*============================================
            Header						
  ============================================*/
.header {
  align-items: center;
  display: flex;
  height: 100px;
  justify-content: space-between;
  padding: 32px 40px;
  position: fixed;
  transition: all 0.3s ease 0s;
  width: 100%;
  z-index: 999999;
}
.header.is-scrolled {
  background-color: rgba(255, 255, 255, 0.7);
}
@media screen and (max-width: 767px) {
  .header {
    height: 60px;
    padding: 10px 20px;
  }
}

.header__inner {
  align-items: center;
  display: flex;
  width: 100%;
}
@media screen and (max-width: 1100px) {
  .header__inner {
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .header__inner {
    justify-content: space-between;
  }
}

.header__logo {
  max-width: 445px;
  transition: all 0.3s ease 0s;
  width: 100%;
}
.header__logo:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .header__logo {
    max-width: 270px;
  }
}

.header__btns {
  display: flex;
  font-weight: 700;
  gap: 25px;
  margin-left: auto;
}
@media screen and (max-width: 1100px) {
  .header__btns {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .header__btns {
    display: none;
  }
}

.header__btn {
  align-items: center;
  background-color: #fff;
  border: 1px solid #a72126;
  border-radius: 50px;
  box-shadow: 0px 4px 4px 0px #00000040;
  color: #a72126;
  display: flex;
  height: 50px;
  justify-content: center;
  position: relative;
  transition: all 0.3s ease;
  width: 200px;
}
.header__btn::before {
  -webkit-transform: scale(0, 1);
  -webkit-transform-origin: top;
  /*色や形状*/
  background: #a72126;
  border-radius: 50px;
  content: "";
  height: 100%;
  left: 0;
  /*絶対配置で位置を指定*/
  position: absolute;
  top: 0;
  transform: scale(0, 1);
  transform-origin: top;
  /*アニメーション*/
  transition: -webkit-transform 0.3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: transform 0.3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: transform 0.3s cubic-bezier(0.8, 0, 0.2, 1) 0s, -webkit-transform 0.3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  width: 100%;
  z-index: 1;
}
.header__btn:hover {
  color: #a72126;
}
.header__btn:hover::before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.header__btn:hover span {
  color: #fff;
}
.header__btn[data-type=outline] {
  border-color: #3e3a39;
  color: #3e3a39;
}
.header__btn[data-type=outline]::before {
  background-color: #3e3a39;
}
.header__btn[data-type=outline]:hover {
  color: #fff;
}
.header__btn span {
  z-index: 2;
}

.header__navs {
  cursor: pointer;
  height: 24px;
  margin-left: 25px;
  position: relative;
  transition: all 0.3s ease;
  width: 35px;
}
.header__navs.is-active .header_nav:nth-child(1) {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.header__navs.is-active .header_nav:nth-child(2) {
  opacity: 0;
}
.header__navs.is-active .header_nav:nth-child(3) {
  -webkit-transform: translate(-50%, 50%) rotate(-45deg);
  bottom: 50%;
  transform: translate(-50%, 50%) rotate(-45deg);
}

.header_nav {
  -webkit-transform: translateX(-50%);
  background-color: #000;
  height: 3px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  transition: all 0.3s ease;
  width: 35px;
}
.header_nav:nth-child(1) {
  top: 0;
}
.header_nav:nth-child(2) {
  -webkit-transform: translate(-50%, -50%);
  top: 50%;
  transform: translate(-50%, -50%);
}
.header_nav:nth-child(3) {
  bottom: 0;
}

.header__mega-inner {
  margin: 0 auto;
  max-width: 1280px;
  width: 100%;
}

.header__mega-nav {
  background-color: #a72126;
  height: 100vh;
  overflow-y: auto;
  position: fixed;
  right: -100%;
  top: 0;
  transition: right 0.5s ease;
  width: 100%;
  z-index: 999998;
}
.header__mega-nav.is-active {
  right: 0;
}
.header__mega-nav-container {
  -ms-grid-columns: 1fr 40px 1fr 40px 1fr 40px 1fr 40px 1fr 40px 1fr;
  display: -ms-grid;
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(6, 1fr);
  margin: 80px auto 0;
  max-width: 1200px;
}
@media (max-width: 1024px) {
  .header__mega-nav-container {
    -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
    gap: 30px;
    grid-template-columns: repeat(3, 1fr);
    padding: 120px 30px 30px;
  }
}
@media (max-width: 768px) {
  .header__mega-nav-container {
    -ms-grid-columns: 1fr 20px 1fr;
    gap: 20px;
    grid-template-columns: repeat(2, 1fr);
    padding: 120px 20px 20px;
  }
}
@media (max-width: 480px) {
  .header__mega-nav-container {
    -ms-grid-columns: 1fr 20px 1fr;
    gap: 20px;
    grid-template-columns: 1fr 1fr;
    margin-top: 40px;
    padding: 0px 15px 20px;
  }
}
.header__mega-nav-section {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
}
.header__mega-nav-section::before {
  -webkit-transform: translateY(-50%);
  background-color: #fff;
  content: "";
  height: 100%;
  left: -16px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
}
.header__mega-nav-heading {
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.1em;
  padding-bottom: 10px;
}
@media (max-width: 768px) {
  .header__mega-nav-heading {
    font-size: 20px;
  }
}
.header__mega-nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.header__mega-nav-item {
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .header__mega-nav-item {
    margin-bottom: 6px;
  }
}
.header__mega-nav-item:last-child {
  margin-bottom: 0;
}
.header__mega-nav-link {
  color: #ffffff;
  display: block;
  font-size: 15px;
  line-height: 1.6;
  padding: 8px 0;
  text-decoration: none;
  transition: all 0.3s ease;
}
.header__mega-nav-link:hover {
  -webkit-transform: translateX(8px);
  color: #ffeeee;
  transform: translateX(8px);
}
@media (max-width: 768px) {
  .header__mega-nav-link {
    font-size: 14px;
    padding: 6px 0;
  }
}
@media screen and (max-width: 767px) {
  .header__mega-nav-link {
    padding: 0;
  }
}
.header__mega-nav-overlay {
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  transition: all 0.3s ease;
  visibility: hidden;
  width: 100%;
  z-index: 999997;
}
.header__mega-nav-overlay.is-active {
  opacity: 1;
  visibility: visible;
}

.header__mega-top {
  background: url(../../dist/img/header/header__mega-top-bg.png);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .header__mega-top {
    align-items: center;
    display: flex;
    height: 60px;
  }
}

.header__mega-top-inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 32px 40px;
}
@media screen and (max-width: 767px) {
  .header__mega-top-inner {
    flex-grow: 1;
    padding: 10px 20px;
  }
}

.header__mega-logo {
  max-width: 456px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .header__mega-logo {
    max-width: 270px;
  }
}

.header__mega-bars {
  height: 24px;
  position: relative;
  width: 35px;
  z-index: 99999;
}
.header__mega-bars:hover {
  cursor: pointer;
}

.header__mega-bar {
  -webkit-transform: translateX(-50%);
  background-color: #fff;
  height: 3px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  transition: all 0.3s ease;
  width: 35px;
}
.header__mega-bar:nth-child(1) {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.header__mega-bar:nth-child(2) {
  opacity: 0;
}
.header__mega-bar:nth-child(3) {
  -webkit-transform: translate(-50%, 50%) rotate(-45deg);
  bottom: 50%;
  transform: translate(-50%, 50%) rotate(-45deg);
}
.header__mega-bar.is-active:nth-child(1) {
  top: 0;
}
.header__mega-bar.is-active:nth-child(2) {
  -webkit-transform: translate(-50%, -50%);
  top: 50%;
  transform: translate(-50%, -50%);
}
.header__mega-bar.is-active:nth-child(3) {
  bottom: 0;
}

.header__mega-middle {
  align-items: center;
  color: #fff;
  display: flex;
  font-weight: 700;
  gap: 40px;
  margin-top: 250px;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .header__mega-middle {
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    margin-top: 24px;
  }
}
.header__mega-middle a {
  align-items: center;
  display: flex;
  justify-content: center;
  transition: all 0.3s ease 0s;
  width: 40%;
}
.header__mega-middle a:hover {
  -webkit-transform: translateX(8px);
  opacity: 0.7;
  transform: translateX(8px);
}

.header__mega-middle-icon span {
  position: relative;
}
.header__mega-middle-icon span::before {
  -webkit-transform: translateY(-50%);
  background: url(../../dist/img/common/icon_header-square.svg);
  content: "";
  height: 15px;
  position: absolute;
  right: -16px;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
}

.header__mega-btn {
  align-items: center;
  background-color: #fff;
  border: 1px solid #3e3a39;
  border-radius: 50px;
  box-shadow: 0px 4px 4px 0px #00000040;
  color: #3e3a39;
  display: flex;
  font-weight: 700;
  height: 50px;
  justify-content: center;
  width: 200px;
}
@media screen and (max-width: 767px) {
  .header__mega-btn {
    width: 40%;
  }
}

.header__mega-btnRed {
  color: #a72126;
}

.header__mega-sns-links {
  align-items: center;
  display: flex;
  gap: 48px;
  margin-top: 88px;
}
@media screen and (max-width: 767px) {
  .header__mega-sns-links {
    flex-direction: column;
    gap: 16px;
    margin-top: 16px;
  }
}
.header__mega-sns-links a {
  transition: all 0.3s ease 0s;
}
.header__mega-sns-links a:hover {
  -webkit-transform: translateX(8px);
  opacity: 0.7;
  transform: translateX(8px);
}

.header__mega-sns-title {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .header__mega-sns-title {
    font-size: 20px;
  }
}

.header__mega-snss {
  align-items: center;
  display: flex;
  gap: 40px;
}

.header__mega-sns {
  height: 35px;
  width: 35px;
}
@media screen and (max-width: 767px) {
  .header__mega-sns {
    height: 20px;
    width: 20px;
  }
}

.header__privacy-policy {
  color: #fff;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .header__privacy-policy {
    margin: 0 auto;
    text-align: center;
  }
}

/*============================================
            Home						
  ============================================*/
.home_message {
  padding-top: 200px;
  position: relative;
}
.home_message::before {
  background-image: url(../../dist/img/common/dots4.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 555px;
  position: absolute;
  right: 172px;
  top: 92px;
  width: 358px;
}
@media screen and (max-width: 767px) {
  .home_message {
    padding-top: 100px;
  }
}

.c-home_section-subtile {
  color: #a02326;
  font-size: 30px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .c-home_section-subtile {
    font-size: 18px;
  }
}

.home_message-contents {
  display: flex;
  justify-content: space-between;
  margin-top: 64px;
}
@media screen and (max-width: 767px) {
  .home_message-contents {
    flex-direction: column;
    gap: 40px;
  }
}

.home_message-title {
  color: #a72126;
  font-size: 30px;
  font-weight: 700;
}

.home_message-text {
  font-weight: 700;
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .home_message-text {
    margin-top: 40px;
  }
}
.home_message-text p:not(:first-child) {
  margin-top: 24px;
}

.home_message-btn {
  margin-top: 74px;
}

.home_message-imgs-wrap {
  position: relative;
}
.home_message-imgs-wrap::before {
  background-image: url(../../dist/img/common/dots_2-vertical\ .png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 47px;
  left: -32px;
  position: absolute;
  top: 0;
  width: 16px;
}
@media screen and (max-width: 767px) {
  .home_message-imgs-wrap::before {
    left: 75px;
  }
}
.home_message-imgs-wrap::after {
  background-image: url(../../dist/img/common/dots_2-beside.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: -32px;
  content: "";
  height: 16px;
  position: absolute;
  right: 0;
  width: 47px;
}

.home_message-imgs {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 360px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .home_message-imgs {
    margin-left: auto;
    max-width: 265px;
  }
}
.home_message-imgs::after {
  background-image: url(../../dist/img/home/home_message-ceo.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: -72px;
  content: "";
  height: 685px;
  left: -144px;
  position: absolute;
  width: 218px;
}
@media screen and (max-width: 767px) {
  .home_message-imgs::after {
    bottom: -30px;
    height: 392px;
    left: -110px;
    width: 124px;
  }
}

/*============================================
            HOME HERO						
  ============================================*/
.home_hero {
  align-items: center;
  aspect-ratio: 16/9;
  background-color: #000;
  background-image: none;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-left: calc(50% - 50vw);
  max-height: 100vh;
  min-height: 400px;
  position: relative;
  width: 100vw;
}
@media (max-width: 768px) {
  .home_hero {
    aspect-ratio: 391/753;
  }
}
@media (min-aspect-ratio: 21/9) {
  .home_hero {
    max-height: 80vh;
  }
}
@supports not (aspect-ratio: 16/9) {
  .home_hero::before {
    content: "";
    display: block;
    padding-top: 56.25%;
  }
  @media (max-width: 768px) {
    .home_hero::before {
      padding-top: 192.58%;
    }
  }
  .home_hero > * {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
  }
}
.home_hero::after {
  background: rgba(0, 0, 0, 0.3);
  content: "";
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.home_hero > * {
  position: relative;
  z-index: 2;
}

/*============================================
  動画要素のスタイル					
  ============================================*/
.home_hero-video {
  -o-object-fit: cover;
  -o-object-position: center center;
  background-color: #000;
  height: 100%;
  left: 0;
  object-fit: cover;
  object-position: center center;
  position: absolute;
  top: 0;
  width: 100%;
  will-change: auto;
  z-index: 0;
}
@media (max-width: 768px) {
  .home_hero-video {
    -o-object-position: center center;
    object-position: center center;
  }
}
@media (min-aspect-ratio: 21/9) {
  .home_hero-video {
    -o-object-position: center 40%;
    object-position: center 40%;
  }
}
@media (prefers-reduced-data: reduce) {
  .home_hero-video {
    display: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  .home_hero-video {
    display: none;
  }
}

.home_hero-news {
  background-color: #fff;
  border-radius: 50px;
  bottom: 60px;
  margin: 0 auto;
  max-width: 1120px;
  position: absolute;
  transition: all 0.3s ease 0s;
  width: 100%;
}
.home_hero-news:hover {
  background-color: #E3E3E3;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .home_hero-news {
    max-width: 80%;
  }
}

.home_hero-newsBody {
  align-items: center;
  display: flex;
  font-weight: 700;
  gap: 80px;
  padding: 24px 0 24px 90px;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .home_hero-newsBody {
    gap: 40px;
    padding: 20px;
  }
}

.home_hero-newsDay {
  color: #a72126;
  font-family: "Koulen", sans-serif;
}

.home_hero-newsTitle {
  position: relative;
}
.home_hero-newsTitle::before {
  -webkit-transform: translateY(-50%);
  background-color: #000;
  content: "";
  height: 19px;
  left: -20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
}

/*============================================
            Home Job						
  ============================================*/
.home_job {
  color: #a72126;
}

.home_job-contents {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .home_job-contents {
    margin-top: 40px;
  }
}

.home_job-items {
  align-items: center;
  display: flex;
  gap: 35px;
  justify-content: center;
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .home_job-items {
    flex-direction: column;
    margin-top: 40px;
  }
}

.home_job-item {
  box-shadow: 0px 4px 25px 0px rgba(205, 107, 108, 0.28);
  height: 500px;
  transition: all 0.3s ease 0s;
}
.home_job-item:hover {
  box-shadow: 0px 4px 25px 0px rgba(205, 107, 108, 0.9);
}
@media screen and (max-width: 767px) {
  .home_job-item {
    height: auto;
    max-width: 350px;
  }
}

.home_job-item-body {
  padding-left: 28px;
  padding-right: 28px;
  padding-top: 20px;
}
@media screen and (max-width: 767px) {
  .home_job-item-body {
    padding-bottom: 20px;
  }
}

.home_job-item-title {
  display: flex;
  flex-direction: column;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.56;
}
@media screen and (max-width: 767px) {
  .home_job-item-title {
    font-size: 20px;
  }
}
.home_job-item-title span {
  font-size: 14px;
  font-weight: 700;
}

.home_job-text {
  letter-spacing: -0.5px;
}

/*============================================
            Home Interview (完全修正版)
============================================*/
.home_interview-contents {
  margin-top: 80px;
}

.home_interview-text {
  font-weight: 700;
  margin-top: 80px;
}

.home_interview-items {
  margin: 80px calc(50% - 50vw);
  padding: 0 20px;
  position: relative;
  width: 100vw;
}
@media screen and (max-width: 767px) {
  .home_interview-items {
    margin: 80px 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
  }
}

.home_interview-slider {
  margin-bottom: 30px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .home_interview-slider {
    padding: 0 20px;
  }
}

.slider-container {
  display: flex;
  gap: 30px;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media screen and (max-width: 767px) {
  .slider-container {
    gap: 0;
  }
}

.home_interview-item {
  box-shadow: 0px 4px 25px 0px rgba(205, 107, 108, 0.28);
  color: #a72126;
  cursor: pointer;
  display: flex;
  flex: 0 0 400px;
  flex-direction: column;
  font-weight: 700;
  height: 580px;
  margin-right: 0;
  max-width: 480px;
  min-width: 418px;
  transition: all 0.3s ease 0s;
  width: 100%;
}
.home_interview-item:hover .home_interview-itemMore::before {
  width: 100%;
}
.home_interview-item:hover .home_interview-itemMore span {
  -webkit-transform: translateX(-230%);
  transform: translateX(-230%);
}
.home_interview-item:hover .home_interview-item-img img {
  scale: 1.1;
}
@media (max-width: 1200px) {
  .home_interview-item {
    flex: 0 0 350px;
    height: 520px;
    width: 350px;
  }
}
@media screen and (max-width: 767px) {
  .home_interview-item {
    flex: 0 0 100%;
    height: 480px;
    max-width: 100%;
    min-width: 100%;
    width: 100%;
  }
}

.home_interview-item-img {
  height: 280px;
  overflow: hidden;
  position: relative;
}
.home_interview-item-img img {
  -webkit-transform: translate(-50%, -50%);
  -o-object-fit: cover;
  height: 100%;
  left: 50%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease 0s;
  width: 100%;
}
@media (max-width: 1200px) {
  .home_interview-item-img {
    height: 240px;
  }
}
@media screen and (max-width: 767px) {
  .home_interview-item-img {
    height: 200px;
  }
}

.home_interview-item-body {
  flex: 1;
  padding-left: 41px;
  padding-right: 20px;
  padding-top: 35px;
}
@media screen and (max-width: 767px) {
  .home_interview-item-body {
    padding-left: 25px;
    padding-right: 15px;
    padding-top: 25px;
  }
}

.home_interview-infos {
  font-size: 14px;
  margin-bottom: 20px;
}

.home_interview-year {
  margin-bottom: 5px;
}

.home_interview-name {
  font-size: 16px;
  font-weight: 700;
}

.home_interview-part {
  display: flex;
  flex-direction: column;
  font-size: 30px;
  font-weight: 400;
  margin-top: 20px;
}
.home_interview-part span {
  font-size: 14px;
  font-weight: 700;
  margin-top: 5px;
}
@media (max-width: 1200px) {
  .home_interview-part {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .home_interview-part {
    font-size: 20px;
  }
}

.home_interview-itemMore {
  background-color: #a72126;
  color: #fff;
  font-size: 14px;
  margin-top: auto;
  padding: 9px 0;
  padding-right: 43px;
  position: relative;
  text-align: right;
  z-index: 1;
}
.home_interview-itemMore::before {
  background-color: #f3a69d;
  content: "";
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.3s ease 0s;
  width: 13px;
  z-index: -1;
}
.home_interview-itemMore span {
  display: inline-block;
  transition: all 0.3s ease 0s;
  z-index: 2;
}

/* Pagination */
.slider-pagination {
  align-items: center;
  display: flex;
  gap: 15px;
  justify-content: center;
  margin-top: 40px;
  position: relative;
}

.pagination-dots {
  display: flex;
  gap: 8px;
  margin: 0 15px;
}

.pagination-dot {
  background-color: #D1D5DB;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  height: 14px;
  padding: 0;
  transition: all 0.3s ease;
  width: 14px;
}
.pagination-dot:hover {
  background-color: #9CA3AF;
}
.pagination-dot.active {
  -webkit-transform: scale(1.2);
  background-color: #a72126;
  transform: scale(1.2);
}

/* Navigation arrows */
.slider-nav {
  align-items: center;
  border: none;
  border-radius: 4px;
  color: #a72126;
  cursor: pointer;
  display: flex;
  font-size: 18px;
  height: 50px;
  justify-content: center;
  transition: all 0.3s ease;
  width: 50px;
  z-index: 10;
}
.slider-nav:hover {
  -webkit-transform: scale(1.1);
  background-color: #f3a69d;
  transform: scale(1.1);
}
@media screen and (max-width: 767px) {
  .slider-nav {
    font-size: 16px;
    height: 40px;
    width: 40px;
  }
  .slider-nav.prev::before, .slider-nav.next::before {
    font-size: 20px;
  }
}

/* Clone items styling */
.clone {
  pointer-events: none;
}

.p-btn-home_interview {
  margin: 80px auto 0;
}

/*============================================
            Swiper統合用スタイル（修正版）
============================================*/
.home_interview-slider.swiper {
  /* ナビゲーションボタン */
  /* ページネーション */
}
.home_interview-slider.swiper .swiper-wrapper {
  display: flex;
  gap: 30px;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media screen and (max-width: 767px) {
  .home_interview-slider.swiper .swiper-wrapper {
    gap: 0;
  }
}
.home_interview-slider.swiper .swiper-slide {
  height: auto;
  width: auto;
  /* PC・タブレット時のサイズ調整 */
  /* ★修正：モバイル時のスタイル */
}
@media (min-width: 1025px) {
  .home_interview-slider.swiper .swiper-slide {
    flex-shrink: 0;
    width: 400px;
  }
}
@media (max-width: 1024px) and (min-width: 769px) {
  .home_interview-slider.swiper .swiper-slide {
    flex-shrink: 0;
    width: 350px;
  }
}
@media screen and (max-width: 767px) {
  .home_interview-slider.swiper .swiper-slide {
    margin: 0 auto;
    max-width: 480px;
    opacity: 1;
    /* ★変更：常に表示 */
    visibility: visible;
    width: 100%;
    /* ★変更：常に可視 */
  }
}
.home_interview-slider.swiper .swiper_bottom-wrap {
  margin: 0 auto;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.home_interview-slider.swiper .swiper-button-prev,
.home_interview-slider.swiper .swiper-button-next {
  align-items: center;
  background: none;
  border: none;
  border-radius: 4px;
  bottom: -8px;
  color: #a72126;
  cursor: pointer;
  display: flex;
  font-size: 18px;
  height: 50px;
  justify-content: center;
  margin-top: 0;
  top: inherit;
  transition: all 0.3s ease;
  width: 50px;
  z-index: 10;
}
.home_interview-slider.swiper .swiper-button-prev:hover,
.home_interview-slider.swiper .swiper-button-next:hover {
  cursor: pointer;
}
.home_interview-slider.swiper .swiper-button-prev::after,
.home_interview-slider.swiper .swiper-button-next::after {
  color: inherit;
  font-size: 36px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .home_interview-slider.swiper .swiper-button-prev,
.home_interview-slider.swiper .swiper-button-next {
    bottom: -4px;
    font-size: 16px;
    height: 40px;
    width: 40px;
  }
  .home_interview-slider.swiper .swiper-button-prev::after,
.home_interview-slider.swiper .swiper-button-next::after {
    font-size: 20px;
  }
}
.home_interview-slider.swiper .swiper-button-prev {
  left: -40px;
}
.home_interview-slider.swiper .swiper-button-prev::after {
  content: "‹";
}
.home_interview-slider.swiper .swiper-button-next {
  right: -40px;
}
.home_interview-slider.swiper .swiper-button-next::after {
  content: "›";
}
.home_interview-slider.swiper .swiper-pagination {
  bottom: auto;
  display: flex;
  gap: 8px;
  justify-content: center;
  margin: 40px auto 0;
  padding-bottom: 8px;
  position: relative;
}
.home_interview-slider.swiper .swiper-pagination .swiper-pagination-bullet {
  background-color: #D1D5DB;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  height: 14px;
  margin: 0 4px;
  opacity: 1;
  padding: 0;
  transition: all 0.3s ease;
  width: 14px;
}
.home_interview-slider.swiper .swiper-pagination .swiper-pagination-bullet:hover {
  background-color: #9CA3AF;
}
.home_interview-slider.swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  -webkit-transform: scale(1.2);
  background-color: #a72126;
  transform: scale(1.2);
}

/* ★修正：モバイル時の設定を簡素化 */
@media (max-width: 768px) {
  .home_interview-slider.swiper {
    margin: 0 auto;
    max-width: 480px;
    overflow: hidden;
    padding: 0 20px;
    width: 100%;
  }
  .home_interview-slider.swiper .swiper-wrapper {
    align-items: center;
  }
  .home_interview-slider.swiper .swiper-slide {
    display: flex;
    justify-content: center;
    /* ★削除：opacity と visibility の設定を削除 */
    /* opacity: 0;
       visibility: hidden; */
  }
  .home_interview-slider.swiper .home_interview-item {
    margin: 0 auto;
    max-width: 480px;
    width: 100%;
  }

  .home_interview-items {
    overflow: hidden;
    width: 100%;
  }
}
/*============================================
          Home Information						
============================================*/
section.home_information {
  padding-bottom: 200px;
}
@media screen and (max-width: 767px) {
  section.home_information {
    padding-bottom: 100px;
  }
}

.home_information-contents {
  margin-top: 80px;
}

.home_information-items {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.home_information-item {
  background-color: #f6f6f6;
  border-radius: 50px;
  display: flex;
  gap: 90px;
  padding-bottom: 35px;
  padding-left: 90px;
  padding-top: 35px;
  transition: all 0.3s ease 0s;
}
.home_information-item:hover {
  background-color: #e3e3e3;
}
@media screen and (max-width: 767px) {
  .home_information-item {
    padding: 20px;
  }
}

.home_information-day {
  color: #a72126;
  font-family: "Koulen", sans-serif;
  font-weight: 700;
  letter-spacing: 2px;
  position: relative;
}
.home_information-day::before {
  -webkit-transform: translateY(-50%);
  background-color: #000;
  content: "";
  height: 16px;
  position: absolute;
  right: -45px;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
}

.home_information-title {
  font-weight: 700;
}

.p-btn-home_information {
  margin-left: auto;
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .p-btn-home_information {
    margin: 40px auto 0;
  }
}

/*============================================
Home Company						
============================================*/
.home_company {
  background-color: #f3a69d;
  padding-bottom: 200px;
  padding-top: 150px;
}
@media screen and (max-width: 767px) {
  .home_company {
    padding-bottom: 140px;
    padding-top: 90px;
  }
}

.p-home_company-sectionTitle {
  align-items: baseline;
  color: #fff;
  display: flex;
  font-family: "Koulen", sans-serif;
  font-size: 96px;
  font-weight: 400;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .p-home_company-sectionTitle {
    flex-direction: column;
    font-size: 40px;
    gap: 0px;
  }
}
.p-home_company-sectionTitle span {
  font-family: "Inter", sans-serif;
  font-size: 30px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-home_company-sectionTitle span {
    font-size: 18px;
  }
}

.home_company-contents {
  margin-top: 80px;
}

.home_company-items {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.home_company-itemSmalls {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

.home_company-item {
  background-color: #fff;
  border-radius: 20px;
  height: 480px;
  padding: 40px;
  position: relative;
  width: calc((100% - 40px) / 2);
  z-index: 1;
}
.home_company-item::before {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  position: absolute;
  z-index: -1;
}
.home_company-item[data-type=age]::before {
  background-image: url(../../dist/img/home/home_company-peoples.svg);
  height: 244px;
  opacity: 14%;
  right: 28px;
  top: 28px;
  width: 244px;
}
.home_company-item[data-type=age] .home_company-itemRate-title {
  width: 52px;
}
.home_company-item[data-type=occupation]::before {
  background-image: url(../../dist/img/home/home_company-memo.svg);
  height: 239px;
  right: 13px;
  top: 19px;
  width: 222px;
}
.home_company-item[data-type=year]::before {
  background-image: url(../../dist/img/home/home_company-handshake-o.svg);
  height: 204px;
  right: -17px;
  top: 19px;
  width: 324px;
}
.home_company-item[data-type=year] .home_company-itemRate-title {
  width: 92px;
}
.home_company-item[data-type=change]::before {
  background-image: url(../../dist/img/home/home_company-icons_resume-16.svg);
  height: 208px;
  right: 19px;
  top: 19px;
  width: 208px;
}
.home_company-item[data-type=change] .home_company-itemRate-title {
  width: 86px;
}
.home_company-item:hover .home_company-itemRate-graph {
  background-color: #a72126;
}
.home_company-item:hover .home_company-itemRate::before {
  opacity: 1;
}

.home_company-itemLarge {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: auto;
  justify-content: center;
  padding: 60px 0;
  width: 100%;
}

.home_company-itemLarge-inner {
  margin: 0 auto;
  max-width: 890px;
}

.home_company-itemLarge-top {
  display: flex;
  gap: 84px;
  justify-content: center;
}

.home_company-itemLarge-topImg {
  max-width: 240px;
}

.home_company-itemLarge-topBody {
  width: 46%;
}

.home_company-itemLarge-topBodyText-emphasis {
  color: #a72126;
  font-size: 28px;
  font-weight: 700;
}
.home_company-itemLarge-topBodyText-emphasis span {
  font-family: "Koulen", sans-serif;
  font-size: 128px;
}

.home_company-itemLarge-items {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
  margin-top: 45px;
  max-width: 890px;
}

.home_company-itemLarge-item {
  align-items: center;
  background-color: #f6f6f6;
  display: flex;
  gap: 32px;
  justify-content: center;
  width: 430px;
}

.home_company-itemLarge-item-left {
  font-weight: 700;
}

.home_company-itemLarge-item-left-title {
  font-size: 20px;
}

.home_company-itemLarge-itemRight {
  width: 55%;
}

.home_company-itemLarge-itemRight-text {
  color: #a72126;
  font-size: 28px;
  font-weight: 700;
}
.home_company-itemLarge-itemRight-text span {
  font-family: "Koulen", sans-serif;
  /* 3文字分の固定幅 */
  font-size: 120px;
  min-width: 3ch;
}

.home_company-itemTitle {
  color: #a72126;
  font-size: 28px;
  font-weight: 700;
}
.home_company-itemTitle span {
  font-family: "Koulen", sans-serif;
  font-size: 64px;
}

.home_company-itemRates {
  display: flex;
  flex-direction: column;
  height: 272px;
  justify-content: space-between;
  margin-top: 24px;
}

.home_company-itemRate {
  align-items: center;
  display: flex;
  gap: 32px;
  position: relative;
}
.home_company-itemRate::before {
  color: #a72126;
  content: var(--counter-value, "0%");
  font-family: "Koulen", sans-serif;
  font-size: 20px;
  font-weight: 700;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.3s ease 0.3s;
}

.home_company-itemRate-title {
  font-size: 20px;
  font-weight: 700;
  width: 146px;
}

.home_company-itemRate-graph {
  background-color: #b3b2b2;
  height: 20px;
  transition: all 0.8s ease 0s;
  width: 9%;
}

.home_company-item[data-type=age]:hover .home_company-itemRate:nth-child(1) .home_company-itemRate-graph {
  width: 0%;
}
.home_company-item[data-type=age]:hover .home_company-itemRate:nth-child(2) .home_company-itemRate-graph {
  width: 20%;
}
.home_company-item[data-type=age]:hover .home_company-itemRate:nth-child(3) .home_company-itemRate-graph {
  width: 10%;
}
.home_company-item[data-type=age]:hover .home_company-itemRate:nth-child(4) .home_company-itemRate-graph {
  width: 35%;
}
.home_company-item[data-type=age]:hover .home_company-itemRate:nth-child(5) .home_company-itemRate-graph {
  width: 20%;
}
.home_company-item[data-type=age]:hover .home_company-itemRate:nth-child(6) .home_company-itemRate-graph {
  width: 5%;
}

.home_company-item[data-type=occupation]:hover .home_company-itemRate:nth-child(1) .home_company-itemRate-graph {
  width: 5%;
}
.home_company-item[data-type=occupation]:hover .home_company-itemRate:nth-child(2) .home_company-itemRate-graph {
  width: 15%;
}
.home_company-item[data-type=occupation]:hover .home_company-itemRate:nth-child(3) .home_company-itemRate-graph {
  width: 25%;
}
.home_company-item[data-type=occupation]:hover .home_company-itemRate:nth-child(4) .home_company-itemRate-graph {
  width: 30%;
}
.home_company-item[data-type=occupation]:hover .home_company-itemRate:nth-child(5) .home_company-itemRate-graph {
  width: 10%;
}
.home_company-item[data-type=occupation]:hover .home_company-itemRate:nth-child(6) .home_company-itemRate-graph {
  width: 8%;
}
.home_company-item[data-type=occupation]:hover .home_company-itemRate:nth-child(7) .home_company-itemRate-graph {
  width: 7%;
}

.home_company-item[data-type=year]:hover .home_company-itemRate:nth-child(1) .home_company-itemRate-graph {
  width: 10%;
}
.home_company-item[data-type=year]:hover .home_company-itemRate:nth-child(2) .home_company-itemRate-graph {
  width: 20%;
}
.home_company-item[data-type=year]:hover .home_company-itemRate:nth-child(3) .home_company-itemRate-graph {
  width: 25%;
}
.home_company-item[data-type=year]:hover .home_company-itemRate:nth-child(4) .home_company-itemRate-graph {
  width: 30%;
}
.home_company-item[data-type=year]:hover .home_company-itemRate:nth-child(5) .home_company-itemRate-graph {
  width: 15%;
}
.home_company-item[data-type=year]:hover .home_company-itemRate:nth-child(6) .home_company-itemRate-graph {
  width: 0%;
}

.home_company-item[data-type=change]:hover .home_company-itemRate:nth-child(1) .home_company-itemRate-graph {
  width: 25%;
}
.home_company-item[data-type=change]:hover .home_company-itemRate:nth-child(2) .home_company-itemRate-graph {
  width: 10%;
}
.home_company-item[data-type=change]:hover .home_company-itemRate:nth-child(3) .home_company-itemRate-graph {
  width: 15%;
}
.home_company-item[data-type=change]:hover .home_company-itemRate:nth-child(4) .home_company-itemRate-graph {
  width: 45%;
}

.p-home_company-btn {
  margin: 80px auto 0;
}

.home_company-text {
  color: #a72126;
  font-weight: 700;
  margin-top: 40px;
  text-align: center;
}

/*============================================
          Home company SP						
============================================*/
.homeCompany_items {
  display: flex;
  flex-direction: column;
  gap: 56px;
  margin-top: 60px;
}
.homeCompany_items[data-type=sp] {
  display: none;
}
@media screen and (max-width: 767px) {
  .homeCompany_items[data-type=sp] {
    display: flex;
  }
}

.homeCompany_item {
  background-color: #fff;
  font-weight: 700;
  height: 278px;
  padding-top: 40px;
  position: relative;
}
.homeCompany_item[data-type=point] {
  padding-top: 80px;
}

.homeCompany_item-title {
  align-items: baseline;
  color: #a72126;
  display: flex;
  font-size: 20px;
  gap: 22px;
  left: 16px;
  position: absolute;
  top: -72px;
}
.homeCompany_item-title span {
  font-family: "Koulen", sans-serif;
  font-size: 96px;
}

/*============================================
          Common Recruit						
============================================*/
.c-commonRecruit {
  background-image: url(../../dist/img/commonRecruit/commonRecruit-hero.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 127px;
  padding-top: 464px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-commonRecruit {
    padding-bottom: 40px;
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 40px;
  }
}

.commonRecruit_title {
  align-items: center;
  color: #fff;
  display: flex;
  font-family: "Koulen", sans-serif;
  font-size: 96px;
  gap: 40px;
  text-shadow: 0px 4px 4px #00000040;
}
@media screen and (max-width: 767px) {
  .commonRecruit_title {
    flex-direction: column;
    font-size: 50px;
    gap: 16px;
  }
}
.commonRecruit_title span {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.commonRecruit_links {
  -webkit-transform: translateX(-50%);
  display: flex;
  height: 218px;
  left: 50%;
  max-width: 1120px;
  position: absolute;
  transform: translateX(-50%);
  width: 100%;
}
@media screen and (max-width: 767px) {
  .commonRecruit_links {
    -webkit-transform: inherit;
    bottom: -400px;
    flex-direction: column;
    height: 400px;
    left: inherit;
    left: 0;
    transform: inherit;
  }
}

.commonRecruit_link {
  align-items: center;
  background-color: #3e3a39;
  color: #fff;
  display: flex;
  font-size: 24px;
  font-weight: 700;
  justify-content: center;
  position: relative;
  width: 50%;
}
.commonRecruit_link::before {
  background-color: rgba(255, 255, 255, 0.3);
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: all 0.3s ease 0s;
  width: 100%;
}
.commonRecruit_link:hover::before {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .commonRecruit_link {
    height: 200px;
    width: 100%;
  }
}

.commonRecruit_link-en {
  background-color: #a72126;
  font-family: "Koulen", sans-serif;
  font-size: 70px;
  font-weight: 400;
  transition: all 0.3s ease 0s;
}
@media screen and (max-width: 767px) {
  .commonRecruit_link-en {
    font-size: 60px;
  }
}

/*============================================
          Footer						
============================================*/
footer {
  padding-top: 200px;
}
@media screen and (max-width: 767px) {
  footer {
    margin-top: 280px;
  }
}
footer a {
  transition: all 0.3s ease 0s;
}
footer a:hover {
  -webkit-transform: translateX(8px);
  opacity: 0.7;
  transform: translateX(8px);
}

.footer_logo {
  margin: 0 auto;
  max-width: 450px;
  width: 100%;
}

.footer_outLinks {
  display: flex;
  gap: 50px;
  justify-content: center;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .footer_outLinks {
    flex-direction: column;
    gap: 16px;
  }
}

.footer_outLink {
  font-weight: 700;
}
.footer_outLink[data-type=company] span {
  position: relative;
}
.footer_outLink[data-type=company] span::before {
  -webkit-transform: translateY(-50%);
  background-image: url(../../dist/img/common/icon_header-square-footer.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 15px;
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
}

.footer_link-categorys {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .footer_link-categorys {
    flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  .footer_links-category-title {
    padding-left: 20px;
    position: relative;
  }
}

.footer_links-category-toggles {
  display: none;
}
@media screen and (max-width: 767px) {
  .footer_links-category-toggles {
    -webkit-transform: translateY(-50%);
    display: block;
    height: 15px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 15px;
  }
}

.footer_links-category-toggle {
  -webkit-transform: translate(-50%, -50%);
  background-color: #a72126;
  height: 2px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease 0s;
  width: 15px;
}
.footer_links-category-toggle:nth-child(2) {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}

.footer_links-category {
  color: #a72126;
  font-family: "Koulen", sans-serif;
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .footer_links-category {
    border-top: 1px solid #D9D9D9;
    margin: 0 calc(50% - 50vw);
    padding: 20px 0;
    width: 100vw;
  }
  .footer_links-category:last-child {
    border-bottom: 1px solid #D9D9D9;
  }
}
.footer_links-category.active .footer_links-category-toggles .footer_links-category-toggle:nth-child(2) {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.footer_links {
  color: #333;
  font-size: 16px;
  font-weight: 400;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .footer_links {
    margin-top: 0;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: all 0.3s ease 0s;
  }
  .footer_links.show {
    max-height: 100px;
    opacity: 1;
  }
}

@media screen and (max-width: 767px) {
  .footer_link {
    padding-left: 40px;
    transition: all 0.3s ease 0s;
  }
}

.footer_sns-link {
  margin-top: 40px;
}

.footer_sns-linkTitle {
  color: #a72126;
  font-family: "Koulen", sans-serif;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
}

.footer_snss {
  align-items: center;
  display: flex;
  gap: 40px;
  justify-content: center;
  margin-top: 10px;
}

.footer_copyrights {
  background-color: #f6f6f6;
  display: flex;
  font-size: 12px;
  justify-content: space-between;
  margin: 0 calc(50% - 50vw);
  margin-top: 40px;
  padding: 25px 40px;
  width: 100vw;
}

/*============================================
          Page Top
============================================*/
.c-page_top {
  background-image: url(../../dist/img/common/page_top-bg.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 551px;
  padding-bottom: 100px;
  padding-top: 165px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-page_top {
    min-height: 376px;
  }
}
.c-page_top::before {
  -webkit-transform: translateX(-50%);
  background-image: url(../../dist/img/common/dots_2-vertical\ .png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: -46px;
  content: "";
  height: 46px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 15px;
}

.c-page_top-title {
  align-items: center;
  color: #a72126;
  display: flex;
  flex-direction: column;
  font-family: "Koulen", sans-serif;
  font-size: 64px;
  font-weight: 400;
  position: relative;
}
.c-page_top-title span {
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .c-page_top-title span {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .c-page_top-title {
    font-size: 36px;
  }
}

.c-page_lead {
  color: #a72126;
  font-size: 30px;
  font-weight: 700;
  margin-top: 233px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-page_lead {
    -webkit-transform: translateX(-50%);
    font-size: 20px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 80%;
  }
}

.page-contents-wrap {
  padding-bottom: 200px;
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  .page-contents-wrap {
    padding-bottom: 130px;
    padding-top: 220px;
  }
}

/*============================================
          Page 共通パーツ						
============================================*/
/*============================================
          Info Table Component					
============================================*/
.c-info-table {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.c-info-table__item {
  align-items: stretch;
  display: flex;
  font-weight: 700;
  gap: 13px;
}
@media screen and (max-width: 767px) {
  .c-info-table__item {
    align-items: center;
    flex-direction: column;
    gap: 24px;
  }
}

.c-info-table__label {
  align-items: center;
  border-bottom: 2px solid #a72126;
  color: #a72126;
  display: flex;
  font-size: 20px;
  justify-content: center;
  padding-bottom: 20px;
  text-align: center;
  width: 250px;
}
@media screen and (max-width: 767px) {
  .c-info-table__label {
    width: 350px;
  }
}

.c-info-table__content {
  border-bottom: 2px solid #b3b2b2;
  padding-bottom: 20px;
  width: calc(100% - 13px - 250px);
}
@media screen and (max-width: 767px) {
  .c-info-table__content {
    border: none;
    max-width: 350px;
    width: 100%;
  }
}
.c-info-table__content p {
  margin-bottom: 8px;
}
.c-info-table__content p:last-child {
  margin-bottom: 0;
}

/*============================================
          Page Message						
============================================*/
.page_messageCeo {
  padding-bottom: 100px;
}

.page_messageCeo-contents {
  align-items: center;
  display: flex;
  gap: 50px;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .page_messageCeo-contents {
    flex-direction: column;
  }
}

.page_messageCeo-img {
  aspect-ratio: 473/596;
  max-width: 473px;
  width: 100%;
  /* 幅に対する高さの比率を 468:385 に保つ */
}
@media screen and (max-width: 767px) {
  .page_messageCeo-img {
    position: relative;
  }
  .page_messageCeo-img::before, .page_messageCeo-img::after {
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    position: absolute;
  }
  .page_messageCeo-img::before {
    background-image: url(../../dist/img/common/dots_2-vertical\ .png);
    height: 50px;
    left: 16px;
    top: -25px;
    width: 16px;
  }
  .page_messageCeo-img::after {
    background-image: url(../../dist/img/common/dots_2-beside.png);
    bottom: -32px;
    height: 16px;
    right: 0;
    width: 50px;
  }
}

.page_messageCeo-title {
  color: #a72126;
  font-size: 30px;
  font-weight: 700;
  position: relative;
  text-shadow: 0px 4px 4px #00000040;
}
@media screen and (max-width: 767px) {
  .page_messageCeo-title {
    font-size: 20px;
  }
}
.page_messageCeo-title::before {
  background-image: url(../../dist/img/common/dots_2-beside.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: -50px;
  content: "";
  height: 27px;
  position: absolute;
  width: 80px;
}
@media screen and (max-width: 767px) {
  .page_messageCeo-title::before {
    display: none;
  }
}

.page_messageCeo-infos {
  font-weight: 700;
  margin-top: 106px;
}
@media screen and (max-width: 767px) {
  .page_messageCeo-infos {
    margin-top: 32px;
    text-align: center;
  }
}
.page_messageCeo-infos .strong {
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .page_messageCeo-infos .strong {
    font-size: 18px;
  }
}

/*============================================
          Page Message QA						
============================================*/
.page-messageQA-items {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.page-messageQA-item {
  align-items: center;
  box-shadow: 0px 4px 25px 0px #cd6b6c47;
  display: flex;
  gap: 50px;
  padding: 49px 60px;
}
@media screen and (max-width: 767px) {
  .page-messageQA-item {
    flex-direction: column;
    gap: 24px;
    padding: 40px 20px;
  }
}

.page-messageQA-item-num {
  color: #a72126;
  font-family: "Koulen", sans-serif;
  font-size: 46px;
  font-weight: 700;
}

.page-messageQA-item-title {
  border-bottom: 1px solid #a72126;
  color: #a72126;
  font-size: 32px;
  font-weight: 700;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .page-messageQA-item-title {
    font-size: 19px;
  }
}

.page-messageQA-item-answer {
  font-weight: 700;
  margin-top: 20px;
}
.page-messageQA-item-answer p:nth-child(2) {
  margin-top: 16px;
}

/*============================================
          Page Message Slide						
============================================*/
.page-message_slider {
  margin-top: 100px;
}

.page-slider_container {
  overflow: hidden;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .page-slider_container {
    padding-top: 100px;
  }
}

.slider-track {
  display: flex;
  will-change: transform;
}

.slide {
  flex-shrink: 0;
  /* サイズはJSで自動設定されます */
}

.slide img {
  border-radius: 8px;
  /* お好みで角丸 */
  display: block;
}

/*============================================
          Page Interview						
============================================*/
.page-interview-items {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center;
}

.page-interview-item {
  background-color: #fff;
  box-shadow: 0px 4px 25px 0px #cd6b6c47;
  display: flex;
  flex-direction: column;
  height: 580px;
  width: 480px;
}
.page-interview-item:hover .page-interview-itemImg img {
  scale: 1.1;
}
.page-interview-item:hover .page-interview-itemMore span {
  -webkit-transform: translateX(-250%) translateY(-50%);
  transform: translateX(-250%) translateY(-50%);
  z-index: 2;
}
.page-interview-item:hover .page-interview-itemMore::before {
  width: 100%;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .page-interview-item {
    height: auto;
  }
}

@-webkit-keyframes slideLeftBounce {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideLeftBounce {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes slideLeftBounceSoft {
  0% {
    -webkit-transform: translateX(0) translateY(-50%);
    transform: translateX(0) translateY(-50%);
  }
  60% {
    -webkit-transform: translateX(-90%) translateY(-50%);
    transform: translateX(-90%) translateY(-50%);
  }
  80% {
    -webkit-transform: translateX(-87%) translateY(-50%);
    transform: translateX(-87%) translateY(-50%);
  }
  100% {
    -webkit-transform: translateX(-85%) translateY(-50%);
    transform: translateX(-85%) translateY(-50%);
  }
}
@keyframes slideLeftBounceSoft {
  0% {
    -webkit-transform: translateX(0) translateY(-50%);
    transform: translateX(0) translateY(-50%);
  }
  60% {
    -webkit-transform: translateX(-90%) translateY(-50%);
    transform: translateX(-90%) translateY(-50%);
  }
  80% {
    -webkit-transform: translateX(-87%) translateY(-50%);
    transform: translateX(-87%) translateY(-50%);
  }
  100% {
    -webkit-transform: translateX(-85%) translateY(-50%);
    transform: translateX(-85%) translateY(-50%);
  }
}
.page-interview-itemImg {
  aspect-ratio: 480/330;
  max-width: 480px;
  /* 幅に対する高さの比率を 468:385 に保つ */
  overflow: hidden;
  /* はみ出した画像を隠す (重要) */
  position: relative;
  transition: all 0.3s ease 0s;
  width: 100%;
}

.page-interview-itemImg img {
  -webkit-transform: translate(-50%, -50%);
  -o-object-fit: cover;
  height: 100%;
  left: 50%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease 0s;
  width: 100%;
}

.page-interview-itemBody {
  color: #a72126;
  font-weight: 700;
  padding: 35px 40px;
}

.page-interview-itemBody-tops {
  align-items: center;
  display: flex;
  gap: 32px;
}

.page-interview-itemBody-part {
  font-family: "Koulen", sans-serif;
  font-size: 30px;
  margin-bottom: 8px;
  margin-top: 8px;
}

.page-interview-itemMore {
  background-color: #a72126;
  color: #fff;
  font-weight: 700;
  height: 50px;
  margin-top: auto;
  padding-right: 40px;
  position: relative;
  text-align: right;
  width: 100%;
  z-index: 2;
}
.page-interview-itemMore span {
  -webkit-transform: translateY(-50%);
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease 0s;
}
.page-interview-itemMore::before {
  -webkit-transform: translateY(-50%);
  background-color: #f3a69d;
  content: "";
  height: 100%;
  height: 50px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease 0s;
  width: 13px;
  width: 16px;
  z-index: 1;
}

/*============================================
          Page Company Philosophy						
============================================*/
.page_companyPhilosophy {
  margin-top: 100px;
}

.page_companyPhilosophy-items {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .page_companyPhilosophy-items {
    align-items: center;
    gap: 80px;
  }
}

.page_companyPhilosophy-item {
  align-items: end;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  gap: 50px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .page_companyPhilosophy-item {
    flex-direction: column-reverse;
    gap: 16px;
    max-width: 350px;
    overflow: visible;
    padding: 0 40px 0 40px;
  }
}
.page_companyPhilosophy-item[data-type=vision] {
  background-image: url(../../dist/img/company/page-company_bg-vision.jpg);
}
.page_companyPhilosophy-item[data-type=mission] {
  background-image: url(../../dist/img/company/page-company_bg-mission.jpg);
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .page_companyPhilosophy-item[data-type=mission] {
    flex-direction: column-reverse;
  }
}
.page_companyPhilosophy-item[data-type=mission] .page_companyPhilosophy-item-body {
  padding: 40px 0 40px 40px;
}
@media screen and (max-width: 767px) {
  .page_companyPhilosophy-item[data-type=mission] .page_companyPhilosophy-item-body {
    padding: 0;
  }
}
.page_companyPhilosophy-item[data-type=mission] .page_companyPhilosophy-itemImg {
  aspect-ratio: 350/483;
  max-width: 350px;
  /* 幅に対する高さの比率を 468:385 に保つ */
  overflow: hidden;
  width: 100%;
  /* はみ出した画像を隠す (重要) */
}
@media screen and (max-width: 767px) {
  .page_companyPhilosophy-item[data-type=mission] .page_companyPhilosophy-itemImg {
    max-width: 251px;
  }
}

.page_companyPhilosophy-item-body {
  font-weight: 700;
  padding: 40px 40px 40px 0;
}
@media screen and (max-width: 767px) {
  .page_companyPhilosophy-item-body {
    padding: 0;
  }
}

.page_companyPhilosophy-itemImg {
  aspect-ratio: 350/483;
  max-width: 350px;
  /* 幅に対する高さの比率を 468:385 に保つ */
  overflow: hidden;
  width: 100%;
  /* はみ出した画像を隠す (重要) */
}
@media screen and (max-width: 767px) {
  .page_companyPhilosophy-itemImg {
    margin: 0 auto;
    max-width: 256px;
  }
}

.page_companyPhilosophy-item-title {
  border-bottom: 1px solid #a72126;
  color: #a72126;
  display: flex;
  flex-direction: column;
  font-size: 30px;
  letter-spacing: 2px;
  padding-bottom: 20px;
}
.page_companyPhilosophy-item-title span {
  font-size: 47px;
  text-shadow: 0px 4px 4px #00000040;
}
@media screen and (max-width: 767px) {
  .page_companyPhilosophy-item-title span {
    display: flex;
    font-size: 32px;
    justify-content: center;
    letter-spacing: 0.018px;
  }
}
@media screen and (max-width: 767px) {
  .page_companyPhilosophy-item-title {
    font-size: 24px;
    letter-spacing: 0.018px;
    margin-top: -24px;
  }
}

.page_companyPhilosophy-itemText {
  margin-top: 20px;
}

/*============================================
          Page Company Environment						
============================================*/
.page_companyEnvironment {
  padding-bottom: 200px;
}
@media screen and (max-width: 767px) {
  .page_companyEnvironment {
    padding-bottom: 100px;
  }
}

.page_dot-title {
  color: #a72126;
  font-size: 32px;
  font-weight: 700;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .page_dot-title {
    font-size: 20px;
  }
}
.page_dot-title::before {
  -webkit-transform: translateX(-50%);
  background-image: url(../../dist/img/common/dots_2-vertical\ .png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: -50px;
  content: "";
  height: 45px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 15px;
}
@media screen and (max-width: 767px) {
  .page_dot-title::before {
    height: 45px;
    width: 15px;
  }
}

.page_companyEnvironment-items {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .page_companyEnvironment-items {
    align-items: center;
    flex-direction: column;
    margin-top: 140px;
  }
}

.page_companyEnvironment-item {
  box-shadow: 0px 4px 25px 0px rgba(205, 107, 108, 0.28);
  height: 300px;
  max-width: 260px;
  padding-top: 24px;
  width: calc((100% - 20px) / 4);
}
@media screen and (max-width: 767px) {
  .page_companyEnvironment-item {
    width: 100%;
  }
}

.page_companyEnvironment-item-icon {
  height: 50px;
  margin: 0 auto;
  width: 50px;
}

.page_companyEnvironment-item-body {
  font-weight: 700;
  padding: 20px 24px 0 24px;
}

.page_companyEnvironment-item-title {
  font-size: 20px;
}

.page_companyEnvironment-item-text {
  margin-top: 20px;
}

/*============================================
          Page Company Benefits						
============================================*/
.page_company-benefits {
  margin-top: 100px;
}

.page_company-benefits-items {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.page_company-benefits-item {
  align-items: center;
  align-items: stretch;
  display: flex;
  font-weight: 700;
  gap: 13px;
}

.page_company-benefits-item-title {
  align-items: center;
  border-bottom: 2px solid #a72126;
  color: #a72126;
  display: flex;
  font-size: 20px;
  justify-content: center;
  padding-bottom: 20px;
  text-align: center;
  vertical-align: middle;
  width: 250px;
}

.page_company-benefits-item-body {
  border-bottom: 2px solid #b3b2b2;
  padding-bottom: 20px;
  width: calc(100% - 13px - 250px);
}

.page_companyBenefits-btn {
  margin: 100px auto 0;
}
@media screen and (max-width: 767px) {
  .page_companyBenefits-btn {
    margin-top: 40px;
  }
}

/*============================================
          Page Company Outline						
============================================*/
.page_companyOutline {
  background-color: #f6f6f6;
  padding: 200px 0;
}
@media screen and (max-width: 767px) {
  .page_companyOutline {
    padding: 100px 0;
  }
}

.page_companyOutline-items {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 110px;
}

.page_companyOutline-item {
  align-items: stretch;
  display: flex;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .page_companyOutline-item {
    align-items: center;
    flex-direction: column;
  }
}

.page_companyOutline-item-title {
  align-items: center;
  background-color: #a72126;
  color: #fff;
  display: flex;
  font-size: 20px;
  justify-content: center;
  width: 230px;
}
@media screen and (max-width: 767px) {
  .page_companyOutline-item-title {
    max-width: 350px;
    width: 100%;
  }
}

.page_companyOutline-item-body {
  background-color: #fff;
  font-size: 18px;
  padding: 20px 40px;
  width: calc(100% - 230px);
}
@media screen and (max-width: 767px) {
  .page_companyOutline-item-body {
    max-width: 350px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .page_companyOutline-item-body {
    padding: 20px;
  }
}

.page_companyOutline-item-mapWrap {
  height: 400px;
  margin-top: 8px;
  max-width: 810px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .page_companyOutline-item-mapWrap {
    height: 200px;
    max-width: 400px;
  }
}
.page_companyOutline-item-mapWrap iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

/*============================================
          Page Welfare						
============================================*/
.page_welfare-contents {
  align-items: flex-start;
  display: flex;
  gap: 40px;
  justify-content: center;
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  .page_welfare-contents {
    flex-direction: column;
    gap: 20px;
    margin: 100px auto 0;
    margin-top: 100px;
    max-width: 95%;
    padding-right: 0;
  }
}

.page_welfare-image {
  aspect-ratio: 680/1035;
  max-width: 680px;
  /* 幅に対する高さの比率を保つ */
  overflow: hidden;
  /* はみ出した画像を隠す */
  position: sticky;
  top: 100px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .page_welfare-image {
    border-radius: 20px;
    max-width: 100%;
    position: static;
  }
}
.page_welfare-image img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.page_welfare-details {
  flex-shrink: 0;
  max-width: 680px;
  width: 100%;
}

.page_welfare-detail {
  margin-bottom: 60px;
}
.page_welfare-detail:last-child {
  margin-bottom: 0;
}

.page_welfare-type {
  background: linear-gradient(90deg, #a72126 0%, #f3a69d 100%);
  border-radius: 10px;
  color: #fff;
  font-size: 20px;
  margin-bottom: 40px;
  padding: 20px 0 20px 20px;
}

.page_welfare-items {
  display: flex;
  flex-direction: column;
  gap: 60px;
  padding-bottom: 40px;
}

.page_welfare-item {
  font-weight: 700;
}

.page_welfare-item-title {
  border-bottom: 2px solid #a72126;
  color: #a72126;
  font-size: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
}
.page_welfare-item-title span {
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  .page_welfare-item-title span {
    padding-left: 0;
  }
}

.page_welfare-item-text {
  margin-top: 24px;
  padding-left: 40px;
}

/*============================================
          Page Recruit Outline						
============================================*/
.page_recruitOutline {
  color: #a72126;
  font-weight: 700;
}

.page_recruitOutline-pdf {
  border-radius: 10px;
  /* 角を丸くする場合 */
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  height: 0;
  /* 影を付ける場合 */
  margin-bottom: 40px;
  /* 16:9のアスペクト比 (9/16 * 100) */
  /* プレゼンテーション用の場合は 75% (4:3) や 62.5% (16:10) も考慮 */
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .page_recruitOutline-pdf {
    /* スマホでは4:3比率の方が見やすい場合 */
    border-radius: 5px;
    margin-bottom: 20px;
    padding-bottom: 75%;
  }
}
.page_recruitOutline-pdf iframe {
  border: none;
  border-radius: inherit;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  /* 親の角丸を継承 */
}

.page_recruitOutline-text {
  /* 200px → 100px に調整 */
  font-size: 30px;
  margin-top: 100px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .page_recruitOutline-text {
    font-size: 18px;
    margin-top: 60px;
    /* 100px → 60px に調整 */
  }
}

.page_recruitOutline-items {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-top: 100px;
}

.page_recruitOutline-item {
  align-items: center;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0px 4px 25px 0px rgba(205, 107, 108, 0.28);
  display: flex;
  transition: box-shadow 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease;
  /* ホバーエフェクト */
}
.page_recruitOutline-item:hover {
  -webkit-transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
  transform: translateY(-2px);
}
@media screen and (max-width: 767px) {
  .page_recruitOutline-item {
    align-items: start;
    flex-direction: column;
  }
}

.page_recruitOutline-item-img {
  aspect-ratio: 540/338;
  border-radius: 20px 0 0 20px;
  max-width: 540px;
  overflow: hidden;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .page_recruitOutline-item-img {
    border-radius: 20px 20px 0 0;
    max-width: 100%;
  }
}
.page_recruitOutline-item-img img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  width: 100%;
}
.page_recruitOutline-item-img:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.page_recruitOutline-item-body {
  flex: 1;
  font-family: "Koulen", sans-serif;
  padding-left: 40px;
  /* 残りのスペースを使用 */
}
@media screen and (max-width: 767px) {
  .page_recruitOutline-item-body {
    align-items: center;
    display: flex;
    gap: 40px;
    padding: 16px 0 40px 40px;
    width: 100%;
  }
}

.page_recruitOutline-item-title {
  font-size: 64px;
  line-height: 1.2;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .page_recruitOutline-item-title {
    font-size: 30px;
    margin-bottom: 0;
  }
}

.page_recruitOutline-item-job {
  display: flex;
  flex-direction: column;
  font-size: 30px;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .page_recruitOutline-item-job {
    font-size: 24px;
  }
}
.page_recruitOutline-item-job span {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  margin-top: 5px;
  opacity: 0.8;
}

.page_recruitOutline-btn {
  margin: 140px auto 0;
}
@media screen and (max-width: 767px) {
  .page_recruitOutline-btn {
    margin-top: 40px;
  }
}

/*============================================
          Page Recruit Flows						
============================================*/
.page_recruitFlow {
  font-weight: 700;
  margin-top: 200px;
}
@media screen and (max-width: 767px) {
  .page_recruitFlow {
    margin-top: 100px;
  }
}

.page_recruitFlow-contents {
  box-shadow: 0px 4px 25px 0px rgba(205, 107, 108, 0.28);
  padding: 80px;
}
@media screen and (max-width: 767px) {
  .page_recruitFlow-contents {
    padding: 24px;
  }
}

.page_recruitFlow-title {
  color: #a72126;
  font-size: 32px;
}
@media screen and (max-width: 767px) {
  .page_recruitFlow-title {
    font-size: 20px;
  }
}

.page_recruitFlow-text {
  color: #a72126;
  font-size: 20px;
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .page_recruitFlow-text {
    font-size: 16px;
  }
}

.page_recruitFlow-flows {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 24px;
}

.page_recruitFlow-flow {
  align-items: stretch;
  display: flex;
}
@media screen and (max-width: 767px) {
  .page_recruitFlow-flow {
    flex-direction: column;
  }
}

.page_recruitFlow-flow-title {
  align-items: center;
  background-color: #f6f6f6;
  color: #a72126;
  display: flex;
  justify-content: center;
  padding: 20px 0;
  text-align: center;
  width: 230px;
}
@media screen and (max-width: 767px) {
  .page_recruitFlow-flow-title {
    width: 100%;
  }
}
.page_recruitFlow-flow-title[data-type=red] {
  background-color: #a72126;
  color: #fff;
}
.page_recruitFlow-flow-title[data-type=pink] {
  background-color: #f3a69d;
  color: #fff;
}

.page_recruitFlow-flow-detail {
  padding: 20px 0px 20px 40px;
}
.page_recruitFlow-flow-detail .strong {
  padding-left: 16px;
  position: relative;
}
.page_recruitFlow-flow-detail .strong::before {
  -webkit-transform: translateY(-50%);
  background-color: #a72126;
  content: "";
  height: 10px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
}

.page_recruitFlow-flow-text {
  color: #a72126;
  margin-top: 24px;
}

/*============================================
          Page Information						
============================================*/
.page_information-items {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.page_information-item {
  background-color: #f6f6f6;
  border-radius: 50px;
  display: flex;
  font-weight: 700;
  gap: 80px;
  padding: 35px 0 35px 90px;
}
@media screen and (max-width: 767px) {
  .page_information-item {
    padding: 20px;
  }
}
.page_information-item:hover {
  opacity: 0.7;
}

.page_information-item-day {
  color: #a72126;
  position: relative;
}
.page_information-item-day::before {
  -webkit-transform: translateY(-50%);
  background-color: #000;
  content: "";
  height: 18px;
  position: absolute;
  right: -40px;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
}

/*============================================
          Pagination						
============================================*/
.pagination {
  align-items: center;
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .pagination {
    margin-top: 40px;
  }
}

.pagination-item {
  -webkit-user-select: none;
  -ms-user-select: none;
  align-items: center;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  font-size: 14px;
  font-weight: 600;
  height: 40px;
  justify-content: center;
  min-width: 40px;
  text-decoration: none;
  transition: all 0.3s ease;
  user-select: none;
}
.pagination-item.current {
  background-color: #a72126;
  color: #ffffff;
}
.pagination-item:not(.current):not(.disabled) {
  color: #a72126;
}
.pagination-item:not(.current):not(.disabled):hover {
  background-color: #f6f6f6;
  color: #a72126;
}
.pagination-item.disabled {
  color: #d1d5db;
  cursor: not-allowed;
}

.pagination-prev,
.pagination-next {
  align-items: center;
  border-radius: 50%;
  display: flex;
  font-size: 18px;
  font-weight: bold;
  height: 40px;
  justify-content: center;
  width: 40px;
}

.pagination-ellipsis {
  color: #6b7280;
  cursor: default;
  min-width: 20px;
}
.pagination-ellipsis:hover {
  background-color: transparent;
  color: #6b7280;
}

/*============================================
          Single Information						
============================================*/
.single_information {
  padding-bottom: 200px;
  padding-top: 180px;
}

.single_information-content {
  font-weight: 700;
  margin: 0 auto;
  max-width: 800px;
}

.single_information-title {
  color: #a72126;
  font-size: 28px;
  text-align: center;
}

.single_information-day {
  color: #a72126;
  margin-top: 79px;
  text-align: center;
}

.single_information-text {
  margin-top: 79px;
}

.single_information-image {
  margin: 72px auto 0;
}

.single_information-backList {
  margin: 100px auto 0;
}

/*============================================
          Single Navigation (PREV/NEXT)						
============================================*/
.single_navigation {
  color: #a72126;
  display: flex;
  font-size: 20px;
  font-weight: 700;
  justify-content: space-between;
  margin: 80px auto 0;
  max-width: 490px;
  width: 100%;
}

.single_navigation-arrow {
  font-size: 24px;
}

/*============================================
          Page Entry						
============================================*/
.page_entryInformation-btn {
  margin: 100px auto 0;
}

.page_entry-formBtn {
  margin: 100px auto 0;
}

/*============================================
                  Contact Form					
============================================*/
.page_entry-form {
  padding-top: 100px;
}

:root {
  --color-main: #6b46c1;
  --color-required: #b73e3e;
  --color-gray: #666666;
  --color-light-gray: #f5f5f5;
  --color-border: #cccccc;
  --color-text: #333333;
  --color-white: #ffffff;
}

.c-contact-form {
  margin: 0 auto;
  max-width: 800px;
}

.c-form-group {
  margin-bottom: 40px;
}

.c-form-label {
  align-items: center;
  color: #a72126;
  display: flex;
  font-size: 16px;
  font-weight: 600;
  gap: 8px;
  margin-bottom: 16px;
}
.c-form-label p {
  display: flex;
  gap: 36px;
}
.c-form-label p span {
  align-items: center;
  display: flex;
  height: 25px;
  justify-content: center;
  width: 66px;
}

.c-form-required {
  background-color: var(--color-required);
  border-radius: 50px;
  color: var(--color-white);
  font-size: 12px;
  font-weight: normal;
  padding: 2px 8px;
}

.c-checkbox-group {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.c-checkbox-item {
  align-items: center;
  display: flex;
  gap: 8px;
}

.c-checkbox {
  background-color: var(--color-light-gray);
  border: 2px solid var(--color-border);
  cursor: pointer;
  flex-shrink: 0;
  height: 18px;
  position: relative;
  width: 18px;
}

.c-checkbox input[type=checkbox] {
  cursor: pointer;
  height: 100%;
  margin: 0;
  opacity: 0;
  position: absolute;
  width: 100%;
}

.c-checkbox input[type=checkbox]:checked + .c-checkbox-mark {
  opacity: 1;
}

.c-checkbox-mark {
  -webkit-transform: translate(-50%, -50%);
  background-color: var(--color-gray);
  height: 10px;
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.2s ease;
  width: 10px;
}

.c-checkbox-text {
  -webkit-user-select: none;
  -ms-user-select: none;
  color: var(--color-text);
  cursor: pointer;
  font-size: 16px;
  user-select: none;
}

.c-form-input {
  background-color: var(--color-light-gray);
  border: 2px solid var(--color-border);
  color: var(--color-text);
  font-size: 16px;
  padding: 12px 16px;
  transition: border-color 0.3s ease;
  width: 100%;
}

.c-form-input:focus {
  border-color: var(--color-main);
  outline: none;
}

.c-form-textarea {
  background-color: var(--color-light-gray);
  border: 2px solid var(--color-border);
  color: var(--color-text);
  font-family: inherit;
  font-size: 16px;
  min-height: 200px;
  padding: 12px 16px;
  resize: vertical;
  transition: border-color 0.3s ease;
  width: 100%;
}

.c-form-textarea:focus {
  border-color: var(--color-main);
  outline: none;
}

.c-form-submit p input {
  background-color: var(--color-white);
  border: 2px solid var(--color-required);
  border-radius: 30px;
  color: var(--color-required);
  cursor: pointer;
  display: block;
  font-size: 16px;
  font-weight: 600;
  margin: 60px auto 0;
  padding: 16px 60px;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease;
}
.c-form-submit:hover p input {
  background-color: var(--color-required);
  color: var(--color-white);
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
  .c-contact-form {
    padding: 0 16px;
  }

  .c-form-group {
    margin-bottom: 32px;
  }

  .c-form-submit {
    font-size: 14px;
    margin-top: 40px;
    padding: 14px 40px;
  }
}
/* ★既存のページスタイルを保持 */
.page_entry-form {
  padding-top: 100px;
}

/*============================================
          Contact form7編集						
============================================*/
.wpcf7-form-control.wpcf7-checkbox {
  display: flex;
  flex-direction: column;
  font-weight: 700;
  gap: 20px;
}

.wpcf7-list-item label {
  display: flex;
  gap: 16px;
}

.wpcf7-list-item-label {
  display: block;
  font-weight: 700;
}

/*============================================
          Page Job						
============================================*/
.page-job_tabs {
  display: flex;
  gap: 100px;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .page-job_tabs {
    align-items: center;
    flex-direction: column;
    gap: 32px;
  }
}

.page-job_tab {
  align-items: center;
  background: linear-gradient(96.1deg, #a72126 0.28%, #f3a69d 99.72%);
  border-radius: 10px;
  box-shadow: 0px 4px 4px 0px #00000040;
  color: #fff;
  display: flex;
  font-size: 20px;
  font-weight: 700;
  height: 111px;
  justify-content: center;
  max-width: 330px;
  transition: all 0.3s ease 0s;
  width: 100%;
}
.page-job_tab:hover {
  -webkit-transform: translate(3px, 3px);
  box-shadow: none;
  cursor: pointer;
  transform: translate(3px, 3px);
}

.page-job_section {
  font-weight: 700;
  margin-top: 200px;
}
@media screen and (max-width: 767px) {
  .page-job_section {
    margin-top: 100px;
  }
}
.page-job_section[data-type=design] {
  background: #f6f6f6;
  padding: 100px 0;
}

.page-job_images {
  display: flex;
  gap: 20px;
  margin-top: 100px;
  max-width: 1120px;
  width: 100%;
  /* 全体の最大幅を設定 */
}
@media screen and (max-width: 767px) {
  .page-job_images {
    flex-direction: column;
    margin-top: 40px;
  }
}

.page-job_images-main {
  aspect-ratio: 700/508;
  flex: 1;
  overflow: hidden;
}

.page-job_images-main img {
  -o-object-fit: cover;
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.page-job_images-subs {
  display: flex;
  flex: 0 0 400px;
  flex-direction: column;
  gap: 20px;
  /* 右側の幅を固定 */
}

.page-job_images-sub {
  aspect-ratio: 400/244;
  overflow: hidden;
}

.page-job_images-sub img {
  -o-object-fit: cover;
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.page-job_text {
  margin-top: 40px;
}

.page_job-link {
  color: #a72126;
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  .page_job-link {
    margin-top: 40px;
  }
}

.page-job_interview-title {
  color: #a72126;
  font-size: 32px;
  font-weight: 700;
  margin-top: 120px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .page-job_interview-title {
    font-size: 20px;
  }
}

.page_job-interviews {
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  .page_job-interviews {
    margin-top: 80px;
  }
}

.page_jobSchedule {
  background-color: #fff;
  font-weight: 700;
  margin-top: 40px;
  padding: 60px 40px;
}
.page_jobSchedule[data-type=engineering] {
  background-color: #f6f6f6;
}

.page_jobSchedule-title {
  align-items: center;
  color: #a72126;
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .page_jobSchedule-title {
    align-items: start;
    flex-direction: column;
    gap: 0;
  }
}
.page_jobSchedule-title span {
  font-family: "Koulen", sans-serif;
  font-size: 64px;
}
@media screen and (max-width: 767px) {
  .page_jobSchedule-title span {
    font-size: 36px;
  }
}

.page_jobSchedule-items {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 20px;
}

.page_jobSchedule-time {
  color: #a72126;
  display: flex;
  font-size: 28px;
  gap: 40px;
  padding-left: 49px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .page_jobSchedule-time {
    font-size: 20px;
    padding-left: 32px;
  }
}
.page_jobSchedule-time::before {
  -webkit-transform: translateY(-50%);
  background-color: #a72126;
  border-radius: 50%;
  content: "";
  height: 25px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 25px;
}
@media screen and (max-width: 767px) {
  .page_jobSchedule-time::before {
    height: 16px;
    width: 16px;
  }
}
.page_jobSchedule-time span {
  width: 80px;
}

.page_jobSchedule-detail {
  margin-top: 20px;
  padding-left: 25px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .page_jobSchedule-detail {
    margin-top: 8px;
  }
}
.page_jobSchedule-detail::before {
  -webkit-transform: translateY(-50%);
  background-color: #a72126;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
}

/*============================================
          Single Interview						
============================================*/
.single_interview {
  font-weight: 700;
}

.single_interview-philosophy {
  color: #a72126;
  font-size: 30px;
  text-align: center;
}

.single_interview-infos {
  align-items: center;
  display: flex;
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .single_interview-infos {
    flex-direction: column-reverse;
  }
}

.single_interview-detail {
  background-color: #fff;
  box-shadow: 0px 4px 25px 0px rgba(205, 107, 108, 0.28);
  color: #a72126;
  margin-right: -40px;
  padding: 40px;
  width: 600px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .single_interview-detail {
    margin: -32px auto 0;
    width: 100%;
  }
}

.single_interview-category {
  border-bottom: 1px solid #a72126;
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-bottom: 20px;
}
.single_interview-category span {
  font-family: "Koulen", sans-serif;
  font-size: 64px;
}
@media screen and (max-width: 767px) {
  .single_interview-category span {
    font-size: 36px;
  }
}

.single_interview-part {
  display: flex;
  gap: 16px;
  margin-top: 20px;
}

.single_interview-names {
  display: flex;
  gap: 16px;
}

.single_interview-license {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.single_interview-img {
  aspect-ratio: 540/680;
  max-width: 540px;
  /* 幅に対する高さの比率を 468:385 に保つ */
  overflow: hidden;
  width: 100%;
  /* はみ出した画像を隠す (重要) */
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .single_interview-img {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }
}

.single_interview-item {
  padding: 80px 0;
}
.single_interview-item[data-type=left] .single_interview-item-wrap {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .single_interview-item[data-type=left] .single_interview-item-wrap {
    flex-direction: column;
  }
}
.single_interview-item[data-type=gray] {
  background-color: #f6f6f6;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}

.single_interview-item-inner {
  margin: 0 auto;
  max-width: 1080px;
}
@media screen and (max-width: 767px) {
  .single_interview-item-inner {
    padding: 0 20px;
  }
}

.single_interview-q {
  align-items: center;
  border-bottom: 1px solid #a72126;
  color: #a72126;
  display: flex;
  font-size: 28px;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .single_interview-q {
    flex-direction: column;
    gap: 0;
    padding-bottom: 16px;
  }
}
.single_interview-q span {
  font-size: 64px;
}

.single_interview-a {
  align-items: center;
  display: flex;
  gap: 40px;
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .single_interview-a {
    flex-direction: column;
    gap: 0;
  }
}
.single_interview-a span {
  color: #a72126;
  font-size: 64px;
}

.single_interview-item-wrap {
  display: flex;
  gap: 40px;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .single_interview-item-wrap {
    flex-direction: column;
  }
}

.single_interview-item-qa {
  max-width: 700px;
}

.single_interview-item-img {
  aspect-ratio: 380/465;
  max-width: 380px;
  /* 幅に対する高さの比率を 468:385 に保つ */
  overflow: hidden;
  width: 100%;
  /* はみ出した画像を隠す (重要) */
}

.single_interview-btn {
  margin: 100px auto 0;
}

/*============================================
          募集職種						
============================================*/
.c-page_recruitOccupation-title {
  color: #a72126;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-page_recruitOccupation-title {
    font-size: 20px;
  }
}

.c-page_recruitOccupation-type {
  background-color: #a72126;
  border-radius: 50px;
  color: #fff;
  margin: 100px auto 0;
  padding: 5px 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .c-page_recruitOccupation-type {
    margin-top: 32px;
  }
}

.c-page_recruitOccupation-outline {
  color: #a72126;
  font-size: 28px;
  font-weight: 700;
  margin-top: 40px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-page_recruitOccupation-outline {
    font-size: 20px;
  }
}

.c-page_recruitOccupation-day {
  display: flex;
  flex-direction: column;
  font-weight: 700;
  margin-top: 40px;
  text-align: right;
}

.c-page_recruitOccupation-img {
  aspect-ratio: 1440/500;
  margin: 100px auto 0;
  max-width: 1440px;
  /* 幅に対する高さの比率を 468:385 に保つ */
  overflow: hidden;
  width: 100%;
  /* はみ出した画像を隠す (重要) */
}
@media screen and (max-width: 767px) {
  .c-page_recruitOccupation-img {
    margin-top: 40px;
  }
}

.c-page_recruitDetails {
  margin-top: 100px;
}

.c-page_recruitDetails-contents {
  margin-top: 140px;
}

.page-recruitEntry-btn {
  margin: 100px auto 0;
}

.page-recruitBack-btn {
  margin: 40px auto 0;
}

/*============================================
          Privacy						
============================================*/
.page-privacy {
  font-weight: 700;
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .page-privacy {
    margin-top: 0;
  }
}

.page-privacy_title {
  color: #a72126;
  font-size: 28px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .page-privacy_title {
    font-size: 20px;
  }
}

.page-privacy_text {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .page-privacy_text {
    margin-top: 40px;
  }
}

.page-privacy_items {
  display: flex;
  flex-direction: column;
  gap: 80px;
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .page-privacy_items {
    gap: 48px;
  }
}

.page-privacy_item-title {
  color: #a72126;
  font-size: 28px;
}
@media screen and (max-width: 767px) {
  .page-privacy_item-title {
    font-size: 18px;
  }
}

.page-privacy_item-text {
  margin-top: 16px;
}

/*============================================
          Contact form7 カスタマイズ						
============================================*/
.screen-reader-response {
  display: none;
}

.wpcf7-not-valid-tip {
  color: #a72126;
}

.wpcf7-response-output {
  color: #a72126;
  margin-top: 24px;
  text-align: center;
}
/*# sourceMappingURL=sourcemaps/style.css.map */