/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */

/* Reset box-model and set borders */
/* ============================================ */

*,
::before,
::after {
  -webkit-box-sizing: border-box;
  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: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  -webkit-box-sizing: content-box;
  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;
}
body {
  min-width: 1200px;
  font-size: 15px;
  line-height: 2;
  color: #000;
  font-family: "Shippori Mincho", YuMincho, "Hiragino Mincho ProN", serif;
  -webkit-text-size-adjust: 100%;
}

a {
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
a:hover {
  opacity: 0.7;
}
a[href^="tel:"] {
  pointer-events: none;
}

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

select {
  cursor: pointer;
}

i {
  font-style: normal;
}

[aria-disabled=true] {
  pointer-events: none;
}

[data-whatinput=mouse] *:focus,
[data-whatinput=touch] *:focus {
  outline: none;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(0 0 99.9% 99.9%);
  clip-path: inset(0 0 99.9% 99.9%);
  border: 0;
}

.l-main {
  display: block;
  padding-bottom: 88px;
  overflow: hidden;
}

.l-wrapper {
  max-width: 1020px;
  margin: 0 auto;
}

.btn-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 80%;
  max-width: 540px;
  height: 75px;
  margin: 0 auto;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
  background: #0093FF;
}

@media screen and (max-width: 768px) {
  body {
    min-width: 0;
    font-size: 14px;
  }
  a[href^="tel:"] {
    pointer-events: all;
  }
  .l-wrapper {
    padding: 0 5.3333333333vw;
  }
  .btn-1 {
    height: 60px;
    font-size: 18px;
  }
}.header[data-astro-cid-3ef6ksr2]{position:fixed;width:100%;top:0;left:0;background:rgba(255,255,255,0.9);z-index:1}.header__wrap[data-astro-cid-3ef6ksr2]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:30px;padding-left:33px}.header__head[data-astro-cid-3ef6ksr2]{width:61px}.header__head[data-astro-cid-3ef6ksr2] a[data-astro-cid-3ef6ksr2]{display:block}.header__head[data-astro-cid-3ef6ksr2] a[data-astro-cid-3ef6ksr2] img[data-astro-cid-3ef6ksr2]{width:100%}.header__btn[data-astro-cid-3ef6ksr2]{display:none}.header__btn[data-astro-cid-3ef6ksr2] i[data-astro-cid-3ef6ksr2]{position:relative;width:100%;height:2px;border-radius:2px;background:#000;-webkit-transition:background 0.3s;transition:background 0.3s}.header__btn[data-astro-cid-3ef6ksr2] i[data-astro-cid-3ef6ksr2]::before,.header__btn[data-astro-cid-3ef6ksr2] i[data-astro-cid-3ef6ksr2]::after{content:"";position:absolute;width:100%;height:2px;left:0;border-radius:2px;background:#000;-webkit-transition:top 0.3s,-webkit-transform 0.3s;transition:top 0.3s,-webkit-transform 0.3s;transition:top 0.3s,transform 0.3s;transition:top 0.3s,transform 0.3s,-webkit-transform 0.3s}.header__btn[data-astro-cid-3ef6ksr2] i[data-astro-cid-3ef6ksr2]::before{top:-9px}.header__btn[data-astro-cid-3ef6ksr2] i[data-astro-cid-3ef6ksr2]::after{top:9px}.header__btn[data-astro-cid-3ef6ksr2][aria-expanded=true] i[data-astro-cid-3ef6ksr2]{background:none}.header__btn[data-astro-cid-3ef6ksr2][aria-expanded=true] i[data-astro-cid-3ef6ksr2]::before{top:0;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.header__btn[data-astro-cid-3ef6ksr2][aria-expanded=true] i[data-astro-cid-3ef6ksr2]::after{top:0;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.nav[data-astro-cid-3ef6ksr2][aria-hidden=false]{opacity:1;visibility:visible}.nav__item[data-astro-cid-3ef6ksr2]{display:-webkit-box;display:-ms-flexbox;display:flex;gap:53px}.nav__links[data-astro-cid-3ef6ksr2]{display:-webkit-box;display:-ms-flexbox;display:flex;gap:35px}.nav__link[data-astro-cid-3ef6ksr2] a[data-astro-cid-3ef6ksr2]{display:block;font-size:12px;line-height:7.5;font-weight:bold;letter-spacing:0.25em;text-indent:0.25em}.nav__buttons[data-astro-cid-3ef6ksr2]{display:-webkit-box;display:-ms-flexbox;display:flex}.nav__btn[data-astro-cid-3ef6ksr2] a[data-astro-cid-3ef6ksr2]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:90px;height:90px;font-size:13.5px;font-weight:bold;color:#fff;letter-spacing:0.075em;text-indent:0.075em;background:#B5B5B5}.nav__btn[data-astro-cid-3ef6ksr2].-contact a[data-astro-cid-3ef6ksr2]{background:#0093FF}@media screen and (max-width: 768px){.header__wrap[data-astro-cid-3ef6ksr2]{padding:10px 5.3333333333vw}.header__btn[data-astro-cid-3ef6ksr2]{position:fixed;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:45px;height:45px;top:10px;right:20px;z-index:1000}.nav[data-astro-cid-3ef6ksr2]{position:fixed;width:100%;height:100vh;top:0;left:0;overflow:hidden;background:#fff;z-index:100;-webkit-transition:opacity 0.3s,visibility 0.3s;transition:opacity 0.3s,visibility 0.3s;opacity:0;visibility:hidden}.nav__wrap[data-astro-cid-3ef6ksr2]{height:100%;overflow-y:auto}.nav__item[data-astro-cid-3ef6ksr2]{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:40px;padding:80px 5.3333333333vw}.nav__links[data-astro-cid-3ef6ksr2]{-ms-flex-wrap:wrap;flex-wrap:wrap;gap:16px}.nav__link[data-astro-cid-3ef6ksr2]{width:100%}.nav__link[data-astro-cid-3ef6ksr2] a[data-astro-cid-3ef6ksr2]{font-size:14px;line-height:2.5714285714;text-align:center}.nav__buttons[data-astro-cid-3ef6ksr2]{-ms-flex-wrap:wrap;flex-wrap:wrap;gap:16px}.nav__btn[data-astro-cid-3ef6ksr2]{width:100%}.nav__btn[data-astro-cid-3ef6ksr2] a[data-astro-cid-3ef6ksr2]{width:100%;height:60px;font-size:14px}}.footer[data-astro-cid-sz7xmlte]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:320px;background:#D1D1D1}.footer__copy[data-astro-cid-sz7xmlte]{text-align:center}.top-mv[data-astro-cid-llff6yiz]{position:relative}.top-mv__wrap[data-astro-cid-llff6yiz]{position:absolute;width:100%;height:100%;top:0;left:0}.top-mv__head[data-astro-cid-llff6yiz]{position:absolute;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:5px;top:57.3%;left:51%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-webkit-writing-mode:tb-rl;-ms-writing-mode:tb-rl;writing-mode:tb-rl}.top-mv__head[data-astro-cid-llff6yiz] [data-astro-cid-llff6yiz][lang=ja] span[data-astro-cid-llff6yiz]{padding:15px 4px 0;white-space:nowrap;font-size:34px;line-height:2.4;letter-spacing:0.675em;box-decoration-break:clone;-webkit-box-decoration-break:clone;background:#fff}.top-mv__head[data-astro-cid-llff6yiz] [data-astro-cid-llff6yiz][lang=en] span[data-astro-cid-llff6yiz]{padding:10px 8px 6px;font-size:18px;font-weight:bold;font-family:YuGothic,"Yu Gothic",Hiragino Sans,Hiragino Kaku Gothic ProN,Meiryo,Osaka,sans-serif;box-decoration-break:clone;-webkit-box-decoration-break:clone;background:#fff}.top-mv__news[data-astro-cid-llff6yiz]{position:absolute;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline;gap:20px;bottom:0;left:0;padding:17px 17px 13px;font-weight:bold;font-family:YuGothic,"Yu Gothic",Hiragino Sans,Hiragino Kaku Gothic ProN,Meiryo,Osaka,sans-serif;background:#fff}.top-mv__news[data-astro-cid-llff6yiz] dd[data-astro-cid-llff6yiz]{display:-webkit-box;display:-ms-flexbox;display:flex;gap:0.5em;font-size:11px;line-height:2.7272727273;letter-spacing:0.1em}.top-mv__video[data-astro-cid-llff6yiz]{width:100%;height:100vh;min-height:720px;max-height:750px;-o-object-fit:cover;object-fit:cover}@media screen and (max-width: 768px){.top-mv__wrap[data-astro-cid-llff6yiz]{padding:0 5.3333333333vw}.top-mv__head[data-astro-cid-llff6yiz]{top:50%}.top-mv__head[data-astro-cid-llff6yiz] [data-astro-cid-llff6yiz][lang=ja] span[data-astro-cid-llff6yiz]{font-size:24px}.top-mv__head[data-astro-cid-llff6yiz] [data-astro-cid-llff6yiz][lang=en] span[data-astro-cid-llff6yiz]{font-size:16px}.top-mv__news[data-astro-cid-llff6yiz]{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:4px;max-width:calc(100% - 5.3333333333vw);padding:10px 15px 10px 5.3333333333vw}.top-mv__news[data-astro-cid-llff6yiz] dd[data-astro-cid-llff6yiz]{line-height:1.7}.top-mv__video[data-astro-cid-llff6yiz]{height:100svh;min-height:520px}}.top-introduction__wrap[data-astro-cid-5rayrxsk]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:34px;width:100%;margin-left:12px;padding:78px 0 94px;-webkit-writing-mode:tb-rl;-ms-writing-mode:tb-rl;writing-mode:tb-rl}.top-introduction__head[data-astro-cid-5rayrxsk]{font-size:18px;line-height:2.5555555556;letter-spacing:0.65em}.top-introduction__txt[data-astro-cid-5rayrxsk]{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;font-size:14px;line-height:2.4285714286;letter-spacing:0.3em}@media screen and (max-width: 768px){.top-introduction__wrap[data-astro-cid-5rayrxsk]{gap:20px;margin-left:0;padding:50px 0 70px;-webkit-writing-mode:horizontal-tb;-ms-writing-mode:lr-tb;writing-mode:horizontal-tb}.top-introduction__head[data-astro-cid-5rayrxsk]{line-height:2}}.top-stance[data-astro-cid-al6cuhcg]{margin-top:33px}.top-stance__items[data-astro-cid-al6cuhcg]{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;row-gap:38px}.top-stance__item[data-astro-cid-al6cuhcg]{width:480px}.top-stance__detail[data-astro-cid-al6cuhcg]{position:relative;margin-bottom:8px}.top-stance__heading[data-astro-cid-al6cuhcg]{position:absolute;top:0;right:17px;-webkit-writing-mode:tb-rl;-ms-writing-mode:tb-rl;writing-mode:tb-rl}.top-stance__heading[data-astro-cid-al6cuhcg] span[data-astro-cid-al6cuhcg]{padding:7px 0 0;white-space:nowrap;font-size:20px;line-height:1.9;letter-spacing:0.65em;box-decoration-break:clone;-webkit-box-decoration-break:clone;background:#fff}.top-stance__image[data-astro-cid-al6cuhcg] img[data-astro-cid-al6cuhcg]{aspect-ratio:480/300;width:100%;height:auto;-o-object-fit:cover;object-fit:cover}@media screen and (max-width: 768px){.top-stance__item[data-astro-cid-al6cuhcg]{width:100%}.top-stance__heading[data-astro-cid-al6cuhcg]{right:4vw}.top-stance__heading[data-astro-cid-al6cuhcg] span[data-astro-cid-al6cuhcg]{padding:7px 2px 0;font-size:clamp(14px,3.7333333333vw,18px);line-height:2.3}.top-stance__image[data-astro-cid-al6cuhcg] img[data-astro-cid-al6cuhcg]{min-height:210px}}.top-message[data-astro-cid-trzhnhsu]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;margin-top:39px;-webkit-writing-mode:tb-rl;-ms-writing-mode:tb-rl;writing-mode:tb-rl}.top-message__intro[data-astro-cid-trzhnhsu]{position:relative}.top-message__head[data-astro-cid-trzhnhsu]{position:absolute;top:0;right:32px}.top-message__head[data-astro-cid-trzhnhsu] em[data-astro-cid-trzhnhsu]{padding:7px 0 0;white-space:nowrap;font-size:20px;line-height:1.9;font-style:normal;letter-spacing:0.65em;box-decoration-break:clone;-webkit-box-decoration-break:clone;background:#fff}.top-message__image[data-astro-cid-trzhnhsu]{-ms-flex-negative:0;flex-shrink:0;width:480px;margin-left:32px}.top-message__image[data-astro-cid-trzhnhsu] img[data-astro-cid-trzhnhsu]{width:100%}.top-message__txt[data-astro-cid-trzhnhsu]{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;height:400px;font-size:16px;line-height:2.34375;letter-spacing:0.25em}.top-message__name[data-astro-cid-trzhnhsu]{-ms-flex-negative:0;flex-shrink:0;font-size:28px;line-height:1.1428571429;letter-spacing:0.55em}@media screen and (max-width: 768px){.top-message[data-astro-cid-trzhnhsu]{gap:20px;-webkit-writing-mode:horizontal-tb;-ms-writing-mode:lr-tb;writing-mode:horizontal-tb}.top-message__head[data-astro-cid-trzhnhsu]{right:4.5333333333vw;-webkit-writing-mode:tb-rl;-ms-writing-mode:tb-rl;writing-mode:tb-rl}.top-message__head[data-astro-cid-trzhnhsu] em[data-astro-cid-trzhnhsu]{padding:7px 2px 0;font-size:clamp(16px,4.2666666667vw,20px);line-height:2.3}.top-message__image[data-astro-cid-trzhnhsu]{width:100%;margin:0}.top-message__image[data-astro-cid-trzhnhsu] img[data-astro-cid-trzhnhsu]{height:100%;min-height:240px;-o-object-fit:cover;object-fit:cover}.top-message__txt[data-astro-cid-trzhnhsu]{height:auto;font-size:15px;line-height:2}.top-message__name[data-astro-cid-trzhnhsu]{font-size:clamp(22px,5.8666666667vw,26px)}}.top-vision[data-astro-cid-jqlim7eh]{margin-top:69px}.top-vision__intro[data-astro-cid-jqlim7eh]{position:relative;margin-bottom:28px}.top-vision__head[data-astro-cid-jqlim7eh]{position:absolute;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;top:45%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);white-space:nowrap;color:#fff}.top-vision__head[data-astro-cid-jqlim7eh] [data-astro-cid-jqlim7eh][lang=ja]{font-size:21px;line-height:1.4285714286;letter-spacing:0.1em;text-indent:0.1em}.top-vision__head[data-astro-cid-jqlim7eh] [data-astro-cid-jqlim7eh][lang=en]{font-size:60px;line-height:1.2666666667;letter-spacing:0.025em;text-indent:0.025em}.top-vision__image[data-astro-cid-jqlim7eh]{position:relative;z-index:-1}.top-vision__image[data-astro-cid-jqlim7eh]::before{content:"";position:absolute;width:100%;height:100%;top:0;left:0;background:rgba(0,147,255,0.8)}.top-vision__image[data-astro-cid-jqlim7eh] img[data-astro-cid-jqlim7eh]{width:100%}.top-vision__txt[data-astro-cid-jqlim7eh]{margin:0 0 55px -8px;-webkit-writing-mode:tb-rl;-ms-writing-mode:tb-rl;writing-mode:tb-rl;font-size:16px;line-height:2.40625;letter-spacing:0.25em}.top-vision__foot[data-astro-cid-jqlim7eh]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:40px}@media screen and (max-width: 768px){.top-vision__head[data-astro-cid-jqlim7eh] [data-astro-cid-jqlim7eh][lang=ja]{font-size:16px}.top-vision__head[data-astro-cid-jqlim7eh] [data-astro-cid-jqlim7eh][lang=en]{font-size:min(6.6666666667vw,40px)}.top-vision__image[data-astro-cid-jqlim7eh] img[data-astro-cid-jqlim7eh]{min-height:120px;-o-object-fit:cover;object-fit:cover}.top-vision__txt[data-astro-cid-jqlim7eh]{margin:0 0 40px;-webkit-writing-mode:horizontal-tb;-ms-writing-mode:lr-tb;writing-mode:horizontal-tb;font-size:15px}.top-vision__foot[data-astro-cid-jqlim7eh]{gap:30px}}.top-sect[data-astro-cid-j7pv25f6]+.top-sect[data-astro-cid-j7pv25f6]{margin-top:120px}.top-sect__intro[data-astro-cid-j7pv25f6]{position:relative}.top-sect__head[data-astro-cid-j7pv25f6]{position:absolute;top:28px;right:37px;-webkit-writing-mode:tb-rl;-ms-writing-mode:tb-rl;writing-mode:tb-rl}.top-sect__head[data-astro-cid-j7pv25f6] i[data-astro-cid-j7pv25f6]{display:block;width:82px;height:66px;margin-left:8px}.top-sect__head[data-astro-cid-j7pv25f6] i[data-astro-cid-j7pv25f6] svg[data-astro-cid-j7pv25f6]{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.top-sect__head[data-astro-cid-j7pv25f6] span[data-astro-cid-j7pv25f6]{padding:8px 4px;white-space:nowrap;font-size:26px;letter-spacing:0.8em;box-decoration-break:clone;-webkit-box-decoration-break:clone;background:#fff}.top-sect__lead[data-astro-cid-j7pv25f6]{position:absolute;bottom:0;left:-30px;-webkit-writing-mode:tb-rl;-ms-writing-mode:tb-rl;writing-mode:tb-rl;font-size:90px;line-height:1;letter-spacing:0.1em}.top-sect__mv[data-astro-cid-j7pv25f6]{position:relative;height:450px;z-index:-1}.top-sect__mv[data-astro-cid-j7pv25f6]::before{content:"";position:absolute;width:100%;height:100%;top:0;left:0;background:rgba(0,147,255,0.8)}.top-sect__mv[data-astro-cid-j7pv25f6] img[data-astro-cid-j7pv25f6]{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.top-sect__items[data-astro-cid-j7pv25f6]{margin-top:55px;border-top:1px solid #cbcbcb}.top-sect__item[data-astro-cid-j7pv25f6]{display:-webkit-box;display:-ms-flexbox;display:flex;gap:30px;padding:22px 0;font-weight:bold;letter-spacing:0.3em;border-bottom:1px solid #cbcbcb}.top-sect__item[data-astro-cid-j7pv25f6] dt[data-astro-cid-j7pv25f6]{min-width:120px}.top-sect__list[data-astro-cid-j7pv25f6]{position:relative;-webkit-column-count:2;-moz-column-count:2;column-count:2;-webkit-column-gap:56px;-moz-column-gap:56px;column-gap:56px;-webkit-column-width:482px;-moz-column-width:482px;column-width:482px;margin-top:55px;font-weight:bold;letter-spacing:0.3em}.top-sect__list[data-astro-cid-j7pv25f6]::before,.top-sect__list[data-astro-cid-j7pv25f6]::after{content:"";position:absolute;width:482px;height:1px;top:0;background:#cbcbcb}.top-sect__list[data-astro-cid-j7pv25f6]::before{left:0}.top-sect__list[data-astro-cid-j7pv25f6]::after{right:0}.top-sect__list[data-astro-cid-j7pv25f6] li[data-astro-cid-j7pv25f6]{padding:22px 0;border-bottom:1px solid #cbcbcb}@media screen and (max-width: 768px){.top-sect[data-astro-cid-j7pv25f6]+.top-sect[data-astro-cid-j7pv25f6]{margin-top:70px}.top-sect__head[data-astro-cid-j7pv25f6]{top:20px;right:5.8666666667vw}.top-sect__head[data-astro-cid-j7pv25f6] i[data-astro-cid-j7pv25f6]{width:40px;margin-left:2.1333333333vw}.top-sect__head[data-astro-cid-j7pv25f6] span[data-astro-cid-j7pv25f6]{font-size:20px;line-height:2.4}.top-sect__lead[data-astro-cid-j7pv25f6]{left:-20px;font-size:60px}.top-sect__mv[data-astro-cid-j7pv25f6]{height:320px}.top-sect__items[data-astro-cid-j7pv25f6]{margin-top:40px}.top-sect__item[data-astro-cid-j7pv25f6]{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:8px;padding:15px 0}.top-sect__list[data-astro-cid-j7pv25f6]{-webkit-column-count:auto;-moz-column-count:auto;column-count:auto;margin-top:40px;border-top:1px solid #cbcbcb}.top-sect__list[data-astro-cid-j7pv25f6]::before,.top-sect__list[data-astro-cid-j7pv25f6]::after{content:none}.top-sect__list[data-astro-cid-j7pv25f6] li[data-astro-cid-j7pv25f6]{padding:15px 0}}