@charset "UTF-8";
/* CSS INFORMATION -====================================================
File name : top.css
Description : トップ
===================================================================== */
/* =====================================================================
    banner
======================================================================*/
.banner {
  padding: 12rem 0;
  background: #ffffff url(../images/top/bg_banner-sp.jpg) no-repeat center/100% auto;
}
@media screen and (min-width: 768px) {
  .banner {
    padding: 10rem 0;
    background-image: url(../images/top/bg_banner-pc.jpg);
  }
}

/* =====================================================================
    news
======================================================================*/
.news {
  padding: 14rem 0;
}
@media screen and (min-width: 768px) {
  .news {
    padding: 10rem 0;
  }
}
.news-list {
  padding: 5rem;
  max-height: 21em;
  overflow-y: auto;
  border-radius: 2rem;
  background-color: #ffffff;
}
@media screen and (min-width: 768px) {
  .news-list {
    max-height: 15em;
  }
}
.news-list::-webkit-scrollbar {
  width: 0.5em;
}
.news-list::-webkit-scrollbar-track {
  background: #d5d5d5;
  border-radius: 2em;
}
.news-list::-webkit-scrollbar-thumb {
  background: #0068b7;
  border-radius: 2em;
}
.news-list li {
  position: relative;
  margin-bottom: 3rem;
  padding-bottom: 1.5rem;
  border-bottom: 2px solid #d5d5d5;
}
@media screen and (min-width: 768px) {
  .news-list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.news-list li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: 0;
}
.news-list li:last-child::before {
  display: none;
}
.news-list li time {
  display: block;
  margin-bottom: 0.4em;
  color: #0068b7;
}
@media screen and (min-width: 768px) {
  .news-list li time {
    margin: 0 1em 0 0;
    flex-shrink: 0;
  }
}
@media screen and (min-width: 768px) {
  .news-list li > *:not(time) {
    flex-grow: 1;
  }
}
.news-list li a {
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .news-list li a {
    transition-property: opacity;
  }
  .news-list li a:hover {
    transform: translateY(0);
    opacity: 0.7;
  }
}
.news-list li h3 {
  line-height: 1.666;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
@media screen and (min-width: 768px) {
  .news-list li h3 {
    -webkit-line-clamp: 1;
  }
}

/* =====================================================================
    summary
======================================================================*/
.summary {
  padding: 10rem 0 24rem;
  background: url(../images/top/bg_summary-sp.jpg) no-repeat center/cover;
}
@media screen and (min-width: 768px) {
  .summary {
    padding: 6rem 0 14rem;
    background-image: url(../images/top/bg_summary-pc.jpg);
  }
}
.summary-text {
  text-align: center;
  margin-top: 13rem;
  font-size: 3.4rem;
  font-weight: 800;
  color: #0068b7;
  line-height: 2.058;
  text-shadow: 2px 2px 0 #ffffff, 2px -2px 0 #ffffff, -2px 2px 0 #ffffff, -2px -2px 0 #ffffff, 2px 0px 0 #ffffff, 0px 2px 0 #ffffff, -2px 0px 0 #ffffff, 0px -2px 0 #ffffff;
}
@media screen and (min-width: 768px) {
  .summary-text {
    margin-top: 8rem;
  }
}

/* =====================================================================
    mc
======================================================================*/
.mc {
  padding: 12rem 0;
  background-color: #0068b7;
}
.mc-ttl {
  text-align: center;
  margin-bottom: 6rem;
  font-size: 5rem;
  letter-spacing: 0.1em;
  color: #ffffff;
}
.mc-ttl span {
  position: relative;
  padding: 0 1.3em;
  font-weight: bold;
}
.mc-ttl span::before, .mc-ttl span::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 0.72em;
  height: 100%;
  -webkit-mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 36 8"><path d="M2329,4241a4,4,0,1,1-4,4A4,4,0,0,1,2329,4241Zm-14,0a4,4,0,1,1-4,4A4,4,0,0,1,2315,4241Zm-14,0a4,4,0,1,1-4,4A4,4,0,0,1,2301,4241Z" transform="translate(-2297 -4241)" /></svg>');
          mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 36 8"><path d="M2329,4241a4,4,0,1,1-4,4A4,4,0,0,1,2329,4241Zm-14,0a4,4,0,1,1-4,4A4,4,0,0,1,2315,4241Zm-14,0a4,4,0,1,1-4,4A4,4,0,0,1,2301,4241Z" transform="translate(-2297 -4241)" /></svg>');
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #ffffff;
}
.mc-ttl span::after {
  left: auto;
  right: 0.15em;
}
.mc-list {
  display: flex;
  flex-wrap: wrap;
}
.mc-list.column1 {
  justify-content: center;
}
.mc-list ~ .mc-list {
  margin-top: 6rem;
}
@media screen and (min-width: 768px) {
  .mc-list {
    justify-content: center;
  }
}
.mc-list li {
  margin: 5rem calc(50 / 660 * 100%) 0 0;
  width: calc(300 / 660 * 100%);
}
@media screen and (min-width: 768px) {
  .mc-list li {
    margin: 5rem calc(150 / 1000 * 100%) 0 0;
    width: calc(300 / 1000 * 100%);
  }
}
.mc-list li:nth-child(-n+2) {
  margin-top: 0;
}
.mc-list li:nth-child(2n), .mc-list li:last-child {
  margin-right: 0;
}
.mc-list li figure {
  position: relative;
}
.mc-list li figure::after {
  content: "";
  position: absolute;
  display: block;
  top: -2%;
  left: -2%;
  width: 104%;
  height: 104%;
  background: url(../images/top/img_mc_frame.png) no-repeat center/100% 100%;
}
.mc-list li figure img {
  border-radius: 3rem;
}
.mc-list li h3 {
  text-align: center;
  font-size: 3.8rem;
  font-weight: 800;
  color: #e60012;
  line-height: 0.9;
  background: #ffffff;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0.3em auto 0;
  padding: 0.3em 0.5em;
}
.mc-list li h3 small {
  font-size: 52%;
}
.mc-list-position {
  display: inline-block;
  margin-bottom: 0.8em;
  padding: 0 1em;
  font-size: 73%;
  font-weight: 800;
  color: #ffffff;
  border-radius: 1em;
  border: 0.2em solid;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .mc-list-position {
    font-size: 110%;
  }
}
.mc-list-btn {
  position: relative;
  display: block;
  text-align: center;
  margin: 1em auto 0;
  padding: 0.7em;
  width: 100%;
  color: #ffffff !important;
  border-radius: 2em;
  border: 0.1em solid;
  background-color: #e60012;
}
@media screen and (min-width: 768px) {
  .mc-list-btn {
    width: 90%;
  }
}
.mc-list-btn::after {
  content: "";
  position: absolute;
  display: block;
  top: calc(50% - 0.2em);
  right: 1.5em;
  width: 0.45em;
  height: 0.45em;
  border-top: 0.1em solid;
  border-right: 0.1em solid;
  transform: rotate(45deg);
}/*# sourceMappingURL=top.css.map */sourceMappingURL=top.css.map */