.main_kv-wrap{
  padding-bottom: 35px;
}
.main-visual{
  border-radius: 0;
}
.main-visual-top-text{
  text-align: center;
  justify-content: center;
  align-items: center;
  align-items: center;
  font-size: 28px;
  font-weight: 700;
  width: calc(100% - 20px);
  display: flex;
  gap: 25px;
  margin: 0 auto 45px;
  line-height: 1.7;
}
#about .anchor_box02 {
  margin: 0px auto 50px;
  padding: 0;
}
#about .anchor_box p{
  margin-top: 0;
}
#about .schedule_box p.gothic_txt{
  margin-bottom: 0;
}
#about .schedule_box p.gothic_txt02{
  margin-bottom: 30px;
  font-size: 16px;
}
.schedule_box02 .item-img{
  text-align: center;
  margin: 52px auto 24px;
}
#about .section01{
  background: #fff;    
  padding-bottom: 60px;
  border-radius: 0 0 20px 20px;
}
.section01 h2{
  position: relative;
}
.icon03{
  margin-right: 40px;
}
#about .section01 .sec_cont_box {
    padding: 0 4% 0;
}
#about .section01 h2 span.small{
  color: #fff;
  font-size: 24px;
  background: none;
  padding: 0;
  margin-right: 15px;
  display: inline-block;
}
#about .section01 .sec_cont_box02 {
    padding-top: 20px;
}
#about .section01 h2 {  
    width: 1040px;
    max-width: 100%;
    margin: 0 auto;
    border-radius: 20px;
    background: #ea1128;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 9px;
}

#about .section02 h2 {  
    width: 1040px;
    max-width: 100%;
    margin: 0 auto;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 9px;
}

#about .section01 h2 .tit{  
  display: flex;
  justify-content: center;
  align-items: center;
}
#about .section01 h2.title02{
    border-radius: 20px;
    background: #07237E;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 9px;
}
#about .section01 ul li .list_img02 {
    margin-top: 0;
}
#about .section01 ul li .list_img02 img {
   border-radius: 0;
}
.icon04{
  margin-right: 40px;
}
#about .section01 .sec_cont_bt02 .list {
    gap: 40px 66px;
    margin-bottom: 50px;
}
#about .section01 .sec_cont_bt02 ul li .txt_box02 b, 
#about .section02 .sec_cont_bt02 ul li .txt_box02 b {
    color: #000;
    text-align: left;
    line-height: 1.3;
    margin:15px 0 10px ;
}
#about .section01 .sec_cont_bt02 ul li .txt_box02 p {
    text-align: left;
    font-weight: 400;
    margin:15px 0 0 ;
}
.sec_cont_box-ttl{
  font-size: 40px;
  text-align: center;

}
#about .section02 {
  background: #fff;    
  padding: 43px 0 40px;
  border-radius: 20px 20px;
}
#about .section02 .content-box {
  flex-direction: column;
  text-align: center;
  padding: 30px 30px 0 30px;
  gap: 60px;
}
#about .section02 .content-box .item-img{
    margin: 0 auto;
}
#about .section02 .content-box p{
  text-align: center;
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 50px;
  line-height: 1.8;
}
#about .section02 .content-box .item-img02 {
  width: 100%;
  padding: 20px 0 50px;
}
#section02 .content-box .item-img02 img{
  width: auto;
}
#about .section03 {
    margin-top: 65px;
    padding-top: 0;
    padding-bottom: 65px;
    background: 20px;
}
#about .sec_cont_bt02 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 80px;
}
#about .sec_cont_bt02 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 .sec_cont_bt02 a:hover {
    background: #000;
    color: #fff;
}
#about .sec_cont_bt02 a:hover:after {
    background: #fff;
}
#about #section03 .cont_wrap{
    flex-direction: column-reverse;
    display: flex;
    margin-top: 50px;
}
#about #section03  .cont_bt{
      margin:0;
}
#about #section03  .cont_top{
      margin:0;
}
@media screen and (max-width: 1300px) {
    #about .section01 .sec_cont_bt02 .list {
        gap: 4vw 6.7%;
        margin: 6vw 0 8vw;
    }
    #about #section03 .cont_wrap{
        margin: 3.8461vw 0 0;
    }
}
@media screen and (max-width: 700px) {
  .main-visual-top-text img{
    width: 15vw;
  }
  .main-visual-top-text{
    font-size: 3.7vw;
    width: calc(100% - 20px);
    gap: 10px;
    line-height: 1.4;
  }
  #about .anchor_box02 {
    margin: 0px auto 3vw;
  }
  #about .schedule_box p.gothic_txt02{
    margin-bottom: 4vw;
    font-size: 2vw;
  }
  .schedule_box02 .item-img{
    margin: 3vw auto 2vw;
  }
  #about .section01{
    padding-bottom: 4vw;
    border-radius: 1.5385vw;
  }
  .section01 h2{
    position: relative;
  }
  .icon03{
    height: 10vw;
    margin-right: 5vw;
  }
  #about .section01 h2 span.small{
    font-size: 4vw;
    margin-right: 2vw;
    display: inline-block;
  }
  #about .section01 .sec_cont_box02 {
      padding-top: 4vw;
  }
  #about .section01 h2, 
  #about .section02 h2 {
    border-radius: 1.5385vw;
    padding-top: 2vw;
    padding-bottom: 2vw;
  }
  #about .section01 h2 p.tit, #about .section02 h2 p.tit{
    font-size: 4.5vw;
    margin: 0;
    padding: 0.5vw 0;
    width: 100%;
  }
  #about .section01 h2.title02{
    border-radius: 1.5385vw;
    padding-top: 2vw;
    padding-bottom: 2vw;
  }
  .icon04{
    height: 10vw;
    margin-right: 5vw;
  }
  #about .section01 .sec_cont_bt02 .list {
    gap: 4vw 6.7%;
  }
  #about .section01 .sec_cont_bt02 ul li .txt_box02 b, 
  #about .section02 .sec_cont_bt02 ul li .txt_box02 b {
      margin: 1vw 0 1vw ;
  }
  #about .section01 .sec_cont_bt02 ul li .txt_box02 p {
      text-align: left;
      font-weight: 400;
      margin: 0 0 6vw  0;
  }
  .sec_cont_box-ttl{
    font-size: 3.8vw;
  }
  #about .section02 {
    background: #fff;    
    padding: 6vw 0 6vw;
    border-radius: 1.5385vw;
  }
  #about .section02 .content-box {
    padding: 5vw 4.5vw 0 4.5vw;
    gap: 7vw;
  }
  #about .section02 .content-box img{
      margin: 0 auto;
  }
  #about .section02 .content-box p{
    margin-bottom: 7vw;
  }
  #about .section02 .content-box .item-img02 {
    padding: 3vw 0 7vw;
  }
  #about .section03 {
      margin-top: 8vw;
      padding-bottom: 8vw;
      background: 3vw;
  }
  #about .section01 .sec_cont_bt02 .list {
    margin-bottom: 6vw;
  }
  #about .sec_cont_bt02 a {
    max-width: 100%;
    width: 60vw;
    padding: 0.7692vw 0 0.7692vw;
    border-radius: 50px;
    font-size: 2.6667vw;
    height: 6vw;
    margin: 5vw auto 12vw;
  }
  #about .section03 .cont_wrap {
      padding: 4.8vw 0 0 0;
      margin-top: 4.8vw;
      gap:1.5vw;
  }
}

#about .section03 .cont_tit_box .cont_tit {
    font-size: 22px;
    font-weight: bold;
    line-height: 1.3;
    color: #000;
    padding: 30px 0 15px 0;
}

#about .section03 .cont_black .cont_txt {
    width: 100%;
    justify-content: center;
    align-items: center;
    letter-spacing: 0;
    padding: 30px;
}

#about .section03 .cont_black .txt_box {
    width: 500px;
    margin-left: 0;
    margin-right: 40px;
}

#about .section03 .cont_black .link_txt_box {
    padding: 5px 0 0 0;
    font-size: 12px;
    font-weight: 300;
    text-align: center;
}

@media screen and (max-width: 1300px) {
    #about .section03 .cont_tit_box .cont_tit {
        font-size: 2vw;
    }
    #about .section03 .cont_black .cont_txt {
        width: 100%;
    }
    #about .section03 .cont_black .txt_box {
      width: 500px;
      margin-left: 40px;
      margin-right: 40px;
  }
  #about .section03 .cont_top.cont_black .txt_box b {
        text-align: center;
        padding: 0;
        margin-bottom: 2vw;
    }
}

@media screen and (max-width: 700px) {
    #about .section03 .cont_tit_box .cont_tit {
        font-size: 3.5vw;
        line-height: 1.6;
        letter-spacing: -0.03em;
    }
    #about .section03 .cont_black .txt_box {
      width: auto;
      margin-left: 30px;
      margin-right: 30px;
  }
     #about .section03 .cont_black.cont_bt .cont_txt {
        padding-top: 30px;
    }
    #about .section03 .cont_top.cont_black .txt_box::after {
        background-image: none;
    }
    #about .section03 .cont_black .link_txt_box {
    padding: 0;
    font-size: 2vw;
}
}

.sec_cont_present_righttext{
    text-align: right;
    margin-top: 10px;
}

@media screen and (max-width: 700px) {
    .sec_cont_present_righttext{
    margin-top: 0;
  }
}


#about .section01 .list-02{
    display: flex;
    justify-content: start;
    gap:  63px 66px;
    flex-wrap: wrap;
    margin: 0 0 0;
    align-items: stretch;
}
#about .section01 ul.list-02>li {
    margin-top: 0;
    width: 45% ;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
#about .section01 ul.list-02 .list_link{
  display: flex;
  height: auto;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
#about .section01 ul.list-02 .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-02 .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-02 .list_link a:hover{
    background: #000;
    color:#fff;
}
#about .section01 ul.list-02 .list_link a:hover:after{
    background: #fff;
}

@media screen and (max-width: 1300px) {
  #about .section01 .list-02{
      display: flex;
      gap:  4vw 6.7%;
      margin: 0 0 0;
  }
  #about .section01 ul.list-02 .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-02 .list_link a:after {
      height: calc(tan(60deg) * 2.1vw / 2);
      width: 1.4vw;
  }
}

@media screen and (max-width: 700px) {

  #about .section01 ul.list-02>li {
      margin-top: 0;
      width: 100% ;
      border-bottom: 1px solid #737373;
  }  
 
  #about .section01 ul.list-02 .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-02 .list_link a:after {
      height: calc(tan(60deg) * 3vw / 2);
      width: 2vw;
  }
}

#about .section01 .bg-01{
  background: linear-gradient(to bottom, #E9E9E9, #ffffff);
  border-radius: 20px;
  padding: 30px 50px;
  margin-top: -30px;
  margin-bottom: 100px;
}

@media screen and (max-width: 700px) {
  #about .section01 .bg-01{
    padding: 25px 30px;
    margin-bottom: 80px;
  }
}