/*
 * style.css
 * Organized by section. Responsive rules are kept inside each related section.
 * Only selectors proven unused in the supplied HTML/JS were removed.
 */


/*******************************
  Base / Common
*******************************/

html {
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  padding: 0;
  color: var(--color-txt);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

:root {
  --color-txt: #333333;
  --color-wt: #ffffff;
  --color-main: #1a2873;
  --color-sub1: #1e57ab;
  --color-sub2: #ffd30e;
  --color-sub3: #449ee8;
  --color-bg: #F2F6FA;
}

h2 {
  color: var(--color-main);
  font-size: 3.4rem;
  line-height: 1.4;
  margin-bottom: 1.5em;
  text-align: center;
}

.t4 {
  margin-bottom: 42px;
  text-align: center;
  font-size: 1.7rem;
}

.t_sub {
  font-size: 1.4rem;
  margin-top: 5%;
}

.btn {
  position: relative;
  background: var(--color-sub2);
  border-radius: 2em;
  color: var(--color-main);
  font-size: 1.4rem;
  font-weight: 700;
  padding: .75em 1.7em .75em 3.3em;
  flex: 0 0 auto;
}

.btn:before {
  position: absolute;
  content: "";
  background: 100% / 100% url(../img/0001.webp) no-repeat;
  width: 16px;
  height: 11px;
  top: 38%;
  left: 11%;
}

.btn:hover {
  background: var(--color-sub1);
  transition: 0.3s;
}

@media screen and (min-width:721px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

@media screen and (max-width:720px) {
  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }

  .btn {
    font-size: 1.3rem;
    padding: 1em 1.6em 1em 3.1em;
  }

  h2 {
    font-size: 2.5rem;
  }

  .wrap {
    padding-top: 95px;
  }
}

@media (min-width:1001px) {
  .btn {
    white-space: nowrap;
  }
}


/*******************************
  header
*******************************/

header .header__top__wrap {
  position: fixed;
  top: 0px;
  background: var(--color-main);
  width: 100%;
  z-index: 10;
}

header .header__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: auto;
  max-width: 1200px;
  padding: 8px 1%;
}

.header__top .logo_img {
  width: 77%;
}

.header__top .logo_img img {
  width: 100%;
}

.header__top .logo_top {
  color: var(--color-wt);
  font-size: 1.15rem;
  text-align: left;
}

.hamburger,
.header__main .header__cta .t4::before {
  display: none;
}

.nav-menu {
  display: flex;
  align-items: center;
  gap: 2rem;
  position: relative;
  flex: 1 1 auto;
}

.header__box {
  color: var(--color-wt);
  font-size: 1.3rem;
  font-weight: 700;
  padding: 0.5% 0;
  margin: 0 1% 0 3.5%;
  text-align: center;
}

.header__box_link {
  display: flex;
  gap: 3rem;
}

.header__box_link a {
  color: var(--color-wt);
}

.header__box_link a:hover {
  color: var(--color-sub3);
  transition: 0.3s;
}

.header__box .header__box_flex div {
  align-items: center;
  display: flex;
}

.header__box div p {
  font-size: 1.3rem;
}

.header__box div p:nth-child(even) {
  color: var(--color-sub3);
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 1.2;
  margin: 0 .5em 0 .25em;
}

.header__logobox {
  flex: 0 0 auto;
  min-width: 0;
}

.header__box p,
.header__box a {
  white-space: nowrap;
  word-break: keep-all;
}

header .header__main__wrap {
  padding: 70px 0;
}

.header__main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  max-width: 1100px;
  margin: auto;
}

.header__main_left {
  width: 52%;
}

.header__main_right {
  width: 48%;
  text-align: center;
}

.header__main_right>img {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0 auto 20px;
}

.header__cta {
  padding-top: 22px;
  border-top: 1px solid color-mix(in srgb, var(--color-sub1) 15%, var(--color-wt));
}

.header__main .header__cta .t4 {
  margin: 0 0 18px;
  padding: 0;
  color: var(--color-main);
  font-size: 1.45rem;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
}

.header__cta .btn {
  display: inline-block;
}

.header__cta .t_sub {
  margin: 18px 0 0;
  font-size: 1.2rem;
  line-height: 1.7;
  text-align: center;
}

.header__main div {
  text-align: center;
}

.header__main div h1 {
  color: var(--color-main);
  font-size: 3.4rem;
  letter-spacing: .05em;
  line-height: 1.45;
  margin-bottom: 2.75%;
  text-align: left;
}

.header__main div .t1 {
  color: var(--color-sub3);
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.3;
  margin: .7em 0;
  text-align: left;
}

.header__main .t1:first-of-type {
  margin: 0 0 10px;
  padding: 4px 0px;
  color: var(--color-sub3);
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
}

.header__main .t1:nth-of-type(2) {
  margin: 0 0 25px;
  color: var(--color-txt);
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.7;
}

.header__main div ul {
  display: flex;
  gap: 7%;
  justify-content: center;
}

.header__main div li {
  align-items: center;
  background: var(--color-main);
  border-radius: 75px;
  color: var(--color-wt);
  display: flex;
  font-size: 1.43rem;
  height: 142px;
  max-width: 142px;
  justify-content: center;
  width: 100%;
}

.header__main div li p:nth-child(1) {
  border-bottom: 1px solid var(--color-wt);
  line-height: 131%;
  padding-bottom: 2%;
  margin-top: 7%;
  margin-bottom: 1.5%;
}

.header__main div li p:nth-child(2) {
  color: var(--color-sub2);
  font-size: 2.0rem;
  font-weight: 700;
  line-height: 1;
  margin-top: .15em;
  margin: 0;
}

.header__main div li p:nth-child(2) span {
  font-size: 2.7rem;
  font-weight: 500;
}

.header__main div li p:nth-child(3) {
  color: var(--color-wt);
  font-size: 2.0rem;
  line-height: 1.2;
  margin: 0;
}

.header__main div .t3 {
  margin: 0 0 30px;
  padding: 10px 15px;
  background: color-mix(in srgb, var(--color-sub3) 7%, var(--color-wt));
  border-radius: 5px;
  color: var(--color-main);
  font-size: 1.55rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

.header__main div .t4 {
  position: relative;
  margin: 32px 0 20px;
  padding-top: 24px;
  color: var(--color-main);
  font-size: 1.55rem;
  font-weight: 700;
  text-align: center;
}

.header__main div .t4::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 1px;
  background: color-mix(in srgb, var(--color-sub1) 15%, var(--color-wt));
}

.header__main div .btn {
  font-size: 1.75rem;
  padding: 1.2em 3.5em 1.2em 5em;
}

.header__main .btn:before {
  top: 41%;
  left: 15%;
  width: 20px;
  height: 15px;
}

.header__main img {
  max-width: 75%;
}

@media screen and (max-width:720px) {
  header .header__top {
    font-size: 1.0rem;
    padding: 2.2%;
  }

  .header__top .logo_img {
    width: 70%;
  }

  header .header__top h1 span {
    font-size: 1.5rem;
    line-height: 1.2;
  }

  .hamburger {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 25px;
    height: 20px;
    cursor: pointer;
  }

  .hamburger span {
    display: block;
    height: 3px;
    background: var(--color-wt);
    border-radius: 3px;
  }

  .close-btn {
    color: var(--color-wt);
    font-size: 3rem;
    position: absolute;
    top: 10px;
    right: 15px;
    cursor: pointer;
    display: block;
  }

  .nav-menu {
    display: none;
    flex-direction: column;
    align-items: flex-start;
    position: fixed;
    top: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    background: var(--color-main);
    padding-top: 60px;
    transition: all 0.3s;
    text-align: left;
  }

  .nav-menu.active {
    display: flex;
  }

  .header__box_link,
  .header__box,
  .btn_nav {
    display: block;
    margin: 1em 1em 1em 2em;
    text-align: left;
  }

  .header__box div,
  .header__main {
    display: block;
  }

  .header__box_link a {
    font-size: 1.7rem;
    padding-left: 1rem;
    margin-bottom: 1%;
  }

  .header__logobox {
    flex: 1;
  }

  header .header__main__wrap {
    padding: 15px 10px 50px;
  }

  .header__main_left,
  .header__main_right {
    width: 100%;
  }

  .header__main div h1 {
    font-size: 2.7rem;
    margin-bottom: 3.8%;
    line-height: 1.3;
    text-align: center;
  }

  .header__main div h1 span {
    font-size: 2.3rem;
  }

  .header__main .t1:first-of-type {
    padding: 3px 0px;
    margin: 0 0 5px;
    font-size: 1.7rem;
  }

  .header__main div .t1 {
    font-size: 1.6rem;
    line-height: 1.4;
  }

  .header__main div ul {
    justify-content: center;
    margin: 2% auto 0;
    gap: 4%;
  }

  .header__main div li {
    font-size: 1.15rem;
    height: 105px;
    max-width: 105px;
  }

  .header__main div li p:nth-child(2) {
    font-size: 1.7rem;
  }

  .header__main div li p:nth-child(2) span {
    font-size: 2.2rem;
  }

  .header__main div li p:nth-child(3) {
    font-size: 1.5rem;
  }

  .header__main div .t3 {
    font-size: 1.4rem;
    margin: 1em 0 1.5em;
    padding: 10px 11px;
  }

  .header__main .t1:nth-of-type(2) {
    margin: 0 0 15px;
    line-height: 1.6;
  }

  .header__main img {
    margin: 5% auto;
  }

  .header__cta {
    margin-top: 5%;
    padding-top: 4.5%;
  }

  .header__main .header__cta .t4 {
    margin: 0 0 10px;
  }
}

@media (min-width:1001px) {
  .header__top {
    flex-wrap: nowrap;
  }

  .nav-menu {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 2rem;
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    white-space: nowrap;
  }

  .header__box_link {
    display: flex;
    gap: 3rem;
    flex-wrap: nowrap;
    white-space: nowrap;
  }

  .header__box,
  .header__box div,
  .header__box_link a {
    white-space: nowrap;
  }

  .close-btn {
    display: none !important;
  }
}


/*******************************
  sapIssues__wrap
*******************************/

.sapIssues__wrap {
  position: relative;
  padding: 100px 5%;
  background: linear-gradient(180deg,
      color-mix(in srgb, var(--color-sub3) 5%, var(--color-wt)) 0%,
      color-mix(in srgb, var(--color-sub3) 8%, var(--color-wt)) 100%);
}

.sapIssues__inner {
  max-width: 1000px;
  margin: 0 auto;
}

.sapIssues__checkList {
  max-width: 820px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.sapIssues__item {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px 28px;
  background: var(--color-wt);
  border: 1px solid color-mix(in srgb, var(--color-sub1) 14%, var(--color-wt));
  border-bottom: none;
  border-radius: 0;
  box-shadow: 0 2px 8px color-mix(in srgb, var(--color-main) 4%, transparent);
}

.sapIssues__item:first-child {
  border-radius: 12px 12px 0 0;
}

.sapIssues__item:last-child {
  border-bottom: 1px solid color-mix(in srgb, var(--color-sub1) 14%, var(--color-wt));
  border-radius: 0 0 12px 12px;
}

.sapIssues__check {
  position: relative;
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  border: 2px solid var(--color-sub1);
  border-radius: 5px;
  background: var(--color-wt);
}

.sapIssues__check::after {
  content: "";
  position: absolute;
  left: 8px;
  top: 4px;
  width: 5px;
  height: 10px;
  border-right: 3px solid var(--color-sub1);
  border-bottom: 3px solid var(--color-sub1);
  transform: rotate(45deg);
}

.sapIssues__item p {
  margin: 0;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.8;
}

.sapIssues__result {
  position: relative;
  margin: 42px auto 0;
  padding: 28px 35px;
  overflow: hidden;
  border-radius: 12px;
  background: var(--color-main);
  color: var(--color-wt);
  text-align: center;
}

.sapIssues__result p {
  position: relative;
  margin: 0;
  font-size: 1.75rem;
  line-height: 1.8;
}

.sapIssues__result strong {
  color: var(--color-sub2);
  font-size: 2.2rem;
  font-weight: 700;
}

@media screen and (max-width: 720px) {
  .sapIssues__wrap {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 60px 5%;
    box-sizing: border-box;
  }

  .sapIssues__item {
    align-items: flex-start;
    gap: 12px;
    padding: 18px 16px;
  }

  .sapIssues__check {
    flex: 0 0 21px;
    width: 21px;
    height: 21px;
    margin-top: 2px;
  }

  .sapIssues__check::after {
    left: 5px;
    top: 2px;
    width: 5px;
    height: 9px;
  }

  .sapIssues__item p {
    font-size: 1.45rem;
    line-height: 1.7;
  }

  .sapIssues__result {
    margin-top: 28px;
    padding: 22px 18px;
  }

  .sapIssues__result p {
    font-size: 1.5rem;
    line-height: 1.8;
  }

  .sapIssues__result strong {
    display: inline-block;
    margin-top: 4px;
    font-size: 1.7rem;
  }
}


/*******************************
  s01__wrap
*******************************/

.s01__wrap {
  padding: 100px 5% 0;
  margin: 0 auto;
}

.s01__wrap_cnt {
  max-width: 1000px;
  margin: 0 auto;
  padding-bottom: 7%;
}

.s01_box {
  display: flex;
  gap: 2%;
  align-items: center;
  justify-content: space-between;
}

.box_reverse {
  display: flex;
  gap: 2%;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
  margin: 0 0 2% 0;
}

.s01_txt {
  width: 100%;
  margin: 0 0 2% 1%;
}

.s01_txt h3 {
  color: var(--color-sub3);
  font-size: 2.2rem;
  margin-bottom: .25em;
}

.s01__wrap .s01_box {
  margin: 0 0 2% 0;
}

.s01_box_img {
  width: 60%;
}

.s01__wrap .s01_box img {
  width: 100%;
}

.s01__no {
  font-size: 5.5rem;
  font-weight: 700;
  color: var(--color-sub1);
  pointer-events: none;
  user-select: none;
  transform: translateY(-20%);
  margin-bottom: 2%;
}

.s01__wrap p span {
  font-size: 1.8rem;
  color: var(--color-sub1);
  font-weight: 700;
}

.s01_txt ul {
  margin: 1.5em 0;
  padding: 1.5% 3%;
  background: color-mix(in srgb, var(--color-sub3) 7%, var(--color-wt));
  border-left: 4px solid var(--color-sub1);
}

.s01_txt ul li {
  position: relative;
  padding-left: 1.6em;
  margin-bottom: .35em;
  line-height: 1.6;
}

.s01_txt ul li:last-child {
  margin-bottom: 0;
}

.s01_txt ul li::before {
  content: "";
  position: absolute;
  top: .45em;
  left: 0;
  width: 10px;
  height: 6px;
  border-left: 2px solid var(--color-sub1);
  border-bottom: 2px solid var(--color-sub1);
  transform: rotate(-45deg);
}

@media screen and (max-width:720px) {
  .s01__wrap {
    padding: 60px 5% 0;
  }

  .s01__no {
    left: 12px;
    font-size: 4.7rem;
    font-weight: 700;
    margin-bottom: 0;
    transform: none;
  }

  .s01__wrap div {
    display: block;
  }

  .s01_box_img,
  .s01__wrap div ul {
    width: 100%;
  }

  .s01__wrap .s01_box,
  .box_reverse {
    margin-bottom: 8%;
  }

  .s01_txt {
    margin: 1.5% 0 0 0;
  }

  .s01__wrap div .s01_titflex {
    display: flex;
    align-items: center;
  }

  .s01_txt h3 {
    line-height: 1.4;
    margin: 0 0 0 2.5%;
    font-size: 2.1rem;
  }

  .s01__wrap li:before {
    width: 20px;
    height: 20px;
  }
}


/*******************************
  cta_wrap
*******************************/

.cta_wrap {
  padding: 80px 5%;
  background: linear-gradient(135deg,
      var(--color-main) 0%,
      var(--color-sub1) 100%);
}

.cta__wrap_cnt {
  max-width: 1000px;
  margin: 0 auto;
  padding: 50px 0px;
  text-align: center;
  border: 1px solid color-mix(in srgb, var(--color-wt) 30%, transparent);
  border-radius: 16px;
}

.cta_wrap h3 {
  color: var(--color-wt);
  font-size: 3rem;
  line-height: 1.5;
  margin-bottom: .8em;
}

.cta_wrap h3::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  margin: 18px auto 0;
  border-radius: 999px;
  background: var(--color-sub2);
}

.cta_wrap p {
  color: var(--color-wt);
  font-size: 1.7rem;
  line-height: 1.8;
  margin-bottom: 1.8em;
}

.cta_wrap .btn {
  display: inline-block;
  font-size: 1.8rem;
  padding: 1em 3.2em 1em 4.6em;
  box-shadow: 0 8px 24px color-mix(in srgb, var(--color-txt) 20%, transparent);
}

.cta_wrap .btn:before {
  position: absolute;
  content: "";
  background: 100% / 100% url(../img/0001.webp) no-repeat;
  width: 19px;
  height: 14px;
  top: 39%;
  left: 14.5%;
}

.cta_wrap .t_sub {
  margin: 1.5em 0 0;
  font-size: 1.3rem;
  opacity: .9;
}

@media screen and (max-width: 720px) {
  .cta_wrap {
    padding: 55px 5%;
  }

  .cta_wrap .cta__wrap_cnt {
    padding: 35px 20px;
  }

  .cta_wrap h3 {
    font-size: 2.3rem;
  }

  .cta_wrap p {
    font-size: 1.5rem;
  }

  .cta_wrap .btn {
    font-size: 1.6rem;
    padding: 1em 2.2em 1em 3.8em;
  }

  .cta_wrap .t_sub {
    font-size: 1.2rem;
    line-height: 1.7;
  }
}


/*******************************
  s02__wrap
*******************************/

.s02__wrap {
  padding: 100px 0;
  max-width: 1000px;
  margin: 0 auto;
}

.s02__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  gap: 27px;
}

.s02__card {
  background: var(--color-wt);
  border: 1.5px solid var(--color-main);
  border-radius: 10px;
  box-shadow: 0 2px 5px color-mix(in srgb, var(--color-txt) 5%, transparent);
  padding: 20px;
  display: flex;
  flex-direction: column;
}

.s02__head {
  background: var(--color-main);
  color: var(--color-wt);
  font-weight: 700;
  padding: 8px 12px;
  border-radius: 8px;
  margin-bottom: 12px;
  text-align: center;
  font-size: 2rem;
}

.s02__wrap .s02__detail {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.s02__wrap .s02__detailItem {
  padding: 16px 4px;
  border-bottom: 1px solid color-mix(in srgb, var(--color-sub1) 12%, var(--color-wt));
}

.s02__wrap .s02__detailItem:last-child {
  border-bottom: none;
}

.s02__wrap .s02__detailItem h4 {
  display: inline-block;
  margin: 0;
  padding: .25em .5em;
  color: var(--color-main);
  font-size: 1.45rem;
  font-weight: 700;
  line-height: 1.4;
}

.s02__wrap .s02__detailTitle {
  display: flex;
  align-items: center;
  gap: 2px;
  margin-bottom: 8px;
}

.s02__wrap .s02__detailTitle img {
  width: 28px;
  height: 28px;
  object-fit: contain;
  flex-shrink: 0;
}

.s02__wrap .s02__detailItem h5 {
  display: inline-block;
  margin: 0 0 8px;
  padding: .25em .7em;
  background: color-mix(in srgb,
      var(--color-sub3) 10%,
      var(--color-wt));
  border-left: 4px solid var(--color-sub1);
  color: var(--color-main);
  font-size: 1.45rem;
  font-weight: 700;
  line-height: 1.4;
}

.s02__wrap .s02__detailItem p {
  margin: 0;
  font-size: 1.4rem;
  line-height: 1.8;
}

.s02__wrap .s02__detailItem--issue {
  padding: 14px;
  background: color-mix(in srgb,
      var(--color-sub3) 6%,
      var(--color-wt));
  border-radius: 6px;
  border-bottom: none;
  margin-bottom: 6px;
}

.s02__wrap .s02__system {
  padding: 10px 12px;
  background: color-mix(in srgb,
      var(--color-sub1) 7%,
      var(--color-wt));
  border-radius: 5px;
  color: var(--color-main);
  font-weight: 700;
}

.s02__wrap .s02__functions {
  padding: 10px 12px;
  background: var(--color-bg);
  border-radius: 5px;
  font-weight: 600;
}

.s02__wrap .s02__detailItem--effect {
  padding: 14px;
  margin-top: 6px;
  background: color-mix(in srgb,
      var(--color-sub2) 7%,
      var(--color-wt));
  border: 1px solid color-mix(in srgb, var(--color-sub2) 30%, var(--color-wt));
  border-radius: 6px;
}

.s02__wrap .s02__detailItem--effect h4 {
  background: transparent;
  border-left-color: var(--color-sub2);
}

@media screen and (max-width: 720px) {
  .s02__wrap .s02__detailItem {
    padding: 14px 2px;
  }

  .s02__wrap .s02__detailItem--issue,
  .s02__wrap .s02__detailItem--effect {
    padding: 13px;
  }

  .s02__wrap .s02__detailItem h4 {
    font-size: 1.35rem;
  }

  .s02__wrap .s02__detailItem p {
    font-size: 1.35rem;
    line-height: 1.75;
  }
}

@media screen and (max-width:720px) {
  .s02__wrap {
    padding: 60px 5%;
  }

  .s02__grid {
    display: flex;
    overflow-x: auto;
    gap: 16px;
    padding: 8px 12px 12px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .s02__card {
    flex: 0 0 92%;
    scroll-snap-align: start;
  }

  .s02__grid::-webkit-scrollbar {
    height: 6px;
  }

  .s02__grid::-webkit-scrollbar-thumb {
    background: color-mix(in srgb, var(--color-sub1) 25%, var(--color-wt));
    border-radius: 4px;
  }

  .s02__grid::-webkit-scrollbar-track {
    background: transparent;
  }
}


/*******************************
  s03__wrap
*******************************/

.s03__wrap {
  padding: 0 20px;
  background: radial-gradient(circle at 0% 0%, color-mix(in srgb, var(--color-sub1) 15%, transparent), transparent 60%),
    radial-gradient(circle at 100% 100%, color-mix(in srgb, var(--color-sub3) 15%, transparent), transparent 55%),
    linear-gradient(to bottom, var(--color-wt) 0%, color-mix(in srgb, var(--color-sub1) 4%, var(--color-wt)) 40%, color-mix(in srgb, var(--color-sub3) 10%, var(--color-wt)) 100%);
}

.s03__wrap_cnt {
  padding: 100px 0;
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}

.plan-compare__lead {
  display: inline-block;
  font-size: 1.95rem;
  font-weight: 500;
  margin-bottom: 3%;
  border-bottom: 3px solid var(--color-sub2);
}

.plan-compare__txt {
  margin-bottom: 5.5%;
}

.plan-compare__table {
  background: var(--color-wt);
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid color-mix(in srgb, var(--color-txt) 14%, var(--color-wt));
  font-size: 1.4rem;
}

.plan-row {
  display: grid;
  grid-template-columns: 0.75fr 2.1fr 2.1fr;
}

.plan-row:nth-child(odd):not(.plan-row--head) {
  background: color-mix(in srgb, var(--color-txt) 2%, var(--color-wt));
}

.plan-cell {
  padding: 16px 18px;
  border-bottom: 1px solid color-mix(in srgb, var(--color-txt) 12%, var(--color-wt));
  border-right: 1px solid color-mix(in srgb, var(--color-txt) 12%, var(--color-wt));
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
}

.plan-cell:last-child {
  border-right: none;
}

.plan-cell--label {
  background: color-mix(in srgb, var(--color-sub1) 6%, var(--color-wt));
  font-weight: 700;
  font-size: 1.5rem;
}

.plan-row--head .plan-cell {
  border-bottom: 1px solid color-mix(in srgb, var(--color-sub1) 18%, var(--color-wt));
}

.plan-cell--planhead {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: linear-gradient(to bottom, var(--color-wt) 0%, color-mix(in srgb, var(--color-sub3) 5%, var(--color-wt)) 100%);
}

.plan-name {
  font-size: 2rem;
  font-weight: 800;
  margin-bottom: 6px;
  color: var(--color-sub1);
}

.plan-name span {
  display: inline-block;
  font-size: 1.5rem;
}

@media (max-width: 768px) {
  .s03__wrap {
    padding: 60px 5%;
  }

  .s03__wrap_cnt {
    padding: 0;
    margin: 0;
  }

  .plan-compare__lead {
    font-size: 1.8rem;
    margin-bottom: 4%;
  }

  .plan-compare__table {
    overflow-x: auto;
  }

  .plan-row {
    min-width: 720px;
  }
}


/*******************************
  s04__wrap
*******************************/

.s04__wrap {
  padding: 100px 5%;
  margin: 0 auto;
  background-color: var(--color-bg);
}

.s04__grid {
  max-width: 1000px;
  margin: 0 auto;
  display: grid;
  gap: 28px;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
}

.voiceCard {
  position: relative;
  background: var(--color-wt);
  border-radius: 10px;
  padding: 22px 25px 18px;
  box-shadow: 0 2px 8px color-mix(in srgb, var(--color-txt) 6%, transparent);
  border-top: 10px solid var(--color-sub3);
}

.voiceCard__head {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 10px;
}

.voiceCard h3 {
  margin: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
  color: var(--color-main);
}

.voiceCard__text {
  margin: 8px 0 12px;
}

.s04__detailItem {
  background-color: var(--color-bg);
  padding: 1.5% 2%;
}

@media (max-width: 480px) {
  .voiceCard::before {
    width: 160px;
  }
}

@media screen and (max-width:720px) {
  .s04__wrap {
    padding: 60px 5%;
  }

  .s04__grid {
    grid-template-columns: none;
  }
}


/*******************************
  systemReview__wrap
*******************************/

.systemReview__wrap {
  padding: 100px 5%;
  background: linear-gradient(180deg,
      var(--color-wt) 0%,
      color-mix(in srgb, var(--color-sub3) 7%, var(--color-wt)) 100%);
}

.systemReview__inner {
  max-width: 1000px;
  margin: 0 auto;
}

.systemReview__flow {
  margin: 0 auto;
  padding: 36px 45px 45px;
  background: var(--color-wt);
  border: 1px solid color-mix(in srgb, var(--color-sub1) 15%, var(--color-wt));
  border-radius: 16px;
  box-shadow: 0 8px 30px color-mix(in srgb, var(--color-main) 7%, transparent);
}

.systemReview__flowTitle {
  display: table;
  margin: 0 auto 32px;
  padding: .4em 2.2em;
  background: var(--color-main);
  border-radius: 30px;
  color: var(--color-wt);
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
}

.systemReview__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 38px 42px;
}

.systemReview__item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100px;
  padding: 28px 20px;
  background: var(--color-wt);
  border: 1px solid color-mix(in srgb, var(--color-main) 8%, var(--color-wt));
  border-radius: 12px;
  box-shadow: 0 3px 12px color-mix(in srgb, var(--color-main) 10%, transparent);
  text-align: center;
}

.systemReview__number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 41px;
  height: 41px;
  flex: 0 0 41px;
  margin: 0 0 10px;
  padding: 0;
  background: var(--color-sub1);
  border-radius: 50%;
  color: var(--color-wt);
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1;
}

.systemReview__content {
  flex: none;
  width: 100%;
}

.systemReview__content h3 {
  margin: 0;
  color: var(--color-txt);
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1.7;
}

.systemReview__item::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -27px;
  width: 18px;
  height: 18px;
  border-top: 3px solid var(--color-sub3);
  border-right: 3px solid var(--color-sub3);
  transform: translateY(-50%) rotate(45deg);
  z-index: 2;
}

.systemReview__item:nth-child(3)::after,
.systemReview__item:nth-child(6)::after {
  display: none;
}

.systemReview__message {
  margin: 35px auto 0;
  padding: 28px 30px;
  background: var(--color-main);
  border-radius: 10px;
  text-align: center;
}

.systemReview__message p {
  margin: 0;
  color: var(--color-wt);
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.8;
}

@media screen and (max-width: 720px) {
  .systemReview__wrap {
    padding: 60px 5%;
  }

  .systemReview__wrap .t4 {
    text-align: left;
  }

  .systemReview__flow {
    padding: 25px 16px 32px;
    border-radius: 12px;
  }

  .systemReview__flowTitle {
    margin-bottom: 25px;
    font-size: 1.6rem;
  }

  .systemReview__list {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .systemReview__item {
    min-height: 86px;
    padding: 15px 12px;
  }

  .systemReview__number {
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    margin: 0 0 7px;
    font-size: 1.5rem;
  }

  .systemReview__content h3 {
    font-size: 1.55rem;
  }

  .systemReview__item::after {
    display: block;
    top: auto;
    right: auto;
    bottom: -26px;
    left: 50%;
    width: 14px;
    height: 14px;
    border-top: none;
    border-right: 3px solid var(--color-sub3);
    border-bottom: 3px solid var(--color-sub3);
    transform: translateX(-50%) rotate(45deg);
  }

  .systemReview__item:nth-child(3)::after {
    display: block;
  }

  .systemReview__item:last-child::after {
    display: none;
  }

  .systemReview__message {
    margin-top: 28px;
    padding: 22px 18px;
  }

  .systemReview__message p {
    font-size: 1.55rem;
    line-height: 1.8;
  }
}


/*******************************
  cost__wrap
*******************************/

.cost__wrap {
  padding: 100px 5%;
  background: var(--color-wt);
}

.cost__inner {
  max-width: 1000px;
  margin: 0 auto;
}

.cost__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}

.cost__item {
  position: relative;
  padding: 30px 22px;
  background: var(--color-wt);
  border: 1px solid color-mix(in srgb, var(--color-sub1) 15%, var(--color-wt));
  border-radius: 12px;
  box-shadow: 0 4px 16px color-mix(in srgb, var(--color-main) 8%, transparent);
}

.cost__item h3 {
  margin: 0 0 18px;
  color: var(--color-main);
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.55;
}

.cost__item h3 span {
  font-size: 2.7rem;
  border-bottom: 2px solid var(--color-sub3);
}

.cost__item p {
  margin: 0;
  color: var(--color-txt);
  font-size: 1.5rem;
  line-height: 1.9;
}

@media screen and (max-width: 720px) {
  .cost__wrap {
    padding: 60px 5%;
  }

  .cost__list {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .cost__item {
    padding: 24px 22px;
  }

  .cost__item h3 {
    margin-bottom: 12px;
    font-size: 1.65rem;
  }

  .cost__item p {
    font-size: 1.4rem;
    line-height: 1.8;
  }

  .cost__item p br {
    display: none;
  }
}


/*******************************
  flow__wrap
*******************************/

.flow__wrap {
  background-color: var(--color-bg);
}

.flow__wrap_cnt {
  max-width: 1000px;
  margin: 0 auto;
  padding: 100px 5%;
}

.flow__list {
  display: flex;
  flex-direction: column;
  gap: 45px;
  max-width: 900px;
  margin: 0 auto;
}

.flow__item {
  display: flex;
  align-items: flex-start;
  background: var(--color-wt);
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 2px 6px color-mix(in srgb, var(--color-txt) 15%, transparent);
  position: relative;
}

.flow__icon {
  background: color-mix(in srgb, var(--color-sub1) 8%, var(--color-wt));
  border-radius: 50%;
  width: 50px;
  height: 50px;
  padding: 1.5%;
  margin-right: 16px;
  overflow: hidden;
}

.flow__content {
  text-align: left;
}

.flow_flex {
  display: flex;
}

.flow__step {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  flex-shrink: 0;
  box-sizing: border-box;
  background: var(--color-main);
  color: var(--color-wt);
  font-weight: 600;
  border-radius: 30px;
  padding: 1% 1.8%;
  margin: 0 2% 3% 0;
}

.flow__content h3 {
  font-size: 20px;
  font-weight: 700;
  margin: 4px 0 6px;
}

.flow__item:not(:last-child)::after {
  content: "";
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid var(--color-main);
}

.t7 {
  font-size: 1.25rem;
}

@media screen and (max-width:720px) {
  .flow__wrap_cnt {
    padding: 60px 5%;
  }

  .flow__item {
    display: grid;
    grid-template-columns: 50px 1fr;
    column-gap: 12px;
    align-items: center;
  }

  .flow__icon {
    grid-column: 1;
    grid-row: 1;
    width: 44px;
    height: 44px;
    font-size: 24px;
    margin-right: 12px;
  }

  .flow__content {
    display: contents;
  }

  .flow_flex {
    grid-column: 2;
    grid-row: 1;
    display: flex;
    align-items: center;
  }

  .flow__content > p {
    grid-column: 1 / -1;
  }

  .flow__step {
    margin: 0 10px 0 0;
  }

  .flow__content h3 {
    margin: 0;
    font-size: 18px;
  }
}


/*******************************
  s06__wrap
*******************************/

.s06__wrap {
  padding: 100px 5%;
  background-color: color-mix(in srgb, var(--color-sub2) 6%, var(--color-wt));
}

.s06__wrap_cnt {
  max-width: 1000px;
  margin: 0 auto;
}

.s06__title {
  text-align: center;
  margin-bottom: 20px;
}

.s06__item {
  background: var(--color-wt);
  border: 1px solid var(--color-sub3);
  margin: 12px 0;
}

.s06__q {
  margin: 0;
}

.s06__toggle {
  width: 100%;
  text-align: left;
  display: block;
  background-color: var(--color-wt);
  border: 0;
  font: inherit;
  padding: 18px 44px 18px 20px;
  cursor: pointer;
  position: relative;
  color: var(--color-main);
}

.s06__toggle::before {
  content: "Q.";
  margin-right: 8px;
  color: var(--color-main);
  font-weight: 700;
}

.s06__toggle::after {
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid var(--color-main);
  transform: translateY(-50%) rotate(0deg);
  transition: transform .2s ease;
}

.s06__a {
  padding: 0 20px 18px 20px;
}

.s06__a[hidden] {
  display: none;
}

.s06__a::before {
  content: "A.";
  margin-right: 8px;
  color: var(--color-sub1);
  font-weight: 700;
}

.s06__toggle[aria-expanded="true"]::after {
  transform: translateY(-50%) rotate(180deg);
}

@media screen and (max-width:720px) {
  .s06__wrap {
    padding: 60px 5%;
  }
}


/*******************************
  s07__wrap / form
*******************************/

.s07__wrap {
  padding: 228px 5% 100px;
  margin-top: -128px;
}

.s07__wrap_cnt {
  text-align: center;
  margin-bottom: 5%;
  font-size: 1.7rem;
}

.s07__wrap_cnt span {
  font-size: 1.35rem;
}

.s07__wrap h4 {
  color: var(--color-sub3);
  font-size: 2.2rem;
  text-align: center;
}

.s07__wrap ul {
  display: flex;
  justify-content: space-between;
  margin: 1em auto 3em;
  max-width: 500px;
}

.s07__wrap ul li p:nth-child(1) {
  align-items: center;
  color: var(--color-sub1);
  display: flex;
  font-weight: 700;
}

.s07__wrap ul li p:nth-child(1):after {
  content: "";
  border-top: 1px solid var(--color-sub1);
  flex-grow: 1;
  margin-left: .5em;
}

.s07__wrap ul li p:nth-child(2) {
  color: var(--color-sub1);
  font-size: 3.6rem;
  line-height: 1.1;
}

form {
  font-weight: 700;
  margin: auto;
  max-width: 500px;
}

form .input__wrap {
  margin-bottom: 16px;
}

form .item__wrap {
  margin-top: .5em;
  width: 35%;
}

form .item__wrap span {
  background: var(--color-sub3);
  border-radius: 4px;
  color: var(--color-wt);
  font-size: 1.2rem;
  font-weight: 400;
  margin-right: .5em;
  padding: .2em .5em;
  text-align: center;
}

form input[type=text],
form input[type=mail],
form input[type=tel],
form input[type=number] {
  background: var(--color-bg);
  border: 1px solid var(--color-bg);
  border-radius: 6px;
  box-sizing: border-box;
  font-size: 1.6rem;
  padding: 2%;
  width: 100%;
}

form textarea {
  background: var(--color-bg);
  border: 1px solid var(--color-bg);
  border-radius: 6px;
  box-sizing: border-box;
  font-size: 1.6rem;
  padding: 2%;
  width: 100%;
  font-family: Arial, "Noto Sans JP", sans-serif;
  height: 150px;
}

form input[type=submit] {
  background: var(--color-sub2);
  border: none;
  border-radius: 10px;
  color: var(--color-main);
  cursor: pointer;
  display: block;
  font-size: 2.0rem;
  font-weight: 700;
  margin: 2em auto 0;
  max-width: 280px;
  padding: .75em;
  transition: .4s;
  width: 100%;
}

form input[type=submit]:hover {
  background: var(--color-sub1);
  transition: 0.3s;
}

@media screen and (max-width:720px) {
  .s07__wrap {
    padding: 184px 5% 60px;
    margin-top: -124px;
  }

  .s07__wrap .t1 {
    font-size: 1.5rem;
  }

  .s07__wrap h4 {
    font-size: 1.8rem;
  }

  .s07__wrap ul li p:nth-child(1) {
    font-size: 1.2rem;
  }

  .s07__wrap ul li p:nth-child(2) {
    font-size: 2.4rem;
  }

  .s07__wrap ul {
    margin-bottom: 8%;
  }

  form input[type=submit] {
    font-size: 1.8rem;
    max-width: 240px;
  }

  form .item__wrap {
    width: 100%;
    margin-bottom: 1%;
  }
}


/*******************************
  footer
*******************************/

footer {
  background: var(--color-main);
  color: var(--color-wt);
  padding: 50px 5% 10px;
}

.footer_cnt {
  align-items: center;
  display: flex;
  justify-content: center;
}

.footer_cnt img {
  width: 90%;
}

.footer_cnt a img:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.footer_cnt a,
footer ul li a:link,
footer ul li a:visited {
  color: var(--color-wt);
}

.footer_cnt a:hover,
footer ul li a:hover {
  color: var(--color-sub3);
  transition: 0.3s;
}

footer ul {
  display: flex;
  justify-content: center;
  margin: 3em 0;
}

footer ul li {
  margin: 0 1em;
}

footer .cr {
  font-size: 1.2rem;
  text-align: center;
}

@media screen and (max-width:720px) {
  footer {
    font-size: 1.3rem;
    padding: 30px 5% 10px;
  }

  .footer_cnt {
    display: block;
    text-align: center;
  }

  .footer_cnt img {
    display: block;
    margin: 0 auto 2em;
    max-width: 220px;
  }

  footer .cr {
    font-size: 1.0rem;
  }
}