@charset "UTF-8";
/*! destyle.css v1.0.15 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model */
/* ============================================ */
* {
  box-sizing: border-box;
}

::before,
::after {
  box-sizing: inherit;
}

/* 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*/
  font-size: 16px;
}

/* 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;
  line-height: 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: 0;
  border-top: 1px solid;
  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] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -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;
}

/* Embedded content */
/* ============================================ */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  vertical-align: bottom;
}

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

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

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

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

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

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

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

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

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

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

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

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

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

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

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

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

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

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

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* =============================================
アニメーション用
============================================= */
.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

#page-top.floatAnime {
  background: url("../img/mouse.webp") no-repeat center;
  background-size: contain;
  width: 230px;
  height: 230px;
  animation: floatAnime 2s linear infinite;
}
@media (max-width: 1300px) {
  #page-top.floatAnime {
    width: 18.2291666667vw;
    height: 18.2291666667vw;
  }
}
@media (max-width: 768px) {
  #page-top.floatAnime {
    width: 19.53125vw;
    height: 19.53125vw;
    right: 0;
    bottom: 0;
  }
}

@keyframes floatAnime {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  25% {
    transform: translateX(-6px);
    opacity: 1;
  }
  50% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(6px);
    opacity: 1;
  }
}
.fadeUp {
  opacity: 0;
  transform: translateY(15px);
}

.fadeUp.show-fadeUp {
  animation: fadeUp 1.2s ease-in-out forwards;
}

@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(15px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeIn1 {
  opacity: 0;
}

.fadeIn1.show-fadeIn1 {
  animation: fadeIn 1.1s ease-in-out forwards;
}

.fadeIn2 {
  opacity: 0;
}

.fadeIn2.show-fadeIn2 {
  animation: fadeIn 1.1s 0.6s ease-in-out forwards;
}

.fadeIn3 {
  opacity: 0;
}

.fadeIn3.show-fadeIn3 {
  animation: fadeIn 1.1s 1.1s ease-in-out forwards;
}

.fadeIn4 {
  opacity: 0;
}

.fadeIn4.show-fadeIn4 {
  animation: fadeIn 1.1s 1.7s ease-in-out forwards;
}

.fadeIn5 {
  opacity: 0;
}

.fadeIn5.show-fadeIn5 {
  animation: fadeIn 0.8s ease forwards;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.bound1 {
  opacity: 0;
}

.bound1.show-bound1 {
  animation: bound 2s 0.6s linear forwards;
}

.bound2 {
  opacity: 0;
}

.bound2.show-bound2 {
  animation: bound 2s 1s linear forwards;
}

.bound3 {
  opacity: 0;
}

.bound3.show-bound3 {
  animation: bound 2s 1.6s linear forwards;
}

@keyframes bound {
  0% {
    transform: translate(0%, -48%);
    opacity: 0;
  }
  30% {
    transform: translate(0%, 0%) scale(0.95);
  }
  40% {
    transform: translate(0%, -12%);
    opacity: 1;
  }
  55% {
    transform: translate(0%, 0%) scale(0.95);
  }
  60% {
    transform: translate(0%, -6%);
  }
  70% {
    transform: translate(0%, 0%) scale(0.95);
  }
  75% {
    transform: translate(0%, -2.4%);
  }
  100% {
    transform: translate(0%, 0%);
    opacity: 1;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
@font-face {
  font-family: "A-OTF-RyuminPr6-Regular";
  src: url("../font/A-OTF-RyuminPr6-Regular.otf") format("opentype");
  font-weight: 400;
}
@font-face {
  font-family: "A-OTF-RyuminPr6-Medium";
  src: url("../font/A-OTF-RyuminPr6-Medium.otf") format("opentype");
  font-weight: 500;
}
@font-face {
  font-family: "Didot";
  src: url("../font/Didot.ttc") format("opentype");
  font-weight: 400;
}
@font-face {
  font-family: "AP-OTF-BunkyuMdMinStd-EB";
  src: url("../font/AP-OTF-BunkyuMdMinStd-EB.otf") format("opentype");
  font-weight: 800;
}
/* =============================================
サイズ基準
============================================= */
:root {
  margin: 1px;
  padding: 1px;
  font-size: 1px;
  gap: 1px;
}
@media (max-width: 1300px) {
  :root {
    margin: 0.078125vw;
    padding: 0.078125vw;
    font-size: 0.078125vw;
    gap: 0.078125vw;
  }
}
@media (max-width: 768px) {
  :root {
    margin: 0.1302083333vw;
    padding: 0.1302083333vw;
    font-size: 0.1302083333vw;
    gap: 0.1302083333vw;
  }
}
@media (max-width: 480px) {
  :root {
    margin: 0.2272727273vw;
    padding: 0.2272727273vw;
    font-size: 0.2272727273vw;
    gap: 0.2272727273vw;
  }
}

html, body {
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
  overflow-x: hidden;
}

/* =============================================
フォント種類
============================================= */
/* =============================================
全体に対して
============================================= */
html {
  scroll-behavior: smooth;
  overscroll-behavior: auto;
}

body {
  overflow-x: hidden;
  background-color: #000;
  color: #fff;
  font-feature-settings: "palt" 1;
  font-weight: 400;
  font-style: normal;
  font-size: 30rem;
  font-family: "A-OTF-RyuminPr6-Regular", serif;
}
body.no-scroll {
  height: 100%;
  overflow: hidden;
}

/* =============================================
htmlタグに対して
============================================= */
a {
  cursor: pointer;
  text-decoration: none;
  transition: all 0.2s;
}
a:hover {
  color: #888;
}

li {
  list-style-type: none;
}

img {
  max-width: 100%;
}

/* =============================================
各所共通で使う用
============================================= */
.container {
  max-width: 1200px;
  margin: 0 auto;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1300px) {
  .container {
    padding: 0 40rem;
  }
}
@media (max-width: 768px) {
  .container {
    width: 90%;
    padding: 0;
  }
}

.hidden {
  display: none !important;
}

.sectionTitle {
  margin-bottom: 40rem;
  padding: 8rem 0;
  background-color: #fff;
  outline: 4px solid #000;
  outline-offset: -5rem;
  text-align: center;
}
@media (max-width: 480px) {
  .sectionTitle {
    margin-bottom: 24rem;
    outline: 2px solid #000;
    outline-offset: -4rem;
  }
}
.sectionTitle span {
  color: #000;
  font-family: "A-OTF-RyuminPr6-Medium", serif;
  font-weight: 500;
  font-size: 81rem;
}
@media (max-width: 768px) {
  .sectionTitle span {
    font-size: 55rem;
  }
}
@media (max-width: 480px) {
  .sectionTitle span {
    font-size: 30rem;
  }
}

/* =============================================
レスポンシブ対応用
============================================= */
.pc {
  display: block !important;
}
@media (max-width: 768px) {
  .pc {
    display: none !important;
  }
}

.tab {
  display: none !important;
}
@media (max-width: 768px) {
  .tab {
    display: block !important;
  }
}

.tab-inline {
  display: none !important;
}
@media (max-width: 768px) {
  .tab-inline {
    display: inline !important;
  }
}

.sp {
  display: none !important;
}
@media (max-width: 480px) {
  .sp {
    display: block !important;
  }
}

.sp-inline {
  display: none !important;
}
@media (max-width: 480px) {
  .sp-inline {
    display: inline !important;
  }
}

@media (max-width: 768px) {
  .noTab {
    display: none !important;
  }
}

/* =============================================
フレックス要素用
============================================= */
.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.flex-low {
  display: flex;
  flex-wrap: wrap;
}

.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.flex-around {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}

/* =============================================
固定表示用
============================================= */
.fixed {
  position: fixed !important;
  width: 100%;
  z-index: 9999;
  top: 0;
  transition: top 0.3s ease-in-out;
}

.hidden {
  opacity: 0; /* 非表示状態 */
}

/* =============================================
ボタンで表示・非表示JSで値操作
============================================= */
[data-display=hide] {
  display: none;
}

[data-display=show] {
  display: block;
}

.home {
  position: relative;
  z-index: 1;
  padding-top: 120rem;
}
@media (max-width: 768px) {
  .home {
    padding-top: 40rem;
  }
}
@media (max-width: 480px) {
  .home {
    padding-top: 20rem;
  }
}
.home .homeBg {
  position: absolute;
  content: "";
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.home .homeBg img {
  width: 100%;
}
.home__title {
  display: inline-block;
  margin-bottom: 40rem;
  background-color: #000;
  padding: 4rem 20rem 16rem;
  transform: skew(-12deg);
  box-shadow: 8rem 8rem 0 0 #333;
}
@media (max-width: 768px) {
  .home__title {
    margin-bottom: 20rem;
    margin-left: 8rem;
    padding: 4rem 16rem 12rem;
  }
}
@media (max-width: 480px) {
  .home__title {
    margin-bottom: 10rem;
    padding: 0rem 8rem 12rem;
    box-shadow: 6rem 6rem 0 0 #333;
  }
}
.home__title--text {
  display: inline-block;
  padding-bottom: 2rem;
  border-bottom: 1px solid #fff;
  color: #fff;
  font-family: "A-OTF-RyuminPr6-Regular", serif;
  font-size: 74rem;
}
@media (max-width: 768px) {
  .home__title--text {
    border-bottom: 0.4px solid #fff;
    font-size: 41rem;
  }
}
@media (max-width: 480px) {
  .home__title--text {
    font-size: 20rem;
  }
}
.home__msg01 {
  color: #000;
  font-family: "A-OTF-RyuminPr6-Medium", serif;
  font-weight: 500;
}
@media (max-width: 768px) {
  .home__msg01 {
    line-height: 1.2;
  }
}
@media (max-width: 480px) {
  .home__msg01 {
    line-height: 0.8;
  }
}
.home__msg01 .t-normal {
  font-size: 33rem;
}
@media (max-width: 768px) {
  .home__msg01 .t-normal {
    font-size: 29rem;
  }
}
@media (max-width: 480px) {
  .home__msg01 .t-normal {
    font-size: 16rem;
  }
}
.home__msg01 .t-bigger {
  font-size: 39rem;
}
@media (max-width: 768px) {
  .home__msg01 .t-bigger {
    font-size: 34rem;
  }
}
@media (max-width: 480px) {
  .home__msg01 .t-bigger {
    font-size: 20rem;
  }
}
.home__msg02 {
  margin-bottom: 20rem;
  color: #000;
}
@media (max-width: 768px) {
  .home__msg02 {
    margin-bottom: 10rem;
  }
}
.home__msg02 .t-normal {
  font-family: "A-OTF-RyuminPr6-Medium", serif;
  font-weight: 500;
  font-size: 33rem;
}
@media (max-width: 768px) {
  .home__msg02 .t-normal {
    font-size: 29rem;
  }
}
@media (max-width: 480px) {
  .home__msg02 .t-normal {
    font-size: 16rem;
  }
}
.home__msg02 .t-bigger {
  font-family: "AP-OTF-BunkyuMdMinStd-EB", serif;
  font-size: 56rem;
  font-weight: 800;
}
@media (max-width: 768px) {
  .home__msg02 .t-bigger {
    font-size: 49rem;
  }
}
@media (max-width: 480px) {
  .home__msg02 .t-bigger {
    font-size: 24rem;
  }
}
.home__copy {
  position: relative;
  width: clamp(500px, 75vw, 866px);
}
@media (max-width: 768px) {
  .home__copy {
    width: 90%;
  }
}
.home__copy--main {
  margin-bottom: 20rem;
}
.home__copy--sub {
  position: absolute;
  width: clamp(160px, 22vw, 270px);
  top: 0;
  right: 0;
  transform: translate(84%, -28%);
}
@media (max-width: 768px) {
  .home__copy--sub {
    width: clamp(80px, 22vw, 270px);
    transform: translate(32%, -56%);
  }
}
.home__copy--light {
  position: absolute;
  width: clamp(160px, 22vw, 270px);
  height: clamp(160px, 22vw, 270px);
  -o-object-fit: contain;
     object-fit: contain;
  top: 0;
  right: 0;
  transform: translate(132%, -48%);
  mix-blend-mode: screen;
}
@media (max-width: 768px) {
  .home__copy--light {
    width: clamp(80px, 22vw, 270px);
    height: clamp(80px, 22vw, 270px);
    transform: translate(82%, -72%);
  }
}
.home__copy--light img {
  width: 100%;
  height: 100%;
}
.home__salary {
  width: clamp(400px, 52vw, 639px);
  margin-bottom: 64rem;
  background-color: #000;
  border: 1px solid #fff;
}
@media (max-width: 768px) {
  .home__salary {
    width: 72%;
    margin-bottom: 32rem;
    border: 0.4px solid #fff;
  }
}
.home__salary--list {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 8rem;
  padding: 8rem;
  font-family: "A-OTF-RyuminPr6-Medium", serif;
  font-weight: 500;
}
@media (max-width: 768px) {
  .home__salary--list {
    padding: 4rem;
  }
}
.home__salary--list:nth-child(1) {
  border-bottom: 1px solid #fff;
}
@media (max-width: 768px) {
  .home__salary--list:nth-child(1) {
    border-bottom: 0.4px solid #fff;
  }
}
.home__salary--list .t-white {
  display: inline-flex;
  align-items: end;
  justify-content: center;
  color: #fff;
  font-size: 41rem;
}
@media (max-width: 768px) {
  .home__salary--list .t-white {
    font-size: 30rem;
  }
}
@media (max-width: 480px) {
  .home__salary--list .t-white {
    font-size: 18rem;
  }
}
.home__salary--list .t-gold {
  display: inline-flex;
  align-items: end;
  color: #cca162;
}
.home__salary--list .t-gold .t-bigger {
  font-size: 55rem;
  line-height: 1;
}
@media (max-width: 768px) {
  .home__salary--list .t-gold .t-bigger {
    font-size: 40rem;
  }
}
@media (max-width: 480px) {
  .home__salary--list .t-gold .t-bigger {
    font-size: 22rem;
  }
}
.home__salary--list .t-gold .t-normal {
  font-size: 41rem;
}
@media (max-width: 768px) {
  .home__salary--list .t-gold .t-normal {
    font-size: 30rem;
  }
}
@media (max-width: 480px) {
  .home__salary--list .t-gold .t-normal {
    font-size: 18rem;
  }
}
.home__feature {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20rem 18rem;
  margin-bottom: 40rem;
  padding: 0 8rem;
}
@media (max-width: 768px) {
  .home__feature {
    grid-gap: 12rem;
  }
}
@media (max-width: 480px) {
  .home__feature {
    grid-gap: 6rem;
  }
}
.home__feature--list {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #000;
  padding: 10rem 20rem;
  transform: skew(-15deg);
  border: 1px solid #fff;
}
@media (max-width: 768px) {
  .home__feature--list {
    padding: 8rem 16rem;
    border: 0.4px solid #fff;
  }
}
@media (max-width: 480px) {
  .home__feature--list {
    padding: 4rem 4rem;
  }
}
.home__feature--list .featureText {
  display: inline-block;
  color: #fff;
  transform: skew(15deg);
  font-family: "A-OTF-RyuminPr6-Regular", serif;
  font-size: 50rem;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .home__feature--list .featureText {
    font-size: 28rem;
  }
}
@media (max-width: 480px) {
  .home__feature--list .featureText {
    font-size: 16rem;
  }
}
.home__msg--top {
  width: clamp(400px, 66vw, 796px);
  padding: 24rem 20rem;
  border: 1px solid #fff;
  position: relative;
  font-family: "A-OTF-RyuminPr6-Medium", serif;
  font-weight: 500;
}
@media (max-width: 1300px) {
  .home__msg--top {
    margin-bottom: 32rem;
  }
}
@media (max-width: 768px) {
  .home__msg--top {
    width: 100%;
    margin-bottom: 32rem;
    border: 0.4px solid #fff;
    text-align: center;
  }
}
.home__msg--top::after {
  position: absolute;
  content: "";
  border: 1px solid #fff;
  top: 2rem;
  left: 2rem;
  right: 2rem;
  bottom: 2rem;
  z-index: -1;
}
@media (max-width: 768px) {
  .home__msg--top::after {
    border: 0.4px solid #fff;
  }
}
.home__msg--top .t-gold {
  margin-bottom: 8rem;
  color: #cca162;
  font-size: 56rem;
}
@media (max-width: 768px) {
  .home__msg--top .t-gold {
    font-size: 40rem;
  }
}
@media (max-width: 480px) {
  .home__msg--top .t-gold {
    font-size: 24rem;
  }
}
.home__msg--top .t-white {
  font-size: 30rem;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .home__msg--top .t-white {
    font-size: 27rem;
  }
}
@media (max-width: 480px) {
  .home__msg--top .t-white {
    font-size: 16rem;
  }
}
.home__msg--bottom {
  width: clamp(300px, 75vw, 540px);
  padding: 24rem 20rem;
  background-color: #fff;
  color: #4d4d4d;
  font-size: 27rem;
  text-align: center;
  border: 1px solid #000;
  position: relative;
  transform: translate(110%, -20%);
}
@media (max-width: 1300px) {
  .home__msg--bottom {
    width: clamp(300px, 48vw, 540px);
    transform: translate(0, -40%);
  }
}
@media (max-width: 768px) {
  .home__msg--bottom {
    width: 100%;
    transform: translate(0, 0);
    font-size: 30rem;
  }
}
@media (max-width: 480px) {
  .home__msg--bottom {
    font-size: 18rem;
  }
}
.home__msg--bottom::after {
  position: absolute;
  content: "";
  border: 1px solid #000;
  top: 2rem;
  bottom: 2rem;
  left: 2rem;
  right: 2rem;
  z-index: -1;
}
@media (max-width: 768px) {
  .home__msg--bottom::after {
    border: none;
    border-top: 1.6px solid #000;
    border-bottom: 1.6px solid #000;
    top: 4rem;
    bottom: 4rem;
    left: 0rem;
    right: 0rem;
  }
}
.home__msg--bottom p:nth-of-type(1) {
  margin-bottom: 4rem;
}
.home__msg--bottom p:nth-of-type(2) span {
  font-family: "A-OTF-RyuminPr6-Medium", serif;
  font-weight: 500;
}
.home__msg--bottom .t-bunkyu {
  font-family: "AP-OTF-BunkyuMdMinStd-EB", serif;
  font-size: 68rem;
  font-weight: 800;
}
@media (max-width: 768px) {
  .home__msg--bottom .t-bunkyu {
    font-size: 72rem;
  }
}
@media (max-width: 480px) {
  .home__msg--bottom .t-bunkyu {
    font-size: 36rem;
  }
}
.home__msg--bottom ul {
  margin-bottom: 16rem;
}
.home__msg--bottom ul li {
  display: block;
  font-style: italic;
  line-height: 1.4074074074;
  font-family: "A-OTF-RyuminPr6-Medium", serif;
  font-weight: 500;
}
@media (max-width: 1300px) {
  .home__boxWrapper {
    display: flex;
    justify-content: flex-end;
  }
}

@media (max-width: 768px) {
  .feature {
    padding-top: 80rem;
  }
}
@media (max-width: 480px) {
  .feature {
    padding-top: 40rem;
  }
}
.feature__section {
  margin-bottom: 40rem;
}
.feature__section--text {
  width: 90%;
  margin: 0 auto;
  font-family: "A-OTF-RyuminPr6-Medium", serif;
  font-weight: 500;
}
@media (max-width: 768px) {
  .feature__section--text {
    width: 98%;
  }
}
.feature__section--text .featureTitle {
  margin-bottom: 8rem;
  color: #169fd4;
  font-size: 75rem;
  line-height: 1em;
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  .feature__section--text .featureTitle {
    font-size: 55rem;
  }
}
@media (max-width: 480px) {
  .feature__section--text .featureTitle {
    font-size: 30rem;
  }
}
.feature__section--text .featureDesc {
  margin-bottom: 8rem;
  font-size: 30rem;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .feature__section--text .featureDesc {
    font-size: 25rem;
  }
}
@media (max-width: 480px) {
  .feature__section--text .featureDesc {
    font-size: 14rem;
  }
}
.feature__section--border {
  display: flex;
  width: 100%;
}

.message {
  position: relative;
  padding-bottom: 160rem;
}
@media (max-width: 768px) {
  .message {
    padding-bottom: 80rem;
  }
}
@media (max-width: 480px) {
  .message {
    padding-bottom: 40rem;
  }
}
.message .messageBg {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.message__text01 {
  width: clamp(300px, 48vw, 581px);
  margin: 0 auto;
}
@media (max-width: 768px) {
  .message__text01 {
    width: 80%;
  }
}
.message__text02 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16rem 40rem;
  margin-bottom: 80rem;
}
@media (max-width: 768px) {
  .message__text02 {
    gap: 8rem;
    margin-bottom: 16rem;
  }
}
.message__text02--list {
  display: inline-block;
}
.message__text02--list span {
  color: #cca162;
  font-family: "A-OTF-RyuminPr6-Medium", serif;
  font-weight: 500;
}
.message__text02--list span:nth-child(2n+1) {
  font-size: 45rem;
}
@media (max-width: 768px) {
  .message__text02--list span:nth-child(2n+1) {
    font-size: 49rem;
  }
}
@media (max-width: 480px) {
  .message__text02--list span:nth-child(2n+1) {
    font-size: 24rem;
  }
}
.message__text02--list span:nth-child(2n) {
  font-size: 60rem;
}
@media (max-width: 768px) {
  .message__text02--list span:nth-child(2n) {
    font-size: 65rem;
  }
}
@media (max-width: 480px) {
  .message__text02--list span:nth-child(2n) {
    font-size: 32rem;
  }
}
.message__text03 {
  font-size: 30rem;
  line-height: 1.7666666667;
  text-align: center;
  font-family: "A-OTF-RyuminPr6-Medium", serif;
  font-weight: 500;
}
@media (max-width: 768px) {
  .message__text03 {
    line-height: 1.3666666667;
  }
}
@media (max-width: 480px) {
  .message__text03 {
    font-size: 16rem;
  }
}
.message__text03 span {
  font-size: 40rem;
}
@media (max-width: 480px) {
  .message__text03 span {
    font-size: 24rem;
  }
}

.interview {
  background-color: #fff;
  color: #000;
  font-family: "A-OTF-RyuminPr6-Medium", serif;
  font-weight: 500;
}
.interview .interviewContainer {
  position: relative;
  padding-top: 40rem;
  padding-bottom: 40rem;
  padding-left: 40rem;
}
@media (max-width: 768px) {
  .interview .interviewContainer {
    padding-top: 20rem;
    padding-bottom: 20rem;
    padding-left: 0;
  }
}
.interview .interviewContainer .interviewBg {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  transform: translate(50%, 0);
}
@media (max-width: 768px) {
  .interview .interviewContainer .interviewBg {
    width: 46vw;
    height: 32.8194842407vw;
    right: -5vw;
    top: 50%;
    transform: translate(0, -100%);
  }
}
.interview .interviewContainer .interviewBg img {
  height: 100%;
}
.interview .interviewResponsive {
  display: flex;
  flex-direction: column;
}
.interview__title {
  font-size: 80rem;
}
@media (max-width: 768px) {
  .interview__title {
    font-size: 55rem;
  }
}
@media (max-width: 480px) {
  .interview__title {
    font-size: 30rem;
  }
}
.interview__staff {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 8rem;
  margin-bottom: 48rem;
}
@media (max-width: 768px) {
  .interview__staff {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 16rem;
  }
}
.interview__staff--name {
  font-size: 50rem;
}
@media (max-width: 768px) {
  .interview__staff--name {
    font-size: 38rem;
  }
}
@media (max-width: 480px) {
  .interview__staff--name {
    font-size: 22rem;
  }
}
.interview__staff--name span {
  font-size: 70rem;
}
@media (max-width: 768px) {
  .interview__staff--name span {
    font-size: 55rem;
  }
}
@media (max-width: 480px) {
  .interview__staff--name span {
    font-size: 30rem;
  }
}
.interview__staff--info {
  background-color: #278bb0;
  color: #fff;
  font-family: "Hiragino Kaku Gothic ProN", "Helvetica Neue", Arial, "Hiragino Sans", Meiryo, sans-serif;
  font-size: 38rem;
}
@media (max-width: 768px) {
  .interview__staff--info {
    font-size: 33rem;
  }
}
@media (max-width: 480px) {
  .interview__staff--info {
    font-size: 20rem;
  }
}
.interview__staff--info.firstContent {
  padding: 4rem 6rem 4rem 12rem;
}
@media (max-width: 768px) {
  .interview__staff--info.firstContent {
    padding: 4rem 6rem 4rem 6rem;
  }
}
.interview__staff--info.lastContent {
  padding: 4rem 12rem 4rem 6rem;
}
@media (max-width: 768px) {
  .interview__staff--info.lastContent {
    padding: 4rem 6rem 4rem 6rem;
  }
}
.interview__text01 {
  margin-bottom: 24rem;
  font-size: 55rem;
  line-height: 1.3333333333;
}
@media (max-width: 768px) {
  .interview__text01 {
    margin-bottom: 16rem;
    font-size: 45rem;
  }
}
@media (max-width: 480px) {
  .interview__text01 {
    font-size: 26rem;
  }
}
.interview__text02 {
  padding-bottom: 16rem;
  font-size: 30rem;
  line-height: 1.52;
}
@media (max-width: 768px) {
  .interview__text02 {
    font-size: 25rem;
  }
}
@media (max-width: 480px) {
  .interview__text02 {
    font-size: 15rem;
  }
}

.information {
  padding: 160rem 0;
}
@media (max-width: 768px) {
  .information {
    padding: 80rem 0;
  }
}
@media (max-width: 480px) {
  .information {
    padding: 40rem 0;
  }
}

.accordion {
  margin-bottom: 40rem;
  border: 1px solid #fff;
}
@media (max-width: 768px) {
  .accordion {
    margin-bottom: 20rem;
    border: 0.4px solid #fff;
  }
}
.accordion__button {
  width: 100%;
  padding: 16rem 24rem;
  cursor: pointer;
  transition: all 0.2s ease;
  background: none;
  text-align: left;
}
@media (max-width: 768px) {
  .accordion__button {
    padding: 16rem 12rem;
  }
}
@media (max-width: 480px) {
  .accordion__button {
    padding: 8rem 12rem;
  }
}
.accordion__button:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.accordion__button--inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 16rem;
  border-bottom: 1px solid #fff;
}
@media (max-width: 768px) {
  .accordion__button--inner {
    padding-bottom: 2rem;
    border-bottom: 0.4px solid #fff;
  }
}
.accordion__button--inner .text {
  font-family: "A-OTF-RyuminPr6-Medium", serif;
  font-weight: 500;
  font-size: 40rem;
}
@media (max-width: 768px) {
  .accordion__button--inner .text {
    font-size: 30rem;
  }
}
@media (max-width: 480px) {
  .accordion__button--inner .text {
    font-size: 18rem;
  }
}
.accordion__button--inner .arrow {
  transition: transform 0.3s ease;
  display: inline-block;
}
.accordion__button--inner .arrow::after {
  content: "▼";
  font-size: 1.6em;
}
@media (max-width: 768px) {
  .accordion__button--inner .arrow::after {
    font-size: 1.2em;
  }
}
@media (max-width: 768px) {
  .accordion__button--inner .arrow::after {
    font-size: 0.8em;
  }
}
.accordion.is-open .accordion__inner {
  opacity: 1;
  transform: translateY(0);
  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s ease 0.1s, transform 0.3s ease 0.1s;
}
.accordion.is-open .accordion__button {
  padding-bottom: 0;
}
.accordion.is-open .accordion__button span:last-child {
  transform: rotate(180deg);
}
.accordion__inner {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  transform: translateY(-10px);
}
.accordion__inner--list {
  padding: 0 32rem;
}
@media (max-width: 768px) {
  .accordion__inner--list {
    padding: 0 12rem;
  }
}
@media (max-width: 480px) {
  .accordion__inner--list {
    padding: 0 8rem;
  }
}
.accordion__inner--list .listInner {
  display: grid;
  grid-template-columns: 1fr 3fr;
  border-bottom: 1px solid #fff;
  padding: 32rem 0;
}
@media (max-width: 768px) {
  .accordion__inner--list .listInner {
    border-bottom: 0.4px solid #fff;
    padding: 16rem 0;
  }
}
.accordion__inner--list:last-child {
  border: none;
}
.accordion__inner--list:last-child .listInner {
  border: none;
}
.accordion__inner--list .listName, .accordion__inner--list .listContent {
  display: flex;
  justify-content: center;
  align-items: center;
}
.accordion__inner--list .listName__inner, .accordion__inner--list .listContent__inner {
  display: flex;
  align-items: center;
  width: 100%;
  height: calc(100% - 4rem);
}
.accordion__inner--list .listName__inner--text, .accordion__inner--list .listContent__inner--text {
  font-family: "A-OTF-RyuminPr6-Regular", serif;
  font-size: 30rem;
}
@media (max-width: 768px) {
  .accordion__inner--list .listName__inner--text, .accordion__inner--list .listContent__inner--text {
    font-size: 27rem;
  }
}
@media (max-width: 480px) {
  .accordion__inner--list .listName__inner--text, .accordion__inner--list .listContent__inner--text {
    font-size: 16rem;
  }
}
.accordion__inner--list .listName__inner {
  justify-content: center;
  border-right: 1px solid #fff;
}
@media (max-width: 768px) {
  .accordion__inner--list .listName__inner {
    border-right: 0.4px solid #fff;
  }
}
.accordion__inner--list .listName__inner--text {
  letter-spacing: 0;
}
.accordion__inner--list .listContent__inner {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 1em;
}
@media (max-width: 768px) {
  .accordion__inner--list .listContent__inner {
    gap: 0.5em;
  }
}
.accordion__inner--list .listContent__inner--text {
  padding-left: 2em;
  line-height: 1.1666666667;
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  .accordion__inner--list .listContent__inner--text {
    padding-left: 1.2em;
    font-size: 25rem;
    line-height: 1.4;
  }
}
@media (max-width: 480px) {
  .accordion__inner--list .listContent__inner--text {
    font-size: 14rem;
  }
}

.contact {
  margin-bottom: 160rem;
}
@media (max-width: 768px) {
  .contact {
    margin-bottom: 80rem;
  }
}
@media (max-width: 480px) {
  .contact {
    margin-bottom: 64rem;
  }
}
.contact__contents {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20rem;
  padding-top: 32rem;
}
@media (max-width: 768px) {
  .contact__contents {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 480px) {
  .contact__contents {
    padding-top: 0;
  }
}
.contact__contents--box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 16rem 0;
  border: 1px solid #fff;
  border-radius: 16rem;
}
@media (max-width: 768px) {
  .contact__contents--box {
    width: 80%;
    margin: 0 auto;
  }
}
.contact .boxTel {
  gap: 16rem;
}
.contact .box__title {
  margin-bottom: 8rem;
  font-family: "Hiragino Kaku Gothic ProN", "Helvetica Neue", Arial, "Hiragino Sans", Meiryo, sans-serif;
  font-size: 44rem;
  font-weight: 700;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .contact .box__title {
    font-weight: 500;
  }
}
@media (max-width: 480px) {
  .contact .box__title {
    font-size: 24rem;
  }
}
.contact .line-qr {
  width: 30%;
  margin: 0 auto 8rem;
}
.contact .line-id {
  font-family: "Hiragino Kaku Gothic ProN", "Helvetica Neue", Arial, "Hiragino Sans", Meiryo, sans-serif;
  font-size: 37rem;
  font-weight: 400;
}
@media (max-width: 480px) {
  .contact .line-id {
    font-size: 18rem;
  }
}
.contact .tel-info {
  width: 80%;
}
.contact .tel-num {
  font-family: "A-OTF-RyuminPr6-Medium", serif;
  font-weight: 500;
  font-size: 88rem;
  line-height: 1;
}
@media (max-width: 480px) {
  .contact .tel-num {
    font-size: 48rem;
  }
}

.footer__title {
  margin-bottom: 80rem;
  padding-bottom: 16rem;
  background-color: #333;
}
@media (max-width: 768px) {
  .footer__title {
    margin-bottom: 40rem;
  }
}
.footer__title--inner {
  border-bottom: 1px solid #fff;
}
.footer__title--inner .titleText {
  display: block;
  padding-top: 12rem;
  font-family: "Didot", serif;
  font-size: 74rem;
  line-height: 1;
  transform: skew(-12deg);
  text-align: center;
}
@media (max-width: 768px) {
  .footer__title--inner .titleText {
    padding-bottom: 8rem;
    font-size: 56rem;
  }
}
@media (max-width: 768px) and (max-width: 480px) {
  .footer__title--inner .titleText {
    font-size: 32rem;
  }
}
.footer__sales {
  width: clamp(0px, 80%, 980px);
  margin: 0 auto 80rem;
}
@media (max-width: 768px) {
  .footer__sales {
    width: 100%;
  }
}
.footer__sales--link {
  display: block;
  width: 100%;
  padding: 0.8em;
  background-color: #fff;
  color: #000;
  font-family: "A-OTF-RyuminPr6-Medium", serif;
  font-weight: 500;
  font-size: 24rem;
  text-align: center;
}
@media (max-width: 480px) {
  .footer__sales--link {
    font-size: 16rem;
  }
}
.footer__copyright {
  margin-bottom: 20rem;
  font-size: 0.8em;
  text-align: center;
}
@media (max-width: 480px) {
  .footer__copyright {
    font-size: 0.4em;
  }
}/*# sourceMappingURL=style.css.map */