@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url("https://fonts.googleapis.com/css2?family=Cantarell&display=swap");
body {
  margin: 0;
  padding: 0;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  background: #fff;
  color: #333;
  text-align: left;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

figure {
  margin: 0;
  padding: 0;
}

.hero {
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0;
  background: url("https://mandarake.co.jp/dir/nkn/shosharin/up/2022/04/24/bg.jpg") no-repeat center/cover;
}

@media only screen and (max-width: 767px) {
  .hero {
    height: 220px;
  }
}

@media only screen and (min-width: 768px) {
  .hero {
    height: 350px;
  }
}

.ttl {
  position: relative;
  z-index: 10;
}

@media only screen and (max-width: 767px) {
  .ttl {
    margin: -150px auto 0;
    max-width: 88%;
  }
}

@media only screen and (min-width: 768px) {
  .ttl {
    margin: -190px auto 0;
    max-width: 700px;
  }
}

.ttl h1 {
  font-family: 'Noto Sans JP';
  background: #fff;
  text-align: center;
  font-weight: 600;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .ttl h1 {
    font-size: 1.8rem;
    line-height: 2.7rem;
    padding: 20px 10px 25px;
  }
}

@media only screen and (min-width: 768px) {
  .ttl h1 {
    font-size: 3.15rem;
    line-height: 4.7rem;
    padding: 35px 0 50px;
  }
}

.intro {
  background: #fff;
}

@media only screen and (max-width: 767px) {
  .intro {
    margin: 0;
  }
}

@media only screen and (min-width: 768px) {
  .intro {
    padding: 0 0 60px;
  }
}

.intro__inner {
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .intro__inner {
    padding: 0 13px 43px;
  }
}

@media only screen and (min-width: 768px) {
  .intro__inner {
    max-width: 1100px;
    width: calc(100% - 30px);
    padding: 0;
  }
}

.intro__date {
  text-align: center;
  background: #F4F5F7;
  color: #043464;
  border-radius: 50px;
  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;
  font-weight: 600;
  letter-spacing: 0.02em;
}

@media only screen and (max-width: 767px) {
  .intro__date {
    max-width: 300px;
    font-size: 0.95rem;
    margin: 0 auto 30px;
    height: 45px;
  }
}

@media only screen and (min-width: 768px) {
  .intro__date {
    max-width: 450px;
    font-size: 1.35rem;
    margin: 0 auto 40px;
    height: 50px;
  }
}

.intro__date-ttl {
  margin-right: 13px;
  padding-right: 13px;
  line-height: 100%;
}

@media only screen and (max-width: 767px) {
  .intro__date-ttl {
    border-right: #043464 solid 2px;
    font-size: 0.95rem;
  }
}

@media only screen and (min-width: 768px) {
  .intro__date-ttl {
    border-right: #043464 solid 3px;
    font-size: 1.2rem;
  }
}

.intro__date-ttl::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f073";
  margin-right: 10px;
  position: relative;
  top: -1px;
}

@media only screen and (max-width: 767px) {
  .intro__date-ttl::before {
    font-size: 14px;
  }
}

@media only screen and (min-width: 768px) {
  .intro__date-ttl::before {
    font-size: 18px;
  }
}

.intro__comment p {
  font-family: 'Noto Sans JP';
  margin: 0;
  padding: 0;
  text-align: center;
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  .intro__comment p {
    font-size: 0.9rem;
    line-height: 2.0rem;
  }
}

@media only screen and (min-width: 768px) {
  .intro__comment p {
    font-size: 1.1rem;
    line-height: 2.2rem;
  }
}

.intro__note {
  border: #F4F5F7 solid 4px;
}

@media only screen and (max-width: 767px) {
  .intro__note {
    font-size: 15px;
    margin: 25px auto 0;
    padding: 25px 20px;
  }
}

@media only screen and (min-width: 768px) {
  .intro__note {
    max-width: 700px;
    margin: 30px auto 0;
    padding: 35px;
  }
}

@media only screen and (max-width: 767px) {
  .intro__note-schedule {
    margin: 0 0 30px;
  }
}

@media only screen and (min-width: 768px) {
  .intro__note-schedule {
    margin: 0 0 40px;
  }
}

.intro__note-schedule-ttl {
  font-family: 'Noto Sans JP';
  font-weight: 600;
  margin: 0 0 22px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .intro__note-schedule-ttl {
    font-size: 1.3rem;
    line-height: 1.8rem;
  }
}

@media only screen and (min-width: 768px) {
  .intro__note-schedule-ttl {
    font-size: 1.6rem;
  }
}

.intro__note-schedule dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 15px 0;
  border-bottom: #ccc dotted 1px;
}

@media only screen and (max-width: 767px) {
  .intro__note-schedule dl {
    font-size: 0.95rem;
  }
}

@media only screen and (min-width: 768px) {
  .intro__note-schedule dl {
    font-size: 1.0rem;
  }
}

.intro__note-schedule dl:first-of-type {
  border-top: #ccc dotted 1px;
  margin: 20px 0 0;
}

.intro__note-schedule dl:last-of-type {
  margin: 0 0 15px;
}

.intro__note-schedule dl dt {
  width: 30%;
  margin: 0;
  padding: 0;
  text-align: center;
}

.intro__note-schedule dl dd {
  width: 70%;
  margin: 0;
  padding: 0;
  text-align: left;
}

.intro__note-schedule p {
  text-align: center;
  margin: 20px 0 0;
  padding: 0;
}

.intro__note-attention-ttl {
  font-family: 'Noto Sans JP';
  font-weight: bold;
  margin: 0 0 17px;
}

@media only screen and (max-width: 767px) {
  .intro__note-attention-ttl {
    font-size: 1.1rem;
  }
}

@media only screen and (min-width: 768px) {
  .intro__note-attention-ttl {
    font-size: 1.2rem;
  }
}

.intro__note-attention ul {
  text-align: left;
  list-style: disc;
  margin: 0 auto;
  padding: 0 0 0 20px;
}

@media only screen and (max-width: 767px) {
  .intro__note-attention ul {
    font-size: 0.9rem;
    line-height: 1.4rem;
    text-align: justify;
    text-justify: inter-ideograph;
  }
}

@media only screen and (min-width: 768px) {
  .intro__note-attention ul {
    max-width: 700px;
    font-size: 1.0rem;
    line-height: 1.5rem;
  }
}

.intro__note-attention ul li {
  margin: 0 0 8px;
}

.intro__note-attention ul li:last-child {
  margin: 0;
}

.intro__note-attention p {
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .intro__note-attention p {
    font-size: 0.9rem;
    line-height: 1.6rem;
  }
}

@media only screen and (min-width: 768px) {
  .intro__note-attention p {
    font-size: 0.95rem;
    line-height: 1.7rem;
  }
}

.topics {
  background: #F4F5F7;
}

@media only screen and (max-width: 767px) {
  .topics {
    padding: 45px 0 60px;
  }
}

@media only screen and (min-width: 768px) {
  .topics {
    padding: 80px 0 120px;
  }
}

.topics__inner {
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .topics__inner {
    padding: 0 13px;
  }
}

@media only screen and (min-width: 768px) {
  .topics__inner {
    max-width: 1150px;
    width: calc(100% - 30px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media only screen and (max-width: 767px) {
  .topics .twitter {
    width: 100%;
  }
}

@media only screen and (min-width: 768px) {
  .topics .twitter {
    width: 23%;
  }
}

@media only screen and (min-width: 768px) {
  .topics .twitter iframe {
    height: 1000px !important;
  }
}

@media only screen and (max-width: 767px) {
  .topics__block {
    margin: 0 0 30px;
  }
}

@media only screen and (min-width: 768px) {
  .topics__block {
    width: 74%;
  }
}

.topics__block_ttl {
  color: #043464;
  font-weight: 600;
  letter-spacing: 0.05rem;
}

@media only screen and (max-width: 767px) {
  .topics__block_ttl {
    font-size: 1.05rem;
    margin: 0 0 10px;
  }
}

@media only screen and (min-width: 768px) {
  .topics__block_ttl {
    font-size: 1.3rem;
    margin: 0 0 15px;
  }
}

.topics__block_text {
  text-align: left;
  margin: 0 0 0 20px;
  padding: 0 0 0;
}

@media only screen and (max-width: 767px) {
  .topics__block_text {
    font-size: 0.95rem;
    line-height: 1.6rem;
  }
}

@media only screen and (min-width: 768px) {
  .topics__block_text {
    font-size: 1.0rem;
    line-height: 1.7rem;
  }
}

@media only screen and (max-width: 767px) {
  .topics__block_item {
    margin: 0 0 45px;
  }
}

@media only screen and (min-width: 768px) {
  .topics__block_item {
    margin: 0 0 40px;
  }
}

.topics__block_item-ttl {
  color: #043464;
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
  .topics__block_item-ttl {
    font-size: 1.05rem;
    margin: 0 0 15px;
  }
}

@media only screen and (min-width: 768px) {
  .topics__block_item-ttl {
    font-size: 1.2rem;
    margin: 0 0 17px;
  }
}

@media only screen and (min-width: 768px) {
  .topics__area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.topics__area ul {
  list-style: none;
  padding: 0;
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (max-width: 767px) {
  .topics__area ul {
    margin: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media only screen and (min-width: 768px) {
  .topics__area ul {
    margin: 0 0 7px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media only screen and (min-width: 768px) {
  .topics__area ul::before {
    content: "";
    width: calc(100% / 4 - 20px);
    height: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media only screen and (min-width: 768px) {
  .topics__area ul::after {
    content: "";
    width: calc(100% / 4 - 20px);
    height: 0;
  }
}

.topics__area ul .topic {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .topics__area ul .topic {
    width: 47.5%;
    margin: 0 0 20px;
  }
}

@media only screen and (min-width: 768px) {
  .topics__area ul .topic {
    width: calc(100% / 4 - 20px);
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 0 50px;
  }
}

.topics__area ul .topic:first-child {
  margin-top: 0;
}

.topics__area ul .topic:hover {
  opacity: 0.8;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.topics__area ul .topic figure {
  width: 100%;
  position: relative;
  overflow: hidden;
  background: #f1f1f1;
  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;
}

@media only screen and (max-width: 767px) {
  .topics__area ul .topic figure {
    height: 120px;
  }
}

@media only screen and (min-width: 768px) {
  .topics__area ul .topic figure {
    height: 140px;
  }
}

.topics__area ul .topic figure a {
  display: block;
}

.topics__area ul .topic figure a img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.topics__area ul .topic figure .noimg {
  color: #97a5b7;
  font-size: 1.3rem;
  font-weight: 600;
}

@media only screen and (max-width: 767px) {
  .topics__area ul .topic figure .noimg {
    font-size: 1.1rem;
  }
}

@media only screen and (min-width: 768px) {
  .topics__area ul .topic figure .noimg {
    font-size: 1.3rem;
  }
}

.topics__area ul .topic__caption {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .topics__area ul .topic__caption {
    margin: 17px 0 0;
  }
}

@media only screen and (min-width: 768px) {
  .topics__area ul .topic__caption {
    margin: 15px 0 0;
  }
}

.topics__area ul .topic__category {
  display: inline-block;
  margin: 0 0 9px;
  color: #043464;
  background: #EBEDF1;
  border-radius: 4px;
  line-height: 100%;
}

@media only screen and (max-width: 767px) {
  .topics__area ul .topic__category {
    font-size: 11px;
    padding: 7px 11px 5px;
  }
}

@media only screen and (min-width: 768px) {
  .topics__area ul .topic__category {
    font-size: 12px;
    padding: 8px 13px 6px;
  }
}

.topics__area ul .topic__text {
  color: #333;
  font-weight: 600;
  width: 100%;
  padding: 0;
  text-overflow: ellipsis;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .topics__area ul .topic__text {
    font-size: 14px;
    height: 66px;
    line-height: 23px;
  }
}

@media only screen and (min-width: 768px) {
  .topics__area ul .topic__text {
    padding: 0;
    font-size: 15px;
    height: 78px;
    overflow: hidden;
    line-height: 26px;
  }
}

.topics__area ul .topic__text:hover {
  text-decoration: none !important;
}

.topics__area ul .topic__text a {
  color: #333;
}

@media only screen and (max-width: 767px) {
  .topics__area ul .topic__text a {
    text-overflow: ellipsis;
    white-space: normal;
  }
}

.topics__area ul .topic__text a:hover {
  text-decoration: none !important;
}

.topics__area ul .topic__text a::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: transparent;
}

.topics__area ul .topic__date {
  text-align: right;
  color: #666;
  letter-spacing: 0.07em;
  line-height: 100%;
  font-family: 'Cantarell', sans-serif;
}

@media only screen and (max-width: 767px) {
  .topics__area ul .topic__date {
    margin: 20px 0 0;
    font-size: 12px;
  }
}

@media only screen and (min-width: 768px) {
  .topics__area ul .topic__date {
    margin: 18px 0 0;
    font-size: 13px;
  }
}

.topics__more {
  background: #fff;
  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;
  text-align: center;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .topics__more {
    width: 60%;
    height: 50px;
    margin: 10px auto 0;
    border-radius: 50px;
  }
}

@media only screen and (min-width: 768px) {
  .topics__more {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    padding: 9px 5px 0;
    line-height: 1.2rem;
  }
}

.topics__more:hover {
  -webkit-box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.05);
          box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.05);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.topics__more a {
  color: #043464;
  display: block;
  width: 100%;
  font-size: 0.9rem;
  font-weight: 600;
}

.topics__more a:hover {
  text-decoration: none;
}

.topics__more a::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

.topics__soon {
  text-align: center;
  font-family: 'Cantarell', sans-serif;
  color: #c5c7cb;
}

@media only screen and (max-width: 767px) {
  .topics__soon {
    margin: 30px 0 60px 10px;
    font-size: 1.2rem;
  }
}

@media only screen and (min-width: 768px) {
  .topics__soon {
    margin: 40px 0 80px 20px;
    font-size: 1.5rem;
  }
}

@media only screen and (min-width: 768px) {
  .sponly {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .pconly {
    display: none;
  }
}

.global_head {
  margin: 0;
  padding: 0;
}
/*# sourceMappingURL=scar.css.map */