@charset "utf-8";

/* * { */
/* outline: 1px solid red; */
/* } */

/*  */
.page_title_wrap {
  width: 100%;
  height: 27.9rem;
  background-color: #172a88;
  display: flex;
  align-items: center;

}

.page_title {
  width: 26rem;
  height: 11rem;
  margin-left: 12rem;
  border-left: 0.4rem solid white;
  text-align: center;
}

.page_title h1 {
  font-size: 4.5rem;
  align-items: center;
  font-family: "Noto Sans CJK JP";
  line-height: 11rem;
  color: white;
}

.page_inner {
  width: 104rem;
  margin: 7.1rem auto 0 auto;
}

.title_text p {
  font-size: 1.7rem;
  line-height: calc(33/17);
}

.misson_title,
.vision_title,
.value_title {
  margin-top: 5.7rem;
}

.misson_title h2,
.vision_title h2,
.value_title h2 {
  letter-spacing: 0.2rem;
  font-size: 10rem;
  color: #172a88;
  font-family: "Noto Sans CJK JP";
}

.section_item {
  margin-top: 2rem;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}

.section_item_r {
  margin-top: 2rem;
  display: flex;
  justify-content: space-between;
}

.section_item p,
.section_item_r p {
  width: 58.5rem;
  font-size: 1.7rem;
  font-family: "Noto Sans CJK JP";
  line-height: calc(35/17);
}

.section_item img,
.section_item_r img {
  width: 41.5rem;
  height: 28rem;
}

.vision_title {
  text-align: center;
  margin: 5.7rem auto 0 auto;
}

.value_title {
  margin-right: 3rem;
  text-align: right;
}

/* -- company_guidance -- */
.company_guidance_title {
  margin-top: 15rem;
  text-align: center;
}

.company_guidance_title h2 {
  font-size: 4rem;
  font-weight: bold;
  font-family: "Noto Sans CJK JP";
  color: #172a88;
}

.underline {
  width: 4.3rem;
  height: 0.3rem;
  background-color: #172a88;
  margin: 0.5rem auto 0 auto;
}

.company_item {
  width: 85.4rem;
  margin: 4.1rem auto 0 auto;
  font-size: 1.8rem;
  font-family: "Noto Sans CJK JP";
  /* padding-bottom: 2.3rem; */
}

.company_item li {
  display: flex;
}

.company_name_t,
.company_adress_t,
.pre_name_t {
  width: 22.5rem;
  padding-bottom: 2rem;
  text-align: center;
  margin: auto 0;
  border-bottom: 0.2rem solid #172a88;
}

.company_name,
.company_adress,
.pre_name {
  width: 63rem;
  padding-bottom: 2rem;
  padding-left: 4.6rem;
  margin: auto 0;
  border-bottom: 0.1rem solid #172a88;
}

.company_adress {
  display: flex;
  margin-top: 2.8rem;
}
.company_adress_t {
  margin-top: 2.8rem;
}
.company_adress_i {
  padding-left: 1rem;
}
.pre_name_t,
.pre_name {
  margin-top: 2.75rem;
}

/* -- related_company -- */
.related_company_title {
  margin-top: 15rem;
  text-align: center;
}

.related_company_title h2 {
  font-size: 4rem;
  font-weight: bold;
  color: #172a88;
}

.related_company {
  margin-top: 6.2rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 10.3rem;
}

.related_company dl {
  width: 49.2rem;
  display: flex;
  margin-bottom: 6.7rem;
}

.related_company img {
  width: 21.9rem;
  height: 16.2rem;
  object-fit: contain;
}

.related_company dd {
  width: 27.3rem;
  margin-left: 2.4rem;
}

.upline {
  width: 7.5rem;
  height: 0.2rem;
  background-color: #172a88;
}

.related_company_name {
  margin-top: 1.5rem;
}

.related_company_name h3 {
  font-size: 1.8rem;
  font-weight: bold;
}

.related_company_jump {
  width: 15.8rem;
  display: flex;
  margin-top: 6.8rem;
  margin-left: auto;
  justify-content: space-between;
}

.related_company_jump p {
  font-size: 1.7rem;
  line-height: 4.5rem;
  font-weight: bold;
  color: #172a88;
}

.jump_btn {
  width: 4.5rem;
  height: 4.5rem;
  display: block;
  /* margin: 0 auto; */
  color: #000000;
  border: solid 0.2rem #172a88;
  border-radius: 50%;
  box-sizing: border-box;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.jump_btn::before,
.jump_btn::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  transition: 0.3s;
}

.jump_btn::before {
  right: 11px;
  width: 14px;
  height: 2px;
  background: #172a88;
}

.jump_btn::after {
  right: 9px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #172a88;
  border-right: 2px solid #172a88;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.jump_btn:hover {
  background-color: #172a88;
  color: #ffffff;
}

.jump_btn:hover::before {
  background: white;
}

.jump_btn:hover::after {
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}

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

  .page_title_wrap {
    height: 14rem;
  }

  .page_title {
    width: 12.6rem;
    height: 5.2rem;
    margin-left: 4.5rem;
    border-left: 0.4rem solid white;
    text-align: center;
  }

  .page_title h1 {
    font-size: 2.2rem;
    line-height: 5.2rem;
  }

  .page_inner {
    width: 33.5rem;
    margin-top: 4.8rem;
    margin-bottom: 10rem;
  }

  .title_text {
    margin-top: 0;

  }

  .title_text p {
    font-size: 1.4rem;
    line-height: calc(32/14);
  }

  .misson_title,
  .vision_title,
  .value_title {
    margin-top: 4.8rem;
  }

  .misson_title h2,
  .vision_title h2,
  .value_title h2 {
    font-size: 5rem;
    color: #172a88;
    font-family: "Noto Sans CJK JP";
  }

  .section_item {
    margin-top: 1.6rem;
    display: block;
  }

  .section_item_r {
    margin-top: 1.6rem;
    display: block;

  }

  .section_item p,
  .section_item_r p {
    width: 33.5rem;
    font-size: 1.4rem;
    font-family: "Noto Sans CJK JP";
    line-height: calc(32/14);
    margin-top: 2.4rem;
  }

  .section_item img,
  .section_item_r img {
    width: 33.5rem;
    height: 21rem;
  }

  .value_title {
    margin-right: 0;
    margin-left: auto;
  }

  /* <!-- -- company_guidance -- --> */
  .company_guidance_title {
    margin-top: 10.4rem;
  }

  .company_guidance_title h2 {
    font-size: 2.4rem;
  }

  .company_item {
    width: 33.5rem;
    margin: 3.6rem auto 0 auto;
    font-size: 1.5rem;
  }

  .company_name_t,
  .company_adress_t,
  .pre_name_t {
    width: 22.5rem;
    padding-bottom: 1.4rem;
    text-align: center;
    margin: 0;
    border-bottom: 0.2rem solid #172a88;
  }

  .company_name,
  .company_adress,
  .pre_name {
    width: 63rem;
    padding-bottom: 1.4rem;
    padding-left: 2rem;
    margin: 0;
    border-bottom: 0.1rem solid #172a88;
  }

  .company_adress {
    display: block;
    margin-top: 1.85rem;
  }

  .company_adress_t {
    height: 5.1rem;
    margin-top: 1.85rem;
    padding-bottom: 6rem;
  }

  .company_adress_i {
    padding-left: 0;
  }

  .pre_name_t,
  .pre_name {
    margin-top: 1.8rem;
  }

  /* <!-- -- related_company -- --> */
  .related_company_title {
    margin-top: 10.4rem;
  }

  .related_company_title h2 {
    font-size: 2.4rem;
    font-weight: bold;
    color: #172a88;
  }

  .related_company {
    margin-top: 3.6rem;
    display: flex;
    justify-content: none;
    flex-wrap: wrap;
  }

  .related_company dl {
    width: 33.5rem;
    display: flex;
    margin-bottom: 4.4rem;
  }

  .related_company img {
    width: 15rem;
    height: 10.6rem;
  }

  .related_company dd {
    width: 16.7rem;
    margin-left: 1.8rem;
  }

  .upline {
    width: 6.2rem;
    height: 0.2rem;
    background-color: #172a88;
  }

  .related_company_name h3 {
    font-size: 1.5rem;
    font-weight: bold;
  }

  .related_company_jump {
    width: 15.8rem;
    display: flex;
    margin-top: 3.4rem;
    padding-left: 1.4rem;
    justify-content: space-between;
  }

  .related_company_jump p {
    font-size: 1.4rem;
    line-height: 3.5rem;
    font-weight: bold;
    color: #172a88;
  }

  .jump_btn {
    width: 3.5rem;
    height: 3.5rem;
    display: block;
    color: #000000;
    border: solid 0.1rem #172a88;
    border-radius: 50%;
    box-sizing: border-box;
    position: relative;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    margin-right: 0;
  }


}

/*  */
/* .jump_btn::before, */
/* .jump_btn::after { */
/* position: absolute; */
/* top: 0; */
/* bottom: 0; */
/* margin: auto; */
/* content: ""; */
/* vertical-align: middle; */
/* transition: 0.3s; */
/* } */
/*  */
/* .jump_btn::before { */
/* right: 9px; */
/* width: 18px; */
/* height: 2px; */
/* background: #172a88; */
/* } */
/*  */
/* .jump_btn::after { */
/* right: 10px; */
/* width: 10px; */
/* height: 10px; */
/* border-top: 2px solid #172a88; */
/* border-right: 2px solid #172a88; */
/* -webkit-transform: rotate(45deg); */
/* transform: rotate(45deg); */
/* } */
/*  */
/* .jump_btn:hover { */
/* background-color: #172a88; */
/* color: #ffffff; */
/* } */
/*  */
/* .jump_btn:hover::before { */
/* background: white; */
/* } */
/*  */
/* .jump_btn:hover::after { */
/* border-top: 2px solid #ffffff; */
/* border-right: 2px solid #ffffff; */
/* } */
/*  */
/* } */