
/* 20260107追加 */
#about .catchcopy {
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    margin: -15px 0 50px;
    line-height: 1.7;
}   
#about .anchor_box02{
    margin: 60px auto 50px;
}
#about .anchor_box02 ul {
    display: flex;
    justify-content: center;
    gap:20px;
}
#about .section01 h2 p.tit, 
#about .section02 h2 p.tit {
    font-size: 40px;
    font-style: normal;
    padding: 4px 0 10px;
}
#about .schedule_box02{
   padding: 45px 20px 52px;  
}
.subtit{
    display: flex;
    background: #363636;
    color:#fff;
    font-size: 28px;
    font-weight: bold;
    justify-content: center;
    gap: 30px;
    align-items: center;
    margin: 0 0 40px;
    padding: 8px;
    border-radius: 10px;
}
.subtit img{
    width: 29px;
}

.subtit02 img{
    width: 41px;
}
.sec_cont_box p{
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    margin: 0 0 5px;
}
#about .section01 .sec_cont_box02{
  padding-top: 60px;
}
#about .section01 ul>li .txt_box02 p{
    font-size: 16px;
}
#about .sec_cont_box02 .list_img img{
    width: 100%;
    border-radius: 40px;
}
#about .section01 .list{
    display: flex;
    justify-content: start;
    gap:  63px 66px;
    flex-wrap: wrap;
    margin: 37px 0 100px;
    align-items: stretch;
}
#about .section01 ul.list>li {
    margin-top: 0;
    width: 46.6346% ;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
#about .section01 ul.list .list_link{
  display: flex;
  height: auto;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
#about .section01 ul.list .list_link a{
    border: 1px solid #000;
    background: #fff;
    border-radius: 35px;
    transition: all 0.5s;
    margin: 0 auto;
    text-decoration: none;
    display: block;
    position: relative;
    text-align: center;
    width: 350px;
    height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px 0 0;
}
#about .section01 ul.list .list_link a:after {
    content: "";
    position: absolute;
    transition: all 0.5s;
    background: #000;
    height: calc(tan(60deg) * 18px / 2);
    width: 12px;
    top: 50%;
    right: 30px;
    transform: translate(0, -50%);
    clip-path: polygon(0 0, 100% 50%, 0 100%);
}
#about .section01 ul.list .list_link a:hover{
    background: #000;
    color:#fff;
}
#about .section01 ul.list .list_link a:hover:after{
    background: #fff;
}
#about .sec_cont_present{
  background: #FDF4F7;
  border-radius: 20px 20px;
  overflow: hidden;
}
.sec_cont_present ul{
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  
}
#about .section01 .sec_cont_present ul>li{
  width: calc(25% - 10px) ;
  margin:0;
}
#about .section01 .sec_cont_present ul>li img{
  object-fit: cover;
  aspect-ratio: 1/1;
  border-radius: 10px;
}
  
#about .sec_cont_present .content-box{
  padding: 0 50px 50px;
  width: 100%;
  box-sizing: border-box;
}
#about .sec_cont_present .tit{
    border-radius: 20px 20px 0 0;
    background: #FFDBDF;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 25px;
    padding-bottom: 25px;
    color:#EA1128;
    font-size: 40px;
    font-style: normal;
    padding: 6px 0 6px;
    gap: 30px;
}
#about .sec_cont_present .tit img{
  width: 85px;
}
#about .sec_cont_present p{
    font-size: 16px;
    margin: 45px 0 40px;
}

#about .sec_cont_present a{
    border: 1px solid #000;
    background: #fff;
    border-radius: 35px;
    transition: all 0.5s;
    margin: 0 auto;
    text-decoration: none;
    display: block;
    position: relative;
    text-align: center;
    width: 350px;
    height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px auto;
}
#about .sec_cont_present a:after {
    content: "";
    position: absolute;
    background: #000;
    height: calc(tan(60deg) * 18px / 2);
    width: 12px;
    top: 50%;
    right: 30px;
    transform: translate(0, -50%);
    clip-path: polygon(0 0, 100% 50%, 0 100%);
}
#about .sec_cont_present a:hover{
    background: #000;
    color:#fff;
}
#about .sec_cont_present a:hover:after{
    background: #fff;
}
#about .section02 .content-box {
  display: flex;
  justify-content: center;
  gap: 80px;
  padding: 65px 60px;
}
#about .section02 .content-box .item-img{
    width: 50%;
    text-align: center;
}
#about .section02 .content-box img{
  width: 367px;
}
#about .section02 .content-box p{
  text-align: left;
  font-size: 16px;
  line-height: 1.7;
  width: 50%;
}
#about .section02 ul{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
  padding-bottom: 70px;
  
}
#about .section02 ul>li{
  max-width: 280px ;
  margin:0;
}
#about .section02 ul>li img{
  object-fit: cover;
  aspect-ratio: 14/11;
  border-radius: 10px;
}
  
@media screen and (max-width: 1300px) {
  #about .catchcopy p {
    font-size: 2.1538vw;
    margin-top: -2.3077vw;
    margin-bottom: 2.3077vw;
  }
  #about .anchor_box02{
    margin-top: 2.3077vw;
    margin-bottom: 2.3077vw;
  }
  #about .anchor_box02 ul {
      gap:2vw;
  }
  #about .section01 h2 p.tit, 
  #about .section02 h2 p.tit {
      font-size: 3vw;
      padding: 4px 0 10px;
  }
  #about .schedule_box02{
    padding: 3vw 2.6667vw 3vw;  
  }
  .sec_cont_box p{
    font-size: 3.4333vw;
  }
  #about .section01 .sec_cont_box02 {
      padding-top:5vw;
  }
  .subtit{
      font-size: 3.333vw;
      gap: 1.5vw;
      margin: 0 0 3vw;
      padding: 1vw;
      border-radius:1vw;
  }
  .subtit img{
      width: 3vw;
  }
  .subtit02 img{
      width: 4vw;
  }
  #about .section01 ul>li .txt_box02 p{
      font-size: 1.6vw;
  }
  #about .sec_cont_box02 .list_img img{
      border-radius: 3.5vw;
  }
  #about .section01 .list{
      display: flex;
      gap:  4vw 6.7%;
      margin: 6vw 0 8vw;
  }
  #about .section01 ul.list .list_link a{
      max-width: 100%;
      padding: 0.4vw 0 0.4vw;
      height: 6vw;
      border-radius: 50px;
      font-size: 1.6vw;
      margin: 3vw 0 3vw;
  }
  #about .section01 ul.list .list_link a:after {
      height: calc(tan(60deg) * 2.1vw / 2);
      width: 1.4vw;
  }
  
  #about .sec_cont_present{
    background: #FDF4F7;
    border-radius: 1.5385vw 1.5385vw;
    overflow: hidden;
  }
  #about .sec_cont_present .content-box{
    padding: 0 6.6667% 4.1667%;
  }
  #about .sec_cont_present .tit{
      border-radius: 1.5385vw 1.5385vw 0 0;
      padding-top: 1.7vw;
      padding-bottom: 1.7vw;
      font-size: 3.8vw;
      font-style: normal;
      gap: 2.5vw;
  }
  #about .sec_cont_present .tit img{
    width: 8vw;
  }
  #about .sec_cont_present p{
      font-size: 2vw;
      margin: 4.5vw 0 4vw;
  }
  #about .sec_cont_present a{
      max-width: 100%;
      padding: 0.4vw 0 0.4vw;
      height: 6vw;
      border-radius: 50px;
      font-size: 1.6vw;
      margin: 3vw auto 3vw;
  }
  #about .sec_cont_present a:after {
      height: calc(tan(60deg) * 2.1vw / 2);
      width: 1.4vw;
  }
  #about .section02 .content-box {
    flex-wrap: wrap;
    flex-direction: column;
    gap: 5vw 0;
    padding: 3vw 6.6667% 4.1667%;
  }
  #about .section02 .content-box .item-img{
      width: 100%;
      text-align: center;
  }
  #about .section02 .content-box img{
    width: 50vw;
  }
  #about .section02 .content-box p{
    font-size: 2vw;
    line-height: 1.7;
    width: 100%;
  }
  
}
@media screen and (max-width: 700px) {
  #about .section01 .sec_cont_box02 {
      padding-bottom: 5vw;
  }  
  #about .section01 ul.list>li {
      margin-top: 0;
      width: 100% ;
      border-bottom: 1px solid #737373;
  }  
  #about .section01 ul>li .txt_box02 p{
      font-size: 2vw;
  }
  
  #about .section01 ul.list .list_link a{
      max-width: 100%;
      width: 60vw;
      padding: 0.7692vw 0 0.7692vw;
      border-radius: 50px;
      font-size: 2.6667vw;
      margin: 5vw 0 7vw;
  }
  #about .section01 ul.list .list_link a:after {
      height: calc(tan(60deg) * 3vw / 2);
      width: 2vw;
  }
  
  #about .sec_cont_present a{
      max-width: 100%;
      width: 60vw;
      padding: 0.7692vw 0 0.7692vw;
      border-radius: 50px;
      font-size: 2.6667vw;
      margin: 5vw auto 7vw;
  }
  #about .sec_cont_present a:after {
      height: calc(tan(60deg) * 3vw / 2);
      width: 2vw;
  }
  #about .section01 .sec_cont_present ul{
    display: flex;
    flex-wrap: wrap;
    gap: 2vw 2vw;
    flex-direction: row;
  }
  #about .section01 .sec_cont_present ul>li{
    width: 48% ;
    margin:0;
    border: none;
  }
  #about .section01 .sec_cont_present ul>li img{
    border-radius: 2vw;
    width: 100%;
  }    
  #about .section02 ul{
    gap: 2vw 2%;
    padding-bottom: 5vw;  
    padding: 3vw 6.6667% 4.1667%;
    box-sizing: border-box;
  }
  #about .section02 ul>li{
    width: 48%;
    margin:0;
    border: none;
    padding: 0;
  }
  #about .section02 ul>li img{
    object-fit: cover;
    aspect-ratio: 14/11;
    border-radius: 2vw;
    width: 100%;
  }
}