/* 共通 */
.mv_movie_head,
.section_title_en,
.section_title_btn,
.news_date,
.messeage_title,
.messeage_content_human_name_en,
.company_btn_text_en,
.business_menu_title_en,
.business_info_title_en,
.loading_copy{
    font-family: 'Oswald', sans-serif;
}

.news_container,
.philosophy_container,
.strength_container,
.messeage_container,
.company_container,
.business_container,
.contact_container{
    max-width: 1200px;
}

.section_title_wrap{
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
}
.section_title_wrap::after{
    content: "";
    display: block;
    border-top: 1px dotted #000;
    margin-top: 15px;
    width: 100%;
}

.section_title_en{
    /* display: flex;
    align-items: center; */
    font-size: 64px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: .2em;
    padding-left: 50px;
    position: relative;
}
.section_title_en::before{
    content: "";
    background-color: #f05050;
    display: block;
    width: 6px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.section_title_en span{
    letter-spacing: .2em;
}
.section_title_ja{
    align-self: center;
    font-size: 17px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Helvetica Neue","Hiragino Kaku Gothic ProN", sans-serif;
    margin-left: 25px;
}

.section_title_btn{
    color: #000;
    display: block;
    font-size: 20px;
    font-weight: 400;
    margin-left: auto;
}
.section_title_btn::after{
    content: "";
    background-image: url("../images/common/btn_pink_arrow.svg");
    background-size: cover;
    display: inline-block;
    margin-left: 20px;
    width: 7px;
    height: 15.75px;
    transition: all .3s ease-out;
}
.section_title_btn:hover.section_title_btn::after{
    margin-left: 25px;
    margin-right: -5px;
}


/* メインビジュアル */
.section_mv{
    width: 100%;
    height: 100%;
    position: relative;
}

.mv_bg{
    display: block;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.mv_bg.sp{
    display: none;
}

.section_mv .more_btn{
    background-color: #fff;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    justify-content: flex-start;
    padding-left: 5%;
    padding-right: 30px;
    font-size: 19px;
    width: auto;
    position: absolute;
    bottom: 17%;
    left: 0;
}
.section_mv .more_btn_text{
    color: #000;
}
.section_mv .more_btn_text::after{
    background-image: url('../images/common/btn_pink_arrow.svg');
    margin-left: 20px;
}

.mv_sns_container{
    display: flex;
    position: absolute;
    bottom: 17%;
    right: 5%;
}

.mv_sns_link{
    display: block;
    width: 35px;
}
.mv_sns_link:nth-child(n+2){
    margin-left: 15px;
}

.mv_sns_icon{
    display: block;
    width: 100%;
    height: auto;
}

.mv_news_container{
    display: none;
}


/* 新着情報 */
.section_news{
    margin-top: -80px;
    position: relative;
}

.news_container{
    background-color: #fff;
    border: 1px solid #d3d3d4;
    box-shadow: 4px 3px 4px rgba(0, 0, 0, .3);
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
    padding: 45px 40px 65px;
    width: 90%;
}

.news_content_inner{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 45px;
}

.news_line{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 50%;
}
.news_line:nth-child(odd){
    
    padding-right: 15px;
}
.news_line:nth-child(n+3){
    margin-top: 40px;
}

.news_date{
    color: #000;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: .1em;
    margin-right: 15px;
}
.news_cate{
    background-color: #f0f0f0;
    color: #000;
    font-size: 12px;
    padding: 4px 15px;
    text-align: center;
    min-width: 100px;
}

.news_title{
    color: #000;
    font-size: 15px;
    font-weight: bold;
    line-height: 2;
    margin-top: 10px;
    text-align: justify;
    width: 100%;
}

.news_container .more_btn,
.news_sns_inner,
.news_scroll_inner{
    display: none;
}


/* 企業理念 */
.section_philosophy{
    padding-top: 60px;
    padding-bottom: 90px;
}

.philosophy_container{
    margin-left: auto;
    margin-right: auto;
    width: 90%;
}

.philosophy_container .section_title_wrap{
    margin-bottom: 45px;
}

.philosophy_img_wrap{
    display: flex;
    align-items: center;
    overflow: hidden;
    width: 100%;
}

.philosophy_img_box{
    display: block;
    padding-left: 2.3%;
    padding-right: 2.3%;
    min-width: 205%;
}
.philosophy_img_box:first-child{
    animation-name: loop;
    animation-duration: 120s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}
.philosophy_img_box.anim_reverse:first-child{
    animation-direction: reverse;
}
 
.philosophy_img_box:nth-child(2){
    animation-name: loop02;
    animation-duration: 120s;
    animation-delay: -80s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}
.philosophy_img_box.anim_reverse:nth-child(2){
    animation-direction: reverse;
}
 
.philosophy_img_box:last-child{
    animation-name: loop03;
    animation-duration: 120s;
    animation-delay: -40s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}
.philosophy_img_box.anim_reverse:last-child{
    animation-direction: reverse;
}

@keyframes loop{
    0%{
      transform: translateX(200%);
    }
    100%{
      transform: translateX(-100%);
    }
}
   
@keyframes loop02{
    0%{
      transform: translateX(100%);
    }
    100%{
      transform: translateX(-200%);
    }
}
   
@keyframes loop03{
    0%{
      transform: translateX(0%);
    }
    100%{
      transform: translateX(-300%);
    }
}

.philosophy_img{
    display: block;
    width: 100%;
    height: auto;
}

.philosophy_content_wrap{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 45px auto;
    width: 96%;
}

.philosophy_content_logo_box{
    display: block;
    width: 44%;
}

.philosophy_content_logo{
    display: block;
    width: 100%;
    height: auto;
}

.philosophy_text_inner{
    width: 52%;
}

.philosophy_copy_box{
    display: block;
    width: 100%;
}

.philosophy_copy{
    display: block;
    width: 100%;
    height: auto;
}

.philosophy_text{
    color: #000;
    font-size: 15px;
    line-height: 1.7;
    margin-top: 15px;
    text-align: justify;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
}

.philosophy_container .more_btn{
    display: none;
}


/* 私たちの強み */
.section_strength{
    background-image: url("../images/top/strength_bg.jpg");
    background-size: cover;
    background-position: center;
    padding-top: 85px;
    padding-bottom: 85px;
}

.strength_container{
    margin-left: auto;
    margin-right: auto;
    width: 90%;
}

.section_strength .section_title_wrap::after{
    border-color: #fff;
}
.section_strength .section_title_en,
.section_strength .section_title_ja,
.section_strength .section_title_btn{
    color: #fff;
}

.strength_logo_box{
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    width: 390px;
}
.strength_logo{
    display: block;
    width: 100%;
    height: auto;
}

.strength_img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
    width: 780px;
    height: auto;
}
.strength_img.sp{
    display: none;
}
.strength_img.pc .cls-1 {
    fill: #f05050;
}

.strength_img.pc .cls-2,
.strength_img.pc .cls-3 {
    fill: #fff;
}

.strength_img.pc .cls-4 {
    stroke-width: 5px;
}

.strength_img.pc .cls-4,
.strength_img.pc .cls-5 {
    fill: none;
}

.strength_img.pc .cls-4,
.strength_img.pc .cls-5,
.strength_img.pc .cls-3 {
    stroke: #f05050;
    stroke-miterlimit: 10;
}

.strength_img.pc .cls-6 {
    fill: url(#strength_img_grad_pc01);
}

.strength_img.pc .cls-5 {
    stroke-width: 2px;
}

.strength_img.pc .cls-7 {
    fill: url(#strength_img_grad_pc02);
    mix-blend-mode: overlay;
    opacity: .5;
}

.strength_img.pc .cls-3 {
    stroke-width: 4.68px;
}

.strength_img.pc .cls-8 {
    isolation: isolate;
}

.strength_container .more_btn{
    display: none;
}


/* メッセージ */
.section_messeage{
    padding-top: 100px;
    padding-bottom: 100px;
}

.messeage_container{
    margin-left: auto;
    margin-right: auto;
    width: 90%;
}

.messeage_wrap{
    margin-top: 40px;
}

.messeage_inner:nth-child(n+2){
    margin-top: 30px;
}

.messeage_title_box{
    display: flex;
    align-items: center;
}

.messeage_icon{
    display: block;
    margin-right: 15px;
    width: 40px;
    height: auto;
}

.messeage_title{
    font-size: 34px;
    font-weight: 400;
}

.messeage_content{
    display: flex;
    margin-top: 15px;
}

.messeage_content_human{
    width: 50%;
    position: relative;
}
.messeage_inner:nth-child(even) .messeage_content_human{
    order: 2;
}
.messeage_inner:nth-child(3) .messeage_content_human{
    width: 55%;
}

.messeage_content_human_img_box{
    display: block;
    width: 100%;
    height: 100%;
}
.messeage_content_human_img{
    display: block;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.messeage_content_human_name_box{
    
    padding: 15px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}
.messeage_content_human_name_box::before{
    content: "";
    background-color: #969696;
    mix-blend-mode: multiply;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.messeage_content_human_position,
.messeage_content_human_name_jp{
    color: #fff;
    position: relative;
}
.messeage_content_human_position{
    font-size: 14px;
}
.messeage_content_human_name_jp{
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: bold;
    margin-top: 10px;
}
.messeage_content_human_name_en{
    font-size: 14px;
    font-weight: 400;
    font-weight: normal;
    margin-left: 5px;
}

.messeage_content_info{
    background-image: url("../images/top/message_bg.jpg");
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 45px 30px;
    width: 50%;
}
.messeage_inner:nth-child(3) .messeage_content_info{
    padding: 25px 30px;
    width: 45%;
}

.messeage_content_info_head,
.messeage_content_info_text{
    color: #000;
}
.messeage_content_info_head{
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5;
}
.messeage_content_info_text{
    font-size: 15px;
    line-height: 1.7;
    margin-top: 10px;
    text-align: justify;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.messeage_inner:nth-child(even) .messeage_content_info_text{
    -webkit-line-clamp: 2;
}

.messeage_content .more_btn{
    margin-top: 15px;
}

.messeage_btn_list_sp{
    display: none;
}


/* 会社情報 */
.section_company{
    background-image: url("../images/top/company_bg.jpg");
    background-size: cover;
    background-position: bottom center;
    padding-top: 60px;
    padding-bottom: 400px;
}

.company_container{
    margin-left: auto;
    margin-right: auto;
    width: 90%;
}

.company_container .section_title_wrap::after{
    border-color: #fff;
}
.company_container .section_title_en,
.company_container .section_title_ja,
.company_container .section_title_btn{
    color: #fff;
}

.company_btn_wrap{
    margin-top: 35px;
}

.company_btn{
    background-color: #fff;
    border-radius: 1000px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 380px;
    height: 50px;
}
.company_btn:nth-child(n+2){
    margin-top: 10px;
}

/* 非活性対応 */
.company_btn:nth-child(2){
    filter: grayscale(1) contrast(.5);
    pointer-events: none;
}

.company_btn_text_en{
    color: #000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 26px;
    width: 285px;
}
.company_btn_text_en::after{
    content: "";
    background-image: url("../images/common/btn_pink_arrow.svg");
    background-size: cover;
    display: inline-block;
    margin-left: 15px;
    width: 7px;
    height: 15.75px;
}

.company_btn_text_ja{
    font-size: 15px;
    margin-left: auto;
    width: 95px;
}


/* ビジネス */
.section_business{
    padding-top: 100px;
}

.business_container{
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    width: 90%;
}

.business_menu_wrap{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 40px;
}

.business_menu_inner{
    background-color: rgba(250, 150, 150, 0.3);
    padding-top: 30px;
    padding-bottom: 30px;
    width: 32.5%;
    position: relative;
}
.business_menu_inner::before,
.business_menu_inner::after{
    content: '';
    display: block;
    width: 100%;
    height: 25%;
    position: absolute;
    top: 0;
    left: 0;
}
.business_menu_inner::before{
    background-color: #f05050;
}
.business_menu_inner::after{
    background: linear-gradient(to bottom right, #f05050 65%, #ffff96);
    background: -webkit-linear-gradient(top left, #f05050 65%, #ffff96);
    opacity: .75;
}

.business_menu_icon{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100px;
    height: auto;
    position: relative;
    z-index: 1;
}

.business_menu_title_en{
    color: #000;
    font-size: 25px;
    font-weight: 400;
    line-height: 1.3;
    margin-top: 20px;
    text-align: center;
}

/* .business_menu_title_copy{
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    width: 100px;
    height: auto;
} */

.business_menu_title_copy{
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    width: 120px;
    height: auto;
}

.business_container .more_btn{
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}

.business_menu_arrow{
    display: none;
}

.business_info_container{
    background-size: cover;
    background-position: center;
    padding-top: 150px;
    padding-bottom: 150px;
    position: relative;
}
#business_human{
    background-image: url('../images/top/business_bg01.jpg');
}
#business_school{
    background-image: url('../images/top/business_bg02.jpg');
}
#business_global{
    background-image: url('../images/top/business_bg03.jpg');
}
.business_info_container::before{
    content: "";
    background-size: cover;
    display: block;
    width: 220px;
    height: 198px;
    position: absolute;
    top: 0;
    left: 0;
}
#business_human::before{
    background-image: url("../images/top/business_icon01.svg");
}
#business_school::before{
    background-image: url("../images/top/business_icon02.svg");
}
#business_global::before{
    background-image: url("../images/top/business_icon03.svg");
}

.business_info_wrap{
    margin-left: auto;
    margin-right: auto;
    width: 600px;
}

.business_info_title_en{
    color: #fff;
    font-size: 48px;
    font-weight: 400;
    line-height: 1.2;
    text-align: center;
}
.business_info_title_en::after{
    content: "";
    background-color: #fff;
    display: block;
    margin-top: 15px;
    width: 100%;
    height: 4px;
}

.business_info_title_copy{
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    width: 130px;
    height: auto;
}

.business_info_head{
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.5;
    margin-top: 30px;
    text-align: center;
}

.business_info_text{
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    line-height: 2;
    margin-top: 10px;
    text-align: justify;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
}

.business_info_container .more_btn{
    margin-top: 25px;
    width: 100%;
    height: 50px;
}
.business_info_container .more_btn_text{
    font-size: 20px;
}


/* お問い合わせ */
.section_contact{
    background-image: url("../images/top/contact_bg.jpg");
    background-size: cover;
    background-position: center;
    padding-top: 80px;
    padding-bottom: 80px;
}

.contact_container{
    margin-left: auto;
    margin-right: auto;
    width: 90%;
}

.contact_form{
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    width: 780px;
}

.contact_line{
    display: flex;
}
.contact_line:nth-child(n+2){
    margin-top: 5px;
}

.contact_head{
    background-color: #646464;
    
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    letter-spacing: .1em;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 240px;
    min-width: 240px;
}

.contact_data{
    background-color: #fff;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 10px 15px;
    width: 100%;
}

.contact_input{
    display: block;
    width: 100%;
}
.contact_input.textarea{
    height: 85px;
}
.contact_input[type="checkbox"]{
    display: none;
}

.contact_checkbox{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-right: 20px;
    margin-top: 7px;
    margin-bottom: 7px;
}

.contact_checkbox_text{
    display: block;
    font-size: 14px;
    padding-left: 22px;
    position: relative;
}
.contact_checkbox_text::before{
    content: '';
    box-sizing: border-box;
    background-color: #969696;
    position: absolute;
    top: 50%;
    left: 0;
    width: 16px;
    height: 16px;
    transform: translateY(-50%);
}
.contact_checkbox_text::after{
    content: '';
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 5px;
    width: 5px;
    height: 9px;
    transform: rotate(45deg);
}
.contact_input[type="checkbox"]:checked + .contact_checkbox_text::after{
    opacity: 1;
}

.contact_privacy_line{
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
.contact_privacy_line a{
    color: #000;
    text-decoration: underline;
}

.contact_submit{
    background-color: #969696;
    border-radius: 1000px;
    color: #646464;
    font-size: 18px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Helvetica Neue","Hiragino Kaku Gothic ProN", sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: .05em;
    margin-top: 20px;
    width: 100%;
    height: 50px;
}

/* お問い合わせ完了 */
.section_complete{
    padding-top: 80px;
    padding-bottom: 100px;
}
.complete_text{
    font-size: 16px;
    line-height: 2;
    margin-left: auto;
    margin-right: auto;
    text-align: justify;
    width: 800px;
}

.section_complete .more_btn{
    background-color: #969696;
    color: #fff;
    margin-left: auto;
    margin-right: auto;
    margin-top: 120px;
    width: 490px;
    height: 50px;
}
.section_complete .more_btn_text{
    color: #fff;
    font-size: 20px;
}
.section_complete .more_btn_text::after{
    display: none;
}

/* 事務所 */
.location_wrap{
    background-color: #646464;
    display: flex;
    align-items: center;
    margin-top: 15px;
    height: 250px;
}
.location_wrap:last-child{
    margin-bottom: 15px;
}

.location_map_inner{
    width: 50%;
    height: 100%;
}

.location_map{
    display: block;
    filter: grayscale(100%);
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.location_info_inner{
    
    padding-left: 50px;
    width: 50%;
}

.location_title{
    color: #fff;
    font-size: 32px;
    font-weight: 400px;
    letter-spacing: 0.05em;
}

.location_text,
.location_tel{
    color: #fff;
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 1.75;
}
.location_text{
    margin-top: 15px;
}


/* ローディングアニメーション */
.loading_container{
    background-color: #fff;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}

.loading_canvas{
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.loading_logo{
    display: block;
    width: 340px;
    height: auto;
    clip-path: inset(100% 0 0 0);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.loading_copy{
    color: #fff;
    font-size: 33px;
    font-weight: 300;
    text-align: center;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}










@media screen and (max-width: 1024px){
    /* 共通 */
    .section_title_en{
        font-size: 46px;
        letter-spacing: .1em;
        padding-left: 30px;
    }
    .section_title_ja{
        font-size: 15px;
        margin-left: 15px;
    }

    .section_title_btn{
        font-size: 18px;
    }
    .section_title_btn::after{
        margin-left: 15px;
    }


    /* 新着情報 */
    .news_content_inner{
        flex-direction: column;
    }

    .news_line{
        width: 100%;
    }
    .news_line:nth-child(odd){
        padding-right: 0px;
    }
    .news_line:nth-child(n+2){
        margin-top: 30px;
    }


    /* 企業理念 */
    .philosophy_img_box{
        padding-left: 3%;
        padding-right: 3%;
        min-width: 255%;
    }


    /* 私たちの強み */
    .strength_logo_box{
        width: 50%;
    }

    .strength_img{
        width: 80%;
    }


    /* メッセージ */
    .messeage_icon{
        margin-right: 10px;
        width: 30px;
    }

    .messeage_title{
        font-size: 28px;
    }

    .messeage_content_human_position{
        font-size: 12px;
    }
    .messeage_content_human_name_jp{
        font-size: 16px;
    }
    .messeage_content_human_name_en{
        font-size: 12px;
    }

    .messeage_content_info{
        padding: 30px 20px;
    }
    .messeage_inner:nth-child(3) .messeage_content_info{
        padding: 20px 20px;
    }

    .messeage_content_info_head{
        font-size: 16px;
    }
    .messeage_content_info_text{
        font-size: 14px;
    }

    @media screen and (max-width: 768px){
        .messeage_content{
            flex-direction: column;
        }

        .messeage_content_human,
        .messeage_content_info,
        .messeage_inner:nth-child(3) .messeage_content_human,
        .messeage_inner:nth-child(3) .messeage_content_info{
            width: 100%;
        }

        .messeage_inner:nth-child(even) .messeage_content_human{
            order: 1;
        }
        .messeage_inner:nth-child(even) .messeage_content_info{
            order: 2;
        }
    }


    /* 会社情報 */
    .section_company{
        padding-bottom: 340px;
    }

    .company_btn{
        width: 330px;
        height: 40px;
    }
    .company_btn:nth-child(n+2){
        margin-top: 10px;
    }

    .company_btn_text_en{
        font-size: 22px;
        width: 265px;
    }

    .company_btn_text_ja{
        font-size: 14px;
        width: 90px;
    }


    /* ビジネス */
    @media screen and (max-width: 768px){
        .business_menu_wrap{
            justify-content: space-around;
            flex-wrap: wrap;
        }

        .business_menu_inner{
            width: 45%;
        }
        .business_menu_inner:nth-child(n+3){
            margin-top: 25px;
        }
    }

    .business_menu_title_en{
        font-size: 22px;
    }

    .business_menu_title_copy{
        width: 80px;
    }

    .business_info_container::before{
        width: 180px;
        height: 163px;
    }

    .business_info_wrap{
        width: 80%;
        max-width: 600px;
    }

    .business_info_title_en{
        font-size: 42px;
    }
    .business_info_title_en::after{
        height: 3px;
    }

    .business_info_title_copy{
        width: 110px;
    }

    .business_info_head{
        font-size: 20px;
    }

    .business_info_text{
        font-size: 14px;
    }

    .business_info_container .more_btn{
        margin-top: 25px;
        width: 100%;
        height: 50px;
    }
    .business_info_container .more_btn_text{
        font-size: 20px;
    }


    /* お問い合わせ */
    .contact_form{
        width: 100%;
        max-width: 780px;
    }

    .contact_head{
        width: 200px;
        min-width: 200px;
    }

    .contact_checkbox_text{
        font-size: 12px;
    }

    .contact_checkbox_text::after{
        top: -1px;
    }

    .contact_submit{
        font-size: 16px;
        height: 40px;
    }


    /* 事務所 */
    .location_map_inner{
        width: 50%;
    }

    .location_info_inner{
        padding-left: 30px;
        width: 50%;
    }

    .location_title{
        font-size: 26px;
    }

    .location_text,
    .location_tel{
        font-size: 14px;
    }
    .location_text{
        margin-top: 15px;
    }


    /* お問い合わせ完了 */
    .section_complete{
        padding-bottom: 150px;
    }
    .complete_text{
        font-size: 14px;
        width: 80%;
        min-width: 550px;
    }

    .section_complete .more_btn{
        margin-top: 50px;
        width: 350px;
    }

    
    /* ローディングアニメーション */    
    .loading_logo{
        width: 240px;
    }
    
    .loading_copy{
        font-size: 26px;
    }
}














@media screen and (max-width: 599px){
    .mv_news_head,
    .news_scroll_inner{
        font-family: 'Oswald', sans-serif;
    }

    /* 共通 */
    .section_title_wrap::after{
        display: none;
    }

    .section_title_en{
        justify-content: center;
        flex-direction: column;
        font-size: 32px;
        letter-spacing: .2em;
        padding-left: 0px;
        text-align: center;
        width: 100%;
    }
    .section_title_en::before{
        display: none;
    }
    .section_title_ja{
        font-weight: bold;
        margin-left: 0px;
        text-align: center;
        width: 100%;
    }
    .section_title_ja::before{
        content: '';
        background-color: #f05050;
        display: block;
        margin-top: 5px;
        margin-bottom: 10px;
        width: 100%;
        height: 3px;
    }

    .section_title_btn{
        display: none;
    }


    /* メインビジュアル */
    .mv_bg.sp{
        display: block;
    }
    .mv_bg.pc{
        display: none;
    }

    .section_mv .more_btn{
        padding-right: 25px;
        padding-left: 8%;
        bottom: 19%;
    }
    .section_mv .more_btn_text{
        font-size: 13px;
    }
    .section_mv .more_btn_text::after{
        margin-right: 0;
    }

    .mv_sns_container{
        bottom: 19%;
        right: 8%;
    }

    .mv_news_container{
        background-color: #fff;
        display: flex;
        align-items: center;
        padding-left: 5%;
        padding-right: 5%;
        width: 100%;
        height: 45px;
        position: absolute;
        bottom: 45px;
        left: 0;
    }

    .mv_news_head{
        border-left: 1px dotted #ababab;
        border-right: 1px dotted #ababab;
        color: #f05050;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 13px;
        width: 50px;
        min-width: 50px;
        height: 47%;
    }

    .mv_news_data{
        color: #000;
        font-size: 10px;
        margin-left: 10px;
        display: -webkit-box;
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }

    .mv_news_arrow{
        display: block;
        margin-left: auto;
        margin-right: 10px;
        width: 5px;
        height: auto;
    }


    /* 新着情報 */
    .section_news{
        background-image: url('../images/top/news_bg_sp.jpg');
        background-size: cover;
        margin-top: 0;
        padding-top: 100px;
        padding-bottom: 90px;
        position: relative;
    }

    .news_container{
        background-color: transparent;
        border: none;
        box-shadow: none;
        flex-wrap: wrap;
        padding: 0;
        width: 84%;
    }

    .news_container .section_title_en,
    .news_container .section_title_ja{
        color: #fff;
    }

    .news_content_inner{
        margin-top: 30px;
    }

    .news_line{
        border-bottom: 1px dotted #f05050;
        justify-content: center;
        padding: 20px 10px;
    }
    .news_line:nth-child(1){
        border-top: 1px dotted #f05050;
    }
    .news_line:nth-child(n+2){
        margin-top: 0;
    }

    .news_date{
        color: #fff;
        font-size: 12px;
    }

    .news_cate{
        font-size: 10px;
        min-width: 70px;
    }

    .news_title{
        color: #fff;
        font-size: 12px;
        text-align: center;
    }

    .news_container .more_btn{
        display: flex;
        margin-top: 20px;
    }

    .news_sns_inner{
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 30px;
    }

    .news_sns_link{
        display: block;
        width: 40px;
    }
    .news_sns_link:nth-child(n+2){
        margin-left: 10px;
    }

    .news_sns_icon{
        display: block;
        width: 100%;
        height: auto;
    }

    .news_scroll_inner{
        color: #fff;
        display: block;
        font-size: 10px;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        position: absolute;
        bottom: 0;
        right: 4%;
    }
    .news_scroll_inner::after{
        content: '';
        background-color: #fff;
        display: block;
        margin-right: 5px;
        width: 1px;
        height: 70px;
    }


    /* 企業理念 */
    .section_philosophy{
        padding-top: 90px;
        padding-bottom: 70px;
    }

    .philosophy_container{
        width: 84%;
    }

    .philosophy_container .section_title_wrap{
        margin-bottom: 25px;
    }

    .philosophy_img_box{
        padding-left: 4.5%;
        padding-right: 4.5%;
        min-width: 360%;
    }

    .philosophy_content_wrap{
        flex-direction: column;
        margin-top: 15px;
        margin-bottom: 15px;
        width: 100%;
    }

    .philosophy_content_logo_box{
        width: 100%;
    }

    .philosophy_text_inner{
        margin-top: 10px;
        width: 100%;
    }

    .philosophy_copy{
        margin-left: auto;
        margin-right: auto;
        width: 89%;
    }

    .philosophy_text{
        font-size: 12px;
        margin-top: 15px;
        -webkit-line-clamp: 2;
    }

    .philosophy_container .more_btn{
        display: flex;
        margin-top: 30px;
    }


    /* 私たちの強み */
    .section_strength{
        background-image: url('../images/top/strength_bg_sp.jpg');
        padding-top: 100px;
        padding-bottom: 85px;
    }

    .strength_container{
        width: 84%;
    }
    
    .strength_logo_box{
        display: none;
    }

    .strength_img{
        margin-top: 25px;
    }
    .strength_img.pc{
        display: none;
    }
    .strength_img.sp{
        display: block;
    }
    .strength_img.sp .cls-1 {
        fill: #f05050;
    }

    .strength_img.sp .cls-2,
    .strength_img.sp .cls-3 {
        fill: #fff;
    }

    .strength_img.sp .cls-3 {
        stroke-width: 6.56px;
    }

    .strength_img.sp .cls-3,
    .strength_img.sp .cls-4 {
        stroke: #f05050;
        stroke-miterlimit: 10;
    }

    .strength_img.sp .cls-5 {
        fill: url(#strength_img_grad_sp01);
    }

    .strength_img.sp .cls-6 {
        fill: url(#strength_img_grad_sp02);
        mix-blend-mode: overlay;
        opacity: .5;
    }

    .strength_img.sp .cls-7 {
        isolation: isolate;
    }

    .strength_img.sp .cls-4 {
        fill: none;
        stroke-width: 7px;
    }

    .strength_container .more_btn{
        display: flex;
        margin-top: 40px;
    }


    /* メッセージ */
    .section_messeage{
        background-image: url('../images/top/message_bg_sp.jpg');
        background-size: cover;
        padding-top: 150px;
        padding-bottom: 250px;
    }

    .messeage_container{
        width: 84%;
    }

    .messeage_container .section_title_en,
    .messeage_container .section_title_ja{
        color: #fff;
    }

    .messeage_wrap{
        display: none;
    }

    .messeage_btn_list_sp{
        display: block;
        margin-top: 30px;
    }
    .messeage_btn_list_sp .more_btn:nth-child(n+2){
        margin-top: 10px;
    }
    .messeage_btn_list_sp .more_btn_text{
        justify-content: center;
        width: 160px;
        position: relative;
    }
    .messeage_btn_list_sp .more_btn_text::after{
        margin: 0;
        position: absolute;
        top: 50%;
        right: -35px;
        transform: translateY(-50%);
    }


    /* 会社情報 */
    .section_company{
        background-image: url('../images/top/company_bg_sp.jpg');
        padding-top: 165px;
        padding-bottom: 320px;
    }

    .company_container{
        width: 84%;
    }

    .company_btn_wrap{
        margin-top: 30px;
    }

    .company_btn{
        width: 100%;
    }
    .company_btn:nth-child(n+2){
        margin-top: 10px;
    }

    .company_btn_text_en{
        justify-content: center;
        font-size: 17px;
        width: 118px;
        position: relative;
    }
    .company_btn_text_en::after{
        position: absolute;
        top: 50%;
        right: -60px;
        transform: translateY(-50%);
    }

    .company_btn_text_ja{
        display: none;
    }


    /* ビジネス */
    .section_business{
        padding-top: 90px;
    }
    
    .business_container{
        width: 84%;
    }

    .business_menu_wrap{
        margin-top: 20px;
    }

    .business_menu_inner{
        padding-top: 10px;
        padding-bottom: 20px;
        width: 100%;
    }
    .business_menu_inner:nth-child(n+2){
        margin-top: 10px;
    }
    .business_menu_inner::before,
    .business_menu_inner::after{
        height: 35%;
    }

    .business_menu_icon{
        width: 70px;
    }

    .business_menu_title_en{
        font-size: 20px;
        margin-top: 5px;
    }

    /* .business_menu_title_copy{
        margin-top: 5px;
        width: 55px;
    } */

    .business_menu_title_copy{
        margin-top: 5px;
        width: 100px;
    }

    .business_container .more_btn{
        display: none;
    }

    .business_menu_arrow{
        display: block;
        width: 8px;
        height: auto;
        position: absolute;
        top: 16px;
        right: 20px;
        z-index: 1;
    }

    #business_human{
        background-image: url('../images/top/business_bg01_sp.jpg');
    }
    #business_school{
        background-image: url('../images/top/business_bg02_sp.jpg');
    }
    #business_global{
        background-image: url('../images/top/business_bg03_sp.jpg');
    }
    .business_info_container::before{
        width: 120px;
        height: 109px;
    }

    .business_info_wrap{
        width: 84%;
    }

    .business_info_title_en{
        font-size: 32px;
    }
    ::-webkit-full-page-media, :future, :root .business_info_title_en{
        text-indent: .3em;
    }    
    .business_info_title_en::after{
        margin-top: 10px;
    }

    .business_info_title_copy{
        margin-top: 15px;
        width: 85px;
    }

    .business_info_head{
        font-size: 16px;
        margin-top: 20px;
    }

    .business_info_text{
        font-size: 12px;
    }

    .business_info_container .more_btn{
        margin-top: 20px;
        height: 40px;
    }
    .business_info_container .more_btn_text{
        font-size: 17px;
    }


    /* お問い合わせ */
    .section_contact{
        background-image: url('../images/top/contact_bg_sp.jpg');
        padding-top: 55px;
        padding-bottom: 80px;
    }

    .contact_container{
        width: 84%;
    }

    .contact_form{
        margin-top: 25px;
    }

    .contact_head{
        font-size: 10px;
        letter-spacing: 0;
        width: 80px;
        min-width: 80px;
    }

    .contact_data{
        padding: 6px 15px;
    }

    .contact_input{
        font-size: 16px;
        padding: 0;
    }

    .contact_checkbox{
        margin-right: 10px;
        margin-top: 4px;
        margin-bottom: 4px;
    }

    .contact_checkbox_text{
        font-size: 10px;
        letter-spacing: 0;
        padding-left: 15px;
    }
    .contact_checkbox_text::before{
        width: 12px;
        height: 12px;
    }
    .contact_checkbox_text::after{
        width: 3px;
        height: 6px;
        top: 0;
        left: 4px;
    }

    .contact_input.textarea{
        height: 54px;
    }

    .contact_submit_box{
        position: relative;
    }
    .contact_submit_box::before{
        content: "";
        background-image: url(../images/common/btn_white_arrow.svg);
        background-size: cover;
        display: block;
        width: 5px;
        height: 11px;
        position: absolute;
        top: 50%;
        right: 40px;
        transform: translateY(-50%);
    }

    .contact_submit{
        font-size: 17px;
        margin-top: 15px;
    }


    /* 事務所 */
    .location_wrap{
        flex-direction: column;
        margin-top: 20px;
        height: auto;
    }
    .location_wrap:last-child{
        margin-bottom: 30px
    }

    .location_map_inner{
        width: 100%;
    }
    .location_map{
        height: 175px;
    }

    .location_info_inner{
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        padding-left: 0;
        text-align: center;
        width: 100%;
        height: 125px;
    }

    .location_title{
        font-size: 19px;
    }

    .location_text,
    .location_tel{
        font-size: 11px;
    }
    .location_text{
        margin-top: 10px;
    }

    
    /* お問い合わせ完了 */
    .section_complete{
        padding-top: 40px;
        padding-bottom: 50px;
    }
    .complete_text{
        font-size: 10px;
        width: 86%;
        min-width: 0;
    }

    .section_complete .more_btn{
        margin-top: 30px;
        width: 86%;
        height: 40px;
    }

    .section_complete .more_btn_text{
        font-size: 17px;
    }
    .section_complete .more_btn_text::after{
        display: block;
        margin-left: 90px;
        margin-right: -90px;
    }


    /* ローディングアニメーション */    
    .loading_logo{
        width: 200px;
    }
    
    .loading_copy{
        font-size: 22px;
    }
}