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

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

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

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

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

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

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

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

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

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

caption {
  text-align: left;
}

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

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

img {
  width: 100%;
}

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

@media screen and (max-width: 768px) {
  .sp-only {
    display: block;
  }
}
body {
  overflow-x: hidden;
}

main {
  margin-top: 10.2rem;
}
@media screen and (max-width: 768px) {
  main {
    margin-top: 5.2rem;
  }
}

html {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 62.5%;
  color: #000;
  scroll-behavior: smooth;
}

@media screen and (max-width: 768px) {
  html {
    font-size: 2.5641025641vw;
  }
}
.l-header {
  width: 100%;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}
.l-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 4rem;
  height: 10.2rem;
}
@media screen and (max-width: 1105px) {
  .l-header__inner {
    padding: 0 2rem;
  }
}
@media screen and (max-width: 768px) {
  .l-header__inner {
    height: 5.1rem;
    padding: 0 0 0 1.5rem;
  }
}
.l-header__logo {
  width: 18.4rem;
}
@media screen and (max-width: 1105px) {
  .l-header__logo {
    width: 14rem;
  }
}
@media screen and (max-width: 768px) {
  .l-header__logo {
    width: 9.5rem;
  }
}
.l-header {
  /* PC Navigation */
}
@media screen and (max-width: 768px) {
  .l-header__pc-nav {
    display: none;
  }
}
.l-header__list {
  display: flex;
  gap: clamp(15px, 4rem, 40px);
}
@media screen and (max-width: 1105px) {
  .l-header__list {
    gap: 1.5rem;
  }
}
.l-header__link {
  font-size: clamp(16px, 2rem, 20px);
  font-weight: 500;
  color: #562F00;
  transition: color 0.3s;
}
@media screen and (max-width: 1550px) {
  .l-header__link {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1105px) {
  .l-header__link {
    font-size: 1.4rem;
  }
}
.current-menu-item .l-header__link {
  color: #EEA243;
  font-weight: bold;
}

.l-footer {
  background-color: #EEA243;
  padding: 6rem 0 4.6rem;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .l-footer {
    padding: 7.2rem 2rem 6rem;
  }
}
.l-footer__inner {
  max-width: 120rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .l-footer__inner {
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.l-footer__nav {
  display: flex;
  justify-content: center;
  gap: 12rem;
  margin-bottom: 7.8rem;
}
@media screen and (max-width: 768px) {
  .l-footer__nav {
    flex-direction: column;
    align-items: center;
    gap: 0;
    margin-bottom: 9.6rem;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__list {
    text-align: center;
  }
}
.l-footer__item {
  margin-bottom: 2.5rem;
}
.l-footer__link {
  font-size: 1.6rem;
  color: #ffffff;
  text-decoration: none;
  transition: opacity 0.3s;
}
.l-footer__link:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .l-footer__link {
    font-size: 2rem;
    font-weight: 500;
  }
}
.l-footer__logo {
  display: none;
}
@media screen and (max-width: 768px) {
  .l-footer__logo {
    display: block;
    margin-bottom: 2.7rem;
    text-align: center;
  }
  .l-footer__logo-img {
    width: 15.6rem;
    height: auto;
  }
}
.l-footer__bottom {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .l-footer__bottom {
    border-top: none;
    padding-top: 0;
  }
}
.l-footer__legal {
  display: flex;
  justify-content: center;
  gap: 3rem;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 768px) {
  .l-footer__legal {
    gap: 1rem;
    margin-bottom: 0.6rem;
  }
}
.l-footer__legal-link {
  font-size: 1.2rem;
  color: #ffffff;
  text-decoration: none;
  line-height: 1.26;
}
.l-footer__copyright {
  font-size: 1.1rem;
}

.form {
  max-width: 1200px;
  display: flex;
  flex-direction: column;
  gap: 35px;
}
@media screen and (max-width: 768px) {
  .form {
    max-width: 100%;
    gap: 5.33vw;
  }
}
.form .form-group {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.form .form-group label {
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .form .form-group label {
    font-size: 3.73vw;
    font-weight: 400;
  }
}
.form .form-group label .required {
  font-size: 14px;
  background-color: #562F00;
  color: #ffffff;
  padding: 1px 8px;
  border-radius: 6px;
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  .form .form-group label .required {
    font-size: 3.73vw;
    margin-left: 4.53vw;
    padding: 1px 2.13vw;
  }
}
.form .form-group label .small-notice {
  font-size: 14px;
  font-weight: 400;
  margin-left: 6px;
}
@media screen and (max-width: 768px) {
  .form .form-group label .small-notice {
    font-size: 3.73vw;
  }
}
.form .form-group .form-label {
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .form .form-group .form-label {
    font-size: 3.73vw;
    font-weight: 400;
  }
}
.form .form-group .form-label .required {
  font-size: 14px;
  background-color: #562F00;
  color: #ffffff;
  padding: 1px 8px;
  border-radius: 6px;
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  .form .form-group .form-label .required {
    font-size: 3.73vw;
    margin-left: 4.53vw;
    padding: 1px 2.13vw;
  }
}
.form .form-group input {
  border: 1px solid #562F00;
  font-size: 18px;
  padding: 10px;
  width: 100%;
  height: 50px;
  margin-top: 6px;
}
@media screen and (max-width: 768px) {
  .form .form-group input {
    font-size: 3.73vw;
    padding: 2.67vw;
    height: 10.67vw;
    margin-top: 1.87vw;
  }
}
.form .form-group ::-moz-placeholder {
  color: rgba(0, 0, 0, 0.3);
}
.form .form-group ::placeholder {
  color: rgba(0, 0, 0, 0.3);
}
.form .form-group textarea {
  border: 1px solid #562F00;
  font-size: 18px;
  padding: 10px;
  width: 100%;
  height: 348px;
  margin-top: 6px;
}
@media screen and (max-width: 768px) {
  .form .form-group textarea {
    font-size: 3.73vw;
    height: 80vw;
    padding: 3vw;
    margin-top: 1.87vw;
  }
}
.form .form-radio {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .form .form-radio {
    flex-direction: column;
    gap: 1.6vw;
  }
}
.form .form-radio .form-radio-group {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
  margin-left: 40px;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .form .form-radio .form-radio-group {
    justify-content: flex-start;
    margin-left: 0;
    gap: 8.53vw;
  }
}
.form .form-radio .form-radio-group label {
  display: flex;
  align-items: center;
}
.form .form-radio .form-radio-group label input {
  width: 14px;
  height: 14px;
  border: 1px solid #000;
  border-radius: 2px;
  margin-top: 0;
  margin-right: 9px;
  line-height: 1.5em;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .form .form-radio .form-radio-group label input {
    width: 3.73vw;
    height: 3.73vw;
  }
}
.form .form-privacy {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .form .form-privacy {
    margin-top: 9.87vw;
  }
}
.form .form-privacy label {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .form .form-privacy label {
    font-size: 4.8vw;
  }
}
.form .form-privacy label input {
  width: 20px;
  height: 20px;
  background-color: rgba(198, 223, 238, 0.7);
  border: 1px solid #562F00;
  margin-top: 0;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .form .form-privacy label input {
    width: 5.33vw;
    height: 5.33vw;
    margin-right: 2.67vw;
  }
}
.form .privacy__text {
  font-size: 18px;
  text-align: center;
  margin-top: 10px;
  line-height: 1.5em;
}
@media screen and (max-width: 768px) {
  .form .privacy__text {
    font-size: 4.27vw;
    margin-top: 2.67vw;
  }
}
.form .form-submit {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .form .form-submit {
    margin-top: 9.6vw;
  }
}
.form .form-submit button {
  font-size: 22px;
  color: #562F00;
  border: 1px solid #295486;
  box-sizing: border-box;
  border-radius: 40px;
  cursor: pointer;
  width: 300px;
  height: 60px;
  display: flex;
  align-items: center;
  margin: 0 auto;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .form .form-submit button {
    font-size: 4.8vw;
    width: 66.7vw;
    height: 13.33vw;
  }
}
.form .form-submit button:hover {
  background: linear-gradient(to bottom, #BAC3E0 0%, #7E8FC7 100%);
  color: #ffffff;
  border: 1px solid #562F00;
}

.contact-form__notice {
  margin-top: 37px;
  font-size: 18px;
  line-height: 1.5em;
}

.policy__link {
  text-decoration: underline;
}

.page-partner__wrapper .form .form-submit button {
  color: #ffffff;
  background-color: #562F00;
}

.breadcrumb {
  font-size: 14px;
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 16px;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 1250px) {
  .breadcrumb {
    padding: 0 5% 0 5%;
  }
}
@media screen and (max-width: 768px) {
  .breadcrumb {
    padding: 0 5.3vw 0 5.3vw;
    margin-top: 1.6vw;
    font-size: 3.2vw;
  }
}

.breadcrumb a:not(:first-child)::before {
  content: "＞";
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .breadcrumb a:not(:first-child)::before {
    font-size: 3.2vw;
  }
}

@media screen and (max-width: 768px) {
  .l-header__inner {
    height: 5.1rem;
    padding: 0 0 0 1.5rem;
  }
}
.l-header {
  /* Hamburger Button */
}
.l-header__hamburger {
  display: none;
}
@media screen and (max-width: 768px) {
  .l-header__hamburger {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0.6rem;
    width: 3.6rem;
    height: 3.4rem;
    background-color: #EEA243;
    border: none;
    cursor: pointer;
    margin-right: 0.8rem;
    z-index: 1200;
    transition: opacity 0.3s ease, visibility 0.3s;
  }
  .l-header__hamburger-line {
    display: block;
    width: 2rem;
    height: 0.2rem;
    background-color: #fff;
  }
}
.l-header__drawer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #FFFDF1;
  z-index: 1100;
  transform: translateY(-100%);
  transition: transform 0.6s cubic-bezier(0.45, 0, 0.55, 1), visibility 0.6s;
  overflow-y: auto;
  visibility: hidden;
}
.l-header__drawer-inner {
  padding: 11.8rem 2rem 5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 100%;
}
.l-header__drawer-logo {
  width: 15.6rem;
  margin: 0 auto;
}
.l-header__drawer-subnav {
  margin: 2rem auto 1.3rem;
  color: #562F00;
  font-size: 1.2rem;
  display: flex;
  gap: 1em;
  justify-content: center;
}
.l-header__sp-item {
  margin-bottom: 2.5rem;
  overflow: hidden;
  opacity: 0;
  transform: translateY(3rem);
  transition: transform 0.4s ease, opacity 0.4s ease;
  text-align: center;
}
.l-header__sp-link {
  display: inline-block;
  font-size: 2rem;
  font-weight: 500;
  color: #562F00;
  line-height: 1.2;
  text-decoration: none;
}
.l-header {
  /* 閉じるボタン(X) - 初期状態は隠しておく */
}
.l-header__close {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  width: 5.1rem;
  height: 5.1rem;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 1300;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s;
}
.l-header__close-line {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3rem;
  height: 0.4rem;
  background-color: #FFCE99;
}
.l-header__close-line:nth-child(1) {
  transform: translate(-50%, -50%) rotate(45deg);
}
.l-header__close-line:nth-child(2) {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.l-header {
  /* 開いている時の状態 */
}
.l-header.is-open .l-header__hamburger {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.l-header.is-open .l-header__close {
  opacity: 1;
  visibility: visible;
}
.l-header.is-open .l-header__drawer {
  transform: translateY(0);
  visibility: visible;
}
.l-header.is-open .l-header__sp-item {
  opacity: 1;
  transform: translateY(0);
}
.l-header.is-open .l-header__sp-item:nth-child(1) {
  transition-delay: 0.38s;
}
.l-header.is-open .l-header__sp-item:nth-child(2) {
  transition-delay: 0.46s;
}
.l-header.is-open .l-header__sp-item:nth-child(3) {
  transition-delay: 0.54s;
}
.l-header.is-open .l-header__sp-item:nth-child(4) {
  transition-delay: 0.62s;
}
.l-header.is-open .l-header__sp-item:nth-child(5) {
  transition-delay: 0.7s;
}
.l-header.is-open .l-header__sp-item:nth-child(6) {
  transition-delay: 0.78s;
}
.l-header.is-open .l-header__sp-item:nth-child(7) {
  transition-delay: 0.86s;
}
.l-header.is-open .l-header__drawer-footer {
  opacity: 1;
  transition: opacity 0.8s ease 0.8s;
}
.l-header__drawer-footer {
  opacity: 0;
  margin-top: 9.5rem;
  text-align: center;
  width: 100%;
  transition: opacity 0.3s ease;
}
.l-header__copyright {
  font-size: 1.1rem;
  color: #562F00;
}

/* スワイパーの矢印ボタンの共通設定 */
.swiper-button-next,
.swiper-button-prev {
  width: 7.1rem !important;
  height: 7.1rem !important;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  color: transparent; /* Swiperデフォルトの矢印を消す */
  position: absolute;
  z-index: 2;
  transform: translateY(-50%);
  top: 50%;
}
.swiper-button-next::after,
.swiper-button-prev::after {
  display: none;
}
@media screen and (max-width: 768px) {
  .swiper-button-next,
  .swiper-button-prev {
    width: 2.78rem !important;
    height: 2.78rem !important;
  }
}

/* 右矢印 */
.swiper-button-next {
  background-image: url("../img/arrow_02.webp");
  right: 16% !important;
}

/* 左矢印 */
.swiper-button-prev {
  background-image: url("../img/arrow_01.webp");
  left: 16% !important;
}

.swiper-button-next:hover {
  opacity: 0.7;
}

.swiper-button-prev:hover {
  opacity: 0.7;
}

.mv-swiper-wrap {
  position: relative;
  overflow: visible !important;
}

.swiper-pagination {
  bottom: -2.9rem !important;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .swiper-pagination {
    bottom: -1.3rem !important;
  }
}
.swiper-pagination-bullet {
  width: 11px !important;
  height: 11px !important;
  background: #ffffff !important;
  border: 1px solid rgba(0, 0, 0, 0.4) !important;
  opacity: 1;
  margin: 0 0.35rem !important;
  transition: all 0.3s;
  box-sizing: border-box;
}
.swiper-pagination-bullet-active {
  background: #562F00 !important;
  border: none !important;
}
@media screen and (max-width: 768px) {
  .swiper-pagination-bullet {
    width: 0.6rem !important;
    height: 0.6rem !important;
  }
}

.page-error .p-error {
  background: url(../img/bg-company.webp) no-repeat center/100% 100%;
  padding: 12rem 20px;
  text-align: center;
  min-height: 80vh;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .page-error .p-error {
    background: url(../img/bg-company-sp.webp) no-repeat center/cover;
  }
}
.page-error .p-error__inner {
  max-width: 800px;
  margin: 0 auto;
}
.page-error .p-error__code {
  font-size: 10rem;
  font-weight: bold;
  color: rgba(238, 162, 67, 0.4);
  line-height: 1;
  margin-bottom: 2rem;
  letter-spacing: 0.1em;
}
.page-error .p-error__title {
  font-size: 2.4rem;
  font-weight: bold;
  color: #562F00;
  margin-bottom: 4rem;
  text-shadow: 2px 2px 4px rgba(205, 146, 146, 0.15);
}
.page-error .p-error__content {
  margin-bottom: 6rem;
}
.page-error .p-error__text {
  font-size: 1.6rem;
  line-height: 2;
  margin-bottom: 1rem;
}
.page-error .p-error__button .c-btn-back {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  min-width: 260px;
  padding: 1.5rem 3rem;
  border: 1px solid #562F00;
  border-radius: 50px;
  color: #562F00;
  font-size: 1.6rem;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.3s ease;
}
.page-error .p-error__button .c-btn-back::before {
  content: "<";
  margin-right: 2rem;
}
.page-error .p-error__button .c-btn-back:hover {
  background-color: #562F00;
  color: #fff;
}

.page-about {
  background: url(../img/bg-about.webp) no-repeat center/100% 100%;
  padding: 15.2rem 20px 10rem;
}
@media screen and (max-width: 768px) {
  .page-about {
    background: url(../img/bg-about-sp.webp) no-repeat center/cover;
    padding: 7.5rem 0 6.3rem;
  }
}
.page-about .p-about__inner {
  max-width: 75.3rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .page-about .p-about__inner {
    max-width: 30.9rem;
  }
}
.page-about .p-about__text-wrapper {
  margin-top: 5.1rem;
  color: #562F00;
}
@media screen and (max-width: 768px) {
  .page-about .p-about__text-wrapper {
    margin-top: 2.7rem;
  }
}
.page-about .p-about__text {
  line-height: 2.18;
  font-size: 1.8rem;
  margin-bottom: 4.5rem;
}
@media screen and (max-width: 768px) {
  .page-about .p-about__text {
    font-size: 1.4rem;
    margin-bottom: 4rem;
  }
}
.page-about .p-about__text:last-child {
  margin-bottom: 0;
}
.page-about .p-business-content {
  margin: 7rem 20px 1.7rem;
}
@media screen and (max-width: 768px) {
  .page-about .p-business-content {
    margin: 5.6rem 0 2.4rem;
  }
}
.page-about .p-business-content__inner {
  max-width: 100.4rem;
  margin: 0 auto;
  background: url(../img/frame.webp) no-repeat center/100% 100%;
  padding: 9.2rem 12.2rem;
}
@media screen and (max-width: 768px) {
  .page-about .p-business-content__inner {
    padding: 8.4rem 4rem;
    background: url(../img/frame-sp.webp) no-repeat center/100% 100%;
    max-width: 100%;
  }
}
.page-about .p-business-content__text-wrapper {
  margin-top: 5.1rem;
  color: #562F00;
}
@media screen and (max-width: 768px) {
  .page-about .p-business-content__text-wrapper {
    margin-top: 2.7rem;
  }
}
.page-about .p-business-content__text {
  line-height: 2.18;
  font-size: 1.8rem;
  margin-bottom: 4.5rem;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .page-about .p-business-content__text {
    font-size: 1.4rem;
    margin-bottom: 4rem;
  }
}
.page-about .p-business-content__text:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .page-about .c-main-button a {
    font-size: 1.6rem;
  }
}

.page-company .p-company {
  background: url(../img/bg-company.webp) no-repeat center/100% 100%;
  padding: 15.4rem 0 18.6rem;
}
@media screen and (max-width: 768px) {
  .page-company .p-company {
    background: url(../img/bg-company-sp.webp) no-repeat center/cover;
    padding: 7.5rem 0 8.1rem;
  }
}
.page-company .p-company__inner {
  max-width: 46.8rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .page-company .p-company__inner {
    max-width: 29.6rem;
  }
}
.page-company .p-company__inner .c-section-title {
  text-align: center;
}
.page-company .p-company__content {
  margin-top: 9rem;
}
@media screen and (max-width: 768px) {
  .page-company .p-company__content {
    margin-top: 4.3rem;
  }
}
.page-company .p-company__list {
  margin: 0;
  padding: 0;
}
.page-company .p-company__item {
  padding: 1.2rem 0 1.1rem;
  border-bottom: 1px solid #EEA243;
}
@media screen and (max-width: 768px) {
  .page-company .p-company__item {
    padding: 1.2rem 0 1.5rem;
  }
}
.page-company .p-company__item:last-child {
  margin-bottom: 0;
}
.page-company .p-company__term {
  font-size: 1.2rem;
  margin-bottom: 0.8rem;
}
.page-company .p-company__description {
  font-size: 1.6rem;
  line-height: 1.47;
  margin-left: 0;
}
.page-company .p-company__description a {
  color: inherit;
  text-decoration: none;
}
.page-company .p-company__description a:hover {
  text-decoration: underline;
}

.page-contact .p-contact {
  background: url(../img/bg-contact.webp) no-repeat center/100% 100%;
  padding: 15.5rem 0 11.5rem;
}
@media screen and (max-width: 768px) {
  .page-contact .p-contact {
    background: url(../img/bg-contact-sp.webp) no-repeat center/cover;
    padding: 7.5rem 0 6.3rem;
  }
}
.page-contact .p-contact__inner {
  max-width: 45.7rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .page-contact .p-contact__inner {
    max-width: 31.8rem;
  }
}
.page-contact .p-contact__inner .c-section-title {
  text-align: center;
}
.page-contact .p-contact__form {
  margin-top: 11.5rem;
  font-family: "Inter", sans-serif;
}
@media screen and (max-width: 768px) {
  .page-contact .p-contact__form {
    margin-top: 5.3rem;
  }
}
.page-contact .p-contact__item {
  margin-bottom: 2.8rem;
}
@media screen and (max-width: 768px) {
  .page-contact .p-contact__item {
    margin-bottom: 2.1rem;
  }
}
.page-contact .p-contact__label {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  margin-bottom: 0.9rem;
}
.page-contact .p-contact__label label {
  font-size: 1.6rem;
}
.page-contact .p-contact__input .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}
.page-contact .p-contact__input input[type=text],
.page-contact .p-contact__input input[type=email],
.page-contact .p-contact__input textarea {
  width: 100%;
  padding: 1.2rem 1.6rem;
  border: 1px solid #333;
  background-color: #fff;
  font-size: 1.4rem;
  box-sizing: border-box;
}
.page-contact .p-contact__input input[type=text]:focus,
.page-contact .p-contact__input input[type=email]:focus,
.page-contact .p-contact__input textarea:focus {
  outline: none;
  border-color: #EEA243;
}
.page-contact .p-contact__input input[type=text]::-moz-placeholder, .page-contact .p-contact__input input[type=email]::-moz-placeholder, .page-contact .p-contact__input textarea::-moz-placeholder {
  color: #A2A2A2;
}
.page-contact .p-contact__input input[type=text]::placeholder,
.page-contact .p-contact__input input[type=email]::placeholder,
.page-contact .p-contact__input textarea::placeholder {
  color: #A2A2A2;
}
.page-contact .p-contact__input textarea {
  height: 26.5rem;
  resize: vertical;
}
@media screen and (max-width: 768px) {
  .page-contact .p-contact__input textarea {
    height: 22.5rem;
  }
}
.page-contact .p-contact__submit {
  margin-top: 3.2rem;
  text-align: center;
}
.page-contact .p-contact__submit .c-btn-submit {
  background-color: #007ACC;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 500;
  padding: 1.7rem 7.5rem;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s;
}
@media screen and (max-width: 768px) {
  .page-contact .p-contact__submit .c-btn-submit {
    font-size: 1.6rem;
    padding: 1.7rem 7.8rem;
  }
}
.page-contact .p-contact__submit .c-btn-submit:hover {
  background-color: #005a91;
}
.page-contact .c-tag--required {
  background-color: #E42E00;
  color: #fff;
  font-size: 1.4rem;
  padding: 0.3rem 0.8rem;
}

.page-faq .p-faq {
  background: url(../img/bg-faq.webp) no-repeat center/100% 100%;
  padding: 15.5rem 0 12.6rem;
}
@media screen and (max-width: 768px) {
  .page-faq .p-faq {
    padding: 7.5rem 0 5.5rem;
    background: url(../img/bg-faq-sp.webp) no-repeat center/100% 100%;
  }
}
.page-faq .p-faq__inner {
  max-width: 64.1rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .page-faq .p-faq__inner {
    max-width: 34.5rem;
  }
}
.page-faq .p-faq__inner .c-section-title {
  text-align: center;
}
.page-faq .p-faq__list {
  margin: 12.6rem 0 10.3rem;
}
@media screen and (max-width: 768px) {
  .page-faq .p-faq__list {
    margin: 4.4rem 0;
  }
}
.page-faq .p-faq__item {
  border-bottom: 1px solid #EEA243;
}
.page-faq .p-faq__item.is-active .p-faq__icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
  opacity: 0;
}
.page-faq .p-faq__header {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 2rem 0 1rem;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .page-faq .p-faq__header {
    padding: 1.8rem 0 1rem;
  }
}
.page-faq .p-faq__number {
  background-color: #EEA243;
  color: #fff;
  width: 5.3rem;
  height: 5.3rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 2.2rem;
  flex-shrink: 0;
  margin-right: 2rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
}
@media screen and (max-width: 768px) {
  .page-faq .p-faq__number {
    width: 4.4rem;
    height: 4.4rem;
    font-size: 2rem;
    margin-right: 1.4rem;
  }
}
.page-faq .p-faq__question {
  flex-grow: 1;
  font-size: 1.6rem;
  line-height: 1.5;
  font-family: "Inter", sans-serif;
}
@media screen and (max-width: 768px) {
  .page-faq .p-faq__question {
    font-size: 1.4rem;
  }
}
.page-faq .p-faq__icon {
  position: relative;
  width: 1.4rem;
  height: 1.4rem;
  margin-left: 1.8rem;
}
.page-faq .p-faq__icon::before, .page-faq .p-faq__icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 1.5px;
  background-color: #EEA243;
  transform: translate(-50%, -50%);
  transition: 0.3s;
}
.page-faq .p-faq__icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.page-faq .p-faq__body {
  display: none;
}
.page-faq .p-faq__answer {
  padding: 0 0 3rem 7.3rem;
  color: #444;
  line-height: 1.8;
  font-size: 1.5rem;
  font-family: "Inter", sans-serif;
}
@media screen and (max-width: 768px) {
  .page-faq .c-main-button a {
    font-size: 1.6rem;
  }
}

.page-top .p-mv {
  background: url(../img/mv.webp) no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .page-top .p-mv {
    background: url(../img/mv-sp.webp) no-repeat;
    background-size: 100% 100%;
  }
}
.page-top .p-mv__inner {
  max-width: 127.1rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .page-top .p-mv__inner {
    max-width: 35rem;
  }
}
.page-top .p-mv__title {
  font-size: 3.6rem;
  color: #fff;
  text-shadow: 4px 4px 4px rgba(205, 146, 146, 0.25);
  font-weight: bold;
  margin: 27.2rem 0 18.8rem auto;
  display: inline-block;
  line-height: 1.52;
  letter-spacing: 0.018em;
}
@media screen and (max-width: 768px) {
  .page-top .p-mv__title {
    font-size: 1.3rem;
  }
}
.page-top .p-mv__title--large {
  font-size: 4rem;
}
@media screen and (max-width: 768px) {
  .page-top .p-mv__title--large {
    font-size: 1.6rem;
  }
}
.page-top .p-mv__box {
  background-color: rgba(255, 255, 255, 0.55);
  box-shadow: 4px 4px 4px rgba(89, 75, 52, 0.03);
  padding: 3.8rem 3.8rem 5rem 3.8rem;
  max-width: 92.2rem;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .page-top .p-mv__box {
    padding: 3.8rem 3rem 3rem 3rem;
  }
}
.page-top .p-mv__box--about {
  margin-bottom: 7.9rem;
}
@media screen and (max-width: 768px) {
  .page-top .p-mv__box--about {
    margin-bottom: 5.1rem;
  }
}
.page-top .p-mv__box--socionics {
  margin: 0 0 0 auto;
  margin-bottom: 8.1rem;
}
@media screen and (max-width: 768px) {
  .page-top .p-mv__box--socionics {
    margin-bottom: 4.6rem;
  }
}
.page-top .p-mv__box-text {
  font-size: 1.8rem;
  color: #562F00;
  line-height: 1.83;
  margin-top: 1.7rem;
}
@media screen and (max-width: 768px) {
  .page-top .p-mv__box-text {
    font-size: 1.5rem;
  }
}
.page-top .p-mv__button-wrapper {
  margin: 0 0 0 auto;
}
.page-top .p-mv__button {
  font-size: 1.8rem;
  line-height: 1.5;
  color: #562F00;
  border: 1px solid #562F00;
  display: inline-flex;
  gap: 2.6rem;
  align-items: center;
  position: relative;
  padding: 1rem 1.7rem 1.2rem 2.3rem;
  margin-top: 2.5rem;
  overflow: hidden;
  z-index: 1;
  transition: color 0.4s ease;
}
.page-top .p-mv__button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #EEA243;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
  z-index: -1;
}
.page-top .p-mv__button::after {
  content: "";
  background: url(../img/arrow-01.svg) no-repeat center/contain;
  display: block;
  width: 0.9rem;
  height: 1.8rem;
  transition: transform 0.4s ease, filter 0.4s ease;
}
.page-top .p-mv__button:hover {
  color: #fff;
  border: 1px solid #fff;
}
.page-top .p-mv__button:hover::before {
  transform: scaleX(1);
}
.page-top .p-mv__button:hover::after {
  transform: translateX(5px);
  filter: brightness(0) invert(1);
}
.page-top .p-company {
  padding: 9.5rem 0;
  background: url(../img/bg-companies.webp) no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .page-top .p-company {
    padding: 5.7rem 0 9.8rem 0;
    background-position: center;
    background: url(../img/bg-companies-sp.webp) no-repeat;
  }
}
.page-top .p-company__inner {
  background-color: #FDFDFC;
  box-shadow: 4px 4px 4px rgba(205, 146, 146, 0.25);
  max-width: 112.7rem;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page-top .p-company__inner {
    background-color: transparent;
  }
}
.page-top .p-company__text {
  font-size: 2rem;
  color: #562F00;
  padding: 3.8rem 0 3rem;
}
@media screen and (max-width: 768px) {
  .page-top .p-company__text {
    font-size: 1.4rem;
    line-height: 1.47;
  }
}
.page-top .p-company__img {
  width: 100%;
}
.page-top .p-news {
  padding: 10.9rem 2rem 6.6rem;
  background-color: #FFFDF3;
}
@media screen and (max-width: 768px) {
  .page-top .p-news {
    padding: 5.5rem 0 0 0;
  }
}
.page-top .p-news__inner {
  max-width: 64rem;
  margin: 0 auto;
}
.page-top .p-news .c-section-title {
  padding-left: 2.4rem;
}
.page-top .p-news__container {
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  .page-top .p-news__container {
    gap: 2.2rem;
    margin-top: 2.8rem;
  }
}
.page-top .p-news__item {
  background-color: rgba(255, 255, 255, 0.59);
  box-shadow: 4px 4px 4px rgba(89, 75, 52, 0.03);
}
.page-top .p-news__item.is-active .p-news__icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
  opacity: 0;
}
.page-top .p-news__item.is-active .p-news__body {
  display: block;
}
.page-top .p-news__header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2.3rem 2.8rem 2.6rem 2.3rem;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  transition: background 0.3s;
  position: relative;
}
.page-top .p-news__header ::before {
  width: 91.7%;
  height: 1px;
  background: #EEA243;
  position: absolute;
  content: "";
  bottom: 1.4rem;
}
.page-top .p-news__meta {
  display: flex;
  flex-direction: column;
  gap: 1.3rem;
}
.page-top .p-news__date {
  font-size: 1.2rem;
  color: #EEA243;
  display: block;
}
.page-top .p-news__title {
  font-size: 1.8rem;
  margin: 0;
  font-family: "Inter", sans-serif;
  color: #000;
}
.page-top .p-news__icon {
  position: relative;
  width: 2.8rem;
  height: 2.8rem;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .page-top .p-news__icon {
    width: 2rem;
    height: 2rem;
  }
}
.page-top .p-news__icon::before, .page-top .p-news__icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 0.3rem;
  background-color: #EEA243;
  transform: translate(-50%, -50%);
  transition: 0.3s ease;
  border-radius: 1rem;
}
.page-top .p-news__icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.page-top .p-news__body {
  display: none;
  padding: 1.2rem 2.4rem 3.4rem;
}
@media screen and (max-width: 768px) {
  .page-top .p-news__body {
    padding-bottom: 3rem;
  }
}
.page-top .p-news__content {
  line-height: 1.3;
  font-size: 1.6rem;
  font-family: "Inter", sans-serif;
}
.page-top .p-news__content p {
  margin-bottom: 1.2em;
}
.page-top .p-news__content p:last-child {
  margin-bottom: 0;
}
.page-top .p-news__banner {
  margin-top: 5.6rem;
  text-align: center;
}
.page-top .p-news__banner a {
  display: inline-block;
  transition: opacity 0.3s;
}
.page-top .p-news__banner a:hover {
  opacity: 0.8;
}

.l-legal {
  max-width: 90rem;
  margin: 4rem auto;
  padding: 0 20px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .l-legal {
    margin: 2rem auto;
  }
}
.l-legal h2 {
  font-size: 2.4rem;
  color: #562F00;
  border-bottom: 2px solid #EEA243;
  padding-bottom: 0.5rem;
  margin-top: 4rem;
  margin-bottom: 2rem;
  font-weight: 700;
}
.l-legal h3 {
  font-size: 1.8rem;
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
}
.l-legal h3::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 24px;
  background-color: #EEA243;
  margin-right: 12px;
  border-radius: 4px;
}
.l-legal p, .l-legal li {
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
}
.l-legal ul {
  padding-left: 2rem;
  list-style-type: disc;
}
.l-legal__table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 2rem;
  border-top: 1px solid #ddd;
}
.l-legal__table tr {
  border-bottom: 1px solid #ddd;
}
.l-legal__table th {
  width: 30%;
  background-color: rgba(86, 47, 0, 0.05);
  text-align: left;
  padding: 1.5rem;
  font-size: 1.4rem;
  font-weight: 700;
  vertical-align: top;
}
.l-legal__table td {
  padding: 1.5rem;
  font-size: 1.4rem;
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  .l-legal__table th, .l-legal__table td {
    display: block;
    width: 100%;
  }
  .l-legal__table th {
    padding-bottom: 0.5rem;
    background-color: transparent;
    color: #562F00;
    font-size: 1.3rem;
  }
  .l-legal__table td {
    padding-top: 0.5rem;
    padding-bottom: 1.5rem;
  }
}
.l-legal__contact-box {
  background: #f9f9f9;
  border: 1px solid #eee;
  padding: 2rem;
  border-radius: 8px;
  margin-top: 3rem;
  text-align: center;
}
.l-legal__contact-box p {
  margin-bottom: 0.5rem;
}
.l-legal__contact-box p:last-child {
  margin-bottom: 0;
}

.p-profiler {
  background: url(../img/bg-profiler.webp) no-repeat center/100% 100%;
  padding: 15.2rem 0 24.8rem;
}
@media screen and (max-width: 768px) {
  .p-profiler {
    padding: 7.5rem 0 12.2rem;
    background: url(../img/bg-profiler-sp.webp) no-repeat center/100% 100%;
  }
}
.p-profiler__inner {
  max-width: 75.8rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-profiler__inner {
    max-width: 30.9rem;
  }
}
.p-profiler__text-wrapper {
  margin-top: 5.1rem;
}
.p-profiler__text,
.p-profiler .p-socionics__text {
  font-size: 1.8rem;
  margin-bottom: 4.5rem;
  line-height: 2.18;
  color: #562F00;
}
@media screen and (max-width: 768px) {
  .p-profiler__text,
  .p-profiler .p-socionics__text {
    font-size: 1.4rem;
    margin-bottom: 3.2rem;
  }
}
.p-profiler__text:last-child,
.p-profiler .p-socionics__text:last-child {
  margin-bottom: 0;
}
.p-profiler__cta {
  text-align: center;
  display: flex;
  gap: 1.7rem;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 6.9rem;
}
@media screen and (max-width: 768px) {
  .p-profiler__cta {
    margin-top: 4.1rem;
  }
}
@media screen and (max-width: 768px) {
  .p-profiler__cta .c-main-button a {
    width: 20.6rem;
    padding: 1.1rem 3.2rem 1.1rem 5.1rem;
  }
}
.p-profiler__cta--top-text {
  font-size: 1.8rem;
  display: inline-block;
  background: linear-gradient(90deg, #ED5837 0%, #D4009F 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  position: relative;
}
.p-profiler__cta--top-text::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, #ED5837 0%, #D4009F 100%);
}
.p-profiler__cta--bottom-text {
  display: inline-block;
  background: linear-gradient(90deg, #ED5837 0%, #D4009F 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .p-profiler__cta--bottom-text {
    font-size: 1.3rem;
  }
}

.page-socionics {
  background: url(../img/bg-socionics.webp) no-repeat center/100% 100%;
  padding: 15.2rem 0 0;
}
@media screen and (max-width: 768px) {
  .page-socionics {
    background: url(../img/bg-socionics-sp.webp) no-repeat center/cover;
    padding: 7.5rem 0 0;
  }
}
.page-socionics .p-socionics__inner {
  max-width: 75.3rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .page-socionics .p-socionics__inner {
    max-width: 30.9rem;
  }
}
.page-socionics .p-socionics__text-wrapper {
  margin-top: 5.1rem;
  color: #562F00;
}
@media screen and (max-width: 768px) {
  .page-socionics .p-socionics__text-wrapper {
    margin: 2.7rem auto 0;
  }
}
.page-socionics .p-socionics__text {
  line-height: 2.18;
  font-size: 1.8rem;
  margin-bottom: 4.5rem;
}
@media screen and (max-width: 768px) {
  .page-socionics .p-socionics__text {
    font-size: 1.4rem;
  }
}
.page-socionics .p-socionics__text:last-child {
  margin-bottom: 0;
}
.page-socionics .p-socionics__img {
  text-align: center;
  max-width: 75.3rem;
  margin: 7.8rem auto 0;
}
@media screen and (max-width: 768px) {
  .page-socionics .p-socionics__img {
    max-width: 100%;
    margin-top: 4rem;
  }
}
.page-socionics .p-mbti {
  padding: 7.8rem 0 15rem;
}
@media screen and (max-width: 768px) {
  .page-socionics .p-mbti {
    padding: 4rem 0 5rem;
  }
}
.page-socionics .p-mbti .c-section-title__orange {
  color: #EEA243;
}
.page-socionics .p-mbti__inner {
  max-width: 75.3rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .page-socionics .p-mbti__inner {
    max-width: 30.9rem;
  }
}
.page-socionics .p-mbti__text-wrapper {
  margin-top: 5.1rem;
  color: #562F00;
}
@media screen and (max-width: 768px) {
  .page-socionics .p-mbti__text-wrapper {
    margin-top: 2.7rem;
  }
}
.page-socionics .p-mbti__text {
  line-height: 2.18;
  font-size: 1.8rem;
  margin-bottom: 4.5rem;
}
@media screen and (max-width: 768px) {
  .page-socionics .p-mbti__text {
    font-size: 1.4rem;
    margin-bottom: 4rem;
  }
}
.page-socionics .p-mbti__text:last-child {
  margin-bottom: 0;
}
.page-socionics .p-future {
  padding: 15rem 20px 15.8rem;
  background: url(../img/bg-future.webp) no-repeat center/cover;
}
@media screen and (max-width: 768px) {
  .page-socionics .p-future {
    padding: 3rem 0 4.6rem;
  }
}
.page-socionics .p-future__inner {
  max-width: 89.7rem;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.58);
  padding: 7.7rem 6.9rem 7.8rem 7.5rem;
}
@media screen and (max-width: 768px) {
  .page-socionics .p-future__inner {
    max-width: 34.4rem;
    padding: 3.8rem 1.6rem 4.5rem;
  }
}
.page-socionics .p-future .c-section-title {
  color: #EEA243;
}
.page-socionics .p-future__text-wrapper {
  margin-top: 5.1rem;
  color: #562F00;
}
.page-socionics .p-future__text {
  line-height: 2.18;
  font-size: 1.8rem;
  margin-bottom: 4.5rem;
}
@media screen and (max-width: 768px) {
  .page-socionics .p-future__text {
    font-size: 1.4rem;
    margin-bottom: 4rem;
  }
}
.page-socionics .p-future__text:last-child {
  margin-bottom: 0;
}

.page-thanks .p-thanks {
  background: url(../img/bg-contact.webp) no-repeat center/cover;
  padding: 15.5rem 20px 11.5rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page-thanks .p-thanks {
    background: url(../img/bg-contact-sp.webp) no-repeat center/cover;
    padding: 7.5rem 0 6.3rem;
  }
}
.page-thanks .p-thanks__inner {
  max-width: 78rem;
  margin: 0 auto;
}
.page-thanks .p-thanks__content {
  margin-top: 5rem;
  padding: 4rem 2rem;
  border-radius: 8px;
}
.page-thanks .p-thanks__message {
  font-size: 2.2rem;
  font-weight: bold;
  color: #562F00;
  margin-bottom: 3rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .page-thanks .p-thanks__message {
    font-size: 1.8rem;
  }
}
.page-thanks .p-thanks__text {
  font-size: 1.6rem;
  line-height: 2;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .page-thanks .p-thanks__text {
    font-size: 1.4rem;
  }
}
.page-thanks .p-thanks__button {
  margin-top: 6rem;
}
@media screen and (max-width: 768px) {
  .page-thanks .p-thanks__button {
    margin-top: 4.6rem;
  }
}

.c-section-title {
  font-size: 3.2rem;
  color: #562F00;
  font-weight: bold;
  line-height: 1.4375;
}
@media screen and (max-width: 768px) {
  .c-section-title {
    font-size: 2rem;
  }
}

.c-btn {
  display: flex;
  align-items: center;
  text-decoration: none;
  transition: all 0.3s;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.c-btn--outline {
  border: 1px solid #562F00;
  color: #562F00;
  background-color: #ffffff;
  padding: 2rem 3.7rem 2rem 3.2rem;
  gap: 1.8rem;
  font-size: 2.4rem;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .c-btn--outline {
    font-size: 1.8rem;
    padding: 2rem 2rem 2rem 2.5rem;
  }
}
.c-btn--outline:hover {
  background-color: #562F00;
  color: #ffffff;
}
.c-btn--outline:hover .c-btn__arrow {
  background-color: #ffffff;
}
.c-btn--outline:hover .c-btn__arrow::after {
  background-color: #ffffff;
}
.c-btn--news {
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .c-btn--news {
    font-size: 1.3rem;
    padding: 1.3rem 1.4rem;
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .c-btn--news-pc {
    display: none;
  }
}
.c-btn--news-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .c-btn--news-sp {
    display: flex;
  }
}
.c-btn--blue {
  color: #ffffff;
  background-color: #562F00;
  padding: 2rem 3.6rem;
  line-height: 2.9rem;
  font-size: 2.4rem;
  margin-left: auto;
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .c-btn--blue {
    font-size: 1.3rem;
    padding: 1.1rem 1.8rem;
    line-height: 1.5;
  }
}
.c-btn__arrow {
  position: relative;
  width: 6.4rem;
  height: 1px;
  background-color: currentColor;
}
@media screen and (max-width: 768px) {
  .c-btn__arrow {
    width: 4.8rem;
  }
}
.c-btn__arrow::after {
  content: "";
  position: absolute;
  right: -0.2rem;
  top: -0.4rem;
  width: 1.5rem;
  height: 1px;
  background-color: currentColor;
  transform: rotate(35deg);
}

.c-btn--primary {
  background-color: #562F00;
  color: #fff;
  border: none;
  padding: 1.7rem 7.6rem;
  border-radius: 5rem;
  font-size: 1.8rem;
  display: inline-block;
  font-weight: 700;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .c-btn--primary {
    font-size: 1.4rem;
    padding: 1rem 5.5rem;
    line-height: 1.5;
  }
}

.c-page-top {
  position: fixed;
  bottom: 30.3rem;
  width: 3.9rem;
  right: 0;
}
@media screen and (max-width: 768px) {
  .c-page-top {
    bottom: 7.6rem;
  }
}

.c-main-button {
  text-align: center;
}
.c-main-button a {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  border: 1px solid #562F00;
  border-radius: 50px;
  padding: 1rem 2.4rem 1.1rem 3.4rem;
  color: #562F00;
  text-decoration: none;
  transition: all 0.3s ease;
  width: 20.7rem;
  position: relative;
  font-size: 1.8rem;
  line-height: 1.6;
  gap: 3.4rem;
}
@media screen and (max-width: 768px) {
  .c-main-button a {
    width: 16.4rem;
    padding: 1.1rem 1.6rem 1.1rem 2.1rem;
  }
}
.c-main-button a::after {
  content: "";
  background: url(../img/arrow-01.svg) no-repeat center/contain;
  width: 0.9rem;
  height: 1.8rem;
  display: block;
}
.c-main-button a:hover {
  background-color: #562F00;
  color: #fff;
}
.c-main-button a:hover::after {
  background: url(../img/arrow-02.svg) no-repeat center/contain;
}
.c-main-button--test a {
  gap: 4.1rem;
}

.c-btn-back {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  min-width: 24rem;
  padding: 1rem 2.4rem 1.1rem 3.4rem;
  border: 1px solid #562F00;
  border-radius: 50px;
  color: #562F00;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.6;
  text-decoration: none;
  transition: all 0.3s ease;
  gap: 3.4rem;
}
.c-btn-back::before {
  content: "<";
  margin-right: 1rem;
  display: block;
}
.c-btn-back:hover {
  background-color: #562F00;
  color: #fff;
}

.c-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.3rem;
  margin-top: 4.3rem;
}
@media screen and (max-width: 768px) {
  .c-pagination {
    gap: 1rem;
    margin-top: 3.4rem;
  }
}
.c-pagination__list {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.c-pagination__item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.3rem;
  height: 3.3rem;
  border: 1px solid #562F00;
  background-color: #fff;
  color: #562F00;
  font-size: 1.6rem;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .c-pagination__item {
    width: 2.626rem;
    height: 2.626rem;
  }
}
.c-pagination__item:hover:not(.is-active) {
  background-color: #ffffff;
  border-color: #562F00;
  color: #562F00;
}
.c-pagination__item.is-active {
  background-color: #562F00;
  border-color: #562F00;
  color: #ffffff;
  cursor: default;
}
@media screen and (max-width: 768px) {
  .c-pagination__item {
    width: 3.5rem;
    height: 3.5rem;
    font-size: 1.2rem;
  }
}
.c-pagination__prev, .c-pagination__next {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 1.5rem;
  height: 4rem;
  background-color: #562F00;
  color: #fff;
  font-size: 1.6rem;
  text-decoration: none;
  transition: background-color 0.3s;
  border: 1px solid #562F00;
}
@media screen and (max-width: 768px) {
  .c-pagination__prev, .c-pagination__next {
    font-size: 1.4rem;
  }
}
.c-pagination__prev:hover, .c-pagination__next:hover {
  background-color: #ffffff;
  border-color: #562F00;
  color: #562F00;
}
@media screen and (max-width: 768px) {
  .c-pagination__prev, .c-pagination__next {
    height: 3.5rem;
    padding: 0 1rem;
    font-size: 1.1rem;
  }
}

.u-color-blue {
  color: #562F00;
}/*# sourceMappingURL=style.css.map */