/*! destyle.css v3.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

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

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
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 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 */
  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 */
}

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

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

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

/**
 * 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. Fix font inheritance.
 */
::-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]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
}

caption {
  text-align: left;
}

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

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

:root {
  --gr: #0A965C;
  --dgr: #027B4B;
  --bk: #151B38;
}

html {
  scroll-behavior: smooth;
}

/**
 * Body
*/
body {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  overflow-x: hidden;
  min-height: -webkit-fill-available;
  -webkit-font-smoothing: antialiased;
  color: var(--bk);
}
body.is-fixed {
  overflow: hidden;
}

.baseW {
  box-sizing: content-box;
  padding-left: min(5.5555555556vw, 80px);
  padding-right: min(5.5555555556vw, 80px);
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .baseW {
    max-width: 500px;
    width: calc(100% - 8.5333333333vw);
    padding-left: min(4.2553191489vw, 16px);
    padding-right: min(4.2553191489vw, 16px);
  }
}

.img {
  width: 100%;
}

.btn {
  background: var(--gr);
  border-radius: 16px;
  color: #fff;
  font-size: 18px;
  line-height: 2;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .btn {
    width: 180px;
  }
}
@media screen and (max-width: 767px) {
  .btn {
    font-size: 12px;
    border-radius: 12px;
  }
}
@media screen and (min-width: 768px) {
  .btn:hover {
    background: #068a56;
  }
}
.btn--wh {
  background: #fff;
  border: 1px solid #D6D7D7;
  color: var(--bk);
}
@media screen and (min-width: 768px) {
  .btn--wh:hover {
    background: #D6D7D7;
  }
}
.btn a {
  padding: 10px 14px 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .btn a {
    padding: 8px;
    gap: 4px;
  }
}

.i-arrow::after {
  content: "";
  width: 16px;
  height: 16px;
  display: block;
  background: url(../images/icon_arrow.svg) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .i-arrow::after {
    width: 12px;
    height: 12px;
  }
}
.i-arrow--wh::after {
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(63deg) brightness(103%) contrast(102%);
}

.i-link {
  display: flex;
  align-items: center;
  gap: 8px;
}
.i-link::after {
  content: "";
  width: 16px;
  height: 16px;
  display: block;
  background: url(../images/icon_link.svg) no-repeat center/contain;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

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

.header {
  padding: 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 10;
  background: transparent;
  backdrop-filter: blur(0px);
}
.header::before {
  content: "";
  background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0.8) 54.33%, rgba(255, 255, 255, 0.3) 100%);
  backdrop-filter: blur(2px);
  position: absolute;
  left: 0;
  bottom: 15%;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 0.5s;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .header {
    padding: 24px 16px;
  }
}
.header.is-scrolled::before {
  opacity: 1;
  bottom: 0;
}
.header .logo {
  width: 160px;
  display: block;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .header .logo:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .header .logo {
    width: min(25.6vw, 96px);
  }
}
.header__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .header__nav {
    gap: 6px;
  }
}
.header__list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
@media screen and (max-width: 1200px) {
  .header__list {
    display: none;
  }
}
.header__item {
  font-size: 16px;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .header__item:hover {
    color: var(--dgr);
  }
}
.header__item span {
  display: block;
  font-size: 10px;
  margin-top: 8px;
}

.footer {
  background: #0E1844;
  color: #fff;
  padding: 80px 0 92px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 40px 0 84px;
  }
}
.footer__banner {
  display: grid;
  gap: 24px;
}
.footer__banner .banner-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 32px;
}
@media screen and (max-width: 767px) {
  .footer__banner .banner-list {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
@media screen and (min-width: 768px) {
  .footer__banner .banner-list a {
    transition: 0.3s;
  }
  .footer__banner .banner-list a:hover {
    opacity: 0.7;
  }
}
.footer__banner .branding-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
  gap: 16px;
  font-family: "Unbounded", sans-serif;
}
@media screen and (max-width: 767px) {
  .footer__banner .branding-list {
    gap: 12px;
  }
}
.footer__banner .branding-list li {
  background: #fff;
  color: #151B38;
  border-radius: 50px;
  font-size: 18px;
  line-height: 1.1;
  text-align: center;
  transition: 0.3s;
}
.footer__banner .branding-list li a {
  padding: 14px 0;
  display: block;
}
@media screen and (min-width: 768px) {
  .footer__banner .branding-list li:hover {
    opacity: 0.7;
  }
}
.footer__inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 32px 0;
  margin-top: 64px;
  padding-left: min(5.5555555556vw, 80px);
  padding-right: min(5.5555555556vw, 80px);
  max-width: 1240px;
  box-sizing: content-box;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .footer__inner {
    max-width: 500px;
    flex-direction: column;
    padding-left: min(8.5333333333vw, 32px);
    padding-right: min(8.5333333333vw, 32px);
  }
}
.footer .logo {
  width: 240px;
  transition: 0.3s;
  display: block;
}
@media screen and (max-width: 767px) {
  .footer .logo {
    width: 160px;
  }
}
@media screen and (min-width: 768px) {
  .footer .logo:hover {
    opacity: 0.7;
  }
}
.footer__nav {
  display: flex;
  gap: clamp(32px, 4.843592331vw, 48px);
}
@media screen and (max-width: 767px) {
  .footer__nav {
    flex-direction: column;
    gap: 48px;
  }
}
.footer__nav a:hover {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}
.footer__list {
  font-size: 14px;
  display: grid;
  grid-auto-rows: min-content;
  gap: 20px;
  line-height: 1.5;
  width: clamp(min-content, 18.7689202825vw, 186px);
}
@media screen and (max-width: 767px) {
  .footer__list {
    font-size: 14px;
  }
}
.footer__item-heading {
  font-size: 16px;
  font-weight: 700;
}
.footer__btm {
  width: 100%;
  font-size: 13px;
}
@media screen and (min-width: 768px) {
  .footer__btm {
    display: flex;
    justify-content: space-between;
  }
}
.footer__link {
  display: flex;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .footer__link {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .footer .copyright {
    text-align: right;
    margin-top: 17px;
  }
}

.sec {
  padding-bottom: 160px;
}
@media screen and (min-width: 768px) {
  .sec {
    scroll-margin-top: 120px;
  }
}
@media screen and (max-width: 767px) {
  .sec {
    padding-bottom: 64px;
  }
}
@media screen and (min-width: 768px) {
  .sec__heading {
    text-align: center;
  }
}
.sec__heading--en {
  font-family: "Unbounded", sans-serif;
  font-size: clamp(70px, 5.5555555556vw, 80px);
  line-height: 1;
  color: var(--dgr);
}
@media screen and (max-width: 767px) {
  .sec__heading--en {
    font-size: 48px;
    line-height: 1.1;
  }
}
.sec__heading--ja {
  font-size: clamp(24px, 1.9444444444vw, 28px);
  display: block;
  margin-top: 24px;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .sec__heading--ja {
    font-size: 20px;
    margin-top: 12px;
    margin-bottom: 24px;
    line-height: 1.4;
  }
}
.sec__lead-text {
  text-align: center;
  font-size: 20px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .sec__lead-text {
    font-size: 16px;
    text-align: left;
  }
}

.c-link-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 20px;
  line-height: 2;
  color: #007143;
}
@media screen and (max-width: 767px) {
  .c-link-item {
    font-size: 16px;
  }
}
.c-link-item__text {
  display: inline-block;
  position: relative;
}
.c-link-item__text::before {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  background: #007143;
  position: absolute;
  bottom: 7px;
  opacity: 0;
  transition: 0.5s;
}
@media screen and (min-width: 768px) {
  .c-link-item:hover .c-link-item__text::before {
    bottom: 8px;
    opacity: 1;
  }
}
.c-link-item .i-arrow {
  width: 32px;
  height: 32px;
  background: var(--gr);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
}
@media screen and (max-width: 767px) {
  .c-link-item .i-arrow {
    width: 24px;
    height: 24px;
  }
}
.c-link-item .i-arrow::after {
  width: 10px;
  height: 10px;
}
@media screen and (max-width: 767px) {
  .c-link-item .i-arrow::after {
    width: 8px;
    height: 8px;
  }
}

.c-link-arrow {
  width: clamp(32px, 4.843592331vw, 48px);
  height: clamp(32px, 4.843592331vw, 48px);
  border-radius: 100px;
  border: 1px solid #D6D7D7;
  background: #fff;
  display: grid;
  place-content: center;
  position: absolute;
  bottom: clamp(-16px, -2.4217961655vw, -24px);
  right: 8px;
  transition: 0.5s;
}
@media screen and (max-width: 767px) {
  .c-link-arrow {
    width: clamp(24px, 8.5333333333vw, 32px);
    height: clamp(24px, 8.5333333333vw, 32px);
  }
  .c-link-arrow::after {
    width: 10px;
    height: 10px;
  }
}

.c-hover-border {
  position: relative;
}
.c-hover-border::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  border-radius: clamp(10px, 2.9411764706vw, 40px);
  border-width: 0px;
  border-color: transparent;
  position: absolute;
  transition: 0.3s ease-in-out;
  left: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  .c-hover-border::before {
    border-radius: 32px;
  }
}

.radius--large {
  border-radius: clamp(10px, 3.3333333333vw, 40px);
}
@media screen and (max-width: 767px) {
  .radius--large {
    border-radius: clamp(10px, 6.4vw, 24px);
  }
}

.radius--small {
  border-radius: clamp(10px, 2vw, 24px);
}
@media screen and (max-width: 767px) {
  .radius--small {
    border-radius: clamp(10px, 6.4vw, 24px);
  }
}

.kv {
  position: relative;
  height: max(765px, 53.125vw);
  display: flex;
  overflow-x: clip;
}
@media screen and (max-width: 767px) {
  .kv {
    height: max(438px, 116.8vw);
  }
}
.kv::before {
  content: "";
  width: 100%;
  height: 66.9444444444vw;
  display: block;
  background: url(../images/bg_kv_01.svg) no-repeat center top/100% auto;
  position: absolute;
  top: 2.5vw;
  z-index: -2;
}
@media screen and (max-width: 767px) {
  .kv::before {
    height: 128.5333333333vw;
    top: -31.4666666667vw;
    background-position: left 57% top;
    background-size: auto 100%;
  }
}
.kv::after {
  content: "";
  width: 100%;
  height: 47.6388888889vw;
  display: block;
  background: url(../images/bg_kv_02.svg) no-repeat center top/100% auto;
  position: absolute;
  top: -1.6666666667vw;
  right: -6.25vw;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .kv::after {
    height: 82.4vw;
    background-image: url(../images/bg_kv_02_sp.svg);
    top: -3.2vw;
    right: 0;
  }
}
.kv__images {
  position: absolute;
  left: 0;
  top: 4.9305555556vw;
  z-index: 3;
}
.kv__images::before {
  content: "";
  width: 12.9861111111vw;
  height: 12.9861111111vw;
  display: block;
  background: url(../images/bg_kv_03.webp) no-repeat center/contain;
  position: absolute;
  top: 25vw;
  left: 2.0833333333vw;
  transform: translateZ(10px);
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .kv__images::before {
    width: 29.3333333333vw;
    height: 29.3333333333vw;
    left: -18.6666666667vw;
    top: 53.3333333333vw;
  }
}
.kv__images__inner {
  display: flex;
  opacity: 0;
  transition: opacity 1.5s;
}
.kv__images__inner.is-animate {
  opacity: 1;
}
.kv__images img {
  width: max(3382px, 234.8611111111vw);
  animation: kv-animation 90s infinite linear;
}
@media screen and (max-width: 767px) {
  .kv__images img {
    width: max(1691px, 450.9333333333vw);
  }
}
.kv__box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: column;
  margin-top: max(430px, 28.4722222222vw);
  margin-left: auto;
  margin-right: min(70px, 4.8611111111vw);
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .kv__box {
    margin-right: auto;
    margin-top: max(280px, 74.6666666667vw);
  }
}
.kv__catch {
  font-family: "Unbounded", sans-serif;
  position: relative;
  margin-left: auto;
  z-index: 5;
  line-height: 1;
}
.kv__catch--main {
  font-size: max(130px, 9.0277777778vw);
  font-weight: 400;
  overflow: hidden;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .kv__catch--main {
    font-size: 13.1180625631vw;
  }
}
@media screen and (max-width: 767px) {
  .kv__catch--main {
    font-size: 14.1333333333vw;
    gap: max(4px, 1.0666666667vw);
  }
}
.kv__catch--main > span {
  display: flex;
  align-items: center;
  gap: max(10px, 0.6944444444vw);
  transform: translateY(100%);
  transition: transform 0.8s 0.2s;
}
.kv__catch--main > span::after {
  content: "";
  background: url(../images/icon_arrow_l.svg) no-repeat center/contain;
  width: max(100px, 6.9444444444vw);
  height: max(100px, 6.9444444444vw);
}
@media screen and (max-width: 767px) {
  .kv__catch--main > span::after {
    width: 10.9333333333vw;
    height: 10.9333333333vw;
  }
}
.kv__catch--main.is-animate span {
  transform: translateY(0);
}
.kv__banner {
  display: block;
  width: 340px;
  margin-top: 10px;
  margin-left: auto;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .kv__banner:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .kv__banner {
    width: min(90.6666666667vw, 340px);
    margin-top: 20px;
  }
}

@keyframes kv-animation {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.intro {
  padding-top: 80px;
  padding-bottom: 185px;
  overflow-x: clip;
}
@media screen and (max-width: 767px) {
  .intro {
    padding-top: 105px;
    padding-bottom: 250px;
  }
}
.intro .baseW {
  position: relative;
  max-width: 871px;
}
@media screen and (max-width: 767px) {
  .intro .baseW {
    max-width: 500px;
  }
}
.intro__heading {
  font-size: 44px;
  line-height: 1.33;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .intro__heading {
    font-size: 28px;
    line-height: 1.4;
  }
}
.intro__text {
  font-size: 24px;
  line-height: 2;
  display: grid;
  gap: 40px;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .intro__text {
    font-size: 16px;
    gap: 24px;
  }
}
.intro .deco {
  position: absolute;
}
.intro .deco01 {
  left: -55px;
  top: 275px;
}
@media screen and (max-width: 767px) {
  .intro .deco01 {
    top: -65px;
    left: 0;
  }
}
.intro .deco02 {
  right: -26px;
  top: 30px;
}
@media screen and (max-width: 767px) {
  .intro .deco02 {
    width: 70px;
    height: 70px;
    right: -38px;
    top: 40px;
  }
}
.intro .deco03 {
  right: -112px;
  bottom: -515px;
}
@media screen and (max-width: 767px) {
  .intro .deco03 {
    width: 117px;
    height: 117px;
    right: 42px;
    bottom: -320px;
  }
}
.intro .picture01 {
  width: 194px;
  left: -179px;
  bottom: 144px;
}
@media screen and (max-width: 767px) {
  .intro .picture01 {
    width: 146px;
    left: 16px;
    bottom: -166px;
  }
}
.intro .picture02 {
  width: 156px;
  right: -160px;
  bottom: 371px;
}
@media screen and (max-width: 767px) {
  .intro .picture02 {
    width: 117px;
    right: 16px;
    bottom: -77px;
  }
}

.company-deck {
  position: relative;
  overflow-x: clip;
}
@media screen and (max-width: 767px) {
  .company-deck {
    padding-bottom: 100px;
  }
}
.company-deck::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 3343px;
  left: 0px;
  top: -1033px;
  z-index: -1;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 18.75%, #E6F7F0 68.75%, #FFFFFF 100%);
}
@media screen and (max-width: 767px) {
  .company-deck::before {
    height: 4562px;
    top: -1280px;
  }
}
.company-deck__body {
  margin: 40px auto 0;
  position: relative;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .company-deck__body {
    width: 720px;
  }
}
@media screen and (max-width: 767px) {
  .company-deck__body {
    margin-top: 24px;
  }
}
.company-deck__body::after {
  content: "";
  width: 538px;
  height: 538px;
  display: block;
  background: url(../images/deco_company-deck.png) no-repeat center/contain;
  position: absolute;
  bottom: -236px;
  right: -191px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .company-deck__body::after {
    background-image: url(../images/deco_company-deck_sp.png);
    width: 212px;
    height: 289px;
    right: -22px;
    bottom: -153px;
  }
}
.company-deck .speakerdeck-iframe {
  width: min(720px, 50vw);
  aspect-ratio: 720/405;
}
@media screen and (max-width: 767px) {
  .company-deck .speakerdeck-iframe {
    width: 100%;
  }
}

.join__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(max(350px, 50% - 24px), 1fr));
  gap: 24px;
  margin-top: 68px;
}
@media screen and (max-width: 767px) {
  .join__list {
    margin-top: 24px;
    gap: 12px;
  }
}
.join__item {
  background: #fff;
  border-radius: 40px;
  line-height: 1.2;
  display: flex;
}
@media screen and (max-width: 767px) {
  .join__item {
    border-radius: 32px;
  }
}
.join__item a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
  padding: clamp(24px, 3.0272452069vw, 30px) clamp(40px, 9.0817356206vw, 90px) clamp(24px, 3.0272452069vw, 30px) clamp(30px, 4.0363269425vw, 40px);
  transition: color 0.3s;
}
@media screen and (max-width: 767px) {
  .join__item a {
    padding: 24px 16px;
  }
}
@media screen and (min-width: 768px) {
  .join__item a:hover {
    color: #007143;
  }
  .join__item a:hover::before {
    border-width: 4px;
    border-color: var(--gr);
  }
  .join__item a:hover .i-arrow {
    background: var(--gr);
    border-color: var(--gr);
  }
  .join__item a:hover .i-arrow::after {
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(63deg) brightness(103%) contrast(102%);
  }
}
.join__item .item-text__en {
  font-size: clamp(24px, 2.5vw, 36px);
  font-family: "Unbounded", sans-serif;
}
@media screen and (max-width: 767px) {
  .join__item .item-text__en {
    font-size: 24px;
  }
}
.join__item .item-text__en span {
  color: #007143;
}
.join__item .item-text__ja {
  font-size: clamp(16px, 1.3888888889vw, 20px);
}
@media screen and (max-width: 767px) {
  .join__item .item-text__ja {
    font-size: 14px;
  }
}
.join__item .i-arrow {
  right: clamp(16px, 4.0363269425vw, 40px);
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .join__item .i-arrow {
    right: 16px;
  }
}
.join__link {
  margin-top: 24px;
  display: flex;
  justify-content: flex-end;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .join__link {
    align-items: flex-end;
    flex-direction: column;
    gap: 4px;
    margin-top: 16px;
  }
}

.event__body {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(max(320px, 50% - 40px), 1fr));
  gap: 40px 32px;
}
@media screen and (min-width: 768px) {
  .event__body {
    margin-top: 64px;
  }
}
@media screen and (max-width: 767px) {
  .event__body {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.event__card {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 0;
  transition: color 0.3s ease-in-out;
}
.event__card-image {
  position: relative;
}
.event__card-image .i-arrow {
  right: 16px;
}
.event__card-title {
  margin-top: 24px;
  font-size: 20px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .event__card-title {
    margin-top: 16px;
    font-size: 16px;
    line-height: 1.4;
  }
}
.event__card-schedule {
  font-family: "Unbounded", sans-serif;
  font-size: 24px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .event__card-schedule {
    line-height: 1.4;
    font-size: 18px;
    margin-top: 10px;
  }
}
.event__card-schedule .event-date {
  font-size: 40px;
}
@media screen and (max-width: 767px) {
  .event__card-schedule .event-date {
    font-size: 26px;
    line-height: 1;
    display: block;
  }
}
.event__card-schedule .event-date span {
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .event__card-schedule .event-date span {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) {
  .event__card:hover {
    color: var(--dgr);
  }
  .event__card:hover .event__card-image::before {
    border-width: 6px;
    border-color: var(--gr);
  }
  .event__card:hover .i-arrow {
    background: var(--gr);
    border-color: var(--gr);
  }
  .event__card:hover .i-arrow::after {
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(63deg) brightness(103%) contrast(102%);
  }
}

.blog__body {
  margin-top: 68px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(max(300px, 33% - 40px), 1fr));
  gap: 40px 32px;
}
@media screen and (max-width: 767px) {
  .blog__body {
    grid-template-columns: 1fr;
    margin-top: 24px;
    gap: 16px;
  }
}
.blog__card {
  transition: color 0.3s;
}
@media screen and (max-width: 767px) {
  .blog__card {
    display: grid;
    gap: 12px;
  }
}
.blog__card-image {
  position: relative;
}
@media screen and (max-width: 767px) {
  .blog__card-image {
    border-radius: 24px;
    flex-shrink: 0;
  }
}
.blog__card-image::before {
  border-radius: clamp(10px, 2vw, 24px);
}
.blog__card-image .i-arrow {
  right: 8px;
}
.blog__card-name {
  margin-bottom: 12px;
  font-size: 24px;
}
@media screen and (min-width: 768px) {
  .blog__card-name {
    margin-top: 24px;
  }
}
@media screen and (max-width: 767px) {
  .blog__card-name {
    font-size: 20px;
    margin-bottom: 8px;
  }
}
.blog__card-role {
  font-size: 16px;
  font-family: "Unbounded", sans-serif;
}
@media screen and (max-width: 767px) {
  .blog__card-role {
    font-size: 12px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 768px) {
  .blog a:hover {
    color: var(--dgr);
  }
  .blog a:hover .blog__card-image::before {
    border-width: 4px;
    border-color: #0A965C;
  }
  .blog a:hover .i-arrow {
    background: var(--gr);
    border-color: var(--gr);
  }
  .blog a:hover .i-arrow::after {
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(63deg) brightness(103%) contrast(102%);
  }
}

.member {
  position: relative;
}
@media screen and (max-width: 767px) {
  .member {
    padding-bottom: 120px;
  }
}
.member::after {
  content: "";
  width: 100%;
  height: 66.9444444444vw;
  display: block;
  background: url(../images/bg_member.png) no-repeat center top/100% auto;
  position: absolute;
  bottom: -21.5277777778vw;
  z-index: -2;
}
@media screen and (max-width: 767px) {
  .member::after {
    background: url(../images/bg_member_sp.png) no-repeat center top/100% auto;
    height: 128.5333333333vw;
    bottom: -53.3333333333vw;
  }
}
.member__body {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 40px 32px;
}
@media screen and (min-width: 768px) {
  .member__body {
    margin-top: 68px;
  }
}
@media screen and (max-width: 767px) {
  .member__body {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.member__card {
  display: grid;
  grid-template-rows: subgrid;
  gap: 0;
  grid-row: span 2;
}
@media screen and (max-width: 767px) {
  .member__card-detail {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto auto;
    gap: 12px 0;
  }
}
.member__card-image {
  border-radius: 40px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .member__card-image {
    border-radius: 18px;
    grid-area: 1/1/2/2;
  }
}
.member__card-name {
  font-size: 24px;
}
@media screen and (min-width: 768px) {
  .member__card-name {
    margin-top: 24px;
  }
}
@media screen and (max-width: 767px) {
  .member__card-name {
    padding-left: 12px;
    font-size: 20px;
    grid-area: 1/2/2/3;
    align-self: center;
  }
}
.member__card-role {
  display: block;
  margin-top: 12px;
  font-size: 16px;
  font-family: "Unbounded", sans-serif;
}
@media screen and (max-width: 767px) {
  .member__card-role {
    font-size: 12px;
    margin-top: 6px;
  }
}
.member__card-career {
  font-size: 16px;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .member__card-career {
    margin-top: 16px;
  }
}
@media screen and (max-width: 767px) {
  .member__card-career {
    grid-area: 2/1/3/3;
    font-size: 13px;
  }
}
.member__card-sns {
  margin-top: 16px;
  display: flex;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .member__card-sns {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    text-align: center;
    margin-top: 12px;
    gap: 12px;
  }
}
.member__card-sns img {
  transition: 0.3s ease-in-out;
  filter: invert(8%) sepia(63%) saturate(1174%) hue-rotate(201deg) brightness(95%) contrast(95%);
}
@media screen and (max-width: 767px) {
  .member__card-sns img.icon-x {
    width: 20px;
  }
}
@media screen and (min-width: 768px) {
  .member__card-sns a:hover img {
    filter: invert(29%) sepia(99%) saturate(6259%) hue-rotate(157deg) brightness(91%) contrast(98%);
  }
}
@media screen and (max-width: 767px) {
  .member__card-sns a {
    background: #fff;
    border: 1px solid #D6D7D7;
    border-radius: 10px;
    padding: 5px 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.join-cta {
  background: #fff;
  padding: 48px 0;
}
@media screen and (max-width: 767px) {
  .join-cta {
    padding: 40px 0;
  }
}
.join-cta .baseW {
  max-width: max-content;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 87px;
}
@media screen and (max-width: 767px) {
  .join-cta .baseW {
    gap: 24px;
    grid-template-columns: 1fr;
  }
}
.join-cta__heading {
  display: grid;
  gap: 5px;
}
@media screen and (max-width: 767px) {
  .join-cta__heading {
    gap: 12px;
  }
}
.join-cta__heading-en {
  font-family: "Unbounded", sans-serif;
  font-size: clamp(48px, 8.072653885vw, 80px);
  color: var(--dgr);
}
@media screen and (min-width: 768px) {
  .join-cta__heading-en {
    margin-top: -13px;
  }
}
.join-cta__heading-ja {
  font-size: clamp(16px, 2.0181634712vw, 20px);
  line-height: 1.4;
}
.join-cta__btn-set {
  display: flex;
  gap: 16px;
}
@media screen and (max-width: 991px) {
  .join-cta__btn-set {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .join-cta__btn {
    width: 100%;
  }
  .join-cta__btn a {
    font-size: 20px;
    padding: 12px 24px;
  }
  .join-cta__btn a::after {
    width: 24px;
    height: 24px;
  }
}
.join-cta .c-link-item {
  width: max-content;
  margin-left: auto;
  margin-top: 12px;
}
@media screen and (max-width: 767px) {
  .join-cta .c-link-item {
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .join-cta .c-link-item .i-arrow {
    width: 32px;
    height: 32px;
  }
  .join-cta .c-link-item .i-arrow::after {
    width: 10px;
    height: 10px;
  }
}