@charset "UTF-8";
/* You can add global styles to this file, and also import other style files */
/* /src/styles.scssを移動*/
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Infant:wght@500&family=Noto+Serif+JP:wght@300;400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;700&display=swap");
:root {
  --key-color1: #003460;
  --key-color2: #ffffff;
  --key-color3: #90843a;
}

/* web fonts */
/*@function nounit($value) {
  $_units:
  "%",                    // percentage
  em, ex, ch, rem,        // font
  vw, vh, vmin, vmax,     // viewport
  cm, mm, in, pt, pc, px, // absolute
  deg, grad, rad, trun,   // angle
  s, ms,                  // time
  Hz, kHz,                // frequency
  dpi, dpcm, dppx;        // resolution

  // 割る数のリスト
  $_divisors:
  1%,
  1em, 1ex, 1ch, 1rem,
  1vw, 1vh, 1vmin, 1vmax,
  1cm, 1mm, 1in, 1pt, 1pc, 1px,
  1deg, 1grad, 1rad, 1trun,
  1s, 1ms,
  1Hz, 1kHz,
  1dpi, 1dpcm, 1dppx;

  // 単位取得
  $_unit: unit($value);
  // 単位のインデックス番号を取得
  $_index-num: index($_units, $_unit);
  // 割る数を取得
  $_divisor: nth($_divisors, $_index-num);

  @return $value / $_divisor;
}*/
html {
  width: 100%;
  height: 100%;
  font-size: 62.5%;
  line-height: 1.8;
  letter-spacing: 0.16rem;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: var(--key-color1);
  color: var(--key-color2);
  font-size: 100%;
  font-family: "Noto Serif JP", "游明朝 Medium", "Yu Mincho Medium", "YuMincho Medium", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  word-wrap: break-word;
  overflow-wrap: break-word;
  scroll-behavior: smooth;
  /*@include mqRangeL {
    min-width: 960px;
  }*/
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  margin: 0;
}

ol, ul {
  list-style: none;
  padding: 0;
}

li {
  list-style-type: none;
  font-size: 1.6rem;
  letter-spacing: 0.05rem;
}
@media (max-width: 480px) {
  li {
    font-size: 3.72627vw;
  }
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  outline: none;
  color: inherit;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
  text-decoration: none;
}

button {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}

p {
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.1rem;
}
@media (max-width: 480px) {
  p {
    font-size: 3.72627vw;
    line-height: 1.85;
    letter-spacing: 0.06rem;
  }
}

@media (max-width: 480px) {
  .is_pc {
    display: none !important;
  }
}
@media (min-width: 481px) and (max-width: 834px) {
  .is_pc {
    display: none !important;
  }
}
@media (max-width: 480px) {
  .is_ta {
    display: none !important;
  }
}
@media (min-width: 835px) {
  .is_ta {
    display: none !important;
  }
}

@media (min-width: 481px) and (max-width: 834px) {
  .is_sp {
    display: none !important;
  }
}
@media (min-width: 835px) {
  .is_sp {
    display: none !important;
  }
}

@media (min-width: 835px) {
  .is_sp_ta {
    display: none !important;
  }
}

/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: scroll; /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%; /* iOS 8+ */
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible; /* Show the overflow in Edge and IE */
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

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

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

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

abbr[title] {
  border-bottom: 1px dotted; /* Add a bordered underline effect in all browsers */
  text-decoration: none; /* Remove text decoration in Firefox 40+ */
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects; /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder; /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic; /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number] {
  width: auto; /* Firefox 36+ */
}

[type=search] {
  -webkit-appearance: textfield; /* Safari 8+ */
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Safari 8 */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

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

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
}

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

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

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

svg:not(:root) {
  overflow: hidden; /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block; /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc; /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc; /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

:root {
  --key-color1: #003460;
  --key-color2: #ffffff;
  --key-color3: #90843a;
}

/* web fonts */
/*@function nounit($value) {
  $_units:
  "%",                    // percentage
  em, ex, ch, rem,        // font
  vw, vh, vmin, vmax,     // viewport
  cm, mm, in, pt, pc, px, // absolute
  deg, grad, rad, trun,   // angle
  s, ms,                  // time
  Hz, kHz,                // frequency
  dpi, dpcm, dppx;        // resolution

  // 割る数のリスト
  $_divisors:
  1%,
  1em, 1ex, 1ch, 1rem,
  1vw, 1vh, 1vmin, 1vmax,
  1cm, 1mm, 1in, 1pt, 1pc, 1px,
  1deg, 1grad, 1rad, 1trun,
  1s, 1ms,
  1Hz, 1kHz,
  1dpi, 1dpcm, 1dppx;

  // 単位取得
  $_unit: unit($value);
  // 単位のインデックス番号を取得
  $_index-num: index($_units, $_unit);
  // 割る数を取得
  $_divisor: nth($_divisors, $_index-num);

  @return $value / $_divisor;
}*/
/* layout
-------------------------------------------------- */
.c-l-container {
  width: 100%;
  max-width: min(75vw, 1440px);
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 481px) and (max-width: 834px) {
  .c-l-container {
    max-width: 90vw;
    padding-right: 6.25%;
    padding-left: 6.25%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media (max-width: 480px) {
  .c-l-container {
    max-width: 100vw;
    padding-right: 8vw;
    padding-left: 8vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.c-m-container {
  width: 100%;
  max-width: min(72vw, 1280px);
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 481px) and (max-width: 834px) {
  .c-m-container {
    max-width: 100vw;
    padding-right: 6.25%;
    padding-left: 6.25%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media (max-width: 480px) {
  .c-m-container {
    max-width: 100vw;
    padding-right: 8vw;
    padding-left: 8vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.c-s-container {
  width: 100%;
  max-width: min(67.5vw, 1080px);
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 481px) and (max-width: 834px) {
  .c-s-container {
    max-width: 100vw;
    padding-right: 6.25%;
    padding-left: 6.25%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media (max-width: 480px) {
  .c-s-container {
    max-width: 100vw;
    padding-right: 8vw;
    padding-left: 8vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.contents-l-spacing {
  padding-top: 13.889vw; /* 200px */
}
@media (min-width: 481px) and (max-width: 834px) {
  .contents-l-spacing {
    padding-top: 23.438vw;
  }
}
@media (max-width: 480px) {
  .contents-l-spacing {
    padding-top: 37.333vw;
  }
}

.contents-m-spacing {
  padding-top: 10.417vw; /* 150px */
}
@media (min-width: 481px) and (max-width: 834px) {
  .contents-m-spacing {
    padding-top: 17.708vw;
  }
}
@media (max-width: 480px) {
  .contents-m-spacing {
    padding-top: 29.333vw;
  }
}

.contents-s-spacing {
  padding-top: 8.333vw; /* 120px */
}
@media (min-width: 481px) and (max-width: 834px) {
  .contents-s-spacing {
    padding-top: 13.021vw;
  }
}
@media (max-width: 480px) {
  .contents-s-spacing {
    padding-top: 22.667vw;
  }
}

:root {
  --key-color1: #003460;
  --key-color2: #ffffff;
  --key-color3: #90843a;
}

/* web fonts */
/*@function nounit($value) {
  $_units:
  "%",                    // percentage
  em, ex, ch, rem,        // font
  vw, vh, vmin, vmax,     // viewport
  cm, mm, in, pt, pc, px, // absolute
  deg, grad, rad, trun,   // angle
  s, ms,                  // time
  Hz, kHz,                // frequency
  dpi, dpcm, dppx;        // resolution

  // 割る数のリスト
  $_divisors:
  1%,
  1em, 1ex, 1ch, 1rem,
  1vw, 1vh, 1vmin, 1vmax,
  1cm, 1mm, 1in, 1pt, 1pc, 1px,
  1deg, 1grad, 1rad, 1trun,
  1s, 1ms,
  1Hz, 1kHz,
  1dpi, 1dpcm, 1dppx;

  // 単位取得
  $_unit: unit($value);
  // 単位のインデックス番号を取得
  $_index-num: index($_units, $_unit);
  // 割る数を取得
  $_divisor: nth($_divisors, $_index-num);

  @return $value / $_divisor;
}*/
/* animation */
/* mv */
.is-mv .is-mv-image img {
  opacity: 0;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1), transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1), transform 1s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  will-change: transform, opacity;
}
.is-mv .is-mv-fade {
  opacity: 0;
  -webkit-transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1), transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1), transform 1s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  will-change: transform, opacity;
}
.is-mv .is-mv-lead {
  opacity: 0;
  -webkit-transform: translateY(10%);
          transform: translateY(10%);
  -webkit-transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1), transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1), transform 1s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  will-change: transform, opacity;
}

.is-mv-show .is-mv-image img {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.is-mv-show .is-mv-fade {
  opacity: 1;
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.is-mv-show .is-mv-lead {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

/* mv
-------------------------------------------------- */
.l-mv {
  width: 100%;
  height: 100%;
  height: 100dvh;
  padding: 2.8rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 481px) and (max-width: 834px) {
  .l-mv {
    padding: 4.25796vw;
  }
}
@media (max-width: 480px) {
  .l-mv {
    padding: 4.25796vw;
  }
}
.l-mv__wrapper {
  position: relative;
  height: 100%;
}
.l-mv__wrapper .mv-image {
  position: relative;
  overflow: hidden;
  height: inherit;
}
.l-mv__wrapper .mv-image::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
  width: 40px;
  aspect-ratio: 1;
  clip-path: polygon(0 0, 100% 0, 100% 100%);
  background: var(--key-color1);
}
@media (min-width: 481px) and (max-width: 834px) {
  .l-mv__wrapper .mv-image::before {
    width: 5.32356vw;
  }
}
@media (max-width: 480px) {
  .l-mv__wrapper .mv-image::before {
    width: 5.32356vw;
  }
}
.l-mv__wrapper .mv-image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 40px;
  aspect-ratio: 1;
  clip-path: polygon(0 0, 100% 0, 0 100%);
  background: var(--key-color1);
}
@media (min-width: 481px) and (max-width: 834px) {
  .l-mv__wrapper .mv-image::after {
    width: 5.32356vw;
  }
}
@media (max-width: 480px) {
  .l-mv__wrapper .mv-image::after {
    width: 5.32356vw;
  }
}
.l-mv__wrapper .mv-image__container {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: inherit;
}
.l-mv__wrapper .mv-image__container::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 5;
  width: 40px;
  aspect-ratio: 1;
  clip-path: polygon(0 100%, 100% 0, 100% 100%);
  background: var(--key-color1);
}
@media (min-width: 481px) and (max-width: 834px) {
  .l-mv__wrapper .mv-image__container::before {
    width: 5.32356vw;
  }
}
@media (max-width: 480px) {
  .l-mv__wrapper .mv-image__container::before {
    width: 5.32356vw;
  }
}
.l-mv__wrapper .mv-image__container::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 5;
  width: 40px;
  aspect-ratio: 1;
  clip-path: polygon(0 100%, 0 0, 100% 100%);
  background: var(--key-color1);
}
@media (min-width: 481px) and (max-width: 834px) {
  .l-mv__wrapper .mv-image__container::after {
    width: 5.32356vw;
  }
}
@media (max-width: 480px) {
  .l-mv__wrapper .mv-image__container::after {
    width: 5.32356vw;
  }
}
.l-mv__wrapper .mv-image__inner {
  position: relative;
  overflow: hidden;
  height: inherit;
}
.l-mv__wrapper .mv-image__inner::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 2;
}
.l-mv__wrapper .mv-image__inner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
  object-position: center;
  position: relative;
}
.l-mv__wrapper .mv-contents__logo {
  position: absolute;
  top: 45%;
  left: 5%;
  z-index: 10;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (min-width: 481px) and (max-width: 834px) {
  .l-mv__wrapper .mv-contents__logo {
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@media (max-width: 480px) {
  .l-mv__wrapper .mv-contents__logo {
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
.l-mv__wrapper .mv-contents__logo h1 {
  width: 210px;
}
@media (min-width: 481px) and (max-width: 834px) {
  .l-mv__wrapper .mv-contents__logo h1 {
    width: 31.94136vw;
  }
}
@media (max-width: 480px) {
  .l-mv__wrapper .mv-contents__logo h1 {
    width: 31.94136vw;
  }
}
.l-mv__wrapper .mv-contents__lead {
  position: absolute;
  top: 50%;
  right: 5%;
  z-index: 10;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (min-width: 481px) and (max-width: 834px) {
  .l-mv__wrapper .mv-contents__lead {
    top: auto;
    bottom: 10.64712vw;
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media (max-width: 480px) {
  .l-mv__wrapper .mv-contents__lead {
    top: auto;
    bottom: 10.64712vw;
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.l-mv__wrapper .mv-contents__lead p {
  width: 56px;
}
.l-mv__wrapper .mv-contents__lead p img {
  width: 100%;
}
@media (min-width: 481px) and (max-width: 834px) {
  .l-mv__wrapper .mv-contents__lead p {
    width: 31.94136vw;
  }
}
@media (max-width: 480px) {
  .l-mv__wrapper .mv-contents__lead p {
    width: 31.94136vw;
  }
}

/* introduction
-------------------------------------------------- */
.l-intro {
  padding-top: 12rem;
}
@media (max-width: 480px) {
  .l-intro {
    padding-top: 26.6178vw;
  }
}
.l-intro__wrapper .sec-title p {
  font-size: 1.2rem;
  font-family: "Cormorant Infant", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.1rem;
  text-align: center;
}
@media (max-width: 480px) {
  .l-intro__wrapper .sec-title p {
    font-size: 3.19347vw;
  }
}
.l-intro__wrapper .contents {
  padding-top: 6rem;
}
@media (max-width: 480px) {
  .l-intro__wrapper .contents {
    padding-top: 10.64712vw;
  }
}
.l-intro__wrapper .contents ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 480px) {
  .l-intro__wrapper .contents ul {
    padding-inline: 5.5%;
  }
}
.l-intro__wrapper .contents ul .item1 {
  width: 4.65rem;
}
@media (max-width: 480px) {
  .l-intro__wrapper .contents ul .item1 {
    width: 7.45254vw;
  }
}
.l-intro__wrapper .contents ul .item2 {
  width: 4.6rem;
}
@media (max-width: 480px) {
  .l-intro__wrapper .contents ul .item2 {
    width: 7.18614vw;
  }
}
.l-intro__wrapper .contents ul .item3 {
  width: 4.67rem;
}
@media (max-width: 480px) {
  .l-intro__wrapper .contents ul .item3 {
    width: 7.71894vw;
  }
}

/* messeage
-------------------------------------------------- */
.l-message {
  padding-top: 25rem;
  padding-bottom: 12rem;
}
@media (max-width: 480px) {
  .l-message {
    padding-top: 39.92781vw;
    padding-bottom: 23.95602vw;
  }
}
.l-message__wrapper .title-area {
  max-width: 1400px;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 481px) and (max-width: 834px) {
  .l-message__wrapper .title-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 13.3089vw;
  }
}
@media (max-width: 480px) {
  .l-message__wrapper .title-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 13.3089vw;
  }
}
.l-message__wrapper .title-area__image {
  width: 50%;
}
@media (min-width: 835px) {
  .l-message__wrapper .title-area__image {
    padding-right: 2.5%;
  }
}
@media (min-width: 481px) and (max-width: 834px) {
  .l-message__wrapper .title-area__image {
    width: 100%;
    padding-right: 10%;
  }
}
@media (max-width: 480px) {
  .l-message__wrapper .title-area__image {
    width: 100%;
    padding-right: 10%;
  }
}
.l-message__wrapper .title-area__text {
  width: 50%;
}
@media (min-width: 835px) {
  .l-message__wrapper .title-area__text {
    padding-left: 7.5%;
    padding-right: 5%;
  }
}
@media (min-width: 481px) and (max-width: 834px) {
  .l-message__wrapper .title-area__text {
    width: 100%;
    padding-inline: 9.58263vw;
  }
}
@media (max-width: 480px) {
  .l-message__wrapper .title-area__text {
    width: 100%;
    padding-inline: 9.58263vw;
  }
}
.l-message__wrapper .title-area__text .sec-title p {
  font-size: 1.2rem;
  font-family: "Cormorant Infant", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.1rem;
}
@media (min-width: 481px) and (max-width: 834px) {
  .l-message__wrapper .title-area__text .sec-title p {
    font-size: 3.19347vw;
  }
}
@media (max-width: 480px) {
  .l-message__wrapper .title-area__text .sec-title p {
    font-size: 3.19347vw;
  }
}
.l-message__wrapper .title-area__text .sec-title h2 {
  font-size: 4.2rem;
  font-weight: 300;
  letter-spacing: 0.3rem;
}
@media (min-width: 835px) {
  .l-message__wrapper .title-area__text .sec-title h2 {
    margin-left: -0.6rem;
  }
}
@media (max-width: 480px) {
  .l-message__wrapper .title-area__text .sec-title h2 {
    font-size: 8.51703vw;
    margin-left: -1.332vw;
  }
}
.l-message__wrapper .title-area__text .sec-profile {
  padding-top: 3rem;
}
@media (max-width: 480px) {
  .l-message__wrapper .title-area__text .sec-profile {
    padding-top: 8.51703vw;
  }
}
.l-message__wrapper .title-area__text .sec-profile .name h3 {
  font-size: 1.8rem;
  font-weight: 400;
}
@media (max-width: 480px) {
  .l-message__wrapper .title-area__text .sec-profile .name h3 {
    font-size: 4.25796vw;
  }
}
.l-message__wrapper .title-area__text .sec-profile .name span {
  font-size: 1.2rem;
  font-family: "Cormorant Infant", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.1rem;
}
@media (max-width: 480px) {
  .l-message__wrapper .title-area__text .sec-profile .name span {
    font-size: 3.19347vw;
  }
}
.l-message__wrapper .title-area__text .sec-profile .position {
  padding-top: 1rem;
}
.l-message__wrapper .title-area__text .sec-profile .position p {
  font-size: 1.4rem;
  line-height: 1.8;
}
@media (max-width: 480px) {
  .l-message__wrapper .title-area__text .sec-profile .position p {
    font-size: 3.19347vw;
  }
}
.l-message__wrapper .title-area__text .sec-profile .position p span {
  font-size: 1.1rem;
}
@media (max-width: 480px) {
  .l-message__wrapper .title-area__text .sec-profile .position p span {
    font-size: 2.66178vw;
  }
}
.l-message__wrapper .title-area__text .sec-profile .position .text {
  padding-top: 1.6rem;
}
.l-message__wrapper .contents {
  max-width: 900px;
  margin-inline: auto;
  padding-top: 12rem;
  padding-inline: 6.25%;
}
@media (min-width: 481px) and (max-width: 834px) {
  .l-message__wrapper .contents {
    padding-top: 9.58263vw;
    padding-inline: 9.58263vw;
  }
}
@media (max-width: 480px) {
  .l-message__wrapper .contents {
    padding-top: 9.58263vw;
    padding-inline: 9.58263vw;
  }
}
.l-message__wrapper .contents p {
  text-align: justify;
}
.l-message__wrapper .contents p:nth-child(n+2) {
  padding-top: 2.2rem;
}
@media (max-width: 480px) {
  .l-message__wrapper .contents p:nth-child(n+2) {
    padding-top: 2rem;
  }
}

/* news
-------------------------------------------------- */
.l-news {
  padding-block: 12rem;
  border-top: 1px solid rgba(223, 229, 234, 0.3);
  border-bottom: 1px solid rgba(223, 229, 234, 0.3);
  max-width: 1080px;
  margin-inline: auto;
}
@media (min-width: 481px) and (max-width: 834px) {
  .l-news {
    padding-block: 23.95602vw;
    margin-inline: 9.58263vw;
  }
}
@media (max-width: 480px) {
  .l-news {
    padding-block: 23.95602vw;
    margin-inline: 9.58263vw;
  }
}
.l-news__wrapper {
  max-width: 900px;
  margin-inline: auto;
}
@media (min-width: 835px) {
  .l-news__wrapper {
    padding-inline: 6.25%;
  }
}
.l-news .sec-title p {
  font-size: 1.2rem;
  font-family: "Cormorant Infant", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.1rem;
}
@media (min-width: 481px) and (max-width: 834px) {
  .l-news .sec-title p {
    font-size: 3.19347vw;
  }
}
@media (max-width: 480px) {
  .l-news .sec-title p {
    font-size: 3.19347vw;
  }
}
.l-news .sec-title h2 {
  font-size: 4.2rem;
  font-weight: 300;
  letter-spacing: 0.3rem;
}
@media (min-width: 835px) {
  .l-news .sec-title h2 {
    margin-left: -0.6rem;
  }
}
@media (max-width: 480px) {
  .l-news .sec-title h2 {
    font-size: 8.51703vw;
    margin-left: -1.332vw;
  }
}
.l-news__contents {
  padding-top: 8rem;
}
@media (max-width: 480px) {
  .l-news__contents {
    padding-top: 10.64712vw;
  }
}
.l-news__contents p:nth-child(n+2) {
  padding-top: 2.2rem;
}
@media (max-width: 480px) {
  .l-news__contents p:nth-child(n+2) {
    padding-top: 2rem;
  }
}
.l-news__contents a {
  text-decoration: underline;
  text-underline-offset: 5px;
}
.l-news__contents .pdf-image {
  /*border: 1px solid rgba($color: #DFE5EA, $alpha: 0.3);*/
}
.l-news__contents .pdf-image a {
  display: block;
}
.l-news__contents .link-text {
  padding-top: 5rem;
  text-align: center;
}
@media (max-width: 480px) {
  .l-news__contents .link-text {
    padding-top: 9.58263vw;
  }
}
.l-news__contents .link-text a {
  display: inline-block;
  background-color: var(--key-color3);
  border-radius: 3rem;
  -webkit-transition: background-color 1s cubic-bezier(0.19, 1, 0.22, 1), color 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: background-color 1s cubic-bezier(0.19, 1, 0.22, 1), color 1s cubic-bezier(0.19, 1, 0.22, 1);
  text-decoration: none;
}
.l-news__contents .link-text a:hover {
  background-color: var(--key-color2);
}
.l-news__contents .link-text a:hover span {
  color: var(--key-color3);
}
.l-news__contents .link-text a span {
  display: block;
  font-size: 1.6rem;
  font-weight: 600;
  text-align: center;
  color: var(--key-color2);
  padding: 1rem 4rem;
  -webkit-transition: color 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: color 1s cubic-bezier(0.19, 1, 0.22, 1);
}
.c-scroll-button {
  position: relative;
  z-index: 100;
}
.c-scroll-button .page-top a {
  display: block;
  opacity: 0;
  width: 8rem;
  height: 8rem;
  border-radius: 100%;
  background-color: var(--key-color2);
  position: relative;
  -webkit-transition: all 1s cubic-bezier(0.18, 0.06, 0.23, 1);
  transition: all 1s cubic-bezier(0.18, 0.06, 0.23, 1);
}
@media (max-width: 480px) {
  .c-scroll-button .page-top a {
    width: 12.7761vw;
    height: 12.7761vw;
  }
}
.c-scroll-button .page-top a span {
  font-size: 1.4rem;
  white-space: nowrap;
  text-align: center;
  color: var(--key-color1);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 480px) {
  .c-scroll-button .page-top a span {
    font-size: 3.19347vw;
  }
}
.c-scroll-button .fix {
  position: fixed;
  bottom: 3rem;
  right: 3rem;
}
@media (max-width: 480px) {
  .c-scroll-button .fix {
    bottom: 3.19347vw;
    right: 3.19347vw;
  }
}
.c-scroll-button .fix a {
  opacity: 1;
}

/* footer
-------------------------------------------------- */
.l-footer {
  max-width: 1080px;
  margin-inline: auto;
}
@media (min-width: 481px) and (max-width: 834px) {
  .l-footer {
    padding-inline: 9.58263vw;
  }
}
@media (max-width: 480px) {
  .l-footer {
    padding-inline: 9.58263vw;
  }
}
.l-footer__wrapper {
  padding-top: 8rem;
  padding-bottom: 12rem;
}
@media (max-width: 480px) {
  .l-footer__wrapper {
    padding-top: 10.64712vw;
    padding-bottom: 13.3089vw;
  }
}
.l-footer__wrapper .address ul li:nth-child(n+2) {
  padding-top: 2rem;
}
.l-footer__wrapper .address ul li h3 {
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.2rem;
}
@media (max-width: 480px) {
  .l-footer__wrapper .address ul li h3 {
    font-size: 3.99267vw;
  }
}
.l-footer__wrapper .address ul li p {
  font-size: 1.2rem;
}
@media (max-width: 480px) {
  .l-footer__wrapper .address ul li p {
    font-size: 3.19347vw;
  }
}
.l-footer__wrapper .contents {
  padding-top: 8rem;
}
@media (max-width: 480px) {
  .l-footer__wrapper .contents {
    padding-top: 21.29424vw;
  }
}
.l-footer__wrapper .contents .logo {
  width: 9rem;
  margin-inline: auto;
}
@media (max-width: 480px) {
  .l-footer__wrapper .contents .logo {
    width: 23.95602vw;
  }
}
.l-footer__wrapper .contents .copy {
  font-size: 1rem;
  text-align: center;
  opacity: 0.5;
  padding-top: 2rem;
}
@media (max-width: 480px) {
  .l-footer__wrapper .contents .copy {
    font-size: 2.66178vw;
    padding-top: 4.79076vw;
  }
}