@charset "UTF-8";
/* ====================================== */
/* Page-company */
.page-company .lower-mv {
  background: url(/assets/images/company/mv.webp) no-repeat center center/cover;
}
.page-company ._btn {
  margin-top: 1.5rem;
}
.page-company ._btn .__button {
  padding: 1.5rem;
  font-weight: bold;
  font-family: calc(--font-en / 10)rem;
}

.company-profile .__detail {
  margin: 0 auto;
  width: 90%;
  max-width: 100rem;
}
.company-profile .__list--line {
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .company-profile .__list--line {
    margin-top: 4.5rem;
  }
}
.company-profile .__list--line_item {
  padding: 2rem 1rem;
  gap: 4.5rem;
}
@media screen and (max-width: 767px) {
  .company-profile .__list--line_item {
    padding: 0;
    gap: 0;
  }
}
.company-profile .__list--line_item .__head,
.company-profile .__list--line_item ._content {
  padding: 1rem;
}
@media screen and (max-width: 767px) {
  .company-profile .__list--line_item .__head,
  .company-profile .__list--line_item ._content {
    padding: 2rem 1.5rem;
  }
}
.company-profile .__list--line_item .__head {
  flex: 1;
  font-size: 1.8rem;
  text-align: center;
  border-right: 1px dashed #aaa;
}
@media screen and (max-width: 767px) {
  .company-profile .__list--line_item .__head {
    width: 100%;
    border-right: none;
    border-bottom: 1px dashed #aaa;
  }
}
.company-profile .__list--line_item ._content {
  width: 78%;
}
@media screen and (max-width: 767px) {
  .company-profile .__list--line_item ._content {
    width: 100;
  }
}
.company-profile .__list--line_item .base_list_item {
  align-items: center;
  gap: 4.5rem;
}
.company-profile .__list--line_item .base_list_item:not(:first-of-type) {
  margin-top: 4.5rem;
}
@media screen and (max-width: 767px) {
  .company-profile .__list--line_item .base_list_item {
    padding: 0;
    gap: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .company-profile .__list--line_item .base_list_item .__text_box {
    width: 100%;
  }
}
.company-profile .__list--line_item .base_list_item .__text_box ._ttl {
  font-size: 1.8rem;
  text-align: left;
}
.company-profile .__list--line_item .base_list_item .__text_box ._txt.--num {
  line-height: 1.2;
}
.company-profile .__list--line_item .base_list_item .__text_box ._btn {
  margin-top: 1.5rem;
}
.company-profile .__list--line_item .base_list_item .__text_box ._btn .__button {
  padding: 1.5rem;
  font-family: calc(--font-en / 10)rem;
}

.company-authentcation {
  background-color: var(--color-blue-ll);
}
.company-authentcation .__wrapper .__container {
  max-width: 100rem;
}
.company-authentcation .auth_box {
  padding: 5rem;
  align-items: center;
  background-color: #fff;
}
.company-authentcation .auth_box:not(:first-of-type) {
  margin-top: 4.5rem;
  padding: 3.5rem;
}
@media screen and (max-width: 767px) {
  .company-authentcation .auth_box {
    gap: 3rem;
  }
}
.company-authentcation .auth_box .__fig {
  padding: 3rem;
  flex: auto;
  width: 48rem;
  border: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
  .company-authentcation .auth_box .__fig {
    width: 100%;
  }
}
.company-authentcation .auth_box .__text_box {
  flex: auto;
}
.company-authentcation .auth_box .__text_box ._ttl {
  text-align: left;
}
.company-authentcation .auth_box .__text_box .__button {
  max-width: 28rem;
}

.company-history .__wrapper .__container {
  max-width: 100rem;
}
.company-history .history_list_item {
  gap: 0;
}
.company-history .history_list_item:not(:first-of-type) {
  margin-top: 1.5rem;
}
.company-history .history_list_item ._year {
  flex-shrink: 0;
  color: var(--color-blue);
  display: block;
  width: 18rem;
  line-height: 1;
  font-size: 6rem;
  font-weight: 900;
  font-family: var(--font-en);
  text-align: right;
}
@media screen and (max-width: 767px) {
  .company-history .history_list_item ._year {
    text-align: left;
  }
}
.company-history .history_list_item ._events {
  position: relative;
  margin-left: 4.5rem;
  padding-left: 4.5rem;
  padding-bottom: 3rem;
  border-left: 1px dashed var(--color-blue);
}
@media screen and (max-width: 767px) {
  .company-history .history_list_item ._events {
    margin-left: 1rem;
    padding: 1.5rem 3rem;
  }
}
.company-history .history_list_item ._events::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 1.2rem;
  background-color: var(--color-blue);
  transform: translate(-50%, -50%);
}
.company-history .history_list_item ._events ._event {
  gap: 3rem;
}
.company-history .history_list_item ._events ._event:not(:first-of-type) {
  margin-top: 0.8rem;
}
@media screen and (max-width: 767px) {
  .company-history .history_list_item ._events ._event {
    gap: 0.8rem;
  }
}
.company-history .history_list_item ._events ._event ._date {
  display: block;
  width: 12rem;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .company-history .history_list_item ._events ._event ._date {
    width: 100%;
    text-align: left;
  }
}
.company-history .history_list_item ._events ._event ._txts {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .company-history .history_list_item ._events ._event ._txts {
    margin-left: 1.5rem;
  }
}
.company-history .history_list_item ._events ._event ._txts ._txt {
  padding: 0.3rem 0;
  display: flex;
  align-items: baseline;
}
.company-history .history_list_item ._events ._event ._txts ._txt::before {
  content: "・";
}

.company-environmental .__description {
  margin-top: 0;
}
.company-environmental .__list--numA {
  margin-top: 3rem;
}
.company-environmental .__list--numA ._other_item .__list--numA {
  margin: 2rem 0;
  margin-left: 2rem;
}
.company-environmental .__list--numA ._other_item .__list--numA_item::before {
  content: "(" counter(my-counter) ")";
}

.company-activity {
  background-color: var(--color-blue-ll);
}
.company-activity::before {
  border-top-color: #fff;
}
.company-activity .__wrapper {
  padding-top: 22rem;
}
@media screen and (max-width: 767px) {
  .company-activity .__wrapper {
    padding-top: 13.5rem;
  }
}
.company-activity .__detail {
  align-items: center;
}
@media screen and (max-width: 767px) {
  .company-activity .__detail {
    gap: 3rem;
  }
}
.company-activity .activity_slider_box {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .company-activity .activity_slider_box {
    width: 100%;
  }
}
.company-activity .activity_slider_box .__fig {
  position: relative;
}
.company-activity .activity_slider_box .__fig::after {
  border-right-color: var(--color-blue-ll);
  border-bottom-color: var(--color-blue-ll);
}
.company-activity .activity_slider_box .__fig figcaption {
  position: absolute;
  bottom: 1.5rem;
  left: 1.5rem;
  padding: 0.5rem;
  display: block;
  width: fit-content;
  line-height: 1;
  color: var(--color-blue);
  font-size: 1.8rem;
  font-weight: bold;
  background-color: var(--color-blue-ll);
}
.company-activity .activity_slider_box .activity_slider_nav {
  margin-top: 1.5rem;
  display: flex;
  align-items: center;
}
.company-activity .activity_slider_box .activity_slider_nav .activity_dots {
  display: flex;
  position: static;
  width: auto;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .company-activity .activity_slider_box .activity_slider_nav .activity_dots {
    margin: 0 auto;
  }
}
.company-activity .activity_slider_box .activity_slider_nav .activity_dots span {
  position: static;
  display: block;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: #939393;
  opacity: 1;
}
.company-activity .activity_slider_box .activity_slider_nav .activity_dots span.swiper-pagination-bullet-active {
  background: var(--color-blue-l);
}
.company-activity .activity_list ._list_ttl {
  padding: 1.5rem;
  padding-bottom: 1.5rem;
  font-size: 2rem;
  border-bottom: 1px solid var(--color-blue);
}
.company-activity .activity_list ._list_content {
  padding: 1.5rem;
}
.company-activity .activity_list ._list_content ._txt {
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .company-activity .activity_list ._list_content ._txt span {
    display: block;
    text-align: right;
  }
}
.company-activity .activity_list ._list_content ._txt span::before {
  margin: 0 1rem;
  content: "...";
}
.company-activity .activity_list ._list_content ._txt::before {
  content: "● ";
  color: var(--color-blue);
}

.company-ea21 {
  background-color: var(--color-blue-ll);
  border-top: 1px dashed #ccc;
}
.company-ea21 .auth_box {
  padding: 5rem;
  align-items: flex-start;
  background-color: #fff;
}
.company-ea21 .auth_box:not(:first-of-type) {
  margin-top: 4.5rem;
  padding: 3.5rem;
}
@media screen and (max-width: 767px) {
  .company-ea21 .auth_box {
    gap: 3rem;
  }
}
.company-ea21 .auth_box .__fig {
  padding: 3rem;
  flex: auto;
  width: 48rem;
  border: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
  .company-ea21 .auth_box .__fig {
    width: 100%;
  }
}
.company-ea21 .auth_box .__text_box {
  flex: auto;
}
.company-ea21 .auth_box .__text_box ._ttl {
  text-align: left;
}
.company-ea21 .auth_box .__text_box ._txt {
  margin-top: 1.5rem;
}
.company-ea21 .auth_box .__text_box ._link {
  margin-top: 3rem;
  padding-top: 3rem;
  border-top: 1px solid #eee;
}