#main {
  background-color: #f0ecea;
  background-image: url(../images/main_bg1.webp), url(../images/main_bg2.webp);
  background-repeat: no-repeat;
  transition: background-size 300ms linear, opacity 300ms linear;
  overflow: hidden;
  /* 
  @media screen and (min-width: 871px) and (max-width: 960px) {
    background-size: 18rem, 100rem;
    background-position: top left, top right;
    &.is-inview {
      background-size: 18rem, 100rem;
    }
  }
  @media screen and (min-width: 768px) and (max-width: 870px) {
    background-size: 18rem, 100rem;
    background-position: top left, top right;
    &.is-inview {
      background-size: 18rem, 100rem;
    }
  } */
}
@media screen and (max-width: 767px) {
  #main {
    background-image: url(../images/main_bg1.webp), url(../images/main_bg2_sp.webp);
    background-size: 12rem, cover;
    background-position: top left, top right;
    padding-top: 3rem;
    padding-bottom: 5rem;
  }
  #main.is-inview {
    background-size: 12rem, contain;
  }
}
@media screen and (min-width: 768px) {
  #main {
    background-size: 25rem, 120rem;
    background-position: top left, top right;
    padding-top: 6rem;
    padding-bottom: 20rem;
  }
  #main.is-inview {
    background-size: 25rem, 100rem;
  }
}
@media screen and (min-width: 1301px) and (max-width: 1440px) {
  #main {
    background-size: 25rem, 100rem;
    background-position: top left, top right;
  }
  #main.is-inview {
    background-size: 25rem, 100rem;
  }
}
@media screen and (max-width: 1300px) {
  #main {
    background-image: url(../images/main_bg1.webp), url(../images/main_bg2_sp.webp);
    background-size: 12rem, contain;
  }
  #main.is-inview {
    background-size: 12rem, contain;
  }
}

.main_wrap {
  max-width: 1390px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}
@media screen and (min-width: 768px) {
  .main_wrap {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media screen and (max-width: 1300px) {
  .main_wrap {
    justify-content: center;
  }
}

.main_content {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .main_content {
    gap: 1rem;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .main_content {
    gap: 3.5rem;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media screen and (max-width: 1300px) {
  .main_content {
    text-align: center;
  }
}
.main_content .main_btn {
  margin-top: 0;
}
.main_content .text_red {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
}

.main_desc {
  margin-bottom: 0;
}
.main_desc .pop {
  display: flex;
  gap: 1.7rem;
  justify-content: center;
}
@media screen and (max-width: 1300px) {
  .main_desc .pop {
    transform: translateX(18%);
  }
}
@media screen and (min-width: 768px) {
  .main_desc .pop {
    margin-right: 6rem;
  }
}
.main_desc .pop .pop-item {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
.main_desc .pop .pop-item span {
  position: absolute;
  z-index: 3;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .main_desc .pop .pop-item span {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .main_desc .pop .pop-item svg {
    display: block;
    width: 10rem;
    height: auto;
  }
}
.main_desc h1 {
  margin: 0;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.45;
}
@media screen and (max-width: 767px) {
  .main_desc h1 {
    font-size: 2rem;
  }
}
.main_desc h1 .lbox {
  color: #06c152;
  display: block;
}

@media screen and (max-width: 767px) {
  .main_logo img {
    display: block;
    max-width: 80%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .slogan {
    text-align: center;
    margin-bottom: 0;
  }
}
.slogan strong {
  margin: 0;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.45;
}
@media screen and (max-width: 767px) {
  .slogan strong {
    font-size: 2rem;
  }
}

.main_img img {
  display: block;
  margin: 0 auto;
  width: 25rem;
}

.main_group_circle {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
  counter-reset: circle-counter;
}
@media screen and (max-width: 767px) {
  .main_group_circle {
    justify-content: center;
    gap: 1rem;
    margin-left: auto;
    margin-right: auto;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  .main_group_circle {
    justify-content: center;
  }
}
.main_group_circle .circle {
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  color: #a9831a;
  position: relative;
  background-image: url(../images/main_circle_clip.svg), url(../images/main_circle.svg);
  background-position: center;
  background-size: cover, contain;
  filter: drop-shadow(0 0.4rem 1rem rgba(0, 0, 0, 0.1254901961));
  color: #a9831a;
  line-height: 1.5;
  font-family: "Noto Sans JP";
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .main_group_circle .circle {
    width: 11.5rem;
    height: 11.5rem;
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 768px) {
  .main_group_circle .circle {
    width: 20rem;
    height: 20rem;
    font-size: 2rem;
  }
}
.main_group_circle .circle::before {
  position: absolute;
  top: 0;
  width: 100%;
  text-align: center;
  counter-increment: circle-counter;
  content: "0" counter(circle-counter);
  font-size: 1.8rem;
  line-height: 1.1;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .main_group_circle .circle::before {
    font-size: 2.5rem;
  }
}

.main_right {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: "MOBO";
}
@media screen and (max-width: 767px) {
  .main_right {
    gap: 1rem;
  }
}
@media screen and (min-width: 1301px) {
  .main_right {
    position: absolute;
    right: 1vw;
    width: 50%;
  }
}
.main_right .txt_top1 {
  padding: 0 1rem 1.3rem 4rem;
  color: #232323;
  font-size: 3rem;
  position: relative;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .main_right .txt_top1 {
    font-size: 2rem;
    padding: 0 0 1.5rem 2rem;
    padding-right: 0;
  }
}
.main_right .txt_top1::before {
  content: "";
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: 1;
  background-color: #fff;
  border-radius: 10rem;
  width: 100%;
  height: 44%;
}
@media screen and (max-width: 767px) {
  .main_right .txt_top1::before {
    height: 73%;
  }
}
.main_right .txt_top1 .txt {
  position: relative;
  z-index: 2;
}
.main_right .txt_top1 span {
  color: #bf4026;
  font-size: 3.5rem;
}
@media screen and (max-width: 767px) {
  .main_right .txt_top1 span {
    font-size: 2.2rem;
  }
}
.main_right .txt_top1 strong {
  font-family: "Oswald";
  font-size: 4.5em;
  line-height: 0.8;
  padding-left: 1rem;
  position: relative;
  background-image: url(../images/main_tight_txt1.webp);
  background-position: left 1rem bottom 3rem;
  background-repeat: no-repeat;
  /* -webkit-background-clip: text; */
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 767px) {
  .main_right .txt_top1 strong {
    font-size: 6rem;
    background-size: auto 6rem;
    background-position: left 1rem bottom 1rem;
    letter-spacing: 0.2em;
  }
}
.main_right .txt_top1 strong small {
  font-size: 0.5em;
}
.main_right .txt_top2 {
  background-image: url(../images/main_right_txt2_bg.webp);
  text-align: center;
  color: #fff;
  font-size: 3rem;
  width: 100%;
  background-position: bottom center;
  background-repeat: no-repeat;
  padding-top: 1em;
  padding-bottom: 0.25em;
}
@media screen and (max-width: 767px) {
  .main_right .txt_top2 {
    width: -moz-fit-content;
    width: fit-content;
    font-size: 1.6rem;
    background-size: contain;
    padding: 1rem 4rem 0.5rem;
  }
}
.main_right .txt_top3 {
  background-image: url(../images/main_right_txt3.webp);
  background-position: center;
  background-repeat: no-repeat;
  -webkit-text-fill-color: transparent;
  font-size: 3.5rem;
}
@media screen and (max-width: 767px) {
  .main_right .txt_top3 {
    font-size: 2rem;
    background-size: contain;
  }
}
.main_right .txt_top3 strong {
  font-size: 1.57em;
  padding-right: 0.7em;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .main_right .txt_top3 strong {
    font-size: 2.8rem;
  }
}
.main_right .txt_top4 {
  background-image: url(../images/main_right_txt4.webp);
  background-position: center;
  background-repeat: no-repeat;
  -webkit-text-fill-color: transparent;
  font-size: 2.8rem;
  padding: 0 1rem;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .main_right .txt_top4 {
    font-size: 1.6rem;
    background-size: contain;
  }
}
.main_right > img {
  margin-top: 2rem;
}
@media screen and (min-width: 1200px) and (max-width: 1440px) {
  .main_right > img {
    width: 55rem;
  }
}
@media screen and (max-width: 1200px) {
  .main_right > img {
    width: 45rem;
  }
}
@media screen and (max-width: 767px) {
  .main_right > img {
    width: 30rem;
    margin-bottom: 2rem;
  }
}

@media screen and (min-width: 768px) {
  #main {
    padding-bottom: 5rem;
  }
}

.main_box {
  text-align: center;
  background-color: #f4f3f1;
  position: relative;
  z-index: 0;
  background-color: #f4f3f1;
  width: calc(100% - 3rem);
  margin-top: 5rem;
  margin-left: auto;
  margin-right: auto;
  padding: 2em 1.5rem;
}
@media screen and (min-width: 768px) {
  .main_box {
    width: -moz-fit-content;
    width: fit-content;
    max-width: calc(100% - 3rem);
    padding: 2em 4rem;
  }
  .main_box .sp {
    display: none;
  }
}
.main_box:before {
  position: absolute;
  border: 0.2rem dashed #a7a297;
  content: "";
  display: block;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: 0.5rem;
  z-index: -1;
  border-radius: 1rem;
}
.main_box .bold {
  font-weight: bold;
}
.main_box strong {
  font-size: 2.4rem;
}
@media screen and (min-width: 768px) {
  .main_box strong {
    font-size: 3.2rem;
  }
}

@media screen and (min-width: 1301px) {
  .main_right {
    padding-top: 5rem;
  }
}
.main_right .txt_top4 {
  margin-bottom: 5rem;
}

#about {
  background-color: #ece4d1;
}

.about_content {
  display: flex;
}
@media screen and (min-width: 768px) {
  .about_content {
    margin-bottom: 8rem;
  }
}
@media screen and (max-width: 1100px) {
  .about_content {
    flex-direction: column;
    margin-bottom: 4rem;
    align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .about_content .detail,
  .about_content .image {
    width: 60rem;
  }
}
@media screen and (min-width: 1100px) {
  .about_content .detail,
  .about_content .image {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .about_content .detail {
    padding-right: 5rem;
  }
}
@media screen and (max-width: 1100px) {
  .about_content .detail {
    padding-right: 0;
    text-align: center;
  }
}
.about_content .detail h3 {
  font-size: 1.8rem;
  font-weight: 900;
  color: #232323;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .about_content .detail h3 {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
}

.about_group {
  display: flex;
  flex-wrap: wrap;
  counter-reset: about-icon;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .about_group {
    margin-top: 3rem;
    gap: 1rem;
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 768px) {
  .about_group {
    gap: 2rem;
    margin-top: 5rem;
    max-width: 350px;
  }
}
@media screen and (max-width: 1100px) {
  .about_group {
    justify-content: center;
  }
}
.about_group li {
  border: 0.3rem solid #a9831a;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Noto Sans JP";
  font-weight: 900;
  line-height: 1.6;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .about_group li {
    width: 11rem;
    height: 11rem;
    border-radius: 15rem;
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 768px) {
  .about_group li {
    font-size: 2.2rem;
    width: 15rem;
    height: 15rem;
    border-radius: 15rem;
  }
}
.about_group li::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .about_group li::before {
    width: 3.5rem;
    height: 3.5rem;
    background-size: contain;
  }
}
@media screen and (min-width: 768px) {
  .about_group li::before {
    width: 5rem;
    height: 5rem;
  }
}
.about_group li:nth-child(1)::before {
  background-image: url(../images/about_icon1.svg);
}
.about_group li:nth-child(2)::before {
  background-image: url(../images/about_icon2.svg);
}
.about_group li:nth-child(3)::before {
  background-image: url(../images/about_icon3.svg);
}
.about_group li:nth-child(4)::before {
  background-image: url(../images/about_icon4.svg);
}

#purchased {
  background-color: #f0ecea;
  background-image: url(../images/purchased_bg.webp);
  background-position: center;
  background-size: cover;
}

.purchased_group {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  row-gap: 2rem;
  margin-left: -1rem;
  margin-right: -1rem;
}
@media screen and (min-width: 768px) {
  .purchased_group {
    margin-bottom: 10rem;
  }
}
.purchased_group .purchased_item {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media screen and (max-width: 767px) {
  .purchased_group .purchased_item {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .purchased_group .purchased_item {
    width: 37rem;
  }
}
.purchased_group .purchased_item .purchased_inn {
  background-color: #fff;
  padding: 0.6rem 1.5rem;
  display: flex;
  align-items: center;
  gap: 2rem;
  position: relative;
}
.purchased_group .purchased_item .purchased_inn::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 0.3rem;
  background-color: #d2c49b;
  bottom: 3.5rem;
  left: 0;
}
.purchased_group .purchased_item .purchased_inn .img {
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .purchased_group .purchased_item .purchased_inn .img {
    width: 40%;
  }
}
@media screen and (min-width: 768px) {
  .purchased_group .purchased_item .purchased_inn .img {
    width: 14.5rem;
  }
}
.purchased_group .purchased_item .purchased_inn .txt {
  position: relative;
  z-index: 3;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .purchased_group .purchased_item .purchased_inn .txt {
    width: calc(60% - 2rem);
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 768px) {
  .purchased_group .purchased_item .purchased_inn .txt {
    font-size: 1.8rem;
    width: calc(100% - 17rem);
  }
}
.purchased_group .purchased_item .purchased_inn .txt span {
  display: block;
  font-size: 0.75em;
}

#trade {
  border-color: #b6a66a;
  border-style: solid;
  border-width: 0.5rem 0;
  background-color: #ece4d1;
}

.trade_group {
  margin-bottom: 7rem;
  display: flex;
  gap: 4rem;
  justify-content: center;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .trade_group {
    flex-wrap: wrap;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .trade_group {
    flex-direction: column;
    align-items: center;
    gap: 2rem;
  }
}
.trade_group .trade_item {
  width: 24.5rem;
}
.trade_group .trade_item .trade_inn .box {
  background-color: #fff;
  padding: 2.5rem 1.5rem;
  text-align: center;
  color: #cb9f1a;
  border: 0.3rem solid;
}
.trade_group .trade_item .trade_inn .box .icon img {
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .trade_group .trade_item .trade_inn .box .icon img {
    width: 8rem;
  }
}
.trade_group .trade_item .trade_inn .box .txt {
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .trade_group .trade_item .trade_inn .box .txt {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 768px) {
  .trade_group .trade_item .trade_inn .box .txt {
    font-size: 2.2rem;
  }
}
.trade_group .trade_item .trade_inn .detail {
  padding: 1rem;
  font-weight: 900;
  font-size: 2rem;
  text-align: center;
  color: #000;
}
.trade_group .trade_item:nth-child(1) .box {
  color: #cb9f1a;
}
.trade_group .trade_item:nth-child(2) .box {
  color: #b39848;
}
.trade_group .trade_item:nth-child(3) .box {
  color: #b6a87e;
}
.trade_group .trade_item:nth-child(4) .box {
  color: #f7b750;
}

.trade_lbox {
  background-color: #1dcc46;
  color: #fff;
  max-width: 680px;
  margin: 0 auto;
  padding: 2.2rem;
  display: flex;
  align-items: center;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .trade_lbox {
    flex-direction: column;
  }
}
@media screen and (min-width: 768px) {
  .trade_lbox {
    margin-bottom: 7rem;
  }
}
.trade_lbox:hover {
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .trade_lbox .lbox_qr {
    width: 18rem;
  }
}
.trade_lbox .lbox_qr img {
  width: 100%;
  display: block;
}
.trade_lbox .lbox_text {
  width: 100%;
  text-align: center;
}

#case {
  background-image: url(../images/case_bg.webp);
  background-position: center;
  background-size: cover;
}

.cases {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
@media screen and (max-width: 900px) {
  .cases {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cases li:nth-child(n+7) {
  display: none;
}
.cases .case-note {
  max-width: 95rem;
  margin: 0 auto;
  color: #f00;
  font-weight: bold;
  margin-bottom: -1.2em;
}
.cases .case {
  display: flex;
  justify-content: center;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
  row-gap: 0.5rem;
  flex-wrap: wrap;
}
@media screen and (max-width: 900px) {
  .cases .case {
    flex-direction: column;
  }
}
.cases .case .item {
  display: flex;
  align-items: center;
  gap: 1.7rem;
  border: 0.3rem solid #cb9f1a;
  padding: 1rem;
  background-color: #fff;
  border-radius: 1rem;
}
@media screen and (min-width: 768px) {
  .cases .case .item {
    width: 43rem;
    max-width: calc(50% - 3rem);
  }
}
@media screen and (max-width: 900px) {
  .cases .case .item {
    width: 100%;
    max-width: 100%;
  }
}
.cases .case .item .img {
  width: 15rem;
  max-width: 35%;
  background: #ece4d1;
  border-radius: 0.3rem;
}
.cases .case .item .img img {
  display: block;
  margin: 0 auto;
  max-height: 7rem;
  max-width: 100%;
}
.cases .case .item .txt {
  width: calc(100% - 15rem);
  color: #cb9f1a;
  font-weight: bold;
  line-height: 1.2;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.cases .case .percent_group {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .cases .case .percent_group {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .cases .case .percent_group {
    width: 49.5rem;
    max-width: 50%;
  }
}
@media screen and (max-width: 900px) {
  .cases .case .percent_group {
    width: 100%;
    max-width: 100%;
  }
}
.cases .case .percent_group .percent_item {
  width: 24%;
}
.cases .case .percent_group .percent_item .percent_box {
  text-align: center;
  background-color: #cb9f1a;
  color: #fff;
  border-radius: 0.5rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .cases .case .percent_group .percent_item .percent_box {
    padding: 0 1rem;
  }
}
.cases .case .percent_group .percent_item:nth-child(2) .percent_box {
  background-color: #b39848;
}
.cases .case .percent_group .percent_item:nth-child(3) .percent_box {
  background-color: #b6a87e;
}
.cases .case .percent_group .percent_item:nth-child(4) .percent_box {
  background-color: #f7b750;
}
.cases .case .percent_group .percent_item span {
  display: block;
  font-size: 1.6rem;
  line-height: 2;
  border-bottom: 0.1rem dashed #fff;
}
@media screen and (max-width: 767px) {
  .cases .case .percent_group .percent_item span {
    font-size: 1.4rem;
  }
}
.cases .case .percent_group .percent_item .percent {
  padding: 1.2rem 0;
  font-size: 2.5rem;
  line-height: 1;
  font-family: "Hiragino Kaku Gothic StdN";
  font-weight: 800;
}
@media screen and (max-width: 767px) {
  .cases .case .percent_group .percent_item .percent {
    font-size: 2rem;
  }
}
.cases .case .percent_group .percent_item .percent strong {
  font-size: 4rem;
}
@media screen and (max-width: 767px) {
  .cases .case .percent_group .percent_item .percent strong {
    font-size: 3rem;
  }
}

.more_case {
  margin-top: 8rem;
  text-align: center;
}
.more_case a {
  display: inline-block;
  background-color: #cb9f1a;
  border: 0.2rem solid #fff;
  color: #fff;
  padding: 1rem 2rem;
  border-radius: 1rem;
  width: 20rem;
  transition: 0.3s;
}
.more_case a:hover {
  text-decoration: none;
  filter: drop-shadow(0 0 1rem #cb9f1a);
}

#flow {
  background-color: #ece4d1;
  border-top: 0.5rem solid #b6a66a;
}

.flow_title {
  text-align: center;
}
.flow_title .flow_title_inn {
  display: inline-flex;
  margin: 0 auto;
  gap: 1rem;
  justify-content: center;
  align-items: center;
  padding: 1.7rem 3rem;
  background-color: #f6f5ef;
}
.flow_title .flow_title_inn span {
  line-height: 1;
  color: #cb9f1a;
  font-size: 2.5rem;
  font-weight: bold;
}
.flow_title .flow_title_inn img {
  display: block;
  height: 4rem;
}
.flow_title_2 .flow_title_inn span {
  color: #b39848;
}
.flow_title_3 .flow_title_inn span {
  color: #b6a87e;
}
.flow_title_4 .flow_title_inn span {
  color: #f7b750;
}

.container_flow {
  max-width: 1300px;
}

.flow_step {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 4rem;
  gap: 5rem;
  background-color: #f6f5ef;
  counter-reset: step-counter;
}
@media screen and (max-width: 1320px) {
  .flow_step {
    max-width: 800px;
    margin: 0 auto;
  }
}
.flow_step:not(:last-child) {
  margin-bottom: 10rem;
}
.flow_step .step {
  width: 26rem;
  background-color: #ffffff;
  font-size: 1.6rem;
}
.flow_step .step .img img {
  display: block;
}
.flow_step .step .detail {
  padding: 2rem;
  padding-top: 4rem;
  position: relative;
}
.flow_step .step .detail::before {
  white-space: pre-wrap;
  counter-increment: step-counter;
  content: "STEP  0" counter(step-counter);
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.4;
  padding: 0 1rem;
  box-sizing: border-box;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 6rem;
  height: 6rem;
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
  background-color: #907830;
  color: #fff;
}
.flow_step .step .detail h3 {
  font-size: 1.6rem;
  font-weight: bold;
}

#faq {
  background-color: #f0ecea;
  background-image: url(../images/faq_bg.webp);
  background-position: center;
  background-size: cover;
}

.faqs {
  max-width: 830px;
  margin-left: auto;
  margin-right: auto;
}
.faqs .faq .question {
  cursor: pointer;
  border-bottom: 0.1rem solid #eae6d6;
  border-top: 0.1rem solid #eae6d6;
  position: relative;
  display: flex;
  align-items: center;
  color: #232323;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .faqs .faq .question {
    padding: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .faqs .faq .question {
    padding: 3rem;
  }
}
.faqs .faq .question span {
  width: calc(100% - 8rem);
}
.faqs .faq .question::after, .faqs .faq .question::before {
  content: "";
  width: 3.5rem;
  height: 3.5rem;
  line-height: 3.5rem;
  color: #a9831a;
  font-size: 2.5rem;
  text-align: center;
}
.faqs .faq .question::before {
  content: "Q.";
}
@media screen and (max-width: 767px) {
  .faqs .faq .question::before {
    margin-right: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .faqs .faq .question::before {
    margin-right: 3rem;
  }
}
.faqs .faq .question::after {
  content: "+";
  margin-left: auto;
  cursor: pointer;
  border: 0.1rem solid transparent;
  transition: 0.3s;
}
.faqs .faq .question::after:hover {
  text-decoration: none;
  border: 0.1rem solid #a9831a;
}
.faqs .faq .answer {
  padding: 1rem 4rem;
  padding-bottom: 4rem;
  display: none;
}
.faqs .faq.active .question::after {
  content: "-";
}
.faqs .faq.active .answer {
  display: block;
}

#voice {
  background-color: #ece4d1;
}

.voice_group {
  margin-left: -2rem;
  margin-right: -2rem;
  display: flex;
  flex-wrap: wrap;
  row-gap: 3rem;
}
.voice_group .voice {
  padding-left: 2rem;
  padding-right: 2rem;
}
@media screen and (max-width: 767px) {
  .voice_group .voice {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .voice_group .voice {
    width: 50%;
  }
}
.voice_group .voice_inn {
  border: 0.3rem solid #e5ce95;
  border-radius: 0.5rem;
  background-color: #fff;
  height: 100%;
}
.voice_group .voice_inn .header {
  position: relative;
  padding: 0 3rem;
  padding-top: 5rem;
  display: flex;
  position: relative;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .voice_group .voice_inn .header {
    padding: 0 1.5rem;
    padding-top: 4rem;
  }
}
.voice_group .voice_inn .header .label {
  position: absolute;
  left: -1.2rem;
  top: 0;
  transform: rotate(-10deg);
}
.voice_group .voice_inn .header .label img {
  display: block;
}
@media screen and (max-width: 767px) {
  .voice_group .voice_inn .header .label img {
    width: 10rem;
  }
}
.voice_group .voice_inn .header .label span {
  position: absolute;
  width: 100%;
  text-align: center;
  font-size: 1.3rem;
  font-weight: bold;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .voice_group .voice_inn .header .txt {
    width: calc(100% - 10rem);
  }
}
@media screen and (min-width: 768px) {
  .voice_group .voice_inn .header .txt {
    width: calc(100% - 13rem);
  }
}
.voice_group .voice_inn .header .txt h3 {
  font-weight: bold;
  margin-bottom: 0.5rem;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .voice_group .voice_inn .header .txt h3 {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 768px) {
  .voice_group .voice_inn .header .txt h3 {
    font-size: 1.6rem;
  }
}
.voice_group .voice_inn .header .txt p {
  color: #a9831a;
  font-weight: bold;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .voice_group .voice_inn .header .txt p {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 768px) {
  .voice_group .voice_inn .header .txt p {
    font-size: 2rem;
  }
}
.voice_group .voice_inn .header .img {
  position: relative;
}
@media screen and (max-width: 767px) {
  .voice_group .voice_inn .header .img {
    width: 10rem;
  }
}
@media screen and (min-width: 768px) {
  .voice_group .voice_inn .header .img {
    width: 12.3rem;
  }
}
.voice_group .voice_inn .header .img img {
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  filter: drop-shadow(0 0 1rem rgba(0, 0, 0, 0.062745098));
}
.voice_group .voice_inn .detail {
  padding: 3rem;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .voice_group .voice_inn .detail {
    padding: 1.5rem 2rem;
  }
}

#company {
  background-color: #f0ecea;
}

dl {
  display: flex;
  margin: 0;
  padding: 0;
}
dl dt,
dl dd {
  margin: 0;
  padding: 1rem 0;
}
dl dt {
  width: 12rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  dl dt {
    width: 13rem;
  }
}
dl dd {
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  dl dd {
    width: calc(100% - 10rem);
  }
}
dl dd .tel {
  font-weight: bold;
  color: inherit;
}

.company_info {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .company_info {
    flex-direction: column;
    gap: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .company_info .info {
    padding-right: 3rem;
  }
}
@media screen and (min-width: 768px) {
  .company_info .map {
    width: 50%;
  }
}
.company_info .map iframe {
  width: 100%;
  height: 30rem;
}

#campain {
  padding: 5rem 0;
  font-family: "Noto Sans JP", sans-serif;
}
#campain .box-campain {
  margin: 2rem auto 2rem 2rem;
  padding: 2rem;
  border: 2px solid #B6A66A;
  font-size: 1.8rem;
  font-size: clamp(1.8rem, 3vw, 3.2rem);
  font-weight: 700;
}
#campain .box-campain .text_red {
  color: red;
}
#campain .box-campain strong {
  font-size: 1.3em;
  font-weight: 900;
}
#campain .box-campain-ttl {
  position: relative;
  left: -4rem;
  background-color: #F7B750;
  color: #fff;
  padding: 0.5em 1em;
  margin: 0;
  width: 100%;
  font-weight: bold;
  font-size: 1.8rem;
  font-size: clamp(1.8rem, 3vw, 3.2rem);
  font-weight: 900;
}
#campain .box-campain-detail {
  padding-top: 2rem;
  text-align: center;
  font-weight: 900;
}
#campain .box-campain-detail .border_bot {
  background: linear-gradient(rgba(0, 0, 0, 0) 70%, #fff100 70%);
}
#campain .box-campain-detail .sp {
  display: none;
}
@media screen and (max-width: 767px) {
  #campain .box-campain-detail .sp {
    display: block;
  }
}