@import url("https://fonts.googleapis.com/css2?family=Cal+Sans&family=Noto+Sans+JP:wght@100..900&display=swap");
/*! destyle.css v2.0.2 | 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;
  line-height: 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] {
  text-decoration: underline; /* 2 */
  -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;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

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

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

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

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

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

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

/**
 * 1. 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. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * 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] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

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

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

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

::-moz-placeholder {
  opacity: 1;
}

::placeholder {
  opacity: 1;
}

label {
  cursor: pointer;
}

img,
iframe,
video {
  vertical-align: top;
}

dt {
  font-weight: inherit;
}

:where(dialog) {
  inset: 0;
  border: unset;
  padding: unset;
  width: unset;
  max-width: unset;
  height: unset;
  max-height: unset;
  background-color: unset;
  overflow: unset;
  color: unset;
}

:focus:not(:focus-visible) {
  outline: none;
}

:root {
  --scrollbarW: 0;
  --htmlW: calc(100vw - var(--scrollbarW) * 1px);
  --negLeading: calc((1em - 1lh) / 2);
  --transEasing: ease-in-out;
  --transDur: 0.3s;
  --designW: 1360;
  --contW: min(1200 / var(--designW) * 100%, 1200px);
  --contMargin_hor: calc((100% - var(--contW)) / 2);
  --black_txt: #333;
  --c_green: #008000;
  --c_pasGreen: #b7ffb7;
  --font_cal: "Cal Sans", sans-serif;
  --font_noto: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  :root {
    --designW: 750;
    --contW: calc(670 / var(--designW) * 100%);
  }
}

:lang(en) {
  --negLeading: calc((1cap - 1lh) / 2);
}

/**
 * Base
 */
:root {
  interpolate-size: allow-keywords;
}

html,
body {
  height: 100%;
}

html.is_locked {
  position: fixed;
  width: 100%;
}

body {
  color: var(--black_txt);
  font-family: "Noto Sans JP", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  overflow-wrap: anywhere;
  -moz-osx-font-smoothing: unset;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-text-size-adjust: 100%;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
  }
}
img {
  max-width: 100%;
  height: auto;
}

@keyframes scroll-hint-appear {
  0% {
    transform: translateX(40px);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50%, 100% {
    transform: translateX(-40px);
    opacity: 0;
  }
}
.scroll-hint.is-right-scrollable {
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint.is-right-scrollable.is-left-scrollable {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0)), linear-gradient(270deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint.is-left-scrollable {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint-icon {
  position: absolute;
  top: calc(50% - 25px);
  left: calc(50% - 60px);
  box-sizing: border-box;
  width: 120px;
  height: 80px;
  border-radius: 5px;
  transition: opacity 0.3s;
  opacity: 0;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  padding: 20px 10px 10px 10px;
}

.scroll-hint-icon-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  pointer-events: none;
}

.scroll-hint-text {
  font-size: 10px;
  color: #FFF;
  margin-top: 5px;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon {
  opacity: 0.8;
}

.scroll-hint-icon:before {
  display: inline-block;
  width: 40px;
  height: 40px;
  color: #FFF;
  vertical-align: middle;
  text-align: center;
  content: "";
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDM8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIiBmaWxsPSIjZmZmIi8+PC9nPjwvZz48L3N2Zz4=);
}

.scroll-hint-icon:after {
  content: "";
  width: 34px;
  height: 14px;
  display: block;
  position: absolute;
  top: 10px;
  left: 50%;
  margin-left: -20px;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDE8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIiBmaWxsPSIjZmZmIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIgZmlsbD0iI2ZmZiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiIGZpbGw9IiNmZmYiLz48L2c+PC9nPjwvc3ZnPg==);
  opacity: 0;
  transition-delay: 2.4s;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:after {
  opacity: 1;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:before {
  animation: scroll-hint-appear 1.2s linear;
  animation-iteration-count: 2;
}

.scroll-hint-icon-white {
  background-color: #FFF;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.4);
}

.scroll-hint-icon-white:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDQ8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIi8+PC9nPjwvZz48L3N2Zz4=);
}

.scroll-hint-icon-white:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDI8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiLz48L2c+PC9nPjwvc3ZnPg==);
}

.scroll-hint-icon-white .scroll-hint-text {
  color: #000;
}

/**
 * Layout
 */
.ly_cont {
  padding-block: 0 80px;
}
/**
 * Header
 */
.ly_header {
  z-index: 8;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  color: var(--c_green);
}
@media not all and (max-width: 767px), print {
  .ly_header {
    padding-block: 16px;
  }
}
.ly_header_inner {
  background: #fff;
  position: relative;
  margin: auto;
}
@media not all and (max-width: 767px), print {
  .ly_header_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    width: var(--contW);
  }
}
.ly_header .logo {
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 767px) {
  .ly_header .logo {
    background: #fff;
    padding-block: 10px;
    padding-inline: 20px;
  }
}
.ly_header .logo > a {
  position: relative;
  font-family: var(--font_cal);
  font-weight: 600;
  letter-spacing: 0.04em;
}
@media not all and (max-width: 767px), print {
  .ly_header .logo > a {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .ly_header .logo > a {
    font-size: 1.125rem;
  }
}
.ly_header .logo > a::before {
  background: var(--c_green);
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform var(--transDur) var(--transEasing);
}
.ly_header .logo > a:focus-visible::before {
  transform-origin: left top;
  transform: scale(1, 1);
}
@media (any-hover: hover) {
  .ly_header .logo > a:hover::before {
    transform-origin: left top;
    transform: scale(1, 1);
  }
}
.ly_header .navArea #gnav_trigger {
  display: none;
}
.ly_header .navArea #gnav_trigger:checked + .gnav_hum {
  gap: 0px;
}
.ly_header .navArea #gnav_trigger:checked + .gnav_hum > span:nth-of-type(1) {
  transform: translateY(4px) rotate(45deg);
}
.ly_header .navArea #gnav_trigger:checked + .gnav_hum > span:nth-of-type(2) {
  opacity: 0;
}
.ly_header .navArea #gnav_trigger:checked + .gnav_hum > span:nth-of-type(3) {
  transform: rotate(-45deg);
}
.ly_header .navArea #gnav_trigger:checked ~ .gnav {
  transform: translateX(100%);
}
@media not all and (max-width: 767px), print {
  .ly_header .gnav_hum {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .ly_header .gnav_hum {
    z-index: 100;
    position: absolute;
    display: flex;
    flex-direction: column;
    gap: 4px;
    top: 15px;
    right: 20px;
    cursor: pointer;
  }
  .ly_header .gnav_hum > span {
    display: block;
    width: 20px;
    height: 2px;
    background: var(--c_green);
  }
}
@media screen and (max-width: 767px) {
  .ly_header .gnav {
    position: absolute;
    top: 47px;
    left: -100%;
    width: 100%;
    background: #fff;
    transition: left var(--transDur) var(--transEasing);
  }
}
@media not all and (max-width: 767px), print {
  .ly_header .gnav ul {
    display: flex;
    gap: 16px;
  }
}
@media screen and (max-width: 767px) {
  .ly_header .gnav ul {
    border-top: 1px solid var(--c_green);
  }
}
.ly_header .gnav ul li a {
  display: block;
  position: relative;
  font-family: var(--font_cal);
  font-weight: 600;
  letter-spacing: 0.04em;
}
@media not all and (max-width: 767px), print {
  .ly_header .gnav ul li a {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 767px) {
  .ly_header .gnav ul li a {
    padding-block: 10px;
    padding-inline: 20px;
    border-bottom: 1px solid var(--c_green);
    font-size: 0.875rem;
  }
}
.ly_header .gnav ul li a::before {
  background: var(--c_green);
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform var(--transDur) var(--transEasing);
}
.ly_header .gnav ul li a:focus-visible::before {
  transform-origin: left top;
  transform: scale(1, 1);
}
@media (any-hover: hover) {
  .ly_header .gnav ul li a:hover::before {
    transform-origin: left top;
    transform: scale(1, 1);
  }
}

/**
 * Footer
 */
.ly_footer {
  padding-block: 20px;
  background-color: var(--c_pasGreen);
}
.ly_footer_inner {
  margin: auto;
  width: var(--contW);
}

/**
 * Container
 */
.ct_std {
  margin-inline: auto;
  width: var(--contW);
}
/**
 * Block
 */
.bl_breadcrumb {
  margin-bottom: 60px;
}
.bl_breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  gap: 0 16px;
}
.bl_breadcrumb li:not(:first-child) {
  position: relative;
  padding-left: 22px;
}
.bl_breadcrumb li:not(:first-child)::before {
  content: ">";
  position: absolute;
  left: 0;
  top: 0.5lh;
  translate: 0 -50%;
}
.bl_breadcrumb a {
  display: block;
}
.bl_breadcrumb li:last-child a {
  pointer-events: none;
}

.bl_contSet > :not(:first-child) {
  margin-top: 80px;
}
.bl_contSet > .bl_hdgSet + * {
  margin-top: 0;
}

.bl_anchorLinks {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .bl_anchorLinks {
    grid-template-columns: repeat(2, 1fr);
  }
}
.bl_anchorLinks > li {
  border-top: 2px solid;
  border-bottom: 2px solid;
}
.bl_anchorLinks a {
  display: grid;
  grid-template-columns: 1fr auto;
  padding: 20px 20px 20px 0;
}
.bl_anchorLinks a::after {
  content: ">";
  line-height: 1;
  rotate: 90deg;
}

.bl_btns {
  display: grid;
  gap: 30px;
}
@media not all and (max-width: 767px), print {
  .bl_btns__2col {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media not all and (max-width: 767px), print {
  .bl_btns__3col {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media not all and (max-width: 767px), print {
  .bl_btns__4col {
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  }
}
.bl_imgAndBody {
  --_gap_row: 30px;
  --_gap_col: 40px;
  --_imageMaxW: 40%;
}
.bl_imgAndBody_inner {
  display: grid;
  gap: var(--_gap_row) var(--_gap_col);
}
@media not all and (max-width: 767px), print {
  .bl_imgAndBody__imgRight .bl_imgAndBody_inner {
    grid-template-columns: auto fit-content(var(--_imageMaxW));
  }
}
@media not all and (max-width: 767px), print {
  .bl_imgAndBody__imgRight .bl_imgAndBody_img {
    order: 1;
  }
}
@media not all and (max-width: 767px), print {
  .bl_imgAndBody__imgLeft .bl_imgAndBody_inner {
    grid-template-columns: fit-content(var(--_imageMaxW)) auto;
  }
}
@media not all and (max-width: 767px), print {
  .bl_imgAndBody__imgFloatRight .bl_imgAndBody_inner, .bl_imgAndBody__imgFloatLeft .bl_imgAndBody_inner {
    display: block;
    margin-bottom: calc(var(--_gap_row) * -1);
  }
  .bl_imgAndBody__imgFloatRight .bl_imgAndBody_inner::after, .bl_imgAndBody__imgFloatLeft .bl_imgAndBody_inner::after {
    content: "";
    display: block;
    clear: both;
  }
}
@media not all and (max-width: 767px), print {
  .bl_imgAndBody__imgFloatRight .bl_imgAndBody_img, .bl_imgAndBody__imgFloatLeft .bl_imgAndBody_img {
    padding-bottom: var(--_gap_row);
    max-width: var(--_imageMaxW);
  }
}
@media not all and (max-width: 767px), print {
  .bl_imgAndBody__imgFloatRight .bl_imgAndBody_img {
    float: right;
    margin-left: var(--_gap_col);
  }
}
@media not all and (max-width: 767px), print {
  .bl_imgAndBody__imgFloatLeft .bl_imgAndBody_img {
    float: left;
    margin-right: var(--_gap_col);
  }
}
@media not all and (max-width: 767px), print {
  .bl_imgAndBody__imgFloatRight .bl_imgAndBody_body, .bl_imgAndBody__imgFloatLeft .bl_imgAndBody_body {
    padding-bottom: var(--_gap_row);
  }
}

.bl_img {
  display: table;
  margin: auto;
  caption-side: bottom;
}
.bl_img__w100p {
  width: 100%;
}
.bl_img__w100p img {
  width: 100%;
}
.bl_img figcaption {
  display: table-caption;
  margin-top: 15px;
  font-size: 0.875rem;
}

.bl_imgGroupList {
  display: grid;
  gap: 40px 24px;
}
@media not all and (max-width: 767px), print {
  .bl_imgGroupList__2col {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media not all and (max-width: 767px), print {
  .bl_imgGroupList__3col {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media not all and (max-width: 767px), print {
  .bl_imgGroupList__4col {
    grid-template-columns: repeat(4, 1fr);
  }
}

.bl_imgGroup .bl_img:not(:last-child) {
  margin-bottom: 20px;
}
.bl_imgGroup_title {
  font-size: 1.25rem;
  font-weight: bold;
}
.bl_imgGroup_title:not(:last-child) {
  margin-bottom: 15px;
}

.bl_wysiwyg h2 {
  color: var(--c_green);
  font-family: var(--font_cal);
  font-weight: 600;
  text-align: center;
}
@media not all and (max-width: 767px), print {
  .bl_wysiwyg h2 {
    margin-bottom: 30px;
    font-size: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .bl_wysiwyg h2 {
    margin-bottom: 20px;
    font-size: 2rem;
  }
}
.bl_wysiwyg h3 {
  margin-bottom: 20px;
  font-size: 1.75rem;
  font-weight: bold;
}
.bl_wysiwyg h4 {
  margin-bottom: 15px;
  font-size: 1.625rem;
  font-weight: bold;
}
.bl_wysiwyg a {
  text-decoration: underline;
}
.bl_wysiwyg a::after {
  display: inline-block;
  background-color: currentColor;
  -webkit-mask-size: 100%;
  mask-size: 100%;
}
.bl_wysiwyg a[target=_blank]::after {
  content: "";
  width: 20px;
  aspect-ratio: 1;
  -webkit-mask-image: url(../img/common/icon/icon_blank.svg);
  mask-image: url(../img/common/icon/icon_blank.svg);
}
.bl_wysiwyg a[href$=".pdf"]::after {
  content: "";
  width: 20px;
  aspect-ratio: 1;
  -webkit-mask-image: url(../img/common/icon/icon_pdf.svg);
  mask-image: url(../img/common/icon/icon_pdf.svg);
}
.bl_wysiwyg a[href*=".doc"]::after {
  content: "";
  width: 20px;
  aspect-ratio: 1;
  -webkit-mask-image: url(../img/common/icon/icon_doc.svg);
  mask-image: url(../img/common/icon/icon_doc.svg);
}
.bl_wysiwyg a[href*=".xls"]::after {
  content: "";
  width: 20px;
  aspect-ratio: 1;
  -webkit-mask-image: url(../img/common/icon/icon_xls.svg);
  mask-image: url(../img/common/icon/icon_xls.svg);
}
.bl_wysiwyg a[href*=".ppt"]::after {
  content: "";
  width: 20px;
  aspect-ratio: 1;
  -webkit-mask-image: url(../img/common/icon/icon_ppt.svg);
  mask-image: url(../img/common/icon/icon_ppt.svg);
}
.bl_wysiwyg a[href$=".zip"]::after {
  content: "";
  width: 20px;
  aspect-ratio: 1;
  -webkit-mask-image: url(../img/common/icon/icon_file.svg);
  mask-image: url(../img/common/icon/icon_file.svg);
}
.bl_wysiwyg a::after {
  translate: 0 4px;
}
.bl_wysiwyg a > span {
  margin-right: 5px;
}
.bl_wysiwyg a:focus-visible {
  text-decoration: none;
}
@media (any-hover: hover) {
  .bl_wysiwyg a:hover {
    text-decoration: none;
  }
}
.bl_wysiwyg ol li:not(:first-child),
.bl_wysiwyg ul li:not(:first-child) {
  margin-top: 0.5em;
}
.bl_wysiwyg ol li ol,
.bl_wysiwyg ol li ul,
.bl_wysiwyg ul li ol,
.bl_wysiwyg ul li ul {
  margin-top: 0.5em;
}
.bl_wysiwyg ol {
  counter-reset: liCounter;
}
.bl_wysiwyg ol > li {
  position: relative;
  margin-left: 1em;
}
.bl_wysiwyg ol > li::before {
  content: counter(liCounter) ".";
  counter-increment: liCounter;
  position: absolute;
  right: 100%;
  top: 0;
  margin-right: 3px;
  white-space: nowrap;
}
.bl_wysiwyg ul > li {
  position: relative;
  padding-left: 1em;
}
.bl_wysiwyg ul > li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5lh;
  border-radius: 50%;
  width: 0.5em;
  aspect-ratio: 1;
  background-color: currentColor;
  translate: 0 -50%;
}
.bl_wysiwyg table {
  border-top: 1px solid #bbb;
  border-left: 1px solid #bbb;
  border-collapse: separate;
}
.bl_wysiwyg th,
.bl_wysiwyg td {
  border-right: 1px solid #bbb;
  border-bottom: 1px solid #bbb;
  padding: 16px;
}
.bl_wysiwyg th {
  background-color: #eee;
}

@media screen and (max-width: 767px) {
  .bl_table__spScroll {
    margin-inline: var(--contMargin_hor) 0;
    padding: 0 var(--contMargin_hor) 1px 0;
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  .bl_table__spScroll table {
    width: 200%;
  }
}

.bl_video {
  display: table;
  width: 100%;
  caption-side: bottom;
}
.bl_video iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.bl_video figcaption {
  display: table-caption;
  margin-top: 15px;
  font-size: 0.875rem;
}

.bl_videoGroupList {
  display: grid;
  gap: 40px 24px;
}
@media not all and (max-width: 767px), print {
  .bl_videoGroupList__2col {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media not all and (max-width: 767px), print {
  .bl_videoGroupList__3col {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media not all and (max-width: 767px), print {
  .bl_videoGroupList__4col {
    grid-template-columns: repeat(4, 1fr);
  }
}

.bl_videoGroup .bl_video:not(:last-child) {
  margin-bottom: 20px;
}
.bl_videoGroup_title {
  font-size: 1.25rem;
  font-weight: bold;
}
.bl_videoGroup_title:not(:last-child) {
  margin-bottom: 15px;
}

.bl_dataTable {
  display: grid;
  grid-template-columns: minmax(200px, max-content) 1fr;
  gap: 0 2em;
}
@media screen and (max-width: 767px) {
  .bl_dataTable {
    grid-template-columns: minmax(100px, max-content) 1fr;
  }
}
.bl_dataTable_row {
  display: grid;
  grid-template-columns: subgrid;
  grid-column: span 2;
  align-items: center;
  border-bottom: 2px solid;
  padding: 20px;
}
.bl_dataTable_row:nth-child(odd) {
  background-color: #ddd;
}
.bl_dataTable dt {
  font-weight: bold;
}

.bl_accordionList {
  display: grid;
  gap: 30px;
}

.bl_accordion {
  border: 2px solid;
}
.bl_accordion_head {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 40px;
  align-items: center;
  padding: 20px 30px;
  cursor: pointer;
}
.bl_accordion_head::-webkit-details-marker {
  display: none;
}
.bl_accordion_head .icon {
  position: relative;
  width: 20px;
  height: 2px;
  background-color: currentColor;
}
.bl_accordion_head .icon::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: inherit;
  rotate: 90deg;
}
.bl_accordion[open] .bl_accordion_head .icon::before {
  opacity: 0;
}
.bl_accordion_body {
  overflow: hidden;
}
.bl_accordion_body > div {
  padding: 0 30px 20px;
}

.bl_dialog {
  opacity: 0;
  visibility: hidden;
  display: block;
  overflow-y: auto;
  overscroll-behavior: contain;
  transition-property: opacity, visibility, overlay;
  transition-duration: var(--transDur);
  transition-timing-function: var(--transEasing);
  transition-behavior: allow-discrete;
  scrollbar-width: none;
}
.bl_dialog::-webkit-scrollbar {
  display: none;
}
.bl_dialog[open] {
  opacity: 1;
  visibility: visible;
}
.bl_dialog::backdrop {
  display: none;
}
.bl_dialog_backdrop {
  height: calc(100% + 1px);
}
.bl_dialog_inner {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  min-height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.bl_dialog_body {
  position: relative;
  padding: 40px;
  background-color: #fff;
}
.bl_dialog_closeBtn {
  position: absolute;
  right: 0;
  top: 0;
  width: 32px;
  height: 32px;
  background-color: #000;
}
.bl_dialog_closeBtn::before, .bl_dialog_closeBtn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  border-top: 2px solid #fff;
  width: 16px;
  translate: -50% -50%;
}
.bl_dialog_closeBtn::before {
  rotate: -45deg;
}
.bl_dialog_closeBtn::after {
  rotate: 45deg;
}

.bl_tabCont_tablist button {
  border: 1px solid var(--black_txt);
  border-bottom: 0;
  padding: 1em;
}
.bl_tabCont_tablist button[aria-selected=true] {
  background-color: var(--black_txt);
  color: #fff;
}
.bl_tabCont_tabpanel {
  border: 2px solid;
  padding: 2em;
}

/**
 * Element
 */
.el_hdgLg {
  color: var(--c_green);
  font-family: var(--font_cal);
  font-weight: 600;
  text-align: center;
}
@media not all and (max-width: 767px), print {
  .el_hdgLg {
    margin-bottom: 30px;
    font-size: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .el_hdgLg {
    margin-bottom: 20px;
    font-size: 2rem;
  }
}

.el_hdgMd {
  margin-bottom: 20px;
  font-size: 1.75rem;
  font-weight: bold;
}

.el_hdgSm {
  margin-bottom: 15px;
  font-size: 1.625rem;
  font-weight: bold;
}

.el_btn {
  display: grid;
  place-items: center;
  border: 1px solid #333;
  padding: 16px 48px;
  width: 100%;
  height: 100%;
  background-color: #333;
  color: #fff;
}
.el_btn .el_btn_inner::after {
  display: inline-block;
  background-color: currentColor;
  -webkit-mask-size: 100%;
  mask-size: 100%;
}
.el_btn[target=_blank] .el_btn_inner::after {
  content: "";
  width: 20px;
  aspect-ratio: 1;
  -webkit-mask-image: url(../img/common/icon/icon_blank.svg);
  mask-image: url(../img/common/icon/icon_blank.svg);
}
.el_btn[href$=".pdf"] .el_btn_inner::after {
  content: "";
  width: 20px;
  aspect-ratio: 1;
  -webkit-mask-image: url(../img/common/icon/icon_pdf.svg);
  mask-image: url(../img/common/icon/icon_pdf.svg);
}
.el_btn[href*=".doc"] .el_btn_inner::after {
  content: "";
  width: 20px;
  aspect-ratio: 1;
  -webkit-mask-image: url(../img/common/icon/icon_doc.svg);
  mask-image: url(../img/common/icon/icon_doc.svg);
}
.el_btn[href*=".xls"] .el_btn_inner::after {
  content: "";
  width: 20px;
  aspect-ratio: 1;
  -webkit-mask-image: url(../img/common/icon/icon_xls.svg);
  mask-image: url(../img/common/icon/icon_xls.svg);
}
.el_btn[href*=".ppt"] .el_btn_inner::after {
  content: "";
  width: 20px;
  aspect-ratio: 1;
  -webkit-mask-image: url(../img/common/icon/icon_ppt.svg);
  mask-image: url(../img/common/icon/icon_ppt.svg);
}
.el_btn[href$=".zip"] .el_btn_inner::after {
  content: "";
  width: 20px;
  aspect-ratio: 1;
  -webkit-mask-image: url(../img/common/icon/icon_file.svg);
  mask-image: url(../img/common/icon/icon_file.svg);
}
.el_btn:focus-visible {
  background-color: #fff;
  color: #333;
}
@media (any-hover: hover) {
  .el_btn:hover {
    background-color: #fff;
    color: #333;
  }
}
.el_btn_inner::after {
  translate: 0 4px;
}
.el_btn_inner > span {
  margin-right: 5px;
}

/**
 * Unique
 */
/**
 * Helper
 */
@media screen and (max-width: 767px) {
  .hp_pcOnly {
    display: none !important;
  }
}

@media not all and (max-width: 767px), print {
  .hp_spOnly {
    display: none !important;
  }
}

.hp_srOnly {
  position: absolute !important;
  margin: -1px !important;
  border: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  clip: rect(0, 0, 0, 0) !important;
  overflow: hidden !important;
  white-space: nowrap !important;
}

.hp_trimLeading::before, .hp_trimLeading::after {
  content: "";
  display: block;
}
.hp_trimLeading::before {
  margin-block-end: var(--negLeading);
}
.hp_trimLeading::after {
  margin-block-start: var(--negLeading);
}

/**
 * Page
 */
@media not all and (max-width: 767px), print {
  .pg_home section + section {
    padding-top: 120px;
  }
}
@media screen and (max-width: 767px) {
  .pg_home section + section {
    padding-top: 60px;
  }
}
@media not all and (max-width: 767px), print {
  .pg_home .mvSect {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-top: 68px;
  }
}
@media screen and (max-width: 767px) {
  .pg_home .mvSect {
    display: block;
    padding-top: 47px;
  }
}
.pg_home .mvSect_txtArea {
  text-align: center;
}
@media not all and (max-width: 767px), print {
  .pg_home .mvSect_txtArea {
    padding: 30px;
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .pg_home .mvSect_txtArea {
    padding: 20px;
  }
}
.pg_home .mvSect_ttl {
  font-family: var(--font_cal);
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.2;
}
@media not all and (max-width: 767px), print {
  .pg_home .mvSect_ttl {
    font-size: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .pg_home .mvSect_ttl {
    font-size: 2rem;
  }
}
@media not all and (max-width: 767px), print {
  .pg_home .mvSect_subTtl {
    font-size: 2.25rem;
  }
}
@media screen and (max-width: 767px) {
  .pg_home .mvSect_subTtl {
    font-size: 1.5rem;
  }
}
@media not all and (max-width: 767px), print {
  .pg_home .mvSect_imgArea {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .pg_home .mvSect_imgArea {
    width: 100%;
  }
}
.pg_home .mvSect_imgArea_carousel {
  width: 100%;
  display: grid;
  grid-auto-flow: column;
  grid-area: item;
  gap: 120px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-snap-stop: always;
  scroll-behavior: smooth;
  scroll-marker-group: after;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}
.pg_home .mvSect_imgArea_carousel::scroll-marker-group {
  display: flex;
  -moz-column-gap: 10px;
  column-gap: 10px;
  justify-content: center;
  margin-inline: auto;
}
@media not all and (max-width: 767px), print {
  .pg_home .mvSect_imgArea_carousel::scroll-marker-group {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .pg_home .mvSect_imgArea_carousel::scroll-marker-group {
    margin-top: 10px;
  }
}
.pg_home .mvSect_imgArea_img {
  aspect-ratio: 1600/900;
  scroll-snap-align: start;
  scroll-snap-stop: always;
}
@media not all and (max-width: 767px), print {
  .pg_home .mvSect_imgArea_img {
    width: 50vw;
  }
}
@media screen and (max-width: 767px) {
  .pg_home .mvSect_imgArea_img {
    width: 100vw;
  }
}
.pg_home .mvSect_imgArea_img::scroll-marker {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: var(--c_pasGreen);
}
.pg_home .mvSect_imgArea_img::scroll-marker:target-current {
  background-color: var(--c_green);
}
.pg_home .profileSect_tabs {
  display: flex;
  flex-wrap: wrap;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  overflow: hidden;
}
.pg_home .profileSect_tabs > input {
  display: none;
}
.pg_home .profileSect_tabs > input:checked + label {
  background-color: var(--c_green);
  color: #fff;
}
.pg_home .profileSect_tabs > label {
  display: block;
  padding-block: 10px;
  padding-inline: 20px;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  width: 33.3333333333%;
  background-color: var(--c_pasGreen);
  font-family: var(--font_cal);
  font-weight: 600;
  text-align: center;
  transition: background-color var(--transDur) var(--transEasing), color var(--transDur) var(--transEasing);
}
@media not all and (max-width: 767px), print {
  .pg_home .profileSect_tabs > label {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .pg_home .profileSect_tabs > label {
    font-size: 1rem;
  }
}
.pg_home .profileSect_tabs > label:focus-visible {
  background-color: var(--c_green);
  color: #fff;
}
@media (any-hover: hover) {
  .pg_home .profileSect_tabs > label:hover {
    background-color: var(--c_green);
    color: #fff;
  }
}
.pg_home .profileSect_tabs > label:first-of-type {
  border-left: none;
}
.pg_home .profileSect_tabs > label:last-of-type {
  border-right: none;
}
.pg_home .profileSect_tabs_content {
  display: none;
  border: 2px solid var(--c_pasGreen);
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  width: 100%;
  clear: both;
  overflow: hidden;
}
@media not all and (max-width: 767px), print {
  .pg_home .profileSect_tabs_content {
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  .pg_home .profileSect_tabs_content {
    padding: 20px 10px;
  }
}
@media not all and (max-width: 767px), print {
  .pg_home .profileSect_tabs_contentInner {
    display: flex;
    gap: 20px;
  }
}
@media not all and (max-width: 767px), print {
  .pg_home .profileSect_tabs_contentImg {
    max-width: 300px;
    flex-shrink: 0;
  }
}
.pg_home .profileSect_tabs_contentImg > img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .pg_home .profileSect_tabs_contentImg + .profileSect_tabs_contentTxtBox {
    margin-top: 20px;
  }
}
@media not all and (max-width: 767px), print {
  .pg_home .profileSect_tabs_contentTxtBox {
    flex-grow: 1;
  }
}
@media not all and (max-width: 767px), print {
  .pg_home .profileSect_tabs_contentTxtBox > * + * {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .pg_home .profileSect_tabs_contentTxtBox > * + * {
    margin-top: 10px;
  }
}
@media not all and (max-width: 767px), print {
  .pg_home .profileSect_tabs_contentTxt {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 767px) {
  .pg_home .profileSect_tabs_contentTxt {
    font-size: 0.875rem;
  }
}
.pg_home .profileSect_tabs_contentItem {
  display: flex;
  gap: 10px;
  border-bottom: 1px solid;
  padding-inline: 5px;
  padding-block: 10px;
}
@media not all and (max-width: 767px), print {
  .pg_home .profileSect_tabs_contentItem {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .pg_home .profileSect_tabs_contentItem {
    font-size: 0.75rem;
  }
}
.pg_home .profileSect_tabs_contentItem > dt {
  flex-shrink: 0;
  font-weight: bold;
}
@media not all and (max-width: 767px), print {
  .pg_home .profileSect_tabs_contentItem > dt {
    width: 100px;
  }
}
@media screen and (max-width: 767px) {
  .pg_home .profileSect_tabs_contentItem > dt {
    width: 80px;
  }
}
.pg_home .profileSect_tabs_contentModal {
  flex-shrink: 0;
}
.pg_home .profileSect_tabs_contentModal_btn {
  background-color: var(--c_pasGreen);
  padding: 5px 10px;
  font-weight: bold;
  transition: background-color var(--transDur) var(--transEasing), color var(--transDur) var(--transEasing);
}
.pg_home .profileSect_tabs_contentModal_btn:focus-visible {
  background-color: var(--c_green);
  color: #fff;
}
@media (any-hover: hover) {
  .pg_home .profileSect_tabs_contentModal_btn:hover {
    background-color: var(--c_green);
    color: #fff;
  }
}
.pg_home .profileSect_tabs_contentModal_modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  padding-inline: 30px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.pg_home .profileSect_tabs_contentModal_modal:target {
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pg_home .profileSect_tabs_contentModal_inner {
  position: relative;
  background-color: #fff;
  padding: 20px;
}
.pg_home .profileSect_tabs_contentModal_close {
  position: absolute;
  bottom: calc(100% + 3px);
  left: calc(100% + 3px);
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  transition: color var(--transDur) var(--transEasing);
}
.pg_home .profileSect_tabs_contentModal_close:focus-visible {
  color: var(--c_green);
}
@media (any-hover: hover) {
  .pg_home .profileSect_tabs_contentModal_close:hover {
    color: var(--c_green);
  }
}
.pg_home .profileSect_tabs #profileTab:checked ~ #profileTabContent {
  display: block;
}
.pg_home .profileSect_tabs #historyTab:checked ~ #historyTabContent {
  display: block;
}
.pg_home .profileSect_tabs #skillTab:checked ~ #skillTabContent {
  display: block;
}
.pg_home .contactSect_intro {
  border: 2px solid var(--c_pasGreen);
  border-radius: 15px;
}
@media not all and (max-width: 767px), print {
  .pg_home .contactSect_intro {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  .pg_home .contactSect_intro {
    display: block;
    padding: 20px 10px;
  }
}
@media not all and (max-width: 767px), print {
  .pg_home .contactSect_intro_bnr {
    flex-shrink: 0;
  }
}
@media screen and (max-width: 767px) {
  .pg_home .contactSect_intro_bnr {
    display: flex;
    justify-content: center;
  }
}
.pg_home .contactSect_intro_bnr > a {
  transition: opacity var(--transDur) var(--transEasing);
}
.pg_home .contactSect_intro_bnr > a:focus-visible {
  opacity: 0.8;
}
.pg_home .contactSect_intro_bnr > a:focus-visible .contactSect_intro_img::before {
  transform: scale(1, 1);
}
@media (any-hover: hover) {
  .pg_home .contactSect_intro_bnr > a:hover {
    opacity: 0.8;
  }
  .pg_home .contactSect_intro_bnr > a:hover .contactSect_intro_img::before {
    transform: scale(1, 1);
  }
}
.pg_home .contactSect_intro_img {
  position: relative;
  padding-block: 15px;
  padding-inline: 20px;
  border: 2px solid var(--c_pasGreen);
}
.pg_home .contactSect_intro_img > img {
  width: 150px;
}
.pg_home .contactSect_intro_img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--c_pasGreen);
  z-index: -1;
  transform: scale(0, 0);
  transition: transform var(--transDur) var(--transEasing);
}
.pg_home .contactSect_intro_txt {
  font-weight: bold;
}
@media not all and (max-width: 767px), print {
  .pg_home .contactSect_intro_txt {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 767px) {
  .pg_home .contactSect_intro_txt {
    margin-top: 20px;
    font-size: 0.875rem;
  }
}
.pg_home .contactSect_form_info {
  margin-top: 20px;
}

/**
 * Keyframes
 */