@charset "UTF-8";
/* -----------------------------------------------
* Plugins エントリーポイント
-------------------------------------------------- */
/*------------------------------------------------------------------------------
  reset
------------------------------------------------------------------------------*/
html,
input,
textarea,
select,
button {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

html {
  color: #222222;
  background: #fff;
  line-height: 1.8;
  overflow-wrap: break-word;
}

body {
  background: #fff;
  margin: 0;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  border: 0;
  margin: 0;
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

figure {
  margin: 0;
}

p {
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

input,
select,
textarea,
button {
  color: inherit;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select::-ms-expand {
  display: none;
}

textarea {
  resize: vertical;
}

::-webkit-input-placeholder {
  color: #ccc;
}

:-ms-input-placeholder {
  color: #ccc;
}

::-ms-input-placeholder {
  color: #ccc;
}

::-moz-placeholder {
  color: #ccc;
}

::placeholder {
  color: #ccc;
}

button {
  border: none;
  cursor: pointer;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  padding: 0;
}

main {
  display: block;
}

#wrapper {
  position: relative;
}

.inner-block {
  margin: 0 auto;
  position: relative;
}

dl, dt, dd {
  padding: 0;
  margin: 0;
}

.ib {
  display: inline-block;
}

.c-svg {
  display: inline-block;
  fill: currentColor;
  vertical-align: top;
}

/* -----------------------------------------------
* Modules エントリーポイント
-------------------------------------------------- */
/* --------------------------------
c-header
----------------------------------- */
/* --------------------------------
c-footer
----------------------------------- */
/* -----------------------------------------------
* Page エントリーポイント
-------------------------------------------------- */
/* -----------------------------------------------
* home Module
* homeページ用
-------------------------------------------------- */
.home {
  font-size: 16px;
  line-height: 1.8;
  color: #222222;
  font-family: "Noto Sans JP";
}
.home .tsume {
  letter-spacing: -0.2em;
}
.home .p-ttl01 {
  z-index: 1;
  position: relative;
  max-width: 1106px;
  margin-inline: auto;
  padding: 10px 150px 10px 40px;
  height: auto;
  min-height: 120px;
  display: grid;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: -webkit-gradient(linear, left top, right top, from(#203c52), color-stop(80%, #01080b));
  background: linear-gradient(to right, #203c52 0%, #01080b 80%);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(16, 149, 237, 0.8);
          box-shadow: 0px 0px 20px 0px rgba(16, 149, 237, 0.8);
}
.home .p-ttl01::after {
  z-index: -1;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto 0;
  width: 100%;
  height: 100%;
  max-height: 120px;
  background: url("../img/deco-ttl01.png") no-repeat right center/contain;
}
.home .p-ttl01 .inn {
  font-size: 38px;
  font-weight: bold;
  line-height: 1.5;
  background: -webkit-gradient(linear, left top, right top, from(#46cbff), color-stop(18%, #7edaff), color-stop(35%, #b6eaff), to(#7edaff));
  background: linear-gradient(to right, #46cbff 0%, #7edaff 18%, #b6eaff 35%, #7edaff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.home .p-ttl01 .small {
  font-size: 30px;
  line-height: 1.65;
}
.home .p-ttl02 {
  margin-bottom: 32px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  padding: 6px 20px;
  color: #fff;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.5;
  background: -webkit-gradient(linear, left top, right top, from(rgb(1, 8, 11)), color-stop(49%, rgb(3, 91, 168)), to(rgb(1, 8, 11)));
  background: linear-gradient(to right, rgb(1, 8, 11) 0%, rgb(3, 91, 168) 49%, rgb(1, 8, 11) 100%);
}
.home .p-ttl02 .num {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 2px;
  width: 40px;
  height: 40px;
  color: #01080B;
  font-size: 30px;
  background: #fff;
  border-radius: 50%;
}
.home .p-ttl03 {
  padding: 10px 10px;
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  background: #1095ED;
}
.home .p-dot-list {
  font-size: 14px;
  line-height: 1.5;
}
.home .p-dot-list li {
  position: relative;
  padding-left: 20px;
}
.home .p-dot-list li::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 8px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #222222;
}
.home .p-star-list {
  position: relative;
  padding-left: 18px;
  font-size: 14px;
  line-height: 1.5;
}
.home .p-star-list::before {
  content: "＊";
  position: absolute;
  top: 0;
  left: 0;
}
.home .p-br01 {
  display: none;
}
.home .p-ls-small {
  letter-spacing: -0.01em;
}
.home .js-anim {
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  opacity: 0;
}
.home .js-anim.is-animated {
  -webkit-animation: fadeUp 1s ease forwards;
          animation: fadeUp 1s ease forwards;
}
@-webkit-keyframes fadeUp {
  0% {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fadeUp {
  0% {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
.home .mv-section {
  text-align: center;
  background: url("../img/mv-bg.png") no-repeat center/cover;
}
.home .mv-section .inner-block {
  padding-block: 60px 30px;
  position: relative;
}
.home .mv-section .sub-ttl-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.home .mv-section .sub-ttl-block .marker {
  display: inline-block;
  padding-inline: 12px;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.5;
  color: #fff;
  text-shadow: 0px 0px 10px #000000;
  background: rgba(255, 112, 114, 0.8);
}
.home .mv-section .sub-ttl-block .marker + .marker {
  margin-top: 5px;
}
.home .mv-section .coming-soon-block {
  width: 223px;
  height: 223px;
  position: absolute;
  top: 30px;
  left: -30px;
  display: grid;
  place-items: center;
  line-height: 1.2;
  font-size: 30px;
  font-weight: bold;
  border-radius: 50%;
  background: linear-gradient(135deg, #f7b229 0%, #f98e03 100%);
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
}
.home .mv-section .coming-soon-block .small {
  margin-top: 13px;
  display: block;
  font-size: 20px;
  line-height: 1.5;
  font-weight: bold;
}
.home .mv-section .subject-block {
  color: #002060;
  width: 150px;
  height: 150px;
  position: absolute;
  top: 50px;
  right: 0;
}
.home .mv-section .ttl-block {
  margin-top: 30px;
  color: #fff;
}
.home .mv-section .ttl {
  font-size: 80px;
  font-weight: bold;
  line-height: 1.3;
  text-shadow: 0px 0px 20px #000000;
}
.home .mv-section .ttl .tsume {
  padding-right: 10px;
}
.home .mv-section .code {
  margin-top: 26px;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.6;
}
.home .mv-section .anchor-block {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -webkit-box-align: end;
  -webkit-align-items: end;
      -ms-flex-align: end;
          align-items: end;
  gap: 3.5%;
  max-width: 1185px;
  margin: 52px auto 0;
}
.home .mv-section .anchor-block li {
  position: relative;
  height: 100%;
}
.home .mv-section .anchor-block a {
  z-index: 1;
  position: relative;
  display: grid;
  place-items: center;
  padding: 10px 25px 10px 5px;
  height: 100%;
  color: #035BA8;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.17;
  border: solid 1px #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#035ba8), color-stop(30%, #ecf8fe), color-stop(70%, #ecf8fe), to(#035ba8));
  background: linear-gradient(to bottom, #035ba8 0%, #ecf8fe 30%, #ecf8fe 70%, #035ba8 100%);
}
.home .mv-section .anchor-block a::before {
  z-index: -1;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #fff;
  opacity: 0;
  pointer-events: none;
}
.home .mv-section .anchor-block a::after {
  content: "";
  position: absolute;
  right: 8px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 14px;
  height: 22px;
  background: #035BA8;
  -webkit-mask: url("../img/ico-link.svg") no-repeat center/contain;
          mask: url("../img/ico-link.svg") no-repeat center/contain;
}
.home .mv-section .anchor-block .comment {
  padding-block: 8px;
  position: absolute;
  bottom: calc(100% + 10px);
  left: 0;
  right: 0;
  margin: 0 auto;
  font-size: 12px;
  line-height: 1.2;
  background: #fff;
  text-align: center;
}
.home .note-section {
  font-size: 16px;
}
.home .note-section .inner-block {
  padding-block: 15px;
  max-width: 1080px;
}
.home .main-cont-bg {
  position: relative;
  background: #203C52;
  overflow-y: hidden;
}
.home .main-cont-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 400px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(17, 17, 17)), to(rgba(17, 17, 17, 0)));
  background: linear-gradient(to bottom, rgb(17, 17, 17) 0%, rgba(17, 17, 17, 0) 100%);
}
.home .main-cont-bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/main-bg.png") repeat-y center top/cover;
  background-size: 100%;
}
.home .state-section {
  z-index: 1;
  position: relative;
  margin-block: 60px;
  padding: 20px;
  color: #fff;
  text-align: center;
  background: rgba(0, 0, 0, 0.8);
}
.home .state-section .state-txt {
  font-size: 34px;
  font-weight: bold;
  line-height: 1.5;
}
.home .state-section .note {
  margin-top: 24px;
  font-size: 14px;
  line-height: 1.5;
}
.home .main-cont {
  z-index: 2;
  max-width: 1290px;
  padding-bottom: 110px;
  padding-top: 75px;
}
.home .info-section + .info-section {
  margin-top: 80px;
}
.home .info-section .cont-bg {
  padding-bottom: 30px;
  background: #ECECEC;
}
.home .info-section .cont {
  padding: 16px;
}
.home .info-section .cont:first-child {
  position: relative;
  margin-top: 40px;
}
.home .info-section .cont:first-child::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  height: 100px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(236, 236, 236, 0)), color-stop(76%, rgba(236, 236, 236, 0.76)), to(rgb(236, 236, 236)));
  background: linear-gradient(to bottom, rgba(236, 236, 236, 0) 0%, rgba(236, 236, 236, 0.76) 76%, rgb(236, 236, 236) 100%);
}
.home .info-section .cont + .cont {
  margin-top: 48px;
}
.home .info-section .cont .inner-block {
  max-width: 1040px;
}
.home .info-section .info-desc {
  margin-bottom: 30px;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.5;
}
.home .info-section .graph-area {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4%;
}
.home .info-section .graph-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.home .info-section .graph-cont {
  padding: 24px;
  background: #fff;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.home .info-section .timespan {
  font-size: 14px;
  text-align: right;
}
.home .info-section .graph-txt {
  margin-bottom: 16px;
}
.home .info-section .img-wrap {
  max-width: 820px;
  margin-inline: auto;
}
.home .info-section .img-wrap.no-mw {
  max-width: none;
}
.home .info-section .caution-block {
  margin-top: 16px;
  font-size: 14px;
  line-height: 1.5;
}
.home .info-section .caution-block .txt {
  margin-top: 6px;
}
.home .info-section .infra-block .top-area {
  display: grid;
  grid-template-columns: 92px auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
  padding: 30px;
  padding-right: 46px;
  background: #fff;
}
.home .info-section .infra-block .infra-ico {
  display: block;
  position: relative;
  width: 92px;
  height: 92px;
  background: #0071BC;
}
.home .info-section .infra-block .infra-ico::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 64px;
  height: 55px;
  background: url("../img/ico-infra.svg") no-repeat center/contain;
}
.home .info-section .infra-block .infra-ttl {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5;
}
.home .info-section .infra-block .infra-ttl .blue {
  font-size: 32px;
  line-height: 1;
  color: #035BA8;
}
.home .info-section .infra-block .bottom-area {
  padding: 24px;
  background: #E6F5FF;
}
.home .info-section .infra-block .p-star-list {
  margin-top: 14px;
}
.home .info-section .const-block {
  padding: 24px 32px;
  background: #fff;
}
.home .acc-head {
  position: relative;
  cursor: pointer;
}
.home .acc-head:focus-visible .acc-btn {
  border-color: #035BA8;
}
.home .acc-head:focus-visible .acc-btn::before {
  opacity: 1;
}
.home .acc-head.is-open .acc-btn .ico::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.home .acc-head.is-open .acc-btn .ico::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.home .acc-head .acc-btn {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 22%;
}
.home .acc-btn {
  position: relative;
  z-index: 2;
  display: block;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  color: #035BA8;
  font-weight: bold;
  font-size: 20px;
  padding: 7px 40px 9px 20px;
  background: -webkit-gradient(linear, left top, right top, from(#46cbff), color-stop(18%, #7edaff), color-stop(35%, #b6eaff), to(#7edaff));
  background: linear-gradient(to right, #46cbff 0%, #7edaff 18%, #b6eaff 35%, #7edaff 100%);
  border: solid 1px transparent;
  border-radius: 100px;
  overflow: hidden;
  -webkit-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
}
.home .acc-btn::before {
  z-index: -1;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.home .acc-btn .ico::before, .home .acc-btn .ico::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 18px;
  width: 14px;
  height: 2px;
  background: #035BA8;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.home .acc-btn .ico::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.home .acc-btn.close {
  margin-top: 30px;
  margin-inline: auto;
  padding: 11px 50px 13px;
}
.home .acc-btn.close .ico::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.home .acc-btn.close .ico::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.home .acc-btn.close:focus-visible {
  border-color: #035BA8;
}
.home .acc-btn.close:focus-visible::before {
  opacity: 1;
}
.home .acc-cont {
  display: none;
}
.home .acc-cont .cont {
  padding-bottom: 62px;
  background: #ECECEC;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.home .acc-cont.is-open .cont {
  opacity: 1;
}
.home .caution-section {
  font-size: 14px;
  line-height: 1.7;
  padding-block: 96px 100px;
}
.home .caution-section .inner-block {
  max-width: 1180px;
}
.home .caution-section .caution-block + .caution-block {
  margin-top: 32px;
}
.home .caution-section .caution-ttl {
  font-weight: bold;
}
.home .caution-section .caution-txt + .caution-txt {
  margin-top: 16px;
}
.home .caution-section .p-dot-list li {
  line-height: 1.7;
}
@media only screen and (max-width: 767px) {
  body {
    position: relative;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  input,
  select,
  textarea {
    font-size: 16px !important;
  }
  #wrapper {
    min-width: 320px;
  }
  .inner-block {
    padding-left: 20px;
    padding-right: 20px;
  }
  .pc {
    display: none !important;
  }
  .home {
    font-size: 14px;
    line-height: 1.5;
  }
  .home .tsume {
    letter-spacing: -0.25em;
  }
  .home .p-ttl01 {
    max-width: 580px;
    min-height: 55px;
    padding: 5px 60px 5px 15px;
  }
  .home .p-ttl01.sp-large {
    min-height: 75px;
  }
  .home .p-ttl01::after {
    max-height: 55px;
  }
  .home .p-ttl01 .inn {
    font-size: 18px;
    line-height: 1.3;
  }
  .home .p-ttl01 .small {
    font-size: 15px;
    line-height: 1;
  }
  .home .p-ttl02 {
    margin-bottom: 15px;
    gap: 4px;
    padding: 6px 5px;
    font-size: 15px;
  }
  .home .p-ttl02 .num {
    padding-top: 0;
    width: 20px;
    height: 20px;
    font-size: 15px;
  }
  .home .p-ttl03 {
    padding: 2px;
    font-size: 16px;
    line-height: 1.3;
  }
  .home .p-dot-list {
    font-size: 11px;
  }
  .home .p-dot-list li {
    padding-left: 15px;
  }
  .home .p-dot-list li::before {
    left: 6px;
    width: 3px;
    height: 3px;
  }
  .home .p-star-list {
    padding-left: 14px;
    font-size: 11px;
  }
  .home .mv-section .inner-block {
    padding-block: 42px 26px;
    padding-inline: 15px;
  }
  .home .mv-section .sub-ttl-block .marker {
    font-size: 16px;
    padding-inline: 6px;
  }
  .home .mv-section .sub-ttl-block .marker + .marker {
    margin-top: 2px;
  }
  .home .mv-section .coming-soon-block .small {
    margin-top: 6px;
    font-size: 10px;
  }
  .home .mv-section .ttl-block {
    margin-top: 20px;
  }
  .home .mv-section .ttl {
    font-size: 30px;
  }
  .home .mv-section .ttl .tsume {
    padding-right: 6px;
  }
  .home .mv-section .code {
    margin-top: 12px;
    font-size: 15px;
  }
  .home .mv-section .anchor-block {
    margin-top: 24px;
    gap: 40px 22px;
    padding-inline: 30px;
    grid-template-columns: 1fr 1fr;
    max-width: 470px;
  }
  .home .mv-section .anchor-block a {
    padding: 0px 5px;
    height: 34px;
    font-size: 10px;
  }
  .home .mv-section .anchor-block a::after {
    width: 5px;
    height: 9px;
    right: 5px;
  }
  .home .mv-section .anchor-block .comment {
    padding-block: 4px;
    font-size: 6px;
  }
  .home .note-section {
    font-size: 11px;
    line-height: 1.5;
  }
  .home .main-cont-bg::after {
    top: 160px;
  }
  .home .state-section {
    margin-block: 20px;
    padding-block: 10px;
    margin-inline: calc(50% - 50vw);
    padding-inline: calc(50vw - 50%);
  }
  .home .state-section .state-txt {
    font-size: 20px;
  }
  .home .state-section .note {
    margin-top: 16px;
    font-size: 10px;
  }
  .home .main-cont {
    max-width: 640px;
    margin-top: 20px;
    padding: 0 15px 46px;
  }
  .home .info-section + .info-section {
    margin-top: 40px;
  }
  .home .info-section .cont {
    padding: 0;
  }
  .home .info-section .cont:first-child {
    margin-top: 20px;
    padding-top: 20px;
  }
  .home .info-section .cont:first-child::before {
    height: 50px;
  }
  .home .info-section .cont + .cont {
    margin-top: 32px;
  }
  .home .info-section .cont .inner-block {
    max-width: 580px;
    padding-inline: 8px;
  }
  .home .info-section .info-desc {
    margin-bottom: 20px;
    font-size: 15px;
  }
  .home .info-section .graph-flex .graph-block + .graph-block {
    margin-top: 20px;
  }
  .home .info-section .graph-cont {
    padding: 16px 5px 15px;
  }
  .home .info-section .graph-cont.sp-large {
    padding-inline: 15px;
  }
  .home .info-section .timespan {
    font-size: 11px;
  }
  .home .info-section .graph-txt {
    padding-inline: 8px;
    font-size: 14px;
    line-height: 1.5;
  }
  .home .info-section .img-wrap {
    padding-inline: 5px;
  }
  .home .info-section .img-wrap.no-mw {
    padding-inline: 0;
  }
  .home .info-section .img-wrap.sp-scroll {
    overflow-x: auto;
    padding-inline: 0;
  }
  .home .info-section .img-wrap.sp-scroll > img {
    min-width: 540px;
  }
  .home .info-section .caution-block {
    margin-top: 10px;
  }
  .home .info-section .caution-block .txt {
    font-size: 11px;
  }
  .home .info-section .infra-block .infra-ico {
    width: 55px;
    height: 55px;
  }
  .home .info-section .infra-block .infra-ico::before {
    width: 38px;
    height: 32px;
  }
  .home .info-section .infra-block .infra-ttl {
    font-size: 18px;
  }
  .home .info-section .infra-block .infra-ttl .blue {
    font-size: 23px;
  }
  .home .info-section .infra-block .bottom-area {
    padding: 10px 16px;
  }
  .home .info-section .infra-block .p-star-list {
    margin-top: 10px;
  }
  .home .info-section .const-block {
    padding: 19px 8px;
  }
  .home .acc-head .acc-btn {
    right: 90px;
  }
  .home .acc-btn {
    padding: 4px 24px 6px 12px;
    font-size: 12px;
  }
  .home .acc-btn .ico::before, .home .acc-btn .ico::after {
    right: 11px;
    width: 8px;
    height: 1px;
  }
  .home .acc-btn.close {
    margin-top: 14px;
    padding: 5px 31px;
  }
  .home .acc-cont .cont {
    padding-bottom: 36px;
  }
  .home .caution-section {
    font-size: 11px;
    line-height: 1.5;
    padding-block: 50px 0;
  }
  .home .caution-section .inner-block {
    padding-inline: 15px;
  }
  .home .caution-section .caution-block + .caution-block {
    margin-top: 16px;
  }
  .home .caution-section .caution-txt + .caution-txt {
    margin-top: 10px;
  }
  .home .caution-section .p-dot-list li {
    line-height: 1.5;
  }
}
@media only screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
  .inner-block {
    padding-left: 40px;
    padding-right: 40px;
    max-width: 1280px;
  }
  a,
  a::before,
  a::after,
  button,
  button::before,
  button::after {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .sp {
    display: none !important;
  }
  .home .info-section .info-desc.f-20 {
    font-size: 20px;
  }
  .home .info-section .graph-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 38px;
  }
  .home .info-section .graph-txt.mb-32 {
    margin-bottom: 32px;
  }
}
@media only screen and (max-width: 370px) {
  .home .p-br01 {
    display: inline;
  }
}
@media only screen and (max-width: 1220px) {
  .home .mv-section .coming-soon-block {
    position: static;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  .home .mv-section .subject-block {
    position: static;
  }
  .home .mv-section .coming-subject-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 60px;
    margin-top: 40px;
  }
}
@media only screen and (max-width: 1220px) and (max-width: 767px) {
  .home .mv-section .coming-soon-block {
    font-size: 15px;
    width: 112px;
    height: 112px;
  }
  .home .mv-section .subject-block {
    width: 100px;
    height: 100px;
  }
  .home .mv-section .coming-subject-flex {
    gap: 30px;
    margin-top: 28px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1190px) {
  .home .mv-section .anchor-block {
    gap: 15px;
  }
  .home .mv-section .anchor-block a {
    font-size: 16px;
  }
  .home .mv-section .anchor-block a::after {
    width: 10px;
    height: 15px;
    right: 7px;
  }
}
@media only screen and (max-width: 767px) and (max-width: 370px) {
  .home .mv-section .anchor-block {
    padding-inline: 0;
  }
}
@media (any-hover: hover) {
  .home .mv-section .anchor-block a:hover::before {
    opacity: 1;
  }
  .home .mv-section .anchor-block a:hover::after {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
  .home .acc-head:hover .acc-btn {
    border-color: #035BA8;
  }
  .home .acc-head:hover .acc-btn::before {
    opacity: 1;
  }
  .home .acc-btn.close:hover {
    border-color: #035BA8;
  }
  .home .acc-btn.close:hover::before {
    opacity: 1;
  }
}
@media only screen and (max-width: 880px) {
  .home .info-section .graph-area {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
@media only screen and (max-width: 880px) and (max-width: 767px) {
  .home .info-section .graph-area {
    gap: 20px;
  }
}
@media only screen and (max-width: 570px) {
  .home .info-section .infra-block .top-area {
    padding: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 13px;
  }
}
@media only screen and (max-width: 767px) and (max-width: 400px) {
  .home .acc-head .acc-btn {
    right: 70px;
  }
}