@charset "UTF-8";
@font-face {
  font-family: "Zen Kaku Gothic New";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../fonts/ZenKakuGothicNew-300.woff2") format("woff2"), url("../fonts/ZenKakuGothicNew-300.woff") format("woff");
}
@font-face {
  font-family: "Zen Kaku Gothic New";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/ZenKakuGothicNew-400.woff2") format("woff2"), url("../fonts/ZenKakuGothicNew-400.woff") format("woff");
}
@font-face {
  font-family: "Zen Kaku Gothic New";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/ZenKakuGothicNew-500.woff2") format("woff2"), url("../fonts/ZenKakuGothicNew-500.woff") format("woff");
}
@font-face {
  font-family: "Zen Kaku Gothic New vertical";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/ZenKakuGothicNew-500-vertical.woff2") format("woff2"), url("../fonts/ZenKakuGothicNew-500-vertical.woff") format("woff");
}
@font-face {
  font-family: "Zen Kaku Gothic New";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/ZenKakuGothicNew-700.woff2") format("woff2"), url("../fonts/ZenKakuGothicNew-700.woff") format("woff");
}
@font-face {
  font-family: "Zen Kaku Gothic New vertical";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/ZenKakuGothicNew-700-vertical.woff2") format("woff2"), url("../fonts/ZenKakuGothicNew-700-vertical.woff") format("woff");
}
*,
::before,
::after {
  margin: 0;
  background-repeat: no-repeat;
  box-sizing: border-box;
  font-size: 1em;
  font-family: inherit;
  font-weight: inherit;
}

::before,
::after {
  vertical-align: inherit;
  text-decoration: inherit;
}

html {
  font-family: sans-serif;
  word-break: break-word;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

header,
footer,
main,
section,
article,
aside,
nav,
details,
menu,
figure,
figcaption {
  display: block;
}

a {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
  -webkit-text-decoration-skip: objects;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

ol,
ul {
  padding: 0;
  list-style: none;
}

abbr[title] {
  text-decoration: underline;
  text-decoration: underline dotted;
}

sub,
sup {
  position: relative;
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

canvas,
audio,
video {
  display: inline-block;
}

img,
svg,
iframe,
canvas,
audio,
video {
  vertical-align: middle;
}

img {
  border-style: none;
}

svg:not([fill]) {
  fill: currentColor;
}

svg:not(:root) {
  overflow: hidden;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

input {
  border-radius: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

[type=checkbox],
[type=radio] {
  padding: 0;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

:-moz-focusring {
  outline: 1px dotted ButtonText;
}

address {
  font-style: normal;
}

textarea {
  overflow: auto;
  resize: vertical;
}

legend {
  display: table;
  max-width: 100%;
  padding: 0;
  color: inherit;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

summary {
  display: list-item;
}

table {
  border-collapse: collapse;
}

hr {
  height: 0;
  overflow: visible;
}

template {
  display: none;
}

a,
area,
button,
input,
label,
select,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

::-moz-selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

[hidden] {
  display: none;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true],
[disabled] {
  cursor: not-allowed;
}

[aria-hidden=false][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  display: inherit;
  position: absolute;
}

.is-block {
  display: block !important;
}

.is-inline {
  display: inline !important;
}

.is-inline-block {
  display: inline-block !important;
}

.is-none {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .is-mobile-block {
    display: block !important;
  }
  .is-mobile-inline {
    display: inline !important;
  }
  .is-mobile-inline-block {
    display: inline-block !important;
  }
  .is-mobile-none {
    display: none !important;
  }
}
@media screen and (min-width: 576px) {
  .is-fablet-block {
    display: block !important;
  }
  .is-fablet-inline {
    display: inline !important;
  }
  .is-fablet-inline-block {
    display: inline-block !important;
  }
  .is-fablet-none {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .is-tablet-block {
    display: block !important;
  }
  .is-tablet-inline {
    display: inline !important;
  }
  .is-tablet-inline-block {
    display: inline-block !important;
  }
  .is-tablet-none {
    display: none !important;
  }
}
@media screen and (min-width: 1220px) {
  .is-desktop-block {
    display: block !important;
  }
  .is-desktop-inline {
    display: inline !important;
  }
  .is-desktop-inline-block {
    display: inline-block !important;
  }
  .is-desktop-none {
    display: none !important;
  }
}
@media screen and (min-width: 1440px) {
  .is-wide-block {
    display: block !important;
  }
  .is-wide-inline {
    display: inline !important;
  }
  .is-wide-inline-block {
    display: inline-block !important;
  }
  .is-wide-none {
    display: none !important;
  }
}
.fadein {
  opacity: 0;
  filter: blur(15px);
  transition-duration: 0.2s;
}
.fadein.is_start {
  opacity: 1;
  filter: blur(0);
  transition-duration: 1s;
}

.fadeinUp {
  transform: translateY(30px);
  opacity: 0;
  transition-duration: 0.2s;
}
@media screen and (max-width: 767px) {
  .fadeinUp {
    transform: translateY(20px);
  }
}
.fadeinUp.is_start {
  transition-duration: 1s;
  transform: translateY(0);
  opacity: 1;
}

.fadeinLeft {
  transform: translateX(-30px);
  opacity: 0;
  transition-duration: 0.2s;
}
@media screen and (max-width: 767px) {
  .fadeinLeft {
    transform: translateX(-20px);
  }
}
.fadeinLeft.is_start {
  transition-duration: 1s;
  transform: translateX(0);
  opacity: 1;
}

.fadeinRight {
  transform: translateX(30px);
  opacity: 0;
  transition-duration: 0.2s;
}
@media screen and (max-width: 767px) {
  .fadeinRight {
    transform: translateX(20px);
  }
}
.fadeinRight.is_start {
  transition-duration: 1s;
  transform: translateX(0);
  opacity: 1;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes scrollBar {
  0% {
    left: 0;
    right: auto;
    width: 0;
  }
  50% {
    left: 0;
    right: auto;
    width: 100%;
  }
  51% {
    left: auto;
    right: 0;
    width: 100%;
  }
  100% {
    left: auto;
    right: 0;
    width: 0;
  }
}
html {
  font-size: 62.5%;
}
html.hidden {
  overflow: hidden;
}
html.hidden body {
  overflow: hidden;
}

body {
  padding: 0;
  font-size: 1.6rem;
  font-weight: 500;
  background-color: #FAF7EF;
  color: #000;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 1.7;
}

.of_hidden {
  overflow: hidden;
}

figure {
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

img[src$=".svg"] {
  width: 100%;
}

iframe {
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
  transition-duration: 0.3s;
}

.mailto i {
  font-style: normal;
}
.mailto i::after {
  content: "@";
}

.svg_defs {
  display: none;
}

svg {
  display: inline-block;
}
svg * {
  transition-duration: 0s;
}

button,
input[type=submit],
input[type=button] {
  appearance: button;
  box-sizing: border-box;
  background: transparent;
  border: none;
  border-radius: 0;
  margin: 0;
  padding: 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: inherit;
  cursor: pointer;
  transition-duration: 0.3s;
}

button::-webkit-search-decoration,
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

button:focus,
input[type=submit]:focus,
input[type=button]:focus {
  outline-offset: -2px;
  outline: none;
}

.inner {
  width: 100%;
  padding-inline: 6.95%;
}
@media screen and (max-width: 767px) {
  .inner {
    padding-inline: 5.33%;
  }
}

.inner_s {
  width: 100%;
  padding-inline: 18.7%;
}
@media screen and (max-width: 1219px) {
  .inner_s {
    padding-inline: 5.33%;
  }
}

.en_text {
  font-family: "Montserrat", sans-serif;
}

.fs_10 {
  font-size: 1rem !important;
}

.fs_12 {
  font-size: 1.2rem !important;
}

.fs_13 {
  font-size: 1.3rem !important;
}

.fs_14 {
  font-size: 1.4rem !important;
}

.fs_16 {
  font-size: 1.6rem !important;
}

.fs_18 {
  font-size: 1.8rem !important;
}

.fs_20 {
  font-size: 2rem !important;
}

.fw_light {
  font-weight: 300 !important;
}

.fw_normal {
  font-weight: 400 !important;
}

.fw_medium {
  font-weight: 500 !important;
}

.fw_semibold {
  font-weight: 600 !important;
}

.fw_bold {
  font-weight: 700 !important;
}

.ta_left {
  text-align: left !important;
}

.ta_right {
  text-align: right !important;
}

.ta_center {
  text-align: center !important;
}

.td_none {
  text-decoration: none !important;
}

.td_underline {
  text-decoration: underline !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}
@media screen and (max-width: 767px) {
  .mt30 {
    margin-top: 20px !important;
  }
}

.mt40 {
  margin-top: 40px !important;
}
@media screen and (max-width: 767px) {
  .mt40 {
    margin-top: 30px !important;
  }
}

.mt50 {
  margin-top: 50px !important;
}
@media screen and (max-width: 767px) {
  .mt50 {
    margin-top: 40px !important;
  }
}

.mb_none {
  margin-bottom: 0 !important;
}

.mb1em {
  margin-bottom: 1em !important;
}

.mb2em {
  margin-bottom: 2em !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}
@media screen and (max-width: 767px) {
  .mb30 {
    margin-bottom: 20px !important;
  }
}

.mb40 {
  margin-bottom: 40px !important;
}
@media screen and (max-width: 767px) {
  .mb40 {
    margin-bottom: 30px !important;
  }
}

.mb50 {
  margin-bottom: 50px !important;
}
@media screen and (max-width: 767px) {
  .mb50 {
    margin-bottom: 40px !important;
  }
}

.mb60 {
  margin-bottom: 60px !important;
}
@media screen and (max-width: 767px) {
  .mb60 {
    margin-bottom: 40px !important;
  }
}

.mb80 {
  margin-bottom: 80px !important;
}
@media screen and (max-width: 767px) {
  .mb80 {
    margin-bottom: 40px !important;
  }
}

.mb100 {
  margin-bottom: 100px !important;
}
@media screen and (max-width: 767px) {
  .mb100 {
    margin-bottom: 50px !important;
  }
}

.paragraph_body > *:not(:last-child) {
  margin-bottom: 1.5em;
}

.bg_white {
  background: #fff;
}

.bg_red {
  background-color: #D12D26;
}

.bg_yellow {
  background-color: #FAF7EF;
}

.color_black {
  color: #000 !important;
}

.color_white {
  color: #fff !important;
}

.color_red {
  color: #D12D26 !important;
}

.color_gray {
  color: #505050 !important;
}

.notes_list > li {
  position: relative;
  padding-left: 1em;
}
.notes_list > li::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

.notes_text {
  position: relative;
  padding-left: 1em;
}
.notes_text::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

.dot_list > li {
  position: relative;
  padding-left: 1em;
}
.dot_list > li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}

.disc_list {
  line-height: 1.75;
}
.disc_list > li {
  position: relative;
  padding-left: 2.12em;
}
.disc_list > li:not(:last-child) {
  margin-bottom: 16px;
}
.disc_list > li::before {
  content: "";
  position: absolute;
  top: 0.68em;
  left: 0.75em;
  width: 0.43em;
  aspect-ratio: 1/1;
  background-color: #000;
  border-radius: 50%;
}

.order_list {
  list-style-type: none;
  counter-reset: item;
}
.order_list li {
  position: relative;
  padding-left: 1.3em;
}
.order_list li:nth-child(n+10) {
  padding-left: 2em;
}
.order_list li:last-child .order_list:last-child {
  margin-bottom: 0;
}
.order_list li::before {
  counter-increment: item;
  content: counter(item) ".";
  position: absolute;
  top: 0;
  left: 0;
}
.order_list .order_list {
  margin-block: 0.25em 0.8em;
}

.icon_before_tel {
  position: relative;
  padding-left: 0.625em;
}
.icon_before_tel::before {
  content: "\f095";
  font-family: "FontAwesome";
  font-weight: 400;
  position: absolute;
  top: 0;
  left: -1.44em;
}

.deco_img {
  display: block;
  pointer-events: none;
}
.deco_img img {
  display: block;
  width: 100%;
}

.mv_wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  min-height: 662px;
  padding: 20rem 7.63%;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .mv_wrap {
    min-height: 375px;
    padding: 90px 5.33% 20px;
  }
}
.mv_wrap.color_white .mv_headline .en_text {
  color: #fff;
}
.mv_wrap::before {
  content: "";
  position: absolute;
  z-index: 0;
  aspect-ratio: 1440/124;
  background: url(../images/common/deco_mv_bottom.svg) center bottom/contain no-repeat;
  bottom: -1px;
  left: -1px;
  right: -1px;
}
.mv_wrap::after {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  right: 0;
  height: 393px;
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.7019607843));
}

.mv_img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  pointer-events: none;
}
.mv_img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.mv_headline {
  font-size: 1.8rem;
  text-align: center;
  font-weight: 700;
  line-height: 1.3;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .mv_headline {
    font-size: 1.4rem;
  }
}
.mv_headline .ja_text {
  display: block;
}
.mv_headline .en_text {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 10rem;
  line-height: 1.43;
}
@media screen and (max-width: 767px) {
  .mv_headline .en_text {
    font-size: 3.25rem;
  }
}

.mv_low_wrap {
  position: relative;
  background-color: #D12D26;
  width: 100%;
  min-height: 44rem;
  padding: 155px 5.33% 50px;
}
@media screen and (max-width: 767px) {
  .mv_low_wrap {
    padding-top: 115px;
    min-height: 28rem;
  }
}
.mv_low_wrap::before {
  content: "";
  position: absolute;
  aspect-ratio: 1440/124;
  background: url(../images/common/deco_mv_bottom.svg) center bottom/contain no-repeat;
  bottom: -1px;
  left: -1px;
  right: -1px;
}
.mv_low_wrap .mv_headline .en_text {
  font-size: 8.6rem;
}
@media screen and (max-width: 767px) {
  .mv_low_wrap .mv_headline .en_text {
    font-size: 3.25rem;
  }
}

.breadcrumbs_nav_wrap:has(.is-rotate) {
  position: absolute;
  top: calc(100% + 60px);
  right: 50px;
  width: 0;
  height: 0;
}
@media screen and (max-width: 767px) {
  .breadcrumbs_nav_wrap:has(.is-rotate) {
    top: 100%;
    margin-top: 15px;
    right: auto;
    left: 5.33%;
  }
}

.breadcrumbs_nav {
  margin-top: 20px;
  margin-bottom: 120px;
  padding-inline: 7.63%;
}
@media screen and (max-width: 767px) {
  .breadcrumbs_nav {
    margin-bottom: 40px;
    padding: 0px 5.33%;
  }
}
.breadcrumbs_nav.is-rotate {
  transform: rotate(90deg);
  transform-origin: right top;
  padding-inline: 0;
  margin: 0;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .breadcrumbs_nav.is-rotate {
    transform: none;
  }
}
.breadcrumbs_nav.is-rotate .breadcrumbs {
  justify-content: flex-start;
}

.breadcrumbs {
  display: flex;
  justify-content: flex-end;
  font-size: 1.2rem;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .breadcrumbs {
    justify-content: flex-start;
  }
}
.breadcrumbs > li {
  color: #999999;
}
.breadcrumbs > li:not(:last-child) {
  position: relative;
  margin: 0 5px 0 0;
  padding-right: 10px;
}
.breadcrumbs > li:not(:last-child)::after {
  content: "/";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  color: #999999;
}
.breadcrumbs > li.current {
  color: #000;
  text-decoration: underline;
}
.breadcrumbs a {
  display: block;
}
.breadcrumbs a:hover {
  color: #000;
}

.js_padding {
  padding-top: 12rem;
}

.pd_bottom {
  padding-bottom: 35.5rem !important;
}
@media screen and (max-width: 767px) {
  .pd_bottom {
    padding-bottom: 12.5rem !important;
  }
}

.ma_bottom {
  margin-bottom: 35.5rem;
}
@media screen and (max-width: 767px) {
  .ma_bottom {
    margin-bottom: 8rem;
  }
}

.headline {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.43;
}
@media screen and (max-width: 767px) {
  .headline {
    font-size: 1.6rem;
  }
}
.headline .ja_text {
  display: block;
  margin-left: 5px;
}
.headline .en_text {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: min(10rem, 7vw);
  line-height: 1.1;
}
@media screen and (max-width: 767px) {
  .headline .en_text {
    font-size: 3.25rem;
  }
}

.headline02 {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.43;
}
@media screen and (max-width: 767px) {
  .headline02 {
    font-size: 1.6rem;
  }
}
.headline02 .ja_text {
  display: block;
}
.headline02 .en_text {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: min(5.2rem, 4.1vw);
  line-height: 1.1;
}
@media screen and (max-width: 767px) {
  .headline02 .en_text {
    font-size: 3.25rem;
  }
}

.block_headline {
  font-size: 1.8rem;
  line-height: 1.3;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .block_headline {
    font-size: 1.4rem;
  }
}
.block_headline .en_text {
  text-transform: uppercase;
  display: block;
  font-size: 5.8rem;
}
@media screen and (max-width: 767px) {
  .block_headline .en_text {
    font-size: 3.2rem;
  }
}
.block_headline .ja_text {
  display: block;
}

.border_headline {
  text-align: center;
  font-size: 3.2rem;
  font-weight: 700;
  padding-bottom: 15px;
  position: relative;
}
.border_headline::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 70px;
  height: 1px;
  background-color: #000;
}
@media screen and (max-width: 767px) {
  .border_headline {
    font-size: 2.4rem;
  }
}
.border_headline .en_text {
  text-transform: uppercase;
  display: block;
  font-size: 1.6rem;
}

.simple_headline {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .simple_headline {
    font-size: 2.8rem;
  }
}

.standard_section {
  padding-bottom: 35rem;
}
@media screen and (max-width: 767px) {
  .standard_section {
    padding-bottom: 12.5rem;
  }
}
.standard_section .post_body {
  max-width: 89.01%;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .standard_section .post_body {
    max-width: none;
  }
}
.standard_section .post_body ul li {
  padding-left: 1em;
}
.standard_section .post_body ul li::before {
  content: "・";
  top: 0;
  left: 0;
  width: auto;
  aspect-ratio: auto;
  background-color: transparent;
  border-radius: 0;
}

/* サイドナビの外枠（メインコンテンツと並ぶ親） */
.sidenav_outer {
  display: flex;
  align-items: flex-start;
  gap: 60px;
  position: relative;
  width: 100%;
  padding-inline: 6.945%;
}
@media screen and (max-width: 767px) {
  .sidenav_outer {
    display: block;
    padding-inline: 5.33%;
  }
}

/* サイドナビ本体 */
.side_nav {
  width: 220px;
  flex-shrink: 0;
  position: sticky;
  top: 180px;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .side_nav {
    display: none;
  }
}

.side_nav_list li {
  margin-bottom: 25px;
}
.side_nav_list li a {
  display: flex;
  align-items: center;
  gap: 7px;
  font-weight: 700;
  transition: 0.3s;
}
.side_nav_list li a .step_num {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 1.1rem;
  font-family: "Montserrat", sans-serif;
  transition: 0.3s;
  background-color: #D12D26;
  border-color: #D12D26;
  color: #fff;
}
.side_nav_list li a {
  /* カレント表示・ホバー時 */
}
.side_nav_list li a.is_active {
  color: #D12D26;
}

/* メインコンテンツ */
.main_content {
  flex: 1;
  min-width: 0;
  padding-left: 7%;
  border-left: 1px solid #DDDDDD;
}
@media screen and (max-width: 767px) {
  .main_content {
    width: 100%;
    border: none;
    padding-left: 0;
  }
}

.external_link_btn {
  color: #fff;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
.external_link_btn a {
  display: inline-block;
  width: 300px;
  position: relative;
  padding: 19px 30px;
  background-color: #D12D26;
  border: 2px solid #fff;
  border-radius: 40px;
}
.external_link_btn a:hover {
  background-color: #fff;
  color: #D12D26;
}
.external_link_btn a:hover::before {
  background-image: url(../images/common/arrow_red.svg);
}
.external_link_btn a::before {
  content: " ";
  position: absolute;
  transition-duration: 0.3s;
  top: 50%;
  right: 23px;
  transform: translateY(-50%) rotate(-45deg);
  width: 16px;
  aspect-ratio: 1/1;
  background: url(../images/common/arrow_white.svg) center/contain no-repeat;
}

.btn {
  display: inline-block;
  position: relative;
  padding: 19px 0;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.44;
  color: #fff;
  border: 2px solid #D12D26;
  background-color: #D12D26;
  border-radius: 40px;
  width: 100%;
  max-width: 284px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .btn {
    padding: 14px 0;
  }
}
.btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  width: 16px;
  aspect-ratio: 1/1;
  background: url(../images/common/arrow_white.svg) center/contain no-repeat;
  transform: translateY(-50%);
}
.btn:hover {
  color: #D12D26;
  background-color: #fff;
}
.btn:hover::after {
  background: url(../images/common/arrow_red.svg) center/contain no-repeat;
}
.btn._reverse {
  background-color: #D12D26;
  border-color: #fff;
  color: #fff;
}
.btn._reverse::after {
  background: url(../images/common/arrow_white.svg) center/contain no-repeat;
}
.btn._reverse:hover {
  color: #D12D26;
  background-color: #fff;
}
.btn._reverse:hover::after {
  background: url(../images/common/arrow_red.svg) center/contain no-repeat;
}

@media screen and (max-width: 767px) {
  .section_img {
    height: 300px;
    width: auto;
  }
  .section_img img {
    object-fit: cover;
    height: 100%;
    width: auto;
  }
}

.page_link_block {
  margin-top: 60px;
  text-align: center;
  padding-inline: 15px;
}
.page_link_block .link_list {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .page_link_block .link_list {
    gap: 8px;
  }
}
.page_link_block .link_list > li {
  color: #fff;
  font-size: 2.2rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .page_link_block .link_list > li {
    font-size: 1.6rem;
  }
}
.page_link_block .link_list > li a {
  display: block;
  min-width: 150px;
  position: relative;
  background-color: #D12D26;
  border-radius: 40px;
  padding: 7px 30px 7px 48px;
  border: 2px solid;
}
@media screen and (max-width: 767px) {
  .page_link_block .link_list > li a {
    padding: 4px 25px 4px 38px;
  }
}
.page_link_block .link_list > li a::before {
  content: " ";
  position: absolute;
  transition-duration: 0.3s;
  top: 50%;
  left: 20px;
  transform: rotate(90deg) translateY(-50%);
  transform-origin: top;
  width: 12px;
  aspect-ratio: 1/1;
  background: url(../images/common/arrow_white.svg) center/contain no-repeat;
}
.page_link_block .link_list > li a:hover {
  color: #D12D26;
  background-color: #fff;
}
.page_link_block .link_list > li a:hover::before {
  background: url(../images/common/arrow_red.svg) center/contain no-repeat;
}

.other_page_link_area {
  padding-block: 140px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .other_page_link_area {
    padding-block: 60px;
  }
}
.other_page_link_area .page_link_text {
  padding: 65px;
  font-weight: 700;
  font-size: 1.8rem;
  border-top: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
  position: relative;
}
.other_page_link_area .page_link_text::before {
  content: " ";
  position: absolute;
  top: 50%;
  right: 65px;
  transform: translateY(-50%);
  width: 120px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: url(../images/common/arrow_white.svg) center/40px 40px no-repeat #D12D26;
  transition: 0.3s;
  border: 3px solid #D12D26;
}
.other_page_link_area .page_link_text:hover::before {
  background-image: url(../images/common/arrow_red.svg);
  background-color: #fff;
}
.other_page_link_area .page_link_text .en_text {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 10rem;
  line-height: 1.25;
}
@media screen and (max-width: 767px) {
  .other_page_link_area .page_link_text .en_text {
    font-size: 3rem;
  }
}

.common_slide_wrap {
  width: 100%;
  position: relative;
}
.common_slide_wrap .swiper-button-prev,
.common_slide_wrap .swiper-button-next {
  width: 50px;
  height: 50px;
  background-color: #D12D26;
  border-radius: 50%;
  top: 140px;
}
@media screen and (max-width: 767px) {
  .common_slide_wrap .swiper-button-prev,
  .common_slide_wrap .swiper-button-next {
    width: 36px;
    height: 36px;
    top: 100px;
  }
}
.common_slide_wrap .swiper-button-prev::after,
.common_slide_wrap .swiper-button-next::after {
  font-size: 1.5rem;
  color: #fff;
  font-weight: 900;
}
.common_slide_wrap .swiper-button-prev {
  left: -25px;
}
.common_slide_wrap .swiper-button-next {
  right: -25px;
}
.common_slide_wrap .card-swiper {
  position: relative;
  margin-right: calc(50% - 50vw);
}
.common_slide_wrap .card-swiper .swiper-slide figure {
  border-radius: 20px;
  overflow: hidden;
  aspect-ratio: 500/315;
}
.common_slide_wrap .card-swiper .swiper-slide figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.common_slide_wrap .card-swiper .swiper-slide .card_text_content {
  margin-top: 20px;
  padding: 0 10px;
}
.common_slide_wrap .card-swiper .swiper-slide .card_text_content .card_num {
  display: block;
  color: #D12D26;
  font-size: 1.6rem;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}
.common_slide_wrap .card-swiper .swiper-slide .card_text_content .card_title {
  color: #D12D26;
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 20px;
}
.common_slide_wrap .common_slide_controls {
  margin: 70px auto 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
}
.common_slide_wrap .common_slide_controls .swiper-pagination-progressbar {
  position: absolute;
  left: 0;
  width: calc(100% - 80px);
  height: 2px;
  background: #DDDDDD;
  bottom: 10px;
}
.common_slide_wrap .common_slide_controls .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #D12D26;
}
.common_slide_wrap .common_slide_controls .swiper-pagination-fraction {
  font-size: 2rem;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  color: #ccc;
  width: auto;
  margin-top: -20px;
}
.common_slide_wrap .common_slide_controls .swiper-pagination-fraction .swiper-pagination-current {
  color: #000;
}
.common_slide_wrap .common_slide_controls .swiper-pagination-fraction .swiper-pagination-total {
  color: #ccc;
  margin-left: 5px;
}

.c_panel_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .c_panel_wrap {
    flex-direction: column;
  }
}
.c_panel_wrap.is_reverse {
  flex-direction: row;
}
@media screen and (max-width: 767px) {
  .c_panel_wrap.is_reverse {
    flex-direction: column;
  }
}
.c_panel_wrap.is_reverse .text_block {
  align-items: flex-end;
}
.c_panel_wrap.is_reverse .text_block .marker_headline {
  margin-right: 0;
}
.c_panel_wrap.is_reverse .image_block {
  margin-right: 0;
  margin-left: calc(50% - 50vw);
}
@media screen and (max-width: 767px) {
  .c_panel_wrap.is_reverse .image_block {
    margin-right: 5.33%;
    margin-bottom: -30px;
  }
}
.c_panel_wrap.is_reverse .image_block img {
  border-radius: 0 200px 0 0;
}
@media screen and (max-width: 575px) {
  .c_panel_wrap.is_reverse .image_block img {
    border-radius: 0 100px 0 0;
  }
}
.c_panel_wrap .text_block {
  width: 28%;
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .c_panel_wrap .text_block {
    width: 100%;
    order: 2;
  }
}
.c_panel_wrap .text_block .marker_headline {
  display: block;
  color: #fff;
  font-size: 4.2rem;
  font-weight: 700;
  line-height: 1.6;
  white-space: nowrap;
  margin-bottom: 80px;
}
.c_panel_wrap .text_block .marker_headline span {
  background-color: #D12D26;
  padding: 0 0.3em;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
@media screen and (max-width: 767px) {
  .c_panel_wrap .text_block .marker_headline {
    font-size: min(8vw, 2.4rem);
    margin-right: 0;
    margin-bottom: 20px;
    white-space: wrap;
  }
}
.c_panel_wrap .text_block p {
  font-weight: 500;
  line-height: 1.7;
  font-size: 1.8rem;
}
.c_panel_wrap .text_block p:not(:last-child) {
  margin-bottom: 30px;
}
.c_panel_wrap .image_block {
  width: 73.32%;
  margin-right: calc(50% - 50vw);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .c_panel_wrap .image_block {
    width: calc(100vw - 5.33%);
    margin-bottom: -30px;
    order: 1;
  }
}
.c_panel_wrap .image_block img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 200px 0 0 0;
}
@media screen and (max-width: 767px) {
  .c_panel_wrap .image_block img {
    border-radius: 100px 0 0 0;
  }
}

/* ローディング画面全体 */
#loading-screen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100dvh;
  background: linear-gradient(135deg, #e53935 0%, #b71c1c 100%); /* 深みのある赤 */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  transition: opacity 0.6s ease-out, visibility 0.6s;
}

/* 中央のコンテナ */
.loader-container {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .loader-container {
    margin-bottom: 30px;
  }
}

/* ロゴの浮遊アニメーション */
.logo-wrapper {
  margin-bottom: 20px;
  animation: float 2s ease-in-out infinite;
  width: 250px;
}

.loading_logo {
  margin-left: -20px;
  display: block;
}

@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
}
/* Loadingテキストのスタイル */
.loading-text {
  color: #ffffff;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
  letter-spacing: 0.2em;
  margin: 0;
  opacity: 0.8;
  animation: pulse 1.5s ease-in-out infinite;
}

@keyframes pulse {
  0%, 100% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
}
/* 読み込み完了後のクラス */
.fade-out {
  opacity: 0;
  visibility: hidden;
}

/*menu*/
#menu_button {
  display: none;
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  #menu_button {
    display: block;
  }
}
#menu_button.is_active .menu__line {
  top: 24px;
  background-color: #D12D26;
}
#menu_button.is_active .menu__line.menu__top {
  transform: rotate(45deg);
}
#menu_button.is_active .menu__line.menu__middle {
  opacity: 0;
}
#menu_button.is_active .menu__line.menu__bottom {
  transform: rotate(-45deg);
  margin-top: 0;
}
#menu_button .menu__line {
  position: absolute;
  top: 18px;
  left: 0;
  right: 0;
  width: 12px;
  height: 2px;
  background-color: #D12D26;
  border-radius: 2px;
  margin-inline: auto;
  transition-duration: 0.3s;
}
#menu_button .menu__line.menu__middle {
  margin-top: 4px;
}
#menu_button .menu__line.menu__bottom {
  margin-top: 8px;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  margin-inline: auto;
  border-radius: 0 0 10px 10px;
  color: #000;
  z-index: 999;
  transition-duration: 0.3s;
}
@media screen and (max-width: 767px) {
  .header {
    width: 95%;
  }
}
.header.logo_white .header_logo .logo {
  background-image: url(../images/common/logo_white.svg);
}

.header_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 3.5% 0;
}
@media screen and (max-width: 767px) {
  .header_inner {
    min-height: 76px;
    padding: 10px 86px 10px 2.66%;
  }
}

.header_logo {
  width: 25%;
  max-width: 300px;
  margin-right: 1em;
}
@media screen and (max-width: 767px) {
  .header_logo {
    width: 180px;
  }
}
.header_logo a {
  display: flex;
  align-items: center;
}
.header_logo a:hover {
  opacity: 0.8;
  transition-duration: 0.3s;
}
.header_logo .logo {
  display: block;
  width: 100%;
  aspect-ratio: 36/8;
  background: url(../images/common/logo.svg) center/contain no-repeat;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
html.hidden .header_logo .logo {
  background-image: url("../images/common/logo_white.svg");
}

.header:has(+ main.logo_white) .logo {
  background-image: url("../images/common/logo_white.svg");
}

.top_header .logo {
  background-image: url(../images/common/logo.svg);
}

#gnav {
  background-color: #fff;
  border-radius: 47px;
  min-height: 64px;
  padding-inline: 2.2% 10px;
}
@media screen and (max-width: 767px) {
  #gnav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100vw;
    height: 100dvh;
    padding-block: 76px 80px;
    border-radius: 0;
    background-color: #D12D26;
    z-index: -1;
    visibility: hidden;
    opacity: 0;
    transition-duration: 0.3s;
    color: #fff;
    padding-inline: 5.33%;
  }
}
#gnav[aria-hidden=false] {
  visibility: visible;
  opacity: 1;
}

.gnav_wrap {
  height: 100%;
  display: flex;
  align-items: center;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .gnav_wrap {
    display: block;
    height: 100%;
    padding: 30px 0;
    overflow-y: auto;
  }
}
.gnav_wrap .insta_btn {
  width: 30px;
  position: absolute;
  bottom: 30px;
  right: 20px;
}

.header_nav {
  display: flex;
  justify-content: flex-end;
  margin-right: 1.25em;
  font-size: min(1.5vw, 1.6rem);
  line-height: 1.2;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .header_nav {
    display: block;
    margin: 0;
    font-size: 1.6rem;
    text-align: left;
    padding-inline: 4%;
  }
}
.header_nav > li {
  position: relative;
  margin-left: 1.5vw;
}
@media screen and (max-width: 767px) {
  .header_nav > li {
    margin-left: 0;
  }
  .header_nav > li:not(:last-child) {
    margin-bottom: 23px;
  }
}
@media screen and (min-width: 768px) {
  .header_nav > li:hover .child_nav {
    display: block;
  }
}
.header_nav > li > .title, .header_nav > li > a {
  min-height: 64px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}
@media screen and (max-width: 767px) {
  .header_nav > li > .title, .header_nav > li > a {
    min-height: 0;
    justify-content: flex-start;
  }
}
.header_nav a {
  display: block;
  position: relative;
}
@media screen and (max-width: 767px) {
  .header_nav a::after {
    content: " ";
    position: absolute;
    top: 50%;
    right: 3px;
    transform: translateY(-50%);
    width: 18px;
    aspect-ratio: 1/0.925;
    background: url(../images/common/icon_arrow_red.svg) center/contain no-repeat;
  }
}
.header_nav a:hover {
  color: #D12D26;
}
.header_nav .title {
  position: relative;
  cursor: pointer;
}
.header_nav .child_nav {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  padding: 20px 20px 10px;
  background-color: #fff;
  text-align: left;
  white-space: nowrap;
  border-radius: 20px;
  min-width: 240px;
  display: none;
}
@media screen and (max-width: 767px) {
  .header_nav .child_nav {
    position: static;
    top: auto;
    left: auto;
    min-width: 0;
    padding: 0;
    margin-top: 1rem;
    transform: none;
    background-color: transparent;
    font-size: 1.4rem;
    padding-left: 1rem;
    display: block;
    border-left: 1px solid #DDDDDD;
    border-radius: 0;
  }
  .header_nav .child_nav.is_open {
    display: block;
  }
}
.header_nav .child_nav > li:not(:last-child) {
  border-bottom: 1px solid #DDDDDD;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .header_nav .child_nav > li:not(:last-child) {
    border: none;
  }
}
.header_nav .child_nav > li a {
  padding: 10px 12px 10px 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .header_nav .child_nav > li a {
    padding: 7px 12px 8px 1rem;
  }
}
.header_nav .child_nav > li a::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background: url(../images/common/arrow_btn.png) center/contain no-repeat;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
@media screen and (max-width: 767px) {
  .header_nav .child_nav > li a::after {
    display: none;
  }
}
.header_nav .child_nav > li a:hover {
  color: #D12D26;
}

.header_contact_btn {
  display: block;
  background-color: #D12D26;
  color: #fff;
  width: 149px;
  padding: 12px;
  border: solid 2px #D12D26;
  border-radius: 26px;
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .header_contact_btn {
    max-width: none;
    width: 100%;
    margin: 40px auto 0;
    padding: 14px 30px;
  }
}
.header_contact_btn:hover {
  background-color: #fff;
  color: #D12D26;
}
.header_contact_btn:hover .header_btn_inner::after {
  background: url(../images/common/arrow_red.svg) center/contain no-repeat;
}
.header_contact_btn .header_btn_inner {
  padding-right: 13px;
}
.header_contact_btn .header_btn_inner::after {
  content: "";
  position: absolute;
  width: 13px;
  height: 13px;
  background: url(../images/common/arrow_white.svg) center/contain no-repeat;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
}

.header_copy {
  font-size: 1.2rem;
  font-weight: 500;
  color: #EF928E;
  position: absolute;
  bottom: 25px;
  left: 8%;
}

.post_sidenav_outer {
  width: 100%;
  display: flex;
  align-items: flex-start;
  padding-inline: 6.945%;
}
@media screen and (max-width: 767px) {
  .post_sidenav_outer {
    flex-direction: column-reverse;
  }
}
.post_sidenav_outer .sidenav_content {
  flex-shrink: 0;
  position: sticky;
  top: 140px;
  width: 250px;
  padding-top: 30px;
  padding-right: 5.26%;
}
@media screen and (max-width: 767px) {
  .post_sidenav_outer .sidenav_content {
    position: static;
    width: 100%;
    margin: 60px 0 0;
    padding: 30px 0 0;
    border-top: 2px dotted #DDDDDD;
  }
}
.post_sidenav_outer .sidenav_headline {
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  color: #D12D26;
}
@media screen and (max-width: 767px) {
  .post_sidenav_outer .category_nav {
    display: flex;
    flex-wrap: wrap;
  }
}
.post_sidenav_outer .category_nav > li:not(:last-child) {
  margin-bottom: 10px;
}
.post_sidenav_outer .category_nav > li a {
  font-weight: 700;
  font-size: 1.4rem;
  padding: 2px 1.4rem;
  display: inline-block;
  border-radius: 15px;
}
.post_sidenav_outer .category_nav > li a:hover {
  background: #D12D26;
  color: #fff;
}
.post_sidenav_outer .main_block {
  flex: 1;
  min-width: 0;
}
@media screen and (max-width: 767px) {
  .post_sidenav_outer .main_block {
    width: 100%;
  }
}
.post_sidenav_outer .main_content {
  flex: 1;
}

.post_list > li {
  border-bottom: 1px solid #DDDDDD;
  position: relative;
}
.post_list > li a {
  display: block;
  padding: 30px 20px 30px;
}
@media screen and (max-width: 767px) {
  .post_list > li a {
    padding: 30px 20px;
  }
}
.post_list > li a:hover {
  opacity: 0.8;
}
.post_list > li .date_category_block {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  line-height: 1.41;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .post_list > li .date_category_block {
    margin-bottom: 16px;
  }
}
.post_list > li .date {
  color: #D12D26;
  margin-left: 10px;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-size: 1.4rem;
}
.post_list > li .category {
  display: inline-block;
  min-width: 60px;
  padding: 3px 10px;
  color: #fff;
  background-color: #D12D26;
  border-radius: 11px;
  font-size: 1.1rem;
  font-weight: 500;
  text-align: center;
}
.post_list > li .title {
  font-weight: 700;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}

.pagination {
  margin-top: 80px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .pagination {
    margin-top: 60px;
  }
}

.nav-links {
  position: relative;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding-inline: 3.71em;
  font-family: "Montserrat", sans-serif;
  font-size: 2.6rem;
  font-weight: 600;
  color: #000;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .nav-links {
    font-size: 2rem;
  }
}
.nav-links a:hover {
  color: #D12D26;
}

.page-numbers {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  margin: 9px;
  color: #999999;
  border-radius: 50%;
}
.page-numbers.current {
  color: #D12D26;
}
.page-numbers.dots {
  width: auto;
  height: auto;
  background-color: transparent;
  border-radius: 0;
}
.page-numbers.prev, .page-numbers.next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  margin: 0;
  background-color: #D12D26;
  border: solid 2px #D12D26;
  border-radius: 50%;
  transition-duration: 0.3s;
}
@media screen and (max-width: 767px) {
  .page-numbers.prev, .page-numbers.next {
    width: 36px;
    height: 36px;
  }
}
.page-numbers.prev::before, .page-numbers.next::before {
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  top: 50%;
  transform: translateY(-50%);
  border-top: solid 2px #fff;
  border-left: solid 2px #fff;
  transition-duration: 0.3s;
}
.page-numbers.prev:hover, .page-numbers.next:hover {
  background-color: #fff;
  color: #D12D26;
}
.page-numbers.prev:hover::before, .page-numbers.next:hover::before {
  border-color: #D12D26;
}
.page-numbers.prev {
  left: 0;
}
.page-numbers.prev::before {
  left: 20px;
  transform: translateY(-50%) rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .page-numbers.prev::before {
    left: 13px;
  }
}
.page-numbers.next {
  right: 0;
}
.page-numbers.next::before {
  right: 20px;
  transform: translateY(-50%) rotate(135deg);
}
@media screen and (max-width: 767px) {
  .page-numbers.next::before {
    right: 13px;
  }
}

.post_detail_headline_wrap {
  margin-bottom: 60px;
  padding-bottom: 40px;
  border-bottom: solid 1px #DDDDDD;
}
@media screen and (max-width: 767px) {
  .post_detail_headline_wrap {
    padding-bottom: 20px;
  }
}
.post_detail_headline_wrap .date_category_block {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  line-height: 1.41;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .post_detail_headline_wrap .date_category_block {
    margin-bottom: 16px;
  }
}
.post_detail_headline_wrap .date {
  color: #D12D26;
  margin-left: 10px;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-size: 1.4rem;
}
.post_detail_headline_wrap .category {
  display: inline-block;
  min-width: 60px;
  padding: 3px 10px;
  color: #fff;
  background-color: #D12D26;
  border-radius: 11px;
  font-size: 1.1rem;
  font-weight: 500;
  text-align: center;
}
.post_detail_headline_wrap h1, .post_detail_headline_wrap .simple_headline01 {
  font-size: 3.2rem;
  font-weight: 700;
}

.post_body *:not(:last-child) {
  margin-bottom: 50px;
}
.post_body a {
  text-decoration: underline;
}
.post_body a:hover {
  color: #D12D26;
}
.post_body .wp-block-button__link {
  background-color: #D12D26;
  color: #fff;
}
.post_body .wp-block-button__link:hover {
  background-color: #D12D26;
}
.post_body p *, .post_body span * {
  margin-bottom: 0;
}
.post_body figure * {
  margin-bottom: 0;
}
.post_body h1 {
  margin-bottom: 10px !important;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.45;
}
.post_body h2 {
  margin-top: 70px;
  margin-bottom: 10px !important;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.45;
  color: #D12D26;
}
.post_body h3 {
  margin-bottom: 6px !important;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.44;
}
.post_body h4 {
  margin-bottom: 6px !important;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  color: #D12D26;
}
.post_body h5 {
  margin-bottom: 6px !important;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.42;
}
.post_body h6 {
  margin-bottom: 6px !important;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.4;
  color: #D12D26;
}
.post_body ol {
  list-style-type: none;
  counter-reset: item;
}
.post_body ol li {
  position: relative;
  margin: 0 0 0 1em !important;
}
.post_body ol li:not(:last-child) {
  margin-bottom: 0 !important;
}
.post_body ol li::before {
  counter-increment: item;
  content: counter(item) ".";
  position: absolute;
  top: 0;
  right: 100%;
  text-align: right;
  white-space: nowrap;
}
.post_body ol * {
  margin-bottom: 0;
}
.post_body ul li {
  position: relative;
  margin: 0 !important;
  padding-left: 1.375em;
}
.post_body ul li:not(:last-child) {
  margin-bottom: 0 !important;
}
.post_body ul li::before {
  content: " ";
  position: absolute;
  top: 0.81em;
  left: 0.625em;
  width: 0.437em;
  aspect-ratio: 1/1;
  background-color: #000;
  border-radius: 50%;
}
.post_body ul * {
  margin-bottom: 0;
}
.post_body img {
  max-width: 100%;
  width: auto;
}
.post_body .wp-block-column img {
  width: 100%;
}
.post_body .aligncenter {
  display: table;
}
.post_body .alignright {
  float: right;
  margin-left: 1.5em;
}
@media screen and (max-width: 767px) {
  .post_body .alignright {
    float: none;
    margin-left: 0;
  }
}
.post_body .alignleft {
  float: left;
  margin-right: 1.5em;
}
@media screen and (max-width: 767px) {
  .post_body .alignleft {
    float: none;
    margin-right: 0;
  }
}

.share_btn_wrap {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 140px;
  font-size: 1.4rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .share_btn_wrap {
    margin-top: 60px;
  }
}
.share_btn_wrap > dt {
  margin-right: 16px;
}

.share_btn_list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: -4px 0 0 -16px;
  font-size: 3rem;
  line-height: 1;
}
.share_btn_list > li {
  margin: 4px 0 0 16px;
}
.share_btn_list a {
  display: block;
}
.share_btn_list a:hover {
  color: #D12D26;
}

.post_btn_block {
  margin-top: 150px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .post_btn_block {
    margin-top: 40px;
    padding-top: 40px;
  }
}
.post_btn_block .post_btn {
  display: inline-block;
  width: 240px;
  padding: 19px 10px;
  background-color: #D12D26;
  border-radius: 40px;
  color: #fff;
  border: solid 2px #D12D26;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
}
.post_btn_block .post_btn::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(-180deg);
  left: 30px;
  width: 14px;
  height: 14px;
  background: url(../images/common/arrow_white.svg) center/contain no-repeat;
}
.post_btn_block .post_btn:hover {
  background-color: #fff;
  color: #D12D26;
}
.post_btn_block .post_btn:hover::before {
  background-image: url(../images/common/arrow_red.svg);
}
.post_btn_block .post_btn.prev, .post_btn_block .post_btn.next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 0;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .post_btn_block .post_btn.prev, .post_btn_block .post_btn.next {
    max-width: min(5em, 100px);
  }
}
.post_btn_block .post_btn.prev {
  left: 0;
}
.post_btn_block .post_btn.next {
  right: 0;
}
.post_btn_block .post_btn.disabled {
  border-bottom: none;
  color: #999999;
  pointer-events: none;
}

.post_btn_inner {
  display: inline-block;
  position: relative;
}

.footer {
  position: relative;
  background-color: #D12D26;
  z-index: 1;
}
.footer._recruit {
  overflow: hidden;
}
.footer._recruit .footer_wrap {
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  .footer._recruit .footer_wrap {
    padding-top: 60px;
  }
}
.footer._recruit .recruit_contact_section {
  position: static;
  margin-bottom: 150px;
}
@media screen and (max-width: 767px) {
  .footer._recruit .recruit_contact_section {
    margin-bottom: 40px;
  }
}
.footer._recruit::before {
  content: "";
  position: absolute;
  bottom: 76px;
  left: 18%;
  width: 86%;
  aspect-ratio: 1246/1327;
  background: url(../images/common/deco_circle.png) center/contain no-repeat;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .footer._recruit::before {
    display: none;
  }
}

.footer_wrap {
  padding: max(500px, 35vw) 6.945% 20px;
}
@media screen and (max-width: 767px) {
  .footer_wrap {
    padding: 720px 5.33% 20px;
  }
}

.recruit_contact_section {
  position: absolute;
  top: -225px;
  left: 6.945%;
  right: 6.945%;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .recruit_contact_section {
    top: -60px;
    left: 5.33%;
    right: 5.33%;
  }
}

.recruit_contact_box {
  background-color: #000;
  border-radius: 40px;
  padding: 60px;
}
@media screen and (max-width: 767px) {
  .recruit_contact_box {
    padding: 20px 20px 30px;
  }
}

.recruit_area {
  background: #fff;
  border-radius: 20px;
  display: flex;
  align-items: stretch;
  overflow: hidden;
  margin-bottom: 60px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .recruit_area {
    flex-direction: column;
    margin-bottom: 30px;
  }
}
.recruit_area:hover .recruit_arrow_button {
  background-image: url(../images/common/arrow_red.svg);
  background-color: #fff;
}
.recruit_area:hover img {
  transform: scale(1.1);
}
.recruit_area .recruit_arrow_button {
  position: absolute;
  background: url(../images/common/arrow_white.svg) center/17px 17px no-repeat #D12D26;
  width: 60px;
  aspect-ratio: 1;
  border-radius: 50%;
  bottom: 20px;
  right: 20px;
  border: 2px solid #D12D26;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .recruit_area .recruit_arrow_button {
    width: 50px;
    bottom: 30px;
    right: 15px;
  }
}
.recruit_area .recruit_image {
  width: 49%;
  height: auto;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .recruit_area .recruit_image {
    width: 100%;
    height: 200px;
  }
}
.recruit_area .recruit_image img {
  height: 100%;
  object-fit: cover;
  transition-duration: 0.3s;
}
@media screen and (max-width: 767px) {
  .recruit_area .recruit_image img {
    width: 100%;
    height: 100%;
  }
}
.recruit_area .recruit_content {
  flex: 1;
  padding: 40px;
}
@media screen and (max-width: 767px) {
  .recruit_area .recruit_content {
    padding: 20px 15px 26px;
    width: 100%;
  }
}
.recruit_area .recruit_description {
  margin-top: 20px;
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .recruit_area .recruit_description {
    font-size: 1.6rem;
    margin-top: 15px;
    line-height: 1.5;
    padding-right: 55px;
  }
}

.footer_contact_area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .footer_contact_area {
    flex-direction: column;
    text-align: center;
  }
}
.footer_contact_area .headline_block {
  margin-right: 3%;
}
@media screen and (max-width: 767px) {
  .footer_contact_area .headline_block {
    margin-right: 0;
    margin-bottom: 25px;
  }
}
.footer_contact_area .headline02 {
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .footer_contact_area .headline02 {
    font-size: 3.2rem;
  }
}
.footer_contact_area .footer_contact_subttl {
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .footer_contact_area .footer_contact_subttl {
    font-size: 1.4rem;
    margin-top: 5px;
  }
}
.footer_contact_area .footer_contact_button_flex {
  width: 70%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .footer_contact_area .footer_contact_button_flex {
    width: 100%;
    grid-template-columns: 1fr;
    gap: 15px;
  }
}

.footer_contact_button {
  height: 180px;
  background-color: #fff;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #D12D26;
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .footer_contact_button {
    height: 90px;
    justify-content: flex-start;
  }
}
.footer_contact_button:hover {
  background-color: #D12D26;
  color: #fff;
}
.footer_contact_button:hover .contact_icon_tel {
  background-image: url(../images/common/icon_phone_white.png);
}
.footer_contact_button:hover .contact_icon_mail {
  background-image: url(../images/common/icon_mail_white.png);
}
.footer_contact_button .contact_icon_tel {
  width: 40px;
  height: 40px;
  margin-right: 15px;
  background: url(../images/common/icon_phone.png) center/contain no-repeat;
}
@media screen and (max-width: 767px) {
  .footer_contact_button .contact_icon_tel {
    width: 30px;
    height: 30px;
  }
}
.footer_contact_button .contact_icon_mail {
  width: 38px;
  height: 26px;
  background: url(../images/common/icon_mail.png) center/contain no-repeat;
  margin-right: 15px;
}
@media screen and (max-width: 767px) {
  .footer_contact_button .contact_icon_mail {
    width: 30px;
    height: 20px;
  }
}
.footer_contact_button .contact_info {
  font-weight: 700;
  border-left: 1px solid #DDDDDD;
  padding-left: 15px;
  font-size: min(3.2rem, 2.2vw);
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .footer_contact_button .contact_info {
    flex: 1;
    font-size: min(2.8rem, 6.8vw);
    padding-left: 12px;
    text-align: left;
  }
}
.footer_contact_button .contact_info .tel_text {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}
.footer_contact_button .contact_info .contact_hours {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .footer_contact_button .contact_info .contact_hours {
    font-size: 1.1rem;
    font-weight: 500;
    text-align: left;
  }
}

.footer_content {
  color: #fff;
  font-weight: 500;
  position: relative;
}
@media screen and (max-width: 767px) {
  .footer_content {
    margin-top: 35px;
  }
}
.footer_content .page_top {
  position: absolute;
  top: 40px;
  right: 0;
  font-family: "Montserrat", sans-serif;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 767px) {
  .footer_content .page_top {
    font-size: 1.4rem;
    top: 70px;
  }
}
.footer_content .page_top::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 75px;
  background-color: #fff;
  bottom: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%);
}
.footer_content .page_top::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #fff;
  left: 50%;
  transform: translateX(-50%);
  top: -17px;
  transition: 0.3s;
}
.footer_content .page_top:hover::after {
  top: -85px;
}

.footer_hero {
  width: 420px;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .footer_hero {
    width: 100%;
    max-width: 210px;
  }
  .footer_hero img {
    width: 100%;
  }
}

.footer_main {
  display: flex;
  justify-content: space-between;
  align-items: start;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .footer_main {
    flex-direction: column-reverse;
    gap: 40px;
    padding-bottom: 0;
  }
}

.footer_logo {
  display: block;
  width: 262px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .footer_logo {
    width: 180px;
  }
}

.footer_address {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .footer_address {
    font-size: 1.2rem;
  }
}

.footer_menu_block {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .footer_menu_block {
    justify-content: space-between;
    width: 100%;
    margin-top: 40px;
  }
}

.footer_menu_group {
  display: flex;
}
@media screen and (max-width: 767px) {
  .footer_menu_group {
    width: 48%;
    flex-direction: column;
    gap: 30px;
  }
}

.footer_menu_column {
  margin-left: 40px;
}
@media screen and (max-width: 767px) {
  .footer_menu_column {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .footer_menu_column p {
    margin-bottom: 10px;
  }
}
.footer_menu_column a {
  display: block;
}
.footer_menu_column a.footer_menu:not(:last-child) {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .footer_menu_column a.footer_menu:not(:last-child) {
    margin-bottom: 15px;
  }
}

.footer_menu_child {
  margin-top: 10px;
  font-size: 1.4rem;
  font-weight: 500;
  padding-left: 1rem;
  border-left: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .footer_menu_child {
    margin-top: 5px;
    padding-left: 1rem;
    border-left: 1px solid #fff;
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
}

.copyright {
  display: block;
  color: #EF928E;
  font-size: 12px;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .copyright {
    text-align: left;
    margin-top: 10px;
  }
}

/* --- 1. MVセクション --- */
.top_mv_section {
  width: 100%;
  height: 1225px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top_mv_section {
    height: 100vh;
  }
}
.top_mv_section .top_sticky {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.top_mv_section .top_bg {
  position: absolute;
  inset: 0;
  background: #D12D26;
  z-index: 1;
}
.top_mv_section .top_mask {
  position: absolute;
  inset: 0;
  z-index: 2;
  clip-path: url(#top_clip_path);
  -webkit-clip-path: url(#top_clip_path);
}
.top_mv_section .top_swiper, .top_mv_section .top_slide_img {
  width: 100%;
  height: 100%;
  display: block;
}
.top_mv_section .top_slide_img {
  object-fit: cover;
}
.top_mv_section .top_mv_headline {
  display: flex;
  flex-direction: column; /* 縦に並べる（3行） */
  gap: 20px; /* 行間の隙間 */
  position: absolute;
  z-index: 999;
  top: 130px;
  left: 7%;
}
@media screen and (max-width: 767px) {
  .top_mv_section .top_mv_headline {
    left: 6%;
    top: 98px;
    gap: 12px;
  }
}
.top_mv_section .top_mv_headline .headline_line {
  display: flex;
}
.top_mv_section .top_mv_headline .char {
  display: inline-block;
  opacity: 0;
  height: 124px;
}
@media screen and (max-width: 767px) {
  .top_mv_section .top_mv_headline .char {
    height: 51px;
  }
}
.top_mv_section .top_mv_headline .char img {
  width: auto;
  height: 100%;
  max-width: none;
}
.top_mv_section .scroll_text {
  display: block;
  width: 41px;
  position: absolute;
  left: 8%;
  top: min(49vw, 700px);
  z-index: 999;
  opacity: 0;
  transform: translateY(20px);
}
@media screen and (max-width: 767px) {
  .top_mv_section .scroll_text {
    top: 80%;
    left: 7%;
  }
}

/* --- 2. メッセージセクション --- */
.top_message_section {
  width: 100%;
  height: 130dvh;
  background: #D12D26;
  position: relative;
  z-index: 20;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .top_message_section {
    padding-block: 0;
    min-height: 1200px;
  }
}
.top_message_section .message_sticky {
  position: sticky;
  top: 100px;
  padding-top: 100px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .top_message_section .message_sticky {
    padding-top: 0;
  }
}
.top_message_section .message_inner {
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  font-weight: 700;
}
.top_message_section .ani_line {
  position: relative;
  z-index: 10;
  opacity: 0;
  transform: translateY(50px); /* 少し下から出す */
  font-size: 2rem;
  line-height: 3;
}
@media screen and (max-width: 767px) {
  .top_message_section .ani_line {
    font-size: min(4.1vw, 1.6rem);
    line-height: 3.5;
  }
}
.top_message_section .message_headline {
  font-size: 5.2rem;
  margin: 5rem 0;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .top_message_section .message_headline {
    line-height: 1.5;
    font-size: min(7vw, 3.2rem);
  }
}
.top_message_section {
  /* 装飾画像 */
}
.top_message_section .sub_img {
  position: absolute;
  max-width: 405px;
  z-index: 5;
  opacity: 0;
}
.top_message_section .sub_img img {
  width: 100%;
  height: auto;
}
.top_message_section .sub_img.sub_img_01 {
  top: 5%;
  left: 5%;
  width: 23vw;
}
@media screen and (max-width: 767px) {
  .top_message_section .sub_img.sub_img_01 {
    top: auto;
    bottom: 340px;
    min-width: 120px;
  }
}
.top_message_section .sub_img.sub_img_02 {
  top: 25%;
  right: 0;
  width: 27vw;
}
@media screen and (max-width: 767px) {
  .top_message_section .sub_img.sub_img_02 {
    top: auto;
    bottom: 240px;
    min-width: 170px;
  }
}
.top_message_section .sub_img.sub_img_03 {
  bottom: 9%;
  left: 0;
  width: 25vw;
}
@media screen and (max-width: 767px) {
  .top_message_section .sub_img.sub_img_03 {
    bottom: 140px;
    min-width: 150px;
  }
}
.top_message_section .deco_line {
  position: absolute;
  top: -270px;
  left: 20%;
  width: 1500px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .top_message_section .deco_line {
    top: -100px;
    width: 100%;
    left: 5%;
  }
}
.top_message_section .btn_wrap {
  text-align: center;
}

.top_business_section {
  background-color: #FAF7EF;
  padding: 100px 0;
  position: relative;
}
.top_business_section .headline {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .top_business_section {
    padding: 60px 0;
  }
}

.business_sticky_container {
  width: 100vw;
  margin-block: 140px;
  margin-inline: calc(50% - 50vw);
  position: sticky;
  top: calc(50dvh - 12.23vw);
  height: 42dvh;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 5% 0 10%;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .business_sticky_container {
    margin-block: 0;
    top: 60px;
    height: 667px;
    padding-inline: 5.33%;
    flex-direction: column;
  }
}

.business_left_col,
.business_center_col,
.business_right_col {
  position: relative;
}
.business_left_col {
  width: 22%;
}
@media screen and (max-width: 767px) {
  .business_left_col {
    width: 100%;
  }
}
.business_left_col .business_title_item {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  opacity: 0;
  transition: 0.8s ease;
}
.business_left_col .business_title_item.is_current {
  opacity: 1;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .business_left_col .business_title_item {
    width: 100%;
    text-align: center;
    top: 0px;
    transform: none;
    margin: 20px 0 10px;
  }
}
.business_left_col .business_title_item .business_number {
  display: block;
  color: #D12D26;
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 10px;
  font-family: "Montserrat", sans-serif;
}
@media screen and (max-width: 767px) {
  .business_left_col .business_title_item .business_number {
    font-size: 5.6rem;
    line-height: 1;
    margin-bottom: 0px;
    position: relative;
    top: -5px;
  }
}
.business_left_col .business_title_item .business_title {
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .business_left_col .business_title_item .business_title {
    font-size: 2.6rem;
    line-height: 1;
    position: relative;
    top: 0px;
  }
}

.business_center_col {
  width: 33%;
}
@media screen and (max-width: 767px) {
  .business_center_col {
    width: 100%;
  }
}
.business_center_col .img_aspect_box {
  position: relative;
  width: 100%;
  aspect-ratio: 470/630;
}
@media screen and (max-width: 767px) {
  .business_center_col .img_aspect_box {
    aspect-ratio: 4/5;
    width: 60%;
    margin-inline: auto;
  }
}
.business_center_col .img_aspect_box .business_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 40px;
  object-fit: cover;
  transition: transform 0.6s ease, opacity 0.6s ease, translate 0.6s ease;
  opacity: 1;
  z-index: 1;
}
.business_center_col .img_aspect_box .business_img.is_current {
  z-index: 10;
}
.business_center_col .img_aspect_box .business_img.is_off {
  opacity: 0;
  translate: 0 -100% 0;
  z-index: 11;
}
.business_right_col {
  width: 25%;
}
@media screen and (max-width: 767px) {
  .business_right_col {
    width: 100%;
  }
}
.business_right_col .business_text_item {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: 0.8s ease;
}
.business_right_col .business_text_item.is_current {
  opacity: 1;
  z-index: 10;
}
.business_right_col .business_text_item .business_paragraph {
  font-size: 1.8rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .business_right_col .business_text_item .business_paragraph {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.business_right_col .business_text_item .business_paragraph .business_btn_area {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .business_right_col .business_text_item .business_paragraph .business_btn_area {
    margin-block: 30px 60px;
    text-align: center;
  }
}

.business_pagination {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding-left: 30px;
}
.business_pagination .business_dot {
  cursor: pointer;
  font-size: 1.4rem;
  font-weight: bold;
  color: #DDDDDD;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.4s ease;
  font-family: "Montserrat", sans-serif;
}
@media screen and (max-width: 767px) {
  .business_pagination .business_dot {
    display: none;
  }
}
.business_pagination .business_dot.is_active {
  color: #fff;
  background-color: #D12D26;
  transform: scale(1.1);
}

.business_scroll_triggers {
  margin-top: -100dvh;
}
.business_scroll_triggers .biz_trigger_zone {
  height: 100dvh;
}

.service_section {
  padding-top: 100px;
  background-color: #D12D26;
}
@media screen and (max-width: 767px) {
  .service_section {
    padding-block: 80px;
  }
}
.service_section .headline {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .service_section .headline {
    margin-bottom: 40px;
  }
}

.card_container {
  position: relative;
  display: block;
}
.card_container .card_item {
  position: sticky;
  display: flex;
  align-items: center;
  background-color: #FAF7EF;
  border-radius: 40px;
  border: 10px solid #D12D26;
  padding: 60px;
  min-height: 550px;
  margin-bottom: 30vh;
}
@media screen and (max-width: 767px) {
  .card_container .card_item {
    border: 4px solid #D12D26;
    min-height: 0;
    padding: 35vw 20px 50px;
    margin-bottom: 50px;
  }
}
.card_container .card_item:nth-child(2n) {
  background-color: #fff;
}
.card_container .card_item:nth-child(1) {
  top: calc(150px + 0 * 20px);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .card_container .card_item:nth-child(1) {
    top: calc(80px + 0 * 20px);
  }
}
.card_container .card_item:nth-child(2) {
  top: calc(150px + 1 * 20px);
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .card_container .card_item:nth-child(2) {
    top: calc(80px + 1 * 20px);
  }
}
.card_container .card_item:nth-child(3) {
  top: calc(150px + 2 * 20px);
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .card_container .card_item:nth-child(3) {
    top: calc(80px + 2 * 20px);
  }
}
.card_container .card_item:nth-child(4) {
  top: calc(150px + 3 * 20px);
  z-index: 4;
}
@media screen and (max-width: 767px) {
  .card_container .card_item:nth-child(4) {
    top: calc(80px + 3 * 20px);
  }
}
.card_container .card_item:nth-child(5) {
  top: calc(150px + 4 * 20px);
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .card_container .card_item:nth-child(5) {
    top: calc(80px + 4 * 20px);
  }
}
.card_container .card_item .card_content {
  flex: 1.2;
  padding-right: 40px;
}
@media screen and (max-width: 767px) {
  .card_container .card_item .card_content {
    padding-right: 0;
  }
}
.card_container .card_item .card_content .category_icon {
  width: 85px;
}
.card_container .card_item .card_content .card_title {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .card_container .card_item .card_content .card_title {
    font-size: 2.6rem;
  }
}
.card_container .card_item .card_content .sub_link_list {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 15px;
  margin-bottom: 25px;
}
.card_container .card_item .card_content .sub_link_list .sub_link_item {
  color: #D12D26;
  font-size: 14px;
  text-decoration: underline;
  font-weight: bold;
}
.card_container .card_item .card_content .sub_link_list .sub_link_item::before {
  content: "> ";
  text-decoration: none;
  display: inline-block;
}
.card_container .card_item .card_content .sub_link_list .sub_link_item:hover {
  opacity: 0.7;
}
.card_container .card_item .card_content .card_description {
  line-height: 1.8;
  font-size: 16px;
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .card_container .card_item .btn {
    display: block;
    margin-inline: auto;
  }
}
.card_container .card_item .card_image_box {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .card_container .card_item .card_image_box {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 55%;
  }
}
.card_container .card_item .card_image_box img {
  width: 100%;
}
.card_container .stack_spacer {
  height: 100vh;
}

.blog_section {
  position: relative;
  z-index: 10;
  margin-top: -100vh;
  min-height: 100vh;
  padding: 100px 0;
  border-radius: 100px 100px 0 0;
  padding-block: 140px 100px;
  background-color: #FAF7EF;
}
@media screen and (max-width: 767px) {
  .blog_section {
    padding: 70px 0;
    border-radius: 50px 50px 0 0;
  }
}
.blog_section .btn {
  display: block;
  margin-inline: auto;
}

.blog_header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .blog_header {
    margin-bottom: 30px;
  }
}

.blog_content_wrapper {
  padding-inline: 4%;
  display: flex;
  gap: max(40px, 7vw);
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .blog_content_wrapper {
    flex-direction: column;
    gap: 30px;
  }
}

.blog_main_card {
  flex: 1;
}
.blog_main_card .thumb {
  width: 100%;
  border-radius: 30px;
  overflow: hidden;
  margin-bottom: 20px;
  border: 4px solid #fff;
}
.blog_main_card .thumb img {
  width: 100%;
  height: auto;
  transition: transform 0.6s ease;
  vertical-align: bottom;
}
.blog_main_card time {
  font-size: 1.4rem;
  color: #D12D26;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
}
.blog_main_card .title {
  font-size: 3.2rem;
  line-height: 1.5;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .blog_main_card .title {
    font-size: 1.8rem;
  }
}
.blog_main_card:hover .thumb img {
  transform: scale(1.1);
}

.blog_side_list {
  width: 44%;
}
@media screen and (max-width: 767px) {
  .blog_side_list {
    width: 100%;
  }
}
.blog_side_list .side_item:first-child a {
  border-top: 1px solid #DDDDDD;
}
.blog_side_list .side_item a {
  display: flex;
  gap: 20px;
  padding-block: 20px;
  border-bottom: 1px solid #DDDDDD;
  text-decoration: none;
  color: inherit;
}
.blog_side_list .side_item a:hover .side_thumb img {
  transform: scale(1.1);
}
.blog_side_list .side_item .side_thumb {
  width: 190px;
  border-radius: 10px;
  overflow: hidden;
  flex-shrink: 0;
  border: 4px solid #fff;
}
@media screen and (max-width: 767px) {
  .blog_side_list .side_item .side_thumb {
    width: 140px;
  }
}
.blog_side_list .side_item .side_thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.blog_side_list .side_item .side_info {
  flex: 1;
}
.blog_side_list .side_item .side_info time {
  display: block;
  font-size: 1.4rem;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  color: #D12D26;
  margin-bottom: 5px;
}
.blog_side_list .side_item .side_info .side_title {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .blog_side_list .side_item .side_info .side_title {
    font-size: 1.8rem;
  }
}

.top_news_sns_section {
  padding-top: 140px;
  position: relative;
  background-color: #FAF7EF;
}
@media screen and (max-width: 767px) {
  .top_news_sns_section {
    padding-top: 80px;
  }
}
.top_news_sns_section {
  z-index: 1;
}
.top_news_sns_section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  border-radius: 100px 100px 0 0;
  height: 100%;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .top_news_sns_section::before {
    border-radius: 50px 50px 0 0;
  }
}
.top_news_sns_section .btn_wrap {
  margin-top: 50px;
  text-align: center;
}

.top_news_sns_flex {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .top_news_sns_flex {
    flex-direction: column;
    gap: 70px;
  }
}
.top_news_sns_flex .news_block, .top_news_sns_flex .sns_block {
  width: 46%;
}
@media screen and (max-width: 767px) {
  .top_news_sns_flex .news_block, .top_news_sns_flex .sns_block {
    width: 100%;
  }
}
.top_news_sns_flex .news_block .headline, .top_news_sns_flex .sns_block .headline {
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .top_news_sns_flex .news_block .headline, .top_news_sns_flex .sns_block .headline {
    margin-bottom: 40px;
  }
}
.top_news_sns_flex .post_list > li a {
  padding: 25px 0;
}
.insta_logo_block {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 20px;
}
.insta_logo_block .insta_logo {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 3.2rem;
}
@media screen and (max-width: 767px) {
  .insta_logo_block .insta_logo {
    font-size: 2.6rem;
  }
}
.insta_logo_block .insta_logo img {
  width: 36px;
  height: 36px;
  margin-right: 5px;
}

.circle_btn_link {
  color: #D12D26;
  font-size: 1.4rem;
  font-weight: 700;
  text-decoration: underline;
  position: relative;
  padding-right: 26px;
}
.circle_btn_link::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  right: 0;
  width: 20px;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 1px solid #D12D26;
  background: url(../images/common/arrow_white.svg) center/9px 9px no-repeat #D12D26;
}
.circle_btn_link:hover {
  opacity: 0.7;
}

.company_greeting_section {
  padding-block: 60px 100px;
}
@media screen and (max-width: 767px) {
  .company_greeting_section {
    padding-block: 30px 80px;
  }
}
.company_greeting_section .block_headline {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .company_greeting_section .block_headline {
    margin-bottom: 35px;
  }
}

.greeting_block_flex {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .greeting_block_flex {
    flex-direction: column-reverse;
  }
}
.greeting_block_flex .text_block {
  width: 50%;
  padding-top: 70px;
  padding-right: 5%;
  font-size: 1.8rem;
  line-height: 1.6;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .greeting_block_flex .text_block {
    width: 100%;
    padding-right: 0;
  }
}
.greeting_block_flex .text_block .simple_headline {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .greeting_block_flex .text_block .simple_headline {
    margin-bottom: 30px;
  }
}
.greeting_block_flex .text_block p {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .greeting_block_flex .text_block p {
    margin-bottom: 20px;
  }
}
.greeting_block_flex .image_block {
  position: relative;
  flex: 1;
  margin-right: calc(50% - 50vw);
}
.greeting_block_flex .image_block .name {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 216px;
  height: 180px;
  background: url(../images/common/red_circle.png) center/contain no-repeat;
  font-size: 2.4rem;
  font-weight: 700;
  color: #fff;
  position: absolute;
  left: -80px;
  bottom: 4px;
}
@media screen and (max-width: 767px) {
  .greeting_block_flex .image_block .name {
    left: -5%;
    bottom: -36px;
    width: 165px;
    height: 144px;
  }
}
.greeting_block_flex .image_block .name .position {
  font-size: 1.4rem;
  display: block;
}

.company_overview_section {
  margin-bottom: 100px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .company_overview_section {
    margin-bottom: 85px;
  }
}
.company_overview_section .inner {
  width: 100%;
  padding-inline: 15.278%;
}
@media screen and (max-width: 1219px) {
  .company_overview_section .inner {
    padding-inline: 5.33%;
  }
}
.company_overview_section .block_headline {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .company_overview_section .block_headline {
    margin-bottom: 35px;
  }
}

.company_info_item_group {
  margin-inline: auto;
  background-color: #fff;
  border-radius: 40px;
  padding: 60px 120px;
}
@media screen and (max-width: 1219px) {
  .company_info_item_group {
    width: 100%;
    padding: 30px 5.33% 50px;
  }
}

.company_info_item {
  display: flex;
  padding: 30px 10px;
  position: relative;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .company_info_item {
    display: block;
    padding-block: 20px;
  }
}
.company_info_item::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 200%;
  height: 1px;
  background: #999999;
  transform: scale(0.5);
  transform-origin: left;
}
.company_info_item > dt {
  width: 120px;
  margin-right: 20px;
  color: #D12D26;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .company_info_item > dt {
    width: 100%;
    margin: 0;
  }
}
.company_info_item > dt::after {
  content: "";
  position: absolute;
  width: 240px;
  height: 1px;
  background-color: #D12D26;
  bottom: -1px;
  left: 0;
  z-index: 1;
  transform: scale(0.5);
  transform-origin: left;
}
@media screen and (max-width: 767px) {
  .company_info_item > dt::after {
    display: none;
  }
}
.company_info_item > dd {
  flex: 1;
}
.company_info_item li:not(:last-child) {
  margin-bottom: 5px;
}

.compnay_history_section {
  padding-block: 100px 134px;
}
@media screen and (max-width: 767px) {
  .compnay_history_section {
    padding-block: 50px 80px;
  }
}
.compnay_history_section .company_headline {
  margin-bottom: 140px;
}
@media screen and (max-width: 767px) {
  .compnay_history_section .company_headline {
    margin-bottom: 30px;
  }
}

.history_info_item_group {
  position: relative;
  width: 58.85%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) and (max-width: 1219px) {
  .history_info_item_group {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .history_info_item_group {
    width: 100%;
  }
}
.history_info_item_group::before {
  content: "";
  position: absolute;
  left: 140px;
  top: 15px;
  bottom: -35px;
  width: 1px;
  background: #7C6000;
}
@media screen and (max-width: 767px) {
  .history_info_item_group::before {
    left: 110px;
  }
}

.history_info_item {
  position: relative;
  display: flex;
  align-items: flex-start;
  margin-bottom: 40px;
}
.history_info_item::before {
  content: "";
  position: absolute;
  left: 136px;
  top: 14px;
  width: 8px;
  aspect-ratio: 1;
  background: #7C6000;
  border-radius: 50%;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .history_info_item::before {
    left: 106px;
    top: 12px;
  }
}
.history_info_item:not(:last-child) {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .history_info_item:not(:last-child) {
    margin-bottom: 20px;
  }
}
.history_info_item dt {
  width: 110px;
  font-size: 2.2rem;
  font-weight: bold;
  text-align: left;
  margin-right: 30px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .history_info_item dt {
    font-size: 1.8rem;
    width: 90px;
    margin-right: 20px;
  }
}
.history_info_item dt .flo_r {
  float: right;
}
.history_info_item dd {
  flex: 1;
  margin-top: 3px;
  padding-left: 35px;
  font-weight: normal;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .history_info_item dd {
    line-height: 1.7;
    padding-left: 20px;
    margin-top: 1px;
  }
}

.company_org_section {
  padding-top: 180px;
}
@media screen and (max-width: 767px) {
  .company_org_section {
    padding-top: 100px;
  }
}
.company_org_section .block_headline {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .company_org_section .block_headline {
    margin-bottom: 30px;
  }
}

/* PCではスクロールバーを隠すか、通常の挙動にする */
.org_chart_img {
  width: 100%;
}

.org_chart_img img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* スマホ表示（ブレイクポイントはプロジェクトに合わせて調整してください） */
@media screen and (max-width: 767px) {
  .org_chart_img {
    width: 100%;
    /* SimpleBarが正しく動作するために必要 */
    overflow-x: auto;
  }
  .org_chart_img img {
    /* 画像を縮小させず、元のサイズ（または指定サイズ）を維持してはみ出させる */
    max-width: none;
    width: 800px; /* 組織図が読みやすい最小横幅を指定 */
    height: auto;
  }
  /* SimpleBar自体の高さや色の調整（必要であれば） */
  .simplebar-scrollbar::before {
    background: #ccc; /* スクロールバーの色 */
  }
}
.products_section {
  margin-block: 110px 120px;
}
@media screen and (max-width: 767px) {
  .products_section {
    margin-block: 50px;
  }
}
.products_section .total_text {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .products_section .total_text {
    margin-bottom: 0;
  }
}

.product_content {
  position: relative;
  min-height: 38.19vw;
  padding-left: 49.18%;
}
@media screen and (max-width: 767px) {
  .product_content {
    min-height: 0;
    padding: 50px 0;
  }
}
.product_content:not(:last-child) {
  margin-bottom: 180px;
}
@media screen and (max-width: 767px) {
  .product_content:not(:last-child) {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .product_content:nth-child(even)::before {
    content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 100%;
    background-color: #999999;
    z-index: -1;
    pointer-events: none;
  }
}
.product_content .external_link_text {
  margin-top: 16px;
}
.product_content .product_name {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .product_content .product_name {
    margin-bottom: 20px;
  }
}

.product_img_slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 40.98%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .product_img_slider {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    margin: 0 0 20px;
  }
}
.product_img_slider .swiper-slide {
  background-color: #fff;
  border: solid 1px #999999;
  aspect-ratio: 1/1;
}
.product_img_slider .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.product_img_slider .swiper_btn_wrap {
  display: inline-block;
  position: relative;
  margin-top: 30px;
  padding: 4px 40px;
  font-size: 0;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .product_img_slider .swiper_btn_wrap {
    margin-top: 20px;
  }
}
.product_img_slider .swiper_btn_wrap .swiper-button-prev, .product_img_slider .swiper_btn_wrap .swiper-button-next {
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
  padding: 0;
  width: 12px;
  height: 20px;
  margin: 0;
  padding: 0;
}
.product_img_slider .swiper_btn_wrap .swiper-button-prev:hover::after, .product_img_slider .swiper_btn_wrap .swiper-button-next:hover::after {
  border-color: #D12D26;
}
.product_img_slider .swiper_btn_wrap .swiper-button-prev::after, .product_img_slider .swiper_btn_wrap .swiper-button-next::after {
  content: " ";
  width: 14px;
  height: 14px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  background-color: transparent;
  border-top: solid 1px #999999;
  border-right: solid 1px #999999;
  transition-duration: 0.3s;
}
.product_img_slider .swiper_btn_wrap .swiper-button-prev {
  left: 0;
}
.product_img_slider .swiper_btn_wrap .swiper-button-prev::after {
  margin-left: 4px;
  border: none;
  border-bottom: solid 1px #999999;
  border-left: solid 1px #999999;
}
.product_img_slider .swiper_btn_wrap .swiper-button-next {
  right: 0;
}
.product_img_slider .swiper_btn_wrap .swiper-button-next::after {
  margin-left: -4px;
}
.product_img_slider .swiper_btn_wrap .swiper-pagination {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: static;
}
.product_img_slider .swiper_btn_wrap .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  margin: 4px;
  width: 5px;
  height: 5px;
  background: transparent;
  border-radius: 0;
  opacity: 1;
}
.product_img_slider .swiper_btn_wrap .swiper-pagination .swiper-pagination-bullet::after {
  content: " ";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  margin: 0;
  padding: 0;
  background: #999999;
  transition-duration: 0.3s;
}
.product_img_slider .swiper_btn_wrap .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  height: 5px;
  border-radius: 50%;
  background: #D12D26;
}

.product_detail_grid {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  margin: 0 0 10px -12px;
  line-height: 1.5;
}
.product_detail_grid > * {
  margin: 0 0 0 12px;
}
.product_detail_grid .product_spec {
  font-size: 2rem;
  font-weight: 500;
}
.product_detail_grid .product_code {
  display: flex;
  font-size: 1.4rem;
}
.product_detail_grid .product_code > dt::after {
  content: "：";
  display: inline-block;
}

.product_form_controls_wrap {
  margin-top: 56px;
}
@media screen and (max-width: 767px) {
  .product_form_controls_wrap {
    margin-top: 50px;
  }
}

.product_form_controls {
  padding: 0 0 16px;
  border-bottom: solid 1px #F8F0DA;
}
@media screen and (max-width: 767px) {
  .product_form_controls {
    padding: 0 0 24px;
  }
}
.product_form_controls:not(:last-child) {
  margin-bottom: 30px;
}
.product_form_controls input[type=submit] {
  display: block;
  width: 100%;
  min-width: 200px;
  min-height: 42px;
  padding: 4px 20px;
  border-radius: 5rem;
  font-size: 1.6rem;
  font-weight: 700;
  background-color: #FAF7EF;
  line-height: 1.5;
  transition-duration: 0.3s;
}
@media screen and (min-width: 1300px) {
  .product_form_controls input[type=submit] {
    max-width: 232px;
  }
}
@media screen and (max-width: 767px) {
  .product_form_controls input[type=submit] {
    font-size: 1.4rem;
  }
}
.product_form_controls input[type=submit]:hover {
  color: #fff;
}

.product_form_grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 -20px -20px;
}
@media screen and (max-width: 767px) {
  .product_form_grid {
    display: block;
    margin: 0;
  }
}
.product_form_grid input[type=submit] {
  flex: 1;
  margin: 0 0 20px 20px;
}
@media screen and (max-width: 767px) {
  .product_form_grid input[type=submit] {
    margin: 20px 0 0;
  }
}

.product_price_select_group {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  margin: 0 0 10px 10px;
}
@media screen and (max-width: 767px) {
  .product_price_select_group {
    margin: 0 0 -10px -10px;
  }
}
.product_price_select_group > * {
  margin: 0 0 10px 10px;
}
.product_price_select_group .product_price {
  display: flex;
  align-items: baseline;
}
.product_price_select_group .product_price > dt {
  margin-right: 10px;
}
.product_price_select_group .product_price .price {
  display: inline-block;
  margin-right: 6px;
  min-width: 2.9em;
  font-size: 3.2rem;
  font-weight: 500;
  text-align: right;
  vertical-align: baseline;
  line-height: 1.1;
}
@media screen and (max-width: 767px) {
  .product_price_select_group .product_price .price {
    min-width: 2.5em;
  }
}
.product_price_select_group .select_box {
  width: 5em;
}

.product_info_modal_wrap {
  display: none;
}

.modal_close_btn {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  min-height: 36px;
  margin-top: 16px;
  padding-right: 46px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
}
.modal_close_btn:hover::after {
  background-color: #000;
}
.modal_close_btn::after {
  content: " ";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 36px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: url(../images/common/icon_close.png) center/14px no-repeat #D12D26;
  transition-duration: 0.3s;
}

.modaal-content-container {
  padding: 50px 40px;
}
@media screen and (max-width: 767px) {
  .modaal-content-container {
    padding: 30px 20px 50px;
  }
}

.product_info_item {
  display: flex;
  padding: 4px 10px;
  border-bottom: solid 1px #999999;
}
@media screen and (max-width: 767px) {
  .product_info_item {
    display: block;
  }
}
.product_info_item:not(:last-child) {
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .product_info_item:not(:last-child) {
    margin-bottom: 10px;
  }
}
.product_info_item > dt {
  width: 150px;
  margin-right: 16px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .product_info_item > dt {
    width: 100%;
    margin: 0;
  }
}
.product_info_item > dd {
  flex: 1;
}

.contact_section {
  padding-bottom: 170px;
  margin-block: 150px 225px;
}
@media screen and (max-width: 767px) {
  .contact_section {
    margin-block: 50px 100px;
  }
}
.contact_section .inner {
  padding-inline: 14.65%;
}
@media screen and (max-width: 767px) {
  .contact_section .inner {
    padding-inline: 5.33%;
  }
}
.contact_section .contact_headline {
  margin-bottom: 100px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .contact_section .contact_headline {
    margin-bottom: 40px;
  }
}
.contact_section .btn_wrap {
  margin-top: 60px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .contact_section .btn_wrap {
    margin-top: 40px;
  }
}

.contact_complete_content {
  font-weight: 500;
  text-align: center;
  line-height: 1.6;
  border-bottom: 1px solid #DDDDDD;
  padding-bottom: 90px;
}
@media screen and (max-width: 767px) {
  .contact_complete_content {
    text-align: left;
  }
}

.contact_complete_message {
  font-size: 3.2rem;
  font-weight: 700;
  margin-bottom: 30px;
}

.history_movie_section {
  padding-block: 60px;
}
.history_movie_section .inner {
  padding-inline: 10.417%;
}
.history_movie_section .block_headline {
  margin-bottom: 60px;
}

.history_movie_wrap .history_movie {
  width: 100%;
}

.history_timeline_section {
  padding-block: 60px 0;
  position: relative;
}
.history_timeline_section .block_headline {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .history_timeline_section .block_headline {
    margin-bottom: 40px;
  }
}

.history_wrap {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .history_wrap {
    flex-direction: column-reverse;
  }
}

/* =====================================
  左：ビジュアル（スマホでは下）
===================================== */
.history_visual_block {
  position: sticky;
  top: 0;
  width: 36%;
  height: 100vh;
  flex-shrink: 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .history_visual_block {
    position: static;
    width: 100%;
    height: auto;
    aspect-ratio: 375/490;
    margin-top: 40px;
  }
}
.history_visual_block .swiper,
.history_visual_block .swiper-wrapper,
.history_visual_block .swiper-slide {
  height: 100%;
}
.history_visual_block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* =====================================
  右：沿革（スマホでは上）
===================================== */
.history_timeline_wrap {
  width: 64%;
  padding: 100px 70px 35rem;
  overflow: visible;
}
@media screen and (max-width: 767px) {
  .history_timeline_wrap {
    width: 100%;
    padding: 20px 5.33% 3rem;
  }
}

.history_period {
  font-size: 5rem;
  font-weight: 600;
  color: #D12D26;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .history_period {
    font-size: 3.2rem;
    margin-bottom: 25px;
  }
}

.history_list {
  position: relative;
  list-style: none;
  padding-left: 25px;
  margin-bottom: 120px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .history_list {
    margin-bottom: 60px;
  }
}
.history_list::before {
  content: "";
  position: absolute;
  top: 0;
  left: 6px;
  width: 2px;
  height: 100%;
  background: #D12D26;
}
.history_list li {
  position: relative;
  display: flex;
  gap: 30px;
  margin-bottom: 26px;
}
@media screen and (max-width: 767px) {
  .history_list li {
    flex-direction: column;
    gap: 5px;
  }
}
.history_list li::before {
  content: "";
  position: absolute;
  left: -24px;
  top: 0.45em;
  width: 12px;
  height: 12px;
  background: #D12D26;
  border-radius: 50%;
}
.history_list time {
  min-width: 75px;
  font-weight: 700;
  color: #D12D26;
  font-family: "Montserrat", sans-serif;
}

.history_content_block .paragraph_headline {
  font-size: 3.6rem;
  font-weight: 700;
  color: #D12D26;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .history_content_block .paragraph_headline {
    font-size: 2.4rem;
  }
}
.history_content_block .paragraph_headline .small {
  font-size: 0.67em;
}
.history_content_block .paragraph_body {
  max-width: 623px;
}

.strength_section {
  padding-top: 60px;
}
.strength_section .block_headline {
  margin-bottom: 60px;
}
.strength_section .strengths_outline {
  margin-bottom: 100px;
  text-align: center;
  font-size: 2.8rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .strength_section .strengths_outline {
    margin-bottom: 60px;
    font-size: 2.2rem;
  }
}
.strength_section .btn {
  margin-top: 40px;
}

.strengths_points {
  position: relative;
  width: 100%;
  height: 100dvh;
}
.strengths_points .point_item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  overflow: hidden;
}
.strengths_points .point_item:nth-child(1) {
  z-index: 3;
}
.strengths_points .point_item:nth-child(1) .point_text {
  top: 15%;
  left: 5%;
}
@media screen and (max-width: 767px) {
  .strengths_points .point_item:nth-child(1) .point_text {
    left: 0;
    top: 13%;
  }
}
.strengths_points .point_item:nth-child(2) {
  z-index: 2;
}
.strengths_points .point_item:nth-child(2) .point_text {
  top: 55%;
  right: 5%;
}
@media screen and (max-width: 767px) {
  .strengths_points .point_item:nth-child(2) .point_text {
    right: 0;
    top: auto;
    bottom: 10%;
  }
}
.strengths_points .point_item:nth-child(3) {
  z-index: 1;
}
.strengths_points .point_item:nth-child(3) .point_text {
  bottom: 12%;
  left: 10%;
}
@media screen and (max-width: 767px) {
  .strengths_points .point_item:nth-child(3) .point_text {
    left: 0;
  }
}
.strengths_points .point_item .point_inner {
  width: 100%;
  height: 100%;
  position: relative;
}
.strengths_points .point_item .point_inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 59%;
  display: block;
}
.strengths_points .point_item .point_inner .point_text {
  position: absolute;
  z-index: 100;
  opacity: 0;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .strengths_points .point_item .point_inner .point_text {
    padding-inline: 5.33%;
  }
}
.strengths_points .point_item .point_inner .point_label {
  font-size: 3.2rem;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .strengths_points .point_item .point_inner .point_label {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
}
.strengths_points .point_item .point_inner .point_title {
  font-size: 5.2rem;
  color: #D12D26;
  line-height: 1.4;
  font-weight: 700;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .strengths_points .point_item .point_inner .point_title {
    font-size: 2.4rem;
  }
}
.strengths_points .point_item .point_inner .point_desc {
  max-width: 659px;
  font-weight: 500;
}

.tech_features_section {
  padding-top: 60px;
}
.tech_features_section .inner {
  padding-inline: 7.415%;
}
.tech_features_section .block_headline {
  margin-bottom: 75px;
}

body {
  overflow-x: hidden;
}

.tech_point_section {
  background-color: #D12D26;
  padding-block: 140px;
}

.tech_point_wrap {
  list-style: none;
  margin: 0;
  counter-reset: tech-counter;
}
@media screen and (max-width: 767px) {
  .tech_point_wrap {
    padding: 60px 5%;
  }
}
.tech_point_wrap .tech_point_content {
  color: #fff;
  counter-increment: tech-counter;
}
.tech_point_wrap .tech_point_content:not(:last-child) {
  margin-bottom: 130px;
}
@media screen and (max-width: 767px) {
  .tech_point_wrap .tech_point_content {
    margin-bottom: 80px;
  }
}
.tech_point_wrap .main_figure {
  position: relative;
  margin: 0 0 70px 0;
  width: 100%;
  height: 480px;
  border-radius: 40px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .tech_point_wrap .main_figure {
    height: 250px;
    border-radius: 20px;
    margin-bottom: 25px;
  }
}
.tech_point_wrap .main_figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tech_point_wrap .main_figure::before {
  content: "0" counter(tech-counter);
  position: absolute;
  bottom: -46px;
  left: 30px;
  color: #D12D26;
  font-size: 22rem;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .tech_point_wrap .main_figure::before {
    font-size: 9rem;
    bottom: -14px;
    left: 15px;
  }
}
.tech_point_wrap .tech_point_flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .tech_point_wrap .tech_point_flex {
    flex-direction: column;
  }
}
.tech_point_wrap .tech_point_flex._full .desc_text {
  max-width: 59%;
}
.tech_point_wrap .title_block, .tech_point_wrap .text_block {
  width: 49.5%;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .tech_point_wrap .title_block, .tech_point_wrap .text_block {
    width: 100%;
    margin-bottom: 30px;
  }
}
.tech_point_wrap .title_block .sub_title, .tech_point_wrap .text_block .sub_title {
  display: block;
  font-size: 1.8rem;
  margin-bottom: 0.5rem;
  font-weight: 700;
}
.tech_point_wrap .title_block .point_title, .tech_point_wrap .text_block .point_title {
  font-size: 5.2rem;
  font-weight: 700;
  margin-bottom: 2.5rem;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .tech_point_wrap .title_block .point_title, .tech_point_wrap .text_block .point_title {
    font-size: 2.8rem;
    margin-bottom: 1.5rem;
  }
}
.tech_point_wrap .title_block p, .tech_point_wrap .text_block p {
  line-height: 1.7;
}
.tech_point_wrap .image_block {
  width: 38.72%;
}
@media screen and (max-width: 767px) {
  .tech_point_wrap .image_block {
    width: 100%;
  }
}
.tech_point_wrap .image_block .slider_caption {
  font-size: 1.8rem;
  margin-bottom: 20px;
  font-weight: 700;
}
.tech_point_wrap .image_block .sub_slider_wrap {
  position: relative;
  margin-bottom: 35px;
}
.tech_point_wrap .image_block .sub_slider_wrap .swiper-button-prev,
.tech_point_wrap .image_block .sub_slider_wrap .swiper-button-next {
  width: 50px;
  height: 50px;
  background-color: #D12D26;
  border-radius: 50%;
}
.tech_point_wrap .image_block .sub_slider_wrap .swiper-button-prev::after,
.tech_point_wrap .image_block .sub_slider_wrap .swiper-button-next::after {
  font-size: 1.2rem;
  color: #fff;
  font-weight: 800;
}
.tech_point_wrap .image_block .sub_slider_wrap .swiper-button-prev {
  left: -25px;
}
.tech_point_wrap .image_block .sub_slider_wrap .swiper-button-next {
  right: -25px;
}
.tech_point_wrap .image_block .sub_slider_wrap .swiper-pagination {
  bottom: -35px;
}
.tech_point_wrap .image_block .sub_slider_wrap .swiper-pagination-bullet-active {
  background: #fff;
}
.tech_point_wrap .image_block .sub_swiper {
  border-radius: 20px;
}
.tech_point_wrap .image_block .sub_swiper .swiper-slide img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 15px;
}
@media screen and (max-width: 767px) {
  .tech_point_wrap .image_block .sub_swiper .swiper-slide img {
    height: auto;
    aspect-ratio: 480/300;
  }
}
.tech_point_wrap .image_block .sub_swiper .swiper-slide .caption {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  padding: 2px 12px;
  background-color: #D12D26;
  border-radius: 0 10px 0 0px;
  color: #fff;
  text-align: left;
  font-weight: 700;
}

.quality_about_section {
  padding-block: 60px 190px;
}
.quality_about_section .block_headline {
  margin-bottom: 78px;
}
@media screen and (max-width: 767px) {
  .quality_about_section .block_headline {
    margin-bottom: 40px;
  }
}
.quality_about_section .c_panel_wrap:not(:last-child) {
  margin-bottom: 190px;
}

.fssc_wrap {
  margin-bottom: 195px;
}
.fssc_wrap .fssc_box {
  background-color: #D12D26;
  border-radius: 40px;
  color: #fff;
  display: flex;
  justify-content: space-between;
  padding: 78px 8.069%;
  position: relative;
  z-index: 1;
}
.fssc_wrap .fssc_box::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 3%;
  right: 0;
  height: 100%;
  background: url(../images/common/deco_line.png) left center/cover no-repeat;
  z-index: -1;
}
.fssc_wrap .fssc_box .text_block {
  flex: 1;
  padding-right: 9%;
  line-height: 1.7;
  font-weight: 500;
}
.fssc_wrap .fssc_box .simple_headline {
  line-height: 1.5;
  margin-bottom: 40px;
}
.fssc_wrap .fssc_box .hankaku {
  margin-left: -0.5em;
}
.fssc_wrap .fssc_box .fssc_desc_box {
  margin-top: 40px;
  background-color: #F8F0DA;
  border-radius: 20px;
  padding: 30px 40px;
  color: #000;
}
@media screen and (max-width: 767px) {
  .fssc_wrap .fssc_box .fssc_desc_box {
    padding: 20px;
  }
}
.fssc_wrap .fssc_box .fssc_desc_box .small_headline {
  color: #D12D26;
  font-size: 2rem;
  text-align: center;
  font-weight: 700;
  margin-bottom: 10px;
}
.fssc_wrap .fssc_box .image_block {
  width: 30.3%;
}

.quality_commit_section {
  background: url(../images/quality/commitment_img.jpg) bottom center/cover no-repeat;
  border-radius: 100px 100px 0 0;
  padding-top: 140px;
  padding-bottom: min(660px, 69vw);
}
@media screen and (max-width: 767px) {
  .quality_commit_section {
    border-radius: 50px 50px 0 0;
    padding-top: 80px;
  }
}
.quality_commit_section .block_headline {
  margin-bottom: 80px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .quality_commit_section .block_headline {
    margin-bottom: 40px;
  }
}

.commit_wrap {
  border: 6px solid #D12D26;
  border-radius: 40px;
  background-color: #fff;
  padding: 60px 50px;
}
@media screen and (max-width: 767px) {
  .commit_wrap {
    padding: 30px 20px;
  }
}

.commit_content dl {
  display: flex;
  align-items: center;
  position: relative;
  padding: 40px 0 40px 75px;
  font-weight: 500;
}
.commit_content dl::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 60px;
  height: 60px;
  background: url(../images/common/icon_check.svg) center/contain no-repeat;
}
.commit_content dl:not(:last-child) {
  border-bottom: 1px solid #DDDDDD;
}
.commit_content dl dt {
  font-size: min(3.2vw, 3.2rem);
  width: 45%;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .commit_content dl dt {
    width: 30%;
  }
}
.commit_content dl dd {
  flex: 1;
  margin-left: 10px;
}

.dev_about_section {
  padding-top: 60px;
}
.dev_about_section .block_headline {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .dev_about_section .block_headline {
    margin-bottom: 30px;
  }
}
.dev_about_section .dev_about_block {
  padding-bottom: 80px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .dev_about_section .dev_about_block {
    flex-direction: column-reverse;
  }
}
.dev_about_section .text_block {
  font-size: 1.8rem;
  line-height: 1.7;
  width: 44%;
}
@media screen and (max-width: 767px) {
  .dev_about_section .text_block {
    font-size: 1.6rem;
  }
}
.dev_about_section .about_headline {
  font-size: min(5.2vw, 5.2rem);
  margin-bottom: 60px;
  color: #D12D26;
  white-space: nowrap;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .dev_about_section .about_headline {
    font-size: 2.8rem;
    white-space: normal;
  }
}
.dev_about_section .image_block {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .dev_about_section .image_block {
    width: 100%;
  }
}

.recommend_benefit_block {
  position: relative;
  display: flex;
  background: url(../images/development/dev_bg.jpg) center/cover no-repeat;
}
.recommend_benefit_block::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
}
.recommend_benefit_block::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 1px;
  background-color: #fff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.recommend_benefit_block .recommend_block, .recommend_benefit_block .benefit_block {
  flex: 1 1;
  padding: min(11vw, 140px) 8vw;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.recommend_benefit_block .recommend_block .border_headline, .recommend_benefit_block .benefit_block .border_headline {
  color: #fff;
  margin-bottom: 35px;
}
.recommend_benefit_block .recommend_block .border_headline::after, .recommend_benefit_block .benefit_block .border_headline::after {
  background-color: #fff;
}
.recommend_benefit_block .recommend_block .border_headline.orange .ja_text, .recommend_benefit_block .benefit_block .border_headline.orange .ja_text {
  color: #ED6914;
}
.recommend_benefit_block .recommend_block .border_headline.green .ja_text, .recommend_benefit_block .benefit_block .border_headline.green .ja_text {
  color: #41BA5D;
}
.recommend_benefit_block .check_list li {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  padding-left: 25px;
  line-height: 1.8;
  position: relative;
}
@media screen and (max-width: 767px) {
  .recommend_benefit_block .check_list li {
    font-size: 1.6rem;
  }
}
.recommend_benefit_block .check_list li:not(:last-child) {
  margin-bottom: 20px;
}
.recommend_benefit_block .check_list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.3em;
  width: 18px;
  aspect-ratio: 1;
  background: url(../images/common/icon_check_orange.svg) center/contain no-repeat;
}
.recommend_benefit_block .check_list .underline {
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 2px;
  text-decoration-color: #ED6914;
}
.recommend_benefit_block .check_list.green li::before {
  background-image: url(../images/common/icon_check_green.svg);
}
.recommend_benefit_block .check_list.green .underline {
  text-decoration-color: #41BA5D;
}

.dev_flow_section {
  padding: 100px 0 280px;
  background-color: #D12D26;
  font-weight: 500;
}
.dev_flow_section .block_headline {
  color: #fff;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .dev_flow_section .block_headline {
    margin-bottom: 30px;
  }
}
.dev_flow_section .flow_list {
  counter-reset: flow-item;
}
.dev_flow_section .flow_list li:not(:last-child) {
  margin-bottom: 10px;
}
.dev_flow_section .flow_list .list_item {
  background-color: #F8F0DA;
  border-radius: 40px;
  padding: 35px 30px 35px 100px;
  display: flex;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .dev_flow_section .flow_list .list_item {
    padding: 20px 20px 20px 60px;
  }
}
.dev_flow_section .flow_list .list_item::before {
  counter-increment: flow-item;
  content: "0" counter(flow-item);
  position: absolute;
  top: 30px;
  left: 30px;
  color: #D12D26;
  font-size: 5rem;
  line-height: 1;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
}
.dev_flow_section .flow_list .flow_img {
  width: 190px;
}
@media screen and (max-width: 767px) {
  .dev_flow_section .flow_list .flow_img {
    width: 24%;
  }
}
.dev_flow_section .flow_list .list_item_text {
  padding-left: 3rem;
  flex: 1;
}
.dev_flow_section .flow_list .flow_title {
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 16px;
}
.dev_flow_section .notes_text {
  display: inline-block;
  font-size: 1.4rem;
  color: #fff;
  margin-top: 25px;
}

.dev_case_section {
  margin-top: -100px;
  padding: 140px 0 80px;
  background-color: #fff;
  border-radius: 100px 100px 0 0;
}
.dev_case_section .block_headline {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .dev_case_section .block_headline {
    margin-bottom: 30px;
  }
}

.factory_section {
  padding-top: 60px;
}
@media screen and (max-width: 767px) {
  .factory_section {
    padding-bottom: 60px;
  }
}
.factory_section .block_headline {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .factory_section .block_headline {
    margin-bottom: 40px;
  }
}

.factory_flow_section {
  padding-block: 100px 140px;
  background-color: #fff;
  position: relative;
}
@media screen and (max-width: 767px) {
  .factory_flow_section {
    padding-block: 60px;
  }
}
.factory_flow_section .block_headline {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .factory_flow_section .block_headline {
    margin-bottom: 40px;
  }
}

/* 各工程のブロック */
.content_block:not(:last-child) {
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .content_block:not(:last-child) {
    margin-bottom: 80px;
  }
}
.content_block {
  /* タイトル（01 原料解凍・検品など） */
}
.content_block .step_title {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 2.8rem;
  font-weight: 700;
  color: #D12D26;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .content_block .step_title {
    font-size: 2.2rem;
    gap: 12px;
    margin-bottom: 20px;
  }
}
.content_block .step_title .step_num {
  background: #D12D26;
  color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 2.2rem;
  flex-shrink: 0;
  font-family: "Montserrat", sans-serif;
}
@media screen and (max-width: 767px) {
  .content_block .step_title .step_num {
    width: 36px;
    height: 36px;
    font-size: 1.5rem;
  }
}
.content_block {
  /* 説明文 */
}
.content_block .step_text {
  font-size: 1.6rem;
  line-height: 1.8;
  color: #333;
}
@media screen and (max-width: 767px) {
  .content_block .step_text {
    font-size: 1.4rem;
  }
}

/* 2カラムの説明エリア */
.step_sub_grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 40px;
  padding-bottom: 30px;
  border-bottom: 1px solid #DDDDDD;
  position: relative;
}
.step_sub_grid::before {
  content: "";
  position: absolute;
  width: 2px;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  bottom: 30px;
  background-image: radial-gradient(circle, #DDDDDD 1px, transparent 1px);
  background-position: left top;
  background-size: 2px 8px;
  background-repeat: repeat-y;
}
@media screen and (max-width: 767px) {
  .step_sub_grid::before {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .step_sub_grid {
    flex-direction: column;
    gap: 0;
    margin-top: 30px;
  }
}
.step_sub_grid .grid_item {
  width: 45.5%;
}
@media screen and (max-width: 767px) {
  .step_sub_grid .grid_item {
    width: 100%;
  }
  .step_sub_grid .grid_item:not(:last-child) {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 2px dotted #DDDDDD;
  }
}
.step_sub_grid .grid_item .grid_label {
  display: inline-block;
  font-weight: 700;
  margin-bottom: 12px;
  font-size: 1.4rem;
  background-color: #F8F0DA;
  color: #D12D26;
  padding: 2px 10px;
  border-radius: 5px;
}
.process_container {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .process_container {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }
}

.process_content {
  flex: 1;
}
.process_content .process_title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .process_content .process_title {
    font-size: 20px;
    margin-bottom: 12px;
  }
}
.process_content .process_text {
  font-size: 18px;
  line-height: 1.8;
  color: #333;
}
@media screen and (max-width: 767px) {
  .process_content .process_text {
    font-size: 16px;
  }
}

.process_images {
  display: flex;
  gap: 20px;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .process_images {
    width: 100%;
  }
}
.process_images .image_item {
  position: relative;
  flex: 1;
  overflow: hidden;
  border-radius: 20px;
}
.process_images .image_item img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}
.process_images .image_item .image_label {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #D12D26;
  color: #fff;
  padding: 2px 16px;
  font-weight: bold;
  border-top-right-radius: 10px;
  font-size: 12px;
}

/* 機械紹介スライダーの外枠 */
.machine_slider_wrapper {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .machine_slider_wrapper {
    margin-top: 40px;
  }
}
.machine_slider_wrapper .machine_head {
  color: #D12D26;
  font-weight: 700;
  margin-bottom: 20px;
  font-size: 1.8rem;
}
.machine_slider_wrapper .swiper_outer {
  position: relative;
}
.machine_slider_wrapper .swiper_outer.is_single .swiper-button-prev,
.machine_slider_wrapper .swiper_outer.is_single .swiper-button-next {
  display: none;
}
.machine_slider_wrapper .swiper_outer {
  /* 矢印ボタン */
}
.machine_slider_wrapper .swiper_outer .swiper-button-prev,
.machine_slider_wrapper .swiper_outer .swiper-button-next {
  width: 50px;
  height: 50px;
  background: #D12D26;
  border-radius: 50%;
}
.machine_slider_wrapper .swiper_outer .swiper-button-prev::after,
.machine_slider_wrapper .swiper_outer .swiper-button-next::after {
  font-size: 1.4rem;
  color: #fff;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .machine_slider_wrapper .swiper_outer .swiper-button-prev,
  .machine_slider_wrapper .swiper_outer .swiper-button-next {
    width: 36px;
    height: 36px;
  }
  .machine_slider_wrapper .swiper_outer .swiper-button-prev::after,
  .machine_slider_wrapper .swiper_outer .swiper-button-next::after {
    font-size: 1.2rem;
  }
}
.machine_slider_wrapper .swiper_outer .swiper-button-prev {
  left: -25px;
}
.machine_slider_wrapper .swiper_outer .swiper-button-next {
  right: -25px;
}

@media screen and (max-width: 767px) {
  .swiper_btn_wrap {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-top: 40px;
  }
  .swiper_btn_wrap .swiper-button-prev,
  .swiper_btn_wrap .swiper-button-next {
    position: static;
  }
}

/* スライダー本体（ベージュ背景カード） */
.machine-swiper {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
}
.machine-swiper .machine_card {
  display: flex;
  background: #F8F0DA;
  align-items: stretch;
}
@media screen and (max-width: 767px) {
  .machine-swiper .machine_card {
    flex-direction: column;
    border-radius: 20px;
  }
}
.machine-swiper .machine_card .machine_img {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .machine-swiper .machine_card .machine_img {
    width: 100%;
    height: 220px;
  }
}
.machine-swiper .machine_card .machine_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .machine-swiper .machine_card .machine_img img {
    border-radius: 20px 20px 0 0;
  }
}
.machine-swiper .machine_card .machine_info {
  width: 50%;
  padding: 40px;
}
@media screen and (max-width: 767px) {
  .machine-swiper .machine_card .machine_info {
    width: 100%;
    padding: 25px;
    min-height: 210px;
  }
}
.machine-swiper .machine_card .machine_info .machine_count {
  color: #aaa;
  margin-bottom: 10px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}
.machine-swiper .machine_card .machine_info .machine_count .current {
  color: #000;
}
.machine-swiper .machine_card .machine_info .machine_name {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .machine-swiper .machine_card .machine_info .machine_name {
    font-size: 1.8rem;
  }
}
.machine-swiper .machine_card .machine_info .machine_desc {
  font-size: 1.4rem;
  line-height: 1.8;
}

.factory_facilities_section {
  padding-top: 140px;
  position: relative;
  background-color: #fff;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .factory_facilities_section {
    padding-top: 80px;
  }
}
.factory_facilities_section::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #FAF7EF;
  border-radius: 100px 100px 0 0;
  left: 0;
  top: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .factory_facilities_section::before {
    border-radius: 50px 50px 0 0;
  }
}
.factory_facilities_section .block_headline {
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .factory_facilities_section .block_headline {
    margin-bottom: 30px;
  }
}

.mv_recruit_wrap {
  background-color: #D12D26;
  color: #fff;
  font-weight: 700;
  padding-block: 190px 140px;
}
@media screen and (max-width: 767px) {
  .mv_recruit_wrap {
    padding-block: 120px 80px;
  }
}

.recruit_headline_wrap {
  margin-bottom: 100px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .recruit_headline_wrap {
    margin-bottom: 60px;
  }
}
.recruit_headline_wrap .mv_recruit_headline {
  font-size: min(6rem, 7vw);
  color: #fff;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .recruit_headline_wrap .mv_recruit_headline {
    font-size: 3.2rem;
  }
}
.recruit_headline_wrap .mv_recruit_headline .en_text {
  font-size: 2rem;
  display: block;
}
@media screen and (max-width: 767px) {
  .recruit_headline_wrap .mv_recruit_headline .en_text {
    margin-bottom: 5px;
  }
}
.recruit_headline_wrap .mv_sub_headline {
  font-size: min(3.2rem, 4.5vw);
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .recruit_headline_wrap .mv_sub_headline {
    margin-top: 15px;
  }
}
.recruit_headline_wrap .deco_text {
  position: relative;
}
.recruit_headline_wrap .deco_text::before {
  content: "";
  position: absolute;
  top: 59%;
  left: 53%;
  transform: translate(-50%, -50%);
  width: 89%;
  aspect-ratio: 214/143;
  background: url(../images/common/deco_text.svg) center/contain no-repeat;
}

.continuous_slider {
  margin-bottom: 100px;
  margin-inline: calc(50% - 50vw);
}
@media screen and (max-width: 767px) {
  .continuous_slider {
    margin-bottom: 80px;
  }
}
.continuous_slider .swiper-wrapper {
  transition-timing-function: linear !important;
}
.continuous_slider .swiper-slide {
  width: auto;
}
.continuous_slider .swiper-slide img {
  height: 880px;
  width: auto;
  display: block;
}
@media screen and (max-width: 767px) {
  .continuous_slider .swiper-slide img {
    height: 400px;
  }
}

.recruit_outline_wrap {
  font-size: 1.8rem;
  max-width: 69%;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .recruit_outline_wrap {
    max-width: none;
    font-size: 1.6rem;
  }
}
.recruit_outline_wrap p {
  line-height: 2;
}
.recruit_outline_wrap .external_link_btn {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .recruit_outline_wrap .external_link_btn {
    margin-top: 40px;
  }
}

/* 全体の外枠 */
/* スライドアイテムの調整 */
/* 全体コンテナ */
.double_slider_wrapper {
  overflow: hidden;
  width: 100%;
  background: #000; /* 背景色が必要な場合。不要なら削除してください */
}

/* 横並びの土台 */
.marquee_inner {
  display: flex;
  width: max-content;
}

/* 画像のリスト */
.images_group {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}

.slider_item {
  padding: 0;
  margin: 0;
  line-height: 0; /* 行間による微細な隙間を排除 */
}

.slider_img {
  display: block;
  height: 300px; /* 指定の高さ */
  width: auto; /* 横幅は比率を維持 */
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .slider_img {
    height: 190px;
  }
}

/* --- アニメーション設定 --- */
/* 共通：等速で無限ループ */
.scroll_left .marquee_inner,
.scroll_right .marquee_inner {
  animation-duration: 30s; /* 速度調整。数字を大きくすると遅くなります */
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

/* 左へ流れる */
.scroll_left .marquee_inner {
  animation-name: marquee_left;
}

@keyframes marquee_left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
/* 右へ流れる */
.scroll_right .marquee_inner {
  animation-name: marquee_right;
}

@keyframes marquee_right {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0);
  }
}
.recruit_benefit_section {
  background-color: #FAF7EF;
  padding: 140px 0;
  border-radius: 100px 100px 0 0;
}
@media screen and (max-width: 767px) {
  .recruit_benefit_section {
    padding-block: 80px 20px;
    border-radius: 50px 50px 0 0;
  }
}
.recruit_benefit_section .block_headline {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .recruit_benefit_section .block_headline {
    margin-bottom: 50px;
  }
}

.benefit_wrap {
  margin-bottom: 180px;
  padding: 140px 5% 0 11%;
  display: flex;
  align-items: flex-start;
  position: relative;
}
@media screen and (max-width: 767px) {
  .benefit_wrap {
    margin-bottom: 100px;
    padding: 0 5%;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
}

.benefit_content_outer {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .benefit_content_outer {
    display: contents;
  }
}

.benefit_content {
  padding-right: 11%;
}
.benefit_content:not(:last-child) {
  margin-bottom: 300px;
}
@media screen and (max-width: 767px) {
  .benefit_content {
    display: contents;
  }
}
.benefit_content .benefit_title {
  font-size: 5.2rem;
  line-height: 1.5;
  font-weight: 700;
  color: #D12D26;
}
@media screen and (max-width: 767px) {
  .benefit_content .benefit_title {
    font-size: 3.2rem;
  }
}
.benefit_content .benefit_title .benefit_number {
  display: block;
  color: #000;
  font-size: 2rem;
  margin-bottom: 10px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
}
@media screen and (max-width: 767px) {
  .benefit_content .benefit_title .benefit_number {
    margin-bottom: 0;
  }
}
.benefit_content .benefit_paragraph {
  font-weight: 700;
  margin-top: 50px;
  font-size: 1.8rem;
  line-height: 2;
  max-width: 83%;
}
@media screen and (max-width: 767px) {
  .benefit_content .benefit_paragraph {
    margin-top: 20px;
    font-size: 1.6rem;
    max-width: 100%;
  }
}

.benefit_img_block {
  position: sticky;
  top: calc(50dvh - 12.23vw);
  width: 48.5%;
  height: 28.47vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .benefit_img_block {
    position: static;
    display: contents;
  }
}
.benefit_img_block .benefit_img_inner {
  position: relative;
  width: 83%;
  height: 100%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .benefit_img_block .benefit_img_inner {
    display: contents;
  }
}
.benefit_img_block .benefit_img {
  position: absolute;
  top: auto;
  left: 0;
  width: 100%;
  height: auto;
  border-radius: 40px;
  transition: transform 0.6s ease, opacity 0.6s ease, translate 0.6s ease;
  z-index: 1;
}
.benefit_img_block .benefit_img.is_current {
  opacity: 1 !important;
  z-index: 10;
}
.benefit_img_block .benefit_img.is_off {
  opacity: 0 !important;
  translate: 0 -100% 0;
  z-index: 11;
}
@media screen and (max-width: 767px) {
  .benefit_img_block .benefit_img {
    position: static !important;
    opacity: 1 !important;
    transform: none !important;
    translate: 0 0 !important;
    border-radius: 20px;
    margin-bottom: 20px;
    margin-top: 60px;
  }
}
.benefit_img_block .benefit_img:first-child {
  margin-top: 0;
}
.benefit_img_block .benefit_pagination {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  .benefit_img_block .benefit_pagination {
    display: none;
  }
}

.benefit_pagination {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding-left: 30px;
}
.benefit_pagination .benefit_dot {
  cursor: pointer;
  font-size: 1.4rem;
  font-weight: bold;
  color: #DDDDDD;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.4s ease;
  font-family: "Montserrat", sans-serif;
}
.benefit_pagination .benefit_dot.is_active {
  color: #fff;
  background-color: #D12D26;
  transform: scale(1.1);
}

@media screen and (max-width: 767px) {
  .benefit_img.benefit_part_0 {
    order: 1;
  }
  .benefit_content.benefit_part_0 .benefit_title {
    order: 2;
  }
  .benefit_content.benefit_part_0 .benefit_paragraph {
    order: 3;
  }
  .benefit_img.benefit_part_1 {
    order: 4;
  }
  .benefit_content.benefit_part_1 .benefit_title {
    order: 5;
  }
  .benefit_content.benefit_part_1 .benefit_paragraph {
    order: 6;
  }
  .benefit_img.benefit_part_2 {
    order: 7;
  }
  .benefit_content.benefit_part_2 .benefit_title {
    order: 8;
  }
  .benefit_content.benefit_part_2 .benefit_paragraph {
    order: 9;
  }
  .benefit_img.benefit_part_3 {
    order: 10;
  }
  .benefit_content.benefit_part_3 .benefit_title {
    order: 11;
  }
  .benefit_content.benefit_part_3 .benefit_paragraph {
    order: 12;
  }
}
.job_list_section {
  background-color: #fff;
  padding-block: 100px 170px;
}
@media screen and (max-width: 767px) {
  .job_list_section {
    padding-block: 80px;
  }
}
.job_list_section .block_headline {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .job_list_section .block_headline {
    margin-bottom: 40px;
  }
}

.job_list {
  display: flex;
  flex-wrap: wrap;
  margin: -30px 0 0 -4%;
}
@media screen and (max-width: 767px) {
  .job_list {
    margin: -10px 0 0 0;
  }
}
.job_list > li {
  width: 46%;
  margin: 30px 0 0 4%;
}
@media screen and (max-width: 767px) {
  .job_list > li {
    width: 100%;
    margin: 10px 0 0 0;
  }
}
.job_list .job_list_item {
  display: block;
  height: 100%;
  background-color: #D12D26;
  color: #fff;
  border-radius: 40px;
  padding: 70px 8% 50px;
  font-weight: 700;
  position: relative;
}
@media screen and (max-width: 767px) {
  .job_list .job_list_item {
    padding: 30px 20px 30px;
    border-radius: 30px;
  }
}
.job_list .job_list_item::before {
  content: "";
  position: absolute;
  right: 40px;
  bottom: 40px;
  transform: rotate(-45deg);
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: url(../images/common/arrow_white.svg) center/33px 33px no-repeat #AA140D;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .job_list .job_list_item::before {
    width: 50px;
    height: 50px;
    background-size: 20px 20px;
    right: 20px;
    bottom: 20px;
  }
}
.job_list .job_list_item:hover::before {
  background-image: url(../images/common/arrow_red.svg);
  background-color: #fff;
}
.job_list .job_list_item._last {
  background-color: #AA140D;
  min-height: 270px;
}
.job_list .job_list_item._last .job_title {
  width: 50%;
  max-width: 245px;
}
.job_list .job_list_item .btn_text {
  display: block;
  position: absolute;
  bottom: 65px;
  right: 136px;
  font-size: 2.2rem;
}
@media screen and (max-width: 767px) {
  .job_list .job_list_item .btn_text {
    bottom: 30px;
    right: 86px;
    font-size: 1.8rem;
  }
}
.job_list .job_list_item .job_list_img {
  width: 126px;
  margin: auto 0 30px auto;
}
@media screen and (max-width: 767px) {
  .job_list .job_list_item .job_list_img {
    width: 85px;
    margin-bottom: 6px;
  }
}
.job_list .job_list_item .job_title {
  font-size: 5.2rem;
  line-height: 1.5;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .job_list .job_list_item .job_title {
    font-size: 2.8rem;
    margin-bottom: 10px;
  }
}
.job_list .job_list_item .job_title .small {
  font-size: 0.8em;
}
.job_list .job_list_item .job_outline {
  font-size: 2rem;
  padding-right: 110px;
}
@media screen and (max-width: 767px) {
  .job_list .job_list_item .job_outline {
    font-size: 1.6rem;
    padding-right: 70px;
  }
}

input,
textarea {
  display: block;
  outline: none;
  width: 100%;
  padding: 18px;
  background: #fff;
  border: solid 1px #DDDDDD;
  border-radius: 10px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.75;
  color: #000;
}
@media screen and (max-width: 767px) {
  input,
  textarea {
    padding: 10px 16px;
    font-size: 1.6rem;
  }
}
input:focus,
textarea:focus {
  outline: solid 3px #D12D26;
}

input {
  height: 50px;
}

textarea {
  resize: none;
  min-height: 332px;
}
@media screen and (max-width: 767px) {
  textarea {
    min-height: 180px;
  }
}

select {
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: solid 1px #DDDDDD;
  outline: none;
  background: #fff;
  background-image: none;
  box-shadow: none;
  appearance: none;
  width: 100%;
  color: #000;
  height: 50px;
  padding: 0 26px 0 20px;
  border-radius: 10px;
}
select::-ms-expand {
  display: none;
}

.input_box,
.textarea_box {
  position: relative;
}

.input_note {
  font-size: 1.4rem;
  font-weight: 500;
  color: #999999;
  margin-top: 5px;
}

.other_input {
  display: block;
  margin-top: 10px;
}

.select_box_wrap {
  display: flex;
  align-items: flex-end;
}
.select_box_wrap .unit {
  display: inline-block;
  margin-left: 10px;
}

.select_box {
  position: relative;
  max-width: 480px;
}
.select_box::after {
  content: " ";
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%) rotate(45deg);
  width: 8px;
  height: 8px;
  border-right: solid 2px #000;
  border-bottom: solid 2px #000;
}

.form_select {
  color: #999999;
}

.form_select:focus {
  outline: none;
}

/* 値が選ばれたら黒 */
.form_select:has(option:checked:not([value=""])) {
  color: #000;
}

.radio_box {
  font-size: 2rem;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .radio_box {
    font-size: 1.8rem;
  }
}

.wpcf7 .radio_box .wpcf7-list-item input[type=checkbox] {
  display: none !important;
}

.wpcf7 .radio_box .wpcf7-list-item {
  display: block;
}

.radio_box input[type=checkbox] {
  display: none;
}
.radio_box input[type=checkbox]:checked + .wpcf7-list-item-label::before {
  background-color: #0075FF;
  border-color: #0075FF;
}
.radio_box input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  top: 0.55em;
  left: 0.27em;
  width: 5px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);
}

.wpcf7-list-item {
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .wpcf7-list-item {
    min-width: 7em;
  }
}

.wpcf7-list-item-label {
  display: inline-block;
  position: relative;
  padding: 0 0 0 1.5em;
  cursor: pointer;
}
.wpcf7-list-item-label::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 14px;
  height: 14px;
  border-radius: 4px;
  border: 1px solid #999999;
  background-color: #fff;
  box-sizing: border-box;
}

.acceptance_check_wrap {
  margin: 50px 0 0;
  padding-inline: 35px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .acceptance_check_wrap {
    padding-inline: 0;
  }
}

.acceptance_check_text {
  margin-bottom: 35px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .acceptance_check_text {
    margin-bottom: 40px;
    text-align: left;
  }
}

.acceptance_check_title {
  margin-bottom: 30px;
}

.acceptance_policy_box {
  text-align: left;
  font-weight: 500;
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #DDDDDD;
  background-color: #fff;
  margin-bottom: 40px;
}

.acceptance_policy_inner {
  line-height: 1.7;
  height: 274px;
  padding-right: 35px;
}
@media screen and (max-width: 767px) {
  .acceptance_policy_inner {
    height: 200px;
    font-size: 1.4rem;
  }
}
.acceptance_policy_inner:-webkit-scrollbar {
  display: none;
}
.acceptance_policy_inner :-webkit-scrollbar {
  display: none;
}
.acceptance_policy_inner .simplebar-track.simplebar-vertical {
  width: 2px;
  height: 100%;
  background-color: #DDDDDD;
}
.acceptance_policy_inner .simplebar-track.simplebar-vertical .simplebar-scrollbar {
  top: 0;
}
.acceptance_policy_inner .simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #D12D26;
  border-radius: 0;
  opacity: 1;
}
.acceptance_policy_inner p + p {
  margin-top: 1.5em;
}

.acceptance_check_box {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  font-weight: 500;
}
.acceptance_check_box a {
  text-decoration: underline;
}
.acceptance_check_box .wpcf7-list-item-label {
  display: none;
}
.acceptance_check_box input[type=checkbox] {
  display: block;
  position: relative;
  width: 22px;
  height: 22px;
  margin: 0.1em 10px 0 0;
  border: solid 2px #E50313;
  background-color: transparent;
  border-radius: 4px;
  cursor: pointer;
  appearance: none;
}
@media screen and (max-width: 767px) {
  .acceptance_check_box input[type=checkbox] {
    margin: 0.2em 10px 0 0;
  }
}
.acceptance_check_box input[type=checkbox]:focus {
  outline: none;
}
.acceptance_check_box input[type=checkbox]:checked {
  background-color: #E50313;
}
.acceptance_check_box input[type=checkbox]:checked::before {
  content: " ";
  position: absolute;
  top: -0.1em;
  left: 0.2em;
  transform: rotate(45deg);
  width: 0.6em;
  height: 1em;
  border-right: solid 4px #fff;
  border-bottom: solid 4px #fff;
}

button,
input[type=submit],
input[type=button] {
  height: auto;
  appearance: button;
  box-sizing: border-box;
  background: transparent;
  border: none;
  border-radius: 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: inherit;
  cursor: pointer;
  transition-duration: 0.3s;
  white-space: normal;
}

button::-webkit-search-decoration,
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

button:focus,
input[type=submit]:focus,
input[type=button]:focus {
  outline-offset: -2px;
  outline: none;
}

span.wpcf7-spinner {
  display: none;
}

.form_btn_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  margin: 80px 0 -10px -18px;
}
@media screen and (max-width: 767px) {
  .form_btn_wrap {
    margin: 40px 0 -10px -10px;
  }
}
.form_btn_wrap .wpcf7-submit {
  flex: 1;
  max-width: 284px;
  min-height: 68px;
  margin: 0 0 10px 18px;
  padding: 10px 20px;
  background-color: #D12D26;
  border: 2px solid #D12D26;
  border-radius: 7rem;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.29;
  text-align: center;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 767px) {
  .form_btn_wrap .wpcf7-submit {
    max-width: 250px;
    min-height: 60px;
    margin: 0 0 10px 10px;
  }
}
.form_btn_wrap .wpcf7-submit::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background: url(../images/common/arrow_white.svg) center/contain no-repeat;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
}
.form_btn_wrap .wpcf7-submit:hover {
  background-color: #fff;
  color: #D12D26;
}
.form_btn_wrap .wpcf7-submit:hover::after {
  background-image: url(../images/common/arrow_red.svg);
}
.form_btn_wrap .wpcf7-submit:disabled {
  background-color: #d3d3d3;
  color: #939393;
}
.form_btn_wrap .wpcf7-previous {
  flex: 1;
  max-width: 300px;
  width: 100%;
  min-height: 74px;
  margin: 0 0 10px 18px;
  padding: 10px 20px;
  background-color: #505050;
  border-radius: 7rem;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.29;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .form_btn_wrap .wpcf7-previous {
    max-width: 130px;
    min-height: 60px;
    margin: 0 0 10px 10px;
  }
}
.form_btn_wrap .wpcf7-previous:hover {
  background-color: #000;
}

.form_item_group {
  border-bottom: 1px solid #DDDDDD;
  padding-inline: 35px;
  padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .form_item_group {
    padding-inline: 0;
  }
}

.form_item {
  display: flex;
  align-items: flex-start;
  padding: 44px 0;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .form_item {
    display: block;
    padding: 20px 10px;
    font-size: 1.6rem;
  }
}
.form_item > dt {
  position: relative;
  width: 235px;
  margin: 10px 20px 0 0;
}
@media screen and (max-width: 767px) {
  .form_item > dt {
    display: inline-block;
    width: 100%;
    margin: 0 0 6px;
  }
}
.form_item > dt:has(.required) {
  padding-right: 2em;
}
@media screen and (max-width: 767px) {
  .form_item > dt:has(.required) {
    padding-right: 3em;
  }
}
.form_item .required {
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  font-size: 1.3rem;
  background-color: #E50313;
  border-radius: 16px;
  padding: 4px 13px;
}
@media screen and (max-width: 767px) {
  .form_item .required {
    padding: 1px 9px;
    font-size: 1.1rem;
  }
}
.form_item > dd {
  flex: 1;
}
.form_item .radio_box {
  margin-top: 14px;
}
@media screen and (max-width: 767px) {
  .form_item .radio_box {
    margin-top: 0;
  }
}

.wpcf7-not-valid-tip, .wpcf7-response-output.wpcf7-validation-errors {
  font-size: 1.4rem;
  font-weight: 500;
  color: #E50313;
}

.wpcf7-not-valid {
  background: #505050;
  outline: solid 3px #E50313;
}

.wpcf7-response-output {
  padding: 0.625em 1em;
  background: #E50313;
  border: solid 1px #505050;
  border-radius: 4px;
  font-weight: 700;
  color: #fff;
  text-align: center;
}

._confirm .form_item > dt {
  margin-top: 0;
}
._confirm .form_item .radio_box {
  margin: 0;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  ._confirm .form_item .radio_box {
    font-size: 1.6rem;
  }
}
._confirm .acceptance_check_wrap {
  display: none;
}
._confirm .form_btn_wrap {
  justify-content: space-between;
}/*# sourceMappingURL=styles.css.map */