@charset "utf-8";

/* loading */
@media all and (min-width: 768px) {
#cover {
    background: url('../img/loading.gif') center center no-repeat;
    background-color: #fff;
}
}


/* base */
@media all and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
@media all and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
#gHeader {
    position: fixed !important;
    transform: none !important;
}

.teturnTop svg {
    fill: #000022;
}


/* page */



/* hero */
.hero {
  padding-top: 100px;
}
.hero .heroInner {
  height: 424px;
  width: 100%;
  padding-top: 120px;
  margin-bottom: 64px;
  background: url('../img/bj_bg_mv-pc.png') no-repeat center center;
  background-size: cover;
}
.hero .title {
  width: 498px;
  margin: 0 auto;
}
.hero .tagline {
  margin-top: -1em;
  margin-bottom: 1em;
  font-size: 26px;
  color: #fff;
  text-align: center;
  letter-spacing: 0.01em;
}
.hero .text {
  font-size: 15px;
  color: #fff;
  text-align: center;
  line-height: 1.8;
  letter-spacing: 0.04em;
}

@media all and (max-width: 767px) {
.hero {
  padding-top: 72px;
}
.hero .heroInner {
  height: calc(992/750*100vw);
  width: 100%;
  padding-top: calc(256/750*100vw);
  margin-bottom: 48px;
  background: url('../img/bj_bg_mv-sp.png') no-repeat center center;
  background-size: cover;
}
.hero .title {
  width: calc(562/750*100vw);
  margin: 0 auto calc(12/750*100vw);
}
.hero .tagline {
  margin-bottom: 1em;
  font-size: calc(40/750*100vw);
}
.hero .text {
  font-size: calc(30/750*100vw);
}
}

/* contents */
ul.linkList {
  max-width: 1080px;
  margin: 0 auto 70px;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
ul.linkList li {
  width: 520px;
  padding: 15px 45px 15px 15px;
  border-top: #333 solid 1px;
  border-bottom: #333 solid 1px;
}
ul.linkList li a {
  color: #333;
  display: block;
  position: relative;
}
ul.linkList li a:after {
  content: "";
  width: 16px;
  height: 16px;
  margin: auto 0;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -3em;
  border-right: #333 1px solid;
  border-bottom: #333 1px solid;
  transform: translateX(0) rotate(-45deg);
}
ul.linkList li .contBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
ul.linkList li .detail {
  width: calc(100% - 260);
  color: #333;
  font-size: 12px;
}
ul.linkList li .detail .date {
  margin-bottom: 0.6em;
  color: #7c7c7c;
  font-family: 'Noto Sans JP', sans-serif;
}
ul.linkList li .detail .lead {
  margin-bottom: 0.2em;
  font-size: 21px;
  line-height: 1.46;
}
ul.linkList li .detail .text {
  margin-bottom: 0.6em;
  line-height: 1.46;
}
ul.linkList li .detail .tag {
  margin-bottom: 0.6em;
  line-height: 1.46;
}
ul.linkList li .img {
  width: 230px;
}
@media all and (min-width: 768px) {
ul.linkList li a:after {
  transition: all 0.3s ease-out;
}
ul.linkList li a:hover:after {
  right: -3.5em;
  transition: all 0.3s ease-out;
}
}
@media all and (max-width: 767px) {
ul.linkList {
  width: calc(714/750*100vw);
  margin: 0 auto 90px;
  display: block;
}
ul.linkList li {
  width: 100%;
  padding: calc(20/750*100vw) calc(60/750*100vw) calc(24/750*100vw) calc(30/750*100vw);
  margin-bottom: 32px;
}
ul.linkList li a:after {
  content: "";
  width: 12px;
  height: 12px;
  right: -2em;
}
ul.linkList li .detail {
  width: calc(290/750*100vw);
  font-size: 11px;
}
ul.linkList li .detail .date {
  margin-bottom: 0.6em;
}
ul.linkList li .detail .lead {
  font-size: 14px;
}
ul.linkList li .detail .text {
  margin-bottom: 0.6em;
}
ul.linkList li .detail .tag {
  margin-bottom: 0.6em;
}
ul.linkList li .img {
  width: calc(316/750*100vw);
}
}



















