@charset "UTF-8";
body {
  padding: 0;
  -webkit-font-feature-settings: 'palt' 1;
          font-feature-settings: 'palt' 1;
  font-size: 24px;
  line-height: 1.75;
  color: #333;
}

@media screen and (max-width: 750px) {
  body {
    font-size: 3.46667vw;
  }
}

.l-flex-between-start {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

#main {
  margin: 0;
  overflow-x: hidden;
  overflow: inherit;
}

.b-main-visual {
  padding-top: 50px;
  margin: 0 0 20px;
  background: url(../images/sp_fv_backgroundImage.png)no-repeat center top / 100% auto;
	position: relative;
}
.b-main-visual figure.hp_pt0{
  padding-top: 0px;
}
@media screen and (max-width: 750px) {
  .b-main-visual {
    padding-top: 6.66vw;
    margin: 0 0 3.125vw;
    background: url(../images/sp_fv_backgroundImage.png)no-repeat center top / 100% auto;
    position: relative;
  }
}

.bl_point_img{
  display: flex;
  justify-content: center;
}
.bl_point_arrow{
  background-color: #fddae1;
  padding-bottom: 90px;
}
@media screen and (max-width: 750px) {
  .bl_point_arrow{
    padding-bottom: 13vw;
  }
}
.b-main-visual .btn {
	position: absolute;
	left: 0;
	bottom: -130px;
	width: 100%;
	text-align: center;
	padding: 0 10%;
}
.b-case {
  padding: 65px 0 50px;
  background: url("../images/img02.png");
}
.b-case.__beforeAfter {
  padding-top: 0;
}
.b-case .el_case_title {
  text-align: center;
	margin-bottom: 55px;
}
.b-case .b__slider__wrap {
  max-width: 600px;
  padding-bottom: 65px;
  margin: 40px auto 65px;
  background: url(../images/sp_dotted_line.png)no-repeat center bottom;
}
.b-case .slick-dots li button::before {
	border: none;
	background-color: #fff;
}
.bl_case_video {
  width: 495px;
  height: auto;
  margin: 0 auto 30px;
}
.bl_case_video video {
  width: 100%;
}
.b-case .btn {
  display: block;
  width: 600px;
  margin: 0 auto;
}

@media screen and (max-width: 750px) {
	.b-main-visual .btn {
		bottom: -18vw;
	}
	.b-case {
		padding: 8.66vw 0 6.66vw;
	}
  .b-case .el_case_title {
    width: 71.6vw;
    margin: 0 auto 7.33vw;
  }
  .b-case .b__slider__wrap {
    padding-bottom: 8.66vw;
    margin: 5.33vw auto 8.66vw;
    background: url(../images/sp_dotted_line.png)no-repeat center bottom;
  }
  .bl_case_video {
    width: 66vw;
    margin: 0 auto 4vw;
  }
  .b-case .btn {
    display: block;
    width: 80vw;
    margin: 0 auto;
  }
}

/* bl_campaign */
.bl_campaign{
  background: #fee5ea;
  padding: 20px;
}
.bl_campaign_img{
  text-align: center;
  margin-bottom: 20px;
}
.bl_detail{
  position: relative;
  width: 570px;
  padding: 10px 0;
  margin: 30px auto 30px;
  text-align: center;
  border: 1px solid #272727;
  color: #272727;
  cursor: pointer;
}
.bl_detail::after{
  position: absolute;
  content: "";
  width: 15px;
  height: 1px;
  background: #000000;
  top: 50%;
  transform: translate(0 , -50%);
  right: 30px;
}

.bl_detail::before{
  position: absolute;
  content: "";
  width: 15px;
  height: 1px;
  background: #000000;
  top: 50%;
  transform: translate(0 , -50%) rotate(90deg);
  right: 30px;
}
.bl_detail.none_active::before{
  position: inherit;
}
.bl_acc_box{
  width: 600px;
  background-color: #ffffff;
  margin: 30px auto;
  padding: 10px 30px 30px;
  display: none;
}

.bl_campaign_note {
  list-style: none;
}
.el_campaign_note_title {
  text-align: left;
  font-size: 20px;
}
.el_campaign_note_title:first-child {
  margin-top: 20px;
}
.bl_campaign_note .bl_campaign_note_list {
  font-size: inherit;
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.3;
  font-size: 20px;
}
.bl_campaign_note_list + .bl_campaign_note_list {
  margin-top: 30px;
}
.bl_campaign_note_list:nth-child(n+4) {
  margin-top: 0;
}

.bl_margin{
  display: block;
  margin: 30px 0 0 !important;
}
.active{
  display: block;
}

.bl_Campaing_img{
  text-align: center;
  margin-top: 50px;
}
.bl_area_campaign{
  background: initial;
}
.bl_primary_campaign{
  background: #ffffff;
  text-align: center;
}

@media(max-width:750px){
  /* bl_campaign */
  .bl_campaign{
    background: #fee5ea;
    padding: 8.667vw 3.667vw 2.667vw;
  }
  .bl_campaign_img{
    width: 77.375vw;
    margin:0 auto 2.667vw;
  }
  .bl_detail{
    position: relative;
    width: 87vw;
    padding: 1.333vw 0;
    margin: 4vw auto;
    text-align: center;
    border: 0.133vw solid #272727;
    color: #272727;
    cursor: pointer;
  }
  .bl_detail::after{
    position: absolute;
    content: "";
    width: 2vw;
    height: 0.133vw;
    background: #000000;
    top: 50%;
    transform: translate(0 , -50%);
    right: 4vw;
  }

  .bl_detail::before{
    position: absolute;
    content: "";
    width: 2vw;
    height: 0.133vw;
    background: #000000;
    top: 50%;
    transform: translate(0 , -50%) rotate(90deg);
    right: 4vw;
  }
  .bl_detail.none_active::before{
    position: inherit;
  }
  .bl_acc_box{
    width: 92vw;
    background-color: #ffffff;
    margin: 4vw auto;
    padding: 1.333vw 4vw 4vw;
    display: none;
  }
  .el_campaign_note_title {
    font-size: 3.3vw;
  }
  .el_campaign_note_title:first-child {
    margin-top: 4vw;
  }
  .bl_campaign_note .bl_campaign_note_list {
    font-size: 3.3vw;
  }
  .bl_campaign_note_list + .bl_campaign_note_list {
    margin-top: 4vw;
  }
  .bl_campaign_note_list:nth-child(n+4) {
    margin-top: 0;
  }
  .bl_margin{
    display: block;
    margin: 4vw 0 0 !important;
  }
  .active{
    display: block;
  }

  .bl_Campaing_img{
    text-align: center;
    margin-top: 6.667vw;
  }
  .bl_area_campaign{
    background: initial;
  }

  .bl_primary_campaign{
    background: #ffffff;
  }
  .bl_primary_campaign img{
    width: 77.375vw;
    margin: 0 auto;
  }
}

.b-qct {
  padding: 70px 0;
  background: url("../images/img02.png");
}

@media screen and (max-width: 750px) {
  .b-qct {
    padding: 9vw 0 12vw;
  }
}
.el_reccomend_title_imt {
  max-width: 542px;
  width: 72.267vw;
  margin: 0 auto;
}

.b-qct .qct__catch {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  color: #333;
}

@media screen and (max-width: 750px) {
  .b-qct .qct__catch {
    font-size: 5vw;
  }
}

.b-qct .comparison-table {
  margin-top: 30px;
  text-align: center;
}

@media screen and (max-width: 750px) {
  .b-qct .comparison-table {
    width: 74.8vw;
    margin: 4vw auto 0;
  }
}

.b-qct .qct__ttl {
  margin-bottom: 30px;
  padding-bottom: 4px;
  font-size: 46px;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  color: #d33a51;
  border-bottom: 1px solid #333;
}

@media screen and (max-width: 750px) {
  .b-qct .qct__ttl {
    margin-bottom: 5vw;
    padding-bottom: 1vw;
    font-size: 6vw;
  }
}
.b-qct .qct__txt {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	color: #333;
	line-height: 1.4;
}

@media screen and (max-width: 750px) {
  .b-qct .qct__txt {
    font-size: 4vw;
  }
}
.b-qct .qct__about {
	background: #fff;
	padding: 4% 2%;
	margin: 4% auto;
}
.b-qct .qct__about .about__ttl {
	text-align: center;
	font-size: 26px;
}
@media screen and (max-width: 750px) {
	.b-qct .qct__about .about__ttl {
		text-align: center;
		font-size: 4vw;
	}
}
.b-qct .qct__about .about__inner {
	margin: 3% auto 4%;
}
.b-qct .qct__about .about__img {
	text-align: center;
	padding: 3% 0;
}
.b-qct .qct__about .about__txt {
	font-size: 20px;
}
@media screen and (max-width: 750px) {
	.b-qct .qct__about .about__txt {
		font-size: 3.5vw;
	}
}
.b-qct .qct__about .about__hdl {
	background: #55351C;
	color: #fff;
	text-align: center;
	font-size: 24px;
	padding: 5px 0;
	margin-top: 15px;
}
@media screen and (max-width: 750px) {
	.b-qct .qct__about .about__hdl {
		font-size: 5vw;
	}
}
.b-qct .qct__note p {
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	margin-top: 4%;
	color: #D33A51;
}
.b-qct .qct__note p span {
	font-size: 36px;
	line-height: 1.4;
}
@media screen and (max-width: 750px) {
	.b-qct .qct__note p {
		font-size: 3.2vw;
	}
	.b-qct .qct__note p span {
		font-size: 5vw;
	}
}
.b-qct .btn {
  margin: 15px auto 40px;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .b-qct .btn {
    padding: 0 2%;
    margin: 6vw auto 1vw;
  }
}

.b-reason .b__slider__wrap {
  max-width: 500px;
  margin-bottom: 0;
}

@media screen and (max-width: 750px) {
  .b-reason .b__slider__wrap {
    max-width: 66.66667vw;
  }
}
.b__slider__wrap {
  max-width: 600px;
  margin: 40px auto 100px;
}
.b__slider__wrap .slick-initialized .slick-slide {
	display: flex;
	justify-content: center;
}
.b__slider__wrap .slick-initialized .slick-slide iframe {
	width: 100%;
	height: 750px;
	overflow-x: hidden;
}
@media screen and (max-width: 750px) {
  .b__slider__wrap {
    max-width: 80vw;
    margin: 5vw auto 9.33333vw;;
  }
}
.slick-prev,
.slick-next {
  width: 22px;
  height: 44px;
  margin-top: 14px;
  background: none;
}

@media screen and (max-width: 750px) {
  .slick-prev,
  .slick-next {
    width: 2.93333vw;
    height: 5.86667vw;
  }
}

.slick-next {
  right: -19px;
}

@media screen and (max-width: 979px) {
  .slick-prev,
  .slick-next {
    display: block !important;
  }
}

@media screen and (max-width: 750px) {
  .slick-next {
    right: -4.66667vw;
  }
}

.slick-prev {
  left: -21px;
}

@media screen and (max-width: 750px) {
  .slick-prev {
    left: -4.66667vw;
  }
}

.slick-prev::before,
.slick-next::before {
  width: 22px;
  height: 44px;
}

@media screen and (max-width: 750px) {
  .slick-prev::before,
  .slick-next::before {
    width: 2.93333vw;
    height: 5.86667vw;
  }
}

.slick-next::before {
  background-image: url("../images/arrow_right.png");
  background-size: cover;
}

.slick-prev::before {
  background-image: url("../images/arrow_left.png");
  background-size: cover;
}

.slick-dots li button::before {
  border: 1px solid #aaa;
  background-color: transparent;
  opacity: 1;
}

.slick-dots li.slick-active button::before {
  background-color: #666;
  opacity: 1;
}

.slick-dots {
  bottom: -42px;
}

@media screen and (max-width: 750px) {
  .slick-dots {
    bottom: -6.66667vw !important;
  }
}

@media (max-width: 979px) {
  .slick-dots li {
    width: 16px;
    height: 16px;
  }
  .slick-dots li button {
    width: 16px;
    height: 16px;
  }
  .slick-dots li button:before {
    width: 16px;
    height: 16px;
  }
}

@media screen and (max-width: 750px) {
  .slick-dots {
    bottom: -30px;
  }
  .slick-dots li {
    width: 10px;
    height: 10px;
  }
  .slick-dots li button {
    width: 10px;
    height: 10px;
  }
  .slick-dots li button:before {
    width: 10px;
    height: 10px;
  }
}

.card__item__image {
  text-align: center;
  margin-top: 40px;
}
.b-qa {
  padding: 50px 0 60px;
}

@media screen and (max-width: 750px) {
  .b-qa {
    padding: 6vw 0 8vw;
  }
}

.b-qa .qa__ttl {
  font-size: 70px;
  text-align: center;
  font-weight: normal;
  letter-spacing: 0.075em;
  border-bottom: 5px dotted #333;
  width: 670px;
  margin: 0 auto 40px;
}

@media screen and (max-width: 750px) {
  .b-qa .qa__ttl {
    font-size: 9.333vw;
    width: 89.333vw;
    padding-bottom: 1.333vw;
    border-bottom: 0.667vw dotted #333;
    margin: 0 auto 5.333vw;
  }
}

.b-qa .qa-ques {
  font-size: 28px;
  text-align: center;
  font-weight: bold;
  width: 680px;
  margin: 25px auto 0;
  background-color: #f579b7;
  color: #fff;
  border-radius: 10px;
  line-height: 1.3;
  height: 125px;
  display:flex;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
}

@media screen and (max-width: 750px) {
  .b-qa .qa-ques {
    font-size: 3.733vw;
    width: 90.667vw;
    border-radius: 1.333vw;
    height: 16.667vw;
    margin-top: 3vw;
  }
}
.b-qa .qa-ques::before {
  content: "";
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  top: 40%;
  right: 5%;
  height: 16px;
  width: 16px;
  margin-left: 0px;
  position: absolute;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.b-qa .qa-ques.active::before {
  content: "";
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  top: 45%;
  right: 5%;
  height: 16px;
  width: 16px;
  margin-left: 0px;
  position: absolute;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

@media screen and (max-width: 750px) {
  .b-qa .qa-ques::before {
    height: 2.133vw;
    width: 2.133vw;
  }
}

@media screen and (max-width: 750px) {
  .b-qa .qa-ques.active::before {
    height: 2.133vw;
    width: 2.133vw;
  }
}

.b-qa .qa-ans {
  font-size: 24px;
  width: 680px;
  margin: 0 auto;
  background-color: #f6f6f6;
  margin-top: 10px;
  display: none;
  letter-spacing: 0.03em;
  padding: 35px 55px 45px;
}

@media screen and (max-width: 750px) {
  .b-qa .qa-ans {
    font-size: 3.2vw;
    width: 90.667vw;
    background-color: #f6f6f6;
    margin-top: 1.333vw;
    padding: 4.667vw 7.333vw 6vw;
  }
}

.b-qa .qa-ans span {
  margin-top: 60px;
  display: block;
}

@media screen and (max-width: 750px) {
  .b-qa .qa-ans span {
    margin-top: 8vw;
  }
}

.b-access {
  padding: 0 0 30px;
}
.b-access .el_access_title {
  margin-bottom: 30px;
}
.b-access .el_clinic_name {
	width: 92%;
	margin: 0 auto 30px;
	font-size: 36px;
	font-weight: bold;
	text-align: center;
	line-height: 1.3;
	color: #534741;
}
.b-access .el_access_image {
  text-align: center;
  margin-bottom: 45px;
}
.b-access .map {
  line-height: 0;
  margin: 50px 0 35px;
}
.b-access .map iframe {
  width: 100%;
}
.b-access .item__acc:not(:last-child) {
  margin-bottom: 24px;
}
.b-access .row2 + .access__ttl {
	margin-top: 50px;
	border-top: 2px dotted #000;
	padding: 30px 0 0;
}
.b-access .item__acc .accordionBtn {
  background-color: #ebebeb;
  padding: 15px;
  font-size: 28px;
  line-height: 1;
  font-weight: bold;
  padding: 27px 50px 24px 23px;
  position: relative;
  cursor: pointer;
}
.b-access .item__acc .accordionBtn:before,
.b-access .item__acc .accordionBtn:after {
  content: "";
  display: block;
  width: 25px;
  height: 3px;
  position: absolute;
  background: #333332;
  right: 29px;
  top: 50%;
}
.b-access .item__acc .accordionBtn:after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.b-access .item__acc .accordionBtn.active:after {
  content: none;
}
.b-access .item__acc .accordionContents {
  display: none;
  border: 1px solid #EBEBEB;
  padding: 28px 25px;
  font-size: 28px;
  line-height: 1.7;
}
@media screen and (max-width: 750px) {
  .b-access {
    padding: 0 0 4vw;
  }
	.b-access .el_access_title {
    margin-bottom: 4.66vw;
  }
  .b-access .el_clinic_name {
    font-size: 4.8vw;
    text-align: center;
    margin-bottom: 5.33vw;
  }
  .b-access .el_access_image {
    width: 96vw;
    margin: 0 auto 6vw;
  }
  .b-access .map {
    margin: 6.66667vw 0 4.66667vw;
  }
  .b-access .map iframe {
    height: 64.66667vw;
  }
  .b-access .item__acc:not(:last-child) {
    margin-bottom: 3.2vw;
  }
	.b-access .row2 + .access__ttl {
		margin-top: 5vw;
		padding: 4vw 0 0;
	}
  .b-access .item__acc .accordionBtn {
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
  }
  .b-access .item__acc .accordionBtn:hover {
    opacity: .7;
  }
  .b-access .item__acc .accordionBtn {
    padding: 2vw;
    font-size: 3.73333vw;
    padding: 3.6vw 6.66667vw 3.2vw 3.06667vw;
  }
  .b-access .item__acc .accordionBtn:before,
  .b-access .item__acc .accordionBtn:after {
    width: 14px;
    height: 2px;
    right: 3.86667vw;
  }
  .b-access .item__acc .accordionContents {
    padding: 3.73333vw 3.33333vw;
    font-size: 3.73333vw;
  }
}










































.footer {
  border-top: 1px solid #fff;
  padding: 18px 0 37px;
  background-color: #ec1e79;
  text-align: center;
  font-size: 27px;
  letter-spacing: 0.07em;
  color: #fff;
}

.fixed {
  position: fixed;
  z-index: 99;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  padding-bottom: 10px;
}
/*
.slider-case .item {
  pointer-events: none;
} */

/*フッターまでスクロールしたら消す*/
.is-hidden {
  visibility: hidden;
  opacity: 0;
}

@media screen and (max-width: 750px) {
  .fixed {
    padding-bottom: 1.333vw;
    width: 81.333vw;
    margin: 0 auto;
  }
}

.policy {
  text-align: center;
}

.policy a {
  color: #d25b91;
}

@media screen and (max-width: 750px) {
  .footer {
    font-size: 3.6vw;
    padding: 2.4vw 0 4.93vw;
    letter-spacing: 0.02em;
  }
}

.row {
  padding: 0 50px;
}

@media screen and (max-width: 750px) {
  .row {
    padding: 0 4%;
  }
}

.row2 {
  padding: 0 15px;
}

@media screen and (max-width: 750px) {
  .row2 {
    padding: 0 4%;
  }
}

.delay-time02 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.delay-time04 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.fadeUp {
  opacity: 0;
}

.fadeUp.active {
  -webkit-animation-name: fadeUpAnime;
  animation-name: fadeUpAnime;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes fadeleft {
  from {
    opacity: 0;
    -webkit-transform: translateX(-150px);
            transform: translateX(-150px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes fadeleft {
  from {
    opacity: 0;
    -webkit-transform: translateX(-150px);
            transform: translateX(-150px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@-webkit-keyframes faderight {
  from {
    opacity: 0;
    -webkit-transform: translateX(150px);
            transform: translateX(150px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes faderight {
  from {
    opacity: 0;
    -webkit-transform: translateX(150px);
            transform: translateX(150px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@-webkit-keyframes shiny-btn {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}

@keyframes shiny-btn {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}

.mincho {
  font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', 'HGS明朝E', メイリオ, Meiryo, serif, Georgia;
}

.b-center {
  text-align: center;
}

#main {
  background: #aeaeae;
  padding-bottom: 72px;
}

@media screen and (max-width: 750px) {
  #main {
    padding-bottom: 9.6vw;
  }
}

.color-main {
  color: #ec1e79;
}

.container {
  max-width: 750px;
  margin: auto;
  background-color: #fff;
}

.inner {
  padding: 0 15px;
}

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

.btn-primary {
  position: relative;
  width: 610px;
  margin: 0 auto;
  border-radius: 50px;
  overflow: hidden;
  -webkit-perspective: 1px;
          perspective: 1px;
}

@media screen and (max-width: 750px) {
  .btn-primary {
    width: auto;
  }
  .btn-primary a {
    width: 81.33333vw;
    margin: 0 auto;
  }
}

.btn-primary a {
  display: block;
}

@media screen and (min-width: 750px) {
  .btn-primary a {
    -webkit-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
  }
  .btn-primary a:hover {
    opacity: .7;
  }
}

.btn-primary:before {
  position: absolute;
  content: "";
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #fff;
  -webkit-animation: shiny-btn 5s ease-in-out infinite;
  animation: shiny-btn 5s ease-in-out infinite;
}

@media screen and (max-width: 750px) {
  .btn-primary:before {
    top: -24vw;
    width: 4vw;
  }
}


.b-page-btn {
  padding: 45px 0 55px;
}

@media screen and (max-width: 750px) {
  .b-page-btn {
    padding: 8vw 0;
  }
}


.lisk-desc {
  width: 565px;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.06em;
  padding: 25px 20px 30px 25px;
  margin: 0 auto 30px;
  background: #ececec;
}

@media screen and (max-width: 750px) {
  .lisk-desc {
    width: 75.33vw;
    padding: 2.13vw;
    font-size: 2.93333vw;
    margin: 0 auto 5vw;
  }
}

/* line_bar */
.line_bar{
  background-color: #ebf1ee;
  padding: 5px 25px 25px;
  margin: 0 auto;
}

@media screen and (max-width: 750px) {
  .line_bar{
    padding: 1px 3vw 3vw;
  }
}
.line_bar figure{
  width: 600px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .line_bar figure{
    width: 80vw;
    margin: 0 auto;
  }
}
.el_toForm_btn {
  width: 87.6vw;
  max-width: 657px;
  margin: 0 auto;
}
.line_bar .el_canpaign_note_txt{
  font-size: 17px;
  margin-top: 32px;
}
@media screen and (max-width: 750px) {
  .line_bar .el_canpaign_note_txt{
    font-size: 3vw;
    margin-top: 4vw;
  }
}


/*----------------------------video*/
.b-battle .row .video iframe {
  width: 100%;
  height: 370px;
}
@media screen and (max-width: 750px) {
  .b-battle .row .video iframe {
    width: 100%;
    height: 55vw;
  }
}

/*----------------------------Form*/
#yoyaku {
  background-image: none;
}

#yoyaku table.form-table td.txt-white,
input[type='submit'] {
  background-color: #ec1e79;
}

#yoyaku td.select-box::before {
  content: '';
  background-image: none;
}

#yoyaku .select-box > select {
  width: auto;
  display: inline;
}

form .required {
  font-weight: normal;
  font-size: 80%;
  background: #e82525;
  padding: 0 5px;
  color: #ffffff;
  vertical-align: middle;
  border-radius: 3px;
  margin-right: 8px;
}

/* end reset */
.visual-under {
  padding: 7px 0;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  color: #564a33;
  border-top: 2px solid #f7ea89;
  border-bottom: 2px solid #f7ea89;
  background-color: #fef8cb;
}

@media screen and (max-width: 750px) {
  .visual-under {
    padding: 0.93333vw 0;
    font-size: 3.2vw;
    border-top-width: 1px;
    border-bottom-width: 1px;
  }
}

.b-influencer {
  padding: 85px 0 40px;
  background: url("../images/bg01.jpg") no-repeat top center;
  background-size: cover;
}

@media screen and (max-width: 750px) {
  .b-influencer {
    padding: 11.33333vw 0 5.33333vw;
  }
}

.b-influencer .influencer__catch {
  margin-bottom: 25px;
  font-size: 55px;
  font-weight: bold;
  line-height: 1.32;
  color: #fff;
}

@media screen and (max-width: 750px) {
  .b-influencer .influencer__catch {
    margin-bottom: 3.33333vw;
    font-size: 7.33333vw;
  }
}

@media all and (-ms-high-contrast: none) {
  .b-influencer .influencer__catch {
    font-size: 48px;
  }
}

.b-influencer .influencer__catch small {
  font-size: 70%;
}

.b-influencer .influencer__catch .hl {
  text-shadow: 0 0 5px #939393;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(0, rgba(252, 233, 90, 0.45)));
  background: linear-gradient(transparent 70%, rgba(252, 233, 90, 0.45) 0);
  background-position: bottom 5px left;
}

@media screen and (max-width: 750px) {
  .b-influencer .influencer__catch .hl {
    background-position: bottom left;
  }
}

@media all and (-ms-high-contrast: none) {
  .b-influencer .influencer__catch .hl {
    background-position: bottom 15px left;
  }
}

.b-influencer .influencer__catch .dib {
  display: inline-block;
}

.b-influencer .influencer__catch--second {
  margin-bottom: 20px;
  font-size: 36px;
  text-align: center;
}

@media screen and (max-width: 750px) {
  .b-influencer .influencer__catch--second {
    margin-bottom: 2.66667vw;
    font-size: 4.8vw;
  }
}

@media all and (-ms-high-contrast: none) {
  .b-influencer .influencer__catch--second {
    font-size: 32px;
  }
}

.b-influencer .influencer__catch--second span {
  font-size: 40px;
}

@media screen and (max-width: 750px) {
  .b-influencer .influencer__catch--second span {
    font-size: 5.33333vw;
  }
}

.b-influencer .influencer-list__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: -10px;
  margin-bottom: 30px;
}

@media screen and (max-width: 750px) {
  .b-influencer .influencer-list__image {
    margin-top: -1.33333vw;
    margin-bottom: 4vw;
  }
}

.b-influencer .influencer-list__image:last-of-type {
  margin-bottom: 0;
}

.b-influencer .influencer-list__image li {
  width: calc(320 / 650 * 100%);
  margin-top: 10px;
}

@media screen and (max-width: 750px) {
  .b-influencer .influencer-list__image li {
    margin-top: 1.33333vw;
  }
}

.b-influencer .influencer-list__image--second {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.b-influencer .influencer-list__image--second li {
  width: calc(122 / 650 * 100%);
}

.b-influencer .influencer-list__image--second li:not(:nth-child(5n)) {
  margin-right: 10px;
}

@media screen and (max-width: 750px) {
  .b-influencer .influencer-list__image--second li:not(:nth-child(5n)) {
    margin-right: 1.33333vw;
  }
}

.b-battle {
  padding: 65px 0 60px;
  background: url("../images/bg02.jpg");
}

@media screen and (max-width: 750px) {
  .b-battle {
    padding: 8.66667vw 0 8vw;
  }
}

.b-battle .battle__catch {
  margin-bottom: 55px;
}

@media screen and (max-width: 750px) {
  .b-battle .battle__catch {
    margin-bottom: 7.33333vw;
  }
}

.b-awarded {
  padding: 40px 0 25px;
}
.b-awarded-tik {
  padding: 40px 0 80px;
}

@media screen and (max-width: 750px) {
  .b-awarded {
    padding: 5.33333vw 0 9.33333vw;
  }
}

.b-awarded .awarded__ttl {
  margin-bottom: 40px;
}

@media screen and (max-width: 750px) {
  .b-awarded .awarded__ttl {
    margin-bottom: 5.33333vw;
  }
}

.b-awarded .awarded__ttl:not(:first-of-type) {
  margin-top: 50px;
}

@media screen and (max-width: 750px) {
  .b-awarded .awarded__ttl:not(:first-of-type) {
    margin-top: 6.66667vw;
  }
}

.b-awarded .awarded-list__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: -10px;
}

@media screen and (max-width: 750px) {
  .b-awarded .awarded-list__image {
    margin-top: -1.33333vw;
  }
}

.b-awarded .awarded-list__image li {
  position: relative;
  margin-top: 10px;
  padding-top: 10px;
  width: calc(315 / 650 * 100%);
}

@media screen and (max-width: 750px) {
  .b-awarded .awarded-list__image li {
    margin-top: 1.33333vw;
    padding-top: 1.33333vw;
  }
}

.b-awarded .awarded-list__image li .ic {
  position: absolute;
  top: 0;
  right: -10px;
  width: calc(112 / 315 * 100%);
}

@media screen and (max-width: 750px) {
  .b-awarded .awarded-list__image li .ic {
    right: -1.33333vw;
  }
}


.b-staff {
  padding: 80px 0 40px;
}

@media screen and (max-width: 750px) {
  .b-staff {
    padding: 10.66667vw 0 5.33333vw;
  }
}

.staff__lb {
  margin-bottom: 20px;
  font-size: 29px;
  font-weight: bold;
  text-align: center;
  color: #fff;
}

@media screen and (max-width: 750px) {
  .staff__lb {
    margin-bottom: 2.66667vw;
    font-size: 3.86667vw;
  }
}

.staff__lb span {
  display: inline-block;
  padding: 3px 30px 0;
  line-height: 47px;
  background: url("../images/staff_lb.png") no-repeat center center;
  background-size: 100% 100%;
}

@media screen and (max-width: 750px) {
  .staff__lb span {
    padding: 0 4vw;
    line-height: 6.66667vw;
  }
}

.staff__ttl {
  margin-bottom: 30px;
  font-size: 64px;
  font-weight: bold;
  text-align: center;
  line-height: 1.25;
  color: #333;
}

@media screen and (max-width: 750px) {
  .staff__ttl {
    margin-bottom: 4vw;
    font-size: 8.53333vw;
  }
}

@media all and (-ms-high-contrast: none) {
  .staff__ttl {
    font-size: 60px;
  }
}

.staff__ttl span {
  color: #d33a51;
}

.staff__ttl small {
  font-size: 70%;
}

.staff-list__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: -10px;
}

@media screen and (max-width: 750px) {
  .staff-list__image {
    margin-top: -1.33333vw;
  }
}

.staff-list__image li {
  width: calc(200 / 650 * 100%);
  margin: 10px 8px 0;
}

@media screen and (max-width: 750px) {
  .staff-list__image li {
    margin: 1.33333vw 1.06667vw 0;
  }
}

.b-nominated {
  padding: 35px 0;
  margin-bottom: 30px;
  background: #e7e6e6 url("../images/pattern.png");
}
.b-nominated-tik{
  margin-bottom: 0;
}

@media screen and (max-width: 750px) {
  .b-nominated {
    padding: 4.66667vw 0;
    margin-bottom: 4vw;
  }
}

.b-nominated .nominated__ttl {
  margin-bottom: 25px;
  font-size: 50px;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
}

@media screen and (max-width: 750px) {
  .b-nominated .nominated__ttl {
    margin-bottom: 3.33333vw;
    font-size: 6.66667vw;
  }
}

@media all and (-ms-high-contrast: none) {
  .b-nominated .nominated__ttl {
    font-size: 46px;
  }
}

.b-nominated .nominated__ttl span {
  font-size: 60px;
  color: #d33a51;
}

@media screen and (max-width: 750px) {
  .b-nominated .nominated__ttl span {
    font-size: 8vw;
  }
}

.b-anxiety {
  padding: 0 0 60px;
  background: url(../images/img05.jpg)center top / cover;
}
.b-anxiety.__pbNone {
  padding: 0;
}

@media screen and (max-width: 750px) {
  .b-anxiety {
    padding: 0 0 8vw;
  }
}

.bl_main_campaign {
  background: url(../images/sp_cp_ticket_pattern_bg.png) left top / 17px auto;
  margin-top: 15px;
}
.bl_main_campaignImg {
  max-width: fit-content;
  margin: 0 auto;
  padding: 20px 0;
}

@media screen and (max-width: 750px) {
  .bl_main_campaign {
    background: url(../images/sp_cp_ticket_pattern_bg.png) left top / 2.26vw auto;
    margin-top: 2vw;
  }

    .bl_main_campaignImg {
    max-width: fit-content;
    margin: 0 auto;
    padding: 2.667vw 0;
  }
}

.b-anxiety .anxiety__image {
  position: relative;
  top: -65px;
}

@media screen and (max-width: 750px) {
  .b-anxiety .anxiety__image {
    top: -5.33333vw;
  }
}

.b-anxiety .image {margin-top: 30px;}
@media screen and (max-width: 750px) {
	.b-anxiety .image {margin-top: 5vw;}
}
.tab_box {
	width: 700px;
	margin: 50px auto 0;
}
.tab_box .btn_area {
	display: flex;
	justify-content: center;
}
.tab_box .tab_btn {
	width: 282px;
	height: 140px;
	background: #f5f7f8;
	border-radius: 140px 140px 0 0;
	display: flex;
	justify-content: center;
	align-items: center;
	border-bottom: 0;
	font-size: 32px;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
	padding: 15px 0 0;
	cursor: pointer;
	transition: all 0.2s ease 0s;
	position: relative;
}
.tab_box .tab_btn.dr_mens {
	border: solid 3px #29abe2;
	border-bottom: 0;
	background: #e4f3ff;
	color: #29abe2;
  pointer-events: none;
}
.tab_box .tab_btn.dr_ladies {
	border: solid 3px #FF7BAC;
	border-bottom: 0;
	background: #ffe6e4;
	color: #ff7bac;
  pointer-events: none;
}
.tab_box .tab_btn + .tab_btn {
	margin-left: 20px;
}
.tab_box .tab_btn::before {
	content: "";
	width: 100%;
	height: 10px;
	position: absolute;
	left: 0;
	bottom: -8px;
}
.tab_box .tab_btn.dr_mens.active::before {background: #e4f3ff;}
.tab_box .tab_btn.dr_ladies.active::before {background: #ffe6e4;}

.tab_box .panel_area.dr_mens {
	border: solid 3px #FF7BAC;
}
.tab_box .panel_area.dr_ladies {
	border: solid 3px #FF7BAC;
}
.tab_box .tab_panel {
	display:none;
	padding: 20px 15px 30px;
}
.tab_box .tab_panel.dr_ladies {
	border: solid 3px #FF7BAC;
	background: #ffe6e4;
}
.tab_box .tab_panel.active {
    display:block;
}
.tab_box .tab_panel .container {
	background: #fff;
}
.tab_box .tab_panel .container .inner {
  text-align: center;
	padding: 30px 50px 40px;
}
.tab_box .tab_panel .container + .container {margin-top: 40px;}
.tab_box .tab_panel.dr_mens .container  {
	box-shadow: 0px 0px 15px 3px #d0e0ed;
}
.tab_box .tab_panel.dr_ladies .container  {
	box-shadow: 0px 0px 15px 3px #F7D7E3;
}
.b-anxiety .tab_box .image {margin-top: 0;}
.b-anxiety .tab_box .image + .img {margin-top: 50px;}
.tab_box .tab_panel > figure.image {
	margin-top: 40px;
}
.tab_box .tab_panel > .videoWrap {
	width: 96%;
	margin: 40px auto 0;
}
.tab_box .tab_panel> .videoWrap  > figure.video {
	width: 100%;
	height: 0;
	padding: 0 0 56.25%;
	position: relative;
}
.tab_box .tab_panel> .videoWrap  > figure.video iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.tab_box .tab_panel .container .videoWrap {
	width: 96%;
	margin: 40px auto 0;
}
.tab_box .tab_panel .container .videoWrap figure.video {
	width: 100%;
	height: 0;
	padding: 0 0 56.25%;
	position: relative;
}
.tab_box .tab_panel .container .videoWrap figure.video iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.tab_box .tab_panel .container .panel_text {
  padding: 0 4%;
  text-align: left;
  font-size: 24px;
}
.tab_box .tab_panel .container .panel_text span {
  display: block;
  font-weight: bold;
  color: #e4007f;
  margin: 15px 0;
}

@media screen and (max-width: 750px) {
	.tab_box {
		width: 96%;
		margin: 4vw auto 0;
	}
	.tab_box .tab_btn {
		width: 45vw;
		height: 23vw;
		border-radius: 23vw 23vw 0 0;
		font-size: 5vw;
		padding: 4vw 0 0;
	}
	.tab_box .tab_btn.dr_mens {
		border: solid 0.6vw #29abe2;
		border-bottom: 0;
	}
	.tab_box .tab_btn.dr_ladies {
		border: solid 0.6vw #FF7BAC;
		border-bottom: 0;
	}
	.tab_box .tab_btn + .tab_btn {
		margin-left: 1.5vw;
	}
	.tab_box .tab_btn::before {
		height: 2vw;
		bottom: -1.5vw;
	}
	.tab_box .panel_area.dr_mens {
		border: solid 0.6vw #FF7BAC;
	}
	.tab_box .panel_area.dr_ladies {
		border: solid 0.6vw #FF7BAC;
	}
	.tab_box .tab_panel {
		display:none;
		padding: 4vw 2.5vw 5vw;
	}
	.tab_box .tab_panel.dr_ladies {
		border: solid 0.6vw #FF7BAC;
	}
	.tab_box .tab_panel .container .inner {
		padding: 4vw 2.5vw 5vw;
	}
	.tab_box .tab_panel .container + .container {margin-top: 4vw;}
	.tab_box .tab_panel.dr_mens .container  {
		box-shadow: 0px 0px 2vw 0.6vw #d0e0ed;
	}
	.tab_box .tab_panel.dr_ladies .container  {
		box-shadow: 0px 0px 2vw 0.6vw #F7D7E3;
	}
	.b-anxiety .tab_box .image + .img {margin-top: 5vw;}
	.tab_box .tab_panel > figure.image {
		margin-top: 4vw;
	}
	.tab_box .tab_panel > .videoWrap {
		width: 100%;
		margin: 5vw auto 0;
	}
  .tab_box .tab_panel .container .panel_text {
    font-size: 3.7vw;
    padding: 0;
    line-height: 1.4;
  }
  .tab_box .tab_panel .container .panel_text span {
    margin: 10px 0;
  }
}

.bl_total {
  font-family: "Noto Serif JP", serif;
  padding: 85px 0 65px;
  background: #000;
}
.bl_total p {
  color: #FFFFFF;
  text-align: center;
}
.bl_total p.text {
  font-size: 24px;
  letter-spacing: 2px;
  line-height: 1.5;
}
.bl_total p.text .f-large {
  font-size: 36px;
}
.bl_total p.text strong {
  font-size: 140%;
  color: #ebca86;
}
.bl_total p.text .marker__pink {
  background:linear-gradient(transparent 60%, #fc123f 60%);
  padding-left: 10px;
}
.bl_total p.annotation {
  font-size: 16px;
  margin-top: 15px;
}
.bl_total .ruikei__graph {
  margin-top: 40px;
}
.bl_total .ruikei__graph p.ttl {
  font-size: 36px;
  line-height: 1.2;
  margin-bottom: 10px;
}
.el_total_image {
  text-align: center;
}
@media screen and (max-width: 750px) {
  .bl_total {
    padding: 7vw 3%;
  }
  .bl_total p {
    color: #FFFFFF;
    text-align: center;
  }
  .bl_total p.text {
    font-size: 4vw;
  }
  .bl_total p.text .f-large {
    font-size: 5.5vw;
  }
  .bl_total p.text strong {
    font-size: 140%;
  }
  .bl_total p.annotation {
    font-size: 3vw;
  }
  .bl_total .ruikei__graph {
    margin-top: 30px;
  }
  .bl_total .ruikei__graph p.ttl {
    font-size: 6vw;
    line-height: 1.4;
  }
  .bl_total .ruikei__graph .img {
    background: #FFFFFF;
    padding: 3% 1% 0;
  }
}

.ly_about {
  padding: 80px 0 110px;
  background: url("../images/img02.png");
}
.ly_about .el_about_title {
  margin-bottom: 34px;
}
.bl_about_campaign {
  width: 682px;
  margin: 0 auto;
  padding-bottom: 1.6vw;
}
summary {
  display: block;
  list-style: none;
}
summary::-webkit-details-marker {
  display: none;
}
.ly_about .bl_about_menu {
  width: 680px;
  margin: 0 auto 50px;
}
.bl_about_menu details + details {
  margin-top: 15px;
}
.bl_about_menu summary.open-arrow {
  width: 100%;
  height: 24.5vw;
  position: relative;
  cursor: pointer;
  margin-bottom: 0px;
  background-size: contain;
  max-height: 175px;
}
.bl_about_menu summary.open-arrow::before {
  content: "";
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  top: 48%;
  right: 3%;
  height: 16px;
  width: 16px;
  margin-left: 0px;
  position: absolute;
  transform: rotate(-45deg);
}
.bl_about_menu summary.open-arrow.open::before {
  top: 52%;
  transform: rotate(135deg);
}
.ly_about .contents {
  width: 676px;
  text-align: center;
  padding: 30px 0 40px;
  border: 2px solid #f579b7;
  border-radius: 0 0 4px 4px;
  background: #fff;
  position: relative;
}
.el_aboutMenu_title {
  max-width: fit-content;
  text-align: left;
  margin-bottom: 20px;
}
.el_aboutMenu_title.__pd20 {
  max-width: fit-content;
  margin: 0 0 20px 20px;
}
.el_aboutMenu_text {
  max-width: fit-content;
  margin: 0 auto;
}
.el_aboutMenu_text.__ml8 {
  margin-left: -8px;
}
.el_aboutMenu_design {
  max-width: fit-content;
  margin: 0 auto 40px;
}
.el_aboutMenu_recommend {
  max-width: fit-content;
  margin: 0 auto 30px;
}
.el_about_image {
  text-align: center;
  margin-bottom: 40px;
}
.ly_about .btn {
	text-align: center;
}
@media screen and (max-width: 750px) {
  .ly_about {
    padding: 10.66vw 0 14.66vw;
    background: url("../images/img02.png")left top / 2.26vw auto;
  }
  .ly_about .el_about_title {
    margin-bottom: 4.533vw;
  }
  .bl_about_campaign {
    width: 90.933vw;
    margin: 0 auto;
    padding-bottom: 12px;
  }
  summary {
    display: block;
  }
  .ly_about .bl_about_menu {
    width: 90.66vw;
    margin: 0 auto 6.66vw;
  }
  .bl_about_menu summary.open-arrow {
    width: 100%;
    height: 24.5vw;
    max-height: 175px;
  }
  .bl_about_menu summary.open-arrow::before {
    height: 2.13vw;
    width: 2.13vw;
  }
  .ly_about .contents {
    width: 90.13vw;
    padding: 4vw 0 2.667vw;
    margin-bottom: 1.6vw;
    border-radius: 0 0 0.53vw 0.53vw;
  }
  .el_aboutMenu_title {
    width: 66.719vw;
    text-align: left;
    margin-bottom: 2.667vw;
  }
  .el_aboutMenu_text {
    width:86.667vw;
    margin: 0 auto;
  }
  .el_aboutMenu_text.__db04 {
    width:86vw;
    margin: 0 auto;
  }
  .el_aboutMenu_text.__ml8 {
  margin-left: -1.067vw;
  }
  .el_aboutMenu_design {
    max-width: fit-content;
    margin: 0 auto 5.333vw;
  }
  .el_aboutMenu_recommend {
    max-width: fit-content;
    margin: 0 auto 4vw;
  }
  .el_aboutMenu_text + .el_aboutMenu_text {
    margin: 4vw 0 auto;
  }
  .el_about_image {
    width: 93.33vw;
    margin: 0 auto 5.33vw;
  }
  .ly_about .btn {
    width: 87.6vw;
    margin: 0 auto;
  }
}


.b-page-btn02 {
	padding: 60px 0 80px;
}

@media screen and (max-width: 750px) {
  .b-page-btn02 {
    padding: 8vw 0 11vw;
  }
}

.b-faq__item {
  padding: 26px 20px 40px 26px;
  background-color: #fff;
  border: 4px solid #f4b4be;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 28.5px 1.5px rgba(136, 116, 121, 0.1);
          box-shadow: 0px 0px 28.5px 1.5px rgba(136, 116, 121, 0.1);
}

@media screen and (max-width: 750px) {
  .b-faq__item {
    padding: 3.46667vw 2.66667vw 5.33333vw 3.46667vw;
    border-width: 2px;
    border-radius: 1.33333vw;
  }
}

.b-faq__item:not(:last-of-type) {
  margin-bottom: 30px;
}

@media screen and (max-width: 750px) {
  .b-faq__item:not(:last-of-type) {
    margin-bottom: 4vw;
  }
}

.b-faq__question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 26px;
  padding-bottom: 34px;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.33;
  color: #d33a51;
  background: url("../images/dot.png") repeat-x bottom left;
}

@media screen and (max-width: 750px) {
  .b-faq__question {
    margin-bottom: 3.46667vw;
    padding-bottom: 4.53333vw;
    font-size: 4vw;
    background-size: auto 0.53333vw;
  }
}

.b-faq__question .img {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 80px;
          flex: 0 1 80px;
  margin-right: 28px;
}

@media screen and (max-width: 750px) {
  .b-faq__question .img {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 10.66667vw;
            flex: 0 1 10.66667vw;
    margin-right: 3.73333vw;
  }
}

.b-faq__question .txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.b-faq__answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.b-faq__answer .img {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50px;
          flex: 0 1 50px;
  margin-right: 28px;
}

@media screen and (max-width: 750px) {
  .b-faq__answer .img {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 6.66667vw;
            flex: 0 1 6.66667vw;
    margin-right: 3.73333vw;
  }
}

.b-faq__answer .txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 26px;
  line-height: 1.75;
  margin-top: 5px;
}

@media screen and (max-width: 750px) {
  .b-faq__answer .txt {
    font-size: 3.46667vw;
    margin-top: 0.66667vw;
  }
}

.b-reason {
  position: relative;
  margin-top: 50px;
  padding: 85px 0 80px;
  background: url("../images/bg04.png");
  z-index: 2;
}
.b-reason-tik{
  margin-top: 70px;
}

@media screen and (max-width: 750px) {
  .b-reason {
    margin-top: 6.66667vw;
    padding: 11.33333vw 0 10.66667vw;
  }
}

.b-reason:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 730px;
  background: url("../images/bg06.jpg") no-repeat;
  background-size: cover;
  z-index: -1;
}

@media screen and (max-width: 750px) {
  .b-reason:before {
    height: 100vw;
  }
}

.b-reason .lb {
  position: absolute;
  top: -40px;
  left: 50%;
  width: 570px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (max-width: 750px) {
  .b-reason .lb {
    top: -5.33333vw;
    width: 76vw;
  }
}

.b-reason .reason__ttl {
  margin-bottom: 15px;
  font-size: 98px;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  color: #d33a51;
}

@media screen and (max-width: 750px) {
  .b-reason .reason__ttl {
    margin-bottom: 2vw;
    font-size: 13.06667vw;
  }
}

.b-reason .reason__doctor {
  margin-left: 3px;
}

@media screen and (max-width: 750px) {
  .b-reason .reason__doctor {
    margin-left: 0.4vw;
  }
}


.b-reason .slick-next {
  right: -42px;
}

.b-reason .slick-prev {
  left: -42px;
}

@media screen and (max-width: 750px) {
  .b-reason .slick-next {
    right: -4.66667vw;
  }
  .b-reason .slick-prev {
    left: -4.66667vw;
  }
}

.b-reason .slick-prev, .b-reason .slick-next {
  width: 17px;
  height: 31px;
  margin-top: 0;
}

@media screen and (max-width: 750px) {
  .b-reason .slick-prev, .b-reason .slick-next {
    width: 2.26667vw;
    height: 4.13333vw;
  }
}

.b-reason .slick-prev:before, .b-reason .slick-next:before {
  width: 17px;
  height: 31px;
}

@media screen and (max-width: 750px) {
  .b-reason .slick-prev:before, .b-reason .slick-next:before {
    width: 2.26667vw;
    height: 4.13333vw;
  }
}

.card__list {
  margin-top: -80px;
}

@media screen and (max-width: 750px) {
  .card__list {
    margin-top: -10.66667vw;
  }
}

.card__item {
  position: relative;
  padding: 0 40px 60px;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08);
  z-index: 2;
  margin-top: 80px;
}

@media screen and (max-width: 750px) {
  .card__item {
    margin-top: 10.66667vw;
    padding: 0 5.33333vw 8vw;
  }
}

.card__item + .card__item {
  margin-top: 130px;
}

@media screen and (max-width: 750px) {
  .card__item + .card__item {
    margin-top: 17.33333vw;
  }
}

.card__item:before {
  content: "";
  width: 400px;
  height: 400px;
  background-color: #fff;
  border-radius: 999px;
  position: absolute;
  top: -81px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08);
  z-index: -1;
}

@media screen and (max-width: 750px) {
  .card__item:before {
    width: 53.33333vw;
    height: 53.33333vw;
    top: -10.8vw;
  }
}

.card__item:after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.card__item__num {
  position: relative;
  z-index: 3;
  margin-bottom: 40px;
  text-align: center;
}

@media screen and (max-width: 750px) {
  .card__item__num {
    margin-bottom: 5.33333vw;
  }
}

.card__item__num img {
  margin-top: -37px;
}

@media screen and (max-width: 750px) {
  .card__item__num img {
    width: 12.13333vw;
    margin-top: -4.93333vw;
  }
}

.card__item__title {
  text-align: center;
  padding-bottom: 16px;
  margin-bottom: 40px;
  border-bottom: 4px solid #333;
}

@media screen and (max-width: 750px) {
  .card__item__title {
    padding-bottom: 2.13333vw;
    margin-bottom: 5.33333vw;
    border-bottom-width: 2px;
  }
}

.card__item__title .item__lb {
  position: relative;
  top: -15px;
  display: inline-block;
}

@media screen and (max-width: 750px) {
  .card__item__title .item__lb {
    width: 58vw;
    top: -2vw;
  }
}

.card__item__title .title {
  font-size: 45px;
  font-weight: bold;
  letter-spacing: -1px;
  line-height: 1.44;
  margin-bottom: 2px;
}

@media screen and (max-width: 750px) {
  .card__item__title .title {
    font-size: 6vw;
    letter-spacing: -0.26667vw;
    margin-bottom: 0.26667vw;
  }
}

@media all and (-ms-high-contrast: none) {
  .card__item__title .title {
    font-size: 40px;
  }
}

.card__item__title .title--02 {
  font-size: 40px;
  line-height: 1.38;
  letter-spacing: -2px;
}

@media screen and (max-width: 750px) {
  .card__item__title .title--02 {
    font-size: 5.33333vw;
  }
}

@media all and (-ms-high-contrast: none) {
  .card__item__title .title--02 {
    font-size: 34px;
  }
}

.card__item__des {
  position: relative;
  z-index: 3;
  font-size: 24px;
  line-height: 42px;
  letter-spacing: 1px;
  padding: 0 9px;
  margin-bottom: 35px;
}

@media screen and (max-width: 750px) {
  .card__item__des {
    font-size: 3.46667vw;
    line-height: 5.6vw;
    letter-spacing: 0.13333vw;
    padding: 0 1.2vw;
    margin-bottom: 4.66667vw;
  }
}

.card__item__des p + p {
  margin-top: 40px;
}

@media screen and (max-width: 750px) {
  .card__item__des p + p {
    margin-top: 5.33333vw;
  }
}



.b-call {
  padding: 70px 0 90px;
  background: #eee url("../images/pattern.png");
}

@media screen and (max-width: 750px) {
  .b-call {
    padding: 9.33333vw 0 12vw;
  }
}

.b-call .call__ttl {
  padding-bottom: 10px;
  margin-bottom: 50px;
  font-size: 45px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  border-bottom: 1px solid #333;
}

@media screen and (max-width: 750px) {
  .b-call .call__ttl {
    padding-bottom: 1.33333vw;
    margin-bottom: 6.66667vw;
    font-size: 6vw;
  }
}

.b-call .call-phone {
  text-align: center;
}

.b-call .call-phone a {
  display: inline-block;
}

@media screen and (max-width: 750px) {
  .b-call .call-phone a {
    width: 71.33333vw;
  }
}





.accordionBtn {
	width: 100%;
	height: 60px;
	margin: 50px 0 0;
	font-size: 25px;
	font-weight: bold;
	display: flex;
	color: #333;
    border: 2px solid #333;
	align-items: center;
	cursor: pointer;
	background: #fff;
	position: relative;
	padding: 0 50px 0 20px;
}
.accordionContents {
	display: none;
	border-top: none;
	padding: 20px 0;
	margin: 0;
}
.accordionContents + .accordionBtn {margin: 20px 0 0;}
.accordionBtn::before {
	content: "";
	display: block;
	width: 22px;
	height: 37px;
	position: absolute;
	right: 20px;
	top: 11px;
	background: url(../images/arrow_right.png) center / 100% auto no-repeat;
	transform: rotate(90deg);
}
.accordionBtn.active::before {
	transform: rotate(-90deg);
}
.accordionBtn::after {transform: rotate(90deg);}
.accordionBtn.active::after {display: none;}
@media screen and (max-width: 750px) {
	.accordionBtn {
		height: 12vw;
		min-height: 10vw;
		margin: 5vw 0 0;
		font-size: 4.2vw;
		padding: 2vw 10vw 2vw 2vw;
		line-height: 1.2;
		border: 0.6vw solid #666;
	}
	.accordionContents {
		padding: 2vw 0;
		font-size: 3.7vw
	}
	.accordionContents + .accordionBtn {margin: 2.5vw 0 0;}
	.accordionBtn::before {
		width: 3.2vw;
		height: 5.5vw;
		right: 2.5vw;
		top: 2.8vw;
		background-size: auto 100%;
	}
}


/*********** 固定CVボタン ***********/
.btn__primary {
	position: relative;
	width: 100%;
	margin: 0;
	overflow: hidden;
	/* position: -webkit-sticky; */
	/* position: sticky; */
	bottom: 0;
	padding: 10px 0;
	background: #fff;
	text-align: center;
	z-index: 100;
}

.btn__primary a {
  display: block;
}

@media screen and (min-width: 750px) {
  .btn__primary a {
    -webkit-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
  }
  .btn__primary a:hover {
    opacity: .7;
  }
}

@media screen and (max-width: 750px) {
  .btn__primary {
	width: 100%;
	padding: 2vw;
  }
}
/*.btn__primary .cv-button {
    position: relative;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    overflow: hidden;
}
.btn__primary .cv-button:before {
    position: absolute;
    content: "";
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #fff;
    -webkit-animation: shiny-btn 5s ease-in-out infinite;
    animation: shiny-btn 5s ease-in-out infinite;
}
@media screen and (max-width: 750px) {
.btn__primary .cv-button {
		padding: 10px;
	}
}*/

.b__slider__wrap.case1 {min-height: 500px;}
.b__slider__wrap.case2 {min-height: 1400px;}
.b__slider__wrap.case3 {min-height: 430px;}
.slider-case.delay {display: none;}
.slider-case.delay.slick-initialized {
	display: block;
}
.bl_worries {
  padding: 25px 25px 35px;
  background-color: #f9f9f6;
}
@media screen and (max-width: 750px) {
  .bl_worries {
    padding: 0 3.333vw;
  }
}

.ly_first {
  padding: 40px 25px 30px;
  background: #fff;
}
.ly_first .first__catch {
  font-size: 30px;
  text-align: center;
  color: #333;
  margin-bottom: 30px;
}
.ly_first .first__about {
  font-size: 40px;
  text-align: center;
  font-weight: bold;
  width: 680px;
  margin: 0 auto;
  background: #f579b7;
  color: #fff;
  line-height: 2.8;
  letter-spacing: 0.08em;
  position: relative;
  cursor: pointer;
}
.ly_first .first__about::before {
  content: "";
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  top: 40%;
  right: 5%;
  height: 16px;
  width: 16px;
  margin-left: 0px;
  position: absolute;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.ly_first .first__about.active::before {
  content: "";
  top: 45%;
  right: 5%;
  position: absolute;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.ly_first .first__about_contents {
  background-color: #fff2f5;
  width: 680px;
  margin: 10px auto 0;
  padding: 55px 0;
  display: none;
}
.ly_first .first__box {
  margin-top: 60px;
}
.ly_first .first__txt {
  width: 550px;
  margin: 0 auto 40px;
  font-size: 24px;
  letter-spacing: 0.03em;
}
.ly_first .first__txt span {
  display: block;
  margin-top: 60px;
}
.ly_first .first__subttl {
  font-size: 40px;
  text-align: center;
  width: 600px;
  margin: 0 auto;
  background-color: #f4b4be;
  color: #fff;
  letter-spacing: 0.08em;
  line-height: 1.8;
}
.ly_first .first__inner {
  border-radius: 5px 5px 0 0;
  border: 3px solid #f4b4be;
  width: 600px;
  border-radius: 5px;
  height: 450px;
}
.ly_first .first__img {
  margin: 25px auto;
  display: block;
  width: 200px;
}
.ly_first .first_item__txt {
  font-size: 19px;
  text-align: justify;
  width: 530px;
  margin: 0 auto;
}
.ly_first .first__ttl {
  padding-bottom: 4px;
  font-size: 46px;
  line-height: 1.2;
  text-align: center;
  color: #d33a51;
  border-bottom: 3px solid #d33a51;
  width: 650px;
  margin: 0 auto 30px;
}
.ly_first .about__ttl {
  padding-bottom: 15px;
  font-size: 42px;
  line-height: 1.2;
  text-align: center;
  color: #d33a51;
  border-bottom: 3px solid #d33a51;
  width: 650px;
  margin: 0 auto 30px;
}
.ly_first .first__emphasis {
  font-size: 32px;
  width: 550px;
  margin: 0 auto 40px;
  font-weight: bold;
}
.ly_first .first__txt_box {
  width: 310px;
  margin: 0 auto;
}
.ly_first .first__detail_ttl {
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 0.03em;
}
.ly_first .first__detail_ttl span {
  font-size: 48px;
  letter-spacing: 0.03em;
  font-weight: bold;
  display: block;
  color: #f579b7;
  line-height: 1;
}
.ly_first .first__detail_txt {
  margin-top: 20px;
  font-size: 20px;
  width: 260px;
  letter-spacing: 0.03em
}
.ly_first .first__detail {
  width: 620px;
  margin: 0 auto;
  background-color: #fff;
  margin-bottom: 40px;
}
.ly_first .first__detail_item {
  width: 620px;
  margin: 0 auto;
  background-color: #fff;
  margin-bottom: 40px;
  padding: 40px;
}
.ly_first .close {
  text-align: center;
  font-size: 40px;
  color: #f579b7;
  border-bottom: 2px solid #f579b7;
  width: 165px;
  margin: 0 auto;
  display: block;
  text-align: center;
  text-decoration: none;
}
.ly_first .slick-prev {
  left: -40px;
}
.ly_first .slick-next {
  right: -40px;
}

@media screen and (max-width: 750px) {
  .ly_first .first__catch {
    font-size: 5vw;
    margin-bottom: 4vw;
  }
  .ly_first .first__about {
    font-size: 5.333vw;
    width: 90.667vw;
  }
  .ly_first .first__about::before {
    height: 2.133vw;
    width: 2.133vw;
  }
  .ly_first .first__about.active::before {
    height: 2.133vw;
    width: 2.133vw;
  }
  .ly_first .first__about_contents {
    width: 90.667vw;
    margin-top: 1.333vw;
    padding: 7.333vw 0;
  }
  .ly_first .first__box {
    margin-top: 8vw;
  }
  .ly_first .first__txt {
    width: 73.333vw;
    font-size: 3.2vw;
    margin-bottom: 5.333vw;
  }
  .ly_first .first__txt span {
    margin-top: 8vw;
  }
  .ly_first .first__subttl {
    font-size: 5.333vw;
    width: 80vw;
  }
  .ly_first .first__inner {
    border-radius: 0.667vw 0.667vw 0 0;
    border: 0.4vw solid #f4b4be;
    width: 80vw;
    border-radius: 0.667vw;
    height: 68.333vw;
  }
  .ly_first .first__img {
    margin: 3.333vw auto;
    width: 26.667vw;
  }
  .ly_first .first_item__txt {
    font-size: 2.667vw;
    width: 70.667vw;
  }
  .ly_first .first__ttl {
    width: 86.667vw;
    font-size: 6.133vw;
    margin-bottom: 4vw;
    border-bottom: 0.4vw solid #d33a51;
  }
  .ly_first .about__ttl {
    margin-bottom: 5vw;
    padding-bottom: 2vw;
    border-bottom: 0.4vw solid #d33a51;
    font-size: 4.267vw;
    width: 86.667vw;
  }
  .ly_first .first__emphasis {
    font-size: 4.267vw;
    width: 73.333vw;
    margin-bottom: 5.333vw;
  }
  .ly_first .first__txt_box {
    width: 41.333vw;
  }
  .ly_first .first__detail_ttl {
    font-size: 4.267vw;
  }
  .ly_first .first__detail_ttl span {
    font-size: 6.4vw;
  }
  .ly_first .first__detail_txt {
    margin: 2.667vw 6.667vw 0 0;
    font-size: 2.667vw;
    width: 34.667vw;
  }
  .ly_first .first__detail {
    width: 82.667vw;
    margin-bottom: 5.333vw;
  }
  .ly_first .first__detail_item {
    width: 82.667vw;
    margin-bottom: 5.333vw;
    padding: 5.333vw;
  }
  .ly_first .close {
    width: 22vw;
    font-size: 5.333vw;
    border-bottom: 0.267vw solid #f579b7;
  }
}

.ly_type {
  padding: 80px 0 60px;
  background: #fff6f8;
}
.el_type_title {
  text-align: center;
  margin-bottom: 50px;
}
.el_type_text {
  width: 600px;
  margin: 0 auto 40px;
}
.el_type_comparison {
  text-align: center;
  margin-bottom: 65px;
}
@media screen and (max-width: 750px) {
  .ly_type {
    padding: 10.66vw 0 8vw;
  }
  .el_type_title {
    width: 91.06vw;
    text-align: center;
    margin: 0 auto 6.66vw;
  }
  .el_type_text {
    width: 80vw;
    margin: 0 auto 5.33vw;
  }
  .el_type_comparison {
    width: 74.8vw;
    margin: 0 auto 8.66vw;
  }
}

.ly_premium {
  padding: 20px 0 95px;
  background: url(../images/sp_premium_background.jpg)no-repeat top 290px center / 100% auto;
}
.el_premium_balloon {
  display: block;
  text-align: center;
  margin-bottom: 90px;
}
.el_premium_title {
  text-align: center;
  margin-bottom: 30px;
}
.el_premium_banner {
  text-align: center;
  margin-bottom: 30px;
}
.el_premium_text {
  width: 650px;
  font-size: 30px;
  letter-spacing: 1px;
  line-height: 1.5;
  margin: 0 auto 30px;
}
.bl_premium_list {
  text-align: center;
  margin-bottom: 10px;
}
.el_premium_caution {
  display: block;
  width: 565px;
  font-size: 20px;
  line-height: 1.3;
  font-weight: bold;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .ly_premium {
    padding: 2.66vw 0 12.66vw;
    background: url(../images/sp_premium_background.jpg)no-repeat top 38.66vw center / 100% auto;
  }
  .el_premium_balloon {
    width: 90.26vw;
    margin: 0 auto 12vw;
  }
  .el_premium_title {
    width: 89.73vw;
    margin: 0 auto 4vw;
  }
  .el_premium_banner {
    width: 93.6vw;
    margin: 0 auto 4vw;
  }
  .el_premium_text {
    width: 86.66vw;
    font-size: 4vw;
    margin: 0 auto 4vw;
  }
  .bl_premium_list {
    width: 96vw;
    margin: 0 auto 1.33vw;
  }
  .el_premium_caution {
    width: 75.33vw;
    font-size: 2.66vw;
  }
}


.ly_reason {
  padding-bottom: 50px;
  background: url(../images/sp_reason_backgroundTOP.png)no-repeat top -90px center/100% auto,#f9f9f6;
}
.el_reason_title {
  width: 93.333vw;
  max-width: 700px;
  margin: 0 auto;
}
.el_reason_image {
  text-align: center;
  margin-top: -90px;
}
.bl_reason_desc {
  text-align: center;
  margin: -200px 0 40px;
}
.bl_reason_desc li {
  position: relative;
}
.bl_reason_desc li .b__slider__wrap {
  margin: 0;
  position: absolute;
  top: 750px;
  left: 50%;
  transform: translateX(-50%);
}
.b__slider__wrap .slick-slide {
  margin: 0 45px;
}
.bl_reason_desc .slider-case {
  margin-bottom: 100px;
}
.bl_reason_desc .slick-dots li button::before {
  border: 1px solid #666;
  background: #666;
  opacity: 1;
}
.bl_reason_desc .slick-dots li.slick-active button::before {
  border: 1px solid #cd265a;
  background-color: #cd265a;
  opacity: 1;
}
.bl_reason_desc .slick-next {
  right: 5px;
}
.bl_reason_desc .slick-prev {
  left: 5px;
}
.bl_reason_desc .slick-dots {
  bottom: -50px;
}
.b__slider__wrap .lisk-desc {
  width: 505px;
  color: #fff;
  text-align: left;
  padding: 25px 20px;
  background: #707070;
}
.el_form_btn {
  width: 80vw;
  max-width: 600px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .ly_reason {
    padding: 12vw 0 6vw;
  }
  .el_reason_image {
    width: 85.33vw;
    margin: -12vw auto 0;
  }
  .bl_reason_desc {
    margin: -26.66vw 0 5.33vw;
  }
  .bl_reason_desc li .b__slider__wrap {
    width: 77.33vw;
    top: 96.33vw;
  }
  .b__slider__wrap .slick-slide {
    margin: 0 5.33vw;
  }
  .bl_reason_desc .slider-case {
    margin-bottom: 8.66vw;
  }
  .bl_reason_desc .slick-next {
    right: 0.66vw;
  }
  .bl_reason_desc .slick-prev {
    left: 0.66vw;
  }
  .bl_reason_desc .slick-dots {
    bottom: -5.86vw !important;
  }
  .b__slider__wrap .lisk-desc {
    width: 67.33vw;
    padding: 2vw 2.66vw;
  }
  .el_reason_txt_img {
    width: 88.8vw;
    max-width: 666px;
    margin: 0 auto 4vw;
  }
}

.bl_reccomend {
  background: url(../images/img02.png) repeat;
  padding-top: 80px;
}
@media screen and (max-width: 750px) {
  .bl_reccomend {
    padding: 10.667vw 0 6vw;
  }
}
.el_reccomend_title_img {
  width: 72.267vw;
  max-width: 542px;
  margin: 0 auto 30px;
}
@media screen and (max-width: 750px) {
  .el_reccomend_title_img {
    margin-bottom: 4vw;
  }
}
.bl_reccomend .qct__about {
  background-color: #fff;
  margin-top: 75px;
  padding: 30px 0 45px;
}
@media screen and (max-width: 750px) {
  .bl_reccomend .qct__about {
    margin-top: 10vw;
    padding: 4vw 0 6vw;
  }
}
.el_title_conparison {
  max-width: 600px;
  width: 80vw;
  margin: 0 auto 30px;
}
@media screen and (max-width: 750px) {
  .el_title_conparison {
    margin-bottom: 4vw;
  }
}
.el_comparison_img {
  max-width: 561px;
  width: 74.8vw;
  margin: 0 auto 20px;
}
@media screen and (max-width: 750px) {
  .el_comparison_img {
    margin-bottom: 2.667vw;
  }
}
.el_comparison_txt {
  width: 74.667vw;
  max-width: 560px;
  margin: 0 auto 40px;
  letter-spacing: .04em;
}
@media screen and (max-width: 750px) {
  .el_comparison_txt {
    margin-bottom: 5.333vw;;
  }
}
.hp_colRed {
  color: #d33a51;
}
.el_comparison_txtImg {
  max-width: 560px;
  width: 74.667vw;
  margin: 0 auto;
}
.bl_reccomend .bl_campaign_img{
  margin-top: 30px;
}
@media screen and (max-width: 750px) {
  .bl_reccomend .bl_campaign_img{
    margin-top: 3vw;
  }
}
.bl_downtime {
  padding-bottom: 50px;
}
@media screen and (max-width: 750px) {
  .bl_downtime {
    padding-bottom: 4vw;
  }
}
.el_doentime_title {
  margin-bottom: .5em;
}
.el_down_time_txt {
  line-height: 1.6;
  font-size: 24px;
  width: 90.667vw;
  max-width: 680px;
  margin: 0 auto;
  letter-spacing: .04em;
}
@media screen and (max-width: 750px) {
  .el_down_time_txt {
    font-size: 1em;
  }
}
.bl_merit {
  padding-bottom: 60px;
  background: url(../images/sp_merit_backgroundPattern.png) no-repeat center/cover;
}
@media screen and (max-width: 750px) {
  .bl_merit {
    padding-bottom: 8vw;
  }
}
.el_merit_title {
  margin-bottom: 40px;
}
@media screen and (max-width: 750px) {
  .el_merit_title {
    margin-bottom: 5.333vw;;
  }
}
.bl_merit_lists {
  max-width: 690px;
  width: 92vw;
  margin: 0 auto;
}
.bl_merit_list {
  background-color: #fff;
  padding-bottom: 60px;
  box-shadow: 0 0 .22em rgba(136, 116, 121, 0.5);
}
@media screen and (max-width: 750px) {
  .bl_merit_list {
    padding-bottom: 8vw;
  }
}
.bl_merit_list.__assurance{
  padding-bottom: 0;
}
.bl_merit_list + .bl_merit_list {
  margin-top: 40px;
}
@media screen and (max-width: 750px) {
  .bl_merit_list + .bl_merit_list {
    margin-top: 5.333vw;
  }
}
.el_merit_list_txt {
  max-width: 610px;
  width: 81.333vw;
  margin: 0 auto;
  letter-spacing: .04em;
}
.el_merilt_list_img {
  max-width: 610px;
  width: 81.333vw;
  margin: 30px auto;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 750px) {
  .el_merilt_list_img {
    margin: 3vw auto;
  }
}
.el_merit_result_img {
  margin-top: -155px;
}
@media screen and (max-width: 750px) {
  .el_merit_result_img {
    margin-top: -18vw;
  }
}









