/*************************************************

services-index-list

*************************************************/
.services-index-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem 3rem;
  width: min(105rem, 100% - 2rem);
  margin: 0 auto;
}

.services-index-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(33.3333333333% - 2rem);
}
@media screen and (max-width: 767px) {
  .services-index-list__item {
    width: 100%;
  }
}

.services-index-list__acnhor {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  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;
  min-height: 14.5rem;
  width: 100%;
  padding: 2rem 2rem 2.5rem;
  color: #2f4050;
  text-decoration: none;
  text-align: center;
  background-color: #E9EBED;
  border-radius: 0.5rem;
  border: transparent solid 1px;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
@media (any-hover: hover) {
  .services-index-list__acnhor:hover {
    border-color: #ac1f28 !important;
  }
  .services-index-list__acnhor:hover .services-index-list__arw {
    -webkit-transform: translateX(0.5rem);
            transform: translateX(0.5rem);
  }
}
.is-white .services-index-list__acnhor {
  border-color: #2f4050;
  background-color: #fff;
}

.services-index-list__icon {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 6.5rem;
  height: auto;
  aspect-ratio: 1/1;
  margin: 0 auto 1rem;
  border-radius: 50%;
  line-height: 0;
  background-color: #fff;
}
.is-white .services-index-list__icon {
  background-color: #2f4050;
}
.services-index-list__icon img {
  width: 4rem;
}

.services-index-list__title {
  font-weight: 700;
  line-height: 1.3;
}

.services-index-list__en {
  margin-top: 1rem;
  color: #8C8F91;
  font-size: 1.2rem;
  line-height: 1.3;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .services-index-list__en {
    font-size: 0.8rem;
  }
}

.services-index-list__text {
  margin: 1rem 0;
  color: #2f4050;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.7;
  text-align: left;
}

.services-index-list__arw {
  margin: auto 0.5rem 0 auto;
  line-height: 0;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

/*************************************************

services-detail

*************************************************/
/* services-detail-head
------------------------------------*/
.services-detail-head {
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .services-detail-head {
    margin-bottom: 2rem;
  }
}

/* services-detail-mv
------------------------------------*/
.services-detail-mv {
  width: min(105rem, 100% - 2rem);
  margin: 0 auto;
  line-height: 0;
}

/* services-detail-contents
------------------------------------*/
.services-detail-contents {
  width: min(98rem, 100% - 10rem);
  margin: 6rem auto 0;
}
@media screen and (max-width: 767px) {
  .services-detail-contents {
    width: min(98rem, 100% - 2rem);
    margin-top: 5rem;
  }
}
.services-detail-contents * {
  max-width: 100% !important;
  font-weight: 500;
}
.services-detail-contents::after {
  display: block;
  clear: both;
  height: 0;
  content: "";
}
.services-detail-contents h1, .services-detail-contents h2 {
  position: relative;
  margin-top: 6rem;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .services-detail-contents h1, .services-detail-contents h2 {
    margin-top: 4rem;
    padding-left: 2rem;
    font-size: 1.8rem;
  }
}
.services-detail-contents h1::before, .services-detail-contents h2::before {
  position: absolute;
  top: 0.7083333333em;
  left: -3.5rem;
  display: block;
  content: "";
  width: 1.8rem;
  height: 1px;
  background-color: #ac1f28;
}
@media screen and (max-width: 767px) {
  .services-detail-contents h1::before, .services-detail-contents h2::before {
    left: 0;
    width: 1.2rem;
  }
}
.services-detail-contents h3, .services-detail-contents h4, .services-detail-contents h5, .services-detail-contents h6 {
  margin-top: 4rem;
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .services-detail-contents h3, .services-detail-contents h4, .services-detail-contents h5, .services-detail-contents h6 {
    margin-top: 3rem;
    font-size: 1.6rem;
  }
}
.services-detail-contents h1:first-child, .services-detail-contents h2:first-child, .services-detail-contents h3:first-child, .services-detail-contents h4:first-child, .services-detail-contents h5:first-child, .services-detail-contents h6:first-child {
  margin-top: 0;
}
.services-detail-contents > * {
  margin-bottom: 2.5rem;
}
.services-detail-contents li {
  position: relative;
  margin-bottom: 0.3em;
}
.services-detail-contents ol {
  padding-left: 1.5em;
}
.services-detail-contents ol li {
  list-style: decimal outside;
}
.services-detail-contents ul {
  padding-left: 1.7em;
}
.services-detail-contents ul li {
  list-style: disc outside;
}
.services-detail-contents strong {
  font-weight: 700;
}
.services-detail-contents em {
  font-style: italic;
}
.services-detail-contents figcaption {
  font-size: 1rem;
  text-align: center;
}
.services-detail-contents * + figcaption {
  margin-top: 1.5em;
}
.services-detail-contents blockquote {
  display: block;
  margin: 1.5rem 0;
  padding: 1.5rem;
  background: #f5f5f5;
}
.services-detail-contents blockquote p {
  margin-bottom: 0;
}
.services-detail-contents *:last-child {
  margin-bottom: 0;
}

/* services-detail-cols
------------------------------------*/
.services-detail-cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.7rem;
  width: min(105rem, 100% - 2rem);
  margin: 4rem auto 0;
}
@media screen and (max-width: 767px) {
  .services-detail-cols {
    gap: 2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.services-detail-cols__block {
  position: relative;
  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;
  width: 100%;
}
.services-detail-cols__block::before {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: calc(100% - 2.3rem);
  background-color: #fff;
  -webkit-box-shadow: 0 0.6rem 0.6rem 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0.6rem 0.6rem 0 rgba(0, 0, 0, 0.15);
  z-index: 1;
}

.services-detail-cols__title {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  width: min(100% - 2rem, 27rem);
  padding: 1.3rem 1rem;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  background-color: #2f4050;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .services-detail-cols__title {
    font-size: 1.4rem;
  }
}

.services-detail-cols__body {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  width: 100%;
  padding: 2.5rem 3rem 3rem;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .services-detail-cols__body {
    padding: 2rem 1.5rem 2rem;
  }
}
.services-detail-cols__body > * {
  margin-bottom: 1.5rem;
  font-weight: 700;
}
.services-detail-cols__body ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
.services-detail-cols__body ul li {
  position: relative;
  padding-left: 1.5625em;
  font-weight: 700;
}
.services-detail-cols__body ul li::before {
  position: absolute;
  top: 0.625em;
  left: 0;
  display: block;
  content: "";
  width: 0.5em;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #b89d5a;
}
.services-detail-cols__body *:last-child {
  margin-bottom: 0;
}

/* services-detail-price
------------------------------------*/
.services-detail-price {
  width: min(100rem, 100% - 2rem);
  margin: 8rem auto 0;
}
@media screen and (max-width: 767px) {
  .services-detail-price {
    margin-top: 5rem;
  }
}
.services-detail-price > * {
  margin-top: 2rem;
}
.services-detail-price *:first-child {
  margin-top: 0;
}

.services-detail-price__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .services-detail-price__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.services-detail-price__block + .services-detail-price__block {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .services-detail-price__block + .services-detail-price__block .services-detail-price__block-title,
  .services-detail-price__block + .services-detail-price__block .services-detail-price__block-body {
    border-top: none;
  }
}

.services-detail-price__block-title {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50%;
  padding: 1rem 2rem;
  color: #ac1f28;
  font-weight: 700;
  background-color: #F0E2E3;
  border: #ac1f28 solid 1px;
}
@media screen and (max-width: 767px) {
  .services-detail-price__block-title {
    width: 100%;
    padding: 1rem 1.5rem;
  }
}

.services-detail-price__block-body {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50%;
  padding: 1rem 2rem;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  background-color: #fff;
  border-top: #CCCCCC solid 1px;
  border-right: #CCCCCC solid 1px;
  border-bottom: #CCCCCC solid 1px;
}
@media screen and (max-width: 767px) {
  .services-detail-price__block-body {
    width: 100%;
    padding: 1rem 1.5rem;
    font-size: 1.6rem;
    border-top: none;
    border-left: #CCCCCC solid 1px;
  }
}

/* services-detail-check
------------------------------------*/
.services-detail-check {
  position: relative;
  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;
  width: min(95rem, 100% - 2rem);
  margin: 8rem auto 0;
}
@media screen and (max-width: 767px) {
  .services-detail-check {
    margin-top: 5rem;
  }
}
.services-detail-check::before {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: calc(100% - 2.3rem);
  background-color: #fff;
  -webkit-box-shadow: 0 0.6rem 0.6rem 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0.6rem 0.6rem 0 rgba(0, 0, 0, 0.15);
  z-index: 1;
}

.services-detail-check__title {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  max-width: calc(100% - 2rem);
  padding: 1.3rem 5rem;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  background-color: #ac1f28;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .services-detail-check__title {
    padding: 1rem 1rem;
    font-size: 1.4rem;
  }
}
.services-detail-check__title.gold {
  background-color: #b89d5a;
}
.services-detail-check__title.navy {
  background-color: #2f4050;
}

.services-detail-check__body {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  width: min(100%, 79rem);
  padding: 2.5rem 3rem 3rem;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .services-detail-check__body {
    padding: 2rem 1.5rem 2rem;
  }
}
.services-detail-check__body > * {
  margin-bottom: 1.5rem;
  font-weight: 700;
}
.services-detail-check__body ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
.services-detail-check__body ul li {
  position: relative;
  padding-left: 2.5em;
  font-weight: 700;
}
.services-detail-check__body ul li::before {
  position: absolute;
  top: 0.25em;
  left: 0;
  display: block;
  content: "";
  width: 1.375em;
  height: auto;
  aspect-ratio: 22/18;
  background: url(../images/services_detail/icon_check01.svg) no-repeat center center/100% auto;
}
.services-detail-check__body ul li.is-gold::before {
  background-image: url(../images/services_detail/icon_check02.svg);
}
.services-detail-check__body ul li.is-border span {
  background-image: linear-gradient(to right, #ac1f28 2px, transparent 2px);
  background-size: 4px 1px;
  background-repeat: repeat-x;
  background-position: left bottom;
}
.services-detail-check__body *:last-child {
  margin-bottom: 0;
}

/* services-detail-flow
------------------------------------*/
.services-detail-flow {
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  .services-detail-flow {
    margin-top: 5rem;
  }
}

.services-detail-flow__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .services-detail-flow__title {
    margin-bottom: 3rem;
  }
}
.services-detail-flow__title span {
  max-width: calc(100% - 2rem);
  padding: 1.3rem 5rem;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  background-color: #ac1f28;
}
@media screen and (max-width: 767px) {
  .services-detail-flow__title span {
    padding: 1rem 1rem;
    font-size: 1.4rem;
  }
}

.services-detail-flow__list {
  width: min(70rem, 100% - 2rem);
  margin: 0 auto 0;
}

.services-detail-flow__list-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 5.5rem;
}
@media screen and (max-width: 767px) {
  .services-detail-flow__list-item {
    padding-bottom: 3rem;
  }
}
.services-detail-flow__list-item:last-child {
  padding-bottom: 0;
}
.services-detail-flow__list-item:last-child::before {
  display: none;
}
.services-detail-flow__list-item:nth-child(even) .services-detail-flow__list-icon {
  background-color: #fff;
}
.services-detail-flow__list-item:nth-child(even) .services-detail-flow__list-icon path {
  fill: #ac1f28;
}
.services-detail-flow__list-item::before {
  position: absolute;
  top: 0;
  left: 2.6rem;
  display: block;
  content: "";
  height: 100%;
  width: 0;
  border-left: #ac1f28 dotted 2px;
  z-index: 1;
}

.services-detail-flow__list-left {
  position: relative;
  width: 8.5rem;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .services-detail-flow__list-left {
    width: 7.5rem;
  }
}

.services-detail-flow__list-right {
  width: calc(100% - 8.5rem);
}
@media screen and (max-width: 767px) {
  .services-detail-flow__list-right {
    width: calc(100% - 7.5rem);
  }
}

.services-detail-flow__list-icon {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 5.4rem;
  height: 5.4rem;
  border-radius: 50%;
  background-color: #ac1f28;
  border: #ac1f28 solid 2px;
  line-height: 0;
}
.services-detail-flow__list-icon path {
  fill: #fff;
}

.services-detail-flow__list-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem 2rem;
  margin-bottom: 1.5rem;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .services-detail-flow__list-head {
    gap: 1rem;
    margin-bottom: 1rem;
  }
}

.services-detail-flow__list-num {
  color: #2f4050;
  font-weight: 500;
}

.services-detail-flow__list-title {
  color: #2f4050;
  font-size: 1.8rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .services-detail-flow__list-title {
    font-size: 1.6rem;
  }
}

.services-detail-flow__list-letters {
  font-weight: 500;
}
.services-detail-flow__list-letters a {
  text-decoration: none;
  font-weight: 700;
}
@media (any-hover: hover) {
  .services-detail-flow__list-letters a:hover {
    text-decoration: underline;
  }
}

/* services-detail-indexbtn
------------------------------------*/
.services-detail-indexbtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 10rem;
}
@media screen and (max-width: 767px) {
  .services-detail-indexbtn {
    margin-top: 7rem;
  }
}

.services-detail-indexbtn__anchor {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  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: min(23rem, 100%);
  min-height: 6rem;
  font-weight: 700;
  background-color: #fff;
  border: #ac1f28 solid 1px;
  text-decoration: none;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
@media screen and (max-width: 767px) {
  .services-detail-indexbtn__anchor {
    min-height: 5rem;
  }
}
@media (any-hover: hover) {
  .services-detail-indexbtn__anchor:hover {
    background-color: rgba(255, 255, 255, 0.8);
  }
}