@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+Antique:wght@300;400;500;700;900&display=swap");
@import url("https://use.typekit.net/mhx5ahf.css");
body {
  overflow-x: hidden;
}
body.on {
  overflow: hidden;
}
@media screen and (max-width: 950px) {
  body article {
    overflow-x: hidden;
  }
}
body a {
  text-decoration: unset;
  cursor: pointer;
  transition: 0.3s;
}
body a:hover {
  opacity: 0.7;
}
body a.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  line-height: 1;
  color: #003067;
  letter-spacing: 0.06em;
  position: relative;
  background: #F8B62D;
  border-radius: 50px;
  width: 500px;
  height: 100px;
  box-shadow: 10px 10px 0 rgba(0, 0, 0, 0.16);
  margin: 0 auto;
  z-index: 15 !important;
  filter: unset;
}
body a.btn:before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/arrow.svg) no-repeat;
  right: 40px;
  width: 11.88px;
  height: 18.14px;
  background-size: contain;
}
@media screen and (max-width: 950px) {
  body a.btn {
    font-size: 17px;
    border-radius: 32.5px;
    max-width: 270px;
    width: 100%;
    height: 65px;
    box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.16);
    margin: 0 auto;
    padding-right: 5px;
  }
  body a.btn:before {
    right: 30px;
    width: 11px;
    height: 11px;
  }
}
body * {
  box-sizing: border-box;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 400;
  color: #302D2C;
}
body .din {
  font-family: "din-condensed", sans-serif;
}
@media screen and (max-width: 950px) {
  body .din {
    font-weight: 300;
  }
}
body ul, body li {
  list-style: none;
}
body table {
  display: table;
}
body input[type=text], body select, body textarea {
  display: block;
  width: 100%;
}
body select {
  cursor: pointer;
}
body .flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
body .flex .reverse {
  flex-direction: row-reverse;
}
body img {
  display: block;
}
@media screen and (max-width: 950px) {
  body .sp {
    display: block !important;
  }
}
@media screen and (min-width: 951px) {
  body .sp {
    display: none !important;
  }
}
@media screen and (max-width: 950px) {
  body .sp_flex {
    display: flex !important;
  }
}
@media screen and (min-width: 951px) {
  body .sp_flex {
    display: none !important;
  }
}
@media screen and (max-width: 950px) {
  body .pc {
    display: none !important;
  }
}
@media screen and (min-width: 951px) {
  body .pc {
    display: block !important;
  }
}
@media screen and (max-width: 950px) {
  body .pc_flex {
    display: none !important;
  }
}
@media screen and (min-width: 951px) {
  body .pc_flex {
    display: flex !important;
  }
}
body .mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(60, 60, 60, 0.67);
  z-index: 5;
}
body .eventEnd {
  display: grid;
  place-content: center;
  background-color: #fff;
  z-index: 10;
  position: absolute;
  width: 850px;
  left: 50%;
  height: 140px;
  margin: 0 auto;
  top: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid #000000;
}
body .eventEnd ~ * {
  filter: blur(3px);
}
body .eventEnd ~ .btn {
  z-index: 3;
}
body .eventEnd ~ .box .about-child {
  z-index: 2 !important;
}
body .eventEnd p {
  text-align: center;
  font-weight: 600;
  font-size: larger;
  line-height: 2;
}
@media screen and (max-width: 950px) {
  body .eventEnd {
    width: calc(100% - 50px);
  }
}
body .gray {
  display: block;
  color: #7E7E7E !important;
  font-size: 18px;
  letter-spacing: 0.02em;
}
body .blue {
  color: #004595 !important;
}
body header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background: #fff;
  height: 100px;
  padding-left: 40px;
}
@media screen and (max-width: 950px) {
  body header {
    height: 80px;
    padding-left: 20px;
  }
  body header img {
    width: 176px;
    height: 25px;
  }
}
body footer {
  position: relative;
  padding-top: 70px;
  padding-bottom: 80px;
  color: #000;
  background-color: #fff;
}
body footer .p-footer-inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
body footer .p-footer__ttl {
  display: flex;
  margin-right: auto;
  margin-bottom: 45px;
  margin-left: auto;
  justify-content: space-between;
  align-items: center;
}
body footer .p-footer__logo {
  display: block;
  width: 197px;
}
body footer .p-footer__copyright {
  font-size: 11px;
  width: 100%;
  text-align: center;
}
body img {
  max-width: 100%;
}
body .images {
  text-align: right;
  padding-right: 1rem;
}
body .head_h2,
body .head_h3 {
  position: relative;
  font-weight: bold;
}
body .sections {
  position: relative;
  z-index: 10;
}
body .sections .sections-inner {
  margin: 0 auto;
  width: 100%;
}
body .sections.mv {
  height: 59.271vw;
  background: url(../img/mv_pc.webp) no-repeat;
  background-size: contain;
  margin-bottom: -18.565vw;
  z-index: 15;
}
body .sections.mv .sections-inner * {
  color: #002555;
}
body .sections.mv .sections-inner h1 {
  position: relative;
  left: 7.906vw;
  top: 6.521vw;
}
body .sections.mv .sections-inner h1 img {
  width: 52.353vw;
  height: auto;
}
body .sections.mv .sections-inner p {
  text-shadow: 1px 1px 0px #fff, -1px 1px 0px #fff, -1px -1px 0px #fff, 1px -1px 0px #fff;
  position: relative;
  font-weight: 500;
  top: 8.437vw;
  left: 10vw;
  font-size: 1.094vw;
  line-height: 1.979vw;
}
body .sections.mv .sections-inner p .gray {
  font-size: 0.938vw;
  font-weight: 500;
}
body .sections.mv .sections-inner p .din {
  font-size: 1.615vw;
  margin: 0 0.208vw;
}
body .sections.mv .sections-inner p .din sup {
  position: relative;
  top: -0.6vw;
  font-size: 0.725vw;
  display: inline;
  left: 0.1vw;
}
@media screen and (max-width: 950px) {
  body .sections.mv {
    height: 133.333vw;
    background: url(../img/mv_sp.webp) no-repeat;
    background-size: contain;
    margin-bottom: 0;
  }
  body .sections.mv .sections-inner h1 {
    left: 3vw;
    top: 15.387vw;
  }
  body .sections.mv .sections-inner h1 img {
    width: 80vw;
  }
  body .sections.mv .sections-inner p {
    top: 17vw;
    left: 4.067vw;
    font-size: 3.733vw;
    line-height: 30px;
    letter-spacing: 0.04em;
  }
  body .sections.mv .sections-inner p .gray {
    font-size: 3.2vw;
    line-height: 1.9166666667;
    letter-spacing: 0.02em;
    margin-top: 4px;
  }
  body .sections.mv .sections-inner p .din {
    font-size: 5.867vw;
    margin: 0 0.208vw;
  }
  body .sections.mv .sections-inner p .din sup {
    top: -1.8vw;
    font-size: 2.933vw;
    left: -0.1vw;
  }
}
body .sections.event {
  background: url(../img/bg-brush_03.webp);
  background-size: 150px;
}
body .sections.event:before, body .sections.event:after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  top: unset;
  bottom: 0;
  transform: unset;
  z-index: 10;
}
body .sections.event:before {
  background: url(../img/accent_event__left.webp) no-repeat;
  background-size: contain;
  max-width: 574px;
  max-height: 784px;
  width: 29.896vw;
  height: 40.833vw;
}
body .sections.event:after {
  background: url(../img/accent_event__right.webp) no-repeat;
  background-size: contain;
  right: 0;
  max-width: 575px;
  max-height: 323px;
  width: 29.948vw;
  height: 16.823vw;
}
body .sections.event .sections-inner {
  padding: 37px 0 90px;
  max-width: 1000px;
}
body .sections.event .sections-inner .box {
  position: relative;
  margin-bottom: 40px;
}
body .sections.event .sections-inner .box::before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../img/cracker.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 717px;
  height: 165px;
  left: 50%;
  transform: translateX(-50%);
  top: unset;
  bottom: 0;
}
body .sections.event .sections-inner .box .mask {
  position: absolute;
  left: 0;
  top: -38px;
  width: 104%;
  height: 107%;
  background-color: rgba(60, 60, 60, 0.67);
  z-index: 2;
}
body .sections.event .sections-inner .box .eventEnd {
  display: grid;
  place-content: center;
  background-color: #fff;
  z-index: 10;
  position: absolute;
  width: 60%;
  left: 21%;
  height: 140px;
  margin: 0 auto;
  top: 200px;
  border: 1px solid #000000;
}
body .sections.event .sections-inner .box .eventEnd p {
  text-align: center;
  font-weight: 600;
  font-size: larger;
  line-height: 2;
}
@media screen and (max-width: 950px) {
  body .sections.event .sections-inner .box .eventEnd p {
    font-size: medium;
  }
}
body .sections.event .sections-inner .box .about-child {
  width: 210px;
  right: 3%;
  position: absolute;
  top: 70px;
  z-index: 0;
}
body .sections.event .sections-inner .box .about-child p {
  position: absolute;
  text-align: center;
  line-height: 1.5;
  top: 35px;
  left: 36px;
  font-weight: 500;
}
body .sections.event .sections-inner .box .head_h2 {
  position: relative;
  width: 892px;
  height: 303px;
  margin: 0 auto -10px;
  position: relative;
  left: -0.7%;
}
body .sections.event .sections-inner .box .head_h2 img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
body .sections.event .sections-inner .box .flex {
  display: block;
  padding: 36px 38px 58px;
  width: 100%;
  margin: 0 auto;
  background: #fff;
  border-radius: 15px;
  max-width: 1000px;
}
body .sections.event .sections-inner .box .flex * {
  color: #475F7E;
}
body .sections.event .sections-inner .box .flex .flex-item {
  position: relative;
}
body .sections.event .sections-inner .box .flex .flex-item .head_h3 {
  display: flex;
  justify-content: center;
  gap: 17px;
}
body .sections.event .sections-inner .box .flex .flex-item .head_h3 img {
  -o-object-fit: contain;
     object-fit: contain;
}
body .sections.event .sections-inner .box .flex .flex-item .head_h3 .normal {
  font-size: 26px;
  font-weight: 500;
}
body .sections.event .sections-inner .box .flex .flex-item .head_h3 .border {
  font-size: 37px;
  font-weight: bold;
  position: relative;
  letter-spacing: 0.06em;
  line-height: 1.2432432432;
  z-index: 1;
}
body .sections.event .sections-inner .box .flex .flex-item .head_h3 .border:before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  top: unset;
  transform: unset;
  background: #FFEA84;
  height: 22.74px;
  width: 102%;
  left: -2px;
  z-index: -1;
  bottom: 2px;
}
body .sections.event .sections-inner .box .flex .flex-item .head_h3 .border .din {
  font-size: 44px;
  margin-right: 7px;
}
body .sections.event .sections-inner .box .flex .flex-item .head_h3 + p {
  text-align: center;
  font-weight: 600;
  font-size: 32px;
}
body .sections.event .sections-inner .box .flex .flex-item .head_h3 + p .din {
  font-size: 60px;
  font-weight: 500;
}
body .sections.event .sections-inner .box .flex .flex-item dl {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 11px;
  row-gap: 20px;
  margin: 35px auto 0;
  max-width: 705px;
}
body .sections.event .sections-inner .box .flex .flex-item dl dt {
  font-weight: 500;
  text-align: center;
  font-size: 20px;
  color: #fff;
  background: #D74915;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  width: 58px;
  height: 35px;
  border-radius: 18px;
}
body .sections.event .sections-inner .box .flex .flex-item dl dd {
  width: calc(100% - 69px);
  font-size: 30px;
  font-weight: 600;
  display: flex;
  align-items: baseline;
  height: 46px;
}
body .sections.event .sections-inner .box .flex .flex-item dl dd .din {
  font-size: 60px;
  margin-right: 5px;
  position: relative;
  left: 5px;
}
body .sections.event .sections-inner .box .flex .flex-item dl dd .din.midium {
  font-size: 40px;
}
body .sections.event .sections-inner .box .flex .flex-item dl dd .din.small {
  font-size: 38px;
}
body .sections.event .sections-inner .box .flex .flex-item dl dd .din.yen {
  font-size: 32px;
  font-weight: 600;
  margin: 0;
  margin-left: -5px;
}
body .sections.event .sections-inner .box .flex .flex-item dl dd.toy {
  position: relative;
  top: -20px;
}
body .sections.event .sections-inner .box .flex .flex-item .accent_06 {
  position: absolute;
  top: 0;
  right: -117px;
}
body .sections.event .sections-inner .box .flex .flex-item:nth-child(2) {
  background: url(../img/accent_dashed.png) no-repeat;
  height: 100%;
  background-size: 700px 2px;
  background-position: top center;
  padding-top: 24px;
  margin-top: 26px;
}
body .sections.event .sections-inner .box .flex .flex-item:nth-child(2) .head_h3 {
  margin-bottom: 15px;
}
body .sections.event .sections-inner .box .flex .flex-item:nth-child(2) .head_h3 .border {
  font-size: 38px;
}
body .sections.event .sections-inner .box .flex .flex-item:nth-child(2) dl {
  margin: 33px auto 0;
}
body .sections.event .sections-inner .box .flex .flex-item:nth-child(2) dl dt {
  padding-right: 10.5%;
}
body .sections.event .sections-inner .box .flex .flex-item:nth-child(2) dl dd {
  padding-left: 18.3%;
}
@media screen and (min-width: 951px) and (max-width: 1300px) {
  body .sections.event:before {
    width: 19.896vw;
    height: 40.833vw;
    bottom: -13.7vw;
  }
  body .sections.event:after {
    max-width: 29.948vw;
    max-height: 16.823vw;
  }
}
@media screen and (max-width: 950px) {
  body .sections.event:before {
    background: url(../img/accent_event__left@sp.webp) no-repeat;
    background-size: contain;
    max-width: unset;
    max-height: unset;
    width: 100%;
    height: 90vw;
    bottom: 0;
  }
  body .sections.event:after {
    display: none;
  }
  body .sections.event .sections-inner {
    padding: 20px 4vw 50px;
    max-width: 100%;
  }
  body .sections.event .sections-inner .box:before {
    width: 16.9973333333vw;
    height: 20.2706666667vw;
    right: 0vw;
    bottom: 3.36vw;
    transform: rotate(-19deg);
    left: unset;
    bottom: 10.4vw;
    background-image: url(../img/cracker@sp.png);
  }
  body .sections.event .sections-inner .box .mask {
    width: 100%;
    height: 106%;
  }
  body .sections.event .sections-inner .box .eventEnd {
    width: 75%;
    left: 12%;
  }
  body .sections.event .sections-inner .box .head_h2 {
    transform: translate(-50%, 0);
    left: calc(50% - 4px);
    top: 4px;
    width: 104vw;
    height: auto;
    margin-bottom: 0;
  }
  body .sections.event .sections-inner .box .head_h2 img {
    height: auto;
  }
  body .sections.event .sections-inner .box .flex {
    padding: 8.933vw 7.2vw 6vw;
    padding-right: 7vw;
    border-radius: 4vw;
    max-width: 100%;
  }
  body .sections.event .sections-inner .box .flex .flex-item .head_h3 {
    display: flex;
    gap: 3.2vw;
  }
  body .sections.event .sections-inner .box .flex .flex-item .head_h3 img {
    width: 14vw;
    height: 14vw;
  }
  body .sections.event .sections-inner .box .flex .flex-item .head_h3 img.accent_06 {
    width: 14.7573333333vw;
    height: 9.324vw;
  }
  body .sections.event .sections-inner .box .flex .flex-item .head_h3 img.accent_07 {
    position: absolute;
    top: 0;
    width: 11.1946666667vw;
    height: 10.692vw;
    left: -13vw;
  }
  body .sections.event .sections-inner .box .flex .flex-item .head_h3 .border {
    font-size: 6.667vw;
    line-height: 1.2432432432;
  }
  body .sections.event .sections-inner .box .flex .flex-item .head_h3 .border:before {
    height: 4vw;
  }
  body .sections.event .sections-inner .box .flex .flex-item .head_h3 .border .din {
    font-size: 9.6vw;
    margin-right: 7px;
  }
  body .sections.event .sections-inner .box .flex .flex-item dl {
    gap: 1.3333333333vw;
  }
  body .sections.event .sections-inner .box .flex .flex-item dl dt {
    font-size: 13px;
    width: 39.5px;
    height: 24px;
  }
  body .sections.event .sections-inner .box .flex .flex-item dl dd {
    width: calc(100% - 39.5px - 1.3333333333vw);
    font-size: 5.0666666667vw;
    display: block;
    height: auto;
  }
  body .sections.event .sections-inner .box .flex .flex-item dl dd .din {
    font-size: 10.4vw;
    margin-right: 0;
    left: 0;
    font-weight: 500;
  }
  body .sections.event .sections-inner .box .flex .flex-item dl dd .din.midium {
    font-size: 6.6666666667vw;
  }
  body .sections.event .sections-inner .box .flex .flex-item dl dd .din.small {
    font-size: 6.6666666667vw;
  }
  body .sections.event .sections-inner .box .flex .flex-item dl dd .din.yen {
    font-size: 4.666667vw;
    margin-left: 0;
  }
  body .sections.event .sections-inner .box .flex .flex-item dl dd.toy {
    top: 0;
  }
  body .sections.event .sections-inner .box .flex .flex-item dl dd.enosima {
    margin-bottom: 1vw;
  }
  body .sections.event .sections-inner .box .flex .flex-item .accent_06 {
    top: 1vw;
    right: -16.5vw;
  }
  body .sections.event .sections-inner .box .flex .flex-item:nth-child(1) {
    width: 100%;
  }
  body .sections.event .sections-inner .box .flex .flex-item:nth-child(1) dl {
    margin: 4.8vw auto 0;
    row-gap: 2.5vw;
  }
  body .sections.event .sections-inner .box .flex .flex-item:nth-child(1) img + span {
    top: -2vw;
  }
  body .sections.event .sections-inner .box .flex .flex-item:nth-child(2) {
    width: 100%;
    background: url(../img/accent_dashed@sp.png) no-repeat;
    background-size: 100% 2px;
    background-position: top;
    padding-left: 0;
    margin-top: 5.467vw;
    padding-top: 6.333vw;
  }
  body .sections.event .sections-inner .box .flex .flex-item:nth-child(2) .head_h3 {
    margin-bottom: 3vw;
  }
  body .sections.event .sections-inner .box .flex .flex-item:nth-child(2) .head_h3 .border {
    font-size: 5.8666666667vw;
  }
  body .sections.event .sections-inner .box .flex .flex-item:nth-child(2) p {
    font-size: 5.4666666667vw;
  }
  body .sections.event .sections-inner .box .flex .flex-item:nth-child(2) p .din {
    font-size: 10.2666666667vw;
  }
  body .sections.event .sections-inner .box .flex .flex-item:nth-child(2) p .normal {
    font-size: 4.8vw;
  }
  body .sections.event .sections-inner .box .flex .flex-item:nth-child(2) dl {
    margin: 2.4vw auto 0;
  }
  body .sections.event .sections-inner .box .flex .flex-item:nth-child(2) dl dt {
    padding-right: 0;
    width: 39.5px;
    height: 24px;
    font-size: 13px;
  }
  body .sections.event .sections-inner .box .flex .flex-item:nth-child(2) dl dd {
    padding-left: 0;
  }
}
body .sections.division .sections-inner {
  padding: 75px 0 100px;
  max-width: 1200px;
}
body .sections.division .sections-inner .maps {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  position: relative;
  margin-bottom: 50px;
}
body .sections.division .sections-inner .maps:before, body .sections.division .sections-inner .maps:after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  top: unset;
  transform: unset;
  z-index: 10;
}
body .sections.division .sections-inner .maps:before {
  background: url(../img/accent_02.png) no-repeat;
  background-size: contain;
  right: 100px;
  top: 35px;
  width: 161px;
  height: 121px;
}
body .sections.division .sections-inner .maps:after {
  background: url(../img/accent_01.png) no-repeat;
  background-size: contain;
  left: 0;
  bottom: -40px;
  width: 209px;
  height: 117px;
  display: none;
}
body .sections.division .sections-inner .maps .head_h2 {
  font-size: 38px;
  text-align: center;
  position: relative;
  z-index: 1;
  display: inline-block;
}
body .sections.division .sections-inner .maps .head_h2:before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  top: unset;
  transform: unset;
  background: #004595;
  height: 8px;
  width: 100%;
  left: 0;
  z-index: -1;
  bottom: 2px;
}
body .sections.division .sections-inner .maps .head_h2 .din {
  color: #004595;
  font-size: 130px;
}
body .sections.division .sections-inner .maps .attention {
  font-size: 14px;
  margin-bottom: -20px;
}
body .sections.division .sections-inner .left-slide img {
  border-radius: 15px;
}
body .sections.division .sections-inner .main-img {
  display: block;
}
body .sections.division .sections-inner .main-img .img {
  padding: 0 10.54px;
}
body .sections.division .sections-inner .main-img .img img {
  width: 100%;
  max-height: 420px;
  -o-object-fit: cover;
     object-fit: cover;
}
body .sections.division .sections-inner .feature {
  margin: 19px 0 50px;
}
body .sections.division .sections-inner .feature li {
  color: #fff;
  display: flex;
  align-items: center;
  background: #004595;
  justify-content: center;
  line-height: 1;
  width: 23.66%;
  height: 54px;
  font-weight: bold;
  font-size: 22px;
  letter-spacing: 0.06em;
}
body .sections.division .sections-inner .plan {
  align-items: flex-end;
}
body .sections.division .sections-inner .plan .detail {
  position: relative;
  z-index: 50;
}
body .sections.division .sections-inner .plan .detail .float {
  width: 370px;
  position: absolute;
  top: -150px;
}
body .sections.division .sections-inner .plan .detail .float:after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  transform: translateX(-50%);
  background: url(../img/chair.svg) no-repeat;
  background-size: contain;
  right: -20px;
  width: 40px;
  height: 80.42px;
  top: -17px;
}
body .sections.division .sections-inner .plan .detail .float .float-box {
  background: #dbf459;
  width: 350px;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
}
body .sections.division .sections-inner .plan .detail .float .float-box:before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  top: unset;
  transform: translateX(-50%);
  background: url(../img/arrow-bottom.svg) no-repeat;
  left: 50%;
  width: 51px;
  height: 19px;
  background-size: contain;
  bottom: -17px;
}
body .sections.division .sections-inner .plan .detail .float .float-box .txt {
  position: absolute;
  top: -17px;
  left: -20px;
}
body .sections.division .sections-inner .plan .detail .float .float-box p {
  font-size: 23px;
  letter-spacing: 0.06em;
  font-weight: bold;
  text-align: center;
}
body .sections.division .sections-inner .plan .detail .head_h3 {
  position: relative;
}
body .sections.division .sections-inner .plan .detail .head_h3 .din {
  font-size: 35px;
}
body .sections.division .sections-inner .plan .detail .head_h3 .blue {
  font-size: 62px;
  letter-spacing: 0.04em;
  display: block;
  margin-top: 2.5px;
}
body .sections.division .sections-inner .plan .detail p {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.7;
  margin-bottom: 5px;
}
body .sections.division .sections-inner .plan .detail .border {
  border: 2px solid #99a9bc;
  padding: 20px 12.7px;
  margin-top: 20px;
}
body .sections.division .sections-inner .plan .detail .border li {
  font-size: 20px;
  position: relative;
  padding-left: 17px;
  font-weight: 500;
}
body .sections.division .sections-inner .plan .detail .border li:before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 10px;
  height: 10px;
  background: #003067;
}
body .sections.division .sections-inner .plan .detail .border li span {
  font-size: 18px;
  font-weight: 500;
}
body .sections.division .sections-inner .plan .images {
  display: flex;
  align-items: center;
  width: 888px;
  position: relative;
  right: -90px;
  padding: 0;
}
body .sections.division .sections-inner .plan .images img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 45%;
}
body .sections.division .sections-inner .plan .images img + img {
  position: relative;
  left: -10px;
}
body .sections.division button.slick-prev {
  left: -5px;
  z-index: 10;
}
body .sections.division button.slick-prev.slick-arrow {
  background: url(../img/arrow-prev.svg) no-repeat #004595;
  background-position: 45% center;
}
body .sections.division button.slick-next {
  right: -5px;
}
body .sections.division button.slick-next.slick-arrow {
  background: url(../img/arrow-next.svg) no-repeat #004595;
  background-position: 55% center;
}
body .sections.division button.slick-prev, body .sections.division button.slick-next {
  top: 50%;
}
body .sections.division button.slick-prev.slick-arrow, body .sections.division button.slick-next.slick-arrow {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-size: 7px;
}
body .sections.division button.slick-prev:before, body .sections.division button.slick-next:before {
  content: "";
}
@media screen and (min-width: 951px) and (max-width: 1300px) {
  body .sections.division .sections-inner {
    padding-left: 40px;
    padding-right: 40px;
  }
  body .sections.division .sections-inner .maps:before {
    right: 0;
  }
  body .sections.division .sections-inner .maps:after {
    display: none;
  }
  body .sections.division .sections-inner .plan {
    margin-top: 12.5vw;
  }
  body .sections.division .sections-inner .plan .detail .float {
    width: 28.9065vw;
    top: -11.7195vw;
  }
  body .sections.division .sections-inner .plan .detail .float:after {
    right: -1.563vw;
    width: 3.1245vw;
    height: 6.2835vw;
    top: -1.3275vw;
  }
  body .sections.division .sections-inner .plan .detail .float .float-box {
    width: 27.3435vw;
    height: 10.1565vw;
  }
  body .sections.division .sections-inner .plan .detail .float .float-box:before {
    width: 3.984vw;
    height: 1.485vw;
    bottom: -1.3275vw;
  }
  body .sections.division .sections-inner .plan .detail .float .float-box .txt {
    top: -1.3275vw;
    left: -4.563vw;
    width: 17.874vw;
    height: 4.258vw;
    -o-object-fit: contain;
       object-fit: contain;
  }
  body .sections.division .sections-inner .plan .detail .float .float-box p {
    font-size: 1.797vw;
  }
  body .sections.division .sections-inner .plan .detail .head_h3 .din {
    font-size: 2.7345vw;
  }
  body .sections.division .sections-inner .plan .detail .head_h3 .blue {
    font-size: 4.8435vw;
    margin-top: 0.195vw;
  }
  body .sections.division .sections-inner .plan .detail p {
    font-size: 1.563vw;
    margin-bottom: 0.39vw;
  }
  body .sections.division .sections-inner .plan .detail .border {
    padding: 1.563vw 0.9915vw;
    margin-top: 1.563vw;
  }
  body .sections.division .sections-inner .plan .detail .border li {
    font-size: 1.563vw;
    padding-left: 1.3275vw;
  }
  body .sections.division .sections-inner .plan .detail .border li:before {
    width: 0.7815vw;
    height: 0.7815vw;
  }
  body .sections.division .sections-inner .plan .detail .border li span {
    font-size: 1.407vw;
  }
  body .sections.division .sections-inner .plan .images {
    width: 60vw;
    top: -8vw;
  }
  body .sections.division .sections-inner .plan .images img {
    width: 50%;
    height: auto;
  }
}
@media screen and (max-width: 950px) {
  body .sections.division .sections-inner {
    padding: 30px 15px 70px;
    max-width: 100%;
  }
  body .sections.division .sections-inner .maps {
    gap: 0;
    margin-bottom: 0;
  }
  body .sections.division .sections-inner .maps:before {
    background: url(../img/accent_02@sp.png) no-repeat;
    background-size: contain;
    right: 3px;
    top: -4px;
    width: 36.5px;
    height: 66.5px;
  }
  body .sections.division .sections-inner .maps:after {
    background: url(../img/accent_01.png) no-repeat;
    background-size: contain;
    left: 0;
    bottom: 25px;
    width: 115px;
    height: 64.5px;
  }
  body .sections.division .sections-inner .maps .head_h2 {
    font-size: 22.5px;
    margin-bottom: 7px;
  }
  body .sections.division .sections-inner .maps .head_h2 .din {
    font-size: 78px;
    margin: 0 8px 0 0;
  }
  body .sections.division .sections-inner .maps .attention {
    margin-bottom: 20px;
    margin-top: 15px;
  }
  body .sections.division .sections-inner .maps img {
    width: 100%;
    height: auto;
    margin-bottom: 40px;
  }
  body .sections.division .sections-inner .main-img {
    flex-direction: column;
    margin-bottom: 10px;
    display: block;
  }
  body .sections.division .sections-inner .main-img .img {
    padding: 0;
  }
  body .sections.division .sections-inner .main-img .img img {
    width: 100%;
    height: 65.333vw;
  }
  body .sections.division .sections-inner .main-img .img img + img {
    margin-top: 10px;
  }
  body .sections.division .sections-inner .feature {
    margin: 0 0 0;
    gap: 5px;
  }
  body .sections.division .sections-inner .feature li {
    width: 49.27%;
    height: 35px;
    font-size: 12.5px;
  }
  body .sections.division .sections-inner .plan {
    align-items: flex-end;
    padding-top: 57.733vw;
  }
  body .sections.division .sections-inner .plan .detail {
    position: relative;
    width: 100%;
  }
  body .sections.division .sections-inner .plan .detail .float {
    width: 100%;
    top: -35.867vw;
  }
  body .sections.division .sections-inner .plan .detail .float:after {
    right: -20px;
    width: 40px;
    height: 80.42px;
    top: -17px;
  }
  body .sections.division .sections-inner .plan .detail .float .float-box {
    width: 83.373vw;
    height: 26.865vw;
    margin: 0 auto;
  }
  body .sections.division .sections-inner .plan .detail .float .float-box:before {
    width: 45px;
    height: 19px;
    bottom: -15px;
  }
  body .sections.division .sections-inner .plan .detail .float .float-box .txt {
    top: -6vw;
    left: -0.5vw;
  }
  body .sections.division .sections-inner .plan .detail .float .float-box p {
    font-size: 4.8vw;
  }
  body .sections.division .sections-inner .plan .detail .head_h3:before {
    right: unset;
    left: 95px;
    top: 0;
    width: 24.5px;
    height: 65px;
  }
  body .sections.division .sections-inner .plan .detail .head_h3 .din {
    font-size: 20px;
  }
  body .sections.division .sections-inner .plan .detail .head_h3 .blue {
    font-size: 42px;
    margin-top: 1px;
  }
  body .sections.division .sections-inner .plan .detail p {
    font-size: 13px;
    line-height: 1.7692307692;
    margin: 0;
  }
  body .sections.division .sections-inner .plan .detail .border {
    position: absolute;
    right: 0;
    top: 0;
    padding: 18px 17px;
    margin-top: 0;
    width: 172.5px;
  }
  body .sections.division .sections-inner .plan .detail .border li {
    font-size: 15px;
    padding-left: 14px;
  }
  body .sections.division .sections-inner .plan .detail .border li:before {
    width: 8px;
    height: 8px;
    top: 6px;
    transform: unset;
  }
  body .sections.division .sections-inner .plan .detail .border li span {
    font-size: 13px;
  }
  body .sections.division .sections-inner .plan .images {
    display: block;
    width: 100%;
    right: 0;
    margin: 10px auto 0;
  }
  body .sections.division .sections-inner .plan .images img {
    display: block !important;
    height: auto;
  }
  body .sections.division .sections-inner .plan .images img + img {
    left: 0;
  }
  body .sections.division .sections-inner .plan .images .slick-dots {
    bottom: -15px;
  }
  body .sections.division .sections-inner .plan .images .slick-dots li {
    width: 10px;
    height: 10px;
    margin-left: 0;
  }
  body .sections.division .sections-inner .plan .images .slick-dots li:not(:last-child) {
    margin-right: 10px;
  }
  body .sections.division .sections-inner .plan .images .slick-dots li:last-child {
    margin-right: 0;
  }
  body .sections.division .sections-inner .plan .images .slick-dots li.slick-active button:before {
    background: #bababa;
  }
  body .sections.division .sections-inner .plan .images .slick-dots li button:before {
    height: 10px;
    width: 10px;
    margin: 0;
    background: unset;
    opacity: 1;
    border-radius: 50%;
    background: #004595;
    content: "";
  }
}
body .sections.point {
  background: url(../img/bg-brush_01.webp);
  background-size: 150px;
  padding: 120px 0;
}
body .sections.point .sections-inner {
  background: #fff;
  max-width: 1200px;
  padding: 80px 0 80px;
}
body .sections.point .sections-inner .head_h2 {
  text-align: center;
  margin-bottom: 53.5px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
body .sections.point .sections-inner .head_h2 * {
  display: inline-block;
  font-weight: bold;
}
body .sections.point .sections-inner .head_h2 .small {
  font-size: 32px;
  position: relative;
}
body .sections.point .sections-inner .head_h2 .small:before, body .sections.point .sections-inner .head_h2 .small:after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  top: 0;
  transform: unset;
  z-index: 10;
}
body .sections.point .sections-inner .head_h2 .small:before {
  background: url(../img/accent_04.png) no-repeat;
  background-size: contain;
  top: 10px;
  left: -117px;
  width: 91px;
  height: 83px;
}
body .sections.point .sections-inner .head_h2 .small:after {
  background: url(../img/accent_05.png) no-repeat;
  background-size: contain;
  top: 20px;
  right: -100px;
  width: 73px;
  height: 83px;
}
body .sections.point .sections-inner .head_h2 .normal {
  font-size: 40px;
}
body .sections.point .sections-inner .content {
  max-width: 700px;
  margin: 0 auto;
}
body .sections.point .sections-inner .content .head_h3 {
  padding-left: 85px;
  gap: 10px;
  justify-content: flex-start;
}
body .sections.point .sections-inner .content .head_h3 .normal {
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 0.04em;
}
body .sections.point .sections-inner .content .head_h3 + .head_h4 {
  margin-top: 30px;
}
body .sections.point .sections-inner .content .head_h4 {
  background: #D7E5F4;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  min-height: 60px;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.04em;
  flex-direction: column;
  line-height: 1.3888888889;
  color: #000;
}
body .sections.point .sections-inner .content .head_h4 * {
  font-weight: bold;
  letter-spacing: 0.04em;
  display: block;
}
body .sections.point .sections-inner .content .head_h4 span {
  font-size: 18px;
}
body .sections.point .sections-inner .content .head_h4 + .flex {
  margin-top: 20px;
  align-items: center;
  gap: 42.7px;
  padding-right: 20px;
}
body .sections.point .sections-inner .content .head_h4 + .flex .txt {
  width: 295px;
  align-items: center;
  position: relative;
}
body .sections.point .sections-inner .content .head_h4 + .flex .txt .level {
  padding-top: 50px;
}
body .sections.point .sections-inner .content .head_h4 + .flex .txt .medium {
  font-size: 34px;
  font-weight: bold;
}
body .sections.point .sections-inner .content .head_h4 + .flex .txt .din {
  font-size: 143px;
  letter-spacing: -0.03em;
}
body .sections.point .sections-inner .content .head_h4 + .flex .txt .normal {
  font-size: 21px;
  text-align: right;
  width: 100%;
  position: absolute;
  bottom: -11.5px;
}
body .sections.point .sections-inner .content .head_h4 + .flex + p {
  margin-top: 16.5px;
  font-size: 17px;
  line-height: 1.8823529412;
}
body .sections.point .sections-inner .content .gray {
  font-size: 13px;
  line-height: 2;
  letter-spacing: 0;
  margin-top: 10px;
}
body .sections.point .sections-inner .content + .content {
  margin-top: 55px;
  background: url(../img/accent_point-dashed.png) no-repeat;
  width: 100%;
  background-size: 100%;
  background-position: top;
  padding-top: 60px;
}
body .sections.point .sections-inner .content + .content .head_h3 + .flex {
  margin-top: 30px;
}
body .sections.point .sections-inner .content + .content .flex-item {
  width: 47.14%;
}
body .sections.point .sections-inner .content + .content .flex-item img {
  margin-top: 17px;
}
body .sections.point .sections-inner .content + .content .flex-item > p {
  font-size: 17px;
  line-height: 1.8823529412;
  letter-spacing: 0.01em;
  margin-top: 10px;
}
@media screen and (min-width: 951px) and (max-width: 1300px) {
  body .sections.point {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 950px) {
  body .sections.point {
    padding: 15px;
  }
  body .sections.point .sections-inner {
    max-width: 100%;
    padding: 45px 0;
  }
  body .sections.point .sections-inner .head_h2 {
    margin-bottom: 30px;
  }
  body .sections.point .sections-inner .head_h2 .small {
    font-size: 17px;
    letter-spacing: 0.02em;
    line-height: 1.5294117647;
    margin-bottom: 2px;
  }
  body .sections.point .sections-inner .head_h2 .small:before, body .sections.point .sections-inner .head_h2 .small:after {
    display: none;
  }
  body .sections.point .sections-inner .head_h2 .normal {
    font-size: 27px;
  }
  body .sections.point .sections-inner .content {
    max-width: 100%;
    padding: 0 15px;
  }
  body .sections.point .sections-inner .content .head_h3 {
    padding-left: 0;
    gap: 17px;
    justify-content: center;
  }
  body .sections.point .sections-inner .content .head_h3 img {
    margin: 0 auto;
    width: 52px;
    height: 52px;
  }
  body .sections.point .sections-inner .content .head_h3 .normal {
    font-size: 18px;
    text-align: center;
    line-height: 1.6666666667;
  }
  body .sections.point .sections-inner .content .head_h3 + .head_h4 {
    margin-top: 17px;
  }
  body .sections.point .sections-inner .content .head_h4 {
    font-size: 15px;
    min-height: 65px;
    line-height: 1.4333333333;
  }
  body .sections.point .sections-inner .content .head_h4 span {
    font-size: 15px;
  }
  body .sections.point .sections-inner .content .head_h4 + .flex {
    margin-top: 25px;
    align-items: center;
    gap: 1.867vw;
    padding-right: 0;
  }
  body .sections.point .sections-inner .content .head_h4 + .flex img {
    width: 48.41%;
    height: auto;
  }
  body .sections.point .sections-inner .content .head_h4 + .flex .txt {
    width: auto;
  }
  body .sections.point .sections-inner .content .head_h4 + .flex .txt .level {
    padding-top: 8vw;
    margin-right: 1vw;
  }
  body .sections.point .sections-inner .content .head_h4 + .flex .txt .medium {
    font-size: 4.667vw;
  }
  body .sections.point .sections-inner .content .head_h4 + .flex .txt .din {
    font-size: 20.667vw;
    margin-right: 2.4vw;
  }
  body .sections.point .sections-inner .content .head_h4 + .flex .txt .normal {
    font-size: 2.8vw;
    width: 100%;
    bottom: 0vw;
  }
  body .sections.point .sections-inner .content .head_h4 + .flex + p {
    margin-top: 17px;
    font-size: 15px;
    line-height: 1.8;
    letter-spacing: 0.025em;
  }
  body .sections.point .sections-inner .content .gray {
    line-height: 1.9230769231;
    margin-top: 8px;
  }
  body .sections.point .sections-inner .content + .content {
    background: unset;
    padding-top: 0;
  }
  body .sections.point .sections-inner .content + .content .head_h3 + .flex {
    flex-direction: column;
    margin-top: 30px;
  }
  body .sections.point .sections-inner .content + .content .flex-item {
    width: 100%;
  }
  body .sections.point .sections-inner .content + .content .flex-item img {
    margin-top: 24px;
  }
  body .sections.point .sections-inner .content + .content .flex-item > p {
    font-size: 15px;
    line-height: 1.8;
    letter-spacing: 0.026em;
    margin-top: 7px;
  }
  body .sections.point .sections-inner .content + .content .flex-item + .flex-item {
    margin-top: 20px;
  }
}
body .sections.on-off {
  background: url(../img/bg-brush_02.webp);
  background-size: 150px;
  padding: 170px 0 120px;
  z-index: 5;
}
body .sections.on-off:before, body .sections.on-off:after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  transform: unset;
  mix-blend-mode: multiply;
  z-index: -1;
}
body .sections.on-off:before {
  background: url(../img/accent_on-off_top.webp) no-repeat;
  background-size: contain;
  top: -300px;
  left: -405px;
  width: 978px;
  height: 1104px;
}
body .sections.on-off:after {
  background: url(../img/accent_on-off_bottom.webp) no-repeat;
  background-size: contain;
  bottom: -300px;
  top: unset;
  right: -405px;
  width: 978px;
  height: 1104px;
}
body .sections.on-off * {
  color: #fff;
}
body .sections.on-off .sections-inner {
  max-width: 1100px;
}
body .sections.on-off .lets-movie {
  display: block;
  margin: 115px auto 0;
}
body .sections.on-off > .sections-inner > .flex {
  margin-bottom: 85px;
}
body .sections.on-off > .sections-inner > .flex .txt {
  max-width: 44.5%;
}
body .sections.on-off > .sections-inner > .flex .txt .head_h2 {
  font-weight: bold;
  font-size: 44px;
  line-height: 1.3181818182;
  margin-bottom: 35px;
}
body .sections.on-off > .sections-inner > .flex .txt p {
  font-size: 18px;
  line-height: 2.3333333333;
  letter-spacing: 0.026em;
}
body .sections.on-off > .sections-inner > .flex .image {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
body .sections.on-off > .sections-inner > .flex .image img {
  height: auto;
}
body .sections.on-off > .sections-inner > .flex .image > img {
  position: relative;
}
body .sections.on-off > .sections-inner > .flex .image > img:nth-child(1) {
  top: -50px;
}
body .sections.on-off .content .ttl-box {
  position: relative;
  margin-bottom: 60px;
}
body .sections.on-off .content .ttl-box .head_h3 {
  text-align: center;
  font-size: 30px;
  letter-spacing: 0.08em;
  font-weight: bold;
}
body .sections.on-off .content .ttl-box .head_h3 .din {
  font-size: 25px;
  line-height: 1;
  text-decoration: underline;
  display: block;
  text-underline-offset: 7.8px;
  text-decoration-thickness: 1px;
  margin-bottom: 27px;
}
body .sections.on-off .content .ttl-box .loop-wrap {
  pointer-events: none;
  position: absolute;
  top: 80%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  overflow: hidden;
  opacity: 0.1;
}
body .sections.on-off .content .ttl-box .loop-wrap .loop-area {
  display: flex;
  animation: loop-slide 50s infinite linear 1s both;
  list-style: none;
  margin: 0;
  padding: 0;
}
body .sections.on-off .content .ttl-box .loop-wrap .loop-area .loop-txt {
  font-family: "din-condensed", sans-serif;
  width: 500px;
  color: #AAC1DB;
  font-size: 190px;
  margin-left: 10px;
  font-weight: 500;
}
@media screen and (max-width: 950px) {
  body .sections.on-off .content .ttl-box .loop-wrap .loop-area .loop-txt {
    font-weight: 300;
  }
}
@keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
body .sections.on-off .content .flex {
  margin-bottom: 30px;
}
body .sections.on-off .content .flex img {
  width: 57.27%;
}
body .sections.on-off .content .flex ul {
  width: 445px;
  margin-top: 17.5px;
}
body .sections.on-off .content .flex ul li {
  background: url(../img/accent_on-off_dashed02.png) no-repeat;
  background-size: 100% 2px;
  background-position: bottom;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-height: 124px;
}
body .sections.on-off .content .flex ul li .ttl {
  font-size: 27px;
  font-weight: bold;
}
body .sections.on-off .content .flex ul li .time {
  width: 160px;
  align-items: baseline;
  position: relative;
  top: 11.5px;
}
body .sections.on-off .content .flex ul li .time .midium {
  color: #AAC1DB;
  font-size: 20px;
  font-weight: 500;
}
body .sections.on-off .content .flex ul li .time .large {
  font-family: "din-condensed", sans-serif;
  font-size: 81px;
}
@media screen and (max-width: 950px) {
  body .sections.on-off .content .flex ul li .time .large {
    font-weight: 300;
  }
}
body .sections.on-off .content .flex ul li .time .normal {
  color: #AAC1DB;
  letter-spacing: 0.08em;
  font-size: 20px;
  display: block;
  width: 100%;
  text-align: right;
  line-height: 1;
  position: relative;
  bottom: 9px;
}
body .sections.on-off .content + .content {
  margin-top: 115px;
}
body .sections.on-off .content + .content .loop-wrap .loop-area .loop-txt {
  width: 665px;
}
body .sections.on-off .content .content-box .head_h4 {
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 0.06em;
  margin-bottom: 13px;
}
body .sections.on-off .content .content-box .head_h4 .din {
  font-size: 21px;
  color: #AAC1DB;
  letter-spacing: 0.07em;
  font-weight: bold;
  margin-left: 7px;
}
body .sections.on-off .content .content-box .flex {
  justify-content: flex-start;
  gap: 1.7%;
  row-gap: 20px;
}
body .sections.on-off .content .content-box .flex .flex-item {
  width: 23.63%;
}
body .sections.on-off .content .content-box .flex .flex-item img {
  width: 100%;
  margin-bottom: 15px;
  height: 194px;
  -o-object-fit: cover;
     object-fit: cover;
}
body .sections.on-off .content .content-box .flex .flex-item p {
  font-size: 14px;
  line-height: 1.5714285714;
  letter-spacing: 0.09em;
}
body .sections.on-off .content .content-box .flex .flex-item.txt-only {
  width: 100%;
}
body .sections.on-off .content .content-box .flex .flex-item.txt-only + .txt-only {
  margin-top: 30px;
}
body .sections.on-off .content .content-box .flex .flex-item + .txt-only {
  margin-top: 30px;
}
body .sections.on-off .content .content-box .flex .flex-item .txt + .ttl {
  margin-top: 20px;
}
body .sections.on-off .content .content-box + .content-box {
  background: url(../img/accent_on-off_dashed.png) no-repeat;
  width: 100%;
  background-size: 100%;
  background-position: top;
  padding-top: 33px;
}
@media screen and (min-width: 951px) and (max-width: 1300px) {
  body .sections.on-off .sections-inner {
    padding-left: 40px;
    padding-right: 40px;
  }
  body .sections.on-off .lets-movie {
    display: block;
    margin: 50px auto;
  }
  body .sections.on-off > .sections-inner > .flex {
    margin-bottom: 85px;
  }
  body .sections.on-off > .sections-inner > .flex .txt {
    max-width: 44.5%;
  }
  body .sections.on-off > .sections-inner > .flex .txt .head_h2 {
    font-weight: bold;
    font-size: 44px;
    line-height: 1.3181818182;
    margin-bottom: 35px;
  }
  body .sections.on-off > .sections-inner > .flex .txt p {
    font-size: 18px;
    line-height: 2.3333333333;
    letter-spacing: 0.026em;
  }
  body .sections.on-off > .sections-inner > .flex .image {
    display: flex;
    align-items: flex-start;
    gap: 20px;
  }
  body .sections.on-off > .sections-inner > .flex .image img {
    height: auto;
  }
  body .sections.on-off > .sections-inner > .flex .image > img {
    position: relative;
  }
  body .sections.on-off > .sections-inner > .flex .image > img:nth-child(1) {
    top: -50px;
  }
  body .sections.on-off .content .ttl-box {
    position: relative;
    margin-bottom: 60px;
  }
  body .sections.on-off .content .ttl-box .head_h3 {
    text-align: center;
    font-size: 30px;
    letter-spacing: 0.08em;
    font-weight: bold;
  }
  body .sections.on-off .content .ttl-box .head_h3 .din {
    font-size: 25px;
    line-height: 1;
    text-decoration: underline;
    display: block;
    text-underline-offset: 7.8px;
    text-decoration-thickness: 1px;
    margin-bottom: 27px;
  }
  body .sections.on-off .content .ttl-box .loop-wrap {
    pointer-events: none;
    position: absolute;
    top: 80%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    overflow: hidden;
    opacity: 0.1;
  }
  body .sections.on-off .content .ttl-box .loop-wrap .loop-area {
    display: flex;
    animation: loop-slide 50s infinite linear 1s both;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  body .sections.on-off .content .ttl-box .loop-wrap .loop-area .loop-txt {
    font-family: "din-condensed", sans-serif;
    width: 500px;
    color: #AAC1DB;
    font-size: 190px;
    margin-left: 10px;
    font-weight: 500;
  }
}
@media screen and (min-width: 951px) and (max-width: 1300px) and (max-width: 950px) {
  body .sections.on-off .content .ttl-box .loop-wrap .loop-area .loop-txt {
    font-weight: 300;
  }
}
@media screen and (min-width: 951px) and (max-width: 1300px) {
  @keyframes loop-slide {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(-100%);
    }
  }
  body .sections.on-off .content .flex {
    margin-bottom: 30px;
  }
  body .sections.on-off .content .flex img {
    width: 57.27%;
  }
  body .sections.on-off .content .flex ul {
    width: 445px;
    margin-top: 17.5px;
  }
  body .sections.on-off .content .flex ul li {
    background: url(../img/accent_on-off_dashed02.png) no-repeat;
    background-size: 100% 2px;
    background-position: bottom;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-height: 124px;
  }
  body .sections.on-off .content .flex ul li .ttl {
    font-size: 27px;
    font-weight: bold;
  }
  body .sections.on-off .content .flex ul li .time {
    width: 160px;
    align-items: baseline;
    position: relative;
    top: 11.5px;
  }
  body .sections.on-off .content .flex ul li .time .midium {
    color: #AAC1DB;
    font-size: 20px;
    font-weight: 500;
  }
  body .sections.on-off .content .flex ul li .time .large {
    font-family: "din-condensed", sans-serif;
    font-size: 81px;
  }
}
@media screen and (min-width: 951px) and (max-width: 1300px) and (max-width: 950px) {
  body .sections.on-off .content .flex ul li .time .large {
    font-weight: 300;
  }
}
@media screen and (min-width: 951px) and (max-width: 1300px) {
  body .sections.on-off .content .flex ul li .time .normal {
    color: #AAC1DB;
    letter-spacing: 0.08em;
    font-size: 20px;
    display: block;
    width: 100%;
    text-align: right;
    line-height: 1;
    position: relative;
    bottom: 9px;
  }
  body .sections.on-off .content + .content {
    margin-top: 115px;
  }
  body .sections.on-off .content + .content .loop-wrap .loop-area .loop-txt {
    width: 665px;
  }
  body .sections.on-off .content .content-box .head_h4 {
    font-size: 25px;
    font-weight: bold;
    letter-spacing: 0.06em;
    margin-bottom: 13px;
  }
  body .sections.on-off .content .content-box .head_h4 .din {
    font-size: 21px;
    color: #AAC1DB;
    letter-spacing: 0.07em;
    font-weight: bold;
    margin-left: 7px;
  }
  body .sections.on-off .content .content-box .flex {
    justify-content: flex-start;
    gap: 1.7%;
  }
  body .sections.on-off .content .content-box .flex .flex-item {
    width: 23.63%;
  }
  body .sections.on-off .content .content-box .flex .flex-item img {
    width: 100%;
    margin-bottom: 15px;
    height: 194px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  body .sections.on-off .content .content-box .flex .flex-item p {
    font-size: 14px;
    line-height: 1.5714285714;
    letter-spacing: 0.09em;
  }
  body .sections.on-off .content .content-box + .content-box {
    background: url(../img/accent_on-off_dashed.png) no-repeat;
    width: 100%;
    background-size: 100%;
    background-position: top;
    padding-top: 33px;
  }
}
@media screen and (max-width: 950px) {
  body .sections.on-off {
    padding: 4vw 0 80px;
  }
  body .sections.on-off:before {
    top: -28.4vw;
    left: -50.667vw;
    width: 90.56vw;
    height: 102.171vw;
  }
  body .sections.on-off:after {
    bottom: -28.4vw;
    right: -50.667vw;
    width: 90.56vw;
    height: 102.171vw;
  }
  body .sections.on-off .sections-inner {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  body .sections.on-off .lets-movie {
    margin: 30px auto;
    width: 100%;
    height: 49vw;
    padding: 0 30px;
  }
  body .sections.on-off > .sections-inner {
    margin-bottom: 78px;
  }
  body .sections.on-off > .sections-inner > .flex {
    margin-bottom: 75px;
    flex-direction: column-reverse;
  }
  body .sections.on-off > .sections-inner > .flex .txt {
    max-width: 80vw;
    margin: 0 auto;
  }
  body .sections.on-off > .sections-inner > .flex .txt .head_h2 {
    font-size: 27px;
    line-height: 1.5185185185;
    margin-bottom: 12px;
    letter-spacing: 0.07em;
  }
  body .sections.on-off > .sections-inner > .flex .txt p {
    font-size: 15px;
    line-height: 1.9333333333;
  }
  body .sections.on-off > .sections-inner > .flex .image {
    display: flex;
    gap: 1.92vw;
    margin: 0 auto;
    margin-right: 0;
    margin-bottom: -16vw;
  }
  body .sections.on-off > .sections-inner > .flex .image > img:nth-child(1) {
    width: 21.2vw;
    top: 0;
  }
  body .sections.on-off > .sections-inner > .flex .image > img + img {
    width: 28.155vw;
    margin-top: 4.667vw;
  }
  body .sections.on-off .content .map-frame {
    width: 100%;
    margin-top: 15px;
    height: 93.333vw;
  }
  body .sections.on-off .content .ttl-box {
    margin-bottom: 60px;
  }
  body .sections.on-off .content .ttl-box .head_h3 {
    font-size: 21px;
  }
  body .sections.on-off .content .ttl-box .head_h3 .din {
    font-size: 20px;
    letter-spacing: 0;
    text-underline-offset: 3.8px;
    text-decoration-thickness: 1px;
    margin-bottom: 12px;
  }
  body .sections.on-off .content .ttl-box .loop-wrap {
    top: 85%;
  }
  body .sections.on-off .content .ttl-box .loop-wrap .loop-area .loop-txt {
    width: 165px;
    font-size: 66.5px;
    margin-left: 15px;
  }
  body .sections.on-off .content .station {
    margin-top: -48px;
    padding: 0 15px;
  }
  body .sections.on-off .content .flex {
    margin-bottom: 30px;
  }
  body .sections.on-off .content .flex img {
    width: 57.27%;
  }
  body .sections.on-off .content .flex ul {
    width: 100%;
    margin-top: 17.5px;
  }
  body .sections.on-off .content .flex ul li {
    background: url(../img/accent_on-off_dashed02@sp.png) no-repeat;
    background-size: 100%;
    background-position: bottom;
    max-height: 90px;
  }
  body .sections.on-off .content .flex ul li .ttl {
    font-size: 18px;
  }
  body .sections.on-off .content .flex ul li .time {
    width: 129px;
    padding-right: 18px;
  }
  body .sections.on-off .content .flex ul li .time .midium {
    font-size: 14px;
    position: relative;
    top: -3px;
  }
  body .sections.on-off .content .flex ul li .time .large {
    font-size: 58px;
  }
  body .sections.on-off .content .flex ul li .time .normal {
    font-size: 14px;
    bottom: 6px;
  }
  body .sections.on-off .content + .content {
    margin-top: 98.5px;
  }
  body .sections.on-off .content + .content .loop-wrap .loop-area .loop-txt {
    width: 208px;
  }
  body .sections.on-off .content + .content .ttl-box {
    margin-bottom: 44px;
  }
  body .sections.on-off .content .content-box .head_h4 {
    font-size: 18px;
  }
  body .sections.on-off .content .content-box .head_h4 .din {
    font-size: 15px;
    margin-left: 5px;
  }
  body .sections.on-off .content .content-box .flex {
    gap: 0;
    row-gap: 7vw;
    justify-content: space-between;
    padding-bottom: 10px;
    margin-bottom: 0;
  }
  body .sections.on-off .content .content-box .flex .flex-item {
    width: 48.11%;
  }
  body .sections.on-off .content .content-box .flex .flex-item img {
    margin-bottom: 5px;
    height: 33.2vw;
  }
  body .sections.on-off .content .content-box .flex .flex-item p {
    font-size: 13px;
    line-height: 1.7692307692;
  }
  body .sections.on-off .content .content-box .flex .flex-item + .txt-only {
    margin-top: 0;
  }
  body .sections.on-off .content .content-box .flex .flex-item.txt-only + .txt-only {
    margin-top: -3vw;
  }
  body .sections.on-off .content .content-box + .content-box {
    background: url(../img/accent_on-off_dashed@sp.png) no-repeat;
    background-size: 100%;
    padding-top: 40px;
    margin-top: 30px;
  }
}/*# sourceMappingURL=style.css.map */