@charset "UTF-8";

.main-visual {
  position: relative;
}

.main-visual .container {
  height: 100%;
  max-width: 1435px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

.main-visual .mv-img {
  width: 100%;
  opacity: 0;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all;
}

.main-visual .mv-img img {
  width: 100%;
}

.main-visual .mv-catch {
  text-align: center;
  position: absolute;
  left: 0;
  top: 50%;
  width: 45%;
  max-width: 590px;
  text-align: center;
  transform: translateY(-50%);
}

.main-visual .mv-ttl01 {
  color: #fff;
  font-size: 54px;
  line-height: 1.35185;
  letter-spacing: 0em;
  font-weight: 500;
  -webkit-transition: 0.8s ease all;
  -moz-transition: 0.8s ease all;
  -ms-transition: 0.8s ease all;
  -o-transition: 0.8s ease all;
  transition: 0.8s ease all;
  transform: translateY(50px);
  opacity: 0;
}

.main-visual .mv-ttl01 small {
  font-size: 40px;
  line-height: 1.825;
  letter-spacing: 0em;
  font-weight: 500;
}

/* ▽ PC-TAB layout ========== */
@media only screen and (min-width: 768px) and (max-width: 1280px) {
  .main-visual .mv-ttl01 {
    font-size: 50px;
    line-height: 1.4;
  }

  .main-visual .mv-ttl01 small {
    font-size: 37px;
    line-height: 1.83784;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1180px) {
  .main-visual .mv-ttl01 {
    font-size: 45px;
    line-height: 1.44444;
  }

  .main-visual .mv-ttl01 small {
    font-size: 35px;
    line-height: 1.85714;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .main-visual .mv-ttl01 {
    font-size: 40px;
    line-height: 1.5;
  }

  .main-visual .mv-ttl01 small {
    font-size: 30px;
    line-height: 2;
  }
}

@media only screen and (min-width: 768px) and (max-width: 980px) {
  .main-visual .mv-ttl01 {
    font-size: 32px;
    line-height: 1.25;
  }

  .main-visual .mv-ttl01 small {
    font-size: 22px;
    line-height: 1.81818;
  }
}

/* ========== end △ */
.main-visual .mv-desc01 {
  color: #ffabc3;
  font-size: 25px;
  line-height: 1.2;
  letter-spacing: 0em;
  font-weight: bold;
  margin: 30px 0 0;
  -webkit-transition: 0.8s ease all;
  -moz-transition: 0.8s ease all;
  -ms-transition: 0.8s ease all;
  -o-transition: 0.8s ease all;
  transition: 0.8s ease all;
  transform: translateY(50px);
  opacity: 0;
}

/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .main-visual .mv-desc01 {
    margin: 20px 0 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1280px) {
  .main-visual .mv-desc01 {
    font-size: 22px;
    line-height: 1.27273;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1180px) {
  .main-visual .mv-desc01 {
    font-size: 20px;
    line-height: 1.3;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .main-visual .mv-desc01 {
    font-size: 18px;
    line-height: 1.33333;
  }
}

/* ========== end △ */
.main-visual .mv-desc01 span {
  background: #fff;
  border-radius: 25px;
  display: inline-block;
  padding: 8px 40px 8px;
  letter-spacing: 0;
}

.main-visual .mv-desc02 {
  color: #fff;
  font-size: 20px;
  line-height: 1.25;
  letter-spacing: 0em;
  font-weight: 400;
  margin: 30px 0 0;
  -webkit-transition: 0.8s ease all;
  -moz-transition: 0.8s ease all;
  -ms-transition: 0.8s ease all;
  -o-transition: 0.8s ease all;
  transition: 0.8s ease all;
  transform: translateY(50px);
  opacity: 0;
}

/* ▽ PC-TAB layout ========== */
@media only screen and (min-width: 768px) and (max-width: 1280px) {
  .main-visual .mv-desc02 {
    font-size: 18px;
    line-height: 1.27778;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1180px) {
  .main-visual .mv-desc02 {
    font-size: 17px;
    line-height: 1.29412;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .main-visual .mv-desc02 {
    font-size: 16px;
    line-height: 1.375;
  }
}

/* ========== end △ */
.main-visual .mv-desc02 span {
  padding: 6px 13px;
  border: 2px solid #fff;
  display: inline-block;
  letter-spacing: 0;
}

.main-visual.is-show .mv-img {
  opacity: 1;
}

.main-visual.is-show .mv-ttl01 {
  transform: translateY(0px);
  transition-delay: 0.4s;
  opacity: 1;
}

.main-visual.is-show .mv-desc01 {
  transform: translateY(0px);
  opacity: 1;
  transition-delay: 0.7s;
}

.main-visual.is-show .mv-desc02 {
  transform: translateY(0px);
  opacity: 1;
  transition-delay: 1s;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .main-visual .mv-catch {
    left: 0;
    top: 67px;
    right: 0;
    width: 100%;
    max-width: 100%;
    transform: translateY(0%);
  }

  .main-visual .mv-ttl01 {
    font-size: 30px;
    line-height: 1.46667;
    letter-spacing: 0em;
  }

  .main-visual .mv-ttl01 small {
    font-size: 24px;
    line-height: 1.83333;
  }
}

@media only screen and (max-width: 767px) and (max-width: 360px) {
  .main-visual .mv-ttl01 {
    font-size: 28px;
    line-height: 1.42857;
  }

  .main-visual .mv-ttl01 small {
    font-size: 21px;
    line-height: 1.80952;
  }
}

@media only screen and (max-width: 767px) {
  .main-visual .mv-desc01 {
    font-size: 16px;
    line-height: 1.25;
    margin: 8px 0 0;
  }

  .main-visual .mv-desc01 span {
    border-radius: 20px;
    padding: 5px 18px 5px;
  }

  .main-visual .mv-desc02 {
    font-size: 14px;
    line-height: 1.14286;
    margin: 11px 0 0;
  }

  .main-visual .mv-desc02 span {
    border: 1px solid #fff;
    padding: 3px 8px;
  }
}

/* ========== end △ */
.sec01 {
  padding: 77px 0 77px;
  background: url(../images/bg01.jpg) no-repeat center center;
  background-size: cover;
  text-align: center;
}

.sec01 .container {
  max-width: 1070px;
}

.sec01 .c-ttl01 {
  margin-bottom: 10px;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .sec01 {
    padding: 27px 0 32px;
  }

  .sec01 .c-txt01 {
    padding: 0 7px 0;
  }
  .sec01 .c-txt01 {
    text-align: left;
  }
}

/* ========== end △ */
.sec02 {
  padding: 88px 0 84px;
  background: #f4dfe8;
  background: -webkit-linear-gradient(145deg, #fdf0f0 25%, #cfeff7 100%);
  background: -moz-linear-gradient(145deg, #fdf0f0 25%, #cfeff7 100%);
  background: -ms-linear-gradient(145deg, #fdf0f0 25%, #cfeff7 100%);
  background: -o-linear-gradient(145deg, #fdf0f0 25%, #cfeff7 100%);
  background: linear-gradient(145deg, #fdf0f0 25%, #cfeff7 100%);
}

/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .sec02 .block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .sec02 .block .c-ttl01 {
    margin-bottom: 16px;
  }

  .sec02 .block-info {
    order: 1;
    width: 50%;
    padding: 13px 35px 0 0;
  }

  .sec02 .block-img {
    order: 2;
    width: 50%;
    text-align: right;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .sec02 {
    padding: 45px 0 40px;
  }

  .sec02 .block-img {
    text-align: center;
    margin-bottom: 14px;
  }
}

/* ========== end △ */
.sec03 {
  padding: 45px 0 130px;
  background: url(../images/bg03.jpg) no-repeat center center;
  background-size: cover;
  text-align: center;
}

.sec03 .c-ttl02 {
  margin-bottom: 0;
}

.sec03 .c-ttl01 {
  font-size: 26px;
  line-height: 1.53846;
  letter-spacing: 0em;
  font-weight: 700;
  text-align: center;
  margin-bottom: 35px;
}

.sec03 .c-ttl01 .uppercase {
  text-transform: uppercase;
}

.sec03 .c-ttl01 small {
  font-size: 24px;
  line-height: 1.66667;
  letter-spacing: 0em;
  font-weight: 600;
  text-transform: none;
}

.box-info {
  text-align: left;
}

/* ▽ PC-TAB layout ========== */
@media only screen and (min-width: 768px) and (max-width: 1280px) {
  .sec03 .c-ttl01 {
    font-size: 25px;
    line-height: 1.52;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1180px) {
  .sec03 .c-ttl01 {
    font-size: 24px;
    line-height: 1.5;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .sec03 .c-ttl01 {
    font-size: 22px;
    line-height: 1.63636;
  }
}

/* ========== end △ */
.sec03 .block01 li .img {
  margin-bottom: 15px;
}

.sec03 .block01 li .ttl01 {
  font-size: 22px;
  line-height: 1.36364;
  letter-spacing: 0em;
  font-weight: 600;
  margin-bottom: 8px;
}

.sec03 .block01 li .c-txt01 {
  text-align: center;
  font-size: 18px;
  line-height: 1.44444;
  letter-spacing: 0em;
  font-weight: 500;
}

/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .sec03 .block01 ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .sec03 .block01 ul li {
    text-align: center;
    width: 31%;
    margin: 0 3.5% 0 0;
  }

  .sec03 .block01 ul li:nth-child(3n) {
    margin-right: 0;
  }
}

/* ========== end △ */
.sec03 .block02 {
  margin: 17px 0 0;
}

.sec03 .block02 .box {
  margin-bottom: 70px;
}

.sec03 .block02 .box:last-child {
  margin-bottom: 0;
}

.sec03 .block02 .box .c-ttl01 {
  text-align: left;
  font-size: 30px;
  line-height: 1.33333;
  letter-spacing: 0em;
  font-weight: 600;
  margin-bottom: 30px;
}

/* ▽ PC-TAB layout ========== */
@media only screen and (min-width: 768px) and (max-width: 1280px) {
  .sec03 .block02 .box .c-ttl01 {
    font-size: 26px;
    line-height: 1.46154;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1180px) {
  .sec03 .block02 .box .c-ttl01 {
    font-size: 24px;
    line-height: 1.5;
  }
}

/* ========== end △ */
.sec03 .block02 .box .c-txt01 {
  text-align: left;
  font-size: 18px;
  line-height: 1.44444;
  letter-spacing: 0em;
  font-weight: 500;
}

.sec03 .block02 .box .c-txt01 ul li {
  font-size: 18px;
  line-height: 1.44444;
  letter-spacing: 0em;
  font-weight: 500;
  position: relative;
  padding: 0 0 0 23px;
  margin-bottom: 10px;
}

.sec03 .block02 .box .c-txt01 ul li:last-child {
  margin-bottom: 0;
}

.sec03 .block02 .box .c-txt01 ul li:before {
  position: absolute;
  content: "";
  left: 0;
  top: 14px;
  width: 5px;
  height: 1px;
  background: #666666;
}

/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .sec03 .block02 .box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
  }

  .sec03 .block02 .box-info {
    width: 50%;
    padding: 0 0 0 45px;
  }

  .sec03 .block02 .box-img {
    width: 50%;
    text-align: right;
  }

  .sec03 .block02 .box.img-right .box-info {
    order: 1;
    padding: 0 45px 0 0;
  }

  .sec03 .block02 .box.img-right .box-img {
    order: 2;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .sec03 {
    padding: 60px 0 55px;
  }

  .sec03 .c-ttl02 {
    margin-bottom: 0;
  }

  .sec03 .c-ttl02 .ttljp {
    font-size: 24px;
    line-height: 1.33333;
  }

  .sec03 .c-ttl01 {
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0em;
    text-align: center;
    margin-bottom: 30px;
  }

  .sec03 .c-ttl01 small {
    display: block;
    font-size: 16px;
    line-height: 1.625;
    margin: 5px 0 0;
  }

  .sec03 .block01 li {
    margin-bottom: 35px;
  }

  .sec03 .block01 li:last-child {
    margin-bottom: 0;
  }

  .sec03 .block01 li .img {
    margin-bottom: 10px;
  }

  .sec03 .block01 li .ttl01 {
    text-align: center;
    font-size: 20px;
    line-height: 1.25;
    margin-bottom: 8px;
  }
}

@media only screen and (max-width: 767px) and (max-width: 360px) {
  .sec03 .block01 li .ttl01 {
    font-size: 18px;
    line-height: 1.38889;
  }
}

@media only screen and (max-width: 767px) {
  .sec03 .block01 li .c-txt01 {
    font-size: 14px;
    line-height: 1.71429;
  }

  .sec03 .block02 {
    margin: 40px 0 0;
  }

  .sec03 .block02 .box {
    margin-bottom: 35px;
  }

  .sec03 .block02 .box:last-child {
    margin-bottom: 0;
  }

  .sec03 .block02 .box-img {
    text-align: center;
    margin-bottom: 13px;
  }

  .sec03 .block02 .box .c-ttl01 {
    font-size: 22px;
    line-height: 1.36364;
    margin-bottom: 9px;
  }
}

@media only screen and (max-width: 767px) and (max-width: 360px) {
  .sec03 .block02 .box .c-ttl01 {
    font-size: 18px;
    line-height: 1.38889;
  }
}

@media only screen and (max-width: 767px) {
  .sec03 .block02 .box .c-txt01 {
    font-size: 14px;
    line-height: 1.71429;
  }

  .sec03 .block02 .box .c-txt01 ul li {
    margin-bottom: 5px;
  }
}

/* ========== end △ */
.sec04 {
  padding: 70px 0 100px;
  background: #f4dfe8;
  background: -webkit-linear-gradient(145deg, #fdf0f0 25%, #cfeff7 100%);
  background: -moz-linear-gradient(145deg, #fdf0f0 25%, #cfeff7 100%);
  background: -ms-linear-gradient(145deg, #fdf0f0 25%, #cfeff7 100%);
  background: -o-linear-gradient(145deg, #fdf0f0 25%, #cfeff7 100%);
  background: linear-gradient(145deg, #fdf0f0 25%, #cfeff7 100%);
}

.sec04 .c-ttl02 {
  margin-bottom: 36px;
}

.sec04 .c-ttl02 .ttljp {
  color: #666666;
  -webkit-text-fill-color: #666666;
  background-image: none;
}

.sec04 ul .ttl01 {
  color: #ff95b3;
  text-align: center;
  margin-bottom: 20px;
}

.sec04 ul .ttl01 .ttl01-in {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  min-height: 72px;
}

.sec04 ul .ttl01 span {
  position: relative;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0em;
  font-weight: 600;
  padding: 0 46px 0 46px;
}

/* ▽ PC-TAB layout ========== */
@media only screen and (min-width: 768px) and (max-width: 1280px) {
  .sec04 ul .ttl01 span {
    font-size: 22px;
    line-height: 1.72727;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1180px) {
  .sec04 ul .ttl01 span {
    font-size: 20px;
    line-height: 1.8;
  }
}

/* ========== end △ */
.sec04 ul .ttl01 span:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  width: 49px;
  height: 58px;
  background: url(../common_img/line01.png) no-repeat center center;
  background-size: 100% auto;
  transform: translateY(-50%);
}

.sec04 ul .ttl01 span:after {
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  width: 49px;
  height: 58px;
  background: url(../common_img/line02.png) no-repeat center center;
  background-size: 100% auto;
  transform: translateY(-50%);
}

.sec04 ul .img {
  text-align: center;
}

/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .sec04 ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .sec04 ul li {
    width: 49%;
    margin: 0 2% 0 0;
  }

  .sec04 ul li:nth-child(2n) {
    margin-right: 0;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .sec04 {
    padding: 40px 0 50px;
  }

  .sec04 .c-ttl02 {
    margin-bottom: 32px;
    margin-left: -20px;
  }

  .sec04 .c-ttl02 .ttljp {
    font-size: 24px;
    line-height: 2.25;
  }

  .sec04 .c-ttl02 .ttlen {
    font-size: 54px;
    line-height: 1;
  }
}

@media only screen and (max-width: 767px) and (max-width: 360px) {
  .sec04 .c-ttl02 .ttlen {
    font-size: 52px;
    line-height: 1;
  }
}

@media only screen and (max-width: 767px) {
  .sec04 ul li {
    margin-bottom: 33px;
  }

  .sec04 ul li:last-child {
    margin-bottom: 0;
  }

  .sec04 ul .ttl01 {
    margin-bottom: 10px;
  }

  .sec04 ul .ttl01 .ttl01-in {
    min-height: 44px;
  }

  .sec04 ul .ttl01 span {
    font-size: 16px;
    line-height: 1.5625;
    letter-spacing: 0em;
    padding: 0 35px 0 35px;
  }

  .sec04 ul .ttl01 span:before {
    width: 35px;
    height: 42px;
  }

  .sec04 ul .ttl01 span:after {
    width: 35px;
    height: 42px;
  }
}

@media only screen and (max-width: 767px) and (max-width: 360px) {
  .sec04 ul .ttl01 span {
    font-size: 16px;
    line-height: 1.625;
    padding: 0 32px 0 32px;
  }

  .sec04 ul .ttl01 span:before {
    width: 30px;
    height: 35px;
  }

  .sec04 ul .ttl01 span:after {
    width: 30px;
    height: 35px;
  }
}

@media only screen and (max-width: 767px) {
  .sec04 ul .img {
    text-align: center;
  }
}

/* ========== end △ */
.sec05 {
  padding: 80px 0 130px;
  background: url(../images/bg05.jpg) no-repeat center center;
  background-size: cover;
}

.sec05 .desc01 {
  text-align: center;
  font-size: 26px;
  line-height: 1.76923;
  letter-spacing: 0em;
  font-weight: 600;
  margin-bottom: 103px;
}

.sec05 .desc01 .pink01 {
  color: #ffabc3;
}

.sec05 .c-ttl02 {
  margin-bottom: 20px;
}

.sec05 .img01 {
  text-align: center;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .sec05 {
    padding: 35px 0 45px;
  }

  .sec05 .desc01 {
    text-align: left;
    font-size: 18px;
    line-height: 1.66667;
    letter-spacing: 0em;
    margin-bottom: 25px;
  }
}

@media only screen and (max-width: 767px) and (max-width: 360px) {
  .sec05 .desc01 {
    font-size: 17px;
    line-height: 1.64706;
  }
}

@media only screen and (max-width: 767px) {
  .sec05 .c-ttl02 {
    margin-bottom: 10px;
  }

  .sec05 .c-ttl02 .ttljp {
    font-size: 24px;
    line-height: 1.33333;
  }

  .sec05 .desc01 {
    font-size: 15px;
    line-height: 1.73333;
    text-align: center;
  }

  .sec05 .img01 {
    text-align: center;
  }
}

/* ========== end △ */
.sec06 {
  position: relative;
  padding: 52px 0 89px;
}

.sec06:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  right: 0;
  bottom: -390px;
  z-index: 2;
  background: #f4dfe8;
  background: -webkit-linear-gradient(145deg, #fdf0f0 25%, #cfeff7 100%);
  background: -moz-linear-gradient(145deg, #fdf0f0 25%, #cfeff7 100%);
  background: -ms-linear-gradient(145deg, #fdf0f0 25%, #cfeff7 100%);
  background: -o-linear-gradient(145deg, #fdf0f0 25%, #cfeff7 100%);
  background: linear-gradient(145deg, #fdf0f0 25%, #cfeff7 100%);
}

/* ▽ PC-TAB layout ========== */
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .sec06:after {
    bottom: -300px;
  }
}

/* ========== end △ */
.sec06 .container {
  position: relative;
  z-index: 111;
}

.sec06 .c-ttl02 {
  margin-bottom: 17px;
}

.sec06 .c-ttl02 .ttljp {
  color: #666666;
  -webkit-text-fill-color: #666666;
  background-image: none;
}

.sec06 .slider .slick-dots {
  text-align: center;
  margin: 15px 0 0;
  position: relative;
  bottom: 0;
  line-height: 0;
  display: inline-block;
  vertical-align: top;
}

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

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .sec06 .slider .slick-dots li {
    width: 12px !important;
    height: 12px !important;
  }
}

/* ========== end △ */
.sec06 .slider .slick-dots li button {
  background: #cccccc;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  padding: 0;
}

.sec06 .slider .slick-dots li button:before {
  width: 14px;
  height: 14px;
  content: '';
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .sec06 .slider .slick-dots li button {
    width: 12px;
    height: 12px;
  }

  .sec06 .slider .slick-dots li button:before {
    width: 12px;
    height: 12px;
  }
}

/* ========== end △ */
.sec06 .slider .slick-dots li.slick-active button {
  background: #ffabc3;
}

.sec06 .block .ttl01 {
  margin-bottom: 6px;
  font-size: 22px;
  line-height: 1.81818;
  letter-spacing: 0em;
  font-weight: 600;
}

/* ▽ PC-TAB layout ========== */
@media only screen and (min-width: 768px) and (max-width: 1280px) {
  .sec06 .block .ttl01 {
    font-size: 20px;
    line-height: 1.9;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1180px) {
  .sec06 .block .ttl01 {
    font-size: 18px;
    line-height: 2;
  }
}

/* ========== end △ */
.sec06 .block .c-txt01 {
  font-size: 14px;
  line-height: 1.42857;
  letter-spacing: 0em;
  font-weight: 500;
  margin: 15px 0 0;
}

.sec06 .block .c-tbl01 {
  margin: 0 -5px;
}

/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .sec06 .block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .sec06 .block .c-tbl01 dl dt, .sec06 .block .c-tbl01 dl dd {
    min-height: 50px;
  }

  .sec06 .block .c-tbl01 dl dt {
    padding: 2px 5px;
    width: 189px;
    font-size: 16px;
    line-height: 1.25;
  }

  .sec06 .block-info {
    order: 2;
    width: 50%;
    padding: 0 0 0 58px;
  }

  /* ▽ PC-TAB layout ========== */
}

@media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1180px) {
  .sec06 .block-info {
    padding: 0 0 0 40px;
  }
}

@media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 980px) {
  .sec06 .block-info {
    padding: 0 0 0 25px;
  }
}

@media print, screen and (min-width: 768px) {

  /* ========== end △ */
  .sec06 .block-img {
    order: 1;
    width: 50%;
    padding: 12px 0 0 0;
  }
}

/* ========== end △ */
.sec06 .c-btn02 {
  margin: 25px auto 35px;
  z-index: 10;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .sec06 {
    padding: 40px 0 25px;
  }

  .sec06:after {
    bottom: -95px;
  }

  .sec06 .c-ttl02 {
    margin-bottom: 15px;
    margin-left: -20px;
  }

  .sec06 .c-ttl02 .ttlen {
    font-size: 67px;
    line-height: 1;
  }
}

@media only screen and (max-width: 767px) and (max-width: 360px) {
  .sec06 .c-ttl02 .ttlen {
    font-size: 65px;
    line-height: 1;
  }
}

@media only screen and (max-width: 767px) {
  .sec06 .slick-dotted.slick-slider {
    margin-bottom: 0px;
  }

  .sec06 .block-img {
    margin-bottom: 20px;
  }

  .sec06 .block .ttl01 {
    margin-bottom: 15px;
    font-size: 19px;
    line-height: 1.26316;
  }
}

@media only screen and (max-width: 767px) and (max-width: 360px) {
  .sec06 .block .ttl01 {
    font-size: 18px;
    line-height: 1.33333;
  }
}

@media only screen and (max-width: 767px) {
  .sec06 .block .c-txt01 {
    font-size: 12px;
    line-height: 1.5;
    margin: 18px 0 0;
  }

  .sec06 .block .c-tbl01 {
    margin: 0 -5px;
  }

  .sec06 .block .c-tbl01 dl dt {
    width: 45%;
    font-size: 14px;
    line-height: 1.28571;
  }

  .sec06 .c-btn02 {
    margin: 15px auto 0;
  }
}

/* ========== end △ */
.sec07 {
  padding: 0 0 100px 0;
  position: relative;
  z-index: 32;
}

.sec07 .block-movie {
  text-align: center;
  position: relative;
}

.sec07 .block-movie video {
  width: 100%;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .sec07 {
    padding: 0;
  }
}

/* ========== end △ */

/*# sourceMappingURL=maps/top_vi.css.map */