/* Scss Document */
/* photo radius */
/* transition */
/* grad */
/* opacity */
/* inline-block */
/* font-family */
/* font size */
.target1,
.target2,
.target3,
.target4 {
  opacity: 0;
}

#mv {
  padding-top: 200px;
}
#mv a {
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
#mv a:hover {
  filter: brightness(1.3);
}
@media screen and (max-width: 1200px) {
  #mv {
    padding-top: 165px;
  }
}
@media screen and (max-width: 1000px) {
  #mv {
    padding-top: 143px;
  }
}
@media screen and (max-width: 812px) {
  #mv {
    padding-top: 58px;
  }
}

#top_article {
  position: relative;
  padding-top: 55px;
  z-index: 1;
}
#top_article section {
  margin-bottom: 70px;
}
@media screen and (max-width: 812px) {
  #top_article section {
    margin-bottom: 11vw;
  }
}
#top_article #block1 .news_list_box .sub_t {
  width: 29%;
  border-right: 1px solid #0c2a67;
}
@media screen and (max-width: 1200px) {
  #top_article #block1 .news_list_box .sub_t {
    width: 30%;
  }
}
@media screen and (max-width: 812px) {
  #top_article #block1 .news_list_box .sub_t {
    width: 100%;
    margin-bottom: 3vw;
    border-right: none;
    padding-bottom: 3vw;
    border-bottom: 1px solid #0c2a67;
  }
}
#top_article #block1 .news_list_box ul {
  width: 64%;
}
#top_article #block1 .news_list_box ul li {
  margin-bottom: 10px;
}
#top_article #block1 .news_list_box ul li:last-child {
  margin-bottom: 0;
}
#top_article #block1 .news_list_box ul li a time {
  color: #fff;
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 20px;
  width: 100px;
  color: #0c2a67;
  letter-spacing: 0.05em;
  line-height: 1.31;
}
@media screen and (max-width: 812px) {
  #top_article #block1 .news_list_box ul li a time {
    width: 22%;
    font-size: 4.5333333333vw;
    line-height: 1.5;
  }
}
#top_article #block1 .news_list_box ul li a span {
  font-size: 16px;
  width: calc(100% - 125px);
  text-decoration: underline;
}
@media screen and (max-width: 812px) {
  #top_article #block1 .news_list_box ul li a span {
    width: 77%;
    font-size: 3.7333333333vw;
  }
}
#top_article #block1 .news_list_box ul li a.no-link {
  pointer-events: none;
}
#top_article #block1 .news_list_box ul li a.no-link > span {
  text-decoration: none;
}
#top_article #block1 .news_list_box ul li a:hover {
  text-decoration: none;
  padding-left: 5px;
}
@media screen and (max-width: 812px) {
  #top_article #block1 .news_list_box ul li {
    margin-bottom: 4vw;
  }
}
@media screen and (max-width: 1200px) {
  #top_article #block1 .news_list_box ul {
    width: 67%;
  }
}
@media screen and (max-width: 812px) {
  #top_article #block1 .news_list_box ul {
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  #top_article #block1 .news_list_box {
    width: 100%;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 812px) {
  #top_article #block1 .news_list_box {
    padding: 0;
    margin-bottom: 10.6666666667vw;
  }
}
#top_article #block3 {
  background: url("../../image/block3_bg.jpg") top center no-repeat;
  background-size: cover;
  padding: 50px 0 90px;
}
#top_article #block3 ul {
  margin-top: 40px;
}
#top_article #block3 ul li {
  width: 23.5%;
  box-shadow: 0 0 10px rgba(1, 1, 1, 0.6);
}
#top_article #block3 ul li:nth-child(1) {
  background: #eda321;
}
#top_article #block3 ul li:nth-child(2) {
  background: #ed7c21;
}
#top_article #block3 ul li:nth-child(3) {
  background: #ed5f21;
}
#top_article #block3 ul li:nth-child(4) {
  background: #eb3e16;
}
#top_article #block3 ul li a {
  color: #fff;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -ms-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
#top_article #block3 ul li a:hover {
  text-decoration: none;
  filter: brightness(1.3);
}
#top_article #block3 ul li dl {
  padding: 0 5px 0 15px;
}
#top_article #block3 ul li dl dt {
  font-size: 54px;
  padding-right: 12px;
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
#top_article #block3 ul li dl dd {
  font-size: 22px;
  font-weight: 700;
}
@media screen and (max-width: 1200px) {
  #top_article #block3 ul li dl {
    padding-left: 10px;
  }
  #top_article #block3 ul li dl dt {
    font-size: 42px;
    line-height: 1.5;
    padding-right: 7px;
  }
  #top_article #block3 ul li dl dd {
    font-size: 18px;
  }
}
@media screen and (max-width: 812px) {
  #top_article #block3 ul li dl {
    text-align: center;
    padding: 2vw 0 3vw;
  }
  #top_article #block3 ul li dl dt {
    line-height: 1;
    padding-right: 0;
    margin-bottom: 0;
    font-size: 9.0666666667vw;
  }
  #top_article #block3 ul li dl dd {
    font-size: 4.8vw;
  }
  #top_article #block3 ul li dl dt, #top_article #block3 ul li dl dd {
    width: 100%;
  }
}
@media screen and (max-width: 812px) {
  #top_article #block3 ul li {
    width: 48%;
    margin-bottom: 5vw;
  }
}
@media screen and (max-width: 812px) {
  #top_article #block3 ul {
    margin-top: 9vw;
  }
}
@media screen and (max-width: 812px) {
  #top_article #block3 {
    padding: 8vw 0;
  }
}
#top_article #block4 ul li {
  width: 49%;
}
#top_article #block4 ul li:nth-child(n+3) {
  width: 31.8%;
  margin-top: 45px;
}
@media screen and (max-width: 812px) {
  #top_article #block4 ul li:nth-child(n+3) {
    margin-top: 7vw;
    margin-bottom: 0;
  }
}
#top_article #block4 ul li p {
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 1200px) {
  #top_article #block4 ul li p {
    font-size: 18px;
  }
}
@media screen and (max-width: 812px) {
  #top_article #block4 ul li p {
    font-size: 4.5333333333vw;
    text-align: center;
  }
}
#top_article #block4 ul li a {
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -ms-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
#top_article #block4 ul li a:hover {
  filter: brightness(1.3);
}
@media screen and (max-width: 812px) {
  #top_article #block4 ul li {
    width: 100% !important;
    margin-bottom: 4vw;
  }
}
#top_article #block4 ul li img {
  width: 100%;
}
@media screen and (max-width: 812px) {
  #top_article #block4 {
    margin-bottom: 15vw;
  }
}
#top_article #block5 {
  margin-top: 100px;
}
#top_article #block5 .ts {
  width: 25%;
}
@media screen and (max-width: 1200px) {
  #top_article #block5 .ts {
    width: 28%;
  }
}
@media screen and (max-width: 812px) {
  #top_article #block5 .ts {
    width: 100%;
  }
}
#top_article #block5 ul {
  width: 75%;
}
#top_article #block5 ul li {
  width: 32%;
}
#top_article #block5 ul li a {
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -ms-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
#top_article #block5 ul li a:hover {
  filter: brightness(1.3);
}
#top_article #block5 ul li p {
  margin-top: 3px;
  font-size: 18px;
  font-weight: 700;
}
@media screen and (max-width: 1200px) {
  #top_article #block5 ul {
    width: 72%;
  }
}
@media screen and (max-width: 812px) {
  #top_article #block5 ul {
    width: 100%;
    justify-content: center;
  }
  #top_article #block5 ul li {
    width: 46%;
    margin: 0 1.5vw 8vw;
  }
  #top_article #block5 ul li p {
    font-size: 4.2666666667vw;
    margin-top: 0;
    text-align: center;
  }
}
@media screen and (max-width: 812px) {
  #top_article #block5 {
    margin-top: 0;
    margin-bottom: 5vw;
  }
}
@media screen and (max-width: 812px) {
  #top_article {
    padding-top: 6vw;
  }
}

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