.not-forklifts-wrap .c-search_filter__item {
  width: 100%;
  justify-content: center;
}

font[dir=auto] {
  display: contents;
}

@media screen and (max-width: 575.9px) {
  .l-footer__logo ul li a {
    font-size: 12px;
  }
}
@media (max-width: 991.9px) {
  .l-footer__copyright {
    font-size: 1rem;
  }
}

.p-kv_under__inner {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media screen and (max-width: 767.9px) {
  .p-kv_under__inner {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

@media screen and (max-width: 767.9px) {
  .c-search_keyword__txt {
    font-size: 1.6rem;
    padding-top: 1rem;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767.9px) {
  .c-search_keyword__input {
    width: 65%;
    margin: 0 auto;
  }
}
.c-search_keyword__input input {
  padding: 0.7em;
}
@media screen and (max-width: 767.9px) {
  .c-search_keyword__input input {
    padding: 0.4em;
  }
}

.c-search_filter__btn button {
  max-width: 100%;
}
@media screen and (max-width: 575.9px) {
  .c-search_filter__btn.-search button {
    margin: 0 auto;
  }
}
.c-search_filter__form {
  margin-top: 1em;
  display: none;
}
.c-search_filter__toggle {
  color: #092340;
  font-weight: 700;
  position: relative;
  padding: 1.4rem 0;
  font-size: 2.2rem;
  cursor: pointer;
}
@media screen and (max-width: 767.9px) {
  .c-search_filter__toggle {
    font-size: 1.6rem;
    padding: 0;
  }
}
.c-search_filter__toggle span {
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
  background: #092340;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.c-search_filter__toggle span::before, .c-search_filter__toggle span::after {
  content: "";
  width: 0.8em;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: 0.4s;
}
.c-search_filter__toggle span::after {
  transform: rotate(90deg);
}
.c-search_filter__toggle.open span::after {
  transform: rotate(0);
}

.p-stock_archive {
  transition: all 0.4s;
}

.p-stock_search {
  position: relative;
}
@media screen and (max-width: 991.9px) {
  .p-stock_search__keyword {
    padding-bottom: 1rem;
  }
}
.p-stock_search .c-search_wrap:nth-of-type(1) {
  width: 15%;
  flex-shrink: 0;
}
@media screen and (max-width: 991.9px) {
  .p-stock_search .c-search_wrap:nth-of-type(1) {
    width: min(100%, 16.5rem);
    margin: 0 auto;
  }
}
.p-stock_search .c-search_wrap:nth-of-type(2) {
  display: flex;
  align-items: center;
  justify-content: start;
}
@media (max-width: 767.9px) {
  .p-stock_search .c-search_keyword {
    display: flex;
    padding-top: 1rem;
  }
}
@media screen and (max-width: 991.9px) {
  .p-stock_search .c-search_keyword__input input {
    width: min(100%, 40rem);
  }
}
.p-stock_search .c-search_filter {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 991.9px) {
  .p-stock_search .c-search_filter {
    flex-direction: column-reverse;
    align-items: center;
    gap: 1rem;
  }
}
.p-stock_search .c-search_filter__toggle {
  color: #fff;
  line-height: 1;
}
.p-stock_search .c-search_filter__toggle span {
  background: #fff;
}
.p-stock_search .c-search_filter__toggle span::before, .p-stock_search .c-search_filter__toggle span::after {
  background: #092340;
}
.p-stock_search .c-search_filter__form {
  margin-top: 0;
  background: #EEEEEF;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem 5vw;
  z-index: 1;
}
@media (min-width: 992px) {
  .p-stock_search .c-search_filter__wrap {
    max-width: calc(1240px + 10vw);
    margin: 0 auto;
  }
}
@media screen and (max-width: 797.9px) {
  .p-stock_search__keyword {
    padding-bottom: 1.4rem;
  }
}
.p-stock_search__filter {
  padding: 1.5rem 0;
}

@media screen and (max-width: 797.9px) {
  .p-stock_archive__wrap {
    padding-top: 4rem;
  }
}

.p-home_kv .main {
  font-size: 4.8rem;
}
@media screen and (max-width: 1200px) {
  .p-home_kv .main {
    font-size: 3.8rem;
  }
}
@media screen and (max-width: 991.9px) {
  .p-home_kv .main {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 575.9px) {
  .p-home_kv .main {
    font-size: 2rem;
    line-height: 1.4;
  }
}
.p-home_kv .sub {
  font-size: 2rem;
}
@media screen and (max-width: 1200px) {
  .p-home_kv .sub {
    font-size: 1.6rem;
    margin-top: 1em;
  }
}
@media screen and (max-width: 991.9px) {
  .p-home_kv .sub {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767.9px) {
  .p-home_kv .sub {
    font-size: 0;
  }
}
.p-home_kv__catch {
  top: 15rem;
  pointer-events: none;
}
@media screen and (max-width: 991.9px) {
  .p-home_kv__catch {
    top: 7rem;
  }
}
@media screen and (max-width: 575.9px) {
  .p-home_kv__catch {
    top: 50%;
    transform: translateY(-50%);
  }
}
.p-home_kv__slide {
  z-index: 9;
}
.p-home_kv__slide .slick-list {
  height: 25vw;
  width: 55vw;
}
@media screen and (max-width: 575.9px) {
  .p-home_kv__slide .slick-list {
    width: 62vw;
    height: 35vw;
  }
}
.p-home_kv__slide .slick-list img {
  height: 30vw;
  width: auto;
}
@media screen and (max-width: 575.9px) {
  .p-home_kv__slide .slick-list img {
    height: 35vw;
  }
}
.p-home_kv__slide .slick-list a {
  position: relative;
  display: block;
}
.p-home_kv__slide .slick-list a:hover svg {
  transform: translateY(-50%) translateX(20px);
}
@media screen and (max-width: 575.9px) {
  .p-home_kv__slide .slick-list a:hover svg {
    transform: translateY(-50%) translateX(10px);
  }
}
.p-home_kv__img {
  position: relative;
}
.p-home_kv__img__name {
  position: absolute;
  right: 0;
  bottom: 4.8vw;
  color: #fff;
  font-weight: 500;
  width: 100%;
  z-index: 99;
}
@media screen and (max-width: 575.9px) {
  .p-home_kv__img__name {
    font-weight: bold;
    bottom: -1px;
  }
}
.p-home_kv__img__name:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: rgba(9, 35, 64, 0.8);
  clip-path: polygon(0 0, 73% 0%, 70% 100%, 0% 100%);
  display: block;
}
@media screen and (max-width: 575.9px) {
  .p-home_kv__img__name:before {
    clip-path: polygon(0 0, 90% 0%, 82% 100%, 0% 100%);
  }
}
.p-home_kv__img__name span {
  display: block;
  line-height: 1;
  position: relative;
  padding: 1.8rem 0;
  text-align: center;
  width: 80%;
  font-family: "Roboto", sans-serif;
  margin-right: auto;
  font-size: 2.4rem;
}
@media screen and (max-width: 991.9px) {
  .p-home_kv__img__name span {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 575.9px) {
  .p-home_kv__img__name span {
    padding: 1rem 0;
    font-size: 10px;
    width: 90%;
  }
}
.p-home_kv__img__name span svg {
  display: block;
  position: absolute;
  top: 50%;
  right: 15%;
  transform: translateY(-50%);
  transition: 0.6s;
}
@media screen and (max-width: 991.9px) {
  .p-home_kv__img__name span svg {
    width: 2.5rem;
  }
}
@media screen and (max-width: 575.9px) {
  .p-home_kv__img__name span svg {
    width: 2rem;
    right: 6%;
  }
}

@media screen and (max-width: 1149.9px) {
  .c-btn__icon {
    width: 5.2rem;
    height: 1rem;
  }
}

@media screen and (max-width: 991.9px) {
  .p-home_news {
    padding: 2.25em 0 4.5em 0;
  }
}
@media screen and (max-width: 767.9px) {
  .p-home_news .c-ttl_sup {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 767.9px) {
  .p-home_news .c-searchform__input input {
    padding: 0.6em 0;
  }
}
.p-home_news__wrap {
  background: #fff;
  padding: 6.2rem 5rem 4rem;
  border: 1px solid #092340;
}
@media screen and (max-width: 767.9px) {
  .p-home_news__wrap {
    padding: 4.2rem 3rem 2rem;
  }
}

@media screen and (max-width: 767.9px) {
  .p-home_products__form {
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 991.9px) {
  .p-home_products__wrap {
    justify-content: start;
  }
}

.p-home_underlink__link {
  display: block;
}
.p-home_underlink__ttl {
  width: 100%;
  display: block;
}
.p-home_underlink__ttl .en,
.p-home_underlink__ttl .jp {
  width: 100%;
  display: block;
}

.p-stock.-favorites .l-breadcrumb {
  margin-bottom: 0;
  padding-bottom: 1.5rem;
}
.p-stock.-favorites .p-stock_search__keyword {
  padding-bottom: 0;
}
.p-stock.-favorites .p-stock_archive__item {
  padding-bottom: 4rem;
}
.p-stock.-favorites .p-stock_archive__item:not(:first-child) {
  padding-top: 4rem;
}
.p-stock.-favorites .p-stock_archive__submitBtn {
  margin-bottom: 4rem;
}
.p-stock.-favorites .p-stock_archive__submitBtn .c-btn {
  width: 100%;
  max-width: 35rem;
}
.p-stock.-favorites .p-stock_archive__checkBtn {
  width: 15%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-stock.-favorites .p-stock_archive__checkBtn .custom-checkbox {
  position: relative;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  font-size: 1.4rem;
  user-select: none;
}
.p-stock.-favorites .p-stock_archive__checkBtn .custom-checkbox input[type=checkbox] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.p-stock.-favorites .p-stock_archive__checkBtn .custom-checkbox .checkmark {
  width: 24px;
  height: 24px;
  background-color: #fff;
  border: 2px solid #ccc;
  border-radius: 4px;
  margin-right: 0.6em;
  transition: all 0.2s ease;
  display: inline-block;
  position: relative;
}
.p-stock.-favorites .p-stock_archive__checkBtn .custom-checkbox input[type=checkbox]:checked + .checkmark {
  background-color: #263994;
  border-color: #263994;
}
.p-stock.-favorites .p-stock_archive__checkBtn .custom-checkbox .checkmark::after {
  content: "";
  position: absolute;
  left: 7px;
  top: 3px;
  width: 6px;
  height: 12px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: scale(0) rotate(45deg);
  transition: transform 0.2s ease;
}
.p-stock.-favorites .p-stock_archive__checkBtn .custom-checkbox input[type=checkbox]:checked + .checkmark::after {
  transform: scale(1) rotate(45deg);
}
.p-stock.-favorites .p-stock_archive__checkBtn .custom-checkbox:hover .checkmark {
  border-color: #999;
}
.p-stock.-favorites .p-stock_archive__img {
  width: 25%;
}
@media screen and (max-width: 991.9px) {
  .p-stock.-favorites .p-stock_archive__img {
    width: 40%;
  }
}
.p-stock.-favorites .p-stock_archive__infoWrap {
  padding-right: 3rem;
}
.p-stock.-favorites .p-stock_archive__name {
  margin-bottom: 0.2em;
  font-size: 1.8vw;
  line-height: 1.2;
}
@media screen and (max-width: 1300.9px) {
  .p-stock.-favorites .p-stock_archive__name {
    font-size: 3vw;
  }
}
@media screen and (max-width: 575.9px) {
  .p-stock.-favorites .p-stock_archive__name {
    font-size: 2rem;
  }
}
.p-stock.-favorites .p-stock_archive__price {
  padding: 1.5rem 1.9rem;
}
.p-stock.-favorites .p-stock_archive__price .txt {
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
}
.p-stock.-favorites .p-stock_archive__price .num {
  font-size: 2.5vw;
}
@media screen and (max-width: 991.9px) {
  .p-stock.-favorites .p-stock_archive__price .num {
    font-size: 3rem;
  }
}
.p-stock.-favorites .p-stock_archive__btn a {
  height: 60px;
  font-size: 1.4rem;
}
@media screen and (max-width: 991.9px) {
  .p-stock.-favorites .p-stock_archive__btn a {
    font-size: 1.2rem;
  }
  .p-stock.-favorites .p-stock_archive__btn a span {
    font-size: 1.2rem;
  }
}
.p-stock.-favorites .p-stock_archive .simplefavorite-button {
  display: none;
}
.p-stock.-favorites .p-stock_archive .simplefavorite-button.active {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.6em 1.2em;
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
  background-color: #e52329;
  border-radius: 4px;
  text-decoration: none;
  opacity: 1;
  transition: all 0.4s;
  border: 1px solid #e52329;
}
.p-stock.-favorites .p-stock_archive .simplefavorite-button.active:hover {
  color: #e52329;
  background: #fff;
}
.p-stock.-favorites .p-stock_archive__submitFloatBtn {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 991.9px) {
  .p-stock.-favorites .p-stock_archive__submitFloatBtn {
    top: inherit;
    bottom: 0;
    transform: inherit;
    z-index: 99;
    display: flex;
    width: 100%;
  }
}
.p-stock.-favorites .p-stock_archive__submitFloatBtn .c-panel_contact__btn {
  width: 50%;
  margin: 0;
  max-width: 100%;
}
.p-stock.-favorites .p-stock_archive__submitFloatBtn .c-panel_contact__btn a {
  border-radius: 0;
}
@media screen and (min-width: 992px) {
  .p-stock.-favorites .p-stock_archive__submitFloatBtn .c-panel_contact__btn {
    display: none;
  }
}
.p-stock.-favorites .p-stock_archive__submitFloatBtn button {
  font-weight: 700;
  writing-mode: vertical-rl;
  border-radius: 5px 0 0 5px;
  padding: 1.2em 0.8em;
  font-size: 2rem;
  background: #F4A700;
  letter-spacing: 0.1rem;
  transition: 0.4s;
  border-radius: none;
  border: 1px solid #F4A700;
}
@media screen and (max-width: 991.9px) {
  .p-stock.-favorites .p-stock_archive__submitFloatBtn button {
    writing-mode: inherit;
    font-size: 1.6rem;
    padding: 0.5em 1rem;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5em;
    border-radius: 0;
  }
}
.p-stock.-favorites .p-stock_archive__submitFloatBtn button .icon {
  transition: 0.4s;
}
.p-stock.-favorites .p-stock_archive__submitFloatBtn button:hover {
  background: #092340;
  color: #fff;
  border-color: #092340;
}
.p-stock.-favorites .p-stock_archive__submitFloatBtn button:hover .icon {
  fill: #fff;
}

@media screen and (min-width: 992px) {
  .p-stock_archive__price .price .num {
    font-size: 2.5vw;
  }
}

.simplefavorite-button {
  cursor: pointer;
  padding: 0 0.2em;
  font-size: 0.82em;
}

.p-stock_single__btn,
.p-stock_archive__btn {
  margin-top: 1.5rem;
}
.p-stock_single__btn button,
.p-stock_archive__btn button {
  border-radius: 5px;
  display: block;
  font-weight: 700;
  line-height: 1;
  padding: 1.7em 0;
  text-align: center;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (min-width: 992px) {
  .p-stock_single__btn button,
  .p-stock_archive__btn button {
    font-size: 1.6rem;
  }
}
.p-stock_single__btn.-contact button,
.p-stock_archive__btn.-contact button {
  background: #F4A700;
}
.p-stock_single__btn.-contact button .icon,
.p-stock_archive__btn.-contact button .icon {
  width: 2.4rem;
  height: 1.7rem;
  margin-bottom: 0.8rem;
}
@media (min-width: 992px) {
  .p-stock_single__btn.-contact button:hover,
  .p-stock_archive__btn.-contact button:hover {
    background: #092340;
    border-color: #092340;
    color: #fff;
  }
  .p-stock_single__btn.-contact button:hover .icon,
  .p-stock_archive__btn.-contact button:hover .icon {
    fill: #fff;
  }
}

@media screen and (max-width: 575.9px) {
  .p-stock_archive__item {
    padding-bottom: 4rem;
  }
  .p-stock_archive__item:not(:first-child) {
    padding-top: 4rem;
  }
}
.p-stock_archive__name {
  font-size: 1.8vw;
  line-height: 1.2;
}
@media screen and (max-width: 1300.9px) {
  .p-stock_archive__name {
    font-size: 3vw;
  }
}
@media screen and (max-width: 575.9px) {
  .p-stock_archive__name {
    font-size: 2rem;
  }
}
.p-stock_archive__name span {
  display: block;
  font-size: 0.8em;
}
.p-stock_archive__price .price .num {
  font-size: 1.8vw;
  line-height: 1.2;
}
@media screen and (max-width: 1300.9px) {
  .p-stock_archive__price .price .num {
    font-size: 3vw;
  }
}
@media screen and (max-width: 575.9px) {
  .p-stock_archive__price .price .num {
    font-size: 2rem;
  }
}
.p-stock_archive__serial {
  line-height: 1.4;
}
@media screen and (max-width: 575.9px) {
  .p-stock_archive__serial {
    margin-top: 1em;
  }
}

@media (min-width: 992px) {
  .p-stock_single__btn.-contact button {
    font-size: 1.8rem;
  }
}
.p-stock_single__btn.-contact button .icon {
  margin-bottom: 0.8rem;
}
.p-stock_single__name {
  line-height: 1.2;
}
@media (min-width: 992px) {
  .p-stock_single__name {
    font-size: 2.2vw;
  }
}
.p-stock_single__name span {
  display: block;
  font-size: 0.8em;
}
@media (min-width: 992px) {
  .p-stock_single__price .price .num {
    font-size: 2.2vw;
  }
}
.p-stock_single__spec {
  display: flex;
  width: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
}
.p-stock_single__spec .spec-item {
  display: flex;
  width: 48%;
  border-top: 1px solid #B4B4B5;
}
.p-stock_single__spec .spec-item:nth-last-of-type(-n+2) {
  border-bottom: none;
}
.p-stock_single__spec .spec-item:nth-last-of-type(-n+2) {
  border-bottom: 1px solid #B4B4B5;
}
@media screen and (max-width: 575.9px) {
  .p-stock_single__spec .spec-item:nth-last-of-type(-n+2):not(:last-of-type) {
    border-bottom: none;
  }
}
@media (max-width: 991.9px) {
  .p-stock_single__spec .spec-item {
    width: 100%;
  }
}
.p-stock_single__spec .spec-item .label,
.p-stock_single__spec .spec-item .value {
  font-size: 2rem;
  padding: 1.3em 1.2em;
}
@media (max-width: 991.9px) {
  .p-stock_single__spec .spec-item .label,
  .p-stock_single__spec .spec-item .value {
    font-size: 1.8rem;
  }
}
@media (max-width: 575.9px) {
  .p-stock_single__spec .spec-item .label,
  .p-stock_single__spec .spec-item .value {
    font-size: 1.6rem;
    padding: 1em;
  }
}
.p-stock_single__spec .spec-item .label {
  flex: 0 0 35%;
  background: #F5F5F7;
  font-weight: 700;
}
.p-stock_single__spec .spec-item .value {
  flex: 1;
  font-weight: 500;
}

@media screen and (min-width: 992px) {
  .p-purchase_kv__ttl {
    top: 30rem;
  }
}
.p-purchase_kv__ttl .comp_name {
  margin-bottom: 2rem;
}
.p-purchase_kv__ttl .comp_name p {
  font-size: 8rem;
}
@media screen and (max-width: 991.9px) {
  .p-purchase_kv__ttl .comp_name p {
    font-size: 5.7rem;
  }
}
@media screen and (max-width: 575.9px) {
  .p-purchase_kv__ttl .comp_name p {
    font-size: 3.2rem;
  }
}

.p-purchase_area::before {
  content: none;
}
.p-purchase_area__wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-purchase_area__img {
  width: 60%;
}
@media (max-width: 991.9px) {
  .p-purchase_area__img {
    width: 100%;
  }
}
.p-purchase_area__img img {
  width: 100%;
}

.c-form__field.-file {
  flex-wrap: wrap;
  position: relative;
}
.c-form__field.-file p {
  flex-shrink: 0;
  width: 5em;
}
.c-form__field.-file input {
  width: calc(100% - 5em);
}
.c-form__field.-file .mwform-file-delete {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1em;
}
.c-form__field.-column {
  flex-direction: column;
  align-items: baseline;
}
.c-form__field.-column label {
  display: flex;
}
.c-form__input.-select {
  appearance: auto;
  width: 15em;
}
.c-form__check + *, .c-form__radio + * {
  line-height: 1.4;
}

@media screen and (max-width: 767.9px) {
  .c-form_privacy__box {
    padding: 2rem 1.5rem;
  }
}
@media screen and (max-width: 767.9px) {
  .c-form_privacy__ttl {
    font-size: 1.2em;
  }
}
@media screen and (max-width: 767.9px) {
  .c-form_privacy__lead {
    font-size: 0.9em;
  }
}
.c-form_privacy .c-form_privacy__item:not(:first-of-type) {
  margin-top: 1em;
}
.c-form_privacy .c-form_privacy__item a {
  text-decoration: underline;
}
@media screen and (max-width: 767.9px) {
  .c-form_privacy .c-form_privacy__item {
    font-size: 0.8em;
  }
}

.p-news_archive {
  margin: 8rem 0;
}
.p-news_archive .wrap {
  display: flex;
  flex-direction: column;
}
.p-news_archive .wrap .item {
  border-bottom: 1px solid #B4B4B5;
}
.p-news_archive .wrap .item a {
  width: 100%;
  height: 100%;
  display: block;
  padding: 1em;
}

.p-news_single {
  margin: 8rem 0;
}
.p-news_single time {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 1em;
}
.p-news_single .ttl {
  margin-top: 0.5em;
}
.p-news_single .ttl h2 {
  font-size: 2.8rem;
  padding-bottom: 0.2em;
  border-bottom: 1px solid #092340;
}
.p-news_single .content {
  margin: 2rem 0;
}
.p-news_single .content p {
  font-size: 1.6rem;
  margin-bottom: 0.5em;
}
.p-news_single .content h2 {
  font-size: 2.2rem;
  margin-bottom: 1em;
}
.p-news_single .content h3 {
  font-size: 2rem;
  margin-bottom: 0.5em;
}
.p-news_single .content h4 {
  font-size: 1.8rem;
  margin-bottom: 0.5em;
}
.p-news_single .content h5 {
  font-size: 1.6rem;
}
.p-news_single .content h6 {
  font-size: 1.6rem;
}

.post-nav {
  margin-top: 4rem;
  display: flex;
  justify-content: center;
  gap: 10px;
}
.post-nav span {
  width: 100%;
}
.post-nav a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

@media screen and (max-width: 767.9px) {
  .p-esg-sdgs .c-ttl .en {
    font-size: 2.4rem;
  }
}
.p-esg-sdgs .p-esg-sdgs_about .wrap {
  display: flex;
  gap: 6rem;
}
@media screen and (max-width: 767.9px) {
  .p-esg-sdgs .p-esg-sdgs_about .wrap {
    flex-direction: column;
    gap: 2rem;
  }
}
.p-esg-sdgs .p-esg-sdgs_about .wrap .item {
  width: 50%;
}
@media screen and (max-width: 767.9px) {
  .p-esg-sdgs .p-esg-sdgs_about .wrap .item {
    width: 100%;
  }
}
.p-esg-sdgs .p-esg-sdgs_about .wrap .item h3 {
  margin: 1em 0 0.5em 0;
  font-weight: 600;
  font-size: 3.4rem;
}
@media screen and (max-width: 767.9px) {
  .p-esg-sdgs .p-esg-sdgs_about .wrap .item h3 {
    font-size: 2.4rem;
  }
}
.p-esg-sdgs .p-esg-sdgs_about .wrap .item p {
  line-height: 1.8;
}
.p-esg-sdgs .p-esg-sdgs_attempt {
  padding: 8rem 0 4rem 0;
  margin-top: 4rem;
  background-size: cover;
}
@media screen and (max-width: 767.9px) {
  .p-esg-sdgs .p-esg-sdgs_attempt {
    padding: 4rem 0;
  }
}
.p-esg-sdgs .p-esg-sdgs_attempt__cont {
  margin: 8rem 0;
}
@media screen and (max-width: 767.9px) {
  .p-esg-sdgs .p-esg-sdgs_attempt__cont {
    margin: 4rem 0;
  }
}
.p-esg-sdgs .p-esg-sdgs_attempt__list {
  display: flex;
  flex-direction: column;
}
.p-esg-sdgs .p-esg-sdgs_attempt__item {
  padding-bottom: 3rem;
  border-bottom: 1px solid #efefef;
}
.p-esg-sdgs .p-esg-sdgs_attempt__item:not(:first-of-type) {
  margin-top: 5rem;
}
.p-esg-sdgs .p-esg-sdgs_attempt__item h3 {
  font-size: 3rem;
}
@media screen and (max-width: 767.9px) {
  .p-esg-sdgs .p-esg-sdgs_attempt__item h3 {
    font-size: 2rem;
    line-height: 1.5;
    margin-bottom: 2rem;
  }
}
.p-esg-sdgs .p-esg-sdgs_attempt__item h3 min {
  font-size: 1.1em;
}
.p-esg-sdgs .p-esg-sdgs_attempt__item h3 min.e {
  color: #09ae8c;
}
.p-esg-sdgs .p-esg-sdgs_attempt__item h3 min.s {
  color: #fe9725;
}
.p-esg-sdgs .p-esg-sdgs_attempt__item h3 min.g {
  color: #1498c3;
}
.p-esg-sdgs .p-esg-sdgs_attempt__item h3 span {
  font-family: "Poppins", sans-serif;
  flex-shrink: 0;
  line-height: 1;
  font-weight: 500;
}
.p-esg-sdgs .p-esg-sdgs_attempt__item p span {
  font-weight: bold;
}
.p-esg-sdgs .p-esg-sdgs_attempt__item ul {
  padding-left: 1em;
  margin: 4rem 0;
}
@media screen and (max-width: 767.9px) {
  .p-esg-sdgs .p-esg-sdgs_attempt__item ul {
    padding-left: 0;
    margin-top: 2rem;
  }
}
.p-esg-sdgs .p-esg-sdgs_attempt__item ul li {
  display: flex;
  align-items: baseline;
}
.p-esg-sdgs .p-esg-sdgs_attempt__item ul li::before {
  content: "";
  flex-shrink: 0;
  width: 0.5em;
  height: 0.5em;
  display: block;
  background: #092340;
  border-radius: 100%;
  margin-right: 0.5em;
}
.p-esg-sdgs .p-esg-sdgs_attempt__item .wrap p {
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 767.9px) {
  .p-esg-sdgs .p-esg-sdgs_attempt__item .wrap .icon {
    display: flex;
    gap: 10px;
  }
}
@media screen and (max-width: 767.9px) {
  .p-esg-sdgs .p-esg-sdgs_attempt__item .wrap .icon img {
    width: calc((100% - 30px) / 4);
  }
}

.c-txt {
  margin-bottom: 4rem;
}

.c-ttl {
  margin-bottom: 4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
  text-align: center;
}
.c-ttl .jp {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
}
.c-ttl .en {
  font-size: 3.6rem;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 700;
  line-height: 1.2;
}
.c-ttl.-white .jp,
.c-ttl.-white .en {
  color: #fff;
}
.c-ttl.-l .jp {
  font-size: 2.4rem;
  font-family: "Oswald", sans-serif;
}
.c-ttl.-l .en {
  font-size: 4.6rem;
}

.c-page__msg p span {
  font-weight: bold;
}

.c-form__check + *:before {
  top: 13%;
  width: 1.2em;
  height: 1.2em;
}

.c-form__check + *:after {
  left: 1px;
  width: 0.8em;
  height: 0.45em;
  top: 14%;
}

.c-form__check + *,
.c-form__radio + * {
  padding: 0 0 0 2em;
}

.c-form__row > .c-form__field > .c-form__subttl {
  flex-shrink: 0;
}

.c-form__agreement {
  margin-top: 8rem;
}

.c-totop {
  width: 5.5rem;
  height: 5.5rem;
}
@media screen and (max-width: 767.9px) {
  .c-totop {
    width: 4rem;
    height: 4rem;
  }
}

#js-totop {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}

#js-totop.is-visible {
  opacity: 1;
  visibility: visible;
}

.p-recruit_requirment__btn a {
  font-size: 1.8rem;
  padding: 2.2rem 0;
  max-width: 400px;
}

html[lang=en] .l-gnavi__link,
html[lang=vi] .l-gnavi__link,
html[lang=ar] .l-gnavi__link,
html[lang=ru] .l-gnavi__link {
  font-size: 1.4rem;
}
html[lang=en] .l-gnavi__btn a,
html[lang=vi] .l-gnavi__btn a,
html[lang=ar] .l-gnavi__btn a,
html[lang=ru] .l-gnavi__btn a {
  font-size: 1.4rem;
}
html[lang=en] .l-footer__menuItem a,
html[lang=vi] .l-footer__menuItem a,
html[lang=ar] .l-footer__menuItem a,
html[lang=ru] .l-footer__menuItem a {
  font-size: 1.4rem;
}

.l-header__inner {
  gap: 20px;
}
@media (min-width: 1600px) {
  .l-header__inner {
    padding-left: 2.9vw;
  }
}
.l-header__logo {
  flex-shrink: 0;
}
@media screen and (max-width: 991.9px) {
  .l-header__lang {
    padding: 0.2em 0.5em;
    border: 1px solid rgb(220, 220, 220);
  }
}

@media screen and (min-width: 992px) {
  .l-gnavi__link {
    font-size: 1vw;
  }
}
@media screen and (min-width: 992px) {
  .l-gnavi__btn a {
    font-size: 1vw;
  }
}
.l-gnavi__lang {
  cursor: pointer;
  height: 5.6em;
  width: 12vw;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
}
.l-gnavi__lang .icon {
  flex-shrink: 0;
}

.js-lang-select {
  width: max-content;
  padding: 0 0.5em;
  font-weight: 700;
  border: none;
  cursor: pointer;
}
@media screen and (min-width: 992px) {
  .js-lang-select {
    font-size: 0.95vw;
  }
}
@media screen and (max-width: 991.9px) {
  .js-lang-select {
    font-weight: normal;
  }
}/*# sourceMappingURL=include.css.map */