  img{
        width: 100%;
    }
.about_main_visual {
    background-image: url(../../images/about/takamatsu.webp);
}
.about_main_visual_fukuyama {
    background-image: url(../../images/about/fukuyama_main_bg.webp);
}
.about_main_visual_tokushima {
    background-image: url(../../images/about/tokushima_main_bg.webp);
}
.about_main_visual {
    /*width: 100vw;*/
    height: calc(100vw * 1 / 4);
    margin-top: 50px;
    display: flex;
    background-repeat: no-repeat;
    background-size: cover;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    margin-bottom: 100px;
    background-position: 50% 50%;
}
.about_main_visual h1{
    padding-top: 10px;
    font-size: 40px;
    letter-spacing: 5px;
}
.about_main_visual_fukuyama {
    /*width: 100vw;*/
    height: calc(100vw * 1 / 4);
    margin-top: 50px;
    display: flex;
    background-repeat: no-repeat;
    background-size: cover;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    margin-bottom: 100px;
    background-position: 50% 50%;
}
.about_main_visual_fukuyama h1{
    padding-top: 10px;
    font-size: 40px;
    letter-spacing: 5px;
}
.about_main_visual_tokushima {
    /*width: 100vw;*/
    height: calc(100vw * 1 / 4);
    margin-top: 50px;
    display: flex;
    background-repeat: no-repeat;
    background-size: cover;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    margin-bottom: 100px;
}
.about_main_visual_tokushima h1{
    padding-top: 10px;
    font-size: 40px;
    letter-spacing: 5px;
}
.gakka_intro {
    margin: 100px auto;
}

.reason_to_choose img{
   width: 100%;
}
.gakka_intro_box{ 
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}
.gakka_intro_box_txt {
    width: calc(100% / 2);
    justify-items: center;
    padding: 50px;
}
.gakka_intro_box_img {
    width: calc(100% / 2);
    justify-items: center;
}
.main_content_box {
    align-items: center;
    margin: 100px auto 50px;
}
.interveiw_lifestyle {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
}
.interveiw_lifestyle img{
    width: calc(100% / 3 - 5px);
}
table{
    /*border-collapse: collapse;*/
    margin: 50px auto;
}
td {
    border: 1px solid;
    border-collapse: collapse;
    padding: 5px 15px;
    text-align: center;
}

.student_interview {
    position: relative;
    height: 50vh;
    display: flex;
    align-content: center;
    align-items: center;
    margin: 100px auto;
    max-width: 760px;
}


.student_image {
    position: absolute;
    max-width: 360px;
    z-index: 1;
}
.student_interview_text {
    position: relative;
    margin-left: 180px;
    background: #013A7C;
    /* height: 50vh; */
    place-content: center;
    color: #fff;
    padding: 50px 0;
    border-radius: 30px;
}
.student_interview_text p{
    padding-left: 200px;
    padding-right: 50px;
}

.student_interview_01 {
    margin: 100px auto;
    display: flex;
    align-items: center;
}
.student_interview_01_text {
    width: calc(100% / 2);
}
.student_interview_01_text p{
    padding-right: 50px;
}
.student_interview_01_image {
    width: calc(100% / 2);
}
.student_interview_02 {
    margin: 100px auto;
    display: flex;
    align-items: center;
}
.student_interview_02_text {
    width: calc(100% / 2);
}
.student_interview_02_text p{
    padding-left: 50px;
}
.student_interview_02_image {
    width: calc(100% / 2);
}
.attraction_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.attraction_list_places {
    width: calc(100% / 4 - 10px);
    margin: 10px auto;
}
.attraction_list_places p{
    margin: 0 auto 10px;
    text-align: center;
}


.schedule{
    max-width: 700px;
    width: 98%;
    margin: 100px auto;
    text-align: center;
}

.college__fee {
    margin: 62px auto;
    text-align: center;
    text-align: -webkit-center;
}
.college__fee table{
    border-collapse: collapse;
}
.college__fee th {
    background: #86bfd9;
    color: #fff;
    border: 3px solid #fff;
    padding: 10px 30px;
}
.college__fee td {
    background: #e3dee1;
    border: 3px solid #fff;
    padding: 10px 30px;
}
.scholorship_table table {
    /*border-collapse: collapse;*/
    width: 880px;
    border: 2px solid #3483aa;
}
.scholorship_table {
    width: 100%;
    margin: 50px auto;
    text-align: center;
    text-align: -webkit-center;
    position: relative;
}
span.schol_ttl_big {
    color: #3483aa;
    font-size: 150%;
    font-weight: 800;
}
.scholorship_table td {
    border: 1px solid #fff;
    border-collapse: collapse;
    padding: 5px 15px;
    text-align: center;
}
.scholorship_table th {
    border: 3px solid #fff;
    border-radius: 15px;
}
.th_col {
    background: #3483aa;
    color: #fff;
}



@media screen and (max-width: 880px) {
    
    .scholorship_table{
        overflow-x: auto;
    }
}


@media screen and (max-width: 832px) {
    .about_main_visual, .about_main_visual_fukuyama, .about_main_visual_tokushima{
        height: calc(100vh * 1 / 3);
    }
    .about_main_visual h1, .about_main_visual_fukuyama h1, .about_main_visual_tokushima h1{
        font-size: 25px;
        letter-spacing: 2px;
    }
    .gakka_intro_box{
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
    .gakka_intro_box_txt{
        width: 100%;
        padding:0;
    }
    .gakka_intro_box_img{
        width: 100%;
    }
    .student_interview {
        width: 100%;
        flex-wrap: wrap;
        height: 100%;
    }
    .student_interview_text{
        position: relative;
        margin-left: 0;
        padding: 15px 0;
    }
    .student_interview_text p{
        padding: 0;
    }
    .student_image{
        position: relative;
        margin: auto;
    }
    .student_interview_01{
        flex-wrap: wrap;
    }
    .student_interview_01_text{
        width: 100%;
    }
    .student_interview_01_image{
        width: 100%;
    }
    .student_interview_01_text p{
        padding-right:0;
    }
    .student_interview_02{
        flex-wrap: wrap;
    }
    .student_interview_02_image{
        width: 100%;
    }
    .student_interview_02_text{
        width: 100%;
    }
    .student_interview_02_text p{
        padding-left: 0;
    }
    .attraction_list_places {
    width: calc(100% / 2 - 10px);
    margin: 10px auto;
}
}



@media screen and (max-width: 832px) {
#arrowAnim {
  display: flex!important;
  justify-content: center;
  align-items: center;
position: relative;
    top: 25px;
}

#arrowAnim .arrow {
  width: 10px;
  height: 10px;
  border: 0.5vw solid;
  border-color: black transparent transparent black;
  transform: rotate(135deg);
}
    .about_main_visual h1 {
        font-size: 25px;
        letter-spacing: 2px;
    }
    .college__fee{
        overflow-x: auto;
    }
    .college__fee th {
    padding: 10px 10px;
    min-width: 180px;
}
.arrowSliding {
  position: absolute;
  -webkit-animation: slide 4s linear infinite; 
          animation: slide 4s linear infinite;
}

.delay1 {
  -webkit-animation-delay: 1s; 
    animation-delay: 1s;
}
.delay2 {
  -webkit-animation-delay: 2s; 
    animation-delay: 2s;
}
.delay3 {
  -webkit-animation-delay: 3s; 
    animation-delay: 3s;
}

@-webkit-keyframes slide {
    0% { opacity:0; transform: translateX(-5vw); }	
   20% { opacity:1; transform: translateX(-3vw); }	
   80% { opacity:1; transform: translateX(3vw); }	
  100% { opacity:0; transform: translateX(5vw); }	
}
@keyframes slide {
    0% { opacity:0; transform: translateX(-5vw); }	
   20% { opacity:1; transform: translateX(-3vw); }	
   80% { opacity:1; transform: translateX(3vw); }	
  100% { opacity:0; transform: translateX(5vw); }	
}
}
