/*==================================================
page about 
===================================*/
/* --------- message --------- */
.p_about_message {
  padding: 13rem 0 6rem;
}

@media screen and (max-width: 767px) {
  .p_about_message {
    padding: 4rem 0;
  }
}

.p_about_message__inner {
  display: flex;
  position: relative;
  max-width: 1600px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .p_about_message__inner {
    flex-direction: column-reverse;
  }
}

.p_about_message__img {
  width: 50%;
  max-width: 688px;
  position: absolute;
  top: -6%;
  left: 5%;
}

@media (min-width: 768px) and (max-width: 1280px) {
  .p_about_message__img {
    width: 40%;
    max-width: 520px;
    top: 50%;
    left: 5%;
    transform: translateY(-50%);
  }
}

@media screen and (max-width: 767px) {
  .p_about_message__img {
    width: 100%;
    position: unset;
    padding: 0 5%;
  }
}

.p_about_message__block {
  width: 100%;
}

.p_about_message__title {
  color: #00bc8b;
  font-weight: 400;
  font-size: 1.5rem;
  letter-spacing: 0.18rem;
  border-top: solid 1px #cecece;
  border-bottom: solid 1px #cecece;
  padding: 4rem;
  padding-left: calc(50% + 5rem);
}

@media (min-width: 768px) and (max-width: 1280px) {
  .p_about_message__title {
    padding: 4rem 5% 4rem 50%;
  }
}

@media screen and (max-width: 767px) {
  .p_about_message__title {
    font-size: 1.3rem;
    padding: 2rem;
    padding-left: 5%;
  }
}

.p_about_message__enTitle {
  display: block;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  font-size: 7.8rem;
  line-height: 1;
  letter-spacing: 0.5rem;
}

@media screen and (max-width: 767px) {
  .p_about_message__enTitle {
    font-size: 4.8rem;
  }
}

.p_about_message__content {
  padding: 6rem 5% 0 50%;
  padding-left: calc(50% + 12rem);
}

@media (min-width: 768px) and (max-width: 1280px) {
  .p_about_message__content {
    padding: 6rem 5% 0 50%;
  }
}

@media screen and (max-width: 767px) {
  .p_about_message__content {
    padding: 3rem 5% 0 5%;
  }
}

.p_about_message__lead {
  font-size: 2.4rem;
  font-weight: 600;
  padding-left: 1.5rem;
  position: relative;
  margin-bottom: 2.7rem;
}

@media screen and (max-width: 767px) {
  .p_about_message__lead {
    line-height: 2.8rem;
    margin-bottom: 2rem;
  }
}

.p_about_message__lead::before {
  content: "";
  width: 3px;
  height: 22px;
  background-color: #00bc8b;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .p_about_message__lead::before {
    height: 100%;
  }
}

.p_about_message__text {
  font-size: 1.4rem;
  line-height: 3rem;
  letter-spacing: 0.1rem;
}

.p_about_message__name {
  width: 60%;
  max-width: 285px;
  margin-top: 5rem;
}

@media screen and (max-width: 767px) {
  .p_about_message__name {
    margin-top: 2rem;
    margin-bottom: 4rem;
  }
}

/* --------- fact --------- */
.p_about_fact {
  background-color: #eff9f3;
  padding: 7rem 0 2rem;
}

@media screen and (max-width: 767px) {
  .p_about_fact {
    padding: 4rem 0;
  }

  .p_about_fact .section__jp span {
    text-align: center;
    padding: 0;
  }

  .p_about_fact .section__jp span::before {
    left: -45% !important;
  }

  .p_about_fact .section__jp span::after {
    right: -45% !important;
  }
}

.p_about_fact__inner {
  max-width: 1000px;
  margin: 0 auto;
}

@media (min-width: 768px) and (max-width: 1280px) {
  .p_about_fact__inner {
    padding: 0 5%;
  }
}

.p_about_fact__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 6rem;
  margin-top: 3.5rem;
}

@media screen and (max-width: 767px) {
  .p_about_fact__list {
    grid-template-columns: repeat(1, 1fr);
    padding: 0 5%;
  }
}

.p_about_fact__list_lead {
  background-color: #00bc8b;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
  text-align: center;
  width: 100%;
  height: 8.3rem;
  display: table;
  letter-spacing: 0.1rem;
}

@media screen and (max-width: 767px) {
  .p_about_fact__list_lead {
    font-size: 1.4rem;
  }
}

.p_about_fact__list_lead > span {
  display: table-cell;
  vertical-align: middle;
}

.p_about_fact__list_text {
  font-size: 1.4rem;
  letter-spacing: 0.12rem;
  line-height: 2.5rem;
  padding: 1rem 0;
}

/* --------- policy --------- */
.p_about_policy {
  max-width: 1600px;
  margin: 0 auto;
}

.p_about_policy__inner {
  padding: 6rem 0 10rem;
}

@media screen and (max-width: 767px) {
  .p_about_policy__inner {
    padding: 4rem 5%;
  }
}

.p_about_policy .section__title {
  margin-bottom: 4.5rem;
}

.p_about_policy__content {
  display: flex;
  width: 100%;
  justify-content: flex-start;
  align-items: center;
  max-width: 1600px;
}

@media screen and (max-width: 767px) {
  .p_about_policy__content {
    flex-direction: column;
  }
}

.p_about_policy__img {
  width: 42.5%;
  flex-shrink: 0;
}

@media screen and (max-width: 767px) {
  .p_about_policy__img {
    width: 100%;
    margin-bottom: 2rem;
  }
}

.p_about_policy__block {
  width: 57.5%;
  max-width: 576px;
  margin-left: 9rem;
  margin-right: 5%;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .p_about_policy__block {
    width: 100%;
    margin: 0;
  }
}

.p_about_policy__lead {
  font-size: 2.4rem;
  font-weight: 500;
  padding-left: 2.5rem;
  position: relative;
  margin-bottom: 1.2rem;
}

@media screen and (max-width: 767px) {
  .p_about_policy__lead {
    font-size: 2.2rem;
    line-height: 2.8rem;
    margin-bottom: 1rem;
  }
}

.p_about_policy__lead::before {
  content: "";
  width: 3px;
  height: 63px;
  background-color: #00bc8b;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .p_about_policy__lead::before {
    height: 100%;
  }
}

.p_about_policy__list_item {
  display: flex;
  align-items: center;
  border-bottom: solid 1px #e0e0e0;
  padding-top: 1.5rem;
  padding-bottom: 0.4rem;
}

@media screen and (max-width: 767px) {
  .p_about_policy__list_item {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

.p_about_policy__list_label {
  font-family: "Oswald", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  color: #00bc8b;
  margin-right: 1rem;
  letter-spacing: 0.18rem;
}

.p_about_policy__list_text {
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.1rem;
}

.p_about_policy__text {
  font-size: 1.4rem;
  margin-top: 4rem;
  letter-spacing: 0.08rem;
}

@media screen and (max-width: 767px) {
  .p_about_policy__text {
    margin-top: 2rem;
  }
}

/* --------- company --------- */
.p_about_company {
  background-color: #00bc8b;
  padding: 6rem 0;
}

.p_about_company__profile {
  margin-top: 4rem;
  width: 100%;
  background-color: #fff;
  border-collapse: collapse;
  letter-spacing: 0.05em;
}

.p_about_company__profile th {
  background-color: #ecf0ee;
  vertical-align: middle;
  text-align: left;
  padding: 2rem 3rem;
  font-weight: 500;
  border: solid 1.5px #dedede;
  width: 30%;
}

@media screen and (max-width: 767px) {
  .p_about_company__profile th {
    padding: 1.5rem 1rem;
  }
}

.p_about_company__profile td {
  vertical-align: middle;
  padding: 2rem 3rem;
  border: solid 1.5px #dedede;
}

@media screen and (max-width: 767px) {
  .p_about_company__profile td {
    padding: 1.5rem 2rem;
  }
}

.p_about_company__profile td span {
  margin-right: 1rem;
  margin-left: 0.5rem;
}

.p_about_company__profile_content dl {
  margin-bottom: 2rem;
}

@media screen and (max-width: 767px) {
  .p_about_company__profile_content dl {
    margin-bottom: 1rem;
  }
}

.p_about_company__profile_lead {
  font-weight: 500;
  position: relative;
  padding-left: 1.5rem;
}

.p_about_company__profile_lead::before {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  background-color: #000;
  position: absolute;
  top: calc(50% + 0.2px);
  left: 0;
  transform: translateY(-50%);
}

/* --------- access --------- */
.p_about_access {
  padding: 7rem 5% 8rem;
  background-color: #f7f7f7;
}

@media screen and (max-width: 767px) {
  .p_about_access {
    padding: 4rem 5%;
  }
}

.p_about_access__block {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .p_about_access__block {
    margin: 0 auto 2rem;
    flex-direction: column-reverse;
  }
}

.p_about_access__block:nth-of-type(2) {
  margin-bottom: 0;
}

.p_about_access__map {
  width: calc(50% - 4.5rem);
}

@media screen and (max-width: 767px) {
  .p_about_access__map {
    width: 100%;
  }
}

.p_about_access__content {
  width: 50%;
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .p_about_access__content {
    width: 100%;
  }
}

.p_about_access__company {
  padding-bottom: 1rem;
  border-bottom: solid 1px #dbdbdb;
  margin-bottom: 2rem;
}

.p_about_access__company_name {
  font-weight: 600;
  margin-bottom: 1rem;
}

.p_about_access__company_name::before {
  content: "⚫︎";
  color: #00bc8b;
  font-size: 1rem;
  padding-right: 0.5rem;
}

.p_about_access__company_address {
  letter-spacing: 0.1rem;
}

.p_about_access__company_address span {
  margin-right: 1.5rem;
}

.p_about_access__route li {
  margin-bottom: 1rem;
}

.p_about_access__route li:nth-of-type(2) {
  margin-bottom: 0;
}

.p_about_access__route_label {
  background-color: #00bc8b;
  color: #fff;
  font-weight: 600;
  padding: 0.5rem 1.5rem;
}

.p_about_access__route_text {
  padding: 1rem 0;
}

/*==================================================
about END
===================================*/
