.fv {
  background: url(../img/fv-bg-01.png) no-repeat;
  background-position: top left;
  background-size: 40%;
  position: relative;
  padding: 140px 20px;
}
@media screen and (max-width: 768px) {
  .fv {
    background: url(../img/fv-bg-sp.png) no-repeat;
    background-position: top left -100px;
    background-size: 100%;
    padding: 34.6666666667vw 5.3333333333vw 21.3333333333vw;
  }
}
.fv__ashirai {
  position: absolute;
  top: 60%;
  transform: translateY(-30%);
  left: 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .fv__ashirai {
    top: 83%;
  }
}
.fv__title {
  text-align: center;
  width: 140px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .fv__title {
    width: 80px;
  }
}

.intro {
  padding: 80px 20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .intro {
    padding: 21.3333333333vw 10.6666666667vw;
  }
}
.intro__ashirai01 {
  width: 200px;
  position: absolute;
  right: 0;
  top: 25%;
}
@media screen and (max-width: 768px) {
  .intro__ashirai01 {
    width: 0;
    width: 80px;
    top: 80%;
  }
}
.intro__ashirai02 {
  width: 320px;
  position: absolute;
  left: -5%;
  top: 0;
}
@media screen and (max-width: 768px) {
  .intro__ashirai02 {
    left: -20%;
    width: 180px;
    top: 60%;
  }
}
.intro__ashirai02 .img02 {
  transform: translate(80px, -130px);
  width: 60%;
  margin-left: auto;
  display: block;
}
@media screen and (max-width: 768px) {
  .intro__ashirai02 .img02 {
    width: 65%;
    transform: translate(30px, -100px);
  }
}
.intro__icon {
  width: 140px;
  position: absolute;
  right: 15%;
  top: 5%;
}
@media screen and (max-width: 768px) {
  .intro__icon {
    top: -22%;
    right: 8%;
  }
}
.intro__inner {
  max-width: 1000px;
  margin: 0 auto;
}
.intro__text {
  line-height: 1.7;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .intro__text {
    font-size: 3.2vw;
  }
}

.message {
  padding: 120px 20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .message {
    padding: 10.6666666667vw 10.6666666667vw;
  }
}
.message__ashirai {
  position: absolute;
  right: 0;
  top: 25%;
  width: 500px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .message__ashirai {
    width: 90.6666666667vw;
    top: 10%;
  }
}
.message__ashirai img {
  transform: translateX(200px);
}
@media screen and (max-width: 768px) {
  .message__ashirai img {
    transform: translateX(80px);
  }
}
.message__inner {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.message__box {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .message__box {
    display: block;
  }
}
.message__img {
  width: 40%;
}
@media screen and (max-width: 768px) {
  .message__img {
    width: 100%;
    margin-bottom: 8vw;
  }
}
.message__contents {
  width: 56%;
  padding-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .message__contents {
    width: 100%;
  }
}
.message__contents h3 {
  margin-bottom: 20px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .message__contents h3 {
    font-size: 4.8vw;
  }
}
.message__contents p {
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .message__contents p {
    font-size: 3.4666666667vw;
  }
}

.news {
  position: relative;
  padding: 80px 20px;
}
@media screen and (max-width: 768px) {
  .news {
    padding: 5.3333333333vw 8vw;
  }
}
.news .news__ashirai01 {
  position: absolute;
  left: -15%;
  top: -60%;
  width: 500px;
}
@media screen and (max-width: 768px) {
  .news .news__ashirai01 {
    width: 240px;
    left: -30%;
    top: -95%;
  }
}
.news .news__ashirai02 {
  position: absolute;
  right: 0;
  bottom: -150%;
  width: 400px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .news .news__ashirai02 {
    width: 240px;
    bottom: -280%;
  }
}
.news .news__ashirai02 img {
  transform: translateX(150px);
}
@media screen and (max-width: 768px) {
  .news .news__ashirai02 img {
    transform: translateX(100px);
  }
}
.news__inner {
  max-width: 600px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.news__title {
  text-align: center;
  padding-bottom: 20px;
  border-bottom: 2px solid #251e1c;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .news__title {
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  .news__title img {
    width: 100px;
  }
}
.news__list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 30px;
}
@media screen and (max-width: 768px) {
  .news__list {
    padding: 10px 10px;
  }
}
.news__list--date {
  font-weight: 500;
  font-size: 20px;
  width: 15%;
}
@media screen and (max-width: 768px) {
  .news__list--date {
    font-size: 12px;
  }
}
.news__list--title {
  font-size: 20px;
  font-weight: 500;
  width: 83%;
}
@media screen and (max-width: 768px) {
  .news__list--title {
    font-size: 12px;
  }
}

.about {
  padding: 100px 20px;
}
@media screen and (max-width: 768px) {
  .about {
    padding: 16vw 5.3333333333vw;
  }
}
.about__inner {
  max-width: 800px;
  margin: 0 auto;
}
.about__img {
  margin-bottom: 50px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .about__img {
    margin-bottom: 8vw;
  }
}
@media screen and (max-width: 768px) {
  .about__contents {
    padding: 0 5.3333333333vw;
  }
}
.about__contents h3 {
  margin-bottom: 20px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .about__contents h3 {
    font-size: 4.2666666667vw;
    margin-bottom: 10px;
  }
}
.about__contents p {
  font-weight: 500;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .about__contents p {
    font-size: 3.4666666667vw;
  }
}

.faq {
  padding: 120px 40px 50px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .faq {
    padding: 13.3333333333vw 10.6666666667vw;
  }
}
.faq__ashirai {
  right: 8%;
  top: -4%;
  width: 300px;
  position: absolute;
}
@media screen and (max-width: 768px) {
  .faq__ashirai {
    right: 0;
    top: -8%;
    width: 160px;
  }
}
.faq__inner {
  max-width: 800px;
  margin: 0 auto;
}
.faq__title {
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .faq__title {
    margin-bottom: 10px;
  }
  .faq__title img {
    width: 80px;
  }
}
.faq__lists {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .faq__lists {
    margin-top: 20px;
  }
}
.faq__list {
  padding: 25px 40px;
}
@media screen and (max-width: 768px) {
  .faq__list {
    padding: 20px 10px;
  }
}
.faq__list + .faq__list {
  background: url(../img/border.png) no-repeat;
  background-position: top;
  background-size: 100%;
}
.faq__list--title {
  display: flex;
  align-items: center;
  gap: 30px;
  cursor: pointer;
  background: url(../img/plus.png);
  background-repeat: no-repeat;
  background-size: 14px;
  background-position: 97%;
}
.faq__list--title.is_active {
  background: url(../img/minus.png);
  background-repeat: no-repeat;
  background-size: 14px;
  background-position: 97%;
}
@media screen and (max-width: 768px) {
  .faq__list--title {
    gap: 15px;
  }
}
@media screen and (max-width: 768px) {
  .faq__list--title {
    align-items: flex-start;
  }
}
.faq__list--title span img {
  width: 30px;
}
@media screen and (max-width: 768px) {
  .faq__list--title span img {
    width: 20px;
  }
}
.faq__list--title p {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .faq__list--title p {
    font-size: 12px;
  }
}
.faq__list--text {
  height: 0;
  overflow: hidden;
  transition: 0.2s ease height;
}
.faq__list--textWrap {
  padding: 20px 0 0;
  display: flex;
  align-items: flex-start;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .faq__list--textWrap {
    gap: 15px;
  }
}
.faq__list--text span img {
  width: 30px;
}
@media screen and (max-width: 768px) {
  .faq__list--text span img {
    width: 20px;
  }
}
.faq__list--text p {
  line-height: 1.5;
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .faq__list--text p {
    font-size: 12px;
  }
}

.flow {
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .flow {
    padding: 0 10.6666666667vw;
  }
}
.flow__inner {
  margin: 0 auto;
  max-width: 1200px;
}
.flow__lists {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .flow__lists {
    flex-direction: column;
    gap: 10px;
  }
}
.flow__list {
  width: 23%;
  background: url(../img/flow-bg.png) no-repeat;
  background-size: 100%;
  background-position: center;
  font-size: 42px;
  color: #fff;
  font-weight: 500;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  line-height: 1.4;
  align-items: center;
  padding: 100px 0;
  padding-right: 20px;
  text-shadow: 1px 1px 6px navy;
}
.flow__list span {
  font-size: 14px;
}
.flow__list span.min {
  font-size: 30px;
}
@media screen and (max-width: 768px) {
  .flow__list span.min {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .flow__list {
    background: url(../img/flow-bg-sp.png) no-repeat;
    width: 100%;
    background-size: 100%;
    background-position: center;
    font-size: 6.4vw;
    padding: 0;
    padding: 18px 0 30px;
  }
  .flow__list span {
    font-size: 12px;
  }
  .flow__list.row {
    flex-direction: row;
    align-items: center;
  }
}
.flow__list:last-child {
  background: url(../img/flow-bg-02.png) no-repeat;
  background-size: 92%;
  background-position: center;
  padding-right: 0;
}
@media screen and (max-width: 768px) {
  .flow__list:last-child {
    background: url(../img/flow-bg-02-sp.png) no-repeat;
    width: 100%;
    background-size: 100%;
    background-position: center;
    font-size: 6.4vw;
    padding: 0;
    padding: 22px 0 25px;
  }
}

.outro {
  position: relative;
  padding: 500px 0 0;
  background: url(../img/outro-bg.png) no-repeat;
  background-size: 900px;
  background-position: top 30% left -20%;
}
@media screen and (max-width: 768px) {
  .outro {
    padding-top: 56vw;
    background-size: 300px;
    background-position: top 55% left -10%;
  }
}
.outro__inner {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .outro__inner {
    width: 80%;
    margin: 0 auto;
  }
}
.outro__ashirai01 {
  position: absolute;
  left: 0;
  top: 0;
  width: 40%;
}
@media screen and (max-width: 768px) {
  .outro__ashirai01 {
    width: 60%;
  }
}
.outro__ashirai02 {
  position: absolute;
  left: 41%;
  top: 17%;
  width: 24%;
}
@media screen and (max-width: 768px) {
  .outro__ashirai02 {
    width: 40%;
    left: unset;
    right: 0;
    top: 12%;
  }
}
.outro p {
  font-weight: 500;
  line-height: 1.7;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .outro p {
    margin-bottom: 10.6666666667vw;
    font-size: 3.4666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .outro__img img {
    aspect-ratio: 1.6;
    -o-object-fit: cover;
       object-fit: cover;
  }
}/*# sourceMappingURL=top.css.map */