@charset "UTF-8";

.pagePrivacy {
  max-width: 1000px;
  width: 90%;
  margin-inline: auto;
  counter-reset: num;
}
.pagePrivacy-sct + .pagePrivacy-sct {
  margin-top: 2em;
}
.pagePrivacy-sct-ttl {
  font-size: 2rem;
  font-weight: 700;
  line-height: 2;
  counter-increment: num;
}
.pagePrivacy-sct-ttl::before {
  content: counter(num) ".";
  margin-right: 0.2em;
}
.pagePrivacy-sct-cnt p {
  font-size: 1.6rem;
  line-height: 2.5;
  font-weight: 500;
}
.pagePrivacy-outro {
  margin-top: 2.5em;
}
.pagePrivacy-outro p {
  line-height: 2.5;
  font-size: 1.6rem;
  font-weight: 500;
}


.pageFlow {
  max-width: 850px;
  width: 90%;
  margin-inline: auto;
}
.pageFlow-ttl {
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1;
  color: #2A4F9A;
  text-align: left;
}
@media (max-width: 767px) {
  .pageFlow-ttl {
    font-size: 2rem;
    line-height: 1.5;
    text-align: center;
  }
}
.pageFlow-ttl-s {
  font-size: 2.4rem;
}
@media (max-width: 767px) {
  .pageFlow-ttl-s {
    font-size: 1.6rem;
  }
}
.pageFlow-cnt {
  margin-top: 40px;
  background: left 60px top 30px/auto 96% no-repeat url(../img/day-service/line-bg.svg);
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  .pageFlow-cnt {
    margin-top: 15px;
    background: left 7.5vw top 2.67vw/auto 98% no-repeat url(../img/day-service/line-bg-sp.svg);
    padding-bottom: 0;
  }
}
.pageFlow-cnt-sct {
  display: grid;
  grid-template-columns: 140px auto;
  gap: 46px;
}
@media (max-width: 767px) {
  .pageFlow-cnt-sct {
    grid-template-columns: 20% auto;
    gap: 15px;
  }
}
.pageFlow-cnt-sct-time img {
  width: 100%;
  height: auto;
}
.pageFlow-cnt-sct-dtl {
  padding-top: 50px;
  display: grid;
  grid-template-columns: auto 185px;
}
@media (max-width: 767px) {
  .pageFlow-cnt-sct-dtl {
    padding-top: 6.6vw;
    grid-template-columns: 1fr;
  }
}
.pageFlow-cnt-sct-dtl-ttl {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  color: var(--themeColor);
  font-size: 2.8rem;
  line-height: 1;
}
@media (max-width: 767px) {
  .pageFlow-cnt-sct-dtl-ttl {
    font-size: 1.6rem;
  }
}
.pageFlow-cnt-sct-dtl-lst {
  margin-top: 15px;
}
.pageFlow-cnt-sct-dtl-lst-itm {
  font-size: 1.6rem;
  line-height: 2;
  padding-left: 2em;
  position: relative;
}
@media (max-width: 767px) {
  .pageFlow-cnt-sct-dtl-lst-itm {
    padding-left: 1.5em;
  }
}
.pageFlow-cnt-sct-dtl-lst-itm::before {
  position: absolute;
  left: -0.5em;
  content: "";
  width: 12px;
  height: 12px;
  background: var(--themeColor);
  border-radius: 50%;
  display: inline-block;
  margin-top: 11px;
  margin-left: 1em;
}
@media (max-width: 767px) {
  .pageFlow-cnt-sct-dtl-lst-itm::before {
    width: 8px;
    height: 8px;
    margin-top: 13px;
    margin-left: 1em;
  }
}
.pageFlow-cnt-sct-dtl-lst-itm + .pageFlow-cnt-sct-dtl-lst-itm {
  margin-top: 4px;
}
@media (max-width: 767px) {
  .pageFlow-cnt-sct-dtl-lst-itm + .pageFlow-cnt-sct-dtl-lst-itm {
    margin-top: 10px;
  }
}
.pageFlow-cnt-sct-dtl-lst-itm-bold {
  font-weight: 700;
  color: #FF7F60;
}
.pageFlow-cnt-sct-dtl-lst-itm.has-img {
  position: relative;
}
@media (max-width: 767px) {
  .pageFlow-cnt-sct-dtl-lst-itm.has-img {
    padding-right: 11vw;
  }
}
.pageFlow-cnt-sct-dtl-lst-itm.has-img::after {
  position: absolute;
  right: 70px;
  bottom: 30px;
  width: 60px;
  height: 60px;
  content: "";
  background: center/contain no-repeat url("../img/day-service/img4.svg");
}
@media (max-width: 767px) {
  .pageFlow-cnt-sct-dtl-lst-itm.has-img::after {
    right: 3vw;
    bottom: 9vw;
    width: 9vw;
    height: 9vw;
  }
}
.pageFlow-cnt-sct-dtl-lst-itm strong {
  font-weight: 500;
}
.pageFlow-cnt-sct-dtl-lst-sub {
  text-indent: -1em;
  padding-left: 1em;
}
.pageFlow-cnt-sct-dtl-lst-sub-itm {
  line-height: 2;
  font-weight: 500;
}
.pageFlow-cnt-sct-dtl-lst-sub-itm::before {
  content: "・";
}
.pageFlow-cnt-sct-dtl-img {
  display: grid;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
@media (max-width: 767px) {
  .pageFlow-cnt-sct-dtl-img {
    margin-inline: auto;
  }
  .is-sec1 .pageFlow-cnt-sct-dtl-img {
    margin-top: 5px;
    width: 26vw;
  }
  .is-sec2b .pageFlow-cnt-sct-dtl-img {
    width: 52vw;
  }
  .is-sec3 .pageFlow-cnt-sct-dtl-img {
    width: 20vw;
    max-width: 80px;
    margin-top: -8vw;
    justify-content: flex-end;
    margin-right: 0;
    margin-left: auto;
  }
  .is-sec4 .pageFlow-cnt-sct-dtl-img {
    grid-template-columns: 1fr 1fr;
    width: 49vw;
  }
  .is-sec5 .pageFlow-cnt-sct-dtl-img {
    width: 30vw;
    max-width: 100px;
    margin-top: -5vw;
    justify-content: flex-end;
    margin-right: 0;
    margin-left: auto;
  }
}
.pageFlow-cnt-sct-dtl-img img {
  display: block;
  margin-inline: auto;
}



.pageNews {
  max-width: 1140px;
  width: 90%;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 840px 230px;
  gap: 70px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .pageNews {
    grid-template-columns: 74% 20%;
    gap: 6%;
  }
}
@media (max-width: 767px) {
  .pageNews {
    grid-template-columns: 1fr;
    gap: 60px;
  }
}

.pageNewsCnt-lst-crd {
  padding-bottom: 30px;
  border-bottom: 1px solid #2A4F9A;
}
.pageNewsCnt-lst-crd + .pageNewsCnt-lst-crd {
  padding-top: 30px;
}
.pageNewsCnt-lst-crd a {
  display: grid;
  grid-template-columns: 220px auto;
  gap: 40px;
  transition: all 0.2s;
}
@media (max-width: 767px) {
  .pageNewsCnt-lst-crd a {
    grid-template-columns: 25vw auto;
    gap: 16px;
  }
}
.pageNewsCnt-lst-crd a:hover {
  opacity: 0.8;
}
.pageNewsCnt-lst-crd-img {
  max-width: 220px;
  width: 100%;
  height: 220px;
  overflow: hidden;
}
.pageNewsCnt-lst-crd-img img{
  max-width: 220px;
  width: 100%;
  height: auto;
  max-height: 220px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .pageNewsCnt-lst-crd-img{
    height: 25vw;
  }
  .pageNewsCnt-lst-crd-img img{
    width: 100%;
    height: auto;
    max-height: 25vw;
    object-fit: cover;
  }
}
.pageNewsCnt-lst-crd-dtl {
  padding-top: 16px;
}
@media (max-width: 767px) {
  .pageNewsCnt-lst-crd-dtl {
    padding-top: 0;
  }
}
.pageNewsCnt-lst-crd-dtl-date {
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 500;
  color: #2A4F9A;
}
@media (max-width: 767px) {
  .pageNewsCnt-lst-crd-dtl-date {
    font-size: 1.2rem;
  }
}
.pageNewsCnt-lst-crd-dtl-ttl {
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: 500;
}
@media (max-width: 767px) {
  .pageNewsCnt-lst-crd-dtl-ttl {
    font-size: 1.6rem;
  }
}
.pageNewsCnt-dtl {
  background: #fff;
  border-radius: 20px;
  padding: 50px;
}
@media (max-width: 767px) {
  .pageNewsCnt-dtl {
    padding: 25px 20px 30px;
  }
}
.pageNewsCnt-dtl-ttl {
  padding-bottom: 36px;
  border-bottom: 2px dotted #2A4F9A;
}
@media (max-width: 767px) {
  .pageNewsCnt-dtl-ttl {
    padding-bottom: 12px;
  }
}
.pageNewsCnt-dtl-ttl-date {
  display: block;
  font-size: 1.8rem;
  line-height: 1.75;
  font-weight: 500;
  color: #2A4F9A;
}
@media (max-width: 767px) {
  .pageNewsCnt-dtl-ttl-date {
    font-size: 1.2rem;
    margin-inline: 8px;
  }
}
.pageNewsCnt-dtl-ttl-main {
  margin-top: 15px;
  font-size: 3.2rem;
  line-height: 1.5;
  font-weight: 500;
}
@media (max-width: 767px) {
  .pageNewsCnt-dtl-ttl-main {
    font-size: 1.6rem;
    margin-inline: 8px;
  }
}
.pageNewsCnt-dtl-post {
  padding-top: 40px;
}
@media (max-width: 767px) {
  .pageNewsCnt-dtl-post {
    margin-inline: 8px;
    padding-top: 17px;
  }
}
.pageNewsCnt-btn {
  margin-top: 60px;
  text-align: center;
}
@media (max-width: 767px) {
  .pageNewsCnt-btn {
    margin-top: 50px;
  }
}
.pageNewsCnt-btn a {
  background: #2A4F9A;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  padding: 12px 30px;
  border-radius: 8px;
  transition: all 0.2s;
}
.pageNewsCnt-btn a:hover {
  opacity: 0.8;
}
@media (max-width: 767px) {
  .pageNewsCnt-btn a {
    display: block;
    width: 80%;
    margin-inline: auto;
  }
}

.pageNewsArchive-cnt-ttl {
  color: #2A4F9A;
  font-size: 2rem;
  line-height: 1.75;
  font-weight: 500;
  padding-bottom: 5px;
  border-bottom: 1px solid #2A4F9A;
}
@media (max-width: 767px) {
  .pageNewsArchive-cnt-ttl {
    font-size: 1.8rem;
  }
}
.pageNewsArchive-cnt-lst {
  margin-top: 16px;
}
.pageNewsArchive-cnt-lst-itm {
  padding: 10px 0;
}
.pageNewsArchive-cnt-lst-itm a {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .pageNewsArchive-cnt-lst-itm a {
    font-size: 1.6rem;
  }
}
.pageNewsArchive-cnt-lst-itm a:hover {
  text-decoration: underline;
}

.pagination {
  margin: 80px auto 120px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .pagination {
    margin: 0 auto 10vw;
  }
}
@media (max-width: 767px) {
  .pagination {
    margin: 60px auto 0;
  }
}
.pagination .screen-reader-text {
  display: none;
}
.pagination ul.page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.pagination ul.page-numbers a.page-numbers {
  padding: 0.3em 0.5em;
  border: 1px solid #2A4F9A;
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 500;
  color: #2A4F9A;
  transition: all 0.2s;
  background: #fff;
}
.pagination ul.page-numbers a.page-numbers:hover {
  background: #2A4F9A;
  color: #fff;
}
.pagination ul.page-numbers span.current {
  padding: 0.3em 0.5em;
  border: 1px solid #2A4F9A;
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 500;
  color: #fff;
  background: #2A4F9A;
}

.pageNotfound {
  padding: 100px 0;
}
@media (max-width: 767px) {
  .pageNotfound {
    padding: 60px 0;
  }
}
.pageNotfound p {
  font-size: 2rem;
}
.pageNotfound-link {
  display: grid;
  align-items: center;
  justify-content: center;
}



.pagePriceCnt {
  padding-top: 100px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .pagePriceCnt {
    padding-top: 65px;
  }
}
.pagePriceCnt .pageServiceCnt-sct {
  margin-top: 150px;
}
@media (max-width: 767px) {
  .pagePriceCnt .pageServiceCnt-sct {
    margin-top: 100px;
  }
}
.pagePriceCnt .pageServiceCnt-sct:first-of-type {
  margin-top: 0;
}
.pagePriceCnt-tbl {
  width: 100%;
  border-radius: 20px;
  margin-top: 80px;
  padding: 18px 12px 12px;
}
@media (max-width: 767px) {
  .pagePriceCnt-tbl {
    margin-top: 40px;
    white-space: nowrap;
  }
}
#service1 .pagePriceCnt-tbl {
  background: linear-gradient(0deg, #fca976 0%, #fe7f60 100%);
}
#service1 .pagePriceCnt-tbl:first-of-type {
  margin-top: 36px;
}
#service2 .pagePriceCnt-tbl {
  background: linear-gradient(0deg, #d495f5 0%, #885ad0 100%);
}
#service2 .pagePriceCnt-tbl:first-of-type {
  margin-top: 36px;
}
#service3 .pagePriceCnt-tbl {
  background: linear-gradient(0deg, #fdaed6 0%, #f475b9 100%);
}
#service3 .pagePriceCnt-tbl:first-of-type {
  margin-top: 36px;
}
.pagePriceCnt-tbl.is-noBG {
  background: none !important;
  margin-top: 20px;
  padding-top: 0;
  padding-bottom: 0;
}
.pagePriceCnt-tbl.is-noBG th {
  width: 25%;
}
.pagePriceCnt-tbl-ttl {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: flex-end;
  color: #fff;
  padding: 0 1em;
}
@media (max-width: 767px) {
  .pagePriceCnt-tbl-ttl {
    display: block;
    text-align: left;
    padding: 0;
  }
}
.pagePriceCnt-tbl-ttl-main {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .pagePriceCnt-tbl-ttl-main {
    display: block;
    font-size: 4.8vw;
  }
}
@media (max-width: 767px) {
  .pagePriceCnt-tbl-ttl-main .text-s {
    font-size: 3.1vw;
  }
}
.pagePriceCnt-tbl-ttl-sub {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .pagePriceCnt-tbl-ttl-sub {
    display: block;
    font-size: 3.7vw;
  }
}
.pagePriceCnt-tbl-dtl {
  width: 100%;
  border-top: 2px solid #FF7F60;
  border-left: 2px solid #FF7F60;
  margin-top: 14px;
}
#service1 .pagePriceCnt-tbl-dtl {
  border-color: #FF7F60;
}
#service2 .pagePriceCnt-tbl-dtl {
  border-color: #885AD0;
}
#service3 .pagePriceCnt-tbl-dtl {
  border-color: #F474B8;
}
.pagePriceCnt-tbl-dtl .has-border {
  border-bottom: 2px solid #FF7F60;
}
.pagePriceCnt-tbl-dtl .has-bg {
  background: #FFE6D8;
}
.pagePriceCnt-tbl-dtl .has-bg-white {
  background: #fff;
}
.pagePriceCnt-tbl-dtl .has-bg-grey th {
  background: #EFEFEF !important;
}
.pagePriceCnt-tbl-dtl .has-bg-grey2 {
  background: #EFEFEF;
}
.pagePriceCnt-tbl-dtl span {
  color: #222;
}
.pagePriceCnt-tbl-dtl b {
  color: #222;
  font-weight: 600;
}
.pagePriceCnt-tbl-dtl th, .pagePriceCnt-tbl-dtl td {
  padding: 8px;
  border-right: 2px solid #FF7F60;
  border-bottom: 2px solid #FF7F60;
}
@media (max-width: 767px) {
  .pagePriceCnt-tbl-dtl th, .pagePriceCnt-tbl-dtl td {
    white-space: nowrap;
  }
}
#service1 .pagePriceCnt-tbl-dtl th, #service1 .pagePriceCnt-tbl-dtl td {
  border-color: #FF7F60;
}
#service2 .pagePriceCnt-tbl-dtl th, #service2 .pagePriceCnt-tbl-dtl td {
  border-color: #885AD0;
  border-bottom: 2px solid #885AD0;
}
#service3 .pagePriceCnt-tbl-dtl th, #service3 .pagePriceCnt-tbl-dtl td {
  border-color: #F474B8;
  border-bottom: 2px solid #F474B8;
}
.pagePriceCnt-tbl-dtl th {
  background: #EFEFEF;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.25;
  text-align: center;
  color: #FF7F60;
  padding: 16px 8px;
}
#service1 .pagePriceCnt-tbl-dtl th {
  color: #FF7F60;
}
#service2 .pagePriceCnt-tbl-dtl th {
  color: #885AD0;
  background: #EBE2FA;
}
#service3 .pagePriceCnt-tbl-dtl th {
  color: #F474B8;
  background: #FFE5F3;
}
.pagePriceCnt-tbl-dtl td {
  background: #fff;
  border-bottom: 1px dotted #FF7F60;
  text-align: center;
}
#service3 .pagePriceCnt-tbl-dtl td .is-list {
  line-height: 2;
}
@media (max-width: 767px) {
  .pagePriceCnt-tbl .tableScrollWrap {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
.pagePriceCnt-tbl-note {
  display: flex;
  justify-content: space-between;
  color: #fff;
  padding: 0 1em;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.25;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .pagePriceCnt-tbl-note {
    padding: 0;
    font-size: 3.5vw;
  }
}
.pagePriceCnt-tbl-note strong {
  color: #222;
  font-weight: 500;
}
.pagePriceCnt-sect-note {
  text-align: left;
  padding: 20px 12px 0;
}
.pagePriceCnt-sect-note p {
  font-size: 1.6rem;
  font-weight: 500;
  text-indent: -1em;
  padding-left: 1em;
}
@media (max-width: 767px) {
  .pagePriceCnt-sect-note p {
    font-size: 3.7vw;
  }
}
.pagePriceCnt-sect-note-sub {
  font-size: 1.4rem !important;
  font-weight: normal !important;
  line-height: 1.9;
  margin-left: 1.6rem;
  margin-bottom: 10px;
  text-indent: 0 !important;
  padding-left: 0 !important;
}
.pagePriceCnt-sect-note .list-number {
  margin: 10px 0;
}
.pagePriceCnt-sect-note .list-number li {
  font-size: 1.4rem !important;
  font-weight: normal !important;
  line-height: 1.9;
  margin-bottom: 0;
}
.pagePriceCnt-sect-note .list-normal {
  margin: 10px 0;
}
.pagePriceCnt-sect-note .list-normal li {
  font-size: 1.4rem !important;
  font-weight: normal !important;
  line-height: 1.9;
  margin-bottom: 0;
  text-indent: -1em;
  padding-left: 1em;
}
.pagePriceCnt-sect-note .list-normal li::before {
  content: "・";
  margin-right: 0.5em;
}
.pagePriceCnt-sect-contact {
  border-radius: 20px;
  background: #d4f5e8;
  border: 2px solid #2bd390;
  padding: 25px 30px 20px;
  text-align: left;
  margin-top: 50px;
}
@media (max-width: 767px) {
  .pagePriceCnt-sect-contact {
    margin-top: 40px;
    padding: 20px 15px 15px;
  }
}
.pagePriceCnt-sect-contact-ttl {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  text-indent: -1em;
  padding-left: 1em;
}
@media (max-width: 767px) {
  .pagePriceCnt-sect-contact-ttl {
    font-size: 1.4rem;
  }
}
.pagePriceCnt-sect-contact .list-number {
  margin-top: 5px;
}
@media (max-width: 767px) {
  .pagePriceCnt-sect-contact .list-number {
    padding-left: 2rem;
  }
}
.pagePriceCnt-sect-contact .list-number li {
  font-size: 1.4rem;
  line-height: 1.9;
  margin-bottom: 5px;
}
.pagePriceCnt .pageServiceCnt-sct-txt p {
  font-size: 1.6rem;
  line-height: 2.5;
}
@media (max-width: 767px) {
  .pagePriceCnt .pageServiceCnt-sct-txt p {
    font-size: 1.5rem;
    line-height: 2.26;
  }
}



.pageServiceAnchor {
  max-width: 1140px;
  width: 90%;
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .pageServiceAnchor {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .pageServiceAnchor {
    grid-template-columns: 1fr;
    gap: 10px;
    max-width: 72%;
  }
}
.pageServiceAnchor-li a {
  width: 100%;
  height: 60px;
  border-radius: 30px;
  display: grid;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
  text-align: center;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
  padding: 0 20px;
  transition: all 0.2s;
  position: relative;
}
@media (max-width: 767px) {
  .pageServiceAnchor-li a {
    font-size: 4.6vw;
  }
}
.pageServiceAnchor-li a:hover {
  opacity: 0.8;
}
.pageServiceAnchor-li a::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  content: "";
  display: grid;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .pageServiceAnchor-li a::before {
    left: 5.3vw;
  }
}
.pageServiceAnchor-li a::after {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  border-style: solid;
  border-width: 9px 0 9px 12px;
  border-color: transparent transparent transparent #fff;
}
@media (max-width: 767px) {
  .pageServiceAnchor-li a::after {
    right: 5.3vw;
  }
}
.pageServiceAnchor-li:nth-child(1) a {
  background: #FF7F60;
  letter-spacing: 0.2em;
}
.pageServiceAnchor-li:nth-child(1) a::before {
  background: center/contain no-repeat url("../img/service/icon-1.svg");
  width: 32px;
  height: 38px;
}
@media (max-width: 767px) {
  .pageServiceAnchor-li:nth-child(1) a::before {
    width: 8.5vw;
    height: 9.6vw;
  }
}
.pageServiceAnchor-li:nth-child(2) a {
  background: #885AD0;
  letter-spacing: 0.2em;
}
.pageServiceAnchor-li:nth-child(2) a::before {
  background: center/contain no-repeat url("../img/service/icon-2.svg");
  width: 46px;
  height: 36px;
}
@media (max-width: 767px) {
  .pageServiceAnchor-li:nth-child(2) a::before {
    width: 12.3vw;
    height: 9.6vw;
  }
}
.pageServiceAnchor-li:nth-child(3) a {
  background: #F474B8;
}
.pageServiceAnchor-li:nth-child(3) a::before {
  left: 12px;
  background: center/contain no-repeat url("../img/service/icon-3.svg");
  width: 34px;
  height: 38px;
}
@media (max-width: 767px) {
  .pageServiceAnchor-li:nth-child(3) a::before {
    width: 9.3vw;
    height: 9.6vw;
    left: 4vw;
  }
}
.pageServiceAnchor-li:nth-child(4) a {
  background: #16CE87;
}
.pageServiceAnchor-li:nth-child(4) a::before {
  left: 12px;
  background: center/contain no-repeat url("../img/service/icon-4.svg");
  width: 26px;
  height: 26px;
}
@media (max-width: 767px) {
  .pageServiceAnchor-li:nth-child(4) a::before {
    width: 6.9vw;
    height: 6.9vw;
    left: 4vw;
  }
}

.pageServiceCnt {
  padding: 150px 0 0;
}
@media (max-width: 767px) {
  .pageServiceCnt {
    padding: 65px 0 0;
  }
}
.pageServiceCnt-sct {
  max-width: 1000px;
  width: 90%;
  margin-inline: auto;
  text-align: center;
}
.pageServiceCnt-sct + .pageServiceCnt-sct {
  margin-top: 100px;
}
@media (max-width: 767px) {
  .pageServiceCnt-sct + .pageServiceCnt-sct {
    margin-top: 130px;
  }
}
.pageServiceCnt-sct-ttl {
  font-weight: 400;
}
.pageServiceCnt-sct-ttl::before {
  content: "";
  display: block;
  width: 80px;
  height: 80px;
  margin: 0 auto 5px;
}
@media (max-width: 767px) {
  .pageServiceCnt-sct-ttl::before {
    width: 20vw;
    height: 20vw;
    margin-bottom: 10px;
  }
}
#service1 .pageServiceCnt-sct-ttl {
  color: #FF7F60;
}
#service1 .pageServiceCnt-sct-ttl::before {
  background: center/contain no-repeat url("../img/service/ttl-1.svg");
}
#service2 .pageServiceCnt-sct-ttl {
  color: #885AD0;
}
#service2 .pageServiceCnt-sct-ttl::before {
  background: center/contain no-repeat url("../img/service/ttl-2.svg");
}
#service3 .pageServiceCnt-sct-ttl {
  color: #F474B8;
}
#service3 .pageServiceCnt-sct-ttl::before {
  background: center/contain no-repeat url("../img/service/ttl-3.svg");
}
#service4 .pageServiceCnt-sct-ttl {
  color: #16CE87;
}
#service4 .pageServiceCnt-sct-ttl::before {
  background: center/contain no-repeat url("../img/service/ttl-4.svg");
}
.pageServiceCnt-sct-ttl-main {
  font-size: 3.2rem;
  line-height: 1.3;
  display: block;
  letter-spacing: 0.3em;
}
@media (max-width: 767px) {
  .pageServiceCnt-sct-ttl-main {
    font-size: 6.4vw;
  }
}
.pageServiceCnt-sct-ttl-sub {
  display: block;
  font-size: 2.4rem;
  line-height: 1.4;
  margin-top: 5px;
}
@media (max-width: 767px) {
  .pageServiceCnt-sct-ttl-sub {
    font-size: 5.3vw;
  }
}
.pageServiceCnt-sct-txt {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .pageServiceCnt-sct-txt {
    margin-top: 40px;
  }
}
.pageServiceCnt-sct-txt p {
  font-size: 1.6rem;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .pageServiceCnt-sct-txt p {
    font-size: 4vw;
    font-weight: 500;
    text-align: left;
    line-height: 2.26;
  }
}
.pageServiceCnt-sct-dl {
  margin-top: 75px;
}
@media (max-width: 767px) {
  .pageServiceCnt-sct-dl {
    margin-top: 40px;
  }
}
.pageServiceCnt-sct-dl-lst {
  position: relative;
  z-index: 1;
  background: #EBE2FA;
  border-radius: 20px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  padding: 55px 60px;
}
@media (max-width: 767px) {
  .pageServiceCnt-sct-dl-lst {
    padding: 45px 18px;
    grid-template-columns: 1fr;
  }
}
#service1 .pageServiceCnt-sct-dl-lst {
  background: #FFE6D8;
}
#service2 .pageServiceCnt-sct-dl-lst {
  background: #EBE2FA;
}
#service3 .pageServiceCnt-sct-dl-lst {
  background: #FFE5F3;
  display: block;
}
.pageServiceCnt-sct-dl-lst-itm a {
  position: relative;
  border-radius: 5px;
  display: grid;
  align-items: center;
  width: 100%;
  max-width: 400px;
  height: 70px;
  background: #fff;
  box-shadow: 0px 5px 3px rgba(0, 0, 0, 0.1);
  transition: all 0.2s;
  font-size: 1.8rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .pageServiceCnt-sct-dl-lst-itm a {
    height: 60px;
    font-size: 4.2vw;
  }
}
#service3 .pageServiceCnt-sct-dl-lst-itm a {
  margin-inline: auto;
}
.pageServiceCnt-sct-dl-lst-itm a:hover {
  opacity: 0.8;
}
.pageServiceCnt-sct-dl-lst-itm a::before {
  content: "";
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: center/contain no-repeat url("../img/common/icon-dl.svg");
}
@media (max-width: 767px) {
  .pageServiceCnt-sct-dl-lst-itm a::before {
    width: 5.3vw;
    height: 5.3vw;
  }
}
.pageServiceCnt-sct-dl-lst-itm a::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: 30px;
  background: center/contain no-repeat url("../img/common/icon-pdf.svg");
}
@media (max-width: 767px) {
  .pageServiceCnt-sct-dl-lst-itm a::after {
    width: 5.9vw;
    height: 8vw;
  }
}
.pageServiceCnt-sct-subTtl {
  position: relative;
  z-index: 2;
  display: grid;
  align-items: center;
  text-align: center;
  border-radius: 20px;
  width: 300px;
  max-width: 80%;
  height: 40px;
  border-radius: 20px;
  background: #fff;
  border: 2px solid #2a4f9a;
  margin-inline: auto;
  margin-bottom: -20px;
  font-size: 2rem;
  color: #2A4F9A;
}
@media (max-width: 767px) {
  .pageServiceCnt-sct-subTtl {
    font-size: 5.3vw;
    font-weight: 500;
  }
}
.pageServiceCnt-sct-hours {
  margin-top: 68px;
}
@media (max-width: 767px) {
  .pageServiceCnt-sct-hours {
    margin-top: 40px;
  }
}
.pageServiceCnt-sct-hours-txt {
  display: grid;
  margin-inline: auto;
  padding: 30px 0;
  max-width: 642px;
  width: 100%;
  background: transparent;
  border-top: 2px solid #2a4f9a;
  border-bottom: 2px solid #2a4f9a;
}
.pageServiceCnt-sct-hours-txt p {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 500;
}
@media (max-width: 767px) {
  .pageServiceCnt-sct-hours-txt p {
    font-size: 4vw;
    font-weight: 500;
    line-height: 2.26;
  }
}



.pageAbout-intro {
  width: 90%;
  max-width: 1000px;
  margin-inline: auto;
}
.pageAbout-intro p {
  text-align: center;
  font-size: 1.6rem;
  line-height: 2.5;
  font-weight: 500;
}
@media (max-width: 767px) {
  .pageAbout-intro p {
    font-size: 1.5rem;
    text-align: left;
    line-height: 2.26;
  }
}
.pageAbout-flow {
  display: grid;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 800px;
  margin-inline: auto;
  margin-top: 71px;
}
@media (max-width: 767px) {
  .pageAbout-flow {
    margin-top: 40px;
    width: 94%;
  }
}