@charset "UTF-8";
@import url("https://use.typekit.net/dkf6nzm.css");
@import url("https://use.typekit.net/mcn5lnv.css");
.title {
  width: 100%;
  padding: 220px 0 300px 0;
  margin: 0 auto 0px auto;
  position: relative;
  z-index: 1;
}
.title::before {
  content: "";
  width: 100%;
  height: 30px;
  background-image: url(../../../common/images/line9.png);
  background-color: #FFF;
  background-repeat: repeat-x;
  background-position: left top;
  background-size: contain;
  display: block;
  position: fixed;
  left: 0px;
  top: 70px;
}
.title::after {
  content: "";
  width: 100%;
  height: 785px;
  background-image: url(../../../common/images/line10.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 2000px 785px;
  position: absolute;
  left: 0px;
  top: 270px;
  z-index: -1;
}
.title .inner h2 {
  color: #1a005d;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  margin: 0 auto 20px auto;
}
.title .inner h4 {
  color: #1a005d;
  font-family: Arial, aktiv-grotesk, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-bottom: 40px;
}
.title .inner p {
  color: #1a005d;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.8rem;
  letter-spacing: 0em;
}

.system {
  width: 100%;
  margin: 0 auto 80px auto;
}
.system h4 {
  color: #1a005d;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  padding-bottom: 30px;
  margin: 0 auto 40px auto;
  position: relative;
  display: inline-block;
}
.system h4::before {
  content: "";
  width: 100%;
  height: 10px;
  background-color: #1a005d;
  position: absolute;
  left: 0px;
  bottom: 10px;
}
.system h4::after {
  content: "";
  width: 100%;
  height: 10px;
  background-color: #8ec400;
  position: absolute;
  left: 0px;
  bottom: 0px;
}
.system .graph {
  width: 1080px;
  margin: 0 auto;
}

.lists {
  width: 100%;
  background-color: #1a005d;
  padding: 90px 0;
}
.lists h4 {
  color: #FFF;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  padding-bottom: 30px;
  margin: 0 auto 80px auto;
  position: relative;
  display: inline-block;
}
.lists h4::before {
  content: "";
  width: 100%;
  height: 10px;
  background-color: #FFF;
  position: absolute;
  left: 0px;
  bottom: 10px;
}
.lists h4::after {
  content: "";
  width: 100%;
  height: 10px;
  background-color: #8ec400;
  position: absolute;
  left: 0px;
  bottom: 0px;
}
.lists ul {
  width: calc(100% - 80px);
  max-width: 1200px;
  margin: 0 auto 40px auto;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
}
.lists ul li.tab {
  color: #FFF;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
  width: 50%;
  padding: 10px;
  border: solid 10px #FFF;
  box-sizing: border-box;
}
.lists ul li.tab.on {
  color: #1a005d;
  background-color: #FFF;
}
.lists .listcombo {
  width: calc(100% - 80px);
  max-width: 1200px;
  margin: 0 auto;
}
.lists .listcombo .list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  display: none;
}
.lists .listcombo .list.on {
  display: flex;
}
.lists .listcombo .list .company {
  width: calc((100% - 80px) / 2);
  margin-bottom: 80px;
}
.lists .listcombo .list .company:nth-child(n+1):nth-last-child(2) {
  margin-bottom: 0px;
}
.lists .listcombo .list .company:nth-child(2n+2) {
  margin-left: 80px;
}
.lists .listcombo .list .company:last-child {
  margin-bottom: 0px;
}
.lists .listcombo .list .company dl {
  width: 100%;
  margin-bottom: 20px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
.lists .listcombo .list .company dl dt {
  color: #FFF;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
  text-align: left;
  width: calc(100% - 120px);
}
.lists .listcombo .list .company dl dd {
  width: 120px;
}
.lists .listcombo .list .company dl dd a {
  color: #1a005d;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
  padding: 10px;
  background-color: #FFF;
  box-sizing: border-box;
  display: block;
  transition: all 0.25s ease-in 0s;
}
.lists .listcombo .list .company dl dd a:hover {
  background-color: #8ec400;
}
.lists .listcombo .list .company table {
  width: 100%;
  border-top: solid 1px #FFF;
}
.lists .listcombo .list .company table tr th {
  color: #FFF;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1.5rem;
  letter-spacing: 0em;
  text-align: left;
  white-space: nowrap;
  padding: 20px 20px 20px 0;
  border-bottom: solid 1px #FFF;
}
.lists .listcombo .list .company table tr td {
  color: #FFF;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1.5rem;
  letter-spacing: 0em;
  text-align: left;
  padding: 20px 0 20px 20px;
  border-bottom: solid 1px #FFF;
}

.schedule {
  width: 800px;
  margin: 0 auto 80px auto;
}
.schedule h4 {
  color: #111;
  font-family: Arial, aktiv-grotesk, sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 100%;
  margin-bottom: 20px;
}
.schedule .graph {
  width: 100%;
  margin: 0 auto 20px auto;
}
.schedule dl {
  text-align: left;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.schedule dl:not(:last-child) {
  margin-bottom: 20px;
}
.schedule dl dt {
  color: #1a005d;
  font-size: 0.9rem;
  line-height: 1.4rem;
}
.schedule dl dd {
  color: #1a005d;
  font-size: 0.9rem;
  line-height: 1.4rem;
  padding: 0 0 0 10px;
}
.schedule dl dd p {
  color: #1a005d;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 0.8rem;
  font-weight: 400;
  line-height: 1.2rem;
}
.schedule dl dd p:not(:last-child) {
  margin-bottom: 10px;
}

/* --------------------------------------- Media Queries Smartphone --------------------------------------- */
@media screen and (max-width: 768px) {
  .title {
    padding: 130px 0 80px 0;
  }
  .title::before {
    content: none;
    height: 15px;
    top: 90px;
  }
  .title::after {
    content: none;
    width: 100%;
    height: 320px;
    background-image: url(../../../common/images/line10.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 815px 320px;
    position: absolute;
    left: 0px;
    top: 270px;
    z-index: -1;
  }
  .title .inner h2 {
    color: #1a005d;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0;
    margin: 0 auto 10px auto;
  }
  .title .inner h4 {
    color: #1a005d;
    font-family: Arial, aktiv-grotesk, sans-serif;
    font-size: 0.8rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.05em;
    margin-bottom: 20px;
  }
  .title .inner p {
    color: #1a005d;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 0.8rem;
    font-weight: 500;
    line-height: 1.6rem;
    letter-spacing: 0em;
    text-align: left;
    padding: 0 20px;
  }
  .title .inner p br {
    display: none;
  }

  .system {
    width: 100%;
    margin: 0 auto 40px auto;
  }
  .system h4 {
    color: #1a005d;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0;
    padding-bottom: 15px;
    margin: 0 auto 20px auto;
    position: relative;
    display: inline-block;
  }
  .system h4::before {
    height: 5px;
    bottom: 5px;
  }
  .system h4::after {
    height: 5px;
  }
  .system .graph {
    width: calc(100% - 20px);
    margin: 0 auto;
  }

  .lists {
    width: 100%;
    background-color: #1a005d;
    padding: 90px 0;
  }
  .lists h4 {
    color: #FFF;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0;
    padding-bottom: 15px;
    margin: 0 auto 40px auto;
  }
  .lists h4::before {
    height: 5px;
    bottom: 5px;
  }
  .lists h4::after {
    height: 5px;
  }
  .lists ul {
    width: calc(100% - 40px);
    max-width: calc(100% - 40px);
    margin: 0 auto 20px auto;
  }
  .lists ul li.tab {
    color: #FFF;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0em;
    padding: 10px;
    border: solid 5px #FFF;
  }
  .lists .listcombo {
    width: calc(100% - 40px);
    max-width: calc(100% - 40px);
    margin: 0 auto;
  }
  .lists .listcombo .list {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    display: none;
  }
  .lists .listcombo .list.on {
    display: flex;
  }
  .lists .listcombo .list .company {
    width: 100%;
    margin-bottom: 40px;
  }
  .lists .listcombo .list .company:nth-child(n+1):nth-last-child(2) {
    margin-bottom: 40px;
  }
  .lists .listcombo .list .company:nth-child(2n+2) {
    margin-left: 0px;
  }
  .lists .listcombo .list .company:last-child {
    margin-bottom: 0px;
  }
  .lists .listcombo .list .company dl {
    width: 100%;
    margin-bottom: 10px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
  }
  .lists .listcombo .list .company dl dt {
    color: #FFF;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 0.9rem;
    font-weight: 600;
    line-height: 1.3rem;
    letter-spacing: 0em;
    text-align: left;
    width: calc(100% - 100px);
  }
  .lists .listcombo .list .company dl dd {
    width: 80px;
  }
  .lists .listcombo .list .company dl dd a {
    color: #1a005d;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 0.8rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0em;
    padding: 5px;
    background-color: #FFF;
    box-sizing: border-box;
    display: block;
    transition: all 0.25s ease-in 0s;
  }
  .lists .listcombo .list .company dl dd a:hover {
    background-color: #8ec400;
  }
  .lists .listcombo .list .company table {
    width: 100%;
    border-top: solid 1px #FFF;
  }
  .lists .listcombo .list .company table tr th {
    color: #FFF;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 0.7rem;
    font-weight: 500;
    line-height: 1.2rem;
    letter-spacing: 0em;
    padding: 10px 10px 10px 0;
    border-bottom: solid 1px #FFF;
  }
  .lists .listcombo .list .company table tr td {
    color: #FFF;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 0.7rem;
    font-weight: 500;
    line-height: 1.2rem;
    letter-spacing: 0em;
    padding: 10px 0 10px 10px;
    border-bottom: solid 1px #FFF;
  }

  .schedule {
    width: 800px;
    margin: 0 auto 80px auto;
  }
  .schedule h4 {
    color: #111;
    font-family: Arial, aktiv-grotesk, sans-serif;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 100%;
    margin-bottom: 20px;
  }
  .schedule .graph {
    width: 100%;
    margin: 0 auto 20px auto;
  }
  .schedule dl {
    text-align: left;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .schedule dl:not(:last-child) {
    margin-bottom: 20px;
  }
  .schedule dl dt {
    color: #1a005d;
    font-size: 0.9rem;
    line-height: 1.4rem;
  }
  .schedule dl dd {
    color: #1a005d;
    font-size: 0.9rem;
    line-height: 1.4rem;
    padding: 0 0 0 10px;
  }
  .schedule dl dd p {
    color: #1a005d;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 0.8rem;
    font-weight: 400;
    line-height: 1.2rem;
  }
  .schedule dl dd p:not(:last-child) {
    margin-bottom: 10px;
  }
}

/*# sourceMappingURL=style.css.map */
