/***** .style_service *****/
.style_service {
  position: relative;
}

/* #page-tit */
@media (min-width: 992px) {
  #page-tit {
    position: relative;
    margin-bottom: 100px;
  }
}

/* #page-tit__img */
#page-tit__img img {
  width: 100%;
  aspect-ratio: 12 / 2.6;
  object-fit: cover;
}
@media (max-width: 991px) {
  #page-tit__img img {
  width: 100%;
  aspect-ratio: 12 / 3.2;
  object-fit: cover;
  }
}

/* .lead-txt */
@media (min-width: 992px) {
  .lead-txt {
		font-size: 2.4rem;
		line-height: 4.6rem;
	}
}

/* .mainvisual_left_buttons */
.mainvisual_left_buttons {
  width: 100%;
  position: static;
  translate: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px;
  margin-bottom: 100px;
}
@media (max-width: 991px) {
  .mainvisual_left_buttons {
    width: 100%;
    position: static;
    translate: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    margin-bottom: 4rem;
  }
}
.mainvisual_left_button {
  width: 100%;
  display: block;
  padding: 20px 50px 20px 20px;
  font-size: min(1.2vw, 18px);
  font-weight: 700;
  position: relative;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.mainvisual_left_button:hover {
  opacity: 0.7;
}
@media (max-width: 991px) {
  .mainvisual_left_button {
    width: 100%;
    font-size: max(3.5vw, 14px);
    padding: 12px 100px 12px 20px;
  }
}
.mainvisual_left_button::before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 9px solid #555555;
  border-right: 0;
  top: 50%;
  right: 26px;
  translate: 0 -50%;
  z-index: 1;
}
.mainvisual_left_button::after {
  content: "";
  display: block;
  position: absolute;
  width: 24px;
  height: 24px;
  border-radius: 999px;
  top: 50%;
  right: 20px;
  translate: 0 -50%;
}
.mainvisual_left_button._service {
  color: #004D9E;
  background: #fff;
  border: 2px solid #004D9E;
}
.mainvisual_left_button._service::before {
  border-left-color: #fff;
}
.mainvisual_left_button._service::after {
  background: #004D9E;
}

/* .row-img-txt-list__tit */
.row-img-txt-list__tit {
  font-weight: 700;
  font-size: 3.6rem;
  line-height: 4.8rem;
  padding-right: 5rem;
  margin-bottom: 50px;
  color: #004D9E;
}
@media (max-width: 991px) {
  .row-img-txt-list__tit {
    text-align: center;
    font-size: 2.1rem;
    line-height: 3.2rem;
    padding-right: 0;
    margin-bottom: 2rem;
  }
}
.row-img-txt-list__tit.tit-black {
  color: #333333;
}

/* #effects */
#effects {
  background-color: unset;
  text-align: left;
  padding: 0;
  margin-bottom: 100px;
}
@media (max-width: 991px) {
  #effects {
    margin-bottom: 2rem;
  }
}
#effects > ul {
  display: inline-block;
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  #effects > ul {
    margin-bottom: 4rem;
  }
}
#effects > ul > li {
  position: relative;
  list-style-position: inside;
  font-size: 2.4rem;
  line-height: 4.8rem;
  padding-left: 2.5rem;
}
@media (max-width: 991px) {
  #effects > ul > li {
    font-size: 1.4rem;
    line-height: 2.4rem;
    padding-left: 1.5rem;
  }
}
#effects > ul > li:before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
#effects p {
  font-size: 2.4rem;
  line-height: 4.8rem;
}
@media (max-width: 991px) {
  #effects p {
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
}

/* .achievement */
#achievement {
  position: relative;
  margin-bottom: 0;
}
#achievement .txt-cover {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 3.26086%;
}
@media (max-width: 991px) {
  #achievement .txt-cover {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    transform: translate(-50%, -50%);
  }
}
#achievement .txt {
  text-align: center;
  border-bottom: 1px solid #fff;
  margin-left: 4.375vw;
  margin-right: 4.375vw;
  padding-bottom: 2.3125vw;
}
@media (max-width: 991px) {
  #achievement .txt {
  margin-left: 0;
  margin-right: 0;
  white-space: nowrap;
  padding-bottom: 2.2.6rem;
  }
}
#achievement .txt .num,
#achievement .txt .small {
  color: #fff;
  font-weight: bold;
}
#achievement .txt .num {
  font-style: italic;
  font-size: 7.625vw;
  line-height: 7.625vw;
}
@media (max-width: 991px) {
  #achievement .txt .num {
    font-size: 8rem;
    line-height: 8rem;
  }
}
#achievement .txt .small {
  font-size: 2.5vw;
  line-height: 3.125vw;
  letter-spacing: 0.1em;
}
@media (max-width: 991px) {
  #achievement .txt .small {
    font-size: 3.2rem;
    line-height: 3.2rem;
    letter-spacing: 0.1em;
  }
}

/* #flow */
#flow {
  margin-bottom: 100px;
}
@media (max-width: 991px) {
  #flow {
    margin-bottom: 4rem;
  }
}