@charset "UTF-8";
@media (max-width: 767px) {
  #page_top {
    width: 50px;
    height: 50px;
    position: fixed;
    right: 20px;
    bottom: 20px;
    background: orange;
    opacity: 0.8;
    border-radius: 50%;
    z-index: 1000;
  }
  #page_top a {
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    text-decoration: none;
    text-align: center;
  }
  #page_top a::before {
    font-family: "Font Awesome 5 Free";
    content: "\f106";
    font-weight: 900;
    font-size: 25px;
    color: #fff;
    position: absolute;
    width: 25px;
    height: 25px;
    top: 4px;
    right: 0;
    left: 0;
    margin: auto;
  }
}
/* 共有部分
-------------------------------------*/
html {
  font-size: 100%;
}

body {
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  text-align: center;
  line-height: 1.7;
  letter-spacing: 0.07em;
  color: #3B4760;
  background-image: url(../img/pc_bg.png);
  background-size: cover;
  background-position: bottom;
  background-attachment: fixed;
}

a {
  text-decoration: none;
}

li {
  list-style: none;
}

img {
  max-width: 100%;
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
}

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

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

.content_wrapper {
  width: 100%;
  margin: 0 auto;
  max-width: 550px;
  box-shadow: 25px 25px 25px rgba(168, 168, 168, 0.5176470588);
}

.content_box {
  width: 90%;
  text-align: center;
  margin: 0 auto;
}

.content_txt {
  text-align: left;
  font-size: 18px;
}
@media (max-width: 767px) {
  .content_txt {
    font-size: 16px;
  }
}

.mb30 {
  margin-bottom: 30px !important;
}

.txtc {
  text-align: center !important;
}

.txtl {
  text-align: left !important;
}

.note {
  font-size: 14px;
  color: #838282;
  text-align: left;
  font-weight: normal;
  display: inline-block;
  line-height: 1.4;
  margin-top: 5px;
}

.bg_gd {
  background: rgb(228, 197, 124);
  background: linear-gradient(90deg, rgb(228, 197, 124) 0%, rgb(221, 133, 140) 39%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e4c57c", endColorstr="#dd858c", GradientType=1);
  color: #fff;
  font-size: 26px;
  letter-spacing: 0.07em;
  font-weight: bold;
  text-shadow: 2px 2px 3px #C15981;
  padding: 0 15px;
  border-radius: 5px;
  display: inline-block;
}
@media (max-width: 767px) {
  .bg_gd {
    font-size: 22px;
  }
}

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

.fv_bg {
  background: rgb(228, 197, 124);
  background: linear-gradient(90deg, rgb(228, 197, 124) 0%, rgb(221, 133, 140) 39%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e4c57c", endColorstr="#dd858c", GradientType=1);
}

/* ボタン
-------------------------------------*/
.cta_btn {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background: #3B4760;
  border-radius: 50px;
  width: 80%;
  margin: 0 auto;
  box-shadow: 7px 7px 10px rgba(152, 82, 111, 0.5568627451);
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
}
@media (max-width: 767px) {
  .cta_btn {
    width: 92%;
  }
}
.cta_btn:hover {
  box-shadow: none;
  filter: brightness(0.9);
  transition: 0.3s;
}

a {
  display: inline-block;
  width: 100%;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  padding: 18px 0;
  border-radius: 50px;
}
@media (max-width: 767px) {
  a {
    font-size: 16px;
  }
}

.cta_btn-fv {
  bottom: 60px;
}

#fixCta {
  display: none;
}

.ctaarea-fixed {
  position: fixed;
  right: 10%;
  z-index: 1000;
  padding: 10px 0;
}
@media (max-width: 767px) {
  .ctaarea-fixed {
    right: 2%;
  }
}
.ctaarea-fixed .cta_btn-fixed {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  padding-top: 20px;
  letter-spacing: 0.03em;
  line-height: 1.4;
  background: rgb(228, 197, 124);
  background: linear-gradient(90deg, rgb(228, 197, 124) 0%, rgb(221, 133, 140) 39%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e4c57c", endColorstr="#dd858c", GradientType=1);
  box-shadow: 15px 15px 15px rgba(204, 204, 204, 0.8039215686);
}
@media (max-width: 767px) {
  .ctaarea-fixed .cta_btn-fixed a {
    padding: 14px 14px;
  }
}
@media (max-width: 767px) {
  .ctaarea-fixed {
    width: 100px;
    height: 100px;
    text-align: left;
  }
}

/* 講座のゴール設定
-------------------------------------*/
.goal {
  margin-top: -10px;
}

/* セミナー内容
-------------------------------------*/
.program {
  margin-top: -10px;
}
.program_bg {
  background: #E6E6E8;
  padding: 60px 0;
}
.program .content_list {
  background: #fff;
  border-radius: 10px;
  text-align: left;
  padding: 40px 25px 10px;
  margin-top: -15px;
}
@media (max-width: 767px) {
  .program .content_list {
    padding: 30px 15px 10px;
  }
}
.program .content_list li {
  margin-bottom: 40px;
}
.program .content_list .content_ttl {
  background: #3B4760;
  display: inline-block;
  padding: 0 5px;
  color: #fff;
  border-radius: 3px;
  font-size: 26px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .program .content_list .content_ttl {
    font-size: 21px;
  }
}
.program .content_list .content_txt {
  letter-spacing: 0;
  font-size: 16px;
}

/* 受講後の感想
-------------------------------------*/
.reason {
  padding: 80px 0;
  /* 続きを読むボタン */
}
.reason_bg {
  background: #EFE2DF;
}
.reason h2 {
  margin: 0 auto 30px;
}
.reason h2 img {
  width: 70%;
}
.reason li {
  margin-bottom: 65px;
}
.reason .content_ttl {
  color: #3B4760;
  font-size: 24px;
  text-align: left;
  transform: skewX(-7deg);
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.07em;
  margin: 8px 0;
}
.reason .readmore {
  position: relative;
  box-sizing: border-box;
}
.reason .readmore-content {
  position: relative;
  overflow: hidden;
  text-align: left;
  height: 100px;
}
.reason .readmore-content::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  content: "";
  height: 50px;
  background: linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0.8) 50%, #fff 100%);
}
.reason .readmore-label {
  display: table;
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  margin: 0 auto;
  z-index: 2;
  padding: 0 10px;
  background: #3B4760;
  border-radius: 5px;
  color: #FFF;
}
.reason .readmore-label:before {
  content: "続きを読む";
}
.reason .readmore-check {
  display: none;
}
.reason .readmore-check:checked ~ .readmore-label {
  position: static;
  transform: translateX(0);
  -webkit-transform: translateX(0);
}
.reason .readmore-check:checked ~ .readmore-label:before {
  content: "閉じる";
}
.reason .readmore-check:checked ~ .readmore-content {
  height: auto;
}
.reason .readmore-check:checked ~ .readmore-content::before {
  display: none;
}

/* 日本で一番実践にこだわった資格スクールです
-------------------------------------*/
.school {
  margin-top: -10px;
}

/* ひとり恋愛メソッドの先生としても活動していただけます
-------------------------------------*/
.hitorirenai {
  margin-top: -10px;
}

/* 2024年開催スケジュール
-------------------------------------*/
.schedule {
  padding: 80px 0;
  margin-top: -10px;
}
@media (max-width: 767px) {
  .schedule {
    padding: 40px 0;
  }
}
.schedule_bg {
  background: #E6E6E8;
}
.schedule .content_box {
  width: 80%;
}
@media (max-width: 767px) {
  .schedule .content_box {
    width: 90%;
    margin: 0 auto;
  }
}
.schedule h2 {
  background: #3B4760;
  padding: 0 10px;
  color: #fff;
  font-size: 28px;
  display: inline-block;
  border-radius: 5px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .schedule h2 {
    font-size: 23px;
    padding: 0 5px;
    margin-bottom: 20px;
  }
}
.schedule .content_list {
  background: #fff;
  border-radius: 10px;
  margin: 40px auto;
  padding: 30px;
  box-shadow: 15px 15px 15px rgba(123, 158, 175, 0.3647058824);
}
@media (max-width: 767px) {
  .schedule .content_list {
    padding: 20px;
  }
}
.schedule .content_list li {
  text-align: left;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .schedule .content_list li {
    margin-bottom: 20px;
  }
}
.schedule .content_list .contetn_ttl {
  font-weight: bold;
}
.schedule .bg_gd {
  margin: 10px auto !important;
}
.schedule .content_txt {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .schedule .content_txt {
    margin-top: 10px;
  }
}

/* 合計30万円お得です！
-------------------------------------*/
.gift_bg {
  background: rgb(228, 197, 124);
  background: linear-gradient(90deg, rgb(228, 197, 124) 0%, rgb(221, 133, 140) 39%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e4c57c", endColorstr="#dd858c", GradientType=1);
  padding: 60px 0;
}
@media (max-width: 767px) {
  .gift_bg {
    padding: 20px 0;
  }
}
.gift h2 {
  color: #fff;
  font-size: 32px;
  letter-spacing: 0.07em;
}
@media (max-width: 767px) {
  .gift h2 {
    font-size: 28px;
  }
}
.gift h2 span {
  background: #3B4760;
  border-radius: 5px;
  padding: 0 10px;
  display: inline-block;
  font-size: 22px;
}
@media (max-width: 767px) {
  .gift h2 span {
    font-size: 19px;
  }
}
.gift .content_box {
  margin: 25px auto;
}
.gift .content_img {
  width: 90%;
  margin: 0 auto;
}
.gift .content_img img {
  box-shadow: 10px 10px 20px rgba(94, 38, 67, 0.4);
}
.gift .content_txt {
  color: #fff;
  width: 96%;
  margin: 0 auto;
}
.gift .content_list {
  background: #fff;
  border-radius: 10px;
  padding: 40px;
  margin: 40px auto;
  width: 96%;
}
@media (max-width: 767px) {
  .gift .content_list {
    padding: 30px 10px;
  }
}
.gift .content_list .bg_gd {
  width: 85%;
  letter-spacing: 0.05em;
  line-height: 1.3;
  font-size: 24px;
  padding: 10px 0;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .gift .content_list .bg_gd {
    font-size: 22px;
    width: 90%;
  }
}
.gift .content_list .content_txt {
  color: #333;
  text-align: center;
  font-weight: bold;
  margin: 20px auto 0;
}
.gift .content_list .content_txt span {
  font-size: 38px;
  line-height: 1.3;
}
.gift .note {
  color: #fff;
  text-align: left;
  margin-top: 0;
  display: block;
  width: 96%;
  margin: -30px auto 0;
}

/* よくある質問
-------------------------------------*/
.price_bg {
  background-image: url(../img/price_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 60px 0 180px;
  position: relative;
}
.price h2 {
  margin-bottom: 30px;
}
.price h2 img {
  width: 80%;
}
@media (max-width: 767px) {
  .price h2 img {
    width: 90%;
  }
}
.price table {
  border-collapse: collapse;
  box-shadow: 20px 20px 20px rgba(191, 172, 121, 0.5098039216);
  margin: 0 auto;
  border-radius: 15px;
}
.price table th, .price table td {
  padding: 10px 0;
  background: #fff;
}
.price table tbody th {
  line-height: 1.3;
  width: 55%;
}
.price table tbody td {
  width: 45%;
}
.price table tbody td span {
  font-weight: bold;
  font-size: 20px;
}
.price table .cell_last th, .price table .cell_last td {
  border-bottom: none;
}
.price table .cell_last th {
  border-radius: 0 0 0 15px;
  padding: 20px 0;
}
.price table .cell_last td {
  border-radius: 0 0 15px 0;
}
.price .price-other {
  width: 80%;
}
@media (max-width: 767px) {
  .price .price-other {
    width: 90%;
  }
}
.price .price-other thead {
  font-size: 20px;
}
.price .price-other thead th {
  background: #B3B3B3;
  border-right: none;
  border-bottom: none;
  border-radius: 15px 15px 0 0;
}
@media (max-width: 767px) {
  .price .price-other thead th {
    font-size: 18px !important;
  }
}
.price .price-other th {
  border-right: 1px solid #B3B3B3;
}
.price .price-other th, .price .price-other td {
  border-bottom: 1px solid #B3B3B3;
}
@media (max-width: 767px) {
  .price .price-other th, .price .price-other td {
    font-size: 13px;
  }
}
.price .price-main {
  width: 96%;
  border-radius: 15px !important;
}
.price .price-main thead th {
  background: #C7B299;
  color: #fff;
  border-right: none;
  border-bottom: none;
  border-radius: 15px 15px 0 0;
  font-size: 24px !important;
}
@media (max-width: 767px) {
  .price .price-main thead th {
    font-size: 18px !important;
  }
}
.price .price-main th {
  border-right: 1px solid #B3B3B3;
}
.price .price-main th, .price .price-main td {
  border-bottom: 1px solid #B3B3B3;
  font-size: 20px;
}
@media (max-width: 767px) {
  .price .price-main th, .price .price-main td {
    font-size: 15px !important;
  }
}
.price .price-main .cell_last {
  border-bottom: none !important;
  padding: 20px 0;
}
@media (max-width: 767px) {
  .price .price-main .cell_last {
    padding: 18px 0;
  }
}
.price .price-main .cell_last span {
  font-size: 24px;
}
@media (max-width: 767px) {
  .price .price-main .cell_last span {
    font-size: 22px;
  }
}
.price .price-main th.cell_last {
  border-radius: 0 0 0 15px !important;
}
.price .price-main td.cell_last {
  border-radius: 0 0 15px 0 !important;
}
.price .content_img {
  margin: 20px auto 10px;
}
.price .content_img img {
  width: 8%;
}
@media (max-width: 767px) {
  .price .content_img img {
    width: 10%;
  }
}
.price .cta_btn-price {
  bottom: 60px;
  box-shadow: 20px 20px 20px rgba(191, 172, 121, 0.5098039216);
}

/* よくある質問
-------------------------------------*/
.faq {
  padding: 80px 0 120px;
  background-color: #fff;
  margin-top: -10px;
}
.faq h2 {
  font-size: 28px;
}

.wrap-faq {
  text-align: left;
  margin-top: 50px;
}
@media (max-width: 767px) {
  .wrap-faq {
    margin-top: 25px;
  }
}
.wrap-faq h3 {
  margin: 30px;
  text-align: center;
}
@media (max-width: 767px) {
  .wrap-faq h3 {
    margin: 15px;
  }
}

.acd-check {
  display: none;
}

.acd-label {
  background: rgb(228, 197, 124);
  background: linear-gradient(90deg, rgb(228, 197, 124) 0%, rgb(221, 133, 140) 39%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e4c57c", endColorstr="#dd858c", GradientType=1);
  display: block;
  padding: 10px 50px 10px 20px;
  position: relative;
  color: #fff;
  margin: 5px auto;
  border-radius: 10px;
  font-size: 18px;
}
@media (max-width: 767px) {
  .acd-label {
    font-size: 1rem;
    padding: 8px 30px 8px 15px;
  }
}
.acd-label:after {
  font-size: 20px;
  box-sizing: content-box;
  content: "+";
  display: block;
  padding: 6px 20px;
  position: absolute;
  top: 0;
  right: 0;
}

/*アコーディオン開いたAnswer部分*/
.acd-content {
  border-top: none;
  display: block;
  height: 0;
  opacity: 0;
  padding: 0 20px 7px;
  transition: 0.3s;
  font-size: 15px;
  overflow-wrap: break-word;
}
@media (max-width: 767px) {
  .acd-content {
    font-size: 0.9em;
    line-height: 1.5;
    padding: 0 20px;
  }
}
.acd-content p {
  margin: 0 auto;
  text-align: left;
}

.acd-check:checked + .acd-label:after {
  content: "−";
}

.acd-check:checked + .acd-label + .acd-content {
  height: auto;
  opacity: 1;
  padding: 15px;
  padding-top: 5px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .acd-check:checked + .acd-label + .acd-content {
    padding: 5px 15px 10px;
  }
}

/* フッター
-------------------------------------*/
footer {
  font-size: 14px;
  padding: 20px 0;
}/*# sourceMappingURL=style.css.map */