@charset "UTF-8";
.head_nav .nav_accumulate,
.head_nav .nav_howto,
.head_nav .nav_omatome,
.head_nav .nav_app,
.head_nav .nav_service {
  display: none;
}

#main {
  color: #222222;
  overflow: hidden;
}

#pagetop {
  z-index: 9;
}

.sp_only {
  display: none !important;
}

.tac {
  text-align: center;
}

.tal {
  text-align: left;
}

.fwb {
  font-weight: 500;
}

.dib {
  display: inline-block;
}

.c_red{
  color: #f948a2;
  border-bottom:double;/*二重線を引く*/
  border-color:#f948a2;
  border-width:3px;
}

.bg_in01 {
  background: #FFFFFF;
  position: relative;
  z-index: 2;
}

.bg_in02 {
  background: #fdd7e4;
  position: relative;
  z-index: 1;
}

.sectionInner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 20px;
}

.flexBox {
  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;
}

.noteList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
}
.noteList:before {
  content: "※";
}
.noteList_text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
}

.indentTxt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
}
.indentTxt_text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
}

.ttl02 {
  font-size: 3.4rem;
  line-height: 1.35;
  color: #813507;
  font-weight: 900;
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .ttl02 {
    font-size: 2.2rem;
    margin-bottom: 20px;
    line-height: 1.455;
  }
}

.mt0 {
  margin-top: 0;
}

.mb0 {
  margin-bottom: 0;
}

.pt0 {
  padding-top: 0;
}

.pb0 {
  padding-bottom: 0;
}

.jsAcc-link {
  cursor: pointer;
}

.txt_link{
  word-break: break-word;
}

.bg_slp{
  position: relative;
  z-index: 1;
}

.c-red{
  color: #E60012 !important;
}
.c-green{
  color: #37A56E !important;
}
.c-blue{
  color: #007BE6 !important;
}
.bg-red{
  background-color: #E60012 !important;
}
.bg-green{
  background-color: #37A56E !important;
}
.bg-blue{
  background-color: #007BE6 !important;
}
.txt-highlight{
	background: linear-gradient(#fef3bd, #fef3bd) 0 100%/100% 8px no-repeat;
}
.txt-underline{
	text-decoration: underline;
}
.t_visibility {
  visibility: hidden;
}

/* .bg_slp::before{
  content: '';
  background-color: #E60012;
  width: 100%;
  height: 77px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
} */

.bg_slp::before{
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: url('../img/bg_mv.png') repeat-x center top / auto 100%;
}

.bg_slp::after{
  /* content: ''; */
  background-image: url('../img/bg_mv_1.png');
  background-repeat: repeat-x;
  background-position: top center;
  background-size: auto 144px;
  height: 134px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.bg_slp_edit::after{
  content: unset;
}


@media screen and (max-width: 767px) {
  .pc_only {
    display: none !important;
  }
  .sp_only {
    display: block !important;
  }
}
.mv_area img {
  object-fit: cover;
  min-height: min(56.5vw,677px);
}

.lead {
  position: relative;
  max-width: 1200px;
  position: relative;
  background: #fff;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.7777778;
  margin: 0 auto;
  padding: 37px 20px 77px 20px;
  z-index: 0;
}

.lead::before,
.lead::after{
  content: '';
  position: absolute;
  z-index: -1;
}

.lead::before{
  background: url('../img/lead_img_01.png');
  background-position: top left;
  background-repeat: no-repeat;
  background-size: contain;
  width: 150px;
  height: 471px;
  top: 10px;
  left: 0;
  max-width: 12.5%;
}

.lead::after{
  background: url('../img/lead_img_02.png');
  background-position: top right;
  background-repeat: no-repeat;
  background-size: contain;
  width: 146px;
  height: 451px;
  right: 0;
  top: 13px;
  max-width: 12.2%;
}

.lead p + p {
  margin-top: 10px;
}

.lead p.text-bottom{
  text-align: center;
  margin-top: 16px;
  color: #E60012;
  font-size: 2rem;
}

.btnGroup {
  max-width: 880px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  margin: 36px auto 0;
}

.btnGroup.btnGroupEdit{
  align-items: center;
}

.btnGroup .item01{
  width: calc(430/880 * 100%);
}

.btnGroup .item02{
  width: calc(420/880 * 100%);
}

.btnGroup .text{
  font-size: 2.4rem;
  font-weight: bold;
  color: #222222;
  margin-bottom: 3px;
}

@media screen and (max-width: 767px) {
  .btnGroup {
    gap: 18px 0;
    margin-top: 30px;
  }
  .btnGroup .item {
    width: 100%;
  }
  .mv_area img{
    width: 100%;
  }
  .lead p.text-bottom{
    font-size: 1.6rem;
  }
}

.btn {
  display: block;
  text-align: center;
  color: #fff;
  background: #007BE6;
  border-radius: 50px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.65;
  width: 100%;
  padding: 19px 0;
  text-decoration: none;
  position: relative;
  font-size: min(2vw,2rem);
}
.btn2 {
  display: block;
  text-align: center;
  color: #fff;
  background: #37A56E;
  border-radius: 50px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.65;
  width: 100%;
  padding: 19px 0;
  text-decoration: none;
  position: relative;

}
.btn3{
  display: block;
  max-width: 880px;
  width: 100%;
  background-color: #E60012;
  border-radius: 50px;
  color: #fff;
  text-align: center;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.03571;
  text-decoration: none;
  position: relative;
  padding: 36px 50px;
  margin: 37px auto 10px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 50px;
}

.btn3::after{
  content: '';
  background: url('../img/ico-arrow-right.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 12px;
  height: 19px;
  position: absolute;
  top: 50%;
  right: 37px;
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .btn {
    font-size: 1.4rem;
    padding: 11px 0 10px;
    min-width: 100%;
    width: 100%;
  }
  .btn:after {
    right: 20px;
  }
  .btn2 {
    font-size: 1.4rem;
    padding: 11px 0 10px;
    min-width: 100%;
    width: 100%;
  }
  .btn:after {
    right: 20px;
  }
  .btnGroup .text{
    text-align: center;
    font-size: 1.8rem;
    margin-bottom: 2px;
  }
}

.campaign_content{
  background-color: #FFF8E2;
  padding: 61px 20px;
}

.campaign-card {
  max-width: 1000px;
  margin: 0 auto;
  background-color: #ffffff;
  border-radius: 20px;
  overflow: hidden;
}
.campaign-header {
  font-size: 3.2rem;
  background-color: #FEE05C;
  padding: 25px 20px 24px;
  text-align: center;
  font-weight: bold;
}
.campaign-content {
  padding: 60px 60px 50px;
}
.campaign-fields {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  border: 2px solid #FEDF5A;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 24px;
}
.field {
  display: flex;
  align-items: stretch;
}
.field-label {
  width: calc(211/880 * 100%);
  flex-shrink: 0;
  background-color: #FFF8E2;
  border-right: 2px solid #FEDF5A;
  border-bottom: 2px solid #FEDF5A;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.75;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.field-value {
  flex: 1;
  border-left: none;
  border-bottom: 2px solid #FEDF5A;
  text-align: left;
  font-size: 1.8rem;
  line-height: 1.7777777;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex-wrap: nowrap;
  text-align: left;
  padding: 29px 32px;
}

.field-value.field-value-edit{
  padding: 14px 10px 30px 32px;
}

.field-value p.text{
  margin-top: 16px;
}

.field-value p,
.field-value .note-group{
  width: 100%;
}
.field-value .note-group{
  font-size: 1.6rem;
  line-height: 1.75;
  margin-top: 6px;
}

.field-value .note-group + .note-group{
  margin-top: 0;
}

.field-value a {
  color: #007BE6;
  text-decoration: underline;
  padding-left: 4px;
}
.field-value a:hover {
  text-decoration: none;
}


.note-group{
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.field:last-child .field-label,
.field:last-child .field-value{
  border-bottom: none;
}

.text-date {
  display: flex;
  align-items: start;
  margin-bottom: 8px;
}
.text-date-mark {
  border-radius: 6px;
  padding: 0 5px;
  font-size: 1.6rem;
  min-width: 88px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  margin-right: 7px;
  line-height: 1.875;
  margin-top: 2px;
}
.text-date-txt {
  flex: 1 1;
}

.notice {
  background: #FFFCF1;
  margin-top: 20px;
  margin-bottom: 24px;
  border: 2px solid #FEDF5A;
  border-radius: 10px;
  padding: 25px 20px 5px;
}

.notice .notice-ttl{
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.33333;
}

.dashed-line {
  width: 100%;
  height: 1px;
  background-image: repeating-linear-gradient(to right, #666666 0, #666666 1px, transparent 1px, transparent 3px);
  margin: 25px 0 21px;
}

.notice ul {
  text-align: left;
  font-size: 1.6rem;
  line-height: 1.75;
  padding-left: 20px;
}
.notice li {
  position: relative;
  margin-bottom: 12px;
}

.notice li::after{
  content: '';
  width: 4px;
  height: 4px;
  background-color: #222222;
  border-radius: 50%;
  position: absolute;
  top: 13px;
  left: -14px;
}

.btn3.btn-notice{
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .lead::before,
  .lead::after{
    content: none;
  }
  .lead{
    text-align: left;
    font-size: 1.4rem;
    line-height: 1.75;
    padding: 18px 20px 26px;
  }
  .lead p + p {
    margin-top: 7px;
  }
  .btn3{
    font-size: 1.6rem;
    line-height: 1;
    padding: 22px 30px;
    margin: 17px auto 10px;
    height: auto;
  }
  .btn3::after{
    width: 6px;
    height: 12px;
    right: 19px;
  }
  .campaign_content{
    padding: 31px 20px;
  }
  .campaign-card{
    border-radius: 10px;
  }
  .campaign-header{
    font-size: 2rem;
    padding: 8px 20px 10px;
  }
  .campaign-content{
    padding: 20px 19px 9px 20px;
  }
  .campaign-fields{
    border: 2px solid #FEDF5A;
    border-radius: 5px;
    margin-bottom: 10px;
  }
  .field{
    flex-direction: column;
  }
  .field-label{
    width: 100%;
    border-right: unset;
    border-bottom: unset;
    font-size: 1.6rem;
    padding: 9px;
  }
  .field-value{
    font-size: 1.4rem;
    line-height: 1.71428571;
    padding: 15px 16px 13px;
  }
  .field-value.field-value-edit{
    padding: 8px 11px 14px 17px;
  }
  .field-value p.text{
    margin-top: 6px;
  }
  .field-value .note-group{
    font-size: 1.2rem;
    margin-top: 2px;
  }
  .field-value .note-group .d_content{
    display: contents !important;
  }
  .field-value a{
    padding-left: 14px;
    padding-right: 20px;
    word-break: break-word;
    overflow-wrap: anywhere;
  }
  .text-date{
    margin-bottom: 6px;
  }
  .text-date-mark{
    font-size: 1.1rem;
    min-width: 55px;
    border-radius: 3px;
    margin-top: 3px;
  }
  .notice{
    margin-top: 1.5vw;
    margin-bottom: 10px;
    border-radius: 5px;
    border-width: 1px;
    padding: 18px 15px 10px;
  }
  .notice .notice-ttl{
    font-size: 1.8rem;
  }
  .dashed-line{
    margin-top: 12px;
    margin-bottom: 10px;
    background: none;
    border-top: 2px dotted #666666;
  }
  .notice ul{
    font-size: 1.2rem;
    padding-left: 12px;
  }
  .notice li{
    margin-bottom: 7px;
  }
  .notice li::after{
    width: 3px;
    height: 3px;
    top: 9px;
    left: -7px;
  }
  .btn3.btn-notice{
    margin-top: 17px;
  }
  .bg_slp::after,
  .bg_slp::before{
    content: unset;
  }

}


.campaign-banner {
	margin: auto;	
	padding: 36px 0;
	max-width: 1000px;
}
.campaign-banner-header {
	font-weight: bold;
	font-size: 3.2rem;
}
.campaign-banner-content {
	padding-top: 36px;
}
.campaign-banner-content a {
	display: block;
	margin: auto;
	width: 700px;
}
.campaign-banner-content img {
	vertical-align: top;
}

@media screen and (max-width: 767px) {
	.campaign-banner {
		padding: 18px 0;
		max-width: unset;
	}
	.campaign-banner-header {
		font-size: 2rem;
	}
	.campaign-banner-content {
		padding-top: 18px;
	}
	.campaign-banner-content a {
		width: 100%;
	}
}

.step-area h2 {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.611;
  text-align: center;
}
.step-area .underline {
  background: linear-gradient(#ffffff 75%, #ffcdd0 0, #ffcdd0 100%);
}

.step-area .head {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.429;
  text-align: center;
}

@media screen and (max-width:767px) {
  .step-area h2 {
    font-size: 5.333vw;
  }
  .step-area .head {
    font-size: 1.6rem;
  }
}

.step-area{
  margin-top: 63px;
}

.step-area .steps{
  margin-top: 60px;
}

@media screen and (max-width:767px) {
  .step-area{
    margin-top: 2.6rem;
  }
  
  .step-area .steps{
    margin-top: 4.3rem;
  }
}

.steps>.step {
  border-top: 2px solid rgba(255, 255, 255, 0);
  margin-top: 2.55rem;
  padding-bottom: 3.7rem;
  background: url('../img/line.png') repeat-x left top;
}

@media screen and (max-width:767px) {
  .steps>.step {
    margin-top: 1.8rem;
    padding-bottom: 2.7rem;
    background: url('../img/line_sp.png') repeat-x left top / auto 2px;
  }
}

.steps>.step:last-child {
  padding-bottom: 4rem;
}

@media screen and (max-width:767px) {
  .steps>.step:last-child {
    padding-bottom: 6.4vw;
  }
}

.steps>.step>.tag {
  margin-top: -2.55rem;
  padding-bottom: 2rem;
  text-align: center;
}

@media screen and (max-width:767px) {
  .steps>.step>.tag {
    margin-top: -1.6rem;
    padding-bottom: 2.8vw;
  }
}

.steps>.step>.tag span {
  background: #FEE05C;
  border-radius: 1rem;
  display: inline-block;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1;
  min-width: 23rem;
  padding: 1.2rem 0;
  position: relative;
}

@media screen and (max-width:767px) {
  .steps>.step>.tag span {
    border-radius: .5rem;
    font-size: 1.6rem;
    line-height: 1;
    min-width: 9.2rem;
    padding: .8rem 0;
  }
}

.steps>.step>.sub {
  text-align: center;
}

.steps>.step>.sub span.txt {
  display: inline-block;
  font-size: 1.6rem;
  line-height: 1.875;
}

@media screen and (max-width:767px) {
  .steps>.step>.sub span.txt {
    font-size: 2.6667vw;
    line-height: 1.6;
    padding-top: 1.0667vw;
  }
}

.steps>.step>.sub a.url {
  color: #1A49B7;
  font-size: 1.6rem;
  line-height: 1.875;
  text-decoration: underline;
}

@media screen and (max-width:767px) {
  .steps>.step>.sub a.url {
    display: inline-block;
    font-size: 2.6667vw;
    line-height: 1.5;
    padding-top: 1.0667vw;
    vertical-align: top;
  }
}

.steps>.step01>.row {
  display: flex;
  justify-content: space-between;
  margin-top: 4rem;
}

@media screen and (max-width:767px) {
  .steps>.step01>.row {
    display: block;
    margin-top: 5.3vw;
  }
}

.steps>.step01>.row .col.left {
  width: calc(430 / 880 * 100%);
}

@media screen and (max-width:767px) {
  .steps>.step01>.row .col.left {
    width: 100%;
  }
}

.steps>.step01>.row .col.right {
  width: calc(420 / 880 * 100%);
}

@media screen and (max-width:767px) {
  .steps>.step01>.row .col.right {
    width: 100%;
    padding-top: 4.5vw;
  }
}

.steps>.step01>.row .col p.txt {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  padding-bottom: 0.7rem;
  text-align: center;
  font-size: min(2.5vw,2.4rem);
}

@media screen and (max-width:767px) {
  .steps>.step01>.row .col p.txt {
    font-size: 1.8rem;
    padding-bottom: 1vw;
  }
}

.steps>.step01>.row .col p.note {
  font-size: 1.6rem;
  line-height: 1.75;
  padding-top: 2rem;
  text-align: left;
}

@media screen and (max-width:767px) {
  .steps>.step01>.row .col p.note {
    font-size: 1.4rem;
    letter-spacing: .02em;
    line-height: 1.714;
    padding-top: 2.6vw;
  }
}

.steps>.step01>.row .col div.qr {
  margin-top: 2rem;
  text-align: center;
}

.steps>.step03>.t_center {
  padding-top: 2.3rem;
}

@media screen and (max-width:767px) {
  .steps>.step03>.t_center {
    padding-top: 4.2667vw;
  }
}

.steps>.step>.head.ico .inner_ico {
  display: inline-block;
  padding: 0 13.2rem;
  position: relative;
}

@media screen and (max-width:767px) {
  .steps>.step>.head.ico .inner_ico {
    padding: 0;
  }
}

.steps>.step>.head.ico .inner_ico::after {
  background: url(../img/ico_girl.png) no-repeat;
  background-size: contain;
  content: "";
  height: 12rem;
  position: absolute;
  right: 0;
  top: -1rem;
  width: 13.4rem;
}

@media screen and (max-width:767px) {
  .steps>.step>.head.ico .inner_ico::after {
    content: none;
  }
}

.steps>.step .outer {
  border-top: 1px solid #cccccc;
  margin-top: 4rem;
  padding-top: 4rem;
}

@media screen and (max-width:767px) {
  .steps>.step .outer {
    margin-top: 7.4667vw;
    padding-top: 8.5333vw;
  }
}

.steps>.step .table {
  border: 4px solid #51A346;
  border-radius: 1rem;
  overflow: hidden;
  padding-bottom: 3.7rem;
}

@media screen and (max-width:767px) {
  .steps>.step .table {
    border: 2px solid #51A346;
    padding-bottom: 3.7333vw;
  }
}

.steps>.step .table .head {
  background: #51A346;
  color: #FFFFFF;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.5;
  padding: .7rem .8rem 1.5rem;
  text-align: center;
}

@media screen and (max-width:767px) {
  .steps>.step .table .head {
    font-size: 5.6vw;
    line-height: 1.429;
    padding: 1.3333vw 2.6667vw 3.4667vw;
  }
}

.steps>.step .table .row {
  padding: 4rem 3.6rem 0;
}

@media screen and (max-width:767px) {
  .steps>.step .table .row {
    padding: 5.3333vw 3.7333vw 0;
  }

  .steps>.step .table .row:last-child {
    padding: 3.4667vw 3.7333vw 0;
  }
}

.steps>.step .table dl {
  display: flex;
  justify-content: space-between;
}

.steps>.step .table dl dt {
  align-items: center;
  border-top: 2px solid #51A346;
  display: flex;
  justify-content: center;
  padding: 3.25rem 0 3rem;
  width: calc(240/840*100%);
}

@media screen and (max-width:767px) {
  .steps>.step .table dl dt {
    padding: 3.7333vw 0;
    width: calc(100/283*100%);
  }
}

.steps>.step .table dl dd {
  border-top: 2px solid #CCCCCC;
  padding: 3.25rem 0 3rem 2.1rem;
  width: calc(600/840*100%);
}

@media screen and (max-width:767px) {
  .steps>.step .table dl dd {
    padding: 3.7333vw 0 3.7333vw 2.4vw;
    width: calc(183/283*100%);
  }

  .steps>.step .table dl dd.flex.center {
    align-items: center;
    display: flex;
    justify-content: left;
    text-align: left;
  }
}

.steps>.step .table dl:last-child dt {
  border-bottom: 2px solid #51A346;
}

.steps>.step .table dl:last-child dd {
  border-bottom: 2px solid #CCCCCC;
}

.steps>.step .table .txt01 {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
}

@media screen and (min-width:768px) {
  .steps>.step .table .txt01 {
    text-align: left;
  }
}

@media screen and (max-width:767px) {
  .steps>.step .table .txt01 {
    font-size: 4.2667vw;
    line-height: 1.625;
  }
}

.steps>.step .table .txt02 {
  font-size: 2rem;
  line-height: 1.6;
  text-align: left;
}

@media screen and (max-width:767px) {
  .steps>.step .table .txt02 {
    font-size: 3.7333vw;
    line-height: 1.571;
  }
}

.steps>.step .table .txt03 {
  display: flex;
  font-size: 1.6rem;
  line-height: 1.75;
  padding-top: .3rem;
  text-align: left;
}

@media screen and (max-width:767px) {
  .steps>.step .table .txt03 {
    font-size: 3.2vw;
    line-height: 1.583;
  }
}

.steps>.step .table .txt03 a {
  color: #1A49B7;
  text-decoration: underline;
}

.steps>.step .table .txt04 {
  font-size: 2rem;
  line-height: 1.6;
  text-align: left;
}

.steps>.step .table .txt04 a {
  color: #1A49B7;
  text-decoration: underline;
}

@media screen and (max-width:767px) {
  .steps>.step .table .txt04 {
    font-size: 3.7333vw;
    letter-spacing: -.02em;
    line-height: 1.571;
  }

  .steps>.step .table .txt04 a {
    display: inline-block;
    font-size: 3.4667vw;
    letter-spacing: -.03em;
    line-height: 1.692;
    word-break: break-word;
  }
}

.steps>.step .table .area_btn {
  padding-top: 1.2rem;
}

@media screen and (max-width:767px) {
  .steps>.step .table .area_btn {
    padding-top: 2.1333vw;
  }
}


/* slider */
.slider {
  padding: 4.1rem 0 0;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

.slider .step {
  background-color: #FFF8E2;
  border-radius: 3rem;
  font-size: 2rem;
  font-weight: bold;
  height: 4.4rem;
  margin: 0 auto;
  padding-top: 0.5rem;
  width: 10.4rem;
}

.slider .slider_text {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.333;
  padding: 2.3rem 0 3.4rem;
}

.slider .slider_text1 {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.333;
  padding: 4rem 0 4.85rem;
}

.slick-dots {
  margin-top: 3rem;
  text-align: center;
}

.slick-dots li {
  display: inline-block;
  margin-bottom: 0;
  margin: 0 1.2rem;
}

.slick-dots li button {
  background-color: #fff;
  border: 0;
  border-radius: 50%;
  color: #007BE6;
  cursor: pointer;
  font-size: 1.6rem;
  height: 2.8rem;
  width: 2.8rem;
}

.slick-dots .slick-active button {
  background-color: #007BE6;
}

.slick-disabled {
  display: none !important;
}

.slider .slick-slide {
  transform: scale(0.77);
  transform-origin: center 63%;
  margin: 0 -10px;
  width: 288px;
  max-width: 100%;
}
.slider .slick-slide.slick-current {
  transform: scale(1);
}

.slick-next-bg,
.slick-prev-bg {
  cursor: pointer;
  transform: translateY(72px);
}
.slick-prev-bg {
  left: calc(50% - 197px);
}
.slick-next-bg {
  right: calc(50% - 197px);
}

@media screen and (max-width:767px) {
  .slider {
    padding: 5vw 0 .5333vw 0;
    width: 79vw;
  }

  .slider .slick-slide {
    margin: 0 max(-9.8667vw, -37px);
    min-width: 52.2667vw;
  }

  .slider .slick-slide img {
    height: auto !important;
    max-width: 77% !important;
  }

  .slider .slick-prev-bg {
    left: 3vw;
  }

  .slider .slick-next-bg {
    right: 3vw;
  }

  .slick-next-bg, .slick-prev-bg {
    height: 40px;
    width: 40px;
  }

  .slider .step {
    font-size: 3.733vw;
    height: 8vw;
    padding-top: 1.2%;
    width: 21.333vw;
  }

  .slider .slider_text {
    font-size: 4.267vw;
    padding: 3.5vw 2.6667vw 5.2vw;
  }

  .slider .slider_text1 {
    align-items: center;
    display: flex;
    font-size: 4.267vw;
    height: 20.067vw;
    justify-content: center;
    padding: 3.5vw 2.6667vw 5.2vw;
  }

  .slick-dots {
    margin-top: 7.8vw;
  }

  .slider .slick-slide {
    transform: scale(0.7);
    transform-origin: center 61%;
    margin: 0 -7.5vw;
    width: auto !important;
  }

  .slick-next-bg, .slick-prev-bg{
    transform: translateY(3vw);
  }
}

@media screen and (max-width: 899px) and (min-width: 768px) {
  .leadTxt{
    max-width: 80%;
    margin: 0 auto;
  }
  .btnGroup .text{
    font-size: min(2.5vw,2.4rem);
  }
  .btn{
    font-size: min(2.1vw,2rem);
  }
  .btn3{
    font-size: min(3vw,2.8rem);
  }
  .campaign-content{
    padding-left: 4%;
    padding-right: 4%;
  }
}