@font-face {
  font-family: "Avenir";
  src: url("../fonts/Avenir-Black-03.ttf") format("truetype");
  font-weight: 900;
  /* Black */
  font-style: normal;
}

@font-face {
  font-family: "Noto Sans JP";
  src: url("../fonts/NotoSansJP-VariableFont_wght.ttf") format("truetype");
  font-style: normal;
}

#achievement-main {
  position: relative;
}

#achievement-main::before {
  content: "";
  position: absolute;
  left: calc(50% - 860px + 211.4px);
  top: 80px;
  bottom: 0;
  width: 1px;
  background-color: #d1d1d1;
  z-index: 3;
}

#achievement-main .fv {
  background-color: #fff;
  padding: 30px 0;
  margin-bottom: 2px;
  position: relative;
}

#achievement-main .fv h1.title {
  margin-left: 250px;
  font-weight: 900;
  font-size: 100px;
  line-height: 1;
}

#achievement-main .fv h1.title span {
  padding-left: 33px;
  font-size: 20px;
  font-weight: 500;
}

#achievement-main .fv h1.title::before {
  z-index: 4;
  content: "";
  position: fixed;
  top: 160px;
  left: calc(50% - 860px + 205px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
  width: 15px;
  height: 15px;
  background-color: #d21e1a;
  border-radius: 50%;
}

#achievement-main .breadcrumb {
  padding: 17px 0;
  background-color: #fff;
  margin-bottom: 120px;
}

#achievement-main .breadcrumb .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#achievement-main .breadcrumb .wrap a,
#achievement-main .breadcrumb .wrap span,
#achievement-main .breadcrumb .wrap p {
  font-size: 12px;
  color: #848484;
  font-family: "Avenir";
}

#achievement-main .breadcrumb .wrap span {
  display: block;
  margin: 0 12px;
}

.achievement {
  padding-bottom: 130px;
}

.achievement .wrap {
  background-color: #fff;
  border-radius: 10px;
  padding: 100px 75px 50px;
  margin-bottom: 130px;
}

.achievement .wrap .upper-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 30px;
  margin-bottom: 30px;
}

.achievement .wrap .upper-flex .img {
  width: 350px;
  height: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.achievement .wrap .upper-flex .img img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.achievement .wrap .upper-flex .text {
  max-width: 570px;
}

.achievement .wrap .upper-flex .text h2 {
  font-weight: bold;
  font-size: 23px;
  line-height: 36px;
  padding-bottom: 10px;
  border-bottom: 1px solid #c3c3c3;
  margin-bottom: 18px;
}

.achievement .wrap .upper-flex .text p {
  margin-left: 5px;
  font-weight: 300;
  font-size: 16px;
  line-height: 25px;
}

.achievement .wrap h3 {
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #c3c3c3;
  margin-bottom: 30px;
}

.achievement .wrap .article-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 30px;
}

.achievement .wrap .article-flex .contents .achievement-sec + .achievement-sec {
  margin-top: 30px;
}

.achievement .wrap .article-flex .contents .achievement-sec .img {
  display: none;
}

.achievement .wrap .article-flex .contents .item + .item {
  margin-top: 25px;
}

.achievement .wrap .article-flex .contents .item h4 {
  font-weight: bold;
  font-size: 18px;
  line-height: 25px;
  position: relative;
  padding-left: 33px;
  text-indent: -33px;
  margin-bottom: 15px;
}

.achievement .wrap .article-flex .contents .item h4::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 25px;
  height: 1px;
  margin-right: 8px;
  background-image: linear-gradient(to right, black 0px, black 11.5px, transparent 11.5px, transparent 13.5px, black 13.5px, black 25px);
  position: relative;
  top: -0.1em;
}

.achievement .wrap .article-flex .contents .item p + p {
  margin-top: 30px;
}

.achievement .wrap .article-flex .contents .item p {
  font-weight: 300;
  font-size: 18px;
  line-height: 28px;
}

.achievement .wrap .article-flex .contents .item p span {
  font-weight: 600;
  padding-right: 1em;
}

.achievement .wrap .article-flex .contents .item h5 {
  font-weight: bold;
  font-size: 18px;
  line-height: 25px;
}

.achievement .wrap .article-flex .pc-img {
  width: 350px;
  height: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}

.achievement .wrap .article-flex .pc-img .img img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.achievement .btns {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  justify-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.achievement .btns a {
  justify-self: center;
}

.achievement .btns a:nth-of-type(1) {
  grid-column: 1;
  justify-self: start;
}

.achievement .btns a:nth-of-type(2) {
  grid-column: 2;
  justify-self: center;
}

.achievement .btns a:nth-of-type(3) {
  grid-column: 3;
  justify-self: end;
}

.achievement .sp-btns {
  display: none;
}

.achievement .sp-btns .upper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
}

.achievement .sp-btns .upper a {
  width: 120px;
  height: 60px;
  border-radius: 60px;
  justify-self: center;
}

.achievement .sp-btns .upper a:nth-of-type(1) {
  grid-column: 1;
  justify-self: start;
}

.achievement .sp-btns .upper a:nth-of-type(2) {
  grid-column: 2;
  justify-self: end;
}

.achievement .sp-btns .lower {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.achievement .sp-btns .lower a {
  width: 200px;
  height: 60px;
  border-radius: 30px;
}

@media (max-width: 1720px) {
  #achievement-main::before {
    left: 211.4px;
  }

  #achievement-main .fv h1.title::before {
    left: 205px;
  }
}

@media screen and (max-width: 1550px) {
  #achievement-main::before {
    left: 111.4px;
  }

  #achievement-main .fv h1.title {
    margin-left: 150px;
  }

  #achievement-main .fv h1.title::before {
    left: 105px;
  }
}

@media screen and (max-width: 1400px) {
  #achievement-main::before {
    left: 61.4px;
  }

  #achievement-main::before {
    left: 41.4px;
  }

  #achievement-main .fv h1.title {
    margin-left: 100px;
  }

  #achievement-main .fv h1.title::before {
    left: 55px;
  }

  #achievement-main .fv h1.title::before {
    left: 35px;
  }
}

@media screen and (max-width: 1250px) {
  #achievement-main .fv h1.title {
    margin-left: 80px;
  }
}

@media screen and (max-width: 1210px) {
  #achievement-main::before {
    left: 11.4px;
    top: 60px;
  }

  #achievement-main .fv {
    margin-bottom: 36px;
  }

  #achievement-main .fv h1.title {
    font-size: 40px;
    line-height: 68px;
    margin-left: 21.5px;
  }

  #achievement-main .fv h1.title span {
    display: block;
    padding-left: 0;
    line-height: 1;
    margin-top: -15px;
  }

  #achievement-main .fv h1.title::before {
    width: 10px;
    height: 10px;
  }

  #achievement-main .fv h1.title::before {
    top: 120px;
    left: 6px;
  }

  #achievement-main .breadcrumb {
    display: none;
  }

  .achievement .wrap {
    padding: 10px 10px 40px;
    max-width: 340px;
    margin: 0 auto;
  }

  .achievement .wrap .upper-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }

  .achievement .wrap .upper-flex .img {
    width: 100%;
    height: auto;
  }

  .achievement .wrap .upper-flex .text h2 {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 10px;
  }

  .achievement .wrap .upper-flex .text p {
    font-size: 14px;
    line-height: 21px;
    margin-left: 0;
  }

  .achievement .wrap h3 {
    font-size: 16px;
    line-height: 25px;
    padding-bottom: 20px;
    margin-bottom: 30px;
  }

  .achievement .wrap .article-flex .contents .achievement-sec {
    margin-bottom: 20px;
  }

  .achievement .wrap .article-flex .contents .achievement-sec .img {
    display: block;
    width: 100%;
    height: auto;
  }

  .achievement .wrap .article-flex .contents .achievement-sec .img img {
    width: 100%;
    height: auto;
    border-radius: 10px;
  }

  .achievement .wrap .article-flex .contents .item-wrap {
    margin-bottom: 20px;
  }

  .achievement .wrap .article-flex .contents .item h4 {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 10px;
  }

  .achievement .wrap .article-flex .pc-img {
    display: none;
  }

  .achievement .btns {
    display: none;
  }

  .achievement .sp-btns {
    display: block;
    max-width: 340px;
    margin: 80px auto 0;
  }
}
/*# sourceMappingURL=achievement.css.map */