@charset "UTF-8";
/*=======================================================
å±é
=======================================================*/
.bl_media01 .bl_media_imgWrapper {
  width: 496px;
}
.bl_media01 .bl_media_body {
  flex: 1;
}
.bl_media01 .bl_media_ttl {
  margin-bottom: 13px;
  border-bottom: 1px solid #dddddd;
  color: #222222;
  display: flex;
  align-items: end;
  gap: 4px;
  padding: 0 0 13px 18px;
  position: relative;
  font-size: 26px;
  line-height: 1.5;
}
.bl_media01 .bl_media_ttl::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 40px;
  border-radius: 3px;
  background: #eb5c02;
  top: 0;
  left: 0;
}
.bl_media01 .bl_media_ttl span {
  font-size: 16px;
  letter-spacing: 0.06em;
  font-weight: 400;
  margin-bottom: 3px;
  color: #222222;
}

.bl_media02 {
  width: 960px;
  margin: 0 auto;
}
.bl_media02 .bl_media_imgWrapper {
  width: 464px;
}
.bl_media02 .bl_media_body {
  flex: 1;
}
.bl_media02 .bl_media_ttl {
  color: #674d1d;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.06em;
  margin-bottom: 16px;
}
.bl_media02 .el_btn {
  width: 244px;
  height: 46px;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.04em;
  background: linear-gradient(180deg, #ffce00 0%, #eb5c02 100%);
  border: 2px solid #eb5c02;
  border-radius: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 0 3px 31px;
  position: relative;
}
.bl_media02 .el_btn::before {
  background: url(../images/icon_home.svg) top center/contain no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  content: "";
  top: calc(50% - 2px);
  left: 19px;
  transform: translateY(-50%);
}
.course_ttl_arrow_txt {
  text-align: center;
  line-height: 1.3;
  padding-left: 20px;
  font-size: 1.1rem;
  display: inline-block;
}

@media screen and (max-width: 750px) {
  .bl_media01 .bl_media_imgWrapper {
    width: 100%;
  }
  .bl_media01 .bl_media_imgWrapper.sp {
    margin-bottom: 24px;
    display: block;
  }
  .bl_media01 .bl_media_ttl {
    margin-bottom: 13px;
    padding: 0 0 10px;
    border-width: 2px;
    justify-content: center;
    align-items: center;
    gap: 7px;
    color: #eb5c02;
    flex-direction: column;
    font-size: 24px;
    line-height: 1.5;
  }
  .bl_media01 .bl_media_ttl::before {
    display: none;
  }
  .bl_media01 .bl_media_ttl span {
    font-size: 22px;
    margin-bottom: 0;
  }
  .bl_media02 {
    width: 100%;
  }
  .bl_media02 .bl_media_imgWrapper {
    width: 100%;
  }
  .bl_media02 .bl_media_imgWrapper.sp {
    display: block;
    margin-bottom: 16px;
  }
  .bl_media02 .bl_media_ttl {
    font-size: 21px;
    margin-bottom: 20px;
    text-align: center;
    line-height: 1;
  }
  .bl_media02 .el_btn {
    width: 258px;
    height: 52px;
    font-size: 17px;
    padding: 0 0 2px 30px;
    margin: 0 auto;
  }
  .bl_media02 .el_btn::before {
    width: 22px;
    height: 22px;
    left: 24px;
    top: calc(50% - 2px);
  }
}
/*=======================================================
CTA
=======================================================*/
.bl_cta {
  padding: 80px 0;
  background: url(../images/cta_bg.jpg) top center/cover no-repeat;
}
.bl_cta .el_sec_mainTtl {
  width: 406px;
  margin: 0 auto 48px;
}
.bl_cta .bl_course_box {
    border: 2px solid #EB5C02;
}
.bl_cta .bl_courseList:first-of-type::after{
  background: #EB5C02;
}
.bl_cta .bl_course_boxTtl{
  background: #EB5C02;
}
.bl_cta .bl_course_boxTtl > span{
  color: #EB5C02;
}
.bl_cta_att {
  font-size: 12px;
  color: #fff;
  margin-bottom: 40px;
}
.bl_cta .el_btn {
  width: 330px;
  height: 82px;
  background: url(../images/cta_btn_bg.png) top center/contain no-repeat;
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  padding: 0 22px 4px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

@media screen and (max-width: 750px) {
  .bl_cta {
    padding: 52px 0;
    background: url(../images/cta_bg_sp.jpg) top center/cover no-repeat;
  }
  .bl_cta .el_sec_mainTtl {
    width: 300px;
    margin-bottom: 26px;
  }
  .bl_cta .bl_course_box {
    border: none;
  }
  .bl_cta .bl_courseList:first-of-type::after{
    content: none;
  }
  .bl_cta .bl_course_boxTtl{
    order: 2;
    margin: 32px 0 0 -30px;
  }
  .bl_cta .bl_courseList{
    order: 1;
  }
  .bl_cta .bl_courseItem:first-of-type{
    border: 3px solid #FFCE00;
  }
  .bl_cta_att {
    font-size: 10px;
    margin-bottom: 20px;
  }
  .bl_cta .el_btn {
    background: url(../images/cta_btn_bg_sp.png) top center/contain no-repeat;
    width: 276px;
    height: 70px;
    font-size: 17px;
    padding: 0;
  }
}
/*=======================================================
MV
=======================================================*/
.bl_mv {
  padding-top: 191px;
  height: 820px;
  background: url(../images/mv_bg.jpg) top center/cover no-repeat;
}
.bl_mv_conts {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.bl_mv_ttl {
  order: 2;
  width: 416px;
  margin-bottom: 92px;
}
.bl_mv_sTtl {
  order: 1;
  width: 608px;
  margin-bottom: 45px;
}
.bl_mvList {
  order: 3;
  display: flex;
  gap: 88px;
  position: relative;
}
.bl_mvList::after {
  position: absolute;
  content: "";
  width: 40px;
  height: 40px;
  background: url(../images/plus.svg) top center/contain no-repeat;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.bl_mvItem {
  width: 468px;
  height: 120px;
  padding-bottom: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-align: center;
}
.bl_mvItem span {
  border-radius: 24px;
  background: #eb5c02;
  color: #fff;
  width: 272px;
  height: 47px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 1px;
}
.bl_mvItem:first-of-type {
  border: 2px solid #25a3c1;
  background: #effcff;
}
.bl_mvItem:nth-of-type(2) {
  border: 2px solid #eb5c02;
  background: #fffce6;
  flex-direction: column;
  gap: 10px;
}

@media screen and (max-width: 750px) {
  .bl_mv {
    padding-top: 493px;
    height: 1290px;
    background: url(../images/mv_bg_sp.jpg) top center/cover no-repeat;
  }
  .bl_mv_ttl {
    width: 690px;
    margin-bottom: 348px;
  }
  .bl_mv_sTtl {
    width: 690px;
    margin-bottom: 4px;
  }
  .bl_mvList {
    gap: 102px;
  }
  .bl_mvList::after {
    width: 58px;
    height: 58px;
  }
  .bl_mvItem {
    width: 294px;
    height: 148px;
    padding-bottom: 2px;
    font-size: 28px;
  }
  .bl_mvItem span {
    padding-bottom: 3px;
  }
  .bl_mvItem:first-of-type {
    border-width: 3px;
  }
  .bl_mvItem:nth-of-type(2) {
    padding-bottom: 9px;
    border-width: 3px;
    gap: 20px;
  }
}
/*=======================================================
COURSE
=======================================================*/
.bl_course {
  padding: 24px 0;
}
.bl_course_box{
  display: flex;
  flex-direction: column;
  border: 2px solid #25A3C1;
  margin-bottom: 12px;
}
.bl_course_boxTtl{
  height: 88px;
  background: #25A3C1;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
}
.bl_course_boxTtl > span{
  background: url(../images/course_ttl_arrow.svg) top center / contain no-repeat;
  width: 216px;
  height: 48px;
  display: flex;
  align-items: center;
  padding-left: 20px;
  color: #25A3C1;
}
.price_notice{
  font-size: 15px;
  font-weight: normal;
  color: #fff;
}
.bl_course_boxTtl > img{
  width: 370px;
}
.bl_courseList{
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.bl_courseList:first-of-type::after{
  content: '';
  position: absolute;
  background: #25A3C1;
  width: 2px;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
}
.bl_courseItem{
  width: 50%;
  background: #EFFCFF;
  padding: 24px 31px;
  position: relative;
}
.bl_courseItem:nth-of-type(2){
  background: #FFFCE6;
}
.bl_course_sTtl{
  background: #25A3C1;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  width: fit-content;
  height: 32px;
  display: flex;
  justify-content:center;
  align-items: center;
  margin: 0 auto 8px;
  padding: 0 16px;
}
.bl_courseItem:nth-of-type(2) .bl_course_sTtl{
  background: #EB5C02;
}
.bl_courseTtl{
  font-size: 26px;
  text-align: center;
  font-weight: bold;
  letter-spacing: 1.56px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 16px;
  border-bottom: 1px solid #ccc;
  margin: 0 auto 16px;
}
.bl_courseItem .bl_time{
  font-size: 20px;
  width: 68px;
  height: 40px;
  border: 2px solid #25A3C1;
  color: #25A3C1;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 24px;
  padding-bottom: 1px;
}
.bl_courseItem:nth-of-type(2) .bl_time{
  border: 2px solid #EB5C02;
  color: #EB5C02;
}
.bl_courseItem .bl_txt{
  font-size: 15px;
  text-align: center;
  letter-spacing: 0.5px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3.6em;
  line-height: 1.8em;
}
.bl_course_imgWrapper{
  margin-top: 16px;
}
.bl_course_att {
  font-size: 12px;
}

@media screen and (max-width: 750px) {
  .bl_course {
    padding: 20px 0;
  }
  .bl_course_box{
    border: none;
    margin-bottom: 16px;
  }
  .bl_course_boxTtl{
    height: 130px;
    width: 750px;
    margin: 0 0 32px -30px; 
    gap: initial;
  }
  .bl_course_boxTtl > span{
    background: url(../images/sp_course_ttl_arrow.svg) top center / contain no-repeat;
    width: 230px;
    height: 83px;
    font-size: 1.2rem;
    padding-left: 20px;
  }
  .bl_course_boxTtl > img{
    width: 510px;
  }
  .price_notice{
    position: absolute;
    right: -30px;
    top: 106px;
  }
  .bl_courseList{
    flex-direction: column;
    gap: 20px;
  }
  .bl_courseList:first-of-type::after{
    content: none;
  }
  .bl_courseItem{
    width: 100%;
    border: 2px solid #25A3C1;
    padding: 16px;
  }
  .bl_courseItem:nth-of-type(2){
    border: 3px solid #EB5C02;
  }
  .bl_course_sTtl{
    font-size: 15px;
    height: 26px;
  }
  .bl_courseItem:nth-of-type(2) .bl_course_sTtl{}
  .bl_courseTtl{
    font-size: 20px;
    border-bottom: 1px solid #ccc;
  }
  .bl_courseItem .bl_time{
    font-size: 15px;
    width: 50px;
    height: 26px;
    margin-left: 6px;
    padding-bottom: 0;
    border-width: 1px;
  }
  .bl_courseItem .bl_txt{
	font-size: 14px;
  }
  .bl_course_imgWrapper{
    margin: 16px -16px -16px;
  }
  .bl_course_att {
    font-size: 10px;
  }
}
/*=======================================================
ABOUT
=======================================================*/
.bl_about .el_sec_mainTtl {
  background: url(../images/about_ttl_bg.jpg) top center/cover no-repeat;
  padding: 32px 0 31px;
}
.bl_about .el_sec_mainTtl img {
  display: block;
  width: 400px;
  margin: 0 auto 20px;
}
.bl_about .el_sec_mainTtl span {
  color: #fff;
  font-size: 30px;
}
.bl_about .bl_mediaList {
  padding: 80px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 56px;
}
.bl_about .bl_media:first-of-type .bl_media_ttl {
  font-size: 16px;
  letter-spacing: 0.06em;
  font-weight: 400;
  padding-bottom: 16px;
  gap: 0;
}
.bl_about .bl_media:first-of-type .bl_media_ttl span {
  margin-bottom: 0;
  font-size: 26px;
  letter-spacing: 0.04em;
  font-weight: 700;
  margin-bottom: -6px;
}
.bl_about .bl_media:first-of-type .bl_media_txt .el_deco {
  position: relative;
  padding-right: 12px;
}
.bl_about .bl_media:first-of-type .bl_media_txt .el_deco::after {
  position: absolute;
  content: "Â®";
  font-size: 21px;
  bottom: -6px;
  right: -1px;
}
@media screen and (max-width: 750px) {
  .bl_about .el_sec_mainTtl {
    background: url(../images/about_ttl_bg_sp.jpg) top center/cover no-repeat;
    padding: 16px 0;
  }
  .bl_about .el_sec_mainTtl img {
    width: 284px;
    margin: 0 auto 18px;
  }
  .bl_about .el_sec_mainTtl span {
    font-size: 20px;
  }
  .bl_about .bl_mediaList {
    padding: 30px 0 50px;
    gap: 42px;
  }
  .bl_about .bl_media:first-of-type .bl_media_ttl {
    font-size: 12px;
    color: #222222;
    padding-bottom: 8px;
  }
  .bl_about .bl_media:first-of-type .bl_media_ttl span {
    color: #eb5c02;
    font-size: 24px;
    margin-bottom: 0;
  }
  .bl_about .bl_media:first-of-type .bl_media_txt .el_deco {
    padding-right: 18px;
  }
  .bl_about .bl_media:first-of-type .bl_media_txt .el_deco::after {
    font-size: 14px;
    bottom: 0;
    right: 0;
  }
}
/*=======================================================
WORRIES
=======================================================*/
.bl_worries {
  padding: 64px 0;
  background: url(../images/worries_bg.jpg) top center/cover no-repeat;
}
.bl_worries .el_sec_mainTtl {
  width: 472px;
  height: 48px;
  margin: 0 auto 44px;
}
.bl_worriesList {
  display: flex;
  flex-wrap: wrap;
  gap: 36px 24px;
  width: 768px;
  margin: 0 auto;
}
.bl_worriesItem {
  width: 240px;
  position: relative;
}
.bl_worriesItem::after {
  position: absolute;
  content: "";
  width: 240px;
  height: 164px;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.bl_worriesItem:first-of-type .bl_item_imgWrapper {
  margin-bottom: 26px;
}
.bl_worriesItem:nth-of-type(odd)::after {
  background: #2b67c6;
}
.bl_worriesItem:nth-of-type(odd) .bl_item_imgWrapper {
  border: 4px solid #2b67c6;
}
.bl_worriesItem:nth-of-type(even)::after {
  background: #25a3c1;
}
.bl_worriesItem:nth-of-type(even) .bl_item_imgWrapper {
  border: 4px solid #25a3c1;
}
.bl_worries .bl_item_imgWrapper {
  border-radius: 50%;
  background: #fff;
  width: 172px;
  height: 172px;
  margin: 0 auto 14px;
  position: relative;
  z-index: 2;
}
.bl_worries .bl_item_txt {
  text-align: center;
  position: relative;
  z-index: 2;
  color: #fff;
  font-weight: 700;
  margin-bottom: 14px;
}

@media screen and (max-width: 750px) {
  .bl_worries {
    padding: 50px 0;
    background: url(../images/worries_bg_sp.jpg) top center/cover no-repeat;
  }
  .bl_worries .el_sec_mainTtl {
	width: 340px;
	height: 36px;
	margin: 0 auto 32px;
  }
  .bl_worriesList {
    gap: 15px;
    width: 100%;
  }
  .bl_worriesItem {
    width: calc(50% - 8px);
  }
  .bl_worriesItem::after {
    width: 100%;
    height: 130px;
  }
  .bl_worriesItem .bl_item_imgWrapper {
    border-width: 2px !important;
  }
  .bl_worriesItem:first-of-type .bl_item_imgWrapper {
    margin-bottom: 18px;
  }
  .bl_worries .bl_item_imgWrapper {
    width: 140px;
    height: 140px;
    margin: 0 auto 6px;
  }
  .bl_worries .bl_item_txt {
    margin-bottom: 8px;
  }
}
/*=======================================================
BNR
=======================================================*/
.bl_bnr {
  padding: 63px 0 43px;
  background: url(../images/bnr_bg.jpg) top center/cover no-repeat;
  text-align: center;
  position: relative;
}
.bl_bnr::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 32px 60px 0 60px;
  border-color: #f8f1e1 transparent transparent transparent;
  top: -1px;
  left: 50%;
  transform: translateX(-50%);
}
.bl_bnr_imgWrapper {
  padding-left: 61px;
  width: 714px;
  margin: 0 auto;
}

@media screen and (max-width: 750px) {
  .bl_bnr {
    padding: 104px 0 80px;
    background: url(../images/bnr_bg_sp.jpg) top center/cover no-repeat;
  }
  .bl_bnr::after {
    border-width: 56px 100px 0 100px;
  }
  .bl_bnr_imgWrapper {
    padding-left: 0;
    width: 692px;
  }
}
/*=======================================================
DIFFERENCE
=======================================================*/
.bl_difference {
  padding: 32px 0 24px;
  background: url(../images/difference_bg.jpg) bottom center/2000px 389px no-repeat;
}
.bl_difference .ly_cont_inner {
  position: relative;
}
.bl_difference .ly_cont_inner::after {
  position: absolute;
  content: "";
  width: 150px;
  height: 332px;
  background: url(../images/difference_people.svg) top center/contain no-repeat;
  bottom: -24px;
  right: 35px;
}
.bl_difference .el_sec_mainTtl {
  padding-bottom: 18px;
  font-size: 32px;
  text-align: center;
  letter-spacing: 0.06em;
  position: relative;
  margin-bottom: 32px;
}
.bl_difference .el_sec_mainTtl::after {
  position: absolute;
  content: "";
  width: 367px;
  height: 6px;
  background: url(../images/difference_ttl_dot.svg) top center/contain no-repeat;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.bl_difference_intro {
  text-align: center;
  letter-spacing: 0.04em;
  margin-bottom: 24px;
}
.bl_difference_def {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 32px;
}
.bl_difference_def > div {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  width: 100%;
}
.bl_difference_def > div > dt {
  width: 264px;
  height: 128px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 2px;
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.06em;
}
.bl_difference_def > div > dd {
  width: 752px;
  height: 128px;
  padding: 0 0 4px 40px;
  display: flex;
  align-items: center;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.06em;
  border-radius: 2px;
}
.bl_difference_def > div:first-of-type dt {
  background: linear-gradient(180deg, #eb9a02 0%, #e33d00 100%);
}
.bl_difference_def > div:first-of-type dd {
  border: 4px solid #eb5c02;
  background: url(../images/difference_manipulative_bg.jpg) top center/cover no-repeat;
}
.bl_difference_def > div:nth-of-type(2) dt {
  background: linear-gradient(180deg, #25a3c1 0%, #2b67c6 100%);
}
.bl_difference_def > div:nth-of-type(2) dd {
  background: #e5efff;
}
.bl_difference .bl_recommend {
  width: 598px;
  height: 366px;
  margin: 0 auto;
  padding: 46px 0 0 92px;
  background: url(../images/recommend_bg.png) top center/contain no-repeat;
}
.bl_difference .bl_recommend_ttl {
  width: 386px;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-align: center;
  background: linear-gradient(transparent 70%, #ffde27 0%);
  margin: 0 0 24px 15px;
}
.bl_difference .bl_recommend .bl_bulletList {
  font-size: 20px;
}

@media screen and (max-width: 750px) {
  .bl_difference {
    padding: 42px 0 28px;
    background: url(../images/difference_bg_sp.jpg) bottom center/750px 321px no-repeat;
  }
  .bl_difference .ly_cont_inner::after {
    background: url(../images/difference_people_sp.svg) top center/contain no-repeat;
    width: 80px;
    height: 150px;
    bottom: -28px;
    right: 0;
  }
  .bl_difference .el_sec_mainTtl {
    padding-bottom: 13px;
    font-size: 24px;
    margin-bottom: 26px;
  }
  .bl_difference .el_sec_mainTtl::after {
    width: 276px;
    height: 8px;
    background: url(../images/difference_ttl_dot_sp.svg) top center/contain no-repeat;
  }
  .bl_difference_intro {}
  .bl_difference_def {
    gap: 13px;
    margin-bottom: 28px;
  }
  .bl_difference_def > div > dt {
    width: 100%;
    padding-bottom: 4px;
    height: 30px;
    font-size: 16px;
  }
  .bl_difference_def > div > dd {
    width: 100%;
    height: auto;
    padding: 16px;
    font-size: 16px;
  }
  .bl_difference_def > div:first-of-type dd {
    background: url(../images/difference_manipulative_bg_sp.jpg) top center/cover no-repeat;
  }
  .bl_difference .bl_recommend {
    width: 100%;
    height: 220px;
    padding: 20px 10px;
    background: url(../images/recommend_bg_sp.png) top center/cover no-repeat;
  }
  .bl_difference .bl_recommend_ttl {
    width: fit-content;
    font-size: 18px;
    margin: 0 auto 13px;
  }
  .bl_difference .bl_recommend .bl_bulletList {
    font-size: 14px;
  }
}
/*=======================================================
REASON
=======================================================*/
.bl_reason {
  padding: 80px 0;
}
.bl_reason .el_sec_mainTtl {
  padding-bottom: 18px;
  position: relative;
  font-size: 32px;
  letter-spacing: 0.06em;
  margin-bottom: 56px;
}
.bl_reason .el_sec_mainTtl::after {
  position: absolute;
  content: "";
  width: 336px;
  height: 6px;
  background: url(../images/reason_ttl_dot.svg) top center/contain no-repeat;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.bl_reason .bl_media:first-of-type {
  margin-bottom: 8px;
}
.bl_reason .el_att02 {
  margin-bottom: 36px;
}
.bl_reason .bl_point {
  width: 770px;
  margin: 0 auto 51px;
  border: 1px solid #2b67c6;
}
.bl_reason .bl_point_ttl {
  background: #2b67c6;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.06em;
  padding-bottom: 3px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bl_reason .bl_point_def {
  background: url(../images/point_def_bg.png) top center/cover no-repeat;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  padding: 25px 0 23px 105px;
}
.bl_reason .bl_point_def > div {
  width: 100%;
  display: flex;
  gap: 20px;
  align-items: center;
}
.bl_reason .bl_point_def > div:first-of-type > dt {
  color: #fff;
  background: #eb5c02;
}
.bl_reason .bl_point_def > div > dt {
  width: 94px;
  height: 33px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 3px;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #eb5c02;
  background: #fff;
  border: 1px solid #eb5c02;
}
.bl_reason .bl_point_def > div > dd {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 750px) {
  .bl_reason {
    padding: 42px 0 50px;
  }
  .bl_reason .el_sec_mainTtl {
    padding-bottom: 13px;
    font-size: 24px;
    margin-bottom: 34px;
  }
  .bl_reason .el_sec_mainTtl::after {
    width: 256px;
    height: 8px;
    background: url(../images/reason_ttl_dot_sp.svg) top center/contain no-repeat;
  }
  .bl_reason .bl_media:first-of-type {
    margin-bottom: 13px;
  }
  .bl_reason .el_att02 {
    margin-bottom: 30px;
  }
  .bl_reason .bl_point {
    width: 100%;
    margin: 0 auto 42px;
    border-width: 1px;
  }
  .bl_reason .bl_point_ttl {
    font-size: 17px;
    height: 42px;
  }
  .bl_reason .bl_point_def {
    background: url(../images/point_def_bg_sp.png) top center/cover no-repeat;
    gap: 20px;
    padding: 24px 8px;
  }
  .bl_reason .bl_point_def > div {
    flex-direction: column;
    gap: 20px;
  }
  .bl_reason .bl_point_def > div > dt {
    height: 24px;
    padding-bottom: 0;
    font-size: 15px;
    border-width: 1px;
  }
  .bl_reason .bl_point_def > div > dd {
    font-size: 16px;
    width: 100%;
    text-align: center;
    line-height: 1;
  }
}
/*=======================================================
FLOW
=======================================================*/
.bl_flow_intro {
  background: url(../images/flow_ttl_bg.jpg) top center/cover no-repeat;
  height: 302px;
  padding-top: 71px;
}
.bl_flow .el_sec_mainTtl {
  font-size: 32px;
  font-weight: 700;
  padding-bottom: 13px;
  margin-bottom: 32px;
  position: relative;
  color: #fff;
}
.bl_flow .el_sec_mainTtl::after {
  position: absolute;
  content: "";
  width: 367px;
  height: 6px;
  background: url(../images/flow_ttl_dot.svg) top center/contain no-repeat;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.bl_flow .bl_intro_txt {
  color: #fff;
  text-align: center;
  letter-spacing: 0.04em;
}
.bl_flowItem {
  padding: 48px 0 64px;
  position: relative;
}
.bl_flowItem::before {
  position: absolute;
  content: "";
  width: 120px;
  height: 120px;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
}
.bl_flowItem::after {
  position: absolute;
  content: "";
  width: 50px;
  height: 50px;
  top: -32px;
  left: 50%;
  transform: translateX(-50%);
}
.bl_flowItem:nth-of-type(odd) {
  background: #f9f1e0;
}
.bl_flowItem:nth-of-type(odd)::before {
  background: #f9f1e0;
}
.bl_flowItem:nth-of-type(odd) .bl_media_ttl {
  color: #eb5c02;
}
.bl_flowItem:nth-of-type(even) {
  background: #fff;
}
.bl_flowItem:nth-of-type(even)::before {
  background: #fff;
}
.bl_flowItem:nth-of-type(even) .bl_media_ttl {
  color: #2b67c6;
}
.bl_flowItem:first-of-type::after {
  background: url(../images/step1.svg) top center/contain no-repeat;
}
.bl_flowItem:first-of-type .bl_media_txt + .el_btn {
  margin-top: 40px;
}
.bl_flowItem:nth-of-type(2)::after {
  background: url(../images/step2.svg) top center/contain no-repeat;
}
.bl_flowItem:nth-of-type(2) .bl_media_txt + .el_att {
  margin-top: 0;
}
.bl_flowItem:nth-of-type(2) .el_att + .bl_media_txt {
  margin-top: 16px;
}
.bl_flowItem:nth-of-type(3)::after {
  background: url(../images/step3.svg) top center/contain no-repeat;
}
.bl_flowItem:nth-of-type(4)::after {
  background: url(../images/step4.svg) top center/contain no-repeat;
}
.bl_flowItem:nth-of-type(5)::after {
  background: url(../images/step5.svg) top center/contain no-repeat;
}

@media screen and (max-width: 750px) {
  .bl_flow_intro {
    background: url(../images/flow_ttl_bg_sp.jpg) top center/cover no-repeat;
    padding: 52px 0 80px;
    height: auto;
  }
  .bl_flow .el_sec_mainTtl {
    font-size: 24px;
    padding-bottom: 13px;
    margin-bottom: 20px;
  }
  .bl_flow .el_sec_mainTtl::after {
	width: 276px;
    height: 8px;
    background: url(../images/flow_ttl_dot_sp.svg) top center/contain no-repeat;
  }
  .bl_flowItem {
    padding: 24px 0 0;
  }
  .bl_flowItem::before {
    width: 86px;
    height: 86px;
    top: -40px;
  }
  .bl_flowItem::after {
    width: 34px;
    height: 34px;
    top: -30px;
  }
  .bl_flowItem:first-of-type {
    padding-bottom: 68px;
  }
  .bl_flowItem:first-of-type .bl_media_txt + .el_btn {
    margin-top: 20px;
  }
  .bl_flowItem:nth-of-type(2) {
    padding-bottom: 78px;
  }
  .bl_flowItem:nth-of-type(2) .bl_media_txt + .el_att {
    margin-top: 2px;
  }
  .bl_flowItem:nth-of-type(2) .el_att + .bl_media_txt {
    margin-top: 13px;
  }
  .bl_flowItem:nth-of-type(3) {
    padding-bottom: 72px;
  }
  .bl_flowItem:nth-of-type(4) {
    padding-bottom: 78px;
  }
  .bl_flowItem:nth-of-type(5) {
    padding-bottom: 52px;
  }
}
/*=======================================================
MESSAGE
=======================================================*/
.bl_message {
  background: url(../images/message_bg.jpg) top center/cover no-repeat;
  padding: 80px 0;
}
.bl_message .el_sec_mainTtl {
  width: 372px;
  margin: 0 auto 40px;
}
.bl_message_txt {
  letter-spacing: 0.04em;
  text-align: center;
}
.bl_message_txt + .bl_message_txt {
  margin-top: 25px;
}

@media screen and (max-width: 750px) {
  .bl_message {
    background: url(../images/message_bg_sp.jpg) top center/cover no-repeat;
    padding: 52px 0;
  }
  .bl_message .el_sec_mainTtl {
    width: 274px;
    margin: 0 auto 32px;
  }
  .bl_message_txt + .bl_message_txt {
    margin-top: 22px;
  }
}


/* === ãã¡ã¼ã¹ããã¥ã¼åç»ã®ããã®è¿½å CSS === */
.sp-view { display: none; }

.fv-movie_sp, .fv-catch-sp { display: none; }

.fv-movie {
	width: 100%;
	height: 78vh;
	position: relative;
	overflow: hidden;
}

.fv-movie video {
	width: 100%;
	height: 100%;
	position: absolute;
	inset: 0;
	object-fit: cover;
}

.fv-catch_emblem-1 {
	width: 440px;
	position: absolute;
	bottom: 1.8%;
	left: -6%;
}

.fv-catch_emblem-2 {
	width: 240px;
	position: absolute;
	bottom: 1.4%;
	left: -6%;
}

.fv-price { background: #25a4c0; }

.fv-price.bg-orange { background: #eb5c02; }

.fv-price_content {
	display: flex;
	gap: 4%;
	align-items: center;
	padding: 12px 20px;
}

.fv-price_content_deco-text { flex: 0 0 38%; }

.fv-price_content_deco-text b {
	border: 1px solid #f0ff41;
	color: #f0ff41;
	padding: 6px 0;
	text-align: center;
	font-size: 26px;
	letter-spacing: .125em;
	line-height: 1.2;
	display: block;
}

.fv-price_content_deco-text b span { font-size: 1.15em; }

.fv-price_content_price-image { flex: 0 0 58%; }

.fv-price_content_price-image img {
	width: 84%;
	margin: 0 auto .6rem;
	display: block;
}

.fv-price_content_price-image p {
	font-size: 14px;
	color: #fff;
	text-align: center;
	line-height: 1.2;
}

.fv-price_content_cta {
	margin-bottom: .6rem;
}

.fv-price_content_cta-btn {
	/* background-image: linear-gradient(#7bd300, #00d52f); */
	background: linear-gradient(180deg, #FFCE00 0%, #EB5C02 100%);
	color: #fff;
	padding: 6px 0;
	text-align: center;
	font-weight: bold;
	font-size: 1.25rem;
	border: 2px solid #fff;
	border-radius: 6px;
	display: block;
}

.fv-price_content_cta-btn span {
	background: url(../images/wakaba-mrk.png) no-repeat left center / 20px 30px;
	padding-left: 28px;
	display: inline-block;
	content: "";
}


@media (max-width: 750px) { /* for SP */
	.pc-view { display: none; }

	.sp-view { display: block; }

	.fv-movie { height: 72vh; }

	.fv-catch_emblem-1 {
		width: 330px;
		position: absolute;
		bottom: 1.8%;
		left: 1.6%;
	}

	.fv-catch_emblem-2 {
		width: 174px;
		position: absolute;
		bottom: 1.4%;
		left: 1.6%;
	}

	.fv-price.bg-orange { margin: 0 -20px 16px; }

	.fv-price_content {
		flex-direction: column;
		margin: 0 -4%;
	}
	
	.fv-price_content_deco-text,
	.fv-price_content_price-image { width: 100%; }

	.fv-price_content_deco-text b {
		font-size: 20px;
		margin-bottom: 10px;
	}

	.fv-price_content_price-image p { font-size: 12px; }
}