@charset "utf-8";
/* CSS Document */
/* top.css */
#fv {
  display: block;
  position: relative;
  margin: 0 auto;
}
.fv__text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  display: block;
  z-index: 2;
  padding: calc(180 / 750 * 100%) 0 0;
}
.fv__text span {
  background: #111111;
  color: #fff;
  display: inline-block;
  padding: calc(10/ 750 * 100%) calc(20 / 750 * 100%) calc(12/ 750 * 100%) ;
  line-height: 1em;
  font-weight: 700;
  font-size: calc(40 / 28 * 1em);
  letter-spacing: 0.06em;
}

@media screen and (min-width:750px){
  #fv {
    background: #e7ffdc;
    position: relative;
    margin: 0 auto;
  }
  .fv__box {
    position: relative;
    display: block;
    z-index: 2;
    margin: 0 auto;
    max-width: 1400px;
  }
.fv__text {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  max-width: 1400px;
  transform: translate3d(-50%,0,0);
  padding: clamp(0px,calc(70 / 1400 * 100%),70px) 0 0  clamp(0px,calc(200 / 1400 * 100%),200px);
}
  .kusakari .fv__text {
    padding-top: clamp(0px,calc(180 / 1400 * 100%),180px);
  }
  .fv__text span {
    padding: calc(10/ 1400 * 100%) calc(20 / 1400 * 100%) calc(12/ 1400 * 100%) ;
    line-height: 1em;
    font-weight: 700;
    font-size: clamp(17px,calc(34 / 1400 * 100vw),34px);
    letter-spacing: 0.06em;
  }
}
/* -------------------------------------------------- */
/* 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 / 930 * 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 / 1080 * 100%),100px) auto;
  }
  #fv + .cta {
    margin-bottom:  clamp(30px,calc(60 / 1080 * 100%),60px);
  }
.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(28 / 18 * 1em);
  padding: 14px 10px 36px;
  letter-spacing: 0.04em;
  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(48 / 28 * 1em);
  line-height: 1.3em;
  margin: 0 .3em 0 0;
}
.cta .cta__timer span {
  font-size: calc(38 / 48 * 1em);
}

.cta p {
  margin: 0 ;
}

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

.reason {
  display: block;
  margin: clamp(40px,calc(80 / 750 * 100%), 80px) auto 0;
  box-sizing: border-box;
  position: relative;
}
.reason__item {
  display: block;
  margin: 0 auto;
  position: relative;
  padding: 0;
}
.reason__sttl {
  position: relative;
  display: block;
  margin: 0 auto;
  padding: 0;
}
.reason__sttl h3 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  color: #fdff45;
  font-size: calc(50 / 28 * 1em);
  font-weight: 900;
  letter-spacing: 0.06em;
  text-align: center;
  padding: 0 calc(30 / 750 * 100%) calc(44 / 750 * 100%);  
}
.reason__br--pc {
  display: none;
}
.reason__text {
  position: relative;
  display: block;
  margin: 0 auto;
  padding: 0;
}
.reason__text p {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  line-height: calc(50 / 28 * 1em);
  letter-spacing: 0.06em;
  text-align: justify;
  padding: calc(380 / 750 * 100%) calc(80 / 750 * 100%) calc(20 / 750 * 100%);  
}

/* fieldsurvey */
.fieldsurvey__item {
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 0;
}
.fieldsurvey__sttl {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  box-sizing: border-box;
  padding: calc(26 / 750 * 100%) calc(80 / 750 * 100%);
  text-align: center;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.06em;
  font-size: calc(40 / 28 * 1em);
}
.fieldsurvey__text {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  box-sizing: border-box;
  padding: calc(520 / 750 * 100%) calc(80 / 750 * 100%) calc(30 / 750 * 100%);
  text-align: justify;
  letter-spacing: 0.06em;
  line-height: calc(50 / 28 * 1em);
  font-feature-settings: 'palt' 1;
}


@media screen and (min-width:750px){
  .box {
    position: relative;
    margin: 0 auto;
    z-index: 3;
    display: block;
  }
  
  .zenkoku {
    background: #dfeba6;
    position: relative;
    display: block;
    margin: 0 auto clamp(50px,calc(100 / 1080 * 100%),100px);
  }
  .zenkoku:before {
    content: "";
    display: block;
    background: #fff;
    width: 100%;
    height: 39px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
  .flow ,
  .forfree {
    margin: 0 auto;
    width: 100%;
    max-width: 1100px;
    display: block;
  }
  .target {
    position: relative;
    display: block;
    margin: 0 auto;
  }
  .target:after {
    content: "";
    display: block;
    width: 100%;
    height: calc(100% - 100px);
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(img/bg_grid.png) repeat top center;
    z-index: 1;
  }
  .topclass {
    background: #fff3cd;
    margin: 0 auto;
  }
  .trouble {
    display: block;
    background: #ecf7d9;
    margin: 0 auto;
    position: relative;
  }
  .trouble:before {
    content: "";
    display: block;
    background: #fff;
    width: 100%;
    height: 170px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
  .media {
    display: block;
    margin: 0 auto;
  }
  .danger {
    margin: clamp(50px,calc(100 / 1080 * 100%),100px) auto;
    width: 100%;
    max-width: 1100px;
    display: block;
  }
  
  .support {
    display: block;
    margin: clamp(50px,calc(100 / 1080 * 100%),100px) auto;
    width: 100%;
    background: url(img/bg_grid.png) repeat top center;
  }
  .saihatsuboushi {
    display: block;
    margin: clamp(50px,calc(100 / 1080 * 100%),100px) auto;
    width: 100%;
    background: url(img/bg_grid.png) repeat top center;
    background-position: 50% 2px;
  }
  .oteire {
    display: block;
    max-width: 1200px;
    margin: clamp(35px,calc(70 / 1080 * 100%), 70px) auto;
  }
  .pricelist {
    position: relative;
    display: block;
    margin: clamp(35px,calc(70 / 1080 * 100%), 70px) auto clamp(40px,calc(80 / 1080 * 100%), 80px);
  }
  .pricelist:after {
    content: "";
    display: block;
    width: 100%;
    height: calc(100% - 30px);
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(img/bg_grid.png) repeat top center;
    z-index: 1;
  }
  .okomari + .cta {
    margin-top: 0;
  }
  .reason {
    position: relative;
    display: block;
    margin: clamp(40px,calc(80 / 1080 * 100%), 80px) auto ;
  }
  .reason:after {
    content: "";
    display: block;
    width: 100%;
    height: calc(100% - 210px);
    position: absolute;
    bottom: 0;
    left: 0;
    background: #feffba;
    z-index: 1;
  }
.reason__item {
  max-width: 1100px;
}

.reason__sttl h3 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  color: #fdff45;
  font-size: calc(40 / 18 * 1em);
  font-weight: 900;
  letter-spacing: 0.06em;
  line-height: calc(56 / 40 * 1em);
  text-align: center;
  padding: calc(77 / 1100 * 100%) calc(50 / 1100 * 100%) 0 calc(550 / 1100 * 100%);  
  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;
  height: 100%;
}
  .reason__item:nth-of-type(even) .reason__sttl h3 {
  padding: calc(77 / 1100 * 100%) calc(550 / 1100 * 100%) 0 calc(50 / 1100 * 100%);  
  }
  .reason__br--pc {
    display: block;
  }
.reason__text p {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  line-height: calc(50 / 28 * 1em);
  letter-spacing: 0.06em;
  text-align: justify;
  padding: calc(20 / 1100 * 100%) calc(90 / 1100 * 100%) calc(20 / 1100 * 100%) calc(570 / 1100 * 100%);  
  font-weight: 500;
}
 .reason__item:nth-of-type(even) .reason__text p {
  padding: calc(20 / 1100 * 100%) calc(570 / 1100 * 100%) calc(20 / 1100 * 100%) calc(90 / 1100 * 100%);
}
  .survey {
    max-width: 1000px;
    margin: clamp(55px,calc(110 / 1080 * 100%), 110px) auto 0;
  }
  .fieldsurvey {
    position: relative;
    display: block;
    margin: clamp(40px,calc(80 / 1080 * 100%), 80px) auto ;
  }
  .fieldsurvey:after {
    content: "";
    display: block;
    width: 100%;
    height: calc(100% - 130px);
    position: absolute;
    bottom: 0;
    left: 0;
    background: #dfeba6;
    z-index: 1;
  }
  
/* fieldsurvey */
  .fieldsurvey__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-align-items: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    max-width: 1100px;
    margin: 0 auto;
  }
.fieldsurvey__item {
  width: 50%;
}
.fieldsurvey__sttl {
  padding: calc(30 / 550 * 100%) calc(46 / 550 * 100%);
  text-align: center;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.06em;
  font-size: calc(30 / 18 * 1em);
}
  .fieldsurvey__item:nth-of-type(odd) .fieldsurvey__sttl {
    padding-left: calc(76 / 550 * 100%) ;
  }
  .fieldsurvey__item:nth-of-type(even) .fieldsurvey__sttl {
    padding-right: calc(76 / 550 * 100%) ;
  }
.fieldsurvey__text {
  padding: calc(400 / 550 * 100%) calc(60 / 550 * 100%) calc(10 / 550 * 100%);
  line-height: calc(30 / 18 * 1em);
  font-weight: 500;
}
  .fieldsurvey__item:nth-of-type(odd) .fieldsurvey__text {
    padding-left: calc(90 / 550 * 100%) ;
  }
  .fieldsurvey__item:nth-of-type(even) .fieldsurvey__text {
    padding-right: calc(90 / 550 * 100%) ;
  }
  
  
  
}

/*--------------------------------------------------*/
.faq__area {
  display: block;
  margin: 0 auto calc(70 / 750 * 100%);
  box-sizing: border-box;
  padding: 0 calc(20 / 750 * 100%);
  background: #fff;
}
.faq__area .faq__item {
  display: block;
  margin: calc(20 / 750 * 100%) auto;
  width: 100%;
  overflow: hidden;
  border-radius: 0;
}
.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: #209600;
  border-radius:0;
  overflow: hidden;
  min-height: clamp(45px,calc(90 / 750 * 100vw),90px);
  box-sizing: border-box;
  padding: calc(20 / 750 * 100%);
  width: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: #209600;
  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(36 / 28 * 1em);
  line-height: calc(50 / 36 * 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;
  background: #fff;
  -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(30 / 750 * 100%) 0 calc(20 / 750 * 100%) 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(30px,calc(60 / 1080 * 100%), 60px) auto;
    padding: 0;
    max-width: 900px;
  }
  .faq__area {
    margin: 0 auto;
  }
  .faq__area .faq__item {
    display: block;
    margin: 0 auto 20px;
    width: 100%;
    max-width: 840px;
  }
  .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;
    overflow: hidden;
    min-height: 80px;
    box-sizing: border-box;
    padding: calc(20 / 840 * 100%) calc(30 / 840 * 100%);
    width: 100%;
    position: relative;
    cursor: pointer;
  }
  .faq__area .faq__q:before {
    content: "Q";
    font-size: clamp(20px,calc(40 / 840 * 100vw),40px);
    font-weight: 700;
    line-height: 1em;
    display: block;
    width: 75px;
    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 / 840 * 100%);
    padding-bottom: calc(7 / 840 * 100%);
  }
  .faq__area .faq__qtext {
    font-size: calc(26 / 18 * 1em);
    line-height: calc(52 / 24 * 1em);
    width: calc(100% - 140px);
    box-sizing: border-box;
    padding-left: calc(20 / 840 * 100%);
  }
  .faq__area .faq__qtext br {
    display: none;
  }

  .faq__area .faq__qtext:before {
    content: "";
    display: block;
    background: #fff;
    width: clamp(20px,calc(40 / 920 * 100vw),40px);
    height: 2px;
    position: absolute;
    right: calc(30 / 730 * 100%);
    top: calc((100% - clamp(2px,calc(4 / 920 * 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 / 920 * 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;
    font-weight: 500;
  }
  .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 / 920 * 100vw),90px);
    box-sizing: border-box;
    padding: calc(20 / 920 * 100%) calc(40 / 920 * 100%);
    width: 100%;
    position: relative;
  }
  .faq__area .faq__atext:before {
    content: "A";
    font-size: clamp(20px,calc(40 / 1000 * 100vw),40px);
    font-weight: 700;
    line-height: 1em;
    display: block;
    width: 75px;
    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 / 920 * 100%);
    padding-bottom: calc(7 / 920 * 100%);
  }
  .faq__area .faq__atext p {
    font-size: 1em;
    line-height: calc(36 / 18 * 1em);
    width: calc(100% - 75px);
    padding-left: calc(30 / 1000 * 100%);
    margin: 0;
  }

  
}


/*-------------*/
.quotation {
  display: block;
  margin: 0 auto 0;
  box-sizing: border-box;
  position: relative;
}
.quotation__item {
  display: block;
  margin: 0 auto;
  position: relative;
  padding: 0;
}
.quotation__sttl {
  position: relative;
  display: block;
  margin: 0 auto;
  padding: 0;
}
.quotation__sttl h3 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  font-size: calc(50 / 28 * 1em);
  font-weight: 900;
  letter-spacing: 0.06em;
  text-align: center;
  padding: calc(50 / 750 * 100%) calc(30 / 750 * 100%) 0;  
  line-height: calc(60 / 50 * 1em);
  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;
  height: 100%;
}
.quotation__sttl h3 span {
  text-align: center;
  color: #fff;
  display: block;
}
.quotation__text {
  position: relative;
  display: block;
  margin: 0 auto;
  padding: 0;
}
.quotation__text p {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  line-height: calc(50 / 28 * 1em);
  letter-spacing: 0.06em;
  text-align: justify;
  padding: calc(410 / 750 * 100%) calc(80 / 750 * 100%) calc(20 / 750 * 100%);  
}



/* -- pc -- */
@media screen and (min-width:750px){
  .staff {
    display: block;
    margin:0 auto;
    width: 100%;
    background: url(img/bg_grid.png) repeat top center;
    background-position: calc(50% + 8px) 4px;
  }
  .quotation {
    background: url(img/quotation_pc_bg.jpg) repeat-y top center;
    background-color: #f8f5f0;
}
  .quotation .box {
    max-width: 1100px;
    margin: 0 auto;
  }
.quotation__item {
  display: block;
  margin: 0 auto;
  position: relative;
  padding: 0;
}
.quotation__sttl {
  position: relative;
  display: block;
  margin: 0 auto;
  padding: 0;
}
.quotation__sttl h3 {
  font-size: calc(40 / 18 * 1em);
  padding: calc(40 / 1100 * 100%) calc(50 / 1100 * 100%) 0;  
  line-height: calc(60 / 40 * 1em);
}
.quotation__item:nth-of-type(odd) .quotation__sttl h3 {
    padding-left: calc(530 / 1100 * 100%);
}
.quotation__item:nth-of-type(even) .quotation__sttl h3 {
    padding-right: calc(530 / 1100 * 100%);
}
.quotation__text p {
  line-height: calc(30 / 18 * 1em);
  padding: calc(20 / 1100 * 100%) calc(90 / 1100 * 100%) calc(20 / 1100 * 100%); 
  font-weight: 500;
}
.quotation__item:nth-of-type(odd) .quotation__text p {
    padding-left: calc(570 / 1100 * 100%);
}
.quotation__item:nth-of-type(even) .quotation__text p {
    padding-right: calc(570 / 1100 * 100%);
}
  .coupon + .cta {
    margin-top: 0;
  }
  
  }

/* 下層 */
.company-breadcrumb{
  display:flex;
  align-items:center;
  gap:8px;
  font-size:13px;
  color:var(--company-muted);
  margin: 10px 0 20px;
}
.company-breadcrumb__link{
  color:var(--company-muted);
  text-decoration:none;
}
.company-breadcrumb__link:hover{
  text-decoration:underline;
}
.company-breadcrumb__sep{
  opacity:.7;
}

/* home icon (CSSだけで簡易アイコン) */
.company-breadcrumb__home{
  display:inline-block;
  width:14px;
  height:14px;
  margin-right:4px;
  vertical-align:-2px;
  position:relative;
}
.company-breadcrumb__home::before{
  content:"";
  position:absolute;
  inset:0;
  background: currentColor;
  clip-path: polygon(50% 8%, 96% 44%, 86% 44%, 86% 92%, 60% 92%, 60% 64%, 40% 64%, 40% 92%, 14% 92%, 14% 44%, 4% 44%);
  opacity:.9;
}

.company-title{
  margin: 6px 0 18px;
  font-size: 24px;
  font-weight: 700;
  padding-left: 12px;
  text-align: center;
}

.company-card{
  border:1px solid #e3e3e3;
  background:#fff;
  max-width: 920px;
  margin: auto;
}

.company-card .company-table{
  width:100% !important;
  border-collapse: collapse !important;
  table-layout: fixed;
}

.company-card .company-table th,
.company-card .company-table td{
  border-top:1px solid #e3e3e3 !important;
  padding: 16px 18px !important;
  vertical-align: top !important;
  font-size: 14px !important;
}

.company-card .company-table tr:first-child th,
.company-card .company-table tr:first-child td{
  border-top:none !important;
}

.company-card .company-table th{
  width:165px !important;
  background:#d9d9d9 !important;
  font-weight:700 !important;
  color:#333 !important;
  border-right:1px solid #e3e3e3 !important;
}

.company-card .company-table td{
  background:#fff !important;
}

/* スマホ */
@media (max-width: 640px){
  .company-title{ font-size:20px; }

  .company-card .company-table,
  .company-card .company-table tbody,
  .company-card .company-table tr{
    display:block;
    width:100%;
  }
  .company-card .company-table th,
  .company-card .company-table td{
    display:block;
    width:100% !important;
    border-right:none !important;
  }
  .company-card .company-table td{
    border-top:none !important;
    padding-top: 10px !important;
  }
}
@media (min-width: 768px) {
    .contentbox {
        width: 800px;
        margin: auto;
        padding-top: 40px;  
	}
}