/*==========================================================
                        C U S T O M
==========================================================*/
/* 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}

/* 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}
.under main .mt60{margin-top:60px}
.under main .mt70{margin-top:70px}
.under main .mt80{margin-top:80px}
.under main .mt90{margin-top:90px}

/* MAX_W */
.under main .max_w200{width:100%;max-width:200px}
.under main .max_w250{width:100%;max-width:250px}
.under main .max_w300{width:100%;max-width:300px}
.under main .max_w350{width:100%;max-width:350px}
.under main .max_w500{width:100%;max-width:500px}
.under main .max_w600{width:100%;max-width:600px}
.under main .max_w700{width:100%;max-width:700px}
.under main .max_w800{width:100%;max-width:800px}
.under main .max_w900{width:100%;max-width:900px}

/* MIN-W */
.under main .min_w200{min-width:200px}
.under main .min_w250{min-width:250px}
.under main .min_w300{min-width:300px}
.under main .min_w350{min-width:350px}
.under main .min_w500{min-width:500px}

/*==========================================================
                        FONT FAMILY
==========================================================*/

/*==========================================================
                        H E A D I N G
==========================================================*/

/*==========================================================
                      MAIN - CONTENT
==========================================================*/
.under main #content{padding: 0 0 120px}
.under main section{padding:0 0 80px;margin-bottom:0}
.under main section:last-child{padding:0}
.under main ol li{list-style: decimal;}

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

/*============ TOP INFO ============ */
.under main #top_info{height:310px;width:100%;max-width:1920px;margin:0 auto;background:url('../images/top_info_bg.jpg') no-repeat center /cover;}
.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: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-bottom: 30px;}
.under main .list_anchor .btn{margin: 0 10px 15px}
.under main .list_anchor:last-child{margin-bottom: -15px;}


/*==========================================================
                        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: 18px;}
.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);}

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

/* LIST 02 */
.under main .list02,.under main .fit_post ol{margin-bottom: 30px;}
.under main .list02 li,.under main .fit_post ol li{counter-increment: li; padding-left: 30px;position: relative;margin-bottom: 10px;}
.under main .list02 li::before,
.under main .fit_post 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: 2px; 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: 5px; 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:3px solid var(--mcolor);padding:50px 30px;background:url('../images/frame01_bg.jpg') repeat;border-radius:10px;margin-bottom: 50px;}

/* FRAME 02 */
.under main .frame02{border: 1px solid #e6e6e6;padding: 25px;background: url('../images/frame01_bg.png') repeat;margin-bottom: 50px;}

/* FRAME PICKUP */
.under main .frame_pick{padding: 25px;background: #e6e6e6;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;}

/* ===========  KIJIKAKU ===========  */
.under main .kiji_list{margin-top: 50px;}
.under main .kiji_list dl{display: flex;padding-bottom: 15px;margin-bottom: 15px;border-bottom: 1px dashed #ccc}
.under main .kiji_list dt{display: flex;align-items: center;width: 150px}
.under main .kiji_list dt img{margin-right: 10px;position: relative;top: -2px;}
.under main .kiji_list dd{width: calc(100% - 150px);display: flex;align-items: center;}
.under main .kiji_list dd a{display: inline-block;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;max-width: 100%;}
.under main .kiji_detail_ct img{max-width: 800px;max-height: 600px;}

/* ===========  PAGINATION ===========  */
.under main .pagination {display: flex;justify-content: center;flex-wrap: wrap;text-align: center;margin: 30px auto 0}
.under main .pagination li{margin: 0 10px}
.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}

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

/* PAGENATION - change WP same */
.under main .btn_ovn{display: flex;justify-content: center;}
.under main .btn_ovn .btn {margin: 5px 10px;}
.under main .btn_ovn.prevPage a{}
.under main .btn_ovn.nextPage a{}

/* RESET */
.under main table:last-child,
.under main .list_faq:last-child,
.under main .list_faq dl:last-child,
.under main .fit_post ul:last-child,
.under main .fit_post ol: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 .frame02:last-child,
.under main .frame_pick:last-child{margin-bottom: 0}

.under main .fit_post img{max-height: 400px;}
.under main .fit_post ol{margin: 0 0 0 0;}
.under main .fit_post ol li{list-style: none;}
.under main .fit_post .alignleft{float: left;margin: 0 30px 30px 0;}
.under main .fit_post .alignright{float: right;margin: 0 0 30px 30px;}
.under main .fit_post .aligncenter{margin: 0 auto;display: block;}
.under main .fit_post p,
.under main .fit_post p a{word-break: break-all}
.under main .fit_post a{text-decoration: underline;}

.under main .sec_about_ttl h3{}
.under main .sec_about_ttl h3 span{display: inline-block;font-size: 44px;font-weight: 600;color: var(--mcolor);}
.under main .sec_about_ttl{position: relative;}
.under main .sec_about_ttl::before{content: '';position: absolute;top: calc((100% - 2px)/2);left: 200px;width: calc((100% - 200px));height: 2px;background: var(--mcolor);}

.under main .inner section{width: 100%;max-width: 1300px;margin: 0 auto;padding: 150px 0 0 0;}
.under main .s1_about_flex{display: flex;margin: 70px 0 0 0;padding: 0 0 0 160px;}
.under main .s1_about_logo{flex-shrink: 0;}
.under main .s1_about_des p{font-size: 26px;color: #232021;line-height: 1.9;letter-spacing: 0.1em;font-weight: 500;}
.under main .s1_about_des p .color{color: var(--mcolor);}
.under main .s1_about_des{margin: 80px 0 0 100px;}

.under main .s2_about_ttl_all{text-align: center;position: relative;margin: 0 0 -104px 0;}
.under main .s2_about_ttl01 p{display: inline-block;font-size: 123px;font-weight: 700;color: var(--mcolor);font-family: var(--f-en);margin: 0;line-height: 1;position: relative;padding: 0 40px;z-index: 1;}
.under main .s2_about_ttl01 p::before{content: '';position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: #ffff;z-index: -1;}
.under main .s2_about_ttl02{text-align: center;}
.under main .s2_about_ttl02 p{font-size: 26px;color: #232021;margin: 0;line-height: 1.5;}
.under main .s2_about_box{width: 100%;max-width: 1065px;height: 445px;border: 5px solid var(--mcolor);border-radius: 20px;margin: 0 auto;overflow: hidden;position: relative;padding: 100px 0 0 0;}
.under main .s2_about_box::after{content: '';position: absolute;bottom: 0;left: 0;width: 100%;height: 18px;background: #bcbdbf;}
.under main .s2_about_content{margin: 65px 0 0 0;}
.under main .s2_about_box_en{text-align: center;margin: 42px 0 0 0;}
.under main .s2_about_box_en p{font-size: 52px;font-family: var(--f-en);font-weight: 700;line-height: 1.1;}
.under main .s2_about_box_en p .color{color: var(--mcolor);}
.under main .s2_about_box_en p .line{position: relative;}
.under main .s2_about_box_en p .line::after{content: '';position: absolute;bottom: 0;left: 0;width: 100%;height: 1px;background: var(--txt);}
.under main .s2_about_box_ja{text-align: center;margin: 55px 0 0 0;}
.under main .s2_about_box_ja p{font-size: 35px;font-weight: 800;color: #3f3b3a;margin: 0;line-height: 1.2;letter-spacing: 0.01em;}

.under main .s3_about .sec_about_ttl::before{left: 515px;width: calc((100% - 515px));}
.under main .s3_about_param p{font-size: 26px;font-weight: 500;color: #232021;letter-spacing: 0.08em;line-height: 1.9;}
.under main .s3_about_param{margin: 50px 0 0 120px;max-width: 100%;}

.under main .s4_about .sec_about_ttl::before{left: 595px;width: calc((100% - 595px));}
.under main .s4_about_head dl{display: flex;margin: 0 0 1px 0;}
.under main .s4_about_head dt{font-size: 37px;font-family: var(--f-en);color: #3f3b3a;font-weight: 700;line-height: 1.5;margin: 0 35px 0 0;}
.under main .s4_about_head dd{font-size: 37px;font-family: var(--f-en);color: #3f3b3a;font-weight: 700;line-height: 1.5;}
.under main .s4_width{width: 100%;max-width: 1050px;margin: 0 auto;padding: 55px 0 0 0;}
.under main .s4_about_small{display: flex;justify-content: center;margin: 0 0 37px 0;}
.under main .s4_about_address{text-align: center;margin: 100px 0 0 0;}
.under main .s4_about_color p{font-size: 30px;line-height: 1.5;font-weight: 700;color: var(--mcolor);}
.under main .s4_about_normal p{font-size: 23px;line-height: 1.5;color: #3f3b3a;letter-spacing: 0.025em;margin: 5px 0 0 0;}

.under main .s4_map{width: 100vw;height: 725px;position: relative;left: calc((100% - 100vw)/2);margin: 115px 0 0 0;}
.under main .s4_map iframe{width: 100%;height: 100%;filter: grayscale(100%);}

.under main .s5_ttl_ja{text-align: center;margin: 0 0 -20px 0;}
.under main .s5_ttl_ja h3 span{font-size: 80px;font-family: var(--f-en);font-weight: 700;color: var(--mcolor);line-height: 1.5;position: relative;padding: 0 0;}
.under main .s5_ttl_ja h3{line-height: 1.4;}
.under main .s5_ttl_en p{font-size: 43px;font-family: var(--f-en);text-align: center;font-weight: 500;line-height: 1.5;}
.under main .s5_ttl_en p .color{color: var(--mcolor);font-weight: 700;}
.under main .s5_content{width: 100vw;position: relative;left: calc((100% - 100vw)/2);text-align: center;padding: 0 0;}
.under main .s5_ttl{margin: 0 0 100px 0;}
.under main .s5_text_content p{margin: 0;}
.under main .s5_text_content{display: flex;flex-direction: column;margin: -56px 0 0 -120px;position: relative;z-index: 1;}
.under main .s5_text_content .txt_normal{display: inline-block;font-size: 23px;font-weight: 400;color: #595857;letter-spacing: -1px;margin: 0 0 5px 0;}
.under main .s5_content_btn{display: flex;justify-content: center;margin: 165px 0 0 0;}
.under main .s5_text_content .txt_link a{display: inline-block;font-size: 36px;font-weight: 400;color: var(--mcolor);font-family: var(--f-en);}
.under main .s5_content_btn .btn a{display: flex;justify-content: center;align-items: center;width: 433px;height: 75px;border-radius: 20px;background: var(--mcolor);color: #fff;font-size: 29px;font-weight: 700;font-family: var(--f-en);}
.under main .s5_content_btn .btn a span{position: relative;padding: 0 40px 0 15px;letter-spacing: 0.05em;}
.under main .s5_content_btn .btn a span::before{content: '';position: absolute;top: calc((100% - 28px)/2);right: 0;width: 29px;height: 28px;background: url(../images/s5_btn.png) no-repeat center/100%;}

.under main .s_contact_01 h3{text-align: center;font-size: 45px;font-family: var(--f-en);color: var(--mcolor);font-weight: 700;line-height: 1.5;margin: 0 0 75px 0;}
.under main .s_contact_des p{font-size: 23px;text-align: center;color: #3f3b3a;letter-spacing: -0.015em;}

.under main .table_custom{width: 100%;max-width: 1075px;margin: 0 auto;}
.under main .table_custom dl{}
.under main .table_custom dl:not(:last-child){margin: 0 0 39px 0;}
.under main .table_custom dt{display: none;}
.under main .table_custom dd{width: 100%;}
.under main .table_custom dd input{width: 100%;outline: 0;appearance: none;-webkit-appearance: none;height: auto;padding: 12px 35px 11px 35px;border: 2px solid #c40d3c;font-size: 20px;border-radius: 5px;font-weight: 400;font-family: var(--f-main);letter-spacing: 0.05em;}
.under main .table_custom dd textarea{width: 100%;outline: 0;appearance: none;-webkit-appearance: none;height: auto;padding: 12px 35px 11px 35px;border: 2px solid var(--mcolor);font-size: 20px;border-radius: 5px;font-weight: 400;font-family: var(--f-main);letter-spacing: 0.05em;min-height: 190px;resize: vertical;}
.under main .table_custom dd input::placeholder{font-weight: 400;}
.under main .s_contact_content{margin: 71px 0 0 0;}
.under main .not_table dd p{font-size: 20px;text-align: center;letter-spacing: -0.5px;}
.under main .table_custom_btn input{appearance: none;-webkit-appearance: none;display: flex;justify-content: center;align-items: center;font-family: var(--f-en);color: #fff;font-weight: 700;font-size: 29px;line-height: 1.2;width: 530px;height: 75px;background: var(--mcolor);border-radius: 20px;outline: 0;border: 0;cursor: pointer;transition: .3s ease-in-out;}
.under main .table_custom_btn{display: flex;justify-content: center;margin: 98px 0 0 0;}
.under main .page_thanks p{font-size: 18px;font-weight: 500;line-height: 2;}
.under main .wpcf7-spinner{margin: 20px auto;}

.under main .maitenace_bnr_fr {display: flex;flex-direction: column;justify-content: center;align-items: center;min-height: 600px;padding-top: 70px;}
.under main .maitenace_bnr_fr.bg01{background: url('../images/maitenace_bnr_bg1.jpg') no-repeat center /cover;}
.under main .maitenace_bnr_fr.bg02{background: url('../images/maitenace_bnr_bg2.jpg') no-repeat center /cover;}
.under main .maitenace_bnr_fr.bg03{background: url('../images/maitenace_bnr_bg3.jpg') no-repeat center /cover;}
.under main .maitenace_bnr_fr.bg04{background: url('../images/maitenace_bnr_bg4.jpg') no-repeat center /cover;}
.under main .maitenace_bnr_fr.bg05{background: url('../images/maitenace_bnr_bg5.jpg') no-repeat center /cover;}
.under main .maitenace_bnr_fr.bg06{background: url('../images/maitenace_bnr_bg6.jpg') no-repeat center /cover;}
.under main .maitenace_bnr_fr *{color: #FFF;text-align: center;}
.under main .maitenace_bnr_fr .tt {font-size: 60px;font-weight: bold;margin-bottom: 48px;letter-spacing: 0.35rem;}
.under main .maitenace_bnr_fr .des {font-size: 34px;min-height: 136px;letter-spacing: 0.05rem;}
.under main .maitenace_bnr_pick {display: flex;flex-direction: column;justify-content: center;align-items: center;}
.under main .maitenace_bnr_pick ul{display: flex;justify-content: center;align-items: center;gap: 365px;}
.under main .maitenace_bnr_pick ul:not(:last-child){margin-bottom: 51px;}
.under main .maitenace_bnr_pick ul li{position: relative;font-size: 38px;font-weight: 800;text-align: center;width: 390px;height: 102px;border: 2px solid #595857;display: flex;justify-content: center;align-items: center;border-radius: 7px;color: #595857;letter-spacing: 0.1rem;}
.under main .maitenace_bnr_pick ul li::after{content: "";position: absolute;width: 101%;height: 105%;border-radius: 10px;inset: 5px -2px;border: 2px solid rgba(35,25,22,0.8);filter: blur(2px);z-index: -1;pointer-events: none;}
.under main .maitenace_bnr_pick ul li:not(:first-child)::before{content: "";position: absolute;width: 230px;height: 80px;background: url('../images/maitenace_arrow.png') no-repeat center /contain;left: -290px;top: calc(50% - 39px);}
.under main .maitenace_bnr_pick .des{text-align: center;font-size: 37px;color: #595857;font-weight: 800;line-height: 2.2;letter-spacing: 0.2rem;}

.under main .maitenace1{padding-bottom: 0;}
.under main .maitenace1_tt{font-size: 75px;font-weight: bold;color: var(--mcolor);font-family: var(--f-en);margin-bottom: 9px;}
.under main .maitenace1_des{font-size: 37px;padding-left: 4px;letter-spacing: 0.11rem;color:#222021 ;}
.under main .maitenace2 {background-image: linear-gradient(to bottom,#eae9e9,#ffffff);padding: 176px 0 208px;}
.under main .maitenace1_bot {background-color: #e60013;padding: 20px 10px 20px 20px;border-radius: 7px;box-shadow: 1px 11px 5px rgba(35, 25, 22, 0.85);}
.under main .maitenace1_bot li{font-size: 42px;font-weight: 600;color: #FFF;letter-spacing: 0.05rem;}

.under main .maitenace2_box dl dt{font-weight: 800;text-align: center;display: flex;align-items: center;justify-content: center;color: #595857;letter-spacing: 0.2rem;}
.under main .maitenace2_list {display: flex;align-items: center;gap: 18px;}
.under main .maitenace2_fr {border: 2px solid var(--mcolor);border-radius: 7px;background:url(../images/maitenace2_fr_bg.jpg) no-repeat center /cover;box-shadow: 0px 5px 4px rgba(35, 25, 22, 0.85);display: flex;flex-direction: column;align-items: center;justify-content: center;}
.under main .maitenace2_fr .tt {font-size: 33px;font-weight: 600;color: #595857;text-align: center;margin-bottom: 20px;line-height: 1.4;letter-spacing: 0.1rem;}
.under main .maitenace2_fr .img.shadow{box-shadow: 1px 4px 3px rgba(35, 25, 22, 0.45)}
.under main .maitenace2_fr .stock {font-size: 31px;font-weight: bold;color: #e60013;padding-bottom: 20px;letter-spacing: 0.1rem;padding-top: 4px;}
.under main .maitenace2_fr.big{width: 100%;padding: 0;background: #FFF;}
.under main .maitenace2_fr .d_flex{display: flex;align-items: center;width: 100%;}
.under main .maitenace2_fr .d_flex > *{width: 33.33%;margin: 0;}
.under main .maitenace2_fr .d_flex .tt{font-weight: 600;letter-spacing: 0.2rem;}

.under main .maitenace4_logo {text-align: center;margin-bottom: 34px;}
.under main .maitenace4_ttl {font-size: 38px;font-weight: 800;text-align: center;padding: 14px 20px;border: 2px solid #595857;border-radius: 10px;position: relative;max-width: 1383px;margin: 0 auto 56px;color: #595857;letter-spacing: 0.05rem;}
.under main .maitenace4_ttl::after{content: "";position: absolute;width: calc(100% + 5px);height: 104%;border-radius: 10px;inset: 8px -2px;border: 3px solid rgba(35,25,22,0.65);filter: blur(3px);z-index: -1;pointer-events: none;}
.under main .maitenace4_pick {margin-bottom: 69px;text-align: center;}
.under main .maitenace4_bot {display: flex;align-items: center;justify-content: space-between;}
.under main .maitenace4_bot_cta a{font-size: 23px;display: flex;justify-content: center;align-items: center;flex-direction: column;width: 100%;height: 186px;border-radius: 7px;color: #FFF;letter-spacing: 0.1rem;box-shadow: 0 4px 3px rgba(35, 25, 22, 0.15);background: linear-gradient(to right bottom,#d72526, #c30f23);}
.under main .maitenace4_bot_cta a span{display: inline-block;position: relative;padding-right: 113px;}
.under main .maitenace4_bot_cta a span::after{content: '';position: absolute;width: 90px;height: 90px;border-radius: 50%;border: 1px solid #FFF;top: calc(50% - 44px);right: 6px;}
.under main .maitenace4_bot_cta a span::before{content: '';position: absolute;width: 28px;height: 32px;clip-path: polygon(0 0, 0% 100%, 100% 50%);background-color: #FFF;right: 32px;top: calc(50% - 16px);}

.under main .maitenace_bnr_btn > p:not(:last-child){margin-bottom: 27px;}
.under main .maitenace_bnr_btn a{margin: 0 auto;font-family: var(--f-en);justify-content: flex-start;position: relative;}
.under main .maitenace_bnr_btn a::after{content: '';position: absolute;width: 44px;height:44px;background: url('../images/maitenace_arrow2.png') no-repeat center /contain;right: 87px;top: calc(50% - 25px);}


.under main .machine{padding: 136px 0 68px !important;position: relative;}
.under main .machine::before{content: '';position: absolute;max-width: 973px;max-height: 1185px;background-color: #eae9e9;top: 0;left: 0;clip-path: polygon(0 0, 0% 100%, 100% 0);pointer-events: none;width: 52%;height: 106%;}
.under main .machine .inner{width: 1491px;}
.under main .machine_h2{font-family: var(--f-en);font-weight: bold;font-size: 50px;margin-bottom: 47px;color: var(--mcolor);padding-left: 106px;}
.under main .machine_box {display: flex;justify-content: space-between;}
.under main .machine_model_ite:not(:first-child){margin-top: 44px;}
.under main .machine_model_ite_btn {font-family: var(--f-en);font-size: 27px;font-weight: bold;color: var(--mcolor);padding: 8px 33px 4px;border: 2px solid #d72526;border-radius: 17px;position: relative;background: url('../images/machine_model_ite_btn_ic.png') no-repeat center right 25px /26px #FFF;max-width: 563px;cursor: pointer;margin: 0;}
.under main .machine_model_ite_pop {position: relative;z-index: 5;margin-top: -70px;left: 0;max-width: 670px;width: 112%;}
.under main .machine_model_ite_pop dl dt{background-color: var(--mcolor);height: 100px;width: 100%;padding: 10px 43px 18px;position: relative;border-radius: 14px 14px 0 0;display: flex;align-items: flex-end;}
.under main .machine_model_ite_pop dl dd{padding: 24px 34px 57px;height: 100%;min-height: 904px;display: flex;flex-direction: column;justify-content: space-between;border: 2px solid var(--mcolor);border-radius: 0 0 18px 18px;background-color: #FFF;}
.under main .machine_model_ite_pop .ttl {font-family: var(--f-en);font-size: 32px;font-weight: bold;color: #FFF;margin: 0;line-height: 1.2;}
.under main .machine_model_ite_pop .close {position: absolute;font-family: var(--f-en);font-size: 21px;font-weight: 500;color: #FFF;line-height: 1.35;right: 26px;top: 13px;z-index: 1;cursor: pointer;}
.under main .machine_model_ite_pop .close span{position: relative;}
.under main .machine_model_ite_pop .close span::after{content: "";width: 33px;height: 33px;background: url('../images/machine_model_ite_pop_close.svg') no-repeat center /21px var(--mcolor);display: block;margin: 0 auto;box-shadow: 2px 4px 5px rgba(35, 25, 22, 0.55);}
.under main .machine_model_ite_pop .product {margin-bottom: 20px;}
.under main .machine_model_ite_pop .product .img {text-align: center;margin-bottom: 13px;}
.under main .machine_model_ite_pop .product .tt1 {font-size: 27px;font-weight: bold;color: var(--mcolor);text-align: center;line-height: 1.4;}
.under main .machine_model_ite_pop .tt2 {color: #595857;font-size: 28px;font-weight: bold;margin-bottom: 9px;letter-spacing: 0.05rem;line-height: 1.4;}
.under main .machine_model_ite_pop .des {font-size: 22px;line-height: 1.65;color: #595857;letter-spacing: 0.08rem;margin-bottom: 35px;}
.under main .machine_model_ite_pop .cta:not(:last-child){margin-bottom: 20px;}
.under main .machine_model_ite_pop .cta a{font-family: var(--f-en);font-size: 22px;font-weight: bold;color: #FFF;position: relative;display: flex;align-items: center;background-color: var(--mcolor);width: 280px;height: 70px;border-radius: 6px;margin: 0 auto;justify-content: center;}
.under main .machine_model_ite_pop .cta a span{display: inline-block;position: relative;padding-right: 55px;min-width: 180px;}
.under main .machine_model_ite_pop .cta a span::after{content: '';position: absolute;width:41px;height:31px;background: url('../images/machine_model_ite_pop_cta.png') no-repeat center /contain;right: -7px;top: calc(50% - 15px);}
.under main .machine_model_ite_pop .product_col {display: grid;grid-template-columns: repeat(2,1fr);gap: 30px;}
.under main .machine_model_ite_pop .product_col .product .img {margin-bottom: 29px;}
.under main .machine_model_ite_pop .product_col2 .product:nth-of-type(2){margin-top: 62px;}

.under main .machine_model_ite_pop:not(.show) {display: none;}

@media screen and (min-width: 751px){
  .under main .maitenace1 .inner,
  .under main .maitenace2 .inner{width: 1570px;}
  .under main .maitenace1_box {display: flex;justify-content: space-between;align-items: center;padding: 140px 0 48px;}
  .under main .maitenace1_box_r{max-width: 860px;transform: translate(5px,-8px);width: 56%;}
  .under main .maitenace1_bot{display: flex;justify-content: center;align-items: center;gap: 5.5%;transform: translateY(63px);}
  .under main .maitenace4 {padding-bottom: 155px;}
  .under main .maitenace4 .inner{width: 1570px;}
  .under main .maitenace2_box dl{display: flex;justify-content: center;align-items: center;gap: 39px;}
  .under main .maitenace2_box dl:not(:last-child){margin-bottom: 97px;}
  .under main .maitenace2_box dl dd{width: 868px;}
  .under main .maitenace2_fr{width: 278px;height: 278px;padding-top: 26px;}
  .under main .maitenace2_box dl dt{font-size: 42px;height: 290px;width: 360px;background: url('../images/maitenace2_box_dt.png') no-repeat center /contain;transform: translateY(7px);padding-bottom: 20px;padding-right: 20px;}
  .under main .maitenace_bnr_pick{min-height: 685px;padding-top: 10px;}
  .under main .maitenace4_bot_cta{padding-bottom: 24px;width: 22%;max-width: 325px;}
  .under main .maitenace_bnr_btn{padding: 20px 0 36px;}
  .under main .maitenace_bnr_btn a{width: 850px;height: 109px;font-size: 46px;padding: 10px 90px;border-radius: 25px;}
  .under main .maitenace4_bot_cta a:hover,.under main .machine_model_ite_btn:hover{background-color: #333;}
  .under main .machine_model_ite_btn:hover{border-color: #333;color: #FFF;background-image: url('../images/machine_model_ite_btn_ic_hv.png');}
  .under main .machine_model_ite_pop .close span:hover::after,.under main .machine_model_ite_pop .cta a:not([target="_blank"]):hover{background-color: #333;}


  .under main .machine_pick {max-width: 800px;width: 57%;}
  .under main .consumable_pick{max-width: 813px;margin-left: -24px;margin-top: 33px;}
  .under main .machine_model {width: 41%;max-width: 661px;padding-top: 33px;position: relative;}
  .under main .machine_model_ite_pop .box{padding: 0 30px;}

  .under main .machine_model_ite:nth-of-type(1) .machine_model_ite_pop .product .img{padding: 34px 20px 6px 0;}
  .under main .machine_model_ite:nth-of-type(3) .machine_model_ite_pop .product .img{padding-top: 17px;}
  .under main .machine_model_ite:nth-of-type(4) .machine_model_ite_pop .product .img{padding-top: 40px;}
  .under main .machine_model_ite:nth-of-type(4) .machine_model_ite_pop .product:nth-of-type(1) .img{margin-bottom: 15px;}
  .under main .machine_model_ite:nth-of-type(4) .machine_model_ite_pop .product:nth-of-type(1) .tt1{padding-left: 30px;}
  .under main .machine_model_ite:nth-of-type(4) .machine_model_ite_pop .product:nth-of-type(2) .img{margin-bottom: 11px;}
  .under main .machine_model_ite:nth-of-type(4) .machine_model_ite_pop .cta a span{min-width: 230px;}

  .under main .consumable_model .machine_model_ite:nth-of-type(1) .machine_model_ite_pop .product{margin-bottom: 20px; width: calc(100% + 52px); margin-left: -16px; margin-top: -10px;}
  .under main .consumable_model .machine_model_ite:nth-of-type(1) .machine_model_ite_pop .des{margin-bottom: 65px;}
  .under main .consumable_model .machine_model_ite:nth-of-type(2) .machine_model_ite_pop .product{margin-top: 36px}
  .under main .consumable_model .machine_model_ite:nth-of-type(2) .machine_model_ite_pop .des{letter-spacing: 0.02rem;}
  .under main .consumable_model .machine_model_ite:nth-of-type(3) .machine_model_ite_pop .product .img{padding-top: 36px;}
  .under main .consumable_model .machine_model_ite:nth-of-type(3) .machine_model_ite_pop .des{margin-bottom: 90px;}

}