.c-style-top a {
  text-decoration: none;
}
.c-style-top .red_text {
  line-height: 1.5;
  font-size: 18px;
  color: #a50319;
}
.c-style-top .contents_wrapper {
  overflow: hidden;
}
.c-style-top .contents_inner {
  max-width: 600px;
  margin: 0 auto;
  padding: 0 16px;
}
.c-style-top .contents_inner-no-pd {
  padding: 0;
}
.c-style-top .center {
  text-align: center;
}
.c-style-top img {
  max-width: 100%;
  height: auto;
}
.c-style-top .campaign_main_visual_img {
  display: block;
  width: 100%;
}
.c-style-top .mt30 {
  margin-top: 30px;
}
.c-style-top .arrow_img img {
  width: 24px;
}
.c-style-top .bg-staff-sec01 {
  background: linear-gradient(0deg, rgb(240, 222, 215) 0%, rgb(252, 244, 237) 70%);
}
.c-style-top .bg-staff-sec02 {
  background: #f7ebe0;
}
.c-style-top .bg-staff-sec03 {
  background: #fdf6f0;
  border-bottom: 1px solid #e5e5e5;
}
.c-style-top .contents--gray {
  background-color: #f5f5f5;
  border-bottom: 1px solid #e5e5e5;
}
.c-style-top .top_mv {
  position: relative;
}
.c-style-top .top_mv_title {
  position: absolute;
  bottom: -28%;
  right: -1px;
  width: 82%;
}
.c-style-top .circle_img {
  width: 12px;
}
.c-style-top .top_section01 {
  padding-bottom: 40px;
  max-width: 420px;
  margin: 0 auto;
}
.c-style-top .top_section01 .flex_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  padding-top: 20px;
}
.c-style-top .top_section01 .flex_box:first-child {
  padding-top: 120px;
}
.c-style-top .top_section01 .flex_box:nth-child(even) {
  flex-direction: row-reverse;
}
.c-style-top .top_section01 .text01,
.c-style-top .top_section01 .text02,
.c-style-top .top_section01 .text03 {
  line-height: 1.8;
  font-size: 16px;
}
.c-style-top .top_section01 .text02 {
  margin-left: 20px;
}
.c-style-top .top_section01 .text03 {
  margin-right: 10px;
}
.c-style-top .top_section01 .img_box img {
  width: 120px;
  box-shadow: 6px 6px 0 0 #fff;
}
.c-style-top .top_section01 .img_box02 img {
  width: 130px;
  box-shadow: -6px 6px 0 0 #fff;
}
.c-style-top .top_section01 .img_box03 img {
  width: 160px;
}
.c-style-top .top_section02 {
  max-width: 370px;
  margin: 0 auto;
  padding: 40px 0;
  position: relative;
}
.c-style-top .top_section02-inner {
  max-width: 280px;
  margin: 0 auto;
}
.c-style-top .top_section02 .title_flex {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 16px;
}
.c-style-top .top_section02 .new_icon img {
  width: 70px;
}
.c-style-top .top_section02 .text {
  font-size: 19px;
  line-height: 1.4;
  margin: 8px 0 16px;
  color: var(--color-root);
}
.c-style-top .top_section02 .img_box02 img {
  width: 100%;
}
.c-style-top .top_section02 .arrow_img {
  position: absolute;
  bottom: 20px;
  right: 0;
}
.c-style-top .top_section03 {
  padding-top: 10px;
  max-width: 370px;
  margin: 0 auto;
}
.c-style-top .top_section03 li {
  border-top: 2px solid #e6d3c4;
}
.c-style-top .top_section03 .flex_box {
  position: relative;
  display: flex;
  gap: 20px;
  padding: 20px 0 40px;
}
.c-style-top .top_section03 .img_box img {
  width: 115px;
}
.c-style-top .top_section03 .text_box {
  flex: 1;
}
.c-style-top .top_section03 .text_box p:not(.red_text) {
  margin-top: 0;
  font-size: 18px;
  line-height: 1.4;
  color: var(--color-root);
}
.c-style-top .top_section03 .arrow_img {
  position: absolute;
  bottom: 16px;
  right: 0;
}
.c-style-top .top_banner {
  padding: 30px 0;
  max-width: 520px;
  margin: 0 auto;
}
.c-style-top .top_banner .banner_img {
  max-width: 90%;
  margin: 0 auto;
}
.c-style-top .top_banner .img_box {
  text-align: center;
}
@media (min-width: 768px) {
  .c-style-top .red_text {
    font-size: 22px;
  }
  .c-style-top .circle_img {
    width: 14px;
  }
  .c-style-top .contents_inner {
    padding: 0 20px;
  }
  .c-style-top .contents_inner-no-pd {
    padding: 0 20px;
  }
  .c-style-top .arrow_img img {
    width: 40px;
  }
  .c-style-top .top_section01 {
    padding-bottom: 70px;
    max-width: none;
    margin: 0;
  }
  .c-style-top .top_section01 .flex_box {
    padding-top: 40px;
  }
  .c-style-top .top_section01 .flex_box:first-child {
    padding-top: 180px;
  }
  .c-style-top .top_section01 .text01,
  .c-style-top .top_section01 .text02,
  .c-style-top .top_section01 .text03 {
    line-height: 2.2;
    font-size: 22px;
  }
  .c-style-top .top_section01 .text03 {
    margin-right: 20px;
  }
  .c-style-top .top_section01 .img_box img {
    width: 160px;
    box-shadow: 12px 12px 0 0 #fff;
  }
  .c-style-top .top_section01 .img_box02 img {
    width: 170px;
    box-shadow: -12px 12px 0 0 #fff;
  }
  .c-style-top .top_section01 .img_box03 img {
    width: 220px;
  }
  .c-style-top .top_section02 {
    max-width: 460px;
    margin: 0 auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .c-style-top .top_section02-inner {
    max-width: 360px;
    margin: 0 auto;
  }
  .c-style-top .top_section02 .title_flex {
    gap: 30px;
  }
  .c-style-top .top_section02 .new_icon img {
    width: 100px;
  }
  .c-style-top .top_section02 .text {
    font-size: 25px;
    margin: 10px 0 30px;
  }
  .c-style-top .top_section03 {
    max-width: 460px;
    margin: 0 auto;
  }
  .c-style-top .top_section03 .flex_box {
    gap: 30px;
    padding-top: 30px;
    padding-bottom: 60px;
  }
  .c-style-top .top_section03 .img_box img {
    width: 130px;
  }
  .c-style-top .top_section03 .text_box p:not(.red_text) {
    margin-top: 8px;
    font-size: 22px;
  }
  .c-style-top .top_section03 .arrow_img {
    bottom: 20px;
  }
  .c-style-top .top_banner {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}/*# sourceMappingURL=style-top.min.css.map */
