html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
section,
article,
aside,
hgroup,
header,
footer,
nav,
dialog,
figure,
menu,
video,
audio,
mark,
time,
canvas,
details {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  box-sizing: border-box;
  background: transparent;
}

section,
article,
aside,
hgroup,
header,
footer,
main,
nav,
dialog,
figure,
figcaption {
  display: block;
}

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

body {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  -webkit-print-color-adjust: exact;
}

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
  height: 0;
  /* Add the correct box sizing in Firefox */
  color: inherit;
  /* Correct border color in Firefox. */
}

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

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

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

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

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

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  border-color: inherit;
  /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0;
  /* Remove text indentation in Chrome, Edge, and Safari */
}

img {
  -webkit-backface-visibility: hidden;
  vertical-align: bottom;
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

b,
strong,
em {
  font-weight: inherit;
  font-style: inherit;
}

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

pre {
  font-size: 1em;
  /* Correct the odd `em` font sizing in all browsers */
}

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

/* https://gist.github.com/unruthless/413930 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */

input {
  border-radius: 0;
}

/* Replace pointer cursor in disabled elements */

[disabled] {
  cursor: default;
}

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

[type=search] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}

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

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */

button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
  color: inherit;
}

/* Remove inner padding and border in Firefox 4+ */

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */

button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */

button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

/* Style select like a standard input */

select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */

progress {
  vertical-align: baseline;
}

/* # =================================================================
   # Accessibility
   # ================================================================= */

/* Specify the progress cursor of updating elements */

[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */

[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */

[aria-disabled=true] {
  cursor: default;
}

html {
  font-size: 62.5%;
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
}

body {
  width: 100%;
  color: #c5c5c5;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  position: relative;
  padding: 0;
  margin: 0;
  background-color: #262626;
  font-weight: 400;
  overflow-x: hidden;
  overflow-y: scroll;
}

@media print, screen and (min-width:769px) {
  body {
    overflow-y: scroll;
  }
}

@media print {
  body {
    display: block;
    -webkit-print-color-adjust: exact;
    min-width: 980px !important;
    overflow: visible !important;
  }
}

body.is-locked {
  overflow: hidden;
}

body.is-no-touch {
  cursor: none;
}

body.is-no-touch a,
body.is-no-touch button {
  cursor: none;
}

@media screen and (max-width:768px) {
  body {
    min-width: 320px;
    font-size: 1.5rem;
  }
}

body * {
  box-sizing: border-box;
}

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

a {
  text-decoration: none;
  color: inherit;
  transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

a img,
a .c-ico {
  transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

picture {
  width: 100%;
  height: auto;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  -webkit-backface-visibility: hidden;
}

@media screen and (max-width:768px) {
  img {
    width: 100%;
  }
}

iframe {
  vertical-align: bottom;
}

object {
  width: 100%;
}

@media print {
  #name-ga-cookie-accept-bar {
    display: none;
  }
}

#name-ga-cookie-accept-bar .wrap {
  width: 84%;
  max-width: 1230px;
}

#name-ga-cookie-accept-bar.module-ga-cookie-accept-bar {
  background-color: rgba(0, 0, 0, 0.6);
}

#name-ga-cookie-accept-bar.module-ga-cookie-accept-bar .module-ga-cookie-accept-btn {
  border-radius: 0;
  font-size: 1.6rem;
  max-width: 170px;
  padding: 0.6em 0 0.5em;
}

#name-ga-cookie-accept-bar.module-ga-cookie-accept-bar button.accept {
  border: none;
  color: #000;
  background: #fff;
}

#name-ga-cookie-accept-bar.module-ga-cookie-accept-bar .text {
  font-size: 1.3rem;
}

@media screen and (max-width:1080px) {
  #name-ga-cookie-accept-bar.module-ga-cookie-accept-bar .text {
    width: 100%;
    margin-bottom: 15px;
  }
}

@media screen and (max-width:1080px) {
  #name-ga-cookie-accept-bar.module-ga-cookie-accept-bar .btns {
    float: none;
    width: 100%;
  }

  #name-ga-cookie-accept-bar.module-ga-cookie-accept-bar .btns .module-ga-cookie-accept-btn {
    max-width: 140px;
  }
}

.hover-alpha a:hover img {
  opacity: 0.7;
}

::-webkit-input-placeholder {
  color: #e5eded;
  padding-top: 0.2em;
}

:-moz-placeholder {
  color: #e5eded;
  opacity: 1;
}

::-moz-placeholder {
  color: #e5eded;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #e5eded;
}

select,
textarea,
input[type=text],
input[type=email],
input[type=number],
input[type=tel],
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 0;
  line-height: 1;
  box-sizing: border-box;
  border-radius: 0;
  border: none;
  background: none;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=text],
input[type=email],
input[type=tel] {
  width: 100%;
  border: 1px solid #eee;
  background: #fff;
  padding: 0 15px;
  box-sizing: border-box;
  height: 40px;
  line-height: 40px;
  font-size: 1.6rem;
}

select {
  cursor: pointer;
  width: 100%;
  padding: 0 40px 0 15px;
  border: 1px solid #eee;
  background: #fff;
  height: 44px;
  font-size: 1.6rem;
}

select::-ms-expand {
  display: none;
}

textarea {
  resize: none;
  width: 100%;
  line-height: 1.5;
  border: 1px solid #eee;
  background: #fff;
  font-size: 1.6rem;
  padding: 15px;
}

input[type=button],
input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  line-height: 1;
  cursor: pointer;
}

button {
  cursor: pointer;
}

@media screen and (max-width:768px) {
  select,
  textarea,
  input[type=text],
  input[type=email],
  input[type=number],
  input[type=tel] {
    font-size: 1.6rem;
  }
}

:focus {
  outline-color: #aaa;
}

#page {
  overflow: hidden;
}

.l-container {
  padding-left: 5.2631578947vw;
  padding-right: 5.2631578947vw;
}

@media screen and (max-width:768px) {
  .l-container {
    padding-left: 7.8125vw;
    padding-right: 7.8125vw;
  }
}

@media print, screen and (min-width:769px) {
  .l-container--md {
    padding-left: 9.8684210526vw;
    padding-right: 9.8684210526vw;
  }
}

.l-contents {
  padding-top: 4.6052631579vw;
}

@media screen and (max-width:768px) {
  .l-contents {
    padding-top: 10.4166666667vw;
  }
}

.l-footer {
  position: relative;
  color: #c5c5c5;
  line-height: 1;
  background: #111;
}

@media print, screen and (min-width:769px) {
  .l-footer {
    position: relative;
  }
}

@media print, screen and (min-width:769px) {
  .l-footer__inner {
    border-top: #3f3f3f solid 0.5px;
    display: flex;
    justify-content: center;
    padding-left: 21.0526315789vw;
    padding-right: 5.2631578947vw;
  }
}

@media print, screen and (min-width:1521px) {
  .l-footer__inner {
    border-top: #3f3f3f solid 0.5px;
    padding-left: 320px;
    padding-right: 320px;
  }
}

.l-footer-nav {
  padding: 50px 7.8125vw 50px;
}

@media print, screen and (min-width:769px) {
  .l-footer-nav {
    padding-top: 20px;
    padding-bottom: 50px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
  }
}

@media print, screen and (min-width:769px) {
  .l-footer-nav__box {
    margin: 30px 25px 0;
  }
}

.l-footer-nav__ttl {
  position: relative;
  display: block;
  width: 100%;
}

.l-footer-nav__ttl a,
.l-footer-nav__ttl span {
  font-size: 1.3rem;
  font-weight: 500;
  display: block;
  width: 100%;
  padding: 15px 0;
  text-align: left;
  text-decoration: none !important;
}

@media print, screen and (min-width:769px) {
  .l-footer-nav__ttl a,
  .l-footer-nav__ttl span {
    padding: 12px 0px 12px 0px;
    font-size: 1.5rem;
  }
}

@media print, screen and (min-width:769px) {
  .l-footer-nav__ttl a:hover {
    color: #69be28;
  }
}

@media screen and (max-width:768px) {
  .l-footer-nav__ttl.js-accordion::before,
  .l-footer-nav__ttl.js-accordion::after {
    position: absolute;
    content: "";
    background-color: #c5c5c5;
  }

  .l-footer-nav__ttl.js-accordion::before {
    width: 13px;
    height: 1px;
    right: 0;
    top: 50%;
    transform: translate(0%, -50%);
  }

  .l-footer-nav__ttl.js-accordion::after {
    width: 1px;
    height: 13px;
    right: 6px;
    top: 50%;
    transform: translate(0%, -50%);
  }

  .l-footer-nav__ttl.js-accordion.is-active::after {
    opacity: 0;
  }
}

@media print, screen and (min-width:769px) {
  .l-footer-nav-small {
    margin-top: 6px;
  }
}

@media screen and (max-width:768px) {
  .l-footer-nav-small {
    display: none;
  }
}

@media print, screen and (min-width:769px) {
  .l-footer-nav-small--model .l-footer-nav-small__list {
    display: flex;
    flex-wrap: wrap;
    max-width: 450px;
  }
}

.l-footer-nav-small__link {
  color: #727272;
  font-size: 1.3rem;
  padding: 15px 0 15px 1em;
  display: block;
  text-decoration: none !important;
}

@media print, screen and (min-width:769px) {
  .l-footer-nav-small__link {
    padding: 8px 0 8px 0;
  }

  .l-footer-nav-small__link:hover {
    color: #69be28;
  }
}

@media print, screen and (min-width:769px) {
  .l-footer-nav-small--model .l-footer-nav-small__item {
    width: 50%;
  }
}

@media print, screen and (min-width:769px) {
  .l-footer-logo {
    position: absolute;
    left: 0;
    top: 0;
  }
}

.l-footer-logo__link {
  background-color: #111111;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media print, screen and (min-width:769px) {
  .l-footer-logo__link {
    width: 15.7894736842vw;
    height: 15.7894736842vw;
    max-width: 240px;
    max-height: 240px;
  }

  .l-footer-logo__link img {
    width: 7.8947368421vw;
    max-width: 120px;
  }
}

@media screen and (max-width:768px) {
  .l-footer-logo__link {
    width: 100%;
    height: 160px;
  }

  .l-footer-logo__link img {
    width: 84px;
  }
}

.l-footer-coryright {
  text-align: center;
  color: #727272;
  font-size: 1rem;
  padding: 2.6315789474vw 0;
}

@media screen and (max-width:768px) {
  .l-footer-coryright {
    background-color: #3F3F3F;
    color: #fff;
    padding: 0 0 15px 0;
  }
}

.l-footer-pagetop {
  color: #69be28;
  position: absolute;
  right: 0;
  width: 5.2631578947vw;
  height: 120px;
  z-index: 49;
  bottom: 20px;
}

@media print, screen and (min-width:769px) {
  .l-footer-pagetop:hover .l-footer-pagetop__ico {
    transform: translate(0, -10px);
  }
}

@media screen and (max-width:768px) {
  .l-footer-pagetop {
    bottom: 210px;
    width: 15.625vw;
  }
}

.l-footer-pagetop.is-fixed {
  position: fixed;
  bottom: 20px;
}

.l-footer-pagetop span {
  display: block;
  line-height: 1;
  top: 2.6315789474vw;
  left: 60px;
  width: 13px;
  height: 58px;
  margin: 15px auto 0;
}

.l-footer-pagetop span svg {
  fill: #69be28;
  width: 100%;
  height: 100%;
}

.l-footer-pagetop__ico {
  display: block !important;
  width: 12px;
  height: 42px;
  padding-right: 2px;
  margin: auto;
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.l-footer-pagetop__ico svg {
  fill: #69be28;
  width: 100%;
  height: 100%;
}

.l-header {
  position: fixed;
  top: 0;
  z-index: 998;
  width: 100%;
}

.l-header-top {
  position: relative;
  z-index: 30;
}

.l-header-top__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 16px 80px 16px 42px;
  isolation: auto;
  background-color: #fff;
  color: #000;
  height: 80px;
}

@media screen and (max-width:768px) {
  .l-header-top__inner {
    height: 50px;
    padding-left: 15px;
  }
}

.l-header-top__logo {
  max-width: 179px;
  flex: 0 0 179px;
  margin-bottom: 0;
}

.l-header-top__logo img {
  display: block;
}

@media screen and (max-width:768px) {
  .l-header-top__logo {
    max-width: 90px;
    flex: 0 0 90px;
  }
}

.l-header-top__name {
  margin-left: 55px;
  width: 160px;
  transform: translateY(2px);
}

.l-header-top__name svg {
  width: 100%;
  height: 23px;
  display: block;
}

.l-header-top__name svg path {
  fill: #000;
}

@media screen and (max-width:992px) {
  .l-header-top__name {
    display: none;
  }
}

.l-header-top__links {
  flex-grow: 1;
  flex-basis: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  margin-right: 20px;
}

@media screen and (max-width:768px) {
  .l-header-top__links {
    display: none;
  }
}

.l-header-top__links--english {
  font-weight: 700;
}

.l-header-top__links--item {
  padding: 0 20px;
}

.l-header-top__links--item:first-of-type {
  border-right: 1px solid #000;
}

.l-header-top__links--item a {
  font-size: 1.4rem;
  color: #000;
  transition: all 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}

@media print, screen and (min-width:769px) {
  .l-header-top__links--item a:hover {
    color: #69be28;
  }
}

.l-header-top--line {
  width: 100%;
  height: 24px;
  background: url(/en/dist/img/common/green_lines.jpg);
}

@media screen and (max-width:768px) {
  .l-header-top--line {
    height: 21px;
  }
}

.l-header-main-nav__items {
  display: flex;
  justify-content: center;
  margin: 15px 0 15px;
}

@media screen and (max-width:768px) {
  .l-header-main-nav__items {
    display: none;
  }
}

.l-header-main-nav__item {
  margin: 0 20px;
}

.l-header-main-nav__link {
  color: #c5c5c5 !important;
  font-size: 1.5rem;
  display: block;
}

.l-header-main-nav__link span {
  position: relative;
  padding: 8px 0;
  display: inline-block;
  letter-spacing: 0.03em;
}

.l-header-main-nav__link span::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #c5c5c5;
  opacity: 0;
  transition: opacity 0.2s ease;
}

.l-header-main-nav__link:hover span::before {
  opacity: 1;
}

.l-header-main-nav__item--sub {
  position: relative;
}

.l-header-main-nav__item--sub:hover .l-header-main-nav__sub {
  opacity: 1;
  visibility: visible;
}

.l-header-main-nav__item--sub:hover > .l-header-main-nav__link span::before {
  opacity: 1;
}

.l-header-main-nav__sub {
  position: absolute;
  width: 265px;
  top: 35px;
  padding: 0;
  left: -50px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease;
  text-align: center;
}

.l-header-main-nav__sub .l-header-main-nav__link {
  white-space: nowrap;
}

.l-header-main-nav__sub .l-header-main-nav__link:hover {
  color: #69BE28 !important;
}

.l-header-main-nav__sub .l-header-main-nav__link:hover span::before {
  display: none;
}

.l-header-main-nav__sub ul {
  margin: 10px 20px;
}

.l-header-fix {
  position: fixed;
  top: 0;
  z-index: 100;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease;
}

.l-header-fix.is-fix {
  opacity: 1;
  visibility: visible;
}

.l-header-fix__logo {
  position: absolute;
  left: 0;
  top: 0;
  width: 120px;
  height: 120px;
  background-color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
}

.l-header-fix__logo img {
  width: 76px;
}

@media screen and (max-width:768px) {
  .l-header-fix__logo {
    width: 80px;
    height: 80px;
  }

  .l-header-fix__logo img {
    width: 50px;
  }
}

.l-header-drawer {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  width: 100%;
  z-index: 200;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease;
}

.l-header-drawer.is-active {
  opacity: 1;
  visibility: visible;
}

.l-header-drawer__inner {
  position: relative;
  overflow-y: auto;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
}

.l-header-drawer-locale {
  position: absolute;
  top: 28px;
  right: 130px;
  z-index: 1;
}

@media screen and (max-width:768px) {
  .l-header-drawer-locale {
    right: initial;
    top: 22px;
    left: 7.8125vw;
  }
}

.l-header-drawer-locale__items {
  display: flex;
}

@media screen and (max-width:768px) {
  .l-header-drawer-locale__items {
    margin-left: -10px;
  }
}

.l-header-drawer-locale__item {
  position: relative;
  padding: 0 10px;
}

@media screen and (max-width:768px) {
  .l-header-drawer-locale__item {
    padding: 0 6px;
  }
}

.l-header-drawer-locale__item::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 70%;
  right: 0;
  background-color: #bbb;
  transform: rotate(8deg);
  top: 0;
  bottom: 0;
  margin: auto;
}

.l-header-drawer-locale__item:last-child::before {
  display: none;
}

.l-header-drawer-locale__link {
  font-size: 2rem;
  color: #bbb;
}

@media screen and (max-width:768px) {
  .l-header-drawer-locale__link {
    font-size: 1.5rem;
  }
}

.l-header-drawer-locale__link.is-active {
  color: #69be28;
}

.l-header-drawer-nav {
  position: relative;
  color: #000;
  padding: 60px 7.8125vw 30px;
}

@media print, screen and (min-width:769px) {
  .l-header-drawer-nav {
    min-height: 100vh;
    min-height: calc(var(--vh, 1vh) * 100);
    max-width: 1280px;
    margin: 0 auto;
    padding: 5.2631578947vw 5.2631578947vw;
  }

  .l-header-drawer-nav::before {
    position: absolute;
    content: "";
    top: 0;
    right: 7.8125vw;
    width: calc(100% - 320px - 7.8125vw);
    background: #fff;
    height: 100%;
    background-image: url("/en/dist/img/common/logo_square_black.svg");
    background-size: 220px auto;
    background-position: center right;
    background-repeat: no-repeat;
    display: none;
  }
}

@media print, screen and (min-width:993px) {
  .l-header-drawer-nav::before {
    right: 5.2631578947vw;
    width: calc(100% - 400px - 5.2631578947vw);
    background-size: 262px 312px;
  }
}

@media print, screen and (min-width:769px) {
  .l-header-drawer-nav__item {
    margin: 30px 0;
    width: 320px;
  }
}

@media print, screen and (min-width:993px) {
  .l-header-drawer-nav__item {
    width: 450px;
  }
}

.l-header-drawer-nav__link {
  position: relative;
  font-size: 2.4rem;
  font-weight: 700;
  display: block;
  text-align: left;
  width: 100%;
  transition: color 0.2s ease;
}

@media screen and (max-width:768px) {
  .l-header-drawer-nav__link.js-accordion::before,
  .l-header-drawer-nav__link.js-accordion::after {
    position: absolute;
    content: "";
    background-color: #c5c5c5;
  }

  .l-header-drawer-nav__link.js-accordion::before {
    width: 13px;
    height: 1px;
    right: 0;
    top: 50%;
    transform: translate(0%, -50%);
  }

  .l-header-drawer-nav__link.js-accordion::after {
    width: 1px;
    height: 13px;
    right: 6px;
    top: 50%;
    transform: translate(0%, -50%);
  }

  .l-header-drawer-nav__link.js-accordion.is-active::after {
    opacity: 0;
  }
}

@media print, screen and (min-width:769px) {
  .l-header-drawer-nav__link.js-header-drop::before {
    display: block;
    position: absolute;
    content: "";
    top: 50%;
    right: 50px;
    width: 10px;
    height: 10px;
    will-change: transform;
    transform: rotate(45deg);
    border-top: 2px solid #bbbbbb;
    border-right: 2px solid #bbbbbb;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: border-color 0.2s ease;
  }

  .l-header-drawer-nav__link:hover,
  .l-header-drawer-nav__link.is-active {
    color: #69be28;
  }

  .l-header-drawer-nav__link:hover::before,
  .l-header-drawer-nav__link.is-active::before {
    border-color: #69be28;
  }
}

@media print, screen and (min-width:993px) {
  .l-header-drawer-nav__link {
    font-size: 2.8rem;
  }
}

@media screen and (max-width:768px) {
  .l-header-drawer-nav__link {
    font-size: 1.8rem;
    padding: 2.6041666667vw 0;
  }
}

@media screen and (max-width:768px) {
  .l-header-drawer-nav-drop {
    display: none;
  }
}

@media print, screen and (min-width:769px) {
  .l-header-drawer-nav-drop {
    position: absolute;
    top: 0;
    padding-top: 5.2631578947vw;
    left: 320px;
    margin-left: 5.2631578947vw;
    width: calc(100% - 320px - 10.5263157895vw);
    background: #fff;
    height: 100%;
    border-left: 1px solid #ededed;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease;
    padding-left: 4.6052631579vw;
  }

  .l-header-drawer-nav-drop.is-active {
    opacity: 1;
    visibility: visible;
  }
}

@media print, screen and (min-width:993px) {
  .l-header-drawer-nav-drop {
    left: 450px;
    width: calc(100% - 450px - 10.5263157895vw);
  }
}

@media print, screen and (min-width:769px) {
  .l-header-drawer-nav-drop__item {
    margin: 30px 0;
  }
}

.l-header-drawer-nav-drop__link {
  font-size: 1.8rem;
  font-weight: 700;
  display: block;
  transition: color 0.2s ease;
}

@media print, screen and (min-width:769px) {
  .l-header-drawer-nav-drop__link:hover {
    color: #69be28;
  }
}

@media print, screen and (min-width:993px) {
  .l-header-drawer-nav-drop__link {
    font-size: 2rem;
  }
}

@media screen and (max-width:768px) {
  .l-header-drawer-nav-drop__link {
    font-size: 1.5rem;
    padding: 2.6041666667vw 0 2.6041666667vw 3.90625vw;
  }
}

.l-header-hamburger {
  position: fixed;
  z-index: 201;
  width: 100px;
  height: 100px;
  background-color: #fff;
  top: 0%;
  right: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease, background-color 0.2s ease;
}

.l-header-hamburger.is-fix {
  opacity: 1;
  visibility: visible;
}

.l-header-top .l-header-hamburger {
  position: absolute;
  opacity: 1;
  visibility: visible;
}

@media print, screen and (min-width:769px) {
  .l-header-top .l-header-hamburger {
    height: 80px;
  }
}

.l-header-hamburger span {
  position: relative;
  width: 36px;
  height: 1px;
}

.l-header-hamburger span::before,
.l-header-hamburger span::after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #7f7f7f;
  transition: top 0.2s ease, transform 0.2s ease;
}

.l-header-hamburger span::before {
  top: -6px;
}

.l-header-hamburger span::after {
  top: 6px;
}

.l-header-hamburger.is-active {
  background-color: #69be28;
  opacity: 1;
  visibility: visible;
}

.l-header-hamburger.is-active span::before {
  top: 0px;
  transform: rotate(25deg);
  background-color: #fff;
}

.l-header-hamburger.is-active span::after {
  top: 0px;
  transform: rotate(-25deg);
  background-color: #fff;
}

@media screen and (max-width:768px) {
  .l-header-hamburger {
    width: 50px;
    height: 50px;
  }

  .l-header-hamburger span {
    width: 23px;
  }

  .l-header-hamburger span::before {
    top: -5px;
  }

  .l-header-hamburger span::after {
    top: 5px;
  }
}

.l-inner {
  padding: 0 4em;
}

.l-main {
  display: block;
  font-size: 1.6rem;
  line-height: 1.8;
}

@media screen and (max-width:768px) {
  .l-main {
    font-size: 1.4rem;
  }
}

main {
  padding-top: 160px;
}

@media screen and (max-width:768px) {
  main {
    padding-top: 50px;
  }
}

.l-page {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
  padding-top: 80px;
  opacity: 0;
  transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.l-pillar-right {
  color: grey;
  font-size: 12px;
  line-height: 20px;
  mix-blend-mode: difference;
  pointer-events: none;
  position: fixed;
  text-align: center;
  width: 100vh;
  width: calc(var(--vh, 1vh) * 100);
  z-index: 10;
  bottom: -10px;
  right: 2.6315789474vw;
  transform: rotate(90deg);
  transform-origin: right center;
}

@media screen and (max-width:768px) {
  .l-pillar-right {
    display: none;
  }
}

.c-lattice-pattern {
  position: relative;
}

.c-lattice-pattern::after {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  content: "";
  background-image: url("/en/dist/img/common/img_lattice-pattern.png");
  z-index: 1;
  background-repeat: repeat;
  opacity: 0.1;
}

.c-video-box {
  position: relative;
  display: block;
  overflow: hidden;
}

.c-video {
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0px;
  left: 0px;
}

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

.c-ico svg {
  display: inline-block;
  vertical-align: top;
}

.c-ico-pdf {
  width: 14px;
  height: 20px;
  margin-left: 5px;
}

@media screen and (max-width:768px) {
  .c-ico-pdf {
    width: 11px;
    height: 15px;
  }
}

.c-ico-pdf svg {
  width: 100%;
  height: 100%;
  fill: #bebebe;
  vertical-align: middle;
}

.c-ico-arrow {
  width: 43px;
  width: max(5.6578947368vw, 42px);
  height: 19px;
  height: max(1.1842105263vw, 10px);
}

@media screen and (max-width:768px) {
  .c-ico-arrow {
    width: 44px;
    width: max(10.9375vw, 42px);
    height: 10px;
    height: max(2.6041666667vw, 10px);
  }
}

.c-ico-arrow svg {
  width: 100%;
  height: 100%;
  fill: #69be28;
}

.c-arrow-btn {
  display: inline-block;
  padding: 0 20px 0 0;
}

@media print, screen and (min-width:769px) {
  .c-arrow-btn:hover .c-arrow-btn__ico {
    transform: translate(20px, 0);
  }
}

.c-arrow-btn__ico {
  height: 100px;
  height: max(6.5789473684vw, 60px);
}

@media screen and (max-width:768px) {
  .c-arrow-btn__ico {
    height: 40px;
    height: max(10.4166666667vw, 40px);
  }
}

.c-pic img {
  width: 100%;
}

.c-pointer {
  pointer-events: none;
  position: fixed;
  top: -10px;
  left: -10px;
  width: 20px;
  height: 20px;
  transform: translate(0, 0);
  transition: mix-blend-mode 0.2s;
  will-change: transform;
  -webkit-perspective: 1000;
  -webkit-transform: perspective(0);
  z-index: 999;
  mix-blend-mode: difference;
}

.c-pointer::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 50%;
  transition: all 0.2s;
  transition-timing-function: ease-out;
}

.c-pointer::after {
  position: absolute;
  content: "";
  top: 50%;
  margin-top: -6px;
  width: 24px;
  height: 14px;
  background-image: url("/en/dist/img/common/ico_cursor.png");
  background-size: 24px auto;
  opacity: 0;
  transform: scale(0);
  transition: all 0.2s;
  transition-timing-function: ease-out;
}

.c-pointer.is-active {
  mix-blend-mode: normal;
}

.c-pointer.is-active::before {
  transform: scale(2.8);
  background: #69be28;
  opacity: 0.8;
}

.c-pointer.is-active::after {
  opacity: 1;
  transform: scale(1);
}

.c-pointer.is-active .c-pointer__ico {
  opacity: 1;
}

.c-pointer.is-hide::before {
  transform: scale(0);
}

.p-kv .p-breadcrumb {
  margin-top: 7.8947368421vw;
}

.p-kv__ttl {
  color: #fff;
  line-height: 1.2;
  padding-top: 2.9605263158vw;
}

@media screen and (max-width:768px) {
  .p-kv__ttl {
    padding-top: 14.3229166667vw;
    padding-bottom: 5.2083333333vw;
  }
}

.p-kv__ttl.u-ff-en {
  font-size: 6.5789473684vw;
  font-weight: 400;
  letter-spacing: 0.01em;
}

@media screen and (max-width:768px) {
  .p-kv__ttl.u-ff-en {
    font-size: 14.3229166667vw;
  }
}

.p-breadcrumb {
  position: relative;
}

@media screen and (max-width:768px) {
  .p-breadcrumb {
    display: none;
  }
}

.p-breadcrumb__items {
  display: flex;
  flex-wrap: wrap;
}

.p-breadcrumb__item {
  float: left;
  position: relative;
  color: #727272;
  font-size: 1.2rem;
  margin-right: 15px;
  padding-right: 50px;
}

.p-breadcrumb__item:before {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background: #727272;
  position: absolute;
  right: 0;
  top: 50%;
}

.p-breadcrumb__item:last-child {
  padding-right: 0;
}

.p-breadcrumb__item:last-child:before {
  display: none;
}

@media print, screen and (min-width:769px) {
  .p-breadcrumb__link:hover {
    text-decoration: underline;
  }
}

.u-bg-alpha {
  background-color: transparent !important;
}

.u-bg-main {
  background-color: #69be28 !important;
}

.u-bg-plain {
  background-color: #c5c5c5 !important;
}

.u-bg-focus {
  background-color: #aaa !important;
}

.u-bg-border {
  background-color: #eee !important;
}

.u-bg-white {
  background-color: #fff !important;
}

.u-bg-gray01 {
  background-color: #E7EAEA !important;
}

.u-bg-gray02 {
  background-color: #EFF2F2 !important;
}

.u-bg-orange {
  background-color: #ff9821 !important;
}

.u-bg-blue {
  background-color: #1286db !important;
}

.u-bg-yellow {
  background-color: #FFE249 !important;
}

.u-clr:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}

.u-c-main {
  color: #69be28 !important;
}

.u-c-plain {
  color: #c5c5c5 !important;
}

.u-c-white {
  color: #fff !important;
}

.u-c-blue {
  color: #1286db !important;
}

.u-c-orange {
  color: #ff9821 !important;
}

.u-c-yellow {
  color: #FFE249 !important;
}

.u-c-pink {
  color: #FF747A !important;
}

.u-c-red {
  color: #FF5807 !important;
}

.u-c-red02 {
  color: #EF505B !important;
}

.u-c-gray01 {
  color: #E7EAEA !important;
}

.u-c-gray02 {
  color: #EFF2F2 !important;
}

.u-c-gray03 {
  color: #BCCACA !important;
}

.u-c-gray04 {
  color: #95A0A0 !important;
}

.u-c-gray05 {
  color: #637979 !important;
}

.u-c-gray06 {
  color: #F8F9F9 !important;
}

.u-c-gray07 {
  color: #4E6060 !important;
}

@media screen and (max-width:576px) {
  .u-xs-min {
    display: none !important;
  }
}

@media print, screen and (min-width:577px) {
  .u-xs-max {
    display: none !important;
  }
}

@media screen and (max-width:768px) {
  .u-sm-min {
    display: none !important;
  }
}

@media print, screen and (min-width:769px) {
  .u-sm-max {
    display: none !important;
  }
}

@media screen and (max-width:992px) {
  .u-md-min {
    display: none !important;
  }
}

@media print, screen and (min-width:993px) {
  .u-md-max {
    display: none !important;
  }
}

@media screen and (max-width:1200px) {
  .u-xl-min {
    display: none !important;
  }
}

@media print, screen and (min-width:1201px) {
  .u-xl-max {
    display: none !important;
  }
}

.u-ff-jp {
  font-family: "Noto Sans JP", sans-serif;
}

.u-ff-en {
  font-family: "Oswald", sans-serif;
}

.u-fs-xs {
  font-size: 1.2rem;
}

@media screen and (max-width:768px) {
  .u-fs-xs {
    font-size: 1.1rem;
  }
}

.u-fs-sm {
  font-size: 1.3rem;
}

@media screen and (max-width:768px) {
  .u-fs-sm {
    font-size: 1.2rem;
  }
}

.u-fs-md {
  font-size: 1.5rem;
}

@media screen and (max-width:768px) {
  .u-fs-md {
    font-size: 1.3rem;
  }
}

.u-fs-lg {
  font-size: 1.8rem;
}

@media screen and (max-width:768px) {
  .u-fs-lg {
    font-size: 1.6rem;
  }
}

.u-fw-b {
  font-weight: 700;
}

.u-fw-m {
  font-weight: 500;
}

.u-m-0 {
  margin: 0 !important;
}

.u-m-auto {
  margin: auto !important;
}

.u-mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.u-my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.u-mt-0 {
  margin-top: 0 !important;
}

.u-mt-3 {
  margin-top: 3px !important;
}

.u-mt-5 {
  margin-top: 5px !important;
}

.u-mt-10 {
  margin-top: 10px !important;
}

.u-mt-15 {
  margin-top: 15px !important;
}

.u-mt-20 {
  margin-top: 20px !important;
}

.u-mt-25 {
  margin-top: 25px !important;
}

.u-mt-30 {
  margin-top: 30px !important;
}

.u-mt-35 {
  margin-top: 35px !important;
}

.u-mt-40 {
  margin-top: 40px !important;
}

.u-mt-45 {
  margin-top: 45px !important;
}

.u-mt-50 {
  margin-top: 50px !important;
}

.u-mt-xs {
  margin-top: 20px !important;
}

@media screen and (max-width:768px) {
  .u-mt-xs {
    margin-top: 10px !important;
  }
}

.u-mt-sm {
  margin-top: 40px !important;
}

@media screen and (max-width:768px) {
  .u-mt-sm {
    margin-top: 20px !important;
  }
}

.u-mt-md {
  margin-top: 64px !important;
}

@media screen and (max-width:768px) {
  .u-mt-md {
    margin-top: 32px !important;
  }
}

.u-mt-xl {
  margin-top: 150px !important;
}

@media screen and (max-width:768px) {
  .u-mt-xl {
    margin-top: 75px !important;
  }
}

.u-mb-0 {
  margin-bottom: 0 !important;
}

.u-mb-5 {
  margin-bottom: 5px !important;
}

.u-mb-10 {
  margin-bottom: 10px !important;
}

.u-mb-15 {
  margin-bottom: 15px !important;
}

.u-mb-20 {
  margin-bottom: 20px !important;
}

.u-mb-25 {
  margin-bottom: 25px !important;
}

.u-mb-30 {
  margin-bottom: 30px !important;
}

.u-mb-35 {
  margin-bottom: 35px !important;
}

.u-mb-40 {
  margin-bottom: 40px !important;
}

.u-mb-45 {
  margin-bottom: 45px !important;
}

.u-mb-50 {
  margin-bottom: 50px !important;
}

.u-mb-xs {
  margin-bottom: 20px !important;
}

@media screen and (max-width:768px) {
  .u-mb-xs {
    margin-bottom: 10px !important;
  }
}

.u-mb-sm {
  margin-bottom: 40px !important;
}

@media screen and (max-width:768px) {
  .u-mb-sm {
    margin-bottom: 20px !important;
  }
}

.u-mb-md {
  margin-bottom: 64px !important;
}

@media screen and (max-width:768px) {
  .u-mb-md {
    margin-bottom: 32px !important;
  }
}

.u-mb-xl {
  margin-bottom: 150px !important;
}

@media screen and (max-width:768px) {
  .u-mb-xl {
    margin-bottom: 75px !important;
  }
}

.u-mm-d {
  mix-blend-mode: difference !important;
}

.u-p-0 {
  padding: 0 !important;
}

.u-p-5 {
  padding: 5px !important;
}

.u-p-10 {
  padding: 10px !important;
}

.u-p-15 {
  padding: 15px !important;
}

.u-p-20 {
  padding: 20px !important;
}

.u-p-25 {
  padding: 25px !important;
}

.u-p-30 {
  padding: 30px !important;
}

.u-p-35 {
  padding: 35px !important;
}

.u-p-40 {
  padding: 40px !important;
}

.u-p-45 {
  padding: 45px !important;
}

.u-p-50 {
  padding: 50px !important;
}

.u-pt-0 {
  padding-top: 0 !important;
}

.u-pt-5 {
  padding-top: 5px !important;
}

.u-pt-10 {
  padding-top: 10px !important;
}

.u-pt-15 {
  padding-top: 15px !important;
}

.u-pt-20 {
  padding-top: 20px !important;
}

.u-pt-25 {
  padding-top: 25px !important;
}

.u-pt-30 {
  padding-top: 30px !important;
}

.u-pt-35 {
  padding-top: 35px !important;
}

.u-pt-40 {
  padding-top: 40px !important;
}

.u-pt-45 {
  padding-top: 45px !important;
}

.u-pt-50 {
  padding-top: 50px !important;
}

.u-pt-xs {
  padding-top: 20px !important;
}

@media screen and (max-width:768px) {
  .u-pt-xs {
    padding-top: 10px !important;
  }
}

.u-pt-sm {
  padding-top: 40px !important;
}

@media screen and (max-width:768px) {
  .u-pt-sm {
    padding-top: 20px !important;
  }
}

.u-pt-md {
  padding-top: 64px !important;
}

@media screen and (max-width:768px) {
  .u-pt-md {
    padding-top: 32px !important;
  }
}

.u-pt-xl {
  padding-top: 150px !important;
}

@media screen and (max-width:768px) {
  .u-pt-xl {
    padding-top: 75px !important;
  }
}

.u-pb-0 {
  padding-bottom: 0 !important;
}

.u-pb-5 {
  padding-bottom: 5px !important;
}

.u-pb-10 {
  padding-bottom: 10px !important;
}

.u-pb-15 {
  padding-bottom: 15px !important;
}

.u-pb-20 {
  padding-bottom: 20px !important;
}

.u-pb-25 {
  padding-bottom: 25px !important;
}

.u-pb-30 {
  padding-bottom: 30px !important;
}

.u-pb-35 {
  padding-bottom: 35px !important;
}

.u-pb-40 {
  padding-bottom: 40px !important;
}

.u-pb-45 {
  padding-bottom: 45px !important;
}

.u-pb-50 {
  padding-bottom: 50px !important;
}

.u-pb-xs {
  padding-bottom: 20px !important;
}

@media screen and (max-width:768px) {
  .u-pb-xs {
    padding-bottom: 10px !important;
  }
}

.u-pb-sm {
  padding-bottom: 40px !important;
}

@media screen and (max-width:768px) {
  .u-pb-sm {
    padding-bottom: 20px !important;
  }
}

.u-pb-md {
  padding-bottom: 64px !important;
}

@media screen and (max-width:768px) {
  .u-pb-md {
    padding-bottom: 32px !important;
  }
}

.u-pb-xl {
  padding-bottom: 150px !important;
}

@media screen and (max-width:768px) {
  .u-pb-xl {
    padding-bottom: 75px !important;
  }
}

.u-ta-l {
  text-align: left !important;
}

.u-ta-r {
  text-align: right !important;
}

.u-ta-c {
  text-align: center !important;
}

.u-td-ul {
  text-decoration: underline !important;
}

.u-td-none {
  text-decoration: none !important;
}

.u-va-t {
  vertical-align: top !important;
}

.u-va-m {
  vertical-align: middle !important;
}

.u-va-b {
  vertical-align: bottom !important;
}

.u-w-100 {
  width: 100% !important;
}

.u-w-90 {
  width: 90% !important;
}

.u-w-80 {
  width: 80% !important;
}

.u-w-70 {
  width: 70% !important;
}

.u-w-60 {
  width: 60% !important;
}

.u-w-50 {
  width: 50% !important;
}

.u-w-40 {
  width: 40% !important;
}

.u-w-30 {
  width: 30% !important;
}

.u-w-20 {
  width: 20% !important;
}

.u-w-10 {
  width: 10% !important;
}

