@charset "UTF-8";
/* ----------------------------------------------------------------------------------------------------
seo
---------------------------------------------------------------------------------------------------- */
/* mv
----------------------------------------------------------------------*/
#mv {
  overflow: hidden;
  display: grid;
  row-gap: 1.25rem;
  position: relative;
}
#mv::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: var(--layer-back);
  background-image: url(../img/seo/mv_bg.png);
}
#mv .mv__head {
  display: grid;
  row-gap: 1.25rem;
  padding-top: 6rem;
}
#mv .mv__copies {
  text-align: center;
}
#mv .mv__title {
  margin-bottom: 1rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.25rem;
}
#mv .mv__copy {
  margin-bottom: 0.75rem;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 2.375rem;
}
#mv .mv__lead {
  font-size: 0.75rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
#mv .mvPoint {
  display: flex;
  gap: 2.5rem;
  justify-content: center;
  margin-bottom: 3.5rem;
}
#mv .mvPoint .mvPoint__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-top: 1.75rem;
  color: #fff;
}
#mv .mvPoint .mvPoint__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% 0;
  width: 5.625rem;
  height: 5.625rem;
  border: 1px solid #fff;
  border-radius: 0.5rem;
  background: linear-gradient(to right bottom, #ff873c 0%, #ffcd26 100%);
  box-shadow: 0.25rem 0.5rem 0.75rem rgba(224, 115, 6, 0.2);
  transform: rotate(45deg);
  transform-origin: center center;
}
#mv .mvPoint .mvPoint__label {
  position: absolute;
  top: -1.75rem;
  left: 50%;
  translate: -50% 0;
  padding: 0.25rem 0.625rem;
  border: 1px solid #ffb427;
  border-radius: 100vmax;
  background-color: #fff;
  color: #676c77;
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  font-size: 0.625rem;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
#mv .mvPoint .mvPoint__label::before, #mv .mvPoint .mvPoint__label::after {
  content: "";
  position: absolute;
  left: 50%;
  translate: -50% 0;
}
#mv .mvPoint .mvPoint__label::before {
  bottom: -0.5rem;
  width: 0.5rem;
  height: 0.5rem;
  background-color: #ffb427;
  -webkit-clip-path: polygon(50% 0.5rem, 0% 0%, 0.5rem 0%);
          clip-path: polygon(50% 0.5rem, 0% 0%, 0.5rem 0%);
}
#mv .mvPoint .mvPoint__label::after {
  bottom: -0.375rem;
  width: 0.375rem;
  height: 0.375rem;
  background-color: #fff;
  -webkit-clip-path: polygon(50% 0.375rem, 0% 0%, 0.375rem 0%);
          clip-path: polygon(50% 0.375rem, 0% 0%, 0.375rem 0%);
}
#mv .mvPoint .mvPoint__number {
  position: absolute;
  top: 0.75rem;
  padding-bottom: 0.125rem;
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  font-size: 0.75rem;
  letter-spacing: 0.04em;
  line-height: 0.9375rem;
}
#mv .mvPoint .mvPoint__number::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50% 0;
  width: 3.75rem;
  height: 1px;
  border-radius: 100vmax;
  background-color: rgba(255, 255, 255, 0.4);
}
#mv .mvPoint .mvPoint__content {
  position: relative;
  z-index: 50;
  padding-top: 2rem;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1.25rem;
  letter-spacing: 0.04em;
  text-align: center;
}
#mv .mvForm {
  position: relative;
  padding: 1.25rem 1.25rem 2rem;
  max-width: 30rem;
  margin-inline: auto;
  border: 2px solid #ffb427;
  border-radius: 0.625rem;
  background-color: #fff;
  box-shadow: 8px 8px 20px rgba(224, 115, 6, 0.12);
}
#mv .mvForm .wpcf7-form-control-wrap {
  width: 100%;
}
#mv .mvForm .mvForm__heading {
  position: relative;
  margin-inline: auto;
  margin-bottom: 0.75rem;
  padding-bottom: 0.375rem;
  width: -moz-max-content;
  width: max-content;
  font-size: 0.75rem;
  font-weight: 700;
}
#mv .mvForm .mvForm__heading::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.25rem;
  background: url(../img/seo/mv_dot.png) repeat-x top left/contain;
}
#mv .mvForm label {
  display: flex;
  margin-bottom: 0.5rem;
  font-weight: bold;
  font-size: 0.75rem;
  letter-spacing: 0;
  line-height: 1.0625rem;
  color: #676c77;
}
#mv .mvForm .required {
  color: #ff4827;
  margin-left: 0.25rem;
}
#mv .mvForm .policy {
  margin-bottom: 1.5rem;
  font-size: 0.75rem;
}
#mv .mvForm .policy p {
  margin-bottom: 0.75rem;
}
#mv .mvForm .policy label:has(> input) {
  display: grid;
  grid-template-columns: 1rem 1fr;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}
#mv .mvForm .policy label:has(> input) input {
  width: 1rem;
  border: 1px solid #ccc;
  cursor: pointer;
}
#mv .mvForm .policy label:has(> input) input:checked {
  background-color: #191f1f;
}
#mv .mvForm .policy label:has(> input) input:checked::before {
  content: "";
  display: block;
  position: relative;
  left: 4px;
  width: 6px;
  height: 12px;
  border: solid white;
  border-width: 0px 2px 2px 0;
  transform: rotate(45deg);
}
#mv .mvForm input:not([type=checkbox]),
#mv .mvForm textarea {
  margin-bottom: 1rem;
  padding: 0.625rem 1rem;
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 4px;
}
#mv .mvForm textarea {
  height: 5lh;
}
#mv .mvForm input[type=submit] {
  display: block;
  margin-inline: auto;
  padding-block: 0.75rem;
  width: min(100%, 15rem);
  background: #3f444a;
  border-radius: 100vmax;
  color: white;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.25rem;
  cursor: pointer;
  text-align: center;
  border: none;
  transition: background 0.3s ease;
}
@media (any-hover: hover) {
  #mv .mvForm input[type=submit]:hover {
    background: #555;
  }
}
@media (any-hover: none) {
  #mv .mvForm input[type=submit]:active {
    background: #555;
  }
}
#mv .mv__img img {
  position: absolute;
  z-index: var(--layer-back);
}
#mv .mv__img img:nth-child(1) {
  top: -10rem;
  left: 5rem;
}
#mv .mv__img img:nth-child(2) {
  top: 35.375rem;
  left: 0;
}
#mv .mv__img img:nth-child(3) {
  top: 22.1875rem;
  left: 0;
}
#mv .mv__img img:nth-child(4) {
  top: 22.1875rem;
  right: 0;
}
#mv .mv__img img:nth-child(5) {
  bottom: 0;
  right: 0;
}

@media screen and (min-width: 60rem) {
  #mv {
    padding-bottom: 2.5rem;
  }
  #mv .mv__container {
    display: flex;
    justify-content: space-between;
    padding-top: 6rem;
  }
  #mv .mv__head {
    grid-template-rows: auto 1fr;
    row-gap: 2rem;
    padding-top: 6rem;
  }
  #mv .mv__copies {
    padding-top: 7.75rem;
    text-align: left;
  }
  #mv .mv__title {
    margin-bottom: 1rem;
  }
  #mv .mv__copy {
    margin-bottom: 2rem;
    font-size: 1.75rem;
    line-height: 2.75rem;
  }
  #mv .mv__lead {
    font-size: 0.875rem;
    line-height: em(22);
  }
  #mv .mvForm {
    position: relative;
    padding: 1.25rem 2.5rem 2rem;
    width: 30rem;
  }
  #mv .mvForm .mvForm__label {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0.4375rem 0.875rem;
    border-radius: 0.625rem 0 0.625rem 0;
    background: linear-gradient(to bottom, #ffcd26 0%, #ffa71a 100%);
    color: #fff;
    font-family: "Quicksand", sans-serif;
    font-weight: 700;
    font-size: 0.875rem;
    line-height: 1.125rem;
    letter-spacing: 0.1em;
  }
  #mv .mvForm .mvForm__heading {
    margin-right: 0;
    margin-bottom: 0.625rem;
  }
  #mv .policy p {
    margin-bottom: 1rem;
  }
  #mv .mvPoint {
    display: flex;
    gap: 3rem;
    justify-content: flex-start;
    padding-left: 2rem;
    margin-bottom: 0;
  }
  #mv .mvPoint .mvPoint__number {
    left: 50%;
    translate: -50% 0;
  }
  #mv .mvPoint .mvPoint__item {
    display: block;
  }
  #mv .mv__img img:nth-child(1) {
    top: -13.125rem;
    left: 15rem;
    width: 7.5rem;
    height: 22.625rem;
  }
  #mv .mv__img img:nth-child(2) {
    top: initial;
    bottom: 2.625rem;
    left: -1.25rem;
    width: 20rem;
    height: 20rem;
  }
  #mv .mv__img img:nth-child(3) {
    top: initial;
    bottom: 4.375rem;
    left: 31.4375rem;
    width: 8.5rem;
    height: 8.5rem;
    rotate: initial;
  }
  #mv .mv__img img:nth-child(4) {
    top: 12.5rem;
    right: -4.25rem;
    width: 11.25rem;
    height: 11.25rem;
  }
  #mv .mv__img img:nth-child(5) {
    bottom: 0;
    right: 0;
    width: 20.375rem;
    height: 10.1875rem;
  }
}
/* mv__logos
----------------------------------------------------------------------*/
.logoLoop {
  overflow: hidden;
}

.mv__logos {
  display: flex;
  padding-block: 1.625rem;
  width: 180rem;
  background-color: #fff;
  transition-delay: 0.8s;
}

.mv__logoList {
  display: flex;
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
  padding-left: 2.5rem;
  animation: mv__logos 10s infinite linear both;
}
.mv__logoList img {
  width: 7.5rem;
  flex-shrink: 0;
}

@keyframes mv__logos {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@media screen and (min-width: 60rem) {
  #mv .mv__logos {
    position: absolute;
    bottom: 0;
    padding-block: 1.25rem;
    width: 198rem;
    transition-delay: 1.4s;
  }
  #mv .mv__logoList img {
    width: 8.5rem;
  }
}
/* about
----------------------------------------------------------------------*/
#about {
  padding-block: 4rem 5rem;
  background-color: #fff;
}
#about .about__hgroup {
  display: grid;
  row-gap: 1.5rem;
  margin-bottom: 2.5rem;
  text-align: center;
}
#about .about__hgroup p {
  color: #bac0cb;
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  font-size: 3rem;
  letter-spacing: 0.1em;
  line-height: 3.75rem;
  text-wrap: wrap;
}
#about .about__hgroup h2 {
  position: relative;
  margin-inline: auto;
  padding: 0.875rem 2rem;
  background-color: #ffeb64;
  border-radius: 100vmax;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.8125rem;
}
#about .about__hgroup h2::before {
  content: "";
  position: absolute;
  bottom: -1rem;
  left: 50%;
  translate: -50% 0;
  width: 1.25rem;
  height: 1.25rem;
  background-color: #ffeb64;
  -webkit-clip-path: polygon(50% 1.25rem, 0% 0%, 1.25rem 0%);
          clip-path: polygon(50% 1.25rem, 0% 0%, 1.25rem 0%);
}
#about .about__sentence {
  font-weight: 500;
  line-height: 1.375rem;
}

@media screen and (min-width: 60rem) {
  #about {
    padding-block: 4rem 7.5rem;
  }
  #about .about__hgroup {
    row-gap: 1rem;
    margin-bottom: 2.875rem;
  }
  #about .about__hgroup p {
    font-size: 4rem;
    line-height: 5rem;
  }
  #about .about__hgroup h2 {
    padding: 0.75rem 2rem;
    font-size: 1.5rem;
    line-height: 2.1875rem;
  }
  #about .about__hgroup h2::before {
    bottom: -1.375rem;
    width: 1.5rem;
    height: 1.5rem;
    -webkit-clip-path: polygon(50% 1.5rem, 0% 0%, 1.5rem 0%);
            clip-path: polygon(50% 1.5rem, 0% 0%, 1.5rem 0%);
  }
  #about .about__sentence {
    text-align: center;
  }
}
/* issue
----------------------------------------------------------------------*/
#issue {
  position: relative;
  z-index: var(--layer-backMost);
  padding-bottom: 7.625rem;
  background-color: #fff;
}
#issue::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: var(--layer-back);
  width: 100%;
  height: 3.625rem;
  background: url(../img/seo/wave_yellow.png) repeat-x top/cover;
}

@media screen and (min-width: 60rem) {
  #issue {
    padding-bottom: 11.875rem;
  }
  #issue::before {
    height: 6.875rem;
  }
}
/* service
----------------------------------------------------------------------*/
#service {
  position: relative;
  z-index: var(--layer-back);
  padding-block: 5rem 7.625rem;
  background-color: #fff7c4;
}
#service::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: var(--layer-back);
  width: 100%;
  height: 3.625rem;
  background: url(../img/seo/wave_white.png) repeat-x top/cover;
}
#service .service__heading {
  display: grid;
  row-gap: 0.25rem;
  justify-content: center;
  margin-bottom: 2.5rem;
}
#service .service__heading > span:not(:has(> span)), #service .service__heading > span:has(> span) > span {
  margin-inline: auto;
  padding: 0.125rem 0.25rem;
  width: -moz-max-content;
  width: max-content;
  background-color: #ffee22;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
#service .service__heading > span:has(> span) {
  display: grid;
  row-gap: 0.25rem;
}
#service .service__contents {
  display: grid;
  gap: 1.25rem;
}
#service .serviceItem {
  padding: 1.25rem;
  border-radius: 1.25rem;
  background-color: #fff;
}
#service .serviceItem .serviceItem__target {
  margin-bottom: 0.5rem;
  text-align: center;
}
#service .serviceItem .serviceItem__title {
  margin-inline: auto;
  margin-bottom: 1.5rem;
  padding: 0.25rem 0.5rem;
  width: -moz-max-content;
  width: max-content;
  font-weight: 500;
  line-height: 1.25rem;
}
#service .serviceItem .serviceItem__list {
  display: grid;
  row-gap: 0.75rem;
}
#service .serviceItem .serviceItem__list > li {
  display: flex;
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
  align-items: center;
  color: #676c77;
  font-weight: 700;
}
#service .serviceItem .serviceItem__list > li:not(:last-child) {
  position: relative;
  padding-bottom: 0.75rem;
}
#service .serviceItem .serviceItem__list > li:not(:last-child)::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50% 0;
  width: calc(100% + 2.5rem);
  height: 1px;
  background-color: #d5dbe6;
}
#service .serviceItem:first-of-type {
  border: 0.25rem solid #d5dbe6;
}
#service .serviceItem:first-of-type .serviceItem__target {
  font-family: "Quicksand", sans-serif;
  font-weight: 400;
  font-size: 1.75rem;
  letter-spacing: 0.04em;
  line-height: 2.1875rem;
  text-transform: capitalize;
}
#service .serviceItem:first-of-type .serviceItem__title {
  color: #fff;
  background-color: #676c77;
}
#service .serviceItem:last-of-type {
  border: 0.25rem solid #ffda1c;
}
#service .serviceItem:last-of-type .serviceItem__title {
  background-color: #ffee21;
}

@media screen and (min-width: 60rem) {
  #service {
    padding-block: 5.5rem 11.875rem;
  }
  #service::before {
    height: 6.875rem;
  }
  #service .service__heading {
    margin-bottom: 3rem;
  }
  #service .service__heading > span:not(:has(> span)), #service .service__heading > span:has(> span) > span {
    padding: 0.25rem;
    font-size: 1.25rem;
    line-height: 1.8125rem;
  }
  #service .service__heading > span:has(> span) {
    display: flex;
  }
  #service .service__heading > span:has(> span) > :first-child {
    padding-right: 0;
  }
  #service .service__heading > span:has(> span) > :last-child {
    padding-left: 0;
  }
  #service .service__contents {
    grid-template-columns: repeat(2, 1fr);
  }
  #service .serviceItem {
    padding: 2.5rem 2.25rem 2.375rem;
  }
  #service .serviceItem .serviceItem__target {
    margin-bottom: 0.75rem;
  }
  #service .serviceItem .serviceItem__list > li {
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
    padding-inline: 2.5rem;
    font-size: 1rem;
    letter-spacing: 0;
    line-height: 1.5rem;
  }
  #service .serviceItem .serviceItem__list > li:not(:last-child)::before {
    width: 100%;
  }
  #service .serviceItem:first-of-type .serviceItem__target {
    line-height: 2.5rem;
  }
  #service .serviceItem:last-of-type .serviceItem__target img {
    width: auto;
    height: 2.5rem;
  }
}
/* comparison
----------------------------------------------------------------------*/
#comparison {
  overflow-x: hidden;
  position: relative;
  margin-bottom: 4rem;
  padding-block: 1.375rem 6.25rem;
}
#comparison::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: var(--layer-back);
  width: 100%;
  height: 3.625rem;
  background: url(../img/seo/wave_white.png) repeat-x top/cover;
  rotate: 180deg;
}
#comparison::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: var(--layer-back);
  width: 100%;
  height: calc(100% - 3.625rem);
  background-color: #fff;
}
#comparison .comparison__heading {
  margin-bottom: 2.5rem;
  margin-inline: auto;
  padding-bottom: 0.25rem;
  width: -moz-max-content;
  width: max-content;
  border-bottom: 1px solid;
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.8125rem;
}
#comparison .comparison__contents {
  overflow-x: auto;
  padding-top: 1.5rem;
  padding-left: 1.25rem;
}
#comparison .comparisonTable {
  table-layout: fixed;
  margin-inline: auto;
  width: 100%;
  min-width: 40rem;
  max-width: 57.5rem;
  border-collapse: collapse;
  border: 1px solid #d5dbe6;
}
#comparison .comparisonTable thead tr th {
  padding-block: 1.25rem 1rem;
  height: 3.75rem;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5rem;
  text-align: center;
}
#comparison .comparisonTable thead tr th:not(:last-child) {
  border-right: 1px solid #d5dbe6;
}
#comparison .comparisonTable tbody tr:nth-child(odd) {
  background-color: #f8f8f8;
}
#comparison .comparisonTable tbody tr:nth-child(even) {
  background-color: #ffffff;
}
#comparison .comparisonTable tbody tr td {
  height: 2.5rem;
}
#comparison .comparisonTable tbody tr td:first-child {
  padding: 0.625rem;
  font-weight: 700;
  line-height: 1.25rem;
  letter-spacing: 0;
}
#comparison .comparisonTable tbody tr td:first-child small {
  font-size: 0.75rem;
  font-weight: 400;
}
#comparison .comparisonTable tbody tr td:not(:first-child) {
  padding-block: 0.5rem;
  font-size: 1.5rem;
  line-height: 1;
  text-align: center;
}
#comparison .comparisonTable tbody tr td:not(:last-child) {
  border-right: 1px solid #d5dbe6;
}
#comparison .comparisonTable .comparisonTable__cTop {
  position: relative;
  border-top: 0.25rem solid #ffda1b !important;
  border-inline: 0.25rem solid #ffda1b !important;
}
#comparison .comparisonTable .comparisonTable__cTop::before, #comparison .comparisonTable .comparisonTable__cTop::after {
  position: absolute;
  left: 50%;
  translate: -50% 0;
  background-color: #ffda1c;
}
#comparison .comparisonTable .comparisonTable__cTop::before {
  content: "当社";
  display: grid;
  place-items: center;
  top: -1.75rem;
  width: 5.5rem;
  height: 2.5rem;
  border: 0.25rem solid #fff;
  border-radius: 100vmax;
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
#comparison .comparisonTable .comparisonTable__cTop::after {
  content: "";
  position: absolute;
  top: 0.5rem;
  width: 0.75rem;
  height: 0.75rem;
  -webkit-clip-path: polygon(50% 0.75rem, 0% 0%, 0.75rem 0%);
          clip-path: polygon(50% 0.75rem, 0% 0%, 0.75rem 0%);
}
#comparison .comparisonTable .comparisonTable__cCol {
  border-inline: 0.25rem solid #ffda1b !important;
}
#comparison .comparisonTable .comparisonTable__cBottom {
  border-bottom: 0.25rem solid #ffda1b !important;
  border-inline: 0.25rem solid #ffda1b !important;
}
#comparison .circle-double {
  color: #ffa500;
}
#comparison .circle-single {
  color: #ffd700;
}
#comparison .triangle {
  color: #00bfff;
}

@media screen and (min-width: 60rem) {
  #comparison {
    margin-bottom: 5rem;
  }
  #comparison .comparison__heading {
    padding-bottom: 0.5rem;
    font-size: 1.75rem;
    line-height: 2.5rem;
  }
  #comparison .comparisonTable thead tr th {
    padding-block: 0.9375rem;
    font-size: 1.25rem;
    line-height: 1.8125rem;
  }
  #comparison .comparisonTable tbody tr td:first-child {
    padding-inline: 1.25rem;
  }
  #comparison .comparisonTable .comparisonTable__cTop {
    padding-block: 1.25rem 0;
  }
  #comparison .comparisonTable .comparisonTable__cTop::after {
    top: 0.25rem;
  }
}
/* voice
----------------------------------------------------------------------*/
#voice {
  margin-bottom: 5rem;
}

@media screen and (min-width: 60rem) {
  #voice .voice__heading {
    display: grid;
    row-gap: 1rem;
    justify-content: center;
    text-align: center;
  }
  #voice .voice__btn {
    justify-content: center;
  }
}
/* strength
----------------------------------------------------------------------*/
#strength {
  overflow-x: hidden;
  position: relative;
  padding-block: 5rem 4rem;
}
#strength::before, #strength::after {
  content: "";
  position: absolute;
  left: 0;
  z-index: var(--layer-back);
  width: 100%;
}
#strength::before {
  top: 0;
  height: 3.625rem;
  background: url(../img/seo/wave_white.png) repeat-x top/cover;
}
#strength::after {
  bottom: 0;
  height: calc(100% - 3.625rem);
  background-color: #fff;
}
#strength .strength__hgroup {
  display: grid;
  row-gap: 0.75rem;
  margin-bottom: 2.75rem;
  text-align: center;
}
#strength .strength__shoulderCopy {
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  font-size: 2.5rem;
  letter-spacing: 0.1em;
  line-height: 3.125rem;
}
#strength .strength__heading {
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.375rem;
}
#strength .strength__contents {
  display: grid;
  row-gap: 1.5rem;
}
#strength .strengthItem {
  position: relative;
  padding: 3.75rem 1.25rem 1.25rem;
  border-radius: 1.25rem;
  border: 1px solid #d5dbe6;
}
#strength .strengthItem .strengthItem__label {
  margin-bottom: 1.5rem;
  padding-bottom: 0.375rem;
  border-bottom: 1px solid #202226;
  font-family: "Quicksand", sans-serif;
  font-weight: 400;
  line-height: 1.125rem;
  letter-spacing: 0.2em;
  text-transform: capitalize;
}
#strength .strengthItem .strengthItem__frame {
  margin-bottom: 1.5rem;
}
#strength .strengthItem .strengthItem__frame img {
  width: 100%;
  border-radius: 1.25rem;
}
#strength .strengthItem .strengthItem__band {
  margin-bottom: 1.5rem;
  padding: 0.25rem 0.5rem;
  width: -moz-max-content;
  width: max-content;
  background-color: #ffee21;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.25rem;
}
#strength .strengthItem .strengthItem__heading {
  margin-bottom: 1.5rem;
  padding-left: 0.3125rem;
  font-size: 1.25rem;
  font-weight: 700;
}
#strength .strengthItem .strengthItem__img img {
  position: absolute;
}
#strength .strengthItem .strengthItem__img .--01 img {
  top: -0.625rem;
  left: -3.75rem;
  width: 8rem;
  height: 8rem;
}
#strength .strengthItem .strengthItem__img .--02 img {
  bottom: -2.5rem;
  right: -4.375rem;
  width: 7.125rem;
  height: 7.125rem;
}
#strength .strengthItem .strengthItem__img .--03 img {
  top: -1.25rem;
  left: -5.375rem;
  width: 8.375rem;
  height: 8.375rem;
}
#strength .strengthItem .strengthItem__img .--04 img {
  bottom: -2.5rem;
  right: -5rem;
  width: 7.5rem;
  height: 7.5rem;
}
#strength .strengthItem .strengthItem__img .--05 img {
  top: 6.875rem;
  right: -3.125rem;
  width: 5.125rem;
  height: 7.1875rem;
}
#strength .strengthItem .strengthItem__img .--06 img {
  top: -1.25rem;
  left: -1.875rem;
  width: 4.125rem;
  height: 5.625rem;
}

@media screen and (min-width: 60rem) {
  #strength {
    padding-block: 7.5rem;
  }
  #strength::before {
    height: 6.875rem;
  }
  #strength::after {
    height: calc(100% - 6.875rem);
  }
  #strength .strength__hgroup {
    row-gap: 1rem;
    margin-bottom: 3rem;
  }
  #strength .strength__heading {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  #strength .strength__contents {
    grid-template-columns: repeat(2, 1fr);
    gap: 3.75rem;
  }
  #strength .strength__contents > :first-child {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  #strength .strengthItem {
    border-radius: 2.5rem;
  }
  #strength .strengthItem:first-of-type {
    display: grid;
    align-items: center;
    -moz-column-gap: min(3.75rem, 4.6875vw);
         column-gap: min(3.75rem, 4.6875vw);
    grid-template-columns: min(34.375rem, 42.96875vw) 1fr;
    padding: 1.875rem 3.75rem 1.875rem 1.875rem;
  }
  #strength .strengthItem:not(:first-of-type) {
    border: none;
    padding: 1.875rem 2rem 3.75rem;
  }
  #strength .strengthItem .strengthItem__textBox {
    padding-inline: 2rem;
  }
  #strength .strengthItem .strengthItem__label.--02 {
    display: inline-block;
  }
  #strength .strengthItem .strengthItem__frame {
    margin-bottom: 2rem;
  }
  #strength .strengthItem .strengthItem__band {
    margin-bottom: 1.375rem;
    padding: 0.25rem 0.25rem 0.25rem 0.5rem;
    font-size: 1.5625rem;
    line-height: 2.1875rem;
  }
  #strength .strengthItem .strengthItem__heading {
    margin-bottom: 2rem;
    font-size: 1.25rem;
    font-weight: 700;
  }
}
/* reason
----------------------------------------------------------------------*/
#reason {
  margin-bottom: 4rem;
}
#reason::before {
  background: linear-gradient(to bottom, #ffe553 0%, #ffc11a 100%);
}
#reason::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: var(--layer-backMost);
  width: 100%;
  height: 100%;
  background-color: #fff;
}

@media screen and (min-width: 60rem) {
  #reason {
    margin-bottom: 5rem;
  }
}
/* cta
----------------------------------------------------------------------*/
#cta {
  margin-bottom: 4rem;
}

@media screen and (min-width: 60rem) {
  #cta {
    margin-bottom: 5rem;
  }
}
/* works
----------------------------------------------------------------------*/
#works {
  position: relative;
  margin-bottom: 4rem;
}
#works .works__hgroup {
  display: grid;
  row-gap: 1.25rem;
  margin-bottom: 3rem;
  text-align: center;
}
#works .works__heading {
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 2rem;
}
#works .works__inner {
  overflow-x: hidden;
}
#works .works__btn {
  display: flex;
  justify-content: center;
}

@media screen and (min-width: 60rem) {
  #works {
    margin-bottom: 7.5rem;
  }
  #works .works__hgroup {
    margin-bottom: 4rem;
  }
  #works .works__heading {
    font-size: 1.75rem;
    letter-spacing: 0.04em;
    line-height: 2.5rem;
  }
  #works .works__contents {
    width: 610rem;
  }
  #works .worksItem__thumbnail img {
    width: 34.375rem;
    height: 19.25rem;
  }
}
/* detail
----------------------------------------------------------------------*/
#detail {
  margin-bottom: 4rem;
  padding-block: 4rem;
  background-color: #fff;
}
#detail .detail__heading {
  margin-bottom: 2.5rem;
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.8125rem;
}
#detail .detail__heading > span:not(:has(> span)), #detail .detail__heading > span:has(> span) > span {
  margin-inline: auto;
  padding-bottom: 0.25rem;
  width: -moz-max-content;
  width: max-content;
  border-bottom: 1px solid;
}
#detail .detail__heading > span:has(> span) {
  display: grid;
  row-gap: 0.5rem;
}
#detail .detail__items {
  display: grid;
  gap: 1.5rem 2.5rem;
  margin-bottom: 2rem;
}
#detail .detailItem {
  position: relative;
  padding-top: 6rem;
}
#detail .detailItem .detailItem__frame {
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% 0;
}
#detail .detailItem .detailItem__frame img {
  height: 7.5rem;
}
#detail .detailItem .detailItem__textBox {
  padding: 2.25rem 1.25rem 1.25rem;
  border: 1px solid #d5dbe6;
  border-radius: 1.25rem;
}
#detail .detailItem .detailItem__heading {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2.1875rem;
  text-align: center;
}
#detail .detailItem:first-of-type .detailItem__heading {
  color: #e3aa10;
}
#detail .detailItem:nth-of-type(2) .detailItem__heading {
  color: #ff8264;
}
#detail .detailItem:last-of-type .detailItem__heading {
  color: #6ecc63;
}
#detail .detailItem__triangle {
  margin-bottom: 1.25rem;
  text-align: center;
}
#detail .detail__subHeading {
  margin-inline: auto;
  margin-bottom: 1.5rem;
  padding: 0.25rem 0.75rem;
  width: -moz-max-content;
  width: max-content;
  background-color: #ffb427;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.8125rem;
}
#detail .table-wrapper {
  overflow-x: auto;
  padding-left: 1.25rem;
  width: 100%;
}
#detail table {
  margin-inline: auto;
  width: 57.5rem;
  border-collapse: collapse;
  table-layout: fixed;
}
#detail tr:nth-of-type(even) td {
  background-color: #f8f8f8;
}
#detail tr:nth-of-type(odd) td {
  background-color: #fff;
}
#detail th,
#detail td {
  border: 1px solid #d5dbe6;
  vertical-align: middle;
  font-size: 0.875rem;
  letter-spacing: 0;
}
#detail th {
  width: 7.5rem;
  background-color: #676c77;
  color: white;
  text-align: center;
}
#detail td {
  padding: 1rem;
}

@media screen and (min-width: 60rem) {
  #detail {
    margin-bottom: 7.5rem;
    padding-block: 5rem 7.5rem;
  }
  #detail .detail__heading {
    font-size: 1.75rem;
    line-height: 2.5rem;
  }
  #detail .detail__heading > span {
    margin-inline: initial;
    padding-bottom: 0.5rem;
  }
  #detail .detail__heading > span:not(:has(> span)), #detail .detail__heading > span:has(> span) > span {
    margin-inline: initial;
    padding-bottom: 0.5rem;
  }
  #detail .detail__heading > span:has(> span) {
    display: flex;
    justify-content: center;
  }
  #detail .detail__items {
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 2.5rem;
  }
  #detail .detailItem {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 2;
    padding-top: 5rem;
  }
  #detail .detailItem .detailItem__frame img {
    height: 10rem;
  }
  #detail .detailItem .detailItem__textBox {
    padding: 6rem 1.25rem 1.125rem;
  }
  #detail .detailItem .detailItem__heading {
    font-size: 2rem;
    line-height: 2.875rem;
  }
  #detail .detailItem__triangle {
    margin-bottom: 1.5rem;
  }
  #detail .detailItem__triangle img {
    width: 11.5rem;
  }
  #detail .detail__subHeading {
    margin-bottom: 3rem;
    padding: 0.5rem 1rem;
    font-size: 1.75rem;
    line-height: 2.5rem;
  }
}
/* flow
----------------------------------------------------------------------*/
#flow {
  margin-bottom: 4rem;
}

@media screen and (min-width: 60rem) {
  #flow {
    margin-bottom: 7.5rem;
  }
}
/* plan
----------------------------------------------------------------------*/
#plan {
  margin-bottom: 4rem;
}
#plan .plan__heading {
  display: flex;
  align-items: center;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  margin-bottom: 2.5rem;
}
#plan .plan__contents {
  display: grid;
  gap: 1rem 1.375rem;
}
#plan .planItem {
  overflow: hidden;
  border-radius: 1.25rem;
  background-color: #fff;
}
#plan .planItem .planItem__head {
  padding: 1.25rem 1.25rem 2.875rem;
  text-align: center;
}
#plan .planItem .planItem__hgroup {
  margin-bottom: 0.75rem;
}
#plan .planItem .planItem__shoulder {
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 3.125rem;
  letter-spacing: 0.04em;
  text-transform: capitalize;
}
#plan .planItem .planItem__title {
  font-weight: 700;
  line-height: 1.25rem;
}
#plan .planItem .planItem__price {
  margin-bottom: 1rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #d5dbe6;
  font-family: "Quicksand", "Zen Kaku Gothic New", sans-serif;
  font-size: 1rem;
  font-weight: 700;
}
#plan .planItem .planItem__yen {
  font-size: 1.75rem;
}
#plan .planItem .planItem__number {
  font-size: 2.5rem;
  line-height: 3.125rem;
  letter-spacing: 0.04em;
}
#plan .planItem .planItem__heading {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 2rem;
  letter-spacing: 0.1em;
}
#plan .planItem .planItem__foot {
  position: relative;
  padding: 0 1.25rem 1.25rem 1.25rem;
  background-color: #fff7f2;
}
#plan .planItem .planItem__foot::before {
  content: "";
  position: absolute;
  top: -1.625rem;
  left: 0;
  width: max(100%, 20.5rem);
  height: 1.625rem;
  background-image: url(../img/common/wave_red.png);
  background-size: contain;
}
#plan .planItem .planItem__list {
  display: grid;
  justify-content: center;
  margin-bottom: 0.75rem;
}
#plan .planItem .planItem__list > li {
  position: relative;
  padding-left: 0.875rem;
}
#plan .planItem .planItem__list > li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
#plan .planItem .planItem__note {
  font-size: 0.75rem;
  text-align: center;
}
#plan .planItem:nth-of-type(1) {
  border: 0.25rem solid #f5eae4;
}
#plan .planItem:nth-of-type(1) .planItem__shoulder {
  color: #e69c66;
}
#plan .planItem:nth-of-type(1) .planItem__foot {
  background-color: #fff7f2;
}
#plan .planItem:nth-of-type(1) .planItem__foot::before {
  background-image: url(../img/common/wave_red.png);
}
#plan .planItem:nth-of-type(2) {
  border: 0.25rem solid #dfeef3;
}
#plan .planItem:nth-of-type(2) .planItem__shoulder {
  color: #a8c3c9;
}
#plan .planItem:nth-of-type(2) .planItem__foot {
  background-color: #f0fbff;
}
#plan .planItem:nth-of-type(2) .planItem__foot::before {
  background-image: url(../img/common/wave_blue.png);
}
#plan .planItem:nth-of-type(3) {
  border: 0.25rem solid #f5efd3;
}
#plan .planItem:nth-of-type(3) .planItem__shoulder {
  color: #e3bd1d;
}
#plan .planItem:nth-of-type(3) .planItem__foot {
  background-color: #fffceb;
}
#plan .planItem:nth-of-type(3) .planItem__foot::before {
  background-image: url(../img/common/wave_yellow.png);
}

@media screen and (min-width: 60rem) {
  #plan {
    margin-bottom: 8.75rem;
  }
  #plan .plan__heading {
    margin-bottom: 4rem;
  }
  #plan .plan__contents {
    grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr));
  }
  #plan .planItem {
    display: grid;
    grid-template-rows: subgrid;
    grid-area: span 2;
  }
  #plan .planItem .planItem__head {
    padding-block: 1.5rem 3.125rem;
  }
  #plan .planItem .planItem__foot {
    padding-bottom: 2.25rem;
  }
  #plan .planItem .planItem__foot::before {
    top: -1.875rem;
    height: 1.875rem;
  }
}
/* member
----------------------------------------------------------------------*/
#member {
  margin-bottom: 4rem;
}
#member .member__heading {
  display: flex;
  align-items: center;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  margin-bottom: 2.5rem;
}
#member .member__contents {
  display: grid;
  row-gap: 1.25rem;
  padding: 1.5rem 1.25rem;
  border-radius: 1.25rem;
  background-color: #fff;
}
#member .memberItem:not(:last-of-type) {
  position: relative;
  padding-bottom: 1.25rem;
}
#member .memberItem:not(:last-of-type)::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50% 0;
  width: calc(100% + 1.25rem);
  height: 1px;
  background-color: #d5dbe6;
}
#member .memberItem .memberItem__manager {
  position: relative;
  margin-bottom: 1.25rem;
  text-align: center;
}
#member .memberItem .memberItem__manager img {
  border-radius: 100%;
  box-shadow: 4px 4px 0 #ffaf9d;
}
#member .memberItem .memberItem__manager figcaption {
  position: absolute;
  bottom: -0.25rem;
  left: 50%;
  translate: -50% 0;
  z-index: var(--layer-front);
  padding: 0.125rem 0.375rem;
  width: -moz-max-content;
  width: max-content;
  height: 1.5rem;
  background-color: #f88064;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.25rem;
}
#member .memberItem .memberItem__message {
  display: grid;
  justify-items: center;
  row-gap: 0.25rem;
  position: relative;
  margin-inline: auto;
  margin-bottom: 1.5rem;
  width: -moz-max-content;
  width: max-content;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.25rem;
}
#member .memberItem .memberItem__message::before, #member .memberItem .memberItem__message::after {
  content: "";
  position: absolute;
  width: 1.25rem;
  height: 0.875rem;
  background: url(../img/common/kakko.png) no-repeat top/contain;
}
#member .memberItem .memberItem__message::before {
  top: 0;
  left: -0.75rem;
  translate: -100% 0;
}
#member .memberItem .memberItem__message::after {
  bottom: 0;
  right: -0.75rem;
  translate: 100% 0;
  rotate: 180deg;
}
#member .memberItem .memberItem__message > span:not(:has(> span)) {
  padding-bottom: 0.25rem;
  width: -moz-max-content;
  width: max-content;
  border-bottom: 1px solid #f88064;
}
#member .memberItem .memberItem__message > span:has(> span) {
  display: grid;
  justify-items: center;
  row-gap: 0.25rem;
}
#member .memberItem .memberItem__message > span > span {
  padding-bottom: 0.25rem;
  width: -moz-max-content;
  width: max-content;
  border-bottom: 1px solid #f88064;
}
#member .memberItem .memberItem__sentence {
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.5;
}

@media screen and (min-width: 60rem) {
  #member {
    margin-bottom: 5rem;
  }
  #member .member__heading {
    margin-bottom: 1rem;
  }
  #member .member__contents {
    row-gap: 1.875rem;
    padding: 1.875rem;
    border-radius: 2.5rem;
  }
  #member .memberItem {
    display: grid;
    grid-template-columns: 7.75rem 1fr;
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }
  #member .memberItem:not(:last-of-type) {
    padding-bottom: 1.875rem;
  }
  #member .memberItem .memberItem__manager {
    margin-bottom: 0;
  }
  #member .memberItem .memberItem__manager img {
    width: 7.5rem;
    height: 7.5rem;
  }
  #member .memberItem .memberItem__manager figcaption {
    top: 6.5rem;
  }
  #member .memberItem .memberItem__message {
    justify-items: initial;
    margin-inline: initial;
    margin-bottom: 1rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }
  #member .memberItem .memberItem__message > span:not(:has(> span)) {
    padding-bottom: 0.125rem;
  }
  #member .memberItem .memberItem__message > span:has(> span) {
    display: flex;
    justify-items: initial;
    row-gap: initial;
  }
  #member .memberItem .memberItem__message > span > span {
    padding-bottom: 0.125rem;
  }
}
/* things
----------------------------------------------------------------------*/
#things {
  margin-bottom: 4rem;
}

/* youtube
----------------------------------------------------------------------*/
#youtube {
  margin-bottom: 5rem;
}

@media screen and (min-width: 60rem) {
  #youtube {
    margin-bottom: 7.5rem;
  }
}
/* faq
----------------------------------------------------------------------*/
#faq {
  padding-block: 1.5rem 5rem;
}

@media screen and (min-width: 60rem) {
  #faq {
    padding-block: 3.375rem 7.5rem;
  }
}
/* column
----------------------------------------------------------------------*/
#column {
  padding-bottom: 5rem;
  background-color: #fff;
}

@media screen and (min-width: 60rem) {
  #column {
    padding-bottom: 7.5rem;
  }
}/*# sourceMappingURL=seo.css.map */