@charset "UTF-8";
/*2025.01 index.html Renewal*/
/******************************************
[font]
******************************************/
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");

/******************************************
[color]
******************************************/
/******************************************
[mixin]
******************************************/
/******************************************
[元cssの上書き]
******************************************/
.lp .lpContents:nth-of-type(odd) {
  background-color: #ffffff;
}

/******************************************
[base]
******************************************/
.txt_orange {
  color: #e13714;
}

.h2size {
  font-size: 40px;
  font-family: "Roboto";
  font-weight: 500 !important;
  line-height: 1.3;
}

.bg_beige {
  background-color: #fef6e7 !important;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

@media only screen and (max-width: 768px) {
  h2 {
    text-align: center !important;
  }

  h2 span {
    padding-left: 0 !important;
  }

  h2::before {
    content: none;
  }

  .h2size {
    font-size: 30px;
  }

  .pc {
    display: none;
  }

  .sp {
    display: block;
  }
}

/******************************************
[common]
******************************************/
.wrapper960 {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.wrapper920 {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}

.txt_center {
  text-align: center;
}

.txt_small {
  font-size: 13px;
}

.m_center {
  margin-left: auto;
  margin-right: auto;
}

.right {
  text-align: right;
}

.txt_note {
  text-indent: -1em;
  padding-left: 1em;
}

@media only screen and (max-width: 768px) {
  .wrapper920 {
    padding: 0 30px;
  }

  .sp_txt_left {
    text-align: left;
  }

  .sp_m_center {
    margin-left: auto;
    margin-right: auto;
  }

  .sp_m_right {
    margin-left: auto;
  }
}

/******************************************
[MV]
******************************************/
.mv_wrapper {
  position: relative;
  max-width: 100%;
  margin: 0 auto;
}

.mv_copy {
  position: absolute;
  top: 7%;
  left: 19%;
  width: 48%;
  pointer-events: none;
  z-index: 10;
}

.mv_copy img {
  width: 100%;
  max-width: 900px;
  height: auto;
}

.mv_note {
  position: absolute;
  bottom: 3%;
  right: 18%;
  z-index: 11;
  width: 25.5%;
}

.mv_note img {
  width: 100%;
  max-width: 480px;
  height: auto;
}

.mv_slick li {
  margin: 0 0.5vw !important;
}

.mv_slick img {
  width: 100%;
  border-radius: 10px;
}

.slick-slide {
  height: auto !important;
  margin: 0 10px;
}

.slick-arrow {
  z-index: 2 !important;
}

.slick-prev,
.slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 20px;
}

.slick-prev {
  left: 18%;
}

.slick-next {
  right: 18%;
}

.slick-dots {
  position: absolute;
  bottom: 50px;
  z-index: 10;
}

.slick-dots li {
  width: 6px;
  height: 6px;
  margin: 0 4px !important;
}

.slick-dots li button {
  width: 6px;
  height: 6px;
  padding: 0;
  border-radius: 50%;
  background: #fff;
  border: none;
  opacity: 0.7;
}

.slick-dots li.slick-active button {
  background: #594a34;
  border: 1px solid #fff;
  opacity: 1;
}

@media only screen and (max-width: 768px) {
  .mv_copy {
    top: 7%;
    left: 10%;
    width: 75%;
  }

  .mv_note {
    bottom: 2%;
    right: 8%;
    width: 75%;
  }

  .mv_slick .slick-dots {
    bottom: 14vw;
  }

  .mv_slick .slick-prev,
  .mv_slick .slick-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 12px;
  }

  .mv_slick .slick-prev {
    left: 8%;
  }

  .mv_slick .slick-next {
    right: 8%;
  }
}

/******************************************
[累計パック数]
******************************************/
.lpContents.bannerBoxWrap .bannerWrap a {
  line-height: 1.4;
  height: auto;
  font-size: 15px;
  padding: 10px;
  border-radius: 10px;
  letter-spacing: 0.6px;
}

.lpContents.bannerBoxWrap .bannerWrap a span {
  display: block;
  font-size: 20px;
}

.bannerBtnCourse {
  display: flex;
  justify-content: center;
  width: 270px;
  margin-left: auto;
  margin-right: auto;
}

.bannerBtnCourse a {
  display: block;
  width: 100%;
  background-color: #ae9b77;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 5px 25px 7px 10px;
  border-radius: 50px;
  position: relative;
}

.bannerBtnCourse a i {
  display: block;
  width: 16px;
  position: absolute;
  right: 15px;
  top: 5px;
  margin: auto 0;
}

@media only screen and (max-width: 768px) {
  .lpContents.bannerBoxWrap .bannerWrap a {
    font-size: 14px;
    width: 90%;
  }

  .lpContents.bannerBoxWrap .bannerWrap a span {
    font-size: 17px;
  }

  .lpContents.bannerBoxWrap .bannerWrap a::after {
    right: 15px;
  }

  .bannerBtnCourse {
    width: 60%;
  }

  .bannerBtnCourse a {
    font-size: 14px;
  }

  .bannerBtnCourse a i {
    width: 12px;
  }
}

/******************************************
[CV]
******************************************/
.bannerBoxWrapTop {
  width: 100%;
  padding: 6px 20px 10px;
  text-align: center;
  background-color: #ffffff !important;
  box-sizing: border-box;
  color: #535353 !important;
  background: url(../img/confetti.webp) center center no-repeat;
  background-size: auto 100%;
}

.bannerBoxWrapTop figure {
  width: clamp(600px, 52vw, 1000px);
  margin-left: auto;
  margin-right: auto;
}

.bannerBoxWrapTop figure img {
  width: 100%;
}

.diagnosisBtnArea .timeText {
  top: 25px !important;
}

.diagnosisBtnArea02 {
  position: relative;
  padding: 10px 0;
}

.diagnosisBtnArea02.btn_top {
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .diagnosisBtnArea02.btn_top {
    margin-bottom: 40px;
  }
}

.diagnosisBtnArea02 .orderText {
  width: 250px;
  height: 25px;
  margin: 0 auto 10px;
  background: url(../../img/img_to_start.svg) center no-repeat;
}

.diagnosisBtnArea02 .btn {
  margin-bottom: 0;
}

.diagnosisBtnArea02 .timeText {
  position: absolute;
  left: calc(50% - 160px);
  top: 25px !important;
  width: 60px;
  height: 60px;
  margin: 0 auto;
  background: url(../../img/img_2mitinues.svg) no-repeat;
}

.diagnosisBtnArea02 a {
  position: relative;
  display: block;

  padding: 12px 20px;
  margin: 0 auto;
  box-sizing: border-box;
}

/*
.diagnosisBtnArea02 a {
  position: relative;
  display: block;
  width: 295px;
  padding: 12px 20px;
  margin: 0 auto;
  text-align: center;
  font-size: 15px;
  font-weight: 800;
  border-radius: 10px;
  color: #fff;
  background-color: #E13714;
  box-sizing: border-box;
}
.diagnosisBtnArea02 a span {
  font-size: 12px;
}
.diagnosisBtnArea02 a::before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.diagnosisBtnArea02 a::after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 22px;
  margin-top: -5px;
}
*/

.menuContents .diagnosisBtnArea02 {
  position: relative;
  padding: 25px 0;
  background-color: #e3dbd0;
}

@media screen and (max-width: 768px) {
  .bannerBoxWrapTop {
    background-size: auto 70%;
  }

  .bannerBoxWrapTop figure {
    width: 100%;
  }

  .snsLinkIcon {
    padding: 0 40px 20px;
  }

  .menuContents .diagnosisBtnArea02 {
    padding: 20px 0 120px;
  }
}

/******************************************
[campaign]
******************************************/
.campaignGiftpackItemlistWrap .campaignBenefitList {
  display: flex;
  justify-content: space-between;
  width: 530px;
  padding: 10px 0 0;
  margin: 0 auto;
}

.campaignGiftpackItemlistWrap .campaignBenefitList li {
  flex: 0 0 260px;
  height: 205px;
  box-sizing: border-box;
  margin-bottom: 15px;
  padding: 20px 15px 10px;
  position: relative;
  background-color: #fff;
  border: solid 2px #af9b77;
  border-radius: 9px;
  text-align: left;
  background-repeat: no-repeat;
}

.campaignGiftpackItemlistWrap .campaignBenefitList li:nth-of-type(1) {
  background-image: url("../../img/campaign/20250521/img_special_01.webp");
  background-size: 100px auto;
  background-position: 50% calc(100% - 10px);
}

.campaignGiftpackItemlistWrap .campaignBenefitList li:nth-of-type(2) {
  background-image: url("../../img/campaign/20250521/img_special_02.webp");
  background-size: 150px auto;
  background-position: 50% calc(100% - 15px);
}

.campaignGiftpackItemlistWrap .campaignBenefitList li .campaignBenefitListHead {
  display: block;
  width: 80px;
  padding: 1px;
  position: absolute;
  top: -10px;
  left: calc(50% - 40px);
  font-size: 14px;
  background-color: #af9b77;
  border-radius: 12px;
  color: #fff;
  text-align: center;
  font-weight: 800;
}

.campaignGiftpackItemlistWrap .campaignBenefitList li p {
  font-size: 16px;
  font-weight: 800;
  line-height: 1.75;
}

.campaignGiftpackItemlistWrap .campaignBenefitList li p .orange {
  color: #e13714;
}

.campaignGiftpackItemlistWrap .campaignBenefitList li p .large {
  font-size: 20px;
}

.campaignGiftpackItemlistWrap .coupon {
  background: url(../../img/campaign/20250205/img_lp_coupon_code_pc.svg) no-repeat;
  margin: 0 auto !important;
}

@media screen and (max-width: 768px) {
  .campaignGiftpackItemlistWrap .campaignBenefitList {
    display: block;
    width: 335px;
  }

  .campaignGiftpackItemlistWrap .campaignBenefitList li {
    height: auto;
  }

  .campaignGiftpackItemlistWrap .campaignBenefitList li:nth-of-type(1) {
    background-size: 70px auto;
    background-position: calc(100% - 20px) 50%;
  }

  .campaignGiftpackItemlistWrap .campaignBenefitList li:nth-of-type(2) {
    background-size: 100px auto;
    background-position: calc(100% - 20px) 50%;
  }

  .campaignGiftpackItemlistWrap .campaignBenefitList li.campaignBenefitListHead {
    width: 60px;
    left: calc(50% - 30px);
    font-size: 10px;
  }
}

/******************************************
[point]
******************************************/
.pointWrap {
  width: 700px;
  margin: 0 auto;
}

.point_ttl {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: 46px;
  font-weight: 800;
  color: #e13714;
  line-height: 1.2;
  letter-spacing: 0.05em;
  border-bottom: 2px dotted #e13714;
}

.point_ttl_en {
  font-size: 54px;
  font-family: "Roboto";
  color: #af9b77;
  letter-spacing: 0.05em;
  margin-right: 0.2em;
}

.point_ttl_num {
  font-family: "Roboto";
  font-size: 82px;
}

.point_cont {
  position: relative;
}

.point_pic {
  width: 250px;
}

.point_pic img {
  width: 100%;
}

.point_txt_area {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 480px;
  width: -moz-fit-content;
  width: fit-content;
}

.point_cont_left {
  position: relative;
}

.point_cont_left .point_pic {
  margin-left: auto;
}

.point_cont_left .point_txt_area {
  position: absolute;
  top: 0;
  left: 0;
}

.point_sub_txt {
  font-size: 22px;
  font-weight: 700;
  color: #8a7143;
  text-align: center;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
  line-height: 1;
}

.point_txt_flex {
  background-color: #ffffff;
  display: flex;
  align-items: center;
  line-height: 1.2;
  padding: 15px 15px 15px 25px;
  border-radius: 5px;
  box-shadow: 5px 5px 0px 0px #af9b77;
}

.point_txt {
  font-size: 35px;
  font-weight: 800;
  letter-spacing: 0.03em;
  line-height: 1.1;
}

.point_txt span {
  color: #e13714;
}

.point_txt span span {
  font-size: 40px;
  line-height: 0;
}

.point_txt_num {
  font-size: 70px;
  color: #af9b77;
  font-family: "Roboto";
  font-weight: 500;
  font-style: italic;
  margin-right: 0.3em;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .pointWrap {
    width: calc(100% - 40px);
  }

  .point_ttl {
    font-size: clamp(21px, 5.5vw, 50px);
  }

  .point_ttl_en {
    font-size: clamp(24px, 7.1vw, 64px);
  }

  .point_ttl_num {
    font-size: clamp(30px, 10.6vw, 96px);
  }

  .point_pic {
    width: clamp(120px, 36vw, 330px);
  }

  .point_txt_area {
    min-width: 60vw;
    width: -moz-fit-content;
    width: fit-content;
  }

  .point_sub_txt {
    font-size: clamp(12px, 3.1vw, 28px);
    margin-bottom: 5px;
  }

  .point_cont:first-of-type .point_txt_flex {
    padding: 6px 10px;
  }

  .point_cont:first-of-type .point_sub_txt {
    padding-left: 3em;
  }

  .point_txt_flex {
    padding: 6px 10px 6px 15px;
  }

  .point_txt {
    font-size: clamp(17px, 5.1vw, 46px);
  }

  .point_txt span span {
    font-size: clamp(18px, 5.7vw, 52px);
  }

  .point_txt_num {
    font-size: clamp(35px, 10vw, 92px);
  }
}

/******************************************
[reason]
******************************************/
@media screen and (min-width: 768px) {
  .lpContents.about .pointsBoxWrap .pointsBox:nth-of-type(3) p {
    height: 185px !important;
  }

  .lpContents.about .pointsBoxWrap .pointsBox:nth-of-type(4) p {
    height: auto !important;
  }

  .lpContents h2 span span {
    padding-left: auto !important;
    vertical-align: unset !important;
  }
}

@media screen and (max-width: 768px) {
  .lpContents.about .pointsBoxWrap .pointsBox p {
    padding: 0 10px;
    font-weight: 700;
    line-height: 1.8;
  }

  .lpContents.about .pointsBoxWrap .pointsBox .small {
    font-size: 11px;
    padding: 0 15px;
  }

  .reason_pic {
    width: calc(100% - 40px);
    margin-left: auto;
    margin-right: auto;
  }

  .reason_pic img {
    width: 100%;
    border-radius: 10px;
  }
}

/******************************************
[packPrice]
******************************************/
.btn_top {
  padding: 0 !important;
}

.packPrice {
  width: 100%;
  padding-bottom: 0;
  overflow: hidden;
  background-image: url(../../static/img/course_bg.webp);
  background-position: center top;
  background-size: 1098px;
  background-repeat: no-repeat;
}

.packWrap,
.packWrap02 {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.pack_txt {
  max-width: 700px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.pack_table {
  width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.pack_table img {
  width: 100%;
}

.pack_table02 {
  width: 840px;
  margin-left: auto;
  margin-right: auto;
}

.pack_table02 img {
  width: 100%;
}

.packPriceInfo {
  max-width: 700px;
  margin: 0 auto;
  background-color: #ffffff;
  border-radius: 28px;
  padding: 20px 0;
}

.packPriceInfo_li {
  display: flex;
}

.packPriceInfo_li li {
  width: 33.3%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
}

.packPriceInfo_li li:not(:last-child) {
  border-right: 1px solid #b5b5b5;
}

.packPriceInfo_li li:nth-child(1) .packPriceInfo_icon,
.packPriceInfo_li li:nth-child(2) .packPriceInfo_icon {
  margin: auto auto 13px;
}

.packPriceInfo_li li:nth-child(1) .packPriceInfo_note,
.packPriceInfo_li li:nth-child(2) .packPriceInfo_note {
  margin-bottom: 1em;
}

.packPriceInfo_ttl {
  text-align: center;
  line-height: 1.38;
  font-size: 18px;
  margin-bottom: 2px;
}

.packPriceInfo_ttl span {
  font-weight: 800;
  background: linear-gradient(transparent 75%, #fff000 0%);
  display: inline;
}

.packPriceInfo_ttl_note {
  font-size: 13px;
  text-align: center;
  margin-bottom: 10px;
}

.packPriceInfo_icon {
  width: 91px;
  margin: auto auto 22px;
}

.packPriceInfo_icon img {
  max-width: 100%;
  height: auto;
}

.packPriceInfo_note {
  font-size: 13px;
  line-height: 1.46;
  font-weight: 700;
  text-align: center;
}

.lpContents.packPrice .packPriceAnnotation {
  width: 100%;
  max-width: 700px;
  padding: 20px 0 30px;
}

@media screen and (max-width: 768px) {
  .packWrap {
    width: calc(100% - 60px);
  }

  .packWrap02 {
    width: calc(100% - 10px);
  }

  .pack_txt {
    width: calc(100% - 40px);
  }

  .pack_table,
  .pack_table02 {
    width: -moz-fit-content;
    width: fit-content;
  }

  #course {
    scroll-margin-top: 60px;
  }

  .packPriceInfo {
    max-width: calc(100% - 30px);
    border-radius: 16px;
    padding: 15px 0;
  }

  .packPriceInfo_ttl {
    font-size: 12px;
  }

  .packPriceInfo_ttl span {
    font-weight: 800;
    background: linear-gradient(transparent 75%, #fff000 0%);
    display: inline;
  }

  .packPriceInfo_ttl_note {
    font-size: 10px;
  }

  .packPriceInfo_icon {
    width: 70px;
    margin: auto auto 8px;
  }

  .packPriceInfo_icon img {
    max-width: 100%;
    height: auto;
  }

  .packPriceInfo_note {
    font-size: 10px;
  }

  .lpContents.packPrice .packPriceAnnotation {
    padding: 10px 15px 30px;
    font-size: 10px;
  }
}

/******************************************
[course]
******************************************/
.tab_content {
  display: none;
}

.tab_content::before {
  content: "";
  display: block;
  height: 80px;
  margin-top: -80px;
  visibility: hidden;
}

.tab_content.active {
  display: block;
}

.tab_content img {
  max-width: 100%;
  height: auto;
}

.tab_buttons {
  position: relative;
  width: 700px;
  min-height: 100px;
  margin: 0 auto;
}

.tab_btn {
  width: 580px;
  padding: 10px 16px;
  background: #fff;
  border: 2px solid #ae9b77;
  color: #ae9b77;
  cursor: pointer;
  border-radius: 60px;
  font-size: 26px;
  line-height: 1.4;
  font-weight: bold;
  letter-spacing: 1px;
  position: absolute;
  top: 4px;
  z-index: 10;
}

.tab_btn span {
  display: block;
  font-size: 20px;
  font-weight: normal;
  letter-spacing: 0.6px;
}

.tab_btn.active {
  width: 380px;
  background: #f5a21a;
  border: 2px solid #fad08c;
  color: white;
  top: 0;
  z-index: 11;
  padding: 15px 16px;
}

.tab_btn01 {
  left: 0;
  padding: 12px 216px 12px 16px;
}

.tab_btn02 {
  right: 0;
  padding: 12px 16px 12px 216px;
}

.tab_btn02 i {
  position: absolute;
  top: -25px;
  right: 0;
  width: 64px;
}

.tab_btn02 i img {
  max-width: 100%;
  height: auto;
}

.tab_btn02.active i {
  top: -21px;
}

#tab1 .course_mv figure {
  width: 704px;
  margin: 0 auto;
}

#tab2 .course_mv {
  position: relative;
  z-index: 80;
}

#tab2 .course_mv figure {
  width: 800px;
  margin: 0 auto;
}

.protain_main_btn {
  width: 76%;
  max-width: 345px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 35px;
  z-index: 81;
}

.protain_main_btn a {
  background-color: #e13714;
  color: #fff;
  display: block;
  font-size: 16px;
  font-weight: bold;
  padding: 15px 25px;
  border-radius: 50px;
  text-align: center;
}

.protain_main_btn a i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 25px;
  width: 10px;
}

.course_ttl {
  width: 700px;
  position: relative;
  z-index: 31;
  margin: 0 auto;
}

.course_ttl::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #f5a21a;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 30;
}

.course_ttl p {
  position: relative;
  z-index: 32;
  width: 360px;
  padding: 10px 10px 12px;
  background-color: #f5a21a;
  color: #fff;
  font-size: 29px;
  font-weight: bold;
  border-radius: 50px;
  text-align: center;
  line-height: 1;
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  .tab_buttons {
    width: 84%;
    min-height: 50px;
  }

  .tab_btn {
    width: 65%;
    padding: 10px 16px;
    font-size: 15px;
  }

  .tab_btn span {
    font-size: 10px;
  }

  .tab_btn.active {
    width: 53%;
    padding: 5px 10px;
  }

  .tab_btn01 {
    padding: 3px 15% 3px 2%;
  }

  .tab_btn02 {
    padding: 3px 2% 3px 15%;
  }

  .tab_btn02 i {
    top: -16px;
    right: -5px;
    width: 28px;
  }

  .tab_btn02.active i {
    top: -12px;
    right: -5px;
  }

  #tab1 .course_mv figure {
    width: calc(100% - 60px);
  }

  #tab2 .course_mv figure {
    width: calc(100% - 20px);
  }

  .protain_main_btn {
    bottom: 15px;
  }

  .protain_main_btn a {
    font-size: 15px;
    padding: 10px 25px 10px 10px;
  }

  .protain_main_btn a i {
    right: 15px;
  }

  .course_ttl {
    width: 100%;
  }

  .course_ttl::after {
    width: 82%;
  }

  .course_ttl p {
    width: 45%;
    padding: 8px 10px 10px;
    font-size: 14px;
  }
}

/******************************************
[Q&A]
******************************************/
.accordion {
  margin-bottom: 15px;
  transition: 0.5s;
  border-radius: 10px;
  overflow: hidden;
}

.accordion[open] {
  transition: 0.5s;
}

.accordion summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  background-color: #af9b77;
  color: #ffffff;
  font-size: 18px;
  padding: 20px 35px 20px 65px;
  cursor: pointer;
}

.accordion summary::-webkit-details-marker {
  display: none;
}

.accordion summary::before {
  content: "";
  background: url("../img/icon_q.webp") no-repeat;
  background-size: 100% auto;
  display: block;
  position: absolute;
  top: 20px;
  left: 20px;
  width: 30px;
  height: 30px;
}

.accordion summary::after {
  position: absolute;
  right: 20px;
  transform: translateY(-25%) rotate(45deg);
  width: 10px;
  height: 10px;
  margin-left: 10px;
  border-bottom: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  content: "";
  transition: transform 0.3s;
}

.accordion[open] summary::after {
  transform: rotate(225deg);
}

.accordion p {
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  padding: 20px 65px;
  color: #535353;
  border: 2px solid #af9b77;
  transition: transform 0.5s, opacity 0.5s;
  border-radius: 0 0 10px 10px;
  position: relative;
  animation: fadeIn 0.5s ease;
}

.accordion p::before {
  content: "";
  background: url("../img/icon_a.webp") no-repeat;
  background-size: 100% auto;
  display: block;
  position: absolute;
  top: 20px;
  left: 20px;
  width: 30px;
  height: 30px;
}

.accordion[open] p {
  transform: none;
  opacity: 1;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

@media screen and (max-width: 768px) {
  .accordion {
    margin-bottom: 10px;
    border-radius: 5px;
  }

  .accordion p {
    padding: 15px 22px 15px 40px;
    border-radius: 0 0 5px 5px;
  }

  .accordion summary::after {
    right: 15px;
    width: 8px;
    height: 8px;
    border-bottom: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
  }

  .accordion summary::before {
    top: 15px;
    left: 10px;
    width: 20px;
    height: 20px;
  }

  .accordion p::before {
    top: 15px;
    left: 10px;
    width: 20px;
    height: 20px;
  }

  .accordion summary {
    font-size: 15px;
    padding: 12px 35px 12px 40px;
  }
}

/******************************************
[margin padding]
******************************************/
.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mt75 {
  margin-top: 75px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mt85 {
  margin-top: 85px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mt95 {
  margin-top: 95px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

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

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb85 {
  margin-bottom: 85px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb95 {
  margin-bottom: 95px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pt55 {
  padding-top: 55px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pt65 {
  padding-top: 65px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.pt75 {
  padding-top: 75px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.pt85 {
  padding-top: 85px !important;
}

.pt90 {
  padding-top: 90px !important;
}

.pt95 {
  padding-top: 95px !important;
}

.pt100 {
  padding-top: 100px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pb55 {
  padding-bottom: 55px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pb65 {
  padding-bottom: 65px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.pb75 {
  padding-bottom: 75px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.pb85 {
  padding-bottom: 85px !important;
}

.pb90 {
  padding-bottom: 90px !important;
}

.pb95 {
  padding-bottom: 95px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

@media screen and (max-width: 768px) {
  .spmt5 {
    margin-top: 5px !important;
  }

  .spmt10 {
    margin-top: 10px !important;
  }

  .spmt15 {
    margin-top: 15px !important;
  }

  .spmt20 {
    margin-top: 20px !important;
  }

  .spmt25 {
    margin-top: 25px !important;
  }

  .spmt30 {
    margin-top: 30px !important;
  }

  .spmt35 {
    margin-top: 35px !important;
  }

  .spmt40 {
    margin-top: 40px !important;
  }

  .spmt45 {
    margin-top: 45px !important;
  }

  .spmt50 {
    margin-top: 50px !important;
  }

  .spmt55 {
    margin-top: 55px !important;
  }

  .spmt60 {
    margin-top: 60px !important;
  }

  .spmt65 {
    margin-top: 65px !important;
  }

  .spmt70 {
    margin-top: 70px !important;
  }

  .spmt75 {
    margin-top: 75px !important;
  }

  .spmt80 {
    margin-top: 80px !important;
  }

  .spmt85 {
    margin-top: 85px !important;
  }

  .spmt90 {
    margin-top: 90px !important;
  }

  .spmt95 {
    margin-top: 95px !important;
  }

  .spmt100 {
    margin-top: 100px !important;
  }

  .spmb5 {
    margin-bottom: 5px !important;
  }

  .spmb10 {
    margin-bottom: 10px !important;
  }

  .spmb15 {
    margin-bottom: 15px !important;
  }

  .spmb20 {
    margin-bottom: 20px !important;
  }

  .spmb25 {
    margin-bottom: 25px !important;
  }

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

  .spmb35 {
    margin-bottom: 35px !important;
  }

  .spmb40 {
    margin-bottom: 40px !important;
  }

  .spmb45 {
    margin-bottom: 45px !important;
  }

  .spmb50 {
    margin-bottom: 50px !important;
  }

  .spmb55 {
    margin-bottom: 55px !important;
  }

  .spmb60 {
    margin-bottom: 60px !important;
  }

  .spmb65 {
    margin-bottom: 65px !important;
  }

  .spmb70 {
    margin-bottom: 70px !important;
  }

  .spmb75 {
    margin-bottom: 75px !important;
  }

  .spmb80 {
    margin-bottom: 80px !important;
  }

  .spmb85 {
    margin-bottom: 85px !important;
  }

  .spmb90 {
    margin-bottom: 90px !important;
  }

  .spmb95 {
    margin-bottom: 95px !important;
  }

  .spmb100 {
    margin-bottom: 100px !important;
  }

  .sppt5 {
    padding-top: 5px !important;
  }

  .sppt10 {
    padding-top: 10px !important;
  }

  .sppt15 {
    padding-top: 15px !important;
  }

  .sppt20 {
    padding-top: 20px !important;
  }

  .sppt25 {
    padding-top: 25px !important;
  }

  .sppt30 {
    padding-top: 30px !important;
  }

  .sppt35 {
    padding-top: 35px !important;
  }

  .sppt40 {
    padding-top: 40px !important;
  }

  .sppt45 {
    padding-top: 45px !important;
  }

  .sppt50 {
    padding-top: 50px !important;
  }

  .sppt55 {
    padding-top: 55px !important;
  }

  .sppt60 {
    padding-top: 60px !important;
  }

  .sppt65 {
    padding-top: 65px !important;
  }

  .sppt70 {
    padding-top: 70px !important;
  }

  .sppt75 {
    padding-top: 75px !important;
  }

  .sppt80 {
    padding-top: 80px !important;
  }

  .sppt85 {
    padding-top: 85px !important;
  }

  .sppt90 {
    padding-top: 90px !important;
  }

  .sppt95 {
    padding-top: 95px !important;
  }

  .sppt100 {
    padding-top: 100px !important;
  }

  .sppb5 {
    padding-bottom: 5px !important;
  }

  .sppb10 {
    padding-bottom: 10px !important;
  }

  .sppb15 {
    padding-bottom: 15px !important;
  }

  .sppb20 {
    padding-bottom: 20px !important;
  }

  .sppb25 {
    padding-bottom: 25px !important;
  }

  .sppb30 {
    padding-bottom: 30px !important;
  }

  .sppb35 {
    padding-bottom: 35px !important;
  }

  .sppb40 {
    padding-bottom: 40px !important;
  }

  .sppb45 {
    padding-bottom: 45px !important;
  }

  .sppb50 {
    padding-bottom: 50px !important;
  }

  .sppb55 {
    padding-bottom: 55px !important;
  }

  .sppb60 {
    padding-bottom: 60px !important;
  }

  .sppb65 {
    padding-bottom: 65px !important;
  }

  .sppb70 {
    padding-bottom: 70px !important;
  }

  .sppb75 {
    padding-bottom: 75px !important;
  }

  .sppb80 {
    padding-bottom: 80px !important;
  }

  .sppb85 {
    padding-bottom: 85px !important;
  }

  .sppb90 {
    padding-bottom: 90px !important;
  }

  .sppb95 {
    padding-bottom: 95px !important;
  }

  .sppb100 {
    padding-bottom: 100px !important;
  }
}

/*# sourceMappingURL=top.css.map */

.reasoninner {
  width: 90%;
  max-width: 960px;
  margin: auto;
}

.cvbtn {
  text-align: center;
  margin-bottom: 80px;
}

.courseinner {
  max-width: 92%;
  text-align: center;
  margin: auto;
}

.coursebottom {
  max-width: 95%;
  text-align: center;
  margin: 30px auto 0;
}

@media screen and (min-width: 769px) {
  .courseinner {
    max-width: 840px;
    width: 100%;
  }

  .coursebottom {
    max-width: 840px;
    width: 100%;
  }
}

.courseinner p {
  text-align: center;
}

.courseinner p img {
  margin: auto;
}

/******************************************
[COUPON]
******************************************/
.couponBox {
  position: relative;
  max-width: 92%;
  margin-left: auto;
  margin-right: auto;
}

.couponBox .bg_coupon {
  background-image: url(../img/coupon_bg_sp.webp);
  background-size: 100%;
  background-repeat: no-repeat;
  background-color: #ff6668;
  padding: 0 7%;
}

@media screen and (min-width: 769px) {
  .couponBox {
    max-width: 800px;
  }

  .couponBox .bg_coupon {
    background: url("../img/coupon_bg_pc.webp");
  }
}

.couponBox .toggleContent {
  margin-left: auto;
  margin-right: auto;
  background-color: #ffffff;
  border-radius: 10px;
}

@media screen and (min-width: 769px) {
  .couponBox .toggleContent {
    max-width: 630px;
  }
}

.dropDown {
  position: relative;
  cursor: pointer;
  margin-bottom: 0 !important;
}

.dropDown::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 8%;
  transform: translate(0, -50%);
  width: 18px;
  height: 16px;
  background: url(../../static/img/icon_dropdown_sp.webp) no-repeat;
  background-size: cover;
  transition: .3s;
}

.dropDown.active::after {
  transform: translate(0, -50%) rotate(180deg);
}

@media screen and (min-width: 769px) {
  .dropDown::after {
    right: 5%;
    width: 22px;
    height: 18px;
    background: url(../../static/img/icon_dropdown_pc.webp) no-repeat;
    transform: translate(0, -50%) rotate(180deg);
  }

  .dropDown.active::after {
    transform: translate(0, -50%) rotate(0deg);
  }
}

.couponBox .priceWrap {
  position: relative;
  display: none;
}

.couponBox .priceWrap .coupon_pack {
  display: block;
  width: 86.779%;
  margin: 0 auto;
  padding: 0 0 5%;
}

@media screen and (min-width: 769px) {
  .couponBox .priceWrap .coupon_pack {
    max-width: 513px;
  }
}

.couponBox .priceWrap .coupon_osusume {
  display: block;
  position: absolute;
  width: 10.169%;
  top: 22.5%;
  left: 2%;
  opacity: 0;
}

@media screen and (min-width: 769px) {
  .couponBox .priceWrap .coupon_osusume {
    top: 23%;
  }
}

.couponBox .priceWrap .coupon_osusume.active {
  opacity: 1;
  transition: all 1.5s;
  transition-delay: 400ms;
}

.couponBox .code-wrapper {
  display: flex;
}

.couponBox .code-wrapper .code {
  width: 78.6%;
}

@media screen and (min-width: 769px) {
  .couponBox .code-wrapper {
    max-width: 630px;
    margin: 0 auto;
  }

  .couponBox .code-wrapper .code {
    max-width: 488px;
  }
}

.couponBox .code-wrapper .btn {
  max-width: 21.4%;
}

@media screen and (min-width: 769px) {
  .couponBox .code-wrapper .btn {
    max-width: 142px;
  }
}

.couponBox .code-wrapper .btn button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

.couponBox .btnArea {
  position: absolute;
  width: 100%;
  left: 4.5%;
}

.couponBox .btnArea a {
  display: inline-block;
  width: 100%;
  max-width: calc(100vw *(630 / 750));
  animation-name: HorizontalShake;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-duration: 4000ms;
  animation-timing-function: linear;
}

.couponBox .btnArea.btn_entry {
  bottom: calc(150vw *(20 / 750));
}

@media screen and (min-width: 769px) {
  .couponBox .btnArea {
    left: 50%;
    transform: translateX(-50%);
    margin-left: 13px;
  }

  .couponBox .btnArea.btn_entry {
    bottom: calc(70vw *(20 / 750));
  }
}

@keyframes HorizontalShake {
0% {
  transform:translateX(0px);
}

85% {
  transform:translateX(0px);
}

88% {
  transform:translateX(7px);
}

91% {
  transform:translateX(-7px);
}

94% {
  transform:translateX(7px);
}
97% {
  transform:translateX(-7px);
}
100% {
  transform:translateX(0px);
}
}

/* ==== クーポン下部画像の開閉連動（SP/PCで個別に上書き） ==== */
/* ▼SP（～768px） */
@media screen and (max-width: 768px) {
  /* 初期＝クローズ想定：closedだけ見せる */
  .imgBlock.img-bottom .spOnly.img-open {
    display: none !important;
  }

  .imgBlock.img-bottom .spOnly.img-closed {
    display: inline !important;
  }

  /* 開いたら open を表示、closed を非表示 */
  .imgBlock.bg_coupon:has(.dropDown.active)+.imgBlock.img-bottom .spOnly.img-open {
    display: inline !important;
  }

  .imgBlock.bg_coupon:has(.dropDown.active)+.imgBlock.img-bottom .spOnly.img-closed {
    display: none !important;
  }
}

/* ▼PC（769px～） */
@media screen and (min-width: 769px) {
  /* 初期＝クローズ想定：closedだけ見せる */
  .imgBlock.img-bottom .pcOnly.img-open {
    display: none !important;
  }

  .imgBlock.img-bottom .pcOnly.img-closed {
    display: inline !important;
  }

  /* 開いたら open を表示、closed を非表示 */
  .imgBlock.bg_coupon:has(.dropDown.active)+.imgBlock.img-bottom .pcOnly.img-open {
    display: inline !important;
  }

  .imgBlock.bg_coupon:has(.dropDown.active)+.imgBlock.img-bottom .pcOnly.img-closed {
    display: none !important;
  }
}

.secondcoupon {
  margin-bottom: 50px;
}

.secondcoupon .couponBox .couponArea {
  position: absolute;
  width: 100%;
  top: 128px;
}

.secondcoupon .couponBox .couponArea .couponCode {
  width: 300px;
  margin-left: 150px;
  position: relative;
  top: 4px;
  text-align: center;
  display: block;
}

.secondcoupon .couponBox .couponArea .copyCouponBtn {
  float: right;
  margin-right: 55px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  border: 0;
  padding: 0;
}

.imgbannerWrap {
  overflow: hidden;
  margin: 20px auto 0;
}

.imgbannerWrap a {
  margin: 10px 0;
  display: block;
}

@media only screen and (max-width: 768px) {
  section img {
    max-width: 100%;
  }

  .lpContents.itemBlockList .itemBlockListWrap {
    width: 100%;
    padding: 0 0;
    box-sizing: border-box;
  }

  .lpContents.itemBlockList .itemBlockListWrap .cvbtn {
    width: 80%;
    margin: auto;
  }

  .cvbtn {
    text-align: center;
    margin-bottom: 10%;
  }

  .courseinner .cvbtn {
    width: 80%;
    margin: auto auto 10%;
  }

  .lpContents.usageSteps .stepListWrap,
  .lpContents.usageSteps .bottomTextWrap,
  .lpContents.usageSteps .bottomTextAttention {
    width: 100%;
    padding: 0;
  }

  .cmContents .slick-dots {
    position: absolute;
    bottom: -10px;
    z-index: 10;
    max-width: 335px;
  }

  .couponInner {
    width: 90%;
    margin: auto;
  }

  .couponBox .courseArea {
    top: 58%;
  }

  .couponBox .courseArea .couponCode {
    width: 45%;
    margin-left: 30%;
    font-size: 3.8vw
  }

  .couponBox .courseArea .copyCouponBtn {
    margin-right: 7%;
    top: -22%;
  }

  .secondcoupon {
    margin-bottom: 10%;
  }

  .secondcoupon .couponBox {
    position: relative;
    width: 100%;
    margin: 0 auto 10%;
  }

  .secondcoupon .couponInner {
    width: 90%;
    margin: auto;
  }

  .secondcoupon .couponBox .couponArea {
    position: absolute;
    width: 100%;
    top: 54.5%;
  }

  .secondcoupon .couponBox .couponArea .couponCode {
    width: 45%;
    margin-left: 30%;
    position: relative;
    top: 2%;
    text-align: center;
    display: block;
    padding: 1%;
    font-size: 3.2vw
  }

  .secondcoupon .couponBox .couponArea .copyCouponBtn {
    float: right;
    margin-right: 6%;
    padding: 0;
    color: #FFF;
    border-radius: 5px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 2.8vw
  }

  .packPrice {
    width: 100%;
    padding-bottom: 0;
    overflow: hidden;
    background-position: center top;
    background-size: 120% auto;
    background-repeat: no-repeat;
  }
}

/* 20250822追記 */
.lp #course.lpContents .course03 {
  transform: translateX(-35px);
}

@media only screen and (max-width: 768px) {
  #special.lpContents {
    padding-top: calc(50/750*100%);
  }

  #special p {
    margin-bottom: calc(25/750*100%);
  }

  .packPrice {
    background-image: url(../../static/img/course_bg_sp.webp);
    background-position: center top;
    background-size: 100%;
  }

  .lp #course.lpContents {
    padding-bottom: calc(70/750*100%);
  }

  .lp #course.lpContents h2 {
    padding: 0;
  }

  .lp #course.lpContents .mb80 {
    margin-bottom: calc(70/750*100%) !important;
  }

  .lp #course.lpContents .mb50 {
    margin-bottom: calc(30/750*100%) !important;
  }
}

/* 20251013追記 */
.text_yellow {
  color: #f5a21a;
}