@charset "utf-8";


/*------------  home  ------------*/
#home .main {}
#home .main .main_block { height: 42vw; max-height: 504px; background: url('/images/bg.png'); }
#home .main .main_block .base { position: relative; margin: 0 auto; width: 100%; max-width: 1200px; height: 42vw; max-height: 504px; background: url('/images/main_bg.png') no-repeat center; background-size: cover; }
#home .main .main_block .main_photo1 { position: absolute; top: 6%; left: 75%; width: 22.5%; height: 53.57142%; background: url('/images/main_photo1.jpg') no-repeat; background-size: cover; border-radius: 9999px; overflow: hidden; }
#home .main .main_block .main_photo2 { position: absolute; top: 54%; left: 9%; width: 17%; height: 40.47619%; background: url('/images/main_photo2.jpg') no-repeat; background-size: cover; border-radius: 9999px; overflow: hidden; }
#home .main .main_block .main_photo3 { position: absolute; top: 5%; left: 2%; width: 13.5%; height: 32.14285%; background: url('/images/main_photo3.jpg') no-repeat; background-size: cover; border-radius: 9999px; overflow: hidden; }
#home .main .main_block .main_copy { position: absolute; top: 20%; left: 27.5%; width: 45%; height: 59.52380%; background: url('/images/main_copy.png') no-repeat center; background-size: contain; text-indent: 100%; white-space: nowrap; overflow: hidden; }


#home .news { margin: 0 auto; padding: 60px 5%; max-width: 1000px; }
#home .news .title { font-size: 2rem; }
#home .news .news_list { font-size: 1.5rem; line-height: 1.5; }
#home .news .news_list .news_item { border-bottom: 1px solid #efe7ce; }
#home .news .news_list .news_item:first-child { border-top: 1px solid #efe7ce; }
#home .news .news_list .link { position: relative; display: flex; align-items: center; padding: 20px 6% 20px 3%; }
#home .news .news_list .link::after { content: ''; position: absolute; top: 50%; right: 18px; width: 6px; height: 6px; border-top: 1px solid #f70; border-right: 1px solid #f70; transform: translate(0, -50%) rotate(45deg); }
#home .news .news_list .nolink { position: relative; display: flex; align-items: center; padding: 20px 6% 20px 3%; }
#home .news .news_list .date { flex-basis: 8rem; margin-right: 2%; font-family: 'Barlow', sans-serif; font-weight: 500; letter-spacing: .04em; }
#home .news .news_btn { margin: 22px 0 0 auto; width: 160px; }


#home .cont { position: relative; padding: 0 0 60px; }
#home .cont::before { content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 75%; background: url('/images/bg.png'); }
#home .cont .cont_inner { display: flex; justify-content: center; margin: 0 auto; padding: 0 3%; max-width: 1080px; }
#home .cont .cont_block { position: relative; flex-basis: 33.33333%; box-sizing: border-box; padding: 0 2%; }
#home .cont .cont_block .link { display: block; opacity: 1; }
#home .cont .cont_block .cont_photo { margin: 0 auto 20px; max-width: 90%; border-radius: 9999px; overflow: hidden; }
#home .cont .cont_block .cont_base { background: #fff; }
#home .cont .cont_block .cont_box { position: relative; }
#home .cont .cont_block .link:hover .cont_box { opacity: .5; }
#home .cont .cont_block .cont_box .title { font-size: 2rem; }
#home .cont .cont_block .cont_box::after { content: ''; position: absolute; bottom: 18px; right: 18px; width: 6px; height: 6px; border-top: 1px solid #f70; border-right: 1px solid #f70; transform: rotate(45deg); }
#home .cont .cont_block .cont_box .txt { padding: 0 28px 36px; font-size: 1.4rem; line-height: 1.5; }


#home .zhd { margin: 0 auto; padding: 60px 5%; }
#home .zhd .zhd_block { margin: 0 auto; padding: 12px; max-width: 680px; background: url('/images/bg.png'); }
#home .zhd .zhd_block .zhd_base { background: #fff; }
#home .zhd .zhd_block .link { display: block; }
#home .zhd .zhd_block .zhd_box { position: relative; display: flex; justify-content: center; align-items: center; height: 110px; overflow: hidden; }
#home .zhd .zhd_block .zhd_box::before { content: ''; position: absolute; top: -16px; left: -16px; width: 30px; height: 30px; background: #ffae00; transform: rotate(-45deg); }
#home .zhd .zhd_block .zhd_box::after { content: ''; position: absolute; bottom: 18px; right: 18px; width: 6px; height: 6px; border-top: 1px solid #f70; border-right: 1px solid #f70; transform: rotate(45deg); }
#home .zhd .zhd_block .zhd_logo { margin: 0 40px 0 0; width: 130px; }
#home .zhd .zhd_block .zhd_title { font-family: 'Noto Sans JP', sans-serif; font-weight: 700; font-size: 2rem; line-height: 1.3; letter-spacing: .02em; }
#home .zhd .zhd_block .zhd_title .sub { display: block; margin: 6px 2px 0; font-family: 'Barlow', sans-serif; font-weight: 600; font-size: 1.3rem; color: #f70; letter-spacing: .1em; }



@media screen and (max-width: 1020px) {

 #home .news { padding: 60px 5%; }
 #home .news .title { font-size: 1.8rem; }
 #home .news .news_list { font-size: 1.4rem; }
 #home .news .news_list .link { 18px 6% 18px 3%; }
 #home .news .news_list .nolink { padding: 18px 6% 18px 3%; }

 #home .cont { padding: 0 0 50px; }
 #home .cont .cont_inner { padding: 0 2%; }
 #home .cont .cont_block { padding: 0 1.5%; }
 #home .cont .cont_block .cont_box .title { font-size: 1.8rem; }
 #home .cont .cont_block .cont_box .txt { padding: 0 22px 36px; }

 #home .zhd { padding: 60px 5%; }
 #home .zhd .zhd_block { max-width: 580px; }
 #home .zhd .zhd_block .zhd_box { height: 100px; }
 #home .zhd .zhd_block .zhd_logo { margin: 0 30px 0 0; width: 120px; }
 #home .zhd .zhd_block .zhd_title { font-size: 1.8rem; }
 #home .zhd .zhd_block .zhd_title .sub { font-size: 1.2rem; }

}



@media screen and (max-width: 780px) {

 #home .main { padding: 58px 0 0; }
 #home .main .main_block { height: 110vw; max-height: 484px; background: url('/images/bg.png'); }
 #home .main .main_block .base { max-width: 440px; height: 110vw; max-height: 484px; background: url('/images/main_bg_sp.png') no-repeat center; background-size: cover; }
 #home .main .main_block .main_photo1 { top: 3.5%; left: 67%; width: 29%; height: 26.36363%; }
 #home .main .main_block .main_photo2 { top: 72%; left: 32%; width: 27%; height: 24.54545%; }
 #home .main .main_block .main_photo3 { top: 3.5%; left: 3.5%; width: 22%; height: 20%; }
 #home .main .main_block .main_copy { top: 30%; left: 4%; width: 90%; height: 40%; background: url('/images/main_copy_sp.png') no-repeat center; background-size: contain; }

 #home .news { padding: 30px 5% 35px; }
 #home .news .title { margin: 0; }
 #home .news .news_list { font-size: 1.4rem; }
 #home .news .news_list .link { flex-direction: column; align-items: flex-start; padding: 11px 6% 11px 2%; }
 #home .news .news_list .link::after { right: 5px; width: 5px; height: 5px; }
 #home .news .news_list .nolink { flex-direction: column; align-items: flex-start; padding: 11px 6% 11px 2%; }
 #home .news .news_list .date { flex-basis: auto; margin: 0 0 1px; font-size: 1.3rem; }
 #home .news .news_btn { margin: 18px auto 0; width: 180px; }

 #home .cont { padding: 0 0 5px; }
 #home .cont::before { height: 90%; }
 #home .cont .cont_inner { flex-wrap: wrap; padding: 0 5%; }
 #home .cont .cont_block { flex-basis: 50%; padding: 0 2% 25px; }
 #home .cont .cont_block .cont_photo { margin: 0 auto 14px; }
 #home .cont .cont_block .cont_box::after { bottom: 16px; right: 16px; width: 5px; height: 5px; }
 #home .cont .cont_block .cont_box .title { margin: 0; }
 #home .cont .cont_block .cont_box .txt { padding: 0 16px 30px; font-size: 1.4rem; }

 #home .zhd { padding: 30px 5%; }
 #home .zhd .zhd_block { padding: 6px; max-width: 380px; }
 #home .zhd .zhd_block .zhd_box { flex-direction: column; align-items: flex-start; height: auto; padding: 16px 5%; }
 #home .zhd .zhd_block .zhd_box::before { top: -18px; left: -18px; 8}
 #home .zhd .zhd_block .zhd_box::after { bottom: 16px; right: 16px; width: 5px; height: 5px; }
 #home .zhd .zhd_block .zhd_logo { margin: 0 0 6px; width: 80px; }
 #home .zhd .zhd_block .zhd_title { font-size: 1.6rem; letter-spacing: 0; }
 #home .zhd .zhd_block .zhd_title .sub { font-size: 1.1rem; }

}



@media screen and (max-width: 520px) {

 #home .cont .cont_inner { flex-direction: column; padding: 0 3%; }
 #home .cont .cont_block { flex-basis: auto; margin: 0 auto; padding: 0 2% 30px; max-width: 380px; }
 #home .cont .cont_block .cont_photo { margin: 0 auto 14px; max-width: 72%; }

}




/*------------  news  ------------*/
#news .news { padding: 0 0 100px; }
#news .news_list { font-size: 1.5rem; line-height: 1.5; }
#news .news_list .news_item { border-bottom: 1px solid #efe7ce; }
#news .news_list .news_item:first-child { border-top: 1px solid #efe7ce; }
#news .news_list .link { position: relative; display: flex; align-items: center; padding: 24px 6% 24px 3%; }
#news .news_list .link::after { content: ''; position: absolute; top: 50%; right: 18px; width: 6px; height: 6px; border-top: 1px solid #f70; border-right: 1px solid #f70; transform: translate(0, -50%) rotate(45deg); }
#news .news_list .nolink { position: relative; display: flex; align-items: center; padding: 24px 6% 24px 3%; }
#news .news_list .date { flex-basis: 8rem; margin-right: 2%; font-family: 'Barlow', sans-serif; font-weight: 500; letter-spacing: .04em; }

#news .detail {
    padding: 0 0 100px;
    margin: 0 auto;
    max-width: 660px;
}
/* #news .detail .news_title_block { padding: 0 0 50px; } */
#news .detail .news_title_block .news_date { margin: 0 0 14px; font-family: 'Barlow', sans-serif; font-weight: 500; font-size: 1.5rem; font-weight: 400; letter-spacing: .04em; }
#news .detail .news_title_block .news_title { font-family: 'Noto Sans JP', sans-serif; font-weight: 700; font-size: 2.4rem; line-height: 1.5; }
#news .detail .txt_block { padding: 0 0 30px; font-size: 1.5rem; line-height: 2.2; }
#news .detail .txt_block p { margin: 35px 0; }
#news .detail .txt_block p a {
    color: orange;
    text-decoration: none;
    opacity: 1;
    cursor: pointer;
    overflow-wrap: break-word;}
#news .detail .txt_block p a:hover { text-decoration: none; opacity: .5; }
#news .detail .news_list_btn { margin: 0 auto; width: 180px; }


@media screen and (max-width: 1020px) {

 #news .news { padding: 0 0 90px; }
 #news .news_list { font-size: 1.4rem; }
 #news .news_list .link { padding: 22px 6% 22px 3%; }
 #news .news_list .nolink { padding: 22px 6% 22px 3%; }

 /* #news .detail { padding: 0 6% 80px; } */
 #news .detail .news_title_block .news_date { font-size: 1.3rem; }
 #news .detail .news_title_block .news_title { font-size: 2.2rem; }
 #news .detail .txt_block { font-size: 1.4rem; }

}


@media screen and (max-width: 780px) {

 #news .news { padding: 0 5% 40px; }
 #news .news_list { font-size: 1.4rem; }
 #news .news_list .link { flex-direction: column; align-items: flex-start; padding: 13px 6% 13px 2%; }
 #news .news_list .link::after { right: 5px; width: 5px; height: 5px; }
 #news .news_list .nolink { flex-direction: column; align-items: flex-start; padding: 13px 6% 13px 2%; }
 #news .news_list .date { flex-basis: auto; margin: 0 0 1px; font-size: 1.3rem; }

 #news .detail { padding: 0; }
 /* #news .detail .news_title_block { padding: 0 0 25px; } */
 #news .detail .news_title_block .news_date { margin: 0 0 6px; font-size: 1.3rem; }
 #news .detail .news_title_block .news_title { font-size: 1.7rem; }
 #news .detail .txt_block { padding: 0 0 20px; font-size: 1.4rem; line-height: 2; }
 /* #news .detail .txt_block p { padding: 0 0 30px; } */
 #news .detail .news_list_btn { margin: 0 auto; width: 180px; }

 #news .inner { padding: 50px 10% 70px;}

}






/*------------  about  ------------*/
#about .about { padding: 0 0 100px; }

#about .greeting { position: relative; margin: 0 0 70px; padding: 24px; background: url('/images/bg.png'); }
#about .greeting .inner { padding: 50px 10% 70px; background: #fff; }
#about .greeting .director { display: flex; align-items: flex-end; padding: 0 0 40px; }
#about .greeting .director .txt_block { margin-left: auto; padding: 0 18px 40px; font-family: 'Noto Sans JP', sans-serif; font-weight: 700; line-height: 1.5; }
#about .greeting .director .post { margin: 0 0 8px; padding: 0 0 4px; border-bottom: 2px dotted #231815; font-size: 1.4rem; letter-spacing: .04em; }
#about .greeting .director .name { font-size: 2rem; letter-spacing: .06em; }
#about .greeting .director .photo { width: 270px; border-radius: 9999px; overflow: hidden; }
#about .greeting .greeting_txt { font-size: 1.5rem; line-height: 2.2; }
#about .greeting .greeting_txt .txt { padding: 0 0 40px; }
#about .greeting .greeting_txt .txt sup { font-size: 1rem; line-height: 1; }
#about .greeting .greeting_txt .note { font-size: 1.3rem; line-height: 1.6; }

#about .summary { position: relative; margin: 0 0 20px; padding: 12px; background: url('/images/bg.png'); }
#about .summary .inner { padding: 10px 8%; background: #fff; }
#about .summary .summary_block {}
#about .summary .item { display: flex; align-items: center; padding: 25px 20px; border-bottom: 1px solid #efe7ce; font-size: 1.5rem; line-height: 1.8; }
#about .summary .item:last-child { border-bottom: none; }
#about .summary .item_name { flex-basis: 20%; box-sizing: border-box; padding: 0 15px; font-family: 'Noto Sans JP', sans-serif; font-weight: 700; }
#about .summary .item_data { flex-basis: 80%; box-sizing: border-box; padding: 0 15px; }


@media screen and (max-width: 1020px) {

 #about .about { padding: 0 0 90px; }

 #about .greeting { margin: 0 0 60px; padding: 20px; }
 #about .greeting .inner { padding: 50px 8% 60px; }
 #about .greeting .director {}
 #about .greeting .director .txt_block {}
 #about .greeting .director .post { font-size: 1.3rem; }
 #about .greeting .director .name { font-size: 1.8rem; }
 #about .greeting .director .photo { width: 220px; }
 #about .greeting .greeting_txt { font-size: 1.4rem; }

 #about .summary { margin: 0 0 10px; }
 #about .summary .inner { padding: 10px 5%; }
 #about .summary .item { padding: 20px 15px; font-size: 1.4rem; }

}


@media screen and (max-width: 780px) {

 #about .about { padding: 0 0 50px; }

 #about .greeting { margin: 0 0 30px; padding: 8px 0; }
 #about .greeting .inner { padding: 30px 6% 30px; }
 #about .greeting .director { padding: 0 0 30px; }
 #about .greeting .director .txt_block { padding: 0 12px 30px 0; }
 #about .greeting .director .post { margin: 0 0 6px; padding: 0 0 3px; font-size: 1.2rem; }
 #about .greeting .director .name { font-size: 1.6rem; }
 #about .greeting .director .photo { width: 150px; }
 #about .greeting .greeting_txt { font-size: 1.4rem; line-height: 2; }
 #about .greeting .greeting_txt .txt { padding: 0 0 30px; }

 #about .summary { margin: 0; padding: 8px 0; }
 #about .summary .inner { padding: 0 5%; }
 #about .summary .summary_block {}
 #about .summary .item { flex-direction: column; align-items: flex-start; padding: 18px 2%; font-size: 1.4rem; line-height: 1.6; }
 #about .summary .item_name { flex-basis: auto; padding: 0 0 8px; }
 #about .summary .item_data { flex-basis: auto; padding: 0; }

}






/*------------  scholarship  ------------*/
#scholarship .scholarship { padding: 0 0 100px; }

#scholarship .scholarship_news { margin: 0 auto; padding: 20px 0 70px; }
#scholarship .scholarship_news .news_list { font-size: 1.5rem; line-height: 1.5; }
#scholarship .scholarship_news .news_list .news_item { border-bottom: 1px solid #efe7ce; }
#scholarship .scholarship_news .news_list .news_item:first-child { border-top: 1px solid #efe7ce; }
#scholarship .scholarship_news .news_list .link { position: relative; display: flex; align-items: center; padding: 20px 6% 20px 3%; }
#scholarship .scholarship_news .news_list .link::after { content: ''; position: absolute; top: 50%; right: 18px; width: 6px; height: 6px; border-top: 1px solid #f70; border-right: 1px solid #f70; transform: translate(0, -50%) rotate(45deg); }
#scholarship .scholarship_news .news_list .nolink { position: relative; display: flex; align-items: center; padding: 20px 6% 20px 3%; }
#scholarship .scholarship_news .news_list .date { flex-basis: 8rem; margin-right: 2%; font-family: 'Barlow', sans-serif; font-weight: 500; letter-spacing: .04em; }
#scholarship .scholarship_news .news_list .scholarship_title { font-family: 'Noto Sans JP', sans-serif; font-weight: 700; font-size: 1.9rem; line-height: 1.3; }

#scholarship .summary { position: relative; padding: 12px; background: url('/images/bg.png'); }
#scholarship .summary .inner { padding: 0 5%; background: #fff; }
#scholarship .summary .end { padding: 40px 0 0; }
#scholarship .summary .end .txt { text-align: center; padding: 0 0 18px; line-height: 1.5em; border-bottom: 2px dotted #f50; font-family: 'Noto Sans JP', sans-serif; font-weight: 700; font-size: 2rem; color: #f50; }
#scholarship .summary .end .txt .notes {font-size: 0.8em;}
#scholarship .summary .summary_txt { padding: 40px 0; font-size: 1.5rem; line-height: 1.8; }
#scholarship .summary .summary_block { padding: 0 0 40px; }
#scholarship .summary .item { display: flex; background: #fbf9f2; border-bottom: 3px solid #fff; font-size: 1.5rem; line-height: 1.8; }
#scholarship .summary .item:last-child { border-bottom: none; }
#scholarship .summary .item_name { flex-basis: 16%; display: flex; justify-content: center; align-items: center; box-sizing: border-box; padding: 10px 0; background: #ffae00; font-family: 'Noto Sans JP', sans-serif; font-weight: 700; color: #fff; }
#scholarship .summary .item_data { flex-basis: 84%; box-sizing: border-box; padding: 24px 3.5%; }
#scholarship .summary .item_data .txt { padding: 5px 0; }
#scholarship .summary .item_data .object { position: relative; padding: 5px 0 5px 22px; }
#scholarship .summary .item_data .object .point { position: absolute; top; 0; left: 0; }
#scholarship .summary .item_data .note { padding: 6px 0; font-size: 1.3rem; }
#scholarship .summary .btn_pdf { display: flex; justify-content: center; align-items: center; margin: 0 auto; width: 280px; height: 46px; background: #f70; font-family: 'Noto Sans JP', sans-serif; font-weight: 700; font-size: 1.4rem; color: #fff; border-radius: 9999px; overflow: hidden; }
#scholarship .summary .btn_pdf .btn_icon { margin: 0 5px; width: 22px; }
#scholarship .summary .btn_pdf .btn_label { margin:0 5px; }
#scholarship .summary .btn_pdf.nolink { background: #ccc; }
#scholarship .summary .summary_note { padding: 40px 0; font-size: 1.5rem; line-height: 1.6; text-align: center; }

#scholarship .detail { margin: 0 auto; padding: 0 /* 0 100px*/;  max-width: 660px; }
#scholarship .detail .scholarship_block { padding: 0 0 35px; }
#scholarship .detail .scholarship_block .scholarship_date { margin: 0 0 10px; font-family: 'Barlow', sans-serif; font-weight: 500; font-size: 1.5rem; font-weight: 400; letter-spacing: .04em; }
#scholarship .detail .scholarship_title_block { padding: 0 0 35px; }
#scholarship .detail .scholarship_title_block .scholarship_title { font-family: 'Noto Sans JP', sans-serif; font-weight: 700; font-size: 2.4rem; line-height: 1.5; }
#scholarship .detail .txt_block { padding: 0 0 25px; font-size: 1.5rem; line-height: 1.7; }
#scholarship .detail .txt_block .photo_area { margin: 0 0 35px; }
#scholarship .detail .txt_block p { margin: 35px 0; }
#scholarship .detail .txt_block p a {
    color: orange;
    text-decoration: none;
    opacity: 1;
    cursor: pointer;
    overflow-wrap: break-word;}
#scholarship .detail .txt_block p a:hover { text-decoration: none; opacity: .5; }
#scholarship .detail .txt_block strong { font-size: 150%; font-weight: 700; }
#scholarship .detail .scholarship_list_btn { margin: 0 auto; width: 180px; }


@media screen and (max-width: 1020px) {

 #scholarship .scholarship { padding: 0 0 90px; }
 #scholarship .scholarship_news { padding: 10px 1% 60px; }
 #scholarship .scholarship_news .news_list { font-size: 1.4rem; }
 #scholarship .scholarship_news .news_list .link { 18px 6% 18px 3%; }
 #scholarship .scholarship_news .news_list .nolink { padding: 18px 6% 18px 3%; }

 #scholarship .summary .end { padding: 30px 0 0; }
 #scholarship .summary .end .txt { font-size: 1.8rem; }
 #scholarship .summary .summary_txt { padding: 30px 0; font-size: 1.4rem; }
 #scholarship .summary .summary_block { padding: 0 0 30px; }
 #scholarship .summary .item { font-size: 1.4rem; }
 #scholarship .summary .summary_note { padding: 30px 0; font-size: 1.4rem; }

}


@media screen and (max-width: 780px) {

 #scholarship .scholarship { padding: 0 0 50px; }
 #scholarship .scholarship_news { padding: 0 0 30px; }
 #scholarship .scholarship_news .news_list { padding: 0 5%; font-size: 1.4rem; }
 #scholarship .scholarship_news .news_list .link { flex-direction: column; align-items: flex-start; padding: 11px 6% 11px 2%; }
 #scholarship .scholarship_news .news_list .link::after { right: 5px; width: 5px; height: 5px; }
 #scholarship .scholarship_news .news_list .nolink { flex-direction: column; align-items: flex-start; padding: 11px 6% 11px 2%; }
 #scholarship .scholarship_news .news_list .date { flex-basis: auto; margin: 0 0 1px; font-size: 1.3rem; }

 #scholarship .summary { padding: 8px 0; }
 #scholarship .summary .inner { padding: 0 5%; }
 #scholarship .summary .end { padding: 25px 0 0; }
 #scholarship .summary .end .txt { padding: 0 0 12px; font-size: 1.6rem; }
 #scholarship .summary .summary_txt { padding: 25px 0; font-size: 1.4rem; line-height: 1.8; }
 #scholarship .summary .summary_block { padding: 0 0 25px; }
 #scholarship .summary .item { flex-direction: column; font-size: 1.4rem; }
 #scholarship .summary .item_name { flex-basis: auto; display: flex; justify-content: flex-start; padding: 5px 4%; background: #ffae00; }
 #scholarship .summary .item_data { flex-basis: auto; padding: 12px 5%; }
 #scholarship .summary .item_data .txt { padding: 5px 0; }
 #scholarship .summary .item_data .object { position: relative; padding: 5px 0 5px 22px; }
 #scholarship .summary .item_data .object .point { position: absolute; top; 0; left: 0; }
 #scholarship .summary .item_data .note { padding: 6px 0; font-size: 1.3rem; }
 #scholarship .summary .btn_pdf { width: auto; height: 44px;  font-size: 1.3rem; }
 #scholarship .summary .summary_note { padding: 25px 0; font-size: 1.3rem; text-align: left; }

 #scholarship .inner { padding: 50px 10% 70px; }

}







/*------------  action  ------------*/
#action .action { padding: 0 0 100px; }
#action .action_list {}
#action .action_list .action_item { box-sizing: border-box; padding: 22px 2%; border-bottom: 1px solid #efe7ce; }
#action .action_list .action_item:first-child { border-top: 1px solid #efe7ce; }
#action .action_list .link { position: relative; display: flex; align-items: center; }
#action .action_list .link::after { content: ''; position: absolute; top: 50%; right: 0; width: 6px; height: 6px; border-top: 1px solid #f70; border-right: 1px solid #f70; transform: translate(0, -50%) rotate(45deg); }
#action .action_list .action_thumb { flex-basis: 22%; box-sizing: border-box; padding: 0 3% 0 0; }
#action .action_list .action_txt { flex-basis: 78%; flex-direction: column; box-sizing: border-box; padding: 0 2% 0 0;}
#action .action_list .action_date { padding: 0 0 5px; font-family: 'Barlow', sans-serif; font-weight: 500; font-size: 1.5rem; line-height: 1; letter-spacing: .04em; }
#action .action_list .action_title { font-family: 'Noto Sans JP', sans-serif; font-weight: 700; font-size: 1.9rem; line-height: 1.3; }

#action .detail { margin: 0 auto; padding: 0 0 100px; max-width: 660px; }
#action .detail .action_title_block { padding: 0 0 35px; }
#action .detail .action_title_block .action_date { margin: 0 0 10px; font-family: 'Barlow', sans-serif; font-weight: 500; font-size: 1.5rem; font-weight: 400; letter-spacing: .04em; }
#action .detail .action_title_block .action_title { font-family: 'Noto Sans JP', sans-serif; font-weight: 700; font-size: 2.4rem; line-height: 1.5; }
#action .detail .txt_block { padding: 0 0 25px; font-size: 1.5rem; line-height: 1.7; }
#action .detail .txt_block .photo_area { margin: 0 0 35px; }
#action .detail .txt_block p { margin: 35px 0; }
#action .detail .txt_block p a {
    color: orange;
    text-decoration: none;
    opacity: 1;
    cursor: pointer;
    overflow-wrap: break-word;}
#action .detail .txt_block p a:hover { text-decoration: none; opacity: .5; }
#action .detail .txt_block strong { font-size: 150%; font-weight: 700; }
#action .detail .action_list_btn { margin: 0 auto; width: 180px; }


@media screen and (max-width: 1020px) {

 #action .action { padding: 0 0 90px; }
 #action .action_list .action_item { padding: 20px 1%; }
 #action .action_list .action_thumb { flex-basis: 24%; }
 #action .action_list .action_txt { flex-basis: 76%; }
 #action .action_list .action_date { font-size: 1.4rem; }
 #action .action_list .action_title { font-size: 1.7rem; }

}


@media screen and (max-width: 780px) {

 #action .action { padding: 0 0 50px; }
 #action .action_list { padding: 0 5%; }
 #action .action_list .action_item { flex-basis: 50%; padding: 14px 0; }
 #action .action_list .link::after { width: 5px; height: 5px; }
 #action .action_list .action_thumb { flex-basis: 32%; max-width: 160px; padding: 0 4% 0 0; }
 #action .action_list .action_txt { flex-basis: 68%; }
 #action .action_list .action_date { padding: 0 0 3px; font-size: 1.3rem; }
 #action .action_list .action_title { font-size: 1.4rem; }

 #action .detail { padding: 0 /* 6% 50px */; }
 #action .detail .action_title_block { padding: 0 0 25px; }
 #action .detail .action_title_block .action_date { margin: 0 0 6px; font-size: 1.3rem; }
 #action .detail .action_title_block .action_title { font-size: 1.8rem; }
 #action .detail .txt_block { padding: 0 0 15px; font-size: 1.4rem; }
 #action .detail .txt_block .photo_area { margin: 0 0 25px; }
 #action .detail .txt_block p { margin: 25px 0; }
 #action .detail .txt_block strong { font-size: 120%; }

 #action .inner { padding: 50px 10% 70px;}

}








/*------------  zensho  ------------*/
#zensho .head .main_title { letter-spacing: 0; }
#zensho .zensho { padding: 0 0 100px; }
#zensho .copy .copy_s { font-size: 1.8rem; letter-spacing: .04em; }
#zensho .copy .copy_l { font-size: 2.8rem; letter-spacing: .02em; }

#zensho .txt { font-size: 1.5rem; line-height: 1.8; }
#zensho .txt sup { font-size: 1rem; line-height: 1; }

#zensho .zensho_about { margin: 0 0 70px; padding: 0 0 70px; border-bottom: 1px solid #efe7ce; }
#zensho .zensho_about .txt { padding: 10px 4%; }
#zensho .zensho_about .brand_list { display: flex; flex-wrap: wrap; margin: 0 auto; padding: 20px 4% 0; }
#zensho .zensho_about .brand { flex-basis: calc(100% / 13); box-sizing: border-box; padding: 2px; }
#zensho .zensho_about .about_btn { margin: 30px auto 0; width: 250px; }

#zensho .zensho_mmd { margin: 0 0 70px; padding: 0 0 70px; border-bottom: 1px solid #efe7ce; }
#zensho .zensho_mmd .txt { padding: 10px 4%; }
#zensho .zensho_mmd .mmd_image { margin: 0 auto; padding: 40px 4% 0; }
#zensho .zensho_mmd .sp { display: none; }

#zensho .zensho_fair {}
#zensho .zensho_fair .fair_block { display: flex; padding: 0 4%; }
#zensho .zensho_fair .fair_txt { flex-basis: 55%; box-sizing: border-box; padding: 10px 5% 10px 0; }
#zensho .zensho_fair .fair_txt .note { padding: 25px 0 0; font-size: 1.3rem; line-height: 1.6; }
#zensho .zensho_fair .fair_image { flex-basis: 45%; box-sizing: border-box; margin: 0 auto; }
#zensho .zensho_fair .fair_btn { margin: 20px 0 0 auto; width: 250px; }


@media screen and (max-width: 1020px) {

 #zensho .copy .copy_s { font-size: 1.6rem; }
 #zensho .copy .copy_l { font-size: 2.6rem; }
 #zensho .txt { font-size: 1.4rem; }

}


@media screen and (max-width: 780px) {

 #zensho .zensho { padding: 0 0 50px; }
 #zensho .copy .copy_s { font-size: 1.4rem; }
 #zensho .copy .copy_l { font-size: 1.8rem; letter-spacing: 0; }
 #zensho .txt { font-size: 1.4rem; }

 #zensho .zensho_about { margin: 0 0 30px; padding: 0 0 25px; }
 #zensho .zensho_about .txt { padding: 10px 6%; }
 #zensho .zensho_about .brand_list { padding: 10px 6% 0; max-width: 420px; }
 #zensho .zensho_about .brand { flex-basis: calc(100% / 6); }
 #zensho .zensho_about .about_btn { margin: 20px auto 0; }

 #zensho .zensho_mmd { margin: 0 0 30px; padding: 0 0 30px; }
 #zensho .zensho_mmd .txt { padding: 10px 6%; }
 #zensho .zensho_mmd .mmd_image { padding: 10px 6% 0; max-width: 420px; }
 #zensho .zensho_mmd .pc { display: none; }
 #zensho .zensho_mmd .sp { display: block; }

 #zensho .zensho_fair .fair_block { flex-direction: column; padding: 0 6%; }
 #zensho .zensho_fair .fair_txt { flex-basis: auto; padding: 10px 0 10px; }
 #zensho .zensho_fair .fair_txt .note { padding: 20px 0 0; }
 #zensho .zensho_fair .fair_image { flex-basis: auto; padding: 20px 2% 0; max-width: 420px; }
 #zensho .zensho_fair .fair_btn { margin: 25px auto 0; }

}








