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

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

/* === Main === */
#wrap {position:relative; width:100%; max-width:1400px; min-width: 375px; margin:0 auto; overflow:hidden;}
.inner{width:100%; margin:0 auto; padding: 0 2.6%; }

/* 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: 90px;	}
#header h1 a img{width: 220px;}
#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: flex;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_tab.png)center no-repeat; background-size: cover;width: 38px; height: 21px;}
#header.nav .nav_btn{background: url(/assets/images/main/nav_x_btn_tab.png)center no-repeat; background-size: cover;width: 27px; height: 27px;margin-left: 11px;}

.navigation{position:fixed;top: 90px;z-index:5000;width:50%;background-color:#fff;height:100%;display:none;right: 0px;z-index: 4000;line-height: 1;}
.navigation .lnb{padding: 50px 20px;}
.navigation h3{width:100%;}
.navigation h3 a{position: relative;width:100%;background-color:#fff;display: flex;align-items: center;padding-bottom: 30px;color:#333;font-size:18px;font-weight: 700;transition:.3s;}
.navigation h3.on a,
.navigation h3.active a{padding-bottom: 20px;}
.navigation h3 a::after{content:"";position: absolute;top: 5px;right: 0px;width: 14px;height: 8px;background:url(/assets/images/main/nav_arr_tab.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: 30px;}
.navigation ul li{margin-bottom: 18px;}
.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:16px;border:none;font-weight: 400;padding-left: 10px; word-break:keep-all;}
.navigation ul li a img{width: 24px;}
.navi_bg{display: none;position: absolute;top: 90px;left: 0;width: 100%;height: 100%;background: rgba(0,0,0,.5);z-index: 1000;}

/* visual_wrap */
#visual_wrap{position: relative;margin-top: 90px;}
#visual_wrap .txt_wrap{position: absolute; bottom: 100px;left: 0; width: 100%;}
#visual_wrap .txt_wrap p{opacity: 0; transform:translateY(100px);font-size: 50px; color: #fff; font-weight: 700; line-height: 68px;transition: ease 1.5s;width: 70%;}
#visual_wrap .txt_wrap p br{display: none;}
#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_tab.png)center no-repeat; width: 39px; height: 73px; 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_tab.png)center no-repeat; width: 39px; height: 73px; background-size: cover;text-indent: -9999px;z-index: 100;}

/* section */
.section{padding: 100px 0;line-height: 1;}
.section .tit_wrap{display: flex; align-items: center; justify-content: space-between;margin-bottom: 60px;}
.section .tit_wrap .sec_tit{margin-bottom: 0;}

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


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

/*section01*/
#section01{position: relative;}
#section01 .bg{position: absolute;left: 0; bottom: 15px; font-size: 100px;color: #f5f5f5; z-index: -1;font-weight: 700;width: max-content;}
#section01 .inner{display: flex;flex-direction: column-reverse;}
#section01 .left{width: 100%;padding: 60px 0px 0px 0;}
#section01 .left .sec_tit{margin-bottom: 0;}
#section01 .left .sec_tit em{display: none;}
#section01 .left .txt_wrap{margin-top: 30px;}
#section01 .left .txt_wrap p{font-size: 16px; color: #666; line-height: 25px;}
#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_tab.jpg)center no-repeat; height: 280px; 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: 18px; color: #fff; font-weight: 700;text-align: center;}
#section01 .right .box_wrap .box span{display: block;font-size: 14px; color: #fff; line-height: 23px;text-align: center;margin-top: 15px;}
#section01 .right .box_wrap .box a{display: flex; align-items: center; justify-content: center;width: 142px; height: 40px; border:1px solid #fff;font-size: 15px;margin-top: 25px;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_tab.jpg)center no-repeat; background-size: cover;}
#section02 .inner{display: flex;gap:40px}
#section02 .left{width: 324px;}
#section02 .left .img_wrap{display: none;}
#section02 .left .img_wrap:first-child{display: block;}
#section02 .left .img_wrap img{width: 100%; height: 555px; object-fit:cover;}

#section02 .right{width: calc(100% - 364px);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{border-bottom: 1px solid #333;}
#section02 .right ul li .tit{display: flex; align-items: center;justify-content: space-between; height: 85px;cursor: pointer;}
#section02 .right ul li .tit p{font-size: 35px; color: #333; font-weight: 700;}
#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{width: 23px;}

#section02 .right ul li .btn_wrap{display: none;margin-top: 20px;margin-bottom: 25px;}
#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 13px; height: 32px;gap:3px;font-size: 14px; color: #666;border-radius:3px; border:1px solid #ddd;transition:.4s;}
#section02 .right ul li .btn_wrap a:hover{background: #fff;}
#section02 .right ul li .btn_wrap a img{width: 24px;}

/* section03 */
#section03{background: url(/assets/images/main/sec03_bg01_tab.jpg)center no-repeat; background-size: cover;}
#section03 .tit_wrap{align-items: flex-end;}
#section03 .sec_tit strong{line-height: 68px;}
#section03 .sec_tit strong i{display: block;}
#section03 .tab-menu-wrap{display: flex;gap:25px;transform: translateY(-12px);}
#section03 .tab-menu-wrap a{position: relative;font-size: 16px; color: #666; font-weight: 700;padding-bottom: 10px;transition:.4s;}
#section03 .tab-menu-wrap a::after{content:'';position: absolute; bottom: 0; left: -8px; 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% + 16px);}
#section03 .tab-menu-wrap a:hover{color: var(--co01);}
#section03 .tab-menu-wrap a:hover::after{width: calc(100% + 16px);}

#section03 ul.sec03_slide .slick-list{width: calc(100% + 30px);}
#section03 ul.sec03_slide li{position: relative;margin-right: 30px; }
#section03 ul.sec03_slide li a{display: block;padding: 55px 20px 30px;height: 283px;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: 20px; padding: 0 13px; min-width: 50px; height: 27px; background: var(--co01); border-radius:0 0 4px 4px;font-size: 14px; color: #fff;font-weight: 700;}
#section03 ul.sec03_slide li p{font-size: 16px; color: #333; font-weight: 700; margin-bottom: 15px;white-space: nowrap; overflow: hidden; text-overflow: ellipsis;  }
#section03 ul.sec03_slide li span{display: block;font-size: 14px; color: #666; line-height: 23px;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: 14px; color: #999;margin-top: 25px;font-weight: 400;}
#section03 .slick-prev{position: absolute; top: 50%;transform:translateY(-50%); left: -20px; background: url(/assets/images/main/prev01_tab.png)center no-repeat; width: 54px; height: 54px; 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: -20px; background: url(/assets/images/main/next01_tab.png)center no-repeat; width: 54px; height: 54px; 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: 60px auto 0;}

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

#section04 ul.sec04_slide .slick-list{width: calc(100% + 30px);}
#section04 ul.sec04_slide li{position: relative;margin-right: 30px; }
#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: 25px;}
#section04 ul.sec04_slide li .txt_wrap .top{display: flex; align-items: center; gap:20px;}
#section04 ul.sec04_slide li .txt_wrap .top span{position: relative; font-size: 14px; color: var(--co01); font-weight: 500;}
#section04 ul.sec04_slide li .txt_wrap .top span::after{content:'|';position: absolute; right: -12px; top: 50%;transform:translateY(-50%);}
#section04 ul.sec04_slide li .txt_wrap .top p{font-size: 14px; color: #999;}
#section04 ul.sec04_slide li .txt_wrap .txt{margin-top: 12px;}
#section04 ul.sec04_slide li .txt_wrap .txt p{font-size: 16px; color: #333;font-weight: 799;white-space: nowrap; overflow: hidden; text-overflow: ellipsis;  }
#section04 ul.sec04_slide li .txt_wrap .txt span{display: block;font-size: 14px; color: #666; line-height: 23px;margin-top: 8px;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: -20px; background: url(/assets/images/main/prev01_tab.png)center no-repeat; width: 54px; height: 54px; 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: -20px; background: url(/assets/images/main/next01_tab.png)center no-repeat; width: 54px; height: 54px; 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: 100px 0;background: url(/assets/images/main/sec05_bg01_tab.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:35px;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:30px;}
#section05 .box_wrap .list_wrap ul li{width: calc((100% - 60px) / 3);}
#section05 .box_wrap .list_wrap ul li a{display: flex;align-items: flex-start;flex-direction: column;gap:15px;}
#section05 .box_wrap .list_wrap ul li:not(:last-child){margin-bottom: 0px;}
#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: 16px; color: #fff; line-height: 25px; 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: 14px; color: #999;margin-top: 10px;}

.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: 90%;}
.pri_pop .pri_box .pri_x_btn{display: block;color: #fff;font-size:30px;margin-left: auto;}
.pri_pop .pri_box .pri_con{background: #fff;padding: 50px 40px; border-radius:12px;}
.pri_pop .pri_box .pri_con p{height: 300px;overflow-y: scroll;white-space: pre-wrap;font-size: 15px;line-height: 1.6;color: #555;}

/* footer */
#footer{position: relative;padding: 60px 0;}
#footer .addr_wrap{display: flex;justify-content: space-between;flex-wrap:wrap;}
#footer .addr_wrap address{width: 50%;}
#footer a.f_logo{display: block;width: fit-content;margin-bottom: 30px;}
#footer a.f_logo img{width: 230px;}
#footer address p{font-size: 14px; color: #666; line-height: 23px;}
#footer address p strong{display: inline-block;color: #272727;font-weight: 700;margin-right: 10px;}
#footer address p i{display: inline-block;width: 17px;}
#footer address p em{width: 31px;}
#footer p.copy{font-size: 14px;color: #999;margin-top: 20px;}
#footer address p b{display: block;}

#footer .f_right{position: absolute;top: 60px; right: 2.6%;display: flex;gap:30px;align-items: center;}
#footer .a_wrap{display: flex;gap:20px;}
#footer .a_wrap a{font-size: 14px; 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: 48px; height: 48px; border:1px solid #333; }
#footer .top_btn img{width: 10px;}

/* ====sub================================== */
#sub_visual_wrap{position: relative;line-height: 1;margin-top: 90px;}
#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: 50px; 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: 22px; margin-top: 30px;}
#sub_visual_wrap .txt_wrap ul.sub_nav::after{content:'';position: absolute; top: 0; left: 50%;transform:translateX(-50%);width: 25px; height: 2px; background: #fff;}
#sub_visual_wrap .txt_wrap ul.sub_nav li{position: relative;font-size: 15px; color: #fff; }
#sub_visual_wrap .txt_wrap ul.sub_nav li:not(:last-child)::after{content:'·';position: absolute; right: -16px; top: 50%;transform:translateY(-50%);}

#sub_contents{padding: 80px 0px 100px;}
#sub_contents.no_pt{padding: 0px 0px 100px;}
#sub_contents.no_pb{padding: 80px 0px 0px;}

.tab_menu{display: block;width:100%; height:60px; 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: 20px; top: 50%; transform:translateY(-50%);width: 12px; height: 7px; background: url(/assets/images/sub/tab_arr_tab.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 20px 0 20px; width:100%; height:100%; font-size: 15px; 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: 43px; font-size:15px; color:#666;  font-weight: 400;padding:0 20px; 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: 24px;}

ul.depth03{display: flex; margin-bottom: 100px;}
ul.depth03 li{flex:1;}
ul.depth03 li a{display: flex;align-items: center; justify-content: center;height: 50px;font-size: 16px; 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: 30px;font-size: 28px;margin-bottom: 25px;color: #333;}
h3.h3_tit01::after{content:'';position: absolute; left: 0; top: 3px;background: url(/assets/images/sub/sub_txt_icon01.png)center no-repeat; width: 20px;height: 22px;background-size: cover;}

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

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

.list_st01_wrap ul.list{display: flex;flex-wrap:wrap; gap:30px;}
.list_st01_wrap ul.list li{position: relative;width: calc((100% - 30px) / 2); }
.list_st01_wrap ul.list li a{display: block;padding: 55px 20px 30px;height: 283px;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: 20px; padding: 0 13px; min-width: 50px; height: 27px; background: var(--co01); border-radius:0 0 4px 4px;font-size: 14px; color: #fff;font-weight: 700;}
.list_st01_wrap ul.list li p{font-size: 16px; color: #333; font-weight: 700; margin-bottom: 15px;white-space: nowrap; overflow: hidden; text-overflow: ellipsis;  }
.list_st01_wrap ul.list li span{display: block;font-size: 14px; color: #666; line-height: 23px;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: 14px; color: #999;margin-top: 25px;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: 100px 0px 100px 280px;}
.sub0101_wrap .con01::after{content:'';position: absolute; bottom: 0; left: 2.6%; background: url(/assets/images/sub/sub0101_logo01.png)center no-repeat;width: 240px; height: 360px;background-size: cover;}
.sub0101_wrap .con01 strong{display: block;font-size: 28px; color: #333; font-weight: 700;margin-bottom: 30px;}
.sub0101_wrap .con01 p{font-size: 15px; color: #666; line-height: 1.6;}
.sub0101_wrap .con01 p:not(:last-child){margin-bottom: 20px;}
.sub0101_wrap .con01 p br{display: none;}

.sub0101_wrap .con02{padding: 80px 0px 0px;}
.sub0101_wrap .con02 .box{display: flex;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: 60px;}
.sub0101_wrap .con02 .box:nth-child(2n){flex-direction: row-reverse;}
.sub0101_wrap .con02 .box .img_box{width: 50%;}
.sub0101_wrap .con02 .box .img_wrap{position:relative; width:100%; }
.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:15px;flex-direction: column;justify-content: space-between;width: 50%;padding: 30px 20px;}
.sub0101_wrap .con02 .box .txt_wrap strong{display: block;font-size: 18px; color: #333; font-weight: 700;text-align: center;line-height: 1.5;}
.sub0101_wrap .con02 .box .txt_wrap p{font-size: 14px; 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;}

@media screen and (max-width:1024px) {
.sub0101_wrap .con02 .box .img_wrap{padding-bottom:70%;}

}

/*sub0102*/
.sub0102_wrap{line-height: 1;}	
.sub0102_wrap ul.list_wrap{display: flex;flex-wrap:wrap;gap:80px 20px;}
.sub0102_wrap ul.list_wrap > li{position: relative;width: calc((100% - 20px) / 2); background: #f5f5f5;}
.sub0102_wrap ul.list_wrap > li a{display: flex;gap:30px;align-items: flex-end;padding: 0 30px;}
.sub0102_wrap ul.list_wrap > li .img_box{width: 200px;transform:translateY(-30px);}
.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: calc(100% - 230px);padding: 30px 0;}
.sub0102_wrap ul.list_wrap > li .txt_box strong{display: block;font-size: 20px;color: #333; font-weight: 700;}
.sub0102_wrap ul.list_wrap > li .txt_box strong span{position: relative;display: inline-block;padding-left: 20px;font-size: 15px; 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: 15px; background: var(--co01);}
.sub0102_wrap ul.list_wrap > li .txt_box p{font-size: 15px; color: #666;margin-top: 15px;line-height: 1.4; display:flex; align-items:center; justify-content:flex-start; gap:10px;}
.sub0102_wrap ul.list_wrap > li .txt_box p strong{font-size:15px;}
.sub0102_wrap ul.list_wrap > li .txt_box ul{margin-top: 15px;}
.sub0102_wrap ul.list_wrap > li .txt_box ul li{font-size: 15px; line-height: 1.6;color: #666;}
.sub0102_wrap ul.list_wrap > li .txt_box ul li em{display: inline-block; width: 16px;font-size: 15px;color: var(--co01); font-weight: 700;}

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

@media screen and (max-width:1024px) {
.sub0102_wrap ul.list_wrap > li{width: 100%;}

}

/* sub0102_3 */
.sub0102_3_wrap{line-height: 1;}
.sub0102_3_wrap .con:not(:last-child){margin-bottom: 80px;}
.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_view */
.sub0102_view_wrap{line-height: 1;}
.sub0102_view_wrap .con_wrap{display: flex;gap:50px;}
.sub0102_view_wrap .con_wrap .img_con{width: 300px;}
.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: calc(100% - 350px);}
.sub0102_view_wrap .con_wrap .txt_con .tit_wrap{margin-bottom: 50px;}
.sub0102_view_wrap .con_wrap .txt_con .tit_wrap strong{display: block;font-size: 30px; 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: 28px; 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: 18px;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: 15px; background: var(--co01);}
.sub0102_view_wrap .con_wrap .txt_con .tit_wrap .tit em{font-size: 14px;color: #666; display:flex; align-items:center; justify-content:flex-start; gap:10px;}
.sub0102_view_wrap .con_wrap .txt_con .tit_wrap .tit em strong{font-size:14px; color: #333; margin-bottom: 0;}
.sub0102_view_wrap .con_wrap .txt_con .tit_wrap ul.info{display: flex;gap:15px;flex-direction: column;}
.sub0102_view_wrap .con_wrap .txt_con .tit_wrap ul.info li{display: flex;font-size: 15px; color: #666;}
.sub0102_view_wrap .con_wrap .txt_con .tit_wrap ul.info li em{width: 17px;font-size: 15px; color: var(--co01); font-weight: 700;}

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

/*sub0103*/
.sub0103_wrap{line-height: 1;}
.sub0103_wrap .con:not(:last-child){margin-bottom: 80px;}
.sub0103_wrap .con .tit_wrap{display: flex;align-items: center; justify-content: space-between;padding-bottom: 30px;border-bottom: 2px solid #333;}
.sub0103_wrap .con .tit_wrap strong{font-size: 32px; color: #333; font-weight: 700;}
.sub0103_wrap .con .tit_wrap .icon img{width: 50px;}
.sub0103_wrap .con ul.txt_wrap{display: flex;flex-wrap:wrap;gap:15px 0;padding: 30px 0px;}
.sub0103_wrap .con ul.txt_wrap li{display: flex;align-items: flex-start;width: 50%;padding: 0;}
.sub0103_wrap .con ul.txt_wrap li span{display: block; width: 40px;font-size: 15px; color: var(--co01); font-weight: 600;line-height: 1.3;}
.sub0103_wrap .con ul.txt_wrap li p{font-size: 15px;color: #666;font-weight: 500;line-height: 1.3;}
.sub0103_wrap .con .map_wrap{position:relative; width:100%; padding-bottom:33.333%;}
.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:40px;}
.sub02_wrap .con01 .box_wrap .box{width: calc((100% - 40px) / 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: 30px; left: 30px;font-size: 40px; 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: 100px;background: #f5f5f5;transition:.3s;}
.sub02_wrap .con01 .box_wrap .box .txt_wrap p{font-size:18px; color: #333; line-height: 1.6;text-align: center;transition:.3s;}

.sub02_wrap .con01 .box_wrap02{gap:50px 40px;padding: 0px ;}
.sub02_wrap .con01 .box_wrap02 .box{width: calc((100% - 40px) / 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 30px;}
.sub02_wrap .con02 .logo img{width: 50px;}
.sub02_wrap .con02 .tit{margin-bottom: 25px;text-align: center;}
.sub02_wrap .con02 .tit p{font-size: 22px;color: #333;font-weight: 700;}
.sub02_wrap .con02 .tit span{display: block;font-size: 16px;color: #333;font-weight: 700;margin-top: 15px;}
.sub02_wrap .con02 .txt p{font-size: 16px; line-height: 1.6;color: #666;text-align: center;}
.sub02_wrap .con02 .txt p br{display: none;}
.sub02_wrap .con02 .txt p i{display: block;}

/* sub03 */
.sub0301_wrap{line-height: 1;}
.sub0301_wrap .con01{padding-bottom: 80px;}
.sub0301_wrap .con01 .txt_wrap{margin-bottom: 70px;}
.sub0301_wrap .con01 .txt_wrap strong{display: block;font-size: 32px; color: #333; font-weight: 700; margin-bottom: 50px;}
.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: 17px; 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: 30px;}
.sub0301_wrap .con01 .img_wrap{background: url(/assets/images/sub/sub0301_img01.jpg)center no-repeat; background-size: cover; background-attachment: fixed; height: 300px;}

.sub0301_wrap .con02 .box_wrap{border-top: 1px solid #ddd;}
.sub0301_wrap .con02 .box_wrap .box{display: flex;align-items: center;height: auto;border-bottom: 1px solid #ddd;padding: 30px 0;}
.sub0301_wrap .con02 .box_wrap .box .tit{display: flex;align-items: center;width: 50%;padding: 0 20px;}
.sub0301_wrap .con02 .box_wrap .box .tit b{display: block;width: 100px;font-size: 50px; 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: 18px; color: #333; font-weight: 700;}
.sub0301_wrap .con02 .box_wrap .box .txt{width: 50%;padding: 0 20px;}
.sub0301_wrap .con02 .box_wrap .box .txt ul li{font-size: 16px;color: #666; line-height: 1.7;}
.sub0301_wrap .con02 .box_wrap .box .txt ul li:not(:last-child){margin-bottom: 10px;}


/* sub04 */
.sub04_wrap{line-height: 1;}
.sub04_wrap .con:not(:last-child){margin-bottom: 80px;}
.sub04_wrap .con01{display: flex;gap:50px;}
.sub04_wrap .con01 .img_box{width: 400px;}
.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: calc(100% - 450px);background: url(/assets/images/sub/sub04_bg01.png)bottom right no-repeat;background-size: 400px;}
.sub04_wrap .con01 .txt_box .txt:not(:last-child){margin-bottom: 60px;}
.sub04_wrap .con01 .txt_box .txt strong{display: block;font-size: 26px; color: #333; font-weight: 700;margin-bottom: 20px;}
.sub04_wrap .con01 .txt_box .txt strong span{position: relative;display: inline-block;font-size: 15px; color: var(--co01); padding-left: 30px;font-weight: 500;}
.sub04_wrap .con01 .txt_box .txt strong span::after{content:'';position: absolute; left: 15px; top: 50%;transform:translateY(-50%);width: 2px; height: 12px; background: var(--co01);}
.sub04_wrap .con01 .txt_box .txt .p_wrap p{font-size: 16px; color: #666; line-height: 1.6;}
.sub04_wrap .con01 .txt_box .txt .p_wrap p:not(:last-child){margin-bottom: 20px;}

.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: 60px 40px;}
.sub04_wrap .con02 .txt_wrap p{font-size: 25px; color: #fff; font-weight: 700; line-height: 1.6;margin-bottom: 20px;}
.sub04_wrap .con02 .txt_wrap span{display: block;font-size: 16px; 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: 400px;}

@media screen and (max-width:1024px) {
.sub04_wrap .con01{flex-wrap:wrap;}
.sub04_wrap .con01 .img_box{width: 100%;}
.sub04_wrap .con01 .txt_box{width: 100%;}
}

/* sub05 */
.sub0501_wrap{line-height: 1;}
.sub0501_wrap .con01 .txt_wrap{display: block;margin-bottom: 50px;}
.sub0501_wrap .con01 .txt_wrap strong{display: block;width: 100%;font-size: 30px; 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: 20px;}
.sub0501_wrap .con01 .txt_wrap .p_wrap p{font-size: 16px; color: #666; line-height: 1.6;}
.sub0501_wrap .con01 .txt_wrap .p_wrap p:not(:last-child){margin-bottom: 15px;}
.sub0501_wrap .con01 .img_wrap img{width: 100%;}

.sub0501_wrap .con02{margin-top: 80px;padding: 80px 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: 25px;}
.sub0501_wrap .con02 .slide_wrap .txt_wrap em{font-size: 18px; color: var(--co01);font-weight: 700;}
.sub0501_wrap .con02 .slide_wrap .txt_wrap p{font-size: 30px;line-height: 1.6;color: #333;font-weight: 700;margin-top: 10px;}
.sub0501_wrap .con02 .slide_wrap .txt_wrap span{display: block;font-size: 16px; color: #333; line-height: 1.6;margin-top: 15px;}
.sub0501_wrap .con02 .slide_wrap .txt_wrap span img{width: 50px;}
.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:50px;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: 26px; color: #333; font-weight: 700;margin-bottom: 20px; padding-bottom: 20px;}
.sub05_wrap .con01 .txt_box strong::after{content:'';position: absolute; bottom: 0; left: 0;width: 40px; height: 1px; background: var(--co01);}
.sub05_wrap .con01 .txt_box .p_wrap p{font-size: 16px; color: #666; line-height: 1.6;}
.sub05_wrap .con01 .txt_box .p_wrap p:not(:last-child){margin-bottom: 15px;}
.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: 80px;}
.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: 540px;margin-left: auto;padding: 40px 20px;}
.sub05_banner_con .txt_wrap .txt p{font-size: 20px; color: #fff; line-height: 1.6; font-weight: 700;}
.sub05_banner_con .txt_wrap .txt span{display: block;font-size: 14px; color: #fff; line-height: 1.6;margin-top: 15px;}

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

.sub0601_wrap .con02{display: flex;gap:20px;}
.sub0601_wrap .con02 .img_box{width: calc((100% - 40px) / 3); box-shadow:0px 0px 60px rgba(44,58,94,.3);}
.sub0601_wrap .con02 .img_box:nth-child(2){transform:translateY(-40px);}
.sub0601_wrap .con02 .img_wrap{position:relative; width:100%; padding-bottom:117.391%;box-shadow:0px 0px 10px 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;}

}