@charset "UTF-8";
:root {
  --leading-trim: calc((1em - 1lh) / 2);
}

@supports not (top: 1lh) {
  :root {
    --leading-trim: 0px;
  }
}
html {
  height: -webkit-fill-available;
}

body {
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
  font-feature-settings: "palt";
  line-height: 1.5;
  color: #1A201D;
  background-color: #FAF9F8;
  width: 100%;
}

[v-cloak] {
  display: none;
}

.pc {
  display: inline-block;
}
@media screen and (max-width: 1024px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 1024px) {
  .sp {
    display: inline-block;
  }
}

.header {
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10000;
}
@media screen and (max-width: 1024px) {
  .header {
    align-items: center;
  }
}
.header .header-logo {
  width: 84px;
  height: 84px;
}
.header .header-logo a {
  display: block;
}
@media screen and (max-width: 1024px) {
  .header .header-logo {
    width: 8.4615384615vw;
    height: 8.4615384615vw;
    z-index: 1;
  }
}
.header .global-navigation {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 1024px) {
  .header .global-navigation {
    flex: 0 1 auto;
    margin-left: auto;
    padding-right: 3.3333333333vw;
  }
}
.header .global-navigation .menu-button {
  display: none;
}
@media screen and (max-width: 1024px) {
  .header .global-navigation .menu-button {
    display: inline-block;
    position: relative;
    width: 7.9487179487vw;
    z-index: 1;
  }
  .header .global-navigation .menu-button .menu-button-border {
    background: #00BF62;
    display: block;
    height: 1.0256410256vw;
    width: 100%;
    transition: transform 0.5s ease, background-color 0.5s ease, top 0.5s ease, bottom 0.5s ease;
  }
  .header .global-navigation .menu-button .menu-button-border::before, .header .global-navigation .menu-button .menu-button-border::after {
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    background: #00BF62;
    transition: transform 0.5s ease, background-color 0.5s ease, top 0.5s ease, bottom 0.5s ease;
  }
  .header .global-navigation .menu-button .menu-button-border::before {
    top: 2.0512820513vw;
  }
  .header .global-navigation .menu-button .menu-button-border::after {
    bottom: 2.0512820513vw;
  }
}
.header .global-navigation .menu-button-hidden {
  display: none;
}
.header .global-navigation .menu-button-hidden:checked ~ .menu-button .menu-button-border {
  background-color: rgba(0, 191, 98, 0);
}
.header .global-navigation .menu-button-hidden:checked ~ .menu-button .menu-button-border::before {
  transform: rotate(-25deg);
}
.header .global-navigation .menu-button-hidden:checked ~ .menu-button .menu-button-border::after {
  transform: rotate(25deg);
}
.header .global-navigation .menu-button-hidden:checked ~ .menu-button:not(.steps) .menu-button-border::before {
  top: 0;
}
.header .global-navigation .menu-button-hidden:checked ~ .menu-button:not(.steps) .menu-button-border::after {
  bottom: 0;
}
.header .global-navigation .menu-button-hidden:checked ~ .menu-button ~ .list-gnav {
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  background: #f5f5f5;
  top: 0;
  left: 0;
  z-index: 0;
  padding: 16.4102564103vw 6.4102564103vw 0;
}
.header .global-navigation .menu-button-hidden:checked ~ .menu-button ~ .list-gnav > .list-item:not(:last-child) {
  border: none;
  margin-bottom: 10.2564102564vw;
}
.header .global-navigation .menu-button-hidden:checked ~ .menu-button ~ .list-gnav .label {
  display: none;
}
.header .global-navigation .menu-button-hidden:checked ~ .menu-button ~ .list-gnav .navigation-links {
  position: static;
  display: block;
  padding: 0;
  transform: translateY(0);
  background-color: #f5f5f5;
}
.header .global-navigation .menu-button-hidden:checked ~ .menu-button ~ .list-gnav .navigation-links .navigation-category {
  font-size: 16px;
  font-size: 4.1025641026vw;
  margin-right: 0;
  margin-bottom: 4.1025641026vw;
}
.header .global-navigation .menu-button-hidden:checked ~ .menu-button ~ .list-gnav .navigation-links .navigation-category span {
  font-size: 12px;
  font-size: 3.0769230769vw;
}
.header .global-navigation .menu-button-hidden:checked ~ .menu-button ~ .list-gnav .navigation-links .navigation-category::after {
  width: 4.1025641026vw;
  height: 4.1025641026vw;
  right: 27.1794871795vw;
  top: 0;
  transform: rotate(90deg) translate(0, -100%);
}
.header .global-navigation .menu-button-hidden:checked ~ .menu-button ~ .list-gnav .list-navigationlinks > .list-item {
  font-size: 16px;
  font-size: 4.1025641026vw;
  margin-bottom: 4.1025641026vw;
}
.header .global-navigation .menu-button-hidden:checked ~ .menu-button ~ .list-gnav .list-navigationlinks > .list-item a {
  font-size: 16px;
  font-size: 4.1025641026vw;
}
.header .global-navigation .menu-button-hidden:checked ~ .menu-button ~ .list-gnav .list-navigationlinks > .list-item a span {
  font-size: 12px;
  font-size: 3.0769230769vw;
}
.header .global-navigation .menu-button-hidden:checked ~ .menu-button ~ .list-gnav .list-navigationlinks > .list-item a::after {
  margin-left: 1.7948717949vw;
}
.header .global-navigation .list-gnav {
  display: flex;
}
@media screen and (max-width: 1024px) {
  .header .global-navigation .list-gnav {
    display: none;
  }
}
.header .global-navigation .list-gnav .navigation-links {
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(100%);
  width: 100%;
  background-color: rgba(250, 249, 248, 0.92);
  display: none;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 32px 165px 32px 0;
}
.header .global-navigation .list-gnav .navigation-links .navigation-category {
  font-size: 16px;
  font-family: "ヒラギノ角ゴ StdN", "Hiragino Kaku Gothic StdN", "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  color: #00BF62;
  margin-right: 135px;
  position: relative;
}
.header .global-navigation .list-gnav .navigation-links .navigation-category span {
  display: block;
  font-size: 13px;
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
  font-weight: normal;
}
.header .global-navigation .list-gnav .navigation-links .navigation-category::after {
  content: "";
  width: 16px;
  height: 16px;
  background-image: url(/assets/images/top/icon_gnav_arrow.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 4px;
  right: -60px;
  transform: translateX(100%);
}
.header .global-navigation .list-gnav .navigation-links .list-navigationlinks > .list-item {
  font-size: 16px;
}
.header .global-navigation .list-gnav .navigation-links .list-navigationlinks > .list-item a {
  text-decoration: none;
  font-size: 16px;
  font-family: "ヒラギノ角ゴ StdN", "Hiragino Kaku Gothic StdN", "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  transition: color 0.5s ease;
  margin: 0;
}
.header .global-navigation .list-gnav .navigation-links .list-navigationlinks > .list-item a span {
  display: block;
  font-size: 13px;
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
  font-weight: normal;
}
@media (hover: hover) and (pointer: fine) {
  .header .global-navigation .list-gnav .navigation-links .list-navigationlinks > .list-item a:hover {
    color: #00BF62;
    transition: color 0.5s ease;
  }
}
.header .global-navigation .list-gnav .navigation-links .list-navigationlinks > .list-item.line a {
  display: flex;
  align-items: center;
}
.header .global-navigation .list-gnav .navigation-links .list-navigationlinks > .list-item.line a::after {
  content: "";
  background-color: #1A201D;
  transition: background-color 0.5s ease;
  -webkit-mask-image: url('data:image/svg+xml;utf-8,<svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg"><g><path class="svgpath" d="M8.50391 5.38126V7.6043C8.50391 7.66172 8.46016 7.70547 8.40274 7.70547H8.04727C8.01172 7.70547 7.98165 7.68633 7.96524 7.66446L6.94532 6.28907V7.60704C6.94532 7.66446 6.90157 7.70821 6.84415 7.70821H6.48868C6.43125 7.70821 6.38751 7.66446 6.38751 7.60704V5.38399C6.38751 5.32657 6.43125 5.28282 6.48868 5.28282H6.84141C6.87149 5.28282 6.90704 5.29922 6.92344 5.32657L7.94336 6.70196V5.38399C7.94336 5.32657 7.98711 5.28282 8.04454 5.28282H8.40001C8.45743 5.28008 8.50391 5.32657 8.50391 5.37852V5.38126ZM5.9418 5.28008H5.58633C5.52891 5.28008 5.48516 5.32383 5.48516 5.38126V7.6043C5.48516 7.66172 5.52891 7.70547 5.58633 7.70547H5.9418C5.99922 7.70547 6.04297 7.66172 6.04297 7.6043V5.38126C6.04297 5.3293 5.99922 5.28008 5.9418 5.28008ZM5.08321 7.14219H4.10977V5.38126C4.10977 5.32383 4.06602 5.28008 4.0086 5.28008H3.65313C3.59571 5.28008 3.55196 5.32383 3.55196 5.38126V7.6043C3.55196 7.63165 3.56016 7.65352 3.5793 7.67266C3.59844 7.68907 3.62032 7.70001 3.64766 7.70001H5.07501C5.13243 7.70001 5.17618 7.65625 5.17618 7.59883V7.24336C5.17618 7.19141 5.13243 7.14219 5.08047 7.14219H5.08321ZM10.3797 5.28008H8.94961C8.89766 5.28008 8.84844 5.32383 8.84844 5.38126V7.6043C8.84844 7.65626 8.89219 7.70547 8.94961 7.70547H10.377C10.4344 7.70547 10.4781 7.66172 10.4781 7.6043V7.2461C10.4781 7.18868 10.4344 7.14493 10.377 7.14493H9.40625V6.77305H10.377C10.4344 6.77305 10.4781 6.7293 10.4781 6.67188V6.31368C10.4781 6.25625 10.4344 6.2125 10.377 6.2125H9.40625V5.8379H10.377C10.4344 5.8379 10.4781 5.79415 10.4781 5.73672V5.38126C10.4754 5.3293 10.4316 5.28008 10.377 5.28008H10.3797ZM14 2.55391V11.468C13.9973 12.868 12.8488 14.0027 11.4461 14H2.53204C1.13204 13.9973 -0.00272944 12.8461 4.93128e-06 11.4461V2.53204C0.00273931 1.13204 1.15391 -0.00272944 2.55391 4.93128e-06H11.468C12.868 0.00273931 14.0027 1.15118 14 2.55391ZM12.075 6.38477C12.075 4.1043 9.78633 2.24766 6.97813 2.24766C4.16993 2.24766 1.88126 4.1043 1.88126 6.38477C1.88126 8.42735 3.69415 10.1418 6.14415 10.4672C6.74024 10.5957 6.67188 10.8145 6.5379 11.6184C6.51602 11.7469 6.43399 12.1215 6.97813 11.8945C7.52227 11.6676 9.91212 10.1664 10.984 8.93594C11.7223 8.12383 12.075 7.30079 12.075 6.39024V6.38477Z" fill="black"/></g><defs><clippath class="clip0_337_96"><rect width="14" height="14" fill="white"/></clippath></defs></svg>');
          mask-image: url('data:image/svg+xml;utf-8,<svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg"><g><path class="svgpath" d="M8.50391 5.38126V7.6043C8.50391 7.66172 8.46016 7.70547 8.40274 7.70547H8.04727C8.01172 7.70547 7.98165 7.68633 7.96524 7.66446L6.94532 6.28907V7.60704C6.94532 7.66446 6.90157 7.70821 6.84415 7.70821H6.48868C6.43125 7.70821 6.38751 7.66446 6.38751 7.60704V5.38399C6.38751 5.32657 6.43125 5.28282 6.48868 5.28282H6.84141C6.87149 5.28282 6.90704 5.29922 6.92344 5.32657L7.94336 6.70196V5.38399C7.94336 5.32657 7.98711 5.28282 8.04454 5.28282H8.40001C8.45743 5.28008 8.50391 5.32657 8.50391 5.37852V5.38126ZM5.9418 5.28008H5.58633C5.52891 5.28008 5.48516 5.32383 5.48516 5.38126V7.6043C5.48516 7.66172 5.52891 7.70547 5.58633 7.70547H5.9418C5.99922 7.70547 6.04297 7.66172 6.04297 7.6043V5.38126C6.04297 5.3293 5.99922 5.28008 5.9418 5.28008ZM5.08321 7.14219H4.10977V5.38126C4.10977 5.32383 4.06602 5.28008 4.0086 5.28008H3.65313C3.59571 5.28008 3.55196 5.32383 3.55196 5.38126V7.6043C3.55196 7.63165 3.56016 7.65352 3.5793 7.67266C3.59844 7.68907 3.62032 7.70001 3.64766 7.70001H5.07501C5.13243 7.70001 5.17618 7.65625 5.17618 7.59883V7.24336C5.17618 7.19141 5.13243 7.14219 5.08047 7.14219H5.08321ZM10.3797 5.28008H8.94961C8.89766 5.28008 8.84844 5.32383 8.84844 5.38126V7.6043C8.84844 7.65626 8.89219 7.70547 8.94961 7.70547H10.377C10.4344 7.70547 10.4781 7.66172 10.4781 7.6043V7.2461C10.4781 7.18868 10.4344 7.14493 10.377 7.14493H9.40625V6.77305H10.377C10.4344 6.77305 10.4781 6.7293 10.4781 6.67188V6.31368C10.4781 6.25625 10.4344 6.2125 10.377 6.2125H9.40625V5.8379H10.377C10.4344 5.8379 10.4781 5.79415 10.4781 5.73672V5.38126C10.4754 5.3293 10.4316 5.28008 10.377 5.28008H10.3797ZM14 2.55391V11.468C13.9973 12.868 12.8488 14.0027 11.4461 14H2.53204C1.13204 13.9973 -0.00272944 12.8461 4.93128e-06 11.4461V2.53204C0.00273931 1.13204 1.15391 -0.00272944 2.55391 4.93128e-06H11.468C12.868 0.00273931 14.0027 1.15118 14 2.55391ZM12.075 6.38477C12.075 4.1043 9.78633 2.24766 6.97813 2.24766C4.16993 2.24766 1.88126 4.1043 1.88126 6.38477C1.88126 8.42735 3.69415 10.1418 6.14415 10.4672C6.74024 10.5957 6.67188 10.8145 6.5379 11.6184C6.51602 11.7469 6.43399 12.1215 6.97813 11.8945C7.52227 11.6676 9.91212 10.1664 10.984 8.93594C11.7223 8.12383 12.075 7.30079 12.075 6.39024V6.38477Z" fill="black"/></g><defs><clippath class="clip0_337_96"><rect width="14" height="14" fill="white"/></clippath></defs></svg>');
  -webkit-mask-size: cover;
          mask-size: cover;
  width: 1.1em;
  height: 1.1em;
  margin-left: 7px;
}
@media (hover: hover) and (pointer: fine) {
  .header .global-navigation .list-gnav .navigation-links .list-navigationlinks > .list-item.line a:hover::after {
    background-color: #00BF62;
    transition: background-color 0.5s ease;
  }
}
.header .global-navigation .list-gnav .navigation-links .list-navigationlinks > .list-item:not(:last-child) {
  margin-bottom: 17px;
}
.header .global-navigation .list-gnav > .list-item .label {
  font-size: 20px;
  color: #00BF62;
  font-family: "ヒラギノ角ゴ StdN", "Hiragino Kaku Gothic StdN", "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  padding: 0 28px;
  z-index: 1;
}
.header .global-navigation .list-gnav > .list-item .label > span {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-shadow: 9px 9px 18px #F8F7F5;
}
.header .global-navigation .list-gnav > .list-item .label > span span {
  font-size: 12px;
}
.header .global-navigation .list-gnav > .list-item::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: -1;
}
@media (hover: hover) and (pointer: fine) {
  .header .global-navigation .list-gnav > .list-item:hover::before {
    background-color: rgba(250, 249, 248, 0.92);
  }
  .header .global-navigation .list-gnav > .list-item:hover .navigation-links {
    display: flex;
  }
}
.header .global-navigation .list-gnav > .list-item:not(:last-child) {
  border-right: 1px solid #00BF62;
}

.footer {
  background: #2A9E84;
  padding: 30px 30px 24px 30px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .footer {
    padding: 8.2051282051vw 11.2820512821vw 2.0512820513vw;
    text-align: left;
  }
}
.footer .list-footerlink {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  margin-bottom: 30px;
}
.footer .list-footerlink .link a {
  font-size: 12px;
  letter-spacing: 2px;
  color: #fff;
  text-decoration: none;
  transition: opacity 0.5s ease;
}
@media (hover: hover) and (pointer: fine) {
  .footer .list-footerlink .link a:hover {
    opacity: 0.8;
    transition: opacity 0.5s ease;
  }
}
@media screen and (max-width: 1024px) {
  .footer .list-footerlink {
    display: block;
    margin-bottom: 8.2051282051vw;
  }
  .footer .list-footerlink .link {
    margin-bottom: 2.0512820513vw;
  }
  .footer .list-footerlink .link a {
    font-size: 12px;
    font-size: 3.0769230769vw;
    letter-spacing: calcw(2);
  }
}
.footer .copyright {
  font-size: 10px;
  letter-spacing: 2px;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .footer .copyright {
    font-size: 10px;
    font-size: 2.5641025641vw;
    letter-spacing: 0.2564102564vw;
    text-align: center;
  }
}

.floating_cv {
  position: fixed;
  top: 60%;
  right: 27px;
  width: 139px;
  height: 136px;
  z-index: 10000;
  transition: opacity 0.5s ease;
  opacity: 0;
  pointer-events: none;
}
.floating_cv.is-show {
  opacity: 1;
  transition: opacity 0.5s ease;
  pointer-events: auto;
}
@media screen and (max-width: 1024px) {
  .floating_cv {
    width: 15.641025641vw;
    height: 15.1282051282vw;
    right: 3.3333333333vw;
  }
}
.floating_cv a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  text-align: center;
  background-color: #B7353B;
  border-radius: 10px;
  line-height: 1.25;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 24px;
  letter-spacing: 0.16em;
  text-decoration: none;
  transform: translate(-5px, -5px);
  transition: transform 0.5s ease;
}
@media screen and (max-width: 1024px) {
  .floating_cv a {
    font-size: 12px;
    font-size: 3.0769230769vw;
    border-radius: 1.2820512821vw;
    transform: translate(-0.7692307692vw, -0.7692307692vw);
  }
}
@media (hover: hover) and (pointer: fine) {
  .floating_cv a:hover {
    transition: transform 0.5s ease;
    transform: translate(0);
  }
}
.floating_cv a img {
  width: 48px;
  height: auto;
}
@media screen and (max-width: 1024px) {
  .floating_cv a img {
    width: 5.1282051282vw;
  }
}
.floating_cv::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 10px;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 1024px) {
  .floating_cv::before {
    border-radius: 1.2820512821vw;
  }
}

.section-content .section-inner {
  padding: 65px;
  max-width: 1280px;
  margin-inline: auto;
}
@media screen and (max-width: 1024px) {
  .section-content .section-inner {
    padding: 8.2051282051vw 4.1025641026vw;
    max-width: 100%;
  }
}
.section-content .section-inner .section-title {
  color: #008B52;
  font-size: 40px;
  display: inline-block;
  margin-bottom: 48px;
  font-family: "ヒラギノ角ゴ StdN", "Hiragino Kaku Gothic StdN", "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
}
.section-content .section-inner .section-title::after {
  content: attr(data-title-ja);
  font-weight: bold;
  display: block;
  text-align: center;
  font-size: 16px;
}
@media screen and (max-width: 1024px) {
  .section-content .section-inner .section-title {
    font-size: 24px;
    font-size: 6.1538461538vw;
    margin-bottom: 8.2051282051vw;
    line-height: 1.2;
  }
  .section-content .section-inner .section-title::after {
    font-size: 13px;
    font-size: 3.3333333333vw;
  }
}/*# sourceMappingURL=common.css.map */