.mainimagebox {
  max-width: 1440px;
  margin: 0 auto 100px;
}
@media screen and (min-width: 1441px) {
  .mainimagebox {
    max-width: initial;
    transform-origin: top center;
    transform: scale(0.0694444444vw);
  }
  .mainimagebox .main_image {
    max-width: initial;
    padding-top: 17vw;
  }
  .mainimagebox .main_image .inner {
    width: initial;
  }
  .mainimagebox .main_image .text {
    font-size: 3vw;
  }
}
@media screen and (max-width: 768px) {
  .mainimagebox {
    padding: 0;
    max-width: 100%;
    margin: 0 auto;
  }
}

.main_image {
  position: relative;
  margin: 0 auto;
  padding-top: 250px;
  box-sizing: border-box;
  background: url(/images/flow/flow_key.webp) center top/cover no-repeat;
  overflow: hidden;
  max-width: 1440px;
  aspect-ratio: 1440/550;
}
.main_image .inner {
  width: 1025px;
  max-width: 100%;
  margin: 0 0 auto;
  box-sizing: border-box;
  padding: 0 0 0 100px;
}
.main_image .text {
  position: relative;
  z-index: 5;
  font-size: 47px;
  letter-spacing: 0.2em;
  text-align: left;
  color: #fff;
  font-weight: bold;
  font-family: serif;
  text-shadow: 0 0px 12px rgba(0, 0, 0, 0.9);
}
@media screen and (max-width: 1279px) and (min-width: 769px) {
  .main_image {
    min-width: 1280px;
    padding-top: 150px;
    transform-origin: top center;
    transform: scale(0.0694444444vw);
  }
}
@media screen and (max-width: 768px) {
  .main_image {
    position: relative;
    width: initial;
    height: auto;
    padding-top: 40vw;
    box-sizing: border-box;
    background-position: center top;
    overflow: hidden;
    aspect-ratio: 375/300;
  }
  .main_image .inner {
    padding: 0 5vw;
  }
  .main_image .text {
    text-align: center;
    padding-left: 0;
    font-size: 5.8vw;
  }
}

.m_wrapper {
  width: 100%;
  max-width: 1440px;
  min-width: 1280px;
  margin: 0 auto;
}
@media screen and (min-width: 1441px) {
  .m_wrapper {
    width: 100%;
    max-width: initial;
    min-width: 1280px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .m_wrapper {
    min-width: initial;
    max-width: initial;
    width: 100%;
  }
}

.sec01 {
  margin-bottom: 285px;
}
.sec01 .flow_title {
  font-size: 60px;
  font-family: serif;
  color: #2F8969;
  opacity: 50%;
  letter-spacing: 0.1em;
  margin-bottom: 60px;
}
.sec01 .flow_box {
  position: relative;
  padding: 30px 40px 130px;
  margin-bottom: 65px;
  background-image: linear-gradient(180deg, rgb(243, 241, 234), rgba(243, 241, 234, 0));
}
.sec01 .flow_box::before {
  content: "";
  position: absolute;
  width: 90px;
  height: 90px;
  bottom: -40px;
  right: 50%;
  transform: translateX(50%);
  background: url(/images/flow/sankaku.webp) center/contain no-repeat;
}
.sec01 .flow_box .step {
  font-size: 22px;
  color: #2F8969;
  width: 125px;
  text-align: center;
}
.sec01 .flow_box .flexbox {
  justify-content: flex-start;
  align-items: flex-start;
  -moz-column-gap: 70px;
       column-gap: 70px;
}
.sec01 .flow_box .flexbox .left_box {
  min-width: 125px !important;
  text-align: center;
}
.sec01 .flow_box .flexbox .right_box .box_title {
  font-size: 30px;
  font-weight: bold;
  font-family: serif;
  margin-bottom: 50px;
}
.sec01 .flow_box .flexbox .right_box .contact {
  margin-top: 45px;
  display: flex;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
.sec01 .flow_box:last-of-type::before {
  display: none;
}
@media screen and (max-width: 768px) {
  .sec01 {
    margin-bottom: 13.8vw;
  }
  .sec01 .flow_box {
    padding: 5.3vw 4vw 10vw;
    margin-bottom: 10vw;
  }
  .sec01 .flow_box::before {
    width: 12vw;
    height: 12vw;
    bottom: -6vw;
  }
  .sec01 .flow_box .step {
    font-size: 4vw;
    width: auto;
    text-align: left;
    margin-bottom: 2.6vw;
  }
  .sec01 .flow_box .flexbox {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    -moz-column-gap: 3.2vw;
         column-gap: 3.2vw;
    row-gap: 3.2vw;
  }
  .sec01 .flow_box .flexbox .left_box {
    min-width: unset !important;
    flex-shrink: 0;
  }
  .sec01 .flow_box .flexbox .left_box img {
    width: 10vw;
    height: auto;
  }
  .sec01 .flow_box .flexbox .right_box {
    display: contents;
  }
  .sec01 .flow_box .flexbox .right_box .box_title {
    flex: 1;
    font-size: 5vw;
    letter-spacing: 0.1em;
    margin-bottom: 0;
  }
  .sec01 .flow_box .flexbox .right_box .contact {
    flex: 0 0 100%;
    margin-top: 0;
    flex-direction: column;
    gap: 3.2vw;
  }
  .sec01 .flow_box .flexbox .right_box .contact .box {
    width: 80%;
    margin: 0 auto;
  }
  .sec01 .flow_box .flexbox .right_box .contact .box a {
    display: block;
  }
  .sec01 .flow_box .flexbox .right_box .contact .box img {
    width: 100%;
    height: auto;
    display: block;
  }
  .sec01 .flow_box .flexbox .box_text {
    flex: 0 0 100%;
    font-size: 4vw;
    line-height: 2;
  }
}/*# sourceMappingURL=flow.css.map */