@charset "UTF-8";
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

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

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

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

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

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

[tabindex="-1"]:focus-visible {
  outline: none !important;
}

/* 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] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

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

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

sup {
  top: -0.3em;
}

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

/* 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 {
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
  white-space: normal;
}

button {
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

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

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=submit] {
  -webkit-appearance: none;
  border-radius: 0;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

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

caption {
  text-align: left;
}

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

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

/* コンテンツ最大幅 */
/* color */
/* ============================================ */
/* font */
/* ============================================ */
/* common */
/* ============================================ */
html {
  font-size: 62.5%;
}

body {
  background: #fff;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
  letter-spacing: 0.02em;
  font-feature-settings: "palt";
  min-height: 100dvh;
  overflow-wrap: anywhere; /* 収まらない場合に折り返す */
  word-break: normal; /* 単語の分割はデフォルトに依存 */
  line-break: strict; /* 禁則処理を厳格に適用 */
}
@media all and (max-width: 896px) {
  body {
    font-size: 1.4rem;
  }
}
@media all and (max-width: 480px) {
  body {
    font-size: 1.3rem;
  }
}
body.is-fixed {
  height: 100%;
  overflow: hidden;
}

a {
  color: currentColor;
  transition: all 0.3s ease-out;
}
@media (hover: hover) {
  a:hover {
    opacity: 0.7;
  }
}

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

.reading {
  display: block;
  overflow: hidden;
  height: 0;
  width: 0;
  margin: 0;
  padding: 0;
}

@media all and (max-width: 896px) {
  .pconly {
    display: none;
  }
}

.sponly {
  display: none;
}
@media all and (max-width: 896px) {
  .sponly {
    display: block;
  }
}

.portraitonly {
  display: none;
}
@media all and (max-width: 480px) {
  .portraitonly {
    display: block;
  }
}

@media all and (max-width: 480px) {
  .portraitnone {
    display: none;
  }
}

.tabonly {
  display: none;
}
@media all and (max-width: 1025px) {
  .tabonly {
    display: block;
  }
}

@media all and (max-width: 1025px) {
  .tabnone {
    display: none;
  }
}

.mdonly {
  display: none;
}
@media all and (max-width: 600px) {
  .mdonly {
    display: block;
  }
}

@media all and (max-width: 600px) {
  .mdnone {
    display: none;
  }
}

.span_br {
  display: inline-block;
}

.mt0 {
  margin-top: 0 !important;
}

.mt10 {
  margin-top: 10px !important;
}
@media all and (max-width: 896px) {
  .mt10 {
    margin-top: 8px !important;
  }
}

.mt16 {
  margin-top: 16px !important;
}
@media all and (max-width: 896px) {
  .mt16 {
    margin-top: 12px !important;
  }
}

.mt24 {
  margin-top: 24px !important;
}
@media all and (max-width: 896px) {
  .mt24 {
    margin-top: 16px !important;
  }
}

.mt32 {
  margin-top: 32px !important;
}
@media all and (max-width: 896px) {
  .mt32 {
    margin-top: 20px !important;
  }
}

.mt40 {
  margin-top: 40px !important;
}
@media all and (max-width: 896px) {
  .mt40 {
    margin-top: 24px !important;
  }
}

.mt48 {
  margin-top: 48px !important;
}
@media all and (max-width: 896px) {
  .mt48 {
    margin-top: 32px !important;
  }
}

.width {
  max-width: 1300px;
  width: calc(100% - 30px);
  margin: 0 auto;
}

.outer {
  overflow: hidden;
}

.txt__center {
  text-align: center;
}

.common-btn {
  text-align: center;
  max-width: 320px;
  margin-top: 48px;
  margin-inline: auto;
}
@media all and (max-width: 896px) {
  .common-btn {
    max-width: 260px;
    margin-top: 32px;
  }
}
.common-btn > a {
  box-sizing: border-box;
  padding: 0.8em 0.5em;
  display: block;
  border: 2px solid #00A632;
  font-size: 2rem;
  font-weight: 500;
  color: #00A632;
  position: relative;
  z-index: 10;
}
@media all and (max-width: 896px) {
  .common-btn > a {
    font-size: 1.6rem;
  }
}
@media (hover: hover) {
  .common-btn > a:hover {
    opacity: 1;
    color: #fff;
  }
  .common-btn > a:hover::after {
    width: 100%;
  }
}
.common-btn > a::after {
  content: "";
  display: block;
  width: 0;
  height: 100%;
  background: #00A632;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -10;
  transition: all 0.3s ease-out;
}

/* move */
/* ============================================ */
.moveTop {
  opacity: 0;
  transition: 0.5s;
  transform: translate(0, 80px);
}
.moveTop.current {
  opacity: 1;
  transform: translate(0, 0);
}

.moveNone {
  opacity: 0;
  transition: 0.5s;
}
.moveNone.current {
  opacity: 1;
  transform: translate(0, 0);
}

.moveRight {
  opacity: 0;
  transition: 0.5s;
  transform: translate(-80px, 0);
}
.moveRight.current {
  opacity: 1;
  transform: translate(0, 0);
}

.moveLeft {
  opacity: 0;
  transition: 0.5s;
  transform: translate(80px, 0);
}
.moveLeft.current {
  opacity: 1;
  transform: translate(0, 0);
}

/* blockskip */
/* ============================================ */
#blockskip {
  overflow: hidden;
  height: 0;
  background: #ddd;
  text-align: center;
}

/* header */
/* ============================================ */
.header {
  width: 100%;
  height: 60px;
  position: sticky;
  top: 0;
  z-index: 800;
  transition: all 0.3s ease-out;
  background: #fff;
}
@media all and (max-width: 896px) {
  .header {
    background: transparent;
  }
}
@media all and (max-width: 480px) {
  .header {
    height: 0;
  }
}
.header-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 50px;
  padding: 10px 80px 10px 20px;
}
@media all and (max-width: 1500px) {
  .header-wrapper {
    justify-content: flex-end;
  }
}
@media all and (max-width: 896px) {
  .header-contents {
    display: none;
  }
}
.header-menu {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 100px;
}
@media all and (max-width: 1500px) {
  .header-menu {
    gap: 50px;
  }
}
.header-menu > li {
  position: relative;
}
.header-menu > li::after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 1px;
  right: -50px;
  top: 50%;
  transform: translateY(-50%);
  height: 20px;
  background-color: #ccc;
}
@media all and (max-width: 1500px) {
  .header-menu > li::after {
    right: -25px;
  }
}
.header-menu > li:last-child::after {
  content: none;
}
.header-menu > li a {
  color: #00A632;
  font-size: 2.1rem;
  font-weight: 700;
}
@media all and (max-width: 1500px) {
  .header-menu > li a {
    font-size: 2rem;
  }
}
.header-hamburger {
  display: none;
}
@media all and (max-width: 896px) {
  .header-hamburger {
    display: grid;
    place-content: center;
    width: 60px;
    height: 60px;
    background: #00A632;
    border-radius: 0 0 0 20px;
    cursor: pointer;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 600;
  }
}
.header-hamburger.active .header-hamburger__box > span:nth-of-type(1) {
  rotate: -45deg;
  translate: 0 9px;
}
.header-hamburger.active .header-hamburger__box > span:nth-of-type(2) {
  opacity: 0;
}
.header-hamburger.active .header-hamburger__box > span:nth-of-type(3) {
  rotate: 45deg;
  translate: 0 -9px;
}
.header-hamburger__box {
  width: 30px;
  height: 20px;
  position: relative;
}
.header-hamburger__box > span {
  display: inline-block;
  position: absolute;
  left: 0;
  width: 30px;
  height: 2px;
  background-color: #fff;
  transition: all 0.5s;
}
.header-hamburger__box > span:nth-of-type(1) {
  top: 0;
}
.header-hamburger__box > span:nth-of-type(2) {
  top: 9px;
}
.header-hamburger__box > span:nth-of-type(3) {
  bottom: 0;
}
.header-nav {
  width: 100%;
  max-width: 400px;
  height: 100dvh;
  padding: 100px 30px 80px;
  background: #fff;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 400;
  translate: 100% 0;
  transition: all 0.5s;
  overflow: auto;
}
.header-nav.open {
  translate: 0 0;
}
.header-nav__list > li {
  border-bottom: 1px solid #00A632;
  margin-top: 10px;
}
.header-nav__list > li:first-of-type {
  margin-top: 0;
}
.header-nav__list > li > a {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  color: #00A632;
  font-weight: 500;
  font-size: 1.8rem;
}
.header-nav__list > li > a::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  background: url(../../assets/images/common/arrow_circle.svg) center center/cover no-repeat;
  width: 20px;
  height: 20px;
}
.header .overlay {
  display: block;
  width: 0;
  height: 0;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  opacity: 0;
  transition: opacity 0.3s;
}
.header .overlay.open {
  width: 100%;
  height: 100%;
  opacity: 1;
}

/* footer */
/* ============================================ */
.footer {
  padding: 30px 0;
  background: #013f6b;
  position: sticky;
  top: 100dvh;
  z-index: 400;
}
.footer-copyright {
  text-align: center;
}
.footer-copyright img {
  max-height: 16px;
}
@media all and (max-width: 480px) {
  .footer-copyright img {
    max-height: 12px;
  }
}
.footer .pagetop {
  cursor: pointer;
  position: fixed;
  right: 20px;
  bottom: 0;
  z-index: 600;
  text-align: right;
}
@media all and (max-width: 480px) {
  .footer .pagetop img {
    max-width: 80%;
  }
}

main {
  position: relative;
  overflow-x: hidden;
}

.mainvisual {
  position: relative;
  padding-bottom: 180px;
}
@media all and (max-width: 480px) {
  .mainvisual {
    padding-bottom: 70px;
  }
}
.mainvisual-img {
  position: relative;
  text-align: center;
  max-width: 1500px;
  width: 100%;
  margin: auto;
}
.mainvisual-bg {
  top: 50%;
  transform: translateY(-50%);
  left: 50%;
  transform: translateX(-50%);
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.mainvisual-bg img {
  width: 1600px;
  max-width: 100%;
}
.mainvisual-login {
  position: absolute;
  right: 11px;
  bottom: 17px;
}
@media all and (max-width: 1500px) {
  .mainvisual-login {
    right: 5%;
  }
}
@media all and (max-width: 480px) {
  .mainvisual-login {
    bottom: -80px;
  }
}
.mainvisual-login a {
  display: block;
}
.mainvisual-login a img {
  width: 200px;
  max-width: 100%;
  animation: poyopoyo 2s ease-out infinite;
  opacity: 1;
}
@media all and (max-width: 480px) {
  .mainvisual-login a img {
    width: 100px;
  }
}
@keyframes poyopoyo {
  0%, 40%, 60%, 80% {
    transform: scale(1);
  }
  50%, 70% {
    transform: scale(0.95);
  }
}
.mainvisual-login a:hover {
  opacity: 1;
}
.mainvisual-txt {
  text-align: center;
  max-width: 1100px;
  margin: 60px auto 0;
}
@media all and (max-width: 480px) {
  .mainvisual-txt {
    margin: 80px auto 0;
  }
}
.mainvisual-lead {
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 2;
  word-break: keep-all;
  position: relative;
  z-index: 2;
}
@media all and (max-width: 1500px) {
  .mainvisual-lead {
    font-size: 2rem;
  }
}
@media all and (max-width: 480px) {
  .mainvisual-lead {
    font-size: 1.6rem;
    margin: 0 35px;
  }
}
.mainvisual-notice {
  position: relative;
  z-index: 2;
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  border-radius: 100vmax;
  border: 2px solid #000;
  max-width: 960px;
  margin: 50px auto 0;
  background: #fff;
  word-break: keep-all;
}
@media all and (max-width: 1500px) {
  .mainvisual-notice {
    font-size: 2rem;
    max-width: 850px;
  }
}
@media all and (max-width: 896px) {
  .mainvisual-notice {
    max-width: 75%;
  }
}
@media all and (max-width: 480px) {
  .mainvisual-notice {
    font-size: 1.5rem;
    margin: 20px auto 0;
  }
}
.mainvisual-notice::before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: 30px;
  background: url(../../assets/images/index/icon_notice.svg) center center/contain no-repeat;
  width: 50px;
  height: 44px;
}
@media all and (max-width: 480px) {
  .mainvisual-notice::before {
    left: 20px;
    width: 30px;
  }
}
.mainvisual-notice a {
  display: block;
  padding: 17px 10px;
}
@media all and (max-width: 480px) {
  .mainvisual-notice a {
    padding: 10px;
  }
}
.mainvisual-notice span.small {
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  padding-left: 1em;
  vertical-align: text-bottom;
}
@media all and (max-width: 1025px) {
  .mainvisual-notice span.small {
    display: block;
  }
}
@media all and (max-width: 480px) {
  .mainvisual-notice span.small {
    font-size: 1.2rem;
  }
}
.mainvisual-tree_l {
  position: absolute;
  top: 0;
  left: -27px;
  z-index: 801;
}
@media all and (max-width: 896px) {
  .mainvisual-tree_l {
    z-index: 1;
  }
}
@media all and (max-width: 480px) {
  .mainvisual-tree_l {
    top: 5px;
  }
}
.mainvisual-tree_l img {
  width: 400px;
}
@media all and (max-width: 1500px) {
  .mainvisual-tree_l img {
    width: 320px;
  }
}
@media all and (max-width: 896px) {
  .mainvisual-tree_l img {
    width: 200px;
  }
}
@media all and (max-width: 480px) {
  .mainvisual-tree_l img {
    width: 120px;
  }
}
.mainvisual-tree_r {
  position: absolute;
  bottom: 0;
  right: -23px;
  z-index: 1;
  text-align: right;
}
.mainvisual-tree_r img {
  width: 350px;
}
@media all and (max-width: 1500px) {
  .mainvisual-tree_r img {
    width: 280px;
  }
}
@media all and (max-width: 896px) {
  .mainvisual-tree_r img {
    width: 175px;
  }
}
@media all and (max-width: 480px) {
  .mainvisual-tree_r img {
    width: 105px;
  }
}
.mainvisual-ike {
  position: absolute;
  bottom: 145px;
  left: 5%;
}
@media all and (max-width: 1500px) {
  .mainvisual-ike {
    left: -3%;
  }
}
@media all and (max-width: 480px) {
  .mainvisual-ike {
    bottom: 75px;
    left: -40px;
  }
}
.mainvisual-ike img {
  width: 420px;
}
@media all and (max-width: 1500px) {
  .mainvisual-ike img {
    width: 336px;
  }
}
@media all and (max-width: 896px) {
  .mainvisual-ike img {
    width: 210px;
  }
}
@media all and (max-width: 480px) {
  .mainvisual-ike img {
    width: 126px;
  }
}

.detail {
  position: relative;
  background: #23BA77;
  height: 100%;
  padding-top: 80px;
}
@media all and (max-width: 480px) {
  .detail {
    padding-top: 10px;
  }
}
.detail::before {
  position: absolute;
  content: "";
  background: url(../../assets/images/index/separate_green.svg) bottom left/contain no-repeat;
  width: 1920px;
  height: 30px;
  top: -29px;
  left: 0;
}
.detail-wrapper {
  position: relative;
  z-index: 1;
  background: url(../../assets/images/index/detail_bg_pc.svg) top left/cover no-repeat;
  padding: 6em 8em;
  border-radius: 80px;
}
@media all and (max-width: 1367px) {
  .detail-wrapper {
    padding: 6em 5em;
  }
}
@media (max-width: 950px) {
  .detail-wrapper {
    border-radius: 50px;
  }
}
@media all and (max-width: 896px) {
  .detail-wrapper {
    padding: 5em 2em;
  }
}
@media all and (max-width: 480px) {
  .detail-wrapper {
    background: url(../../assets/images/index/detail_bg_sp.svg) top left/cover no-repeat;
    padding: 40px 15px;
  }
}
.detail-item {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 70px;
}
@media all and (max-width: 480px) {
  .detail-item {
    margin-bottom: 20px;
  }
}
.detail-item:first-child {
  padding-top: 100px;
}
@media all and (max-width: 480px) {
  .detail-item:first-child {
    padding-top: 30px;
  }
}
@media all and (max-width: 360px) {
  .detail-item:first-child {
    padding-bottom: 40px;
  }
}
.detail-item:first-child::before {
  position: absolute;
  content: "";
  background: url(../../assets/images/index/line.svg) top left/contain repeat-x;
  width: 100%;
  height: 25px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media all and (max-width: 1500px) {
  .detail-item:first-child::before {
    height: 20px;
  }
}
.detail-item h2 img {
  width: 140px;
}
@media all and (max-width: 480px) {
  .detail-item h2 img {
    width: 100px;
  }
}
.detail-txt {
  width: calc(100% - 140px - 70px);
}
@media all and (max-width: 896px) {
  .detail-txt {
    width: calc(100% - 140px - 40px);
  }
}
@media all and (max-width: 480px) {
  .detail-txt {
    width: 100%;
    margin-top: 10px;
  }
}
.detail-txt.illust3 {
  position: relative;
}
.detail-txt.illust3::after {
  position: absolute;
  content: "";
  background: url(../../assets/images/index/prize.svg) top right/contain no-repeat;
  top: -40px;
  right: -35px;
  width: 320px;
  height: 327px;
}
@media all and (max-width: 1500px) {
  .detail-txt.illust3::after {
    width: 256px;
  }
}
@media all and (max-width: 896px) {
  .detail-txt.illust3::after {
    top: 70px;
    right: auto;
    left: -180px;
    width: 160px;
    z-index: -1;
  }
}
@media all and (max-width: 480px) {
  .detail-txt.illust3::after {
    width: 96px;
    top: -108px;
    left: auto;
    right: 10px;
  }
}
.detail-large {
  font-weight: 700;
  font-size: 3rem;
  letter-spacing: 0.15em;
  word-break: keep-all;
}
@media all and (max-width: 480px) {
  .detail-large {
    font-size: 2rem;
  }
}
.detail-note {
  margin-top: 20px;
  padding-left: 1em;
  text-indent: -1em;
  text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff;
}
.detail-note + .detail-note {
  margin-top: 0;
}
.detail-medium {
  font-weight: 700;
  font-size: 2.1rem;
  letter-spacing: 0.1em;
}
@media all and (max-width: 480px) {
  .detail-medium {
    font-size: 1.6rem;
  }
}
.detail-step {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 45px;
  border-radius: 15px;
  border: 2px solid #000;
  cursor: pointer;
}
@media all and (max-width: 480px) {
  .detail-step {
    margin-top: 30px;
  }
}
.detail-step.active dd::after {
  transform: translateY(-50%) rotate(180deg);
}
.detail-step dt {
  background: #ffffbf;
  display: grid;
  place-content: center;
  width: 80px;
  border-radius: 15px 0 0 15px;
}
@media all and (max-width: 480px) {
  .detail-step dt {
    width: 55px;
  }
}
.detail-step dt img {
  width: 33px;
}
@media all and (max-width: 480px) {
  .detail-step dt img {
    width: 27px;
  }
}
.detail-step dd {
  position: relative;
  padding: 22px 65px 22px 22px;
  font-size: 1.8rem;
  font-weight: 700;
  width: calc(100% - 80px);
  word-break: keep-all;
}
@media all and (max-width: 480px) {
  .detail-step dd {
    padding: 15px 30px 15px 15px;
    font-size: 1.6rem;
    width: calc(100% - 55px);
  }
}
.detail-step dd::before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 2px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 64px;
  background-color: #000;
}
@media all and (max-width: 480px) {
  .detail-step dd::before {
    height: 40px;
  }
}
.detail-step dd::after {
  position: absolute;
  content: "";
  background: url(../../assets/images/index/acc_arrow.svg) center center/contain no-repeat;
  width: 34px;
  height: 18px;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
}
@media all and (max-width: 480px) {
  .detail-step dd::after {
    width: 15px;
    right: 15px;
  }
}
.detail-step dd span.small {
  font-size: 1.6rem;
  padding-left: 0.5em;
}
@media all and (max-width: 480px) {
  .detail-step dd span.small {
    font-size: 1.2rem;
  }
}
.detail-acc {
  margin: 0 5px;
}
.detail-acc.illust1 {
  position: relative;
}
.detail-acc.illust1::after {
  position: absolute;
  content: "";
  background: url(../../assets/images/index/cloud.svg) top right/contain no-repeat;
  bottom: 0;
  right: 9%;
  width: 180px;
  height: 164px;
  z-index: -1;
}
@media all and (max-width: 1500px) {
  .detail-acc.illust1::after {
    width: 144px;
  }
}
@media all and (max-width: 896px) {
  .detail-acc.illust1::after {
    width: 90px;
  }
}
@media all and (max-width: 480px) {
  .detail-acc.illust1::after {
    width: 54px;
  }
}
.detail-acc.illust2 {
  position: relative;
}
.detail-acc.illust2::after {
  position: absolute;
  content: "";
  background: url(../../assets/images/index/cloud.svg) top right/contain no-repeat;
  top: 56px;
  right: 2%;
  width: 180px;
  height: 164px;
  transform: scale(-1, 1);
  z-index: -1;
}
@media all and (max-width: 1500px) {
  .detail-acc.illust2::after {
    width: 144px;
  }
}
@media all and (max-width: 896px) {
  .detail-acc.illust2::after {
    width: 90px;
  }
}
@media all and (max-width: 480px) {
  .detail-acc.illust2::after {
    width: 54px;
  }
}
.detail-about {
  border-radius: 20px;
  background: #ededed;
  padding: 30px;
  margin-top: 50px;
}
@media all and (max-width: 480px) {
  .detail-about {
    padding: 15px;
  }
}
.detail-about__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.detail-about__txt {
  width: 70%;
}
@media all and (max-width: 480px) {
  .detail-about__txt {
    width: 100%;
  }
}
.detail-about__txt h3 {
  text-align: center;
  background: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  padding: 7px 20px;
  border-radius: 30px;
  display: inline-block;
}
@media all and (max-width: 480px) {
  .detail-about__txt h3 {
    font-size: 1.5rem;
  }
}
.detail-about__txt--mnote {
  margin-top: 20px;
}
.detail-about__txt--mnote li {
  position: relative;
  padding-left: 1em;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.8;
}
@media all and (max-width: 480px) {
  .detail-about__txt--mnote li {
    font-size: 1.5rem;
  }
}
.detail-about__txt--mnote li::before {
  position: absolute;
  display: block;
  content: "●";
  left: 0;
  color: #00A632;
}
.detail-about__txt--snote {
  margin-top: 10px;
}
.detail-about__txt--snote li {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 1.4rem;
}
.detail-about__txt p {
  margin-top: 10px;
}
.detail-about__img {
  width: 30%;
}
@media all and (max-width: 480px) {
  .detail-about__img {
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }
}
.detail-about__img img {
  width: 220px;
}
@media all and (max-width: 480px) {
  .detail-about__img img {
    width: 110px;
  }
}
.detail-about__ex {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.detail-about__ex dl {
  width: 48%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background: #fff;
}
@media all and (max-width: 480px) {
  .detail-about__ex dl {
    width: 100%;
  }
}
@media all and (max-width: 480px) {
  .detail-about__ex dl + dl {
    margin-top: 25px;
  }
}
.detail-about__ex dl dt {
  color: #00A632;
  font-size: 1.5rem;
  font-weight: 500;
  width: 3.5em;
  height: 40px;
  background: #ededed;
  border-radius: 0 100px 100px 0;
  text-align: center;
  line-height: 2.5;
}
@media all and (max-width: 480px) {
  .detail-about__ex dl dt {
    font-size: 1.4rem;
  }
}
.detail-about__ex dl dd {
  font-size: 1.5rem;
  font-weight: 500;
  width: calc(100% - 4em);
}
@media all and (max-width: 480px) {
  .detail-about__ex dl dd {
    font-size: 1.4rem;
  }
}
.detail-about__ex dl dd:not(.detail-about__ex--bg) {
  background: #ededed;
  width: 100%;
  padding-top: 7px;
  padding-left: 2em;
}
.detail-about__ex dl dd.detail-about__ex--bg {
  height: 40px;
  line-height: 2.5;
}
.detail-boldtxt {
  font-weight: 700;
  font-size: 1.9rem;
  letter-spacing: 0.1em;
  width: 58%;
}
@media all and (max-width: 896px) {
  .detail-boldtxt {
    width: 100%;
  }
}
@media all and (max-width: 480px) {
  .detail-boldtxt {
    font-size: 1.4rem;
  }
}
.detail-green {
  position: relative;
  z-index: 1;
  font-weight: 700;
  font-size: 1.9rem;
  letter-spacing: 0.1em;
  color: #00A632;
  margin-top: 30px;
}
@media all and (max-width: 480px) {
  .detail-green {
    font-size: 1.4rem;
    margin-top: 15px;
  }
}
.detail-green a {
  border-bottom: 2px solid #00A632;
}
.detail-color {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1600px;
}
@media all and (max-width: 480px) {
  .detail-color {
    height: 1550px;
  }
}
.detail-color__dgreen {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 600px;
}
.detail-color__dgreen::before {
  position: absolute;
  content: "";
  background: url(../../assets/images/index/separate_dgreen.svg) bottom center/contain no-repeat;
  width: 1920px;
  height: 30px;
  top: -29px;
  left: 0;
}
.detail-color__dgreen::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  background: #09994A;
  height: 600px;
}
.detail-color__blue {
  position: absolute;
  top: 600px;
  left: 0;
  width: 100%;
  height: 1000px;
}
.detail-color__blue::before {
  position: absolute;
  content: "";
  background: url(../../assets/images/index/separate_blue.svg) bottom center/contain no-repeat;
  width: 1920px;
  height: 30px;
  top: -29px;
  left: 0;
}
.detail-color__blue::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  background: #013F6B;
  height: 1000px;
}
.detail-people1 {
  position: absolute;
  top: -145px;
  right: 14%;
  z-index: 1;
}
@media all and (max-width: 896px) {
  .detail-people1 {
    top: -80px;
  }
}
@media all and (max-width: 480px) {
  .detail-people1 {
    top: -30px;
  }
}
.detail-people1 img {
  width: 450px;
}
@media all and (max-width: 1500px) {
  .detail-people1 img {
    width: 360px;
  }
}
@media all and (max-width: 896px) {
  .detail-people1 img {
    width: 225px;
  }
}
@media all and (max-width: 480px) {
  .detail-people1 img {
    width: 135px;
  }
}
.detail-people3 {
  position: absolute;
  top: 250px;
  right: 6%;
  z-index: -1;
}
@media all and (max-width: 1500px) {
  .detail-people3 {
    right: 10%;
  }
}
@media all and (max-width: 896px) {
  .detail-people3 {
    top: 260px;
    right: auto;
    left: 9%;
    transform: translate(0, 0) scale(-1, 1) !important;
  }
}
@media all and (max-width: 480px) {
  .detail-people3 {
    top: 235px;
    left: auto;
    right: 7%;
    transform: translate(0, 0) !important;
  }
}
@media all and (max-width: 360px) {
  .detail-people3 {
    top: 290px;
    right: 9%;
  }
}
.detail-people3 img {
  width: 140px;
}
@media all and (max-width: 1500px) {
  .detail-people3 img {
    width: 112px;
  }
}
@media all and (max-width: 896px) {
  .detail-people3 img {
    width: 84px;
  }
}
@media all and (max-width: 480px) {
  .detail-people3 img {
    width: 63px;
  }
}
.detail-guiter {
  position: absolute;
  top: 18px;
  left: 18%;
  z-index: 1;
}
@media all and (max-width: 1500px) {
  .detail-guiter {
    left: 12%;
  }
}
@media all and (max-width: 896px) {
  .detail-guiter {
    top: 50px;
  }
}
@media all and (max-width: 480px) {
  .detail-guiter {
    top: 0;
  }
}
.detail-guiter img {
  width: 165px;
}
@media all and (max-width: 1500px) {
  .detail-guiter img {
    width: 132px;
  }
}
@media all and (max-width: 896px) {
  .detail-guiter img {
    width: 82.5px;
  }
}
@media all and (max-width: 480px) {
  .detail-guiter img {
    width: 49.5px;
  }
}

.faq {
  position: relative;
  padding-bottom: 100px;
}
@media all and (max-width: 480px) {
  .faq {
    padding-bottom: 30px;
    margin-top: 50px;
  }
}
.faq::after {
  position: absolute;
  content: "";
  background: url(../../assets/images/index/line.svg) bottom left/contain repeat-x;
  width: 100%;
  height: 25px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media all and (max-width: 1500px) {
  .faq::after {
    height: 20px;
  }
}
.faq h2 img {
  width: 100%;
  max-width: 350px;
}
@media all and (max-width: 480px) {
  .faq h2 img {
    max-width: 250px;
  }
}
.faq-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 35px;
}
@media all and (max-width: 480px) {
  .faq-list {
    gap: 10px;
    margin-top: 20px;
  }
}
.faq dl dt {
  position: relative;
  background: #ffffbf;
  border-radius: 25px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px;
  font-weight: 700;
  font-size: 1.9rem;
  letter-spacing: 0.1em;
  padding: 17px;
  cursor: pointer;
}
@media all and (max-width: 480px) {
  .faq dl dt {
    border-radius: 15px;
    gap: 10px;
    font-size: 1.5rem;
    padding: 12px 30px 12px 12px;
  }
}
.faq dl dt::after {
  position: absolute;
  content: "";
  background: url(../../assets/images/index/acc_arrow.svg) center center/contain no-repeat;
  width: 34px;
  height: 18px;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
}
@media all and (max-width: 480px) {
  .faq dl dt::after {
    width: 15px;
    right: 15px;
  }
}
.faq dl dt.active::after {
  transform: translateY(-50%) rotate(180deg);
}
@media all and (max-width: 480px) {
  .faq dl dt img {
    width: 30px;
  }
}
.faq dl dt p {
  max-width: 80%;
}
.faq dl dd {
  padding: 20px 30px 0;
  font-size: 1.8rem;
}
@media all and (max-width: 480px) {
  .faq dl dd {
    padding: 10px 15px 0;
    font-size: 1.4rem;
  }
}
.faq dl dd ul li {
  padding-left: 1em;
  text-indent: -1em;
}
.faq dl dd ol {
  margin-top: 20px;
}
.faq dl dd ol li {
  padding-left: 1.1em;
  text-indent: -1.1em;
  margin-bottom: 10px;
}
.faq dl dd ol li:last-child {
  margin-bottom: 0;
}
.faq dl dd a {
  text-decoration: underline;
  text-underline-offset: 5px;
  font-weight: 700;
  color: #00A632;
  padding-bottom: 5px;
  display: block;
}
.faq dl dd a.inline {
  display: inline-block;
}
.faq dl dd span.indent {
  display: block;
  padding-left: 1em;
  text-indent: -1em;
}
.faq dl dd span.bold {
  font-weight: bold;
  color: #013F6B;
}

.panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-out;
}
.panel.show {
  margin-bottom: 10px;
}

@media all and (max-width: 480px) {
  #panel3 {
    margin-bottom: 50px;
  }
}