@charset "utf-8";

/*------------------------------*/
/* STYLE */
/*------------------------------*/

#container {
  background: url(../img/process/bg_process01.png) no-repeat top 40px center;
}

.mv {
  padding-top: 280px;
}

.mv .inner {
  width: 1100px;
  margin: 0 auto;
  position: relative;
}

.mv .inner h1 {
  padding: 111px 0 310px;
  position: relative;
  z-index: 10;
}

.mv .inner picture {
  position: absolute;
}

.mv .inner .person {
  left: 240px;
  bottom: -10px;
  z-index: 10;
}

.mv .inner .sheep01 {
  top: -108px;
  left: 185px;
}

.mv .inner .makura01 {
  top: -170px;
  left: -107px;
}

.mv .inner .makura02 {
  top: -167px;
  right: -99px;
}

.mv .inner .makura03 {
  top: 232px;
  left: -180px;
}

.mv .inner .makura04 {
  top: 210px;
  right: -182px;
  z-index: 10;
}

.detail li picture {
  position: absolute;
}

.detail .read p {
  margin: 9px 80px 148px;
  font-size: 2.8em;
  line-height: 1.8;
  color: #AAA096;
  text-align: left;
}

.detail li picture {
  position: absolute;
}

/* 2024.04.14 update 1440px以上の時の対応 START */

.detail .read h2 {
  width: 80%;
  margin: 80px auto 0;
  font-weight: bold;
}

@media (min-width:1440px) {

  .detail .read h2 {
    width: 50%;
    margin: 80px auto 0;
    font-weight: bold;
  }

}

/* 2024.04.14 update 1440px以上の時の対応 END */

.detail .read h2 span {
  font-size: 0.6em;
  display: block;
  letter-spacing: -0.01em;
  color: #C375AD;
}

.detail .read h3 {
  font-size: 3.2em;
  font-weight: bold;
}

.detail li.read {
  z-index: 2;
  position: relative;
  margin-top: -59px;
}

.detail li.read .makura05 {
  bottom: -140px;
  left: -170px;
}

.detail li.step {
  background: linear-gradient(180deg, #F7F3EB 0%, #F7F3EB 96%, #F7F3EB00 96%, #F7F3EB00 100%);
  margin-top: -120px;
  padding: 203px 0 180px;
  position: relative;
  z-index: 1;
}

/* 2024.04.14 update イシューの仕様変更 START */

.detail .read .cause-info {
  margin: 0px auto;
  padding: 0 10%;
  background-color: #ffffff;
  margin-top: 40px;
}

@media (min-width:1440px) {

  .detail .read .cause-info {
    margin: 0px auto;
    padding: 0 20%;
  }

}

.detail .read .cause {
  margin: 0px auto;
  padding: 20px;
  background-color: #C375AD;
  border-radius: 20px;
}

.detail .read .cause p {
  margin: 0px;
  padding: 0;
  color: #F7F3EB;
}

.detail .read h3.cause-h3 {
  font-size: 3.2em;
  font-weight: bold;
  color: #C375AD;
  margin-top: 40px;
}

.detail .read .cause-list {
  margin: 0px auto;
  padding: 0;
  margin-top: 40px;
}

.detail .read .cause-list li {
  background: #FFEAEA;
  margin-bottom: 10px;
  padding: 20px 1em;
  font-size: 2.4em;
  font-weight: bold;
  text-align: left;
  border-radius: 6px;
}

.detail .read .cause-list li:before {
  font-family: FontAwesome;
  content: '\f14a';
}

.detail .read .advice {
  margin: 0px auto;
  padding: 20px;
  border-radius: 20px;
  border: 3px dashed #C375AD;
  margin-top: 40px;
}

.detail .read .advice p {
  margin: 0px;
  padding: 0;
  color: #C375AD;
}

@media (max-width:767px) {

  .detail .read .cause-info {
    margin: 0px auto;
    padding: 0px 80px 20px 30px;
  }

  .detail .read .cause {
    margin: 0px auto;
    padding: 1em;
    border-radius: 1em;
  }

  .detail .read .cause p {
    margin: 0px;
    padding: 0;
    color: #F7F3EB;
    background-color: transparent;
  }

  .detail .read h3.cause-h3 {
    padding: 0px;
    font-size: 1.8em;
    margin-top: 20px;
  }

  .detail .read .cause-list {
    margin: 0px auto;
    padding: 0;
    margin-top: 20px;
  }

  .detail .read .cause-list li {
    background: #FFEAEA;
    padding: 1em;
    font-size: 1.6em;
    margin-bottom: 10px;
  }

  .detail .read .advice {
    margin: 0px auto;
    padding: 1em;
    border-radius: 1em;
    margin-top: 20px;
  }

  .detail .read .advice p {
    margin: 0px;
    padding: 0;
  }

}

/* 2024.04.14 update イシューの仕様変更 END */
.step h2.ttl {
  position: absolute;
  top: 60px;
  left: -10px;
}

.step>ul {
  width: 80vw;
  margin: 60px auto 0;
}

.step>ul>li {
  display: flex;
  align-items: center;
  margin-bottom: 5.5vw;
  box-sizing: border-box;
  padding: 0;
  text-align: left;
  position: relative;
}

.step>ul>li:nth-child(2n) {
  justify-content: flex-end;
}

.step>ul>li .photo {
  width: 44vw;
}

.step>ul>li .text {
  width: 30vw;
  padding: 30px;
  word-wrap: break-word;
}

.step>ul>li h2 {
  font-size: 8.0em;
  font-weight: bold;
  color: #C375AD;
  margin-top: -30px;
}

.step>ul>li h2 span {
  font-size: 0.6em;
  font-weight: normal;
  letter-spacing: 0.06em;
}

.step>ul>li .tag {
  display: flex;
}

.bottom_btn .btn_more {
  width: 100%;
  border: 1px solid #AAA096;
  background: #ffffff;
  color: #8C8278;
  border-radius: 50px;
  padding: 16px 0;
  margin: 50px auto 0;
  font-size: 3.2em;
  font-weight: bold;
  letter-spacing: 0.08em;
  transition: all .3s;
  text-align: center;
}

.bottom_btn li:first-child .btn_more {
  border: 1px solid #C375AD;
  background: #C375AD;
  color: #ffffff;
}

.bottom_btn li:first-child .btn_more:hover {
  border: 1px solid #C375AD;
  background: #ffffff;
  color: #C375AD;
}

.step>ul>li .tag li:last-child {
  margin-right: 0;
}

.step>ul>li p.position {
  font-size: 1.8em;
  font-weight: bold;
  margin-bottom: 15px;
}

.step>ul>li p {
  margin-bottom: 3px;
}

.step>ul>li button:hover {
  background: #8C8278;
  color: #ffffff;
}

.step .bg_bottom {
  margin-bottom: -208px;
}

.step>ul>li .sheep02 {
  top: -140px;
  right: 70px;
}

.step>ul>li .sheep03 {
  top: 150px;
  right: -190px;
  z-index: -1;
}

.step>ul>li .sheep04 {
  top: 260px;
  left: -100px;
  z-index: -1;
}

.step>ul>li .sheep05 {
  top: 140px;
  right: -140px;
  z-index: -1;
}

.step>ul>li .makura06 {
  top: -70px;
  right: -240px;
  z-index: -1;
}

.step>ul>li .makura07 {
  top: -30px;
  left: -210px;
  z-index: -1;
}

.step>ul>li .makura08 {
  top: -70px;
  right: -204px;
  z-index: -1;
}

.step>ul>li .makura09 {
  top: 20px;
  left: -200px;
  z-index: -1;
}

.step .makura10 {
  bottom: 260px;
  right: -90px;
  z-index: 10;
}

.step .makura11 {
  bottom: 540px;
  right: -190px;
  z-index: 11;
}

.step .makura12 {
  bottom: -150px;
  left: -110px;
  z-index: 10;
}

.step ul.bottom_btn {
  margin: 10px auto 130px;
}

.step>ul.bottom_btn>li {
  margin-bottom: 0;
}

.step p.bottom_text {
  color: #C375AD;
  font-size: 3.2em;
  margin-top: 20px;
}

@media (max-width: 1100px) {
  .mv .inner {
    width: auto;
  }

  picture {
    width: 31%;
    height: auto;
  }
}

@media all and (min-width: 0) and (max-width: 767px) {

  #container {
    background: url(../img/process/bg_process01_sp.png) no-repeat top 0 center;
    background-size: 130%;
  }

  .mv {
    margin: 0 0 129px;
    padding-top: 77px;
  }

  picture {
    width: auto;
    height: auto;
  }

  .mv .inner {
    width: auto;
  }

  .mv .inner h1 {
    padding: 31px 30px 0;
    position: relative;
    z-index: 10;
  }

  .mv .inner h1 {
    margin-top: 120px;
    margin: 0 84px 0 24px;
  }

  .mv .inner .person {
    left: 121px;
    top: 125px;
    width: 18%;
  }

  .mv .inner .sheep01 {
    top: 38px;
    right: 68px;
    width: 12%;
  }

  .mv .inner .makura01 {
    width: 31%;
    top: -80px;
    left: -77px;
  }

  .mv .inner .makura02 {
    top: -74px;
    right: 49px;
    width: 27%;
  }

  .mv .inner .makura03 {
    top: 142px;
    left: -28px;
    width: 32%;
  }

  .mv .inner .makura04 {
    top: 110px;
    right: 10px;
    width: 30%;
  }

  .mv .inner p {
    margin: 173px 63px 0 6px;
  }

  .detail .read p {
    margin: 0;
    padding: 6px 80px 30px 30px;
    font-size: 1.4em;
    line-height: 2.2;
    color: #AAA096;
    background: #ffffff;
  }

  .detail li .inner {
    width: auto;
    margin: 0 auto;
    padding: 10px 70px 40px 20px;
    display: inherit;
    justify-content: center;
    align-items: center;
  }

  .detail h4 {
    font-size: 5.8em;
    line-height: 1.0;
    margin-bottom: -3px;
  }

  .detail h4 span {
    font-size: 0.5em;
    display: block;
  }

  .detail h3 {
    font-size: 2.5em;
    margin: 21px 0 0 10px;
  }

  .detail li:nth-child(1) .inner {
    padding: 10px 0 60px;
  }

  .detail li:nth-child(1) .max {
    z-index: 1;
  }

  .detail li.read .makura05 {
    display: none;
  }

  .step>ul>li .sheep02 {
    width: 22%;
    top: -50px;
    right: -30px;
  }

  .step>ul>li .sheep03 {
    width: 28%;
    top: 90px;
    right: -70px;
    z-index: -1;
  }

  .step>ul>li .sheep04 {
    width: 28%;
    top: -14px;
    left: -40px;
    z-index: -1;
  }

  .step>ul>li .sheep05 {
    width: 28%;
    top: -13px;
    right: auto;
    left: -40px;
    z-index: -1;
  }

  .step>ul>li .makura06 {
    width: 33%;
    top: -70px;
    right: -50px;
    z-index: -1;
  }

  .step>ul>li .makura07 {
    width: 33%;
    top: -30px;
    left: -44px;
    z-index: -1;
  }

  .step>ul>li .makura08 {
    width: 32%;
    bottom: auto;
    top: -70px;
    right: -60px;
    z-index: -1;
  }

  .step>ul>li .makura09 {
    width: 38%;
    top: -33px;
    left: -50px;
    z-index: -1;
  }

  .step .makura10 {
    width: 28%;
    bottom: -60px;
    right: 0px;
    z-index: 10;
  }

  .step .makura11 {
    width: 26%;
    bottom: 360px;
    right: 20px;
    z-index: 11;
  }

  .step .makura12 {
    width: 28%;
    bottom: -90px;
    left: -50px;
    z-index: 10;
  }

  .step>ul>li {
    width: auto;
    flex-direction: column;
    margin-right: 0;
    margin-bottom: 36px;
  }

  .step>ul>li .prefecture {
    width: 70px;
    height: 70px;
    font-size: 1.4em;
    top: -28px;
    right: -23px;
  }

  .step>ul>li h2 {
    font-size: 4.2em;
    margin-top: -45px;
  }

  .step>ul>li address {
    font-size: 1.4em;
  }

  .step>ul>li button {
    width: 100%;
    font-size: 1.4em;
    margin-top: 15px;
  }

  .step>ul>li:nth-child(2n) {
    margin-left: 0;
  }

  .detail li.step {
    background: linear-gradient(180deg, #F7F3EB 0%, #F7F3EB 99.2%, #F7F3EB00 99.2%, #F7F3EB00 100%);
  }

  .detail .read h2 {
    width: auto;
    padding: 68px 90px 0 40px;
    margin: 0;
    font-weight: bold;
    background: #ffffff;
    font-size: 2.4em;
  }

  .detail .read h3 {
    font-size: 1.8em;
    margin: 0;
    padding: 0 70px 0 0;
    background: #ffffff;
  }

  .step h2.ttl {
    width: 154%;
    position: absolute;
    top: 122px;
    left: -40px;
  }

  .step>ul {
    width: auto;
    margin: 0 80px 0 30px;
  }

  .step>ul>li .photo {
    width: auto;
    order: 1;
  }

  .step>ul>li .text {
    width: auto;
    padding: 53px 0 0 0;
    word-wrap: break-word;
    order: 2;
  }

  .step .arrow {
    width: 8%;
    margin: 0 auto;
    padding-right: 37px;
  }

  .step p.bottom_text {
    font-size: 1.8em;
    margin: 20px 80px 0 30px;
  }

  .step ul.bottom_btn {
    margin: 10px auto 20px;
    padding: 10px 70px 40px 20px;
  }

  .step .btn_more {
    margin: 30px 0 0 0;
    font-size: 1.8em;
  }

  .step .bg_bottom {
    margin-bottom: -199px;
  }
}

@media (min-width: 1000px) {}

@media all and (min-width: 0) and (max-width: 321px) {}