@charset "UTF-8";
/*-- commonフォルダの中の_index.scss --*/
/*! destyle.css v4.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 {
  color: #231815;
  margin: 0;
  letter-spacing: 0.02em;
  font-family: "Noto Sans JP", sans-serif;
}

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

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

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

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

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

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

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  /* 2 */
}

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

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

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

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
:root {
  interpolate-size: allow-keywords;
}

table {
  border-color: inherit;
  /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

img,
picture {
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 100%;
  height: auto;
}

/*-- baseフォルダの中の_index.scss --*/
html {
  font-size: 1rem;
}
@media screen and (max-width: 1199.98px) {
  html {
    font-size: 1.3vw;
  }
}
@media screen and (max-width: 999.98px) {
  html {
    font-size: 1rem;
  }
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1em 1em 1.04em;
  text-decoration: none;
  color: #fff;
  letter-spacing: 0.02em;
  font-weight: bold;
  font-size: clamp(15px, 4vw, 30px);
  width: -moz-max-content;
  width: max-content;
  min-width: 15rem;
  border-radius: 1.875rem;
}
@media (min-width: 768px) {
  .button {
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 1199.98px) {
  .button {
    font-size: 1rem;
  }
}
@media (any-hover: hover) {
  .button {
    transition: 0.3s;
  }
  .button:hover {
    filter: opacity(0.76);
  }
}
@media (max-width: 999.98px) {
  .button {
    padding: 0.3em 0.4em;
    border-radius: 10vw;
  }
}
.button__red {
  background-color: #EA002A;
}
.button__blue {
  background-color: #2985C0;
}
.button__green {
  background-color: #35b600;
}
.button__pink {
  background-color: #FF7477;
}
.button__orange {
  background-color: #FFA700;
}
.button.has-border {
  border: 0.125rem solid white;
  box-shadow: 0.125rem 0.125rem 0.0625rem rgba(0, 0, 0, 0.24);
}

.section__title {
  text-align: center;
  margin-bottom: 3.75rem;
  position: relative;
  z-index: 30;
}
.section__title-en {
  margin-bottom: 3rem;
}
@media screen and (max-width: 767.98px) {
  .section__title-en {
    margin-bottom: 3.8vw;
  }
  .section__title-en img {
    -o-object-fit: contain;
       object-fit: contain;
    height: 2.5rem;
  }
}
.section__title-jp {
  font-size: 2rem;
  font-weight: bold;
  color: #000;
  font-size: clamp(20px, 5.3333333333vw, 40px);
  line-height: 1.4;
}
@media (min-width: 768px) {
  .section__title-jp {
    font-size: 2rem;
  }
}

.d-md-block {
  display: block !important;
}
.d-md-block-down {
  display: none !important;
}
@media screen and (max-width: 999.98px) {
  .d-md-block-down {
    display: block !important;
  }
}

.d-inline-block {
  display: inline-block !important;
}

.container {
  max-width: 1232px;
  padding-inline: 1.25rem;
  margin-inline: auto;
}
@media screen and (max-width: 767.98px) {
  .container {
    padding-inline: var(--padding-inline-container-sp);
  }
}

:root {
  --padding-inline-container-sp: 2.187rem;
}

.popup {
  position: fixed;
  bottom: 3.75rem;
  right: 1.875rem;
  width: 16.5rem;
  z-index: 1000;
  display: none;
  transition: opacity 0.4s ease, transform 0.4s ease;
}
@media screen and (max-width: 767.98px) {
  .popup {
    right: 1.25rem;
    bottom: 1rem;
  }
}
.popup.popup--fade-out {
  animation: fadeOutUp 0.4s forwards;
}
.popup.popup--fade-in {
  animation: fadeInDown 0.4s forwards;
}
.popup--active {
  display: block;
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    visibility: visible;
    transform: 0;
  }
  100% {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-3%);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-3%);
  }
  100% {
    opacity: 1;
    visibility: visible;
    transform: 0;
  }
}
.popup__content {
  position: relative;
  background: #fff;
  border-radius: 1.875rem;
  padding: 1.5rem;
  z-index: 1;
  text-align: center;
  box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.2);
  border: 0.1875rem solid #35b600;
}
@media screen and (max-width: 767.98px) {
  .popup__content {
    padding: 1rem 1rem 0.625rem;
    border-radius: 0 1rem 1rem 1rem;
  }
}
.popup__pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .popup__pc {
    display: block;
  }
}
.popup__pc .popup__title {
  font-size: 1.0625rem;
  font-weight: bold;
  margin-bottom: 1.25rem;
  line-height: 1.5;
}
.popup__pc .popup__cards {
  display: flex;
  justify-content: space-between;
  gap: clamp(12px, 3.2vw, 24px);
  margin-bottom: 1.25rem;
}
@media (min-width: 768px) {
  .popup__pc .popup__cards {
    gap: 1rem;
  }
}
.popup__pc .popup__card {
  flex: 1;
}
.popup__pc .popup__card-title {
  font-size: 0.875rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.popup__pc .popup__card-logo {
  width: 3rem;
  height: 3rem;
  margin-bottom: 0.5rem;
}
.popup__pc .popup__card-label {
  font-size: 0.75rem;
  color: #555;
}
.popup__sp {
  display: block;
}
@media screen and (min-width: 768px) {
  .popup__sp {
    display: none;
  }
}
.popup__sp .popup__title {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5;
  background: #35b600;
  color: white;
  letter-spacing: 0.05em;
  border-radius: 0.625rem 0.625rem 0 0;
  padding: 0.25rem 0.75rem;
  position: absolute;
  top: -1.8125rem;
  left: -0.1625rem;
}
.popup__sp .popup__title span {
  font-size: 1.25rem;
}
.popup__sp .popup__cards {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.75rem;
}
.popup__sp .popup__card-title {
  font-size: 0.875rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.popup__close {
  position: absolute;
  top: -1.375rem;
  right: -1.375rem;
  background: #35b600;
  color: white;
  border: none;
  border-radius: 50%;
  width: 2.75rem;
  height: 2.75rem;
  font-size: 1.25rem;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767.98px) {
  .popup__close {
    width: 1.6875rem;
    height: 1.6875rem;
    top: -0.84375rem;
    right: -0.84375rem;
  }
}
.popup .button {
  min-width: initial;
  width: 100%;
}
@media screen and (max-width: 999.98px) {
  .popup .button {
    padding: 2vw;
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 767.98px) {
  .popup .button {
    padding: 0.375rem;
    width: 100%;
  }
}

/*-- pageフォルダの中の_index.scss --*/
.header {
  background-color: #fff;
  position: sticky;
  top: 0;
  z-index: 100;
  width: 100%;
  /* ドロップダウンメニュー */
  /* hover時に表示 */
}
.header.has-bg-color.is-scrolled {
  transition: background 0.3s;
  background: #fff;
}
.header__inner {
  display: flex;
  justify-content: space-between;
  gap: 0 2rem;
}
@media screen and (max-width: 999.98px) {
  .header__inner {
    justify-content: flex-start;
    align-items: center;
    background-color: #fff;
    padding-block: 0.5rem;
    gap: 0 3vw;
  }
}
@media screen and (max-width: 767.98px) {
  .header__inner {
    padding-inline: 1.25rem;
  }
}
.header__logos {
  flex-shrink: 0;
  padding: 1.3125rem 1rem;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1199.98px) {
  .header__logos {
    flex-shrink: initial;
    min-width: 20.625rem;
  }
}
@media screen and (max-width: 999.98px) {
  .header__logos {
    min-width: 0;
    flex-shrink: 0;
    padding: 0;
    background: #fff;
    position: relative;
  }
}
.header__logos img {
  margin-right: 0.5rem;
}
@media screen and (max-width: 999.98px) {
  .header__logos img {
    width: 46vw;
    height: auto;
  }
}
@media screen and (max-width: 767.98px) {
  .header__logos img {
    margin-right: 0;
  }
}
.header__logos a:nth-of-type(1) {
  position: relative;
  z-index: 10000;
}
@media screen and (max-width: 999.98px) {
  .header__logos a:nth-of-type(2) {
    display: none;
  }
}
.header__logos .header__tagline {
  font-size: 0.625rem;
  color: #777;
}
.header .custom-button {
  display: none;
}
@media screen and (max-width: 999.98px) {
  .header .custom-button {
    display: block;
    font-size: clamp(12px, 3.2vw, 24px);
    width: 31.4vw;
    min-width: 0;
    text-align: center;
    padding-block: 0.625rem;
    margin-right: 9vw;
  }
}
.header__nav {
  flex-shrink: 0;
  font-weight: bold;
  display: flex;
  gap: 2.25rem;
}
.header__nav-logo {
  display: none;
}
@media screen and (max-width: 999.98px) {
  .header__nav-logo {
    display: block;
  }
  .header__nav-logo img {
    width: 46vw;
    height: auto;
  }
}
@media screen and (max-width: 999.98px) {
  .header__nav {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    position: fixed;
    visibility: hidden;
    opacity: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    background: url(../images/top/menu-sp_bg.svg) no-repeat center/cover;
    box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
    z-index: 10002;
    padding: 1rem;
    display: block;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.2s ease, visibility 0s linear 1.4s;
  }
  .header__nav.is-closing {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
  .header__nav.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transition: opacity 0.2s ease, visibility 0s;
  }
  .header__nav.is-hover {
    transform: translateX(0);
    visibility: visible;
    opacity: 1;
    margin-top: 5.3125rem;
  }
}
.header__nav-list {
  display: flex;
  justify-content: center;
  gap: 2.25rem;
  height: 100%;
}
@media screen and (max-width: 1199.98px) {
  .header__nav-list {
    gap: calc(-13.8859993533px + 4.1572359vw);
  }
}
@media screen and (max-width: 999.98px) {
  .header__nav-list {
    gap: 0;
    margin-top: 10.6vw;
    height: auto;
    flex-direction: column;
    height: auto;
  }
}
.header__nav-list a {
  font-size: 0.9375rem;
}
@media screen and (max-width: 1199.98px) {
  .header__nav-list a {
    font-size: calc(12.2285555915px + 0.23095755vw);
  }
}
@media screen and (max-width: 999.98px) {
  .header__nav-list a {
    font-size: clamp(15px, 4vw, 30px);
    display: block;
    width: 100%;
    padding-block: 4vw;
    justify-content: flex-start;
    background-image: radial-gradient(circle, #FFA700 1.5px, transparent 1.5px);
    background-position: left top;
    background-repeat: repeat-x;
    background-size: 9px 3px;
  }
}
@media screen and (max-width: 999.98px) and (any-hover: hover) {
  .header__nav-list a:hover {
    color: rgb(204, 133.6, 0);
  }
}
@media (any-hover: hover) {
  .header__nav-list a {
    transition: color 0.3s;
  }
  .header__nav-list a:hover {
    color: #35b600;
  }
}
.header__nav-item {
  height: 100%;
  display: flex;
  align-items: center;
  will-change: height;
}
@media screen and (max-width: 999.98px) {
  .header__nav-item {
    padding-inline: 6.4vw;
    height: auto;
  }
}
.header__nav-item.is-active.is-hover a::after {
  transform: rotate(180deg);
}
@media screen and (min-width: 1000px) {
  .header__actions {
    display: flex;
    gap: 0.5rem;
    padding: 1.3125rem 0.5rem;
    margin-top: 0;
    min-width: 16.25rem;
  }
}
@media screen and (max-width: 1199.98px) {
  .header__actions .button {
    min-width: 9.375rem;
    width: 100%;
  }
}
@media screen and (min-width: 1000px) and (any-hover: hover) {
  .header__actions .button {
    transition: background 0.3s;
  }
  .header__actions .button:hover {
    color: white;
    background: color-mix(in srgb, black 10%, #35b600 100%);
  }
}
@media screen and (max-width: 999.98px) {
  .header__actions {
    flex-direction: column;
    gap: clamp(16px, 4.2666666667vw, 32px);
    width: 100%;
    justify-content: space-between;
    margin-left: 0;
    padding-inline: 6.4vw;
  }
  .header__actions .button {
    width: 100%;
    font-size: clamp(15px, 4vw, 30px);
    background: transparent;
    color: #231815;
    min-width: 0;
    border-radius: 0;
    background-image: radial-gradient(circle, #FFA700 1.5px, transparent 1.5px);
    background-position: left top;
    background-repeat: repeat-x;
    background-size: 9px 3px;
  }
}
@media screen and (max-width: 999.98px) and (any-hover: hover) {
  .header__actions .button:hover {
    color: #35b600;
  }
}
.header__toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 7px;
  background: none;
  border: none;
  cursor: pointer;
  font-size: clamp(12px, 3.2vw, 24px);
  color: #35b600;
}
.header__toggle::before {
  content: "Menu";
}
@media screen and (max-width: 999.98px) {
  .header__toggle {
    display: flex;
    margin: 1vw 1.2vw 1vw;
    position: absolute;
    right: 0.5rem;
    z-index: 10003;
  }
}
.header__toggle span {
  display: block;
  width: 32px;
  height: 2px;
  background-color: #231815;
  transform-origin: center;
  transition: all 0.3s ease;
}
.header__toggle.is-open {
  color: #FFA700;
}
.header__toggle.is-open::before {
  content: "Close";
}
.header .header__nav-item {
  position: relative;
}
@media screen and (max-width: 999.98px) {
  .header .header__nav-item {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
}
@media screen and (max-width: 999.98px) {
  .header .header__nav-item.dropdown > a {
    position: relative;
    padding-right: 2em;
  }
  .header .header__nav-item.dropdown > a::after {
    content: "";
    font-size: 0.8em;
    position: absolute;
    right: 0.5em;
    top: 50%;
    width: 1.3em;
    height: 0.8em;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNi44NzQiIGhlaWdodD0iOS4wOTIiIHZpZXdCb3g9IjAgMCAxNi44NzQgOS4wOTIiPiA8cGF0aCBkPSJNMzIyLjUsMTE3LjI1OWw3LjUtNiw3LjUsNiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTMyMS41NjMgLTEwOS4zMzgpIiBmaWxsPSJub25lIiBzdHJva2U9IiMwMDAiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgc3Ryb2tlLXdpZHRoPSIzIi8+PC9zdmc+");
    background-size: contain;
    background-repeat: no-repeat;
    transform: translateY(-50%) rotate(180deg);
    transition: transform 0.3s ease;
  }
  .header .header__nav-item.dropdown.is-open > a::after {
    transform: translateY(-50%) rotate(0deg);
  }
}
.header .dropdown-menu {
  width: 90%;
  width: -moz-max-content;
  width: max-content;
}
.header .dropdown-menu a {
  font-size: clamp(13px, 3.4666666667vw, 26px);
  font-weight: 500;
}
@media screen and (min-width: 1000px) {
  .header .dropdown-menu {
    position: absolute;
    top: 80%;
    left: 50%;
    min-width: 180px;
    background: #E0F6D3;
    border-radius: 0.5rem;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
    border: 0.125rem solid white;
    list-style: none;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    transform: translate(-50%, -15px);
    transition: transform 0.3s ease, opacity 0.3s ease, visibility 0.3s;
    padding: 0.75rem;
  }
}
.header .dropdown-menu li a {
  text-decoration: none;
  font-weight: 700;
}
@media screen and (max-width: 999.98px) {
  .header .dropdown-menu li a {
    background: transparent;
    padding-block: 2.2vw;
  }
}
@media screen and (min-width: 1000px) {
  .header .dropdown-menu li a {
    display: block;
    padding: 1rem;
    color: #35b600;
    font-size: 0.9375rem;
    transition: background 0.3s;
    border-radius: 0.3rem;
  }
}
@media screen and (min-width: 1000px) and (any-hover: hover) {
  .header .dropdown-menu li a:hover {
    background: #d2edc2;
  }
}
@media screen and (min-width: 1000px) {
  .header .dropdown-menu li:not(:last-of-type) a {
    background-image: radial-gradient(circle, #fff 1.5px, transparent 1.5px);
    background-position: left bottom;
    background-repeat: repeat-x;
    background-size: 9px 3px;
  }
}
@media screen and (max-width: 999.98px) {
  .header .dropdown-menu {
    position: static;
    transform: none;
    opacity: 1;
    visibility: visible;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    width: 95%;
  }
  .header .dropdown-menu.is-open {
    max-height: 500px;
  }
}
@media screen and (min-width: 1000px) {
  .header__nav-item.dropdown:hover > .dropdown-menu, .header__nav-item.dropdown.is-active > .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, 0);
  }
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 3rem;
}

body {
  color: #231815;
}

sup {
  font-size: 100%;
  top: 0;
}

.fw-400 {
  font-weight: 400;
}
.fw-500 {
  font-weight: 500;
}
.fw-700 {
  font-weight: bold;
}
.fw-900 {
  font-weight: 900;
}

.color-pink {
  color: #FF7477;
}
.color-blue {
  color: #2985C0;
}
.color-orange {
  color: #FFA700;
}
.color-green {
  color: #35b600;
}

.d-sm-block {
  display: none;
}
@media screen and (max-width: 599.98px) {
  .d-sm-block {
    display: initial !important;
  }
}

@media screen and (max-width: 999.98px) {
  .d-sp-none {
    display: none !important;
  }
}

@media screen and (min-width: 1000px) {
  .d-pc-none {
    display: none !important;
  }
}

html {
  overflow-x: hidden;
}

.top-page {
  position: relative;
  overflow-x: hidden;
}
@media screen and (min-width: 768px) {
  .top-page {
    width: 100%;
  }
}
.top-page .hero {
  background: url(../images/top/hero_bg.svg) no-repeat center;
  background-size: cover;
  position: relative;
}
@media screen and (max-width: 999.98px) {
  .top-page .hero {
    background: url(../images/top/hero_bg-sp.svg) no-repeat center;
    background-size: cover;
  }
}
.top-page .hero__inner {
  display: flex;
  align-items: flex-end;
  padding: 2.8125rem 0.625rem 6rem;
  max-width: 83.125rem;
  margin-inline: auto;
}
@media screen and (max-width: 999.98px) {
  .top-page .hero__inner {
    flex-direction: column;
    padding: 12vw 1.25rem 5vw;
  }
}
.top-page .hero__inner .hero__content {
  width: 53%;
}
@media screen and (max-width: 999.98px) {
  .top-page .hero__inner .hero__content {
    width: 100%;
    display: contents;
  }
}
.top-page .hero__inner .hero__image {
  width: 47%;
}
@media screen and (max-width: 999.98px) {
  .top-page .hero__inner .hero__image {
    width: 94%;
    margin-inline: auto;
    order: 2;
    margin-top: -11vw;
  }
  .top-page .hero__inner .hero__image img {
    width: 100%;
    height: auto;
  }
}
.top-page .hero__heading {
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 1rem;
  margin-top: 3.25rem;
  color: #35b600;
  text-align: center;
  width: -moz-max-content;
  width: max-content;
  margin-inline: auto;
  position: relative;
}
@media screen and (max-width: 1199.98px) {
  .top-page .hero__heading {
    width: -moz-max-content;
    width: max-content;
    font-size: 2rem;
  }
}
@media screen and (max-width: 999.98px) {
  .top-page .hero__heading {
    width: -moz-fit-content;
    width: fit-content;
    font-size: clamp(20px, 5.3333333333vw, 40px);
    margin-top: 5vw;
  }
}
.top-page .hero__heading .highlight-orange {
  color: #FFA700;
}
.top-page .hero__heading .highlight-green {
  font-size: 3.25rem;
}
@media screen and (max-width: 1199.98px) {
  .top-page .hero__heading .highlight-green {
    font-size: 2.875rem;
  }
}
@media screen and (max-width: 999.98px) {
  .top-page .hero__heading .highlight-green {
    font-size: clamp(30px, 8vw, 60px);
  }
}
.top-page .hero__subheading {
  position: absolute;
  top: -5.25rem;
  left: 0rem;
  transform: rotate(6deg);
}
@media screen and (max-width: 1199.98px) {
  .top-page .hero__subheading {
    width: 28vw;
    top: -8vw;
  }
}
@media screen and (max-width: 999.98px) {
  .top-page .hero__subheading {
    width: 49.8vw;
    top: -14vw;
    left: -2vw;
    line-height: 1.5;
  }
  .top-page .hero__subheading img {
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.top-page .hero__description {
  font-size: 1.125rem;
  font-weight: 500;
  text-align: center;
  margin-top: 1.875rem;
  line-height: 1.77;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media screen and (max-width: 999.98px) {
  .top-page .hero__description {
    font-size: clamp(12.8px, 3.4133333333vw, 25.6px);
    line-height: 1.43;
    letter-spacing: 0.005em;
    margin-top: 0;
  }
}
.top-page .hero__features {
  display: flex;
  justify-content: center;
  gap: 0.625rem;
  margin: 2.5rem 0;
}
@media screen and (max-width: 999.98px) {
  .top-page .hero__features {
    font-size: 1.76vw;
    width: 100%;
    margin-top: 2vw;
    margin-bottom: 5vw;
  }
}
.top-page .hero__features-item {
  width: 10.1875rem;
  height: 10.1875rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  font-size: 1.1875rem;
  line-height: 1.5;
  font-weight: 700;
  background: #35b600 url(../images/top/hero-features_bg.svg);
  background-size: 90%;
  background-position: center;
  background-repeat: no-repeat;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
@media screen and (max-width: 999.98px) {
  .top-page .hero__features-item {
    width: 30vw;
    height: 30vw;
    font-size: clamp(15px, 4vw, 30px);
  }
}
@media screen and (max-width: 599.98px) {
  .top-page .hero__features-item {
    width: 29vw;
    height: 29vw;
    font-size: clamp(14px, 3.7333333333vw, 28px);
  }
}
.top-page .hero__buttons {
  display: flex;
  justify-content: center;
  gap: 1.75rem;
}
@media screen and (max-width: 999.98px) {
  .top-page .hero__buttons {
    flex-direction: column;
    gap: 3.73vw;
    align-items: center;
    order: 3;
    width: 100%;
    margin-top: 4vw;
  }
  .top-page .hero__buttons .button {
    font-size: clamp(13px, 3.4666666667vw, 26px);
    width: 54.4vw;
    height: 10.6vw;
  }
}
.top-page .hero__frame {
  position: relative;
  max-width: 50%;
  width: 100%;
  margin: 0 auto;
  aspect-ratio: 645/339;
  margin-bottom: 5%;
}
@media screen and (max-width: 999.98px) {
  .top-page .hero__frame {
    max-width: 50rem;
  }
}
@media screen and (max-width: 767.98px) {
  .top-page .hero__frame {
    max-width: 93vw;
  }
}
.top-page .hero__frame::after {
  content: "";
  position: absolute;
  inset: 0;
  top: 0.3125rem;
  background: url("../images/top/hero_image-pc.png") no-repeat center/contain;
  z-index: 10;
  pointer-events: none;
}
.top-page .hero__title-box {
  width: 6.9375rem;
  height: 7.25rem;
  background-image: url("../images/top/hero_image-deco.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 20px;
  right: 2rem;
  z-index: 30;
  color: #ffa700;
  font-size: 0.9375rem;
  font-weight: 700;
  display: grid;
  place-items: center;
}
@media screen and (max-width: 999.98px) {
  .top-page .hero__title-box {
    width: 20vw;
    height: 22vw;
    font-size: clamp(13px, 3.4666666667vw, 26px);
    top: -4vw;
    right: 0;
  }
}
@media screen and (max-width: 767.98px) {
  .top-page .hero__title-box {
    width: 27vw;
    height: 29vw;
    font-size: clamp(13px, 3.4666666667vw, 26px);
    top: -4vw;
    right: 0;
  }
}
.top-page .hero__slide {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  padding: 4% 10% 5% 8%;
  overflow: hidden;
}
@media screen and (max-width: 767.98px) {
  .top-page .hero__slide {
    padding: 4% 11% 5% 8%;
  }
}
.top-page .hero__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.top-page .introduction {
  padding-block: 3.75rem;
  overflow-x: hidden;
  line-height: 1.3;
}
@media screen and (max-width: 999.98px) {
  .top-page .introduction {
    padding-block: 4vw;
  }
}
.top-page .introduction h2 {
  font-size: 1.625rem;
  text-align: center;
  font-weight: 700;
}
@media screen and (max-width: 999.98px) {
  .top-page .introduction h2 {
    font-size: clamp(16px, 4.2666666667vw, 32px);
  }
}
.top-page .introduction__logo-wrapper {
  display: flex;
  align-items: baseline;
  gap: 3.125rem;
  margin-top: 2.5rem;
  will-change: transform;
  backface-visibility: hidden;
}
@media screen and (max-width: 999.98px) {
  .top-page .introduction__logo-wrapper {
    margin-top: 6vw;
    gap: 5vw;
  }
}
.top-page .introduction__logo-wrapper img {
  max-width: none;
}
@media screen and (max-width: 999.98px) {
  .top-page .introduction__logo-wrapper img {
    height: 80%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.top-page .problems {
  padding-block: 3.75rem 5rem;
  text-align: center;
  background: url(../images/top/problems_bg.jpg) no-repeat center;
  background-size: cover;
  position: relative;
}
@media screen and (max-width: 999.98px) {
  .top-page .problems {
    padding-block: 4vw 10vw;
  }
}
.top-page .problems::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -2.125rem;
  left: 50%;
  transform: translateX(-50%);
  width: clamp(28.125rem, 34.7vw, 31.25rem);
  height: clamp(4.21875rem, 5.2vw, 4.6875rem);
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MDAiIGhlaWdodD0iNzUiIHZpZXdCb3g9IjAgMCA1MDAgNzUiPiA8cGF0aCBkPSJNNzIwLDE5NzkuOTI3bDI1MC03NUg0NzBaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNDcwIC0xOTA0LjkyNykiIGZpbGw9IiMzNWI2MDAiLz48L3N2Zz4=");
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 10;
}
@media screen and (max-width: 999.98px) {
  .top-page .problems::after {
    width: 120vw;
    height: 20vw;
    background-size: contain;
    bottom: -17vw;
  }
}
.top-page .problems__inner {
  max-width: 75rem;
  margin: 0 auto;
}
.top-page .problems__title {
  font-size: 2.625rem;
  font-weight: bold;
  margin-bottom: 2.5rem;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 999.98px) {
  .top-page .problems__title {
    font-size: clamp(18px, 4.8vw, 36px);
    align-items: center;
    flex-direction: column-reverse;
    margin-bottom: 6vw;
    gap: 2vw;
  }
}
.top-page .problems__title::after {
  content: "";
  display: inline-block;
  width: 4.5rem;
  height: 5rem;
  background: url(../images/top/ploblem_deco.svg) no-repeat center;
  background-size: contain;
  margin-left: 1rem;
}
@media screen and (max-width: 999.98px) {
  .top-page .problems__title::after {
    width: 8vw;
    height: 8.8vw;
  }
}
@media screen and (max-width: 599.98px) {
  .top-page .problems__title::after {
    margin-left: 0;
  }
}
.top-page .problems__list {
  display: flex;
  flex-wrap: wrap;
  gap: 2.375rem;
  justify-content: center;
  background: white;
  border-radius: 1.875rem;
  padding: 4.375rem 5rem;
}
@media screen and (max-width: 999.98px) {
  .top-page .problems__list {
    padding: 6.4vw;
    flex-direction: column;
    gap: 4vw;
    max-width: 37.5rem;
    margin-inline: auto;
  }
}
@media screen and (max-width: 767.98px) {
  .top-page .problems__list {
    max-width: initial;
  }
}
.top-page .problems__item {
  background: #E0F6D3;
  border-radius: 1.375rem;
  padding: 2.5rem;
  flex: 1 1 calc(33.333% - 2.375rem);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
@media screen and (max-width: 999.98px) {
  .top-page .problems__item {
    max-width: 100%;
    font-size: clamp(19px, 5.0666666667vw, 38px);
    flex-direction: column-reverse;
  }
}
.top-page .problems__text {
  font-size: 1.25rem;
  margin-bottom: 2rem;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 999.98px) {
  .top-page .problems__text {
    margin-top: 4vw;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 599.98px) {
  .top-page .problems__text {
    font-size: clamp(15px, 4vw, 30px);
  }
}
.top-page .problems__image {
  margin-top: auto;
}
.top-page .problems__image img {
  height: auto;
  display: block;
}
.top-page .features {
  padding-block: 3.75rem 7.5rem;
  text-align: center;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 999.98px) {
  .top-page .features {
    padding-block: 22vw 10vw;
  }
}
.top-page .features__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.125rem 2.8125rem;
}
@media screen and (max-width: 999.98px) {
  .top-page .features__list {
    max-width: 31.25rem;
    grid-template-columns: 1fr;
    margin-inline: auto;
  }
}
@media screen and (max-width: 767.98px) {
  .top-page .features__list {
    max-width: initial;
  }
}
.top-page .features__item {
  flex: 1 1 calc(33.333% - 1.25rem);
  max-width: 22.5rem;
  padding: 2.125rem 1.5rem;
  border: 0.125rem solid #35b600;
  border-radius: 2.125rem;
  background: #fff;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  justify-items: center;
  gap: 1.875rem;
  position: relative;
}
.top-page .features__item::before {
  content: "";
  width: 3.1875rem;
  height: 1.25rem;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1Ni4xMDYiIGhlaWdodD0iMjMuMTg1IiB2aWV3Qm94PSIwIDAgNTYuMTA2IDIzLjE4NSI+IDxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yNzcuMzcgLTIyNDMuODY2KSI+IDxsaW5lIHkyPSIxNC41OTkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDMwNS40MjMgMjI0NS4zNjYpIiBmaWxsPSJub25lIiBzdHJva2U9IiNmZmE3MDAiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIzIi8+IDxsaW5lIHgyPSI4IiB5Mj0iMTEuNTk5IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyNzkuNDU2IDIyNTMuMzY2KSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjZmZhNzAwIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS13aWR0aD0iMyIvPiA8bGluZSB4MT0iOCIgeTI9IjExLjU5OSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMzIzLjM5IDIyNTMuMzY2KSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjZmZhNzAwIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS13aWR0aD0iMyIvPiA8L2c+PC9zdmc+");
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 999.98px) {
  .top-page .features__item {
    flex: initial;
    flex-shrink: 0;
    max-width: initial;
  }
  .top-page .features__item.swiper-slide {
    height: auto;
  }
}
@media screen and (max-width: 767.98px) {
  .top-page .features__item {
    padding: 6vw 4vw;
  }
}
.top-page .features__text {
  font-size: 1.1875rem;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 599.98px) {
  .top-page .features__text {
    font-size: clamp(15px, 4vw, 30px);
  }
}
.top-page .features__text-small {
  display: block;
  font-size: 0.75rem;
  text-align: left;
}
.top-page .features__text-small:first-of-type {
  margin-top: 1em;
}
.top-page .features .features__prev,
.top-page .features .features__next {
  display: none;
}
.top-page .features .features__pagination {
  margin-top: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  bottom: 0 !important;
  gap: 0.375rem;
}
.top-page .features .features__pagination .swiper-pagination-bullet {
  width: 0.625rem;
  height: 0.625rem;
  background: #35b600;
  opacity: 1;
  margin: 0 0.25rem;
}
.top-page .features .features__pagination .swiper-pagination-bullet-active {
  background: #35b600;
  width: 1.25rem;
  height: 1.25rem;
}
.top-page .service {
  background: #75DD55;
  padding-block: 5.625rem;
  text-align: center;
  position: relative;
  overflow-x: clip;
}
@media screen and (max-width: 999.98px) {
  .top-page .service {
    padding-block: 5vw;
  }
}
.top-page .service::before {
  content: "";
  display: block;
  position: absolute;
  top: -14%;
  right: -11.6%;
  width: 64%;
  height: 75.3%;
  background: url(../images/top/service_bg-deco.svg) no-repeat center;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 0;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 999.98px) {
  .top-page .service::before {
    top: 7%;
    right: -17.6%;
    width: 122%;
    height: 22.3%;
    transform: rotate(12deg);
  }
}
@media screen and (max-width: 999.98px) {
  .top-page .service .section__title {
    margin-bottom: 3vw;
  }
}
.top-page .service__mascot {
  position: absolute;
  right: 10%;
  top: 4%;
}
@media screen and (max-width: 999.98px) {
  .top-page .service__mascot {
    position: static;
  }
  .top-page .service__mascot img {
    width: 30vw;
    height: auto;
  }
}
.top-page .service__inner {
  position: relative;
  z-index: 10;
}
.top-page .service__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 4.375rem;
}
@media screen and (max-width: 999.98px) {
  .top-page .service__grid {
    grid-template-columns: 1fr;
    margin-top: 0;
    gap: 8vw;
  }
}
.top-page .service-card {
  position: relative;
  background: #fff;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
}
@media screen and (max-width: 999.98px) {
  .top-page .service-card {
    gap: 0;
  }
}
.top-page .service-card__head {
  padding: 0.875rem 1rem;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 999.98px) {
  .top-page .service-card__head {
    padding: 4vw 2vw;
  }
}
.top-page .service-card__label {
  font-weight: 700;
  font-size: clamp(15px, 4vw, 30px);
}
@media (min-width: 768px) {
  .top-page .service-card__label {
    font-size: 1.625rem;
  }
}
.top-page .service-card__brand {
  display: flex;
  align-items: center;
  margin-top: 2.6875rem;
  padding-inline: 1.25rem;
}
.top-page .service-card__brand-logo {
  margin-inline: auto;
}
@media screen and (max-width: 999.98px) {
  .top-page .service-card__brand-logo {
    width: 80%;
  }
}
.top-page .service-card__brand-name {
  font-size: 1.25rem;
  font-weight: 800;
}
.top-page .service-card__preview {
  margin-top: 2.875rem;
  margin-bottom: -6rem;
  padding: 0 1.25rem 1rem;
  position: relative;
  z-index: 12;
}
@media screen and (max-width: 999.98px) {
  .top-page .service-card__preview {
    margin-bottom: -9vw;
  }
}
.top-page .service-card__preview img {
  width: 100%;
  height: auto;
  display: block;
  max-width: 28.75rem;
  margin: 0 auto;
}
@media screen and (max-width: 999.98px) {
  .top-page .service-card__preview img {
    max-width: 90%;
  }
}
.top-page .service-card__lead {
  position: relative;
  padding: 7.5rem 1.25rem 2.625rem;
  --color: $color_darkpink;
}
@media screen and (max-width: 999.98px) {
  .top-page .service-card__lead {
    padding: 15vw 2vw 4.4vw;
  }
}
.top-page .service-card__lead-title {
  color: var(--color);
  font-size: clamp(14.8px, 3.9466666667vw, 29.6px);
  font-weight: 700;
  padding-bottom: 1.125rem;
  background-image: radial-gradient(circle, #e64960 1.5px, transparent 1.5px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 9px 3px;
  text-align: center;
  line-height: 1.33;
}
@media (min-width: 768px) {
  .top-page .service-card__lead-title {
    font-size: 1.5625rem;
  }
}
@media screen and (max-width: 999.98px) {
  .top-page .service-card__lead-title {
    padding-bottom: 3.4vw;
  }
}
.top-page .service-card__lead-desc {
  font-size: clamp(11px, 2.9333333333vw, 22px);
  line-height: 1.66;
  text-align: center;
  margin-top: 1rem;
  color: #231815;
  font-weight: 500;
}
@media (min-width: 768px) {
  .top-page .service-card__lead-desc {
    font-size: 1.125rem;
  }
}
.top-page .service-card__features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.625rem;
  margin-inline: auto;
  width: 90%;
}
@media screen and (min-width: 768px) {
  .top-page .service-card__features {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 999.98px) {
  .top-page .service-card__features {
    gap: 2vw;
    margin-top: 6vw;
  }
}
.top-page .service-card__chip {
  font-size: clamp(11px, 2.9333333333vw, 22px);
  font-weight: 500;
  text-align: center;
  border-radius: 0.625rem;
  padding: 0.6875rem 0.5rem 0.875rem;
  background: #e64960;
  color: white;
  line-height: 1.36;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .top-page .service-card__chip {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 999.98px) {
  .top-page .service-card__chip {
    padding: 2vw;
  }
}
.top-page .service-card__chip.off {
  background: #EF8D9C;
}
.top-page .service-card__action {
  margin-top: 2.625rem;
  display: flex;
  justify-content: center;
  background: #FBDFE3;
}
@media screen and (max-width: 999.98px) {
  .top-page .service-card__action {
    padding: 4vw 2vw;
    margin-top: 3.6vw;
  }
}
.top-page .service-card--nursing {
  color: #e64960;
}
.top-page .service-card--nursing .service-card__head {
  background: #eb6d80;
}
.top-page .service-card--nursing .service-card__lead {
  background: #fbdfe3;
}
.top-page .service-card--nursing .custom-button {
  background: #EB6D80;
  width: 58%;
  box-shadow: 3.6px 3.6px 3.6px rgba(234, 84, 84, 0.3);
}
@media screen and (max-width: 999.98px) {
  .top-page .service-card--nursing .custom-button {
    font-size: clamp(11px, 2.9333333333vw, 22px);
    padding-block: 2.4vw;
  }
}
.top-page .service-card--rehab {
  color: #2985C0;
}
.top-page .service-card--rehab .service-card__head {
  background: #2985C0;
}
.top-page .service-card--rehab .service-card__lead {
  background: #C5DEEE;
}
.top-page .service-card--rehab .service-card__lead-title {
  background-image: radial-gradient(circle, #2985C0 1.5px, transparent 1.5px);
  width: 90%;
  margin-inline: auto;
}
.top-page .service-card--rehab .service-card__chip {
  background: #2985C0;
}
.top-page .service-card--rehab .service-card__chip.off {
  background: #5DA3CF;
}
.top-page .service-card--rehab .service-card__features {
  background: #C5DEEE;
}
.top-page .service-card--rehab .service-card__action {
  background: #C5DEEE;
}
.top-page .service-card--rehab .service-card__action .custom-button {
  background: #2985C0;
  width: 58%;
  box-shadow: 3.6px 3.6px 3.6px rgba(86, 135, 232, 0.3);
}
@media screen and (max-width: 999.98px) {
  .top-page .service-card--rehab .service-card__action .custom-button {
    font-size: clamp(11px, 2.9333333333vw, 22px);
    padding-block: 3vw;
  }
}
.top-page .case-study {
  text-align: center;
  padding: 4.5rem 0;
  overflow-x: hidden;
}
@media screen and (max-width: 999.98px) {
  .top-page .case-study {
    padding-block: 8vw;
  }
}
.top-page .case-study__swiper {
  overflow: visible;
}
.top-page .case-study__swiper-container {
  position: relative;
}
@media screen and (max-width: 999.98px) {
  .top-page .case-study__swiper-container {
    max-width: 37.5rem;
  }
}
@media screen and (max-width: 767.98px) {
  .top-page .case-study__swiper-container {
    max-width: initial;
  }
}
.top-page .case-study .swiper-slide {
  transition: scale 0.3s;
}
.top-page .case-study__card {
  background: #fff;
  border: 0.125rem solid #35b600;
  border-radius: 2.1875rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 23.625rem;
  flex-shrink: 0;
  scale: 0.9;
}
@media screen and (max-width: 999.98px) {
  .top-page .case-study__card {
    width: 100%;
    cursor: pointer;
  }
}
.top-page .case-study__card.swiper-slide-active {
  scale: 1;
}
.top-page .case-study__card-header {
  background: #35b600;
  color: #fff;
  font-weight: 700;
  padding: 1rem 2rem;
  font-size: 1rem;
  text-align: left;
  line-height: 1.5;
}
@media screen and (max-width: 999.98px) {
  .top-page .case-study__card-header {
    padding: 3vw 4vw;
    font-size: clamp(12px, 3.2vw, 24px);
  }
}
@media screen and (max-width: 767.98px) {
  .top-page .case-study__card-header {
    padding: 5vw 8vw;
    font-size: clamp(16px, 4.2666666667vw, 32px);
  }
}
.top-page .case-study__card-body {
  padding: 1.625rem 2rem 2rem;
}
@media screen and (max-width: 999.98px) {
  .top-page .case-study__card-body {
    padding: 3vw 4vw;
  }
}
@media screen and (max-width: 767.98px) {
  .top-page .case-study__card-body {
    padding: 5vw 8vw;
  }
}
.top-page .case-study__card-image {
  width: 100%;
  height: auto;
}
.top-page .case-study__card-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 0.625rem;
}
@media screen and (max-width: 999.98px) {
  .top-page .case-study__card-tags {
    gap: 0.75rem;
  }
}
.top-page .case-study__card-tag {
  background: #ffa500;
  color: white;
  font-size: 1rem;
  font-weight: 500;
  padding: 0.25rem 0.75rem;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (max-width: 999.98px) {
  .top-page .case-study__card-tag {
    font-size: clamp(8px, 2.1333333333vw, 16px);
    padding: 0.375rem 2vw;
  }
}
@media screen and (max-width: 767.98px) {
  .top-page .case-study__card-tag {
    font-size: clamp(14.5px, 3.8666666667vw, 29px);
    padding: 0.25rem 2vw;
  }
}
.top-page .case-study__card-content {
  margin-top: 1rem;
  text-align: left;
}
@media screen and (max-width: 999.98px) {
  .top-page .case-study__card-content {
    margin-top: 1vw;
  }
}
@media screen and (max-width: 767.98px) {
  .top-page .case-study__card-content {
    margin-top: 3vw;
  }
}
.top-page .case-study__card-title {
  font-size: 1.0625rem;
  font-weight: 700;
}
@media screen and (max-width: 999.98px) {
  .top-page .case-study__card-title {
    font-size: clamp(12px, 3.2vw, 24px);
  }
}
@media screen and (max-width: 767.98px) {
  .top-page .case-study__card-title {
    font-size: clamp(17px, 4.5333333333vw, 34px);
  }
}
.top-page .case-study__card-meta {
  font-size: 0.75rem;
  color: #797270;
  margin: 0.25rem 0;
  font-weight: 700;
}
@media screen and (max-width: 999.98px) {
  .top-page .case-study__card-meta {
    margin-top: 1vw;
    font-size: clamp(8px, 2.1333333333vw, 16px);
  }
}
@media screen and (max-width: 767.98px) {
  .top-page .case-study__card-meta {
    margin-top: 2vw;
    font-size: clamp(12px, 3.2vw, 24px);
  }
}
.top-page .case-study__card-text {
  font-size: 0.875rem;
  line-height: 1.5;
  margin-top: 0.75rem;
  font-weight: 700;
}
@media screen and (max-width: 999.98px) {
  .top-page .case-study__card-text {
    font-size: clamp(9px, 2.4vw, 18px);
    margin-top: 2vw;
  }
}
@media screen and (max-width: 767.98px) {
  .top-page .case-study__card-text {
    font-size: clamp(13px, 3.4666666667vw, 26px);
    margin-top: 3vw;
  }
}
.top-page .case-study__tag {
  background: #ffa500;
  color: #fff;
  font-size: 0.75rem;
  padding: 0.125rem 0.375rem;
  border-radius: 0.25rem;
}
.top-page .case-study__nav {
  color: #008000;
  width: 2.5rem;
  height: 2.5rem;
}
.top-page .case-study__nav::after {
  font-size: 1.5rem;
}
.top-page .case-study__nav--prev {
  left: 0rem;
}
.top-page .case-study__nav--next {
  right: 0rem;
}
.top-page .case-study__pagination {
  margin-top: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  bottom: 0 !important;
  gap: 0.375rem;
}
.top-page .case-study__pagination .swiper-pagination-bullet {
  width: 0.625rem;
  height: 0.625rem;
  background: #35b600;
  opacity: 1;
  margin: 0 0.25rem;
}
.top-page .case-study__pagination .swiper-pagination-bullet-active {
  background: #35b600;
  width: 1.25rem;
  height: 1.25rem;
}
.top-page .case-study .case-study__nav--prev::after,
.top-page .case-study .case-study__nav--next::after {
  font-size: 2.5rem;
  color: #35b600;
}
@media screen and (max-width: 999.98px) {
  .top-page .case-study .case-study__nav--prev::after,
  .top-page .case-study .case-study__nav--next::after {
    display: none;
  }
}
.top-page .case-study .case-study__nav--prev {
  left: calc(50% - 250px);
}
.top-page .case-study .case-study__nav--next {
  right: calc(50% - 250px);
}
.top-page .feature-circle {
  background: url(../images/top/circle_bg.svg) no-repeat center;
  background-size: cover;
  padding-block: 3.75rem;
  text-align: center;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 999.98px) {
  .top-page .feature-circle {
    padding-block: 4vw 10vw;
    background: url(../images/top/circle_bg-sp.svg) no-repeat center;
    background-size: cover;
  }
}
.top-page .feature-circle__header {
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 999.98px) {
  .top-page .feature-circle__header {
    margin-bottom: 18vw;
  }
}
.top-page .feature-circle__title {
  font-size: clamp(20px, 5.3333333333vw, 40px);
  font-weight: bold;
  color: #fff;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  -moz-column-gap: 0.8em;
       column-gap: 0.8em;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .top-page .feature-circle__title {
    font-size: 2.625rem;
  }
}
@media screen and (max-width: 999.98px) {
  .top-page .feature-circle__title {
    -moz-column-gap: 0;
         column-gap: 0;
    width: 92%;
  }
}
@media screen and (max-width: 599.98px) {
  .top-page .feature-circle__title {
    -moz-column-gap: 0;
         column-gap: 0;
    width: 88%;
  }
}
.top-page .feature-circle__title::before {
  content: " \\ ";
}
@media screen and (max-width: 999.98px) {
  .top-page .feature-circle__title::before {
    font-size: clamp(42px, 11.2vw, 84px);
  }
}
.top-page .feature-circle__title::after {
  content: " / ";
}
@media screen and (max-width: 999.98px) {
  .top-page .feature-circle__title::after {
    font-size: clamp(42px, 11.2vw, 84px);
  }
}
.top-page .feature-circle__subtitle {
  display: inline-block;
  background: #35b600;
  color: #fff;
  font-size: clamp(15.3px, 4.08vw, 30.6px);
  padding: 0.5rem 1.5rem;
  border-radius: 2rem;
  margin-top: 1.5rem;
  font-weight: 500;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .top-page .feature-circle__subtitle {
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 999.98px) {
  .top-page .feature-circle__subtitle {
    padding-block: 1.6vw;
    margin-top: 4vw;
    border-radius: 11vw;
  }
}
.top-page .feature-circle__wrapper {
  position: relative;
  max-width: 56.25rem;
  margin: 3rem auto 0;
}
.top-page .feature-circle__mascot {
  position: absolute;
  bottom: -3.5rem;
  left: -6.5rem;
  z-index: 1;
}
@media screen and (max-width: 999.98px) {
  .top-page .feature-circle__mascot {
    font-size: clamp(11px, 2.9333333333vw, 22px);
    padding-block: 2.4vw;
    position: absolute;
    bottom: initial;
    left: initial;
    top: -26vw;
    right: -3vw;
    z-index: -1;
  }
  .top-page .feature-circle__mascot img {
    width: 27.4vw;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.top-page .feature-circle__image {
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .top-page .feature-circle__item__mascot {
    width: 3.75rem;
    bottom: 0.625rem;
    left: 1.25rem;
  }
}
.top-page .merit {
  background: url(../images/top/merit_bg.svg) no-repeat center;
  background-size: cover;
  padding: 5rem 0;
  text-align: center;
}
@media screen and (max-width: 999.98px) {
  .top-page .merit {
    background: url(../images/top/merit_bg-sp.svg) no-repeat center;
    background-size: cover;
    background-position: left top;
    padding: 10vw 0;
  }
}
@media screen and (max-width: 999.98px) {
  .top-page .merit .section__title {
    margin-bottom: 8vw;
  }
}
.top-page .merit__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.75rem;
  margin-top: 5.5rem;
}
@media screen and (max-width: 999.98px) {
  .top-page .merit__list {
    grid-template-columns: 1fr;
    margin-top: 6vw;
    max-width: 37.5rem;
    margin-inline: auto;
    gap: 1.25rem;
  }
}
@media screen and (max-width: 767.98px) {
  .top-page .merit__list {
    gap: 4vw;
  }
}
.top-page .merit__item {
  display: flex;
  border: 0.125rem solid #35b600;
  border-radius: 0.625rem;
  background: #fff;
  text-align: left;
  background: #E0F6D3;
  overflow: hidden;
  min-height: 6.0625rem;
}
.top-page .merit__icon {
  background: #E0F6D3;
  flex-shrink: 0;
  padding: 1rem 1.5rem;
  width: 34.4%;
  display: grid;
  place-items: center;
}
@media screen and (max-width: 999.98px) {
  .top-page .merit__icon {
    padding: 2.4vw;
  }
  .top-page .merit__icon img {
    max-height: 25vw;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media screen and (max-width: 599.98px) {
  .top-page .merit__icon img {
    max-height: 4rem;
  }
}
.top-page .merit__text {
  background: #fff;
  font-size: 1.25rem;
  color: #333;
  line-height: 1.6;
  font-weight: 700;
  flex: 1;
  display: flex;
  align-items: center;
  padding: 1rem 2.125rem;
}
@media screen and (max-width: 999.98px) {
  .top-page .merit__text {
    padding: 2.4vw;
  }
}
@media screen and (max-width: 767.98px) {
  .top-page .merit__text {
    font-size: clamp(13px, 3.4666666667vw, 26px);
  }
}
.top-page .flow {
  background: #6adb52;
  padding-block: 5rem;
  color: #000;
  text-align: center;
}
@media screen and (max-width: 999.98px) {
  .top-page .flow {
    padding-block: 6vw 10vw;
  }
}
.top-page .flow .section__title {
  margin-bottom: 6.4rem;
}
@media screen and (max-width: 999.98px) {
  .top-page .flow .section__title {
    margin-bottom: 12vw;
  }
}
.top-page .flow__steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.5rem;
  max-width: 75rem;
  margin: 0 auto;
}
@media screen and (max-width: 999.98px) {
  .top-page .flow__steps {
    grid-template-columns: 1fr;
    gap: 4.5rem;
    max-width: 37.5rem;
  }
}
@media screen and (max-width: 767.98px) {
  .top-page .flow__steps {
    gap: 15vw;
  }
}
.top-page .flow__step {
  background: #fff;
  border-radius: 1.25rem;
  padding: 2rem 2rem 1.75rem;
  position: relative;
  text-align: center;
  box-shadow: 0 0 0.375rem rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 999.98px) {
  .top-page .flow__step {
    padding: 4vw 6vw 3vw;
  }
}
@media screen and (max-width: 767.98px) {
  .top-page .flow__step {
    padding: 6vw 7vw 5vw;
  }
}
.top-page .flow__step:not(:last-child)::after {
  content: "";
  display: block;
  position: absolute;
  right: -1.875rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1.375rem;
  height: 4.125rem;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMS42MTYiIGhlaWdodD0iNjYuMTkyIiB2aWV3Qm94PSIwIDAgMjEuNjE2IDY2LjE5MiI+IDxwYXRoIGQ9Ik0xMDE5LjA5Myw3MDYyLjQ0OWwyMS42MTYsMzMuMS0yMS42MTYsMzMuMVoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMDE5LjA5MyAtNzA2Mi40NDkpIiBmaWxsPSIjMzViNjAwIi8+PC9zdmc+");
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 999.98px) {
  .top-page .flow__step:not(:last-child)::after {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2Ni4xOTIiIGhlaWdodD0iMjEuNjE2IiB2aWV3Qm94PSIwIDAgNjYuMTkyIDIxLjYxNiI+IDxwYXRoIGQ9Ik0xODQ0LjgzNywyNzQ2LjE3NWwtMzMuMSwyMS42MTYtMzMuMS0yMS42MTZaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTc3OC42NDYgLTI3NDYuMTc1KSIgZmlsbD0iIzM1YjYwMCIvPjwvc3ZnPg==");
    background-repeat: no-repeat;
    background-size: contain;
    width: 15.6vw;
    height: 5vw;
    right: 50%;
    transform: translateX(50%);
    transform-origin: center;
    bottom: -7vw;
    top: inherit;
  }
}
@media screen and (max-width: 767.98px) {
  .top-page .flow__step:not(:last-child)::after {
    width: 20vw;
    height: 7vw;
    bottom: -12vw;
  }
}
.top-page .flow__step-number {
  position: absolute;
  top: -1.875rem;
  left: 0.125rem;
}
@media screen and (max-width: 999.98px) {
  .top-page .flow__step-number {
    top: -22%;
    width: 20%;
  }
  .top-page .flow__step-number img {
    width: 100%;
  }
}
@media screen and (max-width: 767.98px) {
  .top-page .flow__step-number {
    top: -6vw;
    width: 23vw;
  }
}
@media screen and (max-width: 599.98px) {
  .top-page .flow__step-number {
    top: -6vw;
    width: 21vw;
  }
}
.top-page .flow__step-title {
  font-size: 1.25rem;
  line-height: 1.6;
  font-weight: 700;
}
@media screen and (max-width: 999.98px) {
  .top-page .flow__step-title {
    text-align: left;
  }
}
@media screen and (max-width: 767.98px) {
  .top-page .flow__step-title {
    font-size: clamp(19px, 5.0666666667vw, 38px);
  }
}
@media screen and (max-width: 999.98px) {
  .top-page .flow__step-content {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    gap: 9vw;
  }
}
.top-page .flow__step-content-wrapper {
  margin-top: 1.5rem;
}
.top-page .flow__step-content img {
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 999.98px) {
  .top-page .flow__step-content img {
    width: 19%;
  }
}
@media screen and (max-width: 767.98px) {
  .top-page .flow__step-content img {
    width: 22%;
  }
}
.top-page .flow__step-text {
  font-size: 0.9375rem;
  line-height: 1.6;
  text-align: left;
  margin-top: 1rem;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media screen and (max-width: 999.98px) {
  .top-page .flow__step-text {
    margin-top: 0.375rem;
  }
}
@media screen and (max-width: 767.98px) {
  .top-page .flow__step-text {
    font-size: clamp(14px, 3.7333333333vw, 28px);
  }
}
.top-page .flow__text {
  color: white;
  font-weight: 700;
  margin-top: 3.75rem;
  font-size: 2rem;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 999.98px) {
  .top-page .flow__text {
    font-size: 2rem;
    line-height: 1.36;
    margin-top: 8vw;
  }
}
@media screen and (max-width: 767.98px) {
  .top-page .flow__text {
    font-size: clamp(24px, 6.4vw, 48px);
  }
}
.top-page .flow__text-desc {
  font-size: 1.5em;
  margin-inline: 0.5rem;
}
.top-page .faq {
  padding-block: 5rem;
  text-align: center;
}
@media screen and (max-width: 999.98px) {
  .top-page .faq {
    padding-block: 8vw 10vw;
  }
}
.top-page .faq__list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media screen and (max-width: 767.98px) {
  .top-page .faq__list {
    gap: 4.2vw;
  }
}
.top-page .faq__item {
  background: #E0F6D3;
  border-radius: 0.75rem;
  overflow: hidden;
}
.top-page .faq__item summary {
  list-style: none;
}
.top-page .faq__item .faq__toggle::before {
  content: "＋";
}
.top-page .faq__item[open] .faq__toggle::before {
  content: "－";
}
.top-page .faq__question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.875rem 4.375rem;
  font-size: 1.5rem;
  font-weight: 700;
  cursor: pointer;
}
@media screen and (max-width: 999.98px) {
  .top-page .faq__question {
    padding: 4vw 5vw;
  }
}
.top-page .faq__question::-webkit-details-marker {
  display: none;
}
.top-page .faq__label {
  flex-shrink: 0;
  margin-right: 4.5rem;
}
@media screen and (max-width: 999.98px) {
  .top-page .faq__label {
    margin-right: 5vw;
  }
  .top-page .faq__label svg {
    width: 5vw;
    vertical-align: middle;
  }
}
.top-page .faq__text {
  color: #35b600;
  font-weight: bold;
  flex: 1;
  text-align: left;
}
@media screen and (max-width: 767.98px) {
  .top-page .faq__text {
    font-size: clamp(16px, 4.2666666667vw, 32px);
  }
}
.top-page .faq__toggle {
  font-size: 1.5rem;
  font-weight: bold;
  color: #35b600;
  flex-shrink: 0;
  margin-left: 0.625rem;
}
@media screen and (max-width: 767.98px) {
  .top-page .faq__toggle {
    font-size: clamp(24px, 6.4vw, 48px);
  }
}
.top-page .faq__answer {
  padding: 0 4.375rem 1.875rem;
  text-align: left;
}
@media screen and (max-width: 999.98px) {
  .top-page .faq__answer {
    padding: 0 5vw 4vw;
  }
}
.top-page .faq__answer-wrapper {
  padding-top: 1.5rem;
  display: flex;
  align-items: center;
  background-image: radial-gradient(circle, #75dd55 1.5px, transparent 1.5px);
  background-position: left top;
  background-repeat: repeat-x;
  background-size: 9px 3px;
}
@media screen and (max-width: 999.98px) {
  .top-page .faq__answer-wrapper {
    background-image: radial-gradient(circle, #75dd55 1.5px, transparent 1.5px);
    background-position: left top;
    background-repeat: repeat-x;
    background-size: 8px 3px;
  }
}
.top-page .faq__answer-label {
  flex-shrink: 0;
  margin-right: 4.5rem;
}
@media screen and (max-width: 999.98px) {
  .top-page .faq__answer-label {
    margin-right: 5.6vw;
  }
}
.top-page .faq__answer-label svg {
  display: block;
  fill: #34a853;
}
.top-page .faq__answer-text {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (max-width: 767.98px) {
  .top-page .faq__answer-text {
    font-size: clamp(14px, 3.7333333333vw, 28px);
  }
}
.top-page .faq__footer {
  margin-top: 2.5rem;
}
@media screen and (max-width: 999.98px) {
  .top-page .faq__footer {
    margin-top: 8vw;
  }
}
.top-page .faq__footer .custom-button {
  box-shadow: 3.5px 3.5px 3.5px rgba(135, 135, 135, 0.3);
  width: 21.875rem;
  font-size: 0.9375rem;
}
@media screen and (max-width: 999.98px) {
  .top-page .faq__footer .custom-button {
    padding: 3.4vw 4vw;
    width: 60%;
    max-width: 21.875rem;
    border-radius: 8vw;
  }
}
@media screen and (max-width: 767.98px) {
  .top-page .faq__footer .custom-button {
    font-size: clamp(13px, 3.4666666667vw, 26px);
  }
}
.top-page .buttons__list {
  display: flex;
  justify-content: center;
  width: 88%;
  margin-inline: auto;
  gap: 0.625rem;
  margin-bottom: 2.75rem;
}
@media screen and (max-width: 999.98px) {
  .top-page .buttons__list {
    width: 100%;
    padding: 1rem;
  }
}
@media screen and (max-width: 767.98px) {
  .top-page .buttons__list {
    flex-direction: column;
    margin-bottom: 5vw;
    padding-inline: 2.4vw;
  }
}
.top-page .buttons__items {
  flex: 1;
}
.top-page .buttons__items a {
  padding: 1.625rem;
  font-size: 1.125rem;
  border-radius: 0.625rem;
  font-weight: 700;
  display: block;
  background: #EB6D80;
  color: white;
  width: 100%;
  text-align: center;
  transition: background 0.3s;
  border: 0.125rem solid white;
  box-shadow: 0.125rem 0.125rem 0.0625rem rgba(0, 0, 0, 0.24);
  display: inline-grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  -moz-column-gap: 1em;
       column-gap: 1em;
}
@media (any-hover: hover) {
  .top-page .buttons__items a:hover {
    filter: contrast(1.2);
  }
  .top-page .buttons__items a:hover::after {
    transform: translateX(5px);
  }
}
@media screen and (max-width: 999.98px) {
  .top-page .buttons__items a {
    font-size: 0.9125rem;
  }
}
@media screen and (max-width: 767.98px) {
  .top-page .buttons__items a {
    padding-block: 6vw;
    font-size: clamp(15px, 4vw, 30px);
  }
}
.top-page .buttons__items a::before {
  content: "";
}
.top-page .buttons__items a::after {
  content: "";
  display: inline-block;
  inline-size: 1ex;
  justify-self: end;
  width: 1.25rem;
  height: 1.125rem;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMi42NzkiIGhlaWdodD0iMjAuNzE4IiB2aWV3Qm94PSIwIDAgMjIuNjc5IDIwLjcxOCI+IDxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKC04NDcuOTg5IC04NDI5Ljk2NCkiPiA8cGF0aCBkPSJNODYwLjcyNCw4NDMxLjM3OGw4Ljk0NSw4Ljk0NS04Ljk0NSw4Ljk0NCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjZmZmIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS13aWR0aD0iMiIvPiA8bGluZSB4Mj0iMTEuNTIiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDg0OS40ODkgODQ0MC4zMjMpIiBmaWxsPSJub25lIiBzdHJva2U9IiNmZmYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2Utd2lkdGg9IjMiIHN0cm9rZS1kYXNoYXJyYXk9IjAgNi41Ii8+IDwvZz48L3N2Zz4=");
  background-repeat: no-repeat;
  background-size: contain;
  transition: transform 0.3s;
}
.top-page .buttons__items:nth-of-type(2) a {
  background: #FFA700;
}
.top-page .buttons__items:nth-of-type(3) a {
  background: #398FC4;
}
.top-page .news {
  background: #e6f9dc;
  padding-block: 3.75rem;
  text-align: center;
}
@media screen and (max-width: 999.98px) {
  .top-page .news {
    padding-block: 6vw 10vw;
  }
}
.top-page .news__header {
  margin-bottom: 3.5rem;
}
@media screen and (max-width: 767.98px) {
  .top-page .news__header {
    margin-bottom: 6vw;
  }
}
.top-page .news__title {
  font-size: 2rem;
  font-weight: bold;
  color: #35b600;
}
@media screen and (max-width: 767.98px) {
  .top-page .news__title {
    font-size: clamp(20px, 5.3333333333vw, 40px);
  }
}
.top-page .news__list {
  background: #fff;
  border-radius: 1.875rem;
  padding: 2.5rem;
}
@media screen and (max-width: 767.98px) {
  .top-page .news__list {
    padding-block: 2vw 16vw;
  }
}
.top-page .news__item {
  text-align: left;
  background-image: radial-gradient(circle, #75dd55 1.5px, transparent 1.5px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 7px 3px;
  padding-block: 1.5rem;
  display: flex;
  align-items: center;
  gap: 3.75rem;
}
@media screen and (max-width: 999.98px) {
  .top-page .news__item {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.2vw;
  }
}
@media screen and (max-width: 767.98px) {
  .top-page .news__item {
    gap: 2vw;
    padding-block: 4vw;
  }
}
.top-page .news__meta {
  display: flex;
  align-items: center;
  gap: 1rem;
  min-width: 9.5625rem;
  font-weight: 500;
}
@media screen and (max-width: 999.98px) {
  .top-page .news__meta {
    min-width: 0;
  }
}
.top-page .news__date {
  font-weight: 700;
  font-size: 0.9375rem;
  color: #000;
}
@media screen and (max-width: 999.98px) {
  .top-page .news__date {
    font-weight: 500;
  }
}
@media screen and (max-width: 767.98px) {
  .top-page .news__date {
    font-size: clamp(13px, 3.4666666667vw, 26px);
  }
}
.top-page .news__label {
  background: #FFA700;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 500;
  padding: 0.375rem 0.625rem;
  border-radius: 0.5rem;
}
@media screen and (max-width: 999.98px) {
  .top-page .news__label {
    border-radius: 2.4vw;
    font-weight: 500;
  }
}
@media screen and (max-width: 767.98px) {
  .top-page .news__label {
    font-size: clamp(13px, 3.4666666667vw, 26px);
  }
}
.top-page .news__text {
  font-size: 1.25rem;
  font-weight: 500;
  color: #000;
  transition: color 0.3s;
  line-height: 1.3;
}
@media (any-hover: hover) {
  .top-page .news__text:hover {
    color: #35b600;
  }
}
@media screen and (max-width: 767.98px) {
  .top-page .news__text {
    font-size: clamp(14px, 3.7333333333vw, 28px);
  }
}

.footer {
  padding: 2.5rem 1rem;
}
@media screen and (max-width: 999.98px) {
  .footer {
    background: url(../images/top/footer_bg-sp.svg) no-repeat;
    background-size: cover;
    background-position: top center;
    padding: 6vw 8vw;
  }
}
.footer__top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1.25rem;
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 999.98px) {
  .footer__top {
    flex-direction: column-reverse;
  }
}
.footer__info .footer__logo {
  margin-bottom: 1rem;
}
@media screen and (max-width: 999.98px) {
  .footer__info .footer__logo {
    max-width: 31.25rem;
  }
}
@media screen and (max-width: 767.98px) {
  .footer__info .footer__logo {
    max-width: initial;
  }
}
.footer__info .footer__text {
  font-size: 0.8125rem;
  margin-bottom: 0.25rem;
}
@media screen and (max-width: 999.98px) {
  .footer__info .footer__text {
    font-size: clamp(8px, 2.1333333333vw, 16px);
  }
}
@media screen and (max-width: 767.98px) {
  .footer__info .footer__text {
    line-height: 1.4;
    font-size: clamp(13px, 3.4666666667vw, 26px);
    margin-bottom: 3vw;
  }
}
.footer__nav {
  flex: 1 1 18.75rem;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media screen and (max-width: 999.98px) {
  .footer__nav {
    flex: initial;
    width: 100%;
    padding-bottom: 8vw;
    background-image: radial-gradient(circle, #75dd55 1.5px, transparent 1.5px);
    background-position: left bottom;
    background-repeat: repeat-x;
    background-size: 9px 3px;
  }
}
.footer__nav .footer__menu {
  display: flex;
  gap: 3rem;
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 2rem;
}
@media screen and (max-width: 999.98px) {
  .footer__nav .footer__menu {
    width: 100%;
    flex-direction: column;
    justify-content: flex-start;
    gap: 5vw;
    margin-top: 10vw;
  }
}
@media screen and (max-width: 767.98px) {
  .footer__nav .footer__menu {
    width: 100%;
    flex-direction: column;
    justify-content: flex-start;
    gap: 7vw;
    margin-top: 10vw;
  }
}
.footer__nav .footer__menu li a {
  text-decoration: none;
  font-size: 0.9375rem;
  color: #000;
  font-weight: 500;
}
@media screen and (max-width: 999.98px) {
  .footer__nav .footer__menu li a {
    font-size: clamp(11px, 2.9333333333vw, 22px);
  }
}
@media screen and (max-width: 767.98px) {
  .footer__nav .footer__menu li a {
    font-size: clamp(15px, 4vw, 30px);
  }
}
@media (any-hover: hover) {
  .footer__nav .footer__menu li a {
    transition: color 0.3s;
  }
  .footer__nav .footer__menu li a:hover {
    color: #35b600;
  }
}
@media screen and (max-width: 999.98px) {
  .footer__nav .button {
    font-size: 1.125rem;
    display: block;
    margin-inline: auto;
    text-align: center;
    padding-block: 2vw;
    width: 60%;
    border-radius: 8vw;
  }
}
@media screen and (max-width: 767.98px) {
  .footer__nav .button {
    padding-block: 4vw;
    font-size: clamp(13px, 3.4666666667vw, 26px);
    width: 80%;
  }
}
.footer__nav .footer__sns-icon {
  margin-top: 1.5rem;
}
@media screen and (max-width: 999.98px) {
  .footer__nav .footer__sns-icon {
    margin-right: auto;
  }
}
.footer__nav .footer__sns-icon img {
  width: 2.25rem;
  height: 2.25rem;
}
@media screen and (max-width: 999.98px) {
  .footer__nav .footer__sns-icon img {
    width: 9.3vw;
    height: 9.3vw;
  }
}
.footer__bottom {
  text-align: right;
  font-size: 0.75rem;
  font-weight: 500;
  color: #000;
}
@media screen and (max-width: 999.98px) {
  .footer__bottom {
    font-size: clamp(10px, 2.6666666667vw, 20px);
    text-align: center;
  }
}
@media screen and (max-width: 999.98px) {
  .footer__logo {
    width: 80vw;
  }
}/*# sourceMappingURL=style.css.map */