@charset "UTF-8";
/* CSS Document */
/*parts
=========================================== */
.slider01 { margin-bottom: 0 !important; }
.slider01 .slick-list { overflow: visible; }
.slider01 .slick-prev, .slider01 .slick-next { width: 50px; height: 50px; background: transparent; border-radius: 50%; border: 1px solid #DDDDDD; box-sizing: border-box; top: -90px; transform: translate(0, 0); transition: 0.3s; }
.slider01 .slick-prev::before, .slider01 .slick-next::before { content: ""; display: block; width: 13px; height: 14px; opacity: 1; background: url("../img/common/slide_arrow.svg") no-repeat center; background-size: contain; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
.slider01 .slick-prev:hover, .slider01 .slick-next:hover { border: 1px solid #0A50CF; }
.slider01 .slick-prev:hover:before, .slider01 .slick-next:hover:before { filter: brightness(0) saturate(100%) invert(18%) sepia(97%) saturate(2717%) hue-rotate(215deg) brightness(98%) contrast(93%); }
.slider01 .slick-prev { left: auto; right: 64px; }
.slider01 .slick-prev::before { transform: translate(-50%, -50%) scale(-1, 1); }
.slider01 .slick-next { right: 0; }

.works01 { width: 340px; }
.works01 a { display: block; width: 100%; position: relative; }
.works01 a:hover { text-decoration: none; }
.works01 a:hover .img .img_in { transform: translate(-50%, -50%) scale(1.1); }
.works01 a:hover .arrow { background: #0B50CF; }
.works01 a:hover .arrow::before { filter: none; }
.works01 a .img { width: 100%; height: 246px; position: relative; margin-bottom: 14px; overflow: hidden; }
.works01 a .img .img_in { width: 100%; height: 100%; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); transition: 0.3s; }
.works01 a .title { font-size: 20px; display: -webkit-box; overflow: hidden; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.works01 a .works-cate-list { margin-bottom: 20px; }
.works01 a .works-cate-list li { padding: 1px 19px 2px; box-sizing: border-box; border: 1px solid #0F0F0F; border-radius: 35px; font-size: 14px; line-height: 1.43; font-weight: 500; margin: 6px 10px 0 0; }
.works01 a .works-cate-list li:last-child { margin-right: 0; }
.works01 a .info-list { padding-right: 30px; box-sizing: border-box; margin-top: 20px; }
.works01 a .info-list li { font-size: 14px; margin-bottom: 4px; }
.works01 a .info-list li:last-child { margin-bottom: 0; }
.works01 a .info-list li .th { display: block; width: 64px; padding-right: 14px; box-sizing: border-box; font-weight: 500; position: relative; }
.works01 a .info-list li .th::before { content: "："; display: block; font-weight: 400; position: absolute; top: 0; right: 0; }
.works01 a .info-list li .td { display: block; width: calc(100% - 65px); padding-left: 10px; box-sizing: border-box; }
.works01 a .arrow { display: block; width: 26px; height: 26px; border-radius: 50%; border: 1px solid #0B50CF; box-sizing: border-box; position: absolute; bottom: 0; right: 0; transition: 0.3s; z-index: 1; }
.works01 a .arrow::before { content: ""; display: block; width: 9px; height: 9px; background: url(../img/common/btn_arrow.svg) no-repeat center; background-size: contain; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); filter: brightness(0) saturate(100%) invert(12%) sepia(82%) saturate(6894%) hue-rotate(217deg) brightness(95%) contrast(91%); }

.blog01 { width: 320px; }
.blog01 a { display: block; width: 100%; padding: 20px 40px 20px 0; box-sizing: border-box; border-right: 1px solid #EEEEEE; position: relative; }
.blog01 a:hover { text-decoration: none; }
.blog01 a:hover .img .img_in { transform: translate(-50%, -50%) scale(1.1); }
.blog01 a::before, .blog01 a::after { content: ""; display: block; width: 7px; height: 7px; background: #EEEEEE; border-radius: 50%; position: absolute; right: -3.5px; }
.blog01 a::before { top: 0; }
.blog01 a::after { bottom: 0; }
.blog01 a .img { width: 100%; height: 200px; position: relative; margin-bottom: 20px; overflow: hidden; }
.blog01 a .img .img_in { width: 100%; height: 100%; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); transition: 0.3s; }
.blog01 a .title { font-weight: 400; display: -webkit-box; overflow: hidden; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.blog01 a .blog_cate_box { align-items: flex-start; justify-content: space-between; margin-bottom: 20px; }
.blog01 a .blog_cate_box .cate-list { width: auto; }
.blog01 a .blog_cate_box .cate-list li { padding: 3px 19px; box-sizing: border-box; border: 1px solid #0F0F0F; border-radius: 35px; font-size: 12px; font-weight: 500; margin: 10px 10px 0 0; }
.blog01 a .blog_cate_box .cate-list li:last-child { margin-right: 0; }
.blog01 a .blog_cate_box .time { margin-top: 10px; }

.blog02.blog01 { width: 100%; }
.blog02.blog01 a { display: flex; padding: 0; border-right: 0; justify-content: space-between; align-items: flex-start; }
.blog02.blog01 a::before, .blog02.blog01 a::after { display: none; }
.blog02.blog01 a .img { width: 260px; height: 166px; margin-bottom: 0; }
.blog02.blog01 a .info_box { width: calc(100% - 280px); }
.blog02.blog01 a .title { font-size: 21px; font-weight: 700; display: -webkit-box; overflow: hidden; -webkit-line-clamp: 3; -webkit-box-orient: vertical; }
.blog02.blog01 a .blog_cate_box { justify-content: flex-start; margin-bottom: 10px; }
.blog02.blog01 a .blog_cate_box .cate-list { margin-right: 16px; }
.blog02.blog01 a .blog_cate_box .cate-list li { padding: 1px 13px 2px; border: 1px solid #0B50CF; font-size: 14px; line-height: 1.43; color: #0B50CF; margin: 0 10px 6px 0; }
.blog02.blog01 a .blog_cate_box .cate-list li:last-child { margin-right: 0; }
.blog02.blog01 a .blog_cate_box .time { margin-top: 4px; margin-bottom: 6px; font-size: 18px; line-height: 1.2; font-weight: 500; }

.wrap.twin { display: flex; justify-content: space-between; }
.wrap.twin div#two-main { width: 772px; }
.wrap.twin div#two-side { width: 220px; }
.wrap.twin div#two-side .side_box .side-title { padding: 14px 20px; box-sizing: border-box; background: #0B50CF; margin-bottom: 20px; }
.wrap.twin div#two-side .side_box .side-link > li:first-child a { padding-top: 0; }
.wrap.twin div#two-side .side_box .side-link > li:first-child a::before { top: 7px; transform: translateY(0); }
.wrap.twin div#two-side .side_box .side-link > li > a { display: block; padding: 20px 15px 20px 0; box-sizing: border-box; border-bottom: 1px solid #A6B4CE; font-weight: 700; position: relative; }
.wrap.twin div#two-side .side_box .side-link > li > a:hover { text-decoration: none; color: #0B50CF; }
.wrap.twin div#two-side .side_box .side-link > li > a::before { content: ""; display: block; width: 9px; height: 13px; background: url("../img/common/side_arrow.svg") no-repeat center; background-size: contain; position: absolute; top: 50%; right: 0; transform: translateY(-50%); }
.wrap.twin div#two-side .side_box .side-link > li.on_cat > a { color: #0B50CF; }

.wp-pagenavi > span, .wp-pagenavi > a { display: inline-block; width: 60px; height: 60px; border: 2px solid #0B50CF; border-radius: 50%; box-sizing: border-box; background: #FFFFFF; margin: 0 4px; text-decoration: none; font-family: "Inter"; font-size: 16px; font-weight: 500; color: #0B50CF; line-height: 56px; transition: 0.3s; }

.wp-pagenavi { text-align: center; margin-top: 100px; }
.wp-pagenavi a:hover, .wp-pagenavi span.current { background: #0B50CF; color: #FFFFFF; }
.wp-pagenavi a.page { position: relative; }
.wp-pagenavi span.extend { margin: 0; border: 0; background: transparent; }
.wp-pagenavi span.pages { display: none; }
.wp-pagenavi a.previouspostslink, .wp-pagenavi a.nextpostslink { position: relative; color: transparent; }
.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(7500%) hue-rotate(2deg) brightness(100%) contrast(107%); }
.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: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(7500%) hue-rotate(2deg) brightness(100%) contrast(107%); }
.wp-pagenavi a.first::before, .wp-pagenavi a.last::before { content: ""; width: 14px; 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::before { transform: translate(-50%, -50%) scale(-1, 1); }

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

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

.post-navigation ul > li a { display: inline-block; height: 50px; padding: 0; box-sizing: border-box; position: relative; font-size: 16px; font-weight: 700; line-height: 50px; color: #0B50CF; }
.post-navigation ul > li a:focus, .post-navigation ul > li a:hover { text-decoration: none; }
.post-navigation ul > li a:focus::before, .post-navigation ul > li a:hover::before { background: url("../img/common/page_arrow03_h.png") no-repeat center; background-size: contain; }
.post-navigation ul > li a::before { content: ""; display: block; width: 50px; height: 50px; background: url("../img/common/page_arrow03.png") no-repeat center; background-size: contain; position: absolute; top: 0; transition: 0.3s; }

.post-navigation ul > li.prev a { padding-left: 70px; }
.post-navigation ul > li.prev a::before { left: 0; transform: scale(-1, 1); }

.post-navigation ul > li.next a { padding-right: 70px; }
.post-navigation ul > li.next a::before { right: 0; }

.post-navigation ul > li.blog-back { margin: 0 50px; }
.post-navigation ul > li.blog-back a { width: 200px; padding: 11px 0; background: #FFFFFF; border: 2px solid #0B50CF; border-radius: 35px; color: #0B50CF; text-align: center; line-height: 24px; }
.post-navigation ul > li.blog-back a:focus, .post-navigation ul > li.blog-back a:hover { background: #0B50CF; 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 { /*gnav*/ }
.home #header { background: transparent; color: #FFFFFF; }
.home #header .header_inner .logo a .logo-img01 { opacity: 0; }
.home #header .header_inner .logo a .logo-img02 { opacity: 1; }
.home #header .header_inner .right .right_top .tel_box .tel .num { color: #FFFFFF; }
.home #header .header_inner .right .right_top .tel_box .tel .num::before { filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(352deg) brightness(115%) contrast(110%); }
.home .gnav { color: #0F0F0F; }
.home .gnav > ul > li > a > span, .home .gnav .gnav_first > p { color: #FFFFFF; }
.home .gnav > ul > li > a > span::before, .home .gnav .gnav_first > p::before { background: #FFFFFF; }
.home .gnav .gnav_first > p::after { filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(352deg) brightness(115%) contrast(110%); }
.home #contact-sec { padding-top: 426px; }

.home.fixed { /*gnav*/ }
.home.fixed #header { background: #FFFFFF; color: #0F0F0F; }
.home.fixed #header .header_inner .logo a .logo-img01 { opacity: 1; }
.home.fixed #header .header_inner .logo a .logo-img02 { opacity: 0; }
.home.fixed #header .header_inner .right .right_top .tel_box .tel .num { color: #0F0F0F; }
.home.fixed #header .header_inner .right .right_top .tel_box .tel .num::before { filter: none; }
.home.fixed .gnav > ul > li > a > span, .home.fixed .gnav .gnav_first > p { color: #0F0F0F; }
.home.fixed .gnav > ul > li > a > span::before, .home.fixed .gnav .gnav_first > p::before { background: #0F0F0F; }
.home.fixed .gnav .gnav_first > p::after { filter: none; }

#num_slider { padding: 30px 0; }

.num-list .num_box { padding: 17px 60px; box-sizing: border-box; border-right: 1px solid #0B50CF; position: relative; }
.num-list .num_box:last-child { border-right: 0; }
.num-list .num_box:last-child::before, .num-list .num_box:last-child::after { display: none; }
.num-list .num_box::before, .num-list .num_box::after { content: ""; display: block; width: 7px; height: 7px; background: #0B50CF; border-radius: 50%; position: absolute; right: -3.5px; }
.num-list .num_box::before { top: 0; }
.num-list .num_box::after { bottom: 0; }
.num-list .num_box .midashi { padding-left: 12px; box-sizing: border-box; font-size: 14px; line-height: 1.43; position: relative; margin: 0 0 6px 3px; }
.num-list .num_box .midashi::before { content: ""; display: block; width: 6px; height: 6px; background: #0B50CF; border-radius: 50%; position: absolute; top: 50%; left: 0; transform: translateY(-50%); }
.num-list .num_box .num { font-size: 18px; }
.num-list .num_box .num em { font-size: 50px; line-height: 1.2; font-weight: 700; margin-right: 6px; }
.num-list .num_box .num .big { font-size: 24px; }
.num-list .num_box.num_box06 .num .big { margin-left: 6px; }

#topbox01 { padding: 140px 0; background: #F7F9FF; position: relative; }
#topbox01::before { content: ""; display: block; width: 284px; height: 320px; background: url("../img/top/img02.png") no-repeat center; background-size: contain; position: absolute; bottom: -168px; right: 133px; z-index: 1; }
#topbox01 .wrap { position: static; }
#topbox01 .img { width: 986px; height: 380px; position: absolute; top: 186px; right: 0; }
#topbox01 .img img { width: 100%; max-width: 986px; position: absolute; bottom: 0; right: 0; }
#topbox01 .midashi { font-size: 26px; line-height: 1.42; margin-bottom: 60px; }

#topbox02 { padding: 120px 0 40px; background: #F7F9FF; position: relative; }
#topbox02::before { content: ""; display: block; width: 96%; min-width: 1180px; height: 100%; background: #FFFFFF; position: absolute; top: 0; right: 0; }
#topbox02::after { content: ""; display: block; width: 96%; min-width: 1180px; height: 100px; background: url("../img/top/bg01_i.png") no-repeat bottom right; background-size: cover; position: absolute; bottom: -99px; right: 0; }
#topbox02 .wrap { width: 960px; }
#topbox02 .cnt { justify-content: space-between; align-items: flex-start; }
#topbox02 .cnt .title_box { width: 400px; }
#topbox02 .cnt .title_box #img-slider { width: 100%; height: 480px; transition: 0.3s; margin-bottom: 0; }
#topbox02 .cnt .title_box #img-slider .slick-list { overflow: visible; height: 100%; }
#topbox02 .cnt .title_box #img-slider .slick-track { height: 100%; }
#topbox02 .cnt .title_box #img-slider .img { width: 100%; }
#topbox02 .cnt .right { width: 440px; margin-top: 78px; }
#topbox02 .cnt .right .strengths-list { margin-bottom: 0 !important; }
#topbox02 .cnt .right .strengths-list .slick-track { width: 100% !important; }
#topbox02 .cnt .right .strengths-list .slick-list { overflow: visible; }
#topbox02 .cnt .right .strengths-list li { width: 100%; }
#topbox02 .cnt .right .strengths-list li:first-child a { padding-top: 10px; }
#topbox02 .cnt .right .strengths-list li:first-child a .text_box .num { top: 10px; }
#topbox02 .cnt .right .strengths-list li a { display: block; padding: 40px 0 30px; box-sizing: border-box; position: relative; }
#topbox02 .cnt .right .strengths-list li a:hover { text-decoration: none; }
#topbox02 .cnt .right .strengths-list li a:hover .text_box .arrow { background: #0A50CF; }
#topbox02 .cnt .right .strengths-list li a:hover .text_box .arrow::before { filter: none; }
#topbox02 .cnt .right .strengths-list li a:hover .common_line.gray { background: #0A50CF; }
#topbox02 .cnt .right .strengths-list li a:hover .common_line.gray::before, #topbox02 .cnt .right .strengths-list li a:hover .common_line.gray::after { background: #0A50CF; }
#topbox02 .cnt .right .strengths-list li a .text_box { justify-content: space-between; align-items: center; padding-left: 40px; box-sizing: border-box; }
#topbox02 .cnt .right .strengths-list li a .text_box .num { font-size: 12px; font-weight: 500; position: absolute; top: 30px; left: 0; }
#topbox02 .cnt .right .strengths-list li a .text_box p { width: calc(100% - 30px); }
#topbox02 .cnt .right .strengths-list li a .text_box .arrow { display: block; width: 22px; height: 22px; border-radius: 50%; border: 1px solid #0A50CF; box-sizing: border-box; position: relative; transition: 0.3s; }
#topbox02 .cnt .right .strengths-list li a .text_box .arrow::before { content: ""; display: block; width: 9px; height: 9px; background: url("../img/common/btn_arrow.svg") no-repeat center; background-size: contain; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); filter: brightness(0) saturate(100%) invert(22%) sepia(62%) saturate(2654%) hue-rotate(209deg) brightness(101%) contrast(106%); }
#topbox02 .cnt .right .strengths-list li a .common_line.gray { transition: 0.3s; position: absolute; bottom: 0; left: 0; }
#topbox02 .cnt .right .strengths-list li a .common_line.gray::before, #topbox02 .cnt .right .strengths-list li a .common_line.gray::after { transition: 0.3s; }
#topbox02 .cnt .right .btn01 { margin: 40px 0 0 auto; }

#industry-sec { padding: 305px 0 140px; background: url("../img/top/bg01.jpg") no-repeat center; background-size: cover; color: #FFFFFF; }
#industry-sec .title_box { justify-content: space-between; align-items: flex-end; margin-bottom: 60px; }
#industry-sec .title_box .title01 { margin-bottom: 0; }
#industry-sec .title_box p.common_text { width: 740px; text-align: right; }
#industry-sec .industry-list { position: relative; }
#industry-sec .industry-list::before, #industry-sec .industry-list::after { content: ""; display: block; width: 100vw; height: 1px; background: #326CD7; position: absolute; left: 50%; transform: translateX(-50%); }
#industry-sec .industry-list::before { top: 0; }
#industry-sec .industry-list::after { bottom: 0; }
#industry-sec .industry-list .industry01 { width: 270px; border-left: 1px solid #326CD7; border-top: 1px solid #326CD7; box-sizing: border-box; }
#industry-sec .industry-list .industry01:nth-child(-n+4) { border-top: 0; }
#industry-sec .industry-list .industry01:nth-child(4n) { border-right: 1px solid #326CD7; }
#industry-sec .industry-list .industry01 a { display: block; padding: 39px; box-sizing: border-box; }
#industry-sec .industry-list .industry01 a:hover { text-decoration: none; }
#industry-sec .industry-list .industry01 a:hover .img .img_in { transform: translate(-50%, -50%) scale(1.1); }
#industry-sec .industry-list .industry01 a:hover .midashi .text { text-decoration: underline; }
#industry-sec .industry-list .industry01 a .img { width: 100%; height: 160px; position: relative; overflow: hidden; }
#industry-sec .industry-list .industry01 a .img .img_in { width: 100%; height: 100%; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); transition: 0.3s; }
#industry-sec .industry-list .industry01 a .midashi { display: inline-block; padding-left: 30px; box-sizing: border-box; position: relative; margin-top: 10px; }
#industry-sec .industry-list .industry01 a .midashi .arrow { display: block; width: 22px; height: 22px; border-radius: 50%; background: #FFFFFF; position: absolute; top: 2px; left: 0; }
#industry-sec .industry-list .industry01 a .midashi .arrow::before { content: ""; display: block; width: 9px; height: 9px; background: url("../img/common/btn_arrow.svg") no-repeat center; background-size: contain; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); filter: brightness(0) saturate(100%) invert(22%) sepia(62%) saturate(2654%) hue-rotate(209deg) brightness(101%) contrast(106%); }
#industry-sec .industry-list .industry01 a .midashi .text { color: #FFFFFF; font-weight: 500; }
#industry-sec .text_box { padding: 40px; box-sizing: border-box; background: #0A46B4; margin-top: 60px; }
#industry-sec .order_banner { margin-top: 60px; }
#industry-sec .order_banner a { display: block; padding: 37px 0 36px; background: url("../img/p02/banner_bg.jpg") no-repeat center; background-size: cover; position: relative; text-align: center; }
#industry-sec .order_banner a:hover { text-decoration: none; }
#industry-sec .order_banner a:hover .arrow_box { background: #FFFFFF; }
#industry-sec .order_banner a:hover .arrow_box .text { color: #0F0F0F; }
#industry-sec .order_banner a:hover .arrow_box .arrow { background: #0F0F0F; }
#industry-sec .order_banner a:hover .arrow_box .arrow::before { filter: none; }
#industry-sec .order_banner a::before { content: ""; display: block; width: 302px; height: 155px; background: url("../img/p02/banner_img.png") no-repeat center; background-size: contain; position: absolute; top: 50%; left: 67px; transform: translateY(-50%); }
#industry-sec .order_banner a .sub { padding: 0 40px 21px 65px; box-sizing: border-box; font-size: 26px; line-height: 1.44; text-align: left; position: absolute; top: 18px; right: 91px; }
#industry-sec .order_banner a .sub::before { content: ""; display: block; width: 100%; height: 100%; background: url("../img/p02/banner_midashi.png") no-repeat left bottom; background-size: contain; position: absolute; bottom: 0; left: 0; }
#industry-sec .order_banner a h3 { font-size: 33px; line-height: 1.35; }
#industry-sec .order_banner a h3 em { display: block; font-size: 58px; }
#industry-sec .order_banner a .arrow_box { width: auto; justify-content: center; align-items: center; padding: 13px 52px; box-sizing: border-box; background: #0F0F0F; border-top-left-radius: 10px; position: absolute; bottom: 0; right: 0; transition: 0.3s; }
#industry-sec .order_banner a .arrow_box .text { display: inline-block; font-size: 22px; line-height: 1.45; margin-right: 20px; }
#industry-sec .order_banner a .arrow_box .arrow { display: inline-block; width: 26px; height: 26px; background: #FFFFFF; border-radius: 50%; position: relative; }
#industry-sec .order_banner a .arrow_box .arrow::before { content: ""; display: block; width: 10px; height: 10px; background: url("../img/common/btn_arrow.svg") no-repeat center; background-size: contain; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); filter: brightness(0) saturate(100%) invert(3%) sepia(1%) saturate(366%) hue-rotate(314deg) brightness(100%) contrast(94%); }

.range-list { justify-content: space-between; }
.range-list .range00 { width: 520px; }
.range-list .range00 h3 { font-size: 22px; margin-bottom: 12px; }
.range-list .range00 .common_line { margin-bottom: 20px; }
.range-list .range00 .range-table tr { border-bottom: 1px solid #F7F9FF; }
.range-list .range00 .range-table tr th, .range-list .range00 .range-table tr td { padding: 11px 20px; box-sizing: border-box; }
.range-list .range00 .range-table tr th { width: 140px; background: #646E84; color: #FFFFFF; }
.range-list .range00 .range-table tr td { background: #FFFFFF; }
.range-list .range00 .text-list li { font-size: 12px; margin-bottom: 6px; padding-left: 1em; text-indent: -1em; }
.range-list .range00 .text-list li:last-child { margin-bottom: 0; }
.range-list .range02 .point { font-size: 18px; line-height: 32px; margin-bottom: 14px; }
.range-list .range02 .point span { display: inline-block; padding: 4px 20px; box-sizing: border-box; background: #646E84; border-radius: 35px; font-size: 16px; line-height: 24px; margin-left: 20px; }
.range-list .range03 { width: 100%; margin-top: 40px; }
.range-list .range03 .list { margin-top: 20px; }
.range-list .range03 .list li { padding: 4px 20px; box-sizing: border-box; background: #646E84; border-radius: 35px; margin-right: 10px; }
.range-list .range03 .list li:last-child { margin-right: 0; }

#topbox03 { padding: 140px 0; background: #F7F9FF; }
#topbox03 .title_box { justify-content: space-between; align-items: flex-end; margin-bottom: 60px; }
#topbox03 .title_box .title01 { margin-bottom: 0; }
#topbox03 .title_box p.common_text { width: 600px; text-align: right; }
#topbox03 .btn01 { margin-left: auto; margin-right: auto; }

.onestop_img { justify-content: space-between; margin-top: 60px; }
.onestop_img .box00 { width: 530px; padding: 26px 20px 34px; box-sizing: border-box; }
.onestop_img .box00 h3 { display: inline-block; padding: 4px 20px; box-sizing: border-box; border-radius: 35px; }
.onestop_img .box01 { background: #F6F6F6; }
.onestop_img .box01 h3 { background: #0F0F0F; }
.onestop_img .box01 .img { width: 390px; margin: -24px auto 0; }
.onestop_img .box01 .sub_text { display: block; margin: -30px 0 0 20px; }
.onestop_img .box02 { background: #F7F9FF; }
.onestop_img .box02 h3 { background: #0A50CF; }
.onestop_img .box02 .sub_text { display: block; font-size: 18px; margin: 30px auto; }
.onestop_img .box02 .img { width: 430px; margin: 0 auto; }

.onestop_box { margin-top: 60px; }
.onestop_box .onestop-list { justify-content: space-between; }
.onestop_box .onestop-list > div { width: 144px; height: 144px; background: #F7F9FF; border: 1px solid #0B50CF; box-sizing: border-box; border-radius: 50%; text-align: center; position: relative; }
.onestop_box .onestop-list > div p { width: 100%; position: absolute; top: 50%; left: 0; transform: translateY(-50%); }
.onestop_box .onestop-list > div p span { display: block; font-size: 12px; font-weight: 600; }
.onestop_box .onestop-list > div.last { background: #0B50CF; }
.onestop_box .arrow_box { position: relative; margin-top: 30px; z-index: 1; }
.onestop_box .arrow_box .line { display: block; width: calc(100% - 10px); height: 2px; background: #0B50CF; position: absolute; top: 50%; left: 0; transform: translateY(-50%); z-index: -1; }
.onestop_box .arrow_box .line::before { content: ""; display: block; width: 10px; height: 10px; background: #0A50CF; border-radius: 50%; position: absolute; top: 50%; left: 0; transform: translateY(-50%); }
.onestop_box .arrow_box .line::after { content: ""; display: block; width: 0; height: 0; border-style: solid; border-color: transparent transparent transparent #0b50cf; border-width: 13px 0px 13px 20px; position: absolute; top: 50%; right: -10px; transform: translateY(-50%); }
.onestop_box .arrow_box .text { display: inline-block; padding: 4px 20px; box-sizing: border-box; background: #0B50CF; border-radius: 35px; }

#topbox04 { padding: 420px 0 140px; background: #F7F9FF; position: relative; }
#topbox04::before { content: ""; display: block; width: 96%; min-width: 1180px; height: calc(100% - 410px); background: #FFFFFF; position: absolute; bottom: 0; right: 0; z-index: 2; }
#topbox04::after { content: ""; display: block; width: 96%; min-width: 1180px; height: 140px; background: url("../img/top/bg04_i.png") no-repeat top right; background-size: cover; position: absolute; top: 281px; right: 0; z-index: 1; }
#topbox04 #bg-img01 { width: 100%; height: 460px; background: url("../img/top/bg02.jpg") no-repeat right top; background-size: cover; position: absolute; top: 0; left: 0; }
#topbox04 .wrap { z-index: 3; }
#topbox04 .title { margin-bottom: 47px; }
#topbox04 .title .en { display: block; font-size: 18px; font-weight: 600; line-height: 1.2; margin-bottom: 20px; }
#topbox04 .title .ja { display: block; font-size: 34px; line-height: 55px; }
#topbox04 .title .ja .text-bg { padding-top: 2px; line-height: 49px; margin: 7px 10px 0 0; }
#topbox04 .btn01 { margin-left: auto; margin-right: auto; }

#works-sec { padding: 300px 0 140px; background: url("../img/top/bg03.jpg") center top; background-size: cover; margin-top: -160px; position: relative; z-index: 1; }
#works-sec #works-slider { margin-top: 60px; }
#works-sec #works-slider .slick-prev, #works-sec #works-slider .slick-next { top: -110px; border: 1px solid #FFFFFF; }
#works-sec #works-slider .slick-prev:hover, #works-sec #works-slider .slick-next:hover { border: 1px solid #FFFFFF; background: #FFFFFF; }
#works-sec #works-slider .slick-prev:hover:before, #works-sec #works-slider .slick-next:hover:before { filter: brightness(0) saturate(100%) invert(18%) sepia(97%) saturate(2717%) hue-rotate(215deg) brightness(98%) contrast(93%); }
#works-sec #works-slider .slick-track { display: flex; border-top: 1px solid rgba(255, 255, 255, 0.16); border-bottom: 1px solid rgba(255, 255, 255, 0.16); }
#works-sec #works-slider .works01 { width: 360px; height: auto; border-right: 1px solid rgba(255, 255, 255, 0.16); }
#works-sec #works-slider .works01 a { padding: 40px 40px 50px; box-sizing: border-box; color: #FFFFFF; }
#works-sec #works-slider .works01 a:hover .arrow { background: #FFFFFF; }
#works-sec #works-slider .works01 a:hover .arrow::before { filter: brightness(0) saturate(100%) invert(12%) sepia(82%) saturate(6894%) hue-rotate(217deg) brightness(95%) contrast(91%); }
#works-sec #works-slider .works01 a .img { height: 200px; margin-bottom: 30px; }
#works-sec #works-slider .works01 a .title { font-size: 16px; font-weight: 400;margin-top: 10px; }
#works-sec #works-slider .works01 a .works-cate-list { margin-bottom: 0; margin-top: 10px; }
#works-sec #works-slider .works01 a .works-cate-list li { font-size: 12px; border: 1px solid #FFFFFF; }
#works-sec #works-slider .works01 a .info-list li .th { padding-right: 0; }
#works-sec #works-slider .works01 a .info-list li .th::before { display: none; }
#works-sec #works-slider .works01 a .info-list li .td { padding-left: 0; }
#works-sec #works-slider .works01 a .arrow { border: 1px solid #FFFFFF; bottom: 50px; right: 40px; }
#works-sec #works-slider .works01 a .arrow::before { filter: none; }
#works-sec .btn01 { margin-left: auto; margin-right: auto; }

#topbox05 { padding: 140px 0 190px; background: #646E84; position: relative; }
#topbox05::before, #topbox05::after { content: ""; display: block; width: 340px; height: 50px; clip-path: polygon(0 0, 300px 0, 100% 100%, 0% 100%); position: absolute; left: 0; z-index: 1; }
#topbox05::before { background: #646E84; top: -49px; }
#topbox05::after { background: #F7F9FF; bottom: -1px; }
#topbox05 .cnt { display: flex; flex-direction: column-reverse; }
#topbox05 .cnt .title01 { display: flex; flex-direction: column-reverse; align-items: flex-end; margin-bottom: 0; position: relative; z-index: 1; }
#topbox05 .cnt .title01 .ja { margin-top: 10px; margin-bottom: 0; }
#topbox05 .cnt .title01 .en { font-size: 100px; }
#topbox05 .cnt .img { width: 100%; height: 345px; position: relative; }
#topbox05 .cnt .img .img_in { width: 1260px; height: 400px; background: url("../img/top/bg04.jpg") no-repeat left top; background-size: cover; position: absolute; top: 0; left: 50%; transform: translateX(-50%); }
#topbox05 .cnt02 { justify-content: space-between; align-items: flex-start; }
#topbox05 .cnt02 .left { width: 640px; }
#topbox05 .cnt02 .left .midashi { font-size: 32px; line-height: 1.44; margin-bottom: 50px; }
#topbox05 .cnt02 .left .midashi .text-bg { margin-top: 0; margin-right: 0; background: #0038A0; }
#topbox05 .cnt02 .left .text_box p { margin-bottom: 30px; }
#topbox05 .cnt02 .left .text_box p:last-child { margin-bottom: 0; }
#topbox05 .cnt02 .btn01 { margin-top: 80px; }
#topbox05 .cnt02 .btn01.shiro a .arrow::before {filter: brightness(0) saturate(100%) invert(41%) sepia(19%) saturate(455%) hue-rotate(183deg) brightness(99%) contrast(88%);}
#topbox05 .cnt02 .btn01.shiro a:hover .arrow::before {filter: brightness(0) saturate(100%) invert(99%) sepia(100%) saturate(0%) hue-rotate(194deg) brightness(103%) contrast(102%);}
#topbox05 .bg-img { width: 100%; height: 181px; background: url("../img/top/bg05.png") repeat-X center; background-size: contain; position: absolute; bottom: -85px; left: 0; animation: bgMove01 80s linear infinite; z-index: 2; }
@keyframes bgMove01 { 0% { background-position: 0 0; }
  100% { background-position: -1741px 0; } }
#btn-sec { padding: 185px 0 140px; background: #F7F9FF; }
#btn-sec .btn-list { justify-content: space-between; }
#btn-sec .btn-list .btn_box { width: 530px; height: 311px; }
#btn-sec .btn-list .btn_box a { display: flex; align-items: center; width: 100%; height: 100%; padding: 0 80px; box-sizing: border-box; overflow: hidden; position: relative; z-index: 1; }
#btn-sec .btn-list .btn_box a:hover { text-decoration: none; }
#btn-sec .btn-list .btn_box a:hover .bg-img { transform: translate(-50%, -50%) scale(1.1); }
#btn-sec .btn-list .btn_box a:hover .arrow { background: #FFFFFF; }
#btn-sec .btn-list .btn_box a:hover .arrow::before { filter: brightness(0) saturate(100%) invert(17%) sepia(92%) saturate(2811%) hue-rotate(215deg) brightness(102%) contrast(93%); }
#btn-sec .btn-list .btn_box a .bg-img { width: 100%; height: 100%; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); transition: 0.3s; z-index: -1; }
#btn-sec .btn-list .btn_box a .title01 { font-weight: 700; margin-bottom: 0; }
#btn-sec .btn-list .btn_box a .title01 .en { font-size: 40px; }
#btn-sec .btn-list .btn_box a .arrow { display: block; width: 70px; height: 70px; border-radius: 50%; border: 1px solid #FFFFFF; box-sizing: border-box; position: absolute; bottom: 30px; right: 30px; transition: 0.3s; }
#btn-sec .btn-list .btn_box a .arrow::before { content: ""; display: block; width: 17px; height: 17px; background: url("../img/common/btn_arrow.svg") no-repeat center; background-size: contain; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
#btn-sec .btn-list .btn_box01.btn_box a .bg-img { background: url("../img/top/btn_bg01.jpg") no-repeat center; background-size: cover; }
#btn-sec .btn-list .btn_box02.btn_box a .bg-img { background: url("../img/top/btn_bg02.jpg") no-repeat center; background-size: cover; }

#blog-sec { background: #F7F9FF; }
#blog-sec .sec-in { width: 96%; min-width: 1180px; padding: 140px 0; background: #FFFFFF; position: relative; margin: 0 0 -286px auto; z-index: 1; }
#blog-sec .sec-in::before, #blog-sec .sec-in::after { content: ""; display: block; width: 340px; height: 50px; background: #F7F9FF; clip-path: polygon(0 0, 100% 0, 100% 100%, 40px 99%); position: absolute; top: 0; right: 0; z-index: 1; }
#blog-sec .title01 { margin-bottom: 40px; }
#blog-sec #blog-slider { width: calc(50vw + 780px); margin-right: calc(-50vw + 50%); }
#blog-sec #blog-slider .slick-prev { left: 966px; right: auto; }
#blog-sec #blog-slider .slick-next { left: 1030px; right: auto; }
#blog-sec #blog-slider .slick-list { overflow: hidden; }
#blog-sec #blog-slider .blog01 { margin-right: 40px; }

/*蝶番加工範囲・技術力　p02
=========================================== */
.page-hinge #industry-sec { padding-top: 116px; background: #F7F9FF; color: #0F0F0F; position: relative; margin: -210px 0 -336px; }
.page-hinge #industry-sec::before { content: ""; display: block; width: 96%; min-width: 1180px; height: calc(100% + 84px); background: #FFFFFF; position: absolute; bottom: 0; right: 0; z-index: 1; }
.page-hinge #industry-sec::after { content: ""; display: block; width: 96%; min-width: 1180px; height: 84px; background: url("../img/p02/bg02_i.png") no-repeat bottom left; background-size: 1140px; position: absolute; top: -167px; right: 0; z-index: 1; }
.page-hinge #industry-sec .wrap { z-index: 2; margin-top: -84px; }
.page-hinge #industry-sec .industry-list::before, .page-hinge #industry-sec .industry-list::after { display: none; }
.page-hinge #industry-sec .industry-list .industry01 { width: 248px; border-left: 0; border-top: 0; margin: 62px 36px 0 0; }
.page-hinge #industry-sec .industry-list .industry01:nth-child(-n+4) { margin-top: 0; }
.page-hinge #industry-sec .industry-list .industry01:nth-child(4n) { border-right: 0; margin-right: 0; }
.page-hinge #industry-sec .industry-list .industry01 a { padding: 0; }
.page-hinge #industry-sec .industry-list .industry01 a .img { height: 200px; }
.page-hinge #industry-sec .industry-list .industry01 a .midashi .arrow { background: #0F0F0F; }
.page-hinge #industry-sec .industry-list .industry01 a .midashi .arrow::before { filter: none; }
.page-hinge #industry-sec .industry-list .industry01 a .midashi .text { color: #0F0F0F; }
.page-hinge #industry-sec .text_box { background: #F6F6F6; }
.page-hinge #industry-sec .text_box h3 { font-size: 22px; margin-bottom: 20px; }
.page-hinge #contact-sec { padding-top: 468px; }

#p02box01 .title { font-size: 34px; line-height: 1.44; margin-bottom: 46px; }
#p02box01 .title .text-bg { margin: 0 10px 14px 0; }
#p02box01 .cnt { justify-content: space-between; align-items: flex-start; }
#p02box01 .cnt .text_box { width: 504px; }
#p02box01 .cnt .text_box .about_box { margin-top: 38px; }
#p02box01 .cnt .text_box .about_box .t_text { background: #646E84; padding: 12px 60px 13px 10px; box-sizing: border-box; position: relative; cursor: pointer; transition: 0.3s; }
#p02box01 .cnt .text_box .about_box .t_text:hover { opacity: 0.7; }
#p02box01 .cnt .text_box .about_box .t_text::before { content: ""; display: block; width: 20px; height: 20px; background: url("../img/p02/icon_open.svg") no-repeat center; background-size: contain; position: absolute; top: 17px; right: 30px; transition: 0.3s; }
#p02box01 .cnt .text_box .about_box .t_text h3 { padding-left: 42px; box-sizing: border-box; font-size: 20px; line-height: 1.45; position: relative; }
#p02box01 .cnt .text_box .about_box .t_text h3::before { content: ""; display: block; width: 36px; height: 36px; background: url("../img/p02/icon_about.png") no-repeat center; background-size: contain; position: absolute; top: -2px; left: 0; }
#p02box01 .cnt .text_box .about_box .t_text.on::before { background: url("../img/p02/icon_close.svg") no-repeat center; background-size: contain; }
#p02box01 .cnt .text_box .about_box .c_text { padding: 25px 19px; box-sizing: border-box; background: #FFFFFF; border: 1px solid #646E84; }
#p02box01 .cnt .img_box { width: 542px; }

#p02box02 { padding: 0; background: #F7F9FF; }
#p02box02 .sec-in { width: 96%; min-width: 1180px; padding-top: 140px; background: #FFFFFF; position: relative; margin: 0 0 -22px auto; z-index: 1; }
#p02box02 .sec-in::after { content: ""; display: block; width: 100%; height: 114px; background: url("../img/p02/bg01_i.png") no-repeat top left; background-size: contain; position: absolute; bottom: -113px; left: 0; z-index: 1; }
#p02box02 .img01 { display: block; border: 2px solid #646E84; box-sizing: border-box; }
#p02box02 .feat-list { margin-top: 60px; }
#p02box02 .feat-list .feat01 { width: 520px; margin: 46px 60px 0 0; }
#p02box02 .feat-list .feat01:nth-child(-n+2) { margin-top: 0; }
#p02box02 .feat-list .feat01:nth-child(2n) { margin-right: 0; }
#p02box02 .feat-list .feat01 .num { display: block; font-size: 14px; color: #A6B4CE; margin-bottom: 6px; }
#p02box02 .feat-list .feat01 h3 { font-size: 30px; }
#p02box02 .feat-list .feat01 .common_line { margin: 23px 0; }

#p02box03 { padding-top: 276px; background: url("../img/p02/bg01.jpg") no-repeat center; background-size: cover; }
#p02box03 .types-list { margin-top: 60px; }
#p02box03 .types-list .type01 { width: 248px; margin: 40px 36px 0 0; }
#p02box03 .types-list .type01:nth-child(-n+4) { margin-top: 0; }
#p02box03 .types-list .type01:nth-child(4n) { margin-right: 0; }
#p02box03 .types-list .type01 p { font-size: 18px; text-align: center; margin-top: 10px; }
#p02box03 .other_box { margin-top: 60px; background: #F6F6F6; }
#p02box03 .other_box h3 { display: table; width: 218px; background: #646E84; }
#p02box03 .other_box h3 span { display: table-cell; font-size: 20px; text-align: center; vertical-align: middle; }
#p02box03 .other_box .text01 { width: calc(100% - 218px); padding: 36px 40px; box-sizing: border-box; }

#p02box04 { background: #F7F9FF; }
#p02box04 .range-list { justify-content: space-between; }
#p02box04 .range-list .range00 .text-list { margin-top: 14px; }
#p02box04 .range-list .range00 .text-list li { font-size: 14px; margin-bottom: 0; }
#p02box04 .range-list .range01 .text-list { margin-top: 27px; }
#p02box04 .range-list .range03 { margin-top: 20px; }
#p02box04 .range-list .range03 .range-table { margin-top: 20px; }
#p02box04 .range-list .range03 .range-table tr { display: block; border-bottom: 0; }
#p02box04 .range-list .range03 .range-table tr th, #p02box04 .range-list .range03 .range-table tr td { display: block; padding: 11px 20px; box-sizing: border-box; }
#p02box04 .range-list .range03 .range-table tr th { width: 100%; }
#p02box04 .range-list .range03 .range-table tr td { padding: 29px 50px 42px; }
#p02box04 .range-list .range03 .range-table tr td ul.flex { width: 610px; justify-content: space-between; }
#p02box04 .range-list .range03 .range-table tr td ul.flex li { width: 295px; margin-top: 12px; }
#p02box04 .range-list .range03 .range-table tr td ul.flex li:nth-child(-n+2) { margin-top: 0; }
#p02box04 .range-list .range03 .range-table tr td ul.flex li:nth-child(2n) { width: 231px; }

#p02box04 + #bg-img01 { width: 100%; height: 716px; background: url("../img/p02/bg02.jpg") no-repeat center; background-size: cover; }

/*オーダー特殊蝶番製造　p03
=========================================== */
#p03box01 { padding-bottom: 0; }
#p03box01 .sub { font-size: 26px; margin-bottom: 14px; }
#p03box01 .title { font-size: 34px; line-height: 1.44; margin-bottom: 60px; }
#p03box01 .title .text-bg { margin: 0 10px 14px 0; }
#p03box01 .num-list { justify-content: center; margin-top: 60px; }
#p03box01 .num-list .num_box { padding: 40px 50px; }
#p03box01 .num-list .num_box .midashi { padding-left: 14px; font-size: 20px; line-height: 1.45; margin: 0 0 20px 0; }
#p03box01 .num-list .num_box .midashi::before { width: 8px; height: 8px; }
#p03box01 .num-list .num_box .num { font-size: 25px; line-height: 1.44; }
#p03box01 .num-list .num_box .num em { font-size: 68px; line-height: 1.2; }
#p03box01 .num-list .num_box.num_box01 { padding-left: 0; padding-right: 94px; }
#p03box01 .num-list .num_box.num_box03 { padding-left: 121px; padding-right: 0; }
#p03box01 .box { padding: 270px 0 80px; margin-top: 255px; position: relative; z-index: 1; }
#p03box01 .box::before { content: ""; display: block; width: 100vw; height: 100%; background: #FFFFFF; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); z-index: -1; }
#p03box01 .box .nayami_box { width: 100%; padding: 50px; box-sizing: border-box; background: #E7E9EF; position: absolute; top: -175px; left: 50%; transform: translateX(-50%); z-index: 1; }
#p03box01 .box .nayami_box::before { content: ""; display: block; width: 0; height: 0; border-style: solid; border-color: #e7e9ef transparent transparent transparent; border-width: 42px 78px 0px 78px; position: absolute; bottom: -41px; left: 50%; transform: translateX(-50%); }
#p03box01 .box .nayami_box h3 { padding-left: 48px; box-sizing: border-box; font-size: 30px; line-height: 1.47; position: relative; margin-bottom: 30px; }
#p03box01 .box .nayami_box h3::before { content: ""; display: block; width: 34px; height: 1px; background: #0F0F0F; position: absolute; top: 50%; left: 0; transform: translateY(-50%); }
#p03box01 .box .nayami_box ul.flex { justify-content: space-between; }
#p03box01 .box .nayami_box ul.flex li { width: 430px; padding-left: 34px; box-sizing: border-box; font-size: 18px; line-height: 1.44; font-weight: 700; position: relative; margin-top: 24px; }
#p03box01 .box .nayami_box ul.flex li:nth-child(-n+2) { margin-top: 0; }
#p03box01 .box .nayami_box ul.flex li::before { content: ""; display: block; width: 24px; height: 24px; background: url("../img/p03/icon_check.png") no-repeat center; background-size: contain; position: absolute; top: 1px; left: 0; }
#p03box01 .box .midashi { display: flex; align-items: center; justify-content: center; font-size: 30px; }
#p03box01 .box .midashi img { display: inline-block; width: 85px; margin: 0 17px; }
#p03box01 .box .text01 { font-size: 26px; line-height: 1.56; margin-top: 30px; }

#p03box02 { background: url("../img/p03/bg01.jpg") no-repeat center; background-size: cover; }
#p03box02 h2 { font-size: 34px; line-height: 1.44; margin-bottom: 30px; }
#p03box02 .contact-list { justify-content: space-between; margin-top: 60px; }
#p03box02 .contact-list .box00 { width: 360px; padding: 51px 30px; box-sizing: border-box; background: #FFFFFF; text-align: center; }
#p03box02 .contact-list .box00 img { display: block; width: 94px; height: 94px; margin: 0 auto 30px; }
#p03box02 .contact-list .box00 h3 { font-size: 18px; margin-bottom: 10px; }
#p03box02 .contact-list .box00.box01 .tel_box { width: auto; }
#p03box02 .contact-list .box00.box01 .tel_box .tel { text-align: center; }
#p03box02 .contact-list .box00.box01 .tel_box .tel .num { font-size: 39px; padding-left: 0; color: #0B50CF; }
#p03box02 .contact-list .box00.box01 .tel_box .tel .num::before { display: none; }
#p03box02 .contact-list .box00.box01 .tel_box .tel-text { margin-top: 0; }
#p03box02 .contact-list .box00.box02 .fax_box { display: inline-block; }
#p03box02 .contact-list .box00.box02 .fax_box .fax-num { text-align: center; }
#p03box02 .contact-list .box00.box02 .fax_box .fax-num span { display: none; }
#p03box02 .contact-list .box00.box02 .fax_box .fax-num em { font-size: 39px; line-height: 1.2; color: #0B50CF; }
#p03box02 .contact-list .box00.box02 .fax_box .sub_text { font-size: 14px; line-height: 1.43; }
#p03box02 .contact-list .box00.box03 .btn01 { width: 100%; height: 67px; margin-top: 0; }
#p03box02 .contact-list .box00.box03 .btn01 a { background: #FFF000; padding: 20px 22px 19px 38px; border: 2px solid #0F0F0F; }
#p03box02 .contact-list .box00.box03 .btn01 a:hover { background: #0F0F0F; }
#p03box02 .contact-list .box00.box03 .btn01 a:hover .btn-text { color: #FFFFFF; }
#p03box02 .contact-list .box00.box03 .btn01 a:hover .arrow { background: #FFFFFF; }
#p03box02 .contact-list .box00.box03 .btn01 a:hover .arrow::before { filter: brightness(0) saturate(100%) invert(0%) sepia(0%) saturate(204%) hue-rotate(138deg) brightness(141%) contrast(88%); }
#p03box02 .contact-list .box00.box03 .btn01 a .btn-text { color: #0F0F0F; }
#p03box02 .contact-list .box00.box03 .btn01 a .arrow { background: #0F0F0F; }

#p03box03 .cnt { justify-content: space-between; align-items: flex-start; }
#p03box03 .cnt .text_box { width: 512px; order: 1; }
#p03box03 .cnt .text_box h2 { font-size: 34px; line-height: 1.44; margin-bottom: 40px; }
#p03box03 .cnt .text_box h2 .text-bg { margin: 10px 10px 10px 0; }
#p03box03 .cnt .img_box { width: 542px; }
#p03box03 .box { padding: 50px; box-sizing: border-box; background: #FFFFFF; position: relative; margin-top: 80px; }
#p03box03 .box img { display: block; width: 347px; position: absolute; top: -43px; right: 36px; }
#p03box03 .box h3 { font-size: 30px; line-height: 1.47; margin-bottom: 30px; }

#p03box04 { padding: 442px 0 0; background: #F7F9FF; position: relative; }
#p03box04 .bg-img01 { width: 100%; height: 716px; background: url("../img/p03/bg02.jpg") no-repeat center; background-size: cover; position: absolute; top: 0; left: 50%; transform: translateX(-50%); }
#p03box04 .sec-in { width: 96%; min-width: 1180px; padding: 116px 0 140px; background: #FFFFFF; position: relative; margin: 0 0 0 auto; z-index: 1; }
#p03box04 .sec-in::after { content: ""; display: block; width: 100%; height: 84px; background: url("../img/p02/bg02_i.png") no-repeat top left; background-size: contain; position: absolute; top: -83px; left: 0; z-index: 1; }
#p03box04 .slider-cont { justify-content: space-between; position: relative; }
#p03box04 .slider-cont .text_box { width: 400px; }
#p03box04 .slider-cont #works-slider { width: calc(50vw + 100px); margin-right: calc(-50vw + 50%); margin-bottom: 0; }
#p03box04 .slider-cont #works-slider .slick-list { overflow: hidden; }
#p03box04 .slider-cont #works-slider .slick-prev, #p03box04 .slider-cont #works-slider .slick-next { width: 70px; height: 70px; border: 2px solid #0B50CF; top: 312px; }
#p03box04 .slider-cont #works-slider .slick-prev::before, #p03box04 .slider-cont #works-slider .slick-next::before { width: 15px; height: 16px; filter: brightness(0) saturate(100%) invert(23%) sepia(83%) saturate(2639%) hue-rotate(212deg) brightness(84%) contrast(95%); }
#p03box04 .slider-cont #works-slider .slick-prev:hover, #p03box04 .slider-cont #works-slider .slick-next:hover { border: 2px solid #0B50CF; background: #0B50CF; }
#p03box04 .slider-cont #works-slider .slick-prev:hover:before, #p03box04 .slider-cont #works-slider .slick-next:hover:before { filter: none; }
#p03box04 .slider-cont #works-slider .slick-prev { left: -450px; right: auto; }
#p03box04 .slider-cont #works-slider .slick-next { left: -366px; right: auto; }
#p03box04 .slider-cont #works-slider .works01 { width: 278px; margin-right: 50px; }
#p03box04 .slider-cont #works-slider .works01 a .img { height: 200px; margin-bottom: 20px; }
#p03box04 .box { background: #F7F9FF; border: 1px solid #0B50CF; box-sizing: border-box; margin-top: 60px; }
#p03box04 .box h3 { padding: 12px 30px; box-sizing: border-box; background: #0B50CF; font-size: 20px; line-height: 1.45; }
#p03box04 .box p.common_text { padding: 30px; box-sizing: border-box; }
#p03box04 .btn01 { margin: 60px auto 0; }

#p03box05 .title_box { align-items: flex-end; margin-bottom: 54px; }
#p03box05 .title_box .title01 { margin-bottom: 6px; }
#p03box05 .voice-list .voice_box01 { justify-content: space-between; align-items: flex-start; padding-bottom: 80px; border-bottom: 1px solid #A6B4CE; margin-bottom: 80px; }
#p03box05 .voice-list .voice_box01:last-child { padding-bottom: 0; border-bottom: 0; margin-bottom: 0; }
#p03box05 .voice-list .voice_box01 .text_box { width: 548px; }
#p03box05 .voice-list .voice_box01 .text_box .title { padding-left: 24px; box-sizing: border-box; position: relative; margin-bottom: 45px; }
#p03box05 .voice-list .voice_box01 .text_box .title::before { content: ""; display: block; width: 4px; height: 100%; background: #0B50CF; position: absolute; top: 4px; left: 0; }
#p03box05 .voice-list .voice_box01 .text_box .title h3 { font-size: 32px; line-height: 1.44; }
#p03box05 .voice-list .voice_box01 .text_box .title a { display: inline-block; padding-right: 26px; box-sizing: border-box; font-size: 18px; line-height: 1.2; text-decoration: underline; position: relative; margin-top: 10px; }
#p03box05 .voice-list .voice_box01 .text_box .title a:hover { opacity: 0.7; }
#p03box05 .voice-list .voice_box01 .text_box .title a::after { content: ""; display: block; width: 16px; height: 16px; background: url("../img/p03/icon_link.svg") no-repeat center; background-size: contain; position: absolute; top: 2px; right: 0; }
#p03box05 .voice-list .voice_box01 .text_box .copy { font-size: 24px; margin-bottom: 20px; }
#p03box05 .voice-list .voice_box01 .text_box.full { width: 100%; }
#p03box05 .voice-list .voice_box01 .img_box { width: 510px; height: 428px; }

/*一貫生産体制　p04
=========================================== */
.page-onestop .under-cont > section { background: #FFFFFF; }
.page-onestop .under-cont > section:nth-child(2n) { background: #F7F9FF; }
.page-onestop div#bread { background: #FFFFFF; }

#p04box01 .sub { font-size: 26px; margin-bottom: 10px; }
#p04box01 .title { font-size: 34px; line-height: 1.44; margin-bottom: 80px; }
#p04box01 .title .text-bg { margin: 14px 10px 0 0; }
#p04box01 .title01 { margin-bottom: 40px; }
#p04box01 .title01 .en { font-size: 18px; }
#p04box01 .title01 .ja { font-size: 34px; line-height: 1.54; padding-left: 0; margin-bottom: 0; margin-top: 20px; }
#p04box01 .title01 .ja::before { display: none; }

#p04box02 .process-list .process_box { justify-content: space-between; margin-bottom: 80px; }
#p04box02 .process-list .process_box:last-child { margin-bottom: 0; }
#p04box02 .process-list .process_box:last-child .num::before { display: none; }
#p04box02 .process-list .process_box .num { width: 58px; position: relative; z-index: 1; }
#p04box02 .process-list .process_box .num::before { content: ""; display: block; width: 2px; height: calc(100% + 80px); background: #0B50CF; position: absolute; top: 58px; left: 50%; transform: translateX(-50%); }
#p04box02 .process-list .process_box .num span { display: block; width: 100%; height: 58px; padding-top: 19px; background: #FFFFFF; border: 2px solid #0B50CF; box-sizing: border-box; border-radius: 50%; font-size: 14px; line-height: 1.2; }
#p04box02 .process-list .process_box .box_in { width: calc(100% - 78px); justify-content: space-between; }
#p04box02 .process-list .process_box .box_in .text_box { width: 496px; margin-top: 5px; }
#p04box02 .process-list .process_box .box_in .text_box h3 { font-size: 34px; line-height: 1.44; margin-bottom: 26px; }
#p04box02 .process-list .process_box .box_in .img_box { width: 486px; }

/*品質管理　p05
=========================================== */
#p05box01 .title_box { justify-content: space-between; align-items: flex-end; margin-bottom: 60px; }
#p05box01 .title_box .title01 { margin-bottom: 0; }
#p05box01 .box-list { justify-content: space-between; }
#p05box01 .box-list .box01 { width: 350px; margin-right: 25px; }
#p05box01 .box-list .box01:last-child { margin-right: 0; }
#p05box01 .box-list .box01 h3 { font-size: 21px; margin: 20px 0; }

#p05box02 .testing-list .testing01 { justify-content: space-between; align-items: flex-start; margin-bottom: 80px; }
#p05box02 .testing-list .testing01:nth-child(2n) .text_box { order: 1; }
#p05box02 .testing-list .testing01:last-child { margin-bottom: 0; }
#p05box02 .testing-list .testing01 .text_box { width: 550px; }
#p05box02 .testing-list .testing01 .text_box .num { display: block; font-size: 14px; color: #A6B4CE; margin-bottom: 16px; }
#p05box02 .testing-list .testing01 .text_box h3 { font-size: 36px; line-height: 1.45; }
#p05box02 .testing-list .testing01 .text_box h3 .sub { display: block; font-size: 20px; margin-top: 10px; }
#p05box02 .testing-list .testing01 .text_box .common_line { margin: 33px 0; }
#p05box02 .testing-list .testing01 .img_box { width: 510px; }

/*設備紹介　p06
=========================================== */
#p06box01 .title { font-size: 34px; margin-bottom: 60px; }
#p06box01 .facilities-list .facility01 { width: 340px; margin: 60px 40px 0 0; }
#p06box01 .facilities-list .facility01:nth-child(-n+3) { margin-top: 0; }
#p06box01 .facilities-list .facility01:nth-child(3n) { margin-right: 0; }
#p06box01 .facilities-list .facility01 .img { width: 100%; height: 246px; margin-bottom: 16px; }
#p06box01 .facilities-list .facility01 h3 { font-size: 20px; line-height: 1.375; margin-bottom: 16px; }
#p06box01 .facilities-list .facility01 .info-table tr:last-child th { border-bottom: 0; }
#p06box01 .facilities-list .facility01 .info-table tr:last-child td { border-bottom: 0; }
#p06box01 .facilities-list .facility01 .info-table tr th, #p06box01 .facilities-list .facility01 .info-table tr td { padding: 10px 14px; box-sizing: border-box; }
#p06box01 .facilities-list .facility01 .info-table tr th { width: 108px; background: #646E84; border-bottom: 1px solid #BAC1D1; color: #FFFFFF; }
#p06box01 .facilities-list .facility01 .info-table tr td { background: #FFFFFF; border-bottom: 1px solid #EEEEEE; }

/*選ばれる理由　p07
=========================================== */
.icon-list { justify-content: space-between; }
.icon-list .icon { width: 248px; padding: 30px 0; box-sizing: border-box; background: #FFFFFF; text-align: center; }
.icon-list .icon:last-child p { line-height: 1.36; margin-top: 8px; }
.icon-list .icon img { width: 106px; }
.icon-list .icon p { font-size: 24px; line-height: 1.46; margin-top: 24px; }

#p07box01 h2.title span { display: inline-flex; align-items: flex-end; padding-bottom: 26px; box-sizing: border-box; font-size: 18px; position: relative; }
#p07box01 h2.title span::before { content: ""; display: block; width: 332px; height: 12px; background: url("../img/p07/title_arrow.png") no-repeat center bottom; background-size: contain; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); }
#p07box01 h2.title span em { display: inline-block; font-size: 32px; line-height: 1.44; margin-right: 2px; }
#p07box01 h2.title span img { display: inline-block; width: 57px; margin: 0 8px 6px; }
#p07box01 .point { font-size: 34px; line-height: 1.44; margin-top: 26px; }
#p07box01 .point .text-bg { margin: 14px 10px 0 10px; }
#p07box01 .icon-list { margin-top: 60px; }
#p07box01 .title01 { margin-top: 140px; }
#p07box01 .strength-list .strength01 { justify-content: space-between; align-items: flex-start; margin-bottom: 100px; }
#p07box01 .strength-list .strength01:nth-child(2n) .text_box { order: 1; }
#p07box01 .strength-list .strength01:last-child { margin-bottom: 0; }
#p07box01 .strength-list .strength01 .text_box { width: 550px; }
#p07box01 .strength-list .strength01 .text_box .num { display: block; font-size: 14px; color: #A6B4CE; margin-bottom: 16px; }
#p07box01 .strength-list .strength01 .text_box h3 { font-size: 30px; }
#p07box01 .strength-list .strength01 .text_box .common_line { margin: 33px 0; }
#p07box01 .strength-list .strength01 .img_box { width: 510px; }

/*実績紹介　p08
=========================================== */
img#fancybox-img { pointer-events: none; }

.common-num { display: flex; align-items: flex-end; }
.common-num .midashi { font-size: 20px; line-height: 1.45; }
.common-num .midashi em { display: inline-block; font-size: 34px; line-height: 1.44; margin-left: 4px; }
.common-num .num { font-size: 25px; line-height: 1.44; margin-left: 22px; }
.common-num .num em { display: inline-block; font-size: 68px; line-height: 1.2; margin-right: 5px; }

.common-num01.common-num { width: auto; margin-left: 80px; }
.common-num01.common-num .midashi { margin-bottom: 10px; }

.common-num02.common-num { align-items: center; margin-bottom: 40px; }

#p08box01 .common-num-list { justify-content: space-between; margin-bottom: 60px; }
#p08box01 .common-num-list .common-num { width: 546px; padding: 22px 0; box-sizing: border-box; background: #FFFFFF; justify-content: center; align-items: center; }
#p08box01 .common-num-list .common-num .midashi { line-height: 1.4; }
#p08box01 .common-num-list .common-num .midashi em { display: block; font-size: 28px; line-height: 1.4; margin-left: 0; }
#p08box01 .common-num-list .common-num .num { margin-left: 30px; }
#p08box01 .common-num-list .common-num01.common-num { margin-left: 0; }
#p08box01 .common-num-list .common-num01.common-num .midashi { margin-bottom: 0; }
#p08box01 .common-num-list .common-num02.common-num { margin-bottom: 0; }
#p08box01 .works_cate_box { margin-bottom: 60px; }
#p08box01 .works_cate_box > div.flex { align-items: flex-start; margin-top: 20px; }
#p08box01 .works_cate_box > div.flex .midashi { width: 170px; margin-top: 12px; font-size: 22px; line-height: 1.45; }
#p08box01 .works_cate_box > div.flex .cate-link { width: calc(100% - 170px); }
#p08box01 .works_cate_box > div.flex .cate-link li { margin: 10px 10px 0 0; }
#p08box01 .works_cate_box > div.flex .cate-link li:last-child { margin-right: 0; }
#p08box01 .works_cate_box > div.flex .cate-link li a { display: block; padding: 5px 23px 6px; box-sizing: border-box; border: 1px solid #0F0F0F; box-sizing: border-box; border-radius: 35px; font-size: 18px; font-weight: 500; line-height: 1.44; }
#p08box01 .works_cate_box > div.flex .cate-link li a:hover { text-decoration: none; background: #0F0F0F; color: #FFFFFF; }
#p08box01 .works_cate_box > div.flex .cate-link li.on_cat a { background: #0F0F0F; color: #FFFFFF; }
#p08box01 #works-list_box .works-title { padding-left: 42px; box-sizing: border-box; font-size: 40px; line-height: 1.45; position: relative; margin-bottom: 40px; }
#p08box01 #works-list_box .works-title::before { content: ""; display: block; width: 34px; height: 2px; background: #0F0F0F; position: absolute; top: 50%; left: 0; transform: translateY(-50%); }
#p08box01 #works-list_box .works-all-list .works01 { margin: 60px 40px 0 0; }
#p08box01 #works-list_box .works-all-list .works01:nth-child(-n+3) { margin-top: 0; }
#p08box01 #works-list_box .works-all-list .works01:nth-child(3n) { margin-right: 0; }

#worksBox01 .works-cate-list { margin-bottom: 10px; }
#worksBox01 .works-cate-list li { padding: 3px 19px 4px; box-sizing: border-box; border: 1px solid #0B50CF; border-radius: 35px; font-size: 18px; line-height: 1.44; font-weight: 500; color: #0B50CF; margin: 0 10px 6px 0; }
#worksBox01 .works-cate-list li:last-child { margin-right: 0; }
#worksBox01 .title { font-size: 34px; line-height: 1.4; margin-bottom: 18px; }
#worksBox01 .title + .time { font-size: 18px; line-height: 1.2; margin-bottom: 30px; }
#worksBox01 .gallery_img { justify-content: space-between; align-items: flex-start; }
#worksBox01 .gallery_img .gallery_main { width: 746px; margin-bottom: 0 !important; }
#worksBox01 .gallery_img .gallery_main .slick-prev, #worksBox01 .gallery_img .gallery_main .slick-next { width: 40px; height: 40px; background: #0B50CF; border-radius: 50%; border: 2px solid #0B50CF; box-sizing: border-box; top: 207px; transform: translate(0, 0); transition: 0.3s; z-index: 1; }
#worksBox01 .gallery_img .gallery_main .slick-prev::before, #worksBox01 .gallery_img .gallery_main .slick-next::before { content: ""; display: block; width: 7px; height: 12px; opacity: 1; background: url("../img/p08/gallery_arrow.svg") no-repeat center; background-size: contain; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
#worksBox01 .gallery_img .gallery_main .slick-prev:hover, #worksBox01 .gallery_img .gallery_main .slick-next:hover { background: #FFFFFF; }
#worksBox01 .gallery_img .gallery_main .slick-prev:hover:before, #worksBox01 .gallery_img .gallery_main .slick-next:hover:before { filter: brightness(0) saturate(100%) invert(19%) sepia(100%) saturate(2416%) hue-rotate(213deg) brightness(94%) contrast(94%); }
#worksBox01 .gallery_img .gallery_main .slick-prev { left: -20px; }
#worksBox01 .gallery_img .gallery_main .slick-next { right: -20px; }
#worksBox01 .gallery_img .gallery_main .slick-next::before { transform: translate(-50%, -50%) scale(-1, 1); }
#worksBox01 .gallery_img .gallery_main .gallery_main01 .gallery_main_box { width: 100%; height: 454px; position: relative; }
#worksBox01 .gallery_img .gallery_main .gallery_main01 .gallery_main_box a { display: inline-block; height: 40px; padding: 10px 16px 10px 38px; box-sizing: border-box; background: #646E84; font-size: 14px; line-height: 1.43; font-weight: 700; color: #FFFFFF; position: absolute; bottom: 0; right: 0; z-index: 1; }
#worksBox01 .gallery_img .gallery_main .gallery_main01 .gallery_main_box a:hover { text-decoration: none; opacity: 0.7; }
#worksBox01 .gallery_img .gallery_main .gallery_main01 .gallery_main_box a::before { content: ""; display: block; width: 18px; height: 18px; background: url("../img/p08/icon_kakudai.svg") no-repeat center; background-size: contain; position: absolute; top: 11px; left: 16px; }
#worksBox01 .gallery_img .gallery_main .gallery_main01 .img-caption { width: 100%; font-weight: 700; margin-top: 14px; }
#worksBox01 .gallery_img .gallery_thum { width: 322px; margin-bottom: 0 !important; }
#worksBox01 .gallery_img .gallery_thum .slick-track { width: 100% !important; }
#worksBox01 .gallery_img .gallery_thum .gallery_thum01 { cursor: pointer; position: relative; overflow: hidden; width: 156px; height: 106px; margin: 10px 10px 0 0; transition: 0.3s; }
#worksBox01 .gallery_img .gallery_thum .gallery_thum01:nth-child(-n+2) { margin-top: 0; }
#worksBox01 .gallery_img .gallery_thum .gallery_thum01:nth-child(2n) { margin-right: 0; }
#worksBox01 .gallery_img .gallery_thum .gallery_thum01:hover::after { opacity: 1; }
#worksBox01 .gallery_img .gallery_thum .gallery_thum01::after { content: ""; width: 100%; height: 100%; background: rgba(15, 15, 15, 0.7); position: absolute; left: 0; top: 0; z-index: 2; box-sizing: border-box; opacity: 0; transition: 0.3s; }
#worksBox01 .gallery_img .gallery_thum .gallery_thum01.slick-current::after { opacity: 1; }
#worksBox01 .info-table { margin-top: 53px; }
#worksBox01 .info-table tr { border-bottom: 1px solid #EEEEEE; box-sizing: border-box; position: relative; }
#worksBox01 .info-table tr th, #worksBox01 .info-table tr td { padding: 30px 0; box-sizing: border-box; }
#worksBox01 .info-table tr th { width: 230px; padding-left: 30px; padding-right: 30px; background: #646E84; border-bottom: 1px solid #BAC1D1; color: #FFFFFF; }
#worksBox01 .info-table tr td { padding-left: 40px; padding-right: 40px; background: #FFFFFF; border-bottom: 1px solid #EEEEEE; }

#worksBox02 { padding-top: 0; background: #F7F9FF; }
#worksBox02 .other-works_box #works-slider .works01 { margin-right: 40px; }
#worksBox02 .other-works_box #works-slider .works01:last-child { margin-right: 0; }

/*会社概要　p09
=========================================== */
.page-company .under-cont > section { background: #FFFFFF; }
.page-company .under-cont > section:nth-child(2n) { background: #F7F9FF; }
.page-company div#bread { background: #FFFFFF; }

#p09box01 .cnt { justify-content: space-between; align-items: flex-start; }
#p09box01 .cnt .text_box { width: 650px; }
#p09box01 .cnt .text_box .midashi { font-size: 28px; }
#p09box01 .cnt .text_box p.common_text { margin-top: 30px; }
#p09box01 .cnt .img_box { width: 376px; }
#p09box01 .cnt .img_box .name { font-size: 18px; margin-top: 12px; }

#p09box02 .list { padding: 50px; box-sizing: border-box; background: #FFFFFF; }
#p09box02 .list li { padding: 0 0 20px 31px; box-sizing: border-box; border-bottom: 1px solid #DFEAFE; font-size: 20px; line-height: 1.45; font-weight: 700; position: relative; margin-bottom: 20px; }
#p09box02 .list li:last-child { padding-bottom: 0; border-bottom: 0; margin-bottom: 0; }
#p09box02 .list li .num { display: inline-block; font-size: 14px; line-height: 1.2; position: absolute; top: 0; left: 0; }
#p09box02 .list li em { color: #0B50CF; }

#p09box03 { padding: 442px 0 0; background: #F7F9FF; position: relative; }
#p09box03 .bg-img01 { width: 100%; height: 716px; background: url("../img/p09/bg01.jpg") no-repeat center; background-size: cover; position: absolute; top: 0; left: 50%; transform: translateX(-50%); }
#p09box03 .sec-in { width: 96%; min-width: 1180px; padding: 116px 0 140px; background: #FFFFFF; position: relative; margin: 0 0 0 auto; z-index: 1; }
#p09box03 .sec-in::after { content: ""; display: block; width: 100%; height: 84px; background: url("../img/p02/bg02_i.png") no-repeat top left; background-size: contain; position: absolute; top: -83px; left: 0; z-index: 1; }
#p09box03 .company-table tr:first-child th { border-top: 1px solid #BAC1D1; }
#p09box03 .company-table tr:first-child td { border-top: 1px solid #EEEEEE; }
#p09box03 .company-table tr th, #p09box03 .company-table tr td { padding: 30px 40px; box-sizing: border-box; line-height: 2; }
#p09box03 .company-table tr th { width: 240px; background: #646E84; border-bottom: 1px solid #BAC1D1; color: #FFFFFF; }
#p09box03 .company-table tr td { border-right: 1px solid #EEEEEE; border-bottom: 1px solid #EEEEEE; }
#p09box03 .company-table tr td a.map_link { display: block; padding-left: 22px; box-sizing: border-box; line-height: 1.25; text-decoration: underline; position: relative; margin-top: 9px; }
#p09box03 .company-table tr td a.map_link:hover { opacity: 0.7; }
#p09box03 .company-table tr td a.map_link::before { content: ""; display: block; width: 16px; height: 22px; background: url("../img/p09/icon_map.svg") no-repeat center; background-size: contain; position: absolute; top: -1px; left: 0; }

#p09box04 .title_box { align-items: flex-end; margin-bottom: 60px; }
#p09box04 .title_box .title01 { margin-bottom: 0; }
#p09box04 .clients-list { justify-content: space-between; }
#p09box04 .clients-list li { width: 510px; padding-bottom: 22px; border-bottom: 1px solid #A6B4CE; box-sizing: border-box; font-size: 18px; line-height: 1.44; margin-top: 40px; }
#p09box04 .clients-list li:nth-child(-n+2) { margin-top: 0; }
#p09box04 .sub_text { font-size: 18px; line-height: 1.44; margin-top: 40px; }

#p09box05 .cnt { justify-content: space-between; align-items: flex-start; margin-bottom: 60px; }
#p09box05 .cnt img { display: block; width: 252px; order: 1; }
#p09box05 .cnt p.common_text { width: 812px; margin-top: 13px; }
#p09box05 .sdgs-list .sdgs_box { padding: 20px 0 0 30px; box-sizing: border-box; margin-bottom: 60px; position: relative; }
#p09box05 .sdgs-list .sdgs_box:last-child { margin-bottom: 0; }
#p09box05 .sdgs-list .sdgs_box .img { width: 150px; height: 150px; position: absolute; top: 0; left: 0; z-index: 1; }
#p09box05 .sdgs-list .sdgs_box h3 { padding-left: 152px; box-sizing: border-box; font-size: 24px; line-height: 1.46; margin-bottom: 20px; }
#p09box05 .sdgs-list .sdgs_box ul.list-text { padding: 40px 32px 40px 152px; box-sizing: border-box; background: #F6F6F6; }
#p09box05 .sdgs-list .sdgs_box ul.list-text li { padding-left: 1em;text-indent: -1em; }

#p09box06 .history-list { padding-left: 73px; box-sizing: border-box; }
#p09box06 .history-list .history01 { align-items: flex-start; padding-bottom: 30px; box-sizing: border-box; border-bottom: 1px solid #E1E8F3; margin-bottom: 30px; position: relative; }
#p09box06 .history-list .history01:last-child { padding-bottom: 0; border-bottom: 0; margin-bottom: 0; }
#p09box06 .history-list .history01:last-child::before { display: none; }
#p09box06 .history-list .history01::before { content: ""; display: block; width: 1px; height: calc(100% + 30px); background: #0B50CF; position: absolute; top: 25px; left: -64px; }
#p09box06 .history-list .history01::after { content: ""; display: block; width: 19px; height: 19px; background: #0B50CF; border-radius: 50%; position: absolute; top: 15px; left: -73px; }
#p09box06 .history-list .history01 .year { width: 200px; font-size: 18px; line-height: 1.44; }
#p09box06 .history-list .history01 .year em { display: inline-block; font-size: 40px; line-height: 1.225; margin-right: 6px; }
#p09box06 .history-list .history01 .info_box { width: calc(100% - 200px); align-items: flex-start; margin-top: 8px; }
#p09box06 .history-list .history01 .info_box .month { width: 57px; line-height: 32px; }
#p09box06 .history-list .history01 .info_box .month em { display: inline-block; font-size: 20px; margin-right: 2px; }
#p09box06 .history-list .history01 .info_box .text { width: calc(100% - 57px); }

#p09box07 .cnt { justify-content: space-between; align-items: flex-start; }
#p09box07 .cnt .text_box { width: 380px; }
#p09box07 .cnt .text_box .info { margin-bottom: 40px; }
#p09box07 .cnt .text_box .info:last-child { margin-bottom: 0; }
#p09box07 .cnt .text_box .info h3 { padding-left: 36px; box-sizing: border-box; font-size: 20px; line-height: 1.45; position: relative; margin-bottom: 16px; }
#p09box07 .cnt .text_box .info h3 img { display: block; width: 26px; position: absolute; bottom: 0; left: 0; }
#p09box07 .cnt .map_box { width: 670px; height: 470px; position: relative; }
#p09box07 .cnt .map_box iframe { width: 100%; height: 100%; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }

/*お知らせ　p10
=========================================== */
#p10box01 .blog-all-list .blog02 { padding-bottom: 50px; border-bottom: 1px solid #A6B4CE; margin-bottom: 50px; }
#p10box01 .blog-all-list .blog02:last-child { padding-bottom: 0; border-bottom: 0; margin-bottom: 0; }

#toc_container { background: #FFFFFF !important; border: 0 !important; padding: 50px !important; margin-bottom: 50px !important; width: 100% !important; font-size: 16px !important; box-sizing: border-box; }
#toc_container p.toc_title { text-align: left !important; margin: 0 0 30px !important; padding: 0 !important; font-family: "Inter"; font-size: 28px; color: #0B50CF; font-weight: 500 !important; line-height: 34px; }
#toc_container ul.toc_list { margin-top: 0 !important; }
#toc_container ul.toc_list > li { padding-left: 34px; box-sizing: border-box; margin-bottom: 30px; }
#toc_container ul.toc_list > li:last-child { margin-bottom: 0; }
#toc_container ul.toc_list > li > a { position: relative; font-weight: 700; color: #0F0F0F; }
#toc_container ul.toc_list > li > a .toc_number { font-family: "Inter"; font-size: 20px; line-height: 24px; font-weight: 500; color: #0B50CF; position: absolute; top: 1px; left: -34px; }

.keyword_box { margin-top: 50px; }
.keyword_box .keyword-list { margin-top: 4px; }
.keyword_box .keyword-list li { display: inline-block; margin: 10px 10px 0 0; }
.keyword_box .keyword-list li:last-child { margin-right: 0; }
.keyword_box .keyword-list li a { display: inline-block; padding: 3px 13px; box-sizing: border-box; background: #FFFFFF; border: 1px solid #0B50CF; border-radius: 70px; font-size: 14px; font-weight: 500; line-height: 1.43; color: #0B50CF; }
.keyword_box .keyword-list li a:hover { text-decoration: none; opacity: 0.7; }

.writer_box { margin-top: 60px; }
.writer_box .box_in { justify-content: space-between; align-items: flex-start; padding: 50px; box-sizing: border-box; background: #FFFFFF; border: 1px solid #A6B4CE; }
.writer_box .box_in .img { width: 100px; height: 100px; border-radius: 50%; }
.writer_box .box_in .info_box { width: calc(100% - 144px); }
.writer_box .box_in .info_box .name_box { align-items: flex-start; }
.writer_box .box_in .info_box .name_box h4 { display: inline-block; font-size: 22px; margin-right: 30px; }
.writer_box .box_in .info_box .name_box .cate { display: inline-block; margin-top: 3px; }
.writer_box .box_in .info_box .name_box .cate span { display: inline-block; font-size: 19px; }
.writer_box .box_in .info_box .name_box .cate span:last-child::after { display: none; }
.writer_box .box_in .info_box .name_box .cate span::after { content: "/"; }
.writer_box .box_in .info_box .text { margin-top: 20px; line-height: 1.625; }
.writer_box .box_in .info_box .shikaku-list { margin-top: 16px; }
.writer_box .box_in .info_box .shikaku-list li { padding-left: 1em; text-indent: -1em; }

.edit-midashi01 { font-size: 24px; margin-bottom: 24px; }

.edit-midashi02 { padding-left: 15px; box-sizing: border-box; font-size: 20px; line-height: 1.45; position: relative; margin-bottom: 18px; }
.edit-midashi02::before { content: ""; display: block; width: 3px; height: calc(100% + 5px); background: #0F0F0F; position: absolute; top: -1px; left: 0; }

#blogBox01 .wrap.twin div#two-main { width: 816px; }
#blogBox01 .post-navigation { margin-top: 100px; }
#blogBox01 .cate-list { margin-bottom: 6px; }
#blogBox01 .cate-list li { padding: 3px 19px; box-sizing: border-box; border: 1px solid #0B50CF; border-radius: 35px; font-size: 18px; line-height: 1.44; font-weight: 500; color: #0B50CF; margin: 0 10px 10px 0; }
#blogBox01 .cate-list li:last-child { margin-right: 0; }
#blogBox01 .title { font-size: 34px; line-height: 1.4; margin-bottom: 18px; }
#blogBox01 .time { font-size: 18px; font-weight: 500; margin-bottom: 30px; }

/*採用情報　p11
=========================================== */
.page-recruit .under-cont > section { background: #FFFFFF; }
.page-recruit .under-cont > section:nth-child(2n) { background: #F7F9FF; }
.page-recruit div#bread { background: #FFFFFF; }
.page-recruit section .title_box { justify-content: space-between; align-items: flex-end; margin-bottom: 60px; }
.page-recruit section .title_box .title01 { margin-bottom: 0; }

#p11box01 .cnt { justify-content: space-between; align-items: flex-start; }
#p11box01 .cnt .text_box { width: 650px; }
#p11box01 .cnt .text_box .midashi { font-size: 28px; margin-bottom: 30px; }
#p11box01 .cnt .text_box .name { font-size: 18px; margin-top: 30px; }
#p11box01 .cnt .img_box { width: 376px; }

#p11box02 .people-list .people_box { margin-bottom: 60px; }
#p11box02 .people-list .people_box:last-child { margin-bottom: 0; }
#p11box02 .people-list .people_box .t_text { background: #0B50CF; padding: 13px 60px 15px 30px; box-sizing: border-box; position: relative; cursor: pointer; transition: 0.3s; }
#p11box02 .people-list .people_box .t_text:hover { opacity: 0.7; }
#p11box02 .people-list .people_box .t_text::before { content: ""; display: block; width: 24px; height: 24px; background: url("../img/p11/icon_open.png") no-repeat center; background-size: contain; position: absolute; top: 50%; right: 30px; transform: translateY(-50%); transition: 0.3s; }
#p11box02 .people-list .people_box .t_text h3 { font-size: 24px; line-height: 1.46; color: #FFFFFF; }
#p11box02 .people-list .people_box .t_text.on::before { background: url("../img/p11/icon_close.png") no-repeat center; background-size: contain; }
#p11box02 .people-list .people_box .c_text { display: none; padding: 60px; box-sizing: border-box; background: #FFFFFF; }
#p11box02 .people-list .people_box .c_text .box_in { justify-content: space-between; align-items: flex-start; }
#p11box02 .people-list .people_box .c_text .box_in .text_box { width: 644px; order: 1; }
#p11box02 .people-list .people_box .c_text .box_in .text_box .midashi { font-size: 28px; }
#p11box02 .people-list .people_box .c_text .box_in .text_box .name { font-size: 18px; margin-top: 40px; }
#p11box02 .people-list .people_box .c_text .box_in .text_box .text01 { font-size: 18px; margin-top: 16px; }
#p11box02 .people-list .people_box .c_text .box_in .text_box .info { margin-top: 10px; }
#p11box02 .people-list .people_box .c_text .box_in .text_box .info span:last-child::after { display: none; }
#p11box02 .people-list .people_box .c_text .box_in .text_box .info span::after { content: "｜"; }
#p11box02 .people-list .people_box .c_text .box_in .text_box.full { width: 100%; }
#p11box02 .people-list .people_box .c_text .box_in .img { width: 306px; height: 298px; }
#p11box02 .people-list .people_box .c_text .qa-list { margin-top: 50px; border-top: 1px solid #A6B4CE; padding-top: 50px; }
#p11box02 .people-list .people_box .c_text .qa-list .qa_box { margin-bottom: 46px; }
#p11box02 .people-list .people_box .c_text .qa-list .qa_box:last-child { margin-bottom: 0; }
#p11box02 .people-list .people_box .c_text .qa-list .qa_box h4 { padding-left: 68px; box-sizing: border-box; font-size: 24px; line-height: 1.46; margin-bottom: 29px; position: relative; }
#p11box02 .people-list .people_box .c_text .qa-list .qa_box h4 .mark { display: inline-block; width: 50px; height: 50px; padding-top: 6px; box-sizing: border-box; background: #0B50CF; border-radius: 50%; font-size: 22px; line-height: 1.45; text-align: center; position: absolute; top: -6px; left: 0; }

#p11box03 .number-list .number_box00 { width: 340px; padding: 40px 30px; box-sizing: border-box; background: #F7F9FF; margin: 40px 40px 0 0; }
#p11box03 .number-list .number_box00:nth-child(-n+3) { margin-top: 0; }
#p11box03 .number-list .number_box00:nth-child(3n) { margin-right: 0; }
#p11box03 .number-list .number_box00 h3 { padding-left: 14px; box-sizing: border-box; font-size: 20px; line-height: 1.45; position: relative; }
#p11box03 .number-list .number_box00 h3::before { content: ""; display: block; width: 8px; height: 8px; background: #0B50CF; position: absolute; top: 11px; left: 0; }
#p11box03 .number-list .number_box00 .box_in { justify-content: center; align-items: flex-end; }
#p11box03 .number-list .number_box00 .box_in img { display: block; }
#p11box03 .number-list .number_box00 .box_in .num { font-size: 25px; line-height: 1.44; }
#p11box03 .number-list .number_box00 .box_in .num em { font-size: 68px; line-height: 1.2; }
#p11box03 .number-list .number_box00 .sub_text { margin-top: 20px; }
#p11box03 .number-list .number_box01.number_box00 h3 { margin-bottom: 46px; }
#p11box03 .number-list .number_box01.number_box00 .box_in img { width: 70px; margin: 0 14px 7px 0; }
#p11box03 .number-list .number_box02.number_box00 h3 { margin-bottom: 34px; }
#p11box03 .number-list .number_box02.number_box00 .box_in img { width: 64px; margin: 0 10px 2px 0; }
#p11box03 .number-list .number_box03.number_box00 h3 { margin-bottom: 34px; }
#p11box03 .number-list .number_box03.number_box00 .box-list { justify-content: center; }
#p11box03 .number-list .number_box03.number_box00 .box-list .box { min-width: 86px; text-align: center; margin-right: 24px; }
#p11box03 .number-list .number_box03.number_box00 .box-list .box:last-child { margin-right: 0; }
#p11box03 .number-list .number_box03.number_box00 .box-list .box img { display: block; width: auto; height: 42px; margin: 0 auto 6px; }
#p11box03 .number-list .number_box03.number_box00 .box-list .box span { display: block; width: 100%; padding: 1px 10px 2px; box-sizing: border-box; background: #0B50CF; border-radius: 35px; font-size: 14px; line-height: 1.43; }
#p11box03 .number-list .number_box03.number_box00 .box-list .box .num { font-size: 18px; line-height: 1.44; }
#p11box03 .number-list .number_box03.number_box00 .box-list .box .num em { font-size: 48px; line-height: 1.2; }
#p11box03 .number-list .number_box04.number_box00 h3 { margin-bottom: 30px; }
#p11box03 .number-list .number_box04.number_box00 .box_in img { width: 56px; margin: 0 10px 13px 0; }
#p11box03 .number-list .number_box05.number_box00 h3 { margin-bottom: 44px; }
#p11box03 .number-list .number_box05.number_box00 .box_in img { width: 66px; margin: 0 16px 8px 0; }
#p11box03 .number-list .number_box06.number_box00 h3 { margin-bottom: 37px; }
#p11box03 .number-list .number_box06.number_box00 .box_in img { width: 64px; margin: 0 14px 9px 0; }

#p11box04 .workplace-list .workplace_box { width: 540px; padding: 53px 40px 40px; box-sizing: border-box; background: #FFFFFF; margin: 20px 20px 0 0; }
#p11box04 .workplace-list .workplace_box:nth-child(-n+2) { margin-top: 0; }
#p11box04 .workplace-list .workplace_box:nth-child(2n) { margin-right: 0; }
#p11box04 .workplace-list .workplace_box h3 { padding-left: 90px; box-sizing: border-box; font-size: 28px; line-height: 1.45; position: relative; margin-bottom: 47px; }
#p11box04 .workplace-list .workplace_box h3 img { display: block; width: 70px; position: absolute; top: -13px; left: 0; }

#p11box05 .requirement-list .requirement_box { margin-bottom: 80px; }
#p11box05 .requirement-list .requirement_box:last-child { margin-bottom: 0; }
#p11box05 .requirement-list .requirement_box .info-cate { margin-bottom: 10px; }
#p11box05 .requirement-list .requirement_box .info-cate li { padding: 3px 19px 4px; box-sizing: border-box; border: 1px solid #0B50CF; border-radius: 35px; font-size: 18px; line-height: 1.44; font-weight: 500; color: #0B50CF; margin: 0 16px 10px 0; }
#p11box05 .requirement-list .requirement_box .info-cate li:last-child { margin-right: 0; }
#p11box05 .requirement-list .requirement_box .t_text { background: #0B50CF; padding: 13px 60px 15px 30px; box-sizing: border-box; position: relative; cursor: pointer; transition: 0.3s; }
#p11box05 .requirement-list .requirement_box .t_text:hover { opacity: 0.7; }
#p11box05 .requirement-list .requirement_box .t_text::before { content: ""; display: block; width: 24px; height: 24px; background: url("../img/p11/icon_open.png") no-repeat center; background-size: contain; position: absolute; top: 50%; right: 30px; transform: translateY(-50%); transition: 0.3s; }
#p11box05 .requirement-list .requirement_box .t_text h3 { font-size: 24px; line-height: 1.46; color: #FFFFFF; }
#p11box05 .requirement-list .requirement_box .t_text.on::before { background: url("../img/p11/icon_close.png") no-repeat center; background-size: contain; }
#p11box05 .requirement-list .requirement_box .c_text { display: none; padding: 60px; box-sizing: border-box; background: #F7F9FF; }
#p11box05 .requirement-list .requirement_box .c_text .comment_box { margin-bottom: 60px; }
#p11box05 .requirement-list .requirement_box .c_text .info-table tr:first-child th, #p11box05 .requirement-list .requirement_box .c_text .info-table tr:first-child td { padding-top: 0; }
#p11box05 .requirement-list .requirement_box .c_text .info-table tr:last-child th, #p11box05 .requirement-list .requirement_box .c_text .info-table tr:last-child td { padding-bottom: 0; border-bottom: 0; }
#p11box05 .requirement-list .requirement_box .c_text .info-table tr th, #p11box05 .requirement-list .requirement_box .c_text .info-table tr td { padding: 34px 0; box-sizing: border-box; line-height: 30px; }
#p11box05 .requirement-list .requirement_box .c_text .info-table tr th { width: 240px; padding-right: 30px; font-size: 20px; border-bottom: 1px solid #0B50CF; }
#p11box05 .requirement-list .requirement_box .c_text .info-table tr td { border-bottom: 1px solid #A6B4CE; }
#p11box05 .requirement-list .requirement_box .c_text .info-table tr td .btn01 { margin-top: 16px; }
#p11box05 .requirement-list .requirement_box02 .info-cate { margin-bottom: 10px; }
#p11box05 .requirement-list .requirement_box02 .info-cate li { border: 1px solid #646E84; color: #646E84; }
#p11box05 .requirement-list .requirement_box02 .t_text { background: #646E84; }

#p11box06 .flow-list .flow01 { width: 248px; padding: 30px 30px 40px; box-sizing: border-box; background: #FFFFFF; margin-right: 36px; position: relative; }
#p11box06 .flow-list .flow01:last-child { margin-right: 0; }
#p11box06 .flow-list .flow01:last-child::before { display: none; }
#p11box06 .flow-list .flow01::before { content: ""; display: block; width: 0; height: 0; border-style: solid; border-color: transparent transparent transparent #a6b4ce; border-width: 9px 0px 9px 12px; position: absolute; top: 50%; right: -24px; transform: translateY(-50%); }
#p11box06 .flow-list .flow01 .num { font-size: 14px; line-height: 1.2; margin-bottom: 4px; }
#p11box06 .flow-list .flow01 h3 { font-size: 22px; line-height: 1.45; }
#p11box06 .flow-list .flow01 .sub_text { font-size: 14px; line-height: 1.43; margin-top: 4px; }
#p11box06 .flow-list .flow01 img { display: block; width: 120px; margin: 44px auto 0; }
#p11box06 .flow-list .flow01:has(.sub_text) img { margin-top: 20px; }

#p11box07 { height: 456px; padding: 0; background: url("../img/p11/bg01.png") no-repeat bottom right; background-size: cover; }
#p11box07 .wrap { height: 100%; padding-top: 100px; box-sizing: border-box; z-index: 1; }
#p11box07 .wrap::before { content: ""; display: block; width: 1176px; height: 100%; background: url("../img/p11/bg02.png") no-repeat top right; background-size: contain; position: absolute; top: 0; right: 334px; z-index: -1; }
#p11box07 .wrap .title01 { margin-bottom: 40px; }
#p11box07 .wrap .title01 .ja { font-size: 34px; line-height: 1.54; padding-left: 0; margin-bottom: 0; margin-top: 20px; }
#p11box07 .wrap .title01 .ja::before { display: none; }
#p11box07 .wrap .title01 .en { font-size: 18px; }
#p11box07 .wrap .btn01 { margin: 0; }
#p11box07 .wrap .btn01 a { border: 1px solid #FFFFFF; }
#p11box07 .bg-img { display: none; }

/*お見積もり・お問い合わせ　p12
=========================================== */
.page-contact #contact-sec { display: none; }
.page-contact #map-sec { margin-top: 0; }
.page-contact .grecaptcha-badge { visibility: visible; }

#p12box01 .title { font-size: 28px; text-align: center; margin-bottom: 40px; }
#p12box01 .example_box { background: #FFFFFF; }
#p12box01 .example_box h3 { display: table; width: 350px; background: #646E84; }
#p12box01 .example_box h3 span { display: table-cell; font-size: 24px; text-align: center; vertical-align: middle; }
#p12box01 .example_box .text_box { width: calc(100% - 350px); padding: 26px 74px; box-sizing: border-box; position: relative; }
#p12box01 .example_box .text_box .check-list li { padding-left: 24px; box-sizing: border-box; font-size: 18px; line-height: 1.44; font-weight: 700; position: relative; margin-bottom: 16px; }
#p12box01 .example_box .text_box .check-list li:last-child { margin-bottom: 0; }
#p12box01 .example_box .text_box .check-list li::before { content: ""; display: block; width: 15px; height: 12px; background: url("../img/p12/icon_check.svg") no-repeat center; background-size: contain; position: absolute; top: 10px; left: 0; }
#p12box01 .example_box .text_box .sub_text { display: inline-block; font-size: 18px; line-height: 1.44; font-weight: 700; position: absolute; bottom: 26px; right: 74px; }
#p12box01 .num_box-list { justify-content: space-between; margin-top: 80px; }
#p12box01 .num_box-list .num_box { width: 534px; padding: 50px; box-sizing: border-box; background: #FFFFFF; text-align: center; }
#p12box01 .num_box-list .num_box img.icon { display: block; width: 60px; margin: 0 auto 20px; }
#p12box01 .num_box-list .num_box h3 { font-size: 30px; margin-bottom: 8px; }
#p12box01 .num_box-list .num_box .tel_box { width: auto; }
#p12box01 .num_box-list .num_box .tel_box .tel { text-align: center; }
#p12box01 .num_box-list .num_box .tel_box .tel .num { font-size: 40px; padding-left: 0; color: #0B50CF; }
#p12box01 .num_box-list .num_box .tel_box .tel .num::before { display: none; }
#p12box01 .num_box-list .num_box .tel_box .tel-text { margin-top: 0; }
#p12box01 .num_box-list .num_box .fax_box { display: inline-block; }
#p12box01 .num_box-list .num_box .fax_box .fax-num { text-align: center; }
#p12box01 .num_box-list .num_box .fax_box .fax-num span { display: none; }
#p12box01 .num_box-list .num_box .fax_box .fax-num em { font-size: 40px; line-height: 1.2; color: #0B50CF; }
#p12box01 .num_box-list .num_box .fax_box .sub_text { font-size: 14px; line-height: 1.43; }
#p12box01 .form_wrap { padding: 50px 60px 70px; box-sizing: border-box; background: #FFFFFF; margin-top: 60px; }
#p12box01 .form_wrap > img.icon { display: block; width: 60px; margin: 0 auto 20px; }
#p12box01 .form_wrap > h3 { font-size: 30px; margin-bottom: 40px; }
#p12box01 .form_wrap .bikou-list li { font-weight: 700; padding-left: 1em; text-indent: -1em; }
#p12box01 .form_wrap .form_box { padding: 60px; box-sizing: border-box; background: #F6F6F6; margin-top: 40px; }

ul.contact-state { display: flex; flex-wrap: wrap; justify-content: space-between; margin: 0 0 60px; }
ul.contact-state > li { display: table; width: 260px; height: 60px; position: relative; }
ul.contact-state > li:last-child::before { display: none; }
ul.contact-state > li::before { content: ""; display: block; width: 0; height: 0; border-style: solid; border-color: transparent transparent transparent #a6b4ce; border-width: 8px 0px 8px 8px; position: absolute; top: 50%; right: -24px; transform: translateY(-50%); }
ul.contact-state > li > span.text { display: table-cell; text-align: center; vertical-align: middle; background: #FFFFFF; font-size: 16px; font-weight: 700; line-height: 1.5; letter-spacing: 0.04em; color: #0F0F0F; }
ul.contact-state > li > span.text .num { display: inline-block; font-weight: 400; margin-right: 8px; }
ul.contact-state > li.state01 > span { background: #0F0F0F; color: #FFFFFF; }

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

.state-text { display: none; text-align: center; color: red; font-weight: 700; font-size: 18px; margin-bottom: 60px; }

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

.contactTBL { /*お問い合わせ項目*/ /*住所*/ /*添付ファイル*/ /*doui-check*/ /*送信ボタン*/ }
.contactTBL::placeholder { color: #9A9A9A; }
.contactTBL th, .contactTBL td { display: block; font-size: 16px; line-height: 24px; }
.contactTBL th { margin-bottom: 10px; }
.contactTBL th .hissu, .contactTBL th .ninni { display: inline-block; font-size: 14px; line-height: 20px; font-weight: 700; padding: 1px 7px 2px; box-sizing: border-box; border: 1px solid #0B50CF; margin-right: 8px; }
.contactTBL th .hissu { background: #0B50CF; color: #FFFFFF; }
.contactTBL th .ninni { background: #FFFFFF; color: #0B50CF; }
.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: 40px; padding: 8px 20px; box-sizing: border-box; background: #FFFFFF; border: 1px solid #D4D4D4; border-radius: 2px; font-family: 'NotoSansJP'; font-size: 16px; font-weight: 400; line-height: 1.5; color: #0F0F0F; cursor: pointer; }
.contactTBL input.wpcf7-text.your-name, .contactTBL input.wpcf7-text.kana, .contactTBL input.wpcf7-text.tel01, .contactTBL input.text-width-mini { width: 200px; }
.contactTBL input.wpcf7-text.company-text { width: 500px; }
.contactTBL textarea.wpcf7-form-control.wpcf7-textarea { height: 120px; }
.contactTBL select.wpcf7-form-control.wpcf7-select { width: auto; min-width: 200px; padding: 8px 40px 8px 20px; background: url("../img/p12/select_arrow.svg") no-repeat center right 20px, #FFFFFF; background-size: 11px; -webkit-appearance: none; appearance: none; }
.contactTBL select.wpcf7-form-control.wpcf7-select option { color: #0F0F0F; }
.contactTBL .koumoku .wpcf7-list-item { margin: 0 0 0 30px; }
.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 label span.wpcf7-list-item-label { font-weight: 500; }
.contactTBL .koumoku .wpcf7-list-item.first { margin-left: 0; }
.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 { font-weight: 700; margin-bottom: 10px; }
.contactTBL .address_box .address-list li.zip1 .td input.wpcf7-text { width: 90px; padding-left: 10px; padding-right: 10px; }
.contactTBL .address_box .address-list li.zip1 .td .sub_text { display: block; font-size: 14px; line-height: 1.43; margin-top: 4px; }
.contactTBL .text-list { margin-top: 10px; }
.contactTBL .text-list li { font-size: 14px; padding-left: 1em; text-indent: -1em; }
.contactTBL .codedropz-upload-wrapper .wpcf7c-conf.wpcf7c-conf-hidden { display: none; }
.contactTBL .codedropz-upload-wrapper .codedropz-upload-handler { background: #FFFFFF; border: 1px solid #D4D4D4; border-radius: 2px; 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 { margin: 0; font-size: 16px; font-weight: 500; line-height: 1.5; color: #9A9A9A; padding-top: 32px; box-sizing: border-box; position: relative; }
.contactTBL .codedropz-upload-wrapper .codedropz-upload-handler .codedropz-upload-container .codedropz-upload-inner h3::before { content: ""; display: block; width: 29px; height: 22px; background: url("../img/p12/icon_upload.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; font-weight: 500; color: #9A9A9A; }
.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: 41px; background: #D9D9D9; border: 0; border-radius: 2px; padding: 10px 20px; box-sizing: border-box; font-size: 15px; font-weight: 500; line-height: 1.4; color: #000000; 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 .doui-text { font-size: 14px; font-weight: 400; margin-top: 8px; }
.contactTBL .doui-box .doui-text a { font-weight: 700; 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: 8px; background: #FFFFFF; border: 1px solid #D4D4D4; border-radius: 2px; cursor: pointer; }
.contactTBL .contact-submit.flex { justify-content: center; flex-direction: row-reverse; }
.contactTBL .contact-submit.flex .btn01 { margin-top: 0; }
.contactTBL .contact-submit.flex .btn01 input.wpcf7-form-control { display: flex; justify-content: center; align-items: center; width: 100%; height: 100%; padding: 0 30px; box-sizing: border-box; white-space: normal; border-radius: 70px; background: #0B50CF; border: 2px solid #0B50CF; cursor: pointer; transition: 0.3s; font-size: 16px; line-height: 1.5; 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: #0B50CF; }
.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: #0B50CF; }
.contactTBL .contact-submit.flex .btn01.back input.wpcf7-form-control:hover { background: #0B50CF; 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; }

/*確認画面時の表示設定*/
#p12box01 .form_wrap .form_box:has(.contactArea.che) { background: #e6e6e6; }

.contactArea.che .contactTBL td { margin-bottom: 20px; }
.contactArea.che .address_box .address-list li { margin-bottom: 10px; }
.contactArea.che .address_box .address-list li:last-child { margin-bottom: 0; }
.contactArea.che .address_box .address-list li .sub_text { display: none !important; }
.contactArea.che .dnd-upload-status .dnd-upload-details .remove-file, .contactArea.che .codedropz-upload-handler, .contactArea.che .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: 140px 0; text-align: center; background: #F7F9FF; }
#other h2 { font-size: 24px; margin-bottom: 25px; }
#other p { font-size: 18px; padding-left: 15px; position: relative; margin: 10px 0; }
#other .btn01 { margin-left: auto; margin-right: auto; }

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

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: 1919px) {
	#topbox01 .img { width: 51.39vw; top: 9.72vw; }
  .page-hinge #industry-sec::after { background-size: 59.38vw; } }
@media screen and (min-width: 0px) and (max-width: 1400px) { #footer .wrap { width: 1100px; } }
@media screen and (min-width: 0px) and (max-width: 1300px) { #header .header_inner .logo_box { margin-left: 10px; }
  #header .header_inner .logo { width: 390px; }
  #header .header_inner .right { margin-right: 10px; } }
@media screen and (min-width: 0px) and (max-width: 1200px) { #topbox01 .img { width: 616px; top: 116px; }
  .page-hinge #industry-sec::after { background-size: 712px; } }
/*ipad対策
=========================================== */
/*Firefox用
=========================================== */
@-moz-document url-prefix() {}
/*safari用
=========================================== */
