@charset "utf-8";

/*slider*/
.slider {
  height: 54vh;
}
.slider-wrapper {
  position: relative;
/*  margin-top: 50px;*/
}
.slider-item01 {
    background:url(../images/top-slider-1.png);
}
.slider-item02 {
    background:url(../images/top-slider-2.jpg);
}
.slider-item03 {
    background:url(../images/top-slider-3.jpg);
}
.slider-item04 {
    background:url(../images/top-slider-4.jpg);
}
.slider-item05 {
    background:url(../images/top-slider-5.jpg);
}
.slider-item06 {
    background:url(../images/top-slider-6.jpg);
}
.slider-item {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.slider-item01 {
  background-size: contain;  
}
.slick-dots {
  position: absolute;
  z-index: 1;
  left: 6%;
  bottom: 6%;
}
.slick-dots li {
  display:inline-block;
  margin:0 5px;
}
.slick-dots button {
  color: transparent;
  outline: none;
  width:10px;
  height:10px;
  display:block;
  border-radius:50%;
  border: 1px solid #fff;
  background: none;
}
.slick-dots .slick-active button{
    background:#fff;
}
.slick-slide {
  position:relative;
  z-index: 1;
  height: 54vh!important;
}
.p-slider-hd {
  position: absolute;
  z-index: 1;
  left: 6%;
  top: 45%;
  font-size: 35px;
  font-weight: 500;
  line-height: 1.6;
  text-shadow: 1px 1px 4px #555, 0 0 1em #555, 0 0 0.2em #555;
}
.c-section__inner {
  max-width: 90%;
  margin: 0 auto;
  padding: 24px 0 60px;
}
.c-section:nth-child(odd) {
  background: #f9f9f9;
}
.c-section__img_sp {
  position: relative;
  z-index: 0;
}
.c-section__box {
  display: flex;
  flex-direction: column; 
}
.c-title {
  font-size: clamp(1.25rem, 1.159rem + 0.45vw, 1.5rem);
}
.c-copy {
  font-size: clamp(1rem, 0.932rem + 0.34vw, 1.188rem);
}
.c-copy span {
  padding-bottom: 3px;
  border-bottom: 2px solid #2b65e5;
}
.c-hd {
  position: relative;
  font-size: clamp(1.5rem, 1.036rem + 1.82vw, 2.5rem);
  line-height: 1.6;
  margin: 10px 0;
}
.p-area__list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px!important;
}
.p-area__list li {
  width: calc((100% / 4) - 12px);
  margin: 8px 6px;
}
.p-area__list li a {
  width: 100%;
  padding: 16px 0;
  background: #fff;
  display: block;
  border: 3px solid #2b65e5;
  color: #2b65e5;
  border-radius: 50vh;
  font-size: clamp(0.938rem, 0.892rem + 0.23vw, 1.063rem);
  text-align: center;
  font-weight: 700;
}
.p-area__list li a:hover {
  background: #2b65e5;
  color: #fff;
  transition: all .5s;
}
@media only screen and (min-width: 1025px) {
  #page-top:hover {
    text-decoration: none;
    background: rgba(145, 197, 67, 0.8)
  }
  .c-section__inner {
    max-width: 980px;
    padding: 56px 0;   
  }
  .c-section-content {
    flex: 1;
  }
  .c-text {
    line-height: 2;
    font-size: 18px;
    margin-bottom: 24px;
  }
  .c-section {
    width: 100%;
  }
  .c-section__box {
    flex-direction: row;
    align-items: center;
  }
  .c-section__box:nth-child(odd) {
    flex-direction: row-reverse;
  }
  .c-section__box:nth-child(odd) .c-img {
    padding-left: 40px;
    padding-right: 0;
  }
  .c-section__box .c-img {
    width: 50%;
    padding-right: 40px;
  }
  .c-copy {
    font-size: 1.4rem;
  }
  .c-hd {
    margin: 8px 0 24px;
  }
  .c-content {
    flex: 1;
  }
  .c-img_sp {
      width: 97%;
      margin: 20px auto 40px;
  }
  .c-img {
    position: relative;
    z-index: 0;
  }
}
@media only screen and (min-width: 1240px) {
  .c-section__inner {
    max-width: 1200px;
    padding: 40px 0 64px;   
  }
  .p-area .c-section__inner {
    padding: 40px 0 80px;    
  }
}
@media only screen and (max-width: 1240px) {
  .p-area__list li {
    width: calc((100% / 3) - 12px);
  }
}
@media only screen and (max-width: 1024px) {
  .slider {
    height: 30vh!important;
  }
  .slick-slide {
    height: 30vh!important;
  }
  .slick-dots {
    display: none !important;
  }
  .c-content {
      display: contents;
  }
  .c-content .c-copy,
  .c-content .c-hd {
      order: 1;
      margin: 0 0 16px;
  }
  .c-section__box .c-img {
      width: 70%;
      order: 2;
      margin: 0 auto 15px;
  }
  .c-content .c-text{
      order: 3;
      margin-bottom: 10px;
  }
  .l-btn-box{
      order: 4;
  }
  .p-area__list li {
    width: calc((100% / 2) - 12px);
  }
  .l-btn-box {
    display: flex;
    justify-content: center;
  }
}
@media only screen and (max-width: 768px) {
  .slider {
    height: 34vh!important;
  }
  .slick-slide {
    height: 34vh!important;
  }
  .slick-dots {
    left: 10%;
  }
  .c-section__box .c-img {
    width: 100%;
  }
  .p-area__list {
    margin-bottom: 20px!important;
  }
  .p-area__list li {
    width: 100%;
    padding: 0;
    margin: 0 0 16px;
  }
  .p-area__list li a {
    padding: 8px 0;
  }
  .p-copyright {
    text-align: left;
    font-size: .7rem;
  }
}
/*about*/
.p-about__list {
  margin-left: 32px!important;
}
.p-about__list li {
  font-size: clamp(1rem, 0.955rem + 0.23vw, 1.125rem);
  list-style: disc;
}
/*circuation*/
.p-circuation .c-text p{
  line-height: 1.6;
}
/*area*/
.p-area .c-title {
  font-size: clamp(1.063rem, 0.994rem + 0.34vw, 1.25rem);
  position: relative;
  padding: 16px 0;
}
.p-area .c-title::before {
  position: absolute;
  content: '';
  background: #222;
  width: 100%;
  height: 1px;
  top: 50%;
  left: 0;
}
.p-area .c-title span {
  background: #fff;
  position: relative;
  z-index: 1;
  padding-right: 16px;
}
/*news*/
.p-news__list {
  padding-bottom: 16px;
}
.p-news__list .data {
  display: block;
  line-height: 1.6;
  font-size: clamp(1rem, 0.955rem + 0.23vw, 1.125rem);
}
.p-news__list li dd {
  display: flex;
  align-items: center;
}
.p-news__list .icon-new {
  display: inline-block;
  padding: 0px 8px;
  margin-right: 8px;
  color: #2b65e5;
  background: #fcff28;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 600;
}
.p-news__list li {
  border-bottom: 1px solid #222;
  padding: 12px;
  font-size: 14px;
  line-height: 2;
}
.p-news__list li dl {
  display: block;
}
.p-news__list li dt {
  width: 100%;
}
.p-news__list li dd {
  width: 100%;
  font-size: clamp(1rem, 0.955rem + 0.23vw, 1.125rem);
  line-height: 1.7;
}

@media only screen and (min-width: 767px) {
  /*news*/
  .p-news .c-detail {
    width: 100%;
  }
  .p-news__list li dl {
    display: flex;
    align-items: center;
  }
  .p-news__list li dt {
    width: 16%;
  }
  .p-news__list li dd {
    width: 82%;
  }
  .p-news__list .icon-new {
    line-height: 1.8;
  }
  .c-detail {
    padding-top: 48px;
  }
}
@media only screen and (min-width: 1025px) {
  /*news*/
  .p-news .c-detail {
    width: 70%;
  }
  .p-news__list .data {
    display: inline-block;
  }
}