@charset "UTF-8";
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-width: 0;
  border-style: solid;
}

:where(html) {
  line-height: 1.15;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%;
}

:where(body) {
  margin: 0;
}

:where(main) {
  display: block;
}

:where(p, table, blockquote, address, pre, iframe, form, figure, dl) {
  margin: 0;
}

:where(h1, h2, h3, h4, h5, h6) {
  margin: 0;
  font-weight: inherit;
  font-size: inherit;
}

:where(ul, ol) {
  margin: 0;
  padding: 0;
  list-style: none;
}

:where(dt) {
  font-weight: bold;
}

:where(dd) {
  margin-left: 0;
}

:where(hr) {
  clear: both;
  overflow: visible;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin: 0;
  height: 0;
  border-top-width: 1px;
  color: inherit;
}

:where(pre) {
  font-size: inherit;
  font-family: monospace, monospace;
}

:where(address) {
  font-style: inherit;
}

:where(a) {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
}

:where(abbr[title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

:where(b, strong) {
  font-weight: bolder;
}

:where(code, kbd, samp) {
  font-size: inherit;
  font-family: monospace, monospace;
}

:where(small) {
  font-size: 80%;
}

:where(sub, sup) {
  position: relative;
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
}

:where(sub) {
  bottom: -0.25em;
}

:where(sup) {
  top: -0.5em;
}

:where(svg, img, embed, object, iframe) {
  vertical-align: bottom;
}

:where(button, input, optgroup, select, textarea) {
  -moz-appearance: none;
       appearance: none;
  margin: 0;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: inherit;
  vertical-align: middle;
  text-align: inherit;
  text-transform: inherit;
  font: inherit;
  -webkit-appearance: none;
}

:where(button, [type=button], [type=reset], [type=submit]) {
  cursor: pointer;
}

:where(button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled) {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

:where(select:disabled) {
  opacity: inherit;
}

:where(option) {
  padding: 0;
}

:where(fieldset) {
  margin: 0;
  padding: 0;
  min-width: 0;
}

:where(legend) {
  padding: 0;
}

:where(progress) {
  vertical-align: baseline;
}

:where(textarea) {
  overflow: auto;
}

:where([type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button) {
  height: auto;
}

:where([type=search]) {
  outline-offset: -2px;
}

:where([type=search]::-webkit-search-decoration) {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

:where([type=number]) {
  -moz-appearance: textfield;
}

:where(label[for]) {
  cursor: pointer;
}

:where(details) {
  display: block;
}

:where(summary) {
  display: list-item;
}

:where([contenteditable]:focus) {
  outline: auto;
}

:where(table) {
  border-collapse: collapse;
  border-color: inherit;
}

:where(caption) {
  text-align: left;
}

:where(td, th) {
  padding: 0;
  vertical-align: top;
}

:where(th) {
  text-align: left;
  font-weight: bold;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.fadeInDown {
  opacity: 0;
}
.fadeInDown.animated {
  -webkit-animation: fadeInDown;
          animation: fadeInDown;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.fadeIn {
  opacity: 0;
}
.fadeIn.animated {
  -webkit-animation: fadeIn;
          animation: fadeIn;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.fadeInUp {
  opacity: 0;
}
.fadeInUp.animated {
  -webkit-animation: fadeInUp;
          animation: fadeInUp;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.fadeInRight {
  opacity: 0;
}
.fadeInRight.animated {
  -webkit-animation: fadeInRight;
          animation: fadeInRight;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.delay-1 {
  -webkit-animation-delay: 0.1s !important;
          animation-delay: 0.1s !important;
}
.delay-2 {
  -webkit-animation-delay: 0.2s !important;
          animation-delay: 0.2s !important;
}
.delay-3 {
  -webkit-animation-delay: 0.3s !important;
          animation-delay: 0.3s !important;
}
.delay-4 {
  -webkit-animation-delay: 0.4s !important;
          animation-delay: 0.4s !important;
}
.delay-5 {
  -webkit-animation-delay: 0.5s !important;
          animation-delay: 0.5s !important;
}
.delay-6 {
  -webkit-animation-delay: 0.6s !important;
          animation-delay: 0.6s !important;
}
.delay-7 {
  -webkit-animation-delay: 0.7s !important;
          animation-delay: 0.7s !important;
}
.delay-8 {
  -webkit-animation-delay: 0.8s !important;
          animation-delay: 0.8s !important;
}
.delay-9 {
  -webkit-animation-delay: 0.9s !important;
          animation-delay: 0.9s !important;
}
.delay-10 {
  -webkit-animation-delay: 1s !important;
          animation-delay: 1s !important;
}

html {
  font-size: 62.5%;
}

body {
  background-color: #fff;
  color: #1a1a1a;
  overflow-wrap: break-word;
  word-wrap: break-word;
  font-size: 1.6rem;
  font-family: sans-serif;
  -webkit-font-smoothing: antialiased;
  line-height: 2;
  line-break: strict;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.4;
}

:where(a) {
  color: #f5f6f6;
}
.wrap {
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .wrap {
    padding: 0 40px;
    max-width: 1280px;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .wrap {
    padding: 0 20px;
  }
}

.inner {
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .inner {
    padding: 0 40px;
    max-width: 1160px;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .inner {
    padding: 0 20px;
  }
}

@media screen and (min-width: 769px) {
  .pc-none {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .sp-none {
    display: none !important;
  }
}
.topMv {
  position: relative;
  background: #f5f6f6;
}
@media screen and (min-width: 769px) {
  .topMv {
    padding-bottom: 74px;
  }
}
@media screen and (max-width: 768px) {
  .topMv {
    padding-bottom: 48px;
  }
}
@media screen and (min-width: 769px) {
  .topMv::before {
    content: "";
    position: absolute;
    bottom: -230px;
    left: 50%;
    z-index: 1;
    width: 100%;
    height: 346px;
    background: url(../img/background_cyclone.png);
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media screen and (max-width: 768px) {
  .topMv::before {
    content: "";
    position: absolute;
    bottom: -60px;
    left: 50%;
    z-index: 1;
    width: 100%;
    height: 146px;
    background: url(../img/background_cyclone_sp.png);
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.topMv::after {
  content: "";
  position: absolute;
  background: url(../img/mv01.png);
  background-repeat: no-repeat;
}
@media screen and (min-width: 1141px) {
  .topMv::after {
    top: 150px;
    right: 0;
    width: 50%;
    height: 415px;
    background-size: contain;
  }
}
@media screen and (max-width: 1140px) {
  .topMv::after {
    top: 440px;
    left: 50%;
    width: 90%;
    height: 100%;
    background-size: 100%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media screen and (max-width: 500px) {
  .topMv::after {
    top: 380px;
    left: 50%;
    width: 90%;
    height: 100%;
    background-size: 100%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media screen and (min-width: 1141px) {
  .topMv-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 88px;
    margin-bottom: 108px;
  }
}
@media screen and (max-width: 1140px) {
  .topMv-body {
    margin-top: 48px;
    margin-bottom: 618px;
  }
}
@media screen and (max-width: 500px) {
  .topMv-body {
    margin-top: 48px;
    margin-bottom: 318px;
  }
}
@media screen and (min-width: 1141px) {
  .topMv-body-txts {
    margin-top: 32px;
    width: 50%;
  }
}
@media screen and (max-width: 1140px) {
  .topMv-body-txts {
    margin-top: 0;
    width: 100%;
  }
}
.topMv-body-txts-txt {
  color: #51afaf;
  font-weight: 500;
  font-family: "Hiragino Kaku Gothic ProN";
  line-height: 1em;
}
@media screen and (min-width: 769px) {
  .topMv-body-txts-txt {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 768px) {
  .topMv-body-txts-txt {
    text-align: center;
    letter-spacing: 3.5px;
    font-weight: 700;
    font-size: 2rem;
  }
}
.topMv-body-txts-ttl {
  color: #383838;
  font-weight: 600;
  font-family: "Hiragino Kaku Gothic ProN";
  line-height: 1.4em; /* 89.6px */
}
@media screen and (min-width: 769px) {
  .topMv-body-txts-ttl {
    margin-top: 32px;
    letter-spacing: 7.04px;
    font-size: 6.4rem;
  }
}
@media screen and (max-width: 768px) {
  .topMv-body-txts-ttl {
    margin-top: 32px;
    text-align: center;
    letter-spacing: 2px;
    font-size: 4rem;
  }
}

.header {
  margin: 0 auto;
  max-width: 1440px;
}
@media screen and (min-width: 769px) {
  .header {
    padding: 40px 30px 0;
  }
}
@media screen and (max-width: 768px) {
  .header {
    padding: 30px 20px 0;
  }
}
@media screen and (min-width: 769px) {
  .header-img {
    height: 32px;
  }
}
@media screen and (max-width: 768px) {
  .header-img {
    height: 24px;
  }
}
@media screen and (min-width: 769px) {
  .header-img img {
    height: 32px;
  }
}
@media screen and (max-width: 768px) {
  .header-img img {
    height: 24px;
  }
}
.header-img-link {
  width: 100%;
}

.module_btn {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0 auto;
  border-radius: 100px;
  background: #e9b507;
  color: #fff;
  font-weight: 500;
  font-family: "Hiragino Kaku Gothic ProN";
}
@media screen and (min-width: 769px) {
  .module_btn {
    gap: 42px;
    padding: 5px 20px 5px 70px;
    width: 360px;
    height: 80px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .module_btn {
    gap: 30px;
    padding: 5px 20px 5px 52px;
    width: 280px;
    height: 64px;
    font-size: 1.6rem;
  }
}
.module_btn::after {
  content: "";
  display: block;
  background: url(../img/arrow_white.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 769px) {
  .module_btn::after {
    width: 16px;
    height: 14px;
  }
}
@media screen and (max-width: 768px) {
  .module_btn::after {
    width: 13px;
    height: 12px;
  }
}
.module_btn:hover {
  opacity: 0.7;
}

.topRenovation {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 769px) {
  .topRenovation {
    padding: 46px 0 100px;
  }
}
@media screen and (max-width: 768px) {
  .topRenovation {
    padding: 32px 0 80px;
  }
}
.topRenovation-subttl {
  color: #383838;
  text-align: center;
  letter-spacing: 1.44px;
  font-weight: 400;
  font-family: Alexandria;
  line-height: 1em; /* 18px */
}
@media screen and (min-width: 769px) {
  .topRenovation-subttl {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .topRenovation-subttl {
    font-size: 1.6rem;
  }
}
.topRenovation-ttl {
  color: #51afaf;
  text-align: center;
  font-weight: 600;
  font-family: "Hiragino Kaku Gothic ProN";
  line-height: 1.4em;
}
@media screen and (min-width: 769px) {
  .topRenovation-ttl {
    margin-top: 16px;
    font-size: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .topRenovation-ttl {
    margin-top: 14px;
    font-size: 2.4rem;
  }
}
.topRenovation-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 769px) {
  .topRenovation-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 94px 64px;
    margin-top: 86px;
  }
}
@media screen and (max-width: 768px) {
  .topRenovation-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 48px;
    margin-top: 56px;
  }
}
.topRenovation-list-item {
  border-radius: 10px;
  background: #f5f6f6;
}
@media screen and (min-width: 769px) {
  .topRenovation-list-item {
    padding: 0 30px 24px;
    width: calc(50% - 32px);
  }
}
@media screen and (max-width: 768px) {
  .topRenovation-list-item {
    padding: 0 16px 20px;
    width: 100%;
  }
}
.topRenovation-list-item-img {
  border-radius: 10px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 769px) {
  .topRenovation-list-item-img {
    margin: -30px auto 0;
  }
}
@media screen and (max-width: 768px) {
  .topRenovation-list-item-img {
    margin: -20px auto 0;
  }
}
.topRenovation-list-item-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 769px) {
  .topRenovation-list-item-contents {
    gap: 14px;
    margin-top: 14px;
  }
}
@media screen and (max-width: 768px) {
  .topRenovation-list-item-contents {
    gap: 12px;
    margin-top: 20px;
  }
}
.topRenovation-list-item-contents-number {
  color: #e9b507;
  font-weight: 500;
  font-style: normal;
  font-family: "Barlow Semi Condensed";
  line-height: 1em;
}
@media screen and (min-width: 769px) {
  .topRenovation-list-item-contents-number {
    font-size: 6.4rem;
  }
}
@media screen and (max-width: 768px) {
  .topRenovation-list-item-contents-number {
    font-size: 3.2rem;
  }
}
.topRenovation-list-item-contents-txt {
  color: #383838;
  font-weight: 400;
  font-style: normal;
  font-family: "Hiragino Kaku Gothic ProN";
  line-height: 1.6em;
}
@media screen and (min-width: 769px) {
  .topRenovation-list-item-contents-txt {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .topRenovation-list-item-contents-txt {
    font-size: 1.6rem;
  }
}

.topNayami {
  background: #f5f6f6;
}
@media screen and (min-width: 769px) {
  .topNayami {
    padding: 80px 0 100px;
  }
}
@media screen and (max-width: 768px) {
  .topNayami {
    padding: 64px 0 72px;
  }
}
.topNayami-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #2e9999;
  text-align: center;
  font-weight: 600;
  font-style: normal;
  font-family: "Hiragino Kaku Gothic ProN";
  line-height: 1em;
}
@media screen and (min-width: 769px) {
  .topNayami-ttl {
    gap: 40px;
    font-size: 4.8rem;
  }
}
@media screen and (max-width: 768px) {
  .topNayami-ttl {
    gap: 15px;
    font-size: 2.8rem;
  }
}
.topNayami-ttl span {
  color: #9bd3d3;
  text-align: center;
  font-weight: 600;
  font-style: normal;
  font-family: Alkatra;
  line-height: 1em;
}
@media screen and (min-width: 769px) {
  .topNayami-ttl span {
    font-size: 8rem;
  }
}
@media screen and (max-width: 768px) {
  .topNayami-ttl span {
    font-size: 4.8rem;
  }
}
@media screen and (min-width: 769px) {
  .topNayami-ttl-span {
    margin-left: -40px;
  }
}
@media screen and (max-width: 768px) {
  .topNayami-ttl-span {
    margin-left: -15px;
  }
}
.topNayami-subttl {
  color: #383838;
  text-align: center;
  font-weight: 600;
  font-style: normal;
  font-family: "Hiragino Kaku Gothic ProN";
  line-height: 100%;
}
@media screen and (min-width: 769px) {
  .topNayami-subttl {
    margin-top: 35px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .topNayami-subttl {
    margin-top: 40px;
    font-size: 2rem;
  }
}
.topNayami-subttl span {
  color: #e9b507;
  font-weight: 600;
  font-style: normal;
  font-family: "Hiragino Kaku Gothic ProN";
  line-height: 100%;
}
@media screen and (min-width: 769px) {
  .topNayami-subttl span {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 768px) {
  .topNayami-subttl span {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 769px) {
  .topNayami-subttl::before {
    content: "";
    position: relative;
    top: -20px;
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(../img/img_nayami_icon.svg);
    background-size: contain;
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 768px) {
  .topNayami-subttl::before {
    content: "";
    position: relative;
    top: -15px;
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../img/img_nayami_icon.svg);
    background-size: contain;
    background-repeat: no-repeat;
  }
}
.topNayami-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 769px) {
  .topNayami-list {
    gap: 16px;
    margin-top: 28px;
  }
}
@media screen and (max-width: 768px) {
  .topNayami-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
    margin-top: 32px;
  }
}
.topNayami-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 10px;
  background: #fff;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
}
@media screen and (min-width: 769px) {
  .topNayami-list-item {
    padding: 32px 20px;
    width: calc(25% - 4px);
  }
}
@media screen and (max-width: 768px) {
  .topNayami-list-item {
    padding: 24px 20px;
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .topNayami-list-item:nth-child(2), .topNayami-list-item:nth-child(3) {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
}
.topNayami-list-item-txt {
  color: #383838;
  text-align: center;
  font-weight: 400;
  font-style: normal;
  font-family: "Hiragino Kaku Gothic ProN";
  line-height: 1.6em;
}
@media screen and (min-width: 769px) {
  .topNayami-list-item-txt {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .topNayami-list-item-txt {
    font-size: 1.4rem;
  }
}
.topNayami-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 769px) {
  .topNayami-body {
    gap: 56px;
    margin-top: 100px;
  }
}
@media screen and (max-width: 768px) {
  .topNayami-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
    margin-top: 64px;
  }
}
.topNayami-body-contents-ttl {
  color: #383838;
  letter-spacing: -0.05em;
  font-weight: 600;
  font-style: normal;
  font-family: "Hiragino Kaku Gothic ProN";
  line-height: 1.8em;
}
@media screen and (min-width: 769px) {
  .topNayami-body-contents-ttl {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 768px) {
  .topNayami-body-contents-ttl {
    text-align: center;
    font-size: 2rem;
  }
}
.topNayami-body-contents-ttl span {
  color: #51afaf;
}
@media screen and (min-width: 769px) {
  .topNayami-body-contents-ttl span {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 768px) {
  .topNayami-body-contents-ttl span {
    font-size: 2.4rem;
  }
}
.topNayami-body-contents-txt {
  margin-top: 24px;
  color: #383838;
  font-weight: 400;
  font-style: normal;
  font-family: "Hiragino Kaku Gothic ProN";
  line-height: 2em;
}
@media screen and (min-width: 769px) {
  .topNayami-body-contents-txt {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .topNayami-body-contents-txt {
    text-align: center;
    font-size: 1.4rem;
  }
}
.topNayami-body-contents-txt span {
  font-weight: 600;
}
@media screen and (min-width: 769px) {
  .topNayami-body-contents-txt span {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .topNayami-body-contents-txt span {
    text-align: center;
    font-size: 1.6rem;
  }
}
.topNayami-body-img {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 769px) {
  .topNayami-body-img {
    max-width: 430px;
  }
}
@media screen and (max-width: 768px) {
  .topNayami-body-img {
    right: -20px;
    width: 315px;
  }
}
.topNayami-body-img::after {
  content: "";
  position: absolute;
  top: 20px;
  z-index: -1;
  width: 100%;
  border-radius: 10px;
  background: #fff;
}
@media screen and (min-width: 769px) {
  .topNayami-body-img::after {
    right: 20px;
    height: 272px;
  }
}
@media screen and (max-width: 768px) {
  .topNayami-body-img::after {
    left: 43%;
    height: 100%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.topResons {
  background: #fff;
}
@media screen and (min-width: 769px) {
  .topResons {
    padding: 80px 0 100px;
  }
}
@media screen and (max-width: 768px) {
  .topResons {
    padding: 64px 0 64px;
  }
}
.topResons-subttl {
  color: #383838;
  text-align: center;
  letter-spacing: 1.44px;
  font-weight: 400;
  font-family: Alexandria;
  line-height: 1em; /* 18px */
}
@media screen and (min-width: 769px) {
  .topResons-subttl {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .topResons-subttl {
    font-size: 1.6rem;
  }
}
.topResons-ttl {
  color: #51afaf;
  text-align: center;
  font-weight: 600;
  font-family: "Hiragino Kaku Gothic ProN";
  line-height: 1.4em;
}
@media screen and (min-width: 769px) {
  .topResons-ttl {
    margin-top: 16px;
    font-size: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .topResons-ttl {
    margin-top: 14px;
    font-size: 2.4rem;
  }
}
.topResons-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 769px) {
  .topResons-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 56px 80px;
    margin-top: 56px;
    margin-bottom: 64px;
  }
}
@media screen and (max-width: 768px) {
  .topResons-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 48px;
    margin-top: 40px;
    margin-bottom: 48px;
  }
}
@media screen and (min-width: 1042px) {
  .topResons-list-item {
    width: calc(50% - 40px);
  }
}
@media screen and (max-width: 1041px) {
  .topResons-list-item {
    width: 100%;
  }
}
.topResons-list-item-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 769px) {
  .topResons-list-item-body {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 24px;
  }
}
@media screen and (max-width: 768px) {
  .topResons-list-item-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
  }
}
.topResons-list-item-body-img {
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 769px) {
  .topResons-list-item-body-img {
    min-width: 250px;
    max-width: 250px;
    border-radius: 10px;
  }
}
@media screen and (max-width: 768px) {
  .topResons-list-item-body-img {
    width: 100%;
    border-radius: 15px;
  }
}
.topResons-list-item-body-txts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 14px;
}
.topResons-list-item-body-txts-ttl {
  color: #51afaf;
  font-weight: 600;
  font-style: normal;
  font-family: "Hiragino Kaku Gothic ProN";
  line-height: 1em;
}
@media screen and (min-width: 769px) {
  .topResons-list-item-body-txts-ttl {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .topResons-list-item-body-txts-ttl {
    font-size: 1.8rem;
  }
}
.topResons-list-item-body-txts-txt {
  color: #383838;
  font-weight: 400;
  font-family: "Hiragino Kaku Gothic ProN";
}
@media screen and (min-width: 769px) {
  .topResons-list-item-body-txts-txt {
    font-size: 1.4rem;
    line-height: 1.8em;
  }
}
@media screen and (max-width: 768px) {
  .topResons-list-item-body-txts-txt {
    font-size: 1.2rem;
    line-height: 1.6em;
  }
}

.topConstruction {
  background: #f5f6f6;
}
@media screen and (min-width: 769px) {
  .topConstruction {
    padding: 80px 0 100px;
  }
}
@media screen and (max-width: 768px) {
  .topConstruction {
    padding: 64px 0 80px;
  }
}
.topConstruction-subttl {
  color: #383838;
  text-align: center;
  letter-spacing: 1.44px;
  font-weight: 400;
  font-family: Alexandria;
  line-height: 1em; /* 18px */
}
@media screen and (min-width: 769px) {
  .topConstruction-subttl {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .topConstruction-subttl {
    font-size: 1.6rem;
  }
}
.topConstruction-ttl {
  color: #51afaf;
  text-align: center;
  font-weight: 600;
  font-family: "Hiragino Kaku Gothic ProN";
  line-height: 1.4em;
}
@media screen and (min-width: 769px) {
  .topConstruction-ttl {
    margin-top: 16px;
    font-size: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .topConstruction-ttl {
    margin-top: 14px;
    font-size: 2.4rem;
  }
}
.topConstruction-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 769px) {
  .topConstruction-list {
    gap: 64px;
    margin-top: 56px;
    margin-bottom: 64px;
  }
}
@media screen and (max-width: 768px) {
  .topConstruction-list {
    gap: 48px;
    margin-top: 40px;
    margin-bottom: 48px;
  }
}
.topConstruction-list-item-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #2f2f2f;
  font-weight: 600;
  font-family: "Hiragino Kaku Gothic ProN";
  line-height: 1em;
}
@media screen and (min-width: 769px) {
  .topConstruction-list-item-ttl {
    gap: 10px;
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 768px) {
  .topConstruction-list-item-ttl {
    gap: 12px;
    font-size: 2rem;
  }
}
.topConstruction-list-item-ttl::before {
  content: "";
  display: block;
  border-radius: 50%;
  background: #e9b507;
}
@media screen and (min-width: 769px) {
  .topConstruction-list-item-ttl::before {
    width: 16px;
    height: 16px;
  }
}
@media screen and (max-width: 768px) {
  .topConstruction-list-item-ttl::before {
    width: 8px;
    height: 8px;
  }
}
@media screen and (min-width: 769px) {
  .topConstruction-list-item-ttl span {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .topConstruction-list-item-ttl span {
    font-size: 1.4rem;
  }
}
.topConstruction-list-item-txt {
  color: #2f2f2f;
  font-weight: 400;
  font-family: "Hiragino Kaku Gothic ProN";
  line-height: 1.4em;
}
@media screen and (min-width: 769px) {
  .topConstruction-list-item-txt {
    margin-top: 16px;
    padding-left: 30px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .topConstruction-list-item-txt {
    margin-top: 14px;
    padding-left: 0;
    font-size: 1.2rem;
  }
}
.topConstruction-list-item-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  .topConstruction-list-item-body {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 32px;
    margin-top: 24px;
  }
}
@media screen and (max-width: 768px) {
  .topConstruction-list-item-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 48px;
    margin-top: 32px;
  }
}
@media screen and (min-width: 769px) {
  .topConstruction-list-item-body-contents {
    width: calc(25% - 24px);
  }
}
@media screen and (max-width: 768px) {
  .topConstruction-list-item-body-contents {
    width: 100%;
  }
}
.topConstruction-list-item-body-contents-img {
  position: relative;
  width: 100%;
  border-radius: 10px;
}
.topConstruction-list-item-body-contents-img::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 32px;
  height: 32px;
  background: url(../img/img_construction_img_icon.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.topConstruction-list-item-body-contents-txt {
  color: #2f2f2f;
  font-weight: 500;
  font-family: "Hiragino Kaku Gothic ProN";
  line-height: 1em;
}
@media screen and (min-width: 769px) {
  .topConstruction-list-item-body-contents-txt {
    margin-top: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .topConstruction-list-item-body-contents-txt {
    margin-top: 16px;
    font-size: 1.4rem;
  }
}

.topFlow {
  background: #fff;
}
@media screen and (min-width: 769px) {
  .topFlow {
    padding: 80px 0 100px;
  }
}
@media screen and (max-width: 768px) {
  .topFlow {
    padding: 64px 0 100px;
  }
}
.topFlow-subttl {
  color: #383838;
  text-align: center;
  letter-spacing: 1.44px;
  font-weight: 400;
  font-family: Alexandria;
  line-height: 1em; /* 18px */
}
@media screen and (min-width: 769px) {
  .topFlow-subttl {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .topFlow-subttl {
    font-size: 1.6rem;
  }
}
.topFlow-ttl {
  color: #51afaf;
  text-align: center;
  font-weight: 600;
  font-family: "Hiragino Kaku Gothic ProN";
  line-height: 1.4em;
}
@media screen and (min-width: 769px) {
  .topFlow-ttl {
    margin-top: 16px;
    font-size: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .topFlow-ttl {
    margin-top: 14px;
    font-size: 2.4rem;
  }
}
.topFlow-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 769px) {
  .topFlow-list {
    gap: 40px;
    margin-top: 56px;
    margin-bottom: 64px;
  }
}
@media screen and (max-width: 768px) {
  .topFlow-list {
    gap: 24px;
    margin-top: 40px;
    margin-bottom: 48px;
  }
}
.topFlow-list-item {
  position: relative;
  width: 100%;
  border-radius: 10px;
  background: #fff;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
.topFlow-list-item:nth-child(1)::after, .topFlow-list-item:nth-child(2)::after, .topFlow-list-item:nth-child(3)::after, .topFlow-list-item:nth-child(4)::after {
  content: "";
  position: absolute;
  left: 50%;
  width: 2px;
  height: 40px;
  border-left: 2px dashed #97d2d2;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.topFlow-list-item-icon {
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 769px) {
  .topFlow-list-item-icon {
    width: 64px;
  }
}
@media screen and (max-width: 768px) {
  .topFlow-list-item-icon {
    width: 48px;
  }
}
.topFlow-list-item-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 769px) {
  .topFlow-list-item-body {
    gap: 20px;
    padding: 30px 30px 30px 92px;
  }
}
@media screen and (max-width: 768px) {
  .topFlow-list-item-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 32px 20px;
  }
}
.topFlow-list-item-body-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 769px) {
  .topFlow-list-item-body-contents {
    gap: 16px;
    width: 536px;
  }
}
@media screen and (max-width: 768px) {
  .topFlow-list-item-body-contents {
    gap: 14px;
    width: 100%;
  }
}
.topFlow-list-item-body-contents-ttl {
  color: #158585;
  font-weight: 700;
  font-family: "Hiragino Kaku Gothic ProN";
  line-height: 1em;
}
@media screen and (min-width: 769px) {
  .topFlow-list-item-body-contents-ttl {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 768px) {
  .topFlow-list-item-body-contents-ttl {
    margin-top: 24px;
    font-size: 2rem;
  }
}
.topFlow-list-item-body-contents-txt {
  color: #2f2f2f;
  font-weight: 400;
  font-style: normal;
  font-family: "Hiragino Kaku Gothic ProN";
  line-height: 1.8em;
}
@media screen and (min-width: 769px) {
  .topFlow-list-item-body-contents-txt {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .topFlow-list-item-body-contents-txt {
    font-size: 1.4rem;
  }
}
.topFlow-list-item-body-img {
  max-width: 360px;
}

@media screen and (min-width: 769px) {
  .topFooter {
    padding: 60px 0 32px;
  }
}
@media screen and (max-width: 768px) {
  .topFooter {
    padding: 20px 0 32px;
  }
}
.topFooter-link {
  display: block;
  color: #838383;
  text-align: center;
  font-weight: 400;
  font-family: "Hiragino Kaku Gothic ProN";
  line-height: 100%;
}
@media screen and (min-width: 769px) {
  .topFooter-link {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .topFooter-link {
    font-size: 1.1rem;
  }
}
.topFooter-copy {
  display: block;
  margin-top: 20px;
  color: #838383;
  text-align: center;
  font-weight: 400;
  font-family: "Hiragino Kaku Gothic ProN";
  line-height: 100%;
}
@media screen and (min-width: 769px) {
  .topFooter-copy {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .topFooter-copy {
    font-size: 1.1rem;
  }
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  display: none; /* 初期状態は非表示 */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* 背景を半透明に */
}
@media screen and (min-width: 769px) {
  .modal-wrap {
    max-width: 1208px;
  }
}
@media screen and (max-width: 768px) {
  .modal-wrap {
    max-width: 305px;
  }
}
.modal-closebtn {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0 10px 0 0;
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  .modal-closebtn {
    width: 64px;
  }
}
@media screen and (max-width: 768px) {
  .modal-closebtn {
    width: 32px;
  }
}
.modal-body {
  position: relative;
  border-radius: 10px;
  background: #fff;
}
@media screen and (min-width: 769px) {
  .modal-body {
    padding: 48px 64px;
  }
}
@media screen and (max-width: 768px) {
  .modal-body {
    padding: 32px 20px;
  }
}
.modal-body-ctg {
  color: #e9b507;
  text-align: center;
  font-weight: 400;
  font-style: normal;
  font-family: "Hiragino Kaku Gothic ProN";
  line-height: 1em;
}
@media screen and (min-width: 769px) {
  .modal-body-ctg {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .modal-body-ctg {
    font-size: 1.6rem;
  }
}
.modal-body-ttl {
  color: #2f2f2f;
  text-align: center;
  font-weight: 700;
  font-family: "Hiragino Kaku Gothic ProN";
  line-height: 1em;
}
@media screen and (min-width: 769px) {
  .modal-body-ttl {
    margin-top: 14px;
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 768px) {
  .modal-body-ttl {
    margin-top: 16px;
    font-size: 2rem;
  }
}
.modal-body-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 769px) {
  .modal-body-contents {
    gap: 48px;
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .modal-body-contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
    margin-top: 24px;
  }
}
.modal-body-contents-img {
  max-width: 452px;
}
@media screen and (min-width: 769px) {
  .modal-body-contents-img {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .modal-body-contents-img {
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .modal-body-contents-menu {
    max-width: 452px;
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .modal-body-contents-menu {
    width: 100%;
  }
}
.modal-body-contents-menu-txt {
  color: #2f2f2f;
  font-weight: 400;
  font-family: "Hiragino Kaku Gothic ProN";
  line-height: 1.8em;
}
@media screen and (min-width: 769px) {
  .modal-body-contents-menu-txt {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .modal-body-contents-menu-txt {
    font-size: 1.4rem;
  }
}
.modal-body-contents-menu-syousai {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
@media screen and (min-width: 769px) {
  .modal-body-contents-menu-syousai {
    margin-top: 32px;
  }
}
@media screen and (max-width: 768px) {
  .modal-body-contents-menu-syousai {
    margin-top: 24px;
  }
}
.modal-body-contents-menu-syousai-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.modal-body-contents-menu-syousai-body-dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 4px 2px;
  border-radius: 2px;
  background: #767676;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .modal-body-contents-menu-syousai-body-dt {
    width: 80px;
    height: 22px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .modal-body-contents-menu-syousai-body-dt {
    width: 72px;
    height: 20px;
    font-size: 1.2rem;
  }
}
.modal-body-contents-menu-syousai-body-dd {
  color: #2f2f2f;
  font-weight: 400;
  font-style: normal;
  font-family: "Hiragino Kaku Gothic ProN";
  line-height: 1em;
}
@media screen and (min-width: 769px) {
  .modal-body-contents-menu-syousai-body-dd {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .modal-body-contents-menu-syousai-body-dd {
    font-size: 16px;
    font-size: 1.4rem;
  }
}
.modal-body-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin: 32px auto 0;
  padding-left: 58px;
  width: 320px;
  height: 64px;
  border-radius: 100px;
  background: #51afaf;
  color: #fff;
  font-weight: 500;
  font-size: 1.6rem;
  font-family: "Hiragino Kaku Gothic ProN";
  line-height: 1em;
}
.modal-body-link::after {
  content: "";
  display: block;
  width: 14px;
  height: 12px;
  background: url(../img/arrow_white.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.return_btn {
  position: absolute;
  top: 50%;
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  .return_btn {
    left: -50px;
    width: 20px;
  }
}
@media screen and (max-width: 768px) {
  .return_btn {
    left: -24px;
    width: 14px;
  }
}

.next_btn {
  position: absolute;
  top: 50%;
  cursor: pointer;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media screen and (min-width: 769px) {
  .next_btn {
    right: -50px;
    width: 20px;
  }
}
@media screen and (max-width: 768px) {
  .next_btn {
    right: -24px;
    width: 14px;
  }
}