@charset "utf-8";
/* CSS Document */
/* top.css */
/* -------------------------------------------------- */
/* 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(48 / 590 * 100%);
  left: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 0 calc((750 - 666) / 750 * 100% * 0.5);
}
.cta .cta__text {
  box-sizing: border-box;
  background: var(--c2);
  color: #fff;
  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;
  position: relative;
  margin-top: -1px;
}
.cta .cta__timer {
  display: inline-block;
  margin-bottom: .5em;
  color: var(--c3);
  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(0px,calc(100 / 750 * 100%),100px) auto;
  }
.cta .cta__btn {
  position: absolute;
  bottom: calc(50 / 480 * 100%);
  left: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 0 calc((1000 - 916) / 1000 * 100% * 0.5);
}
.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 ;
}

}
/*---------*/
.no1 {
  margin: clamp(0px,calc(50 / 750 * 100%),50px) auto 0;
}

.reason__text {
  background-image: url(img/reason_sp_01_02.png),url(img/reason_sp_bg.png);
  background-repeat: no-repeat,repeat-y;
  -webkit-background-size: 100% 100%, 100% auto;
  background-size:  100% 100%, 100% auto;
  background-position: top left;
  display: block;
  box-sizing: border-box;
  padding: calc(30 / 750 * 100%) calc(70 / 750 * 100%);
  font-size: clamp(14px,calc(28 / 750 * 100vw),28px);
  line-height: calc(50 / 28 * 1em);
  font-weight: 500;
  letter-spacing: 0.08em;
  font-feature-settings: 'palt' 1;
}
.reason__text--01{
  background-image: url(img/reason_sp_01_02.png),url(img/reason_sp_bg.png);
}
.reason__text--02{
  background-image: url(img/reason_sp_02_02.png),url(img/reason_sp_bg.png);
}
.reason__text--03{
  background-image: url(img/reason_sp_03_02.png),url(img/reason_sp_bg.png);
}


.gaiju {
  background-image: url(img/gaiju_bg_sp.png);
  background-repeat: repeat;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  margin: 0 auto;
}
.gaiju .gaiju__area {
  box-sizing: border-box;
  display: block;
  padding: calc(80 / 750 * 100%) calc(35 / 750 * 100%);
}
.gaiju .gaiju__ttl {
  width: calc(611 / 680 * 100%);
  margin: 0 auto calc(30 / 680 * 100%);
}
.gaiju .gaiju__item {
  display: block;
  position: relative;
  margin: calc(20 / 980 * 100%) auto;
}
.gaiju .gaiju__item:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: calc(100% - (80 / 750 * 100vw));
  border-radius: clamp(15px,calc(30 / 750 * 100vw),30px);
  z-index: 1;
}
.gaiju .gaiju__sttl {
  position: absolute;
  left: calc(30 / 680 * 100%);
  top: 0;
  width: calc(436 / 680 * 100%);
  z-index: 2;
}
.gaiju .gaiju__text {
  position: relative;
  font-size: clamp(12px,calc(24 / 750 * 100vw),24px);
  line-height: calc(50 / 24 * 1em);
  font-weight: 500;
  letter-spacing: 0.08em;
  font-feature-settings: 'palt' 1;
  z-index: 3;
  box-sizing: border-box;
  padding: calc(100 / 680 * 100%) calc(35 / 680 * 100%) calc(35 / 680 * 100%) calc(35 / 680 * 100%);
}
.gaiju .gaiju__item--01 .gaiju__sttl {
  left: calc(24 / 680 * 100%);
}
.gaiju .gaiju__item--02 {
  margin-top: calc(10 / 980 * 100%);
}
.gaiju .gaiju__item--02 .gaiju__sttl {
  width: calc(365 / 680 * 100%);
}
.gaiju .gaiju__item--02 .gaiju__text {
  padding-top: calc(112 / 680 * 100%);
}
.gaiju .gaiju__item--02:after {
  content: "";
  height: calc(100% - (93 / 750 * 100vw));
}
.gaiju .gaiju__item--03 .gaiju__sttl {
  width: calc(365 / 680 * 100%);
}
.gaiju .gaiju__item--04 .gaiju__sttl {
  width: calc(435 / 680 * 100%);
}
.gaiju .gaiju__item--05 .gaiju__sttl {
  width: calc(395 / 680 * 100%);
}
.gaiju .gaiju__item:last-child {
  margin-bottom: 0;
}

/* -------- */
.tyousa {
  position: relative;
  margin: calc(100 / 750 * 100%) auto 0;
  background: #fffbce;
  box-sizing: border-box;
  padding: calc(110 / 750 * 100%) calc(25 / 750 * 100%) calc(110 / 750 * 100%);
}
.tyousa .tyousa__ttl {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: calc(500 / 750 * 100%);
  transform: translate3d(-50%,-50%,0);
}
.tyousa .tyousa__list {
  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;
  flex-direction: column;
}
.tyousa .tyousa__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-align-items: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #fff;
  box-shadow: 9.804px 15.096px 20px 0px rgba(158, 97, 40, 0.3);
  border: 2px solid rgb(250, 124, 0);
  overflow: hidden;
  box-sizing: border-box;
  width: 100%;
}

.tyousa .tyousa__image {
  width: calc(266 / 700 * 100%);
  height: 0;
  padding-bottom: calc(266 / 700 * 100%);
  position: relative;
}
.tyousa .tyousa__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tyousa .tyousa__box {
  width: calc((700 - 266) / 700 * 100%);
}
.tyousa .tyousa__sttl {
  background: #EE4200;
  background: -webkit-linear-gradient(90deg, rgba(238, 66, 0, 1) 0%, rgba(250, 124, 0, 1) 100%);
  background: -moz-linear-gradient(90deg, rgba(238, 66, 0, 1) 0%, rgba(250, 124, 0, 1) 100%);
  background: linear-gradient(90deg, rgba(238, 66, 0, 1) 0%, rgba(250, 124, 0, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#EE4200", endColorstr="#FA7C00", GradientType=1);
  font-size: clamp(16px,calc(32 / 750 * 100vw),32px);
  line-height: calc(64 / 32 * 1em);
  font-weight: 600;
  font-feature-settings: 'palt' 1;
  color: #fff;
  box-sizing: border-box;
  padding: calc(10 / 700 * 100%) calc(20 / 700 * 100%);
}
.tyousa .tyousa__text {
  font-size: clamp(14px,calc(28 / 750 * 100vw),28px);
  line-height: calc(50 / 28 * 1em);
  font-weight: 600;
  font-feature-settings: 'palt' 1;
  box-sizing: border-box;
  padding: calc(10 / 700 * 100%) calc(20 / 700 * 100%);
}
.tyousa .tyousa__ar {
  width: calc(60 / 700 * 100%);
  display: block;
  margin: calc(20 / 700 * 100%) auto;
}

/* -------- */
.faq {
  background: #d1ebca;
  box-sizing: border-box;
  margin: 0 auto;
  padding: calc(80 / 750 * 100%) 0 calc(60 / 750 * 100%);
}
.faq .faq__ttl {
  display: block;
  margin: 0 auto calc(40 / 750 * 100%);
}
.faq .faq__area {
  max-width: 904px;
  margin: 0 auto;
}
.faq .faq__item {
  margin: calc(40 / 750 * 100%) auto;
}
.faq .faq__q {
  display: block;
  cursor: pointer;
  margin: calc(20 / 750 * 100%) auto;
  background: url(img/faq_q_sp.png) no-repeat top left;
  -webkit-background-size: calc(724 / 750 * 100%) auto;
  background-size: calc(724 / 750 * 100%) auto;
  min-height: clamp(0px,calc(144 / 750 * 100vw),144px);
  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;
  box-sizing: border-box;
  padding: calc(10 / 750 * 100%) calc(90 / 750 * 100%) calc(20 / 750 * 100%) calc(130 / 750 * 100%);
  position: relative;
}
.faq .faq__qtext {
  font-size: clamp(17px,calc(34 / 750 * 100vw),34px);
  line-height: calc(52 / 34 * 1em);
  font-weight: 700;
  font-feature-settings: 'palt' 1;
  color: #fff;
}
.faq .faq__q:before {
  content: "";
  display: block;
  width: calc(50 / 750 * 100%);
  height: 2px;
  background: #fff;
  position: absolute;
  top: calc(50% - 1px);
  right: calc(60 / 750 * 100%);
  transition: all .5s ease;
  transform: rotate(0deg);
}
.faq .faq__q:after{
  content: "";
  display: block;
  width: calc(50 / 750 * 100%);
  height: 2px;
  background: #fff;
  position: absolute;
  top: calc(50% - 1px);
  right: calc(60 / 750 * 100%);
  transition: all .5s ease;
  transform: rotate(90deg);
}
.faq .faq__q.faq--open:before {
  content: "";
  transform: rotate(180deg);
}
.faq .faq__q.faq--open:after{
  content: "";
  transform: rotate(180deg);
}
.faq .faq__a {
  position: relative;
  margin: 0 auto;
  padding: 0;
}
.faq .faq__atext {
  background-color: #fff;
  border-radius: clamp(15px,calc(30 / 750 * 100vw),30px);
  position: relative;
  width: calc(660 / 750 * 100%);
  margin: 0 calc(30 / 750 * 100%) 0 auto;
  box-sizing: border-box;
  padding: calc(30 / 750 * 100%) calc(30 / 750 * 100%) calc(30 / 750 * 100%) calc(60 / 750 * 100%);
}
.faq .faq__atext:before {
  content: "";
  display: block;
  background: url(img/faq_a.png) no-repeat top left;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  width: calc(80 / 660 * 100%);
  height: 0;
  padding-bottom:calc( 80 / 660 * 100%);
  position: absolute;
  top: 0;
  left: 0;
  transform: translate3d(-50%,15%,0);
}
.faq__atext p {
  font-size: clamp(14px,calc(28 / 750 * 100vw),28px);
  line-height: calc(50 / 28 * 1em);
  font-weight: 500;
  font-feature-settings: 'palt' 1;
  letter-spacing: 0.12em;
}
.faq__atext p span {
  font-weight: bold;
  color: #e60000;
}

/* --------- */
.quotation {
  margin: 0 auto;
}
.quotation .quotation__area {
  display: block;
  margin: 0 auto;
}
.quotation .quotation__box {
  position: relative;
}
.quotation .quotation__textbox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  padding: calc(340 / 750 * 100%) calc(58 / 750 * 100%) calc(40 / 750 * 100%);
  height: 100%;
}
.quotation .quotation__sttl {
  text-align: center;
  background: url(img/quotation_sp_textbg.png) no-repeat top center;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  color: rgb(255, 255, 255);
  text-shadow: 0px 0px 9px rgba(158, 100, 13, 0.4);
  font-size: clamp(20px,calc(40 / 750 * 100vw),40px);
  line-height: calc(50 / 40 * 1em);
  font-weight: 800;
  font-feature-settings: 'palt' 1;
  letter-spacing: 0.02em;
  box-sizing: border-box;
  padding: calc(30 / 750 * 100%) 0;
}

.quotation .quotation__sttl--big span {
  font-size: calc(54 / 40 * 1em);
}
.quotation .quotation__text {
  box-sizing: border-box;
  padding: calc(20 / 750 * 100%) calc(30 / 750 * 100%);
  font-size: clamp(14px,calc(28 / 750 * 100vw),28px);
  line-height: calc(50 / 28 * 1em);
  font-weight: 500;
  font-feature-settings: 'palt' 1;
  letter-spacing: 0.12em;
}


/* ---------------------------------------------------- */

@media screen and (min-width:750px){
  .fv {
    margin: 0 auto 50px;
  }
  .no1 {
    background: url(img/no1_pc_bg.png) repeat-x top center;
  }
  .zenkoku ,
  .check {
    margin: clamp(0px,calc(50 / 750 * 100%),50px) auto;
    max-width: 1200px;
  }
  .taiou {
    background: #9acdaf;
    margin: clamp(0px,calc(50 / 750 * 100%),50px) auto;
  }
  .caution {
    margin: clamp(0px,calc(50 / 750 * 100%),50px) auto;
    max-width: 1200px;
  }
  .about {
    margin: clamp(0px,calc(50 / 750 * 100%),50px) auto;
    background: #bcdaff;
  }
  .flow {
    background: #f4ffc8;
  }
  .means {
    background: #ffecd8;
  }
  .saihatsuboushi ,
  .media {
    margin: clamp(0px,calc(50 / 750 * 100%),50px) auto;
    max-width: 1200px;
  }
  
  .reason {
    background: #f4ffc8;
  }
  .reason__area {
    max-width: 1000px;
    width: 100%;
    display: block;
    margin: 0 auto;
    position: relative;
  }
  .reason__text {
    background-image: url(img/reason_pc_01_02.png),url(img/reason_pc_bg.png);
    background-repeat: no-repeat,repeat-y;
    -webkit-background-size: 100% auto, 100% auto;
    background-size:  100% auto, 100% auto;
    background-position: top left;
    display: block;
    box-sizing: border-box;
    padding: calc(35 / 1000 * 100%) calc(440 / 1000 * 100%) calc(35 / 1000 * 100%) calc(100 / 1000 * 100%);
    font-size: clamp(9px,calc(18 / 1000 * 100vw),18px);
    line-height: calc(36 / 18 * 1em);
    font-weight: 500;
    letter-spacing: 0.08em;
    font-feature-settings: 'palt' 1;
    min-height: 180px;
  }
  .reason__text--01{
    background-image: url(img/reason_pc_01_02.png),url(img/reason_pc_bg.png);
  }
  .reason__text--02{
    background-image: url(img/reason_pc_02_02.png),url(img/reason_pc_bg.png);
  }
  .reason__text--03{
    background-image: url(img/reason_pc_03_02.png),url(img/reason_pc_bg.png);
  }
  
  /*--------*/
  
.gaiju {
    background-image: url(img/gaiju_bg_pc.png);
    background-repeat: repeat;
    -webkit-background-size: auto auto;
    background-size: auto auto;
    margin: 0 auto;
  }
  .gaiju .gaiju__area {
    box-sizing: border-box;
    display: block;
    padding:clamp(50px,calc(100 / 800 * 100vw),100px) 0;
    width: calc(800 / 900 * 100%);
    max-width: 800px;
    margin: 0 auto;
  }
  .gaiju .gaiju__ttl {
    width: calc(611 / 800 * 100%);
    margin: 0 auto 30px;
  }
  .gaiju .gaiju__item {
    display: block;
    position: relative;
    margin:30px auto;
  }
  .gaiju .gaiju__item:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #fff;
    width: 100%;
    height: calc(100% - 80px);
    border-radius: clamp(15px,calc(30 / 750 * 100vw),30px);
    z-index: 1;
  }
  .gaiju .gaiju__sttl {
    position: absolute;
    left: calc(30 / 680 * 100%);
    top: 0;
    width: calc(436 / 680 * 100%);
    z-index: 2;
  }
  .gaiju .gaiju__text {
    position: relative;
    font-size: clamp(9px,calc(18 / 800 * 100vw),18px);
    line-height: calc(50 / 24 * 1em);
    font-weight: 500;
    letter-spacing: 0.08em;
    font-feature-settings: 'palt' 1;
    z-index: 3;
    box-sizing: border-box;
    min-height: 210px;
    padding: 110px calc(60 / 800 * 100%) calc(20 / 800 * 100%) calc(60 / 800 * 100%);
  }
  .gaiju .gaiju__item--01 .gaiju__sttl {
    left: 80px;
    width: 396px;
  }
  .gaiju .gaiju__item--02 {
    margin-top: 20px;
  }
  .gaiju .gaiju__item--02 .gaiju__sttl {
    width: 345px;
  }
  .gaiju .gaiju__item--02 .gaiju__text {
    padding-top: 123px;
  }
  .gaiju .gaiju__item--02:after {
    content: "";
    height: calc(100% - 93px);
  }
  .gaiju .gaiju__item--03 .gaiju__sttl {
    width: 345px;
  }
  .gaiju .gaiju__item--04 {
    margin-top: 20px;
  }
  .gaiju .gaiju__item--04 .gaiju__sttl {
    width: 395px;
  }
  .gaiju .gaiju__item--04:after {
    content: "";
    height: calc(100% - 90px);
  }
  .gaiju .gaiju__item--05 .gaiju__sttl {
    width: 365px;
  }
  .gaiju .gaiju__item:last-child {
    margin-bottom: 0;
  }


  /* -------- */
  .tyousa {
    margin: 120px auto 0;
    padding: 130px 20px 100px;
  }
  .tyousa .tyousa__ttl {
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    width: 500px;
    transform: translate3d(-50%,-50%,0);
  }
  .tyousa .tyousa__list {
    max-width: 800px;
    margin: 0 auto;
  }
  .tyousa .tyousa__image {
    width: calc(340 / 800 * 100%);
    height: 0;
    padding-bottom: calc(196 / 800 * 100%);
    position: relative;
  }
  .tyousa .tyousa__image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .tyousa .tyousa__box {
    width: calc((800 - 340) / 800 * 100%);
  }
  .tyousa .tyousa__sttl {
    font-size: clamp(14px,calc(28 / 800 * 100vw),28px);
    line-height: calc(60 / 28 * 1em);
    padding: calc(10 / 800 * 100%) calc(60 / 800 * 100%);
  }
  .tyousa .tyousa__text {
    font-size: clamp(9px,calc(18 / 800 * 100vw),18px);
    line-height: calc(36 / 18 * 1em);
    font-weight: 500;
    font-feature-settings: 'palt' 1;
    box-sizing: border-box;
    padding: calc(40 / 800 * 100%) calc(60 / 800 * 100%);
  }
  .tyousa .tyousa__ar {
    width: calc(60 / 700 * 100%);
    display: block;
    margin: calc(20 / 700 * 100%) auto;
  }

  /* -------- */
  .faq {
    padding: 100px 0 60px;
  }
  .faq .faq__ttl {
    margin: 0 auto 60px;
  }
  .faq .faq__area {
    max-width: 904px;
    margin: 0 auto;
  }
  .faq .faq__item {
    margin: 40px auto;
  }
  .faq .faq__q {
    display: block;
    cursor: pointer;
    margin: 20px auto;
    background: url(img/faq_q_pc.png) no-repeat top left;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    min-height: clamp(0px,calc(144 / 904 * 100vw),144px);
    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;
    box-sizing: border-box;
    padding: calc(10 / 904 * 100%) calc(120 / 904 * 100%) calc(20 / 904 * 100%) calc(140 / 904 * 100%);
    position: relative;
  }
  .faq .faq__qtext {
    font-size: clamp(14px,calc(28 / 800 * 100vw),28px);
    line-height: calc(50 / 28 * 1em);
  }
  .faq .faq__q:before {
    content: "";
    display: block;
    width: clamp(25px,calc(50 / 800 * 100vw),50px);
    height: 4px;
    background: #fff;
    position: absolute;
    top: calc(50% - 1px);
    right: calc(60 / 750 * 100%);
    transition: all .5s ease;
    transform: rotate(0deg);
  }
  .faq .faq__q:after{
    content: "";
    display: block;
    width: clamp(25px,calc(50 / 800 * 100vw),50px);
    height: 4px;
    background: #fff;
    position: absolute;
    top: calc(50% - 1px);
    right: calc(60 / 750 * 100%);
    transition: all .5s ease;
    transform: rotate(90deg);
  }
  .faq .faq__q.faq--open:before {
    content: "";
    transform: rotate(180deg);
  }
  .faq .faq__q.faq--open:after{
    content: "";
    transform: rotate(180deg);
  }
  .faq .faq__a {
    position: relative;
    margin: 0 auto;
    padding: 0;
  }
  .faq .faq__atext {
    background-color: #fff;
    border-radius: clamp(15px,calc(30 / 750 * 100vw),30px);
    position: relative;
    width: calc(100% - 40px);
    margin: 0 0 0 auto;
    box-sizing: border-box;
    padding: 30px 60px;
  }
  .faq .faq__atext:before {
    content: "";
    display: block;
    background: url(img/faq_a.png) no-repeat top left;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    width: 80px;
    height: 0;
    padding-bottom: 80px;
    position: absolute;
    top: 0;
    left: 0;
    transform: translate3d(-50%,15%,0);
  }
  .faq__atext p {
    font-size: clamp(9px,calc(18 / 800 * 100vw),18px);
    line-height: calc(40 / 18 * 1em);
    font-weight: 500;
    font-feature-settings: 'palt' 1;
    letter-spacing: 0.12em;
  }
  .faq__atext p span {
    font-weight: bold;
    color: #e60000;
  }


  /* --------- */
  .sodan {
    margin: 50px auto;
  }
  /* --------- */
  .quotation {
    background: url(img/quotation_pc_bg.png) repeat-y top center;
  }
  .quotation .quotation__area {
    max-width: 1100px;
  }
  .quotation .quotation__textbox {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    padding: calc(0 / 1100 * 100%) calc(108 / 1100 * 100%) calc(60 / 1100 * 100%) calc(488 / 1100 * 100%);
    height: 100%;
  }
  .quotation .quotation__sttl {
    text-align: center;
    background: url(img/quotation_pc_textbg.png) no-repeat bottom center;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    color: rgb(255, 255, 255);
    text-shadow: 0px 0px 9px rgba(158, 100, 13, 0.4);
    font-size: clamp(17px,calc(34 / 800 * 100vw),34px);
    line-height: calc(44 / 34 * 1em);
    font-weight: 800;
    font-feature-settings: 'palt' 1;
    letter-spacing: 0.02em;
    box-sizing: border-box;
    padding: calc(40 / 504 * 100%) calc(10 / 504 * 100%) 0 calc(10 / 504 * 100%);
    border-radius: 0 62px 0 0;
    overflow: hidden;
  }
  .quotation .quotation__sttl span {
    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: 130px;
    box-sizing: border-box;
    padding: 10px 0;
  }
  .quotation .quotation__sttl--big span {
    font-size: 1em;
  }
  .quotation .quotation__text {
    box-sizing: border-box;
    padding: calc(30 / 504 * 100%) calc(40 / 504 * 100%);
    font-size: clamp(9px,calc(18 / 800 * 100vw),18px);
    line-height: calc(50 / 28 * 1em);
    font-weight: 500;
    font-feature-settings: 'palt' 1;
    letter-spacing: 0.08em;
  }

  .area {
    background: #d4f1ff;
    margin: 100px auto 50px;
  }
  
  .coupon {
    max-width: 1000px;
    margin: 50px auto;
  }
  .cta--last {
    margin: 0px auto 100px;
  }


}




