@charset "UTF-8";
/*----------------------------------------
Foundation
-----------------------------------------*/
html {
  font-size: 15px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

body {
  font-family: "Roboto Condensed", "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #727171;
}

h2,
.h2 {
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1.5;
}
@media (min-width: 768px) {
  h2,
  .h2 {
    font-size: 1.65rem;
  }
}

h3,
.h3 {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
}

.card {
  border-radius: 0;
}

.navbar-light .navbar-toggler {
  border: none;
}

.nav-link {
  color: #727171 !important;
  font-weight: 700;
}

@media (max-width: 991.98px) {
  .navbar-collapse .navbar-nav {
    padding-bottom: 64px;
  }
}
@media (max-width: 991.98px) {
  .navbar-collapse .nav-link {
    border-bottom: 1px solid rgba(114, 113, 113, 0.2);
  }
}

/*----------------------------------------
Layout
-----------------------------------------*/
/*----------------------------------------
Project
-----------------------------------------*/
.p-section-ttl {
  font-size: 1.75rem;
}
.p-section-ttl__sub {
  font-size: 1rem;
  font-weight: 700;
  display: block;
  color: #DE8786;
}

.p-section-ttl02 {
  font-size: 1.25rem;
  font-weight: 700;
}
.p-section-ttl02__sub {
  font-size: 1rem;
}
@media (min-width: 768px) {
  .p-section-ttl02__sub {
    font-size: 1.125rem;
  }
}
@media (min-width: 768px) {
  .p-section-ttl02 {
    font-size: 1.5rem;
  }
}

/*グロナビ ----------------*/
.p-gnav__logo {
  padding: 0;
}
.p-gnav__logo a {
  font-size: 1.25rem;
  font-weight: bold;
  color: #727171;
}
@media (min-width: 768px) {
  .p-gnav__logo a {
    font-size: 2rem;
  }
}
.p-gnav__logo a:hover {
  text-decoration: none;
}
.p-gnav__logo img {
  width: 80px;
}
@media (min-width: 768px) {
  .p-gnav__logo img {
    width: 100px;
  }
}

/*MV ----------------*/
.p-mv {
  position: relative;
  margin-bottom: 0;
  background: url(../img/mainv-sp-001.jpg) no-repeat center/cover;
  padding: calc(clamp(150px, 9.6vw, 200px) + 60px) 0 40px;
  position: relative;
}
@media (min-width: 576px) {
  .p-mv {
    background: url(../img/mainv-tb-001.jpg) no-repeat center/cover;
  }
}
@media (min-width: 768px) {
  .p-mv {
    background: url(../img/mainv-pc-001.jpg) no-repeat center/cover;
    padding: 130px 0 70px;
  }
}
@media (min-width: 992px) {
  .p-mv {
    background: url(../img/mainv-pc-001.jpg) no-repeat center/cover;
    padding: 180px 0 100px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .p-mv .container {
    max-width: 680px;
  }
}
@media (min-width: 1200px) {
  .p-mv__left {
    margin-left: 80px;
  }
}
.p-mv__inn {
  margin-top: 64px;
}
.p-mv__maintitle {
  margin-top: 0.5em;
  line-height: 1;
  font-weight: 600;
  font-size: clamp(45px, 12vw, 60px);
  color: #264B58;
  word-break: keep-all;
}
@media (min-width: 768px) {
  .p-mv__maintitle {
    font-size: 74px;
  }
}
.p-mv__maintitle span {
  font-size: 1rem;
  display: block;
}
@media (min-width: 768px) {
  .p-mv__maintitle span {
    font-size: 24px;
  }
}
.p-mv__logo {
  max-width: 220px;
  margin-top: 30px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .p-mv__logo {
    max-width: 280px;
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
@media (min-width: 992px) {
  .p-mv__logo {
    max-width: 370px;
  }
}
.p-mv__logo img {
  filter: drop-shadow(-1px 3px 3px rgba(255, 255, 255, 0.4));
}
.p-mv__subtitle {
  background-color: #CEB083;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  font-size: clamp(15px, 4.5vw, 28px);
  display: inline-block;
  padding: 8px 12px;
}
@media (min-width: 768px) {
  .p-mv__subtitle {
    font-size: 30px;
  }
}
@media (min-width: 768px) {
  .p-mv__info {
    position: relative;
  }
}
.p-mv__balloon {
  background-color: #fff;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  overflow: hidden;
  top: 0;
  left: 15px;
  transform: translateY(-115%);
  position: absolute;
  width: 150px;
  z-index: 1;
  border: 1px solid #CEB083;
}
@media (min-width: 576px) {
  .p-mv__balloon {
    width: 200px;
  }
}
@media (min-width: 768px) {
  .p-mv__balloon {
    width: 180px;
    bottom: 0;
    right: 50%;
    left: auto;
    top: auto;
    transform: translateX(160%);
  }
}
@media (min-width: 992px) {
  .p-mv__balloon {
    width: 220px;
    transform: translateX(128%);
  }
}
@media (min-width: 1200px) {
  .p-mv__balloon {
    width: 220px;
    transform: translateX(110%);
  }
}
.p-mv__balloon figure {
  margin-bottom: 0;
}
.p-mv__balloon p {
  background-color: #CEB083;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  padding: 10px;
  line-height: 1;
}
@media (min-width: 768px) {
  .p-mv__balloon p {
    font-size: 15px;
    padding: 16px;
  }
}

/*CTA ----------------*/
.p-cta {
  background: transparent linear-gradient(103deg, #FEC2C1 0%, #F7E3DA 50%, #B9DCD5 100%) 0% 0% no-repeat padding-box;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .p-cta {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
.p-cta__container {
  padding: 40px 24px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 8px;
}
@media (min-width: 768px) {
  .p-cta__container {
    padding: 64px;
  }
}

.p-cta-btn {
  border-radius: 50vw;
  padding: 1.125rem 2.5rem;
  width: 100%;
  max-width: 480px;
  max-width: 580px;
  box-shadow: 0px 5px 0 #C17E87;
  line-height: 1;
  position: relative;
  background-color: #EF7684;
  color: #fff;
}
.p-cta-btn__small {
  font-size: 0.75rem;
  font-weight: 700;
  display: block;
}
@media (min-width: 768px) {
  .p-cta-btn__small {
    font-size: 1rem;
  }
}
.p-cta-btn__txt {
  font-size: 1.15rem;
  font-weight: 900;
  margin-top: 0.625rem;
  display: block;
}
@media (min-width: 768px) {
  .p-cta-btn__txt {
    font-size: 1.875rem;
  }
}
.p-cta-btn::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  right: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  .p-cta-btn::after {
    border-width: 10px 0 10px 17px;
    right: 2.5rem;
  }
}
.p-cta-btn:hover {
  color: #fff;
  background-color: #e66884;
}

/*悩み ----------------*/
.p-question {
  position: relative;
}
.p-question__box {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.p-question__title {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  gap: 1rem;
}
.p-question__title::after {
  content: "";
  width: 40px;
  aspect-ratio: 70/64;
  background: no-repeat url(../img/top-question-pic-004.png) center/contain;
}
@media (min-width: 768px) {
  .p-question__title::after {
    width: 70px;
  }
}
.p-question__ic {
  width: 75px;
  height: auto;
}
@media (min-width: 768px) {
  .p-question__ic {
    width: 140px;
  }
}
.p-question__txt {
  margin: 0;
  padding: 1.5rem;
  background-color: #F4F5F5;
  border-radius: 8px;
  margin-bottom: 12px;
  position: relative;
}
.p-question__txt::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #F4F5F5;
  bottom: 0;
  right: 0;
  display: block;
  transform: translate(-100%, 200%);
}
.p-question__txt::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #F4F5F5;
  bottom: 0;
  right: 0;
  display: block;
  transform: translate(-470%, 440%);
}
.p-question__arrow {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  transform: translateY(50%);
}

/*特徴 ----------------*/
.p-features {
  counter-reset: p-features-number 0;
}
.p-features .row {
  gap: 32px 0;
}
.p-features__box {
  background-color: #fff;
  padding: 40px 24px 24px 24px;
  border-radius: 8px;
  position: relative;
}
.p-features__box::before {
  counter-increment: p-features-number 1;
  content: "POINT 0" counter(p-features-number);
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 14px;
  font-weight: 700;
  background-color: #83A9B2;
  line-height: 1;
  padding: 8px 32px;
  color: #fff;
  border-radius: 50vw;
}
.p-features__set {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.p-features__set img {
  border-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
  height: 160px;
}
.p-features__copy {
  font-size: 1.125rem;
  font-weight: 700;
  color: #DE8786;
}
/*サービス内容 ----------------*/
.p-service {
  counter-reset: p-service-number 0;
}
.p-service .row {
  gap: 32px 0;
}
.p-service__box {
  padding: 0;
  background-color: #F4F5F5;
  border-radius: 8px;
}
.p-service__box::before {
  counter-increment: p-service-number 1;
  content: counter(p-service-number, decimal-leading-zero);
  position: absolute;
  display: block;
  top: 0;
  left: 10px;
  transform: translate(10px, -6px);
  font-size: 16px;
  font-weight: 700;
  background-color: #CEB083;
  line-height: 1;
  color: #fff;
  width: 40px;
  height: 30px;
  display: grid;
  place-content: center;
}
.p-service__box::after {
  display: block;
  content: "";
  position: absolute;
  border-top: 20px solid #CEB083;
  border-bottom: 20px solid #CEB083;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  top: 4px;
  left: 30px;
  transform: rotate(90deg);
}
.p-service__set img {
  border-radius: 8px 8px 0 0;
}
.p-service__copy {
  padding: 20px;
}

.p-space__box img {
  border-radius: 8px;
}
.p-space .row {
  gap: 32px 0;
}

/*今後の流れ ----------------*/
.p-flow {
  counter-reset: p-flow-number 0;
  position: relative;
}
.p-flow .row {
  gap: 32px 0;
}
@media (min-width: 768px) {
  .p-flow .row {
    gap: 64px 0;
  }
}
@media (min-width: 768px) {
  .p-flow .row > div:not(:nth-of-type(3n)) .p-flow__box::after {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background-color: #727171;
    -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
            clip-path: polygon(0 0, 100% 50%, 0 100%);
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(50%, -50%);
  }
}
.p-flow .row > div:last-of-type .p-flow__box::after {
  content: none;
}
.p-flow__box {
  background-color: #F4F5F5;
  border-radius: 8px;
  padding: 50px 24px 24px;
}
.p-flow__box::before {
  counter-increment: p-flow-number 1;
  content: counter(p-flow-number, decimal-leading-zero);
  position: absolute;
  display: block;
  aspect-ratio: 1;
  width: 40px;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 22px;
  font-weight: 700;
  background-color: #DE8786;
  line-height: 1;
  color: #fff;
  border-radius: 50vw;
  display: grid;
  place-content: center;
}
@media (min-width: 768px) {
  .p-flow__box::before {
    width: 65px;
    font-size: 30px;
  }
}
.p-flow__copy {
  font-size: 1.25rem;
  font-weight: 700;
  color: #DE8786;
}
/*受講者の声 ----------------*/
/*データ ----------------*/
.p-data .row {
  gap: 32px 0;
}
.p-data__box {
  background-color: #F4F5F5;
  border-radius: 8px;
  display: grid;
  place-content: center;
  padding: 32px;
}
.p-data__title {
  font-size: 1.125rem;
  font-weight: 700;
}
.p-data__txt {
  font-size: 30px;
  font-weight: 700;
  color: #DE8786;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  margin-bottom: 6px;
}
@media (min-width: 768px) {
  .p-data__txt {
    font-size: 50px;
  }
}
.p-data__txt .small {
  font-size: 1rem;
  font-weight: 700;
}
@media (min-width: 768px) {
  .p-data__txt .small {
    font-size: 26px;
  }
}
.p-data figure {
  margin-bottom: 32px;
}

/*よくある質問 ----------------*/
.p-faq .row {
  gap: 32px 0;
}
.p-faq__q {
  background-color: #DE8786;
  color: #fff;
  font-size: 1.125rem;
  margin-bottom: 0;
}
.p-faq__q::before {
  content: "Q";
  margin-right: 0.75rem;
}
.p-faq__a {
  font-size: 1.125rem;
  background-color: #fff;
}
.p-faq__a::before {
  content: "A";
  margin-right: 0.75rem;
}

/*料金 ----------------*/
.p-price-box {
  background-color: #F4F5F5;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 32px;
  position: relative;
  margin-bottom: 64px;
}
@media (min-width: 768px) {
  .p-price-box {
    flex-direction: row;
    padding: 24px;
    align-items: center;
  }
}
@media (max-width: 575.98px) {
  .p-price-box__big {
    font-size: 1rem;
  }
}
.p-price-box__small {
  background-color: #DE8786;
}
.p-price-box__price {
  border-color: #C4A9A8;
}
.p-price-box__big--line {
  position: relative;
}
.p-price-box__big--line::before {
  position: absolute;
  content: "";
  display: block;
  transform: rotate(-12deg);
  background-color: #727171;
  width: 105%;
  height: 2px;
  top: 50%;
  left: 0;
}
.p-price-box__newprice {
  font-size: 22px;
  font-weight: 700;
  color: #727171;
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
  padding-left: 8px;
}
@media (min-width: 768px) {
  .p-price-box__newprice {
    font-size: 45px;
    padding-left: 64px;
    margin-left: 24px;
  }
}
@media (min-width: 768px) {
  .p-price-box__newprice::before {
    content: "";
    width: 20px;
    height: 20px;
    border: 1px solid #727171;
    border-left: 0;
    border-bottom: 0;
    transform: rotate(45deg) translate(65%, -65%);
    transform-origin: top right;
    position: absolute;
    top: 50%;
    box-sizing: border-box;
    left: 0;
  }
}
@media (min-width: 768px) {
  .p-price-box__newprice::after {
    content: "";
    width: 40px;
    height: 1px;
    background-color: #727171;
    position: absolute;
    top: 50%;
    left: 0;
  }
}
.p-price-box__attention {
  background-color: #83A9B2;
  color: #fff;
  border-radius: 50vw;
  font-size: 1rem;
  padding: 8px 12px;
  font-weight: 700;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
}
@media (min-width: 768px) {
  .p-price-box__attention {
    font-size: 1.125rem;
    width: auto;
    padding: 16px 24px;
  }
}
.p-price-box::before {
  content: "";
  width: 75%;
  height: 10px;
  background-color: #727171;
  border-radius: 0 0 50vw 50vw;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
}
@media (min-width: 768px) {
  .p-price-box::before {
    width: 10px;
    height: 195px;
    border-radius: 0 50vw 50vw 0;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
  }
}
.p-price-box__left {
  width: 100%;
  margin-top: 24px;
}
@media (min-width: 768px) {
  .p-price-box__left {
    padding: 40px;
    flex: 0 0 50%;
  }
}
@media (min-width: 992px) {
  .p-price-box__left {
    padding: 64px;
  }
}
.p-price-box__right {
  flex: 0 1 50%;
  display: grid;
  place-content: center;
  margin-top: 32px;
}
@media (min-width: 768px) {
  .p-price-box__right {
    margin-top: 0;
  }
}
.p-price-box__price {
  display: flex;
  align-items: center;
  border-bottom: 2px #83A9B2 dashed;
  padding-bottom: 1rem;
}
.p-price-box__price:not(:first-of-type) {
  margin-top: 24px;
}
.p-price-box__small {
  background-color: #83A9B2;
  color: #fff;
  border-radius: 50vw;
  line-height: 1;
  padding: 6px 0;
  width: 65px;
  display: grid;
  place-content: center;
  margin-right: 0.5rem;
  font-size: 0.75rem;
  flex: 0 0 auto;
}
@media (min-width: 768px) {
  .p-price-box__small {
    font-size: 1rem;
    width: 140px;
    margin-right: 1rem;
  }
}
.p-price-box__big {
  font-size: 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1;
}
@media (min-width: 768px) {
  .p-price-box__big {
    font-size: 36px;
  }
}
.p-price-box--monitors {
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.08);
  background-color: #fff;
  background-color: #FFF0F0;
  flex-direction: column;
  align-items: start;
  display: block;
  margin-bottom: 0;
}
.p-price-box--monitors::before {
  background-color: #DE8786;
}
@media (min-width: 768px) {
  .p-price-box--monitors .p-price-box__left {
    padding: 64px 60px;
  }
}
@media (min-width: 992px) {
  .p-price-box--monitors .p-price-box__left {
    padding: 64px 160px;
  }
}

.p-check-list {
  list-style-type: none;
  padding-left: 1.5rem;
}
.p-check-list li {
  position: relative;
  font-size: 0.8em;
}
@media (min-width: 992px) {
  .p-check-list li {
    font-size: 0.875em;
  }
}
.p-check-list li:not(:first-of-type) {
  margin-top: 14px;
}
.p-check-list li::before {
  content: "";
  width: 1.125rem;
  height: 1.125rem;
  border-radius: 50vw;
  background-color: #83A9B2;
  left: -1em;
  position: absolute;
  transform: translate(-50%, 10%);
}
.p-check-list li::after {
  content: "";
  display: block;
  position: absolute;
  top: 0.5em;
  left: -1.3em;
  width: 9px;
  height: 5px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
}

/*フッター ----------------*/
.p-footer__nav {
  list-style: none;
  padding-left: 0;
}
.p-footer__nav li {
  font-size: 0.875rem;
}
@media (max-width: 767.98px) {
  .p-footer__nav li {
    border-bottom: 1px solid rgba(17, 17, 17, 0.2);
  }
}
@media (min-width: 768px) {
  .p-footer__nav li + li {
    border-left: 1px solid rgba(17, 17, 17, 0.2);
  }
}
.p-footer__nav a {
  text-decoration: none;
  display: inline-block;
  color: #6F6F6F;
  padding: 0.5rem 1rem;
}
@media (min-width: 768px) {
  .p-footer__nav a {
    padding: 0 1rem;
  }
}

/*受講生の声 ----------------*/
.p-voice__txt {
  margin-top: 140px;
}

.p-voice-card {
  background-color: #fff;
  border-radius: 8px;
  width: 80vw;
  margin: 0 0.5em;
}
@media (min-width: 768px) {
  .p-voice-card {
    max-width: 465px;
  }
}
.p-voice-card__inn {
  display: flex;
  align-items: center;
  padding: 24px;
}
.p-voice-card__img {
  width: 65px;
  height: 65px;
}
.p-voice-card__img img {
  border-radius: 50vw;
}
.p-voice-card__info {
  margin-left: 10px;
}
.p-voice-card__name {
  font-size: 1.125rem;
  font-weight: 700;
}
.p-voice-card__txt {
  padding: 0 24px 24px 24px;
}
.p-voice-card .youtube {
  width: 465px;
}

.p-other table {
  font-size: 13px;
}
.p-other td:first-of-type {
  width: 30%;
}
@media (min-width: 768px) {
  .p-other td:first-of-type {
    max-width: 300px;
  }
}

/*----------------------------------------
Component
-----------------------------------------*/
.c-small {
  font-size: 0.75rem;
  line-height: 1;
}
.c-small--subtitle {
  font-weight: 900;
  letter-spacing: 0.45em;
}
.c-small--link {
  color: #CCD4FF;
}
.c-small--link:hover {
  color: #fff;
}
.c-small--lightgray {
  color: #656565;
}

.c-stripe::before {
  margin-right: 10px;
  content: "＼";
}
.c-stripe::after {
  margin-left: 10px;
  content: "／";
}

.c-arrow {
  position: relative;
  padding-left: 1em !important;
}
.c-arrow::before, .c-arrow::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
}
.c-arrow::before {
  left: 3px;
  width: 4px;
  height: 4px;
  border-top: 1px solid rgba(114, 113, 113, 0.5);
  border-right: 1px solid rgba(114, 113, 113, 0.5);
  transform: rotate(45deg);
}

@media (max-width: 991.98px) {
  .c-arrow-sp {
    position: relative;
    padding-left: 1em !important;
  }
  .c-arrow-sp::before, .c-arrow-sp::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
  }
  .c-arrow-sp::before {
    left: 3px;
    width: 4px;
    height: 4px;
    border-top: 1px solid rgba(114, 113, 113, 0.5);
    border-right: 1px solid rgba(114, 113, 113, 0.5);
    transform: rotate(45deg);
  }
}

.c-arrow02 {
  width: 26px;
  height: 33px;
  display: block;
  background: url(../img/ic-triangle@2x.png) center no-repeat;
  background-size: contain;
}
@media (min-width: 768px) {
  .c-arrow02 {
    width: 33px;
    height: 43px;
  }
}

.c-ribbon {
  position: relative;
  background-color: #fff;
  line-height: 3em;
  text-align: center;
  padding: 0 1em;
}
.c-ribbon::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  border-top: 1.5em solid #fff;
  border-bottom: 1.5em solid #fff;
  border-right: 1.5em solid transparent;
  border-left: 1.5em solid transparent;
  right: -1.5em;
}

.c-marker {
  background: linear-gradient(transparent 70%, #FFECA2 0%);
}

.c-ptn-blue {
  background: url(../img/ptn-blue@2x.png) center no-repeat;
  background-size: cover;
}

.c-animation-float {
  animation: img_box_9955 3s linear infinite;
  transform-origin: 50% 50%;
  margin: 1rem 0 !important;
}

@keyframes img_box_9955 {
  0% {
    transform: translateY(0);
  }
  33.33333% {
    transform: translateY(-10px);
  }
  66.66667% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}
.c-bg-lightpink {
  background-color: #FCF7F7 !important;
}

.c-bg-lightgray {
  background-color: #F4F5F5 !important;
}

.c-scraped-box {
  position: relative;
  background-color: #ececec;
}
.c-scraped-box::before {
  height: 0;
  display: block;
  position: absolute;
  right: -3px;
  content: "";
  border-bottom: solid 50px #fff;
  border-left: solid 50px transparent;
  bottom: -3px;
  z-index: 2;
}
.c-scraped-box::after {
  height: 0;
  display: block;
  position: absolute;
  right: -2px;
  content: "";
  border-bottom: solid 50px transparent;
  border-left: solid 50px transparent;
  bottom: -2px;
}

/*----------------------------------------
Utility
-----------------------------------------*/
@media (max-width: 991.98px) {
  .col-6 {
    padding-right: 8px;
    padding-left: 8px;
  }
}

/*----------------------------------------
その他
-----------------------------------------*/
/*slick ----------------*/
.slick-dots {
  bottom: -40px;
}
@media (min-width: 768px) {
  .slick-dots {
    bottom: -60px;
  }
}

.slick-dots li button:before {
  font-size: 0.75rem;
}

.slick-arrow {
  z-index: 1;
}

.slick-next.slick-arrow {
  right: 3rem;
}

.slick-prev.slick-arrow {
  left: 3rem;
}

.slick-prev:before {
  content: "";
  background: url(../img/ic-arrow.png) no-repeat center/contain;
  display: block;
  width: 2rem;
  height: 2rem;
  transform: rotate(180deg);
  opacity: 0.85;
}

.slick-next:before {
  content: "";
  background: url(../img/ic-arrow.png) no-repeat center/contain;
  display: block;
  width: 2rem;
  height: 2rem;
  opacity: 0.85;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0;
}

.py-100 {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (min-width: 768px) {
  .py-100 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.slick-track {
  display: flex;
}

.slick-slide {
  height: auto !important;
}

.youtube-wrap {
  width: 100%;
  aspect-ratio: 16/9;
}
.youtube-wrap .youtube {
  width: 100%;
  height: 100%;
  border: none;
}/*# sourceMappingURL=style.css.map */