@charset "utf-8";
/* CSS Document */
.under_mv{
  background: url("/company/img/mv.png")no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
}
.anc_btn {
  max-width: 190px;
}
.bg_maincolor {
  background: var(--main-color);
  margin-top: 60px;
  padding: 60px 0;
}
.bg_maincolor .art_head_main , .bg_maincolor .art_head_sub.art_head_sub--cyan {
  color: #FFF;
}
.bg_gray {
  background: #F6F6F6;
  padding: 30px 0 100px;
  margin-top: 70px;
}
.bg_white {
  background: #FFF;
  padding: 70px 0;
}
.phi_inner {
  background: #FFF;
  margin: 60px auto 0;
  max-width: 1024px;
  width: 90%;
  padding: 70px 70px 64px;
}
.phi_ol {
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
  li {
    list-style-type: decimal;
    font-weight: 500;
  }
}
.phi_box {
  background: url(../img/img01.png) no-repeat center/cover;
  min-height: 980px;
  margin-top: 45px;
  padding: 68px 0 120px;
}
.phi_title {
  text-align: center;
  font-size: 3.6rem;
  font-weight: 900;
  line-height: 1.75;
  letter-spacing: 7.2px;
}
.phi_title .up_en {
  position: relative;
  &::before {
    content: "MONO";
    color: #0EAA00;
    text-align: center;
    font-family: "Oswald",Meiryo,sans-serif;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 6px;
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
  }
}
.phi_text {
  text-align: center;
  font-weight: 500;
  margin-top: 36px;
}
.phi_ul {
  max-width: 380px;
  margin: 40px auto 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.phi_first_letter {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0 0 30px;
  margin-right: 10px;
  color: #FFF;
  font-size: 4.8rem;
  font-weight: 700;
  letter-spacing: 14.4px;
  background: url(../img/img02.png) no-repeat center/cover;
  width: 101px;
  height: 90px;
}
.phi_text_jp {
  position: relative;
  top: 40px;
  left: 110px;
  font-weight: 500;
}
.phi_text_en {
  color: #0EAA00;
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 6.4px;
}
.phi_last_text {
  text-align: center;
  font-weight: 500;
  margin-top: 60px;
}
.bra_img {
  margin-top: 64px;
  display: flex;
  justify-content: center;
}
.bra_text {
  margin-top: 50px;
  font-weight: 500;
}

.case_block{
  margin-top: 60px;
}
.his_ul {
  margin-top: 80px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.his_ul li {
  display: flex;
  justify-content: flex-start;
  gap: 10px 28px;
}
.his_date {
  display: inline-block;
  color: var(--main-color);
  padding-bottom: 8px;
  border-bottom: 1px solid var(--main-color);
  font-weight: 700;
  width: 174px;
}
.his_contents {
  padding-bottom: 8px;
  border-bottom: 1px solid #AEAEAE;
  font-weight: 500;
  max-width: 822px;
  width: 100%;
}

@media screen and ( max-width: 767px ) {
  .bg_maincolor{
    padding: 30px 0 60px;
  }
  .bg_gray {
    padding-top: 10px;
  }
  .phi_inner {
    padding: 30px 5%;
    margin: 30px auto 0;
  }
  .phi_ol {
    gap: 10px;
    padding-left: 20px;
  }
  .phi_box {
    padding: 30px 5%;
    min-height: auto;
  }
  .phi_title {
    font-size: 2rem;
    letter-spacing: 2px;
  }
  .phi_title .up_en {
    &::before {
      letter-spacing: 2px;
      font-size: 1.4rem;
      top: -18px;
    }
  }
  .phi_text {
    margin-top: 20px;
  }
  .phi_text_jp {
    font-size: 1.4rem;
    top: auto;
    left: auto;
  }
  .phi_text_en {
    font-size: 2.4rem;
    letter-spacing: 3.2px;
  }
  .phi_first_letter {
    font-size: 3rem;
    letter-spacing: 0;
    padding: 5px 0 0 10px;
    margin-right: 5px;
    width: 50px;
    height: 45px;
  }
  .phi_last_text {
    margin-top: 30px;
  }
  .bra_img {
    max-width: 60vw;
    margin: 20px auto 0;
  }
  .bra_text {
    margin-top: 20px;
  }
  .his_ul li {
    flex-direction: column;
  }
  .anc_btn {
    font-size: 1.4rem;
    &::after {
      right: 15px;
    }
  }
}