@charset "utf-8";
/* CSS Document */
/* top.css */
.fv__box {
  position: relative;
  display: block;
  margin: 0 auto;
  padding: 0;
  max-width: 1600px;
}
.fv__text {
  position: absolute;
  top: calc(90 / 920 * 100%);
  left: 0;
  display: block;
  z-index: 2;
}
.fv__text span {
  display: inline-block;
  background: #111;
  color: #fff;
  padding: .4em calc(20 / 30 * 1em);
  font-size: clamp(15px,calc(30 / 750 * 100vw),30px);
  line-height: 1em;
  word-break: keep-all;
}
.siteheader--hakubishin + .content .fv__text {
  top: calc(70 / 920 * 100%);
}
.siteheader--itachi + .content .fv__text {
  top: calc(80 / 920 * 100%);
}
.siteheader--araiguma + .content .fv__text {
  top: calc(70 / 920 * 100%);
}
.siteheader--nezumi + .content .fv__text {
  top: calc(70 / 920 * 100%);
}
.siteheader--koumori + .content .fv__text {
  top: calc(70 / 920 * 100%);
}

@media screen and (min-width:750px){
  .fv__text {
    top: calc(90 / 980 * 100%);
    left: calc(300 / 1600 * 100%);
  }
  .fv__text span {
    display: inline-block;
    background: #111;
    color: #fff;
    padding: .3em calc(15 / 30 * 1em);
    font-size: clamp(15px,calc(30 / 1600 * 100vw),30px);
  }
  
  .siteheader--hakubishin + .content .fv__text {
    top: calc(80 / 980 * 100%);
  }
  .siteheader--itachi + .content .fv__text {
    top: calc(50 / 980 * 100%);
  }
  .siteheader--araiguma + .content .fv__text {
    top: calc(70 / 980 * 100%);
  }
  .siteheader--nezumi + .content .fv__text {
    top: calc(60 / 980 * 100%);
  }
  .siteheader--koumori + .content .fv__text {
    top: calc(70 / 980 * 100%);
  }
}

/* -------------------------------------------------- */
/* cta  */
/* -------------------------------------------------- */

.cta {
  display: block;
  margin: 0 auto;
  max-width: 1000px;
}
.cta.cta--m0 {
  margin: 0 auto;
} 
.cta .cta__box {
  position: relative;
  display: block;
}
.cta .cta__btn {
  position: absolute;
  bottom: calc(190 / 910 * 100%);
  left: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 0 calc((750 - 676) / 750 * 100% * 0.5);
  z-index: 3;
}
.cta .cta__text {
  position: absolute;
  bottom: calc(10 / 910 * 100%);
  left: 0;
  box-sizing: border-box;
  text-align: center;
  font-size: calc(36 / 26 * 1em);
  font-weight: 700;
  padding: calc(40 / 750 * 100%) calc(10 / 750 * 100%) calc(40 / 750 * 100%);
  letter-spacing: 0;
  width: 100%;
  z-index: 2;
}
.cta .cta__timer {
  display: inline-block;
  margin-bottom: .5em;
  color: #e60000;
  font-size: calc(58 / 36 * 1em);
}
.cta .cta__timer span {
  font-size: calc(48 / 58 * 1em);
}
.cta p {
  margin: 0 auto;
}

@media screen and (min-width:750px){
  .cta {
    margin: clamp(50px,calc(100 / 1000 * 100%),100px) auto;
  }
.cta .cta__btn {
  position: absolute;
  bottom: calc(110 / 600 * 100%);
  left: calc(333 / 1000 * 100%);
  width: calc(636 / 1000 * 100%);
  max-width: 636px;
  box-sizing: border-box;
  padding:0;
}
.cta .cta__text {
  box-sizing: border-box;
  font-size: calc(30 / 16 * 1em);
  padding: 24px 10px 30px;
  letter-spacing: 0.06em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-align-items: baseline;
  align-items: baseline;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  word-break: break-all;
  white-space: nowrap;
  text-align: center;
  line-height: 1.3em;
  }
.cta .cta__timer {
  font-size: calc(46 / 30 * 1em);
  line-height: 1.3em;
  margin: 0 .5em 0 0;
}
.cta .cta__timer span {
  font-size: calc(36 / 46 * 1em);
}

.cta p {
  margin: 0 ;
}

}
/*---------*/
@media screen and (min-width:750px){
  .lowprice {
    position: relative;
    margin: clamp(50px,calc(100 / 1000 * 100%),100px) auto 0;
    display: block;
    background: #d5f4ff;
  }
  .lowprice:before {
    content: "";
    display: block;
    width: 100%;
    height: 130px;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
  }
  .lowprice__box {
    position: relative;
    z-index: 3;
    max-width: 1600px;
    margin: 0 auto;
  }
  
  .worktarget {
    display: block;
    margin: clamp(30px,calc(60 / 1000 * 100%),60px) auto ;
    max-width: 1000px;
  }
  
  .achievements {
    display: block;
    background: #f8e0ac;
    position: relative;
    margin: clamp(50px,calc(100 / 1000 * 100%),100px) auto;
  }
  
  .trouble {
    display: block;
    position: relative;
    margin: clamp(50px,calc(100 / 1000 * 100%),100px) auto;
    max-width: 1120px;
  }
  .flow {
    margin: 0 auto;
    max-width: 1100px;
  }
  .zenkoku {
    margin: 0 auto;
    max-width: 1100px;
  }
  .investigation {
    display: block;
    position: relative;
    margin: clamp(50px,calc(100 / 1000 * 100%),100px) auto;
    max-width: 1100px;
  }
}



/*--------------------------------------------------*/
.reason__item {
  position: relative;
  display: block;
  margin: 0 auto;
}
.reason__item .reason__box {
  position: relative;
}
.reason__item .reason__sttl {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  box-sizing: border-box;
  padding-top: calc(140 / 750 * 100%);
}
.reason__item h3 {
  font-size: calc(56 / 26 * 1em);
  font-weight: 900;
  letter-spacing: 0.06em;
}
.reason__item .reason__text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  padding: calc(30 / 750 * 100%) calc(50 / 750 * 100%);
}

/* -- pc -- */
@media screen and (min-width:750px){
  .reason {
    background: url(img/grid_gr.png) repeat top center;
  }
  .reason__item {
    max-width: 1000px;
  }
  .reason__item .reason__sttl {
    padding-top: calc(110 / 1000 * 100%);
    padding-left: calc(15 / 1000 * 100%);
    padding-right: calc(460 / 1000 * 100%);
  }
  .reason__item:nth-of-type(even) .reason__sttl {
    padding-left: calc(460 / 1000 * 100%);
    padding-right: calc(15 / 1000 * 100%);
  }
  .reason__item h3 {
    font-size: calc(42 / 16 * 1em);
    font-weight: 900;
    letter-spacing: 0.06em;
  }
  .reason__item .reason__text {
    padding: 0;
    padding-left: calc(60 / 1000 * 100%);
    padding-right: calc(500 / 1000 * 100%);
    font-size: calc(18 / 16 * 1em);
    line-height: calc(38 / 18 * 1em);
    font-weight: 500;
  }
  .reason__item:nth-of-type(even) .reason__text {
    padding-right: calc(60 / 1000 * 100%);
    padding-left: calc(500 / 1000 * 100%);
  }
  .support {
    position: relative;
    margin: clamp(50px,calc(100 / 1000 * 100%),100px) auto 0;
    display: block;
    background: #fffbe5;
  }
  .support:before {
    content: "";
    display: block;
    width: 100%;
    height: 50px;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
  }
  .support__box {
    position: relative;
    z-index: 3;
    max-width: 1600px;
    margin: 0 auto;
  }
  .media {
    margin: 0 auto;
  }
}



/*--------------------------------------------------*/
.faq__area {
  display: block;
  margin: 0 auto calc(70 / 750 * 100%);
}
.faq__area .faq__item {
  display: block;
  margin: 0 auto calc(30 / 750 * 100%);
}
.faq__area .faq__q {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-start;
  background: #5DAC00;
  background: -webkit-linear-gradient(90deg, rgba(93, 172, 0, 1) 0%, rgba(50, 125, 28, 1) 100%);
  background: -moz-linear-gradient(90deg, rgba(93, 172, 0, 1) 0%, rgba(50, 125, 28, 1) 100%);
  background: linear-gradient(90deg, rgba(93, 172, 0, 1) 0%, rgba(50, 125, 28, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#5DAC00", endColorstr="#327D1C", GradientType=1);
  border-radius: 0 clamp(35px,calc(70 / 750 * 100vw),70px) clamp(35px,calc(70 / 750 * 100vw),70px) 0;
  overflow: hidden;
  min-height: clamp(45px,calc(90 / 750 * 100vw),90px);
  box-sizing: border-box;
  padding: calc(20 / 750 * 100%);
  width: calc(730 / 750 * 100%);
  position: relative;
  cursor: pointer;
}
.faq__area .faq__q:before {
  content: "Q";
  font-size: clamp(22px,calc(44 / 750 * 100vw),44px);
  font-weight: 700;
  line-height: 1em;
  color: #327d1c;
  display: block;
  width: clamp(47px,calc(94 / 750 * 100vw),94px);
  height: clamp(40px,calc(80 / 750 * 100vw),80px);
  background: url(img/faq_q.png) no-repeat 50% 50%;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  border-radius: clamp(40px,calc(80 / 750 * 100vw),80px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  text-align: center;
  box-sizing: border-box;
  padding-right: calc(14 / 730 * 100%);
  padding-bottom: calc(7 / 730 * 100%);
}
.faq__area .faq__qtext {
  font-size: calc(32 / 26 * 1em);
  line-height: calc(46 / 32 * 1em);
  color: #fff;
  font-weight: 700;
  width: clamp(260px,calc(520 / 750 * 100vw),520px);
  box-sizing: border-box;
  padding-left: calc(20 / 730 * 100%);
}

.faq__area .faq__qtext:before {
  content: "";
  display: block;
  background: #fff;
  width: clamp(25px,calc(50 / 750 * 100vw),50px);
  height: 2px;
  position: absolute;
  right: calc(30 / 730 * 100%);
  top: calc((100% - clamp(2px,calc(4 / 750 * 100vw),4px)) / 2);
  transform: rotate(0deg);
  opacity: 1;
  transition: all .5s ease;
}
.faq__area .faq__qtext:after {
  content: "";
  display: block;
  background: #fff;
  width: clamp(25px,calc(50 / 750 * 100vw),50px);
  height: 2px;
  position: absolute;
  right: calc(30 / 730 * 100%);
  top: calc((100% - clamp(2px,calc(4 / 750 * 100vw),4px)) / 2);
  transform: rotate(90deg);
  opacity: 1;
  transition: all .5s ease;
}
.faq__area .faq--open .faq__qtext:before {
  content: "";
  transform: rotate(90deg);
  opacity: 0;
}
.faq__area .faq--open .faq__qtext:after {
  content: "";
  transform: rotate(180deg);
  opacity: 1;
}

.faq__area .faq__atext {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-start;
  min-height: clamp(45px,calc(90 / 750 * 100vw),90px);
  box-sizing: border-box;
  padding: calc(20 / 750 * 100%);
  width: 100%;
  position: relative;
}
.faq__area .faq__atext:before {
  content: "A";
  font-size: clamp(22px,calc(44 / 750 * 100vw),44px);
  font-weight: 700;
  line-height: 1em;
  color: #fff;
  display: block;
  width: clamp(47px,calc(94 / 750 * 100vw),94px);
  height: clamp(40px,calc(80 / 750 * 100vw),80px);
  background: url(img/faq_a.png) no-repeat 50% 50%;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  text-align: center;
  box-sizing: border-box;
  padding-right: calc(14 / 730 * 100%);
  padding-bottom: calc(7 / 730 * 100%);
}
.faq__area .faq__atext p {
  font-size: calc(28 / 26 * 1em);
  line-height: calc(50 / 28 * 1em);
  font-weight: 500;
  width: clamp(305px,calc(610 / 750 * 100vw),610px);
  box-sizing: border-box;
  padding-left: calc(20 / 730 * 100%);
}


/* -- pc -- */
@media screen and (min-width:750px){
  .faq {
    margin: clamp(80px,calc(80 / 1000 * 100%),80px) auto ;
    display: block;
    max-width: 920px;
    box-sizing: border-box;
    padding: 0 10px;
  }
  .faq__area {
    margin: 0 auto;
  }
  .faq__area .faq__item {
    display: block;
    margin: 0 auto calc(30 / 900 * 100%);
  }
  .faq__area .faq__q {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-start;
    background: #5DAC00;
    background: -webkit-linear-gradient(90deg, rgba(93, 172, 0, 1) 0%, rgba(50, 125, 28, 1) 100%);
    background: -moz-linear-gradient(90deg, rgba(93, 172, 0, 1) 0%, rgba(50, 125, 28, 1) 100%);
    background: linear-gradient(90deg, rgba(93, 172, 0, 1) 0%, rgba(50, 125, 28, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#5DAC00", endColorstr="#327D1C", GradientType=1);
    border-radius: 0 clamp(35px,calc(70 / 750 * 100vw),70px) clamp(35px,calc(70 / 750 * 100vw),70px) 0;
    overflow: hidden;
    min-height: 80px;
    box-sizing: border-box;
    padding: calc(20 / 900 * 100%) calc(40 / 900 * 100%);
    width: 100%;
    position: relative;
    cursor: pointer;
  }
  .faq__area .faq__q:before {
    content: "Q";
    font-size: clamp(20px,calc(40 / 900 * 100vw),40px);
    font-weight: 700;
    line-height: 1em;
    color: #327d1c;
    display: block;
    width: 77px;
    height: 65px;
    background: url(img/faq_q.png) no-repeat 50% 50%;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    text-align: center;
    box-sizing: border-box;
    padding-right: calc(14 / 900 * 100%);
    padding-bottom: calc(7 / 900 * 100%);
  }
  .faq__area .faq__qtext {
    font-size: calc(24 / 16 * 1em);
    line-height: calc(52 / 24 * 1em);
    width: calc(100% - 140px);
    box-sizing: border-box;
    padding-left: calc(10 / 900 * 100%);
  }
  .faq__area .faq__qtext br {
    display: none;
  }

  .faq__area .faq__qtext:before {
    content: "";
    display: block;
    background: #fff;
    width: clamp(20px,calc(40 / 900 * 100vw),40px);
    height: 2px;
    position: absolute;
    right: calc(30 / 730 * 100%);
    top: calc((100% - clamp(2px,calc(4 / 750 * 100vw),4px)) / 2);
    transform: rotate(0deg);
    opacity: 1;
    transition: all .5s ease;
  }
  .faq__area .faq__qtext:after {
    content: "";
    display: block;
    background: #fff;
    width: clamp(20px,calc(40 / 900 * 100vw),40px);
    height: 2px;
    position: absolute;
    right: calc(30 / 730 * 100%);
    top: calc((100% - clamp(2px,calc(4 / 750 * 100vw),4px)) / 2);
    transform: rotate(90deg);
    opacity: 1;
    transition: all .5s ease;
  }
  .faq__area .faq--open .faq__qtext:before {
    content: "";
    transform: rotate(90deg);
    opacity: 0;
  }
  .faq__area .faq--open .faq__qtext:after {
    content: "";
    transform: rotate(180deg);
    opacity: 1;
  }

  .faq__area .faq__atext {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-start;
    min-height: clamp(45px,calc(90 / 750 * 100vw),90px);
    box-sizing: border-box;
    padding: calc(20 / 900 * 100%) calc(40 / 900 * 100%);
    width: 100%;
    position: relative;
  }
  .faq__area .faq__atext:before {
    content: "A";
    font-size: clamp(20px,calc(40 / 900 * 100vw),40px);
    font-weight: 700;
    line-height: 1em;
    display: block;
    width: 77px;
    height: 65px;
    background: url(img/faq_a.png) no-repeat 50% 50%;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    text-align: center;
    box-sizing: border-box;
    padding-right: calc(14 / 900 * 100%);
    padding-bottom: calc(7 / 900 * 100%);
  }
  .faq__area .faq__atext p {
    font-size: calc(18 / 16 * 1em);
    line-height: calc(36 / 18 * 1em);
    width: calc(100% - 77px);
    padding-left: calc(20 / 730 * 100%);
    margin: 0;
  }
  .damage ,
  .danger {
    margin: 0 auto;
    max-width: 1120px;
  }


  
}

/*--------------------------------------------------*/
.quotation__item {
  position: relative;
  display: block;
  margin: 0 auto;
}
.quotation__item .quotation__box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: block;
  box-sizing: border-box;
  padding: calc(440 / 750 * 100%) calc(70 / 750 * 100%) calc(70 / 750 * 100%);
}
.quotation__item .quotation__sttl {
}
.quotation__item h3 {
  border-radius: 4em;
  background: #5DAC00;
  background: -webkit-linear-gradient(90deg, rgba(93, 172, 0, 1) 0%, rgba(50, 125, 28, 1) 100%);
  background: -moz-linear-gradient(90deg, rgba(93, 172, 0, 1) 0%, rgba(50, 125, 28, 1) 100%);
  background: linear-gradient(90deg, rgba(93, 172, 0, 1) 0%, rgba(50, 125, 28, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#5DAC00", endColorstr="#327D1C", GradientType=1);
  text-align: center;
  color: #fff;
  font-size: 1em;
  box-sizing: border-box;
  padding: calc(10 / 610 * 100%) 0;
  margin-bottom: calc(10 / 610 * 100%);
}
.quotation__item span {
  font-size: calc(36 / 26 * 1em);
}
.quotation__item span br {
  display: none;
}
.quotation__item .quotation__text p {
  font-size: calc(28 / 26 * 1em);
  line-height: calc(50 / 28 * 1em);
  font-weight: 500;
}

/* -- pc -- */
@media screen and (min-width:750px){
 .quotation {
background: #f0ffde;
   margin: 0 auto;
  }
 .quotation__item {
   max-width: 1000px;
  }
  .quotation__item .quotation__box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: block;
    box-sizing: border-box;
    padding: calc(30 / 1000 * 100%) calc(510 / 1000 * 100%) calc(60 / 1000 * 100%) calc(90 / 1000 * 100%) ;
  }
  .quotation__item:nth-of-type(even) .quotation__box {
    padding: calc(30 / 1000 * 100%) calc(90 / 1000 * 100%) calc(60 / 1000 * 100%) calc(510 / 1000 * 100%) ;
  }
  .quotation__item h3 {
    border-radius: 4em;
    background: #5DAC00;
    background: -webkit-linear-gradient(90deg, rgba(93, 172, 0, 1) 0%, rgba(50, 125, 28, 1) 100%);
    background: -moz-linear-gradient(90deg, rgba(93, 172, 0, 1) 0%, rgba(50, 125, 28, 1) 100%);
    background: linear-gradient(90deg, rgba(93, 172, 0, 1) 0%, rgba(50, 125, 28, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#5DAC00", endColorstr="#327D1C", GradientType=1);
    text-align: center;
    color: #fff;
    font-size: 1em;
    box-sizing: border-box;
    padding: calc(10 / 610 * 100%) 0;
    margin-bottom: calc(10 / 610 * 100%);
    min-height: clamp(0px,calc(110 / 1000 * 100vw),110px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
  }
  .quotation__item span {
    font-size: calc(28 / 16 * 1em);
    line-height: calc(40 / 28 * 1em);
  }
  .quotation__item span br {
    display: block;
  }
  .quotation__item .quotation__text p {
    font-size: calc(18 / 16 * 1em);
    line-height: calc(36 / 18 * 1em);
    letter-spacing: 0.06em;
    text-align: justify;
  } 
}


/*--------------------------------------------------*/
.exp__item {
  position: relative;
  display: block;
  margin: 0 auto;
}
.exp__item .exp__text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: block;
  box-sizing: border-box;
  padding: calc(90 / 750 * 100%) calc(60 / 750 * 100%) calc(70 / 750 * 100%);
}
.exp__item .exp__text p {
  font-size: calc(28 / 26 * 1em);
  line-height: calc(50 / 28 * 1em);
  font-weight: 500;
}

/* -- pc -- */
@media screen and (min-width:750px){
  .omakase {
    max-width: 1360px;
    margin: 0 auto;
  }
  .omakase__cta {
    max-width: 1360px;
    margin: 0 auto;
    background: url(img/omakase_pc_bg.png) no-repeat top center;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    box-sizing: border-box;
    padding-bottom: clamp(0px,calc(100 / 1000 * 100vw),100px);
  }
  
  .exp {
    background: #feffce;
    margin: 0 auto;
  }
  .exp__item {
    max-width: 900px;
}
.exp__item .exp__text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: block;
  box-sizing: border-box;
  padding: calc(20 / 900 * 100%) calc(40 / 900 * 100%) calc(90 / 900 * 100%) calc(340 / 900 * 100%);
}
.exp__item:nth-of-type(3) .exp__text {
  padding-top: calc(40 / 900 * 100%);
}
.exp__item .exp__text p {
    font-size: calc(18 / 16 * 1em);
    line-height: calc(36 / 18 * 1em);
    letter-spacing: 0.06em;
    text-align: justify;
}
}

/*--------------------------------------------------*/
.pm__box {
  position: relative;
  display: block;
  margin: 0 auto;
}
.pm__box .pm__text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  font-size: calc(28 / 26 * 1em);
  line-height: calc(50 / 28 * 1em);
  font-weight: 500;
  box-sizing: border-box;
  padding: calc(40 / 750 * 100%) calc(60 / 750 * 100%) calc(110 / 750 * 100%);
}

/* -- pc -- */
@media screen and (min-width:750px){
  .pm {
    background: url(img/grid_wh.png) repeat top center;
    margin: 0 auto;
  }
  .pm__box {
    max-width: 1100px;
  }
  .pm__box .pm__text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    font-size: calc(18 / 16 * 1em);
    line-height: calc(36 / 18 * 1em);
    letter-spacing: 0.06em;
    font-weight: 500;
    box-sizing: border-box;
    padding: calc(20 / 1100 * 100%) calc(490 / 1100 * 100%) calc(120 / 1100 * 100%) calc(110 / 1100 * 100%) ;
  }

  
}
/*--------------------------------------------------*/

