/*
* tie-up.css
*
*/
/* ------------------------
  cover
------------------------ */
@media (min-width: 768px) {
  .container {
    width: 1120px;
  }
}

.cover {
  position: relative;
  padding: 24px 0 0;
}
@media (min-width: 768px) {
  .cover {
    padding-top: 80px;
  }
}

@media (min-width: 768px) {
  .cover_container {
    position: relative;
    margin: auto; 
    width: 760px;
  }
}

.cover_txt {
  position: relative;
  z-index: 1;
  padding: 130% 0 13%; 
  width: 217px;
}
@media (min-width: 768px) {
  .cover_txt {
    position: absolute;
    bottom: 76px;
    left: -33px;
    padding: 0; 
    width: 277px;
  }
}

.cover_imgs {
  position: absolute;
  top: 110px;
  margin: 0 10px;
}
@media (min-width: 768px) {
  .cover_imgs {
    position: static;
    margin: 0;
  }
}
@media (max-width: 767.98px) {
  .cover_imgs .cover_img {
    width: 260px;
  }
}
.cover_imgs .cover_badge {
  position: absolute;
  right: 68px;
  bottom: 90px;
  width: 70px;
}
@media (min-width: 768px) {
  .cover_imgs .cover_badge {
    right: 40px;
    bottom: 130px;
    width: 135px;
  }
}
.cover_imgs .c-pattern {
  z-index: -1; 
  top: -90px;
  left: -20px;
}
@media (min-width: 768px) {
  .cover_imgs .c-pattern {
    top: -40px;
    left: -80px;
  }
}
.cover_imgs .c-obj.type_10 {
  bottom: 129px;
  left: 228px;
}
@media (min-width: 768px) {
  .cover_imgs .c-obj.type_10 {
    bottom: -20px;
    left: 87px;
  }
}
.cover_imgs .c-obj.type_01 {
  top: 111px;
  right: 231px;
}
@media (min-width: 768px) {
  .cover_imgs .c-obj.type_01 {
    top: -11px;
    right: 76px;
  }
}

.lead {
  margin: 60px auto 0; 
  width: 260px;
}
@media (min-width: 768px) {
  .lead {
    width: 484px;
  }
}

.anchors {
  display: -ms-grid;
  display: grid;
  margin: 39px 10px 0;

  -ms-grid-columns: (1fr)[2];

      grid-template-columns: repeat(2, 1fr);
  gap: 37px 20px;
}
@media (min-width: 768px) {
  .anchors {
    margin: 46px auto 0;
    width: 1000px;

    -ms-grid-columns: (1fr)[4];

        grid-template-columns: repeat(4, 1fr);
    gap: 24px;
  }
}

.anchor {
  height: 64px;
}
@media (min-width: 768px) {
  .anchor {
    height: 60px;
  }
}
.anchor:nth-of-type(1) {
  background-color: #ffe202;
}
.anchor:nth-of-type(1) img {
  width: 57px;
}
@media (min-width: 768px) {
  .anchor:nth-of-type(1) img {
    width: 71px;
  }
}
.anchor:nth-of-type(2) {
  background-color: #91de9d;
}
.anchor:nth-of-type(2) img {
  width: 85px;
}
@media (min-width: 768px) {
  .anchor:nth-of-type(2) img {
    width: 180px;
  }
}
.anchor:nth-of-type(3) {
  background-color: #f7a766;
}
.anchor:nth-of-type(3) img {
  width: 74px;
}
@media (min-width: 768px) {
  .anchor:nth-of-type(3) img {
    width: 144px;
  }
}
.anchor:nth-of-type(4) {
  background-color: #ff9b9f;
}
.anchor:nth-of-type(4) img {
  width: 101px;
}
@media (min-width: 768px) {
  .anchor:nth-of-type(4) img {
    width: 196px;
  }
}
.anchor > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.1);

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.anchor > a > img {
  display: block; 
  max-height: 16px;
}
.anchor > a:hover::before {
  -webkit-transform: translateY(5px);
      -ms-transform: translateY(5px);
          transform: translateY(5px);
}
.anchor > a:hover::after {
  -webkit-transform: translateY(5px);
      -ms-transform: translateY(5px);
          transform: translateY(5px);
}
.anchor > a::before,
.anchor > a::after {
  content: "";
  display: block;
  position: absolute;
}
.anchor > a::before {
  right: 50%;
  bottom: -8px;
  margin-bottom: -2px;
  width: 2px;
  height: 16px;
  background: #1a1a1a;
}
@media (min-width: 768px) {
  .anchor > a::before {
    -webkit-transition: -webkit-transform 0.25s;
    transition: -webkit-transform 0.25s;
    transition: transform 0.25s;
    transition: transform 0.25s, -webkit-transform 0.25s;
  }
}
.anchor > a::after {
  right: calc(50% + -4px);
  bottom: -14px;
  margin-bottom: -2px;
  border-width: 6px 6px 0 0;
  border-style: solid;
  border-color: #1a1a1a transparent transparent transparent;
  width: 0;
  height: 0;
}
@media (min-width: 768px) {
  .anchor > a::after {
    -webkit-transition: -webkit-transform 0.25s;
    transition: -webkit-transform 0.25s;
    transition: transform 0.25s;
    transition: transform 0.25s, -webkit-transform 0.25s;
  }
}

.sec_ttl_wrapper {
  position: relative;
  margin: 0 auto; 
  width: 174px;
  text-align: center;
}
@media (min-width: 768px) {
  .sec_ttl_wrapper {
    width: 100%;
  }
}

.sec_ttl {
  display: inline-block; 
  position: relative;
}
@media (min-width: 768px) {
  .sec_ttl {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.sec_ttl img {
  max-height: 100%;
}
._md .sec_ttl {
  height: 25px;
}
@media (min-width: 768px) {
  ._md .sec_ttl {
    height: 35px;
  }
}
@media (max-width: 767.98px) {
  ._smlines .sec_ttl {
    height: 63px;
  }
}

.sec_subttl {
  margin-top: 24px; 
  text-align: center;
}
@media (min-width: 768px) {
  .sec_subttl {
    margin-top: 26px;
  }
}
.sec_subttl img {
  display: inline-block; 
  max-height: 37px;
}
@media (min-width: 768px) {
  .sec_subttl img {
    max-height: 17px;
  }
}
@media (min-width: 768px) {
  .sec_subttl._lines img {
    max-height: 47px;
  }
}
@media (max-width: 767.98px) {
  .sec_subttl._smlines3 img {
    max-height: 61px;
  }
}
@media (max-width: 767.98px) {
  .sec_subttl._smlines4 img {
    max-height: 85px;
  }
}
@media (max-width: 767.98px) {
  .sec_subttl._smlines5 img {
    max-height: 109px;
  }
}

.sec.sec01 {
  margin-top: 69px; 
  padding-top: 44px;
}
@media (min-width: 768px) {
  .sec.sec01 {
    margin-top: 50px; 
    padding-top: 92px;
  }
}

.p-obj {
  position: absolute;
  width: 34px;
  height: 34px;
  background-size: 34px 34px;
}
.p-obj.type_11 {
  background-image: url(/assets/img/common/object_04.png);
}
.p-obj.type_12 {
  background-image: url(/assets/img/common/object_10.png);
}
.p-obj.type_13 {
  background-image: url(/assets/img/common/object_02.png);
}
.p-obj.type_14 {
  background-image: url(/assets/img/common/object_03.png);
}
.p-obj.type_15 {
  background-image: url(/assets/img/common/object_01.png);
}
.p-obj.type_16 {
  background-image: url(/assets/img/common/object_05.png);
}
.p-obj.type_17 {
  background-image: url(/assets/img/common/object_06.png);
}
.p-obj.type_18 {
  bottom: -6px; 
  background-image: url(/assets/img/common/object_07.png);
}
.p-obj.type_19 {
  right: -54px;
  bottom: 66px;
  width: 26px;
  height: 26px;
  background-image: url(/assets/img/common/object_19.png);
  background-repeat: no-repeat; 
  background-size: contain;
}
@media (min-width: 768px) {
  .p-obj.type_19 {
    right: -544px;
    bottom: 23px; 
    left: 0;
    margin: auto;
    width: 40px;
    height: 40px;
  }
}
.p-obj.type_20 {
  top: -30px; 
  right: 30px;
  background-image: url(/assets/img/common/object_20.png);
}
@media (min-width: 768px) {
  .p-obj.type_20 {
    right: -512px;
    bottom: -17px; 
    left: 0;
    margin: auto;
    width: 60px;
    height: 60px;
    background-size: 60px 60px;
  }
}
.p-obj.type_21 {
  bottom: 59px;
  left: -18px;
  width: 35px;
  height: 34px;
  background-image: url(/assets/img/common/object_21.png);
  background-size: 100% 100%;
}
@media (min-width: 768px) {
  .p-obj.type_21 {
    bottom: 23px;
    left: 299px;
    margin: auto; 
    width: 51px;
    height: 51px;
  }
}
.p-obj.type_22 {
  bottom: 57px;
  left: -41px;
  width: 34px;
  height: 34px;
  background-image: url(/assets/img/common/object_33.png);
  background-repeat: no-repeat; 
  background-size: contain;
}
@media (min-width: 768px) {
  .p-obj.type_22 {
    right: 0;
    bottom: 24px; 
    left: -459px;
    margin: auto;
    width: 51px;
    height: 51px;
  }
}
.p-obj.type_23 {
  top: -28px; 
  right: -30px;
  background-image: url(/assets/img/common/object_15.png);
}
@media (min-width: 768px) {
  .p-obj.type_23 {
    top: -20px;
    right: -70px; 
    width: 60px;
    height: 60px;
    background-size: 60px 60px;
  }
}
.p-obj.type_24 {
  bottom: -23px;
  left: -20px;
  width: 24px;
  height: 24px;
  background-image: url(/assets/img/common/object_13.png);
  background-size: 24px 24px;
}
@media (min-width: 768px) {
  .p-obj.type_24 {
    bottom: -23px;
    left: -72px; 
    width: 60px;
    height: 60px;
    background-size: 60px 60px;
  }
}
.p-obj.type_25 {
  right: -43px;
  bottom: 14px;
  width: 31px;
  height: 30px;
  background-image: url(/assets/img/common/object_32.png);
  background-repeat: no-repeat; 
  background-size: contain;
}
@media (min-width: 768px) {
  .p-obj.type_25 {
    right: -457px;
    bottom: -30px; 
    left: 0;
    margin: auto;
    width: 46px;
    height: 43px;
  }
}
.p-obj.type_26 {
  bottom: 23px;
  left: -41px;
  width: 23px;
  height: 21px;
  background-image: url(/assets/img/common/object_22.png);
  background-repeat: no-repeat; 
  background-size: contain;
}
@media (min-width: 768px) {
  .p-obj.type_26 {
    bottom: -12px; 
    left: 298px;
    width: 38px;
    height: 35px;
  }
}
.p-obj.type_27 {
  bottom: 44px;
  left: -17px;
  width: 33px;
  height: 33px;
  background-image: url(/assets/img/common/object_23.png);
  background-size: 100% 100%;
}
@media (min-width: 768px) {
  .p-obj.type_27 {
    bottom: 23px; 
    left: 340px;
    width: 53px;
    height: 52px;
  }
}
.p-obj.type_28 {
  right: -38px;
  bottom: -27px;
  width: 34px;
  height: 34px;
  background-image: url(/assets/img/common/object_24.png);
  background-repeat: no-repeat; 
  background-size: contain;
}
@media (min-width: 768px) {
  .p-obj.type_28 {
    right: 341px;
    bottom: -29px; 
    left: unset;
    width: 54px;
    height: 53px;
  }
}
.p-obj.type_29 {
  right: -51px;
  bottom: 10px;
  width: 25px;
  height: 25px;
  background-image: url(/assets/img/common/object_25.png);
  background-repeat: no-repeat; 
  background-size: contain;
}
@media (min-width: 768px) {
  .p-obj.type_29 {
    right: 305px;
    bottom: 24px; 
    left: unset;
    width: 40px;
    height: 40px;
  }
}
.p-obj.type_30 {
  bottom: -6px;
  background-image: url(/assets/img/common/object_18.png);
  background-repeat: no-repeat; 
  background-size: contain;
}
@media (min-width: 768px) {
  .p-obj.type_30 {
    right: 0;
    bottom: 10px; 
    left: -612px;
    margin: auto;
    width: 60px;
    height: 60px;
  }
}
.p-obj.type_31 {
  right: -57px;
  bottom: -19px;
  width: 38px;
  height: 34px;
  background-image: url(/assets/img/common/object_26.png);
  background-repeat: no-repeat; 
  background-size: contain;
}
@media (min-width: 768px) {
  .p-obj.type_31 {
    right: -297px;
    bottom: -30px; 
    left: 0;
    margin: auto;
    width: 57px;
    height: 52px;
  }
}
.p-obj.type_32 {
  bottom: 8px;
  left: -45px;
  width: 23px;
  height: 23px;
  background-image: url(/assets/img/common/object_27.png);
  background-repeat: no-repeat; 
  background-size: contain;
}
@media (min-width: 768px) {
  .p-obj.type_32 {
    right: 0;
    bottom: -13px; 
    left: -387px;
    margin: auto;
    width: 35px;
    height: 35px;
  }
}
.p-obj.type_33 {
  right: -42px;
  bottom: 32px;
  width: 26px;
  height: 26px;
  background-image: url(/assets/img/common/object_28.png);
  background-repeat: no-repeat; 
  background-size: contain;
}
@media (min-width: 768px) {
  .p-obj.type_33 {
    right: -384px;
    bottom: 23px; 
    left: 0;
    margin: auto;
    width: 40px;
    height: 40px;
  }
}
.p-obj.type_34 {
  bottom: 41px;
  left: -30px;
  width: 34px;
  height: 34px;
  background-image: url(/assets/img/common/object_29.png);
  background-repeat: no-repeat; 
  background-size: contain;
}
@media (min-width: 768px) {
  .p-obj.type_34 {
    right: 0;
    bottom: 24px; 
    left: -289px;
    margin: auto;
    width: 51px;
    height: 51px;
  }
}
.p-obj.type_35 {
  bottom: 25px;
  left: -53px;
  width: 23px;
  height: 23px;
  background-image: url(/assets/img/common/object_35.png);
  background-repeat: no-repeat; 
  background-size: contain;
}
@media (min-width: 768px) {
  .p-obj.type_35 {
    right: 0;
    bottom: -13px; 
    left: -547px;
    margin: auto;
    width: 35px;
    height: 35px;
  }
}
.p-obj.type_36 {
  right: -63px;
  bottom: 55px;
  width: 26px;
  height: 26px;
  background-image: url(/assets/img/common/object_34.png);
  background-repeat: no-repeat; 
  background-size: contain;
}
@media (min-width: 768px) {
  .p-obj.type_36 {
    right: -550px;
    bottom: 23px; 
    left: 0;
    margin: auto;
    width: 40px;
    height: 40px;
  }
}
.p-obj.type_37 {
  right: -25px;
  bottom: 37px;
  width: 31px;
  height: 30px;
  background-image: url(/assets/img/common/object_30.png);
  background-repeat: no-repeat; 
  background-size: contain;
}
@media (min-width: 768px) {
  .p-obj.type_37 {
    right: -440px;
    bottom: -26px;
    left: 0;
    margin: auto; 
    width: 46px;
    height: 46px;
  }
}
.p-obj.type_38 {
  bottom: 23px;
  left: -47px;
  width: 23px;
  height: 23px;
  background-image: url(/assets/img/common/object_31.png);
  background-repeat: no-repeat; 
  background-size: contain;
}
@media (min-width: 768px) {
  .p-obj.type_38 {
    right: 0;
    bottom: -14px; 
    left: -522px;
    margin: auto;
    width: 35px;
    height: 35px;
  }
}
.p-obj.type_39 {
  background-image: url(/assets/img/common/object_08.png);
}
.p-obj.type_40 {
  background-image: url(/assets/img/common/object_09.png);
}
.p-obj.type_41 {
  top: -23px;
  left: -47px;
  width: 33px;
  height: 33px;
  background-image: url(/assets/img/common/object_12.png);
  background-repeat: no-repeat; 
  background-size: contain;
}
@media (min-width: 768px) {
  .p-obj.type_41 {
    right: 0px;
    bottom: 26px;
    left: -552px; 
    margin: auto;
    width: 54px;
    height: 54px;
  }
}
.p-obj.type_42 {
  right: -37px;
  bottom: -4px;
  width: 34px;
  height: 34px;
  background-image: url(/assets/img/common/object_14.png);
  background-repeat: no-repeat; 
  background-size: contain;
}
@media (min-width: 768px) {
  .p-obj.type_42 {
    right: -520px;
    bottom: -34px;
    left: 0; 
    margin: auto;
    width: 54px;
    height: 54px;
  }
}
.p-obj.type_43 {
  bottom: 3px;
  left: -24px;
  width: 23px;
  height: 22px;
  background-image: url(/assets/img/common/object_16.png);
  background-repeat: no-repeat; 
  background-size: contain;
}
@media (min-width: 768px) {
  .p-obj.type_43 {
    right: 30px;
    bottom: -34px;
    left: -612px; 
    margin: auto;
    width: 38px;
    height: 35px;
  }
}
.p-obj.type_44 {
  right: -27px;
  bottom: 62px;
  width: 25px;
  height: 25px;
  background-image: url(/assets/img/common/object_17.png);
  background-repeat: no-repeat; 
  background-size: contain;
}
@media (min-width: 768px) {
  .p-obj.type_44 {
    right: -630px;
    bottom: 26px;
    left: 0; 
    margin: auto;
    width: 40px;
    height: 40px;
  }
}

.p-pattern {
  position: absolute;
  z-index: -1;
  width: 160px;
  height: 160px;
  background-size: 160px 160px;
}
@media (min-width: 768px) {
  .p-pattern {
    width: 215px;
    height: 215px;
    background-size: 215px 215px;
  }
}
.p-pattern.type_10 {
  bottom: -41px;
  left: -20px; 
  background-image: url(/assets/img/common/pattern_10.png);
}
@media (min-width: 768px) {
  .p-pattern.type_10 {
    top: -78px;
    right: -80px; 
    bottom: auto;
    left: auto;
    background-image: url(/assets/img/common/pattern_10_lg.png);
  }
}
.p-pattern.type_11 {
  right: -20px; 
  bottom: -20px;
  background-image: url(/assets/img/common/pattern_11.png);
}
@media (min-width: 768px) {
  .p-pattern.type_11 {
    right: auto; 
    bottom: -48px;
    left: -30px;
    background-image: url(/assets/img/common/pattern_11_lg.png);
  }
}
.p-pattern.type_12 {
  bottom: -27px;
  left: -20px; 
  background-image: url(/assets/img/common/pattern_12.png);
}
@media (min-width: 768px) {
  .p-pattern.type_12 {
    bottom: -58px;
    left: -80px;
    width: 260px;
    height: 260px;
    background-image: url(/assets/img/common/pattern_12_lg.png);
    background-size: 260px 260px;
  }
}
.p-pattern.type_13 {
  bottom: -35px;
  left: -20px; 
  background-image: url(/assets/img/common/pattern_13.png);
}
@media (min-width: 768px) {
  .p-pattern.type_13 {
    bottom: -86px;
    left: -80px; 
    width: 260px;
    height: 260px;
    background-image: url(/assets/img/common/pattern_13_lg.png);
    background-size: 260px 260px;
  }
}
.p-pattern.type_14 {
  bottom: -27px;
  left: -20px; 
  background-image: url(/assets/img/common/pattern_11.png);
}
@media (min-width: 768px) {
  .p-pattern.type_14 {
    bottom: -47px;
    left: -80px; 
    width: 260px;
    height: 260px;
    background-image: url(/assets/img/common/pattern_11_lg.png);
    background-size: 260px 260px;
  }
}
.p-pattern.type_15 {
  top: -35px;
  right: -20px;
  bottom: unset;
  left: unset; 
  background-image: url(/assets/img/common/pattern_14.png);
}
@media (min-width: 768px) {
  .p-pattern.type_15 {
    top: unset;
    right: -80px;
    bottom: -70px; 
    width: 260px;
    height: 260px;
    background-image: url(/assets/img/common/pattern_14_lg.png);
    background-size: 260px 260px;
  }
}
.p-pattern.type_09 {
  right: -20px; 
  bottom: -20px;
  background-image: url(/assets/img/common/pattern_09.png);
}
@media (min-width: 768px) {
  .p-pattern.type_09 {
    right: auto;
    bottom: -50px;
    left: -30px; 
    background-image: url(/assets/img/common/pattern_09_lg.png);
  }
}
.p-pattern.type_08 {
  bottom: -20px;
  left: -20px; 
  background-image: url(/assets/img/common/pattern_08.png);
}
@media (min-width: 768px) {
  .p-pattern.type_08 {
    background-image: url(/assets/img/common/pattern_08_lg.png);
  }
}
.p-pattern.type_06 {
  bottom: -20px;
  left: -20px; 
  background-image: url(/assets/img/common/pattern_06.png);
}
@media (min-width: 768px) {
  .p-pattern.type_06 {
    bottom: -20px;
    left: -80px;
    width: 260px;
    height: 260px;
    background-image: url(/assets/img/common/pattern_06_lg.png);
    background-size: 260px 260px;
  }
}
.p-pattern.type_16 {
  top: -30px;
  left: -20px;
  width: 160px;
  height: 160px;
  background-image: url(/assets/img/common/pattern_15.png);
  background-size: cover;
}
@media (min-width: 768px) {
  .p-pattern.type_16 {
    top: -90px;
    left: -80px; 
    width: 220px;
    height: 220px;
    background-image: url(/assets/img/common/pattern_15_lg.png);
  }
}
.p-pattern.type_17 {
  right: -20px;
  bottom: -30px;
  width: 160px;
  height: 160px;
  background-image: url(/assets/img/common/pattern_16.png);
  background-size: cover;
}
@media (min-width: 768px) {
  .p-pattern.type_17 {
    right: -80px; 
    bottom: -60;
    width: 220px;
    height: 220px;
    background-image: url(/assets/img/common/pattern_16_lg.png);
  }
}
.p-pattern.type_18 {
  right: -20px;
  bottom: -30px;
  width: 160px;
  height: 160px;
  background-image: url(/assets/img/common/pattern_17.png);
  background-size: cover;
}
@media (min-width: 768px) {
  .p-pattern.type_18 {
    right: -80px; 
    bottom: -60;
    width: 220px;
    height: 220px;
    background-image: url(/assets/img/common/pattern_17_lg.png);
  }
}
.p-pattern.type_19 {
  top: -30px;
  left: -20px;
  width: 160px;
  height: 160px;
  background-image: url(/assets/img/common/pattern_18.png);
  background-size: cover;
}
@media (min-width: 768px) {
  .p-pattern.type_19 {
    top: -90px;
    left: -80px; 
    width: 220px;
    height: 220px;
    background-image: url(/assets/img/common/pattern_18_lg.png);
  }
}
.p-pattern.type_20 {
  right: -20px;
  bottom: -30px;
  width: 160px;
  height: 160px;
  background-image: url(/assets/img/common/pattern_19.png);
  background-size: cover;
}
@media (min-width: 768px) {
  .p-pattern.type_20 {
    right: unset; 
    bottom: -80px;
    left: -80px;
    width: 260px;
    height: 260px;
    background-image: url(/assets/img/common/pattern_19_lg.png);
  }
}

.sec01_block .sec01_img_txt {
  z-index: 2;
}

.sec01_block,
.sec02_block,
.sec03_block {
  margin-top: 10px;
}
@media (min-width: 768px) {
  .sec01_block,
  .sec02_block,
  .sec03_block {
    margin-top: 69px;
  }
}
.sec01_block:not(:nth-of-type(2)),
.sec02_block:not(:nth-of-type(2)),
.sec03_block:not(:nth-of-type(2)) {
  margin-top: 200px;
}
@media (min-width: 768px) {
  .sec01_block:not(:nth-of-type(2)),
  .sec02_block:not(:nth-of-type(2)),
  .sec03_block:not(:nth-of-type(2)) {
    margin-top: 120px;
  }
}
.sec01_block:not(:nth-of-type(2))._first,
.sec02_block:not(:nth-of-type(2))._first,
.sec03_block:not(:nth-of-type(2))._first {
  margin-top: 55px;
}
@media (min-width: 768px) {
  .sec01_block:not(:nth-of-type(2))._first,
  .sec02_block:not(:nth-of-type(2))._first,
  .sec03_block:not(:nth-of-type(2))._first {
    margin-top: 70px;
  }
}
.sec01_block:not(:nth-of-type(2)) .sec01_desc_main,
.sec02_block:not(:nth-of-type(2)) .sec01_desc_main,
.sec03_block:not(:nth-of-type(2)) .sec01_desc_main {
  width: 200px;
}
@media (min-width: 768px) {
  .sec01_block:not(:nth-of-type(2)) .sec01_desc_main,
  .sec02_block:not(:nth-of-type(2)) .sec01_desc_main,
  .sec03_block:not(:nth-of-type(2)) .sec01_desc_main {
    width: 284px;
  }
}
.sec01_block:not(:nth-of-type(2)) .sec01_desc_txt,
.sec02_block:not(:nth-of-type(2)) .sec01_desc_txt,
.sec03_block:not(:nth-of-type(2)) .sec01_desc_txt {
  width: 234px;
}
@media (min-width: 768px) {
  .sec01_block:not(:nth-of-type(2)) .sec01_desc_txt,
  .sec02_block:not(:nth-of-type(2)) .sec01_desc_txt,
  .sec03_block:not(:nth-of-type(2)) .sec01_desc_txt {
    width: 271px;
  }
}

@media (max-width: 767.98px) {
  .sec03_block {
    margin-top: 28px;
  }
}

.sec01_box_head,
.sec02_box_head,
.sec03_box_head {
  margin-top: 10px; 
  padding: 0 10px;
}
@media (min-width: 768px) {
  .sec01_box_head,
  .sec02_box_head,
  .sec03_box_head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 69px;
    padding: 0 0 0 80px;
  }
}

@media (max-width: 767.98px) {
  .sec03_box_head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

@media (min-width: 768px) {
  .sec03_box_head {
    padding: 0 0 0 126px;
  }
}

.sec01 .sec01_img_wrapper {
  position: relative;
}
.sec01 .sec01_img_wrapper::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: -30px;
  left: -20px;
  width: 62px;
  height: 70px;
  background: url(/assets/img/scene/index/min_8.png) no-repeat center/cover;
}
@media (min-width: 768px) {
  .sec01 .sec01_img_wrapper::before {
    top: -46px;
    left: -46px;
    width: 82px;
    height: 92px;
  }
}
.sec01 .sec01_img_wrapper._7min::before {
  background-image: url(/assets/img/scene/index/min_7.png);
}
@media (min-width: 768px) {
  .sec01 .sec01_img_wrapper._7min::before {
    right: -46px; 
    left: auto;
  }
}

.sec01_img_wrapper,
.sec02_img_wrapper,
.sec03_img_wrapper {
  position: relative;
}
@media (min-width: 768px) {
  .sec01_img_wrapper,
  .sec02_img_wrapper,
  .sec03_img_wrapper {
    width: 566px;
  }
}
.sec01_img_wrapper .c-pattern.type_01,
.sec02_img_wrapper .c-pattern.type_01,
.sec03_img_wrapper .c-pattern.type_01 {
  top: -42px;
  right: -20px;
}
@media (min-width: 768px) {
  .sec01_img_wrapper .c-pattern.type_01,
  .sec02_img_wrapper .c-pattern.type_01,
  .sec03_img_wrapper .c-pattern.type_01 {
    top: -80px;
    right: unset; 
    left: -80px;
  }
}
.sec01_img_wrapper .c-pattern.type_05,
.sec02_img_wrapper .c-pattern.type_05,
.sec03_img_wrapper .c-pattern.type_05 {
  right: -20px; 
  bottom: -30px;
}
@media (min-width: 768px) {
  .sec01_img_wrapper .c-pattern.type_05,
  .sec02_img_wrapper .c-pattern.type_05,
  .sec03_img_wrapper .c-pattern.type_05 {
    right: unset; 
    bottom: -80px;
    left: -80px;
  }
}
.sec01_img_wrapper .c-pattern.type_08,
.sec02_img_wrapper .c-pattern.type_08,
.sec03_img_wrapper .c-pattern.type_08 {
  right: -20px; 
  bottom: -30px;
}
@media (min-width: 768px) {
  .sec01_img_wrapper .c-pattern.type_08,
  .sec02_img_wrapper .c-pattern.type_08,
  .sec03_img_wrapper .c-pattern.type_08 {
    right: unset; 
    bottom: -70px;
    left: -80px;
  }
}
.sec01_img_wrapper .c-obj.type_01,
.sec02_img_wrapper .c-obj.type_01,
.sec03_img_wrapper .c-obj.type_01 {
  top: 12px;
  left: 18px;
}
@media (min-width: 768px) {
  .sec01_img_wrapper .c-obj.type_01,
  .sec02_img_wrapper .c-obj.type_01,
  .sec03_img_wrapper .c-obj.type_01 {
    top: 48px;
    left: -28px;
  }
}
.sec01_img_wrapper .c-obj.type_02,
.sec02_img_wrapper .c-obj.type_02,
.sec03_img_wrapper .c-obj.type_02 {
  top: -8px;
  left: 76px;
}
@media (min-width: 768px) {
  .sec01_img_wrapper .c-obj.type_02,
  .sec02_img_wrapper .c-obj.type_02,
  .sec03_img_wrapper .c-obj.type_02 {
    top: 111px;
    left: -16px;
  }
}
.sec01_img_wrapper .c-obj.type_06,
.sec02_img_wrapper .c-obj.type_06,
.sec03_img_wrapper .c-obj.type_06 {
  top: 12px;
  left: 18px;
}
@media (min-width: 768px) {
  .sec01_img_wrapper .c-obj.type_06,
  .sec02_img_wrapper .c-obj.type_06,
  .sec03_img_wrapper .c-obj.type_06 {
    top: 62px;
    left: 53px;
  }
}
.sec01_img_wrapper .c-obj.type_07,
.sec02_img_wrapper .c-obj.type_07,
.sec03_img_wrapper .c-obj.type_07 {
  right: -10px; 
  bottom: 59px;
}
@media (min-width: 768px) {
  .sec01_img_wrapper .c-obj.type_07,
  .sec02_img_wrapper .c-obj.type_07,
  .sec03_img_wrapper .c-obj.type_07 {
    top: 40px;
    right: 41px; 
    bottom: unset;
  }
}
.sec01_img_wrapper .c-obj.type_08,
.sec02_img_wrapper .c-obj.type_08,
.sec03_img_wrapper .c-obj.type_08 {
  bottom: 61px;
  left: 16px;
}
@media (min-width: 768px) {
  .sec01_img_wrapper .c-obj.type_08,
  .sec02_img_wrapper .c-obj.type_08,
  .sec03_img_wrapper .c-obj.type_08 {
    right: 113px;
    bottom: 56px;
    left: unset;
  }
}
.sec01_img_wrapper .c-obj.type_09,
.sec02_img_wrapper .c-obj.type_09,
.sec03_img_wrapper .c-obj.type_09 {
  right: -10px; 
  bottom: 59px;
}
@media (min-width: 768px) {
  .sec01_img_wrapper .c-obj.type_09,
  .sec02_img_wrapper .c-obj.type_09,
  .sec03_img_wrapper .c-obj.type_09 {
    right: 68px; 
    bottom: 33px;
  }
}
@media (min-width: 768px) {
  .sec01_img_wrapper a:hover .c-arw_lg::before,
  .sec01_img_wrapper a:hover .c-arw_lg::after,
  .sec02_img_wrapper a:hover .c-arw_lg::before,
  .sec02_img_wrapper a:hover .c-arw_lg::after,
  .sec03_img_wrapper a:hover .c-arw_lg::before,
  .sec03_img_wrapper a:hover .c-arw_lg::after {
    -webkit-transform: translateX(5px);
        -ms-transform: translateX(5px);
            transform: translateX(5px);
  }
}

@media (min-width: 768px) {
  .sec03_img_wrapper {
    margin-left: -120px;
  }
}

.sec03_img_wrapper .type_15 {
  top: unset; 
  bottom: -30px;
}
@media (min-width: 768px) {
  .sec03_img_wrapper .type_15 {
    top: -79px;
    right: -80px; 
    bottom: unset;
  }
}

.sec03_img_wrapper .c-obj.type_06 {
  top: unset; 
  right: 17px;
  bottom: 50px;
  left: unset;
}
@media (min-width: 768px) {
  .sec03_img_wrapper .c-obj.type_06 {
    right: unset; 
    bottom: 22px;
    left: 90px;
  }
}

.sec03_img_wrapper .c-obj.type_08 {
  top: 33px;
  left: 16px;
}
@media (min-width: 768px) {
  .sec03_img_wrapper .c-obj.type_08 {
    top: 39px;
    right: 64px;
    left: unset;
  }
}

.sec01_img_txt,
.sec02_img_txt,
.sec03_img_txt {
  position: absolute;
  z-index: 1; 
  top: 10px;
  right: 10px;
}
@media (min-width: 768px) {
  .sec01_img_txt,
  .sec02_img_txt,
  .sec03_img_txt {
    top: unset;
    right: unset;
    bottom: 68px;
    left: 20px;
  }
}

@media (min-width: 768px) {
  .sec03_img_txt {
    right: 20px;
    bottom: 71px;
    left: unset;
  }
}

.sec01_img_button,
.sec02_img_button,
.sec03_img_button,
.sec04_img_button {
  position: absolute;
  top: 73px;
  right: 10px;
  width: 100px;
  height: 32px;
}
@media (min-width: 768px) {
  .sec01_img_button,
  .sec02_img_button,
  .sec03_img_button,
  .sec04_img_button {
    top: unset;
    right: unset;
    bottom: 16px;
    left: 20px;
    width: 140px;
    height: 40px;
  }
}
.sec01_img_button.c-arw_lg::before,
.sec02_img_button.c-arw_lg::before,
.sec03_img_button.c-arw_lg::before,
.sec04_img_button.c-arw_lg::before {
  right: -13px;
  width: 20px;
}
@media (min-width: 768px) {
  .sec01_img_button.c-arw_lg::before,
  .sec02_img_button.c-arw_lg::before,
  .sec03_img_button.c-arw_lg::before,
  .sec04_img_button.c-arw_lg::before {
    right: -18px;
    width: 29px;
  }
}
.sec01_img_button.c-arw_lg::after,
.sec02_img_button.c-arw_lg::after,
.sec03_img_button.c-arw_lg::after,
.sec04_img_button.c-arw_lg::after {
  right: -15px;
}
@media (min-width: 768px) {
  .sec01_img_button.c-arw_lg::after,
  .sec02_img_button.c-arw_lg::after,
  .sec03_img_button.c-arw_lg::after,
  .sec04_img_button.c-arw_lg::after {
    right: -20px;
  }
}

.sec03_img_button {
  top: 62px;
}
@media (min-width: 768px) {
  .sec03_img_button {
    top: unset;
    right: 45px; 
    bottom: 22px;
    left: unset;
  }
}

.sec04_img_button {
  top: unset;
  right: unset;
  bottom: -23px;
  width: 90px;
}
@media (min-width: 768px) {
  .sec04_img_button {
    top: unset;
    right: unset;
    bottom: 28px;
    left: 0px;
    width: 120px;
  }
}

.sec01_desc_main,
.sec02_desc_main,
.sec03_desc_main {
  position: relative;
  z-index: 1; 
  margin-top: -40px;
  margin-left: -10px;
  width: 262px;
}
@media (min-width: 768px) {
  .sec01_desc_main,
  .sec02_desc_main,
  .sec03_desc_main {
    margin-top: 77px;
    margin-left: -63px;
    width: 417px;
  }
}

.sec01_desc_main {
  width: 262px;
}
@media (min-width: 768px) {
  .sec01_desc_main {
    width: 417px;
  }
}

.sec02_desc_main {
  width: 229px;
}
@media (min-width: 768px) {
  .sec02_desc_main {
    width: 359px;
  }
}

.sec03_desc_main {
  width: 274px;
}
@media (min-width: 768px) {
  .sec03_desc_main {
    margin-top: 98px; 
    margin-left: 0;
    width: 428px;
  }
}

.sec01_desc_txt {
  margin: 22px 0 0 -9px;
  width: 268px;
}
@media (min-width: 768px) {
  .sec01_desc_txt {
    margin: 32px 0 0 21px;
    width: 302px;
  }
}

.sec02_desc_txt {
  margin: 26px 0 0 -9px;
  width: 280px;
}
@media (min-width: 768px) {
  .sec02_desc_txt {
    margin: 32px 0 0 21px;
    width: 334px;
  }
}

.sec03_desc_txt {
  margin: 24px 0 0 -9px;
  width: 280px;
}
@media (min-width: 768px) {
  .sec03_desc_txt {
    margin: 32px 0 0 0;
    width: 334px;
  }
}

.sec01_box_foot,
.sec02_box_foot,
.sec03_box_foot {
  position: relative; 
  margin-top: 98px;
}
@media (min-width: 768px) {
  .sec01_box_foot,
  .sec02_box_foot,
  .sec03_box_foot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 64px;
    padding-right: 80px; 

    -webkit-box-pack: end; 

        -ms-flex-pack: end; 

            justify-content: flex-end;
  }
}
.sec01_box_foot .sec01_box_foot_img,
.sec01_box_foot .sec02_box_foot_img,
.sec01_box_foot .sec03_box_foot_img,
.sec02_box_foot .sec01_box_foot_img,
.sec02_box_foot .sec02_box_foot_img,
.sec02_box_foot .sec03_box_foot_img,
.sec03_box_foot .sec01_box_foot_img,
.sec03_box_foot .sec02_box_foot_img,
.sec03_box_foot .sec03_box_foot_img {
  position: relative;
  margin: 0 10px;
}
@media (min-width: 768px) {
  .sec01_box_foot .sec01_box_foot_img,
  .sec01_box_foot .sec02_box_foot_img,
  .sec01_box_foot .sec03_box_foot_img,
  .sec02_box_foot .sec01_box_foot_img,
  .sec02_box_foot .sec02_box_foot_img,
  .sec02_box_foot .sec03_box_foot_img,
  .sec03_box_foot .sec01_box_foot_img,
  .sec03_box_foot .sec02_box_foot_img,
  .sec03_box_foot .sec03_box_foot_img {
    margin: 0px;
  }
}
@media (min-width: 768px) {
  .sec01_box_foot .sec01_box_foot_img a:hover .c-arw_lg::before,
  .sec01_box_foot .sec01_box_foot_img a:hover .c-arw_lg::after,
  .sec01_box_foot .sec02_box_foot_img a:hover .c-arw_lg::before,
  .sec01_box_foot .sec02_box_foot_img a:hover .c-arw_lg::after,
  .sec01_box_foot .sec03_box_foot_img a:hover .c-arw_lg::before,
  .sec01_box_foot .sec03_box_foot_img a:hover .c-arw_lg::after,
  .sec02_box_foot .sec01_box_foot_img a:hover .c-arw_lg::before,
  .sec02_box_foot .sec01_box_foot_img a:hover .c-arw_lg::after,
  .sec02_box_foot .sec02_box_foot_img a:hover .c-arw_lg::before,
  .sec02_box_foot .sec02_box_foot_img a:hover .c-arw_lg::after,
  .sec02_box_foot .sec03_box_foot_img a:hover .c-arw_lg::before,
  .sec02_box_foot .sec03_box_foot_img a:hover .c-arw_lg::after,
  .sec03_box_foot .sec01_box_foot_img a:hover .c-arw_lg::before,
  .sec03_box_foot .sec01_box_foot_img a:hover .c-arw_lg::after,
  .sec03_box_foot .sec02_box_foot_img a:hover .c-arw_lg::before,
  .sec03_box_foot .sec02_box_foot_img a:hover .c-arw_lg::after,
  .sec03_box_foot .sec03_box_foot_img a:hover .c-arw_lg::before,
  .sec03_box_foot .sec03_box_foot_img a:hover .c-arw_lg::after {
    -webkit-transform: translateX(5px);
        -ms-transform: translateX(5px);
            transform: translateX(5px);
  }
}
.sec01_box_foot .sec01_foot_button,
.sec01_box_foot .sec02_foot_button,
.sec01_box_foot .sec03_foot_button,
.sec02_box_foot .sec01_foot_button,
.sec02_box_foot .sec02_foot_button,
.sec02_box_foot .sec03_foot_button,
.sec03_box_foot .sec01_foot_button,
.sec03_box_foot .sec02_foot_button,
.sec03_box_foot .sec03_foot_button {
  position: absolute;
  bottom: 7px;
  left: 9px;
}
@media (min-width: 768px) {
  .sec01_box_foot .sec01_foot_button,
  .sec01_box_foot .sec02_foot_button,
  .sec01_box_foot .sec03_foot_button,
  .sec02_box_foot .sec01_foot_button,
  .sec02_box_foot .sec02_foot_button,
  .sec02_box_foot .sec03_foot_button,
  .sec03_box_foot .sec01_foot_button,
  .sec03_box_foot .sec02_foot_button,
  .sec03_box_foot .sec03_foot_button {
    right: 30px;
    bottom: 9px;
    left: unset;
  }
}
.sec01_box_foot .sec01_foot_button.c-arw_lg::before,
.sec01_box_foot .sec02_foot_button.c-arw_lg::before,
.sec01_box_foot .sec03_foot_button.c-arw_lg::before,
.sec02_box_foot .sec01_foot_button.c-arw_lg::before,
.sec02_box_foot .sec02_foot_button.c-arw_lg::before,
.sec02_box_foot .sec03_foot_button.c-arw_lg::before,
.sec03_box_foot .sec01_foot_button.c-arw_lg::before,
.sec03_box_foot .sec02_foot_button.c-arw_lg::before,
.sec03_box_foot .sec03_foot_button.c-arw_lg::before {
  right: -13px;
  width: 20px;
}
@media (min-width: 768px) {
  .sec01_box_foot .sec01_foot_button.c-arw_lg::before,
  .sec01_box_foot .sec02_foot_button.c-arw_lg::before,
  .sec01_box_foot .sec03_foot_button.c-arw_lg::before,
  .sec02_box_foot .sec01_foot_button.c-arw_lg::before,
  .sec02_box_foot .sec02_foot_button.c-arw_lg::before,
  .sec02_box_foot .sec03_foot_button.c-arw_lg::before,
  .sec03_box_foot .sec01_foot_button.c-arw_lg::before,
  .sec03_box_foot .sec02_foot_button.c-arw_lg::before,
  .sec03_box_foot .sec03_foot_button.c-arw_lg::before {
    right: -18px;
    width: 29px;
  }
}
.sec01_box_foot .sec01_foot_button.c-arw_lg::after,
.sec01_box_foot .sec02_foot_button.c-arw_lg::after,
.sec01_box_foot .sec03_foot_button.c-arw_lg::after,
.sec02_box_foot .sec01_foot_button.c-arw_lg::after,
.sec02_box_foot .sec02_foot_button.c-arw_lg::after,
.sec02_box_foot .sec03_foot_button.c-arw_lg::after,
.sec03_box_foot .sec01_foot_button.c-arw_lg::after,
.sec03_box_foot .sec02_foot_button.c-arw_lg::after,
.sec03_box_foot .sec03_foot_button.c-arw_lg::after {
  right: -15px;
}
@media (min-width: 768px) {
  .sec01_box_foot .sec01_foot_button.c-arw_lg::after,
  .sec01_box_foot .sec02_foot_button.c-arw_lg::after,
  .sec01_box_foot .sec03_foot_button.c-arw_lg::after,
  .sec02_box_foot .sec01_foot_button.c-arw_lg::after,
  .sec02_box_foot .sec02_foot_button.c-arw_lg::after,
  .sec02_box_foot .sec03_foot_button.c-arw_lg::after,
  .sec03_box_foot .sec01_foot_button.c-arw_lg::after,
  .sec03_box_foot .sec02_foot_button.c-arw_lg::after,
  .sec03_box_foot .sec03_foot_button.c-arw_lg::after {
    right: -20px;
  }
}
.sec01_box_foot .sec02_foot_button,
.sec02_box_foot .sec02_foot_button,
.sec03_box_foot .sec02_foot_button {
  right: 10px; 
  left: unset;
}
@media (min-width: 768px) {
  .sec01_box_foot .sec02_foot_button,
  .sec02_box_foot .sec02_foot_button,
  .sec03_box_foot .sec02_foot_button {
    right: 9px;
  }
}
.sec01_box_foot .sec03_foot_button,
.sec02_box_foot .sec03_foot_button,
.sec03_box_foot .sec03_foot_button {
  right: 11px;
  bottom: 11px;
  left: unset;
}
@media (min-width: 768px) {
  .sec01_box_foot .sec03_foot_button,
  .sec02_box_foot .sec03_foot_button,
  .sec03_box_foot .sec03_foot_button {
    right: 18px;
  }
}
.sec01_box_foot .c-pattern.type_02,
.sec02_box_foot .c-pattern.type_02,
.sec03_box_foot .c-pattern.type_02 {
  bottom: -51px;
  left: -20px;
  width: 140px;
  height: 140px;
  background-size: 100% 100%;
}
@media (min-width: 768px) {
  .sec01_box_foot .c-pattern.type_02,
  .sec02_box_foot .c-pattern.type_02,
  .sec03_box_foot .c-pattern.type_02 {
    right: -80px;
    bottom: -80px;
    left: unset;
    width: 220px;
    height: 220px;
  }
}
.sec01_box_foot .c-pattern.type_03,
.sec02_box_foot .c-pattern.type_03,
.sec03_box_foot .c-pattern.type_03 {
  bottom: -46px;
  left: -20px;
  width: 140px;
  height: 140px;
  background-size: 100% 100%;
}
@media (min-width: 768px) {
  .sec01_box_foot .c-pattern.type_03,
  .sec02_box_foot .c-pattern.type_03,
  .sec03_box_foot .c-pattern.type_03 {
    top: -80px;
    right: -80px;
    bottom: unset;
    left: unset;
    width: 220px;
    height: 220px;
  }
}
.sec01_box_foot .c-pattern.type_04,
.sec02_box_foot .c-pattern.type_04,
.sec03_box_foot .c-pattern.type_04 {
  top: -20px;
  right: -20px;
  width: 140px;
  height: 140px;
  background-size: 100% 100%;
}
@media (min-width: 768px) {
  .sec01_box_foot .c-pattern.type_04,
  .sec02_box_foot .c-pattern.type_04,
  .sec03_box_foot .c-pattern.type_04 {
    top: unset;
    right: unset;
    bottom: -80px;
    left: -80px;
    width: 220px;
    height: 220px;
  }
}
.sec01_box_foot .p-pattern.type_06,
.sec02_box_foot .p-pattern.type_06,
.sec03_box_foot .p-pattern.type_06 {
  top: -20px;
  right: -20px;
  bottom: unset;
  left: unset;
  width: 140px;
  height: 140px;
  background-size: 100% 100%;
}
@media (min-width: 768px) {
  .sec01_box_foot .p-pattern.type_06,
  .sec02_box_foot .p-pattern.type_06,
  .sec03_box_foot .p-pattern.type_06 {
    top: unset;
    right: unset;
    bottom: -62px;
    left: -50px;
    width: 180px;
    height: 180px;
  }
}
.sec01_box_foot .p-pattern.type_10,
.sec02_box_foot .p-pattern.type_10,
.sec03_box_foot .p-pattern.type_10 {
  width: 140px;
  height: 140px;
  background-size: 100% 100%;
}
@media (min-width: 768px) {
  .sec01_box_foot .p-pattern.type_10,
  .sec02_box_foot .p-pattern.type_10,
  .sec03_box_foot .p-pattern.type_10 {
    width: 180px;
    height: 180px;
  }
}
.sec01_box_foot .sec01_badge01,
.sec02_box_foot .sec01_badge01,
.sec03_box_foot .sec01_badge01 {
  position: absolute;
  top: -24px;
  left: -19px;
  width: 165px;
  height: 78px;
  background-image: url(/assets/img/recipe_100/index/sec01_badge.png);
  background-size: 100% 100%;
}
@media (min-width: 768px) {
  .sec01_box_foot .sec01_badge01,
  .sec02_box_foot .sec01_badge01,
  .sec03_box_foot .sec01_badge01 {
    top: -32px;
    right: 289px;
    left: unset;
    width: 187px;
    height: 92px;
  }
}
.sec01_box_foot .sec01_badge02,
.sec01_box_foot .sec01_badge03,
.sec01_box_foot .sec02_badge01,
.sec01_box_foot .sec02_badge02,
.sec01_box_foot .sec02_badge03,
.sec01_box_foot .sec03_badge01,
.sec01_box_foot .sec03_badge02,
.sec01_box_foot .sec03_badge03,
.sec02_box_foot .sec01_badge02,
.sec02_box_foot .sec01_badge03,
.sec02_box_foot .sec02_badge01,
.sec02_box_foot .sec02_badge02,
.sec02_box_foot .sec02_badge03,
.sec02_box_foot .sec03_badge01,
.sec02_box_foot .sec03_badge02,
.sec02_box_foot .sec03_badge03,
.sec03_box_foot .sec01_badge02,
.sec03_box_foot .sec01_badge03,
.sec03_box_foot .sec02_badge01,
.sec03_box_foot .sec02_badge02,
.sec03_box_foot .sec02_badge03,
.sec03_box_foot .sec03_badge01,
.sec03_box_foot .sec03_badge02,
.sec03_box_foot .sec03_badge03 {
  position: absolute;
  top: -18px;
  left: -19px;
  width: 113px;
  height: 56px;
  background-size: 100% 100%;
}
@media (min-width: 768px) {
  .sec01_box_foot .sec01_badge02,
  .sec01_box_foot .sec01_badge03,
  .sec01_box_foot .sec02_badge01,
  .sec01_box_foot .sec02_badge02,
  .sec01_box_foot .sec02_badge03,
  .sec01_box_foot .sec03_badge01,
  .sec01_box_foot .sec03_badge02,
  .sec01_box_foot .sec03_badge03,
  .sec02_box_foot .sec01_badge02,
  .sec02_box_foot .sec01_badge03,
  .sec02_box_foot .sec02_badge01,
  .sec02_box_foot .sec02_badge02,
  .sec02_box_foot .sec02_badge03,
  .sec02_box_foot .sec03_badge01,
  .sec02_box_foot .sec03_badge02,
  .sec02_box_foot .sec03_badge03,
  .sec03_box_foot .sec01_badge02,
  .sec03_box_foot .sec01_badge03,
  .sec03_box_foot .sec02_badge01,
  .sec03_box_foot .sec02_badge02,
  .sec03_box_foot .sec02_badge03,
  .sec03_box_foot .sec03_badge01,
  .sec03_box_foot .sec03_badge02,
  .sec03_box_foot .sec03_badge03 {
    top: -20px;
    left: -17px;
    width: 133px;
    height: 66px;
  }
}
.sec01_box_foot .sec01_badge02,
.sec02_box_foot .sec01_badge02,
.sec03_box_foot .sec01_badge02 {
  background-image: url(/assets/img/recipe_100/index/sec01_badge02.png);
}
.sec01_box_foot .sec01_badge03,
.sec02_box_foot .sec01_badge03,
.sec03_box_foot .sec01_badge03 {
  background-image: url(/assets/img/recipe_100/index/sec01_badge03.png);
}
.sec01_box_foot .sec02_badge01,
.sec02_box_foot .sec02_badge01,
.sec03_box_foot .sec02_badge01 {
  background-image: url(/assets/img/recipe_100/index/sec02_badge01.png);
}
.sec01_box_foot .sec02_badge02,
.sec02_box_foot .sec02_badge02,
.sec03_box_foot .sec02_badge02 {
  background-image: url(/assets/img/recipe_100/index/sec02_badge02.png);
}
.sec01_box_foot .sec02_badge03,
.sec02_box_foot .sec02_badge03,
.sec03_box_foot .sec02_badge03 {
  background-image: url(/assets/img/recipe_100/index/sec02_badge03.png);
}
.sec01_box_foot .sec03_badge01,
.sec02_box_foot .sec03_badge01,
.sec03_box_foot .sec03_badge01 {
  background-image: url(/assets/img/recipe_100/index/sec03_badge01.png);
}
.sec01_box_foot .sec03_badge02,
.sec02_box_foot .sec03_badge02,
.sec03_box_foot .sec03_badge02 {
  background-image: url(/assets/img/recipe_100/index/sec03_badge02.png);
}
.sec01_box_foot .sec03_badge03,
.sec02_box_foot .sec03_badge03,
.sec03_box_foot .sec03_badge03 {
  background-image: url(/assets/img/recipe_100/index/sec03_badge03.png);
}
.sec01_box_foot .sec01_balloon,
.sec02_box_foot .sec01_balloon,
.sec03_box_foot .sec01_balloon {
  position: absolute;
  right: -20px; 
  bottom: -95px;
}
@media (min-width: 768px) {
  .sec01_box_foot .sec01_balloon,
  .sec02_box_foot .sec01_balloon,
  .sec03_box_foot .sec01_balloon {
    right: 300px;
    bottom: 27px;
    width: 261px;
    height: 174px;
    -webkit-transform: rotate(-10deg);
        -ms-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
}

.sec01_box_foot::before {
  content: "";
  position: absolute;
  top: -78px;
  left: 118px;
  margin: auto;
  width: 46px;
  height: 51px;
  background: url(/assets/img/recipe_100/index/sec01_arrow.png) no-repeat center/contain;
}
@media (min-width: 768px) {
  .sec01_box_foot::before {
    top: -54px;
    left: 418px;
    margin: 0;
    width: 82px;
    height: 89px;
  }
}

.sec01_box_foot .c-obj.type_01 {
  bottom: 13px;
  left: -9px;
}
@media (min-width: 768px) {
  .sec01_box_foot .c-obj.type_01 {
    bottom: -28px;
    left: 185px;
  }
}

.sec01_box_foot .c-obj.type_03 {
  top: 7px;
  right: -12px;
}
@media (min-width: 768px) {
  .sec01_box_foot .c-obj.type_03 {
    top: unset;
    right: unset; 
    bottom: -18px;
    left: 59px;
  }
}

.sec01_box_foot .c-obj.type_04 {
  bottom: 55px;
  left: -10px;
  width: 44px;
  height: 41px;
  background-size: 100% 100%;
}
@media (min-width: 768px) {
  .sec01_box_foot .c-obj.type_04 {
    right: 304px;
    bottom: -26px;
    left: unset;
    width: 60px;
    height: 56px;
  }
}
.sec01_box_foot .c-obj.type_04._02 {
  bottom: 41px;
  left: 13px;
}
@media (min-width: 768px) {
  .sec01_box_foot .c-obj.type_04._02 {
    top: -24px;
    bottom: unset; 
    left: 183px;
  }
}

.sec01_box_foot .c-obj.type_05 {
  top: -15px;
  right: 14px;
}
@media (min-width: 768px) {
  .sec01_box_foot .c-obj.type_05 {
    top: -10px;
    right: 85px;
  }
}

.sec01_box_foot .c-obj.type_10 {
  top: 16px;
  right: 13px;
}
@media (min-width: 768px) {
  .sec01_box_foot .c-obj.type_10 {
    top: 33px;
    right: 41px;
  }
}

.sec02_box_foot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 109px;

  gap: 46px;
}
@media (min-width: 768px) {
  .sec02_box_foot {
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
        -ms-flex-direction: unset;
            flex-direction: unset; 
    margin-top: 145px;
    padding-right: 0;

    gap: 24px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.sec02_box_foot::before {
  content: "";
  position: absolute;
  top: -89px;
  left: 116px;
  margin: auto;
  width: 46px;
  height: 51px;
  background: url(/assets/img/recipe_100/index/sec02_arrow.png) no-repeat center/contain;
}
@media (min-width: 768px) {
  .sec02_box_foot::before {
    top: -120px;
    left: 500px;
    margin: 0;
    width: 82px;
    height: 89px;
  }
}
.sec02_box_foot .c-obj.type_01 {
  bottom: 21px;
  left: 12px;
}
@media (min-width: 768px) {
  .sec02_box_foot .c-obj.type_01 {
    bottom: 59px;
    left: -9px;
  }
}
.sec02_box_foot .c-obj.type_05 {
  bottom: 17px;
  left: -5px;
  width: 44px;
  height: 44px;
  background-size: 100% 100%;
}
@media (min-width: 768px) {
  .sec02_box_foot .c-obj.type_05 {
    bottom: -12px;
    left: -8px;
    width: 60px;
    height: 60px;
  }
}
.sec02_box_foot .c-obj.type_03 {
  top: 21px;
  right: -4px;
  width: 44px;
  height: 40px;
  background-size: 100% 100%;
}
@media (min-width: 768px) {
  .sec02_box_foot .c-obj.type_03 {
    top: -9px;
    right: 20px;
    width: 60px;
    height: 55px;
  }
}
.sec02_box_foot .c-obj.type_04 {
  top: 7px;
  right: 15px;
  width: 44px;
  height: 41px;
  background-size: 100% 100%;
}
@media (min-width: 768px) {
  .sec02_box_foot .c-obj.type_04 {
    top: -15px;
    right: 59px;
    width: 60px;
    height: 59px;
  }
}
.sec02_box_foot .c-obj.type_04._02 {
  top: unset;
  right: unset;
  bottom: -10px;
  left: 28px;
}
@media (min-width: 768px) {
  .sec02_box_foot .c-obj.type_04._02 {
    bottom: 10px;
    left: 23px;
  }
}
.sec02_box_foot .c-obj.type_10 {
  top: -20px;
  right: 15px;
  width: 44px;
  height: 44px;
  background-size: 100% 100%;
}
@media (min-width: 768px) {
  .sec02_box_foot .c-obj.type_10 {
    top: -9px;
    right: 33px;
    width: 60px;
    height: 60px;
  }
}

.sec03_box_foot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 98px;

  gap: 46px;
}
@media (min-width: 768px) {
  .sec03_box_foot {
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
        -ms-flex-direction: unset;
            flex-direction: unset; 
    margin-top: 145px;
    padding-right: 0;

    gap: 24px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.sec03_box_foot::before {
  content: "";
  position: absolute;
  top: -92px;
  left: 116px;
  margin: auto;
  width: 46px;
  height: 51px;
  background: url(/assets/img/recipe_100/index/sec03_arrow.png) no-repeat center/contain;
}
@media (min-width: 768px) {
  .sec03_box_foot::before {
    top: -120px;
    left: 500px;
    margin: 0;
    width: 82px;
    height: 89px;
  }
}
.sec03_box_foot .c-obj.type_03 {
  bottom: 14px;
  left: 12px;
  width: 44px;
  height: 40px;
  background-size: 100% 100%;
}
@media (min-width: 768px) {
  .sec03_box_foot .c-obj.type_03 {
    bottom: 21px;
    left: 20px;
    width: 60px;
    height: 55px;
  }
}
.sec03_box_foot .c-obj.type_01 {
  bottom: 17px;
  left: -10px;
  width: 44px;
  height: 44px;
  background-size: 100% 100%;
}
@media (min-width: 768px) {
  .sec03_box_foot .c-obj.type_01 {
    bottom: -24px;
    left: -22px;
    width: 60px;
    height: 60px;
  }
}
.sec03_box_foot .c-obj.type_08 {
  top: -6px;
  right: 34px;
  width: 44px;
  height: 44px;
  background-size: 100% 100%;
}
@media (min-width: 768px) {
  .sec03_box_foot .c-obj.type_08 {
    top: -9px;
    right: 20px;
    width: 60px;
    height: 60px;
  }
}
.sec03_box_foot .c-obj.type_10 {
  top: 17px;
  right: 19px;
  width: 44px;
  height: 44px;
  background-size: 100% 100%;
}
@media (min-width: 768px) {
  .sec03_box_foot .c-obj.type_10 {
    top: -26px;
    right: 18px;
    width: 60px;
    height: 60px;
  }
}
.sec03_box_foot .c-obj.type_10._02 {
  top: unset;
  right: unset;
  bottom: -16px;
  left: 14px;
}
@media (min-width: 768px) {
  .sec03_box_foot .c-obj.type_10._02 {
    bottom: -12px;
    left: 44px;
  }
}
.sec03_box_foot .c-obj.type_09 {
  top: -8px;
  right: 76px;
  width: 44px;
  height: 44px;
  background-size: 100% 100%;
}
@media (min-width: 768px) {
  .sec03_box_foot .c-obj.type_09 {
    top: -10px;
    right: 63px;
    width: 60px;
    height: 60px;
  }
}
.sec03_box_foot .p-pattern.type_13 {
  top: unset;
  right: unset;
  bottom: -20px;
  left: -20px;
  width: 140px;
  height: 140px;
  background-size: 100% 100%;
}
@media (min-width: 768px) {
  .sec03_box_foot .p-pattern.type_13 {
    top: -76px;
    bottom: unset;
    left: -80px;
    width: 180px;
    height: 180px;
  }
}
.sec03_box_foot .p-pattern.type_12 {
  top: unset;
  right: -20px;
  bottom: -42px;
  left: unset;
  width: 140px;
  height: 140px;
  background-size: 100% 100%;
}
@media (min-width: 768px) {
  .sec03_box_foot .p-pattern.type_12 {
    right: -80px;
    bottom: -82px;
    width: 180px;
    height: 180px;
  }
}

.sec02 {
  margin-top: 84px; 
  padding-top: 22px;
}
@media (min-width: 768px) {
  .sec02 {
    margin-top: 173px;
    padding-top: 80px;
  }
}

.sec02_img {
  position: relative;
}
@media (min-width: 768px) {
  .sec02_img {
    width: 566px;

    -ms-flex-negative: 0;

        flex-shrink: 0;
  }
}

.sec03 {
  margin-top: 84px; 
  padding-top: 22px;
}
@media (min-width: 768px) {
  .sec03 {
    margin-top: 92px;
    padding-top: 70px;
  }
}
.sec03 .sec_ttl_wrapper {
  width: 196px;
}
@media (min-width: 768px) {
  .sec03 .sec_ttl_wrapper {
    width: 100%;
  }
}

.sec04 {
  margin-top: 84px; 
  padding-top: 22px;
}
@media (min-width: 768px) {
  .sec04 {
    margin-top: 185px;
    padding-top: 70px;
  }
}
.sec04 .sec_ttl_wrapper {
  width: 198px;
}
@media (min-width: 768px) {
  .sec04 .sec_ttl_wrapper {
    width: 100%;
  }
}
.sec04 .sec01_box_foot {
  margin-top: 162px;
}
@media (min-width: 768px) {
  .sec04 .sec01_box_foot {
    margin-top: 208px;
    padding: 0;

    gap: 40px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.sec04 .sec01_box_foot::before {
  top: -143px;
  left: 42px; 
  width: 157px;
  height: 90px;
  background-image: url(/assets/img/scene/index/sec04_arrow.png);
}
@media (min-width: 768px) {
  .sec04 .sec01_box_foot::before {
    top: -191px;
    left: 338px; 
    width: 187px;
    height: 117px;
    background-image: url(/assets/img/scene/index/sec04_arrow_lg.png);
  }
}
@media (min-width: 768px) {
  .sec04 .sec01_foot_img {
    width: 290px;
  }
}
@media (max-width: 767.98px) {
  .sec04 .sec01_box_foot_img + .sec01_box_foot_img {
    margin-top: 105px;
  }
}
.sec04 .sec01_badge01 {
  top: -18px;
  left: -19px;
  width: 113px;
  height: 56px; 
  background-image: url(/assets/img/scene/index/sec04_badge01.png);
}
@media (min-width: 768px) {
  .sec04 .sec01_badge01 {
    top: -20px;
    left: -17px;
    width: 133px;
    height: 66px;
  }
}
.sec04 .sec01_badge02 {
  background-image: url(/assets/img/scene/index/sec04_badge02.png);
}
.sec04 .sec01_foot_button {
  right: -10px;
  bottom: -10px;
  left: unset;
}
@media (min-width: 768px) {
  .sec04 .sec01_foot_button {
    right: 18px; 
    bottom: 9px;
  }
}
.sec04 .c-obj.type_10 {
  top: -30px;
  right: 37px;
}
.sec04 .c-obj.type_09 {
  bottom: -23px;
  left: 34px;
}
@media (min-width: 768px) {
  .sec04 .c-pattern.type_02 {
    top: unset;
    right: unset;
    bottom: -80px;
    left: -80px;
    width: 220px;
    height: 220px;
  }
}
.sec04 .c-pattern.type_02,
.sec04 .c-pattern.type_03 {
  width: 140px;
  height: 140px;
}
@media (min-width: 768px) {
  .sec04 .c-pattern.type_02,
  .sec04 .c-pattern.type_03 {
    width: 180px;
    height: 180px;
  }
}
@media (max-width: 767.98px) {
  .sec04 .c-pattern.type_03 {
    top: -34px;
    right: -30px;
    left: unset;
  }
}
@media (max-width: 767.98px) {
  .sec04 .c-pattern.type_02 {
    bottom: -34px;
    left: -30px;
  }
}

.sec04_lead {
  margin-top: 30px; 
  text-align: center;
}
@media (min-width: 768px) {
  .sec04_lead {
    margin-top: 67px;
  }
}
.sec04_lead img {
  width: 240px;
}
@media (min-width: 768px) {
  .sec04_lead img {
    width: 398px;
  }
}

.sec04_block {
  margin-top: 98px;
}
@media (min-width: 768px) {
  .sec04_block {
    margin-top: 79px;
  }
}

.sec04_list {
  display: -ms-grid;
  display: grid;
  position: relative;
  padding: 0 10px;

  -ms-grid-columns: (120px)[2];

      grid-template-columns: repeat(2, 120px);
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  row-gap: 127px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 768px) {
  .sec04_list {
    -ms-grid-columns: (260px)[3];
        grid-template-columns: repeat(3, 260px);
    -webkit-column-gap: 70px;
       -moz-column-gap: 70px;
            column-gap: 70px;
    row-gap: 90px;
  }
}

.sec04_listItem {
  position: relative;
}
@media (max-width: 767.98px) {
  .sec04_listItem:nth-of-type(odd) .sec04_balloon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: absolute;
    top: -69px;
    left: -20px;
    padding-top: 20px; 
    width: 101px;
    height: 96px;
    -webkit-transform: rotate(-10deg);
        -ms-transform: rotate(-10deg);
            transform: rotate(-10deg);
    background-image: url(/assets/img/recipe_100/index/sec04_balloon.png);
    background-size: 100% 100%;

    -webkit-box-align: center;

        -ms-flex-align: center;

            align-items: center;
  }
  .sec04_listItem:nth-of-type(odd) .sec04_item_txt {
    position: absolute;
    bottom: 19px;
  }
  .sec04_listItem:nth-of-type(even) {
    margin-top: 64px;
  }
  .sec04_listItem:nth-of-type(even) .sec04_img_button {
    bottom: -55px;
  }
  .sec04_listItem:nth-of-type(even) .sec04_item_txt {
    position: absolute;
    bottom: -14px;
  }
  .sec04_listItem:nth-of-type(even) .sec04_balloon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: absolute;
    top: -68px;
    right: 32px;
    padding-top: 24px; 
    width: 101px;
    height: 96px;
    -webkit-transform: rotate(-10deg);
        -ms-transform: rotate(-10deg);
            transform: rotate(-10deg);
    background-image: url(/assets/img/recipe_100/index/sec04_balloon.png);
    background-size: 100% 100%;

    -webkit-box-align: center;

        -ms-flex-align: center;

            align-items: center;
  }
  .sec04_listItem:nth-of-type(2) .sec04_img_button {
    bottom: -87px;
    left: -11px;
  }
  .sec04_listItem:nth-of-type(2) .sec04_item_txt {
    position: absolute;
    bottom: -45px;
    left: -11px; 
    width: 131px;
  }
  .sec04_listItem:nth-of-type(5) .sec04_balloon {
    padding-top: 25px;
  }
  .sec04_listItem:nth-of-type(6) .sec04_balloon {
    padding-top: 33px;
  }
}
@media (min-width: 768px) {
  .sec04_listItem:nth-of-type(2),
  .sec04_listItem:nth-of-type(5) {
    margin-top: 60px;
  }
  .sec04_listItem:nth-of-type(2) .sec04_img_button {
    bottom: -73px;
  }
  .sec04_listItem:nth-of-type(2) .sec04_item_txt {
    position: absolute;
    bottom: -20px;
  }
  .sec04_listItem:nth-of-type(5) .sec04_img_button {
    bottom: -33px;
  }
  .sec04_listItem:nth-of-type(5) .sec04_item_txt {
    position: absolute;
    bottom: 20px;
  }
  .sec04_listItem:nth-of-type(1) .sec04_balloon,
  .sec04_listItem:nth-of-type(2) .sec04_balloon,
  .sec04_listItem:nth-of-type(3) .sec04_balloon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: absolute;
    top: -27px;
    right: -54px;
    padding-top: 23px; 
    width: 173px;
    height: 105px;
    -webkit-transform: rotate(10deg);
        -ms-transform: rotate(10deg);
            transform: rotate(10deg);
    background-image: url(/assets/img/recipe_100/index/sec04_balloon_right.png);
    background-size: 100% 100%;

    row-gap: 5px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .sec04_listItem:nth-of-type(1) .sec04_balloon {
    padding-top: 29px;
  }
  .sec04_listItem:nth-of-type(4) .sec04_balloon,
  .sec04_listItem:nth-of-type(5) .sec04_balloon,
  .sec04_listItem:nth-of-type(6) .sec04_balloon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: absolute;
    top: -26px;
    left: -57px;
    padding-top: 25px; 
    width: 173px;
    height: 105px;
    -webkit-transform: rotate(-10deg);
        -ms-transform: rotate(-10deg);
            transform: rotate(-10deg);
    background-image: url(/assets/img/recipe_100/index/sec04_balloon_left.png);
    background-size: 100% 100%;

    -webkit-box-align: center;

        -ms-flex-align: center;

            align-items: center;
  }
  .sec04_listItem:nth-of-type(6) .sec04_balloon {
    padding-top: 29px;
  }
  .sec04_listItem .sec04_item_txt {
    position: absolute;
    bottom: 80px;
  }
}
.sec04_listItem .sec04_balloon_link {
  margin-top: -6px; 
  -webkit-transition: opacity 0.3s ease; 
  transition: opacity 0.3s ease;
  -webkit-transform: rotate(20deg);
      -ms-transform: rotate(20deg);
          transform: rotate(20deg);
}
@media (min-width: 768px) {
  .sec04_listItem .sec04_balloon_link {
    margin: 0; 
    -webkit-transform: rotate(0deg); 
        -ms-transform: rotate(0deg); 
            transform: rotate(0deg);
  }
}
.sec04_listItem .sec04_balloon_link:hover {
  opacity: 0.6;
}
@media (min-width: 768px) {
  .sec04_listItem a:hover .c-arw_lg::before,
  .sec04_listItem a:hover .c-arw_lg::after {
    -webkit-transform: translateX(5px);
        -ms-transform: translateX(5px);
            transform: translateX(5px);
  }
}
.sec04_listItem .p-obj.type_15 {
  top: 44px;
  left: -20px;
  width: 44px;
  height: 44px;
  background-size: 100% 100%;
}
@media (min-width: 768px) {
  .sec04_listItem .p-obj.type_15 {
    top: 33px;
    left: -12px;
    width: 60px;
    height: 60px;
  }
}
.sec04_listItem .p-obj.type_16 {
  top: 13px;
  right: -20px;
  width: 44px;
  height: 44px;
  background-size: 100% 100%;
}
@media (min-width: 768px) {
  .sec04_listItem .p-obj.type_16 {
    top: 114px;
    right: unset;
    left: -29px;
    width: 60px;
    height: 60px;
  }
}
.sec04_listItem .p-obj.type_14 {
  top: 53px;
  left: -10px;
  width: 44px;
  height: 40px;
  background-size: 100% 100%;
}
@media (min-width: 768px) {
  .sec04_listItem .p-obj.type_14 {
    top: 120px;
    right: -20px;
    left: unset;
    width: 60px;
    height: 55px;
  }
}
.sec04_listItem .p-obj.type_40 {
  bottom: 21px;
  left: -22px;
  width: 44px;
  height: 44px;
  background-size: 100% 100%;
}
@media (min-width: 768px) {
  .sec04_listItem .p-obj.type_40 {
    top: 10px;
    right: 17px;
    left: unset;
    width: 60px;
    height: 60px;
  }
}
.sec04_listItem .p-obj.type_18 {
  top: 52px;
  left: -20px;
  width: 44px;
  height: 44px;
  background-size: 100% 100%;
}
@media (min-width: 768px) {
  .sec04_listItem .p-obj.type_18 {
    top: unset;
    bottom: 76px;
    left: -29px;
    width: 60px;
    height: 60px;
  }
}
.sec04_listItem .p-obj.type_39 {
  top: 10px;
  right: -19px;
  width: 44px;
  height: 44px;
  background-size: 100% 100%;
}
@media (min-width: 768px) {
  .sec04_listItem .p-obj.type_39 {
    top: 101px;
    right: unset;
    left: -37px;
    width: 60px;
    height: 60px;
  }
}

.sec04_item_img {
  border-radius: 999px;
}

.bottom {
  margin-top: 92px;
  padding-bottom: 120px;
}
@media (min-width: 768px) {
  .bottom {
    margin-top: 160px;
    padding-bottom: 160px;
  }
}

.bottom_txt {
  margin: 0 auto;
  width: 267px;
}
@media (min-width: 768px) {
  .bottom_txt {
    width: 517px;
  }
}

.bottom_list {
  margin: 30px auto 0; 
  width: 240px;
}
@media (min-width: 768px) {
  .bottom_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px; 
    width: auto;

    -webkit-box-pack: center;

        -ms-flex-pack: center;

            justify-content: center;
    gap: 89px;
  }
}

@media (min-width: 768px) {
  .bottom_listItem {
    width: 240px;
  }
}

.bottom_listItem + .bottom_listItem {
  margin-top: 18px;
}
@media (min-width: 768px) {
  .bottom_listItem + .bottom_listItem {
    margin-top: 0;
  }
}

.p-scale span {
  display: block; 
  overflow: hidden;
}
.p-scale span._round {
  border-radius: 50%;
}

.p-scale img {
  -webkit-transition: -webkit-transform 0.35s;
  transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  transition: transform 0.35s, -webkit-transform 0.35s;
}

.p-scale:hover img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

/* ------------------------
  hover animation
------------------------ */
@media (min-width: 768px) {
  .elementImage {
    overflow: hidden;
  }
  .elementImage img {
    -webkit-transition: -webkit-transform 0.35s;
    transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    transition: transform 0.35s, -webkit-transform 0.35s;
  }
  .sec01_img_wrapper a:hover .elementImage img,
  .sec01_box_foot_img a:hover .elementImage img,
  .sec02_img_wrapper a:hover .elementImage img,
  .sec02_box_foot_img a:hover .elementImage img,
  .sec03_img_wrapper a:hover .elementImage img,
  .sec03_box_foot_img a:hover .elementImage img,
  .sec04_listItem a:hover .elementImage img {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }
  .bnr-twitter .sec01_img_wrapper a:hover .elementImage img,
  .bnr-twitter
  .sec01_box_foot_img a:hover .elementImage img,
  .bnr-twitter
  .sec02_img_wrapper a:hover .elementImage img,
  .bnr-twitter
  .sec02_box_foot_img a:hover .elementImage img,
  .bnr-twitter
  .sec03_img_wrapper a:hover .elementImage img,
  .bnr-twitter
  .sec03_box_foot_img a:hover .elementImage img,
  .bnr-twitter
  .sec04_listItem a:hover .elementImage img {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
}

.sec01_lead,
.sec02_lead,
.sec03_lead {
  margin: 30px auto 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (min-width: 768px) {
  .sec01_lead,
  .sec02_lead,
  .sec03_lead {
    margin-top: 67px;
  }
}

@media (max-width: 767.98px) {
  .sec01_lead {
    width: 161px;
  }
}

@media (max-width: 767.98px) {
  .sec02_lead {
    width: 259px;
  }
}

@media (max-width: 767.98px) {
  .sec03_lead {
    width: 231px;
  }
}

@media (max-width: 767.98px) {
  .sec04_lead {
    width: 243px;
  }
}

@media (max-width: 767.98px) {
  .sec01_block + .sec01_block {
    margin-top: 90px;
  }
}

@media (min-width: 768px) {
  .sec01_block .sec01_desc_main {
    margin-top: 59px;
  }
}

@media (max-width: 767.98px) {
  .sec01_block:nth-of-type(3) .sec01_img_button {
    top: 98px;
  }
}

.sec01_block:nth-of-type(3) .c-obj.type_01 {
  top: -18px;
  left: 94px;
}
@media (min-width: 768px) {
  .sec01_block:nth-of-type(3) .c-obj.type_01 {
    top: unset;
    right: -23px;
    bottom: -20px;
    left: unset;
  }
}

@media (max-width: 767.98px) {
  .sec01_block:nth-of-type(4) .sec01_img_button {
    top: 98px;
  }
}

.sec01_block:nth-of-type(4) .c-pattern.type_03 {
  top: -35px;
  right: -20px;
  bottom: unset; 
  left: unset;
}
@media (min-width: 768px) {
  .sec01_block:nth-of-type(4) .c-pattern.type_03 {
    top: unset;
    right: -80px;
    bottom: -70px;
  }
}

@media (min-width: 768px) {
  .sec01_block:nth-of-type(4) .c-obj.type_07 {
    top: -22px;
    right: unset;
    bottom: unset;
    left: 56px;
  }
}

.sec01_block:nth-of-type(4) .sec01_desc {
  position: relative;
}
.sec01_block:nth-of-type(4) .sec01_desc .deco01 {
  position: absolute;
  top: 70px;
  right: -20px;
  width: 76px;
  height: 53px;
  background: url(/assets/img/scene/index/deco01.png) no-repeat center/contain;
}
@media (min-width: 768px) {
  .sec01_block:nth-of-type(4) .sec01_desc .deco01 {
    top: 262px;
    right: -8px; 
    width: 114px;
    height: 79px;
  }
}

.sec01_block:nth-of-type(4) .sec01_desc_main {
  width: 214px;
}
@media (min-width: 768px) {
  .sec01_block:nth-of-type(4) .sec01_desc_main {
    width: 305px;
  }
}

.sec01_block:nth-of-type(4) .sec01_desc_txt {
  width: 203px;
}
@media (min-width: 768px) {
  .sec01_block:nth-of-type(4) .sec01_desc_txt {
    width: 232px;
  }
}

@media (min-width: 768px) {
  .sec01_block:nth-of-type(4) .sec01_box_head {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    padding: 0 80px 0 0;
  }
}

@media (max-width: 767.98px) {
  .sec01_block:nth-of-type(5) .sec01_img_button {
    top: 125px;
  }
}

.sec01_block:nth-of-type(5) .c-pattern.type_02 {
  bottom: -35px;
  left: -20px;
}
@media (min-width: 768px) {
  .sec01_block:nth-of-type(5) .c-pattern.type_02 {
    bottom: -86px; 
    left: -80px;
  }
}

.sec01_block:nth-of-type(5) .c-pattern.type_03 {
  top: -35px;
  right: -20px;
  bottom: unset; 
  left: unset;
}
@media (min-width: 768px) {
  .sec01_block:nth-of-type(5) .c-pattern.type_03 {
    top: unset;
    right: -80px;
    bottom: -70px;
  }
}

.sec01_block:nth-of-type(5) .c-obj.type_05 {
  top: -26px;
  left: 73px;
}
@media (min-width: 768px) {
  .sec01_block:nth-of-type(5) .c-obj.type_05 {
    top: unset;
    right: 47px; 
    bottom: -34px;
    left: unset;
  }
}

.sec01_block:nth-of-type(5) .sec01_desc_main {
  width: 196px;
}
@media (min-width: 768px) {
  .sec01_block:nth-of-type(5) .sec01_desc_main {
    width: 274px;
  }
}

.sec01_block:nth-of-type(5) .sec01_desc_txt {
  width: 228px;
}
@media (min-width: 768px) {
  .sec01_block:nth-of-type(5) .sec01_desc_txt {
    width: 260px;
  }
}

@media (min-width: 768px) {
  .sec01_block:nth-of-type(even) .sec01_desc {
    margin-right: 60px;
  }
}

@media (min-width: 768px) {
  .sec01_block:nth-of-type(even) .sec01_desc_txt {
    margin: 32px 0 0 0;
  }
}

@media (min-width: 768px) {
  .sec01_block:nth-of-type(even) .sec01_desc_main {
    margin-left: 0;
  }
}

@media (min-width: 768px) {
  .sec01_block:nth-of-type(even) .sec01_img_button,
  .sec01_block:nth-of-type(even) .sec01_img_txt {
    right: 20px;
    left: unset;
  }
}

.sec02_blocks {
  margin-top: 55px;
}
@media (min-width: 768px) {
  .sec02_blocks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 70px;

    -ms-flex-wrap: wrap;

        flex-wrap: wrap;
    gap: 113px 72px;
  }
  .sec02_blocks .sec01_block {
    margin-top: 0; 
    width: calc(50% - 36px);
  }
  .sec02_blocks .sec01_block:nth-of-type(even) {
    margin-top: 70px;
  }
  .sec02_blocks .sec01_box_head.sec01_box_head.sec01_box_head {
    display: block;
    margin-top: 0; 
    padding: 0;
  }
  .sec02_blocks .sec01_img_wrapper {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .sec02_blocks .sec01_img_button.sec01_img_button {
    right: 10px;
    bottom: 10px;
    left: unset; 
    width: 120px;
  }
}
@media (min-width: 768px) {
  .sec02_blocks .sec01_block .sec01_desc_main {
    margin: -36px 0 0 -25px;
  }
}
.sec02_blocks .sec01_block .sec01_img_txt {
  top: 13px;
  right: 13px;
  bottom: unset;
  left: unset;
}
@media (min-width: 768px) {
  .sec02_blocks .sec01_block .sec01_desc_txt.sec01_desc_txt {
    margin-left: -24px;
  }
}
@media (max-width: 767.98px) {
  .sec02_blocks .sec01_block:first-of-type {
    margin-top: 0;
  }
}
.sec02_blocks .sec01_block:first-of-type .sec01_desc_main {
  width: 210px;
}
@media (min-width: 768px) {
  .sec02_blocks .sec01_block:first-of-type .sec01_desc_main {
    width: 265px;
  }
}
.sec02_blocks .sec01_block:first-of-type .sec01_desc_txt {
  width: 207px;
}
@media (min-width: 768px) {
  .sec02_blocks .sec01_block:first-of-type .sec01_desc_txt {
    width: 344px;
  }
}
.sec02_blocks .sec01_block:first-of-type .c-obj.type_01 {
  top: 42px;
  left: -15px;
}
@media (min-width: 768px) {
  .sec02_blocks .sec01_block:first-of-type .c-obj.type_01 {
    top: -37px;
    left: 161px;
  }
}
.sec02_blocks .sec01_block:first-of-type .c-obj.type_05 {
  right: -20px; 
  bottom: -15px;
}
@media (min-width: 768px) {
  .sec02_blocks .sec01_block:first-of-type .c-obj.type_05 {
    right: unset; 
    bottom: 62px;
    left: -40px;
  }
}
.sec02_blocks .sec01_block:nth-of-type(2) .sec01_desc_main {
  width: 243px;
}
@media (min-width: 768px) {
  .sec02_blocks .sec01_block:nth-of-type(2) .sec01_desc_main {
    width: 306px;
  }
}
.sec02_blocks .sec01_block:nth-of-type(2) .sec01_desc_txt {
  width: 176px;
}
@media (min-width: 768px) {
  .sec02_blocks .sec01_block:nth-of-type(2) .sec01_desc_txt {
    width: 344px;
  }
}
.sec02_blocks .sec01_block:nth-of-type(2) .c-obj.type_03 {
  top: -23px;
  left: 79px;
}
@media (min-width: 768px) {
  .sec02_blocks .sec01_block:nth-of-type(2) .c-obj.type_03 {
    top: -24;
    left: 229px;
  }
}
.sec02_blocks .sec01_block:nth-of-type(2) .c-obj.type_04 {
  top: 109px;
  left: -20px;
}
@media (min-width: 768px) {
  .sec02_blocks .sec01_block:nth-of-type(2) .c-obj.type_04 {
    top: unset; 
    bottom: 65px;
    left: -22px;
  }
}
.sec02_blocks .sec01_block:nth-of-type(3) .sec01_desc_main {
  width: 204px;
}
@media (min-width: 768px) {
  .sec02_blocks .sec01_block:nth-of-type(3) .sec01_desc_main {
    width: 252px;
  }
}
.sec02_blocks .sec01_block:nth-of-type(3) .sec01_desc_txt {
  width: 192px;
}
@media (min-width: 768px) {
  .sec02_blocks .sec01_block:nth-of-type(3) .sec01_desc_txt {
    width: 295px;
  }
}
.sec02_blocks .sec01_block:nth-of-type(3) .c-obj.type_03 {
  right: -14px; 
  bottom: -15px;
}
@media (min-width: 768px) {
  .sec02_blocks .sec01_block:nth-of-type(3) .c-obj.type_03 {
    right: unset; 
    bottom: 60px;
    left: -40px;
  }
}
.sec02_blocks .sec01_block:nth-of-type(3) .c-obj.type_07 {
  bottom: 74px;
  left: -24px;
}
@media (min-width: 768px) {
  .sec02_blocks .sec01_block:nth-of-type(3) .c-obj.type_07 {
    top: -32px;
    bottom: unset; 
    left: 191px;
  }
}
.sec02_blocks .sec01_block:nth-of-type(4) .sec01_desc_main {
  width: 204px;
}
@media (min-width: 768px) {
  .sec02_blocks .sec01_block:nth-of-type(4) .sec01_desc_main {
    width: 330px;
  }
}
.sec02_blocks .sec01_block:nth-of-type(4) .sec01_desc_txt {
  width: 192px;
}
@media (min-width: 768px) {
  .sec02_blocks .sec01_block:nth-of-type(4) .sec01_desc_txt {
    width: 224px;
  }
}
@media (max-width: 767.98px) {
  .sec02_blocks .sec01_block:nth-of-type(4) .sec01_img_button {
    top: 101px;
  }
}
.sec02_blocks .sec01_block:nth-of-type(4) .c-obj.type_05 {
  right: -13px; 
  bottom: 79px;
}
@media (min-width: 768px) {
  .sec02_blocks .sec01_block:nth-of-type(4) .c-obj.type_05 {
    top: -39px;
    right: unset;
    bottom: unset; 
    left: 182px;
  }
}
.sec02_blocks .sec01_block:nth-of-type(4) .c-obj.type_06 {
  top: -23px;
  left: -10px;
}
@media (min-width: 768px) {
  .sec02_blocks .sec01_block:nth-of-type(4) .c-obj.type_06 {
    top: unset;
    bottom: 91px; 
    left: -36px;
  }
}

@media (min-width: 768px) {
  .sec03_blocks .sec01_block + .sec01_block {
    margin-top: 130px;
  }
}

@media (min-width: 768px) {
  .sec03_blocks .sec01_block .sec01_desc_main {
    margin-top: 59px;
  }
}

.sec03_blocks .sec01_block:nth-of-type(1) .c-obj.type_07 {
  top: -18px;
  left: 94px;
}
@media (min-width: 768px) {
  .sec03_blocks .sec01_block:nth-of-type(1) .c-obj.type_07 {
    top: unset;
    right: -23px;
    bottom: -20px;
    left: unset;
  }
}

.sec03_blocks .sec01_block:nth-of-type(1) .sec01_desc_main {
  width: 193px;
}
@media (min-width: 768px) {
  .sec03_blocks .sec01_block:nth-of-type(1) .sec01_desc_main {
    width: 272px;
  }
}

.sec03_blocks .sec01_block:nth-of-type(1) .sec01_desc_txt {
  width: 224px;
}
@media (min-width: 768px) {
  .sec03_blocks .sec01_block:nth-of-type(1) .sec01_desc_txt {
    width: 256px;
  }
}

@media (max-width: 767.98px) {
  .sec03_blocks .sec01_block:nth-of-type(1) .sec01_img_button {
    top: 98px;
  }
}

.sec03_blocks .sec01_block:nth-of-type(2) .c-pattern.type_03 {
  top: -35px;
  right: -20px;
  bottom: unset; 
  left: unset;
}
@media (min-width: 768px) {
  .sec03_blocks .sec01_block:nth-of-type(2) .c-pattern.type_03 {
    top: unset;
    right: -80px;
    bottom: -70px;
  }
}

@media (min-width: 768px) {
  .sec03_blocks .sec01_block:nth-of-type(2) .c-obj.type_06 {
    top: -22px;
    right: unset;
    bottom: unset;
    left: 56px;
  }
}

.sec03_blocks .sec01_block:nth-of-type(2) .sec01_desc_main {
  width: 179px;
}
@media (min-width: 768px) {
  .sec03_blocks .sec01_block:nth-of-type(2) .sec01_desc_main {
    width: 253px;
  }
}

.sec03_blocks .sec01_block:nth-of-type(2) .sec01_desc_txt {
  width: 210px;
}
@media (min-width: 768px) {
  .sec03_blocks .sec01_block:nth-of-type(2) .sec01_desc_txt {
    width: 240px;
  }
}

@media (min-width: 768px) {
  .sec03_blocks .sec01_block:nth-of-type(2) .sec01_box_head {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    padding: 0 80px 0 0;
  }
}

.sec03_blocks .sec01_block:nth-of-type(3) .c-pattern.type_02 {
  bottom: -35px;
  left: -20px;
}
@media (min-width: 768px) {
  .sec03_blocks .sec01_block:nth-of-type(3) .c-pattern.type_02 {
    bottom: -86px; 
    left: -80px;
  }
}

.sec03_blocks .sec01_block:nth-of-type(3) .c-pattern.type_03 {
  top: -35px;
  right: -20px;
  bottom: unset; 
  left: unset;
}
@media (min-width: 768px) {
  .sec03_blocks .sec01_block:nth-of-type(3) .c-pattern.type_03 {
    top: unset;
    right: -80px;
    bottom: -70px;
  }
}

.sec03_blocks .sec01_block:nth-of-type(3) .c-obj.type_04 {
  top: -26px;
  left: 73px;
}
@media (min-width: 768px) {
  .sec03_blocks .sec01_block:nth-of-type(3) .c-obj.type_04 {
    top: unset;
    right: 47px; 
    bottom: -34px;
    left: unset;
  }
}

.sec03_blocks .sec01_block:nth-of-type(3) .sec01_desc_main {
  width: 229px;
}
@media (min-width: 768px) {
  .sec03_blocks .sec01_block:nth-of-type(3) .sec01_desc_main {
    width: 324px;
  }
}

.sec03_blocks .sec01_block:nth-of-type(3) .sec01_desc_txt {
  width: 286px;
}

@media (min-width: 768px) {
  .sec03_blocks .sec01_block:nth-of-type(even) .sec01_desc {
    margin-right: 60px;
  }
}

@media (min-width: 768px) {
  .sec03_blocks .sec01_block:nth-of-type(even) .sec01_desc_txt {
    margin: 32px 0 0 0;
  }
}

@media (min-width: 768px) {
  .sec03_blocks .sec01_block:nth-of-type(even) .sec01_desc_main {
    margin-left: 0;
  }
}

@media (min-width: 768px) {
  .sec03_blocks .sec01_block:nth-of-type(even) .sec01_img_button,
  .sec03_blocks .sec01_block:nth-of-type(even) .sec01_img_txt {
    right: 20px;
    left: unset;
  }
}

@media (max-width: 767.98px) {
  .sec04_blocks .sec01_block .sec01_img_button {
    top: 98px;
  }
}

@media (min-width: 768px) {
  .sec04_blocks .sec01_block + .sec01_block {
    margin-top: 130px;
  }
}

@media (min-width: 768px) {
  .sec04_blocks .sec01_block .sec01_desc_main {
    margin-top: 59px;
  }
}

.sec04_blocks .sec01_block:nth-of-type(1) .c-pattern.type_10 {
  right: -20px; 
  bottom: -30px;
}
@media (min-width: 768px) {
  .sec04_blocks .sec01_block:nth-of-type(1) .c-pattern.type_10 {
    right: unset; 
    bottom: -80px;
    left: -80px;
  }
}

.sec04_blocks .sec01_block:nth-of-type(1) .c-obj.type_01 {
  top: -20px;
  left: 28px;
}
@media (min-width: 768px) {
  .sec04_blocks .sec01_block:nth-of-type(1) .c-obj.type_01 {
    top: unset;
    right: 57px; 
    bottom: -20px;
    left: unset;
  }
}

.sec04_blocks .sec01_block:nth-of-type(1) .sec01_desc_main {
  width: 190px;
}
@media (min-width: 768px) {
  .sec04_blocks .sec01_block:nth-of-type(1) .sec01_desc_main {
    width: 272px;
  }
}

.sec04_blocks .sec01_block:nth-of-type(1) .sec01_desc_txt {
  width: 210px;
}
@media (min-width: 768px) {
  .sec04_blocks .sec01_block:nth-of-type(1) .sec01_desc_txt {
    width: 240px;
  }
}

.sec04_blocks .sec01_block:nth-of-type(2) .c-pattern.type_06 {
  top: -35px;
  right: -20px;
  bottom: unset; 
  left: unset;
}
@media (min-width: 768px) {
  .sec04_blocks .sec01_block:nth-of-type(2) .c-pattern.type_06 {
    top: -70px;
    right: -80px;
  }
}

@media (min-width: 768px) {
  .sec04_blocks .sec01_block:nth-of-type(2) .c-obj.type_07 {
    top: -30px;
    right: unset;
    bottom: unset;
    left: 30px;
  }
}

.sec04_blocks .sec01_block:nth-of-type(2) .sec01_desc_main {
  width: 232px;
}
@media (min-width: 768px) {
  .sec04_blocks .sec01_block:nth-of-type(2) .sec01_desc_main {
    width: 334px;
  }
}

.sec04_blocks .sec01_block:nth-of-type(2) .sec01_desc_txt {
  width: 181px;
}
@media (min-width: 768px) {
  .sec04_blocks .sec01_block:nth-of-type(2) .sec01_desc_txt {
    width: 206px;
  }
}

@media (min-width: 768px) {
  .sec04_blocks .sec01_block:nth-of-type(2) .sec01_box_head {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    padding: 0 80px 0 0;
  }
}

@media (min-width: 768px) {
  .sec04_blocks .sec01_block:nth-of-type(even) .sec01_desc {
    margin-right: 60px;
  }
}

@media (min-width: 768px) {
  .sec04_blocks .sec01_block:nth-of-type(even) .sec01_desc_txt {
    margin: 32px 0 0 0;
  }
}

@media (min-width: 768px) {
  .sec04_blocks .sec01_block:nth-of-type(even) .sec01_desc_main {
    margin-left: 0;
  }
}

@media (min-width: 768px) {
  .sec04_blocks .sec01_block:nth-of-type(even) .sec01_img_button,
  .sec04_blocks .sec01_block:nth-of-type(even) .sec01_img_txt {
    right: 20px;
    left: unset;
  }
}