.wrap { position: relative; max-width: 1280px; width: 100%; margin: 0 auto; }

/* head */
.head { position: absolute; left: 0; top: 0; width: 100%; z-index: 999; border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
.head .wrap { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; }
.logo { margin: 10px 0; }
.logo img { height: 70px; }

.menu { display: flex; flex-wrap: wrap; align-items: center; }
.menu_inner { display: flex; flex-wrap: wrap; }
.menu_inner li { position: relative; display: flex; flex-wrap: wrap; justify-content: center; align-items: center; height: 90px; padding: 0 40px; }
.menu_inner li a { color: #fff; font-size: 20px; font-weight: 600; letter-spacing: -0.03em; }

.smenu_dl { overflow: hidden; position: absolute; left: -5%; top: 100%; padding: 20px 0px; width: 110%; background: #2e8bef; border-radius: 0px; z-index: 999; display: none; }
.smenu_dl dd { text-align: center; padding: 0px 5px; margin-bottom: 15px; transition: 0.5s; }
.smenu_dl dd:last-child { border-bottom: none; margin-bottom: 0px; }
.smenu_dl dd:hover {  }
.smenu_dl dd a { display: block; color: rgba(255, 255, 255, 0.8); font-size: 15px; font-weight: 400; letter-spacing: -0.03em; transition: 0.5s; }
.smenu_dl dd a:hover { color: rgba(255, 255, 255, 1); text-decoration: underline; }

.menu-toggler, .mobile_menu { display: none; }

.dropdown_main { position: relative; display: flex; flex-wrap: wrap; align-items: center; height: 40px; padding: 0 30px; background: rgba(0, 0, 0, 0.5); border-radius: 500px; }
.dropdown_bar { position: relative; padding-right: 30px; background: url('../image/top/lang_arrow01.png') center right no-repeat; color: rgba(255, 255, 255, 0.5); font-size: 14px; font-weight: 400; cursor: pointer; transition: all 0.3s; }
.dropdown_bar:after { content: "\e942"; position: absolute; right: 0px; top: 0px; font-family: 'xeicon' !important; }
.dropdown_content { position: absolute; top: 100%; left: 0%; display: none; margin-top: 0px; width: 100%; background: rgba(0, 0, 0, 0.5); border-radius: 500px; box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1); animation: fade-in 1s ease; z-index: 99; }
.dropdown_content a { display: block; padding: 8px 30px; color: rgba(255, 255, 255, 0.5); font-size: 14px; font-weight: 400; line-height: 1.5; text-decoration:none; transition: all 0.3s; }
.dropdown_content a:hover { color: rgba(255, 255, 255, 0.8); }

.drop_icon2 { display: none; }
@keyframes fade-in {
    from { opacity: 0; }
    to { opacity: 1; }
}

/* footer */
.footer { padding: 50px 0; background: #222; color: #fff; font-size: 1em; }
.footer_info { position: relative; display: flex; flex-wrap: wrap; padding-bottom: 30px; }
.footer_info_inner h4 { margin-bottom: 20px; font-size: 1.3em; font-weight: 600; letter-spacing: -1px; }
.footer_info_inner h4 a { position: relative; color: #fff; }
.footer_info_inner h4 a img { height: 70px; }

.footer_info_inner p span { position: relative; display: inline-block; padding: 0 15px; color: rgba(255, 255, 255, 0.5); line-height: 1.6; }
.footer_info_inner p span:after { content:''; position: absolute; right: 0px; top: 25%; width: 1px; height: 50%; background: #444; }
.footer_info_inner p span.noline:after { display: none; }
.footer_info_inner p span.pl00 { padding-left: 0px; }
.footer_menu { position: absolute; right: 0px; top: 0px; display: inline-flex; flex-wrap: wrap; justify-content: flex-end; align-items: center; }
.footer_menu:after { content: ""; display: block; clear: both; }
.footer_menu li { position: relative; display: flex; flex-wrap: wrap; justify-content: flex-end; margin-right: 5px; }
.footer_menu li:last-child { margin-right: 0px; }
.footer_menu li a { display: inline-flex; flex-wrap: wrap; justify-content: center; align-items: center; width: 160px; height: 50px; background: #111; color: rgba(255, 255, 255, 0.7); font-size: 0.95em; font-weight: 400; letter-spacing: -0.3px; transition: 0.3s; }
.footer_menu li a:hover { background: #2e8bef; }
.footer_menu li a i { margin-right: 5px; }
.footer_copyright { border-top: 1px solid #444; padding-top: 30px; color: #888; line-height: 1.7em; }
.footer_copyright a { color: #888; }

/* main */
.main_vis { position: relative; display: flex; flex-wrap: wrap; justify-content: center; align-items: center; text-align: center; width: 100%; height: 100vh; background: url('../image/main/main_vis01.jpg') center top no-repeat; background-size: cover; color: #fff; }
.main_text h2 { margin-bottom: 50px; font-size: 68px; font-weight: 800; letter-spacing: -0.03em; }
.main_text h2 span { display: block; margin-bottom: 30px; color: rgba(255, 255, 255, 0.3); font-size: 24px; font-weight: 300; letter-spacing: 0; }
.main_text p { color: rgba(255, 255, 255, 0.9); font-size: 1.4em; line-height: 1.5; letter-spacing: -0.03em; }

.main_con { padding: 100px 0; }

.main_con01 .wrap { display: flex; flex-wrap: wrap; }
.main_con01_inr { width: 50%; }
.main_con01_imgbox img { max-width: 100%; }
.main_con01_textbox { display: flex; flex-wrap: wrap; flex-direction: column; justify-content: center; padding-left: 80px; }
.main_con01_textbox h3 { margin-bottom: 30px; color: #222; font-size: 58px; font-weight: 800; }
.main_con01_textbox h3 span { display: block; margin-bottom: 10px; color: #2e8bef; font-size: 20px; font-weight: 500; letter-spacing: -0.03em; }
.main_con01_textbox p { margin-bottom: 50px; color: #333; font-size: 1.15em; word-break: keep-all; line-height: 1.5; }
.main_con01_btn { position: relative; display: inline-flex; flex-wrap: wrap; justify-content: center; align-items: center; width: 180px; height: 55px; border: 2px solid #ccc; color: #666; font-weight: 600; transition: 0.3s; }
.main_con01_btn:hover { border: 2px solid #2e8bef; }
.main_con01_btn:after { content:''; position: absolute; left: 0px; top: 0px; width: 0px; height: 100%; background: #2e8bef; transition: 0.3s; }
.main_con01_btn:hover:after { width: 100%; }
.main_con01_btn span { position: relative; z-index: 99; transition: 0.3s; }
.main_con01_btn:hover span { color: #fff; }

.main_con02 { background: #f4f4f4; }
.main_con02 .wrap { display: flex; flex-wrap: wrap; }
.main_con02_titlebox { width: 30%; padding-right: 50px; }
.main_con02_titlebox h3 { margin-bottom: 30px; color: #222; font-size: 58px; font-weight: 800; }
.main_con02_titlebox h3 span { display: block; margin-bottom: 10px; color: #2e8bef; font-size: 20px; font-weight: 500; letter-spacing: -0.03em; }
.main_con02_titlebox p { margin-bottom: 50px; color: #333; word-break: keep-all; line-height: 1.4; letter-spacing: -0.03em; }
.main_con02_imgbox { width: 70%; }

.swiper { width: 100%; height: 100%; }
.swiper-slide { text-align: center; background: #fff; display: flex; flex-wrap: wrap; justify-content: center; align-items: center; }
.swiper-slide img { display: block; width: 100%; height: 100%; object-fit: cover; }
.main_con02_imglist { padding-bottom: 50px; }
.main_con02_imglist .swiper-slide { box-shadow: 0 5px 5px rgba(0, 0, 0, 0.05); }
.main_con02_img { width: 100%; }
.main_con02_img img { max-width: 100%; }
.main_con02_imglist h4 { margin: 30px 0; width: 100%; color: #333; font-size: 1.15em; font-weight: 500; letter-spacing: -0.03em; }

.main_con03 h2 { text-align: center; margin-bottom: 50px; color: #222; font-size: 58px; font-weight: 800; letter-spacing: -0.03em; }

/* sub */
.sub_vis { position: relative; display: flex; flex-wrap: wrap; justify-content: center; align-items: center; width: 100%; height: 600px; padding-top: 90px; color: #fff; }

.sub_vis_bg01 { height: 85vh; background: #000 url('../image/sub/sub_vis01.jpg') center center no-repeat; background-size:cover; }
.sub_vis_bg02 { background: #000 url('../image/sub/sub_vis02.jpg') center center no-repeat; background-size:cover; }
.sub_vis_bg03 { background: #000 url('../image/sub/sub_vis03.jpg') center center no-repeat; background-size:cover; }
.sub_vis_bg04 { background: #000 url('../image/sub/sub_vis04.jpg') center center no-repeat; background-size:cover; }
.sub_vis_bg05 { background: #000 url('../image/sub/sub_vis05.jpg') center center no-repeat; background-size:cover; }

.sub_vis .wrap { text-align: center; }
.sub_vis h2 { margin-bottom: 30px; font-size: 65px; text-align: center; }
.sub_vis p { color: rgba(255, 255, 255, 0.5); font-size: 1.2em; line-height: 1.6; word-break: keep-all; }

.sub_vis_bg01 h2 { margin-bottom: 50px; font-size: 65px; text-align: center; }
.sub_vis_bg01 h2 span{ display: block; margin-bottom: 30px; font-size: 24px; font-weight: 200; opacity: 0.5; }
.sub_vis_bg01 p { position: relative; display: block; text-align: center; padding-top: 50px; color: #fff; font-size: 1.2em; font-weight: 300; word-break: keep-all; }
.sub_vis_bg01 p:after { content:''; position: absolute; top: 0px; left: 48%; width: 4%; height: 1px; background: #fff; }

.sidebar { position: relative; z-index: 90; display: flex; flex-wrap: wrap; justify-content: flex-start; align-items: center; width: 100%; margin-bottom: 80px; border-bottom: 1px solid #ddd; }
.sidebar .wrap { display: flex; flex-wrap: wrap; justify-content: flex-start;background: #fff; }
.sidebar .home { width: 64px; height: 64px; background: #2e8bef; }
.sidebar .home a { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; width: 100%; height: 100%; font-size: 1.3em; color: #fff; transition: 0.3s; }
.sidebar .depth { position: relative; }
.sidebar .depth_1 { width: 250px; }
.sidebar .depth_2 { width: 250px; }
.sidebar .depth:before { content:''; position: absolute; left: 0px; top: 20%; width: 1px; height: 60%; background: #ddd; }
.sidebar .depth_1:before { display: none; }
.sidebar .depth_2:after { content:''; position: absolute; right: 0px; top: 20%; width: 1px; height: 60%; background: #ddd; }
.sidebar .depth_title { position: relative; width: 100%; height: 64px; padding: 0 30px; text-align: left; background: transparent; border: none; color: #333; font-weight: 600; transition:0.3s; word-break: break-all; }
.sidebar .depth_title:after { content:"\e942"; position: absolute; top: calc(50% - 7px); right: 15px; font-family: 'xeicon' !important; color: #ccc; transition: 0.3s; }
.sidebar .depth_title:hover:after { color: #222; }
.sidebar .depth .sub_ul { position: absolute; left: 0px; top: 100%; padding: 10px 0px; border-width: medium 1px 1px; border-style: none solid solid; border-color: currentColor rgb(215, 219, 224) rgb(215, 219, 224); border-image: none; border-top: 1px solid rgb(215, 219, 224); width: 100%; background-color: #f7f7f7; }
.sidebar .depth .sub_ul li { padding: 8px 30px; }
.sidebar .depth .sub_ul li a { display: flex; flex-wrap: wrap; justify-content: flex-start; align-items: center; text-align: left; color: #888; }
.sidebar .depth .sub_ul li a:hover { color: #000; text-decoration: underline; }

.sub_contents { margin-bottom: 80px; }
.sub_contents.mb00 { margin-bottom: 0px; }

.sub_title { margin-bottom: 50px; text-align: center; }
.sub_title h2 { margin-bottom: 30px; color: #333; font-size: 52px; font-weight: 800; letter-spacing: -0.03em; }
.sub_title p { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; color: #aaa; font-size: 14px; }
.sub_title p span { margin: 0 5px; }

#sub_page { line-height: 1.6; }

.company_wrap { width: 1600px; max-width: 96%; margin: 0 auto; }
.company_inr { padding: 120px 0; }
.company_inr01 { text-align: center; }

.company_inr01 h3 { position: relative; text-align: center; margin-bottom: 80px; color: #222; font-size: 3em; font-weight: 100; line-height: 1.3; letter-spacing: -0.03em; }
.company_inr01 h3 strong { font-weight: 800; }

.company_list01 { display: flex; align-items: center; justify-content: space-between; width: 100%; margin: 0 auto; }
.company_list01 li { display: flex; justify-content: center; align-items: center; text-align: center; width: 25%; padding: 50px 0; border-left: 1px solid rgba(0, 0, 0, 0.1); }
.company_list01 li:first-child { border-left: none; }
.company_list01 li .company_list01_inner { color: #666; font-weight: 400; }
.company_list01 li h4 { margin-bottom: 20px; color: #000; font-size: 1.7em; font-weight: 600; line-height: 1; }
.company_list01 li .company_list01_inner img { margin-bottom:50px; }

.company_inr02 { background: url('../image/sub/company_inr02_bg01.jpg') center top no-repeat; background-size: cover; }

.company_inr02 h3 { position: relative; margin-bottom: 50px; color: #fff; font-size: 3em; font-weight: 800; line-height: 1; }
.company_list02 { display: flex; justify-content: flex-start; align-items: flex-start; flex-wrap: wrap; }
.company_list02 li { width: 49%; color: #fff; }
.company_list02 li:first-child { margin-right: 2%; }
.company_list02 li h4 { margin-bottom: 30px; font-size: 2em; font-weight: 300; line-height: 1; }
.company_list02 li h4 span { position: relative; display: inline-block; margin-left: 20px; padding-left: 20px; font-size: 16px; opacity: 0.6; }
.company_list02 li h4 span:after { content:''; position: absolute; left: 0px; top: 20%; width: 1px; height: 60%; background: rgba(255, 255, 255, 0.8); }
.company_list02 li p { margin-bottom: 50px; color: rgba(255, 255, 255, 0.8); font-size: 0.9em; font-weight: 300; }
.company_list02 li dl { display: flex; flex-wrap: wrap; align-items: center; justify-content: flex-start; }
.company_list02 li dl dd { display: flex; align-content: center; justify-content: center; align-items: center; text-align: center; width: 33.33%; height: 80px; border-right: 1px solid rgba(255, 255, 255, 0.4); border-bottom: 1px solid rgba(255, 255, 255, 0.4);	color: rgba(255, 255, 255, 0.6); font-size: 0.95em; font-weight: 500; letter-spacing: -0.03em; transition: 0.5s; word-break: keep-all; }
.company_list02 li dl dd:hover { background: #fff; color: #2e8bef; font-weight: 500; }
.company_list02 li dl dd:first-child, .company_list02 li dl dd:nth-child(2), .company_list02 li dl dd:nth-child(3) { border-top: 1px solid rgba(255, 255, 255, 0.4); }
.company_list02 li dl dd:first-child, .company_list02 li dl dd:nth-child(4) { border-left: 1px solid rgba(255, 255, 255, 0.4); }

/* sub */
.contactus_inr01 { margin-bottom: 80px; }
.contactus h3 { position: relative; margin-bottom: 30px; padding-left: 30px; color: #222; font-size: 20px; font-weight: 600; letter-spacing: -0.03em; }
.contactus h3:after { content:''; position: absolute; left: 0px; top: 5px; width: 22px; height: 22px; background: linear-gradient(120deg, rgba(46,139,239,1) 0%, rgba(0,40,121,1) 100%); border-radius: 3px; }
.contactus h3:before { content:''; position: absolute; left: 4px; top: 9px; width: 14px; height: 14px; background: #fff; border-radius: 2px; z-index: 99; }

.contact_list { display: flex; flex-wrap: wrap; margin-bottom: 50px; }
.contact_list.mb00 { margin-bottom: 0px; }

.contact_list01 li { display: flex; flex-wrap: wrap; }
.contact_list01 li.wh100 { width: 100%; margin-bottom: 10px; }
.contact_list02 li.wh100 { width: 100%; }
.contact_list01 li.wh50 { width: 49%; }
.contact_list01 li.mr2 { margin-right: 2%; }

.contact_list li label { display: flex; flex-wrap: wrap; align-items: center; color: #333; font-size: 1.05em; font-weight: 600; }
.contact_list01 li label { width: 180px; }
.contact_list02 li label { margin-bottom: 20px; }
.contact_input { width: calc(100% - 180px); height: 50px; padding: 10px; background: #fff; border: 1px solid #ddd; font-size: 1em; font-weight: 300; }

.contact_btnbox { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; margin-top: 50px; }
.contact_btn { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; width: 180px; height: 55px; border: none; background: linear-gradient(120deg, rgba(46, 139, 239, 1) 0%, rgba(0, 40, 121, 1) 100%); color: #fff; transition:0.3s; }
.contact_btn i { margin-right: 5px; }

.contactus_inr02 p { margin-bottom: 20px; color: #333; font-size: 1.15em; font-weight: 400; }
.contactus_inr02 p strong { margin-right: 20px; }