@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;1,300;1,400&family=Frank+Ruhl+Libre&family=Noto+Sans+JP&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Italianno&display=swap');

body{
 opacity: 0;
 animation: fadeIN 1.5s 1s forwards; 

}

@keyframes fadeIN {
100% {
opacity: 1;
}
}
@keyframes fadeOUT {
  100% {
    opacity: 0;
  }
}

.sp {
  display: none;
}

@media (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}


.lp-main {
  line-height: 2.4;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;

  font-family: 'Noto Sans JP', 'Yu Gothic Medium', 'Hiragino Kaku Gothic Pro', Meiryo, sans-serif;
  font-size: inherit;
  letter-spacing: normal;
  font-size: 14px;
}

.lp-main img {
  max-width: 100%;
  height: auto;
}





.mv{
 width: 100%;
 position: relative;
 margin-top: 174px;
}
.mv img{
  width: 100%;
}

.sec{
  padding: 40px 0;
  position: relative;
  z-index: 1;
}
.inner{
  width: 90%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}


.sec__row{
  display: flex;
  margin-top:40px;
}

.sec p,
.sec_msg p,
.sec_link p{
  font-size: 13px;
}

.sec h2{
  font-family: 'Frank Ruhl Libre', serif;
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: #69307c;
  font-size: 34px;
  text-align: center;
}
.sec h2 span{
  border-bottom: 1px solid;
}
.sec h3{
  line-height: 1.2;
  letter-spacing: 0.05em;
  font-size: 24px;
  letter-spacing: 0;
  margin-top: 60px;
}
.sec h3 span{
  font-family: 'Italianno', cursive;
  color: #8a8a8a;
  display: block;
  font-size: 32px;
  margin-bottom: 10px;
}
.sec h3 span span{
  font-size: 46px;
  display: inline-block;
}
@media (max-width: 768px) {
  .mv{
    margin-top: 0;
   }
  .sec{
    padding: 20px 0;
  }
  .sec__row{
    display: block;
    margin-top: 20px;
  }
  .sec p,
  .sec_msg p,
  .sec_link p{
    font-size: 12px;
  }

  .sec h2{
    font-size: 22px;
    white-space: nowrap;
    padding-bottom: 20px;
  }
  
  .sec h3{
    font-size: 16px;
    margin-top: 20px;
  }
  .sec h3 span{
    font-size: 20px;
    margin-bottom: 5px;
  }
  .sec h3 span span {
    font-size: 30px;
  }
}


.sec_ring{
  margin-top: 40px;
}

.sec_ring__img{
  width: 45%;
}
.sec_ring__txt{
  width: 55%;
  padding-left: 5%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.sec_ring__link{
  background-color: #f5f5f5;
  padding: 5px;
  margin-left: auto;
  font-size: 10px;
  margin-top: 50px;
}
.sec_ring__link a{
  margin: 0 3px;
  text-decoration: underline;
  color: #5c5c5c;
  
}
@media (max-width: 768px) {
  .sec_ring__img{
    width: 100%;
  }
  .sec_ring__txt{
    width: 100%;
    padding-left: 0;
    padding-top: 30px;
  }
}

.sec_report .inner{
  max-width: 800px;
}
.sec_report__slide{
max-width: 100%;
margin: 0 auto;
}

.sec_report__slide--H{
  width: 320px;
}
.sec_report__slide--W{
  width: 380px;
}
.slide{
  line-height: 0;
  margin-bottom:0 !important;
}
.sec_report__slide img{
  max-height: 500px;
  height: auto;
  width: auto !important;
  text-align: center;
}
.center-item {
  padding: 0;
}

.slick-track {
  display: flex;
}
.slick-slide {
  height: auto !important;
}

.slick-dots {
  position: absolute;
  bottom: -30px;
  text-align: left;
}
.slick-dots li{
  margin-left: 0 !important;
}
.slick-dots li button {
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
}
.slick-dots li button:before {
  font-size: 0;
  width: 18px;
  height: 2px;
  content: "";
  display: block;
  background: #333;
  transition: 0.6s;
}
.sec_report__txt{
  flex:1;
}

.sec_report:nth-of-type(2n - 1) .sec__row{
  flex-direction: row-reverse;
}
.sec_report:nth-of-type(2n - 1) .sec_report__txt{
  padding-right: 5%;
}
.sec_report:nth-of-type(2n) .sec_report__txt{
  padding-left: 5%;
}

@media (max-width: 768px) {
  .sec_report__txt{
    padding: 30px 0 0 !important;
  }
}

.sec_msg{
  width: 90%;
  max-width: 1000px;
  background-color: #f5f5f5;
  margin-top: 120px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding: 50px;
}

.sec_msg h2,
.sec_msg h3{
  text-align: center;
}

.sec_msg h2{
  font-family: 'Frank Ruhl Libre', serif;
  line-height: 1.2;
  letter-spacing: 0.05em;
  color: #69307c;
  font-size: 30px;
}
.sec_msg h2 span{
  border-bottom: 1px solid;
}
.sec_msg h3{
  letter-spacing: 0.05em;
  font-size: 16px;
  margin-top: 10px;
}

.msg_intro{
  text-align: center;
}

.sec_msg__img{
  margin: 30px auto;
  width: 80%;
  max-width: 380px;
}
.sec_msg__staff{
  display: flex;
  align-items: center;
  background-color: #fff;
  padding: 20px;
  max-width: 480px;
  margin: 30px auto 0;
}
.sec_msg__staff_img{
  width: 50px;
}
.sec_msg__staff_img img{
  border-radius: 50%;
  width: 50px;
  height: 50px;
  object-fit: cover;
}

.sec_msg__staff_txt{
  padding-left: 10px;
  font-size: 12px;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .sec_msg{
    padding:30px 20px;
    margin-top: 40px;
  }

  .sec_msg h2{
    font-size: 22px;
    white-space: nowrap;
}

.sec_msg h3{
  font-size: 14px;
}
.sec_msg__img {
  margin: 10px auto 20px;
}

}

.sec_link{
  text-align: center;
  padding: 80px 5% 120px;

}

.sec_link h3{
  margin: 0 0 10px;
  font-size: 130%;
  line-height: 1.2;
  letter-spacing: 0.05em;
}


.sec_link > a {

  display:inline-block;
  vertical-align:middle;
  letter-spacing:normal;
  text-align:center;

  position:relative;
  padding:10px 25px;
  text-decoration:none;
  margin-top: 30px;
}

.sec_link > a::before,
.sec_link > a::after {
  content:"";
  display:block;
  position:absolute;
  top:0;
  width:10px;
  height:100%;
  margin:0;
  padding:0;
  border:1px solid #000000;
  transition:all 0.6s ease-in-out;
}
.sec_link > a::before {
  left:0;
  border-right:0;
}
.sec_link > a::after {
  right:0;
  border-left:0;
}


.sec_link > a:link,
.sec_link > a:visited,
.sec_link > a:hover,
.sec_link > a:active {
  color:#231815;
}

.sec_link > a:hover::before,
.sec_link > a:hover::after {
  width:50%;
}

@media (max-width: 768px) {

}


/* animation */
.is-scloll{
  opacity: 0;
  transition: 0.8s;
  transform: translateY(20px);
}
/* .sec_ring__txt,
.sec_report:nth-of-type(2n) .sec_report__txt,
.sec_report:nth-of-type(2n - 1) .sec_report__slide
{
  transition: 0.8s 0.3s;
} */

@media (max-width: 768px) {
.sec_ring__txt{transition: 0.8s;}
}
.sclollIn{
  opacity: 1;
  transform: translateY(0);
}
