@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;500;700&display=swap');
@import url("default.css");

* {-webkit-text-size-adjust:100%;}
a:link {text-decoration:none; color:#000000;}
a:visited{text-decoration:none; color:#000000;}
a:hover{text-decoration:none; color:#000000;}
a:active{text-decoration:none; color:#000000;}

.grecaptcha-badge { opacity: 0; pointer-events: none; }
.full-width { margin-left: calc(-50vw + 50%); margin-right: calc(-50vw + 50%); }
.allWrapper { overflow: hidden; }
.container-fluid { max-width: 1080px; }
.container-fluid .container-fluid { padding-left: 0; padding-right: 0; }

body { min-width: 1350px; font-size: 16px; letter-spacing: .1em; line-height: 1.75; color: #000000; background-color: #fff; font-family: "Zen Maru Gothic", sans-serif; font-weight: 400; }
header { position: fixed; left: 0; right: 0; top: 0; width: 100%; z-index: 100; background: #fff; transition: .3s; margin: 0 auto; }
header .logo img { width: 250px; transition: .3s; }
header .wrap { max-width: 1260px; padding: 0 30px; display: flex; justify-content: space-between; align-items: center; height: 90px; margin: 0 auto; transition: .3s; }
header .gnav ul { display: flex; align-items: center; }
header .gnav ul li { padding: 0 20px; position: relative; }
header .gnav ul li:before { content: ""; position: absolute; right: 0; top: 0; bottom: 0; margin: auto 0; width: 1px; height: 30px; background: #000000; }
header .gnav ul li:last-child:before { display: none; }
header .gnav ul li.sns { padding-right: 0; }
header .gnav ul a { font-size: 16px; font-weight: 500; padding: 30px 0; display: block; position: relative; transition: .3s; }
header .gnav ul a:hover:before { width: 100%; }
header .menu-trg-area { position: fixed; top: 20px; right: 15px; margin: auto; display: none; width: 30px; height: 40px; border-radius: 3px; cursor: pointer;}
header .menu-trigger,
header .menu-trigger span { display: inline-block; transition: all .4s; box-sizing: border-box; }
header .menu-trigger { position: absolute; top: 0px; width: 30px; height: 40px; z-index: 2; left: 0; right: 0; margin: auto;}
header .menu-trigger span { position: absolute; left: 0; width: 100%; height: 2px; background: #1E924C; }
header .menu-trigger .menu { position: absolute; color: #1E924C; bottom: 0; background: none; font-size: 9.5px; }
header .menu-trigger span:nth-of-type(1) { top: 0;}
header .menu-trigger span:nth-of-type(2) { top: 10px;}
header .menu-trigger span:nth-of-type(3) { top: 20px;}
header .menu-trigger.active span:nth-of-type(1) { -webkit-transform: translateY(20px) rotate(-45deg); transform: translateY(20px) rotate(-45deg); top: -10px;}
header .menu-trigger.active span:nth-of-type(2) { left: 50%; opacity: 0; -webkit-animation: active-menu-bar02 .8s forwards; animation: active-menu-bar02 .8s forwards;}
header .menu-trigger.active span:nth-of-type(3) { -webkit-transform: translateY(-20px) rotate(45deg); transform: translateY(-20px) rotate(45deg); top: 30px;}
.header-small .logo img { width: 210px; }
.header-small .wrap { height: 75px; }
.header-small .top_obi ul li a img { height: 30px; }
.top_obi { background: #f36c21; border-top: 2px solid #000000; border-bottom: 2px solid #000000; }
.top_obi ul { display: flex; align-items: center; justify-content: center; }
.top_obi ul li { border-left: 2px solid #000000; }
.top_obi ul li:last-child { border-right: 2px solid #000000; }
.top_obi ul li a { min-width: 238px; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 10px 20px; }
.top_obi ul li a img { height: 40px; transition: .3s; }
.top_obi ul li a p { font-size: 14px; font-weight: 700; color: #fff; margin-top: 5px; }
.top_obi.white { border-top: 2px solid #fff; border-bottom: 2px solid #fff; }
.top_obi.white ul li { border-left: 2px solid #fff; }
.top_obi.white ul li:last-child { border-right: 2px solid #fff; }
.footer_wrapper { background: #f36c21; padding: 50px 0; }
.footer_wrapper .logo_area { display: flex; flex-direction: column; justify-content: center; }
.footer_wrapper .logo_area .logo { width: 230px; }
.footer_list { display: flex; flex-wrap: wrap; align-items: center; }
.footer_list li { min-width: 130px; margin-bottom: 20px; }
.footer_list.bottom li { min-width: 110px; }
.footer_list li a { display: block; color: #fff; font-size: 14px; }
.footer_list.top li a { font-size: 16px; font-weight: 700; }
.footer_list.bottom { margin-top: 15px; }
.footer_list.bottom li { margin-bottom: 10px; }
.footer_list.bottom li a { font-weight: 400; }
.contact_area a { display: flex; align-items: center; justify-content: center; background: #fff; border-radius: 30px; padding: 5px 0; }
.contact_area a span { color: #f36c21; font-size: 16px; font-weight: 700; margin-left: 3px; }
.copyright { letter-spacing: .2em; line-height: 2; color: #f36c21; background: #fff; text-align: center; padding: 20px 0; }
.radio_area { display: flex; flex-direction: column; align-items: center; justify-content: center; position: fixed; bottom: 50px; right: 15px; z-index: 30; }
.radio_area .radio_top { display: inline-block; position: relative; margin-bottom: 3px; }
.radio_area .radio_top::before { content: ""; width: 2px; height: 18px; background: #000000; position: absolute; top: 0; bottom: 0; left: -12px; margin: auto 0; transform: rotate(-30deg); }
.radio_area .radio_top::after { content: ""; width: 2px; height: 18px; background: #000000; position: absolute; top: 0; bottom: 0; right: -12px; margin: auto 0; transform: rotate(30deg); }
.radio_area .radio_top .radio_ttl { display: flex; align-items: center; justify-content: center; }
.radio_area .radio_top .radio_ttl p { font-size: 14px; font-weight: 700; letter-spacing: .05em; margin-left: 5px; }
.radio_area .radio_wrap { display: block; }
.radio_area .radio_wrap { padding: 15px; border: 2px solid #000000; background: #fff; border-radius: 10px; display: flex; align-items: center; justify-content: center; }
.radio_area .radio_wrap .radio_air span { display: block; }

/* top */
.top_fv { margin-top: 280px; padding-bottom: 100px; }
.fv_slider .bg { display: block; border-radius: 20px; overflow: hidden; margin: 0 10px; }
.fv_slider .slick-dots { bottom: -45px; }
.fv_slider .slick-dots li { margin: 0 2px; }
.fv_slider .slick-dots li button::before { width: 15px; height: 15px; color: #dbdbdb; font-size: 15px; }
.fv_slider .slick-dots li.slick-active button:before { color: #f36c21; }
.top_news { padding: 50px 0 70px; }
.top_news .sec_ttl { text-align: left; }
.top_news .sec_ttl::before { width: 60px; right: initial; margin: initial; }
.top_news .link_btn { justify-content: end; }
.request { display: flex; align-items: center; justify-content: center; padding: 30px; background: #f36c21; border: 2px solid rgba(99, 99, 98, 1); border-radius: 40px; filter: drop-shadow(0px 7px 0px rgba(99, 99, 98, 1)); cursor: pointer; transition: .3s; }
.request:hover { transform: translate(0px, 7px); filter: none; }
.request .request_icon { width: 60px; }
.request .request_text { font-size: 22px; font-weight: 700; color: #fff; margin-left: 40px; }
.news_list li { margin-bottom: 30px; border-bottom: 1px solid #d6d6d6; }
.news_list li:last-child { margin-bottom: 20px; }
.news_list li a .news_head { display: flex; align-items: center; }
.news_list li a .news_date { width: 110px; color: #565656; }
.news_list li a .news_topic { min-width: 92px; font-size: 14px; color: #f36c21; border: 1.5px solid #f36c21; text-align: center; padding: 0 15px }
.news_list li a .news_text { padding-bottom: 10px; margin-top: 10px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.news_flex { display: flex; justify-content: space-between; }
.news_flex .news_left { width: 35%; display: flex; justify-content: center; flex-direction: column; align-items: center;}
.news_flex .news_left > a { margin-bottom: 30px; }
.news_flex .news_left > a:last-of-type { margin-bottom: 0; }
/* .news_flex .news_left .request { flex-direction: column; border-radius: 10px; width: 100%; height: 190.63px; } */
.news_flex .news_left .request { flex-direction: column; border-radius: 10px; width: 80%; }
.news_flex .news_left .request_icon { margin-bottom: 20px }
.news_flex .news_left .request .request_text { margin-left: 0; font-size: 16px; text-align: center; }
.news_flex .news_left .on_air { display: block; width: 80%; filter: drop-shadow(0px 7px 0px rgba(99, 99, 98, 1)); border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; transition: .3s; }
.news_flex .news_left .on_air:hover { transform: translate(0px, 7px); filter: none; }
.news_flex .news_right { width: 57%; }
.blog_card { display: block; border-radius: 10px; overflow: hidden; box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.11); height: 100%; }
.blog_card .blog_content { padding: 20px; }
.blog_card .blog_date { font-size: 14px; color:#565656; margin-bottom: 10px; }
.blog_card p { font-size: 18px; font-weight: 700; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.blog_card .blog_images { position: relative; padding-top: 67.5%; overflow: hidden; }
.blog_card .blog_images img { width: 100%; position: absolute; top: 0; left: 0; right: 0; margin: 0 auto; object-fit: cover; }
.blog_slider .slick-dots li { margin: 0; }
.blog_slider .slick-dots li button:before { color: #dbdbdb; font-size: 10px; }
.blog_slider .slick-dots li.slick-active button:before { color: #f36c21; }
.push_card { box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.11); border-radius: 20px; overflow: hidden; }
.push_card a { display: block; display: flex; align-items: center; justify-content: center; height: 190px; }
.push_card a .push_images { width: 47%; height: 100%; background-position: center; background-size: cover; background-repeat: no-repeat; }
.push_card a .push_content { width: 63%; margin: 0 auto; }
.push_card a .push_content h3 { font-weight: 700; font-size: 18px; }
.push_card a .push_content p { font-weight: 700; font-size: 18px; margin-top: 5px; }
.top_sns .sns_wrap { margin-bottom: 50px; }
.top_sns .sns_wrap:last-child { margin-bottom: 0; }
.top_sns .sns_ttl { display: flex; align-items: center; margin-bottom: 10px; }
.top_sns .sns_ttl p { font-weight: 700; line-height: 1; margin-left: 10px; }
.other_banner { display: block; text-align: center; padding: 20px; color: #fff !important; font-size: 20px; font-weight: 700; transition: .3s; }
.other_banner:hover { opacity: .8; }
.other_banner.banner_img { padding: 0; max-width: 100%; }
.other_banner.banner_img img { width: 100%; height: 75px; object-fit: cover; }

/* common */
.bg_cream { padding: 80px 0 120px; }
.bg_white { border-radius: 10px; max-width: 1200px; margin: 0 auto; }
.border_images { overflow: hidden; border-radius: 20px; border: 1px solid #ddd; }
.sec_ttl { text-align: center; padding-top: 20px; border-top: 1px solid #d6d6d6; margin-bottom: 40px; position: relative; }
.sec_ttl::before { content: ""; width: 100px; height: 2px; background: #f36c21; position: absolute; left: 0; right: 0; top: -1px; margin: 0 auto; }
.sec_ttl .en { font-size: 22px; font-weight: 700; }
.sec_ttl .jp { margin-top: 3px; font-size: 14px; }
.link_btn { display: flex; align-items: center; justify-content: center; }
.link_btn a { width: 270px; color: #fff; font-weight: 700; display: block; padding: 13px 60px 13px 40px; background: #f36c21; border: 2px solid rgba(99, 99, 98, 1);; border-radius: 40px; box-shadow: 0px 4px 0px 0px rgba(99, 99, 98, 1); text-align: center; transition: .3s; position: relative; }
.link_btn a::before { content: ""; width: 7px; height: 7px; border-top: 2px solid #fff; border-right: 2px solid #fff; transform: rotate(45deg); position: absolute; top: 0; bottom: 0; right: 47px; margin: auto 0; }
.link_btn a::after { content: ""; width: 20px; height: 20px; border-radius: 50%; border: 2px solid #fff; position: absolute; top: 0; bottom: 0; right: 40px; margin: auto 0; } 
.link_btn a:hover { transform: translate(0, 4px); box-shadow: none; }
.page_navi { display: flex; align-items: center; justify-content: center; }
.page_navi li { margin: 0 8px; }
.page_navi li a { display: block; width: 25px; height: 25px; font-size: 14px; font-weight: 700; border-radius: 50%; border: 1px solid #f36c21; color: #f36c21; display: flex; align-items: center; justify-content: center; transition: .3s; letter-spacing: 0;}
.page_navi li a:hover { color: #fff; background: #f36c21; }
.page_navi li.active a { color: #fff; background: #f36c21; }
.page_navi .prev, 
.page_navi .next { margin: 0; }
.page_navi .prev a, 
.page_navi .next a { border: none; border-radius: initial;}
.page_navi .prev a::before { transform: rotate(-135deg); }
.page_navi .next a::before { transform: rotate(45deg); }
.page_navi .prev a::before, 
.page_navi .next a::before { content: ""; width: 10px; height: 10px; border-top: 2px solid #000; border-right: 2px solid #000; }
.page_navi .prev a:hover, 
.page_navi .next a:hover { background: initial; color: initial; }
.page_navi li a.current { color: #f36c21; }
.thum img { width: 100%; border-radius: 20px; }

/* hero */
.section-hero { margin-top: 180px; height: 400px; position: relative; }
.hero_ttl { position: absolute; top: 30%; left: 0; right: 0; margin: 0 auto; max-width: 1200px; letter-spacing: .05rem; }
.hero_ttl .jp { font-size: 32px; font-weight: 700; color: #fff; }
.hero_ttl .en { font-size: 20px; font-weight: 700; color: #fff; }
.bread_list { max-width: 1200px; display: flex; align-items: center; background: #fff; border: 1px solid #000000; position: absolute; bottom: 0; left: 0; right: 0; margin: 0 auto; overflow: hidden; }
.bread_list li { margin-right: 30px; position: relative; }
.bread_list li::before { content: ""; width: 10px; height: 10px; border-top: 2px solid #000; border-right: 2px solid #000; transform: rotate(45deg); position: absolute; top: 0; bottom: 0; right: -20px; margin: auto 0; }
.bread_list li:first-child::before { content: none; }
.bread_list li:last-child::before { content: none; }
.bread_list li a { display: block; font-weight: 700; padding: 10px; }
.bread_list .page_top { margin-right: 0; }
.bread_list .page_top a { padding: 10px 40px; margin-right: 25px; display: flex; flex-direction: column; align-items: center; justify-content: center; background: #dddddd; position: relative; }
.bread_list .page_top a::before { content: ''; width: 0; height: 0; border-style: solid; border-width: 38px 0 38px 25px; border-color: transparent transparent transparent #dddddd; position: absolute; top: 0; bottom: 0; right: -25px; margin: auto; }
.bread_list .page_top a p { font-size: 12px; }

/* personality */
.section-personality { padding: 50px 0 10px; }
.tab-wrapper { display: flex; gap: 20px; margin-bottom: 60px; }
.tab-wrapper .tab { width: calc(100% / 8); font-size: 19px; font-weight: 700; padding: 10px 0; border: 2px solid #adadad; background: #adadad; color: #fff; border-radius: 10px; text-align: center; cursor: pointer; transition: .2s; }
.tab-wrapper .tab:hover { background: #f36c21; border: 2px solid rgba(99, 99, 98, 1); }
.tab-wrapper .tab.active { background: #f36c21; border: 2px solid rgba(99, 99, 98, 1); }
.content { display: none; }
.content.show { display: block; }
.perdonality_flex { align-items: center; }
.perdonality_flex .border_images { position: relative; padding-top: 75%; }
.perdonality_flex .border_images div { position: absolute; top: 0; bottom: 0; right: 0; left: 0; margin: auto; }
.bangumi_wrap.right { padding-left: 50px; }
.bangumi_wrap.left { padding-right: 50px; }
.bangumi_name { font-size: 21px; font-weight: 700; margin-bottom: 30px; position: relative; }
.bangumi_name::before { content: ""; width: 66px; height: 50px; background-image: url(../images/icon_name.svg); background-position: center; background-repeat: no-repeat; background-size: cover; position: absolute; top: -13px; left: -30px; opacity: .1; }
.bangumi_detail { display: flex; margin-bottom: 20px; }
.bangumi_detail .bangumi_topic { min-width: 100px; display: flex; align-items: center; justify-content: center; border: 1px solid #f36c21; color: #f36c21; border-radius: 5px; height: 30px;}
.bangumi_detail .bangumi_ttl { font-size: 18px; font-weight: 700; margin-left: 10px; }
.bangumi_detail .bangumi_time { margin-left: 10px; }

/* information */
.section-information { padding: 60px 0 90px; }
.information_ttl { font-size: 25px; font-weight: 700; color: #fff; padding: 15px 30px; background: #f36c21; border-radius: 20px; } 
.border_ttl { font-size: 20px; font-weight: 700; border-left: 10px solid #f36c21; padding-left: 15px; }
.infor_table table { width: 100%; }
.infor_table table th { padding: 15px; background: #d8d8d8; color: #000; font-weight: 700; border-right: 1px solid #fff; text-align: center; }
.infor_table table th:last-child { border-right: none; }
.infor_table table td { padding: 15px; text-align: center; border-right: 1px solid #ddd; border-bottom: 1px solid #ddd; }
.infor_table table td:first-child { border-left: 1px solid #ddd; }
.infor_table table .gray_cell { font-weight: 700; border-bottom: 1px solid #fff; }
.infor_table table tr:last-child .gray_cell { border-bottom: none; }
.border_table table { width: 100%; }
.border_table table tr { border: 1px solid #000; }
.border_table table th { width: 250px; font-weight: 700; border-right: 1px solid #000; text-align: center; }
.border_table table td { width: calc(100% - 250px); padding: 10px 20px; }

/* time_table */
.section-time_table { padding: 50px 0; }
.section-time_table dl { display: flex; border-top: 1px solid #adadad; padding: 30px 0; }
.section-time_table dl:last-child { border-bottom: 1px solid #adadad; }
.section-time_table dl dt { width: 180px; }
.section-time_table dl dt,
.section-time_table dl dd { font-size: 18px; font-weight: 700; }
.section-time_table dl dd { width: calc(100% - 180px); }
.section-time_table .border_images { border-radius: 20px; }
.section-time_table .border_images img { width: 100%; }
.section-time_table .tab-wrapper .tab { width: calc(100% / 7); padding: 10px 0; }
.section-time_table .border_images { position: relative; padding-top: 75%; }
.section-time_table .border_images div { position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto; }
.pdf_printing { display: flex; align-items: center; justify-content: end; }
.pdf_printing a { padding-left: 15px; display: flex; align-items: center; position: relative; }
.pdf_printing a::before { content: ''; width: 0; height: 0;	border-style: solid; border-width: 8px 0 8px 10px; border-color: transparent transparent transparent #f36c21; position: absolute; top: 0; left: 0;	bottom: 0; margin: auto; }
.pdf_printing a p { font-size: 18px; color: #f36c21; padding-right: 5px; }
.live_btn { display: flex; align-items: center; }
.live-mark { display: flex; align-items: center; justify-self: center; margin-left: 5px; padding: 0px 10px; background: #128936; color: #fff; font-size: 12px; font-weight: bold; border-radius: 20px; }

/* company */
.section-company { padding: 50px 0; }
.section-company .border_images img { width: 100%; height: 270px; object-fit: cover; }
.section-company .map iframe { width: 100%; }
.company-content dl { display: flex; border-top: 1px solid #aaa; }
.company-content dl:last-child { border-bottom: 1px solid #aaa; }
.company-content dl dt { width: 180px; padding: 20px 10px; font-weight: 700; background: #dddddd; display: flex; align-items: center; justify-content: center; text-align: center; }
.company-content dl dd { width: calc(100% - 180px); padding: 20px 20px 20px 30px; }

/* questions */
.section-faq { padding: 50px 0; }
.faq_list li { border-bottom: 1px solid #ddd; cursor: default;}
.faq_list li:last-child { border-bottom: none; }
.faq_list li .question { padding: 20px 0; display: flex; align-items: center; position: relative; }
.faq_list li .question .question_text { width: calc(100% - 60px); font-size: 22px; font-weight: 700; padding-right: 60px; }
.faq_list li .answer { padding: 30px 0; display: flex; border-top: 1px solid #ddd; }
.faq_list li .answer .answer_text { width: calc(100% - 80px); }
.faq_list li .faq_icon { font-size: 20px; font-weight: 700; width: 40px; height: 40px; border-radius: 50%; border: 1px solid #f36c21; margin-right: 20px; display: flex; justify-content: center; text-align: center; }
.faq_list li .faq_icon.q { background: #f36c21; color: #fff; }
.faq_list li .faq_icon.a { background: #fff; color: #f36c21; }
.plus-minus::before,.plus-minus::after  { content: ''; display: inline-block; width: 25px; height: 3px; background-color: #000; position: absolute; right: 20px; top: 50%; transform: translateY(-50%); transition: opacity .5s; }
.plus-minus::after { transform: translateY(-50%) rotate(90deg); transition: transform .5s; }
.faq_list li .question.active .plus-minus::before { opacity: 0; }
.faq_list li .question.active .plus-minus::after { transform: translateY(-50%) rotate(180deg); }

/* news */
.section-news { padding: 50px 0; }
.category_btn li { margin-bottom: 10px; }
.category_btn li a { display: block; border: 1px solid #f36c21; color: #f36c21; padding: 10px; transition: .3s; text-align: center; }
.category_btn li a:hover { background: #f36c21; color: #fff; }
.category_btn li a.active { background: #f36c21; color: #fff; }
.category_btn li.active a { background: #f36c21; color: #fff; }
.section-news.single img { width: 100%; }

/* blog */
.section-blog { padding: 50px 0; }
.blog_label { padding-bottom: 20px; border-bottom: 1px solid #d6d6d6; }
.blog_label .blog_date { font-size: 20px; color: #565656; }
.blog_label .blog_text { font-size: 24px; font-weight: 700; }
.section-blog.single img { width: 100%; }

/* request */
.section-request { padding: 50px 0; }
.news_label { padding-bottom: 20px; border-bottom: 1px solid #d6d6d6; }
.news_label .news_head { display: flex; align-items: center; }
.news_label .news_date { font-size: 20px; color: #565656; }
.news_label .news_topic { min-width: 92px; font-size: 18px; color: #f36c21; border: 1.5px solid #f36c21; text-align: center; padding: 0 15px; }
.news_label .news_text { font-size: 24px; font-weight: 700; }

/* privacy  */
.section-privacy { padding: 50px 0; }
.section-privacy .link_btn a { width: 380px; }

/* contact */
.section-contact { padding: 50px 0; }
.tel_area { border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; padding: 30px 0; display: flex; flex-direction: column; align-items: center; justify-content: center; }
.tel_area .phone_number .tel { font-size: 25px; font-weight: 700; }
.tel_area .phone_number .number { font-size: 40px; font-weight: 700; line-height: 1; }
.personal_area .personal_ttl { font-size: .24rem; font-weight: bold; color: #f36c21; margin-bottom: .2rem; text-align: center; }
.personal_area .personal { margin-bottom: 30px; max-width: 900px; margin-left: auto; margin-right: auto; }
.personal_area .personal div { border: 1px solid #d6d6d6; padding: 25px; overflow: scroll; height: 155px; }
.personal_area p { text-align: center; }
.acceptance_area { display: flex; align-items: center; justify-content: center; text-align: center; margin-top: 20px; font-weight: 500;}
/* .acceptance_area label { background: #ececec; border-radius: 5px; padding: 10px 25px; cursor: pointer; } */
.acceptance_area input { cursor: pointer; }
.table-res-form { font-family: "Zen Maru Gothic", sans-serif; }

/* document */
.section-document { padding: 50px 0; }
.document_list { display: flex; align-items: center; flex-wrap: wrap; gap: 40px; }
.document_list li { min-width: calc((100% - 80px) / 3); }
.document_list li a { display: flex; align-items: center; transition: .3s; }
.document_list li a:hover { opacity: .6; }
.document_list li a .document_ttl { color: #000; text-decoration: underline; }
.document_list li a .document_img { width: 30px; height: 30px; display: flex; align-items: center; justify-content: center; }

@media (max-width: 767px) {
	body { min-width: 375px; font-size: 14px; }
	header { padding: 0 30px; background-color: #fff; }
	header .wrap { height: 70px; padding: 0; }
	header .logo img { width: 170px; }
	header .gnav { position: fixed; left: 0; top: 0; width: 100%; top: 70px; background: rgba(255,255,255,.9); height: 100%; opacity: 0; visibility: hidden; transition: .3s; }
	header .gnav.active { opacity: 1; visibility: visible; display: flex; flex-direction: column; }
	header .gnav ul { display: block; padding: 20px 30px 10px; order: 2;}
	header .gnav ul li { padding-left: 0; padding-right: 0; border-bottom: 1px solid #000000; }
	header .gnav ul li:last-child { border-bottom: none; }
	header .gnav ul li:before { display: none; }
	header .gnav ul li a { font-size: 13px; padding: 10px 0; border-bottom: 1px solid #E0E2E3; font-weight: bold; position: relative; }
	header .gnav ul li a:after { content: "→"; position: absolute; right: 0; top: 0; bottom: 0; margin: auto 0; display: flex; align-items: center; }
	header .gnav ul li:last-child a { border-bottom: 0; }
	header .gnav ul li.sns a { margin: 0 5px; }
	header .gnav ul li.sns a::after { content: none; }
	header .gnav ul li.sns a img { width: 25px; }
	header .menu-trg-area { display: block; }
	.header-small .logo img { width: 170px; }
	.header-small .wrap { height: 70px; }
	.header-small .top_obi ul li a img { height: 35px; }
	.top_obi { border-bottom: 1px solid #000000 !important; border-top: 1px solid #000000; }
	.top_obi ul { display: flex !important; flex-wrap: wrap !important; padding: 0 !important; }
	.top_obi ul li { width: 50%; border-bottom: 1px solid #000000 !important; border-left: 1px solid #000000; }
	.top_obi ul li:last-child { border-right: none !important; }
	.top_obi ul li:nth-child(odd) { border-left: none !important;  }
	.top_obi ul li:last-child { border-bottom: none !important; }
	.top_obi ul li a { border-bottom: none !important; min-width: auto;}
	.top_obi ul li a::after { content: none !important; }
	.top_obi ul li a img { height: 33px; }
	.top_obi ul li a p { margin-top: 5px; font-size: 14px; }
	.top_obi.white { border-bottom: 1px solid #fff !important; border-top: 1px solid #fff; }
	.top_obi.white ul li { width: 50%; border-bottom: 1px solid #fff !important; border-left: 1px solid #fff; }
	.top_obi.white ul li:last-child { border-bottom: none !important; }
	.footer_wrapper .logo_area { margin-left: 0; align-items: center;}
	.footer_wrapper .logo_area .logo { width: 210px; margin-bottom: 10px; }
	.footer_list li { min-width: 30%; margin-bottom: 10px; }
	.footer_list li.w50 { width: 50%; }
	.footer_list.bottom { padding: 0 15px; }
	.footer_list.bottom li { min-width: 25%; }
	.footer_list.top { padding: 0 15px; }
	.footer_list.top li a { font-size: 16px; }
	.footer_list.bottom { margin-top: 10px; flex-wrap: wrap; border-top: 1px solid #fff; padding-top: 20px;}
	.contact_area { border-top: 1px solid #fff; padding-top: 20px; }
	.contact_area a img { width: 25px; }
	.contact_area a span { font-size: 16px; padding: 3px; }
	.copyright { font-size: 11px; padding: 15px 0; }
	.radio_area { bottom: 25px; }
	.radio_area .radio_top::before { height: 12px; left: -7px; }
	.radio_area .radio_top::after { height: 12px; right: -7px; }
	.radio_area .radio_top .radio_ttl p { font-size: 10px; }
	.radio_area .radio_top .radio_ttl img { width: 17px; }
	.radio_area .radio_wrap { padding: 5px 7px; }
	.radio_area .radio_wrap .radio_air .radio_text { width: 95px !important; }
	.link_btn a { padding: 10px 40px; }

	/* top */
	.top_fv { padding-bottom: 50px; margin-top: 90px; }
	.fv_slider .slick-dots li { width: 15px; height: 10px; }
	.fv_slider .slick-dots li button::before { width: 10px; height: 10px; font-size: 10px; }
	.request { padding: 20px; filter: drop-shadow(0px 5px 0px rgba(99, 99, 98, 1)); }
	.request:hover { transform: translate(0px, 5px); filter: none; }
	.request .request_icon { width: 50px; }
	.request .request_text { font-size: 18px; }
	.top_news { padding: 40px 0 60px; }
	.top_news .sec_ttl { text-align: center; }
	.top_news .sec_ttl::before { right: 0; margin: 0 auto }
	.top_news .link_btn { justify-content: center; }
	.news_list li { margin-bottom: 20px; }
	.news_list li a .news_date { width: 90px; }
	.news_list li a .news_topic { min-width: 85px; font-size: 12px; }
	.news_list li a .news_text { margin-top: 5px; }
	.push_card a { flex-direction: column; height: 100%; }
	.push_card a .push_images { width: 100%; padding-top: 45%; }
	.push_card a .push_content { width: 100%; padding: 20px; }
	.push_card a .push_content h3 { font-size: 16px; }
	.push_card a .push_content p { font-size: 16px; margin-top: 0; }
	.top_sns .sns_wrap { margin-bottom: 30px; }
	.other_banner { padding: 15px; font-size: 16px; }

	/* common */
	.bg_cream { padding: 40px 15px 60px; }
	.sec_ttl { margin-bottom: 30px; }
	.sec_ttl::before { width: 60px; }
	.sec_ttl .en { font-size: 20px; }

	/* hero */
	.section-hero { margin-top: 70px; height: 240px; }
	.hero_ttl { display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
	.hero_ttl .jp { font-size: 25px; }
	.hero_ttl .en { font-size: 16px; }
	.bread_list { border: .5px solid #000000; }
	.bread_list li { margin-right: 15px; }
	.bread_list li::before { right: -10px; width: 8px; height: 8px; }
	.bread_list li a { padding: 5px; }
	.bread_list .page_top a { padding: 10px 20px; margin-right: 20px; }
	.bread_list .page_top a::before { border-width: 38px 0 38px 20px; right: -20px; }
	.bread_list .page_top a img { width: 25px; }
	.bread_list .page_top a p { font-size: 10px; }

	/* perdonality */
	.tab-wrapper { flex-wrap: wrap; gap: 5px; margin-bottom: 30px; }
	.tab-wrapper .tab { width: calc((100% - 15px) / 4); font-size: 16px; padding: 10px 0; }
	.bangumi_wrap.right { padding-left: 0; }
	.bangumi_wrap.left { padding-right: 0; }
	.bangumi_name { font-size: 18px; margin-bottom: 20px; }
	.bangumi_name::before { width: 35px; height: 25px; top: 0px; left: -5px; }
	.bangumi_detail { margin-bottom: 5px; }
	.bangumi_detail .bangumi_topic { min-width: 90px; }
	.bangumi_detail .bangumi_ttl { font-size: 16px; }

	/* information */
	.section-information { padding: 40px 0; }
	.information_ttl { font-size: 20px; padding: 10px 20px; border-radius: 15px; }
	.border_ttl { font-size: 16px; padding-left: 10px; border-left: 6px solid #f36c21; }
	.infor_table table th { padding: 10px; }
	.infor_table table td { padding: 10px; }
	.border_table table th { width: 95px; }
	.border_table table td { width: calc(100% - 95px); padding: 5px 10px 5px 15px; }

	/* time_table */
	.section-time_table { padding: 30px 0; }
	.section-time_table .tab-wrapper .tab { width: calc((100% - 5px) / 2 ); }
	.section-time_table dl { flex-direction: column; padding: 20px 0; }
	.section-time_table dl dt { width: 100%; }
	.section-time_table dl dt,
	.section-time_table dl dd { font-size: 16px; }
	.section-time_table dl dd { width: 100%; }
	.pdf_printing { justify-content: center }
	.pdf_printing a p { font-size: 14px; }
	.pdf_printing img { width: 22px; }
	.live-mark { padding: 0 8px; font-size: 10px; }

	/* company */
	.section-company { padding: 40px 0; }
	.section-company .border_images img { height: 180px; }
	.section-company .map iframe { height: 300px; }
	.company-content dl { flex-direction: column; }
	.company-content dl dt { width: 100%; padding: 10px; justify-content: start; }
	.company-content dl dd { width: 100%; padding: 10px; }

	/* questions */
	.section-faq { padding: 20px 0; }
	.faq_list li .question { padding: 15px 0; }
	.faq_list li .question .question_text { width: calc(100% - 45px); font-size: 16px; line-height: 1.5; padding-right: 40px; }
	.faq_list li .answer { padding: 15px 0; }
	.faq_list li .answer .answer_text { width: calc(100% - 50px); }
	.faq_list li .faq_icon { width: 35px; height: 35px; font-size: 17px; margin-right: 10px; }
	.plus-minus { width: 0; height: 0; }
	.plus-minus::before, .plus-minus::after { width: 20px; height: 2px; right: 10px; }

	/* news  */
	.section-news { padding: 40px 0; }
	.category_btn { display: flex; flex-wrap: wrap; justify-content: space-between; }
	.category_btn li { width: 49%; }
	.category_btn li a { padding: 8px; }
	.page_navi li { margin: 0 5px; }
	.page_navi li a { width: 35px; height: 35px; font-size: 16px; }
	.page_navi .prev a::before,
	.page_navi .next a::before { width: 10px; height: 10px; }
	.news_label { padding-bottom: 10px; }
	.news_label .news_date { font-size: 16px; }
	.news_label .news_text { font-size: 18px; }
	.news_flex { flex-direction: column; }
	.news_flex .news_left { width: 100%; gap: 10px; justify-content: center; flex-direction: row; align-items: stretch;}
	.news_flex .news_right { width: 100%; }
	.news_flex .news_left > a { margin-right: 0; margin-bottom: 0; }
	.news_flex .news_left .request { padding: 10px; width: 50%; height: auto; }
	.news_flex .news_left .request_icon { width: 45px; margin-bottom: 5px; }
	.news_flex .news_left .request .request_text { font-size: 18px; }
	.news_flex .news_left .on_air { height: auto; width: 50%; filter: drop-shadow(0px 5px 0px rgba(99, 99, 98, 1)); }
	.news_flex .news_left .on_air:hover { transform: translate(0px, 5px); filter: none; }
	/* .news_flex .news_left .on_air img { height: 131px; } */

	/* blog */
	.section-blog { padding: 40px 0; }
	.blog_card p { font-size: 16px; }
	.blog_card .blog_date { margin-bottom: 5px; }
	.blog_label { padding-bottom: 10px; }
	.blog_label .blog_date { font-size: 16px; }
	.news_label .news_topic { font-size: 14px; }
	.blog_label .blog_text { font-size: 18px; }

	/* request */
	.section-request { padding: 40px 0; }

	/* privacy  */
	.section-privacy { padding: 40px 0; }
	.section-privacy .link_btn a { width: 100%; }

	/* contact */
	.section-contact { padding: 40px 0; }
	.tel_area { padding: 20px 0; }
	.tel_area .phone_number .tel { font-size: 20px; }
	.tel_area .phone_number .number { font-size: 30px; }
	.table-res-form { margin-bottom: .1rem; }
	.personal_area .personal_ttl { font-size: .18rem; margin-bottom: .1rem; }
	.personal_area .personal div { font-size: 12px; padding: 15px 10px; }
	.personal_area p { font-size: 12px; }
	.acceptance_area label { padding: 10px 9px; }

	/* document */
	.section-document {	padding: 40px 0; }
	.document_list { gap: 20px; }
	.document_list li { min-width: calc((100% - 20px) / 2); }
	.document_list li a .document_ttl { font-size: 12px; }
	.document_list li a .document_img { width: 25px; height: 25px; }

}

@media (max-width: 576px) {
	.news_flex .news_left .request .request_text { font-size: 13px; }
	.news_flex .news_left .request_icon { width: 30px; }
}

@media (max-width: 390px) {
	.news_flex .news_left .request { min-height: 121.41px; padding: 7px; }
}