img {
  max-width: 100%;
  vertical-align: top;
}

#tsugitasu_area .sec_mv .txt {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  #tsugitasu_area .sec_mv .txt {
    margin-top: 24px;
  }
}
#tsugitasu_area .sec_mv .txt p {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #tsugitasu_area .sec_mv .txt p {
    font-size: 16px;
    line-height: 1.6;
  }
}
#tsugitasu_area .sec_tsugitasu {
  margin-top: 48px;
}
@media screen and (max-width: 767px) {
  #tsugitasu_area .sec_tsugitasu {
    margin-top: 20px;
  }
}
#tsugitasu_area .sec_tsugitasu .flow_img {
  margin-top: 48px;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #tsugitasu_area .sec_tsugitasu .flow_img {
    margin-top: 40px;
    border-radius: 10px;
  }
}
#tsugitasu_area .sec_tsugitasu .tsugitasu_btn_area {
  margin-top: 48px;
}
@media screen and (max-width: 767px) {
  #tsugitasu_area .sec_tsugitasu .tsugitasu_btn_area {
    margin-top: 40px;
  }
}
#tsugitasu_area .sec_tsugitasu .tsugitasu_btn_area .btn {
  max-width: 460px;
  margin: auto;
  display: block;
}

.primary_btn {
  background: #00a784;
  color: #fff !important;
  font-weight: bold;
  font-size: 20px;
  text-decoration: none !important;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 80px;
  width: 100%;
  border-radius: 10px;
  position: relative;
  line-height: 1.4;
  text-align: center;
}
.primary_btn .ico {
  position: absolute;
  right: 22px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 20px;
  height: 20px;
}
@media screen and (max-width: 767px) {
  .primary_btn .ico {
    right: 16px;
  }
}
.primary_btn span {
  font-size: 16px;
  font-weight: normal;
}

.link {
  transition: opacity 0.3s;
}
.link:hover {
  opacity: 0.7;
}

.none-sp {
  display: block !important;
}

.none-pc {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .none-sp {
    display: none !important;
  }
  .none-pc {
    display: block !important;
  }
}
.br-pc {
  display: inline-block;
}

.br-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .br-pc {
    display: none;
  }
  .br-sp {
    display: block;
  }
} /*# sourceMappingURL=style.css.map */
