@charset "UTF-8";
/*! destyle.css v4.0.0 | 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;
}

/* 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: normal;
}

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-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-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;
}

:root {
  --base-color: #1b1b1b;
  --main-color: #0060b0;
  --accent-color: #ff7f50;
  --bg-border-color: #fdefe0;
  --brown: #7c5d44;
  --vw: 1vw;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: YakuHanJP, "游ゴシック体", YuGothic, " Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-optical-sizing: auto;
  font-size: 16px;
  line-height: 1.5;
  position: relative;
  color: var(--base-color);
}
body:has(.open) {
  overflow: hidden;
}

img,
video {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .sp-content {
    display: none;
  }
}

.pc-content {
  display: none;
}
@media screen and (min-width: 768px) {
  .pc-content {
    display: initial;
  }
}

.inline-block {
  display: inline-block;
}

b {
  color: var(--accent-color);
  border-bottom: 2px dotted #fc926b;
  padding-bototm: 0.2rem;
}

.page-inner {
  max-width: 1380px;
  margin-inline: auto;
  padding-inline: clamp(25px, 6.6666666667vw, 50px);
  width: 100%;
}

.m-plus {
  font-family: "M PLUS Rounded 1c", sans-serif;
}

.hind {
  font-family: "Hind", sans-serif;
}

.biz-ud {
  font-family: "BIZ UD Gothic", sans-serif;
}

.serif {
  font-family: "Noto Serif JP", serif;
}

.modal {
  opacity: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  height: 100dvh;
  max-height: 100vh;
  overflow-y: auto;
  pointer-events: none;
  background-color: rgba(229, 149, 88, 0.6431372549);
  display: grid;
  place-content: center;
  z-index: 99;
  transition: opacity 0.5s;
}
.modal.open {
  opacity: 1;
  pointer-events: auto;
}
.modal.open .modal-content {
  transform: scale(1);
}
.modal .page-inner {
  padding-inline: clamp(15px, 4vw, 30px);
}
.modal .modal-content {
  background-color: #fffdf5;
  border-radius: clamp(12px, 3.2vw, 24px);
  padding: clamp(15px, 4vw, 30px);
  transform: scale(0);
  transition: transform 0.5s;
}

hr {
  border: none;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 8px;
  height: auto;
}
hr::before {
  content: "";
  display: block;
  background-image: linear-gradient(to right, var(--main-color) 20px, transparent 0);
  background-size: 22px 1px;
  background-repeat: repeat-x;
  background-position: left bottom;
  height: 2px;
  width: 100%;
}
hr::after {
  content: "";
  display: block;
  width: 50px;
  height: 45px;
  -webkit-mask-image: url(../svg/plane-icon.svg);
          mask-image: url(../svg/plane-icon.svg);
  background-color: var(--main-color);
}
hr.pc-content {
  display: none;
}
@media screen and (min-width: 768px) {
  hr.pc-content {
    display: grid;
  }
}

.history-wrapper {
  --history-color_01: #0060b0;
  --history-color_02: #0072c3;
  --history-color_03: #0084d4;
  --history-color_04: #0199e1;
  --history-color_05: #ff7f50;
  --history-color_06: #ff7f50;
  margin-top: 67px;
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
}
.history-wrapper .history-list {
  z-index: 1;
  grid-column: 1/2;
  grid-row: 1/2;
  background: linear-gradient(0deg, rgb(255, 127, 80) 0%, rgb(255, 175, 140) 19%, rgb(7, 156, 225) 42%, rgb(0, 96, 176) 100%);
  background-size: 30px 100%;
  background-repeat: no-repeat;
  padding-left: 20px;
  padding-bottom: 30px;
}
@media screen and (min-width: 1210px) {
  .history-wrapper .history-list {
    background-image: url(../img/about/about_04.png);
    background-repeat: no-repeat;
    background-size: contain;
    padding-left: 0;
    padding-bottom: 0;
  }
}
.history-wrapper .history-list .history-item:nth-child(1) {
  color: var(--history-color_01);
  translate: -1px -13px;
}
.history-wrapper .history-list .history-item:nth-child(2) {
  color: var(--history-color_02);
  margin-top: 135px;
}
@media screen and (min-width: 1210px) {
  .history-wrapper .history-list .history-item:nth-child(2) {
    margin-top: 178px;
    margin-left: 135px;
  }
}
.history-wrapper .history-list .history-item:nth-child(3) {
  color: var(--history-color_03);
  margin-top: 140px;
}
@media screen and (min-width: 1210px) {
  .history-wrapper .history-list .history-item:nth-child(3) {
    margin-top: 76px;
    margin-left: 187px;
  }
}
.history-wrapper .history-list .history-item:nth-child(4) {
  color: var(--history-color_04);
  margin-top: 110px;
}
@media screen and (min-width: 1210px) {
  .history-wrapper .history-list .history-item:nth-child(4) {
    margin-top: 82px;
    margin-left: 210px;
  }
}
.history-wrapper .history-list .history-item:nth-child(5) {
  color: var(--history-color_05);
  margin-top: 145px;
}
@media screen and (min-width: 1210px) {
  .history-wrapper .history-list .history-item:nth-child(5) {
    margin-top: 91px;
    margin-left: 230px;
  }
}
.history-wrapper .history-list .history-item:nth-child(6) {
  color: var(--history-color_06);
  margin-top: 110px;
}
@media screen and (min-width: 1210px) {
  .history-wrapper .history-list .history-item:nth-child(6) {
    margin-top: 80px;
    margin-left: 240px;
  }
}
.history-wrapper .history-list .history-item {
  position: relative;
  display: grid;
  grid-template-columns: auto auto 1fr;
}
.history-wrapper .history-list .history-item::before, .history-wrapper .history-list .history-item::after {
  content: "";
  display: block;
  background-color: currentColor;
  align-self: center;
}
.history-wrapper .history-list .history-item::before {
  width: 20px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  grid-column: 1/2;
  grid-row: 1/2;
}
.history-wrapper .history-list .history-item::after {
  width: 30px;
  height: 2px;
  grid-column: 2/3;
  grid-row: 1/2;
  margin-right: 30px;
}
@media screen and (min-width: 1210px) {
  .history-wrapper .history-list .history-item::after {
    width: 100px;
    height: 4px;
  }
}
.history-wrapper .history-list .history-dt {
  font-size: 2.5rem;
  line-height: 1;
  font-weight: bold;
  grid-column: 3/4;
  align-self: center;
}
.history-wrapper .history-list .history-dd {
  grid-column: 3/4;
  grid-row: 2/3;
  color: var(--base-color);
}

.header {
  background-color: white;
  padding-top: clamp(15px, 4vw, 30px);
}
@media screen and (min-width: 768px) {
  .header {
    padding-top: 35px;
  }
}
.header > .page-inner {
  display: flex;
  align-items: center;
  -moz-column-gap: clamp(15px, 4vw, 30px);
       column-gap: clamp(15px, 4vw, 30px);
}
@media screen and (min-width: 768px) {
  .header > .page-inner {
    -moz-column-gap: 36px;
         column-gap: 36px;
  }
}
.header > .page-inner .btn {
  color: white;
  background-color: var(--main-color);
  border-radius: 100vw;
  font-size: clamp(7.5px, 2vw, 15px);
  padding-inline: clamp(6.5px, 1.7333333333vw, 13px);
  padding-block: clamp(2.5px, 0.6666666667vw, 5px);
}
@media screen and (min-width: 768px) {
  .header > .page-inner .btn {
    font-size: 1rem;
    padding-inline: 25px;
    padding-block: 4px 3px;
    transform: translateY(-50%);
  }
}
.header .page-inner {
  padding-inline: clamp(10px, 2.6666666667vw, 20px);
}
@media screen and (min-width: 768px) {
  .header .page-inner {
    max-width: 1289px;
  }
}
.header .logo {
  width: clamp(150px, 40vw, 300px);
}
@media screen and (min-width: 768px) {
  .header .logo {
    width: 47vw;
    max-width: 424px;
  }
}
.header #navMenu {
  position: fixed;
  top: 0;
  pointer-events: none;
  background-image: repeating-linear-gradient(90deg, var(--bg-border-color), var(--bg-border-color) 1px, transparent 1px, transparent 30px), repeating-linear-gradient(0deg, var(--bg-border-color), var(--bg-border-color) 1px, #fffbf9 1px, #fffbf9 30px);
  background-position: center;
  background-size: 30px 30px;
  width: 100%;
  height: 100svh;
  padding-block: clamp(100px, 26.6666666667vw, 200px) clamp(25px, 6.6666666667vw, 50px);
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  z-index: 999;
  overflow-y: scroll;
}
@media screen and (min-width: 768px) {
  .header #navMenu {
    padding-block: 50px;
  }
}
.header #navMenu.open {
  opacity: 1;
  pointer-events: auto;
}
.header #navMenu .nav-logo.pc-content {
  max-width: 100%;
  width: 422px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .header #navMenu .nav-logo.pc-content {
    display: block;
  }
}
.header #navMenu .project-logo {
  max-width: 500px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .header #navMenu .project-logo {
    max-width: 680px;
    margin-top: 48px;
  }
}
.header #navMenu .nav-list {
  display: grid;
  margin-top: clamp(30px, 8vw, 60px);
  padding-inline: clamp(5px, 1.3333333333vw, 10px);
  row-gap: clamp(20px, 5.3333333333vw, 40px);
  font-size: clamp(13px, 3.4666666667vw, 26px);
}
@media screen and (min-width: 768px) {
  .header #navMenu .nav-list {
    grid-template-columns: 1fr auto;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 950px;
    margin-inline: auto;
    -moz-column-gap: 30px;
         column-gap: 30px;
    row-gap: 30px;
  }
}
.header #navMenu .nav-list .nav-list-item a {
  background-color: #fbf4e8;
  padding-inline: clamp(30px, 8vw, 60px);
  padding-block: clamp(12.5px, 3.3333333333vw, 25px);
  border-radius: 100vw;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  display: grid;
  grid-template-columns: auto 1fr;
  -moz-column-gap: clamp(10px, 2.6666666667vw, 20px);
       column-gap: clamp(10px, 2.6666666667vw, 20px);
  align-items: center;
  color: var(--accent-color);
  transition: background-color 0.3s, color 0.3s;
}
@media screen and (min-width: 768px) {
  .header #navMenu .nav-list .nav-list-item a {
    font-size: 20px;
    padding-inline: 26px;
    padding-block: 12px;
  }
}
.header #navMenu .nav-list .nav-list-item a::before {
  content: "";
  display: block;
  width: clamp(25px, 6.6666666667vw, 50px);
  aspect-ratio: 1/0.9;
  -webkit-mask-image: url(../svg/plane-icon.svg);
          mask-image: url(../svg/plane-icon.svg);
  background-color: currentColor;
}
@media screen and (min-width: 768px) {
  .header #navMenu .nav-list .nav-list-item a::before {
    width: 30px;
  }
}
.header #navMenu .nav-list .nav-list-item a:hover {
  background-color: #ffaf91;
  color: white;
}
@media screen and (min-width: 768px) {
  .header #navMenu .nav-list .nav-list-item_home {
    grid-column: span 2;
  }
}
.header #navMenu .nav-list .nav-list-item_home a {
  background-color: #f4f2f0;
  padding-block: clamp(4.5px, 1.2vw, 9px);
  font-size: clamp(13px, 3.4666666667vw, 26px);
  padding-inline: clamp(7px, 1.8666666667vw, 14px) 24px;
  -moz-column-gap: clamp(6px, 1.6vw, 12px);
       column-gap: clamp(6px, 1.6vw, 12px);
}
@media screen and (min-width: 768px) {
  .header #navMenu .nav-list .nav-list-item_home a {
    font-size: 20px;
  }
}
.header #navMenu .nav-list .nav-list-item_home a::before {
  rotate: -140deg;
  width: clamp(15px, 4vw, 30px);
}

.footer {
  position: relative;
  background-image: repeating-linear-gradient(90deg, var(--bg-border-color), var(--bg-border-color) 1px, transparent 1px, transparent 30px), repeating-linear-gradient(0deg, var(--bg-border-color), var(--bg-border-color) 1px, #fffbf9 1px, #fffbf9 30px);
  background-position: center;
  background-size: 30px 30px;
  padding-top: clamp(46px, 12.2666666667vw, 92px);
  padding-bottom: clamp(30px, 8vw, 60px);
}
@media screen and (min-width: 768px) {
  .footer {
    padding-top: 40px;
  }
}
@media screen and (min-width: 768px) {
  .footer .page-inner {
    display: grid;
    grid-template-columns: auto auto;
    -moz-column-gap: 80px;
         column-gap: 80px;
  }
}
.footer .footer-logo {
  display: block;
  width: 73%;
  margin-inline: auto;
  margin-bottom: clamp(18.5px, 4.9333333333vw, 37px);
}
@media screen and (min-width: 768px) {
  .footer .footer-logo {
    width: 100%;
    max-width: 430px;
    margin-inline: 0;
    margin-bottom: 0;
  }
}
.footer .footer-project-logo {
  width: 94%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .footer .footer-project-logo {
    max-width: 400px;
    width: 100%;
    margin-inline: 0;
  }
}
.footer .nav {
  margin-top: clamp(34.5px, 9.2vw, 69px);
  padding-inline: clamp(21px, 5.6vw, 42px);
}
@media screen and (min-width: 768px) {
  .footer .nav {
    grid-column: 1/3;
    margin-top: 0;
  }
}
@media screen and (min-width: 1210px) {
  .footer .nav {
    grid-column: 2/3;
  }
}
.footer .nav-list {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(10px, 2.6666666667vw, 20px);
}
@media screen and (min-width: 768px) {
  .footer .nav-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    max-width: 740px;
    margin-inline-start: auto;
  }
}
.footer .nav-list-item {
  position: relative;
  border-radius: 100vw;
  transition: background-color 0.3s, color 0.3s;
}
@media screen and (min-width: 768px) {
  .footer .nav-list-item:hover {
    background-color: #fbf4e8;
    color: var(--accent-color);
  }
  .footer .nav-list-item:hover a::before, .footer .nav-list-item:hover a::after {
    -webkit-mask-position: 0;
            mask-position: 0;
  }
  .footer .nav-list-item:hover a::before {
    opacity: 0;
  }
  .footer .nav-list-item:hover a::after {
    opacity: 1;
  }
}
.footer .nav-list-item:hover::after {
  display: none;
}
@media screen and (min-width: 768px) {
  .footer .nav-list-item::after {
    content: "";
    position: absolute;
    display: block;
    background-color: var(--accent-color);
    width: 10px;
    aspect-ratio: 1/1.4;
    border-radius: 50%;
    left: 7%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.footer .nav-list-item a {
  border-radius: 100vw;
  background-color: #fbf4e8;
  font-size: clamp(13px, 3.4666666667vw, 26px);
  text-align: center;
  padding-inline: clamp(16px, 4.2666666667vw, 32px);
  padding-block: clamp(4px, 1.0666666667vw, 8px);
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .footer .nav-list-item a {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 5px;
    padding-inline: 12px;
    padding-block: 8px;
    font-size: 1.1rem;
    background: none;
    text-align: left;
    width: 100%;
  }
}
.footer .nav-list-item a::before, .footer .nav-list-item a::after {
  display: block;
  width: 20px;
  aspect-ratio: 1/1;
  -webkit-mask-image: url(../svg/plane-icon.svg);
          mask-image: url(../svg/plane-icon.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: currentColor;
  transition: -webkit-mask-position 0.3s;
  transition: mask-position 0.3s;
  transition: mask-position 0.3s, -webkit-mask-position 0.3s;
  grid-column: 1/2;
  grid-row: 1/2;
}
@media screen and (min-width: 768px) {
  .footer .nav-list-item a::before, .footer .nav-list-item a::after {
    content: "";
  }
}
.footer .nav-list-item a::before {
  -webkit-mask-position: 20px 50%;
          mask-position: 20px 50%;
  opacity: 1;
}
.footer .nav-list-item a::after {
  opacity: 0;
  -webkit-mask-position: -20px 50%;
          mask-position: -20px 50%;
}
.footer small {
  display: block;
  margin-top: clamp(65px, 17.3333333333vw, 130px);
  text-align: center;
  font-size: clamp(13px, 3.4666666667vw, 26px);
}
@media screen and (min-width: 768px) {
  .footer small {
    margin-top: 70px;
    font-size: 0.8rem;
    text-align: right;
    max-width: 1380px;
    margin-inline: auto;
    padding-inline: clamp(25px, 6.6666666667vw, 50px);
  }
}

#menuToggle {
  position: fixed;
  z-index: 1000;
  display: grid;
  flex-direction: column;
  top: clamp(10px, 2.6666666667vw, 20px);
  right: 30px;
  width: 50px;
  color: var(--main-color);
  scale: 0.7;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  #menuToggle {
    top: 45px;
    right: 8.55vw;
    scale: 1;
  }
}
#menuToggle .nav-icon {
  width: 100%;
  aspect-ratio: 1/0.6;
  fill: currentColor;
  rotate: 20deg;
  margin-bottom: clamp(5px, 1.3333333333vw, 10px);
  transition: rotate 0.5s ease-in-out, margin-bottom 0.8s ease-in-out;
}
#menuToggle span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: currentColor;
}
#menuToggle span + span {
  margin-top: 4px;
  transition: transform 0.5s ease-in-out;
}
#menuToggle::after {
  content: "MENU";
  display: block;
  text-align: center;
  margin-top: clamp(3px, 0.8vw, 6px);
}
#menuToggle.open::after {
  content: "CLOSE";
}
#menuToggle.open span + span {
  transform: translateY(-4px);
}
#menuToggle.open .nav-icon {
  rotate: 0deg;
  margin-bottom: 0;
}

#top-btn {
  cursor: pointer;
  border: 2px solid #2980a2;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  color: #2980a2;
  bottom: 70px;
  right: 20px;
  padding: 5px 10px 0;
  text-align: center;
  transition: color 0.3s ease, background-color 0.3s ease;
  scale: 0.6;
}
#top-btn:hover {
  color: white;
  background-color: #2980a2;
}
@media screen and (min-width: 768px) {
  #top-btn {
    bottom: 100px;
    right: 8.55vw;
    scale: 1;
  }
}
#top-btn::before {
  content: "";
  display: block;
  background-color: currentColor;
  width: 45px;
  aspect-ratio: 1/0.86;
  -webkit-mask-image: url(../svg/plane-icon.svg);
          mask-image: url(../svg/plane-icon.svg);
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  rotate: -90deg;
}

.home {
  background-image: repeating-linear-gradient(90deg, var(--bg-border-color), var(--bg-border-color) 1px, transparent 1px, transparent 30px), repeating-linear-gradient(0deg, var(--bg-border-color), var(--bg-border-color) 1px, #fffbf9 1px, #fffbf9 30px);
  background-position: center;
  background-size: 30px 30px;
}
.home .mv {
  background-color: white;
  color: var(--main-color);
  position: relative;
  padding-top: clamp(21px, 5.6vw, 42px);
  max-width: 1920px;
  margin-inline: auto;
  padding-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .home .mv {
    padding-top: 24px;
  }
}
.home .mv .mv-splide {
  display: flex;
  flex-direction: column-reverse;
  row-gap: 20px;
  z-index: 1;
}
.home .mv .mv-splide::before, .home .mv .mv-splide::after {
  position: absolute;
  display: block;
  bottom: 0;
  width: 100%;
  height: clamp(95px, 25.3333333333vw, 190px);
  transform: translateY(36%);
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .home .mv .mv-splide::before, .home .mv .mv-splide::after {
    transform: translateY(22%);
    height: min(17vw, 272px);
    background-size: contain;
    background-repeat: no-repeat;
  }
}
.home .mv .mv-splide::before {
  background-image: url(../img/home/cloud_01.png);
  z-index: 3;
  background-position: 56%;
}
@media screen and (min-width: 768px) {
  .home .mv .mv-splide::before {
    background-position: 77%;
  }
}
.home .mv .mv-splide::after {
  background-image: url(../img/home/cloud_02.png);
  z-index: -1;
  background-position: 44%;
}
@media screen and (min-width: 768px) {
  .home .mv .mv-splide::after {
    background-position: 10%;
  }
}
.home .mv .splide__arrows {
  position: static;
  z-index: 99;
  width: 100%;
  padding-inline: 80px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .home .mv .splide__arrows {
    max-width: 1164px;
    display: flex;
    align-items: center;
  }
}
.home .mv .splide__arrows .splide__arrow {
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  height: auto;
  opacity: 1;
  transform: none;
  width: 15px;
  border-radius: 0;
  -webkit-mask-image: url(../svg/splide_arrow.svg);
          mask-image: url(../svg/splide_arrow.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  aspect-ratio: 1/2;
  background-color: var(--main-color);
}
.home .mv .splide__arrows .splide__arrow--prev {
  transform: rotate(180deg);
  margin-right: 30px;
}
.home .mv .splide__arrows .hind {
  margin-left: 20px;
  font-size: 1.1rem;
  font-weight: 500;
}
.home .project-about {
  position: relative;
  margin-top: clamp(50px, 13.3333333333vw, 100px);
  padding-top: clamp(60px, 16vw, 120px);
  padding-bottom: clamp(50px, 13.3333333333vw, 100px);
  font-size: clamp(15px, 4vw, 30px);
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .home .project-about {
    margin-top: 138px;
    padding-top: 0;
    font-size: 1rem;
  }
}
.home .project-about .lead {
  line-height: 1.8;
  max-width: 1060px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .home .project-about .lead {
    display: grid;
    grid-template-columns: auto auto;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
}
.home .project-about .lead .lead-title {
  margin-bottom: clamp(44px, 11.7333333333vw, 88px);
}
@media screen and (min-width: 768px) {
  .home .project-about .lead .lead-title {
    width: 100%;
    margin-left: 3.5vw;
    margin-bottom: 30px;
  }
}
.home .project-about .lead .decoration {
  position: absolute;
  right: 0;
  top: 0;
  width: 50vw;
  aspect-ratio: 1/1;
  transform: translate(18%, -6%);
  fill: #ffd6c6;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .home .project-about .lead .decoration {
    position: relative;
    width: 38vw;
    min-width: 250px;
    max-width: 350px;
    fill: #f37d52;
    aspect-ratio: 1/0.7;
    transform: none;
    grid-row: span 3;
  }
}
.home .project-about .lead p + p {
  margin-top: 1.2rem;
}
.home .project-about .lead p:last-child {
  grid-column: span 2;
}
.home .project-about .project-about-nav {
  margin-top: clamp(34px, 9.0666666667vw, 68px);
}
@media screen and (min-width: 768px) {
  .home .project-about .project-about-nav {
    margin-top: 60px;
  }
}
.home .project-about .project-about-nav-list {
  display: grid;
  grid-template-columns: 8% 1fr;
}
@media screen and (min-width: 950px) {
  .home .project-about .project-about-nav-list {
    grid-template-columns: repeat(5, 1fr);
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
.home .project-about .project-about-nav-item {
  display: grid;
  grid-template-columns: subgrid;
  grid-column: span 2;
}
@media screen and (min-width: 950px) {
  .home .project-about .project-about-nav-item {
    display: block;
    grid-column: span 1;
  }
}
@media screen and (min-width: 950px) {
  .home .project-about .project-about-nav-item.more {
    grid-column: span 5;
    margin-top: clamp(47.0588235294px, 5.2287581699vw, 80px);
  }
}
.home .project-about .project-about-nav-item a,
.home .project-about .project-about-nav-item figure {
  display: grid;
  grid-template-columns: subgrid;
  grid-column: span 2;
}
@media screen and (min-width: 950px) {
  .home .project-about .project-about-nav-item a,
  .home .project-about .project-about-nav-item figure {
    display: block;
  }
}
.home .project-about .project-about-nav-item a:hover picture {
  filter: brightness(1.1);
}
@media screen and (min-width: 950px) {
  .home .project-about .project-about-nav-item a:hover figcaption {
    color: #c94819;
  }
}
.home .project-about .project-about-nav-item a picture {
  transition: filter 0.3s;
}
.home .project-about .project-about-nav-item figure picture {
  grid-column: 2/3;
}
.home .project-about .project-about-nav-item figure figcaption {
  grid-column: 1/3;
  color: white;
  background-color: var(--main-color);
  width: -moz-fit-content;
  width: fit-content;
  transform: translateY(-68%);
  font-weight: bold;
  font-size: clamp(18px, 4.8vw, 36px);
  padding-inline: clamp(7.5px, 2vw, 15px);
}
@media screen and (min-width: 950px) {
  .home .project-about .project-about-nav-item figure figcaption {
    transform: none;
    font-size: 1rem;
    background: none;
    color: var(--accent-color);
    margin-top: 15px;
    padding-inline: 3px;
    transition: color 0.3s;
  }
}
.home .noise-about {
  background-color: rgba(235, 231, 225, 0.4196078431);
  padding-top: clamp(35px, 9.3333333333vw, 70px);
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .home .noise-about {
    padding-top: 86px;
  }
}
.home .noise-about .noise-about-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: clamp(31.5px, 8.4vw, 63px);
  color: var(--accent-color);
  padding-inline: 20px;
}
@media screen and (min-width: 768px) {
  .home .noise-about .noise-about-title {
    font-size: clamp(31.7647058824px, 3.5294117647vw, 54px);
    justify-content: flex-start;
    align-items: baseline;
    gap: clamp(35.2941176471px, 3.9215686275vw, 60px);
  }
}
.home .noise-about .noise-about-title::after {
  content: "";
  display: inline-block;
  width: clamp(51.5px, 13.7333333333vw, 103px);
  aspect-ratio: 1/1.18;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/home/plane-noise-icon.png);
}
@media screen and (min-width: 768px) {
  .home .noise-about .noise-about-title::after {
    transform: translateY(8px);
    width: clamp(58.8235294118px, 6.5359477124vw, 100px);
  }
}
.home .noise-about .noise-about-title strong {
  font-size: 110%;
}
.home .noise-about .decoration {
  fill: var(--accent-color);
  width: 100%;
}
.home .noise-about > .decoration {
  max-width: 830px;
  width: 52vw;
  position: absolute;
  left: 50%;
  top: 2.5%;
  fill: #ffb89d;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .home .noise-about > .decoration {
    top: 80px;
    fill: var(--accent-color);
  }
}
.home .noise-about .grid-wrapper {
  margin-top: clamp(28.5px, 7.6vw, 57px);
  display: grid;
  gap: clamp(38px, 10.1333333333vw, 76px);
}
@media screen and (min-width: 768px) {
  .home .noise-about .grid-wrapper {
    margin-top: 130px;
    margin-left: 20px;
    gap: 93px;
  }
}
.home .noise-about .grid-wrapper .sub-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: clamp(52.5px, 14vw, 105px);
}
@media screen and (min-width: 768px) {
  .home .noise-about .grid-wrapper .sub-grid {
    grid-column: span 2;
    gap: clamp(100px, 11.1111111111vw, 170px);
  }
}
.home .noise-about .grid-wrapper .sub-grid > *:nth-child(2) {
  margin-top: 28px;
}
.home .noise-about .grid-wrapper .card {
  position: relative;
  background-color: #fefefe;
  border-radius: 0 clamp(30px, 8vw, 60px) 0 0;
  padding-inline: clamp(15.5px, 4.1333333333vw, 31px);
  padding-block: clamp(32px, 8.5333333333vw, 64px) clamp(45px, 12vw, 90px);
  font-size: clamp(14.5px, 3.8666666667vw, 29px);
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .home .noise-about .grid-wrapper .card {
    font-size: 1rem;
    height: -moz-fit-content;
    height: fit-content;
    padding-bottom: 90px;
    padding-inline: max(3vw, 48px);
  }
}
.home .noise-about .grid-wrapper .card:not(.owl)::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 0 clamp(30px, 8vw, 60px) 0 0;
  background-color: #eae7e2;
  transform-origin: top left;
  rotate: 4deg;
}
.home .noise-about .grid-wrapper .card.pin::before {
  content: "";
  position: absolute;
  top: calc(clamp(17.5px, 4.6666666667vw, 35px) * -1);
  left: clamp(7.5px, 2vw, 15px);
  display: block;
  width: clamp(21px, 5.6vw, 42px);
  aspect-ratio: 1/1.46;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.home .noise-about .grid-wrapper .card.pin_orange::before {
  background-image: url(../img/home/pin_orange.png);
}
.home .noise-about .grid-wrapper .card.pin_violet::before {
  background-image: url(../img/home/pin_violet.png);
}
.home .noise-about .grid-wrapper .card.pin_violet + * {
  width: 74%;
  margin-inline: auto;
}
.home .noise-about .grid-wrapper .card.pin_blue::before {
  background-image: url(../img/home/pin_blue.png);
}
.home .noise-about .grid-wrapper .card.pin_red::before {
  background-image: url(../img/home/pin_red.png);
}
.home .noise-about .grid-wrapper .card.owl {
  padding-top: clamp(8px, 2.1333333333vw, 16px);
  padding-bottom: 0;
  background-color: #fdfaf1;
  border: 2px solid #8b6f58;
  border-radius: clamp(12px, 3.2vw, 24px);
  cursor: pointer;
  transition: filter 0.3s;
}
.home .noise-about .grid-wrapper .card.owl:hover {
  filter: brightness(1.1);
}
.home .noise-about .grid-wrapper .card.owl h3 {
  color: #402217;
  text-align: center;
  font-weight: bold;
  font-size: clamp(17px, 4.5333333333vw, 34px);
}
@media screen and (min-width: 940px) {
  .home .noise-about .grid-wrapper .card.owl h3 {
    font-size: 2vw;
  }
}
@media screen and (min-width: 1210px) {
  .home .noise-about .grid-wrapper .card.owl h3 {
    font-size: clamp(17.6470588235px, 1.9607843137vw, 30px);
  }
}
.home .noise-about .grid-wrapper .card.owl img {
  margin-top: 20px;
  display: block;
  width: 64%;
  margin-inline: auto;
  translate: -7.1% 0;
}
@media screen and (min-width: 768px) {
  .home .noise-about .grid-wrapper .card.owl img {
    width: 60%;
    translate: -13.1% 0;
  }
}
@media screen and (min-width: 1210px) {
  .home .noise-about .grid-wrapper .card.owl img {
    width: 82%;
  }
}
.home .noise-about .grid-wrapper .card.owl + .decoration {
  width: 63%;
  margin-top: clamp(2.5px, 0.6666666667vw, 5px);
  translate: 8% 0%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .home .noise-about .grid-wrapper .card.owl + .decoration {
    max-width: 300px;
    width: 100%;
    translate: 0;
    margin-top: clamp(79.4117647059px, 8.8235294118vw, 135px);
    align-self: end;
  }
}
@media screen and (min-width: 940px) {
  .home .noise-about .grid-wrapper .card.owl + .decoration {
    max-width: none;
  }
}
.home .noise-about .grid-wrapper .card P + P {
  margin-top: 1rem;
}
.home .noise-about .grid-wrapper .card figure {
  position: relative;
  display: block;
  margin-top: 91px;
  width: 95%;
  margin-inline: auto;
}
.home .noise-about .grid-wrapper .card figure::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  display: block;
  background-color: #ffe8df;
  width: 40%;
  aspect-ratio: 1/1;
  border-radius: 50%;
}
.home .noise-about .grid-wrapper .card figure img,
.home .noise-about .grid-wrapper .card figure figcaption {
  position: relative;
  z-index: 1;
}
.home .noise-about .grid-wrapper .card figure figcaption {
  text-align: center;
  font-size: 82%;
  margin-top: clamp(22.5px, 6vw, 45px);
}
@media screen and (min-width: 768px) {
  .home .noise-about .grid-wrapper .video-wrapper {
    width: 100%;
    margin-inline: auto;
  }
}
.home .noise-about .grid-wrapper .video-wrapper h3 {
  padding-inline: clamp(25px, 6.6666666667vw, 50px);
  font-size: clamp(16px, 4.2666666667vw, 32px);
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .home .noise-about .grid-wrapper .video-wrapper h3 {
    font-size: 1.5rem;
    padding-inline: 0;
  }
}
.home .noise-about .grid-wrapper .video-wrapper h3 strong {
  color: #2980a2;
  font-weight: 600;
  padding-right: clamp(14px, 3.7333333333vw, 28px);
}
.home .noise-about .grid-wrapper .video-wrapper h3.after small {
  color: var(--accent-color);
}
.home .noise-about .grid-wrapper .video-wrapper video {
  margin-top: clamp(9px, 2.4vw, 18px);
}
@media screen and (min-width: 768px) {
  .home .noise-about .grid-wrapper .video-wrapper video {
    margin-top: 14px;
  }
}
.home .noise-about .grid-wrapper .img-wrapper figcaption {
  margin-inline: auto;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #f9f9f9;
  border-radius: 100vw;
  margin-top: clamp(10px, 2.6666666667vw, 20px);
  font-size: clamp(13px, 3.4666666667vw, 26px);
  padding-inline: clamp(32.5px, 8.6666666667vw, 65px);
  padding-block: clamp(2px, 0.5333333333vw, 4px);
  box-shadow: clamp(3px, 0.8vw, 6px) clamp(2px, 0.5333333333vw, 4px) 0 0 #ece4e2;
}
@media screen and (min-width: 768px) {
  .home .noise-about .grid-wrapper .img-wrapper figcaption {
    font-size: 0.9rem;
    padding-inline: 40px;
    margin-top: 8px;
  }
}
.home .noise-about .grid-wrapper hr {
  grid-column: span 2;
}
.home .noise-about .grid-wrapper hr::before {
  background-image: linear-gradient(to right, #2980a2 20px, transparent 0);
}
.home .noise-about .grid-wrapper hr::after {
  background-color: #2980a2;
}
.home .modal-content .m-plus {
  color: #402217;
  font-weight: bold;
  font-size: clamp(17px, 4.5333333333vw, 34px);
  margin-bottom: 15px;
}
.home .modal-content img {
  display: block;
  width: 70%;
  margin-top: 50px;
  margin-inline: auto;
}
.home .modal-clause-btn {
  cursor: pointer;
  color: white;
  background-color: #5b4437;
  padding-inline: clamp(7.5px, 2vw, 15px);
  padding-block: 2px 0;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 100vw;
  margin-inline-start: auto;
  transition: background-color 0.3s;
}
.home .modal-clause-btn:hover {
  background-color: var(--base-color);
}

.internal-page .page-inner {
  max-width: 1260px;
}
.internal-page .mv {
  margin-top: 24px;
  overflow: hidden;
}
.internal-page .mv img {
  width: 120vw;
}
@media screen and (min-width: 768px) {
  .internal-page .mv img {
    width: 100%;
  }
}
.internal-page .page-title-wrapper {
  max-width: calc(1260px - clamp(25px, 6.6666666667vw, 50px));
  background-image: repeating-linear-gradient(90deg, var(--bg-border-color), var(--bg-border-color) 1px, transparent 1px, transparent 30px), repeating-linear-gradient(0deg, var(--bg-border-color), var(--bg-border-color) 1px, #fff 1px, #fff 30px);
  background-position: center;
  background-size: 30px 30px;
  fill: var(--accent-color);
  padding-inline: clamp(25px, 6.6666666667vw, 50px);
  padding-block: clamp(15px, 4vw, 30px);
  margin-top: clamp(10px, 2.6666666667vw, 20px);
  margin-inline: auto;
  transform: translateY(-11%);
}
@media screen and (min-width: 1210px) {
  .internal-page .page-inner:has(.main) {
    display: grid;
    grid-template-columns: 210px 1fr;
    -moz-column-gap: min(3.79vw, 62px);
         column-gap: min(3.79vw, 62px);
  }
}
.internal-page .aside {
  position: relative;
  display: none;
}
@media screen and (min-width: 1210px) {
  .internal-page .aside {
    display: block;
  }
}
.internal-page .aside .aside-nav {
  padding-top: clamp(25px, 6.6666666667vw, 50px);
  position: sticky;
  top: 0;
}
.internal-page .aside .aside-nav .nav-list {
  display: grid;
  grid-template-columns: auto 1fr;
  row-gap: 30px;
}
.internal-page .aside .aside-nav .nav-item {
  display: grid;
  grid-template-columns: subgrid;
  grid-column: span 2;
  -moz-column-gap: 10px;
       column-gap: 10px;
  color: #a5a5a5;
  transition: color 0.3s;
}
.internal-page .aside .aside-nav .nav-item::before, .internal-page .aside .aside-nav .nav-item::after {
  content: "";
  display: block;
  width: clamp(11px, 2.9333333333vw, 22px);
  transform: translateY(2px);
  aspect-ratio: 1/0.9;
  -webkit-mask-image: url(../svg/plane-icon.svg);
          mask-image: url(../svg/plane-icon.svg);
  -webkit-mask-position: 22px 50%;
          mask-position: 22px 50%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: currentColor;
  transition: -webkit-mask-position 0.5s;
  transition: mask-position 0.5s;
  transition: mask-position 0.5s, -webkit-mask-position 0.5s;
  grid-column: 1/2;
  grid-row: 1/2;
}
.internal-page .aside .aside-nav .nav-item::after {
  -webkit-mask-position: -22px 50%;
          mask-position: -22px 50%;
  opacity: 0;
}
.internal-page .aside .aside-nav .nav-item:has(.active) {
  color: var(--accent-color);
}
.internal-page .aside .aside-nav .nav-item:has(.active)::before {
  -webkit-mask-position: 50% 50%;
          mask-position: 50% 50%;
  opacity: 0;
}
.internal-page .aside .aside-nav .nav-item:has(.active)::after {
  -webkit-mask-position: 50% 50%;
          mask-position: 50% 50%;
  opacity: 1;
}
.internal-page .main {
  padding-top: clamp(25px, 6.6666666667vw, 50px);
  line-height: 1.9;
}
.internal-page .main svg {
  fill: var(--accent-color);
}
.internal-page .main h3 {
  font-size: clamp(25.5px, 6.8vw, 51px);
  font-weight: bold;
  line-height: 1.1;
  color: var(--accent-color);
  margin-bottom: clamp(20px, 5.3333333333vw, 40px);
}
.internal-page .main h3 .hind {
  font-size: 126%;
}
.internal-page .main h3 small {
  font-weight: normal;
  font-size: 85%;
}
.internal-page .main p + p {
  margin-top: 0.5rem;
}
.internal-page .main .section {
  padding-bottom: clamp(50px, 13.3333333333vw, 100px);
}
.internal-page .main .section:not(:last-child) {
  border-bottom: 1px solid #e8e8e8;
}
.internal-page .main .section:not(:first-of-type) {
  padding-top: clamp(22.5px, 6vw, 45px);
}
.internal-page .main .section figure:not(:last-of-type) {
  padding-bottom: clamp(35px, 9.3333333333vw, 70px);
}
.internal-page .main .section figcaption {
  padding-inline: clamp(10px, 2.6666666667vw, 20px);
  margin-top: clamp(15px, 4vw, 30px);
  display: grid;
  grid-template-columns: auto 1fr;
  gap: min(5.4vw, 88px);
}
.internal-page .main .section h4 {
  color: var(--main-color);
  font-weight: 500;
  font-size: clamp(14px, 3.7333333333vw, 28px);
}
@media screen and (min-width: 768px) {
  .internal-page .main .section h4 {
    font-size: 26px;
  }
}
.internal-page .main .section .grid-wrapper {
  display: grid;
  -moz-column-gap: min(1.6vw, 25px);
       column-gap: min(1.6vw, 25px);
}
@media screen and (min-width: 768px) {
  .internal-page .main .section .grid-wrapper {
    grid-template-columns: 1fr auto;
  }
}
@media screen and (min-width: 768px) {
  .internal-page .main .section .grid-wrapper .img-wrapper {
    margin-top: 0;
  }
}

.about .page-title {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .about .page-title {
    width: 90%;
    max-width: 768px;
  }
}
.about #about {
  display: grid;
  grid-template-columns: 1fr auto;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
@media screen and (min-width: 768px) {
  .about #about {
    gap: min(1vw, 20px);
  }
}
.about #about h3 {
  grid-column: span 2;
}
@media screen and (min-width: 768px) {
  .about #about h3 {
    grid-column: span 1;
  }
}
.about #about .img-wrapper {
  width: 21vw;
  max-width: 254px;
  grid-column: 2/3;
}
@media screen and (min-width: 768px) {
  .about #about .img-wrapper {
    grid-row: span 3;
  }
}
.about #about p {
  grid-column: 1/2;
  grid-row: 2/3;
}
.about #about p + p {
  grid-row: 3/4;
  grid-column: span 2;
}
@media screen and (min-width: 768px) {
  .about #about p + p {
    grid-column: span 1;
  }
}
.about #circumstance .grid-wrapper {
  grid-template-columns: 1fr;
}
@media screen and (min-width: 768px) {
  .about #circumstance .grid-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    -moz-column-gap: clamp(10px, 2.6666666667vw, 20px);
         column-gap: clamp(10px, 2.6666666667vw, 20px);
  }
}
.about #circumstance figure {
  padding-bottom: 0;
}
.about #circumstance figure figcaption {
  display: flex;
  flex-direction: column;
  margin-top: 0;
  justify-content: flex-start;
  gap: 0;
  padding-inline: 0;
  margin-top: clamp(5px, 1.3333333333vw, 10px);
}
@media screen and (min-width: 768px) {
  .about #circumstance figure img {
    grid-column: 2/3;
    width: 100%;
    max-width: 370px;
    margin-bottom: clamp(10px, 2.6666666667vw, 20px);
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .about #circumstance figure img {
    border-radius: 14px;
    margin-bottom: 0;
  }
}
.about #goal .grid-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  -moz-column-gap: min(5vw, 70px);
       column-gap: min(5vw, 70px);
  row-gap: 40px;
}
@media screen and (min-width: 768px) {
  .about #history .pc-content {
    display: none;
  }
}
@media screen and (min-width: 1210px) {
  .about #history .pc-content {
    display: block;
  }
}
.about #library {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  -moz-column-gap: min(5vw, 70px);
       column-gap: min(5vw, 70px);
  row-gap: clamp(20px, 5.3333333333vw, 40px);
}
.about #library .btn a {
  display: grid;
  grid-template-columns: 1fr auto;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  background-color: var(--main-color);
  color: white;
  margin-top: 32px;
  padding-inline: 14px;
  padding-block: 7px;
  -moz-column-gap: 10px;
       column-gap: 10px;
  transition: background-color 0.3s ease;
}
.about #library .btn a:hover {
  background-color: #0077db;
}
.about #library .btn a span {
  border-right: 1px dotted currentColor;
  padding-right: clamp(12.5px, 3.3333333333vw, 25px);
  display: block;
}
.about #library .btn a::after {
  content: "";
  display: block;
  width: 15px;
  aspect-ratio: 1/1;
  background-color: currentColor;
  -webkit-mask-image: url(../svg/link_arrow.svg);
          mask-image: url(../svg/link_arrow.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
}

.results .page-title {
  width: 70%;
}
@media screen and (min-width: 768px) {
  .results .page-title {
    width: 477px;
  }
}
.results #about .title-wrapper {
  display: grid;
  margin-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .results #about .title-wrapper {
    grid-template-columns: 1fr auto;
  }
}
.results #about .title-wrapper .decoration {
  width: 230px;
  margin-inline-start: auto;
}
.results #about .img-container {
  border: 1px solid #e8e8e8;
  border-radius: 15px;
  padding-inline: clamp(25px, 6.6666666667vw, 50px);
  padding-block: clamp(20px, 5.3333333333vw, 40px);
}
.results #about .img-wrapper {
  margin-top: 15px;
}
.results #about .img-wrapper + .img-wrapper {
  margin-top: 50px;
}
.results #about .img-wrapper .img-title {
  margin-bottom: 10px;
  font-size: clamp(12px, 3.2vw, 24px);
}
@media screen and (min-width: 768px) {
  .results #about .img-wrapper .img-title {
    font-size: 22px;
  }
}
.results #about .success {
  margin-top: clamp(40px, 10.6666666667vw, 80px);
}
.results #about .success h4,
.results #about .success figcaption {
  color: var(--basic-color);
  font-weight: normal;
  font-size: 1.3rem;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  text-align: center;
}
.results #about .success h4::before, .results #about .success h4::after,
.results #about .success figcaption::before,
.results #about .success figcaption::after {
  content: "";
  display: block;
  width: 27px;
  translate: 0 7px;
  aspect-ratio: 1/1.7;
  background-image: url(../svg/results-decoration.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.results #about .success h4::before,
.results #about .success figcaption::before {
  transform: scale(-1, 1);
}
.results #about .success h4 strong,
.results #about .success figcaption strong {
  color: var(--accent-color);
  font-size: 200%;
}
.results #about .success figcaption {
  font-weight: bold;
}
.results #about .success figcaption strong {
  color: var(--main-color);
  font-size: 180%;
}
.results #about .success p {
  display: grid;
  grid-template-columns: auto 1fr;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  align-items: center;
  gap: 20px;
  margin-bottom: 40px;
}
.results #about .success p span {
  transform: translateY(28%);
}
.results #about .success p strong {
  font-size: 180%;
  font-weight: normal;
  color: var(--accent-color);
}
.results #about .success p::before {
  content: "";
  display: block;
  width: 130px;
  aspect-ratio: 1/0.8;
  background-image: url(../svg/results_02.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media screen and (min-width: 768px) {
  .results #about .success p::before {
    width: 150px;
  }
}
.results #method .btn {
  cursor: pointer;
}
.results #method .popup-wrapper {
  margin-top: 20px;
}
.results #method .popup-wrapper h4 {
  font-size: 2.3rem;
}
.results #method .popup-wrapper h5 {
  font-size: 1.5rem;
  font-weight: bold;
}
.results #method .popup-wrapper .img-wrapper {
  position: relative;
}
.results #method .popup-wrapper .img-wrapper .popup-btn-list {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  font-weight: bold;
}
.results #method .popup-wrapper .img-wrapper .popup-btn-list .popup-btn {
  position: absolute;
  width: -moz-fit-content;
  width: fit-content;
  background-color: white;
  border: 2px solid currentColor;
  border-radius: 100vw;
  translate: -50% -50%;
  text-align: center;
  color: var(--main-color);
  font-size: clamp(1.2rem, 3vw, 1.8rem);
  padding-inline: clamp(18px, 4.2vw, 39px);
  white-space: nowrap;
  transition: background-color 0.3s, color 0.3s;
}
.results #method .popup-wrapper .img-wrapper .popup-btn-list .popup-btn:hover {
  background-color: var(--main-color);
  color: white;
}
@media screen and (min-width: 960px) {
  .results #method .popup-wrapper .img-wrapper .popup-btn-list .popup-btn {
    font-size: 1.8rem;
    padding-inline: 39px;
  }
}
.results #method .popup-wrapper .img-wrapper .popup-btn-list .popup-btn:nth-child(1) {
  left: 37.5%;
  top: 37.5%;
}
.results #method .popup-wrapper .img-wrapper .popup-btn-list .popup-btn:nth-child(2) {
  left: 76.5%;
  top: 38%;
}
.results #method .popup-wrapper .img-wrapper .popup-btn-list .popup-btn:nth-child(3) {
  left: 72.5%;
  top: 80%;
}
.results #method .popup-wrapper .popup-card-list {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  display: grid;
  grid-template-areas: "card";
  margin-inline: auto;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  transition: background-color 0.5s;
}
.results #method .popup-wrapper .popup-card-list:has(.open) {
  background-color: rgba(0, 0, 0, 0.5);
  pointer-events: auto;
  cursor: pointer;
}
.results #method .popup-wrapper .popup-card-list .popup-card {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  cursor: auto;
  padding-inline: 38px;
  padding-block: 9px 25px;
  border-radius: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: auto;
  width: 80%;
  max-width: 800px;
  max-height: 85svh;
  overflow-y: auto;
  scrollbar-width: thin;
  background: linear-gradient(0deg, rgb(234, 239, 255) 0%, rgb(241, 247, 255) 30%, rgb(252, 252, 252) 75%);
  opacity: 0;
  transition: opacity 0.5s, scale 0.5s;
}
.results #method .popup-wrapper .popup-card-list .popup-card.open {
  opacity: 1;
  pointer-events: auto;
}
.results #method .popup-wrapper .popup-card-list .popup-card h4 {
  font-size: clamp(18px, 4.8vw, 36px);
}
.results #method .popup-wrapper .popup-card-list .popup-card h5 {
  color: var(--accent-color);
  font-size: clamp(18px, 3vw, 24px);
}
.results #method .popup-wrapper .popup-card-list .popup-card .grid-wrapper {
  display: grid;
  gap: 26px;
  margin-top: clamp(10px, 2.6666666667vw, 20px);
}
@media screen and (min-width: 768px) {
  .results #method .popup-wrapper .popup-card-list .popup-card .grid-wrapper {
    margin-top: 0;
    grid-template-columns: repeat(2, 1fr);
  }
}
.results #method .popup-wrapper .popup-card-list .popup-card .close {
  background-color: var(--base-color);
  color: white;
  border-radius: 100vw;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  padding-inline: 17px;
  padding-block: 6px 4px;
  margin-inline-start: auto;
  line-height: 1;
  position: sticky;
  top: 0;
  translate: 20px 7px;
  transition: background-color 0.3s;
}
.results #method .popup-wrapper .popup-card-list .popup-card .close:hover {
  background-color: #91949b;
}
.results #method #flap .grid-wrapper + .grid-wrapper {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .results #method #flap .grid-wrapper + .grid-wrapper img {
    grid-column: 2/3;
    grid-row: 1/2;
  }
}
.results #method #flap .grid-wrapper + .grid-wrapper .tex-twrapper {
  grid-column: 1/2;
  grid-row: 1/2;
}

.technology .page-title {
  width: 40%;
}
@media screen and (min-width: 768px) {
  .technology .page-title {
    width: 255px;
  }
}
.technology .main .page-title-wrapper {
  transform: translateY(-25%);
}
.technology .main .title-wrapper h4 {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  -moz-column-gap: clamp(10px, 1.1111111111vw, 17px);
       column-gap: clamp(10px, 1.1111111111vw, 17px);
}
.technology .main .title-wrapper h4 .namber {
  color: var(--main-color);
  font-size: 145%;
  line-height: 1;
  translate: 0 14%;
}
.technology .main .text-wrapper {
  margin-top: clamp(10px, 2.6666666667vw, 20px);
  margin-bottom: clamp(25px, 6.6666666667vw, 50px);
}
.technology .main .text-wrapper:has(.btn) {
  display: grid;
  -moz-column-gap: min(4vw, 68px);
       column-gap: min(4vw, 68px);
}
@media screen and (min-width: 768px) {
  .technology .main .text-wrapper:has(.btn) {
    grid-template-columns: 1fr auto;
  }
}
.technology .main .btn {
  width: -moz-fit-content;
  width: fit-content;
  margin-inline-start: auto;
}
.technology .main .btn a {
  display: grid;
  grid-template-columns: 1fr auto;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  background-color: var(--main-color);
  color: white;
  margin-top: clamp(16px, 4.2666666667vw, 32px);
  padding-inline: 14px;
  padding-block: 7px;
  -moz-column-gap: 10px;
       column-gap: 10px;
  transition: background-color 0.3s ease;
}
.technology .main .btn a:hover {
  background-color: #0077db;
}
.technology .main .btn a span {
  border-right: 1px dotted currentColor;
  padding-right: 25px;
  display: block;
}
.technology .main .btn a::after {
  content: "";
  display: block;
  width: 15px;
  aspect-ratio: 1/1;
  background-color: currentColor;
  -webkit-mask-image: url(../svg/link_arrow.svg);
          mask-image: url(../svg/link_arrow.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
}
.technology .main #wind-tunnel-test > .img-wrapper {
  margin-bottom: clamp(22.5px, 6vw, 45px);
}
.technology .main #wind-tunnel-test .grid-wrapper {
  margin-top: clamp(25px, 6.6666666667vw, 50px);
  -moz-column-gap: 0;
       column-gap: 0;
}
.technology .main #wind-tunnel-test .grid-wrapper .wind-tunnel-test-child {
  display: grid;
  -moz-column-gap: clamp(47.5px, 12.6666666667vw, 95px);
       column-gap: clamp(47.5px, 12.6666666667vw, 95px);
  row-gap: clamp(25px, 6.6666666667vw, 50px);
}
@media screen and (min-width: 768px) {
  .technology .main #wind-tunnel-test .grid-wrapper .wind-tunnel-test-child {
    grid-template-columns: 1fr auto;
    row-gap: 0;
  }
}
.technology .main #wind-tunnel-test .grid-wrapper .wind-tunnel-test-child .text-wrapper {
  grid-column: 1/2;
  grid-template-columns: 1fr;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .technology .main #wind-tunnel-test .grid-wrapper .wind-tunnel-test-child .text-wrapper .btn {
    margin-inline: 0;
  }
}
@media screen and (min-width: 768px) {
  .technology .main #wind-tunnel-test .grid-wrapper .wind-tunnel-test-child .img-wrapper {
    grid-column: 2/3;
    grid-row: 1/3;
    max-width: 350px;
  }
}
.technology .main #wind-tunnel-test .wind-tunnel-test-child {
  border-top: 2px dotted #e8e8e8;
  padding-top: clamp(22.5px, 6vw, 45px);
}
.technology .main #wind-tunnel-test .wind-tunnel-test-child + .wind-tunnel-test-child {
  margin-top: clamp(22.5px, 6vw, 45px);
  padding-top: clamp(12.5px, 3.3333333333vw, 25px);
}
.technology .main #wind-tunnel-test .wind-tunnel-test-child ruby {
  display: flex;
  flex-direction: column;
  line-height: 1.5;
}
.technology .main #wind-tunnel-test .wind-tunnel-test-child ruby rb {
  font-size: 70%;
}

.future .page-title-wrapper {
  transform: translateY(-27%);
}
.future .page-title {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .future .page-title {
    width: 70%;
    max-width: 573px;
  }
}
.future #vision {
  display: grid;
  grid-template-columns: 1fr auto;
  -moz-column-gap: min(2vw, 30px);
       column-gap: min(2vw, 30px);
}
.future #vision .text-wrapper {
  grid-column: 1/3;
}
@media screen and (min-width: 768px) {
  .future #vision .text-wrapper {
    grid-column: 1/2;
  }
}
.future #vision .decoration {
  grid-row: 1/2;
  grid-column: 2/3;
  max-width: 370px;
  align-self: center;
  width: 46vw;
}
@media screen and (min-width: 768px) {
  .future #vision .decoration {
    width: 30vw;
    grid-row: 1/3;
  }
}
.future #project-member .member-list {
  margin-top: clamp(25px, 6.6666666667vw, 50px);
}
.future #project-member .member-item {
  position: relative;
  display: grid;
  grid-template-rows: auto auto auto auto;
  -moz-column-gap: min(3vw, 48px);
       column-gap: min(3vw, 48px);
  padding-bottom: clamp(11.5px, 3.0666666667vw, 23px);
  row-gap: clamp(10px, 2.6666666667vw, 20px);
}
@media screen and (min-width: 768px) {
  .future #project-member .member-item {
    grid-template-columns: 0.76fr 1fr;
    row-gap: 0;
  }
}
@media screen and (min-width: 768px) {
  .future #project-member .member-item .portrait {
    grid-row: span 2;
  }
}
@media screen and (min-width: 768px) {
  .future #project-member .member-item .name,
  .future #project-member .member-item .comment {
    margin-left: min(2.6vw, 42px);
  }
}
.future #project-member .member-item .name,
.future #project-member .member-item .handwriting {
  align-self: center;
}
.future #project-member .member-item .name {
  color: var(--main-color);
  font-weight: bold;
  font-size: 34px;
  line-height: 1.5;
}
.future #project-member .member-item .name .position {
  font-size: 67%;
}
.future #project-member .member-item .name ruby {
  display: flex;
  flex-direction: column;
}
.future #project-member .member-item .name rt {
  font-size: 40%;
}
.future #project-member .member-item .handwriting {
  margin-top: -8%;
}
@media screen and (min-width: 768px) {
  .future #project-member .member-item .handwriting {
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .future #project-member .member-item .comment {
    grid-row: 3/4;
    grid-column: 2/3;
  }
}
.future #project-member .member-item:not(:last-child) {
  margin-top: clamp(5px, 1.3333333333vw, 10px);
}
.future #project-member .member-item_01 .handwriting {
  width: 84%;
}
.future #project-member .member-item_02 .handwriting {
  width: 70%;
}
.future #project-member .member-item_03 .portrait, .future #project-member .member-item_04 .portrait {
  grid-row: span 3;
}
.future .afterword {
  display: grid;
  grid-template-columns: 1fr auto;
  -moz-column-gap: min(2vw, 30px);
       column-gap: min(2vw, 30px);
}
.future .afterword .decoration {
  max-width: 330px;
  width: 35vw;
}

.researchers .mv {
  background-image: repeating-linear-gradient(90deg, #cfedff, #cfedff 1px, transparent 1px, transparent 30px), repeating-linear-gradient(0deg, #cfedff, #cfedff 1px, #fff 1px, #fff 30px);
  padding-block: clamp(25px, 6.6666666667vw, 50px) clamp(37.5px, 10vw, 75px);
}
.researchers .mv .page-title {
  color: #503939;
  display: grid;
  font-weight: bold;
  font-size: clamp(32.5px, 8.6666666667vw, 65px);
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .researchers .mv .page-title {
    line-height: 1.4;
    font-size: clamp(37.5px, 10vw, 75px);
  }
}
.researchers .mv .page-title .biz-ud {
  line-height: 1;
  margin-top: clamp(10px, 2.6666666667vw, 20px);
  margin-bottom: clamp(5px, 1.3333333333vw, 10px);
}
.researchers .mv .page-title .hind {
  font-size: 140%;
}
.researchers .mv .page-title small.serif {
  font-size: 60%;
}
@media screen and (min-width: 768px) {
  .researchers .mv .page-title small.serif {
    font-size: 35%;
  }
}
.researchers .mv .page-title .serif {
  color: var(--accent-color);
  font-weight: normal;
  font-size: 65%;
  margin-top: clamp(10px, 2.6666666667vw, 20px);
}
@media screen and (min-width: 768px) {
  .researchers .mv .page-title .serif {
    font-size: 45%;
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .researchers .page-inner:has(.main) {
    grid-template-columns: 225px 1fr;
  }
}
.researchers .aside {
  position: relative;
  display: block;
}
.researchers .aside .researchers-nav {
  padding-top: clamp(48.5px, 12.9333333333vw, 97px);
  top: 0;
}
.researchers .aside .researchers-nav .nav-item a {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 5px;
  background-color: #f4f2f0;
  border-radius: 100vw;
  padding-inline: clamp(22px, 5.8666666667vw, 44px) clamp(10px, 2.6666666667vw, 20px);
  padding-block: clamp(4px, 1.0666666667vw, 8px);
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 1210px) {
  .researchers .aside .researchers-nav .nav-item a {
    background: none;
    color: #999;
    padding-inline: 0;
    padding-block: 0;
  }
}
.researchers .aside .researchers-nav .nav-item a::after {
  content: "";
  position: relative;
  display: block;
  width: clamp(12px, 3.2vw, 24px);
  -webkit-mask-image: url(../svg/plane-icon.svg);
          mask-image: url(../svg/plane-icon.svg);
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: var(--accent-color);
  opacity: 0;
}
.researchers .aside .researchers-nav .nav-item a:hover {
  color: var(--accent-color);
}
@media screen and (min-width: 1210px) {
  .researchers .aside .researchers-nav .nav-item {
    background: none;
    border-radius: 0;
    padding-inline: 0;
    padding-block: 0;
  }
}
.researchers .aside .researchers-nav .nav-item.current {
  color: var(--accent-color);
  pointer-events: none;
}
.researchers .aside .researchers-nav .nav-item.current a::after {
  opacity: 1;
}
.researchers .aside .researchers-nav .nav-item-wrapper {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: clamp(10px, 2.6666666667vw, 20px);
       column-gap: clamp(10px, 2.6666666667vw, 20px);
  row-gap: clamp(15px, 4vw, 30px);
  padding-block: 25px;
  margin-top: 5px;
}
@media screen and (min-width: 1210px) {
  .researchers .aside .researchers-nav .nav-item-wrapper {
    display: grid;
    border-left: 1px solid #e0e0e0;
    padding-left: 18px;
  }
}
.researchers .aside .researchers-nav .nav-item-wrapper .nav-item a {
  background-color: #fbf4e8;
}
@media screen and (min-width: 1210px) {
  .researchers .aside .researchers-nav .nav-item-wrapper .nav-item a {
    color: var(--base-color);
    background: none;
  }
}
.researchers .aside .researchers-nav .nav-item-wrapper .nav-item a:hover {
  color: var(--accent-color);
}
.researchers .aside .researchers-nav .nav-item-wrapper .nav-item.current a {
  color: var(--accent-color);
}
@media screen and (min-width: 1210px) {
  .researchers .main {
    max-width: 800px;
  }
}
.researchers .main h3.serif {
  font-size: clamp(18px, 4.8vw, 36px);
  margin-bottom: clamp(15px, 4vw, 30px);
}
@media screen and (min-width: 768px) {
  .researchers .main h3.serif {
    font-size: 32px;
  }
}
.researchers .main p {
  line-height: 2;
}
.researchers .main p + p {
  margin-top: 1.4rem;
}
.researchers .main .img-wrapper {
  margin-top: clamp(20px, 5.3333333333vw, 40px);
}
.researchers .main .img-wrapper:has(p):not(:last-child) {
  margin-bottom: clamp(40px, 10.6666666667vw, 80px);
}
.researchers .main .img-wrapper img {
  display: block;
  width: auto;
  max-width: 100%;
  margin-inline: auto;
}
.researchers .main .img-wrapper:not(:last-child) {
  margin-bottom: clamp(20px, 5.3333333333vw, 40px);
}
.researchers .main .img-wrapper figcaption {
  display: block;
  text-align: center;
  background-color: #f7f1e9;
  color: #454545;
  padding-inline: clamp(17.5px, 4.6666666667vw, 35px);
  padding-block: clamp(1px, 0.2666666667vw, 2px);
  border-radius: 100vw;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .researchers .main .img-wrapper figcaption {
    font-size: 90%;
  }
}
.researchers .main .img-wrapper p {
  margin-top: clamp(2.5px, 0.6666666667vw, 5px);
}
.researchers .main .link {
  color: var(--main-color);
  border-bottom: 1px dotted currentColor;
  transition: color 0.3s ease;
}
.researchers .main .link:hover {
  color: #0078db;
}
.researchers .footer {
  background-image: repeating-linear-gradient(90deg, #cfedff, #cfedff 1px, transparent 1px, transparent 30px), repeating-linear-gradient(0deg, #cfedff, #cfedff 1px, #fff 1px, #fff 30px);
}

.page--information .l-page-inner {
  padding-inline: clamp(25px, 6.6666666667vw, 50px);
}
.page--information .page-title {
  width: 40%;
}
@media screen and (min-width: 768px) {
  .page--information .page-title {
    width: 255px;
  }
}

.article-page .aside .aside-nav {
  position: relative;
}
.article-page .aside .aside-nav .current {
  color: var(--accent-color);
}
.article-page .aside .aside-nav .current::before {
  -webkit-mask-position: center;
          mask-position: center;
}
.article-page .aside .aside-nav .nav-item:hover {
  color: var(--accent-color);
}
.article-page .main a {
  color: var(--main-color);
  border-bottom: 1px dotted var(--main-color);
  padding-bottom: 3px;
  transition: border-color 0.3s ease, color 0.3s ease;
}
.article-page .main a:hover {
  color: var(--accent-color);
  border-bottom: 1px dotted var(--accent-color);
}
.article-page .main .article {
  display: block;
  border-bottom: 1px solid #ddd;
  padding-bottom: 65px;
}
.article-page .main .article .artile-title-wrapper {
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.article-page .main .article .artile-title-wrapper::before, .article-page .main .article .artile-title-wrapper::after {
  content: "";
  position: absolute;
  bottom: 0;
  display: block;
  height: 1px;
}
.article-page .main .article .artile-title-wrapper::before {
  width: 100%;
  background-color: #a5a5a5;
}
.article-page .main .article .artile-title-wrapper::after {
  background-color: var(--main-color);
  width: 40px;
}
.article-page .main .article .artile-title-wrapper .date {
  color: #a5a5a5;
  font-size: 0.9rem;
}
.article-page .main .article .artile-title-wrapper .article-title {
  font-size: 1.7rem;
  color: var(--main-color);
  margin-top: 10px;
  margin-bottom: 0;
}
.article-page .main .article .img-wrapper {
  margin-block: 45px;
}
.article-page .main .article-bottom-nav {
  display: grid;
  justify-content: space-between;
  grid-template-columns: auto 1fr auto;
  flex-wrap: wrap;
  align-items: end;
  row-gap: 1rem;
  font-size: 0.9rem;
  margin-top: 27px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
}
.article-page .main .article-bottom-nav a {
  border-bottom: none;
  transition: border-color 0.3s, color 0.3s;
}
@media screen and (min-width: 768px) {
  .article-page .main .article-bottom-nav a {
    border-bottom: 1px dotted var(--main-color);
  }
}
@media screen and (min-width: 768px) {
  .article-page .main .article-bottom-nav a:hover {
    border-bottom: 1px dotted var(--accent-color);
  }
}
.article-page .main .article-bottom-nav .return {
  align-self: center;
}
.article-page .main .article-bottom-nav .return a {
  margin-inline: auto;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}/*# sourceMappingURL=style.css.map */