@charset "UTF-8";
#main{
  padding: 0;
  ul{
            list-style-type: none;
    ul{
    margin-left: 0;
            list-style-type: none;
            padding-left: 0;
    }
  }

/* 共通の設定 */
.fade-in-left,
.fade-in-right,
.fade-in-up,
.fade-in-down,
.fade-in,
.sec-inner {
 opacity: 0;
 transition: opacity 1s ease, transform 1s ease;
}

/* ビューポートに表示されたときの共通設定 */
.visible {
 opacity: 1;
}

/* 各アニメーションの初期設定 */
.fade-in-left {
 transform: translateX(-50px);
}

.fade-in-right {
 transform: translateX(50px);
}
.fade-in-up {
 transform: translateY(50px);
}
.sec-inner,
.fade-in-down {
 transform: translateY(-50px);
}

/* ビューポートに表示されたときの設定 */
.fade-in-left.visible,
.fade-in-right.visible,
.fade-in-up.visible,
.fade-in-down.visible,
.fade-in.visible
.sec-inner.visible {
 transform: translateX(0) translateY(0);
}
}
.pc{
    display: block;
  }
  .sp{
    display: none;
  }
.center{
  text-align: center;
  display: table;
  margin: 0 auto;
}
.bg{
  background: url(/wp-content/themes/takaren/img-home/bg.png) repeat top left;
}
.bg-blue{
  background-color: #F2F5FA;
}
.box{
  width: 100%;
  max-width: 1016px;
  margin: 0 auto;
  background-color:white;
  box-shadow: 0px 0px 7px #00000066;
}
.splide{
    width: 100%;
    /* max-height: 840px;
    overflow: hidden;
    position: relative; */
    /* &:after {
    content: '';
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0px;
      height: 150px;
        background: linear-gradient(to bottom left, transparent 70%, white 50%) right, linear-gradient(to bottom right, transparent 70%, white 50%) left;
       
        background-repeat: no-repeat;
        @media (max-width: 767px) {
          height: 100px;
        }
} */
    a{
      /* max-height: 840px; */
        object-fit: contain;
        object-position: bottom;
        margin: 0 auto;
        aspect-ratio: 2848/1680;
        @media (max-width: 767px) {
          aspect-ratio: 1500/2400;
        }
        
      
    }
}
.award{
  width: 100%;
  max-width: 1016px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3,1fr);
  padding-left: 0;
  li{
    img{
      height: 154px;
      margin: 0 auto;
    }
    p{
      font-size: 20px;
      font-weight: bold;
      text-align: center;
    }
  }
}
.box-column{
  width: 100%;
  max-width: 1016px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 40px;
  padding-left: 0;
  li{
    background-color:white;
  box-shadow: 0px 0px 7px #00000066;
  h2{
    background-color: #004098;
    color: white;
    font-size: 28px;
    font-weight: bold;
    width: 100%;
    padding: 20px 0;
  }
  }
  .img{
    padding: 0 25px;
    height: 338px;
    display: flex;
    justify-content: center;
    align-items: center;
       width: 100%;
    img{
    max-height: 338px;
    margin: 0 auto;
    display: table;
    width: 100%;
    object-fit: contain;
    }

  }
  .text-header{
    font-size: 22px;
    span{
      font-size: 18px;
      color: #808080;
    }
  }
  .text-body{
    font-size: 18px;
    padding: 0 40px;
    margin: 30px 0;
  }
  .btn{
    max-width: 280px;
  }
}
.box-media{
  width: 100%;
  max-width: 1016px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 35px;
  padding-left: 0;
  li{
    text-align: center;
    a{
      img{
        width: auto;
        height: 250px;
         margin: 0 auto;
      }
      p{
        font-size: 18px;
        font-weight: bold;
        padding-top: 30px;
        span{
          color: #B4B4B4;
        }
      }
    }
  }
}
.lead{
  font-size: 40px;
  font-weight: bold;
}
.title{
  font-size: 32px;
  font-weight: bold;
  width: 100%;
}
.title-sub{
   width: 100%;
 font-size: 26px;
   font-weight: bold;
    color: white;
    background-color: #004098;
    margin: 0;
    padding: 30px 0 15px;
    position: relative;
    &::after{
      content: '';
        position: absolute;
        top: 99%;
        left: 0;
        background: #004098;
        height: calc(tan(60deg)* 20px / 2);
        width: 100%;
        clip-path: polygon(50% 100%, 0 0, 100% 0);
    }
}
.link{
  display: grid;
  grid-template-columns: repeat(3,1fr);
  padding: 40px 50px 25px;
  gap: 50px;
  h5{
    font-size: 16px;
    color: #7F7F7F;
    border-bottom: 1px solid #D8D8D8;
    padding-bottom: 10px;
  }
  ul{
    li{
      a{
        color: #363636 !important;
        line-height: 1.8;
        font-weight: bold;
      &::before{
        content: "＞";
        color: #2B9CFC;
        margin-right: 5px;
      }
      }
    }
  }
}
.sns{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  padding-left: 0;
}
.bold{
  font-weight: bold;
  line-height: 1.6;
}
.btn{
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
    font-size: 18px;
    color: white;
    background-color: #2B9CFC;
    border-radius: 50px;
    max-width: 330px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.4;
    padding: 1rem 0;
    font-weight: bold;
    min-height: 80px;
    &:hover{
      color: white;
      opacity: .8;
    }
}

/* section */
.box-img{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
}
.w625{
  display: table;
  margin: 0 auto;
  max-width: 625px;
}
.home-sec1{
  p{
    font-size: 20px;
  }
}
.home-sec2,
.home-sec3,
.home-sec4,
.home-sec5{
  .lead{
    font-size: 26px;
  }
}
.home-sec6{
  .list{
    width: 100%;
    max-width: 780px;
    margin: 0 auto;
    padding-left: 0;
    li{
      border-top: solid 1px #E2E2E2;
      padding: 25px 0;
      &:last-child{
        border-bottom: solid 1px #E2E2E2;
      }
    }
    .time{
      font-size: 18px;
      color: #B4B4B4;
    }
  }
}
.contact{
  text-align: center;
  background-color: #004098;
  margin: 0;
  padding: 25px 0;
  .btn{
    color: #004098;
    background-color: white;
    padding: 25px 0;
  }
}

#footer{
    background: url(/wp-content/themes/takaren/img-home/bg.png) repeat top left;
    padding: 60px 0 25px;
    .footer-inner{
        width: 100%;
    max-width: 1016px;
    margin: 0 auto;
    color:black ;
    }


.link-three{
   border-bottom: 1px solid #004098;
      padding-bottom: 50px;
      padding-left: 0;
  .item{
display: grid;
  grid-template-columns: repeat(3,1fr);
  padding: 0 50px;
  gap: 50px;
  }

  ul{
      a{
        color: #363636 !important;
        line-height: 1.8;
        font-weight: bold;
      &::before{
        content: "＞";
        color: #2B9CFC;
        margin-right: 5px;
      }
    }
  }
}

.link-second{
  border-bottom: 1px solid #004098;
display: grid;
  grid-template-columns: repeat(2,1fr);
  padding: 0 50px;
  gap: 50px;
  align-items: center;
  ul{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    align-items: center;
    padding-bottom: 50px;
    
    .img{
  
      text-align: center;
          a{
            display: inline-block;
               margin: 0 auto;
      }
    }
    .item{
      a{
        color: #363636 !important;
        line-height: 1.8;
        font-weight: bold;
      &::before{
        content: "＞";
        color: #2B9CFC;
        margin-right: 5px;
      }
      }
    }
  }
}
.logo{
      display: flex;
      align-items:center;
      justify-content: space-around;
      border-bottom: 1px solid #004098;
      padding-bottom: 25px;
      padding-left: 0;
      li{
        font-size: 18px;
        font-weight: bold;
        line-height: 2;
        strong{
          font-size: 24px;
        }
      }
    }
    .youtube{
      text-align: center;
      border-bottom: 1px solid #004098;
      padding:25px 0 50px;

      a{
            display: inline-block;
            margin: 0 auto;
      }
    }
    .sponsorship{
      max-width: 700px;
      margin: 50px auto 50px;
      background: white;
      border-radius: 10px;
      padding: 10px 30px 30px;
      .iso{
        font-size: 11px;
        color: #808080; max-width: 500px;
      }
      ul{
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        max-width: 500px;
        padding-left: 0;
        li{
          font-size: 11px;
        color: #808080;
          &:first-child{
            white-space: nowrap;
          }
        }
      }
    }
    address{
      margin-bottom: 0;
      text-align: center;
       color: #808080;
    }
}

@media (max-width: 1440px) {
  .lead{
  font-size: calc(25px + 15 * ((100vw - 375px) / (1440 - 375)));
}
.home-sec1{
  p{
   font-size: calc(15px + 5 * ((100vw - 375px) / (1440 - 375)));
  }
}
.home-sec2,
.home-sec3,
.home-sec4,
.home-sec5{
  .lead{
    font-size: calc(20px + 6 * ((100vw - 375px) / (1440 - 375)));
  }
}

.link{
  display: grid;
  grid-template-columns: repeat(2,1fr);
  padding: 40px calc(25px + 25 * ((100vw - 375px) / (1440 - 375))) 25px;
  gap: calc(25px + 25 * ((100vw - 375px) / (1440 - 375)));
  h5{
    font-size: 16px;
    color: #7F7F7F;
    border-bottom: 1px solid #D8D8D8;
    padding-bottom: 10px;
  }
  ul{
    li{
      a{
        color: #363636 !important;
        line-height: 1.8;
        font-weight: bold;
      &::before{
        content: "＞";
        color: #2B9CFC;
        margin-right: 5px;
      }
      }
    }
  }
}
.title{
  font-size: calc(22px + 10 * ((100vw - 375px) / (1440 - 375)));
}
 .title-sub{
 font-size: calc(19px + 7 * ((100vw - 375px) / (1440 - 375)));
    padding: calc(19px + 7 * ((100vw - 375px) / (1440 - 375))) 0 15px;
}
  .home-vi{
 padding: 20px 0 0 0;
  }
}
@media (max-width: 428px) {
  .pc{
    display: none;
  }
  .sp{
    display: block;
  }
  .sec-inner{
    padding: 0 15px;
  }
  .title{
  font-size: 22px;
}
.bg-blue{
  padding-left: 15px;
  padding-right: 15px;
}
.home-vi{
   padding: 40px 0 0 0;
  }
  .lead{
  font-size: 25px;
  }
  .home-sec1{
  p{
  font-size: 15px;
  }
  .title-sub{
 font-size: 19px;
    padding: 19px 0;
}
}
  .home-sec2{
   .box-img{
  display: grid;
  grid-template-columns: repeat(2,1fr);
}
.logo-kokorocare{
  max-width: 200px;
}
  }
  .home-sec4{
    .box-img{
  display: grid;
  grid-template-columns: repeat(2,1fr);
}
.logo-seisuke88{
  max-width: 125px;
}
p{
 padding-left: 15px;
  padding-right: 15px;
}
  }

  .home-sec5{
    .box-img{
      display: block;
}
.logo-otakara{
  max-width: 255px;
}
p{
  padding-right: 15px;
  padding-left: 15px;
}
  }

  .home-sec6{
    .list{
      li{
        a{
          font-size: 15px;
        }
        
      }
       .time{
      font-size: 13px;
    }
    
    }
  }
  
.box-column{
  grid-template-columns: repeat(1,1fr);
  gap: 20px;
  li{
  h2{
    font-size: 20px;
  }
  }
  .img{
    height: 239px;
    img{
    max-height: 239px;
    width: 100%;
    }

  }
  .text-header{
    font-size: 16px;
    span{
      font-size: 14px;
      color: #808080;
    }
  }
  .text-body{
    font-size: 15px;
    padding: 0 25px;
    margin: 30px 0;
  }
  .btn{
    max-width: 200px;
  }
}


.box-media{
  grid-template-columns: repeat(1,1fr);
  gap: 30px;
  li{
    text-align: center;
    a{
      img{
        height: 190px;
         margin: 0 auto;
      }
      p{
        font-size: 14px;
        padding-top: 21px;
      }
    }
  }
}
.contact{
  text-align: center;
  background-color: #004098;
  margin: 0;
  padding: 20px 0;
  .btn{
    color: #004098;
    background-color: white;
    max-width: 230px;
    padding: 20px 0;
  }
}

.splide{
    &:after {
    content: '';
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0px;
        height: 40px;
        background: linear-gradient(to bottom left, transparent 70%, white 50%) right, linear-gradient(to bottom right, transparent 70%, white 50%) left;
        /* background-size: 100% 100%; */
        background-repeat: no-repeat;
}
}
.award{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  li{
    width: 50%;
    &:first-child{
width: 100%;
    }
    img{
      height: 90px;
    }
    p{
      font-size: 12px;
    }
  }
}
.home-sec2,
.home-sec3,
.home-sec4,
.home-sec5{
  .lead{
    font-size: 20px;
  }
}

.link{
  display: grid;
  grid-template-columns: repeat(1,1fr);
  padding: 20px 25px 14px;
  gap: 25px;
  h5{
    font-size: 15px;
    padding-bottom: 5px;
  }
}
.sns{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  img{
    max-width: 35px;
  }
}

.btn{
    font-size: 15px;
    max-width: 230px;
    padding: 1.5rem 0;
    min-height: 0;
}


#footer{
    padding: 30px 15px 12px;
.link-three{
      padding-bottom: 25px;
  .item{
  display: block;
  padding: 0 15px;
  gap: 0;
  }

  ul{
    margin-bottom: 0;
  }
}

.link-second{
display: grid;
  grid-template-columns: repeat(1,1fr);
  padding: 0;
  gap: 15px;
  ul{
    display: grid;
    grid-template-columns: repeat(1,1fr);
    align-items: center;
    padding-bottom: 25px;
    gap: 15px;
    
    .img{
      text-align: center;
    }
  }
}
.logo{
      display: block;
      padding-bottom: 25px;
      text-align: center;
      li{
        font-size: 14px;
        strong{
          font-size: 18px;
        }
        img{
          max-width: 187px;
          margin: 0 auto;
        }
      }
    }
    .youtube{
      padding:15px 0 35px;
    }
    .sponsorship{
      max-width: 700px;
      margin: 35px auto;
      background: white;
      border-radius: 10px;
      padding: 12px 15px 15px;
      .iso{
        font-size: 11px;
        color: #808080; max-width: 500px;
      }
      ul{
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        max-width: 500px;
        li{
          font-size: 11px;
        color: #808080;
          &:first-child{
            white-space: nowrap;
          }
        }
      }
    }
    address{
      margin-bottom: 0;
      text-align: center;
       color: #808080;
    }
}

}