@charset "utf-8";
/* CSS Document */
body.lower_page .lower_header {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.lower_header {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

body.top_page .lower_header {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-100%);
}

body.top_page .lower_header.is-show {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.company_head {
  margin-bottom: clamp(35px, 5vw, 60px);
    max-width: 1280px;
}

.company_head .company_en {
  margin-bottom: clamp(8px, 1.2vw, 12px);
  color: rgba(255, 255, 255, .62);
  line-height: 1.2;
  letter-spacing: .12em;
  font-weight: 400;
}

.company_head .company_title {
  color: #fff;
  line-height: 1.4;
  letter-spacing: .08em;
  font-weight: 400;
}

.company_table {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  color: #fff;
}

.company_table .company_table_item {
  display: flex;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
  background-color: #15283d;
}

.company_table .company_table_item:first-child {
  border-top: 1px solid rgba(255, 255, 255, .08);
}

.company_table .company_table_label {
  display: flex;
  width: 30%;
  min-width: 220px;
  padding: clamp(24px, 3vw, 35px) clamp(22px, 3vw, 38px);
  align-items: center;
  background-color: #102236;
}

.company_table .company_table_content {
  display: flex;
  width: 70%;
  padding: clamp(24px, 3vw, 35px) clamp(22px, 3vw, 38px);
  align-items: center;
}

.company_table p {
  color: #fff;
  line-height: 1.9;
  letter-spacing: .06em;
}

@media screen and (max-width: 768px) {
  .company_table .company_table_label {
    width: 32%;
    min-width: 150px;
  }

  .company_table .company_table_content {
    width: 68%;
  }
}

@media screen and (max-width: 576px) {
  .company_table .company_table_item {
    flex-direction: column;
  }

  .company_table .company_table_label {
    width: 100%;
    min-width: 0;
    padding: 18px 20px 8px;
  }

  .company_table .company_table_content {
    width: 100%;
    padding: 8px 20px 22px;
  }
}

.access_section {
  width: 100%;
  color: #fff;
  background-color: #141318;
}

.access_section .access_inner {
  display: flex;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  align-items: flex-start;
  justify-content: space-between;
  gap: clamp(60px, 8vw, 120px);
}

.access_section .access_text {
  width: clamp(300px, 34%, 430px);
  flex-shrink: 0;
}

.access_section .company_head {
  margin-bottom: clamp(30px, 8vw, 50px);
}

.access_section .company_en {
  margin-bottom: clamp(8px, 1.2vw, 12px);
  color: rgba(255, 255, 255, .62);
  line-height: 1.2;
  letter-spacing: .12em;
  font-weight: 400;
}

.access_section .company_title {
  color: #fff;
  line-height: 1.4;
  letter-spacing: .08em;
  font-weight: 400;
}

.access_section .access_label {
  margin-bottom: clamp(30px, 4vw, 48px);
  color: #fff;
  line-height: 1.6;
  letter-spacing: .08em;
  font-weight: 400;
}

.access_section .access_address {
  margin-bottom: clamp(30px, 4vw, 45px);
  color: #fff;
  letter-spacing: .08em;
}

.access_section .access_map {
  width: auto;
  min-width: 0;
  flex: 1;
  overflow: hidden;
  aspect-ratio: 1.35 / 1;
  background-color: #fff;
}

.access_section .access_map iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

@media screen and (max-width: 768px) {
  .access_section .access_inner {
    flex-direction: column;
    gap: clamp(45px, 8vw, 70px);
  }

  .access_section .access_text {
    width: 100%;
  }

  .access_section .company_head {
    margin-bottom: clamp(45px, 8vw, 70px);
  }

  .access_section .access_map {
    width: 100%;
    flex: none;
  }
}

@media screen and (max-width: 576px) {
  .access_section .access_map {
    aspect-ratio: 1.15 / 1;
  }

  .access_section .access_text .more_btn {
    width: 100%;
  }
}


.history_section {
  width: 100%;
  color: #fff;
  background-color: #141318;
}

.history_section .history_image {
  width: calc(100% + 160px);
  margin: 0 -80px 0;
  overflow: hidden;
  aspect-ratio: 2.5 / 1;
}

.history_section .history_image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.history_section .history_head {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto clamp(35px, 5vw, 55px);
}

.history_section .history_en {
  margin-bottom: clamp(8px, 1.2vw, 12px);
  color: rgba(255, 255, 255, .62);
  line-height: 1.2;
  letter-spacing: .12em;
  font-weight: 400;
}

.history_section .history_title {
  color: #fff;
  line-height: 1.4;
  letter-spacing: .08em;
  font-weight: 400;
}
.history_a{
  padding-left: clamp(18px, 3vw, 30px);

}
.history_a .company_info_wrap {
  width: 100%;
  margin: 0 auto;
}

.history_a .history_list {
  position: relative;
  width: 100%;
  padding-left: 30px;
  border-left: 1px solid rgba(207, 159, 62, .65);
}

.history_a .history_item {
  position: relative;
  display: flex;
  margin-bottom: clamp(18px, 2.4vw, 28px);
  align-items: flex-start;
  gap: clamp(28px, 4vw, 50px);
}

.history_a .history_item:last-child {
  margin-bottom: 0;
}

.history_a .history_item::before {
  content: "";
  position: absolute;
  top: .45em;
  left: -35px;
  width: 10px;
    height: auto;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #cf9f3e;
}

.history_a .year_wrap {
  flex: 0 0 100px;
}

.history_a .year_wrap .year {
  color: rgba(255, 255, 255, .68);
  line-height: 1.6;
  letter-spacing: .08em;
  white-space: nowrap;
}

.history_a .txtbox {
  flex: 1;
}

.history_a .txtbox p {
  margin: 0;
  color: #fff;
  line-height: 1.8;
  letter-spacing: .06em;
}

@media screen and (max-width: 1080px) {
  .history_section .history_image {
    width: calc(100% + 120px);
    margin-right: -60px;
    margin-left: -60px;
  }

  .history_a .history_item {
    gap: 35px;
  }
}

@media screen and (max-width: 768px) {
  .history_section .history_image {
    width: calc(100% + 100px);
    margin-right: -50px;
    margin-left: -50px;
    aspect-ratio: 1.8 / 1;
  }

  .history_a .history_list {
    padding-left: 24px;
  }

  .history_a .history_item {
    flex-direction: column;
    gap: 6px;
    margin-bottom: 25px;
  }

  .history_a .history_item::before {
    left: -29px;
    width: 9px;
  }

  .history_a .year_wrap {
    flex: none;
  }
}

@media screen and (max-width: 576px) {
  .history_section .history_image {
    width: calc(100% + 40px);
    margin-right: -20px;
    margin-left: -20px;
    aspect-ratio: 1.35 / 1;
  }

  .history_a .history_list {
    padding-left: 18px;
  }

  .history_a .history_item::before {
    left: -23px;
    width: 8px;
  }
}
.message_section {
  width: 100%;
  color: #fff;
  background-color: #102236;
}

.message_section .message_inner {
  display: flex;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  align-items: flex-start;
  gap: clamp(60px, 8vw, 120px);
    justify-content: flex-start;
}

.message_section .message_text {
  width: clamp(430px, 48%, 620px);
  flex-shrink: 0;
}

.message_section .message_head {
    max-width: 1280px;
    margin-right:  auto;
     margin-left:  auto;
}

.message_section .message_en {
  margin-bottom: clamp(12px, 1.8vw, 20px);
  color: #cf9f3e;
  line-height: 1.3;
  letter-spacing: .12em;
  font-weight: 400;
    font-size: clamp(40px, 4.8vw, 70px);
}

.message_section .message_jp {
  color: #fff;
  letter-spacing: .08em;
}

.message_section .message_body p {
  color: #fff;
  letter-spacing: .08em;
}

.message_section .message_name {
  display: flex;
  margin-top: clamp(38px, 5vw, 65px);
  align-items: baseline;
  justify-content: flex-end;
  gap: 14px;
}

.message_section .message_name p {
  color: #fff;
  letter-spacing: .08em;
}

.message_section .message_name_main {
  font-size: clamp(20px, 2vw, 28px);
  letter-spacing: .12em;
}

.message_section .message_image_wrap {
  display: flex;
  align-items: flex-start;
  gap: clamp(10px, 3vw, 20px);
}

.message_section .message_image {
  width: clamp(250px, 28vw, 390px);
  overflow: hidden;
  aspect-ratio: .78 / 1;
}

.message_section .message_image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.message_section .message_vertical {
  display: flex;
  flex-direction: row-reverse;
  gap: 0;
  color: #fff;
  line-height: 1.9;
  letter-spacing: .16em;
    gap:10px;
}

.message_section .message_vertical p {
  margin: 0;
  color: #fff;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  white-space: nowrap;
}
.message_section .message_vertical p:first-child {
  margin-top: -1.8em;
}
@media screen and (max-width: 1080px) {
  .message_section .message_inner {
    gap: clamp(45px, 6vw, 70px);
  }

  .message_section .message_text {
    width: 50%;
  }
}

@media screen and (max-width: 768px) {
  .message_section .message_inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .message_section .message_text {
    width: 100%;
  }

  .message_section .message_image_wrap {
    width: 100%;
    justify-content: center;
  }

  .message_section .message_image {
    width: min(72%, 360px);
  }
      .message_section .message_inner {
    flex-direction: column;
  }

  .message_section .message_image_wrap {
    order: 1;
  }

  .message_section .message_text {
    order: 2;
  }
    
}

@media screen and (max-width: 576px) {
  .message_section .message_en {
    font-size: clamp(30px, 8vw, 42px);
    letter-spacing: .08em;
  }

  .message_section .message_name {
    justify-content: flex-start;
  }

  .message_section .message_image_wrap {
    gap: 18px;
  }

  .message_section .message_image {
    width: 74%;
  }

  .message_section .message_vertical {
    font-size: 14px;
    letter-spacing: .12em;
  }
}
/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {
}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px){
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){
}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){
}
/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px){
}

