
.about_main_visual {
    background-image: url(../../images/support/support_bg.webp);
    background-color: #ffeee6;
}
.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;
}
.about_main_visual h1{
    padding-top: 10px;
    font-size: 40px;
    letter-spacing: 5px;
}
   
.support{
    margin: 100px auto;
}
.support_box_01, .support_box_02, .support_box_03, .support_box_04, .support_box_05, .support_box_06 {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    margin: 150px auto;
}
.support_txt {
  max-width: 400px;
  margin:auto 70px;
}
.support_box_txt {
    width: calc(100% / 2);
    justify-items: center;
}
.support_para_title {
    font-weight: 700;
    font-size: 20px;
}
.support_para_title span {
    font-size: 60px;
    font-family: "Noto Sans JP";
    color: #A94247;
    font-weight: 700;
}
.support_box_img {
    width: calc(100% / 2);
    justify-items: center;
}
.support img {
    width: 100%;
}
.living_expenses table{
    border-collapse: collapse;
}
.living_expenses th {
    background: #8f807d;
    color: #fff;
    padding: 5px 20px;
    border: 1px solid #fff;
}
.living_expenses td:first-child {
    text-align: center;
}
.living_expenses td {
    text-align: right;
    padding: 5px 15px;
    border: 1px solid #333;
}
.living_expenses th.ac{
    background:#8f7f59;
}
.living_expenses td.ac{
    background:#faf682;
}
.living_expenses td.ac_ttl{
    background:#d6c97e;
    font-size: 120%;
    font-weight: 700;
    text-decoration: underline;
    text-decoration-color:red;
    text-decoration-thickness: 2px;
}
.compare_txt {
    font-size: 35px;
    text-align: center;
    font-family: "source-han-sans-japanese", sans-serif;
    margin: 30px auto;
    font-weight: 600;
    color: #8f807d;
    text-shadow: 4px 3px 2px #bbbbbb;
    padding-top: 20px;
}
span.txtYellow {
    color: #f7966b;
}
.main_content_box{
    margin: 85px auto;
}
.living_expenses {
    margin: auto;
    text-align: -webkit-center;
}


.student_interview {
    position: relative;
    /*height: 50vh;*/
    display: flex;
    align-content: center;
    align-items: center;
    margin: 50px auto 0;
    max-width: 760px;
}


.student_image {
    position: absolute;
    max-width: 434px;
    z-index: 1;
}
.student_image img{
    width: 100%;
}
.student_interview_text {
    position: relative;
    margin-left: 180px;
    background: #8f807d;
    /* height: 50vh; */
    place-content: center;
    color: #fff;
    padding: 50px 0;
    border-radius: 30px;
}
.student_interview_text p{
    padding-left: 200px;
    padding-right: 50px;
}
.expenses__table{
    width: 620px;
}
.scrollable__table{
    overflow-x: auto;
}

@media screen and (max-width: 832px) {
 .about_main_visual {
    /* width: 100vw; */
    height: calc(100vh * 1 / 4);
     background-size: contain;
     background-position: bottom;
    }
    .about_main_visual h1{
        font-size: 25px;
        }
    
    .support_box_01, .support_box_02, .support_box_03, .support_box_04, .support_box_05, .support_box_06 {
    display: flex;
    flex-wrap: wrap;
    }
    
    p{
        margin: 15px auto;
    }
    .student_interview {
        display: block;
    }
    .student_image {
    position: relative;
    max-width: 260px;
    z-index: -1;
    top: 23px;
}
    .student_interview_text p{
        padding: 0;
    }
    .student_interview_text{
        margin-left: 0;
        padding: 15px 10px;
    }
    .compare_txt{
        font-size: 25px;
    }
}


@media screen and (max-width: 580px) {
    #wrap{
        margin: 15px;
    }
    .support_box_txt{
        width: 100%;
    }
    .support_txt{
        max-width: 580px;
        width: 96%;
        margin: 0 auto;
    }
    .support_box_img{
        width: 100%;
    }
    .flex_box {
    display: flex;
    flex-wrap: nowrap;
    }
    .support_box_01, .support_box_02, .support_box_03, .support_box_04, .support_box_05, .support_box_06{
        margin: 80px auto;
    }
    
    .support_box_02, .support_box_04, .support_box_06 {
        flex-direction: column-reverse;
    }
}


@media screen and (max-width: 620px) {
#arrowAnim {
  display: flex!important;
  justify-content: center;
  align-items: center;
    margin: 15px;
}

.arrow {
  width: 10px;
  height: 10px;
  border: 0.5vw solid;
  border-color: black transparent transparent black;
  transform: rotate(135deg);
}


.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); }	
}
}


