@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: #001424;
  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 {
  padding-bottom: 4rem;
  border-bottom: 1px solid #fff;
}
.sectionTitle span {
  color: #fff;
  font-size: 80rem;
}
@media (max-width: 768px) {
  .sectionTitle span {
    font-size: 55rem;
    line-height: 1.4;
    letter-spacing: 0.16em;
  }
}
@media (max-width: 480px) {
  .sectionTitle span {
    font-size: 35rem;
  }
}

/* =============================================
レスポンシブ対応用
============================================= */
.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;
  padding-top: 80rem;
}
@media (max-width: 768px) {
  .home {
    padding-top: 60rem;
  }
}
@media (max-width: 480px) {
  .home {
    padding-top: 20rem;
  }
}
.home .homeBg {
  width: 100%;
  position: static;
}
.home .homeBg img {
  position: absolute;
  content: "";
  width: 54vw;
  top: 0;
  right: 0;
}
@media (max-width: 768px) {
  .home .homeBg img {
    width: 100%;
    left: 0;
  }
}
.home .homeBgColor {
  background-color: #001f38;
}
.home .homeBgColor .noContents {
  display: block;
  width: 100%;
  height: 0.7vw;
  margin-bottom: 0.7vw;
}
@media (max-width: 768px) {
  .home .homeBgColor .noContents {
    height: 1.2369791667vw;
    margin-bottom: 1.2369791667vw;
  }
}
.home__title--main {
  display: inline-flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
  padding-top: 16rem;
  font-family: "Didot", serif;
  font-weight: 400;
}
.home__title--main span:nth-child(1) {
  display: inline-block;
  border-bottom: 1px solid #fff;
  font-size: 139rem;
  line-height: 0.9;
}
@media (max-width: 768px) {
  .home__title--main span:nth-child(1) {
    font-size: 75rem;
  }
}
@media (max-width: 480px) {
  .home__title--main span:nth-child(1) {
    font-size: 55rem;
  }
}
.home__title--main span:nth-child(2) {
  font-size: 93rem;
}
@media (max-width: 768px) {
  .home__title--main span:nth-child(2) {
    font-size: 50rem;
  }
}
@media (max-width: 480px) {
  .home__title--main span:nth-child(2) {
    font-size: 35rem;
  }
}
.home__title--sub {
  position: relative;
  padding-bottom: 16rem;
  z-index: 1;
  font-size: 41rem;
  letter-spacing: 0.2em;
}
@media (max-width: 768px) {
  .home__title--sub {
    font-size: 22rem;
  }
}
@media (max-width: 480px) {
  .home__title--sub {
    font-size: 18rem;
  }
}
.home__copy--main {
  display: flex;
  width: 80%;
  margin-bottom: 8rem;
}
@media (max-width: 768px) {
  .home__copy--main {
    width: 100%;
    margin-bottom: 0;
    padding-top: 32rem;
  }
}
.home__copy--main .copyMain_01 {
  mix-blend-mode: screen;
}
.home__copy--main .copyMain_02 {
  mix-blend-mode: lighten;
}
.home__copy--sub {
  position: relative;
  z-index: 1;
  padding-bottom: 24rem;
  font-size: 76rem;
  font-style: italic;
}
@media (max-width: 768px) {
  .home__copy--sub {
    padding-bottom: 16rem;
    font-size: 50rem;
    text-align: center;
  }
}
@media (max-width: 480px) {
  .home__copy--sub {
    font-size: 30rem;
  }
}
.home__feature {
  display: flex;
  flex-wrap: nowrap;
  width: 80%;
  margin-bottom: 80rem;
  padding-top: 2rem;
  gap: 16rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .home__feature {
    justify-content: center;
    width: 100%;
    margin-bottom: 48rem;
    gap: 32rem;
    background: linear-gradient(90deg, transparent 0%, rgba(140, 97, 32, 0.4980392157) 15%, #8c6120 50%, rgba(140, 97, 32, 0.4980392157) 85%, transparent 100%);
  }
}
@media (max-width: 480px) {
  .home__feature {
    gap: 20rem;
  }
}
.home__feature--list {
  display: inline-block;
  width: 33.3333333333%;
  border-bottom: 3px solid #78531b;
  font-size: 49rem;
  text-align: center;
}
@media (max-width: 768px) {
  .home__feature--list {
    width: unset;
    padding: 4rem 0;
    border: none;
    font-size: 35rem;
  }
}
@media (max-width: 480px) {
  .home__feature--list {
    font-size: 20rem;
  }
}

.chance__main {
  margin-bottom: 32rem;
  color: #cc9543;
  font-size: 60rem;
  line-height: 1.3333333333;
  text-align: center;
}
@media (max-width: 768px) {
  .chance__main {
    margin-bottom: 4rem;
    font-size: 40rem;
  }
}
@media (max-width: 480px) {
  .chance__main {
    font-size: 24rem;
  }
}
.chance__sub {
  margin-bottom: 80rem;
  font-size: 40rem;
  line-height: 1.65;
  text-align: center;
}
@media (max-width: 768px) {
  .chance__sub {
    margin-bottom: 32rem;
    font-size: 24rem;
  }
}
@media (max-width: 480px) {
  .chance__sub {
    font-size: 18rem;
  }
}
.chance__sub span {
  font-size: 50rem;
  line-height: 1.25;
}
@media (max-width: 768px) {
  .chance__sub span {
    font-size: 35rem;
  }
}
@media (max-width: 480px) {
  .chance__sub span {
    font-size: 24rem;
  }
}

.dream__main {
  background: linear-gradient(90deg, #ab7424 0%, #ffe46e 53%, #ab7424 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 96rem;
  font-style: italic;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 768px) {
  .dream__main {
    font-size: 56rem;
  }
}
@media (max-width: 480px) {
  .dream__main {
    font-size: 32rem;
  }
}
.dream__main span {
  font-size: 140rem;
}
@media (max-width: 768px) {
  .dream__main span {
    font-size: 82rem;
  }
}
@media (max-width: 480px) {
  .dream__main span {
    font-size: 48rem;
  }
}
.dream__sub {
  margin-bottom: 60rem;
  font-size: 40rem;
  line-height: 1.75;
  text-align: center;
}
@media (max-width: 768px) {
  .dream__sub {
    margin-bottom: 20rem;
    font-size: 27rem;
  }
}
@media (max-width: 480px) {
  .dream__sub {
    font-size: 18rem;
  }
}

.boxes {
  display: flex;
  flex-direction: column;
  gap: 40rem;
  max-width: 1000rem;
  margin: 0 auto 64rem;
}
@media (max-width: 768px) {
  .boxes {
    width: 90%;
    margin: 0 auto 80rem;
  }
}
.boxes__content {
  border: 2px solid #fff;
  padding: 0 16rem;
  background-image: url(../img/boxesBg.webp);
  background-size: cover;
  background-position: center;
}
.boxes__content--title {
  padding: 16rem 0;
  font-size: 75rem;
  text-align: center;
  background-image: linear-gradient(to right, #fff 0%, #fff 60%, transparent 60%, transparent 100%);
  background-size: 16rem 2rem;
  background-repeat: repeat-x;
  background-position: bottom;
}
@media (max-width: 768px) {
  .boxes__content--title {
    font-size: 55rem;
  }
}
@media (max-width: 480px) {
  .boxes__content--title {
    font-size: 35rem;
  }
}
.boxes__content--text {
  padding: 16rem 0;
  font-size: 30rem;
  line-height: 1.2666666667;
  text-align: center;
}
@media (max-width: 768px) {
  .boxes__content--text {
    font-size: 25rem;
    line-height: 1.4;
  }
}
@media (max-width: 480px) {
  .boxes__content--text {
    font-size: 16rem;
  }
}

.young {
  margin-bottom: 160rem;
  background-image: url(../img/youngBg_pc.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .young {
    margin-bottom: 80rem;
    background-image: url(../img/youngBg_tab.webp);
  }
}
.young__title {
  margin-bottom: 32rem;
  padding-left: 8%;
}
@media (max-width: 768px) {
  .young__title {
    margin-bottom: 16rem;
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .young__title--image {
    transform: translateX(-5%);
  }
}
.young__subTitle {
  margin-bottom: 40rem;
  color: #cc9543;
  font-size: 50rem;
  line-height: 1.2;
  text-align: center;
}
@media (max-width: 768px) {
  .young__subTitle {
    margin-bottom: 8rem;
    font-size: 35rem;
  }
}
@media (max-width: 480px) {
  .young__subTitle {
    font-size: 22rem;
  }
}
.young__desc {
  font-size: 30rem;
  line-height: 1.5666666667;
  text-align: center;
}
@media (max-width: 768px) {
  .young__desc {
    line-height: 1.2;
    font-size: 30rem;
  }
}
@media (max-width: 480px) {
  .young__desc {
    font-size: 18rem;
  }
}

@media (max-width: 768px) {
  .interview {
    margin-bottom: 100rem;
  }
}
.interview__title {
  margin-bottom: 24rem;
  text-align: center;
}
@media (max-width: 768px) {
  .interview__title {
    margin-bottom: 18rem;
  }
}
.interview__title--text {
  display: inline-block;
  position: relative;
}
.interview__title--text::before, .interview__title--text::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 34rem;
  height: 34rem;
  background-color: #fff;
}
@media (max-width: 768px) {
  .interview__title--text::before, .interview__title--text::after {
    width: 16rem;
    height: 16rem;
  }
}
.interview__title--text::before {
  left: -16rem;
  transform: translate(-100%, -50%) rotate(45deg);
}
.interview__title--text::after {
  right: -16rem;
  transform: translate(100%, -50%) rotate(-45deg);
}
.interview__title--text span {
  font-size: 75rem;
}
@media (max-width: 768px) {
  .interview__title--text span {
    font-size: 55rem;
  }
}
@media (max-width: 480px) {
  .interview__title--text span {
    font-size: 35rem;
  }
}
.interview__person {
  display: none;
}
@media (max-width: 768px) {
  .interview__person {
    display: flex;
    justify-content: left;
    margin-bottom: 24rem;
    padding-left: 5%;
  }
}
@media (max-width: 768px) {
  .interview__person--name {
    display: inline-block;
    font-size: 53rem;
  }
}
@media (max-width: 480px) {
  .interview__person--name {
    font-size: 35rem;
  }
}
@media (max-width: 768px) {
  .interview__person--income {
    display: inline-block;
    font-size: 27rem;
    font-family: "Hiragino Kaku Gothic ProN", "Helvetica Neue", Arial, "Hiragino Sans", Meiryo, sans-serif;
  }
}
@media (max-width: 480px) {
  .interview__person--income {
    font-size: 18rem;
  }
}
.interview__bg {
  width: 100%;
  height: 100%;
  background-color: #00294d;
}
@media (max-width: 768px) {
  .interview__bg {
    padding-left: 5%;
    background-color: transparent;
  }
}
.interview__bg--inner {
  max-width: 1800rem;
  margin: 0 auto;
  padding-left: 10%;
  padding-top: 40rem;
  padding-bottom: 40rem;
  background-image: linear-gradient(to right, #00294d 0%, #00294d 30%, transparent 70%), url(../img/interviewStaff_pc.webp);
  background-size: contain;
  background-position: right top;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .interview__bg--inner {
    padding: 0;
    background-image: url(../img/interviewStaff_tab.webp);
  }
}
.interview__bg--inner p {
  color: #fff;
}
.interview__bg--inner p:first-child {
  margin-bottom: 4rem;
  font-size: 53rem;
}
@media (max-width: 768px) {
  .interview__bg--inner p:first-child {
    font-size: 38rem;
  }
}
@media (max-width: 480px) {
  .interview__bg--inner p:first-child {
    font-size: 222em;
  }
}
.interview__bg--inner p:first-child span {
  font-size: 76rem;
}
@media (max-width: 768px) {
  .interview__bg--inner p:first-child span {
    font-size: 55rem;
  }
}
@media (max-width: 480px) {
  .interview__bg--inner p:first-child span {
    font-size: 32rem;
  }
}
.interview__bg--inner p:nth-child(2) {
  margin-bottom: 24rem;
  font-family: "Hiragino Kaku Gothic ProN", "Helvetica Neue", Arial, "Hiragino Sans", Meiryo, sans-serif;
  font-size: 37rem;
  font-weight: 300;
}
@media (max-width: 768px) {
  .interview__bg--inner p:nth-child(2) {
    font-size: 27rem;
  }
}
@media (max-width: 480px) {
  .interview__bg--inner p:nth-child(2) {
    font-size: 18rem;
  }
}
.interview__bg--inner p:nth-child(3) {
  margin-bottom: 32rem;
  font-size: 55rem;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .interview__bg--inner p:nth-child(3) {
    margin-bottom: 4rem;
    font-size: 45rem;
  }
}
@media (max-width: 480px) {
  .interview__bg--inner p:nth-child(3) {
    font-size: 35rem;
  }
}
.interview__bg--inner p:nth-child(4) {
  font-size: 30rem;
  line-height: 1.8;
}
@media (max-width: 768px) {
  .interview__bg--inner p:nth-child(4) {
    font-size: 25rem;
    line-height: 1.6;
  }
}
@media (max-width: 480px) {
  .interview__bg--inner p:nth-child(4) {
    font-size: 16rem;
  }
}

.information {
  padding: 80rem 0;
}
@media (max-width: 768px) {
  .information {
    margin-bottom: 100rem;
    padding: 0;
  }
}

.accordion {
  border-bottom: 1px solid #fff;
}
.accordion__button {
  width: 100%;
  margin-left: 16rem;
  padding: 24rem 0rem;
  cursor: pointer;
  transition: all 0.2s ease;
  background: none;
  text-align: left;
}
@media (max-width: 768px) {
  .accordion__button {
    width: calc(100% - 16rem);
    padding: 32rem 0rem;
  }
}
@media (max-width: 480px) {
  .accordion__button {
    width: calc(100% - 8rem);
    margin-left: 8rem;
    padding: 24rem 0rem;
  }
}
.accordion__button:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.accordion__button--inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.accordion__button--inner .text {
  font-family: "A-OTF-RyuminPr6-Regular", serif;
  font-weight: 400;
  font-size: 40rem;
}
@media (max-width: 768px) {
  .accordion__button--inner .text {
    font-size: 35rem;
  }
}
@media (max-width: 480px) {
  .accordion__button--inner .text {
    font-size: 22rem;
  }
}
.accordion__button--inner .mark {
  background-color: #666;
  font-family: "Hiragino Kaku Gothic ProN", "Helvetica Neue", Arial, "Hiragino Sans", Meiryo, sans-serif;
  font-size: 20rem;
  padding: 4rem 16rem;
  border-radius: 16rem;
}
@media (max-width: 768px) {
  .accordion__button--inner .mark {
    font-size: 20rem;
  }
}
@media (max-width: 480px) {
  .accordion__button--inner .mark {
    font-size: 16rem;
  }
}
.accordion__button--inner .arrow {
  transition: transform 0.3s ease;
  display: inline-block;
  position: relative;
  width: 20px;
  height: 20px;
}
.accordion__button--inner .arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 20px;
  background-color: currentColor;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
}
@media (max-width: 480px) {
  .accordion__button--inner .arrow::before {
    width: 2px;
    height: 14px;
  }
}
.accordion__button--inner .arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 2px;
  background-color: currentColor;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
}
@media (max-width: 480px) {
  .accordion__button--inner .arrow::after {
    width: 14px;
    height: 2px;
  }
}
.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__inner--smooth {
  opacity: 1;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.accordion.is-open .accordion__button {
  padding-bottom: 0;
}
.accordion.is-open .accordion__button .arrow::before {
  transform: translate(-50%, -50%) rotate(90deg);
  opacity: 0;
}
.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--smooth {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s cubic-bezier(0.25, 0.1, 0.25, 1), padding 0.3s ease, opacity 0.3s ease;
  opacity: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.accordion__inner--list {
  padding: 16rem 0.5em;
}
.accordion__inner--list:last-child {
  padding-bottom: 1em;
}
.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);
  padding-left: 1em;
}
@media (max-width: 768px) {
  .accordion__inner--list .listName__inner, .accordion__inner--list .listContent__inner {
    padding-left: 0.8em;
  }
}
@media (max-width: 480px) {
  .accordion__inner--list .listName__inner, .accordion__inner--list .listContent__inner {
    padding-left: 0.4em;
  }
}
.accordion__inner--list .listName {
  margin-bottom: 8rem;
}
.accordion__inner--list .listName__inner {
  justify-content: left;
  background-color: #00294d;
  padding-top: 8rem;
  padding-bottom: 8rem;
}
.accordion__inner--list .listName__inner--text {
  font-size: 40rem;
}
@media (max-width: 768px) {
  .accordion__inner--list .listName__inner--text {
    font-size: 30rem;
  }
}
@media (max-width: 480px) {
  .accordion__inner--list .listName__inner--text {
    font-size: 16rem;
  }
}
.accordion__inner--list .listContent__inner {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 1em;
  padding-top: 4rem;
}
@media (max-width: 768px) {
  .accordion__inner--list .listContent__inner {
    gap: 0.5em;
  }
}
.accordion__inner--list .listContent__inner--text {
  font-size: 30rem;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .accordion__inner--list .listContent__inner--text {
    font-size: 25rem;
  }
}
@media (max-width: 480px) {
  .accordion__inner--list .listContent__inner--text {
    font-size: 16rem;
  }
}

.contact {
  margin-bottom: 100rem;
}
@media (max-width: 768px) {
  .contact {
    margin-bottom: 80rem;
  }
}
@media (max-width: 480px) {
  .contact {
    margin-bottom: 64rem;
  }
}
.contact__contents {
  display: flex;
  flex-direction: column;
  gap: 32rem;
  margin-top: 40rem;
}
.contact__contents--box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  background-color: #00294d;
  height: 192rem;
}
.contact__contents--box:hover {
  color: #fff;
}
@media (max-width: 1300px) {
  .contact__contents--box {
    height: unset;
    padding: 32rem 0;
  }
}
@media (max-width: 768px) {
  .contact__contents--box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 90%;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 16rem;
    border: 3px solid #fff;
    box-shadow: inset 0 0 0 2px #00294d;
    height: 144rem;
  }
}
.contact .boxContent {
  display: flex;
  align-items: center;
  justify-content: left;
  gap: 24rem;
  padding: 0 32rem;
}
@media (max-width: 768px) {
  .contact .boxContent {
    justify-content: space-between;
    width: 100%;
    padding: 0 16rem;
  }
}
.contact .boxContent__icon {
  width: 100rem;
}
@media (max-width: 768px) {
  .contact .boxContent__icon {
    max-width: 80rem;
  }
}
.contact .boxContent__icon img {
  width: 100%;
}
.contact .boxContent__text {
  text-align: center;
}
@media (max-width: 768px) {
  .contact .boxContent__text {
    width: 100%;
  }
}
.contact .boxContent__text--main {
  margin-bottom: 8rem;
  font-size: 53rem;
}
@media (max-width: 768px) {
  .contact .boxContent__text--main {
    color: #00294d;
    font-size: 50rem;
  }
}
@media (max-width: 480px) {
  .contact .boxContent__text--main {
    font-size: 28rem;
  }
}
.contact .boxContent__text--sub {
  font-family: "Hiragino Kaku Gothic ProN", "Helvetica Neue", Arial, "Hiragino Sans", Meiryo, sans-serif;
  font-size: 31rem;
  font-weight: 600;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .contact .boxContent__text--sub {
    color: #00294d;
    font-size: 30rem;
  }
}
@media (max-width: 480px) {
  .contact .boxContent__text--sub {
    font-size: 18rem;
  }
}
.contact .linePc {
  display: flex !important;
  align-items: center;
  justify-content: left;
  gap: 32rem;
}
@media (max-width: 768px) {
  .contact .linePc {
    display: none !important;
  }
}
.contact .linePc__qr {
  height: 170rem;
}
@media (max-width: 1300px) {
  .contact .linePc__qr {
    width: 32%;
    height: unset;
  }
}
.contact .linePc__qr img {
  width: 100%;
}
.contact .linePc__text {
  font-size: 34rem;
}
@media (max-width: 480px) {
  .contact .linePc__text {
    font-size: 18rem;
  }
}
.contact .telPc {
  display: flex !important;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .contact .telPc {
    display: none !important;
  }
}
.contact .telPc__num {
  font-family: "Hiragino Kaku Gothic ProN", "Helvetica Neue", Arial, "Hiragino Sans", Meiryo, sans-serif;
  font-size: 68rem;
  font-weight: 800;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
.header__ham {
  position: absolute;
  top: 4vw;
  right: 4vw;
  width: 13.9322916667vw;
  height: 13.9322916667vw;
  background-color: #003966;
}
.header__ham--active {
  background-color: transparent;
}

@media (max-width: 768px) {
  .hamburger {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20rem;
    position: relative;
    height: 100%;
    padding: 0 8%;
    z-index: 100;
    aspect-ratio: 1/1;
  }
}
@media (max-width: 480px) {
  .hamburger {
    padding: 4rem 16rem 8rem;
    gap: 8rem;
  }
}
.hamburger__horizontal {
  width: 100%;
  height: 1.0416666667vw;
  background-color: #fff;
}
.hamburger__horizontal:nth-of-type(1), .hamburger__horizontal:nth-of-type(2) {
  transition: 0.3s all ease-in-out;
}
.hamburger__horizontal.hamBarActive:nth-of-type(1), .hamburger__horizontal.hamBarActive:nth-of-type(2) {
  width: 90% !important;
}
.hamburger__horizontal.hamBarActive:nth-of-type(1) {
  transform: rotate(45deg) translateY(20rem);
}
@media (max-width: 480px) {
  .hamburger__horizontal.hamBarActive:nth-of-type(1) {
    transform: rotate(45deg) translateY(8px);
  }
}
.hamburger__horizontal.hamBarActive:nth-of-type(2) {
  transform: rotate(-45deg) translateY(-20rem);
}
@media (max-width: 480px) {
  .hamburger__horizontal.hamBarActive:nth-of-type(2) {
    transform: rotate(-45deg) translateY(-8px);
  }
}
.hamburger__horizontal.hamBarActive:nth-of-type(3) {
  background-color: transparent !important;
}
.hamburger__vertical {
  width: 4px;
  height: 100%;
  background-color: #003966;
  position: absolute;
  top: 0;
  right: 16%;
}
.hamburger__vertical--active {
  display: none;
}

.hamNav {
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: #001424;
  color: #fff;
  transition: 0.6s all ease-out;
  z-index: 90;
  overflow-x: hidden;
}
@media (max-width: 768px) {
  .hamNav {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.hamNav-active {
  left: 0 !important;
}

@media (max-width: 768px) {
  .navList {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    gap: 16px;
  }
}
.navList li a span {
  position: relative;
}
@media (max-width: 768px) {
  .navList li a span {
    width: 100%;
    margin-bottom: 16px;
    font-size: 32rem;
    font-weight: 500;
    text-align: center;
  }
}
@media (max-width: 480px) {
  .navList li a span {
    font-size: 24rem;
  }
}
.navList li a span:before, .navList li a span:after {
  position: absolute;
  content: "";
  display: block;
  width: 8px;
  height: 2px;
  background-color: #fff;
  top: 50%;
  transform: translateY(-50%);
}
.navList li a span:before {
  left: -16rem;
}
.navList li a span:after {
  right: -16rem;
}

@media (max-width: 768px) {
  .footer {
    padding-bottom: 180rem;
  }
}
@media (max-width: 480px) {
  .footer {
    padding-bottom: 100rem;
  }
}
.footer__logo {
  width: 40%;
  margin: 0 auto 20rem;
}
@media (max-width: 768px) {
  .footer__logo {
    width: 60%;
  }
}
.footer__text {
  margin-bottom: 80rem;
  font-size: 32rem;
  text-align: center;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .footer__text {
    margin-bottom: 40rem;
    font-size: 23rem;
    line-height: 1.6;
  }
}
@media (max-width: 480px) {
  .footer__text {
    font-size: 18rem;
  }
}
.footer__sales {
  width: clamp(0px, 80%, 980px);
  margin: 0 auto 80rem;
  border: 3px solid #fff;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .footer__sales {
    width: 100%;
  }
}
.footer__sales--link {
  display: block;
  width: 100%;
  padding: 0.8em;
  background-color: #fff;
  color: #000;
  font-size: 24rem;
  font-family: "A-OTF-RyuminPr6-Medium", serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
  box-shadow: inset 0 0 0 2px #00202e;
}
@media (max-width: 768px) {
  .footer__sales--link {
    font-size: 28rem;
  }
}
@media (max-width: 480px) {
  .footer__sales--link {
    font-size: 18rem;
  }
}
.footer__copyright {
  margin-bottom: 20rem;
  font-size: 0.8em;
  text-align: center;
}
@media (max-width: 480px) {
  .footer__copyright {
    font-size: 0.4em;
  }
}

.tabBottom {
  display: none;
}
@media (max-width: 768px) {
  .tabBottom {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10%;
    padding: 4% 20%;
    background-color: #001f38;
  }
}
@media (max-width: 768px) {
  .tabBottom__list {
    width: 32%;
  }
}
@media (max-width: 768px) {
  .tabBottom__list--link {
    display: flex;
    height: 15.8854166667vw;
    align-items: center;
    justify-content: space-between;
  }
  .tabBottom__list--link img {
    width: 100%;
  }
}/*# sourceMappingURL=style.css.map */