@charset "UTF-8";
iframe {
  display: block;
}

p {
  font-size: 15px;
  font-weight: 500;
  line-height: 2;
}
@media screen and (min-width: 785px) and (max-width: 1217px) {
  .win p {
    line-height: 2;
  }
}
@media screen and (max-width: 1200px) {
  p {
    line-height: 2;
  }
}
p.is-wide {
  line-height: 2.6;
}
p.is-sm {
  font-size: 11px;
}
p .is-sm {
  font-size: 11px;
}
p.is-md {
  font-size: 12px;
}
p.has-border {
  border-left: solid 1px #CEAA43;
  padding-left: 15px;
}

.for_measure {
  height: 100dvh;
  position: absolute;
  top: 0;
  left: 0;
}

.wrapper {
  margin-inline: auto;
  overflow: hidden;
  position: relative;
}

.ref {
  font-size: 13px;
  font-weight: 400;
}
@media screen and (max-width: 784px) {
  .win .ref {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .ref {
    font-size: 12px;
  }
}

.scroller {
  max-height: 100%;
  position: relative;
  overflow: hidden;
}

.c-orange {
  color: #f37f3b;
}

.c-strong_yellow {
  color: #B89800;
}

.c-red {
  color: #DB0000;
}

.c-blue {
  color: #4C89B5;
}

.c-very_dark_grayish_green {
  color: #41443C;
}

.marker {
  text-decoration: underline;
  text-decoration-thickness: 4px;
  text-decoration-color: #FFF1BB;
  text-underline-offset: 0;
}

.text {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8;
  color: #41443C;
}
@media screen and (max-width: 784px) {
  .win .text {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .text {
    font-size: 14px;
  }
}
.text.is-sm {
  font-size: 14px;
}
.text.is-lg {
  font-size: 20px;
}
@media screen and (max-width: 784px) {
  .win .text.is-lg {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .text.is-lg {
    font-size: 18px;
  }
}
.text.is-thin {
  font-weight: 400;
}
.text.is-dark {
  font-weight: 700;
}
.text strong {
  color: #DD7F19;
}

.figure_block {
  position: relative;
  max-width: 915px;
}
.figure_block .figure {
  width: 100%;
}
.figure_block .figure img {
  width: 100%;
}

.caption {
  font-size: 14px;
  font-weight: 400;
}
@media screen and (max-width: 784px) {
  .win .caption {
    font-size: 11px;
  }
}
@media screen and (max-width: 767px) {
  .caption {
    font-size: 11px;
  }
}

.no_area_list {
  counter-reset: no;
}
.no_area_list > li {
  counter-increment: no;
  padding-left: 90px;
  position: relative;
}
@media screen and (max-width: 784px) {
  .win .no_area_list > li {
    padding-left: 50px;
  }
}
@media screen and (max-width: 767px) {
  .no_area_list > li {
    padding-left: 50px;
  }
}
.no_area_list > li:not(:first-of-type) {
  margin-top: 130px;
}
@media screen and (max-width: 784px) {
  .win .no_area_list > li:not(:first-of-type) {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .no_area_list > li:not(:first-of-type) {
    margin-top: 60px;
  }
}
.no_area_list > li:after {
  content: counter(no);
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #4A9977;
  color: white;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding-bottom: 3px;
  border: solid 2px #DD7F19;
  position: absolute;
  top: -10px;
  left: 0;
}
@media screen and (max-width: 784px) {
  .win .no_area_list > li:after {
    width: 40px;
    height: 40px;
    font-size: 20px;
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .no_area_list > li:after {
    width: 40px;
    height: 40px;
    font-size: 20px;
    left: 0;
  }
}
.no_area_list > li:before {
  content: "";
  display: block;
  height: 100%;
  width: 5px;
  background: #4A9977;
  position: absolute;
  top: 0;
  left: 28px;
}
@media screen and (max-width: 784px) {
  .win .no_area_list > li:before {
    width: 2px;
    left: 19px;
  }
}
@media screen and (max-width: 767px) {
  .no_area_list > li:before {
    width: 2px;
    left: 19px;
  }
}
.no_area_list .no_area_title {
  font-size: 26px;
  font-weight: 700;
  color: #4C89B5;
  margin-bottom: 20px;
}
@media screen and (max-width: 784px) {
  .win .no_area_list .no_area_title {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .no_area_list .no_area_title {
    font-size: 18px;
  }
}
.no_area_list .map_block01 {
  border: solid 1px #707070;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
}
@media screen and (max-width: 784px) {
  .win .no_area_list .map_block01 {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .no_area_list .map_block01 {
    flex-direction: column;
  }
}
.no_area_list .map_block01 .map_info {
  flex: 1;
  background: white;
  padding: 30px;
  min-width: 410px;
}
@media screen and (max-width: 1217px) {
  .win .no_area_list .map_block01 .map_info {
    min-width: 50%;
    padding: 20px;
  }
}
@media screen and (min-width:768px) and (max-width: 1200px) {
  .no_area_list .map_block01 .map_info {
    min-width: 50%;
    padding: 20px;
  }
}
@media screen and (max-width: 784px) {
  .win .no_area_list .map_block01 .map_info {
    min-width: 0;
    flex: none;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .no_area_list .map_block01 .map_info {
    min-width: 0;
    flex: none;
    width: 100%;
  }
}
.no_area_list .map_block01 .map_info .head {
  font-size: 16px;
  font-weight: 400;
  margin-right: 30px;
  white-space: nowrap;
  line-height: 2;
}
@media screen and (max-width: 784px) {
  .win .no_area_list .map_block01 .map_info .head {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  .no_area_list .map_block01 .map_info .head {
    font-size: 13px;
  }
}
.no_area_list .map_block01 .map_info .place {
  color: #302924;
  font-size: 18px;
  font-weight: 700;
}
.no_area_list .map_block01 .map_info .address {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (max-width: 784px) {
  .win .no_area_list .map_block01 .map_info .address {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .no_area_list .map_block01 .map_info .address {
    font-size: 14px;
  }
}
.no_area_list .map_block01 .map_info .access {
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
}
@media screen and (max-width: 784px) {
  .win .no_area_list .map_block01 .map_info .access {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .no_area_list .map_block01 .map_info .access {
    font-size: 14px;
  }
}
.no_area_list .map_block01 .map {
  flex: 1;
}
@media screen and (max-width: 1217px) {
  .win .no_area_list .map_block01 .map {
    width: 50%;
    min-width: 0;
  }
}
@media screen and (min-width:768px) and (max-width: 1200px) {
  .no_area_list .map_block01 .map {
    width: 50%;
    min-width: 0;
  }
}
@media screen and (max-width: 784px) {
  .win .no_area_list .map_block01 .map {
    min-width: 0;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .no_area_list .map_block01 .map {
    min-width: 0;
    width: 100%;
  }
}
.no_area_list .map_block01 .map iframe {
  width: 100%;
  height: 280px;
}
@media screen and (max-width: 784px) {
  .win .no_area_list .map_block01 .map iframe {
    height: 200px;
  }
}
@media screen and (max-width: 767px) {
  .no_area_list .map_block01 .map iframe {
    height: 200px;
  }
}
.no_area_list .map_block02 {
  border: solid 1px #707070;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
}
@media screen and (max-width: 917px) {
  .win .no_area_list .map_block02 {
    flex-direction: column;
  }
}
@media screen and (max-width: 900px) {
  .no_area_list .map_block02 {
    flex-direction: column;
  }
}
.no_area_list .map_block02.is-blue .map_category {
  background: #4C89B5;
}
.no_area_list .map_block02.is-blue .map_title {
  background: #4C89B5;
}
.no_area_list .map_block02.is-green .map_category {
  background: #4A9977;
}
.no_area_list .map_block02.is-green .map_title {
  background: #4A9977;
}
.no_area_list .map_block02 .map_info_area {
  position: relative;
  flex: 1;
}
.no_area_list .map_block02 .map_info_area .map_category {
  border: solid 1px #DD7F19;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  color: white;
  font-size: 16px;
  font-weight: 700;
  box-sizing: border-box;
  position: absolute;
  top: 10px;
  left: 0;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 917px) {
  .win .no_area_list .map_block02 .map_info_area .map_category {
    width: 50px;
    height: 50px;
    left: 10px;
    font-size: 12px;
    transform: translate(0, -50%);
  }
}
@media screen and (max-width: 900px) {
  .no_area_list .map_block02 .map_info_area .map_category {
    width: 50px;
    height: 50px;
    left: 10px;
    font-size: 12px;
    transform: translate(0, -50%);
  }
}
.no_area_list .map_block02 .map_info_area .map_title {
  padding-block: 10px 12px;
  padding-inline: 65px 10px;
  font-size: 16px;
  font-weight: 700;
  color: white;
}
@media screen and (max-width: 917px) {
  .win .no_area_list .map_block02 .map_info_area .map_title {
    padding-inline: 75px 10px;
  }
}
@media screen and (max-width: 900px) {
  .no_area_list .map_block02 .map_info_area .map_title {
    padding-inline: 75px 10px;
  }
}
.no_area_list .map_block02 .map_info_area .map_info {
  background: white;
  padding: 30px;
  min-width: 410px;
}
@media screen and (max-width: 1217px) {
  .win .no_area_list .map_block02 .map_info_area .map_info {
    min-width: 50%;
    padding: 20px;
  }
}
@media screen and (min-width:768px) and (max-width: 1200px) {
  .no_area_list .map_block02 .map_info_area .map_info {
    min-width: 50%;
    padding: 20px;
  }
}
@media screen and (max-width: 917px) {
  .win .no_area_list .map_block02 .map_info_area .map_info {
    min-width: 0;
    flex: none;
    width: 100%;
  }
}
@media screen and (max-width: 900px) {
  .no_area_list .map_block02 .map_info_area .map_info {
    min-width: 0;
    flex: none;
    width: 100%;
  }
}
.no_area_list .map_block02 .map_info_area .map_info .head {
  font-size: 16px;
  font-weight: 700;
  color: #302924;
  margin-right: 30px;
  white-space: nowrap;
  line-height: 1.7;
}
@media screen and (max-width: 784px) {
  .win .no_area_list .map_block02 .map_info_area .map_info .head {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  .no_area_list .map_block02 .map_info_area .map_info .head {
    font-size: 13px;
  }
}
.no_area_list .map_block02 .map_info_area .map_info .date {
  font-size: 16px;
  font-weight: 700;
  color: #DD7F19;
  line-height: 1.7;
}
.no_area_list .map_block02 .map_info_area .map_info .place {
  font-size: 16px;
  color: #302924;
  line-height: 1.7;
}
@media screen and (max-width: 784px) {
  .win .no_area_list .map_block02 .map_info_area .map_info .place {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .no_area_list .map_block02 .map_info_area .map_info .place {
    font-size: 14px;
  }
}
.no_area_list .map_block02 .map {
  flex: 1;
}
@media screen and (max-width: 1217px) {
  .win .no_area_list .map_block02 .map {
    width: 50%;
    min-width: 0;
  }
}
@media screen and (min-width:768px) and (max-width: 1200px) {
  .no_area_list .map_block02 .map {
    width: 50%;
    min-width: 0;
  }
}
@media screen and (max-width: 917px) {
  .win .no_area_list .map_block02 .map {
    min-width: 0;
    width: 100%;
  }
}
@media screen and (max-width: 900px) {
  .no_area_list .map_block02 .map {
    min-width: 0;
    width: 100%;
  }
}
.no_area_list .map_block02 .map iframe {
  width: 100%;
  height: 280px;
}
@media screen and (max-width: 784px) {
  .win .no_area_list .map_block02 .map iframe {
    height: 200px;
  }
}
@media screen and (max-width: 767px) {
  .no_area_list .map_block02 .map iframe {
    height: 200px;
  }
}
.no_area_list .calendar {
  border: solid 1px #302924;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
}
@media screen and (max-width: 784px) {
  .win .no_area_list .calendar {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .no_area_list .calendar {
    flex-direction: column;
  }
}
.no_area_list .calendar .month {
  min-width: 190px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #4C89B5;
  font-size: 18px;
  color: white;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 784px) {
  .win .no_area_list .calendar .month {
    padding-block: 10px;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .no_area_list .calendar .month {
    padding-block: 10px;
    font-size: 14px;
  }
}
.no_area_list .calendar .days {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  column-gap: 80px;
  row-gap: 10px;
  background: #F7F1E3;
  flex-wrap: wrap;
  padding-block: 20px;
  padding-left: 70px;
}
@media screen and (max-width: 784px) {
  .win .no_area_list .calendar .days {
    padding-left: 0;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .no_area_list .calendar .days {
    padding-left: 0;
    justify-content: center;
  }
}
.no_area_list .calendar .days .day {
  color: #DD7F19;
  font-size: 18px;
  font-weight: 700;
}
@media screen and (max-width: 784px) {
  .win .no_area_list .calendar .days .day {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .no_area_list .calendar .days .day {
    font-size: 16px;
  }
}

.heading {
  font-size: 20px;
  color: #00ABA3;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 15px;
}
@media screen and (max-width: 784px) {
  .win .heading {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .heading {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.heading.is-lg {
  font-size: 32px;
  text-align: center;
}

.link_more {
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  text-decoration: none;
  color: #000;
  font-size: 12px;
  letter-spacing: 2px;
  background: none;
  column-gap: 15px;
}
.link_more .arrow {
  position: relative;
  display: block;
  overflow: hidden;
}
.link_more .arrow:before {
  content: "";
  display: block;
  height: 1px;
  background: #000;
  position: absolute;
  bottom: 0;
  left: 0;
}
.link_more .arrow:after {
  content: "";
  display: block;
  height: 1px;
  background: #000;
  position: absolute;
  bottom: 0;
  right: 0;
  transform-origin: right bottom;
  transform: rotate(45deg);
}
.link_more.for-card .arrow {
  width: 180px;
  height: 10px;
}
@media screen and (max-width: 784px) {
  .win .link_more.for-card .arrow {
    width: 120px;
  }
}
@media screen and (max-width: 767px) {
  .link_more.for-card .arrow {
    width: 120px;
  }
}
.link_more.for-card .arrow:before {
  width: 100%;
}
.link_more.for-card .arrow:after {
  width: 10px;
  left: calc(100% - 10px);
}
@keyframes anime_line-for_card {
  0% {
    width: 0;
    left: 0;
    opacity: 0;
  }
  30% {
    width: 100%;
    left: 0;
    opacity: 1;
  }
  100% {
    width: 0;
    left: 100%;
    opacity: 0;
  }
}
@keyframes anime_arrow-for_card {
  0% {
    left: 0;
    opacity: 0;
  }
  30% {
    left: calc(100% - 10px);
    opacity: 1;
  }
  100% {
    left: calc(100% - 10px);
    opacity: 0;
  }
}
@media screen and (min-width: 1216px) {
  .win .link_more.is-long:not(.is-sp .link_more.is-long):hover .arrow:before {
    animation: anime_line-long 1.4s ease-in forwards infinite;
  }
  .win .link_more.is-long:not(.is-sp .link_more.is-long):hover .arrow:after {
    animation: anime_arrow-long 1.4s ease-in forwards infinite;
  }
}
@media screen and (min-width: 1199px) {
  .link_more.is-long:not(.is-sp .link_more.is-long):hover .arrow:before {
    animation: anime_line-long 1.4s ease-in forwards infinite;
  }
  .link_more.is-long:not(.is-sp .link_more.is-long):hover .arrow:after {
    animation: anime_arrow-long 1.4s ease-in forwards infinite;
  }
}
.link_more.is-long .arrow {
  width: 200px;
  height: 10px;
}
@media screen and (max-width: 784px) {
  .win .link_more.is-long .arrow {
    width: 120px;
  }
}
@media screen and (max-width: 767px) {
  .link_more.is-long .arrow {
    width: 120px;
  }
}
.link_more.is-long .arrow:before {
  width: 100%;
}
.link_more.is-long .arrow:after {
  width: 10px;
  left: calc(100% - 10px);
}
@keyframes anime_line-long {
  0% {
    width: 0;
    left: 0;
    opacity: 0;
  }
  30% {
    width: 100%;
    left: 0;
    opacity: 1;
  }
  100% {
    width: 0;
    left: 100%;
    opacity: 0;
  }
}
@keyframes anime_arrow-long {
  0% {
    left: 0;
    opacity: 0;
  }
  30% {
    left: calc(100% - 10px);
    opacity: 1;
  }
  100% {
    left: calc(100% - 10px);
    opacity: 0;
  }
}
@media screen and (min-width: 1216px) {
  .win .link_more.is-normal:not(.is-sp .link_more.is-normal):hover .arrow:before {
    animation: anime_line 1.4s ease-in forwards infinite;
  }
  .win .link_more.is-normal:not(.is-sp .link_more.is-normal):hover .arrow:after {
    animation: anime_arrow 1.4s ease-in forwards infinite;
  }
}
@media screen and (min-width: 1199px) {
  .link_more.is-normal:not(.is-sp .link_more.is-normal):hover .arrow:before {
    animation: anime_line 1.4s ease-in forwards infinite;
  }
  .link_more.is-normal:not(.is-sp .link_more.is-normal):hover .arrow:after {
    animation: anime_arrow 1.4s ease-in forwards infinite;
  }
}
.link_more.is-normal .arrow {
  width: 38px;
  height: 6px;
}
.link_more.is-normal .arrow:before {
  width: 100%;
}
.link_more.is-normal .arrow:after {
  width: 7px;
}
@keyframes anime_line {
  0% {
    width: 0;
    left: 0;
    opacity: 0;
  }
  30% {
    width: 100%;
    left: 0;
    opacity: 1;
  }
  100% {
    width: 0;
    left: 100%;
    opacity: 0;
  }
}
@keyframes anime_arrow {
  0% {
    left: 0;
    opacity: 0;
  }
  30% {
    left: calc(100% - 7px);
    opacity: 1;
  }
  100% {
    left: calc(100% - 7px);
    opacity: 0;
  }
}
.link_more.is-white {
  color: white;
}
.link_more.is-white .arrow:before, .link_more.is-white .arrow:after {
  background: white;
}

.btn_more {
  border: solid 1px #00ABA3;
  border-radius: 3px;
  width: 185px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-decoration: none;
  padding-left: 30px;
  color: #000;
  font-size: 12px;
  letter-spacing: 2px;
  background: white;
  column-gap: 15px;
}
.btn_more .arrow {
  position: relative;
  display: block;
  overflow: hidden;
  width: 33px;
  height: 6px;
}
.btn_more .arrow:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #000;
  position: absolute;
  bottom: 0;
  left: 0;
}
.btn_more .arrow:after {
  content: "";
  display: block;
  height: 1px;
  width: 7px;
  background: #000;
  position: absolute;
  bottom: 0;
  right: 0;
  transform-origin: right center;
  transform: rotate(45deg);
}
@media screen and (min-width: 1216px) {
  .win .btn_more:not(.is-sp .btn_more):hover .arrow:before {
    animation: anime_btn_line 1.4s ease-in forwards infinite;
  }
  .win .btn_more:not(.is-sp .btn_more):hover .arrow:after {
    animation: anime_btn_arrow 1.4s ease-in forwards infinite;
  }
}
@media screen and (min-width: 1199px) {
  .btn_more:not(.is-sp .btn_more):hover .arrow:before {
    animation: anime_btn_line 1.4s ease-in forwards infinite;
  }
  .btn_more:not(.is-sp .btn_more):hover .arrow:after {
    animation: anime_btn_arrow 1.4s ease-in forwards infinite;
  }
}
@keyframes anime_btn_line {
  0% {
    width: 0;
    left: 0;
    opacity: 0;
  }
  30% {
    width: 100%;
    left: 0;
    opacity: 1;
  }
  100% {
    width: 0;
    left: 100%;
    opacity: 0;
  }
}
@keyframes anime_btn_arrow {
  0% {
    left: 0;
    opacity: 0;
  }
  30% {
    left: calc(100% - 7px);
    opacity: 1;
  }
  100% {
    left: calc(100% - 7px);
    opacity: 0;
  }
}

.btn_back {
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  text-decoration: none;
  color: #000;
  font-size: 13px;
  letter-spacing: 2px;
  background: none;
  column-gap: 15px;
  margin-inline: auto;
}
.btn_back .arrow {
  position: relative;
  display: block;
  overflow: hidden;
  width: 200px;
  height: 10px;
}
@media screen and (max-width: 784px) {
  .win .btn_back .arrow {
    width: 120px;
  }
}
@media screen and (max-width: 767px) {
  .btn_back .arrow {
    width: 120px;
  }
}
.btn_back .arrow:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #000;
  position: absolute;
  bottom: 0;
  right: 0;
}
.btn_back .arrow:after {
  content: "";
  display: block;
  height: 1px;
  width: 10px;
  background: #000;
  position: absolute;
  bottom: 0;
  left: 0;
  transform-origin: left bottom;
  transform: rotate(-45deg);
}
@media screen and (min-width: 1216px) {
  .win .btn_back:not(.is-sp .btn_back):hover .arrow:before {
    animation: anime_line-back 1.4s ease-in forwards infinite;
  }
  .win .btn_back:not(.is-sp .btn_back):hover .arrow:after {
    animation: anime_arrow-back 1.4s ease-in forwards infinite;
  }
}
@media screen and (min-width: 1199px) {
  .btn_back:not(.is-sp .btn_back):hover .arrow:before {
    animation: anime_line-back 1.4s ease-in forwards infinite;
  }
  .btn_back:not(.is-sp .btn_back):hover .arrow:after {
    animation: anime_arrow-back 1.4s ease-in forwards infinite;
  }
}
@keyframes anime_line-back {
  0% {
    width: 0;
    right: 0;
    opacity: 0;
  }
  30% {
    width: 100%;
    right: 0;
    opacity: 1;
  }
  100% {
    width: 0;
    right: 100%;
    opacity: 0;
  }
}
@keyframes anime_arrow-back {
  0% {
    left: calc(100% - 10px);
    opacity: 0;
  }
  30% {
    left: 0;
    opacity: 1;
  }
  100% {
    left: 0;
    opacity: 0;
  }
}

.btn_to_top {
  height: 135px;
  width: 20px;
  position: fixed;
  bottom: 0;
  right: 30px;
  background: none;
  opacity: 0;
  transition: opacity 0.3s;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  padding-bottom: 10px;
  z-index: 970;
  overflow: hidden;
  mix-blend-mode: exclusion;
}
@media screen and (max-width: 784px) {
  .win .btn_to_top {
    position: absolute;
    right: calc(50% + 4px);
    transform: translateX(50%);
    height: 85px;
    width: 10px;
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .btn_to_top {
    position: absolute;
    right: calc(50% + 4px);
    transform: translateX(50%);
    height: 85px;
    width: 10px;
    opacity: 1;
  }
}
.btn_to_top:before {
  content: "";
  display: block;
  height: 0;
  opacity: 0;
  background: rgba(255, 255, 255, 0.8);
  width: 1px;
  position: absolute;
  bottom: 0;
  right: 0;
  animation: anime_to_top 1.6s linear forwards infinite;
}
@media screen and (max-width: 784px) {
  .win .btn_to_top:before {
    opacity: 1;
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .btn_to_top:before {
    opacity: 1;
    height: 100%;
  }
}
.btn_to_top:after {
  content: "";
  display: block;
  width: 1px;
  height: 10px;
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  right: 0;
  top: 0;
  transform-origin: right top;
  transform: rotate(45deg);
  animation: anime_to_top_arrow 1.6s linear forwards infinite;
}
@media screen and (max-width: 784px) {
  .win .btn_to_top:after {
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .btn_to_top:after {
    opacity: 1;
  }
}
@keyframes anime_to_top {
  0% {
    height: 0;
    bottom: 0;
    opacity: 0;
  }
  30% {
    height: 100%;
    bottom: 0;
    opacity: 1;
  }
  100% {
    height: 0;
    bottom: 100%;
    opacity: 0;
  }
}
@keyframes anime_to_top_arrow {
  0% {
    top: 100%;
    opacity: 0;
  }
  30% {
    top: 0;
    opacity: 1;
  }
  100% {
    top: 0;
    opacity: 0;
  }
}
.btn_to_top.is-show {
  opacity: 1;
}
.btn_to_top.is-abs {
  position: absolute;
}
.btn_to_top .btn_text {
  color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
  writing-mode: vertical-rl;
  letter-spacing: 1px;
  white-space: nowrap;
  line-height: 1.2;
}
@media screen and (max-width: 784px) {
  .win .btn_to_top .btn_text {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .btn_to_top .btn_text {
    display: none;
  }
}

.btn_form {
  border-radius: 3px;
  border: solid 1px #00ABA3;
  font-size: 16px;
  color: #00ABA3;
  width: 580px;
  margin-inline: auto;
  position: relative;
  text-decoration: none;
  display: block;
  text-align: center;
  padding-block: 10px;
  background: white;
  letter-spacing: 2px;
  transition: background-color 0.3s, color 0.3s;
}
@media screen and (max-width: 784px) {
  .win .btn_form {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .btn_form {
    width: 100%;
  }
}
.btn_form:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: solid 1px #00ABA3;
  border-right: solid 1px #00ABA3;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 20px;
  transition: border-color 0.3s;
}
@media screen and (min-width: 1216px) {
  .win .btn_form:not(.is-sp .btn_form):hover {
    color: white;
    background: #00ABA3;
  }
  .win .btn_form:not(.is-sp .btn_form):hover:after {
    border-color: white;
  }
}
@media screen and (min-width: 1199px) {
  .btn_form:not(.is-sp .btn_form):hover {
    color: white;
    background: #00ABA3;
  }
  .btn_form:not(.is-sp .btn_form):hover:after {
    border-color: white;
  }
}

.btn_modify {
  border: solid 1px #00ABA3;
  font-size: 16px;
  color: #00ABA3;
  width: 580px;
  margin-inline: auto;
  position: relative;
  text-decoration: none;
  display: block;
  text-align: center;
  padding-block: 15px;
  border-radius: 3px;
  background: white;
  letter-spacing: 2px;
  transition: background-color 0.3s, color 0.3s;
}
@media screen and (max-width: 784px) {
  .win .btn_modify {
    padding-inline: 15px 40px;
    line-height: 1.4;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .btn_modify {
    padding-inline: 15px 40px;
    line-height: 1.4;
    width: 100%;
  }
}
.btn_modify:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: solid 1px #00ABA3;
  border-left: solid 1px #00ABA3;
  transform: rotate(-45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  left: 20px;
  transition: border-color 0.3s;
}
@media screen and (min-width: 1216px) {
  .win .btn_modify:not(.is-sp .btn_modify):hover {
    color: white;
    background: #00ABA3;
  }
  .win .btn_modify:not(.is-sp .btn_modify):hover:before {
    border-color: white;
  }
}
@media screen and (min-width: 1199px) {
  .btn_modify:not(.is-sp .btn_modify):hover {
    color: white;
    background: #00ABA3;
  }
  .btn_modify:not(.is-sp .btn_modify):hover:before {
    border-color: white;
  }
}

.btn_submit {
  border: solid 1px #00ABA3;
  font-size: 16px;
  color: #00ABA3;
  width: 580px;
  margin-inline: auto;
  position: relative;
  text-decoration: none;
  display: block;
  text-align: center;
  padding-block: 15px;
  border-radius: 3px;
  background: white;
  letter-spacing: 2px;
  transition: background-color 0.3s, color 0.3s;
}
@media screen and (max-width: 784px) {
  .win .btn_submit {
    padding-inline: 15px 40px;
    line-height: 1.4;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .btn_submit {
    padding-inline: 15px 40px;
    line-height: 1.4;
    width: 100%;
  }
}
.btn_submit:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: solid 1px #00ABA3;
  border-right: solid 1px #00ABA3;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 20px;
  transition: border-color 0.3s;
}
@media screen and (min-width: 1216px) {
  .win .btn_submit:not(.is-sp .btn_submit):hover {
    color: white;
    background: #00ABA3;
  }
  .win .btn_submit:not(.is-sp .btn_submit):hover:after {
    border-color: white;
  }
}
@media screen and (min-width: 1199px) {
  .btn_submit:not(.is-sp .btn_submit):hover {
    color: white;
    background: #00ABA3;
  }
  .btn_submit:not(.is-sp .btn_submit):hover:after {
    border-color: white;
  }
}

.btn_home {
  border: solid 1px #00ABA3;
  font-size: 16px;
  color: #00ABA3;
  width: 230px;
  margin-inline: auto;
  position: relative;
  text-decoration: none;
  display: block;
  text-align: center;
  padding-block: 15px;
  border-radius: 3px;
  background: white;
  letter-spacing: 2px;
  transition: background-color 0.3s, color 0.3s;
}
@media screen and (max-width: 784px) {
  .win .btn_home {
    padding-inline: 15px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 767px) {
  .btn_home {
    padding-inline: 15px;
    line-height: 1.4;
  }
}
.btn_home:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: solid 1px #00ABA3;
  border-right: solid 1px #00ABA3;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 20px;
  transition: border-color 0.3s;
}
@media screen and (min-width: 1216px) {
  .win .btn_home:not(.is-sp .btn_home):hover {
    color: white;
    background: #00ABA3;
  }
  .win .btn_home:not(.is-sp .btn_home):hover:after {
    border-color: white;
  }
}
@media screen and (min-width: 1199px) {
  .btn_home:not(.is-sp .btn_home):hover {
    color: white;
    background: #00ABA3;
  }
  .btn_home:not(.is-sp .btn_home):hover:after {
    border-color: white;
  }
}

.loading_area {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  z-index: 1000;
  row-gap: 30px;
}
@media screen and (max-width: 784px) {
  .win .loading_area {
    padding-inline: 20px;
  }
}
@media screen and (max-width: 767px) {
  .loading_area {
    padding-inline: 20px;
  }
}
.loading_area .logo_loading {
  width: 408px;
}
@media screen and (max-width: 784px) {
  .win .loading_area .logo_loading {
    width: 100%;
    max-width: 408px;
  }
}
@media screen and (max-width: 767px) {
  .loading_area .logo_loading {
    width: 100%;
    max-width: 408px;
  }
}
.loading_area .loading_text {
  font-size: 14px;
  letter-spacing: 3px;
  position: relative;
}
.loading_area .loading_text:after {
  overflow: hidden;
  display: inline-block;
  vertical-align: bottom;
  animation: ellipsis steps(4, end) 2.4s infinite;
  content: "...";
  width: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translateX(100%);
}
@keyframes ellipsis {
  to {
    width: 1.6em; /* 全部表示させた時の幅 */
  }
}

.line {
  width: 100%;
  height: 1px;
  background: #E1E1E1;
}

.box-white {
  background: white;
  padding-block: 40px;
  padding-inline: 40px;
}
@media screen and (max-width: 784px) {
  .win .box-white {
    padding-inline: 30px;
  }
}
@media screen and (max-width: 767px) {
  .box-white {
    padding-inline: 30px;
  }
}

.custom_label {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row-reverse;
  margin-bottom: 0;
  column-gap: 15px;
}
.custom_label.disabled {
  opacity: 0.5;
  pointer-events: none;
}
.custom_label .check_text {
  cursor: pointer;
  font-size: 14px;
}
.custom_label .custom_radio,
.custom_label .custom_check {
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.custom_label .custom_radio:before, .custom_label .custom_radio:after,
.custom_label .custom_check:before,
.custom_label .custom_check:after {
  position: absolute;
  content: "";
}
.custom_label .custom_radio:after,
.custom_label .custom_check:after {
  top: 0;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  cursor: pointer;
  border: solid 1px #D6D6D6;
  background: white;
  border-radius: 3px;
}
.custom_label .custom_radio {
  width: 42px;
  min-width: 42px;
  height: 42px;
}
.custom_label .custom_radio:before {
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 12px;
  min-width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #00ABA3;
  opacity: 0;
  transform: translate(-50%, -50%);
  transition: opacity 0.2s;
}
.custom_label .custom_check {
  width: 16px;
  height: 16px;
}
.custom_label .custom_check:after {
  top: 2px;
  border-radius: 2px;
}
.custom_label .custom_check:before {
  z-index: 1;
  top: 1px;
  left: 8px;
  width: 10px;
  height: 20px;
  border-right: solid 3px #4C89B5;
  border-bottom: solid 3px #4C89B5;
  opacity: 0;
  transform: translate(-50%, -50%) rotate(45deg);
  transition: opacity 0.2s;
}

.custom_select {
  position: relative;
}
.custom_select:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-right: solid 1px #00ABA3;
  border-bottom: solid 1px #00ABA3;
  position: absolute;
  top: calc(50% - 3px);
  transform: rotate(45deg) translateY(-50%);
  right: 20px;
}
.custom_select select {
  border: solid 1px #D6D6D6;
  border-radius: 3px;
  appearance: none;
  padding-inline: 20px 60px;
  padding-block: 14px;
  color: #B2B2B2;
}
@media screen and (max-width: 784px) {
  .win .custom_select select {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .custom_select select {
    width: 100%;
  }
}
.custom_select select.selected {
  color: #444444;
}
.custom_select select option {
  font-size: 14px;
  font-weight: 400;
}

input[type=radio],
input[type=checkbox] {
  display: none;
}
input[type=radio]:checked + .custom_radio:before,
input[type=radio]:checked + .custom_check:before,
input[type=checkbox]:checked + .custom_radio:before,
input[type=checkbox]:checked + .custom_check:before {
  opacity: 1;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=url],
textarea {
  font-size: 14px;
  font-weight: 400;
  border: solid 1px #D6D6D6;
  background: white;
  border-radius: 3px;
  padding-inline: 20px;
  padding-block: 8px;
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder,
input[type=url]::placeholder,
textarea::placeholder {
  color: #B2B2B2;
}
input[type=text].is-full,
input[type=email].is-full,
input[type=tel].is-full,
input[type=url].is-full,
textarea.is-full {
  width: 100%;
}

.error {
  color: #CB333B;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
}

.text_link {
  color: #00ABA3;
  text-decoration: none;
}
@media screen and (min-width: 1216px) {
  .win .text_link:not(.is-sp .text_link):hover {
    text-decoration: underline;
  }
}
@media screen and (min-width: 1199px) {
  .text_link:not(.is-sp .text_link):hover {
    text-decoration: underline;
  }
}