@media screen and (max-width:767px) {

.center{text-align:center;}
.pc_img {display:none;}
.tab_img {display:none;}
.mob_img {display:block;}
.pc {display:none;}
.tab {display:none;}
.mob {display:block;}

/* === Main === */
#wrap {position:relative; width:100%; max-width:767px; min-width: 375px; margin:0 auto; overflow:hidden; word-break: keep-all;}
.inner{width:100%; margin:0 auto; padding: 0 2.66%;}

/* header */
#header{position: fixed;top: 0; left: 0; width: 100%;background: #fff; z-index: 9000;line-height: 1;border-bottom: 1px solid #ddd;}
#header .inner{display: flex; align-items: center; justify-content: space-between;height: 55px;	}
#header h1 a img{width: 120px;}
#header ul.gnb{display: none;gap:50px;padding: 42px 0;}
#header ul.gnb li a{display: block;font-size: 18px; color: #333; font-weight: 500;}
#header .right_wrap{display: flex; align-items: center;gap:30px;}
#header .right_wrap .btn_wrap{display: none;gap:10px;}
#header .right_wrap .btn_wrap a{display: flex;align-items: center;height: 32px; padding: 0px 15px; border-radius:20px;font-size: 14px; color: #fff;}
#header .right_wrap .btn_wrap a.a01{background: var(--co02);}
#header .right_wrap .btn_wrap a.a02{background: var(--co01);}
#header .right_wrap .btn_wrap a.a03{background: var(--co03);}

.all_menu_wrap{display: none;position: fixed; left: 0; top: 102px;width: 100%;background: #fff;line-height: 1;z-index: 8000;}
.all_menu_wrap .inner{display: flex;}
.all_menu_wrap .all_menu{padding: 30px 0px 58px;flex:1;border-right: 1px solid #ddd;}
.all_menu_wrap .all_menu:first-child{border-left: 1px solid #ddd;}
.all_menu_wrap .all_menu strong{display: block;margin-bottom: 30px;}
.all_menu_wrap .all_menu strong a{display: block;text-align: center;font-size: 22px; color: #333; font-weight: 700;}
.all_menu_wrap .all_menu ul li:not(:last-child){margin-bottom: 18px;}
.all_menu_wrap .all_menu ul li a{display: flex;justify-content: center;align-items: center;gap:4px;text-align: center;font-size: 18px; color: #666;transition:.4s;}
.all_menu_wrap .all_menu ul li a:hover{color: var(--co01);}

/*navi*/
.nav_btn{display: block; background: url(/assets/images/main/nav_btn_mob.png)center no-repeat; background-size: cover;width: 29px; height: 16px;}
#header.nav .nav_btn{background: url(/assets/images/main/nav_x_btn_mob.png)center no-repeat; background-size: cover;width: 14px; height: 14px;margin-left: 15px;}

.navigation{position:fixed;top: 55px;z-index:5000;width:50%;background-color:#fff;height:100%;display:none;right: 0px;z-index: 4000;line-height: 1;}
.navigation .lnb{padding: 40px 10px;}
.navigation h3{width:100%;}
.navigation h3 a{position: relative;width:100%;background-color:#fff;display: flex;align-items: center;padding-bottom: 25px;color:#333;font-size:14px;font-weight: 700;transition:.3s;}
.navigation h3.on a,
.navigation h3.active a{padding-bottom: 15px;}
.navigation h3 a::after{content:"";position: absolute;top: 5px;right: 0px;width: 10px;height: 6px;background:url(/assets/images/main/nav_arr_mob.png)center no-repeat;background-size:cover ;transition:.3s;}
.navigation h3.active a::after,
.navigation h3.on a::after{transform:rotate(180deg);}
.navigation ul{display: block; padding-bottom: 25px;}
.navigation ul li{margin-bottom: 12px;}
.navigation ul li:last-child{margin-bottom: 0;}
.navigation ul li a{display:flex;gap:5px; align-items: center;height:auto;width:100%;color:#666;font-size:12px;border:none;font-weight: 400;padding-left: 6px; word-break:keep-all;}
.navigation ul li a img{width: 18px;}
.navi_bg{display: none;position: absolute;top: 55px;left: 0;width: 100%;height: 100%;background: rgba(0,0,0,.5);z-index: 1000;}

.navigation .btn_wrap a{display: flex;align-items: center;width: fit-content;height: 25px; padding: 0px 10px; border-radius:20px;font-size: 11px; color: #fff;}
.navigation .btn_wrap a:not(:last-child){margin-bottom: 10px;}
.navigation .btn_wrap a.a01{background: var(--co02);}
.navigation .btn_wrap a.a02{background: var(--co01);}
.navigation .btn_wrap a.a03{background: var(--co03);}

/* visual_wrap */
#visual_wrap{position: relative;margin-top: 55px;}
#visual_wrap .txt_wrap{position: absolute; bottom: 65px;left: 0; width: 100%;}
#visual_wrap .txt_wrap p{opacity: 0; transform:translateY(100px);font-size: 30px; color: #fff; font-weight: 700; line-height: 45px;transition: ease 1.5s;width: 100%;}
#visual_wrap .txt_wrap p br{display: block;}
#visual_wrap ul li.slick-active .txt_wrap p{opacity: 1; transform:translateY(0px);}
#visual_wrap .slick-prev{position: absolute; top: 50%; transform:translateY(-50%); left: 2.6%;background: url(/assets/images/main/vis_prev_mob.png)center no-repeat; width: 25px; height: 45px; background-size: cover;text-indent: -9999px;z-index: 100;}
#visual_wrap .slick-next{position: absolute; top: 50%; transform:translateY(-50%); right: 2.6%;background: url(/assets/images/main/vis_next_mob.png)center no-repeat; width: 25px; height: 45px; background-size: cover;text-indent: -9999px;z-index: 100;}

/* section */
.section{padding: 70px 0;line-height: 1;}
.section .tit_wrap{display: flex; align-items: flex-start; justify-content: flex-start; flex-direction: column;gap:25px;margin-bottom: 40px;}
.section .tit_wrap .sec_tit{margin-bottom: 0;}

.section .sec_tit{position: relative;margin-bottom: 80px;}
.section .sec_tit em{display: block;font-size: 14px; color: #333; font-weight: 700; margin-bottom: 20px;}
.section .sec_tit strong{display: block;font-size: 30px;color: #333; font-weight: 700;}
.section .sec_tit p{font-size: 14px; color: #666;margin-top: 17px;}
.section .sec_tit img{position: absolute; top: 0; right: 0;width: 32px;}


a.more_btn_st01{display: flex;align-items: center; justify-content: center;width: 120px; height: 34px; background: #272727;font-size: 12px; color: #fff;}

/*section01*/
#section01{position: relative;}
#section01 .bg{position: absolute;left: 0; bottom: 4px; font-size: 60px;color: #f5f5f5; z-index: -1;font-weight: 700;width: max-content;}
#section01 .inner{display: flex;flex-direction: column-reverse;}
#section01 .left{width: 100%;padding: 40px 0px 0px 0;}
#section01 .left .sec_tit{margin-bottom: 0;}
#section01 .left .sec_tit em{display: none;}
#section01 .left .txt_wrap{margin-top: 18px;}
#section01 .left .txt_wrap p{font-size: 12px; color: #666; line-height: 21px;}
#section01 .left .txt_wrap p br{display: none;}

#section01 .right{width: 100%;}
#section01 .right .sec_tit_mob{display: flex;align-items: center;justify-content: space-between;margin-bottom: 15px;}
#section01 .right .sec_tit_mob em{margin-bottom: 0;}
#section01 .right .sec_tit_mob img{position: initial;}
#section01 .right .box_wrap{display: flex;background: url(/assets/images/main/sec01_bg01_mob.jpg)center no-repeat; height: 190px; background-size: cover;overflow: hidden;transition:.5s;}
#section01 .right .box_wrap:hover{background-size: cover;}
#section01 .right .box_wrap .box{display: flex; align-items: center; justify-content: center; flex-direction: column; flex:1;height: 100%;}
#section01 .right .box_wrap .box:first-child{border-right: 1px solid rgba(255,255,255,.3);}
#section01 .right .box_wrap .box p{font-size: 16px; color: #fff; font-weight: 700;text-align: center;}
#section01 .right .box_wrap .box span{display: block;font-size: 11px; color: #fff; line-height: 20px;text-align: center;margin-top: 8px;}
#section01 .right .box_wrap .box span br{display: none;}
#section01 .right .box_wrap .box span i{display: block;}
#section01 .right .box_wrap .box a{display: flex; align-items: center; justify-content: center;width: 100px; height: 30px; border:1px solid #fff;font-size: 12px;margin-top: 18px;color: #fff;transition:.4s;}
#section01 .right .box_wrap .box a:hover{background: #fff; color: var(--co01);} 	

/* section02 */
#section02{background: url(/assets/images/main/sec02_bg01_mob.jpg)center no-repeat; background-size: cover;}
#section02 .inner{display: block;gap:0px}
#section02 .left{display: none;}
#section02 .left .img_wrap{display: none;}
#section02 .left .img_wrap:first-child{display: none;}
#section02 .left .img_wrap img{width: 100%; height: 555px; object-fit:cover;}

#section02 .right{width: 100%;padding: 0;padding-top: 12px;}
#section02 .right .sec_tit{margin-bottom: 0px;}
#section02 .right .sec_tit img{top: -10px;}

#section02 .right ul{border-top: 1px solid #333;}
#section02 .right ul li{position: relative;border-bottom: 1px solid #333;z-index: 1;}
#section02 .right ul li::after{content:'';position: absolute; top: 0; left: 0; width: 100%; height: 100%; opacity: 0;transition:.4s;z-index: -1;}
#section02 .right ul li:nth-child(1)::after{background: url(/assets/images/main/sec02_img01_mob.jpg)center no-repeat; background: cover;}
#section02 .right ul li:nth-child(2)::after{background: url(/assets/images/main/sec02_img02_mob.jpg)center no-repeat; background: cover;}
#section02 .right ul li:nth-child(3)::after{background: url(/assets/images/main/sec02_img03_mob.jpg)center no-repeat; background: cover;}
#section02 .right ul li:nth-child(4)::after{background: url(/assets/images/main/sec02_img04_mob.jpg)center no-repeat; background: cover;}
#section02 .right ul li.on::after{opacity: 1;}

#section02 .right ul li .tit{display: flex; align-items: center;justify-content: space-between; height: 60px;cursor: pointer;padding: 0px 10px;}
#section02 .right ul li .tit p{font-size: 20px; color: #333; font-weight: 700;transition:.3s;}
#section02 .right ul li .tit a{transition:.4s;}
#section02 .right ul li .tit a:hover{transform:rotate(45deg);}
#section02 .right ul li .tit a img{opacity: 0;width: 14px;transition:.3s;}

#section02 .right ul li.on .tit p{color: #fff;}
#section02 .right ul li.on .tit a img{opacity: 1;}

#section02 .right ul li .btn_wrap{display: none;margin-top: 10px;margin-bottom: 0px;padding: 0px 10px 20px;}
#section02 .right ul li .btn_wrap .a_wrap{display: flex;flex-wrap:wrap;gap:5px;}
#section02 .right ul li .btn_wrap a{display: flex; align-items: center;justify-content: center;padding: 0 12px; height: 32px;gap:3px;font-size: 12px; color: #fff;border-radius:3px; border:1px solid rgba(221,221,221,.5);transition:.4s;transition:.3s;}
#section02 .right ul li .btn_wrap a:hover{background: #fff;}
#section02 .right ul li .btn_wrap a img{width: 22px;}

/* section03 */
#section03{background: url(/assets/images/main/sec03_bg01_mob.jpg)center no-repeat; background-size: cover;}
#section03 .tit_wrap{align-items: flex-start;}
#section03 .sec_tit strong{line-height: 1;}
#section03 .sec_tit strong i{display: none;}
#section03 .tab-menu-wrap{display: flex;gap:15px;transform: translateY(0px);}
#section03 .tab-menu-wrap a{position: relative;font-size: 14px; color: #666; font-weight: 700;padding-bottom: 10px;transition:.4s;}
#section03 .tab-menu-wrap a::after{content:'';position: absolute; bottom: 0; left: -6px; width: 0; height: 2px; background: var(--co01); border-radius:2px;transition:.4s;}
#section03 .tab-menu-wrap a.on{color: var(--co01);}
#section03 .tab-menu-wrap a.on::after{width: calc(100% + 12px);}
#section03 .tab-menu-wrap a:hover{color: var(--co01);}
#section03 .tab-menu-wrap a:hover::after{width: calc(100% + 12px);}

#section03 ul.sec03_slide .slick-list{width: calc(100% + 10px);}
#section03 ul.sec03_slide li{position: relative;margin-right: 10px; }
#section03 ul.sec03_slide li a{display: block;padding: 40px 15px 20px;height: 220px;background: #f5f5f5; border:1px solid #ddd;}
#section03 ul.sec03_slide li em.tag{display: flex;align-items: center; justify-content: center;position: absolute; top: 0; right: 10px; padding: 0 12px; min-width: 40px; height: 24px; background: var(--co01); border-radius:0 0 4px 4px;font-size: 11px; color: #fff;font-weight: 700;}
#section03 ul.sec03_slide li p{font-size: 14px; color: #333; font-weight: 700; margin-bottom: 10px;white-space: nowrap; overflow: hidden; text-overflow: ellipsis;  }
#section03 ul.sec03_slide li span{display: block;font-size: 11px; color: #666; line-height: 20px;overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 6; -webkit-box-orient: vertical; word-wrap:break-word;}
#section03 ul.sec03_slide li b{display: block;font-size: 11px; color: #999;margin-top: 12px;font-weight: 400;}
#section03 .slick-prev{position: absolute; top: 50%;transform:translateY(-50%); left: -10px; background: url(/assets/images/main/prev01_mob.png)center no-repeat; width: 40px; height: 40px; border-radius:50%; background-size: cover;z-index: 100; text-indent: -9999px; box-shadow: 5px 5px 12px rgba(0,0,0,.15);}
#section03 .slick-next{position: absolute; top: 50%;transform:translateY(-50%); right: -10px; background: url(/assets/images/main/next01_mob.png)center no-repeat; width: 40px; height: 40px; border-radius:50%; background-size: cover;z-index: 100; text-indent: -9999px; box-shadow: 5px 5px 12px rgba(0,0,0,.15);}

#section03 a.more_btn_st01{margin: 40px auto 0;}

/* section04 */
#section04{padding: 65px 0;background: url(/assets/images/main/sec04_bg01_mob.jpg)center no-repeat; background-size: cover;}

#section04 ul.sec04_slide .slick-list{width: calc(100% + 10px);}
#section04 ul.sec04_slide li{position: relative;margin-right: 10px; }
#section04 ul.sec04_slide li .img_wrap{ position:relative; width:100%; padding-bottom:63.768%;}
#section04 ul.sec04_slide li .img_wrap img{position:absolute; left:0; right:0; top:0; bottom:0; margin:auto; width:100%; height:100%; max-width:100%; max-height:100%; object-fit:cover;}
#section04 ul.sec04_slide li .txt_wrap{margin-top: 15px;}
#section04 ul.sec04_slide li .txt_wrap .top{display: flex; align-items: center; gap:15px;}
#section04 ul.sec04_slide li .txt_wrap .top span{position: relative; font-size: 11px; color: var(--co01); font-weight: 500;}
#section04 ul.sec04_slide li .txt_wrap .top span::after{content:'|';position: absolute; right: -9px; top: 50%;transform:translateY(-50%);}
#section04 ul.sec04_slide li .txt_wrap .top p{font-size: 11px; color: #999;}
#section04 ul.sec04_slide li .txt_wrap .txt{margin-top: 8px;}
#section04 ul.sec04_slide li .txt_wrap .txt p{font-size: 14px; color: #333;font-weight: 700;white-space: nowrap; overflow: hidden; text-overflow: ellipsis;  }
#section04 ul.sec04_slide li .txt_wrap .txt span{display: block;font-size: 11px; color: #666; line-height: 20px;margin-top: 5px;overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; word-wrap:break-word;}

#section04 .slick-prev{position: absolute; top: 50%;transform:translateY(-50%); left: -10px; background: url(/assets/images/main/prev01_mob.png)center no-repeat; width: 40px; height: 40px; border-radius:50%; background-size: cover;z-index: 100; text-indent: -9999px; box-shadow: 5px 5px 12px rgba(0,0,0,.15);}
#section04 .slick-next{position: absolute; top: 50%;transform:translateY(-50%); right: -10px; background: url(/assets/images/main/next01_mob.png)center no-repeat; width: 40px; height: 40px; border-radius:50%; background-size: cover;z-index: 100; text-indent: -9999px; box-shadow: 5px 5px 12px rgba(0,0,0,.15);}

/* section05 */
#section05{padding: 65px 0;background: url(/assets/images/main/sec05_bg01_mob.jpg)center no-repeat; background-size: cover;}
#section05 .sec_tit strong{color: #fff;}
#section05 .sec_tit p{color: #fff;}
#section05 a.more_btn_st01{background: #fff;color: #333;}

#section05 .box_wrap{display: flex;gap:20px;flex-direction: column;}
#section05 .box_wrap .video_box{width: 100%;}
#section05 .box_wrap .video_box .video_wrap{position:relative; width:100%; padding-bottom:56.25%;}
#section05 .box_wrap .video_box .video_wrap iframe{position:absolute; left:0; right:0; top:0; bottom:0; margin:auto; width:100%; height:100%; max-width:100%; max-height:100%; object-fit:cover;}
#section05 .box_wrap .list_wrap{width: 100%;}
#section05 .box_wrap .list_wrap ul{display: flex;gap:15px;}
#section05 .box_wrap .list_wrap ul li{width: calc((100% - 15px) / 2);}
#section05 .box_wrap .list_wrap ul li a{display: flex;align-items: flex-start;flex-direction: column;gap:10px;}
#section05 .box_wrap .list_wrap ul li:not(:last-child){margin-bottom: 0px;}
#section05 .box_wrap .list_wrap ul li:last-child{display: none;}
#section05 .box_wrap .list_wrap ul li .img_box{position: relative;width: 100%;}
#section05 .box_wrap .list_wrap ul li .img_box .logo{position: absolute; left: 50%; top: 50%; transform:translate(-50%,-50%);}
#section05 .box_wrap .list_wrap ul li .img_wrap{position:relative; width:100%; padding-bottom:56%;}
#section05 .box_wrap .list_wrap ul li .img_wrap img{position:absolute; left:0; right:0; top:0; bottom:0; margin:auto; width:100%; height:100%; max-width:100%; max-height:100%; object-fit:cover;}
#section05 .box_wrap .list_wrap ul li .txt_box{width: 100%;}
#section05 .box_wrap .list_wrap ul li .txt_box p{font-size: 12px; color: #fff; line-height: 21px; font-weight: 700;overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; word-wrap:break-word;}
#section05 .box_wrap .list_wrap ul li .txt_box span{display: block;font-size: 11px; color: #999;margin-top: 8px;}

.pri_pop{display: none;position: fixed; top: 0; left: 0; width: 100%; height: 100vh; background: rgba(0,0,0,.5);z-index: 9999;}
.pri_pop .pri_box{position: absolute;top: 50%;left: 50%;transform:translate(-50%,-50%);max-width: 1000px; width: 94%;}
.pri_pop .pri_box .pri_x_btn{display: block;color: #fff;font-size:20px;margin-left: auto;}
.pri_pop .pri_box .pri_con{background: #fff;padding: 40px 20px; border-radius:10px;}
.pri_pop .pri_box .pri_con p{height: 300px;overflow-y: scroll;white-space: pre-wrap;font-size: 12px;line-height: 1.6;color: #555;}

/* footer */
#footer{position: relative;padding: 40px 0;}
#footer .addr_wrap{display: flex;justify-content: space-between;flex-wrap:wrap;gap:20px;}
#footer .addr_wrap address{width: 100%;}
#footer a.f_logo{display: block;width: fit-content;margin-bottom: 20px;}
#footer a.f_logo img{width: 130px;}
#footer address p{font-size: 11px; color: #666; line-height: 20px;}
#footer address p strong{display: inline-block;color: #272727;font-weight: 700;margin-right: 7px;}
#footer address p i{display: inline-block;width: 12px;}
#footer address p i:nth-of-type(2){display: block;width: 10px; height: 0;font-size: 0;}
#footer address p em{width: 23px;}
#footer p.copy{font-size: 11px;color: #999;margin-top: 0;}

#footer .f_right{position: absolute;top: 40px; right: 2.6%;display: flex;gap:15px;align-items: center;}
#footer .a_wrap{display: flex;gap:7px;}
#footer .a_wrap a{font-size: 10px; color: #272727;font-weight: 700;}
#footer .a_wrap a.pri_btn{color: var(--co01);}
#footer .top_btn{display: flex; align-items: center; justify-content: center; width: 35px; height: 35px; border:1px solid #333; }
#footer .top_btn img{width: 7px;}

/* ====sub================================== */
#sub_visual_wrap{position: relative;line-height: 1;margin-top: 55px;}
#sub_visual_wrap .txt_wrap{position: absolute; left: 50%; top: 50%;transform:translate(-50%,-50%);width: 100%;}
#sub_visual_wrap .txt_wrap h2{font-size: 30px; color: #fff; font-weight: 700;text-align: center;}
#sub_visual_wrap .txt_wrap ul.sub_nav{position: relative;display: flex; align-items: center; justify-content: center;gap:25px;padding-top: 17px; margin-top: 20px;}
#sub_visual_wrap .txt_wrap ul.sub_nav::after{content:'';position: absolute; top: 0; left: 50%;transform:translateX(-50%);width: 18px; height: 2px; background: #fff;}
#sub_visual_wrap .txt_wrap ul.sub_nav li{position: relative;font-size: 12px; color: #fff; }
#sub_visual_wrap .txt_wrap ul.sub_nav li:not(:last-child)::after{content:'·';position: absolute; right: -13px; top: 50%;transform:translateY(-50%);}

#sub_contents{padding: 50px 0px 60px;}
#sub_contents.no_pt{padding: 0px 0px 60px;}
#sub_contents.no_pb{padding: 50px 0px 0px;}

.tab_menu{display: block;width:100%; height:40px; line-height: 1;border-bottom: 1px solid #ddd;}
.tab_menu .inner{display: flex; height:100%;padding: 0;}
.tab_menu .home{display: none; align-items: center; justify-content: center;width: 70px; height: 100%;background: var(--co01);}
.tab_menu .menu {display: flex; width:100%; height:100%;}
.tab_menu .menu > li {position:relative;min-width: initial;width: 50%;height:100%;border-right: 1px solid #ddd;}
.tab_menu .menu > li::after{content:'';position: absolute; right: 10px; top: 50%; transform:translateY(-50%);width: 9px; height: 6px; background: url(/assets/images/sub/tab_arr_mob.png)center no-repeat; background-size: cover;transition:.3s;}
.tab_menu .menu > li.on::after{transform:translateY(-50%) rotate(180deg);}
.tab_menu .menu > li > a {display:flex; align-items:center; padding: 0 10px; width:100%; height:100%; font-size: 12px; color:#333; font-weight: 700; line-height:1.2; box-sizing:border-box; word-break:keep-all;}
.tab_menu .menu > li ul {display:none; position:absolute; width:100%; top:100%; left:0px; box-sizing:content-box; background-color:#fff; z-index:100;border:1px solid #ddd}
.tab_menu .menu > li ul li a{display:flex; align-items:center; gap:10px; position:relative; width:100%; height: 34px; font-size:12px; color:#666;  font-weight: 400;padding:0 10px; box-sizing:border-box; line-height:1.2;transition:.3s}
.tab_menu .menu > li ul li.on a{background: #f5f5f5;}
.tab_menu .menu > li ul li:hover a{background: #f5f5f5;}
.tab_menu .menu > li ul li a img{width: 18px;}

ul.depth03{display: flex; margin-bottom: 50px;}
ul.depth03 li{flex:1;}
ul.depth03 li a{display: flex;align-items: center; justify-content: center;height: 30px;font-size: 12px; color: #666;border:1px solid #ddd;}
ul.depth03 li.on a{background: var(--co01); color: #fff;font-weight: 700;border:1px solid var(--co01);}

h3.h3_tit01{position: relative;padding-left: 22px;font-size: 18px;margin-bottom: 20px;color: #333;}
h3.h3_tit01::after{content:'';position: absolute; left: 0; top: 1px;background: url(/assets/images/sub/sub_txt_icon01.png)center no-repeat; width: 16px;height: 17px;background-size: cover;}

h4.h4_tit01{font-size: 18px; color: #333; font-weight: 700; text-align: center; margin-bottom: 25px;}

table.tbl01{width: 100%; border-top: 2px solid #333;}
table.tbl01 tr{border-bottom: 1px solid #ddd;}
table.tbl01 th{padding: 10px 5px;font-size: 12px; color: #333; font-weight: 700; background: #f5f5f5;}
table.tbl01 td{padding: 10px 5px;font-size: 12px; color: #666;text-align: center;}

.list_st01_wrap ul.list{display: flex;gap:10px;flex-wrap:wrap;}
.list_st01_wrap ul.list li{position: relative;width: 100%;}
.list_st01_wrap ul.list li a{display: block;padding: 40px 15px 20px;height: auto;background: #f5f5f5; border:1px solid #ddd;}
.list_st01_wrap ul.list li em.tag{display: flex;align-items: center; justify-content: center;position: absolute; top: 0; right: 10px; padding: 0 12px; min-width: 40px; height: 24px; background: var(--co01); border-radius:0 0 4px 4px;font-size: 11px; color: #fff;font-weight: 700;}
.list_st01_wrap ul.list li p{font-size: 14px; color: #333; font-weight: 700; margin-bottom: 10px;white-space: nowrap; overflow: hidden; text-overflow: ellipsis;  }
.list_st01_wrap ul.list li span{display: block;font-size: 11px; color: #666; line-height: 20px;overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 6; -webkit-box-orient: vertical; word-wrap:break-word;}
.list_st01_wrap ul.list li b{display: block;font-size: 11px; color: #999;margin-top: 12px;font-weight: 400;}

/*sub0101*/
.sub0101_wrap{line-height: 1;}	
.sub0101_wrap .con01{position: relative;background: linear-gradient(180deg,rgba(255, 255, 255, 1) 0%, rgba(245, 245, 245, 1) 100%);padding: 60px 0px 60px 150px;}
.sub0101_wrap .con01::after{content:'';position: absolute; bottom: 0; left: 1.6%; background: url(/assets/images/sub/sub0101_logo01.png)center no-repeat;width: 200px; height: 300px;background-size: cover;}
.sub0101_wrap .con01 strong{display: block;font-size: 18px; color: #333; font-weight: 700;margin-bottom: 12px; line-height: 1.6;}
.sub0101_wrap .con01 p{font-size: 13px; color: #666; line-height: 1.6;}
.sub0101_wrap .con01 p:not(:last-child){margin-bottom: 10px;}
.sub0101_wrap .con01 p br{display: none;}

.sub0101_wrap .con02{padding: 50px 0px 0px;}
.sub0101_wrap .con02 .box{display: flex;flex-direction: column;filter: grayscale(1) opacity(0.3);transition:.8s;}
.sub0101_wrap .con02 .box.on{filter: grayscale(0) opacity(1);}
.sub0101_wrap .con02 .box:not(:last-child){margin-bottom: 40px;}
.sub0101_wrap .con02 .box:nth-child(2n){flex-direction: column;}
.sub0101_wrap .con02 .box .img_box{width: 100%;}
.sub0101_wrap .con02 .box .img_wrap{position:relative; width:100%; padding-bottom: 53.333%;}
.sub0101_wrap .con02 .box .img_wrap img{position:absolute; left:0; right:0; top:0; bottom:0; margin:auto; width:100%; height:100%; max-width:100%; max-height:100%; object-fit:cover;}
.sub0101_wrap .con02 .box .txt_wrap{display: flex;gap:10px;flex-direction: column;justify-content: space-between;width: 100%;padding: 20px 10px;}
.sub0101_wrap .con02 .box .txt_wrap strong{display: block;font-size: 14px; color: #333; font-weight: 700;text-align: center;line-height: 1.5;}
.sub0101_wrap .con02 .box .txt_wrap p{font-size: 12px; color: #666; line-height: 1.6;text-align: center;}
.sub0101_wrap .con02 .box .txt_wrap p b{color: var(--co01);font-weight: 400;}
.sub0101_wrap .con02 .box .txt_wrap p br{display: none;}
.sub0101_wrap .con02 .box .txt_wrap p i{display: block;}


/*sub0102*/
.sub0102_wrap{line-height: 1;}	
.sub0102_wrap ul.list_wrap{display: flex;flex-wrap:wrap;gap:20px;}
.sub0102_wrap ul.list_wrap > li{position: relative;width: 100%;; background: #f5f5f5;}
.sub0102_wrap ul.list_wrap > li a{display: flex;flex-direction: column;gap:15px;align-items: center;padding: 20px;}
.sub0102_wrap ul.list_wrap > li .img_box{width: 200px;transform:translateY(0px);}
.sub0102_wrap ul.list_wrap > li .img_wrap{position:relative; width:100%; padding-bottom:138.462%;}
.sub0102_wrap ul.list_wrap > li .img_wrap img{position:absolute; left:0; right:0; top:0; bottom:0; margin:auto; width:100%; height:100%; max-width:100%; max-height:100%; object-fit:cover;}

.sub0102_wrap ul.list_wrap > li .txt_box{width: 100%;padding: 20px 0;}
.sub0102_wrap ul.list_wrap > li .txt_box strong{display: block;font-size: 18px;color: #333; font-weight: 700;}
.sub0102_wrap ul.list_wrap > li .txt_box strong span{position: relative;display: inline-block;padding-left: 16px;font-size: 12px; color: var(--co01); font-weight: 500;}
.sub0102_wrap ul.list_wrap > li .txt_box strong span::after{content:'';position: absolute; left: 10px; bottom: 0;width: 1px; height: 12px; background: var(--co01);}
.sub0102_wrap ul.list_wrap > li .txt_box p{font-size: 12px; color: #666;margin-top: 15px;line-height: 1.4; display:flex; align-items:center; justify-content:flex-start; gap:5px;}
.sub0102_wrap ul.list_wrap > li .txt_box p strong{font-size:12px;}
.sub0102_wrap ul.list_wrap > li .txt_box ul{margin-top: 10px;}
.sub0102_wrap ul.list_wrap > li .txt_box ul li{font-size: 12px; line-height: 1.6;color: #666;}
.sub0102_wrap ul.list_wrap > li .txt_box ul li em{display: inline-block; width: 14px;font-size: 12px;color: var(--co01); font-weight: 700;}

.sub0102_wrap ul.list_wrap > li .icon{position: absolute; top: 20px; right: 20px;transition:.3s;}
.sub0102_wrap ul.list_wrap > li .icon img{width: 16px;}
.sub0102_wrap ul.list_wrap > li:hover .icon{transform:rotate(90deg);}


/* sub0102_3 */
.sub0102_3_wrap{line-height: 1;}
.sub0102_3_wrap .con:not(:last-child){margin-bottom: 50px;}
.sub0102_3_wrap .con table.tbl01 .col01{width: 250px;}
.sub0102_3_wrap .con table.tbl01 .col02{width: 250px;}
.sub0102_3_wrap .con table.tbl01 .col03{width: 250px;}
.sub0102_3_wrap .con table.tbl01 .col04{width: 375px;}
.sub0102_3_wrap .con table.tbl01 .col05{width: 375px;}
.sub0102_3_wrap .con table.tbl01 td{word-break: break-all;}

/* sub0102_view */
.sub0102_view_wrap{line-height: 1;}
.sub0102_view_wrap .con_wrap{display: flex;flex-direction: column;gap:30px;}
.sub0102_view_wrap .con_wrap .img_con{width: 100%;}
.sub0102_view_wrap .con_wrap .img_wrap{position:relative; width:100%; padding-bottom:138.333%;}
.sub0102_view_wrap .con_wrap .img_wrap img{position:absolute; left:0; right:0; top:0; bottom:0; margin:auto; width:100%; height:100%; max-width:100%; max-height:100%; object-fit:cover;}

.sub0102_view_wrap .con_wrap .txt_con{width: 100%;}
.sub0102_view_wrap .con_wrap .txt_con .tit_wrap{margin-bottom: 40px;}
.sub0102_view_wrap .con_wrap .txt_con .tit_wrap strong{display: block;font-size: 20px; line-height: 1.4; color: #333; font-weight: 700;margin-bottom: 25px;}
.sub0102_view_wrap .con_wrap .txt_con .tit_wrap .tit{position: relative;display: flex;align-items: baseline; justify-content: space-between;padding-bottom: 20px; margin-bottom: 20px;border-bottom: 1px solid #ddd;}
.sub0102_view_wrap .con_wrap .txt_con .tit_wrap .tit::after{content:'';position: absolute; left: 0; bottom: -2px;width: 80px; height: 3px; background: var(--co01);}
.sub0102_view_wrap .con_wrap .txt_con .tit_wrap .tit p{font-size: 22px; color: #333; font-weight: 700;}
.sub0102_view_wrap .con_wrap .txt_con .tit_wrap .tit p span{position: relative;display: inline-block;padding-left: 20px;font-size: 14px;font-weight: 500;color: var(--co01);}
.sub0102_view_wrap .con_wrap .txt_con .tit_wrap .tit p span::after{content:'';position: absolute; left: 9px; bottom: 0;width: 1px; height: 12px; background: var(--co01);}
.sub0102_view_wrap .con_wrap .txt_con .tit_wrap .tit em{font-size: 12px;color: #666; display:flex; align-items:center; justify-content:flex-start; gap:5px;}
.sub0102_view_wrap .con_wrap .txt_con .tit_wrap .tit em strong{font-size:12px; color: #333; margin-bottom: 0;}
.sub0102_view_wrap .con_wrap .txt_con .tit_wrap ul.info{display: flex;gap:10px;flex-direction: column;}
.sub0102_view_wrap .con_wrap .txt_con .tit_wrap ul.info li{display: flex;font-size: 13px; color: #666;}
.sub0102_view_wrap .con_wrap .txt_con .tit_wrap ul.info li em{width: 14px;font-size: 13px; color: var(--co01); font-weight: 700;}

.sub0102_view_wrap .con_wrap .txt_con .txt_wrap .txt:not(:last-child){margin-bottom: 30px;}
.sub0102_view_wrap .con_wrap .txt_con .txt_wrap .txt strong{display: block;font-size: 20px; color: #333; font-weight: 700;margin-bottom: 12px;}
.sub0102_view_wrap .con_wrap .txt_con .txt_wrap .txt ul:not(:last-child){margin-bottom: 10px;}
.sub0102_view_wrap .con_wrap .txt_con .txt_wrap .txt ul li{font-size: 13px; color: #666; line-height: 1.6;}
.sub0102_view_wrap .con_wrap .txt_con .txt_wrap .txt ul.dots li{position: relative;padding-left: 12px;}
.sub0102_view_wrap .con_wrap .txt_con .txt_wrap .txt ul.dots li::after{content:'';position: absolute; left: 0; top: 7px;width: 3px; height: 3px;background: var(--co01); border-radius:50%;}

/*sub0103*/
.sub0103_wrap{line-height: 1;}
.sub0103_wrap .con:not(:last-child){margin-bottom: 50px;}
.sub0103_wrap .con .tit_wrap{display: flex;align-items: center; justify-content: space-between;padding-bottom: 20px;border-bottom: 2px solid #333;}
.sub0103_wrap .con .tit_wrap strong{font-size: 18px; color: #333; font-weight: 700;}
.sub0103_wrap .con .tit_wrap .icon img{width: 32px;}
.sub0103_wrap .con ul.txt_wrap{display: flex;flex-wrap:wrap;gap:10px 0;padding: 20px 0px;}
.sub0103_wrap .con ul.txt_wrap li{display: flex;align-items: flex-start;width: 100%;padding: 0;}
.sub0103_wrap .con ul.txt_wrap li span{display: block; width: 40px;font-size: 12px; color: var(--co01); font-weight: 600;line-height: 1.3;}
.sub0103_wrap .con ul.txt_wrap li p{font-size: 12px;color: #666;font-weight: 500;line-height: 1.3;}
.sub0103_wrap .con .map_wrap{position:relative; width:100%; padding-bottom:56.25%;}
.sub0103_wrap .con .map_wrap iframe{position:absolute; left:0; right:0; top:0; bottom:0; margin:auto; width:100%; height:100%; max-width:100%; max-height:100%; object-fit:cover;}

/* sub02 */
.sub02_wrap{line-height: 1;}
.sub02_wrap .con01 .box_wrap{display: flex;flex-wrap:wrap;justify-content: center;gap:10px;}
.sub02_wrap .con01 .box_wrap .box{width: calc((100% - 10px) / 2);}
.sub02_wrap .con01 .box_wrap .box .img_wrap{position:relative; width:100%; padding-bottom:115.942%;}
.sub02_wrap .con01 .box_wrap .box .img_wrap img{position:absolute; left:0; right:0; top:0; bottom:0; margin:auto; width:100%; height:100%; max-width:100%; max-height:100%; object-fit:cover;filter: grayscale(1);transition:.3s;}
.sub02_wrap .con01 .box_wrap .box .img_wrap em{position: absolute;top: 15px; left: 15px;font-size: 20px; color: rgba(255,255,255,.3); font-weight: 700;z-index: 10;}
.sub02_wrap .con01 .box_wrap .box .txt_wrap{display: flex;align-items: center;justify-content: center;height: 60px;background: #f5f5f5;transition:.3s;}
.sub02_wrap .con01 .box_wrap .box .txt_wrap p{font-size:12px; color: #333; line-height: 1.6;text-align: center;transition:.3s;}

.sub02_wrap .con01 .box_wrap02{gap:20px 10px;padding: 0px ;}
.sub02_wrap .con01 .box_wrap02 .box{width: calc((100% - 10px) / 2);}

.sub02_wrap .con01 .box_wrap .box .img_wrap em{color: #fff;}
.sub02_wrap .con01 .box_wrap .box .img_wrap img{filter: grayscale(0);}
.sub02_wrap .con01 .box_wrap .box .txt_wrap{background: var(--co03);}
.sub02_wrap .con01 .box_wrap .box .txt_wrap p{color: #fff;}

.sub02_wrap .con02{background: url(/assets/images/sub/sub02_bg01.jpg)center bottom no-repeat; background-size: cover;padding: 120px 0px 140px;}
.sub02_wrap .con02 .logo{width: fit-content;margin: 0 auto 15px;}
.sub02_wrap .con02 .logo img{width: 32px;}
.sub02_wrap .con02 .tit{margin-bottom: 10px;text-align: center;}
.sub02_wrap .con02 .tit p{font-size: 18px;color: #333;font-weight: 700;}
.sub02_wrap .con02 .tit span{display: block;font-size: 13px;color: #333;font-weight: 700;margin-top: 10px;line-height: 1.6;}
.sub02_wrap .con02 .tit span i{display: block;}
.sub02_wrap .con02 .txt p{font-size: 12px; line-height: 1.6;color: #666;text-align: center;}
.sub02_wrap .con02 .txt p br{display: none;}
.sub02_wrap .con02 .txt p i{display: none;}

/* sub03 */
.sub0301_wrap{line-height: 1;}
.sub0301_wrap .con01{padding-bottom: 60px;}
.sub0301_wrap .con01 .txt_wrap{margin-bottom: 40px;}
.sub0301_wrap .con01 .txt_wrap strong{display: block;font-size: 20px; color: #333; font-weight: 700; margin-bottom: 20px;}
.sub0301_wrap .con01 .txt_wrap strong b{background: linear-gradient(to right, #2c3a5e 0%, #2160cd 100%);background-clip: text;-webkit-background-clip: text;color: transparent;font-weight: 700;}
.sub0301_wrap .con01 .txt_wrap p{font-size: 13px; color: #666; line-height: 1.6;}
.sub0301_wrap .con01 .txt_wrap p br{display: none;}
.sub0301_wrap .con01 .txt_wrap p:not(:last-child){margin-bottom: 20px;}
.sub0301_wrap .con01 .img_wrap{background: url(/assets/images/sub/sub0301_img01.jpg)center no-repeat; background-size: cover; background-attachment: fixed; height: 150px;}

.sub0301_wrap .con02 .box_wrap{border-top: 1px solid #ddd;}
.sub0301_wrap .con02 .box_wrap .box{display: flex;align-items: flex-start;height: auto;flex-direction: column;gap:10px;border-bottom: 1px solid #ddd;padding: 20px 0;}
.sub0301_wrap .con02 .box_wrap .box .tit{display: flex;align-items: center;flex-direction: column;gap:10px;width: 100%;padding: 0 10px;}
.sub0301_wrap .con02 .box_wrap .box .tit b{display: block;width: auto;font-size: 20px; color: #ddd;font-weight: 700;transition:.4s;}
.sub0301_wrap .con02 .box_wrap .box.on .tit b{background: linear-gradient(to right, #2c3a5e 0%, #2160cd 100%);background-clip: text;-webkit-background-clip: text;color: transparent;}
.sub0301_wrap .con02 .box_wrap .box .tit p{font-size: 16px; color: #333; font-weight: 700;}
.sub0301_wrap .con02 .box_wrap .box .txt{width: 100%;padding: 0 10px;}
.sub0301_wrap .con02 .box_wrap .box .txt ul li{font-size: 12px;color: #666; line-height: 1.7;}
.sub0301_wrap .con02 .box_wrap .box .txt ul li:not(:last-child){margin-bottom: 4px;}

/* sub04 */
.sub04_wrap{line-height: 1;}
.sub04_wrap .con:not(:last-child){margin-bottom: 50px;}
.sub04_wrap .con01{display: flex;gap:20px;flex-wrap:wrap;}
.sub04_wrap .con01 .img_box{width: 100%;}
.sub04_wrap .con01 .img_wrap{position:relative; width:100%; padding-bottom:68.571%;}
.sub04_wrap .con01 .img_wrap img{position:absolute; left:0; right:0; top:0; bottom:0; margin:auto; width:100%; height:100%; max-width:100%; max-height:100%; object-fit:cover;}

.sub04_wrap .con01 .txt_box{width: 100%;background: url(/assets/images/sub/sub04_bg01.png)bottom right no-repeat;background-size: 280px;}
.sub04_wrap .con01 .txt_box .txt:not(:last-child){margin-bottom: 30px;}
.sub04_wrap .con01 .txt_box .txt strong{display: block;font-size: 20px; color: #333; font-weight: 700;margin-bottom: 15px;}
.sub04_wrap .con01 .txt_box .txt strong span{position: relative;display: inline-block;font-size: 13px; color: var(--co01); padding-left: 20px;font-weight: 500;}
.sub04_wrap .con01 .txt_box .txt strong span::after{content:'';position: absolute; left: 10px; top: 50%;transform:translateY(-50%);width: 1px; height: 10px; background: var(--co01);}
.sub04_wrap .con01 .txt_box .txt .p_wrap p{font-size: 12px; color: #666; line-height: 1.6;}
.sub04_wrap .con01 .txt_box .txt .p_wrap p:not(:last-child){margin-bottom: 10px;}

.sub04_wrap .con02{background: url(/assets/images/sub/sub04_bg01.jpg)center no-repeat; height: auto; background-size: cover;}
.sub04_wrap .con02 .txt_wrap{padding: 40px 20px;}
.sub04_wrap .con02 .txt_wrap p{font-size: 18px; color: #fff; font-weight: 700; line-height: 1.6;margin-bottom: 15px;}
.sub04_wrap .con02 .txt_wrap span{display: block;font-size: 12px; color: #ddd; line-height: 1.6;}

.sub0405_wrap .con01 .txt_box{background: url(/assets/images/sub/sub04_bg01.png)bottom right no-repeat;background-size: 250px;}

/* sub05 */
.sub0501_wrap{line-height: 1;}
.sub0501_wrap .con01 .txt_wrap{display: block;margin-bottom: 30px;}
.sub0501_wrap .con01 .txt_wrap strong{display: block;width: 100%;font-size: 16px; color: #333; line-height: 1.5;}
.sub0501_wrap .con01 .txt_wrap strong br{display: none;}
.sub0501_wrap .con01 .txt_wrap .p_wrap{width: 100%;padding-left: 0px;padding-top: 10px;}
.sub0501_wrap .con01 .txt_wrap .p_wrap p{font-size: 13px; color: #666; line-height: 1.6;}
.sub0501_wrap .con01 .txt_wrap .p_wrap p:not(:last-child){margin-bottom: 10px;}
.sub0501_wrap .con01 .img_wrap img{width: 100%;height: 150px;object-fit: cover;}

.sub0501_wrap .con02{margin-top: 60px;padding: 60px 0;background: url(/assets/images/sub/sub0501_bg01.jpg)center no-repeat; background-size: cover;}
.sub0501_wrap .con02 .inner{display: block;}
.sub0501_wrap .con02 .slide_wrap{width: 100%;margin-bottom: 15px;}
.sub0501_wrap .con02 .slide_wrap .txt_wrap em{font-size: 13px; color: var(--co01);font-weight: 700;}
.sub0501_wrap .con02 .slide_wrap .txt_wrap p{font-size: 15px;line-height: 1.6;color: #333;font-weight: 700;margin-top: 6px;}
.sub0501_wrap .con02 .slide_wrap .txt_wrap span{display: block;font-size: 13px; color: #333; line-height: 1.6;margin-top: 10px;}
.sub0501_wrap .con02 .slide_wrap .txt_wrap span img{width: 32px;}
.sub0501_wrap .con02 .img_box{width: 100%;}
.sub0501_wrap .con02 .img_wrap{position:relative; width:100%; padding-bottom:57.143%;}
.sub0501_wrap .con02 .img_wrap img{position:absolute; left:0; right:0; top:0; bottom:0; margin:auto; width:100%; height:100%; max-width:100%; max-height:100%; object-fit:cover;}

.sub05_wrap .con01{display: flex;flex-direction: column;gap:20px;background: url(/assets/images/sub/sub05_bg01.png)left bottom no-repeat; }
.sub05_wrap .con01 .txt_box{width: 100%;}
.sub05_wrap .con01 .txt_box strong{position: relative;display: block;font-size: 18px; color: #333; font-weight: 700;margin-bottom: 15px; padding-bottom: 12px;}
.sub05_wrap .con01 .txt_box strong::after{content:'';position: absolute; bottom: 0; left: 0;width: 30px; height: 1px; background: var(--co01);}
.sub05_wrap .con01 .txt_box .p_wrap p{font-size: 13px; color: #666; line-height: 1.6;}
.sub05_wrap .con01 .txt_box .p_wrap p:not(:last-child){margin-bottom: 10px;}
.sub05_wrap .con01 .img_box{width: 100%;}
.sub05_wrap .con01 .img_wrap{position:relative; width:100%; padding-bottom:68.571%;}
.sub05_wrap .con01 .img_wrap img{position:absolute; left:0; right:0; top:0; bottom:0; margin:auto; width:100%; height:100%; max-width:100%; max-height:100%; object-fit:cover;}

.sub05_banner_con{margin-top: 60px;}
.sub05_banner_con .txt_wrap{background: url(/assets/images/sub/sub05_bg01.jpg)center no-repeat; height: auto;background-size: cover;}
.sub05_banner_con .txt_wrap .txt{width: auto;margin-left: auto;padding: 30px 15px;backdrop-filter: brightness(0.7);}
.sub05_banner_con .txt_wrap .txt p{font-size: 15px; color: #fff; line-height: 1.6; font-weight: 700;}
.sub05_banner_con .txt_wrap .txt span{display: block;font-size: 13px; color: #fff; line-height: 1.6;margin-top: 10px;}

/* sub0601 */
.sub0601_wrap{line-height: 1;}
.sub0601_wrap .con01{background: url(/assets/images/sub/sub0601_bg01.png)center no-repeat;padding-bottom: 50px;background-size: 200px;}
.sub0601_wrap .con01 strong{display: block;font-size: 18px; line-height: 1.6; font-weight: 700;color: #333;margin-bottom: 20px;}
.sub0601_wrap .con01 strong b{color: var(--co01);font-weight: 700;}
.sub0601_wrap .con01 p{font-size: 13px; color: #666; line-height: 1.6;}
.sub0601_wrap .con01 p:not(:last-child){margin-bottom: 10px;}

.sub0601_wrap .con02{display: flex;gap:20px;flex-direction: column;}
.sub0601_wrap .con02 .img_box{width: 100%; box-shadow:0px 0px 20px rgba(44,58,94,.3);}
.sub0601_wrap .con02 .img_box:nth-child(2){transform:translateY(0px);}
.sub0601_wrap .con02 .img_wrap{position:relative; width:100%; padding-bottom:35%;box-shadow:0px 0px 5px rgba(44,58,94,.2);}
.sub0601_wrap .con02 .img_wrap img{position:absolute; left:0; right:0; top:0; bottom:0; margin:auto; width:100%; height:100%; max-width:100%; max-height:100%; object-fit:cover;}

.no-posts{font-size: 14px;}
.no-posts2{font-size: 14px;}
}