@charset "UTF-8";
/* top.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;
}

/* お知らせ一覧：日付・カテゴリーバッジの揃え（トップ / アーカイブ共通） */
/* ------------------------------------------------
トップページ
------------------------------------------------ */
.mv {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2rem;
}
@media screen and (min-width: 450px) {
  .mv {
    padding-top: 0;
    align-items: center;
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 1000px) {
  .mv {
    margin-bottom: 0;
    flex-direction: row;
    align-items: flex-start;
  }
}
.mv .mv__right-inner {
  margin-bottom: 3rem;
  margin-top: 2.7rem;
  margin-left: 1.5rem;
}
@media screen and (min-width: 769px) {
  .mv .mv__right-inner {
    margin-top: 0;
    margin-left: 1.95vw;
    margin-bottom: 6.5rem;
  }
}
@media screen and (min-width: 1000px) {
  .mv .mv__right-inner {
    margin-bottom: 1.5vw;
    margin-left: initial;
  }
}
@media screen and (min-width: 1200px) {
  .mv .mv__right-inner {
    margin-bottom: 2.2vw;
  }
}
@media screen and (min-width: 1400px) {
  .mv .mv__right-inner {
    margin-bottom: 4.5rem;
    margin-left: 1.5rem;
  }
}
.mv .mv__right-inner h3 {
  font-size: 2rem;
  letter-spacing: 0.1em;
  font-weight: 500;
  color: #00406B;
  text-align: left;
  line-height: 1.75;
  margin-bottom: 1.4rem;
}
@media screen and (min-width: 769px) {
  .mv .mv__right-inner h3 {
    font-size: 3.9vw;
    margin-bottom: 2.6vw;
    line-height: 7.15vw;
  }
}
@media screen and (min-width: 1000px) {
  .mv .mv__right-inner h3 {
    font-size: min(2.2vw, 3rem);
    margin-bottom: 1vw;
    line-height: 1.83;
  }
}
@media screen and (min-width: 1400px) {
  .mv .mv__right-inner h3 {
    white-space: nowrap;
    margin-bottom: 2.2rem;
  }
}
.mv .mv__right-inner p {
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 2;
}
@media screen and (min-width: 769px) {
  .mv .mv__right-inner p {
    font-size: 2.08vw;
  }
}
@media screen and (min-width: 1000px) {
  .mv .mv__right-inner p {
    font-size: min(1.4vw, 1.6rem);
  }
}
@media screen and (min-width: 1000px) {
  .mv::after {
    background: #00406B;
    width: 100%;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 7.8vw;
    z-index: -1;
  }
}
@media screen and (min-width: 1000px) and (min-width: 1000px) {
  .mv::after {
    height: 7.6vw;
    bottom: -0.1vw;
  }
}
@media screen and (min-width: 1000px) and (min-width: 1400px) {
  .mv::after {
    height: 8.5vw;
  }
}
@media screen and (min-width: 1000px) and (min-width: 1950px) {
  .mv::after {
    height: 8vw;
  }
}
@media screen and (min-width: 1000px) and (min-width: 2050px) {
  .mv::after {
    height: 7.4vw;
  }
}

.mv__left {
  position: relative;
  left: 2rem;
}
@media screen and (min-width: 450px) {
  .mv__left {
    left: 0.65vw;
    width: 80.6vw;
    margin-bottom: -18.5vw;
  }
}
@media screen and (min-width: 1000px) {
  .mv__left {
    margin-bottom: 0;
    width: 49.3vw;
    left: 5vw;
  }
}
@media screen and (min-width: 1400px) {
  .mv__left {
    left: 5.71vw;
    width: initial;
  }
}
@media screen and (min-width: 1950px) {
  .mv__left {
    left: 5.4vw;
  }
}
.mv__left picture {
  position: relative;
  width: 35.7rem;
  box-shadow: -2rem 2rem rgba(204, 217, 226, 0.3);
}
@media screen and (min-width: 450px) {
  .mv__left picture {
    z-index: 2;
    width: 100%;
    margin-bottom: 3.25vw;
    box-shadow: -2.6vw 2.6vw rgba(204, 217, 226, 0.3);
  }
}
@media screen and (min-width: 1000px) {
  .mv__left picture {
    box-shadow: -1.5vw 1.5vw rgba(204, 217, 226, 0.3);
    width: calc(100% - 5vw);
  }
}
@media screen and (min-width: 1400px) {
  .mv__left picture {
    box-shadow: -2rem 2rem rgba(204, 217, 226, 0.3);
    width: 44.28vw;
  }
}
@media screen and (min-width: 1950px) {
  .mv__left picture {
    width: 44.6vw;
  }
}
.mv__left picture img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
}

.mv__right {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column-reverse;
}
@media screen and (max-width: 449px) {
  .mv__right {
    margin-top: -3rem;
  }
}
@media screen and (min-width: 450px) {
  .mv__right {
    z-index: 2;
    width: 83.22vw;
    margin-top: 9vw;
  }
}
@media screen and (min-width: 1000px) {
  .mv__right {
    width: 45.1vw;
    flex-direction: column;
  }
}
@media screen and (min-width: 1400px) {
  .mv__right {
    width: 41.3vw;
    margin-top: 8.6vw;
    margin-right: 5.5vw;
  }
}
@media screen and (min-width: 1950px) {
  .mv__right {
    width: 40vw;
    margin-top: 8.8vw;
    margin-right: 6.4vw;
  }
}
.mv__right picture {
  position: relative;
  width: 30rem;
}
@media screen and (min-width: 450px) {
  .mv__right picture {
    width: 72.69vw;
    left: -8.45vw;
    margin-bottom: 3.25vw;
  }
}
@media screen and (min-width: 1000px) {
  .mv__right picture {
    width: 40vw;
    left: initial;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1400px) {
  .mv__right picture {
    left: 1vw;
    width: 40vw;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1950px) {
  .mv__right picture {
    left: 0.6vw;
  }
}
.mv__right picture img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
}

.mv-title {
  position: absolute;
  left: -2rem;
  top: 3rem;
  z-index: 3;
  font-family: "Outfit", sans-serif;
  font-size: 4.5rem;
  letter-spacing: 0.2em;
  line-height: 6rem;
  text-align: left;
  color: #b49d76;
  opacity: 0.6;
  mix-blend-mode: difference;
}
@media screen and (min-width: 450px) {
  .mv-title {
    font-size: 11.7vw;
    line-height: 14.3vw;
    left: -3.9vw;
    top: 10.79vw;
  }
}
@media screen and (min-width: 1000px) {
  .mv-title {
    font-size: min(6.4vw, 9rem);
    line-height: 1.21;
    left: -1.5vw;
    top: 6vw;
  }
}
@media screen and (min-width: 1400px) {
  .mv-title {
    line-height: 11rem;
    line-height: 1.25;
    left: -2.2vw;
    top: 5.78vw;
    font-size: min(6.42vw, 12.5rem);
  }
}
@media screen and (min-width: 1950px) {
  .mv-title {
    font-size: min(6.41vw, 16rem);
    left: -1.7vw;
    top: 5.7vw;
  }
}

.mv__scroll {
  position: absolute;
  bottom: 53vw;
  right: 2.2rem;
  pointer-events: none;
  color: #00406B;
  z-index: 10;
  text-align: center;
  font-family: "Outfit", sans-serif;
}
@media screen and (min-width: 769px) {
  .mv__scroll {
    bottom: 39vw;
    right: 4.68vw;
  }
}
@media screen and (min-width: 1000px) {
  .mv__scroll {
    right: initial;
    bottom: 7.5vw;
    left: 1.7vw;
    height: 8rem;
  }
}
@media screen and (min-width: 1400px) {
  .mv__scroll {
    bottom: 10.5vw;
  }
}
@media screen and (min-width: 1920px) {
  .mv__scroll {
    bottom: 9.5vw;
  }
}
@media screen and (min-width: 2500px) {
  .mv__scroll {
    bottom: 10.5vw;
  }
}
.mv__scroll::before {
  content: "";
  display: block;
  width: 1px;
  background-color: #00406B;
  height: 8rem;
}
@media screen and (min-width: 769px) {
  .mv__scroll::before {
    height: 10.4vw;
  }
}
@media screen and (min-width: 1000px) {
  .mv__scroll::before {
    height: 5.6rem;
  }
}
@media screen and (min-width: 1400px) {
  .mv__scroll::before {
    height: 8rem;
  }
}
@media screen and (min-width: 1920px) {
  .mv__scroll::before {
    height: 11.1rem;
  }
}
@media screen and (min-width: 2500px) {
  .mv__scroll::before {
    height: 14.2rem;
  }
}
.mv__scroll::after {
  content: "";
  position: absolute;
  left: -3.45rem;
  right: 0;
  margin: auto;
  border-radius: 50%;
  width: 7rem;
  height: 7rem;
  background: #00406B;
  transform: translateY(-8rem) scale(0.1);
  opacity: 0;
  animation: scrollAnimSp 1.5s linear 0s infinite;
  top: 4.5rem;
}
@media screen and (min-width: 769px) {
  .mv__scroll::after {
    animation: scrollAnimPc 1.5s linear 0s infinite;
    width: 9.1vw;
    height: 9.1vw;
    top: 5.85vw;
    left: -4.48vw;
    transform: translateY(-8rem) scale(0.1);
  }
}
@media screen and (min-width: 1000px) {
  .mv__scroll::after {
    animation: scrollAnimTb 1.5s linear 0s infinite;
    width: 5rem;
    height: 5rem;
    top: 3rem;
    left: -2.45rem;
    transform: translateY(-6rem) scale(0.1);
  }
}
@media screen and (min-width: 1400px) {
  .mv__scroll::after {
    width: 7rem;
    height: 7rem;
    top: 4.5rem;
    left: -3.45rem;
    transform: translateY(-8rem) scale(0.1);
  }
}
@media screen and (min-width: 1920px) {
  .mv__scroll::after {
    width: 10rem;
    height: 10rem;
    top: 6.5rem;
    left: -5rem;
    transform: translateY(-11rem) scale(0.1);
    animation: scrollAnimPc2 1.5s linear 0s infinite;
  }
}
@media screen and (min-width: 2500px) {
  .mv__scroll::after {
    top: 9rem;
    left: -5rem;
    transform: translateY(-14.2rem) scale(0.1);
    animation: scrollAnimPc3 1.5s linear 0s infinite;
  }
}
.mv__scroll span {
  color: #00406B;
  position: absolute;
  bottom: 11rem;
  left: 0;
  transform: translateX(-50%) rotate(90deg);
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 769px) {
  .mv__scroll span {
    bottom: 14.3vw;
    font-size: 1.43vw;
  }
}
@media screen and (min-width: 1000px) {
  .mv__scroll span {
    bottom: 11rem;
    font-size: 1.1rem;
  }
}
@media screen and (min-width: 1920px) {
  .mv__scroll span {
    bottom: 12rem;
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 2500px) {
  .mv__scroll span {
    bottom: 13rem;
    font-size: 1.9rem;
  }
}

@keyframes scrollAnimTb {
  0% {
    transform: translateY(-5.6rem) scale(0.1);
    opacity: 0;
  }
  10% {
    transform: translateY(-4.6rem) scale(0.1);
    opacity: 1;
  }
  34% {
    transform: translateY(0) scale(0.1);
  }
  35% {
    transform: scale(0.1);
    opacity: 1;
  }
  40% {
    opacity: 0.5;
  }
  80% {
    transform: scale(0.2);
    opacity: 0;
  }
  100% {
    transform: scale(0.2);
    opacity: 0;
  }
}
@keyframes scrollAnimPc {
  0% {
    transform: translateY(-8rem) scale(0.1);
    opacity: 0;
  }
  10% {
    transform: translateY(-7rem) scale(0.1);
    opacity: 1;
  }
  34% {
    transform: translateY(-2rem) scale(0.1);
  }
  35% {
    transform: scale(0.1);
    opacity: 1;
  }
  40% {
    opacity: 0.5;
  }
  80% {
    transform: scale(0.2);
    opacity: 0;
  }
  100% {
    transform: scale(0.2);
    opacity: 0;
  }
}
@keyframes scrollAnimPc2 {
  0% {
    transform: translateY(-11rem) scale(0.1);
    opacity: 0;
  }
  10% {
    transform: translateY(-10rem) scale(0.1);
    opacity: 1;
  }
  34% {
    transform: translateY(-2rem) scale(0.1);
  }
  35% {
    transform: scale(0.1);
    opacity: 1;
  }
  40% {
    opacity: 0.5;
  }
  80% {
    transform: scale(0.2);
    opacity: 0;
  }
  100% {
    transform: scale(0.2);
    opacity: 0;
  }
}
@keyframes scrollAnimPc3 {
  0% {
    transform: translateY(-14.2rem) scale(0.1);
    opacity: 0;
  }
  10% {
    transform: translateY(-13rem) scale(0.1);
    opacity: 1;
  }
  34% {
    transform: translateY(-2rem) scale(0.1);
  }
  35% {
    transform: scale(0.1);
    opacity: 1;
  }
  40% {
    opacity: 0.5;
  }
  80% {
    transform: scale(0.2);
    opacity: 0;
  }
  100% {
    transform: scale(0.2);
    opacity: 0;
  }
}
@keyframes scrollAnimSp {
  0% {
    transform: translateY(-8rem) scale(0.1);
    opacity: 0;
  }
  10% {
    transform: translateY(-7rem) scale(0.1);
    opacity: 1;
  }
  34% {
    transform: translateY(-2rem) scale(0.1);
  }
  35% {
    transform: scale(0.1);
    opacity: 1;
  }
  40% {
    opacity: 0.5;
  }
  80% {
    transform: scale(0.2);
    opacity: 0;
  }
  100% {
    transform: scale(0.2);
    opacity: 0;
  }
}
@keyframes fadeInText {
  0% {
    transform: translateY(120%);
    opacity: 1;
  }
  50% {
    transform: translateY(120%);
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes zoom {
  0% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1); /* 拡大率 */
  }
}
.top__about {
  padding: 4.5rem 0 7.5rem;
  background: #00406B;
  position: relative;
}
@media screen and (min-width: 769px) {
  .top__about {
    z-index: -1;
    padding: 8rem 0 7.5rem;
  }
}
@media screen and (min-width: 1000px) {
  .top__about {
    padding: 8vw 0 7.5rem;
  }
}
@media screen and (min-width: 1400px) {
  .top__about {
    padding: 13rem 0 13rem;
  }
}
.top__about::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 25rem 25rem;
  border-color: transparent transparent #fff transparent;
  opacity: 0.1;
}
@media screen and (min-width: 1000px) {
  .top__about::after {
    border-width: 0 0 49.64vw 49.64vw;
  }
}
@media screen and (min-width: 1400px) {
  .top__about::after {
    border-width: 0 0 69.5rem 69.5rem;
  }
}

.title__heading.top__about-heading {
  border-left: solid 1px #fff;
}
@media screen and (max-width: 768px) {
  .title__heading.top__about-heading {
    margin-bottom: 3.3rem;
  }
}
@media screen and (min-width: 769px) {
  .title__heading.top__about-heading {
    margin-bottom: 3.4rem;
  }
}
@media screen and (min-width: 1000px) {
  .title__heading.top__about-heading {
    margin-bottom: 3.2rem;
  }
}

.title.top__about-title {
  color: #fff;
}
@media screen and (min-width: 769px) {
  .title.top__about-title {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .title.top__about-title {
    margin-bottom: -0.2rem;
  }
}
@media screen and (min-width: 1000px) {
  .title.top__about-title {
    font-size: min(5vw, 6rem);
  }
}

.title__text.top__about-text {
  color: #fff;
}

.top__about-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  width: calc(100% - 3rem);
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media screen and (min-width: 769px) {
  .top__about-wrap {
    width: calc(100% - 16rem);
  }
}
@media screen and (min-width: 1000px) {
  .top__about-wrap {
    flex-direction: row;
    align-items: flex-start;
    width: calc(100% - 3rem);
  }
}
@media screen and (min-width: 1240px) {
  .top__about-wrap {
    align-items: center;
  }
}

.top__about-sub-title {
  font-weight: 500;
  font-size: 2rem;
  letter-spacing: 0.1em;
  line-height: 1.75;
  color: #fff;
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 769px) {
  .top__about-sub-title {
    font-size: 2.5rem;
    margin-bottom: 3rem;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1000px) {
  .top__about-sub-title {
    font-size: 2.2rem;
    line-height: 1.59;
    margin-bottom: 3.6rem;
  }
}
@media screen and (min-width: 1400px) {
  .top__about-sub-title {
    margin-bottom: 3rem;
    line-height: 1.8;
  }
}

.top__about-text {
  font-size: 1.5rem;
  letter-spacing: 0.08em;
  line-height: 1.86;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .top__about-text {
    line-height: 2;
  }
}

.top__about-image {
  position: relative;
  width: 100%;
  margin-bottom: 3rem;
}
@media screen and (min-width: 1000px) {
  .top__about-image {
    width: 50vw;
    left: -1.5rem;
    max-width: 70rem;
    margin-bottom: 0;
  }
}
.top__about-image img {
  width: 100%;
  height: auto;
}

.top__about-layout {
  width: 100%;
}
@media screen and (min-width: 1000px) {
  .top__about-layout {
    margin: 0 6.5vw 0 4vw;
    flex: 1;
    width: 38.57vw;
  }
}
@media screen and (min-width: 1200px) {
  .top__about-layout {
    max-width: 540px;
  }
}
@media screen and (min-width: 1400px) {
  .top__about-layout {
    margin: initial;
    margin-left: 8rem;
  }
}

.top__bg {
  background: #F7F6F4;
  padding: 7.5rem 1.5rem;
  box-sizing: border-box;
}
@media screen and (min-width: 769px) {
  .top__bg {
    padding: 130px 0;
  }
}

.top__proposal {
  width: 100%;
  background: #fff;
  padding: 3rem 2rem;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 8rem;
}
@media screen and (min-width: 769px) {
  .top__proposal {
    width: calc(100% - 16rem);
    padding: 50px 20px;
    margin-bottom: 130px;
  }
}
@media screen and (min-width: 1000px) {
  .top__proposal {
    width: 100%;
    max-width: 864px;
  }
}

.top__proposal-title {
  font-weight: 700;
  font-size: 1.8rem;
  letter-spacing: 0.08em;
  line-height: 3.5rem;
  color: #00406B;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 769px) {
  .top__proposal-title {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 3rem;
    line-height: 1.8;
  }
}

.top__proposal-text {
  letter-spacing: 0.05em;
  line-height: 2.8rem;
  font-size: 1.5rem;
}
@media screen and (min-width: 769px) {
  .top__proposal-text {
    text-align: center;
    line-height: 2;
  }
}

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

.top__group-list {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}
@media screen and (min-width: 1000px) {
  .top__group-list {
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 60px;
  }
}
@media screen and (min-width: 1240px) {
  .top__group-list {
    grid-column-gap: 60px;
  }
}

.top__group-item {
  background: #fff;
  border-left: solid 0.5rem #1ABCA6;
  padding: 2.4rem 3rem 3rem 2.5rem;
  box-sizing: border-box;
  position: relative;
}
@media screen and (min-width: 1000px) {
  .top__group-item {
    padding: 5rem 5rem 7rem 5rem;
  }
}

.top__group-item.top__group-item--pink {
  border-left: solid 5px #E74A79;
}
.top__group-item.top__group-item--pink .top__group-title {
  color: #E74A79;
}

.top__group-item.top__group-item--orange {
  border-left: solid 5px #F58042;
}
.top__group-item.top__group-item--orange .top__group-title {
  color: #F58042;
}

.top__group-item.top__group-item--green {
  border-left: solid 5px #74CE71;
}
.top__group-item.top__group-item--green .top__group-title {
  color: #74CE71;
}

.top__group-item.top__group-item--navyblue {
  border-left: solid 5px #3C4472;
}
.top__group-item.top__group-item--navyblue .top__group-title {
  color: #3C4472;
}

.top__group-item.top__group-item--red {
  border-left: solid 5px #CE4646;
}
.top__group-item.top__group-item--red .top__group-title {
  color: #CE4646;
}

.top__group-title {
  color: #1ABCA6;
  font-weight: 700;
  font-size: 2rem;
  letter-spacing: 0.1em;
  line-height: 2.14;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 769px) {
  .top__group-title {
    font-size: 2.8rem;
    margin-bottom: 0;
  }
}

.top__group-sub-title {
  font-weight: 500;
  font-size: 1.8rem;
  letter-spacing: 0.03em;
  line-height: 2.14;
  color: #1d1d1d;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 769px) {
  .top__group-sub-title {
    margin-bottom: 1rem;
  }
}

.top__group-text {
  font-size: 1.5rem;
  letter-spacing: 0.03em;
  line-height: 2.8rem;
  color: #1d1d1d;
  margin-bottom: 3.8rem;
}
@media screen and (min-width: 769px) {
  .top__group-text {
    line-height: 2;
    margin-bottom: 4rem;
  }
}

.btn.btn--primary {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: relative;
}
@media screen and (min-width: 1000px) {
  .btn.btn--primary {
    right: 0;
    bottom: 0;
    justify-content: flex-end;
    position: absolute;
  }
}

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

.top__separate-image img {
  width: 100%;
  height: 30rem;
  object-fit: cover;
}

.top__features {
  width: calc(100% - 3rem);
  max-width: 1240px;
  margin: 8rem auto;
}
@media screen and (min-width: 769px) {
  .top__features {
    width: calc(100% - 16rem);
  }
}
@media screen and (min-width: 1000px) {
  .top__features {
    width: calc(100% - 3rem);
    margin: 130px auto 150px;
  }
}

.title__features-heading {
  margin-bottom: 4.5rem;
}
@media screen and (min-width: 769px) {
  .title__features-heading {
    margin-bottom: 5rem;
  }
}

.top__features-card {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  margin-bottom: 6rem;
}
@media screen and (min-width: 1000px) {
  .top__features-card {
    margin-bottom: 100px;
    grid-template-columns: repeat(3, 1fr);
    grid-row-gap: 48px;
  }
}
@media screen and (min-width: 1180px) {
  .top__features-card {
    grid-column-gap: 48px;
    padding: 0 50px;
  }
}

.top__features-list {
  background: #F7F6F4;
  padding: 3rem 2rem 2.5rem;
  box-sizing: border-box;
}
@media screen and (min-width: 1000px) {
  .top__features-list {
    padding: 4rem 3rem;
  }
}

.top__features-image {
  margin-bottom: 1.7rem;
}
@media screen and (min-width: 769px) {
  .top__features-image {
    margin-bottom: 3rem;
  }
}
.top__features-image img {
  width: auto;
  height: 15rem;
}
@media screen and (min-width: 769px) {
  .top__features-image img {
    height: 20rem;
  }
}

.top__features-title {
  font-weight: 500;
  font-size: 2rem;
  letter-spacing: 0.08em;
  line-height: 3.5rem;
  text-align: center;
  margin-bottom: 1.4rem;
  color: #00406B;
}
@media screen and (min-width: 769px) {
  .top__features-title {
    font-size: 2.2rem;
    margin-bottom: 2rem;
  }
}

.top__features-text {
  font-size: 1.5rem;
  letter-spacing: 0.03em;
  line-height: 2.8rem;
  color: #1d1d1d;
}
@media screen and (min-width: 769px) {
  .top__features-text {
    line-height: 2;
  }
}

.top__bg--second {
  background: #F2F5F7;
  padding: 8rem 0 8rem;
}
@media screen and (min-width: 769px) {
  .top__bg--second {
    padding: 130px 0;
  }
}

.top__interview {
  width: calc(100% - 3rem);
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .top__interview {
    width: calc(100% - 16rem);
  }
}
@media screen and (min-width: 1000px) {
  .top__interview {
    width: 100%;
  }
}
.title__interview-heading {
  margin-bottom: 4rem;
}
@media screen and (min-width: 769px) {
  .title__interview-heading {
    margin-bottom: 5rem;
  }
}

.top__interview-layout {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 9.8rem;
  flex-direction: column;
}
@media screen and (min-width: 1000px) {
  .top__interview-layout {
    align-items: flex-start;
    flex-direction: row;
    margin-bottom: 181px;
  }
}
@media screen and (min-width: 1200px) {
  .top__interview-layout {
    align-items: center;
  }
}

.top__interview-image {
  width: calc(100% + 1.3rem);
  left: -0.9rem;
  position: relative;
}
@media screen and (min-width: 769px) {
  .top__interview-image {
    width: 65rem;
    left: initial;
  }
}
.top__interview-image img {
  width: 100%;
  height: auto;
  box-shadow: 1.8rem 1.8rem #D9E2E8;
}
@media screen and (min-width: 769px) {
  .top__interview-image img {
    box-shadow: 30px 30px #D9E2E8;
  }
}

.top__interview-title {
  font-weight: 500;
  font-size: 2rem;
  letter-spacing: 0.1em;
  line-height: 1.75;
  color: #00406B;
  margin-bottom: 3.5rem;
}
@media screen and (min-width: 769px) {
  .top__interview-title {
    argin-bottom: 2rem;
    font-size: 3rem;
    line-height: 1.83;
    font-size: min(2.14vw, 3rem);
  }
}

.top__interview-text {
  margin-bottom: 5.5rem;
  line-height: 2;
}
@media screen and (min-width: 769px) {
  .top__interview-text {
    margin-bottom: 6rem;
  }
}

.top__interview-block {
  margin-bottom: 6rem;
}
@media screen and (min-width: 1000px) {
  .top__interview-block {
    width: 61rem;
    margin-left: 2rem;
    margin-right: 2rem;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1400px) {
  .top__interview-block {
    margin-left: 80px;
    margin-right: 60px;
  }
}
.top__interview-block .btn.btn--black {
  justify-content: center;
}
@media screen and (min-width: 1000px) {
  .top__interview-block .btn.btn--black {
    justify-content: flex-start;
  }
}

.top__interview-card {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 2rem;
  grid-row-gap: 3rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1000px) {
  .top__interview-card {
    width: calc(100% - 3rem);
    grid-column-gap: 48px;
    grid-row-gap: 56px;
    max-width: 1140px;
    grid-template-columns: repeat(2, 1fr);
  }
}

.top__interview-item {
  background: #fff;
}

.top__interview-link {
  display: block;
  height: 100%;
  position: relative;
  padding: 2.5rem 2rem 2rem;
  box-sizing: border-box;
}
@media screen and (min-width: 769px) {
  .top__interview-link {
    padding: 50px 30px 50px 50px;
  }
}
.top__interview-link:hover .top__interview-arrow figure {
  left: 5px;
  transition: all 0.2s;
}

.top__interview-heading {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #00406B;
  margin-bottom: 2rem;
}
@media screen and (min-width: 769px) {
  .top__interview-heading {
    margin-bottom: 2.5rem;
  }
}

.top__interview-caed-title {
  font-weight: 700;
  font-size: 2.2rem;
  letter-spacing: 0.08em;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .top__interview-caed-title {
    font-size: 2.5rem;
  }
}

.top__interview-caed-subtitle {
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  letter-spacing: 0.2em;
  line-height: 1;
  margin-left: 1rem;
}

.top__interview-arrow {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: absolute;
  right: 2rem;
  bottom: 1.5rem;
}
@media screen and (min-width: 769px) {
  .top__interview-arrow {
    right: 3rem;
    bottom: 1.5rem;
  }
}
.top__interview-arrow figure {
  transition: all 0.2s;
  position: relative;
  left: 0;
  width: 1.5rem;
  height: auto;
}
.top__interview-arrow figure img {
  width: 100%;
  height: auto;
}

.top__interview-caed-text {
  font-size: 1.5rem;
  letter-spacing: 0.03em;
  line-height: 2.8rem;
  color: #1d1d1d;
  margin-bottom: 4.7rem;
}
@media screen and (min-width: 769px) {
  .top__interview-caed-text {
    margin-bottom: 4rem;
    line-height: 2;
  }
}

.top__interview-arrow-text {
  text-decoration: underline;
  color: #00406B;
  font-weight: 500;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 2;
  margin-right: 1rem;
}

.top__news {
  width: calc(100% - 3rem);
  max-width: 1400px;
  margin: 8rem auto 7.5rem;
}
@media screen and (min-width: 769px) {
  .top__news {
    width: calc(100% - 16rem);
    margin: 8rem auto;
  }
}
@media screen and (min-width: 1000px) {
  .top__news {
    margin: 130px auto 150px;
    width: calc(100% - 3rem);
  }
}

.top__news-block {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-direction: column;
  margin-top: -1.8rem;
}
@media screen and (min-width: 1000px) {
  .top__news-block {
    width: calc(100% - 3rem);
    max-width: 942px;
    margin-top: 0;
  }
}

.top__news-link {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 2rem 0 1.5rem 0;
  border-bottom: 1px solid #cecece;
  position: relative;
  flex-direction: column;
}
@media screen and (min-width: 1000px) {
  .top__news-link {
    align-items: center;
    flex-direction: row;
    padding: 20px 0;
  }
}

.top__news-list {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2rem;
}
@media screen and (min-width: 1000px) {
  .top__news-list {
    margin-bottom: 10px;
  }
}

.top__news-layout {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-right: 2.5rem;
  margin-bottom: 1rem;
}
@media screen and (min-width: 1000px) {
  .top__news-layout {
    margin-bottom: 0;
  }
}

.top__news-date {
  flex-shrink: 0;
  min-width: 10rem;
  margin-right: 1.4rem;
  font-family: "Outfit", sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0.03em;
  color: #090909;
}

.top__news-category {
  flex-shrink: 0;
  width: 12rem;
  min-width: 12rem;
  box-sizing: border-box;
  font-size: 1.3rem;
  padding: 0.2rem 10px;
  color: #fff;
  text-align: center;
  line-height: 1.5;
  white-space: nowrap;
  background: #636363;
}

.top__news-category.top__news-category--navyblue {
  background: #00406B;
}

.top__news-category.top__news-category--primary {
  background: #B49D76;
}

.top__news-category.top__news-category--gray {
  background: #636363;
}

.top__news-category.top__news-category--black {
  background: #202020;
}

.top__news-text {
  font-size: 1.4rem;
  letter-spacing: 0.03em;
  line-height: 2;
  color: #090909;
  position: relative;
  flex: 1;
  width: 100%;
  padding-right: 4rem;
  box-sizing: border-box;
}
.top__news-text::after {
  content: "";
  background: url("../../images/top/icon-arrow-black.svg") no-repeat;
  background-size: contain;
  width: 1.7rem;
  height: 0.6rem;
  position: absolute;
  bottom: 0;
  top: 0;
  right: 0;
  margin: auto;
  transition: all 0.2s;
}
@media screen and (min-width: 769px) {
  .top__news-text::after {
    width: 16px;
    height: 5px;
  }
}
.top__news-text:hover::after {
  transition: all 0.2s;
  right: -5px;
}

.top__news-block-link {
  font-weight: 500;
  text-decoration: underline;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 2;
  color: #00406b;
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-right: 2.5rem;
  box-sizing: border-box;
}
@media screen and (min-width: 769px) {
  .top__news-block-link {
    padding-right: 25px;
  }
}
.top__news-block-link::after {
  content: "";
  background: url("../../images/top/icon-arrow-blue.svg") no-repeat;
  background-size: contain;
  width: 1.5rem;
  height: 0.4rem;
  position: absolute;
  bottom: 0;
  top: 0;
  right: 0;
  margin: auto;
  transition: all 0.2s;
}
@media screen and (min-width: 769px) {
  .top__news-block-link::after {
    width: 16px;
    height: 5px;
  }
}
.top__news-block-link:hover {
  text-decoration: none;
}
.top__news-block-link:hover::after {
  transition: all 0.2s;
  right: -5px;
}
