@font-face {
  font-family: "Zen Kaku Gothic Antique";
  src: url("../fonts/ZenKakuGothicAntique-Regular.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Zen Kaku Gothic Antique";
  src: url("../fonts/ZenKakuGothicAntique-Medium.ttf") format("truetype");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Zen Kaku Gothic Antique";
  src: url("../fonts/ZenKakuGothicAntique-Bold.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Zen Old Mincho";
  src: url("../fonts/ZenOldMincho-Regular.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
}
.header_inner_right_recruit {
  background-color: #F7B33C;
}

.footer_bg {
  background: linear-gradient(to bottom, rgba(247, 179, 60, 0.2), rgba(247, 179, 60, 0.1));
}

.footer_inner_links_column_head {
  color: #F7B33C;
}

.page_subtitle {
  color: #F7B33C;
}

.philosophy_phrase {
  font-size: 4.8rem;
  background-color: white;
  width: 95rem;
  padding: 3rem;
  margin: 0 auto;
  position: relative;
  letter-spacing: 0.5rem;
  margin-bottom: 5rem;
}
.philosophy_phrase::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 4rem;
  height: 4rem;
  border-top: 0.25rem solid #333333;
  border-right: 0.25rem solid #333333;
}
.philosophy_phrase::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 4rem;
  height: 4rem;
  border-top: 0.25rem solid #333333;
  border-right: 0.25rem solid #333333;
  transform: rotate(180deg);
}
.philosophy_message {
  font-size: 2rem;
  line-height: 2;
}
.philosophy_message p {
  margin-bottom: 4rem;
}
.philosophy_message p span {
  font-size: 3.2rem;
}

.history_chart {
  width: 1200px;
  background-color: white;
  margin: 0 calc((100vw - 1200px) / 2);
  padding: 7rem calc((100vw - 1000px) / 2 - (100vw - 1200px) / 2 + 3rem);
  text-align: left;
  border-radius: 5rem;
  position: relative;
}
.history_chart_wrap_row {
  display: flex;
  gap: 2rem;
  align-items: center;
  margin-bottom: 1.1rem;
}
.history_chart_wrap_row_date {
  padding: 1.1rem 1rem;
  width: 11rem;
  text-align: center;
  border-radius: 2rem;
}
.history_chart_wrap_row_date_year {
  font-size: 1.6rem;
}
.history_chart_wrap_row_date_year span {
  font-size: 1.4rem;
}
.history_chart_wrap_row_date_month {
  font-size: 3.2rem;
}
.history_chart_wrap_row_date_month span {
  font-size: 2.6rem;
}
.history_chart_wrap_row_text {
  color: #888888;
  font-size: 1.8rem;
  line-height: 1.3;
  width: 86rem;
}
.history_chart_wrap:nth-child(1) .history_chart_wrap_row_date, .history_chart_wrap:nth-child(7) .history_chart_wrap_row_date {
  border: 0.2rem solid #F7B33C;
  color: #F7B33C;
}
.history_chart_wrap:nth-child(2) .history_chart_wrap_row_date, .history_chart_wrap:nth-child(8) .history_chart_wrap_row_date {
  border: 0.2rem solid #B7D450;
  color: #B7D450;
}
.history_chart_wrap:nth-child(3) .history_chart_wrap_row_date, .history_chart_wrap:nth-child(9) .history_chart_wrap_row_date {
  border: 0.2rem solid #4CACE2;
  color: #4CACE2;
}
.history_chart_wrap:nth-child(4) .history_chart_wrap_row_date, .history_chart_wrap:nth-child(10) .history_chart_wrap_row_date {
  border: 0.2rem solid #EE86A8;
  color: #EE86A8;
}
.history_chart_wrap:nth-child(5) .history_chart_wrap_row_date, .history_chart_wrap:nth-child(11) .history_chart_wrap_row_date {
  border: 0.2rem solid #66BF9D;
  color: #66BF9D;
}
.history_chart_wrap:nth-child(6) .history_chart_wrap_row_date, .history_chart_wrap:nth-child(12) .history_chart_wrap_row_date {
  border: 0.2rem solid #C48AB9;
  color: #C48AB9;
}
.history_chart_wrap:not(:last-child) {
  margin-bottom: 6.2rem;
}
.history_chart_wrap:not(:last-child)::after {
  content: "";
  position: absolute;
  margin-left: 5.25rem;
  height: 4rem;
  border-left: 0.5rem solid #E5E5E5;
  border-radius: 100vw;
}

.message {
  background: linear-gradient(to right, rgba(247, 179, 60, 0.3), rgba(247, 179, 60, 0.1));
  padding: 10rem 0;
}
.message_inner {
  width: 1000px;
  display: flex;
  justify-content: space-between;
  gap: 3rem;
  margin: 7rem auto 0;
}
.message_inner_left {
  width: 40rem;
}
.message_inner_left img {
  border-radius: 4rem;
}
.message_inner_right {
  text-align: left;
}
.message_inner_right_large {
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 3rem;
  letter-spacing: 0.3rem;
}
.message_inner_right_text {
  font-size: 1.7rem;
  line-height: 2;
  margin-bottom: 3rem;
  font-weight: 400;
  margin-left: 1.5rem;
  letter-spacing: 0.2rem;
}
.message_inner_right_text p {
  margin-bottom: 1rem;
}
.message_inner_right_name {
  font-size: 2rem;
  text-align: end;
}

.info {
  width: 80rem;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.6rem;
  line-height: 1.5;
}
.info table {
  width: 100%;
}
.info table tbody tr {
  border-top: 0.1rem solid #888888;
  border-bottom: 0.1rem solid #888888;
}
.info table tbody tr th {
  width: 25rem;
  padding: 2rem 5rem;
  vertical-align: middle;
}
.info table tbody tr td {
  text-align: left;
  padding: 2rem 0;
  vertical-align: middle;
}
.info table tbody tr td ul li {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.info table tbody tr td ul li:not(:last-child) {
  margin-bottom: 1rem;
}
.info table tbody tr td ul li p:nth-child(2) {
  font-size: 1.4rem;
}
.info table tbody tr td ul li img {
  height: 9rem;
  margin-left: 2rem;
}

.base_inner {
  width: 1000px;
  margin: 0 auto;
}
.base_inner_texts {
  display: flex;
  gap: 4rem;
  text-align: left;
  align-items: end;
  margin-bottom: 2rem;
  margin-top: 5rem;
}
.base_inner_texts_sub {
  color: #F7B33C;
  font-size: 1.6rem;
  margin-bottom: 0.5rem;
}
.base_inner_texts_name {
  font-size: 4rem;
  line-height: 1.2;
}
.base_inner_texts_addr {
  color: #888888;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.4;
}
.base_inner_texts:first-child {
  margin-top: 8rem;
}
.base_inner_images {
  display: flex;
  justify-content: space-between;
  gap: 3rem;
}
.base_inner_images_image {
  width: 57rem;
}
.base_inner_images_image img {
  border-radius: 3rem;
}
.base_inner_images_access {
  text-align: left;
  margin-top: 1rem;
}
.base_inner_images_access_station {
  margin-bottom: 2rem;
}
.base_inner_images_access_station div {
  font-size: 2rem;
  margin-bottom: 0.5rem;
}
.base_inner_images_access_station ul {
  color: #888888;
  font-size: 1.4rem;
  line-height: 1.4;
  margin-left: 0.7rem;
  font-weight: 400;
}
.base_inner_images_access_map iframe {
  border-radius: 3rem;
}

@media (max-width: 1300px) {
  .philosophy_phrase {
    font-size: 4rem;
    width: 800px;
  }
  .history_chart {
    width: 900px;
    padding: 5rem 8rem;
    margin: 0 calc((100vw - 900px) / 2);
  }
  .message_inner {
    width: 900px;
  }
  .message_inner_left {
    width: 35rem;
  }
  .base_inner {
    width: 850px;
  }
  .base_inner_images_access_map iframe {
    width: 35rem;
  }
}
@media (max-width: 1000px) {
  .header_inner_check:checked ~ .header_inner_icon {
    background-color: #F7B33C;
  }
  .header_inner_icon_hamburger {
    background: #F7B33C;
  }
  .header_inner_icon_hamburger::before, .header_inner_icon_hamburger::after {
    background: #F7B33C;
  }
  .philosophy_phrase {
    width: 90vw;
    font-size: 3.5rem;
  }
  .history_chart {
    width: 90vw;
    margin: 0 auto;
    padding: 5rem;
  }
  .history_chart_wrap_row_text {
    width: calc((100vw - 11rem) * 0.8);
  }
  .message_inner {
    width: initial;
    flex-direction: column;
  }
  .message_inner_left {
    width: 80vw;
    height: 65vw;
    margin: 0 auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .message_inner_left img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 65vw;
    -o-object-position: 0 10%;
       object-position: 0 10%;
  }
  .message_inner_right {
    width: 80vw;
    margin: 0 auto;
  }
  .info {
    width: initial;
  }
  .info table {
    width: 90vw;
    margin: 0 auto;
  }
  .info table tbody tr th {
    width: 20rem;
    padding: 2rem;
  }
  .base_inner {
    width: 90vw;
  }
}
@media (max-width: 750px) {
  .philosophy_phrase {
    font-size: 2.7rem;
    padding: 3rem 2rem;
  }
  .philosophy_message {
    width: 90vw;
    margin: 0 auto;
  }
  .philosophy_message p span {
    font-size: 2.7rem;
  }
  .history_chart {
    padding: 5rem 3rem;
  }
  .message_inner_right_large {
    font-size: 3rem;
  }
  .info table tbody tr td ul li {
    flex-direction: column;
    align-items: baseline;
    row-gap: 0;
  }
  .info table tbody tr td ul li p:last-child {
    padding-left: 0.5rem;
  }
  .info table tbody tr td ul li img {
    margin-top: 1rem;
  }
  .base_inner {
    width: 80vw;
  }
  .base_inner_texts {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
  .base_inner_images {
    flex-direction: column;
    gap: 2rem;
  }
  .base_inner_images_image {
    width: 100%;
  }
  .base_inner_images_access_station div {
    font-size: 2.2rem;
  }
  .base_inner_images_access_station ul {
    font-size: 1.7rem;
  }
  .base_inner_images_access_map iframe {
    width: 70vw;
  }
}
@media (max-width: 480px) {
  .philosophy_phrase {
    letter-spacing: 0.2rem;
    font-size: 2.5rem;
  }
  .philosophy_message {
    font-size: 1.7rem;
  }
  .philosophy_message p span {
    font-size: 2.4rem;
  }
  .message_inner_right_large {
    font-size: 2.6rem;
  }
  .message_inner_right_text {
    font-size: 1.8rem;
    margin-left: 0;
    text-align: justify;
  }
  .base_inner {
    width: 85vw;
  }
}/*# sourceMappingURL=about.css.map */