.step-list-pad {
  background-color: #F4EEE2;
  padding: 170px 0 80px 0;
  position: relative;
}
.step-list-pad .green-text {
  color: #604d44;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 400;
}
.green-border-wrapper .third-green-line-title {
  margin-bottom: 150px;
}
.green-border-wrapper .second-green-line-title {
  margin-bottom: 95px;
}
.step-list-pad .check-list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.with-underline-brown {
  position: relative;
}
.with-underline-brown::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 28px;
  background-color: #FDF7F4;
  z-index: -1;
}
@media screen and (max-width: 900px) {
  .with-underline-brown::after {
    height: 12px;
  }
}
.step-list-pad .check-list .sub-title {
  font-size: 42px;
  padding: 20px 0 13px 0;
}
.step-list-pad .check-list .tips-title {
  font-size: 26px;
}
.step-list-pad .check-list .check-list-group {
  margin: 90px 0 30px 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.step-list-pad .check-list .check-list-group .list-item {
  display: flex;
  align-items: center;
  gap: 20px;
}
.step-list-pad .check-list .check-list-group .list-item .check-image {
  width: 50px;
}
.step-list-pad .check-list .check-list-group .list-item .check-image img {
  width: 100%;
}
.step-list-pad .check-list .check-list-group .list-item .item-text {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  font-style: normal;
  font-size: 28px;
  position: relative;
  z-index: 2;
}
.step-list-pad .check-list .check-list-group .list-item .item-text::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 12px;
  background-color: white;
  content: "";
  z-index: -1;
}
.step-list-pad .check-list .warn-tips {
  font-size: 22px;
  font-weight: bold;
}
.step-list-pad .check-list .double-arrow-wrapper {
  max-width: 257px;
  width: 46vw;
  margin-top: 130px;
  margin-bottom: 133px;
}
.step-list-pad .check-list .double-arrow-wrapper img {
  width: 100%;
}
.step-list-pad .holiday-pad .title-tips {
  font-size: 36px;
}
.step-list-pad .holiday-step-line {
  position: relative;
  margin-top: 120px;
  margin-bottom: 0;
}
.step-list-pad .holiday-step-line::after {
  position: absolute;
  left: 50%;
  width: 1px;
  height: 100%;
  background-color: #0d6951;
  content: "";
  z-index: 0;
  top: 0;
}
.step-list-pad .holiday-step-line .step-item {
  display: flex;
  justify-content: center;
  gap: 80px;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 400;
  font-style: normal;
  position: relative;
  margin-bottom: 50px;
}
.step-list-pad .holiday-step-line .step-item::after {
  position: absolute;
  left: 50%;
  width: 18px;
  height: 18px;
  background-color: #0d6951;
  border-radius: 100%;
  transform: translateX(-50%);
  top: 16px;
  content: "";
  z-index: 5;
}
.step-list-pad .holiday-step-line .step-item .left,
.step-list-pad .holiday-step-line .step-item .right {
  width: 50%;
}
.step-list-pad .holiday-step-line .step-item .left {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.step-list-pad .holiday-step-line .step-item .left .step-info {
  background-color: white;
  text-align: right;
  padding: 10px 16px 16px 16px;
  border-radius: 8px;
  position: relative;
  max-width: 470px;
}
.step-list-pad .holiday-step-line .step-item .left .step-info::after {
  position: absolute;
  content: "";
  width: 18px;
  height: 18px;
  right: -18px;
  top: 18px;
  background-color: white;
  clip-path: polygon(0 0, 100% 0, 0 100%);
}
.step-list-pad .holiday-step-line .step-item .right {
  display: flex;
  flex-direction: column;
}
.step-list-pad .holiday-step-line .step-item .right .step-info {
  position: relative;
}
.step-list-pad .holiday-step-line .step-item .right .step-info::after {
  position: absolute;
  content: "";
  width: 18px;
  height: 18px;
  left: -17px;
  top: 18px;
  background-color: white;
  clip-path: polygon(0 0, 100% 0, 100% 100%);
}
.step-list-pad .holiday-step-line .step-item img {
  max-width: 380px;
}
.step-list-pad .holiday-step-line .step-item .step-time {
  color: #0d6951;
  font-size: 36px;
}
.step-list-pad .holiday-step-line .step-item .step-info {
  background-color: white;
  font-size: 36px;
  max-width: 438px;
  padding: 10px 16px 16px 16px;
  border-radius: 8px;
}
.step-list-pad .holiday-step-line .step-item .step-info span {
  font-size: 24px;
}
.step-list-pad .holiday-step-line .step-1::after {
  top: 0;
}
.step-into-container {
  margin-top: 20px;
}
.step-into-container p {
  max-width: 460px;
  margin-top: 25px;
  font-size: 24px;
}
.left .step-into-container p {
  margin-left: auto;
}
.fs-36 {
  font-size: 36px;
}
.fs-42 {
  font-size: 42px;
}
.leader-center-title {
  font-size: 48px;
  color: #c65d45;
  font-family: TsukuAntique;
  text-align: center;
  padding: 40px 0;
  line-height: 1.5;
}
.leader-bottom-title {
  font-size: 26px;
  text-align: center;
  font-family: "Shippori Mincho B1", serif;
  position: relative;
}
.leader-bottom-title span {
  position: relative;
  z-index: 4;
}
.leader-bottom-title span::after {
  position: absolute;
  bottom: 0;
  height: 10px;
  background-color: rgba(236, 152, 114, 0.15);
  width: 98%;
  left: 0;
  z-index: -1;
  content: "";
}
.experiences .more-intro-text {
  margin-bottom: 180px;
}
.experiences .more-intro-text .new-title {
  position: relative;
  z-index: 2;
  width: fit-content;
  margin: 50px auto 60px auto;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  color: #604d44;
  font-size: 72px;
}
.experiences .more-intro-text .new-title::after {
  position: absolute;
  bottom: 4px;
  left: 0;
  width: 100%;
  height: 25px;
  background-color: #a8cdc3;
  content: "";
  z-index: -1;
}
.answer .more-space {
  width: 3em;
  display: inline-block;
}
.main-btn.green-btn {
  background-color: #0d6951;
}
.main-btn {
  max-width: 767px;
  height: 131px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 49px;
  color: white;
  border-radius: 10px;
  gap: 10px;
  font-family: "Shippori Mincho B1", serif;
  cursor: pointer;
  transition: all 0.3s ease;
}
.main-btn img {
  width: 36px;
}
.main-btn:hover {
  background-color: #604d44;
}
.yellow-btn {
  background-color: #c3ad77;
}
.red-btn {
  background-color: #c65d45;
}
.lp4-intro-experince {
  padding: 200px 0 0 0;
}
.lp4-intro-experince .side-line-title {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}
.lp4-intro-experince .side-line-title::after {
  max-width: 280px;
  width: 20%;
  height: 1px;
  background-color: #604d44;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.lp4-intro-experince .side-line-title::before {
  max-width: 280px;
  width: 20%;
  height: 1px;
  background-color: #604d44;
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.lp4-intro-experince .tips {
  margin: 64px 0 25px 0;
}
.lp4-intro-experince .extra-title span {
  width: fit-content;
  position: relative;
  z-index: 6;
}
.lp4-intro-experince .extra-title span::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 96%;
  height: 25px;
  background-color: #f3eee3;
  content: "";
  z-index: -1;
}
.lp4-intro-experince .experience-list {
  background-color: #CFE6E0;
  max-width: 1000px;
  margin: 0 auto;
  border-radius: 40px;
  padding: 85px 20px 100px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 60px;
}
.lp4-intro-experince .experience-list .list-title {
  width: fit-content;
  font-family: "Shippori Mincho B1", serif;
  position: relative;
  z-index: 6;
}
.lp4-intro-experince .experience-list .list-title::after {
  position: absolute;
  bottom: 4px;
  left: 0;
  width: 100%;
  height: 25px;
  background-color: #a0c1b7;
  content: "";
  z-index: -1;
}
.lp4-intro-experince .experience-list .list-item {
  margin-top: 90px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.lp4-intro-experince .experience-list .list-item div {
  text-align: center;
  font-family: "Shippori Mincho B1", serif;
}
.lp4-intro-experince .experience-list .list-item-title {
  background-color: white;
  font-size: 42px;
  border-radius: 80px;
  height: 76px;
  width: 70vw;
  max-width: 620px;
  padding: 0 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  margin-bottom: 20px;
}
.koukenkan {
  position: relative;
  z-index: 10;
}
.yellow-kan {
  background-color: #E6DDCA;
  position: relative;
  top: -130px;
  z-index: 8;
  padding-top: 250px;
}
.yellow-kan .price-text::after {
  background-color: #c8ac6f !important;
  opacity: 0.2;
}
.red-kan {
  background-color: #FCEEE8;
  position: relative;
  top: -270px;
  z-index: 6;
  padding-top: 250px;
}
.red-kan .price-text::after {
  background-color: #c65d45 !important;
  opacity: 0.3;
}
.center-head-tag {
  width: 200px;
  height: 0;
  position: relative;
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}
.center-head-tag2 {
  width: 200px;
  height: 0;
  position: relative;
  top: -230px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}
.center-head-tag img,
.center-head-tag2 img {
  width: 200px;
}
.upder-clippath {
  clip-path: polygon(0 -20%, 100% -20%, 100% 95%, 50% 100%, 0 95%);
}
.upder-clippath2 {
  clip-path: polygon(0 0, 100% 0, 100% 90%, 50% 100%, 0 90%);
}
.kan-info .main-btn {
  max-width: 800px;
  margin-top: 160px;
}
.line-btn {
  background-color: #04c755;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
}
.second-leader-pad {
  width: 90vw;
  max-width: 985px;
  margin: 0 auto 150px auto;
}
.second-leader-pad .top-pad {
  background-color: #faf7f1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 80px 40px;
  border-radius: 40px;
  margin-bottom: 60px;
  position: relative;
}
@media (max-width: 991px) {
  .second-leader-pad {
    margin-bottom: 66px;
  }
  .second-leader-pad .top-pad {
    padding: 70px 20px;
    border-radius: 24px;
    margin-bottom: 30px;
  }
  .leader-center-title {
    font-size: 24px;
  }
  .leader-bottom-title {
    font-size: 16px;
  }
  .footer-bottom-btn-tips {
    font-size: 18px;
    font-family: "Shippori Mincho B1", serif;
    text-align: center;
    margin-bottom: 18px;
  }
}
.second-leader-pad .top-pad .title {
  font-size: 64px;
  font-family: TsukuAntique;
  position: relative;
  z-index: 4;
  line-height: 1.5;
}
@media (max-width: 991px) {
  .second-leader-pad .top-pad .title {
    font-size: 24px;
    white-space: nowrap;
    line-height: 1.8;
  }
}
.second-leader-pad .top-pad .title::after {
  position: absolute;
  bottom: 0;
  height: 28px;
  background-color: rgba(236, 152, 114, 0.15);
  width: 98%;
  left: 0;
  z-index: -1;
  content: "";
}
@media (max-width: 991px) {
  .second-leader-pad .top-pad .title::after {
    height: 12px;
    bottom: 8px;
  }
}
.second-leader-pad .top-pad .leader-title {
  font-size: 26px;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  font-style: normal;
  text-align: center;
  padding: 30px 0 10px 0;
}
@media (max-width: 991px) {
  .second-leader-pad .top-pad .leader-title {
    font-size: 16px;
    padding: 14px 0 6px 0;
  }
}
.second-leader-pad .top-pad .leader-name {
  font-size: 42px;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  font-style: normal;
}
@media (max-width: 991px) {
  .second-leader-pad .top-pad .leader-name {
    font-size: 24px;
  }
}
.second-leader-pad .intro-content {
  display: flex;
  justify-content: space-between;
  gap: 56px;
  margin-bottom: 165px;
  padding: 0 30px 0 60px;
}
@media (max-width: 991px) {
  .second-leader-pad .intro-content {
    flex-direction: column;
    gap: 10px;
    padding: 0 20px;
    align-items: center;
  }
}
.second-leader-pad .intro-content .leader-avatar {
  width: 200px;
  min-width: 200px;
}
@media (max-width: 991px) {
  .second-leader-pad .intro-content .leader-avatar {
    width: 190px;
    min-width: 190px;
  }
}
.second-leader-pad .intro-content .content {
  margin-top: 10px;
}
.second-leader-pad .intro-content .content p {
  font-size: 24px;
  font-weight: bold;
  line-height: 2;
}
@media (max-width: 991px) {
  .second-leader-pad .intro-content .content p {
    font-size: 16px;
  }
}
.line-cta {
  padding: 220px 0 200px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #CFE6E0;
}
.line-cta .line-btn-container {
  margin-top: 130px;
  width: 100%;
}
.line-cta .line-btn-container .btn-tips {
  font-size: 48px;
  font-weight: bold;
  position: relative;
  margin: 0 auto 30px auto;
  width: fit-content;
}
.line-cta .line-btn-container .btn-tips::after {
  width: 1px;
  height: 70px;
  background-color: #777;
  position: absolute;
  right: -50px;
  bottom: 0;
  content: "";
  transform: rotate(35deg);
  z-index: 6;
}
.line-cta .line-btn-container .btn-tips::before {
  width: 1px;
  height: 70px;
  background-color: #777;
  position: absolute;
  left: -50px;
  bottom: 0;
  content: "";
  transform: rotate(-35deg);
  z-index: 6;
}
.line-cta .cta-image {
  width: 80vw;
  max-width: 950px;
}
.flow-tips {
  margin-top: 180px;
  margin-bottom: 180px;
}
.flow-tips .sm-tips {
  font-size: 26px;
  margin: 30px 0;
  font-family: "Shippori Mincho B1", serif;
}
.flow-tips .red-text {
  margin-top: 40px;
}
.flow-tips .underline-brown-title {
  position: relative;
  z-index: 4;
  width: fit-content;
  margin: 0 auto;
  font-family: TsukuAntique;
}
.flow-tips .underline-brown-title::after {
  position: absolute;
  bottom: 0;
  height: 28px;
  background-color: #c8ac6f;
  opacity: 0.15;
  width: 98%;
  left: 0;
  z-index: -1;
  content: "";
}
@media screen and (max-width: 991px) {
  .upder-clippath {
    clip-path: polygon(0 -20%, 100% -20%, 100% 98%, 50% 100%, 0 98%);
  }
  .step-list-pad .holiday-step-line .step-item::after {
    width: 12px;
    height: 12px;
    top: 10px;
  }
  .upder-clippath2 {
    clip-path: polygon(0 0, 100% 0, 100% 96%, 50% 100%, 0 96%);
  }
  .step-list-pad {
    padding: 70px 0 140px 0;
  }
  .step-list-pad .holiday-step-line {
    margin-top: 50px;
  }
  .step-list-pad .holiday-step-line .step-item {
    gap: 40px;
    margin-bottom: 20px;
  }
  .step-list-pad .holiday-step-line .step-item .step-time {
    font-size: 20px;
  }
  .step-into-container p {
    font-size: 14px;
  }
  .step-list-pad .holiday-step-line .step-item .left,
  .step-list-pad .holiday-step-line .step-item .right {
    width: 40%;
  }
  .green-border-wrapper .third-green-line-title {
    margin-bottom: 70px;
  }
  .green-border-wrapper .second-green-line-title {
    margin-bottom: 60px;
  }
  .fs-36 {
    font-size: 12px;
  }
  .lp4-intro-experince {
    padding-top: 100px;
  }
  .lp4-intro-experince .tips {
    margin: 32px 0 8px 0;
  }
  .lp4-intro-experince .big-title {
    font-size: 21px;
  }
  .lp4-intro-experince .extra-title span::after {
    height: 13px;
  }
  .lp4-intro-experince .experience-list {
    width: 76vw;
    padding: 45px 20px 45px 20px;
    margin-top: 30px;
    border-radius: 10px;
  }
  .lp4-intro-experince .experience-list .list-item {
    margin-top: 28px;
  }
  .lp4-intro-experince .experience-list .list-item-title {
    font-size: 16px;
    width: 200px;
    height: 25px;
    padding: 0;
    margin-bottom: 6px;
  }
  .lp4-intro-experince .experience-list .list-title::after {
    height: 10px;
  }
  .step-list-pad .holiday-step-line .step-item .step-info {
    font-size: 16px !important;
    padding: 8px;
  }
  .step-list-pad .holiday-step-line .step-item .step-info span {
    font-size: 12px !important;
  }
  .step-3::after {
    top: -120px !important;
  }
  .step-3 .right {
    position: relative;
    top: -130px;
    height: 140px;
  }
  .flow-tips {
    margin-top: 55px;
    margin-bottom: 0;
  }
  .flow-tips .underline-brown-title::after {
    height: 10px;
  }
  .flow-tips .big-title {
    font-size: 24px;
  }
  .flow-tips .sm-tips {
    font-size: 12px;
    margin: 10px 0;
  }
  .flow-tips .sm-tips:nth-child(2) {
    font-size: 16px;
    margin-top: 24px;
  }
  .main-btn {
    max-width: 320px;
    height: 55px;
    font-size: 18px;
    border-radius: 10px;
  }
  .main-btn img {
    width: 20px;
  }
  .experiences {
    padding: 100px 0 150px 0;
  }
  .experiences .experiences-wrapper {
    margin-bottom: 100px;
    gap: 140px;
  }
  .experiences .more-intro-text {
    margin-bottom: 120px;
  }
  .experiences .more-intro-text .fs-36 {
    font-size: 18px;
    line-height: 1.8;
  }
  .experiences .more-intro-text .new-title {
    margin: 25px auto;
    font-size: 24px;
  }
  .experiences .more-intro-text .new-title::after {
    height: 10px;
  }
  .kan-info .main-btn {
    max-width: 330px;
    margin-top: 100px;
  }
  .kan-info {
    padding-bottom: 220px;
  }
  .center-head-tag,
  .center-head-tag2,
  .center-head-tag img,
  .center-head-tag2 img {
    width: 170px;
  }
  .center-head-tag {
    top: -85px;
  }
  .center-head-tag2 {
    top: -230px;
  }
  .food-kan {
    padding-bottom: 140px !important;
  }
  .line-cta {
    padding: 100px 0;
  }
  .line-cta .line-btn-container {
    margin-top: 48px;
  }
  .line-cta .line-btn-container .btn-tips {
    font-size: 16px;
  }
  .line-cta .line-btn-container .btn-tips::before {
    height: 30px;
    left: -20px;
  }
  .line-cta .line-btn-container .btn-tips::after {
    height: 30px;
    right: -20px;
  }
  .pleasure .left .underline-white-title div::after,
  .slogan .title span::after {
    height: 10px;
    bottom: 0;
  }
  .step-list-pad .holiday-pad .title-tips {
    font-size: 18px;
  }
  .flow-tips .sp-lg-tips {
    font-size: 16px !important;
    margin-top: 20px;
  }
  .leader {
    position: relative;
    top: -60px;
  }
  .leader .intro-content {
    margin-bottom: 50px !important;
  }
}
.right .title .colon {
  transform: rotate(90deg);
  writing-mode: vertical-lr;
}
.right .title .head-c {
  position: relative;
  left: 10px;
  top: 6px;
}
.right .title .foot-c {
  position: relative;
  top: -30px;
  left: -5px;
}
