@charset "utf-8";


/* ------------------------------------------- */
/* もともとの↓
/* ------------------------------------------- */

.campaign-text{
  padding: 20px 0;
  color: #FFF;
  font-size: 2.2rem;
  text-align: center;
  background: #FF9326;
}
@media screen and (max-width: 767px){
  .campaign-text{
    padding: 15px 10px;
    font-size: 1.7rem;
  }
}

/* top-image */
.edit-area.top-image{
  padding: 60px 0 0;
}
@media screen and (max-width: 767px){
  .edit-area.top-image{
    padding: 0;
  }
}
.edit-area.top-image .top-photo{
  text-align: center;
}
@media screen and (max-width: 767px){
  .edit-area.top-image .top-photo{
    margin-bottom: 0;
  }
}
.edit-area.top-image .top-photo img{
  max-width: 100%;
  height: auto;
}
.edit-area.top-image .ib-tac{
  letter-spacing: 1px;
}


/* ------------------------------------------- */
/* index-title */
/* ------------------------------------------- */
/* 01 */
.index-title01{
  margin: 0 0 80px;
  padding: 37px 0;
  color: #FFF;
  font-size: 2.8rem;
  font-weight: 500;
  letter-spacing: 2px;
  text-align: center;
  background: #29C5A0;
}
@media screen and (max-width: 767px){
  .index-title01{
    padding: 15px 10px;
    font-size: 2rem;
    letter-spacing: 1px;
  }
}

/* 02 */
.index-title02{
  position: relative;
  margin-bottom: 60px;
  padding-bottom: 14px;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  line-height: 140%;
  letter-spacing: 2px;
}
@media screen and (max-width: 767px){
  .index-title02{
    margin-bottom: 30px;
    font-size: 1.8rem;
    line-height: 170%;
  }
}

.index-title02:after{
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -18px;
  width: 36px;
  height: 4px;
  background: #29C5A0;
}
@media screen and (max-width: 767px){
  .index-title02:after{
    height: 2px;
  }
}

.index-title02 .sub{
  display: block;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 1.8rem;
  text-align: center;
  color: #29c5a0;
}
@media screen and (max-width: 767px){
  .index-title02 .sub{
    font-size: 1.6rem;
  }
}


/* 03 */
.index-title03{
  margin-bottom: 40px;
  padding: 9px 0 10px;
  color: #FFF;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 1px;
  text-align: center;
  background: #92D050;
}
@media screen and (max-width: 767px){
  .index-title03{
    margin-bottom: 20px;
    padding: 8px 0;
    font-size: 1.6rem;
  }
}
.index-title03.mini{
  padding: 7px 0;
}
@media screen and (max-width: 767px){
  .index-title03.mini{
    padding: 5px 0;
  }
}
.index-title03.type02{
  background: #EDB605;
}

/* arrow */
.index-title03.arrow{
  position: relative;
}
.index-title03.arrow:after{
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top-color: #92D050;
}
.index-title03.type02.arrow:after{
  border-top-color: #EDB605;
}

/* 04 */
.index-title04{
  position: relative;
  margin-bottom: 30px;
  padding: 0 0 14px 60px;
  font-size: 2.1rem;
  font-weight: 600;
  line-height: 140%;
  border-bottom: 2px solid #CCC;
}
@media screen and (max-width: 767px){
  .index-title04{
    font-size: 1.6rem;
    padding: 0 0 8px 20px;
    border-bottom-width: 1px;
  }
}
.index-title04:after{
  content: "";
  position: absolute;
  left: 30px;
  top: 5px;
  display: block;
  width: 7px;
  height: 24px;
  background: #2CC49D;
}

@media screen and (max-width: 767px){
  .index-title04:after{
    top: 2px;
    left: 5px;
    width: 3px;
    height: 20px;
  }
}

.index-title04.type01{
  padding-left: 34px;
}
@media screen and (max-width: 767px){
  .index-title04.type01{
    padding-left: 14px;
  }
}
.index-title04.type01:after{
  left: 0;
}


/* ------------------------------------------- */
/* edit-area keyvisual */
/* ------------------------------------------- */

.edit-area.keyvisual{
  margin-bottom: 84px;
}
@media screen and (max-width: 767px){
  .edit-area.keyvisual{
    margin-bottom: 40px;
  }
}
.edit-area.keyvisual .belt{
  padding: 20px 50px;
  color: #fff;
  font-weight: 500;
  font-size: 30px;
  letter-spacing: 1px;
  text-align: center;
  background: #29C5A0;
}
@media screen and (max-width: 767px){
  .edit-area.keyvisual .belt{
    padding: 10px;
    font-size: 15px;
    text-align: center;
  }
}
.edit-area.keyvisual .belt.right{
  font-size: 22px;
  /*text-align: right;*/
}
@media screen and (max-width: 767px){
  .edit-area.keyvisual .belt.right{
    text-align: center;
    font-size: 14px;
  }
}

.edit-area.keyvisual .detail-belt{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 36px;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 1.78;
  color: #000;
  background: #F2EAE1;
  box-sizing: border-box;
}
@media screen and (max-width: 767px){
  .edit-area.keyvisual .detail-belt{
    flex-direction: column;
    padding: 20px;
    font-size: 16px;
    line-height: 1.4;
  }
}
.edit-area.keyvisual .detail-belt .link{
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
  width: 150px;
  min-height: 28px;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
  text-decoration: none;
  background: #ff7f00;
  transition: ease .25s background-color;
}
.edit-area.keyvisual .detail-belt .link:hover{
  background-color: #00a0e8;
}
@media screen and (max-width: 767px){
  .edit-area.keyvisual .detail-belt .link{
    margin-top: 10px;
  }
}

.edit-area.keyvisual .photo-set{
  position: relative;
  text-align: center;
  box-sizing: border-box;
}
@media screen and (max-width: 1080px){
  .edit-area.keyvisual .photo-set{
    width: 100%;
  }
}
@media screen and (max-width: 767px){
  .edit-area.keyvisual .photo-set{
    padding: 0;
  }
}

.edit-area.keyvisual .photo-set .photo{
}

.edit-area.keyvisual .photo-set .photo img{
  max-width: 100%;
  height: auto;
}

.edit-area.keyvisual .photo-set .index-btn{
  position: absolute;
  right: 45px;
  bottom: 40px;
}
@media screen and (max-width: 767px){
  .edit-area.keyvisual .photo-set .index-btn{
    margin-top: 30px;
    position: static;
  }
  .edit-area.keyvisual .photo-set .index-btn .cover{
    width: 100%;
    box-sizing: border-box;
  }
}



/* ------------------------------------------- */
/* point-list */
/* ------------------------------------------- */
.edit-area .point-list{
  margin-bottom: 80px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px){
  .edit-area .point-list{
    margin-bottom: 40px;
    display: block;
  }
}
.edit-area .point-list li{
  width: 266px;
}
@media screen and (max-width: 1080px) and (min-width: 768px){
  .edit-area .point-list li{
    margin-left: 2%;
    width: 32%;
  }
  .edit-area .point-list li:nth-child(3n+1){
    margin-left: 0;
  }
}

@media screen and (max-width: 767px){
  .edit-area .point-list li{
    margin-bottom: 30px;
    width: auto;
  }
}

.edit-area .point-list .icon{
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 767px){
  .edit-area .point-list .icon{
    margin-bottom: 15px;
  }
}

.edit-area .point-list .title{
  margin-bottom: 20px;
  font-size: 2.1rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px){
  .edit-area .point-list .title{
    margin-bottom: 10px;
    font-size: 1.8rem;
    font-weight: 500;
  }

  .edit-area .point-list .text{
    font-size: 1.4rem;
    text-align: center;
  }
}
@media screen and (max-width: 375px){
  .edit-area .point-list .text{
    margin: 0 auto;
    width: 70%;
    text-align: left;
  }
}

/* hdl06 config */
.edit-area .hdl06 .main{
  color: #000000;
}

/* type01 */
.edit-area .hdl06.type01 .main{
  color: #000;
}
.edit-area .hdl06.type01 .sub{
  background-color: #5F519D;
}
.edit-area .hdl06.type01 .sub:after{
  border-top-color: #5F519D;
}

/* hdl05 config */
/* type01 */
.edit-area .hdl05.type01{
  color: #29C5A0;
}

/* bg02 */
.edit-area.bg01{
  background: #F8F8F8;
}
.edit-area.bg02{
  background: #F5FBEC;
}



/* copy feature */

/* result */

.edit-area.result{
  padding: 0 0 70px;
  background: #F5FBEC;
}
@media screen and (max-width: 767px){
  .edit-area.result{
    padding: 0 0 30px;
  }
}

.edit-area.result .list{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;

  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;

  justify-content: space-between;
}
.edit-area.result .list li{
  width: calc((100% - 30px ) / 2);
  background: #FFF;
}
@media screen and (max-width: 767px){
  .edit-area.result .list li{
    margin-bottom: 30px;
    width: 100%;
  }
}

.edit-area.result .list .title{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;

  color: #FFF;
  font-weight: 500;
  line-height: 140%;
  text-align: center;
  height: 80px;
  background: #01963D;
}
@media screen and (max-width: 767px){
  .edit-area.result .list .title{
    height: 60px;
  }
}


.edit-area.result .list .text-box{
  padding: 34px 60px;
}
@media screen and (max-width: 767px){
  .edit-area.result .list .text-box{
    padding: 20px;
  }
}
.edit-area.result .list .text-box .text{
  margin-bottom: 20px;
  line-height: 150%;
  min-height: 72px;
}
@media screen and (max-width: 767px){
  .edit-area.result .list .text-box .text{
    min-height: auto;
  }
}


.edit-area.result .list .common-btn.type02.small a{
  min-width: 100%;
}



/* ------------------------------------------- */
/* top */
/* ------------------------------------------- */
.edit-area.merit.top{
  padding: 40px 0;
  @media screen and (max-width: 767px) {
    padding: 0;
  }
}
.edit-area.merit.top .inner{
  position: static;
}


.edit-area.merit .hdl06 .sub{
  min-width: 146px;
  box-sizing: border-box;
  background-color: #FF9326;
}
.edit-area.merit .hdl06 .sub:after{
  border-top-color: #FF9326;
}

.edit-area.merit .inner{
  position: relative;
  top: -30px;
}
@media screen and (max-width: 767px){
  .edit-area.merit .inner{
    top: -20px;
  }
}
.edit-area.merit.type01{
  background: #F5FBEC;
}

/* image-set */
.edit-area .image-set{
  margin-bottom: 40px;
  @media screen and (max-width: 767px) {
    margin-bottom: 24px;
  }
  &:last-child{
    margin-bottom: 0;
  }
}
.edit-area .image-set .photo-box{
  width: 270px;
}
@media screen and (max-width: 767px){
  .edit-area .image-set .photo-box{
    margin-bottom: 20px;
    width: auto;
    text-align: center;
  }
}
.edit-area .image-set .text-box{
  width: calc(100% - 300px);
}
@media screen and (max-width: 767px){
  .edit-area .image-set .text-box{
    width: auto;
  }
}

.edit-area .image-set .text-box{
  line-height: 170%;
}
@media screen and (max-width: 767px){
  .edit-area .image-set .text-box p{
    font-size: 1.4rem;
  }
}

.edit-area .image-set .common-btn.type02.small a{
  min-width: 480px;
}
@media screen and (max-width: 767px){
  .edit-area .image-set .common-btn.type02.small a{
    min-width: 100%;
  }
}

/* demerit*/
.edit-area.demerit{
  /*padding: 0 0 70px;*/
}
@media screen and (max-width: 767px){
  .edit-area.demerit{
    /*padding: 0 0 40px;*/
  }
}
.edit-area.demerit .inner{
  position: relative;
  /*top: -30px;*/
}
@media screen and (max-width: 767px){
  .edit-area.demerit .inner{
    /*top: -20px;*/
  }
}
.edit-area.demerit.type01{
  background-color: #F8F8F8;
}

/* demerit top */
.edit-area.demerit.top{
  padding: 0 0 20px;
  background: #FFF;
}
.edit-area.demerit.top .inner{
  position: static;
}
@media screen and (max-width: 767px){
  .edit-area.demerit.top{
    padding: 0;
  }
}
.edit-area.demerit .hdl06 .sub{
  background-color: #5F519D;
}
.edit-area.demerit .hdl06 .sub:after{
  border-top-color: #5F519D;
}

/* devising */
.edit-area.devising.top .inner{
  position: static;
}
.edit-area.devising .inner{
  position: relative;
  top: -30px;
}
@media screen and (max-width: 767px){
  .edit-area.devising .inner{
    top: -20px;
  }
}
.edit-area.devising.type01{
  background-color: #FFFFE8;
}
.edit-area.devising .hdl06 .sub{
  background-color: #29C5A0;
}
.edit-area.devising .hdl06 .sub:after{
  border-top-color: #29C5A0;
}

@media screen and (max-width: 767px){
  .edit-area.devising .border-skin p{
    font-size: 1.4rem;
  }
}


/* image-set */
.edit-area.devising .image-set{
  margin-bottom: 80px;
  &:last-child{
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px){
  .edit-area.devising .image-set{
    margin-bottom: 60px;
  }
}
.edit-area.devising .image-set .photo-box{
  width: 487px;
}
@media screen and (max-width: 767px){
  .edit-area.devising .image-set .photo-box{
    float: none;
    margin-bottom: 20px;
    width: 100%;
    text-align: center;
  }
}

.edit-area.devising .image-set .text-box{
  width: calc(100% - 487px - 30px);
}
@media screen and (max-width: 767px){
  .edit-area.devising .image-set .text-box{
    float: none;
    width: 100%;
  }
}
@media screen and (min-width: 1024px){
  .edit-area.devising .image-set .text-box p{
    text-align: center;
  }
}
.edit-area.devising .image-set .text-box b{
  color: #FF7D44;
}

.edit-area.devising .image-set .text-box .before{
  position: relative;
  margin-bottom: 44px;
  padding: 30px;
  font-size: 18px;
  line-height: 1.67;
  border: 1px solid #CCCCCC;
}
@media screen and (max-width: 767px){
  .edit-area.devising .image-set .text-box .before{
    margin-bottom: 24px;
    padding: 15px;
    font-size: 16px;
  }
}
.edit-area.devising .image-set .text-box .before:after{
  content: "";
  position: absolute;
  left: 50%;
  top: calc(100% + 20px);
  margin-left: -10px;
  border: 10px solid transparent;
  border-top-color: #00A0E8;
}
@media screen and (max-width: 767px){
  .edit-area.devising .image-set .text-box .before:after{
    top: calc(100% + 10px);
  }
}
.edit-area.devising .image-set .text-box .after{
  padding: 34px 30px;
  font-size: 18px;
  line-height: 1.67;
  background: #dcf5ef;
}
@media screen and (max-width: 767px){
  .edit-area.devising .image-set .text-box .after{
    padding: 15px;
    font-size: 16px;
  }
}

.edit-area.devising .image-set .text-box .after.resolution{
  background: #e5f4ff;
}
.edit-area.devising .image-set .text-box .after.resolution .title{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 0 auto 10px;
  width: 200px;
  height: 30px;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  border-radius: 15px;
  background: #00a0e8;
}

.edit-area.devising .image-set .video img{
  cursor: pointer;
  transition: ease .25s opacity;
}
@media screen and (min-width: 1025px){
  .edit-area.devising .image-set .video:hover img{
    opacity: .6;
  }
}

/* video-popup */
.edit-area.devising .image-set .video-popup{
  display: none;
}
.edit-area.devising .image-set .video-popup.on{
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  display: block;
  padding: 50px 0;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  background: rgba(0,0,0,.8);
  box-sizing: border-box;
}
@media screen and (max-width: 767px){
  .edit-area.devising .image-set .video-popup{
    width: 94%;
    left: 3%;
    margin-left: 0;
  }
}


.edit-area.devising .image-set .video-popup.on .close-btn:after{
  position: fixed;
  right: 2.5%;
  top: 2.5%;
  content: "✕";
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  color: #FFF;
  font-weight: bold;
  font-size: 30px;
  font-weight: bold;
  border: 2px solid #FFF;
  box-sizing: border-box;
  border-radius: 30px;
  cursor: pointer;
  transition: ease .25s background,ease .25s color;
}
@media screen and (max-width: 767px){
  .edit-area.devising .image-set .video-popup.on .close-btn:after{
    top: 1.5%;
    font-size: 15px;
    width: 30px;
    height: 30px;
    border-radius: 15px;
  }
}
.edit-area.devising .image-set .video-popup.on .close-btn:hover:after{
  color: #000;
  background: #FFF;
}


.edit-area.devising .image-set .video-popup .movie-iframe iframe{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
  display: block;
  width: 80%;
  aspect-ratio: 16 / 9;
}
@media screen and (max-width: 767px){
  .edit-area.devising .image-set .video-popup .movie-iframe iframe{
    position: static;
    margin-bottom: 25px;
    width: 94%;
    height: 56.25vw;
  }
}

.edit-area.devising .image-set .video-popup .form-iframe iframe{
  position: relative;
  display: block;
  margin: 0 auto !important;
  width: 720px;
  height: 1070px;
  background: #FFF;
  overflow: scroll !important;
  /*overflow-y: scroll !important;*/
  border: 30px solid #FFF;
  box-sizing: border-box;
}
@media screen and (max-width: 767px){
  .edit-area.devising .image-set .video-popup .form-iframe iframe{
    width: 94%;
    height: 60vh;
    border-width: 15px;
  }
}




/* edit-area common-contact */
.edit-area.common-contact{
  padding: 80px 0 0;
}
@media screen and (max-width: 767px){
  .edit-area.common-contact{
    padding: 40px 0 0;
  }
}
