@font-face {
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-display: swap;
  src: url(../font/NotoSansJP-Medium-Subset.woff2) format("woff2"), url(../font/NotoSansJP-Medium-Subset.woff) format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 700;
  font-display: swap;
  src: url(../font/NotoSansJP-Bold-Subset.woff2) format("woff2"), url(../font/NotoSansJP-Bold-Subset.woff) format("woff");
}
body,
h1,
h2,
h3,
h4,
h5,
table,
th,
td,
ul,
li,
ol,
dl,
dt,
dd,
form,
fieldset,
p,
figure,
button {
  line-height: 1.61;
}

.p-lower-section {
  position: relative;
  padding: 160px 0 0;
}
@media only screen and (max-width: 767px) {
  .p-lower-section {
    padding: 80px 0 0;
  }
}
@media only screen and (max-width: 480px) {
  .p-lower-section {
    padding: 50px 0 0;
  }
}
.p-lower-section--intro {
  padding: 119px 0 0;
}
@media only screen and (max-width: 767px) {
  .p-lower-section--intro {
    padding: 80px 0 0;
  }
}
@media only screen and (max-width: 480px) {
  .p-lower-section--intro {
    padding: 50px 0 0;
  }
}
.p-lower-section--detail {
  padding: 140px 0 0;
}
@media only screen and (max-width: 767px) {
  .p-lower-section--detail {
    padding: 120px 0 0;
  }
}
@media only screen and (max-width: 480px) {
  .p-lower-section--detail {
    padding: 80px 0 0;
  }
}
.p-lower-section--terms {
  padding: 160px 0 242px;
}
@media only screen and (max-width: 767px) {
  .p-lower-section--terms {
    padding: 120px 0;
  }
}
@media only screen and (max-width: 480px) {
  .p-lower-section--terms {
    padding: 80px 0;
  }
}
.p-lower-section--pace {
  padding: 192px 0 0;
}
@media only screen and (max-width: 767px) {
  .p-lower-section--pace {
    padding: 120px 0 0;
  }
}
@media only screen and (max-width: 480px) {
  .p-lower-section--pace {
    padding: 80px 0 0;
  }
}
.p-lower-section--difference {
  padding: 192px 0 0;
}
@media only screen and (max-width: 767px) {
  .p-lower-section--difference {
    padding: 120px 0 0;
  }
}
@media only screen and (max-width: 480px) {
  .p-lower-section--difference {
    padding: 80px 0 0;
  }
}
.p-lower-section--field {
  padding: 153px 0 0;
}
@media only screen and (max-width: 767px) {
  .p-lower-section--field {
    padding: 120px 0 0;
  }
}
@media only screen and (max-width: 480px) {
  .p-lower-section--field {
    padding: 80px 0 0;
  }
}
.p-lower-section--menu {
  padding: 160px 0 242px;
}
@media only screen and (max-width: 767px) {
  .p-lower-section--menu {
    padding: 120px 0;
  }
}
@media only screen and (max-width: 480px) {
  .p-lower-section--menu {
    padding: 80px 0;
  }
}
.p-lower-section--first {
  padding: 192px 0 0;
}
@media only screen and (max-width: 767px) {
  .p-lower-section--first {
    padding: 120px 0 0;
  }
}
@media only screen and (max-width: 480px) {
  .p-lower-section--first {
    padding: 80px 0 0;
  }
}
.p-lower-section--last {
  padding: 160px 0 242px;
}
@media only screen and (max-width: 767px) {
  .p-lower-section--last {
    padding: 120px 0;
  }
}
@media only screen and (max-width: 480px) {
  .p-lower-section--last {
    padding: 80px 0;
  }
}

.p-service__main-catch {
  font-size: 48px;
  font-weight: bold;
  line-height: 1.67;
}
@media only screen and (max-width: 1271px) {
  .p-service__main-catch {
    font-size: 44px;
  }
}
@media only screen and (max-width: 767px) {
  .p-service__main-catch {
    font-size: 36px;
  }
}
@media only screen and (max-width: 480px) {
  .p-service__main-catch {
    font-size: 26px;
  }
}
@media only screen and (max-width: 350px) {
  .p-service__main-catch {
    font-size: 23px;
  }
}

.p-service__sub-catch {
  margin-top: 56px;
  font-size: 32px;
  line-height: 2;
  font-weight: bold;
  color: #19503E;
}
@media only screen and (max-width: 1271px) {
  .p-service__sub-catch {
    margin-top: 40px;
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .p-service__sub-catch {
    margin-top: 30px;
    font-size: 20px;
  }
}

.p-service__desc {
  margin-top: 80px;
  line-height: 1.78;
}
@media only screen and (max-width: 1271px) {
  .p-service__desc {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .p-service__desc {
    margin-top: 30px;
  }
}

.p-service__catch-img-wrap {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  max-width: 37.08vw;
}
@media only screen and (max-width: 1023px) {
  .p-service__catch-img-wrap {
    max-width: 58.65vw;
    opacity: 0.6;
  }
}

.p-service-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 48px -20px 0;
  gap: 40px 0;
}
@media only screen and (max-width: 1271px) {
  .p-service-detail {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media only screen and (max-width: 1023px) {
  .p-service-detail {
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-service-detail {
    margin-top: 30px;
    gap: 20px 0;
  }
}
.p-service-detail--3col {
  margin-left: -10px;
  margin-right: -10px;
}
@media only screen and (max-width: 1023px) {
  .p-service-detail--3col {
    margin-left: 0;
    margin-right: 0;
  }
}
.p-service-detail--3col .p-service-detail__item {
  width: 33.3%;
  padding: 0 10px;
}
@media only screen and (max-width: 1271px) {
  .p-service-detail--3col .p-service-detail__item {
    width: 50%;
  }
}
@media only screen and (max-width: 1023px) {
  .p-service-detail--3col .p-service-detail__item {
    width: 100%;
    padding: 0;
  }
}

.p-service-detail__item {
  width: 50%;
  padding: 0 20px;
}
@media only screen and (max-width: 1271px) {
  .p-service-detail__item {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 1023px) {
  .p-service-detail__item {
    width: 100%;
    padding: 0;
  }
}
.p-service-detail__item--no-deco .p-service-detail__catch-wrap {
  padding-bottom: 0;
}
.p-service-detail__item--no-deco .p-service-detail__catch-wrap::before {
  content: none;
}
.p-service-detail__item--no-deco .p-service-detail__catch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-service-detail__item-inner {
  background-color: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  height: 100%;
}

.p-service-detail__catch-wrap {
  padding-bottom: 24px;
  position: relative;
}
@media only screen and (max-width: 480px) {
  .p-service-detail__catch-wrap {
    padding-bottom: 18px;
  }
}
.p-service-detail__catch-wrap::before {
  content: "";
  position: absolute;
  bottom: 1px;
  left: 0px;
  width: 100%;
  height: 24px;
  background-color: #e7f2ef;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}
@media only screen and (max-width: 480px) {
  .p-service-detail__catch-wrap::before {
    height: 18px;
  }
}

.p-service-detail__catch {
  background-color: #e7f2ef;
  padding: 28px 20px 19px;
  text-align: center;
  font-size: 24px;
  color: #19503E;
  font-weight: bold;
  line-height: 1.67;
}
@media only screen and (max-width: 480px) {
  .p-service-detail__catch {
    font-size: 20px;
    padding: 16px 10px 12px;
  }
}

.p-service-detail__content {
  padding: 32px 40px 48px;
}
@media only screen and (max-width: 1271px) {
  .p-service-detail__content {
    padding: 32px 20px 48px;
  }
}
@media only screen and (max-width: 767px) {
  .p-service-detail__content {
    padding: 20px 20px 40px;
  }
}
@media only screen and (max-width: 480px) {
  .p-service-detail__content {
    padding: 20px;
  }
}
.p-service-detail__content--no-catch {
  padding-top: 81px;
}
@media only screen and (max-width: 767px) {
  .p-service-detail__content--no-catch {
    padding-top: 40px;
  }
}
.p-service-detail__content--compact {
  padding-top: 32px;
}
@media only screen and (max-width: 767px) {
  .p-service-detail__content--compact {
    padding-top: 20px;
  }
}

.p-service-detail__main-title {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-service-detail__main-title-text {
  font-size: 24px;
  font-weight: bold;
  color: #19503E;
  line-height: 1.67;
}
@media only screen and (max-width: 767px) {
  .p-service-detail__main-title-text {
    font-size: 23px;
  }
}
@media only screen and (max-width: 480px) {
  .p-service-detail__main-title-text {
    font-size: 19px;
  }
}

.p-servie-detail__body {
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .p-servie-detail__body {
    margin-top: 20px;
  }
}
.p-servie-detail__body:first-child {
  margin-top: 0;
}
.p-servie-detail__body--mt-tight {
  margin-top: 32px;
}

.p-service-detail__list-item + .p-service-detail__list-item {
  margin-top: 2px;
}

.p-service-terms {
  margin-top: 48px;
}
@media only screen and (max-width: 767px) {
  .p-service-terms {
    margin-top: 20px;
  }
}

.p-service-terms__item + .p-service-terms__item {
  margin-top: 64px;
}
@media only screen and (max-width: 767px) {
  .p-service-terms__item + .p-service-terms__item {
    margin-top: 30px;
  }
}

.p-service-terms__list {
  margin-top: 24px;
}
@media only screen and (max-width: 767px) {
  .p-service-terms__list {
    margin-top: 15px;
  }
}

.p-service-terms__list-item + .p-service-terms__list-item {
  margin-top: 32px;
}
@media only screen and (max-width: 767px) {
  .p-service-terms__list-item + .p-service-terms__list-item {
    margin-top: 20px;
  }
}

.p-service-terms__list-head {
  padding-left: 19px;
  position: relative;
  font-weight: bold;
}
@media only screen and (max-width: 480px) {
  .p-service-terms__list-head {
    padding-left: 14px;
  }
}
.p-service-terms__list-head::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0px;
  aspect-ratio: 1/1;
  width: 8px;
  height: auto;
  background-color: #19503E;
}
@media only screen and (max-width: 480px) {
  .p-service-terms__list-head::before {
    top: 6px;
  }
}

.p-service-terms__list-detail {
  margin-top: 16px;
}
@media only screen and (max-width: 767px) {
  .p-service-terms__list-detail {
    margin-top: 10px;
  }
}

.p-terms__list {
  margin-top: 48px;
}
@media only screen and (max-width: 767px) {
  .p-terms__list {
    margin-top: 20px;
  }
}

.p-pace-content {
  margin-top: 48px;
}
@media only screen and (max-width: 767px) {
  .p-pace-content {
    margin-top: 20px;
  }
}

.p-pace-content__block + .p-pace-content__block {
  margin-top: 64px;
}
@media only screen and (max-width: 480px) {
  .p-pace-content__block + .p-pace-content__block {
    margin-top: 30px;
  }
}

.p-pace-content__body {
  margin-top: 24px;
}
@media only screen and (max-width: 480px) {
  .p-pace-content__body {
    margin-top: 20px;
  }
}

.p-difference__intro {
  margin-top: 48px;
}
@media only screen and (max-width: 767px) {
  .p-difference__intro {
    margin-top: 20px;
  }
}

.p-difference__list {
  margin-top: 32px;
}

.p-common-service-list {
  margin-top: 48px;
}
@media only screen and (max-width: 767px) {
  .p-common-service-list {
    margin-top: 30px;
  }
}