*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
html { font-size: 62.5%; }
body {
  font-weight: 400;
  color: #1A1A1A;
  font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.6rem;
    line-height: 1.8;
}
a:hover {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
img {
    width: auto;
    height: auto;
    max-width: 100%;
    bottom: auto;
}
ul, li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#top {
  text-align: center;
}
h1, h2, h3, h4, p, dt, dd, li {
}
.alert {
  font-weight: bold;
  font-size: 18px;
}
.center {
  text-align: center;
}
.sp {
  display: none;
}
.pc {
  margin: 0 auto;
  display: block;
}
.fadeInTrigger, .fadeInUpTrigger {
    opacity: 0;
    max-width: 100%;
}
.change-time1 {
  animation-delay: 0.2s;
}
.change-time2 {
  animation-delay: 0.3s;
}
.change-time3 {
  animation-delay: 0.4s;
}
.change-time4 {
  animation-delay: 0.6s;
}
.btn_pdf a {
  font-weight: bold;
  color: #1A1A1A;
  font-size: 18px;
  padding: 15px;
  background-color: #FFD000;
  display: block;
  margin: 0 auto;
  border-radius: 10px;
  max-width: 475px;
  -webkit-box-shadow: 0px 5px #E8C100;
  box-shadow: 0px 5px #E8C100;
  position: relative;
  text-align: center;
}
.btn_pdf a::after {
  content: "";
  position: absolute;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  top: 42%;
  right: 5%;
}
.btn_pdf a:hover {
  text-decoration: none;
  background-color: #FFE36C;
}
.alert {
  color: #FF4E1D;
}
.inner {
  max-width: 1000px;
  margin: 0 auto;
  width: 96%;
}
#about {
    padding: 80px 0;
    background-color: #002f81;
    text-align: center;
    color: #fff;
    background-image: url(../images/about_img01.png),url(../images/about_img02.png);
    background-repeat: no-repeat,no-repeat;
    background-position: 3% 90%,100% 10%;
    background-size: 13% auto,10% auto;
}
#about h2 {
    margin: -25px auto 30px;
    text-align: center;
    background-color: #012E82;
    padding: 0 10px;
    max-width: 550px;
}
#about .about_wrap {
    /* [disabled]display: flex; */
    /* [disabled]flex-wrap: wrap; */
    /* [disabled]align-items: center; */
    /* [disabled]justify-content: space-between; */
    padding: 0 20px 20px;
    text-align: center;
    border-radius: 10px;
    border: 6px solid #0E89E7;
    position: relative;
}
#about .about_wrap .txt {
   
}
#about .about_wrap .txt p {
    font-size: 1.8rem;
}
#about .about_wrap .img {
    width: 39%;
}
#about .inner {
    position: relative;
}
#about .inner .img01 {
    position: absolute;
    left: -10px;
    bottom: 0px;
}
#about .inner .img02 {
    position: absolute;
    top: 10px;
    right: -10px;
}
#about .caption {
    font-size: 1.3rem;
    text-indent: -1.3rem;
    padding-left: 1.3rem;
}
#about .about_wrap .icon1 {
  position: absolute;
  top: -70px;
  left: 10%;
}
#about .about_wrap .icon2 {
  position: absolute;
  right: -30px;
  bottom: 10px;
}
#about .photo_wrap {
    max-width: 500px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: 0 auto 30px;
}
#about .photo_wrap li {
  width: 32%;
}
#about .lead {
  text-align: center;
  font-size: 20px;
  line-height: 1.8;
  margin-bottom: 30px;
  font-weight: 700;
}
#about .alert {
    text-align: center;
    font-weight: 500;
    color: #FFE12B;
}
#schedule {
    padding: 50px 0;
    text-align: center;
    background-image: url(../images/bg_outline.png);
    background-repeat: repeat;
}
#schedule h1 {
    color: #fff;
    font-size: 40px;
    text-shadow: 2px 2px #8E7B64;
    letter-spacing: 4px;
    margin: 0 auto 20px;
    max-width: 161px;
}
#schedule .schedule_wrap {
    text-align: center;
    position: relative;
    z-index: 1;
}
#schedule .schedule_wrap .img01 {
    position: absolute;
    width: 18%;
    max-width: 167px;
    left: -20px;
    top: -30px;
}
#schedule .schedule_wrap .img02 {
    position: absolute;
    width: 18%;
    max-width: 247px;
    right: 0px;
    top: -40px;
    z-index: 1;
}
#schedule .schedule_wrap .schedule_list {
    width: 100%;
    padding-bottom: 40px;
    z-index: 2;
    position: relative;
}
#schedule .schedule_list dl {
    text-align: center;
}
#schedule .schedule_list dl dt {
    font-size: 5.2rem;
    margin-bottom: 20px;
    text-align: center;
}
#schedule .schedule_list dl dt span {
  font-size: 2.3rem;
}
#schedule .schedule_list dl dt span.year {
  font-size: 3rem;
}
#schedule .schedule_list dl dd {
    font-size: 2.5rem;
    font-weight: bold;
    text-align: center;
}
#schedule .schedule_list dl dd span{
    background-color: #0085e8;
    color: #fff;
    display: inline-block;
    padding: 0 5px;
    margin-right: 10px;
}
#event {
    padding: 80px 0;
    background-image: url(../images/bg_event.png);
    background-repeat: repeat;
}
#event h1 {
    margin: 0 auto 50px;
    max-width: 219px;
}
#event .outline_list {
    padding: 20px;
    margin-bottom: 50px;
    border-radius: 10px;
    background-color: #fff;
    -webkit-box-shadow: 4px 4px hsla(180,10%,82%,0.70);
    box-shadow: 4px 4px hsla(180,10%,82%,0.70);
}
#event .outline_list dl {
    border-bottom: 2px dotted #CACACA;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 20px 10px;
    align-items: stretch;
    margin: 0;
    vertical-align: bottom;
}
#event .outline_list dl dt {
  display: flex;
  align-items: center;
  width: 20%;
  text-align: center;
  justify-content: center;
  font-weight: 500;
  font-size: 17px;
}
#event .outline_list dl dd {
  width: 80%;
  font-weight: 500;
  padding: 0;
  margin: 0;
  font-size: 17px;
}
#event .outline_list dl dd .form_txt{
    display: inline-block;
    background-color: #0486E9;
    color: #fff;
    padding: 0 10px;
}
#event .outline_list dl dd strong{
    color: #FD4E1D;    
}
#event .outline_list dl dd span {
  font-size: 14px;
    padding-left: 14px;
    text-indent: -14px;
}
#event .outline_list dl dd .caption {
  font-size: 14px;
    padding-left: 14px;
    text-indent: -14px;
}
#event .btn_map {
  background-color: #1764D6;
  padding: 10px 50px;
  border-radius: 20px;
  color: #fff;
  position: relative;
  margin-top: 10px;
  display: inline-block;
  text-align: center;
}
#event .btn_map:hover {
  text-decoration: none;
  background-color: #4886E3;
}
#event .btn_map::after {
  content: "";
  position: absolute;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  top: 39%;
  right: 5%;
}
#event .form {
    text-align: center;
    margin: 30px 0;
}
#event .form .alert {
  font-size: 18px;
}
#event .form .btn_form a {
  background-color: #ff4e1d;
  padding: 20px 50px;
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: bold;
  margin: 0 auto 30px;
  border-radius: 40px;
  max-width: 374px;
  position: relative;
  -webkit-box-shadow: 0px 5px #dd3a14;
  box-shadow: 0px 5px #dd3a14;
}
#event .form .btn_form a:hover {
  text-decoration: none;
  color: #FF7D5A;
}
#event .form .btn_form a::after {
  content: "";
  position: absolute;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  top: 42%;
  right: 5%;
}
#event .present {
  text-align: center;
  margin-bottom: 70px;
}
#event .present h2 {
    max-width: 680px;
    margin: 0 auto;
}
#event .present ul {
    display: flex;
    flex-wrap: wrap;
    justify-content:space-between;
    margin: 0 auto;
    align-items: stretch;
    max-width: 434px;
}
#event .present ul li{
    width: 45%;
}
#event .present ul li .img {
  margin-bottom: 20px;
}
#event .present ul li p {
  font-weight: bold;
}
#event .present ul li p span {
  font-size: 14px;
}
.form .caption {
  margin: 0 auto;
  max-width: 550px;
  text-align: left;
  text-indent: -16px;
  padding-left: 16px;
  font-weight: 500;
}
#event .attention {
  padding-top: 60px;
}
#event .attention ul{
    padding-left: 1.9rem;
}
#event .attention ul li {
    
    font-size: 1.5rem;
    list-style-type: disc;
    line-height: 1.8;
    font-weight: 500;
}
#event .attention .event_caption {
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 50px;
    background-color: #fff;
    -webkit-box-shadow: 4px 4px #a9dbdb;
    box-shadow: 4px 4px #a9dbdb;
}
.wrap {
  overflow: hidden;
  display: flex;
}
.slideshow {
  display: flex;
  -webkit-animation: loop-slide 20s infinite linear 1s both;
  padding: 0;
  margin: 0;
  animation: loop-slide 20s infinite linear 1s both;
  position: relative;
  width: 100vw;
  flex-shrink: 0;
  justify-content: space-between;
  flex-wrap: wrap;
}
.slideshow img {
  width: 100%;
  height: auto;
  display: block;
}
.content {
  width: 24vw;
  text-align: center;
  margin-right: 1vw;
}
.content:last-child {
  /* [disabled]margin-right: 0px; */
}
@-webkit-keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
footer #contact {
    padding: 30px 0;
    background-color: #002fa4;
    text-align: center;
    color: #fff;
    font-size: 1.5rem;
}
footer #contact h3 {
    font-size: 1.8rem;
  display: flex;
  align-items: center;
}
footer #contact h3:before, footer #contact h3:after {
  content: "";
  height: 2px;
  flex-grow: 1;
  background-color: #fff;
}
footer #contact h3:before {
  margin-right: 1rem;
}
footer #contact h3:after {
  margin-left: 1rem;
}
footer #contact .tel a {
  pointer-events: none;
  color: #fff;
  font-size: 49px;
  font-weight: 700;
}
footer .copyright {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 0;
  margin: 0 auto;
  max-width: 800px;
  flex-wrap: wrap;
}
footer .copyright li {
  width: 48%;
}
#contact .txt a {
  color: #fff;
  text-decoration: underline;
}
.pagetop {
  width: 50px;
  height: 50px;
  display: none;
  position: fixed;
  right: 0px;
  background-color: hsla(216, 81%, 46%, 0.70);
  bottom: 0px;
  z-index: 10;
}
.pagetop::after {
  content: "";
  position: absolute;
  border-top: solid 4px #fff;
  border-left: solid 4px #fff;
  width: 24px;
  height: 24px;
  transform: rotate(45deg);
  left: 28%;
  top: 35%;
  cursor: pointer;
}
@media screen and (max-width:768px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  .inner {
    width: 90%;
  }
  #about {
    padding: 30px 0;
      overflow: hidden;
  }
  #about h2 {
      
  }
  #about .about_wrap .txt,
    #about .about_wrap .img{
      width: 100%;
  }
    #about .about_wrap .lead,
    #about .about_wrap .alert{
        font-size: 1.5rem;
    }
  #about .about_wrap .icon2 {
    position: absolute;
    right: -30px;
    bottom: -40px;
    width: 20%;
  }

#about .inner .txt {
    position: relative;
    z-index: 2;
}
#about .inner .img01 {
    width: 28%;
    left: -40px;
    top: 50px;
}
#about .inner .img02 {
    width: 20%;
    top: 50%;
    right: -20px;
}
  #about .lead {
    text-align: justify;
    margin-bottom: 30px;
  }
  #about .alert {
    text-align: justify;
  }
  #schedule .schedule_wrap .schedule_list {
    width: 100%;
    padding-bottom: 40px;
  }
  #schedule .schedule_wrap dl dt {
    width: 100%;
    margin-bottom: 20px;
    font-size: 8vw;
    line-height: 1.5;
  }
      #schedule .schedule_wrap dl dt span {
      font-size: 4.5vw;
  }
      #schedule .schedule_wrap dl dt span.year {
      font-size: 6vw;
  }  #schedule .schedule_wrap dl dd {
    width: 100%;
    font-size: 5vw;
  }
    #schedule .schedule_wrap .img01{
        bottom: auto;
        top: -20%;
        width: 20%;
    }
        #schedule .schedule_wrap .img02{
        bottom: auto;
        top: -20%;
        width: 22%;
    }
    #event{
        padding: 30px 0;
    }
    #event .outline_list{
        padding: 20px 10px;
    }
    #event .outline_list dl{
        padding: 10px 0;
        border: 0;
    }
  #event h1 {
    font-size: 30px;
    text-align: center;
    padding-top: 15%;
    background-image: url(../images/event_title.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: contain;
  }
  #schedule h1 {
    font-size: 30px;
  }
  #event .outline_list dl dt {
    display: block;
    width: 100%;
    text-align: left;
    padding: 5px;
    background-color: #D3DDE6;
    margin-bottom: 10px;
  }
  #event .outline_list dl dd {
    width: 100%;
    padding-left: 5px;
  }
  .form .caption {
    text-align: left;
    text-indent: -14px;
    padding-left: 14px;
    font-size: 14px;
  }
  #event .btn_map {
    display: block;
  }
  .attention .inner ul {
    padding: 0 0 0 20px;
    margin: 0 0 50px;
  }
  #event .attention ul li {
    padding: 0;
    font-size: 14px;
    list-style-type: disc;
    line-height: 1.6;
    margin-bottom: 10px;
  }
#event .form .btn_form a {
    padding: 10px;
}

  footer #contact .tel a {
    pointer-events: auto;
    font-size: 35px;
  }
  #contact .tel_info {
    font-size: 14px;
  }
  footer .copyright {
    display: block;
  }
  footer .copyright li {
    padding: 0;
    width: 100%;
    display: block;
    text-align: left;
    margin-bottom: 10px;
  }
  #contact .txt {
    font-size: 14px;
  }
}
@media screen and (max-width:480px) {

}
