@charset "utf-8";
/* CSS Document */
html, body {
  height: 100%;
  font-size:62.5%;
  width: 100%;
}
html{
    scroll-behavior: smooth;
}
*, *::after, *::before {
  box-sizing: border-box;
}
* {
  margin: 0;
  padding: 0;
  font-size: inherit;
  line-height: inherit;
}
body {
  background-color: #304076;
  color: #fff;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  line-height: 2.25;
  letter-spacing: 0.01em;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  word-wrap: break-word;
}
main {
  display: block;
  width:100%;
  z-index: 1;
  overflow-x: hidden;
}

img{
  max-width:100%;
  height:auto;
  vertical-align:bottom;
}
li {
  list-style-type: none;
}
a {
  text-decoration: none;
  color: #fff;
  cursor: pointer;
  transition: all 0.3s;
}
a:hover{
    opacity: .7;
}
.sp-only{
    display:none;
}


/* kv -------------------------------------------*/
.kv {
    position: relative;
    width: 100%;
    height: 450px;
}
.kv-back {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    background-image: url(../images/fv.jpg);
}
.kv-inner {
    max-width: 1240px;
    margin: 0 auto;
    height: 100%;
    padding: 0 20px;
}
.kv-txt {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    align-items: center;
    gap: 6rem;
    text-align: center;
}
.kv-copy .main{
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 0.7rem;
    line-height: 1.4;
}
.kv-copy .sub{
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.4;
}
.kv-logo{
    max-width:600px ;
    margin-bottom: 2rem;
}

/*info*/
.page-width{
    max-width:1240px;
    margin:0 auto;
    padding:0 20px;
}
.info-width{
       max-width:900px; 
}
.info-section{
    margin-top:4.3rem;
}
.info-ttl{
    text-align: center;
    font-size: 3.8rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    line-height: 1.5;
        letter-spacing: 0.1em;
}
.info-date{
        text-align: center;
      font-size: 2.6rem;
    font-weight: 500;  
    color:#E8A95E;
    line-height: 1.5;
    margin-bottom: 2rem;
        letter-spacing: 0.1em;
}
.info-txt{
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.85;
}
.anchor-block{
    text-align: center;
    margin-top: 6rem;
}
.link-list{
    display: flex;
    flex-direction: column;
    gap:0.6rem;
    margin:2rem auto;
    max-width: 658px;
    text-align: left;
}
.anchor-link{
    background-color: #213064;
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    padding:1.2rem 1.5rem 1.2rem 2.9rem;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.5;
}
.anchor-link:after{
    content: "";
    width: 32px;
    height: 32px;
    background-image: url(../images/icon_anchor.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    transition: all 0.3s;
    display: inline-block;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}
.info-close{
    text-align: center;
    font-size: 3rem;
    font-weight: 700;
    margin-top:10rem;
    letter-spacing: 0.1em;
    line-height: 1.5;
}
/* event     -------------------------*/
.event-section{
    margin:11rem 0 15rem;
}
.event-block{
    display: flex;
    flex-direction: column;
    gap:20rem;
}
.event-flex{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.event-info{
    width:36.08%;
}
.event-ttl{
    max-width: 300px;
}
.event-sub-ttl{
    font-size: 2.4rem;
    font-weight: 700;
    color:#E8A95E;
    margin:3rem 0 0.5rem;
    line-height: 1;
}
.event-deadline{
    color:#E8A95E;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 1.8;
}
.event-attention{
    color:#E8A95E;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.8;
    margin-bottom: 1.6rem;
}
.event-link{
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 1.8;
    letter-spacing: 0.1em;
    text-align: center;
    display: block;
    max-width:316px;
    text-decoration: underline;
margin-top:2rem;
}
.btn-block{
    margin-top: 2rem;
}
.btn{
    font-size:1.8rem;
    font-weight:500;
    display: block;
    border:1px solid #fff;
    padding:1.3rem 2rem;
    letter-spacing: 0.1em;
    line-height: 1;
    border-radius:999px;
    max-width:316px;
    width:100%;
    text-align: center;
    background-color: #26335E;
}
.event-img{
    width:60.16%;
}
.event-img img{
width: 100%;
height: 100%;
aspect-ratio: 722 / 413;
object-fit: cover;
}

/* footer     -------------------------*/
.footer{
    text-align: center;
    background-color: #1E3067;
}

.footer p{
    color:#fff;
    font-size:1.4rem;
    font-weight: 500;
    padding:2.5rem 0;
    line-height: 1.5;
font-family: "Taviraj", serif;
letter-spacing: 0.2em;
  font-weight: 300;
}
.fadein {
    opacity: 0;
    transform: translate(0,0);
    transition: all 1.5s;
}
.fadein-bottom{
      transform: translate(0,30px);
  }
.scrollin{
    opacity: 1 !important;
    transform: translate(0, 0) !important;
  }
/* page     -------------------------*/
.page-ttl-section{
    margin: 8.6rem 0 10rem;
}
.page-ttl{
    font-size: 3.8rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.5;
}
.overview-section{
    margin-top: 8rem;
}
.overview-section .info-ttl{
    margin-bottom: 3rem;
}
.info-table{
    display: flex;
    gap:0.5rem;
}
 .table-head{
    white-space: nowrap;
 }
.m-4{
    margin:4rem 0;
}
.m-b-4{
    margin-bottom: 4rem;
}
.btn-section{
    margin:10rem 0 15rem;
    text-align: center;
}
.back-btn .btn{
    margin:0 auto;
    max-width: 150px;
}
.link-section{
margin-bottom:15rem;
}
.link-img{
margin:0 auto;
max-width:350px;
text-align:center;
}
/* sp     -------------------------*/
@media screen and (max-width: 767px){
    body {
        font-size: 1.4rem;
          line-height: 1.85;
    }
    .sp-only{
        display:block;
    }
    .pc-only{
        display:none;
    }
/* kv -------------------------------------------*/
.kv {
    height: 407px;
}
.kv-back {
    background-image: url(../images/fv_sp.jpg);
}
.kv-txt {
    gap: 5rem;
}
.kv-copy .main{
    font-size: 1.9rem;
    margin-bottom: 0.9rem;
    line-height: 1.57;
}
.kv-copy .sub{
    font-size: 1.4rem;
}
.kv-logo{
    max-width:400px ;
}

/*info*/
.info-section{
    margin-top:2rem;
}
.info-ttl{
    font-size: 2.8rem;
    margin-bottom: 2rem;
}
.info-date{
      font-size: 1.8rem;
    margin-bottom: 2.5rem;
}
.info-txt{
    font-size: 1.4rem;
}
.anchor-block{
    margin-top: 4rem;
}
.anchor-block .info-txt{
    font-size: 1.6rem;
}
.link-list{
    gap:0.8rem;
    margin:1.5rem auto;
}
.anchor-link{
    padding:1rem 4.5rem 1rem 1rem;
    font-size: 1.4rem;
    min-height: 60px;
}
.anchor-link:after{
    width: 24px;
    height: 24px;
    right: 10px;
}
.info-close{
    font-size: 2rem;
    margin-top:5rem;
}
/* event     -------------------------*/
.event-section{
    margin:7rem 0 10rem;
}
.event-block{
    gap:9rem;
}
.event-flex{
    flex-direction: column-reverse;
    gap:2rem;
}
.event-info{
    width:100%;
    margin:0 auto;
}
.event-ttl{
    text-align: center;
    margin:0 auto;
    max-width: 240px;
}
.event-info p{
      width: 100%;  
}
.event-sub-ttl{
    font-size: 2rem;
    margin:2rem 0 1rem;
}
.event-deadline{
    font-size: 1.6rem;
}
.event-attention{
    font-size: 1.2rem;
}
.event-link{
    font-size: 1.4rem;
    margin:2rem auto 0;
}
.btn-block{
    margin-top: 2.5rem;
}
.btn{
    margin:0 auto;
}
.event-img{
    width: calc(100% + 40px);
    margin-right:-20px ;
    margin-left: -20px;
}
/* page     -------------------------*/
.page-ttl-section{
    margin: 8.5rem 0;
}
.page-ttl{
    font-size: 2.4rem;
}
.overview-section{
    margin-top: 8rem;
}
.overview-section .info-ttl{
    margin-bottom: 2rem;
}
.m-4{
    margin:3rem 0;
}
.m-b-4{
    margin-bottom: 3rem;
}
.overview-img{
    width: calc(100% + 40px);
    margin-right:-20px ;
    margin-left: -20px;
}
.btn-section{
    margin:5rem 0 15rem;
}
}