@charset "UTF-8";
/**
 * CSS Information
 * ===============================================================
 *
 * File name: _contents.scss
 * Summary:   ページ・コンテンツごとの固有スタイル
 *
 * -----------------------------------
 *
 * TOC:
 *     =1    home
 *
 * ===============================================================
*/
/** =1
 * ========================================
 * home
 * ========================================
 */

 /*
    * MV
    * ----------------------------------
    */

.topMvWrapper {
  overflow: hidden;
  width: 100%;
  height: 100vh;
  /* background: url(./sapmle.png) no-repeat center center/cover; */
}
.topMv {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50% , -50%);
  /* min-width: 100%;
  min-height: 100%; */
  max-width: inherit;
  object-fit: cover;
  height: 100%;
  width: 100%;
  /* z-index: 1; */
}
.topMvOverlay {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  background-image: rgba(93,63,19,0.2);
}

#home .mainLogoWideView .natural{
  display: block;
}

#home .mainLogoWideView .cls-2{ fill: #f6b7a3;}
#home .mainLogoWideView .cls-3{ fill: #ffea9a;}
#home .mainLogoWideView .cls-4{ fill: #b5b6db;}
#home .mainLogoWideView .cls-5{ fill: #bbbc79;}
#home .mainLogoWideView .cls-6{ fill: #cceafb;}
#home .mainLogoWideView .cls-7{ fill: #9dc9b6;}
#home .mainLogoWideView .natural .cls-1,
#home .mainLogoWideView .natural .cls-8,
#home .responsiveLogo .natural .cls-7,
#home .responsiveLogo .natural .cls-8{ fill: #fff;}
#home .mainLogoWideView .scrolled .cls-1,
#home .mainLogoWideView .scrolled .cls-8,
#home .responsiveLogo .scrolled .cls-7,
#home .responsiveLogo .scrolled .cls-8{ fill: #3a4361;}
#home .mainLogoWideView .scrolled{
  display: none;
}
#home .responsiveLogo{
  width: 160px;
}
#home .scrolled .responsiveLogo{
  width: 120px;
}
#home .responsiveLogo .natural{
  display: block;
}
#home .responsiveLogo .scrolled{
  display: none;
}
#home .navHandler a{
  color: #fff;
}
#home .scrolled .navHandler a{
  color: #000;
}

    @media screen and (max-width: 767px) {
      #home .responsiveLogo{
        width: 140px;
      }
    }

#home .navLi a{
  color: #fff;
}
#home .navLi a.scrolled{
  color: #454e6a;
}
#home .navLi.advantageColor a:hover,
#home .navLi.advantageColor a.scrolled:hover{ color: #9cc9b6;}
#home .navLi.videoColor a:hover,
#home .navLi.videoColor a.scrolled:hover,
#home .navLi.priceColor a:hover,
#home .navLi.priceColor a.scrolled:hover{ color: #bbbc79;}
#home .navLi.designColor a:hover,
#home .navLi.designColor a.scrolled:hover{ color: #e5c95e;}
#home .navLi.worksColor a:hover,
#home .navLi.worksColor a.scrolled:hover{ color: #f6b7a3;}
#home .navLi.companyColor a:hover,
#home .navLi.companyColor a.scrolled:hover{ color: #b5b6db;}
#home .navLi.flowColor a:hover,
#home .navLi.flowColor a.scrolled:hover{ color: #9dd2ed;}
#home .navLi.faqColor a:hover,
#home .navLi.faqColor a.scrolled:hover{ color: #75c5a3;}

.topMvCopyWrapper{
  bottom: 8%;
  left: 47%;
}
.topMvCatch{
  margin-bottom: 10px;
  font-size: 44px;
  font-size: 4.4rem;
  /* letter-spacing: .05em; */
}
.topMvBody{
  padding-left: 10px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 2.0;
  letter-spacing: .05em;
}

#home .breadcrumb{
  color: #fff;
}

    @media screen and (max-width: 999px) {
      .topMvCopyWrapper{
        bottom: 10%;
        left: 8%;
      }
    }

    @media screen and (max-width: 767px) {
      .topMvCopyWrapper{
        bottom: 20%;
        left: 6%;
        right: 6%;
      }
      .topMvCatch{
        font-size: 34px;
        font-size: 3.4rem;
      }
      .topMvBody{
        font-size: 16px;
        font-size: 1.6rem;
      }
    }


/*
   * Contents Area
   * ----------------------------------
   */

.topContentsTitle{
  margin-bottom: 70px;
  font-size: 70px;
  font-size: 7.0rem;
  font-weight: 400;
}
.topContentsTitle .franklin{
  display: block;
  margin: 0 auto;
  font-size: 30px;
  font-size: 3.0rem;
  font-weight: 700;
}
.underContentsTitle{
  margin-top: -40px;
  margin-bottom: 50px;
}

    @media screen and (max-width: 767px) {
      .topContentsTitle{
        margin-bottom: 40px;
        font-size: 35px;
        font-size: 3.5rem;
      }
      .topContentsTitle .franklin{
        font-size: 22px;
        font-size: 2.2rem;
      }
      .underContentsTitle{
        margin-top: 0;
        margin-bottom: 30px;
      }
    }

.topDesignCopy{
  margin-bottom: 40px;
  font-size: 16px;
  font-size: 1.6rem;
}
.designLinkBtnUl{
  justify-content: center;
}
.designLinkBtnLi{
  max-width: 351px;
  margin: 0 12px;
}

    @media screen and (max-width: 767px) {
      .topDesignCopy{
        margin-bottom: 20px;
        font-size: 14px;
        font-size: 1.4rem;
      }
      .designLinkBtnLi{
        margin: 0 5px;
      }
    }

.advantageCopyPhotoWrapper{
  align-items: center;
}
.advantageCopyPhotoBox{
  width: 50%;
}
.advantageCopyBox{
  max-width: 500px;
  margin-left: auto;
  padding-right: 30px;
}
.advantageCopyBox.rightVer{
  margin-left: 0;
  margin-right: auto;
  padding-right: 0;
  padding-left: 30px;
}
.advantageCopyCatch{
  margin-bottom: 20px;
  font-size: 22px;
  font-size: 2.2rem;
}
.advantagePhotoBox{
  height: 400px;
}
.advantagePhotoBox img{
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.onlineMtgLogo{
  margin: 10px 0;
}

    @media screen and (max-width: 999px) {
      .advantageCopyBox{
        margin-left: 2%;
      }
      .advantageCopyBox.rightVer{
        margin-right: 2%;
      }
      .onlineMtgLogo{
        height: 35px;
      }
    }

    @media screen and (max-width: 767px) {
      .advantageCopyPhotoWrapper{
        flex-direction: column-reverse;
        align-items: center;
        margin-bottom: 0; /*50px*/
      }
      #advantage .advantageCopyPhotoWrapper:nth-of-type(2n){
        flex-direction: column;
      }
      .advantageCopyPhotoBox{
        width: 100%;
      }
      .advantageCopyBox{
        width: 96%;
        margin: 0 auto;
        padding-right: 0;
      }
      #advantage .advantageCopyBox{
        margin: 0 auto 20px;
      }
      #advantage .advantageCopyPhotoWrapper:last-of-type .advantageCopyBox{
        margin: 0 auto;
      }
      .advantageCopyBox.rightVer{
        padding-left: 0;
      }
      .advantageCopyCatch{
        margin-bottom: 10px;
        font-size: 18px;
        font-size: 1.8rem;
      }
      .advantagePhotoBox{
        height: 200px;
        margin-bottom: 20px;
      }
      .advantagePhotoBox img{
        height: 200px;
      }
      .onlineMtgLogo{
        height: 33px;
      }
    }

.worksClientWrapper{
  margin-top: 50px;
}
.worksClientUl{
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.worksClientUl:last-of-type{
  margin-bottom: 0;
}
.worksClientLi{
  margin: 0 35px;
}
.worksClientLi:first-of-type{
  margin: 0 35px 0 0;
}
.worksClientLi:last-of-type{
  margin: 0 0 0 35px;
}
.worksClientImg{
  max-height: 58px;
}
/* .worksClientImg01{ width: 206px;}
.worksClientImg02{ width: 222px;}
.worksClientImg03{ width: 196px;}
.worksClientImg04{ width: 142px;}
.worksClientImg05{ width: 179px;}
.worksClientImg06{ width: 179px;}
.worksClientImg07{ width: 374px;} */

    @media screen and (max-width: 767px) {
      .worksClientWrapper{
        margin-top: 30px;
      }
      .worksClientUl{
        margin-bottom: 20px;
      }
      .worksClientLi{
        margin: 0 10px;
      }
      .worksClientLi:first-of-type{
        margin: 0 10px 0 0;
      }
      .worksClientLi:last-of-type{
        margin: 0 0 0 10px;
      }
    }

#home .pagetop a.natural {
  color: #fff;
}
#home .pagetop a.natural::before {
  background: #fff;
}
#home .pagetop a.natural::after {
  background: #fff;
}


/*
   * 見積り例 sectionPrice
   * ----------------------------------
   */
.sectionPriceDl{
  margin-bottom: 20px;
}
.sectionPriceDt{
  cursor: pointer;
}
.sectionPriceDd{
  display: none;
  padding: 30px;
  border-top: 1px dotted #666;
}

    @media screen and (max-width: 767px) {
      .sectionPriceDd{
        padding: 15px;
      }
    }

.sectionPriceInnerDt{
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 185px;
  padding: 20px;
}
.sectionPriceInnerDd{
  width: calc(100% - 185px);
  padding: 20px;
}
.sectionPriceInnerDtPrice{
  font-size: 2.2rem;
}
.sectionPriceInnerDdTitle{
  margin-bottom: 10px;
  font-size: 1.6rem;
}
.sectionPriceAccordionBtn{
  right: 4%;
  top: 50%;
  transform: translate(0 , -50%);
  width: 14px;
}
.accordionActive .sectionPriceAccordionBtn{
  transform: translate(0 , -50%) rotate(180deg);
}

    @media screen and (max-width: 767px) {
      .sectionPriceInnerDl{
        flex-direction: column;
      }
      .sectionPriceInnerDt{
        width: 100%;
        padding: 10px;
      }
      .sectionPriceInnerDd{
        width: 100%;
        padding: 10px;
      }
      .sectionPriceInnerDtPrice{
        margin-top: -5px;
        font-size: 2.0rem;
      }
      .sectionPriceInnerDdTitle{
        font-size: 1.5rem;
      }
    }


.sectionPriceInnerContentsDl{
  align-items: center;
  flex-wrap: wrap;
}
.sectionPriceInnerContentsDt{
  align-items: center;
  justify-content: center;
  padding: 0 0 1px;
  width: 38px;
  margin-top: 5px;
  margin-right: 8px;
}
.sectionPriceInnerContentsDd{
  width: calc(100% - 46px);
  margin-top: 5px;
}

.sectionPriceDl:nth-of-type(1){ border: 1px solid #9cc9b6;}
.sectionPriceInnerDl10 .sectionPriceInnerDt{ background: #9cc9b6;}
.sectionPriceInnerDl10 .sectionPriceInnerContentsDt{ background: #9cc9b6;}

.sectionPriceDl:nth-of-type(2){ border: 1px solid #bbbc79;}
.sectionPriceInnerDl50 .sectionPriceInnerDt{ background: #bbbc79;}
.sectionPriceInnerDl50 .sectionPriceInnerContentsDt{ background: #bbbc79;}

.sectionPriceDl:nth-of-type(3){ border: 1px solid #e5c95e;}
.sectionPriceInnerDl100 .sectionPriceInnerDt{ background: #e5c95e;}
.sectionPriceInnerDl100 .sectionPriceInnerContentsDt{ background: #e5c95e;}



/*
   * 映像表現 sectionExpression
   * ----------------------------------
   */
.expressionUl{
  flex-wrap: wrap;
  justify-content: space-between;
}
.expressionLi{
  width: calc(100%/3 - 10px);
  margin-bottom: 30px;
}
.expressionDl{
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.expressionDtTitle{
  bottom: 0;
  width: 100%;
  padding: 3px;
  background: rgba(246,183,163,0.9);
  font-size: 2.4rem;
  font-weight: 500;
}
.expressionDtCopy{
  padding: 10px;
}
.expressionDd{
  min-height: 118px;
  margin-top: 5px;
  padding: 10px;
  border: 1px dotted #555;
}
.expressionDdPurposeDl{
  flex-direction: column;
}
.expressionDdPurposeDt{
  margin-bottom: 5px;
  align-items: center;
  justify-content: center;
  width: 52px;
  padding: 0 2px;
  background: #f6b7a3;
}
.expressionDdPurposeDd{
  position: relative;
  padding-left: 15px;
}
.expressionDdPurposeDd::before{
  content: "";
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translate(0 , -50%);
  width: 5px;
  height: 1px;
  background: #000;
}

    @media screen and (max-width: 767px) {
      .expressionLi{
        width: calc(100%/2 - 5px);
        margin-bottom: 20px;
      }
      .expressionLi:nth-of-type(5),
      .expressionLi:nth-of-type(6){
        margin-bottom: 0;
      }
      .expressionDtTitle{
        padding: 1px;
        font-size: 1.5rem;
      }
      .expressionDtCopy{
        padding: 5px;
        font-size: 1.3rem;
      }
      .expressionDd{
        min-height: 105px;
        padding: 5px;
      }
      .expressionDdPurposeDt{
        margin-bottom: 3px;
        width: 52px;
        font-size: 1.3rem;
      }
      .expressionDdPurposeDd{
        font-size: 1.3rem;
        line-height: 1.3;
      }
    }


/*
   * サービスの流れ sectionFlow
   * ----------------------------------
   */
.flowDl{
  justify-content: space-between;
  margin-bottom: 35px;
}
.flowDl:last-of-type{
  margin-bottom: 45px;
}
.flowDt{
  width: 162px;
}
.flowDd{
  width: calc(100% - 187px);
  border-bottom: 1px dotted #555;
}
.flowDdTitleWrapper{
  margin-bottom: 10px;
}
.flowDdTitleStepWrapper{
  font-size: 2.4rem;
}
.flowDdTitleStepWrapper .sans-serif{
  font-size: 1.6rem;
}
.flowDdCopy{
  line-height: 1.5;
}
.flowMarkImg{
  left: -115px;
  bottom: -28px;
  width: 20px;
}
.flowOnBtnCopyImg{
  width: 760px;
}

    @media screen and (max-width: 767px) {
      .flowDl{
        margin-bottom: 15px;
      }
      .flowDl:last-of-type{
        margin-bottom: 25px;
      }
      .flowDt{
        width: 102px;
      }
      .flowDd{
        width: calc(100% - 112px);
      }
      .flowDdTitleStepWrapper{
        font-size: 2.0rem;
      }
      .flowDdTitleStepWrapper .sans-serif{
        font-size: 1.4rem;
      }
      .flowDdCopy{
        padding-bottom: 15px;
        font-size: 1.3rem;
      }
      .flowMarkImg{
        display: none;
      }
    }


/*
   * よくある質問 sectionFaq
   * ----------------------------------
   */
.faqDt{
  margin-bottom: 10px;
  color: #75c5a3;
  font-size: 1.5rem;
  font-weight: 500;
}
.faqDd{
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px dotted #555;
  line-height: 1.5;
}

    @media screen and (max-width: 767px) {
      .faqDt{
        margin-bottom: 5px;
        font-size: 1.4rem;
      }
      .faqDd{
        padding-bottom: 15px;
        margin-bottom: 15px;
        font-size: 1.3rem;
      }
    }


/*
   * News Feed
   * ----------------------------------
   */
.newsArticle {
  margin-bottom: 0.5em;
}

.newsArticle a {
  text-decoration: none;
}

.newsArticleDate {
  margin-right: 5px;
}

.newsArticleCategory {
  display: inline-block;
  width: 6em;
  margin-right: 5px;
  border-radius: 5px;
  background: #DDD;
  text-align: center;
}


/** =2
 * ========================================
 * advantage
 * ========================================
 */

.advantageNo{
  margin-bottom: 10px;
  font-size: 32px;
  font-size: 3.2rem;
}
#advantage .advantageCopyCatch{
  font-size: 20px;
  font-size: 2.0rem;
}
.oyasapoBnrWrapper{
  align-items: flex-end;
}
a.oyasapoBnrImgLink{
  width: 45%;
  margin-right: 15px;
  border: 1px solid #ccc;
}

    @media screen and (max-width: 767px) {
      .advantageNo{
        margin-bottom: 5px;
        font-size: 20px;
        font-size: 2.0rem;
      }
      #advantage .advantageCopyCatch{
        font-size: 18px;
        font-size: 1.8rem;
      }
    }


/** =3
 * ========================================
 * video
 * ========================================
 */

.shisodoPv{
  margin: 10px 0 70px;
}

    @media screen and (max-width: 767px) {
      .shisodoPv{
        margin: 10px 0 30px;
      }
    }

.videoExampleUl{
  flex-wrap: wrap;
  justify-content: space-between;
}
.videoExampleLi{
  width: calc(50% - 10px);
  margin-bottom: 20px;
}

    @media screen and (max-width: 767px) {
      .videoExampleLi{
        width: 100%;
        margin-bottom: 10px;
      }
    }




/** =3
 * ========================================
 * works / blog
 * ========================================
 */

/*--detail--*/
.innerPageTitleCopyH3 .client{
  margin-left: 25px;
}
.worksDetailTitleCatCostWrapper{
  justify-content: center;
  align-items: center;
  margin-top: -15px;
}
#works .worksDetailTitleCatCostWrapper{
  flex-direction: column;
}
.worksDetailTitleCatUl{
  justify-content: center;
  align-items: center;
}
.worksDetailTitleCatUl .worksBlogCat{
  margin-bottom: 0;
  padding: 4px 7px 5px;
  font-size: 13px;
  font-size: 1.3rem;
}
.worksDetailTitleCatUl .worksCat{
  margin-right: 0;
}
.worksDetailTitleCatUl .worksCat:nth-of-type(n+2){
  margin-left: 10px;
}
#blog .worksDetailTitleCatUl .worksCat{
  margin-left: 10px;
}
.worksDetailTitleCatCostWrapper .worksCost{
  margin-top: 8px;
  /* margin-left: 10px; */
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
}
#blog .worksDetailTitleCatCostWrapper .blogDate{
  margin-right: 10px;
  font-size: 14px;
  font-size: 1.4rem;
}
.worksDetailCatch{
  margin-bottom: 15px;
  font-size: 18px;
  font-size: 1.8rem;
}

    @media screen and (max-width: 767px) {
      #works .innerPageTitleCopyWrapper,
      #blog .innerPageTitleCopyWrapper{
        width: calc(100% - 36px);
        text-align: left;
      }
      .innerPageTitleCopyH3 .client{
        margin-left: 15px;
      }
      .worksDetailTitleCatCostWrapper{
        flex-direction: column;
        align-items: flex-start;
        margin-top: -5px;
      }
      .worksDetailTitleCatUl{
        flex-direction: column;
        align-items: flex-start;
      }
      .worksDetailTitleCatUl .worksCat:nth-of-type(n+2){
        margin: 5px 0 0 0;
      }
      .worksDetailTitleCatCostWrapper .worksCost{
        margin: 10px 0 0 0;
      }
      #blog .worksDetailTitleCatUl{
        margin-top: 10px;
        margin-left: -10px;
      }
      #blog .worksDetailTitleCatUl .worksCat{
        margin-top: 5px;
      }
      #blog .worksDetailTitleCatUl .worksCat:first-of-type{
        margin-top: 0;
      }
    }

/**--wysiwygArea(.worksDetailContentsArea)--**/
.worksDetailContentsArea{
  margin-bottom: 80px;
}
.worksDetailContentsArea .iframeWrapper{
  margin-bottom: 30px;
}
.sceneUl{
  justify-content: space-between;
  flex-wrap: wrap;
}
.wysiwygArea li.sceneLi{
  width: 49%;
  margin-bottom: 15px;
  margin-left: 0;
  list-style: none;
}

    @media screen and (max-width: 767px) {
      .worksDetailContentsArea{
        margin-bottom: 40px;
      }
    }

.blogMainImg{
  margin-bottom: 3em;
}
#blog .blogContentsArea{
  width: 95%;
  margin: 0 auto;
  font-size: 1.6rem;
}
#blog .blogContentsArea h4{
  color: #9cc9b6;
  font-size: 1.9rem;
}
#blog .blogContentsArea h4 span{
  font-weight: 500;
}

    @media screen and (max-width: 767px) {
      #blog .blogContentsArea{
        font-size: 1.4rem;
      }
    }

/**--リスト--**/
#blog .blogContentsArea .blogUl{
  padding: 2em;
  background: #eff6f3;
}
#blog .blogContentsArea .blogUl li{
  margin-bottom: .6em;
  margin-left: 0;
  list-style: none;
}
#blog .blogContentsArea .blogUl li:last-of-type{
  margin-bottom: 0;
}
#blog .blogContentsArea .blogUl li::before{
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 10px;
  border-style: solid;
  border-width: 4px 0 4px 8px;
  border-color: transparent transparent transparent #6bb394;
  vertical-align: 2px;
}

/**--テーブル--**/
#blog .blogContentsArea table{
  margin-bottom: 1.5em;
  border: 1px solid #ccc !important;
}
#blog .blogContentsArea table th{
  padding: 10px;
  border: 1px solid #ccc !important;
  text-align: center;
  font-weight: 400;
  background: #eff6f3;
}
#blog .blogContentsArea table td{
  padding: 10px;
  border: 1px solid #ccc !important;
}

/**--FAQ--**/
#blog .blogFaqWrapper{
  margin: 2.2em 0 1.5em;
}
#blog .blogFaqWrapper p{
  margin-bottom: 0;
}
#blog .blogFaqSection{
  margin-top: 1.2em;
}
#blog .blogFaqTitle{
  padding: 10px 12px;
  background: #eee;
  font-weight: bold;
}
#blog .blogFaqTitle span{
  font-weight: bold;
}
#blog .blogFaqQuestion{
  padding: 5px 10px 10px;
  border-bottom: 1px solid #333;
  font-weight: 500;
}
#blog .blogFaqQuestion span{
  font-weight: 400;
}
#blog .blogFaqAnswerWrapper{
  padding-left: 12px;
  margin-top: 0.8em;
}

/**--目次--**/
#blog #toc_container{
  padding: 25px;
}
#blog #toc_container p.toc_title{
  text-align: left;
}
#blog #toc_container li a{
  display: inline-block;
  margin-bottom: 0.6em;
  font-weight: 400;
}
#blog #toc_container li a > span{
  display: inline-block;
  margin-right: 0.3em;
}

/**--関連記事--**/
.sectionRelativeArticle .worksBlogListUl{
  margin-bottom: 100px;
}



/** =4
 * ========================================
 * company
 * ========================================
 */
.companyPhilosophyUl{
  margin-top: 35px;
  padding: 0 30px;
}
.companyPhilosophyLi{
  position: relative;
  margin-bottom: 20px;
  font-size: 15px;
  font-size: 1.5rem;
}
.companyPhilosophyLi:last-of-type{
  margin-bottom: 0;
}
.companyPhilosophyLi::before{
  content: "";
  width: 15px;
  height: 2px;
  background: #7e81db;
  position: absolute;
  top: -10px;
  left: -5px;
}

.sectionCompanyMovie{
  margin-top: 70px;
}
.companyMovieWrapperUl{
  justify-content: space-between;
  width: 85%;
  margin: 0 auto 70px;
}
.companyMovieLi{
  width: calc(50% - 10px);
}

    @media screen and (max-width: 767px) {
      .sectionCompanyMovie{
        margin-top: 30px;
      }
      .companyMovieWrapperUl{
        flex-direction: column;
        width: 100%;
        margin: 0 auto 30px;
      }
      .companyMovieLi{
        width: 100%;
        margin-bottom: 10px;
      }
      .companyMovieLi:last-of-type{
        margin-bottom: 0;
      }
    }


/** =5
 * ========================================
 * flow
 * ========================================
 */
.flowUl{
  justify-content: center;
  margin-bottom: 80px;
}
a.flowLiA{
  flex-direction: column;
  justify-content: space-between;
  width: 120px;
  height: 120px;
  padding: 15px;
}
a.flowLiA:hover{
  background: #9dd2ed;
}
.flowLiNo{
  font-size: 20px;
  font-size: 2.0rem;
}
.flowLiTitle{
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 400;
}
.flowLi:nth-of-type(odd) a.flowLiA{
  background: #000;
  color: #fff;
}
.flowLi:nth-of-type(odd) a.flowLiA:hover{
  background: #9dd2ed;
}

    @media screen and (min-width: 768px) and (max-width: 1256px) {
      .flowLi{
        width: 12.5%;
      }
      a.flowLiA{
        width: 100%;
      }
    }

    @media screen and (max-width: 767px) {
      .flowUl{
        margin-bottom: 40px;
      }
      a.flowLiA{
        width: 44px;
        height: 54px;
        padding: 5px;
      }
      .flowLiNo{
        font-size: 15px;
        font-size: 1.5rem;
      }
      .flowLiTitle{
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 1;
      }
    }

/*--画像とテキスト部分--*/
.sectionFlowContentsWrapper .utilizationGallery{
  align-items: flex-start;
}
.sectionFlowContentsWrapper .stepWrapper{
  font-size: 28px;
  font-size: 2.8rem;
}
.sectionFlowContentsWrapper .utilizationGalleryTxtCatch{
  margin-bottom: 15px;
}
.sectionFlowContentsWrapper .utilizationGalleryTxt{
  padding-bottom: 30px;
}
.sectionFlowContentsWrapper #flow04.utilizationGalleryTxt,
.sectionFlowContentsWrapper #flow05 + .utilizationGalleryTxt,
.sectionFlowContentsWrapper #flow07 + .utilizationGalleryTxt{
  padding-top: 30px;
}
.sectionFlowContentsWrapper a.colorfulBtn{
  margin-top: 20px;
}

    @media screen and (max-width: 999px) {
      .sectionFlowContentsWrapper #flow04.utilizationGalleryTxt{
        padding-top: 0;
      }
    }

    @media screen and (max-width: 767px) {
      .sectionFlowContentsWrapper .stepWrapper{
        font-size: 20px;
        font-size: 2.0rem;
      }
      .sectionFlowContentsWrapper .utilizationGalleryTxtCatch{
        margin-bottom: 10px;
      }
      .sectionFlowContentsWrapper .utilizationGalleryTxt{
        padding-bottom: 0;
      }
      .sectionFlowContentsWrapper #flow05 + .utilizationGalleryTxt,
      .sectionFlowContentsWrapper #flow07 + .utilizationGalleryTxt{
        padding-top: 0;
      }
    }

/** =6
 * ========================================
 * information
 * ========================================
 */
.infoBlock{
  margin-bottom: 90px;
}
.sectionInfoMain .newsFeedDl{
  padding: 0 0 30px 0;
}
.sectionInfoMain .newsFeedTitle{
  font-size: 15px;
  font-size: 1.5rem;
}

.infoContentsArea{
  padding: 20px 0 0 105px;
}
.infoContentsArea a{
  color: #e5c95e;
}

    @media screen and (max-width: 767px) {
      .infoBlock{
        margin-bottom: 40px;
      }
      .sectionInfoMain .newsFeedDl{
        display: block;
        padding: 0 0 15px 0;
      }

      .infoContentsArea{
        padding: 15px 0 0 0;
      }
    }

/** =7
 * ========================================
 * contact
 * ========================================
 */
#contact .companyProfileDt{
  width: 130px;
}
#contact .companyProfileDd{
  width: calc(100% - 160px);
}

    @media screen and (max-width: 767px) {
      #contact .companyProfileDt{
        width: 100%;
      }
      #contact .companyProfileDd{
        width: 100%;
      }
    }

.checkBoxWrapper {
  align-items: center;
  justify-content: center;
  margin-top: 30px;
  padding: 25px 0;
  background: #eeeeee;
  font-size: 15px;
  font-size: 1.5rem;
}
.contactPrivacyArea{
  padding: 35px 0 0;
}
#contact[data-action="detail"] .contactPrivacyArea{
  display: none;
}
.contactPrivacyAreaTitle{
  margin-bottom: 15px;
}

.contactPhoneUl{
  justify-content: center;
  margin-bottom: 30px;
}
.contactPhoneLi{
  margin: 0 50px;
}
.contactPhoneName{
  font-size: 18px;
  font-size: 1.8rem;
}
.contactPhoneNumber{
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 500;
}
.contactPhoneIcon{
  width: 22px;
  margin-right: 5px;
  vertical-align: -2px;
}

    @media screen and (max-width: 767px) {
      .contactPhoneUl{
        flex-direction: column;
        margin-bottom: 15px;
      }
      .contactPhoneLi:first-of-type{
        margin-bottom: 10px;
      }
    }


/** =8
 * ========================================
 * sitemap
 * ========================================
 */

.sitemapUlWrapper{
  width: 85%;
  margin: 0 auto;
}
.sitemapUl .companyPhilosophyLi{
  margin-bottom: 35px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 400;
}
.sitemapUl .companyPhilosophyLi.linkToTop::before{ background: #000;}
.sitemapUl .companyPhilosophyLi.linkToAdvantage::before,
.sitemapUl .companyPhilosophyLi.linkToBlog::before{ background: #9cc9b6;}
.sitemapUl .companyPhilosophyLi.linkToVideo::before,
.sitemapUl .companyPhilosophyLi.linkToSitemap::before,
.sitemapUl .companyPhilosophyLi.linkToPrice::before{ background: #bbbc79;}
.sitemapUl .companyPhilosophyLi.linkToDesign::before,
.sitemapUl .companyPhilosophyLi.linkToInformation::before{ background: #e5c95e;}
.sitemapUl .companyPhilosophyLi.linkToWorks::before{ background: #f6b7a3;}
.sitemapUl .companyPhilosophyLi.linkToCompany::before{ background: #b5b6db;}
.sitemapUl .companyPhilosophyLi.linkToFlow::before{ background: #9dd2ed;}
.sitemapUl .companyPhilosophyLi.linkToFaq::before{ background: #75c5a3;}
.sitemapUl .companyPhilosophyLi.linkToContact::before{ background: #59abb5;}
.sitemapUl .companyPhilosophyLi.linkToMaterial::before{ background: #59b57c;}
.sitemapUl .companyPhilosophyLi.linkToPrivacy::before{ background: #f6b7a3;}
.sitemapUl .english{
  display: inline-block;
  margin-left: 10px;
  font-size: 12px;
  font-size: 1.2rem;
}
.sitemapInnerLinkUl{
  flex-wrap: wrap;
  padding: 25px 25px 0 25px;
}
.sitemapInnerLinkLi{
  margin-bottom: 10px;
  font-size: 15px;
  font-size: 1.5rem;
}
.sitemapInnerLinkLi::after{
  content: "/";
  display: inline-block;
  margin: 0 15px;
}
.sitemapInnerLinkLi:last-of-type::after{
  content: "";
  display: none;
}


/** =9
 * ========================================
 * privacy policy
 * ========================================
 */
.privacyDt{
  font-size: 22px;
  font-size: 2.2rem;
}
.privacyDd{
  padding: 30px;
}
.privacyDd .hasMark{
  position: relative;
  margin-bottom: 20px;
}
.privacyDd .hasMark:last-of-type{
  margin-bottom: 0;
}
.privacyDd .hasMark::before{
  content: "";
  width: 15px;
  height: 2px;
  background: #f6b7a3;
  position: absolute;
  top: -10px;
  left: -5px;
}

    @media screen and (max-width: 767px) {
      .privacyDlWrapper{
        width: 95%;
        margin: 0 auto;
      }
      .privacyDt{
        font-size: 18px;
        font-size: 1.8rem;
      }
      .privacyDd{
        padding: 15px;
      }
    }


/** =10
 * ========================================
 * material
 * ========================================
 */
.materialDetailContentsWrapper{
  align-items: flex-start;
  justify-content: space-between;
}
.sectionMaterialDetailContents{
  width: 58%;
}
.sectionMaterialDetailForm{
  width: 39%;
}
.materialFormWrapper{
  width: 100%;
}
.materialFormWrapper .companyProfileDl{
  flex-direction: column;
  align-items: flex-start;
  padding: 10px 0;
  border: none;
}
.materialFormWrapper .companyProfileDl:first-child{
  padding-top: 0;
}
.materialFormWrapper .companyProfileDt{
  width: 100%;
  margin-bottom: 5px;
}
.materialFormWrapper .companyProfileDd{
  width: 100%;
}
.materialFormWrapper .contactPrivacyArea{
  padding-top: 20px;
  font-size: 12px;
  font-size: 1.2rem;
}
.materialFormWrapper .contactPrivacyAreaTitle{
  margin-bottom: 5px;
}
.materialFormWrapper .checkBoxWrapper{
  border: 1px solid #000;
  background: #fff;
  font-size: 13px;
  font-size: 1.3rem;
}
.materialFormWrapper .checkbox input[type=checkbox] + .icon-checkbox:after{
  width: 65%;
  height: 45%;
}
.MaterialContentsArea h4{
  color: #59b57c;
}

    @media screen and (max-width: 1256px) {
      .materialDetailContentsWrapper{
        flex-direction: column;
        justify-content: flex-start;
      }
      .sectionMaterialDetailContents{
        width: 100%;
      }
      .MaterialContentsArea{
        width: 95%;
        margin: 0 auto;
      }
      .sectionMaterialDetailForm{
        width: 95%;
        max-width: 450px;
        margin: 0 auto;
      }
    }


/** =11
 * ========================================
 * recruit
 * ========================================
 */
.partnerKindDl{
  width: 95%;
  margin: 40px auto 0;
  padding: 20px 30px;
  border: 1px solid #e5c95e;
}
.partnerKindDt{
  margin-bottom: 12px;
  font-size: 16px;
  font-size: 1.6rem;
}
.partnerKindUl{
  flex-wrap: wrap;
  justify-content: space-between;
}
.partnerKindLi{
  width: calc(25% - 15px);
  margin-bottom: 8px;
  padding-bottom: 2px;
  border-bottom: 1px dotted #aaa;
}
.partnerKindLi::before{
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 3px;
  border-radius: 100%;
  border: 1px solid #333;
  vertical-align: -1px;
}

    @media screen and (max-width: 767px) {
      .partnerKindDl{
        padding: 15px;
      }
      .partnerKindLi{
        width: calc(50% - 10px);
      }
    }

.staffDlWrapper{
  width: 95%;
  margin: 40px auto 0;
}
.staffDl{
  display: flex;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px dotted #aaa;
}
.staffDt{
  width: 120px;
  color: #e5c95e;
}
.staffDd{
  width: calc(100% - 120px);
}

    @media screen and (max-width: 767px) {
      .staffDt{
        width: 90px;
      }
      .staffDd{
        width: calc(100% - 90px);
      }
    }



/** =12
 * ========================================
 * price
 * ========================================
*/
.pricePageLinkUl{
  justify-content: space-around;
  margin-bottom: 40px;
}
.pricePageLinkLi{
  width: 30%;
}
a.pricePageLinkLink{
  display: block;
  padding: 10px 0 12px;
  background: #bbbc79;
  text-align: center;
  color: #fff;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1;
}

    @media screen and (max-width: 767px) {
      .pricePageLinkUl{
        align-items: center;
        flex-direction: column;
      }
      .pricePageLinkLi{
        width: 90%;
        margin-top: 10px;
      }
      a.pricePageLinkLink{
        font-size: 16px;
        font-size: 1.6rem;
      }
    }

.priceAverageBoxWrapper{
  flex-wrap: wrap;
  border-bottom: 1px dotted #aaa;
}
.priceAverageBox{
  justify-content: space-between;
  width: 50%;
  padding: 20px;
  border-top: 1px dotted #aaa;
}
.priceAverageBox:nth-of-type(odd){
  border-right: 1px dotted #aaa;
}
.priceAverageBoxTitle{
  font-weight: 500;
}

    @media screen and (max-width: 767px) {
      .priceAverageBox{
        width: 100%;
        padding: 15px;
        border-top: 1px dotted #aaa;
      }
      .priceAverageBox:nth-of-type(odd){
        border-right: 0;
      }
      .priceAverageBox:nth-of-type(2){ order: 6;}
      .priceAverageBox:nth-of-type(3){ order: 2;}
      .priceAverageBox:nth-of-type(4){ order: 7;}
      .priceAverageBox:nth-of-type(5){ order: 3;}
      .priceAverageBox:nth-of-type(6){ order: 8;}
      .priceAverageBox:nth-of-type(7){ order: 4;}
      .priceAverageBox:nth-of-type(8){ order: 9;}
      .priceAverageBox:nth-of-type(9){ order: 5;}
      .priceAverageBox:nth-of-type(10){ display: none;}
    }

.exeampleBoxWrapper{
  margin-bottom: 30px;
}
.exeampleTitleBgColor{
  align-items: center;
  justify-content: center;
  width: 28%;
  padding: 15px;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1;
  background: #bbbc79;
}
.exeampleTitleTxt{
  width: 72%;
  padding: 25px;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.2;
  border: 3px solid #bbbc79;
}
.exeampleTableWrapper{
  flex-wrap: wrap;
  border: 3px solid #bbbc79;
  border-top: none;
}
.exeampleDl{
  width: 50%;
}
.exeampleDt{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 70px;
  padding: 0 15px;
  vertical-align: middle;
  border-right: 1px dotted #aaa;
  border-bottom: 1px dotted #aaa;
  cursor: pointer;
}
.exeampleDd{
  display: flex;
  align-items: center;
  width: calc(100% - 150px);
  height: 70px;
  padding: 0 15px;
  border-right: 1px dotted #aaa;
  border-bottom: 1px dotted #aaa;
}
.exeampleDd.txtCenter{
  justify-content: center;
}
.exeampleDl:nth-of-type(even) .exeampleDd{
  border-right: none;
}
.exeampleDl:last-of-type{
  width: 100%;
}
.exeampleDl:last-of-type .exeampleDt{
  border-bottom: 0;
}
.exeampleDl:last-of-type .exeampleDd{
  border-right: 0;
  border-bottom: 0;
}

    @media screen and (max-width: 767px) {
      .exeampleTitleWrapper{
        flex-direction: column;
      }
      .exeampleTitleBgColor{
        width: 100%;
        font-size: 16px;
        font-size: 1.6rem;
      }
      .exeampleTitleTxt{
        width: 100%;
        padding: 15px;
        font-size: 16px;
        font-size: 1.6rem;
        border: 3px solid #bbbc79;
        border-top: 0;
      }
      .exeampleTableWrapper{
        flex-direction: column;
      }
      .exeampleDl{
        width: 100%;
      }
      .exeampleDt{
        width: 125px;
        height: auto;
        padding: 10px 5px;
        font-size: 13px;
        font-size: 1.3rem;
      }
      .exeampleDd{
        width: calc(100% - 125px);
        height: auto;
        padding: 10px 5px;
        border-right: 0;
        font-size: 13px;
        font-size: 1.3rem;
      }
    }

.questionMark{
  position: relative;
  color: #999;
  margin-left: 5px;
}
.descriptionBox{
  display: none;
  position: absolute;
  z-index: 5;
  width: 400px;
  padding: 10px;
  border-radius: 5px;
  background: rgba(0 , 0 , 0 , 0.8);
  font-size: 12px;
  font-size: 1.2rem;
  color: #fff;
  line-height: 1.8;
}
.descriptionBox::before{
  content: "";
  position: absolute;
  top: -18px;
  left: 92px;
  border: 6px solid transparent;
  border-top: 12px solid rgba(0 , 0 , 0 , 0.8);
  transform: rotateZ(180deg);
}
.exeampleDt:hover > .questionMark > .descriptionBox{
  display: inline-block;
  top: 40px;
  left: -125px;
}

    @media screen and (max-width: 999px) {
      .descriptionBox{
        width: 350px;
      }
      .exeampleDt:hover > .questionMark > .descriptionBox{
        left: -105px;
      }
    }

    @media screen and (max-width: 767px) {
      .descriptionBox{
        width: 335px;
      }
      .descriptionBox::before{
        left: 40px;
      }
      .exeampleDt:hover > .questionMark > .descriptionBox{
        top: 35px;
        left: -75px;
      }
    }



/** =13
 * ========================================
 * faq
 * ========================================
*/
.sectionFaqDl{
  margin-bottom: -30px;
}

    @media screen and (max-width: 767px) {
      .sectionFaqDl{
        margin-bottom: -20px;
      }
    }



/** =14
 * ========================================
 * exhivition
 * ========================================
*/
.exhibitionDlBtnUl{
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 40px;
}
.exhibitionDlBtnLi{
  width: calc(50% - 30px);
  margin-bottom: 20px;
}
#exhibition a.colorfulBtn{
  margin-top: 0;
  max-width: initial;
  border-right: 30px solid transparent;
  font-size: 1.8rem;
  line-height: 2.6em;
}
#exhibition a.colorfulBtn.linkToAdvantage{ border-bottom: 50px solid #9cc9b6;}
#exhibition a.colorfulBtn.linkToVideo{ border-bottom: 50px solid #bbbc79;}
#exhibition a.colorfulBtn.linkToWorks{ border-bottom: 50px solid #f6b7a3;}
#exhibition a.colorfulBtn.linkToCompany{ border-bottom: 50px solid #b5b6db;}
#exhibition .iframeWrapper{
  max-width: 760px;
  margin: 0 auto 60px;
}

    @media screen and (max-width: 767px) {
      .exhibitionDlBtnUl{
        margin-top: 20px;
      }
      .exhibitionDlBtnLi{
        width: 100%;
        margin-bottom: 10px;
      }
      #exhibition .iframeWrapper{
        margin: 0 auto 40px;
      }
    }





/** =15
 * ========================================
 * promotion
 * ========================================
*/
#promotion .l-contents{
  background: url(../image/promotion/promotionBg.jpg) no-repeat right top;
}
#promotion .promotionSection{
  padding: 75px 0;
}
#promotion .l-inner{
  max-width: 820px;
}
#promotion .mainTitleTxtImg{
  width: 530px;
}
#promotion .mainTitlePriceImg{
  width: 642px;
}
#promotion .mainTitlePriceP{
  margin-bottom: 10px;
}
#promotion .mainBtnUl{
  align-items: center;
}
#promotion .mainContactBtnLi{
  margin-right: 30px;
}
#promotion .mainContactBtnImg{
  width: 422px;
}
#promotion .mainWorksBtnImg{
  width: 192px;
}

    @media screen and (max-width: 999px) {
      #promotion .l-contents{
        background-size: 55% auto;
        background-position-y: 70px;
      }
      #promotion .promotionSection.sectionType{
        padding: 0 0 75px;
      }
      #promotion .mainTitleTxtImg{
        width: 370px;
      }
      #promotion .mainTitlePriceImg{
        width: 552px;
      }
      #promotion .mainContactBtnImg{
        width: 332px;
      }
      #promotion .mainWorksBtnImg{
        width: 160px;
      }
    }

    @media screen and (max-width: 767px) {
      #promotion .l-contents{
        background-size: 40% auto;
      }
      #promotion .promotionSection{
        padding: 40px 0;
      }
      #promotion .promotionSection.sectionType{
        padding: 0 0 40px;
      }
      #promotion .mainTitleTxtImg{
        width: 270px;
      }
      #promotion .mainBtnUl{
        flex-direction: column;
      }
      #promotion .mainContactBtnLi{
        margin-right: 0;
        margin-bottom: 10px;
      }
      #promotion .mainContactBtnImg{
        width: 300px;
      }
    }

#promotion .sampleMovieUl{
  justify-content: space-between;
  margin: 80px 0 -80px;
}
#promotion .sampleMovieLi{
  width: 48%;
}

    @media screen and (max-width: 999px) {
      #promotion .sampleMovieUl{
        margin: 60px 0 -60px;
      }
    }

    @media screen and (max-width: 767px) {
      #promotion .sampleMovieUl{
        flex-direction: column;
        margin: 30px 0 -30px;
      }
      #promotion .sampleMovieLi{
        width: 100%;
      }
      #promotion .sampleMovieLi:first-of-type{
        margin-bottom: 20px;
      }
    }

#promotion .typeTitleImg{
  width: 802px;
}
#promotion .typeUl{
  flex-wrap: wrap;
  justify-content: center;
}
#promotion .typeLi{
  margin: 0 10px 15px 10px;
}
#promotion .type02IntroductionLi{
  margin-right: 25px;
}
#promotion .type01PrImg,
#promotion .type02IntroductionImg,
#promotion .type03RecruitImg{
  height: 283px;
  width: auto;
}
#promotion .type04GuidanceImg,
#promotion .type05ServiceImg{
  height: 297px;
  width: auto;
}
#promotion .typeUnderArrowP{
  margin: 40px 0;
}
#promotion .typeUnderArrowImg{
  width: 11px;
}
#promotion .sectionTypeBg{
  top: 0;
  right: 0;
  bottom: 0;
  left: -240px;
  z-index: -5;
  width: calc(100% + 240px);
  background: url(../image/promotion/typeBg.png) center bottom no-repeat;
  background-size: cover;
}

    @media screen and (max-width: 999px) {
      #promotion .typeTitleImg{
        width: 90%;
      }
      #promotion .type01PrImg,
      #promotion .type02IntroductionImg,
      #promotion .type03RecruitImg{
        height: 240px;
      }
      #promotion .type04GuidanceImg,
      #promotion .type05ServiceImg{
        height: 255px;
      }
    }

    @media screen and (max-width: 767px) {
      #promotion .typeLi{
        margin: 0 0 5px 0;
      }
      #promotion .type01PrImg,
      #promotion .type02IntroductionImg,
      #promotion .type03RecruitImg{
        height: 130px;
      }
      #promotion .type04GuidanceImg,
      #promotion .type05ServiceImg{
        height: 140px;
      }
      #promotion .typeUnderArrowP{
        margin: 20px 0;
      }
      #promotion .typeUnderArrowImg{
        width: 6px;
      }
    }

#promotion .sampleTitleEn{
  margin-bottom: 5px;
  color: #58a4ac;
  font-size: 1.4rem;
}
#promotion .sampleTitleJp{
  margin-bottom: 30px;
  font-size: 3.6rem;
}
#promotion .sampleCopy{
  margin-bottom: 50px;
  font-size: 1.8rem;
  font-weight: 500;
}

    @media screen and (max-width: 767px) {
      #promotion .sampleTitleEn{
        font-size: 1.2rem;
      }
      #promotion .sampleTitleJp{
        margin-bottom: 20px;
        font-size: 2.2rem;
      }
      #promotion .sampleCopy{
        margin-bottom: 30px;
        font-size: 1.3rem;
      }
    }

#promotion .priceChartP{
  margin-bottom: 30px;
}
#promotion .priceChartAttentionUl{
  margin-bottom: 30px;
}
#promotion .priceChartAttentionLi{
  font-weight: 500;
}
#promotion .priceIncludeUl{
  justify-content: space-between;
  align-items: baseline;
}
#promotion .priceIncludeLi{
  width: 49%;
}

    @media screen and (max-width: 767px) {
      #promotion .priceChartP{
        margin-bottom: 20px;
      }
      #promotion .priceChartAttentionUl{
        margin-bottom: 20px;
        font-size: 1.2rem;
      }
      #promotion .priceIncludeUl{
        flex-direction: column;
        align-items: center;
      }
      #promotion .priceIncludeLi{
        width: 80%;
      }
      #promotion .priceIncludeLi:first-of-type{
        margin-bottom: 10px;
      }
    }

#promotion .promotionPlanLi{
  margin-bottom: 25px;
}
#promotion .sectionPlanBg{
  top: 0;
  right: 0;
  bottom: 0;
  left: -240px;
  z-index: -5;
  width: calc(100% + 240px);
  background: url(../image/promotion/planBg.png) center;
}

#promotion .planSampleBtnWrapper{
  bottom: -15px;
  right: 15px;
}
#promotion .planSampleBtnImg{
  width: 178px;
}

    @media screen and (max-width: 767px) {
      #promotion .promotionPlanLi{
        margin-bottom: 15px;
      }
      #promotion .planSampleBtnWrapper{
        bottom: -10px;
        right: 10px;
      }
      #promotion .planSampleBtnImg{
        width: 100px;
      }
    }

#promotion .promotionFaqLi{
  margin-bottom: 20px;
  padding-bottom: 35px;
  background: url(../image/promotion/faqLiBottomLine.svg) bottom center repeat-x;
  background-size: auto 5px;
}
#promotion .promotionFaqLi:last-of-type{
  background: none;
}
#promotion .promotionFaqDt{
  margin-bottom: 5px;
  color: #58ad78;
  font-size: 2.4rem;
}
#promotion .promotionFaqDtDl{
  align-items: baseline;
}
#promotion .promotionFaqQ{
  width: 40px;
  font-size: 3.6rem;
  font-weight: 500;
}
#promotion .promotionFaqDtDd{
  width: calc(100% - 40px);
  font-weight: 500;
}
#promotion .promotionFaqDd{
  padding-left: 40px;
  font-size: 1.8rem;
  font-weight: 500;
}

    @media screen and (max-width: 767px) {
      #promotion .promotionFaqLi{
        margin-bottom: 15px;
        padding-bottom: 25px;
      }
      #promotion .promotionFaqDt{
        font-size: 1.5rem;
      }
      #promotion .promotionFaqQ{
        width: 20px;
        font-size: 1.8rem;
      }
      #promotion .promotionFaqDtDd{
        width: calc(100% - 20px);
      }
      #promotion .promotionFaqDd{
        padding-left: 20px;
        font-size: 1.2rem;
      }
    }

#promotion .promotionFlowDl{
  align-items: center;
  max-width: 600px;
  margin: 0 auto 40px;
}
#promotion .promotionFlowDt{
  position: relative;
  width: 160px;
  margin-right: 20px;
}
#promotion .promotionFlowDt::after{
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translate(-50% , 0);
  width: 7px;
  height: 23px;
  background: url(../image/promotion/flowIconDot.svg) center 0 no-repeat ;
  background-size: contain;
}
#promotion .promotionFlowDl:last-of-type .promotionFlowDt::after{
  display: none;
}
#promotion .promotionFlowDd{
  width: calc(100% - 180px);
}
#promotion .sectionFlowBg{
  top: 0;
  right: 0;
  bottom: 0;
  left: -240px;
  z-index: -5;
  width: calc(100% + 240px);
  background: #deedee;
}

    @media screen and (max-width: 767px) {
      #promotion .promotionFlowDl:first-of-type{
        margin: 0 auto 38px;
      }
      #promotion .promotionFlowDl:first-of-type{
        margin: 0 auto 20px;
      }
      #promotion .promotionFlowDl:nth-of-type(2){
        margin: 0 auto 30px;
      }
      #promotion .promotionFlowDt{
        width: 80px;
        margin-right: 10px;
      }
      #promotion .promotionFlowDt::after{
        bottom: -25px;
        width: 5px;
        height: 18px;
      }
      #promotion .promotionFlowDd{
        width: calc(100% - 90px);
      }
    }

/*-- top設置のバナー用 --*/
.prpmotionPageLinkBannerWrapper{
  margin-bottom: 70px;
}
.prpmotionPageLinkBannerWrapper{
  margin-bottom: 70px;
}

    @media screen and (max-width: 767px) {
      .prpmotionPageLinkBannerWrapper{
        margin-bottom: 30px;
      }
    }
