@charset "utf-8";

html {
  scroll-behavior: smooth;
}

.about_fv {

  position: relative;
  margin-top: 9.4rem;
}

.about_main_title {
  font-size: 3.2rem;
  font-weight: bold;
  /* margin-bottom: 4rem; */
  letter-spacing: .1rem;
  /* margin-top: 12rem; */
  max-width: 72rem;
  margin: 7rem auto 2rem;
}


.about_catch {
  font-size: 5rem;
  /* bottom: 3rem; */
  /* position: absolute; */
  color: #fff;
}

.about_bg {
  top: 0;
  z-index: -1;
  position: relative;
}

.about_bg::before {
  content: '';
  position: absolute;
  /* clip-path: polygon(100% 0, 0% 100%, 100% 100%); */
  display: block;
  background-color: #2a2a2a;
  width: 50%;
  height: 100%;
  clip-path: polygon(0% 0%, 0% 100%, 100% 100%, 50% 0%);
}

.about_fv_textbox {
  position: absolute;
  bottom: 2rem;
  left: 2rem;
  width: 50%;
}


.shippo_about {
  position: relative;
  margin: 11.5rem 0 0 28rem;
  color: #262626;
}

.about_sub_title {
  font-size: 3.2rem;
  width: fit-content;
  font-weight: bold;
  margin-bottom: 4rem;
  letter-spacing: .1rem;
}

.about_us {
  margin-bottom: .4rem;
  letter-spacing: 0.16rem;
}

.about_title {
  width: 72rem;
  font-size: 8rem;
  margin-bottom: 4.8rem;
  line-height: calc(100 / 80);
  letter-spacing: .35rem;
}

.about_back {
  width: 96rem;
  height: 42.5rem;
  border-radius: 32px 32px 0 0;
  position: absolute;
  top: 20.5rem;
  left: -12rem;
  z-index: -99;
  overflow: hidden;
}

.about_list {
  font-size: 2rem;
  font-weight: 600;
  color: #003790;
  margin-bottom: 4rem;
  width: fit-content;
  display: flex;
  gap: 2rem;
  margin-left: 5rem;
  margin-top: 2rem;
}

.about_list_link {
  width: fit-content;
  height: fit-content;
}

.about_list li {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 23.7rem;
  height: 4rem;
  /* margin-bottom: 3rem; */
  padding-left: 1.6rem;
  border-radius: 2.4rem;
  border: 0.1rem solid #003790;
  background-color: #FFFFFF;
}

.about_list li::after {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #003790;
  content: "→";
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
  color: #FFFFFF;
  padding-top: 0.5rem;
  width: 4rem;
  height: 4rem;
  border: 0.1rem solid #003790;
  border-radius: 2.4rem;
}

.about_section {
  width: 109rem;
  margin: 0 auto 9rem;
}

.about_section .about_sub_title {
  margin-bottom: 3.6rem;
}

.philosophy_flex {
  display: flex;
  gap: 2.8rem;
}

.philosophy_title {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: calc(30 / 24);
  color: #003790;
  margin-bottom: 1.2rem;
  letter-spacing: .05rem;
}

.philosophy_text {
  width: 34.5rem;
  font-size: 1.6rem;
  line-height: calc(24 / 16);
  color: #262626;
}

.profile_section {
  margin-bottom: 9.5rem;
}

.company_flex {
  display: flex;
  gap: 9rem;
}

.company_image {
  width: 50rem;
  height: 35rem;
}

.company_table {
  display: grid;
  grid-template-columns: 14.5rem 35.5rem;
  width: 50rem;
  height: fit-content;
  row-gap: 2.4rem;
  font-size: 1.6rem;
  align-items: flex-start;
}

.company_table dt {
  display: flex;
  gap: 1rem;
  width: 14.5rem;
  /* height: 2rem; */
  color: #003790;
  font-weight: bold;
  align-items: center;
}

.company_table dd {
  width: 35.5rem;
  /* height: 2rem; */
  color: #262626;
}

.company_table dt:nth-of-type(5),
.company_table dd:nth-of-type(5) {
  /* height: 4.4rem; */
}

.list_image {
  width: 1.5rem;
  height: auto;
  display: flex;
  justify-content: center;
  aspect-ratio: 1;
  filter: contrast(0.5);
  opacity: 0.5;
}

.yen_image {
  width: 1.5rem;
}

.history_title {
  margin-left: 9.5rem;
  margin-bottom: 3.2rem;
}

.history_section {
  width: 100%;
  height: 8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3.2rem;
  gap: 10.2rem;
  margin-bottom: 4rem;
  /* padding-left: 17.8rem; */
  color: #FFFFFF;
  /* background: linear-gradient(90deg, #262626, #003790); */
  background: linear-gradient(90deg, #262626, #606060);
}

.history_section_text {
  font-weight: 300;
  letter-spacing: .08rem;
}

.history_bold {
  font-weight: 900;
  letter-spacing: .15rem;
}

.history_flex {
  display: flex;
  align-items: center;
  width: 92.5rem;
  margin: 0 auto;
}

.history_flex_text {
  width: 30rem;
  height: 4rem;
  font-size: 2rem;
  padding: 0.8rem 0;
  color: #FFFFFF;
  font-weight: 600;
  display: flex;
  align-items: center;
  position: relative;
}

.history_flex_text::after {
  content: "";
  position: absolute;
  top: 0;
  left: 30rem;
  width: 3rem;
  height: 4rem;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.history_flex_text:nth-child(1) {
  position: relative;
  padding-left: 2rem;
  background-color: #B2C1DE;
  z-index: 3;
}

.history_flex_text:nth-child(1)::after {
  background-color: #B2C1DE;
  z-index: 3;
}

.history_flex_text:nth-child(2) {
  padding-left: 5rem;
  background-color: #6687BC;
  z-index: 2;
}

.history_flex_text:nth-child(2)::after {
  background-color: #6687BC;
  z-index: 2;
}

.history_flex_text:nth-child(3) {
  padding-left: 5rem;
  background-color: #194A9A;
}

.history_flex_text:nth-child(3)::after {
  background-color: #194A9A;
}

.about_table {
  border-collapse: separate;
  border-spacing: 2.8rem 4rem;
  height: fit-content;
}

.js-scrollable {
  width: 114.6rem;
}

.about_table_body {
  position: relative;
  bottom: 2rem;
}

.table_flex {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.about_table td {
  width: 34.5rem;
  /* height: 6.4rem; */
  font-size: 1.6rem;
  line-height: calc(24 / 16);
  color: #262626;
  border: 0.1rem solid #C2C2C2;
  border-radius: 24px 0;
  padding: 0.8rem;
}

.table_year {
  font-size: 2.4rem;
  font-weight: 600;
  color: #003790;
  padding-left: 1rem;
  /* width: 8.6rem; */
  letter-spacing: .02rem;
}

.table_text {
  letter-spacing: .018rem;
}

/* グループ企業 */
.group_list_title {
  font-size: 2.4rem;
  color: #FFFFFF;
  background-color: #606060;
  padding: 1rem 3rem;
  margin-bottom: 3rem;
}

.group_list {
  margin-bottom: 8rem;
}

.group_list:nth-last-child(1) {
  margin-bottom: 17rem;
}

.group_li_flex,
.group_companywrap {
  display: flex;
}

.group_li_flex {
  gap: 5rem;
}

.group_companywrap {
  gap: 3.2rem;
  align-items: center;
  margin-bottom: 3rem;
}

.group_img {
  width: 42rem;
  height: 33rem;
}

.group_com_icon {
  width: 10rem;
}

.group_com_icon2 {
  width: 7rem;
}

.group_com_title {
  font-size: 2rem;
  font-weight: 600;
}

.gro_company_table {
  font-size: 1.6rem;
}

.gro_company_table {
  min-width: 60rem;
}

.table_line {
  border-bottom: 0.1rem solid #606060;
  max-width: 60rem;
  display: flex;
}

.table_content_left,
.table_content_rigth {
  padding: 1.2rem 0;
}

.table_content_left {
  width: 19rem;
  padding-left: 1rem;
}

.table_content_rigth {
  max-width: 41rem;
  padding-right: 1rem;
}

.table_content_rigth a:hover {
  color: #003790;
}

@media screen and (max-width: 699.98px) {


  .about_fv {}

  .about_main_title {
    font-size: 2.4rem;
    margin-left: 1.5rem;
  }


  .about_catch {
    font-size: 3rem;
  }

  .about_bg {
    height: 22rem;
  }

  .about_bg::before {}

  .about_fv_textbox {
    width: 67%;
  }




  .shippo_about {
    margin: 10rem 0 0 1.5rem;
    letter-spacing: 0.058rem;
    width: fit-content;
    overflow-x: hidden;
  }

  .about_sub_title {
    font-size: 2.4rem;
    margin-bottom: 0rem;
    letter-spacing: .05rem;
    width: fit-content;
  }

  .about_us {
    margin-bottom: .2rem;
  }

  .about_title {
    width: 34.5rem;
    font-size: 4rem;
    margin-bottom: 1.5rem;
    letter-spacing: .08rem;
    line-height: calc(60 / 40);
  }

  .about_section .about_sub_title {
    margin-bottom: 3rem;
  }

  .about_back {
    width: 34.5rem;
    height: 30rem;
    top: 10.5rem;
    left: 0;
  }

  .philosophy_title {
    letter-spacing: .02rem;
  }

  .about_list {
    font-size: 1.6rem;
    /* margin-bottom: 10.8rem; */
    flex-direction: column;
    margin-left: 1.5rem;
  }

  .about_list li {
    width: 21.2rem;
    height: 3.6rem;
    /* margin-bottom: 1.6rem; */
    letter-spacing: 0;
  }

  .about_list li::after {
    font-size: 1.6rem;
    top: -0.1rem;
    width: 3.6rem;
    height: 3.6rem;
  }

  .about_section {
    width: 34.5rem;
    margin-bottom: 8rem;
  }

  .philosophy_flex {
    flex-direction: column;
    gap: 3.2rem;
  }

  .philosophy_title {
    font-size: 2rem;
    line-height: calc(20 / 20);
    margin-bottom: 0.8rem;
  }

  .profile_section {
    margin-bottom: 7rem;
  }

  .about_section .about_sub_title {
    margin-bottom: 2.8rem;
  }

  .company_flex {
    flex-direction: column;
    gap: 2rem;
  }

  .company_image {
    width: 34.5rem;
    height: 24.1rem;
  }

  .company_table {
    display: flex;
    flex-direction: column;
    width: 34.5rem;
    margin: 0 auto;
    gap: 0.8rem;
  }

  .company_table dt {
    width: 100%;
    height: fit-content !important;
  }

  .company_table dd {
    width: 100%;
    height: fit-content !important;
    font-size: 1.5rem;
    line-height: calc(22.5 / 15);
  }

  .history_title {
    margin-left: 1.5rem;
  }

  .history_section {
    flex-direction: column;
    justify-content: center;
    align-items: start;
    width: 37.5rem;
    height: 11.8rem;
    font-size: 2.4rem;
    gap: 2rem;
    margin-top: 3rem;
    margin-bottom: 4rem;
    padding: 1.5rem 0 1.5rem 1.5rem;
    letter-spacing: 0;
  }

  .history_section_text {
    letter-spacing: .02rem;
  }

  .history_bold {
    letter-spacing: 0;
  }

  .js-scrollable {
    width: 37.5rem;
    overflow-x: scroll;
    overflow-y: hidden;
    width: 100%;
  }

  .history_box_wrapper {
    margin-bottom: 6rem;
    overflow-y: hidden;
  }

  .history_flex {
    width: fit-content;
    margin-left: 1.5rem;
  }

  .history_flex_text {
    width: 32.3rem;
    height: 4rem;
    font-size: 2rem;
    padding: 0.8rem 0;
    color: #FFFFFF;
    font-weight: 600;
    display: flex;
    align-items: center;
    position: relative;
  }

  .history_flex_text::after {
    content: "";
    position: absolute;
    top: 0;
    left: 32.3rem;
    width: 3rem;
    height: 4rem;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
  }

  .about_table {
    /* text-wrap: nowrap; */
    border-collapse: separate;
    border-spacing: 1.5rem 4rem;
    margin: 0;
    padding: 0;
    /* width: fit-content; */
    /* height: 30.1rem; */
    /* width: 100%; */
    width: max-content;
  }

  .about_table_body {
    width: fit-content;
    height: fit-content;
    margin: 0 auto;
  }

  .about_table_body tr {
    width: 100%;
  }

  /* グループ企業 */
  .about_group_wrap {
    margin: 0;
    margin-bottom: 8rem;
    padding: 0 1.5rem;
    width: 100%;
  }

  .group_list_title {
    font-size: 2rem;
    padding: 0.7rem 1rem;
    margin-bottom: 2rem;
  }

  .group_list {
    margin-bottom: 5rem;
  }

  .group_list:nth-last-child(1) {
    margin-bottom: 11rem;
  }

  .group_li_flex {
    flex-direction: column;
  }

  .group_li_flex {
    gap: 2rem;
  }

  .group_companywrap {
    gap: 2rem;
    align-items: center;
    margin-bottom: 0.5rem;
  }

  .group_img {
    width: 100%;
    height: 24rem;
  }

  .group_com_title {
    width: 25rem;
    font-size: 1.8rem;
  }

  .gro_company_table {
    min-width: 100%;
  }

  .table_line {
    max-width: 100%;
    flex-direction: column;
  }

  .table_content_left,
  .table_content_rigth {
    padding: 1rem 0;
  }

  .table_content_left {
    width: 100%;
    padding: 0.5rem;
    padding-top: 1.2rem;
    padding-bottom: 0.4rem;
  }

  .table_content_rigth {
    max-width: 100%;
    padding: 0.5rem;
    padding-bottom: 1.2rem;
    padding-top: 0.3rem;
  }

}