:root {
  /* --viewport-width: min(100vw, 1600px); */
  --viewport-width: 100vw;
  --b: calc(var(--viewport-width) / 160);
}

@media screen and (max-width: 550px) {
  :root {
    --viewport-width: max(100vw, 550px);
    --b: calc(var(--viewport-width) / 55);
  }
}
.top {
  position: relative;
  padding-top: 11.5rem;
  padding-bottom: 10vh;
  text-align: center;
  background: linear-gradient(to bottom, #FDFFFE 0%, #DBF2E9 100%);
}
@media screen and (max-width: 550px) {
  .top {
    padding-top: 50px;
    padding-bottom: 20vh;
  }
}
.top .deco1 {
  position: absolute;
  width: 42rem;
  top: 0;
  right: 0;
  z-index: -1;
}
@media screen and (max-width: 550px) {
  .top .deco1 {
    width: 200px;
  }
}
.top h3 {
  letter-spacing: 0.4em;
}
@media screen and (max-width: 550px) {
  .top h3 {
    text-align: left;
    font-size: 26px;
    letter-spacing: 0.15em;
  }
}
.top h3 span {
  display: inline-block;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
.top__inner {
  background: #fff;
}
.top__inner h4 {
  color: #fff;
  font-size: max(2.1rem, 21px);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.3em;
  background: #007440;
  padding: 2rem 10%;
}
@media screen and (max-width: 550px) {
  .top__inner h4 {
    padding: 20px 30px;
    font-size: 21px;
    text-align: left;
  }
}
.top__inner h4 span {
  display: inline-block;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
.top__inner ul {
  gap: 4rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 7rem 10rem;
}
@media screen and (max-width: 768px) {
  .top__inner ul {
    align-items: start;
    flex-direction: column;
  }
}
@media screen and (max-width: 550px) {
  .top__inner ul {
    gap: 20px;
    padding: 30px;
  }
}
.top__inner ul li {
  gap: 2rem;
  display: flex;
  align-items: center;
  font-size: max(2.1rem, 18px);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.2em;
  text-align: left;
}
@media screen and (max-width: 550px) {
  .top__inner ul li {
    font-size: 18px;
    gap: 15px;
  }
}
.top__inner ul li:nth-of-type(odd) {
  width: 40%;
}
@media screen and (max-width: 768px) {
  .top__inner ul li:nth-of-type(odd) {
    width: 100%;
  }
}
.top__inner ul li:nth-of-type(even) {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .top__inner ul li:nth-of-type(even) {
    width: 100%;
  }
}
.top__inner ul li img {
  width: 30px;
  min-width: 30px;
  margin-top: max(0.7rem, 6px);
  align-self: start;
}
@media screen and (max-width: 550px) {
  .top__inner ul li img {
    margin-top: 0;
  }
}
.top__inner ul.stay li {
  position: relative;
}
.top__inner ul.stay li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  transform-origin: right;
  transition: 1s left ease;
  z-index: 100;
}
.top__inner ul.stay.active li::before {
  left: 100%;
}
.top__message {
  margin-top: 6.5rem;
}
.top__message--logo {
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 15px;
}
.top__message--logo::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 20px;
  height: 1px;
  background: #007440;
  transform: translateX(-50%);
}
@media screen and (max-width: 550px) {
  .top__message H3 {
    text-align: center;
    font-size: 22px;
    letter-spacing: 0.15em;
  }
}

.renovation {
  position: relative;
  padding-top: 15rem;
  background: #fff;
  box-shadow: 0 -10px 15px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 550px) {
  .renovation {
    padding-top: 60px;
  }
}
.renovation .deco1 {
  width: 43rem;
  position: absolute;
  left: 0;
  bottom: -22.5%;
}
@media screen and (max-width: 550px) {
  .renovation .deco1 {
    display: none;
  }
}
.renovation__title {
  display: block;
  position: relative;
  color: #007440;
  font-size: max(2.9rem, 26px);
  line-height: 2;
  letter-spacing: 0.3em;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 550px) {
  .renovation__title {
    font-size: 26px;
  }
}
.renovation__title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 20px;
  background: #007440;
}
.renovation__title span {
  display: inline-block;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
.renovation > p .accent {
  color: #007440;
}
.renovation__timing {
  margin-top: 6rem;
}
@media screen and (max-width: 550px) {
  .renovation__timing {
    margin-top: 35px;
  }
}
.renovation__timing--title {
  padding: 25px 0;
  border-left: 6px solid #007440;
  background: linear-gradient(to left, #FDFFFE 0%, #DBF2E9 100%);
}
@media screen and (max-width: 550px) {
  .renovation__timing--title {
    padding: 20px 0;
  }
}
.renovation__timing b {
  color: #007440;
  font-size: max(2.2rem, 14px);
  font-weight: 500;
  letter-spacing: 0.3em;
  margin-left: max(5rem, 25px);
}
@media screen and (max-width: 550px) {
  .renovation__timing b {
    font-size: 14px;
    margin-left: 25px;
  }
}
.renovation__timing--list {
  gap: 2rem;
  display: grid;
  margin-top: 3.5rem;
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 1000px) {
  .renovation__timing--list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 550px) {
  .renovation__timing--list {
    gap: 40px 20px;
  }
}
.renovation__timing--list li h4 {
  color: #007440;
  font-size: max(1.9rem, 16px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.15em;
  margin: 2.5rem 0;
}
@media screen and (max-width: 550px) {
  .renovation__timing--list li h4 {
    font-size: 16px;
    letter-spacing: 0.05em;
    margin-top: 15px;
  }
}
@media screen and (max-width: 550px) {
  .renovation__timing--list li p {
    letter-spacing: 0;
  }
}
.renovation__timing .btn {
  width: max(40rem, 500px);
  margin: 7rem auto 0;
}
@media screen and (max-width: 768px) {
  .renovation__timing .btn {
    width: 100%;
  }
}
@media screen and (max-width: 550px) {
  .renovation__timing .btn {
    margin-top: 50px;
  }
}
.renovation__timing .btn:hover {
  background: #007440;
}

.maintenance {
  margin-top: 15rem;
}
@media screen and (max-width: 550px) {
  .maintenance {
    margin-top: 60px;
  }
}
.maintenance__title {
  width: 80%;
  display: block;
  position: relative;
  color: #007440;
  font-size: max(2.9rem, 26px);
  line-height: 2;
  letter-spacing: 0.3em;
  padding-bottom: 20px;
  margin: 0 auto;
  margin-bottom: 20px;
}
@media screen and (max-width: 550px) {
  .maintenance__title {
    width: 90%;
    font-size: 26px;
  }
}
.maintenance__title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 20px;
  background: #007440;
}
.maintenance__title span {
  display: inline-block;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
.maintenance > p {
  width: 80%;
  margin: auto;
}
@media screen and (max-width: 550px) {
  .maintenance > p {
    width: 90%;
  }
}
.maintenance__guide {
  margin-top: 6rem;
}
@media screen and (max-width: 550px) {
  .maintenance__guide {
    margin-top: 35px;
  }
}
.maintenance__guide--title {
  width: 80%;
  margin: auto;
  padding: 25px 0;
  border-left: 6px solid #007440;
  background: linear-gradient(to left, #FDFFFE 0%, #DBF2E9 100%);
}
@media screen and (max-width: 550px) {
  .maintenance__guide--title {
    width: 90%;
    padding: 20px 0;
  }
}
.maintenance__guide b {
  color: #007440;
  font-size: max(2.2rem, 14px);
  font-weight: 500;
  letter-spacing: 0.3em;
  margin-left: max(5rem, 25px);
}
@media screen and (max-width: 550px) {
  .maintenance__guide b {
    font-size: 14px;
    margin-left: 25px;
  }
}
.maintenance__guide--list {
  margin-top: 3.5rem;
  background: linear-gradient(to bottom, transparent 50%, #007440 50%);
}
.maintenance__guide--list ul {
  gap: 2rem;
  width: 80%;
  margin: 0 auto;
  border: 2px solid #007440;
  padding: 5rem;
  background: #fff;
}
@media screen and (max-width: 550px) {
  .maintenance__guide--list ul {
    width: 90%;
    margin: 0 auto;
    padding: 25px 25px;
  }
}
.maintenance__guide--list ul li dl {
  display: flex;
  align-items: center;
  padding-top: max(2.5rem, 20px);
}
@media screen and (max-width: 550px) {
  .maintenance__guide--list ul li dl {
    gap: 25px;
    align-items: start;
    flex-direction: column;
    text-align: left;
    padding-top: 20px;
  }
}
.maintenance__guide--list ul li dl dt {
  width: 150px;
  color: #007440;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 600;
}
.maintenance__guide--list ul li dl dt .accent {
  color: inherit;
  font-size: 29px;
  line-height: 1;
  letter-spacing: 0;
}
.maintenance__guide--list ul li dl dd {
  flex: 1;
  font-size: max(1.9rem, 12px);
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 550px) {
  .maintenance__guide--list ul li dl dd {
    font-size: 12px;
    letter-spacing: 0.1em;
  }
}
.maintenance__guide--list ul li:not(:last-of-type) dl {
  padding-bottom: max(2.5rem, 20px);
  border-bottom: 2px dotted #007440;
}
.maintenance__guide--list ul li:first-of-type dl {
  padding-top: 0;
}
.maintenance__guide--list ul.stay {
  opacity: 0;
  transition: 1.5s opacity ease;
}
.maintenance__guide--list ul.stay.active {
  opacity: 1;
}
.maintenance__btn {
  background: #007440;
  padding: 7rem 10%;
}
@media screen and (max-width: 550px) {
  .maintenance__btn {
    padding: 50px 5% 75px;
  }
}
.maintenance__btn .btn {
  width: max(40rem, 500px);
  margin: 0 auto;
  border: 1px solid transparent;
}
@media screen and (max-width: 768px) {
  .maintenance__btn .btn {
    width: 100%;
  }
}
.maintenance__btn .btn:hover {
  border: 1px solid #fff;
}

.relocation {
  padding-top: 13rem;
  padding-bottom: 13rem;
  background: linear-gradient(to bottom, #DBF2E9 0%, #FDFFFE 20rem);
}
@media screen and (max-width: 550px) {
  .relocation {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.relocation__title {
  display: block;
  position: relative;
  color: #007440;
  font-size: max(2.9rem, 26px);
  line-height: 2;
  letter-spacing: 0.3em;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 550px) {
  .relocation__title {
    font-size: 26px;
  }
}
.relocation__title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 20px;
  background: #007440;
}
.relocation__title span {
  display: inline-block;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
.relocation__flow {
  margin-top: 6rem;
}
@media screen and (max-width: 550px) {
  .relocation__flow {
    margin-top: 35px;
  }
}
.relocation__flow--title {
  padding: 25px 0;
  border-left: 6px solid #007440;
  background: linear-gradient(to left, #FDFFFE 0%, #DBF2E9 100%);
}
@media screen and (max-width: 550px) {
  .relocation__flow--title {
    padding: 20px 0;
  }
}
.relocation__flow--title b {
  color: #007440;
  font-size: max(2.2rem, 14px);
  font-weight: 500;
  letter-spacing: 0.3em;
  margin-left: max(5rem, 25px);
}
@media screen and (max-width: 550px) {
  .relocation__flow--title b {
    font-size: 14px;
    margin-left: 25px;
  }
}
.relocation__flow--list {
  margin-top: 5rem;
}
@media screen and (max-width: 550px) {
  .relocation__flow--list {
    margin-top: 30px;
  }
}
.relocation__flow--list ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 1000px) {
  .relocation__flow--list ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 550px) {
  .relocation__flow--list ul {
    row-gap: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.relocation__flow--list ul li {
  position: relative;
  flex: 1;
  padding: 4rem;
}
.relocation__flow--list ul li:nth-of-type(1) {
  padding-top: 0;
  border-right: 2px dotted #007440;
  border-bottom: 2px dotted #007440;
}
@media screen and (max-width: 1000px) {
  .relocation__flow--list ul li:nth-of-type(1) {
    padding: 4rem;
  }
}
.relocation__flow--list ul li:nth-of-type(2) {
  padding-top: 0;
  border-right: 2px dotted #007440;
  border-bottom: 2px dotted #007440;
}
@media screen and (max-width: 1000px) {
  .relocation__flow--list ul li:nth-of-type(2) {
    padding: 4rem;
    border-right: none;
  }
}
.relocation__flow--list ul li:nth-of-type(3) {
  padding-top: 0;
  border-bottom: 2px dotted #007440;
}
@media screen and (max-width: 1000px) {
  .relocation__flow--list ul li:nth-of-type(3) {
    padding: 4rem;
    border-right: 2px dotted #007440;
  }
}
.relocation__flow--list ul li:nth-of-type(4) {
  padding-bottom: 0;
  border-right: 2px dotted #007440;
}
@media screen and (max-width: 1000px) {
  .relocation__flow--list ul li:nth-of-type(4) {
    padding: 4rem;
    border-right: none;
    border-bottom: 2px dotted #007440;
  }
}
.relocation__flow--list ul li:nth-of-type(5) {
  border-right: 2px dotted #007440;
}
@media screen and (max-width: 550px) {
  .relocation__flow--list ul li:nth-of-type(1), .relocation__flow--list ul li:nth-of-type(2), .relocation__flow--list ul li:nth-of-type(3), .relocation__flow--list ul li:nth-of-type(4), .relocation__flow--list ul li:nth-of-type(5), .relocation__flow--list ul li:nth-of-type(6) {
    flex: auto;
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
    padding: 0;
    border: none;
  }
}
.relocation__flow--list ul li .number {
  position: absolute;
  left: 4rem;
  display: grid;
  place-items: center;
  width: max(4rem, 30px);
  aspect-ratio: 1/1;
  background: #007440;
}
.relocation__flow--list ul li .number.number1, .relocation__flow--list ul li .number.number2, .relocation__flow--list ul li .number.number3 {
  top: 0;
}
.relocation__flow--list ul li .number.number4, .relocation__flow--list ul li .number.number5, .relocation__flow--list ul li .number.number6 {
  top: 4rem;
}
@media screen and (max-width: 1000px) {
  .relocation__flow--list ul li .number.number1, .relocation__flow--list ul li .number.number2, .relocation__flow--list ul li .number.number3, å .relocation__flow--list ul li .number.number4, .relocation__flow--list ul li .number.number5, .relocation__flow--list ul li .number.number6 {
    top: 4rem;
  }
}
@media screen and (max-width: 550px) {
  .relocation__flow--list ul li .number {
    position: static;
    width: 35px;
  }
}
.relocation__flow--list ul li .number span {
  color: #fff;
  font-size: max(2.5rem, 18px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
}
.relocation__flow--list ul li .circle {
  display: grid;
  place-items: center;
  width: max(24rem, 150px);
  aspect-ratio: 1/1;
  margin: auto;
  background: linear-gradient(to bottom, #FDFFFE 0%, #DBF2E9 100%);
  border-radius: 50%;
}
.relocation__flow--list ul li .circle.circle1 img {
  width: max(12.9rem, 81px);
}
@media screen and (max-width: 550px) {
  .relocation__flow--list ul li .circle.circle1 img {
    width: 81px;
  }
}
.relocation__flow--list ul li .circle.circle2 img {
  width: max(11.5rem, 77px);
}
@media screen and (max-width: 550px) {
  .relocation__flow--list ul li .circle.circle2 img {
    width: 77px;
  }
}
.relocation__flow--list ul li .circle.circle3 img {
  width: max(13.4rem, 84px);
}
@media screen and (max-width: 550px) {
  .relocation__flow--list ul li .circle.circle3 img {
    width: 84px;
  }
}
.relocation__flow--list ul li .circle.circle4 img {
  width: max(11.3rem, 71px);
}
@media screen and (max-width: 550px) {
  .relocation__flow--list ul li .circle.circle4 img {
    width: 71px;
  }
}
.relocation__flow--list ul li .circle.circle5 img {
  width: max(10.5rem, 66px);
}
@media screen and (max-width: 550px) {
  .relocation__flow--list ul li .circle.circle5 img {
    width: 66px;
  }
}
.relocation__flow--list ul li .circle.circle6 img {
  width: max(10rem, 63px);
}
@media screen and (max-width: 550px) {
  .relocation__flow--list ul li .circle.circle6 img {
    width: 63px;
  }
}
@media screen and (max-width: 550px) {
  .relocation__flow--list ul li .circle {
    width: 150px;
  }
}
.relocation__flow--list ul li .detail {
  margin-top: 2rem;
}
.relocation__flow--list ul li .detail b {
  color: #007440;
  font-size: max(1.9rem, 17px);
  font-weight: 600;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 550px) {
  .relocation__flow--list ul li .detail b {
    font-size: 17px;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 550px) {
  .relocation__flow--list ul li .detail p {
    letter-spacing: 0.05em;
  }
}
.relocation__btnBox {
  gap: 9rem;
  display: flex;
  justify-content: center;
  margin-top: 12.5rem;
}
@media screen and (max-width: 550px) {
  .relocation__btnBox {
    gap: 20px;
    margin-top: 40px;
    flex-direction: column;
  }
}
.relocation__btnBox .btn {
  width: max(40rem, 300px);
}
@media screen and (max-width: 550px) {
  .relocation__btnBox .btn {
    width: 100%;
  }
}/*# sourceMappingURL=reform.css.map */