* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: normal;
  font-size: 2vw;
  line-height: 1;
}
.decoration_bg {
  margin-bottom: -1px;
  margin-top: -1px;
}
/* footer */
.footer {
  padding: 50px 0;
  @media (max-width: 767px) {
    padding: 32px 0;
  }
}
.footer_upper {
  margin-bottom: 10px;
  text-align: center;
}
.footer_logo {
  padding-top: 37px;
}
.footer_logo_img {
  width: 246px;
}
.footer_lower {
  margin-top: 32px;
  margin-right: 0;
  margin-bottom: 30px;
  font-size: 12px;
  text-align: center;
  display: flex;
  justify-content: center;
  gap: 50px;
  @media (max-width: 767px) {
    display: block;
    margin-top: 10px;
  }
}
.footer_lower_withicon {
  margin-right: 0;
  border-right: none;
  display: flex;
  align-items: center;
  justify-content: center;
  @media (max-width: 767px) {
    padding-top: 10px;
    padding-left: 9px;
  }
}
.footer_lower_withicon:after {
  content: "";
  display: inline-block;
  background: url(../images/footer_link_icon.webp) no-repeat top right;
  background-size: 11px 9px;
  width: 11px;
  height: 9px;
}
.footer_lower_withicon a {
  margin-right: 6px;
  vertical-align: top;
  font-size: 12px;
  color: #333;
  text-decoration: none;
}
.footer_lower_withicon a:hover {
  color: #3073bb;
  transition: all 0.3sease-in-out;
}
.footer_copy {
  font-size: 11px;
  text-align: center;
}
/* common */
.pcOnly {
  display: inherit !important;
}
.spOnly {
  display: none !important;
}
@media print, screen and (max-width: 767px) {
  .pcOnly {
    display: none !important;
  }
  .spOnly {
    display: inherit !important;
  }
}
.max_image {
  width: 100%;
  height: auto;
}
.step2 {
  background-color: #f2ece1;
}
.step2 img {
  padding: 0 14vw;
  @media (max-width: 767px) {
    padding: 0;
  }
}
.step3 {
  position: relative;
  background-color: #82b7a4;
  padding: 4vw 0 10vw;
  @media (max-width: 767px) {
    padding: 10vw 0 35vw;
  }
}
.step3:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, calc(-50% - 1vw)) rotate(45deg);
  display: none;
  width: 7vw;
  height: 7vw;
  background-color: #f2ece1;
  @media (max-width: 767px) {
    display: block;
  }
}
.step3_arrow {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, calc(-50% + 2vw));
  width: 5vw;
}
.step3_star1 {
  position: absolute;
  top: 3vw;
  left: 20.7vw;
  display: block;
  width: 8vw;
  @media (max-width: 767px) {
    top: 5vw;
    left: 7vw;
    width: 14vw;
  }
}
.step3_star2 {
  position: absolute;
  top: 8vw;
  right: 21vw;
  display: block;
  width: 4vw;
  @media (max-width: 767px) {
    top: 7vw;
    right: 12vw;
    width: 14vw;
  }
}
.step3_star3 {
  position: absolute;
  top: 35vw;
  left: 13vw;
  display: block;
  width: 14vw;
}
.step3_title {
  font-size: 3vw;
  color: white;
  font-weight: 500;
  text-align: center;
  line-height: 1.6;
  @media (max-width: 767px) {
    font-size: 7vw;
  }
}
.step3_title > span {
  font-weight: 700;
  font-size: 4vw;
  @media (max-width: 767px) {
    font-size: 10vw;
  }
}
.step4 {
  position: relative;
  background-color: #fffdf1;
  padding: 13vw 0 7vw;
  @media (max-width: 767px) {
    padding: 40vw 0 25vw;
  }
}
.step4_flow {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  width: 74vw;
  border-radius: 1.5vw;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  padding: 0.3vw 13vw;
  @media (max-width: 767px) {
    width: 85vw;
    padding: 5vw;
  }
}
.step4_flow > .form_button {
  display: none !important;
  @media (max-width: 767px) {
    display: flex !important;
  }
}
.step4_flow_inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1vw;
  @media (max-width: 767px) {
    gap: 5vw;
  }
}
.step4_flow_inner > div {
  flex: 1;
}
.step4_flow_inner > div picture img {
  width: 95%;
}
.step4_flow_inner > div > p {
  line-height: 2;
  color: #767058;
  font-size: 1.3vw;
  @media (max-width: 767px) {
    line-height: 2.5;
    font-size: 3.8vw;
  }
}
.step4_flow_inner > div > p > span {
  line-height: 1.2;
  font-weight: 500;
  font-size: 1.7vw;
  white-space: nowrap;
  @media (max-width: 767px) {
    font-size: 5vw;
  }
}
.step4_flow > .form_button {
  margin-top: 5vw;
}
.step4_flow > .form_button > a {
  padding: 4vw 12vw 4vw 7vw;
  @media (max-width: 767px) {
    width: 100%;
    text-align: center;
  }
}
.step4_flow > .form_button > a > span {
  font-size: 3.5vw;
  @media (max-width: 767px) {
    font-size: 4.3vw;
  }
}
.step4_flow > .form_button > a:before {
  border-bottom-color: #87a0b2;
}
.step4_flow > .form_button > a img {
  width: 5vw;
  right: 5vw;
}
.step4_flow .form_button_step4_pc span {
  font-size: 1.3vw;
}
.step4_flow_inner .form_button {
  margin-top: 2vw;
}
.step4_flow .form_button_step4_pc {
  padding: 1vw 0 1vw;
  text-align: center;
  display: block;
}
.step4_flow .form_button_step4_pc:before {
  border-bottom-width: 0.4vw;
  border-bottom-color: #87a0b2;
}
.step4_flow .form_button_step4_pc:hover {
  transform: translateY(0.4vw);
}
.step4_flow .form_button_step4_pc:hover:before {
  border-bottom-width: 0vw;
}
.step4_flow .form_button_step4_pc img {
  width: 1.6vw;
  top: calc(50%);
}
.step4_title {
  color: #467070;
  font-size: 2vw;
  font-weight: 500;
  text-align: center;
  line-height: 1.8;
  @media (max-width: 767px) {
    font-size: 5.5vw;
  }
}
.step4_title_1 {
  font-size: 4.5vw;
  font-family: "Asap";
  display: inline-block;
  transform: translateY(0.2vw);
  margin-left: 1vw;
  @media (max-width: 767px) {
    display: inline;
    margin-left: 0;
    transform: translateY(0vw);
    font-size: 12vw;
  }
}
.step4_title_2 {
  font-weight: 500;
  font-size: 3vw;
  display: inline-block;
  transform: translateY(0.2vw);
  @media (max-width: 767px) {
    transform: translateY(-0.4vw);
    font-size: 8.5vw;
  }
}
.step4_area {
  margin-top: 20vw;
}
.step4_area_pc {
  display: flex !important;
  gap: 5vw;
  margin-top: 3vw;
  padding-right: 5vw;
  @media (max-width: 767px) {
    display: none !important;
  }
}
.step4_area_pc > div {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.step4_area_pc > div:last-child {
  padding-right: 7vw;
}
.step4_area_pc_right {
  padding-right: 0;
  padding-left: 5vw;
}
.step4_area_pc_right > div:first-child {
  order: 2;
}
.step4_area_pc_right > div:last-child {
  padding-left: 7vw;
  padding-right: 0;
  order: 1;
}
.step4_area h3 {
  position: relative;
  text-align: center;
  font-size: 2vw;
  color: #707070;
  font-weight: 500;
  line-height: 1.6;
  padding-bottom: 2vw;
  z-index: 1;
  @media (max-width: 767px) {
    padding-bottom: 5vw;
    font-size: 5.5vw;
  }
}
.step4_area_title_1 {
  position: static;
  top: -14vw;
  left: 0;
  width: 11vw;
  z-index: 1;
  @media (max-width: 767px) {
    position: absolute;
    width: 28vw;
    z-index: -1;
  }
}
.step4_area_title_2 {
  position: static;
  top: -15vw;
  right: 3vw;
  width: 11vw;
  z-index: 1;
  @media (max-width: 767px) {
    position: absolute;
    width: 28vw;
    z-index: -1;
  }
}
.step4_area_title_3 {
  position: static;
  top: -14vw;
  left: 3vw;
  width: 11vw;
  z-index: 1;
  @media (max-width: 767px) {
    position: absolute;
    width: 28vw;
    z-index: -1;
  }
}
.step4_area_image_left {
  padding-right: 0;
  @media (max-width: 767px) {
    padding-right: 5vw;
  }
}
.step4_area_image_right {
  padding-left: 0;
  @media (max-width: 767px) {
    padding-left: 5vw;
  }
}
.step4_area p {
  font-size: 1.3vw;
  padding: 0 2.8vw 0;
  color: #767058;
  line-height: 1.8;
  text-align: center;
  @media (max-width: 767px) {
    font-size: 4.3vw;
    padding: 5vw 5vw 0;
    text-align: left;
  }
}
.step5 {
  background-color: #82b7a4;
  padding: 2vw 0 5vw;
  @media (max-width: 767px) {
    padding: 10vw 0 10vw;
  }
}
.step5 > h2 {
  text-align: center;
  color: white;
}
.step5 > h2 span {
  display: block;
  line-height: 1.6;
}
.step5 > h2 span:nth-child(1) {
  font-weight: 500;
  font-size: 1.8vw;
  @media (max-width: 767px) {
    font-size: 5vw;
  }
}
.step5 > h2 span:nth-child(2) {
  font-weight: 500;
  font-size: 2.3vw;
  line-height: 1.4;
  @media (max-width: 767px) {
    font-size: 6.5vw;
  }
}
.step5_image {
  padding: 2vw 33vw;
  @media (max-width: 767px) {
    padding: 5vw;
  }
}
.step5_text {
  margin-bottom: 1vw;
  text-align: center;
  font-size: 1.5vw;
  color: white;
  font-weight: 500;
  @media (max-width: 767px) {
    margin-bottom: 3vw;
    font-size: 4.5vw;
  }
}
.step6 {
  background-color: #fffdf1;
  padding: 5vw 0 5vw;
  overflow: hidden;
  @media (max-width: 767px) {
    padding: 18vw 0 10vw;
  }
}
.step6_slider {
  position: relative;
  padding: 20px;
  margin-top: 5vw;
  @media (max-width: 767px) {
    margin-top: 15vw;
  }
}
.step6_slider img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 8vw;
  border-radius: 9999px;
  border: 0.5vw solid #dcebd6;
  @media (max-width: 767px) {
    border: 1.5vw solid #dcebd6;
    width: 24vw;
  }
}
.step6_slider .slick-track {
  display: flex;
}
.step6_slider .slick-slide {
  margin: 0 1.5vw;
  @media (max-width: 767px) {
    margin: 0 3vw;
  }
}
.step6_slider .slick-list {
  margin: 0 -3vw;
}
.step6_slider .slick-slide:not(.slick-current) {
  opacity: 0.5;
}
.step6_slider .slick-arrow {
  position: absolute;
  top: calc(50% - 2vw);
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  z-index: 1;
  border: none;
  background: none;
  font-size: 0;
  cursor: pointer;
}
.step6_slider .slick-arrow.slick-disabled {
  opacity: 0.5;
  cursor: default;
}
.step6_slider .slick-prev {
  left: 20%;
  @media (max-width: 767px) {
    left: 4%;
  }
}
.step6_slider .slick-next {
  right: 20%;
  @media (max-width: 767px) {
    right: 8%;
  }
}
.step6_slider .slick-prev:before,
.step6_slider .slick-next:before {
  content: "";
  display: block;
  width: 4vw;
  height: 4vw;
  background: url(/LP/katazuke3/images/icon_09.webp) no-repeat center center;
  background-size: contain;
  @media (max-width: 767px) {
    width: 12vw;
    height: 12vw;
  }
}
@media (max-width: 767px) {
  .step6_slider .slick-prev:before,
  .step6_slider .slick-next:before {
    width: 12vw;
    height: 12vw;
  }
}
.step6_slider .slick-prev:before {
  transform: rotate(180deg);
}
.step6_slider_item h3 {
  font-size: 1.3vw;
  font-weight: 500;
  color: #767058;
  text-align: center;
  margin-top: 6vw;
  margin-bottom: 1vw;
  @media (max-width: 767px) {
    margin-bottom: 2vw;
    font-size: 4vw;
  }
}
.step6_slider_item p {
  font-size: 1.3vw;
  color: #767058;
  line-height: 1.4;
  @media (max-width: 767px) {
    font-size: 3.8vw;
  }
}
.step6_slider_item {
  background-color: #dcebd6;
  padding: 0vw 3vw 2vw;
  border-radius: 1vw;
  position: relative;
  @media (max-width: 767px) {
    padding: 10vw 5vw 8vw;
    border-radius: 4vw;
  }
}
.step6 > h2 {
  text-align: center;
  color: #467070;
}
.step6 > h2 > span {
  display: block;
  line-height: 1.6;
}
.step6 > h2 > span:nth-child(1) {
  font-weight: 400;
  font-size: 1.8vw;
  @media (max-width: 767px) {
    font-size: 4vw;
  }
}
.step6 > h2 > span:nth-child(2) {
  font-weight: 500;
  font-size: 2.3vw;
  line-height: 1.4;
  @media (max-width: 767px) {
    font-size: 6vw;
  }
}
.step7 {
  background-color: #82b7a4;
  padding: 1vw 0 5vw;
  @media (max-width: 767px) {
    padding: 10vw 0 15vw;
  }
}
.step7 > h2 {
  text-align: center;
  color: white;
}
.step7 > h2 > span {
  display: block;
  line-height: 1.6;
}
.step7 > h2 > span:nth-child(1) {
  font-weight: 400;
  font-size: 1.4vw;
  @media (max-width: 767px) {
    font-size: 4vw;
  }
}
.step7 > h2 > span:nth-child(1) > span {
  font-size: 1.4vw;
  @media (max-width: 767px) {
    font-size: 4.5vw;
  }
}
.step7 > h2 > span:nth-child(2) {
  font-weight: 500;
  font-size: 2.3vw;
  line-height: 1.4;
  @media (max-width: 767px) {
    font-size: 6.5vw;
  }
}
.step7_area {
  position: relative;
  display: flex;
  width: 53vw;
  margin: 0 auto;
  z-index: 1;
  @media (max-width: 767px) {
    width: 90vw;
  }
}
.step7_area > div {
  position: relative;
  z-index: 1;
}
.step7_area:first-of-type {
  margin-top: 3vw;
  @media (max-width: 767px) {
    margin-top: 10vw;
  }
}
.step7_area:not(:last-child) {
  margin-bottom: 3vw;
  @media (max-width: 767px) {
    margin-bottom: 6vw;
  }
}
.step7_area > div:first-child {
  flex: 1;
  background-color: #e29833;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top-left-radius: 1vw;
  border-bottom-left-radius: 1vw;
  @media (max-width: 767px) {
    border-top-left-radius: 3vw;
    border-bottom-left-radius: 3vw;
  }
}
.step7_area:first-of-type:after {
  content: "";
  display: block;
  width: 2vw;
  height: 2vw;
  background-color: #fffdf1;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 1vw) rotate(45deg);
  @media (max-width: 767px) {
    width: 10vw;
    height: 10vw;
  }
}
.step7_area > div:first-child img {
  width: 3vw;
  margin: 0 2vw;
  @media (max-width: 767px) {
    width: 9vw;
    margin: 0;
  }
}
.step7_area > div:last-child {
  width: 70vw;
  background-color: #fffdf1;
  padding: 1.2vw 3vw;
  border-top-right-radius: 1vw;
  border-bottom-right-radius: 1vw;
  @media (max-width: 767px) {
    padding: 5vw;
    border-top-right-radius: 3vw;
    border-bottom-right-radius: 3vw;
  }
}
.step7_area > div:last-child h3 {
  color: #767058;
  font-size: 1.5vw;
  line-height: 1.6;
  font-weight: 500;
  @media (max-width: 767px) {
    font-size: 4vw;
  }
}
.step7_area > div:last-child p {
  color: #767058;
  font-size: 1.3vw;
  line-height: 1.6;
  margin-top: 0.4vw;
  @media (max-width: 767px) {
    margin-top: 1vw;
    font-size: 3.8vw;
  }
}
.step7_area > div:last-child .step7_note {
  position: relative;
  padding-left: 2vw;
  color: #888888;
  font-size: 1.1vw;
  line-height: 1.6;
  margin-top: 1vw;
  @media (max-width: 767px) {
    padding-left: 4vw;
    font-size: 3.5vw;
  }
}
.step7_area > div:last-child .step7_note:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "※";
  color: #888888;
  font-size: 1.1vw;
  margin-right: 0.5vw;
  @media (max-width: 767px) {
    font-size: 3vw;
  }
}
.step8 {
  background-color: #fffdf1;
  padding: 5vw 0 7vw;
  @media (max-width: 767px) {
    padding: 18vw 0 15vw;
  }
}
.step8 > h2 {
  text-align: center;
  color: #467070;
}
.step8 > h2 > span {
  display: block;
  font-weight: 500;
  font-size: 2.3vw;
  line-height: 1.4;
  @media (max-width: 767px) {
    font-size: 6vw;
  }
}
.step8_area {
  width: 53vw;
  margin: 0 auto;
  border-radius: 1vw;
  overflow: hidden;
  border: 0.25vw solid #dcebd6;
  @media (max-width: 767px) {
    border: 1vw solid #dcebd6;
    width: 90vw;
    border-radius: 3vw;
  }
}
.step8_area:nth-of-type(1) {
  margin-top: 3vw;
  @media (max-width: 767px) {
    margin-top: 8vw;
  }
}
.step8_area.active > div:nth-child(2) {
  max-height: 50vw;
  padding: 1vw;
  @media (max-width: 767px) {
    padding: 5vw;
  }
}
.step8_area:not(:last-child) {
  margin-bottom: 2vw;
  @media (max-width: 767px) {
    margin-bottom: 5vw;
  }
}
.step8_area > div:nth-child(1) {
  background-color: #dcebd6;
  padding: 1vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 7vw;
  cursor: pointer;
  @media (max-width: 767px) {
    padding: 5vw;
  }
}
.step8_area h3 {
  color: #767058;
  font-size: 1.5vw;
  line-height: 1.6;
  font-weight: 500;
  @media (max-width: 767px) {
    font-size: 4vw;
  }
}
.step8_area > div:nth-child(2) {
  background-color: #ffffff;
  padding: 0 1vw;
  max-height: 0;
  transition-duration: 200ms;
  transition-property: max-height, padding;
  overflow: hidden;
  @media (max-width: 767px) {
    padding: 0 5vw;
  }
}
.step8_area p {
  color: #767058;
  font-size: 1.3vw;
  line-height: 1.6;
  @media (max-width: 767px) {
    font-size: 4vw;
  }
}
.step8_accordion_button {
  cursor: pointer;
  width: 2.5vw;
  @media (max-width: 767px) {
    width: 8vw;
  }
}
.step9 {
  background-color: #82b7a4;
  padding: 1vw 0 5vw;
  @media (max-width: 767px) {
    padding: 10vw 0 10vw;
  }
}
.step9 > h2 {
  text-align: center;
  color: white;
}
.step9 > h2 > span {
  display: block;
  font-weight: 500;
  font-size: 2.3vw;
  line-height: 1.4;
  @media (max-width: 767px) {
    font-size: 6vw;
  }
}
.step9_text {
  margin-bottom: 1vw;
  text-align: center;
  font-size: 1.5vw;
  color: white;
  font-weight: 500;
  @media (max-width: 767px) {
    margin-bottom: 3vw;
    font-size: 4.5vw;
  }
}
.follow_button {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 7.5vw;
  background-color: rgba(0, 0, 0, 0.2);
  justify-content: center;
  z-index: 1;
  opacity: 0;
  user-select: none;
  pointer-events: none;
  transition-duration: 200ms;
  transition-property: opacity;
  padding-top: 0.6vw;
  @media (max-width: 767px) {
    height: 18vw;
  }
}
.follow_button.active {
  opacity: 1;
  user-select: auto;
  pointer-events: all;
}
.follow_button.footer-remove {
  opacity: 0;
  user-select: none;
  pointer-events: none;
}
.follow_button a {
  @media (max-width: 767px) {
    padding: 3.3vw 13vw;
  }
}
.follow_button a span {
  font-size: 1.8vw;
  @media (max-width: 767px) {
    font-size: 5vw;
  }
}
.follow_button a img {
  @media (max-width: 767px) {
    width: 5.5vw;
  }
}
