@charset "UTF-8";
/* 明朝体 Web font */
/* opacity: 0.3 */
/* ブレイクポイント設定 */
/* デフォルト 375px ~ 575px */
/* 374px 以下で適用 */
/* 576px ~ 767px で適用 */
/* 768px ~ 959px で適用 */
/* 960px 以上で適用 */
.service02-01 {
  margin-top: 30px;
}
@media screen and (min-width: 960px) {
  .service02-01 {
    margin: 40px auto 0;
    max-width: 998px;
  }
}
.service02-01__headline {
  margin-top: 30px;
}
@media screen and (min-width: 960px) {
  .service02-01__headline {
    margin-top: 60px;
  }
}
.service02-01__section-title {
  margin-top: 20px;
}
@media screen and (min-width: 960px) {
  .service02-01__section-title {
    width: 499px;
    margin-top: 0;
  }
}
.service02-01__section-title-wrap {
  margin-bottom: 40px;
}
@media screen and (min-width: 960px) {
  .service02-01__section-title-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 48px auto 80px;
  }
  .service02-01__section-title-wrap img {
    height: 213px;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.service02-01__section-title-img {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.service02-01__emphasis {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  margin-top: 20px;
  padding: 0 20px;
}
@media screen and (min-width: 960px) {
  .service02-01__emphasis {
    margin-top: 40px;
    font-size: 17px;
  }
}
.service02-01__emphasis-second {
  margin: 40px auto 20px;
}
@media screen and (min-width: 960px) {
  .service02-01__emphasis-second {
    margin: 80px auto;
  }
}
.service02-01__strength {
  background-color: rgba(204, 232, 221, 0.2980392157);
  padding: 20px;
  margin-top: 20px;
}
@media screen and (min-width: 960px) {
  .service02-01__strength {
    padding: 40px;
    margin-top: 32px;
  }
}
.service02-01__strength-block {
  background-color: #fff;
  padding: 20px;
}
@media screen and (min-width: 960px) {
  .service02-01__strength-block {
    padding: 40px;
  }
}
.service02-01__strength-title {
  position: relative;
  font-family: "ヒラギノ明朝 ProN", "Noto Serif JP", serif;
  font-weight: bold;
  color: #00664b;
  font-size: 18px;
  text-align: center;
  padding-bottom: 18px;
}
.service02-01__strength-title::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 1px;
  background-color: #cce8dd;
}
.service02-01__strength-title-emphasis {
  display: block;
  font-size: 22px;
}
@media screen and (min-width: 960px) {
  .service02-01__strength-title-emphasis {
    font-size: 28px;
  }
}
.service02-01__strength-text {
  font-size: 16px;
  color: #333;
  margin-top: 16px;
}
@media screen and (min-width: 960px) {
  .service02-01__strength-text {
    font-size: 17px;
  }
}
@media screen and (min-width: 960px) {
  .service02-01__strength-text-sp {
    display: none;
  }
}
.service02-01__strength-text-pc {
  display: none;
}
@media screen and (min-width: 960px) {
  .service02-01__strength-text-pc {
    display: block;
    text-align: center;
  }
}
.service02-01__strength-second {
  margin-top: 40px;
}
@media screen and (min-width: 960px) {
  .service02-01__strength-second {
    margin-top: 80px;
  }
}
.service02-01__inner {
  padding: 0 20px;
}
@media screen and (min-width: 960px) {
  .service02-01__inner {
    padding: 0;
  }
}
@media screen and (min-width: 960px) {
  .service02-01__inner-contents-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 32px;
  }
}
.service02-01__inner-contents-img {
  margin: 20px auto 0;
  width: 240px;
}
@media screen and (min-width: 960px) {
  .service02-01__inner-contents-img {
    margin: 0;
  }
  .service02-01__inner-contents-img img {
    width: 240px;
  }
}
.service02-01__inner-contents-img-pc img {
  width: 502px;
}
.service02-01__inner-contents-text {
  font-size: 16px;
  color: #333;
  margin-top: 20px;
}
@media screen and (min-width: 960px) {
  .service02-01__inner-contents-text {
    font-size: 17px;
  }
  .service02-01__inner-contents-text-first {
    margin-top: 0;
  }
}
@media screen and (min-width: 960px) {
  .service02-01__inner-contents-text-wrap {
    max-width: 742px;
  }
}
.service02-01__inner-contents-text-pc {
  width: 480px;
}
.service02-01__inner-contents-button {
  margin-top: 30px;
  padding: 0 20px;
}
.service02-01__inner-contents-button > *:not(:first-of-type) {
  margin-top: 20px;
}
@media screen and (min-width: 960px) {
  .service02-01__inner-contents-button {
    width: 296px;
    margin: 40px auto 0;
    padding: 0;
  }
}
@media screen and (min-width: 960px) {
  .service02-01__inner-contents-button-second {
    width: 340px;
  }
}
.service02-01__inner-contents-button-second-wrap {
  margin-top: 30px;
  padding: 0 20px;
}
@media screen and (min-width: 960px) {
  .service02-01__inner-contents-button-second-wrap {
    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;
    gap: 32px;
    margin-top: 40px;
  }
}
.service02-01__inner-contents-button-second-wrap > *:not(:first-of-type) {
  margin-top: 20px;
}
@media screen and (min-width: 960px) {
  .service02-01__inner-contents-button-second-wrap > *:not(:first-of-type) {
    margin-top: 0;
  }
}
.service02-01__consultation-sp {
  margin: 50px auto 20px;
}
@media screen and (min-width: 960px) {
  .service02-01__consultation-sp {
    display: none;
  }
}
.service02-01__consultation-pc {
  display: none;
}
@media screen and (min-width: 960px) {
  .service02-01__consultation-pc {
    display: block;
    margin-bottom: 80px;
  }
}