/*!*************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./node_modules/webpack-dart-sass-glob/index.js!./src/scss/styles-pc.scss ***!
  \*************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
:root {
  --base-letter-spacing: 0.05em;
}

* {
  letter-spacing: var(--base-letter-spacing);
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  color: #3e3a39;
  letter-spacing: 0.05em;
  word-break: break-word;
  background: #fff;
}

a {
  display: block;
  color: inherit;
  text-decoration: none;
  opacity: 1;
  transition: all 0.3s ease;
}
a:hover {
  cursor: pointer;
  opacity: 0.7;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

address {
  font-style: normal;
}

main {
  width: 100%;
}

/*recaptureバッジを非表示に*/
.grecaptcha-badge {
  display: none;
}

body {
  font-size: 16px;
  line-height: 1.9375;
}

a[href^="tel:"] {
  pointer-events: none;
}

.h-tac {
  text-align: center;
}

.h-oh {
  overflow: hidden;
}

.h-ct {
  display: block;
  overflow: hidden;
  font-size: 0;
  text-indent: 100%;
  white-space: nowrap;
}

.h-overflow-x-scroll {
  overflow-x: scroll;
}

.effect-fade {
  opacity: 0;
  transition: all 0.3s;
  transform: translate(0, 45px);
}
.effect-fade.effect-scroll {
  opacity: 1;
  transform: translate(0, 0);
}

.effect-slidein {
  opacity: 0;
  transition: opacity 1s, transform 0.8s;
  transform: translateX(-80px);
}
.effect-slidein.effect-scroll {
  opacity: 1;
  transform: translate(0, 0);
}

.effect-slidein-right {
  opacity: 0;
  transition: opacity 1s, transform 0.8s;
  transform: translateX(80px);
}
.effect-slidein-right.effect-scroll {
  opacity: 1;
  transform: translate(0, 0);
}

@keyframes fadeInTop {
  from {
    opacity: 0;
    transform: translateY(-80px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.effect-fadeintop {
  opacity: 0;
  transform: translateY(-80px);
}
.effect-fadeintop.effect-scroll {
  animation-name: fadeInTop;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
}

@keyframes fadeInBottom {
  from {
    opacity: 0;
    transform: translateY(80px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.effect-fadeinbottom {
  opacity: 0;
  transform: translateY(80px);
}
.effect-fadeinbottom.effect-scroll {
  animation-name: fadeInBottom;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
}

.c-youtube-item__inner {
  position: relative;
  padding: 8px;
  background: #fff;
}
.c-youtube-item__inner::before {
  position: absolute;
  top: calc(50% - 33px);
  left: calc(50% - 33px);
  z-index: 100;
  display: block;
  width: 66px;
  height: 66px;
  pointer-events: none;
  content: "";
  background: url("../img/pc/c_youtube_item_play_icon.svg") no-repeat;
}
.c-youtube-item__image {
  height: 268px;
  background: #000;
}
.c-youtube-item__image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.wpcf7 .note {
  margin-bottom: 5px;
  text-align: left;
}
.wpcf7 .memo {
  margin-bottom: 5px;
  text-align: left;
}
.wpcf7 .buttons {
  margin-top: 40px;
  text-align: center;
}
.wpcf7-list-item {
  display: block;
  margin: 3px 0 0 1em;
}
.wpcf7-not-valid-tip {
  display: block;
  font-size: 15px;
  font-weight: normal;
  color: #dc3232;
}
.wpcf7 textarea,
.wpcf7 input[type=text],
.wpcf7 input[type=email],
.wpcf7 input[type=tel] {
  width: 95%;
  padding: 6px 3px;
  font-size: 15px;
  line-height: 1.5em;
  text-align: left;
  appearance: none;
  background-color: #fdfdfd;
  border: 1px solid #ccc;
  border-radius: 1px;
}
.wpcf7 input[type=date] {
  min-width: 50%;
  min-height: 27px;
  padding: 6px 3px;
  font-size: 15px;
  line-height: 1.5em;
  text-align: left;
  appearance: none;
  background-color: #fdfdfd;
  border: 1px solid #ccc;
  border-radius: 1px;
}
.wpcf7 input[type=number] {
  padding: 6px 3px;
  font-size: 15px;
  line-height: 1.5em;
  text-align: left;
  appearance: none;
  background-color: #fdfdfd;
  border: 1px solid #ccc;
  border-radius: 1px;
}
.wpcf7 input {
  position: relative;
}
.wpcf7 input[type=checkbox], .wpcf7 input[type=radio] {
  top: -2px;
  margin-right: 6px;
}
.wpcf7 input[type=tel] {
  width: 50%;
}
.wpcf7 input[type=submit], .wpcf7 input[type=reset], .wpcf7 input[type=button],
.wpcf7 input button {
  display: inline-block;
  appearance: none;
  cursor: pointer;
  border: none;
}
.wpcf7 th {
  width: 25%;
  padding: 16px 20px;
  font-size: 16px;
  font-weight: normal;
  color: #111;
  text-align: left;
  vertical-align: middle;
  background-color: #eee;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.wpcf7 th b {
  margin-left: 4px;
  color: #d74a5b;
}
.wpcf7 td {
  width: 75%;
  padding: 16px 20px;
  font-size: 15px;
  color: #111;
  text-align: left;
  vertical-align: middle;
  border-bottom: 1px solid #eee;
}
.wpcf7 td.mia input[type=text], .wpcf7 td.mia input[type=email] {
  width: 70%;
}
.wpcf7 table {
  border-spacing: 0;
  border-collapse: collapse;
  background-color: #fff;
  border: 1px solid #ddd;
}
.wpcf7 table.in_tbl {
  width: 80%;
  margin-bottom: 10px;
}
.wpcf7 table.in_tbl th {
  width: 160px;
}
.wpcf7 #wpcf7cpcnf td > p {
  font-size: 15px;
}
.wpcf7 .wpcf7cp-btns {
  margin-top: 4em;
  text-align: center;
}
.wpcf7 .wpcf7cp-form-hide {
  display: none;
}
.wpcf7 #wpcf7cpcnf {
  position: relative;
  padding-bottom: 45px;
}
.wpcf7 .recaptcha_text {
  margin-top: 8px;
  font-size: 12px;
}
.wpcf7 .recaptcha_text a {
  display: inline-block;
  text-decoration: underline;
}
.wpcf7 .recaptcha_text a:hover {
  text-decoration: none;
}

.wp-pagenavi {
  padding: 80px 0 0;
  text-align: center;
}
.wp-pagenavi a {
  display: inline-block;
  padding: 7px 9px 7px 10px;
  margin: 0 2px;
  font-size: 14px;
  line-height: 1;
  color: #3e3a39;
  background-color: #fff;
  border: 1px solid rgba(133, 122, 133, 0.2);
  border-radius: 3px;
  box-shadow: 0px 0px 3px rgba(35, 24, 21, 0.1);
}
.wp-pagenavi a:hover {
  color: #fff;
  text-decoration: none;
  background: #56a5b2;
}
.wp-pagenavi span.current {
  display: inline-block;
  padding: 7px 9px 7px 10px;
  margin: 0 2px;
  font-size: 14px;
  line-height: 1;
  color: #fff;
  background: #56a5b2;
  border: 1px solid #000;
  border-radius: 3px;
  box-shadow: 0px 0px 3px rgba(35, 24, 21, 0.2);
}

.c-trial-cv-button {
  width: 418px;
}
.c-trial-cv-button__a {
  height: 100%;
  padding: 12px;
  background: rgba(255, 255, 255, 0.9);
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
  border-radius: 8px;
}
.c-trial-cv-button__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 74px;
  background: #73b8c9;
  filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.3));
}
.c-trial-cv-button__inner::after {
  display: block;
  width: 24px;
  height: 24px;
  margin-left: 22px;
  content: "";
  background: url("../img/pc/c_trial_cv_button_chevron.svg") no-repeat;
}
.c-trial-cv-button__text {
  font-size: 29px;
  font-weight: bold;
  color: #fff;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
}

.b-toggle-sidebar {
  position: fixed;
  top: calc(50vh - 142px);
  right: 0;
  z-index: 7000;
  width: 76px;
  height: 284px;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
  transition: all 0.2s;
  transform: translateX(100%);
}
.b-toggle-sidebar--visible {
  transform: translateX(0%);
}

.c-tel {
  display: inline-block;
}
.c-tel__inner {
  display: flex;
  align-items: center;
  font-size: var(--c-tel-font-size, 28px);
  font-weight: bold;
  line-height: 1;
  color: var(--c-tel-color-text, #56a5b2);
  letter-spacing: 0.025em;
}
.c-tel__inner::before {
  display: block;
  flex: 0 0 auto;
  width: var(--c-tel-icon-size, 18px);
  height: var(--c-tel-icon-size, 18px);
  margin-right: var(--c-tel-gap, 14px);
  content: "";
  background: var(--c-tel-url-tel-icon, url("../img/pc/icon_tel_theme_white.svg")) no-repeat;
}

.c-tba-card__ba {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.c-tba-card__before {
  position: relative;
  flex: 0 0 auto;
  width: 256px;
  height: 342px;
  background: #9e9e9f;
  border: 9px solid #73b8c9;
  border-radius: 14px;
}
.c-tba-card__before > p {
  position: absolute;
  top: -4px;
  left: -4px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 24px;
  background: #73b8c9;
}
.c-tba-card__before > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-tba-card__arrow {
  width: 26px;
  height: 12px;
  background: url("../img/pc/c_tba_card_arrow.svg") no-repeat;
}
.c-tba-card__after {
  position: relative;
  flex: 0 0 auto;
  width: 256px;
  height: 342px;
  background: #9e9e9f;
  border: 9px solid #73b8c9;
  border-radius: 14px;
}
.c-tba-card__after > p {
  position: absolute;
  top: -4px;
  left: -4px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 24px;
  background: #73b8c9;
}
.c-tba-card__after > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-tba-card__main {
  display: flex;
  padding: 10px 0 14px;
  margin-top: 8px;
  border-bottom: 1px solid #3e8b93;
  border-left: 1px solid #3e8b93;
  border-radius: 0 0 0 14px;
}
.c-tba-card__info {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 16px;
  border-right: 1px solid #3e8b93;
}
.c-tba-card__course {
  padding: 5px 12px;
  font-size: 12px;
  line-height: 16px;
  color: #fff;
  background: #3e8b93;
  border-radius: 12px;
}
.c-tba-card__period {
  display: flex;
  gap: 8px;
  align-items: center;
  margin-top: 4px;
  color: #3e8b93;
}
.c-tba-card__period dt {
  font-size: 14px;
  font-weight: bold;
}
.c-tba-card__period dd {
  position: relative;
  top: -2px;
  font-size: 25px;
  font-weight: bold;
}
.c-tba-card__result {
  display: flex;
  flex: 0 0 auto;
  gap: 20px;
  width: 330px;
  padding-left: 30px;
}
.c-tba-card__fat {
  font-size: 20px;
  line-height: 1;
  color: #3e8b93;
}
.c-tba-card__fat dt {
  font-weight: bold;
}
.c-tba-card__fat dd {
  display: flex;
  gap: 4px;
  align-items: center;
  margin-top: 16px;
  font-size: 36px;
  font-weight: bold;
}
.c-tba-card__fat dd span {
  position: relative;
  top: 4px;
  font-size: 20px;
}
.c-tba-card__weight {
  font-size: 20px;
  line-height: 1;
  color: #3e8b93;
}
.c-tba-card__weight dt {
  font-weight: bold;
}
.c-tba-card__weight dd {
  display: flex;
  gap: 4px;
  align-items: center;
  margin-top: 16px;
  font-size: 36px;
  font-weight: bold;
}
.c-tba-card__weight dd span {
  position: relative;
  top: 4px;
  font-size: 20px;
}

.c-slider-smooth {
  overflow-x: hidden;
}
@keyframes slide1 {
  0% {
    transform: translateX(calc(100% - 5px));
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes slide2 {
  0% {
    transform: translateX(-5px);
  }
  to {
    transform: translateX(-200%);
  }
}
.c-slider-smooth__inner {
  display: flex;
  flex: 0 0 auto;
  height: 100%;
}
.c-slider-smooth__group {
  display: flex;
  flex: 0 0 auto;
  height: 100%;
}
.c-slider-smooth__group--main {
  animation: slide1 120s -60s linear infinite;
}
.c-slider-smooth__group--dummy {
  animation: slide2 120s linear infinite;
}
.c-slider-smooth__item {
  height: 100%;
}
.c-slider-smooth__item img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.c-slider {
  position: relative;
}
.c-slider__wrapper {
  width: 100%;
}
.c-slider__container {
  width: 100%;
  overflow: hidden;
}
.c-slider__track {
  display: flex;
}
.c-slider__item {
  flex: 0 0 auto;
  overflow: unset;
}
.c-slider__arrow-right {
  position: absolute;
}
.c-slider__arrow-right:hover {
  cursor: pointer;
  opacity: 0.7;
}
.c-slider__arrow-left {
  position: absolute;
}
.c-slider__arrow-left:hover {
  cursor: pointer;
  opacity: 0.7;
}

.c-qa {
  background: #fff;
  border-radius: 14px;
}
.c-qa__title-inner {
  display: flex;
  align-items: center;
  padding: 19px 40px 18px 26px;
}
.c-qa__title-inner::before {
  display: block;
  flex: 0 0 auto;
  width: 17px;
  height: 21px;
  content: "";
  background-repeat: no-repeat;
  background-image: url("../img/pc/c_qa_q.png");
  background-image: image-set(url("../img/pc/c_qa_q.png") 1x, url("../img/pc/c_qa_q@2x.png") 2x);
}
.c-qa__title-inner::after {
  display: block;
  width: 16px;
  height: 9px;
  margin-left: auto;
  content: "";
  background: url("../img/pc/c_qa_chevron.svg") no-repeat;
}
.c-qa__title {
  padding: 0 16px;
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
  color: #3e3a39;
  letter-spacing: 0.1em;
}
.c-qa__content-inner {
  padding: 16px 32px 30px;
  color: #3e3a39;
}
.c-qa__content-close {
  display: flex;
  gap: 4px;
  align-items: center;
  justify-content: center;
  width: 114px;
  height: 36px;
  margin: 24px auto 0;
  color: #000;
  background-color: #ddd;
}
.c-qa__content-close::before {
  position: relative;
  top: -1px;
  display: block;
  font-size: 20px;
  line-height: 1;
  content: "×";
}

.js-toggle-card {
  overflow: hidden;
}
.js-toggle-card__button:hover {
  cursor: pointer;
  opacity: 0.7;
}
.js-toggle-card__content {
  visibility: hidden;
  transition: all 0.2s;
}
.js-toggle-card__close:hover {
  cursor: pointer;
  opacity: 0.7;
}

.c-drawer-button {
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.c-drawer-button__bar {
  position: relative;
  width: 26px;
  height: 2px;
  border-radius: 1px;
  transition: all 0.2s;
  transform-origin: 50% 50%;
}
.c-drawer-button__bar::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  content: "";
  background: #efdbc7;
}
.c-drawer-button__bar--1::before {
  width: 26px;
}
.c-drawer-button__bar--2::before {
  width: 23px;
}
.c-drawer-button__bar--3::before {
  width: 20px;
}
.c-drawer-button--active .c-drawer-button__bar::before {
  width: 100%;
}
.c-drawer-button--active .c-drawer-button__bar--1 {
  width: 26px;
  transform: translateY(8px) rotate(45deg);
}
.c-drawer-button--active .c-drawer-button__bar--2 {
  opacity: 0;
}
.c-drawer-button--active .c-drawer-button__bar--3 {
  width: 26px;
  transform: translateY(-8px) rotate(-45deg);
}

.c-archive-nothing {
  max-width: 1084px;
  padding: 100px 0;
  margin: 0 auto;
}

.b-top-button__button {
  position: fixed;
  right: 100px;
  bottom: 72px;
  z-index: 9000;
  width: 53px;
  height: 53px;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
  cursor: pointer;
  opacity: 0.7;
}
.b-top-button__button--visible {
  visibility: visible;
  opacity: 1;
}

.b-header-trial__top {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 7000;
}
.b-header-trial__container {
  position: relative;
  max-width: 1840px;
  padding: 0 40px 0 20px;
  margin: 0 auto;
}
.b-header-trial__inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.b-header-trial__logo {
  z-index: 7000;
  width: 169px;
  height: 182px;
}
.b-header-trial__nav {
  display: flex;
  gap: 20px;
  align-items: center;
  padding-top: 32px;
}
.b-header-trial__menu {
  display: flex;
  align-items: center;
}
.b-header-trial__menu li a {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  justify-content: center;
  padding: 0 26px;
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.5));
}
.b-header-trial__menu li a span {
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
}
.b-header-trial .contact-block__tel {
  --c-tel-color-text: #fff;
  --c-tel-icon-size: 19px;
  --c-tel-font-size: 24px;
  --c-tel-gap: 8px;
}
.b-header-trial .contact-block__time {
  display: flex;
  gap: 8px;
  align-items: center;
  margin-top: 2px;
  font-size: 12px;
  line-height: 1;
  color: #fff;
}

.b-footer-trial {
  background: url("../img/pc/b_footer_bg.jpg") center/cover no-repeat;
}
.b-footer-trial__nav {
  display: flex;
  gap: 64px;
  justify-content: center;
  max-width: 1754px;
  padding: 66px 40px 32px;
  margin: 0 auto;
  border-bottom: 1px solid #ffffff;
}
.b-footer-trial__nav a {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 4px;
}
.b-footer-trial__nav a span {
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
}
.b-footer-trial__nav a img {
  margin-top: 14px;
}
.b-footer-trial__main {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 26px 40px 40px;
}
.b-footer-trial__instagram {
  width: 44px;
  height: 44px;
  margin-top: 36px;
}
.b-footer-trial__name {
  margin-top: 38px;
  font-size: 16px;
  line-height: 28px;
  color: #fff;
  text-align: center;
}
.b-footer-trial__name span {
  font-size: 20px;
  font-weight: bold;
}
.b-footer-trial__address {
  margin-top: 14px;
  font-size: 16px;
  line-height: 22px;
  color: #fff;
}
.b-footer-trial__copyright {
  margin-top: 128px;
  font-size: 12px;
  line-height: 1;
  color: #fff;
}

.b-access__google-map {
  height: 424px;
}
.b-access .bottom-area {
  margin-top: 42px;
}
.b-access .bottom-area__container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 52px;
  justify-content: center;
}
.b-access .bottom-area__image-area {
  flex: 0 0 auto;
  width: 583px;
  height: 324px;
  background: url("../img/pc/trial_access_bg.jpg") no-repeat;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
  border-radius: 14px;
}
.b-access .bottom-area .main-area {
  width: 560px;
}
.b-access .bottom-area .main-area .title-container__title {
  display: flex;
  align-items: center;
  margin-top: 24px;
  line-height: 1;
}
.b-access .bottom-area .main-area .title-container__title span {
  margin-right: 10px;
  font-size: 20px;
  font-weight: bold;
}
.b-access .bottom-area .main-area__address {
  margin-top: 14px;
  font-size: 16px;
  line-height: 28px;
}
.b-access .bottom-area .contact-container {
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.b-access .bottom-area .contact-container__tel {
  --c-tel-icon-size: 16px;
  --c-tel-font-size: 26px;
  --c-tel-gap: 8px;
}
.b-access .bottom-area .contact-container__line {
  width: 46px;
  height: 46px;
  margin-left: 20px;
}
.b-access .bottom-area .contact-container__contact {
  width: 46px;
  height: 46px;
  margin-left: 20px;
}
.b-access .bottom-area .time-area {
  margin-top: 14px;
  border-top: 1px solid rgba(62, 139, 147, 0.5);
}
.b-access .bottom-area .time-area dl {
  display: grid;
  grid-template-columns: 122px 1fr;
  padding: 7px 0;
  border-bottom: 1px solid rgba(62, 139, 147, 0.5);
}
.b-access .bottom-area .time-area dl dt {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 34px;
  color: #3e8b93;
  border-right: 1px solid rgba(62, 139, 147, 0.5);
}
.b-access .bottom-area .time-area dl dt span {
  width: 70px;
  text-align: justify;
  text-align-last: justify;
}
.b-access .bottom-area .time-area dl dd {
  display: flex;
  align-items: center;
  padding-left: 2em;
}

.p-trial .mv {
  position: relative;
  max-width: 1920px;
  height: 970px;
  margin: 0 auto;
  background: url("../img/pc/trial_mv_bg.jpg");
  background-position: top 0 left calc(50vw - 960px);
}
@keyframes mv_fadein {
  0% {
    opacity: 0;
    transform: translateX(-40px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes mv_fadein2 {
  0% {
    opacity: 0;
    transform: translateY(-40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@media screen and (max-width: 1500px) {
  .p-trial .mv {
    background-position: top 0 left -210px;
  }
}
.p-trial .mv__filter {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 10;
  height: 180px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0, transparent 100%);
}
.p-trial .mv__fg {
  position: relative;
  z-index: 20;
  padding-top: 278px;
}
.p-trial .mv__inner {
  max-width: 1500px;
  padding: 0 40px;
  margin: 0 auto;
  opacity: 0;
  animation: 0.6s mv_fadein 0.8s forwards;
}
.p-trial .mv__headline {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
  margin-top: 12px;
}
.p-trial .mv__headline span {
  padding: 17px 26px;
  font-size: 35px;
  font-weight: bold;
  line-height: 1;
  color: #56a5b2;
  letter-spacing: 0.1em;
  background: #fff;
  border-radius: 6px;
}
.p-trial .mv__headline::before {
  position: absolute;
  top: -60px;
  left: -58px;
  display: block;
  width: 466px;
  height: 104px;
  content: "";
  background: url("../img/pc/trial_mv_headline_deco.png") no-repeat;
}
.p-trial .mv .price-block {
  margin-top: 28px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.3));
}
.p-trial .mv .price-block__text-1 {
  font-size: 32px;
  color: #ffef00;
}
.p-trial .mv .price-block__text-2 {
  font-size: 62px;
  color: #ffef00;
  letter-spacing: 0.06em;
}
.p-trial .mv .price-block__text-3 {
  font-size: 32px;
  color: #ffef00;
  letter-spacing: 0.06em;
}
.p-trial .mv .price-block__text-4 {
  display: inline-block;
  margin-top: 12px;
  font-size: 29px;
}
.p-trial .mv__cv {
  margin-top: 42px;
}
.p-trial .mv__campaign {
  position: absolute;
  top: 515px;
  right: 95px;
  z-index: 100;
  width: 221px;
  height: 291px;
  opacity: 0;
  animation: 0.6s mv_fadein2 0.8s forwards;
}
.p-trial .concept {
  position: relative;
  height: 710px;
  padding-top: 146px;
  background: url("../img/pc/trial_concept_bg_with_sp.jpg") no-repeat;
  background-position: top 0 right calc(50vw - 960px);
}
@media screen and (max-width: 1672px) {
  .p-trial .concept {
    background-position: top 0 right -124px;
  }
}
.p-trial .concept__smooth-slider {
  position: absolute;
  top: -102px;
  right: 0;
  left: 0;
  height: 118px;
}
.p-trial .concept__smooth-slider .c-slider-smooth__group {
  padding-right: 40px;
}
.p-trial .concept__container {
  max-width: 1672px;
  padding: 0 40px;
  margin: 0 auto 0;
}
.p-trial .concept__block {
  max-width: 480px;
  margin-left: auto;
}
.p-trial .concept__headline {
  font-size: 38px;
  font-weight: bold;
  line-height: 58px;
  letter-spacing: 0.1em;
  margin-top: 14px;
}
.p-trial .concept__english {
  margin-top: 20px;
}
.p-trial .concept__text {
  max-width: 440px;
  margin-top: 28px;
}
.p-trial .concept__support {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 436px;
  height: 104px;
  padding-left: 20px;
  margin-top: 44px;
  font-size: 22px;
  font-weight: bold;
  line-height: 35px;
  color: #56a5b2;
  background: #fff;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
  border-radius: 9px;
}
.p-trial .concept__support::before {
  position: absolute;
  top: -24px;
  left: -40px;
  display: block;
  width: 73px;
  height: 73px;
  content: "";
  background: url("../img/pc/trial_concept_tag.png");
}
.p-trial .movie {
  position: relative;
  z-index: 200;
  max-width: 1920px;
  padding: 298px 40px 96px;
  margin: -288px auto 0;
  background: url("../img/pc/trial_movie_bg.png") center bottom no-repeat;
}
.p-trial .movie__title {
  display: flex;
  justify-content: center;
}
.p-trial .movie__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, 496px);
  grid-gap: 44px;
  justify-content: center;
  margin-top: 20px;
}
.p-trial .movie__item {
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
}
.p-trial .concern {
  max-width: 1920px;
  padding: 1px 0 80px;
  margin: 0 auto;
}
.p-trial .concern__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: -52px;
  color: #000;
}
.p-trial .concern__title::before {
  display: block;
  width: 88px;
  height: 135px;
  margin-bottom: 10px;
  content: "";
  background: url("../img/pc/trial_concern_human.png") no-repeat;
}
.p-trial .concern__title span {
  position: relative;
  font-size: 38px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
}
.p-trial .concern__title span::before {
  position: absolute;
  top: -32px;
  right: -30px;
  display: block;
  width: 64px;
  height: 41px;
  content: "";
  background: url("../img/pc/trial_concern_deco.png") no-repeat;
}
.p-trial .concern__list {
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin-top: 40px;
}
.p-trial .concern__slider .c-slider-smooth__group {
  padding-right: 40px;
}
.p-trial .concern__slider--offset .c-slider-smooth__group {
  position: relative;
  left: -130px;
}
.p-trial .appeal {
  max-width: 1920px;
  height: 785px;
  padding-top: 96px;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: top 0 left calc(50vw - 960px);
}
@media screen and (max-width: 1470px) {
  .p-trial .appeal {
    background-position: top 0 left -225px;
  }
}
.p-trial .appeal__container {
  max-width: 1470px;
  padding: 0 40px;
  margin: 0 auto;
}
.p-trial .appeal__headline {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.p-trial .appeal__headline::before {
  position: absolute;
  top: -60px;
  left: -40px;
  display: block;
  width: 200px;
  height: 79px;
  content: "";
  background: url("../img/pc/trial_appeal_headline_deco_1.png") no-repeat;
}
.p-trial .appeal__headline::after {
  position: absolute;
  top: -30px;
  left: 426px;
  display: block;
  width: 62px;
  height: 69px;
  content: "";
  background: url("../img/pc/trial_appeal_headline_deco_2.png") no-repeat;
}
.p-trial .appeal__headline strong {
  font-size: 51px;
  font-weight: bold;
  line-height: 79px;
  color: #ffef00;
  letter-spacing: 0.1em;
  border-bottom: 4px solid #fff;
}
.p-trial .appeal__headline span {
  font-size: 42px;
  font-weight: bold;
  line-height: 70px;
  color: #fff;
  letter-spacing: 0.1em;
  border-bottom: 4px solid #fff;
}
.p-trial .appeal__text {
  max-width: 480px;
  margin-top: 30px;
  color: #fff;
}
.p-trial .appeal__point {
  position: relative;
  left: -20px;
  display: flex;
  margin-top: 40px;
}
.p-trial .appeal__point li + li {
  margin-left: -20px;
}
.p-trial .appeal__paper {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  max-width: 709px;
  margin-top: 40px;
}
.p-trial .appeal__paper li {
  display: flex;
  align-items: flex-end;
  width: 223px;
  height: 160px;
}
.p-trial .appeal--1 {
  position: relative;
  background-image: url("../img/pc/trial_appeal_bg_1.jpg");
}
.p-trial .appeal--1::before {
  position: absolute;
  top: -1px;
  left: calc(50% - 14px);
  display: block;
  width: 28px;
  height: 18px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
  background: #fff;
}
.p-trial .appeal--2 {
  position: relative;
  background-image: url("../img/pc/trial_appeal_bg_2.jpg");
}
.p-trial .appeal--2::before {
  position: absolute;
  top: -1px;
  left: calc(50% - 14px);
  display: block;
  width: 28px;
  height: 18px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
  background: #fff;
}
.p-trial .cv-area {
  max-width: 1920px;
  padding: 1px 0 68px;
  margin: 0 auto;
  background: #f5f6f6;
}
.p-trial .cv-area__block {
  max-width: 1200px;
  padding: 8px;
  margin: -34px auto 0;
  background: #fff;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
  border-radius: 9px;
}
.p-trial .cv-area__inner {
  padding: 0 62px 36px;
  background: no-repeat top right;
  border: 1px solid #56a5b2;
  border-radius: 6px;
}
.p-trial .cv-area__title {
  width: 442px;
  padding: 10px;
  margin-top: -34px;
  background: #fff;
  border: 1px solid #56a5b2;
  border-radius: 8px;
}
.p-trial .cv-area__title span {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 56px;
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
  color: #56a5b2;
  background: #ffef00;
}
.p-trial .cv-area__text {
  margin-top: 14px;
  font-size: 23px;
  font-weight: bold;
  line-height: 42px;
}
.p-trial .cv-area__text span {
  font-size: 36px;
  line-height: 52px;
  color: #56a5b2;
}
.p-trial .cv-area__bottom {
  display: flex;
  padding-top: 34px;
  margin-top: 30px;
  border-top: 1px solid #56a5b2;
}
.p-trial .cv-area__bottom .price-block {
  font-weight: bold;
  line-height: 1;
  color: #56a5b2;
}
.p-trial .cv-area__bottom .price-block__text-1 {
  font-size: 27px;
}
.p-trial .cv-area__bottom .price-block__text-2 {
  font-size: 47px;
  letter-spacing: 0.06em;
}
.p-trial .cv-area__bottom .price-block__text-3 {
  font-size: 27px;
  letter-spacing: 0.06em;
}
.p-trial .cv-area__bottom .price-block__text-4 {
  display: inline-block;
  margin-top: 12px;
  font-size: 24px;
}
.p-trial .cv-area__bottom .c-trial-cv-button {
  width: 376px;
  margin-left: 50px;
  filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
}
.p-trial .cv-area__bottom .c-trial-cv-button__inner {
  height: 68px;
  filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
}
.p-trial .cv-area__bottom .c-trial-cv-button__text {
  font-size: 26px;
}
.p-trial .cv-area__bottom .contact-block {
  margin: 18px 0 0 40px;
}
.p-trial .cv-area__bottom .contact-block__tel {
  --c-tel-color-text: #56a5b2;
  --c-tel-icon-size: 18px;
  --c-tel-font-size: 28px;
  --c-tel-gap: 8px;
}
.p-trial .cv-area__bottom .contact-block__time {
  margin-top: 6px;
  font-size: 16px;
  line-height: 1;
}
.p-trial .cv-area--1 .cv-area__inner {
  background-image: url("../img/pc/trial_cv_area_bg_1.png");
}
.p-trial .cv-area--2 .cv-area__inner {
  background-image: url("../img/pc/trial_cv_area_bg_2.png");
}
.p-trial .body {
  padding: 54px 0 40px;
}
.p-trial .body__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-trial .body__title::before {
  position: relative;
  left: -8px;
  display: block;
  width: 128px;
  height: 45px;
  margin-bottom: 10px;
  content: "";
  background: url("../img/pc/trial_body_deco.png") no-repeat;
}
.p-trial .body__title span {
  font-size: 38px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
}
.p-trial .body__list {
  margin-top: 34px;
}
.p-trial .body .c-slider__track {
  display: flex;
  justify-content: center;
  overflow: unset;
}
.p-trial .body .c-slider__item {
  width: 568px;
  margin-right: 84px;
}
.p-trial .body .c-slider__arrow-left {
  top: 88px;
  left: 33.6%;
  width: 58px;
  height: 58px;
  background: #56a5b2 url("../img/pc/trial_body_chevron_left.svg") center/9px 16px no-repeat;
  border-radius: 50%;
}
.p-trial .body .c-slider__arrow-right {
  top: 88px;
  right: 33.6%;
  width: 58px;
  height: 58px;
  background: #56a5b2 url("../img/pc/trial_body_chevron_right.svg") center/9px 16px no-repeat;
  border-radius: 50%;
}
.p-trial .food {
  max-width: 1920px;
  padding: 48px 40px 80px;
  margin: 48px auto 0;
  background: url("../img/pc/trial_food_bg.png") no-repeat;
}
.p-trial .food__inner {
  max-width: 1628px;
  margin: 0 auto;
}
.p-trial .food__balloon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 484px;
  height: 50px;
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
  color: #56a5b2;
  letter-spacing: 0.08em;
  background: #ffef00;
  border-radius: 25px;
}
.p-trial .food__balloon::before {
  position: absolute;
  bottom: -14px;
  left: 66px;
  display: block;
  width: 16px;
  height: 14px;
  clip-path: polygon(0 0, 100% 0, 0 100%);
  content: "";
  background: #ffef00;
}
.p-trial .food__headline {
  display: flex;
  flex-direction: column;
  gap: 18px;
  align-items: flex-start;
  margin-top: 22px;
}
.p-trial .food__headline span {
  padding: 16px 30px;
  font-size: 46px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  background: #73b8c9;
  border-radius: 9px;
}
.p-trial .food__message {
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-items: flex-start;
  margin-top: 38px;
}
.p-trial .food__message span {
  padding: 9px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  background: #fff;
}
.p-trial .food__note {
  padding-left: 140px;
  margin-top: 72px;
}
.p-trial .food__note span {
  position: relative;
  display: flex;
  align-items: center;
  width: 492px;
  height: 102px;
  padding-left: 84px;
  font-size: 20px;
  font-weight: bold;
  line-height: 35px;
  color: #fff;
  letter-spacing: 0.06em;
  background: #73b8c9;
  border-radius: 9px;
}
.p-trial .food__note span::before {
  position: absolute;
  top: -48px;
  left: -142px;
  display: block;
  width: 200px;
  height: 200px;
  content: "";
  background: url("../img/pc/trial_food_circle.jpg") center/cover no-repeat;
  filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.2));
  border-radius: 50%;
}
.p-trial .food__note span::after {
  position: absolute;
  top: 12px;
  right: -50px;
  display: block;
  width: 225px;
  height: 166px;
  content: "";
  background: url("../img/pc/trial_food_deco.png") no-repeat;
}
.p-trial .system {
  position: relative;
  max-width: 1920px;
  padding: 102px 40px 88px;
  margin: 66px auto 0;
  background: #56a5b2 url("../img/pc/trial_system_bg.jpg") center/cover no-repeat;
}
.p-trial .system__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
}
.p-trial .system__title span {
  margin-top: 26px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
}
.p-trial .system__title::after {
  display: block;
  width: 54px;
  height: 2px;
  margin-top: 18px;
  content: "";
  background: #fff;
}
.p-trial .system__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, 570px);
  gap: 64px 60px;
  justify-content: center;
  max-width: 1200px;
  margin: 38px auto 0;
}
.p-trial .system__list .item {
  position: relative;
  padding: 4px;
  background: #fff;
  border: 1px solid #73b8c9;
  border-radius: 14px;
}
.p-trial .system__list .item::before {
  position: absolute;
  top: -34px;
  left: calc(50% - 36px);
  display: block;
  width: 71px;
  height: 71px;
  content: "";
  background: center no-repeat;
}
.p-trial .system__list .item::after {
  position: absolute;
  right: 0;
  bottom: -36px;
  left: 0;
  display: block;
  height: 36px;
  content: "";
  background: url("../img/pc/trial_system_shadow.png") 100% 100% no-repeat;
}
.p-trial .system__list .item__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 38px 40px 22px;
  border: 1px solid #73b8c9;
  border-radius: 8px;
}
.p-trial .system__list .item__title {
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
  color: #56a5b2;
}
.p-trial .system__list .item__english {
  margin-top: 22px;
}
.p-trial .system__list .item__text {
  margin-top: 18px;
  font-size: 16px;
  line-height: 31px;
}
.p-trial .system__list .item:nth-of-type(1)::before {
  background-image: url("../img/pc/trial_system_counter_1.png");
  background-image: image-set(url("../img/pc/trial_system_counter_1.png") 1x, url("../img/pc/trial_system_counter_1@2x.png") 2x);
}
.p-trial .system__list .item:nth-of-type(2)::before {
  background-image: url("../img/pc/trial_system_counter_2.png");
  background-image: image-set(url("../img/pc/trial_system_counter_2.png") 1x, url("../img/pc/trial_system_counter_2@2x.png") 2x);
}
.p-trial .system__list .item:nth-of-type(3)::before {
  background-image: url("../img/pc/trial_system_counter_3.png");
  background-image: image-set(url("../img/pc/trial_system_counter_3.png") 1x, url("../img/pc/trial_system_counter_3@2x.png") 2x);
}
.p-trial .system__list .item:nth-of-type(4)::before {
  background-image: url("../img/pc/trial_system_counter_4.png");
  background-image: image-set(url("../img/pc/trial_system_counter_4.png") 1x, url("../img/pc/trial_system_counter_4@2x.png") 2x);
}
.p-trial .feature {
  max-width: 1920px;
  padding: 102px 0 80px;
  margin: 0 auto;
  background: linear-gradient(to bottom, transparent 750px, #f5f6f6 750px, #f5f6f6 1320px, transparent 1320px);
}
.p-trial .feature__title {
  display: flex;
  justify-content: center;
}
.p-trial .feature__smooth-slider {
  margin-top: -30px;
}
.p-trial .feature__list {
  display: flex;
  flex-direction: column;
  gap: 64px;
  margin-top: 30px;
}
.p-trial .feature__list .item__container {
  display: flex;
  gap: 86px;
  max-width: 1710px;
  padding: 0 40px;
  margin: 0 auto;
}
.p-trial .feature__list .item__image {
  position: relative;
  flex: 1 1 auto;
  height: 503px;
  background: center/cover no-repeat;
  border-radius: 14px;
}
.p-trial .feature__list .item__image::before {
  position: absolute;
  top: -26px;
  left: -40px;
  display: block;
  width: 256px;
  height: 99px;
  content: "";
  background-repeat: no-repeat;
}
.p-trial .feature__list .item__caution {
  margin: 20px 20px 0 0;
  font-size: 14px;
  line-height: 1;
  text-align: right;
}
.p-trial .feature__list .item__block {
  flex: 0 0 auto;
  max-width: 500px;
  padding-top: 18px;
}
.p-trial .feature__list .item__block::before {
  display: block;
  width: 148px;
  height: 40px;
  content: "";
  background-repeat: no-repeat;
}
.p-trial .feature__list .item__title {
  margin-top: 14px;
  font-size: 44px;
  font-weight: bold;
  line-height: 54px;
  color: #56a5b2;
}
.p-trial .feature__list .item__title::after {
  display: block;
  width: 50px;
  height: 2px;
  margin-top: 20px;
  content: "";
  background: #56a5b2;
}
.p-trial .feature__list .item__headline {
  margin-top: 26px;
  font-size: 24px;
  font-weight: bold;
  line-height: 39px;
}
.p-trial .feature__list .item__text {
  margin-top: 12px;
}
.p-trial .feature__list .item:nth-of-type(1) .item__block {
  padding-top: 18px;
}
.p-trial .feature__list .item:nth-of-type(1) .item__block::before {
  background-image: url("../img/pc/trial_feature_counter_1.png");
  background-image: image-set(url("../img/pc/trial_feature_counter_1.png") 1x, url("../img/pc/trial_feature_counter_1@2x.png") 2x);
}
.p-trial .feature__list .item:nth-of-type(1) .item__image {
  background-image: url("../img/pc/trial_feature_bg_1.jpg");
}
.p-trial .feature__list .item:nth-of-type(2) .item__block {
  padding-top: 44px;
}
.p-trial .feature__list .item:nth-of-type(2) .item__block::before {
  background-image: url("../img/pc/trial_feature_counter_2.png");
  background-image: image-set(url("../img/pc/trial_feature_counter_2.png") 1x, url("../img/pc/trial_feature_counter_2@2x.png") 2x);
}
.p-trial .feature__list .item:nth-of-type(2) .item__image {
  background-image: url("../img/pc/trial_feature_bg_2.jpg");
}
.p-trial .feature__list .item:nth-of-type(2) .item__container {
  flex-direction: row-reverse;
}
.p-trial .feature__list .item:nth-of-type(2) .item__image::before {
  background-image: url("../img/pc/trial_feature_deco_2.png");
}
.p-trial .feature__list .item:nth-of-type(3) .item__block {
  padding-top: 44px;
}
.p-trial .feature__list .item:nth-of-type(3) .item__block::before {
  background-image: url("../img/pc/trial_feature_counter_3.png");
  background-image: image-set(url("../img/pc/trial_feature_counter_3.png") 1x, url("../img/pc/trial_feature_counter_3@2x.png") 2x);
}
.p-trial .feature__list .item:nth-of-type(3) .item__image {
  background-image: url("../img/pc/trial_feature_bg_3.jpg");
}
.p-trial .feature__list .item:nth-of-type(4) .item__block {
  padding-top: 18px;
}
.p-trial .feature__list .item:nth-of-type(4) .item__block::before {
  background-image: url("../img/pc/trial_feature_counter_4.png");
  background-image: image-set(url("../img/pc/trial_feature_counter_4.png") 1x, url("../img/pc/trial_feature_counter_4@2x.png") 2x);
}
.p-trial .feature__list .item:nth-of-type(4) .item__image {
  background-image: url("../img/pc/trial_feature_bg_4.jpg");
}
.p-trial .feature__list .item:nth-of-type(4) .item__container {
  flex-direction: row-reverse;
}
.p-trial .feature__list .item:nth-of-type(4) .item__image::before {
  background-image: url("../img/pc/trial_feature_deco_4.png");
}
.p-trial .feature__list .item:nth-of-type(4) .item__title {
  letter-spacing: 0.02em;
}
.p-trial .report {
  display: flex;
  justify-content: center;
  margin-top: 76px;
}
.p-trial .report__scroll {
  width: 100%;
  max-width: 1221px;
  height: 2218px;
  overflow: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.p-trial .report__scroll::-webkit-scrollbar {
  display: none;
}
.p-trial .report__block {
  position: relative;
  right: -10px;
  width: 1211px;
  height: 2218px;
  padding: 66px 10px 0 0;
  background: url("../img/pc/trial_report_bg.png") no-repeat;
}
.p-trial .report__slash {
  display: flex;
  justify-content: center;
}
.p-trial .report__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-trial .report__title::before {
  display: block;
  width: 274px;
  height: 274px;
  content: "";
  background: url("../img/pc/trial_report_circle.png") no-repeat;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
  border-radius: 50%;
}
.p-trial .report__title img {
  position: relative;
  z-index: 10;
  margin-top: -48px;
}
.p-trial .report__title span {
  margin-top: 20px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  color: #56a5b2;
}
.p-trial .report__list {
  display: flex;
  flex-direction: column;
  gap: 42px;
  max-width: 1074px;
  margin: 26px auto 0;
}
.p-trial .report__list .item {
  position: relative;
  padding: 9px;
  background: #fff;
  border: 1px solid #56a5b2;
  border-radius: 14px;
}
.p-trial .report__list .item::before {
  position: absolute;
  bottom: -28px;
  left: 50%;
  display: block;
  width: 1px;
  height: 28px;
  content: "";
  background: #56a5b2;
}
.p-trial .report__list .item::after {
  position: absolute;
  bottom: -28px;
  left: calc(50% - 4px);
  display: block;
  width: 8px;
  height: 8px;
  content: "";
  background: #56a5b2;
  border-radius: 50%;
}
.p-trial .report__list .item__container {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.p-trial .report__list .item__image {
  flex: 0 0 auto;
  width: 504px;
  height: 278px;
  background-repeat: no-repeat;
}
.p-trial .report__list .item__block {
  max-width: 474px;
  padding-top: 20px;
}
.p-trial .report__list .item__block::before {
  display: block;
  width: 86px;
  height: 21px;
  content: "";
  background-repeat: no-repeat;
}
.p-trial .report__list .item__title {
  padding-bottom: 4px;
  margin-top: 8px;
  font-size: 36px;
  font-weight: bold;
  line-height: 59px;
  color: #3e8b93;
  border-bottom: 3px solid #f5f6f6;
}
.p-trial .report__list .item__text {
  margin-top: 12px;
}
.p-trial .report__list .item:nth-of-type(1) .item__image {
  background-image: url("../img/pc/trial_report_image_1.png");
}
.p-trial .report__list .item:nth-of-type(1) .item__block::before {
  background-image: url("../img/pc/trial_report_counter_1.png");
  background-image: image-set(url("../img/pc/trial_report_counter_1.png") 1x, url("../img/pc/trial_report_counter_1@2x.png") 2x);
}
.p-trial .report__list .item:nth-of-type(2) .item__image {
  background-image: url("../img/pc/trial_report_image_2.png");
}
.p-trial .report__list .item:nth-of-type(2) .item__block::before {
  background-image: url("../img/pc/trial_report_counter_2.png");
  background-image: image-set(url("../img/pc/trial_report_counter_2.png") 1x, url("../img/pc/trial_report_counter_2@2x.png") 2x);
}
.p-trial .report__list .item:nth-of-type(3) .item__image {
  background-image: url("../img/pc/trial_report_image_3.png");
}
.p-trial .report__list .item:nth-of-type(3) .item__block::before {
  background-image: url("../img/pc/trial_report_counter_3.png");
  background-image: image-set(url("../img/pc/trial_report_counter_3.png") 1x, url("../img/pc/trial_report_counter_3@2x.png") 2x);
}
.p-trial .report__list .item:nth-of-type(4) .item__image {
  background-image: url("../img/pc/trial_report_image_4.png");
}
.p-trial .report__list .item:nth-of-type(4) .item__block::before {
  background-image: url("../img/pc/trial_report_counter_4.png");
  background-image: image-set(url("../img/pc/trial_report_counter_4.png") 1x, url("../img/pc/trial_report_counter_4@2x.png") 2x);
}
.p-trial .report .comment-area {
  max-width: 510px;
  margin: 50px 0 0 82px;
}
.p-trial .report .comment-area__title {
  position: relative;
  display: flex;
  align-items: center;
  height: 80px;
  font-size: 31px;
  font-weight: bold;
  line-height: 1;
  border-top: 3px solid #f5f6f6;
  border-bottom: 3px solid #f5f6f6;
}
.p-trial .report .comment-area__title::before {
  position: absolute;
  top: -34px;
  left: -26px;
  display: block;
  width: 117px;
  height: 53px;
  content: "";
  background: url("../img/pc/trial_report_comment_deco.png") no-repeat;
}
.p-trial .report .comment-area__text {
  margin-top: 16px;
  font-size: 16px;
  line-height: 47px;
  text-decoration-line: underline;
  text-decoration-thickness: 1px; /* お好みで */
  text-decoration-style: dashed;
  text-decoration-color: #c7c8c8;
  text-underline-offset: 10px; /* テキストから10px下にずらす */
}
.p-trial .voice {
  padding: 82px 0 94px;
}
.p-trial .voice__title {
  display: flex;
  justify-content: center;
}
.p-trial .voice__list {
  margin-top: 18px;
}
.p-trial .voice__list .c-slider__track {
  padding: 10px 0;
}
.p-trial .voice__list .c-slider__item {
  width: 334px;
  margin-right: 40px;
}
.p-trial .voice__list .item {
  padding: 38px 26px 34px;
  background: #fff;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
  border-radius: 14px;
}
.p-trial .voice__list .item__name {
  font-size: 27px;
  font-weight: bold;
  line-height: 33px;
  color: #56a5b2;
}
.p-trial .voice__list .item__info {
  margin-top: 8px;
  font-size: 16px;
  line-height: 31px;
}
.p-trial .voice__list .item__text {
  padding-top: 12px;
  margin-top: 16px;
  font-size: 16px;
  line-height: 31px;
  border-top: 4px solid #f5f6f6;
}
.p-trial .plan-menu {
  position: relative;
  padding: 80px 40px 118px;
  background: #56a5b2;
}
.p-trial .plan-menu__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.5));
}
.p-trial .plan-menu__title img {
  margin-top: 18px;
}
.p-trial .plan-menu__title span {
  margin-top: 26px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
}
.p-trial .plan-menu__title::after {
  display: block;
  width: 54px;
  height: 2px;
  margin-top: 20px;
  content: "";
  background: #fff;
}
.p-trial .plan-menu .first-block {
  max-width: 1200px;
  padding: 8px;
  margin: 26px auto 0;
  background: #fff;
  border: 1px solid #56a5b2;
  border-radius: 9px;
}
.p-trial .plan-menu .first-block__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 0;
  align-items: center;
  justify-content: space-between;
  padding: 14px 0;
  border: 1px solid #56a5b2;
  border-radius: 6px;
}
.p-trial .plan-menu .first-block__inner .title-block {
  display: flex;
  gap: 30px;
  align-items: center;
  width: 508px;
  padding-left: 40px;
}
.p-trial .plan-menu .first-block__inner .title-block__title {
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
  color: #3e8b93;
}
.p-trial .plan-menu .first-block__inner .title-block__note {
  font-size: 16px;
  line-height: 1;
}
.p-trial .plan-menu .first-block__inner .campaign-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 670px;
  padding-right: 44px;
}
.p-trial .plan-menu .first-block__inner .campaign-block__title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 520px;
  height: 56px;
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
  color: #3e8b93;
  background: #ffef00;
}
.p-trial .plan-menu .first-block__inner .campaign-block__title::after {
  position: absolute;
  top: calc(50% - 10px);
  right: -10px;
  display: block;
  width: 10px;
  height: 20px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  content: "";
  background: #ffef00;
}
.p-trial .plan-menu .first-block__inner .campaign-block__price {
  font-size: 48px;
  font-weight: bold;
  line-height: 1;
  color: #3e8b93;
}
.p-trial .plan-menu .first-block__inner .campaign-block__price span {
  position: relative;
  top: -6px;
  margin-left: 4px;
  font-size: 28px;
}
.p-trial .plan-menu__list {
  max-width: 1200px;
  margin: 30px auto 0;
}
.p-trial .plan-menu__list .item {
  padding: 8px;
  background: #fff;
  border: 1px solid #56a5b2;
  border-radius: 9px;
}
.p-trial .plan-menu__list .item__inner {
  display: flex;
  padding: 28px 0;
  border: 1px solid #56a5b2;
  border-radius: 6px;
}
.p-trial .plan-menu__list .item__counter {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 294px;
  height: 80px;
  border-right: 1px solid #3e8b93;
}
.p-trial .plan-menu__list .item__main {
  display: flex;
  flex: 1 1 auto;
  flex-wrap: wrap;
  gap: 20px 0;
  align-items: center;
  justify-content: space-between;
  padding: 0 42px 0 60px;
}
.p-trial .plan-menu__list .item__title {
  font-size: 28px;
  font-weight: bold;
  line-height: 34px;
  color: #3e8b93;
  letter-spacing: 0.06em;
}
.p-trial .plan-menu__list .item__info {
  margin-top: 10px;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.06em;
}
.p-trial .plan-menu__list .item__price {
  display: flex;
  align-items: flex-end;
  font-weight: bold;
  line-height: 1;
  color: #3e8b93;
}
.p-trial .plan-menu__list .item__price span:nth-of-type(1) {
  position: relative;
  top: -4px;
  font-size: 32px;
}
.p-trial .plan-menu__list .item__price span:nth-of-type(2) {
  font-size: 54px;
}
.p-trial .plan-menu__list .item__price span:nth-of-type(3) {
  position: relative;
  top: -4px;
  font-size: 32px;
}
.p-trial .greeting {
  padding: 72px 40px 0;
}
.p-trial .greeting__block {
  position: relative;
  max-width: 1626px;
  height: 570px;
  padding-left: 316px;
  margin: 0 auto;
  background: url("../img/pc/trial_greeting_bg.jpg") no-repeat bottom center;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
  border-radius: 16px;
}
.p-trial .greeting__title {
  position: absolute;
  top: 84px;
  left: 140px;
  width: 119px;
  height: 404px;
}
.p-trial .greeting__inner {
  max-width: 540px;
  padding-top: 74px;
}
.p-trial .greeting__headline {
  font-size: 38px;
  font-weight: bold;
  line-height: 58px;
}
.p-trial .greeting__english {
  margin-top: 20px;
}
.p-trial .greeting__text {
  margin-top: 28px;
}
.p-trial .greeting__signature {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.p-trial .greeting__signature span {
  margin-left: 20px;
  font-size: 23px;
  font-weight: bold;
  line-height: 1;
}
.p-trial .access {
  padding: 86px 0 84px;
}
.p-trial .access__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-trial .access__title img {
  margin-top: 18px;
}
.p-trial .access__title span {
  margin-top: 26px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  color: #3e8b93;
}
.p-trial .access__title::after {
  display: block;
  width: 54px;
  height: 2px;
  margin-top: 20px;
  content: "";
  background: #56a5b2;
}
.p-trial .access__content {
  margin-top: 28px;
}
.p-trial .qa {
  padding: 98px 0 112px;
  background: #56a5b2;
}
.p-trial .qa__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.5));
}
.p-trial .qa__title span {
  margin-top: 22px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
}
.p-trial .qa__title::after {
  display: block;
  width: 54px;
  height: 2px;
  margin-top: 20px;
  content: "";
  background: #fff;
}
.p-trial .qa__list {
  display: flex;
  flex-direction: column;
  gap: 26px;
  max-width: 1200px;
  margin: 24px auto 0;
}
.p-trial .form__inner {
  max-width: 1920px;
  padding: 96px 0 110px;
  margin: 0 auto;
}
.p-trial .form__title {
  display: flex;
  justify-content: center;
}
.p-trial .form__info {
  margin-top: 18px;
  font-size: 22px;
  font-weight: bold;
  line-height: 35px;
  color: #3e8b93;
  text-align: center;
}
.p-trial .form__campaign {
  width: 442px;
  padding: 10px;
  margin: 26px auto 0;
  border: 1px solid #56a5b2;
  border-radius: 8px;
}
.p-trial .form__campaign span {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 56px;
  font-size: 22px;
  font-weight: bold;
  color: #3e8b93;
  background: #ffef00;
}
.p-trial .form .price-block {
  margin-top: 22px;
  font-weight: bold;
  line-height: 1;
  color: #3e8b93;
  text-align: center;
}
.p-trial .form .price-block__text-1 {
  font-size: 27px;
}
.p-trial .form .price-block__text-2 {
  font-size: 47px;
  letter-spacing: 0.06em;
}
.p-trial .form .price-block__text-3 {
  font-size: 27px;
  letter-spacing: 0.06em;
}
.p-trial .form .price-block__text-4 {
  display: inline-block;
  margin-top: 16px;
  font-size: 24px;
}
.p-trial .form__container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  max-width: 800px;
  height: 114px;
  margin: 50px auto 0;
  border-left: 4px solid #f4f4f4;
}
.p-trial .form__container > * {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-right: 4px solid #f4f4f4;
}
.p-trial .form__container .tel-area {
  padding: 24px 20px 0;
}
.p-trial .form__container .tel-area__tel {
  --c-tel-icon-size: 22px;
}
.p-trial .form__container .tel-area__time {
  margin-top: 22px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: #9d9e9e;
}
.p-trial .form__container .line-area {
  padding: 4px 20px 0;
}
.p-trial .form__container .line-area__button {
  width: 216px;
  height: 63px;
}
.p-trial .form__container .line-area__text {
  margin-top: 22px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: #9d9e9e;
}
.p-trial .form__note {
  margin-top: 32px;
  text-align: center;
}
.p-trial .form__content {
  max-width: 820px;
  margin: 32px auto 0;
}
.p-trial .form__content .small {
  display: block;
  font-size: 12px;
  line-height: 16px;
}
.p-trial .form__content .wpcf7 .wpcf7-submit {
  width: 390px;
  height: 82px;
  font-size: 21px;
  line-height: 1;
  color: #fff;
  background-color: #3e8b93;
  border-radius: 6px;
}

.p-notfound .main {
  max-width: 1240px;
  padding: 250px 20px 200px;
  margin: 0 auto;
}
.p-notfound .main a {
  display: inline-block;
  margin-top: 60px;
  text-decoration: underline;
}
