@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;
}

.a-fade-up {
  opacity: 0;
  transform: translate3d(0, 0.5rem, 0);
}
@media (prefers-reduced-motion: no-preference) {
  .a-fade-up {
    transition: 1.2s 0.4s;
    transition-property: opacity, transform;
  }
}
.a-fade-up.animate {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

*, *: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: #FCFCFC;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  font-family: YakuHanJP, heisei-kaku-gothic-std, "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1.6rem;
  line-height: 1.7;
}

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 {
  position: relative;
  background-color: #FCFCFC;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  width: 100%;
  max-width: 1920px;
  height: 17.3333333333vw;
  padding: 0 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .l-header__inner {
    height: min(6.7708333333vw, 130px);
    padding: 0 0 0 min(3.125vw, 60px);
  }
}
.l-header__brand {
  pointer-events: auto;
  display: flex;
  flex-flow: row nowrap;
  gap: min(1.3020833333vw, 25px);
}
@media screen and (max-width: 767px) {
  .l-header__brand {
    gap: 2.6666666667vw;
  }
}
.l-header__brand .logo {
  display: block;
  width: min(3.1770833333vw, 61px);
}
@media screen and (max-width: 767px) {
  .l-header__brand .logo {
    width: 8vw;
  }
}
.l-header__brand .corp {
  display: flex;
  flex-flow: column nowrap;
  color: #193D61;
}
.l-header__brand .corp h1 {
  font-weight: 700;
  font-size: min(1.25vw, 24px);
  line-height: 1.5;
  letter-spacing: 0.1em;
}
.l-header__brand .corp p {
  font-weight: 300;
  font-size: min(0.625vw, 12px);
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .l-header__brand .corp h1 {
    font-size: 3.2vw;
  }
  .l-header__brand .corp p {
    font-size: 1.8666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .l-header__list {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    margin: 0 auto;
  }
  .l-header__list ul {
    display: flex;
    flex-flow: row nowrap;
  }
  .l-header__list ul li {
    border-right: min(0.0520833333vw, 1px) solid rgba(25, 61, 97, 0.5);
  }
  .l-header__list ul li:last-child {
    border-right: none;
  }
  .l-header__list ul li a {
    pointer-events: auto;
    position: relative;
    display: block;
    width: min(14.5833333333vw, 280px);
    height: min(1.0416666667vw, 20px);
    font-weight: 500;
    font-size: min(1.0416666667vw, 20px);
    line-height: 1;
    letter-spacing: 0.2em;
    text-align: center;
    color: #193D61;
  }
}
@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-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-color: #193D61;
    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;
  margin-top: min(6.7708333333vw, 130px);
}
@media screen and (max-width: 767px) {
  .l-container {
    margin-top: 17.3333333333vw;
  }
}
.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 {
  height: 100%;
  width: 100%;
  padding: 8px 16px 8px;
}

.l-footer {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: min(5.2083333333vw, 100px);
  margin-top: auto;
}
@media screen and (max-width: 767px) {
  .l-footer {
    height: 13.3333333333vw;
  }
}
.l-footer__inner {
  background-color: #00407F;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.l-footer .copyright {
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 500;
  font-size: min(0.9375vw, 18px);
  line-height: 1.7;
  letter-spacing: 0.1em;
  color: #FCFCFC;
}
@media screen and (max-width: 767px) {
  .l-footer .copyright {
    font-size: 2.4vw;
  }
}

@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%);
    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::after {
    width: 80%;
  }
  @supports (-webkit-overflow-scrolling: touch) {
    .overlay__nav > ul li a:hover::after {
      width: 80%;
    }
    .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;
}

body#top .section-title {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  gap: min(0.78125vw, 15px);
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  body#top .section-title {
    gap: 2vw;
  }
}
body#top .section-title::after {
  content: "";
  background-color: #00407F;
  display: block;
  width: min(2.0833333333vw, 40px);
  height: min(0.0520833333vw, 1px);
}
@media screen and (max-width: 767px) {
  body#top .section-title::after {
    width: 8vw;
    height: 0.2666666667vw;
  }
}
body#top .section-title h2 {
  display: block;
  font-weight: 500;
  font-size: min(1.0416666667vw, 20px);
  line-height: 1.5;
  letter-spacing: 0.2em;
  color: #00407F;
}
@media screen and (max-width: 767px) {
  body#top .section-title h2 {
    font-size: 3.7333333333vw;
  }
}
body#top .s-mv {
  width: 100%;
  margin-bottom: min(10.4166666667vw, 200px);
}
@media screen and (max-width: 767px) {
  body#top .s-mv {
    margin-bottom: 10.6666666667vw;
  }
}
body#top .s-mv__inner {
  position: relative;
  width: 100%;
  padding: 0 min(2.0833333333vw, 40px);
}
@media screen and (max-width: 767px) {
  body#top .s-mv__inner {
    padding: 0 5.3333333333vw;
  }
}
body#top .s-mv .hero {
  width: 100%;
}
@media screen and (max-width: 767px) {
  body#top .s-mv .hero {
    width: 100%;
    height: 66.6666666667vw;
  }
  body#top .s-mv .hero img {
    border-radius: 2.6666666667vw;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
body#top .s-mv .logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: min(13.0208333333vw, 250px);
  filter: drop-shadow(0 0 min(0.2604166667vw, 5px) rgba(0, 0, 0, 0.15));
}
@media screen and (max-width: 767px) {
  body#top .s-mv .logo {
    width: 24vw;
    filter: drop-shadow(0 0 0.6666666667vw rgba(0, 0, 0, 0.15));
  }
}
body#top .s-mv .scroll {
  position: absolute;
  bottom: min(4.1666666667vw, 80px);
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  body#top .s-mv .scroll {
    bottom: 4vw;
  }
}
body#top .s-mv .scroll .helper {
  overflow: hidden;
  position: relative;
  width: min(0.0520833333vw, 1px);
  height: min(3.125vw, 60px);
  margin: 0 auto min(1.3020833333vw, 25px);
}
@media screen and (max-width: 767px) {
  body#top .s-mv .scroll .helper {
    width: 0.1333333333vw;
    height: 8vw;
    margin: 0 auto 2.6666666667vw;
  }
}
body#top .s-mv .scroll .helper::after {
  content: "";
  position: absolute;
  top: 0%;
  left: 0;
  background-color: #FCFCFC;
  display: block;
  width: 100%;
  height: 100%;
  animation: scroll-helper 1.8s ease-out infinite;
}
@keyframes scroll-helper {
  0% {
    top: -110%;
  }
  100% {
    top: 110%;
  }
}
body#top .s-mv .scroll span {
  display: block;
  font-family: HelveticaNeue, sans-serif;
  font-weight: 400;
  font-size: min(1.0416666667vw, 20px);
  line-height: 1;
  letter-spacing: 0.2em;
  color: #FCFCFC;
}
@media screen and (max-width: 767px) {
  body#top .s-mv .scroll span {
    font-size: 2.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  body#top .s-mv .scroll span.sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  body#top .s-mv .scroll span.pc {
    display: none;
  }
}
body#top .s-concept {
  width: 100%;
  margin-bottom: min(14.0625vw, 270px);
}
@media screen and (max-width: 767px) {
  body#top .s-concept {
    margin-bottom: 10.6666666667vw;
  }
}
body#top .s-concept__inner {
  width: min(70.8333333333vw, 1360px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  body#top .s-concept__inner {
    width: 100%;
    padding: 0 5.3333333333vw;
  }
}
body#top .s-concept .section-title {
  align-items: flex-start;
  margin: 0;
}
@media screen and (max-width: 767px) {
  body#top .s-concept .section-title {
    align-items: center;
    margin: 0 auto 8vw;
  }
}
body#top .s-concept__content {
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: max(-3.125vw, -60px);
}
@media screen and (max-width: 767px) {
  body#top .s-concept__content {
    flex-flow: column nowrap;
    align-items: flex-start;
    gap: 5.3333333333vw;
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  body#top .s-concept__content .text {
    width: 100%;
  }
}
body#top .s-concept__content .text h3 {
  position: relative;
  font-weight: 700;
  font-size: min(1.7708333333vw, 34px);
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  body#top .s-concept__content .text h3 {
    width: -moz-fit-content;
    width: fit-content;
    font-size: 4.2666666667vw;
    margin: 0 auto;
  }
}
body#top .s-concept__content .text h3::before {
  content: "";
  z-index: -1;
  position: absolute;
  bottom: 0;
  left: max(-1.9791666667vw, -38px);
  background-image: url("../image/top/icon_deco01.svg");
  background-size: auto 100%;
  background-position: center;
  width: min(4.1145833333vw, 79px);
  height: min(3.3333333333vw, 64px);
}
@media screen and (max-width: 767px) {
  body#top .s-concept__content .text h3::before {
    left: -4vw;
    width: 10.5333333333vw;
    height: 8.5333333333vw;
  }
}
body#top .s-concept__content .text p {
  font-weight: 500;
  font-size: min(1.1458333333vw, 22px);
  line-height: 2.2;
  letter-spacing: 0.1em;
  margin-top: min(5.2083333333vw, 100px);
}
@media screen and (max-width: 767px) {
  body#top .s-concept__content .text p {
    font-size: 3.7333333333vw;
    margin-top: 8vw;
  }
}
body#top .s-concept__content .image {
  width: min(26.0416666667vw, 500px);
}
@media screen and (max-width: 767px) {
  body#top .s-concept__content .image {
    width: 100%;
    height: 53.3333333333vw;
  }
  body#top .s-concept__content .image img {
    border-radius: 2.6666666667vw;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
body#top .s-about {
  width: 100%;
  margin-bottom: min(4.1666666667vw, 80px);
}
@media screen and (max-width: 767px) {
  body#top .s-about {
    margin-bottom: 10.6666666667vw;
  }
}
body#top .s-about__inner {
  width: 100%;
}
body#top .s-about__content {
  margin-top: min(6.7708333333vw, 130px);
}
@media screen and (max-width: 767px) {
  body#top .s-about__content {
    margin-top: 8vw;
  }
}
body#top .s-about__content .table {
  width: min(46.875vw, 900px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  body#top .s-about__content .table {
    width: 100%;
    padding: 0 5.3333333333vw;
  }
}
body#top .s-about__content .table table {
  width: 100%;
}
body#top .s-about__content .table table tr {
  border-bottom: min(0.0520833333vw, 1px) solid rgba(43, 43, 43, 0.2);
  display: grid;
  grid-template-columns: min(13.0208333333vw, 250px) auto;
  width: 100%;
  font-weight: 500;
  font-size: min(1.0416666667vw, 20px);
  line-height: 1.7;
  letter-spacing: 0.1em;
  padding: min(2.6041666667vw, 50px) 0;
}
@media screen and (max-width: 767px) {
  body#top .s-about__content .table table tr {
    border-bottom-width: 0.2666666667vw;
    grid-template-columns: 24vw auto;
    font-size: 3.2vw;
  }
}
body#top .s-about__content .table table td ul {
  display: flex;
  flex-flow: column nowrap;
  gap: 0.5em;
}
body#top .s-map {
  width: 100%;
  margin-bottom: min(9.375vw, 180px);
}
@media screen and (max-width: 767px) {
  body#top .s-map {
    margin-bottom: 24vw;
  }
}
body#top .s-map__inner {
  width: min(46.875vw, 900px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  body#top .s-map__inner {
    width: 100%;
    padding: 0 5.3333333333vw;
  }
}
body#top .s-map .gmaps {
  width: 100%;
  aspect-ratio: 900/530;
}
body#top .s-map .gmaps iframe {
  width: 100%;
  height: 100%;
}/*# sourceMappingURL=style.css.map */