@charset "UTF-8";

/* ---------------------------------
  page_title
--------------------------------- */
.page_title .inner::after {
  content: "Company";
}


/* ---------------------------------
  fv_block
--------------------------------- */
.fv_block {
  padding: 80px 100px 100px;
  background-image: url(../../images/company/company_bg.png);
  background-position: top 115px center;
  background-repeat: no-repeat;
  background-size: calc(540px + 30px) auto;
  text-align: center;
}
.fv_block h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: .05em;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 32px;
  font-feature-settings: "palt"
}
.fv_block h2::before {
  content: "";
  border: 3px solid #000;
  border-right: none;
  width: 15px;
  height: 88px;
}
.fv_block h2::after {
  content: "";
  border: 3px solid #000;
  border-left: none;
  width: 15px;
  height: 88px;
}
.fv_block h2 .company_ruby {
  position: relative;
}
.fv_block h2 .company_ruby::before {
  content: "とわ";
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 14px;
  letter-spacing: .3em;
}
.fv_block p {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6;
}
.fv_block > p {
  margin-bottom: 64px;
}
.fv_block .fv_block_inner {
  display: flex;
  flex-flow: column;
  row-gap: 64px;
}
.fv_block .copy_block {
  display: flex;
  flex-flow: column;
  row-gap: 16px;
}
.fv_block .copy_block .copy_item {
  display: flex;
  column-gap: 32px;
  justify-content: center;
  flex-shrink: 0;
}
.fv_block .copy_block .copy_item p {
  font-family: 'urbanist', 'notosansjp';
  font-size: 100px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  color: #002B69;
  position: relative;
  width: 260px;
  padding-bottom: 32px;
}
.fv_block .copy_block .copy_item p::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 32px;
  font-family: 'notosansjp';
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: .02em;
}
.fv_block .copy_block .copy_item p.copy_ceed::after {
  content: "英語の語根で「進む」≒「歩む」";
  width: 298px;
}
.fv_block .copy_block .copy_item p.copy_eight::after {
  content: "無限・永遠";
  width: 102px;
}
.fv_block .copy_block .copy_item p span {
  font-size: 53px;
}
.fv_block .copy_block .copy_item .copy_plus {
  width: 60px;
  height: 60px;
  margin-top: 20px;
  position: relative;
}
.fv_block .copy_block .copy_item .copy_plus span {
  width: 3px;
  height: 60px;
  background-color: #000;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.fv_block .copy_block .copy_item .copy_plus span + span {
  transform: translateX(-50%) rotate(90deg);
}
@media screen and (max-width: 767px) {
  .fv_block {
    padding: 64px 0 80px;
    background-position: top 156px center;
    background-size: calc(320px + 30px) auto;
  }
  .fv_block h2 {
    font-size: 24px;
    line-height: 1.8;
    column-gap: 0;
    position: relative;
  }
  .fv_block h2::before {
    position: absolute;
    top: 0;
    left: -6px;
    height: 94px;
  }
  .fv_block h2::after {
    position: absolute;
    top: 0;
    right: -6px;
    height: 94px;
  }
  .fv_block h2 .company_ruby::before {
    font-size: 10px;
    line-height: 1.7;
    letter-spacing: 1.6em;
    text-indent: 1.6em;
    white-space: nowrap;
  }
  .fv_block .fv_block_inner {
    row-gap: 40px;
    padding: 0 32px;
  }
  .fv_block .fv_block_inner p {
    font-size: 16px;
    line-height: 2;
  }
  .fv_block .copy_block {
    row-gap: 8px;
  }
  .fv_block .copy_block p {
    font-size: 14px;
  }
  .fv_block .copy_block .copy_item {
    column-gap: 8px;
  }
  .fv_block .copy_block .copy_item p {
    font-size: 45px;
    width: 150px;
    padding-bottom: 44px;
    flex-shrink: 0;
  }
  .fv_block .copy_block .copy_item p::after {
    height: 44px;
    font-size: 14px;
  }
  .fv_block .copy_block .copy_item p.copy_ceed::after {
    content: "英語の語根で\A「進む」≒「歩む」";
    width: 129px;
    white-space: pre;
  }
  .fv_block .copy_block .copy_item p.copy_eight::after {
    width: 72px;
  }
  .fv_block .copy_block .copy_item p span {
    font-size: 24px;
  }
  .fv_block .copy_block .copy_item .copy_plus {
    width: 24px;
    height: 24px;
    margin-top: 16px;
  }
  .fv_block .copy_block .copy_item .copy_plus span {
    height: 24px;
  }
}

/* ---------------------------------
  other_page_link
--------------------------------- */
.other_page_link {
  border-bottom: none;
  color: #fff;
}
.other_page_link li {
  position: relative;
}
.other_page_link li:not(:last-child) {
  border-right: none;
}
.other_page_link li:nth-child(odd) {
  background-color: #002B69;
}
.other_page_link li:nth-child(even) {
  background-color: #27497A;
}
.other_page_link li:nth-child(odd):hover {
  background-color: rgba(0, 43, 105, .5);
}
.other_page_link li:nth-child(even):hover {
  background-color: rgba(39, 73, 122, .5);
}
.other_page_link li::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}
.other_page_link li:nth-child(1)::after {
  background-image: url(../../images/company/company_link_img01.jpg);
}
.other_page_link li:nth-child(2)::after {
  background-image: url(../../images/company/company_link_img02.jpg);
}
.other_page_link li:nth-child(3)::after {
  background-image: url(../../images/company/company_link_img03.jpg);
}
.other_page_link li a {
  padding: 40px 32px;
  align-items: flex-end;
  justify-content: space-between;
  aspect-ratio: 500 / 350;
  position: relative;
  font-size: 18px;
  font-weight: 500;
}
.other_page_link li a::before {
  position: absolute;
  bottom: 80px;
  left: 32px;
  font-family: 'urbanist', 'notosansjp';
  font-size: 44px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -.02em;
}
.other_page_link li:nth-child(1) a::before {
  content: "Company Profile";
}
.other_page_link li:nth-child(2) a::before {
  content: "Message";
}
.other_page_link li:nth-child(3) a::before {
  content: "Philosophy";
}
.other_page_link li a::after {
  background-color: #fff;
  background-image: url("../../images/common/arrow_black.svg");
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .other_page_link {
    margin-bottom: 64px;
    flex-flow: column;
  }
  .other_page_link li:nth-child(odd):hover {
    background-color: rgba(0, 43, 105, 1);
  }
  .other_page_link li:nth-child(even):hover {
    background-color: rgba(39, 73, 122, 1);
  }
  .other_page_link li::after {
    background-image: none;
  }
  .other_page_link li:not(:last-child) {
    border-bottom: 0;
  }
  .other_page_link li a {
    padding: 24px;
    aspect-ratio: 375 / 200;
    font-size: 16px;
  }
  .other_page_link li a::before {
    bottom: 60px;
    left: 24px;
    font-size: 35px;
  }
}