* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html.merit {
  font-size: 10px;
}

.wrap {
  overflow: hidden;
  position: relative;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', sans-serif !important;
}

html.merit .sec_container {
  position: relative;
  max-width: 1050px;
  margin-right: auto;
  margin-left: auto;
}

html.merit img {
  height: auto;
}

html.merit figure {
  margin: 0px;
  padding: 0px;
}

/* Typography  */
.serif {
  font-family: "Yu Mincho", "YuMincho", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", sefif !important;
}



/* 使い回しクラス
-------------------------------- */

strong {
  font-weight: 700;
}

.c-black {
  color: #000 !important;
}

/* 蛍光ペン */
.marker {
  background: linear-gradient(transparent 50%, rgba(235, 113, 152, 0.8) 50%);
  font-weight: bold;
}

/* btn */
.btn_container {
  text-align: center;
}

.con-btn {
  width: 300px;
  font-size: 16px;
  background: -moz-linear-gradient(#ff64ab, #00c0d7);
  background: -webkit-linear-gradient(#ff64ab, #00c0d7);
  background: linear-gradient(to right, #ff64ab, #00c0d7);
  color: #FFF;
  padding: 14px 65px;
  border-radius: 50px;
  display: inline-block;
  font-weight: bold;
}

.con-btn+.con-btn {
  margin-left: 40px;
}

.merit_bg_height {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

/* ボタン共通  */
.btn_primary {
  display: block;
  position: relative;
  width: 300px;
  height: 52px;
  margin: 0 auto 0;
  border-radius: 26px;
  background-color: #282828;
  outline: none;
  border: none;
  font-size: 1.6rem;
  line-height: 52px;
  text-align: center;
  color: #fff;
  cursor: pointer;
}

.btn_primary.btn_white {
  color: #eb7198;
  background-color: #fff;
}

.btn_primary.btn_pink {
  background-color: #e97196;
}

.btn_primary.btn_blue {
  background-color: #49bbc8;
}

.btn_primary.btn_orange {
  background-color: #ffb432;
}

.btn_primary .far.fa-window-restore {
  margin-left: 10px;
}

.merit_gradation {
  background: -moz-linear-gradient(#ff64ab, #00c0d7);
  background: -webkit-linear-gradient(#ff64ab, #00c0d7);
  background: linear-gradient(to right, #ff64ab, #00c0d7);
}

/* Swiper  */
html.merit .swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #49bdca !important;
}

html.merit .swiper-pagination-bullet {
  opacity: 1;
  background-color: #e3e3e3;
}

.merit_swiper {
  position: relative;
  height: auto;
  padding-bottom: 10px;
  margin-bottom: 70px;
}

.merit_swiper .swiper-pagination {
  position: static;
}

.swiper-container_merit {
  overflow: hidden;
  padding-bottom: 30px;
}

.swiper-slide {
  position: relative;
}

.swiper-slide .txt {
  position: absolute;
  right: 15px;
  bottom: 10px;
  font-size: 16px;
  color: #fff !important;
}

@media screen and (max-width:768px) {
  .merit_swiper {
    position: relative;
    margin-bottom: 8vw;
  }

  .swiper-slide .txt {
    position: absolute;
    right: 2vw;
    bottom: 1vw;
    font-size: 2.6vw;
    color: #fff !important;
  }

}



/* sec 共通
---------------------------- */
.merit_sec {
  position: relative;
}

.header_merit .inner,
.merit_hero_footer .inner,
.merit_sec .inner {
  max-width: 1050px;
  margin: 0 auto 0;
}

.merit_sec_bg_gray {
  background-color: #eef1f0;
}

.merit_sec_bg_black {
  background-color: #000000;
}


.merit_content {
  padding-bottom: 80px;
}

.merit_ttlcontent {
  padding-bottom: 60px;
  text-align: center;
}

.merit_ttlcontent span {
  display: inline-block;
}

.merit_num {
  margin-bottom: 20px;
}

.merit_num img {
  margin-left: 10px;
  margin-bottom: 10px;
  width: 58px;
}

.merit_en_num {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  margin-bottom: 40px;
  line-height: 1;
}

.merit_ttl {
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
}

.merit_ttltxt {
  font-size: 18px;
  font-weight: normal;
  margin-top: 18px;
}

.merit_ttltxt2 {
  font-size: 30px;
  margin-top: 20px;
}

@media screen and (max-width:768px) {
  .merit_content {
    padding-bottom: 10.6vw;
  }

  .merit_ttlcontent {
    width: 95%;
    padding-bottom: 5.3vw;
    text-align: center;
    margin: 0 auto 0;
    position: relative;
    z-index: 10;
  }

  .merit_ttlcontent span {
    display: inline-block;
  }

  .merit_num {
    margin-bottom: 4vw !important;
  }

  .merit_num img {
    width: 19.3vw;
  }

  .merit_en_num {
    font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    font-size: 3.5vw;
    margin-top: 0 !important;
    margin-bottom: 5.3vw;
    line-height: 1;
  }

  .merit_ttl {
    font-size: 6.6vw;
    font-weight: normal;
    line-height: 1;
  }

  .merit_ttltxt {
    font-size: 4vw;
    line-height: 1.7;
    font-weight: normal;
    margin-bottom: 4vw;
  }

  .merit_ttltxt2 {
    font-size: 4vw;
    line-height: 1.7;
    margin-bottom: 4vw;
  }
}


/* header
---------------------------- */

.header_merit {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 200px;
  overflow: hidden;
  border-bottom: none;
  background-color: transparent;
}

.header_merit::before {
  content: '';
  position: absolute;
  top: 0;
  left: -20px;
  width: 120%;
  height: 200px;
  padding: 0 !important;
  margin: 0 !important;
  background: -moz-linear-gradient(#ff64ab, #00c0d7);
  background: -webkit-linear-gradient(#ff64ab, #00c0d7);
  background: linear-gradient(to right, #ff64ab, #00c0d7);
  transform-origin: left center;
  transform: rotate(-4deg);
  opacity: 0.85;
  z-index: -1;
}

.header_merit .inner {
  height: 100%;
  position: relative;
  color: #fff;
}

.header_merit .inner h1 {
  border: none;
  font-size: 1.8rem;
  font-weight: bold;
}

.header_merit .inner nav a {
  position: absolute;
  top: 0px;
  right: 0px;
  font-size: 1.4rem;
  color: #fff;
}

@media screen and (max-width:768px) {
  .header_merit {
    position: fixed;
    height: 45vw;
    background-color: transparent;
    transition: all 0.3s linear;
    cursor: pointer;
    pointer-events: none;
  }

  .header_merit::before {
    top: 0;
    left: -100px;
    width: 150%;
    height: 46.6vw;
    transform: rotate(-15deg);
    z-index: -1;
    transition: .3s;
  }

  .header_merit_scroll::before {
    top: -260px;
    left: -100px;
    width: 150%;
    height: 46.6vw;
    transform: rotate(0deg);
    z-index: -1;
  }

  .header_merit .inner {
    position: relative;
    color: #fff;
  }

  .header_merit .inner h1 {
    position: absolute;
    width: auto;
    max-width: none;
    font-size: 3.7vw;
    top: 2vw;
    left: 2.6vw;
  }

  .header_merit .inner nav a {
    display: none;
  }

  /*header active */
  .header_merit.active {
    height: 15vw;
    /* height: 60px; */
  }

  /* .header_merit.active::before {
    transform: rotate(-4deg);
  } */

  .header_merit.active .inner h1 {
    position: absolute;
    width: auto;
    font-size: 3vw;
    top: 0vw;
    left: 2.6vw;
  }
}

@media screen and (max-width:450px) {
  .header_merit_scroll::before {
    top: 0px;
  }
}

/* SP Header Menu */
@media screen and (max-width:768px) {
  #nav_toggle {
    position: absolute;
    top: 0px;
    right: 1.3vw;
    pointer-events: auto;
  }

  #nav_toggle span {
    background-color: #fff;
    transform: scale(0.9);
  }

  #global-nav-sp {
    top: 14.5vw;
    z-index: 999;
    background: -moz-linear-gradient(#ff64ab, #00c0d7);
    background: -webkit-linear-gradient(#ff64ab, #00c0d7);
    background: linear-gradient(to right, #ff64ab, #00c0d7);
    opacity: 0.9;
    padding-top: 2.6vw;
    padding-bottom: 2.6vw;
    height: calc(100vh - 14.5vw);
    overflow-y: scroll;
  }

  #global-nav-sp .clm_container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 80%;
    margin: 0 auto 0;
    font-size: 4vw;
    line-height: 2.5;
    font-weight: normal;
    text-align: center;
    color: #fff;
  }

  #global-nav-sp .clm_container a {
    color: #fff;
  }

  #global-nav-sp .clm_container .title {
    margin-bottom: 8vw;
  }

  #global-nav-sp .clm_container ul {
    margin-bottom: 10.6vw;
  }

}

/* Hero
---------------------------- */
.merit_hero_wrapp {
  height: 1030px;
  padding-top: 0px;

}

.merit_hero_header {
  position: relative;
  height: 768px;
  background-image: url('../../merit/img/merit_hero.jpg');
  z-index: 0;
}

.merit_hero_header .merit_h2 {
  width: 444px;
  height: 88px;
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.merit_hero_footer {
  position: relative;
  background-color: #fff;
  z-index: 0;
}

.merit_hero_footer .merit_gradation {
  position: absolute;
  top: -10px;
  left: -20px;
  width: 120%;
  height: 80px;
  transform-origin: left center;
  transform: rotate(-4deg);
  opacity: 0.85;
}

.merit_hero_footer::after {
  content: '';
  position: absolute;
  top: 0;
  left: -20px;
  width: 120%;
  height: 372px;
  background-color: #fff;
  transform-origin: left center;
  transform: rotate(-4deg);
  z-index: -1;
}

.merit_hero_footer .inner {
  position: relative;
}

.merit_hero_footer .merit_h2 {
  position: absolute;
  left: 0px;
  top: 110px;
  width: 444px;
  height: 88px;
}

@media screen and (max-width:768px) {

  .merit_hero_wrapp {
    height: 266vw;
    padding-top: 0px;
  }

  .merit_hero_header {
    height: 173vw;
    background-image: url('../../merit/img/merit_hero_sp.jpg');
  }

  .merit_hero_header .merit_h2 {
    width: 73.6vw;
    height: 19.3vw;
  }

  .merit_hero_footer {
    z-index: 0;
  }

  .merit_hero_footer .merit_gradation {
    position: absolute;
    top: -4.2vw;
    left: -3vw;
    width: 150%;
    height: 20vw;
    transform-origin: left center;
    transform: rotate(-15deg);
    opacity: 0.85;
  }

  .merit_hero_footer::after {
    content: '';
    position: absolute;
    top: 0;
    left: -20px;
    width: 150%;
    height: 330px;
    background-color: #fff;
    transform-origin: left center;
    transform: rotate(-15deg);
    z-index: -1;
  }

  .merit_hero_footer .inner {
    position: static;
    padding-top: 21.3vw;
  }

  .merit_hero_footer .merit_h2 {
    position: static;
    width: 82.6vw;
    height: 17vw;
    text-align: center;
    margin: 0 auto 8vw;
  }

}

/* Controller
---------------------------- */

.merit_hero_footer .btn_controller {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  right: 60px;
  top: 110px;
  width: 400px;
}

.merit_hero_footer .btn_controller li {
  position: relative;
  width: 47%;
  box-sizing: border-box;
  margin-bottom: 16px;
  font-size: 1.4rem;
  line-height: 32px;
  background-color: #282828;
}

.merit_hero_footer .btn_controller li:nth-child(2n) {
  margin-right: 0%;
  margin-left: 6%;
}

.merit_hero_footer .fas.fa-caret-down {
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
}

.merit_hero_footer .btn_controller li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0px 7px;
  color: #fff;
}

.merit_hero_footer .btn_controller li:hover {
  background-color: #49bdca;
}

@media screen and (max-width:768px) {
  .merit_hero_footer .btn_controller {
    position: static;
    width: 95%;
    margin: 0 auto 0;
  }

  .merit_hero_footer .btn_controller li {
    width: 48%;
    height: 8vw;
    box-sizing: border-box;
    margin-bottom: 2.6vw;
    font-size: 3.5vw;
    line-height: 8vw;
  }

  .merit_hero_footer .btn_controller li:nth-child(2n) {
    margin-right: 0%;
    margin-left: 4%;
  }

  .merit_hero_footer .btn_controller li a {
    padding: 0px 1.5vw;
  }

}


/* merit_sec01
---------------------------- */

#merit_sec01 {
  position: relative;
  height: auto;
  padding-bottom: 60px;
}

#merit_sec01::after {
  content: '';
  position: absolute;
  top: 70px;
  left: -50px;
  width: 120%;
  height: 580px;
  background-color: #eef1f0;
  transform-origin: left center;
  transform: rotate(-4deg);
  z-index: -1;
}

#merit_sec01 .sec_container {
  position: relative;
}

#merit_sec01 .clm_container {
  max-width: 1050px;
  margin: 0 auto 0px;
}

#merit_sec01 ul.upper,
#merit_sec01 ul.lower {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#merit_sec01 ul.upper li,
#merit_sec01 ul.lower li {
  width: 340px;
  margin-right: 15px;
}

#merit_sec01 ul.upper li:last-child,
#merit_sec01 ul.lower li:last-child {
  margin-right: 0px;
}

/* upper */
#merit_sec01 ul.upper li figure {
  width: 100%;
  margin-bottom: 30px;
}

#merit_sec01 ul.upper .btn {
  display: block;
  position: relative;
  height: 100px;
  border-radius: 8px;
  box-sizing: border-box;
  padding: 15px 0;
  margin-bottom: 80px;
  background-color: #282828;
  font-size: 2.8rem;
  line-height: 1.0;
  font-weight: bold;
  text-align: center;
  color: #fff;
}

#merit_sec01 ul.upper .btn .far.fa-window-restore {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  font-size: 1.4rem;
}

#merit_sec01 ul.upper .btn span {
  display: inline-block;
  font-size: 1.9rem;
  margin-bottom: 5px;
}

#merit_sec01 ul.upper .btn:hover {
  border: 2px solid #282828;
  color: #282828;
  background-color: #fff;
  opacity: 1;
}

/* lower */
#merit_sec01 ul.lower li figure {
  width: 95%;
  margin-bottom: 40px;
  box-shadow: 15px 15px 0px rgba(0, 0, 0, 0.05);
}

#merit_sec01 ul.lower li h4.title {
  margin-bottom: 10px;
  font-size: 2.4rem;
  line-height: 1.3;
  font-weight: bold;
}

#merit_sec01 ul.lower li p.text {
  font-size: 1.6rem;
  line-height: 2.0;
}

#merit_sec01 ul.lower {}

#merit_sec01 .illust_01 {
  position: absolute;
  top: 30px;
  left: -80px;
  width: 214px;
  height: 176px;
}

#merit_sec01 .illust_02 {
  position: absolute;
  top: 30px;
  right: -20px;
  width: 287px;
  height: 156px;
}

#merit_sec01 .illust_03 {
  position: absolute;
  top: 40%;
  left: -100px;
  width: 85px;
  height: 192px;
}

#merit_sec01 .illust_04 {
  position: absolute;
  top: 40%;
  right: -100px;
  width: 70px;
  height: 155px;
}


@media screen and (max-width:768px) {
  #merit_sec01 {
    position: relative;
    height: auto;
  }

  #merit_sec01::after {
    content: '';
    position: absolute;
    top: 40vw;
    left: -50%;
    width: 200%;
    height: 300vw;
    background-color: #eef1f0;
    transform-origin: left center;
    transform: rotate(-15deg);
    z-index: -1;
  }

  #merit_sec01 .sec_container {
    position: relative;
  }

  #merit_sec01 .clm_container {
    width: 84%;
    margin: 0 auto 33.3vw;
  }

  #merit_sec01 .clm_container:nth-child(3) {
    margin-bottom: 0;
  }

  #merit_sec01 ul.upper,
  #merit_sec01 ul.lower {
    display: block;
  }

  #merit_sec01 ul.upper li,
  #merit_sec01 ul.lower li {
    width: 100%;
    margin-right: 0vw;
  }

  /* upper */
  #merit_sec01 ul.upper li figure {
    width: 100%;
    margin-bottom: 2.6vw;
  }

  #merit_sec01 ul.upper .btn {
    width: 100%;
    height: 24.6vw;
    border-radius: 1vw;
    box-sizing: border-box;
    padding: 4vw 5.3vw 5.3vw;
    margin-bottom: 6.6vw;
    font-size: 6.6vw;
  }

  #merit_sec01 ul.upper .btn .far.fa-window-restore {
    right: 5.3vw;
    font-size: 4vw;
  }

  #merit_sec01 ul.upper .btn span {
    display: inline-block;
    font-size: 4vw;
    margin-bottom: 1.3vw;
  }

  /* lower */
  #merit_sec01 ul.lower li {
    text-align: justify;
  }

  #merit_sec01 ul.lower li figure {
    width: 95%;
    margin-bottom: 6.6vw;
    box-shadow: 15px 15px 0px rgba(0, 0, 0, 0.05);
  }

  #merit_sec01 ul.lower li h4.title {
    margin-bottom: 4vw;
    font-size: 5vw;
    line-height: 1.3;
    font-weight: normal;
  }

  #merit_sec01 ul.lower li p.text {
    margin-bottom: 8vw;
    font-size: 3.7vw;
    line-height: 1.7;
  }

  #merit_sec01 .illust_01 {
    top: -10vw;
    left: 2vw;
    width: 26.6vw;
    height: 22vw;
  }

  #merit_sec01 .illust_02 {
    top: 13vw;
    right: 2vw;
    width: 29.5vw;
    height: 19.3vw;
  }

  #merit_sec01 .illust_03 {
    top: 285vw;
    left: 5vw;
    width: 13.3vw;
    height: 19.3vw;
  }

  #merit_sec01 .illust_04 {
    top: 290vw;
    right: 5vw;
    width: 10.6vw;
    height: 24.6vw;
  }
}


/* merit_sec02
---------------------------- */

#merit_sec02 {
  position: relative;
  height: auto;
  padding-bottom: 80px;
}

#merit_sec02::before {
  content: '';
  position: absolute;
  top: 70px;
  left: -100px;
  width: 130%;
  height: 100%;
  background-color: #eef1f0;
  transform-origin: left center;
  transform: rotate(-4deg);
  z-index: 0;
}

#merit_sec02 .sec_container {
  position: relative;
}

#merit_sec02 .clm_container {
  max-width: 1050px;
  margin: 0 auto 80px;
}

#merit_sec02 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

#merit_sec02 ul li {
  position: relative;
  width: 48%;
  margin-right: 4%;
  margin-bottom: 135px;
  position: relative;
}

#merit_sec02 ul li:nth-child(3),
#merit_sec02 ul li:nth-child(4) {
  margin-bottom: 60px;
}

#merit_sec02 ul li:nth-child(2n) {
  margin-right: -4%;
}

#merit_sec02 ul li figure {
  z-index: -1;
}

#merit_sec02 ul li .title {
  position: absolute;
  bottom: -65px;
  left: 50%;
  transform: translateX(-50%);
  padding: 30px 20px;
  border-radius: 8px;
  width: 90%;
  margin: -65px auto 0;
  height: 130px;
  font-size: 2.8rem;
  line-height: 1.0;
  background-color: #fff;
}

#merit_sec02 ul li .title span {
  display: block;
  margin-bottom: 20px;
  font-size: 2rem;
  color: #eb7198;
}

#merit_sec02 .clm_container .num {
  position: absolute;
  top: -40px;
  left: 30px;
  width: 50px;
  height: 63px;
  z-index: 0;
  border-bottom: 2px solid #ea7197;
}

#merit_sec02 .illust_01 {
  position: absolute;
  top: 30px;
  left: -50px;
  width: 293px;
  height: 201px;
}

#merit_sec02 .illust_02 {
  position: absolute;
  top: 30px;
  right: -20px;
  width: 186px;
  height: 221px;
}

#merit_sec02 .illust_03 {
  position: absolute;
  bottom: -50px;
  left: -20px;
  width: 162px;
  height: 144px;
}

#merit_sec02 .illust_04 {
  position: absolute;
  bottom: -20px;
  right: -20px;
  width: 51px;
  height: 92px;
}

#merit_sec02 .even-st-tpink {
  color: #eb7198;
}

@media screen and (max-width:768px) {

  #merit_sec02 {
    position: relative;
    padding-bottom: 6.6vw;
    height: auto;
  }

  #merit_sec02::before {
    content: '';
    position: absolute;
    top: 40vw;
    left: -50%;
    width: 200%;
    height: 100%;
    background-color: #eef1f0;
    transform-origin: left center;
    transform: rotate(-15deg);
    z-index: 0;
  }

  #merit_sec02 .sec_container {
    width: 95%;
    position: relative;
  }

  #merit_sec02 .clm_container {
    max-width: 1050px;
    margin: 0 auto 6.6vw;
  }

  #merit_sec02 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
  }

  #merit_sec02 ul li {
    position: relative;
    width: 48%;
    margin-right: 4%;
    margin-bottom: 16vw;
    position: relative;
  }

  #merit_sec02 ul li:nth-child(3),
  #merit_sec02 ul li:nth-child(4) {
    margin-bottom: 6.6vw;
  }

  #merit_sec02 ul li:nth-child(2n) {
    margin-right: -4%;
  }

  #merit_sec02 ul li figure {
    z-index: -1;
  }

  #merit_sec02 ul li .title {
    position: absolute;
    bottom: -6.6vw;
    left: 50%;
    transform: translateX(-50%);
    padding: 2vw 2vw 4vw 2vw;
    border-radius: 0.8vw;
    width: 90%;
    margin: -6.6vw auto 0;
    height: 13.3vw;
    font-size: 3.2vw;
    line-height: 1.0;
    background-color: #fff;
  }

  #merit_sec02 ul li .title span {
    display: block;
    margin-bottom: 2vw;
    font-size: 2.6vw;
    color: #eb7198;
  }

  #merit_sec02 .clm_container .num {
    top: -4vw;
    left: 2vw;
    width: 5.3vw;
    height: 9.3vw;
  }

  #merit_sec02 .illust_01 {
    top: 14vw;
    left: 0vw;
    width: 26.6vw;
    height: 22.6vw;
  }

  #merit_sec02 .illust_02 {
    top: -12vw;
    right: 0;
    width: 29.3vw;
    height: 26vw;
  }

  #merit_sec02 .illust_03 {
    bottom: -21vw;
    left: 0;
    width: 25.3vw;
    height: 20vw;
  }

  #merit_sec02 .illust_04 {
    bottom: -15vw;
    right: 0;
    width: 8vw;
    height: 13.3vw;
  }

}


/* merit_sec03
---------------------------- */
#merit_sec03 {
  position: relative;
  height: auto;
  background: transparent;
  padding-bottom: 80px;
}

#merit_sec03 .sec_container {
  color: #fff;
}

#merit_sec03 .parallax {
  position: absolute;
  top: 65px;
  left: -100px;
  width: 130%;
  height: 130%;
  background-color: transparent;
  transform-origin: left center;
  transform: rotate(-4deg);
  z-index: -2;
  overflow: hidden;
}

#merit_sec03 .youtube {
  display: block;
  width: 750px;
  height: 420px;
  margin: 0 auto 60px;
  border: none;
}



@media screen and (max-width:768px) {
  #merit_sec03 {
    position: relative;
    height: auto;
    padding-bottom: 10.6vw;
  }

  #merit_sec03 .sec_container {
    margin-top: 6vw;
  }

  #merit_sec03 .parallax {
    position: absolute;
    top: 20vw;
    left: -200px;
    width: 200%;
    height: 120%;
    background-color: transparent;
    transform-origin: left center;
    transform: rotate(-15deg);
    z-index: -5;
    border: 1px solid #f00;
  }

  #merit_sec03 .youtube {
    display: block;
    width: 93vw;
    height: 52.2vw;
    margin: 0 auto 10.6vw;
  }

  #merit_sec03 .merit_swiper {
    height: 40vw;
    margin-bottom: 8vw;
  }

  #merit_sec03 .btn_primary {}

}


/* merit_sec04
---------------------------- */
#merit_sec04 {
  position: relative;
  height: 800px;
}

#merit_sec04::before {
  content: '';
  position: absolute;
  top: 75px;
  left: -100px;
  width: 120%;
  height: 100%;
  background-color: #eef1f0;
  transform-origin: left center;
  transform: rotate(-4deg);
  z-index: 0;
  background-image: url('../../merit/img/bg_merit_sec04.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.parallaxElm {
  width: 200%;
  height: 200%;
  background-attachment: fixed;
  background-image: url('../../merit/img/bg_merit_sec04.jpg');
  transform: rotate(-4deg);
  z-index: 0;
}

#merit_sec04 .sec_container {
  position: relative;
  height: 600px;
  color: #fff;
}

#merit_sec04 .clm_container {
  height: 300px;
  margin-bottom: 30px;
}

#merit_sec04 .sec_container .ph01 {
  position: absolute;
  top: 260px;
  left: -20px;
  width: 390px;
  height: 390px;
}

#merit_sec04 .sec_container .ph02 {
  position: absolute;
  top: 225px;
  right: -20px;
  width: 452px;
  height: 352px;
}

#merit_sec04 .btn_primary {
  margin-top: 340px;
}

@media screen and (max-width:768px) {

  #merit_sec04 {
    position: relative;
    height: 260vw;
    background-color: transparent;
    z-index: 0;
  }

  #merit_sec04::before {
    display: none;
  }

  #merit_sec04 .sec04_bg_img {
    content: '';
    position: absolute;
    top: 40vw;
    left: -50%;
    width: 200%;
    height: 100%;
    background-color: #eef1f0;
    transform-origin: left center;
    transform: rotate(-15deg);
    background-image: url('../../merit/img/bg_merit_sec04_sp.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
  }

  #merit_sec04 .sec_container {
    position: static;
    color: #fff;
  }

  #merit_sec04 .clm_container {
    height: 300px;
    margin-bottom: 30px;
  }

  #merit_sec04 .sec_container .ph01 {
    position: static;
    top: 260px;
    left: -20px;
    width: 75vw;
    height: 75vw;
    margin: 0 auto 8vw;
  }

  #merit_sec04 .sec_container .ph02 {
    position: static;
    top: 225px;
    right: -20px;
    width: 85vw;
    height: 66vw;
    margin: 0 auto 10.6vw;
  }

  #merit_sec04 .btn_primary {
    margin-top: 0px;
  }

}

/* merit_sec_gap
---------------------------- */
#merit_sec_gap {
  height: auto;
  overflow: hidden;
  padding-bottom: 10.6vw;
}

#merit_sec_gap::before {
  content: '';
  position: absolute;
  top: 75px;
  left: -100px;
  width: 120%;
  height: 120%;
  background-color: #eef1f0;
  transform-origin: left center;
  transform: rotate(-4deg);
  z-index: -2;
  background-image: url('../../merit/img/bg_merit_sec_gap.jpg');
  background-repeat: no-repeat;
  background-size: 100% auto;
}

#merit_sec_gap .sec_container {
  position: relative;
  padding-top: 100px;
}

#merit_sec_gap .sec_container .merit_ttl {
  padding: 0 30px;
  font-size: 3.0rem;
  font-weight: normal;
  position: relative;
}

#merit_sec_gap .sec_container .merit_ttl::before {
  position: absolute;
  top: 3px;
  left: -30px;
  content: '';
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-top-color: #eb7198;
  /*三角背景*/
}

#merit_sec_gap .sec_container .merit_ttl::after {
  position: absolute;
  top: 3px;
  right: -30px;
  content: '';
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-top-color: #49bdca;
  /*三角背景*/
}

#merit_sec_gap .clm_container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#merit_sec_gap .clm_container .btn_primary {
  width: 30% !important;
  margin-right: 5%;
  margin-left: 0px;
  box-sizing: border-box;
}

#merit_sec_gap .clm_container .btn_primary:last-child {
  margin-right: -5%;
}

#merit_sec_gap .clm_container .btn_primary .icon {
  display: inline-block;
  margin-right: 10px;
  margin-top: 12px;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: -5px;
}

#merit_sec_gap .clm_container .btn_primary .icon01 {
  width: 31px;
  height: 28px;
  background-image: url('../../merit/img/icon_gap01.png');
  background-size: 31px 28px;
}

#merit_sec_gap .clm_container .btn_primary .icon02 {
  width: 31px;
  height: 25px;
  background-image: url('../../merit/img/icon_gap02.png');
  background-size: 31px 25px;
}

#merit_sec_gap .clm_container .btn_primary .icon03 {
  width: 28px;
  height: 27px;
  background-image: url('../../merit/img/icon_gap03.png');
  background-size: 28px 27px;
}

@media screen and (max-width:768px) {
  #merit_sec_gap {
    height: 150vw;
    overflow: hidden;
  }

  #merit_sec_gap::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 120%;
    height: 130%;
    background-color: #eef1f0;
    transform-origin: left center;
    transform: rotate(0);
    z-index: -2;
    background-image: url('../../merit/img/bg_pattern02.jpg');
    background-repeat: repeat;

  }

  #merit_sec_gap .sec_container {
    position: relative;
    height: 100%;
    padding-top: 40vw;
  }

  #merit_sec_gap .sec_container .merit_ttl {
    padding: 0 1.3vw;
    margin-bottom: 8vw;
    font-size: 6vw;
  }

  #merit_sec_gap .sec_container .merit_ttl::before {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 18px solid transparent;
    border-top-color: #eb7198;
    /*三角背景*/
  }

  #merit_sec_gap .sec_container .merit_ttl::after {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 18px solid transparent;
    border-top-color: #49bdca;
    /*三角背景*/
  }

  #merit_sec_gap .clm_container {
    width: 86%;
    display: block;
    margin: 0 auto 0;
  }

  #merit_sec_gap .clm_container .btn_primary {
    width: 100% !important;
    height: 16vw;
    margin-right: 0%;
    margin-bottom: 8vw;
    margin-left: 0;
    box-sizing: border-box;
    border-radius: 8vw;
    font-size: 4.4vw;
    line-height: 16vw;
  }

  #merit_sec_gap .clm_container .btn_primary:last-child {
    margin-right: 0;
    margin-bottom: 0;
  }

  #merit_sec_gap .clm_container .btn_primary .icon {
    display: inline-block;
    margin-right: 10px;
    margin-top: 12px;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: -5px;
  }

  #merit_sec_gap .clm_container .btn_primary .icon01 {
    width: 6.2vw;
    height: 5.3vw;
    background-size: 6.2vw 5.3vw;
  }

  #merit_sec_gap .clm_container .btn_primary .icon02 {
    width: 31px;
    height: 25px;
    background-image: url('../../merit/img/icon_gap02.png');
    background-size: 31px 25px;
  }

  #merit_sec_gap .clm_container .btn_primary .icon03 {
    width: 28px;
    height: 27px;
    background-image: url('../../merit/img/icon_gap03.png');
    background-size: 28px 27px;
  }

}

/* merit_sec_05
---------------------------- */
#merit_sec05 {
  position: relative;
  height: 1000px;
  z-index: 0;
}

#merit_sec05 .parallax {
  width: 100%;
  height: 100%;
  background-color: transparent;
  z-index: 1;
  overflow: hidden;
}

#merit_sec05.active::before {
  content: '';
  position: absolute;
  top: 0px;
  left: -100px;
  width: 120%;
  height: 100%;
  background-color: #eef1f0;
  z-index: 0;
  background-image: url('../../merit/img/bg_merit_sec05.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;

}

#merit_sec05 .sec_container {
  width: 100%;
  position: absolute;
  top: 5px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
}

#merit_sec05 .sec_container.contents {
  position: absolute;
  top: 200px;
  /* z-index: -1; */
}

#merit_sec05 .sec05_title {
  width: 50%;
  z-index: 1;
  margin-bottom: 60px;
}

#merit_sec05 .sec05_title .inner {
  width: 100%;
  margin-left: 100%;
}

#merit_sec05 .sec05_title .title {
  margin-bottom: 40px;
}

#merit_sec05 .sec05_title .lead {
  font-size: 2.4rem;
  margin-bottom: 30px;
}

#merit_sec05 .sec05_title .text {
  font-size: 1.6rem;
  line-height: 2.0;
  text-align: justify;
}


@media screen and (max-width:768px) {

  #merit_sec05 {
    position: relative;
    height: 275vw;
    z-index: 0;
    background-color: #000;
    min-height: 1100px;
  }

  /*firefox*/
  @-moz-document url-prefix() {
    #merit_sec05 {
      height: 295vw;
    }
  }

  #merit_sec05 .sec_container {
    position: absolute;
    color: #fff;
    top: 2vw;
  }

  #merit_sec05 .parallax {
    display: none;
  }

  #merit_sec05 .sec05_hero {
    width: 100%;
    z-index: 1;
  }

  #merit_sec05 .sec05_title {
    width: 100%;
    margin-bottom: 0;
    padding-top: 60vw;
    background-image: url('../../merit/img/bg_merit_sec05_sp.jpg');
    background-repeat: no-repeat;
    background-size: 100vw auto;
    background-position: top center;
  }

  #merit_sec05 .sec05_title .inner {
    width: 100%;
    margin-left: 0%;
    padding-top: 4vw;
    background-color: rgba(0, 0, 0, 0.5);
  }

  #merit_sec05 .sec05_title .title {
    width: 95%;
    margin: 0 auto 16vw;
  }

  #merit_sec05 .sec05_title .lead {
    width: 95%;
    font-size: 2.4rem;
    line-height: 1.5;
    margin: 0 auto 4vw;
  }

  #merit_sec05 .sec05_title .text {
    width: 95%;
    font-size: 3.7vw;
    line-height: 1.7;
    text-align: justify;
    margin: 0 auto 0;
  }

}

/* merit_gap02
---------------------------- */
#merit_gap02 {
  position: relative;
  width: 100%;
  background-color: #282828;
}

#merit_gap02::before {
  content: '';
  position: absolute;
  top: -120px;
  left: -50%;
  transform: translateX(-50%);
  width: 200%;
  height: 200px;
  background-color: #282828;
  transform-origin: left center;
  transform: rotate(4deg);
  z-index: 0;
}

#merit_gap02 .sec_container {
  z-index: 1;
  padding-bottom: 70px;
}

/* upper */
#merit_gap02 .upper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-flow: column nowrap;
  position: relative;
  color: #fff;

}

#merit_gap02 .upper ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#merit_gap02 .upper ul:nth-child(1) {
  width: 100%;
  padding: 0 2%;
}

#merit_gap02 .upper ul:nth-child(2) {
  width: 100%;
  margin-top: 4%;
  padding: 0 2%;
}

#merit_gap02 .upper figure img {
  width: 20vw;
  height: auto;
}

#merit_gap02 h3.title {
  margin-bottom: 40px;
  width: 395px;
  height: 36px;
  margin: auto auto 90px;
  padding-top: 30px;
}

#merit_gap02 .upper .sub_title {
  margin-bottom: 25px;
  font-size: 2.0rem;
  line-height: 1.6;
}

#merit_gap02 .upper .text_container {
  width: 100%;
  box-sizing: content-box;
  padding: 0 0 0 20px;
}

#merit_gap02 .upper .text_container.pad-r0 {
  padding-right: 0px;
}

#merit_gap02 .upper .text {
  font-size: 1.6rem;
  line-height: 1.625;
  text-align: justify;
}


@media screen and (max-width:768px) {
  #merit_gap02 {
    position: relative;
    width: 100%;
    height: auto;
    background-color: #282828;
  }

  #merit_gap02::before {
    content: '';
    position: absolute;
    top: -20vw;
    left: -50%;
    transform: translateX(-50%);
    width: 200%;
    height: 200px;
    background-color: #282828;
    transform-origin: left center;
    transform: rotate(4deg);
    z-index: 0;
    border-top: 1px solid #666;
  }

  #merit_gap02 .sec_container {
    z-index: 1;
  }

  /* upper */
  #merit_gap02 .upper {
    display: block;
    position: relative;
    color: #fff;
  }

  #merit_gap02 h3.title {
    width: 95%;
    height: auto;
    margin: 0 auto 4vw;
  }

  /* 1 & 2 */

  #merit_gap02 .upper ul {
    width: 95%;
    margin: 0 auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  #merit_gap02 .text_container {
    width: 95%;
    box-sizing: content-box;
    padding: 0 !important;
  }

  #merit_gap02 .upper figure img {
    width: 100%;
    height: auto;
  }

  #merit_gap02 .upper .sub_title {
    margin-bottom: 4vw;
    font-size: 4.2vw;
    line-height: 1.5;
    text-align: justify;
  }

  #merit_gap02 .upper .text {
    font-size: 3.7vw;
    line-height: 1.7;
    text-align: justify;
  }

  /* 1 */

  #merit_gap02 .upper ul:nth-child(1) {
    width: 95%;
    margin: 0 auto 9.3vw;
  }

  #merit_gap02 .upper ul:nth-child(1) li:first-child {
    width: 35%;
  }

  #merit_gap02 .upper ul:nth-child(1) li:nth-child(2) {
    width: 62%;
    margin-left: 3%;
  }

  #merit_gap02 .upper ul:nth-child(1) figure {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
  }

  #merit_gap02 .upper ul:nth-child(1) .text_container {
    box-sizing: content-box;
    margin: 0;
    padding: 0;
  }

  /* 2 */
  #merit_gap02 .upper ul:nth-child(2) {
    display: block;
    width: 95%;
    margin: 0 auto 0;
  }

  #merit_gap02 .upper ul:nth-child(2) figure {
    margin-bottom: 4vw;
  }
}


/* merit_gap03
---------------------------- */

#merit_gap03 {
  width: 100%;
  height: 1100px;
  color: #fff;
  background-color: #000;
}

#merit_gap03 .sec_container {
  max-width: 100%;
}

/* tab accrdion */
#tab_accordion_merit {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-height: 500px;
  font-size: 0.875rem;
}

#tab_accordion_merit dl {
  top: 0;
  left: 0;
  width: 100%;
  position: absolute;
}

#tab_accordion_merit dl dt {
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  text-align: center;
  padding-top: 100px;
  width: 33.5%;
  height: 350px;
  transform: skewX(-15deg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  opacity: 1;
  cursor: pointer;
}

#tab_accordion_merit dl dt::before {
  content: '';
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #282828;
  opacity: 0.3;
  transition: opacity 0.3s linear;
}

#tab_accordion_merit dl.no01 dt {
  background-image: url('../../merit/img/sec_gap03_bg01.jpg');
}

#tab_accordion_merit dl.no02 dt {
  background-image: url('../../merit/img/sec_gap03_bg02.jpg');
}

#tab_accordion_merit dl.no03 dt {
  background-image: url('../../merit/img/sec_gap03_bg03.jpg');
}

#tab_accordion_merit dl dt:hover {
  opacity: 1.0;
}

#tab_accordion_merit dl:hover dt::before {
  opacity: 0;
}

#tab_accordion_merit dl dt:hover a {
  background-color: #49bdca;
}


#tab_accordion_merit dl:nth-child(2) dt {
  left: 33.3%;
}

#tab_accordion_merit dl:nth-child(3) dt {
  left: 66.9%;
}

#merit_gap03 span.title {
  display: block;
  margin-bottom: 25px;
  font-size: 2.6rem;
  line-height: 1.5;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  transform: skewX(15deg);
}

#merit_gap03 .btn_primary.btn_pink {
  width: 105px;
  height: 30px;
  border-radius: 4px;
  font-size: 1.4rem;
  line-height: 30px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  transform: skewX(15deg);
}

#tab_accordion_merit dl dd {
  display: none;
  position: absolute;
  top: 350px;
  left: 0;
  width: 100%;
  padding: 40px 0px 30px;
  text-align: left;
  box-sizing: border-box;
}

#tab_accordion_merit .clm_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-left: 10%;
  box-sizing: border-box;
}

#tab_accordion_merit .clm_container.lower {
  padding-left: 0px;
}

#tab_accordion_merit .clm_container.lower figure {
  margin: 0px 10px;
}

#tab_accordion_merit dl dd .ph {
  display: block;
  width: 550px;
}

#tab_accordion_merit dl dd div {
  width: calc(67% - 40px);
  margin-right: 40px;
}

#tab_accordion_merit dl dd .icon {
  display: block;
  height: 30px;
  width: 200px;
  margin-bottom: 20px;
}

#tab_accordion_merit dl dd .lead {
  display: block;
  margin-bottom: 20px;
  font-size: 2.4rem;
  line-height: 1.5;
}

#tab_accordion_merit dl dd h5.title {
  margin-bottom: 40px;
  font-size: 3rem;
  line-height: 1.3;
}

#tab_accordion_merit dl dd .text {
  margin-bottom: 40px;
  font-size: 1.6rem;
  line-height: 2.2;
}

/* no2 */
#tab_accordion_merit .no02 .icon {
  width: 270px;
  margin-bottom: 20px;
}

#tab_accordion_merit .no02 h5.title {
  margin-bottom: 20px;
}

#tab_accordion_merit .no02 .sub_title {
  display: block;
  margin-bottom: 20px;
  font-size: 2.4rem;
  font-weight: bold;
  color: #f0e800;
}

#tab_accordion_merit .no02 .special_list {
  font-size: 1.6rem;
  line-height: 1.6;
}

/* no3 */
#tab_accordion_merit .no03 .icon {
  width: 227px;
  margin-bottom: 20px;
}

#tab_accordion_merit .no03 h5.title {
  margin-bottom: 20px;
}

#tab_accordion_merit .no03 .clm_container {
  width: auto;
  max-width: 1050px;
  margin: 0 auto 0;
  padding-left: 0%;
}

#tab_accordion_merit .no03 .clm_container div {
  width: 100%;
  margin-right: 0px;
}

#tab_accordion_merit .no03 .lower .ph {
  margin: 0 10px;
  display: block;
}


@media screen and (max-width:768px) {

  #merit_gap03 {
    width: 100%;
    height: auto;
    color: #fff;
    background-color: #000;
    padding-bottom: 1.3vw;
  }

  #merit_gap03 .sec_container {
    max-width: 95%;
    margin: 0 auto 0;
  }

  /* tab accrdion */
  #tab_accordion_merit {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-height: 500px;
    font-size: 4vw;
    line-height: 1.2;
  }

  #tab_accordion_merit dl {
    width: 100%;
    position: static;
  }

  #tab_accordion_merit dl dt {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: static;
    padding-top: 0;
    width: 100%;
    height: 65vw;
    margin-bottom: 2vw;
    transform: skewX(0deg);
    opacity: 1;
    cursor: pointer;
  }

  #tab_accordion_merit dl.no01 dt {
    background-image: url('../../merit/img/sec_gap03_bg01_sp.jpg');
  }

  #tab_accordion_merit dl.no02 dt {
    background-image: url('../../merit/img/sec_gap03_bg02_sp.jpg');
  }

  #tab_accordion_merit dl.no03 dt {
    background-image: url('../../merit/img/sec_gap03_bg03_sp.jpg');
  }

  #merit_gap03 span.title {
    margin-bottom: 4vw;
    font-size: 6vw;
    line-height: 1.4;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    transform: skewX(0deg);
  }

  #merit_gap03 .btn_primary.btn_pink {
    width: 40.6vw;
    height: 12vw;
    border-radius: 4px;
    font-size: 4vw;
    line-height: 12vw;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    transform: skewX(0deg);
  }

  /* dd */
  #tab_accordion_merit dl dd {
    display: none;
    position: static;
    width: 100%;
    padding: 8vw 0px 8vw;
    text-align: left;
    box-sizing: border-box;
  }

  #tab_accordion_merit .clm_container {
    padding-left: 0%;

  }

  #tab_accordion_merit .clm_container.lower figure {
    margin: 0px 0px;
  }

  /* upper */
  #tab_accordion_merit dl dd .upper {
    display: block;
  }

  #tab_accordion_merit dl dd .upper .ph {
    display: block;
    width: 86.6vw;
    margin: 0 auto 8vw;
  }

  #tab_accordion_merit dl dd .upper div {
    width: 100%;
    margin: 0 auto 0;
    text-align: center;
  }

  #tab_accordion_merit dl dd .upper .icon {
    display: block;
    height: 6.6vw;
    width: 40vw;
    margin-bottom: 4vw;
  }

  #tab_accordion_merit dl dd .upper h5.title {
    width: 86.6vw;
    font-size: 5.6vw;
    line-height: 1.5;
    font-weight: bold;
    margin: 0 auto 4vw;
  }

  #tab_accordion_merit dl dd .upper .lead {
    display: block;
    font-size: 5.3vw;
    line-height: 1;
    margin-bottom: 2.6vw;
  }

  #tab_accordion_merit dl dd .upper .text {
    width: 86.6vw;
    margin: 0 auto 8vw;
    font-size: 3.7vw;
    line-height: 1.7;
  }

  /* lower */
  #tab_accordion_merit .clm_container.lower {
    width: 86.6vw;
    padding-left: 0px;
    margin: 0 auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
  }

  /* no01 */
  #tab_accordion_merit .no01 .lower figure {
    width: 48.5%;
    margin-right: 3%;
    margin-bottom: 2.6vw;
    border: 0px solid #ff0;
  }

  #tab_accordion_merit .no01 .lower figure:nth-child(2n) {
    margin-right: 0;
  }

  /* no2 */
  #tab_accordion_merit .no02 .icon {
    width: 56vw !important;
  }

  #tab_accordion_merit .no02 .sub_title {
    display: block;
    margin-bottom: 4vw;
    font-size: 4.2vw;
  }

  #tab_accordion_merit .no02 .special_list {
    width: 86.6vw;
    margin: 0 auto 0;
    font-size: 3.7vw;
    line-height: 1.7;
    text-align: left;
  }

  /* no3 */
  #tab_accordion_merit .no03 .icon {
    width: 46.6vw !important;
    margin-bottom: 20px;
  }

  #tab_accordion_merit .no03 h5.title {
    margin-bottom: 20px;
  }

  #tab_accordion_merit .no03 .clm_container {
    width: auto;
    max-width: 1050px;
    margin: 0 auto 0;
    padding-left: 0%;
  }

  #tab_accordion_merit .no03 .lower {
    width: 86.6vw;
    margin: 0 auto 0;
  }

  #tab_accordion_merit .no03 .lower figure {
    margin: 0 0 2.6vw !important;
  }



}



/* merit_sec06
---------------------------- */
#merit_sec06 {
  position: relative;
  color: #fff;
  height: auto;
  padding-bottom: 80px;
  /*
  background-image: url(../../merit/img/bg_merit_sec06.jpg);
  background-size: cover;
  */
}

#merit_sec06.active {
  background-image: url(../../merit/img/bg_merit_sec06.jpg);
  background-size: cover;
}

#merit_sec06 .parallax {
  position: absolute;
  top: 65px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: transparent;
  z-index: -2;
  overflow: hidden;
}

.f-btn-area {
  background-color: #fff;
}

#merit_sec06 .sec_container {
  padding-top: 75px;
}

#merit_sec06 .sec_container:last-child {
  padding-top: 0px;
}

#merit_sec06::before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 70px;
  background-color: #000;
  z-index: 0;
}

#merit_sec06 .swiper-container_merit {
  padding-bottom: 0px;
}

#merit_sec06 .swiper-container_merit.sec06 .swiper-wrapper .swiper-slide a {
  pointer-events: none;
}

@media screen and (max-width:768px) {
  #merit_sec06 {
    height: auto;
    padding-bottom: 10.6vw;
  }

  #merit_sec06 .parallax {
    position: absolute;
    top: 0;
    left: 0px;
  }

  #merit_sec06 .sec_container {
    padding-top: 20vw;
  }

  #merit_sec06 .sec_container:last-child {
    padding-top: 0;
  }

  #merit_sec06::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 20vw;
    background-color: #000;
    z-index: 0;
  }

  #merit_sec06 .btn_container {
    display: block;
  }

  #merit_sec06 .btn_container a {
    margin-bottom: 4vw;
    margin-left: 0;
  }

}



/* hero__scroll-btn */
.hero__scroll-btn {
  position: absolute;
  top: 75%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;

}

.hero__scroll-btn>a {
  display: block;
  padding-top: 60px;
}

.hero__scroll-btn>a span {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 30px;
  height: 50px;
  margin-left: -15px;
  border: 1px solid #fff;
  border-radius: 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.hero__scroll-btn>a span::before {
  position: absolute;
  top: 10px;
  left: 50%;
  content: '';
  width: 6px;
  height: 6px;
  margin-left: -3px;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: sdb 2s infinite;
  animation: sdb 2s infinite;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.hero__scroll-btn a span::after {
  position: absolute;
  bottom: -18px;
  left: 50%;
  width: 10px;
  height: 10px;
  content: '';
  margin-left: -5px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@-webkit-keyframes sdb {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0;
  }

  40% {
    opacity: 1;
  }

  80% {
    -webkit-transform: translate(0, 20px);
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

@keyframes sdb {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 0;
  }

  40% {
    opacity: 1;
  }

  80% {
    -webkit-transform: translate(0, 20px);
    transform: translate(0, 20px);
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}