@charset "UTF-8";

.main-visual {
  position: relative;
}

.main-visual .container {
  height: 100%;
  max-width: 1240px;
  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: 3%;
  top: 50%;
  width: 40%;
  max-width: 455px;
  text-align: center;
  transform: translateY(-50%);
}

.main-visual .mv-ttl01 {
  color: #fff;
  font-size: 55px;
  line-height: 1.54545;
  letter-spacing: 0.05em;
  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;
}

/* ▽ 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;
    letter-spacing: 0.02em;
  }
}

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

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

/* ========== end △ */
.main-visual .mv-desc01 {
  color: #ffabc3;
  font-size: 22px;
  line-height: 1.36364;
  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: 20px;
    line-height: 1.3;
  }
}

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

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

.main-visual .mv-desc02 {
  color: #fff;
  font-size: 20px;
  line-height: 1.25;
  letter-spacing: 0em;
  font-weight: bold;
  margin: 24px 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;
  }
}

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

.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: 36px;
    line-height: 1.33333;
    letter-spacing: 0.02em;
  }
}

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

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

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

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

  .main-visual .mv-desc02 span {
    padding: 3px 8px;
  }
}

/* ========== end △ */
sup {
  vertical-align: super;
  font-size: 13px;
}
ul.annotation {
  list-style: none;
  padding: 0;
  margin-top: 17px;
  font-size: 13px;
}
ul.annotation li {
  display: flex;
  justify-content: center;
}
ul.annotation li::before {
  content: "※";
  margin-right: .25em;
}

.sec01 {
  padding: 85px 0 100px;
  background: url(../images/bg01.jpg) no-repeat center center;
  background-size: cover;
  text-align: center;
}

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


/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  sup {
    font-size: 10px;
  }

  .sec01 {
    padding: 27px 0 32px;
  }

  .sec01 .c-txt01 {
    text-align: left;
  }

  ul.annotation li {
    justify-content: flex-start;
  }
}

/* ========== end △ */
.sec02 {
  padding: 80px 0 80px;
  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-info {
    order: 1;
    width: 50%;
    padding: 25px 20px 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: 50px 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: 0.05em;
  font-weight: 600;
  text-align: center;
  margin-bottom: 35px;
}

.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;
  }
}

/* ========== 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: left;
  font-size: 16px;
  line-height: 1.625;
  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: 40px 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: 26px;
  line-height: 1.53846;
  letter-spacing: 0em;
  font-weight: 600;
  margin-bottom: 10px;
}

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

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

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

/* ▽ 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-ttl01 {
    font-size: 19px;
    line-height: 1.68421;
    letter-spacing: 0em;
    text-align: left;
    margin-bottom: 30px;
  }

  .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: 19px;
    line-height: 1.47368;
    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;
  }
}

/* ========== 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: 20px;
}

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

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

.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: 26px;
  line-height: 1.38462;
  letter-spacing: 0em;
  font-weight: bold;
  padding: 0 55px 0 55px;
}

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

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

/* ========== 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 .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: 17px;
    line-height: 1.47059;
    letter-spacing: 0em;
    padding: 0 37px 0 37px;
  }

  .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 100px;
  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: 60px;
}

.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 .img01 {
    text-align: center;
  }
}

/* ========== end △ */
.sec06 {
  position: relative;
  padding: 80px 0 80px;
  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%);
}

.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 .c-btn02 {
  margin: 25px auto 35px;
}

.sec06 .block .ttl01 {
  margin-bottom: 25px;
  font-size: 28px;
  line-height: 1.42857;
  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: 26px;
    line-height: 1.46154;
  }
}

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

/* ========== 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-info {
    order: 2;
    width: 50%;
    padding: 0 0 0 60px;
  }

  /* ▽ 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 △ */
/* ▽ 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: 5px;
    font-size: 22px;
    line-height: 1.81818;
  }
}

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

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

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

  .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.css.map */