@charset "UTF-8";
/* CSS Document */
/*parts
=========================================== */
.works01 a { display: flex; justify-content: space-between; align-items: flex-start; width: 100%; }
.works01 a:hover { text-decoration: none; }
.works01 a:hover .img .in_img { transform: scale(1.1); }
.works01 a .img { width: 200px; height: 150px; margin-right: 60px; overflow: hidden; }
.works01 a .img .in_img { width: 100%; height: 100%; transition: 0.3s; }
.works01 a .text_box { width: calc(100% - 260px); margin-top: 20px; }
.works01 a .text_box .info { align-items: center; margin-bottom: 20px; }
.works01 a .text_box .info .time { font-family: "roboto"; font-size: 14px; margin-right: 20px; }
.works01 a .text_box .info .cate-list { width: auto; }
.works01 a .text_box .info .cate-list li { width: 140px; height: 23px; padding: 1px 16px 3px; box-sizing: border-box; background: #0B446F; border-radius: 40px; font-size: 12px; font-weight: 700; color: #FFFFFF; text-align: center; display: -webkit-box; overflow: hidden; -webkit-line-clamp: 1; -webkit-box-orient: vertical; margin-right: 5px; }
.works01 a .text_box .info .cate-list li:last-child { margin-right: 0; }
.works01 a .text_box .title { line-height: 1.5; font-weight: 400; display: -webkit-box; overflow: hidden; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }

.works02 { width: 260px; }
.works02 a { display: block; width: 100%; background: #FFFFFF; }
.works02 a:hover { text-decoration: none; }
.works02 a:hover .img .in_img { transform: scale(1.1); }
.works02 a .img { width: 100%; height: 180px; position: relative; overflow: hidden; }
.works02 a .img .in_img { width: 100%; height: 100%; transition: 0.3s; }
.works02 a .img .cate-list { width: auto; padding: 6px; box-sizing: border-box; background: #0B446F; position: absolute; top: 0; left: 0; z-index: 1; }
.works02 a .img .cate-list li { display: inline-block; font-size: 14px; line-height: 15px; color: #FFFFFF; margin-right: 5px; }
.works02 a .img .cate-list li:last-child { margin-right: 0; }
.works02 a .text_box { padding: 16px 20px; box-sizing: border-box; }
.works02 a .text_box .title { line-height: 1.5; display: -webkit-box; overflow: hidden; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.works02 a .text_box .info-list { margin-top: 16px; }
.works02 a .text_box .info-list li { align-items: center; padding: 2px 0; box-sizing: border-box; border-bottom: 1px solid #DBDBDB; }
.works02 a .text_box .info-list li:last-child { padding-bottom: 0; border-bottom: 0; }
.works02 a .text_box .info-list li .midashi { display: block; width: 92px; line-height: 34px; }
.works02 a .text_box .info-list li .text { display: block; width: calc(100% - 92px); line-height: 34px; display: -webkit-box; overflow: hidden; -webkit-line-clamp: 1; -webkit-box-orient: vertical; }
.works02 a .text_box .time { line-height: 1.5; color: #818181; margin-top: 16px; }

.range-list .box00 { padding: 40px 60px; box-sizing: border-box; background: #FFFFFF; margin-bottom: 20px; }
.range-list .box00:last-child { margin-bottom: 0; }
.range-list .box00 h3 { display: inline-block; font-size: 18px; margin-bottom: 20px; position: relative; }
.range-list .box00 h3::before { content: ""; display: block; width: 100%; height: 1px; background: #1C1C1C; position: absolute; bottom: 0; left: 0; }
.range-list .box01 .list { margin-top: 30px; }
.range-list .box01 .list li { display: flex; align-items: center; padding-bottom: 18px; background-image: repeating-linear-gradient(90deg, #0b446f, #0b446f 2px, transparent 2px, transparent 8px); background-position: left bottom; background-repeat: repeat-x; background-size: 100% 1px; margin-bottom: 18px; }
.range-list .box01 .list li:last-child { padding-bottom: 0; background-image: none; margin-bottom: 0; }
.range-list .box01 .list li .midashi { display: inline-block; min-width: 160px; padding: 3px 30px; box-sizing: border-box; border: 1px solid #0B446F; border-radius: 40px; margin-right: 20px; }

.wrap.twin { display: flex; justify-content: space-between; }
.wrap.twin div#two-main { width: 860px; }
.wrap.twin div#two-side { width: 200px; }
.wrap.twin div#two-side .side_box .side-title { padding: 13px 0 14px; box-sizing: border-box; background: #1C1C1C; text-align: center; line-height: 1.8; }
.wrap.twin div#two-side .side_box .side-link li { border-bottom: 1px dashed #C4C2B2; }
.wrap.twin div#two-side .side_box .side-link li:last-child { border-bottom: 0; }
.wrap.twin div#two-side .side_box .side-link li:last-child > a { padding-bottom: 0; }
.wrap.twin div#two-side .side_box .side-link li > a { display: block; padding: 24px 0; box-sizing: border-box; }
.wrap.twin div#two-side .side_box .side-link li > a:hover { text-decoration: none; color: #0B446F; }
.wrap.twin div#two-side .side_box .side-link li.on_cat > a { color: #0B446F; }

.wp-pagenavi > span, .wp-pagenavi > a { display: inline-block; width: 60px; height: 60px; margin: 0 5px; background: transparent; border: 1px solid #1C1C1C; box-sizing: border-box; text-decoration: none; font-size: 16px; line-height: 60px; text-align: center; }

.wp-pagenavi { text-align: center; margin-top: 80px; position: relative; }
.wp-pagenavi a:hover, .wp-pagenavi span.current { text-decoration: none; background: #1C1C1C; color: #FFFFFF; }
.wp-pagenavi a.page { position: relative; }
.wp-pagenavi span.extend { background: transparent; border: 0; margin: 0; }
.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: ""; display: block; width: 10px; height: 14px; color: transparent; 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:hover, .wp-pagenavi a.nextpostslink:hover { color: transparent; }
.wp-pagenavi a.previouspostslink:hover::before, .wp-pagenavi a.nextpostslink:hover::before { filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7476%) hue-rotate(110deg) brightness(98%) contrast(108%); }
.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: ""; display: block; width: 15px; height: 14px; color: transparent; 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:hover, .wp-pagenavi a.last:hover { color: transparent; }
.wp-pagenavi a.first:hover::before, .wp-pagenavi a.last:hover::before { filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7476%) hue-rotate(110deg) brightness(98%) contrast(108%); }
.wp-pagenavi a.first::before { transform: translate(-50%, -50%) scale(-1, 1); }

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

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

.post-navigation ul > li a { display: inline-block; width: 290px; height: 60px; background: transparent; border: 1px solid #1C1C1C; box-sizing: border-box; text-decoration: none; font-size: 16px; line-height: 60px; text-align: center; position: relative; }
.post-navigation ul > li a:focus, .post-navigation ul > li a:hover { text-decoration: none; background: #1C1C1C; color: #FFFFFF; }
.post-navigation ul > li a::before { display: none; }

.post-navigation ul > li.blog-back a { width: 234px; background: #1C1C1C; color: #FFFFFF; margin: 0 23px; }
.post-navigation ul > li.blog-back a:hover { background: transparent; color: #1C1C1C; }

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

/*TOPページ　p01
=========================================== */
.home #header { background: transparent; }
.home .wrap { width: 1080px; }

.home.fixed #header { background: #fff; }

#topbox01 { padding-bottom: 72px; position: relative; }
#topbox01::before { content: ""; display: block; width: 90px; height: 70px; background: #F0EEDA; position: absolute; bottom: 0; right: 0; }
#topbox01 .title01 { margin-bottom: 60px; }
#topbox01 .product-list .product01 { width: 348px; margin: 40px 18px 0 0; }
#topbox01 .product-list .product01:nth-child(2), #topbox01 .product-list .product01:last-child { margin-right: 0; }
#topbox01 .product-list .product01 a { display: block; width: 100%; }
#topbox01 .product-list .product01 a:hover { text-decoration: none; opacity: 0.7; }
#topbox01 .product-list .product01 a .img { width: 100%; height: 180px; background: #FFFFFF; padding: 20px; box-sizing: border-box; margin-bottom: 20px; }
#topbox01 .product-list .product01 a .img .in_img { width: 100%; height: 100%; }
#topbox01 .product-list .product01 a .name { text-align: center; margin-top: 20px; }
#topbox01 .product-list .product01 a .name img { width: auto; height: 40px; }
#topbox01 .product-list .product01 a .name .sub_text { display: block; font-size: 12px; margin-top: 6px; }
#topbox01 .product-list .product01 a .name.name_big img { height: 54px; }
#topbox01 .product-list .product01.big { width: 530px; margin-top: 0; }

#topbox02 { padding-bottom: 140px; position: relative; }
#topbox02::before { content: ""; display: block; width: 160px; height: 40px; background: #0B446F; position: absolute; top: 0; left: 0; z-index: 1; }
#topbox02 .topbox02_top { padding: 140px 0 277px; background: #F0EEDA; position: relative; }
#topbox02 .topbox02_top::before { content: ""; display: block; width: 70px; height: 60px; background: #F0EEDA; position: absolute; bottom: -59px; right: 0; }
#topbox02 .topbox02_top .title01 { margin-bottom: 30px; }
#topbox02 .topbox02_top .point-list { justify-content: center; }
#topbox02 .topbox02_top .point-list li { display: inline-block; padding: 1px 20px; box-sizing: border-box; border: 1px solid #1C1C1C; font-size: 14px; font-weight: 500; text-align: center; margin-right: 9px; }
#topbox02 .topbox02_top .point-list li:last-child { margin-right: 0; }
#topbox02 .topbox02_top .cnt { justify-content: space-between; align-items: flex-start; position: relative; z-index: 1; margin-top: 60px; }
#topbox02 .topbox02_top .cnt p.bg-text { z-index: -1; }
#topbox02 .topbox02_top .cnt p.bg-text.bg-text01 { top: -170px; left: -283px; }
#topbox02 .topbox02_top .cnt p.bg-text.bg-text02 { bottom: -193px; right: -260px; }
#topbox02 .topbox02_top .cnt .text_box { width: 550px; }
#topbox02 .topbox02_top .cnt .text_box h3 { font-size: 24px; line-height: 2; text-decoration: underline; margin-bottom: 30px; }
#topbox02 .topbox02_top .cnt .img_box { width: 470px; margin-right: -80px; }
#topbox02 .topbox02_bottom { margin-top: -203px; position: relative; z-index: 1; }
#topbox02 .topbox02_bottom .range-list .box00 { margin-bottom: 10px; }
#topbox02 .topbox02_bottom .range-list .box00:last-child { margin-bottom: 0; }
#topbox02 .topbox02_bottom .range-list .box01 { padding: 80px 80px 80px 160px; position: relative; }
#topbox02 .topbox02_bottom .range-list .box01 h3 { display: inline-block; font-size: 22px; line-height: 1; margin-bottom: 0; position: absolute; top: 60px; left: 60px; }
#topbox02 .topbox02_bottom .range-list .box01 h3::before { width: 1px; height: 100%; bottom: -6px; left: auto; right: -6px; }

#topbox03 { padding: 170px 0 140px; background: #FFFFFF; position: relative; }
#topbox03::before { content: ""; display: block; width: 420px; height: 30px; background: #F7F5E9; position: absolute; top: 0; left: 0; }
#topbox03::after { content: ""; display: block; width: 180px; height: 30px; background: #0B446F; position: absolute; bottom: 0; left: 0; }
#topbox03 .bg-text { color: #F7F5E9; top: 70px; left: -90px; letter-spacing: 0; }
#topbox03 .cnt { justify-content: space-between; align-items: flex-start; position: relative; z-index: 1; }
#topbox03 .cnt .title01 { text-align: left; }
#topbox03 .cnt .title01 .ja { font-size: 30px; }
#topbox03 .cnt .works-list { width: 800px; margin-top: 50px; }
#topbox03 .cnt .works-list .works01 { padding-bottom: 40px; background-image: repeating-linear-gradient(90deg, #0b446f, #0b446f 2px, transparent 2px, transparent 8px); background-position: left bottom; background-repeat: repeat-x; background-size: 100% 1px; margin-bottom: 40px; }
#topbox03 .cnt .works-list .works01:last-child { padding-bottom: 0; background-image: none; margin-bottom: 0; }
#topbox03 .cnt .btn01 { position: absolute; top: 200px; left: 0; margin-top: 0; }

#topbox04 { padding: 140px 0 100px; position: relative; }
#topbox04::before { content: ""; display: block; width: 120px; height: 70px; background: #FFFFFF; position: absolute; top: 0; right: 0; }
#topbox04 .bg-text { color: #F0EEDA; top: -20px; right: -172px; letter-spacing: 0; z-index: -1; }
#topbox04 .title01 { margin-bottom: 60px; }
#topbox04 .flow-list .flow01 { align-items: center; padding: 40px 60px 40px 40px; box-sizing: border-box; background: #FFFFFF; margin-bottom: 10px; }
#topbox04 .flow-list .flow01:last-child { margin-bottom: 0; }
#topbox04 .flow-list .flow01 > img { width: 120px; }
#topbox04 .flow-list .flow01 .title_box { width: 280px; margin-left: 40px; }
#topbox04 .flow-list .flow01 .title_box .num { font-size: 14px; font-weight: 500; }
#topbox04 .flow-list .flow01 .title_box h3 { font-size: 20px; }
#topbox04 .flow-list .flow01 .text01 { width: calc(100% - 440px); }
#topbox04 .flow-list .flow01 .text01 .sub_text { display: block; font-size: 12px; }
#topbox04 .bg-img { width: 100%; height: 400px; background: url("../img/top/img02.png") repeat-x center; background-size: cover; margin-top: 100px; animation: bgMove01 50s linear infinite; }
@keyframes bgMove01 { 0% { background-position: 0; }
  100% { background-position: -1920px; } }
/*製品カタログ　p02
=========================================== */
.product-icon-list li { display: inline-flex; padding-right: 3px; box-sizing: border-box; background: #F0EEDA; line-height: 24px; margin-right: 4px; }
.product-icon-list li:last-child { margin-right: 0; }
.product-icon-list li img { display: block; width: auto; height: 24px; margin-right: 3px; }
.product-icon-list li span { margin-left: 2px; }
.product-icon-list li.ng-icon { opacity: 0.3; }

.product-logo { width: 100%; height: 40px; }
.product-logo img { width: auto; height: 100%; }

#p02box01 .cnt { justify-content: space-between; align-items: flex-start; }
#p02box01 .cnt .text_box { width: 380px; }
#p02box01 .cnt .text_box h2 { margin-bottom: 40px; }
#p02box01 .cnt .text_box h2 span { display: inline-block; font-size: 34px; position: relative; }
#p02box01 .cnt .text_box h2 span::before { content: ""; display: block; width: 100%; height: 1px; background: #1C1C1C; position: absolute; bottom: 9px; left: 0; }
#p02box01 .cnt .text_box .btn01 { width: 320px; margin-top: 40px; }
#p02box01 .cnt .text_box .btn01 a:hover .btn-text::before { filter: brightness(0) saturate(100%) invert(21%) sepia(19%) saturate(7083%) hue-rotate(344deg) brightness(103%) contrast(81%); }
#p02box01 .cnt .text_box .btn01 a .btn-text { padding-left: 26px; box-sizing: border-box; position: relative; }
#p02box01 .cnt .text_box .btn01 a .btn-text::before { content: ""; display: block; width: 16px; height: 16px; background: url("../img/p02/icon_download.svg") no-repeat center; background-size: contain; position: absolute; top: 5px; left: 0; }
#p02box01 .cnt .img_box { width: 670px; position: relative; margin-right: -30px; }
#p02box01 .cnt .img_box p.bg-text { bottom: -142px; left: -60px; z-index: -1; }

#p02box02 .product-list .product01 { min-height: 400px; padding: 40px 40px 40px 560px; box-sizing: border-box; background: #FFFFFF; position: relative; margin-bottom: 40px; }
#p02box02 .product-list .product01:last-child { margin-bottom: 0; }
#p02box02 .product-list .product01 .product-logo { margin-bottom: 16px; }
#p02box02 .product-list .product01 h2 { font-size: 24px; }
#p02box02 .product-list .product01 .product-icon-list { margin-top: 8px; }
#p02box02 .product-list .product01 .text_box { display: -webkit-box; overflow: hidden; -webkit-line-clamp: 3; -webkit-box-orient: vertical; margin-top: 20px; }
#p02box02 .product-list .product01 .img { width: 480px; height: 320px; position: absolute; top: 40px; left: 40px; }
#p02box02 .product-list .product01 .no-img.img { background: #D9D9D9; }
#p02box02 .product-list .product01 .no-img.img img { width: auto; height: 40px; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
#p02box02 .product-list .product01 .btn01 { margin-top: 42px; }

.gallery_img .gallery_main .slick-prev, .gallery_img .gallery_main .slick-next { width: 40px; height: 40px; background: rgba(0, 0, 0, 0.8); transform: translate(0, 0); transition: 0.3s; z-index: 1; }
.gallery_img .gallery_main .slick-prev::before, .gallery_img .gallery_main .slick-next::before { content: ""; display: block; width: 8px; height: 10px; background: url("../img/common/slide_arrow.svg") no-repeat center; background-size: contain; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
.gallery_img .gallery_main .slick-prev:hover, .gallery_img .gallery_main .slick-prev:focus, .gallery_img .gallery_main .slick-next:hover, .gallery_img .gallery_main .slick-next:focus { opacity: 0.7; }
.gallery_img .gallery_main .slick-prev::before { transform: translate(-50%, -50%) scale(-1, 1); }

#productsBox01 .waku { background: #FFFFFF; padding: 40px 50px 50px; box-sizing: border-box; }
#productsBox01 .waku .product-logo { margin-bottom: 8px; }
#productsBox01 .waku .title { font-size: 24px; }
#productsBox01 .waku .product-icon-list { margin-top: 16px; }
#productsBox01 .waku .cnt { justify-content: space-between; align-items: flex-start; padding-top: 40px; background-image: repeating-linear-gradient(90deg, #C4C2B2, #C4C2B2 2px, transparent 2px, transparent 8px); background-position: left top; background-repeat: repeat-x; background-size: 100% 1px; margin-top: 40px; }
#productsBox01 .waku .cnt .text_box { width: 360px; }
#productsBox01 .waku .cnt .text_box p.common_text { margin-bottom: 32px; }
#productsBox01 .waku .cnt .text_box .btn01 { width: 280px; margin-top: 0; }
#productsBox01 .waku .cnt .text_box .btn01 a { border-radius: 50px; }
#productsBox01 .waku .cnt .gallery_img { width: 360px; }
#productsBox01 .waku .cnt .gallery_img .gallery_main { width: 100%; margin-bottom: 0 !important; }
#productsBox01 .waku .cnt .gallery_img .gallery_main .slick-prev, #productsBox01 .waku .cnt .gallery_img .gallery_main .slick-next { top: 120px; }
#productsBox01 .waku .cnt .gallery_img .gallery_main .slick-prev { left: -20px; }
#productsBox01 .waku .cnt .gallery_img .gallery_main .slick-next { right: -20px; }
#productsBox01 .waku .cnt .gallery_img .gallery_main .gallery_main01 .gallery_main_box { width: 100%; height: 280px; }
#productsBox01 .waku .cnt .gallery_img .gallery_main .gallery_main01 .img-caption { width: 100%; margin-top: 10px; line-height: 1.8; }
#productsBox01 .waku .cnt .gallery_img .gallery_main.no-img .gallery_main01 { width: 100%; height: 280px; background: #D9D9D9; position: relative; }
#productsBox01 .waku .cnt .gallery_img .gallery_main.no-img .gallery_main01 img { max-width: 300px; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
#productsBox01 .waku .cnt .gallery_img .gallery_thum { width: 100%; margin-top: 10px; margin-bottom: 0 !important; }
#productsBox01 .waku .cnt .gallery_img .gallery_thum .slick-track { width: 100% !important; }
#productsBox01 .waku .cnt .gallery_img .gallery_thum .gallery_thum01 { cursor: pointer; position: relative; overflow: hidden; width: 87px; height: 67px; margin: 5px 4px 0 0; }
#productsBox01 .waku .cnt .gallery_img .gallery_thum .gallery_thum01:nth-child(-n+4) { margin-top: 0; }
#productsBox01 .waku .cnt .gallery_img .gallery_thum .gallery_thum01:nth-child(4n) { margin-right: 0; }
#productsBox01 .waku .cnt .gallery_img .gallery_thum .gallery_thum01.slick-current::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; }
#productsBox01 .waku .productsBox_in { padding-top: 40px; background-image: repeating-linear-gradient(90deg, #C4C2B2, #C4C2B2 2px, transparent 2px, transparent 8px); background-position: left top; background-repeat: repeat-x; background-size: 100% 1px; margin-top: 40px; }
#productsBox01 .waku .productsBox_in .products-table table tr th, #productsBox01 .waku .productsBox_in .products-table table tr td { padding: 13px 21px 14px; box-sizing: border-box; line-height: 1.8; }
#productsBox01 .waku .productsBox_in .products-table table tr th { width: 152px; background: #0B446F; color: #FFFFFF; font-weight: 400; border-right: 1px solid #165686; }
#productsBox01 .waku .productsBox_in .products-table table tr th:first-child { border-left: 1px solid #165686; }
#productsBox01 .waku .productsBox_in .products-table table tr td { border-right: 1px solid #DBDBDB; }
#productsBox01 .waku .productsBox_in .products-table table tr td:first-child { border-left: 1px solid #DBDBDB; }
#productsBox01 .waku .productsBox_in .products-table table tbody tr { border-bottom: 1px solid #DBDBDB; }
#productsBox01 .waku .productsBox_in .color-list .color01 { width: 240px; margin: 20px 19px 0 0; }
#productsBox01 .waku .productsBox_in .color-list .color01:nth-child(-n+3) { margin-top: 0; }
#productsBox01 .waku .productsBox_in .color-list .color01:nth-child(3n) { margin-right: 0; }
#productsBox01 .waku .productsBox_in .color-list .color01 .img { width: 100%; height: 164px; }
#productsBox01 .waku .productsBox_in .color-list .color01 .midashi { line-height: 1.4; margin-top: 8px; }

/*特注オーダーメイド　p03
=========================================== */
#p03box01 .anchor-list { justify-content: space-between; margin-bottom: 120px; }
#p03box01 .anchor-list li { width: 350px; height: 56px; }
#p03box01 .anchor-list li a { display: block; width: 100%; height: 100%; padding-top: 17px; box-sizing: border-box; background: #F0EEDA; line-height: 1.5; font-weight: 700; text-align: center; position: relative; }
#p03box01 .anchor-list li a:hover { text-decoration: none; }
#p03box01 .anchor-list li a:hover::before { bottom: -20px; }
#p03box01 .anchor-list li a::before { content: ""; display: block; width: 0; height: 0; border-style: solid; border-color: #1c1c1c transparent transparent transparent; border-width: 10px 8px 0px 8px; position: absolute; bottom: -15px; left: 50%; transform: translateX(-50%); transition: 0.3s; }
#p03box01 #p03box_in .cnt { justify-content: space-between; align-items: center; margin-bottom: 120px; }
#p03box01 #p03box_in .cnt:last-child { margin-bottom: 0; }
#p03box01 #p03box_in .cnt:last-child .text_box { order: 1; }
#p03box01 #p03box_in .cnt .text_box { width: 440px; position: relative; z-index: 1; }
#p03box01 #p03box_in .cnt .text_box p.bg-text { font-size: 120px; line-height: 2; top: -100px; left: -20px; z-index: -1; }
#p03box01 #p03box_in .cnt .text_box h2 { margin-bottom: 32px; }
#p03box01 #p03box_in .cnt .text_box h2 span { display: inline-block; font-size: 34px; position: relative; }
#p03box01 #p03box_in .cnt .text_box h2 span::before { content: ""; display: block; width: 100%; height: 1px; background: #1C1C1C; position: absolute; bottom: 9px; left: 0; }
#p03box01 #p03box_in .cnt .img_box { width: 580px; }

#p03box02 .title01 { margin-bottom: 60px; }

#p03box03 .title01 { margin-bottom: 60px; }
#p03box03 .wrap.twin div#two-main { width: 840px; }
#p03box03 .works-all-list .works02 { margin: 30px 30px 0 0; }
#p03box03 .works-all-list .works02:nth-child(-n+3) { margin-top: 0; }
#p03box03 .works-all-list .works02:nth-child(3n) { margin-right: 0; }

.content_box hr { border: 0; padding-top: 40px; background-image: repeating-linear-gradient(90deg, #C4C2B2, #C4C2B2 2px, transparent 2px, transparent 8px); background-position: left top; background-repeat: repeat-x; background-size: 100% 1px; margin-top: 40px; }

#worksBox01 .waku { background: #FFFFFF; padding: 40px 50px 50px; box-sizing: border-box; }
#worksBox01 .waku .title { font-size: 24px; }
#worksBox01 .waku .info { justify-content: space-between; }
#worksBox01 .waku .info .cate-list { width: auto; margin-top: 16px; margin-right: 16px; }
#worksBox01 .waku .info .cate-list li { padding: 6px; box-sizing: border-box; background: #0B446F; font-size: 14px; line-height: 15px; color: #FFFFFF; margin-right: 5px; }
#worksBox01 .waku .info .cate-list li:last-child { margin-right: 0; }
#worksBox01 .waku .info .time { display: inline-block; line-height: 1.5; color: #818181; margin-top: 18px; }
#worksBox01 .waku .gallery_img { justify-content: space-between; align-items: flex-start; margin-top: 40px; }
#worksBox01 .waku .gallery_img .gallery_main { width: 540px; margin-bottom: 0 !important; }
#worksBox01 .waku .gallery_img .gallery_main .slick-prev, #worksBox01 .waku .gallery_img .gallery_main .slick-next { top: 160px; }
#worksBox01 .waku .gallery_img .gallery_main .slick-prev { left: -20px; }
#worksBox01 .waku .gallery_img .gallery_main .slick-next { right: -20px; }
#worksBox01 .waku .gallery_img .gallery_main .gallery_main01 .gallery_main_box { width: 100%; height: 360px; }
#worksBox01 .waku .gallery_img .gallery_main .gallery_main01 .img-caption { width: 100%; margin-top: 10px; line-height: 1.8; }
#worksBox01 .waku .gallery_img .gallery_thum { width: 180px; margin-bottom: 0 !important; }
#worksBox01 .waku .gallery_img .gallery_thum .slick-track { width: 100% !important; }
#worksBox01 .waku .gallery_img .gallery_thum .gallery_thum01 { cursor: pointer; position: relative; overflow: hidden; width: 86px; height: 67px; margin: 8px 8px 0 0; }
#worksBox01 .waku .gallery_img .gallery_thum .gallery_thum01:nth-child(-n+2) { margin-top: 0; }
#worksBox01 .waku .gallery_img .gallery_thum .gallery_thum01:nth-child(2n) { margin-right: 0; }
#worksBox01 .waku .gallery_img .gallery_thum .gallery_thum01.slick-current::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; }
#worksBox01 .waku .info_box { margin-top: 30px; }
#worksBox01 .waku .info_box .info_table { width: 360px; margin-right: 40px; }
#worksBox01 .waku .info_box .info_table:last-child { margin-right: 0; }
#worksBox01 .waku .info_box .info_table tr:first-child th { border-top: 1px solid #DBD9C7; }
#worksBox01 .waku .info_box .info_table tr:first-child td { border-top: 1px solid #DBDBDB; }
#worksBox01 .waku .info_box .info_table tr th { width: 120px; padding: 16px 20px; box-sizing: border-box; background: #F7F5E9; border-bottom: 1px solid #DBD9C7; font-weight: 400; line-height: 34px; }
#worksBox01 .waku .info_box .info_table tr td { padding: 16px 12px; box-sizing: border-box; border-bottom: 1px solid #DBDBDB; line-height: 34px; }
#worksBox01 .waku .worksBox_in { padding-top: 40px; background-image: repeating-linear-gradient(90deg, #C4C2B2, #C4C2B2 2px, transparent 2px, transparent 8px); background-position: left top; background-repeat: repeat-x; background-size: 100% 1px; margin-top: 40px; }
#worksBox01 .waku .worksBox_in:first-of-type { padding-top: 0; background-image: none; }
#worksBox01 .waku .worksBox_in .box-list .box00 { justify-content: space-between; align-items: flex-start; margin-bottom: 20px; }
#worksBox01 .waku .worksBox_in .box-list .box00:last-child { margin-bottom: 0; }
#worksBox01 .waku .worksBox_in .box-list .box00 .img { width: 240px; height: 164px; }
#worksBox01 .waku .worksBox_in .box-list .box00 .text_box { width: 500px; }
#worksBox01 .waku .worksBox_in .box-list .box00 .text_box .midashi02 { margin-bottom: 16px; }
#worksBox01 .waku .worksBox_in .box-list .box00 .text_box.full { width: 100%; }
#worksBox01 .waku .worksBox_in .color-list .color01 { width: 180px; margin: 20px 12px 0 0; }
#worksBox01 .waku .worksBox_in .color-list .color01:nth-child(-n+4) { margin-top: 0; }
#worksBox01 .waku .worksBox_in .color-list .color01:nth-child(4n) { margin-right: 0; }
#worksBox01 .waku .worksBox_in .color-list .color01 .img { width: 100%; height: 123px; }
#worksBox01 .waku .worksBox_in .color-list .color01 .midashi { line-height: 1.4; margin-top: 8px; }
#worksBox01 .waku .keyword_box { padding: 40px; box-sizing: border-box; background: #F6F6F6; margin-top: 50px; }
#worksBox01 .waku .keyword_box .midashi02 { margin-bottom: 0; }
#worksBox01 .waku .keyword_box .keyword-list li { display: inline-block; margin: 8px 8px 0 0; }
#worksBox01 .waku .keyword_box .keyword-list li a { display: inline-block; padding: 2px 16px; box-sizing: border-box; border: 1px solid #0B446F; border-radius: 40px; line-height: 1.6; color: #0B446F; }
#worksBox01 .waku .keyword_box .keyword-list li a:hover { text-decoration: none; background: #0B446F; color: #FFFFFF; }
#worksBox01 .waku .keyword_box .keyword-list li a span { display: inline-block; margin-right: 2px; }

/*会社案内　p04
=========================================== */
#p04box01 .cnt { justify-content: space-between; align-items: flex-start; }
#p04box01 .cnt .title01 { width: 80px; }
#p04box01 .cnt .company-table { width: 958px; }
#p04box01 .cnt .company-table tr { background: #FFFFFF; }
#p04box01 .cnt .company-table tr:first-child th { border-top: 1px solid #DBD9C7; }
#p04box01 .cnt .company-table tr:first-child td { border-top: 1px solid #DBDBDB; }
#p04box01 .cnt .company-table tr th, #p04box01 .cnt .company-table tr td { padding: 32px 20px; box-sizing: border-box; }
#p04box01 .cnt .company-table tr th { width: 160px; background: #F0EEDA; border-bottom: 1px solid #DBD9C7; font-weight: 400; }
#p04box01 .cnt .company-table tr td { border-bottom: 1px solid #DBDBDB; }

#p04box02 .cnt { justify-content: space-between; align-items: flex-start; }
#p04box02 .cnt .title01 { width: 80px; }
#p04box02 .cnt .text_box { width: 920px; }
#p04box02 .cnt .text_box .midashi { display: inline-block; font-size: 34px; position: relative; margin-bottom: 40px; }
#p04box02 .cnt .text_box .midashi::before { content: ""; display: block; width: 100%; height: 1px; background: #1C1C1C; position: absolute; bottom: 9px; left: 0; }
#p04box02 .cnt .text_box .text p { margin-bottom: 30px; }
#p04box02 .cnt .text_box .text p:last-child { margin-bottom: 0; }
#p04box02 .cnt .text_box .cname { margin-top: 60px; }

/*お問い合わせ　p05
=========================================== */
#p05box01 .nayami_box h2 { font-size: 32px; margin-bottom: 40px; }
#p05box01 .nayami_box .nayami-list { justify-content: center; }
#p05box01 .nayami_box .nayami-list li { width: 330px; padding-left: 24px; box-sizing: border-box; font-weight: 700; position: relative; margin-top: 9px; }
#p05box01 .nayami_box .nayami-list li:nth-child(-n+3) { margin-top: 0; }
#p05box01 .nayami_box .nayami-list li::before { content: ""; display: block; width: 16px; height: 16px; background: #A2332C; position: absolute; top: 4px; left: 0; }
#p05box01 .num_box-list { justify-content: space-between; margin-top: 80px; }
#p05box01 .num_box-list .num_box { width: 530px; padding: 50px; box-sizing: border-box; background: #FFFFFF; text-align: center; }
#p05box01 .num_box-list .num_box .title { display: inline-block; padding-left: 32px; box-sizing: border-box; font-size: 24px; position: relative; margin-bottom: 8px; }
#p05box01 .num_box-list .num_box .title::before { content: ""; display: block; width: 24px; height: 24px; position: absolute; left: 0; }
#p05box01 .num_box-list .num_box .tel_box .tel .num { color: #1C1C1C; padding-left: 0; }
#p05box01 .num_box-list .num_box .tel_box .tel .num::before { display: none; }
#p05box01 .num_box-list .num_box .tel_box .tel-text { font-size: 16px; color: #1C1C1C; text-align: center; }
#p05box01 .num_box-list .num_box .fax_box .fax-num span { display: none; }
#p05box01 .num_box-list .num_box .fax_box .fax-num em { font-size: 40px; }
#p05box01 .num_box-list .num_box.num_box_tel .title::before { background: url("../img/p05/icon_tel.svg") no-repeat center; background-size: contain; top: 9px; }
#p05box01 .num_box-list .num_box.num_box_fax .title::before { background: url("../img/p05/icon_fax.svg") no-repeat center; background-size: contain; top: 7px; }
#p05box01 .form_wrap { text-align: center; margin-top: 40px; }
#p05box01 .form_wrap .form_wrap_in { padding: 60px 60px 40px; box-sizing: border-box; background: #FFFFFF; }
#p05box01 .form_wrap .title { display: inline-block; padding-left: 32px; box-sizing: border-box; font-size: 24px; position: relative; margin-bottom: 30px; }
#p05box01 .form_wrap .title::before { content: ""; display: block; width: 24px; height: 18px; background: url("../img/p05/icon_mail.svg") no-repeat center; background-size: contain; position: absolute; top: 11px; left: 0; }
#p05box01 .form_wrap .text-list { text-align: left; }
#p05box01 .form_wrap .text-list li { line-height: 1.5; padding-left: 1em; text-indent: -1em; margin-bottom: 4px; }
#p05box01 .form_wrap .text-list li:last-child { margin-bottom: 0; }
#p05box01 .form_wrap .form_box { text-align: left; }

ul.contact-state { display: flex; flex-wrap: wrap; justify-content: space-between; padding: 0 60px 60px; box-sizing: border-box; background: #FFFFFF; }
ul.contact-state > li { display: table; width: 323px; height: 48px; position: relative; }
ul.contact-state > li:last-child { width: 313px; }
ul.contact-state > li > span { display: table-cell; text-align: center; vertical-align: middle; background: #BCBCBC; font-size: 16px; font-weight: 700; color: #FFFFFF; }
ul.contact-state > li.state01 { clip-path: polygon(0 0, calc(100% - 10px) 0%, 100% 50%, calc(100% - 10px) 100%, 0 100%, 0% 50%); }
ul.contact-state > li.state01 > span { background: #0B446F; }
ul.contact-state li.state02 { clip-path: polygon(0 0, calc(100% - 10px) 0%, 100% 50%, calc(100% - 10px) 100%, 0 100%, 0% 50%); }

ul.contact-state.contact-state02 { display: flex; flex-wrap: wrap; justify-content: space-between; }
ul.contact-state.contact-state02 > li.state02 > span { background: #0B446F; }

.state-text { display: none; text-align: center; color: #A2332C; font-weight: 700; font-size: 18px; padding-bottom: 60px; background: #FFFFFF; }

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

.contactTBL { /*お問い合わせ項目*/ /*添付ファイル*/ /*doui-check*/ /*送信ボタン*/ }
.contactTBL ::placeholder { color: #989898; }
.contactTBL .contactTBL_in { padding: 0 60px 60px; box-sizing: border-box; background: #FFFFFF; }
.contactTBL th, .contactTBL td { display: block; font-size: 16px; line-height: 24px; }
.contactTBL th { margin-bottom: 24px; }
.contactTBL th .hissu, .contactTBL th .ninni { display: inline-block; font-size: 14px; line-height: 22px; font-weight: 700; padding: 0 6px; box-sizing: border-box; margin-right: 8px; }
.contactTBL th .hissu { background: #A2332C; color: #FFFFFF; }
.contactTBL th .ninni { background: #E6E6E6; }
.contactTBL td { margin-bottom: 60px; }
.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: 48px; padding: 11px 18px; box-sizing: border-box; background: #FFFFFF; border: 1px solid #E5E5E5; border-radius: 0; font-family: 'NotoSansJP'; font-size: 16px; font-weight: 400; line-height: 1.5; color: #1C1C1C; cursor: pointer; }
.contactTBL input.wpcf7-text.your-name, .contactTBL input.wpcf7-text.kana, .contactTBL input.wpcf7-text.tel01 { width: 400px; }
.contactTBL textarea.wpcf7-form-control.wpcf7-textarea { height: 160px; }
.contactTBL select.wpcf7-form-control.wpcf7-select { width: auto; min-width: 400px; padding: 11px 40px 11px 18px; background: url("../img/p05/select_arrow.svg") no-repeat center right 16px, #FFFFFF; background-size: 14px; -webkit-appearance: none; appearance: none; }
.contactTBL select.wpcf7-form-control.wpcf7-select option { color: #1C1C1C; }
.contactTBL .koumoku .wpcf7-list-item { display: block; margin: 16px 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: 16px; height: 16px; background: #FFFFFF; border: 1px solid #E5E5E5; margin-right: 8px; cursor: pointer; }
.contactTBL .koumoku .wpcf7-list-item.first { margin-top: 0; }
.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 .wpcf7c-conf.wpcf7c-conf-hidden { display: none; }
.contactTBL .codedropz-upload-wrapper .codedropz-upload-handler { background: #FFFFFF; border: 1px solid #E5E5E5; border-radius: 0; position: relative; }
.contactTBL .codedropz-upload-wrapper .codedropz-upload-handler .codedropz-upload-container { height: 100%; padding: 40px 0; box-sizing: border-box; }
.contactTBL .codedropz-upload-wrapper .codedropz-upload-handler .codedropz-upload-container .codedropz-upload-inner h3 { padding-top: 28px; box-sizing: border-box; font-size: 17px; font-weight: 400; line-height: 32px; position: relative; margin: 0; }
.contactTBL .codedropz-upload-wrapper .codedropz-upload-handler .codedropz-upload-container .codedropz-upload-inner h3::before { content: ""; display: block; width: 16px; height: 20px; background: url("../img/p05/icon_file.svg") no-repeat center; background-size: contain; position: absolute; top: 0; left: 50%; transform: translateX(-50%); }
.contactTBL .codedropz-upload-wrapper .codedropz-upload-handler .codedropz-upload-container .codedropz-upload-inner > span { font-size: 16px; line-height: 2; font-weight: 400; }
.contactTBL .codedropz-upload-wrapper .codedropz-upload-handler .codedropz-upload-container .codedropz-upload-inner .codedropz-btn-wrap { margin-top: 8px; }
.contactTBL .codedropz-upload-wrapper .codedropz-upload-handler .codedropz-upload-container .codedropz-upload-inner .codedropz-btn-wrap a.cd-upload-btn { display: inline-block; height: 35px; background: #E3E3E3; border: 1px solid #707070; border-radius: 0; padding: 0 14px; box-sizing: border-box; font-size: 16px; font-weight: 400; line-height: 2; color: #060606; margin: 0 auto; }
.contactTBL .codedropz-upload-wrapper .codedropz-upload-handler .codedropz-upload-container .codedropz-upload-inner .codedropz-btn-wrap a.cd-upload-btn:hover { opacity: 0.7; }
.contactTBL .codedropz-upload-wrapper .codedropz-upload-handler .dnd-upload-counter { 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-box td { margin-bottom: 0; }
.contactTBL .doui-box .doui-text { font-weight: 400; margin-top: 8px; }
.contactTBL .doui-box .doui-text a { color: #0B446F; text-decoration: underline; }
.contactTBL .doui-box .doui-text a:hover { opacity: 0.7; }
.contactTBL .doui-box .wpcf7-list-item { display: block; margin-left: 0; }
.contactTBL .doui-box .wpcf7-list-item label { display: flex; align-items: center; justify-content: flex-start; }
.contactTBL .doui-box .wpcf7-list-item label span.wpcf7-list-item-label { position: relative; display: flex; align-items: center; font-weight: 700; cursor: pointer; }
.contactTBL .doui-box .wpcf7-list-item label input[type="checkbox"] { width: 16px; height: 16px; margin-right: 5px; background: #FFFFFF; border: 1px solid #E5E5E5; border-radius: 100%; cursor: pointer; }
.contactTBL .contact-submit.flex { justify-content: center; flex-direction: row-reverse; margin-top: 60px; }
.contactTBL .contact-submit.flex .btn01 { width: 280px; margin-top: 0; }
.contactTBL .contact-submit.flex .btn01 input.wpcf7-form-control { display: flex; justify-content: center; align-items: center; width: 100%; height: 100%; white-space: normal; border-radius: 50px; background: #A2332C; border: 1px solid #A2332C; cursor: pointer; transition: 0.3s; font-size: 16px; line-height: 1.6; color: #FFFFFF; font-weight: 700; appearance: none; -webkit-appearance: none; -moz-appearance: none; }
.contactTBL .contact-submit.flex .btn01 input.wpcf7-form-control:hover { text-decoration: none; background: #FFFFFF; color: #A2332C; }
.contactTBL .contact-submit.flex .btn01:has(.wpcf7c-force-hide) { display: none; }
.contactTBL .contact-submit.flex .btn01.back { margin-right: 20px !important; }
.contactTBL .contact-submit.flex .btn01.back input.wpcf7-form-control { background: #FFFFFF; color: #A2332C; }
.contactTBL .contact-submit.flex .btn01.back input.wpcf7-form-control:hover { background: #A2332C; color: #FFFFFF; }
.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; }

/*入力内容確認時にフォーム上部へスクロールするがナビゲーションが追従の場合フォームとナビゲーションが重なるのでそのためのオフセット設定*/
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: 106px 0 140px; text-align: center; }
#other h2 { font-size: 24px; margin-bottom: 25px; }
#other p { font-size: 18px; padding-left: 15px; position: relative; margin: 10px 0; }
#other .btn01 { width: 280px; margin-left: auto; margin-right: auto; }

/*プライバシーポリシー
=========================================== */
div#pageBox01 { padding: 106px 0 140px; }

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

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

/*ウインドー幅ごと
=========================================== */
@media screen and (min-width: 0px) and (max-width: 1440px) { #topbox02 .topbox02_top .cnt p.bg-text.bg-text01 { left: -213px; }
  #topbox02 .topbox02_top .cnt p.bg-text.bg-text02 { right: -160px; } }
/*ipad対策
=========================================== */
/*Firefox用
=========================================== */
@-moz-document url-prefix() { #contact-sec .cnt .text_box .title_box .title01 .ja::after { top: 0; }
  #topbox02 .topbox02_bottom .range-list .box01 h3::before { bottom: 0px; } }
/*safari用
=========================================== */
.safari #contact-sec .cnt .text_box .title_box .title01 .ja::after { top: 0; }
.safari #topbox02 .topbox02_bottom .range-list .box01 h3::before { bottom: 0px; }
