/*==========================================================
                        C U S T O M
==========================================================*/
.under main .image_l{float:left;margin:0 60px 0 0}
.under main .image_r{float:right;margin:0 0 0 60px}

/* MB */
.under main .mb0{margin-bottom:0!important}
.under main .mb05{margin-bottom:5px!important}
.under main .mb10{margin-bottom:10px!important}
.under main .mb15{margin-bottom:15px!important}
.under main .mb20{margin-bottom:20px!important}
.under main .mb25{margin-bottom:25px!important}
.under main .mb30{margin-bottom:30px!important}
.under main .mb40{margin-bottom:40px!important}
.under main .mb50{margin-bottom:50px!important}
.under main .mb60{margin-bottom:60px!important}
.under main .mb70{margin-bottom:70px!important}
.under main .mb80{margin-bottom:80px!important}
.under main .mb90{margin-bottom:90px!important}
.under main .mb100{margin-bottom:100px}
.under main .mb120{margin-bottom:120px}
.under main .mb150{margin-bottom:150px}

/* MT */
.under main .mt10{margin-top:10px}
.under main .mt15{margin-top:15px}
.under main .mt20{margin-top:20px}
.under main .mt25{margin-top:25px}
.under main .mt30{margin-top:30px}
.under main .mt40{margin-top:40px}
.under main .mt50{margin-top:50px}

/*==========================================================
                        H E A D I N G
==========================================================*/
.under main h2,
.under main h3,
.under main h4,
.under main h5,
.under main h6,
.under main .ovn_content h3,
.under main .ovn_content h4,
.under main .ovn_content h5,
.under main .ovn_content h6{font-weight: bold;margin-bottom: 40px;}

.under main h2{font-size: 60px; text-align: center;margin-bottom: 0;}

.under main .under_ttl_lager {font-size: 43px; text-align: center;font-weight: 700;margin-bottom: 36px;line-height: 1.5em;white-space: nowrap;}
.under main .under_ttl_lager .en{font-size: 65.12%; color: var(--mcolor); display: block;font-family: var(--f-en);text-transform: uppercase;font-weight: 800;margin: 0 0 18px;}

.under main h3,.under main .ovn_content h3{font-size: 30px;position: relative;padding: 0 0 29px;}
.under main .ovn_content h3 .small, .under main h3 .small{font-size: 80%;}
.under main h3::after{content: "";position: absolute; width:80px;height: 7px;background-color: var(--mcolor);left: 0;bottom: 0px;}

.under main .under_tit1{font-size: 22px;font-weight: 900;margin: 0 0 33px;line-height: 1.5em;}

.under main h4,.under main .ovn_content h4{font-size: 22px;position: relative;font-weight: 900;margin:0 0 30px;}
.under main h5,.under main .ovn_content h5{font-size: 20px;position: relative;font-weight: 900;margin:0 0 20px;padding: 0 0 10px;border-bottom: 2px solid var(--txt);}
.under main h6,.under main .ovn_content h6{font-size: 18px;position: relative;font-weight: 900;margin:0 0 20px;color: var(--mcolor);}

/*==========================================================
                      MAIN - CONTENT
==========================================================*/
.under main #content{padding: 0 0 164px;word-break: break-word;}
.under main #content>.inner{width: 1130px;}
.under main section{padding:10px 0 93px;margin-bottom:0}
.under main section:last-child{padding:0}

/* LINK + BUTTON TOP */
.under main .link{text-decoration: underline;color: var(--mcolor);text-underline-offset: 3px;}

/*============ TOP INFO ============ */
.under main #top_info{height:400px;width:100%;max-width:1920px;margin:0 auto;background:url('../images/top_info_bg.jpg') no-repeat center /cover;color: #fff;text-align: center;padding-top: 94px;}
.under main #top_info .inner{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%}

/*==========================================================
                    T O P I C   P A T H
==========================================================*/
.under main #topic_path{margin-bottom:32px}
.under main #topic_path ul{display:block;padding:10px 0}
.under main #topic_path li{display:inline;position: relative;}
.under main #topic_path li:not(:last-child)::after{content:">";position:relative;display: inline-block;margin: 0 5px 0 10px;top: -1px;pointer-events: none;}
.under main #topic_path a{text-underline-offset: 3px;}


/*============ LIST ANCHOR LINK ============ */
.under main .list_anchor{display: flex; align-items: center; flex-wrap: wrap; justify-content: center;width:100%;margin-bottom: 30px;}
.under main .list_anchor .btn{margin: 0 10px 15px}
.under main .list_anchor:last-child{margin-bottom: -15px;}
.under main .list_anchor .btn a {width: 380px;height: 70px;max-width: 100%;}


/*==========================================================
                        T A B L E
==========================================================*/
.under main table.td_top td{vertical-align:top}
.under main table.tb_fix{table-layout: fixed;}

.under main table { margin-bottom: 30px; border-collapse: separate; border-spacing: 5px;margin: 0 -5px;width: calc(100% + 10px) }
.under main table.mailform th,
.under main table th{background:#676767;color:#fff;font-weight:700;font-size: 20px;text-align: center;padding: 23px 14px 20px;line-height: 1.34em;}
.under main table th.tb_th01{background:#E1F1FE;color:var(--mcolor);font-size: 18px;}
.under main table th.tb_th02{background:#cbcbcb;color: var(--txt); font-size: 18px;}
.under main table td.tb_td01{background:#E1F1FE;}
.under main table.mailform th span{color:#fff}
.under main table.mailform td .info{color:var(--mcolor)}

.under main table td{background: #F7F7F7;padding:17px 24px 17px;line-height: 1.75em;}
.under main table th,
.under main table td{border: none;border-radius: 5px;}
.under main table img{display:block;margin:auto;}

.under main table.tb_small td{padding:15px 10px;}

.under main table td.bold li {font-weight: 700;}

.tb_scroll:not(:last-child) {margin-bottom: 2em;}
/*============ LIST ============ */
/* LIST 01 */
.under main .list01,
.under main .ovn_content ul{margin-bottom: 30px;}
.under main .list01 li,
.under main .ovn_content ul li{display:block;padding-left:25px;margin-bottom:5px;position:relative}
.under main .list01 li::before,
.under main .ovn_content ul li::before{background:var(--mcolor);width:12px;height:3px;position:absolute;top:15px;left:0;content:''}

/* LIST 02 */
.under main .list02,
.under main .ovn_content ol{margin-bottom: 30px;}
.under main .list02 li,
.under main .ovn_content ol li{counter-increment: li; padding-left: 30px;position: relative;margin-bottom: 10px;}
.under main .list02 li::before,
.under main .ovn_content ol li::before{ content: counter(li);position: absolute;width: 22px;height: 22px;display: flex;justify-content: center;align-items: center;border-radius: 50%;left: 0; top: 5px; background-color: var(--mcolor);font-size: 12px;font-weight: bold;color: #FFF;line-height: 22px;}

/* LIST CHECK */
.under main .list_check{margin-bottom: 30px;}
.under main .list_check li{display:block;padding-left:25px;margin-bottom:5px;position:relative}
.under main .list_check li::before{content: ''; display: block; position: absolute; top: 6px; left: 5px; width: 7px; height: 15px; border: solid var(--mcolor); border-width: 0 2px 2px 0; transform: rotate(45deg);}

/* LIST FAQ */
.under main .list_faq{margin-bottom: 30px;}
.under main .list_faq dl{background: #F0F0F0;padding: 30px;margin-bottom: 30px;border-radius: 5px;}
.under main .list_faq dt{position: relative;font-size: 18px;font-weight: bold;line-height: 1.5em;margin-bottom: 10px;border-bottom: 1px dotted var(--mcolor);display: flex;align-items: center;display: flex;align-items: center;padding-bottom: 15px;}
.under main .list_faq dt span{width: 40px;height: 40px;font-weight: bold;text-align:center;line-height: 1em;background: #fff;border:1px solid var(--mcolor);color: var(--mcolor);margin-right: 15px;display: flex;align-items: center;justify-content: center;text-align: center;padding-bottom: 0;flex-shrink: 0;border-radius: 5px;font-family: var(--f-en);}
.under main .list_faq dd{position: relative;padding-left: 50px;min-height: 62px}
.under main .list_faq dd span{position: absolute;top: 5px;left: 0;width: 40px;height: 40px;font-weight: bold;text-align:center;line-height: 1em;color:#fff;background: var(--mcolor);display: flex;align-items: center;justify-content: center;text-align: center;padding-bottom: 0;flex-shrink: 0;border-radius: 5px;font-family: var(--f-en);}

/* LIST STEP */
.under main .list_step dl{margin-bottom: 35px;padding-bottom: 50px;position: relative;}
.under main .list_step dl:not(:last-child)::before{background: var(--gray);width: 80px;height: 30px;position: absolute;bottom: -10px;left: calc(50% - 40px);content: '';clip-path: polygon(0 0, 50% 100%, 100% 0);}
.under main .list_step dl:last-child{padding-bottom: 0;margin-bottom: 0}
.under main .list_step dt{background: var(--mcolor);color: #fff;font-weight: 500;padding: 20px;display: flex;align-items: flex-start;border-top-left-radius: 5px;border-top-right-radius: 5px;font-size: 20px;}
.under main .list_step dd{padding: 30px;background: #F0F0F0;border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;}
.list_step .cta_info {background: var(--scolor);color: #fff;padding: 40px;border-radius: 5px;justify-content: center;align-items: center;}
.under main .list_step dt .en { background: #fff; color: var(--mcolor); width: 90px; flex-shrink: 0; margin-right: 20px; text-align: center; display: flex; justify-content: center; align-items: center; border-radius: 5px; text-transform: uppercase; font-weight: 700; padding: 2px 0 0; }
/*============ FRAME ============ */
/* FRAME 01 */
.under main .frame01{padding:40px 40px 40px 50px;background:#F6F6F6;border-radius:5px;margin-bottom: 50px;position: relative;}
.under main .frame01:not(:first-child) {margin-top: 45px;}
.under main .frame01 h4 {display: inline-block;max-width: calc(100% - 460px);margin: 5px 0 30px;}
.under main .frame01:before {content: '';position: absolute;width: 6px;height: 20px;background: var(--scolor);top: 0;left: 20px;}
/* FRAME PICKUP */
.under main .frame_pick{border: 1px solid #000;padding: 25px;background: var(--scolor);margin-bottom: 50px;}
.under main .frame_pick .pick_ttl{font-size: 24px;}
.under main .frame_pick .pick_ttl span{font-size: 36px;display: block;}

/* IFRAME BOX */
.under main .box_map{width:100%;height:400px}
.under main .box_ytb{width: 900px;height: auto; margin: 0 auto;aspect-ratio: 16/9;max-width: 100%;}
.under main .box_map iframe,
.under main .box_ytb iframe{width:100%;height:100%;border:none;outline: none;}

/* ===========  OVERNOTE ===========  */
.under main .list_ovn {display: flex;flex-wrap: wrap;margin: 50px auto 0;width: 1200px;max-width: 100%;}
.under main .list_ovn li { padding: 15px; position: relative; margin: 0 20px 20px 0; width: calc((100% - 40px) / 3); background: #F6F6F6; border-radius: 5px; }
.under main .list_ovn li .img {width: 100%;height: auto;aspect-ratio: 3/2;display: flex;align-items: center;justify-content: center;background: #efefef;}
.under main .list_ovn li .img img {max-width: 100%;max-height: 100%;flex-shrink: 0;object-fit: cover;width: 100%;height: 100%;}
.under main .list_ovn li p {margin-bottom: 0;}
.under main .list_ovn li a {position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
.info_box {text-align: center;margin: 15px 0 10px;}
.info_box .cate{padding: 0 15px;background: var(--scolor);color: #fff;border-radius: 5px;display: inline-block;}
.under main .list_ovn .big {max-width: 100%;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;overflow: hidden;text-align: center;font-weight: 700;font-size: 20px;}
.under main .list_ovn .ttl {max-width: 100%;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;overflow: hidden;text-align: center;}
.under main .list_ovn li:hover {background: #fdf4e0;}

.info_box .cate.cate2, .under main .list_anchor .btn.cate2 a:not(:hover){background: green;}
.under main .list_anchor .btn.cate1 a:not(:hover) {background-color: var(--scolor);}
.under main .list_anchor .btn.active a{opacity: 0.7;pointer-events: none;}

.under main .ovn_content p a {text-decoration: underline;color: var(--mcolor);}
.under main .ovn_content img {max-height: 500px;}

.under main .btn_list .is_none a:not(:hover) {background: var(--scolor);}

/* ===========  PAGINATION OVN ===========   */
.under main .pagination {display: flex;justify-content: center;flex-wrap: wrap;text-align: center;margin: 30px auto 0}
.under main .pagination li {margin: 5px;}
.under main .pagination li a {width: 40px;height: 40px;text-align: center;border: 1px solid var(--mcolor);background: #fff;display: flex;color: var(--mcolor);justify-content: center;align-items: center;border-radius: 5px;}
.under main .pagination li:hover a, .under main .pagination li.active a {
background: var(--mcolor);color: #fff;}
.under main .pagination li.active a {pointer-events: none;}
.under main .pagination li.disabled {display: none}

.ft_under {background: url("../images/under_ft_bg.jpg") no-repeat center center/cover;text-align: center;color: #fff;padding: 94px 0 229px;}
.ft_under_txt {line-height: 2.5em;}
.ft_under_ttl { font-size: 35px; font-weight: 700; line-height: 1.28em; margin: 0 0 47px; }

.under_box_txt:not(:last-child) { margin-bottom: 70px; }
.under_anchor_ttl { text-align: center; font-size: 20px; font-weight: 700; margin: -25px 0 7px; }
.under_anchor_ttl .txt { background: #fff; padding: 0 20px; }
.under_anchor { max-width: 900px; border: 8px solid #F0F0F0; border-radius: 5px; margin: 0 auto 0; padding: 0 43px 21px;}
.under_anchor_list {counter-reset: item;}
.under_anchor_list> li {counter-increment: item;background: url("../images/under_line.png") repeat-x left bottom/auto 1px;}
.under_anchor_list li:last-child {background: none;}
.under_anchor_list li a {position: relative;padding: 10px 0;min-height: 70px;display: inline-flex;align-items: center;}
.under_anchor_list > li > a:before { counter-increment: li; content: counter(item, decimal-leading-zero); position: relative;flex-shrink: 0;margin-right: 17px;width: 30px;height: 30px;background: var(--mcolor);color: #fff;border-radius: 50%;display: flex;justify-content: center;align-items: center;text-align: center;color: #fff;left: 0;top: 0;font-family: var(--f-en);font-weight: 500;font-size: 16px;}

.under_col { display: flex; flex-wrap: wrap; justify-content: space-between; counter-reset: item2;}
.under_col_item {width: calc((100% - 41px)/2);background: #F6F6F6;border-radius: 5px;position: relative;padding: 50px;counter-increment: item2;position: relative;margin-bottom: 20px;}
.under_col_item:before {content: '';position: absolute;width: 6px;height: 20px;background: var(--scolor);top: 0;left: 20px;}
.under_col_item_ttl::before { counter-increment: li; content: counter(item2, decimal-leading-zero) "."; color: var(--scolor);line-height: 1em;position: absolute;left: 0;top: 5px;}
.under_col_nonum .under_col_item_ttl::before {display: none;}
.under main .under_col_nonum .under_col_item_ttl {padding-left: 0;}
.under main .under_col_item_ttl {position: relative;font-size: 22px;font-weight: 900;line-height: 1.4em;padding: 0 0 0 48px;margin: 0 0 27px;}
.under main .under_col_item_ttl:after {display: none;}
.under_col:not(:first-child) {margin-top: 46px;}
.under main section img {border-radius: 5px;}
.product_bnr {text-align: center;position: relative;margin-top: 75px;z-index: 2;}
.product_bnr:after {content: '';position: absolute;background: url("../images/under_arr_bnr.png") no-repeat top center/100% auto;width: 100%;height: 100%;z-index: -2;pointer-events: none;left: 0;top: -28px;}
.product_bnr a { position: relative; z-index: 2; }
.product_bnr a:after {content: '';position: absolute;background: url("../images/product_bnr.png") no-repeat center center/100% auto;width: 287px;height: 199px;right: -11px; bottom: -94px;}
.product_bnr .ttl { font-size: 30px; font-weight: 900; text-align: center; display: inline-block; line-height: 1.6em; margin: 0 0 96px; }
.product_bnr .ttl .mid { font-size: 120%; border-bottom: 3px solid var(--scolor); padding: 0 0 2px; }
.product_bnr .txt {display: inline-flex;align-items: center;width: 840px;height: 130px;background: #303030; background: linear-gradient(180deg, rgba(48, 48, 48, 1) 0%, rgba(20, 20, 20, 1) 100%);font-size: 25px;font-weight: 900;border-radius: 5px;color: #fff;margin-left: -11px; padding: 15px 49px 10px;transition: all 0.3s;}
.product_bnr .txt .lager { font-size: 120%; position: relative; top: -2px; }


.under_bnr { display: flex; justify-content: center; flex-wrap: wrap; width: 1200px;margin-left: -55px;}
.under_bnr li {width: calc((100% - 40px)/2);margin: 0 40px 40px 0;}
.under_bnr li a {display: flex;align-items: center;}
.under_bnr li .img {width: 250px;overflow: hidden;border-radius: 5px;flex-shrink: 0;}
.under_bnr li .img img {transition: all 0.3s;width: 100%;}
.under_bnr li .info {width: 440px;height: 170px;color: #fff;margin-left: -90px;position: relative;background: #333333;border-radius: 5px;padding: 29px 23px 17px 27px;display: flex; flex-direction: column;transition: all 0.3s;}
.under_bnr li .more {margin: auto 0 0 auto;font-weight: 500;font-family: var(--f-en);letter-spacing: 0.06em;}
.under_bnr li .txt {font-size: 22px;font-weight: 500;line-height: 1.5em;}
.under_bnr li .txt .small {font-size: 86.37%;}
.under_bnr li .info.mid { width: 380px; margin-left: -50px; padding: 35px 23px 17px 38px; }

.txt_over {overflow: hidden;}
.case_img_main_item { background: #f0f0f0; height: 600px; display: flex!important; justify-content: center; align-items: center; border-radius: 5px; margin: 0 0 20px; overflow: hidden; position: relative;}
.case_img_main_item img, .case_img_main_item img {max-height: 100%;border-radius: 0!important}
.case_img_main_item .des {position: absolute;width: 100%;left: 0;bottom: 0;padding: 15px 20px;background: rgba(0,0,0,0.5);color: #fff;font-size: 16px;}
.case_img_thumb_item {margin: 0 7px; height: 150px; display: flex!important; justify-content: center; align-items: center; background: #f0f0f0; overflow: hidden; border-radius: 5px; transition: all 0.3s; cursor: pointer; }
.case_img_thumb_item:last-child {margin-right: 0;}
.case_img_thumb_item img {opacity: 0.7;}
.case_img_thumb_item.slick-current img {opacity: 1;}
.case_img_thumb_item.slick-current {cursor: default;}
.case_img:not(:last-child) {margin-bottom: 50px;}
.contact_frame { background: var(--scolor); color: #fff; max-width: 600px; margin: 0 auto; padding: 40px; text-align: center; border-radius: 10px; }
.contact_frm_tel { font-size: 20px; font-family: var(--f-en); margin: 0; }
.contact_frm_tel .tel{font-size: 150%;font-weight: 700;color: #fff;}
.contact_scroll_main { height: 350px; overflow-y: auto; padding: 0 10px 0 0; }
.under main .contact_scroll table td {background-color: #fff;}

.step_note { text-align: left; color: var(--dark); }
.under main .list_step.step_lager dd { font-size: 20px; font-weight: 700; }
.under main .list_step.step_lager dl:not(:last-child)::before {background-color: #afafaf;}


.under main .ovn_content ul.under_anchor_list>li:before {display: none;}
.under main .ovn_content ul.under_anchor_list>li {padding-left: 0;}
.under main .ovn_content ul.under_anchor_list ul li:before {display: none;}
.under main .ovn_content ul.under_anchor_list ul li {padding-left: 0;background: url("../images/under_line.png") repeat-x left bottom/auto 1px;margin: 0;}
.under main .ovn_content ul.under_anchor_list ul li a {position: relative;padding-left: 25px;}
.under main .ovn_content ul.under_anchor_list ul li a:before {background: var(--mcolor); width: 12px; height: 3px; position: absolute; top: 25px; left: 0; content: '';}
.under main .ovn_content ul.under_anchor_list {margin: 0;}
.under main .ovn_content ul.under_anchor_list ul {margin-bottom: 0;}
.under main .ovn_content ul.under_anchor_list ul li a { min-height: auto; }

.step_note.txt_clr1 {color: var(--mcolor);font-size: 18px;margin-top: 5px;}
.under_img { display: flex; justify-content: center; }
.under_img .img {width: calc((100% - 30px)/3);margin: 0 15px 0 0;}
.under_img .img:last-child {margin-right: 0;}

.under main .list_anchor.left {justify-content: flex-start;}
.under main .list_anchor a[target="_blank"] {background-color: var(--mcolor);}

.case_bnr li a { width: 500px; display: flex; justify-content: center; margin: 0 auto; background: var(--scolor); color: #fff; border-radius: 10px; align-items: center; font-size: 20px; font-weight: 500;padding: 30px 30px;max-width: 100%; }
.case_bnr li a .txt {background: #fff;}
.case_bnr li a .txt { background: #fff; color: var(--txt); padding: 10px; margin: 0 0 0 10px; border-radius: 5px; }

/* RESET */
.under main table:last-child,
.under main .list_faq:last-child,
.under main .list_faq dl:last-child,
.under main .list01:last-child,
.under main .list01 li:last-child,
.under main .list02:last-child,
.under main .list02 li:last-child,
.under main .list_check:last-child,
.under main .list_check li:last-child,
.under main .list_step:last-child,
.under main .list_step dl:last-child,
.under main section p:last-child,
.under main p:last-child,
.under main .frame01:last-child,
.under main .frame_pick:last-child{margin-bottom: 0}