@charset "UTF-8";
html {
  width: 100%;
  height: 100%;
  font-size: 16px;
}

@media screen and (max-width: 1920px) and (min-width: 1441px) {
  html {
    font-size: 0.8333333333vw;
  }
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  html {
    font-size: 16px;
    font-size: max(13px, 1.1111111111vw);
  }
}
@media (max-width: 390px) {
  html {
    font-size: 16px;
    font-size: 4.1025641026vw;
  }
}
body {
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: "Zen Kaku Gothic New", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, sans-serif;
  overflow-x: hidden;
  line-height: 1.45;
  color: #121212;
  font-size: 1rem;
}
body.no_scroll {
  overflow: hidden;
  position: relative;
}

a {
  cursor: pointer;
  text-decoration: none;
  outline: none;
  color: #3B4043;
  font-size: max(1.0625rem, 14px);
}

p {
  font-size: max(1.0625rem, 14px);
  font-weight: 500;
}

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

strong {
  font-weight: 700;
}

.en {
  font-family: "Quicksand", sans-serif;
}

.u-tb {
  display: none;
}

.u-sp {
  display: none;
}

@media screen and (max-width: 992px) {
  .u-tb {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 0.875rem;
  }
  a {
    font-size: 0.875rem;
  }
  p {
    font-size: 0.875rem;
  }
  .u-pc {
    display: none;
  }
  .u-sp {
    display: block;
  }
}
.l-wrap {
  width: 84%;
  max-width: 1600px;
  margin: 0 auto;
}
@media screen and (max-width: 1440px) {
  .l-wrap {
    width: 90%;
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .l-wrap {
    width: calc(100% - 1.875rem);
  }
}

/* -----------------------------------
  component
  -----------------------------------*/
/* ----- title ----- */
.c-ttl {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .c-ttl {
    gap: 4px;
  }
}
.c-ttl__en {
  display: block;
  font-family: "Inter", sans-serif;
  font-size: 4.6875rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .c-ttl__en {
    font-size: 2rem;
  }
}
.c-ttl__ja {
  font-weight: 700;
  font-size: 1.9375rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 1.1979166667vw;
}
@media screen and (max-width: 767px) {
  .c-ttl__ja {
    font-size: 0.875rem;
    gap: 10px;
  }
}
.c-ttl__ja::before {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  background-color: #05952C;
}
@media screen and (max-width: 767px) {
  .c-ttl__ja::before {
    width: 6px;
    height: 6px;
  }
}
.c-ttl.white .c-ttl__en {
  color: #fff;
}
.c-ttl.white .c-ttl__en::before, .c-ttl.white .c-ttl__en::after {
  background-color: #fff;
}
.c-ttl.white .c-ttl__ja {
  color: #fff;
}

/* ----- btn ----- */
.c-btn {
  width: -moz-fit-content;
  width: fit-content;
  min-width: 22.5rem;
}
@media screen and (max-width: 767px) {
  .c-btn {
    min-width: 187px;
  }
}
.c-btn__link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  background-color: #05952C;
  color: #fff;
  font-size: 1rem;
  width: 100%;
  padding: 10px 0 10px 20px;
}
@media screen and (max-width: 767px) {
  .c-btn__link {
    padding: 6px 0 6px 10px;
  }
}
@media (hover: hover) {
  .c-btn__link:hover .c-btn__text .item:nth-child(1) {
    -ms-transform: translateY(-120%);
        transform: translateY(-120%);
  }
  .c-btn__link:hover .c-btn__text .item:nth-child(2) {
    -ms-transform: translateY(0);
        transform: translateY(0);
  }
  .c-btn__link:hover .c-btn__arrow .item:nth-child(1) {
    -ms-transform: translateX(120%);
        transform: translateX(120%);
  }
  .c-btn__link:hover .c-btn__arrow .item:nth-child(2) {
    -ms-transform: translateX(0);
        transform: translateX(0);
  }
}
.c-btn__text {
  position: relative;
  overflow: hidden;
  display: grid;
  -ms-flex-positive: 1;
      flex-grow: 1;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  overflow: hidden;
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .c-btn__text {
    font-size: 0.75rem;
  }
}
.c-btn__text .item {
  display: block;
  grid-row: 1;
  grid-column: 1;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.03em;
  transition: 1s cubic-bezier(0.19, 1, 0.22, 1);
}
.c-btn__text .item:nth-child(2) {
  -ms-transform: translateY(120%);
      transform: translateY(120%);
}
.c-btn__arrow {
  border-left: 2px solid #FFFFFF;
  width: 68px;
  height: 53px;
  overflow: hidden;
  position: relative;
  display: grid;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  margin-left: auto;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .c-btn__arrow {
    width: 38px;
    height: 30px;
    border-width: 1px;
  }
  .c-btn__arrow img {
    width: 15px;
  }
}
.c-btn__arrow .item {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  grid-row: 1;
  grid-column: 1;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  transition: 1s cubic-bezier(0.19, 1, 0.22, 1);
}
.c-btn__arrow .item:nth-child(2) {
  -ms-transform: translateX(-120%);
      transform: translateX(-120%);
}

/* ------------ container ------------*/
.l-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: justify;
      justify-content: space-between;
  width: 88%;
  max-width: 1600px;
  gap: 5rem;
  margin: 0 auto;
}
@media screen and (max-width: 992px) {
  .l-container {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
@media screen and (max-width: 992px) and (max-width: 767px) {
  .l-container {
    width: calc(100% - 1.875rem);
  }
}
.l-container .l-main-contents {
  width: 80%;
  max-width: 1260px;
}
@media screen and (max-width: 992px) {
  .l-container .l-main-contents {
    width: 100%;
  }
}
.l-container .l-main-contents .c-ttl-border {
  font-weight: 400;
}
.l-container .l-side-menu {
  width: 20%;
  max-width: 260px;
  position: sticky;
  top: 10rem;
}
@media screen and (max-width: 992px) {
  .l-container .l-side-menu {
    width: 100%;
    max-width: 100%;
    position: static;
  }
}
@media screen and (max-width: 992px) {
  .l-container.news {
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
  }
}
.l-container.news .l-main-contents {
  max-width: 1097px;
}
.l-container.news .l-side-menu {
  width: 300%;
  max-width: 340px;
}
@media screen and (max-width: 992px) {
  .l-container.news .l-side-menu {
    width: 100%;
    max-width: 100%;
  }
}

/* -----------------------------------
  header
  ----------------------------------- */
.l-header {
  width: 100%;
  margin: 0 auto;
  transition: 0.3s ease all;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  background-color: #fff;
}
.l-header__inner {
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  transition: 0.5s;
  height: 100%;
  padding: 2.0833333333vw 2.6041666667vw;
}
@media screen and (max-width: 992px) {
  .l-header__inner {
    padding: 0.875rem 0.75rem;
  }
}
.l-header__logo {
  position: relative;
  width: min(19.7916666667vw, 267px);
  z-index: 999999;
}
@media screen and (max-width: 992px) {
  .l-header__logo {
    width: 150px;
  }
}
.l-header__logo a {
  display: inline-block;
  transition: 0.3s ease;
}
@media (hover: hover) {
  .l-header__logo a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 992px) {
  .l-header__container {
    z-index: 9999;
    width: 100%;
    height: 100%;
    background-color: #fff;
    overflow-x: hidden;
    position: fixed;
    top: 0;
    left: 0;
    height: 0;
    transition: height 0.5s ease;
  }
  .l-header__container.is-active {
    top: 0;
    height: 100%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    padding: 0;
  }
}
.l-header__container__wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 1.8229166667vw;
}
@media screen and (max-width: 992px) {
  .l-header__container__wrap {
    -ms-flex-direction: column;
        flex-direction: column;
    padding: 5rem 1.25rem;
  }
}
.l-header__nav {
  height: 100%;
}
@media screen and (max-width: 992px) {
  .l-header__nav {
    width: 100%;
  }
}
.l-header__list {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end;
  position: relative;
  z-index: 9;
  height: 100%;
}
@media screen and (max-width: 992px) {
  .l-header__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: start;
        justify-content: flex-start;
    gap: 0;
    height: auto;
  }
}
.l-header__list li {
  position: relative;
}
@media screen and (max-width: 992px) {
  .l-header__list li {
    width: 100%;
    border-bottom: 1px solid #F5F7FA;
  }
  .l-header__list li:first-child {
    border-top: 1px solid #F5F7FA;
  }
}
.l-header__list li > a {
  font-weight: 500;
  font-size: 1rem;
  font-size: max(14px, 1rem);
  display: block;
  gap: 10px;
  position: relative;
  overflow: hidden;
  transition: 0.3s ease;
}
.l-header__list li > a .item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  width: 100%;
  height: 100%;
  transition: transform 0.825s cubic-bezier(0.19, 1, 0.22, 1);
  padding: 1rem 1.5625rem;
}
.l-header__list li > a .item:nth-child(2) {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -ms-transform: translateY(100%);
      transform: translateY(100%);
  color: #05952C;
  color: #fff;
}
@media screen and (max-width: 992px) {
  .l-header__list li > a .item:nth-child(2) {
    display: none;
  }
}
@media (hover: hover) {
  .l-header__list li > a:hover .item:nth-child(1) {
    -ms-transform: translateY(-100%);
        transform: translateY(-100%);
  }
}
@media screen and (hover: hover) and (max-width: 992px) {
  .l-header__list li > a:hover .item:nth-child(1) {
    -ms-transform: none;
        transform: none;
  }
}
@media (hover: hover) {
  .l-header__list li > a:hover .item:nth-child(2) {
    -ms-transform: translateY(0);
        transform: translateY(0);
    background-color: #05952C;
  }
}
.l-header__list li > a.is-active {
  background-color: #05952C;
  color: #fff;
}
@media screen and (max-width: 992px) {
  .l-header__list li > a.is-active {
    background-color: #fff;
    color: #121212;
  }
}
@media screen and (max-width: 992px) {
  .l-header__list li.has-child > a {
    width: 100%;
  }
}
.l-header__list li .sub-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  transition: 0.3s ease;
  width: 100%;
  min-width: 152px;
  padding-top: 2px;
}
@media screen and (max-width: 992px) {
  .l-header__list li .sub-menu {
    position: relative;
    padding-top: 0;
    padding-bottom: 0.625rem;
  }
}
.l-header__list li .sub-menu .list {
  overflow: hidden;
}
.l-header__list li .sub-menu .list li {
  overflow: hidden;
  transition: 0.3 ease;
}
@media screen and (max-width: 992px) {
  .l-header__list li .sub-menu .list li {
    border: none;
    margin-left: 1.25rem;
  }
}
.l-header__list li .sub-menu .list li:not(:last-child) {
  margin-bottom: 1px;
}
.l-header__list li .sub-menu .list li a {
  display: block;
  text-align: center;
  text-decoration: none;
  transition: transform 0.825s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transform: translateY(102%);
      transform: translateY(102%);
  border: none;
  background-color: #000;
}
@media screen and (max-width: 992px) {
  .l-header__list li .sub-menu .list li a {
    -ms-transform: none;
        transform: none;
    background: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    gap: 0.625rem;
    padding: 0.625rem;
  }
  .l-header__list li .sub-menu .list li a::before {
    content: "-";
  }
}
.l-header__list li .sub-menu .list li a .item {
  background-color: #000;
  font-size: 0.9375rem;
  color: #fff;
  -ms-flex-pack: center;
      justify-content: center;
  border: none;
  padding-right: 0;
  padding-left: 0;
}
@media screen and (max-width: 992px) {
  .l-header__list li .sub-menu .list li a .item {
    color: #000;
    background: none;
    -ms-flex-pack: start;
        justify-content: flex-start;
    padding: 0;
  }
}
.l-header__list li .sub-menu.is-open .list li a {
  -ms-transform: translateY(0);
      transform: translateY(0);
}
.l-header__btn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 1.5625rem;
}
@media screen and (max-width: 992px) {
  .l-header__btn {
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 0.625rem;
    width: 100%;
  }
}
.l-header__tel {
  display: block;
  border: 1px solid #121212;
  font-family: "Inter", sans-serif;
  font-size: 1.0625rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: max(130px, 11.0625rem);
  height: max(40px, 3.5rem);
  transition: 0.4s ease;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 992px) {
  .l-header__tel {
    width: 100%;
  }
}
.l-header__tel .item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 100%;
  height: 100%;
  transition: transform 0.825s cubic-bezier(0.19, 1, 0.22, 1);
  position: relative;
  gap: 0.4375rem;
}
.l-header__tel .item::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  -webkit-mask-image: url(../img/common/icon_tel.svg);
          mask-image: url(../img/common/icon_tel.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #000;
  transition: 0.4s ease;
}
.l-header__tel .item:nth-child(1)::before {
  background-color: #000;
}
.l-header__tel .item:nth-child(2) {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -ms-transform: translateY(100%);
      transform: translateY(100%);
  color: #fff;
}
@media screen and (max-width: 992px) {
  .l-header__tel .item:nth-child(2) {
    display: none;
  }
}
.l-header__tel .item:nth-child(2)::before {
  background-color: #fff;
}
@media (hover: hover) {
  .l-header__tel:hover .item:nth-child(1) {
    -ms-transform: translateY(-100%);
        transform: translateY(-100%);
  }
  .l-header__tel:hover .item:nth-child(2) {
    -ms-transform: translateY(0);
        transform: translateY(0);
    background-color: #000;
  }
}
.l-header__contact {
  border: 1px solid #05952C;
  width: max(130px, 11.0625rem);
  height: max(40px, 3.5rem);
  overflow: hidden;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  font-family: "Inter", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
}
@media screen and (max-width: 992px) {
  .l-header__contact {
    width: 100%;
  }
}
.l-header__contact .item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 0 20px;
  width: 100%;
  height: 100%;
  transition: transform 0.825s cubic-bezier(0.19, 1, 0.22, 1);
}
.l-header__contact .item:nth-child(1) {
  background-color: #05952C;
  color: #fff;
}
.l-header__contact .item:nth-child(1)::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background-color: #fff;
}
.l-header__contact .item:nth-child(2) {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -ms-transform: translateY(100%);
      transform: translateY(100%);
  color: #fff;
  color: #05952C;
  padding: 0 10px 0 20px;
}
@media screen and (max-width: 992px) {
  .l-header__contact .item:nth-child(2) {
    display: none;
  }
}
.l-header__contact .item:nth-child(2)::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  -webkit-mask-image: url("../img/common/icon_arrow.svg");
          mask-image: url("../img/common/icon_arrow.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #05952C;
}
@media (hover: hover) {
  .l-header__contact:hover .item:nth-child(1) {
    -ms-transform: translateY(-100%);
        transform: translateY(-100%);
  }
  .l-header__contact:hover .item:nth-child(2) {
    -ms-transform: translateY(0);
        transform: translateY(0);
  }
}
.l-header__sp {
  display: none;
}
@media screen and (max-width: 992px) {
  .l-header__sp {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    gap: 0.1875rem;
  }
  .l-header__sp .l-header__tel {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    width: 30px;
    height: 30px;
    padding: 0;
  }
  .l-header__sp .l-header__tel::before {
    content: "";
    display: block;
    width: 13px;
    height: 13px;
    -webkit-mask-image: url(../img/common/icon_tel.svg);
            mask-image: url(../img/common/icon_tel.svg);
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-size: 100%;
            mask-size: 100%;
    -webkit-mask-position: center;
            mask-position: center;
    background-color: #000;
  }
}
@media screen and (max-width: 992px) and (hover: hover) {
  .l-header__sp .l-header__tel:hover {
    background-color: #000;
    color: #fff;
  }
  .l-header__sp .l-header__tel:hover:before {
    background-color: #fff;
  }
}
@media screen and (max-width: 992px) {
  .l-header__sp .l-header__contact {
    border: 1px solid #05952C;
    background-color: #05952C;
    color: #fff;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0 10px;
    height: 30px;
    overflow: hidden;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    font-size: 0.8125rem;
  }
}

.c-hamburger {
  display: none;
}
@media screen and (max-width: 992px) {
  .c-hamburger {
    display: inline-block;
    transition: all 0.2s;
    box-sizing: border-box;
    width: 30px;
    height: 30px;
    z-index: 9999;
    display: block;
    position: relative;
    background-color: #05952C;
  }
  .c-hamburger span {
    display: inline-block;
    transition: all 0.2s;
    box-sizing: border-box;
    position: absolute;
    width: 14px;
    height: 1px;
    background-color: #fff;
    left: 8px;
    border-radius: 1px;
  }
  .c-hamburger span:nth-of-type(1) {
    top: 8px;
  }
  .c-hamburger span:nth-of-type(2) {
    top: 14px;
  }
  .c-hamburger span:nth-of-type(3) {
    top: 20px;
  }
  .c-hamburger.is-active span:nth-of-type(1) {
    -ms-transform: translateY(6px) rotate(-30deg);
        transform: translateY(6px) rotate(-30deg);
  }
  .c-hamburger.is-active span:nth-of-type(2) {
    opacity: 0;
  }
  .c-hamburger.is-active span:nth-of-type(3) {
    -ms-transform: translateY(-6px) rotate(30deg);
        transform: translateY(-6px) rotate(30deg);
  }
}

/* ------- floating ------- */
/* ---------------------------------------------
  footer フッター
  --------------------------------------------- */
/* -------- contact -------- */
.p-contact {
  background-color: #121212;
  padding-top: 14.5625rem;
  padding-bottom: 16.25rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-contact {
    padding: 5rem 1.25rem 17.5rem;
  }
  .p-contact .c-ttl__en {
    font-size: 3.125rem;
  }
}
.p-contact:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url("../img/common/bg_noise.png") no-repeat center/cover;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.32;
}
.p-contact__bg {
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .p-contact__bg {
    height: 40.625rem;
  }
}
.p-contact__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-contact__block {
  width: 84%;
  max-width: 1600px;
  margin: 0 auto;
  background-color: #fff;
  position: relative;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  padding: 10rem 2.5rem 10rem 7.0625rem;
  padding-left: min(5.8854166667vw, 7.0625rem);
  padding-right: min(2.0833333333vw, 2.5rem);
  -ms-flex-pack: justify;
      justify-content: space-between;
  gap: 1.875rem;
}
@media screen and (max-width: 1440px) {
  .p-contact__block {
    width: 90%;
    padding: 5rem 1.25rem 5rem 3.125rem;
  }
}
@media screen and (max-width: 1440px) and (max-width: 992px) {
  .p-contact__block {
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 3.75rem;
  }
}
@media screen and (max-width: 1440px) and (max-width: 992px) and (max-width: 767px) {
  .p-contact__block {
    width: 100%;
    padding: 4.375rem 0.9375rem;
  }
}
.p-contact__text {
  -ms-flex: 1;
      flex: 1;
}
.p-contact__text .c-ttl {
  margin-bottom: 3.75rem;
}
@media screen and (max-width: 992px) {
  .p-contact__text .c-ttl {
    margin-bottom: 1.25rem;
  }
}
.p-contact__text p {
  font-weight: 500;
  font-size: 1.3125rem;
}
@media screen and (max-width: 1440px) {
  .p-contact__text p {
    font-size: 1.0625rem;
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .p-contact__text p {
    font-size: 0.8125rem;
  }
}
.p-contact__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 767px) {
  .p-contact__list {
    grid-template-columns: 1fr;
    width: 88%;
    margin: 0 auto;
  }
}
.p-contact__list__item:nth-child(1) {
  border-right: 2px solid #D9D9D9;
}
@media screen and (max-width: 767px) {
  .p-contact__list__item:nth-child(1) {
    border-right: none;
    border-bottom: 1px solid #D9D9D9;
  }
  .p-contact__list__item:nth-child(1) a {
    padding-bottom: 3.75rem;
  }
}
.p-contact__list__item:nth-child(1) .icon {
  margin-bottom: 40px;
  margin-right: 3.75rem;
  width: 11.25rem;
  width: min(9.375vw, 11.25rem);
}
@media screen and (max-width: 767px) {
  .p-contact__list__item:nth-child(1) .icon {
    width: 5.5625rem;
    margin-right: 0;
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-contact__list__item:nth-child(2) a {
    padding-top: 3.125rem;
  }
  .p-contact__list__item:nth-child(2) .p-contact__link .ttl {
    font-size: 0.75rem;
  }
}
.p-contact__list__item:nth-child(2) .icon {
  margin-bottom: 30px;
  width: 8.75rem;
  width: min(7.2916666667vw, 8.75rem);
}
@media screen and (max-width: 767px) {
  .p-contact__list__item:nth-child(2) .icon {
    width: 4.1875rem;
    margin-bottom: 1rem;
  }
}
.p-contact__list__item a {
  transition: 0.3s ease;
}
@media (hover: hover) {
  .p-contact__list__item a:hover {
    opacity: 0.7;
  }
}
.p-contact__link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  color: #05952C;
  padding: 0 min(3.125vw, 3.75rem);
}
@media screen and (max-width: 767px) {
  .p-contact__link {
    padding: 0;
  }
}
.p-contact__link .ttl {
  font-weight: 700;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-contact__link .ttl {
    font-size: 0.9375rem;
  }
}
.p-contact__link .num {
  font-family: "Inter", sans-serif;
  font-size: 1.875rem;
  letter-spacing: 0.02em;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-contact__link .num {
    font-size: 0.9375rem;
  }
}
.p-contact__link .hour {
  font-size: 1.3125rem;
  font-weight: 500;
  color: #034D17;
}
@media screen and (max-width: 767px) {
  .p-contact__link .hour {
    font-size: 0.75rem;
  }
}
.p-contact__link.mail {
  padding-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-contact__link.mail {
    padding: 0 1.25rem;
  }
}
/* -------- footer -------- */
.l-footer {
  overflow: hidden;
}
.l-footer__en {
  font-family: "Inter", sans-serif;
  font-size: 12.75rem;
  font-weight: 700;
  position: relative;
  z-index: -2;
  overflow: hidden;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  color: #05952C;
  opacity: 0.1;
}
@media screen and (max-width: 767px) {
  .l-footer__en {
    font-size: 4.375rem;
  }
}
.l-footer__en span {
  display: inline-block;
  animation: loopText 100s linear infinite;
  white-space: nowrap;
  line-height: 0.8;
  padding-bottom: 10px;
}
.l-footer__container {
  background-color: #121212;
  padding-top: 8.75rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-footer__container {
    padding-top: 3.125rem;
  }
}
.l-footer__container:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url("../img/common/bg_noise.png") no-repeat center/cover;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.32;
}
.l-footer__container .l-wrap {
  position: relative;
}
.l-footer__block {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  gap: 1.75rem 9.0625rem;
  margin-bottom: 10.625rem;
}
@media screen and (max-width: 992px) {
  .l-footer__block {
    grid-template-columns: 1fr;
    gap: 0.625rem;
    padding: 0 0.625rem;
    margin-bottom: 5rem;
  }
}
.l-footer__logo {
  display: block;
  width: 84%;
  max-width: 460px;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 992px) {
  .l-footer__logo {
    width: 74%;
    max-width: initial;
    margin-bottom: 1.875rem;
  }
}
.l-footer__text {
  color: #fff;
  padding-left: 3.125rem;
  margin-top: 1.875rem;
}
@media screen and (max-width: 1440px) {
  .l-footer__text {
    padding-left: 0;
  }
}
@media screen and (max-width: 1440px) and (max-width: 992px) {
  .l-footer__text {
    margin-bottom: 20px;
    padding-left: 0;
  }
}
.l-footer__text address, .l-footer__text p {
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .l-footer__text address, .l-footer__text p {
    font-size: 0.8125rem;
  }
}
.l-footer__access {
  grid-row: span 2/span 2;
  display: -ms-flexbox;
  display: flex;
  gap: 1.625rem;
  padding-right: 1.875rem;
}
@media screen and (max-width: 1440px) {
  .l-footer__access {
    padding-right: 0;
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .l-footer__access {
    grid-row: auto;
    gap: 1rem;
    margin-bottom: 2.5rem;
    padding-right: 0;
  }
}
.l-footer__access__item:nth-child(1) {
  width: 54%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .l-footer__access__item:nth-child(1) {
    width: 50%;
  }
}
.l-footer__access__item:nth-child(2) {
  width: 46%;
  margin-top: 6rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .l-footer__access__item:nth-child(2) {
    width: 50%;
    margin-top: 5rem;
    gap: 5px;
  }
  .l-footer__access__item:nth-child(2) .l-footer__access__img {
    display: none;
  }
}
.l-footer__access__item .list li {
  color: #fff;
  font-size: 1.0625rem;
  font-weight: 500;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .l-footer__access__item .list li {
    display: -ms-flexbox;
    display: flex;
    font-size: 0.75rem;
    line-height: 1.5;
  }
}
.l-footer__access__item .list li::before {
  content: "・";
}
.l-footer__access__img img {
  width: 100%;
}
.l-footer__access__map iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 313/240;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .l-footer__access__map iframe {
    aspect-ratio: 162/144;
  }
}
.l-footer__access__link {
  color: #05952C;
  font-weight: 700;
  font-size: 1rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 8px;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .l-footer__access__link {
    font-size: 0.75rem;
    gap: 0;
  }
}
.l-footer__access__link::after {
  content: "";
  display: block;
  width: 26px;
  height: 26px;
  -webkit-mask-image: url("../img/common/icon_arrow.svg");
          mask-image: url("../img/common/icon_arrow.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #05952C;
  -ms-transform: translateY(4px);
      transform: translateY(4px);
}
@media screen and (max-width: 767px) {
  .l-footer__access__link::after {
    width: 21px;
    height: 21px;
    -ms-transform: none;
        transform: none;
  }
}
.l-footer__links {
  padding-left: 3.125rem;
}
@media screen and (max-width: 1440px) {
  .l-footer__links {
    padding-left: 0;
  }
}
.l-footer__links__other {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  line-height: 2;
}
.l-footer__links__other li:not(:last-child)::after {
  content: "/";
  color: rgba(255, 255, 255, 0.5);
}
.l-footer__links__other a {
  font-size: 1rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.5);
  transition: 0.3 ease;
}
@media screen and (max-width: 767px) {
  .l-footer__links__other a {
    font-size: 0.75rem;
  }
}
@media (hover: hover) {
  .l-footer__links__other a:hover {
    opacity: 0.7;
  }
}
.l-footer__nav {
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  display: grid;
  grid-template-columns: 52% 48%;
  gap: 24px;
  padding: 28px 0;
}
@media screen and (max-width: 767px) {
  .l-footer__nav {
    border-width: 1px;
    gap: 15px;
    padding: 1.5rem 0;
  }
}
.l-footer__nav a {
  color: #fff;
  font-size: 1.3125rem;
  font-weight: 700;
  line-height: 1.6;
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  .l-footer__nav a {
    font-size: 0.8125rem;
  }
}
@media (hover: hover) {
  .l-footer__nav a:hover {
    opacity: 0.7;
  }
}
.l-footer__nav > li > a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 1.5rem;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .l-footer__nav > li > a {
    gap: 16px;
  }
}
.l-footer__nav > li > a::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: #05952C;
}
@media screen and (max-width: 767px) {
  .l-footer__nav > li > a::before {
    width: 8px;
    height: 8px;
  }
}
.l-footer__nav .sub-list {
  margin-left: 1.875rem;
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .l-footer__nav .sub-list {
    margin-left: 1.5rem;
  }
  .l-footer__nav .sub-list li:not(:last-child) {
    margin-bottom: 8px;
  }
}
.l-footer__nav .sub-list a {
  font-size: 1.3125rem;
  display: -ms-flexbox;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  gap: 0.625rem;
}
@media screen and (max-width: 767px) {
  .l-footer__nav .sub-list a {
    font-size: 0.8125rem;
  }
}
.l-footer__nav .sub-list a::before {
  content: "-";
}
.l-footer__bottom {
  background-color: #05952C;
  padding: 1.25rem;
}
@media screen and (max-width: 767px) {
  .l-footer__bottom {
    padding: 10px;
  }
}
.l-footer__bottom p {
  color: #fff;
  text-align: center;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .l-footer__bottom p {
    font-size: 0.75rem;
  }
}
.l-footer__copy small {
  font-size: 1rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .l-footer__copy small {
    font-size: 0.75rem;
  }
}

@keyframes loopText {
  0% {
    transform: translate(0);
  }
  100% {
    transform: translate(-100%);
  }
}
body.home .l-footer__en {
  display: none;
}

/* ---------------------------------------------
  mv
  --------------------------------------------- */
.p-mv {
  position: relative;
  padding: min(14.2708333333vw, 18.75rem) 3.75rem 0;
}
@media screen and (max-width: 767px) {
  .p-mv {
    padding: 15rem 0.75rem 4.375rem;
  }
}
.p-mv__inner {
  position: relative;
  z-index: 1;
}
.p-mv__head {
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 1.875rem;
  margin-bottom: 2.5rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: end;
      align-items: flex-end;
  position: relative;
}
@media screen and (max-width: 992px) {
  .p-mv__head {
    width: 100%;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: start;
        align-items: flex-start;
    border-bottom: none;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 992px) and (max-width: 767px) {
  .p-mv__head {
    margin-bottom: 1.5rem;
  }
}
.p-mv__ttl {
  font-size: 5.4375rem;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 992px) {
  .p-mv__ttl {
    border-bottom: 1px solid #D9D9D9;
    width: 100%;
    padding-bottom: 1.25rem;
    margin-bottom: 0.5rem;
  }
}
@media screen and (max-width: 992px) and (max-width: 767px) {
  .p-mv__ttl {
    width: 100%;
    font-size: 2.0625rem;
    line-height: 1;
  }
}
.p-mv__scroll {
  font-family: "Inter", sans-serif;
  line-height: 1;
  font-size: 1.625rem;
  font-weight: 700;
  color: #05952C;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 0.5rem;
  -ms-transform: translateY(0.625rem);
      transform: translateY(0.625rem);
}
@media screen and (max-width: 992px) {
  .p-mv__scroll {
    margin-left: auto;
  }
}
@media screen and (max-width: 992px) and (max-width: 767px) {
  .p-mv__scroll {
    -ms-transform: none;
        transform: none;
    font-size: 0.75rem;
    gap: 0;
  }
}
.p-mv__scroll__arrow {
  border-left: 2px solid #FFFFFF;
  width: 37px;
  height: 37px;
  overflow: hidden;
  position: relative;
  display: grid;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  margin-left: auto;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-mv__scroll__arrow {
    width: 18px;
    height: 18px;
  }
}
.p-mv__scroll__arrow .item {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  grid-row: 1;
  grid-column: 1;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  transition: 1s cubic-bezier(0.19, 1, 0.22, 1);
}
.p-mv__scroll__arrow .item:nth-child(2) {
  -ms-transform: translateY(-120%);
      transform: translateY(-120%);
}
@media (hover: hover) {
  .p-mv__scroll:hover .p-mv__scroll__arrow .item:nth-child(1) {
    -ms-transform: translateY(120%);
        transform: translateY(120%);
  }
  .p-mv__scroll:hover .p-mv__scroll__arrow .item:nth-child(2) {
    -ms-transform: translateY(0);
        transform: translateY(0);
  }
}
.p-mv__text {
  font-size: min(2.0833333333vw, 1.875rem);
  font-weight: 700;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .p-mv__text {
    font-size: 0.8125rem;
  }
}
.p-mv__block {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-mv__block {
    gap: 12px;
  }
}
.p-mv__block__item:nth-child(2) {
  margin-top: 5.25rem;
  display: grid;
  gap: 2.25rem;
}
@media screen and (max-width: 767px) {
  .p-mv__block__item:nth-child(2) {
    gap: 12px;
    margin-top: 2.5rem;
  }
}
.p-mv__bg {
  width: 100%;
  height: 18.5%;
  background: linear-gradient(0deg, rgb(3, 77, 23) 0%, rgb(8, 179, 54) 100%);
  position: absolute;
  top: 41.2%;
  left: 0;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .p-mv__bg {
    top: 56%;
  }
}
.p-mv__bg::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url("../img/common/bg_noise.webp") no-repeat center/cover;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.52;
}

/* ---------------------------------------------
  about
  --------------------------------------------- */
.p-top-about {
  margin-top: min(-4.1666666667vw, -3.75rem);
  margin-bottom: 18.75rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 992px) {
  .p-top-about {
    margin-top: 0;
  }
}
@media screen and (max-width: 992px) and (max-width: 767px) {
  .p-top-about {
    margin-bottom: 9.0625rem;
    margin-top: 0;
  }
}
.p-top-about__block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 0 1.875rem;
}
@media screen and (max-width: 992px) {
  .p-top-about__block {
    -ms-flex-direction: column;
        flex-direction: column;
    padding: 0;
  }
}
.p-top-about__text {
  -ms-flex: 1;
      flex: 1;
}
.p-top-about__text .c-ttl {
  margin-bottom: 4.375rem;
}
@media screen and (max-width: 767px) {
  .p-top-about__text .c-ttl {
    margin-bottom: 2.1875rem;
  }
}
.p-top-about__text p {
  font-size: 1.0625rem;
  line-height: 2.2;
}
@media screen and (max-width: 767px) {
  .p-top-about__text p {
    font-size: 0.8125rem;
    line-height: 2;
  }
}
.p-top-about__text p:not(:last-of-type) {
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-top-about__text p:not(:last-of-type) {
    margin-bottom: 1.875rem;
  }
}
.p-top-about__text .c-btn {
  margin-top: 8.125rem;
}
@media screen and (max-width: 767px) {
  .p-top-about__text .c-btn {
    margin-top: 3.125rem;
  }
}
.p-top-about__strengths {
  width: 47%;
  max-width: 45rem;
  -ms-flex: 1;
      flex: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: end;
      align-items: flex-end;
  padding-right: min(2.0833333333vw, 3.75rem);
  position: relative;
  z-index: 1;
  margin-top: 3.375rem;
}
@media screen and (max-width: 1440px) {
  .p-top-about__strengths {
    padding-right: 0;
  }
}
@media screen and (max-width: 1440px) and (max-width: 992px) {
  .p-top-about__strengths {
    width: 92%;
    max-width: 40rem;
    margin-left: auto;
    margin-right: -0.9375rem;
    margin-top: -28%;
  }
}
@media screen and (max-width: 1440px) and (max-width: 992px) and (max-width: 767px) {
  .p-top-about__strengths {
    width: 92%;
    max-width: 20.625rem;
    margin-top: 0;
  }
}
.p-top-about__strengths__item {
  width: 50.6%;
  max-width: 21.625rem;
  aspect-ratio: 346/356;
  padding: 6.125rem 1rem 0;
}
@media screen and (max-width: 767px) {
  .p-top-about__strengths__item {
    width: 53.6%;
    max-width: 10.5rem;
    padding: 3.25rem 0.5rem 0;
  }
}
.p-top-about__strengths__item:nth-child(odd) {
  background: url("../img/common/box01.png") no-repeat center/100%;
}
.p-top-about__strengths__item:nth-child(odd) .en {
  color: #057924;
}
.p-top-about__strengths__item:nth-child(even) {
  background: url("../img/common/box02.png") no-repeat center/100%;
  margin-right: auto;
  margin-top: -0.25rem;
}
.p-top-about__strengths__item:nth-child(even) .en {
  color: #180722;
}
.p-top-about__strengths__item:nth-child(3) {
  margin-top: -5.625rem;
  margin-right: 6.4%;
}
@media screen and (max-width: 767px) {
  .p-top-about__strengths__item:nth-child(3) {
    margin-top: -2.625rem;
    margin-right: 6%;
  }
}
.p-top-about__strengths__item .num {
  display: block;
  font-family: "Inter", sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 3.375rem;
  margin-bottom: min(2.8125vw, 3.375rem);
}
@media screen and (max-width: 992px) {
  .p-top-about__strengths__item .num {
    margin-bottom: 3.375rem;
  }
}
@media screen and (max-width: 992px) and (max-width: 767px) {
  .p-top-about__strengths__item .num {
    font-size: 0.375rem;
    margin-bottom: 1.5rem;
  }
}
.p-top-about__strengths__item .ttl {
  font-size: 1.5625rem;
  font-size: min(1.3020833333vw, 1.5625rem);
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  color: #fff;
  padding-right: 1.25rem;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 1440px) {
  .p-top-about__strengths__item .ttl {
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .p-top-about__strengths__item .ttl {
    font-size: 0.75rem;
    padding-right: 1.25rem;
  }
}
.p-top-about__strengths__item .en {
  font-size: 1.5rem;
  font-size: min(1.25vw, 1.5rem);
  font-weight: 700;
  text-align: center;
  padding-right: 1.875rem;
}
@media screen and (max-width: 1440px) {
  .p-top-about__strengths__item .en {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .p-top-about__strengths__item .en {
    font-size: 0.6875rem;
    padding-right: 1.25rem;
  }
}
.p-top-about__bottom {
  position: relative;
  z-index: 0;
  margin-top: -5rem;
}
@media screen and (max-width: 1080px) {
  .p-top-about__bottom {
    margin-top: 0;
  }
}
@media screen and (max-width: 1080px) and (max-width: 767px) {
  .p-top-about__bottom {
    margin-top: -3.75rem;
  }
}
.p-top-about__bottom__bg {
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-top-about__bottom__bg {
    width: 100%;
    aspect-ratio: 390/570;
  }
  .p-top-about__bottom__bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.p-top-about__bottom__bg::before {
  content: "";
  display: block;
  width: 17%;
  aspect-ratio: 316/354;
  background: url("../img/top/mark.svg") no-repeat center/100%;
  position: absolute;
  top: 34%;
  left: -4%;
}
@media screen and (max-width: 767px) {
  .p-top-about__bottom__bg::before {
    width: 42%;
    top: 53%;
    left: -14%;
  }
}
.p-top-about__bottom__lead {
  position: absolute;
  top: 50%;
  padding-left: 9.375rem;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 1.375rem;
  line-height: 1.5;
  font-weight: 700;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-top-about__bottom__lead {
    font-size: 0.625rem;
    padding-left: 1.625rem;
    top: 82.4%;
  }
}
.p-top-about__bottom__text {
  background-color: #057924;
  position: relative;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 0.9375rem;
  line-height: 1.8;
  font-weight: 700;
  text-align: right;
  padding: 1.25rem 1.75rem;
}
@media screen and (max-width: 767px) {
  .p-top-about__bottom__text {
    font-size: 0.625rem;
    text-align: center;
    background-color: #05952C;
    padding: 0.75rem;
  }
}
.p-top-about__bottom__text span {
  display: block;
  position: relative;
}
.p-top-about__bottom__text::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url("../img/common/bg_noise.webp") no-repeat center/cover;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.52;
}

/* ---------------------------------------------
  service
  --------------------------------------------- */
.p-top-service__head {
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 3.125rem;
  margin-bottom: 3.875rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: end;
      align-items: flex-end;
  padding-left: 1.375rem;
}
@media screen and (max-width: 992px) {
  .p-top-service__head {
    padding-left: 0;
  }
}
@media screen and (max-width: 992px) and (max-width: 767px) {
  .p-top-service__head {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: start;
        align-items: flex-start;
    padding-bottom: 1.25rem;
    margin-bottom: 3.125rem;
  }
  .p-top-service__head .c-btn {
    margin-top: 1.25rem;
  }
}
.p-top-service .c-ttl {
  margin-bottom: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-top-service .c-ttl {
    margin-bottom: 1.875rem;
  }
}
.p-top-service .c-ttl + p {
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-top-service .c-ttl + p {
    line-height: 1.7;
  }
}
.p-top-service__block {
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 6.25rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .p-top-service__block {
    padding-bottom: 4.375rem;
    margin-bottom: 3rem;
  }
}
.p-top-service__block.block01 .p-top-service__text {
  line-height: 1.5;
}
.p-top-service__link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  background: none;
  margin-bottom: 3.5rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-top-service__link {
    margin-bottom: 1.875rem;
  }
}
.p-top-service__link .c-btn__text {
  font-size: 1.5625rem;
  color: #60168A;
}
@media screen and (max-width: 767px) {
  .p-top-service__link .c-btn__text {
    font-size: 0.9375rem;
  }
}
.p-top-service__link .c-btn__text .item {
  font-weight: 700;
  letter-spacing: 0;
}
.p-top-service__link .c-btn__arrow {
  border: none;
}
.p-top-service__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 80%;
  margin: 0 auto;
  gap: 2.25rem 2.125rem;
}
@media screen and (max-width: 992px) {
  .p-top-service__list {
    width: 90%;
  }
}
@media screen and (max-width: 992px) and (max-width: 767px) {
  .p-top-service__list {
    width: 81%;
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
}
.p-top-service__list .num {
  font-family: "Inter", sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  position: absolute;
  top: 3%;
  left: 3%;
  z-index: 1;
  color: #fff;
}
.p-top-service__item {
  position: relative;
}
@media (hover: hover) {
  .p-top-service__item a:hover .p-top-service__img::after {
    opacity: 0;
  }
  .p-top-service__item a:hover .p-top-service__text {
    text-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
  }
}
.p-top-service__img {
  position: relative;
}
.p-top-service__img::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(3, 77, 23, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.3s ease;
}
.p-top-service__text {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  font-size: 1.625rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 1;
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  .p-top-service__text {
    font-size: 1rem;
  }
}
.p-top-service__text .sm {
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .p-top-service__text .sm {
    font-size: 0.8125rem;
  }
}
.p-top-service__text .md {
  font-size: 1.375rem;
  display: inline-block;
  margin-top: 4px;
}
@media screen and (max-width: 767px) {
  .p-top-service__text .md {
    font-size: 0.8125rem;
  }
}
.p-top-service__en {
  font-family: "Inter", sans-serif;
  font-size: 12.75rem;
  font-weight: 700;
  position: relative;
  z-index: -2;
  overflow: hidden;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  color: #05952C;
  opacity: 0.1;
}
@media screen and (max-width: 767px) {
  .p-top-service__en {
    font-size: 4.375rem;
  }
}
.p-top-service__en span {
  display: inline-block;
  animation: loopText 100s linear infinite;
  white-space: nowrap;
  line-height: 0.8;
  padding-bottom: 10px;
}

@keyframes loopText {
  0% {
    transform: translate(0);
  }
  100% {
    transform: translate(-100%);
  }
}
.p-top-recruit {
  width: 90%;
  max-width: 53.75rem;
  margin: 10rem auto 11.25rem;
}
@media screen and (max-width: 767px) {
  .p-top-recruit {
    width: 90%;
    margin-bottom: 3.75rem;
    margin-top: 5rem;
  }
}
.p-top-recruit__link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  border: 2px solid #05952C;
  padding: 1.25rem 3.125rem 1.25rem 1.25rem;
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  .p-top-recruit__link {
    -ms-flex-direction: column;
        flex-direction: column;
    padding: 1.25rem;
    gap: 1rem;
  }
}
@media (hover: hover) {
  .p-top-recruit__link:hover {
    opacity: 0.7;
  }
}
.p-top-recruit__img {
  width: 7.5rem;
  margin-right: 2.625rem;
}
@media screen and (max-width: 767px) {
  .p-top-recruit__img {
    width: 100%;
    margin: 0;
  }
  .p-top-recruit__img img {
    width: 100%;
    height: 100px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.p-top-recruit__ttl {
  font-family: "Inter", sans-serif;
  background: linear-gradient(0deg, rgb(3, 77, 23) 0%, rgb(8, 179, 54) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 3.375rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-top-recruit__ttl {
    font-size: 2.375rem;
    line-height: 1;
  }
}
.p-top-recruit__text {
  font-size: 1.4375rem;
  font-weight: 700;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .p-top-recruit__text {
    font-size: 1rem;
    text-align: center;
    margin: 0 auto;
    padding-left: 1rem;
  }
}

/* ---------------------------------------------
   top news
  --------------------------------------------- */
.p-top-news {
  background-color: #121212;
  padding-top: 13.125rem;
  position: relative;
}
@media screen and (max-width: 992px) {
  .p-top-news {
    padding: 5.625rem 0 0;
  }
}
.p-top-news:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url("../img/common/bg_noise.png") no-repeat center/cover;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.32;
}
.p-top-news .l-wrap {
  position: relative;
  padding-left: 3.75rem;
  padding-right: 5rem;
}
@media screen and (max-width: 1440px) {
  .p-top-news .l-wrap {
    padding: 0;
  }
}
.p-top-news .c-ttl__en {
  color: #fff;
}
.p-top-news .c-ttl__ja {
  color: #fff;
}
.p-top-news .c-btn {
  margin-top: 2.5rem;
  min-width: 300px;
}
@media screen and (max-width: 767px) {
  .p-top-news .c-btn {
    margin-top: 2.5rem;
    min-width: 187px;
  }
}
.p-top-news__container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  gap: 40px;
}
@media screen and (max-width: 992px) {
  .p-top-news__container {
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 10px;
  }
}
.p-top-news__text {
  -ms-flex: 1;
      flex: 1;
}
@media screen and (max-width: 992px) {
  .p-top-news__text .c-btn {
    display: none;
  }
}
.p-top-news__main {
  width: 67%;
  max-width: 61.0625rem;
  margin-top: 0.625rem;
}
@media screen and (max-width: 992px) {
  .p-top-news__main {
    width: 100%;
    max-width: 100%;
  }
  .p-top-news__main .c-btn {
    display: block;
  }
}
@media (hover: hover) {
  .p-top-news__main .p-news__list__link:hover {
    background-color: rgba(255, 255, 255, 0.1);
  }
}

/* ----- news list ----- */
.p-news__list {
  display: grid;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .p-news__list {
    gap: 1.25rem;
  }
}
.p-news__list__link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  transition: 0.3s ease;
  gap: 3.125rem;
  border: 2px solid #fff;
  padding: 1.625rem 3.125rem 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-news__list__link {
    padding: 0.875rem 1.25rem 0.875rem 0.75rem;
    gap: 1rem;
  }
}
@media (hover: hover) {
  .p-news__list__link:hover {
    opacity: 0.8;
  }
}
.p-news__list__link::after {
  content: "";
  display: block;
  width: 36px;
  height: 36px;
  -webkit-mask-image: url("../img/common/icon_arrow.svg");
          mask-image: url("../img/common/icon_arrow.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-news__list__link::after {
    width: 18px;
    height: 18px;
  }
}
.p-news__text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-right: 2px solid #fff;
  gap: 0.5rem 1.875rem;
  padding: 0.875rem 0;
  -ms-flex: 1;
      flex: 1;
  padding-right: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-news__text {
    width: 90%;
    padding: 0;
    padding-right: 0.625rem;
    gap: 0 0.625rem;
    border-width: 1px;
  }
}
.p-news__date {
  font-size: 2rem;
  letter-spacing: 0.025em;
  font-weight: 700;
  font-family: "Inter", sans-serif;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-news__date {
    font-size: 0.75rem;
  }
}
.p-news__category {
  color: #05952C;
  font-size: 1.1875rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-news__category {
    font-size: 0.6875rem;
  }
}
.p-news__ttl {
  width: 100%;
  font-size: 1.3125rem;
  font-weight: 700;
  color: #fff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-news__ttl {
    font-size: 0.8125rem;
  }
}

/* ---------------------------------------------
  下層ページ common
  --------------------------------------------- */
/* ------- c-page-head ------- */
.c-page-head {
  width: calc(100% - 7.5rem);
  margin: 0 auto;
  margin-top: 19.375rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-page-head {
    width: calc(100% - 1.875rem);
    margin-top: 17.5rem;
  }
}
.c-page-head__en {
  display: block;
  font-family: "Inter", sans-serif;
  font-size: 5.4375rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 1.125rem;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 992px) {
  .c-page-head__en {
    font-size: 4.5rem;
  }
}
@media screen and (max-width: 992px) and (max-width: 767px) {
  .c-page-head__en {
    font-size: 2.625rem;
  }
}
.c-page-head__wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.c-page-head__ttl {
  font-weight: 700;
  font-size: 1.875rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 1.125rem;
}
@media screen and (max-width: 992px) {
  .c-page-head__ttl {
    font-size: 1.625rem;
  }
}
@media screen and (max-width: 992px) and (max-width: 767px) {
  .c-page-head__ttl {
    font-size: 0.8125rem;
  }
}
.c-page-head__ttl::before {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  background-color: #05952C;
}
@media screen and (max-width: 767px) {
  .c-page-head__ttl::before {
    width: 6px;
    height: 6px;
  }
}
.c-page-head__scroll {
  font-family: "Inter", sans-serif;
  font-size: 1.625rem;
  font-weight: 700;
  color: #05952C;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 0.875rem;
  position: absolute;
  top: 24%;
  right: 0;
}
@media screen and (max-width: 767px) {
  .c-page-head__scroll {
    font-size: 0.75rem;
    gap: 0;
    position: relative;
    top: initial;
    right: 0;
  }
}
.c-page-head__scroll__arrow {
  border-left: 2px solid #FFFFFF;
  width: 37px;
  height: 37px;
  overflow: hidden;
  position: relative;
  display: grid;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  margin-left: auto;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .c-page-head__scroll__arrow {
    width: 18px;
    height: 18px;
  }
}
.c-page-head__scroll__arrow .item {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  grid-row: 1;
  grid-column: 1;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  transition: 1s cubic-bezier(0.19, 1, 0.22, 1);
}
.c-page-head__scroll__arrow .item:nth-child(2) {
  -ms-transform: translateY(-120%);
      transform: translateY(-120%);
}
@media (hover: hover) {
  .c-page-head__scroll:hover .c-page-head__scroll__arrow .item:nth-child(1) {
    -ms-transform: translateY(120%);
        transform: translateY(120%);
  }
  .c-page-head__scroll:hover .c-page-head__scroll__arrow .item:nth-child(2) {
    -ms-transform: translateY(0);
        transform: translateY(0);
  }
}

/* ---------------------------------------------
  about patge
  --------------------------------------------- */
/* -------------- intro -------------- */
.p-about-intro {
  margin-top: 6.875rem;
  position: relative;
  z-index: 2;
}
.p-about-intro__block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  gap: 3.75rem;
}
@media screen and (max-width: 992px) {
  .p-about-intro__block {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: start;
        align-items: flex-start;
    gap: 2.5rem;
  }
}
.p-about-intro__text {
  -ms-flex: 1;
      flex: 1;
  margin-top: 11.25rem;
}
@media screen and (max-width: 992px) {
  .p-about-intro__text {
    width: calc(100% + 0.9375rem);
    margin-top: 0;
  }
}
.p-about-intro__text .ttl {
  font-size: 1.9375rem;
  font-weight: 700;
  margin-bottom: 2.125rem;
}
@media screen and (max-width: 767px) {
  .p-about-intro__text .ttl {
    font-size: 0.9375rem;
  }
}
.p-about-intro__text p {
  font-size: 1.0625rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-about-intro__text p {
    font-size: 0.8125rem;
  }
}
.p-about-intro__text p:not(:last-of-type) {
  margin-bottom: 2.125rem;
}
@media screen and (max-width: 767px) {
  .p-about-intro__text p:not(:last-of-type) {
    margin-bottom: 1.875rem;
  }
}
.p-about-intro__text .bg {
  background-color: #05952C;
  display: inline-block;
  color: #fff;
  line-height: 1;
  padding: 2px;
}
.p-about-intro__img {
  width: 50vw;
  margin-right: calc(50% - 50vw);
  padding: 0 3.75rem;
}
@media screen and (max-width: 992px) {
  .p-about-intro__img {
    width: 100%;
    margin: 0;
    padding: 0;
  }
}
.p-about-intro__img {
  display: grid;
  gap: 1.25rem;
}
.p-about-intro__en {
  width: 100%;
  background: linear-gradient(0deg, rgb(3, 77, 23) 0%, rgb(8, 179, 54) 100%);
  position: relative;
  padding: 15rem 1.25rem 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-about-intro__en {
    padding: 6.25rem 1rem 1rem;
  }
}
.p-about-intro__en::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url("../img/common/bg_noise.webp") no-repeat center/cover;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.52;
}
.p-about-intro__en p {
  font-family: "Inter", sans-serif;
  font-size: 3.5rem;
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #fff;
  opacity: 0.3;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .p-about-intro__en p {
    font-size: 1.5rem;
  }
}

/* -------------- strength -------------- */
.p-about-strengths {
  background-color: #121212;
  padding-top: 19.375rem;
  padding-bottom: 17.5rem;
  position: relative;
  margin-top: -8.125rem;
  margin-bottom: 15rem;
}
@media screen and (max-width: 1440px) {
  .p-about-strengths {
    margin-top: -3.75rem;
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .p-about-strengths {
    padding-top: 7.5rem;
    padding-bottom: 12.5rem;
    margin-bottom: 10rem;
  }
}
.p-about-strengths:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url("../img/common/bg_noise.png") no-repeat center/cover;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.32;
}
@media screen and (max-width: 767px) {
  .p-about-strengths:before {
    background-repeat: repeat-y;
    background-size: 100% 50%;
  }
}
.p-about-strengths .l-wrap {
  position: relative;
}
.p-about-strengths .c-ttl {
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  margin-bottom: 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-about-strengths .c-ttl {
    margin-bottom: 3.125rem;
  }
}
.p-about-strengths .c-ttl__en {
  color: #fff;
}
.p-about-strengths .c-ttl__ja {
  color: #fff;
}
.p-about-strengths .c-ttl__ja::before {
  background-color: #fff;
}
.p-about-strengths__list {
  display: grid;
  width: 94%;
  margin: 0 auto;
}
@media screen and (max-width: 992px) {
  .p-about-strengths__list {
    gap: 1.875rem;
  }
}
.p-about-strengths__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 5rem;
}
@media screen and (max-width: 992px) {
  .p-about-strengths__item {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: start;
        align-items: flex-start;
    gap: 1.875rem;
  }
}
.p-about-strengths__item:nth-child(odd) .p-about-strengths__box {
  background: url("../img/common/box01.png") no-repeat center/100%;
}
.p-about-strengths__item:nth-child(odd) .p-about-strengths__box .en {
  color: #067123;
}
.p-about-strengths__item:nth-child(even) .p-about-strengths__box {
  background: url("../img/common/box02.png") no-repeat center/100%;
}
@media screen and (max-width: 992px) {
  .p-about-strengths__item:nth-child(even) .p-about-strengths__box {
    margin-left: auto;
  }
}
.p-about-strengths__item:nth-child(even) .p-about-strengths__box .en {
  color: #180722;
}
.p-about-strengths__item:first-child {
  margin-left: 5rem;
}
@media screen and (max-width: 992px) {
  .p-about-strengths__item:first-child {
    margin-left: 0;
  }
}
.p-about-strengths__item:first-child .p-about-strengths__box .icon {
  width: 7.75rem;
}
@media screen and (max-width: 767px) {
  .p-about-strengths__item:first-child .p-about-strengths__box .icon {
    width: 4.25rem;
  }
}
.p-about-strengths__item:nth-child(2) {
  margin-left: 20.875rem;
  margin-top: -5px;
}
@media screen and (max-width: 992px) {
  .p-about-strengths__item:nth-child(2) {
    margin-left: 0;
  }
}
.p-about-strengths__item:nth-child(2) .p-about-strengths__box .icon {
  width: 6.875rem;
}
@media screen and (max-width: 767px) {
  .p-about-strengths__item:nth-child(2) .p-about-strengths__box .icon {
    width: 3.75rem;
  }
}
.p-about-strengths__item:last-child {
  -ms-flex-align: end;
      align-items: flex-end;
  margin-top: -4px;
}
@media screen and (max-width: 992px) {
  .p-about-strengths__item:last-child {
    -ms-flex-align: start;
        align-items: flex-start;
  }
}
.p-about-strengths__item:last-child .p-about-strengths__box .icon {
  width: 6.75rem;
}
@media screen and (max-width: 767px) {
  .p-about-strengths__item:last-child .p-about-strengths__box .icon {
    width: 3.75rem;
  }
}
.p-about-strengths__box {
  width: 42.8%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  max-width: 21.625rem;
  aspect-ratio: 346/356;
  padding: 5.625rem 1rem 0;
}
@media screen and (max-width: 767px) {
  .p-about-strengths__box {
    width: 50%;
    max-width: 11.875rem;
    padding: 3.125rem 0.625rem 0;
  }
}
.p-about-strengths__box .num {
  display: block;
  font-family: "Inter", sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-about-strengths__box .num {
    font-size: 0.375rem;
    margin-bottom: 1.25rem;
  }
}
.p-about-strengths__box .icon {
  margin: 0 auto 8px;
  -ms-transform: translateX(-1.25rem);
      transform: translateX(-1.25rem);
}
@media screen and (max-width: 767px) {
  .p-about-strengths__box .icon {
    font-size: 0.75rem;
    padding-right: 1.25rem;
    -ms-transform: translate(0);
        transform: translate(0);
  }
}
.p-about-strengths__box .en {
  font-size: 1.875rem;
  font-weight: 700;
  text-align: center;
  padding-right: 1.25rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-about-strengths__box .en {
    font-size: 1.0625rem;
    padding-right: 1.25rem;
  }
}
.p-about-strengths__text {
  color: #fff;
  -ms-flex: 1;
      flex: 1;
}
.p-about-strengths__text .num {
  font-family: "Inter", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 0.75rem;
}
@media screen and (max-width: 767px) {
  .p-about-strengths__text .num {
    font-size: 0.625rem;
  }
}
.p-about-strengths__text .desc {
  font-size: 1.3125rem;
  line-height: 1.9;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-about-strengths__text .desc {
    font-size: 0.8125rem;
  }
}
.p-about-strengths__text a {
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  gap: 20px;
  font-size: 1.1875rem;
  border-bottom: 1px solid #fff;
  padding-bottom: 4px;
  transition: 0.3s ease;
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-about-strengths__text a {
    font-size: 0.8125rem;
  }
}
.p-about-strengths__text a::after {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  background: url("../img/common/icon_ex.svg") no-repeat center/100%;
}
@media screen and (max-width: 767px) {
  .p-about-strengths__text a::after {
    width: 19px;
    height: 19px;
  }
}
@media (hover: hover) {
  .p-about-strengths__text a:hover {
    opacity: 0.7;
  }
}
.p-about-strengths__ttl {
  font-size: 2.1875rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-about-strengths__ttl {
    font-size: 1.1875rem;
  }
}

/* -------------- overview -------------- */
.p-about-section__container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  gap: 5rem;
}
@media screen and (max-width: 992px) {
  .p-about-section__container {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.p-about-section__container .c-ttl {
  -ms-flex: 1;
      flex: 1;
}
.p-about-section__main {
  width: 74%;
  max-width: 1016px;
}
@media screen and (max-width: 992px) {
  .p-about-section__main {
    width: 100%;
  }
}

.p-about-overview {
  margin-bottom: 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-about-overview {
    margin-bottom: 7.5rem;
  }
}
.p-about-overview__block dl {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  border-bottom: 1px solid #DDDDDD;
  padding: 2rem 0;
}
@media screen and (max-width: 767px) {
  .p-about-overview__block dl {
    padding: 1rem 0;
  }
}
.p-about-overview__block dl:first-of-type {
  border-top: 1px solid #DDDDDD;
}
.p-about-overview__block dl:nth-of-type(even) {
  background-color: rgba(217, 217, 217, 0.2);
}
.p-about-overview__block dl dt {
  width: 30%;
  max-width: 14.375rem;
  font-weight: 600;
  font-size: 1.4375rem;
  color: #05952C;
  font-weight: 700;
  display: -ms-flexbox;
  display: flex;
  padding: 0 10px;
  padding: 0 2.625rem;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .p-about-overview__block dl dt {
    width: 34%;
    font-size: 0.875rem;
    padding: 0 1.25rem;
  }
}
.p-about-overview__block dl dd {
  -ms-flex: 1;
      flex: 1;
  font-size: 1.3125rem;
  font-weight: 500;
  padding-left: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-about-overview__block dl dd {
    font-size: 0.8125rem;
  }
}
.p-about-overview__block dl address:not(:last-of-type) {
  margin-bottom: 1.75rem;
}
.p-about-overview__block dl .list li {
  display: -ms-flexbox;
  display: flex;
}
.p-about-overview__block dl .list li:not(:last-of-type) {
  margin-bottom: 1.75rem;
}
.p-about-overview__block dl .list li::before {
  content: "・";
}

/* -------------- access -------------- */
.p-about-access {
  margin-bottom: 12.5rem;
}
@media screen and (max-width: 767px) {
  .p-about-access {
    margin-bottom: 7.5rem;
  }
}
.p-about-access__block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  gap: 1.625rem;
}
@media screen and (max-width: 767px) {
  .p-about-access__block {
    grid-row: auto;
    gap: 1rem;
    margin-bottom: 3.75rem;
  }
}
.p-about-access__item:nth-child(1) {
  width: 48%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 10px;
}
.p-about-access__item:nth-child(2) {
  width: 47%;
  margin-top: 30%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .p-about-access__item:nth-child(2) .l-footer__access__img {
    display: none;
  }
}
.p-about-access__item .list {
  margin-top: 1rem;
}
.p-about-access__item .list li {
  font-size: 1.3125rem;
  font-weight: 500;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .p-about-access__item .list li {
    display: -ms-flexbox;
    display: flex;
    font-size: 0.75rem;
  }
}
.p-about-access__item .list li::before {
  content: "・";
}
.p-about-access__img img {
  width: 100%;
}
.p-about-access__map iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 478/424;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-about-access__map iframe {
    aspect-ratio: 162/144;
  }
}
.p-about-access__link {
  color: #05952C;
  font-weight: 700;
  font-size: 1.625rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 8px;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  transition: 0.3s ease;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-about-access__link {
    font-size: 0.75rem;
    gap: 0;
  }
}
.p-about-access__link::after {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  -webkit-mask-image: url("../img/common/icon_arrow.svg");
          mask-image: url("../img/common/icon_arrow.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #05952C;
  -ms-transform: translateY(4px);
      transform: translateY(4px);
}
@media screen and (max-width: 767px) {
  .p-about-access__link::after {
    width: 21px;
    height: 21px;
    -ms-transform: none;
        transform: none;
  }
}
@media (hover: hover) {
  .p-about-access__link:hover {
    opacity: 0.7;
  }
}

/* ---------------------------------------------
  service
  --------------------------------------------- */
.p-service-container {
  margin-bottom: 12.5rem;
}
@media screen and (max-width: 767px) {
  .p-service-container {
    margin-bottom: 6.25rem;
  }
}
.p-service-container .l-main-contents {
  padding-left: 6.25rem;
  border-left: 1px solid #D9D9D9;
}
@media screen and (max-width: 992px) {
  .p-service-container .l-main-contents {
    padding-left: 0;
    border-left: none;
  }
}

@media screen and (max-width: 992px) {
  .p-service-side {
    border: 1px solid #05952C;
    padding: 1.25rem;
  }
}
.p-service-side__list {
  display: grid;
  gap: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-service-side__list {
    gap: 1.25rem;
  }
}
.p-service-side__list a {
  font-size: 1.3125rem;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-service-side__list a {
    font-size: 1rem;
  }
}
@media screen and (max-width: 992px) {
  .p-service-side__list > li:not(:last-child) {
    border-bottom: 1px dashed #05952C;
    padding-bottom: 0.5rem;
  }
}
.p-service-side__list > li > a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 1.25rem;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-service-side__list > li > a {
    font-size: 1rem;
  }
}
.p-service-side__list > li > a::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: #60168A;
}
@media screen and (max-width: 767px) {
  .p-service-side__list > li > a::before {
    width: 8px;
    height: 8px;
  }
}
.p-service-side__list .sub-list {
  margin-left: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-service-side__list .sub-list {
    margin-left: 1.875rem;
    display: grid;
    gap: 0.5rem;
    margin-top: 0.5rem;
  }
}
.p-service-side__list .sub-list li {
  line-height: 2;
}
.p-service-side__list .sub-list a {
  font-size: 1.0625rem;
}
@media screen and (max-width: 767px) {
  .p-service-side__list .sub-list a {
    font-size: 0.875rem;
  }
}
.p-service-side__list .sub-list a::before {
  content: "-";
}
.p-service-side__list li.is-active > a {
  color: #60168A;
}

/* -------------- intro -------------- */
.p-service-intro {
  margin-top: 6.875rem;
  position: relative;
  z-index: 2;
  margin-bottom: 14.375rem;
}
@media screen and (max-width: 992px) {
  .p-service-intro {
    margin-bottom: 5rem;
  }
}
.p-service-intro .l-wrap {
  width: calc(100% - 1.875rem);
  max-width: 1680px;
}
.p-service-intro__block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-service-intro__block {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: start;
        align-items: flex-start;
    gap: 2.5rem;
  }
}
.p-service-intro__text {
  -ms-flex: 1;
      flex: 1;
}
@media screen and (max-width: 767px) {
  .p-service-intro__text {
    width: calc(100% + 0.9375rem);
  }
}
.p-service-intro__text p {
  font-size: 1.3125rem;
  font-weight: 500;
  line-height: 1.9;
}
@media screen and (max-width: 767px) {
  .p-service-intro__text p {
    font-size: 0.8125rem;
  }
}
.p-service-intro__text p:not(:last-of-type) {
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-service-intro__text p:not(:last-of-type) {
    margin-bottom: 1.875rem;
  }
}
.p-service-intro__img {
  width: 50vw;
  margin-left: calc(50% - 50vw);
  padding: 0 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-service-intro__img {
    width: 100%;
    margin: 0;
    padding: 0;
  }
}

/* -------------- section -------------- */
.l-container-service {
  margin-bottom: 17.5rem;
}
@media screen and (max-width: 767px) {
  .l-container-service {
    margin-bottom: 7.5rem;
  }
}

.p-service-section:not(:last-of-type) {
  margin-bottom: 12.5rem;
}
@media screen and (max-width: 767px) {
  .p-service-section:not(:last-of-type) {
    margin-bottom: 6.25rem;
  }
}
.p-service-section__head {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: end;
      align-items: flex-end;
  margin-bottom: 3.5rem;
}
.p-service-section__head__img {
  width: 32%;
  max-width: 178px;
}
.p-service-section .c-ttl__en {
  font-size: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-service-section .c-ttl__en {
    font-size: 1.875rem;
  }
}
.p-service-section .c-ttl__en .u-tb {
  display: none;
}
@media screen and (max-width: 1440px) {
  .p-service-section .c-ttl__en .u-tb {
    display: block;
  }
}
.p-service-section .c-ttl__ja {
  color: #60168A;
  font-size: 1.6875rem;
}
@media screen and (max-width: 767px) {
  .p-service-section .c-ttl__ja {
    font-size: 0.875rem;
  }
}
.p-service-section .c-ttl__ja::before {
  background-color: #60168A;
}
.p-service-section .c-ttl__box {
  font-size: 1.5625rem;
  font-weight: 700;
  background-color: rgba(217, 217, 217, 0.3);
  padding: 1rem 1.25rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 2.5rem;
  margin-bottom: 2.125rem;
}
@media screen and (max-width: 767px) {
  .p-service-section .c-ttl__box {
    font-size: 1.0625rem;
    gap: 1.25rem;
  }
}
.p-service-section .c-ttl__box .num {
  font-family: "Inter", sans-serif;
  font-size: 2.75rem;
  color: #05952C;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-service-section .c-ttl__box .num {
    font-size: 1.875rem;
  }
}
.p-service-section .c-box {
  border: 1px solid #05952C;
  padding: 2.5rem 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-service-section .c-box {
    padding: 1.875rem 1rem;
  }
}
.p-service-section .c-box p {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .p-service-section .c-box p {
    font-size: 0.8125rem;
  }
}

/* ----- strengths ----- */
.p-service-strengths {
  display: grid;
  gap: 15px;
  margin-bottom: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-service-strengths {
    gap: 1.25rem;
  }
}
.p-service-strengths__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 2.375rem;
}
@media screen and (max-width: 767px) {
  .p-service-strengths__item {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: start;
        align-items: flex-start;
    gap: 0.625rem;
  }
}
.p-service-strengths__item dt {
  font-size: 1.25rem;
  font-weight: 700;
  color: #05952C;
  width: 24%;
  max-width: 212px;
  border: 1px solid #05952C;
  text-align: center;
  padding: 6px;
}
@media screen and (max-width: 767px) {
  .p-service-strengths__item dt {
    font-size: 1rem;
    width: 100%;
    max-width: 100%;
    padding: 6px;
  }
}
.p-service-strengths__item dd {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.7;
  -ms-flex: 1;
      flex: 1;
}
@media screen and (max-width: 767px) {
  .p-service-strengths__item dd {
    font-size: 0.9375rem;
  }
}

/* ----- produces ----- */
.p-service-produces__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5.5rem 2.5rem;
  margin-bottom: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-service-produces__list {
    grid-template-columns: 1fr;
    gap: 3.125rem;
    margin-bottom: 3.75rem;
  }
}
.p-service-produces__list.row {
  grid-template-columns: 1fr;
}
.p-service-produces__list.row .p-service-produces__item {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -ms-flex-align: center;
      align-items: center;
  gap: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-service-produces__list.row .p-service-produces__item {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.p-service-produces__img {
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-service-produces__img {
    margin-bottom: 1rem;
  }
}
.p-service-produces__ttl {
  color: #05952C;
  font-size: 1.3125rem;
  font-weight: 700;
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 8px;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .p-service-produces__ttl {
    font-size: 1.0625rem;
  }
}
.p-service-produces p {
  font-size: 1.0625rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-service-produces p {
    font-size: 0.8125rem;
  }
}

/* ----- wafer ----- */
.p-service-wafer__ttl {
  font-size: 1.875rem;
  font-weight: 700;
  background-color: #05952C;
  color: #fff;
  padding: 1rem 1.875rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 2rem;
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-service-wafer__ttl {
    font-size: 1.125rem;
    padding: 0.75rem 1.25rem;
  }
}
.p-service-wafer .lead {
  font-size: 1.25rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-service-wafer .lead {
    font-size: 0.8125rem;
  }
}
.p-service-wafer__box {
  background-color: rgba(217, 217, 217, 0.2);
  padding: 4rem 1.25rem;
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-service-wafer__box {
    padding: 1.875rem 1rem;
  }
}
.p-service-wafer__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.875rem;
  width: 80%;
  max-width: 710px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-service-wafer__list {
    width: 100%;
    gap: 1rem;
  }
}
.p-service-wafer__list li {
  font-size: 1.25rem;
  font-weight: 700;
  color: #05952C;
  border: 1px solid rgba(5, 149, 44, 0.4);
  text-align: center;
  padding: 4px;
}
@media screen and (max-width: 767px) {
  .p-service-wafer__list li {
    font-size: 0.9375rem;
  }
}

/* ---------------------------------------------
  news page 
  --------------------------------------------- */
.l-container.news {
  margin-top: 13.75rem;
  margin-bottom: 15rem;
}
@media screen and (max-width: 992px) {
  .l-container.news {
    margin: 7.5rem auto;
  }
}
@media screen and (max-width: 992px) and (max-width: 992px) {
  .l-container.news {
    margin-top: 5rem;
  }
}

/* ------------ side ------------*/
.p-news-side__item__ttl {
  font-family: "Inter", sans-serif;
  font-size: 1.1875rem;
  color: #05952C;
  font-weight: 700;
  margin-bottom: 10px;
}
.p-news-side__item:not(:last-child) {
  padding-bottom: 3.75rem;
  border-bottom: 1px solid #D9D9D9;
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-news-side__item:not(:last-child) {
    padding-bottom: 1.875rem;
    margin-bottom: 1.25rem;
  }
}
.p-news-side__list.category a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  font-size: 1.25rem;
  font-weight: 500;
  padding: 1.375rem;
}
@media screen and (max-width: 767px) {
  .p-news-side__list.category a {
    font-size: 0.875rem;
    padding: 1rem 1.25rem;
  }
}
.p-news-side__list.category a::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background-color: #05952C;
  opacity: 0;
  transition: 0.3s ease;
}
@media (hover: hover) {
  .p-news-side__list.category a:hover {
    background-color: #F4F4F4;
  }
  .p-news-side__list.category a:hover::after {
    opacity: 1;
  }
}
.p-news-side__list.category .is-active a {
  background-color: #F4F4F4;
}
.p-news-side__list.category .is-active a::after {
  opacity: 1;
}
.p-news-side__list.archive {
  padding: 0 1.5rem;
}
.p-news-side__list.archive li:not(:last-child) {
  margin-bottom: 10px;
}
.p-news-side__list.archive a {
  font-size: 1.0625rem;
  font-weight: 600;
  font-family: "Inter", sans-serif;
}

/* ------------ section ------------*/
.p-news-section {
  /* ----- news list ----- */
}
.p-news-section .p-news__list__link {
  border-color: #121212;
}
.p-news-section .p-news__list__link::after {
  background-color: #05952C;
}
.p-news-section .p-news__text {
  border-color: #121212;
}
.p-news-section .p-news__date {
  color: #121212;
}
.p-news-section .p-news__ttl {
  color: #121212;
}

/* ------------ pagenation ------------*/
ul.page-numbers {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end;
  margin-top: 7.375rem;
  gap: 0.5rem;
}
@media screen and (max-width: 992px) {
  ul.page-numbers {
    margin-top: 5rem;
    -ms-flex-pack: center;
        justify-content: center;
  }
}

.page-numbers li .page-numbers {
  font-family: "Inter", sans-serif;
  font-size: 1.625rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .page-numbers li .page-numbers {
    font-size: 1.25rem;
  }
}

.page-numbers li a.page-numbers:hover {
  opacity: 0.7;
}

.page-numbers li .current {
  color: #05952C;
}

.page-numbers.prev,
.page-numbers.next {
  display: none;
}

.page-numbers li .page-numbers.dots {
  background: none;
  width: auto;
  border: none;
}

/* ------------ article ------------*/
.p-news-article__head {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  gap: 10px 28px;
  margin-bottom: 2.125rem;
}
@media screen and (max-width: 767px) {
  .p-news-article__head {
    gap: 10px;
  }
}
.p-news-article__date {
  font-size: 2rem;
  font-weight: 700;
  font-family: "Inter", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-news-article__date {
    font-size: 0.75rem;
  }
}
.p-news-article__category {
  color: #05952C;
  font-size: 1.1875rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-news-article__category {
    font-size: 0.6875rem;
  }
}
.p-news-article__ttl {
  width: 100%;
  font-size: 2.125rem;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-news-article__ttl {
    font-size: 0.875rem;
  }
}
.p-news-article__body img {
  margin-bottom: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-news-article__body img {
    margin: 1.25rem 0;
  }
}
.p-news-article__body h2 {
  font-weight: 700;
  font-size: 1.875rem;
  line-height: 1.7;
  margin-top: 3.125rem;
  margin-bottom: 2.125rem;
  background-color: #05952C;
  color: #fff;
  padding: 0.75rem;
}
@media screen and (max-width: 767px) {
  .p-news-article__body h2 {
    font-size: 1.25rem;
    margin: 1.25rem 0;
  }
}
.p-news-article__body h3 {
  font-size: 1.875rem;
  line-height: 2;
  text-decoration: underline;
  text-underline-offset: 6px;
  color: #60168A;
  font-weight: 700;
  margin: 2.125rem 0;
}
@media screen and (max-width: 767px) {
  .p-news-article__body h3 {
    font-size: 1.125rem;
    line-height: 1.7;
    margin: 1.25rem 0;
  }
}
.p-news-article__body h4 {
  width: 100%;
  display: inline;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  background-color: #121212;
  color: #fff;
  font-size: 1.5625rem;
  font-weight: 700;
  line-height: 2;
  margin: 2.125rem 0;
}
@media screen and (max-width: 767px) {
  .p-news-article__body h4 {
    font-size: 0.8125rem;
    line-height: 1.7;
    margin: 1.25rem 0;
  }
}
.p-news-article__body h5 {
  font-size: 1.5625rem;
  color: #05952C;
  line-height: 1.9;
  font-weight: 700;
  margin: 2.125rem 0;
}
@media screen and (max-width: 767px) {
  .p-news-article__body h5 {
    font-size: 0.8125rem;
    line-height: 1.7;
    margin: 1.25rem 0;
  }
}
.p-news-article__body p {
  font-size: 1.3125rem;
  line-height: 2.2;
  font-weight: 500;
  margin: 2.125rem 0;
}
@media screen and (max-width: 767px) {
  .p-news-article__body p {
    font-size: 0.8125rem;
    line-height: 1.7;
    margin: 1.25rem 0;
  }
}
.p-news-article__pagination {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end;
  gap: 1.75rem;
  margin-top: 12.5rem;
}
@media screen and (max-width: 767px) {
  .p-news-article__pagination {
    margin-top: 6.25rem;
    gap: 1.25rem;
  }
}
.p-news-article__pagination li a {
  transition: 0.3s ease;
}
.p-news-article__pagination li.home a {
  font-size: 1.0625rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-news-article__pagination li.home a {
    font-size: 0.875rem;
  }
}
.p-news-article__pagination li.next a, .p-news-article__pagination li.prev a {
  border: 2px solid #05952C;
  width: 40px;
  height: 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-news-article__pagination li.next a, .p-news-article__pagination li.prev a {
    width: 32px;
    height: 32px;
  }
}
.p-news-article__pagination li.next a::after, .p-news-article__pagination li.prev a::after {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  -webkit-mask-image: url("../img/common/icon_arrow.svg");
          mask-image: url("../img/common/icon_arrow.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #05952C;
}
@media screen and (max-width: 767px) {
  .p-news-article__pagination li.next a::after, .p-news-article__pagination li.prev a::after {
    width: 18px;
    height: 18px;
  }
}
@media (hover: hover) {
  .p-news-article__pagination li.next a:hover, .p-news-article__pagination li.prev a:hover {
    background-color: #05952C;
  }
  .p-news-article__pagination li.next a:hover::after, .p-news-article__pagination li.prev a:hover::after {
    background-color: #fff;
  }
}
.p-news-article__pagination li.prev a::after {
  -ms-transform: scale(-1, 1);
      transform: scale(-1, 1);
}

/* ---------------------------------------------
  privacy
  --------------------------------------------- */
.p-privacy {
  padding: 10rem 0 8.75rem;
}
@media screen and (max-width: 767px) {
  .p-privacy {
    padding: 5rem 0 7.5rem;
  }
}
.p-privacy h2 {
  font-size: 1.4375rem;
  font-weight: 700;
  border-bottom: 1px solid #D9D9D9;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 1.75rem;
  padding: 0 1.5rem 0.5rem;
  margin-top: 4.375rem;
  margin-bottom: 0.75rem;
}
@media screen and (max-width: 767px) {
  .p-privacy h2 {
    font-size: 1.125rem;
    gap: 0.625rem;
    padding: 0 0.625rem 0.625rem;
    margin-bottom: 0.625rem;
    margin-top: 3.75rem;
  }
}
.p-privacy h2 .num {
  color: #05952C;
  font-family: "Inter", sans-serif;
  font-size: 2.375rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-privacy h2 .num {
    font-size: 1.625rem;
  }
}
.p-privacy p {
  font-size: 1.0625rem;
  line-height: 2;
  font-weight: 500;
  padding: 0 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-privacy p {
    font-size: 0.8125rem;
    line-height: 1.7;
    padding: 0 0.625rem;
  }
}
.p-privacy ul {
  padding: 0 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-privacy ul {
    margin-top: 5px;
    padding: 0 0.625rem;
  }
}
.p-privacy ul li {
  font-size: 1.0625rem;
  display: -ms-flexbox;
  display: flex;
  line-height: 2;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-privacy ul li {
    font-size: 0.8125rem;
    line-height: 1.7;
  }
}
.p-privacy ul li:before {
  content: "・";
}
.p-privacy__lead {
  margin-bottom: 6.875rem;
}
@media screen and (max-width: 767px) {
  .p-privacy__lead {
    margin-bottom: 4.375rem;
  }
}

/* ---------------------------------------------
  contact page
  --------------------------------------------- */
.l-main-contact + .l-footer {
  background-color: rgba(217, 217, 217, 0.2);
}

.p-contact-head {
  padding-bottom: 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-contact-head {
    padding-bottom: 5rem;
  }
}
.p-contact-head__lead {
  margin-top: 5.625rem;
  font-size: 1.3125rem;
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-contact-head__lead {
    font-size: 0.8125rem;
    line-height: 1.7;
  }
}

.p-contact-section {
  background-color: rgba(217, 217, 217, 0.2);
  padding: 12.5rem 0;
}
@media screen and (max-width: 767px) {
  .p-contact-section {
    padding: 6.25rem 0;
  }
}
.p-contact-section .c-ttl {
  gap: 0;
}
.p-contact-section .c-ttl__en {
  font-size: 5.4375rem;
}
@media screen and (max-width: 767px) {
  .p-contact-section .c-ttl__en {
    font-size: 2rem;
  }
}

.p-contact-form {
  margin-top: 5rem;
  /* checkbox */
}
@media screen and (max-width: 767px) {
  .p-contact-form {
    margin-top: 2.5rem;
  }
}
.p-contact-form__inner {
  background-color: #fff;
  padding: 11.25rem 3.75rem;
}
@media screen and (max-width: 992px) {
  .p-contact-form__inner {
    padding: 5rem 2.5rem;
  }
}
@media screen and (max-width: 992px) and (max-width: 767px) {
  .p-contact-form__inner {
    padding: 3.75rem 1.25rem;
  }
}
.p-contact-form dl,
.p-contact-form .form-item {
  max-width: 1240px;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  gap: 20px;
  margin: 0 auto;
}
@media screen and (max-width: 992px) {
  .p-contact-form dl,
  .p-contact-form .form-item {
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 1.875rem;
  }
}
@media screen and (max-width: 992px) and (max-width: 767px) {
  .p-contact-form dl,
  .p-contact-form .form-item {
    gap: 0.75rem;
  }
}
.p-contact-form dl:not(:last-of-type) dd,
.p-contact-form .form-item:not(:last-of-type) dd {
  padding-bottom: 4.375rem;
}
@media screen and (max-width: 767px) {
  .p-contact-form dl:not(:last-of-type) dd,
  .p-contact-form .form-item:not(:last-of-type) dd {
    padding-bottom: 2.5rem;
  }
}
.p-contact-form dl dt,
.p-contact-form .form-item dt {
  font-size: 1.3125rem;
  font-weight: 700;
  width: 32%;
  position: relative;
  padding-right: 3.125rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: start;
      align-items: flex-start;
}
@media screen and (max-width: 992px) {
  .p-contact-form dl dt,
  .p-contact-form .form-item dt {
    width: 100%;
  }
}
@media screen and (max-width: 992px) and (max-width: 767px) {
  .p-contact-form dl dt,
  .p-contact-form .form-item dt {
    font-size: 0.8125rem;
    padding-right: 0;
  }
}
.p-contact-form dl dd,
.p-contact-form .form-item dd {
  font-size: 1.3125rem;
  font-weight: 500;
  width: 68%;
  padding-left: 4.375rem;
  position: relative;
  border-left: 1px solid #D9D9D9;
}
@media screen and (max-width: 992px) {
  .p-contact-form dl dd,
  .p-contact-form .form-item dd {
    width: 100%;
    padding-left: 0;
    border: none;
  }
}
@media screen and (max-width: 992px) and (max-width: 767px) {
  .p-contact-form dl dd,
  .p-contact-form .form-item dd {
    font-size: 0.8125rem;
  }
}
.p-contact-form dl dd .ttl,
.p-contact-form .form-item dd .ttl {
  font-size: 1.25rem;
  min-width: 2.625rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-contact-form dl dd .ttl,
  .p-contact-form .form-item dd .ttl {
    min-width: 1.875rem;
    font-size: 0.75rem;
  }
}
.p-contact-form dl dd .unit,
.p-contact-form .form-item dd .unit {
  font-size: 0.9375rem;
}
.p-contact-form input[type=text],
.p-contact-form input[type=tel],
.p-contact-form input[type=email],
.p-contact-form input[type=file],
.p-contact-form select,
.p-contact-form textarea {
  width: 100%;
  padding: 12px 20px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  border: none;
  background-color: rgba(217, 217, 217, 0.3);
  line-height: 2.2;
}
@media screen and (max-width: 767px) {
  .p-contact-form input[type=text],
  .p-contact-form input[type=tel],
  .p-contact-form input[type=email],
  .p-contact-form input[type=file],
  .p-contact-form select,
  .p-contact-form textarea {
    padding: 0.5rem;
  }
}
.p-contact-form textarea {
  height: 260px;
  border: none;
  background-color: rgba(217, 217, 217, 0.3);
}
@media screen and (max-width: 767px) {
  .p-contact-form textarea {
    height: 200px;
  }
}
.p-contact-form input:focus,
.p-contact-form textarea:focus,
.p-contact-form select:focus {
  outline: none;
}
.p-contact-form input[type=checkbox] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  .p-contact-form input[type=checkbox] {
    font-size: 0.8125rem;
  }
}
.p-contact-form .checkbox-text {
  cursor: pointer;
  display: inline-block;
  padding: 5px 0 5px 70px;
  position: relative;
  font-size: 0.875rem;
}
@media screen and (max-width: 992px) {
  .p-contact-form .checkbox-text {
    padding-left: 60px;
  }
}
@media screen and (max-width: 992px) and (max-width: 767px) {
  .p-contact-form .checkbox-text {
    font-size: 0.8125rem;
    padding-left: 50px;
  }
}
.p-contact-form .checkbox-text a {
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  .p-contact-form .checkbox-text a {
    font-size: 0.8125rem;
  }
}
.p-contact-form input[type=checkbox]:checked + .checkbox-text::after {
  opacity: 1;
}
.p-contact-form input[type=checkbox]:checked + .wpcf7-list-item-label .checkbox-text::after {
  opacity: 1;
}
.p-contact-form .checkbox-text::before {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  position: absolute;
  top: 50%;
  left: 0;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  background-color: rgba(217, 217, 217, 0.3);
}
@media screen and (max-width: 767px) {
  .p-contact-form .checkbox-text::before {
    width: 26px;
    height: 26px;
  }
}
.p-contact-form .checkbox-text::after {
  content: "";
  display: block;
  width: 18px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: 8px;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  background: url("../img/common/icon_check.svg") no-repeat center/100%;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .p-contact-form .checkbox-text::after {
    width: 14px;
    height: 12px;
  }
}
.p-contact-form .checkbox-text a {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.p-contact-form .form-item-type dt {
  padding-top: 6px;
}
.p-contact-form .form-require {
  background-color: #05952C;
  color: #fff;
  font-size: 1.25rem;
  line-height: 1.3;
  padding: 2px 8px;
}
@media screen and (max-width: 767px) {
  .p-contact-form .form-require {
    font-size: 0.6875rem;
  }
}
.p-contact-form .form-row {
  display: -ms-flexbox;
  display: flex;
  gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-contact-form .form-row {
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 10px;
  }
}
.p-contact-form .form-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 1.25rem;
  -ms-flex-positive: 1;
      flex-grow: 1;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-contact-form .form-group {
    gap: 10px;
  }
}

/* ---- btn ----- */
.p-form-btn {
  position: relative;
  margin-top: 8.75rem;
}
@media screen and (max-width: 767px) {
  .p-form-btn {
    margin-top: 5rem;
  }
}
.p-form-btn .submit-btn {
  background-color: #05952C;
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 100%;
  max-width: 315px;
  height: 80px;
  margin: 35px auto 0;
  font-size: 1.5625rem;
  font-weight: 700;
  position: relative;
  overflow: hidden;
  border: 1px solid #fff;
  text-align: center;
  transition: 0.3s ease opacity;
}
@media screen and (max-width: 767px) {
  .p-form-btn .submit-btn {
    font-size: 1.125rem;
    height: 60px;
    width: 90%;
  }
}
@media (hover: hover) {
  .p-form-btn:hover input {
    opacity: 0.7;
  }
}

.p-contact-section.confirm .p-form-lead {
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .p-contact-section.confirm .p-form-lead {
    margin-bottom: 3.75rem;
  }
}
.p-contact-section.confirm .p-contact-form .form-row {
  -ms-flex-direction: row;
      flex-direction: row;
}
.p-contact-section.confirm .p-contact-form .form-group {
  -ms-flex-positive: 0;
      flex-grow: 0;
}

.p-contact-form__block.confirm {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 3.125rem;
  margin-top: 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-contact-form__block.confirm {
    margin-top: 3.75rem;
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    gap: 1.25rem;
  }
}
.p-contact-form__block.confirm .p-form-btn {
  margin-top: 0;
  width: 100%;
  max-width: 315px;
}
@media screen and (max-width: 767px) {
  .p-contact-form__block.confirm .p-form-btn {
    margin: 0 auto;
  }
}
.p-contact-form__block.confirm .p-form-btn .submit-btn {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .p-contact-form__block.confirm .p-form-btn .submit-btn {
    margin: 0 auto;
  }
}
.p-contact-form__block .p-contact__back {
  width: 100%;
  max-width: 315px;
}
@media screen and (max-width: 767px) {
  .p-contact-form__block .p-contact__back {
    margin: 0 auto;
  }
}
.p-contact-form__block .p-contact__back input {
  background-color: #9e9e9e;
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 100%;
  max-width: 315px;
  height: 80px;
  font-size: 1.5625rem;
  font-weight: 700;
  position: relative;
  overflow: hidden;
  border: 1px solid #fff;
  text-align: center;
  transition: 0.3s ease opacity;
}
@media screen and (max-width: 767px) {
  .p-contact-form__block .p-contact__back input {
    font-size: 1.125rem;
    height: 60px;
    width: 90%;
    margin: 0 auto;
  }
}
@media (hover: hover) {
  .p-contact-form__block .p-contact__back input:hover input {
    opacity: 0.7;
  }
}

.p-form-thanks {
  padding-top: 12.5rem;
  margin-bottom: 12.5rem;
}
@media screen and (max-width: 767px) {
  .p-form-thanks {
    padding-top: 6.25rem;
    margin-bottom: 7.5rem;
  }
}
.p-form-thanks__text {
  text-align: center;
  font-size: 1.3125rem;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-form-thanks__text {
    margin-top: 3.75rem;
    font-size: 0.8125rem;
  }
}
.p-form-thanks .c-btn {
  margin: 5rem auto 0;
}

.p-error-sec {
  padding-top: 12.5rem;
  padding-bottom: 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-error-sec {
    padding-top: 6.25rem;
    padding-bottom: 5rem;
  }
}
.p-error-sec .error-num {
  font-family: "Inter", sans-serif;
  font-size: 5rem;
  letter-spacing: 0.02em;
  color: #05952C;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-error-sec .error-num {
    font-size: 3.75rem;
  }
}
.p-error-sec .ttl-en {
  font-family: "Inter", sans-serif;
  font-size: 2.125rem;
  letter-spacing: 0.02em;
  font-weight: 700;
  color: #05952C;
  text-align: center;
  margin-bottom: 1.5rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-error-sec .ttl-en {
    font-size: 1.875rem;
  }
}
.p-error-sec .ttl-ja {
  font-size: 1.3125rem;
  letter-spacing: 0.02em;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-error-sec .ttl-ja {
    font-size: 1rem;
  }
}
.p-error-sec .c-btn {
  margin-top: 5rem;
  margin: 5rem auto 0;
}

/* ---------------------------------------------
    sitemap
  --------------------------------------------- */
.p-sitemap__block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-top: 5rem;
  margin-bottom: 7.5rem;
}
@media screen and (max-width: 992px) {
  .p-sitemap__block {
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 2.5rem;
  }
}
.p-sitemap__img {
  width: 50vw;
  margin-right: calc(50% - 50vw);
  padding: 0 3.75rem;
}
@media screen and (max-width: 992px) {
  .p-sitemap__img {
    width: 100%;
    margin-right: 0;
    padding: 0;
  }
}
.p-sitemap__links {
  width: 50%;
  max-width: 41.875rem;
  margin-top: 10rem;
}
@media screen and (max-width: 992px) {
  .p-sitemap__links {
    width: 100%;
    margin-top: 0;
  }
}
.p-sitemap__links__list {
  display: grid;
  grid-template-columns: 48% 52%;
  gap: 2.5rem 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-sitemap__links__list {
    gap: 1.25rem 0;
  }
}
.p-sitemap__links__list a {
  font-size: 1.3125rem;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-sitemap__links__list a {
    font-size: 0.8125rem;
  }
}
.p-sitemap__links__list > li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-sitemap__links__list > li {
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 0.3125rem;
  }
}
.p-sitemap__links__list > li > a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 1.5rem;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .p-sitemap__links__list > li > a {
    font-size: 0.875rem;
  }
}
.p-sitemap__links__list > li > a::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: #60168A;
}
@media screen and (max-width: 767px) {
  .p-sitemap__links__list > li > a::before {
    width: 8px;
    height: 8px;
  }
}
@media screen and (max-width: 767px) {
  .p-sitemap__links__list .sub-list {
    margin-left: 1rem;
  }
}
.p-sitemap__links__list .sub-list li {
  line-height: 2;
}
.p-sitemap__links__list .sub-list a {
  font-size: 1.0625rem;
}
@media screen and (max-width: 767px) {
  .p-sitemap__links__list .sub-list a {
    font-size: 0.75rem;
  }
}
.p-sitemap__links__list .sub-list a::before {
  content: "-";
}

/* ---------------------------------------------
  recruit patge
  --------------------------------------------- */
/* -------------- intro -------------- */
.p-recruit-intro {
  margin-top: 12.5rem;
  position: relative;
  z-index: 2;
  margin-bottom: 9.375rem;
}
@media screen and (max-width: 992px) {
  .p-recruit-intro {
    margin: 7.5rem 0;
  }
}
.p-recruit-intro__block {
  display: -ms-flexbox;
  display: flex;
  gap: 3.75rem;
}
@media screen and (max-width: 992px) {
  .p-recruit-intro__block {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: start;
        align-items: flex-start;
    gap: 2.5rem;
  }
}
.p-recruit-intro__head {
  width: 38%;
}
@media screen and (max-width: 992px) {
  .p-recruit-intro__head {
    width: 100%;
  }
}
.p-recruit-intro__ttl {
  font-size: 1.9375rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-intro__ttl {
    font-size: 1.5rem;
  }
}
.p-recruit-intro__en {
  font-family: "Inter", sans-serif;
  color: #05952C;
  font-size: 1rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-recruit-intro__en {
    font-size: 0.8125rem;
  }
}
.p-recruit-intro__text {
  -ms-flex: 1;
      flex: 1;
}
@media screen and (max-width: 767px) {
  .p-recruit-intro__text {
    width: calc(100% + 0.9375rem);
  }
}
.p-recruit-intro__text p {
  font-size: 1.0625rem;
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-recruit-intro__text p {
    font-size: 0.8125rem;
  }
}
.p-recruit-intro__text p:not(:last-of-type) {
  margin-bottom: 2.125rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-intro__text p:not(:last-of-type) {
    margin-bottom: 1.5rem;
  }
}
.p-recruit-intro__text .color {
  color: #05952C;
}

/* -------------- ideal -------------- */
.p-recruit-ideal {
  margin-bottom: 17.5rem;
}
@media screen and (max-width: 992px) {
  .p-recruit-ideal {
    margin-bottom: 10rem;
  }
}
.p-recruit-ideal .l-wrap {
  background: linear-gradient(0deg, rgb(3, 77, 23) 0%, rgb(8, 179, 54) 100%);
  padding: 5rem 4rem 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-ideal .l-wrap {
    padding: 1.875rem 1rem;
  }
}
.p-recruit-ideal__head {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  border-bottom: 1px solid #D9D9D9;
  gap: 1.875rem;
  padding-bottom: 0.9375rem;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-ideal__head {
    gap: 1.25rem;
  }
}
.p-recruit-ideal__head__img {
  width: 30%;
  max-width: 120px;
}
@media screen and (max-width: 767px) {
  .p-recruit-ideal__head__img {
    width: 18%;
  }
}
.p-recruit-ideal__head .c-ttl {
  gap: 0.25rem;
}
.p-recruit-ideal__head .c-ttl__en {
  color: #fff;
  font-size: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-ideal__head .c-ttl__en {
    font-size: 1.875rem;
  }
}
.p-recruit-ideal__head .c-ttl__ja {
  color: #fff;
  font-size: 1.6875rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-ideal__head .c-ttl__ja {
    font-size: 0.875rem;
  }
}
.p-recruit-ideal__head .c-ttl__ja::before {
  background-color: #fff;
}
.p-recruit-ideal__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.875rem;
}
@media screen and (max-width: 992px) {
  .p-recruit-ideal__list {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
}
.p-recruit-ideal__list__item {
  background-color: #fff;
  padding: 1rem 1.25rem 3.125rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-ideal__list__item {
    padding: 1rem 1rem 1.875rem 1rem;
  }
}
.p-recruit-ideal__list__item .num {
  display: block;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  color: #05952C;
  text-align: right;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-ideal__list__item .num {
    font-size: 0.75rem;
    margin-bottom: 1rem;
  }
}
.p-recruit-ideal__list__item .ttl {
  font-size: 1.75rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-ideal__list__item .ttl {
    font-size: 1.25rem;
  }
}
.p-recruit-ideal__list__item .desc {
  font-size: 1.0625rem;
  line-height: 2;
  padding-right: 1rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-ideal__list__item .desc {
    font-size: 0.8125rem;
    padding-right: 0;
  }
}
.p-recruit-ideal__list__item .desc .color {
  color: #05952C;
}

/* -------------- Job -------------- */
.p-recruit-container {
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 12.5rem;
  margin-bottom: 8.75rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-container {
    padding-bottom: 6.25rem;
    margin-bottom: 5rem;
  }
}
.p-recruit-container .l-main-contents {
  max-width: 1016px;
}
@media screen and (max-width: 767px) {
  .p-recruit-container .l-main-contents {
    padding-left: 0;
    border-left: none;
  }
}
.p-recruit-container .p-recruit-side {
  width: 38%;
  max-width: 460px;
  position: static;
}
@media screen and (max-width: 992px) {
  .p-recruit-container .p-recruit-side {
    width: 100%;
    max-width: 100%;
  }
}
.p-recruit-container .p-recruit-side__list {
  display: grid;
  gap: 1.5rem;
  width: 100%;
  max-width: 340px;
  margin-top: 4.625rem;
}
@media screen and (max-width: 992px) {
  .p-recruit-container .p-recruit-side__list {
    max-width: 100%;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 992px) and (max-width: 767px) {
  .p-recruit-container .p-recruit-side__list {
    grid-template-columns: 1fr;
    margin-top: 2.125rem;
    gap: 10px;
  }
}
.p-recruit-container .p-recruit-side__list li {
  cursor: pointer;
  font-size: 1.3125rem;
  font-weight: 700;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 1.5rem;
  background-color: #F4F4F4;
  transition: 0.3s ease;
}
@media screen and (max-width: 992px) {
  .p-recruit-container .p-recruit-side__list li {
    font-size: 0.9375rem;
  }
}
.p-recruit-container .p-recruit-side__list li.is-active {
  background-color: #05952C;
  color: #fff;
}
@media (hover: hover) {
  .p-recruit-container .p-recruit-side__list li:hover {
    background-color: #05952C;
    color: #fff;
  }
}

.p-job-desc__ttl {
  border-top: 1px solid #D9D9D9;
  border-bottom: 1px solid #D9D9D9;
  font-size: 1.5625rem;
  color: #05952C;
  font-weight: 700;
  text-align: center;
  padding: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-job-desc__ttl {
    font-size: 1rem;
    padding: 1.25rem;
  }
}
.p-job-desc__block dl {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  border-bottom: 1px solid #DDDDDD;
  padding: 2.125rem 0;
}
@media screen and (max-width: 767px) {
  .p-job-desc__block dl {
    padding: 1rem 0;
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 1rem;
  }
}
.p-job-desc__block dl:nth-of-type(even) {
  background-color: rgba(217, 217, 217, 0.2);
}
.p-job-desc__block dl dt {
  width: 30%;
  max-width: 16.4375rem;
  font-weight: 600;
  font-size: 1.4375rem;
  color: #05952C;
  font-weight: 700;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  padding: 0 10px;
  padding: 0 1.25rem 0 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-job-desc__block dl dt {
    width: 34%;
    font-size: 0.875rem;
    padding: 0 1.25rem;
  }
}
.p-job-desc__block dl dd {
  -ms-flex: 1;
      flex: 1;
  font-size: 1.3125rem;
  line-height: 2;
  font-weight: 500;
  padding: 0 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-job-desc__block dl dd {
    font-size: 0.8125rem;
    padding: 0 1.25rem;
  }
}
.p-job-desc__block dl p {
  font-size: 1.3125rem;
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-job-desc__block dl p {
    font-size: 0.8125rem;
  }
}
.p-job-desc__block dl p + ul + p {
  margin-top: 1rem;
}
.p-job-desc__block dl ul li {
  display: -ms-flexbox;
  display: flex;
}
.p-job-desc__block dl ul li::before {
  content: "・";
}
.p-job-desc__block .not {
  margin-top: 1.75rem;
  font-size: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-job-desc__block .not {
    margin-top: 1.25rem;
    font-size: 0.9375rem;
  }
}

.tab-block {
  display: none;
  opacity: 0;
}
.tab-block.is-active {
  display: block;
  animation: fade ease 0.5s forwards;
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.p-recruit-entry {
  margin-bottom: 12.5rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-entry {
    margin-bottom: 7.5rem;
  }
}
.p-recruit-entry__lead {
  text-align: center;
  font-size: 1.4375rem;
  font-weight: 500;
  line-height: 1.9;
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-entry__lead {
    font-size: 0.9375rem;
  }
}
.p-recruit-entry__btn {
  width: 100%;
  max-width: 30.75rem;
  margin: 0 auto;
}
.p-recruit-entry__btn .c-btn__link {
  width: 100%;
  margin: 0 auto;
  padding: 1.5rem 1.875rem;
}
@media (hover: hover) {
  .p-recruit-entry__btn .c-btn__link:hover .c-btn__arrow .item:nth-child(1) {
    -ms-transform: translate(120%, -60%);
        transform: translate(120%, -60%);
  }
  .p-recruit-entry__btn .c-btn__link:hover .c-btn__arrow .item:nth-child(2) {
    -ms-transform: translateX(0);
        transform: translateX(0);
  }
}
.p-recruit-entry__btn .item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.p-recruit-entry__btn .en {
  font-family: "Inter", sans-serif;
  font-size: 3.0625rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 4px;
}
@media screen and (max-width: 767px) {
  .p-recruit-entry__btn .en {
    font-size: 1.875rem;
  }
}
.p-recruit-entry__btn .ja {
  font-size: 1.3125rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-entry__btn .ja {
    font-size: 0.875rem;
  }
}
.p-recruit-entry__btn .c-btn__arrow {
  width: 5rem;
  height: 4.5rem;
  margin-left: 1.875rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-recruit-entry__btn .c-btn__arrow {
    width: 3.75rem;
    height: 3.25rem;
  }
}
.p-recruit-entry__btn .c-btn__arrow img {
  width: 52px;
}
@media screen and (max-width: 767px) {
  .p-recruit-entry__btn .c-btn__arrow img {
    width: 36px;
  }
}
.p-recruit-entry__btn .c-btn__arrow .item {
  -ms-flex-align: end;
      align-items: flex-end;
}
.p-recruit-entry__btn .c-btn__arrow .item:nth-child(2) {
  -ms-transform: translate(-120%, 60%);
      transform: translate(-120%, 60%);
}