@charset "UTF-8";
/* CSS Document */
/* font
=========================================== */
@font-face { /*NotoSansJP*/
font-family: 'NotoSansJP'; src: url("../fonts/font/NotoSansJP-Regular.ttf"); src: url("../fonts/font/NotoSansJP-Regular.woff2") format("woff2"), url("../fonts/font/NotoSansJP-Regular.woff") format("woff"), url("../fonts/font/NotoSansJP-Regular.ttf") format("truetype"); font-weight: 400; }
@font-face { /*NotoSansJPミディアム*/
font-family: 'NotoSansJP'; src: url("../fonts/font/NotoSansJP-Medium.ttf"); src: url("../fonts/font/NotoSansJP-Medium.woff2") format("woff2"), url("../fonts/font/NotoSansJP-Medium.woff") format("woff"), url("../fonts/font/NotoSansJP-Medium.ttf") format("truetype"); font-weight: 500; }
@font-face { /*NotoSansJPボールド*/
font-family: 'NotoSansJP'; src: url("../fonts/font/NotoSansJP-Bold.ttf"); src: url("../fonts/font/NotoSansJP-Bold.woff2") format("woff2"), url("../fonts/font/NotoSansJP-Bold.woff") format("woff"), url("../fonts/font/NotoSansJP-Bold.ttf") format("truetype"); font-weight: 700; }
@font-face { /*robotoボールド*/
font-family: "roboto"; src: url("../fonts/font/Roboto-Bold.ttf"); src: url("../fonts/font/Roboto-Bold.woff2") format("woff2"), url("../fonts/font/Roboto-Bold.woff") format("woff"), url("../fonts/font/Roboto-Bold.ttf") format("truetype"); font-weight: 700; }
/* Link
=========================================== */
a:link, a:visited { color: #000000; text-decoration: none; }

a:hover, a:active { color: #000000; text-decoration: underline; }

a { outline: none; transition: 0.3s; }

a img { transition: 0.3s; }

:focus { outline: none; }

/* LAYOUT
=========================================== */
body { overflow: hidden; width: 100%; }

.pc { display: none !important; }

.sp { display: block; }

body { color: #000000; background: #F3F5F8; font-size: 16px; line-height: 1.5; font-family: YakuHanJP,'NotoSansJP',"メイリオ","Mayryo ","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック","MS PGothic",sans-serif; font-weight: 500; font-style: normal; word-break: break-all; }

img { width: 100%; height: auto; }

table { width: 100%; table-layout: fixed; }

h1, h2, h3, h4, h5, h6 { font-weight: 700; }

.wrap { position: relative; }

input, select { -webkit-appearance: auto; appearance: auto; }

/*共通設定*/
.btn01 { width: 100%; max-width: 350px; height: 64px; margin: 40px auto 0; }

.btn01 a { display: flex; justify-content: center; align-items: center; width: 100%; height: 100%; padding: 0 40px; box-sizing: border-box; position: relative; background: #000000; border: 1px solid #000000; border-radius: 5px; }

.btn01 a::before { content: ""; display: block; width: 10px; height: 16px; background: url("../img/common/btn_arrow.svg") no-repeat center; background-size: contain; position: absolute; top: 50%; right: 24px; transform: translateY(-50%); }

.btn01 a .btn-text { display: inline-block; color: #FFFFFF; font-weight: 700; transition: 0.3s; }

.btn01.shiro a { background: transparent; border: 1px solid #FFFFFF; }

.estimate_btn.btn01 a { background: linear-gradient(103deg, #1767ac 0%, #179dac 100%); border: 0; }

.estimate_btn.btn01 a .btn-text { padding-left: 24px; box-sizing: border-box; position: relative; }

.estimate_btn.btn01 a .btn-text::before { content: ""; display: block; width: 16px; height: 20px; background: url("../img/common/icon_estimate.svg") no-repeat center; background-size: contain; position: absolute; top: 3px; left: 0; }

.contact_btn.btn01 a { background: linear-gradient(135deg, #172bac 0%, #1766ac 100%); border: 0; }

.contact_btn.btn01 a .btn-text { padding-left: 28px; box-sizing: border-box; position: relative; }

.contact_btn.btn01 a .btn-text::before { content: ""; display: block; width: 20px; height: 16px; background: url("../img/common/icon_mail.svg") no-repeat center; background-size: contain; position: absolute; top: 5px; left: 0; }

.title01 { font-family: "roboto"; font-size: 48px; line-height: 1.3; letter-spacing: 0.04em; margin-bottom: 40px; text-transform: capitalize; }

.title01 .mini { display: block; font-size: 24px; line-height: 1.33; text-transform: none; }

.tel_box { text-align: center; }

.tel_box .tel a { display: block; }

.tel_box .tel .num { font-size: 32px; line-height: 1.34; font-weight: 700; }

.tel_box .tel-text { font-weight: 700; }

.under-cont > section { padding: 100px 5% 120px; }

.under-cont > section:first-child { padding-top: 80px; }

.under-cont > section:nth-child(2n) { background: #FFFFFF; }

/*ウェブフォント*/
.normal { font-weight: 400; }

.medium { font-weight: 500; }

.bold { font-weight: 700; }

.common_text { line-height: 2; }

.tcenter { text-align: center; }

.tleft { text-align: left; }

.tright { text-align: right; }

.text_uppercase { text-transform: uppercase; }

.text_capitalize { text-transform: capitalize; }

.roboto { font-family: "roboto"; font-weight: 700; }

/*色*/
.shiro { color: #fff; }

.ao { color: #1747AC; }

.ao02 { color: #1567AC; }

.mt20 { margin-top: 20px; }

.flex { width: 100%; margin: 0; padding: 0; display: -webkit-box; display: -moz-box; display: -ms-box; display: -webkit-flexbox; display: -moz-flexbox; display: -ms-flexbox; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: flex; -webkit-box-lines: multiple; -moz-box-lines: multiple; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }

/*header
---------------------------------------------------------------*/
#header { width: 100%; height: 56px; position: fixed; transition: 0.3s; left: 0; right: 0; top: 0; margin: auto; z-index: 100; background: #fff; }

#header .header_inner { height: 100%; justify-content: space-between; align-items: center; flex-wrap: nowrap; }

#header .header_inner .logo_box { width: 180px; margin-left: 10px; position: relative; z-index: 1; }

#header .header_inner .logo { width: 100%; }

#header .header_inner .logo a { display: block; width: 100%; }

#header .header_inner .right { display: none; }

/*gnav*/
.gnav { display: none; }

/* nav
=========================================== */
.sp-nav-btn { width: 40px; height: 16px; position: relative; z-index: 101; box-sizing: border-box; text-align: center; transition: 0.3s; position: absolute; top: 50%; right: 20px; transform: translateY(-50%); }

.sp-nav-btn > span { width: 100%; height: 1px; background: #1E4486; position: absolute; left: 0; transition: 0.3s; }

.sp-nav-btn .border01 { top: 0; }

.sp-nav-btn .border02 { top: 50%; transform: translateY(-50%); }

.sp-nav-btn .border03 { bottom: 0; }

.sp-nav-btn.opon .border01 { transform: translate(-50%, -50%) rotateZ(45deg); top: 50%; left: 50%; }

.sp-nav-btn.opon .border02 { display: none; }

.sp-nav-btn.opon .border03 { transform: translate(-50%, 50%) rotateZ(-45deg); bottom: 50%; left: 50%; }

.sp-nav-list .overlay-nav { visibility: hidden; width: 100%; height: calc(100% - 56px); position: fixed; top: 56px; left: 0; background: rgba(0, 0, 0, 0.8); opacity: 0; }

.sp-nav-list .overlay-nav.opon { visibility: visible; opacity: 1; }

.sp-nav-list .navs-list { position: fixed; width: 100%; height: calc(100% - 56px); z-index: 99; top: 56px; right: -100%; transition: 0.3s; overflow-x: hidden; overflow-y: auto; padding: 20px; box-sizing: border-box; }

.sp-nav-list .navs-list.opon { right: 0; }

.sp-nav-list .navs-list > ul { padding: 33px 20px 40px; box-sizing: border-box; background: #fff; border-radius: 10px; }

.sp-nav-list .navs-list > ul > li { margin-bottom: 40px; }

.sp-nav-list .navs-list > ul > li:last-child { margin-bottom: 0; }

.sp-nav-list .navs-list > ul > li .en { display: block; font-size: 28px; line-height: 1.32; letter-spacing: 0.04em; }

.sp-nav-list .navs-list ul li .sp-nav { margin-top: 24px; }

.sp-nav-list .navs-list ul li .sp-nav li { margin-bottom: 16px; }

.sp-nav-list .navs-list ul li .sp-nav li:last-child { margin-bottom: 0; }

.sp-nav-list .navs-list .language_box { background: #fff; border-radius: 0 0 10px 10px; padding: 40px 20px; box-sizing: border-box; }

.sp-nav-list .navs-list .language_box .gtranslate_wrapper { width: 160px; height: 40px; margin: 0 auto; position: relative; }

.sp-nav-list .navs-list .language_box .gtranslate_wrapper::before { content: ""; display: block; width: 20px; height: 20px; background: url("../img/common/icon_world.svg") no-repeat center; background-size: cover; position: absolute; top: 50%; left: 8px; transform: translateY(-50%); }

.sp-nav-list .navs-list .language_box .gtranslate_wrapper select { width: 100%; height: 100%; border: 1px solid #CBCBCB; box-sizing: border-box; padding: 0 20px 0 36px; font-size: 16px; font-family: 'NotoSansJP'; background: url("../img/common/select_arrow.svg") no-repeat center right 8px, #FFFFFF; background-size: 12px; -webkit-appearance: none; appearance: none; color: #828282; font-weight: 700; }

.sp-nav-list .navs-list .language_box .gtranslate_wrapper select option { color: #000000; }

/* main */
/*-------------------------------------------*/
#main { margin-top: 56px; }

#main.home_main { width: 100%; padding: 40px 5% 120px; box-sizing: border-box; position: relative; background: url("../img/main/main_bg_sp.jpg") no-repeat center top; background-size: cover; color: #FFFFFF; }

#main.home_main .main_box { position: relative; }

#main.home_main .main_box .main_title { margin-bottom: 32px; }

#main.home_main .main_box .main_title span { display: block; font-size: 48px; line-height: 1.15; letter-spacing: 0.024em; }

#main.home_main .main_box .main_title span:last-child { font-size: 47px; line-height: 1.32; }

#main.home_main .main_box .main_img { width: 100%; max-width: 400px; aspect-ratio: 28 / 15; margin: 32px auto 0; position: relative; }

#main.home_main .main_box .main_img img { display: block; width: 150%; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); margin-left: 20px; }

#main.home_main .main_box .btn-list { display: block; margin-top: 40px; }

#main.home_main .main_box .btn-list .btn01 { margin-top: 0; margin-bottom: 10px; }

#main.home_main .main_box .btn-list .btn01:last-child { margin-bottom: 0; }

#main.home_main .slider-cont { display: block; margin-top: 80px; }

#main.home_main .slider-cont .text_box { text-align: center; }

#main.home_main .slider-cont .text_box h2 { font-size: 24px; line-height: 1.32; letter-spacing: 0.04em; text-align: center; margin-bottom: 40px; }

#main.home_main .slider-cont .text_box h2 em { display: block; font-size: 56px; }

#main.home_main .slider-cont #equipment-slider { margin-bottom: 98px !important; }

#main.home_main .slider-cont #equipment-slider .slick-prev, #main.home_main .slider-cont #equipment-slider .slick-next { color: #FFFFFF; }

#main.home_main .slider-cont #equipment-slider .equipment01 a { color: #FFFFFF; }

/* 下層 main */
/*-------------------------------------------*/
#main.kasou { width: 100%; min-height: 170px; padding: 40px 5% 50px; box-sizing: border-box; background: linear-gradient(264deg, #1f4487 0%, #1d4685 20%, #191f5a 80%, #0c1d4a 100%); }

#main.kasou .main_title { color: #FFFFFF; }

#main.kasou .main_title .en { display: block; font-family: "roboto"; font-size: 40px; line-height: 1.32; letter-spacing: 0.04em; text-transform: capitalize; }

#main.kasou .main_title .ja { display: block; font-size: 16px; margin-top: 4px; }

#main.kasou .main-text { color: #FFFFFF; line-height: 2; margin-top: 32px; }

/*パンくず*/
div#bread { width: 100%; margin-top: 8px; padding: 0 5%; box-sizing: border-box; }

ul.bread-list { font-size: 13px; justify-content: flex-end; }

ul.bread-list li { line-height: 19px; }

ul.bread-list li a { text-decoration: none; line-height: 19px; color: #A2ABBC; }

ul.bread-list li a:hover { text-decoration: underline; }

ul.bread-list li::after { content: "-"; margin: 0 8px; }

ul.bread-list li:last-child::after { display: none; }

body.single div#bread { margin-top: 64px; }

/* TOPへ戻る・追従 */
/*-------------------------------------------*/
#fixed_trigger { position: absolute; left: 0; top: 50px; z-index: -100; }

/* CLEARFIX
=========================================== */
.cf:after { content: "."; display: block; clear: both; height: 0; visibility: hidden; overflow: hidden; font-size: 0.1em; line-height: 0; }

.cf { min-height: 1px; }

* html .cf { height: 1px; /*¥*/ 	                 /*/ height: auto; overflow: hidden; /**/ }

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"], input[type="button"] { border-radius: 0; -webkit-box-sizing: content-box; -webkit-appearance: button; appearance: button; border: none; box-sizing: border-box; cursor: pointer; }

input[type="submit"]::-webkit-search-decoration, input[type="button"]::-webkit-search-decoration { display: none; }

input[type="submit"]::focus, input[type="button"]::focus { outline-offset: -2px; }

input[type="date"]::-webkit-date-and-time-value, input[type="time"]::-webkit-date-and-time-value { text-align: left; }

/*ライトボックス設定*/
#fancybox-wrap { padding: 0 !important; width: 100% !important; left: 0 !important; }

div#fancybox-content { border: none; width: 92% !important; padding: 2%; margin: 2%; height: auto !important; }

div#fancybox-outer { background: none; }

#fancybox-close { position: absolute; top: 0 !important; right: 0 !important; }

section { position: relative; }

/* footer */
/*-------------------------------------------*/
#contact-sec { padding: 100px 5% 110px; box-sizing: border-box; background: url("../img/common/contact-bg_sp.jpg") no-repeat top center; background-size: cover; }

#contact-sec .title { width: 100%; height: 85px; position: relative; margin-bottom: 48px; }

#contact-sec .title .title_bg { width: 100vw; height: 85px; background: url("../img/common/bg-text.png") repeat-x center; background-size: cover; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); animation: contactMove01 50s linear infinite; }

@keyframes contactMove01 { 0% { background-position: 0 0; }
  100% { background-position: -1328px 0; } }
#contact-sec .btn-list { display: block; margin-top: 56px; }

#contact-sec .btn-list .btn01 { margin-bottom: 10px; margin-top: 0; }

#contact-sec .btn-list .btn01:last-child { margin-bottom: 0; }

#footer { padding: 100px 5% 40px; background: #F3F5F8; }

#footer .footer_box { display: block; margin-bottom: 80px; }

#footer .footer_box .left { text-align: center; margin-top: 80px; }

#footer .footer_box .left .logo { display: inline-block; width: 204px; margin-bottom: 32px; }

#footer .footer_box .left .logo a { display: block; width: 100%; }

#footer .footer_box .left .info-list .info_box { margin-bottom: 16px; }

#footer .footer_box .left .info-list .info_box:last-child { margin-bottom: 0; }

#footer .footer_box .left .info-list .info_box .midashi { margin-bottom: 4px; }

#footer .footer_box .right .navs-list { width: 100%; justify-content: space-between; display: flex; }

.navs-list > ul.navs-list00 { width: calc(50% - 18px); }

.navs-list > ul.navs-list00 > li { margin-bottom: 40px; }

.navs-list > ul.navs-list00 > li:last-child { margin-bottom: 0; }

.navs-list > ul.navs-list00 > li .en { display: block; font-size: 28px; line-height: 1.32; letter-spacing: 0.04em; margin-bottom: 8px; }

.navs-list > ul.navs-list00 > li .sp-nav { margin-top: 16px; }

.navs-list > ul.navs-list00 > li .sp-nav li { margin-bottom: 16px; }

.navs-list > ul.navs-list00 > li .sp-nav li:last-child { margin-bottom: 0; }

.navs-list > ul.navs-list00 > li .sp-nav li a { display: block; padding-left: 14px; box-sizing: border-box; position: relative; }

.navs-list > ul.navs-list00 > li .sp-nav li a::before { content: "-"; display: inline-block; position: absolute; top: 0; left: 0; }

#footer .bottom_box { display: block; padding-top: 40px; position: relative; }

#footer .bottom_box::before { content: ""; display: block; width: 100vw; height: 1px; background: #D9D9D9; position: absolute; top: 0; left: 50%; transform: translateX(-50%); }

#footer .bottom_box .link_list { justify-content: center; }

#footer .bottom_box .link_list li { font-size: 14px; line-height: 20px; margin-right: 40px; }

#footer .bottom_box .link_list li:last-child { margin-right: 0; }

#footer .bottom_box .copyright { font-size: 14px; line-height: 20px; text-align: center; margin-top: 16px; }

/*parts
=========================================== */
.slider01 { margin-bottom: 98px !important; }
.slider01 .slick-prev, .slider01 .slick-next { width: 70px; height: 26px; box-sizing: border-box; top: auto; bottom: -66px; transform: translate(0, 0); transition: 0.3s; z-index: 1; }
.slider01 .slick-prev::before, .slider01 .slick-next::before { content: ""; display: block; width: 12px; height: 18px; opacity: 1; background: url("../img/common/slide_arrow.svg") no-repeat center; background-size: contain; position: absolute; top: 5px; transition: 0.3s; }
.slider01 .slick-prev::after, .slider01 .slick-next::after { display: block; font-family: "roboto"; font-size: 20px; line-height: 26px; font-weight: 700; }
.slider01 .slick-prev { padding-left: 26px; left: 50%; transform: translateX(-90px); }
.slider01 .slick-prev::before { left: 0; transform: scale(-1, 1); }
.slider01 .slick-prev::after { content: "Prev"; text-align: right; }
.slider01 .slick-next { padding-right: 26px; right: 50%; transform: translateX(90px); }
.slider01 .slick-next::before { right: 0; }
.slider01 .slick-next::after { content: "Next"; }

.equipment01 a { display: block; width: 100%; }
.equipment01 a .img { width: 100%; aspect-ratio: 4 / 3; margin-bottom: 16px; overflow: hidden; }
.equipment01 a .img .in_img { width: 100%; height: 100%; transition: 0.3s; }
.equipment01 a .title { font-size: 18px; line-height: 1.44; margin-bottom: 12px; }
.equipment01 a .info-list { margin-top: 12px; }
.equipment01 a .info-list li { display: flex; align-items: flex-start; margin-bottom: 4px; }
.equipment01 a .info-list li:last-child { margin-bottom: 0; }
.equipment01 a .info-list li .midashi { display: inline-block; width: 100px; padding-bottom: 1px; box-sizing: border-box; background: rgba(255, 255, 255, 0.08); border-radius: 12px; font-weight: 400; text-align: center; margin-right: 10px; }
.equipment01 a .info-list li .text { display: inline-block; width: calc(100% - 110px); font-weight: 400; word-break: break-all; }

.equipment02 a { display: block; width: 100%; background: #FFFFFF; border-radius: 10px; overflow: hidden; position: relative; }
.equipment02 a .img { width: 100%; aspect-ratio: 35 / 24; overflow: hidden; }
.equipment02 a .img .in_img { width: 100%; height: 100%; transition: 0.3s; }
.equipment02 a .info_box { padding: 16px 20px 28px; box-sizing: border-box; }
.equipment02 a .info_box .title { font-size: 18px; line-height: 1.44; }
.equipment02 a .info_box .info-list { margin-top: 16px; }
.equipment02 a .info_box .info-list li { display: flex; align-items: flex-start; margin-bottom: 4px; }
.equipment02 a .info_box .info-list li:last-child { margin-bottom: 0; }
.equipment02 a .info_box .info-list li .midashi { display: inline-block; width: 100px; background: #F6F6F6; border-radius: 12px; font-weight: 400; text-align: center; margin-right: 10px; }
.equipment02 a .info_box .info-list li .text { display: inline-block; width: calc(100% - 110px); font-weight: 400; word-break: break-all; }
.equipment02 a .arrow { display: inline-block; width: 28px; height: 28px; background: url("../img/common/btn_arrow.svg") no-repeat center, #1567AC; background-size: 8px; border-radius: 10px 0; position: absolute; bottom: 0; right: 0; z-index: 1; }

.info_cate { align-items: flex-end; }
.info_cate .time { margin: 0 16px 16px 0; }
.info_cate .cate-list { width: auto; margin-bottom: 7px; }
.info_cate .cate-list li { color: #1567AC; padding: 2px 23px 4px; box-sizing: border-box; border: 1px solid #1567AC; border-radius: 16px; margin-right: 5px; margin-bottom: 5px; }
.info_cate .cate-list li:last-child { margin-right: 0; }

.news01 a { display: block; width: 100%; }
.news01 a .img { width: 100%; aspect-ratio: 168 / 107; overflow: hidden; margin-bottom: 17px; }
.news01 a .img .in_img { width: 100%; height: 100%; transition: 0.3s; }
.news01 a .info_box h3 { font-size: 18px; display: -webkit-box; overflow: hidden; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }

.wrap.twin div#two-side { margin-bottom: 40px; }
.wrap.twin div#two-side .side_box { margin-bottom: 32px; }
.wrap.twin div#two-side .side_box:last-child { margin-bottom: 0; }
.wrap.twin div#two-side .side_box .side-link { margin-top: 16px; }
.wrap.twin div#two-side .side_box .side-link > li { margin-bottom: 12px; }
.wrap.twin div#two-side .side_box .side-link > li:last-child { margin-bottom: 0; }
.wrap.twin div#two-side .side_box .side-link > li > a { display: inline-block; padding-left: 25px; box-sizing: border-box; position: relative; }
.wrap.twin div#two-side .side_box .side-link > li > a .icon { display: block; width: 20px; height: 20px; background: #FFFFFF; border: 1px solid #9B9B9B; box-sizing: border-box; border-radius: 2px; position: absolute; top: 4px; left: 0; overflow: hidden; }
.wrap.twin div#two-side .side_box .side-link > li.on_cat > a .icon { background: url("../img/p04/icon_check_on.png") no-repeat center; background-size: contain; border: 0; }
.wrap.twin div#two-side .side_box .side-inner02 { margin-top: 16px; }
.wrap.twin div#two-side .side_box .side-inner02 select { width: 100%; height: 48px; box-sizing: border-box; padding: 11px 30px 11px 15px; font-size: 16px; line-height: 1.5; font-weight: 500; border: 1px solid #D4D4D4; font-family: 'NotoSansJP'; background: url("../img/common/select_arrow.svg") no-repeat center right 15px, #FFFFFF; background-size: 10px; border-radius: 0; -webkit-appearance: none; appearance: none; cursor: pointer; color: #000000 !important; }
.wrap.twin div#two-side .side_box .side-inner02 select option { color: #000000 !important; }
.wrap.twin div#two-side .side_box .search-box { width: 100%; height: 40px; margin-top: 8px; }
.wrap.twin div#two-side .side_box .search-box #searchform { display: flex; align-items: center; width: 100%; height: 100%; background: #FFFFFF; border: 1px solid #E3E3E3; position: relative; border-radius: 0; }
.wrap.twin div#two-side .side_box .search-box #searchform input[type="text"] { width: calc(100% - 40px); height: 100%; font-size: 16px; font-weight: 500; border: none; font-family: 'NotoSansJP'; box-sizing: border-box; border-radius: 0; padding: 7px 15px; box-sizing: border-box; }
.wrap.twin div#two-side .side_box .search-box #searchform input#submit { display: block; width: 40px; height: 40px; background: url("../img/common/icon_search01.svg") no-repeat center, #000000; background-size: 16px; border-radius: 0; color: transparent; border: 0; }

.wp-pagenavi > span, .wp-pagenavi > a { display: inline-block; width: 40px; height: 40px; border: 1px solid #000000; border-radius: 5px; box-sizing: border-box; margin: 0 2px; text-decoration: none; font-size: 16px; font-weight: 700; color: #000000; line-height: 38px; transition: 0.3s; }

.wp-pagenavi { text-align: center; margin-top: 60px; }
.wp-pagenavi span.current { background: #000000; color: #FFFFFF; }
.wp-pagenavi a.page { position: relative; }
.wp-pagenavi span.extend { width: auto; margin: 0; border: 0; font-size: 14px; }
.wp-pagenavi span.pages { display: none; }
.wp-pagenavi a.previouspostslink, .wp-pagenavi a.nextpostslink { position: relative; color: transparent; }
.wp-pagenavi a.previouspostslink::before, .wp-pagenavi a.nextpostslink::before { content: ""; width: 8px; height: 14px; background: url("../img/common/page_arrow01.svg") no-repeat center; background-size: contain; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
.wp-pagenavi a.previouspostslink::before { transform: translate(-50%, -50%) scale(-1, 1); }
.wp-pagenavi a.first, .wp-pagenavi a.last { position: relative; color: transparent; }
.wp-pagenavi a.first::before, .wp-pagenavi a.last::before { content: ""; width: 16px; height: 14px; background: url("../img/common/page_arrow02.svg") no-repeat center; background-size: contain; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
.wp-pagenavi a.first { margin-left: 0; }
.wp-pagenavi a.first::before { transform: translate(-50%, -50%) scale(-1, 1); }
.wp-pagenavi a.last { margin-right: 0; }

.post-navigation { margin-top: 60px; }

.post-navigation ul { justify-content: center; align-items: center; position: relative; }

.post-navigation ul > li { width: calc((100% - 18px) / 3); }
.post-navigation ul > li a { display: block; width: 100%; height: 60px; padding: 20px 10px; box-sizing: border-box; background: transparent; border: 1px solid #000000; border-radius: 5px; font-size: 15px; line-height: 21px; font-weight: 700; text-align: center; }

.post-navigation ul > li.blog-back { margin: 0 9px; }
.post-navigation ul > li.blog-back a { background: #000000; color: #FFFFFF; }
.post-navigation ul > li.blog-back a::before { display: none; }

.post-navigation ul > li.kara { opacity: 0; pointer-events: none; }

/*TOPページ　p01
=========================================== */
.home .title01 { font-size: 64px; }

#topbox01 { padding: 100px 5% 120px; position: relative; overflow: hidden; background: #FFFFFF; }
#topbox01::before { content: ""; display: block; width: 160px; height: 818px; background: url("../img/top/bg-text01.png") no-repeat center; background-size: contain; position: absolute; top: 40px; right: 0; }
#topbox01 .cnt { display: block; }
#topbox01 .cnt .text_box .text p { color: rgba(0, 0, 0, 0.4); margin-bottom: 32px; background: linear-gradient(to right, #000000 50%, rgba(0, 0, 0, 0.4) 50%); background-size: 200% 100%; background-position: right bottom; -webkit-background-clip: text; -webkit-text-fill-color: transparent; transition: background-position 0.6s cubic-bezier(0.65, 0, 0.35, 1); }
#topbox01 .cnt .text_box .text p:last-child { margin-bottom: 0; }
#topbox01 .cnt .text_box .text p.active { background-position: left bottom; }
#topbox01 .cnt .img_box { width: 100%; padding-top: 50px; box-sizing: border-box; position: relative; z-index: 1; margin-top: 80px; }
#topbox01 .cnt .img_box img.bg02 { width: 21.87vw; position: absolute; top: 0; left: -6%; z-index: -1; }

#topbox02 { padding: 100px 5% 120px; background: url("../img/top/bg01_sp.jpg") no-repeat center; background-size: cover; }
#topbox02 .equipment-list .equipment_box { padding: 24px 20px 40px; box-sizing: border-box; background: #FFFFFF; border-radius: 10px; margin-bottom: 24px; }
#topbox02 .equipment-list .equipment_box:last-child { margin-bottom: 0; }
#topbox02 .equipment-list .equipment_box h3 { display: block; padding: 32px 0; border-bottom: 1px solid #EEF0F8; box-sizing: border-box; text-align: center; position: relative; margin-bottom: 32px; }
#topbox02 .equipment-list .equipment_box h3::before { content: ""; display: block; width: 24px; height: 24px; background: url("../img/top/title_icon.png") no-repeat center; background-size: contain; position: absolute; top: 0; left: 50%; transform: translateX(-50%); }
#topbox02 .equipment-list .equipment_box h3 .en { display: block; font-size: 32px; line-height: 1.34; }
#topbox02 .equipment-list .equipment_box h3 .ja { display: block; }
#topbox02 .equipment-list .equipment_box .logo-list li { width: calc(50% - 8px); margin: 16px 16px 0 0; }
#topbox02 .equipment-list .equipment_box .logo-list li:nth-child(-n+2) { margin-top: 0; }
#topbox02 .equipment-list .equipment_box .logo-list li:nth-child(2n) { margin-right: 0; }
#topbox02 .equipment-list .equipment_box .logo-list li a { display: block; width: 100%; }
#topbox02 .equipment-list .equipment_box .logo-list li.text a { display: flex; align-items: center; justify-content: center; height: 100%; font-size: 18px; font-weight: 700; }
#topbox02 .equipment-list .equipment_box .type-list { display: block; }
#topbox02 .equipment-list .equipment_box .type-list li { margin-bottom: 3px; }
#topbox02 .equipment-list .equipment_box .type-list li:last-child { margin-bottom: 0; }
#topbox02 .equipment-list .equipment_box .type-list li a { display: block; width: 100%; padding: 12px; box-sizing: border-box; background: #F6F8FC; font-weight: 700; }

#topbox03 { padding: 100px 5%; background: linear-gradient(180deg, #F3F5F8 0%, #F3F5F8 77%, #FFFFFF 77%, #FFFFFF 100%); position: relative; }
#topbox03 .strengths-list { display: block; }
#topbox03 .strengths-list .strengths01 { padding: 24px 20px 32px; box-sizing: border-box; background: #FFFFFF; border-radius: 10px; position: relative; margin-bottom: 16px; }
#topbox03 .strengths-list .strengths01:last-child { margin-bottom: 0; }
#topbox03 .strengths-list .strengths01 .box_in { justify-content: space-between; align-items: flex-start; margin-bottom: 16px; }
#topbox03 .strengths-list .strengths01 .box_in .title { width: calc(100% - 80px); margin-top: 6px; }
#topbox03 .strengths-list .strengths01 .box_in .title .num { font-size: 18px; line-height: 1.33; }
#topbox03 .strengths-list .strengths01 .box_in .title h3 { font-size: 36px; line-height: 1.33; }
#topbox03 .strengths-list .strengths01 .box_in .icon { width: 80px; height: 80px; background: #F6F8FC; border-radius: 50%; position: relative; }
#topbox03 .strengths-list .strengths01 .box_in .icon img { width: 40px; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
#topbox03 .strengths-list .strengths01 .text01 { font-size: 18px; line-height: 1.6; }
#topbox03 .btn-list { display: block; margin-top: 120px; }
#topbox03 .btn-list .btn_box { margin-bottom: 16px; }
#topbox03 .btn-list .btn_box:last-child { margin-bottom: 0; }
#topbox03 .btn-list .btn_box a { display: block; width: 100%; height: 100%; min-height: 240px; padding: 50px 20px; box-sizing: border-box; border-radius: 10px; position: relative; overflow: hidden; }
#topbox03 .btn-list .btn_box a .bg-img { width: 100%; height: 100%; background-repeat: no-repeat; background-position: center; background-size: cover; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); transition: 0.3s; }
#topbox03 .btn-list .btn_box a .btn-text { display: inline-block; position: relative; z-index: 1; }
#topbox03 .btn-list .btn_box a .btn-text .en { display: block; font-size: 64px; line-height: 1.3; letter-spacing: 0.04em; margin-bottom: 8px; }
#topbox03 .btn-list .btn_box a .arrow { display: block; width: 56px; height: 56px; border: 1px solid #FFFFFF; border-radius: 50%; position: absolute; bottom: 20px; right: 20px; }
#topbox03 .btn-list .btn_box a .arrow::before { content: ""; display: block; width: 8px; height: 14px; background: url("../img/common/btn_arrow.svg") no-repeat center; background-size: contain; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
#topbox03 .btn-list .btn_box01.btn_box a .bg-img { background-image: url("../img/top/btn_img01_sp.jpg"); }
#topbox03 .btn-list .btn_box02.btn_box a .bg-img { background-image: url("../img/top/btn_img02_sp.jpg"); }

#topbox04 { padding: 0 5% 120px; background: #FFFFFF; }
#topbox04 .cnt { display: block; }
#topbox04 .cnt .text_box .title01 { text-align: center; }
#topbox04 .cnt .news-list .slick-prev, #topbox04 .cnt .news-list .slick-next { color: #000000; }
#topbox04 .cnt .news-list .slick-prev::before, #topbox04 .cnt .news-list .slick-next::before { filter: brightness(0) saturate(100%) invert(0%) sepia(95%) saturate(0%) hue-rotate(186deg) brightness(92%) contrast(104%); }

/*私たちについて　p02
=========================================== */
.page-strength #main.kasou { background: transparent; position: relative; z-index: 1; }
.page-strength #main.kasou::after { content: ""; display: block; width: 90%; height: 1px; background: rgba(255, 255, 255, 0.16); position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); }
.page-strength ul.bread-list li { color: #FFFFFF; }
.page-strength ul.bread-list li a { color: #A2ABBC; }

#p02box01 { position: relative; }
#p02box01::before { content: ""; display: block; width: 100%; height: calc(100% + 200px); background: linear-gradient(240deg, #1f4487 0%, #1d4685 20%, #191f5a 80%, #0c1d4a 100%); position: absolute; top: -200px; left: 0; z-index: -1; }
#p02box01 .message_box p { margin-bottom: 32px; }
#p02box01 .message_box p:last-child { margin-bottom: 0; }
#p02box01 p.name { text-align: right; margin-top: 32px; }
#p02box01 p.name em { display: inline-block; font-size: 20px; margin-left: 8px; }
#p02box01 .values_box { padding: 40px 20px 20px; box-sizing: border-box; background: #FFFFFF; border-radius: 10px; margin-top: 80px; }
#p02box01 .values_box .values-list { display: block; }
#p02box01 .values_box .values-list .value01 { padding: 40px 10px 32px; box-sizing: border-box; background: #F6F8FC; border-radius: 10px; text-align: center; margin-bottom: 16px; }
#p02box01 .values_box .values-list .value01:last-child { margin-bottom: 0; }
#p02box01 .values_box .values-list .value01 .img { width: 100%; margin-bottom: 8px; }
#p02box01 .values_box .values-list .value01 .img img { width: 60px; }
#p02box01 .values_box .values-list .value01 .text_box { display: inline-block; text-align: left; }
#p02box01 .values_box .values-list .value01 .text_box .num { font-size: 12px; line-height: 1.33; margin-bottom: 8px; }
#p02box01 .values_box .values-list .value01 .text_box h4 { font-size: 24px; line-height: 1.46; margin-bottom: 4px; }

#p02box02 .strengths-list .strength01 { display: block; margin-bottom: 80px; }
#p02box02 .strengths-list .strength01:last-child { margin-bottom: 0; }
#p02box02 .strengths-list .strength01 .text_box { padding-top: 24px; border-top: 1px solid #E8E8E8; box-sizing: border-box; position: relative; z-index: 1; }
#p02box02 .strengths-list .strength01 .text_box::before { content: ""; display: block; width: 22px; height: 1px; background: #1567AC; position: absolute; top: -1px; left: 0; z-index: 1; }
#p02box02 .strengths-list .strength01 .text_box .num { font-size: 14px; line-height: 1.36; margin-bottom: 16px; }
#p02box02 .strengths-list .strength01 .text_box h3 { font-size: 22px; margin-bottom: 24px; }
#p02box02 .strengths-list .strength01 .text_box p.text { line-height: 1.75; }
#p02box02 .strengths-list .strength01 .text_box .bg-num { display: none; }
#p02box02 .strengths-list .strength01 .img_box { width: 100%; max-width: 520px; margin: 40px auto 0; }

#equipment-slider02 { margin-bottom: 110px !important; }
#equipment-slider02 .slick-prev, #equipment-slider02 .slick-next { color: #000000; }
#equipment-slider02 .slick-prev::before, #equipment-slider02 .slick-next::before { filter: brightness(0) saturate(100%) invert(0%) sepia(95%) saturate(0%) hue-rotate(186deg) brightness(92%) contrast(104%); }
#equipment-slider02 .slick-track { display: flex; }
#equipment-slider02 .equipment02 { height: auto; }
#equipment-slider02 .equipment02 a { height: 100%; }

#p02box03 { background: #EBF0F8; }
#p02box03 .title01 { text-align: center; }

/*会社概要　p03
=========================================== */
#p03box01 { padding-bottom: 80px; }
#p03box01 .company-table tr:first-child th { border-top: 1px solid #1567AC; }
#p03box01 .company-table tr:first-child td { border-top: 1px solid #E1E1E1; }
#p03box01 .company-table tr th, #p03box01 .company-table tr td { padding: 16px 0; box-sizing: border-box; vertical-align: top; }
#p03box01 .company-table tr th { width: 100px; border-bottom: 1px solid #1567AC; color: #1567AC; }
#p03box01 .company-table tr td { padding-left: 20px; border-bottom: 1px solid #E1E1E1; }
#p03box01 .company-table tr td ul li { margin-bottom: 8px; }
#p03box01 .company-table tr td ul li:last-child { margin-bottom: 0; }
#p03box01 .company-table tr td ul li .midashi { display: block; }

#map-sec { width: 100%; height: 280px; }
#map-sec iframe { width: 100%; height: 100%; }

#p03box02 { background: #FFFFFF; }
#p03box02 .cnt { display: block; }
#p03box02 .cnt .history-list { border-left: 1px solid #E8E8E8; box-sizing: border-box; }
#p03box02 .cnt .history-list .history01 { padding-left: 20px; box-sizing: border-box; position: relative; margin-bottom: 31px; }
#p03box02 .cnt .history-list .history01:last-child { margin-bottom: 0; }
#p03box02 .cnt .history-list .history01::before { content: ""; display: block; width: 1px; height: calc(100% + 7px); background: #1567AC; position: absolute; left: -1px; top: 0; z-index: 1; }
#p03box02 .cnt .history-list .history01 p.day { margin-bottom: 10px; }
#p03box02 .cnt .history-list .history01 p.day .year { font-size: 32px; line-height: 1.34; }
#p03box02 .cnt .history-list .history01 p.day .month { font-size: 20px; line-height: 1.3; }
#p03box02 .cnt .history-list .history01 p.text { padding-left: 20px; box-sizing: border-box; }

/*製品一覧　p04
=========================================== */
#p04box01 { padding-top: 60px; }
#p04box01 #side-open-btn { display: flex; align-items: center; justify-content: center; margin-top: 0; padding: 0 50px; box-sizing: border-box; background: url("../img/p04/icon_search.svg") no-repeat center left 20px, #FFFFFF; background-size: 24px; border: 1px solid #000000; border-radius: 5px; text-align: center; font-weight: 700; }
#p04box01 #two-side { width: 100%; height: 100%; position: fixed; top: 0; left: -100%; z-index: 100; transition: 0.3s; overflow-x: hidden; overflow-y: auto; }
#p04box01 #two-side .side_overlay-nav { width: 100%; height: 100%; background: rgba(0, 0, 0, 0.64); position: absolute; top: 0; left: 0; }
#p04box01 #two-side .side_wrap { width: calc(100% - 40px); padding: 32px 20px; box-sizing: border-box; background: #FFFFFF; position: relative; z-index: 1; }
#p04box01 #two-side .side_wrap #side-close-btn { width: 40px; height: 40px; background: url("../img/p04/icon_close.svg") no-repeat center, #E6E6E6; background-size: 17px; position: absolute; top: 0; right: 0; z-index: 1; }
#p04box01 #two-side.opon { left: 0; }
#p04box01 #two-side.opon .side_overlay-nav { position: fixed; }
#p04box01 #two-main .title_box { display: block; margin-top: 40px; }
#p04box01 #two-main .title_box h2 { font-size: 24px; line-height: 1.46; }
#p04box01 #two-main .title_box p.num { margin-top: 8px; }
#p04box01 #two-main .title_box p.num em { display: inline-block; font-size: 20px; line-height: 1.45; margin: 0 2px 0 8px; }
#p04box01 .equipment-all-list { margin-top: 40px; }
#p04box01 .equipment-all-list .equipment03 { display: block; padding: 30px 20px 20px; box-sizing: border-box; background: #FFFFFF; border-radius: 10px; position: relative; margin-bottom: 40px; }
#p04box01 .equipment-all-list .equipment03:last-child { margin-bottom: 0; }
#p04box01 .equipment-all-list .equipment03::before { content: ""; display: block; width: calc(100% - 40px); height: 2px; background: #1567AC; border-radius: 10px; position: absolute; top: 0; left: 50%; transform: translateX(-50%); z-index: 1; }
#p04box01 .equipment-all-list .equipment03 .img { display: block; width: 100%; position: relative; margin-bottom: 12px; }
#p04box01 .equipment-all-list .equipment03 .img .in_img { width: 100%; aspect-ratio: 296 / 215; }
#p04box01 .equipment-all-list .equipment03 .img .icon { display: inline-block; padding: 0 12px 2px; box-sizing: border-box; background: linear-gradient(90deg, #172bac 0%, #1766ac 100%); font-weight: 700; color: #FFFFFF; position: absolute; top: 0; right: 0; z-index: 1; }
#p04box01 .equipment-all-list .equipment03 .img .icon.non-icon { background: #383838; }
#p04box01 .equipment-all-list .equipment03 .text_box .title { font-size: 20px; line-height: 1.45; margin-bottom: 8px; }
#p04box01 .equipment-all-list .equipment03 .text_box .info-list { margin-bottom: 16px; }
#p04box01 .equipment-all-list .equipment03 .text_box .info-list li { display: flex; align-items: flex-start; margin-bottom: 4px; }
#p04box01 .equipment-all-list .equipment03 .text_box .info-list li:last-child { margin-bottom: 0; }
#p04box01 .equipment-all-list .equipment03 .text_box .info-list li .midashi { display: inline-block; width: 100px; background: #F6F6F6; border-radius: 12px; font-weight: 400; text-align: center; margin-right: 10px; }
#p04box01 .equipment-all-list .equipment03 .text_box .info-list li .text { display: inline-block; width: calc(100% - 110px); font-weight: 400; word-break: break-all; }
#p04box01 .equipment-all-list .equipment03 .text_box .cate-list { margin-bottom: 12px; }
#p04box01 .equipment-all-list .equipment03 .text_box .cate-list li { padding: 0 11px 2px; box-sizing: border-box; border: 1px solid #1567AC; border-radius: 16px; font-size: 14px; line-height: 1.43; color: #1567AC; margin: 0 4px 4px 0; }
#p04box01 .equipment-all-list .equipment03 .text_box .cate-list li:last-child { margin-right: 0; }
#p04box01 .equipment-all-list .equipment03 .text_box .btn_box { display: block; padding: 20px; box-sizing: border-box; background: #DDECF8; border-radius: 5px; }
#p04box01 .equipment-all-list .equipment03 .text_box .btn_box .btn { width: 100%; height: 48px; margin-bottom: 8px; }
#p04box01 .equipment-all-list .equipment03 .text_box .btn_box .btn:last-child { margin-bottom: 0; }
#p04box01 .equipment-all-list .equipment03 .text_box .btn_box .btn a { display: flex; justify-content: center; align-items: center; width: 100%; height: 100%; box-sizing: border-box; border-radius: 5px; }
#p04box01 .equipment-all-list .equipment03 .text_box .btn_box .btn a .btn-text { display: block; font-weight: 700; text-align: center; }
#p04box01 .equipment-all-list .equipment03 .text_box .btn_box .btn.detail_btn a { background: #FFFFFF; border: 1px solid #1567AC; }
#p04box01 .equipment-all-list .equipment03 .text_box .btn_box .btn.detail_btn a .btn-text { color: #1567AC; }
#p04box01 .equipment-all-list .equipment03 .text_box .btn_box .btn.contact_btn a { background: linear-gradient(90deg, #1767ac 0%, #179dac 100%); }
#p04box01 .equipment-all-list .equipment03 .text_box .btn_box .btn.contact_btn a .btn-text { color: #FFFFFF; }
#p04box01 .equipment-all-list .equipment03 .text_box .btn_box .btn.non-btn a { background: #CFCFCF; pointer-events: none; }
#p04box01 .equipment-all-list .equipment03 .text_box .btn_box .btn.non-btn a .btn-text { color: #383838; }

body.single-page_product { background: #EBF0F8; }

#productBox01 { padding-top: 40px; padding-bottom: 60px; }
#productBox01 .cnt { display: block; }
#productBox01 .cnt .gallery_img { margin-bottom: 40px; }
#productBox01 .cnt .gallery_img .gallery_main { width: 100%; margin-bottom: 0 !important; }
#productBox01 .cnt .gallery_img .gallery_main .slick-list { overflow: visible; }
#productBox01 .cnt .gallery_img .gallery_main .gallery_main01 { width: 100%; aspect-ratio: 6 / 5; position: relative; }
#productBox01 .cnt .gallery_img .gallery_main .gallery_main01 a { display: block; width: 100%; height: 100%; position: absolute; top: 0; left: 0; width: 100%; opacity: 0; visibility: hidden; transition: opacity 0.3s ease; pointer-events: none; }
#productBox01 .cnt .gallery_img .gallery_main .gallery_main01 a img { display: block; width: 100vw; height: 100%; position: absolute; top: 0; left: 50%; transform: translateX(-50%); object-fit: cover; }
#productBox01 .cnt .gallery_img .gallery_main .gallery_main01 a.active { position: relative; /* 1枚目（または表示中）の画像でエリアの高さを保つ */ opacity: 1; visibility: visible; }
#productBox01 .cnt .gallery_img .gallery_main .gallery_main01 a.non-link { pointer-events: none; }
#productBox01 .cnt .gallery_img .gallery_thum { width: 100%; margin-top: 10px; margin-bottom: 0 !important; }
#productBox01 .cnt .gallery_img .gallery_thum .gallery_thum01 { cursor: pointer; position: relative; width: calc((100% - 20px) / 3); aspect-ratio: 87 / 64; max-width: 87px; margin-right: 10px; }
#productBox01 .cnt .gallery_img .gallery_thum .gallery_thum01:last-child { margin-right: 0; }
#productBox01 .cnt .gallery_img .gallery_thum .gallery_thum01 img { display: block; width: 100%; height: 100%; object-fit: cover; }
#productBox01 .cnt .gallery_img .gallery_thum .gallery_thum01.active::before { content: ""; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.4); position: absolute; left: 0; top: 0; z-index: 2; box-sizing: border-box; }
#productBox01 .cnt .text_box .icon { display: inline-block; padding: 0 8px 2px; box-sizing: border-box; background: linear-gradient(90deg, #172bac 0%, #1766ac 100%); font-weight: 700; color: #FFFFFF; margin-bottom: 8px; }
#productBox01 .cnt .text_box .icon.non-icon { background: #383838; }
#productBox01 .cnt .text_box h1.title { font-size: 28px; }
#productBox01 .cnt .text_box .text01 { margin-top: 12px; }
#productBox01 .cnt .text_box .info-table { margin-top: 40px; }
#productBox01 .cnt .text_box .info-table tr { display: block; }
#productBox01 .cnt .text_box .info-table tr:first-child { border-top: 1px solid #CFDBEE; }
#productBox01 .cnt .text_box .info-table tr:last-child { border-bottom: 1px solid #DBE3EF; }
#productBox01 .cnt .text_box .info-table tr th, #productBox01 .cnt .text_box .info-table tr td { display: block; padding: 16px 20px; box-sizing: border-box; }
#productBox01 .cnt .text_box .info-table tr th { background: #E4ECF5; font-weight: 500; }
#productBox01 .cnt .text_box .info-table tr td { background: #F6FAFF; word-break: break-all; }
#productBox01 .cnt .text_box .btn01 a { background: linear-gradient(90deg, #1767ac 0%, #179dac 100%); border: none; }
#productBox01 .info-list { margin-top: 80px; }
#productBox01 .info-list .info_box { padding: 25px 20px 32px; box-sizing: border-box; background: #FFFFFF; border-radius: 10px; margin-bottom: 24px; }
#productBox01 .info-list .info_box:last-child { margin-bottom: 0; }
#productBox01 .info-list .info_box h2 { align-items: center; padding: 0 0 25px 32px; box-sizing: border-box; border-bottom: 1px solid #EEF0F8; margin-bottom: 25px; position: relative; }
#productBox01 .info-list .info_box h2::before { content: ""; display: block; width: 24px; height: 24px; background: url("../img/p07/title_icon.png") no-repeat center; background-size: contain; position: absolute; top: 12px; left: 0; }
#productBox01 .info-list .info_box h2 .en { display: inline-block; font-size: 32px; line-height: 1.34; }
#productBox01 .info-list .info_box h2 .ja { display: inline-block; margin-left: 16px; }
#productBox01 .post-navigation { margin-top: 40px; }

#productBox02 { padding-top: 60px; background: #EBF0F8; }
#productBox02 .title01 { font-size: 56px; text-align: center; }

/*お知らせ　p05
=========================================== */
#p05box01 .wrap.twin div#two-side { margin-bottom: 60px; }
#p05box01 .wrap.twin div#two-side .side-title { padding-bottom: 16px; box-sizing: border-box; border-bottom: 1px solid #E1E1E1; font-size: 18px; line-height: 1.44; position: relative; }
#p05box01 .wrap.twin div#two-side .side-title::after { content: ""; display: block; width: 40px; height: 1px; background: #1567AC; position: absolute; bottom: -1px; left: 0; }
#p05box01 .news-all-list .news01 { margin-bottom: 60px; }
#p05box01 .news-all-list .news01:last-child { margin-bottom: 0; }

#newsBox01 { padding-top: 40px; }
#newsBox01 .single_title { font-size: 24px; margin-bottom: 16px; }
#newsBox01 .info_cate { margin-bottom: 20px; }
#newsBox01 .news-text { border-top: 1px solid #E8E8E8; padding-top: 32px; }
#newsBox01 .news-text a { text-decoration: underline; }
#newsBox01 .news-text .thumbnail_img { margin-top: 40px; text-align: center; }

/*サービス　p06
=========================================== */
.page-service { background: #EBF0F8; }

#p06box01 .cnt { display: block; }
#p06box01 .cnt .text_box .title01 { font-size: 56px; margin-bottom: 24px; }
#p06box01 .cnt .text_box .title01 .mini { font-size: 16px; line-height: 1.5; letter-spacing: 0; }
#p06box01 .cnt .text_box .midashi { font-size: 28px; line-height: 1.43; margin-bottom: 24px; }
#p06box01 .cnt .text_box .text { line-height: 1.75; }
#p06box01 .cnt .img_box { margin-top: 40px; }
#p06box01 .equipment_box { padding: 50px 20px; box-sizing: border-box; background: #DFE9F6; border-radius: 10px; margin-top: 80px; }
#p06box01 .equipment_box .title01 { font-size: 56px; margin-bottom: 36px; }

#p06box02 .cnt { display: block; }
#p06box02 .cnt .text_box .title01 { font-size: 56px; margin-bottom: 24px; }
#p06box02 .cnt .text_box .title01 .mini { font-size: 16px; line-height: 1.5; letter-spacing: 0; }
#p06box02 .cnt .text_box .midashi { font-size: 28px; line-height: 1.43; margin-bottom: 24px; }
#p06box02 .cnt .text_box .text { line-height: 1.75; }
#p06box02 .cnt .img_box { margin-top: 40px; }

/*依頼の流れ / よくある質問　p07
=========================================== */
.page-flow { background: #EBF0F8; }

#p07box01 .title01 { font-size: 56px; }
#p07box01 .flow-list .flow_box { padding: 24px 20px 32px; box-sizing: border-box; background: #FFFFFF; border-radius: 10px; margin-bottom: 24px; }
#p07box01 .flow-list .flow_box:last-child { margin-bottom: 0; }
#p07box01 .flow-list .flow_box h3 { align-items: center; padding: 0 0 24px 32px; box-sizing: border-box; border-bottom: 1px solid #EEF0F8; margin-bottom: 26px; position: relative; }
#p07box01 .flow-list .flow_box h3::before { content: ""; display: block; width: 24px; height: 24px; background: url("../img/p07/title_icon.png") no-repeat center; background-size: contain; position: absolute; top: 12px; left: 0; }
#p07box01 .flow-list .flow_box h3 .en { display: inline-block; font-size: 32px; line-height: 1.34; }
#p07box01 .flow-list .flow_box h3 .ja { display: inline-block; margin-left: 16px; }
#p07box01 .flow-list .flow_box .cnt { align-items: flex-start; position: relative; margin-bottom: 24px; }
#p07box01 .flow-list .flow_box .cnt::before { content: ""; display: block; width: 1px; height: calc(100% - 24px); background: #1567AC; position: absolute; top: 54px; left: 13px; }
#p07box01 .flow-list .flow_box .cnt:last-child { margin-bottom: 0; }
#p07box01 .flow-list .flow_box .cnt:last-child::before { display: none; }
#p07box01 .flow-list .flow_box .cnt .num { width: 28px; font-size: 24px; line-height: 1.33; text-align: center; margin-right: 10px; margin-top: 14px; }
#p07box01 .flow-list .flow_box .cnt .text_box { width: calc(100% - 38px); }
#p07box01 .flow-list .flow_box .cnt .text_box .title_box { align-items: center; margin-bottom: 10px; }
#p07box01 .flow-list .flow_box .cnt .text_box .title_box .icon { width: 60px; height: 60px; background: #F6F8FC; border-radius: 50%; position: relative; margin-right: 10px; }
#p07box01 .flow-list .flow_box .cnt .text_box .title_box .icon img { display: block; width: 24px; height: 24px; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
#p07box01 .flow-list .flow_box .cnt .text_box .title_box h4 { width: calc(100% - 70px); font-size: 20px; line-height: 1.45; }
#p07box01 .flow-list .flow_box .cnt .text_box .list { margin-top: 8px; }
#p07box01 .flow-list .flow_box .cnt .text_box .list li { padding-left: 1em; text-indent: -1em; margin-bottom: 8px; }
#p07box01 .flow-list .flow_box .cnt .text_box .list li:last-child { margin-bottom: 0; }
#p07box01 .flow-list .flow_box .cnt .text_box .list li span { font-family: 'NotoSansJP'; }

#p07box02 .title01 { font-size: 56px; }
#p07box02 .faq-list .faq_box { margin-bottom: 24px; }
#p07box02 .faq-list .faq_box:last-child { margin-bottom: 0; }
#p07box02 .faq-list .faq_box .t_text { background-color: #FFFFFF; background-image: url("../img/p07/icon_open.svg"); background-repeat: no-repeat; background-position: top 20px right 20px; background-size: 30px; padding: 22px 60px; box-sizing: border-box; border: 1px solid #1567AC; border-radius: 10px; cursor: pointer; position: relative; transition: 0.3s; }
#p07box02 .faq-list .faq_box .t_text .icon { width: 30px; height: 30px; border-radius: 50%; background: #1567AC; font-size: 20px; line-height: 1.3; text-align: center; position: absolute; top: 20px; left: 20px; transition: 0.3s; }
#p07box02 .faq-list .faq_box .t_text h3 { transition: 0.3s; }
#p07box02 .faq-list .faq_box .t_text.on { background-color: #1567AC; background-image: url("../img/p07/icon_close.svg"); border-radius: 10px 10px 0 0; }
#p07box02 .faq-list .faq_box .t_text.on .icon { background: #2477BC; }
#p07box02 .faq-list .faq_box .t_text.on h3 { color: #FFFFFF; }
#p07box02 .faq-list .faq_box .c_text { display: none; border-radius: 0 0 10px 10px; padding: 18px 20px 24px 60px; box-sizing: border-box; background: #EBF0F8; position: relative; }
#p07box02 .faq-list .faq_box .c_text .icon { width: 30px; height: 30px; border-radius: 50%; background: #FFFFFF; font-size: 20px; line-height: 1.3; text-align: center; position: absolute; top: 16px; left: 20px; }
#p07box02 .faq-list .faq_box .c_text .text { line-height: 1.75; }

/*お問い合わせ　p08
=========================================== */
.page-inquiry { background: #EBF0F8; }

#p08box01 .common_box { padding: 24px 20px 40px; box-sizing: border-box; background: #FFFFFF; border-radius: 10px; }
#p08box01 .common_box .title_box { align-items: center; padding-bottom: 24px; border-bottom: 1px solid #EEF0F8; margin-bottom: 24px; }
#p08box01 .common_box .title_box img { display: block; width: 32px; margin-right: 8px; }
#p08box01 .common_box .title_box .title01 { width: calc(100% - 40px); display: flex; align-items: center; font-size: 32px; line-height: 1.34; letter-spacing: 0; margin-bottom: 0; }
#p08box01 .common_box .title_box .title01 .mini { font-size: 18px; line-height: 1.5; margin-left: 12px; }
#p08box01 .common_box .tel_box .fax span { display: block; }
#p08box01 .cnt { display: block; }
#p08box01 .cnt .common_box { margin-bottom: 24px; }
#p08box01 .cnt .common_box:last-child { margin-bottom: 0; }
#p08box01 .form_wrap.common_box { padding-bottom: 60px; margin-top: 24px; }
#p08box01 .form_wrap.common_box .title_box { margin-bottom: 32px; }

ul.contact-state { display: flex; flex-wrap: wrap; justify-content: space-between; max-width: 276px; margin: 0 auto; position: relative; z-index: 1; }
ul.contact-state::before { content: ""; display: block; width: calc(100% - 20px); height: 2px; background: #D4D4D4; position: absolute; top: 16px; left: 50%; transform: translateX(-50%); z-index: -1; }
ul.contact-state > li { width: 32px; }
ul.contact-state > li span.circle { display: block; width: 100%; height: 32px; border-color: transparent; border-width: 1px; border-style: solid; border-radius: 50%; position: relative; }
ul.contact-state > li span.circle::before { content: ""; display: block; width: 16px; height: 16px; background: #D4D4D4; border-radius: 50%; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 1; }
ul.contact-state > li span.text { display: block; font-weight: 700; text-align: center; }
ul.contact-state > li.state01 span.circle { border-color: #1567AC; }
ul.contact-state > li.state01 span.circle::before { background: #1567AC; }
ul.contact-state > li.state01 span.text { color: #1567AC; }

ul.contact-state.contact-state02 { display: flex; flex-wrap: wrap; justify-content: space-between; }
ul.contact-state.contact-state02 > li.state02 span.circle { border-color: #1567AC; }
ul.contact-state.contact-state02 > li.state02 span.circle::before { background: #1567AC; }
ul.contact-state.contact-state02 > li.state02 span.text { color: #1567AC; }

.bikou-text { padding: 12px 16px; box-sizing: border-box; background: #F6F8FC; font-weight: 700; margin-top: 32px; }

span.hissu { display: inline-block; font-size: 16px; font-weight: 700; color: #1567AC; margin: 0 3px; }

.state-text { display: none; text-align: center; color: #AD1111; font-weight: 700; font-size: 18px; }

.wpcf7-form.custom-wpcf7c-confirmed .state-text { display: block; }
.wpcf7-form.custom-wpcf7c-confirmed ul.contact-state { margin-bottom: 20px; }

.contactTBL { padding-top: 32px; /*お問い合わせ項目*/ /*台数*/ /*住所*/ /*添付ファイル*/ /*doui-check*/ /*送信ボタン*/ }
.contactTBL::placeholder { color: #9A9A9A; }
.contactTBL tr { display: block; margin-bottom: 32px; }
.contactTBL tr:last-child { margin-bottom: 0; }
.contactTBL th, .contactTBL td { display: block; font-size: 16px; line-height: 24px; }
.contactTBL th { margin-bottom: 16px; }
.contactTBL input.wpcf7-text, .contactTBL textarea.wpcf7-form-control.wpcf7-textarea, .contactTBL select.wpcf7-form-control.wpcf7-select, .contactTBL input.wpcf7-date { width: 100%; height: 40px; padding: 7px 19px; box-sizing: border-box; background: #FFFFFF; border: 1px solid #D4D4D4; border-radius: 0; font-family: 'NotoSansJP'; font-size: 16px; font-weight: 500; line-height: 1.5; color: #000000; cursor: pointer; }
.contactTBL input.wpcf7-text.your-name, .contactTBL input.wpcf7-text.kana { width: 200px; }
.contactTBL input.wpcf7-text.tel01 { width: 160px; }
.contactTBL textarea.wpcf7-form-control.wpcf7-textarea { height: 120px; }
.contactTBL select.wpcf7-form-control.wpcf7-select { width: auto; min-width: 160px; padding: 7px 30px 7px 15px; background: url("../img/p08/select_arrow.svg") no-repeat center right 15px, #FFFFFF; background-size: 10px; -webkit-appearance: none; appearance: none; }
.contactTBL select.wpcf7-form-control.wpcf7-select option { color: #000000; }
.contactTBL .koumoku .wpcf7-list-item { display: block; margin: 10px 0 0 0; }
.contactTBL .koumoku .wpcf7-list-item label { display: flex; align-items: center; cursor: pointer; }
.contactTBL .koumoku .wpcf7-list-item label input[type="radio"] { width: 20px; height: 20px; background: #FFFFFF; border: 1px solid #D4D4D4; margin-right: 10px; cursor: pointer; }
.contactTBL .koumoku .wpcf7-list-item.first { margin-top: 0; }
.contactTBL .units td { display: flex; align-items: center; }
.contactTBL .units td input.wpcf7-text { width: 130px; }
.contactTBL .units td .sub_text { display: inline-block; margin-left: 8px; }
.contactTBL .address_box .address-list li { margin-bottom: 20px; }
.contactTBL .address_box .address-list li:last-child { margin-bottom: 0; }
.contactTBL .address_box .address-list li .th { margin-bottom: 10px; }
.contactTBL .address_box .address-list li.zip1 .td { display: flex; align-items: center; }
.contactTBL .address_box .address-list li.zip1 .td input.wpcf7-text { width: 110px; }
.contactTBL .address_box .address-list li.zip1 .td .sub_text { font-size: 14px; margin-left: 10px; }
.contactTBL .text-list { margin-top: 10px; }
.contactTBL .text-list li { padding-left: 1em; text-indent: -1em; margin-bottom: 4px; }
.contactTBL .text-list li:last-child { margin-bottom: 0; }
.contactTBL .codedropz-upload-wrapper .codedropz-upload-handler { border: none; border-radius: 0; margin-bottom: 0; }
.contactTBL .codedropz-upload-wrapper .codedropz-upload-handler .codedropz-upload-container { padding: 0; }
.contactTBL .codedropz-upload-wrapper .codedropz-upload-handler .codedropz-upload-container .codedropz-upload-inner { width: auto; text-align: left; }
.contactTBL .codedropz-upload-wrapper .codedropz-upload-handler .codedropz-upload-container .codedropz-upload-inner h3, .contactTBL .codedropz-upload-wrapper .codedropz-upload-handler .codedropz-upload-container .codedropz-upload-inner span { display: none; }
.contactTBL .codedropz-upload-wrapper .codedropz-upload-handler .codedropz-upload-container .codedropz-upload-inner .codedropz-btn-wrap::after { display: block; content: "※ファイルが選択されていません"; font-size: 16px; font-weight: 500; color: #000000; margin-top: 5px; }
.contactTBL .codedropz-upload-wrapper .codedropz-upload-handler .codedropz-upload-container .codedropz-upload-inner .codedropz-btn-wrap a.cd-upload-btn { display: block; width: 100%; max-width: 300px; height: 48px; padding: 10px 10px 12px; box-sizing: border-box; background: transparent; border: 1px solid #000000; border-radius: 5px; font-family: 'NotoSansJP'; font-size: 16px; font-weight: 700; line-height: 1.5; color: #000000; text-align: center; }
.contactTBL .codedropz-upload-wrapper .codedropz-upload-handler .dnd-upload-counter { display: none; }
.contactTBL .codedropz-upload-wrapper .wpcf7c-conf.wpcf7c-conf-hidden { display: none; }
.contactTBL .codedropz-upload-wrapper:has(.dnd-upload-status) .codedropz-upload-handler .codedropz-upload-container .codedropz-upload-inner .codedropz-btn-wrap::after { display: none; }
.contactTBL .doui-list { margin-top: 60px; }
.contactTBL .doui-list li { display: flex; justify-content: center; align-items: flex-start; margin-bottom: 10px; }
.contactTBL .doui-list li .wpcf7-list-item { display: block; width: 16px; margin-left: 0; margin-right: 8px; }
.contactTBL .doui-list li .wpcf7-list-item label { display: flex; align-items: center; width: 16px; }
.contactTBL .doui-list li .wpcf7-list-item label .wpcf7-list-item-label { display: none; }
.contactTBL .doui-list li .wpcf7-list-item label input[type="checkbox"] { width: 100%; height: 16px; background: #FFFFFF; border: 1px solid #D4D4D4; border-radius: 100%; cursor: pointer; }
.contactTBL .doui-list li .doui-text { width: calc(100% - 24px); font-weight: 700; }
.contactTBL .doui-list li .doui-text a { display: inline-block; color: #1567AC; text-decoration: underline; }
.contactTBL .contact-submit.flex { display: block; margin-top: 24px; }
.contactTBL .contact-submit.flex .btn01 { margin: 0; }
.contactTBL .contact-submit.flex .btn01 input.wpcf7-form-control { display: flex; justify-content: flex-start; align-items: center; width: 100%; height: 100%; padding: 0 40px; box-sizing: border-box; white-space: normal; border-radius: 5px; background-color: #000000; background-image: url("../img/common/btn_arrow.svg"); background-repeat: no-repeat; background-position: center right 23px; background-size: 10px; border: 1px solid #000000; cursor: pointer; transition: 0.3s; font-family: 'NotoSansJP'; font-size: 16px; line-height: 1.5; text-align: center; color: #FFFFFF; font-weight: 700; appearance: none; -webkit-appearance: none; -moz-appearance: none; }
.contactTBL .contact-submit.flex .btn01:has(.wpcf7c-force-hide) { display: none; }
.contactTBL .contact-submit.flex .btn01.back { margin-top: 20px !important; }
.contactTBL .contact-submit.flex .btn01.back input.wpcf7-form-control { padding: 0 50px 0 38px; background-color: #FFFFFF; background-image: url("../img/p08/back_arrow.svg"); background-position: center left 23px; color: #000000; }
.contactTBL .contact-submit.flex .wpcf7c-elm-step2.mt20 { width: 100%; text-align: center; margin-top: 20px; }
.contactTBL .contact-submit.flex input.wpcf7-form-control:focus { outline: none; }

/*確認画面時の表示設定*/
.contactArea.che { background: #e1e1e1; }
.contactArea.che .contactTBL tr { margin-bottom: 20px; }
.contactArea.che .contactTBL .koumoku .wpcf7-list-item { margin: 0; }
.contactArea.che .dnd-upload-status .dnd-upload-details .remove-file, .contactArea.che .codedropz-upload-handler, .contactArea.che td .text-list, .contactArea.che span.dnd-progress-bar, .contactArea.che input[type=checkbox], .contactArea.che input[type=radio] { display: none; }
.contactArea.che input[type=checkbox]:checked, .contactArea.che input[type=radio]:checked { display: inline-block; }
.contactArea.che input[type=checkbox] ~ span.wpcf7-list-item-label, .contactArea.che input[type=radio] ~ span.wpcf7-list-item-label { display: none; }
.contactArea.che input[type=checkbox]:checked ~ span.wpcf7-list-item-label, .contactArea.che input[type=radio]:checked ~ span.wpcf7-list-item-label { display: inline-block; font-weight: 700; }
.contactArea.che textarea.wpcf7-textarea, .contactArea.che input.wpcf7-number, .contactArea.che input.wpcf7-date, .contactArea.che input.wpcf7-text, .contactArea.che select { font-weight: 700; }

/*入力内容確認時にフォーム上部へスクロールするがナビゲーションが追従の場合フォームとナビゲーションが重なるのでそのためのオフセット設定*/
form.wpcf7-form { padding-top: 185px; margin-top: -185px; }

.wpcf7c-conf { background-color: #D4D4D4 !important; }

input:-webkit-autofill, input:-internal-autofill-selected { -webkit-appearance: none; -webkit-box-shadow: 0 0 0px 1000px #D4D4D4 inset !important; box-shadow: 0 0 0px 1000px #D4D4D4 inset !important; }

.wpcf7 .ajax-loader { display: none !important; }

.wpcf7-spinner { display: none !important; }

/*Thanks・404
=========================================== */
#other { padding: 80px 5% 120px; text-align: center; }
#other h2 { font-size: 24px; margin-bottom: 30px; }
#other p { position: relative; }

/*プライバシーポリシー
=========================================== */
div#pageBox01 { padding: 80px 5% 120px; }

h2.pp-title01 { font-size: 24px; border-bottom: solid 2px; margin-bottom: 30px; padding-bottom: 10px; }

h3.pp-title02 { font-size: 20px; position: relative; margin: 20px 0; padding-left: 10px; }
h3.pp-title02::before { content: ""; width: 2px; height: 65%; background: #000; position: absolute; left: 0; top: 0; bottom: 0; margin: auto 0; }

/*ウインドー幅ごと
=========================================== */
@media screen and (min-width: 0px) and (max-width: 375px) { .wp-pagenavi > span, .wp-pagenavi > a { width: 10.66667vw; height: 10.66667vw; margin: 0 0.53333vw; font-size: 4.26667vw; line-height: 10.13333vw; }
  .wp-pagenavi span.extend { font-size: 3.73333vw; }
  .wp-pagenavi a.previouspostslink::before, .wp-pagenavi a.nextpostslink::before { width: 2.13333vw; height: 3.73333vw; }
  .wp-pagenavi a.first::before, .wp-pagenavi a.last::before { width: 4.26667vw; height: 3.73333vw; }
  .wp-pagenavi a.first { margin-left: 0; }
  .wp-pagenavi a.last { margin-right: 0; }
  .title01 { font-size: 12.8vw; }
  .title01 .mini { font-size: 6.4vw; }
  .navs-list > ul.navs-list00 > li .en { font-size: 7.47vw; }
  .home .title01 { font-size: 17.07vw; }
  #topbox02 .equipment-list .equipment_box h3 .en { font-size: 8.53vw; }
  #topbox03 .strengths-list .strengths01 .box_in .title h3 { font-size: 9.6vw; }
  #topbox03 .btn-list .btn_box a .btn-text .en { font-size: 17.07vw; }
  #p08box01 .common_box .title_box img { width: 8.53vw; margin-right: 2.13vw; }
  #p08box01 .common_box .title_box .title01 { width: calc(100% - 10.67vw); font-size: 8.53vw; }
  #p08box01 .common_box .title_box .title01 .mini { font-size: 4.8vw; margin-left: 2.2vw; } }
@media screen and (min-width: 0px) and (max-width: 350px) { .post-navigation ul > li { width: calc((100% - 10px) / 3); }
  .post-navigation ul > li a { font-size: 14px; }
  .post-navigation ul > li.blog-back { margin: 0 5px; } }
/*safari用
=========================================== */
