*,
*::before,
*::after {
  box-sizing: border-box;
}
@media only screen and (max-width: 48em) {
  *,
  *::before,
  *::after {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

body {
  font-size: 1rem;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

*:focus {
  outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

ul,
ol {
  padding: 0;
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
}

figure,
img,
picture,
svg {
  display: block;
}

img,
picture,
svg {
  max-width: 100%;
  height: auto;
}
@media only screen and (max-width: 48em) {
  img,
  picture,
  svg {
    width: 100%;
  }
}

input,
button,
textarea,
select {
  font: inherit;
  color: inherit;
  border-radius: 0;
}

input[type=text],
input[type=email],
input[type=number],
input[type=tel],
input[type=password],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

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

select {
  background: inherit;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
select::-ms-value {
  color: inherit;
  background: transparent;
}
select::-ms-expand {
  display: none;
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 0;
}

button,
input[type=button],
input[type=submit],
input[type=reset] {
  background: transparent;
  font: inherit;
  border: 0;
  padding: 0;
  margin: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  cursor: pointer;
}

table {
  border-collapse: separate;
  border-spacing: 0;
}

html {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  scroll-behavior: smooth;
}

@media only screen and (max-width: 48em) {
  .pc-only {
    display: none !important;
  }
}

@media only screen and (min-width: 48.0625em) {
  .sp-only {
    display: none !important;
  }
}
@media only screen and (max-width: 48em) {
  .sp-only {
    display: block !important;
  }
}

.u-hover {
  transition: 0.3s ease;
}
.u-hover:hover {
  opacity: 0.7;
}

.c-footer {
  position: relative;
  background: #00a984;
  color: #fff;
}
@media only screen and (min-width: 48.0625em) {
  .c-footer {
    padding-bottom: min(40px, 40 / 1280 * var(--inner-width) * 1px);
  }
}
@media only screen and (max-width: 48em) {
  .c-footer {
    padding-bottom: calc(18 / 390 * var(--inner-width) * 1px);
  }
}

.c-footer__back-to-top {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background: #fff100;
  color: #008c4f;
  border-bottom: 1px solid #fff100;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 48.0625em) {
  .c-footer__back-to-top {
    font-size: min(16px, 16 / 1280 * var(--inner-width) * 1px);
    height: min(95px, 95 / 1280 * var(--inner-width) * 1px);
  }
}
@media only screen and (max-width: 48em) {
  .c-footer__back-to-top {
    font-size: calc(16 / 390 * var(--inner-width) * 1px);
    height: calc(95 / 390 * var(--inner-width) * 1px);
  }
}
.c-footer__back-to-top::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  bottom: 0;
  background: #00a984;
}
.c-footer__back-to-top span {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 48.0625em) {
  .c-footer__back-to-top span {
    -moz-column-gap: min(15px, 15 / 1280 * var(--inner-width) * 1px);
         column-gap: min(15px, 15 / 1280 * var(--inner-width) * 1px);
  }
}
@media only screen and (max-width: 48em) {
  .c-footer__back-to-top span {
    -moz-column-gap: calc(22 / 390 * var(--inner-width) * 1px);
         column-gap: calc(22 / 390 * var(--inner-width) * 1px);
  }
}
@media only screen and (max-width: 48em) {
  .c-footer__back-to-top svg {
    width: calc(20 / 390 * var(--inner-width) * 1px);
  }
}
.c-footer__back-to-top svg g {
  stroke: #008c4f;
}
@media (hover: hover) {
  .c-footer__back-to-top {
    transition: color 0.3s cubic-bezier(0.5, 0, 0.3, 1);
  }
  .c-footer__back-to-top::before {
    transition: top 0.3s cubic-bezier(0.5, 0, 0.3, 1);
  }
  .c-footer__back-to-top span {
    transition: transform 0.3s cubic-bezier(0.5, 0, 0.3, 1);
  }
  .c-footer__back-to-top svg g {
    transition: stroke 0.3s cubic-bezier(0.5, 0, 0.3, 1);
  }
  .c-footer__back-to-top:hover {
    color: #fff;
    transition-delay: 0.2s;
  }
  .c-footer__back-to-top:hover::before {
    top: 0;
    transition-delay: 0.2s;
  }
  .c-footer__back-to-top:hover span {
    transform: scale(1.1);
  }
  .c-footer__back-to-top:hover svg g {
    stroke: #fff;
    transition-delay: 0.2s;
  }
}

.c-footer__inner {
  position: relative;
}
@media only screen and (min-width: 48.0625em) {
  .c-footer__inner {
    width: min(1120px, 1120 / 1280 * var(--inner-width) * 1px);
    margin: 0 auto;
  }
}

.c-footer__logo {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media only screen and (min-width: 48.0625em) {
  .c-footer__logo {
    margin-top: min(40px, 40 / 1280 * var(--inner-width) * 1px);
    margin-bottom: min(36px, 36 / 1280 * var(--inner-width) * 1px);
    -moz-column-gap: min(30px, 30 / 1280 * var(--inner-width) * 1px);
         column-gap: min(30px, 30 / 1280 * var(--inner-width) * 1px);
  }
}
@media only screen and (max-width: 48em) {
  .c-footer__logo {
    justify-content: center;
    flex-direction: column;
    margin-top: calc(40 / 390 * var(--inner-width) * 1px);
    margin-bottom: calc(30 / 390 * var(--inner-width) * 1px);
  }
}
@media only screen and (max-width: 48em) {
  .c-footer__logo img {
    width: calc(168 / 390 * var(--inner-width) * 1px);
  }
}

.c-footer__links {
  display: flex;
}
@media only screen and (min-width: 48.0625em) {
  .c-footer__links {
    justify-content: flex-start;
    align-items: center;
    margin-top: min(36px, 36 / 1280 * var(--inner-width) * 1px);
    margin-bottom: min(24px, 24 / 1280 * var(--inner-width) * 1px);
    -moz-column-gap: min(60px, 60 / 1280 * var(--inner-width) * 1px);
         column-gap: min(60px, 60 / 1280 * var(--inner-width) * 1px);
  }
}
@media only screen and (max-width: 48em) {
  .c-footer__links {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto calc(32 / 390 * var(--inner-width) * 1px);
    row-gap: calc(20 / 390 * var(--inner-width) * 1px);
  }
}

.c-footer__link {
  font-weight: 700;
  letter-spacing: 0.1em;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media only screen and (min-width: 48.0625em) {
  .c-footer__link {
    font-size: min(16px, 16 / 1280 * var(--inner-width) * 1px);
    -moz-column-gap: min(7px, 7 / 1280 * var(--inner-width) * 1px);
         column-gap: min(7px, 7 / 1280 * var(--inner-width) * 1px);
  }
}
@media only screen and (max-width: 48em) {
  .c-footer__link {
    font-size: calc(16 / 390 * var(--inner-width) * 1px);
    -moz-column-gap: calc(16 / 390 * var(--inner-width) * 1px);
         column-gap: calc(16 / 390 * var(--inner-width) * 1px);
  }
}
.c-footer__link::after {
  content: "";
  display: block;
  background: url(../img/external_white.svg) no-repeat center center/contain;
}
@media only screen and (min-width: 48.0625em) {
  .c-footer__link::after {
    width: min(16px, 16 / 1280 * var(--inner-width) * 1px);
    height: min(16px, 16 / 1280 * var(--inner-width) * 1px);
  }
}
@media only screen and (max-width: 48em) {
  .c-footer__link::after {
    width: calc(11 / 390 * var(--inner-width) * 1px);
    height: calc(11 / 390 * var(--inner-width) * 1px);
  }
}

.c-footer__copyright {
  font-family: Poppins;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.04em;
}
@media only screen and (min-width: 48.0625em) {
  .c-footer__copyright {
    margin-top: min(24px, 24 / 1280 * var(--inner-width) * 1px);
    font-size: min(12px, 12 / 1280 * var(--inner-width) * 1px);
    text-align: left;
  }
}
@media only screen and (max-width: 48em) {
  .c-footer__copyright {
    font-size: calc(12 / 390 * var(--inner-width) * 1px);
    line-height: 1.2;
  }
}

.purpose-link {
  display: block;
  filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.102));
  box-shadow: 0px 0px min(15px, 15 / 1280 * var(--inner-width) * 1px) rgba(0, 0, 0, 0.15);
  border-radius: min(16px, 16 / 1280 * var(--inner-width) * 1px);
}
@media only screen and (min-width: 48.0625em) {
  .purpose-link {
    width: min(418px, 418 / 1280 * var(--inner-width) * 1px);
    height: min(137px, 137 / 1280 * var(--inner-width) * 1px);
    position: absolute;
    right: 0;
    top: 0;
  }
}
@media only screen and (max-width: 48em) {
  .purpose-link {
    width: calc(308 / 390 * var(--inner-width) * 1px);
    height: calc(139 / 390 * var(--inner-width) * 1px);
    margin: 0 auto calc(24 / 390 * var(--inner-width) * 1px);
  }
}
.purpose-link .bn-img {
  width: 100%;
  height: 100%;
  border-radius: min(16px, 16 / 1280 * var(--inner-width) * 1px);
  overflow: hidden;
}
.purpose-link img {
  transition: 0.2s ease-in-out;
}
.purpose-link:hover img {
  transform: scale(1.05);
}

.header {
  position: fixed;
  top: min(17px, 17 / 1280 * var(--inner-width) * 1px);
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 48.0625em) {
  .header {
    width: min(1232px, 1232 / 1280 * var(--inner-width) * 1px);
    height: min(64px, 64 / 1280 * var(--inner-width) * 1px);
    border-radius: min(8px, 8 / 1280 * var(--inner-width) * 1px);
    transition: 0.3s ease;
  }
}
@media only screen and (max-width: 48em) {
  .header {
    top: calc(8 / 390 * var(--inner-width) * 1px);
    width: calc(374 / 390 * var(--inner-width) * 1px);
    height: calc(56 / 390 * var(--inner-width) * 1px);
    border-radius: calc(8 / 390 * var(--inner-width) * 1px);
  }
}
.header.is-active {
  background: #fff;
}

@media only screen and (min-width: 48.0625em) {
  .header-inner {
    width: 100%;
    padding-left: min(15px, 15 / 1280 * var(--inner-width) * 1px);
    padding-right: min(24px, 24 / 1280 * var(--inner-width) * 1px);
  }
}
@media only screen and (max-width: 48em) {
  .header-inner {
    width: 100%;
    padding: 0 calc(8 / 390 * var(--inner-width) * 1px);
  }
}

.header-nav {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: min(23px, 23 / 1280 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 48em) {
  .header-logo {
    gap: calc(11 / 390 * var(--inner-width) * 1px);
  }
}
.header-logo img {
  width: min(152px, 152 / 1280 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 48em) {
  .header-logo img {
    width: calc(113 / 390 * var(--inner-width) * 1px);
  }
}
.header-logo span {
  color: #00a984;
  font-family: "Montserrat", sans-serif;
  font-size: min(14px, 14 / 1280 * var(--inner-width) * 1px);
  font-weight: 600;
}
@media only screen and (max-width: 48em) {
  .header-logo span {
    font-size: calc(11 / 390 * var(--inner-width) * 1px);
    line-height: 1, 1;
  }
}

.header-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: min(32px, 32 / 1280 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 48em) {
  .header-links {
    display: none;
  }
}
.header-links li a {
  color: #00a984;
  font-family: "Montserrat", sans-serif;
  font-size: min(14px, 14 / 1280 * var(--inner-width) * 1px);
  font-weight: 600;
  position: relative;
}
.header-links li a::before {
  display: block;
  content: "";
  width: min(8px, 8 / 1280 * var(--inner-width) * 1px);
  height: min(8px, 8 / 1280 * var(--inner-width) * 1px);
  border-radius: 50%;
  background: #fff100;
  position: absolute;
  left: max(-12px, -12 / 1280 * var(--inner-width) * 1px);
  top: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
  transition: 0.3s ease;
}
.header-links li a:hover::before {
  opacity: 1;
}
.header-links li a.active::before {
  display: block;
  content: "";
  width: min(8px, 8 / 1280 * var(--inner-width) * 1px);
  height: min(8px, 8 / 1280 * var(--inner-width) * 1px);
  border-radius: 50%;
  background: #fff100;
  position: absolute;
  left: max(-12px, -12 / 1280 * var(--inner-width) * 1px);
  top: 0;
  bottom: 0;
  margin: auto;
  opacity: 1;
  transition: 0.3s ease;
}

@media only screen and (min-width: 48.0625em) {
  .menu-btn {
    display: none;
  }
}
@media only screen and (max-width: 48em) {
  .menu-btn {
    width: calc(24 / 390 * var(--inner-width) * 1px);
    height: calc(24 / 390 * var(--inner-width) * 1px);
    position: fixed;
    top: calc(20 / 390 * var(--inner-width) * 1px);
    right: calc(20 / 390 * var(--inner-width) * 1px);
    z-index: 101;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: calc(4 / 390 * var(--inner-width) * 1px) 0;
  }
  .menu-btn span {
    display: block;
    height: calc(2 / 390 * var(--inner-width) * 1px);
    background: #00a984;
    transition: transform 0.4s ease, opacity 0.3s ease;
  }
  .menu-btn span:nth-child(1) {
    width: calc(24 / 390 * var(--inner-width) * 1px);
  }
  .menu-btn span:nth-child(2) {
    width: calc(24 / 390 * var(--inner-width) * 1px);
  }
  .menu-btn span:nth-child(3) {
    width: calc(24 / 390 * var(--inner-width) * 1px);
  }
  .menu-btn.is-open span:nth-child(1) {
    transform: translateY(calc(7 / 390 * var(--inner-width) * 1px)) rotate(45deg);
  }
  .menu-btn.is-open span:nth-child(2) {
    opacity: 0;
  }
  .menu-btn.is-open span:nth-child(3) {
    transform: translateY(calc(-7 / 390 * var(--inner-width) * 1px)) rotate(-45deg);
  }
}

@media only screen and (min-width: 48.0625em) {
  .menu {
    display: none;
  }
}
@media only screen and (max-width: 48em) {
  .menu {
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    height: 100%;
  }
  .menu.is-open {
    opacity: 1;
    visibility: visible;
  }
  .menu .menu-inner {
    padding-top: calc(213 / 390 * var(--inner-width) * 1px);
    width: calc(374 / 390 * var(--inner-width) * 1px);
    margin: calc(8 / 390 * var(--inner-width) * 1px) auto 0;
    padding: calc(96 / 390 * var(--inner-width) * 1px) calc(87 / 390 * var(--inner-width) * 1px) calc(70 / 390 * var(--inner-width) * 1px);
    border-radius: calc(8 / 390 * var(--inner-width) * 1px);
    background: #e5f6f3;
  }
  .menu .menu-inner ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: calc(32 / 390 * var(--inner-width) * 1px);
  }
  .menu .menu-inner ul li a {
    color: #00a984;
    font-family: "Montserrat", sans-serif;
    font-size: calc(18 / 390 * var(--inner-width) * 1px);
    font-weight: 600;
    position: relative;
  }
  .menu .menu-inner ul li a::before {
    display: block;
    content: "";
    width: calc(8 / 390 * var(--inner-width) * 1px);
    height: calc(8 / 390 * var(--inner-width) * 1px);
    border-radius: 50%;
    background: #fff100;
    position: absolute;
    left: calc(-12 / 390 * var(--inner-width) * 1px);
    top: 0;
    bottom: 0;
    margin: auto;
  }
}/*# sourceMappingURL=common.css.map */