@charset "UTF-8";
h1 {
  position: relative;
}
h1 .title {
  color: white;
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translate(0, -50%);
  font-size: 4.2vw;
  letter-spacing: 0.3rem;
  font-weight: 400;
}
h1 .span1 {
  font-size: 4.7vw;
}
h1 .span2 {
  font-size: 3vw;
}

.feature .p.center {
  text-align: center;
  line-height: 200%;
}

.feature .top-p {
  margin: 100px auto;
}

.six {
  width: 600px;
}

.six .six-box {
  display: block;
}
.six .six-box .s-box {
  width: 100%;
  text-align: center;
}
.six .six-box .s-box ul {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  line-height: 200%;
}
.six .six-box .s-box img {
  width: 400px;
  margin: 0 auto;
  margin-top: 30px;
  max-width: 100%;
}

.feature h3 {
  font-size: 30px;
}
.feature h4 {
  text-align: center;
  color: #004da1;
  font-size: 18px;
}
.feature .big h3 {
  font-size: 40px;
}
.feature .big h4 {
  font-size: 25px;
}

.feature .schooling {
  width: 600px;
}
.feature .schooling h4 {
  font-size: 25px;
}
.feature .schooling h4 span {
  font-size: 35px;
}
.feature .schooling .sc-box:nth-child(1) {
  margin-bottom: 0;
  padding: 10px 5%;
}
.feature .schooling ol {
  text-align: left;
}
.feature .schooling ol li {
  margin-bottom: 20px;
}
.feature .schooling .sc-box {
  padding: 20px 5%;
}
.feature .schooling .sc-box img {
  margin: 0 auto;
  margin-top: 30px;
  max-width: 100%;
}

.feature .flex {
  display: flex;
  gap: 20px;
}
.feature .flex .left {
  width: 50%;
}
.feature .flex .left table th {
  vertical-align: text-top;
  font-weight: 400;
}
.feature .flex .left table th,
.feature .flex .left table td {
  padding-bottom: 20px;
}
.feature .flex .right {
  width: 50%;
}
.feature .flex .right .map {
  width: 100%;
  position: relative;
  padding-top: 56.25%;
}
.feature .flex .right .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.feature .flex2 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.feature .flex2 .left2 span {
  padding: 5px 10px;
  border: solid 1px #004da1;
  border-radius: 20px;
  display: inline-block;
}
.feature .flex2 img {
  width: 50px;
}
.feature .flex2 .right2 .border {
  padding: 5px 30px;
  border: solid 1px #004da1;
  border-radius: 20px;
  display: flex;
  gap: 20px;
}
.feature .flex2 .right2 .border ul {
  padding-left: 10px;
  list-style: "⚫︎";
}
.feature .flex2 .right2 .border ul li {
  line-height: 200%;
}

.feature h3.b-border {
  border-bottom: dashed 1px #b3b3b3;
  margin-bottom: 10px;
  display: inline;
  padding: 5px 50px;
}

details {
  width: 700px;
  max-width: 100%;
  margin: 30px auto;
}
details hr {
  border-top: solid 0px #e6e6e6;
  width: 90%;
  margin: 0 auto;
}
details p {
  padding: 10px 30px 10px 30px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  padding-top: 15px;
  padding-bottom: 40px;
  padding-left: 100px;
  padding-right: 80px;
}
details .open-box {
  padding: 20px 5%;
  line-height: 200%;
  border: solid 1px #004da1;
  border-top: 0;
}
details .open-box ul {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  list-style: "A. ";
}
details li::marker {
  font-size: 25px;
}

.img-box {
  font-size: 32px;
  padding-right: 10px;
  font-weight: 800;
  display: inline;
}

details {
  background: white;
}

details summary {
  max-width: 100%;
  padding: 10px 10px 10px 30px;
  box-sizing: border-box;
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #004da1;
  color: white;
  text-align: center;
  position: relative;
  padding-right: 50px;
}

details summary::-webkit-details-marker {
  display: none;
}

.d-title {
  position: relative;
  display: inline;
  padding-left: 10px;
  font-weight: 600;
  text-align: left;
  font-size: 18px;
}

.plus {
  width: 50px;
  height: auto;
  position: absolute;
  box-sizing: content-box;
  top: 50%;
  right: 2%;
  transform: translate(0, -50%);
}

details summary .plus::after {
  position: absolute;
  content: "+";
  display: flex;
  line-height: 100%;
  font-size: 30px;
  align-items: center;
  justify-content: center;
  padding-bottom: 6px;
  width: 34px;
  height: 28px;
  background: #004da1;
  font-weight: 800;
  margin-left: 10px;
  color: white;
  bottom: -15px;
  border-radius: 50%;
}

/**
   * アコーディオンがオープン時はマイナスアイコンに変更
  **/
details[open] summary .plus::after {
  content: "ー";
  padding-bottom: 3px;
  padding-top: 3px;
}

details[open] summary {
  box-shadow: none;
}

section.q-link {
  margin: 50px 0 100px 0;
}
section.q-link .link-box {
  max-width: 90%;
  width: 500px;
  margin: 0 auto;
}
section.q-link .link-box p {
  margin-top: 30px;
  text-align: center;
}

.link {
  margin-top: 150px;
  margin-bottom: 100px;
}
.link a {
  width: 800px;
  max-width: 100%;
  margin: 50px auto;
}
.link .orange {
  color: #ffa600;
  text-align: center;
  margin-bottom: 50px;
  line-height: 200%;
}
.link .flex {
  align-items: center;
  margin-bottom: 100px;
}
.link .flex .left {
  width: 35%;
}
.link .flex .right {
  width: 65%;
}
.link .flex .right p {
  position: relative;
  padding: 0 5%;
}
.link .flex .right p img {
  width: 100px;
  position: absolute;
  bottom: -70px;
  right: 0px;
}

@media (max-width: 700px) {
  .banner {
    width: 100%;
    overflow-x: hidden;
  }
  .banner img {
    width: 150%;
    margin-left: -50%;
  }
  h1 .title {
    top: 70%;
    font-size: 5vw;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.9);
  }
  h1 .title .span1 {
    font-size: 6vw;
  }
  h1 .title .span2 {
    font-size: 4vw;
  }
  .feature .top-p {
    margin: 50px auto;
  }
  .feature .p.center {
    text-align: left;
    line-height: 200%;
  }
  .feature h3 {
    font-size: 18px;
  }
  .feature .title {
    margin-top: 100px;
  }
  .feature .flex {
    flex-direction: column;
  }
  .feature .flex .left {
    width: 100%;
  }
  .feature .flex .right {
    width: 100%;
  }
  .feature .flex2 {
    font-size: 14px;
  }
  .feature .flex2 span {
    white-space: nowrap;
  }
  .feature .flex2 .right2 .border {
    padding: 5px 20px;
  }
  .feature .title.big {
    margin: 70px auto 30px auto;
  }
  .feature .flex .right .map {
    margin-top: 50px;
  }
  .feature .flex .left table th {
    width: 70px;
  }
  details .open-box ul {
    padding-left: 40px;
  }
  details li::marker {
    font-size: 20px;
  }
  .img-box {
    font-size: 25px;
  }
  .link {
    margin-top: 100px;
  }
  .link .orange {
    text-align: left;
  }
}/*# sourceMappingURL=satellite.css.map */