@charset "UTF-8";
main{
  position: relative;
}
.pankuzu{
  position: absolute;
  right: 0;
  top: 0;
  z-index: 20;
  width: 100%;
}
.pankuzu li,
.pankuzu li a{
  color: #fff;
}
.pageH{
  position: relative;
}
.pageH::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: #bbb;
  mix-blend-mode: multiply;
  z-index: 15;
}
.pageH .cap{
  z-index: 15;
}
.pageH .pageTtl{
  position: absolute;
  left: 50%;
  top: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  transform: translate(-50%,-50%);
  line-height: 1.4;
  z-index: 20;
  letter-spacing: 0.05em;
}
.pageH .pageTtl span:nth-of-type(1){
  font-size: clamp(calc(50px * 0.7), calc(50vw / 11.00), 50px);/*50 / 30*/
}
.pageH .pageTtl span:nth-of-type(2){
  font-size: clamp(calc(60px * 0.7), calc(60vw / 11.00), 60px);/*60 / 36*/
}
.conBody{
  background: #f4f3ef !important;
  color: #323f2e;
}
.mainCopy{
  padding: 50px 0;
}
.mainCopy h3{
  font-weight: 400;
}

/* for sp*/
@media screen and (max-width: 767px) {
  .pankuzu{}
  .pankuzu li,
  .pankuzu li a{}
  .pageH{
    height: 300px;
  }
  .pageH::before{}
  .pageH .cap{}
  .pageH .pageTtl{
    width: 100%;
  }
  .pageH .pageTtl img{
    width: 80%;
    max-width: 260px;
  }
  .pageH .pageTtl span:nth-of-type(1){
    font-size: clamp(calc(30px * 0.7), calc(30vw / 3.75), 30px);/*50 / 30*/
  }
  .pageH .pageTtl span:nth-of-type(2){
    font-size: clamp(calc(36px * 0.7), calc(36vw / 3.75), 36px);/*60 / 36*/
  }
  .pageH figure{
    widows: 100%;
    height: 100%;
  }
  .pageH figure img{
    widows: 100%;
    height: 100%;
    object-fit: cover;
  }
  .conBody{}
  .mainCopy{
    padding: 30px 0;
  }
  .mainCopy h3{}
}


.reaListWrap{
  position: relative;
}
/*緑ベタ*/
.rMTtl{
  position: relative;
  height: 90px;
  margin-top: -45px;
}
.rMTtl::before{
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 50vw;
  height: 100%;
  background: #323f2e;
}
.rMTtl div{
  height: 100%;
}
.rMTtl div p{
  position: relative;
  display: flex;
  align-items: center;
  width: calc((900 / 1080) * 100%);
  height: 100%;
  margin-left: auto;
  padding-left: 1.5em;
  background: #323f2e;
  font-family: "Zen Antique Soft", serif;
  font-weight: 400;
  font-style: normal;
  font-feature-settings: "palt";
  font-size: clamp(calc(28px * 0.7), calc(28vw / 11.00), 28px);/*28 / 18*/
  letter-spacing: 0.3em;
  color: #fff;
}

/* for tablet*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation:portrait) {
/*縦向きのみの記述 --- iPad Pro12.9はPC表示*/
  .rMTtl{
    height: 70px;
    margin-top: -35px;
  }
}




.rSTtl{
  position: absolute;
  left: 50%;
  top: 0;
  width: 100%;
  max-width: 1280px;
  height: 100%;
  transform: translate(-50%,0);
  text-align: left;
}
.rSTtl img{
  transform: rotate(90deg) translate(30px,-60px);
  transform-origin: left top;
}

/* for tablet*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation:portrait) {
/*縦向きのみの記述 --- iPad Pro12.9はPC表示*/
  .rSTtl img{
    transform: rotate(90deg) translate(20px,-30px);
    height: 15px;
  }
}
  

.rFTtl{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  border-top: 1px solid #323f2e;
}

/* for tablet*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation:portrait) {
/*縦向きのみの記述 --- iPad Pro12.9はPC表示*/
  .rFTtl{
    height: 50px;
  }
  .rFTtl img{
    height: 15px;
  }
}

/*reaList
--------------------------------- */
.reaList{
  display: flex;
  justify-content: center;
  border-top: 1px solid #323f2e;
}

.reaList::before,
.reaList::after{
  content: "";
  display: block;
  width: 100px;
}

/* for tablet*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation:portrait) {
/*縦向きのみの記述 --- iPad Pro12.9はPC表示*/
  .reaList::before,
  .reaList::after{
    width: 50px;
  }
}
  
.reaList ul{
  column-count: 2;
  column-gap: 0;
  width: 100%;
  max-width: 1080px;
  /*border-left: 1px solid #323f2e;*/
  border-right: 1px solid #323f2e;
}
.reaList .unit{
  position: relative;
  /*width: calc(100% / 2);*/
  border-top: 1px solid #323f2e;
  border-left: 1px solid #323f2e;
  text-align: left;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  line-height: 1.0;
}
.reaList .unit.r01,
.reaList .unit.r05{
  border-top: none;
}
.reaList .unit .cat{
  position: relative;
  display: inline-flex;
  height: 30px;
  align-items: center;
  justify-content: center;
  padding: 0 0.5em;
  background: #323f2e;
  color: #fff;
  font-size: clamp(calc(13px * 0.7), calc(13vw / 11.00), 13px);/*13 / 11*/
  line-height: 1.0;
  text-align: center;
  white-space: nowrap;
  z-index: 20;
}
.reaList .unit .cat::before{
  content: "#";
  margin: 0 2px 0 0;
}

/*rTtl*/
.reaList .unit .rTtl{
  position: relative;
  padding: 20px 0 0 calc((30 / 540) * 100%);
  color: #323f2e;
  line-height: 1.6;
  text-align: left;
  font-family: "Zen Antique Soft", serif;
  font-weight: 400;
  font-style: normal;
  font-feature-settings: "palt";
  z-index: 20;
}
.reaList .unit .rTtl strong{
  font-weight: 400;
  letter-spacing: -0.05em;
  line-height: 1.0;
}
.reaList .unit .rTtl strong span{
  letter-spacing: -0.1em;
}
.reaList .unit .rTtl.-type01{
  /*font-size: clamp(calc(30px * 0.7), calc(30vw / 11.00), 30px);30 / 26*/
  font-size: clamp(calc(24px * 0.7), calc(24vw / 11.00), 30px);/*30 / 26*/
}
.reaList .unit .rTtl.-type01 strong{
  font-size: calc((68 / 30) * 100%);
}

.reaList .unit .rTtl.-type02{
  /*font-size: clamp(calc(27px * 0.7), calc(27vw / 11.00), 27px);27 / 22*/
  font-size: clamp(calc(20px * 0.7), calc(20vw / 11.00), 27px);/*27 / 22*/
}
.reaList .unit .rTtl.-type02 strong{
  font-size: calc((50 / 27) * 100%);
}

.reaList .unit .rTtl.-type03{
  /*font-size: clamp(calc(23px * 0.7), calc(23vw / 11.00), 23px);23 / 18*/
  font-size: clamp(calc(18px * 0.7), calc(18vw / 11.00), 23px);/*23 / 18*/
}
.reaList .unit .rTtl.-type03 strong{
  font-size: calc((34 / 23) * 100%);
}

.reaList .unit .rTtl.-type04{
  /*font-size: clamp(calc(23px * 0.7), calc(23vw / 11.00), 23px);23 / 18*/
  font-size: clamp(calc(16px * 0.7), calc(16vw / 11.00), 20px);/*20 / 16*/
}
.reaList .unit .rTtl.-type04 strong{
  font-size: calc((30 / 20) * 100%);
}

/*rTxt*/
.reaList .unit .rTxt{
  padding: 15px calc((30 / 540) * 100%) 0 calc((30 / 540) * 100%);
  font-size: clamp(calc(13px * 0.7), calc(12vw / 11.00), 13px);/*13 / 13*/
  text-align: left;
  line-height: 1.6;
  letter-spacing: normal;
}

.reaList .unit .rAtt{
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 24px;
  margin: 15px 0 0 0;
  padding: 0 5px;
  background: #fff;
  border: 1px solid #323f2e;
  text-align: center;
  font-size: 10px;
  line-height: 1.0;
  font-feature-settings: "palt";
  z-index: 20;
}
.reaList .unit figure{
  position: relative;
  z-index: 10;
}

/*first*/

/*r01*/
.reaList .unit.r01{}
.reaList .unit.r01 > div{
  display: flex;
  align-items: flex-end;
}
.reaList .unit.r01 > div .rTxt{
  width: calc((260 / 540) * 100%);
  padding-right: 0;
  padding-bottom: 25px;
}
.reaList .unit.r01 > div figure{
  width: calc((270 / 540) * 100%);
  margin-left: auto;
}

/*r02*/
.reaList .unit.r02{}
.reaList .unit.r02 figure{
  margin-top: -13px;
}

/*r03*/
.reaList .unit.r03{
  padding-bottom: 20px;
}
.reaList .unit.r03 figure{
  width: calc((500 / 540) * 100%);
  margin: 20px auto 0 auto;
}

/*r04*/
.reaList .unit.r04{
  padding-bottom: 45px;
}
/*.reaList .unit.r04 .rAtt{
  margin-top: 0;
  padding: 0;
  border: none;
  background: transparent;
}*/

/* for tablet*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation:portrait) {
/*縦向きのみの記述 --- iPad Pro12.9はPC表示*/
  .reaList .unit.r04{
    padding-bottom: 35px;
  }
}




/*r05*/
.reaList .unit.r05{
  padding: 0 0 35px 0;
}
.reaList .unit.r05 .rTtl{
  margin-top: -1.0em;
  padding-top: 0;
}
.reaList .unit.r05 figure{
  width: calc((500 / 540) * 100%);
  margin: -10px auto 0 auto;
}

/*r06*/
.reaList .unit.r06{
  padding-right: calc((20 / 540) * 100%);
  padding-bottom: 20px;
}
.reaList .unit.r06 .rTxt{
  width: calc((290 / 540) * 100%);
  padding-bottom: 28px;
}
.reaList .unit.r06 figure{
  position: absolute;
  right: calc((20 / 540) * 100%);
  top: 20px;
  width: calc((250 / 540) * 100%);
  height: calc(100% - 40px);
}
.reaList .unit.r06 figure img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*r07*/
.reaList .unit.r07{
  padding-bottom: 30px;
}
.reaList .unit.r07 .cat{
  position: absolute;
  left: 0;
  top: 0;
}

/*r08*/
.reaList .unit.r08{
  padding-bottom: 65px;
}
.reaList .unit.r08 figure{
  width: calc((500 / 540) * 100%);
  margin: 20px auto 0 auto;
}


/*second*/
.reaList.second{
  margin-top: -45px;
}
.reaList.second ul{
  column-count: unset;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.reaList.second ul .unit{
  width: calc(100% / 2);
  padding-bottom: 20px;
}
.reaList.second ul .unit:nth-last-of-type(-n+3){
  width: calc(100% / 3);
}

/*r21*/
.reaList.second ul .unit.r21{
  width: 100%;
  padding-top: 44px;
  padding-bottom: 0;
  border-top: none;
}
.reaList .unit.r21 div{
  position: absolute;
  left: 0;
  top: 50%;
  width: calc((490 / 1080) * 100%);
  transform: translate(0,-50%);
  z-index: 20;
}
.reaList .unit.r21 div .rTtl{
  padding-left: calc((30 / 600) * 100%);
  white-space: nowrap;
}
.reaList .unit.r21 figure{
  width: calc((540 / 1080) * 100%);
  margin-top: -30px;
  margin-left: auto;
}

/*r22*/
.reaList .unit.r22{}
.reaList .unit.r22 .rTtl sup{
  display: inline-block;
  margin-left: -2.5em;
  font-size: 10px;
  transform: translate(0,-0.8em);
}
.reaList .unit.r22 .rTtl i{
  font-size: clamp(calc(16px * 0.7), calc(16vw / 11.00), 16px);/*16 / 14*/
  font-style: normal;
  letter-spacing: normal;
}

@media screen and (min-width: 768px) {
  .reaList .unit.r22 .rTtl strong{
    display: inline-block;
    transform: scaleX(0.95);
    margin-left: -0.3em;
    white-space: nowrap;
  }
  .reaList .unit.r22 .rTtl strong span{
    letter-spacing: -0.2em;
  }
  .reaList .unit.r22 .rTtl sup{
    margin-left: -4.5em;
  }
}
/* for tablet*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation:portrait) {
/*縦向きのみの記述 --- iPad Pro12.9はPC表示*/
  .reaList .unit.r22 .rTtl strong{
    transform: none;
    margin-left: 0;
    white-space: normal;
  }
  .reaList .unit.r22 .rTtl strong span{
    letter-spacing: -0.1em;
  }
  .reaList .unit.r22 .rTtl sup{
    margin-left: -2.5em;
  }
}

/*r24*/
.reaList .unit.r24 figure{
  position: absolute;
  right: 7%;
  top: 40px;
  width: 30%;
}
.reaList .unit.r24 figure{
  position: absolute;
  right: 7%;
  top: 40px;
  width: 30%;
}

/*r26*/
.reaList.second ul .unit.r26{
  padding-bottom: 0;
}
.reaList .unit.r26 figure{
  width: calc((300 / 360) * 100%);
  margin: 0 auto;
}

/*r27*/
.reaList .unit.r27{}
.reaList .unit.r27 figure{
  width: calc((300 / 360) * 100%);
  margin: 20px auto 0 auto;
}

/*r28*/
.reaList.second ul .unit.r28{
  padding-bottom: 10px;
}
.reaList .unit.r28 figure{
  width: calc((300 / 360) * 100%);
  margin: 10px auto 0 auto;
}

/* for sp*/
@media screen and (max-width: 767px) {
  .reaListWrap{}
  /*緑ベタ*/
  .rMTtl{
    width: 90vw;
    height: 60px;
    margin-top: -30px;
    margin-left: auto;
    background: #323f2e;
  }
  .rMTtl::before{
    content: none;
  }
  .rMTtl div{
    height: 100%;
  }
  .rMTtl div p{
    justify-content: flex-start;
    width: 100%;
    padding-left: 0;
    font-size: clamp(calc(18px * 0.7), calc(18vw / 3.75), 18px);/*28 / 18*/
    letter-spacing: normal;
    text-align: left;
  }



  .rSTtl{
    position: static;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: initial;
    height: 50px;
    border-top: 1px solid #323f2e;
    transform: none;
    text-align: center;
  }
  .rSTtl img{
    transform: none;
  }

  .rFTtl{
    height: 50px;
  }
  .rSTtl img,
  .rFTtl img{
    height: 16px;
  }

  /*reaList
  --------------------------------- */
  .reaList{}

  .reaList::before,
  .reaList::after{
    width: 10px;
  }
  .reaList ul{
    column-count: unset;
    column-gap: 0;
    width: calc(100% - 20px);
    max-width: initial;
    border-left: 1px solid #323f2e;
  }
  .reaList .unit{
    border-left: none;
    -webkit-column-break-inside: unset;
    page-break-inside: unset;
    break-inside: unset;
  }
  .reaList .unit.r01,
  .reaList .unit.r05{}
  .reaList .unit.r05{
    border-top: 1px solid #323f2e;
  }
  
  .reaList .unit .cat{
    height: 24px;
    font-size: clamp(calc(11px * 0.7), calc(11vw / 3.75), 11px);/*13 / 11*/
  }
  .reaList .unit .cat::before{}

  /*rTtl*/
  .reaList .unit .rTtl{
    position: relative;
    padding: 15px 0 0 15px;
  }
  .reaList .unit .rTtl strong{}
  .reaList .unit .rTtl strong span{}
  .reaList .unit .rTtl.-type01{
    font-size: clamp(calc(26px * 0.7), calc(26vw / 3.75), 26px);/*30 / 26*/
  }
  .reaList .unit .rTtl.-type01 strong{
    font-size: calc((46 / 26) * 100%);
  }

  .reaList .unit .rTtl.-type02{
    font-size: clamp(calc(20px * 0.7), calc(20vw / 3.75), 20px);/*27 / 20*/
  }
  .reaList .unit .rTtl.-type02 strong{}

  .reaList .unit .rTtl.-type03{
    font-size: clamp(calc(18px * 0.7), calc(18vw / 3.75), 18px);/*23 / 18*/
  }
  .reaList .unit .rTtl.-type03 strong{}

  .reaList .unit .rTtl.-type04{
    font-size: clamp(calc(16px * 0.7), calc(16vw / 3.75), 16px);/*20 / 16*/
  }
  .reaList .unit .rTtl.-type04 strong{}

  /*rTxt*/
  .reaList .unit .rTxt{
    padding: 15px 15px 0 15px;
    font-size: clamp(calc(13px * 0.7), calc(13vw / 3.75), 13px);/*13 / 13*/
  }

  .reaList .unit .rAtt{}
  .reaList .unit figure{}

  /*first*/
  .reaList.first ul{
    display: flex;
    flex-direction: column;
  }
  /*ならびかえ*/
  .reaList .unit.r01{
    order: 1;
  }
  .reaList .unit.r02{
    order: 3;
  }
  .reaList .unit.r03{
    order: 5;
  }
  .reaList .unit.r04{
    order: 7;
  }
  .reaList .unit.r05{
    order: 2;
  }
  .reaList .unit.r06{
    order: 4;
  }
  .reaList .unit.r07{
    order: 6;
  }
  .reaList .unit.r08{
    order: 8;
  }
  
  
  /*r01*/
  .reaList .unit.r01{}
  .reaList .unit.r01 > div{
    display: block;
  }
  .reaList .unit.r01 > div .rTxt{
    width: 100%;
    padding-right: 15px;
    padding-bottom: 0;
  }
  .reaList .unit.r01 > div figure{
    width: 100%;
    margin-left: 0;
  }

  /*r02*/
  .reaList .unit.r02{}
  .reaList .unit.r02 figure{
    margin-top: -13px;
  }

  /*r03*/
  .reaList .unit.r03{
    padding-bottom: 15px;
  }
  .reaList .unit.r03 figure{
    width: calc(100% - 30px);
    margin: 15px auto 0 auto;
  }

  /*r04*/
  .reaList .unit.r04{
    padding-bottom: 0;
  }

  /*r05*/
  .reaList .unit.r05{
    padding: 0 0 35px 0;
  }
  .reaList .unit.r05 .rTtl{
    margin-top: -1.0em;
    padding-top: 0;
  }
  .reaList .unit.r05 figure{
    width: calc(100% - 30px);
    margin: -10px auto 0 auto;
  }

  /*r06*/
  .reaList .unit.r06{
    padding-right: 0;
    padding-bottom: 15px;
  }
  .reaList .unit.r06 .rTxt{
    width: 100%;
    padding-bottom: 15px;
  }
  .reaList .unit.r06 figure{
    position: static;
    width: calc(100% - 30px);
    height: 150px;
    margin: 15px auto 0 auto;
  }
  .reaList .unit.r06 figure img{}

  /*r07*/
  .reaList .unit.r07{
    padding-bottom: 20px;
  }
  .reaList .unit.r07 .cat{}

  /*r08*/
  .reaList .unit.r08{
    padding-bottom: 50px;
  }
  .reaList .unit.r08 figure{
    width: calc(100% - 30px);
    margin: 15px auto 0 auto;
  }


  /*second*/
  .reaList.second{
    margin-top: -30px;
  }
  .reaList.second ul{
    flex-direction: column;
    justify-content: initial;
  }
  .reaList.second ul .unit{
    width: 100%;
  }
  .reaList.second ul .unit:nth-last-of-type(-n+3){
    width: 100%;
  }

  /*r21*/
  .reaList.second ul .unit.r21{
    padding-top: 44px;
    padding-bottom: 15px;
  }
  .reaList .unit.r21 div{
    position: static;
    width: 100%;
    transform: none;
  }
  .reaList .unit.r21 div .rTtl{
    padding-left: 15px;
    white-space: normal;
  }
  .reaList .unit.r21 figure{
    width: calc(100% - 30px);
    margin: 15px auto 0 auto;
  }

  /*r22*/
  .reaList .unit.r22{}
  .reaList .unit.r22 .rTtl sup{}
  .reaList .unit.r22 .rTtl i{
    font-size: clamp(calc(11px * 0.7), calc(11vw / 3.75), 11px);/*16 / 11*/
  }
  
   /*r24*/
  .reaList .unit.r24 figure{
    right: 10px;
    top: 40px;
    width: 32%;
  }

  /*r26*/
  .reaList .unit.r26 figure{
    width: 80%;
  }

  /*r27*/
  .reaList .unit.r27{
    padding-bottom: 15px;
  }
  .reaList .unit.r27 figure{
    width: calc(100% - 30px);
    margin: 15px auto 0 auto;
  }

  /*r28*/
  .reaList .unit.r28{
    padding-bottom: 15px;
  }
  .reaList .unit.r28 figure{
    width: calc(100% - 30px);
    margin: 15px auto 0 auto;
  }
}
/* for SP landscape*/
@media screen and (max-width:767px) and (orientation: landscape) {

}

/* for tablet*/
@media only screen and (min-device-width: 768px) and (max-device-width: 834px) and (orientation:portrait) {
/*縦向きのみの記述 --- iPad Pro12.9はPC表示*/

}

/*merit
--------------------------------- */
.merit{
  padding: 80px 0 140px 0;
  background: #323f2e;
}
.merit .copy04{
  padding-left: 0.2em;
  letter-spacing: 0.2em;
}
.merit ul{
  display:flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.merit ul li{
  width: calc((340 / 1080) * 100%);
  margin: 30px 0 0 0;
  padding: 30px 0;
  background: #f4f3ef;
  line-height: 1.0;
  font-feature-settings: "palt";
}
.merit ul li p:nth-of-type(1){
  margin: 20px 0 0 0;
  padding: 0;
  font-size: clamp(calc(16px * 0.7), calc(16vw / 11.00), 16px);/*16 / 14*/
  letter-spacing: normal;
  line-height: 1.0;
}
.merit ul li p:nth-of-type(2){
  margin: 10px 0 0 0;
  padding: 0;
  font-size: clamp(calc(25px * 0.7), calc(25vw / 11.00), 25px);/*25 / 20*/
  letter-spacing: normal;
  line-height: 1.0;
}
.merit li figure{
  width: calc((140 / 340) * 100%);
  margin: 0 auto;
}

/*in other words*/
.merit .iow{
  max-width: 750px;
  margin: 40px auto 0 auto;
}
.merit .iow > p{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 125px;
  height: 125px;
  margin: 0 auto;
  padding-left: 0.1em;
  background: #fff;
  border-radius: 50%;
  color: #c35f0a;
  font-size: clamp(calc(23px * 0.7), calc(23vw / 11.00), 23px);/*23 / 18*/
  line-height: 1.0;
  letter-spacing: 0.1em;
}
.merit .iow > div{
  margin: -30px 0 0 0;
  padding: 60px 0 40px 0;
  background: #c35f0a;
  color: #fff;
}
.merit .iow > div p:nth-of-type(1){
  font-size: clamp(calc(25px * 0.7), calc(25vw / 11.00), 25px);/*25 / 20*/
  line-height: 1.4;
}
.merit .iow > div p:nth-of-type(1) strong{
  font-size: calc((30 / 23) * 100%);
  font-weight: 400;
}


/* for sp*/
@media screen and (max-width: 767px) {	
  .merit{
    padding: 40px 0 60px 0;
  }
  .merit .copy04{
    padding-left: 0.1em;
    letter-spacing: 0.1em;
  }
  .merit ul{
    display:block;
  }
  .merit ul li{
    width: 100%;
    margin: 20px 0 0 0;
    padding: 20px 0;
  }
  .merit ul li p:nth-of-type(1){
    font-size: clamp(calc(14px * 0.7), calc(14vw / 3.75), 14px);/*16 / 14*/
  }
  .merit ul li p:nth-of-type(2){
    font-size: clamp(calc(20px * 0.7), calc(20vw / 3.75), 20px);/*25 / 20*/
  }
  .merit li figure{
    width: 60%;
  }

  /*in other words*/
  .merit .iow{
    width: 100%;
    margin: 30px auto 0 auto;
  }
  .merit .iow > p{
    width: 100px;
    height: 100px;
    font-size: clamp(calc(18px * 0.7), calc(18vw / 3.75), 18px);/*23 / 18*/
  }
  .merit .iow > div{
    margin: -20px 0 0 0;
    padding: 40px 0 20px 0;
  }
  .merit .iow > div p:nth-of-type(1){
    font-size: clamp(calc(16px * 0.7), calc(16vw / 3.75), 16px);/*25 / 16*/
    line-height: 1.4;
  }
  .merit .iow > div p:nth-of-type(1) strong{}

}


/*set aos
--------------------------------- */
/* for pc*/
@media screen and (min-width: 768px) {
  .merit ul li:nth-of-type(3n+1){
    transition-delay: 0s;
  }
  .merit ul li:nth-of-type(3n+2){
    transition-delay: .1s;
  }
  .merit ul li:nth-of-type(3n){
    transition-delay: .2s;
  }
}

/* for sp*/
@media screen and (max-width: 767px) {
}







