@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;700&family=Roboto+Condensed:wght@700&display=swap');
/*font-family: 'Noto Sans JP', sans-serif;*/

/* ==========================================================================

  CSS

========================================================================== */
body{
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  background-image: url("../../common/img/background.jpg");
  background-size: 250px 250px;
  font-feature-settings: "palt";
  font-size: 16px;
  line-height: 2;
}
img{
  max-width: 100%;
  height: auto;
}

.contents a { color: #287D96; }
.contents a:visited { color: #287D96; }
.contents a:hover { color: #0C45AF; }
.contents a:active { color: #0C45AF; }

.contents h1,
.contents h2,
.contents h3,
.contents h4{
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  color: #001F4C;
}
.contents h4{
  color: #000;
}
.contents{
  background: #fff;
  border-radius: 5px;
  padding: 60px;
}
.contents .intro p{
  margin-top: 0;
}
.information{
  border-top: solid 1px #D8D8D8;
}
.information__list dt{
  font-weight: normal;
}
.contents .information p{
  margin-top: 1em;
}
.information p.link{
  line-height: 1.4;
}
.information p a{
  word-break: break-all;
}

.note li{
  display: flex;
  font-size: 13px;
  margin-top: 2em;
  line-height: 1.6;
}
.note li::before{
  content: "※";
  margin-right: .5em;
}

.pager{
  display: flex;
  justify-content: center;
  margin-top: 60px;
}
.pager li a,
.pager li span{
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: 17px;
  border-radius: 100vh;
  width: 40px;
  height: 40px;
}
.pager li span{
  background: #001F4C;
  color: #fff;
}
.contents .pager li a{
  background: #D9DDE4;
  color: #001F4C;
}
.pager li+li {
  margin-left: .5em;
}
.pager li.prev img,
.pager li.next img{
  width:6px;
}

.contents__list li.index{
  display: flex;
  align-items: center;
  background: url("../img/contents_navi_index.jpg");
  background-size: cover;
}
.contents__list li.index a{
  height: 100%;
}
.contents__list li.index .logo{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.contents__list li.index .logo div{
  width: 64%;
}
.contents__list li{
  background: #fff;
}
.contents__list a{
  display: block;
}
.contents__list li figcaption{
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  line-height: 1.8;
}

@media screen and (max-width: 1023px) {
  .contents{
    width: 95%;
    margin:  0 auto;
    padding: 40px 5%;
  }
  .contents__body .section+.section{
    margin-top: 80px;
  }
  .contents__body .section+.section.information{
    margin-top: 40px;
  }
  .contents__body .image{
    text-align: center;
    margin-top: 40px;
  }
  .contents__body .caption{
    text-align: left;
    margin-top: 20px;
    font-size: 13px;
  }
  .contents__body .caption br{
    display: none;
  }
  .contents__body p{
    margin-top: 40px;
    text-align: justify;
  }
  .contents__body p+p,
  .contents .intro p+p{
    margin-top: 15px;
  }
  
  .contents__title{
    text-align: center;
    margin-bottom: 30px;
  }
  .contents__title .icon{
    width: 80px;
    background: #ECE8DC;
    border-radius: 100vh;
    margin: 0 auto;
  }
  .contents__body h1{
    font-size: 24px;
    line-height: 1.6;
    margin-top: 20px;
  }
  .contents__body h1 span{
    font-size: 18px;
    line-height: 1.6;
  }
  .contents__body h2{
    font-size: 20px;
    line-height: 1.6;
    border-bottom: solid 1px #001F4C;
    margin: 0 0 15px;
    padding-bottom: 15px;
  }
  .contents__body h2 br{
    display: none;
  }
  .contents__body h2+p{
    margin-top: 0;
  }
  .contents__body h3{
    font-size: 18px;
  }
  
  .information{
    padding-top: 40px;
  }
  .information__list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
    line-height: 1.4;
  }
  .information__list dt{
    width: 5em;
    padding-bottom: 8px;
  }
  .information__list dd{
    width: calc(100% - 5em);
    padding-bottom: 8px;
  }
  .contents .information p.staff{
    margin-top: 20px;
    font-size: 14px;
  }
  
  .page__navi{
    margin-top: 40px;
  }
  .btn__next__page,
  .btn__next__chapter{
    border: solid 1px #001F4C;
    border-radius: 5px;
    overflow: hidden;
  }
  .btn__next__page a,
  .btn__next__chapter a{
    position: relative;
    display: flex;
    align-items: center;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #001F4C;
    line-height: 1.6;
    padding: 1em 0;
  }
  .btn__next__chapter .photo{
    display: none;
  }
  .btn__next__page a p,
  .btn__next__chapter a p{
    padding: 0 1em;
  }
  .btn__next__page a::after,
  .btn__next__chapter a::after{
    position: absolute;
    content: "";
    display: block;
    background-image: url("../img/icon_next.png");
    background-size: 6px 12px;
    width: 6px;
    height: 12px;
    top: calc(50% - 6px);
    right: 1em;
  }
  
  .contents__list{
    display: flex;
    flex-wrap: wrap;
    width: 95%;
    margin: 30px auto 0;
  }
  .contents__list li{
    width: 49%;
    border-radius: 5px;
    overflow: hidden;
  }
  .contents__list li:nth-child(even){
    margin-left: 2%;
  }
  .contents__list li:nth-child(n+3){
    margin-top: 2%;
  }
  .contents__list li figcaption{
    padding: .6em 1em 1em;
    font-size: 14px;
    line-height: 1.6;
  }
  .contents__list li figcaption br{
    display: none;
  }
  .contents__list li a{
    position: relative;
    display: block;
  }
  .contents__list .category{
    text-align: center;
    width: 100%;
    line-height: 1;
    margin-top: -12px;
  }
  .contents__list .category span{
    font-size: 12px;
    background: #001F4C;
    color: #fff;
    font-weight: bold;
    display: inline-block;
    padding: 0.5em 1em;
    border-radius: 50px;
  }
}

@media screen and (min-width: 1024px) {
  .contents{
    max-width: 980px;
    margin:  20px auto 0;
    padding: 60px;
  }
  .contents__body .section+.section{
    margin-top: 120px;
  }
  .contents__body .section+.section.information{
    margin-top: 60px;
  }
  .contents__body .image{
    text-align: center;
    margin-top: 60px;
  }
  .contents__body .caption{
    text-align: center;
    margin-top: 20px;
    font-size: 15px;
  }
  .contents__body p{
    margin-top: 60px;
    text-align: justify;
  }
  .contents__body p+p,
  .contents .intro p+p{
    margin-top: 30px;
  }
  
  .contents__title{
    display: flex;
    align-items: center;
    margin-bottom: 60px;
  }
  .contents__title .icon{
    width: 130px;
    background: #ECE8DC;
    border-radius: 100vh;
    margin-right: 30px;
  }
  .contents__body h1{
    font-size: 28px;
    line-height: 1.6;
  }
  .contents__body h1 span{
    font-size: 20px;
    line-height: 1.6;
  }
  .contents__body h2{
    font-size: 22px;
    line-height: 1.6;
    border-bottom: solid 1px #001F4C;
    margin: 0 0 40px;
    padding-bottom: 20px;
  }
  .contents__body h2+p{
    margin-top: 0;
  }
  .contents__body h3{
    font-size: 18px;
  }
  
  .information{
    padding-top: 60px;
  }
  .information__list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
  }
  .information__list dt{
    width: 5em;
  }
  .information__list dd{
    width: calc(100% - 5em);
  }
  .contents .information p.staff{
    margin-top: 60px;
    font-size: 14px;
  }
  
  .page__navi{
    margin-top: 60px;
  }
  
  .btn__next__page,
  .btn__next__chapter{
    border: solid 1px #001F4C;
    border-radius: 5px;
    overflow: hidden;
  }
  .contents .btn__next__page a,
  .contents .btn__next__chapter a{
    position: relative;
    display: flex;
    align-items: center;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    font-size: 20px;
    color: #001F4C;
    line-height: 1.6;
    height: 110px;
  }
  .btn__next__chapter .photo{
    width: 130px;
    height: 110px;
    background-size: cover;
    background-position: center center;
  }
  .btn__next__page a p,
  .btn__next__chapter a p{
    padding: 0 2em;
  }
  .btn__next__page a::after,
  .btn__next__chapter a::after{
    position: absolute;
    content: "";
    display: block;
    background-image: url("../img/icon_next.png");
    background-size: 15px 30px;
    width: 15px;
    height: 30px;
    top: calc(50% - 15px);
    right: 2em;
  }
  
  .contents__list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 980px;
    margin: 40px auto 0;
  }
  .contents__list li{
    width: 32%;
    border-radius: 5px;
    overflow: hidden;
    will-change: transform;
  }
  .contents__list li figure{
    overflow: hidden;
    z-index: 0;
  }
  .contents__list li:nth-child(n+4){
    margin-top: 2%;
  }
  .contents__list li figcaption{
    padding: 1em 1.5em 1.5em;
  }
  .contents__list li a{
    position: relative;
    display: block;
  }
  .contents__list .category{
    position: relative;
    z-index: 1;
    text-align: center;
    width: 100%;
    line-height: 1;
    margin-top: -12px;
  }
  .contents__list .category span{
    font-size: 13px;
    background: #001F4C;
    color: #fff;
    font-weight: bold;
    display: inline-block;
    padding: 0.5em 1em;
    border-radius: 50px;
  }
}

@media (hover: hover) and (pointer: fine) {
  .contents__list li img{
    transition: transform .4s ease-in-out;
  }
  .contents__list li a:hover img{
    transform: scale(1.03);
  }
  
  .contents .btn__next__page a,
  .contents .btn__next__chapter a{
    transition: background .4s ease-in-out;
  }
  .contents .btn__next__page a:hover,
  .contents .btn__next__chapter a:hover{
    background: #E7EAEE;
  }
  
  .pager li a{
    transition: opacity .4s ease-in-out;
  }
  .pager li a:hover{
    opacity: .6;
  }
}


