/* ============================================================================
page
============================================================================ */
/* top
=========================================================================== */
/* fv
================================================== */
.fv {
  overflow: hidden;
  position: relative;
  padding: 5.875rem 1.5rem 4rem;
}
.fv::before {
  content: "";
  opacity: 0.07;
  position: absolute;
  inset: 0;
  z-index: -10;
  width: 100%;
  height: 100%;
  background-image: url(../img/grid.svg);
  background-size: 3.125rem;
  background-repeat: repeat;
}
.fv::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -5;
  width: 100%;
  height: 100%;
  background-image: url(../img/bg_sp.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
.fv .container {
  position: relative;
}
.fv .container::before {
  content: "";
  position: absolute;
  z-index: -10;
  width: 100%;
  height: 100%;
  border-radius: 0.9375rem;
  background-color: #fff;
}
.fv .head {
  display: grid;
  place-items: center;
  max-width: 70.125rem;
  margin: 0 auto;
  padding: 1.5rem 1rem 0;
}
.fv .head hgroup {
  margin-bottom: 1.5rem;
}
.fv .head p {
  margin-bottom: 1.3125rem;
  color: #222;
  font-size: 0.875rem;
  line-height: 1.6;
  --spacing: 0.03em;
}
.fv .head h1 {
  width: 100%;
  max-width: 26.25rem;
}
.fv .head .mv {
  text-align: center;
}
.fv .head .mv img {
  width: 14.125rem;
  height: 15.375rem;
}
.fv ol {
  display: grid;
  gap: 0.75rem;
  max-width: 70.125rem;
  margin: 0 auto;
}
.fv li {
  position: relative;
  width: 100%;
  max-width: 30rem;
  margin: 0 auto;
}
.fv li .number {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 3.75rem;
  height: 3.75rem;
}
.fv li .box {
  display: flex;
  gap: 1rem;
  justify-content: center;
  align-items: center;
  margin-left: 1.875rem;
  padding: 0.75rem 0;
  border: 2px solid #333;
  border-radius: 0.9375rem;
  background-color: #fff;
}
.fv li .box p {
  font-weight: 700;
}
.fv li .box .icon {
  width: 3.125rem;
  height: 3.125rem;
}

@media screen and (min-width: 60rem) {
  .fv {
    padding: 7.5rem 3.125rem 6.875rem;
  }
  .fv::before {
    background-size: 6.25rem;
  }
  .fv::after {
    top: 75%;
    background-image: url(../img/bg_pc.png);
    background-size: contain;
  }
  .fv .head {
    display: block;
    place-items: initial;
    position: relative;
    padding: 4rem 3rem 0;
  }
  .fv .head hgroup {
    margin-bottom: 4.375rem;
  }
  .fv .head p {
    margin-bottom: 1.5rem;
    font-size: 1.25rem;
    --spacing: normal;
  }
  .fv .head .mv {
    position: absolute;
    right: 3rem;
    z-index: -1;
  }
  .fv .head .mv img {
    width: 100%;
    max-width: 22.125rem;
    height: 100%;
    min-height: 24.3125rem;
  }
  .fv ol {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 2rem;
    padding: 0 3rem;
  }
  .fv li::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -10;
    width: 100%;
    height: 100%;
    background-image: url(../img/dot.png);
    background-size: 3.125rem;
    background-repeat: repeat;
    top: 0.5rem;
    left: 0.5rem;
    z-index: -1;
  }
  .fv li .number {
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 6.25rem;
    height: 6.25rem;
  }
  .fv li .box {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    padding: 5.25rem 0 2rem;
    border: 2px solid #333;
    border-radius: 0.9375rem;
    background-color: #fff;
  }
  .fv li .box p {
    font-size: 1.5rem;
  }
  .fv li .box .icon {
    width: 7.5rem;
    height: 7.5rem;
  }
}
@media screen and (min-width: 64rem) {
  .fv .head hgroup {
    margin-bottom: 5.375rem;
  }
  .fv .head p {
    font-size: 1.375rem;
    --spacing: 0.02em;
  }
  .fv .head h1 {
    max-width: 28.75rem;
  }
  .fv .head .mv img {
    max-width: 24.25rem;
    min-height: 27.375rem;
  }
  .fv ol {
    gap: 3rem;
  }
}
@media screen and (min-width: 80rem) {
  .fv::after {
    top: 70%;
  }
  .fv .head hgroup {
    margin-bottom: 6.5rem;
  }
  .fv .head p {
    font-size: 1.5rem;
    --spacing: 0.02em;
  }
  .fv .head h1 {
    max-width: 32.1875rem;
  }
  .fv .head .mv img {
    max-width: 27.625rem;
    min-height: 30.375rem;
  }
  .fv ol {
    gap: 4rem;
  }
}
/* overview
================================================== */
.overview {
  overflow: hidden;
  padding-bottom: 23.75rem;
  background-color: #f5f5f5;
}
.overview .inner {
  position: relative;
  z-index: 1;
}
.overview .inner::before {
  content: "";
  position: absolute;
  bottom: -17.5rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  background-image: url(../img/about-img.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-size: contain;
  min-width: 20rem;
  max-width: 43.75rem;
  min-height: 20rem;
  max-height: 42.1875rem;
}
.overview hgroup {
  position: relative;
  z-index: 10;
  padding-top: clamp(7rem, 30.7692307692vw, 8.5rem);
}
.overview hgroup p {
  position: absolute;
  top: 0;
  left: -1rem;
  z-index: 1;
  color: #f5f5f5;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: clamp(4rem, 17.9487179487vw, 5rem);
  font-weight: 900;
  line-height: 106%;
  --spacing: 0.1em;
  text-shadow: 2px 2px 0 #fff, -2px -2px 0 #fff, -2px 2px 0 #fff, 2px -2px 0 #fff, 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff;
}
.overview hgroup h2 {
  position: relative;
  z-index: 10;
  margin-bottom: 4rem;
  color: #222;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.8;
}
.overview .sentence {
  display: grid;
  gap: 1.5rem;
  line-height: 1.8;
}

@media screen and (min-width: 60rem) {
  .overview {
    padding-bottom: 23.75rem;
  }
  .overview .inner {
    padding-top: 1.5rem;
  }
  .overview .inner::before {
    bottom: -18.75rem;
    right: 5%;
    left: initial;
    transform: translate(0);
    width: 25rem;
    height: 25rem;
    background-position: right;
  }
  .overview hgroup {
    padding-top: 5rem;
  }
  .overview hgroup p {
    left: -1rem;
    font-size: 6rem;
    line-height: 1.6;
    --spacing: 0.05em;
    text-shadow: 3px 3px 0 #fff, -3px -3px 0 #fff, -3px 3px 0 #fff, 3px -3px 0 #fff, 3px 0 0 #fff, -3px 0 0 #fff, 0 3px 0 #fff, 0 -3px 0 #fff;
  }
  .overview hgroup h2 {
    margin-bottom: 3.5rem;
    font-size: 2rem;
    line-height: 2.2;
  }
  .overview .sentence {
    line-height: 2.4;
  }
  .overview .sentence p {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 80rem) {
  .overview hgroup {
    padding-top: 7.5rem;
  }
  .overview hgroup p {
    left: -6.75rem;
    font-size: 7.75rem;
  }
}
/* advantage
================================================== */
.advantage {
  margin-top: 5rem;
  margin-bottom: 5rem;
}
.advantage ul {
  display: grid;
  gap: 3rem;
}
.advantage li {
  position: sticky;
  background-color: #fff;
}
.advantage li .bracket {
  position: absolute;
  width: 100%;
  height: 100%;
}
.advantage li .bracket .top,
.advantage li .bracket .bottom {
  position: absolute;
  width: 100%;
  height: 100%;
}
.advantage li .bracket .top::before, .advantage li .bracket .top::after,
.advantage li .bracket .bottom::before,
.advantage li .bracket .bottom::after {
  content: "";
  position: absolute;
  width: 1.875rem;
  height: 1.875rem;
  background-image: url(../img/bracket.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top left;
}
.advantage li .bracket .top::before {
  top: 0;
  left: 0;
}
.advantage li .bracket .top::after {
  top: 0;
  right: 0;
  rotate: 90deg;
}
.advantage li .bracket .bottom::before {
  bottom: 0;
  left: 0;
  rotate: -90deg;
}
.advantage li .bracket .bottom::after {
  bottom: 0;
  right: 0;
  rotate: 180deg;
}
.advantage .inner {
  padding: 1.125rem;
}
.advantage .inner .bg-grid {
  position: relative;
  padding: 1.5rem 0.5rem;
}
.advantage .inner .bg-grid::before {
  content: "";
  opacity: 0.07;
  position: absolute;
  inset: 0;
  z-index: -10;
  width: 100%;
  height: 100%;
  background-image: url(../img/grid.svg);
  background-size: 3.125rem;
  background-repeat: repeat;
}
.advantage .inner .frame {
  text-align: center;
  margin-bottom: 1rem;
}
.advantage .inner .frame img {
  width: 100%;
  max-width: 18.125rem;
  height: 100%;
  max-height: 18.125rem;
}
.advantage .inner hgroup {
  display: grid;
  gap: 0.25rem;
  margin-bottom: 2.5rem;
}
.advantage .inner hgroup p {
  color: #8f9095;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 0.875rem;
  line-height: 1.6;
}
.advantage .inner hgroup h3 {
  font-size: 1.25rem;
  line-height: 2;
  --spacing: 0.03em;
}
.advantage .inner .sentence {
  line-height: 2;
}

@media screen and (min-width: 60rem) {
  .advantage {
    margin-top: 6.875rem;
    margin-bottom: 6.875rem;
  }
  .advantage h2 {
    font-size: 1.5rem;
  }
  .advantage .inner {
    padding: 5rem 3rem;
  }
  .advantage .inner .bg-grid {
    display: grid;
    grid-template-columns: 27.5rem 1fr;
    align-items: center;
    padding: 1.5rem 0.5rem;
  }
  .advantage .inner .items {
    max-width: 37.5rem;
    align-items: start;
  }
}
@media screen and (min-width: 80rem) {
  .advantage .inner hgroup h3 {
    font-size: 1.5rem;
  }
}
/* service
================================================== */
.service {
  overflow: hidden;
  position: relative;
  padding: 2.5rem 0 5rem;
}
.service::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  margin-right: 1rem;
  border-top-right-radius: 7.25rem;
  background-color: #f5f5f5;
}
.service::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -10;
  width: 100%;
  height: 100%;
  background-image: url(../img/dot.png);
  background-size: 3.125rem;
  background-repeat: repeat;
  top: 4rem;
  z-index: -10;
}
.service h2 {
  margin-bottom: 6.125rem;
}
.service ol {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(18.75rem, 1fr));
  gap: 6.625rem 1.5rem;
}
.service li {
  position: relative;
  padding: 5.125rem 2rem 2rem;
  border: 2px solid #333;
  border-radius: 0.9375rem;
  background-color: #fff;
}
.service li .number {
  position: absolute;
  top: -3.125rem;
  left: 50%;
  transform: translateX(-50%);
}
.service li .number img {
  width: 6.25rem;
  height: 6.25rem;
}
.service li .icon {
  margin-bottom: 1rem;
  text-align: center;
}
.service li .icon img {
  width: 7.5rem;
  height: 7.5rem;
}
.service li h3 {
  margin-bottom: 1.5rem;
  line-height: 2;
  text-align: center;
}
.service li p {
  line-height: 2;
}

@media screen and (min-width: 60rem) {
  .service {
    padding: 3.4375rem 0 6.875rem;
  }
  .service h2 {
    margin-bottom: 6.625rem;
  }
  .service li {
    padding: 6.25rem 2.875rem 3.125rem;
  }
  .service li .icon {
    margin-bottom: 2rem;
  }
  .service li h3 {
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 90rem) {
  .service::before {
    border-top-right-radius: 18.75rem;
    margin-right: 3.375rem;
  }
  .service::after {
    top: 5.625rem;
    background-size: 6.25rem;
  }
}
/* point
================================================== */
.point {
  overflow: hidden;
  position: relative;
  padding: 2.5rem 0 5rem;
}
.point::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  margin-right: 1rem;
  background-color: #f5f5f5;
}
.point::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -10;
  width: 100%;
  height: 100%;
  background-image: url(../img/dot.png);
  background-size: 3.125rem;
  background-repeat: repeat;
  z-index: -10;
}
.point .image {
  position: relative;
  margin-bottom: 5.1875rem;
}
.point .image .bracket {
  position: absolute;
  width: 100%;
  height: 100%;
}
.point .image .bracket .top,
.point .image .bracket .bottom {
  position: absolute;
  width: 100%;
  height: 100%;
}
.point .image .bracket .top::before, .point .image .bracket .top::after,
.point .image .bracket .bottom::before,
.point .image .bracket .bottom::after {
  content: "";
  position: absolute;
  width: 1.875rem;
  height: 1.875rem;
  background-image: url(../img/bracket.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top left;
}
.point .image .bracket .top::before {
  top: -0.75rem;
  left: -0.75rem;
}
.point .image .bracket .top::after {
  top: -0.75rem;
  right: -0.75rem;
  rotate: 90deg;
}
.point .image .bracket .bottom::before {
  bottom: -0.75rem;
  left: -0.75rem;
  rotate: -90deg;
}
.point .image .bracket .bottom::after {
  bottom: -0.75rem;
  right: -0.75rem;
  rotate: 180deg;
}
.point .image .inner .bg-grid {
  position: relative;
  background-color: #fff;
}
.point .image .inner .bg-grid::before {
  content: "";
  opacity: 0.07;
  position: absolute;
  inset: 0;
  z-index: -10;
  width: 100%;
  height: 100%;
  background-image: url(../img/grid.svg);
  background-size: 3.125rem;
  background-repeat: repeat;
  z-index: 0;
}
.point .image .frame {
  display: grid;
  place-items: center;
  padding: 2rem 0.75rem;
}
.point .image .frame img {
  height: 37.5rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.point .image .bubbles {
  position: absolute;
  top: 0;
  left: calc(50% + 1rem);
}
.point .image .bubble {
  display: grid;
  place-items: center;
  position: absolute;
  width: 8.875rem;
  height: 3.375rem;
  border-radius: 0.9375rem;
  background-color: #333;
  text-align: center;
}
.point .image .bubble:nth-of-type(1) {
  top: 7.5rem;
}
.point .image .bubble:nth-of-type(1)::after {
  content: "01";
}
.point .image .bubble:nth-of-type(2) {
  top: 14.375rem;
}
.point .image .bubble:nth-of-type(2)::after {
  content: "02";
}
.point .image .bubble:nth-of-type(3) {
  top: 21.25rem;
}
.point .image .bubble:nth-of-type(3)::after {
  content: "03";
}
.point .image .bubble::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -0.625rem;
  transform: translateY(-50%);
  width: 0.9375rem;
  height: 1.625rem;
  background-image: url(../img/fukidashi.svg);
  background-repeat: no-repeat;
  background-position: center left;
}
.point .image .bubble::after {
  display: grid;
  place-items: center;
  position: absolute;
  top: 0;
  right: 0.5rem;
  transform: translateY(-50%);
  width: 1.6875rem;
  height: 1.6875rem;
  background-color: #fff;
  border: 1px solid #333;
  border-radius: 50%;
  font-family: "Montserrat";
  font-size: 0.75rem;
  font-weight: 700;
  --spacing: 0;
}
.point .image .bubble p {
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: normal;
}
.point .note {
  position: relative;
  padding: 4.375rem 1.5rem 2.5rem;
  border: 2px dashed #333;
  border-radius: 0.9375rem;
  background-color: #fff;
}
.point .note .heading {
  position: absolute;
  top: -2.1875rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
}
.point .note .heading p {
  display: inline-block;
  padding: 0.5rem 1.5rem;
  border: 2px solid #333;
  border-radius: 3rem;
  background-color: #fff;
  font-weight: 500;
  line-height: 1.6;
  --spacing: 0.03em;
}
.point .note .contents {
  display: grid;
  place-items: center;
}
.point .note .contents ul {
  margin-bottom: 1.5rem;
}
.point .note .contents li {
  margin-left: 1.5rem;
  list-style-type: disc;
  font-weight: 700;
  line-height: 1.6;
}
.point .note .contents p {
  font-size: 0.875rem;
  line-height: 1.6;
}

@media screen and (min-width: 24.375rem) {
  .point .image .frame {
    padding: 2rem 1.625rem;
  }
  .point .image .frame img {
    width: 100%;
    height: 37.5rem;
  }
}
@media screen and (min-width: 48rem) {
  .point .image .bracket .top::before {
    top: -0.75rem;
    left: -0.75rem;
  }
  .point .image .bracket .top::after {
    top: -0.75rem;
    right: -0.75rem;
  }
  .point .image .bracket .bottom::before {
    bottom: -0.75rem;
    left: -0.75rem;
  }
  .point .image .bracket .bottom::after {
    bottom: -0.75rem;
    right: -0.75rem;
  }
  .point .image .frame {
    padding: 3.375rem;
  }
  .point .image .frame img {
    height: 52.625rem;
  }
  .point .image .bubbles {
    left: calc(50% + 2rem);
  }
  .point .image .bubble {
    width: 11.875rem;
  }
  .point .image .bubble:nth-of-type(1) {
    top: 11.25rem;
  }
  .point .image .bubble:nth-of-type(2) {
    top: 21.25rem;
  }
  .point .image .bubble:nth-of-type(3) {
    top: 31.25rem;
  }
  .point .image .bubble::before {
    left: -0.75rem;
  }
  .point .image .bubble p {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 60rem) {
  .point {
    padding: 6.875rem 0;
  }
  .point .image {
    margin-bottom: 5.6875rem;
  }
  .point .image .bubble {
    width: 16.875rem;
    height: 4.625rem;
  }
  .point .image .bubble::after {
    right: 1rem;
    width: 2.125rem;
    height: 2.125rem;
    font-size: 1rem;
  }
  .point .image .bubble p {
    font-size: 1rem;
  }
  .point .note {
    padding: 5.375rem 1.5rem 3.5rem;
  }
  .point .note .heading {
    top: -2rem;
  }
  .point .note .heading p {
    padding: 1rem 2rem;
    font-size: 1.125rem;
  }
  .point .note .contents ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 0.5rem;
  }
}
@media screen and (min-width: 80rem) {
  .point .image .bracket .top::before {
    top: -1.5rem;
    left: -1.5rem;
  }
  .point .image .bracket .top::after {
    top: -1.5rem;
    right: -1.5rem;
  }
  .point .image .bracket .bottom::before {
    bottom: -1.5rem;
    left: -1.5rem;
  }
  .point .image .bracket .bottom::after {
    bottom: -1.5rem;
    right: -1.5rem;
  }
}
@media screen and (min-width: 90rem) {
  .point::before {
    margin-right: 3.25rem;
  }
  .point::after {
    background-size: 6.25rem;
  }
}
/*user
================================================== */
.user {
  position: relative;
  z-index: 10;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.user::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: -5;
  width: calc(100% - 1rem);
  height: 100%;
  background-color: #fff;
  border-top-left-radius: 7.25rem;
}
.user .list {
  display: grid;
  gap: 2rem;
}
.user .list-item {
  position: relative;
  margin-top: 16.25rem;
  padding: 6.25rem 2.875rem 3.125rem;
  border: 2px solid #333;
  border-radius: 0.9375rem;
  background-color: #fff;
}
.user .frame {
  position: absolute;
  top: -16.25rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
.user .frame img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 15.625rem;
  aspect-ratio: 1/1.416;
}
.user .items {
  display: grid;
  gap: 1.5rem;
}
.user .items h3 {
  font-size: 1.25rem;
  line-height: 2;
  --spacing: -0.05em;
  text-align: center;
}
.user .items .child {
  display: grid;
  gap: 1rem;
}
.user .items .child li {
  margin-left: 2rem;
  list-style-type: disc;
  line-height: 1.6;
}
.user .items .line {
  display: none;
}

@media screen and (min-width: 24.375rem) {
  .user .items .line {
    display: initial;
  }
}
@media screen and (min-width: 37.5rem) {
  .user .items h3 {
    --spacing: 0.05em;
  }
  .user .items .line {
    display: none;
  }
}
@media screen and (min-width: 60rem) {
  .user {
    padding-top: 6.875rem;
    padding-bottom: 6.875rem;
  }
  .user .list {
    grid-template-columns: 1fr 1fr;
    gap: 6.5rem 1.5rem;
  }
  .user .list-item {
    margin-top: 16.25rem;
  }
  .user .list-item:nth-of-type(1) h3 {
    margin-bottom: 3.25rem;
  }
  .user .list-item:nth-of-type(4) h3 {
    margin-bottom: 2.75rem;
  }
  .user .frame {
    top: -16.25rem;
  }
  .user .items h3 {
    font-size: 1.5rem;
  }
  .user .items .line {
    display: initial;
  }
  .user .items .child li {
    line-height: 2;
  }
}
@media screen and (min-width: 90rem) {
  .user::before {
    width: calc(100% - 3.375rem);
    border-top-left-radius: 18.75rem;
    margin-left: 3.375rem;
  }
}
/* reviewer
================================================== */
.reviewer {
  overflow: hidden;
  position: relative;
  top: -2.5rem;
  z-index: 10;
  padding-top: 7.5rem;
  padding-bottom: 5rem;
}
.reviewer::before {
  content: "";
  position: absolute;
  top: 0.1875rem;
  left: 50%;
  z-index: -5;
  transform: translateX(-50%);
  width: 62.5rem;
  height: 62.5rem;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 -3px 6px whitesmoke;
}
.reviewer::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -10;
  width: 100%;
  height: 100%;
  background-image: url(../img/dot.png);
  background-size: 3.125rem;
  background-repeat: repeat;
  top: 2.5rem;
  height: 12.5rem;
}
.reviewer .grid {
  margin-bottom: 3.5rem;
}
.reviewer .frame {
  margin-bottom: 3rem;
  text-align: center;
}
.reviewer .frame img {
  max-width: 18.75rem;
  max-height: 18.75rem;
}
.reviewer .profile {
  display: grid;
  gap: 0.5rem;
  margin-bottom: 2rem;
}
.reviewer .profile p {
  font-weight: 700;
  line-height: 1.6;
}
.reviewer .profile .post {
  font-size: 0.875rem;
}
.reviewer .profile .name {
  font-size: 1.25rem;
}
.reviewer .sentence {
  margin-bottom: 1rem;
  font-size: 0.875rem;
  line-height: 2;
}
.reviewer .link {
  display: flex;
  gap: 1rem;
  margin-bottom: 3.5rem;
}
.reviewer .link a {
  width: 2rem;
  height: 2rem;
  transition-duration: 0.2s;
}
.reviewer .link a img {
  width: 100%;
  height: 100%;
}
.reviewer .link a:nth-of-type(2) {
  padding: 0.25rem;
}
.reviewer .link a:hover {
  opacity: 0.6;
}
.reviewer .qualification h3 {
  margin-bottom: 1rem;
}
.reviewer .qualification h3 span {
  padding: 0.25rem 1.5rem;
  border: 1px solid #8f9095;
  border-radius: 1.5rem;
  color: #8f9095;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.6;
}
.reviewer .qualification ul {
  display: grid;
  gap: 0.5rem;
}
.reviewer .qualification li {
  font-size: 0.875rem;
  line-height: 2;
  --spacing: normal;
}
.reviewer .qualification li span {
  font-size: 0.75rem;
  line-height: 1.8;
}

@media screen and (min-width: 37.5rem) {
  .reviewer::before {
    width: 93.75rem;
    height: 93.75rem;
  }
}
@media screen and (min-width: 60rem) {
  .reviewer {
    padding-top: 9.375rem;
    padding-bottom: 6.875rem;
  }
  .reviewer::before {
    width: 250rem;
    height: 250rem;
  }
  .reviewer::after {
    top: 2.5rem;
    height: 12.5rem;
  }
  .reviewer .grid {
    display: grid;
    grid-template-columns: 20.3125rem 1fr;
    gap: 7.5rem;
  }
  .reviewer .frame {
    margin-bottom: 0;
    text-align: inherit img;
    text-align-max-width: 21.5625rem;
    text-align-max-height: 21.5625rem;
  }
  .reviewer .profile p {
    font-weight: 700;
    line-height: 1.6;
  }
  .reviewer .profile .post {
    font-size: 0.875rem;
  }
  .reviewer .profile .name {
    font-size: 1.25rem;
  }
  .reviewer .sentence {
    font-size: 1rem;
  }
  .reviewer .link {
    display: flex;
    gap: 1rem;
    margin-bottom: 3.5rem;
  }
  .reviewer .qualification h3 {
    margin-bottom: 1rem;
  }
  .reviewer .qualification h3 span {
    padding: 0.25rem 1.5rem;
    border: 1px solid #8f9095;
    border-radius: 1.5rem;
    color: #8f9095;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.6;
  }
  .reviewer .qualification ul {
    display: block;
  }
  .reviewer .qualification li {
    font-size: 0.875rem;
    line-height: 2;
  }
  .reviewer .qualification li span {
    font-size: 0.875rem;
    line-height: 1.8;
  }
}
/* important
================================================== */
.important {
  overflow: hidden;
}
.important hgroup {
  position: relative;
  text-align: center;
  margin-bottom: 1rem;
  padding-top: 2rem;
}
.important hgroup p {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: clamp(2.625rem, 12.3076923077vw, 3rem);
  font-weight: 800;
  line-height: 106%;
  --spacing: 0.08em;
  text-shadow: 2px 2px 0 #f5f5f5, -2px -2px 0 #f5f5f5, -2px 2px 0 #f5f5f5, 2px -2px 0 #f5f5f5, 2px 0 0 #f5f5f5, -2px 0 0 #f5f5f5, 0 2px 0 #f5f5f5, 0 -2px 0 #f5f5f5;
}
.important hgroup h3 {
  display: inline-block;
  position: relative;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.6;
}
.important hgroup h3::before, .important hgroup h3::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 0.1875rem;
  height: 1.5rem;
  background-color: #333;
}
.important hgroup h3::before {
  rotate: -30deg;
  left: -0.5rem;
}
.important hgroup h3::after {
  rotate: 30deg;
  right: -0.5rem;
}
.important .contents {
  position: relative;
  padding-top: 1.125rem;
}
.important .contents::before {
  content: "";
  position: absolute;
  top: 2.25rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: -5;
  width: 250vw;
  height: 125vw;
  border-radius: 50%/100% 100% 0 0;
  border-top: 2px solid #f5f5f5;
}
.important .contents::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -3;
  width: 2.1875rem;
  height: 3.125rem;
  background-color: #fff;
}
.important .contents .bg-arrow::before, .important .contents .bg-arrow::after {
  content: "";
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: 0.125rem;
  background-color: #f5f5f5;
}
.important .contents .bg-arrow::before {
  left: calc(50% - 0.625rem);
  height: 2.5rem;
  rotate: 30deg;
}
.important .contents .bg-arrow::after {
  left: calc(50% + 0.625rem);
  height: 2.5rem;
  rotate: -30deg;
}
.important .list {
  display: grid;
  gap: 2rem;
  position: relative;
  padding-top: 5rem;
}
.important .list-item {
  position: relative;
  z-index: -1;
  padding: 3rem 1.5rem;
  background-color: #fff;
}
.important .list-item::before {
  content: "";
  opacity: 0.07;
  position: absolute;
  inset: 0;
  z-index: -10;
  width: 100%;
  height: 100%;
  background-image: url(../img/grid.svg);
  background-size: 3.125rem;
  background-repeat: repeat;
  z-index: -3;
}
.important .list-item .items {
  max-width: 46.25rem;
  margin: 0 auto;
}
.important .list-item .items ul {
  margin-bottom: 1rem;
  font-weight: bold;
  line-height: 2;
}
.important .list-item h4 {
  display: inline-block;
  position: relative;
  margin-bottom: 1.5rem;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 2;
}
.important .list-item h4::before, .important .list-item h4::after {
  content: "";
  position: absolute;
  width: 1.25rem;
  height: 1.25rem;
  background-image: url(../img/bracket.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.important .list-item h4::before {
  inset: 0;
}
.important .list-item h4::after {
  right: 1rem;
  bottom: 0;
  rotate: 180deg;
}
.important .list-item p {
  line-height: 2;
  --spacing: 0.03em;
}

@media screen and (min-width: 37.5rem) {
  .important .list {
    padding-top: 7.5rem;
  }
}
@media screen and (min-width: 60rem) {
  .important hgroup {
    margin-bottom: 2.25rem;
    padding-top: 7.5rem;
  }
  .important hgroup p {
    font-size: clamp(6rem, 31.7948717949vw, 7.75rem);
    line-height: 1.6;
    --spacing: 0.05em;
  }
  .important hgroup h3 {
    font-size: 2rem;
  }
  .important hgroup h3::before, .important hgroup h3::after {
    height: 2rem;
  }
  .important hgroup h3::before {
    left: -1rem;
  }
  .important hgroup h3::after {
    right: -1rem;
  }
  .important .contents {
    padding-top: 1.125rem;
  }
  .important .contents::before {
    top: 3.625rem;
  }
  .important .contents::after {
    width: 4rem;
    height: 5rem;
  }
  .important .contents .bg-arrow::before {
    left: calc(50% - 1rem);
    height: 4rem;
  }
  .important .contents .bg-arrow::after {
    left: calc(50% + 1rem);
    height: 3.9375rem;
  }
  .important .list {
    overflow: visible;
    padding-top: 11.25rem;
  }
  .important .list-item {
    position: relative;
    z-index: -1;
    padding: 3rem 1.5rem;
    background-color: #fff;
  }
  .important .list-item::before {
    content: "";
    opacity: 0.07;
    position: absolute;
    inset: 0;
    z-index: -10;
    width: 100%;
    height: 100%;
    background-image: url(../img/grid.svg);
    background-size: 3.125rem;
    background-repeat: repeat;
    z-index: -3;
  }
  .important .list-item h4 {
    display: inline-block;
    position: relative;
    margin-bottom: 1.5rem;
    padding: 0 1.25rem;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 2;
  }
  .important .list-item h4::before, .important .list-item h4::after {
    content: "";
    position: absolute;
    width: 1.25rem;
    height: 1.25rem;
    background-image: url(../img/bracket.png);
    background-size: contain;
    background-repeat: no-repeat;
  }
  .important .list-item h4::before {
    inset: 0;
  }
  .important .list-item h4::after {
    right: 1rem;
    bottom: 0;
    rotate: 180deg;
  }
  .important .list-item p {
    line-height: 2;
  }
}
/* schedule
================================================== */
.schedule {
  overflow: hidden;
  position: relative;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.schedule::before, .schedule::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 9.375rem;
  height: 9.375rem;
  background-image: url(../img/dot.png);
  background-size: 3.125rem;
  background-repeat: repeat;
}
.schedule::before {
  top: 0;
  left: 0;
}
.schedule::after {
  bottom: -0.0625rem;
  right: 0;
}
.schedule .inner {
  padding: 4rem 1.5rem;
  border: 2px solid #333;
  border-radius: 0.9375rem;
  background-color: #fff;
}
.schedule .time {
  margin-bottom: 2rem;
  text-align: center;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 2;
}
.schedule .sentence {
  padding: 0 1rem;
}
.schedule .sentence p {
  font-size: 0.875rem;
  line-height: 1.6;
}
.schedule .sentence p:first-child {
  margin-bottom: 1rem;
}

@media screen and (min-width: 60rem) {
  .schedule {
    padding-top: 6.875rem;
    padding-bottom: 6.875rem;
  }
  .schedule::before, .schedule::after {
    width: 18.75rem;
    height: 18.75rem;
  }
  .schedule::before {
    top: 2.875rem;
    left: -2rem;
  }
  .schedule::after {
    bottom: 2.875rem;
    right: -2rem;
  }
  .schedule .inner {
    padding: 4rem 0;
  }
  .schedule .time {
    font-size: 1.5rem;
  }
  .schedule .sentence {
    padding: 0 1rem;
  }
  .schedule .sentence p {
    text-align: center;
  }
}
@media screen and (min-width: 80rem) {
  .schedule {
    overflow: visible;
  }
}
/* price
================================================== */
.price {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f8f8f8;
}
.price .plan {
  display: grid;
  gap: 1.5rem;
  text-align: center;
  font-weight: 700;
}
.price .plan dt {
  margin-bottom: 0.5rem;
  line-height: 1.6;
}
.price .plan dd {
  font-family: "Montserrat", "Noto Sans JP";
}
.price .plan .base em {
  font-size: 2rem;
}
.price .plan .base .medium {
  font-size: 1.5rem;
}
.price .plan .base .small {
  font-size: 0.875rem;
}
.price .plan .add dt {
  font-size: 0.875rem;
  font-weight: 500;
}
.price .plan .add em {
  font-size: 1.5rem;
}
.price .plan .add .medium {
  font-size: 1.25rem;
}
.price .plan .add .small {
  font-size: 0.875rem;
}
.price .example {
  position: relative;
  margin: 4rem 0 3.5rem;
  padding: 10rem 1.5rem 2rem;
  border: 1px solid #333;
  border-radius: 0.9375rem;
  background-color: #fff;
}
.price .example .frame {
  position: absolute;
  top: -4rem;
  left: 0;
  width: 100%;
  text-align: center;
}
.price .example .frame img {
  width: 12.5rem;
  height: 12.5rem;
}
.price .example p {
  font-size: 0.875rem;
  line-height: 2;
  text-align: center;
}
.price ul {
  display: grid;
  gap: 1rem;
  margin-bottom: 3.5rem;
}
.price ul li {
  position: relative;
  padding-left: 2rem;
  font-size: 0.875rem;
  line-height: 2;
}
.price ul li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1.5rem;
  height: 1.5rem;
  background-image: url(../img/check.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.price .second {
  margin-bottom: 3.5rem;
  padding: 2rem 1.5rem;
  border-radius: 0.9375rem;
  background-color: #333;
  color: #fff;
  line-height: 2;
  text-align: center;
}
.price .second .head {
  margin-bottom: 1.5rem;
}
.price .second .foot {
  padding: 0.5rem 1.75rem;
  background-color: #fff;
  color: #333;
  font-size: 0.875rem;
}
.price .another {
  display: grid;
  gap: 1.5rem;
  padding: 2rem 1.5rem;
  border: 1px solid #333;
  border-radius: 0.9375rem;
  background-color: #fff;
  text-align: center;
}
.price .another p {
  font-size: 0.875rem;
  line-height: 2;
}
.price .another dl {
  display: grid;
  gap: 0.5rem;
  font-weight: 700;
}
.price .another dd {
  font-family: "Montserrat", "Noto Sans JP";
  font-size: 1.25rem;
}
.price .another dd em {
  font-size: 1.5rem;
}

@media screen and (min-width: 60rem) {
  .price {
    padding-top: 6.875rem;
    padding-bottom: 6.875rem;
  }
  .price .plan dt {
    margin-bottom: 0;
  }
  .price .plan .base {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    font-size: 1.25rem;
  }
  .price .plan .base em {
    font-size: 2rem;
  }
  .price .plan .base .medium {
    font-size: 1.5rem;
  }
  .price .plan .base .small {
    font-size: 1.25rem;
  }
  .price .plan .add {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3rem;
    font-size: 1.25rem;
  }
  .price .plan .add dt {
    font-size: 1rem;
  }
  .price .plan .add .small {
    font-size: 1rem;
  }
  .price .example {
    display: flex;
    gap: 1rem;
    margin: 3.5rem 0;
    padding: 2rem 4rem 2rem;
  }
  .price .example .frame {
    position: relative;
    top: -1rem;
    max-width: 12.5rem;
    text-align: initial;
  }
  .price .example .frame img {
    position: absolute;
    top: -5rem;
  }
  .price .example p {
    font-size: 0.875rem;
    text-align: left;
    letter-spacing: 0.03em;
  }
  .price .list-box {
    display: grid;
    place-items: center;
  }
  .price .second {
    margin-bottom: 4rem;
    padding: 1.5rem 4rem 2rem;
  }
  .price .another {
    gap: 1rem;
    padding: 2rem 1.5rem;
  }
  .price .another p {
    font-size: 1rem;
  }
  .price .another dl {
    display: flex;
    gap: 2rem;
    justify-content: center;
    align-items: center;
  }
}
/* payment
================================================== */
.payment {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.payment::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -10;
  width: 100%;
  height: 100%;
  background-image: url(../img/dot.png);
  background-size: 3.125rem;
  background-repeat: repeat;
}
.payment .inner {
  padding: 4rem 1.5rem;
  border-radius: 0.9375rem;
  background-color: #fff;
}
.payment .sentence {
  margin-bottom: 2.5rem;
  line-height: 2;
  text-align: center;
}
.payment .method {
  display: grid;
  gap: 2rem;
}
.payment .bank {
  display: grid;
  grid-template-columns: 4.375rem 1fr;
  align-items: center;
  gap: 0.5rem;
}
.payment .bank h3 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.6;
}
.payment .bank p {
  line-height: 2;
}

@media screen and (min-width: 37.5rem) {
  .payment .method {
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    max-width: 45rem;
    margin: 0 auto;
  }
  .payment .bank {
    display: grid;
    grid-template-columns: 4.375rem 1fr;
    align-items: center;
    gap: 0.5rem;
  }
  .payment .bank h3 {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.6;
  }
  .payment .bank p {
    line-height: 2;
  }
}
/* corporation
================================================== */
.corporation {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.corporation .box {
  position: relative;
  margin-top: 1.25rem;
  padding: 3.5rem 1.5rem 2rem;
  border: 2px solid #333;
  border-radius: 0.9375rem;
  background-color: #fff;
}
.corporation .box .heading {
  position: absolute;
  top: -1.25rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
}
.corporation .box h2 {
  display: inline-block;
  padding: 0.5rem 2rem;
  border-radius: 3rem;
  background-color: #333;
  color: #fff;
  font-weight: 700;
  line-height: 1.6;
}
.corporation .box p {
  line-height: 2;
}
.corporation .box p a {
  text-decoration: underline;
  transition-duration: 0.2s;
}
.corporation .box p a:hover {
  opacity: 0.6;
}

@media screen and (min-width: 60rem) {
  .corporation {
    padding-top: 6.875rem;
    padding-bottom: 6.875rem;
  }
  .corporation .box {
    margin-top: 2rem;
    padding: 5.5rem 0 3.5rem;
  }
  .corporation .box .heading {
    top: -2rem;
  }
  .corporation .box h2 {
    padding: 1rem 4rem;
    font-size: 1.125rem;
  }
  .corporation .box p {
    text-align: center;
  }
}
/* faq
================================================== */
.faq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.faq dl {
  display: grid;
  gap: 1.5rem;
  padding: 3.5rem 1.5rem;
  border: 2px solid #333;
  border-radius: 0.9375rem;
  background-color: #fff;
}
.faq dl .item {
  display: grid;
  gap: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #8f9095;
}
.faq .grid {
  display: grid;
  gap: 1rem;
}
.faq dt {
  padding: 0 1rem;
  cursor: pointer;
}
.faq dt p {
  position: relative;
  padding-right: 2.5rem;
  font-weight: 700;
  line-height: 1.8;
}
.faq dt p::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1.5rem;
  height: 1.5rem;
  background-image: url(../img/faq_close.svg);
  background-position: center;
  background-repeat: no-repeat;
  transition-duration: 0.3s;
}
.faq dt.open p::before {
  background-image: url(../img/faq_open.svg) !important;
}
.faq dd {
  display: none;
  padding: 1.5rem 1rem;
  background-color: #f8f8f8;
}
.faq dd p {
  line-height: 2;
}

@media screen and (min-width: 60rem) {
  .faq {
    padding-top: 6.875rem;
    padding-bottom: 6.875rem;
  }
  .faq dl {
    padding: 4.5rem 3.5rem;
  }
  .faq .grid {
    display: grid;
    grid-template-columns: 2.5rem 1fr;
    align-items: center;
    gap: 2rem;
  }
  .faq dt {
    padding: 0 0 0 2rem;
  }
  .faq dt p {
    place-items: center;
    padding-right: 5rem;
  }
  .faq dt p::before {
    width: 3rem;
    height: 3rem;
  }
  .faq dt.open p::before {
    background-image: url(../img/faq_open.svg) !important;
  }
  .faq dd {
    padding: 2rem;
  }
}
/* contact
================================================== */
.contact {
  position: relative;
  overflow: hidden;
}
.contact::before {
  content: "";
  opacity: 0.07;
  position: absolute;
  inset: 0;
  z-index: -10;
  width: 100%;
  height: 100%;
  background-image: url(../img/grid.svg);
  background-size: 6.25rem;
  background-repeat: repeat;
}
.contact::after {
  content: "";
  position: absolute;
  top: 12.125rem;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-image: url(../img/contact_bg_sp.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.contact .inner {
  position: relative;
  padding-bottom: 5rem;
}
.contact .frame {
  text-align: center;
}
.contact .frame img {
  width: 100%;
  max-width: 25rem;
  height: 100%;
  max-height: 25rem;
}
.contact .box {
  display: grid;
  gap: 2.5rem;
  width: 100%;
  max-width: 50.5rem;
  margin: 0 auto;
  padding: 3.5rem 1.5rem;
  border-radius: 0.9375rem;
  background-color: #fff;
  text-align: center;
}
.contact .box h2 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.03em;
}
.contact .box h2 span {
  position: relative;
}
.contact .box h2 span::before, .contact .box h2 span::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0.1875rem;
  height: 1.5rem;
  background-color: #333;
}
.contact .box h2 span::before {
  left: -0.25rem;
  rotate: -30deg;
}
.contact .box h2 span::after {
  right: -0.25rem;
  rotate: 30deg;
}
.contact .box p {
  font-size: 0.875rem;
  line-height: 2;
}
.contact .box .btn {
  display: grid;
  place-items: center;
}
.contact .box .btn a {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  position: relative;
  top: 0;
  width: 100%;
  max-width: 18.375rem;
  padding: 1rem 0;
  border: 3px solid #333;
  border-radius: 3.5rem;
  background-color: #fbff33;
  box-shadow: 0 5px rgba(197, 194, 194, 0.3019607843);
  line-height: 1.6;
  font-weight: 700;
  --spacing: 0.03em;
  transition-duration: 0.2s;
}
.contact .box .btn a:hover {
  top: 3px;
  box-shadow: none;
}
.contact .box .link a {
  color: #8f9095;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.6;
  text-decoration: underline;
  transition-duration: 0.2s;
}
.contact .box .link a:hover {
  opacity: 0.6;
}

@media screen and (min-width: 60rem) {
  .contact::after {
    top: 12.125rem;
    background-image: url(../img/contact_bg_pc.png);
  }
  .contact .inner {
    position: relative;
    top: -3rem;
    padding-bottom: 5rem;
  }
  .contact .box h2 {
    font-size: 1.5rem;
  }
  .contact .box h2 span::before {
    left: -1rem;
  }
  .contact .box h2 span::after {
    right: -1rem;
  }
  .contact .box p {
    font-size: 1rem;
  }
  .contact .box .link a {
    font-size: 1rem;
  }
}/*# sourceMappingURL=top.css.map */