* {
   box-sizing: border-box;
}

body {
   margin: 0;
   padding: 0;
   font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "Helvetica Neue", Helvetica, Arial, sans-serif;
   background-color: #e6e6e6;
   color: #303030;
}
/* ------------header----------------- */

a {
   text-decoration: none;
   color: #757575;
}
a:hover{ opacity:0.6; }
/* ------------btn----------------- */
header .head_btn{
  background: #d60051 !important;
  padding: 8px 3px;
  margin: 0 auto;
  color: #fff !important;
  border-radius: 60px;
  width: 100% !important;
  min-width: 130px;
  text-align: center;
  display: block;
  letter-spacing: 2px;
}
header .head_btn:hover{ opacity: 0.6;}
header .head_btn a:before{ content:"> ";}
header .head_btn a{
  display: block;
  color: #fff;
  font-size: 12px;
}


/* ------------main visual----------------- */
#mv {
   display: flex;
   justify-content: center;
   align-items: flex-start;
   min-height: 650px;
   padding-top: 100px;
   background: url("../img/mv_bg.png") top center / cover no-repeat;
}
#mv h2{
  text-align: left;
  padding: 50px 0 30px;
  font-weight: 100;
  font-size: 45px;
  letter-spacing: 1.5px;
  line-height: 56px;
  color: #fc5392;
}
#mv p{
  font-size: 16px;
  line-height: 24px;
  padding-bottom: 10px;
  text-shadow: 1px 1px 5px #ffffff;
}
#mv p.en{
  font-size:12px;
  color: #888;
  line-height: 20px;
  text-shadow: none;
}
#mv .inner .box{
  position: absolute;
  width: 55%;
  z-index: 1;
  top: 15px;
}
#mv .inner img.photo{
  position: absolute;
  right: 0;
  top: 30px;
  z-index: 0;
  border-radius: 15px;
}
#mv div.sanka{
  text-align: left;
  padding: 30px 90px 0 90px;
}
div.inner{
  width: 90%;
  max-width: 1300px;
  position: relative;
  margin: 0 auto;
}
.entry_btn a{
  margin-top: 30px;
  display: inline-block;
  filter: drop-shadow(5px 4px 4px #fda2c4);
}
.entry_btn img{ border-radius:10px; width:100%; }

#mv ul.sns{
  width: 80%;
  padding: 20px 0 0 70px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#mv ul.sns li{
  width: 13%;
  text-align: center;
  min-width: 70px;
}
#mv ul.sns img{
  width: 42px;
}

@media screen and (max-width: 959px) {
  #mv h2{
    padding: 0px 0 20px;
    font-size: 36px;
    letter-spacing: 2px;
    line-height: 46px;
  }
  #mv .inner .box{
    position: initial;
    width: 100%;
  }
  #mv div.sanka{
  text-align: center;
  padding: 20px 0;
  }
  #mv div.sanka img{ width:60%; }
  .entry_btn{ text-align:center; }
  .entry_btn a{margin: 10px auto 20px;
        width: 80%;}
  #mv .inner img.photo{
    width: 100%;
    position: initial;
  }
  div.inner{
    width: 90%;
    max-width: 1300px;
    position: relative;
  }
  #mv .inner .box{
    width: 100%;
  }
  #mv ul.sns{
    width: 100%;
    padding: 15px 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}


/* ------------ News FB ----------------- */

.hm-news {
  position: relative;
  margin: 0 0 6rem;
  padding: 6rem 6.4% 0
}

.hm-news__header {
  margin: 0 0 4.5rem
}

.hm-news__button {
  margin: 2.25rem 0 0;
  text-align: left
}

.hm-news__button a {
  display: inline-flex;
  align-items: center;
  padding: .6875rem 1.5rem;
  color: #fff;
  text-decoration: none;
  background: #666;
  border-radius: 2.25rem
}

.hm-news__button a span {
  display: block
}

.hm-news__button a span:nth-child(1) {
  font-size: 1rem;
  font-family: Gilroy-Bold, sans-serif
}

.hm-news__button a span:nth-child(2) {
  width: .875rem;
  height: .875rem;
  margin: 0 0 0 .875rem
}

.hm-news__button a span:nth-child(2)::before {
  content: '';
  display: block;
  position: absolute;
  width: .875rem;
  height: .875rem;
  background: url("../img/icon-arrow-white.svg") center center no-repeat;
  background-size: .875rem .875rem
}

.hm-news__units[v-cloak] {
  display: none
}

.hm-news-unit+.hm-news-unit {
  margin: 2.25rem 0 0
}

.hm-news-unit a {
  display: block;
  padding: 2.25rem 7.339449541284404%;
  color: #323232;
  text-decoration: none;
  background: #fff;
  border-radius: .75rem;
  box-shadow: 0 .5rem 1rem 0 rgba(0, 0, 0, 0.16);
  text-align: left
}

.hm-news-unit p {
  font-size: 1rem;
  line-height: 1.8;
  word-break: break-all;
  display: block;
  overflow: hidden;
  max-height: 7.2rem
}

@supports (-webkit-line-clamp:4) {
  .hm-news-unit p {
    display: -webkit-box;
    max-height: initial;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical
  }
}

.hm-news-unit time {
  margin: 1.5rem 0 0;
  font-size: 1rem;
  font-family: Gilroy-Light, sans-serif
}


  .hm-news {
    margin: 0;
    padding: 2rem 10% 4rem;
    background-color: #fff;
  }
  .hm-news__inner {
    display: flex
  }
  .hm-news__header {
    flex: none;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 17.75rem;
    margin: 0
  }
  .hm-news__button a {
    transition: background .5s cubic-bezier(.215, .61, .355, 1)
  }
  .hm-news__button a:hover {
    background: #1e1e1e
  }
  .hm-headline .en{ font-size:35px; color:#fc5392; line-height: 50px; }
  .hm-headline .content-jp{ display:block; color: #666;}
  .hm-news__body {
    flex: 1
  }
  .hm-news__units {
    display: flex
  }
  .hm-news-unit {
    box-sizing: border-box;
    flex: none;
    width: 29.03225806451613%
  }
  .hm-news-unit+.hm-news-unit {
    margin: 0 0 0 4.147465437788019%
  }
  .hm-news-unit a {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding: 2.25rem 1.666666666666667vw;
    transition: box-shadow .5s cubic-bezier(.215, .61, .355, 1)
  }
  .hm-news-unit a:hover {
    box-shadow: 0 1rem 1.5rem 0 rgba(0, 0, 0, 0.24)
  }
  .hm-news-unit p {
    max-height: 9rem
  }
  @supports (-webkit-line-clamp:5) {
    .hm-news-unit p {
      -webkit-line-clamp: 5
    }
  }
@media screen and (max-width: 959px) {
  .hm-news__inner {
      display: flex;
      flex-direction: column;
  }
  .hm-news-unit+.hm-news-unit {
      margin: 0 0 30px;
  }
  .hm-news__units {
      display: flex;
      flex-direction: column;
  }
  .hm-news-unit {
      box-sizing: border-box;
      width: 100%;
      margin-bottom: 30px;
  }
}


/* ------------ event ----------------- */
#event{
  background: url("../img/leaders_bg.png") no-repeat right bottom;
  background-color: #fff;
  min-height: 500px;
  padding: 100px 0;
}
#event h2{
  padding: 0px 0 10px;
  font-weight: 100;
  font-size: 40px;
  letter-spacing: 1px;
  line-height: 50px;
  color: #fc5392;
}
#event h3{
  font-size: 26px;
  font-weight: normal;
  padding: 0 0 30px 0;
  color: #666;
}
#event ul{

}
#event .fbox{
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
#event .fbox img{
  max-width:40%;
  border-radius: 15px;
}
.event_info{
  padding: 20px 20px 0 50px;
}
.event_info .day{
  padding: 0 0 10px;
  font-size: 14px;
  letter-spacing: 1px;
}
.event_info h4{
  font-size: 22px;
  line-height: 32px;
}
.event_info .situation{
  background: #93bb3c;
  border-radius: 6px;
  color: #fff;
  padding: 10px 20px;
  display: inline-block;
  margin: 20px 0 0;
}
.event_info .icon{
  background: #000;
  color: #fff;
  border-radius: 16px;
  padding: 5px 15px;
  margin-bottom: 20px;
  font-size: 12px;
  font-weight: bold;
  display: inline-block;
}
.swiper-container{ width:90%; }
.swiper-slide img{
  width: 100%;
}
.new {
  position: relative;
  display: inline-block;
}

.new::before {
  content: "NEW";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #80bd3e;
  color: white;
  padding: 5px 10px;
  font-size: 13px;
}

.new-expired::before {
  content: none; /* ::beforeを非表示にする */
  display: none;
}

@media screen and (max-width: 959px) {
  #event .fbox{
    flex-direction: column;
  }
  #event .fbox img{
    max-width:90%;
    margin: auto;
  }
  .event_info{
    width: 90%;
    margin: auto;
    padding: 20px 0;
  }
  .event_info .situation{
    text-align: center;
    position: absolute;
    right: 20px;
  }
}


/* ------------ speaker ----------------- */
#speaker{
  background: url("../img/leaders_bg.png") no-repeat right bottom;
  background-color: #fff;
  min-height: 500px;
  padding: 100px 0;
}
#speaker h2{
  padding: 0 0 10px;
  font-weight: 100;
  font-size: 40px;
  letter-spacing: 1px;
  line-height: 50px;
  color: #fc5392;
}
#speaker h3{
  font-size: 26px;
  font-weight: normal;
  padding: 0 0 30px 0;
  color: #666;
}
#speaker h3 span{
  font-size: 12px;
  padding-left: 15px;
}
#speaker ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
#speaker li{
  padding: 5px 0 10px 10px;
  border-bottom:1px dotted #ccc;
}
#speaker li:nth-child(odd) {
  width: 15%;
  color: #777;
  font-weight: bold;
  margin-bottom: 10px;
}
#speaker li:nth-child(even) {
  width: 30%;
  font-size: 14px;
  color: #888;
  margin-bottom: 10px;
  margin-right: 20px;
}
@media screen and (max-width: 959px) {
  #speaker li:nth-child(odd) {
    width: 30%;
  }
  #speaker li:nth-child(even) {
    width: 70%;
    font-size: 14px;
    margin-right: 0px;
  }
}

/* ------------ sns ----------------- */
#sns{
  background-color: #fff;
  min-height: 300px;
  padding: 70px 0;
}
#sns ul{
  width: 30%;
  min-width: 400px;
  max-width: 500px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
#sns li{
  width:100px;
  padding: 0 25px;
}
#sns li a{display: block;}
#sns li img{ width: 100%;}
@media screen and (max-width: 959px) {
  #sns ul{ width:90%;
        max-width: initial;
        min-width: initial; }
}

.contact_btn{
  width: 100%;
  text-align: center;
  padding: 50px 0;
}
.contact_btn a{
  background: #000;
  color: #fff;
  padding: 20px 40px;
  border-radius: 30px;
}
.contact_btn a:before{
  content: ">";
  padding-right: 20px;
}

#sns ul.premo_link{ width: 60%; padding:50px 0 0; }
#sns .premo_link li{
  width: 50%;
}
.slack_bnr{
    width: 120px !important;
    display: block;
    margin: 30px auto
}
@media screen and (max-width: 959px) {
  #sns{ padding:0; }
  .contact_btn a{
    padding: 20px 20px;
    font-size: 13px;
  }
  #sns ul.premo_link{  flex-direction: column; }
  #sns .premo_link li{
    width: 70%;
    padding: 15px 0;
  }
  .slack_bnr{
    width: 120px !important;
    display: block;
    margin: 30px auto 0;
  }
}
/* ------------ archive ----------------- */
#archive{
  background-color: #fff;
  min-height: 400px;
  padding: 100px 0;
}
#archive h2{
  padding: 0 0 10px;
  font-weight: 100;
  font-size: 40px;
  letter-spacing: 1px;
  line-height: 50px;
  color: #fc5392;
}
#archive h3{
  font-size: 26px;
  font-weight: normal;
  padding: 0 0 30px 0;
  color: #666;
}
#archive ul{
  width: 90%;
  margin: auto;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
#archive li{
  width:24%;
  padding: 0;
  min-width: 180px;
}
#archive li img{ width:100%; display:block;}
@media screen and (max-width: 959px) {
  #archive ul{
    flex-direction: column;
  }
  #archive ul a{
    display: block;
  }
   #archive li{ width: 70%; min-width:initial; margin-bottom:15px;  }

}

/* ------------ Philosophy ----------------- */
#philosophy{
  background: url("../img/philosophy_bg.png") no-repeat left -30px top;
  background-color: #fff;
  min-height: 800px;
}
#philosophy h2{
  padding: 150px 0 10px;
  font-weight: 100;
  font-size: 40px;
  letter-spacing: 1px;
  line-height: 50px;
  color: #fc5392;
}
#philosophy h3{
  font-size: 30px;
  font-weight: normal;
  padding: 0 0 30px 0;
  color: #666;
}
#philosophy .rinen{
  width: 90%;
  margin: auto;
  background-color: #fef0f0;
  padding: 20px 40px 0px;
  border-radius: 15px;
}
#philosophy .rinen p{
  line-height: 26px;
  letter-spacing: 2px;
  color: #666;
  padding-bottom: 15px;
  font-size: 14px;
}
#philosophy .rinen p.name{
  text-align: right;
  padding-top: 10px;
}
@media screen and (max-width: 959px) {
  #philosophy h2{
    font-size: 35px;
    letter-spacing: 2px;
    line-height: 50px;
  }
  #philosophy h3{
    font-size: 24px;
  }
  #philosophy .rinen{
    width: 100%;
    padding: 25px 30px 20px; 
  }
  #philosophy .rinen p{ letter-spacing:0px; font-size:14px; line-height: 23px; }
   #philosophy .rinen p br{ display:none; }
   #philosophy .rinen p.name br{display: block;}
}

/* ------------leaders----------------- */

#leaders{
  background: url("../img/leaders_bg.png") no-repeat right bottom;
  background-color: #fff;
  min-height: 800px;
  padding-bottom: 150px;
}
#leaders h2{
  padding: 100px 0 10px;
  font-weight: 100;
  font-size: 40px;
  letter-spacing: 1px;
  line-height: 50px;
  color: #fc5392;
}
#leaders h3{
  font-size: 30px;
  font-weight: normal;
  padding: 0 0 30px 0;
  color: #666;
}

#leaders .wrap{
  width: 90%;
  margin: auto;
  background-color: #f5f5f5;
  padding: 70px 50px 30px 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  }
#leaders .wrap p.photo{
  position: relative;
  width: 48%;
  height: 100px;
}
#leaders .wrap p img{
  position: absolute;
  width: 100%;
  left: -70px;
  top: 20px;
  }
#leaders .wrap ul{ width:52%;}
#leaders .wrap li { padding-bottom:50px; letter-spacing:1px; line-height:1.8em; }
#leaders .wrap li p{
  text-align: right;
  color: #3488a8;
  padding: 24px 0 0;
}
@media screen and (max-width: 959px) {
  #leaders .wrap{
    flex-direction: column;
    padding: 30px 20px 30px 20px;}
  #leaders .wrap ul{ width:100%; }
  #leaders .wrap li br{display: none;}
}


/* ------------ activity_detail ------------- */
#activity_detail{
  background: url("../img/philosophy_bg.png") no-repeat left -30px top;
  background-color: #fef5f5;
  min-height: 800px;
  padding-bottom: 10px;
}
#activity_detail h2{
  padding: 100px 0 10px;
  font-weight: 100;
  font-size: 40px;
  letter-spacing: 1px;
  line-height: 50px;
  color: #fc5392;
}
#activity_detail h3{
  font-size: 30px;
  font-weight: normal;
  padding: 0 0 30px 0;
  color: #666;
}
#activity_detail .wrap{
}
#activity_detail .lead_box{
  width: 100%;
  padding-bottom: 30px;
}
#activity_detail p.lead{
  width: 100%;
  line-height: 36px;
  font-size: 18px;
}
#activity_detail h4.ttl{
  font-size: 24px;
  font-weight: normal;
  line-height: 38px;
  color: #fc5392;
  padding-bottom: 30px;

}

#activity_detail .fbox div{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 20px;
}

#activity_detail .fbox div h4{
  width: 20%;
  min-width: 260px;
  display: block;
  padding-right: 20px;
  font-size: 20px;
    color: #da7fa3;
    font-weight: bold;

}
#activity_detail .fbox ul{
  padding: 10px 0 0 20px;
  border-left:1px solid #ffbdd7;
  margin-bottom: 10px;
}
#activity_detail .fbox li{
    color: #777;
    padding: 0 0 18px;
    font-size: 18px;
    line-height: 26px;
}
#activity_detail .entry_btn{ text-align:center; }

@media screen and (max-width: 959px) {
  #activity_detail .fbox div h4{
    color: #da7fa3;
    font-weight: bold;
  }

  #activity_detail .fbox div{
    flex-direction: column;
    align-items: flex-start;
    padding: 20px 20px 20px 0;
  }
  #activity_detail .fbox ul{
    border-left: none;
  }
  #activity_detail .fbox li{
    padding: 0 0 10px;
    font-size: 15px;
    line-height: 22px;
  }
}
/* ------- activity 活動 ---------- */
#activity{
  background: url("../img/philosophy_bg.png") no-repeat left -30px top;
  background-color: #fef5f5;
  min-height: 800px;
  padding-bottom: 150px;
}
#activity h2{
  padding: 100px 0 10px;
  font-weight: 100;
  font-size: 50px;
  letter-spacing: 2px;
  line-height: 70px;
  color: #fc5392;
}
#activity h3{
  font-size: 30px;
  font-weight: normal;
  padding: 0 0 30px 0;
  color: #666;
}
#activity .wrap{
  display: flex;
  justify-content: space-between;
  align-items: center;
}


#activity .slide {
  position: relative;
  width: 46%;
  height: 400px;
  overflow: hidden;
  border-radius: 10px;
}

#activity .slide-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  animation: slider-1 42s linear infinite;
}

#activity .slide-image:nth-child(1) {
  background-image: url("../img/activity/01.jpg");
  animation-delay: -2s;
}

#activity .slide-image:nth-child(2) {
  background-image: url("../img/activity/02.jpg");
  animation-delay: 5s;
}

#activity .slide-image:nth-child(3) {
  background-image: url("../img/activity/03.jpg");
  animation-delay: 12s;
}

#activity .slide-image:nth-child(4) {
  background-image: url("../img/activity/04.jpg");
  animation-delay: 19s;
}

#activity .slide-image:nth-child(5) {
  background-image: url("../img/activity/05.jpg");
  animation-delay: 26s;
}

#activity .slide-image:nth-child(6) {
  background-image: url("../img/activity/06.jpg");
  animation-delay: 33s;
}
@keyframes slider-1 {
  0% {
    opacity: 0;
    transform: scale(1);
  }
  4.16% {
    opacity: 1;
  }
  33.33% {
    opacity: 1;
  }
  41.66% {
    opacity: 0;
    transform: scale(1.2);
  }
  100% {
    opacity: 0;
  }
}

#activity .msg{
  width: 48%;
}
#activity .msg h4{
  font-size: 25px;
  line-height: 40px;
  font-weight: normal;
  color: #4b4b4b;
}
#activity .msg ul{ display:flex; justify-content: flex-start; align-items:center; flex-wrap: wrap; padding:30px 0; }
#activity .msg li{ padding:10px 20px; margin:0 10px 10px 0; background-color:#f7c3c3; border-radius:30px; }
#activity .msg a{ width:100%; }
#activity .msg a img{ width:100%; }

@media screen and (max-width: 1085px) {
  #activity .msg{ width: 46%;  }
  #activity .msg h4 br{
    display: none;
  }
  #activity .msg ul{ flex-direction:column; justify-content:flex-start; align-items:flex-start; }
  #activity .msg li{ width: max-content; }
  #activity .msg h4{ font-size:18px; }
  #activity .msg a{ width:100%; }
  #activity .msg a img{ width:100%; }
}
@media screen and (max-width: 959px) {
  #activity .wrap{ flex-wrap: wrap;}
  #activity .slide{ width:100%; height: 320px; }
  #activity .msg{ width:100%; }
  #activity .msg ul{ flex-direction:row; }
}

/* ------------ news ------------- */
#news{
  background: url("../img/philosophy_bg.png") no-repeat left -30px top;
  background-color: #fef5f5;
  min-height: 450px;
  padding-bottom: 30px;
}
#news h2{
  padding: 100px 0 10px;
  font-weight: 100;
  font-size: 40px;
  letter-spacing: 1px;
  line-height: 50px;
  color: #fc5392;
}
#news h3{
  font-size: 30px;
  font-weight: normal;
  padding: 0 0 30px 0;
  color: #666;
}
#news .wrap{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#news .inner{ position:relative; }
.mat{width: 350px; height: 40px; background: #fef5f5; 
  position: absolute;
  bottom: -20px;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 959px) {
 #news h3{ font-size: 22px;}
}


/* ------------footer----------------- */
footer {
   padding: 50px 0;
   top: 0;
   width: 100%;
   background: #999;
}
footer div{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 90%;
  margin: auto;
}
footer .footerlink{
  width: 22%;
}
footer .footerlink img{ width:100%; }
footer ul {
   list-style: none;
   margin: 0;
   display: flex;
}
footer li {
   margin: 0 0 0 15px;
   font-size: 14px;
}
footer li a{color: #fff;}

footer p.contact{
    width: 90%;
    margin: auto;
    text-align: right;
    font-weight: normal;
    color: #fff;
    font-size: 12px;
}
footer p.contact a{color: #fff;}
footer p.contact a:before{
  content:"";
}
.footerlink{
  display: flex;
  justify-content: flex-start;
  text-align: center;
}
.footerlink a{ display: inline-block;}
@media screen and (max-width: 959px) {
  footer .footerlink{ width: 50%;  }  
  footer ul { display: none;}
  footer div{ justify-content: center;}
  footer p.contact { text-align: center; padding: 20px 0 0 !important;}
  footer img{ width: 80%;}
  .footerlink{
    display: flex;
    justify-content: center;
  }
  .footerlink a:nth-child(1){text-align: center;}
  .footerlink a:nth-child(2){text-align: left;}
}
