@charset "UTF-8";
/* about-group.scss */
/* normalize.scss */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE6/7/8/9 & FF3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

/*
 * Corrects `inline-block` display not defined in IE6/7/8/9 & FF3.
 */
audio,
canvas,
video {
  display: inline-block;
}

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/*
 * Addresses styling for `hidden` attribute not present in IE7/8/9, FF3, S4.
 * Known issue: no IE6 support.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -ms-text-size-adjust: 100%; /* 2 */
}

/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */
/*
 * Addresses margins handled incorrectly in IE6/7.
 */
body {
  margin: 0;
}

img {
  vertical-align: top;
}

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
/*a:focus {
    outline: thin dotted;
}*/
/*
 * Improves readability when focused and also mouse hovered in all browsers.
 * people.opera.com/patrickl/experiments/keyboard/test
 */
/*a:active,
a:hover {
    outline: 0;
}*/
/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE6/7.
 * Addresses font sizes within `section` and `article` in FF4+, Chrome, S5.
 */
h1, h2, h3, h4, h5, h6 {
  font-size: 1em;
  font-weight: normal;
  margin: 0;
  padding: 0;
}

/*
 * Addresses styling not present in IE7/8/9, S5, Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/*
 * Addresses style set to `bolder` in FF3+, S4/5, Chrome.
 */
b,
strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

/*
 * Addresses styling not present in S5, Chrome.
 */
dfn {
  font-style: italic;
}

/*
 * Addresses styling not present in IE6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/*
 * Addresses margins set differently in IE6/7.
 */
p,
pre {
  margin: 0;
  padding: 0;
}

/*
 * Corrects font family set oddly in IE6, S4/5, Chrome.
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/*
 * Addresses CSS quotes not supported in IE6/7.
 */
q {
  quotes: none;
}

/*
 * Addresses `quotes` property not supported in S4.
 */
q:before,
q:after {
  content: "";
  content: none;
}

small {
  font-size: 75%;
}

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 * gist.github.com/413930
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
dl,
menu,
ol,
ul {
  margin: 0;
}

dd {
  margin: 0;
}

/*
 * Addresses paddings set differently in IE6/7.
 */
menu,
ol,
ul {
  padding: 0;
}

/*
 * Corrects list images handled incorrectly in IE7.
 */
ul,
ol {
  list-style: none;
  list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside `a` element in IE6/7/8/9, FF3.
 * 2. Improves image quality when scaled in IE7.
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
img {
  border: 0; /* 1 */
  -ms-interpolation-mode: bicubic; /* 2 */
  margin: 0;
  padding: 0;
}

/*
 * Corrects overflow displayed oddly in IE9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE6/7/8/9, S5, O11.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE6/7.
 */
form {
  margin: 0;
}

/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE6/7/8/9.
 * 2. Corrects text not wrapping in FF3.
 * 3. Corrects alignment displayed oddly in IE6/7.
 */
legend {
  border: 0; /* 1 */
  padding: 0;
  white-space: normal; /* 2 */
}

/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%; /* 1 */
  margin: 0; /* 2 */
  vertical-align: baseline; /* 3 */
}

/*
 * Addresses FF3/4 setting `line-height` on `input` using `!important` in the
 * UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE6.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
input[disabled] {
  cursor: default;
}

/*
 * 1. Addresses box sizing set to content-box in IE8/9.
 * 2. Removes excess padding in IE8/9.
 * 3. Removes excess padding in IE7.
 *    Known issue: excess padding remains in IE6.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/*
 * 1. Addresses `appearance` set to `searchfield` in S5, Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in S5, Chrome (include `-moz`
 *    to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in S5, Chrome on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
 * Removes inner padding and border in FF3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto; /* 1 */
  vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* ==========================================================================
   hr
   ========================================================================== */
hr {
  visibility: hidden;
}

/* ==========================================================================
   hr
   ========================================================================== */
a {
  outline: none;
}

a, a:link {
  outline: none;
}

a:visited {
  outline: none;
}

/* module.scss */
* {
  margin: 0;
  padding: 0;
}

:root {
  --element-x: 0px;
  --window-width: 0px;
  --difference: calc(var(--window-width) - var(--element-x));
}

html {
  font-kerning: normal;
  font-optical-sizing: auto;
  font-variant-east-asian: proportional-width jis04;
  font-feature-settings: "palt" 1, "kern" 1;
  letter-spacing: 0.02em;
  font-size: 2.5vw;
  scroll-behavior: smooth;
  scroll-padding-top: 6rem;
  height: 100%;
}
@media screen and (min-width: 450px) {
  html {
    font-size: 62.5%;
  }
}
@media screen and (min-width: 769px) {
  html {
    scroll-padding-top: 90px;
  }
}

picture,
figure {
  display: flex;
  justify-content: center;
  align-items: center;
}

.wf-loading {
  opacity: 0;
}

body {
  color: #202020;
  font-family: "Noto Sans JP", Meiryo, "メイリオ", Osaka, "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 1.5rem;
  line-height: 1.83;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
  background: #fff;
  opacity: 0;
  text-align: justify;
  letter-spacing: 0.03em;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  transition: opacity 0.2s ease-in-out;
  overflow-x: hidden;
}

@media screen and (max-width: 768px) {
  .u-pc-only {
    display: none !important;
  }
}
@media screen and (min-width: 769px) {
  .u-sp-only {
    display: none !important;
  }
}
a {
  color: #202020;
  transition: 0.2s;
  text-decoration: none;
}
a:hover {
  opacity: 0.8;
}

#container {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

#screen {
  position: relative;
}

.title {
  font-weight: 500;
  font-size: 3.5rem;
  text-align: left;
  font-family: "Outfit", sans-serif;
  letter-spacing: 0.2em;
  color: #00406B;
  line-height: 1.3;
  margin-bottom: 0.2rem;
}
@media screen and (min-width: 769px) {
  .title {
    font-size: 6rem;
    margin-bottom: 0.5rem;
  }
}
@media screen and (min-width: 1000px) {
  .title {
    font-size: 6rem;
  }
}
@media screen and (min-width: 1400px) {
  .title {
    font-size: 6rem;
  }
}

.title__text {
  font-size: 1.4rem;
  font-weight: 500;
  color: #00406B;
  line-height: 1.2;
  letter-spacing: 0.12em;
}
@media screen and (min-width: 769px) {
  .title__text {
    font-size: 1.5rem;
  }
}

.title__heading {
  border-left: solid 2px #B49D76;
  padding-left: 1.5rem;
  margin-bottom: 4rem;
}
@media screen and (min-width: 769px) {
  .title__heading {
    padding-left: 2rem;
  }
}

.btn a {
  width: 30rem;
  height: 7rem;
  position: relative;
  background: #00406B;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: 500;
  font-size: 1.5rem;
  letter-spacing: 0.08em;
  line-height: 1;
  box-sizing: border-box;
}
.btn a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7rem 7rem 0 0;
  border-color: #fff transparent transparent transparent;
  opacity: 0.1;
}
.btn a::after {
  position: absolute;
  content: "";
  right: 2.5rem;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url("../../images/common/icon-external-link.svg") no-repeat;
  background-size: contain;
  width: 1.5rem;
  height: 1.5rem;
}
.btn a:hover {
  background: #B49D76;
}

.btn.btn--black {
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn.btn--black a {
  background: #202020;
  width: 33rem;
  height: 8rem;
  letter-spacing: 0.15rem;
}
@media screen and (min-width: 769px) {
  .btn.btn--black a {
    width: 40rem;
    height: 8rem;
  }
}
.btn.btn--black a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 70px 70px 0px 0px;
  border-color: #fff transparent transparent transparent;
  opacity: 0.1;
}
.btn.btn--black a::after {
  position: absolute;
  content: "";
  right: 2rem;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url("../../images/common/icon-arrow-right--sp.svg") no-repeat;
  background-size: contain;
  width: 3rem;
  height: 0.4rem;
  transition: all 0.2s;
}
@media screen and (min-width: 769px) {
  .btn.btn--black a::after {
    background: url("../../images/common/icon-arrow-right--pc.svg") no-repeat;
    background-size: contain;
    width: 4.2rem;
    height: 0.5rem;
  }
}
.btn.btn--black a:hover::after {
  transition: all 0.2s;
  right: 1.5rem;
}
.btn.btn--black a:hover {
  transition: all 0.2s;
  background: #00406B;
}

.not-found__bg {
  background: #F5F2EC;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
}

.not-found {
  box-sizing: border-box;
  padding: 0.5rem 0 10rem;
  width: calc(100% - 3rem);
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .not-found {
    padding: 5px 0 150px;
    width: calc(100% - 16rem);
  }
}
@media screen and (min-width: 1400px) {
  .not-found {
    width: calc(100% - 3rem);
  }
}

.not-found__title {
  font-weight: 500;
  font-size: 2.2rem;
  letter-spacing: 0.05em;
  color: #00406B;
  margin-bottom: 4rem;
}
@media screen and (min-width: 769px) {
  .not-found__title {
    font-size: 2.5rem;
  }
}

.not-found__text {
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  line-height: 2.8rem;
  color: #292929;
}

@media screen and (min-width: 1000px) {
  .not-found__bottom {
    display: none !important;
  }
}

.page__mv {
  position: relative;
  width: 100%;
  padding-bottom: 2rem;
  margin-bottom: 5.5rem;
}
@media screen and (min-width: 769px) {
  .page__mv {
    padding-bottom: 50px;
    margin-bottom: 9.5rem;
  }
}
.page__mv::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  background: #F2F5F7;
  width: 100%;
  height: 2rem;
}
@media screen and (min-width: 769px) {
  .page__mv::after {
    height: 10rem;
  }
}

.page__mv-wrap {
  padding-left: 1.5rem;
  position: relative;
  box-sizing: border-box;
}
@media screen and (min-width: 769px) {
  .page__mv-wrap {
    padding-left: 80px;
  }
}

.page__mv-image {
  width: 100%;
  height: 10rem;
}
@media screen and (min-width: 769px) {
  .page__mv-image {
    height: 230px;
  }
}
.page__mv-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page__mv-title {
  position: absolute;
  left: 3.5rem;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
  font-family: "Outfit", sans-serif;
  font-size: 2.5rem;
  letter-spacing: 0.2em;
  color: #fff;
  line-height: 1.3;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}
@media screen and (min-width: 769px) {
  .page__mv-title {
    font-size: 5rem;
    left: 13rem;
  }
}
.page__mv-title span {
  display: block;
  font-family: "Noto Sans JP", Meiryo, "メイリオ", Osaka, "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 500;
  font-size: 1.3rem;
  letter-spacing: 0.15em;
}
@media screen and (min-width: 769px) {
  .page__mv-title span {
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 999px) {
  .u-tb-only {
    display: none;
  }
}

/* header.scss */
.header {
  position: sticky;
  top: 0;
  z-index: 90;
  background: #fff;
  height: 6rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 800px) {
  .header {
    height: 70px;
  }
}

.header__logo {
  margin-left: 2rem;
  font-size: 2rem;
  font-weight: 500;
  font-family: "Outfit", sans-serif;
  letter-spacing: 0.15rem;
  color: #00406B;
}

.header__nav {
  display: none;
}
@media screen and (min-width: 1000px) {
  .header__nav {
    display: block;
  }
}

.header__nav-list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 70px;
  margin-right: 70px;
}

.header__nav-item a {
  width: 20rem;
  height: 7rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  background: #B49D76;
  position: relative;
}
.header__nav-item a span {
  font-family: "Outfit", sans-serif;
  font-size: 1.8rem;
  display: inline-block;
  margin-left: 0.2rem;
}
.header__nav-item a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 70px 70px 0px 0px;
  border-color: #fff transparent transparent transparent;
  opacity: 0.1;
}

.header__nav-item--navyblue a {
  background: #00406B;
}

.header__nav-item--gray a {
  background: #636363;
}

.side__link {
  z-index: 10;
  position: fixed;
  right: 0;
}
@media screen and (max-width: 799px) {
  .side__link {
    left: 0;
    bottom: 0;
  }
}
@media screen and (min-width: 800px) {
  .side__link {
    top: 159px;
  }
}
.side__link a {
  background: #E74A79;
  width: 100%;
  height: 5.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 800px) {
  .side__link a {
    width: 66px;
    height: 220px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    flex-direction: column;
  }
}
.side__link a img {
  width: 2.2rem;
  height: auto;
}

.side__link-icon {
  margin-right: 1.8rem;
}
@media screen and (min-width: 800px) {
  .side__link-icon {
    margin-bottom: 5px;
    margin-right: 0;
  }
}

.side__link-text {
  color: #fff;
  font-size: 1.6rem;
  letter-spacing: 0.12em;
  font-weight: 700;
}
@media screen and (min-width: 800px) {
  .side__link-text {
    writing-mode: vertical-rl;
  }
}

/* gnav.scss */
.nav__toggle {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: #090909;
  left: calc(100% - 6rem);
  top: 0;
  z-index: 999;
  position: fixed;
  width: 6rem;
  height: 6rem;
  cursor: pointer;
  user-select: none;
  box-sizing: border-box;
  padding-bottom: 2rem;
}
@media screen and (min-width: 769px) {
  .nav__toggle {
    width: 7rem;
    height: 7rem;
    left: calc(100% - 7rem);
  }
}
.nav__toggle.active span:first-of-type {
  transform: rotate(30deg);
  top: 3rem;
}
@media screen and (min-width: 768px) {
  .nav__toggle.active span:first-of-type {
    transform: rotate(20deg);
    top: 3.5rem;
  }
}
.nav__toggle.active span:last-of-type {
  transform: rotate(-30deg);
  top: 1.2rem;
}
@media screen and (min-width: 768px) {
  .nav__toggle.active span:last-of-type {
    transform: rotate(-20deg);
    top: 1.7rem;
  }
}
.nav__toggle.active p {
  display: none;
}
.nav__toggle p {
  color: #fff;
  font-family: "Outfit", sans-serif;
  font-size: 0.9rem;
  position: absolute;
  bottom: 1.2rem;
  letter-spacing: 0.05rem;
}
@media screen and (min-width: 769px) {
  .nav__toggle p {
    font-size: 1.1rem;
    bottom: 1.2rem;
  }
}

.nav__toggle span {
  display: block;
  position: absolute;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  width: 3rem;
  height: 0.1rem;
  background: #fff;
}
.nav__toggle span:last-of-type {
  margin-top: 1.8rem;
}
@media screen and (min-width: 769px) {
  .nav__toggle span {
    width: 3.45rem;
  }
}

.nav__toggle.isWhite span {
  border-bottom: solid 0.1rem #fff;
}

@keyframes fadeInAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOutAnime {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.nav__menu {
  position: fixed;
  top: -120%;
  z-index: 89;
  width: 100%;
  background: #fff;
  padding: 3rem 1.5rem 3rem;
  box-sizing: border-box;
  overflow-y: auto;
  height: 100vh;
}
@media screen and (min-width: 769px) {
  .nav__menu {
    padding: 3rem 16rem 3rem;
  }
}
@media screen and (min-width: 1000px) {
  .nav__menu {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 3rem 1.5rem 15rem;
  }
  .nav__menu::after {
    content: "";
    position: absolute;
    left: 0;
    top: -7rem;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 36rem 36rem 0 0;
    border-color: #F4F6F8 transparent transparent transparent;
  }
}

.nav__inner {
  overflow-y: auto;
  width: 100%;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  z-index: 2;
  margin-bottom: 4rem;
}
@media screen and (min-width: 1000px) {
  .nav__inner {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 80px;
    max-width: 91.2rem;
    margin-bottom: 0;
  }
}

.nav__inner-menu {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}
.nav__inner-menu li {
  width: 100%;
  box-sizing: border-box;
}
@media screen and (min-width: 1000px) {
  .nav__inner-menu li {
    width: 25rem;
  }
}
.nav__inner-menu li a {
  font-family: "Outfit", sans-serif;
  font-size: 2.5rem;
  letter-spacing: 0.15em;
  line-height: 5rem;
  line-height: 1.8;
  color: #090909;
  display: block;
  padding: 1rem 0 2rem;
  border-bottom: solid 1px #F2F2F2;
}
@media screen and (min-width: 1000px) {
  .nav__inner-menu li a {
    font-size: 2.2rem;
    letter-spacing: 0.2em;
  }
}

.nav__inner-item.nav__inner-item--vr1 a {
  border-bottom: none;
  padding: 1rem 0 2rem;
}
@media screen and (min-width: 1000px) {
  .nav__inner-item.nav__inner-item--vr1 a {
    padding: 1rem 0;
  }
}

.nav__inner-item--wrap {
  font-family: "Outfit", sans-serif;
  font-size: 2.5rem;
  letter-spacing: 0.15em;
  line-height: 5rem;
  line-height: 1.8;
  color: #090909;
  display: block;
  padding: 1rem 0 2rem;
}
@media screen and (min-width: 1000px) {
  .nav__inner-item--wrap {
    font-size: 2.2rem;
    letter-spacing: 0.2em;
    padding: 1rem 0;
  }
}

.nav__inner-item.nav__inner-item--sub:last-of-type a {
  border-bottom: solid 1px #F2F2F2;
  padding: 1rem 0 2rem 2rem;
}
.nav__inner-item.nav__inner-item--sub a {
  font-family: "Noto Sans JP";
  font-size: 1.5rem;
  letter-spacing: 0.15em;
  display: block;
  color: #090909;
  line-height: 1.6;
  border-bottom: none;
  box-sizing: border-box;
  padding: 1rem 0 1rem 2rem;
}

.nav__inner-item--ja {
  font-family: "Noto Sans JP";
  font-size: 1.5rem;
  letter-spacing: 0.15em;
  display: block;
  color: #090909;
  line-height: 1;
}

.nav__inner.active::before {
  opacity: 1;
  transition: all 0s;
}

@media screen and (min-width: 1000px) {
  .nav__bottom {
    display: none;
  }
}

.nav__contact-btn {
  width: 100%;
  height: 11.4rem;
  color: #fff;
  position: relative;
  padding: 2rem 0 0 3.5rem;
  box-sizing: border-box;
  display: block;
}
@media screen and (min-width: 1000px) {
  .nav__contact-btn {
    width: 380px;
    height: 184px;
    padding: 40px 0 0 45px;
  }
}
.nav__contact-btn::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11.4rem 11.4rem 0px 0px;
  border-color: #fff transparent transparent transparent;
  opacity: 0.1;
}
@media screen and (min-width: 1000px) {
  .nav__contact-btn::before {
    border-width: 184px 184px 0px 0px;
  }
}
.nav__contact-btn::after {
  content: "";
  position: absolute;
  right: 1rem;
  top: 0;
  bottom: 0;
  width: 3rem;
  height: 0.4rem;
  background: url("../../images/common/icon-footer-right--sp.svg") no-repeat;
  background-size: contain;
  margin: auto;
}
@media screen and (min-width: 1000px) {
  .nav__contact-btn::after {
    top: initial;
    bottom: 4rem;
    margin: initial;
    right: 2rem;
    width: 4.2rem;
    height: 0.5rem;
    background: url("../../images/common/icon-footer-right--pc.svg") no-repeat;
    background-size: contain;
  }
}

.nav__contact-text {
  font-weight: 500;
  font-size: 2rem;
  letter-spacing: 0.1em;
  color: #fff;
}
@media screen and (min-width: 1000px) {
  .nav__contact-text {
    font-size: 2.2rem;
  }
}
.nav__contact-text span {
  font-size: 2.4rem;
  font-family: "Outfit", sans-serif;
  letter-spacing: 0.1em;
  display: inline-block;
  line-height: 1;
  position: relative;
  top: 0.1rem;
}

.nav__contact-sub {
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  color: #fff;
}
.nav__bottom {
  margin-bottom: 5rem;
}

.nav__contact-block {
  position: relative;
}
.nav__contact-block::before {
  content: "";
  position: absolute;
  left: -3.5rem;
  top: 3.4rem;
  background: #fff;
  width: 2rem;
  height: 0.1rem;
}
@media screen and (min-width: 769px) {
  .nav__contact-block::before {
    left: -45px;
    top: 36px;
    width: 30px;
    height: 1px;
  }
}

.nav__contact-btn.nav__contact-btn--brown {
  background: #B49D76;
}

.nav__contact-btn.nav__contact-btn--navyblue {
  background: #00406B;
}

.nav__contact-btn.nav__contact-btn--gray {
  background: #636363;
}

/* footer.scss */
.footer__top {
  width: calc(100% - 3rem);
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-direction: column;
}
@media screen and (min-width: 600px) {
  .footer__top {
    width: calc(100% - 16rem);
  }
}
@media screen and (min-width: 769px) {
  .footer__top {
    align-items: flex-end;
  }
}
@media screen and (min-width: 1000px) {
  .footer__top {
    width: calc(100% - 3rem);
    flex-direction: row;
  }
}

.footer__contact-btn {
  width: 100%;
  height: 11.4rem;
  color: #fff;
  position: relative;
  padding: 2.6rem 0 0 3.5rem;
  box-sizing: border-box;
  display: block;
  transition: all 0.2s;
  overflow: hidden;
}
@media screen and (min-width: 1000px) {
  .footer__contact-btn {
    width: 380px;
    height: 184px;
    padding: 36px 0 0 50px;
  }
}
.footer__contact-btn::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11.4rem 11.4rem 0px 0px;
  border-color: #fff transparent transparent transparent;
  opacity: 0.1;
  transition: all 0.2s;
}
@media screen and (min-width: 1000px) {
  .footer__contact-btn::before {
    border-width: 184px 184px 0px 0px;
  }
}
.footer__contact-btn::after {
  content: "";
  position: absolute;
  right: 1.3rem;
  top: 0;
  bottom: 0;
  width: 3rem;
  height: 0.4rem;
  background: url("../../images/common/icon-footer-right--sp.svg") no-repeat;
  background-size: contain;
  margin: auto;
  transition: all 0.2s;
}
@media screen and (min-width: 1000px) {
  .footer__contact-btn::after {
    top: initial;
    bottom: 4.1rem;
    margin: initial;
    right: 4rem;
    width: 4.2rem;
    height: 0.5rem;
    background: url("../../images/common/icon-footer-right--pc.svg") no-repeat;
    background-size: contain;
  }
}
@media screen and (min-width: 1000px) {
  .footer__contact-btn:hover {
    margin-top: -16px;
    padding: 52px 0 0 50px;
    height: 200px;
  }
}
.footer__contact-btn:hover::before {
  transition: all 0.2s;
  border-width: 11.4rem 11.4rem 0px 0px;
}
@media screen and (min-width: 1000px) {
  .footer__contact-btn:hover::before {
    border-width: 200px 200px 0px 0px;
  }
}
.footer__contact-btn:hover::after {
  right: 1rem;
  transition: all 0.2s;
}
@media screen and (min-width: 1000px) {
  .footer__contact-btn:hover::after {
    right: 3.5rem;
  }
}

.footer__contact-text {
  font-weight: 500;
  font-size: 2rem;
  letter-spacing: 0.1em;
  color: #fff;
  margin-top: -0.2rem;
}
@media screen and (min-width: 1000px) {
  .footer__contact-text {
    font-size: 2.2rem;
    margin-top: initial;
  }
}
.footer__contact-text span {
  font-size: 2.4rem;
  font-family: "Outfit", sans-serif;
  letter-spacing: 0.1em;
  display: inline-block;
  line-height: 1;
  position: relative;
  top: 0.1rem;
  margin-left: 0.3rem;
}
@media screen and (min-width: 769px) {
  .footer__contact-text span {
    font-size: 2.8rem;
    margin-left: initial;
  }
}

.footer__contact-sub {
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  color: #fff;
}
.footer__contact-block {
  position: relative;
}
.footer__contact-block::before {
  content: "";
  position: absolute;
  left: -3.5rem;
  top: 3rem;
  background: #fff;
  width: 2rem;
  height: 0.1rem;
}
@media screen and (min-width: 769px) {
  .footer__contact-block::before {
    left: -5rem;
    top: 3.2rem;
    width: 3rem;
    height: 1px;
  }
}

.footer__contact-btn.footer__contact-btn--brown {
  background: #B49D76;
}

.footer__contact-btn.footer__contact-btn--navyblue {
  background: #00406B;
}

.footer__contact-btn.footer__contact-btn--gray {
  background: #636363;
}

.footer__middle {
  background: #202020;
  padding: 2.6rem 0 0.8rem;
}
@media screen and (min-width: 769px) {
  .footer__middle {
    padding: 50px 0 10px;
  }
}

.footer__layout {
  width: calc(100% - 3rem);
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.footer__left {
  color: #fff;
}

@media screen and (max-width: 999px) {
  .footer__right {
    display: none;
  }
}

.footer__logo {
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  letter-spacing: 0.15em;
  color: #fff;
  margin-bottom: 1rem;
  display: block;
}
@media screen and (min-width: 769px) {
  .footer__logo {
    margin-bottom: 1.2rem;
    margin-top: -0.4rem;
  }
}

.footer__text {
  font-size: 1.4rem;
  letter-spacing: 0.05em;
}
.footer__text a {
  color: #fff;
}

.footer__link {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}

.footer__link-list {
  padding-left: 29px;
  margin-left: 32px;
  border-left: solid 1px #fff;
}
.footer__link-list li {
  margin-bottom: 1.5rem;
}
.footer__link-list li:last-of-type {
  margin-bottom: 0;
}
.footer__link-list a, .footer__link-list span {
  font-size: 1.3rem;
  display: block;
  line-height: 1.15;
  letter-spacing: 0.05em;
  color: #fff;
}

.footer__link-list--indent {
  text-indent: 1.3rem;
}

.footer__bottom {
  width: calc(100% - 3rem);
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  font-size: 1.1rem;
  color: #fff;
  letter-spacing: 0.05em;
  margin-top: 2.5rem;
}
@media screen and (min-width: 769px) {
  .footer__bottom {
    margin-top: 3rem;
  }
}
.footer__bottom a {
  color: #fff;
  text-decoration: underline;
}
.footer__bottom a:hover {
  text-decoration: none;
}

/* ------------------------------------------------
募集要項ページ
------------------------------------------------ */
.requirements {
  width: calc(100% - 3rem);
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 6rem;
}
@media screen and (min-width: 769px) {
  .requirements {
    width: calc(100% - 16rem);
  }
}
@media screen and (min-width: 1000px) {
  .requirements {
    width: calc(100% - 3rem);
    margin-bottom: 12.5rem;
  }
}

.requirements__list {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 6rem;
  grid-row-gap: 3rem;
}
@media screen and (min-width: 1000px) {
  .requirements__list {
    grid-row-gap: 4rem;
    grid-template-columns: repeat(2, 1fr);
  }
}

.requirements__list-item {
  background: #F7F6F4;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-left: solid 5px #00406B;
  box-sizing: border-box;
  padding: 3.2rem 2.5rem 2.5rem 1.5rem;
}
@media screen and (min-width: 1000px) {
  .requirements__list-item {
    flex-direction: row;
    padding: 3.2rem 4rem 3.7rem 4rem;
  }
}

.requirements__list-title {
  font-weight: 500;
  font-size: 1.8rem;
  letter-spacing: 0.08em;
  line-height: 3rem;
  color: #00406b;
  margin-bottom: 1rem;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  .requirements__list-title {
    text-align: left;
    font-size: 2.2rem;
    line-height: 3.8rem;
    margin-bottom: 1.5rem;
  }
}

.requirements__list-text {
  font-size: 1.5rem;
  letter-spacing: 0.03em;
  line-height: 2;
  color: #1d1d1d;
}

@media screen and (min-width: 1000px) {
  .requirements__list-content {
    width: 27rem;
  }
}

.requirements__list-image {
  margin-bottom: 1.7rem;
}
@media screen and (min-width: 1000px) {
  .requirements__list-image {
    margin-bottom: 1.5rem;
    flex: 1;
    justify-content: flex-start;
    margin-bottom: 0;
  }
}
.requirements__list-image img {
  width: auto;
  height: 12rem;
}
@media screen and (min-width: 769px) {
  .requirements__list-image img {
    width: 13rem;
    height: auto;
  }
}

img.requirements__list-image--vr2 {
  width: 15rem;
}

#recruitment-tabs {
  scroll-margin-top: 8rem;
}
@media screen and (min-width: 800px) {
  #recruitment-tabs {
    scroll-margin-top: 70px;
  }
}

.requirements__tab {
  width: 100%;
  background: #EFF3F6;
  padding: 8rem 0;
  margin-bottom: 8rem;
  position: relative;
}
@media screen and (min-width: 769px) {
  .requirements__tab {
    padding: 13rem 0;
    margin-bottom: 13rem;
  }
}
.requirements__tab::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30rem 30rem 0 0;
  border-color: transparent #E7EDF1 transparent transparent;
  opacity: 0.5;
}
@media screen and (min-width: 769px) {
  .requirements__tab::before {
    border-width: 80rem 80rem 0 0;
  }
}

.requirements__tab-inner {
  width: calc(100% - 3rem);
  position: relative;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .requirements__tab-inner {
    width: calc(100% - 16rem);
  }
}
@media screen and (min-width: 1000px) {
  .requirements__tab-inner {
    width: calc(100% - 3rem);
  }
}

.requirements__tab-menu {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: end;
  transition: all 0.2s;
  height: 8rem;
}

.requirements__tab-item {
  transition: all 0.2s;
  cursor: pointer;
  width: 100%;
  height: 5rem;
  position: relative;
  background: #00406B;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: 500;
  font-size: 1.4rem;
  letter-spacing: 0.15em;
  line-height: 1;
  box-sizing: border-box;
}
@media screen and (min-width: 769px) {
  .requirements__tab-item {
    font-size: 1.8rem;
    height: 6rem;
  }
}
.requirements__tab-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5rem 5rem 0 0;
  border-color: #fff transparent transparent transparent;
  opacity: 0.1;
  transition: all 0.2s;
}
@media screen and (min-width: 769px) {
  .requirements__tab-item::before {
    height: 6rem;
    border-width: 6rem 6rem 0 0;
  }
}

.requirements__tab-item.active {
  height: 6rem;
  transition: all 0.2s;
}
@media screen and (min-width: 769px) {
  .requirements__tab-item.active {
    height: 8rem;
  }
}
.requirements__tab-item.active::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5rem 5rem 0 0;
  border-color: #fff transparent transparent transparent;
  opacity: 0.1;
}
@media screen and (min-width: 769px) {
  .requirements__tab-item.active::before {
    border-width: 8rem 8rem 0 0;
    height: 8rem;
  }
}

.requirements__tab-item.requirements--primary {
  background: #B49D76;
}

.requirements__tab-item.requirements--gray {
  background: #636363;
}

.requirements__tab-content {
  display: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease;
  width: 100%;
  box-sizing: border-box;
}
.requirements__tab-content .requirements__table {
  width: 100%;
  max-width: none;
  margin-top: 0;
  margin-bottom: 4rem;
}
.requirements__tab-content .requirements__table:last-child {
  margin-bottom: 0;
}
.requirements__tab-block {
  position: relative;
  margin-top: -1.8rem;
}
@media screen and (min-width: 769px) {
  .requirements__tab-block {
    margin-top: 6rem;
  }
}

.requirements__tab-content.active {
  display: block;
  opacity: 1;
  visibility: visible;
  height: auto;
  background: #fff;
  padding: 1.5rem 2rem;
  box-sizing: border-box;
}
@media screen and (min-width: 769px) {
  .requirements__tab-content.active {
    padding: 3rem 2rem;
  }
}
@media screen and (min-width: 1000px) {
  .requirements__tab-content.active {
    padding: 8.5rem 10rem;
  }
}
.requirements__tab-content.active .requirements__table-block {
  background: none;
  padding: 0;
}
.requirements__tab-content.active .requirements__table-block + .requirements__table-block {
  margin-top: 5rem;
  padding-top: 3rem;
  border-top: 1px solid #e6e6e6;
}
.requirements__tab-content.active .requirements__table + .requirements__table {
  margin-top: 8rem;
}
@media screen and (min-width: 769px) {
  .requirements__tab-content.active .requirements__table + .requirements__table {
    margin-top: 10rem;
  }
}
.requirements__tab-content.active .requirements__tab-empty {
  margin: 0;
  padding: 4rem 0;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  line-height: 2;
  text-align: center;
  color: #1d1d1d;
}
@media screen and (min-width: 769px) {
  .requirements__tab-content.active .requirements__tab-empty {
    padding: 6rem 0;
    font-size: 1.6rem;
  }
}

.requirements__table-title.requirements__tab-title {
  font-weight: 500;
  font-size: 2rem;
  letter-spacing: 0.1em;
  line-height: 2;
  text-align: left;
  color: #090909;
  margin-bottom: -0.5rem;
}
@media screen and (min-width: 769px) {
  .requirements__table-title.requirements__tab-title {
    font-size: 3rem;
    margin-bottom: 1.75rem;
  }
}

.requirements__table-subtitle.requirements__tab-subtitle {
  font-size: 1.5rem;
}
@media screen and (min-width: 769px) {
  .requirements__table-subtitle.requirements__tab-subtitle {
    font-size: 2rem;
    margin-bottom: -0.6rem;
  }
}

.requirements__table-row.requirements__tab-row {
  border-bottom: none;
  padding: 1.4rem 0 1.1rem;
}
@media screen and (min-width: 769px) {
  .requirements__table-row.requirements__tab-row {
    padding: 1.4rem 0 1.5rem;
  }
}

.requirements__table-term.requirements__tab-term {
  margin-bottom: 0.5rem;
}

.requirements__table-disc.requirements__tab-disc {
  line-height: 1.83;
}
@media screen and (min-width: 769px) {
  .requirements__table-disc.requirements__tab-disc p {
    line-height: 2;
  }
}

.requirements__heading {
  margin-bottom: 4.5rem;
}
@media screen and (min-width: 769px) {
  .requirements__heading {
    margin-bottom: 8rem;
  }
}
.requirements__heading .title {
  font-size: 2.5rem;
}
@media screen and (min-width: 769px) {
  .requirements__heading .title {
    font-size: 6rem;
  }
}

.requirements__heading--vr2 {
  margin-top: 6rem;
}
@media screen and (min-width: 769px) {
  .requirements__heading--vr2 {
    margin-bottom: 6.5rem;
  }
}
.requirements__heading--vr2 .title {
  font-size: 2.8rem;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 769px) {
  .requirements__heading--vr2 .title {
    font-size: 6rem;
  }
}

.requirements__step {
  width: calc(100% - 3rem);
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10rem;
}
@media screen and (min-width: 769px) {
  .requirements__step {
    margin-bottom: 15rem;
    width: calc(100% - 16rem);
  }
}
@media screen and (min-width: 1000px) {
  .requirements__step {
    width: calc(100% - 3rem);
  }
}

.requirements__step-list {
  width: 100%;
  max-width: 70rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.requirements__step-list::after {
  content: "";
  position: absolute;
  left: 3.4rem;
  top: 5rem;
  z-index: -1;
  background: #00406B;
  width: 0.3rem;
  height: 65rem;
}
@media screen and (min-width: 769px) {
  .requirements__step-list::after {
    height: 53.8rem;
  }
}

.requirements__step-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 3rem;
}
@media screen and (min-width: 769px) {
  .requirements__step-item {
    margin-bottom: 4rem;
  }
}

.requirements__step-row {
  display: flex;
  justify-content: flex-start;
  min-height: 12.5rem;
  width: 100%;
  position: relative;
}
@media screen and (min-width: 769px) {
  .requirements__step-row {
    height: 10rem;
    min-height: initial;
  }
}

.requirements__step-term {
  background: #00406B;
  width: 7.1rem;
  min-height: 12.5rem;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-bottom: 1rem;
  box-sizing: border-box;
}
@media screen and (min-width: 769px) {
  .requirements__step-term {
    height: 10rem;
    min-height: initial;
  }
}

.requirements__step-sub {
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  font-size: 1.3rem;
  letter-spacing: 0.1em;
  line-height: 3rem;
  text-align: center;
}

.requirements__step-number {
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  font-size: 2.5rem;
  letter-spacing: 0.1em;
  line-height: 3rem;
  text-align: center;
  margin-top: -0.5rem;
}

.requirements__step-disc {
  background: #F7F6F4;
  min-height: 12.5rem;
  width: calc(100% - 7.1rem);
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  padding: 1.5rem 2rem;
  box-sizing: border-box;
}
@media screen and (min-width: 769px) {
  .requirements__step-disc {
    height: 10rem;
    min-height: initial;
    padding: 0 3rem;
  }
}

.requirements__step-title {
  font-weight: 500;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  line-height: 3.5rem;
  color: #00406B;
}
@media screen and (min-width: 769px) {
  .requirements__step-title {
    font-size: 2rem;
  }
}

.requirements__step-text {
  font-size: 1.5rem;
  letter-spacing: 0.03em;
  line-height: 2;
  color: #1d1d1d;
}

.requirements__table {
  width: calc(100% - 3rem);
  max-width: 942px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 8rem;
  margin-top: 1rem;
}
@media screen and (min-width: 769px) {
  .requirements__table {
    margin-bottom: 10rem;
    width: calc(100% - 16rem);
  }
}
@media screen and (min-width: 1000px) {
  .requirements__table {
    width: calc(100% - 3rem);
  }
}

.requirements__table-subtitle {
  font-weight: 500;
  font-size: 2rem;
  letter-spacing: 0.05em;
  color: #202020;
  margin-bottom: -0.2rem;
}

.requirements__table-title {
  font-weight: 700;
  font-size: 2rem;
  letter-spacing: 0.08em;
  color: #00406B;
  margin-bottom: 3.5rem;
}
@media screen and (min-width: 769px) {
  .requirements__table-title {
    font-size: 3rem;
    margin-bottom: 2rem;
  }
}

.requirements__table-block {
  background: #FBFAF9;
  padding: 3rem 2rem;
  box-sizing: border-box;
}
@media screen and (min-width: 769px) {
  .requirements__table-block {
    padding: 6rem;
  }
}

.requirements__table-row {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  border-bottom: 1px solid #e6e6e6;
  padding: 1.6rem 0;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  line-height: 2.8rem;
  color: #1d1d1d;
  flex-direction: column;
}
@media screen and (min-width: 1000px) {
  .requirements__table-row {
    padding: 1.5rem 0;
    flex-direction: row;
  }
}

.requirements__table-term {
  margin-bottom: 0.8rem;
}
@media screen and (min-width: 1000px) {
  .requirements__table-term {
    width: 25rem;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 1000px) {
  .requirements__table-disc {
    width: calc(100% - 25rem);
  }
}
.requirements__table-disc p {
  line-height: 2.8rem;
  box-sizing: border-box;
}
@media screen and (min-width: 1000px) {
  .requirements__table-disc p {
    text-indent: -1.5rem;
    padding-left: 1.5rem;
  }
}

.requirements__btn {
  width: calc(100% - 3rem);
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 2rem;
  flex-direction: column;
}
@media screen and (min-width: 769px) {
  .requirements__btn {
    width: calc(100% - 16rem);
    margin-bottom: 6rem;
    flex-direction: row;
  }
}
@media screen and (min-width: 1140px) {
  .requirements__btn {
    width: calc(100% - 3rem);
  }
}
.requirements__btn--count-1,
.requirements__btn--count-2,
.requirements__btn--count-3 {
  justify-content: center;
}
.requirements__btn a,
.requirements__btn .requirements__btn-link {
  width: 100%;
  max-width: 35.3rem;
  height: 8rem;
  position: relative;
  background: #00406B;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: 500;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  line-height: 1;
  box-sizing: border-box;
  margin-bottom: 0;
  flex: 0 1 35.3rem;
}
@media screen and (min-width: 769px) {
  .requirements__btn a,
  .requirements__btn .requirements__btn-link {
    width: 35.3rem;
  }
}
.requirements__btn a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8rem 8rem 0 0;
  border-color: #fff transparent transparent transparent;
  opacity: 0.1;
  transition: all 0.2s;
}
.requirements__btn a::after {
  position: absolute;
  content: "";
  right: 2rem;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url("../../images/requirements/icon-arrow-right.svg") no-repeat;
  background-size: contain;
  width: 3rem;
  height: 0.6rem;
  transition: all 0.2s;
}
.requirements__btn a:hover::after {
  right: 1.5rem;
}

.requirements__btn-link.requirements__btn--primary {
  background: #B49D76;
}

.requirements__btn-link.requirements__btn--gray {
  background: #636363;
}

.requirements__btn--go {
  width: 100%;
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 4.5rem;
}
@media screen and (min-width: 769px) {
  .requirements__btn--go {
    width: calc(100% - 16rem);
    margin-top: 4rem;
  }
}
@media screen and (min-width: 1000px) {
  .requirements__btn--go {
    width: calc(100% - 3rem);
  }
}
.requirements__btn--go .requirements__btn-link {
  width: 100%;
  height: 8rem;
  position: relative;
  background: #090909;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: 500;
  font-size: 1.5rem;
  letter-spacing: 0.15em;
  line-height: 1;
  box-sizing: border-box;
}
@media screen and (min-width: 769px) {
  .requirements__btn--go .requirements__btn-link {
    width: 45rem;
  }
}
.requirements__btn--go .requirements__btn-link::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8rem 8rem 0 0;
  border-color: #fff transparent transparent transparent;
  opacity: 0.1;
}
.requirements__btn--go .requirements__btn-link::after {
  position: absolute;
  content: "";
  right: 2rem;
  top: 0;
  bottom: 0;
  transform: scaleX(-1);
  margin: auto;
  background: url("../../images/requirements/icon-arrow-left.svg") no-repeat;
  background-size: contain;
  width: 4.2rem;
  height: 0.6rem;
  transition: all 0.2s;
}
.requirements__btn--go .requirements__btn-link:hover {
  background: #00406B;
  opacity: 1;
}
.requirements__btn--go .requirements__btn-link:hover::after {
  right: 1.5rem;
}

.requirements__btn--back {
  margin-bottom: 10rem;
  width: calc(100% - 3rem);
  max-width: 942px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .requirements__btn--back {
    width: calc(100% - 16rem);
    margin-bottom: 15rem;
  }
}
@media screen and (min-width: 1140px) {
  .requirements__btn--back {
    width: calc(100% - 3rem);
  }
}
.requirements__btn--back .requirements__btn-link {
  width: 100%;
  height: 8rem;
  position: relative;
  background: #090909;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: 500;
  font-size: 1.5rem;
  letter-spacing: 0.15em;
  line-height: 1;
  box-sizing: border-box;
}
@media screen and (min-width: 769px) {
  .requirements__btn--back .requirements__btn-link {
    width: 45rem;
  }
}
.requirements__btn--back .requirements__btn-link::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8rem 8rem 0 0;
  border-color: #fff transparent transparent transparent;
  opacity: 0.1;
}
.requirements__btn--back .requirements__btn-link::after {
  position: absolute;
  content: "";
  left: 2rem;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url("../../images/requirements/icon-arrow-left.svg") no-repeat;
  background-size: contain;
  width: 4.2rem;
  height: 0.6rem;
  transition: all 0.2s;
}
.requirements__btn--back .requirements__btn-link:hover {
  background: #00406B;
  opacity: 1;
}
.requirements__btn--back .requirements__btn-link:hover::after {
  left: 1.5rem;
}
