@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@100;300;400;500;700;900&display=swap");
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

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

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

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

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

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

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

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

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

*, *:before, *:after {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  min-height: 100vh;
  word-wrap: break-word;
  overflow-wrap: break-word;
  scroll-behavior: smooth;
}

:root {
  --page-header-height: 0px;
  --site-header-height: var(--page-header-height);
}

body {
  background-color: #FBFEFF;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  font-family: YakuHanJP, "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1.6rem;
  line-height: 1.7;
  color: #5F6569;
}

page-header,
page-footer {
  width: 100%;
}

main [id] {
  scroll-margin-top: var(--site-header-height);
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
a {
  color: inherit;
  text-decoration: none;
  transition: opacity 0.3s;
  opacity: 1;
}
a:hover {
  opacity: 0.7;
  text-decoration: none;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

input {
  margin: 0;
  padding: 0;
}

textarea {
  padding: 0;
  font: inherit;
  color: inherit;
}

button {
  font: inherit;
  padding: 0;
  background-color: transparent;
  border: none;
  color: inherit;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  br.sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  br.pc {
    display: none;
  }
}

.l-header {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
  z-index: 1000;
  position: fixed;
  inset: 0;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}
.l-header__inner {
  background-image: linear-gradient(to bottom, #FBFEFF 0%, transparent 70%);
  display: flex;
  flex-flow: row nowrap;
  width: 100%;
  max-width: 1920px;
  height: 20vw;
  padding: 5.3333333333vw 5.3333333333vw 0;
}
@media screen and (min-width: 768px) {
  .l-header__inner {
    height: min(14.5833333333vw, 280px);
    padding: min(2.6041666667vw, 50px) min(4.1666666667vw, 80px) 0 min(2.6041666667vw, 50px);
  }
}
.l-header__brand {
  display: flex;
  flex-flow: row nowrap;
  gap: min(2.0833333333vw, 40px);
}
.l-header__brand .logo {
  pointer-events: auto;
  display: block;
  width: min(5.9895833333vw, 115px);
}
.l-header__brand > h1 {
  font-size: min(0.8333333333vw, 16px);
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .l-header__brand {
    gap: 8vw;
  }
  .l-header__brand .logo {
    width: 10.6666666667vw;
  }
  .l-header__brand > h1 {
    font-size: 2.9333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .l-header__list {
    margin-left: auto;
  }
  .l-header__list ul {
    display: flex;
    flex-flow: row nowrap;
    gap: min(4.6875vw, 90px);
  }
  .l-header__list ul li a {
    pointer-events: auto;
    position: relative;
    display: block;
    font-size: min(1.0416666667vw, 20px);
    line-height: 1;
    letter-spacing: 0.15em;
    transition-property: color;
    transition-duration: 0.3s;
    transition-timing-function: ease;
  }
  .l-header__list ul li a::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: max(-0.625vw, -12px);
    transform: translateX(-50%);
    background-color: #28A2C9;
    width: 0%;
    max-width: min(2.6041666667vw, 50px);
    height: min(0.0520833333vw, 1px);
    transition-property: width;
    transition-duration: 0.3s;
    transition-timing-function: ease;
  }
  .l-header__list ul li a:hover {
    color: #28A2C9;
  }
  .l-header__list ul li a:hover::after {
    width: 80%;
  }
  @supports (-webkit-overflow-scrolling: touch) {
    .l-header__list ul li a:hover {
      color: #28A2C9;
    }
    .l-header__list ul li a:hover::after {
      width: 80%;
    }
    .l-header__list ul li a:active {
      color: #28A2C9;
    }
    .l-header__list ul li a:active::after {
      width: 80%;
    }
  }
}
@media screen and (max-width: 767px) {
  .l-header__list {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .l-header .menu {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .l-header .menu {
    cursor: pointer;
    pointer-events: auto;
    z-index: 1002 !important;
    position: relative;
    width: 6.6666666667vw;
    height: 3.4666666667vw;
    margin-top: 0.5333333333vw;
    margin-left: auto;
    display: block;
  }
  .l-header .menu li {
    display: inline-block;
    transition: all 0.4s;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    height: 0.2666666667vw;
    border-radius: 100vw;
    background: #5F6569;
    width: 100%;
  }
  .l-header .menu li:nth-of-type(1) {
    top: 0;
  }
  .l-header .menu li:nth-of-type(2) {
    top: 50%;
  }
  .l-header .menu li:nth-of-type(3) {
    top: 100%;
  }
  .l-header .menu.is-active li:nth-of-type(1) {
    top: 40%;
    transform: translateY(0.4vw) rotate(-45deg);
    width: 80%;
  }
  .l-header .menu.is-active li:nth-of-type(2) {
    opacity: 0;
  }
  .l-header .menu.is-active li:nth-of-type(3) {
    top: 60%;
    transform: translateY(-0.4vw) rotate(45deg);
    width: 80%;
  }
}

.l-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 100vh;
}
.l-container__inner {
  height: 100%;
  width: 100%;
  max-width: 1920px;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 0;
}

.l-main {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.l-main__inner {
  height: 100%;
  width: 100%;
}

.l-aside {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.l-aside__inner {
  background-color: rgba(0, 0, 0, 0.3333333333);
  height: 100%;
  width: 100%;
  padding: 8px 16px 8px;
}

.l-footer {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: auto;
}
.l-footer__inner {
  background-color: #E2F4FA;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(2.6041666667vw, 50px);
  width: 100%;
  max-width: 1920px;
  padding: min(4.1666666667vw, 80px) 0;
}
@media screen and (max-width: 767px) {
  .l-footer__inner {
    gap: 6.6666666667vw;
    padding: 10.6666666667vw 0;
  }
}
.l-footer__inner > p {
  font-size: min(1.0416666667vw, 20px);
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .l-footer__inner > p {
    font-size: 2.6666666667vw;
  }
}
.l-footer__inner .company {
  display: flex;
  flex-flow: row nowrap;
  gap: min(0.5208333333vw, 10px);
}
@media screen and (max-width: 767px) {
  .l-footer__inner .company {
    flex-flow: column nowrap;
    gap: 3.3333333333vw;
  }
}
.l-footer__inner .company ul {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  gap: min(0.5208333333vw, 10px);
}
@media screen and (max-width: 767px) {
  .l-footer__inner .company ul {
    flex-flow: row wrap;
    -moz-column-gap: 1.0666666667vw;
         column-gap: 1.0666666667vw;
  }
}
.l-footer__inner .company ul li a {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  height: min(2.34375vw, 45px);
}
@media screen and (max-width: 767px) {
  .l-footer__inner .company ul li a {
    height: 5.3333333333vw;
  }
}
.l-footer__inner .company ul li a img {
  display: block;
  width: auto;
  max-width: none;
  height: 100%;
}
.l-footer__bottom {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-color: #457787;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 1920px;
  height: min(4.6875vw, 90px);
  font-size: min(0.8333333333vw, 16px);
  line-height: 1;
  letter-spacing: 0.05em;
  color: #FFFFFF;
  padding: 0 min(3.125vw, 60px) 0 min(2.0833333333vw, 40px);
}
@media screen and (max-width: 767px) {
  .l-footer__bottom {
    justify-content: center;
    gap: 5.3333333333vw;
    height: 18.6666666667vw;
    font-size: 2.4vw;
    padding: 8vw 0;
  }
}
.l-footer__bottom .list-items {
  display: flex;
  flex-flow: row nowrap;
}
.l-footer__bottom .list-items .list-item {
  width: -moz-fit-content;
  width: fit-content;
}
.l-footer__bottom .list-items .list-item a {
  text-decoration: underline;
}
.l-footer__bottom .copyright {
  width: -moz-fit-content;
  width: fit-content;
}

@media screen and (min-width: 768px) {
  .overlay__nav {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .overlay__nav {
    position: fixed;
    z-index: 1000;
    top: 0;
    right: 0;
    width: 73.3333333333vw;
    height: 100vh;
    pointer-events: none;
    transform: translateX(100%);
    transition: transform 0.3s ease;
    background-color: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(8px);
  }
  .overlay__nav.is-active {
    transform: translateX(0);
    pointer-events: all;
  }
  .overlay__nav > ul {
    position: absolute;
    z-index: 999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -60%);
    display: flex;
    flex-flow: column nowrap;
    gap: 16vw;
    align-items: center;
  }
  .overlay__nav > ul li a {
    pointer-events: auto;
    position: relative;
    display: block;
    font-size: 4vw;
    line-height: 1;
    letter-spacing: 0.15em;
    transition-property: color;
    transition-duration: 0.3s;
    transition-timing-function: ease;
  }
  .overlay__nav > ul li a::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -1.6vw;
    transform: translateX(-50%);
    background-color: #28A2C9;
    width: 0%;
    max-width: min(2.6041666667vw, 50px);
    height: 0.1333333333vw;
    transition-property: width;
    transition-duration: 0.3s;
    transition-timing-function: ease;
  }
  .overlay__nav > ul li a:hover {
    color: #28A2C9;
  }
  .overlay__nav > ul li a:hover::after {
    width: 80%;
  }
  @supports (-webkit-overflow-scrolling: touch) {
    .overlay__nav > ul li a:hover {
      color: #28A2C9;
    }
    .overlay__nav > ul li a:hover::after {
      width: 80%;
    }
    .overlay__nav > ul li a:active {
      color: #28A2C9;
    }
    .overlay__nav > ul li a:active::after {
      width: 80%;
    }
  }
}

.c-button {
  background-color: #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 1rem;
  opacity: 1;
  transition: opacity 0.3s ease;
}
.c-button:hover {
  opacity: 0.8;
}

.s-mv {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  width: 100%;
  padding-bottom: min(3.6458333333vw, 70px);
}
@media screen and (max-width: 767px) {
  .s-mv {
    padding-bottom: 10.6666666667vw;
  }
}
.s-mv__inner {
  position: relative;
  width: 100%;
  height: min(48.9583333333vw, 940px);
}
@media screen and (max-width: 767px) {
  .s-mv__inner {
    height: 156vw;
  }
}
.s-mv__inner::before {
  content: "";
  position: absolute;
  top: max(-7.2916666667vw, -140px);
  left: 0;
  background-image: url("../image/top/bg_mv.webp");
  background-size: min(60.0520833333vw, 1153px) min(49.7916666667vw, 956px);
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .s-mv__inner::before {
    top: -20vw;
    background-image: url("../image/top/bg_mv-sp.webp");
    background-size: 100% auto;
  }
}
.s-mv .bento {
  position: relative;
  width: 100%;
  height: 100%;
}
.s-mv .bento .image {
  position: absolute;
  opacity: 0;
  filter: blur(min(0.5208333333vw, 10px));
  transition: opacity 0.9s ease, filter 0.9s ease;
}
.s-mv .bento .image img {
  border-radius: 0;
  transition: border-radius 0.9s ease;
}
.s-mv .bento .image--01 {
  bottom: 0;
  right: min(81.7708333333vw, 1570px);
  width: min(17.96875vw, 345px);
  transition-delay: 0.4s;
}
@media screen and (max-width: 767px) {
  .s-mv .bento .image--01 {
    bottom: 32vw;
    right: 72vw;
    width: 28vw;
  }
}
.s-mv .bento .image--02 {
  bottom: 0;
  right: min(53.6458333333vw, 1030px);
  width: min(27.0833333333vw, 520px);
  transition-delay: 0.25s;
}
@media screen and (max-width: 767px) {
  .s-mv .bento .image--02 {
    top: 0;
    bottom: auto;
    right: 0;
    width: 25.3333333333vw;
  }
}
.s-mv .bento .image--03 {
  top: 0;
  right: 0;
  width: min(52.6041666667vw, 1010px);
  transition-delay: 0s;
}
@media screen and (max-width: 767px) {
  .s-mv .bento .image--03 {
    top: auto;
    bottom: 32vw;
    right: 0;
    width: 70vw;
  }
}
.s-mv .bento .image--04 {
  bottom: 0;
  right: min(25vw, 480px);
  width: min(27.6041666667vw, 530px);
  transition-delay: 0.55s;
}
@media screen and (max-width: 767px) {
  .s-mv .bento .image--04 {
    right: 45.3333333333vw;
    width: 54.6666666667vw;
  }
}
.s-mv .bento .image--05 {
  bottom: 0;
  right: 0;
  width: min(23.9583333333vw, 460px);
  transition-delay: 0.7s;
}
@media screen and (max-width: 767px) {
  .s-mv .bento .image--05 {
    width: 43.3333333333vw;
  }
}
.s-mv .copy {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  filter: blur(min(0.3125vw, 6px));
  transition: opacity 0.9s ease 0.3s, filter 0.9s ease 0.3s;
}
.s-mv .copy__main {
  position: absolute;
  top: min(2.6041666667vw, 50px);
  right: min(57.8125vw, 1110px);
  width: min(13.3333333333vw, 256px);
  filter: drop-shadow(0 0 min(0.78125vw, 15px) #ffffff);
}
@media screen and (max-width: 767px) {
  .s-mv .copy__main {
    top: 2vw;
    right: 31.3333333333vw;
    width: 32vw;
  }
}
.s-mv .copy__sub {
  position: absolute;
  top: min(6.7708333333vw, 130px);
  right: min(74.4791666667vw, 1430px);
  width: min(3.75vw, 72px);
  filter: drop-shadow(0 0 min(0.78125vw, 15px) #ffffff);
}
@media screen and (max-width: 767px) {
  .s-mv .copy__sub {
    top: 12vw;
    right: 72.6666666667vw;
    width: 10.6666666667vw;
  }
}
.s-mv.is-loaded .bento .image {
  opacity: 1;
  filter: blur(0);
}
.s-mv.is-copy-visible .copy {
  opacity: 1;
  filter: blur(0);
}
.s-mv.is-rounded .bento .image--01 img {
  border-radius: 0 0 min(7.8125vw, 150px) 0;
}
@media screen and (max-width: 767px) {
  .s-mv.is-rounded .bento .image--01 img {
    border-radius: 0 10.6666666667vw 0 10.6666666667vw;
  }
}
.s-mv.is-rounded .bento .image--02 img {
  border-radius: 0 min(7.8125vw, 150px) 0 min(7.8125vw, 150px);
}
@media screen and (max-width: 767px) {
  .s-mv.is-rounded .bento .image--02 img {
    border-radius: 13.3333333333vw 0 0 0;
  }
}
.s-mv.is-rounded .bento .image--03 img {
  border-radius: min(17.7083333333vw, 340px) 0 min(7.8125vw, 150px) 0;
}
@media screen and (max-width: 767px) {
  .s-mv.is-rounded .bento .image--03 img {
    border-radius: 29.3333333333vw 0 10.6666666667vw 0;
  }
}
.s-mv.is-rounded .bento .image--04 img {
  border-radius: min(5.2083333333vw, 100px) 0 min(5.2083333333vw, 100px) 0;
}
@media screen and (max-width: 767px) {
  .s-mv.is-rounded .bento .image--04 img {
    border-radius: 10.6666666667vw 0 10.6666666667vw 0;
  }
}
.s-mv.is-rounded .bento .image--05 img {
  border-radius: 0 min(5.2083333333vw, 100px) 0 min(5.2083333333vw, 100px);
}
@media screen and (max-width: 767px) {
  .s-mv.is-rounded .bento .image--05 img {
    border-radius: 0 10.6666666667vw 0 10.6666666667vw;
  }
}
@media (prefers-reduced-motion: reduce) {
  .s-mv .bento .image,
  .s-mv .copy {
    opacity: 1;
    filter: none;
    transition: none;
  }
  .s-mv .bento .image img {
    transition: none;
  }
}

.s-message {
  width: 100%;
}
.s-message__inner {
  width: 100%;
  padding: min(6.25vw, 120px) 0 min(7.8125vw, 150px);
}
@media screen and (max-width: 767px) {
  .s-message__inner {
    padding: 18.6666666667vw 0 14.6666666667vw;
  }
}
.s-message__content {
  display: grid;
  grid-template-columns: min(26.0416666667vw, 500px) auto;
  -moz-column-gap: min(5.2083333333vw, 100px);
       column-gap: min(5.2083333333vw, 100px);
  width: 100%;
  max-width: min(73.4375vw, 1410px);
  margin: min(6.25vw, 120px) auto 0;
}
@media screen and (max-width: 767px) {
  .s-message__content {
    grid-template-columns: 1fr;
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 10.6666666667vw;
    max-width: none;
    margin: 10.6666666667vw auto 0;
  }
}
@media screen and (max-width: 767px) {
  .s-message__content .president {
    width: 73.3333333333vw;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .s-message__content .text {
    padding: 0 7.3333333333vw;
  }
}
.s-message__content .text h3 {
  font-size: min(1.3541666667vw, 26px);
  line-height: 1.9;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .s-message__content .text h3 {
    font-size: 4.5333333333vw;
  }
}
.s-message__content .text p {
  font-size: min(0.9375vw, 18px);
  line-height: 2.1;
  letter-spacing: 0.05em;
  margin: min(3.125vw, 60px) 0 min(2.6041666667vw, 50px);
}
@media screen and (min-width: 768px) {
  .s-message__content .text p {
    white-space: nowrap;
  }
}
@media screen and (max-width: 767px) {
  .s-message__content .text p {
    font-size: 3.2vw;
    letter-spacing: normal;
    margin: 9.3333333333vw 0 8vw;
  }
}
.s-message__content .text p + p {
  font-size: min(1.5625vw, 30px);
  line-height: 1.6;
  text-align: right;
  margin: 0;
}
.s-message__content .text p + p small {
  font-size: min(0.8333333333vw, 16px);
  line-height: 2.2;
}
.s-message__content .text p + p span {
  display: inline-block;
  font-size: min(0.9375vw, 18px);
  line-height: 2.2;
  margin-right: min(0.5208333333vw, 10px);
}
@media screen and (max-width: 767px) {
  .s-message__content .text p + p {
    font-size: 4vw;
  }
  .s-message__content .text p + p small {
    font-size: 2.1333333333vw;
  }
  .s-message__content .text p + p span {
    font-size: 2.4vw;
    margin-right: 1.3333333333vw;
  }
}

.s-organization {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  width: 100%;
}
.s-organization__inner {
  background-color: #F1F9FB;
  width: 100%;
  padding: min(9.375vw, 180px) 0;
}
@media screen and (max-width: 767px) {
  .s-organization__inner {
    padding: 16vw 8vw;
  }
}
.s-organization__content {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  gap: min(6.5104166667vw, 125px);
}
@media screen and (max-width: 767px) {
  .s-organization__content {
    flex-flow: column nowrap;
    gap: 10.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .s-organization__content .section-title {
    text-align: left;
  }
  .s-organization__content .section-title::after {
    left: 0;
    --section-title-line-shift: 0%;
  }
}
.s-organization__content .chart {
  width: min(55.7291666667vw, 1070px);
}
@media screen and (max-width: 767px) {
  .s-organization__content .chart {
    width: 100%;
  }
}

.s-history {
  width: 100%;
}
.s-history__inner {
  background-color: #FBFEFF;
  width: 100%;
  padding: min(7.2916666667vw, 140px) 0 min(13.0208333333vw, 250px);
}
@media screen and (max-width: 767px) {
  .s-history__inner {
    padding: 16vw 0 8vw;
  }
}
.s-history .table {
  background-color: #FFFFFF;
  width: min(51.5625vw, 990px);
  margin: min(4.1666666667vw, 80px) auto 0;
}
@media screen and (max-width: 767px) {
  .s-history .table {
    width: 100%;
    padding: 0 5.3333333333vw;
    margin: 10.6666666667vw 0 0;
  }
}
.s-history .table table {
  overflow: hidden;
  border-radius: min(0.5208333333vw, 10px);
  width: 100%;
}
@media screen and (max-width: 767px) {
  .s-history .table table {
    border-radius: 1.3333333333vw;
  }
}
.s-history .table table tr {
  border-bottom: min(0.0520833333vw, 1px) solid #E5EFF1;
  display: grid;
  grid-template-columns: min(10.4166666667vw, 200px) auto;
  min-height: min(3.6458333333vw, 70px);
}
@media screen and (max-width: 767px) {
  .s-history .table table tr {
    border-bottom-width: 0.1333333333vw;
    grid-template-columns: 17.3333333333vw auto;
    min-height: 12.6666666667vw;
  }
}
.s-history .table table tr + tr {
  border-top: min(0.0520833333vw, 1px) solid #E5EFF1;
}
@media screen and (max-width: 767px) {
  .s-history .table table tr + tr {
    border-top-width: 0.1333333333vw;
  }
}
.s-history .table table tr:last-child {
  border-bottom: none;
}
.s-history .table table tr td:first-child {
  background-color: #F0F7F9;
  display: flex;
  justify-content: center;
  font-weight: 500;
  font-size: min(0.8333333333vw, 16px);
  line-height: 1.8;
  padding-top: min(1.5625vw, 30px);
}
@media screen and (max-width: 767px) {
  .s-history .table table tr td:first-child {
    font-size: 2.6666666667vw;
    padding-top: 4vw;
  }
}
.s-history .table table tr td:last-child {
  display: flex;
  align-items: center;
  font-size: min(0.8333333333vw, 16px);
  line-height: 1.8;
  letter-spacing: 0.05em;
  padding: min(1.5625vw, 30px) 0 min(1.5625vw, 30px) min(2.6041666667vw, 50px);
}
@media screen and (max-width: 767px) {
  .s-history .table table tr td:last-child {
    font-size: 2.6666666667vw;
    padding: 4vw 5.3333333333vw 4vw 5.3333333333vw;
  }
}

body#top .l-main {
  padding-top: min(7.2916666667vw, 140px);
}
@media screen and (max-width: 767px) {
  body#top .l-main {
    padding-top: 20vw;
  }
}

body#overview .l-main {
  padding-top: min(13.0208333333vw, 250px);
}
@media screen and (max-width: 767px) {
  body#overview .l-main {
    padding-top: 21.3333333333vw;
  }
}
body#overview .table {
  background-color: #FFFFFF;
  width: min(54.1666666667vw, 1040px);
  margin: min(4.1666666667vw, 80px) auto 0;
}
@media screen and (max-width: 767px) {
  body#overview .table {
    width: 100%;
    padding: 0 5.3333333333vw;
    margin: 10.6666666667vw 0 0;
  }
}
body#overview .table table {
  overflow: hidden;
  border-radius: min(0.5208333333vw, 10px);
  width: 100%;
}
@media screen and (max-width: 767px) {
  body#overview .table table {
    border-radius: 1.3333333333vw;
  }
}
body#overview .table table tr {
  border-bottom: min(0.0520833333vw, 1px) solid #E5EFF1;
  display: grid;
  grid-template-columns: min(14.0625vw, 270px) auto;
  min-height: min(3.6458333333vw, 70px);
}
@media screen and (max-width: 767px) {
  body#overview .table table tr {
    border-bottom-width: 0.1333333333vw;
    grid-template-columns: 20vw auto;
    min-height: 12.6666666667vw;
  }
}
body#overview .table table tr + tr {
  border-top: min(0.0520833333vw, 1px) solid #E5EFF1;
}
@media screen and (max-width: 767px) {
  body#overview .table table tr + tr {
    border-top-width: 0.1333333333vw;
  }
}
body#overview .table table tr:last-child {
  border-bottom: none;
}
body#overview .table table tr td:first-child {
  background-color: #F0F7F9;
  display: flex;
  font-weight: 500;
  font-size: min(0.8333333333vw, 16px);
  line-height: 1.5;
  padding: min(1.5625vw, 30px) 0 min(1.5625vw, 30px) min(2.6041666667vw, 50px);
}
@media screen and (max-width: 767px) {
  body#overview .table table tr td:first-child {
    justify-content: center;
    font-size: 2.6666666667vw;
    padding: 4.6666666667vw 0 0;
  }
}
body#overview .table table tr td:last-child {
  display: flex;
  align-items: center;
  font-size: min(0.8333333333vw, 16px);
  line-height: 1.5;
  letter-spacing: 0.05em;
  padding: min(1.5625vw, 30px) 0 min(1.5625vw, 30px) min(2.6041666667vw, 50px);
}
@media screen and (max-width: 767px) {
  body#overview .table table tr td:last-child {
    font-size: 2.6666666667vw;
    padding: 4.6666666667vw 4.6666666667vw;
  }
}
body#overview .table table tr td.nested {
  gap: min(5.2083333333vw, 100px);
  padding: 0 0 0 min(2.6041666667vw, 50px);
}
@media screen and (max-width: 767px) {
  body#overview .table table tr td.nested {
    gap: 5.3333333333vw;
    padding: 0 0 0 4.6666666667vw;
  }
}
body#overview .table table tr td.nested ul {
  display: flex;
  flex-flow: column nowrap;
}
body#overview .table table tr td.nested ul li {
  display: flex;
  flex-flow: row nowrap;
  gap: 1em;
  padding: min(0.78125vw, 15px) 0;
}
@media screen and (max-width: 767px) {
  body#overview .table table tr td.nested ul li {
    flex-flow: column nowrap;
    gap: 0.6666666667vw;
    padding: 2.6666666667vw 0;
  }
}
body#overview .table table tr td.nested ul li p {
  font-size: min(0.8333333333vw, 16px);
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  body#overview .table table tr td.nested ul li p {
    font-size: 2.4vw;
  }
}
body#overview .table table tr td.nested ul li p a {
  text-decoration: underline;
  color: #28A2C9;
}
body#overview .table table tr td.nested ul li p a::before {
  content: "";
  background-image: url("../image/icon_pdf.svg");
  background-size: 100% auto;
  background-position: center;
  display: inline-block;
  width: min(0.7291666667vw, 14px);
  height: auto;
  aspect-ratio: 3/4;
  margin-bottom: -0.2em;
  margin-right: 0.3em;
}
@media screen and (max-width: 767px) {
  body#overview .table table tr td.nested ul li p a::before {
    width: 1.8666666667vw;
    margin-bottom: -0.1em;
  }
}
body#overview .table table tr td.nested ul li p span {
  font-size: min(0.625vw, 12px);
}
@media screen and (max-width: 767px) {
  body#overview .table table tr td.nested ul li p span {
    font-size: 1.8666666667vw;
  }
}
body#overview .s-overview {
  width: 100%;
  margin-bottom: min(7.8125vw, 150px);
}
@media screen and (max-width: 767px) {
  body#overview .s-overview {
    margin-bottom: 16vw;
  }
}
body#overview .s-overview__inner {
  width: 100%;
}
body#overview .s-member {
  width: 100%;
  margin-bottom: min(7.8125vw, 150px);
}
@media screen and (max-width: 767px) {
  body#overview .s-member {
    margin-bottom: 16vw;
  }
}
body#overview .s-member__inner {
  width: 100%;
}
body#overview .s-member__content {
  font-size: min(1.25vw, 24px);
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: center;
  margin-top: min(1.0416666667vw, 20px);
}
@media screen and (max-width: 767px) {
  body#overview .s-member__content {
    font-size: 3.2vw;
    margin-top: 2.6666666667vw;
  }
}
body#overview .s-advertise {
  width: 100%;
  margin-bottom: min(9.375vw, 180px);
}
@media screen and (max-width: 767px) {
  body#overview .s-advertise {
    margin-bottom: 8vw;
  }
}
body#overview .s-advertise__inner {
  width: 100%;
}

.site-title {
  pointer-events: none;
  z-index: 1001;
  position: absolute;
  top: 0;
  width: 100%;
  padding-top: min(2.6041666667vw, 50px);
  padding-left: min(10.6770833333vw, 205px);
}
@media screen and (max-width: 767px) {
  .site-title {
    padding-top: 5.3333333333vw;
    padding-left: 0;
  }
}
.site-title h1 {
  font-size: min(0.8333333333vw, 16px);
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .site-title h1 {
    font-size: 2.9333333333vw;
    text-align: center;
  }
}

body:has(.overlay__nav.is-active) .site-title {
  z-index: 999;
}

.section-title {
  --section-title-line-shift: -50%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  position: relative;
  text-align: center;
  padding-bottom: min(1.5625vw, 30px);
}
@media screen and (max-width: 767px) {
  .section-title {
    padding-bottom: 4vw;
  }
}
.section-title::after {
  content: "";
  position: relative;
  left: 50%;
  bottom: max(-1.3020833333vw, -25px);
  transform: translateX(var(--section-title-line-shift)) scaleX(0);
  transform-origin: left center;
  background-image: linear-gradient(to left, #84E2E0 0%, #BFD944 100%);
  display: block;
  width: min(6.25vw, 120px);
  height: min(0.3125vw, 6px);
  transition: transform 0.8s ease;
}
@media screen and (max-width: 767px) {
  .section-title::after {
    bottom: -3.3333333333vw;
    width: 16vw;
    height: 0.8vw;
  }
}
.section-title.is-line-animated::after {
  transform: translateX(var(--section-title-line-shift)) scaleX(1);
}
.section-title > p {
  font-size: min(1.0416666667vw, 20px);
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .section-title > p {
    font-size: 2.6666666667vw;
  }
}
.section-title > h2 {
  font-size: min(2.6041666667vw, 50px);
  line-height: 1;
  letter-spacing: 0.05em;
  margin-top: min(0.5208333333vw, 10px);
}
@media screen and (max-width: 767px) {
  .section-title > h2 {
    font-size: 6.6666666667vw;
    margin-top: 1.3333333333vw;
  }
}
@media (prefers-reduced-motion: reduce) {
  .section-title::after {
    transform: translateX(var(--section-title-line-shift)) scaleX(1);
    transition: none;
  }
}/*# sourceMappingURL=style.css.map */