@charset "UTF-8";
.sitemap {
  overflow: hidden;
  background-color: #fff;
  color: #404040;
}
.sitemap .main {
  position: relative;
  z-index: 2;
  background: url(../img/subpage/sec02--bg.jpg);
  background-attachment: fixed;
  background-position: center -50%;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .sitemap .main {
    margin-top: 0;
    background: url(../img/subpage/sec02--bg--sp.jpg);
    background-attachment: fixed;
    background-position: bottom center;
    background-size: contain;
    background-repeat: no-repeat;
  }
}
.sitemap p, .sitemap span, .sitemap time, .sitemap a {
  font-family: "noto-sans-cjk-jp", sans-serif;
}
.sitemap h1, .sitemap h2, .sitemap h3, .sitemap h4, .sitemap h5, .sitemap h6 {
  font-family: "noto-sans-cjk-jp", sans-serif;
}
.sitemap .subpage--header .fixed__wrapper {
  margin-top: 40px;
  margin-bottom: 20px;
}
.sitemap .subpage--header .link-more {
  display: block;
  margin-bottom: 20px;
  max-width: 200px;
}
.sitemap .subpage--header .link-more img {
  vertical-align: bottom;
}
.sitemap .subpage--header .hamburger-menu span {
  display: inline-block;
  margin: 0 1em;
}
.sitemap .first-view--wrapper {
  margin-bottom: 90px;
}
@media (max-width: 768px) {
  .sitemap .first-view--wrapper {
    margin-top: 90px;
    margin-bottom: 40px;
  }
}
.sitemap .first-view--wrapper .flex {
  justify-content: center;
}
@media (max-width: 768px) {
  .sitemap .first-view--wrapper .flex {
    margin-top: 90px;
    margin-bottom: 40px;
  }
}
.sitemap .first-view--wrapper .first-view--img {
  position: relative;
  width: calc(50% - 24px);
}
.sitemap .first-view--wrapper .first-view--img .img {
  border-radius: 0 0 100px 0;
}
.sitemap .first-view--wrapper .first-view--img .course--text {
  position: absolute;
  right: 0%;
  bottom: 0%;
  max-width: 500px;
  transform: translateX(45%) translateY(40%);
}
.sitemap .first-view--wrapper .first-view--text {
  margin-right: 16px;
  margin-left: 16px;
  max-width: 410px;
  width: calc(50% - 24px);
}
@media (max-width: 768px) {
  .sitemap .first-view--wrapper .first-view--text {
    margin: 0 auto;
    max-width: 240px;
    width: 100%;
  }
}
.sitemap .first-view--wrapper .first-view--text .text--wrapper {
  position: relative;
}
.sitemap .first-view--wrapper .first-view--text .text--wrapper .text01--wrapper {
  position: relative;
}
.sitemap .first-view--wrapper .first-view--text .text--wrapper .text01--wrapper::before {
  position: absolute;
  z-index: -1;
  display: block;
  width: calc(100vw - 150px);
  height: 2px;
  content: "";
}
.sitemap .first-view--wrapper .first-view--text .text--wrapper .text01--wrapper::before {
  top: calc(50% - 1px);
  right: calc(-100vw + 50%);
  max-width: calc(100vw - 150px);
  width: calc(100vw - 150px);
  background: linear-gradient(to right, #dc000b 30px, #000 30.1px);
}
@media (max-width: 768px) {
  .sitemap .first-view--wrapper .first-view--text .text--wrapper .text01--wrapper::before {
    max-width: calc(100vw - 100px);
    width: calc(100vw - 100px);
    height: 1.5px;
  }
}
.sitemap .first-view--wrapper .first-view--text .text--wrapper .text01 {
  max-width: 270px;
  width: 90%;
}
.sitemap .first-view--wrapper .first-view--text .text--wrapper .text02 {
  margin-top: -4%;
  margin-bottom: -4%;
  max-width: 400px;
}
@media (max-width: 768px) {
  .sitemap .first-view--wrapper .first-view--text .text--wrapper .text02 {
    margin-bottom: -11%;
  }
}
.sitemap .first-view--wrapper .first-view--text .text--wrapper .text03 {
  position: relative;
  text-align: right;
}
.sitemap .first-view--wrapper .first-view--text .text--wrapper .text03::after {
  position: absolute;
  z-index: -1;
  display: block;
  height: 2px;
  content: "";
}
.sitemap .first-view--wrapper .first-view--text .text--wrapper .text03::after {
  bottom: calc(50% - 1px);
  left: calc(-100vw + 100%);
  min-width: calc(100vw - 8em);
  width: calc(100vw - 12em);
  background: linear-gradient(to left, #dc000b 30px, #000 30.1px);
}
@media (max-width: 768px) {
  .sitemap .first-view--wrapper .first-view--text .text--wrapper .text03::after {
    min-width: calc(100vw - 8em);
    height: 1.5px;
  }
}
.sitemap .first-view--wrapper .first-view--text .text--description {
  text-align: center;
}
.sitemap .first-view--wrapper .first-view--text .text--description h3 {
  text-align: left;
  font-size: 40px;
}
.sitemap .first-view--wrapper .first-view--text .text--description .color--red {
  color: #fda7ac;
  font-weight: 700;
  font-style: normal;
  font-size: 40px;
}
.sitemap .first-view--wrapper .first-view--text .text--description .desc {
  text-align: left;
}

.sitemap .sec01 {
  margin-bottom: 90px;
  padding-top: 90px;
}
@media (max-width: 768px) {
  .sitemap .sec01 {
    margin-bottom: 60px;
    padding-top: 70px;
  }
}
.sitemap .sec01 h1 {
  text-align: center;
  font-size: 32px;
}
@media (max-width: 840px) {
  .sitemap .sec01 h1 {
    font-size: 18px;
  }
}
.sitemap .sec01 p, .sitemap .sec01 ul {
  font-size: 16px;
  line-height: 2;
}
@media (max-width: 840px) {
  .sitemap .sec01 p, .sitemap .sec01 ul {
    font-size: 14px;
  }
}
.sitemap .sec01 h2.sec-heading {
  margin: 0 auto;
  margin-bottom: 30px;
  width: 80%;
  border-radius: 32px;
  background-color: #0c87ef;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 26px;
  font-family: "ゴシックMB101 DB";
  line-height: 1.9;
}
@media (max-width: 768px) {
  .sitemap .sec01 h2.sec-heading {
    margin-bottom: 16px;
    width: 100%;
    font-size: 16px;
  }
}
.sitemap .sec01 .sec01-desc-first {
  box-sizing: border-box;
  margin: 0 -20px;
  margin-bottom: 80px;
  padding: 40px 20px;
  width: calc(100% + 40px);
  border-top: 1px solid #3c3c3c;
  border-bottom: 1px solid #3c3c3c;
}
.sitemap .sec01 .sec01-desc,
.sitemap .sec01 ul {
  margin-left: 1em;
}
.sitemap .sec01 .sec01__art01 h2 {
  margin: 0;
}
.sitemap .sec02 {
  margin-bottom: 0;
  padding-bottom: 120px;
}
@media (max-width: 768px) {
  .sitemap .sec02 {
    padding-bottom: 160px;
  }
}
.sitemap .sec02 .sec01-desc-first {
  margin-bottom: 90px;
  padding: 12px 0;
  border-top: solid #707070 1px;
  border-bottom: solid #707070 1px;
}
@media (max-width: 768px) {
  .sitemap .sec02 .sec01-desc-first {
    margin-bottom: 60px;
  }
}
.sitemap .sec02 .flex {
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 600px;
}
.sitemap .sec02 .flex .box {
  position: relative;
  box-sizing: border-box;
  margin-bottom: 20px;
  padding: 8px 0;
  width: calc(50% - 24px);
  border: solid 1px #707070;
  border-radius: 32px;
  text-align: center;
  transition: 0.2s;
}
@media (max-width: 768px) {
  .sitemap .sec02 .flex .box {
    width: 100%;
  }
}
.sitemap .sec02 .flex .box:hover {
  border: solid 1px #fed3d5;
  background: #fed3d5;
  color: #ed4d55;
}
.sitemap .sec02 .flex .box::before {
  position: absolute;
  top: 50%;
  left: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #000;
  color: #fff;
  content: ">";
  font-size: 12px;
  transform: translateY(-50%);
}
.sitemap .sec02 .flex .box:hover::before {
  background: #ed4d55;
}
.sitemap .sec02 .flex .box a {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 16px 16px;
  line-height: 1.6;
  opacity: 1 !important;
}
@media (max-width: 768px) {
  .sitemap .sec02 .flex .box a {
    margin: 12px 2px;
  }
}
.sitemap .sec02 .flex .box a:hover::before {
  transform: translateX(6px);
}
.sitemap .sec02 .flex .box a::before {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1em;
  width: 2em;
  height: 2em;
  border-radius: 50%;
  background: #707070;
  color: #fff;
  content: "＞";
  font-size: 10px;
  transition: 0.15s;
}
@media (max-width: 768px) {
  .sitemap .sec02 .flex .box a::before {
    margin-right: 0.8em;
    min-width: 2em;
  }
}
.sitemap .sec02 .flex03,
.sitemap .sec02 .flex04,
.sitemap .sec02 .flex05,
.sitemap .sec02 .flex07,
.sitemap .sec02 .flex08,
.sitemap .sec02 .flex09,
.sitemap .sec02 .flex14 {
  border-bottom: none;
}
.sitemap .main .fixed__wrapper {
  width: 800px;
}
@media (max-width: 840px) {
  .sitemap .main .fixed__wrapper {
    width: auto;
  }
}
.sitemap .main .sec01__policy.fixed__wrapper {
  padding-top: 0;
}