@charset "UTF-8";
/* CSS Document */

.services-container {
}
.section.section-01 {
  position: relative;

  padding: 10rem 0 10rem 0;
}

@media only screen and (min-width: 768px) {
  .section.section-01 .s-inner::after {
    content: "";
    width: 70vw;
    height: 70vw;
    background: url("/img/services/bg1.png") right top no-repeat;
    background-size: 70vw auto;
    position: absolute;
    right: -25vw;
    top: 0;
    z-index: -2;
  }
}

@media only screen and (min-width: 1100px) {
  .section.section-01 .s-inner::after {
    content: "";
    width: 1000px;
    height: 1000px;
    background-size: 100% auto;
    right: 0;
    transform: translateX(450px);
  }
}

@media only screen and (max-width: 767px) {
  .section.section-01 {
    background: url("/img/services/section-01-bg.webp") right top no-repeat;
    background-size: 50vw auto;
    padding: 12vw 5vw 0 5vw;
  }
}
.main-txt {
  width: 110rem;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .main-txt {
    width: 90vw;
  }
}
.services-title {
  font-size: 5rem;
  letter-spacing: 0.1em;
  margin-bottom: 1rem;
}
.main-txt p {
  width: 75rem;
  font-size: 2.5rem;
  line-height: 2;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 767px) {
  .main-txt p {
    width: 90vw;
    font-size: 3rem;
  }
}
.section-01-image {
  width: 72rem;
  margin-left: -8rem;
  margin-bottom: -15rem;
}
.detail-unit {
  display: flex;
  justify-content: space-between;
  width: 110rem;
  margin: -5rem 0 0 0;
  margin: 0 auto;
}
.detail-unit .detail-content {
  position: relative;
  width: 47rem;
  aspect-ratio: 1940 / 2992;
  text-align: center;
  padding-top: 10rem;
}
@media only screen and (max-width: 767px) {
  .detail-unit {
    width: 60rem;
    margin: 0 auto;
    flex-direction: column;
  }
  .detail-unit .detail-content {
    position: relative;
    width: 60rem;
    aspect-ratio: 1940 / 2992;
    text-align: center;
    padding-top: 12rem;
  }
}
.detail-unit .detail-content a {
  display: block;
}
.detail-unit .detail-content a:hover {
  opacity: 0.6;
}
.detail-unit .detail-content .inner {
  min-height: 36rem;
}
@media only screen and (max-width: 767px) {
  .detail-unit .detail-content .inner {
    min-height: 68rem;
  }
}
@media only screen and (max-width: 767px) {
  .detail-unit .detail-content:first-child {
    margin-bottom: 12rem;
  }
}
.detail-unit .detail-content:nth-child(1)::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 47rem;
  aspect-ratio: 1940 / 2992;
  background: url("/img/services/section-01-card01.webp") center no-repeat;
  background-size: contain;
  z-index: -1;
}

.detail-unit .detail-content:nth-child(2) {
}
.detail-unit .detail-content:nth-child(2)::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 47rem;
  aspect-ratio: 1940 / 2992;
  background: url("/img/services/section-01-card02.webp") center no-repeat;
  background-size: contain;
  z-index: -1;
}

@media only screen and (max-width: 767px) {
  .detail-unit .detail-content:nth-child(1)::before {
    width: 60rem;
    aspect-ratio: 1940 / 2992;
  }
  .detail-unit .detail-content:nth-child(2)::before {
    width: 60rem;
    aspect-ratio: 1940 / 2992;
  }
}

.detail-unit .detail-content:hover::before {
  transition: transform 0.5s;
  transform: rotate(360deg);
}
.service-name {
  font-size: 3rem;
  color: #000000;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 767px) {
  .service-name {
    font-size: 4.2rem;
  }
}
.service-system {
  background: #000000;
  border-radius: 8rem;
  display: inline-block;
  padding: 1rem 3rem;
  line-height: 1;
  font-size: 2.5rem;
}
.service-sub-title {
  padding: 2rem 0 1rem 0;
  color: #000000;
}
@media only screen and (max-width: 767px) {
  .service-sub-title {
    font-size: 3.4rem;
  }

  .service-system {
    font-size: 3rem;
  }
}
.service-txt {
  max-width: 80%;
  margin: 0 auto;
  font-size: 2.25rem;
  color: #000000;
  text-align: left;
  min-height: 16rem;
}
@media only screen and (max-width: 767px) {
  .service-txt {
    font-size: 3rem;
  }
}
.page-link {
  vertical-align: middle;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  font-size: 2.25rem;
}
@media only screen and (max-width: 767px) {
  .page-link {
    font-size: 3.5rem;
  }
}
.page-link:before {
  display: block;
  margin-right: 0.5rem;
  content: "";
  width: 1em;
  height: 1em;
  background: url("/img/services/triangle.svg") center no-repeat;
  background-size: contain;
}
.page-link:after {
  display: block;
  margin-left: 0.5rem;
  content: "";
  width: 1em;
  height: 1em;
  background: url("/img/services/triangle.svg") center no-repeat;
  background-size: contain;
}
/*--------------------------------------------section.section-02*/
.section.section-02 {
  background: url("/img/services/section-02-bg.webp") top center no-repeat;
  background-size: 140rem auto;
  padding: 17rem 0 0 0;
}
.our-services {
  margin-bottom: 20rem;
}
.our-services-inner {
  width: 80%;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .our-services-inner {
    width: 90vw;
    margin: 0 auto;
  }
  .our-services-inner p,
  .our-services-inner li {
    font-size: 3rem;
  }
}
.our-services-type-name {
  font-size: 6rem;
  text-align: center;
  margin-bottom: 2rem;
  padding: 10rem 0;
}
.our-services-type-name-01 {
  background: url("/img/services/num01.webp") center no-repeat;
  background-size: 20rem;
}
.our-services-type-name-02 {
  background: url("/img/services/num02.webp") center no-repeat;
  background-size: 20rem;
}
.our-services-type-name-02 br {
  display: none;
}
@media only screen and (max-width: 767px) {
  .our-services-type-name-02 br {
    display: block;
  }
}
.our-services-read {
  font-size: 5rem;
  text-align: center;
  margin-bottom: 2.5rem;
}
.our-services-tips-wrap {
  background: url("/img/services/arrow.svg") bottom center no-repeat;
  background-size: 50rem auto;
  margin-top: 5rem;
}
.our-services-tips {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.our-services-tips:nth-child(even) {
  flex-direction: row-reverse;
}
.our-services-tips .txt {
  width: 55%;
  display: flex;
  align-items: center;
}
.our-services-tips-title {
  font-size: 3.5rem;
}
.our-services-tips-text {
}
.our-services-tips .image {
  width: 40%;
}
.our-services-tips.tips04 {
  margin-top: 15rem;
}
.our-services-tips.tips04:before {
  content: "";
  width: 9rem;
  height: 9rem;
  background: url("/img/services/branding-tips-decoration.svg") center no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  top: -10rem;
}
@media only screen and (max-width: 767px) {
  .our-services-tips.tips04 .txt {
    width: 100%;
  }
}
.consulting-fee-wrap {
  width: 100%;
  margin: 0 auto;
  padding: 10rem 0 0 0;
}

@media only screen and (max-width: 767px) {
  .consulting-fee-wrap {
    width: 90vw;
  }
  .table-wrap {
    width: 90vw;
    margin: 0 auto;
    overflow-x: scroll;
  }
}
table.consulting-fee {
  border-collapse: collapse;
  width: 100%;
  font-size: 2.25rem;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 767px) {
  table.consulting-fee {
    width: 200rem;
  }
}
table.consulting-fee th,
td {
  border: 2px solid #333;
  padding: 1rem 0.5rem;
  text-align: center;
  vertical-align: middle;
}
table.consulting-fee th,
table.consulting-fee td {
  padding: 3rem 0.5rem;
}
@media only screen and (max-width: 767px) {
  table.consulting-fee th,
  table.consulting-fee td {
    font-size: 3rem;
  }
}
table.consulting-fee th {
  background-color: #f5f5f5;
  font-weight: bold;
}
table.consulting-fee .row-header {
  background-color: #f5f5f5;
  font-weight: bold;
  text-align: left;
  padding-left: 1rem;
}
table.consulting-fee .simple {
  background-color: #e8e8e8;
  width: 20%;
}
table.consulting-fee .basic {
  background-color: #d0d0d0;
  width: 20%;
}
table.consulting-fee .premium {
  background-color: #c0c0c0;
  width: 20%;
}
table.consulting-fee .executive {
  background-color: #f9e79f;
  width: 20%;
}
table.consulting-fee .circle {
  font-size: 4rem;
}
table.consulting-fee .price {
  margin-top: 0.5rem;
}
table.consulting-fee .note {
  font-size: 2rem;
}
.support-text {
  font-size: 2rem;
}
@media only screen and (max-width: 767px) {
  .support-text {
    font-size: 3rem;
  }
}
.consulting-fee {
  background: #d0d0d0;
  padding: 3rem;
  font-size: 2.25rem;
}
.consulting-fee h3 {
  color: #000000;
  margin-bottom: 1rem;
  text-align: center;
  font-size: 3.5rem;
  font-weight: bold;
}
.consulting-fee p {
  color: #000000;
  margin-bottom: 1rem;
}
.consulting-fee ul li {
  color: #000000;
  font-size: 2rem;
}
@media only screen and (max-width: 767px) {
  .consulting-fee p {
    font-size: 3rem;
  }
  .consulting-fee ul li {
    font-size: 2.75rem;
  }
}
/*--------------------------------------------service-closing */
.service-closing {
  background: url("/img/services/contact-image_pc.png") center bottom no-repeat;
  background-size: 130rem;
  padding: 0 0 10vw 0;
}
.service-closing-inner {
  width: 90rem;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .service-closing {
    background: url("/img/services/contact-image.webp") 27vw bottom no-repeat;
    background-size: 55rem;
    padding: 0 0 60vw 0;
    margin-bottom: 20rem;
  }
  .service-closing-inner {
    width: 90vw;
  }
}
.service-closing-logo {
  width: 20rem;
  margin: 0 auto 5rem auto;
}
@media only screen and (max-width: 767px) {
  .service-closing-logo {
    width: 30rem;
  }
}
.service-closing-title {
  font-size: 5rem;
  text-align: center;
  padding: 5rem 0 2.5rem 0;
}
.contact-box {
  padding: 10rem 0;
}
.contact-btn {
  display: block;
  width: 50rem;
  margin: 0 auto;
  background: url("/img/services/btn-contact-us-hover.svg") center no-repeat;
  background-size: 50rem auto;
}
.contact-btn img {
  width: 50rem;
  height: auto;
  transition: 0.15s ease;
}
.contact-btn:hover img {
  opacity: 0;
}
@media only screen and (max-width: 767px) {
  .contact-btn {
    display: block;
    width: 60rem;
    margin: 0 auto;
    background: url("/img/services/btn-contact-us-hover.svg") center no-repeat;
    background-size: 60vw auto;
  }
  .contact-btn img {
    width: 60rem;
    height: auto;
    transition: 0.15s ease;
  }
  .contact-btn:hover img {
    opacity: 0;
  }
}
