@charset "UTF-8";
/*!
Theme Name: Theme Name
Author: Your Name
Description: Description
Version: 1.0.0
Text Domain: -
*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  font: inherit;
  font-size: 100%;
  border: 0;
  vertical-align: baseline;
  box-sizing: border-box; /* box-sizingを追加すると便利です */
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

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

a {
  text-decoration: none;
  color: inherit;
}

img {
  display: block;
}

/* ----------------------------------- */
/* --- フォーム要素のリセットCSS --- */
/* ----------------------------------- */
input,
button,
textarea,
select {
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  background-color: transparent;
  border: none;
  border-radius: 0;
  -webkit-appearance: none; /* Safari, Chromeなどのベンダープレフィックス */
  -moz-appearance: none; /* Firefox */
  appearance: none;
}

/* buttonとinput[type="button"]などにカーソルをポインターに */
button,
input[type=button],
input[type=submit],
input[type=reset] {
  cursor: pointer;
}

/* iOSでの内側の影を削除 */
input[type=text],
input[type=email],
input[type=search],
input[type=password],
textarea {
  -webkit-appearance: none;
}

/* selectの矢印を非表示にする（基本的なリセット） */
select::-ms-expand {
  /* IE */
  display: none;
}

/* textareaのリサイズを無効化（必要に応じて縦(vertical)や横(horizontal)に設定） */
textarea {
  resize: none;
}

/*!
Theme Name: Theme Name
Author: Your Name
Description: Description
Version: 1.0.0
Text Domain: -
*/
html {
  scroll-behavior: smooth;
  scrollbar-gutter: stable;
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #4d4444;
  background-color: #ffffff;
}

a {
  cursor: pointer;
}

@media (hover: hover) {
  .hover-image-zoom:hover p:not(.section-heading *):not(.news-card__title),
  .hover-image-zoom:hover h2:not(.section-heading *),
  .hover-image-zoom:hover h3:not(.section-heading *),
  .hover-image-zoom:hover span:not(.section-heading *):not(.news-card__category) {
    color: #ff0000;
  }
  .hover-image-zoom:hover img {
    transform: scale(1.1);
  }
}
.hover-image-zoom p:not(.section-heading *):not(.news-card__title),
.hover-image-zoom h2:not(.section-heading *),
.hover-image-zoom h3:not(.section-heading *),
.hover-image-zoom span:not(.section-heading *):not(.news-card__category) {
  transition: all 0.3s ease-in-out;
}
.hover-image-zoom img {
  transition: transform 0.5s ease-in-out;
}

main {
  position: relative;
}

section {
  padding-inline: 50px;
}
@media screen and (max-width: 768px) {
  section {
    padding-inline: 30px;
  }
}

section.stick-left {
  padding-left: 0;
}

section.stick-right {
  padding-right: 0;
}

@media screen and (max-width: 992px) {
  .lg-only {
    display: none !important;
  }
}

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

@media screen and (min-width: calc(576px + 1px)) {
  .sp-only {
    display: none !important;
  }
}

@media screen and (min-width: calc(992px + 1px)) {
  .under-pc-only {
    display: none !important;
  }
}

@media screen and (min-width: calc(768px + 1px)) {
  .under-tablet-only {
    display: none !important;
  }
}

@media screen and (max-width: 576px) {
  .over-tablet-only {
    display: none !important;
  }
}

.inner {
  margin-inline: auto;
  padding-inline: 20px;
  width: 100%;
  max-width: 1000px;
}

.inner--large {
  margin-inline: auto;
  padding-inline: 20px;
  width: 100%;
  max-width: 1240px;
}

.inner--small {
  margin-inline: auto;
  padding-inline: 20px;
  width: 100%;
  max-width: 728px;
}

.inner--full {
  padding-inline: 0;
  max-width: 100%;
}

section {
  padding-block: 80px;
}
@media screen and (max-width: 992px) {
  section {
    padding-block: 50px;
  }
}

.contact-big-button {
  position: relative;
  padding-inline: 150px 135px;
  width: 100%;
  height: 278px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  overflow: hidden;
  background: #f0453c;
}
.contact-big-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: #ff0000;
  transition: all 0.6s ease-in-out;
}
@media screen and (max-width: 1200px) {
  .contact-big-button {
    padding-inline: 30px;
    padding-block: 58px 50px;
  }
}
@media (hover: hover) {
  .contact-big-button:hover::before {
    width: 100%;
  }
}
.contact-big-button .contact-big-button__text-area {
  position: relative;
  display: flex;
  align-items: center;
  gap: 52px;
  color: #ffffff;
}
@media screen and (max-width: 992px) {
  .contact-big-button .contact-big-button__text-area {
    flex-direction: column;
    align-items: start;
    gap: 12px;
  }
}
.contact-big-button .contact-big-button__text-area .contact-big-button__message {
  margin-top: 4px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0;
}

.section-heading .section-heading__title {
  font-size: 2.25rem;
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: 0.04em;
  color: #f0453c;
}
@media screen and (max-width: 768px) {
  .section-heading .section-heading__title {
    font-size: 1.875rem;
  }
}
.section-heading .section-heading__subtitle {
  margin-top: 10px;
  font-family: "Montserrat", sans-serif;
  font-size: 1.125rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #4d4444;
}

.section-heading.align-center {
  text-align: center;
}

.section-heading.align-right {
  text-align: right;
}

.section-heading.white .section-heading__title {
  color: #ffffff;
}
.section-heading.white .section-heading__subtitle {
  color: #ffffff;
}

.section-heading.align-center .section-heading__title {
  text-align: center;
}
.section-heading.align-center .section-heading__subtitle {
  text-align: center;
}

.section-heading.align-right .section-heading__title {
  text-align: right;
}
.section-heading.align-right .section-heading__subtitle {
  text-align: right;
}

.view-more-button {
  flex-shrink: 0;
  position: relative;
  width: 112px;
  height: 112px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #ffffff;
  border-radius: 50vh;
  transition: all 0.3s ease;
}
.view-more-button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 88px;
  height: 88px;
  background: #ffffff;
  border-radius: 50vh;
  transform: translate(-50%, -50%);
  transition: all 0.5s ease;
}
@media screen and (max-width: 992px) {
  .view-more-button::before {
    width: 70px;
    height: 70px;
  }
}
.view-more-button::after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 108px;
  height: 108px;
  border: 2px solid #ffffff;
  border-radius: 50vh;
}
@media screen and (max-width: 992px) {
  .view-more-button::after {
    width: 82px;
    height: 82px;
  }
}
@media screen and (max-width: 992px) {
  .view-more-button {
    width: 86px;
    height: 86px;
  }
}
.view-more-button span {
  position: relative;
  z-index: 1;
  font-family: "Montserrat", sans-serif;
  font-size: 0.875rem;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: 0.1em;
  text-align: center;
  text-transform: uppercase;
  color: #f0453c;
}
@media screen and (max-width: 992px) {
  .view-more-button span {
    font-size: 0.75rem;
  }
}

.view-more-button.red {
  border: 2px solid #f0453c;
}
.view-more-button.red::before {
  background: #f0453c;
}
.view-more-button.red::after {
  border-color: #f0453c;
}
.view-more-button.red span {
  color: #ffffff;
}

.view-more-button:not(.dummy):hover::before {
  width: 72px;
  height: 72px;
}
.view-more-button:not(.dummy):hover::after {
  width: 72px;
  height: 72px;
  border-color: rgba(240, 69, 60, 0);
  transition: all 0.8s ease;
}

.view-more-button.red:not(.dummy):hover::before {
  background: #f0453c;
}
.view-more-button.red:not(.dummy):hover::after {
  border-color: rgba(255, 255, 255, 0);
}
.view-more-button.red:not(.dummy):hover span {
  color: #ffffff;
}

@keyframes history-button-spin {
  to {
    rotate: 360deg;
  }
}
@keyframes history-button-spin-reverse {
  to {
    rotate: -360deg;
  }
}
.history-button {
  position: fixed;
  z-index: 100;
  right: 30px;
  bottom: 30px;
  width: 130px;
  height: 130px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  border-radius: 50vh;
}
.history-button:before {
  content: "";
  position: absolute;
  width: 130px;
  height: 130px;
  background-color: #f52b21;
  border-radius: 50vh;
  transition: all 0.3s ease;
}
@media screen and (max-width: 992px) {
  .history-button:before {
    width: 90px;
    height: 90px;
  }
}
.history-button:hover:before {
  width: 152px;
  height: 152px;
}
@media screen and (max-width: 992px) {
  .history-button {
    right: 15px;
    bottom: 15px;
    width: 90px;
    height: 90px;
  }
}

.history-button__bg {
  position: absolute;
  inset: 0;
  animation: history-button-spin 30s linear infinite;
}
.history-button__bg img {
  width: 100%;
  height: 100%;
}

.history-button__text {
  position: relative;
  z-index: 1;
  font-size: 0.8125rem;
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: 0;
  text-align: center;
  color: #ffffff;
}
@media screen and (max-width: 992px) {
  .history-button__text {
    font-size: 0.5625rem;
  }
}

.subpage-hero {
  padding-top: 148px;
  padding-inline: 0;
  height: 496px;
  background: #f0453c;
}
@media screen and (max-width: 992px) {
  .subpage-hero {
    padding-top: 132px;
    padding-bottom: 0;
    height: 420px;
  }
}
.subpage-hero .subpage-hero__inner {
  position: relative;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 992px) {
  .subpage-hero .subpage-hero__inner {
    padding-inline: 20px;
  }
}
.subpage-hero .subpage-hero__heading {
  position: absolute;
  z-index: 1;
  bottom: 20px;
  left: 150px;
  color: #ffffff;
}
@media screen and (max-width: 992px) {
  .subpage-hero .subpage-hero__heading {
    position: relative;
    bottom: auto;
    left: auto;
    margin-left: 10px;
  }
}
.subpage-hero .subpage-hero__en {
  font-family: "Montserrat", sans-serif;
  font-size: min(5.625rem, 6vw);
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
@media screen and (max-width: 576px) {
  .subpage-hero .subpage-hero__en {
    font-size: 2.125rem;
  }
}
.subpage-hero .subpage-hero__ja {
  font-size: min(1.25rem, 1.33vw);
  font-weight: 900;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 576px) {
  .subpage-hero .subpage-hero__ja {
    font-size: 1.125rem;
  }
}
.subpage-hero .subpage-hero__image {
  position: absolute;
  top: 0;
  right: 100px;
  width: 600px;
  height: auto;
  aspect-ratio: 1/1;
  align-self: flex-start;
  overflow: hidden;
  border-radius: 50vh;
}
@media screen and (max-width: 992px) {
  .subpage-hero .subpage-hero__image {
    top: auto;
    right: 30px;
    bottom: 0;
    width: 50%;
    transform: translateY(50%);
  }
}
@media screen and (max-width: 576px) {
  .subpage-hero .subpage-hero__image {
    top: auto;
    right: auto;
    bottom: 0;
    left: 20px;
    width: calc(100% - 40px);
  }
}
.subpage-hero .subpage-hero__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.subpage-hero--business .subpage-hero__inner {
  position: relative;
}
@media screen and (max-width: 576px) {
  .subpage-hero--business .subpage-hero__inner {
    padding-inline: 0;
  }
}
@media screen and (max-width: 576px) {
  .subpage-hero--business .subpage-hero__inner .subpage-hero__heading {
    margin-left: 30px;
  }
}
.subpage-hero--business .subpage-hero__image {
  right: 36px;
  width: min(800px, 55vw);
  height: auto;
  aspect-ratio: 16/9;
  border-radius: 5px;
}
@media screen and (max-width: 576px) {
  .subpage-hero--business .subpage-hero__image {
    position: absolute;
    right: 15px;
    bottom: 0;
    left: auto;
    width: 303px;
    height: 313px;
    transform: translateY(50%);
  }
}

@media screen and (max-width: 992px) {
  .news-sidebar {
    display: contents;
  }
}
.news-sidebar .news-sidebar__category-box {
  margin-top: 40px;
  padding: 52px 40px;
  background-color: #ffffff;
  border-radius: 10px;
}
@media screen and (max-width: 992px) {
  .news-sidebar .news-sidebar__category-box {
    margin-top: 0px;
    padding: 20px 27px;
  }
}
.news-sidebar .news-sidebar__title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1;
  color: #f0453c;
}
.news-sidebar .news-sidebar__title--important {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1;
  color: #f0453c;
}
@media screen and (max-width: 992px) {
  .news-sidebar .news-sidebar__title--important {
    height: 69px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.375rem;
  }
}
.news-sidebar .news-sidebar__category-list {
  list-style: none;
  margin-top: 38px;
  padding: 0;
}
@media screen and (max-width: 992px) {
  .news-sidebar .news-sidebar__category-list {
    margin-top: 20px;
  }
}
.news-sidebar .news-sidebar__category-item {
  padding-inline: 24px 8px;
  border-bottom: 1px solid #d2d2d2;
}
.news-sidebar .news-sidebar__category-item:first-child {
  border-top: 1px solid #d2d2d2;
}
.news-sidebar .news-sidebar__category-item a {
  height: 50px;
  display: flex;
  align-items: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-decoration: none;
  color: #d2d2d2;
  transition: color 0.3s;
}
.news-sidebar .news-sidebar__category-item a:hover {
  color: #f0453c;
}
.news-sidebar .news-sidebar__category-item--active {
  padding-left: 4px;
}
.news-sidebar .news-sidebar__category-item--active a {
  color: #f0453c;
}
.news-sidebar .news-sidebar__category-item--active a::before {
  content: "●";
  margin-right: 8px;
  font-size: 0.625rem;
}
.news-sidebar .news-sidebar__important-box {
  margin-top: 52px;
}
@media screen and (max-width: 992px) {
  .news-sidebar .news-sidebar__important-box {
    margin-top: 48px;
  }
}
.news-sidebar .news-sidebar__important-box .news-sidebar__title {
  margin-bottom: 0;
  padding: 13px 40px 18px;
  letter-spacing: 0;
  background-color: #ffffff;
  border-radius: 10px;
}
.news-sidebar .news-sidebar__important-list {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (max-width: 992px) {
  .news-sidebar .news-sidebar__important-list {
    gap: 10px;
  }
}
.news-sidebar .news-sidebar__important-card {
  display: flex;
  overflow: hidden;
  text-decoration: none;
  background-color: #ffffff;
  border-radius: 5px;
  transition: opacity 0.3s;
}
.news-sidebar .news-sidebar__important-card:hover {
  opacity: 0.8;
}
.news-sidebar .news-sidebar__important-thumb {
  height: 90px;
  flex: 0 0 135px;
}
@media screen and (max-width: 992px) {
  .news-sidebar .news-sidebar__important-thumb {
    height: 78px;
    flex: 0 0 117px;
  }
}
.news-sidebar .news-sidebar__important-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px 0 0 5px;
}
.news-sidebar .news-sidebar__important-info {
  padding: 10px 15px;
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
}
.news-sidebar .news-sidebar__important-date {
  font-family: "Montserrat", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.04em;
  color: #f0453c;
}
.news-sidebar .news-sidebar__important-text {
  display: -webkit-box;
  overflow: hidden;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.6;
  color: #4d4444;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-sidebar .news-sidebar__important-empty {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 0.875rem;
  color: #d2d2d2;
}

.select-reasons-table-section {
  padding-block: 124px 106px;
  background-color: #fce7e6;
}
@media screen and (max-width: 992px) {
  .select-reasons-table-section {
    padding-inline: 30px 0;
    padding-block: 56px;
  }
}
.select-reasons-table-section .select-reasons-table-section__inner {
  margin-inline: auto;
  max-width: 1140px;
}
@media screen and (max-width: 1200px) {
  .select-reasons-table-section .select-reasons-table-section__inner {
    overflow-x: auto;
  }
}
.select-reasons-table-section .select-reasons-table {
  margin-top: 56px;
  display: grid;
  gap: 8px 20px;
  grid-template-columns: 47px 1fr 1fr;
}
@media screen and (max-width: 992px) {
  .select-reasons-table-section .select-reasons-table {
    margin-right: 30px;
    grid-template-columns: 47px repeat(2, 270px);
  }
}
@media screen and (max-width: 1200px) {
  .select-reasons-table-section .select-reasons-table {
    min-width: 627px;
  }
}
.select-reasons-table-section .select-reasons-table__header {
  height: 72px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  font-size: 1.625rem;
  font-weight: 700;
  letter-spacing: 0;
  text-align: center;
  color: #ffffff;
  background-color: #e89490;
  border-radius: 30px;
}
@media screen and (max-width: 992px) {
  .select-reasons-table-section .select-reasons-table__header {
    height: 58px;
    font-size: 1.25rem;
    border-radius: 20px;
  }
}
.select-reasons-table-section .select-reasons-table__header--choice {
  background-color: #f0453c;
}
.select-reasons-table-section .select-reasons-table__header--choice img {
  width: 119px;
  height: auto;
}
@media screen and (max-width: 992px) {
  .select-reasons-table-section .select-reasons-table__header--choice img {
    width: auto;
    height: 24px;
  }
}
.select-reasons-table-section .select-reasons-table__row-label {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.125rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  color: #ffffff;
  background-color: #f0453c;
  border-radius: 5px;
  writing-mode: vertical-rl;
}
.select-reasons-table-section .select-reasons-table__row-label--sub {
  background-color: transparent;
}
.select-reasons-table-section .select-reasons-table__row-label--recommend {
  height: 196px;
}
.select-reasons-table-section .select-reasons-table__row-label--pros-and-cons {
  height: 154px;
}
.select-reasons-table-section .select-reasons-table__row-label--cost {
  padding-block: 20px;
  height: auto;
  min-height: 295px;
}
.select-reasons-table-section .select-reasons-table__cell {
  padding: 16px 32px;
  display: flex;
  align-items: center;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0;
  background-color: #ffffff;
  border-radius: 5px;
}
@media screen and (max-width: 992px) {
  .select-reasons-table-section .select-reasons-table__cell {
    padding: 0 24px;
  }
}
.select-reasons-table-section .select-reasons-table__cell ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.select-reasons-table-section .select-reasons-table__cell ul li {
  display: flex;
  align-items: start;
  gap: 4px;
}
.select-reasons-table-section .select-reasons-table__cell ul li::before {
  content: "・";
}
.select-reasons-table-section .select-reasons-table__cell--sub {
  margin-bottom: 12px;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
  color: #f0453c;
  border-radius: 50vh;
}
.select-reasons-table-section .select-reasons-table__cell--recommend {
  min-height: 196px;
}
.select-reasons-table-section .select-reasons-table__cell--pros-and-cons {
  height: 154px;
}
.select-reasons-table-section .select-reasons-table__cell--cost {
  padding-block: 20px;
  height: auto;
  min-height: 295px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.select-reasons-table-section .select-reasons-table__cell--cost ul {
  margin-top: 16px;
}
.select-reasons-table-section .select-reasons-table__cost-total {
  font-size: 1.125rem;
  font-weight: 900;
  color: #f0453c;
}
.select-reasons-table-section .select-reasons-table__cost-total:first-child {
  margin-top: 12px;
}
.select-reasons-table-section .select-reasons-table__cost-note {
  margin-top: 12px;
  margin-left: 22px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
}

.header * {
  transition: all 0.3s ease;
}

.header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 140px;
  background: #f0453c;
  transition: all 0.6s ease;
}
@media screen and (max-width: 1200px) {
  .header {
    height: 60px;
  }
}
@media screen and (max-width: 1200px) {
  .header .header__nav.pc-only,
  .header .header__button-area.pc-only,
  .header .header__submenu.pc-only {
    display: none !important;
  }
}
@media screen and (min-width: calc(768px + 1px)) {
  .header .header__hamburger.under-tablet-only {
    display: flex !important;
  }
}
@media screen and (min-width: calc(1200px + 1px)) {
  .header .header__hamburger.under-tablet-only {
    display: none !important;
  }
}
@media screen and (min-width: calc(768px + 1px)) {
  .header > .sp-gnav.under-tablet-only {
    display: block !important;
  }
}
@media screen and (min-width: calc(1200px + 1px)) {
  .header > .sp-gnav.under-tablet-only {
    display: none !important;
  }
}
.header .header__inner {
  padding-inline: 56px;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  color: #ffffff;
}
@media screen and (max-width: 1200px) {
  .header .header__inner {
    padding-inline: 18px;
    justify-content: flex-end;
    gap: 0;
  }
}
.header .header__logo {
  width: 126px;
  height: auto;
  display: none;
}
.header .header__logo-img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.header .header__logo-img--white {
  display: none;
}
.header .header__nav-list {
  display: flex;
  justify-content: center;
  align-items: center;
}
.header .header__nav-item {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.header .header__nav-item a {
  padding-inline: 16px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50vh;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.header .header__nav-item a:hover {
  color: #f0453c;
  background-color: #ffffff;
}
.header .header__nav-item .header__nav-link {
  font-size: clamp(0.6875rem, 0.6875rem + (100vw - 1200px) * 0.0166666667, 0.9375rem);
  white-space: nowrap;
}
.header .header__button-area {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
}
.header .header__hamburger {
  position: relative;
  padding: 0;
  width: 61px;
  height: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12px;
  background: none;
  border: none;
  border-radius: 30px;
  transition: background-color 0.3s ease, width 0.3s ease;
  cursor: pointer;
}
.header .header__hamburger-line {
  width: 61px;
  height: 2px;
  display: block;
  background-color: #ffffff;
  transform-origin: center;
  transition: transform 0.3s ease, width 0.3s ease, gap 0.3s ease;
}
.header .header__hamburger.is-active {
  width: 73px;
  gap: 0;
  background-color: #f0453c;
}
.header .header__hamburger.is-active .header__hamburger-line {
  position: absolute;
  width: 36px;
  background-color: #ffffff;
}
.header .header__hamburger.is-active .header__hamburger-line:first-child {
  transform: rotate(30deg);
}
.header .header__hamburger.is-active .header__hamburger-line:last-child {
  transform: rotate(-30deg);
}

.header.is-nav-open {
  background: #ffffff;
  border-radius: 0 0 20px 20px;
}
@media screen and (max-width: 1200px) {
  .header.is-nav-open .header__inner {
    justify-content: space-between;
  }
}
.header.is-nav-open .header__logo {
  display: block;
}
@media screen and (max-width: 1200px) {
  .header.is-nav-open .header__logo {
    width: 90px;
  }
}
.header.is-nav-open .header__logo-img--white {
  display: none;
}

.header__submenu {
  position: absolute;
  z-index: 99;
  top: 100%;
  left: 0;
  width: 100%;
  height: 0;
  overflow: hidden;
  border-radius: 0 0 10px 10px;
  transition: height 400ms ease;
}
.header__submenu.is-active.header__submenu--row1 {
  height: 209px;
}
.header__submenu.is-active.header__submenu--row2 {
  height: 264px;
}

.header__submenu-titlebar {
  position: relative;
  height: 76px;
}

.header__submenu-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f9f9f9;
  transform: scaleX(0);
  transform-origin: left center;
  transition: opacity 300ms ease;
}
.header__submenu-bg.is-animate {
  animation: sideLineIn 600ms ease-in forwards;
}
.header__submenu-bg.is-closing {
  opacity: 0;
}

@keyframes sideLineIn {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}
.header__submenu-title {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  padding-inline: 150px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  visibility: hidden;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  color: #f0453c;
  opacity: 0;
}
.header__submenu-title.is-active {
  visibility: visible;
  opacity: 1;
}

a.header__submenu-title {
  text-decoration: none;
  transition: color 0.3s ease;
}
@media (hover: hover) {
  a.header__submenu-title:hover {
    color: #ff0000;
  }
}

.header__submenu-body {
  position: relative;
  padding: 52px 150px 58px;
  background: #ffffff;
}
.header__submenu--row1 .header__submenu-body {
  height: 133px;
}
.header__submenu--row2 .header__submenu-body {
  height: 188px;
}

.header__submenu-group {
  list-style: none;
  position: absolute;
  top: 0;
  left: 0;
  padding: inherit;
  width: 100%;
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(4, max-content);
  visibility: hidden;
  opacity: 0;
  transition: opacity 300ms ease, visibility 300ms ease;
}
.header__submenu-group.is-active {
  visibility: visible;
  opacity: 1;
  transition: opacity 300ms ease, visibility 0ms;
}

.header__submenu-item {
  opacity: 0;
}
.header__submenu-item.is-animate {
  animation: fadeIn 500ms forwards;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.header__submenu-link {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
  color: #4d4444;
  transition: color 200ms ease;
}
.header__submenu-link::before {
  content: "";
  width: 2px;
  height: 13px;
  flex-shrink: 0;
  background: #f0453c;
}
.header__submenu-link:hover {
  color: #f0453c;
}

.scrolled .header {
  height: 80px;
  background: #ffffff;
  border-radius: 0 0 40px 40px;
}
@media screen and (max-width: 1200px) {
  .scrolled .header {
    height: 60px;
    border-radius: 0 0 20px 20px;
  }
}
.scrolled .header:has(.header__submenu.is-active) {
  border-radius: 0;
}
.scrolled .header.is-nav-open {
  border-radius: 0 0 20px 20px;
}
.scrolled .header__inner {
  padding-inline: 32px 24px;
  justify-content: flex-end;
  gap: 48px;
}
@media screen and (max-width: 1200px) {
  .scrolled .header__inner {
    padding-inline: 18px;
    justify-content: space-between;
    gap: 0;
  }
}
.scrolled .header__logo {
  margin-right: auto;
  display: block;
}
@media screen and (max-width: 1200px) {
  .scrolled .header__logo {
    width: 90px;
  }
}
@media screen and (max-width: 1200px) {
  .scrolled .header__hamburger-line {
    background-color: #f0453c;
  }
}
.scrolled .header__nav-item a {
  padding-inline: clamp(10px, 0.95vw, 16px);
  color: #f0453c;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.scrolled .header__nav-item a:hover {
  color: #ffffff;
  background-color: #f0453c;
}
.scrolled .header__nav-item.history {
  display: none;
}
.scrolled .header__button-area .button.red {
  color: #f0453c;
  background: #ffffff;
  border: 1px solid #f0453c;
}
.scrolled .header__button-area .button.red:hover {
  color: #ffffff;
  background: #ff0000;
  border: 1px solid #ff0000;
}
.scrolled .header__button-area .button.rounded {
  color: #ffffff;
  background: #f0453c;
}
.scrolled .header__button-area .button.rounded:hover {
  background: #ff0000;
  border: 1px solid #ff0000;
}

body.is-opening-active {
  overflow: hidden;
}

.home .front-opening-overlay {
  position: fixed;
  z-index: 10000;
  inset: 0;
}

.home .front-opening-overlay__curtain {
  position: absolute;
  inset: 0;
  pointer-events: auto;
  -webkit-mask-image: radial-gradient(circle at 50% 50%, transparent var(--opening-hole, 0px), #000 calc(var(--opening-hole, 0px) + 1px));
  mask-image: radial-gradient(circle at 50% 50%, transparent var(--opening-hole, 0px), #000 calc(var(--opening-hole, 0px) + 1px));
  mask-mode: alpha;
}

.home .front-opening-overlay__bg {
  position: absolute;
  inset: 0;
  background-color: #ffffff;
}

.home .front-opening-overlay__red-burst-wrap {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.home .front-opening-overlay__red-burst {
  width: 100%;
  height: 100%;
  background-color: #f0453c;
  border-radius: 50vh;
}

.home .front-opening-overlay__button-wrap {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
}

.home .front-opening-overlay .view-more-button {
  width: 180px;
  height: 180px;
}

.home .front-opening-overlay .view-more-button::before {
  width: 150px;
  height: 150px;
}

.home .front-opening-overlay .view-more-button::after {
  width: 176px;
  height: 176px;
}

.home .front-opening-overlay .view-more-button:hover::before {
  width: 124px;
  height: 124px;
}

.home .front-opening-overlay .view-more-button:hover::after {
  width: 124px;
  height: 124px;
}

/* 自動再生：ホバー時と同一のトランジション・終了状態（_view-more-button の :hover と揃える） */
.home .front-opening-overlay .view-more-button.opening.view-more-button--opening-pressed::before {
  width: 124px;
  height: 124px;
}

.home .front-opening-overlay .view-more-button.red.opening.view-more-button--opening-pressed::after {
  width: 124px;
  height: 124px;
  border-color: rgba(255, 255, 255, 0);
  transition: all 0.8s ease;
}

.home .front-opening-overlay .view-more-button span {
  font-size: 1.125rem;
  transform: translateY(4px);
}

.home .front-opening-overlay.front-opening-overlay--done {
  display: none;
}

.sp-gnav {
  position: fixed;
  z-index: 99;
  top: 60px;
  left: 0;
  width: 100%;
  height: calc(100dvh - 60px);
  visibility: hidden;
  overflow-y: auto;
  background: #f0453c;
  opacity: 0;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.sp-gnav.is-active {
  visibility: visible;
  opacity: 1;
}

.sp-gnav__inner {
  padding: 30px;
  padding-bottom: 60px;
}

.sp-gnav__list {
  list-style: none;
}

.sp-gnav__item {
  border-top: 1px solid #d2d2d2;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.4s ease, transform 0.4s ease;
}
.sp-gnav__item:last-child {
  border-bottom: 1px solid #d2d2d2;
}

.sp-gnav__item.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.sp-gnav__trigger {
  padding: 20px 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 18px;
  font-weight: 900;
  color: #ffffff;
  background: none;
  border: none;
  cursor: pointer;
}

.sp-gnav__trigger-icon {
  position: relative;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
.sp-gnav__trigger-icon::before, .sp-gnav__trigger-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #ffffff;
  transition: transform 0.3s ease;
}
.sp-gnav__trigger-icon::before {
  width: 16px;
  height: 2px;
  transform: translate(-50%, -50%);
}
.sp-gnav__trigger-icon::after {
  width: 2px;
  height: 16px;
  transform: translate(-50%, -50%);
}

.sp-gnav__item.is-open .sp-gnav__trigger-icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.sp-gnav__link {
  padding: 20px 0;
  display: block;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 18px;
  font-weight: 900;
  color: #ffffff;
}

.sp-gnav__panel {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.3s ease;
}

.sp-gnav__item.is-open .sp-gnav__panel {
  grid-template-rows: 1fr;
}

.sp-gnav__panel-inner {
  min-height: 0;
  overflow: hidden;
}

.sp-gnav__top-link {
  margin-bottom: 10px;
  padding: 14px 20px;
  display: block;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
  color: #f0453c;
  background: #ffffff;
  border-radius: 6px;
}

.sp-gnav__sub-list {
  list-style: none;
  padding-bottom: 10px;
}

.sp-gnav__sub-link {
  padding: 8px 0 8px 20px;
  display: block;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
  color: #ffffff;
}

.sp-gnav__cta {
  margin-top: 30px;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.sp-gnav__cta.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.sp-gnav__cta-button {
  padding: 14px;
  width: 100%;
  display: block;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 18px;
  font-weight: 900;
  text-align: center;
  color: #f0453c;
  background: #ffffff;
  border-radius: 6px;
}

/*!
Theme Name: Theme Name
Author: Your Name
Description: Description
Version: 1.0.0
Text Domain: -
*/
.button {
  width: 180px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-size: 0.875rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #f0453c;
  background: #ffffff;
  border: 1px solid #f0453c;
  border-radius: 6px;
  transition: all 0.3s ease;
}
.button:hover {
  color: #ffffff;
  background: #ff0000;
  border: 1px solid #ff0000;
}

.button.red {
  color: #ffffff;
  background: #f0453c;
  border: 1px solid #ffffff;
}
.button.red:hover {
  color: #ff0000;
  background: #ffffff;
  border: 1px solid #f0453c;
}

.button.rounded {
  height: 50px;
  border-radius: 50vh;
}

.footer .footer__bottom {
  padding-inline: 20px;
  padding-block: 108px 80px;
  width: 100%;
  background-color: #f9f9f9;
}
@media screen and (max-width: 992px) {
  .footer .footer__bottom {
    padding-inline: 30px;
    padding-block: 100px 80px;
  }
}
.footer .footer__bottom__nav-wrapper {
  margin-inline: auto;
  max-width: 1250px;
  display: flex;
  justify-content: start;
  align-items: flex-start;
  gap: 108px;
}
.footer .footer__bottom__logo {
  flex-shrink: 0;
  width: 185px;
  height: auto;
}
.footer .footer__bottom__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer .footer__bottom__nav {
  width: 100%;
  display: grid;
  row-gap: 54px;
  grid-template-columns: repeat(auto-fit, 238px);
}
.footer .footer__bottom__nav__column {
  padding-left: 20px;
  border-left: 1px solid #f0453c;
}
.footer .footer__bottom__nav__column.has-button {
  padding-left: 0;
  border: none;
}
.footer .footer__bottom__nav__column.has-button .button {
  width: 218px;
  height: 50px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0;
  border-color: #f0453c;
}
.footer .footer__bottom__nav__column.has-button .button:hover {
  color: #ffffff;
  background: #ff0000;
  border-color: #ff0000;
}
.footer .footer__bottom__nav__column__title a {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.125rem;
  font-weight: 900;
  line-height: normal;
  letter-spacing: 0;
  text-decoration: none;
  color: #f0453c;
  transition: all 0.3s ease;
}
.footer .footer__bottom__nav__column__title a:hover {
  color: #ff0000;
}
.footer .footer__bottom__nav__column__list {
  margin-top: 12px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.footer .footer__bottom__nav__column__item .footer__bottom__nav__column__link {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.6;
  text-decoration: none;
  color: #4d4444;
  transition: all 0.3s ease;
}
.footer .footer__bottom__nav__column__item .footer__bottom__nav__column__link:hover {
  color: #ff0000;
}
.footer .footer__bottom__logo--sp {
  margin-bottom: 40px;
  text-align: center;
}
.footer .footer__bottom__logo--sp img {
  width: 217px;
  height: auto;
}
.footer .footer__bottom__link-list {
  margin-top: 90px;
  margin-inline: auto;
  width: 100%;
  max-width: 1280px;
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}
@media screen and (max-width: 992px) {
  .footer .footer__bottom__link-list {
    margin-top: 40px;
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }
}
.footer .footer__bottom__link-item {
  width: 100%;
  height: auto;
  aspect-ratio: 248/217;
  background-color: #ffffff;
  border-radius: 6px;
}
@media screen and (max-width: 992px) {
  .footer .footer__bottom__link-item {
    aspect-ratio: 149/130;
  }
}
.footer .footer__bottom__link-item a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer .footer__bottom__link-item a img {
  width: 60%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer .footer__bottom__link-item.square a img {
  width: 50%;
}
.footer .footer__bottom__corporate {
  margin-top: 64px;
  margin-inline: auto;
  width: 100%;
  max-width: 1280px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 64px;
}
@media screen and (max-width: 992px) {
  .footer .footer__bottom__corporate {
    margin-top: 40px;
    flex-direction: column;
    align-items: start;
    gap: 30px;
  }
}
.footer .footer__bottom__corporate__sns {
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 992px) {
  .footer .footer__bottom__corporate__sns {
    gap: 30px;
  }
}
.footer .footer__bottom__corporate__sns__owner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.footer .footer__bottom__corporate__sns__owner__title {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
}
.footer .footer__bottom__corporate__sns__owner__list {
  display: flex;
  align-items: center;
  gap: 16px;
}
.footer .footer__bottom__corporate__sns__owner__item {
  width: 30px;
  flex-shrink: 0;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer .footer__bottom__corporate__sns__owner__item a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer .footer__bottom__corporate__sns__owner__item a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer .footer__bottom__corporate__copyright {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
}

.footer-sp-nav {
  margin-inline: auto;
  max-width: 1250px;
}

.footer-sp-nav__list {
  list-style: none;
}

.footer-sp-nav__item {
  border-top: 1px solid #f0453c;
}
.footer-sp-nav__item:last-child {
  border-bottom: 1px solid #f0453c;
}

.footer-sp-nav__trigger {
  padding: 20px 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 18px;
  font-weight: 900;
  color: #f0453c;
  background: none;
  border: none;
  cursor: pointer;
}

.footer-sp-nav__trigger-icon {
  position: relative;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
.footer-sp-nav__trigger-icon::before, .footer-sp-nav__trigger-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #4d4444;
  transition: transform 0.3s ease;
}
.footer-sp-nav__trigger-icon::before {
  width: 16px;
  height: 2px;
  transform: translate(-50%, -50%);
}
.footer-sp-nav__trigger-icon::after {
  width: 2px;
  height: 16px;
  transform: translate(-50%, -50%);
}

.footer-sp-nav__item.is-open .footer-sp-nav__trigger-icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.footer-sp-nav__link {
  padding: 20px 0;
  display: block;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 18px;
  font-weight: 900;
  text-decoration: none;
  color: #f0453c;
}

.footer-sp-nav__panel {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.3s ease;
}

.footer-sp-nav__item.is-open .footer-sp-nav__panel {
  grid-template-rows: 1fr;
}

.footer-sp-nav__panel-inner {
  min-height: 0;
  overflow: hidden;
}

.footer-sp-nav__top-link {
  margin-bottom: 10px;
  padding: 14px 20px;
  display: block;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
  text-decoration: none;
  color: #ffffff;
  background: #f0453c;
  border-radius: 6px;
}

.footer-sp-nav__sub-list {
  list-style: none;
  padding-bottom: 10px;
}

.footer-sp-nav__sub-link {
  padding: 8px 0 8px 20px;
  display: block;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
  text-decoration: none;
  color: #4d4444;
}

.footer-sp-nav__cta {
  margin-top: 30px;
}

.footer-sp-nav__cta-button {
  padding: 14px;
  width: 100%;
  display: block;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 18px;
  font-weight: 900;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  background: #f0453c;
  border-radius: 6px;
}

.news-card {
  display: block;
  flex: 1;
  text-decoration: none;
  color: inherit;
}
@media screen and (max-width: 768px) {
  .news-card {
    width: 100%;
    overflow: hidden;
    border-radius: 12px;
  }
}
.news-card .news-card__image {
  width: 100%;
  aspect-ratio: 360/240;
  overflow: hidden;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .news-card .news-card__image {
    border-radius: 0;
  }
}
.news-card .news-card__image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.news-card .news-card__meta {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.news-card .news-card__category {
  width: 130px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.75rem;
  font-weight: 700;
  color: #ffffff;
  background-color: #f0453c;
  border-radius: 4px;
}
@media screen and (max-width: 768px) {
  .news-card .news-card__category {
    padding-inline: 12px;
    width: auto;
    flex-shrink: 0;
  }
}
.news-card .news-card__date {
  font-family: "Montserrat", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #f0453c;
}
@media screen and (max-width: 768px) {
  .news-card .news-card__date {
    line-height: 1.7;
  }
}
.news-card .news-card__title {
  margin-top: 8px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6;
  color: #4d4444;
}
@media screen and (max-width: 768px) {
  .news-card .news-card__title {
    margin-top: 10px;
    display: -webkit-box;
    overflow: hidden;
    font-family: "Zen Kaku Gothic New", sans-serif;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
}

.news-card.color-reverse {
  background-color: transparent;
}
.news-card.color-reverse .news-card__category {
  color: #f0453c;
  background-color: #ffffff;
}
.news-card.color-reverse .news-card__date {
  color: #ffffff;
}
.news-card.color-reverse .news-card__title {
  color: #ffffff;
}

.section-about {
  padding-inline: 72px 50px;
  padding-block: 164px 100px;
}
@media screen and (max-width: 992px) {
  .section-about {
    padding-inline: 15px;
  }
}
@media screen and (max-width: 992px) {
  .section-about {
    padding-block: 28vw 102px;
  }
}
@media screen and (max-width: 768px) {
  .section-about {
    padding-block: 28vw 102px;
  }
}
@media screen and (max-width: 576px) {
  .section-about {
    padding-block: calc(50vw + 40px) 102px;
  }
}
.section-about .section-about__inner {
  margin-inline: auto;
  max-width: 1200px;
}
.section-about .section-about__inner .section-heading {
  margin-inline: auto;
  padding-left: 80px;
}
@media screen and (max-width: 992px) {
  .section-about .section-about__inner .section-heading {
    padding-inline: 15px;
  }
}
.section-about .section-about__content {
  position: relative;
  margin-top: 98px;
  display: flex;
  align-items: flex-start;
  gap: 80px;
}
@media screen and (max-width: 992px) {
  .section-about .section-about__content {
    margin-top: 20px;
    flex-direction: column;
    gap: 32px;
  }
}
.section-about .section-about__image {
  width: 100%;
  max-width: 580px;
  flex-shrink: 0;
}
@media screen and (max-width: 992px) {
  .section-about .section-about__image {
    max-width: 100%;
  }
}
.section-about .section-about__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.section-about .section-about__catch {
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  color: #f0453c;
}
@media screen and (max-width: 992px) {
  .section-about .section-about__catch {
    padding-inline: 15px;
    font-size: 1.375rem;
  }
}
.section-about .section-about__text {
  flex: 1;
}
.section-about .section-about__text p {
  margin-top: 42px;
  font-size: 1.125rem;
  line-height: 2.4;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 992px) {
  .section-about .section-about__text p {
    margin-top: 30px;
    padding-inline: 15px;
    font-size: 1.0625rem;
    line-height: 1.6;
    color: #f0453c;
  }
}

.voice-section {
  padding-block: 80px;
}
@media screen and (max-width: 992px) {
  .voice-section {
    position: relative;
    padding-inline: 0;
    padding-block: 40px 142px !important;
  }
}
.voice-section .voice-section__inner {
  position: relative;
  margin-inline: auto;
  max-width: 1140px;
}
.voice-section .voice-section__inner .voice-section__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.voice-section .voice-section__inner .voice-section__cards {
  margin-top: 24px;
}
@media screen and (min-width: calc(992px + 1px)) {
  .voice-section .voice-section__inner .voice-section__cards .swiper-wrapper {
    display: grid;
    gap: 64px 30px;
    grid-template-columns: repeat(3, 1fr);
  }
  .voice-section .voice-section__inner .voice-section__cards .voice-section__slide {
    min-width: 0;
  }
}
@media screen and (max-width: 992px) {
  .voice-section .voice-section__inner .voice-section__cards {
    width: 100%;
    overflow: hidden;
  }
}
@media screen and (max-width: 992px) {
  .voice-section .voice-section__inner .voice-section__cards .voice-section__slide {
    width: 288px;
    max-width: 100%;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 992px) {
  .voice-section .voice-section__inner .voice-section__cards .voice-section__slide .news-card {
    width: 100%;
  }
}
@media screen and (max-width: 992px) {
  .voice-section .voice-section__inner .view-more-button {
    position: absolute;
    right: 30px;
    bottom: 30px;
  }
}

@media screen and (max-width: 992px) {
  .voice-section .voice-section__inner .voice-section__header .section-heading {
    padding-left: 30px;
  }
}

.voice-section .voice-section__inner .voice-section__empty-message {
  margin-top: 24px;
  color: inherit;
}

.voice-section.light {
  padding-right: 0;
  padding-bottom: 160px;
}
.voice-section.light .voice-section__inner {
  margin-right: 0;
  margin-left: 0;
  padding: 150px 150px 198px 100px;
  max-width: 100%;
  background-color: #f9f9f9;
}
@media screen and (max-width: 992px) {
  .voice-section.light .voice-section__inner {
    padding-inline: 0;
    padding-block: 40px 80px;
  }
}
.voice-section.light .voice-section__inner .voice-section__cards {
  margin-top: 60px;
}
@media screen and (max-width: 992px) {
  .voice-section.light .voice-section__inner .voice-section__cards {
    margin-top: 24px;
  }
}

.voice-section.full-width {
  padding-inline: 50px !important;
}
@media screen and (max-width: 992px) {
  .voice-section.full-width {
    padding-inline: 0 !important;
  }
}
.voice-section.full-width .voice-section__inner {
  margin-inline: auto;
  padding: 0;
  max-width: 1140px;
}

.voice-section.brand {
  background-color: #f0453c;
}
@media screen and (max-width: 992px) {
  .voice-section.brand {
    padding-block: 0 !important;
  }
}
@media screen and (max-width: 992px) {
  .voice-section.brand .voice-section__inner {
    padding-block: 40px 142px !important;
  }
}

.voice-section.brand .voice-section__empty-message {
  color: #ffffff;
}

.link-cards-section {
  background-color: #f9f9f9;
}
@media screen and (max-width: 992px) {
  .link-cards-section {
    padding-block: 26px 112px;
  }
}
.link-cards-section .link-cards-section__inner {
  margin-inline: auto;
  padding-block: 10px 48px;
  max-width: 1140px;
  display: flex;
  gap: 60px;
}
@media screen and (max-width: 992px) {
  .link-cards-section .link-cards-section__inner {
    padding-block: 0;
    flex-direction: column;
    gap: 58px;
  }
}
.link-cards-section .link-cards-section__column {
  flex: 1;
}
.link-cards-section .link-cards-section__anchor {
  height: 100%;
  display: block;
  text-decoration: none;
  color: inherit;
}
.link-cards-section .link-cards-section__image {
  overflow: hidden;
  border-radius: 10px;
}
.link-cards-section .link-cards-section__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.link-cards-section .link-cards-section__info {
  margin-top: 20px;
}
.link-cards-section .link-cards-section__title {
  margin-top: 16px;
  display: inline-block;
  font-size: 1.625rem;
  font-weight: 700;
  letter-spacing: 0;
  color: #f0453c;
}
.link-cards-section .link-cards-section__anchor-text {
  margin-top: 8px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  color: #f0453c;
}
.link-cards-section .link-cards-section__anchor-text::after {
  content: "";
  width: 16px;
  height: 16px;
  display: block;
  background: url("assets/images/common/link.svg") no-repeat center center/contain;
}

.flow-list {
  list-style: none;
  padding: 0;
  max-width: 753px;
}
@media screen and (max-width: 992px) {
  .flow-list {
    max-width: 100%;
  }
}
.flow-list .flow-list__step {
  padding-block: 24px;
  display: flex;
  align-items: center;
  gap: 26px;
  letter-spacing: 0;
  border-bottom: 1px solid #d2d2d2;
}
@media screen and (max-width: 992px) {
  .flow-list .flow-list__step {
    padding-block: 20px;
    flex-wrap: wrap;
    align-items: flex-start;
    row-gap: 4px;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
.flow-list .flow-list__step:first-child {
  border-top: 1px solid #d2d2d2;
}
.flow-list .flow-list__step-number {
  flex-shrink: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 1.625rem;
  font-weight: 700;
  color: #f0453c;
  flex-shrink: 0;
}
@media screen and (max-width: 992px) {
  .flow-list .flow-list__step-number {
    font-size: 1.5rem;
    transform: translateY(2px);
  }
}
.flow-list .flow-list__step-content {
  display: flex;
  flex: 1;
  align-items: center;
  gap: 24px;
}
@media screen and (max-width: 992px) {
  .flow-list .flow-list__step-content {
    display: contents;
  }
}
.flow-list .flow-list__step-title {
  width: 160px;
  font-size: 1.625rem;
  font-weight: 700;
  color: #f0453c;
  flex-shrink: 0;
}
@media screen and (max-width: 992px) {
  .flow-list .flow-list__step-title {
    width: auto;
    font-size: 1.375rem;
  }
}
.flow-list .flow-list__step-text {
  margin-top: 4px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 992px) {
  .flow-list .flow-list__step-text {
    flex-basis: 100%;
    margin-top: 0;
  }
}
.flow-list .flow-list__step-note {
  margin-top: 4px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (max-width: 992px) {
  .flow-list .flow-list__step-note {
    flex-basis: 100%;
    margin-top: 0;
  }
}

.plan-table-section {
  padding-block: 184px 80px;
}
@media screen and (max-width: 992px) {
  .plan-table-section {
    padding-block: 0px 112px;
  }
}
.plan-table-section .plan-table-section__inner {
  margin-inline: auto;
  max-width: 1140px;
}
.plan-table-section .plan-table-section__lead {
  margin-top: 84px;
  font-size: 1.625rem;
  font-weight: 700;
  letter-spacing: 0;
  color: #f0453c;
}
@media screen and (max-width: 992px) {
  .plan-table-section .plan-table-section__lead {
    margin-top: 34px;
    font-size: 22px;
  }
}
.plan-table-section .plan-table-section__list {
  margin-top: 42px;
}
@media screen and (max-width: 992px) {
  .plan-table-section .plan-table-section__list {
    margin-top: 28px;
  }
}
.plan-table-section .plan-table-section__item {
  height: 72px;
  display: flex;
  align-items: center;
  letter-spacing: 0;
  border-bottom: 1px solid #d2d2d2;
}
@media screen and (max-width: 992px) {
  .plan-table-section .plan-table-section__item {
    padding-block: 24px;
    height: auto;
    align-items: start;
  }
}
.plan-table-section .plan-table-section__item:first-child {
  border-top: 1px solid #d2d2d2;
}
.plan-table-section .plan-table-section__item dt {
  flex-shrink: 0;
  width: 194px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6;
  color: #f0453c;
  flex-shrink: 0;
}
@media screen and (max-width: 992px) {
  .plan-table-section .plan-table-section__item dt {
    width: 100px;
    font-size: 14px;
  }
}
.plan-table-section .plan-table-section__item dd {
  font-size: 1.125rem;
  font-weight: 900;
}
@media screen and (max-width: 992px) {
  .plan-table-section .plan-table-section__item dd {
    color: #f0453c;
  }
}
.plan-table-section .plan-table-section__price {
  display: flex;
  align-items: center;
  font-size: 1.625rem !important;
  font-weight: 700 !important;
  letter-spacing: 0;
}
@media screen and (max-width: 992px) {
  .plan-table-section .plan-table-section__price {
    flex-direction: column;
    align-items: start;
  }
}
.plan-table-section .plan-table-section__price span {
  font-size: 1.125rem;
  font-weight: 900;
}
.plan-table-section .plan-table-section__sub-note {
  margin-left: 20px !important;
  display: block;
  font-size: 0.875rem !important;
  font-weight: 500 !important;
  color: #f0453c !important;
}
@media screen and (max-width: 992px) {
  .plan-table-section .plan-table-section__sub-note {
    margin-left: 0 !important;
  }
}
.plan-table-section .plan-table-section__note {
  margin-left: 20px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.6;
  color: #f0453c;
}
@media screen and (max-width: 992px) {
  .plan-table-section .plan-table-section__note {
    margin-left: 0;
  }
}
.plan-table-section .plan-table-section__total {
  margin-top: 30px;
  padding-inline: 68px;
  height: 112px;
  display: flex;
  align-items: center;
  letter-spacing: 0;
  color: #ffffff;
  background-color: #f0453c;
  border-radius: 5px;
}
@media screen and (max-width: 992px) {
  .plan-table-section .plan-table-section__total {
    padding-inline: 26px;
    height: 186px;
    flex-direction: column;
    justify-content: center;
    align-items: start;
  }
}
.plan-table-section .plan-table-section__total-label {
  font-size: 1.125rem;
  font-weight: 900;
  line-height: 1;
}
.plan-table-section .plan-table-section__total-price {
  margin-left: 28px;
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 992px) {
  .plan-table-section .plan-table-section__total-price {
    margin-top: 12px;
    margin-bottom: 18px;
    margin-left: 0;
    padding-bottom: 18px;
    width: 100%;
    font-size: 1.375rem;
    border-bottom: 1px solid #d2d2d2;
  }
}
.plan-table-section .plan-table-section__total-detail {
  margin-left: 36px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 992px) {
  .plan-table-section .plan-table-section__total-detail {
    margin-left: 0;
    line-height: 1.6;
  }
}

.plan-table-section--business {
  padding-bottom: 100px;
}
@media screen and (max-width: 992px) {
  .plan-table-section--business {
    padding-top: 72px;
    padding-bottom: 112px;
  }
}
.plan-table-section--business .plan-table-section__item--car-type {
  padding-block: 22px;
  height: auto;
  align-items: flex-start;
}
.plan-table-section--business .plan-table-section__item--car-type .plan-table-section__note {
  margin: 0;
  margin-top: 10px;
  font-size: 16px;
  font-weight: 700;
}
@media screen and (max-width: 992px) {
  .plan-table-section--business .plan-table-section__item--car-type .plan-table-section__note {
    display: block;
    font-size: 0.875rem !important;
    font-weight: 500 !important;
    color: #f0453c !important;
  }
}
.plan-table-section--business .plan-table-section__total {
  margin-top: 60px;
}

.reason-card-section {
  padding-block: 0;
}
.reason-card-section .reason-card-section__inner {
  margin-inline: auto;
  padding-block: 120px 108px;
  max-width: 1140px;
  border-bottom: 1px solid #d2d2d2;
}
@media screen and (max-width: 992px) {
  .reason-card-section .reason-card-section__inner {
    padding-block: 0 80px;
  }
}
.reason-card-section .reason-card-section__cards {
  margin-top: 84px;
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 992px) {
  .reason-card-section .reason-card-section__cards {
    margin-top: 36px;
    flex-direction: column;
    gap: 40px;
  }
}
.reason-card-section .reason-card-section__card {
  flex: 1;
}
.reason-card-section .reason-card-section__card-image {
  overflow: hidden;
  border-radius: 5px;
}
.reason-card-section .reason-card-section__card-image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.reason-card-section .reason-card-section__card-title {
  margin-top: 28px;
  font-size: 1.625rem;
  font-weight: 900;
  letter-spacing: 0;
  color: #f0453c;
}
@media screen and (max-width: 992px) {
  .reason-card-section .reason-card-section__card-title {
    margin-top: 24px;
    font-size: 22px;
  }
}
.reason-card-section .reason-card-section__card-text {
  margin-top: 12px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0;
}
@media screen and (max-width: 992px) {
  .reason-card-section .reason-card-section__card-text {
    margin-top: 10px;
  }
}

.feature-cards-section {
  padding-block: 92px 186px;
}
@media screen and (max-width: 992px) {
  .feature-cards-section {
    padding-block: 80px 80px;
  }
}
.feature-cards-section .feature-cards-section__inner {
  margin-inline: auto;
  max-width: 1140px;
}
@media screen and (max-width: 992px) {
  .feature-cards-section .feature-cards-section__inner {
    padding-block: 0;
  }
}
.feature-cards-section .feature-cards-section__cards {
  margin-top: 76px;
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 992px) {
  .feature-cards-section .feature-cards-section__cards {
    margin-top: 36px;
    flex-direction: column;
    gap: 40px;
  }
}
.feature-cards-section .feature-cards-section__card {
  flex: 1;
}
.feature-cards-section .feature-cards-section__card-image {
  overflow: hidden;
  border-radius: 5px;
}
.feature-cards-section .feature-cards-section__card-image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.feature-cards-section .feature-cards-section__card-title {
  margin-top: 28px;
  font-size: 1.625rem;
  font-weight: 900;
  letter-spacing: 0;
  color: #f0453c;
}
@media screen and (max-width: 992px) {
  .feature-cards-section .feature-cards-section__card-title {
    margin-top: 24px;
    font-size: 22px;
  }
}
.feature-cards-section .feature-cards-section__card-text {
  margin-top: 12px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0;
}
@media screen and (max-width: 992px) {
  .feature-cards-section .feature-cards-section__card-text {
    margin-top: 10px;
  }
}
.feature-cards-section .feature-cards-section__highlight {
  margin-top: 98px;
  display: flex;
  align-items: center;
  background-color: #f9f9f9;
  border-radius: 10px;
}
@media screen and (max-width: 992px) {
  .feature-cards-section .feature-cards-section__highlight {
    margin-top: 64px;
    flex-direction: column;
    gap: 35px;
  }
}
.feature-cards-section .feature-cards-section__highlight-image {
  width: 100%;
  max-width: 384px;
  aspect-ratio: 384/256;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
  flex-shrink: 0;
}
@media screen and (max-width: 992px) {
  .feature-cards-section .feature-cards-section__highlight-image {
    max-width: 100%;
  }
}
.feature-cards-section .feature-cards-section__highlight-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.feature-cards-section .feature-cards-section__highlight-content {
  padding-inline: 60px 68px;
  display: flex;
  flex: 1;
  align-items: start;
  gap: 48px;
}
@media screen and (max-width: 992px) {
  .feature-cards-section .feature-cards-section__highlight-content {
    position: relative;
    padding-bottom: 64px;
    padding-inline: 20px;
    flex-direction: column;
    gap: 16px;
  }
}
.feature-cards-section .feature-cards-section__highlight-content .view-more-button {
  margin-top: 24px;
}
@media screen and (max-width: 992px) {
  .feature-cards-section .feature-cards-section__highlight-content .view-more-button {
    position: absolute;
    right: 28px;
    bottom: 0;
    transform: translateY(50%);
  }
}
.feature-cards-section .feature-cards-section__highlight-title {
  font-size: 1.625rem;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0;
  color: #f0453c;
}
@media screen and (max-width: 992px) {
  .feature-cards-section .feature-cards-section__highlight-title {
    font-size: 22px;
  }
}
.feature-cards-section .feature-cards-section__highlight-text {
  margin-top: 16px;
  margin-bottom: 8px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0;
}

.subpage-hero--history {
  position: relative;
  z-index: 2;
}

.home {
  overflow-x: hidden;
}
@media (hover: hover) {
  .home .front-support__column.hover-image-zoom:hover .view-more-button.dummy.red::before {
    width: 72px;
    height: 72px;
  }
  .home .front-support__column.hover-image-zoom:hover .view-more-button.dummy.red::after {
    width: 72px;
    height: 72px;
    border-color: rgba(255, 255, 255, 0);
    transition: all 0.8s ease;
  }
  .home .front-support__column.hover-image-zoom:hover .view-more-button.dummy.red span {
    color: #ffffff;
  }
}
.home .front-hero {
  position: relative;
  padding-inline: 0;
  padding-block: 140px;
  overflow: hidden;
}
.home .front-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: #f0453c;
}
@media screen and (max-width: 992px) {
  .home .front-hero {
    padding-top: 60px;
    padding-bottom: 50px;
  }
  .home .front-hero::before {
    padding-bottom: 50px;
    height: 333px;
  }
}
.home .front-hero__carousel {
  overflow: hidden;
}
.home .front-hero__track {
  width: -moz-max-content;
  width: max-content;
  display: flex;
  gap: 60px;
  animation: hero-scroll 60s linear infinite;
}
@media screen and (max-width: 992px) {
  .home .front-hero__track {
    gap: 40px;
  }
  @keyframes hero-scroll {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-1960px);
    }
  }
}
.home .front-hero__slide {
  flex-shrink: 0;
  width: 800px;
}
@media screen and (max-width: 992px) {
  .home .front-hero__slide {
    width: 300px;
  }
  .home .front-hero__slide img {
    height: 360px;
  }
}
.home .front-hero__slide img {
  width: 100%;
  height: 450px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}
.home .front-hero__info {
  margin-top: 48px;
  padding-inline: 50px;
  display: flex;
  align-items: center;
  gap: 54px;
}
@media screen and (max-width: 992px) {
  .home .front-hero__info {
    padding-inline: 30px;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
}
.home .front-hero__logo {
  width: 345px;
  height: auto;
}
@media screen and (max-width: 992px) {
  .home .front-hero__logo {
    width: 188px;
  }
}
.home .front-hero__tagline {
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.1em;
  color: #f0453c;
}
@media screen and (max-width: 992px) {
  .home .front-hero__tagline {
    font-size: 1.125rem;
  }
}
.home .front-event {
  padding-top: 0;
  padding-bottom: 116px;
}
.home .front-event__inner {
  padding-inline: 100px 150px;
  padding-block: 54px;
  width: 100%;
  background-color: #f9f9f9;
  border-radius: 5px 0 0 5px;
}
@media screen and (max-width: 1200px) {
  .home .front-event__inner {
    position: relative;
    padding-inline: 0;
    padding-block: 40px 76px;
  }
}
.home .front-event__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 1200px) {
  .home .front-event__header .section-heading {
    margin-left: 30px;
  }
}
@media screen and (max-width: 1200px) {
  .home .front-event__header .view-more-button {
    position: absolute;
    right: 30px;
    bottom: 0;
    transform: translateY(50%);
  }
}
.home .front-event__cards {
  margin-top: 20px;
}
@media screen and (min-width: calc(1200px + 1px)) {
  .home .front-event__cards .swiper-wrapper {
    display: flex;
    gap: 30px;
  }
  .home .front-event__cards .front-event__slide {
    min-width: 0;
    flex: 1;
  }
}
@media screen and (max-width: 1200px) {
  .home .front-event__cards {
    width: 100%;
    overflow: hidden;
  }
  .home .front-event__cards .front-event__slide {
    width: 288px;
    max-width: 100%;
    flex-shrink: 0;
  }
  .home .front-event__cards .front-event__slide .news-card {
    width: 100%;
  }
}
.home .front-point {
  position: relative;
  padding-block: 0;
}
.home .front-point__inner {
  position: relative;
  width: 100%;
  height: 560px;
  display: flex;
  align-items: stretch;
  background-color: #f0453c;
  border-radius: 0 5px 5px 0;
}
@media screen and (max-width: 992px) {
  .home .front-point__inner {
    height: auto;
    flex-direction: column-reverse;
  }
}
.home .front-point__image {
  width: 100%;
}
@media screen and (max-width: 992px) {
  .home .front-point__image {
    height: 228px;
  }
}
.home .front-point__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home .front-point__content {
  position: relative;
  padding-top: 56px;
  width: 472px;
  height: 100%;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 992px) {
  .home .front-point__content {
    padding-top: 0;
    padding-left: 30px;
    width: 100%;
    height: 192px;
    align-items: start;
  }
}
@media screen and (max-width: 992px) {
  .home .front-point__content .view-more-button {
    position: absolute;
    right: 30px;
    bottom: 0;
    transform: translateY(50%);
  }
}
@media screen and (max-width: 992px) {
  .home .front-point__content .section-heading .section-heading__title,
  .home .front-point__content .section-heading .section-heading__subtitle {
    text-align: left;
  }
}
.home .front-service {
  position: relative;
  padding-block: 174px 158px;
}
@media screen and (max-width: 992px) {
  .home .front-service {
    padding-block: 94px 80px;
    overflow-x: hidden;
  }
}
.home .front-service .front-service__inner {
  position: relative;
  margin-inline: auto;
  width: 100%;
  max-width: 972px;
  aspect-ratio: 1/1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  container-name: front-service-inner;
  container-type: inline-size;
}
.home .front-service .front-service__inner::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% - 64px);
  height: auto;
  aspect-ratio: 1/1;
  background-color: #f9f9f9;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.home .front-service .section-heading {
  position: relative;
  margin-top: 52px;
}
@media screen and (max-width: 992px) {
  .home .front-service .section-heading {
    z-index: 1;
    margin-top: 0;
    margin-bottom: 24px;
  }
}
.home .front-service .front-service__circle {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  animation: service-rotate 20s linear infinite reverse;
}
.home .front-service .front-service__main-image {
  position: relative;
  width: 68%;
}
@media screen and (max-width: 992px) {
  .home .front-service .front-service__main-image {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.home .front-service .front-service__main-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.home .front-service .front-service__description {
  position: relative;
  text-align: center;
}
.home .front-service .view-more-button {
  margin-top: 16px;
}
.home .front-service .front-service__en-label {
  margin-top: -6px;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  color: #f0453c;
}
@media screen and (max-width: 992px) {
  .home .front-service .front-service__en-label {
    margin-top: 44px;
    font-size: 0.875rem;
  }
}
.home .front-service .front-service__catch {
  margin-top: 4px;
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1.6;
  color: #f0453c;
}
@media screen and (max-width: 992px) {
  .home .front-service .front-service__catch {
    margin-top: 8px;
    font-size: 1.375rem;
  }
}
.home .front-service .front-service__process-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  animation: service-rotate 60s linear infinite;
}
@media screen and (max-width: 992px) {
  .home .front-service .view-more-button {
    margin-top: 20px;
    margin-inline: auto;
  }
}
.home .front-service .front-service__process-item {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -100px;
  margin-left: -100px;
  width: 200px;
  height: 200px;
  overflow: hidden;
  border-radius: 50%;
}
@media screen and (max-width: 992px) {
  .home .front-service .front-service__process-item {
    margin-top: -50px;
    margin-left: -50px;
    width: 100px;
    height: 100px;
  }
}
.home .front-service .front-service__process-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  animation: service-rotate-reverse 60s linear infinite;
}
.home .front-service .front-service__process-item--1 {
  transform: rotate(0deg) translateX(49.8595482546cqi) rotate(0deg);
}
.home .front-service .front-service__process-item--2 {
  transform: rotate(120deg) translateX(49.8595482546cqi) rotate(-120deg);
}
.home .front-service .front-service__process-item--3 {
  transform: rotate(240deg) translateX(49.8595482546cqi) rotate(-240deg);
}
@keyframes service-rotate {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes service-rotate-reverse {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}
.home .voice-section {
  padding-block: 128px 142px;
}
.home .front-support {
  padding-block: 168px 80px;
}
@media screen and (max-width: 992px) {
  .home .front-support {
    padding-block: 76px 118px;
  }
}
.home .front-support__inner {
  margin-inline: auto;
  max-width: 1140px;
  display: flex;
  gap: 60px;
}
@media screen and (max-width: 992px) {
  .home .front-support__inner {
    flex-direction: column;
    gap: 64px;
  }
}
.home .front-support__column {
  position: relative;
  flex: 1;
}
.home .front-support__column .view-more-button {
  position: absolute;
  right: 0;
  bottom: 32px;
}
@media screen and (max-width: 992px) {
  .home .front-support__column .view-more-button {
    bottom: 0;
  }
}
.home .front-support__column-link {
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
  text-decoration: none;
  color: inherit;
}
.home .front-support__column-link:focus-visible .view-more-button.dummy.red::before {
  width: 72px;
  height: 72px;
}
.home .front-support__column-link:focus-visible .view-more-button.dummy.red::after {
  width: 72px;
  height: 72px;
  border-color: rgba(255, 255, 255, 0);
  transition: all 0.8s ease;
}
.home .front-support__column-link:focus-visible .view-more-button.dummy.red span {
  color: #ffffff;
}
.home .front-support__image {
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: 50%;
}
.home .front-support__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home .front-history {
  background-color: #f9f9f9;
}
.home .front-history .view-more-button {
  flex-shrink: 0;
}
@media screen and (max-width: 992px) {
  .home .front-history .view-more-button {
    position: absolute;
    right: 30px;
    bottom: 30px;
  }
}
.home .front-history .front-history__inner {
  position: relative;
  margin-inline: auto;
  padding-inline: 100px 150px;
  padding-block: 90px;
  display: flex;
  align-items: center;
  gap: 40px;
  background-color: #ffffff;
  border-radius: 5px 0 0 5px;
}
@media screen and (max-width: 992px) {
  .home .front-history .front-history__inner {
    padding-inline: 24px 56px;
    padding-block: 42px 114px;
    flex-direction: column;
    align-items: start;
    gap: 24px;
  }
}
.home .front-history .front-history__visual {
  width: 500px;
  height: 424px;
  flex: 1;
}
@media screen and (max-width: 992px) {
  .home .front-history .front-history__visual {
    width: 100%;
    height: auto;
  }
}
.home .front-history .front-history__visual img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@keyframes hero-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-50% - 10px));
  }
}

.page-service .service-recommend {
  padding-block: 70px 132px;
}
@media screen and (max-width: 992px) {
  .page-service .service-recommend {
    padding-block: 0 102px;
  }
}
.page-service .service-recommend__inner {
  margin-inline: auto;
  width: 100%;
  display: flex;
  background-color: #f9f9f9;
  border-radius: 5px 0 0 5px;
}
@media screen and (max-width: 992px) {
  .page-service .service-recommend__inner {
    padding: 28px 0 0 28px;
    flex-direction: column-reverse;
  }
}
.page-service .section-heading.sp-only {
  padding-top: 28px;
  padding-left: 28px;
}
.page-service .service-recommend__body {
  padding: 125px 116px 100px 100px;
  flex-shrink: 0;
}
@media screen and (max-width: 992px) {
  .page-service .service-recommend__body {
    padding: 64px 30px 92px 0px;
  }
}
.page-service .service-recommend__list {
  list-style: none;
  margin-top: 86px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media screen and (max-width: 992px) {
  .page-service .service-recommend__list {
    margin-top: 0;
    gap: 26px;
  }
}
.page-service .service-recommend__item {
  display: flex;
  align-items: center;
  gap: 28px;
}
@media screen and (max-width: 992px) {
  .page-service .service-recommend__item {
    gap: 2 4px;
  }
}
.page-service .service-recommend__item img {
  padding: 16px;
  width: 70px;
  height: 70px;
  background-color: #ffffff;
  border-radius: 50%;
  flex-shrink: 0;
}
.page-service .service-recommend__item p {
  width: 270px;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0;
  flex-shrink: 0;
}
@media screen and (max-width: 992px) {
  .page-service .service-recommend__item p {
    width: 100%;
    font-size: 18px;
    color: #f0453c;
    flex-shrink: 1;
  }
}
.page-service .service-recommend__images {
  width: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.page-service .service-recommend__images img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 992px) {
  .page-service .service-recommend__images img:not(:last-child) {
    margin-top: 40px;
  }
}
.page-service .service-comparison {
  padding-inline: 80px;
  padding-block: 122px 128px;
  letter-spacing: 0;
  background-color: #fce7e6;
}
@media screen and (max-width: 992px) {
  .page-service .service-comparison {
    padding-inline: 30px 0;
    padding-block: 56px;
  }
}
.page-service .service-comparison__inner {
  margin-inline: auto;
  max-width: 1208px;
}
@media screen and (max-width: 1200px) {
  .page-service .service-comparison__inner {
    overflow-x: auto;
  }
}
.page-service .service-comparison__inner .section-heading {
  margin-left: 72px;
}
@media screen and (max-width: 992px) {
  .page-service .service-comparison__inner .section-heading {
    margin-left: 0;
  }
}
.page-service .service-comparison__table {
  margin-top: 60px;
  display: grid;
  gap: 8px 20px;
  grid-template-columns: 47px repeat(4, 1fr);
}
@media screen and (max-width: 992px) {
  .page-service .service-comparison__table {
    grid-template-columns: 47px repeat(4, 270px);
  }
}
@media screen and (max-width: 1200px) {
  .page-service .service-comparison__table {
    min-width: 1100px;
  }
}
.page-service .service-comparison__header {
  margin-bottom: 20px;
  height: 72px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  font-size: 1.625rem;
  font-weight: 700;
  letter-spacing: 0;
  text-align: center;
  color: #ffffff;
  background-color: #e89490;
  border-radius: 30px;
}
@media screen and (max-width: 992px) {
  .page-service .service-comparison__header {
    height: 58px;
    font-size: 1.25rem;
    border-radius: 20px;
  }
}
.page-service .service-comparison__header--choice {
  gap: 4px;
  background-color: #f0453c;
}
.page-service .service-comparison__header--choice img {
  width: auto;
  height: 30px;
}
@media screen and (max-width: 992px) {
  .page-service .service-comparison__header--choice img {
    height: 24px;
  }
}
.page-service .service-comparison__row-header {
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.125rem;
  font-weight: 900;
  line-height: 1;
  text-align: center;
  color: #ffffff;
  background-color: #f0453c;
  border-radius: 5px;
  writing-mode: vertical-rl;
}
.page-service .service-comparison__cell {
  padding: 0 28px;
  display: flex;
  align-items: center;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6;
  background-color: #ffffff;
  border-radius: 5px;
}
@media screen and (max-width: 992px) {
  .page-service .service-comparison__cell {
    padding: 0 24px;
  }
}
.page-service .service-comparison__cell ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.page-service .service-comparison__cell ul li {
  display: flex;
  align-items: start;
  gap: 4px;
}
.page-service .service-comparison__cell ul li::before {
  content: "・";
}
.page-service .service-comparison__row-header--pros-ans-cons {
  height: 154px;
}
.page-service .service-comparison__row-header--recommend {
  height: 196px;
}
.page-service .service-comparison__row-header--cost {
  padding-block: 20px;
  height: auto;
  min-height: 295px;
}
.page-service .service-comparison__cell--span2 {
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  grid-column: span 2;
}
.page-service .service-comparison__cell--recommend {
  min-height: 196px;
}
.page-service .service-comparison__cell--pros-and-cons {
  height: 154px;
}
.page-service .service-comparison__cell--cost {
  padding-block: 20px;
  height: auto;
  min-height: 295px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.page-service .service-comparison__cell--cost ul {
  margin-top: 8px;
}
.page-service .service-comparison__cost-total {
  font-size: 1.125rem;
  font-weight: 900;
  color: #f0453c;
}
.page-service .service-comparison__cost-note {
  margin-top: 12px;
  margin-left: 22px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
}
.page-service .service-flow {
  padding-block: 158px 188px;
}
@media screen and (max-width: 992px) {
  .page-service .service-flow {
    padding-block: 66px 104px;
  }
}
.page-service .service-flow__inner {
  margin-inline: auto;
  max-width: 1140px;
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 40px;
}
@media screen and (max-width: 992px) {
  .page-service .service-flow__inner {
    flex-direction: column;
    align-items: start;
    gap: 32px;
  }
}

.page-point .point-case-study {
  padding-block: 162px 182px;
}
@media screen and (max-width: 992px) {
  .page-point .point-case-study {
    padding-block: 28vw 104px;
  }
}
@media screen and (max-width: 768px) {
  .page-point .point-case-study {
    padding-block: 28vw 104px;
  }
}
@media screen and (max-width: 576px) {
  .page-point .point-case-study {
    padding-block: calc(50vw + 40px) 104px;
  }
}
.page-point .point-case-study__inner {
  margin-inline: auto;
  max-width: 1140px;
}
.page-point .point-case-study__list {
  margin-top: 130px;
}
.page-point .point-case-study__item {
  padding-left: 30px;
  height: 133px;
  display: flex;
  align-items: center;
  gap: 36px;
  border-top: 1px solid #d2d2d2;
}
@media screen and (max-width: 992px) {
  .page-point .point-case-study__item {
    padding-left: 0px;
    padding-block: 24px;
    height: auto;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}
.page-point .point-case-study__item:last-child {
  border-bottom: 1px solid #d2d2d2;
}
.page-point .point-case-study__case-label {
  width: 55%;
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
@media screen and (max-width: 992px) {
  .page-point .point-case-study__case-label {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
  }
}
.page-point .point-case-study__case-number {
  width: 120px;
  flex-shrink: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 2rem;
  font-weight: 800;
  letter-spacing: 0;
  white-space: nowrap;
  color: #f0453c;
}
@media screen and (max-width: 992px) {
  .page-point .point-case-study__case-number {
    font-size: 1.75rem;
  }
}
.page-point .point-case-study__case-icon {
  margin-left: 48px;
  width: 90px;
  height: 90px;
  flex-shrink: 0;
}
@media screen and (max-width: 992px) {
  .page-point .point-case-study__case-icon {
    display: none;
  }
}
.page-point .point-case-study__case-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.page-point .point-case-study__case-title {
  margin-left: 44px;
  font-size: 1.125rem;
  font-weight: 900;
  letter-spacing: 0;
  color: #f0453c;
}
@media screen and (max-width: 992px) {
  .page-point .point-case-study__case-title {
    margin-left: 0px;
  }
}
.page-point .point-case-study__case-description {
  flex: 1;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0;
}
.page-point .point-corporate {
  padding-block: 196px 96px;
}
@media screen and (max-width: 992px) {
  .page-point .point-corporate {
    padding-block: 108px 112px;
  }
}
.page-point .point-corporate__inner {
  margin-inline: auto;
  max-width: 1140px;
}
.page-point .point-corporate__content {
  margin-top: -4px;
  display: flex;
  align-items: flex-end;
  gap: 24px;
}
@media screen and (max-width: 992px) {
  .page-point .point-corporate__content {
    margin-top: 36px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }
}
.page-point .point-corporate__text {
  padding-left: 20px;
  flex: 1;
  letter-spacing: 0;
}
@media screen and (max-width: 992px) {
  .page-point .point-corporate__text {
    padding-left: 0px;
  }
}
.page-point .point-corporate__text p {
  margin-top: 40px;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 2.4;
  letter-spacing: 1.8px;
}
@media screen and (max-width: 992px) {
  .page-point .point-corporate__text p {
    margin-top: 18px;
    font-size: 1.0625rem;
    line-height: 2;
    color: #f0453c;
  }
}
.page-point .point-corporate__catch {
  margin-top: 20px;
  font-size: 1.625rem;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0;
  color: #f0453c;
}
@media screen and (max-width: 992px) {
  .page-point .point-corporate__catch {
    font-size: 1.375rem;
  }
}
.page-point .point-corporate__images {
  width: 42%;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media screen and (max-width: 992px) {
  .page-point .point-corporate__images {
    width: 100%;
    flex-direction: row;
    gap: 8px;
    flex-shrink: 1;
  }
}
.page-point .point-corporate__image {
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
}
@media screen and (max-width: 992px) {
  .page-point .point-corporate__image {
    width: calc(50% - 4px);
  }
}
.page-point .point-corporate__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-point .voice-section {
  border-radius: 30px;
}
@media screen and (max-width: 992px) {
  .page-point .voice-section {
    padding-bottom: 134px;
    padding-left: 30px;
  }
}
@media screen and (max-width: 992px) {
  .page-point .voice-section .view-more-button {
    bottom: 0;
    transform: translateY(50%);
  }
}

.page-guarantee .guarantee-detail {
  padding-block: 288px 100px;
}
@media screen and (max-width: 992px) {
  .page-guarantee .guarantee-detail {
    padding-block: 28vw 84px;
  }
}
@media screen and (max-width: 768px) {
  .page-guarantee .guarantee-detail {
    padding-block: 28vw 84px;
  }
}
@media screen and (max-width: 576px) {
  .page-guarantee .guarantee-detail {
    padding-block: calc(50vw + 40px) 84px;
  }
}
.page-guarantee .guarantee-detail__inner {
  margin-inline: auto;
  max-width: 1140px;
  display: flex;
  flex-direction: column;
  gap: 108px;
}
@media screen and (max-width: 992px) {
  .page-guarantee .guarantee-detail__inner {
    gap: 72px;
  }
}
.page-guarantee .guarantee-detail__inner .section-heading {
  padding-bottom: 12px;
  border-bottom: 1px solid #d2d2d2;
}
.page-guarantee .guarantee-detail__block {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 44px 72px;
}
@media screen and (max-width: 992px) {
  .page-guarantee .guarantee-detail__block {
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: stretch;
    gap: 0;
  }
}
.page-guarantee .guarantee-detail__block .section-heading {
  width: 100%;
}
.page-guarantee .guarantee-detail__image {
  width: 510px;
  overflow: hidden;
  border-radius: 10px;
  flex-shrink: 0;
}
@media screen and (max-width: 992px) {
  .page-guarantee .guarantee-detail__image {
    margin-top: 36px;
    width: 100%;
    border-radius: 5px;
  }
}
.page-guarantee .guarantee-detail__image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-guarantee .guarantee-detail__text {
  flex: 1;
  letter-spacing: 0;
}
@media screen and (max-width: 992px) {
  .page-guarantee .guarantee-detail__text {
    margin-top: 24px;
    flex: none;
  }
}
.page-guarantee .guarantee-detail__text p {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0;
  color: #4d4444;
}
.page-guarantee .guarantee-detail__text p + p {
  margin-top: 26px;
}
.page-guarantee .guarantee-detail__text p.guarantee-detail__note {
  margin-top: 16px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.6;
  color: #4d4444;
}
.page-guarantee .guarantee-detail__catch {
  margin-bottom: 24px;
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1.3;
  color: #f0453c;
}
@media screen and (max-width: 992px) {
  .page-guarantee .guarantee-detail__catch {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 22px;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 992px) {
  .page-guarantee .guarantee-detail__catch + p {
    margin-top: 10px;
  }
}
.page-guarantee .guarantee-jaf {
  padding-block: 110px 80px;
  background-color: #f9f9f9;
}
@media screen and (max-width: 992px) {
  .page-guarantee .guarantee-jaf {
    padding-block: 60px 40px;
  }
}
.page-guarantee .guarantee-jaf__inner {
  margin-inline: auto;
  max-width: 1140px;
}
.page-guarantee .guarantee-jaf__heading-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 20px;
}
@media screen and (max-width: 992px) {
  .page-guarantee .guarantee-jaf__heading-row {
    align-items: flex-start;
  }
}
.page-guarantee .guarantee-jaf__option-badge {
  flex-shrink: 0;
  width: 158px;
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Montserrat", sans-serif;
  font-size: 1.125rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  color: #ffffff;
  background-color: #f0453c;
  border-radius: 30px;
}
@media screen and (max-width: 992px) {
  .page-guarantee .guarantee-jaf__option-badge {
    margin-top: 12px;
    width: 76px;
    height: 23px;
    font-size: 0.75rem;
  }
}
.page-guarantee .guarantee-jaf__hr {
  margin-block: 14px 44px;
  border: none;
  border-top: 1px solid #d2d2d2;
}
@media screen and (max-width: 992px) {
  .page-guarantee .guarantee-jaf__hr {
    margin-block: 14px 36px;
  }
}
.page-guarantee .guarantee-jaf__block {
  display: flex;
  align-items: flex-start;
  gap: 68px;
}
@media screen and (max-width: 992px) {
  .page-guarantee .guarantee-jaf__block {
    flex-direction: column;
    gap: 0;
  }
}
.page-guarantee .guarantee-jaf__logo {
  width: 510px;
  height: 340px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  border-radius: 10px;
  flex-shrink: 0;
}
@media screen and (max-width: 992px) {
  .page-guarantee .guarantee-jaf__logo {
    width: 100%;
    height: auto;
    aspect-ratio: 510/340;
    border-radius: 5px;
  }
  .page-guarantee .guarantee-jaf__logo img {
    width: 100%;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.page-guarantee .guarantee-jaf__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.page-guarantee .guarantee-jaf__text {
  flex: 1;
  letter-spacing: 0;
}
@media screen and (max-width: 992px) {
  .page-guarantee .guarantee-jaf__text {
    margin-top: 24px;
    flex: none;
  }
}
.page-guarantee .guarantee-jaf__text p {
  margin-top: 48px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6;
  color: #4d4444;
}
@media screen and (max-width: 992px) {
  .page-guarantee .guarantee-jaf__text p {
    margin-top: 0;
  }
}
.page-guarantee .guarantee-jaf__catch {
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1.4;
  color: #f0453c;
}
@media screen and (max-width: 992px) {
  .page-guarantee .guarantee-jaf__catch {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 22px;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 992px) {
  .page-guarantee .guarantee-jaf__catch + p {
    margin-top: 10px;
  }
}
.page-guarantee .voice-section {
  padding-top: 180px;
  background-color: transparent;
}
@media screen and (max-width: 992px) {
  .page-guarantee .voice-section {
    padding-left: 30px;
  }
}
.page-guarantee .voice-section__inner {
  margin-left: auto;
  padding: 60px 80px 60px 60px;
  max-width: calc(100% - 50px);
  background-color: #f9f9f9;
  border-radius: 5px 0 0 5px;
}
@media screen and (max-width: 992px) {
  .page-guarantee .voice-section__inner .view-more-button {
    bottom: 0;
    transform: translateY(50%);
  }
}

.page-cooperation .cooperation-intro {
  padding-block: 164px 108px;
}
@media screen and (max-width: 992px) {
  .page-cooperation .cooperation-intro {
    padding-block: 28vw 72px;
  }
}
@media screen and (max-width: 992px) {
  .page-cooperation .cooperation-intro {
    padding-block: 28vw 72px;
  }
}
@media screen and (max-width: 576px) {
  .page-cooperation .cooperation-intro {
    padding-block: calc(50vw + 40px) 72px;
  }
}
.page-cooperation .cooperation-intro__inner {
  margin-inline: auto;
  max-width: 1140px;
}
.page-cooperation .cooperation-intro__lead {
  margin-top: 82px;
  font-size: 1.625rem;
  font-weight: 700;
  letter-spacing: 0;
  color: #f0453c;
}
@media screen and (max-width: 992px) {
  .page-cooperation .cooperation-intro__lead {
    margin-top: 32px;
    font-size: 1.375rem;
  }
}
.page-cooperation .cooperation-intro__text {
  margin-top: 26px;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 2.4;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 992px) {
  .page-cooperation .cooperation-intro__text {
    margin-top: 18px;
    font-size: 1rem;
    color: #f0453c;
  }
}
.page-cooperation .cooperation-list {
  padding-block: 134px 120px;
  letter-spacing: 0;
  background-color: #f9f9f9;
}
@media screen and (max-width: 992px) {
  .page-cooperation .cooperation-list {
    padding-top: 0;
    background-color: #ffffff;
  }
}
.page-cooperation .cooperation-list__inner {
  margin-inline: auto;
  max-width: 1140px;
}
.page-cooperation .cooperation-list__group:first-child {
  padding-top: 0;
}
.page-cooperation .cooperation-list__group:last-child {
  margin-top: 90px;
  padding-bottom: 0;
}
.page-cooperation .cooperation-list__category {
  padding-bottom: 10px;
  font-size: 1.625rem;
  font-weight: 700;
  color: #f0453c;
  border-bottom: 1px solid #d2d2d2;
}
.page-cooperation .cooperation-list__cards {
  display: grid;
  gap: 62px;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 992px) {
  .page-cooperation .cooperation-list__cards {
    gap: 84px;
    grid-template-columns: repeat(1, 1fr);
  }
}
.page-cooperation .cooperation-list__card-items {
  margin-top: 28px;
  display: grid;
  gap: 62px;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 992px) {
  .page-cooperation .cooperation-list__card-items {
    gap: 44px;
    grid-template-columns: repeat(1, 1fr);
  }
}
.page-cooperation .cooperation-list__card-image {
  margin-top: 28px;
  overflow: hidden;
  border-radius: 5px;
}
.page-cooperation .cooperation-list__card-image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-cooperation .cooperation-list__card-items .cooperation-list__card-image {
  margin-top: 0;
}
.page-cooperation .cooperation-list__card-title {
  margin-top: 26px;
  font-size: 1.125rem;
  font-weight: 900;
  color: #f0453c;
}
.page-cooperation .cooperation-list__card-text {
  margin-top: 10px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6;
}
.page-cooperation .cooperation-list__card-anchor-text {
  margin-top: 12px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  color: #f0453c;
}
.page-cooperation .cooperation-list__card-anchor-text::after {
  content: "";
  width: 16px;
  height: 16px;
  display: block;
  background: url("assets/images/common/link.svg") no-repeat center center/contain;
}

.page-faq .faq-nav {
  padding-block: 128px 60px;
}
@media screen and (max-width: 992px) {
  .page-faq .faq-nav {
    padding-block: 28vw 90px;
  }
}
@media screen and (max-width: 768px) {
  .page-faq .faq-nav {
    padding-block: 28vw 90px;
  }
}
@media screen and (max-width: 576px) {
  .page-faq .faq-nav {
    padding-block: calc(50vw + 40px) 90px;
  }
}
.page-faq .faq-nav__inner {
  margin-inline: auto;
  max-width: 1140px;
}
.page-faq .faq-nav__list {
  padding-bottom: 84px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  border-bottom: 1px solid #d2d2d2;
}
@media screen and (max-width: 992px) {
  .page-faq .faq-nav__list {
    padding-bottom: 72px;
  }
}
.page-faq .faq-nav__link {
  min-width: 315px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  background-color: #f0453c;
  border-radius: 30px;
  transition: opacity 0.3s ease;
}
.page-faq .faq-nav__link:hover {
  opacity: 0.8;
}
@media screen and (max-width: 992px) {
  .page-faq .faq-nav__link {
    min-width: 100%;
    height: 60px;
  }
}
.page-faq .faq-contents {
  padding-block: 56px 0;
}
@media screen and (max-width: 992px) {
  .page-faq .faq-contents {
    padding-block: 0;
  }
}
.page-faq .faq-contents__inner {
  margin-inline: auto;
  max-width: 952px;
}
.page-faq .faq-contents__category {
  margin-bottom: 168px;
}
@media screen and (max-width: 992px) {
  .page-faq .faq-contents__category {
    margin-bottom: 116px;
  }
}
.page-faq .faq-contents__category:last-child {
  margin-bottom: 232px;
}
@media screen and (max-width: 992px) {
  .page-faq .faq-contents__category:last-child {
    margin-bottom: 112px;
  }
}
.page-faq .faq-contents__category-title {
  margin-bottom: 76px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 2.25rem;
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: 0.04em;
  color: #f0453c;
}
@media screen and (max-width: 992px) {
  .page-faq .faq-contents__category-title {
    margin-bottom: 48px;
    font-size: 1.875rem;
  }
}
.page-faq .faq-contents__underline {
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
.page-faq .accordionContainer {
  padding-bottom: 30px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  border-bottom: 1px solid #d2d2d2;
}
.page-faq .accordion {
  list-style: none;
}
.page-faq .accordion__summary {
  list-style: none;
  position: relative;
  padding: 12px 0;
  min-height: 60px;
  display: flex;
  align-items: center;
  overflow: hidden;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #ffffff;
  background-color: #f0453c;
  border-radius: 5px;
  cursor: pointer;
}
.page-faq .accordion__summary::before {
  content: "Q";
  position: relative;
  z-index: 1;
  width: 50px;
  min-width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.125rem;
  font-weight: 900;
  text-align: center;
}
.page-faq .accordion__summary::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: #ff0000;
  transition: all 0.6s ease-in-out;
}
@media (hover: hover) {
  .page-faq .accordion__summary:hover::after {
    width: 100%;
  }
}
.page-faq .accordion__summary::-webkit-details-marker {
  display: none;
}
.page-faq .accordion__summary::marker {
  display: none;
}
.page-faq .accordion__title {
  position: relative;
  z-index: 1;
  flex: 1;
  font-size: 1.125rem;
  font-weight: 900;
  line-height: normal;
}
.page-faq .accordion__icon {
  position: relative;
  z-index: 1;
  margin-left: auto;
  width: 50px;
  min-width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.125rem;
  font-weight: 900;
  transition: transform 0.3s ease;
  flex-shrink: 0;
}
.page-faq .accordion__content {
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  transition: grid-template-rows 0.3s ease;
}
.page-faq .accordion__content-inner {
  padding: 0;
  min-height: 0;
  display: flex;
  align-items: flex-start;
  overflow: hidden;
  transition: padding 0.3s ease-out;
}
.page-faq .accordion__content-inner::before {
  content: "A";
  width: 50px;
  min-width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.125rem;
  font-weight: 900;
  line-height: normal;
  text-align: center;
  color: #f0453c;
  flex-shrink: 0;
}
.page-faq .accordion__content-inner p {
  margin: 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6;
  color: #4d4444;
}
.page-faq .accordion[open] .accordion__content {
  grid-template-rows: 1fr;
}
.page-faq .accordion[open] .accordion__content-inner {
  padding-block: 16px 0;
}
.page-faq .accordion[open] .accordion__icon {
  transform: rotate(45deg);
}
.page-faq .accordion.is-closing .accordion__content {
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.3s ease-out;
}
.page-faq .accordion.is-closing .accordion__content-inner {
  padding: 0;
  opacity: 0.2;
  transition: opacity 0.3s ease-out, padding 0.3s ease-out;
}
.page-faq .accordion.is-closing .accordion__icon {
  transform: rotate(0deg);
}
.page-faq .accordion.is-animating .accordion__summary {
  pointer-events: none;
}
.page-faq .accordion.is-animating .accordion__content {
  will-change: grid-template-rows;
}
.page-faq .accordion.is-animating .accordion__content-inner {
  will-change: padding;
}

@media screen and (max-width: 992px) {
  .page-business .section-about {
    padding-bottom: 88px;
  }
}
.page-business .business-case {
  padding-block: 40px 150px;
}
@media screen and (max-width: 992px) {
  .page-business .business-case {
    padding-block: 0 96px;
  }
}
.page-business .business-case__inner {
  margin-inline: auto;
  max-width: 1140px;
}
.page-business .business-case__list {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 992px) {
  .page-business .business-case__list {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }
}
.page-business .business-case__item {
  width: 100%;
  max-width: 367px;
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 992px) {
  .page-business .business-case__item {
    max-width: 100%;
  }
}
.page-business .business-case__image {
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 50%;
}
@media screen and (max-width: 992px) {
  .page-business .business-case__image {
    max-width: 260px;
  }
}
.page-business .business-case__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-business .business-case__text {
  margin-top: 32px;
  font-size: 1.125rem;
  font-weight: 900;
  line-height: 1.6;
  text-align: center;
  color: #f0453c;
}
@media screen and (max-width: 992px) {
  .page-business .business-case__text {
    margin-top: 20px;
    font-size: 1.125rem;
    line-height: 1.6;
    color: #f0453c;
  }
}
.page-business .voice-section {
  padding-inline: 0;
  padding-block: 158px 120px;
  background-color: #f9f9f9;
}
@media screen and (max-width: 992px) {
  .page-business .voice-section {
    padding-bottom: 0 !important;
  }
}
@media screen and (max-width: 992px) {
  .page-business .voice-section .voice-section__inner {
    position: relative;
    padding-bottom: 118px;
  }
}
@media screen and (max-width: 992px) {
  .page-business .voice-section .voice-section__inner .view-more-button {
    transform: translateY(32px);
  }
}
.page-business .business-record {
  padding-block: 0 184px;
  overflow: hidden;
  background-color: #f9f9f9;
}
@media screen and (max-width: 992px) {
  .page-business .business-record {
    padding-inline: 0;
    padding-block: 42px 72px;
  }
}
.page-business .business-record__inner {
  margin-inline: auto;
  max-width: 1140px;
}
@media screen and (max-width: 992px) {
  .page-business .business-record__inner .section-heading {
    margin-left: 30px;
  }
}
.page-business .business-record__logos {
  margin-top: 60px;
  margin-left: -50px;
  width: calc(100% + 100px);
  overflow: hidden;
}
@media screen and (max-width: 992px) {
  .page-business .business-record__logos {
    margin-top: 42px;
    margin-left: 0;
    width: 100%;
  }
}
.page-business .business-record__logos-track {
  width: -moz-max-content;
  width: max-content;
  display: flex;
  gap: 40px;
  animation: logo-scroll 30s linear infinite;
}
.page-business .business-record__logos-track img {
  width: 140px;
  height: 140px;
  flex-shrink: 0;
}
@keyframes logo-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.page-business .select-reasons-table-section--business {
  padding-bottom: 112px;
}
@media screen and (max-width: 992px) {
  .page-business .select-reasons-table-section--business {
    padding-bottom: 56px;
  }
}
@media screen and (max-width: 992px) {
  .page-business .select-reasons-table-section--business .select-reasons-table__row-label--pros-and-cons,
  .page-business .select-reasons-table-section--business .select-reasons-table__cell--pros-and-cons,
  .page-business .select-reasons-table-section--business .select-reasons-table__row-label--cost,
  .page-business .select-reasons-table-section--business .select-reasons-table__cell--cost {
    height: auto;
  }
}
.page-business .select-reasons-table-section--business .select-reasons-table {
  row-gap: 10px;
}
@media screen and (max-width: 992px) {
  .page-business .select-reasons-table-section--business .select-reasons-table {
    grid-template-rows: auto 250px 183px 295px;
  }
}
.page-business .select-reasons-table-section--business .select-reasons-table__header {
  margin-bottom: 12px;
}
.page-business .reason-card-section {
  padding-top: 68px;
}
.page-business .business-flow {
  margin-bottom: 164px;
  margin-left: 50px;
  padding-block: 164px 128px;
  background-color: #f9f9f9;
  border-radius: 4px 0 0 4px;
}
@media screen and (max-width: 992px) {
  .page-business .business-flow {
    margin-bottom: 0;
    margin-left: 0;
    padding-block: 66px 104px;
  }
}
.page-business .business-flow__inner {
  margin-inline: auto;
  max-width: 1140px;
  display: flex;
  align-items: flex-start;
  gap: 126px;
}
@media screen and (max-width: 992px) {
  .page-business .business-flow__inner {
    flex-direction: column;
    align-items: start;
    gap: 32px;
  }
}
.page-business .business-flow__content {
  flex: 1;
}
@media screen and (max-width: 992px) {
  .page-business .business-flow__content {
    width: 100%;
    flex: none;
  }
}
.page-business .business-flow__content .flow-list {
  margin-top: 0;
}
.page-business .flow-list__step,
.page-business .flow-list__step-content {
  align-items: flex-start;
}
.page-business .flow-list__step-note {
  margin-top: 16px;
}

.page-history {
  background: #f9f9f9;
}
.page-history .history-road {
  position: fixed;
  z-index: 10;
  right: max(77px, 50vw - 544px);
  bottom: 0;
  width: 447px;
  height: auto;
  opacity: 1;
  transition: opacity 0.45s ease;
  pointer-events: none;
}
@media screen and (max-width: 992px) {
  .page-history .history-road {
    right: auto;
    left: 0;
    width: 100%;
  }
}
.page-history .history-contents {
  padding-top: 140px;
  padding-bottom: 244px;
}
@media screen and (max-width: 992px) {
  .page-history .history-contents {
    padding-bottom: calc(80px + 97.3154362416vw);
  }
}
.page-history .history-contents__inner {
  margin-inline: auto;
  max-width: 1140px;
}
.page-history .history-contents__lead {
  position: relative;
  z-index: 12;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 2.25rem;
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: 0.04em;
  color: #f0453c;
}
@media screen and (max-width: 992px) {
  .page-history .history-contents__lead {
    display: none;
  }
}
.page-history .subpage-hero--history {
  position: relative;
  z-index: 13;
}
.page-history .subpage-hero--history .subpage-hero__lead {
  margin-top: 80px;
  margin-inline: 10px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.875rem;
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: 0.04em;
  color: #ffffff;
}
@media screen and (min-width: calc(992px + 1px)) {
  .page-history .subpage-hero--history .subpage-hero__lead {
    display: none;
  }
}
@media screen and (max-width: 576px) {
  .page-history .subpage-hero--history .subpage-hero__lead {
    font-size: 1.625rem;
  }
}
.page-history .history-contents__item {
  margin-top: 200px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 992px) {
  .page-history .history-contents__item {
    margin-top: 64px;
    flex-direction: column;
    align-items: stretch;
  }
}
.page-history .history-contents__text {
  position: relative;
  z-index: 12;
  margin-top: 220px;
  padding-right: 60px;
  flex: 1;
}
@media screen and (max-width: 992px) {
  .page-history .history-contents__text {
    margin-top: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: calc(992px + 1px)) and (max-width: 1280px) {
  .page-history .history-contents__text {
    padding-right: 48px;
    min-width: 0;
  }
}
.page-history .history-contents__heading {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.page-history .history-contents__title {
  font-size: 2.25rem;
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: 0.04em;
  color: #f0453c;
}
@media screen and (max-width: 992px) {
  .page-history .history-contents__title {
    font-size: 1.875rem;
  }
}
.page-history .history-contents__number {
  font-family: "Montserrat", sans-serif;
  font-size: 1.125rem;
  font-weight: 900;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 992px) {
  .page-history .history-contents__number {
    font-size: 1rem;
  }
}
.page-history .history-contents__subtitle {
  margin-top: 78px;
  font-size: 1.625rem;
  font-weight: 700;
  font-weight: 700;
  line-height: 1.5;
  color: #f0453c;
}
@media screen and (max-width: 992px) {
  .page-history .history-contents__subtitle {
    margin-top: 20px;
    font-size: 1.375rem;
  }
}
.page-history .history-contents__body {
  margin-top: 30px;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 2.4;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 992px) {
  .page-history .history-contents__body {
    margin-top: 12px;
    font-size: 1rem;
    line-height: 1.6;
    color: #f0453c;
  }
}
.page-history .history-contents__image-wrapper {
  position: relative;
  z-index: 11;
  width: 500px;
  flex-shrink: 0;
}
@media screen and (max-width: 992px) {
  .page-history .history-contents__image-wrapper {
    margin-top: 48px;
    width: 100%;
    max-width: none;
    display: flex;
    justify-content: center;
  }
}
.page-history .history-contents__image-scale {
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 50%;
  opacity: 1;
  transition: opacity 0.45s ease;
}
@media screen and (max-width: 992px) {
  .page-history .history-contents__image-scale {
    margin-inline: auto;
    width: min(100%, 100vw - 144px);
    height: auto;
    aspect-ratio: 1.1;
  }
}
.page-history .history-contents__image-scale img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-history .history-contents__note {
  margin-top: 50px;
  padding: 40px;
  display: flex;
  align-items: flex-start;
  gap: 30px;
  background: #ffffff;
  border-radius: 10px;
}
@media screen and (max-width: 1200px) {
  .page-history .history-contents__note {
    padding: 32px 26px;
    flex-direction: column;
    gap: 20px;
  }
}
.page-history .history-contents__note-image {
  width: 210px;
  height: 140px;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 5px;
}
@media screen and (max-width: 1200px) {
  .page-history .history-contents__note-image {
    width: 100%;
    height: auto;
    aspect-ratio: 210/140;
  }
}
.page-history .history-contents__note-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-history .history-contents__note-title {
  font-size: 1.125rem;
  font-weight: 700;
  color: #f0453c;
}
.page-history .history-contents__note-text {
  margin-top: 10px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.6;
}
.page-history .history-concept {
  position: relative;
  z-index: 12;
  padding-inline: 0;
  padding-block: 0;
}
.page-history .history-concept__upper {
  padding-inline: 50px;
  padding-block: 120px 160px;
  text-align: center;
  background: #f0453c;
}
.page-history .history-concept__upper-inner {
  margin-inline: auto;
  max-width: 753px;
}
.page-history .history-concept__en {
  font-family: "Montserrat", sans-serif;
  font-size: 1.125rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  color: #ffffff;
}
.page-history .history-concept__heading {
  margin-top: 64px;
  font-size: 2.25rem;
  font-weight: 700;
  color: #ffffff;
}
.page-history .history-concept__body {
  margin-top: 40px;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 2.4;
  letter-spacing: 0.1em;
  text-align: center;
  color: #ffffff;
}

@media screen and (max-width: 992px) {
  body.scrolled.page-history .history-road {
    opacity: 0.2;
  }
  body.scrolled.page-history .history-contents__image-scale {
    opacity: 0.2;
  }
}

.link-cards-section {
  position: relative;
  z-index: 12;
  padding-block: 142px 132px;
}

.contact-big-button {
  position: relative;
  z-index: 12;
}

footer {
  position: relative;
  z-index: 12;
}

.archive {
  background-color: #f9f9f9;
}
.archive .archive-news {
  padding-inline: 150px 92px;
  padding-block: 268px 218px;
}
@media screen and (max-width: 1391px) {
  .archive .archive-news {
    padding-inline: 50px;
    padding-block: 268px 218px;
  }
}
@media screen and (max-width: 992px) {
  .archive .archive-news {
    padding-inline: 30px;
    padding-block: 140px 100px;
  }
}
.archive .archive-news__inner {
  margin-inline: auto;
  max-width: 1200px;
}
@media screen and (max-width: 992px) {
  .archive .archive-news__inner {
    max-width: 100%;
    display: grid;
    grid-template-columns: 1fr;
  }
}
.archive .archive-news__heading {
  margin-bottom: 116px;
}
@media screen and (max-width: 992px) {
  .archive .archive-news__heading {
    order: 1;
    margin-bottom: 40px;
  }
}
.archive .archive-news__heading-en {
  font-family: "Montserrat", sans-serif;
  font-size: 5.625rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #f0453c;
}
@media screen and (max-width: 992px) {
  .archive .archive-news__heading-en {
    font-size: 34px;
    letter-spacing: 0.1em;
  }
}
.archive .archive-news__heading-ja {
  margin-top: 22px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: 0.04em;
  color: #f0453c;
}
@media screen and (max-width: 992px) {
  .archive .archive-news__heading-ja {
    margin-top: 6px;
    font-size: 1.125rem;
    letter-spacing: 0.04em;
  }
}
.archive .archive-news__content {
  margin-inline: auto;
  min-width: 0;
  display: flex;
  align-items: flex-start;
  gap: 52px;
}
@media screen and (max-width: 992px) {
  .archive .archive-news__content {
    display: contents;
  }
}
.archive .archive-news__grid {
  min-width: 0;
  display: grid;
  flex: 1;
  row-gap: 80px;
  -moz-column-gap: 30px;
       column-gap: 30px;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 992px) {
  .archive .archive-news__grid {
    margin-top: 50px;
    order: 3;
    flex: unset;
    row-gap: 40px;
    -moz-column-gap: 0;
         column-gap: 0;
    grid-template-columns: 1fr;
  }
}
.archive .archive-news__sidebar {
  width: 100%;
  max-width: 394px;
  flex-shrink: 0;
}
@media screen and (min-width: calc(992px + 1px)) {
  .archive .archive-news__sidebar {
    position: sticky;
    top: 100px;
    align-self: flex-start;
  }
}
@media screen and (max-width: 992px) {
  .archive .archive-news__sidebar {
    display: contents;
  }
}
.archive .news-sidebar__category-box {
  margin-top: 0px;
}
@media screen and (max-width: 992px) {
  .archive .news-sidebar__category-box {
    order: 2;
  }
}
@media screen and (max-width: 992px) {
  .archive .news-sidebar__important-box {
    order: 5;
    margin-top: 88px;
  }
}
.archive .archive-news__pagination {
  margin-top: 102px;
  display: flex;
  align-items: center;
  gap: 30px;
}
@media screen and (max-width: 992px) {
  .archive .archive-news__pagination {
    margin-top: 78px;
    width: 100%;
    justify-content: center;
    order: 4;
  }
}
.archive .archive-news__page-number {
  font-family: "Outfit", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 16px;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  color: #d2d2d2;
  transition: color 0.3s;
}
.archive .archive-news__page-number:hover {
  color: #f0453c;
}
.archive .archive-news__page-number--active {
  color: #f0453c;
}
.archive .archive-news__page-arrow {
  width: 29px;
  height: 29px;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  background-color: #f0453c;
  border-radius: 5px;
  transition: background-color 0.3s;
}
.archive .archive-news__page-arrow:hover {
  background-color: #ff0000;
}
.archive .archive-news__page-arrow--prev {
  transform: rotate(180deg);
}
.archive .archive-news__page-arrow--disabled {
  background-color: #d2d2d2;
  cursor: default;
  pointer-events: none;
}

.single-post {
  background-color: #f9f9f9;
}
.single-post .single-news {
  padding-block: 260px 80px;
}
@media screen and (max-width: 992px) {
  .single-post .single-news {
    padding-block: 142px 60px;
  }
}
.single-post .single-news__inner {
  margin-inline: auto;
  max-width: 1140px;
}
.single-post .single-news__content {
  display: flex;
  align-items: flex-start;
  gap: 30px;
}
@media screen and (max-width: 992px) {
  .single-post .single-news__content {
    flex-direction: column;
    gap: 60px;
  }
}
.single-post .single-news__article {
  min-width: 0;
  flex: 1;
}
.single-post .single-news__sidebar {
  width: 100%;
  max-width: 394px;
  flex-shrink: 0;
}
@media screen and (min-width: calc(992px + 1px)) {
  .single-post .single-news__sidebar {
    position: sticky;
    top: 60px;
    align-self: flex-start;
  }
}
@media screen and (max-width: 992px) {
  .single-post .single-news__sidebar {
    max-width: 100%;
  }
}
.single-post .single-news__meta {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width: 992px) {
  .single-post .single-news__meta {
    justify-content: space-between;
  }
}
.single-post .single-news__category {
  padding: 4px 12px;
  display: inline-block;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  color: #ffffff;
  background-color: #f0453c;
  border-radius: 4px;
}
.single-post .single-news__date {
  font-family: "Montserrat", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.04em;
  color: #f0453c;
}
.single-post .single-news__title {
  margin-top: 20px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 3px;
  color: #f0453c;
}
@media screen and (max-width: 992px) {
  .single-post .single-news__title {
    font-size: 1.25rem;
    letter-spacing: 2px;
  }
}
.single-post .single-news__thumbnail {
  margin-top: 30px;
  border-radius: 8px;
}
@media screen and (max-width: 992px) {
  .single-post .single-news__thumbnail {
    margin-inline: -30px;
    width: calc(100% + 60px);
    border-radius: 0;
  }
}
.single-post .single-news__thumbnail img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.single-post .single-news__body {
  margin-top: 40px;
}
@media screen and (max-width: 992px) {
  .single-post .single-news__body {
    margin-top: 30px;
  }
}
.single-post .single-news__body h2 {
  margin-block: 40px 24px;
  padding: 14px 20px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1;
  color: #f0453c;
  background-color: #ffffff;
  border-left: 2px solid #f0453c;
}
@media screen and (max-width: 992px) {
  .single-post .single-news__body h2 {
    margin-block: 40px 20px;
    padding: 12px 16px;
    font-size: 1.375rem;
  }
}
.single-post .single-news__body h3 {
  margin-block: 32px 20px;
  padding-bottom: 12px;
  padding-left: 24px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.125rem;
  font-weight: 900;
  line-height: 1.5;
  color: #f0453c;
  border-bottom: 1px solid #a1a1a1;
}
@media screen and (max-width: 992px) {
  .single-post .single-news__body h3 {
    margin-block: 24px 16px;
    padding-bottom: 14px;
    padding-left: 0;
  }
}
.single-post .single-news__body h3::before {
  content: "";
  margin-right: 8px;
  width: 16px;
  height: 16px;
  display: inline-block;
  background-color: #f0453c;
  border-radius: 4px;
  vertical-align: middle;
  transform: translateY(-2px);
}
@media screen and (max-width: 992px) {
  .single-post .single-news__body h3::before {
    margin-right: 12px;
  }
}
.single-post .single-news__body p {
  margin-block: 16px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6;
  color: #4d4444;
}
.single-post .single-news__body ul {
  list-style: none;
  margin-block: 16px;
  padding: 0;
}
.single-post .single-news__body li {
  position: relative;
  margin-block: 8px;
  padding-left: 18px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6;
  color: #4d4444;
}
.single-post .single-news__body li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 8px;
  height: 8px;
  background-color: #f0453c;
  border-radius: 50%;
}
.single-post .single-news__body blockquote {
  margin-block: 24px;
  padding: 20px 30px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.6;
  color: #4d4444;
  background-color: #ffffff;
}
@media screen and (max-width: 992px) {
  .single-post .single-news__body blockquote {
    padding: 30px 26px;
  }
}
.single-post .single-news__body blockquote p {
  margin-block: 0;
  font-size: 0.875rem;
  font-weight: 500;
}
.single-post .single-news__body a {
  text-decoration: underline;
  color: #4d7eff;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
.single-post .single-news__body strong {
  font-weight: 900;
}
.single-post .single-news__body u {
  text-decoration: none;
  background: linear-gradient(transparent 60%, #faff00 60%);
}
.single-post .single-news__body figure {
  margin: 0;
  width: 100%;
}
.single-post .single-news__body figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.single-post .single-news__body img {
  width: 100%;
  height: auto;
}
.single-post .single-news__body p:has(img) {
  width: 100%;
  height: auto;
}
.single-post .single-news__back {
  margin-top: 60px;
  display: flex;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 992px) {
  .single-post .single-news__back {
    gap: 16px;
  }
}
.single-post .single-news__back-line {
  height: 1px;
  display: block;
  flex: 1;
  background-color: #a1a1a1;
}/*# sourceMappingURL=style.css.map */