@charset "UTF-8";
* {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  padding: 0;
  font-size: min(3.733vw, 1.5rem);
  color: #000;
  opacity: 1;
  transition: opacity 0.6s ease-in-out;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  body {
    font-size: min(2.083vw, 1.7rem);
  }
}
@media screen and (min-width: 1024px) {
  body {
    font-size: min(1.75vw, 1.7rem);
  }
}

p {
  line-height: 2;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 768px) {
  p {
    line-height: 1.94;
  }
}

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

a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
a:hover {
  transition: all 0.3s ease-in-out;
}

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

@media print, screen and (min-width: 1024px) {
  .sp-only {
    display: none;
  }
}

.pc-only {
  display: none;
}
@media print, screen and (min-width: 1024px) {
  .pc-only {
    display: block;
  }
}

h1,
h2,
h3,
h4 {
  margin: 0;
  padding: 0;
}

.js-target {
  opacity: 0;
}
.js-target.is-active {
  animation: fadeUp 0.5s linear 0.1s forwards;
}

.p-achievements h1 {
  text-align: center;
  position: relative;
  z-index: 1;
  font-size: 2.4rem;
  font-weight: 900;
}
@media print, screen and (min-width: 1024px) {
  .p-achievements h1 {
    font-size: min(3.125vw, 3.6rem);
  }
}
.p-achievements h1::after {
  content: attr(data-en);
  color: #fff;
  font-size: 1.8rem;
  display: block;
  margin-top: 8px;
}
@media print, screen and (min-width: 1024px) {
  .p-achievements h1::after {
    font-size: min(1.953vw, 2.4rem);
  }
}

footer.l-footer {
  position: relative;
  background: #1a9944;
  color: #fff;
  padding: 50px 20px 30px;
}
@media print, screen and (min-width: 768px) {
  footer.l-footer {
    padding: 65px 50px 50px;
  }
}
footer.l-footer p {
  font-weight: 900;
  text-align: center;
}

.l-footer__logo {
  position: absolute;
  width: 180px;
  top: -60px;
  left: calc(50% - 90px);
}
@media print, screen and (min-width: 768px) {
  .l-footer__logo {
    width: 302px;
    top: -95px;
    left: calc(50% - 151px);
  }
}

.l-footer__name {
  font-size: 1.23em;
}

.l-footer__copyright {
  font-size: 1.117em;
  margin-top: 1em;
}

.l-header {
  position: relative;
  z-index: 2;
}
@media print, screen and (min-width: 1024px) {
  .l-header {
    padding-top: 38px;
  }
}

.l-header__inner {
  padding: 27px 20px;
  margin-top: 27px;
}
@media print, screen and (min-width: 1024px) {
  .l-header__inner {
    display: flex;
  }
}

.l-header__logo {
  width: 148px;
}
@media print, screen and (min-width: 1024px) {
  .l-header__logo {
    display: flex;
    align-items: center;
    width: 420px;
    column-gap: 18px;
  }
}

.l-header__logo-text {
  font-size: min(1.66vw, 2.1rem);
  font-weight: 700;
  color: #fff;
}

.l-header__logo-text {
  display: none;
}
@media print, screen and (min-width: 1024px) {
  .l-header__logo-text {
    display: block;
  }
}

.l-header__navi {
  display: none;
}
@media print, screen and (min-width: 1024px) {
  .l-header__navi {
    display: flex;
    align-items: center;
    width: calc(100% - 420px);
    column-gap: 6.94%;
    justify-content: center;
    padding-right: 10%;
  }
}
.l-header__navi a {
  font-size: min(1.66vw, 2rem);
  font-weight: 700;
  color: #fff;
}

.l-header__toggle {
  position: fixed;
  top: 20px;
  right: 20px;
  background: #000;
  border-radius: 100vw;
  width: 78px;
  height: 78px;
  z-index: 99;
}
@media print, screen and (min-width: 1024px) {
  .l-header__toggle {
    top: 37px;
  }
}
.l-header__toggle span {
  display: block;
  background: #fff;
  position: absolute;
  left: 20px;
  top: 23px;
  width: 38px;
  height: 7px;
  transition: all 0.3s ease-in-out;
}
.l-header__toggle span:nth-of-type(2) {
  top: 36px;
}
.l-header__toggle span:nth-of-type(3) {
  top: 49px;
}
.l-header__toggle.is-active span {
  transition: all 0.3s ease-in-out;
}
.l-header__toggle.is-active span:nth-of-type(1) {
  transform: rotate(45deg);
  top: 36px;
}
.l-header__toggle.is-active span:nth-of-type(2) {
  opacity: 0;
}
.l-header__toggle.is-active span:nth-of-type(3) {
  top: 36px;
  transform: rotate(-45deg);
}
.l-header__toggle:hover {
  cursor: pointer;
}

.l-header__sub-navi {
  position: fixed;
  z-index: 98;
  top: 0;
  right: -50%;
  transition: all 0.3s ease-in-out;
  background: rgba(0, 0, 0, 0.8);
  width: 50%;
  height: 100svh;
  padding-top: 159px;
}
.l-header__sub-navi.is-active {
  right: 0;
  transition: all 0.3s ease-in-out;
}

ul.l-header__sub-navi-list {
  display: flex;
  flex-wrap: wrap;
  row-gap: 2.3rem;
  padding: 0 30px 30px 36px;
}
@media print, screen and (min-width: 1024px) {
  ul.l-header__sub-navi-list {
    padding-left: 60px;
    row-gap: 3em;
  }
}
ul.l-header__sub-navi-list li {
  width: 100%;
}
ul.l-header__sub-navi-list a {
  font-size: min(4.267vw, 1.8rem);
  color: #fff;
  font-weight: 700;
  display: block;
}
@media print, screen and (min-width: 1024px) {
  ul.l-header__sub-navi-list a {
    font-size: 2.2rem;
  }
}
ul.l-header__sub-navi-list a.l-header__sub-navi-link {
  padding-left: 3em;
  position: relative;
  margin-top: 2.3rem;
}
@media print, screen and (min-width: 1024px) {
  ul.l-header__sub-navi-list a.l-header__sub-navi-link {
    margin-top: 1.7em;
  }
}
ul.l-header__sub-navi-list a.l-header__sub-navi-link::before {
  content: "";
  width: 2.6rem;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 0;
  top: calc(50% - 0.5px);
}
@media print, screen and (min-width: 1024px) {
  ul.l-header__sub-navi-list a.l-header__sub-navi-link::before {
    width: 4rem;
  }
}

.l-page-body {
  background: -moz-linear-gradient(top, #ecdc25, #d6c720);
  background: -webkit-linear-gradient(top, #ecdc25, #d6c720);
  background: linear-gradient(to bottom, #ecdc25, #d6c720);
  padding: 60px 0 160px;
}
@media print, screen and (min-width: 768px) {
  .l-page-body {
    padding: 100px 0 340px;
  }
}
@media print, screen and (min-width: 1024px) {
  .l-page-body {
    padding: 170px 0 490px;
  }
}

.l-page-header {
  margin-top: -96px;
  height: 160px;
  background: url(../../assets/images/mv-bg_sp.webp) top center no-repeat;
  background-size: 180% auto;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .l-page-header {
    background-size: 100% auto;
  }
}
@media print, screen and (min-width: 1024px) {
  .l-page-header {
    margin-top: -115px;
    height: 376px;
  }
}

.l-page-header__logo {
  display: none;
}
@media print, screen and (min-width: 1024px) {
  .l-page-header__logo {
    display: block;
    position: absolute;
    left: 50%;
    bottom: -66px;
    width: 384px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
}

.p-about {
  background: -moz-linear-gradient(top, #ecdc25, #d6c720);
  background: -webkit-linear-gradient(top, #ecdc25, #d6c720);
  background: linear-gradient(to bottom, #ecdc25, #d6c720);
  position: relative;
  padding: 59px 0 58px;
}
@media print, screen and (min-width: 768px) {
  .p-about {
    padding-bottom: 80px;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-about {
    padding: 110px 0 86px;
  }
}
.p-about h2 {
  text-align: center;
  position: relative;
  z-index: 1;
  font-size: 2.4rem;
  font-weight: 900;
}
@media print, screen and (min-width: 1024px) {
  .p-about h2 {
    font-size: min(3.125vw, 3.6rem);
    text-align: left;
  }
}
.p-about h2::after {
  content: attr(data-en);
  color: #fff;
  font-size: 1.8rem;
  display: block;
  margin-top: 8px;
}
@media print, screen and (min-width: 1024px) {
  .p-about h2::after {
    font-size: min(1.953vw, 2.4rem);
  }
}

.p-about__bg {
  background: url(../../assets/images/about-img-bg.webp) top 70px center no-repeat;
  background-size: 157%;
  width: 100%;
  height: 100%;
  aspect-ratio: 131/99;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
@media print, screen and (min-width: 768px) {
  .p-about__bg {
    background-size: 120%;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-about__bg {
    background-size: 68.3%;
    background-position: top 50px left 3.54%;
  }
}

.p-about__inner {
  position: relative;
  z-index: 1;
}
@media print, screen and (min-width: 1024px) {
  .p-about__inner {
    display: flex;
    max-width: 1280px;
    margin: 0 auto;
    overflow: hidden;
  }
}

.p-about__img {
  margin: 40px auto 0;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .p-about__img {
    width: 60%;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-about__img {
    max-width: 720px;
    width: 50%;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-about__img img {
    position: absolute;
    top: 15.2%;
    left: -12.5%;
  }
}
.p-about__img img:nth-of-type(2) {
  display: block;
  mix-blend-mode: darken;
}

.p-about__body {
  margin-top: 18px;
  padding: 0 20px;
  font-weight: 700;
  font-size: min(4vw, 1.6rem);
}
@media print, screen and (min-width: 768px) {
  .p-about__body {
    margin-top: 24px;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-about__body {
    width: 50%;
    padding: 0;
  }
}

@media print, screen and (min-width: 1024px) {
  .p-about__text {
    margin-top: 35px;
  }
}

.p-about__name {
  margin-top: 56px;
}
@media print, screen and (min-width: 1024px) {
  .p-about__name {
    margin-top: 110px;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
  }
}

.p-about__name--company {
  margin-left: 1.5em;
  font-size: min(4.533vw, 1.8rem);
  font-weight: 900;
  line-height: 1;
}
@media print, screen and (min-width: 1024px) {
  .p-about__name--company {
    margin-left: 0;
    font-size: min(1.66vw, 2.4rem);
  }
}

.p-about__name--name {
  text-align: right;
  font-size: min(6.667vw, 2.8rem);
  font-weight: 900;
  margin-top: 12px;
  line-height: 1;
}
@media print, screen and (min-width: 1024px) {
  .p-about__name--name {
    font-size: min(2.637vw, 3.6rem);
    margin-top: 0;
  }
}
.p-about__name--name span {
  display: inline-block;
  margin-right: 1em;
  font-size: min(4.533vw, 1.9rem);
}
@media print, screen and (min-width: 1024px) {
  .p-about__name--name span {
    font-size: min(1.66vw, 2.4rem);
  }
}

.p-achievements__list {
  display: flex;
  flex-wrap: wrap;
  row-gap: 40px;
  margin-top: 40px;
}
@media print, screen and (min-width: 768px) {
  .p-achievements__list {
    row-gap: 50px;
    margin-top: 50px;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-achievements__list {
    row-gap: 60px;
    margin-top: 67px;
  }
}

.p-achievements__item {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
}
@media print, screen and (min-width: 1024px) {
  .p-achievements__item {
    margin: 0;
    max-width: 100%;
  }
}

.p-achievements__detail {
  width: 100%;
  background: #fff;
}
@media print, screen and (min-width: 1024px) {
  .p-achievements__detail {
    width: 50%;
  }
}

.p-achievements__img img {
  width: 100%;
  height: auto;
  display: block;
}

.p-achievements__name {
  background: #76b435;
  color: #fff;
  font-weight: 900;
  padding: 0.8em 1em;
  position: relative;
  font-size: 1.6rem;
}
@media print, screen and (min-width: 768px) {
  .p-achievements__name {
    font-size: 1.8rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-achievements__name {
    font-size: min(2.051vw, 2.6rem);
  }
}
.p-achievements__name::after {
  content: "様";
  position: absolute;
  top: 0.8em;
  right: 1em;
}

.p-achievements__text {
  padding: 26px 22px;
}
@media print, screen and (min-width: 768px) {
  .p-achievements__text {
    padding: 36px 33px;
  }
}
.p-achievements__text p {
  line-height: 1.8;
}

dl.p-achievements__list {
  display: flex;
  margin-top: 1.2em;
  row-gap: 10px;
}
@media print, screen and (min-width: 768px) {
  dl.p-achievements__list {
    margin-top: 32px;
    row-gap: 17px;
  }
}
dl.p-achievements__list dt,
dl.p-achievements__list dd {
  padding: 0.5em;
  line-height: 1.5;
}
dl.p-achievements__list dt {
  width: 9em;
  text-align: center;
  background: #e3d525;
  height: 2.5em;
}
dl.p-achievements__list dd {
  width: calc(100% - 9em);
  margin-left: 0;
  padding-left: 1em;
}

.p-achievements__graph {
  width: 100%;
  background: #f7f7f7;
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  row-gap: 28px;
}
@media print, screen and (min-width: 1024px) {
  .p-achievements__graph {
    width: 50%;
    padding: 30px 40px;
  }
}

.p-achievements__before-after {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.p-achievements__before {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .p-achievements__before {
    width: 45%;
  }
}

.p-achievements__before-title {
  color: #707070;
  font-weight: 900;
  font-size: 1.2em;
  margin-bottom: 0.3em;
}
@media print, screen and (min-width: 1024px) {
  .p-achievements__before-title {
    font-size: min(2.051vw, 2.4rem);
  }
}

.p-achievements__before-body {
  background: #fff;
  padding: 30px;
}
@media print, screen and (min-width: 1024px) {
  .p-achievements__before-body {
    padding: 20px;
  }
}
.p-achievements__before-body p {
  color: #707070;
  line-height: 1;
  font-weight: 700;
}
.p-achievements__before-body p:nth-of-type(2) {
  text-align: right;
  padding-right: 2em;
  font-weight: 900;
  font-size: min(6.933vw, 3rem);
  position: relative;
  border-bottom: 1px solid #707070;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
@media print, screen and (min-width: 1024px) {
  .p-achievements__before-body p:nth-of-type(2) {
    font-size: min(2.539vw, 4.6rem);
    padding-right: 1.5em;
    margin-top: 1rem;
    padding-bottom: 17px;
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 1380px) {
  .p-achievements__before-body p:nth-of-type(2) {
    padding-right: 1em;
  }
}
.p-achievements__before-body p:nth-of-type(2)::before {
  content: "約";
  position: absolute;
  bottom: 10px;
  left: 0;
  font-size: min(4.267vw, 1.8rem);
}
@media print, screen and (min-width: 1024px) {
  .p-achievements__before-body p:nth-of-type(2)::before {
    bottom: 17px;
  }
}
.p-achievements__before-body p:nth-of-type(2)::after {
  content: "万円";
  position: absolute;
  bottom: 10px;
  right: 0;
  font-size: min(4.267vw, 1.8rem);
}
@media print, screen and (min-width: 1024px) {
  .p-achievements__before-body p:nth-of-type(2)::after {
    bottom: 17px;
  }
}
.p-achievements__before-body p:nth-of-type(4) {
  font-weight: 900;
  font-size: min(6.933vw, 3rem);
  position: relative;
  text-align: right;
  padding-right: 2em;
}
@media print, screen and (min-width: 1024px) {
  .p-achievements__before-body p:nth-of-type(4) {
    font-size: min(2.539vw, 4.6rem);
    padding-right: 1.5em;
    margin-top: 1rem;
  }
}
@media print, screen and (min-width: 1380px) {
  .p-achievements__before-body p:nth-of-type(4) {
    padding-right: 1em;
  }
}
.p-achievements__before-body p:nth-of-type(4)::before {
  content: "約";
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: min(4.267vw, 1.8rem);
}
.p-achievements__before-body p:nth-of-type(4)::after {
  content: "万円";
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: min(4.267vw, 1.8rem);
}

.p-achievements__arrow {
  width: 100%;
  height: 40px;
}
@media print, screen and (min-width: 768px) {
  .p-achievements__arrow {
    width: 30px;
    height: 100%;
  }
}
.p-achievements__arrow::after {
  content: "";
  display: block;
  background: url(../../assets/images/achievements/arrow.svg) 0 0 no-repeat;
  transform: rotate(90deg);
  width: 29px;
  height: 53px;
  background-size: contain;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .p-achievements__arrow::after {
    transform: rotate(0);
    background-position: bottom 40% center;
    background-size: 20px auto;
    height: 100%;
  }
}
@media print, screen and (min-width: 1380px) {
  .p-achievements__arrow::after {
    background-position: bottom 80px center;
    background-size: 29px 53px;
  }
}

.p-achievements__after {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .p-achievements__after {
    width: 45%;
  }
}

.p-achievements__after-title {
  color: #76b435;
  font-weight: 900;
  font-size: 1.2em;
  margin-bottom: 0.3em;
}
@media print, screen and (min-width: 1024px) {
  .p-achievements__after-title {
    font-size: min(2.051vw, 2.4rem);
  }
}

.p-achievements__after-body {
  background: #76b435;
  padding: 30px;
}
@media print, screen and (min-width: 1024px) {
  .p-achievements__after-body {
    padding: 20px;
  }
}
.p-achievements__after-body p {
  color: #fff;
  line-height: 1;
  font-weight: 700;
}
@media print, screen and (min-width: 1380px) {
  .p-achievements__after-body p {
    padding-right: 1em;
  }
}
.p-achievements__after-body p:nth-of-type(2) {
  text-align: right;
  padding-right: 2em;
  font-weight: 900;
  font-size: min(6.933vw, 3rem);
  position: relative;
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
@media print, screen and (min-width: 1024px) {
  .p-achievements__after-body p:nth-of-type(2) {
    font-size: min(2.539vw, 4.6rem);
    padding-right: 1.5em;
    margin-top: 1rem;
    padding-bottom: 17px;
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 1380px) {
  .p-achievements__after-body p:nth-of-type(2) {
    padding-right: 1em;
  }
}
.p-achievements__after-body p:nth-of-type(2)::before {
  content: "約";
  position: absolute;
  bottom: 10px;
  left: 0;
  font-size: min(4.267vw, 1.8rem);
}
@media print, screen and (min-width: 1024px) {
  .p-achievements__after-body p:nth-of-type(2)::before {
    bottom: 17px;
  }
}
.p-achievements__after-body p:nth-of-type(2)::after {
  content: "万円";
  position: absolute;
  bottom: 10px;
  right: 0;
  font-size: min(4.267vw, 1.8rem);
}
@media print, screen and (min-width: 1024px) {
  .p-achievements__after-body p:nth-of-type(2)::after {
    bottom: 17px;
  }
}
.p-achievements__after-body p:nth-of-type(4) {
  font-weight: 900;
  font-size: min(6.933vw, 3rem);
  position: relative;
  text-align: right;
  padding-right: 2em;
}
@media print, screen and (min-width: 1024px) {
  .p-achievements__after-body p:nth-of-type(4) {
    font-size: min(2.539vw, 4.6rem);
    padding-right: 1.5em;
    margin-top: 1rem;
  }
}
@media print, screen and (min-width: 1380px) {
  .p-achievements__after-body p:nth-of-type(4) {
    padding-right: 1em;
  }
}
.p-achievements__after-body p:nth-of-type(4)::before {
  content: "約";
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: min(4.267vw, 1.8rem);
}
.p-achievements__after-body p:nth-of-type(4)::after {
  content: "万円";
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: min(4.267vw, 1.8rem);
}

.p-achievements__graph-main {
  width: 100%;
}

.graph-wrapper {
  display: flex;
  align-items: flex-end;
  gap: 10px;
  background: #fff;
  padding: 30px 16px 50px;
}
@media print, screen and (min-width: 1024px) {
  .graph-wrapper {
    padding: 37px 20px 27px;
  }
}

.graph-labels {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 258px;
  text-align: right;
  font-size: min(2.667vw, 1.3rem);
  line-height: 1;
  max-width: 94px;
  width: 18.5%;
  color: #707070;
  font-weight: 700;
}
@media print, screen and (min-width: 1024px) {
  .graph-labels {
    font-size: min(1.27vw, 1.8rem);
  }
}

.graph-container {
  position: relative;
  width: 81.5%;
  max-width: 414px;
  height: 250px;
  border-bottom: 1px solid #707070;
}

.graph-bars {
  display: flex;
  align-items: flex-end;
  gap: 20%;
  height: 100%;
  padding-left: 19%;
  position: relative;
}

.bar {
  width: 21.25%;
  text-align: center;
  color: #fff;
  font-weight: bold;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: 0;
  transition: height 1s ease-out;
}

.before {
  background-color: #e3d525;
}

.bar.before {
  background-color: #e3d525;
}

.bar.after {
  background-color: #76b435;
}

.bar.animate {
  animation-play-state: running; /* ← クラス追加でアニメーション開始 */
}

.bar.before::after {
  content: "切替前";
  color: #707070;
  position: absolute;
  bottom: -30px;
  white-space: nowrap;
}
@media print, screen and (min-width: 1024px) {
  .bar.before::after {
    font-size: min(1.367vw, 1.8rem);
  }
}

.after {
  background-color: #76b435;
}

.bar.after::after {
  content: "切替後";
  color: #76b435;
  position: absolute;
  bottom: -30px;
  white-space: nowrap;
}
@media print, screen and (min-width: 1024px) {
  .bar.after::after {
    font-size: min(1.367vw, 1.8rem);
  }
}

.y-line {
  position: absolute;
  z-index: 1;
  left: 0;
  width: 100%;
  border-top: 1px solid #707070;
}

.y2000 {
  bottom: 62px;
}

.y4000 {
  bottom: 124px;
}

.y6000 {
  bottom: 186px;
}

.y8000 {
  bottom: 248px;
}

.p-achievements__graph-diff {
  margin-top: 32px;
  background: #76b435;
  position: relative;
  padding: 10px;
}
@media print, screen and (min-width: 1024px) {
  .p-achievements__graph-diff {
    padding: 17px;
  }
}
.p-achievements__graph-diff::after {
  content: "";
  position: absolute;
  top: -26px;
  right: 20%;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 16px solid transparent;
  border-left: 16px solid transparent;
  border-bottom: 26px solid #76b435;
  border-top: 0;
}
@media print, screen and (min-width: 1024px) {
  .p-achievements__graph-diff::after {
    font-size: min(1.367vw, 1.8rem);
  }
}

.diff {
  color: #fff;
  font-size: min(3.733vw, 1.8rem);
  font-weight: 900;
  text-align: center;
}
@media print, screen and (min-width: 1024px) {
  .diff {
    font-size: min(2.637vw, 3rem);
  }
}
.diff span {
  display: inline-block;
  margin: 0 0.5em;
  font-size: min(8vw, 4.5rem);
  line-height: 1;
}
@media print, screen and (min-width: 1024px) {
  .diff span {
    font-size: min(4.883vw, 6.4rem);
  }
}

.p-business {
  margin-top: 50px;
}
@media print, screen and (min-width: 768px) {
  .p-business {
    margin-top: 70px;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-business {
    margin-top: 104px;
  }
}
.p-business h2 {
  text-align: center;
  position: relative;
  z-index: 1;
  font-size: 2.4rem;
  font-weight: 900;
}
@media print, screen and (min-width: 1024px) {
  .p-business h2 {
    font-size: min(3.125vw, 3.6rem);
  }
}
.p-business h2::after {
  content: attr(data-en);
  color: #ecdc25;
  font-size: 1.8rem;
  display: block;
  margin-top: 8px;
}
@media print, screen and (min-width: 1024px) {
  .p-business h2::after {
    font-size: min(1.953vw, 2.4rem);
  }
}

.p-business__sec h3 {
  margin-top: 30px;
  margin-bottom: 16px;
  font-size: min(4.8vw, 2rem);
  font-weight: 700;
  padding-bottom: 6px;
  border-bottom: 1px solid #000;
}
@media print, screen and (min-width: 768px) {
  .p-business__sec h3 {
    margin-top: 45px;
    font-size: min(3.125vw, 2.8rem);
    padding-bottom: 8px;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-business__sec h3 {
    margin-top: 45px;
    margin-bottom: 23px;
    font-size: min(2.441vw, 2.8rem);
    padding-bottom: 12px;
  }
}
.p-business__sec + .p-business__sec {
  margin-top: 60px;
}
@media print, screen and (min-width: 768px) {
  .p-business__sec + .p-business__sec {
    margin-top: 80px;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-business__sec + .p-business__sec {
    margin-top: 115px;
  }
}

.p-business__achievement {
  margin-top: 30px;
  background: #fffde5;
  display: flex;
  flex-wrap: wrap;
  padding: 20px 20px 30px;
}
@media print, screen and (min-width: 1024px) {
  .p-business__achievement {
    margin-top: 40px;
    padding: 28px 35px;
    align-items: center;
    justify-content: space-between;
  }
}
.p-business__achievement p {
  color: #006535;
  font-size: min(4.8vw, 2.3rem);
  font-weight: 700;
  line-height: 1;
  text-align: center;
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .p-business__achievement p {
    font-size: min(3.646vw, 3rem);
  }
}
@media print, screen and (min-width: 1024px) {
  .p-business__achievement p {
    font-size: min(3.418vw, 5.5rem);
    width: auto;
    display: flex;
    align-items: center;
  }
}
.p-business__achievement p span {
  display: inline-block;
  margin: 0 0.1em;
  font-size: min(11.733vw, 5rem);
}
@media print, screen and (min-width: 768px) {
  .p-business__achievement p span {
    font-size: min(10.417vw, 10rem);
  }
}
@media print, screen and (min-width: 1024px) {
  .p-business__achievement p span {
    font-size: min(8.789vw, 14.8rem);
  }
}

a.p-business__button {
  display: block;
  background: #006535;
  color: #fff;
  max-width: 330px;
  width: 80%;
  margin: 20px auto 0;
  font-size: min(4.8vw, 2rem);
  font-weight: 900;
  padding: 0.5em;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  a.p-business__button {
    font-size: min(3.125vw, 2.8rem);
  }
}
@media print, screen and (min-width: 1024px) {
  a.p-business__button {
    font-size: min(2.246vw, 2.8rem);
    margin: 0;
    padding: 0.8em;
  }
}
a.p-business__button:hover {
  opacity: 0.7;
}

.p-business__bg {
  width: 100%;
  height: 100%;
  aspect-ratio: 128/31;
  margin-top: 50px;
  background-image: url(../../assets/images/business-img-01.webp), url(../../assets/images/business-img-02.webp);
  background-repeat: no-repeat;
  background-size: 23.85%, 61.97%;
  background-position: left 12.5% bottom, right bottom;
}
@media print, screen and (min-width: 768px) {
  .p-business__bg {
    margin-top: 70px;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-business__bg {
    margin-top: 105px;
  }
}

.p-company {
  background: #b3da52;
  padding: 40px 0 70px;
}
@media print, screen and (min-width: 768px) {
  .p-company {
    padding: 60px 0 100px;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-company {
    padding: 80px 0 146px;
  }
}
.p-company h2 {
  text-align: center;
  position: relative;
  z-index: 1;
  font-size: 2.4rem;
  font-weight: 900;
}
@media print, screen and (min-width: 1024px) {
  .p-company h2 {
    font-size: min(3.125vw, 3.6rem);
  }
}
.p-company h2::after {
  content: attr(data-en);
  color: #fff;
  font-size: 1.8rem;
  display: block;
  margin-top: 8px;
}
@media print, screen and (min-width: 1024px) {
  .p-company h2::after {
    font-size: min(1.953vw, 2.4rem);
  }
}

.p-company__wrap {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
@media print, screen and (min-width: 1024px) {
  .p-company__wrap {
    margin-top: 45px;
  }
}

.p-company__body {
  background: #fff;
  padding: 30px 20px;
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .p-company__body {
    padding: 40px 30px;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-company__body {
    width: 50%;
    display: flex;
    align-items: center;
    padding: 50px;
  }
}

.p-company__list {
  width: 100%;
  border-spacing: 0;
}
.p-company__list th,
.p-company__list td {
  color: #0c6334;
  border-bottom: 1px solid #707070;
  padding: 1.2em 0 0.8em;
  font-weight: 700;
  font-size: min(4vw, 1.6rem);
  line-height: 1.36;
}
@media print, screen and (min-width: 768px) {
  .p-company__list th,
  .p-company__list td {
    font-size: 1.8rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-company__list th,
  .p-company__list td {
    font-size: 2.2rem;
  }
}
.p-company__list th {
  width: 5.5em;
  text-align: left;
}
.p-company__list td {
  width: calc(100% - 5.5em);
}

.p-company__map {
  width: 100%;
}
@media print, screen and (min-width: 1024px) {
  .p-company__map {
    width: 50%;
  }
}
.p-company__map iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
}

.p-mv {
  height: 100svh;
  margin-top: -96px;
}
@media print, screen and (min-width: 1024px) {
  .p-mv {
    margin-top: -115px;
    min-height: 768px;
  }
}

.p-mv__top {
  background: url(../../assets/images/mb_img-01.svg) bottom center no-repeat, url(../../assets/images/mv-bg_sp.webp) top center no-repeat;
  background-size: auto 59px, cover;
  width: 100%;
  height: 70.8%;
  position: relative;
  z-index: 1;
}
@media print, screen and (min-width: 1024px) {
  .p-mv__top {
    height: 78%;
    background-size: auto 120px, cover;
  }
}

.p-mv__top-img {
  opacity: 0;
  animation: fadeIn 0.7s linear 0.3s forwards;
}

.p-mv__catch,
.p-mv__catch-bg {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.p-mv__catch {
  z-index: 1;
}

.p-mv__catch-bg {
  z-index: 0;
  mix-blend-mode: multiply;
}

.p-mv__bottom {
  background: #ecdc25;
  position: relative;
  height: 29.2%;
}
@media print, screen and (min-width: 1024px) {
  .p-mv__bottom {
    height: 22%;
    z-index: 1;
  }
}
.p-mv__bottom h1 {
  color: #fff;
  text-align: center;
  font-size: 2.1rem;
  font-weight: 700;
  padding-top: 4em;
}
@media print, screen and (min-width: 768px) {
  .p-mv__bottom h1 {
    padding-top: 4em;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-mv__bottom h1 {
    margin-top: 0;
    display: none;
  }
}

.p-mv__logo {
  display: block;
  width: 280px;
  position: absolute;
  z-index: 1;
  top: -31%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media print, screen and (min-width: 768px) {
  .p-mv__logo {
    width: 360px;
    top: -39%;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-mv__logo {
    margin-top: 0;
    position: absolute;
    top: -98px;
  }
}

.p-mv__scroll {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.p-mv__scroll img {
  display: block;
}

.p-mv__scroll-text {
  margin: 0 auto;
}

.p-mv__scroll-arrow {
  margin: 10px auto 0;
  animation: scroll 2s infinite;
}

@keyframes scroll {
  0% {
    transform: translate(0, 0);
  }
  80% {
    transform: translate(0, 10px);
  }
  0%, 80%, 100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}
@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes growBar {
  from {
    height: 0;
  }
  to {
    height: var(--target-height);
  }
}
.c-inner {
  padding: 0 20px;
}
@media print, screen and (min-width: 768px) {
  .c-inner {
    padding: 0 30px;
  }
}
@media print, screen and (min-width: 1024px) {
  .c-inner {
    padding: 0 50px;
    max-width: 1380px;
    margin: 0 auto;
  }
}

.c-pagetop {
  background: url(../../assets/images/totop.svg) bottom center no-repeat;
  background-size: contain;
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 56px;
  height: 108px;
  z-index: 1;
  opacity: 0;
}
@media print, screen and (min-width: 1024px) {
  .c-pagetop {
    width: 116px;
    height: 176px;
    bottom: 48px;
    right: 4.6%;
    z-index: 1;
  }
}
.c-pagetop:hover {
  cursor: pointer;
  background: url(../../assets/images/totop_on.svg) bottom center no-repeat;
  background-size: contain;
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 56px;
  height: 108px;
}
@media print, screen and (min-width: 1024px) {
  .c-pagetop:hover {
    width: 116px;
    height: 226px;
    bottom: 48px;
    right: 4.6%;
  }
}