@charset"utf-8";
@import "common.css";

/* img-area
-------------------------------------------------- */
div.img-area img{
  width: 100%;
  height: auto;
}

/* breadcrumbSec
-------------------------------------------------- */
section.breadcrumbSec{
  margin: 5rem 0 0;
}
section.breadcrumbSec div.breadcrumb ul li{
  display: inline-block;
  font-size: 1.4rem;
}
section.breadcrumbSec div.breadcrumb ul li::after{
  content: '>';
  padding: 0 1rem;
}
section.breadcrumbSec div.breadcrumb ul li:last-child::after{
  display: none;
}
section.breadcrumbSec div.breadcrumb ul li a{
  color: #c0b3a0;
  text-decoration: underline;
}
section.breadcrumbSec div.breadcrumb ul li a:hover{
  opacity: 0.4;
  transition: 0.6s;
}
@media print, screen and (max-width: 960px) {
  section.breadcrumbSec{
    margin: 3rem 0 0;
  }
  section.breadcrumbSec div.breadcrumb ul li{
    font-size: 1.3rem;
  }
}

/* titleSec
-------------------------------------------------- */
section.titleSec{
  margin-top: 5rem;
}
section.titleSec p.lead{
  font-size: 1.6rem;
  line-height: 2.0;
}
@media print, screen and (max-width: 767px) {
  section.titleSec p.lead{
    font-size: 1.5rem;
  }
}

/* visualSec
-------------------------------------------------- */
section.visualSec{
  position: relative;
  margin-top: 5rem;
  width: 100%;
  height: 500px;
}
section.visualSec.forbeginners{
  background:url(../img/forbeginners/visual_forbeginners.jpg) center center / cover no-repeat;
}
section.visualSec.effect{
  background:url(../img/effect/visual_effect.jpg) center center / cover no-repeat;
}
section.visualSec.feature{
  background:url(../img/feature/visual_feature.jpg) center center / cover no-repeat;
}
section.visualSec.voice{
  background:url(../img/voice/visual_voice.jpg) center center / cover no-repeat;
}
section.visualSec.menu{
  background:url(../img/menu/visual_menu.jpg) center center / cover no-repeat;
}
section.visualSec.contact{
  background:url(../img/contact/visual_contact.jpg) center center / cover no-repeat;
}
/* section.visualSec.diy{
  background:url(../img/diy/visual_diy.jpg) center center / cover no-repeat;
}*/
/*section.visualSec.privacy{
  background:url(../img/privacy/visual_privacy.jpg) center center / cover no-repeat;
}*/
@media print, screen and (max-width: 767px) {
  section.visualSec{
    margin-top: 5rem;
    height: 450px;
  }
}

/* "h"tag
-------------------------------------------------- */
h2.h2-ttl{
  font-size: 4.4rem;
  line-height: 1.4;
  margin-bottom: 3rem;
}
h3.h3-ttl{
  font-size: 2.8rem;
  line-height: 1.5;
  margin-bottom: 3rem;
}
h4.h4-ttl-bar{
  font-size: 2.4rem;
  line-height: 1.8;
  color: #fff;
  background: #c0b3a0;
  padding-left: 1rem;
  border-radius: 0.5rem;
  margin-bottom: 5rem;
  padding-bottom: 0.2rem;
}
@media print, screen and (max-width: 767px) {
  h2.h2-ttl{
    font-size: 3.6rem;
    margin-bottom: 3rem;
  }
  h3.h3-ttl{
    font-size: 2.4rem;
  }
  h4.h4-ttl-bar{
    font-size: 2.0rem;
    margin-bottom: 3rem;
  }
}

/* forbeginnersSec
-------------------------------------------------- */
section.forbeginnersSec{
  margin: 10rem 0 0;
}
section.forbeginnersSec div.forbeginners.f02,
section.forbeginnersSec div.forbeginners.f03{
  margin-top: 10rem;
}
section.forbeginnersSec div.forbeginners div.wrap{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
section.forbeginnersSec div.forbeginners.f02 div.wrap{
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
section.forbeginnersSec div.forbeginners div.wrap div.img-area{
  width: 48.5%;
}
section.forbeginnersSec div.forbeginners div.wrap div.img-area img{
  border-radius: 1rem;
}
section.forbeginnersSec div.forbeginners div.wrap div.txt-area{
  width: 48.5%;  
}
section.forbeginnersSec div.forbeginners div.wrap div.txt-area p.p-txt{
  font-size: 1.6rem;
}
@media print, screen and (max-width: 960px) {
  section.forbeginnersSec{
    margin: 7rem 0 0;
  }
  section.forbeginnersSec div.forbeginners.f02,
  section.forbeginnersSec div.forbeginners.f03{
    margin-top: 7rem;
  }
  section.forbeginnersSec div.forbeginners div.wrap{
    display: block;
  }
  section.forbeginnersSec div.forbeginners div.wrap div.img-area{
    margin-top: 5rem;
    width: 100%;
  }
  section.forbeginnersSec div.forbeginners div.wrap div.txt-area{
    width: 100%;  
  }
  section.forbeginnersSec div.forbeginners div.wrap div.txt-area p.p-txt{
    font-size: 1.5rem;
  }
}

/* effectSec
-------------------------------------------------- */
section.effectSec{
  margin: 10rem 0 0;
}
section.effectSec div.effect.e02,
section.effectSec div.effect.e03,
section.effectSec div.effect.e04,
section.effectSec div.effect.e05{
  margin-top: 10rem;
}
section.effectSec div.effect div.wrap{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
section.effectSec div.effect.e02 div.wrap,
section.effectSec div.effect.e04 div.wrap{
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
section.effectSec div.effect div.wrap div.img-area{
  width: 48.5%;
}
section.effectSec div.effect div.wrap div.img-area img{
  border-radius: 1rem;
}
section.effectSec div.effect div.wrap div.txt-area{
  width: 48.5%;  
}
section.effectSec div.effect div.wrap div.txt-area p.p-txt{
  font-size: 1.6rem;
}
@media print, screen and (max-width: 960px) {
  section.effectSec{
    margin: 7rem 0 0;
  }
  section.effectSec div.effect.e02,
  section.effectSec div.effect.e03,
  section.effectSec div.effect.e04,
  section.effectSec div.effect.e05{
    margin-top: 7rem;
  }
  section.effectSec div.effect div.wrap{
    display: block;
  }
  section.effectSec div.effect div.wrap div.img-area{
    margin-top: 5rem;
    width: 100%;
  }
  section.effectSec div.effect div.wrap div.txt-area{
    width: 100%;  
  }
  section.effectSec div.effect div.wrap div.txt-area p.p-txt{
    font-size: 1.5rem;
  }
}

/* featureSec
-------------------------------------------------- */
/* featureLeadSec */
section.featureLeadSec{
  margin: 10rem 0 0;
}
section.featureLeadSec div.feature div.wrap{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
section.featureLeadSec div.feature div.wrap div.img-area{
  width: 48.5%;
}
section.featureLeadSec div.feature div.wrap div.img-area img{
  border-radius: 1rem;
}
section.featureLeadSec div.feature div.wrap div.txt-area{
  width: 48.5%;
}
section.featureLeadSec div.feature div.wrap div.txt-area p.p-txt{
  font-size: 1.6rem;
}
/* featureSec */
section.featureSec{
  margin: 10rem 0 0;
  padding: 10rem 0;
  background: #F5F5F5;
}
section.featureSec h4.h4-ttl{
  font-size: 2.6rem;
  line-height: 1.4;
  margin-bottom: 3rem;
}
section.featureSec div.feature.f03,
section.featureSec div.feature.f04,
section.featureSec div.feature.f05{
  margin-top: 10rem;
}
section.featureSec div.feature div.wrap{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
section.featureSec div.feature div.wrap div.box{
  width: 49%;
  border-radius: 1rem;
  background: #fff;
  padding: 3rem;
}
section.featureSec div.feature div.wrap div.box div.img-area{
  margin-bottom: 3rem;
}
section.featureSec div.feature div.wrap div.box div.img-area img{
  border-radius: 1rem;
}
section.featureSec div.feature div.wrap div.box div.txt-area h5.h5-ttl{
  font-size: 2.0rem;
  line-height: 1.4;
  border-bottom: 1px dotted #000;
  padding-bottom: 0.5rem;
  margin-bottom: 2rem;
}
section.featureSec div.feature.f05 div.wrap{
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
  background: #fff;
  padding: 3rem;
  border-radius: 1rem;
}
section.featureSec div.feature.f05 div.wrap div.txt-area{
  width: 48.5%;
}
section.featureSec div.feature.f05 div.wrap div.txt-area h5.h5-ttl{
  font-size: 2.4rem;
  line-height: 1.5;
  margin-bottom: 3rem;
}
section.featureSec div.feature.f05 div.wrap div.img-area{
  width: 48.5%;
}
section.featureSec div.feature.f05 div.wrap div.img-area img{
  border-radius: 1rem;
}
@media print, screen and (max-width: 960px) {
  /* featureLeadSec */
  section.featureLeadSec{
    margin: 10rem 0 0;
  }
  section.featureLeadSec div.feature div.wrap{
    display: block;
  }
  section.featureLeadSec div.feature div.wrap div.img-area{
    width: 85%;
    margin: 5rem auto 0;
  }
  section.featureLeadSec div.feature div.wrap div.txt-area{
    width: 100%;
  }
  section.featureLeadSec div.feature div.wrap div.txt-area p.p-txt{
    font-size: 1.5rem;
  }
  /* featureSec */
  section.featureSec{
    margin: 7rem 0 0;
    padding: 7rem 0;
  }
  section.featureSec div.feature.f03,
  section.featureSec div.feature.f04,
  section.featureSec div.feature.f05{
    margin-top: 7rem;
  }
  section.featureSec div.feature div.wrap div.box{
    padding: 3rem 2rem;
  }
  section.featureSec div.feature.f05 div.wrap{
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    padding: 3rem 2rem;
  }
  section.featureSec div.feature.f05 div.wrap div.txt-area h5.h5-ttl{
    margin-bottom: 2rem;
  }
}

@media print, screen and (max-width: 767px) {
  section.featureLeadSec div.feature div.wrap div.img-area{
    width: 100%;
  }
  section.featureSec h4.h4-ttl{
    font-size: 2.4rem;
    text-align: center;
  }
  section.featureSec div.feature div.wrap{
    display: block;
  }
  section.featureSec div.feature div.wrap div.box{
    width: 100%;
  }
  section.featureSec div.feature div.wrap div.box.b02,
  section.featureSec div.feature div.wrap div.box.b04,
  section.featureSec div.feature div.wrap div.box.b06{
    margin-top: 3rem;
  }
  section.featureSec div.feature div.wrap div.box div.txt-area h5.h5-ttl{
    margin-bottom: 1.5rem;
  }
  section.featureSec div.feature.f05 div.wrap{
    display: block;
    padding: 3rem 2rem;
  }
  section.featureSec div.feature.f05 div.wrap div.txt-area{
    width: 100%;
  }
  section.featureSec div.feature.f05 div.wrap div.txt-area h5.h5-ttl{
    font-size: 2.2rem;
    line-height: 1.5;
    margin-bottom: 2rem;
    text-align: center;
  }
  section.featureSec div.feature.f05 div.wrap div.img-area{
    width: 100%;
    margin-bottom: 3rem;
  }
}

/* menuSec
-------------------------------------------------- */
/* ankerlinkSec */
section.ankerlinkSec{
  margin: 10rem 0 0;
}
section.ankerlinkSec ul{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
section.ankerlinkSec ul li{
  width: 25%;
}
section.ankerlinkSec ul li:last-child{
  margin-right: 0;
}
section.ankerlinkSec ul li a{
  font-size: 1.6rem;
  position: relative;
}
section.ankerlinkSec ul li a:hover{
  opacity: 0.4;
  transition: 0.6s;
}
section.ankerlinkSec ul li a::after {
  content: '\f078';
  font-family: 'Font Awesome 5 Free';
  font-weight: 600;
  color: #000;
  font-size: 1.5rem;
  background: #fff;
  border: 1px solid #000;
  padding: 0.6rem 0.7rem;
  border-radius: 50%;
  margin-left: 1rem;
}
section.menuSec{
  margin-top: 10rem;
  padding: 1rem 0 10rem;
  background: #F5F5F5;
}
section.menuSec h3.h3-ttl{
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #000;
  margin-bottom: 5rem;
}
section.menuSec h4.h4-ttl{
  font-size: 2.4rem;
  line-height: 1.5;
  margin-bottom: 2rem;
}
section.menuSec div#m01,
section.menuSec div#m02,
section.menuSec div#m03,
section.menuSec div#m04{
  margin-top: -10rem;
  padding-top: 20rem;
}
section.menuSec img{
  border-radius: 1rem;
}
section.menuSec div.menu div.wrap{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
section.menuSec div.menu div.wrap div.txt-area{
  width: 48.5%;
}
section.menuSec div.menu div.wrap div.img-area{
  width: 48.5%;
}
section.menuSec div.menu div.contentwrap{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 5rem;
}
section.menuSec div.menu div.contentwrap div.box{
  width: 32%;
  background: #fff;
  padding: 3rem 2rem;
  border-radius: 1rem;
}
section.menuSec div.menu div.contentwrap div.box div.txt{
  margin-top: 3rem;
}
section.menuSec div.menu div.contentwrap div.box div.txt h5.h5-ttl{
  font-size: 2.0rem;
  line-height: 1.5;
  margin-bottom: 1.5rem;
}
@media print, screen and (max-width: 960px) {
  /* ankerlinkSec */
  section.ankerlinkSec{
    margin: 7rem 0 0;
  }
  section.ankerlinkSec ul{
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  section.ankerlinkSec ul li{
    width: 33%;
    margin-bottom: 1.5rem;
  }
  section.menuSec{
    padding: 3rem 0 8rem;
  }
  section.menuSec div#m01,
  section.menuSec div#m02,
  section.menuSec div#m03,
  section.menuSec div#m04{
    margin-top: -7rem;
    padding-top: 14rem;
  }
  section.menuSec div.menu div.wrap{
    display: block;
  }
  section.menuSec div.menu div.wrap div.txt-area{
    width: 100%;
    margin-top: 3rem;
  }
  section.menuSec div.menu div.wrap div.img-area{
    width: 100%;    
  }
  section.menuSec div.menu div.contentwrap{
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  section.menuSec div.menu div.contentwrap div.box{
    width: 49%;
    margin-bottom: 2rem;
  }
  section.menuSec div.menu div.contentwrap div.box div.txt{
    margin-top: 2rem;
  }
  section.menuSec div.menu div.contentwrap div.box div.txt h5.h5-ttl{
    font-size: 1.8rem;
    margin-bottom: 1rem;
  }
}
@media print, screen and (max-width: 767px) {
  section.ankerlinkSec ul li{
    width: 33.3%;
    margin-bottom: 1.5rem;
  }
  section.ankerlinkSec ul li a{
    font-size: 1.5rem;
  }
  section.ankerlinkSec ul li a::after {
    font-size: 1.3rem;
    padding: 0.45rem 0.5rem;
    margin-left: 0.5rem;
  }
  section.menuSec{
    margin-top: 7rem;
    padding: 1rem 0 8rem;
  }
  section.menuSec h3.h3-ttl{
    margin-bottom: 3rem;
  }
  section.menuSec h4.h4-ttl{
    font-size: 2.0rem;
    line-height: 1.4;
  }
  section.menuSec div.menu div.contentwrap div.box{
    width: 48.5%;
  }
}
@media print, screen and (max-width: 560px) {
  section.ankerlinkSec ul{
    display: block;
  }
  section.ankerlinkSec ul li{
    width: 100%;
    margin-bottom: 1.5rem;
  }
  section.ankerlinkSec ul li a::after {
    margin-left: 0.8rem;
  }
  section.menuSec div.menu div.contentwrap{
    display: block;
  }
  section.menuSec div.menu div.contentwrap div.box{
    width: 100%;
  }
}

/* caseSec
-------------------------------------------------- */
section.caseSec {
  margin: 7rem 0 0;
  background: #F5F5F5;
  padding: 7rem 0 5rem;
}
section.caseSec h3.h3-cmn{
  text-align: center;
}
section.caseSec div.caselist{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
section.caseSec div.caselist div.box{
  width: 24%;
  margin-bottom: 2rem;
}
section.caseSec div.caselist div.box.blank{
  margin-bottom: 0;
}
section.caseSec div.caselist div.box div.img img{
  border-radius: 1rem;
}
section.caseSec div.caselist div.box div.img:hover{
  opacity: 0.4;
  transition: 0.6s;
}
section.caseSec div.caselist div.box p.p-txt{
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  margin-top: 1rem;
}
section.caseSec div.caselist div.box p.p-txt a:hover{
  opacity: 0.4;
  transition: 0.6s;
}
@media print, screen and (max-width: 960px) {
  section.caseSec div.caselist div.box{
    width: 32%;
  }
}
@media print, screen and (max-width: 767px) {
  section.caseSec{
    margin: 7rem 0 0;
    padding: 7rem 0;
  }
  section.caseSec div.caselist div.box p.p-txt{
    font-size: 1.5rem;
    margin-top: 0.8rem;
  }
}
@media print, screen and (max-width: 560px) {
  section.caseSec div.caselist div.box{
    width: 48.5%;
  }
}

/* columnSec
-------------------------------------------------- */
section.columnSec div.photo-area{
  margin-bottom: 5rem;
  position: relative;
}
section.columnSec div.slider div {
  margin: 0 1rem;
}
section.columnSec .slick-prev,
section.columnSec .slick-next {
  z-index: 1;
}
section.columnSec .slick-prev:before,
section.columnSec .slick-next:before {
  color: #000;
}
section.columnSec .slick-slide {
  transition: all ease-in-out .3s;
  opacity: .2;
}
section.columnSec .slick-active {
  opacity: 1;
}
section.columnSec .slick-current {
  opacity: 1;
}
section.columnSec div.slider-arrow.slider-next.fa.fa-chevron-right.slick-arrow {
  position: absolute;
  color: #555;
  z-index: 8;
  font-size: 4.0rem;
  top: 48%;
  right: 5%;
  transform: translateY(-52%);
}
section.columnSec div.slider-arrow.slider-next.fa.fa-chevron-right.slick-arrow:hover {
  cursor: pointer;
  opacity: 0.4;
  transition: 0.6s;
}
section.columnSec div.slider-arrow.slider-prev.fa.fa-chevron-left.slick-arrow {
  position: absolute;
  color: #555;
  z-index: 8;
  font-size: 4.0rem;
  top: 48%;
  left: 5%;
  transform: translateY(-52%);
}
section.columnSec div.slider-arrow.slider-next.fa.fa-chevron-left.slick-arrow:hover {
  cursor: pointer;
  opacity: 0.4;
  transition: 0.6s;
}
section.columnSec .thumbnail {
  margin: 20px 0 0;
}
section.columnSec .thumbnail .slick-slide {
  cursor: pointer;
}
section.columnSec .thumbnail .slick-slide:hover {
  opacity: 0.4;
  transition: 0.6s;
}
section.columnSec div.post-text div.company{
  margin-top: 3rem;
}
@media print, screen and (max-width: 767px) {
  section.columnSec div.photo-area{
    margin-bottom: 3rem;
  }
  section.columnSec div.slider div {
    margin: 0;
  }
  section.columnSec div.slider-arrow.slider-next.fa.fa-chevron-right.slick-arrow {
    color: #fff;
    font-size: 3.2rem;
    top: 50%;
    right: 5%;
    transform: translateY(-50%);
  }
  section.columnSec div.slider-arrow.slider-prev.fa.fa-chevron-left.slick-arrow {
    color: #fff;
    font-size: 3.2rem;
    top: 50%;
    transform: translateY(-50%);
  }
}


/* memberSec
-------------------------------------------------- */
/* memberSec */
section.memberSec{
  margin: 10rem 0 0;
  background: #F5F5F5;
  padding: 10rem 0;
}
section.memberSec h4.h4-member{
  font-size: 2.6rem;
  line-height: 1.2;
  padding-left: 1rem;
  border-left: 8px solid #000;
  padding-top: 1px;
}
section.memberSec div.box dl{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #000;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
section.memberSec div.box dl dt.name{
  font-size: 1.8rem;
  font-weight: bold;
  width: 23.5%;
}
section.memberSec div.box dl dd{
  width: 23.5%;
}
section.memberSec div.box dl dd.url a{
  color: #c0b3a0;
  text-decoration: underline;
}
section.memberSec div.box dl dd.url a:hover{
  opacity: 0.4;
  transition: 0.6s;
}
@media print, screen and (max-width: 960px) {
  section.memberSec div.memberwrap{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  section.memberSec div.memberwrap div.box{
    width: 47.5%;
    border-bottom: 1px dotted #000;
  }
  section.memberSec div.box dl{
    display: block;
    border-bottom: none;
  }
  section.memberSec div.box dl dt.name{
    margin-bottom: 1.5rem;
    width: 100%;
  }
  section.memberSec div.box dl dd{
    width: 100%;
  }
  section.memberSec div.box dl dd.area{
    margin-bottom: 1rem;
  }
  section.memberSec div.box dl dd.tel{
    margin-bottom: 1rem;
  }
}
@media print, screen and (max-width: 767px) {
  section.memberSec{
    margin: 7rem 0 0;
    padding: 7rem 0;
  }
}
@media print, screen and (max-width: 560px) {
  section.memberSec h4.h4-member{
    margin-bottom: 0;
  }
  section.memberSec div.memberwrap{
    display: block;
  }
  section.memberSec div.memberwrap div.box{
    width: 100%;
  }
}

/* voiceSec
-------------------------------------------------- */
section.voiceSec{
  margin: 15rem 0 0;
}
section.voiceSec div.voice.v02,
section.voiceSec div.voice.v03{
  margin: 10rem 0 0;
}
section.voiceSec div.voice div.wrap{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
section.voiceSec div.voice div.wrap div.img-area{
  width: 48.5%;
}
section.voiceSec div.voice div.wrap div.img-area img{
  border-radius: 1rem;
}
section.voiceSec div.voice div.wrap div.txt-area{
  width: 48.5%;  
}
section.voiceSec div.voice div.wrap div.txt-area p.p-txt{
  font-size: 1.6rem;
}
@media print, screen and (max-width: 960px) {
  section.voiceSec{
    margin: 10rem 0 0;
  }
  section.voiceSec div.voice.e02,
  section.voiceSec div.voice.e03{
    margin-top: 7rem;
  }
  section.voiceSec div.voice div.wrap{
    display: block;
  }
  section.voiceSec div.voice div.wrap div.img-area{
    margin-top: 5rem;
    width: 100%;
  }
  section.voiceSec div.voice div.wrap div.txt-area{
    width: 100%;  
  }
  section.voiceSec div.voice div.wrap div.txt-area p.p-txt{
    font-size: 1.5rem;
  }
}

/* pagenationSec
-------------------------------------------------- */
/* pagenavi */
section.pagenationSec{
  margin: 5rem 0 0;
}
section.pagenationSec .wp-pagenavi {
  clear: both;
  text-align:center;
}
section.pagenationSec .wp-pagenavi a, .wp-pagenavi span {
  color: #000;
  background-color: #FFF;
  border: 1px solid #c0b3a0;
  padding: 6px 13px 7px;
  margin: 0 3px;
  white-space: nowrap;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  text-align: center;
  text-decoration:none;
  font-size: 1.5rem;
  line-height: 1.4;
  border-radius: 50%;
}
section.pagenationSec .wp-pagenavi a{
  color: #c0b3a0!important; 
}
section.pagenationSec .wp-pagenavi span{
  color: #fff!important;
}
section.pagenationSec .wp-pagenavi a:hover{
  color:#FFF!important;
  background-color:#c0b3a0;
}
section.pagenationSec .wp-pagenavi span.current{
  color: #FFF;
  background-color: #c0b3a0;
}
@media print, screen and (max-width: 767px) {
  section.pagenationSec{
    margin: 5rem 0 7rem;
  }
  section.pagenationSec .wp-pagenavi a, .wp-pagenavi span {
    padding: 5px 11px 6px;
  }
}

/* columnSec
-------------------------------------------------- */
/* "h"tag */
h3.h3-single{
  font-size: 2.4rem;
  line-height: 1.4;
  border-bottom: 1px solid #C8C8C8;
  position: relative;
  padding-bottom: 1rem;
  margin-bottom: 3rem;
}
/* section */
section.columnSec{
  margin: 7rem auto 0;
}
section.columnSec div.column{
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}
section.columnSec div.column section.postDetailSec div.post-date{
  text-align: right;
  margin-bottom: 3rem;
}
section.columnSec div.column section.postDetailSec{
  overflow:hidden;
} 
section.columnSec div.column section.postDetailSec div.post-text,
section.columnSec div.column section.postDetailSec div.post-text p{
  line-height: 2;
}
section.columnSec div.column section.postDetailSec div.post-text img{
  width: 100%;
  height: auto;
  margin-bottom: 3rem;
}
section.columnSec div.column section.postDetailSec div.post-text a{
  color: #c0b3a0;
  text-decoration: underline;
}
section.columnSec div.column section.postDetailSec div.page-navi{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 3rem 0 5rem;
  color: #E0B216;
}
section.columnSec div.column section.postDetailSec div.page-navi a{
  color: #c0b3a0;
  text-decoration: underline;
}
section.columnSec div.column section.postDetailSec div.page-navi .prev,
section.columnSec div.column section.postDetailSec div.page-navi .next{
  color: #c0b3a0;
}
section.columnSec div.column section.postDetailSec div.page-navi a:hover{
  opacity: 0.4;
  transition: 0.6s;
}
@media print, screen and (max-width: 767px) {
  /* "h"tag */
  h3.h3-single{
    font-size: 2.0rem;
  }
  /* section */
  section.columnSec div.column{
    display: block;
    width: 100%;
    margin-bottom: 5rem;
  }
}

/* contactSec
-------------------------------------------------- */
section.contactSec{
  margin: 10rem 0 0;
}
section.contactSec p.p-txt{
  font-size: 1.6rem;
}
span.required{
  color: #D2302F;
  font-size: 1.6rem;
  line-height: 1.2;
  margin-right: 0.5rem;
}
section.contactSec div.button-area{
  width: 20rem;
  margin: 5rem auto 0;
}
section.contactSec input[type="submit"] {
  display: inline-block;
  text-align: center;
  outline: none;
  font-size: 1.5rem;
  background: #fff;
  border-radius: 5rem;
  border: 1px solid #c0b3a0;
  width: 20rem;  
  height: 4.8rem;
  line-height: 4.6rem;
  background: #c0b3a0;
  color: #fff;
  position: relative;
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", sans-serif;
  cursor: pointer;
  border-radius: 10rem;
}
section.contactSec input[type="submit"]:hover{
  background: #fff;
  color: #c0b3a0;
  transition: .6s;
}
table.table_form{
  width: 100%;
  margin-top: 5rem;
}
th span.required{
  color: #D2302F;
  margin-left: 0.5rem;
  font-size: 1.6rem;
  line-height: 1.2;
}
th span.optional{
  color: #F7E56C;
  margin-left: 0.5rem;
  font-size: 1.6rem;
  line-height: 1.2;
}
table.table_form th{
  width: 25rem;
  text-align: left;
  padding: 2.5rem 0 0;
  vertical-align: middle;
  line-height: 2.0;
  font-weight: normal;
}
table.table_form th.blank{
  padding: 0;
  line-height: 0;
}
table.table_form th.type,
table.table_form td.type{
  padding: 0;
}
/* td */
table.table_form td{
  padding: 2.5rem 0 0;
}
table.table_form td.blank{
  padding: 0;
}
table.table_form td input{
  line-height: 3.5;
  height: 3.5em;
  padding-left: 1rem;
  border: 1px solid #A1A1A1;
}
table.table_form td.name input,
table.table_form td.kana input{
  width: 70%;
}
table.table_form td.tel input {
  width: 12rem;
}
table.table_form td.corporate_name input,
table.table_form td.corporate_kana input,
table.table_form td.mailaddress input{
  width: 100%;
}
table.table_form td.remarks textarea{
  width: 100%;
  height: 12em;
  line-height: 1.8;
  padding-left: 1rem;
  border: 1px solid #A1A1A1;
}
table.table_form td input[type=radio] {
    line-height: 2.0;
    height: 2em;
    width: inherit;
    margin-bottom: 0.1rem;
}
table.table_form td span.att {
    display: block;
    margin-top: 1rem;
    line-height: 1.6;
    font-size: 1.4rem;
}
/* error */
.wpcf7 .wpcf7-not-valid {
  background: pink;
}
span.wpcf7-not-valid-tip{
  display: none!important;
}
.mw_wp_form .error {
  text-align: left;
  margin-top: 1rem;
}
@media print, screen and (max-width: 767px) {
  section.contactSec{
    margin: 7rem 0 0;
  }
  section.contactSec p.p-txt{
    font-size: 1.5rem;
  }
  table.table_form th{
    display: block;
    width: 100%;
    text-align: left;
    padding: 2rem 0 0;
    vertical-align: middle;
    line-height: 2.0;
    font-weight: normal;
  }
  table.table_form th.name{
    padding: 0;
  }
  table.table_form td{
    display: block;
    padding: 1.5rem 0 0;
  }
  table.table_form td.name{
    padding: 1.5rem 0 0;
  }
  table.table_form td.name input,
  table.table_form td.kana input,
  table.table_form td.mailaddress input{
    width: 100%;
  }
  table.table_form td.tel input{
    width: 27%;
    margin: 0 auto 0 0;
  }
  table.table_form td.type select{
    width: 100%;
  }
}

/* sendmessageSec */
section.sendmessageSec table.contactInfo {
  width: 100%;
  margin: 5rem auto 0;
  border: 1px solid #ddd;
  border-collapse: collapse;
  font-size: 1.6rem;
}
section.sendmessageSec table.contactInfo th {
  text-align: center;
  background-color: #333;
  color: #fff;
  font-weight: normal;
  border: 1px solid #ddd;
  padding: 2rem 0 2rem;
  width: 30rem;
}
section.sendmessageSec table.contactInfo td {
  text-indent: 3rem;
  border: 1px solid #ddd;
}
section.sendmessageSec div.button-area{
  margin: 5rem auto 0;
}
@media print, screen and (max-width: 767px) {
  section.sendmessageSec table.contactInfo th {
    width: 100%;
    display: block;
    padding: 1.5rem;
    line-height: 1.5;
    border-top: none;
    border-left: none;
    border-right: none;
    text-align: center;
  }
  section.sendmessageSec table.contactInfo td {
    display: block;
    border: none;
    box-sizing: content-box;
    padding: 1.5rem;
    line-height: 1.5;
    text-align: center;
    text-indent: 0;
  }
}

/* priceSec
-------------------------------------------------- */
/*section.priceSec{
  margin: 7rem 0 0;
}
section.priceSec h4.h4-ttl-bar{
  margin-bottom: 3rem;
}
section.priceSec p.lead{
  font-size: 1.8rem;
  line-height: 1.6;
  text-align: center;
}
section.priceSec p.p-txt{
  font-size: 1.6rem;
}
section.priceSec p.p-txt a{
  color: #c0b3a0;
  text-decoration: underline;
}
section.priceSec p.p-txt a:hover{
  opacity: 0.4;
  transition: 0.6s;
}
section.priceSec div.price.p01{
  margin-top: 5rem;
}
section.priceSec div.price.p02{
  margin-top: 7rem;
}
section.priceSec div.price.p03{
  margin-top: 7rem;
}
section.priceSec div.price dl{
  margin-top: 3rem;
}
section.priceSec div.price dl dt{
  font-size: 1.8rem;
  font-weight: bold;
  color: #c0b3a0;
  border-bottom: 1px dotted #c0b3a0;
  padding-bottom: 0.5rem;
  margin-bottom: 1.5rem;
}
section.priceSec div.price dl dd{
  font-size: 1.6rem;
  line-height: 2.0;
}
section.priceSec div.price dl dd span{
  color: #c0b3a0;
  font-size: 1.6rem;
  font-weight: bold;
}
section.priceSec div.price div.price-guideline{
  margin-top: 5rem;
}
section.priceSec div.price div.price-guideline h5.h5-price{
  font-size: 2.0rem;
  text-align: center;
  margin-bottom: 3rem;
}
section.priceSec div.price div.price-guideline div.wrap{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
}
section.priceSec div.price div.price-guideline div.wrap div.box div.img-area{
  width: 20rem;
  margin-bottom: 2rem;
}
section.priceSec div.price div.price-guideline div.wrap div.box div.txt-area p.ttl{
  font-weight: bold;
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.4;
  margin-bottom: 1rem;
}
section.priceSec div.price div.price-guideline div.wrap div.box div.txt-area p.p-txt{
  text-align: center;
  line-height: 1.6;
}
section.priceSec div.price div.price-guideline div.wrap div.box div.icon-area{
  padding-top: 8.5rem;
  width: 6rem;
}
section.priceSec div.price div.price-guideline div.wrap div.box div.icon-area i{
    display: block;
    font-size: 3rem;
    font-style: normal;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #c0b3a0;
    text-align: center;
}
@media print, screen and (max-width: 767px) {
  section.priceSec div.price.p01{
    margin-top: 3.5rem;
  }
  section.priceSec h4.h4-ttl-bar{
    margin-bottom: 2.5rem;
  }
  section.priceSec p.p-txt{
    font-size: 1.5rem;
  }
  section.priceSec div.price dl{
    margin-top: 2rem;
  }
  section.priceSec div.price dl dt{
    font-size: 1.6rem;
    margin-bottom: 1rem;
  }
  section.priceSec div.price dl dd{
    font-size: 1.5rem;
  }
  section.priceSec div.price dl dd span{
    font-size: 1.5rem;
  }
  section.priceSec div.price div.price-guideline{
    margin-top: 3rem;
  }
  section.priceSec div.price div.price-guideline h5.h5-price{
    font-size: 1.8rem;
    margin-bottom: 2rem;
  }
  section.priceSec div.price div.price-guideline div.wrap{
    display: block;
  }
  section.priceSec div.price div.price-guideline div.wrap div.box div.img-area{
    margin: 0 auto 1.5rem;
  }
  section.priceSec div.price div.price-guideline div.wrap div.box div.txt-area p.ttl{
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
  }
  section.priceSec div.price div.price-guideline div.wrap div.box div.icon-area{
    padding-top: 2rem;
    padding-bottom: 2rem;
    width: 6rem;
    margin: 0 auto;
  }
  section.priceSec div.price div.price-guideline div.wrap div.box div.icon-area i{
    font-size: 2.5rem;
  }
  section.priceSec div.button-area.order {
    margin: 3rem auto 0;
  }
}*/

/* itemSec
-------------------------------------------------- */
/*section.itemSec{
  margin: 7rem 0 0;
}
section.itemSec div.itemwrap{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
section.itemSec div.itemwrap div.box{
  width: 22.5%;
  margin-bottom: 1.5rem;
}
section.itemSec div.itemwrap div.box div.img{
  margin-bottom: 1rem;
}
section.itemSec div.itemwrap div.box div.img img{
  border-radius: 50%;
}
section.itemSec div.itemwrap div.box p{
  text-align: center;
  line-height: 1.6;
}
@media print, screen and (max-width: 767px) {
  section.itemSec div.itemwrap div.box{
    width: 30%;
    margin-bottom: 1.5rem;
  }
}
@media print, screen and (max-width: 560px) {
  section.itemSec div.itemwrap div.box{
    width: 48%;
  }
}*/

/* diySec
-------------------------------------------------- */
/*section.diySec{
  margin: 7rem 0 0;
}
section.diySec div.diy.d01{
  margin-top: 5rem;
}
section.diySec div.diy.d02{
  margin-top: 7rem;
}
section.diySec div.diy.d01 div.wrap{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 3rem;
}
section.diySec div.diy.d01 div.wrap div.box{
  width: 18%;
}
section.diySec div.diy.d01 div.wrap div.box div.txt-area p{
  text-align: center;
  padding: 0.5rem 0;
}
section.diySec div.diy div.video-area div.video {
  margin: 0 auto;
  width: 75%;
  position: relative;
  padding-top: 42%;
}
section.diySec div.diy div.video-area div.video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #CCC;
}
section.diySec div.diy div.video-area p.ttl{
  margin-top: 2rem;
  font-size: 1.6rem;
  text-align: center;
}
section.diySec div.diy div.procedure{
  margin-top: 7rem;
}
section.diySec div.diy div.procedure div.box h5.h5-diy::before {
  background: #c0b3a0;
  color: #fff;
  font-weight: normal;
  padding: 0.2rem 1rem 0.25rem;
  font-size: 2rem;
  line-height: 1.6;
  margin-right: 1rem;
}
section.diySec div.diy div.procedure div.box.b01 h5.h5-diy::before{
  content: 'STEP1';
}
section.diySec div.diy div.procedure div.box.b02 h5.h5-diy::before{
  content: 'STEP2';
}
section.diySec div.diy div.procedure div.box.b03 h5.h5-diy::before{
  content: 'STEP3';
}
section.diySec div.diy div.procedure div.box.b04 h5.h5-diy::before{
  content: 'STEP4';
}
section.diySec div.diy div.procedure div.box h5.h5-diy{
  font-size: 2rem;
  line-height: 1.6;
  color: #c0b3a0;
  margin-bottom: 1.5rem;
}
section.diySec div.diy div.procedure div.box div.wrap{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 5rem;
  padding-bottom: 5rem;
  border-bottom: 1px solid #A1A1A1;
}
section.diySec div.diy div.procedure div.box.b04 div.wrap{
  margin-bottom: 0;
}
section.diySec div.diy div.procedure div.box div.wrap div.txt-area{
  width: 55%;
}
section.diySec div.diy div.procedure div.box div.wrap div.img-area{
  width: 40%;
}
@media print, screen and (max-width: 767px) {
  section.diySec{
    margin: 5rem 0 0;
  }
  section.diySec div.diy.d01{
    margin-top: 3rem;
  }
  section.diySec div.diy.d02{
    margin-top: 5rem;
  }
  section.diySec div.diy.d01 div.wrap div.box{
    width: 31%;
  }
  section.diySec div.diy div.video-area div.video {
    width: 100%;
    padding-top: 56%;
  }
  section.diySec div.diy div.video-area p.ttl{
    margin-top: 1.5rem;
    font-size: 1.5rem;
  }
  section.diySec div.diy div.procedure{
    margin-top: 5rem;
  }
  section.diySec div.diy div.procedure div.box h5.h5-diy::before {
    padding: 0.1rem 0 0.15rem;
    font-size: 1.8rem;
    margin-right: 0;
    display: block;
    width: 7rem;
    text-align: center;
    margin-bottom: 0.5rem;
  }
  section.diySec div.diy div.procedure div.box h5.h5-diy{
    font-size: 2rem;
    line-height: 1.6;
    color: #c0b3a0;
    border-bottom: 1px dotted #c0b3a0;
    padding-bottom: 0.5rem;
    margin-bottom: 1.5rem;
  }
  section.diySec div.diy div.procedure div.box div.wrap{
    display: block;
    margin-bottom: 5rem;
    padding-bottom: 0;
    border-bottom: none;
  }
  section.diySec div.diy div.procedure div.box div.wrap div.txt-area{
    width: 100%;
    margin-bottom: 2rem;
  }
  section.diySec div.diy div.procedure div.box div.wrap div.img-area{
    width: 100%;
  }
}
@media print, screen and (max-width: 560px) {
  section.diySec div.diy.d01 div.wrap div.box{
    width: 48%;
  }
}*/

/* privacySec
-------------------------------------------------- */
section.privacySec{
  margin: 10rem 0 0;
}
section.privacySec h4{
  color: #c0b3a0;
  font-size: 2.2rem;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  border-bottom: 1px dotted #c0b3a0;
}
section.privacySec h4.btm{
  margin-bottom: 3rem;
}
section.privacySec h5{
  font-size: 1.6rem;
  margin-bottom: 1rem;
}
section.privacySec div.block{
  margin-bottom: 7rem;
}
section.privacySec div.block a{
  color: #c0b3a0;
  text-decoration: underline;
}
section.privacySec div.block a:hover{
  opacity: 0.4;
  transition: 0.6s;
}
@media print, screen and (max-width: 960px) {
  section.privacySec{
    margin: 7rem 0 0;
  }
  section.privacySec h4{
    font-size: 2.0rem;
  }
  section.privacySec div.block{
    margin-bottom: 5rem;
  }
}

/* ==================================================
以下、装飾の指定
================================================== */
/*iPhoneでinput要素にCSSが効かない時 */
input[type="button"],input[type="text"],input[type="email"],input[type="number"],input[type="tel"],input[type="date"],input[type="submit"],textarea{
   -webkit-appearance: none!important;
}