@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] {
  text-decoration: underline dotted; /* 2 */
}

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  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;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  color: #333333;
  line-height: 1.6;
}

.l-header {
  width: 100%;
  background-color: #ffffff;
  position: sticky;
  top: 0;
  z-index: 100;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 768px) {
  .l-header {
    position: relative;
    height: calc(100 * 0.1333333333vw);
    box-shadow: none;
  }
}
.l-header__inner {
  margin: 0 auto;
  padding: 0 220px 0 30px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .l-header__inner {
    height: calc(100 * 0.1333333333vw);
    padding: 0 calc(100 * 0.1333333333vw) 0 calc(40 * 0.1333333333vw);
  }
}
@media screen and (max-width: 768px) {
  .l-header__logo {
    width: calc(340 * 0.1333333333vw);
  }
}
.l-header__logo {
  width: 340px;
  display: flex;
  flex-direction: column;
}
.l-header__logo-main {
  width: 100%;
  line-height: 1;
}
.l-header__logo-main img {
  width: 100%;
}
.l-header__logo-sub {
  font-family: "Lato", sans-serif;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.25em;
  margin-top: 15px;
  color: #004b98;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .l-header__logo {
    width: 200px;
  }
  .l-header__logo-sub {
    margin-top: calc(15 * 0.1333333333vw);
    font-size: calc(18 * 0.1333333333vw);
  }
}
.l-header__nav {
  margin-left: auto;
  margin-right: 40px;
}
@media screen and (max-width: 768px) {
  .l-header__nav {
    display: none;
  }
}
.l-header__list {
  display: flex;
  align-items: center;
  gap: 40px;
}
.l-header__link {
  text-decoration: none;
  color: #333333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  white-space: nowrap;
}
.l-header__link:hover {
  color: #004b98;
}
.l-header__actions {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  width: 200px;
  height: 90px;
}
@media screen and (max-width: 768px) {
  .l-header__actions {
    display: none;
  }
}
.l-header__actions .c-button {
  height: 45px;
  border: none;
  border-radius: 0;
  max-width: 100%;
  flex-direction: row;
  padding: 0;
}
.l-header__actions .c-button__content {
  margin-bottom: 0;
  flex-direction: row;
}
.l-header__actions .c-button__icon {
  margin-right: 8px;
  width: 20px;
  height: auto;
}
.l-header__actions .c-button__icon img {
  width: 100%;
  height: auto;
}
.l-header__actions .c-button__text {
  font-size: 1.3rem;
}
.l-header__actions .c-button__read {
  display: none !important;
}
.l-header__hamburger {
  display: none;
}
@media screen and (max-width: 768px) {
  .l-header__hamburger {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    right: 0;
    width: calc(100 * 0.1333333333vw);
    height: calc(100 * 0.1333333333vw);
    background-color: #004b98;
    border: none;
    z-index: 120;
    cursor: pointer;
    padding: 0;
  }
  .l-header__hamburger-lines {
    width: calc(50 * 0.1333333333vw);
    height: calc(42 * 0.1333333333vw);
    position: relative;
  }
  .l-header__hamburger span {
    position: absolute;
    left: 0;
    width: calc(50 * 0.1333333333vw);
    height: calc(4 * 0.1333333333vw);
    background-color: #ffffff;
    transition: all 0.3s ease;
  }
  .l-header__hamburger span:nth-child(1) {
    top: 0;
  }
  .l-header__hamburger span:nth-child(2) {
    top: calc(19 * 0.1333333333vw);
  }
  .l-header__hamburger span:nth-child(3) {
    top: calc(38 * 0.1333333333vw);
  }
  .l-header__hamburger.is-open .l-header__hamburger-lines {
    width: calc(60 * 0.1333333333vw);
    height: calc(45 * 0.1333333333vw);
  }
  .l-header__hamburger.is-open span {
    width: calc(60 * 0.1333333333vw);
    top: 50%;
    margin-top: calc(-2 * 0.1333333333vw);
  }
  .l-header__hamburger.is-open span:nth-child(1) {
    transform: rotate(45deg);
  }
  .l-header__hamburger.is-open span:nth-child(2) {
    opacity: 0;
  }
  .l-header__hamburger.is-open span:nth-child(3) {
    transform: rotate(-45deg);
  }
}
@media screen and (max-width: 768px) {
  .l-header__sp-menu {
    padding-top: 100px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #fbf9f6;
    z-index: 110;
    transform: translateX(100%);
    transition: transform 0.4s ease, visibility 0s linear 0.4s;
    overflow-y: auto;
  }
  .l-header__sp-menu.is-open {
    transform: translateX(0);
    visibility: visible;
    transition: transform 0.4s ease, visibility 0s linear 0s;
  }
  .l-header__sp-menu .c-footer-nav__item a {
    color: #333;
  }
  .l-header__sp-menu .c-footer-nav__item:not(:last-child)::after {
    background-color: #333;
  }
}
@media screen and (min-width: 769px) {
  .l-header__sp-menu {
    display: none;
  }
}
.l-header__sp-inner {
  padding: 0 calc(40 * 0.1333333333vw);
}
.l-header__sp-item {
  border-bottom: 1px solid #eee;
}
.l-header__sp-item:first-child {
  border-top: 1px solid #eee;
}
.l-header__sp-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: calc(40 * 0.1333333333vw) calc(40 * 0.1333333333vw);
  font-size: 1.6rem;
  font-weight: bold;
  color: #333333;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .l-header__sp-link {
    font-size: calc(36 * 0.1333333333vw);
    font-weight: 400;
  }
}
.l-header__sp-link::after {
  content: "";
  width: calc(30 * 0.1333333333vw);
  height: calc(20 * 0.1333333333vw);
  background: url(../img/icon/icon-arrow.svg) no-repeat;
  background-size: contain;
}
.l-header__sp-actions {
  padding: calc(80 * 0.1333333333vw) 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.l-header__sp-actions .c-button {
  width: 100%;
  height: calc(200 * 0.1333333333vw);
}
.l-header__sp-corporate {
  padding: 0 0 calc(120 * 0.1333333333vw);
}
.l-header__sp-corporate .c-button-outline {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: calc(98 * 0.1333333333vw);
  border: 1px solid #333333;
  border-radius: 100px;
  font-size: 1.5rem;
  font-weight: bold;
  text-decoration: none;
  color: #333333;
  position: relative;
}
.l-header__sp-corporate .c-button-outline::after {
  content: "";
  width: calc(30 * 0.1333333333vw);
  height: calc(20 * 0.1333333333vw);
  background: url(../img/icon/icon-arrow.svg) no-repeat;
  background-size: contain;
  position: absolute;
  right: calc(100 * 0.1333333333vw);
}
.l-header__action-btn {
  width: 220px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
  transition: opacity 0.3s;
}
.l-header__action-btn:hover {
  opacity: 0.9;
}
.l-header__action-btn--gold {
  background-color: #b29e57;
}
.l-header__action-btn--navy {
  background-color: #004b98;
}
.l-header__action-btn i {
  margin-bottom: 5px;
  font-size: 1.8rem;
}
.l-header__action-btn span {
  font-size: 1.3rem;
}

.l-footer {
  width: 100%;
  color: #fff;
}
.l-footer__upper.u-pc-only {
  background-color: #333333;
  padding: 60px 0;
}
.l-footer__upper.u-pc-only .l-footer__inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.l-footer__upper.u-pc-only .l-footer__left {
  text-align: left;
}
.l-footer__upper.u-pc-only .l-footer__company {
  width: 400px;
  margin-bottom: 35px;
}
.l-footer__upper.u-pc-only .l-footer__company img {
  width: 100%;
  height: auto;
  display: block;
}
.l-footer__upper.u-pc-only .l-footer__address-group {
  font-size: 12px;
  line-height: 2;
  color: #fff;
}
.l-footer__upper.u-pc-only .l-footer__right {
  text-align: right;
}
.l-footer__upper.u-pc-only .l-footer__right .c-footer-nav__list {
  justify-content: center;
  margin-bottom: 25px;
}
.l-footer__upper.u-pc-only .l-footer__right .c-button-outline {
  margin: 0 0 0 auto;
  width: 440px;
}
.l-footer__upper.u-sp-only {
  background-color: #333333;
  padding: calc(80 * 0.1333333333vw) calc(40 * 0.1333333333vw);
  text-align: center;
}
.l-footer__upper.u-sp-only .l-footer__inner {
  width: 100%;
}
.l-footer__upper.u-sp-only .l-footer__sp-nav-area .c-footer-nav__list {
  justify-content: center;
  margin-bottom: calc(60 * 0.1333333333vw);
}
.l-footer__upper.u-sp-only .l-footer__sp-nav-area .c-button-outline {
  width: 100%;
  height: calc(100 * 0.1333333333vw);
  margin: 0 auto;
}
.l-footer__lower.u-sp-only {
  padding: 0;
}
.l-footer__lower.u-sp-only .l-footer__company {
  width: calc(496 * 0.1333333333vw);
  margin: 0 auto calc(30 * 0.1333333333vw);
  padding-top: calc(50 * 0.1333333333vw);
}
.l-footer__lower.u-sp-only .l-footer__company img {
  width: 100%;
  height: auto;
  display: block;
}
.l-footer__lower.u-sp-only .l-footer__address-group {
  display: block;
  width: fit-content;
  margin: 0 auto;
  text-align: center;
  font-size: calc(18 * 0.1333333333vw);
  line-height: 2;
  color: #dbdbdb;
}
.l-footer__lower {
  background-color: #464646;
  padding: 20px 0;
  text-align: center;
}
.l-footer__copyright {
  font-size: 12px;
  color: #ccc;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .l-footer__copyright {
    font-size: calc(20 * 0.1333333333vw);
    padding-bottom: calc(40 * 0.1333333333vw);
  }
}

.l-footer__address-item {
  display: flex;
}
@media screen and (max-width: 768px) {
  .l-footer__address-item {
    justify-content: center;
    gap: calc(20 * 0.1333333333vw);
    white-space: nowrap;
  }
}

.l-footer__address-label {
  width: 3.5em;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .l-footer__address-label {
    width: auto;
  }
}

@media screen and (max-width: 768px) {
  .home .l-footer {
    padding-bottom: calc(60 * 0.1333333333vw);
  }
}

.l-main-visual {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.l-main-visual__slider.swiper {
  width: 100%;
  height: 100vh;
}
.l-main-visual__slider.swiper .swiper-slide {
  width: 100%;
  height: 100%;
}
.l-main-visual__slider.swiper .swiper-slide a,
.l-main-visual__slider.swiper .swiper-slide picture,
.l-main-visual__slider.swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.l-main-visual .main-slide-pager.swiper-pagination {
  position: inherit;
  width: auto !important;
  display: flex !important;
  gap: 20px;
  z-index: 30;
  margin: 60px 0 0;
}
@media screen and (max-width: 768px) {
  .l-main-visual .main-slide-pager.swiper-pagination {
    position: absolute;
    top: calc(-330 * 0.1333333333vw);
    right: calc(-150 * 0.1333333333vw);
    bottom: auto;
    left: auto;
    transform: none;
    flex-direction: column;
    gap: calc(18 * 0.1333333333vw);
    width: calc(100 * 0.1333333333vw) !important;
    margin: 0;
  }
}
.l-main-visual .main-slide-pager.swiper-pagination .swiper-pagination-bullet {
  width: auto !important;
  height: auto !important;
  background: transparent !important;
  opacity: 1 !important;
  border-radius: 0 !important;
  margin: 0 !important;
  display: flex;
  align-items: center;
  gap: 15px;
  cursor: pointer;
  border: none !important;
  box-shadow: none !important;
}
.l-main-visual .main-slide-pager.swiper-pagination .swiper-pagination-bullet .pager-num {
  color: #fff;
  font-size: 14px;
  font-family: serif;
  font-weight: bold;
  line-height: 1;
}
.l-main-visual .main-slide-pager.swiper-pagination .swiper-pagination-bullet .bar-wrap {
  background: rgba(255, 255, 255, 0.3);
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .l-main-visual .main-slide-pager.swiper-pagination .swiper-pagination-bullet .bar-wrap {
    width: 50px;
    height: 6px;
  }
}
@media screen and (max-width: 768px) {
  .l-main-visual .main-slide-pager.swiper-pagination .swiper-pagination-bullet .bar-wrap {
    width: calc(6 * 0.1333333333vw);
    height: calc(63 * 0.1333333333vw);
  }
}
.l-main-visual .main-slide-pager.swiper-pagination .swiper-pagination-bullet .bar {
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
}
@media screen and (min-width: 769px) {
  .l-main-visual .main-slide-pager.swiper-pagination .swiper-pagination-bullet .bar {
    width: 0;
    height: 100%;
  }
}
@media screen and (max-width: 768px) {
  .l-main-visual .main-slide-pager.swiper-pagination .swiper-pagination-bullet .bar {
    width: 100%;
    height: 0;
  }
}
@media screen and (min-width: 769px) {
  .l-main-visual .main-slide-pager.swiper-pagination .swiper-pagination-bullet-active .bar {
    animation: main-progress-pc 5s linear forwards;
  }
}
@media screen and (max-width: 768px) {
  .l-main-visual .main-slide-pager.swiper-pagination .swiper-pagination-bullet-active .bar {
    animation: main-progress-sp 5s linear forwards;
  }
}
@media screen and (min-width: 769px) {
  .l-main-visual__content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    display: flex;
    align-items: center;
    pointer-events: none;
  }
}
.l-main-visual__content > * {
  pointer-events: auto;
}
.l-main-visual__inner {
  max-width: 1400px;
  margin: 0 auto;
  width: 100%;
  padding: 0 100px;
}
@media screen and (max-width: 768px) {
  .l-main-visual__inner {
    padding: 0;
  }
}
.l-main-visual__text {
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .l-main-visual__text {
    position: absolute;
    top: calc(915 * 0.1333333333vw);
    left: calc(40 * 0.1333333333vw);
    z-index: 10;
    margin-bottom: 0;
  }
}
.l-main-visual__title {
  font-size: 60px;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .l-main-visual__title {
    font-size: calc(50 * 0.1333333333vw);
    line-height: 1.6;
  }
}
.l-main-visual__lead {
  font-size: 24px;
  line-height: 1.5;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .l-main-visual__lead {
    font-size: calc(24 * 0.1333333333vw);
    margin-top: calc(50 * 0.1333333333vw);
  }
}
.l-main-visual__actions {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  width: 100%;
  max-width: 1000px;
  display: flex;
  justify-content: center;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .l-main-visual__actions {
    position: relative;
    bottom: auto;
    left: auto;
    transform: none;
    display: block;
    margin-top: 0;
  }
}

@keyframes main-progress-pc {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes main-progress-sp {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
.c-button {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-decoration: none;
  transition: opacity 0.3s;
  color: #ffffff;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
}
.c-button:hover {
  opacity: 0.8;
}
.c-button--mv {
  border: 5px solid #ffffff;
  height: 100px;
  max-width: 430px;
}
.c-button--mv.c-button--gold {
  background-color: rgba(178, 158, 87, 0.9);
}
.c-button--mv.c-button--navy {
  background-color: rgba(0, 75, 152, 0.9);
}
@media screen and (max-width: 768px) {
  .c-button--mv {
    max-width: none;
    height: calc(180 * 0.1333333333vw);
    border-width: 0;
  }
}
.c-button--footer {
  height: 90px;
  border: none;
}
@media screen and (max-width: 768px) {
  .c-button--footer {
    height: calc(140 * 0.1333333333vw);
  }
}
.c-button__content {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .c-button__content {
    margin-bottom: calc(20 * 0.1333333333vw);
  }
}
.c-button__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-right: 12px;
}
@media screen and (max-width: 768px) {
  .c-button__icon {
    margin-right: calc(15 * 0.1333333333vw);
  }
}
.c-button__icon img,
.c-button__icon svg {
  display: block;
  width: auto;
  height: auto;
}
.c-button__text {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .c-button__text {
    font-size: calc(36 * 0.1333333333vw);
  }
}
.c-button__read {
  display: block;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .c-button__read {
    font-size: calc(22 * 0.1333333333vw);
  }
}
.c-button--gold {
  background-color: #b29e57;
}
.c-button--gold .c-button__icon {
  width: 19px;
  height: 23px;
}
@media screen and (max-width: 768px) {
  .c-button--gold .c-button__icon {
    width: calc(32 * 0.1333333333vw);
    height: calc(38 * 0.1333333333vw);
  }
}
.c-button--navy {
  background-color: #004b98;
}
.c-button--navy .c-button__icon {
  width: 20px;
  height: 15px;
}
@media screen and (max-width: 768px) {
  .c-button--navy .c-button__icon {
    width: calc(34 * 0.1333333333vw);
    height: calc(26 * 0.1333333333vw);
  }
}

.c-corporate-area {
  width: 100%;
}

.c-button-outline {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 450px;
  height: 60px;
  margin: 20px auto 0;
  border: 1px solid #fff;
  border-radius: 100px;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  position: relative;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .c-button-outline {
    max-width: none;
    height: calc(100 * 0.1333333333vw);
    font-size: calc(28 * 0.1333333333vw);
    margin-top: calc(40 * 0.1333333333vw);
  }
}
.c-button-outline::after {
  width: 16px;
  height: 11px;
  right: 30px;
  content: "";
  background: url(../img/icon/icon-arrow-white.svg) no-repeat;
  background-size: contain;
  position: absolute;
}
@media screen and (max-width: 768px) {
  .c-button-outline::after {
    width: calc(30 * 0.1333333333vw);
    height: calc(20 * 0.1333333333vw);
    right: calc(100 * 0.1333333333vw);
  }
}
.c-button-outline:hover {
  opacity: 0.7;
}

.c-btn-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 45px;
  border: 1px solid #000;
  font-size: 16px;
  text-decoration: none;
  color: #333;
  transition: all 0.3s;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-btn-more {
    width: calc(300 * 0.1333333333vw);
    height: calc(80 * 0.1333333333vw);
    font-size: calc(24 * 0.1333333333vw);
  }
}
.c-btn-more::after {
  content: "";
  width: 16px;
  height: 11px;
  background: url(../img/icon/icon-arrow.svg) no-repeat;
  background-size: contain;
  transition: transform 0.3s;
  position: absolute;
  right: 13px;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .c-btn-more::after {
    width: calc(28 * 0.1333333333vw);
    height: calc(19 * 0.1333333333vw);
  }
}
.c-btn-more:hover {
  opacity: 0.7;
}

.c-link-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 200px;
  padding: 14px 30px;
  border: 1px solid #fff;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  transition: all 0.3s;
  position: relative;
}
.c-link-button::after {
  content: "→";
  position: absolute;
  right: 20px;
  transition: transform 0.3s;
}
.c-link-button:hover {
  background: #fff;
  color: #c4b58b;
}
.c-link-button:hover::after {
  transform: translateX(5px);
}

.c-footer-nav__list {
  display: flex;
  justify-content: center;
  gap: 15px 30px;
}
@media screen and (max-width: 768px) {
  .c-footer-nav__list {
    gap: calc(20 * 0.1333333333vw) calc(40 * 0.1333333333vw);
  }
}
.c-footer-nav__item {
  font-size: 14px;
  color: #fff;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .c-footer-nav__item {
    font-size: calc(24 * 0.1333333333vw);
  }
}
.c-footer-nav__item a {
  color: inherit;
  text-decoration: none;
  transition: opacity 0.3s;
}
.c-footer-nav__item a:hover {
  opacity: 0.7;
}
.c-footer-nav__item:not(:last-child)::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 18px;
  background-color: #fff;
  transform: rotate(35deg);
  margin-left: 30px;
}
@media screen and (max-width: 768px) {
  .c-footer-nav__item:not(:last-child)::after {
    height: calc(32 * 0.1333333333vw);
    margin-left: calc(40 * 0.1333333333vw);
  }
}

/* _sec-intro.scss */
.c-sec-intro {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .c-sec-intro {
    margin-bottom: calc(60 * 0.1333333333vw);
  }
}
.c-sec-intro__en {
  display: inline-block;
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 25px;
  position: relative;
  padding-bottom: 4px;
}
.c-sec-intro__en::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 67px;
  height: 3px;
  background: url(../img/top/works_en_heading_line.png) repeat-x;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .c-sec-intro__en {
    font-size: calc(28 * 0.1333333333vw);
    margin-bottom: calc(40 * 0.1333333333vw);
    padding-bottom: calc(5 * 0.1333333333vw);
  }
  .c-sec-intro__en::after {
    width: calc(115 * 0.1333333333vw);
  }
}
.c-sec-intro__jp {
  display: block;
  font-size: 48px;
  line-height: 1.2;
  color: #333333;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .c-sec-intro__jp {
    font-size: calc(50 * 0.1333333333vw);
    margin-bottom: calc(40 * 0.1333333333vw);
  }
}
.c-sec-intro__lead {
  font-size: 16px;
  line-height: 2;
  color: #333333;
  margin-bottom: 40px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .c-sec-intro__lead {
    font-size: calc(26 * 0.1333333333vw);
    margin-bottom: calc(50 * 0.1333333333vw);
  }
}
.c-sec-intro--white .c-sec-intro__en,
.c-sec-intro--white .c-sec-intro__jp,
.c-sec-intro--white .c-sec-intro__lead {
  color: #fff;
}
.c-sec-intro--white .c-sec-intro__en::after {
  filter: brightness(0) invert(1);
}
.c-sec-intro--center {
  text-align: center;
}
.c-sec-intro--center .c-sec-intro__en::after {
  left: 50%;
  transform: translateX(-50%);
}
.c-sec-intro .c-button-outline {
  max-width: 200px;
  height: 45px;
  border-radius: 0;
  margin: 20px 0 0;
}
@media screen and (max-width: 768px) {
  .c-sec-intro .c-button-outline {
    margin: 20px auto 0;
  }
}
@media screen and (max-width: 768px) {
  .c-sec-intro .c-button-outline::after {
    right: calc(30 * 0.1333333333vw);
  }
}

.p-sub-mv {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-bottom: 14px;
}
.p-sub-mv__slider {
  pointer-events: none;
}
.p-sub-mv__slider .swiper-wrapper {
  transition-timing-function: linear !important;
}
.p-sub-mv__img {
  width: 400px;
  height: 300px;
}
@media screen and (max-width: 768px) {
  .p-sub-mv__img {
    width: calc(250 * 0.1333333333vw);
    height: calc(200 * 0.1333333333vw);
    object-fit: cover;
    margin: 0;
  }
}
.p-sub-mv__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-sub-mv__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  width: 100%;
  text-align: center;
  pointer-events: auto;
}
.p-sub-mv__title {
  color: #fff;
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 768px) {
  .p-sub-mv__title {
    font-size: calc(30 * 0.1333333333vw);
  }
}
.p-sub-mv .swiper-wrapper {
  transition-timing-function: linear !important;
}
.p-sub-mv .swiper-slide {
  width: 400px !important;
  margin: 0 !important;
}
@media screen and (max-width: 768px) {
  .p-sub-mv .swiper-slide {
    width: calc(250 * 0.1333333333vw) !important;
  }
}

.c-split-block {
  width: 100%;
}
.c-split-block__inner {
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 768px) {
  .c-split-block__inner {
    flex-direction: column;
  }
}
.c-split-block--reverse .c-split-block__inner {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .c-split-block--reverse .c-split-block__inner {
    flex-direction: column;
  }
}
.c-split-block__img-col {
  width: 50%;
  aspect-ratio: 700/628;
  background-color: #f9f7f2;
}
@media screen and (max-width: 768px) {
  .c-split-block__img-col {
    width: 100%;
    aspect-ratio: auto;
  }
}
.c-split-block__img-col img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-split-block__text-col {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 80px;
  background-color: #c9bb89;
}
@media screen and (max-width: 768px) {
  .c-split-block__text-col {
    width: 100%;
    padding: 40px 20px;
  }
}
.c-split-block__text-content {
  width: 100%;
  max-width: 500px;
  color: #fff;
}
.c-split-block__title {
  font-size: 48px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .c-split-block__title {
    font-size: calc(52 * 0.1333333333vw);
    margin-bottom: calc(60 * 0.1333333333vw);
  }
}
.c-split-block__text p {
  font-size: 16px;
  line-height: 1.85;
  margin-bottom: 2.8em;
}
@media screen and (max-width: 768px) {
  .c-split-block__text p {
    font-size: calc(28 * 0.1333333333vw);
  }
}
.c-split-block--beige {
  background-color: #f7f6f0;
}
.c-split-block__img-col {
  aspect-ratio: 700/628;
}
.c-split-block__img-col img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-split-block__text-col .u-color-gold {
  color: #b1a066;
}

.c-col-3 {
  display: flex;
  justify-content: space-between;
  gap: 47px;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .c-col-3 {
    flex-direction: column;
    gap: 50px;
  }
}
.c-col-3__item {
  flex: 1;
}
.c-col-3__head {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 25px;
}
.c-col-3__num {
  font-family: "din-2014", sans-serif;
  font-size: 90px;
  line-height: 0.8;
  font-weight: 600;
  color: #e9e4d5;
  display: block;
}
@media screen and (max-width: 768px) {
  .c-col-3__num {
    font-size: calc(150 * 0.1333333333vw);
  }
}
.c-col-3__title {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.55;
  color: #333333;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .c-col-3__title {
    font-size: calc(40 * 0.1333333333vw);
  }
}
.c-col-3__text {
  font-size: 16px;
  line-height: 2;
  color: #333333;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .c-col-3__text {
    font-size: calc(24 * 0.1333333333vw);
  }
}

.u-color-gold {
  color: #b29e57;
}

.c-col-3__item:nth-child(1) .c-col-3__num {
  margin-left: -0.15em;
  letter-spacing: -0.1em;
}

.p-top-works {
  padding: 120px 0;
  overflow: hidden;
  background-image: url(../img/top/pc_bg_01.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 0;
  background-attachment: fixed;
}
@media screen and (max-width: 768px) {
  .p-top-works {
    background-image: url(../img/top/sp_bg_01.jpg);
    padding: calc(80 * 0.1333333333vw) 0;
  }
}
.p-top-works__inner {
  display: flex;
  justify-content: space-between;
  flex-flow: row-reverse;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-top-works__inner {
    flex-direction: column;
  }
}
.p-top-works__content {
  max-width: 627px;
  width: 62.7%;
  margin-top: -33px;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .p-top-works__content {
    width: 100%;
    margin: calc(-20 * 0.1333333333vw) 0 0;
  }
}
.p-top-works__text {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .p-top-works__text {
    font-size: calc(26 * 0.1333333333vw);
  }
}
.p-top-works__img-group {
  height: 733px;
}
@media screen and (max-width: 768px) {
  .p-top-works__img-group {
    width: 100%;
    height: calc(860 * 0.1333333333vw);
    position: relative;
  }
}
.p-top-works__img {
  position: absolute;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.p-top-works__img.is-animated {
  opacity: 1;
  transform: translateY(0);
}
.p-top-works__img--01 {
  top: 0;
  left: 0;
  width: 287px;
  transition-delay: 0.1s;
}
@media screen and (max-width: 768px) {
  .p-top-works__img--01 {
    width: calc(311 * 0.1333333333vw);
    right: calc(-40 * 0.1333333333vw);
    left: auto;
  }
}
.p-top-works__img--02 {
  top: 376px;
  left: 123px;
  width: 546px;
  z-index: 2;
  transition-delay: 0.3s;
}
@media screen and (max-width: 768px) {
  .p-top-works__img--02 {
    width: calc(483 * 0.1333333333vw);
    top: calc(522 * 0.1333333333vw);
    left: calc(74 * 0.1333333333vw);
  }
}
.p-top-works__img--03 {
  top: 277px;
  right: 0;
  width: 274px;
  transition-delay: 0.5s;
}
@media screen and (max-width: 768px) {
  .p-top-works__img--03 {
    width: calc(292 * 0.1333333333vw);
    top: calc(166 * 0.1333333333vw);
    left: calc(30 * 0.1333333333vw);
  }
}
.p-top-works__img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.p-top-people {
  padding: 100px 0;
  background-color: #fff;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-top-people {
    padding: calc(120 * 0.1333333333vw) 0;
  }
}
.p-top-people__lead {
  text-align: center;
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .p-top-people__lead {
    font-size: calc(24 * 0.1333333333vw);
    text-align: left;
    margin-bottom: calc(60 * 0.1333333333vw);
  }
}
.p-top-people__slider {
  width: 100%;
  max-width: 1400px;
}
.p-top-people__list {
  display: flex;
}
@media screen and (max-width: 768px) {
  .p-top-people__list {
    justify-content: flex-start;
    gap: 0;
  }
}
.p-top-people__item {
  height: auto;
}
.p-top-people__card {
  text-decoration: none;
  color: #333333;
  display: block;
  transition: transform 0.3s, opacity 0.3s;
}
@media screen and (max-width: 768px) {
  .p-top-people__card {
    opacity: 0.4;
  }
  .swiper-slide-active .p-top-people__card {
    opacity: 1;
  }
}
@media screen and (min-width: 769px) {
  .p-top-people__card:hover {
    opacity: 0.7;
  }
}
.p-top-people__img {
  aspect-ratio: 1/1;
  overflow: hidden;
  background-color: #ccc;
  margin-bottom: 15px;
}
.p-top-people__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s;
}
.p-top-people__title {
  color: #333;
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 12px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-top-people__title {
    font-size: calc(28 * 0.1333333333vw);
  }
}
.p-top-people__meta {
  font-size: 16px;
  color: #333;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .p-top-people__meta {
    font-size: calc(22 * 0.1333333333vw);
  }
}
.p-top-people__name {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .p-top-people__name {
    font-size: calc(24 * 0.1333333333vw);
  }
}

.p-top-career {
  background-color: #c4b58b;
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .p-top-career {
    padding: calc(100 * 0.1333333333vw) 0 calc(80 * 0.1333333333vw);
  }
}
.p-top-career__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
}
@media screen and (max-width: 768px) {
  .p-top-career__inner {
    flex-direction: column;
    gap: 0;
  }
}
.p-top-career__content {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .p-top-career__content {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
}
.p-top-career__img {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .p-top-career__img {
    width: 100%;
    order: 2;
  }
}
.p-top-career__img img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .p-top-career__intro.c-sec-intro {
    display: flex;
    flex-direction: column;
    text-align: center;
  }
  .p-top-career__intro.c-sec-intro .c-sec-intro__heading {
    order: 1;
    margin-bottom: calc(40 * 0.1333333333vw);
  }
  .p-top-career__intro.c-sec-intro .c-sec-intro__lead {
    order: 3;
    text-align: left;
    margin-top: calc(60 * 0.1333333333vw);
  }
  .p-top-career__intro.c-sec-intro .c-sec-intro__btn {
    order: 4;
  }
}
.p-top-career .c-sec-intro__jp {
  letter-spacing: -0.05em;
}

.p-top-message {
  padding: 100px 0;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .p-top-message {
    padding: calc(100 * 0.1333333333vw) 0;
  }
}
.p-top-message__body {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .p-top-message__body {
    margin-top: calc(60 * 0.1333333333vw);
    text-align: left;
  }
}
.p-top-message__text {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 40px;
  color: #333333;
}
.p-top-message__text:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .p-top-message__text {
    font-size: calc(26 * 0.1333333333vw);
    margin-bottom: calc(50 * 0.1333333333vw);
    line-height: 1.8;
  }
}
.p-top-message .c-sec-intro__en::after {
  width: 78px;
}
@media screen and (max-width: 768px) {
  .p-top-message .c-sec-intro__en::after {
    width: calc(124 * 0.1333333333vw);
  }
}

.p-top-company {
  position: relative;
  padding: 120px 0;
  background: url(../img/top/pc_bg_02.jpg) no-repeat top center;
  background-size: cover;
  background-attachment: fixed;
}
.p-top-company::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-top-company {
    padding: calc(120 * 0.1333333333vw) 0;
    background-attachment: scroll;
  }
}
.p-top-company__inner {
  position: relative;
  z-index: 2;
  max-width: 900px;
  margin: 0 auto;
}
.p-top-company .c-sec-intro__btn a {
  margin-left: auto;
  margin-right: auto;
}
.p-top-company .c-sec-intro--center .c-sec-intro__en::after {
  width: 92px;
}
@media screen and (max-width: 768px) {
  .p-top-company .c-sec-intro--center .c-sec-intro__en::after {
    width: calc(142 * 0.1333333333vw);
  }
}

.p-works-cycle__figure {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
}
@media screen and (max-width: 768px) {
  .p-works-cycle__figure {
    padding: 0;
  }
}
.p-works-cycle__figure img {
  max-width: 700px;
  height: auto;
  object-fit: contain;
}
@media screen and (max-width: 768px) {
  .p-works-cycle .c-split-block__inner {
    flex-flow: column-reverse;
  }
}
@media screen and (max-width: 768px) {
  .p-works-cycle .c-split-block__title {
    text-align: center;
  }
}

.p-works-merit {
  margin: 100px auto 120px;
}
@media screen and (max-width: 768px) {
  .p-works-merit {
    margin: calc(100 * 0.1333333333vw) auto calc(120 * 0.1333333333vw);
  }
}

.p-works-support {
  padding: 80px 0 0;
  background-image: url(../img/top/pc_bg_01.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 0;
  background-attachment: fixed;
}
@media screen and (max-width: 768px) {
  .p-works-support {
    padding: calc(100 * 0.1333333333vw) 0 calc(120 * 0.1333333333vw);
    background-image: url(../img/top/sp_bg_01.jpg);
    padding: calc(80 * 0.1333333333vw) 0;
  }
}
.p-works-support__list {
  margin-top: 60px;
  display: flex;
  flex-direction: column;
  gap: 80px;
}
.p-works-support__item {
  display: flex;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .p-works-support__item {
    flex-direction: column;
    gap: 20px;
  }
}
.p-works-support__img {
  width: 400px;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .p-works-support__img {
    width: 100%;
  }
}
.p-works-support__img img {
  width: 100%;
  height: auto;
  display: block;
}
.p-works-support__content {
  flex: 1;
}
.p-works-support__title {
  font-size: 20px;
  font-weight: 700;
  color: #b29e57;
  margin-bottom: 1.2em;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .p-works-support__title {
    font-size: calc(40 * 0.1333333333vw);
  }
}
.p-works-support__text {
  font-size: 14px;
  line-height: 1.8;
  color: #333333;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .p-works-support__text {
    font-size: calc(28 * 0.1333333333vw);
  }
}

.u-bg-beige {
  background-color: #f7f6f0;
}

.p-works-support__item:nth-child(even) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .p-works-support__item:nth-child(even) {
    flex-direction: column;
  }
}

.p-page-career {
  background-color: #f9f7f2;
}
.p-page-career .p-career-edu-example {
  margin: 100px auto 120px;
}
@media screen and (max-width: 768px) {
  .p-page-career .p-career-edu-example {
    margin: calc(100 * 0.1333333333vw) auto calc(120 * 0.1333333333vw);
  }
}
.p-page-career .c-col-3 {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .p-page-career .c-col-3 {
    flex-direction: column;
    gap: 50px;
  }
}
.p-page-career .c-col-3__item {
  width: 33.333%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-page-career .c-col-3__item {
    width: 100%;
    display: flex;
    align-items: center;
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  .p-page-career .c-col-3__item:nth-child(1) {
    order: 1;
  }
  .p-page-career .c-col-3__item:nth-child(1) .c-col-3__img {
    width: calc(190 * 0.1333333333vw);
  }
  .p-page-career .c-col-3__item:nth-child(1) .c-col-3__desc {
    margin-left: calc(40 * 0.1333333333vw);
  }
}
@media screen and (max-width: 768px) {
  .p-page-career .c-col-3__item:nth-child(2) {
    order: 3;
    display: block;
    text-align: center;
    margin-top: 10px;
  }
  .p-page-career .c-col-3__item:nth-child(2) .c-col-3__img {
    width: calc(400 * 0.1333333333vw);
    margin: 0 auto calc(20 * 0.1333333333vw);
  }
  .p-page-career .c-col-3__item:nth-child(2) .c-col-3__img img {
    max-height: none;
  }
  .p-page-career .c-col-3__item:nth-child(2) .c-col-3__desc {
    margin-right: calc(40 * 0.1333333333vw);
  }
}
@media screen and (max-width: 768px) {
  .p-page-career .c-col-3__item:nth-child(3) {
    order: 2;
    flex-direction: row-reverse;
  }
  .p-page-career .c-col-3__item:nth-child(3) .c-col-3__img {
    width: calc(123 * 0.1333333333vw);
  }
  .p-page-career .c-col-3__item:nth-child(3) .c-col-3__desc {
    margin-right: calc(40 * 0.1333333333vw);
  }
}
.p-page-career .c-col-3__img {
  height: 155px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .p-page-career .c-col-3__img {
    height: auto;
    margin-bottom: 0;
    flex-shrink: 0;
  }
}
.p-page-career .c-col-3__img img {
  width: auto;
  max-height: 155px;
}
@media screen and (max-width: 768px) {
  .p-page-career .c-col-3__img img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .p-page-career .c-col-3__desc:nth-child(1) .p-page-career .c-col-3__desc {
    margin-left: 20px;
  }
  .p-page-career .c-col-3__desc:nth-child(3) .p-page-career .c-col-3__desc {
    margin-right: 20px;
  }
}
.p-page-career .c-col-3__title {
  font-size: 24px;
  color: #b29e57;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .p-page-career .c-col-3__title {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.p-page-career .c-col-3__text {
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .p-page-career .c-col-3__text {
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  .p-page-career .c-split-block__inner {
    flex-flow: column-reverse;
  }
}
@media screen and (max-width: 768px) {
  .p-page-career .c-split-block__title {
    text-align: center;
  }
}

.p-career-system {
  text-align: center;
  padding: 100px 0 0;
}
@media screen and (max-width: 768px) {
  .p-career-system {
    padding: calc(100 * 0.1333333333vw) 0 calc(120 * 0.1333333333vw);
  }
}
.p-career-system__diagram {
  width: 100%;
  max-width: 558px;
  margin: 0 auto 80px;
}
.p-career-system__diagram img {
  width: 100%;
}
.p-career-system__footer-text p {
  font-size: 16px;
  line-height: 1.85;
}
.p-career-system__footer-text p:not(:last-child) {
  margin-bottom: 2.8em;
}
@media screen and (max-width: 768px) {
  .p-career-system .c-sec-intro__text,
  .p-career-system .p-career-system__footer-text {
    text-align: left;
  }
}

:root {
  interpolate-size: allow-keywords;
}

.l-inner--narrow {
  max-width: 750px;
  width: 100%;
  margin: 0 auto;
}

.p-company-info {
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .p-company-info {
    padding: 40px 0;
  }
}
.p-company-info__table {
  margin-top: 60px;
  border: 1px solid #bbb;
  background-color: #fff;
}
.p-company-info__row {
  display: flex;
  border-bottom: 1px solid #bbb;
}
.p-company-info__row:last-child {
  border-bottom: none;
}
.p-company-info dt {
  width: 150px;
  background-color: #e9e4d5;
  padding: 30px;
  font-weight: 700;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .p-company-info dt {
    width: calc(154 * 0.1333333333vw);
    padding: calc(40 * 0.1333333333vw) 0;
    font-size: calc(24 * 0.1333333333vw);
  }
}
.p-company-info dd {
  flex: 1;
  padding: 30px;
  font-size: 16px;
  line-height: 1.8;
  color: #333333;
}
@media screen and (max-width: 768px) {
  .p-company-info dd {
    padding: calc(40 * 0.1333333333vw);
    font-size: calc(24 * 0.1333333333vw);
  }
}
.p-company-info__address {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .p-company-info__address {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}

.c-link-text {
  font-size: 14px;
  color: #333333;
  text-decoration: underline;
  transition: opacity 0.3s;
}
.c-link-text:hover {
  opacity: 0.7;
}

.p-faq {
  scroll-margin-top: 100px;
  padding: 40px 0 100px;
}
@media screen and (max-width: 768px) {
  .p-faq {
    scroll-margin-top: 0;
  }
}
.p-faq__item {
  background-color: #fff;
  margin-bottom: 20px;
  overflow: hidden;
  transition: height 0.4s ease-out;
  height: auto;
}
@media screen and (max-width: 768px) {
  .p-faq__item {
    height: auto;
  }
}
.p-faq__item[open] .p-faq__toggle::before {
  transform: translate(-50%, -50%) rotate(90deg) !important;
  opacity: 0;
}
.p-faq__item[open] .p-faq__toggle::after {
  transform: translate(-50%, -50%) rotate(0deg) !important;
}
.p-faq__question {
  list-style: none;
  cursor: pointer;
  padding: 25px 30px;
  display: flex;
  align-items: center;
  position: relative;
  font-weight: 700;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .p-faq__question {
    padding: calc(36 * 0.1333333333vw) calc(20 * 0.1333333333vw);
    font-size: calc(28 * 0.1333333333vw);
  }
}
.p-faq__question::-webkit-details-marker {
  display: none;
}
.p-faq__icon-q {
  width: 36px;
  height: 36px;
  background-color: #b29e57;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  flex-shrink: 0;
  font-family: "effra", sans-serif;
  font-weight: 500;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .p-faq__icon-q {
    width: calc(47 * 0.1333333333vw);
    height: calc(47 * 0.1333333333vw);
    margin-right: calc(20 * 0.1333333333vw);
    font-size: calc(26 * 0.1333333333vw);
    padding-top: calc(5 * 0.1333333333vw);
  }
}
.p-faq__toggle {
  margin-left: auto;
  width: 20px;
  height: 20px;
  position: relative;
}
.p-faq__toggle::before, .p-faq__toggle::after {
  content: "";
  position: absolute;
  background-color: #333;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 2px;
  transform: translate(-50%, -50%) rotate(0deg);
  transition: all 0.3s ease;
}
.p-faq__toggle::before {
  transform: translate(-50%, -50%) rotate(90deg);
}
.p-faq__answer {
  background-color: #c9bb89;
  color: #fff;
  opacity: 0;
  transform: translateY(-10px);
  transition: opacity 0.4s ease, transform 0.4s ease;
}
.p-faq__item[open] .p-faq__answer {
  opacity: 1;
  transform: translateY(0);
}
.p-faq__answer-inner {
  padding: 30px;
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .p-faq__answer-inner {
    padding: calc(36 * 0.1333333333vw) calc(20 * 0.1333333333vw);
    font-size: calc(28 * 0.1333333333vw);
    gap: calc(20 * 0.1333333333vw);
  }
}
.p-faq__icon-a {
  width: 36px;
  height: 36px;
  background-color: #fff;
  color: #b29e57;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "effra", sans-serif;
  font-weight: 500;
  font-size: 20px;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .p-faq__icon-a {
    width: calc(47 * 0.1333333333vw);
    height: calc(47 * 0.1333333333vw);
    font-size: calc(26 * 0.1333333333vw);
    margin-top: calc(15 * 0.1333333333vw);
    padding-top: calc(5 * 0.1333333333vw);
  }
}
.p-faq__answer-text {
  line-height: 1.8;
}

.p-staff-detail__mv {
  background-color: #c9bb89;
  color: #fff;
  position: relative;
}
.p-staff-detail__mv-inner {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  min-height: 560px;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 768px) {
  .p-staff-detail__mv-inner {
    display: block;
    min-height: calc(956 * 0.1333333333vw) !important;
    position: relative;
  }
}
@media (min-width: 769px) {
  .p-staff-detail__mv-textInner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.p-staff-detail__mv-text {
  flex: 1;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-staff-detail__mv-text {
    position: absolute;
    bottom: calc(-196 * 0.1333333333vw);
    left: 50%;
    transform: translate(-50%, 0);
    width: calc(665 * 0.1333333333vw);
    background-color: #c9bb89;
    padding: calc(60 * 0.1333333333vw) 0 calc(40 * 0.1333333333vw);
    z-index: 10;
    max-width: 100%;
    text-align: center;
  }
}
.p-staff-detail__mv-img {
  width: 440px;
  height: 560px;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .p-staff-detail__mv-img {
    height: calc(956 * 0.1333333333vw) !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
  }
}
.p-staff-detail__mv-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-staff-detail__mv-tag {
  font-size: 20px;
  border: 1px solid #fff;
  padding: 2px 20px;
  box-sizing: border-box;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .p-staff-detail__mv-tag {
    font-size: calc(28 * 0.1333333333vw);
  }
}
@media (max-width: 950px) {
  .p-staff-detail__mv-tag {
    font-size: 16px;
  }
}
.p-staff-detail__mv-title {
  font-size: 48px;
  line-height: 1.4;
  margin-top: 40px;
  word-break: keep-all;
}
@media screen and (max-width: 768px) {
  .p-staff-detail__mv-title {
    width: 100%;
    font-size: calc(46 * 0.1333333333vw) !important;
    margin-top: calc(50 * 0.1333333333vw) !important;
  }
}
@media (max-width: 1260px) {
  .p-staff-detail__mv-title {
    font-size: 42px;
    margin-top: 30px;
  }
}
@media (max-width: 1105px) {
  .p-staff-detail__mv-title {
    font-size: 36px;
  }
}
@media (max-width: 950px) {
  .p-staff-detail__mv-title {
    font-size: 24px;
    margin-top: 20px;
  }
}
.p-staff-detail__mv-info {
  font-size: 24px;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-staff-detail__mv-info {
    font-size: calc(28 * 0.1333333333vw);
    margin-top: calc(40 * 0.1333333333vw);
  }
}
@media (max-width: 950px) {
  .p-staff-detail__mv-info {
    font-size: 16px;
  }
}
.p-staff-detail__content {
  width: 100%;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .p-staff-detail__content {
    padding: calc(300 * 0.1333333333vw) 0 0;
  }
}
.p-staff-detail__others {
  margin: 0 0 100px;
}
.p-staff-detail__block {
  display: flex;
  align-items: flex-start;
  gap: 60px;
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .p-staff-detail__block {
    flex-direction: column;
    gap: calc(45 * 0.1333333333vw);
    margin-bottom: 60px;
  }
}
.p-staff-detail__block--reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .p-staff-detail__block--reverse {
    flex-direction: column;
  }
}
.p-staff-detail__block-img {
  width: 380px;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .p-staff-detail__block-img {
    width: 100%;
  }
}
.p-staff-detail__block-img img {
  width: 100%;
  aspect-ratio: 380/300;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .p-staff-detail__block-body {
    padding-left: calc(40 * 0.1333333333vw);
    padding-right: calc(40 * 0.1333333333vw);
  }
}
.p-staff-detail__block-title {
  font-size: 24px;
  font-weight: bold;
  color: #b29e57;
  line-height: 1.5;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .p-staff-detail__block-title {
    font-size: calc(32 * 0.1333333333vw);
    margin-bottom: calc(40 * 0.1333333333vw);
  }
}
.p-staff-detail__block-text {
  font-size: 16px;
  line-height: 2;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .p-staff-detail__block-text {
    font-size: calc(28 * 0.1333333333vw);
  }
}
.p-staff-detail__message {
  padding: 60px 0;
  margin: 0 0 100px;
}
@media screen and (max-width: 768px) {
  .p-staff-detail__message {
    margin: 0 0 calc(120 * 0.1333333333vw);
  }
}
.p-staff-detail__message-inner {
  margin-top: 40px;
  display: flex;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .p-staff-detail__message-inner {
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }
}
.p-staff-detail__message-img {
  width: 180px;
  height: 180px;
  flex-shrink: 0;
  border-radius: 50%;
  overflow: hidden;
}
.p-staff-detail__message-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-staff-detail__message-text {
  flex: 1;
  font-size: 15px;
  line-height: 2;
  color: #333333;
}
.p-staff-detail .l-inner--narrow {
  max-width: 1000px;
  padding: 0 60px;
}
@media screen and (max-width: 768px) {
  .p-staff-detail .l-inner--narrow {
    padding: 0 calc(40 * 0.1333333333vw);
  }
}
.p-staff-detail .c-sec-intro__jp {
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .p-staff-detail .c-sec-intro__jp {
    font-size: calc(32 * 0.1333333333vw);
    font-weight: bold;
  }
}
@media screen and (max-width: 768px) {
  .p-staff-detail .p-staff-detail__message-text {
    text-align: left;
  }
}

.p-staff-list .p-sub-mv {
  height: 160px;
  background-color: #c9bb89;
}
@media screen and (max-width: 768px) {
  .p-staff-list .p-sub-mv {
    height: calc(120 * 0.1333333333vw);
  }
}
.p-staff-list .l-inner {
  max-width: 700px;
}
.p-staff-list__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 110px 40px;
}
@media screen and (max-width: 768px) {
  .p-staff-list__grid {
    grid-template-columns: repeat(1, 1fr);
    gap: calc(100 * 0.1333333333vw) 0;
  }
}
@media screen and (max-width: 768px) {
  .p-staff-list .p-top-people__card {
    opacity: 1;
  }
  .p-staff-list .p-top-people__title {
    font-size: calc(36 * 0.1333333333vw);
  }
}

.l-footer-actions {
  background-color: #f8f7f2;
}
@media screen and (min-width: 769px) {
  .l-footer-actions {
    padding-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .l-footer-actions {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    transform: translateY(100%);
    transition: transform 0.4s ease-in-out;
    pointer-events: none;
  }
  .l-footer-actions.is-show {
    transform: translateY(0);
    pointer-events: auto;
  }
  .l-footer-actions.is-show .p-footer-btns {
    padding: 0 !important;
  }
  .l-footer-actions.is-show .p-footer-btns__inner {
    gap: 0;
  }
  .l-footer-actions.is-show .p-footer-btns .c-button--footer {
    height: calc(80 * 0.1333333333vw);
  }
  .l-footer-actions.is-show .p-footer-btns .c-button--footer .c-button__text {
    font-size: calc(24 * 0.1333333333vw);
  }
  .l-footer-actions.is-show .p-footer-btns .c-button--gold .c-button__icon {
    width: calc(20 * 0.1333333333vw);
    height: calc(22 * 0.1333333333vw);
  }
  .l-footer-actions.is-show .p-footer-btns .c-button--navy .c-button__icon {
    width: calc(20 * 0.1333333333vw);
    height: calc(15 * 0.1333333333vw);
  }
}
.home .l-footer-actions {
  background-color: #fff;
}

.p-footer-btns {
  padding: 0 20px 20px;
}
.p-footer-btns__inner {
  display: flex;
  gap: 10px;
}
.p-footer-btns .c-button--footer {
  height: 100px;
  flex: 1;
  border-radius: 0;
}
@media screen and (max-width: 768px) {
  .p-footer-btns .c-button--footer {
    height: calc(120 * 0.1333333333vw);
  }
  .p-footer-btns .c-button--footer .c-button__text {
    font-size: calc(28 * 0.1333333333vw);
  }
  .p-footer-btns .c-button--footer .c-button__content {
    margin-bottom: 0;
  }
  .p-footer-btns .c-button--footer .c-button--gold .c-button__icon {
    width: calc(20 * 0.1333333333vw);
    height: calc(30 * 0.1333333333vw);
  }
  .p-footer-btns .c-button--footer .c-button--navy .c-button__icon {
    width: calc(27 * 0.1333333333vw);
    height: calc(25 * 0.1333333333vw);
  }
}

.p-pagetop {
  text-align: center;
  margin-bottom: 60px;
}
.p-pagetop__link {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: #333333;
  transition: opacity 0.3s;
}
.p-pagetop__link:hover {
  opacity: 0.7;
}
.p-pagetop__icon {
  width: 16px;
  height: 9px;
  background: url(../img/icon/icon-arrow-top.svg) no-repeat center center;
  background-size: contain;
  margin-bottom: 10px;
}
.p-pagetop__text {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.05em;
}

.p-sub-mv-404 {
  height: 300px;
  background-color: #eee;
}
@media screen and (max-width: 768px) {
  .p-sub-mv-404 {
    height: 100px;
  }
}

.p-404 {
  background-color: #f8f7f2;
  padding: 150px 0 0;
}
@media screen and (max-width: 768px) {
  .p-404 {
    padding: 60px 0;
  }
}
.p-404__inner {
  max-width: 740px;
  margin: 0 auto;
  text-align: center;
}
.p-404__headline {
  font-size: 28px;
  font-weight: 700;
  color: #333;
  line-height: 1.4;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .p-404__headline {
    font-size: calc(32 * 0.1333333333vw);
  }
}
.p-404__text {
  font-size: 16px;
  line-height: 1.8;
  color: #333333;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .p-404__text {
    font-size: calc(26 * 0.1333333333vw);
    margin-bottom: 40px;
  }
}
.p-404 .c-btn-more {
  width: 300px;
}

.l-inner {
  width: 100%;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .l-inner {
    padding-right: calc(40 * 0.1333333333vw);
    padding-left: calc(40 * 0.1333333333vw);
  }
}

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

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

.u-pc-text-center {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .u-pc-text-center {
    text-align: left;
  }
}

.u-mt-20 {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .u-mt-20 {
    margin-top: calc(20 * 0.1333333333vw);
  }
}

.u-pt-100 {
  padding-top: 100px;
}
@media screen and (max-width: 768px) {
  .u-pt-100 {
    padding-top: calc(100 * 0.1333333333vw);
  }
}

.u-pb-100 {
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .u-pb-100 {
    padding-bottom: calc(100 * 0.1333333333vw);
  }
}

.u-mb-30 {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .u-mb-30 {
    margin-bottom: calc(30 * 0.1333333333vw);
  }
}

.u-mb-40 {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .u-mb-40 {
    margin-bottom: calc(40 * 0.1333333333vw);
  }
}

/*# sourceMappingURL=style.css.map */
