@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=BIZ+UDGothic:wght@400;700&family=BIZ+UDPGothic:wght@400;700&family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap");
:root {
  --nav-color: #6a3906;
}

.column_title.col01 {
  color: #13ae67;
}
.column_title.col02 {
  color: #8fc31f;
}
.column_title.col03 {
  color: #f39939;
}
.column_title.col04 {
  color: #eb6d8e;
}

.mv_area {
  padding: 100px 0 100px;
}
@media (width <= 480px) {
  .mv_area {
    padding: 8.3333333333vw 0;
  }
}
.mv_area_img {
  width: min(100%, 900px);
  margin: 33px auto 0;
}
@media (width <= 480px) {
  .mv_area_img {
    margin-top: 5.5vw;
  }
}
.mv_area_info {
  padding: 39px 10px 10px;
  background: url(../img/info_bg.png);
  width: min(84.375%, 750px);
  margin: 35px auto 0;
  border-radius: 20px;
  position: relative;
}
@media (width <= 480px) {
  .mv_area_info {
    margin-top: 5.8333333333vw;
    padding: 8.125vw 2.0833333333vw 2.0833333333vw;
    border-radius: 4.1666666667vw;
  }
}
.mv_area_info_title {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 39px;
  text-align: center;
  align-content: center;
  font-size: 23px;
  font-weight: 900;
  color: #fff;
}
@media (width <= 480px) {
  .mv_area_info_title {
    font-size: 4.7916666667vw;
    height: 8.125vw;
  }
}
.mv_area_info_inner {
  background: #fff;
  padding: 10px 20px;
  border-radius: 0 0 10px 10px;
  font-size: 18px;
  line-height: 1.65;
  font-weight: 700;
  text-align: justify;
  letter-spacing: -0.125px;
}
@media (width <= 480px) {
  .mv_area_info_inner {
    padding: 2.0833333333vw 4.1666666667vw;
    font-size: 3.75vw;
    border-radius: 0vw 0vw 2.0833333333vw 2.0833333333vw;
    letter-spacing: inherit;
  }
}
.mv_area_explanation {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(2, auto);
  justify-content: center;
  align-items: start;
  gap: 27px 25px;
}
@media (width <= 480px) {
  .mv_area_explanation {
    margin-top: 10vw;
    gap: 5.0625vw 4.6875vw;
  }
}
.mv_area_explanation .item1 {
  width: 188px;
  height: 36px;
  border-radius: 18px;
  background: var(--nav-color);
  text-align: center;
  font-size: 20px;
  line-height: 34px;
  color: #fff;
  font-weight: 900;
}
@media (width <= 480px) {
  .mv_area_explanation .item1 {
    width: 29.625vw;
    height: 6.75vw;
    border-radius: 3.375vw;
    font-size: 3.75vw;
    line-height: 6.375vw;
  }
}
.mv_area_explanation .item2 {
  font-size: 22px;
  line-height: 34px;
  font-weight: 700;
}
@media (width <= 480px) {
  .mv_area_explanation .item2 {
    font-size: 4.125vw;
    line-height: 6.375vw;
  }
}
.mv_area_explanation .item2 br.min {
  display: none;
}
@media (width <= 560px) {
  .mv_area_explanation .item2 br.min {
    display: inline-block;
  }
}

.service_area {
  padding: 80px 0 100px;
  position: relative;
}
@media (width <= 480px) {
  .service_area {
    padding: 13.3333333333vw 0 16.6666666667vw;
  }
}
.service_area::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../../img/common/bg_green_op20.png);
  opacity: 0.2;
  z-index: -2;
}
.service_area_inner {
  width: min(84.375%, 625px);
  margin: 55px auto 0;
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 40px;
}
@media (width <= 480px) {
  .service_area_inner {
    margin-top: 9.1666666667vw;
    row-gap: 6.6666666667vw;
  }
}
.service_area_inner .item {
  width: 100%;
  height: 240px;
  border-radius: 20px;
  background: url(../img/service_bg.png);
  padding: 10px;
}
@media (width <= 712px) {
  .service_area_inner .item {
    height: auto;
    max-width: 410px;
    margin: auto;
  }
}
@media (width <= 480px) {
  .service_area_inner .item {
    border-radius: 4.1666666667vw;
    padding: 2.0833333333vw;
  }
}
.service_area_inner .item_inner {
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 10px;
  display: grid;
}
@media (width <= 712px) {
  .service_area_inner .item_inner {
    padding-top: 28px;
  }
}
@media (width <= 480px) {
  .service_area_inner .item_inner {
    border-radius: 2.0833333333vw;
    padding-top: 5.8333333333vw;
  }
}
.service_area_inner .item_inner_text {
  padding: 0 30px;
}
@media (width <= 480px) {
  .service_area_inner .item_inner_text {
    padding: 0 6.25vw;
  }
}
.service_area_inner .item_inner_text h3 {
  font-size: 23px;
  font-weight: 700;
  color: #8fc31f;
  text-indent: -0.5em;
}
@media (width <= 480px) {
  .service_area_inner .item_inner_text h3 {
    font-size: 4.7916666667vw;
  }
}
.service_area_inner .item_inner_text ul {
  font-size: 18px;
  line-height: 1.65;
  font-weight: 700;
  margin-top: 0.5em;
}
@media (width <= 480px) {
  .service_area_inner .item_inner_text ul {
    font-size: 3.75vw;
  }
}
.service_area_inner .item_inner_text ul li {
  position: relative;
  padding-left: 1em;
}
.service_area_inner .item_inner_text ul li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}
@media (width <= 712px) {
  .service_area_inner .item_inner_text {
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
  }
}
.service_area_inner .item_inner_img {
  width: 100%;
  height: 220px;
}
.service_area_inner .item_inner_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (width <= 480px) {
  .service_area_inner .item_inner_img {
    height: 45.8333333333vw;
  }
}
.service_area_inner .item_inner.item1 {
  grid-template-columns: auto 1fr;
  align-items: center;
}
.service_area_inner .item_inner.item1 .item_inner_text {
  padding-right: 0;
}
@media (width <= 712px) {
  .service_area_inner .item_inner.item1 {
    grid-template-columns: 1fr;
    padding-right: 30px;
  }
}
@media (width <= 480px) {
  .service_area_inner .item_inner.item1 {
    padding-right: 6.25vw;
  }
}
.service_area_inner .item_inner.item2 {
  grid-template-columns: 1fr auto;
  align-items: center;
}
.service_area_inner .item_inner.item2 .item_inner_img {
  grid-area: 1/1/2/2;
}
@media (width <= 712px) {
  .service_area_inner .item_inner.item2 {
    grid-template-columns: 1fr;
  }
  .service_area_inner .item_inner.item2 .item_inner_img {
    grid-area: inherit;
  }
}
.service_area_inner .text {
  font-size: 18px;
  line-height: 1.65;
  font-weight: 700;
}
@media (width <= 480px) {
  .service_area_inner .text {
    font-size: 3.75vw;
  }
}

.eligible_area {
  margin-top: 100px;
  padding: 80px 0 100px;
  position: relative;
}
@media (width <= 480px) {
  .eligible_area {
    margin-top: 16.6666666667vw;
    padding: 13.3333333333vw 0 16.6666666667vw;
  }
}
.eligible_area::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../../img/common/bg_yellow_op20.png);
  opacity: 0.2;
  z-index: -2;
}
.eligible_area_inner {
  display: grid;
  grid-template-columns: repeat(2, auto);
  justify-content: center;
  align-items: end;
  margin-top: 55px;
}
@media (width <= 660px) {
  .eligible_area_inner {
    grid-template-columns: auto;
  }
}
@media (width <= 480px) {
  .eligible_area_inner {
    margin-top: 9.1666666667vw;
  }
}
.eligible_area_inner ul {
  font-size: 22px;
  line-height: 1.55;
  font-weight: 700;
}
@media (width <= 480px) {
  .eligible_area_inner ul {
    font-size: 4.5833333333vw;
    line-height: 1.65;
  }
}
.eligible_area_inner ul li {
  position: relative;
  padding-left: 1.5em;
}
.eligible_area_inner ul li::before {
  content: "●";
  position: absolute;
  left: 0;
  top: 0;
}
.eligible_area_inner_img {
  width: 196px;
  position: relative;
}
@media (width <= 660px) {
  .eligible_area_inner_img {
    position: static;
    margin: 30px auto 0;
  }
}
@media (width <= 480px) {
  .eligible_area_inner_img {
    width: 40.8333333333vw;
    margin-top: 5vw;
  }
}
.eligible_area_inner_img_inner {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
@media (width <= 660px) {
  .eligible_area_inner_img_inner {
    position: static;
  }
}

.flow_area {
  margin-top: 100px;
  padding: 80px 0 100px;
  position: relative;
}
@media (width <= 480px) {
  .flow_area {
    margin-top: 16.6666666667vw;
    padding: 13.3333333333vw 0 16.6666666667vw;
  }
}
.flow_area::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../../img/common/bg_pink_op20.png);
  opacity: 0.2;
  z-index: -2;
}
.flow_area_inner {
  width: min(84.375%, 660px);
  margin: 58px auto 0;
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 30px;
}
@media (width <= 480px) {
  .flow_area_inner {
    margin-top: 9.6666666667vw;
    row-gap: 5vw;
  }
}
.flow_area_inner .item1 {
  width: 100%;
  height: 54px;
  border-radius: 27px;
  margin: auto;
  padding-left: 65px;
  color: #eb6d8e;
  font-size: 25px;
  line-height: 1.25;
  font-weight: 700;
  border: 2px solid currentColor;
  align-content: center;
  background: #fff;
  position: relative;
}
@media (width <= 770px) {
  .flow_area_inner .item1 {
    height: inherit;
    padding: 10px 0 10px 65px;
    word-break: keep-all;
    overflow-wrap: anywhere;
  }
}
@media (width <= 480px) {
  .flow_area_inner .item1 {
    font-size: 5.2083333333vw;
    padding: 2.0833333333vw 0 2.0833333333vw 13.5416666667vw;
  }
}
.flow_area_inner .item1::before {
  content: "";
  position: absolute;
  left: 25px;
  top: 25px;
  width: 68px;
  height: 68px;
  translate: -50% -50%;
  filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.2));
}
@media (width <= 480px) {
  .flow_area_inner .item1::before {
    left: 5.2083333333vw;
    top: 5.2083333333vw;
    width: 14.1666666667vw;
    height: 14.1666666667vw;
  }
}
.flow_area_inner .item1 br.min1 {
  display: none;
}
@media (width <= 770px) {
  .flow_area_inner .item1 br.min1 {
    display: inline-block;
  }
}
.flow_area_inner .item1 br.min2 {
  display: none;
}
@media (width <= 760px) {
  .flow_area_inner .item1 br.min2 {
    display: inline-block;
  }
}
.flow_area_inner .item1.first::before {
  background: url(../img/flow_68_1.svg) center center/contain no-repeat;
}
.flow_area_inner .item1.second::before {
  background: url(../img/flow_68_2.svg) center center/contain no-repeat;
}
.flow_area_inner .item1.second::after {
  content: "";
  position: absolute;
  right: 30px;
  bottom: -5px;
  width: 186px;
  height: 117px;
  background: url(../img/flow_2_img_186_117.svg) center center/contain no-repeat;
}
@media (width <= 560px) {
  .flow_area_inner .item1.second::after {
    right: -12px;
  }
}
@media (width <= 500px) {
  .flow_area_inner .item1.second::after {
    right: -30px;
  }
}
@media (width <= 480px) {
  .flow_area_inner .item1.second::after {
    right: -6.25vw;
    bottom: -1.0416666667vw;
    width: 38.75vw;
    height: 24.375vw;
  }
}
.flow_area_inner .item1.third::before {
  background: url(../img/flow_68_3.svg) center center/contain no-repeat;
}
.flow_area_inner .item1.third::after {
  content: "";
  position: absolute;
  right: 47px;
  bottom: -50px;
  width: 142px;
  height: 177px;
  background: url(../img/flow_3_img_142_177.svg) center center/contain no-repeat;
}
@media (width <= 560px) {
  .flow_area_inner .item1.third::after {
    right: 30px;
  }
}
@media (width <= 500px) {
  .flow_area_inner .item1.third::after {
    right: 0;
    bottom: -35px;
  }
}
@media (width <= 480px) {
  .flow_area_inner .item1.third::after {
    bottom: -7.2916666667vw;
    width: 29.5833333333vw;
    height: 36.875vw;
  }
}
.flow_area_inner .item1 span {
  font-size: 0.8em;
}
.flow_area_inner .item2 {
  width: 36px;
  margin: auto;
}
@media (width <= 480px) {
  .flow_area_inner .item2 {
    width: 7.5vw;
  }
}/*# sourceMappingURL=style.css.map */