/* e_works
======================================= */
.works__item a:hover .works__item-image img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.works__item-image {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  margin-bottom: 2.5em;
}
.works__item-image::before {
  content: "";
  display: block;
  padding-top: 75%;
}
.works__item-image img, .works__item-image video, .works__item-image iframe, .works__item-image svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .works__item-image {
    position: relative;
    margin-bottom: 1.5em;
  }
  .works__item-image::before {
    content: "";
    display: block;
    padding-top: 62.5%;
  }
  .works__item-image img, .works__item-image video, .works__item-image iframe, .works__item-image svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.works__item-image img {
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.works__item-title {
  color: #fff;
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 1024px) {
  .works__item-title {
    font-size: 1.25em;
  }
}
@media (max-width: 768px) {
  .works__item-title {
    font-size: 1em;
  }
}
.works__item-tags {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 0.25rem 0.5rem;
  margin-bottom: 1.25em;
}
@media (max-width: 768px) {
  .works__item-tags {
    margin-bottom: 1em;
  }
}
.works__item-tag {
  display: inline-block;
  color: #28435F;
  padding: 0 0.5rem;
  border-radius: 4px;
  background-color: #fff;
  line-height: 30px;
  height: 30px;
}
@media (max-width: 768px) {
  .works__item-tag {
    font-size: 0.875em;
    line-height: 2;
    height: 2em;
  }
}

/* sec_price
======================================= */
.price__heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25em;
  font-size: clamp(0.75em, 1.1111vw, 1em);
  margin-bottom: 3.5em;
}
@media (max-width: 768px) {
  .price__heading {
    margin-bottom: 2em;
  }
}
.price__heading-number {
  font-family: "Montserrat", sans-serif;
  font-size: 7em;
  color: #3C95FA;
  font-weight: 600;
  opacity: 0.8;
  line-height: 1;
}
@media (max-width: 768px) {
  .price__heading-number {
    font-size: 4em;
  }
}
.price__heading-catch {
  font-size: 1.5em;
  font-weight: 700;
  color: #3C95FA;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .price__heading-catch {
    font-size: 1.25em;
  }
}
.price__heading-title {
  font-size: 3em;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .price__heading-title {
    font-size: 2.2em;
  }
}
.price__table {
  margin-bottom: 3em;
  padding-bottom: 2em;
  overflow-x: scroll;
}
@media (max-width: 768px) {
  .price__table {
    margin-bottom: 1em;
    padding-bottom: 1em;
  }
}
.price__table table {
  width: 100%;
  min-width: 864px;
  border-collapse: separate;
  border-spacing: 4px;
  margin-bottom: 1.25em;
}
@media (max-width: 768px) {
  .price__table table {
    min-width: 540px;
    border-spacing: 2px;
  }
}
.price__table th {
  padding: 1.25em 1.5em;
}
@media (max-width: 768px) {
  .price__table th {
    padding: 1em;
  }
}
.price__table th.plan {
  width: 26%;
  border-radius: 12px 12px 0 0;
  font-size: clamp(0.75em, 0.8333vw, 1em);
}
@media (max-width: 768px) {
  .price__table th.plan {
    width: 28%;
  }
}
.price__table th.plan .sub {
  display: block;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 0.75em;
}
@media (max-width: 768px) {
  .price__table th.plan .sub {
    font-size: 0.8333em;
  }
}
.price__table th.plan .main {
  font-weight: 700;
  font-size: 2em;
  line-height: 1;
}
@media (max-width: 768px) {
  .price__table th.plan .main {
    font-size: 1.5em;
  }
}
.price__table th.plan .main > span {
  white-space: nowrap;
}
.price__table th.plan.--01 {
  background-color: #C9E5FA;
}
.price__table th.plan.--02, .price__table th.plan.--03 {
  color: #fff;
}
.price__table th.plan.--02 {
  background-color: #5DB1EF;
}
.price__table th.plan.--03 {
  background-color: #0E94F4;
}
.price__table td {
  background-color: #fff;
  padding: 0.375em 1.5em;
  font-size: clamp(1em, 1.041667vw, 1.25em);
  text-align: center;
  font-weight: 500;
  line-height: 1;
  height: 72px;
}
@media (max-width: 768px) {
  .price__table td {
    padding: 1.5em 1em;
  }
}
.price__table td.heading {
  width: 20%;
  font-size: 1em;
  font-weight: 700;
  background-color: #E1E6EA;
  text-align: center;
  padding: 1em 0.75em;
}
@media (max-width: 768px) {
  .price__table td.heading {
    font-size: 0.75em;
    width: 15%;
  }
}
.price__table td.heading > span {
  font-size: 1.25em;
  line-height: 1;
}
@media (max-width: 768px) {
  .price__table td.heading > span {
    font-size: 1.125em;
    line-height: 1.5;
  }
}
.price__table td.price {
  font-size: 1.125em;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
  background-color: #ECEFF2;
  padding: 1em 1.5em;
}
@media (max-width: 768px) {
  .price__table td.price {
    font-size: 0.875em;
    padding: 1em;
  }
}
.price__table td.price .num {
  font-size: 2.22222em;
  color: #3C95FA;
}
@media (max-width: 768px) {
  .price__table td.price .num {
    font-size: 2em;
  }
}
.price__table td.price .num .small {
  font-size: 0.75em;
}
.price__table td.list {
  padding: 1.5em 1em;
}
.price__table td.list ul li {
  letter-spacing: 0.05em;
  font-weight: 500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
}
@media (max-width: 768px) {
  .price__table td.list ul li {
    font-size: 0.83333em;
  }
}
.price__table td.list ul li:nth-child(n+2) {
  margin-top: 1em;
}
.price__table td.list ul li::before {
  content: "";
  display: block;
  width: 0.8em;
  height: 0.8em;
  background: url(../img/common/icons/icon_check-green.svg) no-repeat center center/contain;
  margin-top: 0.2em;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media (max-width: 768px) {
  .price__table td.list ul li::before {
    margin-top: 0.2em;
  }
}
.price__table td .blue {
  color: #3C95FA;
}
.price__table td .note {
  font-size: 0.7em;
  font-weight: 500;
}
.price__table td.radius-tl {
  border-radius: 12px 0 0 0;
}
.price__table td.radius-bl {
  border-radius: 0 0 0 12px;
}
.price__table td.radius-br {
  border-radius: 0 0 12px 0;
}
.price__table-note {
  text-align: right;
  font-size: 0.9375em;
  letter-spacing: 0.05em;
  font-weight: 500;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .price__table-note {
    text-align: left;
    font-size: 0.75em;
  }
}
.price__table-note > span {
  white-space: nowrap;
}

/* Piece
======================================= */
.piece {
  position: fixed;
  top: 0;
  right: 0;
  z-index: -1;
  width: 62.4vw;
  height: 62.4vw;
}
@media (max-width: 768px) {
  .piece {
    width: 75vw;
    height: 75vw;
  }
}

/* FV
======================================= */
.fv__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: clamp(8em, 10.573vw, 12.6875em) 1.42448% clamp(3em, 3.73177vw, 4.478125em) 4.16667%;
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .fv__inner {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 768px) {
  .fv__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 8em 1em 6em;
  }
}
.fv__contents {
  width: 50%;
  max-width: 755px;
  padding-top: clamp(8em, 9.58333vw, 11.5em);
  padding-left: clamp(40px, 4.1667vw, 80px);
  margin-bottom: clamp(8em, 10.7448vw, 12.2em);
  position: relative;
  z-index: 0;
}
@media (max-width: 1024px) {
  .fv__contents {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .fv__contents {
    width: 100%;
    text-align: center;
    padding-top: 2em;
    margin-bottom: 2em;
  }
}
.fv__contents::before, .fv__contents::after {
  content: "";
  display: block;
  background-color: rgba(60, 149, 250, 0.1);
  position: absolute;
  z-index: -1;
}
.fv__contents::before {
  top: 0;
  left: 0;
  width: clamp(10em, 12.5vw, 15em);
  height: clamp(10em, 12.5vw, 15em);
}
@media (max-width: 768px) {
  .fv__contents::before {
    width: 8em;
    height: 8em;
  }
}
.fv__contents::after {
  bottom: 4.25em;
  right: -2.25em;
  width: clamp(8em, 9.58333vw, 11.5em);
  height: clamp(8em, 9.5833vw, 11.5em);
}
@media (max-width: 768px) {
  .fv__contents::after {
    right: 1em;
    width: 6em;
    height: 6em;
  }
}
.fv__catch {
  font-size: clamp(3em, 4.1667vw, 5em);
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.05em;
  margin-bottom: 0.5em;
}
@media (max-width: 768px) {
  .fv__catch {
    font-size: 2.875em;
  }
}
.fv__catch .upper {
  display: block;
}
.fv__catch .bg {
  color: #fff;
  font-style: normal;
  position: relative;
  z-index: 0;
  padding: 0 3px;
}
.fv__catch .bg::after {
  content: "";
  display: block;
  width: 100%;
  height: clamp(45px, 5.052vw, 97px);
  background-color: #28435F;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
}
.fv__catch .small {
  font-size: 0.9033em;
  margin: 0 5px;
}
.fv__catch .ls {
  letter-spacing: -0.19em;
}
.fv__sub {
  font-size: 1.25em;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 2;
  margin-bottom: 3.2em;
}
@media (max-width: 768px) {
  .fv__sub {
    margin-bottom: 1.5em;
  }
}
.fv__sub > span {
  white-space: nowrap;
}
.fv__btn {
  max-width: 24em;
  height: 5.5em;
  position: relative;
}
@media (max-width: 768px) {
  .fv__btn {
    margin: 0 auto;
    max-width: 20em;
    height: 4em;
  }
}
.fv__btn a {
  display: block;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  background-color: #F6B500;
  color: #fff;
  font-size: 1.5625em;
  letter-spacing: 0.05em;
  font-weight: 700;
  border-radius: 44px;
  -webkit-box-shadow: 0 4px 10px 0 rgba(96, 70, 0, 0.2);
          box-shadow: 0 4px 10px 0 rgba(96, 70, 0, 0.2);
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .fv__btn a {
    font-size: 1.25em;
  }
}
.fv__btn a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background-color: #F7C43A;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: width 0.5s ease, height 0.5s ease;
  transition: width 0.5s ease, height 0.5s ease;
  z-index: -1;
}
.fv__btn a:hover::before {
  width: 395px;
  height: 395px;
}
.fv__image {
  width: 45.4%;
}
@media (max-width: 768px) {
  .fv__image {
    width: 75%;
  }
}
.fv__scroll {
  position: absolute;
  left: 50%;
  bottom: 2.375em;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 0;
  padding-bottom: 4.375em;
}
@media (max-width: 768px) {
  .fv__scroll {
    bottom: 1em;
    padding-bottom: 3.375em;
  }
}
.fv__scroll span {
  font-family: "Montserrat", sans-serif;
  font-size: 0.875em;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.2143;
}
@media (max-width: 768px) {
  .fv__scroll span {
    font-size: 0.75em;
  }
}
.fv__scroll::before {
  content: "";
  display: block;
  width: 1px;
  height: 4em;
  background-color: #28435F;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 768px) {
  .fv__scroll::before {
    height: 3em;
  }
}
.fv__scroll::after {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  background-color: #28435F;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  -webkit-animation: scroll-ball 2s infinite ease-in-out;
          animation: scroll-ball 2s infinite ease-in-out;
}
@media (max-width: 768px) {
  .fv__scroll::after {
    -webkit-animation: scroll-ball-sp 2s infinite ease-in-out;
            animation: scroll-ball-sp 2s infinite ease-in-out;
  }
}

@-webkit-keyframes scroll-ball {
  0% {
    bottom: 4em;
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  70% {
    bottom: 0;
    opacity: 0;
  }
  100% {
    bottom: 4em;
    opacity: 0;
  }
}

@keyframes scroll-ball {
  0% {
    bottom: 4em;
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  70% {
    bottom: 0;
    opacity: 0;
  }
  100% {
    bottom: 4em;
    opacity: 0;
  }
}
@-webkit-keyframes scroll-ball-sp {
  0% {
    bottom: 3em;
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  70% {
    bottom: 0;
    opacity: 0;
  }
  100% {
    bottom: 4em;
    opacity: 0;
  }
}
@keyframes scroll-ball-sp {
  0% {
    bottom: 3em;
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  70% {
    bottom: 0;
    opacity: 0;
  }
  100% {
    bottom: 4em;
    opacity: 0;
  }
}
/* About
======================================= */
.about {
  background-color: rgba(248, 249, 251, 0.8);
  border-radius: 6.5em 6.5em 0 0;
}
@media (max-width: 768px) {
  .about {
    border-radius: 3em 3em 0 0;
  }
}
.about__inner {
  padding-top: clamp(10em, 12.5vw, 15em);
  padding-bottom: 6em;
}
@media (max-width: 768px) {
  .about__inner {
    padding-top: 5em;
    padding-bottom: 3em;
  }
}
.about__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: 1100px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .about__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.about__image {
  width: 29.09%;
  position: relative;
  z-index: 0;
  position: relative;
}
.about__image::before {
  content: "";
  display: block;
  padding-top: 133.4375%;
}
.about__image img, .about__image video, .about__image iframe, .about__image svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 1024px) {
  .about__image {
    width: 35%;
  }
}
@media (max-width: 768px) {
  .about__image {
    position: relative;
    width: 75%;
    margin: 0 auto 2em;
  }
  .about__image::before {
    content: "";
    display: block;
    padding-top: 100%;
  }
  .about__image img, .about__image video, .about__image iframe, .about__image svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.about__image img {
  border-radius: 12px;
}
.about__image::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  background-color: rgba(60, 149, 250, 0.1);
  position: absolute;
  top: 1.5em;
  left: -1.5em;
  z-index: -1;
}
@media (max-width: 768px) {
  .about__image::after {
    top: 1em;
    left: 1em;
  }
}
.about__contents {
  width: 56.36%;
}
@media (max-width: 768px) {
  .about__contents {
    width: 100%;
    text-align: center;
  }
}
.about__name {
  font-size: 2em;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-bottom: 1.25rem;
}
@media (max-width: 768px) {
  .about__name {
    text-align: center;
  }
}
.about__catch {
  display: inline-block;
  font-size: 1.5em;
  color: #3C95FA;
  font-weight: 500;
  letter-spacing: 0.05em;
  background-color: #E3EDF7;
  padding: 3px 14px;
  border-radius: 2px;
  margin-bottom: 1.25rem;
}
.about__text {
  font-size: 1.25em;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 2;
  margin-bottom: 2.5rem;
}
@media (max-width: 768px) {
  .about__text {
    font-size: 1.2em;
    line-height: 1.8;
    text-align: left;
    margin-bottom: 1.5em;
  }
}
.about__btn {
  max-width: 9em;
  margin-left: auto;
}

/* Worry
======================================= */
.worry {
  background-color: rgba(248, 249, 251, 0.8);
  position: relative;
  z-index: 0;
}
.worry::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #E3EDF7;
  border-radius: 6.5em;
}
@media (max-width: 768px) {
  .worry::before {
    border-radius: 3em;
  }
}
.worry__title {
  position: relative;
  padding-bottom: 2.5em;
  font-size: clamp(0.75em, 1.1111vw, 1em);
  text-align: center;
  margin-bottom: 3em;
}
.worry__title .text {
  font-size: 3em;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .worry__title .text {
    font-size: 2.2em;
  }
}
.worry__title .dots {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0.75em;
  height: 8px;
}
.worry__title .dots .dot {
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  background-color: #3C95FA;
  border-radius: 50%;
}
.worry__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 4em;
  padding-bottom: 8em;
  position: relative;
  margin-bottom: 1em;
}
@media (max-width: 1024px) {
  .worry__list {
    gap: 2em;
  }
}
@media (max-width: 768px) {
  .worry__list {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    max-width: 275px;
    margin: 0 auto 2em;
    padding-bottom: 6em;
  }
}
.worry__list::after {
  content: "";
  display: block;
  width: 4em;
  height: 4em;
  background: url(../img/top/worry/worry_arrow.svg) no-repeat center center/contain;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 768px) {
  .worry__list::after {
    width: 3em;
    height: 3em;
  }
}
.worry__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1em;
}
.worry__item-image {
  width: 3.5em;
  height: 3.5em;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.worry__item-text {
  font-size: 1.25em;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media (max-width: 1024px) {
  .worry__item-text {
    font-size: 1em;
  }
}
.worry__item-text .upper {
  display: block;
}
.worry__item-text .bg {
  display: inline-block;
  background-color: #28435F;
  color: #fff;
  padding: 3px 14px;
  border-radius: 4px;
}
.worry__lower {
  font-size: clamp(0.75em, 1.1111vw, 1em);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5em;
}
@media (max-width: 1024px) {
  .worry__lower {
    gap: 3em;
  }
}
@media (max-width: 768px) {
  .worry__lower {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.worry__lower-image {
  width: 15em;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media (max-width: 1024px) {
  .worry__lower-image {
    width: 12em;
  }
}
.worry__lower-text {
  font-size: 3em;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media (max-width: 1024px) {
  .worry__lower-text {
    font-size: 2.5em;
  }
}
.worry__lower-text .line {
  display: inline-block;
  position: relative;
  z-index: 1;
}
.worry__lower-text .line::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 35%;
  background-color: #FFFDB4;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.worry__lower-text em {
  color: #3C95FA;
  font-style: normal;
}

/* Service
======================================= */
.service {
  background-color: rgba(248, 249, 251, 0.8);
}
.service__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3em 5%;
  margin-bottom: 5.5em;
}
@media (max-width: 768px) {
  .service__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 260px;
    margin: 0 auto 3em;
  }
}
.service__item {
  width: 30%;
  min-width: 260px;
}
@media (max-width: 768px) {
  .service__item {
    width: 100%;
  }
}
.service__item-image {
  margin-bottom: 1.5em;
}
.service__item-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.2;
  gap: 0.5em;
  margin-bottom: 1.25em;
}
.service__item-title .num {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(2em, 2.5vw, 3em);
  font-weight: 600;
  color: #3C95FA;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.service__item-title .text {
  font-size: clamp(1.5em, 1.6667vw, 2em);
  letter-spacing: 0.05em;
}
.service__item-title .nowrap {
  white-space: nowrap;
}
.service__item-text {
  font-size: 1.25em;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 2;
}
@media (max-width: 1024px) {
  .service__item-text {
    font-size: 1em;
    line-height: 1.6;
  }
}
.service__btn {
  max-width: 9em;
  margin-left: auto;
}

/* Works
======================================= */
.works {
  background-color: rgba(248, 249, 251, 0.8);
  position: relative;
  z-index: 0;
}
.works::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #28435F;
  border-radius: 6.5em;
}
@media (max-width: 768px) {
  .works::before {
    border-radius: 3em;
  }
}
.works__upper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 4.5em;
}
@media (max-width: 768px) {
  .works__upper {
    margin-bottom: 0;
  }
}
.works__container {
  margin-right: calc(50% - 50vw);
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 4em;
}
@media (max-width: 768px) {
  .works__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2em;
    margin-top: -2em;
  }
}
.works__controller {
  width: 7.5em;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media (max-width: 768px) {
  .works__controller {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    padding-right: 1.25rem;
    gap: 1em;
  }
}
.works__swiper {
  width: calc(100% - 7.5em - 4em);
}
@media (max-width: 768px) {
  .works__swiper {
    width: 100%;
    margin-bottom: 2em;
  }
}
.works__title {
  color: #fff;
  padding-bottom: 3rem;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .works__title {
    padding-bottom: 0;
  }
}
@media (max-width: 768px) {
  .works__btn {
    max-width: 12.5em;
    margin-left: auto;
  }
}
.works__btn a {
  gap: 1.25em;
}
@media (max-width: 768px) {
  .works__btn a {
    gap: 0;
  }
}

/* Flow
======================================= */
.flow {
  background-color: rgba(248, 249, 251, 0.8);
}
.flow__inner {
  padding-bottom: 6em;
}
@media (max-width: 768px) {
  .flow__inner {
    padding-bottom: 3em;
  }
}
.flow__list {
  max-width: 1100px;
  margin: 0 auto;
}
.flow__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 205px;
  border-radius: 4px;
  background-color: #fff;
  -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
  position: relative;
}
@media (max-width: 768px) {
  .flow__item {
    min-height: inherit;
  }
}
.flow__item:nth-child(n+2) {
  margin-top: 4em;
}
.flow__item-image {
  width: 11.75em;
  position: relative;
  border-radius: 4px 0 0 4px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media (max-width: 768px) {
  .flow__item-image {
    width: 6em;
  }
}
.flow__item-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 7.75em;
  height: 7.75em;
}
@media (max-width: 768px) {
  .flow__item-image img {
    width: 5em;
    height: 5em;
  }
}
.flow__item-contents {
  padding: 1.25em 2em 1.25em 2.5em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 768px) {
  .flow__item-contents {
    padding: 1.5em 1em;
  }
}
.flow__item-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1em;
  margin-bottom: 0.75em;
}
@media (max-width: 768px) {
  .flow__item-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 0.75em;
    gap: 0.75em;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.flow__item-title .step {
  font-family: "Montserrat", sans-serif;
  font-size: 1.5em;
  font-weight: 600;
  color: #fff;
  padding: 4px 12px;
  border-radius: 20px;
}
.flow__item-title .text {
  font-size: 1.5em;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .flow__item-title .text {
    font-size: 1.6em;
  }
}
.flow__item-title .text > span {
  white-space: nowrap;
}
.flow__item-text {
  font-size: 1.25em;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 2;
}
@media (max-width: 1024px) {
  .flow__item-text {
    line-height: 1.5;
    font-size: 1em;
  }
}
.flow__item-text a {
  color: #3C95FA;
  text-decoration: underline;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.flow__item-text a:hover {
  opacity: 0.7;
}
.flow__item::after {
  content: "";
  position: absolute;
  top: calc(100% + 2em);
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 21px 0 21px;
}
.flow__item:nth-child(1) .flow__item-image {
  background-color: #C5E0FD;
}
.flow__item:nth-child(1) .flow__item-title .step {
  background-color: #C5E0FD;
}
.flow__item:nth-child(1)::after {
  border-color: #C5E0FD transparent transparent transparent;
}
.flow__item:nth-child(2) .flow__item-image {
  background-color: #B1D5FD;
}
.flow__item:nth-child(2) .flow__item-title .step {
  background-color: #B1D5FD;
}
.flow__item:nth-child(2)::after {
  border-color: #B1D5FD transparent transparent transparent;
}
.flow__item:nth-child(3) .flow__item-image {
  background-color: #8BC1FC;
}
.flow__item:nth-child(3) .flow__item-title .step {
  background-color: #8BC1FC;
}
.flow__item:nth-child(3)::after {
  border-color: #8BC1FC transparent transparent transparent;
}
.flow__item:nth-child(4) .flow__item-image {
  background-color: #64ACFB;
}
.flow__item:nth-child(4) .flow__item-title .step {
  background-color: #64ACFB;
}
.flow__item:nth-child(4)::after {
  border-color: #64ACFB transparent transparent transparent;
}
.flow__item:nth-child(5) .flow__item-image {
  background-color: #3D97FA;
}
.flow__item:nth-child(5) .flow__item-title .step {
  background-color: #3D97FA;
}
.flow__item:nth-child(5)::after {
  border-color: #3D97FA transparent transparent transparent;
}
.flow__item:nth-child(6) .flow__item-image {
  background-color: #3C95FA;
}
.flow__item:nth-child(6) .flow__item-title .step {
  background-color: #3C95FA;
}
.flow__item:nth-child(6)::after {
  display: none;
}

/* Price
======================================= */
.price {
  background-color: rgba(248, 249, 251, 0.8);
}
.price__inner {
  padding-top: 6em;
  padding-bottom: clamp(8em, 1.41667vw, 12.5em);
}
@media (max-width: 768px) {
  .price__inner {
    padding-top: 3em;
    padding-bottom: 4em;
  }
}
.price__btn {
  max-width: 16.5em;
  margin-left: auto;
}
@media (max-width: 768px) {
  .price__btn {
    max-width: 13em;
  }
}