.p-service-nav {
  position: relative;
  z-index: 10;
  padding: 80px 0;
  border-bottom: 1px solid #EAEAEA;
}
@media screen and (max-width: 768px) {
  .p-service-nav {
    padding: 35px 0 50px;
  }
}
.p-service-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .p-service-nav__list {
    display: block;
  }
}
.p-service-nav__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 768px) {
  .p-service-nav__item {
    max-width: 333px;
    margin: 0 auto;
  }
}
.p-service-nav__item:nth-of-type(odd) .p-service-nav__link {
  border-color: #8A8A8A;
}
.p-service-nav__item:nth-of-type(odd) .p-service-nav__link.is-active, .p-service-nav__item:nth-of-type(odd) .p-service-nav__link:hover {
  border-color: #B666D2;
}
.p-service-nav__link {
  position: relative;
  display: block;
  background: #000;
  border-top: 6px solid #BDBDBD;
}
.p-service-nav__link.is-active, .p-service-nav__link:hover {
  border-color: #81D8D0;
}
.p-service-nav__link.is-active .p-service-nav__image-pic::after, .p-service-nav__link:hover .p-service-nav__image-pic::after {
  background-color: rgba(0, 0, 0, 0.43);
}
.p-service-nav__link.is-active .p-service-nav__image-pic img, .p-service-nav__link:hover .p-service-nav__image-pic img {
  opacity: 1;
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}
.p-service-nav__link.is-active {
  pointer-events: none;
}
.p-service-nav__image-pic {
  position: relative;
  padding-top: 51.18%;
}
@media screen and (max-width: 768px) {
  .p-service-nav__image-pic {
    padding-top: 36%;
  }
}
.p-service-nav__image-pic::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-color: rgba(248, 248, 248, 0.5);
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.p-service-nav__image-pic img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.5;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  -webkit-transition: opacity 0.3s, -webkit-filter 0.3s;
  transition: opacity 0.3s, -webkit-filter 0.3s;
  transition: opacity 0.3s, filter 0.3s;
  transition: opacity 0.3s, filter 0.3s, -webkit-filter 0.3s;
}
.p-service-nav__text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 3;
  width: 100%;
  text-align: center;
  color: #fff;
}
.p-service-nav__no {
  font-family: "Roboto", serif;
  font-size: 13px;
  letter-spacing: 0.1em;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .p-service-nav__no {
    font-size: 11px;
  }
}
.p-service-nav__title {
  font-family: "Shippori Mincho", serif;
  font-size: 20px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1024px) {
  .p-service-nav__title {
    font-size: 2vw;
  }
}
@media screen and (max-width: 768px) {
  .p-service-nav__title {
    font-size: 15px;
  }
}

.p-service-area {
  padding: 30px 0 40px;
  border-bottom: 1px solid #EAEAEA;
}
.p-service-area__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1920px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-service-area__container {
    display: block;
  }
}
.p-service-area__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  padding-right: 20px;
}
@media screen and (max-width: 768px) {
  .p-service-area__image {
    max-width: 650px;
    padding-right: 0;
  }
}
.p-service-area__text {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  padding-right: 20px;
}
@media screen and (max-width: 768px) {
  .p-service-area__text {
    padding: 0 20px;
  }
}
.p-service-area__wrap {
  max-width: 550px;
}
@media screen and (max-width: 768px) {
  .p-service-area__wrap {
    max-width: 100%;
  }
}
.p-service-area__title {
  font-family: "Shippori Mincho", serif;
  font-size: 30px;
  line-height: 2.13;
  margin-bottom: 65px;
}
@media screen and (max-width: 1024px) {
  .p-service-area__title {
    font-size: 25px;
    line-height: 2;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .p-service-area__title {
    font-size: 22px;
    text-align: center;
    margin-bottom: 30px;
  }
}

.p-service-reason {
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  .p-service-reason {
    padding: 60px 0;
  }
}
.p-service-reason__title {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .p-service-reason__title {
    margin-bottom: 40px;
  }
}
.p-service-reason__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 75px;
}
@media screen and (max-width: 1024px) {
  .p-service-reason__content {
    gap: 0 40px;
  }
}
@media screen and (max-width: 768px) {
  .p-service-reason__content {
    display: block;
  }
}
.p-service-reason__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 75px;
}
@media screen and (max-width: 1280px) {
  .p-service-reason__text {
    padding-left: 0;
  }
}
.p-service-reason__data {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45.5%;
          flex: 0 0 45.5%;
}
@media screen and (max-width: 768px) {
  .p-service-reason__data {
    max-width: 500px;
    margin: 30px auto 0;
  }
}
.p-service-reason__subtitle {
  margin: 0 0 20px 26px;
}
@media screen and (max-width: 768px) {
  .p-service-reason__subtitle {
    margin: 0 0 15px 22px;
  }
}

.p-service-tokyo {
  background: #F7F7F7;
  padding: 145px 20px 0;
}
@media screen and (max-width: 1024px) {
  .p-service-tokyo {
    padding: 80px 20px 0;
  }
}
@media screen and (max-width: 768px) {
  .p-service-tokyo {
    padding: 60px 20px 0;
  }
}
.p-service-tokyo__container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 95px;
  max-width: 1320px;
  padding-bottom: 115px;
  margin: 0 auto;
}
@media screen and (max-width: 1280px) {
  .p-service-tokyo__container {
    gap: 0 60px;
  }
}
@media screen and (max-width: 1024px) {
  .p-service-tokyo__container {
    gap: 0 40px;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 768px) {
  .p-service-tokyo__container {
    display: block;
  }
}
.p-service-tokyo__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-service-tokyo__title {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .p-service-tokyo__title {
    margin-bottom: 40px;
  }
}
.p-service-tokyo__data {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 51%;
          flex: 0 0 51%;
  max-width: 675px;
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .p-service-tokyo__data {
    max-width: 550px;
    padding-bottom: 0;
    margin: 30px auto 0;
  }
}
.p-service-tokyo__image {
  position: absolute;
  bottom: -13px;
  right: -23px;
}
@media screen and (max-width: 1280px) {
  .p-service-tokyo__image {
    right: -19px;
  }
}
@media screen and (max-width: 1024px) {
  .p-service-tokyo__image {
    right: -10px;
    max-width: 120px;
  }
}
@media screen and (max-width: 768px) {
  .p-service-tokyo__image {
    width: 20vw;
  }
}

.p-service-return {
  padding: 110px 0 100px;
}
@media screen and (max-width: 768px) {
  .p-service-return {
    padding: 60px 0;
  }
}
.p-service-return__title {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .p-service-return__title {
    margin-bottom: 40px;
  }
}
.p-service-return__point {
  background: #F7F7F7;
  padding: 75px 40px 55px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .p-service-return__point {
    max-width: 520px;
    padding: 50px 20px 10px;
    margin: 0 auto 40px;
  }
}
.p-service-return__point-content, .p-service-return__point-content--reverse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 70px;
  max-width: 1100px;
  margin: 0 auto 20px;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .p-service-return__point-content, .p-service-return__point-content--reverse {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (max-width: 768px) {
  .p-service-return__point-content, .p-service-return__point-content--reverse {
    display: block;
    max-width: 360px;
    margin: 0 auto 30px;
  }
}
.p-service-return__point-content--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.p-service-return__point-image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33%;
          flex: 0 0 33%;
  position: relative;
  z-index: 2;
  max-width: 360px;
}
@media screen and (max-width: 768px) {
  .p-service-return__point-image {
    margin: 0 auto 20px;
  }
}
.p-service-return__point-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-service-return__point-title {
  position: relative;
  font-family: "Shippori Mincho", serif;
  font-size: 27px;
  margin-bottom: 55px;
}
@media screen and (max-width: 768px) {
  .p-service-return__point-title {
    font-size: 20px;
    margin-bottom: 40px;
  }
}
.p-service-return__point-title::after {
  content: "";
  position: absolute;
  bottom: -25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
  width: 100vw;
  height: 1px;
  background: #E3E3E3;
}
@media screen and (max-width: 768px) {
  .p-service-return__point-title::after {
    bottom: -15px;
  }
}
.p-service-return__point-subtitle, .p-service-return__point-subtitle--mt {
  width: 120px;
  font-size: 16px;
  text-align: center;
  color: #fff;
  background: #444444;
  border-radius: 5px;
  padding: 6px;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .p-service-return__point-subtitle, .p-service-return__point-subtitle--mt {
    font-size: 14px;
  }
}
.p-service-return__point-subtitle--mt {
  margin-top: 25px;
}
.p-service-return__data {
  max-width: 1100px;
  margin: 0 auto;
}
.p-service-return__data-title {
  text-align: center;
  margin: 80px 0 45px;
}
@media screen and (max-width: 768px) {
  .p-service-return__data-title {
    margin: 40px 0 30px;
  }
}
.p-service-return__data-title-text {
  position: relative;
  display: inline-block;
  font-family: "Shippori Mincho", serif;
  font-size: 18px;
  letter-spacing: 0.1em;
  color: #fff;
  background: #383232;
  padding: 22px 33px;
}
@media screen and (max-width: 768px) {
  .p-service-return__data-title-text {
    font-size: 15px;
    padding: 16px 25px;
  }
}
.p-service-return__data-title-text::after {
  content: "";
  position: absolute;
  top: calc(100% - 1px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-top: 12px solid #383232;
  border-bottom: 0;
}
.p-service-return__data-table-th {
  width: 110px;
}
@media screen and (max-width: 768px) {
  .p-service-return__data-table-th {
    width: 100px;
  }
}
.p-service-return__data-table-td1 {
  width: 110px;
}
@media screen and (max-width: 768px) {
  .p-service-return__data-table-td1 {
    width: 100px;
  }
}
.p-service-return__data-table-td2 {
  width: 130px;
}
@media screen and (max-width: 768px) {
  .p-service-return__data-table-td2 {
    width: 110px;
  }
}
.p-service-return__data-arrow {
  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;
  width: 74px;
  height: 74px;
  border: 1px solid #DBDBDB;
  border-radius: 50%;
  margin: 20px auto;
}
@media screen and (max-width: 768px) {
  .p-service-return__data-arrow {
    width: 50px;
    height: 50px;
  }
}
.p-service-return__data-subtitle {
  font-size: 16px;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .p-service-return__data-subtitle {
    font-size: 14px;
  }
}
.p-service-return__data-subtitle-color {
  font-size: 20px;
  font-weight: 500;
  color: #B666D2;
}
@media screen and (max-width: 768px) {
  .p-service-return__data-subtitle-color {
    font-size: 18px;
  }
}

.p-service-target {
  background: #F7F7F7;
  padding: 100px 0 60px;
}
@media screen and (max-width: 1024px) {
  .p-service-target {
    padding: 100px 0 80px;
  }
}
@media screen and (max-width: 768px) {
  .p-service-target {
    padding: 60px 0;
  }
}
.p-service-target__title {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .p-service-target__title {
    margin-bottom: 20px;
  }
}
.p-service-target__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 70px;
}
@media screen and (max-width: 1024px) {
  .p-service-target__content {
    gap: 0 40px;
  }
}
@media screen and (max-width: 768px) {
  .p-service-target__content {
    display: block;
  }
}
.p-service-target__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 54.4%;
          flex: 0 0 54.4%;
}
@media screen and (max-width: 1024px) {
  .p-service-target__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45%;
            flex: 0 0 45%;
  }
}
@media screen and (max-width: 768px) {
  .p-service-target__image {
    max-width: 450px;
    margin: 0 auto;
  }
}
.p-service-target__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-service-data {
  background: #F7F7F7;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .p-service-data {
    padding-bottom: 60px;
  }
}
.p-service-data__title {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .p-service-data__title {
    margin-bottom: 40px;
  }
}
.p-service-data__text {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-service-data__text {
    text-align: left;
  }
}
.p-service-data__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 60px;
  margin: 50px auto;
}
@media screen and (max-width: 1024px) {
  .p-service-data__list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0 20px;
    max-width: 880px;
  }
}
@media screen and (max-width: 768px) {
  .p-service-data__list {
    display: block;
    margin: 30px 0 0;
  }
}
.p-service-data__item {
  max-width: 270px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-service-data__item {
    max-width: 200px;
    margin: 0 auto 30px;
  }
}
.p-service-data__subtitle {
  font-family: "Shippori Mincho", serif;
  font-size: 25px;
  font-weight: 500;
  color: #BC0D17;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .p-service-data__subtitle {
    font-size: 20px;
    margin-top: 10px;
  }
}

.p-service-professional {
  border-bottom: 1px solid #EAEAEA;
  padding: 70px 0 50px;
}
@media screen and (max-width: 768px) {
  .p-service-professional {
    padding: 60px 0 40px;
  }
}
.p-service-professional__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1920px;
  margin: 0 auto 70px;
}
@media screen and (max-width: 768px) {
  .p-service-professional__head {
    display: block;
    margin-bottom: 40px;
  }
}
.p-service-professional__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 20px;
}
@media screen and (max-width: 768px) {
  .p-service-professional__text {
    padding: 0 20px;
  }
}
.p-service-professional__wrap {
  max-width: 530px;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .p-service-professional__wrap {
    max-width: 100%;
  }
}
.p-service-professional__title {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .p-service-professional__title {
    margin-bottom: 40px;
  }
}
.p-service-professional__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  text-align: right;
  padding-left: 20px;
}
@media screen and (max-width: 1024px) {
  .p-service-professional__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45%;
            flex: 0 0 45%;
  }
}
@media screen and (max-width: 768px) {
  .p-service-professional__image {
    max-width: 600px;
    margin: 30px 0 0 auto;
  }
}
.p-service-professional__body {
  padding: 0 20px;
}
.p-service-professional__list {
  max-width: 1100px;
  margin: 0 auto;
}
.p-service-professional__item {
  background: #F7F7F7;
  border-top: 6px solid #81D8D0;
  padding: 45px 50px 50px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .p-service-professional__item {
    padding: 25px;
    margin-bottom: 20px;
  }
}
.p-service-professional__item:nth-of-type(even) {
  border-color: #B666D2;
}
.p-service-professional__subtitle {
  font-family: "Shippori Mincho", serif;
  font-size: 22px;
  font-weight: 500;
  border-bottom: 1px solid #DDDDDD;
  padding-bottom: 15px;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .p-service-professional__subtitle {
    font-size: 18px;
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
}

.p-service-plan {
  padding: 80px 0 100px;
}
@media screen and (max-width: 768px) {
  .p-service-plan {
    padding: 60px 0 80px;
  }
}
.p-service-plan__title {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .p-service-plan__title {
    margin-bottom: 40px;
  }
}
.p-service-plan__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 80px;
  margin-bottom: 70px;
}
@media screen and (max-width: 1024px) {
  .p-service-plan__content {
    gap: 0 40px;
  }
}
@media screen and (max-width: 768px) {
  .p-service-plan__content {
    display: block;
    margin-bottom: 40px;
  }
}
.p-service-plan__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 46.4%;
          flex: 0 0 46.4%;
}
@media screen and (max-width: 768px) {
  .p-service-plan__image {
    max-width: 400px;
    margin: 0 auto 30px;
  }
}
.p-service-plan__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-service-plan__scroll {
  max-width: 1100px;
  margin: 0 auto;
}
.p-service-plan__table .th1 {
  width: 28.1%;
}

.p-service-rule-catch {
  padding: 100px 0 160px;
}
@media screen and (max-width: 768px) {
  .p-service-rule-catch {
    padding: 80px 0;
  }
}
.p-service-rule-catch__container {
  position: relative;
}
.p-service-rule-catch__content {
  position: relative;
  z-index: 2;
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-service-rule-catch__content {
    padding-bottom: 110px;
  }
}
.p-service-rule-catch__title {
  font-family: "Shippori Mincho", serif;
  font-size: 30px;
  line-height: 2.1;
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .p-service-rule-catch__title {
    font-size: 18px;
    line-height: 2;
    margin-bottom: 40px;
  }
}
.p-service-rule-catch__title-wrap {
  display: inline-block;
}
.p-service-rule-catch__text {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-service-rule-catch__text {
    text-align: justify;
  }
}
.p-service-rule-catch__image {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-service-rule-catch__image {
    top: auto;
    bottom: 0;
    width: 203px;
  }
}

.p-service-rule-point__content {
  position: relative;
  padding: 0 20px 60px;
  margin-bottom: 150px;
}
@media screen and (max-width: 768px) {
  .p-service-rule-point__content {
    padding: 0 20px 20px;
    margin-bottom: 120px;
  }
}
.p-service-rule-point__content::before {
  content: "";
  position: absolute;
  top: 70px;
  left: 50%;
  z-index: -1;
  width: 50%;
  height: 670px;
  background: #F7F7F7;
}
@media screen and (max-width: 768px) {
  .p-service-rule-point__content::before {
    top: -30px;
    left: 60px;
    width: calc(100% - 60px);
    height: calc(100% + 90px);
  }
}
.p-service-rule-point__no {
  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;
  width: 115px;
  height: 115px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  background: #383232;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .p-service-rule-point__no {
    position: absolute;
    top: 0;
    left: 20px;
    width: 80px;
    height: 80px;
    font-size: 11px;
  }
}
.p-service-rule-point__no-num {
  display: block;
  font-family: "Roboto", serif;
  font-size: 25px;
}
@media screen and (max-width: 768px) {
  .p-service-rule-point__no-num {
    font-size: 17px;
  }
}
.p-service-rule-point__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 0 60px;
  max-width: 1560px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .p-service-rule-point__body {
    gap: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-service-rule-point__body {
    display: block;
    max-width: 520px;
  }
}
.p-service-rule-point__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33%;
          flex: 0 0 33%;
  padding-top: 165px;
  max-width: 518px;
}
@media screen and (max-width: 768px) {
  .p-service-rule-point__image {
    padding: 0 0 0 110px;
    margin-bottom: 30px;
  }
}
.p-service-rule-point__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-service-rule-point__inner {
  max-width: 800px;
  margin-left: auto;
}
.p-service-rule-point__title {
  letter-spacing: 0.05em;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .p-service-rule-point__title {
    letter-spacing: 0.1em;
    margin-bottom: 30px;
  }
}

.p-service-rule-course {
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .p-service-rule-course {
    padding-bottom: 80px;
  }
}
.p-service-rule-course__text {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .p-service-rule-course__text {
    text-align: left;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1025px) {
  .p-service-rule-course__text .tab-br {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .p-service-rule-course__text .tab-br {
    display: none;
  }
}
.p-service-rule-course__btn {
  text-align: center;
}

.p-service-rule-comparison {
  background: #F7F7F7;
  padding: 120px 0;
}
@media screen and (max-width: 768px) {
  .p-service-rule-comparison {
    padding: 70px 0;
  }
}
@media screen and (max-width: 768px) {
  .p-service-rule-comparison__container {
    padding: 0;
  }
}
.p-service-rule-comparison__title {
  font-family: "Shippori Mincho", serif;
  font-size: 20px;
  line-height: 2.1;
  text-align: center;
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .p-service-rule-comparison__title {
    font-size: 15px;
    margin-bottom: 60px;
  }
}
.p-service-rule-comparison__content {
  position: relative;
  border: 1px solid #A5A5A5;
  padding: 65px 20px 90px;
}
@media screen and (max-width: 768px) {
  .p-service-rule-comparison__content {
    border-left: none;
    border-right: none;
    padding: 60px 0 50px;
  }
}
.p-service-rule-comparison__subtitle {
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Shippori Mincho", serif;
  font-size: 16px;
  white-space: nowrap;
  color: #fff;
  background: #383232;
  padding: 22px 43px;
}
@media screen and (max-width: 768px) {
  .p-service-rule-comparison__subtitle {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    font-size: 13px;
    padding: 16px 31px;
  }
}
@media screen and (max-width: 768px) {
  .p-service-rule-comparison__wrap {
    padding: 0 14px;
  }
}
.p-service-rule-comparison__table {
  width: 100%;
  max-width: 855px;
  margin: 0 auto 60px;
}
@media screen and (max-width: 768px) {
  .p-service-rule-comparison__table {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .p-service-rule-comparison__table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
  }
}
.p-service-rule-comparison__table th {
  width: 28%;
  vertical-align: middle;
  border: 1px solid #F7F7F7;
  padding: 20px 0;
}
@media screen and (max-width: 768px) {
  .p-service-rule-comparison__table th {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    display: block;
    width: 100%;
    text-align: center;
    padding: 15px 0;
  }
}
.p-service-rule-comparison__table .head {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  padding-left: 1.1em;
}
@media screen and (max-width: 768px) {
  .p-service-rule-comparison__table .head {
    display: inline-block;
    font-size: 13px;
  }
}
.p-service-rule-comparison__table .head::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 10px;
  height: 10px;
  background: #BC0D17;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .p-service-rule-comparison__table .head::before {
    width: 6px;
    height: 6px;
  }
}
.p-service-rule-comparison__table td {
  width: 36%;
  font-size: 16px;
  text-align: center;
  background: #fff;
  border: 1px solid #F7F7F7;
  padding: 20px 0;
}
@media screen and (max-width: 768px) {
  .p-service-rule-comparison__table td {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    display: block;
    width: 50%;
    font-size: 13px;
    padding: 15px 0;
  }
}
.p-service-rule-comparison__table td:first-of-type {
  border-right-width: 6px;
}
.p-service-rule-comparison__table .person {
  background: none;
}
@media screen and (max-width: 768px) {
  .p-service-rule-comparison__table .person {
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-service-rule-comparison__table .person-icon img {
    width: 80px;
  }
}
.p-service-rule-comparison__table .person-text {
  font-size: 14px;
  line-height: 1.5;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .p-service-rule-comparison__table .person-text {
    font-size: 12px;
    margin-top: 10px;
  }
}
.p-service-rule-comparison__table .color1 {
  font-weight: 700;
  color: #81D8D0;
}
.p-service-rule-comparison__table .color2 {
  font-weight: 700;
  color: #B666D2;
}
.p-service-rule-comparison__table .result {
  background: none;
}
.p-service-rule-comparison__table .result-arrow, .p-service-rule-comparison__table .result-arrow--color2, .p-service-rule-comparison__table .result-arrow--color1 {
  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;
  width: 31px;
  height: 31px;
  border-radius: 50%;
  margin: 0 auto 20px;
}
@media screen and (max-width: 768px) {
  .p-service-rule-comparison__table .result-arrow, .p-service-rule-comparison__table .result-arrow--color2, .p-service-rule-comparison__table .result-arrow--color1 {
    width: 22px;
    height: 22px;
    margin-bottom: 15px;
  }
}
.p-service-rule-comparison__table .result-arrow--color1 {
  background: #81D8D0;
}
.p-service-rule-comparison__table .result-arrow--color2 {
  background: #B666D2;
}
@media screen and (max-width: 768px) {
  .p-service-rule-comparison__table .result-arrow img, .p-service-rule-comparison__table .result-arrow--color1 img, .p-service-rule-comparison__table .result-arrow--color2 img {
    width: 8px;
  }
}
.p-service-rule-comparison__table .result-title {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .p-service-rule-comparison__table .result-title {
    font-size: 12px;
    margin-bottom: 14px;
  }
}
.p-service-rule-comparison__table .result-data {
  max-width: 222px;
  border-bottom: 1px dashed #A5A5A5;
  padding-bottom: 10px;
  margin: 0 auto 10px;
}
.p-service-rule-comparison__table .result-principal {
  max-width: 175px;
  font-size: 14px;
  text-align: right;
  margin: 0 auto 5px;
}
@media screen and (max-width: 768px) {
  .p-service-rule-comparison__table .result-principal {
    max-width: 155px;
    font-size: 12px;
  }
}
.p-service-rule-comparison__table .result-principal-price {
  font-size: 16px;
  font-weight: 500;
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  .p-service-rule-comparison__table .result-principal-price {
    font-size: 14px;
  }
}
.p-service-rule-comparison__table .result-handout {
  max-width: 175px;
  font-size: 14px;
  text-align: right;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-service-rule-comparison__table .result-handout {
    max-width: 155px;
    font-size: 12px;
  }
}
.p-service-rule-comparison__table .result-handout-price {
  font-size: 16px;
  font-weight: 500;
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  .p-service-rule-comparison__table .result-handout-price {
    font-size: 14px;
  }
}
.p-service-rule-comparison__table .result-gains {
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-service-rule-comparison__table .result-gains {
    font-size: 13px;
  }
}
.p-service-rule-comparison__table .result-gains-equal {
  font-weight: 400;
}
.p-service-rule-comparison__table .result-gains-price {
  font-size: 17px;
  margin: 0 3px;
}
@media screen and (max-width: 768px) {
  .p-service-rule-comparison__table .result-gains-price {
    font-size: 14px;
  }
}
.p-service-rule-comparison__table .result-gains-num {
  font-size: 26px;
}
@media screen and (max-width: 768px) {
  .p-service-rule-comparison__table .result-gains-num {
    font-size: 18px;
  }
}
.p-service-rule-comparison__image {
  text-align: center;
  padding-left: 20px;
}
@media screen and (max-width: 768px) {
  .p-service-rule-comparison__image {
    padding: 0 14px;
  }
}

.p-service-rule-item {
  padding: 130px 0 120px;
}
@media screen and (max-width: 768px) {
  .p-service-rule-item {
    padding: 70px 0;
  }
}
.p-service-rule-item__title {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .p-service-rule-item__title {
    margin-bottom: 40px;
  }
}
.p-service-rule-item__text {
  text-align: center;
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .p-service-rule-item__text {
    text-align: justify;
    margin-bottom: 40px;
  }
}
.p-service-rule-item__scroll {
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  .p-service-rule-item__scroll {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .p-service-rule-item__scroll-text {
    margin-bottom: 50px;
  }
}
.p-service-rule-item__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 60px;
}
@media screen and (max-width: 1024px) {
  .p-service-rule-item__wrap {
    display: block;
  }
}
.p-service-rule-item__graph {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 51.8%;
          flex: 0 0 51.8%;
}
@media screen and (max-width: 1024px) {
  .p-service-rule-item__graph {
    max-width: 570px;
    margin: 0 auto 30px;
  }
}
.p-service-rule-item__subtitle {
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .p-service-rule-item__subtitle {
    margin-bottom: 20px;
  }
}
.p-service-rule-item__category {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 1024px) {
  .p-service-rule-item__category {
    max-width: 570px;
    margin: 0 auto 30px;
  }
}
.p-service-rule-item__category th {
  width: 52%;
}
.p-service-rule-item__note {
  text-align: right;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .p-service-rule-item__note {
    text-align: left;
  }
}
.p-service-rule-item__note-text {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .p-service-rule-item__note-text {
    font-size: 12px;
  }
}
.p-service-rule-item__description {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-service-rule-item__description {
    text-align: justify;
  }
}

.p-service-rule-flow {
  padding-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .p-service-rule-flow {
    padding-bottom: 60px;
  }
}
.p-service-rule-flow__title {
  border-bottom: 1px solid #EAEAEA;
  padding-bottom: 30px;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .p-service-rule-flow__title {
    padding-bottom: 25px;
    margin-bottom: 30px;
  }
}
.p-service-rule-flow__text {
  margin-bottom: 40px;
}
.p-service-rule-flow__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #F7F7F7;
  padding: 30px 0;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .p-service-rule-flow__list {
    display: block;
    padding: 0 20px;
  }
}
.p-service-rule-flow__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  text-align: center;
  padding: 40px 0 30px;
}
@media screen and (max-width: 768px) {
  .p-service-rule-flow__item {
    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: 0 15px;
    padding: 28px 0 30px;
  }
}
.p-service-rule-flow__item:not(:last-of-type) {
  border-right: 1px solid #DEDEDE;
}
@media screen and (max-width: 768px) {
  .p-service-rule-flow__item:not(:last-of-type) {
    border-right: none;
    border-bottom: 1px solid #DEDEDE;
  }
}
.p-service-rule-flow__icon {
  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;
  height: 50px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .p-service-rule-flow__icon {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-service-rule-flow__icon-img1 {
    width: 48px;
  }
}
.p-service-rule-flow__subtitle {
  font-family: "Shippori Mincho", serif;
  font-size: 16px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-service-rule-flow__subtitle {
    font-size: 15px;
  }
}
.p-service-rule-flow__arrow {
  content: "";
  position: absolute;
  top: 50%;
  right: -15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  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;
  width: 30px;
  height: 30px;
  background: #222222;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .p-service-rule-flow__arrow {
    top: auto;
    bottom: -12px;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 24px;
    height: 24px;
  }
}
@media screen and (min-width: 769px) {
  .p-service-rule-flow__arrow img {
    -webkit-transform: rotateZ(-90deg);
            transform: rotateZ(-90deg);
  }
}

.p-service-rule-merit {
  padding-bottom: 130px;
}
@media screen and (max-width: 768px) {
  .p-service-rule-merit {
    padding-bottom: 70px;
  }
}
.p-service-rule-merit__title {
  border-bottom: 1px solid #EAEAEA;
  padding-bottom: 30px;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .p-service-rule-merit__title {
    padding-bottom: 25px;
    margin-bottom: 30px;
  }
}
.p-service-rule-merit__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px 0.5%;
}
@media screen and (max-width: 767px) {
  .p-service-rule-merit__list {
    -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;
  }
}
.p-service-rule-merit__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33%;
          flex: 0 0 33%;
  position: relative;
  background: #F7F7F7;
  padding: 50px;
}
@media screen and (max-width: 1024px) {
  .p-service-rule-merit__item {
    padding: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-service-rule-merit__item {
    max-width: 380px;
    padding: 30px;
  }
}
.p-service-rule-merit__icon {
  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;
  width: 73px;
  height: 63px;
  margin: 0 0 40px auto;
}
@media screen and (max-width: 767px) {
  .p-service-rule-merit__icon {
    position: absolute;
    top: 17px;
    right: 20px;
    width: 52px;
    height: 50px;
  }
}
@media screen and (max-width: 767px) {
  .p-service-rule-merit__icon-img2 {
    width: 35px;
  }
}
.p-service-rule-merit__no {
  font-family: "Roboto", serif;
  font-size: 13px;
  letter-spacing: 0.05em;
  color: #BC0D17;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .p-service-rule-merit__no {
    font-size: 11px;
  }
}
.p-service-rule-merit__subtitle {
  font-family: "Shippori Mincho", serif;
  font-size: 22px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .p-service-rule-merit__subtitle {
    font-size: 17px;
    margin-bottom: 15px;
  }
}
.p-service-rule-merit__text {
  font-size: 15px;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .p-service-rule-merit__text {
    font-size: 12px;
  }
}

.p-service-first-content {
  padding: 80px 0 20px;
}
@media screen and (max-width: 768px) {
  .p-service-first-content {
    padding: 60px 0 0;
  }
}
.p-service-first-content__step {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 120px;
  height: 120px;
  font-family: "Roboto", serif;
  font-size: 23px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #A5A5A5;
  text-align: center;
  border: 1px solid #EAEAEA;
  margin: 0 auto 40px;
}
@media screen and (max-width: 768px) {
  .p-service-first-content__step {
    width: 80px;
    height: 80px;
    font-size: 15px;
    margin-bottom: 20px;
  }
}
.p-service-first-content__step-en {
  font-size: 14px;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .p-service-first-content__step-en {
    font-size: 10px;
  }
}
.p-service-first-content__title {
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .p-service-first-content__title {
    font-size: clamp(10px, 5.8vw, 23px);
    margin-bottom: 40px;
  }
}
.p-service-first-content__example {
  padding: 70px 20px 100px;
}
@media screen and (max-width: 768px) {
  .p-service-first-content__example {
    padding: 50px 20px;
  }
}
.p-service-first-content__example-inner {
  max-width: 1100px;
  margin: 0 auto;
}
.p-service-first-content__example-other {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 0 90px;
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  .p-service-first-content__example-other {
    gap: 0 50px;
  }
}
@media screen and (max-width: 768px) {
  .p-service-first-content__example-other {
    display: block;
    margin-bottom: 30px;
  }
}
.p-service-first-content__example-other-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-service-first-content__example-other-title {
  display: inline-block;
  font-family: "Shippori Mincho", serif;
  font-size: 20px;
  color: #fff;
  background: #606060;
  padding: 9px 15px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .p-service-first-content__example-other-title {
    font-size: 15px;
    margin-bottom: 25px;
  }
}
.p-service-first-content__example-other-image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 43.64%;
          flex: 0 0 43.64%;
  max-width: 480px;
  margin: 25px auto 0;
}
.p-service-first-content__example-strengths {
  position: relative;
  background: #fff;
  padding: 60px 70px 70px;
  overflow: hidden;
}
.p-service-first-content__example-strengths::before, .p-service-first-content__example-strengths::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 50%;
  height: 6px;
  background: #81D8D0;
}
.p-service-first-content__example-strengths::after {
  left: auto;
  right: 0;
  background: #B666D2;
}
@media screen and (max-width: 768px) {
  .p-service-first-content__example-strengths {
    padding: 35px 30px;
  }
}
.p-service-first-content__example-strengths-title {
  position: relative;
  z-index: 2;
  font-family: "Shippori Mincho", serif;
  font-size: 24px;
  text-align: center;
  border-bottom: 1px solid #DDDDDD;
  padding-bottom: 15px;
  margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
  .p-service-first-content__example-strengths-title {
    font-size: 17px;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
}
.p-service-first-content__example-strengths-text {
  position: relative;
  z-index: 2;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-service-first-content__example-strengths-text {
    text-align: justify;
  }
}
.p-service-first-content__example-strengths-image {
  position: absolute;
  bottom: -15px;
  right: -30px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-service-first-content__example-strengths-image {
    bottom: -20px;
    right: -35px;
    width: 166px;
    height: 187px;
  }
}
.p-service-first-content__result {
  padding: 100px 0 20px;
}
@media screen and (max-width: 768px) {
  .p-service-first-content__result {
    padding: 40px 0 0;
  }
}
.p-service-first-content__result--border {
  border-bottom: 1px solid #EAEAEA;
  padding: 100px 0 65px;
}
@media screen and (max-width: 768px) {
  .p-service-first-content__result--border {
    padding: 40px 0;
  }
}
.p-service-first-content__result-title {
  border-bottom: 1px solid #EAEAEA;
  padding-bottom: 30px;
}
.p-service-first-content__result-voice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 30px;
  padding-top: 50px;
}
@media screen and (max-width: 768px) {
  .p-service-first-content__result-voice {
    -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;
    gap: 35px 0;
    padding: 40px 20px 0;
  }
}
.p-service-first-content__result-voice-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  max-width: 380px;
}
.p-service-first-content__result-staff {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 0 55px;
  padding-top: 30px;
}
@media screen and (max-width: 1024px) {
  .p-service-first-content__result-staff {
    gap: 0 40px;
  }
}
@media screen and (max-width: 768px) {
  .p-service-first-content__result-staff {
    display: block;
    padding-top: 15px;
  }
}
.p-service-first-content__result-staff-image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 54.88%;
          flex: 0 0 54.88%;
}
@media screen and (max-width: 768px) {
  .p-service-first-content__result-staff-image {
    text-align: center;
    margin-bottom: 30px;
  }
}
.p-service-first-content__result-staff-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 75px;
}
@media screen and (max-width: 1024px) {
  .p-service-first-content__result-staff-text {
    padding-left: 0;
  }
}
.p-service-first-content__result-staff-btn {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .p-service-first-content__result-staff-btn {
    text-align: center;
    margin-top: 30px;
  }
}

.p-service-first-book {
  padding: 100px 30px;
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .p-service-first-book {
    padding: 30px;
  }
}
.p-service-first-book__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1560px;
  background: #fff;
  padding: 100px 95px;
  margin: 0 auto;
  overflow: hidden;
}
@media screen and (max-width: 1550px) {
  .p-service-first-book__container {
    padding: 80px 60px;
  }
}
@media screen and (max-width: 1024px) {
  .p-service-first-book__container {
    position: relative;
    display: block;
    padding: 80px 40px 140px;
  }
}
@media screen and (max-width: 768px) {
  .p-service-first-book__container {
    padding: 40px 25px 120px;
  }
}
.p-service-first-book__head {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 37%;
          flex: 0 0 37%;
  padding-right: 50px;
}
@media screen and (max-width: 1024px) {
  .p-service-first-book__head {
    padding-right: 0;
  }
}
@media screen and (max-width: 1550px) {
  .p-service-first-book__title {
    font-size: 1.75vw;
  }
}
@media screen and (max-width: 1024px) {
  .p-service-first-book__title {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .p-service-first-book__title {
    font-size: clamp(10px, 4.7vw, 20px);
  }
}
.p-service-first-book__btn {
  text-align: center;
  margin-top: 40px;
}
@media screen and (max-width: 1024px) {
  .p-service-first-book__btn {
    position: absolute;
    bottom: 60px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media screen and (max-width: 768px) {
  .p-service-first-book__btn {
    bottom: 50px;
  }
}
.p-service-first-book__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1024px) {
  .p-service-first-book__body {
    margin: 50px 0;
  }
}
@media screen and (max-width: 768px) {
  .p-service-first-book__body {
    display: block;
    margin: 30px 0 35px;
  }
}
.p-service-first-book__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 42%;
          flex: 0 0 42%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-service-first-book__image {
    width: 190px;
    margin: 0 auto 30px;
  }
}
.p-service-first-book__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 60px;
}
@media screen and (max-width: 768px) {
  .p-service-first-book__text {
    padding-left: 0;
  }
}
.p-service-first-book__subtitle {
  position: relative;
  font-family: "Shippori Mincho", serif;
  font-size: 22px;
  letter-spacing: 0.1em;
  margin-bottom: 45px;
}
@media screen and (max-width: 1550px) {
  .p-service-first-book__subtitle {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-service-first-book__subtitle {
    font-size: 16px;
    text-align: center;
  }
}
.p-service-first-book__subtitle::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: -70px;
  width: 450px;
  height: 1px;
  background: #EAEAEA;
}
@media screen and (max-width: 768px) {
  .p-service-first-book__subtitle::after {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 90%;
  }
}
.p-service-first-book__description {
  font-size: 15px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .p-service-first-book__description {
    font-size: 15px;
  }
}
.mt40{margin-top:40px}
@media screen and (max-width: 768px) {margin-top:0px}