@charset "UTF-8";

/****************************
　20260407 改修
****************************/

/* header */
nav .menu ul li {
  height: 30px;
}

@media screen and (max-width: 1140px) {
  nav .menu ul li {
    height: 60px;
  }
}

nav .menu ul li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 30px;
}

@media screen and (max-width: 1140px) {
  nav .menu ul li a {
    flex-direction: row;
    justify-content: flex-start;
  }
}

nav .menu ul li a img {
  display: none;
}

@media screen and (max-width: 1140px) {
  nav .menu ul li a img {
    display: block;
  }
}

/* 見出し */
.content .h2-wrap {
  margin-bottom: 46px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .content .h2-wrap {
    margin-bottom: 30px;
  }
}

.content .h2-wrap h2 {
  position: absolute;
  top: -27px;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .content .h2-wrap h2 {
    font-size: 10px;
    top: -16px;
  }
}

.content .h2-wrap h2::before,
.content .h2-wrap h2::after {
  display: none;
}

.content .h2-wrap span {
  text-align: center;
  font-size: 48px;
  position: relative;
  font-weight: 600;
  font-family: Barlow, sans-serif;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  letter-spacing: 0.1em;
  line-height: 1;
  text-transform: uppercase;
}

@media screen and (max-width: 768px) {
  .content .h2-wrap span {
    font-size: 24px;
    margin-left: auto;
    margin-right: auto;
  }
}

.content .h2-wrap span::before {
  position: absolute;
  content: "";
  display: block;
  background-image: url(assets/img/kakko1.svg);
  width: 9px;
  height: 58px;
  left: -57px;
  top: 53%;
  transform: translateY(-50%);
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
  .content .h2-wrap span::before {
    width: 5px;
    height: 30px;
    left: -20px;
  }
}

.content .h2-wrap span::after {
  position: absolute;
  content: "";
  display: block;
  background-image: url(assets/img/kakko2.svg);
  width: 9px;
  height: 58px;
  right: -57px;
  top: 53%;
  transform: translateY(-50%);
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
  .content .h2-wrap span::after {
    width: 5px;
    height: 30px;
    right: -20px;
  }
}

.content .h2-wrap.contacth2 span {
  font-weight: 500;
}

.content .h2-wrap.contacth2 h2 {
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .content .h2-wrap.contacth2 h2 {
    font-size: 10px;
  }
}

/* ===================================================
TOP PAGE
=================================================== */
.page-top .sec2lead {
  margin-inline: auto;
  max-width: 1140px;
  padding-inline: 55px;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .page-top .sec2lead {
    padding-inline: 0;
  }
}

@media screen and (max-width: 768px) {
  .page-top .sec3 {
    padding-bottom: 62px;
  }
}

.page-top .sec3 h2.sec3-h2 {
  font-size: 30px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .page-top .sec3 h2.sec3-h2 {
    font-size: 20px;
    margin-bottom: 30px;
  }
}

.page-top .sec3 .sec3-h2 .bold {
  font-size: 40px;
}

@media screen and (max-width: 768px) {
  .page-top .sec3 .sec3-h2 .bold {
    font-size: 24px;
  }
}

.page-top .sec3 p {
  font-size: 18px;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .page-top .sec3 p {
    font-size: 16px;
    margin-top: 0;
  }
}

.page-top .sec3 p + * {
  margin-top: 43px;
}

@media screen and (max-width: 768px) {
  .page-top .sec3 p + * {
    margin-top: 60px;
  }
}

.page-top .sec3 p + *.sec3-case {
  margin-top: 34px;
}

@media screen and (max-width: 768px) {
  .page-top .sec3 p + *.sec3-case {
    margin-top: 40px;
  }
}

.page-top .sec3 p + p {
  margin-top: 50px;
}

@media screen and (max-width: 768px) {
  .page-top .sec3 p + p {
    margin-top: 30px;
  }
}

.page-top .sec3 p em {
  color: #FFED4C;
  font-weight: 700;
}

.page-top .sec3-case {
  border-bottom: 1px solid #fff;
  padding-bottom: 35px;
}

@media screen and (max-width: 768px) {
  .page-top .sec3-case {
    padding-bottom: 30px;
  }
}

.page-top .sec3-case + * {
  margin-top: 35px;
}

@media screen and (max-width: 768px) {
  .page-top .sec3-case + * {
    margin-top: 30px !important;
  }
}

.page-top .sec3-case-title {
  align-items: center;
  display: flex;
  font-size: 24px;
  font-weight: 700;
  gap: 10px;
  justify-content: center;
  margin-bottom: 20px;
  max-width: 100%;
  padding-left: 0;
}

@media screen and (max-width: 768px) {
  .page-top .sec3-case-title {
    font-size: 20px;
    line-height: calc(36/20);
    margin-bottom: 22px;
  }
}

.page-top .sec3-case-title::before,
.page-top .sec3-case-title::after {
  background-color: #fff;
  content: "";
  display: block;
  flex: 1;
  height: 1px;
  position: static;
  transform: none;
  width: auto;
}

.page-top .sec3-case p {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .page-top .sec3-case p {
    font-size: 18px;
  }
}

.page-top .sec3-case p + p {
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  .page-top .sec3-case p + p {
    margin-top: 20px;
  }
}

.sec3 .related-post__heading {
  color: #fff;
}

/* policy */
.policy {
  padding-block: 90px 130px;
}

@media screen and (max-width: 768px) {
  .policy {
    padding-block: 60px;
  }
}

.policy-inner {
  width: 90%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.policy-title {
  align-items: center;
  display: flex;
  flex-direction: column;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .policy-title {
    font-size: 20px;
    line-height: 1.5;
  }
}

.policy-title .text02 {
  font-size: 36px;
}

@media screen and (max-width: 768px) {
  .policy-title .text02 {
    font-size: 24px;
  }
}

.policy-title + * {
  margin-top: 100px;
}

@media screen and (max-width: 768px) {
  .policy-title + * {
    margin-top: 50px;
  }
}

.policy-text {
  font-size: 18px;
  letter-spacing: 0.03em;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .policy-text {
    font-size: 16px;
  }
}

.policy-text + * {
  margin-top: 53px;
}

@media screen and (max-width: 768px) {
  .policy-text + * {
    margin-top: 30px;
  }
}


.policy-body + * {
  margin-top: 80px;
}

@media screen and (max-width: 768px) {
  .policy-body + * {
    margin-top: 40px;
  }
}

.policy-item {
  align-items: flex-start;
  display: flex;
  gap: 15px 40px;
  justify-content: space-between;
}

@media (max-width: 1000px) {
  .policy-item {
    flex-direction: column;
  }
}

.policy-item + * {
  margin-top: 60px;
}

@media screen and (max-width: 768px) {
  .policy-item + * {
    margin-top: 40px;
  }
}

.policy-item-head {
  width: 350px;
}

@media screen and (max-width: 768px) {
  .policy-item-head {
    width: 100%;
  }
}

.policy-item-title-en {
  align-items: flex-end;
  color: #555555;
  display: flex;
  font-family: Barlow, sans-serif;
  font-size: 16px;
  gap: 5px;
  line-height: 1;
  padding-left: 5px;
}

.policy-item-title-en::before {
  aspect-ratio: 1/1;
  background-color: #1D9DCB;
  border-radius: 50%;
  content: "";
  display: block;
  margin-bottom: 6px;
  width: 9px;
}

.policy-item-title-en .num {
  font-size: 26px;
}

.policy-item-title-en span:not(.num) {
  margin-left: 2px;
  padding-bottom: 3px;
}

.policy-item-title {
  color: #1D9DCB;
  font-size: 30px;
  line-height: 1.8;
  margin: 0;
  padding-left: 0;
}

@media screen and (max-width: 768px) {
  .policy-item-title {
    font-size: 24px;
  }
}

.policy-item-title::before {
  display: none;
}

.policy-item-box {
  flex: 1;
  max-width: 647px;
}

@media (max-width: 1000px) {
  .policy-item-box {
    max-width: 100%;
  }
}

.policy-item-box p {
  font-size: 18px;
  letter-spacing: 0.03em;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .policy-item-box p {
    font-size: 16px;
  }
}

/* definition */
.definition {
  background-color: #E9F6FC;
  padding-block: 90px 26px;
}

@media screen and (max-width: 768px) {
  .definition {
    padding-block: 60px;
  }
}

.definition-inner {
  width: 90%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.definition-title {
  font-size: 32px;
  line-height: 1.5;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .definition-title {
    font-size: 24px;
  }
}

.definition-title + * {
  margin-top: 60px;
}

@media screen and (max-width: 768px) {
  .definition-title + * {
    margin-top: 40px;
  }
}

.definition p {
  font-size: 18px;
  letter-spacing: 0.03em;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .definition p {
    font-size: 16px;
  }
}

.definition p + * {
  margin-top: 53px;
}

@media screen and (max-width: 768px) {
  .definition p + * {
    margin-top: 30px;
  }
}

.definition p + *.related-post {
  margin-top: 60px;
}

.definition p + p {
  margin-top: 32px;
}

@media (max-width: 767px) {
  .definition p + p {
    margin-top: 29px;
  }
}

.definition .related-post__heading {
  color: #000;
}

.definition-comparison {
  display: grid;
  gap: 30px 59px;
  grid-template-columns: repeat(2, 1fr);
}

@media screen and (max-width: 1000px) {
  .definition-comparison {
    grid-template-columns: repeat(1, 1fr);
  }
}

.definition-comparison + * {
  margin-top: 51px;
}

@media screen and (max-width: 768px) {
  .definition-comparison + * {
    margin-top: 30px;
  }
}

.definition-comparison-item {
  background-color: #fff;
  padding: 40px;
}

@media screen and (max-width: 768px) {
  .definition-comparison-item {
    padding: 30px;
  }
}

.definition-comparison-item:nth-child(2) .definition-comparison-title-main {
  color: #1D9DCB;
}

.definition-comparison-item:nth-child(2) .definition-comparison-title-main::before {
  background-color: #1D9DCB;
}

.definition-comparison-title {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.definition-comparison-title-main {
  align-items: center;
  display: flex;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.8;
  gap: 8px;
  padding: 0;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .definition-comparison-title-main {
    font-size: 20px;
  }
}

.definition-comparison-title-main::before {
  aspect-ratio: 1/1;
  background-color: #414141;
  border-radius: 50%;
  height: auto;
  position: static;
  transform: none;
  width: 9px;
}

.definition-comparison p.definition-comparison-title-sub {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .definition-comparison p.definition-comparison-title-sub {
    font-size: 16px;
  }
}

.definition-comparison-title + *{
  margin-top: 25px;
}

@media screen and (max-width: 768px) {
  .definition-comparison-title + *{
    margin-top: 15px;
  }
}

.definition-comparison-item p {
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .definition-comparison-item p {
    line-height: 1.5;
  }
}


/* related */
.related-post__heading {
  font-size: 16px;
  font-weight: 500;
}

@media (max-width: 767px) {
  .related-post__heading {
    font-size: 15px;
  }
}

.related-post {
  overflow: hidden;
  margin-inline: auto;
  max-width: 741px;
}

.related-post__link {
  background-color: #fff;
  border-radius: 5px;
  display: flex;
  align-items: center;
  text-decoration: none;
  color: inherit;
  gap: 20px 24px;
  margin-top: 7px;
  padding: 30px 35px;
  transition: all 0.25s ease-in-out;
}

@media (max-width: 767px) {
  .related-post__link {
    flex-direction: column;
    padding-inline: 30px;
  }
}

.related-post__link:hover,
.related-post__link:focus-visible {
  transform: translateY(-3px);
  box-shadow: rgba(10, 10, 10, 0.15) 0 5px 10px;
}

.related-post__link--blue {
  background-color: #E9F6FC;
}
.related-post__image {
  flex-shrink: 0;
  width: 261px;
}

@media (max-width: 767px) {
  .related-post__image {
    width: 100%;
  }
}

.related-post__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.related-post__body {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.related-post p.related-post__tag {
  background-color: #1D9DCB;
  border-radius: 50px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: calc(21/14);
  padding-inline: 10px;
  width: fit-content;
}

@media (max-width: 767px) {
  .related-post p.related-post__tag {
    font-size: 12px;
  }
}

.related-post p.related-post__tag + .related-post__title {
  margin-top: 10px;
}

.related-post p.related-post__title {
  color: #333;
  font-size: 20px ;
  font-weight: 700;
  line-height: 1.5 ;
}

@media (max-width: 767px) {
  .related-post p.related-post__title {
    font-size: 18px;
  }
}

.related-post .related-post__title + .related-post__more {
  margin-top: 9px;
}

.related-post p.related-post__more {
  font-size: 14px;
  color: #333;
  margin-top: 0;
  text-align: right;
}

/* sec4 */

@media (max-width: 767px) {
  .sec4 .kado2 {
    margin-bottom: 50px;
  }
}

/* sec5 */
.sec5 .sec5-left .h2-wrap {
  margin-bottom: 80px;
}


/* ===================================================
SERVICE
=================================================== */
/* common */
.service__inner {
  max-width: 1000px;
  margin: 0 auto;
  width: 90%;
}

@media screen and (max-width: 768px) {

}

.service__title {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.03em;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .service__title {
    font-size: 24px;
  }
}

.service__title span {
  background: linear-gradient(to top, #FEF4E9 0%, #FEF4E9 17px, transparent 17px, transparent 100%);
  display: inline;
}

.service__text {
  font-size: 16px;
  letter-spacing: 0.03em;
  line-height: 1.8;
}

.service__text--center {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .service__text--center {
    text-align: left;
  }
}

.service__text + * {
  margin-top: 30px;
}

/* feature */
.service-feature {
  padding-block: 50px 75px;
}

@media screen and (max-width: 768px) {
  .service-feature {
    padding-block: 50px 30px;
  }
}

.service-feature + .service-comparison {
  margin-top: 25px;
}

@media screen and (max-width: 768px) {
  .service-feature + .service-comparison {
    margin-top: 30px;
  }
}

.service-feature__nav {
  display: grid;
  gap: 10px 30px;
  grid-template-columns: repeat(3, 1fr);
  margin-inline: auto;
  margin-top: 50px;
  max-width: 810px;
}

@media screen and (max-width: 768px) {
  .service-feature__nav {
    grid-template-columns: repeat(1, 1fr);
  }
}

.service-feature__nav + * {
  margin-top: 100px;
}

@media screen and (max-width: 768px) {
  .service-feature__nav + * {
    margin-top: 60px;
  }
}

.service-feature__nav-item {
  counter-increment: feature;
}

.service-feature__nav-link {
  align-items: center;
  background-color: #fff;
  border: 1px solid #CACACA;
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding-block: 20px;
  transition: all 0.25s ease-in-out;
}

@media screen and (max-width: 768px) {
  .service-feature__nav-link {
    flex-direction: row;
    padding: 15px 10px;
  }
}

.service-feature__nav-link:hover,
.service-feature__nav-link:focus-visible {
  transform: translateY(-3px);
  box-shadow: rgba(10, 10, 10, 0.15) 0 5px 10px;
}

.service-feature__nav-link::before {
  content: counter(feature, decimal-leading-zero);
  color: #EF9128;
  font-family: Barlow, sans-serif;
  font-size: 26px;
  letter-spacing: 0;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  .service-feature__nav-link::before {
    font-size: 22px;
  }
}

.service-feature__nav-link::after {
  aspect-ratio: 1/1;
  background: url(./assets/img/low/icon-arrow-feature.svg) 50% / contain no-repeat;
  content: "";
  display: block;
  width: 16px;
}

@media screen and (max-width: 768px) {
  .service-feature__nav-link::after {
    margin-left: auto;
  }
}

.service-feature__nav-icon {
  margin-top: -5px;
  width: 97px;
}

@media screen and (max-width: 768px) {
  .service-feature__nav-icon {
    margin-top: 0;
    margin-left: -5px;
    width: 68px;
  }
}

.service-feature__nav-icon img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.service-feature__nav-text {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.5;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .service-feature__nav-text {
    text-align: left;
  }
}

.service-feature__item {
  counter-increment: feature2;
}

.service-feature__item + * {
  margin-top: 100px;
}

@media screen and (max-width: 768px) {
.service-feature__item + * {
  margin-top: 60px;
}
}

.service-feature__title {
  align-items: center;
  display: flex;
  flex-direction: column;
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.8;
  gap: 10px;
  margin: 0;
  padding: 0;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .service-feature__title {
    font-size: 24px;
  }
}

.service-feature__title + * {
  margin-top: 50px;
}

@media screen and (max-width: 768px) {
  .service-feature__title + * {
    margin-top: 30px;
  }
}

.service-feature__title::before {
  align-items: center;
  aspect-ratio: 1/1;
  background-color: #EF9128;
  border-radius: 50%;
  color: #fff;
  content: counter(feature2, decimal-leading-zero);
  display: flex;
  flex-direction: column;
  font-family: Barlow, sans-serif;
  font-size: 35px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
  justify-content: center;
  position: static;
  transform: none;
  width: 64px;
}

@media screen and (max-width: 768px) {
  .service-feature__title::before {
    font-size: 24px;
    width: 45px;
  }
}

.service-feature__flex {
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 768px) {
  .service-feature__flex {
    flex-direction: column;
  }
}

.service-feature__flex + * {
  margin-top: 30px;
}

.service-feature__flex + *.service-feature__image {
  margin-top: 50px;
}

.service-feature__flex-box {
  flex: 1;
}

.service-feature__flex-image {
  margin-left: 30px;
  width: calc((505 / 1000) * 100%);
}

@media screen and (max-width: 768px) {
  .service-feature__flex-image {
    margin-left: auto;
    margin-top: 30px;
    width: 100%;
  }
}

.service-feature__flex-image img {
  height: auto;
  object-fit: cover;
  width: 100%;
}

.service-feature__image + * {
  margin-top: 30px;
}

.service-feature__image img {
  height: auto;
  object-fit: cover;
  width: 100%;
}

.service-feature__image figcaption {
  font-size: 1.4rem;
  letter-spacing: 0.03em;
  line-height: 1.8;
  margin-top: 10px;
  text-align: center;
}

.service-feature__image figcaption a {
  text-decoration: underline;
  transition: all 0.3s;
}

.service-feature__image figcaption a:hover,
.service-feature__image figcaption a:focus-visible {
  opacity: 0.7;
}

.service-feature__h4 {
  border-left: 3px solid #EF9128;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.8;
  padding-left: 20px;
}

@media screen and (max-width: 768px) {

}


.service-feature__flex .service-feature__h4 {
  margin-right: 37px;
  width: 328px;
}

@media screen and (max-width: 768px) {
  .service-feature__flex .service-feature__h4 {
    margin-bottom: 20px;
    margin-right: 0;
    width: 100%;
  }
}

/* comparison */

@media screen and (max-width: 768px) {
  .service-comparison + * {
    margin-top: 30px;
  }
}

.service-comparison__wrap {
  background-color: #FEF4E9;
  border-radius: 20px;
  margin-inline: auto;
  max-width: 1120px;
  padding-block: 60px;
  width: 90%;
}

@media screen and (max-width: 768px) {
  .service-comparison__wrap {
    padding-block: 40px;
  }
}

@media screen and (max-width: 1000px) {
  .service-comparison__wrap .service__inner {
    width: 100%;
  }
}

@media screen and (max-width: 1000px) {
  .service-comparison__wrap .service__text {
    padding-inline: 20px;
  }
}

@media screen and (max-width: 1000px) {
  .service-comparison__body {
    padding-left: 20px;
  }

  .service-comparison__body-inner {
    overflow: auto;
    padding-right: 20px;
  }
}

.service-comparison__table {
  width: 100%;
  border-collapse: collapse;
  border-bottom-right-radius: 5px;
  overflow: hidden;
}

@media screen and (max-width: 1000px) {
  .service-comparison__table {
    width: 1000px;
  }
}

.service-comparison__table thead th .inner {
  padding: 12px;
  font-weight: bold;
  color: #fff;
  vertical-align: middle;
}

.service-comparison__table thead th:first-child {
  background: transparent;
}

.service-comparison__table tbody th {
  background: #646464;
  border-bottom: 1px solid #D0D0D0;
  color: #fff;
  font-weight: bold;
  padding: 15px 50px;
  text-align: left;
  font-size: 15px;
  letter-spacing: 0.03em;
  line-height: calc(27/15);
  width: 198px;
}

.service-comparison__table td {
  padding: 16px 10px;
  vertical-align: middle;
  border-bottom: 1px solid #D0D0D0;
  font-size: 15px;
  line-height: calc(27/15);
  text-align: center;
}

.service-comparison__table tbody tr:first-child th {
  border-top-left-radius: 5px;
}

.service-comparison__table tbody tr:last-child th {
  border-bottom-left-radius: 5px;
  border: none;
}

.service-comparison__table tbody tr:last-child td.service-comparison__table-synchlogo {
  border-bottom: 3px solid #ED0D39;
}

.service-comparison__table tbody tr:last-child td.service-comparison__table-general {
  border-bottom-right-radius: 5px;
  overflow: hidden;
}

.service-comparison__table-synchlogo .inner {
  background: #ED0D39;
  border-left: 3px solid #ED0D39;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.service-comparison__table td.service-comparison__table-synchlogo {
  background: #FFF1F1;
  border-left: 3px solid #ED0D39;
  border-right: 3px solid #ED0D39;
  font-size: 16px;
  font-weight: 500;
  line-height: calc(29/18);
  padding-block: 14px;
}

.service-comparison__table-general {
  vertical-align: bottom;
}

.service-comparison__table-general .inner {
  background: #EF9128;
  border-left: 4px solid #EF9128;
  border-top-right-radius: 5px;
}

.service-comparison__table td.service-comparison__table-general {
  background: #fff;
  border-right: 1px solid #D0D0D0;
}

.service-comparison__table .brand-name {
  display: block;
  font-size: 20px;
  line-height: 1.5;
}

.service-comparison__table .brand-sub {
  display: block;
  font-size: 14px;
  font-weight: 700;
}


/* suitable */
.service-suitable {
  padding-block: 75px;
}

@media screen and (max-width: 768px) {
  .service-suitable {
    padding-block: 30px;
  }
}

.service-suitable__list {
  margin-inline: auto;
  width: fit-content;
}

.service-suitable__list + * {
  margin-top: 30px;
}

.service-suitable__list li {
  font-size: 20px;
  letter-spacing: 0.03em;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .service-suitable__list li {
    font-size: 18px;
  }
}

@media screen and (max-width: 768px) {
  .service-suitable__list li + *{
    margin-top: 20px;
  }
}

.service-suitable__pic {
  margin-top: 50px;
}

@media screen and (max-width: 768px) {
  .service-suitable__pic {
    margin-top: 33px;
  }
}


/* before */
.service-before {
  padding-block: 75px;
}

@media screen and (max-width: 768px) {
  .service-before {
    padding-block: 30px;
  }
}

.service-before + * {
  margin-top: 145px;
}

@media screen and (max-width: 768px) {
  .service-before + * {
    margin-top: 30px;
  }
}

.service-before__flex {
  align-items: flex-start;
  display: flex;
  gap: 30px 42px;
}

@media screen and (max-width: 768px) {
  .service-before__flex {
    flex-direction: column;
  }
}

.service-before__flex-box {
  flex: 1;
}

.service-before__image {
  width: calc((367 / 1100) * 100%);
}

@media screen and (max-width: 768px) {
  .service-before__image {
    width: 100%;
  }
}

.service-before__image img {
  height: auto;
  object-fit: cover;
  width: 100%;
}


/* ===================================================
CONTACT
=================================================== */
@media screen and (max-width: 768px) {
  .sec6 .c-flex-right {
    height: 148px;
  }
}
.sec6 .c-flex-right div p:first-child {
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .sec6 .c-flex-right div p:first-child {
    font-size: 16px;
    margin-bottom: 16px;
    margin-top: 10px;
  }
}

.sec6 .c-flex-right .btn {
  width: 316px;
  height: 75px;
  font-size: 18px;
}

@media screen and (max-width: 768px) {
  .sec6 .c-flex-right .btn {
    font-size: 14px;
    width: 268px;
    height: 60px;
  }
}

.sec6 .c-flex-right .btn img {
    width: 28px;
    height: 28px;
}

/* ===================================================
FLOW
=================================================== */
.flow-sp94 p a {
  font-weight: 700;
  text-decoration: underline;
  transition: all 0.3s;
}

.flow-sp94 p a:hover,
.flow-sp94 p a:focus-visible {
  opacity: 0.7;
}


/* ===================================================
PRICE
=================================================== */

.price-lead-box {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  margin-bottom: 70px;
}

@media screen and (max-width: 768px) {
  .price-lead-box {
    margin-bottom: 40px;
  }
}

.price-lead-box .price-lead {
  font-size: 16px;
  text-align: left !important;
}

.price-plan-list li {
  align-items: flex-start;
  display: flex;
  font-size: 16px;
  line-height: 1.75;
}

@media screen and (max-width: 768px) {
  .price-plan-list li {
    font-size: 14px;
  }
}

.price-plan-list li::before {
  content: "・";
}

.price-main {
  display: flex;
  align-items: flex-start;
  gap: 8px 24px;
  margin-inline: auto;
  width: 90%;
}

@media (max-width: 1000px) {
  .price-main {
    align-items: center;
    flex-direction: column;
  }
}


.price-main + * {
  margin-top: 48px;
}

.price-main__item-wrap {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.price-main__item {
  padding: 24px 16px;
  border-radius: 4px;
}

@media (max-width: 767px) {
  .price-main__item {
    padding: 18px 6px;
    width: 100%;
  }
}


.price-main__item--green {
  background: #E8F4E7;
}

.price-main__item--yellow {
  background: #f5edb0;
}

.price-main__detail {
  align-items: flex-end;
  display: flex;
  justify-content: center;
}

.price-main__detail + * {
  margin-top: 4px;
}

.price-main__label {
  font-size: 14px;
  font-weight: 700;
}

.price-main__num {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
}

@media (max-width: 767px) {
  .price-main__num {
    font-size: 22px;
  }
}

.price-main__sup {
  font-size: 16px;
  vertical-align: super;
}

.price-main__unit {
  font-size: 20px;
  font-weight: 700;
}

@media (max-width: 767px) {
  .price-main__unit {
    font-size: 16px;
  }
}

.price-main__desc {
  font-size: 13px;
  text-align: center;
}

.price-main__desc span {
  display: inline-block;
}

.price-main__plus {
  margin-top: 20px;
  font-size: 40px;
  font-weight: 700;
  flex-shrink: 0;
  color: #333;
}

@media (max-width: 1000px) {
  .price-main__plus {
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .price-main__plus {
    font-size: 32px;
    line-height: 1;
  }
}

.price-main__note {
  font-size: 16px;
  text-align: center;
}
