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

/* MB */
.under main .mb10{margin-bottom:10px}
.under main .mb15{margin-bottom:15px}
.under main .mb20{margin-bottom:20px}
.under main .mb25{margin-bottom:25px}
.under main .mb30{margin-bottom:30px}
.under main .mb40{margin-bottom:40px}
.under main .mb50{margin-bottom:50px}
.under main .mb60{margin-bottom:60px}
.under main .mb70{margin-bottom:70px}
.under main .mb80{margin-bottom:80px}
.under main .mb90{margin-bottom:90px}
.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 h6,
.under main .wp_content h3,
.under main .wp_content h5,
.under main .wp_content h6{font-weight: bold;margin-bottom: 24px;font-family:var(--font-YuGothic);color:var(--u_txt);}

.under main h4{font-weight: bold;margin-bottom:10px;font-family:var(--font-YuGothic);color:var(--u_txt);}

.under main .wp_content h4{font-weight: bold;margin-bottom: 10px;font-family:var(--font-YuGothic);color:var(--u_txt);}
.under main h5{font-weight: bold;margin-bottom: 5px;font-family:var(--font-YuGothic);color:var(--u_txt);}

.under main h2{font-size: 40px;text-align: left;margin-bottom: 0;letter-spacing: 0.01em;background: #fff;display: block;padding: 26px 31px 17px 50px;max-width: 713px;transform: skewX(-16deg);box-shadow: 12px 13px 0 rgb(4,3,3,23%);}
.under main h2 .tt2{background: #fff;display: block;transform: skewX(16deg)}

.under main h3,
.under main .wp_content h3{font-size: 38px; text-align: center;position: relative;padding-bottom: 4px;margin-bottom: 60px;}
.under main h3::before,.under main .wp_content h3::before{position: absolute;content:"";bottom: 0;left: 0;right: 0;margin: 0 auto;width: 170px;height: 4px;background: var(--mcolor);}

.under main h4,
.under main .wp_content h4{font-size: 36px;position: relative;color:var(--mcolor);}

.under main h5,
.under main .wp_content h5{font-size: 26px;color: var(--u_txt);}

.under main h6,
.under main .wp_content h6{font-size: 25px;position: relative;}

/*==========================================================
                      MAIN - CONTENT
==========================================================*/
.under main #content{padding: 0 0 150px}
.under main section{padding:0 30px 120px;margin-bottom:0}/*====変更0902====*/
.under main section:last-child{padding:0}
.under main .u_sub{margin: 0 auto;padding-bottom: 45px;max-width: 1280px}

.under main .u_sub_ver{padding-bottom: 45px}
.under main .u_sub:last-child,.under main .u_sub_ver:last-child{padding-bottom: 0}
/* LINK + BUTTON TOP */
.under main .link,.under main .wp_content a{text-decoration: underline;color: var(--mcolor);}

/*============ TOP INFO ============ */
.under main #top_info{height:355px;width:100%;max-width:1920px;margin:0 auto;position: relative}
.under main #top_info::before{width: 1920px;height: 100%;position: absolute;content:"";left: 0;top: 0;background:url('../images/top_info_bg.jpg') no-repeat center /cover;}
.under main #top_info .inner{display:flex;flex-direction:column;justify-content: flex-end;width:100%;height:100%;padding-bottom: 23px;}

/*==========================================================
                    T O P I C   P A T H
==========================================================*/
.under main #topic_path{margin-bottom:30px}
.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 li{color: var(--mcolor);}


/*============ LIST ANCHOR LINK ============ */
.under main .list_anchor{display: flex; align-items: center; flex-wrap: wrap; justify-content: center;width:100%;margin: 70px 0;}
.under main .list_anchor .btn{margin: 0 10px 15px}
.under main .list_anchor:last-child{margin-bottom: -15px;}
.btn.btn_back a{background: var(--txt);}
.btn.prevPage a{background: url(../images/ic-left.png) no-repeat left 24px center / 26px var(--txt);}

/*==========================================================
                        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;}
.under main table.mailform th,
.under main table th{background:var(--mcolor);color:#fff;font-weight:700;font-size: 22px;font-family: var(--font-YuGothic);}
.under main table th p{font-weight: bold}
.under main table.mailform th span{color:#fff}
.under main table.mailform td .info{color:var(--mcolor)}

.under main table td{border-color: var(--mcolor);background:#fff;}
.under main table th,
.under main table td{padding:15px;}
.under main table img{display:block;margin:auto;}

.under main table th{border-color: var(--mcolor);border-right-color: #fff;}
.under main table tr th:first-child{border-left-color: var(--mcolor);}
.under main table tr th:last-child{border-right-color: var(--mcolor);}
.under main table.mailform th,
.under main table.tb_block th{border-color: var(--mcolor);border-bottom-color: #fff;}
.under main table.mailform tr:first-child th,
.under main table.tb_block tr:first-child th{border-top-color: var(--mcolor);}  
.under main table.mailform tr:last-child th,
.under main table.tb_block tr:last-child th{border-bottom-color: var(--mcolor);}
.under main .tb_scroll table th{border-bottom-color: #fff;}
.under main .tb_scroll{margin-bottom: 40px}
.under main .tb_scroll:last-child{margin-bottom: 0}

/*============ LIST ============ */

/* LIST 01 */
.under main .list01,
.under main .wp_content ul{margin-bottom: 30px;}
.under main .list01 li,
.under main .wp_content ul li{display:block;padding-left:25px;margin-bottom:5px;position:relative;font-size: 20px;font-weight: bold;font-family: var(--font-YuGothic);}
.under main .list01 li::before,
.under main .wp_content ul li::before{background:var(--mcolor);width: 14px;height:3px;position:absolute;top: 20px;left:0;content:''}

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

/* LIST CHECK */
.under main .list_check{margin-bottom: 30px;}
.under main .list_check li{display:block;padding-left:25px;margin-bottom:5px;position:relative;font-family: var(--font-YuGothic);font-weight: bold;font-size: 20px;}
.under main .list_check li::before{content: '';display: block;position: absolute;top: 11px;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: #FFF;padding: 15px;box-shadow: 0px 4px 13px rgba(0,0,0,0.2);margin-bottom: 50px}
.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: 5px;flex-shrink: 0;}
.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: 5px;flex-shrink: 0;}

/* 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: url('../images/ic-step.png') center /cover no-repeat;width: 80px;height: 30px;position: absolute;bottom: -10px;left: calc(50% - 40px);content: '';}
.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: 10px;}
.under main .list_step dd{padding: 15px;background: #fff;box-shadow: 0 5px 8px rgba(0, 0, 0, 0.15);}

/*============ FRAME ============ */
/* FRAME 01 */
.under main .frame01{border: 4px solid var(--mcolor);padding:50px 30px;border-radius:10px;margin-bottom: 50px;}

/* 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;}
.under main .box_u{padding: 80px 0 100px 0;position: relative}
.under main .box_u::before{top: 0;left: 50%;min-width: 1260px;width: 100vw;height: 100%;top: 50%;transform: translate(-50%,-50%);background: var(--gray);position: absolute;content:"";z-index: -1}
.under main .border{border: 1px solid #333;}

/* ===========  WP ITEM ===========  */
.under main .layout_works .view__work{color: var(--txt);}
.under main .layout_works .list__work .item__work .name{bottom: 0;padding-left: 15px}
.under main .layout_works .list__work .item__work .list__tag .tag{background: var(--mcolor);color:#fff}
.under main .layout_works .list__work .item__work .view__work::before{    background: url(../images/ic_row3.svg) center / cover no-repeat;}

.under main .layout_works .item__work_list{display: flex;justify-content: space-between;border: 1px solid var(--gray);padding: 15px;}
.under main .layout_works .list__work .item__work_list .img__work{display: flex;height: 245px;align-items: center;justify-content: center;background: var(--gray);margin: 0 40px 0 0;width: 400px;}
.under main .layout_works .list__work .item__work_list .info_workd{width: calc(100% - 440px);}
.under main .layout_works .list__work .item__work_list .img__work img{max-height: 100%;width: 100%;object-fit: cover;}
.under main .layout_works .list__work .item__work_list .name{position: relative;background: #fff;color: var(--txt);width: 100%;padding: 0;margin-bottom: 15px;font-family: var(--font-nts);}

.under main .layout_works  .item__work_list .name .txt__name{-webkit-line-clamp: 2;}

.under main .list_blog{flex-wrap: wrap;}
.under main .list_blog .item{width: calc((100% - 80px) / 3);margin:0 40px 40px 0} 
.under main .list_blog .item .img{height: 295px}
.under main .item_blog{display: flex;position: relative}

.under main .item_blog .date{font-size: 16px;font-weight: 500;font-family: var(--font-Oswald);margin-bottom: 7px;position: relative;}
.under main .item_blog .date::before{position: absolute;content:"";left: 0;bottom: 4px;width: 90px;height: 17px;border: 2px solid #000;z-index: 1;}
.under main .item_blog .date .txt-date{top: -5px;padding: 0 7px 0 6px;background: #fff;display: inline-block;position: relative;z-index: 2;text-align: center;margin: 0 auto;line-height: 1em;left: 8px;}
.under main .item_blog .img{display: flex;align-items: center;justify-content: center;height: 400px;background: var(--gray);width: 700px;margin-right: 50px}
.under main .item_blog .info_blog{width: calc(100% - 750px);}
.under main .item_blog .img img{max-height: 100%;width: 100%;object-fit: cover;}
.under main .item_blog .name{font-size: 24px;font-weight: bold;line-height: 1.45em;margin-bottom: 18px;overflow: hidden;text-overflow: ellipsis;-webkit-line-clamp: 2;display: -webkit-box;-webkit-box-orient: vertical;color:var(--txt);font-family: var(--font-nts);}
.under main .item_blog .desc{font-size: 16px;font-weight: 500;line-height: 2.1em;margin-bottom: 7px;overflow: hidden;text-overflow: ellipsis;-webkit-line-clamp: 2;display: -webkit-box;-webkit-box-orient: vertical;}
.under main .item_blog .view{font-size: 20px;font-weight: 500;font-family: var(--font-Oswald);position: relative;padding-right: 55px;text-align: left;margin-bottom: 0;display: inline-block;}
.under main .item_blog .view::before{width:44px;height: auto;aspect-ratio: 44 / 9;background: url(../images/ic_row3.svg) center /cover no-repeat;top: 18px;right: 0;transition: 0.3s all ease;position: absolute;content:""}
.under main .info_date{display: flex;margin-bottom: 50px;flex-wrap: wrap;}
.under main .info_date .date_sigle{font-size: 16px;font-weight: 500;font-family: var(--font-Oswald);margin-bottom: 7px;position: relative;line-height: 2em;}
.under main .info_date .date_sigle::before {position: absolute;content: "";left: 0;bottom: 2px;width: 90px;height: 17px;border: 2px solid #000;z-index: 1;}
.under main .info_date .date_sigle .txt-date {padding: 0 7px 0 6px;background: #fff;display: inline-block;position: relative;z-index: 2;text-align: center;margin: 0 auto;line-height: 1em;left: 8px;}
.under main .info_date .cate_sigle{margin: 0 0 0 37px;padding: 7px 10px;background: var(--mcolor);color: #fff;line-height: 1.2em;display: flex;align-items: center;font-weight: bold;}


/* ===========  WORDPRESS ===========  */

.under main .wp_content img {max-height: 500px;width: auto;}
.under main .wp_content del{text-decoration: line-through;}

.under main .beforea_after_work{display: flex;justify-content: space-between;}
.under main .beforea_after_work .before{width: 38%;}
.under main .beforea_after_work .after{width: 57%;}
.under main .beforea_after_work .img_detail_work{display: flex;align-items: center;justify-content: center;background: var(--gray);position: relative;}
.under main .beforea_after_work .img_detail_work img{max-height: 100%;width: 100%;object-fit: cover;}
.under main .beforea_after_work .before .img_detail_work{height: 350px;}
.under main .beforea_after_work .after .img_detail_work{height: 500px;}
.under main .beforea_after_work .works_head{margin-top: 50px}
.under main .beforea_after_work .tt{display: inline-block;padding: 5px 15px;font-weight: bold;position: absolute;left: 0;top: 0;color: #fff;line-height: 1.2em;min-width: 100px;text-align: center;}
.under main .beforea_after_work .tt_before{background: var(--scolor);}
.under main .beforea_after_work .tt_after{background: var(--mcolor);}
.under main .list_img{display: flex;flex-wrap: wrap;}
.under main .list_img li{width: calc((100% - 60px) / 4);margin: 0 20px 20px 0;}
.under main .list_img li a{display: flex;align-items: center;justify-content: center;height: 220px;background: var(--gray);}
.under main .list_img li a img{max-height: 100%;width: 100%;object-fit: cover;}

.under main .wp_content h2{margin: 0;transform: rotate(0deg);box-shadow: none;max-width: 100%;padding: 0;}
.under main .wp_content figure{margin: 30px 0;text-align: center;justify-content: center;}

/* ===========  PAGINATION WP ===========  */
.under main .wp_pagination {display: flex;justify-content: center;flex-wrap: wrap;margin-top: 40px;}
.under main .wp_pagination > span,
.under main .wp_pagination a{min-width: 40px;height: 40px;display: flex;justify-content: center;align-items: center;text-decoration: none;color: #fff;margin: 5px;text-align: center;font-weight: 500;line-height: 1em;transition: all 0.3s;padding: 5px;border: 1px #ccc solid;font-size: 14px;background: #ccc;}
.under main .wp_pagination a{color: var(--txt)}
.under main .wp_pagination > span {background: var(--mcolor);border: 1px var(--mcolor) solid;color: #fff;}

/* ===========  ORTHER ===========  */
.under main .box_google_start{padding: 0 0 25px 0;max-width: 1200px;margin: 0 auto 30px auto}
.ti-load-more-reviews-button{display: none !important}
.under main .sec02.u_page_works{padding: 80px 0;}
.under main .sec02.u_page_works,.under main .sec06.u_page_menu{margin: 150px 0 0px 0;}
.under main .u_page_blog{margin: 120px 0 0px 0}
.under main .sec03.u_page_pick{margin: 120px 0 0px 0}
.under main .sec02.u_page_works .ttl{margin-bottom: 30px}
.under#company #content,.under#menu #content,.under#voice #content{padding-bottom: 0;}

.under main section.sec03{padding: 55px 0 74px 0;margin-bottom: 120px}
.under main section.sec03::before{top: 50%}

/* COLOR */
.tool_search{background: #fff;padding: 25px;display: flex;background: #EBECF1;margin: 0 0 50px 0;}
.tool_search .tt-search{font-size: 23px;font-family:var(--font-Oswald);min-width: 185px;margin-bottom: 0;line-height: 1em;text-transform: uppercase;font-weight: 500;position: relative;top: 8px;}
.color_pick{display: flex;flex-wrap: wrap;}
.color_pick > span{margin:0 10px 10px 0}

.color-list{display: flex;flex-wrap: wrap;}
.color-list li{display: flex;width: auto;margin: 0 15px 10px 0;}
.color-list li span{display:inline-block;width: 1.7em;height: 1.7em;border-radius: 50%;position: relative;top: 4px;margin: 0 10px 0 0;}
.color-list li label{padding: 2px 4px;/* border:1px dashed #ccc; */line-height: 2.1em;display: flex;font-weight: bold;position: relative;}
.color-list li label input{position: absolute;top: 13px;left: 12px;}
.color-list li.checked label,
.color-list li label:hover {background: #f5f5dc;}
.contact_intro{width: 90%;display: -webkit-box;display: -ms-flexbox; display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;max-width: 850px;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;margin: 40px auto 40px;}
.contact_intro li {width: 47%;border-radius: 3px;height: 85px;}
.contact_intro li{background: var(--green);color: #fff;}
.contact_intro li:nth-child(2) {background: var(--mcolor);}
.contact_intro li  {padding: 14px 0 0 0;display: block;text-align: center;position: relative;}
.contact_intro .content  {text-align: center;}
.contact_intro li  .tt1 {font-size: 14px;font-weight: 500;margin-bottom: 5px;color: #fff;line-height: 1.5em;}
.contact_intro  li  .tt {display: block;width: 30px;margin-right: 3px;float: left;}
.contact_intro li:nth-child(2)  .tt2 .tt{width: 20px;position: relative;top: -4px;}
.contact_intro  li  .tt2 {margin-bottom: 20px;font-size: 30px;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;-webkit-box-align: center;-ms-flex-align: center;font-weight: 600;align-items: center;justify-content: center;line-height: 1em;color: #fff;}




/*CONTACT FORM*/
.txt_info {color: #009900;font-size: 80%;display: block;}
.input_text01 {width: 100%;height: 47px;padding: 5px;box-sizing: border-box;border: navajowhite;background: #E1E1E1;}
input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="submit"], textarea, button {-webkit-appearance: none;-moz-appearance: none;appearance: none;}
.mw_wp_form .error {font-size: 93%;color: #B70000;display: block;}
.mwform-checkbox-field input, .mwform-radio-field input {margin-right: 5px;}
.under main .mwform-checkbox-field input, .under main .mwform-radio-field input {position: relative;top: 2px;}
.under main .check_wrap {}
.check_wrap .mwform-checkbox-field {display: block;}
.wpcf7-list-item {border: dashed 1px #CCCCCC;padding: 5px 10px;display: inline-block;margin: 3px;cursor: pointer;line-height: 1.785em;}
.mwform-checkbox-field label, .mwform-radio-field label {font-weight: normal;margin-bottom: 0;}
.mwform-radio-field label, .mwform-checkbox-field label {display: flex;align-items: center;}

.textarea_text01 {max-height: 200px;min-width: 100%;max-width: 880px;padding: 10px;box-sizing: border-box;-webkit-appearance: none;-moz-appearance: none; appearance: none;border: navajowhite;background: #E1E1E1;}
.must {background: var(--scolor);color: #fff;font-size: 14px;font-weight: 500;float: right;padding: 6px 8px 5px 8px;border-radius: 3px;line-height: 1.3em;margin-left: auto;position: relative;top: 9px;right: 8px;}
.btn_zipcode {width: 100px;height: 38px;background: var(--scolor);border: 1px var(--scolor) solid;display: flex;align-items: center;justify-content: center;font-weight: bold;margin-left: 10px;cursor: pointer; flex-shrink: 0;box-sizing: border-box;color: #fff;font-size: 14px; transition: all ease 0.3s;}
.box_zipcode {display: flex;}
.under main .mb_con01 {margin-bottom: 0px;}
#confirm main .none_con {display: none;}
.btn_contact_w {text-align: center;display: flex;justify-content: center;}
.btn_contact_w input {margin: 0 5px;}
#confirm .btn_contact_w {margin-top: 20px;}
.btn_link a, .btn_contact, .back-btn {border-radius: 0;width: 400px;height: 80px;display: flex;justify-content: center;align-items: center;text-decoration: none;transition: .3s;position: relative;cursor: pointer;z-index: 1;line-height: 1.5em;background: url('../images/ic-right.png') no-repeat right 24px center /26px var(--txt);border: none;letter-spacing: 0.1em;font-weight: bold;color:#fff;font-size: 18px;}
.back-btn{background: url(../images/ic-left.png) no-repeat left 24px center /26px var(--scolor);color: #fff;}
.btn_link a{margin: 0 auto}
.btn_contact_over{position: relative}
#confirm .txt_info, #confirm .must, #confirm table td br, #confirm .btn_zipcode, #confirm .tb_none {display: none;}
#confirm .back_button{margin-right: 25px}
.wpcf7-response-output{font-size: 18px;}

/* 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}