@charset "UTF-8";
/* ==========================================================
  フォント
========================================================== */
/* ===================================================================
CSS information
 file name  :top.css
 style info :トップページのスタイル
=================================================================== */
/* ==========================================================
    CONTENT
  ========================================================== */
.visual {
  position: relative;
  overflow: hidden;
  background: -webkit-gradient(linear, left top, right top, from(#00b3ff), color-stop(50%, #00b3ff), color-stop(50%, #160793));
  background: linear-gradient(90deg, #00b3ff 0%, #00b3ff 50%, #160793 50%);
}
@media screen and (min-width: 768px) {
  .visual {
    height: 346px;
  }
}
@media screen and (min-width: 768px) and (max-width: 940px) {
  .visual {
    height: 37vw;
  }
}
@media screen and (min-width: 768px) {
  .visual figure {
    position: absolute;
    top: 0;
    left: calc(50% - 720px);
    width: 1440px;
  }
}
@media screen and (min-width: 768px) and (max-width: 940px) {
  .visual figure {
    left: calc(50% - 77vw);
    width: 154vw;
  }
}

.titArea {
  background: #000;
  text-align: left;
}
.titArea h1 {
  color: #fff;
  margin-inline: auto;
  width: min(96%, 1180px);
  padding: 0.4em 0;
}
.titArea h1 span {
  display: block;
  border-left: solid 0.7em #004eff;
  padding-left: 0.8em;
}

.content {
  background-image: url(../img/shared/bg_content_pat.jpg), url(../img/shared/bg_content.jpg);
  background-repeat: repeat-x, repeat;
  background-position: 0 0;
}
@media screen and (min-width: 768px) {
  .content {
    padding: 5em 0;
  }
}
@media screen and (max-width: 767px) {
  .content {
    padding: 2em 0;
  }
}
.content .readTxt {
  color: #fff;
  border-radius: 10px;
  background: rgba(4, 104, 0, 0.4);
  padding: 1em;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .content .readTxt {
    width: min(96%, 840px);
    margin-bottom: 5em;
  }
}
@media screen and (max-width: 767px) {
  .content .readTxt {
    width: 90%;
    margin-bottom: 2em;
  }
}
@media screen and (min-width: 768px) {
  .content .sec {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .content .sec {
    margin-bottom: 6vw;
  }
}
.content .sec#pcArea h2:before {
  background-image: url(../img/top/icn_pc_yellow.svg);
  width: 1em;
  aspect-ratio: 16.5/15;
}
.content .sec#spArea h2:before {
  background-image: url(../img/top/icn_sp_yellow.svg);
  width: 0.7em;
  aspect-ratio: 9.6/15;
}
.content .sec .inner {
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .content .sec .inner {
    width: min(96%, 1080px);
  }
}
@media screen and (max-width: 767px) {
  .content .sec .inner {
    width: 90%;
  }
}
.content .sec .inner h2 {
  color: #ffd625;
  font-weight: 700;
  line-height: 1;
  background: #006cd7;
  border-top: solid 3px #ffd625;
  border-bottom: solid 1px #0d3862;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 0.4em;
  padding: 0.6em;
  margin-bottom: 1.4em;
}
@media screen and (min-width: 768px) {
  .content .sec .inner h2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .content .sec .inner h2 {
    font-size: 4.4vw;
  }
}
.content .sec .inner h2:before {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
}
.content .sec .inner .pcBox {
  border-radius: 0 0 16px 16px;
  -webkit-box-shadow: 4px 4px 0 0 rgba(0, 0, 0, 0.25);
          box-shadow: 4px 4px 0 0 rgba(0, 0, 0, 0.25);
  overflow: hidden;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .content .sec .inner .pcBox {
    width: min(96%, 604px);
  }
}
.content .sec .inner .pcBox dl dt {
  background: linear-gradient(84deg, #eeff12 0%, #7cff85 100%);
  padding: 0.4em;
}
@media screen and (min-width: 768px) {
  .content .sec .inner .pcBox dl dt {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .content .sec .inner .pcBox dl dt {
    font-size: 4vw;
  }
}
.content .sec .inner .pcBox dl dd {
  background: url(../img/top/bg_inazuma.png) no-repeat, linear-gradient(215deg, rgb(0, 184, 238) 50%, rgb(0, 77, 182) 100%);
  padding: 3em 0;
}
@media screen and (min-width: 768px) {
  .content .sec .inner .pcBox dl dd {
    background-position: bottom -30px right -80px, 0 0;
    background-size: 290px, auto;
  }
}
@media screen and (max-width: 767px) {
  .content .sec .inner .pcBox dl dd {
    background-position: bottom -4vw right -16vw, 0 0;
    background-size: 52vw, auto;
  }
}
.content .sec .inner .pcBox dl dd ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 1em 0;
}
.content .sec .inner .pcBox dl dd ul li a {
  color: #fff;
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-filter: drop-shadow(#006cd7 0 0 0.2em);
          filter: drop-shadow(#006cd7 0 0 0.2em);
  gap: 0 0.6em;
}
.content .sec .inner .pcBox dl dd ul li a:before {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
  background-image: url(../img/top/icn_pc.svg);
  width: 1.4em;
  aspect-ratio: 16.5/15;
}
.content .sec .inner .pcBox dl dd ul li a:hover {
  color: #ffd625;
}
.content .sec .inner .spBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .content .sec .inner .spBox {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 46px 32px;
    margin-bottom: 46px;
  }
}
@media screen and (max-width: 767px) {
  .content .sec .inner .spBox {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 4vw 0;
    margin-bottom: 4vw;
  }
}
.content .sec .inner .spBox > li {
  border-radius: 0 0 16px 16px;
  -webkit-box-shadow: 4px 4px 0 0 rgba(0, 0, 0, 0.25);
          box-shadow: 4px 4px 0 0 rgba(0, 0, 0, 0.25);
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .content .sec .inner .spBox > li {
    width: 190px;
  }
}
@media screen and (max-width: 767px) {
  .content .sec .inner .spBox > li {
    width: 48%;
  }
}
.content .sec .inner .spBox > li dl dt {
  background: linear-gradient(84deg, #eeff12 0%, #7cff85 100%);
  padding: 0.4em;
}
@media screen and (min-width: 768px) {
  .content .sec .inner .spBox > li dl dt {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .content .sec .inner .spBox > li dl dt {
    font-size: 4vw;
  }
}
.content .sec .inner .spBox > li dl dd {
  background: url(../img/top/bg_inazuma.png) no-repeat, linear-gradient(215deg, rgb(0, 184, 238) 50%, rgb(0, 77, 182) 100%);
  padding: 1.5em 0;
}
@media screen and (min-width: 768px) {
  .content .sec .inner .spBox > li dl dd {
    background-position: bottom -20px right -40px, 0 0;
    background-size: 180px, auto;
  }
}
@media screen and (max-width: 767px) {
  .content .sec .inner .spBox > li dl dd {
    background-position: bottom -4vw right -10vw, 0 0;
    background-size: 40vw, auto;
  }
}
.content .sec .inner .spBox > li dl dd ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 1em 0;
}
.content .sec .inner .spBox > li dl dd ul li a {
  color: #fff;
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-filter: drop-shadow(#006cd7 0 0 0.2em);
          filter: drop-shadow(#006cd7 0 0 0.2em);
  gap: 0 0.6em;
}
.content .sec .inner .spBox > li dl dd ul li a:before {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
  background-image: url(../img/top/icn_sp.svg);
  width: 1em;
  aspect-ratio: 9.6/15;
}
.content .sec .inner .spBox > li dl dd ul li a:hover {
  color: #ffd625;
}
.content .sec .inner .spBox > li dl dd ul li:last-of-type a:before {
  background-image: url(../img/top/icn_tb.svg);
  aspect-ratio: 11.3/15;
  width: 1.2em;
}