@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ul {
  list-style-type: none;
}

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

ul,
ol,
div {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
}

.anchor-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.anchor-nav__link {
  cursor: pointer;
  font-size: 1.6rem;
  font-weight: 700;
  border: 1px solid #333;
  width: 260px;
  height: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  margin: 0 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .anchor-nav__link {
    font-size: 1.4rem;
    width: 32%;
    margin: 0 3px;
  }
}
.anchor-nav__link.w-340 {
  width: 340px;
}
@media screen and (max-width: 767px) {
  .anchor-nav__link.w-340 {
    font-size: 1.4rem;
    width: 32%;
    margin: 0 3px;
  }
}
.anchor-nav__link:first-of-type {
  margin-left: 0;
}
.anchor-nav__link:last-of-type {
  margin-right: 0;
}
.anchor-nav__link:hover {
  background: #278400;
  border-color: #278400;
  color: #fff;
}
.anchor-nav__link.active {
  background: #278400;
  color: #fff;
}
.anchor-nav--icons {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .anchor-nav--icons {
    gap: 5px;
  }
}
.anchor-nav--icons .anchor-nav__link {
  margin: 0;
  font-weight: 800;
  border: 1px solid #278400;
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  .anchor-nav--icons .anchor-nav__link {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .anchor-nav--icons .anchor-nav__link {
    width: 48%;
    font-size: 1.2rem;
  }
}
.anchor-nav--icons .anchor-nav__link img {
  width: 40px;
  max-height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 10px;
}
@media screen and (max-width: 1200px) {
  .anchor-nav--icons .anchor-nav__link img {
    width: 30px;
    margin-right: 5px;
  }
}
.anchor-nav--icons .anchor-nav__link span.en {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}
.anchor-nav--icons .anchor-nav__link:hover {
  background: #278400;
}

.breadcrumbs {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1100px;
  margin: 40px auto 70px;
  background-color: rgba(255, 255, 255, 0.6);
}
@media screen and (max-width: 767px) {
  .breadcrumbs {
    max-width: 100%;
    padding: 0 15px;
    margin: 30px auto 50px;
  }
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  .breadcrumbs {
    max-width: 100%;
    padding: 0 15px;
    margin: 30px auto 50px;
  }
}
.breadcrumbs__link {
  margin-right: 10px;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .breadcrumbs__link {
    font-size: 1.1rem;
  }
}
.breadcrumbs__link:hover {
  text-decoration: underline;
}
.breadcrumbs__mark {
  margin-right: 10px;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .breadcrumbs__mark {
    font-size: 1.2rem;
  }
}
.breadcrumbs__text {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .breadcrumbs__text {
    font-size: 1.1rem;
  }
}

.container {
  width: 1100px;
  max-width: calc(100% - 45px);
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .container {
    max-width: 100%;
    padding: 0 15px;
  }
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  .container {
    max-width: 100%;
    padding: 0 3%;
  }
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  .container.p-0 {
    max-width: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .container.p-0 {
    max-width: 100%;
    padding: 0;
  }
}

.section {
  padding: 80px 0 150px;
}
@media screen and (max-width: 767px) {
  .section {
    padding: 50px 0 70px;
  }
}

.section-title__wrap {
  text-align: center;
}
.section-title__en {
  color: #E2E2E2;
  font-size: 10rem;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  line-height: 1;
  display: block;
  opacity: 0.3;
}
@media screen and (max-width: 980px) {
  .section-title__en {
    font-size: 9rem;
  }
}
@media screen and (max-width: 767px) {
  .section-title__en {
    font-size: 4rem;
  }
}
.section-title__jp {
  color: #278400;
  font-size: 3rem;
  font-weight: 700;
  margin-top: -50px;
  display: block;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .section-title__jp {
    font-size: 2rem;
    margin-top: -35px;
  }
}

.section-subtitle {
  margin-top: 60px;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .section-subtitle {
    font-size: 1.8rem;
    margin-top: 30px;
  }
}

.section-subtext {
  margin-top: 40px;
  font-size: 1.6rem;
  text-align: center;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .section-subtext {
    font-size: 1.4rem;
    margin-top: 20px;
  }
}

.button-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.button {
  cursor: pointer;
  border: 0;
  width: 295px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 60px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  position: relative;
  background: #000;
  border-radius: 2px;
  margin-top: 80px;
  font-family: "Noto Sans JP", sans-serif;
  border: 1px solid #000;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  .button {
    margin-top: 40px;
    width: 100%;
    max-width: 270px;
    height: 50px;
    font-size: 14px;
  }
}
.button.w-325 {
  width: 325px;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .button.w-325 {
    margin-top: 20px;
    width: 100%;
  }
}
.button.w-490 {
  width: 490px;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .button.w-490 {
    margin-top: 20px;
    width: 100%;
  }
}
.button.mt-40 {
  margin-top: 40px;
}
.button.mt-10 {
  margin-top: 10px;
}
.button::after {
  content: "";
  background: url("./img/icons/button-arrow.svg") no-repeat;
  background-size: 100%;
  width: 19px;
  height: 4px;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .button::after {
    right: 29.75px;
  }
}
.button:hover::after {
  right: 5px;
}
.button--no-arrow::after {
  display: none;
}
.button--no-arrow:hover {
  background-color: #fff;
  color: #000;
}
.button--green {
  background-color: #278400;
}

.section-item-title {
  font-size: 2.4rem;
  padding-left: 20px;
  margin: 60px 0 30px;
  font-weight: 700;
  border-left: 8px solid #278400;
}
@media screen and (max-width: 767px) {
  .section-item-title {
    font-size: 18px;
    padding-left: 10px;
    margin: 30px 0 15px;
    border-width: 6px;
  }
}
.section-item-title--nomt {
  margin-top: 0;
}

.banner {
  background: url("./img/banners/header-bg.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  height: 228px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  .banner {
    background-position: 40% center;
  }
}
@media screen and (max-width: 767px) {
  .banner {
    height: 170px;
    background: url("./img/banners/header-bg-sp.jpg") no-repeat;
    background-size: cover;
    background-position: 40% center;
  }
}
.banner--image {
  height: 33vw;
  padding: 60px 0 30px;
  background: -webkit-gradient(linear, left top, right top, color-stop(92%, rgb(244, 248, 249)), color-stop(92%, rgba(244, 248, 249, 0)));
  background: linear-gradient(90deg, rgb(244, 248, 249) 92%, rgba(244, 248, 249, 0) 92%);
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  .banner--image {
    height: 40vw;
  }
}
@media screen and (max-width: 767px) {
  .banner--image {
    height: 421px;
    padding: 79px 0 0;
    background: -webkit-gradient(linear, left top, right top, color-stop(70.4%, rgb(244, 248, 249)), color-stop(70.4%, rgba(244, 248, 249, 0)));
    background: linear-gradient(90deg, rgb(244, 248, 249) 70.4%, rgba(244, 248, 249, 0) 70.4%);
  }
}
.banner--image .breadcrumbs {
  margin: 25px 0 0;
  background: transparent;
}
.banner__content {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  .banner__content {
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 767px) {
  .banner__content {
    max-width: 100%;
    height: auto;
  }
}
.banner__title {
  font-size: 3.6rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .banner__title {
    font-size: 3rem;
  }
}
.banner__subtitle {
  display: block;
  font-size: 2rem;
  font-weight: 600;
  color: #878787;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.1em;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .banner__subtitle {
    font-size: 1.8rem;
  }
}
.banner__image {
  -webkit-box-shadow: -10px 10px 20px 0 rgba(0, 0, 0, 0.2);
          box-shadow: -10px 10px 20px 0 rgba(0, 0, 0, 0.2);
  width: 71%;
  height: 22vw;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  .banner__image {
    width: 80%;
    height: 25vw;
  }
}
@media screen and (max-width: 767px) {
  .banner__image {
    width: 80%;
    height: 25vw;
  }
}
.banner__image img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .banner__image--sp {
    -webkit-box-shadow: none;
            box-shadow: none;
    width: 100%;
    height: 181px;
    position: absolute;
    margin: 40px 0 0;
  }
}
.banner__title-wrap {
  text-align: center;
}
.banner__title-wrap--border {
  border-left: 4px solid #000;
  text-align: left;
  position: relative;
  z-index: 1;
  padding-left: 50px;
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  .banner__title-wrap--border {
    padding-left: 40px;
  }
}
@media screen and (max-width: 767px) {
  .banner__title-wrap--border {
    padding-left: 20px;
  }
}
.banner__title-wrap--border .banner__title {
  font-size: 5.4rem;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .banner__title-wrap--border .banner__title {
    font-size: 3.2rem;
    line-height: 1;
  }
}
.banner__title-wrap--border .banner__subtitle {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .banner__title-wrap--border .banner__subtitle {
    font-size: 1.3rem;
  }
}

.page-nav,
.wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .page-nav,
  .wp-pagenavi {
    margin-top: 30px;
  }
}
.page-nav .previouspostslink,
.page-nav .nextpostslink,
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 100%;
  color: #333;
  background: #E2E2E2;
  margin: 0 10px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .page-nav .previouspostslink,
  .page-nav .nextpostslink,
  .wp-pagenavi .previouspostslink,
  .wp-pagenavi .nextpostslink {
    margin: 0 5px;
  }
}
.page-nav .previouspostslink::before,
.page-nav .nextpostslink::before,
.wp-pagenavi .previouspostslink::before,
.wp-pagenavi .nextpostslink::before {
  content: "";
  background: url("./img/icons/nav-arrow.svg") no-repeat;
  background-size: 100%;
  width: 7px;
  height: 9.5px;
  margin-left: 1px;
}
.page-nav .previouspostslink::before,
.wp-pagenavi .previouspostslink::before {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
  margin-left: -2px;
}
.page-nav .current,
.page-nav .page,
.wp-pagenavi .current,
.wp-pagenavi .page {
  font-size: 1.4rem;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 100%;
  color: #333;
  background: #E2E2E2;
  margin: 0 10px;
}
@media screen and (max-width: 767px) {
  .page-nav .current,
  .page-nav .page,
  .wp-pagenavi .current,
  .wp-pagenavi .page {
    margin: 0 5px;
  }
}
.page-nav .current,
.wp-pagenavi .current {
  background: #333;
  color: #fff;
}

.content__image {
  width: 50%;
  height: 340px;
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  .content__image {
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .content__image {
    width: 100%;
    height: auto;
  }
}
.content__image img {
  width: 100%;
}
.content__info {
  width: 44%;
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  .content__info {
    width: 46%;
  }
}
@media screen and (max-width: 767px) {
  .content__info {
    width: 100%;
    margin-top: 25px;
  }
}
.content__title-wrap--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.content__title {
  font-size: 2.8rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .content__title {
    font-size: 2rem;
  }
}
.content__number-text {
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  color: #65B11A;
  letter-spacing: 0.1em;
}
.content__number-text--green {
  color: #278400;
  margin-bottom: 10px;
  display: block;
  text-align: left;
  font-size: 2rem;
}
.content__number {
  display: block;
  text-align: center;
  font-size: 7rem;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #65B11A;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .content__number {
    font-size: 5rem;
  }
}
.content__text {
  margin-top: 30px;
  font-size: 1.6rem;
  line-height: 32px;
}
@media screen and (max-width: 767px) {
  .content__text {
    margin-top: 20px;
    line-height: 1.7;
    font-size: 1.4rem;
  }
}
.content__wrap {
  width: 100%;
}
.content__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .content__flex {
    margin-top: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.content__flex:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .content__flex:nth-of-type(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.content__flex--h540 {
  height: 540px;
}
@media screen and (max-width: 767px) {
  .content__flex--h540 {
    height: auto;
  }
}

html {
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
  font-size: 10px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
html:has(.page-recruit) {
  color: #232539;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
}

main {
  padding-top: 139.5px;
}
@media screen and (max-width: 767px) {
  main {
    padding-top: 55px;
  }
}

li,
ol {
  list-style-type: none;
}

picture {
  font-size: 0;
}
picture img {
  width: 100%;
}

.button-circled {
  position: relative;
  width: 172px;
  height: 48px;
  padding: 0 31px;
  border-radius: 180px;
  border: 1px solid #333;
  font-size: 1.5rem;
  font-weight: 700;
  margin-top: 68px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  .button-circled {
    width: 270px;
    height: 50px;
    margin: 40px auto 0;
    font-size: 14px;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.button-circled svg {
  position: absolute;
  right: 30px;
  width: 19.03px;
  height: 4px;
}
@media screen and (max-width: 767px) {
  .button-circled svg {
    right: 29.75px;
  }
}
.button-circled:hover {
  background-color: #333;
  color: #fff;
}
.button-circled:hover svg path {
  fill: #fff;
}
.button-circled--white {
  border-color: #fff;
  margin-top: 0;
  height: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
}
.button-circled--white svg {
  right: 12px;
}
.button-circled--white:hover {
  background-color: #fff;
  color: #333;
}
.button-circled--white:hover svg path {
  fill: #333;
}

.ir-information {
  position: relative;
  width: 1100px;
  max-width: calc(100% - 45px);
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .ir-information {
    max-width: 100%;
    padding: 0 15px;
  }
}
.ir-information__wrap {
  padding: 115px 0 130px;
}
@media screen and (max-width: 767px) {
  .ir-information__wrap {
    padding: 160px 0 60px;
  }
}
.ir-information__cont:nth-child(2) {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .ir-information__cont:nth-child(2) {
    margin-bottom: 55px;
  }
}
.ir-information__cont:nth-child(3) {
  margin-bottom: 72px;
}
@media screen and (max-width: 767px) {
  .ir-information__cont:nth-child(3) {
    margin-bottom: 50px;
  }
}
.ir-information__cont:nth-child(4) {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .ir-information__cont:nth-child(4) {
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 767px) {
  .ir-information__stock-wrap-sp {
    position: relative;
    margin: 0 3.62%;
  }
}
.ir-information__stock-cont {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  z-index: 1;
  top: -175px;
  right: 0;
  background-color: #fff;
  -webkit-box-shadow: -10px 10px 20px rgba(0, 0, 0, 0.16);
          box-shadow: -10px 10px 20px rgba(0, 0, 0, 0.16);
  padding: 30px 0 40px 70px;
}
@media screen and (max-width: 980px) {
  .ir-information__stock-cont {
    top: -135px;
  }
}
@media screen and (max-width: 767px) {
  .ir-information__stock-cont {
    width: 100%;
    top: -240px;
    padding: 25px 0 25px 35px;
  }
}
.ir-information__stock-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.ir-information__stock-info:first-child {
  gap: 30px;
  border-bottom: 1px solid #878787;
}
@media screen and (max-width: 767px) {
  .ir-information__stock-info:first-child {
    gap: 20px;
  }
}
.ir-information__stock-info:nth-child(2) {
  gap: 50px;
  padding: 16px 80px 0 0;
}
@media screen and (max-width: 767px) {
  .ir-information__stock-info:nth-child(2) {
    gap: 33px;
    padding: 11px 0 0;
  }
}
.ir-information__stock-button {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .ir-information__stock-button {
    margin-left: 0;
  }
}
.ir-information__stock-title {
  font-size: 2.4rem;
  font-weight: 700;
  color: #5d5d5d;
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .ir-information__stock-title {
    font-size: 18px;
    padding-bottom: 8px;
  }
}
.ir-information__stock-date {
  font-size: 1rem;
  color: #878787;
  padding-bottom: 11px;
}
@media screen and (max-width: 767px) {
  .ir-information__stock-date {
    font-size: 11px;
    padding-bottom: 9px;
  }
}
.ir-information__stock-label {
  font-size: 1.4rem;
  color: #5d5d5d;
  padding-right: 10px;
}
@media screen and (max-width: 767px) {
  .ir-information__stock-label {
    font-size: 12px;
  }
}
.ir-information__stock-value, .ir-information__stock-ratio {
  font-size: 2.4rem;
  font-weight: 700;
  color: #333;
}
@media screen and (max-width: 767px) {
  .ir-information__stock-value, .ir-information__stock-ratio {
    font-size: 19px;
  }
}
.ir-information__title > h2 {
  font-size: 4.2rem;
}
@media screen and (max-width: 767px) {
  .ir-information__title > h2 {
    font-size: 27px;
  }
}
.ir-information__title > h3 {
  font-size: 2.8rem;
  color: #000;
}
@media screen and (max-width: 767px) {
  .ir-information__title > h3 {
    font-size: 19px;
  }
}
.ir-information__title--mark {
  padding: 0 10px;
  display: inline-block;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, rgba(0, 0, 0, 0)), color-stop(40%, #39bd02));
  background: linear-gradient(rgba(0, 0, 0, 0) 60%, #39bd02 40%);
}
@media screen and (max-width: 767px) {
  .ir-information__title--mark {
    padding: 0 5px;
  }
}
.ir-information__title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 33px;
}
@media screen and (max-width: 767px) {
  .ir-information__title-wrap {
    margin-bottom: 24px;
  }
}
.ir-information__button-circled.button-circled {
  font-size: 1.6rem;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .ir-information__button-circled.button-circled {
    font-size: 14px;
    margin: 40px 11% 0 11%;
  }
}
.ir-information__notice-item {
  border-bottom: 1px solid #e2e2e2;
}
.ir-information__notice-item:first-child {
  border-top: 1px solid #e2e2e2;
}
.ir-information__notice-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .ir-information__notice-link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    padding: 14px 0;
  }
}
.ir-information__notice-link:hover .ir-information__notice-title::after {
  right: 30px;
}
@media screen and (max-width: 767px) {
  .ir-information__notice-link:hover .ir-information__notice-title::after {
    right: 10px;
  }
}
.ir-information__notice-date {
  font-family: "Poppins", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding-right: 46px;
}
@media screen and (max-width: 767px) {
  .ir-information__notice-date {
    font-size: 14px;
  }
}
.ir-information__notice-title {
  font-size: 1.6rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 80px;
}
@media screen and (max-width: 767px) {
  .ir-information__notice-title {
    font-size: 14px;
    padding-right: 65px;
  }
}
.ir-information__notice-title::after {
  content: url("./img/ir/icon-arrow-2.svg");
  position: absolute;
  top: 43%;
  right: 40px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  .ir-information__notice-title::after {
    top: 37%;
    right: 20px;
  }
}
.ir-information__message-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 117px;
}
@media screen and (max-width: 767px) {
  .ir-information__message-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
}
.ir-information__message-content {
  font-size: 1.6rem;
  line-height: 2em;
  margin: 52px 0 34px;
}
@media screen and (max-width: 767px) {
  .ir-information__message-content {
    font-size: 14px;
    margin: 24px 0 20px;
  }
}
.ir-information__message-end {
  font-size: 1.6rem;
  font-weight: 700;
  text-align: end;
}
@media screen and (max-width: 767px) {
  .ir-information__message-end {
    font-size: 14px;
  }
}
.ir-information__message-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .ir-information__message-buttons {
    width: 100%;
    padding: 0 7.68%;
  }
}
.ir-information__message-btn {
  width: 283px;
  font-size: 2rem;
  font-weight: 700;
  border: 1px solid #333;
  position: relative;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  padding: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .ir-information__message-btn {
    width: 100%;
    font-size: 14px;
    padding: 15px 0;
  }
}
.ir-information__message-btn::after {
  content: url("./img/ir/icon-arrow-1.svg");
  position: absolute;
  top: 30%;
  right: 20px;
}
@media screen and (max-width: 767px) {
  .ir-information__message-btn::after {
    top: 20%;
    right: 30px;
  }
}
.ir-information__message-btn:hover {
  background-color: #333;
  color: #fff;
}
.ir-information__message-btn:hover::after {
  content: url("./img/ir/icon-arrow-1-white.svg");
}
.ir-information__cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .ir-information__cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 13px;
  }
}
.ir-information__card {
  height: 195px;
  background-color: #eff2f3;
  position: relative;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .ir-information__card {
    height: auto;
    padding: 15px 0 10px;
  }
}
.ir-information__card::before {
  content: "";
  width: 88px;
  height: 88px;
  background-color: #278400;
  border-radius: 50%;
  position: absolute;
  top: -64px;
  left: -64px;
}
@media screen and (max-width: 767px) {
  .ir-information__card::before {
    width: 56px;
    height: 56px;
    top: -41px;
    left: -41px;
  }
}
.ir-information__card-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .ir-information__card-img img {
    width: 65%;
  }
}
.ir-information__card-text {
  font-size: 1.8rem;
  font-weight: 700;
  margin: 5px 0 15px;
}
@media screen and (max-width: 767px) {
  .ir-information__card-text {
    font-size: 14px;
    margin: 9px 0 10px;
  }
}
.ir-information__card-btn {
  font-family: "Poppins", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  color: #278400;
  background-color: #fff;
  width: 140px;
  height: 32px;
  border-radius: 500px;
  position: relative;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .ir-information__card-btn {
    font-size: 10px;
    width: 95px;
    height: 22px;
  }
}
.ir-information__card-btn::after {
  content: url("./img/ir/icon-arrow-green.svg");
  position: absolute;
  right: 15px;
}
@media screen and (max-width: 767px) {
  .ir-information__card-btn::after {
    right: 6px;
  }
}
.ir-information__card-btn:hover {
  color: #fff;
  background-color: #278400;
}
.ir-information__card-btn:hover::after {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.ir-information__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .ir-information__links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
    padding: 0 7.68%;
  }
}
.ir-information__link-btn {
  width: 340px;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  background-color: #f4f8f9;
  border: 1px solid #e2e2e2;
  position: relative;
  padding: 34px 40px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .ir-information__link-btn {
    width: 100%;
    font-size: 14px;
    padding: 15px 0;
  }
}
.ir-information__link-btn svg {
  position: absolute;
  top: 40%;
  right: 20px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  .ir-information__link-btn svg {
    top: 31%;
    right: 25px;
  }
}
.ir-information__link-btn:hover {
  background-color: #278400;
  color: #fff;
}
.ir-information__link-btn:hover path {
  fill: #fff;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  z-index: 900;
}
@media screen and (max-width: 767px) {
  .header {
    background-color: transparent;
  }
}
.header__container {
  padding: 12px 0 21px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 1100px;
  max-width: calc(100% - 45px);
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .header__container {
    max-width: 100%;
    padding: 0 15px;
  }
}
@media screen and (max-width: 767px) {
  .header__container {
    background-color: #fff;
    padding: 0 0 0 15px;
    height: 55px;
  }
}
.header__logo {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  .header__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 15.25px;
  }
}
.header__logo:hover {
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .header__logo-main {
    width: 182.27px;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .header__logo-jpx {
    width: 31.5px;
  }
}
.header__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .header__info {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.header__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .header__sns {
    padding-top: 20px;
  }
}
.header__sns-link {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.header__sns-link:hover {
  opacity: 0.6;
}
.header__contact {
  width: 180px;
  height: 58px;
  gap: 10.2px;
  background-color: #FFBB00;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  margin-left: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .header__contact {
    width: 218px;
    height: 50px;
    gap: 7px;
    font-size: 13.5px;
  }
}
.header__contact:hover {
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .header__navigation {
    background-color: #fff;
    display: none;
    max-height: calc(100% - 55px);
    overflow: auto;
    padding: 30px 0 50px 42px;
    -webkit-box-shadow: -5px 5px 10px rgba(0, 0, 0, 0.16);
            box-shadow: -5px 5px 10px rgba(0, 0, 0, 0.16);
  }
}
.header__navigation-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 48.5px;
}
@media screen and (max-width: 767px) {
  .header__navigation-container {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 24px 0 35.25px 32px;
    background-color: #F4F8F9;
  }
}
.header__item {
  position: relative;
  padding-bottom: 24.5px;
}
@media screen and (max-width: 767px) {
  .header__item {
    color: #278400;
    padding: 0;
    border-bottom: 1px solid #E6E6E6;
  }
}
.header__item:not(:nth-last-of-type(2)) .header__link {
  border-right: 1px solid #E2E2E2;
}
@media screen and (max-width: 767px) {
  .header__item:not(:nth-last-of-type(2)) .header__link {
    border-right: 0;
  }
}
.header__item.active::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 7.5px 5px 7.5px;
  border-color: transparent transparent #65B11A transparent;
}
@media screen and (max-width: 767px) {
  .header__item.active::before {
    border: none;
    width: 16px;
    height: 2px;
    right: 30.6px;
    top: 26.25px;
    bottom: auto;
    margin: 0;
    left: auto;
  }
}
@media screen and (max-width: 767px) {
  .header__item--sub::before, .header__item--sub::after {
    content: "";
    position: absolute;
    background-color: #65B11A;
  }
}
@media screen and (max-width: 767px) {
  .header__item--sub::before {
    right: 30.6px;
    width: 16px;
    height: 2px;
    top: 26.25px;
  }
}
@media screen and (max-width: 767px) {
  .header__item--sub::after {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    right: 37.65px;
    width: 2px;
    height: 16px;
    top: 19.25px;
  }
}
.header__item--sub.active::after {
  opacity: 0;
}
.header__link {
  display: block;
  cursor: pointer;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 0 46.5px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (max-width: 980px) {
  .header__link {
    padding: 0 35px;
  }
}
@media screen and (max-width: 767px) {
  .header__link {
    font-size: 15px;
    padding: 16px 15px;
  }
}
.header__link:hover {
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .header__link:hover {
    opacity: 1;
  }
}
.header__subnavigation {
  position: fixed;
  top: 139.5px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 1100px;
  max-width: calc(100% - 45px);
  z-index: 901;
  height: 290.63px;
  border-top: 4px solid #65B11A;
  display: none;
  -webkit-box-shadow: -10px 10px 20px rgba(0, 0, 0, 0.16);
          box-shadow: -10px 10px 20px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 980px) {
  .header__subnavigation {
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .header__subnavigation {
    position: static;
    border-top: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    max-width: 100%;
  }
}
.header__subnavigation.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .header__subnavigation.active {
    display: block;
  }
}
.header__subcontent {
  width: 290px;
  background-color: #000;
  color: #fff;
  padding: 50px 59px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .header__subcontent {
    display: none;
  }
}
.header__subtitle {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  margin-bottom: 12px;
  display: block;
}
.header__title {
  position: relative;
  padding-bottom: 30px;
  font-size: 2.2rem;
  margin-bottom: 48px;
}
.header__title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 18px;
  height: 4px;
  background-color: #fff;
}
.header__subcontainer {
  width: 100%;
  background-color: #242424;
  color: #fff;
  padding: 50px 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  gap: 0 140px;
  background-image: url("./img/icons/eyes.svg");
  background-repeat: no-repeat;
  background-position: right bottom;
}
@media screen and (max-width: 1200px) {
  .header__subcontainer {
    padding: 30px;
  }
}
@media screen and (max-width: 767px) {
  .header__subcontainer {
    background-image: none;
    background-color: #F4F8F9;
    padding: 4.5px 15px 16.25px 30px;
    color: #5D5D5D;
  }
}
.header__subcontainer--three {
  gap: 0 22px;
}
@media screen and (max-width: 1200px) {
  .header__subcontainer--three {
    gap: 0;
  }
}
.header__subcontainer--three a {
  line-height: 2.5em;
}
@media screen and (max-width: 767px) {
  .header__subcontainer--three a {
    line-height: 2.2142857143em;
  }
}
.header__sublink {
  position: relative;
  padding-left: 15px;
  display: block;
  min-width: 195px;
  font-size: 1.5rem;
  line-height: 3em;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  .header__sublink {
    line-height: 2em;
    font-size: 14px;
    line-height: 2.2142857143em;
    min-width: unset;
    width: 100%;
  }
}
.header__sublink::before {
  content: "-";
  color: #878787;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  .header__sublink::before {
    color: #3E87BF;
    top: -1px;
  }
}
.header__sublink:hover {
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .header__sublink:hover {
    opacity: 1;
  }
}
.header__hamburger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 99;
  width: 88px;
  height: 100%;
  background-color: #278400;
  margin-left: 2px;
  cursor: pointer;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-top: 16px;
}
@media screen and (max-width: 767px) {
  .header__hamburger {
    width: 55px;
    height: 100%;
    margin-left: 0;
    padding-top: 19.5px;
  }
}
.header__hamburger span {
  height: 5px;
  width: 42px;
  background-color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .header__hamburger span {
    width: 16px;
    height: 2px;
  }
}
.header__hamburger span:not(:last-child) {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .header__hamburger span:not(:last-child) {
    margin-bottom: 6.5px;
  }
}
@media screen and (max-width: 767px) {
  .header.active {
    bottom: 0;
  }
}
.header.active .header__navigation {
  display: block;
}
.header.active .header__hamburger {
  background-color: #fff;
}
.header.active .header__hamburger span {
  background-color: #0B1831;
  -webkit-transform: rotate(45deg) translate(6px, 5px);
          transform: rotate(45deg) translate(6px, 5px);
}
.header.active .header__hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg) translate(7px, -6px);
          transform: rotate(-45deg) translate(7px, -6px);
}
.header.active .header__hamburger span:nth-child(2) {
  opacity: 0;
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

.policy__wrap {
  width: 1100px;
  max-width: calc(100% - 45px);
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .policy__wrap {
    max-width: 100%;
    padding: 0 15px;
  }
}
.policy__wrap {
  margin-bottom: 150px;
}
@media screen and (max-width: 767px) {
  .policy__wrap {
    margin-bottom: 75px;
  }
}
.policy__text {
  font-size: 1.6rem;
  line-height: 2em;
}
@media screen and (max-width: 767px) {
  .policy__text {
    font-size: 1.3rem;
  }
}
.policy__text--bold {
  font-weight: 700;
}
.policy__list {
  counter-reset: counter-item;
}
.policy__item {
  counter-increment: counter-item;
}
.policy__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.policy__title::before {
  margin-right: 20px;
  content: counter(counter-item) ".";
}
@media screen and (max-width: 767px) {
  .policy__title::before {
    margin-right: 10px;
  }
}
.policy__sub-title {
  font-size: 1.8rem;
  margin: 33px 0 23px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .policy__sub-title {
    margin: 18px 0 11px;
    font-size: 1.4rem;
  }
}
.policy__sub-list {
  counter-reset: counter-sub-list;
}
.policy__sub-item {
  margin: 33px 0;
  counter-increment: counter-sub-list;
}
@media screen and (max-width: 767px) {
  .policy__sub-item {
    margin: 18px 0;
  }
}
.policy__sub-item::before {
  content: counter(counter-sub-list) " )";
}
.policy__sub-item, .policy__inform-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.policy__sub-item::before, .policy__inform-item::before {
  width: 30px;
  font-size: 1.6rem;
  line-height: 2em;
}
@media screen and (max-width: 767px) {
  .policy__sub-item::before, .policy__inform-item::before {
    font-size: 1.3rem;
  }
}
.policy__sub-item .policy__text, .policy__inform-item .policy__text {
  width: 97%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.policy__inform-list {
  margin: 30px 0;
  counter-reset: counter-inform;
}
@media screen and (max-width: 767px) {
  .policy__inform-list {
    margin: 15px 0;
  }
}
.policy__inform-item {
  counter-increment: counter-inform;
}
.policy__inform-item::before {
  content: counter(counter-inform) " .";
}
.policy__inform-item:not(:last-child) {
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .policy__inform-item:not(:last-child) {
    margin-bottom: 10px;
  }
}
.policy__link-list {
  margin: 23px 0;
}
@media screen and (max-width: 767px) {
  .policy__link-list {
    margin: 11px;
  }
}
.policy__link-list a {
  text-decoration: underline;
  color: #ffbb00;
}
.policy__label-item:not(:last-child) {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .policy__label-item:not(:last-child) {
    margin-bottom: 15px;
  }
}
.policy__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.policy__label::before {
  content: "";
  width: 10px;
  height: 10px;
  display: block;
  margin-right: 5px;
  background-color: #000;
}

.reqs {
  width: 100%;
}
.reqs__section {
  background-color: #fff;
}
.reqs__section--gray {
  background-color: #f4f8f9;
}
.reqs__info {
  padding-bottom: 100px;
  width: 1100px;
  max-width: calc(100% - 45px);
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .reqs__info {
    max-width: 100%;
    padding: 0 15px;
  }
}
@media screen and (max-width: 767px) {
  .reqs__info {
    padding-bottom: 50px;
  }
}
.reqs__info-intro {
  font-size: 1.6rem;
  line-height: 2em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .reqs__info-intro {
    font-size: 14px;
  }
}
.reqs__info-logos {
  gap: 30px;
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .reqs__info-logos {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
  }
}
.reqs__info-logo {
  width: 267px;
  height: 65px;
  border: 1px solid #e2e2e2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.reqs__info-logo img {
  width: auto;
  height: 50px;
}
.reqs__info-table {
  margin-top: 40px;
  border: 1px solid #e2e2e2;
}
.reqs__info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .reqs__info-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.reqs__info-item:not(:last-child) {
  border-bottom: 1px solid #e2e2e2;
}
.reqs__info-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 22%;
  height: inherit;
  padding-left: 60px;
  background-color: #f9f9f9;
  border-right: 1px solid #e2e2e2;
  font-size: 1.6rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .reqs__info-label {
    width: 100%;
    padding: 20px;
    font-size: 14px;
  }
}
.reqs__info-data {
  width: 78%;
  padding: 35px 80px;
  font-size: 1.6rem;
  line-height: 2em;
}
@media screen and (max-width: 767px) {
  .reqs__info-data {
    width: 100%;
    padding: 20px;
    font-size: 14px;
  }
}
.reqs__steps {
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .reqs__steps {
    padding: 40px 15px;
  }
}
.reqs__step-list {
  padding: 65px;
  background-color: #fff;
  counter-reset: steps;
  width: 1100px;
  max-width: calc(100% - 45px);
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .reqs__step-list {
    max-width: 100%;
    padding: 0 15px;
  }
}
@media screen and (max-width: 767px) {
  .reqs__step-list {
    padding: 30px 20px;
  }
}
.reqs__step-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  counter-increment: steps;
  padding: 45px 0;
  border-bottom: 1px solid #e2e2e2;
}
@media screen and (max-width: 767px) {
  .reqs__step-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 25px 10px;
  }
}
.reqs__step-item:first-child {
  padding-top: 0;
}
.reqs__step-label {
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 22%;
  padding-top: 40px;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .reqs__step-label {
    width: 100%;
    padding-top: 30px;
  }
}
.reqs__step-label::before {
  content: "STEP" counter(steps);
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 72px;
  height: 22px;
  background-color: #278400;
  border-radius: 130px;
  font-family: "Poppins", sans-serif;
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.reqs__step-text {
  width: 78%;
  padding-left: 50px;
  font-size: 1.5rem;
  line-height: 2em;
}
@media screen and (max-width: 767px) {
  .reqs__step-text {
    width: 100%;
    margin-top: 15px;
    padding-left: unset;
  }
}

.sitemap {
  margin: 95px 0 150px;
  -webkit-font-feature-settings: inherit;
          font-feature-settings: inherit;
}
@media screen and (max-width: 767px) {
  .sitemap {
    margin: 45px 0 75px;
  }
}
.sitemap__container {
  row-gap: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 1100px;
  max-width: calc(100% - 45px);
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .sitemap__container {
    max-width: 100%;
    padding: 0 15px;
  }
}
@media screen and (max-width: 767px) {
  .sitemap__container {
    row-gap: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.sitemap__container:not(:last-child) {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .sitemap__container:not(:last-child) {
    margin-bottom: 40px;
  }
}
.sitemap__link-wrap {
  width: 25%;
}
@media screen and (max-width: 1200px) {
  .sitemap__link-wrap {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .sitemap__link-wrap {
    width: 100%;
  }
}
.sitemap__link-wrap:first-child {
  width: 20%;
}
@media screen and (max-width: 1200px) {
  .sitemap__link-wrap:first-child {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .sitemap__link-wrap:first-child {
    width: 100%;
  }
}
.sitemap__link-wrap:nth-child(3) {
  margin-left: 5%;
}
@media screen and (max-width: 1200px) {
  .sitemap__link-wrap:nth-child(3) {
    margin-left: 0;
  }
}
.sitemap__link-wrap--ir {
  width: 35% !important;
}
@media screen and (max-width: 1200px) {
  .sitemap__link-wrap--ir {
    width: 50% !important;
  }
}
@media screen and (max-width: 767px) {
  .sitemap__link-wrap--ir {
    width: 100%;
  }
}
.sitemap__link-wrap--ir:last-child {
  margin-left: 15%;
}
@media screen and (max-width: 1200px) {
  .sitemap__link-wrap--ir:last-child {
    margin-left: 0;
  }
}
.sitemap__main-link, .sitemap__sub-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.sitemap__sub-link {
  gap: 17px;
  margin-top: 13px;
}
.sitemap__sub-link--ir {
  gap: 17px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (max-width: 1200px) {
  .sitemap__sub-link--ir {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.sitemap__sub-link--ir .sitemap__sub-link-text {
  width: 50%;
}
.sitemap__main-link-text, .sitemap__sub-link-text {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sitemap__main-link-text:hover, .sitemap__sub-link-text:hover {
  opacity: 0.5;
}
.sitemap__main-link-text {
  font-size: 1.6rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .sitemap__main-link-text {
    font-size: 1.3rem;
  }
}
.sitemap__main-link-text:not(:last-child) {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .sitemap__main-link-text:not(:last-child) {
    margin-bottom: 15px;
  }
}
.sitemap__sub-link-text {
  font-size: 1.6rem;
  position: relative;
  padding-left: 13px;
  color: #5d5d5d;
}
@media screen and (max-width: 767px) {
  .sitemap__sub-link-text {
    font-size: 1.3rem;
  }
}
.sitemap__sub-link-text::before {
  top: 50%;
  left: 2px;
  content: "-";
  display: block;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.mv {
  position: relative;
  width: 100%;
  height: 618px;
}
@media screen and (max-width: 767px) {
  .mv {
    height: 302.5px;
  }
}
.mv__content {
  padding-top: 100px;
  width: 1100px;
  max-width: calc(100% - 45px);
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .mv__content {
    max-width: 100%;
    padding: 0 15px;
  }
}
@media screen and (max-width: 767px) {
  .mv__content {
    padding-top: 65px;
  }
}
.mv__image {
  position: absolute;
  width: 74%;
  display: block;
  right: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  bottom: 5px;
  max-width: 1500px;
}
@media screen and (max-width: 767px) {
  .mv__image {
    width: 570px;
    bottom: 6px;
    max-width: 100%;
  }
}
.mv__text {
  display: block;
  margin-left: auto;
  fill: #00653D;
}
@media screen and (max-width: 980px) {
  .mv__text {
    width: 435px;
  }
}
@media screen and (max-width: 767px) {
  .mv__text {
    width: 217.91px;
    height: auto;
  }
}
.mv__text--morning {
  fill: #0E308F;
}
.mv__text--sunny {
  fill: #009944;
}
.mv__text--night {
  fill: #00A1E9;
}
.mv__slider {
  height: 100%;
}
.mv__item {
  display: none;
  position: relative;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(#00A63D), color-stop(10.34%, #F1EFDC), color-stop(65.08%, #C6CCDB), to(#83CCD2));
  background: linear-gradient(to top, #00A63D, #F1EFDC 10.34%, #C6CCDB 65.08%, #83CCD2 100%);
}
.mv__item.shown {
  display: block;
}
.mv__item::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 15px;
  background-color: #fff;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .mv__item::before {
    height: 10px;
  }
}
.mv__item--morning {
  background: -webkit-gradient(linear, left bottom, left top, from(#00A63D), color-stop(10.34%, #9CD7F4), color-stop(50.28%, #DFF2FC), to(#80CDE9));
  background: linear-gradient(to top, #00A63D, #9CD7F4 10.34%, #DFF2FC 50.28%, #80CDE9 100%);
}
.mv__item--sunny {
  background: -webkit-gradient(linear, left bottom, left top, from(#00A63D), color-stop(10.34%, #FDE0A1), color-stop(65.92%, #FABD00), to(#975945));
  background: linear-gradient(to top, #00A63D, #FDE0A1 10.34%, #FABD00 65.92%, #975945 100%);
}
.mv__item--night {
  background: -webkit-gradient(linear, left bottom, left top, from(#00A63D), color-stop(10.34%, #4A4746), color-stop(66.76%, #686C9E), to(#4A4545));
  background: linear-gradient(to top, #00A63D, #4A4746 10.34%, #686C9E 66.76%, #4A4545 100%);
}

.top {
  overflow: hidden;
}
.top__news {
  position: relative;
  z-index: 1;
  margin: 102px auto 0;
  padding: 0 0 70px;
}
@media screen and (max-width: 767px) {
  .top__news {
    padding: 0 27.5px 50px;
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .top__news-header {
    width: 100%;
  }
}
.top__news-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 1100px;
  max-width: calc(100% - 45px);
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .top__news-container {
    max-width: 100%;
    padding: 0 15px;
  }
}
@media screen and (max-width: 767px) {
  .top__news-container {
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.top__news-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: -110px;
  right: -110px;
  bottom: 0;
  background-color: #fff;
  z-index: -1;
}
@media screen and (max-width: 1330px) {
  .top__news-container::before {
    left: 0;
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .top__news-container::before {
    left: 0;
    right: 0;
  }
}
.top__title {
  text-align: center;
  text-transform: uppercase;
}
.top__title--left-aligned {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .top__title--left-aligned {
    text-align: center;
  }
}
.top__title--overflow {
  position: relative;
  top: -39px;
}
@media screen and (max-width: 767px) {
  .top__title--overflow {
    top: -27px;
  }
}
.top__title-main {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #278400;
  letter-spacing: 0.1em;
  font-size: 5.4rem;
  margin-bottom: 4px;
}
@media screen and (max-width: 767px) {
  .top__title-main {
    font-size: 32px;
    margin-bottom: 0;
  }
}
.top__subtitle {
  font-size: 1.6rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .top__subtitle {
    font-size: 14px;
  }
}
.top__news-list {
  display: none;
}
.top__news-list.active {
  display: block;
}
.top__news-categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 37px;
}
@media screen and (max-width: 767px) {
  .top__news-categories {
    margin-bottom: 18px;
  }
}
.top__news-category {
  font-size: 1.6rem;
  font-weight: 700;
  color: #878787;
  -webkit-transition: 0.3s opacity ease;
  transition: 0.3s opacity ease;
}
@media screen and (max-width: 767px) {
  .top__news-category {
    font-size: 14px;
  }
}
.top__news-category:hover {
  opacity: 0.6;
}
.top__news-category:not(:last-child) {
  margin-right: 40px;
}
@media screen and (max-width: 767px) {
  .top__news-category:not(:last-child) {
    margin-right: 34px;
  }
}
.top__news-category.active {
  background-color: #000;
  min-width: 116px;
  border-radius: 150px;
  padding: 0 10px;
  height: 30px;
  margin-right: 27px !important;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .top__news-category.active {
    min-width: 95px;
    margin-right: 25px !important;
    height: 25px;
  }
}
.top__news-category.active::before {
  content: "・";
  display: inline-block;
  margin-right: 5px;
}
.top__news-category.active:last-child {
  margin-right: 0 !important;
}
.top__news-content {
  width: 71%;
}
@media screen and (max-width: 767px) {
  .top__news-content {
    width: 100%;
    margin-top: 32.5px;
  }
}
.top__slider {
  padding: 10px 0 145px;
  width: 1100px;
  max-width: calc(100% - 45px);
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .top__slider {
    max-width: 100%;
    padding: 0 15px;
  }
}
@media screen and (max-width: 767px) {
  .top__slider {
    padding: 0 0 111px;
  }
}
.top__slider-item {
  height: 120px;
  background-color: #E2E2E2;
}
@media screen and (max-width: 767px) {
  .top__slider-item {
    width: 320px;
    height: 113px;
  }
}
.top__business {
  position: relative;
  z-index: 1;
  background-color: #F4F8F9;
  padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .top__business {
    padding-bottom: 50px;
  }
}
.top__business::before {
  content: "";
  position: absolute;
  top: 0;
  right: 50%;
  margin: 0 auto;
  bottom: 0;
  -webkit-transform: skew(-25deg) translateX(50%);
          transform: skew(-25deg) translateX(50%);
  width: 1332px;
  background-color: rgba(226, 226, 226, 0.29);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .top__business::before {
    width: 525px;
  }
}
.top__business-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 1px;
  gap: 20px 100px;
  width: 1020px;
  margin: 0 auto;
  max-width: calc(100% - 45px);
}
@media screen and (max-width: 767px) {
  .top__business-list {
    max-width: 100%;
    padding: 0 15px;
    gap: 29px 33px;
    margin-top: 13.5px;
  }
}
.top__business-item {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  text-align: center;
  color: #5D5D5D;
}
@media screen and (max-width: 767px) {
  .top__business-item {
    width: 149.5px;
  }
}
.top__business-item:hover {
  opacity: 0.5;
}
.top__business-image {
  width: 180px;
  margin-bottom: 14px;
}
@media screen and (max-width: 767px) {
  .top__business-image {
    width: 127px;
    margin-bottom: 10.5px;
  }
}
.top__business-title {
  font-size: 1.8rem;
  margin-bottom: 3px;
}
@media screen and (max-width: 767px) {
  .top__business-title {
    font-size: 15px;
    margin-bottom: 4.5px;
  }
}
.top__business-subtitle {
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  letter-spacing: 0.05em;
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .top__business-subtitle {
    font-size: 10px;
  }
}
.top__company {
  padding: 80px 0 60px;
}
@media screen and (max-width: 767px) {
  .top__company {
    padding: 60px 0;
  }
}
.top__company-container {
  width: 1100px;
  max-width: calc(100% - 45px);
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .top__company-container {
    max-width: 100%;
    padding: 0 15px;
  }
}
.top__company-list {
  margin-top: 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .top__company-list {
    margin-top: 30.5px;
    gap: 10px;
  }
}
.top__company-item {
  position: relative;
  width: 32.36%;
  height: 200px;
  background-color: #EFF2F3;
  overflow: hidden;
  text-align: center;
  padding-top: 25px;
}
@media screen and (max-width: 767px) {
  .top__company-item {
    width: 31.3%;
    max-width: 356px;
    padding-top: 12.5px;
    height: 154.5px;
  }
}
.top__company-item::before {
  content: "";
  position: absolute;
  width: 88px;
  height: 88px;
  border-radius: 50%;
  background-color: #278400;
  top: -64px;
  left: -64px;
}
@media screen and (max-width: 767px) {
  .top__company-item::before {
    width: 50.5px;
    height: 50.5px;
    top: -37px;
    left: -37px;
  }
}
.top__company-image {
  margin-bottom: 16px;
  max-height: 66px;
}
@media screen and (max-width: 767px) {
  .top__company-image {
    max-height: 48px;
    margin-bottom: 8.5px;
  }
}
.top__company-title {
  font-size: 1.8rem;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .top__company-title {
    font-size: 14px;
    margin-bottom: 12.5px;
    line-height: getem(28, 42);
  }
}
.top__company-link {
  position: relative;
  display: block;
  width: 140px;
  padding: 6px 0;
  text-align: center;
  color: #278400;
  font-family: "Poppins", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  background-color: #fff;
  border-radius: 150px;
  margin: 0 auto;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .top__company-link {
    position: absolute;
    left: 6.5px;
    right: 6.5px;
    width: auto;
    bottom: 10px;
    font-size: 10px;
    padding: 4px 0;
    text-transform: none;
  }
}
.top__company-link svg {
  position: absolute;
  right: 15.5px;
  top: 13px;
}
@media screen and (max-width: 767px) {
  .top__company-link svg {
    width: 3px;
    top: 8px;
    right: 6px;
  }
}
.top__company-link:hover {
  background-color: #278400;
  color: #fff;
}
.top__company-link:hover svg path {
  fill: #fff;
}
.top__links {
  margin-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .top__links {
    padding: 0 15px;
  }
}
.top__link {
  max-width: 315px;
}
.top__link-img {
  max-width: 100%;
  height: auto;
}

.footer {
  position: relative;
}
.footer::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: -50px;
  background-color: #eff2f3;
}
@media screen and (max-width: 767px) {
  .footer::before {
    display: none;
  }
}
.footer__main-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 282px;
}
@media screen and (max-width: 767px) {
  .footer__main-list {
    display: block;
    height: auto;
  }
}
.footer__main-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: #278400;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 980px) {
  .footer__main-item {
    font-size: 2rem;
    gap: 25px;
  }
}
@media screen and (max-width: 767px) {
  .footer__main-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 47px;
    font-size: 13px;
    height: 70px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 0 60px;
    background-image: url("./img/icons/button-arrow.svg");
    background-position: right 39.75px center;
    background-repeat: no-repeat;
  }
}
.footer__main-item:nth-child(2) {
  background-color: #217100;
}
.footer__main-image {
  margin-bottom: 15px;
}
@media screen and (max-width: 980px) {
  .footer__main-image {
    width: 60px;
  }
}
@media screen and (max-width: 767px) {
  .footer__main-image {
    width: 40.5px;
    margin-bottom: 0;
  }
}
.footer__main-link {
  width: 124px;
  background-color: transparent;
  margin-top: 26px;
  border: 1px solid #fff;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .footer__main-link {
    display: none;
  }
}
.footer__main-link:hover {
  background-color: #fff;
  color: #278400;
}
.footer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 83px;
  padding: 80px 0 0;
  width: 1100px;
  max-width: calc(100% - 45px);
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .footer__container {
    max-width: 100%;
    padding: 0 15px;
  }
}
@media screen and (max-width: 767px) {
  .footer__container {
    display: none;
  }
}
.footer__item:not(:last-child) {
  margin-bottom: 34px;
}
.footer__link {
  font-size: 1.5rem;
  font-weight: 700;
  color: #278400;
}
.footer__link:hover {
  text-decoration: underline;
}
.footer__link img {
  max-width: 130px;
}
.footer__subcontainer {
  margin-top: 23px;
}
.footer__sublink {
  position: relative;
  font-size: 1.4rem;
  line-height: getem(14, 32);
  padding-left: 15px;
  display: block;
  color: #5D5D5D;
}
.footer__sublink::before {
  content: "-";
  position: absolute;
  top: -2px;
  left: 0;
  color: #3E87BF;
}
.footer__sublink:not(:last-child) {
  margin-bottom: 13px;
}
.footer__sublink:hover {
  text-decoration: underline;
}
.footer__top {
  position: sticky;
  right: 40px;
  bottom: 0;
  width: 150px;
  height: 50px;
  background-color: #000;
  margin-right: 40px;
  margin-left: auto;
  cursor: pointer;
  z-index: 800;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  .footer__top {
    width: 100%;
    height: 59.5px;
    left: 0;
    right: 0;
    margin: 0;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.footer__top::before {
  content: "";
  position: absolute;
  right: 50%;
  bottom: 42%;
  width: 15px;
  height: 15px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: translate(50%, 50%) rotate(-45deg);
          transform: translate(50%, 50%) rotate(-45deg);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  .footer__top::before {
    width: 10px;
    height: 10px;
    border-color: #000;
    right: 43.25px;
    -webkit-transform: translateY(50%) rotate(-45deg);
            transform: translateY(50%) rotate(-45deg);
  }
}
@media screen and (max-width: 767px) {
  .footer__top::after {
    content: "PAGE TOP";
    font-weight: 700;
    font-size: 15px;
    font-family: "Poppins", sans-serif;
  }
}
.footer__top:hover::before {
  bottom: 50%;
}
.footer__top.show {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.footer__lower-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 1100px;
  max-width: calc(100% - 45px);
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .footer__lower-inner {
    max-width: 100%;
    padding: 0 15px;
  }
}
@media screen and (max-width: 980px) {
  .footer__lower-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 50px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .footer__lower-inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0;
  }
}
.footer__lower {
  padding: 37px 0 29px;
  background-color: #278400;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .footer__lower {
    padding: 22px 0;
    background-color: #000;
  }
}
.footer__lower-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .footer__lower-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footer__lower-link {
  font-size: 1.4rem;
  padding: 0 35px;
  line-height: 1.3em;
  margin-bottom: 24px;
  border-right: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .footer__lower-link {
    padding: 0;
    margin-bottom: 16px;
    border: none;
    text-align: center;
  }
}
.footer__lower-link:last-child {
  padding-right: 0;
  border-right: 0;
}
.footer__lower-link:hover {
  text-decoration: underline;
}
.footer__lower-text {
  font-size: 1.2rem;
  line-height: 1.5em;
  margin-top: 18px;
}
.footer__copyright {
  display: block;
  text-align: right;
  font-weight: 700;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .footer__copyright {
    text-align: center;
    opacity: 0.5;
    font-size: 11px;
    text-align: center;
  }
}
.footer__logo {
  width: 319.56px;
  height: auto;
  max-width: 100%;
}

.news {
  padding-bottom: 150.5px;
  width: 1100px;
  max-width: calc(100% - 45px);
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .news {
    max-width: 100%;
    padding: 0 15px;
  }
}
@media screen and (max-width: 767px) {
  .news {
    padding-bottom: 60px;
  }
}
.news__categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px 1.81%;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .news__categories {
    gap: 15px;
    margin-bottom: 40px;
  }
}
.news__category-item {
  cursor: pointer;
  width: 23.64%;
  height: 56px;
  font-size: 1.6rem;
  font-weight: 700;
  border: 1px solid #333;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .news__category-item {
    width: 150px;
    height: 40px;
    font-size: 12px;
  }
}
.news__category-item--active {
  background-color: #000;
  color: #fff;
  pointer-events: none;
}
.news__category-item:hover {
  background-color: #333;
  color: #fff;
}
.news__item {
  border-bottom: 1px solid #E2E2E2;
}
.news__item:first-child {
  border-top: 1px solid #E2E2E2;
}
.news__link {
  padding: 39px 50px 39px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  gap: 28px;
  background-image: url("./img/icons/arrow-circle-right.svg");
  background-repeat: no-repeat;
  background-position: right 20px center;
}
@media screen and (max-width: 767px) {
  .news__link {
    padding: 13.5px 42.5px 13.5px 0;
    background-position: right 17.5px center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 12px 11px;
  }
}
.news__link:hover {
  background-position: right 5px center;
}
@media screen and (max-width: 767px) {
  .news__link:hover {
    background-position: right 17.5px center;
  }
}
.news__link--top {
  padding-left: 0;
  padding-right: 40px;
  background-position: right 1px center;
}
@media screen and (max-width: 767px) {
  .news__link--top {
    padding-left: 0;
    padding-right: 42.5px;
  }
}
@media screen and (max-width: 767px) {
  .news__link--top:hover {
    background-position: right 1px center;
  }
}
.news__date {
  font-family: "Poppins", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .news__date {
    font-size: 14px;
  }
}
.news__category {
  min-width: 90px;
  padding: 2px 10px;
  font-size: 1.2rem;
  color: #fff;
  background-color: #65B11A;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .news__category {
    min-width: 67px;
    font-size: 10px;
  }
}
.news__title {
  font-size: 1.6rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 767px) {
  .news__title {
    overflow: visible;
    display: block;
    font-size: 14px;
  }
}
.news__list {
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .news__list {
    margin-bottom: 30px;
  }
}

.business {
  position: relative;
  padding-bottom: 200px;
}
@media screen and (max-width: 767px) {
  .business {
    padding: 0 0 70px;
  }
}
.business__title-wrap {
  text-align: center;
}
.business__subtitle {
  font-size: 1.6rem;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.1em;
}
.business__title {
  font-size: 4.2rem;
  font-weight: 300;
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  .business__title {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 767px) {
  .business__title {
    font-size: 2.6rem;
  }
}
.business__text {
  margin-top: 70px;
  font-size: 1.6rem;
  line-height: 32px;
}
@media screen and (max-width: 767px) {
  .business__text {
    margin-top: 30px;
    font-size: 1.4rem;
    line-height: 1.7;
  }
}
.business__item-logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-left: 10px;
}
.business__item-logo-image {
  width: 75px;
}
@media screen and (max-width: 767px) {
  .business__item-logo-image {
    width: 60px;
  }
}
.business__item-logo-image.margin {
  margin: 0 10px;
}
.business__item-logo-image--auto {
  width: auto;
  height: 50px;
}
@media screen and (max-width: 767px) {
  .business__item-logo-image--auto {
    height: 40px;
  }
}
.business__item-logo-image--auto img {
  width: auto;
  height: 100%;
}
.business__item-logo-image--long {
  height: 35px;
}
@media screen and (max-width: 767px) {
  .business__item-logo-image--long {
    height: 25px;
  }
}
.business__item {
  margin-top: 250px;
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  .business__item {
    margin-top: 150px;
  }
}
@media screen and (max-width: 767px) {
  .business__item {
    margin-top: 40px;
  }
}
.business__item::before {
  content: "";
  background: #F4F8F9;
  width: 70%;
  height: 540px;
  position: absolute;
  right: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .business__item::before {
    display: none;
  }
}
.business__item:nth-of-type(even)::before {
  right: auto;
  left: 0;
}
.business__item--no-margin {
  margin-top: 0;
}
.business__item--no-before::before {
  display: none;
}
.business__item--mt160 {
  margin-top: 160px;
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  .business__item--mt160 {
    margin-top: 100px;
  }
}
@media screen and (max-width: 767px) {
  .business__item--mt160 {
    margin-top: 40px;
  }
}
.business__image-group {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .business__image-group {
    width: 100%;
  }
}
.business__image-group .content__image {
  height: auto;
}
.business__image-group img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.ir-documents {
  width: 1100px;
  max-width: calc(100% - 45px);
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .ir-documents {
    max-width: 100%;
    padding: 0 15px;
  }
}
.ir-documents__wrap {
  padding: 10px 0 150px;
}
@media screen and (max-width: 767px) {
  .ir-documents__wrap {
    padding: 0 0 70px;
  }
}
.ir-documents__notice {
  font-size: 1.6rem;
  line-height: 2em;
  margin-bottom: 83px;
}
@media screen and (max-width: 767px) {
  .ir-documents__notice {
    font-size: 14px;
    margin-bottom: 40px;
  }
}
.ir-documents__list:not(:last-child) {
  margin-bottom: 50px;
}
.ir-documents__item {
  border-bottom: 1px solid #e2e2e2;
}
.ir-documents__item:first-child {
  border-top: 1px solid #e2e2e2;
}
.ir-documents__item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 0;
}
@media screen and (max-width: 767px) {
  .ir-documents__item-link {
    padding: 20px 0;
  }
}
.ir-documents__item-date {
  font-family: "Poppins", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  color: #000;
  padding: 0 80px 0 20px;
  -ms-flex-item-align: center;
      align-self: center;
}
@media screen and (max-width: 767px) {
  .ir-documents__item-date {
    font-size: 14px;
    padding: 0 30px 0 10px;
  }
}
.ir-documents__item-title {
  font-size: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .ir-documents__item-title {
    font-size: 14px;
  }
}
.ir-documents__item-title::after {
  content: url("./img/ir/icon-pdf.svg");
  display: inline-block;
  margin-left: 25px;
}
@media screen and (max-width: 767px) {
  .ir-documents__item-title::after {
    padding-right: 10px;
  }
}
.ir-documents__year-month, .ir-documents__title {
  font-size: 2.4rem;
  font-weight: 700;
  color: #000;
  border-bottom: 2px solid #333;
  margin-bottom: 40px;
  padding-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .ir-documents__year-month, .ir-documents__title {
    font-size: 20px;
    margin-bottom: 20px;
    padding-bottom: 6px;
  }
}
.ir-documents__year, .ir-documents__month {
  font-family: "Poppins", sans-serif;
}

.surroundings__work-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 15px;
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  .surroundings__work-list {
    margin-top: 40px;
    gap: 10px;
  }
}
.surroundings__work-item {
  width: 32.4%;
  position: relative;
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  .surroundings__work-item {
    width: 31%;
  }
}
@media screen and (max-width: 767px) {
  .surroundings__work-item {
    width: 48%;
  }
}
.surroundings__work-image {
  width: 100%;
  height: 200px;
  display: block;
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  .surroundings__work-image {
    height: 16.5vw;
    max-height: 180px;
  }
}
@media screen and (max-width: 767px) {
  .surroundings__work-image {
    height: 24vw;
  }
}
.surroundings__work-image img {
  width: 100%;
}
.surroundings__work-title-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 46px;
  background: rgba(39, 132, 0, 0.9);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  .surroundings__work-title-wrap {
    height: 30px;
  }
}
@media screen and (max-width: 767px) {
  .surroundings__work-title-wrap {
    height: 30px;
  }
}
.surroundings__work-title {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  .surroundings__work-title {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .surroundings__work-title {
    font-size: 1.4rem;
  }
}
.surroundings__training {
  background: url("./img/surroundings/bg.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .surroundings__training {
    background: url("./img/surroundings/bg-sp.jpg") no-repeat;
    background-size: cover;
    background-position: center;
  }
}
.surroundings__training-list {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .surroundings__training-list {
    margin-top: 40px;
  }
}
.surroundings__welfare-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 35px;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .surroundings__welfare-list {
    margin-top: 20px;
    gap: 10px;
  }
}
.surroundings__welfare-item {
  width: 200px;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .surroundings__welfare-item {
    margin-top: 20px;
    width: 48%;
    max-width: 200px;
  }
}
.surroundings__welfare-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 200px;
  background: #EFF2F3;
  border-radius: 100%;
}
@media screen and (max-width: 767px) {
  .surroundings__welfare-image {
    height: 42.24vw;
    max-height: 200px;
  }
}
@media screen and (max-width: 767px) {
  .surroundings__welfare-image img {
    height: 40%;
  }
}
.surroundings__welfare-title {
  margin: 20px 0;
  font-size: 1.8rem;
  font-weight: 700;
  color: #5D5D5D;
  display: block;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .surroundings__welfare-title {
    margin: 10px 0;
    font-size: 1.6rem;
  }
}
.surroundings__welfare-text {
  font-size: 1.5rem;
  line-height: 30px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .surroundings__welfare-text {
    line-height: 1.7;
    font-size: 1.4rem;
  }
}

.disclaimer__content {
  padding-bottom: 150px;
  font-size: 1.6rem;
  line-height: 1.2em;
  width: 1100px;
  max-width: calc(100% - 45px);
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .disclaimer__content {
    max-width: 100%;
    padding: 0 15px;
  }
}
@media screen and (max-width: 767px) {
  .disclaimer__content {
    padding-bottom: 80px;
  }
}

.sdg {
  overflow: hidden;
  -webkit-font-feature-settings: inherit;
          font-feature-settings: inherit;
}
.sdg__container {
  width: 1100px;
  max-width: calc(100% - 45px);
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .sdg__container {
    max-width: 100%;
    padding: 0 15px;
  }
}
.sdg__container {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .sdg__container {
    margin-bottom: 50px;
  }
}
.sdg__text {
  gap: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.6rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 2em;
}
@media screen and (max-width: 767px) {
  .sdg__text {
    font-size: 1.3rem;
  }
}
.sdg__text--info {
  padding-right: 60px;
}
@media screen and (max-width: 767px) {
  .sdg__text--info {
    padding-right: 0;
  }
}
.sdg__text--con {
  padding-top: 30px;
}
.sdg__text--pad {
  padding: 18px 0;
}
.sdg__text-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.6rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: underline;
  color: #ffbb00;
}
@media screen and (max-width: 767px) {
  .sdg__text-link {
    gap: 10px;
  }
}
.sdg__text-link a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.sdg__text-link::after {
  content: "";
  width: 14px;
  height: 14px;
  display: block;
  margin-left: 10px;
  background: url("./img/icons/icon-external-link.svg") no-repeat center;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .sdg__text-link::after {
    margin-left: 0;
  }
}
.sdg__anchor .anchor-nav__link {
  width: 320px;
}
.sdg__logo {
  display: block;
  margin: 0 auto 10px;
  max-width: 1000px;
}
.sdg__info, .sdg__contribution-content, .sdg__contribution-container, .sdg__contribution-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .sdg__info, .sdg__contribution-content, .sdg__contribution-container, .sdg__contribution-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.sdg__info {
  padding: 94px 0;
  position: relative;
  margin: 83px 0 97px;
}
@media screen and (max-width: 767px) {
  .sdg__info {
    gap: 20px;
    padding: 45px 0;
    margin: 40px 0 45px;
  }
}
.sdg__info::before {
  z-index: -1;
  left: 170px;
  content: "";
  top: 0;
  height: 100%;
  width: 200%;
  display: block;
  position: absolute;
  background-color: #f4f8f9;
}
@media screen and (max-width: 767px) {
  .sdg__info::before {
    width: unset;
    left: -20px;
    right: -20px;
  }
}
.sdg__info--rev {
  margin: 50px 0 40px;
}
@media screen and (max-width: 767px) {
  .sdg__info--rev {
    margin: 25px 0 20px;
  }
}
.sdg__info--rev::before {
  left: unset;
  right: 170px;
}
@media screen and (max-width: 767px) {
  .sdg__info--rev::before {
    top: 0;
    width: unset;
    left: -20px;
    right: -20px;
  }
}
.sdg__info--block {
  display: block;
}
.sdg__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .sdg__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.sdg__info-wrap {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .sdg__info-wrap {
    width: 100%;
  }
}
.sdg__info-wrap--rev p,
.sdg__info-wrap--rev h3 {
  padding-left: 70px;
}
@media screen and (max-width: 767px) {
  .sdg__info-wrap--rev p,
  .sdg__info-wrap--rev h3 {
    padding: 0;
  }
}
.sdg__info-title {
  margin-bottom: 49px;
}
@media screen and (max-width: 767px) {
  .sdg__info-title {
    margin-bottom: 24px;
  }
}
.sdg__info-title h3 {
  font-size: 2.6rem;
  padding-bottom: 22.5px;
  font-weight: 700;
  border-bottom: 2px solid #000;
}
@media screen and (max-width: 767px) {
  .sdg__info-title h3 {
    padding-bottom: 11px;
    font-size: 18px;
  }
}
.sdg__contribution:not(:last-child) {
  margin-bottom: 60px;
  padding-bottom: 60px;
  border-bottom: 1px solid #e2e2e2;
}
@media screen and (max-width: 767px) {
  .sdg__contribution:not(:last-child) {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
}
.sdg__contribution-content {
  gap: 25px;
  width: 50%;
  padding: 40px 65px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #f4f8f9;
}
@media screen and (max-width: 767px) {
  .sdg__contribution-content {
    width: 100%;
    padding: 20px 34px;
  }
}
.sdg__contribution-content--trans, .sdg__contribution-content--text {
  padding: 0 0 0 70px;
  background-color: transparent;
}
@media screen and (max-width: 767px) {
  .sdg__contribution-content--trans, .sdg__contribution-content--text {
    padding: 20px 0 0;
  }
}
.sdg__contribution-content--text {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.sdg__contribution-content-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sdg__contribution-img {
  width: 140px;
  height: 140px;
  display: block;
}
@media screen and (max-width: 767px) {
  .sdg__contribution-img {
    width: 100px;
    height: 100px;
  }
}
.sdg__contribution-title {
  font-size: 1.8rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .sdg__contribution-title {
    font-size: 1.4rem;
  }
}
.sdg__contribution-item {
  gap: 8%;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .sdg__contribution-item {
    gap: 20px;
    margin-top: 15px;
  }
}
.sdg__item-title {
  gap: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.6rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 7px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .sdg__item-title {
    margin-bottom: 5px;
    font-size: 1.3rem;
  }
}
.sdg__item-title::before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #65b11a;
}
.sdg__item-text {
  width: 61%;
}
@media screen and (max-width: 767px) {
  .sdg__item-text {
    width: 100%;
  }
}
.sdg__item-text--w100 {
  width: 100%;
}
.sdg__contribution-item-img {
  width: 31%;
}
@media screen and (max-width: 767px) {
  .sdg__contribution-item-img {
    width: 100%;
  }
}
.sdg__img-list-wrap {
  gap: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 30px 0 61px;
}
@media screen and (max-width: 767px) {
  .sdg__img-list-wrap {
    gap: 20px 2%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 15px 0 31px;
  }
}
.sdg__img-list-item {
  width: 48%;
}
.sdg__section-title {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .sdg__section-title {
    margin-bottom: 25px;
  }
}
.sdg__list {
  margin-bottom: 30px;
}
.sdg__list li {
  gap: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.sdg__list li:not(:last-child) {
  margin-bottom: 10px;
}
.sdg__list li::before {
  content: "・";
  margin-right: 15px;
  display: inline-block;
}
.sdg img {
  width: 100%;
}

.financial-info {
  width: 1100px;
  max-width: calc(100% - 45px);
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .financial-info {
    max-width: 100%;
    padding: 0 15px;
  }
}
.financial-info__wrap {
  padding: 10px 0 150px;
}
@media screen and (max-width: 767px) {
  .financial-info__wrap {
    padding: 0 0 70px;
  }
}
.financial-info__item {
  display: grid;
  grid-template-columns: 279px repeat(5, 1fr);
  text-align: center;
  border-bottom: 1px solid #e2e2e2;
  padding: 39px 0 38px;
}
@media screen and (max-width: 767px) {
  .financial-info__item {
    grid-template-columns: 100px repeat(5, 1fr);
    padding: 19px 0 18px;
  }
}
.financial-info__item--date {
  padding: 0 0 7px;
}
.financial-info__item--date span {
  font-size: 1.4rem !important;
  font-weight: 600;
  color: #878787;
}
@media screen and (max-width: 767px) {
  .financial-info__item--date span {
    font-size: 10px !important;
  }
}
.financial-info__item span {
  font-family: "Poppins", sans-serif;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .financial-info__item span {
    font-size: 12px;
  }
}
.financial-info__item span:first-child {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #000;
  text-align: left;
  padding-left: 40px;
}
@media screen and (max-width: 767px) {
  .financial-info__item span:first-child {
    padding-left: 10px;
  }
}
.financial-info__item:first-child {
  border-bottom: 2px solid #878787;
}
.financial-info__figure {
  margin-top: 80px;
  padding: 0 60px;
}
@media screen and (max-width: 767px) {
  .financial-info__figure {
    margin-top: 40px;
    padding: 0 30px;
    overflow-x: scroll;
  }
}
.financial-info__image {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .financial-info__image {
    width: 800px;
  }
}
.financial-info__scroll {
  font-size: 12px;
  font-weight: 700;
}

.ir-briefing {
  width: 1100px;
  max-width: calc(100% - 45px);
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .ir-briefing {
    max-width: 100%;
    padding: 0 15px;
  }
}
.ir-briefing__wrap {
  padding: 10px 0 150px;
}
@media screen and (max-width: 767px) {
  .ir-briefing__wrap {
    padding: 0 0 70px;
  }
}
.ir-briefing__notice-item {
  position: relative;
  border-bottom: 1px solid #e2e2e2;
}
.ir-briefing__notice-item:first-child {
  border-top: 1px solid #e2e2e2;
}
.ir-briefing__notice-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 0 37px 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .ir-briefing__notice-link {
    padding: 20px 0 17px 10px;
  }
}
.ir-briefing__notice-date {
  font-family: "Poppins", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding-right: 80px;
}
@media screen and (max-width: 767px) {
  .ir-briefing__notice-date {
    font-size: 14px;
    padding-right: 40px;
  }
}
.ir-briefing__item-title {
  font-size: 1.6rem;
  padding-right: 10px;
}
@media screen and (max-width: 767px) {
  .ir-briefing__item-title {
    font-size: 14px;
  }
}
.ir-briefing__link-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  margin-left: auto;
}
.ir-briefing__links {
  width: 30px;
}
@media screen and (max-width: 767px) {
  .ir-briefing__links {
    width: 25px;
  }
}
.ir-briefing__icon {
  width: 100%;
}

.news-details {
  padding-bottom: 150px;
  width: 1100px;
  max-width: calc(100% - 45px);
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .news-details {
    max-width: 100%;
    padding: 0 15px;
  }
}
@media screen and (max-width: 767px) {
  .news-details {
    padding-bottom: 60px;
  }
}
.news-details__title {
  position: relative;
  font-size: 2.6rem;
  padding-left: 26px;
  border-left: 12px solid #278400;
  margin-bottom: 61px;
}
@media screen and (max-width: 767px) {
  .news-details__title {
    font-size: 20px;
    margin-bottom: 30px;
    padding-left: 20px;
  }
}
.news-details__title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 6px;
  background-color: #278400;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
.news-details__text {
  font-size: 1.6rem;
  line-height: 2em;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .news-details__text {
    font-size: 14px;
    margin-bottom: 30px;
  }
}
.news-details__image-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 60px;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .news-details__image-group {
    margin-bottom: 30px;
    gap: 30px;
  }
}
.news-details__image {
  width: calc(50% - 30px);
}
@media screen and (max-width: 767px) {
  .news-details__image {
    width: 100%;
  }
}
.news-details__image--full {
  width: 100%;
}
.news-details__pagination {
  gap: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .news-details__pagination {
    gap: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.news-details__control {
  padding: 12px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  background-color: #EFF2F3;
  font-size: 1.6rem;
  font-weight: 700;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  display: flex;
  align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .news-details__control {
    font-size: 14px;
    width: 170px;
  }
}
.news-details__control:hover {
  background-color: #333;
  color: #fff;
}
.news-details__control:hover svg path {
  fill: #fff;
}
.news-details__control--index {
  width: 168px;
}
@media screen and (max-width: 767px) {
  .news-details__control--index {
    width: 170px;
  }
}
.news-details__control--previous svg {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.news-details td {
  border: 1px solid;
  padding: 5px 10px;
}

.ir-mail {
  padding-bottom: 150px;
  width: 1100px;
  max-width: calc(100% - 45px);
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .ir-mail {
    max-width: 100%;
    padding: 0 15px;
  }
}
@media screen and (max-width: 767px) {
  .ir-mail {
    padding-bottom: 60px;
  }
}
.ir-mail__text {
  font-size: 1.6rem;
  line-height: 2em;
}
@media screen and (max-width: 767px) {
  .ir-mail__text {
    font-size: 14px;
  }
}
.ir-mail__text a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.ir-mail__content {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .ir-mail__content {
    margin-top: 50px;
  }
}
.ir-mail__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
  gap: 60px;
}
@media screen and (max-width: 980px) {
  .ir-mail__group {
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .ir-mail__group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 30px;
  }
}
.ir-mail__block {
  width: 100%;
  padding: 50px 80px 28px;
  border: 2px solid #333;
}
@media screen and (max-width: 980px) {
  .ir-mail__block {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 767px) {
  .ir-mail__block {
    padding: 40px 30px;
  }
}
.ir-mail__block--full {
  padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .ir-mail__block--full {
    padding-bottom: 40px;
  }
}
.ir-mail__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 31px;
}
@media screen and (max-width: 767px) {
  .ir-mail__header {
    margin-bottom: 20px;
  }
}
.ir-mail__icon-container {
  width: 37px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 0;
}
.ir-mail__title {
  font-size: 2.4rem;
}
@media screen and (max-width: 980px) {
  .ir-mail__title {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .ir-mail__title {
    font-size: 20px;
  }
}
.ir-mail__block-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 36px;
}
@media screen and (max-width: 767px) {
  .ir-mail__block-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
}
.ir-mail__note {
  display: block;
  font-size: 1.4rem;
  line-height: 1.7142857143em;
  color: #878787;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .ir-mail__note {
    font-size: 12px;
    margin-top: 10px;
  }
}
.ir-mail__image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.stock-info {
  width: 1100px;
  max-width: calc(100% - 45px);
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .stock-info {
    max-width: 100%;
    padding: 0 15px;
  }
}
.stock-info__wrap {
  padding: 10px 0 150px;
}
@media screen and (max-width: 767px) {
  .stock-info__wrap {
    padding: 0 0 70px;
  }
}
.stock-info__item {
  display: grid;
  grid-template-columns: 279px repeat(5, 1fr);
  text-align: center;
  border-bottom: 1px solid #e2e2e2;
  padding: 39px 0 38px;
}
@media screen and (max-width: 767px) {
  .stock-info__item {
    grid-template-columns: 100px repeat(5, 1fr);
    padding: 19px 0 18px;
  }
}
.stock-info__item--date {
  padding: 0 0 7px;
}
.stock-info__item--date span {
  font-size: 1.4rem !important;
  font-weight: 600;
  color: #878787;
}
@media screen and (max-width: 767px) {
  .stock-info__item--date span {
    font-size: 10px !important;
  }
}
.stock-info__item span {
  font-family: "Poppins", sans-serif;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .stock-info__item span {
    font-size: 12px;
  }
}
.stock-info__item span:first-child {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #000;
  text-align: left;
  padding-left: 40px;
}
@media screen and (max-width: 767px) {
  .stock-info__item span:first-child {
    padding-left: 10px;
  }
}
.stock-info__item:first-child {
  border-bottom: 2px solid #878787;
}
.stock-info__table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .stock-info__table {
    margin-bottom: 60px;
  }
}
.stock-info__table th,
.stock-info__table td {
  font-size: 1.6rem;
  border: 1px solid #e2e2e2;
  padding: 20px 0;
}
@media screen and (max-width: 767px) {
  .stock-info__table th,
  .stock-info__table td {
    font-size: 12px;
    padding: 10px 0;
  }
}
.stock-info__table th {
  background-color: #f9f9f9;
  width: 31.81%;
}
@media screen and (max-width: 767px) {
  .stock-info__table th {
    width: unset;
  }
}
.stock-info__table td {
  padding-left: 80px;
}
@media screen and (max-width: 767px) {
  .stock-info__table td {
    padding-left: 40px;
  }
}
.stock-info__introduction {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .stock-info__introduction {
    margin-top: 30px;
  }
}
.stock-info__iframe {
  text-align: center;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .stock-info__iframe {
    margin-top: 15px;
  }
}
.stock-info__iframe iframe {
  max-width: 100%;
}

.job picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.job__anchor {
  margin-top: -50px;
  padding-top: 50px;
}
@media screen and (max-width: 767px) {
  .job__anchor {
    margin-top: -30px;
    padding-top: 30px;
  }
}
.job__section {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 80px;
  width: 100%;
  padding: 100px 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .job__section {
    gap: 40px;
    padding: 40px 3%;
  }
}
.job__section--gray {
  background-color: #f4f8f9;
}
.job__content-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 420px;
  width: 1100px;
  max-width: calc(100% - 45px);
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .job__content-wrap {
    max-width: 100%;
    padding: 0 15px;
  }
}
@media screen and (max-width: 1200px) {
  .job__content-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
    padding: 0 3%;
  }
}
.job__content-wrap--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 1200px) {
  .job__content-wrap--reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
}
.job__content-wrap--reverse .job__content-img {
  left: 0;
  right: unset;
  padding-left: 0;
  padding-right: 80px;
}
@media screen and (max-width: 1200px) {
  .job__content-wrap--reverse .job__content-img {
    left: unset;
    padding-right: 0;
  }
}
.job__content {
  width: 50%;
  padding-top: 50px;
}
@media screen and (max-width: 1200px) {
  .job__content {
    width: 100%;
    padding-top: 0;
  }
}
.job__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}
@media screen and (max-width: 767px) {
  .job__title {
    gap: 10px;
  }
}
.job__title-en {
  font-family: "Poppins", sans-serif;
  color: #278400;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .job__title-en {
    font-size: 16px;
  }
}
.job__title-jp {
  font-size: 3rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .job__title-jp {
    font-size: 20px;
  }
}
.job__content-text {
  margin-top: 30px;
  font-size: 1.6rem;
  line-height: 2em;
}
@media screen and (max-width: 767px) {
  .job__content-text {
    font-size: 14px;
  }
}
.job__content-img {
  position: absolute;
  right: 0;
  width: 50%;
  height: 420px;
  padding-left: 80px;
}
@media screen and (max-width: 1200px) {
  .job__content-img {
    position: relative;
    right: unset;
    width: 100%;
    padding-left: 0;
    height: 360px;
  }
}
@media screen and (max-width: 767px) {
  .job__content-img {
    height: 240px;
  }
}
.job__list-wrap {
  padding: 60px 30px;
  background-color: #f9f9f9;
  border-top: 4px solid #278400;
  width: 1100px;
  max-width: calc(100% - 45px);
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .job__list-wrap {
    max-width: 100%;
    padding: 0 15px;
  }
}
@media screen and (max-width: 767px) {
  .job__list-wrap {
    padding: 30px 15px;
  }
}
.job__list-wrap--white {
  background-color: #fff;
}
.job__list-heading {
  font-size: 2.8rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .job__list-heading {
    font-size: 18px;
  }
}
.job__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  margin-top: 40px;
  counter-reset: job;
}
@media screen and (max-width: 1200px) {
  .job__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .job__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.job__list--gray .job__list-item {
  background-color: #f9f9f9;
}
.job__list-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc(25% - 2px);
  padding: 20px;
  background-color: #fff;
  counter-increment: job;
}
@media screen and (max-width: 1200px) {
  .job__list-item {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 767px) {
  .job__list-item {
    width: 100%;
  }
}
.job__list-item::before {
  content: "0" counter(job);
  position: absolute;
  top: -22px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-family: "Poppins", sans-serif;
  color: #65B11A;
  font-size: 3rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .job__list-item::before {
    top: -15px;
    font-size: 20px;
  }
}
.job__list-img {
  width: 100%;
  height: 130px;
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  .job__list-img {
    height: 180px;
  }
}
.job__list-title {
  position: relative;
  margin-bottom: 10px;
  padding: 10px 0;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .job__list-title {
    font-size: 14px;
  }
}
.job__list-title::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: calc(100% - 90px);
  height: 2px;
  background-color: #278400;
}
@media screen and (max-width: 767px) {
  .job__list-title::before {
    width: calc(100% - 30px);
  }
}
.job__list-desc {
  font-size: 1.5rem;
  line-height: 2em;
}
@media screen and (max-width: 767px) {
  .job__list-desc {
    font-size: 12px;
  }
}

.form__section {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;
  padding-bottom: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 1100px;
  max-width: calc(100% - 45px);
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .form__section {
    max-width: 100%;
    padding: 0 15px;
  }
}
@media screen and (max-width: 767px) {
  .form__section {
    padding-bottom: 80px;
  }
}
.form__section--confirm .form__agree {
  display: none;
}
.form__section--confirm .form__input,
.form__section--confirm .form__select,
.form__section--confirm .form__textarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: auto;
  background-color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
}
.form__section--confirm .form__select::before {
  content: none;
}
.form__section--complete {
  gap: 80px;
}
.form__section--complete .form__button-wrap {
  margin-top: 0;
}
.form__steps {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 78px;
  counter-reset: step;
}
@media screen and (max-width: 767px) {
  .form__steps {
    gap: 50px;
  }
}
.form__step-item {
  position: relative;
  width: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.form__step-item::before {
  content: "";
  position: absolute;
  top: 30px;
  left: 50%;
  width: 140px;
  height: 4px;
  background-color: #B2B2B2;
}
@media screen and (max-width: 767px) {
  .form__step-item::before {
    width: 120px;
  }
}
.form__step-item:last-child::before {
  content: none;
}
.form__step-item.active .form__step-label {
  color: #333;
}
.form__step-item.active .form__step-label::after {
  background-color: #333;
  border-color: transparent;
  color: #fff;
}
.form__step-label {
  position: relative;
  width: 100%;
  padding-top: 70px;
  color: #B2B2B2;
  font-size: 1.2rem;
  font-weight: 700;
  text-align: center;
  counter-increment: step;
}
.form__step-label::after {
  content: "0" counter(step);
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 60px;
  height: 60px;
  background-color: #fff;
  border: 2px solid #B2B2B2;
  border-radius: 50%;
  font-family: "Poppins", sans-serif;
  color: #B2B2B2;
  font-size: 1.6rem;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.form__descr {
  font-size: 1.6rem;
  line-height: 2em;
  text-align: center;
}
.form__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  padding: 0 100px;
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  .form__block {
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .form__block {
    padding: 0;
  }
}
.form__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
.form__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .form__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 15px;
  }
}
.form__item--flex-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.form__label-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 35%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .form__label-wrap {
    width: auto;
  }
}
.form__label {
  width: calc(100% - 60px);
  font-size: 1.6rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .form__label {
    width: 100%;
    padding-right: 80px;
  }
}
.form__label.required::before {
  content: "必須";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 60px;
  height: 24px;
  background-color: #278400;
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
}
.form__input-wrap {
  width: 65%;
}
@media screen and (max-width: 767px) {
  .form__input-wrap {
    width: 100%;
  }
}
.form__input, .form__select, .form__textarea {
  width: 100%;
  height: 50px;
  background-color: #F5F5F5;
  border-radius: 4px;
}
.form__input input,
.form__input select,
.form__input textarea, .form__select input,
.form__select select,
.form__select textarea, .form__textarea input,
.form__textarea select,
.form__textarea textarea {
  width: 100%;
  height: 100%;
  padding: 15px 30px;
  background-color: #F5F5F5;
  border: none;
  outline: none;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .form__input input,
  .form__input select,
  .form__input textarea, .form__select input,
  .form__select select,
  .form__select textarea, .form__textarea input,
  .form__textarea select,
  .form__textarea textarea {
    padding: 15px;
  }
}
.form__textarea {
  height: 134px;
}
.form__textarea textarea {
  padding: 20px 30px;
  resize: none;
}
@media screen and (max-width: 767px) {
  .form__textarea textarea {
    padding: 15px;
  }
}
.form__select {
  position: relative;
  width: 282px;
}
.form__select::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 10px;
  height: 8px;
  background: url("./img/icons/select-arrow.svg") no-repeat center/100%;
}
.form__select select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #878787;
  font-size: 1.4rem;
}
.form__select select option:disabled {
  color: rgba(135, 135, 135, 0.6);
}
.form__agree {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  width: 100%;
  margin-top: 50px;
  font-size: 1.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.form__link {
  color: #FFBB00;
  text-decoration: underline;
}
.form__checkbox {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .form__checkbox {
    font-size: 12px;
  }
}
.form__checkbox label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form__checkbox input {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 28px;
  height: 28px;
  margin-right: 16px;
  background-color: #fff;
  border: 1px solid #e2e2e2;
  border-radius: 2px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .form__checkbox input {
    width: 20px;
    height: 20px;
    margin-right: 10px;
  }
}
.form__checkbox input::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 10px;
  -webkit-transform: rotate(45deg) scale(0);
          transform: rotate(45deg) scale(0);
  width: 5px;
  height: 12px;
  border: solid #333;
  border-width: 0 3px 3px 0;
  -webkit-transition: 0.1s ease-in;
  transition: 0.1s ease-in;
}
@media screen and (max-width: 767px) {
  .form__checkbox input::after {
    width: 3px;
    height: 6px;
    top: 4px;
    left: 7px;
    border-width: 0 2px 2px 0;
  }
}
.form__checkbox input:checked::after {
  -webkit-transform: rotate(45deg) scale(1);
          transform: rotate(45deg) scale(1);
}
.form__checkbox--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  width: 410px;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .form__checkbox--flex {
    width: 100%;
  }
}
.form__button-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  width: 100%;
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .form__button-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    margin-top: 40px;
  }
}
.form__button {
  margin-top: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  outline: none;
  cursor: pointer;
}
.form__button--back {
  background-color: #fff;
  border: 2px solid #000;
  color: #000;
}
.form__button--back::after {
  content: "";
  position: absolute;
  left: 10px;
  right: unset;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
  -webkit-filter: brightness(0);
          filter: brightness(0);
}
.form__button--back:hover::after {
  right: unset;
  -webkit-transform: scaleX(-1) translateX(5px);
          transform: scaleX(-1) translateX(5px);
}
.form__checkbox-main .mwform-checkbox-field,
.form__checkbox-main .mwform-radio-field {
  width: 200px;
}
@media screen and (max-width: 767px) {
  .form__checkbox-main .mwform-checkbox-field,
  .form__checkbox-main .mwform-radio-field {
    width: 48.5%;
  }
}
.form__checkbox-main .mwform-checkbox-field label,
.form__checkbox-main .mwform-radio-field label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 45px;
  padding: 0 0 0 5px;
  background-color: #F5F5F5;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  padding: 0 10px;
}
.form__radio-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  font-size: 1.4rem;
}
.form__radio-container label {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.form__radio-container label::before {
  content: "";
  width: 30px;
  height: 30px;
  margin-right: 10px;
  border-radius: 50%;
  border: 1px solid #B2B2B2;
}
.form__radio-container label input {
  opacity: 0;
  width: 0;
  height: 0;
}
.form__radio-container label input[type=radio]:checked + span::after {
  content: "";
  height: 15px;
  min-width: 15px;
  border-radius: 50%;
  background-color: #333;
  left: 9px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
}
.form__radio-field-text {
  font-size: 1.6rem;
}

.recruit__item {
  margin-top: 100px;
}
.recruit__item:first-of-type {
  margin-top: 0;
}

.entry {
  background: url("./img/banners/entry.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  padding: 70px 0;
}
@media screen and (max-width: 767px) {
  .entry {
    padding: 40px 0 50px;
  }
}
.entry::before {
  content: "";
  background: #000;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.entry__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  .entry__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .entry__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.entry__info {
  width: 42%;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  .entry__info {
    width: 100%;
    max-width: 490px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .entry__info {
    width: 100%;
  }
}
.entry__title .big {
  font-size: 5.4rem;
  color: #FFBB00;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  letter-spacing: 0.1;
  display: block;
}
@media screen and (max-width: 767px) {
  .entry__title .big {
    font-size: 3.6rem;
  }
}
.entry__title .small {
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .entry__title .small {
    font-size: 1.4rem;
  }
}
.entry__text {
  font-size: 1.6rem;
  line-height: 32px;
  color: #fff;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .entry__text {
    font-size: 1.4rem;
    line-height: 1.7;
    margin-top: 20px;
  }
}
.entry__buttons {
  width: 45%;
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  .entry__buttons {
    width: 100%;
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .entry__buttons {
    width: 100%;
    margin-top: 20px;
  }
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  .entry__button {
    margin-right: 0;
    max-width: 100%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .entry__button {
    margin-right: 0;
    max-width: 100%;
  }
}

.shop {
  padding-top: 0;
}
.shop__list {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .shop__list {
    margin-top: 40px;
  }
}
.shop__list article:last-of-type .shop__item {
  border-bottom: 1px solid #e2e2e2;
}
.shop__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 20px 20px 50px;
  position: relative;
  width: 100%;
  border-top: 1px solid #E2E2E2;
}
@media screen and (max-width: 767px) {
  .shop__item {
    padding: 15px 0;
    padding-right: 25px;
  }
}
.shop__item::after {
  content: "";
  background: url("./img/icons/arrow-circle.svg") no-repeat;
  background-size: 100%;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .shop__item::after {
    right: 5px;
  }
}
.shop__item:hover::after {
  right: 10px;
}
@media screen and (max-width: 767px) {
  .shop__item:hover::after {
    right: 0;
  }
}
.shop__item-image {
  width: 40px;
  margin-right: 90px;
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  .shop__item-image {
    margin-right: 50px;
  }
}
@media screen and (max-width: 767px) {
  .shop__item-image {
    margin-right: 10px;
  }
}
.shop__item-image img {
  width: 100%;
}
.shop__item-title {
  width: 200px;
  font-size: 1.6rem;
  font-weight: 700;
  margin-right: 140px;
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  .shop__item-title {
    margin-right: 50px;
    width: 160px;
  }
}
@media screen and (max-width: 767px) {
  .shop__item-title {
    font-size: 1.3rem;
    width: 140px;
    margin-right: 10px;
  }
}
.shop__item-info span {
  display: block;
  font-size: 1.6rem;
  line-height: 2em;
}
@media screen and (max-width: 767px) {
  .shop__item-info span {
    font-size: 1.2rem;
    line-height: 1.7em;
  }
}

.history__block {
  padding-bottom: 100px;
}
.history__anchor-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .history__anchor-links {
    margin-top: 40px;
  }
}
.history__anchor-dropdown {
  position: relative;
  width: 275px;
  height: 40px;
  padding: 10px 20px;
  border-right: 1px solid #E2E2E2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.6rem;
  font-weight: 500;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 10px 0;
  cursor: pointer;
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  .history__anchor-dropdown {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .history__anchor-dropdown {
    width: 50%;
  }
}
.history__anchor-dropdown span {
  width: 100%;
  text-align: center;
}
.history__anchor-dropdown::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 5px 0 5px;
  border-color: #878787 transparent transparent transparent;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.history__anchor-content {
  position: absolute;
  top: 40px;
  background: #fff;
  width: 100%;
  z-index: 1;
  border: 1px solid #e2e2e2;
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.history__anchor-content.active {
  max-height: 600px;
  opacity: 1;
  visibility: visible;
}
.history__anchor-link {
  display: block;
  font-size: 1.4rem;
  padding: 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.history__anchor-link:hover {
  background: #e2e2e2;
}
.history__content {
  margin-top: 90px;
}
@media screen and (max-width: 767px) {
  .history__content {
    margin-top: 50px;
  }
}
.history__image {
  margin-top: 70px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .history__image {
    margin-top: 40px;
  }
}
.history__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .history__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.history__item:not(:last-of-type) {
  border-bottom: 1px solid #E2E2E2;
}
@media screen and (max-width: 767px) {
  .history__item:not(:last-of-type) {
    border-bottom: 0;
  }
}
.history__date-title {
  width: 120px;
  margin-right: 120px;
  color: #878787;
  font-weight: 700;
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  .history__date-title {
    margin-right: 80px;
  }
}
@media screen and (max-width: 767px) {
  .history__date-title {
    margin-right: 0;
  }
}
.history__date-title .big {
  font-size: 3.6rem;
}
.history__date-title .small {
  font-size: 1.6rem;
}
.history__info-wrap {
  width: 80%;
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  .history__info-wrap {
    width: 74%;
  }
}
@media screen and (max-width: 767px) {
  .history__info-wrap {
    width: 100%;
    margin-top: 20px;
  }
}
.history__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 25px;
  padding-right: 0;
  border-left: 4px solid #E2E2E2;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .history__info {
    padding: 15px;
  }
}
.history__info::before {
  content: "";
  background: #878787;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  position: absolute;
  left: -9px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.history__info.pt-20 {
  padding-top: 20px;
}
@media screen and (max-width: 767px) {
  .history__info.pt-20 {
    padding-top: 15px;
  }
}
.history__info.pt-50 {
  padding-top: 50px;
}
@media screen and (max-width: 767px) {
  .history__info.pt-50 {
    padding-top: 30px;
  }
}
.history__info.pt-50::before {
  top: 30px;
}
.history__info.pb-50 {
  padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .history__info.pb-50 {
    padding-bottom: 30px;
  }
}
.history__info.pb-50::before {
  bottom: 25px;
}
.history__info.p-50 {
  padding: 50px 25px;
}
.history__date {
  width: 90px;
  margin-right: 90px;
  font-size: 1.6rem;
  font-weight: 700;
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  .history__date {
    margin-right: 35px;
  }
}
@media screen and (max-width: 767px) {
  .history__date {
    margin-right: 20px;
    font-size: 1.4rem;
  }
}
.history__text {
  font-size: 1.6rem;
  line-height: 32px;
  width: 78%;
}
@media screen and (max-width: 767px) {
  .history__text {
    width: 75%;
    font-size: 1.4rem;
    line-height: 1.7;
  }
}
.history__note {
  display: block;
  text-align: right;
  margin-top: 5px;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .history__note {
    font-size: 12px;
  }
}

.ir-calendar {
  padding-bottom: 150px;
  width: 1100px;
  max-width: calc(100% - 45px);
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .ir-calendar {
    max-width: 100%;
    padding: 0 15px;
  }
}
@media screen and (max-width: 767px) {
  .ir-calendar {
    padding-bottom: 60px;
  }
}
.ir-calendar__item:not(:last-child) {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .ir-calendar__item:not(:last-child) {
    margin-bottom: 30px;
  }
}
.ir-calendar__block:not(:last-child) {
  margin-bottom: 20px;
}
.ir-calendar__block:first-child {
  padding-top: 20px;
}
@media screen and (max-width: 767px) {
  .ir-calendar__block:first-child {
    padding-top: 10px;
  }
}
.ir-calendar__title {
  position: relative;
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  line-height: 1.25em;
  padding-left: 60px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .ir-calendar__title {
    font-size: 20px;
    padding-left: 30px;
  }
}
.ir-calendar__title::before, .ir-calendar__title::after {
  content: "";
  position: absolute;
}
.ir-calendar__title::before {
  top: 15px;
  left: 0;
  width: 30px;
  height: 3px;
  border-radius: 0 2px 2px 0;
  background-color: #000;
}
@media screen and (max-width: 767px) {
  .ir-calendar__title::before {
    width: 20px;
    top: 12px;
  }
}
.ir-calendar__title::after {
  right: 20px;
  top: 0;
  bottom: 0;
  width: 20px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  background-image: url("./img/icons/arrow-right-green.svg");
  background-size: 100% 20px;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .ir-calendar__title::after {
    right: 15px;
    width: 15px;
    background-size: 100% 15px;
  }
}
.ir-calendar__title.active::after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.ir-calendar__subtitle {
  font-size: 1.8rem;
  margin-bottom: 23px;
}
@media screen and (max-width: 767px) {
  .ir-calendar__subtitle {
    font-size: 14px;
    margin-bottom: 15px;
  }
}
.ir-calendar__text {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .ir-calendar__text {
    font-size: 12px;
  }
}
.ir-calendar__content {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.ir-calendar__timeline {
  margin: 80px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .ir-calendar__timeline {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 80px 0;
    margin: 80px auto;
    width: 295px;
    max-width: 100%;
  }
}
.ir-calendar__timeline-item {
  width: 9%;
  position: relative;
  padding: 10px;
  font-size: 2.8rem;
  background-color: #eee;
  text-align: center;
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  .ir-calendar__timeline-item {
    width: unset;
  }
}
@media screen and (max-width: 980px) {
  .ir-calendar__timeline-item {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .ir-calendar__timeline-item {
    font-size: 16px;
    width: 16.6666666667%;
    padding: 5px;
  }
}
.ir-calendar__timeline-item:nth-child(even) {
  background-color: #f8f8f8;
}
.ir-calendar__timeline-info {
  position: absolute;
  left: 50%;
  font-size: 1.4rem;
  line-height: 1.3em;
  border-left: 1px solid #000;
  padding: 3px 0 10px 5px;
  white-space: nowrap;
  bottom: 60px;
  text-align: left;
  font-weight: 500;
}
@media screen and (max-width: 980px) {
  .ir-calendar__timeline-info {
    bottom: 49px;
  }
}
@media screen and (max-width: 767px) {
  .ir-calendar__timeline-info {
    font-size: 10px;
    padding: 2px 0 5px 3px;
    bottom: 34px;
  }
}
.ir-calendar__timeline-info--bottom {
  bottom: auto;
  top: 60px;
  left: 75%;
  padding: 10px 0 3px 5px;
}
@media screen and (max-width: 980px) {
  .ir-calendar__timeline-info--bottom {
    top: 49px;
  }
}
@media screen and (max-width: 767px) {
  .ir-calendar__timeline-info--bottom {
    padding: 5px 0 2px 3px;
    top: 34px;
  }
}

.card {
  margin: 100px 0 150px;
}
@media screen and (max-width: 767px) {
  .card {
    margin: 50px 0 75px;
  }
}
.card__wrap, .card__description {
  width: 1100px;
  max-width: calc(100% - 45px);
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .card__wrap, .card__description {
    max-width: 100%;
    padding: 0 15px;
  }
}
.card__title {
  text-align: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .card__title {
    margin-bottom: 40px;
  }
}
.card__title-eng {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  font-family: "Poppins", sans-serif;
}
@media screen and (max-width: 767px) {
  .card__title-eng {
    font-size: 1.3rem;
  }
}
.card__title-jp {
  font-size: 4.2rem;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .card__title-jp {
    font-size: 2.6rem;
  }
}
.card__intro {
  position: relative;
  margin-bottom: 67px;
}
@media screen and (max-width: 767px) {
  .card__intro {
    margin-bottom: 34px;
  }
}
.card__intro::before {
  top: 0;
  right: 0;
  z-index: -1;
  content: "";
  height: 100%;
  position: absolute;
  left: calc(50% - 380px);
  background-color: #f4f8f9;
}
@media screen and (max-width: 767px) {
  .card__intro::before {
    left: 0;
  }
}
.card__description {
  padding: 90px 0 80px;
}
@media screen and (max-width: 767px) {
  .card__description {
    padding: 45px 15px 40px;
  }
}
.card__description-wrap {
  gap: 7%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .card__description-wrap {
    gap: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.card__description-img {
  width: 43%;
}
@media screen and (max-width: 767px) {
  .card__description-img {
    width: 100%;
  }
}
.card__description-text {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .card__description-text {
    width: 100%;
  }
}
.card__text {
  font-size: 1.6rem;
  line-height: 2em;
}
@media screen and (max-width: 767px) {
  .card__text {
    font-size: 1.3rem;
  }
}
.card__text--center {
  text-align: center;
}
.card__note {
  margin-top: 40px;
  font-size: 1.4rem;
  color: #878787;
  line-height: 1.7142857143em;
}
@media screen and (max-width: 767px) {
  .card__note {
    margin-top: 20px;
    font-size: 1.2rem;
  }
}
.card__table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
@media screen and (max-width: 767px) {
  .card__table {
    gap: 20px;
    margin-top: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.card__table-item {
  width: 35%;
  border-radius: 4px;
  border: 3px solid #278400;
}
@media screen and (max-width: 767px) {
  .card__table-item {
    width: 100%;
  }
}
.card__table-item:first-child {
  width: 19%;
}
@media screen and (max-width: 767px) {
  .card__table-item:first-child {
    width: 100%;
  }
}
.card__th {
  padding: 8px;
  text-align: center;
  color: #fff;
  background-color: #278400;
  border-bottom: 3px solid #278400;
}
.card__th span {
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .card__th span {
    font-size: 1.5rem;
  }
}
.card__td {
  gap: 5px;
  height: 100px;
  padding: 26px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #278400;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .card__td {
    padding: 13px 5px;
  }
}
.card__td p {
  font-size: 1.2rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .card__td p {
    font-size: 1.1rem;
  }
}
.card__td-text {
  font-weight: 900;
  font-size: 2.8rem;
}
@media screen and (max-width: 767px) {
  .card__td-text {
    font-size: 1.9rem;
  }
}
.card__td-tax-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
@media screen and (max-width: 767px) {
  .card__td-tax-wrap {
    width: 100%;
  }
}
.card__td-tax {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.card__td-tax-cat {
  font-size: 1.4rem;
  margin-bottom: 8px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  border-radius: 50px;
  padding: 2px 18px 4px;
  background-color: rgba(39, 132, 0, 0.2);
}
@media screen and (max-width: 767px) {
  .card__td-tax-cat {
    font-size: 1.2rem;
  }
}
.card__td-tax-label {
  font-weight: 900;
  font-size: 1.5rem;
}
@media screen and (max-width: 1200px) {
  .card__td-tax-label {
    font-size: 1.25rem;
  }
}
.card__td-tax-label--big {
  font-size: 2rem;
}
@media screen and (max-width: 1200px) {
  .card__td-tax-label--big {
    font-size: 1.5rem;
  }
}
.card__price-num, .card__gas-text, .card__gas-label-num {
  color: #278400;
}
.card__price-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 9px 0 50px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .card__price-text {
    margin: 15px 0 30px;
  }
}
.card__price-text h2 {
  font-size: 3rem;
  padding: 0 30px 0 70px;
  border-bottom: 3px solid #333;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .card__price-text h2 {
    padding: 0;
    text-align: center;
    font-size: 2rem;
  }
}
.card__price-num {
  font-size: 6rem;
  margin-left: 34px;
  font-family: "Poppins", sans-serif;
}
@media screen and (max-width: 767px) {
  .card__price-num {
    margin-left: 0;
    font-size: 3.5rem;
  }
}
.card__price-num--mid {
  margin-left: 0;
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  .card__price-num--mid {
    font-size: 2rem;
  }
}
.card__gas {
  gap: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-bottom: 44px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .card__gas {
    gap: 100px;
    margin-bottom: 22px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.card__gas::before {
  top: 50%;
  left: 50%;
  width: 41px;
  content: "";
  height: 41px;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: url("./img/icons/icon-plus-sign.svg") no-repeat center;
  background-size: contain;
}
.card__gas-item {
  width: 380px;
  padding: 30px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #eff2f3;
}
@media screen and (max-width: 767px) {
  .card__gas-item {
    width: 100%;
    padding: 15px;
  }
}
.card__gas-item-label {
  top: -40px;
  left: -40px;
  width: 100px;
  height: 100px;
  font-size: 1.8rem;
  position: absolute;
  border-radius: 50%;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
  font-weight: 700;
  background-color: #ffbb00;
}
@media screen and (max-width: 1200px) {
  .card__gas-item-label {
    top: -20px;
    left: -20px;
  }
}
@media screen and (max-width: 767px) {
  .card__gas-item-label {
    font-size: 1.4rem;
  }
}
.card__gas-img {
  width: 80px;
  display: block;
}
.card__gas-text-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 1200px) {
  .card__gas-text-wrap {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.card__gas-label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.card__gas-label-text {
  z-index: 1;
  width: 100%;
  height: 100%;
  font-size: 1.5rem;
  text-align: center;
  position: relative;
  color: #fff;
  margin-bottom: 10px;
  padding: 4px 16px 7px;
}
@media screen and (max-width: 767px) {
  .card__gas-label-text {
    font-size: 1.25rem;
  }
}
.card__gas-label-text::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  content: "";
  display: block;
  position: absolute;
  background: url("./img/icons/icon-label-decor.svg") no-repeat center;
  background-size: contain;
}
.card__gas-label-num {
  line-height: 1em;
  margin: 0 9px -35px;
  font: 700 11rem "Poppins", sans-serif;
}
@media screen and (max-width: 1200px) {
  .card__gas-label-num {
    margin-bottom: -10px;
    font-size: 6rem;
  }
}
.card__gas-text-mid {
  font-size: 1.5rem;
  font-weight: 500;
}
@media screen and (max-width: 1200px) {
  .card__gas-text-mid {
    font-size: 1.25rem;
  }
}
.card__gas-text-big {
  font-weight: 900;
  font-size: 3.5rem;
}
@media screen and (max-width: 1200px) {
  .card__gas-text-big {
    font-size: 2.25rem;
  }
}
.card img {
  width: 100%;
}

.company {
  margin: 100px 0 150px;
}
@media screen and (max-width: 767px) {
  .company {
    margin: 50px 0 75px;
  }
}
.company__anchor-nav {
  margin-bottom: 77px;
}
@media screen and (max-width: 767px) {
  .company__anchor-nav {
    padding: 0 15px;
    margin-bottom: 35px;
  }
}
.company__greet {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 1100px;
  max-width: calc(100% - 45px);
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .company__greet {
    max-width: 100%;
    padding: 0 15px;
  }
}
.company__greet {
  margin: 50px auto 126px;
}
@media screen and (max-width: 1200px) {
  .company__greet {
    gap: 30px;
    margin: 25px auto 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.company__greet-title {
  font-size: 2.8rem;
  margin-bottom: 52px;
  font-weight: 700;
  line-height: 1.5em;
}
@media screen and (max-width: 767px) {
  .company__greet-title {
    margin-bottom: 25px;
    font-size: 1.9rem;
  }
}
.company__greet-text {
  font-size: 2rem;
  line-height: 2em;
}
@media screen and (max-width: 767px) {
  .company__greet-text {
    font-size: 1.3rem;
  }
}
.company__greet-name {
  display: block;
  text-align: right;
  font-size: 2rem;
  font-weight: 700;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .company__greet-name {
    font-size: 1.3rem;
    margin-top: 10px;
  }
}
.company__philosophy {
  position: relative;
  width: 1100px;
  max-width: calc(100% - 45px);
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .company__philosophy {
    max-width: 100%;
    padding: 0 15px;
  }
}
.company__philosophy-list {
  width: 826px;
  height: 768px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 980px) {
  .company__philosophy-list {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.company__philosophy-list::before {
  top: 50%;
  left: 50%;
  z-index: -1;
  content: "";
  display: block;
  width: 367.03px;
  height: 367.03px;
  position: absolute;
  border: 8px solid #e2e2e2;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
@media screen and (max-width: 980px) {
  .company__philosophy-list::before {
    top: 0;
    width: 0;
    bottom: 0;
    height: unset;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    border: 4px solid #e2e2e2;
  }
}
.company__philosophy-wrap {
  width: 302px;
  height: 302px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  border-radius: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #278400;
}
@media screen and (max-width: 980px) {
  .company__philosophy-wrap {
    width: 230px;
    height: 230px;
    margin-bottom: 20px;
  }
}
.company__philosophy-wrap--2 {
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #65B11A;
}
@media screen and (max-width: 980px) {
  .company__philosophy-wrap--2 {
    margin-bottom: 200px;
  }
}
.company__philosophy-wrap--3 {
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #008472;
}
@media screen and (max-width: 980px) {
  .company__philosophy-wrap--3 {
    margin-bottom: 20px;
  }
}
.company__philosophy-wrap--4 {
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #006084;
}
@media screen and (max-width: 980px) {
  .company__philosophy-wrap--4 {
    margin-bottom: 0;
  }
}
.company__philosophy-wrap--2, .company__philosophy-wrap--3, .company__philosophy-wrap--4 {
  position: absolute;
}
@media screen and (max-width: 980px) {
  .company__philosophy-wrap--2, .company__philosophy-wrap--3, .company__philosophy-wrap--4 {
    top: unset;
    left: unset;
    right: unset;
    bottom: unset;
    -webkit-transform: unset;
            transform: unset;
    position: relative;
  }
}
.company__section-title-eng {
  left: 0;
  top: 10px;
  position: absolute;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  -webkit-transform: scale(-1);
          transform: scale(-1);
}
.company__philosophy-num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  margin: 5px 0 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 980px) {
  .company__philosophy-num {
    margin: 5px 0 20px;
  }
}
.company__philosophy-num-item {
  font: 600 5rem "Poppins", sans-serif;
}
@media screen and (max-width: 980px) {
  .company__philosophy-num-item {
    font-size: 3rem;
  }
}
.company__philosophy-num-text {
  font-size: 3rem;
  font-weight: 700;
}
@media screen and (max-width: 980px) {
  .company__philosophy-num-text {
    font-size: 2rem;
  }
}
.company__philosophy-text {
  font-size: 1.4rem;
  text-align: center;
  color: #fff;
  line-height: 1.7142857143em;
}
@media screen and (max-width: 980px) {
  .company__philosophy-text {
    font-size: 1.2rem;
  }
}
.company__philosophy-label {
  top: 50%;
  left: 50%;
  font-size: 2.2rem;
  position: absolute;
  text-align: center;
  padding: 11px 22px;
  color: #5d5d5d;
  background-color: #fff;
  font-weight: 700;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 980px) {
  .company__philosophy-label {
    font-size: 1.6rem;
  }
}
.company__philosophy-label::before, .company__philosophy-label::after {
  left: 0;
  width: 0;
  content: "";
  position: absolute;
  border-left: 66px solid transparent;
  border-right: 66px solid transparent;
}
@media screen and (max-width: 980px) {
  .company__philosophy-label::before, .company__philosophy-label::after {
    border-left: 55px solid transparent;
    border-right: 55px solid transparent;
  }
}
.company__philosophy-label::before {
  height: 0;
  top: -35px;
  border-bottom: 35px solid #fff;
}
@media screen and (max-width: 980px) {
  .company__philosophy-label::before {
    top: -34px;
  }
}
.company__philosophy-label::after {
  bottom: -35px;
  border-top: 35px solid #fff;
}
@media screen and (max-width: 980px) {
  .company__philosophy-label::after {
    bottom: -34px;
  }
}
.company__section-title {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .company__section-title {
    margin-top: -35px;
  }
}
.company__customer {
  padding-bottom: 110px;
}
@media screen and (max-width: 767px) {
  .company__customer {
    padding-bottom: 55px;
  }
}
.company__customer-wrap {
  position: relative;
}
@media screen and (max-width: 980px) {
  .company__customer-wrap {
    margin-top: 30px;
    padding: 25px 0;
  }
}
.company__customer-wrap::before {
  right: 0;
  top: 60px;
  z-index: -1;
  content: "";
  height: 640px;
  position: absolute;
  left: calc(50% - 320px);
  background-color: #f4f8f9;
}
@media screen and (max-width: 980px) {
  .company__customer-wrap::before {
    top: 0;
    left: 0;
    height: 100%;
  }
}
@media screen and (max-width: 1200px) {
  .company__customer-wrap--right {
    margin: 0;
  }
}
.company__customer-wrap--right::before {
  top: 0;
  left: 0;
  bottom: 0;
  height: unset;
  right: calc(50% - 320px);
}
@media screen and (max-width: 1200px) {
  .company__customer-wrap--right::before {
    right: 0;
    height: 100%;
  }
}
.company__customer-env {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: -50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 220px 0 200px;
}
@media screen and (max-width: 1200px) {
  .company__customer-env {
    gap: 15px;
    margin-top: 25px;
    padding: 50px 45px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .company__customer-env {
    padding: 0 15px;
  }
}
.company__customer-env-img {
  left: 0;
  right: 50%;
  z-index: -1;
  height: 420px;
  position: absolute;
}
@media screen and (max-width: 1200px) {
  .company__customer-env-img {
    left: unset;
    width: 100%;
    right: unset;
    height: 220px;
    position: relative;
  }
}
.company__customer-env-img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left;
     object-position: left;
}
.company__customer-section-title {
  text-align: left;
  margin-bottom: 50px;
}
.company__customer-section-title span {
  margin: 0;
}
.company__customer-env-text {
  width: 1100px;
  max-width: calc(100% - 45px);
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .company__customer-env-text {
    max-width: 100%;
    padding: 0 15px;
  }
}
.company__customer-env-text-wrap {
  width: 43.5%;
  margin-left: auto;
}
@media screen and (max-width: 1200px) {
  .company__customer-env-text-wrap {
    width: 100%;
  }
}
.company__customer-title {
  text-align: center;
  margin: 50px 0 35px;
}
@media screen and (max-width: 767px) {
  .company__customer-title {
    margin: 0 0 20px;
  }
}
.company__customer-title-eng {
  letter-spacing: 0.1em;
  font-size: 1.6rem;
  font-family: "Poppins", sans-serif;
}
@media screen and (max-width: 767px) {
  .company__customer-title-eng {
    font-size: 13px;
  }
}
.company__customer-title-jp {
  font-size: 4.8rem;
  font-style: italic;
  display: inline-block;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, rgba(0, 0, 0, 0)), color-stop(40%, #39bd02));
  background: linear-gradient(rgba(0, 0, 0, 0) 70%, #39bd02 40%);
  line-height: 1.2em;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .company__customer-title-jp {
    font-size: 26px;
    margin-bottom: 5px;
  }
}
.company__wrap--gray {
  background-color: #F4F8F9;
}
.company__norm, .company__profile {
  width: 1100px;
  max-width: calc(100% - 45px);
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .company__norm, .company__profile {
    max-width: 100%;
    padding: 0 15px;
  }
}
.company__norm {
  padding: 77px 0 100px;
}
@media screen and (max-width: 767px) {
  .company__norm {
    padding: 35px 15px 50px;
  }
}
.company__norm-text {
  font-size: 1.6rem;
  line-height: 2em;
}
@media screen and (max-width: 767px) {
  .company__norm-text {
    font-size: 1.3rem;
  }
}
.company__norm-text--list {
  margin-bottom: 5px;
  font-weight: 700;
}
.company__norm-text--list::before {
  margin-right: 10px;
  content: counter(counter-sub, upper-alpha) " ) ";
}
.company__norm-text--bold {
  margin-top: auto;
  font-weight: 700;
  line-height: 1.5em;
}
.company__norm-list {
  margin-top: 127px;
}
@media screen and (max-width: 767px) {
  .company__norm-list {
    margin-top: 50px;
  }
}
.company__norm-item:not(:last-child) {
  margin-bottom: 43px;
}
@media screen and (max-width: 767px) {
  .company__norm-item:not(:last-child) {
    margin-bottom: 21px;
  }
}
.company__norm-item-title {
  font-size: 1.8rem;
  margin-bottom: 10px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .company__norm-item-title {
    font-size: 1.4rem;
  }
}
.company__norm-sub-list {
  margin-top: 22px;
  padding: 40px 50px;
  counter-reset: counter-sub;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .company__norm-sub-list {
    padding: 20px 25px;
  }
}
.company__norm-sub-item {
  counter-increment: counter-sub;
}
.company__norm-sub-item:not(:last-child) {
  margin-bottom: 25px;
}
.company__hotline {
  gap: 50px 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 43px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .company__hotline {
    margin-top: 21px;
  }
}
.company__hotline-wrap {
  width: 330px;
  padding: 30px 30px 50px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .company__hotline-wrap {
    width: 100%;
    padding: 15px 15px 25px;
  }
}
.company__hotline-content {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.company__hotline-label {
  text-align: center;
}
.company__hotline-label span {
  font-size: 2rem;
  padding-bottom: 5px;
  margin-bottom: 24px;
  display: inline-block;
  font-weight: 700;
  border-bottom: 2px solid #65B11A;
}
@media screen and (max-width: 767px) {
  .company__hotline-label span {
    margin-bottom: 22px;
  }
}
.company__hotline-text {
  font-size: 1.5rem;
  margin-bottom: 20px;
  line-height: 2em;
}
@media screen and (max-width: 767px) {
  .company__hotline-text {
    margin-bottom: 10px;
    font-size: 1.25rem;
  }
}
.company__profile {
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  .company__profile {
    padding-top: 50px;
  }
}
.company__profile-content {
  margin-top: 60px;
  border-top: 1px solid #e2e2e2;
  border-left: 1px solid #e2e2e2;
  border-right: 1px solid #e2e2e2;
}
@media screen and (max-width: 767px) {
  .company__profile-content {
    margin-top: 30px;
  }
}
.company__profile-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #e2e2e2;
}
.company__profile-label {
  width: 22%;
  font-size: 1.6rem;
  padding: 38px 66px 38px 62px;
  font-weight: 700;
  background-color: #f9f9f9;
  border-right: 1px solid #e2e2e2;
}
@media screen and (max-width: 1200px) {
  .company__profile-label {
    width: 35%;
    padding: 38px 60px;
  }
}
@media screen and (max-width: 767px) {
  .company__profile-label {
    padding: 10px;
    font-size: 1.3rem;
  }
}
.company__profile-label span {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.company__profile-text {
  width: 78%;
  font-size: 1.6rem;
  padding: 38px 10px 38px 81px;
  line-height: 2em;
}
@media screen and (max-width: 767px) {
  .company__profile-text {
    width: 65%;
    padding: 10px;
    font-size: 1.3rem;
  }
}
.company img {
  width: 100%;
}

.corporate-governance {
  padding-bottom: 150px;
  width: 1100px;
  max-width: calc(100% - 45px);
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .corporate-governance {
    max-width: 100%;
    padding: 0 15px;
  }
}
@media screen and (max-width: 767px) {
  .corporate-governance {
    padding-bottom: 60px;
  }
}
.corporate-governance__introduction {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 26px;
}
@media screen and (max-width: 767px) {
  .corporate-governance__introduction {
    gap: 15px;
  }
}
.corporate-governance__introduction:hover {
  text-decoration: underline;
}
.corporate-governance__text {
  font-size: 1.6rem;
  line-height: 2em;
}
@media screen and (max-width: 767px) {
  .corporate-governance__text {
    font-size: 12px;
  }
}
.corporate-governance__container {
  margin-top: 67.5px;
}
@media screen and (max-width: 767px) {
  .corporate-governance__container {
    margin-top: 30px;
  }
}
.corporate-governance__ol {
  margin: 30px 0 30px 16px;
}
@media screen and (max-width: 767px) {
  .corporate-governance__ol {
    margin: 15px 0 15px 16px;
  }
}
.corporate-governance__ol li {
  list-style-type: decimal;
  padding-left: 10px;
}
@media screen and (max-width: 767px) {
  .corporate-governance__ol li {
    padding-left: 5px;
  }
}
.corporate-governance__ol li:not(:last-child) {
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .corporate-governance__ol li:not(:last-child) {
    margin-bottom: 10px;
  }
}
.corporate-governance__subblock {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .corporate-governance__subblock {
    margin-top: 15px;
  }
}
.corporate-governance__subblock-container {
  width: 100%;
  background-color: #F9F9F9;
  padding: 40px 60px 40px 50px;
}
@media screen and (max-width: 767px) {
  .corporate-governance__subblock-container {
    padding: 20px 30px 30px;
  }
}
.corporate-governance__heading {
  font-size: 1.8rem;
  margin-bottom: 21px;
}
@media screen and (max-width: 767px) {
  .corporate-governance__heading {
    font-size: 14px;
    margin-bottom: 15px;
  }
}
.corporate-governance__item-title {
  font-size: 1.6rem;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .corporate-governance__item-title {
    font-size: 12px;
    margin-bottom: 15px;
  }
}
.corporate-governance__item-title--list {
  display: inline-block;
}
.corporate-governance__subblock-content:not(:last-child) {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .corporate-governance__subblock-content:not(:last-child) {
    margin-bottom: 20px;
  }
}
.corporate-governance__ul {
  margin-top: 30px;
  list-style-position: inside;
}
@media screen and (max-width: 767px) {
  .corporate-governance__ul {
    margin-top: 15px;
  }
}
.corporate-governance__ul li {
  list-style-type: disc;
}
.corporate-governance__ul li:not(:last-child) {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .corporate-governance__ul li:not(:last-child) {
    margin-bottom: 15px;
  }
}
.corporate-governance__ol-jp {
  margin: 20px 0 30px;
}
@media screen and (max-width: 767px) {
  .corporate-governance__ol-jp {
    margin: 10px 0 15px;
  }
}
.corporate-governance__ol-jp li {
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
}
.corporate-governance__ol-jp li:not(:last-child) {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .corporate-governance__ol-jp li:not(:last-child) {
    margin-bottom: 15px;
  }
}
.corporate-governance__question {
  display: none;
}
.corporate-governance__question.active {
  display: block;
}
.corporate-governance__chart-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 40px;
  gap: 40px 0;
}
@media screen and (max-width: 767px) {
  .corporate-governance__chart-group {
    margin-top: 20px;
    gap: 30px 0;
  }
}
.corporate-governance__chart-item {
  width: 45%;
}
@media screen and (max-width: 767px) {
  .corporate-governance__chart-item {
    width: 100%;
  }
}
.corporate-governance__chart-title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  margin-bottom: 15px;
  cursor: pointer;
  padding-right: 40px;
}
@media screen and (max-width: 767px) {
  .corporate-governance__chart-title {
    padding-right: 30px;
  }
}
.corporate-governance__chart-number {
  font-size: 3rem;
  color: #fff;
  font-family: "Poppins", sans-serif;
  width: 60px;
  height: 50px;
  background-color: #278400;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .corporate-governance__chart-number {
    font-size: 20px;
    width: 50px;
    height: 40px;
  }
}
.corporate-governance__chart-title-text {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .corporate-governance__chart-title-text {
    font-size: 18px;
  }
}
.corporate-governance__chart {
  display: block;
  max-width: 100%;
  margin: 0 auto 15px;
}
.corporate-governance__chart-text {
  width: 90%;
  background-color: #f4f8f9;
  margin: 0 auto;
  padding: 10px;
  font-size: 12px;
}
.corporate-governance__chart-text li {
  list-style-type: disc;
  margin-left: 17px;
}
.corporate-governance__categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 50px 0 30px;
}

.shop-details {
  padding-top: 0;
}
.shop-details__info-item {
  padding: 35px 40px;
  border-top: 1px solid #E2E2E2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .shop-details__info-item {
    padding: 20px 0;
  }
}
.shop-details__info-item:last-of-type {
  border-bottom: 1px solid #E2E2E2;
}
.shop-details__info-title {
  font-size: 1.6rem;
  font-weight: 700;
  width: 78px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 130px;
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  .shop-details__info-title {
    margin-right: 90px;
  }
}
@media screen and (max-width: 767px) {
  .shop-details__info-title {
    font-size: 1.4rem;
    width: 60px;
    margin-right: 40px;
  }
}
.shop-details__info-text {
  font-size: 1.6rem;
  width: 80%;
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  .shop-details__info-text {
    width: 75%;
  }
}
@media screen and (max-width: 767px) {
  .shop-details__info-text {
    font-size: 1.4rem;
    width: 75%;
  }
}
.shop-details__info-note {
  display: block;
  font-size: 1.4rem;
  color: #878787;
}
.shop-details__info-categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.shop-details__info-category {
  padding: 2px 17px;
  font-size: 1.2rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  border-radius: 2px;
  margin: 5px;
}
@media screen and (max-width: 767px) {
  .shop-details__info-category {
    margin: 2px;
    padding: 2px 10px;
    font-size: 1rem;
  }
}
.shop-details__info-category--green {
  background: #278400;
}
.shop-details__info-category--green2 {
  background: #65B11A;
}
.shop-details__info-category--yellow {
  background: #FFBB00;
}
.shop-details__map {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .shop-details__map {
    margin-top: 30px;
  }
}
.shop-details__map iframe {
  width: 100%;
  height: 360px;
}
@media screen and (max-width: 767px) {
  .shop-details__map iframe {
    height: 200px;
  }
}
.shop-details__block {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .shop-details__block {
    margin-top: 50px;
  }
}
.shop-details__text {
  margin-top: 50px;
  font-size: 1.6rem;
  line-height: 32px;
}
@media screen and (max-width: 767px) {
  .shop-details__text {
    margin-top: 30px;
    font-size: 1.4rem;
    line-height: 1.7;
  }
}
.shop-details__text--small {
  width: 42%;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .shop-details__text--small {
    width: 100%;
  }
}
.shop-details__image {
  width: 100%;
  margin-top: 30px;
}
.shop-details__image--small {
  width: 48%;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .shop-details__image--small {
    width: 100%;
    margin-top: 20px;
  }
}
.shop-details__image--small img {
  width: 100%;
}
.shop-details__content-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .shop-details__content-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 30px;
  }
}

.ir-materials {
  padding-bottom: 150px;
  width: 1100px;
  max-width: calc(100% - 45px);
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .ir-materials {
    max-width: 100%;
    padding: 0 15px;
  }
}
@media screen and (max-width: 767px) {
  .ir-materials {
    padding-bottom: 60px;
  }
}
.ir-materials__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .ir-materials__list {
    gap: 10px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.ir-materials__list li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .ir-materials__list li {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
  }
}
.ir-materials__item {
  width: 100%;
  height: 60px;
  border: 1px solid #333;
  font-size: 1.6rem;
  font-weight: 700;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .ir-materials__item {
    width: 200px;
    font-size: 14px;
  }
}
.ir-materials__item:hover {
  background-color: #333;
  color: #fff;
}

.select {
  display: block;
  width: 240px;
  margin: 0 auto 30px;
  border: 1px solid #333;
  border-radius: 0;
  outline: none;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 10px 20px;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .select {
    font-size: 14px;
  }
}

.health {
  overflow: hidden;
}
.health__container {
  width: 1100px;
  max-width: calc(100% - 45px);
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .health__container {
    max-width: 100%;
    padding: 0 15px;
  }
}
.health__intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 80px;
  margin-bottom: 167px;
}
@media screen and (max-width: 1200px) {
  .health__intro {
    gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .health__intro {
    gap: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 70px;
  }
}
.health__intro-content {
  width: 480px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 1200px) {
  .health__intro-content {
    width: 350px;
  }
}
@media screen and (max-width: 980px) {
  .health__intro-content {
    width: 300px;
  }
}
@media screen and (max-width: 767px) {
  .health__intro-content {
    width: 100%;
  }
}
.health__intro-subtitle {
  font-family: "Poppins", sans-serif;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #278400;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .health__intro-subtitle {
    font-size: 16px;
  }
}
.health__intro-title {
  font-size: 3rem;
  margin: 10px 0 32px;
}
@media screen and (max-width: 767px) {
  .health__intro-title {
    font-size: 26px;
    margin: 5px 0 20px;
  }
}
.health__intro-text {
  font-size: 1.6rem;
  line-height: getem(16, 32);
}
@media screen and (max-width: 767px) {
  .health__intro-text {
    font-size: 14px;
  }
}
.health__intro-image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 1200px) {
  .health__intro-image {
    width: 760px;
  }
}
@media screen and (max-width: 980px) {
  .health__intro-image {
    width: 620px;
  }
}
@media screen and (max-width: 767px) {
  .health__intro-image {
    width: 100%;
  }
}
.health__evaluation {
  position: relative;
  margin-bottom: 101px;
}
@media screen and (max-width: 767px) {
  .health__evaluation {
    margin-bottom: 60px;
  }
}
.health__evaluation-title {
  text-align: center;
  font-size: 3rem;
  color: #278400;
  margin-bottom: 58px;
}
@media screen and (max-width: 767px) {
  .health__evaluation-title {
    font-size: 26px;
    margin-bottom: 50px;
  }
}
.health__evaluation-en {
  position: absolute;
  top: -73px;
  left: 0;
  right: 0;
  display: block;
  text-align: center;
  z-index: -1;
  font-size: 10rem;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.1em;
  opacity: 0.29;
  color: #E2E2E2;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .health__evaluation-en {
    font-size: 45px;
    line-height: 1em;
    top: -20px;
  }
}
.health__table {
  width: 100%;
}
.health__thead {
  border-bottom: 2px solid #878787;
}
.health__th {
  padding-bottom: 7.5px;
  font-size: 1.4rem;
  font-weight: 700;
  color: #878787;
}
@media screen and (max-width: 767px) {
  .health__th {
    font-size: 12px;
  }
}
.health__tr {
  border-bottom: 1px solid #E2E2E2;
}
.health__td {
  height: 98px;
  text-align: center;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .health__td {
    font-size: 12px;
    height: 60px;
  }
}
.health__td--label {
  padding: 0 40px;
  text-align: left;
  font-weight: 700;
}
@media screen and (max-width: 980px) {
  .health__td--label {
    padding: 0 0 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .health__td--label {
    padding-left: 10px;
  }
}
.health__list {
  background-color: #F4F8F9;
  padding: 100px 0 120px;
}
@media screen and (max-width: 767px) {
  .health__list {
    padding: 50px 0 60px;
  }
}
.health__item:not(:last-child) {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .health__item:not(:last-child) {
    margin-bottom: 40px;
  }
}
.health__item-content {
  width: 100%;
  background-color: #fff;
  padding: 40px 50px;
}
@media screen and (max-width: 767px) {
  .health__item-content {
    margin-top: 30px;
    padding: 30px;
  }
}
.health__subitem:not(:last-child) {
  margin-bottom: 30px;
}
.health__item-title {
  margin-top: 0;
}
.health__item-subtitle {
  font-size: 1.6rem;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .health__item-subtitle {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
.health__item-text {
  font-size: 1.6rem;
  line-height: 2em;
}
@media screen and (max-width: 767px) {
  .health__item-text {
    font-size: 14px;
  }
}
.health__ol li {
  list-style-type: decimal;
  margin-left: 17px;
  padding-left: 10px;
}
@media screen and (max-width: 767px) {
  .health__ol li {
    padding-left: 5px;
  }
}
.health__ol:not(:first-child) {
  margin-top: 20px;
}
.health__pdf-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 22.9px 50px;
}
@media screen and (max-width: 767px) {
  .health__pdf-list {
    gap: 20px 30px;
  }
}
.health__pdf-item {
  padding-left: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 27px;
  font-size: 1.6rem;
  background-image: url("./img/icons/arrow-right-green.svg");
  background-size: auto;
  background-repeat: no-repeat;
  background-position: left center;
}
@media screen and (max-width: 767px) {
  .health__pdf-item {
    gap: 10px;
    font-size: 14px;
  }
}
.health__pdf-item:hover {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .health__pdf-icon {
    width: 20px;
  }
}
.health__logo-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 80px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .health__logo-group {
    gap: 20px;
  }
}
@media screen and (max-width: 610px) {
  .health__logo-group {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.health__logo {
  max-width: 400px;
  max-height: 100px;
}
@media screen and (max-width: 767px) {
  .health__logo {
    max-width: 290px;
  }
}

.instagram {
  padding-bottom: 100px;
  width: 1100px;
  max-width: calc(100% - 45px);
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .instagram {
    max-width: 100%;
    padding: 0 15px;
  }
}
@media screen and (max-width: 767px) {
  .instagram {
    padding-bottom: 50px;
  }
}
.instagram__list:not(:last-child) {
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .instagram__list:not(:last-child) {
    margin-bottom: 10px;
  }
}
.instagram__list-contents {
  padding: 10px;
}
@media screen and (max-width: 767px) {
  .instagram__list-contents {
    padding: 5px;
  }
}
.instagram__list-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.instagram__list-wrap span {
  text-decoration: none;
}
.instagram__list-title {
  font-size: 1.2rem;
  font-weight: 700;
  background-color: #f9f9f9;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .instagram__list-title {
    font-size: 10px;
    height: 20px;
  }
}
.instagram__list-title img {
  padding: 0 6px;
}
.instagram__list-image {
  width: 30px;
  height: 30px;
  margin: 10px;
}
@media screen and (max-width: 767px) {
  .instagram__list-image {
    width: 25px;
    height: 25px;
    margin: 5px;
  }
}
.instagram__list-link {
  font-size: 1.6rem;
  font-weight: 700;
  text-decoration: underline;
  padding: 10px;
}
@media screen and (max-width: 767px) {
  .instagram__list-link {
    font-size: 14px;
    padding: 5px;
  }
}
.instagram__list-link:hover {
  text-decoration: none;
}

.media__list {
  margin: 100px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
}
.media__link {
  position: relative;
  width: 150px;
  height: 150px;
  border: 1px solid #ccc;
}
.media__image {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  max-height: 100%;
}
.media__title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 1.4rem;
  text-align: center;
  padding: 5px;
  background-color: rgba(255, 255, 255, 0.9);
  border-top: 1px solid #ccc;
  word-break: break-all;
}

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

@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}

@media screen and (min-width: 485px) {
  .sp-sm {
    display: none;
  }
}

.gray-bg {
  background: #F4F8F9;
}

.overflow {
  overflow: hidden;
}

.image-contain {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.image-cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.anchor {
  display: block;
  position: relative;
  top: -135px;
  visibility: hidden;
}
@media screen and (max-width: 767px) {
  .anchor {
    top: -63px;
  }
}

.center {
  text-align: center;
}

.center-auto {
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media screen and (max-width: 767px) {
  .order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.bold {
  font-weight: 700;
}

.mx1300 {
  margin-inline: auto;
  padding-inline: 4%;
  max-width: calc(1300px + 8%);
}
@media screen and (max-width: 767px) {
  .mx1300 {
    max-width: 100%;
    padding-inline: 15px;
  }
}

.orange {
  color: #f78b14;
}

.relative {
  position: relative;
}

.z1 {
  z-index: 1;
}

.top__slider .splide__pagination {
  bottom: -28px;
}
.top__slider .splide__pagination__page {
  margin: 0 5px;
  background-color: #E2E2E2;
  opacity: 1;
}
.top__slider .splide__pagination__page.is-active {
  -webkit-transform: none;
          transform: none;
  background-color: #65B11A;
}

.mw_wp_form .error {
  font-size: 12px !important;
  margin-top: 5px;
}
.mw_wp_form .form__checkbox .error {
  text-align: center;
}
.mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0 !important;
}

.header-recruit {
  width: 100%;
  background-color: #eef2f3;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}
.header-recruit__container {
  padding-inline: 2.08%;
  min-height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .header-recruit__container {
    padding-inline: 15px;
    min-height: 60px;
  }
}
@media screen and (max-width: 767px) {
  .header-recruit__logo img {
    height: 23px;
  }
}
.header-recruit__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 1279px) {
  .header-recruit__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    padding-block: 40px;
  }
}
@media screen and (max-width: 1279px) {
  .header-recruit__item {
    border-bottom: 1px solid #8b8b8b;
    padding: 24px 0;
  }
}
@media screen and (max-width: 1279px) {
  .header-recruit__item:first-child {
    border-top: 1px solid #8b8b8b;
  }
}
@media screen and (max-width: 1279px) {
  .header-recruit__item:nth-child(3) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.header-recruit__item:last-child {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.header-recruit__link {
  font-weight: 700;
  font-size: 1.6rem;
  color: #232539;
  letter-spacing: 0.05em;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (min-width: 1280px) and (max-width: 1359px) {
  .header-recruit__link {
    font-size: 14px;
  }
}
.header-recruit__link:hover {
  color: #f78b14;
}
@media screen and (max-width: 1279px) {
  .header-recruit .desktop {
    display: none;
  }
}
@media screen and (min-width: 1280px) {
  .header-recruit .mobile {
    display: none;
  }
}
@media screen and (max-width: 1279px) {
  .header-recruit__menu {
    position: absolute;
    top: 100px;
    left: 0;
    width: 100%;
    height: calc(100vh - 100px);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    background-color: #eef2f3;
    padding: 0 15px 80px;
    overflow-y: auto;
    pointer-events: none;
  }
}
@media screen and (max-width: 767px) {
  .header-recruit__menu {
    top: 60px;
    height: calc(100vh - 60px);
  }
}
.header-recruit__menu.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.header-recruit__hamburger {
  width: 45px;
  height: 45px;
  background: #f78b14;
  border-radius: 50%;
  cursor: pointer;
  padding: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 1279px) {
  .header-recruit__hamburger {
    display: none;
  }
}
.header-recruit__hamburger.active .header-recruit__hamburger-icon {
  height: 15px;
}
.header-recruit__hamburger.active .header-recruit__hamburger-icon span:nth-child(1) {
  -webkit-transform: translate(0, 6px) rotate(30deg);
          transform: translate(0, 6px) rotate(30deg);
}
.header-recruit__hamburger.active .header-recruit__hamburger-icon span:nth-child(2) {
  display: none;
}
.header-recruit__hamburger.active .header-recruit__hamburger-icon span:nth-child(3) {
  -webkit-transform: translate(0, -1px) rotate(-30deg);
          transform: translate(0, -1px) rotate(-30deg);
}
.header-recruit__hamburger-icon {
  height: 17px;
}
.header-recruit__hamburger-icon span {
  width: 21px;
  height: 2px;
  background: #fff;
  border-radius: 1px;
  display: block;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.header-recruit__hamburger-icon span:not(:last-child) {
  margin-bottom: 5px;
}

.cta {
  width: 500px;
  height: 100px;
  background-color: #f78b14;
  border: 2px solid #f78b14;
  border-radius: 50px;
  font-weight: 700;
  font-size: 2.3rem;
  color: #fff;
  text-align: center;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .cta {
    width: 100%;
    max-width: 345px;
    height: 80px;
    border-radius: 40px;
    font-size: 18px;
  }
}
.cta::after {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  right: 32px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: background-image 0.3s ease-in-out;
  transition: background-image 0.3s ease-in-out;
  background-image: url("./img/recruitment/cta-arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .cta::after {
    right: 24px;
  }
}
.cta:hover {
  background-color: #fff;
  color: #f78b14;
}
.cta:hover::after {
  background-image: url("./img/recruitment/cta-arrow-orange.svg");
}
.cta-circle {
  width: 56px;
  height: 56px;
  background-color: #fff;
  border-radius: 50%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cta-circle::after {
  content: "";
  width: 13px;
  height: 13px;
  background: url("./img/recruitment/arrow.svg") no-repeat center/contain;
  display: block;
}
.cta-arrow {
  width: 200px;
  height: 40px;
  background: #f78b14;
  border-radius: 20px;
  font-weight: 500;
  font-size: 1.4rem;
  color: #fff;
  letter-spacing: 0.05em;
  text-align: center;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .cta-arrow {
    width: 100%;
    height: 50px;
    border-radius: 25px;
    font-size: 16px;
  }
}
.cta-arrow::after {
  content: "";
  width: 13px;
  height: 13px;
  background: url("./img/recruitment/arrow-white.svg") no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.cta-arrow:hover::after {
  right: 9px;
}
.cta-gradient {
  width: 250px;
  height: 70px;
  background: -webkit-gradient(linear, left top, right top, from(#f6b100), color-stop(50%, #ec6e00), to(#f6b100));
  background: linear-gradient(90deg, #f6b100 0%, #ec6e00 50%, #f6b100 100%);
  background-size: 200% 100%;
  border-radius: 35px;
  font-weight: 700;
  font-size: 1.6rem;
  color: #fff;
  letter-spacing: 0.05em;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1279px) {
  .cta-gradient {
    width: 100%;
    height: 80px;
    border-radius: 40px;
    font-size: 18px;
  }
}
.cta-gradient::after {
  content: "";
  width: 24px;
  height: 24px;
  background: url("./img/recruitment/cta-arrow.svg") no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 1279px) {
  .cta-gradient::after {
    width: 30px;
    height: 30px;
    right: 24px;
  }
}
.cta-gradient:hover {
  background-position: 100% 0;
}

.footer-recruit::before {
  background-color: #eef2f3;
}
.footer-recruit .footer__link {
  color: #f78b14;
}
.footer-recruit__top {
  background-color: #232539;
  border-radius: 16px 16px 0 0;
}
@media screen and (max-width: 767px) {
  .footer-recruit__top {
    height: 60px;
    border-radius: 0;
  }
}
.footer-recruit__top::before {
  border: none;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  bottom: 35%;
  width: 13px;
  height: 13px;
  background: url("./img/recruitment/back-to-top.svg") no-repeat center/contain;
}
.footer-recruit__top::after {
  color: #fff;
  letter-spacing: 0.05em;
}
.footer-recruit__top:hover::before {
  bottom: 45%;
}
.footer-recruit__lower {
  background-color: #8b8b8b;
}
@media screen and (max-width: 767px) {
  .footer-recruit__lower {
    padding: 24px 0;
  }
}
.footer-recruit__copyright {
  opacity: 1;
}

.banner-recruit {
  padding: 112px 0;
  background-color: #eef2f3;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .banner-recruit {
    padding: 40px 0;
  }
}
.banner-recruit__title {
  font-size: 4.6rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .banner-recruit__title {
    font-size: 30px;
  }
}
.banner-recruit__subtitle {
  font: 300 1.6rem "Poppins", sans-serif;
  color: #f78b14;
  display: block;
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .banner-recruit__subtitle {
    font-size: 18px;
  }
}

.breadcrumbs-recruit {
  padding-top: 16px;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  color: #b5b5b5;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .breadcrumbs-recruit {
    font-size: 11px;
  }
}
.breadcrumbs-recruit > span {
  color: #f78b14;
}
.breadcrumbs-recruit a:hover {
  text-decoration: underline;
}
.breadcrumbs-recruit__caret {
  margin-inline: 16px;
  width: auto;
  height: 15px;
}
@media screen and (max-width: 767px) {
  .breadcrumbs-recruit__caret {
    margin-inline: 8px;
    height: 11px;
  }
}

.page-recruit main {
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  .page-recruit main {
    padding-top: 60px;
  }
}
.page-recruit__content {
  padding-block: 128px 160px;
}
@media screen and (max-width: 767px) {
  .page-recruit__content {
    padding-block: 40px 80px;
  }
}
.page-recruit picture,
.page-recruit img {
  display: block;
}

.rtop__mv {
  padding-block: 40px 24px;
}
@media screen and (max-width: 767px) {
  .rtop__mv {
    padding-block: 8px 25px;
  }
}
.rtop__mv-slider {
  padding-bottom: 32px;
}
.rtop__mv-slide {
  aspect-ratio: 1300/700;
  width: 67.71%;
  background: #fff;
  border-radius: 56px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 767px) {
  .rtop__mv-slide {
    aspect-ratio: 315/500;
    width: 84%;
  }
}
.rtop__benefit {
  position: relative;
  padding-top: 128px;
}
@media screen and (max-width: 767px) {
  .rtop__benefit {
    padding-top: 64px;
  }
}
.rtop__benefit-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 64px;
  padding-bottom: 48px;
}
@media screen and (max-width: 1279px) {
  .rtop__benefit-item {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
    gap: 24px;
  }
}
@media screen and (max-width: 767px) {
  .rtop__benefit-item {
    padding-bottom: 40px;
  }
}
.rtop__benefit-item:first-child {
  padding-top: 64px;
}
@media screen and (max-width: 767px) {
  .rtop__benefit-item:first-child {
    padding-top: 40px;
  }
}
.rtop__benefit-item:last-child {
  padding-bottom: 160px;
}
@media screen and (max-width: 767px) {
  .rtop__benefit-item:last-child {
    padding-bottom: 80px;
  }
}
.rtop__benefit-item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.rtop__benefit-item:nth-child(even) .rtop__benefit-image {
  margin-inline: 0 calc(50% - 50vw);
  border-radius: 16px 0 0 16px;
}
.rtop__benefit-image {
  overflow: hidden;
  margin-left: calc(50% - 50vw);
  aspect-ratio: 945/500;
  border-radius: 0 16px 16px 0;
}
@media screen and (max-width: 1279px) {
  .rtop__benefit-image {
    margin-inline: 0 !important;
    border-radius: 16px !important;
    width: 100%;
  }
}
.rtop__benefit-head {
  position: relative;
  margin-bottom: 24px;
  padding-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .rtop__benefit-head {
    margin-bottom: 16px;
    padding-bottom: 16px;
    gap: 16px;
  }
}
.rtop__benefit-head::after {
  content: "";
  width: 100%;
  height: 2px;
  background: url("./img/recruit-top/benefit-divider.svg") repeat-x left center/cover;
  position: absolute;
  left: 0;
  bottom: 0;
}
.rtop__benefit-num {
  font: 500 6.4rem "Poppins", sans-serif;
  color: #f78b14;
  line-height: 1em;
}
@media screen and (max-width: 767px) {
  .rtop__benefit-num {
    font-size: 40px;
  }
}
.rtop__benefit-num::after {
  display: block;
  content: "Benefits";
  font-size: 1.3rem;
  text-align: center;
  line-height: 1em;
}
@media screen and (max-width: 767px) {
  .rtop__benefit-num::after {
    font-size: 10px;
  }
}
.rtop__benefit-title {
  font-size: 2.4rem;
  line-height: 1.6666666667em;
}
@media screen and (max-width: 767px) {
  .rtop__benefit-title {
    font-size: 18px;
    line-height: 1.8888888889em;
  }
}
.rtop__benefit-content {
  width: 46.23%;
  max-width: 601px;
}
@media screen and (max-width: 1279px) {
  .rtop__benefit-content {
    width: 100%;
    max-width: 100%;
  }
}
.rtop__benefit-desc {
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 2em;
}
@media screen and (max-width: 767px) {
  .rtop__benefit-desc {
    font-size: 14px;
    line-height: 2em;
  }
}
.rtop__feature-tab {
  padding-block: 48px 128px;
}
@media screen and (max-width: 767px) {
  .rtop__feature-tab {
    padding-block: 40px 80px;
  }
}
.rtop__feature-tab-nav {
  margin-bottom: 48px;
}
@media screen and (max-width: 1279px) {
  .rtop__feature-tab-nav {
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
}
@media screen and (max-width: 767px) {
  .rtop__feature-tab-nav {
    margin-bottom: 32px;
  }
}
.rtop__feature-tab-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 46px;
  padding: 0 4.46%;
  border-bottom: 1px solid #b5b5b5;
}
@media screen and (max-width: 1279px) {
  .rtop__feature-tab-btns {
    width: 1177px;
  }
}
@media screen and (max-width: 767px) {
  .rtop__feature-tab-btns {
    gap: 24px;
    padding: 0;
    width: 965px;
  }
}
.rtop__feature-tab-btn {
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 2em;
  text-align: center;
  position: relative;
  padding-bottom: 14px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1366px) {
  .rtop__feature-tab-btn {
    font-size: 14px;
    line-height: 2em;
  }
}
.rtop__feature-tab-btn.active, .rtop__feature-tab-btn:hover {
  font-weight: 700;
  color: #f78b14;
}
.rtop__feature-tab-btn.active::after, .rtop__feature-tab-btn:hover::after {
  content: "";
  width: 100%;
  height: 3px;
  background: #f78b14;
  border-radius: 1.5px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.rtop__feature-tab-panel {
  visibility: hidden;
  opacity: 0;
  max-height: 0;
}
.rtop__feature-tab-panel.open {
  visibility: visible;
  opacity: 1;
  max-height: 100%;
}
.rtop__feature-title {
  font-weight: 500;
  font-size: 4rem;
  letter-spacing: 0.05em;
  margin-bottom: 31px;
}
@media screen and (max-width: 767px) {
  .rtop__feature-title {
    font-size: 24px;
    margin-bottom: 24px;
  }
}
.rtop__feature-title.fs26 {
  font-size: 2.6rem;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .rtop__feature-title.fs26 {
    font-size: 18px;
    margin-bottom: 24px;
  }
}
.rtop__feature-images {
  margin-block: 31px;
  gap: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .rtop__feature-images {
    margin-block: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
  }
}
.rtop__feature-img {
  aspect-ratio: 626/380;
  border-radius: 16px;
  overflow: hidden;
  max-width: 626px;
}
@media screen and (max-width: 767px) {
  .rtop__feature-img {
    aspect-ratio: 345/220;
    max-width: 100%;
  }
}
.rtop__feature-desc {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2em;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .rtop__feature-desc {
    font-size: 14px;
    line-height: 2em;
  }
}
.rtop__feature-cta-wrap {
  margin-top: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .rtop__feature-cta-wrap {
    margin-top: 40px;
  }
}
.rtop__links {
  padding-block: 128px 160px;
}
@media screen and (max-width: 767px) {
  .rtop__links {
    padding-block: 80px;
  }
}
.rtop__links-inner {
  padding: 48px 7.69%;
  background: #fff;
  border-radius: 16px;
}
@media screen and (max-width: 767px) {
  .rtop__links-inner {
    padding-inline: 15px;
  }
}
.rtop__links-title {
  padding-bottom: 32px;
  font-size: 3.2rem;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .rtop__links-title {
    padding-bottom: 40px;
    font-size: 26px;
  }
}
.rtop__links-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 48px;
}
@media screen and (max-width: 767px) {
  .rtop__links-cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 32px;
  }
}
.rtop__links-card {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 16px;
  width: 50%;
  height: 280px;
}
@media screen and (max-width: 767px) {
  .rtop__links-card {
    width: 100%;
    height: 238px;
  }
}
.rtop__links-card::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#232539), to(#f78b14));
  background: linear-gradient(to bottom, #232539 0%, #f78b14 100%);
  opacity: 0.55;
}
.rtop__links-card:hover .rtop__links-image {
  -webkit-transform: translate(-50%, -50%) scale(1.2);
          transform: translate(-50%, -50%) scale(1.2);
}
.rtop__links-image {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.rtop__links-content {
  z-index: 1;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.rtop__links-label {
  font-weight: 500;
  font-size: 2.6rem;
  text-align: center;
  line-height: 1.5384615385em;
  letter-spacing: 0.05em;
  color: #fff;
}
@media screen and (max-width: 1023px) {
  .rtop__links-label {
    font-size: 18px;
    line-height: 2em;
  }
}
.rtop__data-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  padding-block: 48px 160px;
}
@media screen and (max-width: 1279px) {
  .rtop__data-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .rtop__data-list {
    grid-template-columns: 100%;
    padding-block: 40px 80px;
  }
}
.rtop__data-item {
  padding: 40px 14px 46px;
  min-height: 417px;
  background: #fff;
  border-radius: 16px;
  font-weight: 500;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .rtop__data-item {
    padding: 40px 15px;
    min-height: auto;
  }
}
.rtop__data-item--newgrads .rtop__data-value .num {
  letter-spacing: 0.15em;
}
.rtop__data-title {
  font-size: 2.6rem;
  text-align: center;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .rtop__data-title {
    font-size: 18px;
  }
}
.rtop__data-image {
  margin-inline: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media screen and (max-width: 767px) {
  .rtop__data-image {
    margin-block: 31px 24px !important;
  }
}
.rtop__data-image--establish {
  margin-top: 33px;
  max-width: 257px;
}
@media screen and (max-width: 767px) {
  .rtop__data-image--age {
    margin-bottom: 0 !important;
  }
}
.rtop__data-value {
  font-family: "Poppins", sans-serif;
  font-size: 2.4rem;
  color: #f78b14;
  text-align: center;
}
.rtop__data-value .prefix {
  display: block;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .rtop__data-value .prefix {
    font-size: 13px;
  }
}
.rtop__data-value .num {
  font-size: 8rem;
  line-height: 1em;
}
.rtop__data-note {
  font-size: 12px;
  color: #8b8b8b;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .rtop__data-note {
    position: absolute;
    left: 14px;
    bottom: 12px;
  }
}
@media screen and (max-width: 767px) {
  .rtop__data-note {
    padding-top: 16px;
    text-align: center;
  }
}
.rtop__perks-container {
  padding-block: 48px 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5.46%;
}
@media screen and (max-width: 1279px) {
  .rtop__perks-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 71px;
  }
}
@media screen and (max-width: 767px) {
  .rtop__perks-container {
    padding-block: 40px 80px;
    gap: 32px;
  }
}
.rtop__perks-content {
  width: 499px;
  letter-spacing: 0.05em;
  color: #25222c;
}
@media screen and (max-width: 1279px) {
  .rtop__perks-content {
    width: 100%;
  }
}
.rtop__perks-content .rtop__perks-label:not(:first-of-type) {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .rtop__perks-content .rtop__perks-label:not(:first-of-type) {
    margin-top: 32px;
  }
}
.rtop__perks-label {
  padding-bottom: 23px;
  font-weight: 500;
  font-size: 2.8rem;
}
@media screen and (max-width: 767px) {
  .rtop__perks-label {
    font-size: 24px;
  }
}
.rtop__perks-item {
  position: relative;
  padding-left: 32px;
  font-size: 1.8rem;
}
@media screen and (max-width: 1366px) {
  .rtop__perks-item {
    font-size: 14px;
    line-height: 2em;
  }
}
.rtop__perks-item:not(:last-child) {
  margin-bottom: 23px;
}
@media screen and (max-width: 767px) {
  .rtop__perks-item:not(:last-child) {
    margin-bottom: 24px;
  }
}
.rtop__perks-item::before {
  content: "";
  width: 24px;
  height: 24px;
  background: url("./img/recruitment/check.svg") no-repeat center/contain;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.rtop__perks-image {
  aspect-ratio: 1024/700;
  margin-right: calc(50% - 50vw);
  border-radius: 16px 0 0 16px;
  overflow: hidden;
}
@media screen and (max-width: 1279px) {
  .rtop__perks-image {
    margin-right: 0;
    border-radius: 16px;
  }
}
@media screen and (max-width: 767px) {
  .rtop__perks-image {
    aspect-ratio: 345/220;
  }
}
.rtop__position-list {
  padding-block: 40px 160px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 3.08%;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1279px) {
  .rtop__position-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .rtop__position-list {
    padding-bottom: 80px;
    grid-template-columns: 100%;
  }
}
.rtop__position-media {
  overflow: hidden;
  aspect-ratio: 407/280;
  width: 100%;
  border-radius: 16px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .rtop__position-media {
    max-height: 280px;
  }
}
@media screen and (max-width: 767px) {
  .rtop__position-media {
    aspect-ratio: 345/220;
  }
}
.rtop__position-imgcap {
  position: absolute;
  top: 0;
  right: 0;
  width: 137px;
  height: 50px;
  background: #8b8b8b;
  font-weight: 500;
  font-size: 1.8rem;
  color: #fff;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .rtop__position-imgcap {
    width: 113px;
    font-size: 14px;
  }
}
.rtop__position-title {
  padding-block: 16px;
  font-size: 2.4rem;
  color: #25222c;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .rtop__position-title {
    font-size: 21px;
  }
}
@media screen and (max-width: 767px) {
  .rtop__position-title {
    padding-top: 24px;
    text-align: center;
  }
}
.rtop__position-desc {
  font-weight: 500;
  font-size: 1.6rem;
  color: #25222c;
}
@media screen and (max-width: 767px) {
  .rtop__position-desc {
    text-align: center;
  }
}
.rtop__position-btn {
  margin-top: 24px;
}
.rtop__faq-list {
  padding-block: 64px 160px;
}
@media screen and (max-width: 767px) {
  .rtop__faq-list {
    padding-block: 40px 88px;
  }
}
.rtop__faq-item {
  padding: 32px 32px 8px 32px;
  background: #fff;
  border: 1px solid #b5b5b5;
  border-radius: 16px;
}
@media screen and (max-width: 767px) {
  .rtop__faq-item {
    padding: 16px 15px 0;
  }
}
.rtop__faq-item:not(:last-child) {
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .rtop__faq-item:not(:last-child) {
    margin-bottom: 24px;
  }
}
.rtop__faq-item.active .rtop__faq-icon::before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.rtop__faq-item.active .rtop__faq-icon::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.rtop__faq-item.active .rtop__faq-content {
  padding-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .rtop__faq-item.active .rtop__faq-content {
    padding-bottom: 16px;
  }
}
.rtop__faq-header, .rtop__faq-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  padding-right: 48px;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .rtop__faq-header, .rtop__faq-content {
    gap: 8px;
  }
}
.rtop__faq-badge {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 50px;
  height: 50px;
  background: #f78b14;
  border-radius: 50%;
  font: 700 3rem "Poppins", sans-serif;
  color: #fff;
  text-align: center;
  line-height: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .rtop__faq-badge {
    margin-top: 5px;
    width: 24px;
    height: 24px;
    font-size: 14px;
  }
}
.rtop__faq-header {
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 24px;
  font-size: 2.2rem;
  line-height: 2em;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .rtop__faq-header {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-right: 24px;
    padding-bottom: 16px;
    font-size: 16px;
    line-height: 2em;
  }
}
.rtop__faq-content {
  font-size: 1.6rem;
  line-height: 2em;
  color: #404547;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease;
  transition: max-height 0.3s ease;
}
@media screen and (max-width: 767px) {
  .rtop__faq-content {
    font-size: 14px;
    line-height: 2em;
    padding-right: 0;
  }
}
.rtop__faq-content.expanded {
  visibility: visible;
  opacity: 1;
  max-height: 100%;
}
.rtop__faq-content .rtop__faq-badge {
  background: #b5b5b5;
}
.rtop__faq-icon {
  width: 23px;
  height: 23px;
  position: absolute;
  top: 14px;
  right: 0;
}
@media screen and (max-width: 767px) {
  .rtop__faq-icon {
    width: 16px;
    height: 16px;
    top: 5px;
  }
}
.rtop__faq-icon::before, .rtop__faq-icon::after {
  content: "";
  position: absolute;
  background: #f78b14;
  border-radius: 1.5px;
  -webkit-transition: -webkit-transform 0.25s ease-out;
  transition: -webkit-transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
}
.rtop__faq-icon::before {
  top: 0;
  left: 50%;
  width: 3px;
  height: 100%;
  margin-left: -1.5px;
}
@media screen and (max-width: 767px) {
  .rtop__faq-icon::before {
    width: 2px;
  }
}
.rtop__faq-icon::after {
  top: 50%;
  left: 0;
  width: 100%;
  height: 3px;
  margin-top: -1.5px;
}
@media screen and (max-width: 767px) {
  .rtop__faq-icon::after {
    height: 2px;
  }
}

.rtop-bg {
  background: -webkit-gradient(linear, left top, left bottom, from(#eef2f3), to(transparent));
  background: linear-gradient(to bottom, #eef2f3 0%, transparent 100%);
}

.rtop-heading {
  position: relative;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  text-align: center;
  letter-spacing: 0.05em;
}
.rtop-heading::after {
  content: attr(data-subhead);
  font-size: 22rem;
  color: #fff;
  line-height: 1em;
  position: absolute;
  right: 0;
  bottom: -40px;
}
@media screen and (max-width: 1023px) {
  .rtop-heading::after {
    display: none;
  }
}
.rtop-heading--bg::after {
  color: #eef2f3;
}
.rtop-heading--left::after {
  right: auto;
  left: 0;
}
.rtop-heading__inner {
  position: relative;
  z-index: 1;
}
.rtop-heading__main {
  font: 700 4.6rem "Noto Sans JP", sans-serif;
  color: #25222c;
}
@media screen and (max-width: 767px) {
  .rtop-heading__main {
    font-size: 26px;
  }
}
.rtop-heading__sub {
  display: block;
  padding-top: 16px;
  font-size: 1.6rem;
  color: #f78b14;
}
@media screen and (max-width: 767px) {
  .rtop-heading__sub {
    padding-top: 8px;
    font-size: 13px;
  }
}

.rtop-decor {
  position: absolute;
}
.rtop-decor--benefit {
  top: -318px;
  left: 0;
  width: 571px;
  height: 692px;
}
@media screen and (max-width: 767px) {
  .rtop-decor--benefit {
    top: -160px;
    width: 283px;
    height: 377px;
  }
}
.rtop-decor--feature {
  top: -371px;
  right: 0;
  width: 473px;
  height: 590px;
}
@media screen and (max-width: 767px) {
  .rtop-decor--feature {
    top: -227px;
    width: 236px;
    height: 366px;
  }
}
.rtop-decor--data {
  top: -241px;
  left: 0;
  width: 625px;
  height: 692px;
}
@media screen and (max-width: 767px) {
  .rtop-decor--data {
    top: -196px;
    width: 269px;
    height: 377px;
  }
}
.rtop-decor--perks {
  top: -295px;
  right: 0;
  width: 579px;
  height: 590px;
}
@media screen and (max-width: 767px) {
  .rtop-decor--perks {
    top: -232px;
    width: 194px;
    height: 366px;
  }
}
.rtop-decor--position {
  top: -109px;
  left: 0;
  width: 510px;
  height: 605px;
}
@media screen and (max-width: 767px) {
  .rtop-decor--position {
    top: -114px;
    width: 197px;
    height: 366px;
  }
}
.rtop-decor--faq {
  top: -233px;
  right: 0;
  width: 529px;
  height: 618px;
}
@media screen and (max-width: 767px) {
  .rtop-decor--faq {
    top: -213px;
    width: 222px;
    height: 396px;
  }
}
.rtop-decor__img {
  max-width: 100%;
  height: auto;
}

.job-list {
  font-size: 16px;
}
.job-list__container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .job-list__container {
    grid-template-columns: 100%;
    gap: 24px;
  }
}
.job-list__item {
  overflow: hidden;
  position: relative;
  display: block;
  aspect-ratio: 630/433;
  border-radius: 16px;
}
.job-list__item::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(247, 139, 20, 0.69)));
  background: linear-gradient(to bottom, transparent 0%, rgba(247, 139, 20, 0.69) 100%);
  opacity: 0.55;
}
.job-list__item:hover .job-list__image {
  -webkit-transform: translate(-50%, -50%) scale(1.2);
          transform: translate(-50%, -50%) scale(1.2);
}
.job-list__image {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.job-list__content {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 100%;
}
.job-list__content-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  margin-top: auto;
  padding: 40px 32px;
}
@media screen and (max-width: 767px) {
  .job-list__content-inner {
    padding: 16px 15px;
    gap: 8px;
  }
}
.job-list__title {
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .job-list__title {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .job-list__btn {
    width: 40px;
    height: 40px;
  }
}

.job-detail__title {
  font-size: 3.2rem;
  letter-spacing: 0.05em;
  color: #25222c;
}
@media screen and (max-width: 767px) {
  .job-detail__title {
    font-size: 24px;
  }
}
.job-detail__table {
  margin: 40px 0 64px;
  width: 100%;
}
.job-detail__row:first-child .job-detail__label {
  border-top: 1px solid #f78b14;
}
@media screen and (min-width: 768px) {
  .job-detail__row:first-child .job-detail__desc {
    border-top: 1px solid #b5b5b5;
  }
}
@media screen and (max-width: 767px) {
  .job-detail__row:last-child .job-detail__desc {
    border-color: #f78b14;
  }
}
.job-detail__label, .job-detail__desc {
  font-size: 1.6rem;
  line-height: 2em;
  letter-spacing: 0.05em;
  color: #25222c;
}
@media screen and (min-width: 768px) {
  .job-detail__label, .job-detail__desc {
    padding-block: 32px;
  }
}
@media screen and (max-width: 767px) {
  .job-detail__label, .job-detail__desc {
    display: block;
  }
}
.job-detail__label {
  width: 19.23%;
  border-bottom: 1px solid #f78b14;
  font-weight: 700;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .job-detail__label {
    width: 100%;
    padding-top: 16px;
    border-bottom: none;
  }
}
.job-detail__desc {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-bottom: 1px solid #b5b5b5;
}
@media screen and (max-width: 767px) {
  .job-detail__desc {
    padding-bottom: 16px;
    font-size: 14px !important;
  }
}
.job-detail__btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.job-detail__btn {
  width: 500px;
  height: 100px;
  border-radius: 50px;
  font-size: 2.3rem;
  letter-spacing: normal;
}
@media screen and (max-width: 1279px) {
  .job-detail__btn {
    width: 100%;
    height: 80px;
    border-radius: 40px;
    font-size: 18px;
  }
}
.job-detail__btn::after {
  width: 30px;
  height: 30px;
  right: 32px;
}
@media screen and (max-width: 1279px) {
  .job-detail__btn::after {
    width: 30px;
    height: 30px;
    right: 24px;
  }
}

.swiper {
  overflow: visible;
}
.swiper-pagination {
  bottom: 0 !important;
}
.swiper-pagination-bullet {
  background: #b5b5b5;
  margin: 0 12px !important;
  opacity: 1;
}
.swiper-pagination-bullet-active {
  background: #f78b14;
}
.swiper-button-prev, .swiper-button-next {
  width: 56px;
  height: 56px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .swiper-button-prev, .swiper-button-next {
    display: none;
  }
}
.swiper-button-prev::after, .swiper-button-next::after {
  content: "";
  width: 13px;
  height: 13px;
  background: url("./img/recruitment/arrow.svg") no-repeat center/contain;
  display: block;
}
.swiper-button-prev {
  left: 8.23% !important;
}
.swiper-button-prev::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.swiper-button-next {
  right: 8.23% !important;
}
.swiper-navigation-icon {
  display: none;
}
.swiper-slide-shadow-left, .swiper-slide-shadow-right {
  background: rgba(35, 37, 57, 0.43);
}

/*# sourceMappingURL=/main.css.map */