@charset "UTF-8";
/* マップ型変数breakpointsを定義 */
/* ====================================================
// common - 共通
==================================================== */
html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.8rem;
  line-height: 1.7;
  color: #333;
  background-color: #deeffb;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 4vw;
    background: none;
  }
}

a {
  transition: opacity 0.3s;
}

img {
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .is-pc {
    display: none;
  }
}

.is-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .is-sp {
    display: block;
  }
}

.wrapper {
  width: 72rem;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .wrapper {
    width: 100%;
  }
}

.shadow {
  box-shadow: 0 0 1rem 1rem rgba(0, 0, 0, 0.1254901961);
}

.container {
  padding: 7rem 0 0;
  width: 72rem;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 767px) {
  .container {
    width: 100%;
    padding-top: 13.8vw;
  }
}

.inner {
  padding: 0 2rem;
}
@media screen and (max-width: 767px) {
  .inner {
    padding: 0 3vw;
  }
}

.yellow {
  color: #ffff30;
}

.pink {
  color: #f44c57;
}

.green {
  color: #06c655;
}

.red {
  color: #c1272d;
}

.bold {
  font-weight: bold;
}

.marker {
  background: linear-gradient(transparent 10%, #ffff30 0%);
  display: inline;
  padding: 0;
}

.marker2 {
  background: linear-gradient(transparent 60%, rgba(255, 255, 48, 0.7607843137) 0%);
  display: inline;
  padding: 0;
}

.marker-bk {
  background: linear-gradient(transparent 90%, #333 0%);
  display: inline;
  padding: 0.6rem 0.4rem;
}

.section {
  padding-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  .section {
    padding-bottom: 12vw;
  }
}

.pt {
  padding-top: 8rem;
}
@media screen and (max-width: 767px) {
  .pt {
    padding-top: 12vw;
  }
}

.mb2 {
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .mb2 {
    margin-bottom: 4vw;
  }
}

.section__title {
  background-color: #3f80c9;
  color: #fff;
  text-align: center;
  font-size: 3.6rem;
  font-style: italic;
  margin-bottom: 4rem;
  font-weight: bold;
  padding: 2rem 0;
  line-height: 1.3;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .section__title {
    font-size: 5.5vw;
    margin-bottom: 6vw;
    padding: 4vw 0;
    letter-spacing: 0.04em;
  }
}

.title.-small {
  width: 36%;
}

.microCopy {
  width: 90%;
  margin: 0 auto;
}

.yureru-s {
  animation: yureru-s 2s infinite;
}

@keyframes yureru-s {
  0% {
    transform: translate(2px, 0px);
  }
  5% {
    transform: translate(-2px, 0px);
  }
  10% {
    transform: translate(2px, 0px);
  }
  15% {
    transform: translate(-2px, 0px);
  }
  20% {
    transform: translate(2px, 0px);
  }
  25% {
    transform: translate(-2px, 0px);
  }
  30% {
    transform: translate(0px, 0px);
  }
}
.wave {
  margin-bottom: 6rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .wave {
    margin-bottom: 12vw;
  }
}

.wave.-nomb {
  margin-bottom: 0;
}

.wave.-mt {
  margin-top: -4rem;
}
@media screen and (max-width: 767px) {
  .wave.-mt {
    margin-top: -10vw;
  }
}

.wave.-mt2 {
  margin-top: -3rem;
}
@media screen and (max-width: 767px) {
  .wave.-mt2 {
    margin-top: -2vw;
  }
}

.btn {
  filter: drop-shadow(0 1.8rem 1.5rem rgba(0, 0, 0, 0.1764705882));
}

.center {
  text-align: center;
}

/* ====================================================
// header - ヘッダー
==================================================== */
.header {
  width: 72rem;
  height: 7rem;
  background-color: #fff;
  box-shadow: 0 0.3rem 0.3rem rgba(0, 0, 0, 0.1254901961);
  position: fixed;
  z-index: 999;
}
@media screen and (max-width: 767px) {
  .header {
    width: 100%;
    height: 13.8vw;
  }
}

.header__inner {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 2rem;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .header__inner {
    padding: 0 3vw;
  }
}

.header__logo {
  flex-basis: 15%;
}
@media screen and (max-width: 767px) {
  .header__logo {
    flex-basis: 22%;
  }
}

.header__logo a {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: relative;
}

.header__btn {
  flex-basis: 37%;
}
@media screen and (max-width: 767px) {
  .header__btn {
    margin-top: 0.5vw;
    flex-basis: 59%;
  }
}

/* ====================================================
// firstView - ファーストビュー
==================================================== */
.firstView {
  position: relative;
}

.firstView__inner {
  margin: 0 auto;
  overflow: hidden;
}

/* ====================================================
// slideShow - スライドショー
==================================================== */
.slideShow {
  display: flex;
  align-items: center;
  height: 18rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .slideShow {
    height: 29vw;
  }
}

.slide {
  display: flex;
}

.slide__content {
  width: 252.5rem;
  height: 18rem;
}
@media screen and (max-width: 767px) {
  .slide__content {
    width: 412vw;
    height: 29vw;
  }
}

.slideShow.-reason .slide__content {
  width: 310.5rem;
}
@media screen and (max-width: 767px) {
  .slideShow.-reason .slide__content {
    width: 491vw;
  }
}

.slide__content .img {
  height: 100%;
}

.slide__content .img img {
  height: 100%;
}

.slide {
  display: flex;
  animation: loop-slide 150s infinite linear 1s both;
}

@keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
/* ====================================================
// worry - こんなことで悩んでいませんか？
==================================================== */
.worry {
  background-image: url(../img/bg1.jpg);
  background-size: cover;
  background-position: center center;
}

.worry__title {
  width: 80%;
  margin: 0 auto 6rem;
}
@media screen and (max-width: 767px) {
  .worry__title {
    margin-bottom: 10vw;
  }
}

.parts1 {
  margin-top: 4rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .parts1 {
    margin-top: 8vw;
    bottom: 4vw;
  }
}

.parts2 {
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .parts2 {
    margin-bottom: 6vw;
  }
}

.parts3 {
  margin: 0 auto 4rem;
}
@media screen and (max-width: 767px) {
  .parts3 {
    margin-bottom: 8vw;
  }
}

/* ====================================================
//  voice - 喜びのお声
==================================================== */
.voice {
  background-color: #deeffb;
}

/* ====================================================
// reason - 彼女ができる理由
==================================================== */
.reason {
  background-color: #deeffb;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .reason {
    margin-bottom: 8vw;
  }
}

.card:not(:last-child) {
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .card:not(:last-child) {
    margin-bottom: 8vw;
  }
}

.card {
  background-color: #fff;
  border-radius: 2rem;
  padding: 4rem;
}
@media screen and (max-width: 767px) {
  .card {
    padding: 6vw;
  }
}

/* ====================================================
// coach
==================================================== */
.coach .section__title {
  margin-bottom: 0;
}

.coach__swiper {
  position: relative;
}

.swiper {
  padding: 4rem 0 8rem;
}
@media screen and (max-width: 767px) {
  .swiper {
    padding: 8vw 0 16vw;
  }
}

.coachCard {
  background-color: #fff;
  padding: 4rem;
  height: 67.7rem;
  border-radius: 2rem;
  box-shadow: 0 0 2rem rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767px) {
  .coachCard {
    height: 135vw;
    padding: 6vw;
    font-size: 3.75vw;
  }
}

.coachCard__img {
  width: 80%;
  margin: 0 auto 1rem;
}
@media screen and (max-width: 767px) {
  .coachCard__img {
    width: 60%;
    margin-bottom: 3vw;
  }
}

.job {
  background: -ms-linear-gradient(0deg, rgb(255, 117, 138) 0%, rgb(255, 126, 177) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF758A', endColorstr='#FF7EB1' ,GradientType=0)";
  background: linear-gradient(90deg, rgb(255, 117, 138) 0%, rgb(255, 126, 177) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF758A",endColorstr="#FF7EB1" , GradientType=1);
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 2rem;
  font-weight: 500;
  padding: 0.5rem 0;
}
@media screen and (max-width: 767px) {
  .job {
    font-size: 3.5vw;
    margin-bottom: 4vw;
    padding: 1vw 0;
  }
}

.coachName {
  margin-bottom: 0.6rem;
  font-weight: 500;
  font-size: 1.8rem;
  text-align: center;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .coachName {
    margin-bottom: 0.5vw;
    font-size: 4.25vw;
  }
}

.coachCard__text {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .coachCard__text {
    font-size: 3.75vw;
  }
}

/* ====================================================
// message
==================================================== */
.message {
  background-image: url(../img/bg2.jpg);
  background-size: cover;
  background-position: center center;
}

.message .large {
  font-size: 3.8rem;
}
@media screen and (max-width: 767px) {
  .message .large {
    font-size: 5.4vw;
  }
}

.message__text {
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .message__text {
    margin-bottom: 8vw;
  }
}

/* ====================================================
// cta
==================================================== */
.cta {
  background-color: #3f80c9;
}

.cta__title {
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .cta__title {
    margin-bottom: 6vw;
  }
}

.themes {
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .themes {
    margin-bottom: 4vw;
  }
}

.theme:not(:last-child) {
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .theme:not(:last-child) {
    margin-bottom: 4vw;
  }
}

.cta__desc {
  font-size: 2.6rem;
  color: #fff;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .cta__desc {
    font-size: 3.5vw;
    margin-bottom: 6vw;
  }
}

.cta__btn {
  margin-top: -7.2rem;
  filter: drop-shadow(0 1.8rem 1.5rem rgba(0, 0, 0, 0.1764705882));
}
@media screen and (max-width: 767px) {
  .cta__btn {
    margin-top: -10vw;
  }
}

.punipuni {
  animation: anime1 1s ease 0s infinite alternate;
  transform-origin: center;
}

@keyframes anime1 {
  from {
    transform: scale(0.9, 0.9);
  }
  to {
    transform: scale(1, 1);
  }
}
/* ====================================================
// law - 特商法
==================================================== */
.law {
  padding: 8rem 0;
  background-color: #f5f5f5;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .law {
    font-size: 3.5vw;
    padding: 12vw 0;
  }
}

.law__container {
  background-color: #fff;
  border: 0.1rem solid #dddddd;
  height: 20rem;
  overflow-y: scroll;
}
@media screen and (max-width: 767px) {
  .law__container {
    height: 40vw;
  }
}

.law__container__inner {
  padding: 2rem;
}
@media screen and (max-width: 767px) {
  .law__container__inner {
    padding: 4vw;
  }
}

.law__container {
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .law__container {
    margin-bottom: 2vw;
  }
}

.law__container__list__title {
  font-weight: bold;
  position: relative;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .law__container__list__title {
    margin-bottom: 2vw;
  }
}

.law__container__list__title::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 0.1rem;
  background-color: #dddddd;
  position: absolute;
  bottom: -0.5rem;
  left: 0;
}
@media screen and (max-width: 767px) {
  .law__container__list__title::after {
    bottom: -1vw;
  }
}

.law__container__list__text {
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .law__container__list__text {
    margin-bottom: 4vw;
  }
}

/* ====================================================
// float - フロートボタン
==================================================== */
.float {
  z-index: 99;
  display: none;
}

.float__btns {
  margin: 0 auto;
  width: 98%;
  display: flex;
  gap: 1%;
}

/* ====================================================
// footer - フッター
==================================================== */
.footer {
  padding: 4rem 0;
  text-align: center;
  font-size: 1.6rem;
  letter-spacing: 0.1rem;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .footer {
    font-size: 3.5vw;
    padding: 6vw 0;
  }
}

.footer__link {
  margin-bottom: 1rem;
}

/* ====================================================
// privacyPolicy - プライバシーポリシーページ
==================================================== */
.privacyPolicy,
.tokusyoho {
  font-family: "Noto Sans JP", sans-serif;
  padding: 4rem 2rem;
}
@media screen and (max-width: 767px) {
  .privacyPolicy,
  .tokusyoho {
    padding: 8vw 3vw;
  }
}

.privacyPolicy__title,
.tokusyoho__title {
  text-align: center;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .privacyPolicy__title,
  .tokusyoho__title {
    margin-bottom: 4vw;
  }
}

.return {
  margin: 2rem auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .return {
    margin: 5vw auto;
  }
}

.return a {
  color: #3f80c9;
  text-decoration: underline;
}

.thanks .privacyPolicy {
  height: 73vh;
}

#contact,
#reason,
#voice,
#flow {
  position: relative;
}

#contact::before,
#reason::before,
#voice::before,
#flow::before {
  content: "";
  display: block;
  height: 7rem;
  margin-top: -7rem;
}
@media screen and (max-width: 767px) {
  #contact::before,
  #reason::before,
  #voice::before,
  #flow::before {
    height: 13.5vw;
    margin-top: -13.5vw;
  }
}/*# sourceMappingURL=style.css.map */